@junobuild/cli 0.0.2 → 0.0.4

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 CHANGED
@@ -12,13 +12,13 @@ index ${i} -> ${n.message}`)}}))return!0;throw new Error(`Invalid ${this.display
12
12
  variant ${r} -> ${n.message}`)}}))return!0;throw new Error(`Invalid ${this.display()} argument: ${nn(e)}`)}encodeValue(e){for(let r=0;r<this._fields.length;r++){let[i,n]=this._fields[r];if(e.hasOwnProperty(i)){let s=(0,Ot.lebEncode)(r),a=n.encodeValue(e[i]);return(0,oi.concat)(s,a)}}throw Error("Variant has no data: "+e)}_buildTypeTableImpl(e){this._fields.forEach(([,s])=>{s.buildTypeTable(e)});let r=(0,Ot.slebEncode)(-21),i=(0,Ot.lebEncode)(this._fields.length),n=this._fields.map(([s,a])=>(0,oi.concat)((0,Ot.lebEncode)((0,ja.idlLabelToId)(s)),a.encodeType(e)));e.add(this,(0,oi.concat)(r,i,...n))}decodeValue(e,r){let i=this.checkType(r);if(!(i instanceof cf))throw new Error("Not a variant type");let n=Number((0,Ot.lebDecode)(e));if(n>=i._fields.length)throw Error("Invalid variant index: "+n);let[s,a]=i._fields[n];for(let[A,c]of this._fields)if((0,ja.idlLabelToId)(s)===(0,ja.idlLabelToId)(A)){let l=c.decodeValue(e,a);return{[A]:l}}throw new Error("Cannot find field hash "+s)}get name(){return`variant {${this._fields.map(([r,i])=>r+":"+i.name).join("; ")}}`}display(){return`variant {${this._fields.map(([r,i])=>r+(i.name==="null"?"":`:${i.display()}`)).join("; ")}}`}valueToString(e){for(let[r,i]of this._fields)if(e.hasOwnProperty(r)){let n=i.valueToString(e[r]);return n==="null"?`variant {${r}}`:`variant {${r}=${n}}`}throw new Error("Variant has no data: "+e)}};st.VariantClass=cf;var zA=class extends WA{constructor(){super(...arguments),this._id=zA._counter++,this._type=void 0}accept(e,r){if(!this._type)throw Error("Recursive type uninitialized.");return e.visitRec(this,this._type,r)}fill(e){this._type=e}getType(){return this._type}covariant(e){if(this._type&&this._type.covariant(e))return!0;throw new Error(`Invalid ${this.display()} argument: ${nn(e)}`)}encodeValue(e){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.encodeValue(e)}_buildTypeTableImpl(e){if(!this._type)throw Error("Recursive type uninitialized.");e.add(this,new Uint8Array([])),this._type.buildTypeTable(e),e.merge(this,this._type.name)}decodeValue(e,r){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.decodeValue(e,r)}get name(){return`rec_${this._id}`}display(){if(!this._type)throw Error("Recursive type uninitialized.");return`\u03BC${this.name}.${this._type.name}`}valueToString(e){if(!this._type)throw Error("Recursive type uninitialized.");return this._type.valueToString(e)}};st.RecClass=zA;zA._counter=0;function ay(t){if((0,Ot.safeReadUint8)(t)!==1)throw new Error("Cannot decode principal");let r=Number((0,Ot.lebDecode)(t));return _U.Principal.fromUint8Array(new Uint8Array((0,Ot.safeRead)(t,r)))}var G0=class extends ws{accept(e,r){return e.visitPrincipal(this,r)}covariant(e){if(e&&e._isPrincipal)return!0;throw new Error(`Invalid ${this.display()} argument: ${nn(e)}`)}encodeValue(e){let r=e.toUint8Array(),i=(0,Ot.lebEncode)(r.byteLength);return(0,oi.concat)(new Uint8Array([1]),i,r)}encodeType(){return(0,Ot.slebEncode)(-24)}decodeValue(e,r){return this.checkType(r),ay(e)}get name(){return"principal"}valueToString(e){return`${this.name} "${e.toText()}"`}};st.PrincipalClass=G0;var zh=class extends WA{constructor(e,r,i=[]){super(),this.argTypes=e,this.retTypes=r,this.annotations=i}static argsToString(e,r){if(e.length!==r.length)throw new Error("arity mismatch");return"("+e.map((i,n)=>i.valueToString(r[n])).join(", ")+")"}accept(e,r){return e.visitFunc(this,r)}covariant(e){if(Array.isArray(e)&&e.length===2&&e[0]&&e[0]._isPrincipal&&typeof e[1]=="string")return!0;throw new Error(`Invalid ${this.display()} argument: ${nn(e)}`)}encodeValue([e,r]){let i=e.toUint8Array(),n=(0,Ot.lebEncode)(i.byteLength),s=(0,oi.concat)(new Uint8Array([1]),n,i),a=new TextEncoder().encode(r),A=(0,Ot.lebEncode)(a.byteLength);return(0,oi.concat)(new Uint8Array([1]),s,A,a)}_buildTypeTableImpl(e){this.argTypes.forEach(l=>l.buildTypeTable(e)),this.retTypes.forEach(l=>l.buildTypeTable(e));let r=(0,Ot.slebEncode)(-22),i=(0,Ot.lebEncode)(this.argTypes.length),n=(0,oi.concat)(...this.argTypes.map(l=>l.encodeType(e))),s=(0,Ot.lebEncode)(this.retTypes.length),a=(0,oi.concat)(...this.retTypes.map(l=>l.encodeType(e))),A=(0,Ot.lebEncode)(this.annotations.length),c=(0,oi.concat)(...this.annotations.map(l=>this.encodeAnnotation(l)));e.add(this,(0,oi.concat)(r,i,n,s,a,A,c))}decodeValue(e){if((0,Ot.safeReadUint8)(e)!==1)throw new Error("Cannot decode function reference");let i=ay(e),n=Number((0,Ot.lebDecode)(e)),s=(0,Ot.safeRead)(e,n),A=new TextDecoder("utf8",{fatal:!0}).decode(s);return[i,A]}get name(){let e=this.argTypes.map(n=>n.name).join(", "),r=this.retTypes.map(n=>n.name).join(", "),i=" "+this.annotations.join(" ");return`(${e}) -> (${r})${i}`}valueToString([e,r]){return`func "${e.toText()}".${r}`}display(){let e=this.argTypes.map(n=>n.display()).join(", "),r=this.retTypes.map(n=>n.display()).join(", "),i=" "+this.annotations.join(" ");return`(${e}) \u2192 (${r})${i}`}encodeAnnotation(e){if(e==="query")return new Uint8Array([1]);if(e==="oneway")return new Uint8Array([2]);throw new Error("Illegal function annotation")}};st.FuncClass=zh;var O0=class extends WA{constructor(e){super(),this._fields=Object.entries(e).sort((r,i)=>(0,ja.idlLabelToId)(r[0])-(0,ja.idlLabelToId)(i[0]))}accept(e,r){return e.visitService(this,r)}covariant(e){if(e&&e._isPrincipal)return!0;throw new Error(`Invalid ${this.display()} argument: ${nn(e)}`)}encodeValue(e){let r=e.toUint8Array(),i=(0,Ot.lebEncode)(r.length);return(0,oi.concat)(new Uint8Array([1]),i,r)}_buildTypeTableImpl(e){this._fields.forEach(([s,a])=>a.buildTypeTable(e));let r=(0,Ot.slebEncode)(-23),i=(0,Ot.lebEncode)(this._fields.length),n=this._fields.map(([s,a])=>{let A=new TextEncoder().encode(s),c=(0,Ot.lebEncode)(A.length);return(0,oi.concat)(c,A,a.encodeType(e))});e.add(this,(0,oi.concat)(r,i,...n))}decodeValue(e){return ay(e)}get name(){return`service {${this._fields.map(([r,i])=>r+":"+i.name).join("; ")}}`}valueToString(e){return`service "${e.toText()}"`}};st.ServiceClass=O0;function nn(t){let e=JSON.stringify(t,(r,i)=>typeof i=="bigint"?`BigInt(${i})`:i);return e&&e.length>ux?e.substring(0,ux-3)+"...":e}function SU(t,e){if(e.length<t.length)throw Error("Wrong number of message arguments");let r=new ny;t.forEach(c=>c.buildTypeTable(r));let i=new TextEncoder().encode(D0),n=r.encode(),s=(0,Ot.lebEncode)(e.length),a=(0,oi.concat)(...t.map(c=>c.encodeType(r))),A=(0,oi.concat)(...Vh(t,e,(c,l)=>{try{c.covariant(l)}catch(g){throw new Error(g.message+`
13
13
 
14
14
  `)}return c.encodeValue(l)}));return(0,oi.concat)(i,n,s,a,A)}st.encode=SU;function DU(t,e){let r=new oi.PipeArrayBuffer(e);if(e.byteLength<D0.length)throw new Error("Message length smaller than magic number");let i=(0,Ot.safeRead)(r,D0.length),n=new TextDecoder().decode(i);if(n!==D0)throw new Error("Wrong magic number: "+JSON.stringify(n));function s(I){let v=[],F=Number((0,Ot.lebDecode)(I));for(let M=0;M<F;M++){let W=Number((0,Ot.slebDecode)(I));switch(W){case-18:case-19:{let ne=Number((0,Ot.slebDecode)(I));v.push([W,ne]);break}case-20:case-21:{let ne=[],ie=Number((0,Ot.lebDecode)(I)),T;for(;ie--;){let D=Number((0,Ot.lebDecode)(I));if(D>=Math.pow(2,32))throw new Error("field id out of 32-bit range");if(typeof T=="number"&&T>=D)throw new Error("field id collision or not sorted");T=D;let Y=Number((0,Ot.slebDecode)(I));ne.push([D,Y])}v.push([W,ne]);break}case-22:{let ne=[],ie=Number((0,Ot.lebDecode)(I));for(;ie--;)ne.push(Number((0,Ot.slebDecode)(I)));let T=[],D=Number((0,Ot.lebDecode)(I));for(;D--;)T.push(Number((0,Ot.slebDecode)(I)));let Y=[],S=Number((0,Ot.lebDecode)(I));for(;S--;)switch(Number((0,Ot.lebDecode)(I))){case 1:{Y.push("query");break}case 2:{Y.push("oneway");break}default:throw new Error("unknown annotation")}v.push([W,[ne,T,Y]]);break}case-23:{let ne=Number((0,Ot.lebDecode)(I)),ie=[];for(;ne--;){let T=Number((0,Ot.lebDecode)(I)),D=new TextDecoder().decode((0,Ot.safeRead)(I,T)),Y=(0,Ot.slebDecode)(I);ie.push([D,Y])}v.push([W,ie]);break}default:throw new Error("Illegal op_code: "+W)}}let q=[],P=Number((0,Ot.lebDecode)(I));for(let M=0;M<P;M++)q.push(Number((0,Ot.slebDecode)(I)));return[v,q]}let[a,A]=s(r);if(A.length<t.length)throw new Error("Wrong number of return values");let c=a.map(I=>px());function l(I){if(I<-24)throw new Error("future value not supported");if(I<0)switch(I){case-1:return st.Null;case-2:return st.Bool;case-3:return st.Nat;case-4:return st.Int;case-5:return st.Nat8;case-6:return st.Nat16;case-7:return st.Nat32;case-8:return st.Nat64;case-9:return st.Int8;case-10:return st.Int16;case-11:return st.Int32;case-12:return st.Int64;case-13:return st.Float32;case-14:return st.Float64;case-15:return st.Text;case-16:return st.Reserved;case-17:return st.Empty;case-24:return st.Principal;default:throw new Error("Illegal op_code: "+I)}if(I>=a.length)throw new Error("type index out of range");return c[I]}function g(I){switch(I[0]){case-19:{let v=l(I[1]);return fx(v)}case-18:{let v=l(I[1]);return hx(v)}case-20:{let v={};for(let[P,M]of I[1]){let W=`_${P}_`;v[W]=l(M)}let F=gx(v),q=F.tryAsTuple();return Array.isArray(q)?lx(...q):F}case-21:{let v={};for(let[F,q]of I[1]){let P=`_${F}_`;v[P]=l(q)}return dx(v)}case-22:{let[v,F,q]=I[1];return Ex(v.map(P=>l(P)),F.map(P=>l(P)),q)}case-23:{let v={},F=I[1];for(let[q,P]of F){let M=l(P);if(M instanceof zA&&(M=M.getType()),!(M instanceof zh))throw new Error("Illegal service definition: services can only contain functions");v[q]=M}return Ix(v)}default:throw new Error("Illegal op_code: "+I[0])}}a.forEach((I,v)=>{let F=g(I);c[v].fill(F)});let C=A.map(I=>l(I)),B=t.map((I,v)=>I.decodeValue(r,C[v]));for(let I=t.length;I<C.length;I++)C[I].decodeValue(r,C[I]);if(r.byteLength>0)throw new Error("decode: Left-over bytes");return B}st.decode=DU;st.Empty=new R0;st.Reserved=new af;st.Unknown=new N0;st.Bool=new F0;st.Null=new T0;st.Text=new k0;st.Int=new M0;st.Nat=new U0;st.Float32=new Wh(32);st.Float64=new Wh(64);st.Int8=new Vo(8);st.Int16=new Vo(16);st.Int32=new Vo(32);st.Int64=new Vo(64);st.Nat8=new VA(8);st.Nat16=new VA(16);st.Nat32=new VA(32);st.Nat64=new VA(64);st.Principal=new G0;function lx(...t){return new of(t)}st.Tuple=lx;function fx(t){return new Af(t)}st.Vec=fx;function hx(t){return new Uc(t)}st.Opt=hx;function gx(t){return new qu(t)}st.Record=gx;function dx(t){return new cf(t)}st.Variant=dx;function px(){return new zA}st.Rec=px;function Ex(t,e,r=[]){return new zh(t,e,r)}st.Func=Ex;function Ix(t){return new O0(t)}st.Service=Ix});var gy=ce(es=>{"use strict";Object.defineProperty(es,"__esModule",{value:!0});es.VecForm=es.OptionForm=es.VariantForm=es.TupleForm=es.RecordForm=es.InputForm=es.InputBox=void 0;var oy=class{constructor(e,r){this.idl=e,this.ui=r,this.label=null,this.value=void 0;let i=document.createElement("span");i.className="status",this.status=i,r.input&&(r.input.addEventListener("blur",()=>{r.input.value!==""&&this.parse()}),r.input.addEventListener("input",()=>{i.style.display="none",r.input.classList.remove("reject")}))}isRejected(){return this.value===void 0}parse(e={}){if(this.ui.form){let r=this.ui.form.parse(e);return this.value=r,r}if(this.ui.input){let r=this.ui.input;try{let i=this.ui.parse(this.idl,e,r.value);if(!this.idl.covariant(i))throw new Error(`${r.value} is not of type ${this.idl.display()}`);return this.status.style.display="none",this.value=i,i}catch(i){r.classList.add("reject"),this.status.style.display="block",this.status.innerHTML="InputError: "+i.message,this.value=void 0;return}}return null}render(e){let r=document.createElement("span");if(this.label){let i=document.createElement("label");i.innerText=this.label,r.appendChild(i)}this.ui.input&&(r.appendChild(this.ui.input),r.appendChild(this.status)),this.ui.form&&this.ui.form.render(r),e.appendChild(r)}};es.InputBox=oy;var Oc=class{constructor(e){this.ui=e,this.form=[]}renderForm(e){this.ui.container?(this.form.forEach(r=>r.render(this.ui.container)),e.appendChild(this.ui.container)):this.form.forEach(r=>r.render(e))}render(e){if(this.ui.open&&this.ui.event){e.appendChild(this.ui.open);let r=this;r.ui.open.addEventListener(r.ui.event,()=>{if(r.ui.container)r.ui.container.innerHTML="";else{let i=r.ui.open.nextElementSibling;i&&i.parentNode.removeChild(i)}r.generateForm(),r.renderForm(e)})}else this.generateForm(),this.renderForm(e)}};es.InputForm=Oc;var cy=class extends Oc{constructor(e,r){super(r),this.fields=e,this.ui=r}generateForm(){this.form=this.fields.map(([e,r])=>{let i=this.ui.render(r);return this.ui.labelMap&&this.ui.labelMap.hasOwnProperty(e)?i.label=this.ui.labelMap[e]+" ":i.label=e+" ",i})}parse(e){let r={};if(this.fields.forEach(([i,n],s)=>{let a=this.form[s].parse(e);r[i]=a}),!this.form.some(i=>i.isRejected()))return r}};es.RecordForm=cy;var uy=class extends Oc{constructor(e,r){super(r),this.components=e,this.ui=r}generateForm(){this.form=this.components.map(e=>this.ui.render(e))}parse(e){let r=[];if(this.components.forEach((i,n)=>{let s=this.form[n].parse(e);r.push(s)}),!this.form.some(i=>i.isRejected()))return r}};es.TupleForm=uy;var ly=class extends Oc{constructor(e,r){super(r),this.fields=e,this.ui=r}generateForm(){let e=this.ui.open.selectedIndex,[r,i]=this.fields[e],n=this.ui.render(i);this.form=[n]}parse(e){let r=this.ui.open,i=r.options[r.selectedIndex].value,n=this.form[0].parse(e);if(n===void 0)return;let s={};return s[i]=n,s}};es.VariantForm=ly;var fy=class extends Oc{constructor(e,r){super(r),this.ty=e,this.ui=r}generateForm(){if(this.ui.open.checked){let e=this.ui.render(this.ty);this.form=[e]}else this.form=[]}parse(e){if(this.form.length===0)return[];{let r=this.form[0].parse(e);return r===void 0?void 0:[r]}}};es.OptionForm=fy;var hy=class extends Oc{constructor(e,r){super(r),this.ty=e,this.ui=r}generateForm(){let e=+this.ui.open.value;this.form=[];for(let r=0;r<e;r++){let i=this.ui.render(this.ty);this.form.push(i)}}parse(e){let r=this.form.map(i=>i.parse(e));if(!this.form.some(i=>i.isRejected()))return r}};es.VecForm=hy});var mx=ce(vr=>{"use strict";var RU=vr&&vr.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),NU=vr&&vr.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Bx=vr&&vr.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&RU(e,t,r);return NU(e,t),e};Object.defineProperty(vr,"__esModule",{value:!0});vr.renderValue=vr.renderInput=vr.Render=vr.vecForm=vr.optForm=vr.variantForm=vr.tupleForm=vr.recordForm=vr.inputBox=void 0;var L0=Bx(Ay()),dy=La(),uf=Bx(gy()),FU={parse:qU},Xh={render:By},TU=(t,e)=>new uf.InputBox(t,Object.assign(Object.assign({},FU),e));vr.inputBox=TU;var kU=(t,e)=>new uf.RecordForm(t,Object.assign(Object.assign({},Xh),e));vr.recordForm=kU;var MU=(t,e)=>new uf.TupleForm(t,Object.assign(Object.assign({},Xh),e));vr.tupleForm=MU;var UU=(t,e)=>new uf.VariantForm(t,Object.assign(Object.assign({},Xh),e));vr.variantForm=UU;var GU=(t,e)=>new uf.OptionForm(t,Object.assign(Object.assign({},Xh),e));vr.optForm=GU;var OU=(t,e)=>new uf.VecForm(t,Object.assign(Object.assign({},Xh),e));vr.vecForm=OU;var q0=class extends L0.Visitor{visitType(e,r){let i=document.createElement("input");return i.classList.add("argument"),i.placeholder=e.display(),(0,vr.inputBox)(e,{input:i})}visitNull(e,r){return(0,vr.inputBox)(e,{})}visitRecord(e,r,i){let n={};if(r.length>1){let a=document.createElement("div");a.classList.add("popup-form"),n={container:a}}let s=(0,vr.recordForm)(r,n);return(0,vr.inputBox)(e,{form:s})}visitTuple(e,r,i){let n={};if(r.length>1){let a=document.createElement("div");a.classList.add("popup-form"),n={container:a}}let s=(0,vr.tupleForm)(r,n);return(0,vr.inputBox)(e,{form:s})}visitVariant(e,r,i){let n=document.createElement("select");for(let[A,c]of r){let l=new Option(A);n.add(l)}n.selectedIndex=-1,n.classList.add("open");let s={open:n,event:"change"},a=(0,vr.variantForm)(r,s);return(0,vr.inputBox)(e,{form:a})}visitOpt(e,r,i){let n=document.createElement("input");n.type="checkbox",n.classList.add("open");let s=(0,vr.optForm)(r,{open:n,event:"change"});return(0,vr.inputBox)(e,{form:s})}visitVec(e,r,i){let n=document.createElement("input");n.type="number",n.min="0",n.max="100",n.style.width="8rem",n.placeholder="len",n.classList.add("open");let s=document.createElement("div");s.classList.add("popup-form");let a=(0,vr.vecForm)(r,{open:n,event:"change",container:s});return(0,vr.inputBox)(e,{form:a})}visitRec(e,r,i){return By(r)}};vr.Render=q0;var py=class extends L0.Visitor{visitNull(e,r){return null}visitBool(e,r){if(r==="true")return!0;if(r==="false")return!1;throw new Error(`Cannot parse ${r} as boolean`)}visitText(e,r){return r}visitFloat(e,r){return parseFloat(r)}visitFixedInt(e,r){return e._bits<=32?parseInt(r,10):BigInt(r)}visitFixedNat(e,r){return e._bits<=32?parseInt(r,10):BigInt(r)}visitNumber(e,r){return BigInt(r)}visitPrincipal(e,r){return dy.Principal.fromText(r)}visitService(e,r){return dy.Principal.fromText(r)}visitFunc(e,r){let i=r.split(".",2);return[dy.Principal.fromText(i[0]),i[1]]}},Ey=class extends L0.Visitor{visitNull(e,r){return null}visitBool(e,r){return Math.random()<.5}visitText(e,r){return Math.random().toString(36).substring(6)}visitFloat(e,r){return Math.random()}visitInt(e,r){return BigInt(this.generateNumber(!0))}visitNat(e,r){return BigInt(this.generateNumber(!1))}visitFixedInt(e,r){let i=this.generateNumber(!0);return e._bits<=32?i:BigInt(r)}visitFixedNat(e,r){let i=this.generateNumber(!1);return e._bits<=32?i:BigInt(r)}generateNumber(e){let r=Math.floor(Math.random()*100);return e&&Math.random()<.5?-r:r}};function qU(t,e,r){return e.random&&r===""?t.accept(new Ey,r):t.accept(new py,r)}function By(t){return t.accept(new q0,null)}vr.renderInput=By;function Lu(t,e,r){return t.accept(new Iy,{input:e,value:r})}vr.renderValue=Lu;var Iy=class extends L0.Visitor{visitType(e,r){r.input.ui.input.value=e.valueToString(r.value)}visitNull(e,r){}visitText(e,r){r.input.ui.input.value=r.value}visitRec(e,r,i){Lu(r,i.input,i.value)}visitOpt(e,r,i){if(i.value.length!==0){let n=i.input.ui.form,s=n.ui.open;s.checked=!0,s.dispatchEvent(new Event(n.ui.event)),Lu(r,n.form[0],i.value[0])}}visitRecord(e,r,i){let n=i.input.ui.form;r.forEach(([s,a],A)=>{Lu(a,n.form[A],i.value[s])})}visitTuple(e,r,i){let n=i.input.ui.form;r.forEach((s,a)=>{Lu(s,n.form[a],i.value[a])})}visitVariant(e,r,i){let n=i.input.ui.form,s=Object.entries(i.value)[0];r.forEach(([a,A],c)=>{if(a===s[0]){let l=n.ui.open;l.selectedIndex=c,l.dispatchEvent(new Event(n.ui.event)),Lu(A,n.form[0],s[1])}})}visitVec(e,r,i){let n=i.input.ui.form,s=i.value.length,a=n.ui.open;a.value=s,a.dispatchEvent(new Event(n.ui.event)),i.value.forEach((A,c)=>{Lu(r,n.form[c],A)})}}});var Qx=ce(yx=>{"use strict";Object.defineProperty(yx,"__esModule",{value:!0})});var Zh=ce(xn=>{"use strict";var Cx=xn&&xn.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),LU=xn&&xn.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),lf=xn&&xn.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&Cx(e,t,r)},PU=xn&&xn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Cx(e,t,r);return LU(e,t),e};Object.defineProperty(xn,"__esModule",{value:!0});xn.IDL=void 0;lf(mx(),xn);lf(gy(),xn);xn.IDL=PU(Ay());lf(ey(),xn);lf(ry(),xn);lf(x0(),xn);lf(Qx(),xn)});var tg=ce((wx,P0)=>{(function(t){"use strict";var e,r=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,i=Math.ceil,n=Math.floor,s="[BigNumber Error] ",a=s+"Number primitive has more than 15 significant digits: ",A=1e14,c=14,l=9007199254740991,g=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],C=1e7,B=1e9;function I(ie){var T,D,Y,S=et.prototype={constructor:et,toString:null,valueOf:null},X=new et(1),te=20,Ce=4,je=-7,V=21,be=-1e7,Ge=1e7,Ve=!1,at=1,Ze=0,Yt={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:"\xA0",suffix:""},Bt="0123456789abcdefghijklmnopqrstuvwxyz",Rt=!0;function et(Z,h){var f,m,b,O,L,o,u,d,w=this;if(!(w instanceof et))return new et(Z,h);if(h==null){if(Z&&Z._isBigNumber===!0){w.s=Z.s,!Z.c||Z.e>Ge?w.c=w.e=null:Z.e<be?w.c=[w.e=0]:(w.e=Z.e,w.c=Z.c.slice());return}if((o=typeof Z=="number")&&Z*0==0){if(w.s=1/Z<0?(Z=-Z,-1):1,Z===~~Z){for(O=0,L=Z;L>=10;L/=10,O++);O>Ge?w.c=w.e=null:(w.e=O,w.c=[Z]);return}d=String(Z)}else{if(!r.test(d=String(Z)))return Y(w,d,o);w.s=d.charCodeAt(0)==45?(d=d.slice(1),-1):1}(O=d.indexOf("."))>-1&&(d=d.replace(".","")),(L=d.search(/e/i))>0?(O<0&&(O=L),O+=+d.slice(L+1),d=d.substring(0,L)):O<0&&(O=d.length)}else{if(P(h,2,Bt.length,"Base"),h==10&&Rt)return w=new et(Z),ft(w,te+w.e+1,Ce);if(d=String(Z),o=typeof Z=="number"){if(Z*0!=0)return Y(w,d,o,h);if(w.s=1/Z<0?(d=d.slice(1),-1):1,et.DEBUG&&d.replace(/^0\.0*|\./,"").length>15)throw Error(a+Z)}else w.s=d.charCodeAt(0)===45?(d=d.slice(1),-1):1;for(f=Bt.slice(0,h),O=L=0,u=d.length;L<u;L++)if(f.indexOf(m=d.charAt(L))<0){if(m=="."){if(L>O){O=u;continue}}else if(!b&&(d==d.toUpperCase()&&(d=d.toLowerCase())||d==d.toLowerCase()&&(d=d.toUpperCase()))){b=!0,L=-1,O=0;continue}return Y(w,String(Z),o,h)}o=!1,d=D(d,h,10,w.s),(O=d.indexOf("."))>-1?d=d.replace(".",""):O=d.length}for(L=0;d.charCodeAt(L)===48;L++);for(u=d.length;d.charCodeAt(--u)===48;);if(d=d.slice(L,++u)){if(u-=L,o&&et.DEBUG&&u>15&&(Z>l||Z!==n(Z)))throw Error(a+w.s*Z);if((O=O-L-1)>Ge)w.c=w.e=null;else if(O<be)w.c=[w.e=0];else{if(w.e=O,w.c=[],L=(O+1)%c,O<0&&(L+=c),L<u){for(L&&w.c.push(+d.slice(0,L)),u-=c;L<u;)w.c.push(+d.slice(L,L+=c));L=c-(d=d.slice(L)).length}else L-=u;for(;L--;d+="0");w.c.push(+d)}}else w.c=[w.e=0]}et.clone=I,et.ROUND_UP=0,et.ROUND_DOWN=1,et.ROUND_CEIL=2,et.ROUND_FLOOR=3,et.ROUND_HALF_UP=4,et.ROUND_HALF_DOWN=5,et.ROUND_HALF_EVEN=6,et.ROUND_HALF_CEIL=7,et.ROUND_HALF_FLOOR=8,et.EUCLID=9,et.config=et.set=function(Z){var h,f;if(Z!=null)if(typeof Z=="object"){if(Z.hasOwnProperty(h="DECIMAL_PLACES")&&(f=Z[h],P(f,0,B,h),te=f),Z.hasOwnProperty(h="ROUNDING_MODE")&&(f=Z[h],P(f,0,8,h),Ce=f),Z.hasOwnProperty(h="EXPONENTIAL_AT")&&(f=Z[h],f&&f.pop?(P(f[0],-B,0,h),P(f[1],0,B,h),je=f[0],V=f[1]):(P(f,-B,B,h),je=-(V=f<0?-f:f))),Z.hasOwnProperty(h="RANGE"))if(f=Z[h],f&&f.pop)P(f[0],-B,-1,h),P(f[1],1,B,h),be=f[0],Ge=f[1];else if(P(f,-B,B,h),f)be=-(Ge=f<0?-f:f);else throw Error(s+h+" cannot be zero: "+f);if(Z.hasOwnProperty(h="CRYPTO"))if(f=Z[h],f===!!f)if(f)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))Ve=f;else throw Ve=!f,Error(s+"crypto unavailable");else Ve=f;else throw Error(s+h+" not true or false: "+f);if(Z.hasOwnProperty(h="MODULO_MODE")&&(f=Z[h],P(f,0,9,h),at=f),Z.hasOwnProperty(h="POW_PRECISION")&&(f=Z[h],P(f,0,B,h),Ze=f),Z.hasOwnProperty(h="FORMAT"))if(f=Z[h],typeof f=="object")Yt=f;else throw Error(s+h+" not an object: "+f);if(Z.hasOwnProperty(h="ALPHABET"))if(f=Z[h],typeof f=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test(f))Rt=f.slice(0,10)=="0123456789",Bt=f;else throw Error(s+h+" invalid: "+f)}else throw Error(s+"Object expected: "+Z);return{DECIMAL_PLACES:te,ROUNDING_MODE:Ce,EXPONENTIAL_AT:[je,V],RANGE:[be,Ge],CRYPTO:Ve,MODULO_MODE:at,POW_PRECISION:Ze,FORMAT:Yt,ALPHABET:Bt}},et.isBigNumber=function(Z){if(!Z||Z._isBigNumber!==!0)return!1;if(!et.DEBUG)return!0;var h,f,m=Z.c,b=Z.e,O=Z.s;e:if({}.toString.call(m)=="[object Array]"){if((O===1||O===-1)&&b>=-B&&b<=B&&b===n(b)){if(m[0]===0){if(b===0&&m.length===1)return!0;break e}if(h=(b+1)%c,h<1&&(h+=c),String(m[0]).length==h){for(h=0;h<m.length;h++)if(f=m[h],f<0||f>=A||f!==n(f))break e;if(f!==0)return!0}}}else if(m===null&&b===null&&(O===null||O===1||O===-1))return!0;throw Error(s+"Invalid BigNumber: "+Z)},et.maximum=et.max=function(){return G(arguments,S.lt)},et.minimum=et.min=function(){return G(arguments,S.gt)},et.random=function(){var Z=9007199254740992,h=Math.random()*Z&2097151?function(){return n(Math.random()*Z)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function(f){var m,b,O,L,o,u=0,d=[],w=new et(X);if(f==null?f=te:P(f,0,B),L=i(f/c),Ve)if(crypto.getRandomValues){for(m=crypto.getRandomValues(new Uint32Array(L*=2));u<L;)o=m[u]*131072+(m[u+1]>>>11),o>=9e15?(b=crypto.getRandomValues(new Uint32Array(2)),m[u]=b[0],m[u+1]=b[1]):(d.push(o%1e14),u+=2);u=L/2}else if(crypto.randomBytes){for(m=crypto.randomBytes(L*=7);u<L;)o=(m[u]&31)*281474976710656+m[u+1]*1099511627776+m[u+2]*4294967296+m[u+3]*16777216+(m[u+4]<<16)+(m[u+5]<<8)+m[u+6],o>=9e15?crypto.randomBytes(7).copy(m,u):(d.push(o%1e14),u+=7);u=L/7}else throw Ve=!1,Error(s+"crypto unavailable");if(!Ve)for(;u<L;)o=h(),o<9e15&&(d[u++]=o%1e14);for(L=d[--u],f%=c,L&&f&&(o=g[c-f],d[u]=n(L/o)*o);d[u]===0;d.pop(),u--);if(u<0)d=[O=0];else{for(O=-1;d[0]===0;d.splice(0,1),O-=c);for(u=1,o=d[0];o>=10;o/=10,u++);u<c&&(O-=c-u)}return w.e=O,w.c=d,w}}(),et.sum=function(){for(var Z=1,h=arguments,f=new et(h[0]);Z<h.length;)f=f.plus(h[Z++]);return f},D=function(){var Z="0123456789";function h(f,m,b,O){for(var L,o=[0],u,d=0,w=f.length;d<w;){for(u=o.length;u--;o[u]*=m);for(o[0]+=O.indexOf(f.charAt(d++)),L=0;L<o.length;L++)o[L]>b-1&&(o[L+1]==null&&(o[L+1]=0),o[L+1]+=o[L]/b|0,o[L]%=b)}return o.reverse()}return function(f,m,b,O,L){var o,u,d,w,R,k,ee,Ae,me=f.indexOf("."),Fe=te,Le=Ce;for(me>=0&&(w=Ze,Ze=0,f=f.replace(".",""),Ae=new et(m),k=Ae.pow(f.length-me),Ze=w,Ae.c=h(ne(F(k.c),k.e,"0"),10,b,Z),Ae.e=Ae.c.length),ee=h(f,m,b,L?(o=Bt,Z):(o=Z,Bt)),d=w=ee.length;ee[--w]==0;ee.pop());if(!ee[0])return o.charAt(0);if(me<0?--d:(k.c=ee,k.e=d,k.s=O,k=T(k,Ae,Fe,Le,b),ee=k.c,R=k.r,d=k.e),u=d+Fe+1,me=ee[u],w=b/2,R=R||u<0||ee[u+1]!=null,R=Le<4?(me!=null||R)&&(Le==0||Le==(k.s<0?3:2)):me>w||me==w&&(Le==4||R||Le==6&&ee[u-1]&1||Le==(k.s<0?8:7)),u<1||!ee[0])f=R?ne(o.charAt(1),-Fe,o.charAt(0)):o.charAt(0);else{if(ee.length=u,R)for(--b;++ee[--u]>b;)ee[u]=0,u||(++d,ee=[1].concat(ee));for(w=ee.length;!ee[--w];);for(me=0,f="";me<=w;f+=o.charAt(ee[me++]));f=ne(f,d,o.charAt(0))}return f}}(),T=function(){function Z(m,b,O){var L,o,u,d,w=0,R=m.length,k=b%C,ee=b/C|0;for(m=m.slice();R--;)u=m[R]%C,d=m[R]/C|0,L=ee*u+d*k,o=k*u+L%C*C+w,w=(o/O|0)+(L/C|0)+ee*d,m[R]=o%O;return w&&(m=[w].concat(m)),m}function h(m,b,O,L){var o,u;if(O!=L)u=O>L?1:-1;else for(o=u=0;o<O;o++)if(m[o]!=b[o]){u=m[o]>b[o]?1:-1;break}return u}function f(m,b,O,L){for(var o=0;O--;)m[O]-=o,o=m[O]<b[O]?1:0,m[O]=o*L+m[O]-b[O];for(;!m[0]&&m.length>1;m.splice(0,1));}return function(m,b,O,L,o){var u,d,w,R,k,ee,Ae,me,Fe,Le,Me,Ne,ht,vt,ur,rr,kt,At=m.s==b.s?1:-1,ar=m.c,St=b.c;if(!ar||!ar[0]||!St||!St[0])return new et(!m.s||!b.s||(ar?St&&ar[0]==St[0]:!St)?NaN:ar&&ar[0]==0||!St?At*0:At/0);for(me=new et(At),Fe=me.c=[],d=m.e-b.e,At=O+d+1,o||(o=A,d=v(m.e/c)-v(b.e/c),At=At/c|0),w=0;St[w]==(ar[w]||0);w++);if(St[w]>(ar[w]||0)&&d--,At<0)Fe.push(1),R=!0;else{for(vt=ar.length,rr=St.length,w=0,At+=2,k=n(o/(St[0]+1)),k>1&&(St=Z(St,k,o),ar=Z(ar,k,o),rr=St.length,vt=ar.length),ht=rr,Le=ar.slice(0,rr),Me=Le.length;Me<rr;Le[Me++]=0);kt=St.slice(),kt=[0].concat(kt),ur=St[0],St[1]>=o/2&&ur++;do{if(k=0,u=h(St,Le,rr,Me),u<0){if(Ne=Le[0],rr!=Me&&(Ne=Ne*o+(Le[1]||0)),k=n(Ne/ur),k>1)for(k>=o&&(k=o-1),ee=Z(St,k,o),Ae=ee.length,Me=Le.length;h(ee,Le,Ae,Me)==1;)k--,f(ee,rr<Ae?kt:St,Ae,o),Ae=ee.length,u=1;else k==0&&(u=k=1),ee=St.slice(),Ae=ee.length;if(Ae<Me&&(ee=[0].concat(ee)),f(Le,ee,Me,o),Me=Le.length,u==-1)for(;h(St,Le,rr,Me)<1;)k++,f(Le,rr<Me?kt:St,Me,o),Me=Le.length}else u===0&&(k++,Le=[0]);Fe[w++]=k,Le[0]?Le[Me++]=ar[ht]||0:(Le=[ar[ht]],Me=1)}while((ht++<vt||Le[0]!=null)&&At--);R=Le[0]!=null,Fe[0]||Fe.splice(0,1)}if(o==A){for(w=1,At=Fe[0];At>=10;At/=10,w++);ft(me,O+(me.e=w+d*c-1)+1,L,R)}else me.e=d,me.r=+R;return me}}();function he(Z,h,f,m){var b,O,L,o,u;if(f==null?f=Ce:P(f,0,8),!Z.c)return Z.toString();if(b=Z.c[0],L=Z.e,h==null)u=F(Z.c),u=m==1||m==2&&(L<=je||L>=V)?W(u,L):ne(u,L,"0");else if(Z=ft(new et(Z),h,f),O=Z.e,u=F(Z.c),o=u.length,m==1||m==2&&(h<=O||O<=je)){for(;o<h;u+="0",o++);u=W(u,O)}else if(h-=L,u=ne(u,O,"0"),O+1>o){if(--h>0)for(u+=".";h--;u+="0");}else if(h+=O-o,h>0)for(O+1==o&&(u+=".");h--;u+="0");return Z.s<0&&b?"-"+u:u}function G(Z,h){for(var f,m=1,b=new et(Z[0]);m<Z.length;m++)if(f=new et(Z[m]),f.s)h.call(b,f)&&(b=f);else{b=f;break}return b}function Et(Z,h,f){for(var m=1,b=h.length;!h[--b];h.pop());for(b=h[0];b>=10;b/=10,m++);return(f=m+f*c-1)>Ge?Z.c=Z.e=null:f<be?Z.c=[Z.e=0]:(Z.e=f,Z.c=h),Z}Y=function(){var Z=/^(-?)0([xbo])(?=\w[\w.]*$)/i,h=/^([^.]+)\.$/,f=/^\.([^.]+)$/,m=/^-?(Infinity|NaN)$/,b=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(O,L,o,u){var d,w=o?L:L.replace(b,"");if(m.test(w))O.s=isNaN(w)?null:w<0?-1:1;else{if(!o&&(w=w.replace(Z,function(R,k,ee){return d=(ee=ee.toLowerCase())=="x"?16:ee=="b"?2:8,!u||u==d?k:R}),u&&(d=u,w=w.replace(h,"$1").replace(f,"0.$1")),L!=w))return new et(w,d);if(et.DEBUG)throw Error(s+"Not a"+(u?" base "+u:"")+" number: "+L);O.s=null}O.c=O.e=null}}();function ft(Z,h,f,m){var b,O,L,o,u,d,w,R=Z.c,k=g;if(R){e:{for(b=1,o=R[0];o>=10;o/=10,b++);if(O=h-b,O<0)O+=c,L=h,u=R[d=0],w=u/k[b-L-1]%10|0;else if(d=i((O+1)/c),d>=R.length)if(m){for(;R.length<=d;R.push(0));u=w=0,b=1,O%=c,L=O-c+1}else break e;else{for(u=o=R[d],b=1;o>=10;o/=10,b++);O%=c,L=O-c+b,w=L<0?0:u/k[b-L-1]%10|0}if(m=m||h<0||R[d+1]!=null||(L<0?u:u%k[b-L-1]),m=f<4?(w||m)&&(f==0||f==(Z.s<0?3:2)):w>5||w==5&&(f==4||m||f==6&&(O>0?L>0?u/k[b-L]:0:R[d-1])%10&1||f==(Z.s<0?8:7)),h<1||!R[0])return R.length=0,m?(h-=Z.e+1,R[0]=k[(c-h%c)%c],Z.e=-h||0):R[0]=Z.e=0,Z;if(O==0?(R.length=d,o=1,d--):(R.length=d+1,o=k[c-O],R[d]=L>0?n(u/k[b-L]%k[L])*o:0),m)for(;;)if(d==0){for(O=1,L=R[0];L>=10;L/=10,O++);for(L=R[0]+=o,o=1;L>=10;L/=10,o++);O!=o&&(Z.e++,R[0]==A&&(R[0]=1));break}else{if(R[d]+=o,R[d]!=A)break;R[d--]=0,o=1}for(O=R.length;R[--O]===0;R.pop());}Z.e>Ge?Z.c=Z.e=null:Z.e<be&&(Z.c=[Z.e=0])}return Z}function pt(Z){var h,f=Z.e;return f===null?Z.toString():(h=F(Z.c),h=f<=je||f>=V?W(h,f):ne(h,f,"0"),Z.s<0?"-"+h:h)}return S.absoluteValue=S.abs=function(){var Z=new et(this);return Z.s<0&&(Z.s=1),Z},S.comparedTo=function(Z,h){return q(this,new et(Z,h))},S.decimalPlaces=S.dp=function(Z,h){var f,m,b,O=this;if(Z!=null)return P(Z,0,B),h==null?h=Ce:P(h,0,8),ft(new et(O),Z+O.e+1,h);if(!(f=O.c))return null;if(m=((b=f.length-1)-v(this.e/c))*c,b=f[b])for(;b%10==0;b/=10,m--);return m<0&&(m=0),m},S.dividedBy=S.div=function(Z,h){return T(this,new et(Z,h),te,Ce)},S.dividedToIntegerBy=S.idiv=function(Z,h){return T(this,new et(Z,h),0,1)},S.exponentiatedBy=S.pow=function(Z,h){var f,m,b,O,L,o,u,d,w,R=this;if(Z=new et(Z),Z.c&&!Z.isInteger())throw Error(s+"Exponent not an integer: "+pt(Z));if(h!=null&&(h=new et(h)),o=Z.e>14,!R.c||!R.c[0]||R.c[0]==1&&!R.e&&R.c.length==1||!Z.c||!Z.c[0])return w=new et(Math.pow(+pt(R),o?Z.s*(2-M(Z)):+pt(Z))),h?w.mod(h):w;if(u=Z.s<0,h){if(h.c?!h.c[0]:!h.s)return new et(NaN);m=!u&&R.isInteger()&&h.isInteger(),m&&(R=R.mod(h))}else{if(Z.e>9&&(R.e>0||R.e<-1||(R.e==0?R.c[0]>1||o&&R.c[1]>=24e7:R.c[0]<8e13||o&&R.c[0]<=9999975e7)))return O=R.s<0&&M(Z)?-0:0,R.e>-1&&(O=1/O),new et(u?1/O:O);Ze&&(O=i(Ze/c+2))}for(o?(f=new et(.5),u&&(Z.s=1),d=M(Z)):(b=Math.abs(+pt(Z)),d=b%2),w=new et(X);;){if(d){if(w=w.times(R),!w.c)break;O?w.c.length>O&&(w.c.length=O):m&&(w=w.mod(h))}if(b){if(b=n(b/2),b===0)break;d=b%2}else if(Z=Z.times(f),ft(Z,Z.e+1,1),Z.e>14)d=M(Z);else{if(b=+pt(Z),b===0)break;d=b%2}R=R.times(R),O?R.c&&R.c.length>O&&(R.c.length=O):m&&(R=R.mod(h))}return m?w:(u&&(w=X.div(w)),h?w.mod(h):O?ft(w,Ze,Ce,L):w)},S.integerValue=function(Z){var h=new et(this);return Z==null?Z=Ce:P(Z,0,8),ft(h,h.e+1,Z)},S.isEqualTo=S.eq=function(Z,h){return q(this,new et(Z,h))===0},S.isFinite=function(){return!!this.c},S.isGreaterThan=S.gt=function(Z,h){return q(this,new et(Z,h))>0},S.isGreaterThanOrEqualTo=S.gte=function(Z,h){return(h=q(this,new et(Z,h)))===1||h===0},S.isInteger=function(){return!!this.c&&v(this.e/c)>this.c.length-2},S.isLessThan=S.lt=function(Z,h){return q(this,new et(Z,h))<0},S.isLessThanOrEqualTo=S.lte=function(Z,h){return(h=q(this,new et(Z,h)))===-1||h===0},S.isNaN=function(){return!this.s},S.isNegative=function(){return this.s<0},S.isPositive=function(){return this.s>0},S.isZero=function(){return!!this.c&&this.c[0]==0},S.minus=function(Z,h){var f,m,b,O,L=this,o=L.s;if(Z=new et(Z,h),h=Z.s,!o||!h)return new et(NaN);if(o!=h)return Z.s=-h,L.plus(Z);var u=L.e/c,d=Z.e/c,w=L.c,R=Z.c;if(!u||!d){if(!w||!R)return w?(Z.s=-h,Z):new et(R?L:NaN);if(!w[0]||!R[0])return R[0]?(Z.s=-h,Z):new et(w[0]?L:Ce==3?-0:0)}if(u=v(u),d=v(d),w=w.slice(),o=u-d){for((O=o<0)?(o=-o,b=w):(d=u,b=R),b.reverse(),h=o;h--;b.push(0));b.reverse()}else for(m=(O=(o=w.length)<(h=R.length))?o:h,o=h=0;h<m;h++)if(w[h]!=R[h]){O=w[h]<R[h];break}if(O&&(b=w,w=R,R=b,Z.s=-Z.s),h=(m=R.length)-(f=w.length),h>0)for(;h--;w[f++]=0);for(h=A-1;m>o;){if(w[--m]<R[m]){for(f=m;f&&!w[--f];w[f]=h);--w[f],w[m]+=A}w[m]-=R[m]}for(;w[0]==0;w.splice(0,1),--d);return w[0]?Et(Z,w,d):(Z.s=Ce==3?-1:1,Z.c=[Z.e=0],Z)},S.modulo=S.mod=function(Z,h){var f,m,b=this;return Z=new et(Z,h),!b.c||!Z.s||Z.c&&!Z.c[0]?new et(NaN):!Z.c||b.c&&!b.c[0]?new et(b):(at==9?(m=Z.s,Z.s=1,f=T(b,Z,0,3),Z.s=m,f.s*=m):f=T(b,Z,0,at),Z=b.minus(f.times(Z)),!Z.c[0]&&at==1&&(Z.s=b.s),Z)},S.multipliedBy=S.times=function(Z,h){var f,m,b,O,L,o,u,d,w,R,k,ee,Ae,me,Fe,Le=this,Me=Le.c,Ne=(Z=new et(Z,h)).c;if(!Me||!Ne||!Me[0]||!Ne[0])return!Le.s||!Z.s||Me&&!Me[0]&&!Ne||Ne&&!Ne[0]&&!Me?Z.c=Z.e=Z.s=null:(Z.s*=Le.s,!Me||!Ne?Z.c=Z.e=null:(Z.c=[0],Z.e=0)),Z;for(m=v(Le.e/c)+v(Z.e/c),Z.s*=Le.s,u=Me.length,R=Ne.length,u<R&&(Ae=Me,Me=Ne,Ne=Ae,b=u,u=R,R=b),b=u+R,Ae=[];b--;Ae.push(0));for(me=A,Fe=C,b=R;--b>=0;){for(f=0,k=Ne[b]%Fe,ee=Ne[b]/Fe|0,L=u,O=b+L;O>b;)d=Me[--L]%Fe,w=Me[L]/Fe|0,o=ee*d+w*k,d=k*d+o%Fe*Fe+Ae[O]+f,f=(d/me|0)+(o/Fe|0)+ee*w,Ae[O--]=d%me;Ae[O]=f}return f?++m:Ae.splice(0,1),Et(Z,Ae,m)},S.negated=function(){var Z=new et(this);return Z.s=-Z.s||null,Z},S.plus=function(Z,h){var f,m=this,b=m.s;if(Z=new et(Z,h),h=Z.s,!b||!h)return new et(NaN);if(b!=h)return Z.s=-h,m.minus(Z);var O=m.e/c,L=Z.e/c,o=m.c,u=Z.c;if(!O||!L){if(!o||!u)return new et(b/0);if(!o[0]||!u[0])return u[0]?Z:new et(o[0]?m:b*0)}if(O=v(O),L=v(L),o=o.slice(),b=O-L){for(b>0?(L=O,f=u):(b=-b,f=o),f.reverse();b--;f.push(0));f.reverse()}for(b=o.length,h=u.length,b-h<0&&(f=u,u=o,o=f,h=b),b=0;h;)b=(o[--h]=o[h]+u[h]+b)/A|0,o[h]=A===o[h]?0:o[h]%A;return b&&(o=[b].concat(o),++L),Et(Z,o,L)},S.precision=S.sd=function(Z,h){var f,m,b,O=this;if(Z!=null&&Z!==!!Z)return P(Z,1,B),h==null?h=Ce:P(h,0,8),ft(new et(O),Z,h);if(!(f=O.c))return null;if(b=f.length-1,m=b*c+1,b=f[b]){for(;b%10==0;b/=10,m--);for(b=f[0];b>=10;b/=10,m++);}return Z&&O.e+1>m&&(m=O.e+1),m},S.shiftedBy=function(Z){return P(Z,-l,l),this.times("1e"+Z)},S.squareRoot=S.sqrt=function(){var Z,h,f,m,b,O=this,L=O.c,o=O.s,u=O.e,d=te+4,w=new et("0.5");if(o!==1||!L||!L[0])return new et(!o||o<0&&(!L||L[0])?NaN:L?O:1/0);if(o=Math.sqrt(+pt(O)),o==0||o==1/0?(h=F(L),(h.length+u)%2==0&&(h+="0"),o=Math.sqrt(+h),u=v((u+1)/2)-(u<0||u%2),o==1/0?h="5e"+u:(h=o.toExponential(),h=h.slice(0,h.indexOf("e")+1)+u),f=new et(h)):f=new et(o+""),f.c[0]){for(u=f.e,o=u+d,o<3&&(o=0);;)if(b=f,f=w.times(b.plus(T(O,b,d,1))),F(b.c).slice(0,o)===(h=F(f.c)).slice(0,o))if(f.e<u&&--o,h=h.slice(o-3,o+1),h=="9999"||!m&&h=="4999"){if(!m&&(ft(b,b.e+te+2,0),b.times(b).eq(O))){f=b;break}d+=4,o+=4,m=1}else{(!+h||!+h.slice(1)&&h.charAt(0)=="5")&&(ft(f,f.e+te+2,1),Z=!f.times(f).eq(O));break}}return ft(f,f.e+te+1,Ce,Z)},S.toExponential=function(Z,h){return Z!=null&&(P(Z,0,B),Z++),he(this,Z,h,1)},S.toFixed=function(Z,h){return Z!=null&&(P(Z,0,B),Z=Z+this.e+1),he(this,Z,h)},S.toFormat=function(Z,h,f){var m,b=this;if(f==null)Z!=null&&h&&typeof h=="object"?(f=h,h=null):Z&&typeof Z=="object"?(f=Z,Z=h=null):f=Yt;else if(typeof f!="object")throw Error(s+"Argument not an object: "+f);if(m=b.toFixed(Z,h),b.c){var O,L=m.split("."),o=+f.groupSize,u=+f.secondaryGroupSize,d=f.groupSeparator||"",w=L[0],R=L[1],k=b.s<0,ee=k?w.slice(1):w,Ae=ee.length;if(u&&(O=o,o=u,u=O,Ae-=O),o>0&&Ae>0){for(O=Ae%o||o,w=ee.substr(0,O);O<Ae;O+=o)w+=d+ee.substr(O,o);u>0&&(w+=d+ee.slice(O)),k&&(w="-"+w)}m=R?w+(f.decimalSeparator||"")+((u=+f.fractionGroupSize)?R.replace(new RegExp("\\d{"+u+"}\\B","g"),"$&"+(f.fractionGroupSeparator||"")):R):w}return(f.prefix||"")+m+(f.suffix||"")},S.toFraction=function(Z){var h,f,m,b,O,L,o,u,d,w,R,k,ee=this,Ae=ee.c;if(Z!=null&&(o=new et(Z),!o.isInteger()&&(o.c||o.s!==1)||o.lt(X)))throw Error(s+"Argument "+(o.isInteger()?"out of range: ":"not an integer: ")+pt(o));if(!Ae)return new et(ee);for(h=new et(X),d=f=new et(X),m=u=new et(X),k=F(Ae),O=h.e=k.length-ee.e-1,h.c[0]=g[(L=O%c)<0?c+L:L],Z=!Z||o.comparedTo(h)>0?O>0?h:d:o,L=Ge,Ge=1/0,o=new et(k),u.c[0]=0;w=T(o,h,0,1),b=f.plus(w.times(m)),b.comparedTo(Z)!=1;)f=m,m=b,d=u.plus(w.times(b=d)),u=b,h=o.minus(w.times(b=h)),o=b;return b=T(Z.minus(f),m,0,1),u=u.plus(b.times(d)),f=f.plus(b.times(m)),u.s=d.s=ee.s,O=O*2,R=T(d,m,O,Ce).minus(ee).abs().comparedTo(T(u,f,O,Ce).minus(ee).abs())<1?[d,m]:[u,f],Ge=L,R},S.toNumber=function(){return+pt(this)},S.toPrecision=function(Z,h){return Z!=null&&P(Z,1,B),he(this,Z,h,2)},S.toString=function(Z){var h,f=this,m=f.s,b=f.e;return b===null?m?(h="Infinity",m<0&&(h="-"+h)):h="NaN":(Z==null?h=b<=je||b>=V?W(F(f.c),b):ne(F(f.c),b,"0"):Z===10&&Rt?(f=ft(new et(f),te+b+1,Ce),h=ne(F(f.c),f.e,"0")):(P(Z,2,Bt.length,"Base"),h=D(ne(F(f.c),b,"0"),10,Z,m,!0)),m<0&&f.c[0]&&(h="-"+h)),h},S.valueOf=S.toJSON=function(){return pt(this)},S._isBigNumber=!0,ie!=null&&et.set(ie),et}function v(ie){var T=ie|0;return ie>0||ie===T?T:T-1}function F(ie){for(var T,D,Y=1,S=ie.length,X=ie[0]+"";Y<S;){for(T=ie[Y++]+"",D=c-T.length;D--;T="0"+T);X+=T}for(S=X.length;X.charCodeAt(--S)===48;);return X.slice(0,S+1||1)}function q(ie,T){var D,Y,S=ie.c,X=T.c,te=ie.s,Ce=T.s,je=ie.e,V=T.e;if(!te||!Ce)return null;if(D=S&&!S[0],Y=X&&!X[0],D||Y)return D?Y?0:-Ce:te;if(te!=Ce)return te;if(D=te<0,Y=je==V,!S||!X)return Y?0:!S^D?1:-1;if(!Y)return je>V^D?1:-1;for(Ce=(je=S.length)<(V=X.length)?je:V,te=0;te<Ce;te++)if(S[te]!=X[te])return S[te]>X[te]^D?1:-1;return je==V?0:je>V^D?1:-1}function P(ie,T,D,Y){if(ie<T||ie>D||ie!==n(ie))throw Error(s+(Y||"Argument")+(typeof ie=="number"?ie<T||ie>D?" out of range: ":" not an integer: ":" not a primitive number: ")+String(ie))}function M(ie){var T=ie.c.length-1;return v(ie.e/c)==T&&ie.c[T]%2!=0}function W(ie,T){return(ie.length>1?ie.charAt(0)+"."+ie.slice(1):ie)+(T<0?"e":"e+")+T}function ne(ie,T,D){var Y,S;if(T<0){for(S=D+".";++T;S+=D);ie=S+ie}else if(Y=ie.length,++T>Y){for(S=D,T-=Y;--T;S+=D);ie+=S}else T<Y&&(ie=ie.slice(0,T)+"."+ie.slice(T));return ie}e=I(),e.default=e.BigNumber=e,typeof define=="function"&&define.amd?define(function(){return e}):typeof P0<"u"&&P0.exports?P0.exports=e:(t||(t=typeof self<"u"&&self?self:window),t.BigNumber=e)})(wx)});var vx=ce((xte,bx)=>{bx.exports=function(e,r,i){var n=new e.Uint8Array(i),s=r.pushInt,a=r.pushInt32,A=r.pushInt32Neg,c=r.pushInt64,l=r.pushInt64Neg,g=r.pushFloat,C=r.pushFloatSingle,B=r.pushFloatDouble,I=r.pushTrue,v=r.pushFalse,F=r.pushUndefined,q=r.pushNull,P=r.pushInfinity,M=r.pushInfinityNeg,W=r.pushNaN,ne=r.pushNaNNeg,ie=r.pushArrayStart,T=r.pushArrayStartFixed,D=r.pushArrayStartFixed32,Y=r.pushArrayStartFixed64,S=r.pushObjectStart,X=r.pushObjectStartFixed,te=r.pushObjectStartFixed32,Ce=r.pushObjectStartFixed64,je=r.pushByteString,V=r.pushByteStringStart,be=r.pushUtf8String,Ge=r.pushUtf8StringStart,Ve=r.pushSimpleUnassigned,at=r.pushTagStart,Ze=r.pushTagStart4,Yt=r.pushTagStart8,Bt=r.pushTagUnassigned,Rt=r.pushBreak,et=e.Math.pow,he=0,G=0,Et=0;function ft(oe){for(oe=oe|0,he=0,G=oe;(he|0)<(G|0)&&(Et=nt[n[he]&255](n[he]|0)|0,!((Et|0)>0)););return Et|0}function pt(oe){return oe=oe|0,((he|0)+(oe|0)|0)<(G|0)?0:1}function Z(oe){return oe=oe|0,n[oe|0]<<8|n[oe+1|0]|0}function h(oe){return oe=oe|0,n[oe|0]<<24|n[oe+1|0]<<16|n[oe+2|0]<<8|n[oe+3|0]|0}function f(oe){return oe=oe|0,s(oe|0),he=he+1|0,0}function m(oe){return oe=oe|0,pt(1)|0?1:(s(n[he+1|0]|0),he=he+2|0,0)}function b(oe){return oe=oe|0,pt(2)|0?1:(s(Z(he+1|0)|0),he=he+3|0,0)}function O(oe){return oe=oe|0,pt(4)|0?1:(a(Z(he+1|0)|0,Z(he+3|0)|0),he=he+5|0,0)}function L(oe){return oe=oe|0,pt(8)|0?1:(c(Z(he+1|0)|0,Z(he+3|0)|0,Z(he+5|0)|0,Z(he+7|0)|0),he=he+9|0,0)}function o(oe){return oe=oe|0,s(-1-(oe-32|0)|0),he=he+1|0,0}function u(oe){return oe=oe|0,pt(1)|0?1:(s(-1-(n[he+1|0]|0)|0),he=he+2|0,0)}function d(oe){oe=oe|0;var j=0;return pt(2)|0?1:(j=Z(he+1|0)|0,s(-1-(j|0)|0),he=he+3|0,0)}function w(oe){return oe=oe|0,pt(4)|0?1:(A(Z(he+1|0)|0,Z(he+3|0)|0),he=he+5|0,0)}function R(oe){return oe=oe|0,pt(8)|0?1:(l(Z(he+1|0)|0,Z(he+3|0)|0,Z(he+5|0)|0,Z(he+7|0)|0),he=he+9|0,0)}function k(oe){oe=oe|0;var j=0,ye=0,Be=0;return Be=oe-64|0,pt(Be|0)|0?1:(j=he+1|0,ye=(he+1|0)+(Be|0)|0,je(j|0,ye|0),he=ye|0,0)}function ee(oe){oe=oe|0;var j=0,ye=0,Be=0;return pt(1)|0||(Be=n[he+1|0]|0,j=he+2|0,ye=(he+2|0)+(Be|0)|0,pt(Be+1|0)|0)?1:(je(j|0,ye|0),he=ye|0,0)}function Ae(oe){oe=oe|0;var j=0,ye=0,Be=0;return pt(2)|0||(Be=Z(he+1|0)|0,j=he+3|0,ye=(he+3|0)+(Be|0)|0,pt(Be+2|0)|0)?1:(je(j|0,ye|0),he=ye|0,0)}function me(oe){oe=oe|0;var j=0,ye=0,Be=0;return pt(4)|0||(Be=h(he+1|0)|0,j=he+5|0,ye=(he+5|0)+(Be|0)|0,pt(Be+4|0)|0)?1:(je(j|0,ye|0),he=ye|0,0)}function Fe(oe){return oe=oe|0,1}function Le(oe){return oe=oe|0,V(),he=he+1|0,0}function Me(oe){oe=oe|0;var j=0,ye=0,Be=0;return Be=oe-96|0,pt(Be|0)|0?1:(j=he+1|0,ye=(he+1|0)+(Be|0)|0,be(j|0,ye|0),he=ye|0,0)}function Ne(oe){oe=oe|0;var j=0,ye=0,Be=0;return pt(1)|0||(Be=n[he+1|0]|0,j=he+2|0,ye=(he+2|0)+(Be|0)|0,pt(Be+1|0)|0)?1:(be(j|0,ye|0),he=ye|0,0)}function ht(oe){oe=oe|0;var j=0,ye=0,Be=0;return pt(2)|0||(Be=Z(he+1|0)|0,j=he+3|0,ye=(he+3|0)+(Be|0)|0,pt(Be+2|0)|0)?1:(be(j|0,ye|0),he=ye|0,0)}function vt(oe){oe=oe|0;var j=0,ye=0,Be=0;return pt(4)|0||(Be=h(he+1|0)|0,j=he+5|0,ye=(he+5|0)+(Be|0)|0,pt(Be+4|0)|0)?1:(be(j|0,ye|0),he=ye|0,0)}function ur(oe){return oe=oe|0,1}function rr(oe){return oe=oe|0,Ge(),he=he+1|0,0}function kt(oe){return oe=oe|0,T(oe-128|0),he=he+1|0,0}function At(oe){return oe=oe|0,pt(1)|0?1:(T(n[he+1|0]|0),he=he+2|0,0)}function ar(oe){return oe=oe|0,pt(2)|0?1:(T(Z(he+1|0)|0),he=he+3|0,0)}function St(oe){return oe=oe|0,pt(4)|0?1:(D(Z(he+1|0)|0,Z(he+3|0)|0),he=he+5|0,0)}function sr(oe){return oe=oe|0,pt(8)|0?1:(Y(Z(he+1|0)|0,Z(he+3|0)|0,Z(he+5|0)|0,Z(he+7|0)|0),he=he+9|0,0)}function Pt(oe){return oe=oe|0,ie(),he=he+1|0,0}function Er(oe){oe=oe|0;var j=0;return j=oe-160|0,pt(j|0)|0?1:(X(j|0),he=he+1|0,0)}function Ht(oe){return oe=oe|0,pt(1)|0?1:(X(n[he+1|0]|0),he=he+2|0,0)}function mn(oe){return oe=oe|0,pt(2)|0?1:(X(Z(he+1|0)|0),he=he+3|0,0)}function Zn(oe){return oe=oe|0,pt(4)|0?1:(te(Z(he+1|0)|0,Z(he+3|0)|0),he=he+5|0,0)}function Fr(oe){return oe=oe|0,pt(8)|0?1:(Ce(Z(he+1|0)|0,Z(he+3|0)|0,Z(he+5|0)|0,Z(he+7|0)|0),he=he+9|0,0)}function Si(oe){return oe=oe|0,S(),he=he+1|0,0}function Qr(oe){return oe=oe|0,at(oe-192|0|0),he=he+1|0,0}function br(oe){return oe=oe|0,at(oe|0),he=he+1|0,0}function Oi(oe){return oe=oe|0,at(oe|0),he=he+1|0,0}function Ki(oe){return oe=oe|0,at(oe|0),he=he+1|0,0}function os(oe){return oe=oe|0,at(oe|0),he=he+1|0,0}function dr(oe){return oe=oe|0,at(oe-192|0|0),he=he+1|0,0}function lr(oe){return oe=oe|0,at(oe|0),he=he+1|0,0}function z(oe){return oe=oe|0,at(oe|0),he=he+1|0,0}function J(oe){return oe=oe|0,at(oe|0),he=he+1|0,0}function E(oe){return oe=oe|0,pt(1)|0?1:(at(n[he+1|0]|0),he=he+2|0,0)}function p(oe){return oe=oe|0,pt(2)|0?1:(at(Z(he+1|0)|0),he=he+3|0,0)}function x(oe){return oe=oe|0,pt(4)|0?1:(Ze(Z(he+1|0)|0,Z(he+3|0)|0),he=he+5|0,0)}function Q(oe){return oe=oe|0,pt(8)|0?1:(Yt(Z(he+1|0)|0,Z(he+3|0)|0,Z(he+5|0)|0,Z(he+7|0)|0),he=he+9|0,0)}function H(oe){return oe=oe|0,Ve((oe|0)-224|0),he=he+1|0,0}function se(oe){return oe=oe|0,v(),he=he+1|0,0}function ue(oe){return oe=oe|0,I(),he=he+1|0,0}function Se(oe){return oe=oe|0,q(),he=he+1|0,0}function Re(oe){return oe=oe|0,F(),he=he+1|0,0}function it(oe){return oe=oe|0,pt(1)|0?1:(Ve(n[he+1|0]|0),he=he+2|0,0)}function Ue(oe){oe=oe|0;var j=0,ye=0,Be=1,Qe=0,Ke=0,He=0;return pt(2)|0?1:(j=n[he+1|0]|0,ye=n[he+2|0]|0,(j|0)&128&&(Be=-1),Qe=+(((j|0)&124)>>2),Ke=+(((j|0)&3)<<8|ye),+Qe==0?g(+(+Be*5960464477539063e-23*+Ke)):+Qe==31?+Be==1?+Ke>0?W():P():+Ke>0?ne():M():g(+(+Be*et(2,+(+Qe-25))*+(1024+Ke))),he=he+3|0,0)}function ct(oe){return oe=oe|0,pt(4)|0?1:(C(n[he+1|0]|0,n[he+2|0]|0,n[he+3|0]|0,n[he+4|0]|0),he=he+5|0,0)}function Xe(oe){return oe=oe|0,pt(8)|0?1:(B(n[he+1|0]|0,n[he+2|0]|0,n[he+3|0]|0,n[he+4|0]|0,n[he+5|0]|0,n[he+6|0]|0,n[he+7|0]|0,n[he+8|0]|0),he=he+9|0,0)}function Oe(oe){return oe=oe|0,1}function ke(oe){return oe=oe|0,Rt(),he=he+1|0,0}var nt=[f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,f,m,b,O,L,Oe,Oe,Oe,Oe,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,o,u,d,w,R,Oe,Oe,Oe,Oe,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,k,ee,Ae,me,Fe,Oe,Oe,Oe,Le,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Me,Ne,ht,vt,ur,Oe,Oe,Oe,rr,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,kt,At,ar,St,sr,Oe,Oe,Oe,Pt,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Er,Ht,mn,Zn,Fr,Oe,Oe,Oe,Si,Qr,Qr,Qr,Qr,Qr,Qr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,dr,E,p,x,Q,Oe,Oe,Oe,Oe,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,H,se,ue,Se,Re,it,Ue,ct,Xe,Oe,Oe,Oe,ke];return{parse:ft}}});var ig=ce(Aa=>{"use strict";var my=tg().BigNumber;Aa.MT={POS_INT:0,NEG_INT:1,BYTE_STRING:2,UTF8_STRING:3,ARRAY:4,MAP:5,TAG:6,SIMPLE_FLOAT:7};Aa.TAG={DATE_STRING:0,DATE_EPOCH:1,POS_BIGINT:2,NEG_BIGINT:3,DECIMAL_FRAC:4,BIGFLOAT:5,BASE64URL_EXPECTED:21,BASE64_EXPECTED:22,BASE16_EXPECTED:23,CBOR:24,URI:32,BASE64URL:33,BASE64:34,REGEXP:35,MIME:36};Aa.NUMBYTES={ZERO:0,ONE:24,TWO:25,FOUR:26,EIGHT:27,INDEFINITE:31};Aa.SIMPLE={FALSE:20,TRUE:21,NULL:22,UNDEFINED:23};Aa.SYMS={NULL:Symbol("null"),UNDEFINED:Symbol("undef"),PARENT:Symbol("parent"),BREAK:Symbol("break"),STREAM:Symbol("stream")};Aa.SHIFT32=Math.pow(2,32);Aa.SHIFT16=Math.pow(2,16);Aa.MAX_SAFE_HIGH=2097151;Aa.NEG_ONE=new my(-1);Aa.TEN=new my(10);Aa.TWO=new my(2);Aa.PARENT={ARRAY:0,OBJECT:1,MAP:2,TAG:3,BYTE_STRING:4,UTF8_STRING:5}});var H0=ce($a=>{"use strict";var{Buffer:HU}=require("buffer"),_x=tg().BigNumber,Sx=ig(),xx=Sx.SHIFT32,jU=Sx.SHIFT16,YU=2097151;$a.parseHalf=function(e){var r,i,n;return n=e[0]&128?-1:1,r=(e[0]&124)>>2,i=(e[0]&3)<<8|e[1],r?r===31?n*(i?0/0:1/0):n*Math.pow(2,r-25)*(1024+i):n*5960464477539063e-23*i};function JU(t){return t<16?"0"+t.toString(16):t.toString(16)}$a.arrayBufferToBignumber=function(t){let e=t.byteLength,r="";for(let i=0;i<e;i++)r+=JU(t[i]);return new _x(r,16)};$a.buildMap=t=>{let e=new Map,r=Object.keys(t),i=r.length;for(let n=0;n<i;n++)e.set(r[n],t[r[n]]);return e};$a.buildInt32=(t,e)=>t*jU+e;$a.buildInt64=(t,e,r,i)=>{let n=$a.buildInt32(t,e),s=$a.buildInt32(r,i);return n>YU?new _x(n).times(xx).plus(s):n*xx+s};$a.writeHalf=function(e,r){let i=HU.allocUnsafe(4);i.writeFloatBE(r,0);let n=i.readUInt32BE(0);if(n&8191)return!1;var s=n>>16&32768;let a=n>>23&255,A=n&8388607;if(a>=113&&a<=142)s+=(a-112<<10)+(A>>13);else if(a>=103&&a<113){if(A&(1<<126-a)-1)return!1;s+=A+8388608>>126-a}else return!1;return e.writeUInt16BE(s,0),!0};$a.keySorter=function(t,e){var r=t[0].byteLength,i=e[0].byteLength;return r>i?1:i>r?-1:t[0].compare(e[0])};$a.isNegativeZero=t=>t===0&&1/t<0;$a.nextPowerOf2=t=>{let e=0;if(t&&!(t&t-1))return t;for(;t!==0;)t>>=1,e+=1;return 1<<e}});var Cy=ce((Dte,Dx)=>{"use strict";var Qy=ig(),$U=Qy.MT,j0=Qy.SIMPLE,yy=Qy.SYMS,ff=class{constructor(e){if(typeof e!="number")throw new Error("Invalid Simple type: "+typeof e);if(e<0||e>255||(e|0)!==e)throw new Error("value must be a small positive integer: "+e);this.value=e}toString(){return"simple("+this.value+")"}inspect(){return"simple("+this.value+")"}encodeCBOR(e){return e._pushInt(this.value,$U.SIMPLE_FLOAT)}static isSimple(e){return e instanceof ff}static decode(e,r){switch(r==null&&(r=!0),e){case j0.FALSE:return!1;case j0.TRUE:return!0;case j0.NULL:return r?null:yy.NULL;case j0.UNDEFINED:return r?void 0:yy.UNDEFINED;case-1:if(!r)throw new Error("Invalid BREAK");return yy.BREAK;default:return new ff(e)}}};Dx.exports=ff});var wy=ce((Rte,Rx)=>{"use strict";var hf=class{constructor(e,r,i){if(this.tag=e,this.value=r,this.err=i,typeof this.tag!="number")throw new Error("Invalid tag type ("+typeof this.tag+")");if(this.tag<0||(this.tag|0)!==this.tag)throw new Error("Tag must be a positive integer: "+this.tag)}toString(){return`${this.tag}(${JSON.stringify(this.value)})`}encodeCBOR(e){return e._pushTag(this.tag),e.pushAny(this.value)}convert(e){var r,i;if(i=e?.[this.tag],typeof i!="function"&&(i=hf["_tag"+this.tag],typeof i!="function"))return this;try{return i.call(hf,this.value)}catch(n){return r=n,this.err=r,this}}};Rx.exports=hf});var vy=ce((Nte,Fx)=>{"use strict";var{URL:KU,URLSearchParams:VU,format:WU}=require("url"),Nx="http://localhost",by=class extends KU{constructor(e="",r=Nx){super(e,r),this.path=this.pathname+this.search,this.auth=this.username&&this.password?this.username+":"+this.password:null,this.query=this.search&&this.search.startsWith("?")?this.search.slice(1):null}format(){return this.toString()}};Fx.exports={URLWithLegacySupport:by,URLSearchParams:VU,format:WU,defaultBase:Nx}});var Mx=ce((Fte,kx)=>{"use strict";var{URLWithLegacySupport:Tx,format:zU}=vy();kx.exports=(t,e={},r={},i)=>{let n=e.protocol?e.protocol.replace(":",""):"http";n=(r[n]||i||n)+":";let s;try{s=new Tx(t)}catch{s={}}let a=Object.assign({},e,{protocol:n||s.protocol,host:e.host||s.host});return new Tx(t,zU(a)).toString()}});var xy=ce((Tte,Ux)=>{"use strict";var{URLWithLegacySupport:XU,format:ZU,URLSearchParams:eG,defaultBase:tG}=vy(),rG=Mx();Ux.exports={URL:XU,URLSearchParams:eG,format:ZU,relative:rG,defaultBase:tG}});var _y=ce((kte,Ox)=>{"use strict";var{Buffer:gf}=require("buffer"),Gx=B0(),iG=tg().BigNumber,nG=vx(),ls=H0(),gi=ig(),sG=Cy(),aG=wy(),{URL:AG}=xy(),qc=class{constructor(e){e=e||{},!e.size||e.size<65536?e.size=65536:e.size=ls.nextPowerOf2(e.size),this._heap=new ArrayBuffer(e.size),this._heap8=new Uint8Array(this._heap),this._buffer=gf.from(this._heap),this._reset(),this._knownTags=Object.assign({0:r=>new Date(r),1:r=>new Date(r*1e3),2:r=>ls.arrayBufferToBignumber(r),3:r=>gi.NEG_ONE.minus(ls.arrayBufferToBignumber(r)),4:r=>gi.TEN.pow(r[0]).times(r[1]),5:r=>gi.TWO.pow(r[0]).times(r[1]),32:r=>new AG(r),35:r=>new RegExp(r)},e.tags),this.parser=nG(global,{log:console.log.bind(console),pushInt:this.pushInt.bind(this),pushInt32:this.pushInt32.bind(this),pushInt32Neg:this.pushInt32Neg.bind(this),pushInt64:this.pushInt64.bind(this),pushInt64Neg:this.pushInt64Neg.bind(this),pushFloat:this.pushFloat.bind(this),pushFloatSingle:this.pushFloatSingle.bind(this),pushFloatDouble:this.pushFloatDouble.bind(this),pushTrue:this.pushTrue.bind(this),pushFalse:this.pushFalse.bind(this),pushUndefined:this.pushUndefined.bind(this),pushNull:this.pushNull.bind(this),pushInfinity:this.pushInfinity.bind(this),pushInfinityNeg:this.pushInfinityNeg.bind(this),pushNaN:this.pushNaN.bind(this),pushNaNNeg:this.pushNaNNeg.bind(this),pushArrayStart:this.pushArrayStart.bind(this),pushArrayStartFixed:this.pushArrayStartFixed.bind(this),pushArrayStartFixed32:this.pushArrayStartFixed32.bind(this),pushArrayStartFixed64:this.pushArrayStartFixed64.bind(this),pushObjectStart:this.pushObjectStart.bind(this),pushObjectStartFixed:this.pushObjectStartFixed.bind(this),pushObjectStartFixed32:this.pushObjectStartFixed32.bind(this),pushObjectStartFixed64:this.pushObjectStartFixed64.bind(this),pushByteString:this.pushByteString.bind(this),pushByteStringStart:this.pushByteStringStart.bind(this),pushUtf8String:this.pushUtf8String.bind(this),pushUtf8StringStart:this.pushUtf8StringStart.bind(this),pushSimpleUnassigned:this.pushSimpleUnassigned.bind(this),pushTagUnassigned:this.pushTagUnassigned.bind(this),pushTagStart:this.pushTagStart.bind(this),pushTagStart4:this.pushTagStart4.bind(this),pushTagStart8:this.pushTagStart8.bind(this),pushBreak:this.pushBreak.bind(this)},this._heap)}get _depth(){return this._parents.length}get _currentParent(){return this._parents[this._depth-1]}get _ref(){return this._currentParent.ref}_closeParent(){var e=this._parents.pop();if(e.length>0)throw new Error(`Missing ${e.length} elements`);switch(e.type){case gi.PARENT.TAG:this._push(this.createTag(e.ref[0],e.ref[1]));break;case gi.PARENT.BYTE_STRING:this._push(this.createByteString(e.ref,e.length));break;case gi.PARENT.UTF8_STRING:this._push(this.createUtf8String(e.ref,e.length));break;case gi.PARENT.MAP:if(e.values%2>0)throw new Error("Odd number of elements in the map");this._push(this.createMap(e.ref,e.length));break;case gi.PARENT.OBJECT:if(e.values%2>0)throw new Error("Odd number of elements in the map");this._push(this.createObject(e.ref,e.length));break;case gi.PARENT.ARRAY:this._push(this.createArray(e.ref,e.length));break;default:break}this._currentParent&&this._currentParent.type===gi.PARENT.TAG&&this._dec()}_dec(){let e=this._currentParent;e.length<0||(e.length--,e.length===0&&this._closeParent())}_push(e,r){let i=this._currentParent;switch(i.values++,i.type){case gi.PARENT.ARRAY:case gi.PARENT.BYTE_STRING:case gi.PARENT.UTF8_STRING:i.length>-1?this._ref[this._ref.length-i.length]=e:this._ref.push(e),this._dec();break;case gi.PARENT.OBJECT:i.tmpKey!=null?(this._ref[i.tmpKey]=e,i.tmpKey=null,this._dec()):(i.tmpKey=e,typeof i.tmpKey!="string"&&(i.type=gi.PARENT.MAP,i.ref=ls.buildMap(i.ref)));break;case gi.PARENT.MAP:i.tmpKey!=null?(this._ref.set(i.tmpKey,e),i.tmpKey=null,this._dec()):i.tmpKey=e;break;case gi.PARENT.TAG:this._ref.push(e),r||this._dec();break;default:throw new Error("Unknown parent type")}}_createParent(e,r,i){this._parents[this._depth]={type:r,length:i,ref:e,values:0,tmpKey:null}}_reset(){this._res=[],this._parents=[{type:gi.PARENT.ARRAY,length:-1,ref:this._res,values:0,tmpKey:null}]}createTag(e,r){let i=this._knownTags[e];return i?i(r):new aG(e,r)}createMap(e,r){return e}createObject(e,r){return e}createArray(e,r){return e}createByteString(e,r){return gf.concat(e)}createByteStringFromHeap(e,r){return e===r?gf.alloc(0):gf.from(this._heap.slice(e,r))}createInt(e){return e}createInt32(e,r){return ls.buildInt32(e,r)}createInt64(e,r,i,n){return ls.buildInt64(e,r,i,n)}createFloat(e){return e}createFloatSingle(e,r,i,n){return Gx.read([e,r,i,n],0,!1,23,4)}createFloatDouble(e,r,i,n,s,a,A,c){return Gx.read([e,r,i,n,s,a,A,c],0,!1,52,8)}createInt32Neg(e,r){return-1-ls.buildInt32(e,r)}createInt64Neg(e,r,i,n){let s=ls.buildInt32(e,r),a=ls.buildInt32(i,n);return s>gi.MAX_SAFE_HIGH?gi.NEG_ONE.minus(new iG(s).times(gi.SHIFT32).plus(a)):-1-(s*gi.SHIFT32+a)}createTrue(){return!0}createFalse(){return!1}createNull(){return null}createUndefined(){}createInfinity(){return 1/0}createInfinityNeg(){return-1/0}createNaN(){return NaN}createNaNNeg(){return NaN}createUtf8String(e,r){return e.join("")}createUtf8StringFromHeap(e,r){return e===r?"":this._buffer.toString("utf8",e,r)}createSimpleUnassigned(e){return new sG(e)}pushInt(e){this._push(this.createInt(e))}pushInt32(e,r){this._push(this.createInt32(e,r))}pushInt64(e,r,i,n){this._push(this.createInt64(e,r,i,n))}pushFloat(e){this._push(this.createFloat(e))}pushFloatSingle(e,r,i,n){this._push(this.createFloatSingle(e,r,i,n))}pushFloatDouble(e,r,i,n,s,a,A,c){this._push(this.createFloatDouble(e,r,i,n,s,a,A,c))}pushInt32Neg(e,r){this._push(this.createInt32Neg(e,r))}pushInt64Neg(e,r,i,n){this._push(this.createInt64Neg(e,r,i,n))}pushTrue(){this._push(this.createTrue())}pushFalse(){this._push(this.createFalse())}pushNull(){this._push(this.createNull())}pushUndefined(){this._push(this.createUndefined())}pushInfinity(){this._push(this.createInfinity())}pushInfinityNeg(){this._push(this.createInfinityNeg())}pushNaN(){this._push(this.createNaN())}pushNaNNeg(){this._push(this.createNaNNeg())}pushArrayStart(){this._createParent([],gi.PARENT.ARRAY,-1)}pushArrayStartFixed(e){this._createArrayStartFixed(e)}pushArrayStartFixed32(e,r){let i=ls.buildInt32(e,r);this._createArrayStartFixed(i)}pushArrayStartFixed64(e,r,i,n){let s=ls.buildInt64(e,r,i,n);this._createArrayStartFixed(s)}pushObjectStart(){this._createObjectStartFixed(-1)}pushObjectStartFixed(e){this._createObjectStartFixed(e)}pushObjectStartFixed32(e,r){let i=ls.buildInt32(e,r);this._createObjectStartFixed(i)}pushObjectStartFixed64(e,r,i,n){let s=ls.buildInt64(e,r,i,n);this._createObjectStartFixed(s)}pushByteStringStart(){this._parents[this._depth]={type:gi.PARENT.BYTE_STRING,length:-1,ref:[],values:0,tmpKey:null}}pushByteString(e,r){this._push(this.createByteStringFromHeap(e,r))}pushUtf8StringStart(){this._parents[this._depth]={type:gi.PARENT.UTF8_STRING,length:-1,ref:[],values:0,tmpKey:null}}pushUtf8String(e,r){this._push(this.createUtf8StringFromHeap(e,r))}pushSimpleUnassigned(e){this._push(this.createSimpleUnassigned(e))}pushTagStart(e){this._parents[this._depth]={type:gi.PARENT.TAG,length:1,ref:[e]}}pushTagStart4(e,r){this.pushTagStart(ls.buildInt32(e,r))}pushTagStart8(e,r,i,n){this.pushTagStart(ls.buildInt64(e,r,i,n))}pushTagUnassigned(e){this._push(this.createTag(e))}pushBreak(){if(this._currentParent.length>-1)throw new Error("Unexpected break");this._closeParent()}_createObjectStartFixed(e){if(e===0){this._push(this.createObject({}));return}this._createParent({},gi.PARENT.OBJECT,e)}_createArrayStartFixed(e){if(e===0){this._push(this.createArray([]));return}this._createParent(new Array(e),gi.PARENT.ARRAY,e)}_decode(e){if(e.byteLength===0)throw new Error("Input too short");this._reset(),this._heap8.set(e);let r=this.parser.parse(e.byteLength);if(this._depth>1){for(;this._currentParent.length===0;)this._closeParent();if(this._depth>1)throw new Error("Undeterminated nesting")}if(r>0)throw new Error("Failed to parse");if(this._res.length===0)throw new Error("No valid result")}decodeFirst(e){return this._decode(e),this._res[0]}decodeAll(e){return this._decode(e),this._res}static decode(e,r){return typeof e=="string"&&(e=gf.from(e,r||"hex")),new qc({size:e.length}).decodeFirst(e)}static decodeAll(e,r){return typeof e=="string"&&(e=gf.from(e,r||"hex")),new qc({size:e.length}).decodeAll(e)}};qc.decodeFirst=qc.decode;Ox.exports=qc});var Px=ce((Mte,Lx)=>{"use strict";var{Buffer:Sy}=require("buffer"),oG=_y(),cG=H0(),ag=class extends oG{createTag(e,r){return`${e}(${r})`}createInt(e){return super.createInt(e).toString()}createInt32(e,r){return super.createInt32(e,r).toString()}createInt64(e,r,i,n){return super.createInt64(e,r,i,n).toString()}createInt32Neg(e,r){return super.createInt32Neg(e,r).toString()}createInt64Neg(e,r,i,n){return super.createInt64Neg(e,r,i,n).toString()}createTrue(){return"true"}createFalse(){return"false"}createFloat(e){let r=super.createFloat(e);return cG.isNegativeZero(e)?"-0_1":`${r}_1`}createFloatSingle(e,r,i,n){return`${super.createFloatSingle(e,r,i,n)}_2`}createFloatDouble(e,r,i,n,s,a,A,c){return`${super.createFloatDouble(e,r,i,n,s,a,A,c)}_3`}createByteString(e,r){let i=e.join(", ");return r===-1?`(_ ${i})`:`h'${i}`}createByteStringFromHeap(e,r){return`h'${Sy.from(super.createByteStringFromHeap(e,r)).toString("hex")}'`}createInfinity(){return"Infinity_1"}createInfinityNeg(){return"-Infinity_1"}createNaN(){return"NaN_1"}createNaNNeg(){return"-NaN_1"}createNull(){return"null"}createUndefined(){return"undefined"}createSimpleUnassigned(e){return`simple(${e})`}createArray(e,r){let i=super.createArray(e,r);return r===-1?`[_ ${i.join(", ")}]`:`[${i.join(", ")}]`}createMap(e,r){let i=super.createMap(e),n=Array.from(i.keys()).reduce(qx(i),"");return r===-1?`{_ ${n}}`:`{${n}}`}createObject(e,r){let i=super.createObject(e),n=Object.keys(i).reduce(qx(i),"");return r===-1?`{_ ${n}}`:`{${n}}`}createUtf8String(e,r){let i=e.join(", ");return r===-1?`(_ ${i})`:`"${i}"`}createUtf8StringFromHeap(e,r){return`"${Sy.from(super.createUtf8StringFromHeap(e,r)).toString("utf8")}"`}static diagnose(e,r){return typeof e=="string"&&(e=Sy.from(e,r||"hex")),new ag().decodeFirst(e)}};Lx.exports=ag;function qx(t){return(e,r)=>e?`${e}, ${r}: ${t[r]}`:`${r}: ${t[r]}`}});var $x=ce((Ute,Jx)=>{"use strict";var{Buffer:XA}=require("buffer"),{URL:uG}=xy(),Ry=tg().BigNumber,Dy=H0(),yn=ig(),mA=yn.MT,Y0=yn.NUMBYTES,Hx=yn.SHIFT32,jx=yn.SYMS,df=yn.TAG,lG=yn.MT.SIMPLE_FLOAT<<5|yn.NUMBYTES.TWO,fG=yn.MT.SIMPLE_FLOAT<<5|yn.NUMBYTES.FOUR,hG=yn.MT.SIMPLE_FLOAT<<5|yn.NUMBYTES.EIGHT,gG=yn.MT.SIMPLE_FLOAT<<5|yn.SIMPLE.TRUE,dG=yn.MT.SIMPLE_FLOAT<<5|yn.SIMPLE.FALSE,pG=yn.MT.SIMPLE_FLOAT<<5|yn.SIMPLE.UNDEFINED,Yx=yn.MT.SIMPLE_FLOAT<<5|yn.SIMPLE.NULL,EG=new Ry("0x20000000000000"),IG=XA.from("f97e00","hex"),BG=XA.from("f9fc00","hex"),mG=XA.from("f97c00","hex");function yG(t){return{}.toString.call(t).slice(8,-1)}var pf=class{constructor(e){e=e||{},this.streaming=typeof e.stream=="function",this.onData=e.stream,this.semanticTypes=[[uG,this._pushUrl],[Ry,this._pushBigNumber]];let r=e.genTypes||[],i=r.length;for(let n=0;n<i;n++)this.addSemanticType(r[n][0],r[n][1]);this._reset()}addSemanticType(e,r){let i=this.semanticTypes.length;for(let n=0;n<i;n++)if(this.semanticTypes[n][0]===e){let a=this.semanticTypes[n][1];return this.semanticTypes[n][1]=r,a}return this.semanticTypes.push([e,r]),null}push(e){return e&&(this.result[this.offset]=e,this.resultMethod[this.offset]=0,this.resultLength[this.offset]=e.length,this.offset++,this.streaming&&this.onData(this.finalize())),!0}pushWrite(e,r,i){return this.result[this.offset]=e,this.resultMethod[this.offset]=r,this.resultLength[this.offset]=i,this.offset++,this.streaming&&this.onData(this.finalize()),!0}_pushUInt8(e){return this.pushWrite(e,1,1)}_pushUInt16BE(e){return this.pushWrite(e,2,2)}_pushUInt32BE(e){return this.pushWrite(e,3,4)}_pushDoubleBE(e){return this.pushWrite(e,4,8)}_pushNaN(){return this.push(IG)}_pushInfinity(e){let r=e<0?BG:mG;return this.push(r)}_pushFloat(e){let r=XA.allocUnsafe(2);if(Dy.writeHalf(r,e)&&Dy.parseHalf(r)===e)return this._pushUInt8(lG)&&this.push(r);let i=XA.allocUnsafe(4);return i.writeFloatBE(e,0),i.readFloatBE(0)===e?this._pushUInt8(fG)&&this.push(i):this._pushUInt8(hG)&&this._pushDoubleBE(e)}_pushInt(e,r,i){let n=r<<5;return e<24?this._pushUInt8(n|e):e<=255?this._pushUInt8(n|Y0.ONE)&&this._pushUInt8(e):e<=65535?this._pushUInt8(n|Y0.TWO)&&this._pushUInt16BE(e):e<=4294967295?this._pushUInt8(n|Y0.FOUR)&&this._pushUInt32BE(e):e<=Number.MAX_SAFE_INTEGER?this._pushUInt8(n|Y0.EIGHT)&&this._pushUInt32BE(Math.floor(e/Hx))&&this._pushUInt32BE(e%Hx):r===mA.NEG_INT?this._pushFloat(i):this._pushFloat(e)}_pushIntNum(e){return e<0?this._pushInt(-e-1,mA.NEG_INT,e):this._pushInt(e,mA.POS_INT)}_pushNumber(e){switch(!1){case e===e:return this._pushNaN(e);case isFinite(e):return this._pushInfinity(e);case e%1!==0:return this._pushIntNum(e);default:return this._pushFloat(e)}}_pushString(e){let r=XA.byteLength(e,"utf8");return this._pushInt(r,mA.UTF8_STRING)&&this.pushWrite(e,5,r)}_pushBoolean(e){return this._pushUInt8(e?gG:dG)}_pushUndefined(e){return this._pushUInt8(pG)}_pushArray(e,r){let i=r.length;if(!e._pushInt(i,mA.ARRAY))return!1;for(let n=0;n<i;n++)if(!e.pushAny(r[n]))return!1;return!0}_pushTag(e){return this._pushInt(e,mA.TAG)}_pushDate(e,r){return e._pushTag(df.DATE_EPOCH)&&e.pushAny(Math.round(r/1e3))}_pushBuffer(e,r){return e._pushInt(r.length,mA.BYTE_STRING)&&e.push(r)}_pushNoFilter(e,r){return e._pushBuffer(e,r.slice())}_pushRegexp(e,r){return e._pushTag(df.REGEXP)&&e.pushAny(r.source)}_pushSet(e,r){if(!e._pushInt(r.size,mA.ARRAY))return!1;for(let i of r)if(!e.pushAny(i))return!1;return!0}_pushUrl(e,r){return e._pushTag(df.URI)&&e.pushAny(r.format())}_pushBigint(e){let r=df.POS_BIGINT;e.isNegative()&&(e=e.negated().minus(1),r=df.NEG_BIGINT);let i=e.toString(16);i.length%2&&(i="0"+i);let n=XA.from(i,"hex");return this._pushTag(r)&&this._pushBuffer(this,n)}_pushBigNumber(e,r){if(r.isNaN())return e._pushNaN();if(!r.isFinite())return e._pushInfinity(r.isNegative()?-1/0:1/0);if(r.isInteger())return e._pushBigint(r);if(!(e._pushTag(df.DECIMAL_FRAC)&&e._pushInt(2,mA.ARRAY)))return!1;let i=r.decimalPlaces(),n=r.multipliedBy(new Ry(10).pow(i));return e._pushIntNum(-i)?n.abs().isLessThan(EG)?e._pushIntNum(n.toNumber()):e._pushBigint(n):!1}_pushMap(e,r){return e._pushInt(r.size,mA.MAP)?this._pushRawMap(r.size,Array.from(r)):!1}_pushObject(e){if(!e)return this._pushUInt8(Yx);for(var r=this.semanticTypes.length,i=0;i<r;i++)if(e instanceof this.semanticTypes[i][0])return this.semanticTypes[i][1].call(e,this,e);var n=e.encodeCBOR;if(typeof n=="function")return n.call(e,this);var s=Object.keys(e),a=s.length;return this._pushInt(a,mA.MAP)?this._pushRawMap(a,s.map(A=>[A,e[A]])):!1}_pushRawMap(e,r){r=r.map(function(n){return n[0]=pf.encode(n[0]),n}).sort(Dy.keySorter);for(var i=0;i<e;i++)if(!this.push(r[i][0])||!this.pushAny(r[i][1]))return!1;return!0}write(e){return this.pushAny(e)}pushAny(e){var r=yG(e);switch(r){case"Number":return this._pushNumber(e);case"String":return this._pushString(e);case"Boolean":return this._pushBoolean(e);case"Object":return this._pushObject(e);case"Array":return this._pushArray(this,e);case"Uint8Array":return this._pushBuffer(this,XA.isBuffer(e)?e:XA.from(e));case"Null":return this._pushUInt8(Yx);case"Undefined":return this._pushUndefined(e);case"Map":return this._pushMap(this,e);case"Set":return this._pushSet(this,e);case"URL":return this._pushUrl(this,e);case"BigNumber":return this._pushBigNumber(this,e);case"Date":return this._pushDate(this,e);case"RegExp":return this._pushRegexp(this,e);case"Symbol":switch(e){case jx.NULL:return this._pushObject(null);case jx.UNDEFINED:return this._pushUndefined(void 0);default:throw new Error("Unknown symbol: "+e.toString())}default:throw new Error("Unknown type: "+typeof e+", "+(e?e.toString():""))}}finalize(){if(this.offset===0)return null;for(var e=this.result,r=this.resultLength,i=this.resultMethod,n=this.offset,s=0,a=0;a<n;a++)s+=r[a];var A=XA.allocUnsafe(s),c=0,l=0;for(a=0;a<n;a++){switch(l=r[a],i[a]){case 0:e[a].copy(A,c);break;case 1:A.writeUInt8(e[a],c,!0);break;case 2:A.writeUInt16BE(e[a],c,!0);break;case 3:A.writeUInt32BE(e[a],c,!0);break;case 4:A.writeDoubleBE(e[a],c,!0);break;case 5:A.write(e[a],c,l,"utf8");break;default:throw new Error("unkown method")}c+=l}var g=A;return this._reset(),g}_reset(){this.result=[],this.resultMethod=[],this.resultLength=[],this.offset=0}static encode(e){let r=new pf;if(!r.pushAny(e))throw new Error("Failed to encode input");return r.finalize()}};Jx.exports=pf});var J0=ce(Qn=>{"use strict";Qn.Diagnose=Px();Qn.Decoder=_y();Qn.Encoder=$x();Qn.Simple=Cy();Qn.Tagged=wy();Qn.decodeAll=Qn.Decoder.decodeAll;Qn.decodeFirst=Qn.Decoder.decodeFirst;Qn.diagnose=Qn.Diagnose.diagnose;Qn.encode=Qn.Encoder.encode;Qn.decode=Qn.Decoder.decode;Qn.leveldb={decode:Qn.Decoder.decodeAll,encode:Qn.Encoder.encode,buffer:!0,name:"cbor"}});var eo=ce(ZA=>{"use strict";Object.defineProperty(ZA,"__esModule",{value:!0});ZA.compare=ZA.fromHex=ZA.toHex=ZA.concat=void 0;function QG(...t){let e=new Uint8Array(t.reduce((i,n)=>i+n.byteLength,0)),r=0;for(let i of t)e.set(new Uint8Array(i),r),r+=i.byteLength;return e.buffer}ZA.concat=QG;function CG(t){return[...new Uint8Array(t)].map(e=>e.toString(16).padStart(2,"0")).join("")}ZA.toHex=CG;var wG=new RegExp(/^([0-9A-F]{2})*$/i);function bG(t){if(!wG.test(t))throw new Error("Invalid hexadecimal string.");let e=[...t].reduce((r,i,n)=>(r[n/2|0]=(r[n/2|0]||"")+i,r),[]).map(r=>Number.parseInt(r,16));return new Uint8Array(e).buffer}ZA.fromHex=bG;function vG(t,e){if(t.byteLength!==e.byteLength)return t.byteLength-e.byteLength;let r=new Uint8Array(t),i=new Uint8Array(e);for(let n=0;n<r.length;n++)if(r[n]!==i[n])return r[n]-i[n];return 0}ZA.compare=vG});var ug=ce(to=>{"use strict";var xG=to&&to.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(to,"__esModule",{value:!0});to.requestIdOf=to.hashValue=to.hash=void 0;var Kx=Zh(),_G=xG(J0()),SG=Xm(),$0=eo();function Lc(t){return SG.sha256.create().update(new Uint8Array(t)).arrayBuffer()}to.hash=Lc;function cg(t){if(t instanceof _G.default.Tagged)return cg(t.value);if(typeof t=="string")return Vx(t);if(typeof t=="number")return Lc((0,Kx.lebEncode)(t));if(t instanceof ArrayBuffer||ArrayBuffer.isView(t))return Lc(t);if(Array.isArray(t)){let e=t.map(cg);return Lc((0,$0.concat)(...e))}else{if(t&&typeof t=="object"&&t._isPrincipal)return Lc(t.toUint8Array());if(typeof t=="object"&&t!==null&&typeof t.toHash=="function")return cg(t.toHash());if(typeof t=="bigint")return Lc((0,Kx.lebEncode)(t))}throw Object.assign(new Error(`Attempt to hash a value of unsupported type: ${t}`),{value:t})}to.hashValue=cg;var Vx=t=>{let e=new TextEncoder().encode(t);return Lc(e)};function DG(t){let i=Object.entries(t).filter(([,a])=>a!==void 0).map(([a,A])=>{let c=Vx(a),l=cg(A);return[c,l]}).sort(([a],[A])=>(0,$0.compare)(a,A)),n=(0,$0.concat)(...i.map(a=>(0,$0.concat)(...a)));return Lc(n)}to.requestIdOf=DG});var Ty=ce(ro=>{"use strict";var RG=ro&&ro.__rest||function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]]);return r};Object.defineProperty(ro,"__esModule",{value:!0});ro.createIdentityDescriptor=ro.AnonymousIdentity=ro.SignIdentity=void 0;var Wx=La(),NG=ug(),zx=eo(),FG=new TextEncoder().encode(`
15
- ic-request`),Ny=class{getPrincipal(){return this._principal||(this._principal=Wx.Principal.selfAuthenticating(new Uint8Array(this.getPublicKey().toDer()))),this._principal}async transformRequest(e){let{body:r}=e,i=RG(e,["body"]),n=await(0,NG.requestIdOf)(r);return Object.assign(Object.assign({},i),{body:{content:r,sender_pubkey:this.getPublicKey().toDer(),sender_sig:await this.sign((0,zx.concat)(FG,n))}})}};ro.SignIdentity=Ny;var Fy=class{getPrincipal(){return Wx.Principal.anonymous()}async transformRequest(e){return Object.assign(Object.assign({},e),{body:{content:e.body}})}};ro.AnonymousIdentity=Fy;function TG(t){return"getPublicKey"in t?{type:"PublicKeyIdentity",publicKey:(0,zx.toHex)(t.getPublicKey().toDer())}:{type:"AnonymousIdentity"}}ro.createIdentityDescriptor=TG});var Uy=ce(Bi=>{"use strict";Object.defineProperty(Bi,"__esModule",{value:!0});var kG=9007199254740992;function Wo(t,...e){let r=new Uint8Array(t.byteLength+e.reduce((n,s)=>n+s.byteLength,0));r.set(new Uint8Array(t),0);let i=t.byteLength;for(let n of e)r.set(new Uint8Array(n),i),i+=n.byteLength;return r.buffer}function yA(t,e,r){r=r.replace(/[^0-9a-fA-F]/g,"");let i=2**(e-24);r=r.slice(-i*2).padStart(i*2,"0");let n=[(t<<5)+e].concat(r.match(/../g).map(s=>parseInt(s,16)));return new Uint8Array(n).buffer}function K0(t,e){if(e<24)return new Uint8Array([(t<<5)+e]).buffer;{let r=e<=255?24:e<=65535?25:e<=4294967295?26:27;return yA(t,r,e.toString(16))}}function Xx(t){let e=[];for(let r=0;r<t.length;r++){let i=t.charCodeAt(r);i<128?e.push(i):i<2048?e.push(192|i>>6,128|i&63):i<55296||i>=57344?e.push(224|i>>12,128|i>>6&63,128|i&63):(r++,i=(i&1023)<<10|t.charCodeAt(r)&1023,e.push(240|i>>18,128|i>>12&63,128|i>>6&63,128|i&63))}return Wo(new Uint8Array(K0(3,t.length)),new Uint8Array(e))}function MG(t,e){if(t==14277111)return Wo(new Uint8Array([217,217,247]),e);if(t<24)return Wo(new Uint8Array([(6<<5)+t]),e);{let r=t<=255?24:t<=65535?25:t<=4294967295?26:27,i=2**(r-24),n=t.toString(16).slice(-i*2).padStart(i*2,"0"),s=[(6<<5)+r].concat(n.match(/../g).map(a=>parseInt(a,16)));return new Uint8Array(s).buffer}}Bi.tagged=MG;function gg(t){return new Uint8Array(t).buffer}Bi.raw=gg;function ky(t){if(isNaN(t))throw new RangeError("Invalid number.");t=Math.min(Math.max(0,t),23);let e=[(0<<5)+t];return new Uint8Array(e).buffer}Bi.uSmall=ky;function Zx(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,t),255),t=t.toString(16),yA(0,24,t)}Bi.u8=Zx;function e2(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,t),65535),t=t.toString(16),yA(0,25,t)}Bi.u16=e2;function t2(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,t),4294967295),t=t.toString(16),yA(0,26,t)}Bi.u32=t2;function My(t,e){if(typeof t=="string"&&e==16){if(t.match(/[^0-9a-fA-F]/))throw new RangeError("Invalid number.");return yA(0,27,t)}if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,t),kG),t=t.toString(16),yA(0,27,t)}Bi.u64=My;function r2(t){if(isNaN(t))throw new RangeError("Invalid number.");if(t===0)return ky(0);t=Math.min(Math.max(0,-t),24)-1;let e=[(1<<5)+t];return new Uint8Array(e).buffer}Bi.iSmall=r2;function i2(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,-t-1),255),t=t.toString(16),yA(1,24,t)}Bi.i8=i2;function n2(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,-t-1),65535),t=t.toString(16),yA(1,25,t)}Bi.i16=n2;function s2(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,-t-1),4294967295),t=t.toString(16),yA(1,26,t)}Bi.i32=s2;function a2(t,e){if(typeof t=="string"&&e==16){if(t.startsWith("-")?t=t.slice(1):t="0",t.match(/[^0-9a-fA-F]/)||t.length>16)throw new RangeError("Invalid number.");let r=!1,i=t.split("").reduceRight((n,s)=>{if(r)return s+n;let a=parseInt(s,16)-1;return a>=0?(r=!0,a.toString(16)+n):"f"+n},"");return r?yA(1,27,i):My(0)}if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,-t-1),9007199254740992),t=t.toString(16),yA(1,27,t)}Bi.i64=a2;function UG(t){return t>=0?t<24?ky(t):t<=255?Zx(t):t<=65535?e2(t):t<=4294967295?t2(t):My(t):t>=-24?r2(t):t>=-255?i2(t):t>=-65535?n2(t):t>=-4294967295?s2(t):a2(t)}Bi.number=UG;function GG(t){return Wo(K0(2,t.byteLength),t)}Bi.bytes=GG;function OG(t){return Xx(t)}Bi.string=OG;function qG(t){return Wo(K0(4,t.length),...t)}Bi.array=qG;function LG(t,e=!1){t instanceof Map||(t=new Map(Object.entries(t)));let r=Array.from(t.entries());return e&&(r=r.sort(([i],[n])=>i.localeCompare(n))),Wo(K0(5,t.size),...r.map(([i,n])=>Wo(Xx(i),n)))}Bi.map=LG;function PG(t){let e=new Float32Array([t]);return Wo(new Uint8Array([(7<<5)+26]),new Uint8Array(e.buffer))}Bi.singleFloat=PG;function HG(t){let e=new Float64Array([t]);return Wo(new Uint8Array([(7<<5)+27]),new Uint8Array(e.buffer))}Bi.doubleFloat=HG;function jG(t){return t?A2():o2()}Bi.bool=jG;function A2(){return gg(new Uint8Array([(7<<5)+21]))}Bi.true_=A2;function o2(){return gg(new Uint8Array([(7<<5)+20]))}Bi.false_=o2;function YG(){return gg(new Uint8Array([(7<<5)+22]))}Bi.null_=YG;function JG(){return gg(new Uint8Array([(7<<5)+23]))}Bi.undefined_=JG});var c2=ce(Pc=>{"use strict";var $G=Pc&&Pc.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e};Object.defineProperty(Pc,"__esModule",{value:!0});var QA=$G(Uy()),KG=[ArrayBuffer,Uint8Array,Uint16Array,Uint32Array,Int8Array,Int16Array,Int32Array,Float32Array,Float64Array],V0=class{constructor(e,r=!1){this._serializer=e,this._stable=r,this.name="jsonDefault",this.priority=-100}match(e){return["undefined","boolean","number","string","object"].indexOf(typeof e)!=-1}encode(e){switch(typeof e){case"undefined":return QA.undefined_();case"boolean":return QA.bool(e);case"number":return Math.floor(e)===e?QA.number(e):QA.doubleFloat(e);case"string":return QA.string(e);case"object":if(e===null)return QA.null_();if(Array.isArray(e))return QA.array(e.map(r=>this._serializer.serializeValue(r)));if(KG.find(r=>e instanceof r))return QA.bytes(e.buffer);if(Object.getOwnPropertyNames(e).indexOf("toJSON")!==-1)return this.encode(e.toJSON());if(e instanceof Map){let r=new Map;for(let[i,n]of e.entries())r.set(i,this._serializer.serializeValue(n));return QA.map(r,this._stable)}else{let r=new Map;for(let[i,n]of Object.entries(e))r.set(i,this._serializer.serializeValue(n));return QA.map(r,this._stable)}default:throw new Error("Invalid value.")}}};Pc.JsonDefaultCborEncoder=V0;var W0=class{constructor(){this.name="cborEncoder",this.priority=-90}match(e){return typeof e=="object"&&typeof e.toCBOR=="function"}encode(e){return e.toCBOR()}};Pc.ToCborEncoder=W0;var z0=class{constructor(){this._encoders=new Set}static withDefaultEncoders(e=!1){let r=new this;return r.addEncoder(new V0(r,e)),r.addEncoder(new W0),r}removeEncoder(e){for(let r of this._encoders.values())r.name==e&&this._encoders.delete(r)}addEncoder(e){this._encoders.add(e)}getEncoderFor(e){let r=null;for(let i of this._encoders)(!r||i.priority>r.priority)&&i.match(e)&&(r=i);if(r===null)throw new Error("Could not find an encoder for value.");return r}serializeValue(e){return this.getEncoderFor(e).encode(e)}serialize(e){return this.serializeValue(e)}};Pc.CborSerializer=z0;var Gy=class extends z0{serialize(e){return QA.raw(new Uint8Array([...new Uint8Array([217,217,247]),...new Uint8Array(super.serializeValue(e))]))}};Pc.SelfDescribeCborSerializer=Gy});var pg=ce(Pu=>{"use strict";function VG(t){for(var e in t)Pu.hasOwnProperty(e)||(Pu[e]=t[e])}var WG=Pu&&Pu.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e};Object.defineProperty(Pu,"__esModule",{value:!0});VG(c2());var zG=WG(Uy());Pu.value=zG});var Z0=ce(qn=>{"use strict";var XG=qn&&qn.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),ZG=qn&&qn.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),eO=qn&&qn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&XG(e,t,r);return ZG(e,t),e},tO=qn&&qn.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(qn,"__esModule",{value:!0});qn.decode=qn.encode=qn.CborTag=void 0;var rO=tO(J0()),Ef=eO(pg()),iO=pg(),Oy=eo(),qy=class{get name(){return"Principal"}get priority(){return 0}match(e){return e&&e._isPrincipal===!0}encode(e){return Ef.value.bytes(e.toUint8Array())}},Ly=class{get name(){return"Buffer"}get priority(){return 1}match(e){return e instanceof ArrayBuffer||ArrayBuffer.isView(e)}encode(e){return Ef.value.bytes(new Uint8Array(e))}},Py=class{get name(){return"BigInt"}get priority(){return 1}match(e){return typeof e=="bigint"}encode(e){return e>BigInt(0)?Ef.value.tagged(2,Ef.value.bytes((0,Oy.fromHex)(e.toString(16)))):Ef.value.tagged(3,Ef.value.bytes((0,Oy.fromHex)((BigInt("-1")*e).toString(16))))}},X0=iO.SelfDescribeCborSerializer.withDefaultEncoders(!0);X0.addEncoder(new qy);X0.addEncoder(new Ly);X0.addEncoder(new Py);var l2;(function(t){t[t.Uint64LittleEndian=71]="Uint64LittleEndian",t[t.Semantic=55799]="Semantic"})(l2=qn.CborTag||(qn.CborTag={}));function nO(t){return X0.serialize(t)}qn.encode=nO;function u2(t){let e=t.byteLength,r=BigInt(0);for(let i=0;i<e;i++)r=r*BigInt(256)+BigInt(t[i]);return r}var Hy=class extends rO.default.Decoder{createByteString(e){return(0,Oy.concat)(...e)}createByteStringFromHeap(e,r){return e===r?new ArrayBuffer(0):new Uint8Array(this._heap.slice(e,r))}};function sO(t){let e=new Uint8Array(t);return new Hy({size:e.byteLength,tags:{2:i=>u2(i),3:i=>-u2(i),[l2.Semantic]:i=>i}}).decodeFirst(e)}qn.decode=sO});var yg=ce(Hu=>{"use strict";Object.defineProperty(Hu,"__esModule",{value:!0});Hu.makeNonce=Hu.SubmitRequestType=void 0;var aO;(function(t){t.Call="call"})(aO=Hu.SubmitRequestType||(Hu.SubmitRequestType={}));function AO(){let t=new ArrayBuffer(16),e=new DataView(t),r=BigInt(+Date.now()),i=Math.floor(Math.random()*4294967295),n=Math.floor(Math.random()*4294967295);if(typeof e.setBigUint64=="function")e.setBigUint64(0,r);else{let s=BigInt(1)<<BigInt(32);e.setUint32(0,Number(r>>BigInt(32))),e.setUint32(4,Number(r%s))}return e.setUint32(8,i),e.setUint32(12,n),t}Hu.makeNonce=AO});var tE=ce(vs=>{"use strict";var oO=vs&&vs.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),cO=vs&&vs.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),uO=vs&&vs.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&oO(e,t,r);return cO(e,t),e};Object.defineProperty(vs,"__esModule",{value:!0});vs.makeExpiryTransform=vs.makeNonceTransform=vs.Expiry=void 0;var lO=Zh(),fO=uO(pg()),hO=yg(),gO=BigInt(1e6),dO=BigInt(60*1e3),eE=class{constructor(e){this._value=(BigInt(Date.now())+BigInt(e)-dO)*gO}toCBOR(){return fO.value.u64(this._value.toString(16),16)}toHash(){return(0,lO.lebEncode)(this._value)}};vs.Expiry=eE;function pO(t=hO.makeNonce){return async e=>{let r=t(),i=e.request.headers?new Headers(e.request.headers):new Headers;e.request.headers=i,e.endpoint==="call"&&(e.body.nonce=t())}}vs.makeNonceTransform=pO;function EO(t){return async e=>{e.body.ingress_expiry=new eE(t)}}vs.makeExpiryTransform=EO});var Yy=ce(Hc=>{"use strict";Object.defineProperty(Hc,"__esModule",{value:!0});Hc.encodePath=Hc.request=void 0;var f2=Zh(),IO=La(),BO=Kh(),jy=ju(),mO=async t=>{let{canisterId:e,agent:r,paths:i}=t,n=[...new Set(i)],s=n.map(c=>(0,Hc.encodePath)(c,e)),a=new Map,A=n.map((c,l)=>(async()=>{var g;try{let C=await r.readState(e,{paths:[s[l]]}),I=(await jy.Certificate.create({certificate:C.certificate,rootKey:r.rootKey,canisterId:e})).lookup((0,Hc.encodePath)(n[l],e));if(!I)console.warn(`Expected to find result for path ${c}, but instead found nothing.`),typeof c=="string"?a.set(c,null):a.set(c.key,null);else switch(c){case"time":{a.set(c,CO(I));break}case"controllers":{a.set(c,wO(I));break}case"module_hash":{a.set(c,h2(I));break}case"candid":{a.set(c,new TextDecoder().decode(I));break}default:if(typeof c!="string"&&"key"in c&&"path"in c)switch(c.decodeStrategy){case"raw":a.set(c.key,I);break;case"leb128":{a.set(c.key,g2(I));break}case"cbor":{a.set(c.key,d2(I));break}case"hex":{a.set(c.key,h2(I));break}case"utf-8":a.set(c.key,QO(I))}}}catch(C){if(!((g=C?.message)===null||g===void 0)&&g.includes("Invalid certificate"))throw new BO.AgentError(C.message);typeof c!="string"&&"key"in c&&"path"in c?a.set(c.key,null):a.set(c,null),console.group(),console.warn(`Expected to find result for path ${c}, but instead found nothing.`),console.warn(C),console.groupEnd()}})());return await Promise.all(A),a};Hc.request=mO;var yO=(t,e)=>{let r=new TextEncoder,i=s=>new DataView(r.encode(s).buffer).buffer,n=new DataView(e.toUint8Array().buffer).buffer;switch(t){case"time":return[i("time")];case"controllers":return[i("canister"),n,i("controllers")];case"module_hash":return[i("canister"),n,i("module_hash")];case"subnet":return[i("subnet")];case"candid":return[i("canister"),n,i("metadata"),i("candid:service")];default:if("key"in t&&"path"in t)if(typeof t.path=="string"||t.path instanceof ArrayBuffer){let s=t.path,a=typeof s=="string"?i(s):s;return[i("canister"),n,i("metadata"),a]}else return t.path}throw new Error(`An unexpeected error was encountered while encoding your path for canister status. Please ensure that your path, ${t} was formatted correctly.`)};Hc.encodePath=yO;var h2=t=>(0,jy.toHex)(t),g2=t=>(0,f2.lebDecode)(new f2.PipeArrayBuffer(t)),d2=t=>jy.Cbor.decode(t),QO=t=>new TextDecoder().decode(t),CO=t=>{let e=g2(t);return new Date(Number(e/BigInt(1e6)))},wO=t=>{let[e,...r]=d2(t);return r.map(i=>IO.Principal.fromUint8Array(new Uint8Array(i)))}});var m2=ce(En=>{"use strict";var E2=En&&En.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),bO=En&&En.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),I2=En&&En.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&E2(e,t,r);return bO(e,t),e},vO=En&&En.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&E2(e,t,r)};Object.defineProperty(En,"__esModule",{value:!0});En.HttpAgent=En.IdentityInvalidError=En.RequestStatusResponseStatus=En.makeNonce=void 0;var jc=La(),B2=Kh(),xO=Ty(),If=I2(Z0()),_O=ug(),SO=eo(),wg=tE(),p2=yg();vO(tE(),En);var DO=yg();Object.defineProperty(En,"makeNonce",{enumerable:!0,get:function(){return DO.makeNonce}});var RO;(function(t){t.Received="received",t.Processing="processing",t.Replied="replied",t.Rejected="rejected",t.Unknown="unknown",t.Done="done"})(RO=En.RequestStatusResponseStatus||(En.RequestStatusResponseStatus={}));var rE=5*60*1e3,NO="308182301d060d2b0601040182dc7c0503010201060c2b0601040182dc7c05030201036100814c0e6ec71fab583b08bd81373c255c3c371b2e84863c98a4f1e08b74235d14fb5d9c0cd546d9685f913a0c0b2cc5341583bf4b4392e467db96d65b9bb4cb717112f8472e0d5a4d14505ffd7484b01291091c5f87b98883463f98091a0baaae",FO="ic0.app",TO=".ic0.app",xg=class extends B2.AgentError{constructor(e){super(e),this.message=e}},Yu=class extends B2.AgentError{constructor(e){super(e),this.message=e}};En.IdentityInvalidError=Yu;function kO(){let t;if(typeof window<"u")if(window.fetch)t=window.fetch.bind(window);else throw new xg("Fetch implementation was not available. You appear to be in a browser context, but window.fetch was not present.");else if(typeof global<"u")if(global.fetch)t=global.fetch.bind(global);else throw new xg("Fetch implementation was not available. You appear to be in a Node.js context, but global.fetch was not available.");else typeof self<"u"&&self.fetch&&(t=self.fetch.bind(self));if(t)return t;throw new xg("Fetch implementation was not available. Please provide fetch to the HttpAgent constructor, or ensure it is available in the window or global context.")}var $g=class{constructor(e={}){if(this.rootKey=(0,SO.fromHex)(NO),this._pipeline=[],this._timeDiffMsecs=0,this._rootKeyFetched=!1,this._retryTimes=3,this._isAgent=!0,e.source){if(!(e.source instanceof $g))throw new Error("An Agent's source can only be another HttpAgent");this._pipeline=[...e.source._pipeline],this._identity=e.source._identity,this._fetch=e.source._fetch,this._host=e.source._host,this._credentials=e.source._credentials}else this._fetch=e.fetch||kO()||fetch.bind(global),this._fetchOptions=e.fetchOptions,this._callOptions=e.callOptions;if(e.host!==void 0)!e.host.match(/^[a-z]+:/)&&typeof window<"u"?this._host=new URL(window.location.protocol+"//"+e.host):this._host=new URL(e.host);else if(e.source!==void 0)this._host=e.source._host;else{let r=typeof window<"u"?window.location:void 0;if(!r)throw new Error("Must specify a host to connect to.");this._host=new URL(r+"")}if(e.retryTimes!==void 0&&(this._retryTimes=e.retryTimes),this._host.hostname.endsWith(TO)&&(this._host.hostname=FO),e.credentials){let{name:r,password:i}=e.credentials;this._credentials=`${r}${i?":"+i:""}`}this._identity=Promise.resolve(e.identity||new xO.AnonymousIdentity),e.disableNonce||this.addTransform((0,wg.makeNonceTransform)(p2.makeNonce))}isLocal(){let e=this._host.hostname;return e==="127.0.0.1"||e.endsWith("localhost")}addTransform(e,r=e.priority||0){let i=this._pipeline.findIndex(n=>(n.priority||0)<r);this._pipeline.splice(i>=0?i:this._pipeline.length,0,Object.assign(e,{priority:r}))}async getPrincipal(){if(!this._identity)throw new Yu("This identity has expired due this application's security policy. Please refresh your authentication.");return(await this._identity).getPrincipal()}async call(e,r,i){let n=await(i!==void 0?await i:await this._identity);if(!n)throw new Yu("This identity has expired due this application's security policy. Please refresh your authentication.");let s=jc.Principal.from(e),a=r.effectiveCanisterId?jc.Principal.from(r.effectiveCanisterId):s,A=n.getPrincipal()||jc.Principal.anonymous(),c=new wg.Expiry(rE);Math.abs(this._timeDiffMsecs)>1e3*30&&(c=new wg.Expiry(rE+this._timeDiffMsecs));let l={request_type:p2.SubmitRequestType.Call,canister_id:s,method_name:r.methodName,arg:r.arg,sender:A,ingress_expiry:c},g=await this._transform({request:{body:null,method:"POST",headers:new Headers(Object.assign({"Content-Type":"application/cbor"},this._credentials?{Authorization:"Basic "+btoa(this._credentials)}:{}))},endpoint:"call",body:l});g=await n.transformRequest(g);let C=If.encode(g.body),B=this._requestAndRetry(()=>this._fetch(""+new URL(`/api/v2/canister/${a.toText()}/call`,this._host),Object.assign(Object.assign(Object.assign({},this._callOptions),g.request),{body:C}))),[I,v]=await Promise.all([B,(0,_O.requestIdOf)(l)]);return{requestId:v,response:{ok:I.ok,status:I.status,statusText:I.statusText}}}async _requestAndRetry(e,r=0){if(r>this._retryTimes&&this._retryTimes!==0)throw new Error(`AgentError: Exceeded configured limit of ${this._retryTimes} retry attempts. Please check your network connection or try again in a few moments`);let i=await e();if(!i.ok){let n=await i.clone().text(),s=`Server returned an error:
15
+ ic-request`),Ny=class{getPrincipal(){return this._principal||(this._principal=Wx.Principal.selfAuthenticating(new Uint8Array(this.getPublicKey().toDer()))),this._principal}async transformRequest(e){let{body:r}=e,i=RG(e,["body"]),n=await(0,NG.requestIdOf)(r);return Object.assign(Object.assign({},i),{body:{content:r,sender_pubkey:this.getPublicKey().toDer(),sender_sig:await this.sign((0,zx.concat)(FG,n))}})}};ro.SignIdentity=Ny;var Fy=class{getPrincipal(){return Wx.Principal.anonymous()}async transformRequest(e){return Object.assign(Object.assign({},e),{body:{content:e.body}})}};ro.AnonymousIdentity=Fy;function TG(t){return"getPublicKey"in t?{type:"PublicKeyIdentity",publicKey:(0,zx.toHex)(t.getPublicKey().toDer())}:{type:"AnonymousIdentity"}}ro.createIdentityDescriptor=TG});var Uy=ce(Bi=>{"use strict";Object.defineProperty(Bi,"__esModule",{value:!0});var kG=9007199254740992;function Wo(t,...e){let r=new Uint8Array(t.byteLength+e.reduce((n,s)=>n+s.byteLength,0));r.set(new Uint8Array(t),0);let i=t.byteLength;for(let n of e)r.set(new Uint8Array(n),i),i+=n.byteLength;return r.buffer}function yA(t,e,r){r=r.replace(/[^0-9a-fA-F]/g,"");let i=2**(e-24);r=r.slice(-i*2).padStart(i*2,"0");let n=[(t<<5)+e].concat(r.match(/../g).map(s=>parseInt(s,16)));return new Uint8Array(n).buffer}function K0(t,e){if(e<24)return new Uint8Array([(t<<5)+e]).buffer;{let r=e<=255?24:e<=65535?25:e<=4294967295?26:27;return yA(t,r,e.toString(16))}}function Xx(t){let e=[];for(let r=0;r<t.length;r++){let i=t.charCodeAt(r);i<128?e.push(i):i<2048?e.push(192|i>>6,128|i&63):i<55296||i>=57344?e.push(224|i>>12,128|i>>6&63,128|i&63):(r++,i=(i&1023)<<10|t.charCodeAt(r)&1023,e.push(240|i>>18,128|i>>12&63,128|i>>6&63,128|i&63))}return Wo(new Uint8Array(K0(3,t.length)),new Uint8Array(e))}function MG(t,e){if(t==14277111)return Wo(new Uint8Array([217,217,247]),e);if(t<24)return Wo(new Uint8Array([(6<<5)+t]),e);{let r=t<=255?24:t<=65535?25:t<=4294967295?26:27,i=2**(r-24),n=t.toString(16).slice(-i*2).padStart(i*2,"0"),s=[(6<<5)+r].concat(n.match(/../g).map(a=>parseInt(a,16)));return new Uint8Array(s).buffer}}Bi.tagged=MG;function gg(t){return new Uint8Array(t).buffer}Bi.raw=gg;function ky(t){if(isNaN(t))throw new RangeError("Invalid number.");t=Math.min(Math.max(0,t),23);let e=[(0<<5)+t];return new Uint8Array(e).buffer}Bi.uSmall=ky;function Zx(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,t),255),t=t.toString(16),yA(0,24,t)}Bi.u8=Zx;function e_(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,t),65535),t=t.toString(16),yA(0,25,t)}Bi.u16=e_;function t_(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,t),4294967295),t=t.toString(16),yA(0,26,t)}Bi.u32=t_;function My(t,e){if(typeof t=="string"&&e==16){if(t.match(/[^0-9a-fA-F]/))throw new RangeError("Invalid number.");return yA(0,27,t)}if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,t),kG),t=t.toString(16),yA(0,27,t)}Bi.u64=My;function r_(t){if(isNaN(t))throw new RangeError("Invalid number.");if(t===0)return ky(0);t=Math.min(Math.max(0,-t),24)-1;let e=[(1<<5)+t];return new Uint8Array(e).buffer}Bi.iSmall=r_;function i_(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,-t-1),255),t=t.toString(16),yA(1,24,t)}Bi.i8=i_;function n_(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,-t-1),65535),t=t.toString(16),yA(1,25,t)}Bi.i16=n_;function s_(t,e){if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,-t-1),4294967295),t=t.toString(16),yA(1,26,t)}Bi.i32=s_;function a_(t,e){if(typeof t=="string"&&e==16){if(t.startsWith("-")?t=t.slice(1):t="0",t.match(/[^0-9a-fA-F]/)||t.length>16)throw new RangeError("Invalid number.");let r=!1,i=t.split("").reduceRight((n,s)=>{if(r)return s+n;let a=parseInt(s,16)-1;return a>=0?(r=!0,a.toString(16)+n):"f"+n},"");return r?yA(1,27,i):My(0)}if(t=parseInt(""+t,e),isNaN(t))throw new RangeError("Invalid number.");return t=Math.min(Math.max(0,-t-1),9007199254740992),t=t.toString(16),yA(1,27,t)}Bi.i64=a_;function UG(t){return t>=0?t<24?ky(t):t<=255?Zx(t):t<=65535?e_(t):t<=4294967295?t_(t):My(t):t>=-24?r_(t):t>=-255?i_(t):t>=-65535?n_(t):t>=-4294967295?s_(t):a_(t)}Bi.number=UG;function GG(t){return Wo(K0(2,t.byteLength),t)}Bi.bytes=GG;function OG(t){return Xx(t)}Bi.string=OG;function qG(t){return Wo(K0(4,t.length),...t)}Bi.array=qG;function LG(t,e=!1){t instanceof Map||(t=new Map(Object.entries(t)));let r=Array.from(t.entries());return e&&(r=r.sort(([i],[n])=>i.localeCompare(n))),Wo(K0(5,t.size),...r.map(([i,n])=>Wo(Xx(i),n)))}Bi.map=LG;function PG(t){let e=new Float32Array([t]);return Wo(new Uint8Array([(7<<5)+26]),new Uint8Array(e.buffer))}Bi.singleFloat=PG;function HG(t){let e=new Float64Array([t]);return Wo(new Uint8Array([(7<<5)+27]),new Uint8Array(e.buffer))}Bi.doubleFloat=HG;function jG(t){return t?A_():o_()}Bi.bool=jG;function A_(){return gg(new Uint8Array([(7<<5)+21]))}Bi.true_=A_;function o_(){return gg(new Uint8Array([(7<<5)+20]))}Bi.false_=o_;function YG(){return gg(new Uint8Array([(7<<5)+22]))}Bi.null_=YG;function JG(){return gg(new Uint8Array([(7<<5)+23]))}Bi.undefined_=JG});var c_=ce(Pc=>{"use strict";var $G=Pc&&Pc.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e};Object.defineProperty(Pc,"__esModule",{value:!0});var QA=$G(Uy()),KG=[ArrayBuffer,Uint8Array,Uint16Array,Uint32Array,Int8Array,Int16Array,Int32Array,Float32Array,Float64Array],V0=class{constructor(e,r=!1){this._serializer=e,this._stable=r,this.name="jsonDefault",this.priority=-100}match(e){return["undefined","boolean","number","string","object"].indexOf(typeof e)!=-1}encode(e){switch(typeof e){case"undefined":return QA.undefined_();case"boolean":return QA.bool(e);case"number":return Math.floor(e)===e?QA.number(e):QA.doubleFloat(e);case"string":return QA.string(e);case"object":if(e===null)return QA.null_();if(Array.isArray(e))return QA.array(e.map(r=>this._serializer.serializeValue(r)));if(KG.find(r=>e instanceof r))return QA.bytes(e.buffer);if(Object.getOwnPropertyNames(e).indexOf("toJSON")!==-1)return this.encode(e.toJSON());if(e instanceof Map){let r=new Map;for(let[i,n]of e.entries())r.set(i,this._serializer.serializeValue(n));return QA.map(r,this._stable)}else{let r=new Map;for(let[i,n]of Object.entries(e))r.set(i,this._serializer.serializeValue(n));return QA.map(r,this._stable)}default:throw new Error("Invalid value.")}}};Pc.JsonDefaultCborEncoder=V0;var W0=class{constructor(){this.name="cborEncoder",this.priority=-90}match(e){return typeof e=="object"&&typeof e.toCBOR=="function"}encode(e){return e.toCBOR()}};Pc.ToCborEncoder=W0;var z0=class{constructor(){this._encoders=new Set}static withDefaultEncoders(e=!1){let r=new this;return r.addEncoder(new V0(r,e)),r.addEncoder(new W0),r}removeEncoder(e){for(let r of this._encoders.values())r.name==e&&this._encoders.delete(r)}addEncoder(e){this._encoders.add(e)}getEncoderFor(e){let r=null;for(let i of this._encoders)(!r||i.priority>r.priority)&&i.match(e)&&(r=i);if(r===null)throw new Error("Could not find an encoder for value.");return r}serializeValue(e){return this.getEncoderFor(e).encode(e)}serialize(e){return this.serializeValue(e)}};Pc.CborSerializer=z0;var Gy=class extends z0{serialize(e){return QA.raw(new Uint8Array([...new Uint8Array([217,217,247]),...new Uint8Array(super.serializeValue(e))]))}};Pc.SelfDescribeCborSerializer=Gy});var pg=ce(Pu=>{"use strict";function VG(t){for(var e in t)Pu.hasOwnProperty(e)||(Pu[e]=t[e])}var WG=Pu&&Pu.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e};Object.defineProperty(Pu,"__esModule",{value:!0});VG(c_());var zG=WG(Uy());Pu.value=zG});var Z0=ce(qn=>{"use strict";var XG=qn&&qn.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),ZG=qn&&qn.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),eO=qn&&qn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&XG(e,t,r);return ZG(e,t),e},tO=qn&&qn.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(qn,"__esModule",{value:!0});qn.decode=qn.encode=qn.CborTag=void 0;var rO=tO(J0()),Ef=eO(pg()),iO=pg(),Oy=eo(),qy=class{get name(){return"Principal"}get priority(){return 0}match(e){return e&&e._isPrincipal===!0}encode(e){return Ef.value.bytes(e.toUint8Array())}},Ly=class{get name(){return"Buffer"}get priority(){return 1}match(e){return e instanceof ArrayBuffer||ArrayBuffer.isView(e)}encode(e){return Ef.value.bytes(new Uint8Array(e))}},Py=class{get name(){return"BigInt"}get priority(){return 1}match(e){return typeof e=="bigint"}encode(e){return e>BigInt(0)?Ef.value.tagged(2,Ef.value.bytes((0,Oy.fromHex)(e.toString(16)))):Ef.value.tagged(3,Ef.value.bytes((0,Oy.fromHex)((BigInt("-1")*e).toString(16))))}},X0=iO.SelfDescribeCborSerializer.withDefaultEncoders(!0);X0.addEncoder(new qy);X0.addEncoder(new Ly);X0.addEncoder(new Py);var l_;(function(t){t[t.Uint64LittleEndian=71]="Uint64LittleEndian",t[t.Semantic=55799]="Semantic"})(l_=qn.CborTag||(qn.CborTag={}));function nO(t){return X0.serialize(t)}qn.encode=nO;function u_(t){let e=t.byteLength,r=BigInt(0);for(let i=0;i<e;i++)r=r*BigInt(256)+BigInt(t[i]);return r}var Hy=class extends rO.default.Decoder{createByteString(e){return(0,Oy.concat)(...e)}createByteStringFromHeap(e,r){return e===r?new ArrayBuffer(0):new Uint8Array(this._heap.slice(e,r))}};function sO(t){let e=new Uint8Array(t);return new Hy({size:e.byteLength,tags:{2:i=>u_(i),3:i=>-u_(i),[l_.Semantic]:i=>i}}).decodeFirst(e)}qn.decode=sO});var yg=ce(Hu=>{"use strict";Object.defineProperty(Hu,"__esModule",{value:!0});Hu.makeNonce=Hu.SubmitRequestType=void 0;var aO;(function(t){t.Call="call"})(aO=Hu.SubmitRequestType||(Hu.SubmitRequestType={}));function AO(){let t=new ArrayBuffer(16),e=new DataView(t),r=BigInt(+Date.now()),i=Math.floor(Math.random()*4294967295),n=Math.floor(Math.random()*4294967295);if(typeof e.setBigUint64=="function")e.setBigUint64(0,r);else{let s=BigInt(1)<<BigInt(32);e.setUint32(0,Number(r>>BigInt(32))),e.setUint32(4,Number(r%s))}return e.setUint32(8,i),e.setUint32(12,n),t}Hu.makeNonce=AO});var tE=ce(vs=>{"use strict";var oO=vs&&vs.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),cO=vs&&vs.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),uO=vs&&vs.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&oO(e,t,r);return cO(e,t),e};Object.defineProperty(vs,"__esModule",{value:!0});vs.makeExpiryTransform=vs.makeNonceTransform=vs.Expiry=void 0;var lO=Zh(),fO=uO(pg()),hO=yg(),gO=BigInt(1e6),dO=BigInt(60*1e3),eE=class{constructor(e){this._value=(BigInt(Date.now())+BigInt(e)-dO)*gO}toCBOR(){return fO.value.u64(this._value.toString(16),16)}toHash(){return(0,lO.lebEncode)(this._value)}};vs.Expiry=eE;function pO(t=hO.makeNonce){return async e=>{let r=t(),i=e.request.headers?new Headers(e.request.headers):new Headers;e.request.headers=i,e.endpoint==="call"&&(e.body.nonce=t())}}vs.makeNonceTransform=pO;function EO(t){return async e=>{e.body.ingress_expiry=new eE(t)}}vs.makeExpiryTransform=EO});var Yy=ce(Hc=>{"use strict";Object.defineProperty(Hc,"__esModule",{value:!0});Hc.encodePath=Hc.request=void 0;var f_=Zh(),IO=La(),BO=Kh(),jy=ju(),mO=async t=>{let{canisterId:e,agent:r,paths:i}=t,n=[...new Set(i)],s=n.map(c=>(0,Hc.encodePath)(c,e)),a=new Map,A=n.map((c,l)=>(async()=>{var g;try{let C=await r.readState(e,{paths:[s[l]]}),I=(await jy.Certificate.create({certificate:C.certificate,rootKey:r.rootKey,canisterId:e})).lookup((0,Hc.encodePath)(n[l],e));if(!I)console.warn(`Expected to find result for path ${c}, but instead found nothing.`),typeof c=="string"?a.set(c,null):a.set(c.key,null);else switch(c){case"time":{a.set(c,CO(I));break}case"controllers":{a.set(c,wO(I));break}case"module_hash":{a.set(c,h_(I));break}case"candid":{a.set(c,new TextDecoder().decode(I));break}default:if(typeof c!="string"&&"key"in c&&"path"in c)switch(c.decodeStrategy){case"raw":a.set(c.key,I);break;case"leb128":{a.set(c.key,g_(I));break}case"cbor":{a.set(c.key,d_(I));break}case"hex":{a.set(c.key,h_(I));break}case"utf-8":a.set(c.key,QO(I))}}}catch(C){if(!((g=C?.message)===null||g===void 0)&&g.includes("Invalid certificate"))throw new BO.AgentError(C.message);typeof c!="string"&&"key"in c&&"path"in c?a.set(c.key,null):a.set(c,null),console.group(),console.warn(`Expected to find result for path ${c}, but instead found nothing.`),console.warn(C),console.groupEnd()}})());return await Promise.all(A),a};Hc.request=mO;var yO=(t,e)=>{let r=new TextEncoder,i=s=>new DataView(r.encode(s).buffer).buffer,n=new DataView(e.toUint8Array().buffer).buffer;switch(t){case"time":return[i("time")];case"controllers":return[i("canister"),n,i("controllers")];case"module_hash":return[i("canister"),n,i("module_hash")];case"subnet":return[i("subnet")];case"candid":return[i("canister"),n,i("metadata"),i("candid:service")];default:if("key"in t&&"path"in t)if(typeof t.path=="string"||t.path instanceof ArrayBuffer){let s=t.path,a=typeof s=="string"?i(s):s;return[i("canister"),n,i("metadata"),a]}else return t.path}throw new Error(`An unexpeected error was encountered while encoding your path for canister status. Please ensure that your path, ${t} was formatted correctly.`)};Hc.encodePath=yO;var h_=t=>(0,jy.toHex)(t),g_=t=>(0,f_.lebDecode)(new f_.PipeArrayBuffer(t)),d_=t=>jy.Cbor.decode(t),QO=t=>new TextDecoder().decode(t),CO=t=>{let e=g_(t);return new Date(Number(e/BigInt(1e6)))},wO=t=>{let[e,...r]=d_(t);return r.map(i=>IO.Principal.fromUint8Array(new Uint8Array(i)))}});var m_=ce(En=>{"use strict";var E_=En&&En.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),bO=En&&En.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),I_=En&&En.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&E_(e,t,r);return bO(e,t),e},vO=En&&En.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&E_(e,t,r)};Object.defineProperty(En,"__esModule",{value:!0});En.HttpAgent=En.IdentityInvalidError=En.RequestStatusResponseStatus=En.makeNonce=void 0;var jc=La(),B_=Kh(),xO=Ty(),If=I_(Z0()),_O=ug(),SO=eo(),wg=tE(),p_=yg();vO(tE(),En);var DO=yg();Object.defineProperty(En,"makeNonce",{enumerable:!0,get:function(){return DO.makeNonce}});var RO;(function(t){t.Received="received",t.Processing="processing",t.Replied="replied",t.Rejected="rejected",t.Unknown="unknown",t.Done="done"})(RO=En.RequestStatusResponseStatus||(En.RequestStatusResponseStatus={}));var rE=5*60*1e3,NO="308182301d060d2b0601040182dc7c0503010201060c2b0601040182dc7c05030201036100814c0e6ec71fab583b08bd81373c255c3c371b2e84863c98a4f1e08b74235d14fb5d9c0cd546d9685f913a0c0b2cc5341583bf4b4392e467db96d65b9bb4cb717112f8472e0d5a4d14505ffd7484b01291091c5f87b98883463f98091a0baaae",FO="ic0.app",TO=".ic0.app",xg=class extends B_.AgentError{constructor(e){super(e),this.message=e}},Yu=class extends B_.AgentError{constructor(e){super(e),this.message=e}};En.IdentityInvalidError=Yu;function kO(){let t;if(typeof window<"u")if(window.fetch)t=window.fetch.bind(window);else throw new xg("Fetch implementation was not available. You appear to be in a browser context, but window.fetch was not present.");else if(typeof global<"u")if(global.fetch)t=global.fetch.bind(global);else throw new xg("Fetch implementation was not available. You appear to be in a Node.js context, but global.fetch was not available.");else typeof self<"u"&&self.fetch&&(t=self.fetch.bind(self));if(t)return t;throw new xg("Fetch implementation was not available. Please provide fetch to the HttpAgent constructor, or ensure it is available in the window or global context.")}var $g=class{constructor(e={}){if(this.rootKey=(0,SO.fromHex)(NO),this._pipeline=[],this._timeDiffMsecs=0,this._rootKeyFetched=!1,this._retryTimes=3,this._isAgent=!0,e.source){if(!(e.source instanceof $g))throw new Error("An Agent's source can only be another HttpAgent");this._pipeline=[...e.source._pipeline],this._identity=e.source._identity,this._fetch=e.source._fetch,this._host=e.source._host,this._credentials=e.source._credentials}else this._fetch=e.fetch||kO()||fetch.bind(global),this._fetchOptions=e.fetchOptions,this._callOptions=e.callOptions;if(e.host!==void 0)!e.host.match(/^[a-z]+:/)&&typeof window<"u"?this._host=new URL(window.location.protocol+"//"+e.host):this._host=new URL(e.host);else if(e.source!==void 0)this._host=e.source._host;else{let r=typeof window<"u"?window.location:void 0;if(!r)throw new Error("Must specify a host to connect to.");this._host=new URL(r+"")}if(e.retryTimes!==void 0&&(this._retryTimes=e.retryTimes),this._host.hostname.endsWith(TO)&&(this._host.hostname=FO),e.credentials){let{name:r,password:i}=e.credentials;this._credentials=`${r}${i?":"+i:""}`}this._identity=Promise.resolve(e.identity||new xO.AnonymousIdentity),e.disableNonce||this.addTransform((0,wg.makeNonceTransform)(p_.makeNonce))}isLocal(){let e=this._host.hostname;return e==="127.0.0.1"||e.endsWith("localhost")}addTransform(e,r=e.priority||0){let i=this._pipeline.findIndex(n=>(n.priority||0)<r);this._pipeline.splice(i>=0?i:this._pipeline.length,0,Object.assign(e,{priority:r}))}async getPrincipal(){if(!this._identity)throw new Yu("This identity has expired due this application's security policy. Please refresh your authentication.");return(await this._identity).getPrincipal()}async call(e,r,i){let n=await(i!==void 0?await i:await this._identity);if(!n)throw new Yu("This identity has expired due this application's security policy. Please refresh your authentication.");let s=jc.Principal.from(e),a=r.effectiveCanisterId?jc.Principal.from(r.effectiveCanisterId):s,A=n.getPrincipal()||jc.Principal.anonymous(),c=new wg.Expiry(rE);Math.abs(this._timeDiffMsecs)>1e3*30&&(c=new wg.Expiry(rE+this._timeDiffMsecs));let l={request_type:p_.SubmitRequestType.Call,canister_id:s,method_name:r.methodName,arg:r.arg,sender:A,ingress_expiry:c},g=await this._transform({request:{body:null,method:"POST",headers:new Headers(Object.assign({"Content-Type":"application/cbor"},this._credentials?{Authorization:"Basic "+btoa(this._credentials)}:{}))},endpoint:"call",body:l});g=await n.transformRequest(g);let C=If.encode(g.body),B=this._requestAndRetry(()=>this._fetch(""+new URL(`/api/v2/canister/${a.toText()}/call`,this._host),Object.assign(Object.assign(Object.assign({},this._callOptions),g.request),{body:C}))),[I,v]=await Promise.all([B,(0,_O.requestIdOf)(l)]);return{requestId:v,response:{ok:I.ok,status:I.status,statusText:I.statusText}}}async _requestAndRetry(e,r=0){if(r>this._retryTimes&&this._retryTimes!==0)throw new Error(`AgentError: Exceeded configured limit of ${this._retryTimes} retry attempts. Please check your network connection or try again in a few moments`);let i=await e();if(!i.ok){let n=await i.clone().text(),s=`Server returned an error:
16
16
  Code: ${i.status} (${i.statusText})
17
17
  Body: ${n}
18
18
  `;if(this._retryTimes>r)return console.warn(s+" Retrying request."),await this._requestAndRetry(e,r+1);throw new Error(s)}return i}async query(e,r,i){let n=await(i!==void 0?await i:await this._identity);if(!n)throw new Yu("This identity has expired due this application's security policy. Please refresh your authentication.");let s=typeof e=="string"?jc.Principal.fromText(e):e,a=n?.getPrincipal()||jc.Principal.anonymous(),A={request_type:"query",canister_id:s,method_name:r.methodName,arg:r.arg,sender:a,ingress_expiry:new wg.Expiry(rE)},c=await this._transform({request:{method:"POST",headers:new Headers(Object.assign({"Content-Type":"application/cbor"},this._credentials?{Authorization:"Basic "+btoa(this._credentials)}:{}))},endpoint:"read",body:A});c=await n?.transformRequest(c);let l=If.encode(c.body),g=await this._requestAndRetry(()=>this._fetch(""+new URL(`/api/v2/canister/${s.toText()}/query`,this._host),Object.assign(Object.assign(Object.assign({},this._fetchOptions),c.request),{body:l})));return If.decode(await g.arrayBuffer())}async createReadStateRequest(e,r){let i=await(r!==void 0?await r:await this._identity);if(!i)throw new Yu("This identity has expired due this application's security policy. Please refresh your authentication.");let n=i?.getPrincipal()||jc.Principal.anonymous(),s=await this._transform({request:{method:"POST",headers:new Headers(Object.assign({"Content-Type":"application/cbor"},this._credentials?{Authorization:"Basic "+btoa(this._credentials)}:{}))},endpoint:"read_state",body:{request_type:"read_state",paths:e.paths,sender:n,ingress_expiry:new wg.Expiry(rE)}});return i?.transformRequest(s)}async readState(e,r,i,n){let s=typeof e=="string"?jc.Principal.fromText(e):e,a=n??await this.createReadStateRequest(r,i),A=If.encode(a.body),c=await this._fetch(""+new URL(`/api/v2/canister/${s}/read_state`,this._host),Object.assign(Object.assign(Object.assign({},this._fetchOptions),a.request),{body:A}));if(!c.ok)throw new Error(`Server returned an error:
19
19
  Code: ${c.status} (${c.statusText})
20
20
  Body: ${await c.text()}
21
- `);return If.decode(await c.arrayBuffer())}async syncTime(e){let r=await Promise.resolve().then(()=>I2(Yy())),i=Date.now();try{e||console.log("Syncing time with the IC. No canisterId provided, so falling back to ryjl3-tyaaa-aaaaa-aaaba-cai");let s=(await r.request({canisterId:e??jc.Principal.from("ryjl3-tyaaa-aaaaa-aaaba-cai"),agent:this,paths:["time"]})).get("time");s&&(this._timeDiffMsecs=Number(s)-Number(i))}catch(n){console.error("Caught exception while attempting to sync time:",n)}}async status(){let e=this._credentials?{Authorization:"Basic "+btoa(this._credentials)}:{},r=await this._requestAndRetry(()=>this._fetch(""+new URL("/api/v2/status",this._host),Object.assign({headers:e},this._fetchOptions)));return If.decode(await r.arrayBuffer())}async fetchRootKey(){return this._rootKeyFetched||(this.rootKey=(await this.status()).root_key,this._rootKeyFetched=!0),this.rootKey}invalidateIdentity(){this._identity=null}replaceIdentity(e){this._identity=Promise.resolve(e)}_transform(e){let r=Promise.resolve(e);for(let i of this._pipeline)r=r.then(n=>i(n).then(s=>s||n));return r}};En.HttpAgent=$g});var y2=ce(zo=>{"use strict";Object.defineProperty(zo,"__esModule",{value:!0});zo.ProxyAgent=zo.ProxyStubAgent=zo.ProxyMessageKind=void 0;var MO=La(),zi;(function(t){t.Error="err",t.GetPrincipal="gp",t.GetPrincipalResponse="gpr",t.Query="q",t.QueryResponse="qr",t.Call="c",t.CallResponse="cr",t.ReadState="rs",t.ReadStateResponse="rsr",t.Status="s",t.StatusResponse="sr"})(zi=zo.ProxyMessageKind||(zo.ProxyMessageKind={}));var Jy=class{constructor(e,r){this._frontend=e,this._agent=r}onmessage(e){switch(e.type){case zi.GetPrincipal:this._agent.getPrincipal().then(r=>{this._frontend({id:e.id,type:zi.GetPrincipalResponse,response:r.toText()})});break;case zi.Query:this._agent.query(...e.args).then(r=>{this._frontend({id:e.id,type:zi.QueryResponse,response:r})});break;case zi.Call:this._agent.call(...e.args).then(r=>{this._frontend({id:e.id,type:zi.CallResponse,response:r})});break;case zi.ReadState:this._agent.readState(...e.args).then(r=>{this._frontend({id:e.id,type:zi.ReadStateResponse,response:r})});break;case zi.Status:this._agent.status().then(r=>{this._frontend({id:e.id,type:zi.StatusResponse,response:r})});break;default:throw new Error(`Invalid message received: ${JSON.stringify(e)}`)}}};zo.ProxyStubAgent=Jy;var $y=class{constructor(e){this._backend=e,this._nextId=0,this._pendingCalls=new Map,this.rootKey=null}onmessage(e){let r=e.id,i=this._pendingCalls.get(r);if(!i)throw new Error("A proxy get the same message twice...");this._pendingCalls.delete(r);let[n,s]=i;switch(e.type){case zi.Error:return s(e.error);case zi.GetPrincipalResponse:case zi.CallResponse:case zi.QueryResponse:case zi.ReadStateResponse:case zi.StatusResponse:return n(e.response);default:throw new Error(`Invalid message being sent to ProxyAgent: ${JSON.stringify(e)}`)}}async getPrincipal(){return this._sendAndWait({id:this._nextId++,type:zi.GetPrincipal}).then(e=>{if(typeof e!="string")throw new Error("Invalid principal received.");return MO.Principal.fromText(e)})}readState(e,r){return this._sendAndWait({id:this._nextId++,type:zi.ReadState,args:[e.toString(),r]})}call(e,r){return this._sendAndWait({id:this._nextId++,type:zi.Call,args:[e.toString(),r]})}status(){return this._sendAndWait({id:this._nextId++,type:zi.Status})}query(e,r){return this._sendAndWait({id:this._nextId++,type:zi.Query,args:[e.toString(),r]})}async _sendAndWait(e){return new Promise((r,i)=>{this._pendingCalls.set(e.id,[r,i]),this._backend(e)})}async fetchRootKey(){let e=(await this.status()).root_key;return this.rootKey=e,e}};zo.ProxyAgent=$y});var iE=ce(CA=>{"use strict";var UO=CA&&CA.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Ky=CA&&CA.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&UO(e,t,r)};Object.defineProperty(CA,"__esModule",{value:!0});CA.getDefaultAgent=void 0;Ky(X1(),CA);Ky(m2(),CA);Ky(y2(),CA);function GO(){let t=typeof window>"u"?typeof global>"u"?typeof self>"u"?void 0:self.ic.agent:global.ic.agent:window.ic.agent;if(!t)throw new Error("No Agent could be found.");return t}CA.getDefaultAgent=GO});var Q2=ce(Vy=>{"use strict";Object.defineProperty(Vy,"__esModule",{value:!0});Vy.default=({IDL:t})=>{let e=t.Principal,r=t.Record({controllers:t.Vec(t.Principal),freezing_threshold:t.Nat,memory_allocation:t.Nat,compute_allocation:t.Nat}),i=t.Record({controllers:t.Opt(t.Vec(t.Principal)),freezing_threshold:t.Opt(t.Nat),memory_allocation:t.Opt(t.Nat),compute_allocation:t.Opt(t.Nat)}),n=t.Vec(t.Nat8);return t.Service({canister_status:t.Func([t.Record({canister_id:e})],[t.Record({status:t.Variant({stopped:t.Null,stopping:t.Null,running:t.Null}),memory_size:t.Nat,cycles:t.Nat,settings:r,module_hash:t.Opt(t.Vec(t.Nat8))})],[]),create_canister:t.Func([t.Record({settings:t.Opt(i)})],[t.Record({canister_id:e})],[]),delete_canister:t.Func([t.Record({canister_id:e})],[],[]),deposit_cycles:t.Func([t.Record({canister_id:e})],[],[]),install_code:t.Func([t.Record({arg:t.Vec(t.Nat8),wasm_module:n,mode:t.Variant({reinstall:t.Null,upgrade:t.Null,install:t.Null}),canister_id:e})],[],[]),provisional_create_canister_with_cycles:t.Func([t.Record({settings:t.Opt(i),amount:t.Opt(t.Nat)})],[t.Record({canister_id:e})],[]),provisional_top_up_canister:t.Func([t.Record({canister_id:e,amount:t.Nat})],[],[]),raw_rand:t.Func([],[t.Vec(t.Nat8)],[]),start_canister:t.Func([t.Record({canister_id:e})],[],[]),stop_canister:t.Func([t.Record({canister_id:e})],[],[]),uninstall_code:t.Func([t.Record({canister_id:e})],[],[]),update_settings:t.Func([t.Record({canister_id:t.Principal,settings:i})],[],[])})}});var zy=ce(Bf=>{"use strict";var OO=Bf&&Bf.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Bf,"__esModule",{value:!0});Bf.getManagementCanister=void 0;var qO=nE(),Wy=La(),LO=OO(Q2());function PO(t){function e(r,i,n){let s=i[0],a=Wy.Principal.fromHex("");return s&&typeof s=="object"&&s.canister_id&&(a=Wy.Principal.from(s.canister_id)),{effectiveCanisterId:a}}return qO.Actor.createActor(LO.default,Object.assign(Object.assign(Object.assign({},t),{canisterId:Wy.Principal.fromHex("")}),{callTransform:e,queryTransform:e}))}Bf.getManagementCanister=PO});var C2=ce(Xy=>{(function(){"use strict";for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=new Uint8Array(256),r=0;r<t.length;r++)e[t.charCodeAt(r)]=r;Xy.encode=function(i){var n=new Uint8Array(i),s,a=n.length,A="";for(s=0;s<a;s+=3)A+=t[n[s]>>2],A+=t[(n[s]&3)<<4|n[s+1]>>4],A+=t[(n[s+1]&15)<<2|n[s+2]>>6],A+=t[n[s+2]&63];return a%3===2?A=A.substring(0,A.length-1)+"=":a%3===1&&(A=A.substring(0,A.length-2)+"=="),A},Xy.decode=function(i){var n=i.length*.75,s=i.length,a,A=0,c,l,g,C;i[i.length-1]==="="&&(n--,i[i.length-2]==="="&&n--);var B=new ArrayBuffer(n),I=new Uint8Array(B);for(a=0;a<s;a+=4)c=e[i.charCodeAt(a)],l=e[i.charCodeAt(a+1)],g=e[i.charCodeAt(a+2)],C=e[i.charCodeAt(a+3)],I[A++]=c<<2|l>>4,I[A++]=(l&15)<<4|g>>2,I[A++]=(g&3)<<6|C&63;return B}})()});var w2=ce(sE=>{"use strict";Object.defineProperty(sE,"__esModule",{value:!0});sE.wasmBytesBase64=void 0;sE.wasmBytesBase64="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akE4ENABGiACQbgDakEBNgIAIAJBwANqQTgQ0AEaIAJB+ANqQQE2AgAgAkGABGpBOBDQARogAkEBNgK4BCACQcAEakE4ENABGiACQfgEakEBNgIAIAJBgAVqQTgQ0AEaIAJBuAVqQQE2AgAgAkHABWpBOBDQARogAkH4BWpBATYCACACQYAGakE4ENABGiACQQE2ArgGIAJBwAZqQTgQ0AEaIAJB+AZqQQE2AgAgAkGAB2pBOBDQARogAkG4B2pBATYCACACQcAHakE4ENABGiACQfgHakEBNgIAIAIgARAYAkAgASgCgAZBBEYNACAAKAKABkEERg0AIAJBgARqIgMgAEGAAmoQlgEgAyABQYACahAYDAYLIAJBwAxqIgdBOBDQARogAkEBNgL4DCACQYANakE4ENABGiACQbgNakEBNgIAIAJBgAhqIgRBOBDQARogAkEBNgK4CCACQcAIakE4ENABGiACQfgIakEBNgIAIAJBgApqIgMgAEGAA2oiBRBeIAQgAxCZASADIAFBgANqIgYQXiAEIAMQESAHELYBIAEoAoAGQQRHDQMMBAsgACABEAMMBgsgAkHADGoiAyABQYAFahBeIAJBgAxqIgQgA0HAABDRARogAkGABmogBBCnAQsgAkGABmoQZCACQYAIaiIDIAIQlgEgAxArIAJBgAJqIgQgAxCXASAGIAQQlgEgAkGABGoiByADEJYBIAMgABCWASADIAUQlwEgAxCwASACQYAKaiIEIAEQlgEgBCABQYAEahCXASAEELABIAMgBBAYIAcgAxCXASADIAUQlgECQCABKAKABkECRwRAIAJBwAxqIgMgAUGABWoQXiACQYAIaiADEKYBDAELIAJBwAxqIgMgAUGABWoQXiACQYAMaiIBIANBwAAQ0QEaIAJBgAhqIAEQpwELIAJBgAhqIgEQZCACQYAKaiIDIAEQlgEgAxArIAUgAkGABGoQlgEgBSADEJcBIAJBgAZqIgQgAxCXASABEGQgBiABEJcBIAQQsAEgBBBkIAAgAhCWASAAIAQQlwEMAwsgAkGACmoiAyAFEF4gAkHADGoiBCADEJkBIAMgAUGAAmoQXiAEIAMQEQsgACgCgAZBBEcEQCACQYAKaiIDIABBgAJqEF4gAkHADGoiBCADEJkBIAMgBhBeIAQgAxARCyACQYAEaiIDIAJB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AEHcu8AAKAIAQX4gA0EDdndxNgIACyAAIAEQoAEgAEH0vsAAKAIARw0BQey+wAAgATYCAAsPCyABQYACTwRAIAAgARAWDwsgAUEDdiICQQN0QeS7wABqIQECf0Hcu8AAKAIAIgNBASACdCICcQRAIAEoAggMAQtB3LvAACACIANyNgIAIAELIQIgASAANgIIIAIgADYCDCAAIAE2AgwgACACNgIIC+UDAQN/IwBB0CJrIgMkACADQcAWaiIEQcitwAAQSSADQcgcaiIFQYCuwAAQSSADQQhqIAQgBRBLIANBiAFqQTgQ0AEaIANBwAFqQTgQ0AEaIANB+AFqED0CQCACEIYBBEAgABBVDAELIANB+ARqIgQQPSAEIAEQfSAEEEcgA0H4B2oiARBnIAEgAhB4IAEQRiADQcgcaiICIAEQkAEgA0G4CWogAhCQASACIANBuAhqEJABIANB+AlqIAIQkAEgA0G4CmoiARA9IANBuA1qEFUgASAEEH0gA0HAE2oiARA9IAEgBBB9IAEQogEgA0HAAWogA0GIAWoQUEECayECA0AgAkEBakEBTQRAIANBuA1qIgEQngEgACABQYgGENEBGgUgA0G4DWoQGiADQcAWaiADQbgKaiADQbgJaiADQfgJahALAkACQAJAIANBwAFqIAIQUyADQYgBaiACEFNrQQFqDgMBAgACCyADQcgcaiIBIANBuApqIANB+ARqIANBuAlqIANB+AlqEAogA0HAFmogARADDAELIANByBxqIgEgA0G4CmogA0HAE2ogA0G4CWogA0H4CWoQCiADQcAWaiABEAMLIAJBAWshAiADQbgNaiADQcAWahABDAELCwsgA0HQImokAAvBAwEVfwNAIANBwAFGBEACQCAAQShqIQsgAEEUaigCACIMIQggAEEQaigCACINIQIgAEEMaigCACIOIQEgACgCCCIPIQMgAEEYaigCACIQIQogAEEcaigCACIRIQQgAEEgaigCACISIQcgAEEkaigCACITIQYDQCAHIQkgBCEHIAohBCAFQYACRg0BIAEgAnEhFCABIAJzIRUgBSALaigCACAFQcCiwABqKAIAIAkgBEF/c3EgBCAHcXIgBmogBEEadyAEQRV3cyAEQQd3c2pqaiIGIAhqIQogBUEEaiEFIAIhCCABIQIgAyIBQR53IAFBE3dzIAFBCndzIBQgASAVcXNqIAZqIQMgCSEGDAALAAsFIAAgA2oiAkHoAGogAkEoaigCACACQcwAaigCACACQeAAaigCACIBQQ93IAFBDXdzIAFBCnZzamogAkEsaigCACIBQRl3IAFBDndzIAFBA3ZzajYCACADQQRqIQMMAQsLIAAgBiATajYCJCAAIAkgEmo2AiAgACAHIBFqNgIcIAAgBCAQajYCGCAAIAggDGo2AhQgACACIA1qNgIQIAAgASAOajYCDCAAIAMgD2o2AggL5AEBAn8jAEGAA2siAyQAIAMQPSAAIAEgAkEfdSIEIAJzIARBf3NqQQJtIgJBAWtBH3YQbyAAIAFBgANqIAJBAXNBAWtBH3YQbyAAIAFBgAZqIAJBAnNBAWtBH3YQbyAAIAFBgAlqIAJBA3NBAWtBH3YQbyAAIAFBgAxqIAJBBHNBAWtBH3YQbyAAIAFBgA9qIAJBBXNBAWtBH3YQbyAAIAFBgBJqIAJBBnNBAWtBH3YQbyAAIAFBgBVqIAJBB3NBAWtBH3YQbyADIAAQfSADEKIBIAAgAyAEQQFxEG8gA0GAA2okAAvlAwEIfyMAQZAGayICJAAgAEFAayEIAkAgAUH4AGooAgAgASgCOGqsIABB+ABqKAIAIgcgACgCOCIEaqx+Qv///w9XDQAgBEEBSgR/IAAQHiAAKAJ4BSAHC0EBTA0AIAgQHgsgAkHYpMAAEEkgAkE4aiIHQfAAENABGiACIQNBACECA0AgAkE4RgRAAkAgB0E4aiEEQQAhAgNAIAJBOEYNASACIARqIAIgA2opAwA3AwAgAkEIaiECDAALAAsFIAIgB2pCADcDACACQQhqIQIMAQsLIANBqAFqIgYgABBdIANB4AFqIgUgARBdIANBmAJqIgIgACABEAUgA0GIA2oiBCAIIAFBQGsiARAFIAYgCBBgIAYQQiAFIAEQYCAFEEIgA0H4A2oiCSAGIAUQBUEAIQEgA0HoBGoiBkHwABDQASEFA0AgAUHwAEcEQCABIAVqIAEgAmopAwA3AwAgAUEIaiEBDAELCyAGIAQQYkEAIQEDQCABQfAARwRAIAEgBGoiBSABIAdqKQMAIAUpAwB9NwMAIAFBCGohAQwBCwsgAiAEEGIgAhBIIAkgBhBjIAkQSCADQdgFaiIBIAIQayAAIAEQaiAAQQM2AjggASAJEGsgCCABEGogAEECNgJ4IANBkAZqJAALowIBCH8jAEGABmsiAiQAIAIgAEGAAWoiBxBeIAJBgAFqIgQgBxBeIAQQLSACQYACaiIFIAIQXiAFIABBgAJqIgMQESACQYADaiIBIAMQXiABEC0gAyAEEJkBIAMgBBCaASADEKkBIAMQuAEgAxC4ASADEKkBIAFBDBCrASABEHwgARCpASACQYAEaiIIIAEQXiAIIAMQESACQYAFaiIGIAQQXiAGIAEQmgEgBhCpASADIAUQESAFIAEQmQEgBSABEJoBIAEgBRCaASABEKkBIAQgARB7IAQQqQEgBiAEEBEgBiAIEJoBIAUgABCZASAFIAIQESAAIAQQmQEgABCpASAAIAUQESAAELgBIAAQqQEgByAGEJkBIAcQqQEgAkGABmokAAu8AgEGfyMAQYAIayIBJAAgASAAEIwBIAFBgAJqIgMgAEGABGoiBRCMASABQYAEaiIEIABBgAJqIgYQjAEgAUGABmoiAkE4ENABGiABQQE2ArgGIAFBwAZqQTgQ0AEaIAFB+AZqQQE2AgAgAUGAB2pBOBDQARogAUG4B2pBATYCACABQcAHakE4ENABGiABQfgHakEBNgIAIAAQISACIAAQlgEgAiAAEJcBIAAgAhCXASAAELABIAEQyQEgARCzASAAIAEQlwEgAxAhIAMQZCACIAMQlgEgAiADEJcBIAMgAhCXASADELABIAQQISACIAQQlgEgAiAEEJcBIAQgAhCXASAEELABIAYQsgEgBhCzASAFEMkBIAUQswEgBiADEJcBIAUgBBCXASAAQQU2AoAGIAAQnAEgAUGACGokAAv/AQEHfyMAQcACayIBJAAgASAAQUBrIgYQkAEgARBMIAFBQGsiAyAGEJABIAMgAEGAAWoiAhBKIAFBgAFqIgQgAhCQASAEEEwgAiABEK4BIAIgARB3IAIQQiACEIIBIAIQggEgAhBCIARBDBA0IAFBwAFqIgcgBBCQASAHIAIQSiABQYACaiIFIAEQkAEgBSAEEHcgBRBCIAIgAxBKIAMgBBCuASADIAQQdyAEIAMQdyABIAQQfiABEEIgBSABEEogBSAHEHcgAyAAEK4BIAMgBhBKIAAgARCuASAAEEIgACADEEogABCCASAAEEIgBiAFEK4BIAYQQiABQcACaiQAC84CAgd/An4CQAJAAkBBDSABQTpuIgJrIgRBDU0EQEEMIAJrIgNBDk8NASAAIAAgA0EDdGopAwBBOiABIAJBOmxrIgNrrSIKhyAAIARBA3RqKQMAIAOtIgmGhDcDaCAEQQ1rIQUgAEHgAGohBCACQQFqIQZBACACQQN0ayEHQQshAwNAAkAgA0ECaiAGTQRAIAFBrAZPDQEgACACQQN0aiAAKQMAIAmGQv//////////A4M3AwADQCACRQ0HIABCADcDACACQQFrIQIgAEEIaiEADAALAAsgAyAFakEOTw0EIAQgBCAHaiIIQQhrKQMAIAqHIAgpAwAgCYZC//////////8Dg4Q3AwAgA0EBayEDIARBCGshBAwBCwsgAkEOQYCywAAQOwALIARBDkHQscAAEDsACyADQQ5B4LHAABA7AAtBf0EOQfCxwAAQOwALC6cCAQR/IABCADcCECAAAn9BACABQYACSQ0AGkEfIAFB////B0sNABogAUEGIAFBCHZnIgNrdkEBcSADQQF0a0E+agsiBDYCHCAEQQJ0Qey9wABqIQMgACECAkACQAJAAkBB4LvAACgCACIAQQEgBHQiBXEEQCADKAIAIQMgBBCfASEAIAMQywEgAUcNASADIQAMAgtB4LvAACAAIAVyNgIAIAMgAjYCAAwDCyABIAB0IQQDQCADIARBHXZBBHFqQRBqIgUoAgAiAEUNAiAEQQF0IQQgACIDEMsBIAFHDQALCyAAKAIIIgEgAjYCDCAAIAI2AgggAiAANgIMIAIgATYCCCACQQA2AhgPCyAFIAI2AgALIAIgAzYCGCACIAI2AgggAiACNgIMC7YCAQV/IAAoAhghBAJAAkAgACAAKAIMRgRAIABBFEEQIABBFGoiASgCACIDG2ooAgAiAg0BQQAhAQwCCyAAKAIIIgIgACgCDCIBNgIMIAEgAjYCCAwBCyABIABBEGogAxshAwNAIAMhBSACIgFBFGoiAygCACICRQRAIAFBEGohAyABKAIQIQILIAINAAsgBUEANgIACwJAIARFDQACQCAAIAAoAhxBAnRB7L3AAGoiAigCAEcEQCAEQRBBFCAEKAIQIABGG2ogATYCACABDQEMAgsgAiABNgIAIAENAEHgu8AAQeC7wAAoAgBBfiAAKAIcd3E2AgAPCyABIAQ2AhggACgCECICBEAgASACNgIQIAIgATYCGAsgAEEUaigCACIARQ0AIAFBFGogADYCACAAIAE2AhgLC+UBAQZ/IwBBgARrIgIkACACIAAQXiACQYABaiIFIABBgAFqIgYQXiACQYACaiIDQTgQ0AEaIAJBATYCuAIgAkHAAmpBOBDQARogAkH4AmpBATYCACACQYADaiIEIAYQXiACIAEQESAFIAFBgAFqIgcQESADIAcQmQEgAyABEJoBIAQgABCaASADEKkBIAQQqQEgBCADEBEgAyACEJkBIAMQNiAEIAMQmgEgBBCpASADIAUQmQEgAxA2IAYgBBCZASAGIAMQmgEgBRB8IAAgBRCZASAAIAIQmgEgABCwASACQYAEaiQAC28BDH9BjL/AACgCACICRQRAQZy/wABB/x82AgBBAA8LQYS/wAAhBgNAIAIiASgCCCECIAEoAgQhAyABKAIAIQQgAUEMaigCABogASEGIAVBAWohBSACDQALQZy/wAAgBUH/HyAFQf8fSxs2AgBBAAuAAgEGfyMAQYAIayIBJAAgACgCgAZBAUcEQCABIAAQjAEgAUGAAmoiAiAAQYACaiIEEIwBIAFBgARqIgUgAEGABGoiAxCMASABQYAGaiIGIAAQjAEgARAhIAIgAxAYIAIQswEgAhCwASAFECEgBiAEEBggBhCzASADIAAQlwEgAyAEEJcBIAMQsAEgAxAhIAAgARCWASABIAIQlwEgARCwASABIAUQlwEgASAGEJcBIAEQsAEgARArIAIQZCAFEGQgACACEJcBIAQgBRCWASAEIAYQlwEgAyABEJcBIABBBEEFIAAoAoAGQX5xQQJGGzYCgAYgABCdAQsgAUGACGokAAuZAgEBfyMAQYANayIDJAAgAyABEGkgAxCdASADQYgGaiIBIAIQXSABEEIgA0HABmoiAiABEF0gAkEDECkaIAIQQiADQfgGaiADEGkCQCACEFdFBEAgA0HABmoQKkECayECA0AgAkEBakEBTQRAIANB+AZqIgEQnAEMAwUgA0H4BmoQEwJAAkACQCADQcAGaiACEFMgA0GIBmogAhBTa0EBag4DAQIAAgsgA0H4BmogAxAHDAELIAMQngEgA0H4BmogAxAHIAMQngELIAJBAWshAgwBCwALAAsgA0H4BmoiARC3ASABQYABahC2ASABQYACahCxASABQYAEahCxASABQQE2AoAGCyAAIAFBiAYQ0QEaIANBgA1qJAALhgICBH8BfiMAQTBrIgIkACABQQRqIQQgASgCBEUEQCABKAIAIQMgAkEQaiIFQQA2AgAgAkIBNwMIIAIgAkEIajYCFCACQShqIANBEGopAgA3AwAgAkEgaiADQQhqKQIANwMAIAIgAykCADcDGCACQRRqIAJBGGoQDBogBEEIaiAFKAIANgIAIAQgAikDCDcCAAsgAkEgaiIDIARBCGooAgA2AgAgAUEMakEANgIAIAQpAgAhBiABQgE3AgQgAiAGNwMYQQxBBBC5ASIBRQRAQQxBBBDPAQALIAEgAikDGDcCACABQQhqIAMoAgA2AgAgAEGEt8AANgIEIAAgATYCACACQTBqJAAL5AEBAn8jAEHAAWsiAyQAIAMQZyAAIAEgAkEfdSIEIAJzIARBf3NqQQJtIgJBAWtBH3YQbiAAIAFBwAFqIAJBAXNBAWtBH3YQbiAAIAFBgANqIAJBAnNBAWtBH3YQbiAAIAFBwARqIAJBA3NBAWtBH3YQbiAAIAFBgAZqIAJBBHNBAWtBH3YQbiAAIAFBwAdqIAJBBXNBAWtBH3YQbiAAIAFBgAlqIAJBBnNBAWtBH3YQbiAAIAFBwApqIAJBB3NBAWtBH3YQbiADIAAQeCADEKQBIAAgAyAEQQFxEG4gA0HAAWokAAvDAwIGfwN+IwBB8ABrIgEkACABQcCywAAQSSABQThqIAEQXSAAEEICQAJAAkAgAQJ/IAAoAjgiAkEQTARAIAJBAWsQNQwBCyABKQMwIghCAXwiByAIVA0BIAApAzAiCEKAgICAgICAgIB/USAHQn9RcQ0CIAFBOGoiAiAIIAd/pxApIQcgASABKQNoIAdCOoZ8NwNoIAAgAhBhIAAQQkECCyIEECgDQCAERQ0DQQAhAyABIAEpAwgiCEI5hkKAgICAgICAgAKDIAEpAwBCAYeEIgc3AwAgACkDACAHfSEHIABBCGohBSAAIAFBOGoiAkEBA38gAiADaiAHQv//////////A4M3AwAgB0I6hyEHIANBKEYEfyABIAEpAzBCAYciCDcDMCACIAApAzAgCH0gB3wiBzcDMCAHQj+IpwUgASADaiIGQQhqIAhCAYcgBkEQaikDACIIQjmGQoCAgICAgICAAoOEIgk3AwAgAyAFaikDACAHfCAJfSEHIANBCGohAwwBCwtrEDAgBEEBayEEDAALAAtB4LPAAEEZQcSzwAAQWQALQYC0wABBH0HEs8AAEFkACyAAQQE2AjggAUHwAGokAAvuAQECfyMAQbABayIDJAAgA0EwENABIQMCQAJAA0AgAkEwRgRAIANBMGogAxBwIAFBMGohAUEAIQIDQCACQTBGDQMgAkEwRg0EIAIgA2ogASACai0AADoAACACQQFqIQIMAAsACyACQeAARwRAIAIgA2ogASACai0AADoAACACQQFqIQIMAQsLQeAAQeAAQYCmwAAQOwALIANB8ABqIgEgAxBwIABBOBDQASIAQQE2AjggAEFAa0E4ENABIABB+ABqQQE2AgAgACABEK4BIANBMGoQrgEgA0GwAWokAA8LIAJBMGpB4ABBkKbAABA7AAuPAgEDfyMAQSBrIgUkAEEBIQZB2LvAAEHYu8AAKAIAIgdBAWo2AgACQEGgv8AALQAABEBBpL/AACgCAEEBaiEGDAELQaC/wABBAToAAAtBpL/AACAGNgIAAkACQCAHQQBIIAZBAktyDQAgBSAEOgAYIAUgAzYCFCAFIAI2AhBBzLvAACgCACICQQBIDQBBzLvAACACQQFqIgI2AgBBzLvAAEHUu8AAKAIAIgMEf0HQu8AAKAIAIAUgACABKAIQEQAAIAUgBSkDADcDCCAFQQhqIAMoAhQRAABBzLvAACgCAAUgAgtBAWs2AgAgBkEBSw0AIAQNAQsACyMAQRBrIgIkACACIAE2AgwgAiAANgIIAAucAQEEfyMAQYADayICJAAgAiAAEF4gAkGAAWoiASAAQYABaiIEEF4gAkGAAmoiAyAAEF4gAyAEEBEgAiAEEJoBIAEQfCABIAAQmgEgAhCpASABEKkBIAAgAhCZASAAIAEQESABIAMQmQEgARB8IAEgAxCaASABEKkBIAEQNiAAIAEQmgEgAxC4ASAEIAMQmQEgABCwASACQYADaiQAC7kBAQJ/IwBBIGsiAyQAAkAgASABIAJqIgFLDQAgAEEEaigCACICQQF0IgQgASABIARJGyIBQQggAUEISxshAQJAIAIEQCADQRhqQQE2AgAgAyACNgIUIAMgACgCADYCEAwBCyADQQA2AhALIAMgASADQRBqECYgAygCAARAIANBCGooAgAiAEUNASADKAIEIAAQzwEACyADKAIEIQIgAEEEaiABNgIAIAAgAjYCACADQSBqJAAPCxBlAAusAQECfyMAQYADayIDJAAgA0EIaiABEJABAkAgAgRAIANBCGogAhCuAQwBCyADQQhqEDoLIANByABqIgJB8LTAABBJIANBgAFqIAIQjgEgA0HAAWoiAiADQQhqIgQQkAEgAhBMIAIgARBKIAAgARCQASAAIAQQSiADQYACaiACEJABIAAQViEBIANBwAJqIgIgABCQASACEEMgAhBCIAAgAiABEHIgA0GAA2okAAueAQEFfyMAQYABayICJAAgAkE4ENABIgJBATYCOCACQUBrIgNBOBDQARogAkEBNgJ4IAIgABCuASACIAFBgAFqIgUQSiADIAEQrgEgAyAAQYABaiIGEEoCQCACIAMQWEUNACACIABBQGsQrgEgAiAFEEogAkFAayIAIAFBQGsQrgEgACAGEEogAiAAEFhFDQBBASEECyACQYABaiQAIAQLpwEBA38jAEEwayICJAAgAUEEaiEDIAEoAgRFBEAgASgCACEBIAJBEGoiBEEANgIAIAJCATcDCCACIAJBCGo2AhQgAkEoaiABQRBqKQIANwMAIAJBIGogAUEIaikCADcDACACIAEpAgA3AxggAkEUaiACQRhqEAwaIANBCGogBCgCADYCACADIAIpAwg3AgALIABBhLfAADYCBCAAIAM2AgAgAkEwaiQAC5UBAQJ/AkACQAJAAkACfwJAAkACf0EBIgMgAUEASA0AGiACKAIAIgRFDQEgAigCBCICDQQgAQ0CQQEMAwshA0EAIQEMBgsgAQ0AQQEMAQsgAUEBELkBCyICRQ0BDAILIAQgARCsASICDQELIAAgATYCBEEBIQEMAQsgACACNgIEQQAhAwsgACADNgIAIABBCGogATYCAAvvMwISfwV+IwBBMGsiDiQAIA5BEGogACABEFsgDiAOKAIUIgA2AhwgDiAOKAIQIgg2AhggDkEIaiACIAMQWyAOIA4oAgwiATYCJCAOIA4oAggiAzYCICAOIAQgBRBbIA4gDigCBCIFNgIsIA4gDigCACINNgIoIAAhBCMAQZAVayICJAAjAEGwBmsiCiQAIApBEGpBOBDQARogCkHQAGpBOBDQASEVIApBiAFqQQE2AgAgCkEBNgJIIApBkAFqIgBB2KTAABBJIAAQKiEPIApByAFqIhNBgAIQ0AEaIApB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ABBJAkACQAJAAkADQAJAIAxBMEYEQCAAIAAtAABBH3E6AAAgAEHoAGogABC+ASAEDQFBAEEAQZiBwAAQOwALIAQgDEYNAiAAIAxqIAggDGotAAA6AAAgDEEBaiEMDAELC0EAIQwgCCwAACIJQQBIDQIgCEEwaiEDIARBMCAEQTBLG0EwayEIA0AgDEEwRgRAIABBoAFqIgQgABC+ASMAQYABayIDJAAgARBnIAEgAEHoAGoQwAEgAUFAayIIIAQQwAEgAUGAAWoQygEgARBCIAMgARBPIANBQGsiBCAIEJABIAQQTCAEIAMQWEUEQCABEJIBCyADQYABaiQADAULIAggDEYNAiAAIAxqIAMgDGotAAA6AAAgDEEBaiEMDAALAAsgBCAEQYiBwAAQOwALIAxBMGogBEGogcAAEDsACyMAQcABayIDJAAgAEGgAWoiBBBnIANBOBDQASIDQQE2AjggBCAAQegAahDAASAEEEIgBEGAAWoQygEgA0FAayIIIAQQTwJAAkACQCAIIAMQWkEBRgRAIANBgAFqIgggA0FAayADECMgCBBWDQEMAgsgBBCSAQwCCyADQYABaiIIEEMgCBBCCyAEQUBrIANBgAFqEK4BCyADQcABaiQAIAlBIHEiA0EAIABB4AFqEE0iBEEBRxtBASADIARBAUdyGwRAIABBoAFqEKQBCyABIABBoAFqQcABENEBGgsgAEHgAmokAAJ/QQAhAyMAQcAFayIAJAACQCABEIYBDQAgAEEIaiIIQZCtwAAQSSAAQYAEaiIEQbiuwAAQSSAAQUBrIgkgBBCOASAAQYABaiIEEGcgBCABEHggBCAJEEogAEHAAmoiBCABIAgQvQEgASAEECQNACAAQYAEaiIEIABBwAJqIgEgAEEIahC9ASABIARBwAEQ0QEaIAEQpAEgAEGAAWogARAkRQ0AQQEhAwsgAEHABWokAEF/IANFDQAaIAJBwAFqEKQBIAJBgANqIQhBACEAIwBB4ARrIgEkACABQeAAENABIQECQCAFBEADQCAAQeAARgRAIAEgAS0AAEEfcToAACABQeAAaiABEB9BACEAAkAgDSwAACILQQBOBEAgDUHgAGohAyAFQeAAIAVB4ABLG0HgAGshBANAIABB4ABGBEAgAUHgAWoiACABEB8gCCABQeAAaiAAED8MAwsgACAERwRA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AWoQmQEgACAEEBEgAEGAAWoiASAFQYABahCZASABIAgQESAAIAEQeg0BC0EADAELQQELIQEgAEGAAmokACANQcAHaiQAQX8gAUUNABojAEHgA2siACQAIABBgAFqIgFBwKjAABBJIABBuAFqIgNB+KjAABBJIAAgASADEEsgAEHwAmoiAUGwqcAAEEkgAEGoA2oiA0HoqcAAEEkgAEHwAWoiBCABIAMQSyACQYAGaiIBIAAgBBA/IABB4ANqJAAgAkGACWohByACQYADaiEIIwBBkDRrIgAkACAAQYAoaiIDQcitwAAQSSAAQYguaiIEQYCuwAAQSSAAIAMgBBBLIABBgAFqQTgQ0AEaIABBuAFqQTgQ0AEaIABB8AFqED0CQCACQcABaiIEEIYBRQRAIAIQhgEEQCAHIAEgBBAODAILIABB8ARqIgMQPSADIAEQfSADEEcgAEHwB2oiBRBnIAUgBBB4IAUQRiAAQbAJaiIEED0gBCAIEH0gBBBHIABBsAxqIggQZyAIIAIQeCAIEEYgAEGILmoiASAFEJABIABB8A1qIAEQkAEgASAAQbAIahCQASAAQbAOaiABEJABIAEgCBCQASAAQfAOaiABEJABIAEgAEHwDGoQkAEgAEGwD2ogARCQASAAQfAPaiIBED0gAEHwEmoiBRA9IABB8BVqEFUgASADEH0gBSAEEH0gAEH4G2oiARA9IAEgAxB9IAEQogEgAEH4HmoiARA9IAEgBBB9IAEQogEgAEG4AWogAEGAAWoQUEECayEBA0AgAUEBakEBTQRAIABB8BVqIgEQngEgByABQYgGENEBGgwDBSAAQfAVaiIEEBogAEH4IWoiAyAAQfAPaiAAQfANaiAAQbAOahALIABBgChqIgUgAEHwEmogAEHwDmogAEGwD2oQCyADIAUQAyAEIAMQAQJAAkACQCAAQbgBaiABEFMgAEGAAWogARBTa0EBag4DAQIAAgsgAEGILmoiAyAAQfAPaiAAQfAEaiAAQfANaiAAQbAOahAKIABB+CFqIgQgA0GIBhDRARogAyAAQfASaiAAQbAJaiAAQfAOaiAAQbAPahAKIAQgAxADIABB8BVqIAQQAQwBCyAAQYguaiIDIABB8A9qIABB+BtqIABB8A1qIABBsA5qEAogAEH4IWoiBCADQYgGENEBGiADIABB8BJqIABB+B5qIABB8A5qIABBsA9qEAogBCADEAMgAEHwFWogBBABCyABQQFrIQEMAQsACwALIAcgCCACEA4LIABBkDRqJAAjAEHgH2siCCQAIAhB0BNqIgFByK3AABBJIAhB2BlqIg1BgK7AABBJIAggASANEEsgCEGAAWoiC0GQrcAAEEkgAkGID2oiACAHEGkgCEG4AWoiBSAAEGkjAEGACGsiAyQAIAMgBRCMASADQYACaiIJIAVBgAJqIg8QjAEgA0GABGoiCiAFEIwBIANBgAZqIgRBOBDQARogA0EBNgK4BiADQcAGakE4ENABGiADQfgGakEBNgIAIANBgAdqQTgQ0AEaIANBuAdqQQE2AgAgA0HAB2pBOBDQARogA0H4B2pBATYCACAFEJ0BIAMQISAJIAVBgARqIgwQGCAJEGQgAyAJEHkgAxCwASAJIAwQlgEgCRAhIAkQZCAKIA8QGCAJIAoQeSAJELABIAogDxCWASAKECEgBCAFEJYBIAQgDBAYIAogBBB5IAoQsAEgBCAPEJYBIAQgChAYIAQQZCAFIAMQGCAEIAUQlwEgDCAJEBggDBBkIAQgDBCXASAEELABIwBBgAJrIgYkACAGIAQQXiAGQYABaiIQIARBgAFqIhIQXiAGEC0gEBAtIBAQfCAQEKkBIAYgEBB7IAYQPiAEIAYQESAGEDYgBhCpASASIAYQESAGQYACaiQAIAUgAxCWASAFIAQQGCAPIAkQlgEgDyAEEBggDCAKEJYBIAwgBBAYIAVBBTYCgAYgA0GACGokACAAEJ4BIAAgBRAHIAUgABBtIAAgCBAyIAAgCBAyIAAgBRAHIAhBwAdqIgQgABBpIAQQEyAEIAAQByANIAAgCxAbIAhByA1qIgMgDRBpIAMQngEgASAAEGkgARCeASAAIAMQbSAAIAEQByANIAAgCxAbIAMgDRBtIAMQngEgASAAEG0gARCeASAAIAMQbSAAIAEQByANIAAgCxAbIAMgDRBtIAMQngEgASAAEG0gASAIEDIgACADEG0gACABEAcgDSAAIAsQGyADIA0QbSANIAMgCxAbIAMgDRBtIAEgABBtIAEgCBAyIAEgCBAyIAMgARAHIAEgABBtIAEQngEgACADEG0gACABEAcgACAEEAcgABCcASAIQeAfaiQAIAcgAEGIBhDRARpBACEAIwBBgAJrIgEkACABEGwCQCAHIAEQegR/IAdBgAFqIAFBgAFqEHoFQQALRQ0AIAdBgAJqEIcBRQ0AIAdBgARqEIcBIQALIAFBgAJqJABBACAADQAaQX8LIAJBkBVqJAAgDkEoahC0ASAOQSBqELQBIA5BGGoQtAEgDkEwaiQAC58BAgJ/BX4gAEEwaiICKQMAIAFBP3GtIgSGIQUgACkDKCIGQTogAWtBP3GtIgiHIQdBBiEBA38gAiAFIAeENwMAIAFBAU0EfyAAIAApAwAgBIZC//////////8DgzcDACAAKQMwQiSHpwUgAUEBayEBIAJBEGsiA0EIaiECIAYgBIZC//////////8DgyEHIAMpAwAiBiAIhyEFDAELCxoLiAECA34DfyMAQRBrIgUkAAN+IAZBOEYEfiAFQRBqJAAgAwUgBSAAIAZqIgcpAwAiAiACQj+HIAGsIgIgAkI/hxAvIAcgBSkDACIEIAN8IgJC//////////8DgzcDACACIARUrSAFQQhqKQMAIANCP4d8fEIGhiACQjqIhCEDIAZBCGohBgwBCwsLigECA38BfiMAQUBqIgIkACACQQhqIgEgABBdIAEQQiACQThqIQFBBiEDQdwCIQACQAJAA0AgA0EATgRAIAEpAwAiBEIAUg0CIAFBCGshASAAQTprIQAgA0EBayEDDAELC0EAIQAMAQsDQCAEUA0BIABBAWohACAEQgJ/IQQMAAsACyACQUBrJAAgAAuHAQEDfyMAQYACayIBJAAgABCwASABIAAQXiABQYABaiICQTgQ0AEaIAFBATYCuAEgAUHAAWpBOBDQARogAUH4AWpBATYCACABIABBgAFqIgMQmgEgARA2IAIgARCZASACIAMQmgEgAyABEJkBIAMgABCaASAAIAIQmQEgABCwASABQYACaiQAC30CBH4BfyABQT9xrSECQTogAWtBP3GtIQRBACEBIAApAwAiBSEDA38gAUEwRgR/IAAgACkDMCAChzcDMCAFQn8gAoZCf4WDpwUgACABaiIGIAMgAocgBkEIaikDACIDIASGQv//////////A4OENwMAIAFBCGohAQwBCwsaC2kBBH8jAEHAAWsiASQAIAEgABCQASABQUBrIgIgABCQASABQYABaiIDIABBQGsiBBCQASABIAQQdyACIAAQdyACEEIgBCACEEogAxBDIAAgAxB3IAEQQiAAEEIgACABEEogAUHAAWokAAuCAQIBfwF+IABB8AAQ0AEhAANAIAJBOEYEQAJAIAAgASkDMCIDQjqHNwM4IAAgA0L//////////wODNwMwIABBQGshAEEAIQIDQCACQTBGDQEgACACakIANwMAIAJBCGohAgwACwALBSAAIAJqIAEgAmopAwA3AwAgAkEIaiECDAELCwtuAQZ+IAAgA0L/////D4MiBSABQv////8PgyIGfiIHIAUgAUIgiCIIfiIJIAYgA0IgiCIGfnwiBUIghnwiCjcDACAAIAcgClatIAYgCH4gBSAJVK1CIIYgBUIgiIR8fCABIAR+IAIgA358fDcDCAtqAgF/BX4gASkDCCAAKQMAhSIGQgGGQgGHIQdBACACa6whCAN+IANBOEYEfiAFBSAAIANqIgIgAikDACIEIAaFIAEgA2opAwAgBIUgCIOFIgQgB4U3AwAgBCAFhSEFIANBCGohAwwBCwsaC18CAX8EfkIBIQNBMCECA38gAkF4RgR/IARCAYYgA3ynQQFrBSABIAJqKQMAIgUgACACaikDACIGfUI6hyADgyAEhCEEIAJBCGshAiAFIAaFQgF9QjqHIAODIQMMAQsLC2kBBH8jAEGAAmsiAiQAIAIgARBeIAJBgAFqIgMgARBeIAIQLSADIAIQESAAIAMQmAEgAEGAAmoiBCADEJgBIABBgARqIgUgAxCYASAEIAEQpgEgBSACEKYBIABBBTYCgAYgAkGAAmokAAtiAQJ/IwBBQGoiAiQAIAAQQiACIAAQkAECQCABBEAgACABEK4BDAELIAAQOgtBACEBA0AgA0UEQCAAEExBASABQQFqIAFBAUYiAxshAQwBCwsgACACEEogABAeIAJBQGskAAtnAQJ/IwBBQGoiAyQAAkAgASABQR91IgJqIAJzIgIgACgCOGxBgICAEE4EQCADIAIQOSAAIAMQSgwBCyAAIAIQKRogACAAKAI4IAJsNgI4CyABQQBIBEAgABBDIAAQQgsgA0FAayQAC2cAIABBAXYgAHIiAEECdiAAciIAQQR2IAByIgBBCHYgAHIiAEEQdiAAciIAIABBAXZB1arVqgVxayIAQQJ2QbPmzJkDcSAAQbPmzJkDcWoiAEEEdiAAakGPnrz4AHFBgYKECGxBGHYLYQEDfyMAQYABayIBJAAgASAAEJABIAFBQGsiAkE4ENABGiABQQE2AnggASAAQUBrIgMQdyABEEMgAiABEK4BIAIgAxB3IAMgARCuASADIAAQdyAAIAIQrgEgAUGAAWokAAtVAgJ/AX4jAEHwAGsiASQAIAFBwLLAABBJIAApAwAhAyABQThqIgIgABBdIABBARAsIAIgARBgIAIQQiACQQEQLCAAIAIgA0ICgacQMCABQfAAaiQAC5gBAQZ/IwBBwAFrIgMkACAAIAEQXiAAEC0gA0GIAWoiBkHop8AAEEkjAEFAaiIEJAAgA0EIaiICQTgQ0AEiBUEBNgI4IAVBQGtBOBDQASAFQfgAakEBNgIAIAQgBhCOASAFIAQQrgEQwQEgBEFAayQAIAIQqQEgAhB8IAIQqQEgACABEBEgACACEJoBIAAQtQEgA0HAAWokAAtZAQJ/IwBBQGoiAyQAIABBOBDQASIAQQE2AjgCQCABQQBOBEAgACABEJMBDAELIANBCGoiAkHAssAAEEkgAiABEJMBIAIQQiAAIAIQagsgABBUIANBQGskAAu9CAEKfyMAQYABayIHJAAgB0EIaiIDQcCywAAQSSADQQEQlAECQAJAA0AgAUEwRgRAIANBMGogAykDMEIBhzcDACADQThqIQEDQCACRQ0EIAFCADcDACACQQFrIQIgAUEIaiEBDAALAAsgAUE4Rg0BIAFBOEcEQCABIANqIAEgA2oiBEEIaikDAEI5hkL//////////wODIAQpAwBCAYeENwMAIAVBAWohBSABQQhqIQEMAQsLQQdBB0GEm8AAEDsACyAFQQdB9JrAABA7AAsgA0EBEJQBIANBARAsIAdBQGshBUEAIQIjAEGgCmsiASQAIAFBOBDQASIBQUBrQTgQ0AEhBiABQYABakE4ENABGiABQcABakE4ENABGiABQYACakE4ENABGiABQcACakE4ENABGiABQYADakE4ENABGiABQcADakE4ENABGiABQYAEakE4ENABGiABQcAEakE4ENABGiABQYAFakE4ENABGiABQcAFakE4ENABGiABQYAGakE4ENABGiABQcAGakE4ENABGiABQYAHakE4ENABGiABQcAHakE4ENABGiABQfgHakEBNgIAIAFBuAdqQQE2AgAgAUH4BmpBATYCACABQbgGakEBNgIAIAFB+AVqQQE2AgAgAUG4BWpBATYCACABQfgEakEBNgIAIAFBuARqQQE2AgAgAUH4A2pBATYCACABQbgDakEBNgIAIAFB+AJqQQE2AgAgAUG4AmpBATYCACABQfgBakEBNgIAIAFBuAFqQQE2AgAgAUH4AGpBATYCACABQQE2AjggAUGBCGpB5wAQ0AEaIAFB6AhqIgQgABCQASAEEEIgAUGoCWoiBCADEF0gBBBCIAQQKkEDaiIIQQJ2IgNBAWohCQJAA0AgAiAJRgRAIAEQygEgBiABQegIahCuASABQeAJakE4ENABGiABQQE2ApgKQYB5IQIMAgsgAUGoCWoiBCAEQQQQjwEiChCUASAEEEIgAkHnAEcEQCABQYEIaiACaiAKOgAAIAFBqAlqQQQQLCACQQFqIQIMAQsLQecAQecAQaC0wAAQOwALA0AgAgRAIAFB4AlqIgQgASACaiIGQcAHahCuASAGQYAIaiIGIAQQrgEgBiABQegIahBKIAJBQGshAgwBCwsCQAJAAkACQCAIQZwDSQRAIAFBgQhqIANqLAAAIgJBEE8NASAFIAEgAkEGdGoQkAEgA0EBayICQeYASyEEA0AgAkF/Rg0DIAUQTCAFEEwgBRBMIAUQTCAEDQQgAUGBCGogAmotAAAiA0EQSQRAIAUgASADQQZ0ahBKIAJBAWshAgwBCwsgA0EYdEEYdUEQQeC0wAAQOwALIANB5wBBsLTAABA7AAsgAkEQQcC0wAAQOwALIAUQHiABQaAKaiQADAELIAJB5wBB0LTAABA7AAsgACAFEK4BIAdBgAFqJAALbAEBfyMAQTBrIgMkACADIAE2AgQgAyAANgIAIANBHGpBAjYCACADQSxqQQE2AgAgA0ICNwIMIANB2LjAADYCCCADQQE2AiQgAyADQSBqNgIYIAMgAzYCKCADIANBBGo2AiAgA0EIaiACEGYAC2UBAn8gACAAKAIAIgJBCGoiAzYCACAAIAJBA3ZBPHFqQShqIgIgAUH/AXEgAigCAEEIdHI2AgACQAJAIANFBEAgAEEANgIAIAAgACgCBEEBajYCBAwBCyADQf8DcQ0BCyAAEA8LC1wAIABBOBDQASIAQQE2AjggAEFAa0E4ENABGiAAQfgAakEBNgIAIABBgAFqEFEgAEGAAmpBOBDQARogAEG4AmpBATYCACAAQcACakE4ENABGiAAQfgCakEBNgIAC1sBA38jAEGAAWsiASQAIAAQqQEgASAAEJABIAFBQGsiAiAAQUBrIgMQkAEgARBMIAIQTCABIAIQdyABQQAQMyAAIAEQSiABEEMgARBCIAMgARBKIAFBgAFqJAALYQEBfyMAQYACayIDJAAgABA9IAAgARCZASAAQYABaiIBIAIQmQEgAEGAAmoQtwEgABCpASADIAAQOCADQYABaiICIAEQXiACEC0gAiADEHpFBEAgABCbAQsgA0GAAmokAAtUAQF/IwBBIGsiAiQAIAIgACgCADYCBCACQRhqIAFBEGopAgA3AwAgAkEQaiABQQhqKQIANwMAIAIgASkCADcDCCACQQRqIAJBCGoQDCACQSBqJAALZwAjAEEwayIBJABBpLvAAC0AAARAIAFBHGpBATYCACABQgI3AgwgAUGQtsAANgIIIAFBATYCJCABIAA2AiwgASABQSBqNgIYIAEgAUEsajYCICABQQhqQbi2wAAQZgALIAFBMGokAAtiAgF+An8gACkDACEBA34gACACaiIDIAFC//////////8DgzcDACABQjqHIQEgAkEoRgR+IAAgACkDMCABfCIBNwMwIAFCJIcFIAJBCGohAiADQQhqKQMAIAF8IQEMAQsLGgt8AQV/IwBBQGoiAyQAIANBCGoiAkHAssAAEEkgAiAAKAI4QQFrEDUiBBAoA0AgAUE4RwRAIAAgAWoiBSABIAJqKQMAIAUpAwB9NwMAIAFBCGohAQwBCwsgAEEBIARBAWp0IgI2AjggAkH///8PSgRAIAAQHgsgA0FAayQAC3sBAn8gAEEoaiECA0AgAUGAAkYEQCAAQufMp9DW0Ouzu383AgggAEIANwIAIABBIGpCq7OP/JGjs/DbADcCACAAQRhqQv+kuYjFkdqCm383AgAgAEEQakLy5rvjo6f9p6V/NwIABSABIAJqQQA2AgAgAUEEaiEBDAELCwtUACAAQTgQ0AEiAEEBNgI4IABBQGtBOBDQARogAEH4AGpBATYCACAAQYABakE4ENABGiAAQbgBakEBNgIAIABBwAFqQTgQ0AEaIABB+AFqQQE2AgALWAECfyMAQUBqIgEkAAJAIAAQhgENACABQQEQOSAAQYABaiICIAEQWA0AIAJBABAzIAAgAhBKIAAQHiAAQUBrIgAgAhBKIAAQHiACIAEQrgELIAFBQGskAAtZAQJ/IwBBgAFrIgEkAAJAIAAQigENACABEFEgAEGAAmoiAiABEHoNACACED4gACACEBEgABC1ASAAQYABaiIAIAIQESAAELUBIAIgARCZAQsgAUGAAWokAAtbAgF+An8gACkDACEBA0AgACACaiIDIAFC//////////8DgzcDACABQjqHIQEgAkHgAEYEQCAAIAApA2ggAXw3A2gFIAJBCGohAiADQQhqKQMAIAF8IQEMAQsLC08BAX8gAEE4ENABGgJAA0AgAkEHRwRAIAJBB0YNAiAAIAEpAwA3AwAgAEEIaiEAIAFBCGohASACQQFqIQIMAQsLDwtBB0EHQeSawAAQOwALVAECfyMAQbABayICJAAgATQCOCAANAI4fkL///8PVQRAIAAQHgsgAkEIaiIDIAAgARAFIAJB+ABqIgEgAxBrIAAgARBqIABBAjYCOCACQbABaiQAC1EBAn8jAEFAaiIDJAAgAEE4ENABIgBBATYCOCAAQUBrQTgQ0AEgAEH4AGpBATYCACADIAEQjgEgACADEK4BIAMgAhCOASADEK4BIANBQGskAAvwDAIRfwh+IwBBsAFrIg8kACAANAI4IhIgEn5C////D1YEQCAAEB4LIwBB0AFrIgEkACAPQQhqIgZBCGpB0AAQ0AEaIAFBwAFqIAApAwAiFyAXQj+HIhYgFyAWEC8gBiABKQPAASISQv//////////A4M3AwAgAUHIAWopAwAiFUIGhiASQjqIhCETIBVCOoghGCAAQQhqIgwhDSAAIQlBASEKQQEhBwJAA0AgCkEERgRAIABBGGohCiAAQRBqIQkgAEEoaiEMIAApAzAhF0EHIQUgAUHIAGohCwNAIAVBC0kEQCABQUBrIAVBA3QiCCAAakEwaykDACISIBJCP4cgFyAXQj+HIhYQLyAFQQFqIg1BAXYhByALKQMAIRUgASkDQCESIAkhAiAMIQQgBUEFayIOIQMDQCADIAdJBEAgASACKQMAIhQgFEI/hyAEKQMAIhQgFEI/hxAvIAEpAwAiFCASfCISIBRUrSABQQhqKQMAIBV8fCEVIAJBCGohAiAEQQhrIQQgA0EBaiEDDAELCyAGIAhqIBJCAYYiFCATfCITQv//////////A4M3AwAgAUEwaiAAIA5BA3RqKQMAIhkgGUI/hyAXIBYQLyATIBRU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aikDADcDACACQQhqIQIMAQsLC4QJAg1/Cn4jAEFAaiILJAAgC0EIaiIJQcCywAAQSSMAQZACayICJAAgAEEwENABIQogAkHoAGpB8AAQ0AEaIAJB4AFqQTAQ0AEaIAoQcSACIAEiDCkDACIQQv3/8//P///5AX5C//////////8DgyISNwPYASACQdgAaiASQgAgCSkDACIXIBdCP4ciGBAvIBAgAikDWCIPfCITIA9UrSACQeAAaikDACAQQj+HfHwiEEI6hyABKQMIIg9CP4d8IA8gEEIGhiATQjqIhCITfCIQIBNUrXwhD0EBIQBCACETAkACQANAAkAgAEEHRgRAQQYhB0EAIQhBByEADAELIABBAXYiAUEBaiEGIAggAWshAyABQQN0IgFBCGohBCAHIAFrIQUgAkHIAGogCSAAQQN0Ig1qKQMAIhUgFUI/hyIWIBJCABAvIAJB0ABqKQMAIBAgECATfCIRVq0gDyAUfHx8IBEgAikDSHwiDyARVK18IRAgAEEBaiEBA0AgACAGTQRAIAJB2AFqIA1qIA9C/f/z/8////kBfkL//////////wODIhE3AwAgAkE4aiARQgAgFyAYEC8gAkEoaiARQgAgFSAWEC8gAkHoAGogAEEEdGoiACACQTBqKQMAIhE3AwggACACKQMoIhU3AwAgDyACKQM4IhZ8Ig8gFlStIAJBQGspAwAgEHx8IhBCOocgDCABQQN0aikDACIWQj+HfCAWIBBCBoYgD0I6iIQiD3wiECAPVK18IQ8gEyAVfCITIBVUrSARIBR8fCEUIAdBCGohByAIQQFqIQggASEADAMLIANBB08NAyACQRhqIAQgCWopAwAgBSAJaikDAH0iESARQj+HIAJB2AFqIg4gBWopAwAgBCAOaikDAH0iESARQj+HEC8gAikDGCIRIA98Ig8gEVStIAJBIGopAwAgEHx8IRAgBkEBaiEGIARBCGohBCAFQQhrIQUgA0EBayEDDAALAAsLA0ACQAJAIABBDUcEQCAHIABBAXYiBmshAyAIIAZBA3QiAWshBCABQQhqIQUgDyAUfCAQIBN8Ig8gEFStfCEQIABBAWohAQNAIAZBBUsNAyADQQdPDQIgAkEIaiAFIAlqKQMAIAQgCWpBMGopAwB9IhIgEkI/hyACIARqQYgCaikDACACQdgBaiAFaikDAH0iEiASQj+HEC8gAikDCCISIA98Ig8gElStIAJBEGopAwAgEHx8IRAgBkEBaiEGIARBCGshBCADQQFrIQMgBUEIaiEFDAALAAsgCiAQQv//////////A4M3AzAgAkGQAmokAAwECyADQQdBpJzAABA7AAsgAEEDdCAKakE4ayAPQv//////////A4M3AwAgEEI6hyAMIAFBA3RqKQMAIhJCP4d8IBIgEEIGhiAPQjqIhCIPfCIQIA9UrXwhDyAUIABBBHQgAmpBCGoiAEEIaikDAH0gEyAAKQMAIhJUrX0hFCAIQQhqIQggB0EBaiEHIBMgEn0hEyABIQAMAAsACyADQQdBlJzAABA7AAsgC0FAayQACy4BAX8jAEGAAWsiASQAIAAQRSABEFEgACABEJkBIABBgAFqELYBIAFBgAFqJAALMwAgACABEJYBIABBgAJqIAFBgAJqEJYBIABBgARqIAFBgARqEJYBIAAgASgCgAY2AoAGCygAIAAgASACEHIgAEFAayABQUBrIAIQciAAQYABaiABQYABaiACEHILLQAgACABIAIQjQEgAEGAAWogAUGAAWogAhCNASAAQYACaiABQYACaiACEI0BCycBAn8jAEFAaiICJAAgAkEIaiIDIAEQvgEgACADEI4BIAJBQGskAAsiAQF/A0AgAUE4RwRAIAAgAWpCADcDACABQQhqIQEMAQsLCyUAIAAgASACEDAgAEEAIAJrIAAoAjgiACABKAI4c3EgAHM2AjgLJwAgACAAKAIEQQFxIAFyQQJyNgIEIAAgAWoiACAAKAIEQQFyNgIECyMAA0AgAgRAIAAgAS0AABA8IAJBAWshAiABQQFqIQEMAQsLCywAIAAQiwEgACABEJYBIABBgAJqIAIQlgEgAEGABGogAxCWASAAQQU2AoAGCyMBAX8jAEFAaiIBJAAgASAAEJABIAEQHiABEFcgAUFAayQACykAIAAgARBgIAAgACgCOCABKAI4aiIBNgI4IAFB////D0oEQCAAEB4LCyUAIAAgARCuASAAQUBrIAFBQGsQrgEgAEGAAWogAUGAAWoQrgELKAEBfyMAQYACayICJAAgAiABEIwBIAIQKyAAIAIQlwEgAkGAAmokAAscAQF/IAAgARBYBH8gAEFAayABQUBrEFgFQQALCycBAX8jAEGAAWsiAiQAIAIg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DCELDQALCyAMpyICQeMASwRAIABBAmsiACAGQQlqaiAMpyICIAJB//8DcUHkAG4iAkHkAGxrQf//A3FBAXRB6LjAAGovAAA7AAALAkAgAkEKTwRAIABBAmsiACAGQQlqaiACQQF0Qei4wABqLwAAOwAADAELIABBAWsiACAGQQlqaiACQTBqOgAACwJ/IAZBCWogAGohCEErQYCAxAAgASgCACIDQQFxIgIbIQQgAkEnIABrIglqIQJBlLjAAEEAIANBBHEbIQUCQAJAIAEoAghFBEBBASEAIAEgBCAFEFINAQwCCwJAAkACQAJAIAIgAUEMaigCACIDSQRAIAEtAABBCHENBEEAIQAgAyACayICIQNBASABLQAgIgcgB0EDRhtBA3FBAWsOAgECAwtBASEAIAEgBCAFEFINBAwFC0EAIQMgAiEADAELIAJBAXYhACACQQFqQQF2IQMLIABBAWohACABQRxqKAIAIQcgASgCBCECIAEoAhghCgJAA0AgAEEBayIARQ0BIAogAiAHKAIQEQQARQ0AC0EBDAQLQQEhACACQYCAxABGDQEgASAEIAUQUg0BIAEoAhggCCAJIAEoAhwoAgwRBQANASABKAIcIQQgASgCGCEBQQAhAAJ/A0AgAyAAIANGDQEaIABBAWohACABIAIgBCgCEBEEAEUNAAsgAEEBawsgA0khAAwBCyABKAIEIQcgAUEwNgIEIAEtACAhCkEBIQAgAUEBOgAgIAEgBCAFEFINAEEAIQAgAyACayICIQMCQAJAAkBBASABLQAgIgQgBEEDRhtBA3FBAWsOAgABAgtBACEDIAIhAAwBCyACQQF2IQAgAkEBakEBdiEDCyAAQQFqIQAgAUEcaigCACECIAEoAgQhBCABKAIYIQUCQANAIABBAWsiAEUNASAFIAQgAigCEBEEAEUNAAtBAQwDC0EBIQAgBEGAgMQARg0AIAEoAhggCCAJIAEoAhwoAgwRBQANACABKAIcIQAgASgCGCEFQQAhAgJAA0AgAiADRg0BIAJBAWohAiAFIAQgACgCEBEEAEUNAAtBASEAIAJBAWsgA0kNAQsgASAKOgAgIAEgBzYCBEEADAILIAAMAQsgASgCGCAIIAkgAUEcaigCACgCDBEFAAsgBkEwaiQACwsAIAAQNiAAELABCysCAX8BfkIBIQIDQCAAIAFq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AAANAEHgs8AAC8EHYXR0ZW1wdCB0byBkaXZpZGUgYnkgemVybwAAAAAAAABhdHRlbXB0IHRvIGRpdmlkZSB3aXRoIG92ZXJmbG93ALAZEAASAAAADAIAAA0AAACwGRAAEgAAABgCAAAmAAAAsBkQABIAAAAYAgAAIwAAALAZEAASAAAAHgIAABcAAACwGRAAEgAAAB4CAAAUAAAAqqr//////gHu//9UrP//AupBYg9rDyoBw5z9ShTOEwJLd2TXrEtDAu3pxpKm+V8Cox4RoAEAAAADAAAABAAAAAQAAAAEAAAABQAAAAYAAABjYWxsZWQgYE9wdGlvbjo6dW53cmFwKClgIG9uIGEgYE5vbmVgIHZhbHVlbWVtb3J5IGFsbG9jYXRpb24gb2YgIGJ5dGVzIGZhaWxlZAoAAOsaEAAVAAAAABsQAA4AAABsaWJyYXJ5L3N0ZC9zcmMvYWxsb2MucnMgGxAAGAAAAEkBAAAJAAAAbGlicmFyeS9zdGQvc3JjL3Bhbmlja2luZy5yc0gbEAAcAAAARgIAAB8AAABIGxAAHAAAAEcCAAAeAAAABwAAAAwAAAAEAAAACAAAAAMAAAAIAAAABAAAAAkAAAAKAAAAEAAAAAQAAAALAAAADAAAAAMAAAAIAAAABAAAAA0AAAAOAAAAbGlicmFyeS9hbGxvYy9zcmMvcmF3X3ZlYy5yc2NhcGFjaXR5IG92ZXJmbG93AAAA6BsQABEAAADMGxAAHAAAAAUCAAAFAAAAEAAAAAAAAAABAAAAEQAAAGluZGV4IG91dCBvZiBib3VuZHM6IHRoZSBsZW4gaXMgIGJ1dCB0aGUgaW5kZXggaXMgAAAkHBAAIAAAAEQcEAASAAAAMDAwMTAyMDMwNDA1MDYwNzA4MDkxMDExMTIxMzE0MTUxNjE3MTgxOTIwMjEyMjIzMjQyNTI2MjcyODI5MzAzMTMyMzMzNDM1MzYzNzM4Mzk0MDQxNDI0MzQ0NDU0NjQ3NDg0OTUwNTE1MjUzNTQ1NTU2NTc1ODU5NjA2MTYyNjM2NDY1NjY2NzY4Njk3MDcxNzI3Mzc0NzU3Njc3Nzg3OTgwODE4MjgzODQ4NTg2ODc4ODg5OTA5MTkyOTM5NDk1OTY5Nzk4OTkgb3V0IG9mIHJhbmdlIGZvciBzbGljZSBvZiBsZW5ndGggbGlicmFyeS9jb3JlL3NyYy9zbGljZS9pbmRleC5yc3JhbmdlIGVuZCBpbmRleCAAAABxHRAAEAAAADAdEAAiAAAAUh0QAB8AAABJAAAABQB7CXByb2R1Y2VycwIIbGFuZ3VhZ2UBBFJ1c3QADHByb2Nlc3NlZC1ieQMFcnVzdGMdMS42MS4wIChmZTViMTNkNjggMjAyMi0wNS0xOCkGd2FscnVzBjAuMTkuMAx3YXNtLWJpbmRnZW4SMC4yLjgxICgwNjJhYTVmNzAp"});var v2=ce(la=>{"use strict";var HO=la&&la.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),jO=la&&la.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),YO=la&&la.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&HO(e,t,r);return jO(e,t),e};Object.defineProperty(la,"__esModule",{value:!0});la.bls_verify=la.bls_init=void 0;var JO=YO(C2()),$O=w2(),Xo,KO=JO.decode($O.wasmBytesBase64);function VO(){return Xo.bls_init()}la.bls_init=VO;var aE=null;function WO(){return(aE===null||aE.buffer!==Xo.memory.buffer)&&(aE=new Uint8Array(Xo.memory.buffer)),aE}function Zy(t,e){let r=e(t.length*1);return WO().set(t,r/1),[r,t.length]}function zO(t,e,r){let[i,n]=Zy(t,Xo.__wbindgen_malloc),[s,a]=Zy(e,Xo.__wbindgen_malloc),[A,c]=Zy(r,Xo.__wbindgen_malloc);return Xo.bls_verify(i,n,s,a,A,c)}la.bls_verify=zO;async function XO(t,e){if(typeof Response=="function"&&t instanceof Response){let r=await t.arrayBuffer();return await WebAssembly.instantiate(r,e)}else{let r=await WebAssembly.instantiate(t,e);return r instanceof WebAssembly.Instance?{instance:r,module:t}:r}}async function b2(){let t={},{instance:e,module:r}=await XO(KO,t);return Xo=e.exports,b2.__wbindgen_wasm_module=r,Xo}la.default=b2});var tQ=ce(Ss=>{"use strict";var ZO=Ss&&Ss.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),eq=Ss&&Ss.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),tq=Ss&&Ss.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&ZO(e,t,r);return eq(e,t),e};Object.defineProperty(Ss,"__esModule",{value:!0});Ss.blsVerify=Ss.verify=void 0;var eQ=tq(v2());async function rq(t,e,r){if(!Ss.verify){if(await(0,eQ.default)(),(0,eQ.bls_init)()!==0)throw new Error("Cannot initialize BLS");Ss.verify=(i,n,s)=>(0,eQ.bls_verify)(n,s,i)===0}return(0,Ss.verify)(t,e,r)}Ss.blsVerify=rq});var nQ=ce(_n=>{"use strict";var iq=_n&&_n.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),nq=_n&&_n.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),S2=_n&&_n.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&iq(e,t,r);return nq(e,t),e};Object.defineProperty(_n,"__esModule",{value:!0});_n.lookup_path=_n.reconstruct=_n.Certificate=_n.hashTreeToString=_n.CertificateVerificationError=void 0;var x2=S2(Z0()),sq=Kh(),AE=ug(),io=eo(),_2=La(),aq=S2(tQ()),mf=class extends sq.AgentError{constructor(e){super(`Invalid certificate: ${e}`)}};_n.CertificateVerificationError=mf;function oE(t){let e=i=>i.split(`
21
+ `);return If.decode(await c.arrayBuffer())}async syncTime(e){let r=await Promise.resolve().then(()=>I_(Yy())),i=Date.now();try{e||console.log("Syncing time with the IC. No canisterId provided, so falling back to ryjl3-tyaaa-aaaaa-aaaba-cai");let s=(await r.request({canisterId:e??jc.Principal.from("ryjl3-tyaaa-aaaaa-aaaba-cai"),agent:this,paths:["time"]})).get("time");s&&(this._timeDiffMsecs=Number(s)-Number(i))}catch(n){console.error("Caught exception while attempting to sync time:",n)}}async status(){let e=this._credentials?{Authorization:"Basic "+btoa(this._credentials)}:{},r=await this._requestAndRetry(()=>this._fetch(""+new URL("/api/v2/status",this._host),Object.assign({headers:e},this._fetchOptions)));return If.decode(await r.arrayBuffer())}async fetchRootKey(){return this._rootKeyFetched||(this.rootKey=(await this.status()).root_key,this._rootKeyFetched=!0),this.rootKey}invalidateIdentity(){this._identity=null}replaceIdentity(e){this._identity=Promise.resolve(e)}_transform(e){let r=Promise.resolve(e);for(let i of this._pipeline)r=r.then(n=>i(n).then(s=>s||n));return r}};En.HttpAgent=$g});var y_=ce(zo=>{"use strict";Object.defineProperty(zo,"__esModule",{value:!0});zo.ProxyAgent=zo.ProxyStubAgent=zo.ProxyMessageKind=void 0;var MO=La(),zi;(function(t){t.Error="err",t.GetPrincipal="gp",t.GetPrincipalResponse="gpr",t.Query="q",t.QueryResponse="qr",t.Call="c",t.CallResponse="cr",t.ReadState="rs",t.ReadStateResponse="rsr",t.Status="s",t.StatusResponse="sr"})(zi=zo.ProxyMessageKind||(zo.ProxyMessageKind={}));var Jy=class{constructor(e,r){this._frontend=e,this._agent=r}onmessage(e){switch(e.type){case zi.GetPrincipal:this._agent.getPrincipal().then(r=>{this._frontend({id:e.id,type:zi.GetPrincipalResponse,response:r.toText()})});break;case zi.Query:this._agent.query(...e.args).then(r=>{this._frontend({id:e.id,type:zi.QueryResponse,response:r})});break;case zi.Call:this._agent.call(...e.args).then(r=>{this._frontend({id:e.id,type:zi.CallResponse,response:r})});break;case zi.ReadState:this._agent.readState(...e.args).then(r=>{this._frontend({id:e.id,type:zi.ReadStateResponse,response:r})});break;case zi.Status:this._agent.status().then(r=>{this._frontend({id:e.id,type:zi.StatusResponse,response:r})});break;default:throw new Error(`Invalid message received: ${JSON.stringify(e)}`)}}};zo.ProxyStubAgent=Jy;var $y=class{constructor(e){this._backend=e,this._nextId=0,this._pendingCalls=new Map,this.rootKey=null}onmessage(e){let r=e.id,i=this._pendingCalls.get(r);if(!i)throw new Error("A proxy get the same message twice...");this._pendingCalls.delete(r);let[n,s]=i;switch(e.type){case zi.Error:return s(e.error);case zi.GetPrincipalResponse:case zi.CallResponse:case zi.QueryResponse:case zi.ReadStateResponse:case zi.StatusResponse:return n(e.response);default:throw new Error(`Invalid message being sent to ProxyAgent: ${JSON.stringify(e)}`)}}async getPrincipal(){return this._sendAndWait({id:this._nextId++,type:zi.GetPrincipal}).then(e=>{if(typeof e!="string")throw new Error("Invalid principal received.");return MO.Principal.fromText(e)})}readState(e,r){return this._sendAndWait({id:this._nextId++,type:zi.ReadState,args:[e.toString(),r]})}call(e,r){return this._sendAndWait({id:this._nextId++,type:zi.Call,args:[e.toString(),r]})}status(){return this._sendAndWait({id:this._nextId++,type:zi.Status})}query(e,r){return this._sendAndWait({id:this._nextId++,type:zi.Query,args:[e.toString(),r]})}async _sendAndWait(e){return new Promise((r,i)=>{this._pendingCalls.set(e.id,[r,i]),this._backend(e)})}async fetchRootKey(){let e=(await this.status()).root_key;return this.rootKey=e,e}};zo.ProxyAgent=$y});var iE=ce(CA=>{"use strict";var UO=CA&&CA.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Ky=CA&&CA.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&UO(e,t,r)};Object.defineProperty(CA,"__esModule",{value:!0});CA.getDefaultAgent=void 0;Ky(X1(),CA);Ky(m_(),CA);Ky(y_(),CA);function GO(){let t=typeof window>"u"?typeof global>"u"?typeof self>"u"?void 0:self.ic.agent:global.ic.agent:window.ic.agent;if(!t)throw new Error("No Agent could be found.");return t}CA.getDefaultAgent=GO});var Q_=ce(Vy=>{"use strict";Object.defineProperty(Vy,"__esModule",{value:!0});Vy.default=({IDL:t})=>{let e=t.Principal,r=t.Record({controllers:t.Vec(t.Principal),freezing_threshold:t.Nat,memory_allocation:t.Nat,compute_allocation:t.Nat}),i=t.Record({controllers:t.Opt(t.Vec(t.Principal)),freezing_threshold:t.Opt(t.Nat),memory_allocation:t.Opt(t.Nat),compute_allocation:t.Opt(t.Nat)}),n=t.Vec(t.Nat8);return t.Service({canister_status:t.Func([t.Record({canister_id:e})],[t.Record({status:t.Variant({stopped:t.Null,stopping:t.Null,running:t.Null}),memory_size:t.Nat,cycles:t.Nat,settings:r,module_hash:t.Opt(t.Vec(t.Nat8))})],[]),create_canister:t.Func([t.Record({settings:t.Opt(i)})],[t.Record({canister_id:e})],[]),delete_canister:t.Func([t.Record({canister_id:e})],[],[]),deposit_cycles:t.Func([t.Record({canister_id:e})],[],[]),install_code:t.Func([t.Record({arg:t.Vec(t.Nat8),wasm_module:n,mode:t.Variant({reinstall:t.Null,upgrade:t.Null,install:t.Null}),canister_id:e})],[],[]),provisional_create_canister_with_cycles:t.Func([t.Record({settings:t.Opt(i),amount:t.Opt(t.Nat)})],[t.Record({canister_id:e})],[]),provisional_top_up_canister:t.Func([t.Record({canister_id:e,amount:t.Nat})],[],[]),raw_rand:t.Func([],[t.Vec(t.Nat8)],[]),start_canister:t.Func([t.Record({canister_id:e})],[],[]),stop_canister:t.Func([t.Record({canister_id:e})],[],[]),uninstall_code:t.Func([t.Record({canister_id:e})],[],[]),update_settings:t.Func([t.Record({canister_id:t.Principal,settings:i})],[],[])})}});var zy=ce(Bf=>{"use strict";var OO=Bf&&Bf.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Bf,"__esModule",{value:!0});Bf.getManagementCanister=void 0;var qO=nE(),Wy=La(),LO=OO(Q_());function PO(t){function e(r,i,n){let s=i[0],a=Wy.Principal.fromHex("");return s&&typeof s=="object"&&s.canister_id&&(a=Wy.Principal.from(s.canister_id)),{effectiveCanisterId:a}}return qO.Actor.createActor(LO.default,Object.assign(Object.assign(Object.assign({},t),{canisterId:Wy.Principal.fromHex("")}),{callTransform:e,queryTransform:e}))}Bf.getManagementCanister=PO});var C_=ce(Xy=>{(function(){"use strict";for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",e=new Uint8Array(256),r=0;r<t.length;r++)e[t.charCodeAt(r)]=r;Xy.encode=function(i){var n=new Uint8Array(i),s,a=n.length,A="";for(s=0;s<a;s+=3)A+=t[n[s]>>2],A+=t[(n[s]&3)<<4|n[s+1]>>4],A+=t[(n[s+1]&15)<<2|n[s+2]>>6],A+=t[n[s+2]&63];return a%3===2?A=A.substring(0,A.length-1)+"=":a%3===1&&(A=A.substring(0,A.length-2)+"=="),A},Xy.decode=function(i){var n=i.length*.75,s=i.length,a,A=0,c,l,g,C;i[i.length-1]==="="&&(n--,i[i.length-2]==="="&&n--);var B=new ArrayBuffer(n),I=new Uint8Array(B);for(a=0;a<s;a+=4)c=e[i.charCodeAt(a)],l=e[i.charCodeAt(a+1)],g=e[i.charCodeAt(a+2)],C=e[i.charCodeAt(a+3)],I[A++]=c<<2|l>>4,I[A++]=(l&15)<<4|g>>2,I[A++]=(g&3)<<6|C&63;return B}})()});var w_=ce(sE=>{"use strict";Object.defineProperty(sE,"__esModule",{value:!0});sE.wasmBytesBase64=void 0;sE.wasmBytesBase64="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akE4ENABGiACQbgDakEBNgIAIAJBwANqQTgQ0AEaIAJB+ANqQQE2AgAgAkGABGpBOBDQARogAkEBNgK4BCACQcAEakE4ENABGiACQfgEakEBNgIAIAJBgAVqQTgQ0AEaIAJBuAVqQQE2AgAgAkHABWpBOBDQARogAkH4BWpBATYCACACQYAGakE4ENABGiACQQE2ArgGIAJBwAZqQTgQ0AEaIAJB+AZqQQE2AgAgAkGAB2pBOBDQARogAkG4B2pBATYCACACQcAHakE4ENABGiACQfgHakEBNgIAIAIgARAYAkAgASgCgAZBBEYNACAAKAKABkEERg0AIAJBgARqIgMgAEGAAmoQlgEgAyABQYACahAYDAYLIAJBwAxqIgdBOBDQARogAkEBNgL4DCACQYANakE4ENABGiACQbgNakEBNgIAIAJBgAhqIgRBOBDQARogAkEBNgK4CCACQcAIakE4ENABGiACQfgIakEBNgIAIAJBgApqIgMgAEGAA2oiBRBeIAQgAxCZASADIAFBgANqIgYQXiAEIAMQESAHELYBIAEoAoAGQQRHDQMMBAsgACABEAMMBgsgAkHADGoiAyABQYAFahBeIAJBgAxqIgQgA0HAABDRARogAkGABmogBBCnAQsgAkGABmoQZCACQYAIaiIDIAIQlgEgAxArIAJBgAJqIgQgAxCXASAGIAQQlgEgAkGABGoiByADEJYBIAMgABCWASADIAUQlwEgAxCwASACQYAKaiIEIAEQlgEgBCABQYAEahCXASAEELABIAMgBBAYIAcgAxCXASADIAUQlgECQCABKAKABkECRwRAIAJBwAxqIgMgAUGABWoQXiACQYAIaiADEKYBDAELIAJBwAxqIgMgAUGABWoQXiACQYAMaiIBIANBwAAQ0QEaIAJBgAhqIAEQpwELIAJBgAhqIgEQZCACQYAKaiIDIAEQlgEgAxArIAUgAkGABGoQlgEgBSADEJcBIAJBgAZqIgQgAxCXASABEGQgBiABEJcBIAQQsAEgBBBkIAAgAhCWASAAIAQQlwEMAwsgAkGACmoiAyAFEF4gAkHADGoiBCADEJkBIAMgAUGAAmoQXiAEIAMQEQsgACgCgAZBBEcEQCACQYAKaiIDIABBgAJqEF4gAkHADGoiBCADEJkBIAMgBhBeIAQgAxARCyACQYAEaiIDIAJBwAxqIAJBgAhqEKUBIAMQZAsgAkGACGoiAyAAEIwBIAJBgApqIgQgARCMASADIABBgAJqIgUQlwEgAxCwASAEIAFBgAJqIggQlwEgBBCwASACQYACaiIJIAMQlgEgCSAEEBggAyAFEJYBIAMgAEGABGoiBhCXASADELABIAQgCBCWASAEIAFBgARqIggQlwEgBBCwASACQYAGaiIHIAMQlgEgByAEEBggAyACEJYBIAMQKyAEIAJBgARqIgoQlgEgBBArIAkgAxCXASAFIAkQlgEgBSAEEJcBIAcgBBCXASAKIAMQlwEgAyAAEJYBIAMgBhCXASADELABIAQgARCWASAEIAgQlwEgBBCwASADIAQQGCAKIAMQlwEgAyAGEJYBIAMgCBAYIAQgAxCWASAEECsgBiAKEJYBIAYgBBCXASAHIAQQlwEgAxBkIAUgAxCXASAHELABIAcQZCAAIAIQlgEgACAHEJcBCyAAQQU2AoAGIAAQnQELIAJBwA1qJAALqAsBEX8jAEGAC2siAiQAIAJBCGoQZyACQcgBaiIKQTgQ0AEaIAJBATYCgAIgAkGIAmoiD0E4ENABGiACQQE2AsACIAJByAJqIhBBOBDQARogAkEBNgKAAyACQYgDaiIJQTgQ0AEaIAJBATYCwAMgAkHIA2oiDkE4ENABGiACQQE2AoAEIAJBiARqIhFBARA5IAJByARqIgtBOBDQARogAkEBNgKABSACQYgFaiIEQTgQ0AEaIAJBATYCwAUgAkHIBWoiBSABEJABIAJBiAZqIgNBOBDQARogAkEBNgLABiACQcgGaiIGQTgQ0AEaIAJBATYCgAcgAkGIB2oiDEE4ENABGiACQQE2AsAHIAJByAdqIghBOBDQARogAkEBNgKACCAFEFYhEiACQcgJaiINQZCCwAAQSSACQYgKaiIHIA0QjgEgCiAHEK4BIA1ByILAABBJIAcgDRCOASAPIAcQrgEgBRBMIAVBCxA0IAMgBRCuASADIBEQdyADEEIgAyAFEEogBCAKEK4BIAQgAxBKIAMgERB3IAJBiAZqEEIgAyAPEEogAxBDIAJBiAZqEEIgCSADEK4BIA4gBRCuASAOIAkQSiAIIAkQrgEgCBBMIAYgBBCuASAGEEwgAyAKEK4BIAMgBhBKIAggAxB3IAgQQiAIIAkQSiAGIAQQSiADIA8QrgEgAyAGEEogCCADEHcgAkHIB2oQQiADIAgQrgEgAyAEEEogAyAMEFohCiAEIAMQrgEgBCAMEDMgBCAIEEogCSAEEEogDiAEEEogBSABEEogBiAEEK4BIAYQTCAEIAYQrgEgBCAFEEogBSADEK4BIAVBCxA0IA1BgIPAABBJIAcgDRCOASAQIAcQrgEgECAMEEogCSAOQQEgCmsiARByIAYgBCABEHIgAyAFIAEQciAMIBAgARByIAcgAyAMECMgCyAHEK4BIAsgBhBKIAsQViEBIAMgCxCuASADEEMgAkGIBmoQQiALIAMgASAScxByIAdBuIPAABBJIAJBiAhqIAcQjgFBOCEBA0AgAUGgBUZFBEAgAkGICGoiAyACQYgDahBKIAJByAlqIgQgAUG4g8AAahBJIAFBOGohASACQYgKaiIFIAQQjgEgAkGIBmoiBCAFEK4BIAMgBBB3IAMQQgwBCwsgAkHICGoiASACQYgDahCQASACQcgJaiIDQdiIwAAQSSACQYgKaiIEIAMQjgEgAkGIBmoiAyAEEK4BIAEgAxB3IAEQQkEAIQEDQCABQfgDRkUEQCACQcgIaiIDIAJBiANqEEogAkHICWoiBCABQZCJwABqEEkgAUE4aiEBIAJBiApqIgUgBBCOASACQYgGaiIEIAUQrgEgAyAEEHcgAxBCDAELCyACQYgKaiIBQYiNwAAQSSACQYgJaiABEI4BQQAhAQNAIAFByAZGRQRAIAJBiAlqIgMgAkGIA2oQSiACQcgJaiIEIAFBwI3AAGoQSSABQThqIQEgAkGICmoiBSAEEI4BIAJBiAZqIgQgBRCuASADIAQQdyADEEIMAQsLIAJByAlqIgEgAkGIA2oQkAEgAkHICmoiA0GIlMAAEEkgAkGICmoiBCADEI4BIAJBiAZqIgMgBBCuASABIAMQdyABEEJBACEBA0AgAUGQBkYEQCACQYgJaiIDIAJByARqEEogAkGIBmoiASACQYgIahCuASABIAJByAlqIgQQSiACQQhqIgUgARCuASABIAMQrgEgASACQcgIaiIDEEogAkHIAGogARCuASABIAMQrgEgASAEEEogAkGIAWogARCuASAAIAVBwAEQ0QEaIAJBgAtqJAAFIAJByAlqIgMgAkGIA2oQSiACQcgKaiIEIAFBwJTAAGoQSSABQThqIQEgAkGICmoiBSAEEI4BIAJBiAZqIgQgBRCuASADIAQQdyADEEIMAQsLC/oGAQx/IwBBgAlrIgMkACADQYAIaiICIAAQXiADIAIQXiACIABBgAFqIgoQXiADQYABaiIEIAIQXiACIAEQXiADIAIQESACIAFBgAFqIgsQXiAEIAIQEQJAIAEoAoAGIgJBAkYgACgCgAYiBEECRnJFBEAgA0GACGoiAiAAQYAFahBeIANBgAJqIgQgAhBeIAIgAUGABWoQXiAEIAIQEQwBCyACQQJGIARBAkZxRQRAIAJBAkYEQCADQYAIaiICIABBgAVqEF4gA0GAAmoiBCACEF4gAiABQYAFahBeIANBgAdqIgUgAkHAABDRARogBCAFEKoBDAILIANBgAhqIgIgAUGABWoQXiADQYACaiIEIAIQXiACIABBgAVqEF4gA0GAB2oiBSACQcAAENEBGiAEIAUQqgEMAQsgA0GACGoiAiAAQYAFahBeIANBgAdqIgQgAkHAABDRARogA0GABmoiBSAEEJABIAIgAUGABWoQXiAEIAJBwAAQ0QEaIAUgBBBKIANBgAJqQTgQ0AEiAkEBNgI4IAJBQGtBOBDQASACQfgAakEBNgIAIAIgBRCuARDBAQsgA0GACGoiAiAAEF4gA0GAA2oiBCACEF4gAiABEF4gA0GABGoiBSACEF4gAiAKEF4gBCACEJoBIAQQqQEgAiALEF4gBSACEJoBIAUQqQEgA0GABWoiByAEEF4gByAFEBEgA0GABmoiBiADEF4gBiADQYABaiIIEJoBIAYQNiAHIAYQmgEgAiAAEF4gBCACEJkBIAIgAEGABWoiDBBeIAQgAhCaASAEEKkBIAIgARBeIAUgAhCZASACIAFBgAVqIg0QXiAFIAIQmgEgBRCpASADQYAHaiIJIAQQXiAJIAUQESAGIAMQmQEgBiADQYACaiIBEJoBIAYQNiAJIAYQmgEgAiAKEF4gBCACEJkBIAIgDBBeIAQgAhCaASAEEKkBIAIgCxBeIAUgAhCZASACIA0QXiAFIAIQmgEgBRCpASACIAQQXiACIAUQESAGIAgQmQEgBiABEJoBIAYQNiACIAYQmgEgCBB8IAMgCBCaASAAIAMgBxClASABEHwgARCpASAAQYACaiIEQYABaiABEJkBIAQQtgEgAhCpASACEHwgAEGABGoiASACIAkQpQEgABCwASABELABIABBBDYCgAYgA0GACWokAAuHBwEFfyAAENUBIgAgABDLASICENIBIQECQAJAAkAgABDMAQ0AIAAoAgAhAwJAIAAQxAFFBEAgAiADaiECIAAgAxDTASIAQfS+wAAoAgBHDQEgASgCBEEDcUEDRw0CQey+wAAgAjYCACAAIAIgARCDAQ8LIAIgA2pBEGohAAwCCyADQYACTwRAIAAQFwwBCyAAQQxqKAIAIgQgAEEIaigCACIFRwRAIAUgBDYCDCAEIAU2AggMAQtB3LvAAEHcu8AAKAIAQX4gA0EDdndxNgIACwJAIAEQvAEEQCAAIAIgARCDAQwBCwJAAkACQEH4vsAAKAIAIAFHBEAgAUH0vsAAKAIARw0BQfS+wAAgADYCAEHsvsAAQey+wAAoAgAgAmoiATYCACAAIAEQoAEPC0H4vsAAIAA2AgBB8L7AAEHwvsAAKAIAIAJqIgE2AgAgACABQQFyNgIEIABB9L7AACgCAEYNAQwCCyABEMsBIgMgAmohAgJAIANBgAJPBEAgARAXDAELIAFBDGooAgAiBCABQQhqKAIAIgFHBEAgASAENgIMIAQgATYCCAwBC0Hcu8AAQdy7wAAoAgBBfiADQQN2d3E2AgALIAAgAhCgASAAQfS+wAAoAgBHDQJB7L7AACACNgIADAMLQey+wABBADYCAEH0vsAAQQA2AgALQZS/wAAoAgAgAU8NAUGAgHxBCEEIEKMBQRRBCBCjAWpBEEEIEKMBamtBd3FBA2siAEEAQRBBCBCjAUECdGsiASAAIAFJG0UNAUH4vsAAKAIARQ0BQQhBCBCjASEAQRRBCBCjASEBQRBBCBCjASECQQACQEHwvsAAKAIAIgQgAiABIABBCGtqaiICTQ0AQfi+wAAoAgAhAUGEv8AAIQACQANAIAEgACgCAE8EQCAAEMYBIAFLDQILIAAoAggiAA0AC0EAIQALIAAQzQENACAAQQxqKAIAGgwAC0EAEBlrRw0BQfC+wAAoAgBBlL/AACgCAE0NAUGUv8AAQX82AgAPCyACQYACSQ0BIAAgAhAWQZy/wABBnL/AACgCAEEBayIANgIAIAANABAZGg8LDwsgAkEDdiIDQQN0QeS7wABqIQECf0Hcu8AAKAIAIgJBASADdCIDcQRAIAEoAggMAQtB3LvAACACIANyNgIAIAELIQMgASAANgIIIAMgADYCDCAAIAE2AgwgACADNgIIC4kHAgV+EH8jAEGQAmsiCSQAIABB6AAQ0AEhEiAJQTBqIgBB4AEQ0AEaA0AgCEE4RgRAIAFBCGohFCACQQhqIRUgAiENIAEhE0EBIQsgCSkDMCIDIQYgCUE4aikDACIEIQcFIAlBIGogAiAIaikDACIDIANCP4cgASAIaikDACIDIANCP4cQLyAAIAlBKGopAwA3AwggACAJKQMgNwMAIABBEGohACAIQQhqIQgMAQsLA0AgEiAQQQN0aiADQv//////////A4M3AwAgBEIGhiADQjqIhCEDIARCOochBAJAAkACQCALQQdGBEBBByEKQQAhDkEGIQsMAQsgECALQQF2IgBrIQwgDSAAQQN0IhFrIRYgEyARayEXIAQgCUEwaiALQQR0aiIKQQhqKQMAIAd8IAopAwAiBCAGfCIGIARUrXwiB3wgAyAGfCIDIAZUrXwhBCALQQFqIQ9BMCEIIBQhCiAVIQ4DQCAAIAtPDQMgCCARRg0CIAxBB0kEQCAJQRBqIAggFmpBMGspAwAgDiARaikDAH0iBSAFQj+HIAogEWopAwAgCCAXakEwaykDAH0iBSAFQj+HEC8gCSkDECIFIAN8IgMgBVStIAlBGGopAwAgBHx8IQQgAEEBaiEAIAxBAWshDCAKQQhqIQogDkEIaiEOIAhBCGshCAwBCwsgDEEHQdSbwAAQOwALA0ACQCAKQQ1HBEAgCyAKQQF2Ig1rIQwgDiANQQN0IgBrIQggAEEIaiEAIAQgByAKQQR0IAlqQUBqIg9BCGopAwB9IAYgDykDACIEVK19Igd8IAYgBH0iBiADfCIDIAZUrXwhBCAKQQFqIQ8DQCANQQVLDQIgDEEGTQRAIAkgAiAIakEwaikDACAAIAJqKQMAfSIFIAVCP4cgACABaikDACABIAhqQTBqKQMAfSIFIAVCP4cQLyAJKQMAIgUgA3wiAyAFVK0gCUEIaikDACAEfHwhBCANQQFqIQ0gCEEIayEIIAxBAWshDCAAQQhqIQAMAQsLIAxBB0Hkm8AAEDsACyASIAM3A2ggCUGQAmokAA8LIBIgCkEDdGogA0L//////////wODNwMAIARCBoYgA0I6iIQhAyAOQQhqIQ4gC0EBaiELIARCOochBCAPIQoMAAsAC0EHQQdBxJvAABA7AAsgDUEIaiENIBNBCGohEyAQQQFqIRAgDyELDAALAAuqAwEBfyMAQdAGayIGJAAgBkHAABDQASIGQUBrQagCENABEEQDQCABBEAgBkFAa0EAEDwgAUEBayEBDAEFIAIEQCAGQUBrIAIgAxB0CwsLIAQEQCAGQUBrIAQgBRB0CyAGQZAGaiIDQgA3AAAgA0EYakIANwAAIANBEGpCADcAACADQQhqQgA3AAAgBkFAayIBKAIEIQQgASgCACEFQYABIQIDQCABIAIQPEEAIQIgASgCAEH/A3FBwANHDQALIAFB5ABqIAU2AgAgAUHgAGogBDYCACABEA9BACEEA0AgAkEgRgRAIAEQRAUgAiADaiABIAJBfHFqQQhqKAIAIARBf3NBGHF2OgAAIARBCGohBCACQQFqIQIMAQsLQQAhAQNAIAFBIEcEQCABIAZqIAZBkAZqIAFqLQAAOgAAIAFBAWohAQwBCwtBACEBAkACQANAAkAgAUEgRg0DIAFBwABGDQAgAUHAAEYNAiAAIAFqIAEgBmotAAA6AAAgAUEBaiEBDAELC0HAAEHAAEH8qsAAEDsAC0HAAEHAAEGMq8AAEDsACyAGQdAGaiQAC74EAQl/IwBBgAxrIgIkACACIAAQjAEgAkGAAmoiCUE4ENABGiACQQE2ArgCIAJBwAJqQTgQ0AEaIAJB+AJqQQE2AgAgAkGAA2pBOBDQARogAkG4A2pBATYCACACQcADakE4ENABGiACQfgDakEBNgIAIAJBgARqIgYgAEGAAmoiBxCMASACQYAGaiIFQTgQ0AEaIAJBATYCuAYgAkHABmpBOBDQARogAkH4BmpBATYCACACQYAHakE4ENABGiACQbgHakEBNgIAIAJBwAdqQTgQ0AEaIAJB+AdqQQE2AgAgAkGACGoiAyAAEIwBIAJBgApqIgQgARCMASACIAEQGCAGIAFBgAJqIggQGCADIAcQlwEgBCAIEJcBIAMQsAEgBBCwASAJIAMQlgEgCSAEEBggAyAHEJYBIAMgAEGABGoiChCXASAEIAgQlgEgBCABQYAEaiIIEJcBIAMQsAEgBBCwASAFIAMQlgEgBSAEEBggAyACEJYBIAMQKyAEIAYQlgEgBBArIAkgAxCXASAHIAkQlgEgByAEEJcBIAUgBBCXASAGIAMQlwEgAyAAEJYBIAMgChCXASADELABIAQgARCWASAEIAgQlwEgBBCwASADIAQQGCAGIAMQlwEgAyAKEJYBIAMgCBAYIAQgAxCWASAEECsgCiAGEJYBIAogBBCXASAFIAQQlwEgAxBkIAcgAxCXASAFELABIAUQZCAAIAIQlgEgACAFEJcBIABBBTYCgAYgABCdASACQYAMaiQAC4oEAQp/IwBBgAhrIgIkACACIAAQXiACIAEQESACQYABaiIHIABBgAFqIgkQXiAHIAFBgAFqIgQQESACQYACaiIGIABBgAJqIgoQXiAGIAFBgAJqIgsQESACQYADaiIIIAAQXiAIIAkQmgEgCBCpASACQYAEaiIFIAEQXiAFIAQQmgEgBRCpASAIIAUQESAFIAIQmQEgBSAHEJoBIAggBRB7IAgQqQEgBSAJEJkBIAUgChCaASAFEKkBIAJBgAVqIgMgBBBeIAMgCxCaASADEKkBIAUgAxARIAMgBxCZASADIAYQmgEgBSADEHsgBRCpASADIAAQmQEgAyAKEJoBIAMQqQEgAkGABmoiBCABEF4gBCALEJoBIAQQqQEgAyAEEBEgBCACEJkBIAQgBhCaASAEIAMQvwEgBBCpASADIAIQmQEgAyACEJoBIAIgAxCaASACEKkBIAZBDBCrASAGEHwgBhCpASACQYAHaiIBIAcQXiABIAYQmgEgARCpASAHIAYQeyAHEKkBIARBDBCrASAEEHwgBBCpASADIAQQmQEgAyAFEBEgBiAIEJkBIAYgBxARIAMgBhC/ASAEIAIQESAHIAEQESAEIAcQmgEgAiAIEBEgASAFEBEgASACEJoBIAAgAxCZASAAEKkBIAkgBBCZASAJEKkBIAogARCZASAKEKkBIAJBgAhqJAAL8gMBCn8jAEGABGsiAiQAIAIgABCQASACIAEQSiACQUBrIgYgAEFAayIJEJABIAYgAUFAayIEEEogAkGAAWoiByAAQYABaiIKEJABIAcgAUGAAWoiCxBKIAJBwAFqIgggABCQASAIIAkQdyAIEEIgAkGAAmoiBSABEJABIAUgBBB3IAUQQiAIIAUQSiAFIAIQrgEgBSAGEHcgCCAFEH4gAkHAAWoQQiAFIAkQrgEgBSAKEHcgAkGAAmoQQiACQcACaiIDIAQQkAEgAyALEHcgAxBCIAUgAxBKIAMgBhCuASADIAcQdyAFIAMQfiACQYACahBCIAMgABCuASADIAoQdyACQcACahBCIAJBgANqIgQgARCQASAEIAsQdyAEEEIgAyAEEEogBCACEK4BIAQgBxB3IAQgAxDCASACQYADahBCIAMgAhCuASADIAIQdyACIAMQdyACEEIgB0EMEDQgAkHAA2oiASAGEJABIAEgBxB3IAEQQiAGIAcQfiAGEEIgBEEMEDQgAyAEEK4BIAMgBRBKIAcgCBCuASAHIAYQSiADIAcQwgEgBCACEEogBiABEEogBCAGEHcgAiAIEEogASAFEEogASACEHcgACADEK4BIAAQQiAJIAQQrgEgCRBCIAogARCuASAKEEIgAkGABGokAAu/BQEJfyMAQYALayIHJAAgB0E4ENABIgVBATYCOCAFQUBrQTgQ0AEaIAVB+ABqQQE2AgAgBUGAAWpBOBDQARogBUG4AWpBATYCACAFQcABakE4ENABGiAFQfgBakEBNgIAIAVBgAJqIg1BOBDQARogBUEBNgK4AiAFQcACakE4ENABGiAFQfgCakEBNgIAIAVBgANqQTgQ0AEaIAVBuANqQQE2AgAgBUHAA2pBOBDQARogBUH4A2pBATYCACAFQYAEaiILQTgQ0AEaIAVBATYCuAQgBUHABGpBOBDQARogBUH4BGpBATYCACAFQYAFakE4ENABGiAFQbgFakEBNgIAIAVBwAVqQTgQ0AEaIAVB+AVqQQE2AgAgBUGABmoiCEE4ENABGiAFQQE2ArgGIAVBwAZqQTgQ0AEaIAVB+AZqQQE2AgAgBUGAB2oiCUE4ENABGiAFQQE2ArgHIAVBwAdqQTgQ0AEaIAVB+AdqQQE2AgAgBUGACGoiB0E4ENABGiAFQQE2ArgIIAVBwAhqQTgQ0AEaIAVB+AhqQQE2AgAjAEGAAmsiCiQAIApBgAFqIgYgARBeIAggBhCZASAGIAFBgAFqEF4gByAGEJkBIAYgAUGAAmoiDBBeIAogBhBeIAYgDBBeIAkgBhCZASAGIAJBgAFqIgwQXiAKIAYQESAGIAIQXiAJIAYQESAIIAkQeyAIEKkBIAcgChB7IAcQqQEgCiAIEJkBIAgQfCAIEKkBIAYgDBBeIAogBhARIAkgBxCZASAGIAIQXiAJIAYQESAJIAoQeyAJEKkBIAcQNiAHEKkBIAEgAhAIIApBgAJqJAAgByADEKoBIAggBBCqASAFQYAJaiIBIAggCRCVASAFIAEQlgEgASAHEKEBIAsgARCWASALEGQgACAFIA0gCxB1IABBAzYCgAYgBUGAC2okAAuJBQEIfyMAQYALayIFJAAgBUE4ENABIgRBATYCOCAEQUBrQTgQ0AEaIARB+ABqQQE2AgAgBEGAAWpBOBDQARogBEG4AWpBATYCACAEQcABakE4ENABGiAEQfgBakEBNgIAIARBgAJqIgtBOBDQARogBEEBNgK4AiAEQcACakE4ENABGiAEQfgCakEBNgIAIARBgANqQTgQ0AEaIARBuANqQQE2AgAgBEHAA2pBOBDQARogBEH4A2pBATYCACAEQYAEaiIKQTgQ0AEaIARBATYCuAQgBEHABGpBOBDQARogBEH4BGpBATYCACAEQYAFakE4ENABGiAEQbgFakEBNgIAIARBwAVqQTgQ0AEaIARB+AVqQQE2AgAgBEGABmoiBkE4ENABGiAEQQE2ArgGIARBwAZqQTgQ0AEaIARB+AZqQQE2AgAgBEGAB2oiBUE4ENABGiAEQQE2ArgHIARBwAdqQTgQ0AEaIARB+AdqQQE2AgAgBEGACGoiCEE4ENABGiAEQQE2ArgIIARBwAhqQTgQ0AEaIARB+AhqQQE2AgAjAEGAAmsiByQAIAdBgAFqIgkgARBeIAggCRCZASAJIAFBgAFqEF4gByAJEF4gCSABQYACahBeIAUgCRCZASAGIAcQmQEgBiAFEBEgCBAtIAcQLSAFEC0gBhC4ASAGEDYgBhCpASAGEHwgBhCpASAFQQwQqwEgCEEDEKsBIAUQfCAFEKkBIAUgBxB7IAUQqQEgARASIAdBgAJqJAAgCCACEKoBIAYgAxCqASAEQYAJaiIBIAYgBRCVASAEIAEQlgEgASAIEKEBIAogARCWASAKEGQgACAEIAsgChB1IABBAzYCgAYgBEGAC2okAAuBBQELfyMAQTBrIgIkACACQSRqQai1wAA2AgAgAkEDOgAoIAJCgICAgIAENwMIIAIgADYCICACQQA2AhggAkEANgIQAkACQAJAIAEoAggiCkUEQCABQRRqKAIAIgRFDQEgASgCACEDIAEoAhAhACAEQQFrQf////8BcUEBaiIHIQUDQCADQQRqKAIAIgQEQCACKAIgIAMoAgAgBCACKAIkKAIMEQUADQQLIAAoAgAgAkEIaiAAQQRqKAIAEQQADQMgAEEIaiEAIANBCGohAyAFQQFrIgUNAAsMAQsgAUEMaigCACIARQ0AIABBBXQhCyAAQQFrQf///z9xQQFqIQcgASgCACEDA0AgA0EEaigCACIABEAgAigCICADKAIAIAAgAigCJCgCDBEFAA0DCyACIAUgCmoiBEEcai0AADoAKCACIARBBGopAgBCIIk3AwggBEEYaigCACEGIAEoAhAhCEEAIQlBACEAAkACQAJAIARBFGooAgBBAWsOAgACAQsgBkEDdCAIaiIMKAIEQQ9HDQEgDCgCACgCACEGC0EBIQALIAIgBjYCFCACIAA2AhAgBEEQaigCACEAAkACQAJAIARBDGooAgBBAWsOAgACAQsgAEEDdCAIaiIGKAIEQQ9HDQEgBigCACgCACEAC0EBIQkLIAIgADYCHCACIAk2AhggCCAEKAIAQQN0aiIAKAIAIAJBCGogACgCBBEEAA0CIANBCGohAyALIAVBIGoiBUcNAAsLQQAhACAHIAEoAgRJIgNFDQEgAigCICABKAIAIAdBA3RqQQAgAxsiASgCACABKAIEIAIoAiQoAgwRBQBFDQELQQEhAAsgAkEwaiQAIAAL1wQBBH8gACABENIBIQICQAJAAkAgABDMAQ0AIAAoAgAhAwJAIAAQxAFFBEAgASADaiEBIAAgAxDTASIAQfS+wAAoAgBHDQEgAigCBEEDcUEDRw0CQey+wAAgATYCACAAIAEgAhCDAQ8LIAEgA2pBEGohAAwCCyADQYACTwRAIAAQFwwBCyAAQQxqKAIAIgQgAEEIaigCACIFRwRAIAUgBDYCDCAEIAU2AggMAQtB3LvAAEHcu8AAKAIAQX4gA0EDdndxNgIACyACELwBBEAgACABIAIQgwEMAgsCQEH4vsAAKAIAIAJHBEAgAkH0vsAAKAIARw0BQfS+wAAgADYCAEHsvsAAQey+wAAoAgAgAWoiATYCACAAIAEQoAEPC0H4vsAAIAA2AgBB8L7AAEHwvsAAKAIAIAFqIgE2AgAgACABQQFyNgIEIABB9L7AACgCAEcNAUHsvsAAQQA2AgBB9L7AAEEANgIADwsgAhDLASIDIAFqIQECQCADQYACTwRAIAIQFwwBCyACQQxqKAIAIgQgAkEIaigCACICRwRAIAIgBDYCDCAEIAI2AggMAQtB3LvAAEHcu8AAKAIAQX4gA0EDdndxNgIACyAAIAEQoAEgAEH0vsAAKAIARw0BQey+wAAgATYCAAsPCyABQYACTwRAIAAgARAWDwsgAUEDdiICQQN0QeS7wABqIQECf0Hcu8AAKAIAIgNBASACdCICcQRAIAEoAggMAQtB3LvAACACIANyNgIAIAELIQIgASAANgIIIAIgADYCDCAAIAE2AgwgACACNgIIC+UDAQN/IwBB0CJrIgMkACADQcAWaiIEQcitwAAQSSADQcgcaiIFQYCuwAAQSSADQQhqIAQgBRBLIANBiAFqQTgQ0AEaIANBwAFqQTgQ0AEaIANB+AFqED0CQCACEIYBBEAgABBVDAELIANB+ARqIgQQPSAEIAEQfSAEEEcgA0H4B2oiARBnIAEgAhB4IAEQRiADQcgcaiICIAEQkAEgA0G4CWogAhCQASACIANBuAhqEJABIANB+AlqIAIQkAEgA0G4CmoiARA9IANBuA1qEFUgASAEEH0gA0HAE2oiARA9IAEgBBB9IAEQogEgA0HAAWogA0GIAWoQUEECayECA0AgAkEBakEBTQRAIANBuA1qIgEQngEgACABQYgGENEBGgUgA0G4DWoQGiADQcAWaiADQbgKaiADQbgJaiADQfgJahALAkACQAJAIANBwAFqIAIQUyADQYgBaiACEFNrQQFqDgMBAgACCyADQcgcaiIBIANBuApqIANB+ARqIANBuAlqIANB+AlqEAogA0HAFmogARADDAELIANByBxqIgEgA0G4CmogA0HAE2ogA0G4CWogA0H4CWoQCiADQcAWaiABEAMLIAJBAWshAiADQbgNaiADQcAWahABDAELCwsgA0HQImokAAvBAwEVfwNAIANBwAFGBEACQCAAQShqIQsgAEEUaigCACIMIQggAEEQaigCACINIQIgAEEMaigCACIOIQEgACgCCCIPIQMgAEEYaigCACIQIQogAEEcaigCACIRIQQgAEEgaigCACISIQcgAEEkaigCACITIQYDQCAHIQkgBCEHIAohBCAFQYACRg0BIAEgAnEhFCABIAJzIRUgBSALaigCACAFQcCiwABqKAIAIAkgBEF/c3EgBCAHcXIgBmogBEEadyAEQRV3cyAEQQd3c2pqaiIGIAhqIQogBUEEaiEFIAIhCCABIQIgAyIBQR53IAFBE3dzIAFBCndzIBQgASAVcXNqIAZqIQMgCSEGDAALAAsFIAAgA2oiAkHoAGogAkEoaigCACACQcwAaigCACACQeAAaigCACIBQQ93IAFBDXdzIAFBCnZzamogAkEsaigCACIBQRl3IAFBDndzIAFBA3ZzajYCACADQQRqIQMMAQsLIAAgBiATajYCJCAAIAkgEmo2AiAgACAHIBFqNgIcIAAgBCAQajYCGCAAIAggDGo2AhQgACACIA1qNgIQIAAgASAOajYCDCAAIAMgD2o2AggL5AEBAn8jAEGAA2siAyQAIAMQPSAAIAEgAkEfdSIEIAJzIARBf3NqQQJtIgJBAWtBH3YQbyAAIAFBgANqIAJBAXNBAWtBH3YQbyAAIAFBgAZqIAJBAnNBAWtBH3YQbyAAIAFBgAlqIAJBA3NBAWtBH3YQbyAAIAFBgAxqIAJBBHNBAWtBH3YQbyAAIAFBgA9qIAJBBXNBAWtBH3YQbyAAIAFBgBJqIAJBBnNBAWtBH3YQbyAAIAFBgBVqIAJBB3NBAWtBH3YQbyADIAAQfSADEKIBIAAgAyAEQQFxEG8gA0GAA2okAAvlAwEIfyMAQZAGayICJAAgAEFAayEIAkAgAUH4AGooAgAgASgCOGqsIABB+ABqKAIAIgcgACgCOCIEaqx+Qv///w9XDQAgBEEBSgR/IAAQHiAAKAJ4BSAHC0EBTA0AIAgQHgsgAkHYpMAAEEkgAkE4aiIHQfAAENABGiACIQNBACECA0AgAkE4RgRAAkAgB0E4aiEEQQAhAgNAIAJBOEYNASACIARqIAIgA2opAwA3AwAgAkEIaiECDAALAAsFIAIgB2pCADcDACACQQhqIQIMAQsLIANBqAFqIgYgABBdIANB4AFqIgUgARBdIANBmAJqIgIgACABEAUgA0GIA2oiBCAIIAFBQGsiARAFIAYgCBBgIAYQQiAFIAEQYCAFEEIgA0H4A2oiCSAGIAUQBUEAIQEgA0HoBGoiBkHwABDQASEFA0AgAUHwAEcEQCABIAVqIAEgAmopAwA3AwAgAUEIaiEBDAELCyAGIAQQYkEAIQEDQCABQfAARwRAIAEgBGoiBSABIAdqKQMAIAUpAwB9NwMAIAFBCGohAQwBCwsgAiAEEGIgAhBIIAkgBhBjIAkQSCADQdgFaiIBIAIQayAAIAEQaiAAQQM2AjggASAJEGsgCCABEGogAEECNgJ4IANBkAZqJAALowIBCH8jAEGABmsiAiQAIAIgAEGAAWoiBxBeIAJBgAFqIgQgBxBeIAQQLSACQYACaiIFIAIQXiAFIABBgAJqIgMQESACQYADaiIBIAMQXiABEC0gAyAEEJkBIAMgBBCaASADEKkBIAMQuAEgAxC4ASADEKkBIAFBDBCrASABEHwgARCpASACQYAEaiIIIAEQXiAIIAMQESACQYAFaiIGIAQQXiAGIAEQmgEgBhCpASADIAUQESAFIAEQmQEgBSABEJoBIAEgBRCaASABEKkBIAQgARB7IAQQqQEgBiAEEBEgBiAIEJoBIAUgABCZASAFIAIQESAAIAQQmQEgABCpASAAIAUQESAAELgBIAAQqQEgByAGEJkBIAcQqQEgAkGABmokAAu8AgEGfyMAQYAIayIBJAAgASAAEIwBIAFBgAJqIgMgAEGABGoiBRCMASABQYAEaiIEIABBgAJqIgYQjAEgAUGABmoiAkE4ENABGiABQQE2ArgGIAFBwAZqQTgQ0AEaIAFB+AZqQQE2AgAgAUGAB2pBOBDQARogAUG4B2pBATYCACABQcAHakE4ENABGiABQfgHakEBNgIAIAAQISACIAAQlgEgAiAAEJcBIAAgAhCXASAAELABIAEQyQEgARCzASAAIAEQlwEgAxAhIAMQZCACIAMQlgEgAiADEJcBIAMgAhCXASADELABIAQQISACIAQQlgEgAiAEEJcBIAQgAhCXASAEELABIAYQsgEgBhCzASAFEMkBIAUQswEgBiADEJcBIAUgBBCXASAAQQU2AoAGIAAQnAEgAUGACGokAAv/AQEHfyMAQcACayIBJAAgASAAQUBrIgYQkAEgARBMIAFBQGsiAyAGEJABIAMgAEGAAWoiAhBKIAFBgAFqIgQgAhCQASAEEEwgAiABEK4BIAIgARB3IAIQQiACEIIBIAIQggEgAhBCIARBDBA0IAFBwAFqIgcgBBCQASAHIAIQSiABQYACaiIFIAEQkAEgBSAEEHcgBRBCIAIgAxBKIAMgBBCuASADIAQQdyAEIAMQdyABIAQQfiABEEIgBSABEEogBSAHEHcgAyAAEK4BIAMgBhBKIAAgARCuASAAEEIgACADEEogABCCASAAEEIgBiAFEK4BIAYQQiABQcACaiQAC84CAgd/An4CQAJAAkBBDSABQTpuIgJrIgRBDU0EQEEMIAJrIgNBDk8NASAAIAAgA0EDdGopAwBBOiABIAJBOmxrIgNrrSIKhyAAIARBA3RqKQMAIAOtIgmGhDcDaCAEQQ1rIQUgAEHgAGohBCACQQFqIQZBACACQQN0ayEHQQshAwNAAkAgA0ECaiAGTQRAIAFBrAZPDQEgACACQQN0aiAAKQMAIAmGQv//////////A4M3AwADQCACRQ0HIABCADcDACACQQFrIQIgAEEIaiEADAALAAsgAyAFakEOTw0EIAQgBCAHaiIIQQhrKQMAIAqHIAgpAwAgCYZC//////////8Dg4Q3AwAgA0EBayEDIARBCGshBAwBCwsgAkEOQYCywAAQOwALIARBDkHQscAAEDsACyADQQ5B4LHAABA7AAtBf0EOQfCxwAAQOwALC6cCAQR/IABCADcCECAAAn9BACABQYACSQ0AGkEfIAFB////B0sNABogAUEGIAFBCHZnIgNrdkEBcSADQQF0a0E+agsiBDYCHCAEQQJ0Qey9wABqIQMgACECAkACQAJAAkBB4LvAACgCACIAQQEgBHQiBXEEQCADKAIAIQMgBBCfASEAIAMQywEgAUcNASADIQAMAgtB4LvAACAAIAVyNgIAIAMgAjYCAAwDCyABIAB0IQQDQCADIARBHXZBBHFqQRBqIgUoAgAiAEUNAiAEQQF0IQQgACIDEMsBIAFHDQALCyAAKAIIIgEgAjYCDCAAIAI2AgggAiAANgIMIAIgATYCCCACQQA2AhgPCyAFIAI2AgALIAIgAzYCGCACIAI2AgggAiACNgIMC7YCAQV/IAAoAhghBAJAAkAgACAAKAIMRgRAIABBFEEQIABBFGoiASgCACIDG2ooAgAiAg0BQQAhAQwCCyAAKAIIIgIgACgCDCIBNgIMIAEgAjYCCAwBCyABIABBEGogAxshAwNAIAMhBSACIgFBFGoiAygCACICRQRAIAFBEGohAyABKAIQIQILIAINAAsgBUEANgIACwJAIARFDQACQCAAIAAoAhxBAnRB7L3AAGoiAigCAEcEQCAEQRBBFCAEKAIQIABGG2ogATYCACABDQEMAgsgAiABNgIAIAENAEHgu8AAQeC7wAAoAgBBfiAAKAIcd3E2AgAPCyABIAQ2AhggACgCECICBEAgASACNgIQIAIgATYCGAsgAEEUaigCACIARQ0AIAFBFGogADYCACAAIAE2AhgLC+UBAQZ/IwBBgARrIgIkACACIAAQXiACQYABaiIFIABBgAFqIgYQXiACQYACaiIDQTgQ0AEaIAJBATYCuAIgAkHAAmpBOBDQARogAkH4AmpBATYCACACQYADaiIEIAYQXiACIAEQESAFIAFBgAFqIgcQESADIAcQmQEgAyABEJoBIAQgABCaASADEKkBIAQQqQEgBCADEBEgAyACEJkBIAMQNiAEIAMQmgEgBBCpASADIAUQmQEgAxA2IAYgBBCZASAGIAMQmgEgBRB8IAAgBRCZASAAIAIQmgEgABCwASACQYAEaiQAC28BDH9BjL/AACgCACICRQRAQZy/wABB/x82AgBBAA8LQYS/wAAhBgNAIAIiASgCCCECIAEoAgQhAyABKAIAIQQgAUEMaigCABogASEGIAVBAWohBSACDQALQZy/wAAgBUH/HyAFQf8fSxs2AgBBAAuAAgEGfyMAQYAIayIBJAAgACgCgAZBAUcEQCABIAAQjAEgAUGAAmoiAiAAQYACaiIEEIwBIAFBgARqIgUgAEGABGoiAxCMASABQYAGaiIGIAAQjAEgARAhIAIgAxAYIAIQswEgAhCwASAFECEgBiAEEBggBhCzASADIAAQlwEgAyAEEJcBIAMQsAEgAxAhIAAgARCWASABIAIQlwEgARCwASABIAUQlwEgASAGEJcBIAEQsAEgARArIAIQZCAFEGQgACACEJcBIAQgBRCWASAEIAYQlwEgAyABEJcBIABBBEEFIAAoAoAGQX5xQQJGGzYCgAYgABCdAQsgAUGACGokAAuZAgEBfyMAQYANayIDJAAgAyABEGkgAxCdASADQYgGaiIBIAIQXSABEEIgA0HABmoiAiABEF0gAkEDECkaIAIQQiADQfgGaiADEGkCQCACEFdFBEAgA0HABmoQKkECayECA0AgAkEBakEBTQRAIANB+AZqIgEQnAEMAwUgA0H4BmoQEwJAAkACQCADQcAGaiACEFMgA0GIBmogAhBTa0EBag4DAQIAAgsgA0H4BmogAxAHDAELIAMQngEgA0H4BmogAxAHIAMQngELIAJBAWshAgwBCwALAAsgA0H4BmoiARC3ASABQYABahC2ASABQYACahCxASABQYAEahCxASABQQE2AoAGCyAAIAFBiAYQ0QEaIANBgA1qJAALhgICBH8BfiMAQTBrIgIkACABQQRqIQQgASgCBEUEQCABKAIAIQMgAkEQaiIFQQA2AgAgAkIBNwMIIAIgAkEIajYCFCACQShqIANBEGopAgA3AwAgAkEgaiADQQhqKQIANwMAIAIgAykCADcDGCACQRRqIAJBGGoQDBogBEEIaiAFKAIANgIAIAQgAikDCDcCAAsgAkEgaiIDIARBCGooAgA2AgAgAUEMakEANgIAIAQpAgAhBiABQgE3AgQgAiAGNwMYQQxBBBC5ASIBRQRAQQxBBBDPAQALIAEgAikDGDcCACABQQhqIAMoAgA2AgAgAEGEt8AANgIEIAAgATYCACACQTBqJAAL5AEBAn8jAEHAAWsiAyQAIAMQZyAAIAEgAkEfdSIEIAJzIARBf3NqQQJtIgJBAWtBH3YQbiAAIAFBwAFqIAJBAXNBAWtBH3YQbiAAIAFBgANqIAJBAnNBAWtBH3YQbiAAIAFBwARqIAJBA3NBAWtBH3YQbiAAIAFBgAZqIAJBBHNBAWtBH3YQbiAAIAFBwAdqIAJBBXNBAWtBH3YQbiAAIAFBgAlqIAJBBnNBAWtBH3YQbiAAIAFBwApqIAJBB3NBAWtBH3YQbiADIAAQeCADEKQBIAAgAyAEQQFxEG4gA0HAAWokAAvDAwIGfwN+IwBB8ABrIgEkACABQcCywAAQSSABQThqIAEQXSAAEEICQAJAAkAgAQJ/IAAoAjgiAkEQTARAIAJBAWsQNQwBCyABKQMwIghCAXwiByAIVA0BIAApAzAiCEKAgICAgICAgIB/USAHQn9RcQ0CIAFBOGoiAiAIIAd/pxApIQcgASABKQNoIAdCOoZ8NwNoIAAgAhBhIAAQQkECCyIEECgDQCAERQ0DQQAhAyABIAEpAwgiCEI5hkKAgICAgICAgAKDIAEpAwBCAYeEIgc3AwAgACkDACAHfSEHIABBCGohBSAAIAFBOGoiAkEBA38gAiADaiAHQv//////////A4M3AwAgB0I6hyEHIANBKEYEfyABIAEpAzBCAYciCDcDMCACIAApAzAgCH0gB3wiBzcDMCAHQj+IpwUgASADaiIGQQhqIAhCAYcgBkEQaikDACIIQjmGQoCAgICAgICAAoOEIgk3AwAgAyAFaikDACAHfCAJfSEHIANBCGohAwwBCwtrEDAgBEEBayEEDAALAAtB4LPAAEEZQcSzwAAQWQALQYC0wABBH0HEs8AAEFkACyAAQQE2AjggAUHwAGokAAvuAQECfyMAQbABayIDJAAgA0EwENABIQMCQAJAA0AgAkEwRgRAIANBMGogAxBwIAFBMGohAUEAIQIDQCACQTBGDQMgAkEwRg0EIAIgA2ogASACai0AADoAACACQQFqIQIMAAsACyACQeAARwRAIAIgA2ogASACai0AADoAACACQQFqIQIMAQsLQeAAQeAAQYCmwAAQOwALIANB8ABqIgEgAxBwIABBOBDQASIAQQE2AjggAEFAa0E4ENABIABB+ABqQQE2AgAgACABEK4BIANBMGoQrgEgA0GwAWokAA8LIAJBMGpB4ABBkKbAABA7AAuPAgEDfyMAQSBrIgUkAEEBIQZB2LvAAEHYu8AAKAIAIgdBAWo2AgACQEGgv8AALQAABEBBpL/AACgCAEEBaiEGDAELQaC/wABBAToAAAtBpL/AACAGNgIAAkACQCAHQQBIIAZBAktyDQAgBSAEOgAYIAUgAzYCFCAFIAI2AhBBzLvAACgCACICQQBIDQBBzLvAACACQQFqIgI2AgBBzLvAAEHUu8AAKAIAIgMEf0HQu8AAKAIAIAUgACABKAIQEQAAIAUgBSkDADcDCCAFQQhqIAMoAhQRAABBzLvAACgCAAUgAgtBAWs2AgAgBkEBSw0AIAQNAQsACyMAQRBrIgIkACACIAE2AgwgAiAANgIIAAucAQEEfyMAQYADayICJAAgAiAAEF4gAkGAAWoiASAAQYABaiIEEF4gAkGAAmoiAyAAEF4gAyAEEBEgAiAEEJoBIAEQfCABIAAQmgEgAhCpASABEKkBIAAgAhCZASAAIAEQESABIAMQmQEgARB8IAEgAxCaASABEKkBIAEQNiAAIAEQmgEgAxC4ASAEIAMQmQEgABCwASACQYADaiQAC7kBAQJ/IwBBIGsiAyQAAkAgASABIAJqIgFLDQAgAEEEaigCACICQQF0IgQgASABIARJGyIBQQggAUEISxshAQJAIAIEQCADQRhqQQE2AgAgAyACNgIUIAMgACgCADYCEAwBCyADQQA2AhALIAMgASADQRBqECYgAygCAARAIANBCGooAgAiAEUNASADKAIEIAAQzwEACyADKAIEIQIgAEEEaiABNgIAIAAgAjYCACADQSBqJAAPCxBlAAusAQECfyMAQYADayIDJAAgA0EIaiABEJABAkAgAgRAIANBCGogAhCuAQwBCyADQQhqEDoLIANByABqIgJB8LTAABBJIANBgAFqIAIQjgEgA0HAAWoiAiADQQhqIgQQkAEgAhBMIAIgARBKIAAgARCQASAAIAQQSiADQYACaiACEJABIAAQViEBIANBwAJqIgIgABCQASACEEMgAhBCIAAgAiABEHIgA0GAA2okAAueAQEFfyMAQYABayICJAAgAkE4ENABIgJBATYCOCACQUBrIgNBOBDQARogAkEBNgJ4IAIgABCuASACIAFBgAFqIgUQSiADIAEQrgEgAyAAQYABaiIGEEoCQCACIAMQWEUNACACIABBQGsQrgEgAiAFEEogAkFAayIAIAFBQGsQrgEgACAGEEogAiAAEFhFDQBBASEECyACQYABaiQAIAQLpwEBA38jAEEwayICJAAgAUEEaiEDIAEoAgRFBEAgASgCACEBIAJBEGoiBEEANgIAIAJCATcDCCACIAJBCGo2AhQgAkEoaiABQRBqKQIANwMAIAJBIGogAUEIaikCADcDACACIAEpAgA3AxggAkEUaiACQRhqEAwaIANBCGogBCgCADYCACADIAIpAwg3AgALIABBhLfAADYCBCAAIAM2AgAgAkEwaiQAC5UBAQJ/AkACQAJAAkACfwJAAkACf0EBIgMgAUEASA0AGiACKAIAIgRFDQEgAigCBCICDQQgAQ0CQQEMAwshA0EAIQEMBgsgAQ0AQQEMAQsgAUEBELkBCyICRQ0BDAILIAQgARCsASICDQELIAAgATYCBEEBIQEMAQsgACACNgIEQQAhAwsgACADNgIAIABBCGogATYCAAvvMwISfwV+IwBBMGsiDiQAIA5BEGogACABEFsgDiAOKAIUIgA2AhwgDiAOKAIQIgg2AhggDkEIaiACIAMQWyAOIA4oAgwiATYCJCAOIA4oAggiAzYCICAOIAQgBRBbIA4gDigCBCIFNgIsIA4gDigCACINNgIoIAAhBCMAQZAVayICJAAjAEGwBmsiCiQAIApBEGpBOBDQARogCkHQAGpBOBDQASEVIApBiAFqQQE2AgAgCkEBNgJIIApBkAFqIgBB2KTAABBJIAAQKiEPIApByAFqIhNBgAIQ0AEaIApB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ABBJAkACQAJAAkADQAJAIAxBMEYEQCAAIAAtAABBH3E6AAAgAEHoAGogABC+ASAEDQFBAEEAQZiBwAAQOwALIAQgDEYNAiAAIAxqIAggDGotAAA6AAAgDEEBaiEMDAELC0EAIQwgCCwAACIJQQBIDQIgCEEwaiEDIARBMCAEQTBLG0EwayEIA0AgDEEwRgRAIABBoAFqIgQgABC+ASMAQYABayIDJAAgARBnIAEgAEHoAGoQwAEgAUFAayIIIAQQwAEgAUGAAWoQygEgARBCIAMgARBPIANBQGsiBCAIEJABIAQQTCAEIAMQWEUEQCABEJIBCyADQYABaiQADAULIAggDEYNAiAAIAxqIAMgDGotAAA6AAAgDEEBaiEMDAALAAsgBCAEQYiBwAAQOwALIAxBMGogBEGogcAAEDsACyMAQcABayIDJAAgAEGgAWoiBBBnIANBOBDQASIDQQE2AjggBCAAQegAahDAASAEEEIgBEGAAWoQygEgA0FAayIIIAQQTwJAAkACQCAIIAMQWkEBRgRAIANBgAFqIgggA0FAayADECMgCBBWDQEMAgsgBBCSAQwCCyADQYABaiIIEEMgCBBCCyAEQUBrIANBgAFqEK4BCyADQcABaiQAIAlBIHEiA0EAIABB4AFqEE0iBEEBRxtBASADIARBAUdyGwRAIABBoAFqEKQBCyABIABBoAFqQcABENEBGgsgAEHgAmokAAJ/QQAhAyMAQcAFayIAJAACQCABEIYBDQAgAEEIaiIIQZCtwAAQSSAAQYAEaiIEQbiuwAAQSSAAQUBrIgkgBBCOASAAQYABaiIEEGcgBCABEHggBCAJEEogAEHAAmoiBCABIAgQvQEgASAEECQNACAAQYAEaiIEIABBwAJqIgEgAEEIahC9ASABIARBwAEQ0QEaIAEQpAEgAEGAAWogARAkRQ0AQQEhAwsgAEHABWokAEF/IANFDQAaIAJBwAFqEKQBIAJBgANqIQhBACEAIwBB4ARrIgEkACABQeAAENABIQECQCAFBEADQCAAQeAARgRAIAEgAS0AAEEfcToAACABQeAAaiABEB9BACEAAkAgDSwAACILQQBOBEAgDUHgAGohAyAFQeAAIAVB4ABLG0HgAGshBANAIABB4ABGBEAgAUHgAWoiACABEB8gCCABQeAAaiAAED8MAwsgACAERwRA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AWoQmQEgACAEEBEgAEGAAWoiASAFQYABahCZASABIAgQESAAIAEQeg0BC0EADAELQQELIQEgAEGAAmokACANQcAHaiQAQX8gAUUNABojAEHgA2siACQAIABBgAFqIgFBwKjAABBJIABBuAFqIgNB+KjAABBJIAAgASADEEsgAEHwAmoiAUGwqcAAEEkgAEGoA2oiA0HoqcAAEEkgAEHwAWoiBCABIAMQSyACQYAGaiIBIAAgBBA/IABB4ANqJAAgAkGACWohByACQYADaiEIIwBBkDRrIgAkACAAQYAoaiIDQcitwAAQSSAAQYguaiIEQYCuwAAQSSAAIAMgBBBLIABBgAFqQTgQ0AEaIABBuAFqQTgQ0AEaIABB8AFqED0CQCACQcABaiIEEIYBRQRAIAIQhgEEQCAHIAEgBBAODAILIABB8ARqIgMQPSADIAEQfSADEEcgAEHwB2oiBRBnIAUgBBB4IAUQRiAAQbAJaiIEED0gBCAIEH0gBBBHIABBsAxqIggQZyAIIAIQeCAIEEYgAEGILmoiASAFEJABIABB8A1qIAEQkAEgASAAQbAIahCQASAAQbAOaiABEJABIAEgCBCQASAAQfAOaiABEJABIAEgAEHwDGoQkAEgAEGwD2ogARCQASAAQfAPaiIBED0gAEHwEmoiBRA9IABB8BVqEFUgASADEH0gBSAEEH0gAEH4G2oiARA9IAEgAxB9IAEQogEgAEH4HmoiARA9IAEgBBB9IAEQogEgAEG4AWogAEGAAWoQUEECayEBA0AgAUEBakEBTQRAIABB8BVqIgEQngEgByABQYgGENEBGgwDBSAAQfAVaiIEEBogAEH4IWoiAyAAQfAPaiAAQfANaiAAQbAOahALIABBgChqIgUgAEHwEmogAEHwDmogAEGwD2oQCyADIAUQAyAEIAMQAQJAAkACQCAAQbgBaiABEFMgAEGAAWogARBTa0EBag4DAQIAAgsgAEGILmoiAyAAQfAPaiAAQfAEaiAAQfANaiAAQbAOahAKIABB+CFqIgQgA0GIBhDRARogAyAAQfASaiAAQbAJaiAAQfAOaiAAQbAPahAKIAQgAxADIABB8BVqIAQQAQwBCyAAQYguaiIDIABB8A9qIABB+BtqIABB8A1qIABBsA5qEAogAEH4IWoiBCADQYgGENEBGiADIABB8BJqIABB+B5qIABB8A5qIABBsA9qEAogBCADEAMgAEHwFWogBBABCyABQQFrIQEMAQsACwALIAcgCCACEA4LIABBkDRqJAAjAEHgH2siCCQAIAhB0BNqIgFByK3AABBJIAhB2BlqIg1BgK7AABBJIAggASANEEsgCEGAAWoiC0GQrcAAEEkgAkGID2oiACAHEGkgCEG4AWoiBSAAEGkjAEGACGsiAyQAIAMgBRCMASADQYACaiIJIAVBgAJqIg8QjAEgA0GABGoiCiAFEIwBIANBgAZqIgRBOBDQARogA0EBNgK4BiADQcAGakE4ENABGiADQfgGakEBNgIAIANBgAdqQTgQ0AEaIANBuAdqQQE2AgAgA0HAB2pBOBDQARogA0H4B2pBATYCACAFEJ0BIAMQISAJIAVBgARqIgwQGCAJEGQgAyAJEHkgAxCwASAJIAwQlgEgCRAhIAkQZCAKIA8QGCAJIAoQeSAJELABIAogDxCWASAKECEgBCAFEJYBIAQgDBAYIAogBBB5IAoQsAEgBCAPEJYBIAQgChAYIAQQZCAFIAMQGCAEIAUQlwEgDCAJEBggDBBkIAQgDBCXASAEELABIwBBgAJrIgYkACAGIAQQXiAGQYABaiIQIARBgAFqIhIQXiAGEC0gEBAtIBAQfCAQEKkBIAYgEBB7IAYQPiAEIAYQESAGEDYgBhCpASASIAYQESAGQYACaiQAIAUgAxCWASAFIAQQGCAPIAkQlgEgDyAEEBggDCAKEJYBIAwgBBAYIAVBBTYCgAYgA0GACGokACAAEJ4BIAAgBRAHIAUgABBtIAAgCBAyIAAgCBAyIAAgBRAHIAhBwAdqIgQgABBpIAQQEyAEIAAQByANIAAgCxAbIAhByA1qIgMgDRBpIAMQngEgASAAEGkgARCeASAAIAMQbSAAIAEQByANIAAgCxAbIAMgDRBtIAMQngEgASAAEG0gARCeASAAIAMQbSAAIAEQByANIAAgCxAbIAMgDRBtIAMQngEgASAAEG0gASAIEDIgACADEG0gACABEAcgDSAAIAsQGyADIA0QbSANIAMgCxAbIAMgDRBtIAEgABBtIAEgCBAyIAEgCBAyIAMgARAHIAEgABBtIAEQngEgACADEG0gACABEAcgACAEEAcgABCcASAIQeAfaiQAIAcgAEGIBhDRARpBACEAIwBBgAJrIgEkACABEGwCQCAHIAEQegR/IAdBgAFqIAFBgAFqEHoFQQALRQ0AIAdBgAJqEIcBRQ0AIAdBgARqEIcBIQALIAFBgAJqJABBACAADQAaQX8LIAJBkBVqJAAgDkEoahC0ASAOQSBqELQBIA5BGGoQtAEgDkEwaiQAC58BAgJ/BX4gAEEwaiICKQMAIAFBP3GtIgSGIQUgACkDKCIGQTogAWtBP3GtIgiHIQdBBiEBA38gAiAFIAeENwMAIAFBAU0EfyAAIAApAwAgBIZC//////////8DgzcDACAAKQMwQiSHpwUgAUEBayEBIAJBEGsiA0EIaiECIAYgBIZC//////////8DgyEHIAMpAwAiBiAIhyEFDAELCxoLiAECA34DfyMAQRBrIgUkAAN+IAZBOEYEfiAFQRBqJAAgAwUgBSAAIAZqIgcpAwAiAiACQj+HIAGsIgIgAkI/hxAvIAcgBSkDACIEIAN8IgJC//////////8DgzcDACACIARUrSAFQQhqKQMAIANCP4d8fEIGhiACQjqIhCEDIAZBCGohBgwBCwsLigECA38BfiMAQUBqIgIkACACQQhqIgEgABBdIAEQQiACQThqIQFBBiEDQdwCIQACQAJAA0AgA0EATgRAIAEpAwAiBEIAUg0CIAFBCGshASAAQTprIQAgA0EBayEDDAELC0EAIQAMAQsDQCAEUA0BIABBAWohACAEQgJ/IQQMAAsACyACQUBrJAAgAAuHAQEDfyMAQYACayIBJAAgABCwASABIAAQXiABQYABaiICQTgQ0AEaIAFBATYCuAEgAUHAAWpBOBDQARogAUH4AWpBATYCACABIABBgAFqIgMQmgEgARA2IAIgARCZASACIAMQmgEgAyABEJkBIAMgABCaASAAIAIQmQEgABCwASABQYACaiQAC30CBH4BfyABQT9xrSECQTogAWtBP3GtIQRBACEBIAApAwAiBSEDA38gAUEwRgR/IAAgACkDMCAChzcDMCAFQn8gAoZCf4WDpwUgACABaiIGIAMgAocgBkEIaikDACIDIASGQv//////////A4OENwMAIAFBCGohAQwBCwsaC2kBBH8jAEHAAWsiASQAIAEgABCQASABQUBrIgIgABCQASABQYABaiIDIABBQGsiBBCQASABIAQQdyACIAAQdyACEEIgBCACEEogAxBDIAAgAxB3IAEQQiAAEEIgACABEEogAUHAAWokAAuCAQIBfwF+IABB8AAQ0AEhAANAIAJBOEYEQAJAIAAgASkDMCIDQjqHNwM4IAAgA0L//////////wODNwMwIABBQGshAEEAIQIDQCACQTBGDQEgACACakIANwMAIAJBCGohAgwACwALBSAAIAJqIAEgAmopAwA3AwAgAkEIaiECDAELCwtuAQZ+IAAgA0L/////D4MiBSABQv////8PgyIGfiIHIAUgAUIgiCIIfiIJIAYgA0IgiCIGfnwiBUIghnwiCjcDACAAIAcgClatIAYgCH4gBSAJVK1CIIYgBUIgiIR8fCABIAR+IAIgA358fDcDCAtqAgF/BX4gASkDCCAAKQMAhSIGQgGGQgGHIQdBACACa6whCAN+IANBOEYEfiAFBSAAIANqIgIgAikDACIEIAaFIAEgA2opAwAgBIUgCIOFIgQgB4U3AwAgBCAFhSEFIANBCGohAwwBCwsaC18CAX8EfkIBIQNBMCECA38gAkF4RgR/IARCAYYgA3ynQQFrBSABIAJqKQMAIgUgACACaikDACIGfUI6hyADgyAEhCEEIAJBCGshAiAFIAaFQgF9QjqHIAODIQMMAQsLC2kBBH8jAEGAAmsiAiQAIAIgARBeIAJBgAFqIgMgARBeIAIQLSADIAIQESAAIAMQmAEgAEGAAmoiBCADEJgBIABBgARqIgUgAxCYASAEIAEQpgEgBSACEKYBIABBBTYCgAYgAkGAAmokAAtiAQJ/IwBBQGoiAiQAIAAQQiACIAAQkAECQCABBEAgACABEK4BDAELIAAQOgtBACEBA0AgA0UEQCAAEExBASABQQFqIAFBAUYiAxshAQwBCwsgACACEEogABAeIAJBQGskAAtnAQJ/IwBBQGoiAyQAAkAgASABQR91IgJqIAJzIgIgACgCOGxBgICAEE4EQCADIAIQOSAAIAMQSgwBCyAAIAIQKRogACAAKAI4IAJsNgI4CyABQQBIBEAgABBDIAAQQgsgA0FAayQAC2cAIABBAXYgAHIiAEECdiAAciIAQQR2IAByIgBBCHYgAHIiAEEQdiAAciIAIABBAXZB1arVqgVxayIAQQJ2QbPmzJkDcSAAQbPmzJkDcWoiAEEEdiAAakGPnrz4AHFBgYKECGxBGHYLYQEDfyMAQYABayIBJAAgASAAEJABIAFBQGsiAkE4ENABGiABQQE2AnggASAAQUBrIgMQdyABEEMgAiABEK4BIAIgAxB3IAMgARCuASADIAAQdyAAIAIQrgEgAUGAAWokAAtVAgJ/AX4jAEHwAGsiASQAIAFBwLLAABBJIAApAwAhAyABQThqIgIgABBdIABBARAsIAIgARBgIAIQQiACQQEQLCAAIAIgA0ICgacQMCABQfAAaiQAC5gBAQZ/IwBBwAFrIgMkACAAIAEQXiAAEC0gA0GIAWoiBkHop8AAEEkjAEFAaiIEJAAgA0EIaiICQTgQ0AEiBUEBNgI4IAVBQGtBOBDQASAFQfgAakEBNgIAIAQgBhCOASAFIAQQrgEQwQEgBEFAayQAIAIQqQEgAhB8IAIQqQEgACABEBEgACACEJoBIAAQtQEgA0HAAWokAAtZAQJ/IwBBQGoiAyQAIABBOBDQASIAQQE2AjgCQCABQQBOBEAgACABEJMBDAELIANBCGoiAkHAssAAEEkgAiABEJMBIAIQQiAAIAIQagsgABBUIANBQGskAAu9CAEKfyMAQYABayIHJAAgB0EIaiIDQcCywAAQSSADQQEQlAECQAJAA0AgAUEwRgRAIANBMGogAykDMEIBhzcDACADQThqIQEDQCACRQ0EIAFCADcDACACQQFrIQIgAUEIaiEBDAALAAsgAUE4Rg0BIAFBOEcEQCABIANqIAEgA2oiBEEIaikDAEI5hkL//////////wODIAQpAwBCAYeENwMAIAVBAWohBSABQQhqIQEMAQsLQQdBB0GEm8AAEDsACyAFQQdB9JrAABA7AAsgA0EBEJQBIANBARAsIAdBQGshBUEAIQIjAEGgCmsiASQAIAFBOBDQASIBQUBrQTgQ0AEhBiABQYABakE4ENABGiABQcABakE4ENABGiABQYACakE4ENABGiABQcACakE4ENABGiABQYADakE4ENABGiABQcADakE4ENABGiABQYAEakE4ENABGiABQcAEakE4ENABGiABQYAFakE4ENABGiABQcAFakE4ENABGiABQYAGakE4ENABGiABQcAGakE4ENABGiABQYAHakE4ENABGiABQcAHakE4ENABGiABQfgHakEBNgIAIAFBuAdqQQE2AgAgAUH4BmpBATYCACABQbgGakEBNgIAIAFB+AVqQQE2AgAgAUG4BWpBATYCACABQfgEakEBNgIAIAFBuARqQQE2AgAgAUH4A2pBATYCACABQbgDakEBNgIAIAFB+AJqQQE2AgAgAUG4AmpBATYCACABQfgBakEBNgIAIAFBuAFqQQE2AgAgAUH4AGpBATYCACABQQE2AjggAUGBCGpB5wAQ0AEaIAFB6AhqIgQgABCQASAEEEIgAUGoCWoiBCADEF0gBBBCIAQQKkEDaiIIQQJ2IgNBAWohCQJAA0AgAiAJRgRAIAEQygEgBiABQegIahCuASABQeAJakE4ENABGiABQQE2ApgKQYB5IQIMAgsgAUGoCWoiBCAEQQQQjwEiChCUASAEEEIgAkHnAEcEQCABQYEIaiACaiAKOgAAIAFBqAlqQQQQLCACQQFqIQIMAQsLQecAQecAQaC0wAAQOwALA0AgAgRAIAFB4AlqIgQgASACaiIGQcAHahCuASAGQYAIaiIGIAQQrgEgBiABQegIahBKIAJBQGshAgwBCwsCQAJAAkACQCAIQZwDSQRAIAFBgQhqIANqLAAAIgJBEE8NASAFIAEgAkEGdGoQkAEgA0EBayICQeYASyEEA0AgAkF/Rg0DIAUQTCAFEEwgBRBMIAUQTCAEDQQgAUGBCGogAmotAAAiA0EQSQRAIAUgASADQQZ0ahBKIAJBAWshAgwBCwsgA0EYdEEYdUEQQeC0wAAQOwALIANB5wBBsLTAABA7AAsgAkEQQcC0wAAQOwALIAUQHiABQaAKaiQADAELIAJB5wBB0LTAABA7AAsgACAFEK4BIAdBgAFqJAALbAEBfyMAQTBrIgMkACADIAE2AgQgAyAANgIAIANBHGpBAjYCACADQSxqQQE2AgAgA0ICNwIMIANB2LjAADYCCCADQQE2AiQgAyADQSBqNgIYIAMgAzYCKCADIANBBGo2AiAgA0EIaiACEGYAC2UBAn8gACAAKAIAIgJBCGoiAzYCACAAIAJBA3ZBPHFqQShqIgIgAUH/AXEgAigCAEEIdHI2AgACQAJAIANFBEAgAEEANgIAIAAgACgCBEEBajYCBAwBCyADQf8DcQ0BCyAAEA8LC1wAIABBOBDQASIAQQE2AjggAEFAa0E4ENABGiAAQfgAakEBNgIAIABBgAFqEFEgAEGAAmpBOBDQARogAEG4AmpBATYCACAAQcACakE4ENABGiAAQfgCakEBNgIAC1sBA38jAEGAAWsiASQAIAAQqQEgASAAEJABIAFBQGsiAiAAQUBrIgMQkAEgARBMIAIQTCABIAIQdyABQQAQMyAAIAEQSiABEEMgARBCIAMgARBKIAFBgAFqJAALYQEBfyMAQYACayIDJAAgABA9IAAgARCZASAAQYABaiIBIAIQmQEgAEGAAmoQtwEgABCpASADIAAQOCADQYABaiICIAEQXiACEC0gAiADEHpFBEAgABCbAQsgA0GAAmokAAtUAQF/IwBBIGsiAiQAIAIgACgCADYCBCACQRhqIAFBEGopAgA3AwAgAkEQaiABQQhqKQIANwMAIAIgASkCADcDCCACQQRqIAJBCGoQDCACQSBqJAALZwAjAEEwayIBJABBpLvAAC0AAARAIAFBHGpBATYCACABQgI3AgwgAUGQtsAANgIIIAFBATYCJCABIAA2AiwgASABQSBqNgIYIAEgAUEsajYCICABQQhqQbi2wAAQZgALIAFBMGokAAtiAgF+An8gACkDACEBA34gACACaiIDIAFC//////////8DgzcDACABQjqHIQEgAkEoRgR+IAAgACkDMCABfCIBNwMwIAFCJIcFIAJBCGohAiADQQhqKQMAIAF8IQEMAQsLGgt8AQV/IwBBQGoiAyQAIANBCGoiAkHAssAAEEkgAiAAKAI4QQFrEDUiBBAoA0AgAUE4RwRAIAAgAWoiBSABIAJqKQMAIAUpAwB9NwMAIAFBCGohAQwBCwsgAEEBIARBAWp0IgI2AjggAkH///8PSgRAIAAQHgsgA0FAayQAC3sBAn8gAEEoaiECA0AgAUGAAkYEQCAAQufMp9DW0Ouzu383AgggAEIANwIAIABBIGpCq7OP/JGjs/DbADcCACAAQRhqQv+kuYjFkdqCm383AgAgAEEQakLy5rvjo6f9p6V/NwIABSABIAJqQQA2AgAgAUEEaiEBDAELCwtUACAAQTgQ0AEiAEEBNgI4IABBQGtBOBDQARogAEH4AGpBATYCACAAQYABakE4ENABGiAAQbgBakEBNgIAIABBwAFqQTgQ0AEaIABB+AFqQQE2AgALWAECfyMAQUBqIgEkAAJAIAAQhgENACABQQEQOSAAQYABaiICIAEQWA0AIAJBABAzIAAgAhBKIAAQHiAAQUBrIgAgAhBKIAAQHiACIAEQrgELIAFBQGskAAtZAQJ/IwBBgAFrIgEkAAJAIAAQigENACABEFEgAEGAAmoiAiABEHoNACACED4gACACEBEgABC1ASAAQYABaiIAIAIQESAAELUBIAIgARCZAQsgAUGAAWokAAtbAgF+An8gACkDACEBA0AgACACaiIDIAFC//////////8DgzcDACABQjqHIQEgAkHgAEYEQCAAIAApA2ggAXw3A2gFIAJBCGohAiADQQhqKQMAIAF8IQEMAQsLC08BAX8gAEE4ENABGgJAA0AgAkEHRwRAIAJBB0YNAiAAIAEpAwA3AwAgAEEIaiEAIAFBCGohASACQQFqIQIMAQsLDwtBB0EHQeSawAAQOwALVAECfyMAQbABayICJAAgATQCOCAANAI4fkL///8PVQRAIAAQHgsgAkEIaiIDIAAgARAFIAJB+ABqIgEgAxBrIAAgARBqIABBAjYCOCACQbABaiQAC1EBAn8jAEFAaiIDJAAgAEE4ENABIgBBATYCOCAAQUBrQTgQ0AEgAEH4AGpBATYCACADIAEQjgEgACADEK4BIAMgAhCOASADEK4BIANBQGskAAvwDAIRfwh+IwBBsAFrIg8kACAANAI4IhIgEn5C////D1YEQCAAEB4LIwBB0AFrIgEkACAPQQhqIgZBCGpB0AAQ0AEaIAFBwAFqIAApAwAiFyAXQj+HIhYgFyAWEC8gBiABKQPAASISQv//////////A4M3AwAgAUHIAWopAwAiFUIGhiASQjqIhCETIBVCOoghGCAAQQhqIgwhDSAAIQlBASEKQQEhBwJAA0AgCkEERgRAIABBGGohCiAAQRBqIQkgAEEoaiEMIAApAzAhF0EHIQUgAUHIAGohCwNAIAVBC0kEQCABQUBrIAVBA3QiCCAAakEwaykDACISIBJCP4cgFyAXQj+HIhYQLyAFQQFqIg1BAXYhByALKQMAIRUgASkDQCESIAkhAiAMIQQgBUEFayIOIQMDQCADIAdJBEAgASACKQMAIhQgFEI/hyAEKQMAIhQgFEI/hxAvIAEpAwAiFCASfCISIBRUrSABQQhqKQMAIBV8fCEVIAJBCGohAiAEQQhrIQQgA0EBaiEDDAELCyAGIAhqIBJCAYYiFCATfCITQv//////////A4M3AwAgAUEwaiAAIA5BA3RqKQMAIhkgGUI/hyAXIBYQLyATIBRU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aikDADcDACACQQhqIQIMAQsLC4QJAg1/Cn4jAEFAaiILJAAgC0EIaiIJQcCywAAQSSMAQZACayICJAAgAEEwENABIQogAkHoAGpB8AAQ0AEaIAJB4AFqQTAQ0AEaIAoQcSACIAEiDCkDACIQQv3/8//P///5AX5C//////////8DgyISNwPYASACQdgAaiASQgAgCSkDACIXIBdCP4ciGBAvIBAgAikDWCIPfCITIA9UrSACQeAAaikDACAQQj+HfHwiEEI6hyABKQMIIg9CP4d8IA8gEEIGhiATQjqIhCITfCIQIBNUrXwhD0EBIQBCACETAkACQANAAkAgAEEHRgRAQQYhB0EAIQhBByEADAELIABBAXYiAUEBaiEGIAggAWshAyABQQN0IgFBCGohBCAHIAFrIQUgAkHIAGogCSAAQQN0Ig1qKQMAIhUgFUI/hyIWIBJCABAvIAJB0ABqKQMAIBAgECATfCIRVq0gDyAUfHx8IBEgAikDSHwiDyARVK18IRAgAEEBaiEBA0AgACAGTQRAIAJB2AFqIA1qIA9C/f/z/8////kBfkL//////////wODIhE3AwAgAkE4aiARQgAgFyAYEC8gAkEoaiARQgAgFSAWEC8gAkHoAGogAEEEdGoiACACQTBqKQMAIhE3AwggACACKQMoIhU3AwAgDyACKQM4IhZ8Ig8gFlStIAJBQGspAwAgEHx8IhBCOocgDCABQQN0aikDACIWQj+HfCAWIBBCBoYgD0I6iIQiD3wiECAPVK18IQ8gEyAVfCITIBVUrSARIBR8fCEUIAdBCGohByAIQQFqIQggASEADAMLIANBB08NAyACQRhqIAQgCWopAwAgBSAJaikDAH0iESARQj+HIAJB2AFqIg4gBWopAwAgBCAOaikDAH0iESARQj+HEC8gAikDGCIRIA98Ig8gEVStIAJBIGopAwAgEHx8IRAgBkEBaiEGIARBCGohBCAFQQhrIQUgA0EBayEDDAALAAsLA0ACQAJAIABBDUcEQCAHIABBAXYiBmshAyAIIAZBA3QiAWshBCABQQhqIQUgDyAUfCAQIBN8Ig8gEFStfCEQIABBAWohAQNAIAZBBUsNAyADQQdPDQIgAkEIaiAFIAlqKQMAIAQgCWpBMGopAwB9IhIgEkI/hyACIARqQYgCaikDACACQdgBaiAFaikDAH0iEiASQj+HEC8gAikDCCISIA98Ig8gElStIAJBEGopAwAgEHx8IRAgBkEBaiEGIARBCGshBCADQQFrIQMgBUEIaiEFDAALAAsgCiAQQv//////////A4M3AzAgAkGQAmokAAwECyADQQdBpJzAABA7AAsgAEEDdCAKakE4ayAPQv//////////A4M3AwAgEEI6hyAMIAFBA3RqKQMAIhJCP4d8IBIgEEIGhiAPQjqIhCIPfCIQIA9UrXwhDyAUIABBBHQgAmpBCGoiAEEIaikDAH0gEyAAKQMAIhJUrX0hFCAIQQhqIQggB0EBaiEHIBMgEn0hEyABIQAMAAsACyADQQdBlJzAABA7AAsgC0FAayQACy4BAX8jAEGAAWsiASQAIAAQRSABEFEgACABEJkBIABBgAFqELYBIAFBgAFqJAALMwAgACABEJYBIABBgAJqIAFBgAJqEJYBIABBgARqIAFBgARqEJYBIAAgASgCgAY2AoAGCygAIAAgASACEHIgAEFAayABQUBrIAIQciAAQYABaiABQYABaiACEHILLQAgACABIAIQjQEgAEGAAWogAUGAAWogAhCNASAAQYACaiABQYACaiACEI0BCycBAn8jAEFAaiICJAAgAkEIaiIDIAEQvgEgACADEI4BIAJBQGskAAsiAQF/A0AgAUE4RwRAIAAgAWpCADcDACABQQhqIQEMAQsLCyUAIAAgASACEDAgAEEAIAJrIAAoAjgiACABKAI4c3EgAHM2AjgLJwAgACAAKAIEQQFxIAFyQQJyNgIEIAAgAWoiACAAKAIEQQFyNgIECyMAA0AgAgRAIAAgAS0AABA8IAJBAWshAiABQQFqIQEMAQsLCywAIAAQiwEgACABEJYBIABBgAJqIAIQlgEgAEGABGogAxCWASAAQQU2AoAGCyMBAX8jAEFAaiIBJAAgASAAEJABIAEQHiABEFcgAUFAayQACykAIAAgARBgIAAgACgCOCABKAI4aiIBNgI4IAFB////D0oEQCAAEB4LCyUAIAAgARCuASAAQUBrIAFBQGsQrgEgAEGAAWogAUGAAWoQrgELKAEBfyMAQYACayICJAAgAiABEIwBIAIQKyAAIAIQlwEgAkGAAmokAAscAQF/IAAgARBYBH8gAEFAayABQUBrEFgFQQALCycBAX8jAEGAAWsiAiQAIAIg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DCELDQALCyAMpyICQeMASwRAIABBAmsiACAGQQlqaiAMpyICIAJB//8DcUHkAG4iAkHkAGxrQf//A3FBAXRB6LjAAGovAAA7AAALAkAgAkEKTwRAIABBAmsiACAGQQlqaiACQQF0Qei4wABqLwAAOwAADAELIABBAWsiACAGQQlqaiACQTBqOgAACwJ/IAZBCWogAGohCEErQYCAxAAgASgCACIDQQFxIgIbIQQgAkEnIABrIglqIQJBlLjAAEEAIANBBHEbIQUCQAJAIAEoAghFBEBBASEAIAEgBCAFEFINAQwCCwJAAkACQAJAIAIgAUEMaigCACIDSQRAIAEtAABBCHENBEEAIQAgAyACayICIQNBASABLQAgIgcgB0EDRhtBA3FBAWsOAgECAwtBASEAIAEgBCAFEFINBAwFC0EAIQMgAiEADAELIAJBAXYhACACQQFqQQF2IQMLIABBAWohACABQRxqKAIAIQcgASgCBCECIAEoAhghCgJAA0AgAEEBayIARQ0BIAogAiAHKAIQEQQARQ0AC0EBDAQLQQEhACACQYCAxABGDQEgASAEIAUQUg0BIAEoAhggCCAJIAEoAhwoAgwRBQANASABKAIcIQQgASgCGCEBQQAhAAJ/A0AgAyAAIANGDQEaIABBAWohACABIAIgBCgCEBEEAEUNAAsgAEEBawsgA0khAAwBCyABKAIEIQcgAUEwNgIEIAEtACAhCkEBIQAgAUEBOgAgIAEgBCAFEFINAEEAIQAgAyACayICIQMCQAJAAkBBASABLQAgIgQgBEEDRhtBA3FBAWsOAgABAgtBACEDIAIhAAwBCyACQQF2IQAgAkEBakEBdiEDCyAAQQFqIQAgAUEcaigCACECIAEoAgQhBCABKAIYIQUCQANAIABBAWsiAEUNASAFIAQgAigCEBEEAEUNAAtBAQwDC0EBIQAgBEGAgMQARg0AIAEoAhggCCAJIAEoAhwoAgwRBQANACABKAIcIQAgASgCGCEFQQAhAgJAA0AgAiADRg0BIAJBAWohAiAFIAQgACgCEBEEAEUNAAtBASEAIAJBAWsgA0kNAQsgASAKOgAgIAEgBzYCBEEADAILIAAMAQsgASgCGCAIIAkgAUEcaigCACgCDBEFAAsgBkEwaiQACwsAIAAQNiAAELABCysCAX8BfkIBIQIDQCAAIAFq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AAANAEHgs8AAC8EHYXR0ZW1wdCB0byBkaXZpZGUgYnkgemVybwAAAAAAAABhdHRlbXB0IHRvIGRpdmlkZSB3aXRoIG92ZXJmbG93ALAZEAASAAAADAIAAA0AAACwGRAAEgAAABgCAAAmAAAAsBkQABIAAAAYAgAAIwAAALAZEAASAAAAHgIAABcAAACwGRAAEgAAAB4CAAAUAAAAqqr//////gHu//9UrP//AupBYg9rDyoBw5z9ShTOEwJLd2TXrEtDAu3pxpKm+V8Cox4RoAEAAAADAAAABAAAAAQAAAAEAAAABQAAAAYAAABjYWxsZWQgYE9wdGlvbjo6dW53cmFwKClgIG9uIGEgYE5vbmVgIHZhbHVlbWVtb3J5IGFsbG9jYXRpb24gb2YgIGJ5dGVzIGZhaWxlZAoAAOsaEAAVAAAAABsQAA4AAABsaWJyYXJ5L3N0ZC9zcmMvYWxsb2MucnMgGxAAGAAAAEkBAAAJAAAAbGlicmFyeS9zdGQvc3JjL3Bhbmlja2luZy5yc0gbEAAcAAAARgIAAB8AAABIGxAAHAAAAEcCAAAeAAAABwAAAAwAAAAEAAAACAAAAAMAAAAIAAAABAAAAAkAAAAKAAAAEAAAAAQAAAALAAAADAAAAAMAAAAIAAAABAAAAA0AAAAOAAAAbGlicmFyeS9hbGxvYy9zcmMvcmF3X3ZlYy5yc2NhcGFjaXR5IG92ZXJmbG93AAAA6BsQABEAAADMGxAAHAAAAAUCAAAFAAAAEAAAAAAAAAABAAAAEQAAAGluZGV4IG91dCBvZiBib3VuZHM6IHRoZSBsZW4gaXMgIGJ1dCB0aGUgaW5kZXggaXMgAAAkHBAAIAAAAEQcEAASAAAAMDAwMTAyMDMwNDA1MDYwNzA4MDkxMDExMTIxMzE0MTUxNjE3MTgxOTIwMjEyMjIzMjQyNTI2MjcyODI5MzAzMTMyMzMzNDM1MzYzNzM4Mzk0MDQxNDI0MzQ0NDU0NjQ3NDg0OTUwNTE1MjUzNTQ1NTU2NTc1ODU5NjA2MTYyNjM2NDY1NjY2NzY4Njk3MDcxNzI3Mzc0NzU3Njc3Nzg3OTgwODE4MjgzODQ4NTg2ODc4ODg5OTA5MTkyOTM5NDk1OTY5Nzk4OTkgb3V0IG9mIHJhbmdlIGZvciBzbGljZSBvZiBsZW5ndGggbGlicmFyeS9jb3JlL3NyYy9zbGljZS9pbmRleC5yc3JhbmdlIGVuZCBpbmRleCAAAABxHRAAEAAAADAdEAAiAAAAUh0QAB8AAABJAAAABQB7CXByb2R1Y2VycwIIbGFuZ3VhZ2UBBFJ1c3QADHByb2Nlc3NlZC1ieQMFcnVzdGMdMS42MS4wIChmZTViMTNkNjggMjAyMi0wNS0xOCkGd2FscnVzBjAuMTkuMAx3YXNtLWJpbmRnZW4SMC4yLjgxICgwNjJhYTVmNzAp"});var v_=ce(la=>{"use strict";var HO=la&&la.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),jO=la&&la.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),YO=la&&la.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&HO(e,t,r);return jO(e,t),e};Object.defineProperty(la,"__esModule",{value:!0});la.bls_verify=la.bls_init=void 0;var JO=YO(C_()),$O=w_(),Xo,KO=JO.decode($O.wasmBytesBase64);function VO(){return Xo.bls_init()}la.bls_init=VO;var aE=null;function WO(){return(aE===null||aE.buffer!==Xo.memory.buffer)&&(aE=new Uint8Array(Xo.memory.buffer)),aE}function Zy(t,e){let r=e(t.length*1);return WO().set(t,r/1),[r,t.length]}function zO(t,e,r){let[i,n]=Zy(t,Xo.__wbindgen_malloc),[s,a]=Zy(e,Xo.__wbindgen_malloc),[A,c]=Zy(r,Xo.__wbindgen_malloc);return Xo.bls_verify(i,n,s,a,A,c)}la.bls_verify=zO;async function XO(t,e){if(typeof Response=="function"&&t instanceof Response){let r=await t.arrayBuffer();return await WebAssembly.instantiate(r,e)}else{let r=await WebAssembly.instantiate(t,e);return r instanceof WebAssembly.Instance?{instance:r,module:t}:r}}async function b_(){let t={},{instance:e,module:r}=await XO(KO,t);return Xo=e.exports,b_.__wbindgen_wasm_module=r,Xo}la.default=b_});var tQ=ce(Ss=>{"use strict";var ZO=Ss&&Ss.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),eq=Ss&&Ss.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),tq=Ss&&Ss.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&ZO(e,t,r);return eq(e,t),e};Object.defineProperty(Ss,"__esModule",{value:!0});Ss.blsVerify=Ss.verify=void 0;var eQ=tq(v_());async function rq(t,e,r){if(!Ss.verify){if(await(0,eQ.default)(),(0,eQ.bls_init)()!==0)throw new Error("Cannot initialize BLS");Ss.verify=(i,n,s)=>(0,eQ.bls_verify)(n,s,i)===0}return(0,Ss.verify)(t,e,r)}Ss.blsVerify=rq});var nQ=ce(_n=>{"use strict";var iq=_n&&_n.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),nq=_n&&_n.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),S_=_n&&_n.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&iq(e,t,r);return nq(e,t),e};Object.defineProperty(_n,"__esModule",{value:!0});_n.lookup_path=_n.reconstruct=_n.Certificate=_n.hashTreeToString=_n.CertificateVerificationError=void 0;var x_=S_(Z0()),sq=Kh(),AE=ug(),io=eo(),__=La(),aq=S_(tQ()),mf=class extends sq.AgentError{constructor(e){super(`Invalid certificate: ${e}`)}};_n.CertificateVerificationError=mf;function oE(t){let e=i=>i.split(`
22
22
  `).map(n=>" "+n).join(`
23
23
  `);function r(i){let n=new TextDecoder(void 0,{fatal:!0});try{return JSON.stringify(n.decode(i))}catch{return`data(...${i.byteLength} bytes)`}}switch(t[0]){case 0:return"()";case 1:{let i=oE(t[1]),n=oE(t[2]);return`sub(
24
24
  left:
@@ -31,25 +31,25 @@ ${e(n)}
31
31
  ${e(i)}
32
32
  sub:
33
33
  ${e(n)}
34
- )`}case 3:return`leaf(...${t[1].byteLength} bytes)`;case 4:return`pruned(${(0,io.toHex)(new Uint8Array(t[1]))}`;default:return`unknown(${JSON.stringify(t[0])})`}}_n.hashTreeToString=oE;function D2(t,e){if(t.byteLength!==e.byteLength)return!1;let r=new Uint8Array(t),i=new Uint8Array(e);for(let n=0;n<r.length;n++)if(r[n]!==i[n])return!1;return!0}var yf=class{constructor(e,r,i,n){this._rootKey=r,this._canisterId=i,this._blsVerify=n,this.cert=x2.decode(new Uint8Array(e))}static async create(e){let r=e.blsVerify;r||(r=aq.blsVerify);let i=new yf(e.certificate,e.rootKey,e.canisterId,r);return await i.verify(),i}lookup(e){return iQ(e,this.cert.tree)}async verify(){let e=await ed(this.cert.tree),r=await this._checkDelegationAndGetKey(this.cert.delegation),i=this.cert.signature,n=oq(r),s=(0,io.concat)(Zg("ic-state-root"),e),a=!1;try{a=await this._blsVerify(new Uint8Array(n),new Uint8Array(i),new Uint8Array(s))}catch{a=!1}if(!a)throw new mf("Signature verification failed")}async _checkDelegationAndGetKey(e){if(!e)return this._rootKey;let r=await yf.create({certificate:e.certificate,rootKey:this._rootKey,canisterId:this._canisterId}),i=r.lookup(["subnet",e.subnet_id,"canister_ranges"]);if(!i)throw new mf(`Could not find canister ranges for subnet 0x${(0,io.toHex)(e.subnet_id)}`);if(!x2.decode(i).map(c=>[_2.Principal.fromUint8Array(c[0]),_2.Principal.fromUint8Array(c[1])]).some(c=>c[0].ltEq(this._canisterId)&&c[1].gtEq(this._canisterId)))throw new mf(`Canister ${this._canisterId} not in range of delegations for subnet 0x${(0,io.toHex)(e.subnet_id)}`);let A=r.lookup(["subnet",e.subnet_id,"public_key"]);if(!A)throw new Error(`Could not find subnet key for subnet 0x${(0,io.toHex)(e.subnet_id)}`);return A}};_n.Certificate=yf;var zg=(0,io.fromHex)("308182301d060d2b0601040182dc7c0503010201060c2b0601040182dc7c05030201036100"),Aq=96;function oq(t){let e=zg.byteLength+Aq;if(t.byteLength!==e)throw new TypeError(`BLS DER-encoded public key must be ${e} bytes long`);let r=t.slice(0,zg.byteLength);if(!D2(r,zg))throw new TypeError(`BLS DER-encoded public key is invalid. Expect the following prefix: ${zg}, but get ${r}`);return t.slice(zg.byteLength)}async function ed(t){switch(t[0]){case 0:return(0,AE.hash)(Zg("ic-hashtree-empty"));case 4:return t[1];case 3:return(0,AE.hash)((0,io.concat)(Zg("ic-hashtree-leaf"),t[1]));case 2:return(0,AE.hash)((0,io.concat)(Zg("ic-hashtree-labeled"),t[1],await ed(t[2])));case 1:return(0,AE.hash)((0,io.concat)(Zg("ic-hashtree-fork"),await ed(t[1]),await ed(t[2])));default:throw new Error("unreachable")}}_n.reconstruct=ed;function Zg(t){let e=new Uint8Array([t.length]),r=new TextEncoder().encode(t);return(0,io.concat)(e,r)}function iQ(t,e){if(t.length===0)switch(e[0]){case 3:return new Uint8Array(e[1]).buffer;default:return}let r=typeof t[0]=="string"?new TextEncoder().encode(t[0]):t[0],i=cq(r,rQ(e));if(i)return iQ(t.slice(1),i)}_n.lookup_path=iQ;function rQ(t){switch(t[0]){case 0:return[];case 1:return rQ(t[1]).concat(rQ(t[2]));default:return[t]}}function cq(t,e){if(e.length!==0){for(let r of e)if(r[0]===2){let i=r[1];if(D2(t,i))return r[2]}}}});var sQ=ce(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.chain=Sn.backoff=Sn.timeout=Sn.throttle=Sn.maxAttempts=Sn.conditionalDelay=Sn.once=Sn.defaultStrategy=void 0;var R2=eo(),uq=5*60*1e3;function lq(){return M2(F2(N2(),1e3),k2(1e3,1.2),T2(uq))}Sn.defaultStrategy=lq;function N2(){let t=!0;return async()=>t?(t=!1,!0):!1}Sn.once=N2;function F2(t,e){return async(r,i,n)=>{if(await t(r,i,n))return new Promise(s=>setTimeout(s,e))}}Sn.conditionalDelay=F2;function fq(t){let e=t;return async(r,i,n)=>{if(--e<=0)throw new Error(`Failed to retrieve a reply for request after ${t} attempts:
35
- Request ID: ${(0,R2.toHex)(i)}
34
+ )`}case 3:return`leaf(...${t[1].byteLength} bytes)`;case 4:return`pruned(${(0,io.toHex)(new Uint8Array(t[1]))}`;default:return`unknown(${JSON.stringify(t[0])})`}}_n.hashTreeToString=oE;function D_(t,e){if(t.byteLength!==e.byteLength)return!1;let r=new Uint8Array(t),i=new Uint8Array(e);for(let n=0;n<r.length;n++)if(r[n]!==i[n])return!1;return!0}var yf=class{constructor(e,r,i,n){this._rootKey=r,this._canisterId=i,this._blsVerify=n,this.cert=x_.decode(new Uint8Array(e))}static async create(e){let r=e.blsVerify;r||(r=aq.blsVerify);let i=new yf(e.certificate,e.rootKey,e.canisterId,r);return await i.verify(),i}lookup(e){return iQ(e,this.cert.tree)}async verify(){let e=await ed(this.cert.tree),r=await this._checkDelegationAndGetKey(this.cert.delegation),i=this.cert.signature,n=oq(r),s=(0,io.concat)(Zg("ic-state-root"),e),a=!1;try{a=await this._blsVerify(new Uint8Array(n),new Uint8Array(i),new Uint8Array(s))}catch{a=!1}if(!a)throw new mf("Signature verification failed")}async _checkDelegationAndGetKey(e){if(!e)return this._rootKey;let r=await yf.create({certificate:e.certificate,rootKey:this._rootKey,canisterId:this._canisterId}),i=r.lookup(["subnet",e.subnet_id,"canister_ranges"]);if(!i)throw new mf(`Could not find canister ranges for subnet 0x${(0,io.toHex)(e.subnet_id)}`);if(!x_.decode(i).map(c=>[__.Principal.fromUint8Array(c[0]),__.Principal.fromUint8Array(c[1])]).some(c=>c[0].ltEq(this._canisterId)&&c[1].gtEq(this._canisterId)))throw new mf(`Canister ${this._canisterId} not in range of delegations for subnet 0x${(0,io.toHex)(e.subnet_id)}`);let A=r.lookup(["subnet",e.subnet_id,"public_key"]);if(!A)throw new Error(`Could not find subnet key for subnet 0x${(0,io.toHex)(e.subnet_id)}`);return A}};_n.Certificate=yf;var zg=(0,io.fromHex)("308182301d060d2b0601040182dc7c0503010201060c2b0601040182dc7c05030201036100"),Aq=96;function oq(t){let e=zg.byteLength+Aq;if(t.byteLength!==e)throw new TypeError(`BLS DER-encoded public key must be ${e} bytes long`);let r=t.slice(0,zg.byteLength);if(!D_(r,zg))throw new TypeError(`BLS DER-encoded public key is invalid. Expect the following prefix: ${zg}, but get ${r}`);return t.slice(zg.byteLength)}async function ed(t){switch(t[0]){case 0:return(0,AE.hash)(Zg("ic-hashtree-empty"));case 4:return t[1];case 3:return(0,AE.hash)((0,io.concat)(Zg("ic-hashtree-leaf"),t[1]));case 2:return(0,AE.hash)((0,io.concat)(Zg("ic-hashtree-labeled"),t[1],await ed(t[2])));case 1:return(0,AE.hash)((0,io.concat)(Zg("ic-hashtree-fork"),await ed(t[1]),await ed(t[2])));default:throw new Error("unreachable")}}_n.reconstruct=ed;function Zg(t){let e=new Uint8Array([t.length]),r=new TextEncoder().encode(t);return(0,io.concat)(e,r)}function iQ(t,e){if(t.length===0)switch(e[0]){case 3:return new Uint8Array(e[1]).buffer;default:return}let r=typeof t[0]=="string"?new TextEncoder().encode(t[0]):t[0],i=cq(r,rQ(e));if(i)return iQ(t.slice(1),i)}_n.lookup_path=iQ;function rQ(t){switch(t[0]){case 0:return[];case 1:return rQ(t[1]).concat(rQ(t[2]));default:return[t]}}function cq(t,e){if(e.length!==0){for(let r of e)if(r[0]===2){let i=r[1];if(D_(t,i))return r[2]}}}});var sQ=ce(Sn=>{"use strict";Object.defineProperty(Sn,"__esModule",{value:!0});Sn.chain=Sn.backoff=Sn.timeout=Sn.throttle=Sn.maxAttempts=Sn.conditionalDelay=Sn.once=Sn.defaultStrategy=void 0;var R_=eo(),uq=5*60*1e3;function lq(){return M_(F_(N_(),1e3),k_(1e3,1.2),T_(uq))}Sn.defaultStrategy=lq;function N_(){let t=!0;return async()=>t?(t=!1,!0):!1}Sn.once=N_;function F_(t,e){return async(r,i,n)=>{if(await t(r,i,n))return new Promise(s=>setTimeout(s,e))}}Sn.conditionalDelay=F_;function fq(t){let e=t;return async(r,i,n)=>{if(--e<=0)throw new Error(`Failed to retrieve a reply for request after ${t} attempts:
35
+ Request ID: ${(0,R_.toHex)(i)}
36
36
  Request status: ${n}
37
- `)}}Sn.maxAttempts=fq;function hq(t){return()=>new Promise(e=>setTimeout(e,t))}Sn.throttle=hq;function T2(t){let e=Date.now()+t;return async(r,i,n)=>{if(Date.now()>e)throw new Error(`Request timed out after ${t} msec:
38
- Request ID: ${(0,R2.toHex)(i)}
37
+ `)}}Sn.maxAttempts=fq;function hq(t){return()=>new Promise(e=>setTimeout(e,t))}Sn.throttle=hq;function T_(t){let e=Date.now()+t;return async(r,i,n)=>{if(Date.now()>e)throw new Error(`Request timed out after ${t} msec:
38
+ Request ID: ${(0,R_.toHex)(i)}
39
39
  Request status: ${n}
40
- `)}}Sn.timeout=T2;function k2(t,e){let r=t;return()=>new Promise(i=>setTimeout(()=>{r*=e,i()},r))}Sn.backoff=k2;function M2(...t){return async(e,r,i)=>{for(let n of t)await n(e,r,i)}}Sn.chain=M2});var aQ=ce(Rs=>{"use strict";var gq=Rs&&Rs.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),dq=Rs&&Rs.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),pq=Rs&&Rs.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&gq(e,t,r);return dq(e,t),e};Object.defineProperty(Rs,"__esModule",{value:!0});Rs.pollForResponse=Rs.defaultStrategy=Rs.strategy=void 0;var Ju=iE(),Eq=nQ(),U2=eo();Rs.strategy=pq(sQ());var Iq=sQ();Object.defineProperty(Rs,"defaultStrategy",{enumerable:!0,get:function(){return Iq.defaultStrategy}});async function G2(t,e,r,i,n,s){var a;let A=[new TextEncoder().encode("request_status"),r],c=n??await((a=t.createReadStateRequest)===null||a===void 0?void 0:a.call(t,{paths:[A]})),l=await t.readState(e,{paths:[A]},void 0,c);if(t.rootKey==null)throw new Error("Agent root key not initialized before polling");let g=await Eq.Certificate.create({certificate:l.certificate,rootKey:t.rootKey,canisterId:e,blsVerify:s}),C=g.lookup([...A,new TextEncoder().encode("status")]),B;switch(typeof C>"u"?B=Ju.RequestStatusResponseStatus.Unknown:B=new TextDecoder().decode(C),B){case Ju.RequestStatusResponseStatus.Replied:return g.lookup([...A,"reply"]);case Ju.RequestStatusResponseStatus.Received:case Ju.RequestStatusResponseStatus.Unknown:case Ju.RequestStatusResponseStatus.Processing:return await i(e,r,B),G2(t,e,r,i,c);case Ju.RequestStatusResponseStatus.Rejected:{let I=new Uint8Array(g.lookup([...A,"reject_code"]))[0],v=new TextDecoder().decode(g.lookup([...A,"reject_message"]));throw new Error(`Call was rejected:
41
- Request ID: ${(0,U2.toHex)(r)}
40
+ `)}}Sn.timeout=T_;function k_(t,e){let r=t;return()=>new Promise(i=>setTimeout(()=>{r*=e,i()},r))}Sn.backoff=k_;function M_(...t){return async(e,r,i)=>{for(let n of t)await n(e,r,i)}}Sn.chain=M_});var aQ=ce(Rs=>{"use strict";var gq=Rs&&Rs.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),dq=Rs&&Rs.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),pq=Rs&&Rs.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&gq(e,t,r);return dq(e,t),e};Object.defineProperty(Rs,"__esModule",{value:!0});Rs.pollForResponse=Rs.defaultStrategy=Rs.strategy=void 0;var Ju=iE(),Eq=nQ(),U_=eo();Rs.strategy=pq(sQ());var Iq=sQ();Object.defineProperty(Rs,"defaultStrategy",{enumerable:!0,get:function(){return Iq.defaultStrategy}});async function G_(t,e,r,i,n,s){var a;let A=[new TextEncoder().encode("request_status"),r],c=n??await((a=t.createReadStateRequest)===null||a===void 0?void 0:a.call(t,{paths:[A]})),l=await t.readState(e,{paths:[A]},void 0,c);if(t.rootKey==null)throw new Error("Agent root key not initialized before polling");let g=await Eq.Certificate.create({certificate:l.certificate,rootKey:t.rootKey,canisterId:e,blsVerify:s}),C=g.lookup([...A,new TextEncoder().encode("status")]),B;switch(typeof C>"u"?B=Ju.RequestStatusResponseStatus.Unknown:B=new TextDecoder().decode(C),B){case Ju.RequestStatusResponseStatus.Replied:return g.lookup([...A,"reply"]);case Ju.RequestStatusResponseStatus.Received:case Ju.RequestStatusResponseStatus.Unknown:case Ju.RequestStatusResponseStatus.Processing:return await i(e,r,B),G_(t,e,r,i,c);case Ju.RequestStatusResponseStatus.Rejected:{let I=new Uint8Array(g.lookup([...A,"reject_code"]))[0],v=new TextDecoder().decode(g.lookup([...A,"reject_message"]));throw new Error(`Call was rejected:
41
+ Request ID: ${(0,U_.toHex)(r)}
42
42
  Reject code: ${I}
43
43
  Reject text: ${v}
44
44
  `)}case Ju.RequestStatusResponseStatus.Done:throw new Error(`Call was marked as done but we never saw the reply:
45
- Request ID: ${(0,U2.toHex)(r)}
46
- `)}throw new Error("unreachable")}Rs.pollForResponse=G2});var nE=ce(fa=>{"use strict";Object.defineProperty(fa,"__esModule",{value:!0});fa.Actor=fa.CanisterInstallMode=fa.UpdateCallRejectedError=fa.QueryCallRejectedError=fa.ActorCallError=void 0;var Bq=z1(),AQ=iE(),O2=zy(),mq=Kh(),cE=Zh(),L2=aQ(),Qf=La(),yq=eo(),td=class extends mq.AgentError{constructor(e,r,i,n){super(["Call failed:",` Canister: ${e.toText()}`,` Method: ${r} (${i})`,...Object.getOwnPropertyNames(n).map(s=>` "${s}": ${JSON.stringify(n[s])}`)].join(`
47
- `)),this.canisterId=e,this.methodName=r,this.type=i,this.props=n}};fa.ActorCallError=td;var uE=class extends td{constructor(e,r,i){var n;super(e,r,"query",{Status:i.status,Code:(n=AQ.ReplicaRejectCode[i.reject_code])!==null&&n!==void 0?n:`Unknown Code "${i.reject_code}"`,Message:i.reject_message}),this.result=i}};fa.QueryCallRejectedError=uE;var lE=class extends td{constructor(e,r,i,n){super(e,r,"update",{"Request ID":(0,yq.toHex)(i),"HTTP status code":n.status.toString(),"HTTP status text":n.statusText}),this.requestId=i,this.response=n}};fa.UpdateCallRejectedError=lE;var P2;(function(t){t.Install="install",t.Reinstall="reinstall",t.Upgrade="upgrade"})(P2=fa.CanisterInstallMode||(fa.CanisterInstallMode={}));var Va=Symbol.for("ic-agent-metadata"),rd=class{constructor(e){this[Va]=Object.freeze(e)}static agentOf(e){return e[Va].config.agent}static interfaceOf(e){return e[Va].service}static canisterIdOf(e){return Qf.Principal.from(e[Va].config.canisterId)}static async install(e,r){let i=e.mode===void 0?P2.Install:e.mode,n=e.arg?[...new Uint8Array(e.arg)]:[],s=[...new Uint8Array(e.module)],a=typeof r.canisterId=="string"?Qf.Principal.fromText(r.canisterId):r.canisterId;await(0,O2.getManagementCanister)(r).install_code({mode:{[i]:null},arg:n,wasm_module:s,canister_id:a})}static async createCanister(e){let{canister_id:r}=await(0,O2.getManagementCanister)(e||{}).provisional_create_canister_with_cycles({amount:[],settings:[]});return r}static async createAndInstallCanister(e,r,i){let n=await this.createCanister(i);return await this.install(Object.assign({},r),Object.assign(Object.assign({},i),{canisterId:n})),this.createActor(e,Object.assign(Object.assign({},i),{canisterId:n}))}static createActorClass(e){let r=e({IDL:cE.IDL});class i extends rd{constructor(s){let a=typeof s.canisterId=="string"?Qf.Principal.fromText(s.canisterId):s.canisterId;super({config:Object.assign(Object.assign(Object.assign({},H2),s),{canisterId:a}),service:r});for(let[A,c]of r._fields)this[A]=Qq(this,A,c,s.blsVerify)}}return i}static createActor(e,r){return new(this.createActorClass(e))(r)}};fa.Actor=rd;function q2(t,e){let r=cE.IDL.decode(t,Bq.Buffer.from(e));switch(r.length){case 0:return;case 1:return r[0];default:return r}}var H2={pollingStrategyFactory:L2.strategy.defaultStrategy};function Qq(t,e,r,i){let n;r.annotations.includes("query")?n=async(a,...A)=>{var c,l;a=Object.assign(Object.assign({},a),(l=(c=t[Va].config).queryTransform)===null||l===void 0?void 0:l.call(c,e,A,Object.assign(Object.assign({},t[Va].config),a)));let g=a.agent||t[Va].config.agent||(0,AQ.getDefaultAgent)(),C=Qf.Principal.from(a.canisterId||t[Va].config.canisterId),B=cE.IDL.encode(r.argTypes,A),I=await g.query(C,{methodName:e,arg:B});switch(I.status){case"rejected":throw new uE(C,e,I);case"replied":return q2(r.retTypes,I.reply.arg)}}:n=async(a,...A)=>{var c,l;a=Object.assign(Object.assign({},a),(l=(c=t[Va].config).callTransform)===null||l===void 0?void 0:l.call(c,e,A,Object.assign(Object.assign({},t[Va].config),a)));let g=a.agent||t[Va].config.agent||(0,AQ.getDefaultAgent)(),{canisterId:C,effectiveCanisterId:B,pollingStrategyFactory:I}=Object.assign(Object.assign(Object.assign({},H2),t[Va].config),a),v=Qf.Principal.from(C),F=B!==void 0?Qf.Principal.from(B):v,q=cE.IDL.encode(r.argTypes,A),{requestId:P,response:M}=await g.call(v,{methodName:e,arg:q,effectiveCanisterId:F});if(!M.ok)throw new lE(v,e,P,M);let W=I(),ne=await(0,L2.pollForResponse)(g,F,P,W,i);if(ne!==void 0)return q2(r.retTypes,ne);if(r.retTypes.length===0)return;throw new Error(`Call was returned undefined, but type [${r.retTypes.join(",")}].`)};let s=(...a)=>n({},...a);return s.withOptions=a=>(...A)=>n(a,...A),s}});var j2=ce(oQ=>{"use strict";Object.defineProperty(oQ,"__esModule",{value:!0});oQ.default=({IDL:t})=>t.Service({retrieve:t.Func([t.Text],[t.Vec(t.Nat8)],["query"]),store:t.Func([t.Text,t.Vec(t.Nat8)],[],[])})});var Y2=ce(Cf=>{"use strict";var Cq=Cf&&Cf.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Cf,"__esModule",{value:!0});Cf.createAssetCanisterActor=void 0;var wq=nE(),bq=Cq(j2());function vq(t){return wq.Actor.createActor(bq.default,t)}Cf.createAssetCanisterActor=vq});var J2=ce(fE=>{"use strict";Object.defineProperty(fE,"__esModule",{value:!0});fE.fetchCandid=void 0;var cQ=ju(),xq=La();async function _q(t,e){e||(e=new cQ.HttpAgent,e.isLocal()&&e.fetchRootKey());let i=(await cQ.CanisterStatus.request({agent:e,canisterId:xq.Principal.fromText(t),paths:["candid"]})).get("candid");if(i)return i;let n=({IDL:a})=>a.Service({__get_candid_interface_tmp_hack:a.Func([],[a.Text],["query"])});return await cQ.Actor.createActor(n,{agent:e,canisterId:t}).__get_candid_interface_tmp_hack()}fE.fetchCandid=_q});var ju=ce(di=>{"use strict";var $2=di&&di.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Sq=di&&di.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Wa=di&&di.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&$2(e,t,r)},uQ=di&&di.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&$2(e,t,r);return Sq(e,t),e};Object.defineProperty(di,"__esModule",{value:!0});di.Cbor=di.CanisterStatus=di.polling=void 0;Wa(nE(),di);Wa(iE(),di);Wa(Ty(),di);Wa(nQ(),di);Wa(tE(),di);Wa(yg(),di);Wa(Y2(),di);Wa(zy(),di);Wa(J2(),di);Wa(ug(),di);Wa(tQ(),di);Wa(eo(),di);di.polling=uQ(aQ());di.CanisterStatus=uQ(Yy());di.Cbor=uQ(Z0())});var lQ=ce((fre,hE)=>{(function(t){"use strict";var e=function(z){var J,E=new Float64Array(16);if(z)for(J=0;J<z.length;J++)E[J]=z[J];return E},r=function(){throw new Error("no PRNG")},i=new Uint8Array(16),n=new Uint8Array(32);n[0]=9;var s=e(),a=e([1]),A=e([56129,1]),c=e([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),l=e([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),g=e([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),C=e([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),B=e([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function I(z,J,E,p){z[J]=E>>24&255,z[J+1]=E>>16&255,z[J+2]=E>>8&255,z[J+3]=E&255,z[J+4]=p>>24&255,z[J+5]=p>>16&255,z[J+6]=p>>8&255,z[J+7]=p&255}function v(z,J,E,p,x){var Q,H=0;for(Q=0;Q<x;Q++)H|=z[J+Q]^E[p+Q];return(1&H-1>>>8)-1}function F(z,J,E,p){return v(z,J,E,p,16)}function q(z,J,E,p){return v(z,J,E,p,32)}function P(z,J,E,p){for(var x=p[0]&255|(p[1]&255)<<8|(p[2]&255)<<16|(p[3]&255)<<24,Q=E[0]&255|(E[1]&255)<<8|(E[2]&255)<<16|(E[3]&255)<<24,H=E[4]&255|(E[5]&255)<<8|(E[6]&255)<<16|(E[7]&255)<<24,se=E[8]&255|(E[9]&255)<<8|(E[10]&255)<<16|(E[11]&255)<<24,ue=E[12]&255|(E[13]&255)<<8|(E[14]&255)<<16|(E[15]&255)<<24,Se=p[4]&255|(p[5]&255)<<8|(p[6]&255)<<16|(p[7]&255)<<24,Re=J[0]&255|(J[1]&255)<<8|(J[2]&255)<<16|(J[3]&255)<<24,it=J[4]&255|(J[5]&255)<<8|(J[6]&255)<<16|(J[7]&255)<<24,Ue=J[8]&255|(J[9]&255)<<8|(J[10]&255)<<16|(J[11]&255)<<24,ct=J[12]&255|(J[13]&255)<<8|(J[14]&255)<<16|(J[15]&255)<<24,Xe=p[8]&255|(p[9]&255)<<8|(p[10]&255)<<16|(p[11]&255)<<24,Oe=E[16]&255|(E[17]&255)<<8|(E[18]&255)<<16|(E[19]&255)<<24,ke=E[20]&255|(E[21]&255)<<8|(E[22]&255)<<16|(E[23]&255)<<24,nt=E[24]&255|(E[25]&255)<<8|(E[26]&255)<<16|(E[27]&255)<<24,oe=E[28]&255|(E[29]&255)<<8|(E[30]&255)<<16|(E[31]&255)<<24,j=p[12]&255|(p[13]&255)<<8|(p[14]&255)<<16|(p[15]&255)<<24,ye=x,Be=Q,Qe=H,Ke=se,He=ue,ze=Se,xe=Re,we=it,pe=Ue,ge=ct,Ee=Xe,ve=Oe,Te=ke,Je=nt,ut=oe,dt=j,le,Qt=0;Qt<20;Qt+=2)le=ye+Te|0,He^=le<<7|le>>>32-7,le=He+ye|0,pe^=le<<9|le>>>32-9,le=pe+He|0,Te^=le<<13|le>>>32-13,le=Te+pe|0,ye^=le<<18|le>>>32-18,le=ze+Be|0,ge^=le<<7|le>>>32-7,le=ge+ze|0,Je^=le<<9|le>>>32-9,le=Je+ge|0,Be^=le<<13|le>>>32-13,le=Be+Je|0,ze^=le<<18|le>>>32-18,le=Ee+xe|0,ut^=le<<7|le>>>32-7,le=ut+Ee|0,Qe^=le<<9|le>>>32-9,le=Qe+ut|0,xe^=le<<13|le>>>32-13,le=xe+Qe|0,Ee^=le<<18|le>>>32-18,le=dt+ve|0,Ke^=le<<7|le>>>32-7,le=Ke+dt|0,we^=le<<9|le>>>32-9,le=we+Ke|0,ve^=le<<13|le>>>32-13,le=ve+we|0,dt^=le<<18|le>>>32-18,le=ye+Ke|0,Be^=le<<7|le>>>32-7,le=Be+ye|0,Qe^=le<<9|le>>>32-9,le=Qe+Be|0,Ke^=le<<13|le>>>32-13,le=Ke+Qe|0,ye^=le<<18|le>>>32-18,le=ze+He|0,xe^=le<<7|le>>>32-7,le=xe+ze|0,we^=le<<9|le>>>32-9,le=we+xe|0,He^=le<<13|le>>>32-13,le=He+we|0,ze^=le<<18|le>>>32-18,le=Ee+ge|0,ve^=le<<7|le>>>32-7,le=ve+Ee|0,pe^=le<<9|le>>>32-9,le=pe+ve|0,ge^=le<<13|le>>>32-13,le=ge+pe|0,Ee^=le<<18|le>>>32-18,le=dt+ut|0,Te^=le<<7|le>>>32-7,le=Te+dt|0,Je^=le<<9|le>>>32-9,le=Je+Te|0,ut^=le<<13|le>>>32-13,le=ut+Je|0,dt^=le<<18|le>>>32-18;ye=ye+x|0,Be=Be+Q|0,Qe=Qe+H|0,Ke=Ke+se|0,He=He+ue|0,ze=ze+Se|0,xe=xe+Re|0,we=we+it|0,pe=pe+Ue|0,ge=ge+ct|0,Ee=Ee+Xe|0,ve=ve+Oe|0,Te=Te+ke|0,Je=Je+nt|0,ut=ut+oe|0,dt=dt+j|0,z[0]=ye>>>0&255,z[1]=ye>>>8&255,z[2]=ye>>>16&255,z[3]=ye>>>24&255,z[4]=Be>>>0&255,z[5]=Be>>>8&255,z[6]=Be>>>16&255,z[7]=Be>>>24&255,z[8]=Qe>>>0&255,z[9]=Qe>>>8&255,z[10]=Qe>>>16&255,z[11]=Qe>>>24&255,z[12]=Ke>>>0&255,z[13]=Ke>>>8&255,z[14]=Ke>>>16&255,z[15]=Ke>>>24&255,z[16]=He>>>0&255,z[17]=He>>>8&255,z[18]=He>>>16&255,z[19]=He>>>24&255,z[20]=ze>>>0&255,z[21]=ze>>>8&255,z[22]=ze>>>16&255,z[23]=ze>>>24&255,z[24]=xe>>>0&255,z[25]=xe>>>8&255,z[26]=xe>>>16&255,z[27]=xe>>>24&255,z[28]=we>>>0&255,z[29]=we>>>8&255,z[30]=we>>>16&255,z[31]=we>>>24&255,z[32]=pe>>>0&255,z[33]=pe>>>8&255,z[34]=pe>>>16&255,z[35]=pe>>>24&255,z[36]=ge>>>0&255,z[37]=ge>>>8&255,z[38]=ge>>>16&255,z[39]=ge>>>24&255,z[40]=Ee>>>0&255,z[41]=Ee>>>8&255,z[42]=Ee>>>16&255,z[43]=Ee>>>24&255,z[44]=ve>>>0&255,z[45]=ve>>>8&255,z[46]=ve>>>16&255,z[47]=ve>>>24&255,z[48]=Te>>>0&255,z[49]=Te>>>8&255,z[50]=Te>>>16&255,z[51]=Te>>>24&255,z[52]=Je>>>0&255,z[53]=Je>>>8&255,z[54]=Je>>>16&255,z[55]=Je>>>24&255,z[56]=ut>>>0&255,z[57]=ut>>>8&255,z[58]=ut>>>16&255,z[59]=ut>>>24&255,z[60]=dt>>>0&255,z[61]=dt>>>8&255,z[62]=dt>>>16&255,z[63]=dt>>>24&255}function M(z,J,E,p){for(var x=p[0]&255|(p[1]&255)<<8|(p[2]&255)<<16|(p[3]&255)<<24,Q=E[0]&255|(E[1]&255)<<8|(E[2]&255)<<16|(E[3]&255)<<24,H=E[4]&255|(E[5]&255)<<8|(E[6]&255)<<16|(E[7]&255)<<24,se=E[8]&255|(E[9]&255)<<8|(E[10]&255)<<16|(E[11]&255)<<24,ue=E[12]&255|(E[13]&255)<<8|(E[14]&255)<<16|(E[15]&255)<<24,Se=p[4]&255|(p[5]&255)<<8|(p[6]&255)<<16|(p[7]&255)<<24,Re=J[0]&255|(J[1]&255)<<8|(J[2]&255)<<16|(J[3]&255)<<24,it=J[4]&255|(J[5]&255)<<8|(J[6]&255)<<16|(J[7]&255)<<24,Ue=J[8]&255|(J[9]&255)<<8|(J[10]&255)<<16|(J[11]&255)<<24,ct=J[12]&255|(J[13]&255)<<8|(J[14]&255)<<16|(J[15]&255)<<24,Xe=p[8]&255|(p[9]&255)<<8|(p[10]&255)<<16|(p[11]&255)<<24,Oe=E[16]&255|(E[17]&255)<<8|(E[18]&255)<<16|(E[19]&255)<<24,ke=E[20]&255|(E[21]&255)<<8|(E[22]&255)<<16|(E[23]&255)<<24,nt=E[24]&255|(E[25]&255)<<8|(E[26]&255)<<16|(E[27]&255)<<24,oe=E[28]&255|(E[29]&255)<<8|(E[30]&255)<<16|(E[31]&255)<<24,j=p[12]&255|(p[13]&255)<<8|(p[14]&255)<<16|(p[15]&255)<<24,ye=x,Be=Q,Qe=H,Ke=se,He=ue,ze=Se,xe=Re,we=it,pe=Ue,ge=ct,Ee=Xe,ve=Oe,Te=ke,Je=nt,ut=oe,dt=j,le,Qt=0;Qt<20;Qt+=2)le=ye+Te|0,He^=le<<7|le>>>32-7,le=He+ye|0,pe^=le<<9|le>>>32-9,le=pe+He|0,Te^=le<<13|le>>>32-13,le=Te+pe|0,ye^=le<<18|le>>>32-18,le=ze+Be|0,ge^=le<<7|le>>>32-7,le=ge+ze|0,Je^=le<<9|le>>>32-9,le=Je+ge|0,Be^=le<<13|le>>>32-13,le=Be+Je|0,ze^=le<<18|le>>>32-18,le=Ee+xe|0,ut^=le<<7|le>>>32-7,le=ut+Ee|0,Qe^=le<<9|le>>>32-9,le=Qe+ut|0,xe^=le<<13|le>>>32-13,le=xe+Qe|0,Ee^=le<<18|le>>>32-18,le=dt+ve|0,Ke^=le<<7|le>>>32-7,le=Ke+dt|0,we^=le<<9|le>>>32-9,le=we+Ke|0,ve^=le<<13|le>>>32-13,le=ve+we|0,dt^=le<<18|le>>>32-18,le=ye+Ke|0,Be^=le<<7|le>>>32-7,le=Be+ye|0,Qe^=le<<9|le>>>32-9,le=Qe+Be|0,Ke^=le<<13|le>>>32-13,le=Ke+Qe|0,ye^=le<<18|le>>>32-18,le=ze+He|0,xe^=le<<7|le>>>32-7,le=xe+ze|0,we^=le<<9|le>>>32-9,le=we+xe|0,He^=le<<13|le>>>32-13,le=He+we|0,ze^=le<<18|le>>>32-18,le=Ee+ge|0,ve^=le<<7|le>>>32-7,le=ve+Ee|0,pe^=le<<9|le>>>32-9,le=pe+ve|0,ge^=le<<13|le>>>32-13,le=ge+pe|0,Ee^=le<<18|le>>>32-18,le=dt+ut|0,Te^=le<<7|le>>>32-7,le=Te+dt|0,Je^=le<<9|le>>>32-9,le=Je+Te|0,ut^=le<<13|le>>>32-13,le=ut+Je|0,dt^=le<<18|le>>>32-18;z[0]=ye>>>0&255,z[1]=ye>>>8&255,z[2]=ye>>>16&255,z[3]=ye>>>24&255,z[4]=ze>>>0&255,z[5]=ze>>>8&255,z[6]=ze>>>16&255,z[7]=ze>>>24&255,z[8]=Ee>>>0&255,z[9]=Ee>>>8&255,z[10]=Ee>>>16&255,z[11]=Ee>>>24&255,z[12]=dt>>>0&255,z[13]=dt>>>8&255,z[14]=dt>>>16&255,z[15]=dt>>>24&255,z[16]=xe>>>0&255,z[17]=xe>>>8&255,z[18]=xe>>>16&255,z[19]=xe>>>24&255,z[20]=we>>>0&255,z[21]=we>>>8&255,z[22]=we>>>16&255,z[23]=we>>>24&255,z[24]=pe>>>0&255,z[25]=pe>>>8&255,z[26]=pe>>>16&255,z[27]=pe>>>24&255,z[28]=ge>>>0&255,z[29]=ge>>>8&255,z[30]=ge>>>16&255,z[31]=ge>>>24&255}function W(z,J,E,p){P(z,J,E,p)}function ne(z,J,E,p){M(z,J,E,p)}var ie=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function T(z,J,E,p,x,Q,H){var se=new Uint8Array(16),ue=new Uint8Array(64),Se,Re;for(Re=0;Re<16;Re++)se[Re]=0;for(Re=0;Re<8;Re++)se[Re]=Q[Re];for(;x>=64;){for(W(ue,se,H,ie),Re=0;Re<64;Re++)z[J+Re]=E[p+Re]^ue[Re];for(Se=1,Re=8;Re<16;Re++)Se=Se+(se[Re]&255)|0,se[Re]=Se&255,Se>>>=8;x-=64,J+=64,p+=64}if(x>0)for(W(ue,se,H,ie),Re=0;Re<x;Re++)z[J+Re]=E[p+Re]^ue[Re];return 0}function D(z,J,E,p,x){var Q=new Uint8Array(16),H=new Uint8Array(64),se,ue;for(ue=0;ue<16;ue++)Q[ue]=0;for(ue=0;ue<8;ue++)Q[ue]=p[ue];for(;E>=64;){for(W(H,Q,x,ie),ue=0;ue<64;ue++)z[J+ue]=H[ue];for(se=1,ue=8;ue<16;ue++)se=se+(Q[ue]&255)|0,Q[ue]=se&255,se>>>=8;E-=64,J+=64}if(E>0)for(W(H,Q,x,ie),ue=0;ue<E;ue++)z[J+ue]=H[ue];return 0}function Y(z,J,E,p,x){var Q=new Uint8Array(32);ne(Q,p,x,ie);for(var H=new Uint8Array(8),se=0;se<8;se++)H[se]=p[se+16];return D(z,J,E,H,Q)}function S(z,J,E,p,x,Q,H){var se=new Uint8Array(32);ne(se,Q,H,ie);for(var ue=new Uint8Array(8),Se=0;Se<8;Se++)ue[Se]=Q[Se+16];return T(z,J,E,p,x,ue,se)}var X=function(z){this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.leftover=0,this.fin=0;var J,E,p,x,Q,H,se,ue;J=z[0]&255|(z[1]&255)<<8,this.r[0]=J&8191,E=z[2]&255|(z[3]&255)<<8,this.r[1]=(J>>>13|E<<3)&8191,p=z[4]&255|(z[5]&255)<<8,this.r[2]=(E>>>10|p<<6)&7939,x=z[6]&255|(z[7]&255)<<8,this.r[3]=(p>>>7|x<<9)&8191,Q=z[8]&255|(z[9]&255)<<8,this.r[4]=(x>>>4|Q<<12)&255,this.r[5]=Q>>>1&8190,H=z[10]&255|(z[11]&255)<<8,this.r[6]=(Q>>>14|H<<2)&8191,se=z[12]&255|(z[13]&255)<<8,this.r[7]=(H>>>11|se<<5)&8065,ue=z[14]&255|(z[15]&255)<<8,this.r[8]=(se>>>8|ue<<8)&8191,this.r[9]=ue>>>5&127,this.pad[0]=z[16]&255|(z[17]&255)<<8,this.pad[1]=z[18]&255|(z[19]&255)<<8,this.pad[2]=z[20]&255|(z[21]&255)<<8,this.pad[3]=z[22]&255|(z[23]&255)<<8,this.pad[4]=z[24]&255|(z[25]&255)<<8,this.pad[5]=z[26]&255|(z[27]&255)<<8,this.pad[6]=z[28]&255|(z[29]&255)<<8,this.pad[7]=z[30]&255|(z[31]&255)<<8};X.prototype.blocks=function(z,J,E){for(var p=this.fin?0:2048,x,Q,H,se,ue,Se,Re,it,Ue,ct,Xe,Oe,ke,nt,oe,j,ye,Be,Qe,Ke=this.h[0],He=this.h[1],ze=this.h[2],xe=this.h[3],we=this.h[4],pe=this.h[5],ge=this.h[6],Ee=this.h[7],ve=this.h[8],Te=this.h[9],Je=this.r[0],ut=this.r[1],dt=this.r[2],le=this.r[3],Qt=this.r[4],fe=this.r[5],Ct=this.r[6],bt=this.r[7],Gt=this.r[8],wt=this.r[9];E>=16;)x=z[J+0]&255|(z[J+1]&255)<<8,Ke+=x&8191,Q=z[J+2]&255|(z[J+3]&255)<<8,He+=(x>>>13|Q<<3)&8191,H=z[J+4]&255|(z[J+5]&255)<<8,ze+=(Q>>>10|H<<6)&8191,se=z[J+6]&255|(z[J+7]&255)<<8,xe+=(H>>>7|se<<9)&8191,ue=z[J+8]&255|(z[J+9]&255)<<8,we+=(se>>>4|ue<<12)&8191,pe+=ue>>>1&8191,Se=z[J+10]&255|(z[J+11]&255)<<8,ge+=(ue>>>14|Se<<2)&8191,Re=z[J+12]&255|(z[J+13]&255)<<8,Ee+=(Se>>>11|Re<<5)&8191,it=z[J+14]&255|(z[J+15]&255)<<8,ve+=(Re>>>8|it<<8)&8191,Te+=it>>>5|p,Ue=0,ct=Ue,ct+=Ke*Je,ct+=He*(5*wt),ct+=ze*(5*Gt),ct+=xe*(5*bt),ct+=we*(5*Ct),Ue=ct>>>13,ct&=8191,ct+=pe*(5*fe),ct+=ge*(5*Qt),ct+=Ee*(5*le),ct+=ve*(5*dt),ct+=Te*(5*ut),Ue+=ct>>>13,ct&=8191,Xe=Ue,Xe+=Ke*ut,Xe+=He*Je,Xe+=ze*(5*wt),Xe+=xe*(5*Gt),Xe+=we*(5*bt),Ue=Xe>>>13,Xe&=8191,Xe+=pe*(5*Ct),Xe+=ge*(5*fe),Xe+=Ee*(5*Qt),Xe+=ve*(5*le),Xe+=Te*(5*dt),Ue+=Xe>>>13,Xe&=8191,Oe=Ue,Oe+=Ke*dt,Oe+=He*ut,Oe+=ze*Je,Oe+=xe*(5*wt),Oe+=we*(5*Gt),Ue=Oe>>>13,Oe&=8191,Oe+=pe*(5*bt),Oe+=ge*(5*Ct),Oe+=Ee*(5*fe),Oe+=ve*(5*Qt),Oe+=Te*(5*le),Ue+=Oe>>>13,Oe&=8191,ke=Ue,ke+=Ke*le,ke+=He*dt,ke+=ze*ut,ke+=xe*Je,ke+=we*(5*wt),Ue=ke>>>13,ke&=8191,ke+=pe*(5*Gt),ke+=ge*(5*bt),ke+=Ee*(5*Ct),ke+=ve*(5*fe),ke+=Te*(5*Qt),Ue+=ke>>>13,ke&=8191,nt=Ue,nt+=Ke*Qt,nt+=He*le,nt+=ze*dt,nt+=xe*ut,nt+=we*Je,Ue=nt>>>13,nt&=8191,nt+=pe*(5*wt),nt+=ge*(5*Gt),nt+=Ee*(5*bt),nt+=ve*(5*Ct),nt+=Te*(5*fe),Ue+=nt>>>13,nt&=8191,oe=Ue,oe+=Ke*fe,oe+=He*Qt,oe+=ze*le,oe+=xe*dt,oe+=we*ut,Ue=oe>>>13,oe&=8191,oe+=pe*Je,oe+=ge*(5*wt),oe+=Ee*(5*Gt),oe+=ve*(5*bt),oe+=Te*(5*Ct),Ue+=oe>>>13,oe&=8191,j=Ue,j+=Ke*Ct,j+=He*fe,j+=ze*Qt,j+=xe*le,j+=we*dt,Ue=j>>>13,j&=8191,j+=pe*ut,j+=ge*Je,j+=Ee*(5*wt),j+=ve*(5*Gt),j+=Te*(5*bt),Ue+=j>>>13,j&=8191,ye=Ue,ye+=Ke*bt,ye+=He*Ct,ye+=ze*fe,ye+=xe*Qt,ye+=we*le,Ue=ye>>>13,ye&=8191,ye+=pe*dt,ye+=ge*ut,ye+=Ee*Je,ye+=ve*(5*wt),ye+=Te*(5*Gt),Ue+=ye>>>13,ye&=8191,Be=Ue,Be+=Ke*Gt,Be+=He*bt,Be+=ze*Ct,Be+=xe*fe,Be+=we*Qt,Ue=Be>>>13,Be&=8191,Be+=pe*le,Be+=ge*dt,Be+=Ee*ut,Be+=ve*Je,Be+=Te*(5*wt),Ue+=Be>>>13,Be&=8191,Qe=Ue,Qe+=Ke*wt,Qe+=He*Gt,Qe+=ze*bt,Qe+=xe*Ct,Qe+=we*fe,Ue=Qe>>>13,Qe&=8191,Qe+=pe*Qt,Qe+=ge*le,Qe+=Ee*dt,Qe+=ve*ut,Qe+=Te*Je,Ue+=Qe>>>13,Qe&=8191,Ue=(Ue<<2)+Ue|0,Ue=Ue+ct|0,ct=Ue&8191,Ue=Ue>>>13,Xe+=Ue,Ke=ct,He=Xe,ze=Oe,xe=ke,we=nt,pe=oe,ge=j,Ee=ye,ve=Be,Te=Qe,J+=16,E-=16;this.h[0]=Ke,this.h[1]=He,this.h[2]=ze,this.h[3]=xe,this.h[4]=we,this.h[5]=pe,this.h[6]=ge,this.h[7]=Ee,this.h[8]=ve,this.h[9]=Te},X.prototype.finish=function(z,J){var E=new Uint16Array(10),p,x,Q,H;if(this.leftover){for(H=this.leftover,this.buffer[H++]=1;H<16;H++)this.buffer[H]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(p=this.h[1]>>>13,this.h[1]&=8191,H=2;H<10;H++)this.h[H]+=p,p=this.h[H]>>>13,this.h[H]&=8191;for(this.h[0]+=p*5,p=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=p,p=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=p,E[0]=this.h[0]+5,p=E[0]>>>13,E[0]&=8191,H=1;H<10;H++)E[H]=this.h[H]+p,p=E[H]>>>13,E[H]&=8191;for(E[9]-=1<<13,x=(p^1)-1,H=0;H<10;H++)E[H]&=x;for(x=~x,H=0;H<10;H++)this.h[H]=this.h[H]&x|E[H];for(this.h[0]=(this.h[0]|this.h[1]<<13)&65535,this.h[1]=(this.h[1]>>>3|this.h[2]<<10)&65535,this.h[2]=(this.h[2]>>>6|this.h[3]<<7)&65535,this.h[3]=(this.h[3]>>>9|this.h[4]<<4)&65535,this.h[4]=(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14)&65535,this.h[5]=(this.h[6]>>>2|this.h[7]<<11)&65535,this.h[6]=(this.h[7]>>>5|this.h[8]<<8)&65535,this.h[7]=(this.h[8]>>>8|this.h[9]<<5)&65535,Q=this.h[0]+this.pad[0],this.h[0]=Q&65535,H=1;H<8;H++)Q=(this.h[H]+this.pad[H]|0)+(Q>>>16)|0,this.h[H]=Q&65535;z[J+0]=this.h[0]>>>0&255,z[J+1]=this.h[0]>>>8&255,z[J+2]=this.h[1]>>>0&255,z[J+3]=this.h[1]>>>8&255,z[J+4]=this.h[2]>>>0&255,z[J+5]=this.h[2]>>>8&255,z[J+6]=this.h[3]>>>0&255,z[J+7]=this.h[3]>>>8&255,z[J+8]=this.h[4]>>>0&255,z[J+9]=this.h[4]>>>8&255,z[J+10]=this.h[5]>>>0&255,z[J+11]=this.h[5]>>>8&255,z[J+12]=this.h[6]>>>0&255,z[J+13]=this.h[6]>>>8&255,z[J+14]=this.h[7]>>>0&255,z[J+15]=this.h[7]>>>8&255},X.prototype.update=function(z,J,E){var p,x;if(this.leftover){for(x=16-this.leftover,x>E&&(x=E),p=0;p<x;p++)this.buffer[this.leftover+p]=z[J+p];if(E-=x,J+=x,this.leftover+=x,this.leftover<16)return;this.blocks(this.buffer,0,16),this.leftover=0}if(E>=16&&(x=E-E%16,this.blocks(z,J,x),J+=x,E-=x),E){for(p=0;p<E;p++)this.buffer[this.leftover+p]=z[J+p];this.leftover+=E}};function te(z,J,E,p,x,Q){var H=new X(Q);return H.update(E,p,x),H.finish(z,J),0}function Ce(z,J,E,p,x,Q){var H=new Uint8Array(16);return te(H,0,E,p,x,Q),F(z,J,H,0)}function je(z,J,E,p,x){var Q;if(E<32)return-1;for(S(z,0,J,0,E,p,x),te(z,16,z,32,E-32,z),Q=0;Q<16;Q++)z[Q]=0;return 0}function V(z,J,E,p,x){var Q,H=new Uint8Array(32);if(E<32||(Y(H,0,32,p,x),Ce(J,16,J,32,E-32,H)!==0))return-1;for(S(z,0,J,0,E,p,x),Q=0;Q<32;Q++)z[Q]=0;return 0}function be(z,J){var E;for(E=0;E<16;E++)z[E]=J[E]|0}function Ge(z){var J,E,p=1;for(J=0;J<16;J++)E=z[J]+p+65535,p=Math.floor(E/65536),z[J]=E-p*65536;z[0]+=p-1+37*(p-1)}function Ve(z,J,E){for(var p,x=~(E-1),Q=0;Q<16;Q++)p=x&(z[Q]^J[Q]),z[Q]^=p,J[Q]^=p}function at(z,J){var E,p,x,Q=e(),H=e();for(E=0;E<16;E++)H[E]=J[E];for(Ge(H),Ge(H),Ge(H),p=0;p<2;p++){for(Q[0]=H[0]-65517,E=1;E<15;E++)Q[E]=H[E]-65535-(Q[E-1]>>16&1),Q[E-1]&=65535;Q[15]=H[15]-32767-(Q[14]>>16&1),x=Q[15]>>16&1,Q[14]&=65535,Ve(H,Q,1-x)}for(E=0;E<16;E++)z[2*E]=H[E]&255,z[2*E+1]=H[E]>>8}function Ze(z,J){var E=new Uint8Array(32),p=new Uint8Array(32);return at(E,z),at(p,J),q(E,0,p,0)}function Yt(z){var J=new Uint8Array(32);return at(J,z),J[0]&1}function Bt(z,J){var E;for(E=0;E<16;E++)z[E]=J[2*E]+(J[2*E+1]<<8);z[15]&=32767}function Rt(z,J,E){for(var p=0;p<16;p++)z[p]=J[p]+E[p]}function et(z,J,E){for(var p=0;p<16;p++)z[p]=J[p]-E[p]}function he(z,J,E){var p,x,Q=0,H=0,se=0,ue=0,Se=0,Re=0,it=0,Ue=0,ct=0,Xe=0,Oe=0,ke=0,nt=0,oe=0,j=0,ye=0,Be=0,Qe=0,Ke=0,He=0,ze=0,xe=0,we=0,pe=0,ge=0,Ee=0,ve=0,Te=0,Je=0,ut=0,dt=0,le=E[0],Qt=E[1],fe=E[2],Ct=E[3],bt=E[4],Gt=E[5],wt=E[6],Vt=E[7],Lt=E[8],Ar=E[9],$t=E[10],er=E[11],or=E[12],cr=E[13],fr=E[14],gr=E[15];p=J[0],Q+=p*le,H+=p*Qt,se+=p*fe,ue+=p*Ct,Se+=p*bt,Re+=p*Gt,it+=p*wt,Ue+=p*Vt,ct+=p*Lt,Xe+=p*Ar,Oe+=p*$t,ke+=p*er,nt+=p*or,oe+=p*cr,j+=p*fr,ye+=p*gr,p=J[1],H+=p*le,se+=p*Qt,ue+=p*fe,Se+=p*Ct,Re+=p*bt,it+=p*Gt,Ue+=p*wt,ct+=p*Vt,Xe+=p*Lt,Oe+=p*Ar,ke+=p*$t,nt+=p*er,oe+=p*or,j+=p*cr,ye+=p*fr,Be+=p*gr,p=J[2],se+=p*le,ue+=p*Qt,Se+=p*fe,Re+=p*Ct,it+=p*bt,Ue+=p*Gt,ct+=p*wt,Xe+=p*Vt,Oe+=p*Lt,ke+=p*Ar,nt+=p*$t,oe+=p*er,j+=p*or,ye+=p*cr,Be+=p*fr,Qe+=p*gr,p=J[3],ue+=p*le,Se+=p*Qt,Re+=p*fe,it+=p*Ct,Ue+=p*bt,ct+=p*Gt,Xe+=p*wt,Oe+=p*Vt,ke+=p*Lt,nt+=p*Ar,oe+=p*$t,j+=p*er,ye+=p*or,Be+=p*cr,Qe+=p*fr,Ke+=p*gr,p=J[4],Se+=p*le,Re+=p*Qt,it+=p*fe,Ue+=p*Ct,ct+=p*bt,Xe+=p*Gt,Oe+=p*wt,ke+=p*Vt,nt+=p*Lt,oe+=p*Ar,j+=p*$t,ye+=p*er,Be+=p*or,Qe+=p*cr,Ke+=p*fr,He+=p*gr,p=J[5],Re+=p*le,it+=p*Qt,Ue+=p*fe,ct+=p*Ct,Xe+=p*bt,Oe+=p*Gt,ke+=p*wt,nt+=p*Vt,oe+=p*Lt,j+=p*Ar,ye+=p*$t,Be+=p*er,Qe+=p*or,Ke+=p*cr,He+=p*fr,ze+=p*gr,p=J[6],it+=p*le,Ue+=p*Qt,ct+=p*fe,Xe+=p*Ct,Oe+=p*bt,ke+=p*Gt,nt+=p*wt,oe+=p*Vt,j+=p*Lt,ye+=p*Ar,Be+=p*$t,Qe+=p*er,Ke+=p*or,He+=p*cr,ze+=p*fr,xe+=p*gr,p=J[7],Ue+=p*le,ct+=p*Qt,Xe+=p*fe,Oe+=p*Ct,ke+=p*bt,nt+=p*Gt,oe+=p*wt,j+=p*Vt,ye+=p*Lt,Be+=p*Ar,Qe+=p*$t,Ke+=p*er,He+=p*or,ze+=p*cr,xe+=p*fr,we+=p*gr,p=J[8],ct+=p*le,Xe+=p*Qt,Oe+=p*fe,ke+=p*Ct,nt+=p*bt,oe+=p*Gt,j+=p*wt,ye+=p*Vt,Be+=p*Lt,Qe+=p*Ar,Ke+=p*$t,He+=p*er,ze+=p*or,xe+=p*cr,we+=p*fr,pe+=p*gr,p=J[9],Xe+=p*le,Oe+=p*Qt,ke+=p*fe,nt+=p*Ct,oe+=p*bt,j+=p*Gt,ye+=p*wt,Be+=p*Vt,Qe+=p*Lt,Ke+=p*Ar,He+=p*$t,ze+=p*er,xe+=p*or,we+=p*cr,pe+=p*fr,ge+=p*gr,p=J[10],Oe+=p*le,ke+=p*Qt,nt+=p*fe,oe+=p*Ct,j+=p*bt,ye+=p*Gt,Be+=p*wt,Qe+=p*Vt,Ke+=p*Lt,He+=p*Ar,ze+=p*$t,xe+=p*er,we+=p*or,pe+=p*cr,ge+=p*fr,Ee+=p*gr,p=J[11],ke+=p*le,nt+=p*Qt,oe+=p*fe,j+=p*Ct,ye+=p*bt,Be+=p*Gt,Qe+=p*wt,Ke+=p*Vt,He+=p*Lt,ze+=p*Ar,xe+=p*$t,we+=p*er,pe+=p*or,ge+=p*cr,Ee+=p*fr,ve+=p*gr,p=J[12],nt+=p*le,oe+=p*Qt,j+=p*fe,ye+=p*Ct,Be+=p*bt,Qe+=p*Gt,Ke+=p*wt,He+=p*Vt,ze+=p*Lt,xe+=p*Ar,we+=p*$t,pe+=p*er,ge+=p*or,Ee+=p*cr,ve+=p*fr,Te+=p*gr,p=J[13],oe+=p*le,j+=p*Qt,ye+=p*fe,Be+=p*Ct,Qe+=p*bt,Ke+=p*Gt,He+=p*wt,ze+=p*Vt,xe+=p*Lt,we+=p*Ar,pe+=p*$t,ge+=p*er,Ee+=p*or,ve+=p*cr,Te+=p*fr,Je+=p*gr,p=J[14],j+=p*le,ye+=p*Qt,Be+=p*fe,Qe+=p*Ct,Ke+=p*bt,He+=p*Gt,ze+=p*wt,xe+=p*Vt,we+=p*Lt,pe+=p*Ar,ge+=p*$t,Ee+=p*er,ve+=p*or,Te+=p*cr,Je+=p*fr,ut+=p*gr,p=J[15],ye+=p*le,Be+=p*Qt,Qe+=p*fe,Ke+=p*Ct,He+=p*bt,ze+=p*Gt,xe+=p*wt,we+=p*Vt,pe+=p*Lt,ge+=p*Ar,Ee+=p*$t,ve+=p*er,Te+=p*or,Je+=p*cr,ut+=p*fr,dt+=p*gr,Q+=38*Be,H+=38*Qe,se+=38*Ke,ue+=38*He,Se+=38*ze,Re+=38*xe,it+=38*we,Ue+=38*pe,ct+=38*ge,Xe+=38*Ee,Oe+=38*ve,ke+=38*Te,nt+=38*Je,oe+=38*ut,j+=38*dt,x=1,p=Q+x+65535,x=Math.floor(p/65536),Q=p-x*65536,p=H+x+65535,x=Math.floor(p/65536),H=p-x*65536,p=se+x+65535,x=Math.floor(p/65536),se=p-x*65536,p=ue+x+65535,x=Math.floor(p/65536),ue=p-x*65536,p=Se+x+65535,x=Math.floor(p/65536),Se=p-x*65536,p=Re+x+65535,x=Math.floor(p/65536),Re=p-x*65536,p=it+x+65535,x=Math.floor(p/65536),it=p-x*65536,p=Ue+x+65535,x=Math.floor(p/65536),Ue=p-x*65536,p=ct+x+65535,x=Math.floor(p/65536),ct=p-x*65536,p=Xe+x+65535,x=Math.floor(p/65536),Xe=p-x*65536,p=Oe+x+65535,x=Math.floor(p/65536),Oe=p-x*65536,p=ke+x+65535,x=Math.floor(p/65536),ke=p-x*65536,p=nt+x+65535,x=Math.floor(p/65536),nt=p-x*65536,p=oe+x+65535,x=Math.floor(p/65536),oe=p-x*65536,p=j+x+65535,x=Math.floor(p/65536),j=p-x*65536,p=ye+x+65535,x=Math.floor(p/65536),ye=p-x*65536,Q+=x-1+37*(x-1),x=1,p=Q+x+65535,x=Math.floor(p/65536),Q=p-x*65536,p=H+x+65535,x=Math.floor(p/65536),H=p-x*65536,p=se+x+65535,x=Math.floor(p/65536),se=p-x*65536,p=ue+x+65535,x=Math.floor(p/65536),ue=p-x*65536,p=Se+x+65535,x=Math.floor(p/65536),Se=p-x*65536,p=Re+x+65535,x=Math.floor(p/65536),Re=p-x*65536,p=it+x+65535,x=Math.floor(p/65536),it=p-x*65536,p=Ue+x+65535,x=Math.floor(p/65536),Ue=p-x*65536,p=ct+x+65535,x=Math.floor(p/65536),ct=p-x*65536,p=Xe+x+65535,x=Math.floor(p/65536),Xe=p-x*65536,p=Oe+x+65535,x=Math.floor(p/65536),Oe=p-x*65536,p=ke+x+65535,x=Math.floor(p/65536),ke=p-x*65536,p=nt+x+65535,x=Math.floor(p/65536),nt=p-x*65536,p=oe+x+65535,x=Math.floor(p/65536),oe=p-x*65536,p=j+x+65535,x=Math.floor(p/65536),j=p-x*65536,p=ye+x+65535,x=Math.floor(p/65536),ye=p-x*65536,Q+=x-1+37*(x-1),z[0]=Q,z[1]=H,z[2]=se,z[3]=ue,z[4]=Se,z[5]=Re,z[6]=it,z[7]=Ue,z[8]=ct,z[9]=Xe,z[10]=Oe,z[11]=ke,z[12]=nt,z[13]=oe,z[14]=j,z[15]=ye}function G(z,J){he(z,J,J)}function Et(z,J){var E=e(),p;for(p=0;p<16;p++)E[p]=J[p];for(p=253;p>=0;p--)G(E,E),p!==2&&p!==4&&he(E,E,J);for(p=0;p<16;p++)z[p]=E[p]}function ft(z,J){var E=e(),p;for(p=0;p<16;p++)E[p]=J[p];for(p=250;p>=0;p--)G(E,E),p!==1&&he(E,E,J);for(p=0;p<16;p++)z[p]=E[p]}function pt(z,J,E){var p=new Uint8Array(32),x=new Float64Array(80),Q,H,se=e(),ue=e(),Se=e(),Re=e(),it=e(),Ue=e();for(H=0;H<31;H++)p[H]=J[H];for(p[31]=J[31]&127|64,p[0]&=248,Bt(x,E),H=0;H<16;H++)ue[H]=x[H],Re[H]=se[H]=Se[H]=0;for(se[0]=Re[0]=1,H=254;H>=0;--H)Q=p[H>>>3]>>>(H&7)&1,Ve(se,ue,Q),Ve(Se,Re,Q),Rt(it,se,Se),et(se,se,Se),Rt(Se,ue,Re),et(ue,ue,Re),G(Re,it),G(Ue,se),he(se,Se,se),he(Se,ue,it),Rt(it,se,Se),et(se,se,Se),G(ue,se),et(Se,Re,Ue),he(se,Se,A),Rt(se,se,Re),he(Se,Se,se),he(se,Re,Ue),he(Re,ue,x),G(ue,it),Ve(se,ue,Q),Ve(Se,Re,Q);for(H=0;H<16;H++)x[H+16]=se[H],x[H+32]=Se[H],x[H+48]=ue[H],x[H+64]=Re[H];var ct=x.subarray(32),Xe=x.subarray(16);return Et(ct,ct),he(Xe,Xe,ct),at(z,Xe),0}function Z(z,J){return pt(z,J,n)}function h(z,J){return r(J,32),Z(z,J)}function f(z,J,E){var p=new Uint8Array(32);return pt(p,E,J),ne(z,i,p,ie)}var m=je,b=V;function O(z,J,E,p,x,Q){var H=new Uint8Array(32);return f(H,x,Q),m(z,J,E,p,H)}function L(z,J,E,p,x,Q){var H=new Uint8Array(32);return f(H,x,Q),b(z,J,E,p,H)}var o=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function u(z,J,E,p){for(var x=new Int32Array(16),Q=new Int32Array(16),H,se,ue,Se,Re,it,Ue,ct,Xe,Oe,ke,nt,oe,j,ye,Be,Qe,Ke,He,ze,xe,we,pe,ge,Ee,ve,Te=z[0],Je=z[1],ut=z[2],dt=z[3],le=z[4],Qt=z[5],fe=z[6],Ct=z[7],bt=J[0],Gt=J[1],wt=J[2],Vt=J[3],Lt=J[4],Ar=J[5],$t=J[6],er=J[7],or=0;p>=128;){for(He=0;He<16;He++)ze=8*He+or,x[He]=E[ze+0]<<24|E[ze+1]<<16|E[ze+2]<<8|E[ze+3],Q[He]=E[ze+4]<<24|E[ze+5]<<16|E[ze+6]<<8|E[ze+7];for(He=0;He<80;He++)if(H=Te,se=Je,ue=ut,Se=dt,Re=le,it=Qt,Ue=fe,ct=Ct,Xe=bt,Oe=Gt,ke=wt,nt=Vt,oe=Lt,j=Ar,ye=$t,Be=er,xe=Ct,we=er,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=(le>>>14|Lt<<32-14)^(le>>>18|Lt<<32-18)^(Lt>>>41-32|le<<32-(41-32)),we=(Lt>>>14|le<<32-14)^(Lt>>>18|le<<32-18)^(le>>>41-32|Lt<<32-(41-32)),pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,xe=le&Qt^~le&fe,we=Lt&Ar^~Lt&$t,pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,xe=o[He*2],we=o[He*2+1],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,xe=x[He%16],we=Q[He%16],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,Qe=Ee&65535|ve<<16,Ke=pe&65535|ge<<16,xe=Qe,we=Ke,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=(Te>>>28|bt<<32-28)^(bt>>>34-32|Te<<32-(34-32))^(bt>>>39-32|Te<<32-(39-32)),we=(bt>>>28|Te<<32-28)^(Te>>>34-32|bt<<32-(34-32))^(Te>>>39-32|bt<<32-(39-32)),pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,xe=Te&Je^Te&ut^Je&ut,we=bt&Gt^bt&wt^Gt&wt,pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,ct=Ee&65535|ve<<16,Be=pe&65535|ge<<16,xe=Se,we=nt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=Qe,we=Ke,pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,Se=Ee&65535|ve<<16,nt=pe&65535|ge<<16,Je=H,ut=se,dt=ue,le=Se,Qt=Re,fe=it,Ct=Ue,Te=ct,Gt=Xe,wt=Oe,Vt=ke,Lt=nt,Ar=oe,$t=j,er=ye,bt=Be,He%16===15)for(ze=0;ze<16;ze++)xe=x[ze],we=Q[ze],pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=x[(ze+9)%16],we=Q[(ze+9)%16],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,Qe=x[(ze+1)%16],Ke=Q[(ze+1)%16],xe=(Qe>>>1|Ke<<32-1)^(Qe>>>8|Ke<<32-8)^Qe>>>7,we=(Ke>>>1|Qe<<32-1)^(Ke>>>8|Qe<<32-8)^(Ke>>>7|Qe<<32-7),pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,Qe=x[(ze+14)%16],Ke=Q[(ze+14)%16],xe=(Qe>>>19|Ke<<32-19)^(Ke>>>61-32|Qe<<32-(61-32))^Qe>>>6,we=(Ke>>>19|Qe<<32-19)^(Qe>>>61-32|Ke<<32-(61-32))^(Ke>>>6|Qe<<32-6),pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,x[ze]=Ee&65535|ve<<16,Q[ze]=pe&65535|ge<<16;xe=Te,we=bt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[0],we=J[0],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[0]=Te=Ee&65535|ve<<16,J[0]=bt=pe&65535|ge<<16,xe=Je,we=Gt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[1],we=J[1],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[1]=Je=Ee&65535|ve<<16,J[1]=Gt=pe&65535|ge<<16,xe=ut,we=wt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[2],we=J[2],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[2]=ut=Ee&65535|ve<<16,J[2]=wt=pe&65535|ge<<16,xe=dt,we=Vt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[3],we=J[3],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[3]=dt=Ee&65535|ve<<16,J[3]=Vt=pe&65535|ge<<16,xe=le,we=Lt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[4],we=J[4],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[4]=le=Ee&65535|ve<<16,J[4]=Lt=pe&65535|ge<<16,xe=Qt,we=Ar,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[5],we=J[5],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[5]=Qt=Ee&65535|ve<<16,J[5]=Ar=pe&65535|ge<<16,xe=fe,we=$t,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[6],we=J[6],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[6]=fe=Ee&65535|ve<<16,J[6]=$t=pe&65535|ge<<16,xe=Ct,we=er,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[7],we=J[7],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[7]=Ct=Ee&65535|ve<<16,J[7]=er=pe&65535|ge<<16,or+=128,p-=128}return p}function d(z,J,E){var p=new Int32Array(8),x=new Int32Array(8),Q=new Uint8Array(256),H,se=E;for(p[0]=1779033703,p[1]=3144134277,p[2]=1013904242,p[3]=2773480762,p[4]=1359893119,p[5]=2600822924,p[6]=528734635,p[7]=1541459225,x[0]=4089235720,x[1]=2227873595,x[2]=4271175723,x[3]=1595750129,x[4]=2917565137,x[5]=725511199,x[6]=4215389547,x[7]=327033209,u(p,x,J,E),E%=128,H=0;H<E;H++)Q[H]=J[se-E+H];for(Q[E]=128,E=256-128*(E<112?1:0),Q[E-9]=0,I(Q,E-8,se/536870912|0,se<<3),u(p,x,Q,E),H=0;H<8;H++)I(z,8*H,p[H],x[H]);return 0}function w(z,J){var E=e(),p=e(),x=e(),Q=e(),H=e(),se=e(),ue=e(),Se=e(),Re=e();et(E,z[1],z[0]),et(Re,J[1],J[0]),he(E,E,Re),Rt(p,z[0],z[1]),Rt(Re,J[0],J[1]),he(p,p,Re),he(x,z[3],J[3]),he(x,x,l),he(Q,z[2],J[2]),Rt(Q,Q,Q),et(H,p,E),et(se,Q,x),Rt(ue,Q,x),Rt(Se,p,E),he(z[0],H,se),he(z[1],Se,ue),he(z[2],ue,se),he(z[3],H,Se)}function R(z,J,E){var p;for(p=0;p<4;p++)Ve(z[p],J[p],E)}function k(z,J){var E=e(),p=e(),x=e();Et(x,J[2]),he(E,J[0],x),he(p,J[1],x),at(z,p),z[31]^=Yt(E)<<7}function ee(z,J,E){var p,x;for(be(z[0],s),be(z[1],a),be(z[2],a),be(z[3],s),x=255;x>=0;--x)p=E[x/8|0]>>(x&7)&1,R(z,J,p),w(J,z),w(z,z),R(z,J,p)}function Ae(z,J){var E=[e(),e(),e(),e()];be(E[0],g),be(E[1],C),be(E[2],a),he(E[3],g,C),ee(z,E,J)}function me(z,J,E){var p=new Uint8Array(64),x=[e(),e(),e(),e()],Q;for(E||r(J,32),d(p,J,32),p[0]&=248,p[31]&=127,p[31]|=64,Ae(x,p),k(z,x),Q=0;Q<32;Q++)J[Q+32]=z[Q];return 0}var Fe=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function Le(z,J){var E,p,x,Q;for(p=63;p>=32;--p){for(E=0,x=p-32,Q=p-12;x<Q;++x)J[x]+=E-16*J[p]*Fe[x-(p-32)],E=Math.floor((J[x]+128)/256),J[x]-=E*256;J[x]+=E,J[p]=0}for(E=0,x=0;x<32;x++)J[x]+=E-(J[31]>>4)*Fe[x],E=J[x]>>8,J[x]&=255;for(x=0;x<32;x++)J[x]-=E*Fe[x];for(p=0;p<32;p++)J[p+1]+=J[p]>>8,z[p]=J[p]&255}function Me(z){var J=new Float64Array(64),E;for(E=0;E<64;E++)J[E]=z[E];for(E=0;E<64;E++)z[E]=0;Le(z,J)}function Ne(z,J,E,p){var x=new Uint8Array(64),Q=new Uint8Array(64),H=new Uint8Array(64),se,ue,Se=new Float64Array(64),Re=[e(),e(),e(),e()];d(x,p,32),x[0]&=248,x[31]&=127,x[31]|=64;var it=E+64;for(se=0;se<E;se++)z[64+se]=J[se];for(se=0;se<32;se++)z[32+se]=x[32+se];for(d(H,z.subarray(32),E+32),Me(H),Ae(Re,H),k(z,Re),se=32;se<64;se++)z[se]=p[se];for(d(Q,z,E+64),Me(Q),se=0;se<64;se++)Se[se]=0;for(se=0;se<32;se++)Se[se]=H[se];for(se=0;se<32;se++)for(ue=0;ue<32;ue++)Se[se+ue]+=Q[se]*x[ue];return Le(z.subarray(32),Se),it}function ht(z,J){var E=e(),p=e(),x=e(),Q=e(),H=e(),se=e(),ue=e();return be(z[2],a),Bt(z[1],J),G(x,z[1]),he(Q,x,c),et(x,x,z[2]),Rt(Q,z[2],Q),G(H,Q),G(se,H),he(ue,se,H),he(E,ue,x),he(E,E,Q),ft(E,E),he(E,E,x),he(E,E,Q),he(E,E,Q),he(z[0],E,Q),G(p,z[0]),he(p,p,Q),Ze(p,x)&&he(z[0],z[0],B),G(p,z[0]),he(p,p,Q),Ze(p,x)?-1:(Yt(z[0])===J[31]>>7&&et(z[0],s,z[0]),he(z[3],z[0],z[1]),0)}function vt(z,J,E,p){var x,Q=new Uint8Array(32),H=new Uint8Array(64),se=[e(),e(),e(),e()],ue=[e(),e(),e(),e()];if(E<64||ht(ue,p))return-1;for(x=0;x<E;x++)z[x]=J[x];for(x=0;x<32;x++)z[x+32]=p[x];if(d(H,z,E),Me(H),ee(se,ue,H),Ae(ue,J.subarray(32)),w(se,ue),k(Q,se),E-=64,q(J,0,Q,0)){for(x=0;x<E;x++)z[x]=0;return-1}for(x=0;x<E;x++)z[x]=J[x+64];return E}var ur=32,rr=24,kt=32,At=16,ar=32,St=32,sr=32,Pt=32,Er=32,Ht=rr,mn=kt,Zn=At,Fr=64,Si=32,Qr=64,br=32,Oi=64;t.lowlevel={crypto_core_hsalsa20:ne,crypto_stream_xor:S,crypto_stream:Y,crypto_stream_salsa20_xor:T,crypto_stream_salsa20:D,crypto_onetimeauth:te,crypto_onetimeauth_verify:Ce,crypto_verify_16:F,crypto_verify_32:q,crypto_secretbox:je,crypto_secretbox_open:V,crypto_scalarmult:pt,crypto_scalarmult_base:Z,crypto_box_beforenm:f,crypto_box_afternm:m,crypto_box:O,crypto_box_open:L,crypto_box_keypair:h,crypto_hash:d,crypto_sign:Ne,crypto_sign_keypair:me,crypto_sign_open:vt,crypto_secretbox_KEYBYTES:ur,crypto_secretbox_NONCEBYTES:rr,crypto_secretbox_ZEROBYTES:kt,crypto_secretbox_BOXZEROBYTES:At,crypto_scalarmult_BYTES:ar,crypto_scalarmult_SCALARBYTES:St,crypto_box_PUBLICKEYBYTES:sr,crypto_box_SECRETKEYBYTES:Pt,crypto_box_BEFORENMBYTES:Er,crypto_box_NONCEBYTES:Ht,crypto_box_ZEROBYTES:mn,crypto_box_BOXZEROBYTES:Zn,crypto_sign_BYTES:Fr,crypto_sign_PUBLICKEYBYTES:Si,crypto_sign_SECRETKEYBYTES:Qr,crypto_sign_SEEDBYTES:br,crypto_hash_BYTES:Oi,gf:e,D:c,L:Fe,pack25519:at,unpack25519:Bt,M:he,A:Rt,S:G,Z:et,pow2523:ft,add:w,set25519:be,modL:Le,scalarmult:ee,scalarbase:Ae};function Ki(z,J){if(z.length!==ur)throw new Error("bad key size");if(J.length!==rr)throw new Error("bad nonce size")}function os(z,J){if(z.length!==sr)throw new Error("bad public key size");if(J.length!==Pt)throw new Error("bad secret key size")}function dr(){for(var z=0;z<arguments.length;z++)if(!(arguments[z]instanceof Uint8Array))throw new TypeError("unexpected type, use Uint8Array")}function lr(z){for(var J=0;J<z.length;J++)z[J]=0}t.randomBytes=function(z){var J=new Uint8Array(z);return r(J,z),J},t.secretbox=function(z,J,E){dr(z,J,E),Ki(E,J);for(var p=new Uint8Array(kt+z.length),x=new Uint8Array(p.length),Q=0;Q<z.length;Q++)p[Q+kt]=z[Q];return je(x,p,p.length,J,E),x.subarray(At)},t.secretbox.open=function(z,J,E){dr(z,J,E),Ki(E,J);for(var p=new Uint8Array(At+z.length),x=new Uint8Array(p.length),Q=0;Q<z.length;Q++)p[Q+At]=z[Q];return p.length<32||V(x,p,p.length,J,E)!==0?null:x.subarray(kt)},t.secretbox.keyLength=ur,t.secretbox.nonceLength=rr,t.secretbox.overheadLength=At,t.scalarMult=function(z,J){if(dr(z,J),z.length!==St)throw new Error("bad n size");if(J.length!==ar)throw new Error("bad p size");var E=new Uint8Array(ar);return pt(E,z,J),E},t.scalarMult.base=function(z){if(dr(z),z.length!==St)throw new Error("bad n size");var J=new Uint8Array(ar);return Z(J,z),J},t.scalarMult.scalarLength=St,t.scalarMult.groupElementLength=ar,t.box=function(z,J,E,p){var x=t.box.before(E,p);return t.secretbox(z,J,x)},t.box.before=function(z,J){dr(z,J),os(z,J);var E=new Uint8Array(Er);return f(E,z,J),E},t.box.after=t.secretbox,t.box.open=function(z,J,E,p){var x=t.box.before(E,p);return t.secretbox.open(z,J,x)},t.box.open.after=t.secretbox.open,t.box.keyPair=function(){var z=new Uint8Array(sr),J=new Uint8Array(Pt);return h(z,J),{publicKey:z,secretKey:J}},t.box.keyPair.fromSecretKey=function(z){if(dr(z),z.length!==Pt)throw new Error("bad secret key size");var J=new Uint8Array(sr);return Z(J,z),{publicKey:J,secretKey:new Uint8Array(z)}},t.box.publicKeyLength=sr,t.box.secretKeyLength=Pt,t.box.sharedKeyLength=Er,t.box.nonceLength=Ht,t.box.overheadLength=t.secretbox.overheadLength,t.sign=function(z,J){if(dr(z,J),J.length!==Qr)throw new Error("bad secret key size");var E=new Uint8Array(Fr+z.length);return Ne(E,z,z.length,J),E},t.sign.open=function(z,J){if(dr(z,J),J.length!==Si)throw new Error("bad public key size");var E=new Uint8Array(z.length),p=vt(E,z,z.length,J);if(p<0)return null;for(var x=new Uint8Array(p),Q=0;Q<x.length;Q++)x[Q]=E[Q];return x},t.sign.detached=function(z,J){for(var E=t.sign(z,J),p=new Uint8Array(Fr),x=0;x<p.length;x++)p[x]=E[x];return p},t.sign.detached.verify=function(z,J,E){if(dr(z,J,E),J.length!==Fr)throw new Error("bad signature size");if(E.length!==Si)throw new Error("bad public key size");var p=new Uint8Array(Fr+z.length),x=new Uint8Array(Fr+z.length),Q;for(Q=0;Q<Fr;Q++)p[Q]=J[Q];for(Q=0;Q<z.length;Q++)p[Q+Fr]=z[Q];return vt(x,p,p.length,E)>=0},t.sign.keyPair=function(){var z=new Uint8Array(Si),J=new Uint8Array(Qr);return me(z,J),{publicKey:z,secretKey:J}},t.sign.keyPair.fromSecretKey=function(z){if(dr(z),z.length!==Qr)throw new Error("bad secret key size");for(var J=new Uint8Array(Si),E=0;E<J.length;E++)J[E]=z[32+E];return{publicKey:J,secretKey:new Uint8Array(z)}},t.sign.keyPair.fromSeed=function(z){if(dr(z),z.length!==br)throw new Error("bad seed size");for(var J=new Uint8Array(Si),E=new Uint8Array(Qr),p=0;p<32;p++)E[p]=z[p];return me(J,E,!0),{publicKey:J,secretKey:E}},t.sign.publicKeyLength=Si,t.sign.secretKeyLength=Qr,t.sign.seedLength=br,t.sign.signatureLength=Fr,t.hash=function(z){dr(z);var J=new Uint8Array(Oi);return d(J,z,z.length),J},t.hash.hashLength=Oi,t.verify=function(z,J){return dr(z,J),z.length===0||J.length===0||z.length!==J.length?!1:v(z,0,J,0,z.length)===0},t.setPRNG=function(z){r=z},function(){var z=typeof self<"u"?self.crypto||self.msCrypto:null;if(z&&z.getRandomValues){var J=65536;t.setPRNG(function(E,p){var x,Q=new Uint8Array(p);for(x=0;x<p;x+=J)z.getRandomValues(Q.subarray(x,x+Math.min(p-x,J)));for(x=0;x<p;x++)E[x]=Q[x];lr(Q)})}else typeof require<"u"&&(z=require("crypto"),z&&z.randomBytes&&t.setPRNG(function(E,p){var x,Q=z.randomBytes(p);for(x=0;x<p;x++)E[x]=Q[x];lr(Q)}))}()})(typeof hE<"u"&&hE.exports?hE.exports:self.nacl=self.nacl||{})});var gE=ce(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});wf.toHexString=wf.fromHexString=void 0;function Dq(t){var e;return new Uint8Array(((e=t.match(/.{1,2}/g))!==null&&e!==void 0?e:[]).map(r=>parseInt(r,16))).buffer}wf.fromHexString=Dq;function Rq(t){return new Uint8Array(t).reduce((e,r)=>e+r.toString(16).padStart(2,"0"),"")}wf.toHexString=Rq});var dE=ce(ci=>{"use strict";Object.defineProperty(ci,"__esModule",{value:!0});ci.unwrapDER=ci.wrapDER=ci.SECP256K1_OID=ci.ED25519_OID=ci.DER_COSE_OID=ci.decodeLen=ci.decodeLenBytes=ci.encodeLen=ci.encodeLenBytes=ci.bufEquals=void 0;var Nq=(t,e)=>{if(t.byteLength!==e.byteLength)return!1;let r=new Uint8Array(t),i=new Uint8Array(e);for(let n=0;n<r.length;n++)if(r[n]!==i[n])return!1;return!0};ci.bufEquals=Nq;var Fq=t=>{if(t<=127)return 1;if(t<=255)return 2;if(t<=65535)return 3;if(t<=16777215)return 4;throw new Error("Length too long (> 4 bytes)")};ci.encodeLenBytes=Fq;var Tq=(t,e,r)=>{if(r<=127)return t[e]=r,1;if(r<=255)return t[e]=129,t[e+1]=r,2;if(r<=65535)return t[e]=130,t[e+1]=r>>8,t[e+2]=r,3;if(r<=16777215)return t[e]=131,t[e+1]=r>>16,t[e+2]=r>>8,t[e+3]=r,4;throw new Error("Length too long (> 4 bytes)")};ci.encodeLen=Tq;var kq=(t,e)=>{if(t[e]<128)return 1;if(t[e]===128)throw new Error("Invalid length 0");if(t[e]===129)return 2;if(t[e]===130)return 3;if(t[e]===131)return 4;throw new Error("Length too long (> 4 bytes)")};ci.decodeLenBytes=kq;var Mq=(t,e)=>{let r=(0,ci.decodeLenBytes)(t,e);if(r===1)return t[e];if(r===2)return t[e+1];if(r===3)return(t[e+1]<<8)+t[e+2];if(r===4)return(t[e+1]<<16)+(t[e+2]<<8)+t[e+3];throw new Error("Length too long (> 4 bytes)")};ci.decodeLen=Mq;ci.DER_COSE_OID=Uint8Array.from([48,12,6,10,43,6,1,4,1,131,184,67,1,1]);ci.ED25519_OID=Uint8Array.from([48,5,6,3,43,101,112]);ci.SECP256K1_OID=Uint8Array.from([48,16,6,7,42,134,72,206,61,2,1,6,5,43,129,4,0,10]);function Uq(t,e){let r=2+(0,ci.encodeLenBytes)(t.byteLength+1),i=e.byteLength+r+t.byteLength,n=0,s=new Uint8Array(1+(0,ci.encodeLenBytes)(i)+i);return s[n++]=48,n+=(0,ci.encodeLen)(s,n,i),s.set(e,n),n+=e.byteLength,s[n++]=3,n+=(0,ci.encodeLen)(s,n,t.byteLength+1),s[n++]=0,s.set(new Uint8Array(t),n),s}ci.wrapDER=Uq;var Gq=(t,e)=>{let r=0,i=(A,c)=>{if(n[r++]!==A)throw new Error("Expected: "+c)},n=new Uint8Array(t);if(i(48,"sequence"),r+=(0,ci.decodeLenBytes)(n,r),!(0,ci.bufEquals)(n.slice(r,r+e.byteLength),e))throw new Error("Not the expected OID.");r+=e.byteLength,i(3,"bit string");let s=(0,ci.decodeLen)(n,r)-1;r+=(0,ci.decodeLenBytes)(n,r),i(0,"0 padding");let a=n.slice(r);if(s!==a.length)throw new Error(`DER payload mismatch: Expected length ${s} actual length ${a.length}`);return a};ci.unwrapDER=Gq});var fQ=ce(Xa=>{"use strict";var Oq=Xa&&Xa.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),qq=Xa&&Xa.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Lq=Xa&&Xa.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Oq(e,t,r);return qq(e,t),e};Object.defineProperty(Xa,"__esModule",{value:!0});Xa.Ed25519KeyIdentity=Xa.Ed25519PublicKey=void 0;var Pq=ju(),pE=Lq(lQ()),EE=gE(),IE=dE(),za=class{constructor(e){this.rawKey=e,this.derKey=za.derEncode(e)}static from(e){return this.fromDer(e.toDer())}static fromRaw(e){return new za(e)}static fromDer(e){return new za(this.derDecode(e))}static derEncode(e){return(0,IE.wrapDER)(e,IE.ED25519_OID).buffer}static derDecode(e){let r=(0,IE.unwrapDER)(e,IE.ED25519_OID);if(r.length!==this.RAW_KEY_LENGTH)throw new Error("An Ed25519 public key must be exactly 32bytes long");return r}toDer(){return this.derKey}toRaw(){return this.rawKey}};Xa.Ed25519PublicKey=za;za.RAW_KEY_LENGTH=32;var $u=class extends Pq.SignIdentity{constructor(e,r){super(),this._privateKey=r,this._publicKey=za.from(e)}static generate(e){if(e&&e.length!==32)throw new Error("Ed25519 Seed needs to be 32 bytes long.");let{publicKey:r,secretKey:i}=e===void 0?pE.sign.keyPair():pE.sign.keyPair.fromSeed(e);return new this(za.fromRaw(r),i)}static fromParsedJson(e){let[r,i]=e;return new $u(za.fromDer((0,EE.fromHexString)(r)),(0,EE.fromHexString)(i))}static fromJSON(e){let r=JSON.parse(e);if(Array.isArray(r)){if(typeof r[0]=="string"&&typeof r[1]=="string")return this.fromParsedJson([r[0],r[1]]);throw new Error("Deserialization error: JSON must have at least 2 items.")}throw new Error(`Deserialization error: Invalid JSON type for string: ${JSON.stringify(e)}`)}static fromKeyPair(e,r){return new $u(za.fromRaw(e),r)}static fromSecretKey(e){let r=pE.sign.keyPair.fromSecretKey(new Uint8Array(e));return $u.fromKeyPair(r.publicKey,r.secretKey)}toJSON(){return[(0,EE.toHexString)(this._publicKey.toDer()),(0,EE.toHexString)(this._privateKey)]}getKeyPair(){return{secretKey:this._privateKey,publicKey:this._publicKey}}getPublicKey(){return this._publicKey}async sign(e){let r=new Uint8Array(e);return pE.sign.detached(r,new Uint8Array(this._privateKey)).buffer}};Xa.Ed25519KeyIdentity=$u});var V2=ce(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});Ku.ECDSAKeyIdentity=Ku.CryptoError=void 0;var Hq=ju(),bf=class extends Error{constructor(e){super(e),this.message=e,Object.setPrototypeOf(this,bf.prototype)}};Ku.CryptoError=bf;function K2(t){if(t)return t;if(typeof crypto<"u"&&crypto.subtle)return crypto.subtle;throw new bf("Global crypto was not available and none was provided. Please inlcude a SubtleCrypto implementation. See https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto")}var vf=class extends Hq.SignIdentity{constructor(e,r,i){super(),this._keyPair=e,this._derKey=r,this._subtleCrypto=i}static async generate(e){let{extractable:r=!1,keyUsages:i=["sign","verify"],subtleCrypto:n}=e??{},s=K2(n),a=await s.generateKey({name:"ECDSA",namedCurve:"P-256"},r,i),A=await s.exportKey("spki",a.publicKey);return new this(a,A,s)}static async fromKeyPair(e,r){let i=K2(r),n=await i.exportKey("spki",e.publicKey);return new vf(e,n,i)}getKeyPair(){return this._keyPair}getPublicKey(){let e=this._derKey,r=Object.create(this._keyPair.publicKey);return r.toDer=function(){return e},r}async sign(e){let r={name:"ECDSA",hash:{name:"SHA-256"}};return this._keyPair.privateKey,await this._subtleCrypto.sign(r,this._keyPair.privateKey,e)}};Ku.ECDSAKeyIdentity=vf;Ku.default=vf});var W2=ce(Dn=>{"use strict";var jq=Dn&&Dn.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Yq=Dn&&Dn.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Jq=Dn&&Dn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&jq(e,t,r);return Yq(e,t),e},$q=Dn&&Dn.__rest||function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]]);return r};Object.defineProperty(Dn,"__esModule",{value:!0});Dn.isDelegationValid=Dn.DelegationIdentity=Dn.DelegationChain=Dn.Delegation=void 0;var gQ=ju(),dQ=La(),id=Jq(pg()),nd=gE(),Kq=new TextEncoder().encode("ic-request-auth-delegation"),Vq=new TextEncoder().encode(`
48
- ic-request`);function hQ(t){if(typeof t!="string"||t.length<64)throw new Error("Invalid public key.");return(0,nd.fromHexString)(t)}var sd=class{constructor(e,r,i){this.pubkey=e,this.expiration=r,this.targets=i}toCBOR(){return id.value.map(Object.assign({pubkey:id.value.bytes(this.pubkey),expiration:id.value.u64(this.expiration.toString(16),16)},this.targets&&{targets:id.value.array(this.targets.map(e=>id.value.bytes(e.toUint8Array())))}))}toJSON(){return Object.assign({expiration:this.expiration.toString(16),pubkey:(0,nd.toHexString)(this.pubkey)},this.targets&&{targets:this.targets.map(e=>e.toHex())})}};Dn.Delegation=sd;async function Wq(t,e,r,i){let n=new sd(e.toDer(),BigInt(+r)*BigInt(1e6),i),s=new Uint8Array([...Kq,...new Uint8Array((0,gQ.requestIdOf)(n))]),a=await t.sign(s);return{delegation:n,signature:a}}var ad=class{constructor(e,r){this.delegations=e,this.publicKey=r}static async create(e,r,i=new Date(Date.now()+15*60*1e3),n={}){var s,a;let A=await Wq(e,r,i,n.targets);return new ad([...((s=n.previous)===null||s===void 0?void 0:s.delegations)||[],A],((a=n.previous)===null||a===void 0?void 0:a.publicKey)||e.getPublicKey().toDer())}static fromJSON(e){let{publicKey:r,delegations:i}=typeof e=="string"?JSON.parse(e):e;if(!Array.isArray(i))throw new Error("Invalid delegations.");let n=i.map(s=>{let{delegation:a,signature:A}=s,{pubkey:c,expiration:l,targets:g}=a;if(g!==void 0&&!Array.isArray(g))throw new Error("Invalid targets.");return{delegation:new sd(hQ(c),BigInt(`0x${l}`),g&&g.map(C=>{if(typeof C!="string")throw new Error("Invalid target.");return dQ.Principal.fromHex(C)})),signature:hQ(A)}});return new this(n,hQ(r))}static fromDelegations(e,r){return new this(e,r)}toJSON(){return{delegations:this.delegations.map(e=>{let{delegation:r,signature:i}=e,{targets:n}=r;return{delegation:Object.assign({expiration:r.expiration.toString(16),pubkey:(0,nd.toHexString)(r.pubkey)},n&&{targets:n.map(s=>s.toHex())}),signature:(0,nd.toHexString)(i)}}),publicKey:(0,nd.toHexString)(this.publicKey)}}};Dn.DelegationChain=ad;var pQ=class extends gQ.SignIdentity{constructor(e,r){super(),this._inner=e,this._delegation=r}static fromDelegation(e,r){return new this(e,r)}getDelegation(){return this._delegation}getPublicKey(){return{toDer:()=>this._delegation.publicKey}}sign(e){return this._inner.sign(e)}async transformRequest(e){let{body:r}=e,i=$q(e,["body"]),n=await(0,gQ.requestIdOf)(r);return Object.assign(Object.assign({},i),{body:{content:r,sender_sig:await this.sign(new Uint8Array([...Vq,...new Uint8Array(n)])),sender_delegation:this._delegation.delegations,sender_pubkey:this._delegation.publicKey}})}};Dn.DelegationIdentity=pQ;function zq(t,e){for(let{delegation:n}of t.delegations)if(+new Date(Number(n.expiration/BigInt(1e6)))<=+Date.now())return!1;let r=[],i=e?.scope;i&&(Array.isArray(i)?r.push(...i.map(n=>typeof n=="string"?dQ.Principal.fromText(n):n)):r.push(typeof i=="string"?dQ.Principal.fromText(i):i));for(let n of r){let s=n.toText();for(let{delegation:a}of t.delegations){if(a.targets===void 0)continue;let A=!0;for(let c of a.targets)if(c.toText()===s){A=!1;break}if(A)return!1}}return!0}Dn.isDelegationValid=zq});var X2=ce(Fs=>{"use strict";var Xq=Fs&&Fs.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Zq=Fs&&Fs.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),eL=Fs&&Fs.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Xq(e,t,r);return Zq(e,t),e},tL=Fs&&Fs.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Fs,"__esModule",{value:!0});Fs.WebAuthnIdentity=Fs.CosePublicKey=void 0;var rL=ju(),EQ=tL(J0()),iL=eL(lQ()),BE=gE(),z2=dE();function nL(t){return(0,z2.wrapDER)(t,z2.DER_COSE_OID).buffer}function sL(t){let e=new DataView(new ArrayBuffer(2)),r=t.slice(53,55);[...new Uint8Array(r)].forEach((n,s)=>e.setUint8(s,n));let i=e.getUint16(0);return t.slice(55+i)}var yE=class{constructor(e){this._cose=e,this._encodedKey=nL(e)}toDer(){return this._encodedKey}getCose(){return this._cose}};Fs.CosePublicKey=yE;function aL(t="<ic0.app>"){return typeof t=="string"?Uint8Array.from(t,e=>e.charCodeAt(0)):t}async function AL(t){let e=await navigator.credentials.create(t??{publicKey:{authenticatorSelection:{userVerification:"preferred"},attestation:"direct",challenge:aL(),pubKeyCredParams:[{type:"public-key",alg:IQ.ECDSA_WITH_SHA256}],rp:{name:"Internet Identity Service"},user:{id:iL.randomBytes(16),name:"Internet Identity",displayName:"Internet Identity"}}});return e.response===void 0||!(e.rawId instanceof ArrayBuffer)?null:e}var IQ;(function(t){t[t.ECDSA_WITH_SHA256=-7]="ECDSA_WITH_SHA256"})(IQ||(IQ={}));var BQ=class extends rL.SignIdentity{constructor(e,r){super(),this.rawId=e,this._publicKey=new yE(r)}static fromJSON(e){let{publicKey:r,rawId:i}=JSON.parse(e);if(typeof r!="string"||typeof i!="string")throw new Error("Invalid JSON string.");return new this((0,BE.fromHexString)(i),(0,BE.fromHexString)(r))}static async create(e){let r=await AL(e);if(!r||r.type!=="public-key")throw new Error("Could not create credentials.");let i=r.response;if(!(i.attestationObject instanceof ArrayBuffer))throw new Error("Was expecting an attestation response.");let n=EQ.default.decodeFirst(new Uint8Array(i.attestationObject));return new this(r.rawId,sL(n.authData))}getPublicKey(){return this._publicKey}async sign(e){let i=(await navigator.credentials.get({publicKey:{allowCredentials:[{type:"public-key",id:this.rawId}],challenge:e,userVerification:"preferred"}})).response;if(i.signature instanceof ArrayBuffer&&i.authenticatorData instanceof ArrayBuffer){let n=EQ.default.encode(new EQ.default.Tagged(55799,{authenticator_data:new Uint8Array(i.authenticatorData),client_data_json:new TextDecoder().decode(i.clientDataJSON),signature:new Uint8Array(i.signature)}));if(!n)throw new Error("failed to encode cbor");return n.buffer}else throw new Error("Invalid response from WebAuthn.")}toJSON(){return{publicKey:(0,BE.toHexString)(this._publicKey.getCose()),rawId:(0,BE.toHexString)(this.rawId)}}};Fs.WebAuthnIdentity=BQ});var t_=ce(Ti=>{"use strict";var oL=Ti&&Ti.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Z2=Ti&&Ti.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&oL(e,t,r)};Object.defineProperty(Ti,"__esModule",{value:!0});Ti.Secp256k1KeyIdentity=Ti.ED25519_OID=Ti.DER_COSE_OID=Ti.unwrapDER=Ti.wrapDER=Ti.WebAuthnIdentity=Ti.Ed25519PublicKey=Ti.Ed25519KeyIdentity=void 0;var e_=fQ();Object.defineProperty(Ti,"Ed25519KeyIdentity",{enumerable:!0,get:function(){return e_.Ed25519KeyIdentity}});Object.defineProperty(Ti,"Ed25519PublicKey",{enumerable:!0,get:function(){return e_.Ed25519PublicKey}});Z2(V2(),Ti);Z2(W2(),Ti);var cL=X2();Object.defineProperty(Ti,"WebAuthnIdentity",{enumerable:!0,get:function(){return cL.WebAuthnIdentity}});var QE=dE();Object.defineProperty(Ti,"wrapDER",{enumerable:!0,get:function(){return QE.wrapDER}});Object.defineProperty(Ti,"unwrapDER",{enumerable:!0,get:function(){return QE.unwrapDER}});Object.defineProperty(Ti,"DER_COSE_OID",{enumerable:!0,get:function(){return QE.DER_COSE_OID}});Object.defineProperty(Ti,"ED25519_OID",{enumerable:!0,get:function(){return QE.ED25519_OID}});var mQ=class{constructor(){throw new Error("Secp256k1KeyIdentity has been moved to a new repo: @dfinity/identity-secp256k1")}};Ti.Secp256k1KeyIdentity=mQ});var ld=ce(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.regexpCode=jr.getEsmExportName=jr.getProperty=jr.safeStringify=jr.stringify=jr.strConcat=jr.addCodeArg=jr.str=jr._=jr.nil=jr._Code=jr.Name=jr.IDENTIFIER=jr._CodeOrName=void 0;var cd=class{};jr._CodeOrName=cd;jr.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Wu=class extends cd{constructor(e){if(super(),!jr.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};jr.Name=Wu;var Za=class extends cd{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,i)=>`${r}${i}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,i)=>(i instanceof Wu&&(r[i.str]=(r[i.str]||0)+1),r),{})}};jr._Code=Za;jr.nil=new Za("");function x_(t,...e){let r=[t[0]],i=0;for(;i<e.length;)UQ(r,e[i]),r.push(t[++i]);return new Za(r)}jr._=x_;var MQ=new Za("+");function __(t,...e){let r=[ud(t[0])],i=0;for(;i<e.length;)r.push(MQ),UQ(r,e[i]),r.push(MQ,ud(t[++i]));return pL(r),new Za(r)}jr.str=__;function UQ(t,e){e instanceof Za?t.push(...e._items):e instanceof Wu?t.push(e):t.push(BL(e))}jr.addCodeArg=UQ;function pL(t){let e=1;for(;e<t.length-1;){if(t[e]===MQ){let r=EL(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function EL(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Wu||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof Wu))return`"${t}${e.slice(1)}`}function IL(t,e){return e.emptyStr()?t:t.emptyStr()?e:__`${t}${e}`}jr.strConcat=IL;function BL(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:ud(Array.isArray(t)?t.join(","):t)}function mL(t){return new Za(ud(t))}jr.stringify=mL;function ud(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}jr.safeStringify=ud;function yL(t){return typeof t=="string"&&jr.IDENTIFIER.test(t)?new Za(`.${t}`):x_`[${t}]`}jr.getProperty=yL;function QL(t){if(typeof t=="string"&&jr.IDENTIFIER.test(t))return new Za(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}jr.getEsmExportName=QL;function CL(t){return new Za(t.toString())}jr.regexpCode=CL});var LQ=ce(fs=>{"use strict";Object.defineProperty(fs,"__esModule",{value:!0});fs.ValueScope=fs.ValueScopeName=fs.Scope=fs.varKinds=fs.UsedValueState=void 0;var ks=ld(),GQ=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},OQ;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(OQ=fs.UsedValueState||(fs.UsedValueState={}));fs.varKinds={const:new ks.Name("const"),let:new ks.Name("let"),var:new ks.Name("var")};var ME=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof ks.Name?e:this.name(e)}name(e){return new ks.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,i;if(!((i=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||i===void 0)&&i.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};fs.Scope=ME;var PE=class extends ks.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:i}){this.value=e,this.scopePath=(0,ks._)`.${new ks.Name(r)}[${i}]`}};fs.ValueScopeName=PE;var wL=(0,ks._)`\n`,qQ=class extends ME{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?wL:ks.nil}}get(){return this._scope}name(e){return new PE(e,this._newName(e))}value(e,r){var i;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let n=this.toName(e),{prefix:s}=n,a=(i=r.key)!==null&&i!==void 0?i:r.ref,A=this._values[s];if(A){let g=A.get(a);if(g)return g}else A=this._values[s]=new Map;A.set(a,n);let c=this._scope[s]||(this._scope[s]=[]),l=c.length;return c[l]=r.ref,n.setValue(r,{property:s,itemIndex:l}),n}getValue(e,r){let i=this._values[e];if(i)return i.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,i=>{if(i.scopePath===void 0)throw new Error(`CodeGen: name "${i}" has no value`);return(0,ks._)`${e}${i.scopePath}`})}scopeCode(e=this._values,r,i){return this._reduceValues(e,n=>{if(n.value===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return n.value.code},r,i)}_reduceValues(e,r,i={},n){let s=ks.nil;for(let a in e){let A=e[a];if(!A)continue;let c=i[a]=i[a]||new Map;A.forEach(l=>{if(c.has(l))return;c.set(l,OQ.Started);let g=r(l);if(g){let C=this.opts.es5?fs.varKinds.var:fs.varKinds.const;s=(0,ks._)`${s}${C} ${l} = ${g};${this.opts._n}`}else if(g=n?.(l))s=(0,ks._)`${s}${g}${this.opts._n}`;else throw new GQ(l);c.set(l,OQ.Completed)})}return s}};fs.ValueScope=qQ});var mr=ce(Cr=>{"use strict";Object.defineProperty(Cr,"__esModule",{value:!0});Cr.or=Cr.and=Cr.not=Cr.CodeGen=Cr.operators=Cr.varKinds=Cr.ValueScopeName=Cr.ValueScope=Cr.Scope=Cr.Name=Cr.regexpCode=Cr.stringify=Cr.getProperty=Cr.nil=Cr.strConcat=Cr.str=Cr._=void 0;var Tr=ld(),wA=LQ(),Jc=ld();Object.defineProperty(Cr,"_",{enumerable:!0,get:function(){return Jc._}});Object.defineProperty(Cr,"str",{enumerable:!0,get:function(){return Jc.str}});Object.defineProperty(Cr,"strConcat",{enumerable:!0,get:function(){return Jc.strConcat}});Object.defineProperty(Cr,"nil",{enumerable:!0,get:function(){return Jc.nil}});Object.defineProperty(Cr,"getProperty",{enumerable:!0,get:function(){return Jc.getProperty}});Object.defineProperty(Cr,"stringify",{enumerable:!0,get:function(){return Jc.stringify}});Object.defineProperty(Cr,"regexpCode",{enumerable:!0,get:function(){return Jc.regexpCode}});Object.defineProperty(Cr,"Name",{enumerable:!0,get:function(){return Jc.Name}});var WE=LQ();Object.defineProperty(Cr,"Scope",{enumerable:!0,get:function(){return WE.Scope}});Object.defineProperty(Cr,"ValueScope",{enumerable:!0,get:function(){return WE.ValueScope}});Object.defineProperty(Cr,"ValueScopeName",{enumerable:!0,get:function(){return WE.ValueScopeName}});Object.defineProperty(Cr,"varKinds",{enumerable:!0,get:function(){return WE.varKinds}});Cr.operators={GT:new Tr._Code(">"),GTE:new Tr._Code(">="),LT:new Tr._Code("<"),LTE:new Tr._Code("<="),EQ:new Tr._Code("==="),NEQ:new Tr._Code("!=="),NOT:new Tr._Code("!"),OR:new Tr._Code("||"),AND:new Tr._Code("&&"),ADD:new Tr._Code("+")};var nc=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},PQ=class extends nc{constructor(e,r,i){super(),this.varKind=e,this.name=r,this.rhs=i}render({es5:e,_n:r}){let i=e?wA.varKinds.var:this.varKind,n=this.rhs===void 0?"":` = ${this.rhs}`;return`${i} ${this.name}${n};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=Sf(this.rhs,e,r)),this}get names(){return this.rhs instanceof Tr._CodeOrName?this.rhs.names:{}}},jE=class extends nc{constructor(e,r,i){super(),this.lhs=e,this.rhs=r,this.sideEffects=i}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof Tr.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Sf(this.rhs,e,r),this}get names(){let e=this.lhs instanceof Tr.Name?{}:{...this.lhs.names};return VE(e,this.rhs)}},HQ=class extends jE{constructor(e,r,i,n){super(e,i,n),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},jQ=class extends nc{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},YQ=class extends nc{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},JQ=class extends nc{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},$Q=class extends nc{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=Sf(this.code,e,r),this}get names(){return this.code instanceof Tr._CodeOrName?this.code.names:{}}},fd=class extends nc{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,i)=>r+i.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let i=e[r].optimizeNodes();Array.isArray(i)?e.splice(r,1,...i):i?e[r]=i:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:i}=this,n=i.length;for(;n--;){let s=i[n];s.optimizeNames(e,r)||(bL(e,s.names),i.splice(n,1))}return i.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Xu(e,r.names),{})}},sc=class extends fd{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},KQ=class extends fd{},_f=class extends sc{};_f.kind="else";var bA=class extends sc{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let i=r.optimizeNodes();r=this.else=Array.isArray(i)?new _f(i):i}if(r)return e===!1?r instanceof bA?r:r.nodes:this.nodes.length?this:new bA(S_(e),r instanceof bA?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var i;if(this.else=(i=this.else)===null||i===void 0?void 0:i.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=Sf(this.condition,e,r),this}get names(){let e=super.names;return VE(e,this.condition),this.else&&Xu(e,this.else.names),e}};bA.kind="if";var zu=class extends sc{};zu.kind="for";var VQ=class extends zu{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=Sf(this.iteration,e,r),this}get names(){return Xu(super.names,this.iteration.names)}},WQ=class extends zu{constructor(e,r,i,n){super(),this.varKind=e,this.name=r,this.from=i,this.to=n}render(e){let r=e.es5?wA.varKinds.var:this.varKind,{name:i,from:n,to:s}=this;return`for(${r} ${i}=${n}; ${i}<${s}; ${i}++)`+super.render(e)}get names(){let e=VE(super.names,this.from);return VE(e,this.to)}},$E=class extends zu{constructor(e,r,i,n){super(),this.loop=e,this.varKind=r,this.name=i,this.iterable=n}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=Sf(this.iterable,e,r),this}get names(){return Xu(super.names,this.iterable.names)}},hd=class extends sc{constructor(e,r,i){super(),this.name=e,this.args=r,this.async=i}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};hd.kind="func";var gd=class extends fd{render(e){return"return "+super.render(e)}};gd.kind="return";var zQ=class extends sc{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var i,n;return super.optimizeNames(e,r),(i=this.catch)===null||i===void 0||i.optimizeNames(e,r),(n=this.finally)===null||n===void 0||n.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&Xu(e,this.catch.names),this.finally&&Xu(e,this.finally.names),e}},dd=class extends sc{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};dd.kind="catch";var pd=class extends sc{render(e){return"finally"+super.render(e)}};pd.kind="finally";var XQ=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
49
- `:""},this._extScope=e,this._scope=new wA.Scope({parent:e}),this._nodes=[new KQ]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let i=this._extScope.value(e,r);return(this._values[i.prefix]||(this._values[i.prefix]=new Set)).add(i),i}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,i,n){let s=this._scope.toName(r);return i!==void 0&&n&&(this._constants[s.str]=i),this._leafNode(new PQ(e,s,i)),s}const(e,r,i){return this._def(wA.varKinds.const,e,r,i)}let(e,r,i){return this._def(wA.varKinds.let,e,r,i)}var(e,r,i){return this._def(wA.varKinds.var,e,r,i)}assign(e,r,i){return this._leafNode(new jE(e,r,i))}add(e,r){return this._leafNode(new HQ(e,Cr.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==Tr.nil&&this._leafNode(new $Q(e)),this}object(...e){let r=["{"];for(let[i,n]of e)r.length>1&&r.push(","),r.push(i),(i!==n||this.opts.es5)&&(r.push(":"),(0,Tr.addCodeArg)(r,n));return r.push("}"),new Tr._Code(r)}if(e,r,i){if(this._blockNode(new bA(e)),r&&i)this.code(r).else().code(i).endIf();else if(r)this.code(r).endIf();else if(i)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new bA(e))}else(){return this._elseNode(new _f)}endIf(){return this._endBlockNode(bA,_f)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new VQ(e),r)}forRange(e,r,i,n,s=this.opts.es5?wA.varKinds.var:wA.varKinds.let){let a=this._scope.toName(e);return this._for(new WQ(s,a,r,i),()=>n(a))}forOf(e,r,i,n=wA.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let a=r instanceof Tr.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Tr._)`${a}.length`,A=>{this.var(s,(0,Tr._)`${a}[${A}]`),i(s)})}return this._for(new $E("of",n,s,r),()=>i(s))}forIn(e,r,i,n=this.opts.es5?wA.varKinds.var:wA.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Tr._)`Object.keys(${r})`,i);let s=this._scope.toName(e);return this._for(new $E("in",n,s,r),()=>i(s))}endFor(){return this._endBlockNode(zu)}label(e){return this._leafNode(new jQ(e))}break(e){return this._leafNode(new YQ(e))}return(e){let r=new gd;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(gd)}try(e,r,i){if(!r&&!i)throw new Error('CodeGen: "try" without "catch" and "finally"');let n=new zQ;if(this._blockNode(n),this.code(e),r){let s=this.name("e");this._currNode=n.catch=new dd(s),r(s)}return i&&(this._currNode=n.finally=new pd,this.code(i)),this._endBlockNode(dd,pd)}throw(e){return this._leafNode(new JQ(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let i=this._nodes.length-r;if(i<0||e!==void 0&&i!==e)throw new Error(`CodeGen: wrong number of nodes: ${i} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=Tr.nil,i,n){return this._blockNode(new hd(e,r,i)),n&&this.code(n).endFunc(),this}endFunc(){return this._endBlockNode(hd)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let i=this._currNode;if(i instanceof e||r&&i instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof bA))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};Cr.CodeGen=XQ;function Xu(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function VE(t,e){return e instanceof Tr._CodeOrName?Xu(t,e.names):t}function Sf(t,e,r){if(t instanceof Tr.Name)return i(t);if(!n(t))return t;return new Tr._Code(t._items.reduce((s,a)=>(a instanceof Tr.Name&&(a=i(a)),a instanceof Tr._Code?s.push(...a._items):s.push(a),s),[]));function i(s){let a=r[s.str];return a===void 0||e[s.str]!==1?s:(delete e[s.str],a)}function n(s){return s instanceof Tr._Code&&s._items.some(a=>a instanceof Tr.Name&&e[a.str]===1&&r[a.str]!==void 0)}}function bL(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function S_(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Tr._)`!${ZQ(t)}`}Cr.not=S_;var vL=D_(Cr.operators.AND);function xL(...t){return t.reduce(vL)}Cr.and=xL;var _L=D_(Cr.operators.OR);function SL(...t){return t.reduce(_L)}Cr.or=SL;function D_(t){return(e,r)=>e===Tr.nil?r:r===Tr.nil?e:(0,Tr._)`${ZQ(e)} ${t} ${ZQ(r)}`}function ZQ(t){return t instanceof Tr.Name?t:(0,Tr._)`(${t})`}});var $r=ce(wr=>{"use strict";Object.defineProperty(wr,"__esModule",{value:!0});wr.checkStrictMode=wr.getErrorPath=wr.Type=wr.useFunc=wr.setEvaluated=wr.evaluatedPropsToName=wr.mergeEvaluated=wr.eachItem=wr.unescapeJsonPointer=wr.escapeJsonPointer=wr.escapeFragment=wr.unescapeFragment=wr.schemaRefOrVal=wr.schemaHasRulesButRef=wr.schemaHasRules=wr.checkUnknownRules=wr.alwaysValidSchema=wr.toHash=void 0;var Ei=mr(),DL=ld();function RL(t){let e={};for(let r of t)e[r]=!0;return e}wr.toHash=RL;function NL(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(F_(t,e),!T_(e,t.self.RULES.all))}wr.alwaysValidSchema=NL;function F_(t,e=t.schema){let{opts:r,self:i}=t;if(!r.strictSchema||typeof e=="boolean")return;let n=i.RULES.keywords;for(let s in e)n[s]||G_(t,`unknown keyword: "${s}"`)}wr.checkUnknownRules=F_;function T_(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}wr.schemaHasRules=T_;function FL(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}wr.schemaHasRulesButRef=FL;function TL({topSchemaRef:t,schemaPath:e},r,i,n){if(!n){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,Ei._)`${r}`}return(0,Ei._)`${t}${e}${(0,Ei.getProperty)(i)}`}wr.schemaRefOrVal=TL;function kL(t){return k_(decodeURIComponent(t))}wr.unescapeFragment=kL;function ML(t){return encodeURIComponent(eC(t))}wr.escapeFragment=ML;function eC(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}wr.escapeJsonPointer=eC;function k_(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}wr.unescapeJsonPointer=k_;function UL(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}wr.eachItem=UL;function R_({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:i}){return(n,s,a,A)=>{let c=a===void 0?s:a instanceof Ei.Name?(s instanceof Ei.Name?t(n,s,a):e(n,s,a),a):s instanceof Ei.Name?(e(n,a,s),s):r(s,a);return A===Ei.Name&&!(c instanceof Ei.Name)?i(n,c):c}}wr.mergeEvaluated={props:R_({mergeNames:(t,e,r)=>t.if((0,Ei._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,Ei._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,Ei._)`${r} || {}`).code((0,Ei._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,Ei._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,Ei._)`${r} || {}`),tC(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:M_}),items:R_({mergeNames:(t,e,r)=>t.if((0,Ei._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,Ei._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,Ei._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,Ei._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function M_(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,Ei._)`{}`);return e!==void 0&&tC(t,r,e),r}wr.evaluatedPropsToName=M_;function tC(t,e,r){Object.keys(r).forEach(i=>t.assign((0,Ei._)`${e}${(0,Ei.getProperty)(i)}`,!0))}wr.setEvaluated=tC;var N_={};function GL(t,e){return t.scopeValue("func",{ref:e,code:N_[e.code]||(N_[e.code]=new DL._Code(e.code))})}wr.useFunc=GL;var U_;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(U_=wr.Type||(wr.Type={}));function OL(t,e,r){if(t instanceof Ei.Name){let i=e===U_.Num;return r?i?(0,Ei._)`"[" + ${t} + "]"`:(0,Ei._)`"['" + ${t} + "']"`:i?(0,Ei._)`"/" + ${t}`:(0,Ei._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,Ei.getProperty)(t).toString():"/"+eC(t)}wr.getErrorPath=OL;function G_(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}wr.checkStrictMode=G_});var ac=ce(rC=>{"use strict";Object.defineProperty(rC,"__esModule",{value:!0});var ts=mr(),qL={data:new ts.Name("data"),valCxt:new ts.Name("valCxt"),instancePath:new ts.Name("instancePath"),parentData:new ts.Name("parentData"),parentDataProperty:new ts.Name("parentDataProperty"),rootData:new ts.Name("rootData"),dynamicAnchors:new ts.Name("dynamicAnchors"),vErrors:new ts.Name("vErrors"),errors:new ts.Name("errors"),this:new ts.Name("this"),self:new ts.Name("self"),scope:new ts.Name("scope"),json:new ts.Name("json"),jsonPos:new ts.Name("jsonPos"),jsonLen:new ts.Name("jsonLen"),jsonPart:new ts.Name("jsonPart")};rC.default=qL});var Ed=ce(rs=>{"use strict";Object.defineProperty(rs,"__esModule",{value:!0});rs.extendErrors=rs.resetErrorsCount=rs.reportExtraError=rs.reportError=rs.keyword$DataError=rs.keywordError=void 0;var Gr=mr(),zE=$r(),hs=ac();rs.keywordError={message:({keyword:t})=>(0,Gr.str)`must pass "${t}" keyword validation`};rs.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Gr.str)`"${t}" keyword must be ${e} ($data)`:(0,Gr.str)`"${t}" keyword is invalid ($data)`};function LL(t,e=rs.keywordError,r,i){let{it:n}=t,{gen:s,compositeRule:a,allErrors:A}=n,c=L_(t,e,r);i??(a||A)?O_(s,c):q_(n,(0,Gr._)`[${c}]`)}rs.reportError=LL;function PL(t,e=rs.keywordError,r){let{it:i}=t,{gen:n,compositeRule:s,allErrors:a}=i,A=L_(t,e,r);O_(n,A),s||a||q_(i,hs.default.vErrors)}rs.reportExtraError=PL;function HL(t,e){t.assign(hs.default.errors,e),t.if((0,Gr._)`${hs.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Gr._)`${hs.default.vErrors}.length`,e),()=>t.assign(hs.default.vErrors,null)))}rs.resetErrorsCount=HL;function jL({gen:t,keyword:e,schemaValue:r,data:i,errsCount:n,it:s}){if(n===void 0)throw new Error("ajv implementation error");let a=t.name("err");t.forRange("i",n,hs.default.errors,A=>{t.const(a,(0,Gr._)`${hs.default.vErrors}[${A}]`),t.if((0,Gr._)`${a}.instancePath === undefined`,()=>t.assign((0,Gr._)`${a}.instancePath`,(0,Gr.strConcat)(hs.default.instancePath,s.errorPath))),t.assign((0,Gr._)`${a}.schemaPath`,(0,Gr.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Gr._)`${a}.schema`,r),t.assign((0,Gr._)`${a}.data`,i))})}rs.extendErrors=jL;function O_(t,e){let r=t.const("err",e);t.if((0,Gr._)`${hs.default.vErrors} === null`,()=>t.assign(hs.default.vErrors,(0,Gr._)`[${r}]`),(0,Gr._)`${hs.default.vErrors}.push(${r})`),t.code((0,Gr._)`${hs.default.errors}++`)}function q_(t,e){let{gen:r,validateName:i,schemaEnv:n}=t;n.$async?r.throw((0,Gr._)`new ${t.ValidationError}(${e})`):(r.assign((0,Gr._)`${i}.errors`,e),r.return(!1))}var Zu={keyword:new Gr.Name("keyword"),schemaPath:new Gr.Name("schemaPath"),params:new Gr.Name("params"),propertyName:new Gr.Name("propertyName"),message:new Gr.Name("message"),schema:new Gr.Name("schema"),parentSchema:new Gr.Name("parentSchema")};function L_(t,e,r){let{createErrors:i}=t.it;return i===!1?(0,Gr._)`{}`:YL(t,e,r)}function YL(t,e,r={}){let{gen:i,it:n}=t,s=[JL(n,r),$L(t,r)];return KL(t,e,s),i.object(...s)}function JL({errorPath:t},{instancePath:e}){let r=e?(0,Gr.str)`${t}${(0,zE.getErrorPath)(e,zE.Type.Str)}`:t;return[hs.default.instancePath,(0,Gr.strConcat)(hs.default.instancePath,r)]}function $L({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:i}){let n=i?e:(0,Gr.str)`${e}/${t}`;return r&&(n=(0,Gr.str)`${n}${(0,zE.getErrorPath)(r,zE.Type.Str)}`),[Zu.schemaPath,n]}function KL(t,{params:e,message:r},i){let{keyword:n,data:s,schemaValue:a,it:A}=t,{opts:c,propertyName:l,topSchemaRef:g,schemaPath:C}=A;i.push([Zu.keyword,n],[Zu.params,typeof e=="function"?e(t):e||(0,Gr._)`{}`]),c.messages&&i.push([Zu.message,typeof r=="function"?r(t):r]),c.verbose&&i.push([Zu.schema,a],[Zu.parentSchema,(0,Gr._)`${g}${C}`],[hs.default.data,s]),l&&i.push([Zu.propertyName,l])}});var H_=ce(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});Df.boolOrEmptySchema=Df.topBoolOrEmptySchema=void 0;var VL=Ed(),WL=mr(),zL=ac(),XL={message:"boolean schema is false"};function ZL(t){let{gen:e,schema:r,validateName:i}=t;r===!1?P_(t,!1):typeof r=="object"&&r.$async===!0?e.return(zL.default.data):(e.assign((0,WL._)`${i}.errors`,null),e.return(!0))}Df.topBoolOrEmptySchema=ZL;function eP(t,e){let{gen:r,schema:i}=t;i===!1?(r.var(e,!1),P_(t)):r.var(e,!0)}Df.boolOrEmptySchema=eP;function P_(t,e){let{gen:r,data:i}=t,n={gen:r,keyword:"false schema",data:i,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,VL.reportError)(n,XL,void 0,e)}});var iC=ce(Rf=>{"use strict";Object.defineProperty(Rf,"__esModule",{value:!0});Rf.getRules=Rf.isJSONType=void 0;var tP=["string","number","integer","boolean","null","object","array"],rP=new Set(tP);function iP(t){return typeof t=="string"&&rP.has(t)}Rf.isJSONType=iP;function nP(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Rf.getRules=nP});var nC=ce(Kc=>{"use strict";Object.defineProperty(Kc,"__esModule",{value:!0});Kc.shouldUseRule=Kc.shouldUseGroup=Kc.schemaHasRulesForType=void 0;function sP({schema:t,self:e},r){let i=e.RULES.types[r];return i&&i!==!0&&j_(t,i)}Kc.schemaHasRulesForType=sP;function j_(t,e){return e.rules.some(r=>Y_(t,r))}Kc.shouldUseGroup=j_;function Y_(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(i=>t[i]!==void 0))}Kc.shouldUseRule=Y_});var Bd=ce(Hn=>{"use strict";Object.defineProperty(Hn,"__esModule",{value:!0});Hn.reportTypeError=Hn.checkDataTypes=Hn.checkDataType=Hn.coerceAndCheckDataType=Hn.getJSONTypes=Hn.getSchemaTypes=Hn.DataType=void 0;var aP=iC(),AP=nC(),oP=Ed(),Br=mr(),J_=$r(),Id;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(Id=Hn.DataType||(Hn.DataType={}));function cP(t){let e=$_(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}Hn.getSchemaTypes=cP;function $_(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(aP.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Hn.getJSONTypes=$_;function uP(t,e){let{gen:r,data:i,opts:n}=t,s=lP(e,n.coerceTypes),a=e.length>0&&!(s.length===0&&e.length===1&&(0,AP.schemaHasRulesForType)(t,e[0]));if(a){let A=aC(e,i,n.strictNumbers,Id.Wrong);r.if(A,()=>{s.length?fP(t,e,s):AC(t)})}return a}Hn.coerceAndCheckDataType=uP;var K_=new Set(["string","number","integer","boolean","null"]);function lP(t,e){return e?t.filter(r=>K_.has(r)||e==="array"&&r==="array"):[]}function fP(t,e,r){let{gen:i,data:n,opts:s}=t,a=i.let("dataType",(0,Br._)`typeof ${n}`),A=i.let("coerced",(0,Br._)`undefined`);s.coerceTypes==="array"&&i.if((0,Br._)`${a} == 'object' && Array.isArray(${n}) && ${n}.length == 1`,()=>i.assign(n,(0,Br._)`${n}[0]`).assign(a,(0,Br._)`typeof ${n}`).if(aC(e,n,s.strictNumbers),()=>i.assign(A,n))),i.if((0,Br._)`${A} !== undefined`);for(let l of r)(K_.has(l)||l==="array"&&s.coerceTypes==="array")&&c(l);i.else(),AC(t),i.endIf(),i.if((0,Br._)`${A} !== undefined`,()=>{i.assign(n,A),hP(t,A)});function c(l){switch(l){case"string":i.elseIf((0,Br._)`${a} == "number" || ${a} == "boolean"`).assign(A,(0,Br._)`"" + ${n}`).elseIf((0,Br._)`${n} === null`).assign(A,(0,Br._)`""`);return;case"number":i.elseIf((0,Br._)`${a} == "boolean" || ${n} === null
45
+ Request ID: ${(0,U_.toHex)(r)}
46
+ `)}throw new Error("unreachable")}Rs.pollForResponse=G_});var nE=ce(fa=>{"use strict";Object.defineProperty(fa,"__esModule",{value:!0});fa.Actor=fa.CanisterInstallMode=fa.UpdateCallRejectedError=fa.QueryCallRejectedError=fa.ActorCallError=void 0;var Bq=z1(),AQ=iE(),O_=zy(),mq=Kh(),cE=Zh(),L_=aQ(),Qf=La(),yq=eo(),td=class extends mq.AgentError{constructor(e,r,i,n){super(["Call failed:",` Canister: ${e.toText()}`,` Method: ${r} (${i})`,...Object.getOwnPropertyNames(n).map(s=>` "${s}": ${JSON.stringify(n[s])}`)].join(`
47
+ `)),this.canisterId=e,this.methodName=r,this.type=i,this.props=n}};fa.ActorCallError=td;var uE=class extends td{constructor(e,r,i){var n;super(e,r,"query",{Status:i.status,Code:(n=AQ.ReplicaRejectCode[i.reject_code])!==null&&n!==void 0?n:`Unknown Code "${i.reject_code}"`,Message:i.reject_message}),this.result=i}};fa.QueryCallRejectedError=uE;var lE=class extends td{constructor(e,r,i,n){super(e,r,"update",{"Request ID":(0,yq.toHex)(i),"HTTP status code":n.status.toString(),"HTTP status text":n.statusText}),this.requestId=i,this.response=n}};fa.UpdateCallRejectedError=lE;var P_;(function(t){t.Install="install",t.Reinstall="reinstall",t.Upgrade="upgrade"})(P_=fa.CanisterInstallMode||(fa.CanisterInstallMode={}));var Va=Symbol.for("ic-agent-metadata"),rd=class{constructor(e){this[Va]=Object.freeze(e)}static agentOf(e){return e[Va].config.agent}static interfaceOf(e){return e[Va].service}static canisterIdOf(e){return Qf.Principal.from(e[Va].config.canisterId)}static async install(e,r){let i=e.mode===void 0?P_.Install:e.mode,n=e.arg?[...new Uint8Array(e.arg)]:[],s=[...new Uint8Array(e.module)],a=typeof r.canisterId=="string"?Qf.Principal.fromText(r.canisterId):r.canisterId;await(0,O_.getManagementCanister)(r).install_code({mode:{[i]:null},arg:n,wasm_module:s,canister_id:a})}static async createCanister(e){let{canister_id:r}=await(0,O_.getManagementCanister)(e||{}).provisional_create_canister_with_cycles({amount:[],settings:[]});return r}static async createAndInstallCanister(e,r,i){let n=await this.createCanister(i);return await this.install(Object.assign({},r),Object.assign(Object.assign({},i),{canisterId:n})),this.createActor(e,Object.assign(Object.assign({},i),{canisterId:n}))}static createActorClass(e){let r=e({IDL:cE.IDL});class i extends rd{constructor(s){let a=typeof s.canisterId=="string"?Qf.Principal.fromText(s.canisterId):s.canisterId;super({config:Object.assign(Object.assign(Object.assign({},H_),s),{canisterId:a}),service:r});for(let[A,c]of r._fields)this[A]=Qq(this,A,c,s.blsVerify)}}return i}static createActor(e,r){return new(this.createActorClass(e))(r)}};fa.Actor=rd;function q_(t,e){let r=cE.IDL.decode(t,Bq.Buffer.from(e));switch(r.length){case 0:return;case 1:return r[0];default:return r}}var H_={pollingStrategyFactory:L_.strategy.defaultStrategy};function Qq(t,e,r,i){let n;r.annotations.includes("query")?n=async(a,...A)=>{var c,l;a=Object.assign(Object.assign({},a),(l=(c=t[Va].config).queryTransform)===null||l===void 0?void 0:l.call(c,e,A,Object.assign(Object.assign({},t[Va].config),a)));let g=a.agent||t[Va].config.agent||(0,AQ.getDefaultAgent)(),C=Qf.Principal.from(a.canisterId||t[Va].config.canisterId),B=cE.IDL.encode(r.argTypes,A),I=await g.query(C,{methodName:e,arg:B});switch(I.status){case"rejected":throw new uE(C,e,I);case"replied":return q_(r.retTypes,I.reply.arg)}}:n=async(a,...A)=>{var c,l;a=Object.assign(Object.assign({},a),(l=(c=t[Va].config).callTransform)===null||l===void 0?void 0:l.call(c,e,A,Object.assign(Object.assign({},t[Va].config),a)));let g=a.agent||t[Va].config.agent||(0,AQ.getDefaultAgent)(),{canisterId:C,effectiveCanisterId:B,pollingStrategyFactory:I}=Object.assign(Object.assign(Object.assign({},H_),t[Va].config),a),v=Qf.Principal.from(C),F=B!==void 0?Qf.Principal.from(B):v,q=cE.IDL.encode(r.argTypes,A),{requestId:P,response:M}=await g.call(v,{methodName:e,arg:q,effectiveCanisterId:F});if(!M.ok)throw new lE(v,e,P,M);let W=I(),ne=await(0,L_.pollForResponse)(g,F,P,W,i);if(ne!==void 0)return q_(r.retTypes,ne);if(r.retTypes.length===0)return;throw new Error(`Call was returned undefined, but type [${r.retTypes.join(",")}].`)};let s=(...a)=>n({},...a);return s.withOptions=a=>(...A)=>n(a,...A),s}});var j_=ce(oQ=>{"use strict";Object.defineProperty(oQ,"__esModule",{value:!0});oQ.default=({IDL:t})=>t.Service({retrieve:t.Func([t.Text],[t.Vec(t.Nat8)],["query"]),store:t.Func([t.Text,t.Vec(t.Nat8)],[],[])})});var Y_=ce(Cf=>{"use strict";var Cq=Cf&&Cf.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Cf,"__esModule",{value:!0});Cf.createAssetCanisterActor=void 0;var wq=nE(),bq=Cq(j_());function vq(t){return wq.Actor.createActor(bq.default,t)}Cf.createAssetCanisterActor=vq});var J_=ce(fE=>{"use strict";Object.defineProperty(fE,"__esModule",{value:!0});fE.fetchCandid=void 0;var cQ=ju(),xq=La();async function _q(t,e){e||(e=new cQ.HttpAgent,e.isLocal()&&e.fetchRootKey());let i=(await cQ.CanisterStatus.request({agent:e,canisterId:xq.Principal.fromText(t),paths:["candid"]})).get("candid");if(i)return i;let n=({IDL:a})=>a.Service({__get_candid_interface_tmp_hack:a.Func([],[a.Text],["query"])});return await cQ.Actor.createActor(n,{agent:e,canisterId:t}).__get_candid_interface_tmp_hack()}fE.fetchCandid=_q});var ju=ce(di=>{"use strict";var $_=di&&di.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Sq=di&&di.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Wa=di&&di.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&$_(e,t,r)},uQ=di&&di.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&$_(e,t,r);return Sq(e,t),e};Object.defineProperty(di,"__esModule",{value:!0});di.Cbor=di.CanisterStatus=di.polling=void 0;Wa(nE(),di);Wa(iE(),di);Wa(Ty(),di);Wa(nQ(),di);Wa(tE(),di);Wa(yg(),di);Wa(Y_(),di);Wa(zy(),di);Wa(J_(),di);Wa(ug(),di);Wa(tQ(),di);Wa(eo(),di);di.polling=uQ(aQ());di.CanisterStatus=uQ(Yy());di.Cbor=uQ(Z0())});var lQ=ce((fre,hE)=>{(function(t){"use strict";var e=function(z){var J,E=new Float64Array(16);if(z)for(J=0;J<z.length;J++)E[J]=z[J];return E},r=function(){throw new Error("no PRNG")},i=new Uint8Array(16),n=new Uint8Array(32);n[0]=9;var s=e(),a=e([1]),A=e([56129,1]),c=e([30883,4953,19914,30187,55467,16705,2637,112,59544,30585,16505,36039,65139,11119,27886,20995]),l=e([61785,9906,39828,60374,45398,33411,5274,224,53552,61171,33010,6542,64743,22239,55772,9222]),g=e([54554,36645,11616,51542,42930,38181,51040,26924,56412,64982,57905,49316,21502,52590,14035,8553]),C=e([26200,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214,26214]),B=e([41136,18958,6951,50414,58488,44335,6150,12099,55207,15867,153,11085,57099,20417,9344,11139]);function I(z,J,E,p){z[J]=E>>24&255,z[J+1]=E>>16&255,z[J+2]=E>>8&255,z[J+3]=E&255,z[J+4]=p>>24&255,z[J+5]=p>>16&255,z[J+6]=p>>8&255,z[J+7]=p&255}function v(z,J,E,p,x){var Q,H=0;for(Q=0;Q<x;Q++)H|=z[J+Q]^E[p+Q];return(1&H-1>>>8)-1}function F(z,J,E,p){return v(z,J,E,p,16)}function q(z,J,E,p){return v(z,J,E,p,32)}function P(z,J,E,p){for(var x=p[0]&255|(p[1]&255)<<8|(p[2]&255)<<16|(p[3]&255)<<24,Q=E[0]&255|(E[1]&255)<<8|(E[2]&255)<<16|(E[3]&255)<<24,H=E[4]&255|(E[5]&255)<<8|(E[6]&255)<<16|(E[7]&255)<<24,se=E[8]&255|(E[9]&255)<<8|(E[10]&255)<<16|(E[11]&255)<<24,ue=E[12]&255|(E[13]&255)<<8|(E[14]&255)<<16|(E[15]&255)<<24,Se=p[4]&255|(p[5]&255)<<8|(p[6]&255)<<16|(p[7]&255)<<24,Re=J[0]&255|(J[1]&255)<<8|(J[2]&255)<<16|(J[3]&255)<<24,it=J[4]&255|(J[5]&255)<<8|(J[6]&255)<<16|(J[7]&255)<<24,Ue=J[8]&255|(J[9]&255)<<8|(J[10]&255)<<16|(J[11]&255)<<24,ct=J[12]&255|(J[13]&255)<<8|(J[14]&255)<<16|(J[15]&255)<<24,Xe=p[8]&255|(p[9]&255)<<8|(p[10]&255)<<16|(p[11]&255)<<24,Oe=E[16]&255|(E[17]&255)<<8|(E[18]&255)<<16|(E[19]&255)<<24,ke=E[20]&255|(E[21]&255)<<8|(E[22]&255)<<16|(E[23]&255)<<24,nt=E[24]&255|(E[25]&255)<<8|(E[26]&255)<<16|(E[27]&255)<<24,oe=E[28]&255|(E[29]&255)<<8|(E[30]&255)<<16|(E[31]&255)<<24,j=p[12]&255|(p[13]&255)<<8|(p[14]&255)<<16|(p[15]&255)<<24,ye=x,Be=Q,Qe=H,Ke=se,He=ue,ze=Se,xe=Re,we=it,pe=Ue,ge=ct,Ee=Xe,ve=Oe,Te=ke,Je=nt,ut=oe,dt=j,le,Qt=0;Qt<20;Qt+=2)le=ye+Te|0,He^=le<<7|le>>>32-7,le=He+ye|0,pe^=le<<9|le>>>32-9,le=pe+He|0,Te^=le<<13|le>>>32-13,le=Te+pe|0,ye^=le<<18|le>>>32-18,le=ze+Be|0,ge^=le<<7|le>>>32-7,le=ge+ze|0,Je^=le<<9|le>>>32-9,le=Je+ge|0,Be^=le<<13|le>>>32-13,le=Be+Je|0,ze^=le<<18|le>>>32-18,le=Ee+xe|0,ut^=le<<7|le>>>32-7,le=ut+Ee|0,Qe^=le<<9|le>>>32-9,le=Qe+ut|0,xe^=le<<13|le>>>32-13,le=xe+Qe|0,Ee^=le<<18|le>>>32-18,le=dt+ve|0,Ke^=le<<7|le>>>32-7,le=Ke+dt|0,we^=le<<9|le>>>32-9,le=we+Ke|0,ve^=le<<13|le>>>32-13,le=ve+we|0,dt^=le<<18|le>>>32-18,le=ye+Ke|0,Be^=le<<7|le>>>32-7,le=Be+ye|0,Qe^=le<<9|le>>>32-9,le=Qe+Be|0,Ke^=le<<13|le>>>32-13,le=Ke+Qe|0,ye^=le<<18|le>>>32-18,le=ze+He|0,xe^=le<<7|le>>>32-7,le=xe+ze|0,we^=le<<9|le>>>32-9,le=we+xe|0,He^=le<<13|le>>>32-13,le=He+we|0,ze^=le<<18|le>>>32-18,le=Ee+ge|0,ve^=le<<7|le>>>32-7,le=ve+Ee|0,pe^=le<<9|le>>>32-9,le=pe+ve|0,ge^=le<<13|le>>>32-13,le=ge+pe|0,Ee^=le<<18|le>>>32-18,le=dt+ut|0,Te^=le<<7|le>>>32-7,le=Te+dt|0,Je^=le<<9|le>>>32-9,le=Je+Te|0,ut^=le<<13|le>>>32-13,le=ut+Je|0,dt^=le<<18|le>>>32-18;ye=ye+x|0,Be=Be+Q|0,Qe=Qe+H|0,Ke=Ke+se|0,He=He+ue|0,ze=ze+Se|0,xe=xe+Re|0,we=we+it|0,pe=pe+Ue|0,ge=ge+ct|0,Ee=Ee+Xe|0,ve=ve+Oe|0,Te=Te+ke|0,Je=Je+nt|0,ut=ut+oe|0,dt=dt+j|0,z[0]=ye>>>0&255,z[1]=ye>>>8&255,z[2]=ye>>>16&255,z[3]=ye>>>24&255,z[4]=Be>>>0&255,z[5]=Be>>>8&255,z[6]=Be>>>16&255,z[7]=Be>>>24&255,z[8]=Qe>>>0&255,z[9]=Qe>>>8&255,z[10]=Qe>>>16&255,z[11]=Qe>>>24&255,z[12]=Ke>>>0&255,z[13]=Ke>>>8&255,z[14]=Ke>>>16&255,z[15]=Ke>>>24&255,z[16]=He>>>0&255,z[17]=He>>>8&255,z[18]=He>>>16&255,z[19]=He>>>24&255,z[20]=ze>>>0&255,z[21]=ze>>>8&255,z[22]=ze>>>16&255,z[23]=ze>>>24&255,z[24]=xe>>>0&255,z[25]=xe>>>8&255,z[26]=xe>>>16&255,z[27]=xe>>>24&255,z[28]=we>>>0&255,z[29]=we>>>8&255,z[30]=we>>>16&255,z[31]=we>>>24&255,z[32]=pe>>>0&255,z[33]=pe>>>8&255,z[34]=pe>>>16&255,z[35]=pe>>>24&255,z[36]=ge>>>0&255,z[37]=ge>>>8&255,z[38]=ge>>>16&255,z[39]=ge>>>24&255,z[40]=Ee>>>0&255,z[41]=Ee>>>8&255,z[42]=Ee>>>16&255,z[43]=Ee>>>24&255,z[44]=ve>>>0&255,z[45]=ve>>>8&255,z[46]=ve>>>16&255,z[47]=ve>>>24&255,z[48]=Te>>>0&255,z[49]=Te>>>8&255,z[50]=Te>>>16&255,z[51]=Te>>>24&255,z[52]=Je>>>0&255,z[53]=Je>>>8&255,z[54]=Je>>>16&255,z[55]=Je>>>24&255,z[56]=ut>>>0&255,z[57]=ut>>>8&255,z[58]=ut>>>16&255,z[59]=ut>>>24&255,z[60]=dt>>>0&255,z[61]=dt>>>8&255,z[62]=dt>>>16&255,z[63]=dt>>>24&255}function M(z,J,E,p){for(var x=p[0]&255|(p[1]&255)<<8|(p[2]&255)<<16|(p[3]&255)<<24,Q=E[0]&255|(E[1]&255)<<8|(E[2]&255)<<16|(E[3]&255)<<24,H=E[4]&255|(E[5]&255)<<8|(E[6]&255)<<16|(E[7]&255)<<24,se=E[8]&255|(E[9]&255)<<8|(E[10]&255)<<16|(E[11]&255)<<24,ue=E[12]&255|(E[13]&255)<<8|(E[14]&255)<<16|(E[15]&255)<<24,Se=p[4]&255|(p[5]&255)<<8|(p[6]&255)<<16|(p[7]&255)<<24,Re=J[0]&255|(J[1]&255)<<8|(J[2]&255)<<16|(J[3]&255)<<24,it=J[4]&255|(J[5]&255)<<8|(J[6]&255)<<16|(J[7]&255)<<24,Ue=J[8]&255|(J[9]&255)<<8|(J[10]&255)<<16|(J[11]&255)<<24,ct=J[12]&255|(J[13]&255)<<8|(J[14]&255)<<16|(J[15]&255)<<24,Xe=p[8]&255|(p[9]&255)<<8|(p[10]&255)<<16|(p[11]&255)<<24,Oe=E[16]&255|(E[17]&255)<<8|(E[18]&255)<<16|(E[19]&255)<<24,ke=E[20]&255|(E[21]&255)<<8|(E[22]&255)<<16|(E[23]&255)<<24,nt=E[24]&255|(E[25]&255)<<8|(E[26]&255)<<16|(E[27]&255)<<24,oe=E[28]&255|(E[29]&255)<<8|(E[30]&255)<<16|(E[31]&255)<<24,j=p[12]&255|(p[13]&255)<<8|(p[14]&255)<<16|(p[15]&255)<<24,ye=x,Be=Q,Qe=H,Ke=se,He=ue,ze=Se,xe=Re,we=it,pe=Ue,ge=ct,Ee=Xe,ve=Oe,Te=ke,Je=nt,ut=oe,dt=j,le,Qt=0;Qt<20;Qt+=2)le=ye+Te|0,He^=le<<7|le>>>32-7,le=He+ye|0,pe^=le<<9|le>>>32-9,le=pe+He|0,Te^=le<<13|le>>>32-13,le=Te+pe|0,ye^=le<<18|le>>>32-18,le=ze+Be|0,ge^=le<<7|le>>>32-7,le=ge+ze|0,Je^=le<<9|le>>>32-9,le=Je+ge|0,Be^=le<<13|le>>>32-13,le=Be+Je|0,ze^=le<<18|le>>>32-18,le=Ee+xe|0,ut^=le<<7|le>>>32-7,le=ut+Ee|0,Qe^=le<<9|le>>>32-9,le=Qe+ut|0,xe^=le<<13|le>>>32-13,le=xe+Qe|0,Ee^=le<<18|le>>>32-18,le=dt+ve|0,Ke^=le<<7|le>>>32-7,le=Ke+dt|0,we^=le<<9|le>>>32-9,le=we+Ke|0,ve^=le<<13|le>>>32-13,le=ve+we|0,dt^=le<<18|le>>>32-18,le=ye+Ke|0,Be^=le<<7|le>>>32-7,le=Be+ye|0,Qe^=le<<9|le>>>32-9,le=Qe+Be|0,Ke^=le<<13|le>>>32-13,le=Ke+Qe|0,ye^=le<<18|le>>>32-18,le=ze+He|0,xe^=le<<7|le>>>32-7,le=xe+ze|0,we^=le<<9|le>>>32-9,le=we+xe|0,He^=le<<13|le>>>32-13,le=He+we|0,ze^=le<<18|le>>>32-18,le=Ee+ge|0,ve^=le<<7|le>>>32-7,le=ve+Ee|0,pe^=le<<9|le>>>32-9,le=pe+ve|0,ge^=le<<13|le>>>32-13,le=ge+pe|0,Ee^=le<<18|le>>>32-18,le=dt+ut|0,Te^=le<<7|le>>>32-7,le=Te+dt|0,Je^=le<<9|le>>>32-9,le=Je+Te|0,ut^=le<<13|le>>>32-13,le=ut+Je|0,dt^=le<<18|le>>>32-18;z[0]=ye>>>0&255,z[1]=ye>>>8&255,z[2]=ye>>>16&255,z[3]=ye>>>24&255,z[4]=ze>>>0&255,z[5]=ze>>>8&255,z[6]=ze>>>16&255,z[7]=ze>>>24&255,z[8]=Ee>>>0&255,z[9]=Ee>>>8&255,z[10]=Ee>>>16&255,z[11]=Ee>>>24&255,z[12]=dt>>>0&255,z[13]=dt>>>8&255,z[14]=dt>>>16&255,z[15]=dt>>>24&255,z[16]=xe>>>0&255,z[17]=xe>>>8&255,z[18]=xe>>>16&255,z[19]=xe>>>24&255,z[20]=we>>>0&255,z[21]=we>>>8&255,z[22]=we>>>16&255,z[23]=we>>>24&255,z[24]=pe>>>0&255,z[25]=pe>>>8&255,z[26]=pe>>>16&255,z[27]=pe>>>24&255,z[28]=ge>>>0&255,z[29]=ge>>>8&255,z[30]=ge>>>16&255,z[31]=ge>>>24&255}function W(z,J,E,p){P(z,J,E,p)}function ne(z,J,E,p){M(z,J,E,p)}var ie=new Uint8Array([101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107]);function T(z,J,E,p,x,Q,H){var se=new Uint8Array(16),ue=new Uint8Array(64),Se,Re;for(Re=0;Re<16;Re++)se[Re]=0;for(Re=0;Re<8;Re++)se[Re]=Q[Re];for(;x>=64;){for(W(ue,se,H,ie),Re=0;Re<64;Re++)z[J+Re]=E[p+Re]^ue[Re];for(Se=1,Re=8;Re<16;Re++)Se=Se+(se[Re]&255)|0,se[Re]=Se&255,Se>>>=8;x-=64,J+=64,p+=64}if(x>0)for(W(ue,se,H,ie),Re=0;Re<x;Re++)z[J+Re]=E[p+Re]^ue[Re];return 0}function D(z,J,E,p,x){var Q=new Uint8Array(16),H=new Uint8Array(64),se,ue;for(ue=0;ue<16;ue++)Q[ue]=0;for(ue=0;ue<8;ue++)Q[ue]=p[ue];for(;E>=64;){for(W(H,Q,x,ie),ue=0;ue<64;ue++)z[J+ue]=H[ue];for(se=1,ue=8;ue<16;ue++)se=se+(Q[ue]&255)|0,Q[ue]=se&255,se>>>=8;E-=64,J+=64}if(E>0)for(W(H,Q,x,ie),ue=0;ue<E;ue++)z[J+ue]=H[ue];return 0}function Y(z,J,E,p,x){var Q=new Uint8Array(32);ne(Q,p,x,ie);for(var H=new Uint8Array(8),se=0;se<8;se++)H[se]=p[se+16];return D(z,J,E,H,Q)}function S(z,J,E,p,x,Q,H){var se=new Uint8Array(32);ne(se,Q,H,ie);for(var ue=new Uint8Array(8),Se=0;Se<8;Se++)ue[Se]=Q[Se+16];return T(z,J,E,p,x,ue,se)}var X=function(z){this.buffer=new Uint8Array(16),this.r=new Uint16Array(10),this.h=new Uint16Array(10),this.pad=new Uint16Array(8),this.leftover=0,this.fin=0;var J,E,p,x,Q,H,se,ue;J=z[0]&255|(z[1]&255)<<8,this.r[0]=J&8191,E=z[2]&255|(z[3]&255)<<8,this.r[1]=(J>>>13|E<<3)&8191,p=z[4]&255|(z[5]&255)<<8,this.r[2]=(E>>>10|p<<6)&7939,x=z[6]&255|(z[7]&255)<<8,this.r[3]=(p>>>7|x<<9)&8191,Q=z[8]&255|(z[9]&255)<<8,this.r[4]=(x>>>4|Q<<12)&255,this.r[5]=Q>>>1&8190,H=z[10]&255|(z[11]&255)<<8,this.r[6]=(Q>>>14|H<<2)&8191,se=z[12]&255|(z[13]&255)<<8,this.r[7]=(H>>>11|se<<5)&8065,ue=z[14]&255|(z[15]&255)<<8,this.r[8]=(se>>>8|ue<<8)&8191,this.r[9]=ue>>>5&127,this.pad[0]=z[16]&255|(z[17]&255)<<8,this.pad[1]=z[18]&255|(z[19]&255)<<8,this.pad[2]=z[20]&255|(z[21]&255)<<8,this.pad[3]=z[22]&255|(z[23]&255)<<8,this.pad[4]=z[24]&255|(z[25]&255)<<8,this.pad[5]=z[26]&255|(z[27]&255)<<8,this.pad[6]=z[28]&255|(z[29]&255)<<8,this.pad[7]=z[30]&255|(z[31]&255)<<8};X.prototype.blocks=function(z,J,E){for(var p=this.fin?0:2048,x,Q,H,se,ue,Se,Re,it,Ue,ct,Xe,Oe,ke,nt,oe,j,ye,Be,Qe,Ke=this.h[0],He=this.h[1],ze=this.h[2],xe=this.h[3],we=this.h[4],pe=this.h[5],ge=this.h[6],Ee=this.h[7],ve=this.h[8],Te=this.h[9],Je=this.r[0],ut=this.r[1],dt=this.r[2],le=this.r[3],Qt=this.r[4],fe=this.r[5],Ct=this.r[6],bt=this.r[7],Gt=this.r[8],wt=this.r[9];E>=16;)x=z[J+0]&255|(z[J+1]&255)<<8,Ke+=x&8191,Q=z[J+2]&255|(z[J+3]&255)<<8,He+=(x>>>13|Q<<3)&8191,H=z[J+4]&255|(z[J+5]&255)<<8,ze+=(Q>>>10|H<<6)&8191,se=z[J+6]&255|(z[J+7]&255)<<8,xe+=(H>>>7|se<<9)&8191,ue=z[J+8]&255|(z[J+9]&255)<<8,we+=(se>>>4|ue<<12)&8191,pe+=ue>>>1&8191,Se=z[J+10]&255|(z[J+11]&255)<<8,ge+=(ue>>>14|Se<<2)&8191,Re=z[J+12]&255|(z[J+13]&255)<<8,Ee+=(Se>>>11|Re<<5)&8191,it=z[J+14]&255|(z[J+15]&255)<<8,ve+=(Re>>>8|it<<8)&8191,Te+=it>>>5|p,Ue=0,ct=Ue,ct+=Ke*Je,ct+=He*(5*wt),ct+=ze*(5*Gt),ct+=xe*(5*bt),ct+=we*(5*Ct),Ue=ct>>>13,ct&=8191,ct+=pe*(5*fe),ct+=ge*(5*Qt),ct+=Ee*(5*le),ct+=ve*(5*dt),ct+=Te*(5*ut),Ue+=ct>>>13,ct&=8191,Xe=Ue,Xe+=Ke*ut,Xe+=He*Je,Xe+=ze*(5*wt),Xe+=xe*(5*Gt),Xe+=we*(5*bt),Ue=Xe>>>13,Xe&=8191,Xe+=pe*(5*Ct),Xe+=ge*(5*fe),Xe+=Ee*(5*Qt),Xe+=ve*(5*le),Xe+=Te*(5*dt),Ue+=Xe>>>13,Xe&=8191,Oe=Ue,Oe+=Ke*dt,Oe+=He*ut,Oe+=ze*Je,Oe+=xe*(5*wt),Oe+=we*(5*Gt),Ue=Oe>>>13,Oe&=8191,Oe+=pe*(5*bt),Oe+=ge*(5*Ct),Oe+=Ee*(5*fe),Oe+=ve*(5*Qt),Oe+=Te*(5*le),Ue+=Oe>>>13,Oe&=8191,ke=Ue,ke+=Ke*le,ke+=He*dt,ke+=ze*ut,ke+=xe*Je,ke+=we*(5*wt),Ue=ke>>>13,ke&=8191,ke+=pe*(5*Gt),ke+=ge*(5*bt),ke+=Ee*(5*Ct),ke+=ve*(5*fe),ke+=Te*(5*Qt),Ue+=ke>>>13,ke&=8191,nt=Ue,nt+=Ke*Qt,nt+=He*le,nt+=ze*dt,nt+=xe*ut,nt+=we*Je,Ue=nt>>>13,nt&=8191,nt+=pe*(5*wt),nt+=ge*(5*Gt),nt+=Ee*(5*bt),nt+=ve*(5*Ct),nt+=Te*(5*fe),Ue+=nt>>>13,nt&=8191,oe=Ue,oe+=Ke*fe,oe+=He*Qt,oe+=ze*le,oe+=xe*dt,oe+=we*ut,Ue=oe>>>13,oe&=8191,oe+=pe*Je,oe+=ge*(5*wt),oe+=Ee*(5*Gt),oe+=ve*(5*bt),oe+=Te*(5*Ct),Ue+=oe>>>13,oe&=8191,j=Ue,j+=Ke*Ct,j+=He*fe,j+=ze*Qt,j+=xe*le,j+=we*dt,Ue=j>>>13,j&=8191,j+=pe*ut,j+=ge*Je,j+=Ee*(5*wt),j+=ve*(5*Gt),j+=Te*(5*bt),Ue+=j>>>13,j&=8191,ye=Ue,ye+=Ke*bt,ye+=He*Ct,ye+=ze*fe,ye+=xe*Qt,ye+=we*le,Ue=ye>>>13,ye&=8191,ye+=pe*dt,ye+=ge*ut,ye+=Ee*Je,ye+=ve*(5*wt),ye+=Te*(5*Gt),Ue+=ye>>>13,ye&=8191,Be=Ue,Be+=Ke*Gt,Be+=He*bt,Be+=ze*Ct,Be+=xe*fe,Be+=we*Qt,Ue=Be>>>13,Be&=8191,Be+=pe*le,Be+=ge*dt,Be+=Ee*ut,Be+=ve*Je,Be+=Te*(5*wt),Ue+=Be>>>13,Be&=8191,Qe=Ue,Qe+=Ke*wt,Qe+=He*Gt,Qe+=ze*bt,Qe+=xe*Ct,Qe+=we*fe,Ue=Qe>>>13,Qe&=8191,Qe+=pe*Qt,Qe+=ge*le,Qe+=Ee*dt,Qe+=ve*ut,Qe+=Te*Je,Ue+=Qe>>>13,Qe&=8191,Ue=(Ue<<2)+Ue|0,Ue=Ue+ct|0,ct=Ue&8191,Ue=Ue>>>13,Xe+=Ue,Ke=ct,He=Xe,ze=Oe,xe=ke,we=nt,pe=oe,ge=j,Ee=ye,ve=Be,Te=Qe,J+=16,E-=16;this.h[0]=Ke,this.h[1]=He,this.h[2]=ze,this.h[3]=xe,this.h[4]=we,this.h[5]=pe,this.h[6]=ge,this.h[7]=Ee,this.h[8]=ve,this.h[9]=Te},X.prototype.finish=function(z,J){var E=new Uint16Array(10),p,x,Q,H;if(this.leftover){for(H=this.leftover,this.buffer[H++]=1;H<16;H++)this.buffer[H]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(p=this.h[1]>>>13,this.h[1]&=8191,H=2;H<10;H++)this.h[H]+=p,p=this.h[H]>>>13,this.h[H]&=8191;for(this.h[0]+=p*5,p=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=p,p=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=p,E[0]=this.h[0]+5,p=E[0]>>>13,E[0]&=8191,H=1;H<10;H++)E[H]=this.h[H]+p,p=E[H]>>>13,E[H]&=8191;for(E[9]-=1<<13,x=(p^1)-1,H=0;H<10;H++)E[H]&=x;for(x=~x,H=0;H<10;H++)this.h[H]=this.h[H]&x|E[H];for(this.h[0]=(this.h[0]|this.h[1]<<13)&65535,this.h[1]=(this.h[1]>>>3|this.h[2]<<10)&65535,this.h[2]=(this.h[2]>>>6|this.h[3]<<7)&65535,this.h[3]=(this.h[3]>>>9|this.h[4]<<4)&65535,this.h[4]=(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14)&65535,this.h[5]=(this.h[6]>>>2|this.h[7]<<11)&65535,this.h[6]=(this.h[7]>>>5|this.h[8]<<8)&65535,this.h[7]=(this.h[8]>>>8|this.h[9]<<5)&65535,Q=this.h[0]+this.pad[0],this.h[0]=Q&65535,H=1;H<8;H++)Q=(this.h[H]+this.pad[H]|0)+(Q>>>16)|0,this.h[H]=Q&65535;z[J+0]=this.h[0]>>>0&255,z[J+1]=this.h[0]>>>8&255,z[J+2]=this.h[1]>>>0&255,z[J+3]=this.h[1]>>>8&255,z[J+4]=this.h[2]>>>0&255,z[J+5]=this.h[2]>>>8&255,z[J+6]=this.h[3]>>>0&255,z[J+7]=this.h[3]>>>8&255,z[J+8]=this.h[4]>>>0&255,z[J+9]=this.h[4]>>>8&255,z[J+10]=this.h[5]>>>0&255,z[J+11]=this.h[5]>>>8&255,z[J+12]=this.h[6]>>>0&255,z[J+13]=this.h[6]>>>8&255,z[J+14]=this.h[7]>>>0&255,z[J+15]=this.h[7]>>>8&255},X.prototype.update=function(z,J,E){var p,x;if(this.leftover){for(x=16-this.leftover,x>E&&(x=E),p=0;p<x;p++)this.buffer[this.leftover+p]=z[J+p];if(E-=x,J+=x,this.leftover+=x,this.leftover<16)return;this.blocks(this.buffer,0,16),this.leftover=0}if(E>=16&&(x=E-E%16,this.blocks(z,J,x),J+=x,E-=x),E){for(p=0;p<E;p++)this.buffer[this.leftover+p]=z[J+p];this.leftover+=E}};function te(z,J,E,p,x,Q){var H=new X(Q);return H.update(E,p,x),H.finish(z,J),0}function Ce(z,J,E,p,x,Q){var H=new Uint8Array(16);return te(H,0,E,p,x,Q),F(z,J,H,0)}function je(z,J,E,p,x){var Q;if(E<32)return-1;for(S(z,0,J,0,E,p,x),te(z,16,z,32,E-32,z),Q=0;Q<16;Q++)z[Q]=0;return 0}function V(z,J,E,p,x){var Q,H=new Uint8Array(32);if(E<32||(Y(H,0,32,p,x),Ce(J,16,J,32,E-32,H)!==0))return-1;for(S(z,0,J,0,E,p,x),Q=0;Q<32;Q++)z[Q]=0;return 0}function be(z,J){var E;for(E=0;E<16;E++)z[E]=J[E]|0}function Ge(z){var J,E,p=1;for(J=0;J<16;J++)E=z[J]+p+65535,p=Math.floor(E/65536),z[J]=E-p*65536;z[0]+=p-1+37*(p-1)}function Ve(z,J,E){for(var p,x=~(E-1),Q=0;Q<16;Q++)p=x&(z[Q]^J[Q]),z[Q]^=p,J[Q]^=p}function at(z,J){var E,p,x,Q=e(),H=e();for(E=0;E<16;E++)H[E]=J[E];for(Ge(H),Ge(H),Ge(H),p=0;p<2;p++){for(Q[0]=H[0]-65517,E=1;E<15;E++)Q[E]=H[E]-65535-(Q[E-1]>>16&1),Q[E-1]&=65535;Q[15]=H[15]-32767-(Q[14]>>16&1),x=Q[15]>>16&1,Q[14]&=65535,Ve(H,Q,1-x)}for(E=0;E<16;E++)z[2*E]=H[E]&255,z[2*E+1]=H[E]>>8}function Ze(z,J){var E=new Uint8Array(32),p=new Uint8Array(32);return at(E,z),at(p,J),q(E,0,p,0)}function Yt(z){var J=new Uint8Array(32);return at(J,z),J[0]&1}function Bt(z,J){var E;for(E=0;E<16;E++)z[E]=J[2*E]+(J[2*E+1]<<8);z[15]&=32767}function Rt(z,J,E){for(var p=0;p<16;p++)z[p]=J[p]+E[p]}function et(z,J,E){for(var p=0;p<16;p++)z[p]=J[p]-E[p]}function he(z,J,E){var p,x,Q=0,H=0,se=0,ue=0,Se=0,Re=0,it=0,Ue=0,ct=0,Xe=0,Oe=0,ke=0,nt=0,oe=0,j=0,ye=0,Be=0,Qe=0,Ke=0,He=0,ze=0,xe=0,we=0,pe=0,ge=0,Ee=0,ve=0,Te=0,Je=0,ut=0,dt=0,le=E[0],Qt=E[1],fe=E[2],Ct=E[3],bt=E[4],Gt=E[5],wt=E[6],Vt=E[7],Lt=E[8],Ar=E[9],$t=E[10],er=E[11],or=E[12],cr=E[13],fr=E[14],gr=E[15];p=J[0],Q+=p*le,H+=p*Qt,se+=p*fe,ue+=p*Ct,Se+=p*bt,Re+=p*Gt,it+=p*wt,Ue+=p*Vt,ct+=p*Lt,Xe+=p*Ar,Oe+=p*$t,ke+=p*er,nt+=p*or,oe+=p*cr,j+=p*fr,ye+=p*gr,p=J[1],H+=p*le,se+=p*Qt,ue+=p*fe,Se+=p*Ct,Re+=p*bt,it+=p*Gt,Ue+=p*wt,ct+=p*Vt,Xe+=p*Lt,Oe+=p*Ar,ke+=p*$t,nt+=p*er,oe+=p*or,j+=p*cr,ye+=p*fr,Be+=p*gr,p=J[2],se+=p*le,ue+=p*Qt,Se+=p*fe,Re+=p*Ct,it+=p*bt,Ue+=p*Gt,ct+=p*wt,Xe+=p*Vt,Oe+=p*Lt,ke+=p*Ar,nt+=p*$t,oe+=p*er,j+=p*or,ye+=p*cr,Be+=p*fr,Qe+=p*gr,p=J[3],ue+=p*le,Se+=p*Qt,Re+=p*fe,it+=p*Ct,Ue+=p*bt,ct+=p*Gt,Xe+=p*wt,Oe+=p*Vt,ke+=p*Lt,nt+=p*Ar,oe+=p*$t,j+=p*er,ye+=p*or,Be+=p*cr,Qe+=p*fr,Ke+=p*gr,p=J[4],Se+=p*le,Re+=p*Qt,it+=p*fe,Ue+=p*Ct,ct+=p*bt,Xe+=p*Gt,Oe+=p*wt,ke+=p*Vt,nt+=p*Lt,oe+=p*Ar,j+=p*$t,ye+=p*er,Be+=p*or,Qe+=p*cr,Ke+=p*fr,He+=p*gr,p=J[5],Re+=p*le,it+=p*Qt,Ue+=p*fe,ct+=p*Ct,Xe+=p*bt,Oe+=p*Gt,ke+=p*wt,nt+=p*Vt,oe+=p*Lt,j+=p*Ar,ye+=p*$t,Be+=p*er,Qe+=p*or,Ke+=p*cr,He+=p*fr,ze+=p*gr,p=J[6],it+=p*le,Ue+=p*Qt,ct+=p*fe,Xe+=p*Ct,Oe+=p*bt,ke+=p*Gt,nt+=p*wt,oe+=p*Vt,j+=p*Lt,ye+=p*Ar,Be+=p*$t,Qe+=p*er,Ke+=p*or,He+=p*cr,ze+=p*fr,xe+=p*gr,p=J[7],Ue+=p*le,ct+=p*Qt,Xe+=p*fe,Oe+=p*Ct,ke+=p*bt,nt+=p*Gt,oe+=p*wt,j+=p*Vt,ye+=p*Lt,Be+=p*Ar,Qe+=p*$t,Ke+=p*er,He+=p*or,ze+=p*cr,xe+=p*fr,we+=p*gr,p=J[8],ct+=p*le,Xe+=p*Qt,Oe+=p*fe,ke+=p*Ct,nt+=p*bt,oe+=p*Gt,j+=p*wt,ye+=p*Vt,Be+=p*Lt,Qe+=p*Ar,Ke+=p*$t,He+=p*er,ze+=p*or,xe+=p*cr,we+=p*fr,pe+=p*gr,p=J[9],Xe+=p*le,Oe+=p*Qt,ke+=p*fe,nt+=p*Ct,oe+=p*bt,j+=p*Gt,ye+=p*wt,Be+=p*Vt,Qe+=p*Lt,Ke+=p*Ar,He+=p*$t,ze+=p*er,xe+=p*or,we+=p*cr,pe+=p*fr,ge+=p*gr,p=J[10],Oe+=p*le,ke+=p*Qt,nt+=p*fe,oe+=p*Ct,j+=p*bt,ye+=p*Gt,Be+=p*wt,Qe+=p*Vt,Ke+=p*Lt,He+=p*Ar,ze+=p*$t,xe+=p*er,we+=p*or,pe+=p*cr,ge+=p*fr,Ee+=p*gr,p=J[11],ke+=p*le,nt+=p*Qt,oe+=p*fe,j+=p*Ct,ye+=p*bt,Be+=p*Gt,Qe+=p*wt,Ke+=p*Vt,He+=p*Lt,ze+=p*Ar,xe+=p*$t,we+=p*er,pe+=p*or,ge+=p*cr,Ee+=p*fr,ve+=p*gr,p=J[12],nt+=p*le,oe+=p*Qt,j+=p*fe,ye+=p*Ct,Be+=p*bt,Qe+=p*Gt,Ke+=p*wt,He+=p*Vt,ze+=p*Lt,xe+=p*Ar,we+=p*$t,pe+=p*er,ge+=p*or,Ee+=p*cr,ve+=p*fr,Te+=p*gr,p=J[13],oe+=p*le,j+=p*Qt,ye+=p*fe,Be+=p*Ct,Qe+=p*bt,Ke+=p*Gt,He+=p*wt,ze+=p*Vt,xe+=p*Lt,we+=p*Ar,pe+=p*$t,ge+=p*er,Ee+=p*or,ve+=p*cr,Te+=p*fr,Je+=p*gr,p=J[14],j+=p*le,ye+=p*Qt,Be+=p*fe,Qe+=p*Ct,Ke+=p*bt,He+=p*Gt,ze+=p*wt,xe+=p*Vt,we+=p*Lt,pe+=p*Ar,ge+=p*$t,Ee+=p*er,ve+=p*or,Te+=p*cr,Je+=p*fr,ut+=p*gr,p=J[15],ye+=p*le,Be+=p*Qt,Qe+=p*fe,Ke+=p*Ct,He+=p*bt,ze+=p*Gt,xe+=p*wt,we+=p*Vt,pe+=p*Lt,ge+=p*Ar,Ee+=p*$t,ve+=p*er,Te+=p*or,Je+=p*cr,ut+=p*fr,dt+=p*gr,Q+=38*Be,H+=38*Qe,se+=38*Ke,ue+=38*He,Se+=38*ze,Re+=38*xe,it+=38*we,Ue+=38*pe,ct+=38*ge,Xe+=38*Ee,Oe+=38*ve,ke+=38*Te,nt+=38*Je,oe+=38*ut,j+=38*dt,x=1,p=Q+x+65535,x=Math.floor(p/65536),Q=p-x*65536,p=H+x+65535,x=Math.floor(p/65536),H=p-x*65536,p=se+x+65535,x=Math.floor(p/65536),se=p-x*65536,p=ue+x+65535,x=Math.floor(p/65536),ue=p-x*65536,p=Se+x+65535,x=Math.floor(p/65536),Se=p-x*65536,p=Re+x+65535,x=Math.floor(p/65536),Re=p-x*65536,p=it+x+65535,x=Math.floor(p/65536),it=p-x*65536,p=Ue+x+65535,x=Math.floor(p/65536),Ue=p-x*65536,p=ct+x+65535,x=Math.floor(p/65536),ct=p-x*65536,p=Xe+x+65535,x=Math.floor(p/65536),Xe=p-x*65536,p=Oe+x+65535,x=Math.floor(p/65536),Oe=p-x*65536,p=ke+x+65535,x=Math.floor(p/65536),ke=p-x*65536,p=nt+x+65535,x=Math.floor(p/65536),nt=p-x*65536,p=oe+x+65535,x=Math.floor(p/65536),oe=p-x*65536,p=j+x+65535,x=Math.floor(p/65536),j=p-x*65536,p=ye+x+65535,x=Math.floor(p/65536),ye=p-x*65536,Q+=x-1+37*(x-1),x=1,p=Q+x+65535,x=Math.floor(p/65536),Q=p-x*65536,p=H+x+65535,x=Math.floor(p/65536),H=p-x*65536,p=se+x+65535,x=Math.floor(p/65536),se=p-x*65536,p=ue+x+65535,x=Math.floor(p/65536),ue=p-x*65536,p=Se+x+65535,x=Math.floor(p/65536),Se=p-x*65536,p=Re+x+65535,x=Math.floor(p/65536),Re=p-x*65536,p=it+x+65535,x=Math.floor(p/65536),it=p-x*65536,p=Ue+x+65535,x=Math.floor(p/65536),Ue=p-x*65536,p=ct+x+65535,x=Math.floor(p/65536),ct=p-x*65536,p=Xe+x+65535,x=Math.floor(p/65536),Xe=p-x*65536,p=Oe+x+65535,x=Math.floor(p/65536),Oe=p-x*65536,p=ke+x+65535,x=Math.floor(p/65536),ke=p-x*65536,p=nt+x+65535,x=Math.floor(p/65536),nt=p-x*65536,p=oe+x+65535,x=Math.floor(p/65536),oe=p-x*65536,p=j+x+65535,x=Math.floor(p/65536),j=p-x*65536,p=ye+x+65535,x=Math.floor(p/65536),ye=p-x*65536,Q+=x-1+37*(x-1),z[0]=Q,z[1]=H,z[2]=se,z[3]=ue,z[4]=Se,z[5]=Re,z[6]=it,z[7]=Ue,z[8]=ct,z[9]=Xe,z[10]=Oe,z[11]=ke,z[12]=nt,z[13]=oe,z[14]=j,z[15]=ye}function G(z,J){he(z,J,J)}function Et(z,J){var E=e(),p;for(p=0;p<16;p++)E[p]=J[p];for(p=253;p>=0;p--)G(E,E),p!==2&&p!==4&&he(E,E,J);for(p=0;p<16;p++)z[p]=E[p]}function ft(z,J){var E=e(),p;for(p=0;p<16;p++)E[p]=J[p];for(p=250;p>=0;p--)G(E,E),p!==1&&he(E,E,J);for(p=0;p<16;p++)z[p]=E[p]}function pt(z,J,E){var p=new Uint8Array(32),x=new Float64Array(80),Q,H,se=e(),ue=e(),Se=e(),Re=e(),it=e(),Ue=e();for(H=0;H<31;H++)p[H]=J[H];for(p[31]=J[31]&127|64,p[0]&=248,Bt(x,E),H=0;H<16;H++)ue[H]=x[H],Re[H]=se[H]=Se[H]=0;for(se[0]=Re[0]=1,H=254;H>=0;--H)Q=p[H>>>3]>>>(H&7)&1,Ve(se,ue,Q),Ve(Se,Re,Q),Rt(it,se,Se),et(se,se,Se),Rt(Se,ue,Re),et(ue,ue,Re),G(Re,it),G(Ue,se),he(se,Se,se),he(Se,ue,it),Rt(it,se,Se),et(se,se,Se),G(ue,se),et(Se,Re,Ue),he(se,Se,A),Rt(se,se,Re),he(Se,Se,se),he(se,Re,Ue),he(Re,ue,x),G(ue,it),Ve(se,ue,Q),Ve(Se,Re,Q);for(H=0;H<16;H++)x[H+16]=se[H],x[H+32]=Se[H],x[H+48]=ue[H],x[H+64]=Re[H];var ct=x.subarray(32),Xe=x.subarray(16);return Et(ct,ct),he(Xe,Xe,ct),at(z,Xe),0}function Z(z,J){return pt(z,J,n)}function h(z,J){return r(J,32),Z(z,J)}function f(z,J,E){var p=new Uint8Array(32);return pt(p,E,J),ne(z,i,p,ie)}var m=je,b=V;function O(z,J,E,p,x,Q){var H=new Uint8Array(32);return f(H,x,Q),m(z,J,E,p,H)}function L(z,J,E,p,x,Q){var H=new Uint8Array(32);return f(H,x,Q),b(z,J,E,p,H)}var o=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591];function u(z,J,E,p){for(var x=new Int32Array(16),Q=new Int32Array(16),H,se,ue,Se,Re,it,Ue,ct,Xe,Oe,ke,nt,oe,j,ye,Be,Qe,Ke,He,ze,xe,we,pe,ge,Ee,ve,Te=z[0],Je=z[1],ut=z[2],dt=z[3],le=z[4],Qt=z[5],fe=z[6],Ct=z[7],bt=J[0],Gt=J[1],wt=J[2],Vt=J[3],Lt=J[4],Ar=J[5],$t=J[6],er=J[7],or=0;p>=128;){for(He=0;He<16;He++)ze=8*He+or,x[He]=E[ze+0]<<24|E[ze+1]<<16|E[ze+2]<<8|E[ze+3],Q[He]=E[ze+4]<<24|E[ze+5]<<16|E[ze+6]<<8|E[ze+7];for(He=0;He<80;He++)if(H=Te,se=Je,ue=ut,Se=dt,Re=le,it=Qt,Ue=fe,ct=Ct,Xe=bt,Oe=Gt,ke=wt,nt=Vt,oe=Lt,j=Ar,ye=$t,Be=er,xe=Ct,we=er,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=(le>>>14|Lt<<32-14)^(le>>>18|Lt<<32-18)^(Lt>>>41-32|le<<32-(41-32)),we=(Lt>>>14|le<<32-14)^(Lt>>>18|le<<32-18)^(le>>>41-32|Lt<<32-(41-32)),pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,xe=le&Qt^~le&fe,we=Lt&Ar^~Lt&$t,pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,xe=o[He*2],we=o[He*2+1],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,xe=x[He%16],we=Q[He%16],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,Qe=Ee&65535|ve<<16,Ke=pe&65535|ge<<16,xe=Qe,we=Ke,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=(Te>>>28|bt<<32-28)^(bt>>>34-32|Te<<32-(34-32))^(bt>>>39-32|Te<<32-(39-32)),we=(bt>>>28|Te<<32-28)^(Te>>>34-32|bt<<32-(34-32))^(Te>>>39-32|bt<<32-(39-32)),pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,xe=Te&Je^Te&ut^Je&ut,we=bt&Gt^bt&wt^Gt&wt,pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,ct=Ee&65535|ve<<16,Be=pe&65535|ge<<16,xe=Se,we=nt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=Qe,we=Ke,pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,Se=Ee&65535|ve<<16,nt=pe&65535|ge<<16,Je=H,ut=se,dt=ue,le=Se,Qt=Re,fe=it,Ct=Ue,Te=ct,Gt=Xe,wt=Oe,Vt=ke,Lt=nt,Ar=oe,$t=j,er=ye,bt=Be,He%16===15)for(ze=0;ze<16;ze++)xe=x[ze],we=Q[ze],pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=x[(ze+9)%16],we=Q[(ze+9)%16],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,Qe=x[(ze+1)%16],Ke=Q[(ze+1)%16],xe=(Qe>>>1|Ke<<32-1)^(Qe>>>8|Ke<<32-8)^Qe>>>7,we=(Ke>>>1|Qe<<32-1)^(Ke>>>8|Qe<<32-8)^(Ke>>>7|Qe<<32-7),pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,Qe=x[(ze+14)%16],Ke=Q[(ze+14)%16],xe=(Qe>>>19|Ke<<32-19)^(Ke>>>61-32|Qe<<32-(61-32))^Qe>>>6,we=(Ke>>>19|Qe<<32-19)^(Qe>>>61-32|Ke<<32-(61-32))^(Ke>>>6|Qe<<32-6),pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,x[ze]=Ee&65535|ve<<16,Q[ze]=pe&65535|ge<<16;xe=Te,we=bt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[0],we=J[0],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[0]=Te=Ee&65535|ve<<16,J[0]=bt=pe&65535|ge<<16,xe=Je,we=Gt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[1],we=J[1],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[1]=Je=Ee&65535|ve<<16,J[1]=Gt=pe&65535|ge<<16,xe=ut,we=wt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[2],we=J[2],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[2]=ut=Ee&65535|ve<<16,J[2]=wt=pe&65535|ge<<16,xe=dt,we=Vt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[3],we=J[3],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[3]=dt=Ee&65535|ve<<16,J[3]=Vt=pe&65535|ge<<16,xe=le,we=Lt,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[4],we=J[4],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[4]=le=Ee&65535|ve<<16,J[4]=Lt=pe&65535|ge<<16,xe=Qt,we=Ar,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[5],we=J[5],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[5]=Qt=Ee&65535|ve<<16,J[5]=Ar=pe&65535|ge<<16,xe=fe,we=$t,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[6],we=J[6],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[6]=fe=Ee&65535|ve<<16,J[6]=$t=pe&65535|ge<<16,xe=Ct,we=er,pe=we&65535,ge=we>>>16,Ee=xe&65535,ve=xe>>>16,xe=z[7],we=J[7],pe+=we&65535,ge+=we>>>16,Ee+=xe&65535,ve+=xe>>>16,ge+=pe>>>16,Ee+=ge>>>16,ve+=Ee>>>16,z[7]=Ct=Ee&65535|ve<<16,J[7]=er=pe&65535|ge<<16,or+=128,p-=128}return p}function d(z,J,E){var p=new Int32Array(8),x=new Int32Array(8),Q=new Uint8Array(256),H,se=E;for(p[0]=1779033703,p[1]=3144134277,p[2]=1013904242,p[3]=2773480762,p[4]=1359893119,p[5]=2600822924,p[6]=528734635,p[7]=1541459225,x[0]=4089235720,x[1]=2227873595,x[2]=4271175723,x[3]=1595750129,x[4]=2917565137,x[5]=725511199,x[6]=4215389547,x[7]=327033209,u(p,x,J,E),E%=128,H=0;H<E;H++)Q[H]=J[se-E+H];for(Q[E]=128,E=256-128*(E<112?1:0),Q[E-9]=0,I(Q,E-8,se/536870912|0,se<<3),u(p,x,Q,E),H=0;H<8;H++)I(z,8*H,p[H],x[H]);return 0}function w(z,J){var E=e(),p=e(),x=e(),Q=e(),H=e(),se=e(),ue=e(),Se=e(),Re=e();et(E,z[1],z[0]),et(Re,J[1],J[0]),he(E,E,Re),Rt(p,z[0],z[1]),Rt(Re,J[0],J[1]),he(p,p,Re),he(x,z[3],J[3]),he(x,x,l),he(Q,z[2],J[2]),Rt(Q,Q,Q),et(H,p,E),et(se,Q,x),Rt(ue,Q,x),Rt(Se,p,E),he(z[0],H,se),he(z[1],Se,ue),he(z[2],ue,se),he(z[3],H,Se)}function R(z,J,E){var p;for(p=0;p<4;p++)Ve(z[p],J[p],E)}function k(z,J){var E=e(),p=e(),x=e();Et(x,J[2]),he(E,J[0],x),he(p,J[1],x),at(z,p),z[31]^=Yt(E)<<7}function ee(z,J,E){var p,x;for(be(z[0],s),be(z[1],a),be(z[2],a),be(z[3],s),x=255;x>=0;--x)p=E[x/8|0]>>(x&7)&1,R(z,J,p),w(J,z),w(z,z),R(z,J,p)}function Ae(z,J){var E=[e(),e(),e(),e()];be(E[0],g),be(E[1],C),be(E[2],a),he(E[3],g,C),ee(z,E,J)}function me(z,J,E){var p=new Uint8Array(64),x=[e(),e(),e(),e()],Q;for(E||r(J,32),d(p,J,32),p[0]&=248,p[31]&=127,p[31]|=64,Ae(x,p),k(z,x),Q=0;Q<32;Q++)J[Q+32]=z[Q];return 0}var Fe=new Float64Array([237,211,245,92,26,99,18,88,214,156,247,162,222,249,222,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16]);function Le(z,J){var E,p,x,Q;for(p=63;p>=32;--p){for(E=0,x=p-32,Q=p-12;x<Q;++x)J[x]+=E-16*J[p]*Fe[x-(p-32)],E=Math.floor((J[x]+128)/256),J[x]-=E*256;J[x]+=E,J[p]=0}for(E=0,x=0;x<32;x++)J[x]+=E-(J[31]>>4)*Fe[x],E=J[x]>>8,J[x]&=255;for(x=0;x<32;x++)J[x]-=E*Fe[x];for(p=0;p<32;p++)J[p+1]+=J[p]>>8,z[p]=J[p]&255}function Me(z){var J=new Float64Array(64),E;for(E=0;E<64;E++)J[E]=z[E];for(E=0;E<64;E++)z[E]=0;Le(z,J)}function Ne(z,J,E,p){var x=new Uint8Array(64),Q=new Uint8Array(64),H=new Uint8Array(64),se,ue,Se=new Float64Array(64),Re=[e(),e(),e(),e()];d(x,p,32),x[0]&=248,x[31]&=127,x[31]|=64;var it=E+64;for(se=0;se<E;se++)z[64+se]=J[se];for(se=0;se<32;se++)z[32+se]=x[32+se];for(d(H,z.subarray(32),E+32),Me(H),Ae(Re,H),k(z,Re),se=32;se<64;se++)z[se]=p[se];for(d(Q,z,E+64),Me(Q),se=0;se<64;se++)Se[se]=0;for(se=0;se<32;se++)Se[se]=H[se];for(se=0;se<32;se++)for(ue=0;ue<32;ue++)Se[se+ue]+=Q[se]*x[ue];return Le(z.subarray(32),Se),it}function ht(z,J){var E=e(),p=e(),x=e(),Q=e(),H=e(),se=e(),ue=e();return be(z[2],a),Bt(z[1],J),G(x,z[1]),he(Q,x,c),et(x,x,z[2]),Rt(Q,z[2],Q),G(H,Q),G(se,H),he(ue,se,H),he(E,ue,x),he(E,E,Q),ft(E,E),he(E,E,x),he(E,E,Q),he(E,E,Q),he(z[0],E,Q),G(p,z[0]),he(p,p,Q),Ze(p,x)&&he(z[0],z[0],B),G(p,z[0]),he(p,p,Q),Ze(p,x)?-1:(Yt(z[0])===J[31]>>7&&et(z[0],s,z[0]),he(z[3],z[0],z[1]),0)}function vt(z,J,E,p){var x,Q=new Uint8Array(32),H=new Uint8Array(64),se=[e(),e(),e(),e()],ue=[e(),e(),e(),e()];if(E<64||ht(ue,p))return-1;for(x=0;x<E;x++)z[x]=J[x];for(x=0;x<32;x++)z[x+32]=p[x];if(d(H,z,E),Me(H),ee(se,ue,H),Ae(ue,J.subarray(32)),w(se,ue),k(Q,se),E-=64,q(J,0,Q,0)){for(x=0;x<E;x++)z[x]=0;return-1}for(x=0;x<E;x++)z[x]=J[x+64];return E}var ur=32,rr=24,kt=32,At=16,ar=32,St=32,sr=32,Pt=32,Er=32,Ht=rr,mn=kt,Zn=At,Fr=64,Si=32,Qr=64,br=32,Oi=64;t.lowlevel={crypto_core_hsalsa20:ne,crypto_stream_xor:S,crypto_stream:Y,crypto_stream_salsa20_xor:T,crypto_stream_salsa20:D,crypto_onetimeauth:te,crypto_onetimeauth_verify:Ce,crypto_verify_16:F,crypto_verify_32:q,crypto_secretbox:je,crypto_secretbox_open:V,crypto_scalarmult:pt,crypto_scalarmult_base:Z,crypto_box_beforenm:f,crypto_box_afternm:m,crypto_box:O,crypto_box_open:L,crypto_box_keypair:h,crypto_hash:d,crypto_sign:Ne,crypto_sign_keypair:me,crypto_sign_open:vt,crypto_secretbox_KEYBYTES:ur,crypto_secretbox_NONCEBYTES:rr,crypto_secretbox_ZEROBYTES:kt,crypto_secretbox_BOXZEROBYTES:At,crypto_scalarmult_BYTES:ar,crypto_scalarmult_SCALARBYTES:St,crypto_box_PUBLICKEYBYTES:sr,crypto_box_SECRETKEYBYTES:Pt,crypto_box_BEFORENMBYTES:Er,crypto_box_NONCEBYTES:Ht,crypto_box_ZEROBYTES:mn,crypto_box_BOXZEROBYTES:Zn,crypto_sign_BYTES:Fr,crypto_sign_PUBLICKEYBYTES:Si,crypto_sign_SECRETKEYBYTES:Qr,crypto_sign_SEEDBYTES:br,crypto_hash_BYTES:Oi,gf:e,D:c,L:Fe,pack25519:at,unpack25519:Bt,M:he,A:Rt,S:G,Z:et,pow2523:ft,add:w,set25519:be,modL:Le,scalarmult:ee,scalarbase:Ae};function Ki(z,J){if(z.length!==ur)throw new Error("bad key size");if(J.length!==rr)throw new Error("bad nonce size")}function os(z,J){if(z.length!==sr)throw new Error("bad public key size");if(J.length!==Pt)throw new Error("bad secret key size")}function dr(){for(var z=0;z<arguments.length;z++)if(!(arguments[z]instanceof Uint8Array))throw new TypeError("unexpected type, use Uint8Array")}function lr(z){for(var J=0;J<z.length;J++)z[J]=0}t.randomBytes=function(z){var J=new Uint8Array(z);return r(J,z),J},t.secretbox=function(z,J,E){dr(z,J,E),Ki(E,J);for(var p=new Uint8Array(kt+z.length),x=new Uint8Array(p.length),Q=0;Q<z.length;Q++)p[Q+kt]=z[Q];return je(x,p,p.length,J,E),x.subarray(At)},t.secretbox.open=function(z,J,E){dr(z,J,E),Ki(E,J);for(var p=new Uint8Array(At+z.length),x=new Uint8Array(p.length),Q=0;Q<z.length;Q++)p[Q+At]=z[Q];return p.length<32||V(x,p,p.length,J,E)!==0?null:x.subarray(kt)},t.secretbox.keyLength=ur,t.secretbox.nonceLength=rr,t.secretbox.overheadLength=At,t.scalarMult=function(z,J){if(dr(z,J),z.length!==St)throw new Error("bad n size");if(J.length!==ar)throw new Error("bad p size");var E=new Uint8Array(ar);return pt(E,z,J),E},t.scalarMult.base=function(z){if(dr(z),z.length!==St)throw new Error("bad n size");var J=new Uint8Array(ar);return Z(J,z),J},t.scalarMult.scalarLength=St,t.scalarMult.groupElementLength=ar,t.box=function(z,J,E,p){var x=t.box.before(E,p);return t.secretbox(z,J,x)},t.box.before=function(z,J){dr(z,J),os(z,J);var E=new Uint8Array(Er);return f(E,z,J),E},t.box.after=t.secretbox,t.box.open=function(z,J,E,p){var x=t.box.before(E,p);return t.secretbox.open(z,J,x)},t.box.open.after=t.secretbox.open,t.box.keyPair=function(){var z=new Uint8Array(sr),J=new Uint8Array(Pt);return h(z,J),{publicKey:z,secretKey:J}},t.box.keyPair.fromSecretKey=function(z){if(dr(z),z.length!==Pt)throw new Error("bad secret key size");var J=new Uint8Array(sr);return Z(J,z),{publicKey:J,secretKey:new Uint8Array(z)}},t.box.publicKeyLength=sr,t.box.secretKeyLength=Pt,t.box.sharedKeyLength=Er,t.box.nonceLength=Ht,t.box.overheadLength=t.secretbox.overheadLength,t.sign=function(z,J){if(dr(z,J),J.length!==Qr)throw new Error("bad secret key size");var E=new Uint8Array(Fr+z.length);return Ne(E,z,z.length,J),E},t.sign.open=function(z,J){if(dr(z,J),J.length!==Si)throw new Error("bad public key size");var E=new Uint8Array(z.length),p=vt(E,z,z.length,J);if(p<0)return null;for(var x=new Uint8Array(p),Q=0;Q<x.length;Q++)x[Q]=E[Q];return x},t.sign.detached=function(z,J){for(var E=t.sign(z,J),p=new Uint8Array(Fr),x=0;x<p.length;x++)p[x]=E[x];return p},t.sign.detached.verify=function(z,J,E){if(dr(z,J,E),J.length!==Fr)throw new Error("bad signature size");if(E.length!==Si)throw new Error("bad public key size");var p=new Uint8Array(Fr+z.length),x=new Uint8Array(Fr+z.length),Q;for(Q=0;Q<Fr;Q++)p[Q]=J[Q];for(Q=0;Q<z.length;Q++)p[Q+Fr]=z[Q];return vt(x,p,p.length,E)>=0},t.sign.keyPair=function(){var z=new Uint8Array(Si),J=new Uint8Array(Qr);return me(z,J),{publicKey:z,secretKey:J}},t.sign.keyPair.fromSecretKey=function(z){if(dr(z),z.length!==Qr)throw new Error("bad secret key size");for(var J=new Uint8Array(Si),E=0;E<J.length;E++)J[E]=z[32+E];return{publicKey:J,secretKey:new Uint8Array(z)}},t.sign.keyPair.fromSeed=function(z){if(dr(z),z.length!==br)throw new Error("bad seed size");for(var J=new Uint8Array(Si),E=new Uint8Array(Qr),p=0;p<32;p++)E[p]=z[p];return me(J,E,!0),{publicKey:J,secretKey:E}},t.sign.publicKeyLength=Si,t.sign.secretKeyLength=Qr,t.sign.seedLength=br,t.sign.signatureLength=Fr,t.hash=function(z){dr(z);var J=new Uint8Array(Oi);return d(J,z,z.length),J},t.hash.hashLength=Oi,t.verify=function(z,J){return dr(z,J),z.length===0||J.length===0||z.length!==J.length?!1:v(z,0,J,0,z.length)===0},t.setPRNG=function(z){r=z},function(){var z=typeof self<"u"?self.crypto||self.msCrypto:null;if(z&&z.getRandomValues){var J=65536;t.setPRNG(function(E,p){var x,Q=new Uint8Array(p);for(x=0;x<p;x+=J)z.getRandomValues(Q.subarray(x,x+Math.min(p-x,J)));for(x=0;x<p;x++)E[x]=Q[x];lr(Q)})}else typeof require<"u"&&(z=require("crypto"),z&&z.randomBytes&&t.setPRNG(function(E,p){var x,Q=z.randomBytes(p);for(x=0;x<p;x++)E[x]=Q[x];lr(Q)}))}()})(typeof hE<"u"&&hE.exports?hE.exports:self.nacl=self.nacl||{})});var gE=ce(wf=>{"use strict";Object.defineProperty(wf,"__esModule",{value:!0});wf.toHexString=wf.fromHexString=void 0;function Dq(t){var e;return new Uint8Array(((e=t.match(/.{1,2}/g))!==null&&e!==void 0?e:[]).map(r=>parseInt(r,16))).buffer}wf.fromHexString=Dq;function Rq(t){return new Uint8Array(t).reduce((e,r)=>e+r.toString(16).padStart(2,"0"),"")}wf.toHexString=Rq});var dE=ce(ci=>{"use strict";Object.defineProperty(ci,"__esModule",{value:!0});ci.unwrapDER=ci.wrapDER=ci.SECP256K1_OID=ci.ED25519_OID=ci.DER_COSE_OID=ci.decodeLen=ci.decodeLenBytes=ci.encodeLen=ci.encodeLenBytes=ci.bufEquals=void 0;var Nq=(t,e)=>{if(t.byteLength!==e.byteLength)return!1;let r=new Uint8Array(t),i=new Uint8Array(e);for(let n=0;n<r.length;n++)if(r[n]!==i[n])return!1;return!0};ci.bufEquals=Nq;var Fq=t=>{if(t<=127)return 1;if(t<=255)return 2;if(t<=65535)return 3;if(t<=16777215)return 4;throw new Error("Length too long (> 4 bytes)")};ci.encodeLenBytes=Fq;var Tq=(t,e,r)=>{if(r<=127)return t[e]=r,1;if(r<=255)return t[e]=129,t[e+1]=r,2;if(r<=65535)return t[e]=130,t[e+1]=r>>8,t[e+2]=r,3;if(r<=16777215)return t[e]=131,t[e+1]=r>>16,t[e+2]=r>>8,t[e+3]=r,4;throw new Error("Length too long (> 4 bytes)")};ci.encodeLen=Tq;var kq=(t,e)=>{if(t[e]<128)return 1;if(t[e]===128)throw new Error("Invalid length 0");if(t[e]===129)return 2;if(t[e]===130)return 3;if(t[e]===131)return 4;throw new Error("Length too long (> 4 bytes)")};ci.decodeLenBytes=kq;var Mq=(t,e)=>{let r=(0,ci.decodeLenBytes)(t,e);if(r===1)return t[e];if(r===2)return t[e+1];if(r===3)return(t[e+1]<<8)+t[e+2];if(r===4)return(t[e+1]<<16)+(t[e+2]<<8)+t[e+3];throw new Error("Length too long (> 4 bytes)")};ci.decodeLen=Mq;ci.DER_COSE_OID=Uint8Array.from([48,12,6,10,43,6,1,4,1,131,184,67,1,1]);ci.ED25519_OID=Uint8Array.from([48,5,6,3,43,101,112]);ci.SECP256K1_OID=Uint8Array.from([48,16,6,7,42,134,72,206,61,2,1,6,5,43,129,4,0,10]);function Uq(t,e){let r=2+(0,ci.encodeLenBytes)(t.byteLength+1),i=e.byteLength+r+t.byteLength,n=0,s=new Uint8Array(1+(0,ci.encodeLenBytes)(i)+i);return s[n++]=48,n+=(0,ci.encodeLen)(s,n,i),s.set(e,n),n+=e.byteLength,s[n++]=3,n+=(0,ci.encodeLen)(s,n,t.byteLength+1),s[n++]=0,s.set(new Uint8Array(t),n),s}ci.wrapDER=Uq;var Gq=(t,e)=>{let r=0,i=(A,c)=>{if(n[r++]!==A)throw new Error("Expected: "+c)},n=new Uint8Array(t);if(i(48,"sequence"),r+=(0,ci.decodeLenBytes)(n,r),!(0,ci.bufEquals)(n.slice(r,r+e.byteLength),e))throw new Error("Not the expected OID.");r+=e.byteLength,i(3,"bit string");let s=(0,ci.decodeLen)(n,r)-1;r+=(0,ci.decodeLenBytes)(n,r),i(0,"0 padding");let a=n.slice(r);if(s!==a.length)throw new Error(`DER payload mismatch: Expected length ${s} actual length ${a.length}`);return a};ci.unwrapDER=Gq});var fQ=ce(Xa=>{"use strict";var Oq=Xa&&Xa.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),qq=Xa&&Xa.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Lq=Xa&&Xa.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Oq(e,t,r);return qq(e,t),e};Object.defineProperty(Xa,"__esModule",{value:!0});Xa.Ed25519KeyIdentity=Xa.Ed25519PublicKey=void 0;var Pq=ju(),pE=Lq(lQ()),EE=gE(),IE=dE(),za=class{constructor(e){this.rawKey=e,this.derKey=za.derEncode(e)}static from(e){return this.fromDer(e.toDer())}static fromRaw(e){return new za(e)}static fromDer(e){return new za(this.derDecode(e))}static derEncode(e){return(0,IE.wrapDER)(e,IE.ED25519_OID).buffer}static derDecode(e){let r=(0,IE.unwrapDER)(e,IE.ED25519_OID);if(r.length!==this.RAW_KEY_LENGTH)throw new Error("An Ed25519 public key must be exactly 32bytes long");return r}toDer(){return this.derKey}toRaw(){return this.rawKey}};Xa.Ed25519PublicKey=za;za.RAW_KEY_LENGTH=32;var $u=class extends Pq.SignIdentity{constructor(e,r){super(),this._privateKey=r,this._publicKey=za.from(e)}static generate(e){if(e&&e.length!==32)throw new Error("Ed25519 Seed needs to be 32 bytes long.");let{publicKey:r,secretKey:i}=e===void 0?pE.sign.keyPair():pE.sign.keyPair.fromSeed(e);return new this(za.fromRaw(r),i)}static fromParsedJson(e){let[r,i]=e;return new $u(za.fromDer((0,EE.fromHexString)(r)),(0,EE.fromHexString)(i))}static fromJSON(e){let r=JSON.parse(e);if(Array.isArray(r)){if(typeof r[0]=="string"&&typeof r[1]=="string")return this.fromParsedJson([r[0],r[1]]);throw new Error("Deserialization error: JSON must have at least 2 items.")}throw new Error(`Deserialization error: Invalid JSON type for string: ${JSON.stringify(e)}`)}static fromKeyPair(e,r){return new $u(za.fromRaw(e),r)}static fromSecretKey(e){let r=pE.sign.keyPair.fromSecretKey(new Uint8Array(e));return $u.fromKeyPair(r.publicKey,r.secretKey)}toJSON(){return[(0,EE.toHexString)(this._publicKey.toDer()),(0,EE.toHexString)(this._privateKey)]}getKeyPair(){return{secretKey:this._privateKey,publicKey:this._publicKey}}getPublicKey(){return this._publicKey}async sign(e){let r=new Uint8Array(e);return pE.sign.detached(r,new Uint8Array(this._privateKey)).buffer}};Xa.Ed25519KeyIdentity=$u});var V_=ce(Ku=>{"use strict";Object.defineProperty(Ku,"__esModule",{value:!0});Ku.ECDSAKeyIdentity=Ku.CryptoError=void 0;var Hq=ju(),bf=class extends Error{constructor(e){super(e),this.message=e,Object.setPrototypeOf(this,bf.prototype)}};Ku.CryptoError=bf;function K_(t){if(t)return t;if(typeof crypto<"u"&&crypto.subtle)return crypto.subtle;throw new bf("Global crypto was not available and none was provided. Please inlcude a SubtleCrypto implementation. See https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto")}var vf=class extends Hq.SignIdentity{constructor(e,r,i){super(),this._keyPair=e,this._derKey=r,this._subtleCrypto=i}static async generate(e){let{extractable:r=!1,keyUsages:i=["sign","verify"],subtleCrypto:n}=e??{},s=K_(n),a=await s.generateKey({name:"ECDSA",namedCurve:"P-256"},r,i),A=await s.exportKey("spki",a.publicKey);return new this(a,A,s)}static async fromKeyPair(e,r){let i=K_(r),n=await i.exportKey("spki",e.publicKey);return new vf(e,n,i)}getKeyPair(){return this._keyPair}getPublicKey(){let e=this._derKey,r=Object.create(this._keyPair.publicKey);return r.toDer=function(){return e},r}async sign(e){let r={name:"ECDSA",hash:{name:"SHA-256"}};return this._keyPair.privateKey,await this._subtleCrypto.sign(r,this._keyPair.privateKey,e)}};Ku.ECDSAKeyIdentity=vf;Ku.default=vf});var W_=ce(Dn=>{"use strict";var jq=Dn&&Dn.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Yq=Dn&&Dn.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),Jq=Dn&&Dn.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&jq(e,t,r);return Yq(e,t),e},$q=Dn&&Dn.__rest||function(t,e){var r={};for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&e.indexOf(i)<0&&(r[i]=t[i]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,i=Object.getOwnPropertySymbols(t);n<i.length;n++)e.indexOf(i[n])<0&&Object.prototype.propertyIsEnumerable.call(t,i[n])&&(r[i[n]]=t[i[n]]);return r};Object.defineProperty(Dn,"__esModule",{value:!0});Dn.isDelegationValid=Dn.DelegationIdentity=Dn.DelegationChain=Dn.Delegation=void 0;var gQ=ju(),dQ=La(),id=Jq(pg()),nd=gE(),Kq=new TextEncoder().encode("ic-request-auth-delegation"),Vq=new TextEncoder().encode(`
48
+ ic-request`);function hQ(t){if(typeof t!="string"||t.length<64)throw new Error("Invalid public key.");return(0,nd.fromHexString)(t)}var sd=class{constructor(e,r,i){this.pubkey=e,this.expiration=r,this.targets=i}toCBOR(){return id.value.map(Object.assign({pubkey:id.value.bytes(this.pubkey),expiration:id.value.u64(this.expiration.toString(16),16)},this.targets&&{targets:id.value.array(this.targets.map(e=>id.value.bytes(e.toUint8Array())))}))}toJSON(){return Object.assign({expiration:this.expiration.toString(16),pubkey:(0,nd.toHexString)(this.pubkey)},this.targets&&{targets:this.targets.map(e=>e.toHex())})}};Dn.Delegation=sd;async function Wq(t,e,r,i){let n=new sd(e.toDer(),BigInt(+r)*BigInt(1e6),i),s=new Uint8Array([...Kq,...new Uint8Array((0,gQ.requestIdOf)(n))]),a=await t.sign(s);return{delegation:n,signature:a}}var ad=class{constructor(e,r){this.delegations=e,this.publicKey=r}static async create(e,r,i=new Date(Date.now()+15*60*1e3),n={}){var s,a;let A=await Wq(e,r,i,n.targets);return new ad([...((s=n.previous)===null||s===void 0?void 0:s.delegations)||[],A],((a=n.previous)===null||a===void 0?void 0:a.publicKey)||e.getPublicKey().toDer())}static fromJSON(e){let{publicKey:r,delegations:i}=typeof e=="string"?JSON.parse(e):e;if(!Array.isArray(i))throw new Error("Invalid delegations.");let n=i.map(s=>{let{delegation:a,signature:A}=s,{pubkey:c,expiration:l,targets:g}=a;if(g!==void 0&&!Array.isArray(g))throw new Error("Invalid targets.");return{delegation:new sd(hQ(c),BigInt(`0x${l}`),g&&g.map(C=>{if(typeof C!="string")throw new Error("Invalid target.");return dQ.Principal.fromHex(C)})),signature:hQ(A)}});return new this(n,hQ(r))}static fromDelegations(e,r){return new this(e,r)}toJSON(){return{delegations:this.delegations.map(e=>{let{delegation:r,signature:i}=e,{targets:n}=r;return{delegation:Object.assign({expiration:r.expiration.toString(16),pubkey:(0,nd.toHexString)(r.pubkey)},n&&{targets:n.map(s=>s.toHex())}),signature:(0,nd.toHexString)(i)}}),publicKey:(0,nd.toHexString)(this.publicKey)}}};Dn.DelegationChain=ad;var pQ=class extends gQ.SignIdentity{constructor(e,r){super(),this._inner=e,this._delegation=r}static fromDelegation(e,r){return new this(e,r)}getDelegation(){return this._delegation}getPublicKey(){return{toDer:()=>this._delegation.publicKey}}sign(e){return this._inner.sign(e)}async transformRequest(e){let{body:r}=e,i=$q(e,["body"]),n=await(0,gQ.requestIdOf)(r);return Object.assign(Object.assign({},i),{body:{content:r,sender_sig:await this.sign(new Uint8Array([...Vq,...new Uint8Array(n)])),sender_delegation:this._delegation.delegations,sender_pubkey:this._delegation.publicKey}})}};Dn.DelegationIdentity=pQ;function zq(t,e){for(let{delegation:n}of t.delegations)if(+new Date(Number(n.expiration/BigInt(1e6)))<=+Date.now())return!1;let r=[],i=e?.scope;i&&(Array.isArray(i)?r.push(...i.map(n=>typeof n=="string"?dQ.Principal.fromText(n):n)):r.push(typeof i=="string"?dQ.Principal.fromText(i):i));for(let n of r){let s=n.toText();for(let{delegation:a}of t.delegations){if(a.targets===void 0)continue;let A=!0;for(let c of a.targets)if(c.toText()===s){A=!1;break}if(A)return!1}}return!0}Dn.isDelegationValid=zq});var X_=ce(Fs=>{"use strict";var Xq=Fs&&Fs.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Zq=Fs&&Fs.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),eL=Fs&&Fs.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Xq(e,t,r);return Zq(e,t),e},tL=Fs&&Fs.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Fs,"__esModule",{value:!0});Fs.WebAuthnIdentity=Fs.CosePublicKey=void 0;var rL=ju(),EQ=tL(J0()),iL=eL(lQ()),BE=gE(),z_=dE();function nL(t){return(0,z_.wrapDER)(t,z_.DER_COSE_OID).buffer}function sL(t){let e=new DataView(new ArrayBuffer(2)),r=t.slice(53,55);[...new Uint8Array(r)].forEach((n,s)=>e.setUint8(s,n));let i=e.getUint16(0);return t.slice(55+i)}var yE=class{constructor(e){this._cose=e,this._encodedKey=nL(e)}toDer(){return this._encodedKey}getCose(){return this._cose}};Fs.CosePublicKey=yE;function aL(t="<ic0.app>"){return typeof t=="string"?Uint8Array.from(t,e=>e.charCodeAt(0)):t}async function AL(t){let e=await navigator.credentials.create(t??{publicKey:{authenticatorSelection:{userVerification:"preferred"},attestation:"direct",challenge:aL(),pubKeyCredParams:[{type:"public-key",alg:IQ.ECDSA_WITH_SHA256}],rp:{name:"Internet Identity Service"},user:{id:iL.randomBytes(16),name:"Internet Identity",displayName:"Internet Identity"}}});return e.response===void 0||!(e.rawId instanceof ArrayBuffer)?null:e}var IQ;(function(t){t[t.ECDSA_WITH_SHA256=-7]="ECDSA_WITH_SHA256"})(IQ||(IQ={}));var BQ=class extends rL.SignIdentity{constructor(e,r){super(),this.rawId=e,this._publicKey=new yE(r)}static fromJSON(e){let{publicKey:r,rawId:i}=JSON.parse(e);if(typeof r!="string"||typeof i!="string")throw new Error("Invalid JSON string.");return new this((0,BE.fromHexString)(i),(0,BE.fromHexString)(r))}static async create(e){let r=await AL(e);if(!r||r.type!=="public-key")throw new Error("Could not create credentials.");let i=r.response;if(!(i.attestationObject instanceof ArrayBuffer))throw new Error("Was expecting an attestation response.");let n=EQ.default.decodeFirst(new Uint8Array(i.attestationObject));return new this(r.rawId,sL(n.authData))}getPublicKey(){return this._publicKey}async sign(e){let i=(await navigator.credentials.get({publicKey:{allowCredentials:[{type:"public-key",id:this.rawId}],challenge:e,userVerification:"preferred"}})).response;if(i.signature instanceof ArrayBuffer&&i.authenticatorData instanceof ArrayBuffer){let n=EQ.default.encode(new EQ.default.Tagged(55799,{authenticator_data:new Uint8Array(i.authenticatorData),client_data_json:new TextDecoder().decode(i.clientDataJSON),signature:new Uint8Array(i.signature)}));if(!n)throw new Error("failed to encode cbor");return n.buffer}else throw new Error("Invalid response from WebAuthn.")}toJSON(){return{publicKey:(0,BE.toHexString)(this._publicKey.getCose()),rawId:(0,BE.toHexString)(this.rawId)}}};Fs.WebAuthnIdentity=BQ});var t2=ce(Ti=>{"use strict";var oL=Ti&&Ti.__createBinding||(Object.create?function(t,e,r,i){i===void 0&&(i=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,n)}:function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]}),Z_=Ti&&Ti.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&oL(e,t,r)};Object.defineProperty(Ti,"__esModule",{value:!0});Ti.Secp256k1KeyIdentity=Ti.ED25519_OID=Ti.DER_COSE_OID=Ti.unwrapDER=Ti.wrapDER=Ti.WebAuthnIdentity=Ti.Ed25519PublicKey=Ti.Ed25519KeyIdentity=void 0;var e2=fQ();Object.defineProperty(Ti,"Ed25519KeyIdentity",{enumerable:!0,get:function(){return e2.Ed25519KeyIdentity}});Object.defineProperty(Ti,"Ed25519PublicKey",{enumerable:!0,get:function(){return e2.Ed25519PublicKey}});Z_(V_(),Ti);Z_(W_(),Ti);var cL=X_();Object.defineProperty(Ti,"WebAuthnIdentity",{enumerable:!0,get:function(){return cL.WebAuthnIdentity}});var QE=dE();Object.defineProperty(Ti,"wrapDER",{enumerable:!0,get:function(){return QE.wrapDER}});Object.defineProperty(Ti,"unwrapDER",{enumerable:!0,get:function(){return QE.unwrapDER}});Object.defineProperty(Ti,"DER_COSE_OID",{enumerable:!0,get:function(){return QE.DER_COSE_OID}});Object.defineProperty(Ti,"ED25519_OID",{enumerable:!0,get:function(){return QE.ED25519_OID}});var mQ=class{constructor(){throw new Error("Secp256k1KeyIdentity has been moved to a new repo: @dfinity/identity-secp256k1")}};Ti.Secp256k1KeyIdentity=mQ});var ld=ce(jr=>{"use strict";Object.defineProperty(jr,"__esModule",{value:!0});jr.regexpCode=jr.getEsmExportName=jr.getProperty=jr.safeStringify=jr.stringify=jr.strConcat=jr.addCodeArg=jr.str=jr._=jr.nil=jr._Code=jr.Name=jr.IDENTIFIER=jr._CodeOrName=void 0;var cd=class{};jr._CodeOrName=cd;jr.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var Wu=class extends cd{constructor(e){if(super(),!jr.IDENTIFIER.test(e))throw new Error("CodeGen: name must be a valid identifier");this.str=e}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};jr.Name=Wu;var Za=class extends cd{constructor(e){super(),this._items=typeof e=="string"?[e]:e}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let e=this._items[0];return e===""||e==='""'}get str(){var e;return(e=this._str)!==null&&e!==void 0?e:this._str=this._items.reduce((r,i)=>`${r}${i}`,"")}get names(){var e;return(e=this._names)!==null&&e!==void 0?e:this._names=this._items.reduce((r,i)=>(i instanceof Wu&&(r[i.str]=(r[i.str]||0)+1),r),{})}};jr._Code=Za;jr.nil=new Za("");function x2(t,...e){let r=[t[0]],i=0;for(;i<e.length;)UQ(r,e[i]),r.push(t[++i]);return new Za(r)}jr._=x2;var MQ=new Za("+");function _2(t,...e){let r=[ud(t[0])],i=0;for(;i<e.length;)r.push(MQ),UQ(r,e[i]),r.push(MQ,ud(t[++i]));return pL(r),new Za(r)}jr.str=_2;function UQ(t,e){e instanceof Za?t.push(...e._items):e instanceof Wu?t.push(e):t.push(BL(e))}jr.addCodeArg=UQ;function pL(t){let e=1;for(;e<t.length-1;){if(t[e]===MQ){let r=EL(t[e-1],t[e+1]);if(r!==void 0){t.splice(e-1,3,r);continue}t[e++]="+"}e++}}function EL(t,e){if(e==='""')return t;if(t==='""')return e;if(typeof t=="string")return e instanceof Wu||t[t.length-1]!=='"'?void 0:typeof e!="string"?`${t.slice(0,-1)}${e}"`:e[0]==='"'?t.slice(0,-1)+e.slice(1):void 0;if(typeof e=="string"&&e[0]==='"'&&!(t instanceof Wu))return`"${t}${e.slice(1)}`}function IL(t,e){return e.emptyStr()?t:t.emptyStr()?e:_2`${t}${e}`}jr.strConcat=IL;function BL(t){return typeof t=="number"||typeof t=="boolean"||t===null?t:ud(Array.isArray(t)?t.join(","):t)}function mL(t){return new Za(ud(t))}jr.stringify=mL;function ud(t){return JSON.stringify(t).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")}jr.safeStringify=ud;function yL(t){return typeof t=="string"&&jr.IDENTIFIER.test(t)?new Za(`.${t}`):x2`[${t}]`}jr.getProperty=yL;function QL(t){if(typeof t=="string"&&jr.IDENTIFIER.test(t))return new Za(`${t}`);throw new Error(`CodeGen: invalid export name: ${t}, use explicit $id name mapping`)}jr.getEsmExportName=QL;function CL(t){return new Za(t.toString())}jr.regexpCode=CL});var LQ=ce(fs=>{"use strict";Object.defineProperty(fs,"__esModule",{value:!0});fs.ValueScope=fs.ValueScopeName=fs.Scope=fs.varKinds=fs.UsedValueState=void 0;var ks=ld(),GQ=class extends Error{constructor(e){super(`CodeGen: "code" for ${e} not defined`),this.value=e.value}},OQ;(function(t){t[t.Started=0]="Started",t[t.Completed=1]="Completed"})(OQ=fs.UsedValueState||(fs.UsedValueState={}));fs.varKinds={const:new ks.Name("const"),let:new ks.Name("let"),var:new ks.Name("var")};var ME=class{constructor({prefixes:e,parent:r}={}){this._names={},this._prefixes=e,this._parent=r}toName(e){return e instanceof ks.Name?e:this.name(e)}name(e){return new ks.Name(this._newName(e))}_newName(e){let r=this._names[e]||this._nameGroup(e);return`${e}${r.index++}`}_nameGroup(e){var r,i;if(!((i=(r=this._parent)===null||r===void 0?void 0:r._prefixes)===null||i===void 0)&&i.has(e)||this._prefixes&&!this._prefixes.has(e))throw new Error(`CodeGen: prefix "${e}" is not allowed in this scope`);return this._names[e]={prefix:e,index:0}}};fs.Scope=ME;var PE=class extends ks.Name{constructor(e,r){super(r),this.prefix=e}setValue(e,{property:r,itemIndex:i}){this.value=e,this.scopePath=(0,ks._)`.${new ks.Name(r)}[${i}]`}};fs.ValueScopeName=PE;var wL=(0,ks._)`\n`,qQ=class extends ME{constructor(e){super(e),this._values={},this._scope=e.scope,this.opts={...e,_n:e.lines?wL:ks.nil}}get(){return this._scope}name(e){return new PE(e,this._newName(e))}value(e,r){var i;if(r.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let n=this.toName(e),{prefix:s}=n,a=(i=r.key)!==null&&i!==void 0?i:r.ref,A=this._values[s];if(A){let g=A.get(a);if(g)return g}else A=this._values[s]=new Map;A.set(a,n);let c=this._scope[s]||(this._scope[s]=[]),l=c.length;return c[l]=r.ref,n.setValue(r,{property:s,itemIndex:l}),n}getValue(e,r){let i=this._values[e];if(i)return i.get(r)}scopeRefs(e,r=this._values){return this._reduceValues(r,i=>{if(i.scopePath===void 0)throw new Error(`CodeGen: name "${i}" has no value`);return(0,ks._)`${e}${i.scopePath}`})}scopeCode(e=this._values,r,i){return this._reduceValues(e,n=>{if(n.value===void 0)throw new Error(`CodeGen: name "${n}" has no value`);return n.value.code},r,i)}_reduceValues(e,r,i={},n){let s=ks.nil;for(let a in e){let A=e[a];if(!A)continue;let c=i[a]=i[a]||new Map;A.forEach(l=>{if(c.has(l))return;c.set(l,OQ.Started);let g=r(l);if(g){let C=this.opts.es5?fs.varKinds.var:fs.varKinds.const;s=(0,ks._)`${s}${C} ${l} = ${g};${this.opts._n}`}else if(g=n?.(l))s=(0,ks._)`${s}${g}${this.opts._n}`;else throw new GQ(l);c.set(l,OQ.Completed)})}return s}};fs.ValueScope=qQ});var mr=ce(Cr=>{"use strict";Object.defineProperty(Cr,"__esModule",{value:!0});Cr.or=Cr.and=Cr.not=Cr.CodeGen=Cr.operators=Cr.varKinds=Cr.ValueScopeName=Cr.ValueScope=Cr.Scope=Cr.Name=Cr.regexpCode=Cr.stringify=Cr.getProperty=Cr.nil=Cr.strConcat=Cr.str=Cr._=void 0;var Tr=ld(),wA=LQ(),Jc=ld();Object.defineProperty(Cr,"_",{enumerable:!0,get:function(){return Jc._}});Object.defineProperty(Cr,"str",{enumerable:!0,get:function(){return Jc.str}});Object.defineProperty(Cr,"strConcat",{enumerable:!0,get:function(){return Jc.strConcat}});Object.defineProperty(Cr,"nil",{enumerable:!0,get:function(){return Jc.nil}});Object.defineProperty(Cr,"getProperty",{enumerable:!0,get:function(){return Jc.getProperty}});Object.defineProperty(Cr,"stringify",{enumerable:!0,get:function(){return Jc.stringify}});Object.defineProperty(Cr,"regexpCode",{enumerable:!0,get:function(){return Jc.regexpCode}});Object.defineProperty(Cr,"Name",{enumerable:!0,get:function(){return Jc.Name}});var WE=LQ();Object.defineProperty(Cr,"Scope",{enumerable:!0,get:function(){return WE.Scope}});Object.defineProperty(Cr,"ValueScope",{enumerable:!0,get:function(){return WE.ValueScope}});Object.defineProperty(Cr,"ValueScopeName",{enumerable:!0,get:function(){return WE.ValueScopeName}});Object.defineProperty(Cr,"varKinds",{enumerable:!0,get:function(){return WE.varKinds}});Cr.operators={GT:new Tr._Code(">"),GTE:new Tr._Code(">="),LT:new Tr._Code("<"),LTE:new Tr._Code("<="),EQ:new Tr._Code("==="),NEQ:new Tr._Code("!=="),NOT:new Tr._Code("!"),OR:new Tr._Code("||"),AND:new Tr._Code("&&"),ADD:new Tr._Code("+")};var nc=class{optimizeNodes(){return this}optimizeNames(e,r){return this}},PQ=class extends nc{constructor(e,r,i){super(),this.varKind=e,this.name=r,this.rhs=i}render({es5:e,_n:r}){let i=e?wA.varKinds.var:this.varKind,n=this.rhs===void 0?"":` = ${this.rhs}`;return`${i} ${this.name}${n};`+r}optimizeNames(e,r){if(e[this.name.str])return this.rhs&&(this.rhs=Sf(this.rhs,e,r)),this}get names(){return this.rhs instanceof Tr._CodeOrName?this.rhs.names:{}}},jE=class extends nc{constructor(e,r,i){super(),this.lhs=e,this.rhs=r,this.sideEffects=i}render({_n:e}){return`${this.lhs} = ${this.rhs};`+e}optimizeNames(e,r){if(!(this.lhs instanceof Tr.Name&&!e[this.lhs.str]&&!this.sideEffects))return this.rhs=Sf(this.rhs,e,r),this}get names(){let e=this.lhs instanceof Tr.Name?{}:{...this.lhs.names};return VE(e,this.rhs)}},HQ=class extends jE{constructor(e,r,i,n){super(e,i,n),this.op=r}render({_n:e}){return`${this.lhs} ${this.op}= ${this.rhs};`+e}},jQ=class extends nc{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`${this.label}:`+e}},YQ=class extends nc{constructor(e){super(),this.label=e,this.names={}}render({_n:e}){return`break${this.label?` ${this.label}`:""};`+e}},JQ=class extends nc{constructor(e){super(),this.error=e}render({_n:e}){return`throw ${this.error};`+e}get names(){return this.error.names}},$Q=class extends nc{constructor(e){super(),this.code=e}render({_n:e}){return`${this.code};`+e}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(e,r){return this.code=Sf(this.code,e,r),this}get names(){return this.code instanceof Tr._CodeOrName?this.code.names:{}}},fd=class extends nc{constructor(e=[]){super(),this.nodes=e}render(e){return this.nodes.reduce((r,i)=>r+i.render(e),"")}optimizeNodes(){let{nodes:e}=this,r=e.length;for(;r--;){let i=e[r].optimizeNodes();Array.isArray(i)?e.splice(r,1,...i):i?e[r]=i:e.splice(r,1)}return e.length>0?this:void 0}optimizeNames(e,r){let{nodes:i}=this,n=i.length;for(;n--;){let s=i[n];s.optimizeNames(e,r)||(bL(e,s.names),i.splice(n,1))}return i.length>0?this:void 0}get names(){return this.nodes.reduce((e,r)=>Xu(e,r.names),{})}},sc=class extends fd{render(e){return"{"+e._n+super.render(e)+"}"+e._n}},KQ=class extends fd{},_f=class extends sc{};_f.kind="else";var bA=class extends sc{constructor(e,r){super(r),this.condition=e}render(e){let r=`if(${this.condition})`+super.render(e);return this.else&&(r+="else "+this.else.render(e)),r}optimizeNodes(){super.optimizeNodes();let e=this.condition;if(e===!0)return this.nodes;let r=this.else;if(r){let i=r.optimizeNodes();r=this.else=Array.isArray(i)?new _f(i):i}if(r)return e===!1?r instanceof bA?r:r.nodes:this.nodes.length?this:new bA(S2(e),r instanceof bA?[r]:r.nodes);if(!(e===!1||!this.nodes.length))return this}optimizeNames(e,r){var i;if(this.else=(i=this.else)===null||i===void 0?void 0:i.optimizeNames(e,r),!!(super.optimizeNames(e,r)||this.else))return this.condition=Sf(this.condition,e,r),this}get names(){let e=super.names;return VE(e,this.condition),this.else&&Xu(e,this.else.names),e}};bA.kind="if";var zu=class extends sc{};zu.kind="for";var VQ=class extends zu{constructor(e){super(),this.iteration=e}render(e){return`for(${this.iteration})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iteration=Sf(this.iteration,e,r),this}get names(){return Xu(super.names,this.iteration.names)}},WQ=class extends zu{constructor(e,r,i,n){super(),this.varKind=e,this.name=r,this.from=i,this.to=n}render(e){let r=e.es5?wA.varKinds.var:this.varKind,{name:i,from:n,to:s}=this;return`for(${r} ${i}=${n}; ${i}<${s}; ${i}++)`+super.render(e)}get names(){let e=VE(super.names,this.from);return VE(e,this.to)}},$E=class extends zu{constructor(e,r,i,n){super(),this.loop=e,this.varKind=r,this.name=i,this.iterable=n}render(e){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(e)}optimizeNames(e,r){if(super.optimizeNames(e,r))return this.iterable=Sf(this.iterable,e,r),this}get names(){return Xu(super.names,this.iterable.names)}},hd=class extends sc{constructor(e,r,i){super(),this.name=e,this.args=r,this.async=i}render(e){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(e)}};hd.kind="func";var gd=class extends fd{render(e){return"return "+super.render(e)}};gd.kind="return";var zQ=class extends sc{render(e){let r="try"+super.render(e);return this.catch&&(r+=this.catch.render(e)),this.finally&&(r+=this.finally.render(e)),r}optimizeNodes(){var e,r;return super.optimizeNodes(),(e=this.catch)===null||e===void 0||e.optimizeNodes(),(r=this.finally)===null||r===void 0||r.optimizeNodes(),this}optimizeNames(e,r){var i,n;return super.optimizeNames(e,r),(i=this.catch)===null||i===void 0||i.optimizeNames(e,r),(n=this.finally)===null||n===void 0||n.optimizeNames(e,r),this}get names(){let e=super.names;return this.catch&&Xu(e,this.catch.names),this.finally&&Xu(e,this.finally.names),e}},dd=class extends sc{constructor(e){super(),this.error=e}render(e){return`catch(${this.error})`+super.render(e)}};dd.kind="catch";var pd=class extends sc{render(e){return"finally"+super.render(e)}};pd.kind="finally";var XQ=class{constructor(e,r={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...r,_n:r.lines?`
49
+ `:""},this._extScope=e,this._scope=new wA.Scope({parent:e}),this._nodes=[new KQ]}toString(){return this._root.render(this.opts)}name(e){return this._scope.name(e)}scopeName(e){return this._extScope.name(e)}scopeValue(e,r){let i=this._extScope.value(e,r);return(this._values[i.prefix]||(this._values[i.prefix]=new Set)).add(i),i}getScopeValue(e,r){return this._extScope.getValue(e,r)}scopeRefs(e){return this._extScope.scopeRefs(e,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(e,r,i,n){let s=this._scope.toName(r);return i!==void 0&&n&&(this._constants[s.str]=i),this._leafNode(new PQ(e,s,i)),s}const(e,r,i){return this._def(wA.varKinds.const,e,r,i)}let(e,r,i){return this._def(wA.varKinds.let,e,r,i)}var(e,r,i){return this._def(wA.varKinds.var,e,r,i)}assign(e,r,i){return this._leafNode(new jE(e,r,i))}add(e,r){return this._leafNode(new HQ(e,Cr.operators.ADD,r))}code(e){return typeof e=="function"?e():e!==Tr.nil&&this._leafNode(new $Q(e)),this}object(...e){let r=["{"];for(let[i,n]of e)r.length>1&&r.push(","),r.push(i),(i!==n||this.opts.es5)&&(r.push(":"),(0,Tr.addCodeArg)(r,n));return r.push("}"),new Tr._Code(r)}if(e,r,i){if(this._blockNode(new bA(e)),r&&i)this.code(r).else().code(i).endIf();else if(r)this.code(r).endIf();else if(i)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(e){return this._elseNode(new bA(e))}else(){return this._elseNode(new _f)}endIf(){return this._endBlockNode(bA,_f)}_for(e,r){return this._blockNode(e),r&&this.code(r).endFor(),this}for(e,r){return this._for(new VQ(e),r)}forRange(e,r,i,n,s=this.opts.es5?wA.varKinds.var:wA.varKinds.let){let a=this._scope.toName(e);return this._for(new WQ(s,a,r,i),()=>n(a))}forOf(e,r,i,n=wA.varKinds.const){let s=this._scope.toName(e);if(this.opts.es5){let a=r instanceof Tr.Name?r:this.var("_arr",r);return this.forRange("_i",0,(0,Tr._)`${a}.length`,A=>{this.var(s,(0,Tr._)`${a}[${A}]`),i(s)})}return this._for(new $E("of",n,s,r),()=>i(s))}forIn(e,r,i,n=this.opts.es5?wA.varKinds.var:wA.varKinds.const){if(this.opts.ownProperties)return this.forOf(e,(0,Tr._)`Object.keys(${r})`,i);let s=this._scope.toName(e);return this._for(new $E("in",n,s,r),()=>i(s))}endFor(){return this._endBlockNode(zu)}label(e){return this._leafNode(new jQ(e))}break(e){return this._leafNode(new YQ(e))}return(e){let r=new gd;if(this._blockNode(r),this.code(e),r.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(gd)}try(e,r,i){if(!r&&!i)throw new Error('CodeGen: "try" without "catch" and "finally"');let n=new zQ;if(this._blockNode(n),this.code(e),r){let s=this.name("e");this._currNode=n.catch=new dd(s),r(s)}return i&&(this._currNode=n.finally=new pd,this.code(i)),this._endBlockNode(dd,pd)}throw(e){return this._leafNode(new JQ(e))}block(e,r){return this._blockStarts.push(this._nodes.length),e&&this.code(e).endBlock(r),this}endBlock(e){let r=this._blockStarts.pop();if(r===void 0)throw new Error("CodeGen: not in self-balancing block");let i=this._nodes.length-r;if(i<0||e!==void 0&&i!==e)throw new Error(`CodeGen: wrong number of nodes: ${i} vs ${e} expected`);return this._nodes.length=r,this}func(e,r=Tr.nil,i,n){return this._blockNode(new hd(e,r,i)),n&&this.code(n).endFunc(),this}endFunc(){return this._endBlockNode(hd)}optimize(e=1){for(;e-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(e){return this._currNode.nodes.push(e),this}_blockNode(e){this._currNode.nodes.push(e),this._nodes.push(e)}_endBlockNode(e,r){let i=this._currNode;if(i instanceof e||r&&i instanceof r)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${r?`${e.kind}/${r.kind}`:e.kind}"`)}_elseNode(e){let r=this._currNode;if(!(r instanceof bA))throw new Error('CodeGen: "else" without "if"');return this._currNode=r.else=e,this}get _root(){return this._nodes[0]}get _currNode(){let e=this._nodes;return e[e.length-1]}set _currNode(e){let r=this._nodes;r[r.length-1]=e}};Cr.CodeGen=XQ;function Xu(t,e){for(let r in e)t[r]=(t[r]||0)+(e[r]||0);return t}function VE(t,e){return e instanceof Tr._CodeOrName?Xu(t,e.names):t}function Sf(t,e,r){if(t instanceof Tr.Name)return i(t);if(!n(t))return t;return new Tr._Code(t._items.reduce((s,a)=>(a instanceof Tr.Name&&(a=i(a)),a instanceof Tr._Code?s.push(...a._items):s.push(a),s),[]));function i(s){let a=r[s.str];return a===void 0||e[s.str]!==1?s:(delete e[s.str],a)}function n(s){return s instanceof Tr._Code&&s._items.some(a=>a instanceof Tr.Name&&e[a.str]===1&&r[a.str]!==void 0)}}function bL(t,e){for(let r in e)t[r]=(t[r]||0)-(e[r]||0)}function S2(t){return typeof t=="boolean"||typeof t=="number"||t===null?!t:(0,Tr._)`!${ZQ(t)}`}Cr.not=S2;var vL=D2(Cr.operators.AND);function xL(...t){return t.reduce(vL)}Cr.and=xL;var _L=D2(Cr.operators.OR);function SL(...t){return t.reduce(_L)}Cr.or=SL;function D2(t){return(e,r)=>e===Tr.nil?r:r===Tr.nil?e:(0,Tr._)`${ZQ(e)} ${t} ${ZQ(r)}`}function ZQ(t){return t instanceof Tr.Name?t:(0,Tr._)`(${t})`}});var $r=ce(wr=>{"use strict";Object.defineProperty(wr,"__esModule",{value:!0});wr.checkStrictMode=wr.getErrorPath=wr.Type=wr.useFunc=wr.setEvaluated=wr.evaluatedPropsToName=wr.mergeEvaluated=wr.eachItem=wr.unescapeJsonPointer=wr.escapeJsonPointer=wr.escapeFragment=wr.unescapeFragment=wr.schemaRefOrVal=wr.schemaHasRulesButRef=wr.schemaHasRules=wr.checkUnknownRules=wr.alwaysValidSchema=wr.toHash=void 0;var Ei=mr(),DL=ld();function RL(t){let e={};for(let r of t)e[r]=!0;return e}wr.toHash=RL;function NL(t,e){return typeof e=="boolean"?e:Object.keys(e).length===0?!0:(F2(t,e),!T2(e,t.self.RULES.all))}wr.alwaysValidSchema=NL;function F2(t,e=t.schema){let{opts:r,self:i}=t;if(!r.strictSchema||typeof e=="boolean")return;let n=i.RULES.keywords;for(let s in e)n[s]||G2(t,`unknown keyword: "${s}"`)}wr.checkUnknownRules=F2;function T2(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(e[r])return!0;return!1}wr.schemaHasRules=T2;function FL(t,e){if(typeof t=="boolean")return!t;for(let r in t)if(r!=="$ref"&&e.all[r])return!0;return!1}wr.schemaHasRulesButRef=FL;function TL({topSchemaRef:t,schemaPath:e},r,i,n){if(!n){if(typeof r=="number"||typeof r=="boolean")return r;if(typeof r=="string")return(0,Ei._)`${r}`}return(0,Ei._)`${t}${e}${(0,Ei.getProperty)(i)}`}wr.schemaRefOrVal=TL;function kL(t){return k2(decodeURIComponent(t))}wr.unescapeFragment=kL;function ML(t){return encodeURIComponent(eC(t))}wr.escapeFragment=ML;function eC(t){return typeof t=="number"?`${t}`:t.replace(/~/g,"~0").replace(/\//g,"~1")}wr.escapeJsonPointer=eC;function k2(t){return t.replace(/~1/g,"/").replace(/~0/g,"~")}wr.unescapeJsonPointer=k2;function UL(t,e){if(Array.isArray(t))for(let r of t)e(r);else e(t)}wr.eachItem=UL;function R2({mergeNames:t,mergeToName:e,mergeValues:r,resultToName:i}){return(n,s,a,A)=>{let c=a===void 0?s:a instanceof Ei.Name?(s instanceof Ei.Name?t(n,s,a):e(n,s,a),a):s instanceof Ei.Name?(e(n,a,s),s):r(s,a);return A===Ei.Name&&!(c instanceof Ei.Name)?i(n,c):c}}wr.mergeEvaluated={props:R2({mergeNames:(t,e,r)=>t.if((0,Ei._)`${r} !== true && ${e} !== undefined`,()=>{t.if((0,Ei._)`${e} === true`,()=>t.assign(r,!0),()=>t.assign(r,(0,Ei._)`${r} || {}`).code((0,Ei._)`Object.assign(${r}, ${e})`))}),mergeToName:(t,e,r)=>t.if((0,Ei._)`${r} !== true`,()=>{e===!0?t.assign(r,!0):(t.assign(r,(0,Ei._)`${r} || {}`),tC(t,r,e))}),mergeValues:(t,e)=>t===!0?!0:{...t,...e},resultToName:M2}),items:R2({mergeNames:(t,e,r)=>t.if((0,Ei._)`${r} !== true && ${e} !== undefined`,()=>t.assign(r,(0,Ei._)`${e} === true ? true : ${r} > ${e} ? ${r} : ${e}`)),mergeToName:(t,e,r)=>t.if((0,Ei._)`${r} !== true`,()=>t.assign(r,e===!0?!0:(0,Ei._)`${r} > ${e} ? ${r} : ${e}`)),mergeValues:(t,e)=>t===!0?!0:Math.max(t,e),resultToName:(t,e)=>t.var("items",e)})};function M2(t,e){if(e===!0)return t.var("props",!0);let r=t.var("props",(0,Ei._)`{}`);return e!==void 0&&tC(t,r,e),r}wr.evaluatedPropsToName=M2;function tC(t,e,r){Object.keys(r).forEach(i=>t.assign((0,Ei._)`${e}${(0,Ei.getProperty)(i)}`,!0))}wr.setEvaluated=tC;var N2={};function GL(t,e){return t.scopeValue("func",{ref:e,code:N2[e.code]||(N2[e.code]=new DL._Code(e.code))})}wr.useFunc=GL;var U2;(function(t){t[t.Num=0]="Num",t[t.Str=1]="Str"})(U2=wr.Type||(wr.Type={}));function OL(t,e,r){if(t instanceof Ei.Name){let i=e===U2.Num;return r?i?(0,Ei._)`"[" + ${t} + "]"`:(0,Ei._)`"['" + ${t} + "']"`:i?(0,Ei._)`"/" + ${t}`:(0,Ei._)`"/" + ${t}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return r?(0,Ei.getProperty)(t).toString():"/"+eC(t)}wr.getErrorPath=OL;function G2(t,e,r=t.opts.strictSchema){if(r){if(e=`strict mode: ${e}`,r===!0)throw new Error(e);t.self.logger.warn(e)}}wr.checkStrictMode=G2});var ac=ce(rC=>{"use strict";Object.defineProperty(rC,"__esModule",{value:!0});var ts=mr(),qL={data:new ts.Name("data"),valCxt:new ts.Name("valCxt"),instancePath:new ts.Name("instancePath"),parentData:new ts.Name("parentData"),parentDataProperty:new ts.Name("parentDataProperty"),rootData:new ts.Name("rootData"),dynamicAnchors:new ts.Name("dynamicAnchors"),vErrors:new ts.Name("vErrors"),errors:new ts.Name("errors"),this:new ts.Name("this"),self:new ts.Name("self"),scope:new ts.Name("scope"),json:new ts.Name("json"),jsonPos:new ts.Name("jsonPos"),jsonLen:new ts.Name("jsonLen"),jsonPart:new ts.Name("jsonPart")};rC.default=qL});var Ed=ce(rs=>{"use strict";Object.defineProperty(rs,"__esModule",{value:!0});rs.extendErrors=rs.resetErrorsCount=rs.reportExtraError=rs.reportError=rs.keyword$DataError=rs.keywordError=void 0;var Gr=mr(),zE=$r(),hs=ac();rs.keywordError={message:({keyword:t})=>(0,Gr.str)`must pass "${t}" keyword validation`};rs.keyword$DataError={message:({keyword:t,schemaType:e})=>e?(0,Gr.str)`"${t}" keyword must be ${e} ($data)`:(0,Gr.str)`"${t}" keyword is invalid ($data)`};function LL(t,e=rs.keywordError,r,i){let{it:n}=t,{gen:s,compositeRule:a,allErrors:A}=n,c=L2(t,e,r);i??(a||A)?O2(s,c):q2(n,(0,Gr._)`[${c}]`)}rs.reportError=LL;function PL(t,e=rs.keywordError,r){let{it:i}=t,{gen:n,compositeRule:s,allErrors:a}=i,A=L2(t,e,r);O2(n,A),s||a||q2(i,hs.default.vErrors)}rs.reportExtraError=PL;function HL(t,e){t.assign(hs.default.errors,e),t.if((0,Gr._)`${hs.default.vErrors} !== null`,()=>t.if(e,()=>t.assign((0,Gr._)`${hs.default.vErrors}.length`,e),()=>t.assign(hs.default.vErrors,null)))}rs.resetErrorsCount=HL;function jL({gen:t,keyword:e,schemaValue:r,data:i,errsCount:n,it:s}){if(n===void 0)throw new Error("ajv implementation error");let a=t.name("err");t.forRange("i",n,hs.default.errors,A=>{t.const(a,(0,Gr._)`${hs.default.vErrors}[${A}]`),t.if((0,Gr._)`${a}.instancePath === undefined`,()=>t.assign((0,Gr._)`${a}.instancePath`,(0,Gr.strConcat)(hs.default.instancePath,s.errorPath))),t.assign((0,Gr._)`${a}.schemaPath`,(0,Gr.str)`${s.errSchemaPath}/${e}`),s.opts.verbose&&(t.assign((0,Gr._)`${a}.schema`,r),t.assign((0,Gr._)`${a}.data`,i))})}rs.extendErrors=jL;function O2(t,e){let r=t.const("err",e);t.if((0,Gr._)`${hs.default.vErrors} === null`,()=>t.assign(hs.default.vErrors,(0,Gr._)`[${r}]`),(0,Gr._)`${hs.default.vErrors}.push(${r})`),t.code((0,Gr._)`${hs.default.errors}++`)}function q2(t,e){let{gen:r,validateName:i,schemaEnv:n}=t;n.$async?r.throw((0,Gr._)`new ${t.ValidationError}(${e})`):(r.assign((0,Gr._)`${i}.errors`,e),r.return(!1))}var Zu={keyword:new Gr.Name("keyword"),schemaPath:new Gr.Name("schemaPath"),params:new Gr.Name("params"),propertyName:new Gr.Name("propertyName"),message:new Gr.Name("message"),schema:new Gr.Name("schema"),parentSchema:new Gr.Name("parentSchema")};function L2(t,e,r){let{createErrors:i}=t.it;return i===!1?(0,Gr._)`{}`:YL(t,e,r)}function YL(t,e,r={}){let{gen:i,it:n}=t,s=[JL(n,r),$L(t,r)];return KL(t,e,s),i.object(...s)}function JL({errorPath:t},{instancePath:e}){let r=e?(0,Gr.str)`${t}${(0,zE.getErrorPath)(e,zE.Type.Str)}`:t;return[hs.default.instancePath,(0,Gr.strConcat)(hs.default.instancePath,r)]}function $L({keyword:t,it:{errSchemaPath:e}},{schemaPath:r,parentSchema:i}){let n=i?e:(0,Gr.str)`${e}/${t}`;return r&&(n=(0,Gr.str)`${n}${(0,zE.getErrorPath)(r,zE.Type.Str)}`),[Zu.schemaPath,n]}function KL(t,{params:e,message:r},i){let{keyword:n,data:s,schemaValue:a,it:A}=t,{opts:c,propertyName:l,topSchemaRef:g,schemaPath:C}=A;i.push([Zu.keyword,n],[Zu.params,typeof e=="function"?e(t):e||(0,Gr._)`{}`]),c.messages&&i.push([Zu.message,typeof r=="function"?r(t):r]),c.verbose&&i.push([Zu.schema,a],[Zu.parentSchema,(0,Gr._)`${g}${C}`],[hs.default.data,s]),l&&i.push([Zu.propertyName,l])}});var H2=ce(Df=>{"use strict";Object.defineProperty(Df,"__esModule",{value:!0});Df.boolOrEmptySchema=Df.topBoolOrEmptySchema=void 0;var VL=Ed(),WL=mr(),zL=ac(),XL={message:"boolean schema is false"};function ZL(t){let{gen:e,schema:r,validateName:i}=t;r===!1?P2(t,!1):typeof r=="object"&&r.$async===!0?e.return(zL.default.data):(e.assign((0,WL._)`${i}.errors`,null),e.return(!0))}Df.topBoolOrEmptySchema=ZL;function eP(t,e){let{gen:r,schema:i}=t;i===!1?(r.var(e,!1),P2(t)):r.var(e,!0)}Df.boolOrEmptySchema=eP;function P2(t,e){let{gen:r,data:i}=t,n={gen:r,keyword:"false schema",data:i,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:t};(0,VL.reportError)(n,XL,void 0,e)}});var iC=ce(Rf=>{"use strict";Object.defineProperty(Rf,"__esModule",{value:!0});Rf.getRules=Rf.isJSONType=void 0;var tP=["string","number","integer","boolean","null","object","array"],rP=new Set(tP);function iP(t){return typeof t=="string"&&rP.has(t)}Rf.isJSONType=iP;function nP(){let t={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...t,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},t.number,t.string,t.array,t.object],post:{rules:[]},all:{},keywords:{}}}Rf.getRules=nP});var nC=ce(Kc=>{"use strict";Object.defineProperty(Kc,"__esModule",{value:!0});Kc.shouldUseRule=Kc.shouldUseGroup=Kc.schemaHasRulesForType=void 0;function sP({schema:t,self:e},r){let i=e.RULES.types[r];return i&&i!==!0&&j2(t,i)}Kc.schemaHasRulesForType=sP;function j2(t,e){return e.rules.some(r=>Y2(t,r))}Kc.shouldUseGroup=j2;function Y2(t,e){var r;return t[e.keyword]!==void 0||((r=e.definition.implements)===null||r===void 0?void 0:r.some(i=>t[i]!==void 0))}Kc.shouldUseRule=Y2});var Bd=ce(Hn=>{"use strict";Object.defineProperty(Hn,"__esModule",{value:!0});Hn.reportTypeError=Hn.checkDataTypes=Hn.checkDataType=Hn.coerceAndCheckDataType=Hn.getJSONTypes=Hn.getSchemaTypes=Hn.DataType=void 0;var aP=iC(),AP=nC(),oP=Ed(),Br=mr(),J2=$r(),Id;(function(t){t[t.Correct=0]="Correct",t[t.Wrong=1]="Wrong"})(Id=Hn.DataType||(Hn.DataType={}));function cP(t){let e=$2(t.type);if(e.includes("null")){if(t.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!e.length&&t.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');t.nullable===!0&&e.push("null")}return e}Hn.getSchemaTypes=cP;function $2(t){let e=Array.isArray(t)?t:t?[t]:[];if(e.every(aP.isJSONType))return e;throw new Error("type must be JSONType or JSONType[]: "+e.join(","))}Hn.getJSONTypes=$2;function uP(t,e){let{gen:r,data:i,opts:n}=t,s=lP(e,n.coerceTypes),a=e.length>0&&!(s.length===0&&e.length===1&&(0,AP.schemaHasRulesForType)(t,e[0]));if(a){let A=aC(e,i,n.strictNumbers,Id.Wrong);r.if(A,()=>{s.length?fP(t,e,s):AC(t)})}return a}Hn.coerceAndCheckDataType=uP;var K2=new Set(["string","number","integer","boolean","null"]);function lP(t,e){return e?t.filter(r=>K2.has(r)||e==="array"&&r==="array"):[]}function fP(t,e,r){let{gen:i,data:n,opts:s}=t,a=i.let("dataType",(0,Br._)`typeof ${n}`),A=i.let("coerced",(0,Br._)`undefined`);s.coerceTypes==="array"&&i.if((0,Br._)`${a} == 'object' && Array.isArray(${n}) && ${n}.length == 1`,()=>i.assign(n,(0,Br._)`${n}[0]`).assign(a,(0,Br._)`typeof ${n}`).if(aC(e,n,s.strictNumbers),()=>i.assign(A,n))),i.if((0,Br._)`${A} !== undefined`);for(let l of r)(K2.has(l)||l==="array"&&s.coerceTypes==="array")&&c(l);i.else(),AC(t),i.endIf(),i.if((0,Br._)`${A} !== undefined`,()=>{i.assign(n,A),hP(t,A)});function c(l){switch(l){case"string":i.elseIf((0,Br._)`${a} == "number" || ${a} == "boolean"`).assign(A,(0,Br._)`"" + ${n}`).elseIf((0,Br._)`${n} === null`).assign(A,(0,Br._)`""`);return;case"number":i.elseIf((0,Br._)`${a} == "boolean" || ${n} === null
50
50
  || (${a} == "string" && ${n} && ${n} == +${n})`).assign(A,(0,Br._)`+${n}`);return;case"integer":i.elseIf((0,Br._)`${a} === "boolean" || ${n} === null
51
51
  || (${a} === "string" && ${n} && ${n} == +${n} && !(${n} % 1))`).assign(A,(0,Br._)`+${n}`);return;case"boolean":i.elseIf((0,Br._)`${n} === "false" || ${n} === 0 || ${n} === null`).assign(A,!1).elseIf((0,Br._)`${n} === "true" || ${n} === 1`).assign(A,!0);return;case"null":i.elseIf((0,Br._)`${n} === "" || ${n} === 0 || ${n} === false`),i.assign(A,null);return;case"array":i.elseIf((0,Br._)`${a} === "string" || ${a} === "number"
52
- || ${a} === "boolean" || ${n} === null`).assign(A,(0,Br._)`[${n}]`)}}}function hP({gen:t,parentData:e,parentDataProperty:r},i){t.if((0,Br._)`${e} !== undefined`,()=>t.assign((0,Br._)`${e}[${r}]`,i))}function sC(t,e,r,i=Id.Correct){let n=i===Id.Correct?Br.operators.EQ:Br.operators.NEQ,s;switch(t){case"null":return(0,Br._)`${e} ${n} null`;case"array":s=(0,Br._)`Array.isArray(${e})`;break;case"object":s=(0,Br._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=a((0,Br._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=a();break;default:return(0,Br._)`typeof ${e} ${n} ${t}`}return i===Id.Correct?s:(0,Br.not)(s);function a(A=Br.nil){return(0,Br.and)((0,Br._)`typeof ${e} == "number"`,A,r?(0,Br._)`isFinite(${e})`:Br.nil)}}Hn.checkDataType=sC;function aC(t,e,r,i){if(t.length===1)return sC(t[0],e,r,i);let n,s=(0,J_.toHash)(t);if(s.array&&s.object){let a=(0,Br._)`typeof ${e} != "object"`;n=s.null?a:(0,Br._)`!${e} || ${a}`,delete s.null,delete s.array,delete s.object}else n=Br.nil;s.number&&delete s.integer;for(let a in s)n=(0,Br.and)(n,sC(a,e,r,i));return n}Hn.checkDataTypes=aC;var gP={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,Br._)`{type: ${t}}`:(0,Br._)`{type: ${e}}`};function AC(t){let e=dP(t);(0,oP.reportError)(e,gP)}Hn.reportTypeError=AC;function dP(t){let{gen:e,data:r,schema:i}=t,n=(0,J_.schemaRefOrVal)(t,i,"type");return{gen:e,keyword:"type",data:r,schema:i.type,schemaCode:n,schemaValue:n,parentSchema:i,params:{},it:t}}});var W_=ce(XE=>{"use strict";Object.defineProperty(XE,"__esModule",{value:!0});XE.assignDefaults=void 0;var Nf=mr(),pP=$r();function EP(t,e){let{properties:r,items:i}=t.schema;if(e==="object"&&r)for(let n in r)V_(t,n,r[n].default);else e==="array"&&Array.isArray(i)&&i.forEach((n,s)=>V_(t,s,n.default))}XE.assignDefaults=EP;function V_(t,e,r){let{gen:i,compositeRule:n,data:s,opts:a}=t;if(r===void 0)return;let A=(0,Nf._)`${s}${(0,Nf.getProperty)(e)}`;if(n){(0,pP.checkStrictMode)(t,`default is ignored for: ${A}`);return}let c=(0,Nf._)`${A} === undefined`;a.useDefaults==="empty"&&(c=(0,Nf._)`${c} || ${A} === null || ${A} === ""`),i.if(c,(0,Nf._)`${A} = ${(0,Nf.stringify)(r)}`)}});var eA=ce(pi=>{"use strict";Object.defineProperty(pi,"__esModule",{value:!0});pi.validateUnion=pi.validateArray=pi.usePattern=pi.callValidateCode=pi.schemaProperties=pi.allSchemaProperties=pi.noPropertyInData=pi.propertyInData=pi.isOwnProperty=pi.hasPropFunc=pi.reportMissingProp=pi.checkMissingProp=pi.checkReportMissingProp=void 0;var Fi=mr(),oC=$r(),Vc=ac(),IP=$r();function BP(t,e){let{gen:r,data:i,it:n}=t;r.if(uC(r,i,e,n.opts.ownProperties),()=>{t.setParams({missingProperty:(0,Fi._)`${e}`},!0),t.error()})}pi.checkReportMissingProp=BP;function mP({gen:t,data:e,it:{opts:r}},i,n){return(0,Fi.or)(...i.map(s=>(0,Fi.and)(uC(t,e,s,r.ownProperties),(0,Fi._)`${n} = ${s}`)))}pi.checkMissingProp=mP;function yP(t,e){t.setParams({missingProperty:e},!0),t.error()}pi.reportMissingProp=yP;function z_(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Fi._)`Object.prototype.hasOwnProperty`})}pi.hasPropFunc=z_;function cC(t,e,r){return(0,Fi._)`${z_(t)}.call(${e}, ${r})`}pi.isOwnProperty=cC;function QP(t,e,r,i){let n=(0,Fi._)`${e}${(0,Fi.getProperty)(r)} !== undefined`;return i?(0,Fi._)`${n} && ${cC(t,e,r)}`:n}pi.propertyInData=QP;function uC(t,e,r,i){let n=(0,Fi._)`${e}${(0,Fi.getProperty)(r)} === undefined`;return i?(0,Fi.or)(n,(0,Fi.not)(cC(t,e,r))):n}pi.noPropertyInData=uC;function X_(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}pi.allSchemaProperties=X_;function CP(t,e){return X_(e).filter(r=>!(0,oC.alwaysValidSchema)(t,e[r]))}pi.schemaProperties=CP;function wP({schemaCode:t,data:e,it:{gen:r,topSchemaRef:i,schemaPath:n,errorPath:s},it:a},A,c,l){let g=l?(0,Fi._)`${t}, ${e}, ${i}${n}`:e,C=[[Vc.default.instancePath,(0,Fi.strConcat)(Vc.default.instancePath,s)],[Vc.default.parentData,a.parentData],[Vc.default.parentDataProperty,a.parentDataProperty],[Vc.default.rootData,Vc.default.rootData]];a.opts.dynamicRef&&C.push([Vc.default.dynamicAnchors,Vc.default.dynamicAnchors]);let B=(0,Fi._)`${g}, ${r.object(...C)}`;return c!==Fi.nil?(0,Fi._)`${A}.call(${c}, ${B})`:(0,Fi._)`${A}(${B})`}pi.callValidateCode=wP;var bP=(0,Fi._)`new RegExp`;function vP({gen:t,it:{opts:e}},r){let i=e.unicodeRegExp?"u":"",{regExp:n}=e.code,s=n(r,i);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,Fi._)`${n.code==="new RegExp"?bP:(0,IP.useFunc)(t,n)}(${r}, ${i})`})}pi.usePattern=vP;function xP(t){let{gen:e,data:r,keyword:i,it:n}=t,s=e.name("valid");if(n.allErrors){let A=e.let("valid",!0);return a(()=>e.assign(A,!1)),A}return e.var(s,!0),a(()=>e.break()),s;function a(A){let c=e.const("len",(0,Fi._)`${r}.length`);e.forRange("i",0,c,l=>{t.subschema({keyword:i,dataProp:l,dataPropType:oC.Type.Num},s),e.if((0,Fi.not)(s),A)})}}pi.validateArray=xP;function _P(t){let{gen:e,schema:r,keyword:i,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,oC.alwaysValidSchema)(n,c))&&!n.opts.unevaluated)return;let a=e.let("valid",!1),A=e.name("_valid");e.block(()=>r.forEach((c,l)=>{let g=t.subschema({keyword:i,schemaProp:l,compositeRule:!0},A);e.assign(a,(0,Fi._)`${a} || ${A}`),t.mergeValidEvaluated(g,A)||e.if((0,Fi.not)(a))})),t.result(a,()=>t.reset(),()=>t.error(!0))}pi.validateUnion=_P});var tS=ce(go=>{"use strict";Object.defineProperty(go,"__esModule",{value:!0});go.validateKeywordUsage=go.validSchemaType=go.funcKeywordCode=go.macroKeywordCode=void 0;var ds=mr(),el=ac(),SP=eA(),DP=Ed();function RP(t,e){let{gen:r,keyword:i,schema:n,parentSchema:s,it:a}=t,A=e.macro.call(a.self,n,s,a),c=eS(r,i,A);a.opts.validateSchema!==!1&&a.self.validateSchema(A,!0);let l=r.name("valid");t.subschema({schema:A,schemaPath:ds.nil,errSchemaPath:`${a.errSchemaPath}/${i}`,topSchemaRef:c,compositeRule:!0},l),t.pass(l,()=>t.error(!0))}go.macroKeywordCode=RP;function NP(t,e){var r;let{gen:i,keyword:n,schema:s,parentSchema:a,$data:A,it:c}=t;TP(c,e);let l=!A&&e.compile?e.compile.call(c.self,s,a,c):e.validate,g=eS(i,n,l),C=i.let("valid");t.block$data(C,B),t.ok((r=e.valid)!==null&&r!==void 0?r:C);function B(){if(e.errors===!1)F(),e.modifying&&Z_(t),q(()=>t.error());else{let P=e.async?I():v();e.modifying&&Z_(t),q(()=>FP(t,P))}}function I(){let P=i.let("ruleErrs",null);return i.try(()=>F((0,ds._)`await `),M=>i.assign(C,!1).if((0,ds._)`${M} instanceof ${c.ValidationError}`,()=>i.assign(P,(0,ds._)`${M}.errors`),()=>i.throw(M))),P}function v(){let P=(0,ds._)`${g}.errors`;return i.assign(P,null),F(ds.nil),P}function F(P=e.async?(0,ds._)`await `:ds.nil){let M=c.opts.passContext?el.default.this:el.default.self,W=!("compile"in e&&!A||e.schema===!1);i.assign(C,(0,ds._)`${P}${(0,SP.callValidateCode)(t,g,M,W)}`,e.modifying)}function q(P){var M;i.if((0,ds.not)((M=e.valid)!==null&&M!==void 0?M:C),P)}}go.funcKeywordCode=NP;function Z_(t){let{gen:e,data:r,it:i}=t;e.if(i.parentData,()=>e.assign(r,(0,ds._)`${i.parentData}[${i.parentDataProperty}]`))}function FP(t,e){let{gen:r}=t;r.if((0,ds._)`Array.isArray(${e})`,()=>{r.assign(el.default.vErrors,(0,ds._)`${el.default.vErrors} === null ? ${e} : ${el.default.vErrors}.concat(${e})`).assign(el.default.errors,(0,ds._)`${el.default.vErrors}.length`),(0,DP.extendErrors)(t)},()=>t.error())}function TP({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function eS(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,ds.stringify)(r)})}function kP(t,e,r=!1){return!e.length||e.some(i=>i==="array"?Array.isArray(t):i==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==i||r&&typeof t>"u")}go.validSchemaType=kP;function MP({schema:t,opts:e,self:r,errSchemaPath:i},n,s){if(Array.isArray(n.keyword)?!n.keyword.includes(s):n.keyword!==s)throw new Error("ajv implementation error");let a=n.dependencies;if(a?.some(A=>!Object.prototype.hasOwnProperty.call(t,A)))throw new Error(`parent schema must have dependencies of ${s}: ${a.join(",")}`);if(n.validateSchema&&!n.validateSchema(t[s])){let c=`keyword "${s}" value is invalid at path "${i}": `+r.errorsText(n.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}go.validateKeywordUsage=MP});var iS=ce(Wc=>{"use strict";Object.defineProperty(Wc,"__esModule",{value:!0});Wc.extendSubschemaMode=Wc.extendSubschemaData=Wc.getSubschema=void 0;var po=mr(),rS=$r();function UP(t,{keyword:e,schemaProp:r,schema:i,schemaPath:n,errSchemaPath:s,topSchemaRef:a}){if(e!==void 0&&i!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let A=t.schema[e];return r===void 0?{schema:A,schemaPath:(0,po._)`${t.schemaPath}${(0,po.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:A[r],schemaPath:(0,po._)`${t.schemaPath}${(0,po.getProperty)(e)}${(0,po.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,rS.escapeFragment)(r)}`}}if(i!==void 0){if(n===void 0||s===void 0||a===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:i,schemaPath:n,topSchemaRef:a,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Wc.getSubschema=UP;function GP(t,e,{dataProp:r,dataPropType:i,data:n,dataTypes:s,propertyName:a}){if(n!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:A}=e;if(r!==void 0){let{errorPath:l,dataPathArr:g,opts:C}=e,B=A.let("data",(0,po._)`${e.data}${(0,po.getProperty)(r)}`,!0);c(B),t.errorPath=(0,po.str)`${l}${(0,rS.getErrorPath)(r,i,C.jsPropertySyntax)}`,t.parentDataProperty=(0,po._)`${r}`,t.dataPathArr=[...g,t.parentDataProperty]}if(n!==void 0){let l=n instanceof po.Name?n:A.let("data",n,!0);c(l),a!==void 0&&(t.propertyName=a)}s&&(t.dataTypes=s);function c(l){t.data=l,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,l]}}Wc.extendSubschemaData=GP;function OP(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:i,createErrors:n,allErrors:s}){i!==void 0&&(t.compositeRule=i),n!==void 0&&(t.createErrors=n),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}Wc.extendSubschemaMode=OP});var lC=ce((yie,nS)=>{"use strict";nS.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var i,n,s;if(Array.isArray(e)){if(i=e.length,i!=r.length)return!1;for(n=i;n--!==0;)if(!t(e[n],r[n]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),i=s.length,i!==Object.keys(r).length)return!1;for(n=i;n--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[n]))return!1;for(n=i;n--!==0;){var a=s[n];if(!t(e[a],r[a]))return!1}return!0}return e!==e&&r!==r}});var aS=ce((Qie,sS)=>{"use strict";var zc=sS.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var i=typeof r=="function"?r:r.pre||function(){},n=r.post||function(){};ZE(e,i,n,t,"",t)};zc.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};zc.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};zc.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};zc.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function ZE(t,e,r,i,n,s,a,A,c,l){if(i&&typeof i=="object"&&!Array.isArray(i)){e(i,n,s,a,A,c,l);for(var g in i){var C=i[g];if(Array.isArray(C)){if(g in zc.arrayKeywords)for(var B=0;B<C.length;B++)ZE(t,e,r,C[B],n+"/"+g+"/"+B,s,n,g,i,B)}else if(g in zc.propsKeywords){if(C&&typeof C=="object")for(var I in C)ZE(t,e,r,C[I],n+"/"+g+"/"+qP(I),s,n,g,i,I)}else(g in zc.keywords||t.allKeys&&!(g in zc.skipKeywords))&&ZE(t,e,r,C,n+"/"+g,s,n,g,i)}r(i,n,s,a,A,c,l)}}function qP(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var md=ce(Ms=>{"use strict";Object.defineProperty(Ms,"__esModule",{value:!0});Ms.getSchemaRefs=Ms.resolveUrl=Ms.normalizeId=Ms._getFullPath=Ms.getFullPath=Ms.inlineRef=void 0;var LP=$r(),PP=lC(),HP=aS(),jP=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function YP(t,e=!0){return typeof t=="boolean"?!0:e===!0?!fC(t):e?AS(t)<=e:!1}Ms.inlineRef=YP;var JP=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function fC(t){for(let e in t){if(JP.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(fC)||typeof r=="object"&&fC(r))return!0}return!1}function AS(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!jP.has(r)&&(typeof t[r]=="object"&&(0,LP.eachItem)(t[r],i=>e+=AS(i)),e===1/0))return 1/0}return e}function oS(t,e="",r){r!==!1&&(e=Ff(e));let i=t.parse(e);return cS(t,i)}Ms.getFullPath=oS;function cS(t,e){return t.serialize(e).split("#")[0]+"#"}Ms._getFullPath=cS;var $P=/#\/?$/;function Ff(t){return t?t.replace($P,""):""}Ms.normalizeId=Ff;function KP(t,e,r){return r=Ff(r),t.resolve(e,r)}Ms.resolveUrl=KP;var VP=/^[a-z_][-a-z0-9._]*$/i;function WP(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:i}=this.opts,n=Ff(t[r]||e),s={"":n},a=oS(i,n,!1),A={},c=new Set;return HP(t,{allKeys:!0},(C,B,I,v)=>{if(v===void 0)return;let F=a+B,q=s[v];typeof C[r]=="string"&&(q=P.call(this,C[r])),M.call(this,C.$anchor),M.call(this,C.$dynamicAnchor),s[B]=q;function P(W){let ne=this.opts.uriResolver.resolve;if(W=Ff(q?ne(q,W):W),c.has(W))throw g(W);c.add(W);let ie=this.refs[W];return typeof ie=="string"&&(ie=this.refs[ie]),typeof ie=="object"?l(C,ie.schema,W):W!==Ff(F)&&(W[0]==="#"?(l(C,A[W],W),A[W]=C):this.refs[W]=F),W}function M(W){if(typeof W=="string"){if(!VP.test(W))throw new Error(`invalid anchor "${W}"`);P.call(this,`#${W}`)}}}),A;function l(C,B,I){if(B!==void 0&&!PP(C,B))throw g(I)}function g(C){return new Error(`reference "${C}" resolves to more than one schema`)}}Ms.getSchemaRefs=WP});var Cd=ce(Xc=>{"use strict";Object.defineProperty(Xc,"__esModule",{value:!0});Xc.getData=Xc.KeywordCxt=Xc.validateFunctionCode=void 0;var gS=H_(),uS=Bd(),gC=nC(),eI=Bd(),zP=W_(),Qd=tS(),hC=iS(),nr=mr(),pr=ac(),XP=md(),Ac=$r(),yd=Ed();function ZP(t){if(ES(t)&&(IS(t),pS(t))){rH(t);return}dS(t,()=>(0,gS.topBoolOrEmptySchema)(t))}Xc.validateFunctionCode=ZP;function dS({gen:t,validateName:e,schema:r,schemaEnv:i,opts:n},s){n.code.es5?t.func(e,(0,nr._)`${pr.default.data}, ${pr.default.valCxt}`,i.$async,()=>{t.code((0,nr._)`"use strict"; ${lS(r,n)}`),tH(t,n),t.code(s)}):t.func(e,(0,nr._)`${pr.default.data}, ${eH(n)}`,i.$async,()=>t.code(lS(r,n)).code(s))}function eH(t){return(0,nr._)`{${pr.default.instancePath}="", ${pr.default.parentData}, ${pr.default.parentDataProperty}, ${pr.default.rootData}=${pr.default.data}${t.dynamicRef?(0,nr._)`, ${pr.default.dynamicAnchors}={}`:nr.nil}}={}`}function tH(t,e){t.if(pr.default.valCxt,()=>{t.var(pr.default.instancePath,(0,nr._)`${pr.default.valCxt}.${pr.default.instancePath}`),t.var(pr.default.parentData,(0,nr._)`${pr.default.valCxt}.${pr.default.parentData}`),t.var(pr.default.parentDataProperty,(0,nr._)`${pr.default.valCxt}.${pr.default.parentDataProperty}`),t.var(pr.default.rootData,(0,nr._)`${pr.default.valCxt}.${pr.default.rootData}`),e.dynamicRef&&t.var(pr.default.dynamicAnchors,(0,nr._)`${pr.default.valCxt}.${pr.default.dynamicAnchors}`)},()=>{t.var(pr.default.instancePath,(0,nr._)`""`),t.var(pr.default.parentData,(0,nr._)`undefined`),t.var(pr.default.parentDataProperty,(0,nr._)`undefined`),t.var(pr.default.rootData,pr.default.data),e.dynamicRef&&t.var(pr.default.dynamicAnchors,(0,nr._)`{}`)})}function rH(t){let{schema:e,opts:r,gen:i}=t;dS(t,()=>{r.$comment&&e.$comment&&mS(t),AH(t),i.let(pr.default.vErrors,null),i.let(pr.default.errors,0),r.unevaluated&&iH(t),BS(t),uH(t)})}function iH(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,nr._)`${r}.evaluated`),e.if((0,nr._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,nr._)`${t.evaluated}.props`,(0,nr._)`undefined`)),e.if((0,nr._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,nr._)`${t.evaluated}.items`,(0,nr._)`undefined`))}function lS(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,nr._)`/*# sourceURL=${r} */`:nr.nil}function nH(t,e){if(ES(t)&&(IS(t),pS(t))){sH(t,e);return}(0,gS.boolOrEmptySchema)(t,e)}function pS({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function ES(t){return typeof t.schema!="boolean"}function sH(t,e){let{schema:r,gen:i,opts:n}=t;n.$comment&&r.$comment&&mS(t),oH(t),cH(t);let s=i.const("_errs",pr.default.errors);BS(t,s),i.var(e,(0,nr._)`${s} === ${pr.default.errors}`)}function IS(t){(0,Ac.checkUnknownRules)(t),aH(t)}function BS(t,e){if(t.opts.jtd)return fS(t,[],!1,e);let r=(0,uS.getSchemaTypes)(t.schema),i=(0,uS.coerceAndCheckDataType)(t,r);fS(t,r,!i,e)}function aH(t){let{schema:e,errSchemaPath:r,opts:i,self:n}=t;e.$ref&&i.ignoreKeywordsWithRef&&(0,Ac.schemaHasRulesButRef)(e,n.RULES)&&n.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function AH(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ac.checkStrictMode)(t,"default is ignored in the schema root")}function oH(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,XP.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function cH(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function mS({gen:t,schemaEnv:e,schema:r,errSchemaPath:i,opts:n}){let s=r.$comment;if(n.$comment===!0)t.code((0,nr._)`${pr.default.self}.logger.log(${s})`);else if(typeof n.$comment=="function"){let a=(0,nr.str)`${i}/$comment`,A=t.scopeValue("root",{ref:e.root});t.code((0,nr._)`${pr.default.self}.opts.$comment(${s}, ${a}, ${A}.schema)`)}}function uH(t){let{gen:e,schemaEnv:r,validateName:i,ValidationError:n,opts:s}=t;r.$async?e.if((0,nr._)`${pr.default.errors} === 0`,()=>e.return(pr.default.data),()=>e.throw((0,nr._)`new ${n}(${pr.default.vErrors})`)):(e.assign((0,nr._)`${i}.errors`,pr.default.vErrors),s.unevaluated&&lH(t),e.return((0,nr._)`${pr.default.errors} === 0`))}function lH({gen:t,evaluated:e,props:r,items:i}){r instanceof nr.Name&&t.assign((0,nr._)`${e}.props`,r),i instanceof nr.Name&&t.assign((0,nr._)`${e}.items`,i)}function fS(t,e,r,i){let{gen:n,schema:s,data:a,allErrors:A,opts:c,self:l}=t,{RULES:g}=l;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Ac.schemaHasRulesButRef)(s,g))){n.block(()=>QS(t,"$ref",g.all.$ref.definition));return}c.jtd||fH(t,e),n.block(()=>{for(let B of g.rules)C(B);C(g.post)});function C(B){(0,gC.shouldUseGroup)(s,B)&&(B.type?(n.if((0,eI.checkDataType)(B.type,a,c.strictNumbers)),hS(t,B),e.length===1&&e[0]===B.type&&r&&(n.else(),(0,eI.reportTypeError)(t)),n.endIf()):hS(t,B),A||n.if((0,nr._)`${pr.default.errors} === ${i||0}`))}}function hS(t,e){let{gen:r,schema:i,opts:{useDefaults:n}}=t;n&&(0,zP.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,gC.shouldUseRule)(i,s)&&QS(t,s.keyword,s.definition,e.type)})}function fH(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(hH(t,e),t.opts.allowUnionTypes||gH(t,e),dH(t,t.dataTypes))}function hH(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{yS(t.dataTypes,r)||dC(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),EH(t,e)}}function gH(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&dC(t,"use allowUnionTypes to allow union type keyword")}function dH(t,e){let r=t.self.RULES.all;for(let i in r){let n=r[i];if(typeof n=="object"&&(0,gC.shouldUseRule)(t.schema,n)){let{type:s}=n.definition;s.length&&!s.some(a=>pH(e,a))&&dC(t,`missing type "${s.join(",")}" for keyword "${i}"`)}}}function pH(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function yS(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function EH(t,e){let r=[];for(let i of t.dataTypes)yS(e,i)?r.push(i):e.includes("integer")&&i==="number"&&r.push("integer");t.dataTypes=r}function dC(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Ac.checkStrictMode)(t,e,t.opts.strictTypes)}var tI=class{constructor(e,r,i){if((0,Qd.validateKeywordUsage)(e,r,i),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=i,this.data=e.data,this.schema=e.schema[i],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Ac.schemaRefOrVal)(e,this.schema,i,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",CS(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Qd.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${i} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",pr.default.errors))}result(e,r,i){this.failResult((0,nr.not)(e),r,i)}failResult(e,r,i){this.gen.if(e),i?i():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,nr.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,nr._)`${r} !== undefined && (${(0,nr.or)(this.invalid$data(),e)})`)}error(e,r,i){if(r){this.setParams(r),this._error(e,i),this.setParams({});return}this._error(e,i)}_error(e,r){(e?yd.reportExtraError:yd.reportError)(this,this.def.error,r)}$dataError(){(0,yd.reportError)(this,this.def.$dataError||yd.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,yd.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,i=nr.nil){this.gen.block(()=>{this.check$data(e,i),r()})}check$data(e=nr.nil,r=nr.nil){if(!this.$data)return;let{gen:i,schemaCode:n,schemaType:s,def:a}=this;i.if((0,nr.or)((0,nr._)`${n} === undefined`,r)),e!==nr.nil&&i.assign(e,!0),(s.length||a.validateSchema)&&(i.elseIf(this.invalid$data()),this.$dataError(),e!==nr.nil&&i.assign(e,!1)),i.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:i,def:n,it:s}=this;return(0,nr.or)(a(),A());function a(){if(i.length){if(!(r instanceof nr.Name))throw new Error("ajv implementation error");let c=Array.isArray(i)?i:[i];return(0,nr._)`${(0,eI.checkDataTypes)(c,r,s.opts.strictNumbers,eI.DataType.Wrong)}`}return nr.nil}function A(){if(n.validateSchema){let c=e.scopeValue("validate$data",{ref:n.validateSchema});return(0,nr._)`!${c}(${r})`}return nr.nil}}subschema(e,r){let i=(0,hC.getSubschema)(this.it,e);(0,hC.extendSubschemaData)(i,this.it,e),(0,hC.extendSubschemaMode)(i,e);let n={...this.it,...i,items:void 0,props:void 0};return nH(n,r),n}mergeEvaluated(e,r){let{it:i,gen:n}=this;i.opts.unevaluated&&(i.props!==!0&&e.props!==void 0&&(i.props=Ac.mergeEvaluated.props(n,e.props,i.props,r)),i.items!==!0&&e.items!==void 0&&(i.items=Ac.mergeEvaluated.items(n,e.items,i.items,r)))}mergeValidEvaluated(e,r){let{it:i,gen:n}=this;if(i.opts.unevaluated&&(i.props!==!0||i.items!==!0))return n.if(r,()=>this.mergeEvaluated(e,nr.Name)),!0}};Xc.KeywordCxt=tI;function QS(t,e,r,i){let n=new tI(t,r,e);"code"in r?r.code(n,i):n.$data&&r.validate?(0,Qd.funcKeywordCode)(n,r):"macro"in r?(0,Qd.macroKeywordCode)(n,r):(r.compile||r.validate)&&(0,Qd.funcKeywordCode)(n,r)}var IH=/^\/(?:[^~]|~0|~1)*$/,BH=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function CS(t,{dataLevel:e,dataNames:r,dataPathArr:i}){let n,s;if(t==="")return pr.default.rootData;if(t[0]==="/"){if(!IH.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);n=t,s=pr.default.rootData}else{let l=BH.exec(t);if(!l)throw new Error(`Invalid JSON-pointer: ${t}`);let g=+l[1];if(n=l[2],n==="#"){if(g>=e)throw new Error(c("property/index",g));return i[e-g]}if(g>e)throw new Error(c("data",g));if(s=r[e-g],!n)return s}let a=s,A=n.split("/");for(let l of A)l&&(s=(0,nr._)`${s}${(0,nr.getProperty)((0,Ac.unescapeJsonPointer)(l))}`,a=(0,nr._)`${a} && ${s}`);return a;function c(l,g){return`Cannot access ${l} ${g} levels up, current level is ${e}`}}Xc.getData=CS});var rI=ce(EC=>{"use strict";Object.defineProperty(EC,"__esModule",{value:!0});var pC=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};EC.default=pC});var AI=ce(mC=>{"use strict";Object.defineProperty(mC,"__esModule",{value:!0});var IC=md(),BC=class extends Error{constructor(e,r,i,n){super(n||`can't resolve reference ${i} from id ${r}`),this.missingRef=(0,IC.resolveUrl)(e,r,i),this.missingSchema=(0,IC.normalizeId)((0,IC.getFullPath)(e,this.missingRef))}};mC.default=BC});var hI=ce(tA=>{"use strict";Object.defineProperty(tA,"__esModule",{value:!0});tA.resolveSchema=tA.getCompilingSchema=tA.resolveRef=tA.compileSchema=tA.SchemaEnv=void 0;var vA=mr(),mH=rI(),tl=ac(),xA=md(),wS=$r(),yH=Cd(),Tf=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let i;typeof e.schema=="object"&&(i=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,xA.normalizeId)(i?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=i?.$async,this.refs={}}};tA.SchemaEnv=Tf;function QC(t){let e=bS.call(this,t);if(e)return e;let r=(0,xA.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:i,lines:n}=this.opts.code,{ownProperties:s}=this.opts,a=new vA.CodeGen(this.scope,{es5:i,lines:n,ownProperties:s}),A;t.$async&&(A=a.scopeValue("Error",{ref:mH.default,code:(0,vA._)`require("ajv/dist/runtime/validation_error").default`}));let c=a.scopeName("validate");t.validateName=c;let l={gen:a,allErrors:this.opts.allErrors,data:tl.default.data,parentData:tl.default.parentData,parentDataProperty:tl.default.parentDataProperty,dataNames:[tl.default.data],dataPathArr:[vA.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:a.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,vA.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:A,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:vA.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,vA._)`""`,opts:this.opts,self:this},g;try{this._compilations.add(t),(0,yH.validateFunctionCode)(l),a.optimize(this.opts.code.optimize);let C=a.toString();g=`${a.scopeRefs(tl.default.scope)}return ${C}`,this.opts.code.process&&(g=this.opts.code.process(g,t));let I=new Function(`${tl.default.self}`,`${tl.default.scope}`,g)(this,this.scope.get());if(this.scope.value(c,{ref:I}),I.errors=null,I.schema=t.schema,I.schemaEnv=t,t.$async&&(I.$async=!0),this.opts.code.source===!0&&(I.source={validateName:c,validateCode:C,scopeValues:a._values}),this.opts.unevaluated){let{props:v,items:F}=l;I.evaluated={props:v instanceof vA.Name?void 0:v,items:F instanceof vA.Name?void 0:F,dynamicProps:v instanceof vA.Name,dynamicItems:F instanceof vA.Name},I.source&&(I.source.evaluated=(0,vA.stringify)(I.evaluated))}return t.validate=I,t}catch(C){throw delete t.validate,delete t.validateName,g&&this.logger.error("Error compiling schema, function code:",g),C}finally{this._compilations.delete(t)}}tA.compileSchema=QC;function QH(t,e,r){var i;r=(0,xA.resolveUrl)(this.opts.uriResolver,e,r);let n=t.refs[r];if(n)return n;let s=bH.call(this,t,r);if(s===void 0){let a=(i=t.localRefs)===null||i===void 0?void 0:i[r],{schemaId:A}=this.opts;a&&(s=new Tf({schema:a,schemaId:A,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=CH.call(this,s)}tA.resolveRef=QH;function CH(t){return(0,xA.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:QC.call(this,t)}function bS(t){for(let e of this._compilations)if(wH(e,t))return e}tA.getCompilingSchema=bS;function wH(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function bH(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||lI.call(this,t,e)}function lI(t,e){let r=this.opts.uriResolver.parse(e),i=(0,xA._getFullPath)(this.opts.uriResolver,r),n=(0,xA.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&i===n)return yC.call(this,r,t);let s=(0,xA.normalizeId)(i),a=this.refs[s]||this.schemas[s];if(typeof a=="string"){let A=lI.call(this,t,a);return typeof A?.schema!="object"?void 0:yC.call(this,r,A)}if(typeof a?.schema=="object"){if(a.validate||QC.call(this,a),s===(0,xA.normalizeId)(e)){let{schema:A}=a,{schemaId:c}=this.opts,l=A[c];return l&&(n=(0,xA.resolveUrl)(this.opts.uriResolver,n,l)),new Tf({schema:A,schemaId:c,root:t,baseId:n})}return yC.call(this,r,a)}}tA.resolveSchema=lI;var vH=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function yC(t,{baseId:e,schema:r,root:i}){var n;if(((n=t.fragment)===null||n===void 0?void 0:n[0])!=="/")return;for(let A of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,wS.unescapeFragment)(A)];if(c===void 0)return;r=c;let l=typeof r=="object"&&r[this.opts.schemaId];!vH.has(A)&&l&&(e=(0,xA.resolveUrl)(this.opts.uriResolver,e,l))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,wS.schemaHasRulesButRef)(r,this.RULES)){let A=(0,xA.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=lI.call(this,i,A)}let{schemaId:a}=this.opts;if(s=s||new Tf({schema:r,schemaId:a,root:i,baseId:e}),s.schema!==s.root.schema)return s}});var vS=ce((_ie,xH)=>{xH.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var _S=ce((dI,xS)=>{(function(t,e){typeof dI=="object"&&typeof xS<"u"?e(dI):typeof define=="function"&&define.amd?define(["exports"],e):e(t.URI=t.URI||{})})(dI,function(t){"use strict";function e(){for(var J=arguments.length,E=Array(J),p=0;p<J;p++)E[p]=arguments[p];if(E.length>1){E[0]=E[0].slice(0,-1);for(var x=E.length-1,Q=1;Q<x;++Q)E[Q]=E[Q].slice(1,-1);return E[x]=E[x].slice(1),E.join("")}else return E[0]}function r(J){return"(?:"+J+")"}function i(J){return J===void 0?"undefined":J===null?"null":Object.prototype.toString.call(J).split(" ").pop().split("]").shift().toLowerCase()}function n(J){return J.toUpperCase()}function s(J){return J!=null?J instanceof Array?J:typeof J.length!="number"||J.split||J.setInterval||J.call?[J]:Array.prototype.slice.call(J):[]}function a(J,E){var p=J;if(E)for(var x in E)p[x]=E[x];return p}function A(J){var E="[A-Za-z]",p="[\\x0D]",x="[0-9]",Q="[\\x22]",H=e(x,"[A-Fa-f]"),se="[\\x0A]",ue="[\\x20]",Se=r(r("%[EFef]"+H+"%"+H+H+"%"+H+H)+"|"+r("%[89A-Fa-f]"+H+"%"+H+H)+"|"+r("%"+H+H)),Re="[\\:\\/\\?\\#\\[\\]\\@]",it="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",Ue=e(Re,it),ct=J?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",Xe=J?"[\\uE000-\\uF8FF]":"[]",Oe=e(E,x,"[\\-\\.\\_\\~]",ct),ke=r(E+e(E,x,"[\\+\\-\\.]")+"*"),nt=r(r(Se+"|"+e(Oe,it,"[\\:]"))+"*"),oe=r(r("25[0-5]")+"|"+r("2[0-4]"+x)+"|"+r("1"+x+x)+"|"+r("[1-9]"+x)+"|"+x),j=r(r("25[0-5]")+"|"+r("2[0-4]"+x)+"|"+r("1"+x+x)+"|"+r("0?[1-9]"+x)+"|0?0?"+x),ye=r(j+"\\."+j+"\\."+j+"\\."+j),Be=r(H+"{1,4}"),Qe=r(r(Be+"\\:"+Be)+"|"+ye),Ke=r(r(Be+"\\:")+"{6}"+Qe),He=r("\\:\\:"+r(Be+"\\:")+"{5}"+Qe),ze=r(r(Be)+"?\\:\\:"+r(Be+"\\:")+"{4}"+Qe),xe=r(r(r(Be+"\\:")+"{0,1}"+Be)+"?\\:\\:"+r(Be+"\\:")+"{3}"+Qe),we=r(r(r(Be+"\\:")+"{0,2}"+Be)+"?\\:\\:"+r(Be+"\\:")+"{2}"+Qe),pe=r(r(r(Be+"\\:")+"{0,3}"+Be)+"?\\:\\:"+Be+"\\:"+Qe),ge=r(r(r(Be+"\\:")+"{0,4}"+Be)+"?\\:\\:"+Qe),Ee=r(r(r(Be+"\\:")+"{0,5}"+Be)+"?\\:\\:"+Be),ve=r(r(r(Be+"\\:")+"{0,6}"+Be)+"?\\:\\:"),Te=r([Ke,He,ze,xe,we,pe,ge,Ee,ve].join("|")),Je=r(r(Oe+"|"+Se)+"+"),ut=r(Te+"\\%25"+Je),dt=r(Te+r("\\%25|\\%(?!"+H+"{2})")+Je),le=r("[vV]"+H+"+\\."+e(Oe,it,"[\\:]")+"+"),Qt=r("\\["+r(dt+"|"+Te+"|"+le)+"\\]"),fe=r(r(Se+"|"+e(Oe,it))+"*"),Ct=r(Qt+"|"+ye+"(?!"+fe+")|"+fe),bt=r(x+"*"),Gt=r(r(nt+"@")+"?"+Ct+r("\\:"+bt)+"?"),wt=r(Se+"|"+e(Oe,it,"[\\:\\@]")),Vt=r(wt+"*"),Lt=r(wt+"+"),Ar=r(r(Se+"|"+e(Oe,it,"[\\@]"))+"+"),$t=r(r("\\/"+Vt)+"*"),er=r("\\/"+r(Lt+$t)+"?"),or=r(Ar+$t),cr=r(Lt+$t),fr="(?!"+wt+")",gr=r($t+"|"+er+"|"+or+"|"+cr+"|"+fr),zr=r(r(wt+"|"+e("[\\/\\?]",Xe))+"*"),ui=r(r(wt+"|[\\/\\?]")+"*"),Iu=r(r("\\/\\/"+Gt+$t)+"|"+er+"|"+cr+"|"+fr),Rl=r(ke+"\\:"+Iu+r("\\?"+zr)+"?"+r("\\#"+ui)+"?"),bc=r(r("\\/\\/"+Gt+$t)+"|"+er+"|"+or+"|"+fr),Oo=r(bc+r("\\?"+zr)+"?"+r("\\#"+ui)+"?"),Nl=r(Rl+"|"+Oo),Gp=r(ke+"\\:"+Iu+r("\\?"+zr)+"?"),Op="^("+ke+")\\:"+r(r("\\/\\/("+r("("+nt+")@")+"?("+Ct+")"+r("\\:("+bt+")")+"?)")+"?("+$t+"|"+er+"|"+cr+"|"+fr+")")+r("\\?("+zr+")")+"?"+r("\\#("+ui+")")+"?$",qp="^(){0}"+r(r("\\/\\/("+r("("+nt+")@")+"?("+Ct+")"+r("\\:("+bt+")")+"?)")+"?("+$t+"|"+er+"|"+or+"|"+fr+")")+r("\\?("+zr+")")+"?"+r("\\#("+ui+")")+"?$",Lp="^("+ke+")\\:"+r(r("\\/\\/("+r("("+nt+")@")+"?("+Ct+")"+r("\\:("+bt+")")+"?)")+"?("+$t+"|"+er+"|"+cr+"|"+fr+")")+r("\\?("+zr+")")+"?$",Vs="^"+r("\\#("+ui+")")+"?$",Pp="^"+r("("+nt+")@")+"?("+Ct+")"+r("\\:("+bt+")")+"?$";return{NOT_SCHEME:new RegExp(e("[^]",E,x,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(e("[^\\%\\:]",Oe,it),"g"),NOT_HOST:new RegExp(e("[^\\%\\[\\]\\:]",Oe,it),"g"),NOT_PATH:new RegExp(e("[^\\%\\/\\:\\@]",Oe,it),"g"),NOT_PATH_NOSCHEME:new RegExp(e("[^\\%\\/\\@]",Oe,it),"g"),NOT_QUERY:new RegExp(e("[^\\%]",Oe,it,"[\\:\\@\\/\\?]",Xe),"g"),NOT_FRAGMENT:new RegExp(e("[^\\%]",Oe,it,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(e("[^]",Oe,it),"g"),UNRESERVED:new RegExp(Oe,"g"),OTHER_CHARS:new RegExp(e("[^\\%]",Oe,Ue),"g"),PCT_ENCODED:new RegExp(Se,"g"),IPV4ADDRESS:new RegExp("^("+ye+")$"),IPV6ADDRESS:new RegExp("^\\[?("+Te+")"+r(r("\\%25|\\%(?!"+H+"{2})")+"("+Je+")")+"?\\]?$")}}var c=A(!1),l=A(!0),g=function(){function J(E,p){var x=[],Q=!0,H=!1,se=void 0;try{for(var ue=E[Symbol.iterator](),Se;!(Q=(Se=ue.next()).done)&&(x.push(Se.value),!(p&&x.length===p));Q=!0);}catch(Re){H=!0,se=Re}finally{try{!Q&&ue.return&&ue.return()}finally{if(H)throw se}}return x}return function(E,p){if(Array.isArray(E))return E;if(Symbol.iterator in Object(E))return J(E,p);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),C=function(J){if(Array.isArray(J)){for(var E=0,p=Array(J.length);E<J.length;E++)p[E]=J[E];return p}else return Array.from(J)},B=2147483647,I=36,v=1,F=26,q=38,P=700,M=72,W=128,ne="-",ie=/^xn--/,T=/[^\0-\x7E]/,D=/[\x2E\u3002\uFF0E\uFF61]/g,Y={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},S=I-v,X=Math.floor,te=String.fromCharCode;function Ce(J){throw new RangeError(Y[J])}function je(J,E){for(var p=[],x=J.length;x--;)p[x]=E(J[x]);return p}function V(J,E){var p=J.split("@"),x="";p.length>1&&(x=p[0]+"@",J=p[1]),J=J.replace(D,".");var Q=J.split("."),H=je(Q,E).join(".");return x+H}function be(J){for(var E=[],p=0,x=J.length;p<x;){var Q=J.charCodeAt(p++);if(Q>=55296&&Q<=56319&&p<x){var H=J.charCodeAt(p++);(H&64512)==56320?E.push(((Q&1023)<<10)+(H&1023)+65536):(E.push(Q),p--)}else E.push(Q)}return E}var Ge=function(E){return String.fromCodePoint.apply(String,C(E))},Ve=function(E){return E-48<10?E-22:E-65<26?E-65:E-97<26?E-97:I},at=function(E,p){return E+22+75*(E<26)-((p!=0)<<5)},Ze=function(E,p,x){var Q=0;for(E=x?X(E/P):E>>1,E+=X(E/p);E>S*F>>1;Q+=I)E=X(E/S);return X(Q+(S+1)*E/(E+q))},Yt=function(E){var p=[],x=E.length,Q=0,H=W,se=M,ue=E.lastIndexOf(ne);ue<0&&(ue=0);for(var Se=0;Se<ue;++Se)E.charCodeAt(Se)>=128&&Ce("not-basic"),p.push(E.charCodeAt(Se));for(var Re=ue>0?ue+1:0;Re<x;){for(var it=Q,Ue=1,ct=I;;ct+=I){Re>=x&&Ce("invalid-input");var Xe=Ve(E.charCodeAt(Re++));(Xe>=I||Xe>X((B-Q)/Ue))&&Ce("overflow"),Q+=Xe*Ue;var Oe=ct<=se?v:ct>=se+F?F:ct-se;if(Xe<Oe)break;var ke=I-Oe;Ue>X(B/ke)&&Ce("overflow"),Ue*=ke}var nt=p.length+1;se=Ze(Q-it,nt,it==0),X(Q/nt)>B-H&&Ce("overflow"),H+=X(Q/nt),Q%=nt,p.splice(Q++,0,H)}return String.fromCodePoint.apply(String,p)},Bt=function(E){var p=[];E=be(E);var x=E.length,Q=W,H=0,se=M,ue=!0,Se=!1,Re=void 0;try{for(var it=E[Symbol.iterator](),Ue;!(ue=(Ue=it.next()).done);ue=!0){var ct=Ue.value;ct<128&&p.push(te(ct))}}catch(dt){Se=!0,Re=dt}finally{try{!ue&&it.return&&it.return()}finally{if(Se)throw Re}}var Xe=p.length,Oe=Xe;for(Xe&&p.push(ne);Oe<x;){var ke=B,nt=!0,oe=!1,j=void 0;try{for(var ye=E[Symbol.iterator](),Be;!(nt=(Be=ye.next()).done);nt=!0){var Qe=Be.value;Qe>=Q&&Qe<ke&&(ke=Qe)}}catch(dt){oe=!0,j=dt}finally{try{!nt&&ye.return&&ye.return()}finally{if(oe)throw j}}var Ke=Oe+1;ke-Q>X((B-H)/Ke)&&Ce("overflow"),H+=(ke-Q)*Ke,Q=ke;var He=!0,ze=!1,xe=void 0;try{for(var we=E[Symbol.iterator](),pe;!(He=(pe=we.next()).done);He=!0){var ge=pe.value;if(ge<Q&&++H>B&&Ce("overflow"),ge==Q){for(var Ee=H,ve=I;;ve+=I){var Te=ve<=se?v:ve>=se+F?F:ve-se;if(Ee<Te)break;var Je=Ee-Te,ut=I-Te;p.push(te(at(Te+Je%ut,0))),Ee=X(Je/ut)}p.push(te(at(Ee,0))),se=Ze(H,Ke,Oe==Xe),H=0,++Oe}}}catch(dt){ze=!0,xe=dt}finally{try{!He&&we.return&&we.return()}finally{if(ze)throw xe}}++H,++Q}return p.join("")},Rt=function(E){return V(E,function(p){return ie.test(p)?Yt(p.slice(4).toLowerCase()):p})},et=function(E){return V(E,function(p){return T.test(p)?"xn--"+Bt(p):p})},he={version:"2.1.0",ucs2:{decode:be,encode:Ge},decode:Yt,encode:Bt,toASCII:et,toUnicode:Rt},G={};function Et(J){var E=J.charCodeAt(0),p=void 0;return E<16?p="%0"+E.toString(16).toUpperCase():E<128?p="%"+E.toString(16).toUpperCase():E<2048?p="%"+(E>>6|192).toString(16).toUpperCase()+"%"+(E&63|128).toString(16).toUpperCase():p="%"+(E>>12|224).toString(16).toUpperCase()+"%"+(E>>6&63|128).toString(16).toUpperCase()+"%"+(E&63|128).toString(16).toUpperCase(),p}function ft(J){for(var E="",p=0,x=J.length;p<x;){var Q=parseInt(J.substr(p+1,2),16);if(Q<128)E+=String.fromCharCode(Q),p+=3;else if(Q>=194&&Q<224){if(x-p>=6){var H=parseInt(J.substr(p+4,2),16);E+=String.fromCharCode((Q&31)<<6|H&63)}else E+=J.substr(p,6);p+=6}else if(Q>=224){if(x-p>=9){var se=parseInt(J.substr(p+4,2),16),ue=parseInt(J.substr(p+7,2),16);E+=String.fromCharCode((Q&15)<<12|(se&63)<<6|ue&63)}else E+=J.substr(p,9);p+=9}else E+=J.substr(p,3),p+=3}return E}function pt(J,E){function p(x){var Q=ft(x);return Q.match(E.UNRESERVED)?Q:x}return J.scheme&&(J.scheme=String(J.scheme).replace(E.PCT_ENCODED,p).toLowerCase().replace(E.NOT_SCHEME,"")),J.userinfo!==void 0&&(J.userinfo=String(J.userinfo).replace(E.PCT_ENCODED,p).replace(E.NOT_USERINFO,Et).replace(E.PCT_ENCODED,n)),J.host!==void 0&&(J.host=String(J.host).replace(E.PCT_ENCODED,p).toLowerCase().replace(E.NOT_HOST,Et).replace(E.PCT_ENCODED,n)),J.path!==void 0&&(J.path=String(J.path).replace(E.PCT_ENCODED,p).replace(J.scheme?E.NOT_PATH:E.NOT_PATH_NOSCHEME,Et).replace(E.PCT_ENCODED,n)),J.query!==void 0&&(J.query=String(J.query).replace(E.PCT_ENCODED,p).replace(E.NOT_QUERY,Et).replace(E.PCT_ENCODED,n)),J.fragment!==void 0&&(J.fragment=String(J.fragment).replace(E.PCT_ENCODED,p).replace(E.NOT_FRAGMENT,Et).replace(E.PCT_ENCODED,n)),J}function Z(J){return J.replace(/^0*(.*)/,"$1")||"0"}function h(J,E){var p=J.match(E.IPV4ADDRESS)||[],x=g(p,2),Q=x[1];return Q?Q.split(".").map(Z).join("."):J}function f(J,E){var p=J.match(E.IPV6ADDRESS)||[],x=g(p,3),Q=x[1],H=x[2];if(Q){for(var se=Q.toLowerCase().split("::").reverse(),ue=g(se,2),Se=ue[0],Re=ue[1],it=Re?Re.split(":").map(Z):[],Ue=Se.split(":").map(Z),ct=E.IPV4ADDRESS.test(Ue[Ue.length-1]),Xe=ct?7:8,Oe=Ue.length-Xe,ke=Array(Xe),nt=0;nt<Xe;++nt)ke[nt]=it[nt]||Ue[Oe+nt]||"";ct&&(ke[Xe-1]=h(ke[Xe-1],E));var oe=ke.reduce(function(Ke,He,ze){if(!He||He==="0"){var xe=Ke[Ke.length-1];xe&&xe.index+xe.length===ze?xe.length++:Ke.push({index:ze,length:1})}return Ke},[]),j=oe.sort(function(Ke,He){return He.length-Ke.length})[0],ye=void 0;if(j&&j.length>1){var Be=ke.slice(0,j.index),Qe=ke.slice(j.index+j.length);ye=Be.join(":")+"::"+Qe.join(":")}else ye=ke.join(":");return H&&(ye+="%"+H),ye}else return J}var m=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,b="".match(/(){0}/)[1]===void 0;function O(J){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p={},x=E.iri!==!1?l:c;E.reference==="suffix"&&(J=(E.scheme?E.scheme+":":"")+"//"+J);var Q=J.match(m);if(Q){b?(p.scheme=Q[1],p.userinfo=Q[3],p.host=Q[4],p.port=parseInt(Q[5],10),p.path=Q[6]||"",p.query=Q[7],p.fragment=Q[8],isNaN(p.port)&&(p.port=Q[5])):(p.scheme=Q[1]||void 0,p.userinfo=J.indexOf("@")!==-1?Q[3]:void 0,p.host=J.indexOf("//")!==-1?Q[4]:void 0,p.port=parseInt(Q[5],10),p.path=Q[6]||"",p.query=J.indexOf("?")!==-1?Q[7]:void 0,p.fragment=J.indexOf("#")!==-1?Q[8]:void 0,isNaN(p.port)&&(p.port=J.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?Q[4]:void 0)),p.host&&(p.host=f(h(p.host,x),x)),p.scheme===void 0&&p.userinfo===void 0&&p.host===void 0&&p.port===void 0&&!p.path&&p.query===void 0?p.reference="same-document":p.scheme===void 0?p.reference="relative":p.fragment===void 0?p.reference="absolute":p.reference="uri",E.reference&&E.reference!=="suffix"&&E.reference!==p.reference&&(p.error=p.error||"URI is not a "+E.reference+" reference.");var H=G[(E.scheme||p.scheme||"").toLowerCase()];if(!E.unicodeSupport&&(!H||!H.unicodeSupport)){if(p.host&&(E.domainHost||H&&H.domainHost))try{p.host=he.toASCII(p.host.replace(x.PCT_ENCODED,ft).toLowerCase())}catch(se){p.error=p.error||"Host's domain name can not be converted to ASCII via punycode: "+se}pt(p,c)}else pt(p,x);H&&H.parse&&H.parse(p,E)}else p.error=p.error||"URI can not be parsed.";return p}function L(J,E){var p=E.iri!==!1?l:c,x=[];return J.userinfo!==void 0&&(x.push(J.userinfo),x.push("@")),J.host!==void 0&&x.push(f(h(String(J.host),p),p).replace(p.IPV6ADDRESS,function(Q,H,se){return"["+H+(se?"%25"+se:"")+"]"})),(typeof J.port=="number"||typeof J.port=="string")&&(x.push(":"),x.push(String(J.port))),x.length?x.join(""):void 0}var o=/^\.\.?\//,u=/^\/\.(\/|$)/,d=/^\/\.\.(\/|$)/,w=/^\/?(?:.|\n)*?(?=\/|$)/;function R(J){for(var E=[];J.length;)if(J.match(o))J=J.replace(o,"");else if(J.match(u))J=J.replace(u,"/");else if(J.match(d))J=J.replace(d,"/"),E.pop();else if(J==="."||J==="..")J="";else{var p=J.match(w);if(p){var x=p[0];J=J.slice(x.length),E.push(x)}else throw new Error("Unexpected dot segment condition")}return E.join("")}function k(J){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p=E.iri?l:c,x=[],Q=G[(E.scheme||J.scheme||"").toLowerCase()];if(Q&&Q.serialize&&Q.serialize(J,E),J.host&&!p.IPV6ADDRESS.test(J.host)){if(E.domainHost||Q&&Q.domainHost)try{J.host=E.iri?he.toUnicode(J.host):he.toASCII(J.host.replace(p.PCT_ENCODED,ft).toLowerCase())}catch(ue){J.error=J.error||"Host's domain name can not be converted to "+(E.iri?"Unicode":"ASCII")+" via punycode: "+ue}}pt(J,p),E.reference!=="suffix"&&J.scheme&&(x.push(J.scheme),x.push(":"));var H=L(J,E);if(H!==void 0&&(E.reference!=="suffix"&&x.push("//"),x.push(H),J.path&&J.path.charAt(0)!=="/"&&x.push("/")),J.path!==void 0){var se=J.path;!E.absolutePath&&(!Q||!Q.absolutePath)&&(se=R(se)),H===void 0&&(se=se.replace(/^\/\//,"/%2F")),x.push(se)}return J.query!==void 0&&(x.push("?"),x.push(J.query)),J.fragment!==void 0&&(x.push("#"),x.push(J.fragment)),x.join("")}function ee(J,E){var p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},x=arguments[3],Q={};return x||(J=O(k(J,p),p),E=O(k(E,p),p)),p=p||{},!p.tolerant&&E.scheme?(Q.scheme=E.scheme,Q.userinfo=E.userinfo,Q.host=E.host,Q.port=E.port,Q.path=R(E.path||""),Q.query=E.query):(E.userinfo!==void 0||E.host!==void 0||E.port!==void 0?(Q.userinfo=E.userinfo,Q.host=E.host,Q.port=E.port,Q.path=R(E.path||""),Q.query=E.query):(E.path?(E.path.charAt(0)==="/"?Q.path=R(E.path):((J.userinfo!==void 0||J.host!==void 0||J.port!==void 0)&&!J.path?Q.path="/"+E.path:J.path?Q.path=J.path.slice(0,J.path.lastIndexOf("/")+1)+E.path:Q.path=E.path,Q.path=R(Q.path)),Q.query=E.query):(Q.path=J.path,E.query!==void 0?Q.query=E.query:Q.query=J.query),Q.userinfo=J.userinfo,Q.host=J.host,Q.port=J.port),Q.scheme=J.scheme),Q.fragment=E.fragment,Q}function Ae(J,E,p){var x=a({scheme:"null"},p);return k(ee(O(J,x),O(E,x),x,!0),x)}function me(J,E){return typeof J=="string"?J=k(O(J,E),E):i(J)==="object"&&(J=O(k(J,E),E)),J}function Fe(J,E,p){return typeof J=="string"?J=k(O(J,p),p):i(J)==="object"&&(J=k(J,p)),typeof E=="string"?E=k(O(E,p),p):i(E)==="object"&&(E=k(E,p)),J===E}function Le(J,E){return J&&J.toString().replace(!E||!E.iri?c.ESCAPE:l.ESCAPE,Et)}function Me(J,E){return J&&J.toString().replace(!E||!E.iri?c.PCT_ENCODED:l.PCT_ENCODED,ft)}var Ne={scheme:"http",domainHost:!0,parse:function(E,p){return E.host||(E.error=E.error||"HTTP URIs must have a host."),E},serialize:function(E,p){var x=String(E.scheme).toLowerCase()==="https";return(E.port===(x?443:80)||E.port==="")&&(E.port=void 0),E.path||(E.path="/"),E}},ht={scheme:"https",domainHost:Ne.domainHost,parse:Ne.parse,serialize:Ne.serialize};function vt(J){return typeof J.secure=="boolean"?J.secure:String(J.scheme).toLowerCase()==="wss"}var ur={scheme:"ws",domainHost:!0,parse:function(E,p){var x=E;return x.secure=vt(x),x.resourceName=(x.path||"/")+(x.query?"?"+x.query:""),x.path=void 0,x.query=void 0,x},serialize:function(E,p){if((E.port===(vt(E)?443:80)||E.port==="")&&(E.port=void 0),typeof E.secure=="boolean"&&(E.scheme=E.secure?"wss":"ws",E.secure=void 0),E.resourceName){var x=E.resourceName.split("?"),Q=g(x,2),H=Q[0],se=Q[1];E.path=H&&H!=="/"?H:void 0,E.query=se,E.resourceName=void 0}return E.fragment=void 0,E}},rr={scheme:"wss",domainHost:ur.domainHost,parse:ur.parse,serialize:ur.serialize},kt={},At=!0,ar="[A-Za-z0-9\\-\\.\\_\\~"+(At?"\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF":"")+"]",St="[0-9A-Fa-f]",sr=r(r("%[EFef]"+St+"%"+St+St+"%"+St+St)+"|"+r("%[89A-Fa-f]"+St+"%"+St+St)+"|"+r("%"+St+St)),Pt="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",Er="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",Ht=e(Er,'[\\"\\\\]'),mn="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",Zn=new RegExp(ar,"g"),Fr=new RegExp(sr,"g"),Si=new RegExp(e("[^]",Pt,"[\\.]",'[\\"]',Ht),"g"),Qr=new RegExp(e("[^]",ar,mn),"g"),br=Qr;function Oi(J){var E=ft(J);return E.match(Zn)?E:J}var Ki={scheme:"mailto",parse:function(E,p){var x=E,Q=x.to=x.path?x.path.split(","):[];if(x.path=void 0,x.query){for(var H=!1,se={},ue=x.query.split("&"),Se=0,Re=ue.length;Se<Re;++Se){var it=ue[Se].split("=");switch(it[0]){case"to":for(var Ue=it[1].split(","),ct=0,Xe=Ue.length;ct<Xe;++ct)Q.push(Ue[ct]);break;case"subject":x.subject=Me(it[1],p);break;case"body":x.body=Me(it[1],p);break;default:H=!0,se[Me(it[0],p)]=Me(it[1],p);break}}H&&(x.headers=se)}x.query=void 0;for(var Oe=0,ke=Q.length;Oe<ke;++Oe){var nt=Q[Oe].split("@");if(nt[0]=Me(nt[0]),p.unicodeSupport)nt[1]=Me(nt[1],p).toLowerCase();else try{nt[1]=he.toASCII(Me(nt[1],p).toLowerCase())}catch(oe){x.error=x.error||"Email address's domain name can not be converted to ASCII via punycode: "+oe}Q[Oe]=nt.join("@")}return x},serialize:function(E,p){var x=E,Q=s(E.to);if(Q){for(var H=0,se=Q.length;H<se;++H){var ue=String(Q[H]),Se=ue.lastIndexOf("@"),Re=ue.slice(0,Se).replace(Fr,Oi).replace(Fr,n).replace(Si,Et),it=ue.slice(Se+1);try{it=p.iri?he.toUnicode(it):he.toASCII(Me(it,p).toLowerCase())}catch(Oe){x.error=x.error||"Email address's domain name can not be converted to "+(p.iri?"Unicode":"ASCII")+" via punycode: "+Oe}Q[H]=Re+"@"+it}x.path=Q.join(",")}var Ue=E.headers=E.headers||{};E.subject&&(Ue.subject=E.subject),E.body&&(Ue.body=E.body);var ct=[];for(var Xe in Ue)Ue[Xe]!==kt[Xe]&&ct.push(Xe.replace(Fr,Oi).replace(Fr,n).replace(Qr,Et)+"="+Ue[Xe].replace(Fr,Oi).replace(Fr,n).replace(br,Et));return ct.length&&(x.query=ct.join("&")),x}},os=/^([^\:]+)\:(.*)/,dr={scheme:"urn",parse:function(E,p){var x=E.path&&E.path.match(os),Q=E;if(x){var H=p.scheme||Q.scheme||"urn",se=x[1].toLowerCase(),ue=x[2],Se=H+":"+(p.nid||se),Re=G[Se];Q.nid=se,Q.nss=ue,Q.path=void 0,Re&&(Q=Re.parse(Q,p))}else Q.error=Q.error||"URN can not be parsed.";return Q},serialize:function(E,p){var x=p.scheme||E.scheme||"urn",Q=E.nid,H=x+":"+(p.nid||Q),se=G[H];se&&(E=se.serialize(E,p));var ue=E,Se=E.nss;return ue.path=(Q||p.nid)+":"+Se,ue}},lr=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,z={scheme:"urn:uuid",parse:function(E,p){var x=E;return x.uuid=x.nss,x.nss=void 0,!p.tolerant&&(!x.uuid||!x.uuid.match(lr))&&(x.error=x.error||"UUID is not valid."),x},serialize:function(E,p){var x=E;return x.nss=(E.uuid||"").toLowerCase(),x}};G[Ne.scheme]=Ne,G[ht.scheme]=ht,G[ur.scheme]=ur,G[rr.scheme]=rr,G[Ki.scheme]=Ki,G[dr.scheme]=dr,G[z.scheme]=z,t.SCHEMES=G,t.pctEncChar=Et,t.pctDecChars=ft,t.parse=O,t.removeDotSegments=R,t.serialize=k,t.resolveComponents=ee,t.resolve=Ae,t.normalize=me,t.equal=Fe,t.escapeComponent=Le,t.unescapeComponent=Me,Object.defineProperty(t,"__esModule",{value:!0})})});var DS=ce(CC=>{"use strict";Object.defineProperty(CC,"__esModule",{value:!0});var SS=_S();SS.code='require("ajv/dist/runtime/uri").default';CC.default=SS});var GS=ce($n=>{"use strict";Object.defineProperty($n,"__esModule",{value:!0});$n.CodeGen=$n.Name=$n.nil=$n.stringify=$n.str=$n._=$n.KeywordCxt=void 0;var _H=Cd();Object.defineProperty($n,"KeywordCxt",{enumerable:!0,get:function(){return _H.KeywordCxt}});var kf=mr();Object.defineProperty($n,"_",{enumerable:!0,get:function(){return kf._}});Object.defineProperty($n,"str",{enumerable:!0,get:function(){return kf.str}});Object.defineProperty($n,"stringify",{enumerable:!0,get:function(){return kf.stringify}});Object.defineProperty($n,"nil",{enumerable:!0,get:function(){return kf.nil}});Object.defineProperty($n,"Name",{enumerable:!0,get:function(){return kf.Name}});Object.defineProperty($n,"CodeGen",{enumerable:!0,get:function(){return kf.CodeGen}});var SH=rI(),kS=AI(),DH=iC(),wd=hI(),RH=mr(),bd=md(),pI=Bd(),bC=$r(),RS=vS(),NH=DS(),MS=(t,e)=>new RegExp(t,e);MS.code="new RegExp";var FH=["removeAdditional","useDefaults","coerceTypes"],TH=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),kH={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},MH={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},NS=200;function UH(t){var e,r,i,n,s,a,A,c,l,g,C,B,I,v,F,q,P,M,W,ne,ie,T,D,Y,S;let X=t.strict,te=(e=t.code)===null||e===void 0?void 0:e.optimize,Ce=te===!0||te===void 0?1:te||0,je=(i=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&i!==void 0?i:MS,V=(n=t.uriResolver)!==null&&n!==void 0?n:NH.default;return{strictSchema:(a=(s=t.strictSchema)!==null&&s!==void 0?s:X)!==null&&a!==void 0?a:!0,strictNumbers:(c=(A=t.strictNumbers)!==null&&A!==void 0?A:X)!==null&&c!==void 0?c:!0,strictTypes:(g=(l=t.strictTypes)!==null&&l!==void 0?l:X)!==null&&g!==void 0?g:"log",strictTuples:(B=(C=t.strictTuples)!==null&&C!==void 0?C:X)!==null&&B!==void 0?B:"log",strictRequired:(v=(I=t.strictRequired)!==null&&I!==void 0?I:X)!==null&&v!==void 0?v:!1,code:t.code?{...t.code,optimize:Ce,regExp:je}:{optimize:Ce,regExp:je},loopRequired:(F=t.loopRequired)!==null&&F!==void 0?F:NS,loopEnum:(q=t.loopEnum)!==null&&q!==void 0?q:NS,meta:(P=t.meta)!==null&&P!==void 0?P:!0,messages:(M=t.messages)!==null&&M!==void 0?M:!0,inlineRefs:(W=t.inlineRefs)!==null&&W!==void 0?W:!0,schemaId:(ne=t.schemaId)!==null&&ne!==void 0?ne:"$id",addUsedSchema:(ie=t.addUsedSchema)!==null&&ie!==void 0?ie:!0,validateSchema:(T=t.validateSchema)!==null&&T!==void 0?T:!0,validateFormats:(D=t.validateFormats)!==null&&D!==void 0?D:!0,unicodeRegExp:(Y=t.unicodeRegExp)!==null&&Y!==void 0?Y:!0,int32range:(S=t.int32range)!==null&&S!==void 0?S:!0,uriResolver:V}}var vd=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...UH(e)};let{es5:r,lines:i}=this.opts.code;this.scope=new RH.ValueScope({scope:{},prefixes:TH,es5:r,lines:i}),this.logger=HH(e.logger);let n=e.validateFormats;e.validateFormats=!1,this.RULES=(0,DH.getRules)(),FS.call(this,kH,e,"NOT SUPPORTED"),FS.call(this,MH,e,"DEPRECATED","warn"),this._metaOpts=LH.call(this),e.formats&&OH.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&qH.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),GH.call(this),e.validateFormats=n}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:i}=this.opts,n=RS;i==="id"&&(n={...RS},n.id=n.$id,delete n.$id),r&&e&&this.addMetaSchema(n,n[i],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let i;if(typeof e=="string"){if(i=this.getSchema(e),!i)throw new Error(`no schema with key or ref "${e}"`)}else i=this.compile(e);let n=i(r);return"$async"in i||(this.errors=i.errors),n}compile(e,r){let i=this._addSchema(e,r);return i.validate||this._compileSchemaEnv(i)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:i}=this.opts;return n.call(this,e,r);async function n(g,C){await s.call(this,g.$schema);let B=this._addSchema(g,C);return B.validate||a.call(this,B)}async function s(g){g&&!this.getSchema(g)&&await n.call(this,{$ref:g},!0)}async function a(g){try{return this._compileSchemaEnv(g)}catch(C){if(!(C instanceof kS.default))throw C;return A.call(this,C),await c.call(this,C.missingSchema),a.call(this,g)}}function A({missingSchema:g,missingRef:C}){if(this.refs[g])throw new Error(`AnySchema ${g} is loaded but ${C} cannot be resolved`)}async function c(g){let C=await l.call(this,g);this.refs[g]||await s.call(this,C.$schema),this.refs[g]||this.addSchema(C,g,r)}async function l(g){let C=this._loading[g];if(C)return C;try{return await(this._loading[g]=i(g))}finally{delete this._loading[g]}}}addSchema(e,r,i,n=this.opts.validateSchema){if(Array.isArray(e)){for(let a of e)this.addSchema(a,void 0,i,n);return this}let s;if(typeof e=="object"){let{schemaId:a}=this.opts;if(s=e[a],s!==void 0&&typeof s!="string")throw new Error(`schema ${a} must be string`)}return r=(0,bd.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,i,r,n,!0),this}addMetaSchema(e,r,i=this.opts.validateSchema){return this.addSchema(e,r,!0,i),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let i;if(i=e.$schema,i!==void 0&&typeof i!="string")throw new Error("$schema must be a string");if(i=i||this.opts.defaultMeta||this.defaultMeta(),!i)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let n=this.validate(i,e);if(!n&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return n}getSchema(e){let r;for(;typeof(r=TS.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:i}=this.opts,n=new wd.SchemaEnv({schema:{},schemaId:i});if(r=wd.resolveSchema.call(this,n,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=TS.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let i=e[this.opts.schemaId];return i&&(i=(0,bd.normalizeId)(i),delete this.schemas[i],delete this.refs[i]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let i;if(typeof e=="string")i=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=i);else if(typeof e=="object"&&r===void 0){if(r=e,i=r.keyword,Array.isArray(i)&&!i.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(YH.call(this,i,r),!r)return(0,bC.eachItem)(i,s=>wC.call(this,s)),this;$H.call(this,r);let n={...r,type:(0,pI.getJSONTypes)(r.type),schemaType:(0,pI.getJSONTypes)(r.schemaType)};return(0,bC.eachItem)(i,n.type.length===0?s=>wC.call(this,s,n):s=>n.type.forEach(a=>wC.call(this,s,n,a))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let i of r.rules){let n=i.rules.findIndex(s=>s.keyword===e);n>=0&&i.rules.splice(n,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:i="data"}={}){return!e||e.length===0?"No errors":e.map(n=>`${i}${n.instancePath} ${n.message}`).reduce((n,s)=>n+r+s)}$dataMetaSchema(e,r){let i=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let n of r){let s=n.split("/").slice(1),a=e;for(let A of s)a=a[A];for(let A in i){let c=i[A];if(typeof c!="object")continue;let{$data:l}=c.definition,g=a[A];l&&g&&(a[A]=US(g))}}return e}_removeAllSchemas(e,r){for(let i in e){let n=e[i];(!r||r.test(i))&&(typeof n=="string"?delete e[i]:n&&!n.meta&&(this._cache.delete(n.schema),delete e[i]))}}_addSchema(e,r,i,n=this.opts.validateSchema,s=this.opts.addUsedSchema){let a,{schemaId:A}=this.opts;if(typeof e=="object")a=e[A];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;i=(0,bd.normalizeId)(a||i);let l=bd.getSchemaRefs.call(this,e,i);return c=new wd.SchemaEnv({schema:e,schemaId:A,meta:r,baseId:i,localRefs:l}),this._cache.set(c.schema,c),s&&!i.startsWith("#")&&(i&&this._checkUnique(i),this.refs[i]=c),n&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):wd.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{wd.compileSchema.call(this,e)}finally{this.opts=r}}};$n.default=vd;vd.ValidationError=SH.default;vd.MissingRefError=kS.default;function FS(t,e,r,i="error"){for(let n in t){let s=n;s in e&&this.logger[i](`${r}: option ${n}. ${t[s]}`)}}function TS(t){return t=(0,bd.normalizeId)(t),this.schemas[t]||this.refs[t]}function GH(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function OH(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function qH(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function LH(){let t={...this.opts};for(let e of FH)delete t[e];return t}var PH={log(){},warn(){},error(){}};function HH(t){if(t===!1)return PH;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var jH=/^[a-z_$][a-z0-9_$:-]*$/i;function YH(t,e){let{RULES:r}=this;if((0,bC.eachItem)(t,i=>{if(r.keywords[i])throw new Error(`Keyword ${i} is already defined`);if(!jH.test(i))throw new Error(`Keyword ${i} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function wC(t,e,r){var i;let n=e?.post;if(r&&n)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,a=n?s.post:s.rules.find(({type:c})=>c===r);if(a||(a={type:r,rules:[]},s.rules.push(a)),s.keywords[t]=!0,!e)return;let A={keyword:t,definition:{...e,type:(0,pI.getJSONTypes)(e.type),schemaType:(0,pI.getJSONTypes)(e.schemaType)}};e.before?JH.call(this,a,A,e.before):a.rules.push(A),s.all[t]=A,(i=e.implements)===null||i===void 0||i.forEach(c=>this.addKeyword(c))}function JH(t,e,r){let i=t.rules.findIndex(n=>n.keyword===r);i>=0?t.rules.splice(i,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function $H(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=US(e)),t.validateSchema=this.compile(e,!0))}var KH={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function US(t){return{anyOf:[t,KH]}}});var OS=ce(vC=>{"use strict";Object.defineProperty(vC,"__esModule",{value:!0});var VH={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};vC.default=VH});var HS=ce(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});rl.callRef=rl.getValidate=void 0;var WH=AI(),qS=eA(),Us=mr(),Mf=ac(),LS=hI(),mI=$r(),zH={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:i}=t,{baseId:n,schemaEnv:s,validateName:a,opts:A,self:c}=i,{root:l}=s;if((r==="#"||r==="#/")&&n===l.baseId)return C();let g=LS.resolveRef.call(c,l,n,r);if(g===void 0)throw new WH.default(i.opts.uriResolver,n,r);if(g instanceof LS.SchemaEnv)return B(g);return I(g);function C(){if(s===l)return yI(t,a,s,s.$async);let v=e.scopeValue("root",{ref:l});return yI(t,(0,Us._)`${v}.validate`,l,l.$async)}function B(v){let F=PS(t,v);yI(t,F,v,v.$async)}function I(v){let F=e.scopeValue("schema",A.code.source===!0?{ref:v,code:(0,Us.stringify)(v)}:{ref:v}),q=e.name("valid"),P=t.subschema({schema:v,dataTypes:[],schemaPath:Us.nil,topSchemaRef:F,errSchemaPath:r},q);t.mergeEvaluated(P),t.ok(q)}}};function PS(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Us._)`${r.scopeValue("wrapper",{ref:e})}.validate`}rl.getValidate=PS;function yI(t,e,r,i){let{gen:n,it:s}=t,{allErrors:a,schemaEnv:A,opts:c}=s,l=c.passContext?Mf.default.this:Us.nil;i?g():C();function g(){if(!A.$async)throw new Error("async schema referenced by sync schema");let v=n.let("valid");n.try(()=>{n.code((0,Us._)`await ${(0,qS.callValidateCode)(t,e,l)}`),I(e),a||n.assign(v,!0)},F=>{n.if((0,Us._)`!(${F} instanceof ${s.ValidationError})`,()=>n.throw(F)),B(F),a||n.assign(v,!1)}),t.ok(v)}function C(){t.result((0,qS.callValidateCode)(t,e,l),()=>I(e),()=>B(e))}function B(v){let F=(0,Us._)`${v}.errors`;n.assign(Mf.default.vErrors,(0,Us._)`${Mf.default.vErrors} === null ? ${F} : ${Mf.default.vErrors}.concat(${F})`),n.assign(Mf.default.errors,(0,Us._)`${Mf.default.vErrors}.length`)}function I(v){var F;if(!s.opts.unevaluated)return;let q=(F=r?.validate)===null||F===void 0?void 0:F.evaluated;if(s.props!==!0)if(q&&!q.dynamicProps)q.props!==void 0&&(s.props=mI.mergeEvaluated.props(n,q.props,s.props));else{let P=n.var("props",(0,Us._)`${v}.evaluated.props`);s.props=mI.mergeEvaluated.props(n,P,s.props,Us.Name)}if(s.items!==!0)if(q&&!q.dynamicItems)q.items!==void 0&&(s.items=mI.mergeEvaluated.items(n,q.items,s.items));else{let P=n.var("items",(0,Us._)`${v}.evaluated.items`);s.items=mI.mergeEvaluated.items(n,P,s.items,Us.Name)}}}rl.callRef=yI;rl.default=zH});var jS=ce(xC=>{"use strict";Object.defineProperty(xC,"__esModule",{value:!0});var XH=OS(),ZH=HS(),ej=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",XH.default,ZH.default];xC.default=ej});var YS=ce(_C=>{"use strict";Object.defineProperty(_C,"__esModule",{value:!0});var QI=mr(),Zc=QI.operators,CI={maximum:{okStr:"<=",ok:Zc.LTE,fail:Zc.GT},minimum:{okStr:">=",ok:Zc.GTE,fail:Zc.LT},exclusiveMaximum:{okStr:"<",ok:Zc.LT,fail:Zc.GTE},exclusiveMinimum:{okStr:">",ok:Zc.GT,fail:Zc.LTE}},tj={message:({keyword:t,schemaCode:e})=>(0,QI.str)`must be ${CI[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,QI._)`{comparison: ${CI[t].okStr}, limit: ${e}}`},rj={keyword:Object.keys(CI),type:"number",schemaType:"number",$data:!0,error:tj,code(t){let{keyword:e,data:r,schemaCode:i}=t;t.fail$data((0,QI._)`${r} ${CI[e].fail} ${i} || isNaN(${r})`)}};_C.default=rj});var JS=ce(SC=>{"use strict";Object.defineProperty(SC,"__esModule",{value:!0});var xd=mr(),ij={message:({schemaCode:t})=>(0,xd.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,xd._)`{multipleOf: ${t}}`},nj={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:ij,code(t){let{gen:e,data:r,schemaCode:i,it:n}=t,s=n.opts.multipleOfPrecision,a=e.let("res"),A=s?(0,xd._)`Math.abs(Math.round(${a}) - ${a}) > 1e-${s}`:(0,xd._)`${a} !== parseInt(${a})`;t.fail$data((0,xd._)`(${i} === 0 || (${a} = ${r}/${i}, ${A}))`)}};SC.default=nj});var KS=ce(DC=>{"use strict";Object.defineProperty(DC,"__esModule",{value:!0});function $S(t){let e=t.length,r=0,i=0,n;for(;i<e;)r++,n=t.charCodeAt(i++),n>=55296&&n<=56319&&i<e&&(n=t.charCodeAt(i),(n&64512)===56320&&i++);return r}DC.default=$S;$S.code='require("ajv/dist/runtime/ucs2length").default'});var VS=ce(RC=>{"use strict";Object.defineProperty(RC,"__esModule",{value:!0});var il=mr(),sj=$r(),aj=KS(),Aj={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,il.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,il._)`{limit: ${t}}`},oj={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:Aj,code(t){let{keyword:e,data:r,schemaCode:i,it:n}=t,s=e==="maxLength"?il.operators.GT:il.operators.LT,a=n.opts.unicode===!1?(0,il._)`${r}.length`:(0,il._)`${(0,sj.useFunc)(t.gen,aj.default)}(${r})`;t.fail$data((0,il._)`${a} ${s} ${i}`)}};RC.default=oj});var WS=ce(NC=>{"use strict";Object.defineProperty(NC,"__esModule",{value:!0});var cj=eA(),wI=mr(),uj={message:({schemaCode:t})=>(0,wI.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,wI._)`{pattern: ${t}}`},lj={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:uj,code(t){let{data:e,$data:r,schema:i,schemaCode:n,it:s}=t,a=s.opts.unicodeRegExp?"u":"",A=r?(0,wI._)`(new RegExp(${n}, ${a}))`:(0,cj.usePattern)(t,i);t.fail$data((0,wI._)`!${A}.test(${e})`)}};NC.default=lj});var zS=ce(FC=>{"use strict";Object.defineProperty(FC,"__esModule",{value:!0});var _d=mr(),fj={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,_d.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,_d._)`{limit: ${t}}`},hj={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:fj,code(t){let{keyword:e,data:r,schemaCode:i}=t,n=e==="maxProperties"?_d.operators.GT:_d.operators.LT;t.fail$data((0,_d._)`Object.keys(${r}).length ${n} ${i}`)}};FC.default=hj});var XS=ce(TC=>{"use strict";Object.defineProperty(TC,"__esModule",{value:!0});var Sd=eA(),Dd=mr(),gj=$r(),dj={message:({params:{missingProperty:t}})=>(0,Dd.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Dd._)`{missingProperty: ${t}}`},pj={keyword:"required",type:"object",schemaType:"array",$data:!0,error:dj,code(t){let{gen:e,schema:r,schemaCode:i,data:n,$data:s,it:a}=t,{opts:A}=a;if(!s&&r.length===0)return;let c=r.length>=A.loopRequired;if(a.allErrors?l():g(),A.strictRequired){let I=t.parentSchema.properties,{definedProperties:v}=t.it;for(let F of r)if(I?.[F]===void 0&&!v.has(F)){let q=a.schemaEnv.baseId+a.errSchemaPath,P=`required property "${F}" is not defined at "${q}" (strictRequired)`;(0,gj.checkStrictMode)(a,P,a.opts.strictRequired)}}function l(){if(c||s)t.block$data(Dd.nil,C);else for(let I of r)(0,Sd.checkReportMissingProp)(t,I)}function g(){let I=e.let("missing");if(c||s){let v=e.let("valid",!0);t.block$data(v,()=>B(I,v)),t.ok(v)}else e.if((0,Sd.checkMissingProp)(t,r,I)),(0,Sd.reportMissingProp)(t,I),e.else()}function C(){e.forOf("prop",i,I=>{t.setParams({missingProperty:I}),e.if((0,Sd.noPropertyInData)(e,n,I,A.ownProperties),()=>t.error())})}function B(I,v){t.setParams({missingProperty:I}),e.forOf(I,i,()=>{e.assign(v,(0,Sd.propertyInData)(e,n,I,A.ownProperties)),e.if((0,Dd.not)(v),()=>{t.error(),e.break()})},Dd.nil)}}};TC.default=pj});var ZS=ce(kC=>{"use strict";Object.defineProperty(kC,"__esModule",{value:!0});var Rd=mr(),Ej={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Rd.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Rd._)`{limit: ${t}}`},Ij={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:Ej,code(t){let{keyword:e,data:r,schemaCode:i}=t,n=e==="maxItems"?Rd.operators.GT:Rd.operators.LT;t.fail$data((0,Rd._)`${r}.length ${n} ${i}`)}};kC.default=Ij});var bI=ce(MC=>{"use strict";Object.defineProperty(MC,"__esModule",{value:!0});var eD=lC();eD.code='require("ajv/dist/runtime/equal").default';MC.default=eD});var tD=ce(GC=>{"use strict";Object.defineProperty(GC,"__esModule",{value:!0});var UC=Bd(),Vn=mr(),Bj=$r(),mj=bI(),yj={message:({params:{i:t,j:e}})=>(0,Vn.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Vn._)`{i: ${t}, j: ${e}}`},Qj={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:yj,code(t){let{gen:e,data:r,$data:i,schema:n,parentSchema:s,schemaCode:a,it:A}=t;if(!i&&!n)return;let c=e.let("valid"),l=s.items?(0,UC.getSchemaTypes)(s.items):[];t.block$data(c,g,(0,Vn._)`${a} === false`),t.ok(c);function g(){let v=e.let("i",(0,Vn._)`${r}.length`),F=e.let("j");t.setParams({i:v,j:F}),e.assign(c,!0),e.if((0,Vn._)`${v} > 1`,()=>(C()?B:I)(v,F))}function C(){return l.length>0&&!l.some(v=>v==="object"||v==="array")}function B(v,F){let q=e.name("item"),P=(0,UC.checkDataTypes)(l,q,A.opts.strictNumbers,UC.DataType.Wrong),M=e.const("indices",(0,Vn._)`{}`);e.for((0,Vn._)`;${v}--;`,()=>{e.let(q,(0,Vn._)`${r}[${v}]`),e.if(P,(0,Vn._)`continue`),l.length>1&&e.if((0,Vn._)`typeof ${q} == "string"`,(0,Vn._)`${q} += "_"`),e.if((0,Vn._)`typeof ${M}[${q}] == "number"`,()=>{e.assign(F,(0,Vn._)`${M}[${q}]`),t.error(),e.assign(c,!1).break()}).code((0,Vn._)`${M}[${q}] = ${v}`)})}function I(v,F){let q=(0,Bj.useFunc)(e,mj.default),P=e.name("outer");e.label(P).for((0,Vn._)`;${v}--;`,()=>e.for((0,Vn._)`${F} = ${v}; ${F}--;`,()=>e.if((0,Vn._)`${q}(${r}[${v}], ${r}[${F}])`,()=>{t.error(),e.assign(c,!1).break(P)})))}}};GC.default=Qj});var rD=ce(qC=>{"use strict";Object.defineProperty(qC,"__esModule",{value:!0});var OC=mr(),Cj=$r(),wj=bI(),bj={message:"must be equal to constant",params:({schemaCode:t})=>(0,OC._)`{allowedValue: ${t}}`},vj={keyword:"const",$data:!0,error:bj,code(t){let{gen:e,data:r,$data:i,schemaCode:n,schema:s}=t;i||s&&typeof s=="object"?t.fail$data((0,OC._)`!${(0,Cj.useFunc)(e,wj.default)}(${r}, ${n})`):t.fail((0,OC._)`${s} !== ${r}`)}};qC.default=vj});var iD=ce(LC=>{"use strict";Object.defineProperty(LC,"__esModule",{value:!0});var Nd=mr(),xj=$r(),_j=bI(),Sj={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Nd._)`{allowedValues: ${t}}`},Dj={keyword:"enum",schemaType:"array",$data:!0,error:Sj,code(t){let{gen:e,data:r,$data:i,schema:n,schemaCode:s,it:a}=t;if(!i&&n.length===0)throw new Error("enum must have non-empty array");let A=n.length>=a.opts.loopEnum,c,l=()=>c??(c=(0,xj.useFunc)(e,_j.default)),g;if(A||i)g=e.let("valid"),t.block$data(g,C);else{if(!Array.isArray(n))throw new Error("ajv implementation error");let I=e.const("vSchema",s);g=(0,Nd.or)(...n.map((v,F)=>B(I,F)))}t.pass(g);function C(){e.assign(g,!1),e.forOf("v",s,I=>e.if((0,Nd._)`${l()}(${r}, ${I})`,()=>e.assign(g,!0).break()))}function B(I,v){let F=n[v];return typeof F=="object"&&F!==null?(0,Nd._)`${l()}(${r}, ${I}[${v}])`:(0,Nd._)`${r} === ${F}`}}};LC.default=Dj});var nD=ce(PC=>{"use strict";Object.defineProperty(PC,"__esModule",{value:!0});var Rj=YS(),Nj=JS(),Fj=VS(),Tj=WS(),kj=zS(),Mj=XS(),Uj=ZS(),Gj=tD(),Oj=rD(),qj=iD(),Lj=[Rj.default,Nj.default,Fj.default,Tj.default,kj.default,Mj.default,Uj.default,Gj.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},Oj.default,qj.default];PC.default=Lj});var jC=ce(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});Fd.validateAdditionalItems=void 0;var nl=mr(),HC=$r(),Pj={message:({params:{len:t}})=>(0,nl.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,nl._)`{limit: ${t}}`},Hj={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Pj,code(t){let{parentSchema:e,it:r}=t,{items:i}=e;if(!Array.isArray(i)){(0,HC.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}sD(t,i)}};function sD(t,e){let{gen:r,schema:i,data:n,keyword:s,it:a}=t;a.items=!0;let A=r.const("len",(0,nl._)`${n}.length`);if(i===!1)t.setParams({len:e.length}),t.pass((0,nl._)`${A} <= ${e.length}`);else if(typeof i=="object"&&!(0,HC.alwaysValidSchema)(a,i)){let l=r.var("valid",(0,nl._)`${A} <= ${e.length}`);r.if((0,nl.not)(l),()=>c(l)),t.ok(l)}function c(l){r.forRange("i",e.length,A,g=>{t.subschema({keyword:s,dataProp:g,dataPropType:HC.Type.Num},l),a.allErrors||r.if((0,nl.not)(l),()=>r.break())})}}Fd.validateAdditionalItems=sD;Fd.default=Hj});var YC=ce(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});Td.validateTuple=void 0;var aD=mr(),vI=$r(),jj=eA(),Yj={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return AD(t,"additionalItems",e);r.items=!0,!(0,vI.alwaysValidSchema)(r,e)&&t.ok((0,jj.validateArray)(t))}};function AD(t,e,r=t.schema){let{gen:i,parentSchema:n,data:s,keyword:a,it:A}=t;g(n),A.opts.unevaluated&&r.length&&A.items!==!0&&(A.items=vI.mergeEvaluated.items(i,r.length,A.items));let c=i.name("valid"),l=i.const("len",(0,aD._)`${s}.length`);r.forEach((C,B)=>{(0,vI.alwaysValidSchema)(A,C)||(i.if((0,aD._)`${l} > ${B}`,()=>t.subschema({keyword:a,schemaProp:B,dataProp:B},c)),t.ok(c))});function g(C){let{opts:B,errSchemaPath:I}=A,v=r.length,F=v===C.minItems&&(v===C.maxItems||C[e]===!1);if(B.strictTuples&&!F){let q=`"${a}" is ${v}-tuple, but minItems or maxItems/${e} are not specified or different at path "${I}"`;(0,vI.checkStrictMode)(A,q,B.strictTuples)}}}Td.validateTuple=AD;Td.default=Yj});var oD=ce(JC=>{"use strict";Object.defineProperty(JC,"__esModule",{value:!0});var Jj=YC(),$j={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,Jj.validateTuple)(t,"items")};JC.default=$j});var uD=ce($C=>{"use strict";Object.defineProperty($C,"__esModule",{value:!0});var cD=mr(),Kj=$r(),Vj=eA(),Wj=jC(),zj={message:({params:{len:t}})=>(0,cD.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,cD._)`{limit: ${t}}`},Xj={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:zj,code(t){let{schema:e,parentSchema:r,it:i}=t,{prefixItems:n}=r;i.items=!0,!(0,Kj.alwaysValidSchema)(i,e)&&(n?(0,Wj.validateAdditionalItems)(t,n):t.ok((0,Vj.validateArray)(t)))}};$C.default=Xj});var lD=ce(KC=>{"use strict";Object.defineProperty(KC,"__esModule",{value:!0});var rA=mr(),xI=$r(),Zj={message:({params:{min:t,max:e}})=>e===void 0?(0,rA.str)`must contain at least ${t} valid item(s)`:(0,rA.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,rA._)`{minContains: ${t}}`:(0,rA._)`{minContains: ${t}, maxContains: ${e}}`},eY={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:Zj,code(t){let{gen:e,schema:r,parentSchema:i,data:n,it:s}=t,a,A,{minContains:c,maxContains:l}=i;s.opts.next?(a=c===void 0?1:c,A=l):a=1;let g=e.const("len",(0,rA._)`${n}.length`);if(t.setParams({min:a,max:A}),A===void 0&&a===0){(0,xI.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(A!==void 0&&a>A){(0,xI.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,xI.alwaysValidSchema)(s,r)){let F=(0,rA._)`${g} >= ${a}`;A!==void 0&&(F=(0,rA._)`${F} && ${g} <= ${A}`),t.pass(F);return}s.items=!0;let C=e.name("valid");A===void 0&&a===1?I(C,()=>e.if(C,()=>e.break())):a===0?(e.let(C,!0),A!==void 0&&e.if((0,rA._)`${n}.length > 0`,B)):(e.let(C,!1),B()),t.result(C,()=>t.reset());function B(){let F=e.name("_valid"),q=e.let("count",0);I(F,()=>e.if(F,()=>v(q)))}function I(F,q){e.forRange("i",0,g,P=>{t.subschema({keyword:"contains",dataProp:P,dataPropType:xI.Type.Num,compositeRule:!0},F),q()})}function v(F){e.code((0,rA._)`${F}++`),A===void 0?e.if((0,rA._)`${F} >= ${a}`,()=>e.assign(C,!0).break()):(e.if((0,rA._)`${F} > ${A}`,()=>e.assign(C,!1).break()),a===1?e.assign(C,!0):e.if((0,rA._)`${F} >= ${a}`,()=>e.assign(C,!0)))}}};KC.default=eY});var gD=ce(Eo=>{"use strict";Object.defineProperty(Eo,"__esModule",{value:!0});Eo.validateSchemaDeps=Eo.validatePropertyDeps=Eo.error=void 0;var VC=mr(),tY=$r(),kd=eA();Eo.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let i=e===1?"property":"properties";return(0,VC.str)`must have ${i} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:i}})=>(0,VC._)`{property: ${t},
52
+ || ${a} === "boolean" || ${n} === null`).assign(A,(0,Br._)`[${n}]`)}}}function hP({gen:t,parentData:e,parentDataProperty:r},i){t.if((0,Br._)`${e} !== undefined`,()=>t.assign((0,Br._)`${e}[${r}]`,i))}function sC(t,e,r,i=Id.Correct){let n=i===Id.Correct?Br.operators.EQ:Br.operators.NEQ,s;switch(t){case"null":return(0,Br._)`${e} ${n} null`;case"array":s=(0,Br._)`Array.isArray(${e})`;break;case"object":s=(0,Br._)`${e} && typeof ${e} == "object" && !Array.isArray(${e})`;break;case"integer":s=a((0,Br._)`!(${e} % 1) && !isNaN(${e})`);break;case"number":s=a();break;default:return(0,Br._)`typeof ${e} ${n} ${t}`}return i===Id.Correct?s:(0,Br.not)(s);function a(A=Br.nil){return(0,Br.and)((0,Br._)`typeof ${e} == "number"`,A,r?(0,Br._)`isFinite(${e})`:Br.nil)}}Hn.checkDataType=sC;function aC(t,e,r,i){if(t.length===1)return sC(t[0],e,r,i);let n,s=(0,J2.toHash)(t);if(s.array&&s.object){let a=(0,Br._)`typeof ${e} != "object"`;n=s.null?a:(0,Br._)`!${e} || ${a}`,delete s.null,delete s.array,delete s.object}else n=Br.nil;s.number&&delete s.integer;for(let a in s)n=(0,Br.and)(n,sC(a,e,r,i));return n}Hn.checkDataTypes=aC;var gP={message:({schema:t})=>`must be ${t}`,params:({schema:t,schemaValue:e})=>typeof t=="string"?(0,Br._)`{type: ${t}}`:(0,Br._)`{type: ${e}}`};function AC(t){let e=dP(t);(0,oP.reportError)(e,gP)}Hn.reportTypeError=AC;function dP(t){let{gen:e,data:r,schema:i}=t,n=(0,J2.schemaRefOrVal)(t,i,"type");return{gen:e,keyword:"type",data:r,schema:i.type,schemaCode:n,schemaValue:n,parentSchema:i,params:{},it:t}}});var W2=ce(XE=>{"use strict";Object.defineProperty(XE,"__esModule",{value:!0});XE.assignDefaults=void 0;var Nf=mr(),pP=$r();function EP(t,e){let{properties:r,items:i}=t.schema;if(e==="object"&&r)for(let n in r)V2(t,n,r[n].default);else e==="array"&&Array.isArray(i)&&i.forEach((n,s)=>V2(t,s,n.default))}XE.assignDefaults=EP;function V2(t,e,r){let{gen:i,compositeRule:n,data:s,opts:a}=t;if(r===void 0)return;let A=(0,Nf._)`${s}${(0,Nf.getProperty)(e)}`;if(n){(0,pP.checkStrictMode)(t,`default is ignored for: ${A}`);return}let c=(0,Nf._)`${A} === undefined`;a.useDefaults==="empty"&&(c=(0,Nf._)`${c} || ${A} === null || ${A} === ""`),i.if(c,(0,Nf._)`${A} = ${(0,Nf.stringify)(r)}`)}});var eA=ce(pi=>{"use strict";Object.defineProperty(pi,"__esModule",{value:!0});pi.validateUnion=pi.validateArray=pi.usePattern=pi.callValidateCode=pi.schemaProperties=pi.allSchemaProperties=pi.noPropertyInData=pi.propertyInData=pi.isOwnProperty=pi.hasPropFunc=pi.reportMissingProp=pi.checkMissingProp=pi.checkReportMissingProp=void 0;var Fi=mr(),oC=$r(),Vc=ac(),IP=$r();function BP(t,e){let{gen:r,data:i,it:n}=t;r.if(uC(r,i,e,n.opts.ownProperties),()=>{t.setParams({missingProperty:(0,Fi._)`${e}`},!0),t.error()})}pi.checkReportMissingProp=BP;function mP({gen:t,data:e,it:{opts:r}},i,n){return(0,Fi.or)(...i.map(s=>(0,Fi.and)(uC(t,e,s,r.ownProperties),(0,Fi._)`${n} = ${s}`)))}pi.checkMissingProp=mP;function yP(t,e){t.setParams({missingProperty:e},!0),t.error()}pi.reportMissingProp=yP;function z2(t){return t.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Fi._)`Object.prototype.hasOwnProperty`})}pi.hasPropFunc=z2;function cC(t,e,r){return(0,Fi._)`${z2(t)}.call(${e}, ${r})`}pi.isOwnProperty=cC;function QP(t,e,r,i){let n=(0,Fi._)`${e}${(0,Fi.getProperty)(r)} !== undefined`;return i?(0,Fi._)`${n} && ${cC(t,e,r)}`:n}pi.propertyInData=QP;function uC(t,e,r,i){let n=(0,Fi._)`${e}${(0,Fi.getProperty)(r)} === undefined`;return i?(0,Fi.or)(n,(0,Fi.not)(cC(t,e,r))):n}pi.noPropertyInData=uC;function X2(t){return t?Object.keys(t).filter(e=>e!=="__proto__"):[]}pi.allSchemaProperties=X2;function CP(t,e){return X2(e).filter(r=>!(0,oC.alwaysValidSchema)(t,e[r]))}pi.schemaProperties=CP;function wP({schemaCode:t,data:e,it:{gen:r,topSchemaRef:i,schemaPath:n,errorPath:s},it:a},A,c,l){let g=l?(0,Fi._)`${t}, ${e}, ${i}${n}`:e,C=[[Vc.default.instancePath,(0,Fi.strConcat)(Vc.default.instancePath,s)],[Vc.default.parentData,a.parentData],[Vc.default.parentDataProperty,a.parentDataProperty],[Vc.default.rootData,Vc.default.rootData]];a.opts.dynamicRef&&C.push([Vc.default.dynamicAnchors,Vc.default.dynamicAnchors]);let B=(0,Fi._)`${g}, ${r.object(...C)}`;return c!==Fi.nil?(0,Fi._)`${A}.call(${c}, ${B})`:(0,Fi._)`${A}(${B})`}pi.callValidateCode=wP;var bP=(0,Fi._)`new RegExp`;function vP({gen:t,it:{opts:e}},r){let i=e.unicodeRegExp?"u":"",{regExp:n}=e.code,s=n(r,i);return t.scopeValue("pattern",{key:s.toString(),ref:s,code:(0,Fi._)`${n.code==="new RegExp"?bP:(0,IP.useFunc)(t,n)}(${r}, ${i})`})}pi.usePattern=vP;function xP(t){let{gen:e,data:r,keyword:i,it:n}=t,s=e.name("valid");if(n.allErrors){let A=e.let("valid",!0);return a(()=>e.assign(A,!1)),A}return e.var(s,!0),a(()=>e.break()),s;function a(A){let c=e.const("len",(0,Fi._)`${r}.length`);e.forRange("i",0,c,l=>{t.subschema({keyword:i,dataProp:l,dataPropType:oC.Type.Num},s),e.if((0,Fi.not)(s),A)})}}pi.validateArray=xP;function _P(t){let{gen:e,schema:r,keyword:i,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(r.some(c=>(0,oC.alwaysValidSchema)(n,c))&&!n.opts.unevaluated)return;let a=e.let("valid",!1),A=e.name("_valid");e.block(()=>r.forEach((c,l)=>{let g=t.subschema({keyword:i,schemaProp:l,compositeRule:!0},A);e.assign(a,(0,Fi._)`${a} || ${A}`),t.mergeValidEvaluated(g,A)||e.if((0,Fi.not)(a))})),t.result(a,()=>t.reset(),()=>t.error(!0))}pi.validateUnion=_P});var tS=ce(go=>{"use strict";Object.defineProperty(go,"__esModule",{value:!0});go.validateKeywordUsage=go.validSchemaType=go.funcKeywordCode=go.macroKeywordCode=void 0;var ds=mr(),el=ac(),SP=eA(),DP=Ed();function RP(t,e){let{gen:r,keyword:i,schema:n,parentSchema:s,it:a}=t,A=e.macro.call(a.self,n,s,a),c=eS(r,i,A);a.opts.validateSchema!==!1&&a.self.validateSchema(A,!0);let l=r.name("valid");t.subschema({schema:A,schemaPath:ds.nil,errSchemaPath:`${a.errSchemaPath}/${i}`,topSchemaRef:c,compositeRule:!0},l),t.pass(l,()=>t.error(!0))}go.macroKeywordCode=RP;function NP(t,e){var r;let{gen:i,keyword:n,schema:s,parentSchema:a,$data:A,it:c}=t;TP(c,e);let l=!A&&e.compile?e.compile.call(c.self,s,a,c):e.validate,g=eS(i,n,l),C=i.let("valid");t.block$data(C,B),t.ok((r=e.valid)!==null&&r!==void 0?r:C);function B(){if(e.errors===!1)F(),e.modifying&&Z2(t),q(()=>t.error());else{let P=e.async?I():v();e.modifying&&Z2(t),q(()=>FP(t,P))}}function I(){let P=i.let("ruleErrs",null);return i.try(()=>F((0,ds._)`await `),M=>i.assign(C,!1).if((0,ds._)`${M} instanceof ${c.ValidationError}`,()=>i.assign(P,(0,ds._)`${M}.errors`),()=>i.throw(M))),P}function v(){let P=(0,ds._)`${g}.errors`;return i.assign(P,null),F(ds.nil),P}function F(P=e.async?(0,ds._)`await `:ds.nil){let M=c.opts.passContext?el.default.this:el.default.self,W=!("compile"in e&&!A||e.schema===!1);i.assign(C,(0,ds._)`${P}${(0,SP.callValidateCode)(t,g,M,W)}`,e.modifying)}function q(P){var M;i.if((0,ds.not)((M=e.valid)!==null&&M!==void 0?M:C),P)}}go.funcKeywordCode=NP;function Z2(t){let{gen:e,data:r,it:i}=t;e.if(i.parentData,()=>e.assign(r,(0,ds._)`${i.parentData}[${i.parentDataProperty}]`))}function FP(t,e){let{gen:r}=t;r.if((0,ds._)`Array.isArray(${e})`,()=>{r.assign(el.default.vErrors,(0,ds._)`${el.default.vErrors} === null ? ${e} : ${el.default.vErrors}.concat(${e})`).assign(el.default.errors,(0,ds._)`${el.default.vErrors}.length`),(0,DP.extendErrors)(t)},()=>t.error())}function TP({schemaEnv:t},e){if(e.async&&!t.$async)throw new Error("async keyword in sync schema")}function eS(t,e,r){if(r===void 0)throw new Error(`keyword "${e}" failed to compile`);return t.scopeValue("keyword",typeof r=="function"?{ref:r}:{ref:r,code:(0,ds.stringify)(r)})}function kP(t,e,r=!1){return!e.length||e.some(i=>i==="array"?Array.isArray(t):i==="object"?t&&typeof t=="object"&&!Array.isArray(t):typeof t==i||r&&typeof t>"u")}go.validSchemaType=kP;function MP({schema:t,opts:e,self:r,errSchemaPath:i},n,s){if(Array.isArray(n.keyword)?!n.keyword.includes(s):n.keyword!==s)throw new Error("ajv implementation error");let a=n.dependencies;if(a?.some(A=>!Object.prototype.hasOwnProperty.call(t,A)))throw new Error(`parent schema must have dependencies of ${s}: ${a.join(",")}`);if(n.validateSchema&&!n.validateSchema(t[s])){let c=`keyword "${s}" value is invalid at path "${i}": `+r.errorsText(n.validateSchema.errors);if(e.validateSchema==="log")r.logger.error(c);else throw new Error(c)}}go.validateKeywordUsage=MP});var iS=ce(Wc=>{"use strict";Object.defineProperty(Wc,"__esModule",{value:!0});Wc.extendSubschemaMode=Wc.extendSubschemaData=Wc.getSubschema=void 0;var po=mr(),rS=$r();function UP(t,{keyword:e,schemaProp:r,schema:i,schemaPath:n,errSchemaPath:s,topSchemaRef:a}){if(e!==void 0&&i!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(e!==void 0){let A=t.schema[e];return r===void 0?{schema:A,schemaPath:(0,po._)`${t.schemaPath}${(0,po.getProperty)(e)}`,errSchemaPath:`${t.errSchemaPath}/${e}`}:{schema:A[r],schemaPath:(0,po._)`${t.schemaPath}${(0,po.getProperty)(e)}${(0,po.getProperty)(r)}`,errSchemaPath:`${t.errSchemaPath}/${e}/${(0,rS.escapeFragment)(r)}`}}if(i!==void 0){if(n===void 0||s===void 0||a===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:i,schemaPath:n,topSchemaRef:a,errSchemaPath:s}}throw new Error('either "keyword" or "schema" must be passed')}Wc.getSubschema=UP;function GP(t,e,{dataProp:r,dataPropType:i,data:n,dataTypes:s,propertyName:a}){if(n!==void 0&&r!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:A}=e;if(r!==void 0){let{errorPath:l,dataPathArr:g,opts:C}=e,B=A.let("data",(0,po._)`${e.data}${(0,po.getProperty)(r)}`,!0);c(B),t.errorPath=(0,po.str)`${l}${(0,rS.getErrorPath)(r,i,C.jsPropertySyntax)}`,t.parentDataProperty=(0,po._)`${r}`,t.dataPathArr=[...g,t.parentDataProperty]}if(n!==void 0){let l=n instanceof po.Name?n:A.let("data",n,!0);c(l),a!==void 0&&(t.propertyName=a)}s&&(t.dataTypes=s);function c(l){t.data=l,t.dataLevel=e.dataLevel+1,t.dataTypes=[],e.definedProperties=new Set,t.parentData=e.data,t.dataNames=[...e.dataNames,l]}}Wc.extendSubschemaData=GP;function OP(t,{jtdDiscriminator:e,jtdMetadata:r,compositeRule:i,createErrors:n,allErrors:s}){i!==void 0&&(t.compositeRule=i),n!==void 0&&(t.createErrors=n),s!==void 0&&(t.allErrors=s),t.jtdDiscriminator=e,t.jtdMetadata=r}Wc.extendSubschemaMode=OP});var lC=ce((yie,nS)=>{"use strict";nS.exports=function t(e,r){if(e===r)return!0;if(e&&r&&typeof e=="object"&&typeof r=="object"){if(e.constructor!==r.constructor)return!1;var i,n,s;if(Array.isArray(e)){if(i=e.length,i!=r.length)return!1;for(n=i;n--!==0;)if(!t(e[n],r[n]))return!1;return!0}if(e.constructor===RegExp)return e.source===r.source&&e.flags===r.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===r.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===r.toString();if(s=Object.keys(e),i=s.length,i!==Object.keys(r).length)return!1;for(n=i;n--!==0;)if(!Object.prototype.hasOwnProperty.call(r,s[n]))return!1;for(n=i;n--!==0;){var a=s[n];if(!t(e[a],r[a]))return!1}return!0}return e!==e&&r!==r}});var aS=ce((Qie,sS)=>{"use strict";var zc=sS.exports=function(t,e,r){typeof e=="function"&&(r=e,e={}),r=e.cb||r;var i=typeof r=="function"?r:r.pre||function(){},n=r.post||function(){};ZE(e,i,n,t,"",t)};zc.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};zc.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};zc.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};zc.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function ZE(t,e,r,i,n,s,a,A,c,l){if(i&&typeof i=="object"&&!Array.isArray(i)){e(i,n,s,a,A,c,l);for(var g in i){var C=i[g];if(Array.isArray(C)){if(g in zc.arrayKeywords)for(var B=0;B<C.length;B++)ZE(t,e,r,C[B],n+"/"+g+"/"+B,s,n,g,i,B)}else if(g in zc.propsKeywords){if(C&&typeof C=="object")for(var I in C)ZE(t,e,r,C[I],n+"/"+g+"/"+qP(I),s,n,g,i,I)}else(g in zc.keywords||t.allKeys&&!(g in zc.skipKeywords))&&ZE(t,e,r,C,n+"/"+g,s,n,g,i)}r(i,n,s,a,A,c,l)}}function qP(t){return t.replace(/~/g,"~0").replace(/\//g,"~1")}});var md=ce(Ms=>{"use strict";Object.defineProperty(Ms,"__esModule",{value:!0});Ms.getSchemaRefs=Ms.resolveUrl=Ms.normalizeId=Ms._getFullPath=Ms.getFullPath=Ms.inlineRef=void 0;var LP=$r(),PP=lC(),HP=aS(),jP=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function YP(t,e=!0){return typeof t=="boolean"?!0:e===!0?!fC(t):e?AS(t)<=e:!1}Ms.inlineRef=YP;var JP=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function fC(t){for(let e in t){if(JP.has(e))return!0;let r=t[e];if(Array.isArray(r)&&r.some(fC)||typeof r=="object"&&fC(r))return!0}return!1}function AS(t){let e=0;for(let r in t){if(r==="$ref")return 1/0;if(e++,!jP.has(r)&&(typeof t[r]=="object"&&(0,LP.eachItem)(t[r],i=>e+=AS(i)),e===1/0))return 1/0}return e}function oS(t,e="",r){r!==!1&&(e=Ff(e));let i=t.parse(e);return cS(t,i)}Ms.getFullPath=oS;function cS(t,e){return t.serialize(e).split("#")[0]+"#"}Ms._getFullPath=cS;var $P=/#\/?$/;function Ff(t){return t?t.replace($P,""):""}Ms.normalizeId=Ff;function KP(t,e,r){return r=Ff(r),t.resolve(e,r)}Ms.resolveUrl=KP;var VP=/^[a-z_][-a-z0-9._]*$/i;function WP(t,e){if(typeof t=="boolean")return{};let{schemaId:r,uriResolver:i}=this.opts,n=Ff(t[r]||e),s={"":n},a=oS(i,n,!1),A={},c=new Set;return HP(t,{allKeys:!0},(C,B,I,v)=>{if(v===void 0)return;let F=a+B,q=s[v];typeof C[r]=="string"&&(q=P.call(this,C[r])),M.call(this,C.$anchor),M.call(this,C.$dynamicAnchor),s[B]=q;function P(W){let ne=this.opts.uriResolver.resolve;if(W=Ff(q?ne(q,W):W),c.has(W))throw g(W);c.add(W);let ie=this.refs[W];return typeof ie=="string"&&(ie=this.refs[ie]),typeof ie=="object"?l(C,ie.schema,W):W!==Ff(F)&&(W[0]==="#"?(l(C,A[W],W),A[W]=C):this.refs[W]=F),W}function M(W){if(typeof W=="string"){if(!VP.test(W))throw new Error(`invalid anchor "${W}"`);P.call(this,`#${W}`)}}}),A;function l(C,B,I){if(B!==void 0&&!PP(C,B))throw g(I)}function g(C){return new Error(`reference "${C}" resolves to more than one schema`)}}Ms.getSchemaRefs=WP});var Cd=ce(Xc=>{"use strict";Object.defineProperty(Xc,"__esModule",{value:!0});Xc.getData=Xc.KeywordCxt=Xc.validateFunctionCode=void 0;var gS=H2(),uS=Bd(),gC=nC(),eI=Bd(),zP=W2(),Qd=tS(),hC=iS(),nr=mr(),pr=ac(),XP=md(),Ac=$r(),yd=Ed();function ZP(t){if(ES(t)&&(IS(t),pS(t))){rH(t);return}dS(t,()=>(0,gS.topBoolOrEmptySchema)(t))}Xc.validateFunctionCode=ZP;function dS({gen:t,validateName:e,schema:r,schemaEnv:i,opts:n},s){n.code.es5?t.func(e,(0,nr._)`${pr.default.data}, ${pr.default.valCxt}`,i.$async,()=>{t.code((0,nr._)`"use strict"; ${lS(r,n)}`),tH(t,n),t.code(s)}):t.func(e,(0,nr._)`${pr.default.data}, ${eH(n)}`,i.$async,()=>t.code(lS(r,n)).code(s))}function eH(t){return(0,nr._)`{${pr.default.instancePath}="", ${pr.default.parentData}, ${pr.default.parentDataProperty}, ${pr.default.rootData}=${pr.default.data}${t.dynamicRef?(0,nr._)`, ${pr.default.dynamicAnchors}={}`:nr.nil}}={}`}function tH(t,e){t.if(pr.default.valCxt,()=>{t.var(pr.default.instancePath,(0,nr._)`${pr.default.valCxt}.${pr.default.instancePath}`),t.var(pr.default.parentData,(0,nr._)`${pr.default.valCxt}.${pr.default.parentData}`),t.var(pr.default.parentDataProperty,(0,nr._)`${pr.default.valCxt}.${pr.default.parentDataProperty}`),t.var(pr.default.rootData,(0,nr._)`${pr.default.valCxt}.${pr.default.rootData}`),e.dynamicRef&&t.var(pr.default.dynamicAnchors,(0,nr._)`${pr.default.valCxt}.${pr.default.dynamicAnchors}`)},()=>{t.var(pr.default.instancePath,(0,nr._)`""`),t.var(pr.default.parentData,(0,nr._)`undefined`),t.var(pr.default.parentDataProperty,(0,nr._)`undefined`),t.var(pr.default.rootData,pr.default.data),e.dynamicRef&&t.var(pr.default.dynamicAnchors,(0,nr._)`{}`)})}function rH(t){let{schema:e,opts:r,gen:i}=t;dS(t,()=>{r.$comment&&e.$comment&&mS(t),AH(t),i.let(pr.default.vErrors,null),i.let(pr.default.errors,0),r.unevaluated&&iH(t),BS(t),uH(t)})}function iH(t){let{gen:e,validateName:r}=t;t.evaluated=e.const("evaluated",(0,nr._)`${r}.evaluated`),e.if((0,nr._)`${t.evaluated}.dynamicProps`,()=>e.assign((0,nr._)`${t.evaluated}.props`,(0,nr._)`undefined`)),e.if((0,nr._)`${t.evaluated}.dynamicItems`,()=>e.assign((0,nr._)`${t.evaluated}.items`,(0,nr._)`undefined`))}function lS(t,e){let r=typeof t=="object"&&t[e.schemaId];return r&&(e.code.source||e.code.process)?(0,nr._)`/*# sourceURL=${r} */`:nr.nil}function nH(t,e){if(ES(t)&&(IS(t),pS(t))){sH(t,e);return}(0,gS.boolOrEmptySchema)(t,e)}function pS({schema:t,self:e}){if(typeof t=="boolean")return!t;for(let r in t)if(e.RULES.all[r])return!0;return!1}function ES(t){return typeof t.schema!="boolean"}function sH(t,e){let{schema:r,gen:i,opts:n}=t;n.$comment&&r.$comment&&mS(t),oH(t),cH(t);let s=i.const("_errs",pr.default.errors);BS(t,s),i.var(e,(0,nr._)`${s} === ${pr.default.errors}`)}function IS(t){(0,Ac.checkUnknownRules)(t),aH(t)}function BS(t,e){if(t.opts.jtd)return fS(t,[],!1,e);let r=(0,uS.getSchemaTypes)(t.schema),i=(0,uS.coerceAndCheckDataType)(t,r);fS(t,r,!i,e)}function aH(t){let{schema:e,errSchemaPath:r,opts:i,self:n}=t;e.$ref&&i.ignoreKeywordsWithRef&&(0,Ac.schemaHasRulesButRef)(e,n.RULES)&&n.logger.warn(`$ref: keywords ignored in schema at path "${r}"`)}function AH(t){let{schema:e,opts:r}=t;e.default!==void 0&&r.useDefaults&&r.strictSchema&&(0,Ac.checkStrictMode)(t,"default is ignored in the schema root")}function oH(t){let e=t.schema[t.opts.schemaId];e&&(t.baseId=(0,XP.resolveUrl)(t.opts.uriResolver,t.baseId,e))}function cH(t){if(t.schema.$async&&!t.schemaEnv.$async)throw new Error("async schema in sync schema")}function mS({gen:t,schemaEnv:e,schema:r,errSchemaPath:i,opts:n}){let s=r.$comment;if(n.$comment===!0)t.code((0,nr._)`${pr.default.self}.logger.log(${s})`);else if(typeof n.$comment=="function"){let a=(0,nr.str)`${i}/$comment`,A=t.scopeValue("root",{ref:e.root});t.code((0,nr._)`${pr.default.self}.opts.$comment(${s}, ${a}, ${A}.schema)`)}}function uH(t){let{gen:e,schemaEnv:r,validateName:i,ValidationError:n,opts:s}=t;r.$async?e.if((0,nr._)`${pr.default.errors} === 0`,()=>e.return(pr.default.data),()=>e.throw((0,nr._)`new ${n}(${pr.default.vErrors})`)):(e.assign((0,nr._)`${i}.errors`,pr.default.vErrors),s.unevaluated&&lH(t),e.return((0,nr._)`${pr.default.errors} === 0`))}function lH({gen:t,evaluated:e,props:r,items:i}){r instanceof nr.Name&&t.assign((0,nr._)`${e}.props`,r),i instanceof nr.Name&&t.assign((0,nr._)`${e}.items`,i)}function fS(t,e,r,i){let{gen:n,schema:s,data:a,allErrors:A,opts:c,self:l}=t,{RULES:g}=l;if(s.$ref&&(c.ignoreKeywordsWithRef||!(0,Ac.schemaHasRulesButRef)(s,g))){n.block(()=>QS(t,"$ref",g.all.$ref.definition));return}c.jtd||fH(t,e),n.block(()=>{for(let B of g.rules)C(B);C(g.post)});function C(B){(0,gC.shouldUseGroup)(s,B)&&(B.type?(n.if((0,eI.checkDataType)(B.type,a,c.strictNumbers)),hS(t,B),e.length===1&&e[0]===B.type&&r&&(n.else(),(0,eI.reportTypeError)(t)),n.endIf()):hS(t,B),A||n.if((0,nr._)`${pr.default.errors} === ${i||0}`))}}function hS(t,e){let{gen:r,schema:i,opts:{useDefaults:n}}=t;n&&(0,zP.assignDefaults)(t,e.type),r.block(()=>{for(let s of e.rules)(0,gC.shouldUseRule)(i,s)&&QS(t,s.keyword,s.definition,e.type)})}function fH(t,e){t.schemaEnv.meta||!t.opts.strictTypes||(hH(t,e),t.opts.allowUnionTypes||gH(t,e),dH(t,t.dataTypes))}function hH(t,e){if(e.length){if(!t.dataTypes.length){t.dataTypes=e;return}e.forEach(r=>{yS(t.dataTypes,r)||dC(t,`type "${r}" not allowed by context "${t.dataTypes.join(",")}"`)}),EH(t,e)}}function gH(t,e){e.length>1&&!(e.length===2&&e.includes("null"))&&dC(t,"use allowUnionTypes to allow union type keyword")}function dH(t,e){let r=t.self.RULES.all;for(let i in r){let n=r[i];if(typeof n=="object"&&(0,gC.shouldUseRule)(t.schema,n)){let{type:s}=n.definition;s.length&&!s.some(a=>pH(e,a))&&dC(t,`missing type "${s.join(",")}" for keyword "${i}"`)}}}function pH(t,e){return t.includes(e)||e==="number"&&t.includes("integer")}function yS(t,e){return t.includes(e)||e==="integer"&&t.includes("number")}function EH(t,e){let r=[];for(let i of t.dataTypes)yS(e,i)?r.push(i):e.includes("integer")&&i==="number"&&r.push("integer");t.dataTypes=r}function dC(t,e){let r=t.schemaEnv.baseId+t.errSchemaPath;e+=` at "${r}" (strictTypes)`,(0,Ac.checkStrictMode)(t,e,t.opts.strictTypes)}var tI=class{constructor(e,r,i){if((0,Qd.validateKeywordUsage)(e,r,i),this.gen=e.gen,this.allErrors=e.allErrors,this.keyword=i,this.data=e.data,this.schema=e.schema[i],this.$data=r.$data&&e.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,Ac.schemaRefOrVal)(e,this.schema,i,this.$data),this.schemaType=r.schemaType,this.parentSchema=e.schema,this.params={},this.it=e,this.def=r,this.$data)this.schemaCode=e.gen.const("vSchema",CS(this.$data,e));else if(this.schemaCode=this.schemaValue,!(0,Qd.validSchemaType)(this.schema,r.schemaType,r.allowUndefined))throw new Error(`${i} value must be ${JSON.stringify(r.schemaType)}`);("code"in r?r.trackErrors:r.errors!==!1)&&(this.errsCount=e.gen.const("_errs",pr.default.errors))}result(e,r,i){this.failResult((0,nr.not)(e),r,i)}failResult(e,r,i){this.gen.if(e),i?i():this.error(),r?(this.gen.else(),r(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(e,r){this.failResult((0,nr.not)(e),void 0,r)}fail(e){if(e===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(e),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(e){if(!this.$data)return this.fail(e);let{schemaCode:r}=this;this.fail((0,nr._)`${r} !== undefined && (${(0,nr.or)(this.invalid$data(),e)})`)}error(e,r,i){if(r){this.setParams(r),this._error(e,i),this.setParams({});return}this._error(e,i)}_error(e,r){(e?yd.reportExtraError:yd.reportError)(this,this.def.error,r)}$dataError(){(0,yd.reportError)(this,this.def.$dataError||yd.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,yd.resetErrorsCount)(this.gen,this.errsCount)}ok(e){this.allErrors||this.gen.if(e)}setParams(e,r){r?Object.assign(this.params,e):this.params=e}block$data(e,r,i=nr.nil){this.gen.block(()=>{this.check$data(e,i),r()})}check$data(e=nr.nil,r=nr.nil){if(!this.$data)return;let{gen:i,schemaCode:n,schemaType:s,def:a}=this;i.if((0,nr.or)((0,nr._)`${n} === undefined`,r)),e!==nr.nil&&i.assign(e,!0),(s.length||a.validateSchema)&&(i.elseIf(this.invalid$data()),this.$dataError(),e!==nr.nil&&i.assign(e,!1)),i.else()}invalid$data(){let{gen:e,schemaCode:r,schemaType:i,def:n,it:s}=this;return(0,nr.or)(a(),A());function a(){if(i.length){if(!(r instanceof nr.Name))throw new Error("ajv implementation error");let c=Array.isArray(i)?i:[i];return(0,nr._)`${(0,eI.checkDataTypes)(c,r,s.opts.strictNumbers,eI.DataType.Wrong)}`}return nr.nil}function A(){if(n.validateSchema){let c=e.scopeValue("validate$data",{ref:n.validateSchema});return(0,nr._)`!${c}(${r})`}return nr.nil}}subschema(e,r){let i=(0,hC.getSubschema)(this.it,e);(0,hC.extendSubschemaData)(i,this.it,e),(0,hC.extendSubschemaMode)(i,e);let n={...this.it,...i,items:void 0,props:void 0};return nH(n,r),n}mergeEvaluated(e,r){let{it:i,gen:n}=this;i.opts.unevaluated&&(i.props!==!0&&e.props!==void 0&&(i.props=Ac.mergeEvaluated.props(n,e.props,i.props,r)),i.items!==!0&&e.items!==void 0&&(i.items=Ac.mergeEvaluated.items(n,e.items,i.items,r)))}mergeValidEvaluated(e,r){let{it:i,gen:n}=this;if(i.opts.unevaluated&&(i.props!==!0||i.items!==!0))return n.if(r,()=>this.mergeEvaluated(e,nr.Name)),!0}};Xc.KeywordCxt=tI;function QS(t,e,r,i){let n=new tI(t,r,e);"code"in r?r.code(n,i):n.$data&&r.validate?(0,Qd.funcKeywordCode)(n,r):"macro"in r?(0,Qd.macroKeywordCode)(n,r):(r.compile||r.validate)&&(0,Qd.funcKeywordCode)(n,r)}var IH=/^\/(?:[^~]|~0|~1)*$/,BH=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function CS(t,{dataLevel:e,dataNames:r,dataPathArr:i}){let n,s;if(t==="")return pr.default.rootData;if(t[0]==="/"){if(!IH.test(t))throw new Error(`Invalid JSON-pointer: ${t}`);n=t,s=pr.default.rootData}else{let l=BH.exec(t);if(!l)throw new Error(`Invalid JSON-pointer: ${t}`);let g=+l[1];if(n=l[2],n==="#"){if(g>=e)throw new Error(c("property/index",g));return i[e-g]}if(g>e)throw new Error(c("data",g));if(s=r[e-g],!n)return s}let a=s,A=n.split("/");for(let l of A)l&&(s=(0,nr._)`${s}${(0,nr.getProperty)((0,Ac.unescapeJsonPointer)(l))}`,a=(0,nr._)`${a} && ${s}`);return a;function c(l,g){return`Cannot access ${l} ${g} levels up, current level is ${e}`}}Xc.getData=CS});var rI=ce(EC=>{"use strict";Object.defineProperty(EC,"__esModule",{value:!0});var pC=class extends Error{constructor(e){super("validation failed"),this.errors=e,this.ajv=this.validation=!0}};EC.default=pC});var AI=ce(mC=>{"use strict";Object.defineProperty(mC,"__esModule",{value:!0});var IC=md(),BC=class extends Error{constructor(e,r,i,n){super(n||`can't resolve reference ${i} from id ${r}`),this.missingRef=(0,IC.resolveUrl)(e,r,i),this.missingSchema=(0,IC.normalizeId)((0,IC.getFullPath)(e,this.missingRef))}};mC.default=BC});var hI=ce(tA=>{"use strict";Object.defineProperty(tA,"__esModule",{value:!0});tA.resolveSchema=tA.getCompilingSchema=tA.resolveRef=tA.compileSchema=tA.SchemaEnv=void 0;var vA=mr(),mH=rI(),tl=ac(),xA=md(),wS=$r(),yH=Cd(),Tf=class{constructor(e){var r;this.refs={},this.dynamicAnchors={};let i;typeof e.schema=="object"&&(i=e.schema),this.schema=e.schema,this.schemaId=e.schemaId,this.root=e.root||this,this.baseId=(r=e.baseId)!==null&&r!==void 0?r:(0,xA.normalizeId)(i?.[e.schemaId||"$id"]),this.schemaPath=e.schemaPath,this.localRefs=e.localRefs,this.meta=e.meta,this.$async=i?.$async,this.refs={}}};tA.SchemaEnv=Tf;function QC(t){let e=bS.call(this,t);if(e)return e;let r=(0,xA.getFullPath)(this.opts.uriResolver,t.root.baseId),{es5:i,lines:n}=this.opts.code,{ownProperties:s}=this.opts,a=new vA.CodeGen(this.scope,{es5:i,lines:n,ownProperties:s}),A;t.$async&&(A=a.scopeValue("Error",{ref:mH.default,code:(0,vA._)`require("ajv/dist/runtime/validation_error").default`}));let c=a.scopeName("validate");t.validateName=c;let l={gen:a,allErrors:this.opts.allErrors,data:tl.default.data,parentData:tl.default.parentData,parentDataProperty:tl.default.parentDataProperty,dataNames:[tl.default.data],dataPathArr:[vA.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:a.scopeValue("schema",this.opts.code.source===!0?{ref:t.schema,code:(0,vA.stringify)(t.schema)}:{ref:t.schema}),validateName:c,ValidationError:A,schema:t.schema,schemaEnv:t,rootId:r,baseId:t.baseId||r,schemaPath:vA.nil,errSchemaPath:t.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,vA._)`""`,opts:this.opts,self:this},g;try{this._compilations.add(t),(0,yH.validateFunctionCode)(l),a.optimize(this.opts.code.optimize);let C=a.toString();g=`${a.scopeRefs(tl.default.scope)}return ${C}`,this.opts.code.process&&(g=this.opts.code.process(g,t));let I=new Function(`${tl.default.self}`,`${tl.default.scope}`,g)(this,this.scope.get());if(this.scope.value(c,{ref:I}),I.errors=null,I.schema=t.schema,I.schemaEnv=t,t.$async&&(I.$async=!0),this.opts.code.source===!0&&(I.source={validateName:c,validateCode:C,scopeValues:a._values}),this.opts.unevaluated){let{props:v,items:F}=l;I.evaluated={props:v instanceof vA.Name?void 0:v,items:F instanceof vA.Name?void 0:F,dynamicProps:v instanceof vA.Name,dynamicItems:F instanceof vA.Name},I.source&&(I.source.evaluated=(0,vA.stringify)(I.evaluated))}return t.validate=I,t}catch(C){throw delete t.validate,delete t.validateName,g&&this.logger.error("Error compiling schema, function code:",g),C}finally{this._compilations.delete(t)}}tA.compileSchema=QC;function QH(t,e,r){var i;r=(0,xA.resolveUrl)(this.opts.uriResolver,e,r);let n=t.refs[r];if(n)return n;let s=bH.call(this,t,r);if(s===void 0){let a=(i=t.localRefs)===null||i===void 0?void 0:i[r],{schemaId:A}=this.opts;a&&(s=new Tf({schema:a,schemaId:A,root:t,baseId:e}))}if(s!==void 0)return t.refs[r]=CH.call(this,s)}tA.resolveRef=QH;function CH(t){return(0,xA.inlineRef)(t.schema,this.opts.inlineRefs)?t.schema:t.validate?t:QC.call(this,t)}function bS(t){for(let e of this._compilations)if(wH(e,t))return e}tA.getCompilingSchema=bS;function wH(t,e){return t.schema===e.schema&&t.root===e.root&&t.baseId===e.baseId}function bH(t,e){let r;for(;typeof(r=this.refs[e])=="string";)e=r;return r||this.schemas[e]||lI.call(this,t,e)}function lI(t,e){let r=this.opts.uriResolver.parse(e),i=(0,xA._getFullPath)(this.opts.uriResolver,r),n=(0,xA.getFullPath)(this.opts.uriResolver,t.baseId,void 0);if(Object.keys(t.schema).length>0&&i===n)return yC.call(this,r,t);let s=(0,xA.normalizeId)(i),a=this.refs[s]||this.schemas[s];if(typeof a=="string"){let A=lI.call(this,t,a);return typeof A?.schema!="object"?void 0:yC.call(this,r,A)}if(typeof a?.schema=="object"){if(a.validate||QC.call(this,a),s===(0,xA.normalizeId)(e)){let{schema:A}=a,{schemaId:c}=this.opts,l=A[c];return l&&(n=(0,xA.resolveUrl)(this.opts.uriResolver,n,l)),new Tf({schema:A,schemaId:c,root:t,baseId:n})}return yC.call(this,r,a)}}tA.resolveSchema=lI;var vH=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function yC(t,{baseId:e,schema:r,root:i}){var n;if(((n=t.fragment)===null||n===void 0?void 0:n[0])!=="/")return;for(let A of t.fragment.slice(1).split("/")){if(typeof r=="boolean")return;let c=r[(0,wS.unescapeFragment)(A)];if(c===void 0)return;r=c;let l=typeof r=="object"&&r[this.opts.schemaId];!vH.has(A)&&l&&(e=(0,xA.resolveUrl)(this.opts.uriResolver,e,l))}let s;if(typeof r!="boolean"&&r.$ref&&!(0,wS.schemaHasRulesButRef)(r,this.RULES)){let A=(0,xA.resolveUrl)(this.opts.uriResolver,e,r.$ref);s=lI.call(this,i,A)}let{schemaId:a}=this.opts;if(s=s||new Tf({schema:r,schemaId:a,root:i,baseId:e}),s.schema!==s.root.schema)return s}});var vS=ce((_ie,xH)=>{xH.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var _S=ce((dI,xS)=>{(function(t,e){typeof dI=="object"&&typeof xS<"u"?e(dI):typeof define=="function"&&define.amd?define(["exports"],e):e(t.URI=t.URI||{})})(dI,function(t){"use strict";function e(){for(var J=arguments.length,E=Array(J),p=0;p<J;p++)E[p]=arguments[p];if(E.length>1){E[0]=E[0].slice(0,-1);for(var x=E.length-1,Q=1;Q<x;++Q)E[Q]=E[Q].slice(1,-1);return E[x]=E[x].slice(1),E.join("")}else return E[0]}function r(J){return"(?:"+J+")"}function i(J){return J===void 0?"undefined":J===null?"null":Object.prototype.toString.call(J).split(" ").pop().split("]").shift().toLowerCase()}function n(J){return J.toUpperCase()}function s(J){return J!=null?J instanceof Array?J:typeof J.length!="number"||J.split||J.setInterval||J.call?[J]:Array.prototype.slice.call(J):[]}function a(J,E){var p=J;if(E)for(var x in E)p[x]=E[x];return p}function A(J){var E="[A-Za-z]",p="[\\x0D]",x="[0-9]",Q="[\\x22]",H=e(x,"[A-Fa-f]"),se="[\\x0A]",ue="[\\x20]",Se=r(r("%[EFef]"+H+"%"+H+H+"%"+H+H)+"|"+r("%[89A-Fa-f]"+H+"%"+H+H)+"|"+r("%"+H+H)),Re="[\\:\\/\\?\\#\\[\\]\\@]",it="[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]",Ue=e(Re,it),ct=J?"[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]":"[]",Xe=J?"[\\uE000-\\uF8FF]":"[]",Oe=e(E,x,"[\\-\\.\\_\\~]",ct),ke=r(E+e(E,x,"[\\+\\-\\.]")+"*"),nt=r(r(Se+"|"+e(Oe,it,"[\\:]"))+"*"),oe=r(r("25[0-5]")+"|"+r("2[0-4]"+x)+"|"+r("1"+x+x)+"|"+r("[1-9]"+x)+"|"+x),j=r(r("25[0-5]")+"|"+r("2[0-4]"+x)+"|"+r("1"+x+x)+"|"+r("0?[1-9]"+x)+"|0?0?"+x),ye=r(j+"\\."+j+"\\."+j+"\\."+j),Be=r(H+"{1,4}"),Qe=r(r(Be+"\\:"+Be)+"|"+ye),Ke=r(r(Be+"\\:")+"{6}"+Qe),He=r("\\:\\:"+r(Be+"\\:")+"{5}"+Qe),ze=r(r(Be)+"?\\:\\:"+r(Be+"\\:")+"{4}"+Qe),xe=r(r(r(Be+"\\:")+"{0,1}"+Be)+"?\\:\\:"+r(Be+"\\:")+"{3}"+Qe),we=r(r(r(Be+"\\:")+"{0,2}"+Be)+"?\\:\\:"+r(Be+"\\:")+"{2}"+Qe),pe=r(r(r(Be+"\\:")+"{0,3}"+Be)+"?\\:\\:"+Be+"\\:"+Qe),ge=r(r(r(Be+"\\:")+"{0,4}"+Be)+"?\\:\\:"+Qe),Ee=r(r(r(Be+"\\:")+"{0,5}"+Be)+"?\\:\\:"+Be),ve=r(r(r(Be+"\\:")+"{0,6}"+Be)+"?\\:\\:"),Te=r([Ke,He,ze,xe,we,pe,ge,Ee,ve].join("|")),Je=r(r(Oe+"|"+Se)+"+"),ut=r(Te+"\\%25"+Je),dt=r(Te+r("\\%25|\\%(?!"+H+"{2})")+Je),le=r("[vV]"+H+"+\\."+e(Oe,it,"[\\:]")+"+"),Qt=r("\\["+r(dt+"|"+Te+"|"+le)+"\\]"),fe=r(r(Se+"|"+e(Oe,it))+"*"),Ct=r(Qt+"|"+ye+"(?!"+fe+")|"+fe),bt=r(x+"*"),Gt=r(r(nt+"@")+"?"+Ct+r("\\:"+bt)+"?"),wt=r(Se+"|"+e(Oe,it,"[\\:\\@]")),Vt=r(wt+"*"),Lt=r(wt+"+"),Ar=r(r(Se+"|"+e(Oe,it,"[\\@]"))+"+"),$t=r(r("\\/"+Vt)+"*"),er=r("\\/"+r(Lt+$t)+"?"),or=r(Ar+$t),cr=r(Lt+$t),fr="(?!"+wt+")",gr=r($t+"|"+er+"|"+or+"|"+cr+"|"+fr),zr=r(r(wt+"|"+e("[\\/\\?]",Xe))+"*"),ui=r(r(wt+"|[\\/\\?]")+"*"),Iu=r(r("\\/\\/"+Gt+$t)+"|"+er+"|"+cr+"|"+fr),Rl=r(ke+"\\:"+Iu+r("\\?"+zr)+"?"+r("\\#"+ui)+"?"),bc=r(r("\\/\\/"+Gt+$t)+"|"+er+"|"+or+"|"+fr),Oo=r(bc+r("\\?"+zr)+"?"+r("\\#"+ui)+"?"),Nl=r(Rl+"|"+Oo),Gp=r(ke+"\\:"+Iu+r("\\?"+zr)+"?"),Op="^("+ke+")\\:"+r(r("\\/\\/("+r("("+nt+")@")+"?("+Ct+")"+r("\\:("+bt+")")+"?)")+"?("+$t+"|"+er+"|"+cr+"|"+fr+")")+r("\\?("+zr+")")+"?"+r("\\#("+ui+")")+"?$",qp="^(){0}"+r(r("\\/\\/("+r("("+nt+")@")+"?("+Ct+")"+r("\\:("+bt+")")+"?)")+"?("+$t+"|"+er+"|"+or+"|"+fr+")")+r("\\?("+zr+")")+"?"+r("\\#("+ui+")")+"?$",Lp="^("+ke+")\\:"+r(r("\\/\\/("+r("("+nt+")@")+"?("+Ct+")"+r("\\:("+bt+")")+"?)")+"?("+$t+"|"+er+"|"+cr+"|"+fr+")")+r("\\?("+zr+")")+"?$",Vs="^"+r("\\#("+ui+")")+"?$",Pp="^"+r("("+nt+")@")+"?("+Ct+")"+r("\\:("+bt+")")+"?$";return{NOT_SCHEME:new RegExp(e("[^]",E,x,"[\\+\\-\\.]"),"g"),NOT_USERINFO:new RegExp(e("[^\\%\\:]",Oe,it),"g"),NOT_HOST:new RegExp(e("[^\\%\\[\\]\\:]",Oe,it),"g"),NOT_PATH:new RegExp(e("[^\\%\\/\\:\\@]",Oe,it),"g"),NOT_PATH_NOSCHEME:new RegExp(e("[^\\%\\/\\@]",Oe,it),"g"),NOT_QUERY:new RegExp(e("[^\\%]",Oe,it,"[\\:\\@\\/\\?]",Xe),"g"),NOT_FRAGMENT:new RegExp(e("[^\\%]",Oe,it,"[\\:\\@\\/\\?]"),"g"),ESCAPE:new RegExp(e("[^]",Oe,it),"g"),UNRESERVED:new RegExp(Oe,"g"),OTHER_CHARS:new RegExp(e("[^\\%]",Oe,Ue),"g"),PCT_ENCODED:new RegExp(Se,"g"),IPV4ADDRESS:new RegExp("^("+ye+")$"),IPV6ADDRESS:new RegExp("^\\[?("+Te+")"+r(r("\\%25|\\%(?!"+H+"{2})")+"("+Je+")")+"?\\]?$")}}var c=A(!1),l=A(!0),g=function(){function J(E,p){var x=[],Q=!0,H=!1,se=void 0;try{for(var ue=E[Symbol.iterator](),Se;!(Q=(Se=ue.next()).done)&&(x.push(Se.value),!(p&&x.length===p));Q=!0);}catch(Re){H=!0,se=Re}finally{try{!Q&&ue.return&&ue.return()}finally{if(H)throw se}}return x}return function(E,p){if(Array.isArray(E))return E;if(Symbol.iterator in Object(E))return J(E,p);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),C=function(J){if(Array.isArray(J)){for(var E=0,p=Array(J.length);E<J.length;E++)p[E]=J[E];return p}else return Array.from(J)},B=2147483647,I=36,v=1,F=26,q=38,P=700,M=72,W=128,ne="-",ie=/^xn--/,T=/[^\0-\x7E]/,D=/[\x2E\u3002\uFF0E\uFF61]/g,Y={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},S=I-v,X=Math.floor,te=String.fromCharCode;function Ce(J){throw new RangeError(Y[J])}function je(J,E){for(var p=[],x=J.length;x--;)p[x]=E(J[x]);return p}function V(J,E){var p=J.split("@"),x="";p.length>1&&(x=p[0]+"@",J=p[1]),J=J.replace(D,".");var Q=J.split("."),H=je(Q,E).join(".");return x+H}function be(J){for(var E=[],p=0,x=J.length;p<x;){var Q=J.charCodeAt(p++);if(Q>=55296&&Q<=56319&&p<x){var H=J.charCodeAt(p++);(H&64512)==56320?E.push(((Q&1023)<<10)+(H&1023)+65536):(E.push(Q),p--)}else E.push(Q)}return E}var Ge=function(E){return String.fromCodePoint.apply(String,C(E))},Ve=function(E){return E-48<10?E-22:E-65<26?E-65:E-97<26?E-97:I},at=function(E,p){return E+22+75*(E<26)-((p!=0)<<5)},Ze=function(E,p,x){var Q=0;for(E=x?X(E/P):E>>1,E+=X(E/p);E>S*F>>1;Q+=I)E=X(E/S);return X(Q+(S+1)*E/(E+q))},Yt=function(E){var p=[],x=E.length,Q=0,H=W,se=M,ue=E.lastIndexOf(ne);ue<0&&(ue=0);for(var Se=0;Se<ue;++Se)E.charCodeAt(Se)>=128&&Ce("not-basic"),p.push(E.charCodeAt(Se));for(var Re=ue>0?ue+1:0;Re<x;){for(var it=Q,Ue=1,ct=I;;ct+=I){Re>=x&&Ce("invalid-input");var Xe=Ve(E.charCodeAt(Re++));(Xe>=I||Xe>X((B-Q)/Ue))&&Ce("overflow"),Q+=Xe*Ue;var Oe=ct<=se?v:ct>=se+F?F:ct-se;if(Xe<Oe)break;var ke=I-Oe;Ue>X(B/ke)&&Ce("overflow"),Ue*=ke}var nt=p.length+1;se=Ze(Q-it,nt,it==0),X(Q/nt)>B-H&&Ce("overflow"),H+=X(Q/nt),Q%=nt,p.splice(Q++,0,H)}return String.fromCodePoint.apply(String,p)},Bt=function(E){var p=[];E=be(E);var x=E.length,Q=W,H=0,se=M,ue=!0,Se=!1,Re=void 0;try{for(var it=E[Symbol.iterator](),Ue;!(ue=(Ue=it.next()).done);ue=!0){var ct=Ue.value;ct<128&&p.push(te(ct))}}catch(dt){Se=!0,Re=dt}finally{try{!ue&&it.return&&it.return()}finally{if(Se)throw Re}}var Xe=p.length,Oe=Xe;for(Xe&&p.push(ne);Oe<x;){var ke=B,nt=!0,oe=!1,j=void 0;try{for(var ye=E[Symbol.iterator](),Be;!(nt=(Be=ye.next()).done);nt=!0){var Qe=Be.value;Qe>=Q&&Qe<ke&&(ke=Qe)}}catch(dt){oe=!0,j=dt}finally{try{!nt&&ye.return&&ye.return()}finally{if(oe)throw j}}var Ke=Oe+1;ke-Q>X((B-H)/Ke)&&Ce("overflow"),H+=(ke-Q)*Ke,Q=ke;var He=!0,ze=!1,xe=void 0;try{for(var we=E[Symbol.iterator](),pe;!(He=(pe=we.next()).done);He=!0){var ge=pe.value;if(ge<Q&&++H>B&&Ce("overflow"),ge==Q){for(var Ee=H,ve=I;;ve+=I){var Te=ve<=se?v:ve>=se+F?F:ve-se;if(Ee<Te)break;var Je=Ee-Te,ut=I-Te;p.push(te(at(Te+Je%ut,0))),Ee=X(Je/ut)}p.push(te(at(Ee,0))),se=Ze(H,Ke,Oe==Xe),H=0,++Oe}}}catch(dt){ze=!0,xe=dt}finally{try{!He&&we.return&&we.return()}finally{if(ze)throw xe}}++H,++Q}return p.join("")},Rt=function(E){return V(E,function(p){return ie.test(p)?Yt(p.slice(4).toLowerCase()):p})},et=function(E){return V(E,function(p){return T.test(p)?"xn--"+Bt(p):p})},he={version:"2.1.0",ucs2:{decode:be,encode:Ge},decode:Yt,encode:Bt,toASCII:et,toUnicode:Rt},G={};function Et(J){var E=J.charCodeAt(0),p=void 0;return E<16?p="%0"+E.toString(16).toUpperCase():E<128?p="%"+E.toString(16).toUpperCase():E<2048?p="%"+(E>>6|192).toString(16).toUpperCase()+"%"+(E&63|128).toString(16).toUpperCase():p="%"+(E>>12|224).toString(16).toUpperCase()+"%"+(E>>6&63|128).toString(16).toUpperCase()+"%"+(E&63|128).toString(16).toUpperCase(),p}function ft(J){for(var E="",p=0,x=J.length;p<x;){var Q=parseInt(J.substr(p+1,2),16);if(Q<128)E+=String.fromCharCode(Q),p+=3;else if(Q>=194&&Q<224){if(x-p>=6){var H=parseInt(J.substr(p+4,2),16);E+=String.fromCharCode((Q&31)<<6|H&63)}else E+=J.substr(p,6);p+=6}else if(Q>=224){if(x-p>=9){var se=parseInt(J.substr(p+4,2),16),ue=parseInt(J.substr(p+7,2),16);E+=String.fromCharCode((Q&15)<<12|(se&63)<<6|ue&63)}else E+=J.substr(p,9);p+=9}else E+=J.substr(p,3),p+=3}return E}function pt(J,E){function p(x){var Q=ft(x);return Q.match(E.UNRESERVED)?Q:x}return J.scheme&&(J.scheme=String(J.scheme).replace(E.PCT_ENCODED,p).toLowerCase().replace(E.NOT_SCHEME,"")),J.userinfo!==void 0&&(J.userinfo=String(J.userinfo).replace(E.PCT_ENCODED,p).replace(E.NOT_USERINFO,Et).replace(E.PCT_ENCODED,n)),J.host!==void 0&&(J.host=String(J.host).replace(E.PCT_ENCODED,p).toLowerCase().replace(E.NOT_HOST,Et).replace(E.PCT_ENCODED,n)),J.path!==void 0&&(J.path=String(J.path).replace(E.PCT_ENCODED,p).replace(J.scheme?E.NOT_PATH:E.NOT_PATH_NOSCHEME,Et).replace(E.PCT_ENCODED,n)),J.query!==void 0&&(J.query=String(J.query).replace(E.PCT_ENCODED,p).replace(E.NOT_QUERY,Et).replace(E.PCT_ENCODED,n)),J.fragment!==void 0&&(J.fragment=String(J.fragment).replace(E.PCT_ENCODED,p).replace(E.NOT_FRAGMENT,Et).replace(E.PCT_ENCODED,n)),J}function Z(J){return J.replace(/^0*(.*)/,"$1")||"0"}function h(J,E){var p=J.match(E.IPV4ADDRESS)||[],x=g(p,2),Q=x[1];return Q?Q.split(".").map(Z).join("."):J}function f(J,E){var p=J.match(E.IPV6ADDRESS)||[],x=g(p,3),Q=x[1],H=x[2];if(Q){for(var se=Q.toLowerCase().split("::").reverse(),ue=g(se,2),Se=ue[0],Re=ue[1],it=Re?Re.split(":").map(Z):[],Ue=Se.split(":").map(Z),ct=E.IPV4ADDRESS.test(Ue[Ue.length-1]),Xe=ct?7:8,Oe=Ue.length-Xe,ke=Array(Xe),nt=0;nt<Xe;++nt)ke[nt]=it[nt]||Ue[Oe+nt]||"";ct&&(ke[Xe-1]=h(ke[Xe-1],E));var oe=ke.reduce(function(Ke,He,ze){if(!He||He==="0"){var xe=Ke[Ke.length-1];xe&&xe.index+xe.length===ze?xe.length++:Ke.push({index:ze,length:1})}return Ke},[]),j=oe.sort(function(Ke,He){return He.length-Ke.length})[0],ye=void 0;if(j&&j.length>1){var Be=ke.slice(0,j.index),Qe=ke.slice(j.index+j.length);ye=Be.join(":")+"::"+Qe.join(":")}else ye=ke.join(":");return H&&(ye+="%"+H),ye}else return J}var m=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i,b="".match(/(){0}/)[1]===void 0;function O(J){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p={},x=E.iri!==!1?l:c;E.reference==="suffix"&&(J=(E.scheme?E.scheme+":":"")+"//"+J);var Q=J.match(m);if(Q){b?(p.scheme=Q[1],p.userinfo=Q[3],p.host=Q[4],p.port=parseInt(Q[5],10),p.path=Q[6]||"",p.query=Q[7],p.fragment=Q[8],isNaN(p.port)&&(p.port=Q[5])):(p.scheme=Q[1]||void 0,p.userinfo=J.indexOf("@")!==-1?Q[3]:void 0,p.host=J.indexOf("//")!==-1?Q[4]:void 0,p.port=parseInt(Q[5],10),p.path=Q[6]||"",p.query=J.indexOf("?")!==-1?Q[7]:void 0,p.fragment=J.indexOf("#")!==-1?Q[8]:void 0,isNaN(p.port)&&(p.port=J.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?Q[4]:void 0)),p.host&&(p.host=f(h(p.host,x),x)),p.scheme===void 0&&p.userinfo===void 0&&p.host===void 0&&p.port===void 0&&!p.path&&p.query===void 0?p.reference="same-document":p.scheme===void 0?p.reference="relative":p.fragment===void 0?p.reference="absolute":p.reference="uri",E.reference&&E.reference!=="suffix"&&E.reference!==p.reference&&(p.error=p.error||"URI is not a "+E.reference+" reference.");var H=G[(E.scheme||p.scheme||"").toLowerCase()];if(!E.unicodeSupport&&(!H||!H.unicodeSupport)){if(p.host&&(E.domainHost||H&&H.domainHost))try{p.host=he.toASCII(p.host.replace(x.PCT_ENCODED,ft).toLowerCase())}catch(se){p.error=p.error||"Host's domain name can not be converted to ASCII via punycode: "+se}pt(p,c)}else pt(p,x);H&&H.parse&&H.parse(p,E)}else p.error=p.error||"URI can not be parsed.";return p}function L(J,E){var p=E.iri!==!1?l:c,x=[];return J.userinfo!==void 0&&(x.push(J.userinfo),x.push("@")),J.host!==void 0&&x.push(f(h(String(J.host),p),p).replace(p.IPV6ADDRESS,function(Q,H,se){return"["+H+(se?"%25"+se:"")+"]"})),(typeof J.port=="number"||typeof J.port=="string")&&(x.push(":"),x.push(String(J.port))),x.length?x.join(""):void 0}var o=/^\.\.?\//,u=/^\/\.(\/|$)/,d=/^\/\.\.(\/|$)/,w=/^\/?(?:.|\n)*?(?=\/|$)/;function R(J){for(var E=[];J.length;)if(J.match(o))J=J.replace(o,"");else if(J.match(u))J=J.replace(u,"/");else if(J.match(d))J=J.replace(d,"/"),E.pop();else if(J==="."||J==="..")J="";else{var p=J.match(w);if(p){var x=p[0];J=J.slice(x.length),E.push(x)}else throw new Error("Unexpected dot segment condition")}return E.join("")}function k(J){var E=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},p=E.iri?l:c,x=[],Q=G[(E.scheme||J.scheme||"").toLowerCase()];if(Q&&Q.serialize&&Q.serialize(J,E),J.host&&!p.IPV6ADDRESS.test(J.host)){if(E.domainHost||Q&&Q.domainHost)try{J.host=E.iri?he.toUnicode(J.host):he.toASCII(J.host.replace(p.PCT_ENCODED,ft).toLowerCase())}catch(ue){J.error=J.error||"Host's domain name can not be converted to "+(E.iri?"Unicode":"ASCII")+" via punycode: "+ue}}pt(J,p),E.reference!=="suffix"&&J.scheme&&(x.push(J.scheme),x.push(":"));var H=L(J,E);if(H!==void 0&&(E.reference!=="suffix"&&x.push("//"),x.push(H),J.path&&J.path.charAt(0)!=="/"&&x.push("/")),J.path!==void 0){var se=J.path;!E.absolutePath&&(!Q||!Q.absolutePath)&&(se=R(se)),H===void 0&&(se=se.replace(/^\/\//,"/%2F")),x.push(se)}return J.query!==void 0&&(x.push("?"),x.push(J.query)),J.fragment!==void 0&&(x.push("#"),x.push(J.fragment)),x.join("")}function ee(J,E){var p=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},x=arguments[3],Q={};return x||(J=O(k(J,p),p),E=O(k(E,p),p)),p=p||{},!p.tolerant&&E.scheme?(Q.scheme=E.scheme,Q.userinfo=E.userinfo,Q.host=E.host,Q.port=E.port,Q.path=R(E.path||""),Q.query=E.query):(E.userinfo!==void 0||E.host!==void 0||E.port!==void 0?(Q.userinfo=E.userinfo,Q.host=E.host,Q.port=E.port,Q.path=R(E.path||""),Q.query=E.query):(E.path?(E.path.charAt(0)==="/"?Q.path=R(E.path):((J.userinfo!==void 0||J.host!==void 0||J.port!==void 0)&&!J.path?Q.path="/"+E.path:J.path?Q.path=J.path.slice(0,J.path.lastIndexOf("/")+1)+E.path:Q.path=E.path,Q.path=R(Q.path)),Q.query=E.query):(Q.path=J.path,E.query!==void 0?Q.query=E.query:Q.query=J.query),Q.userinfo=J.userinfo,Q.host=J.host,Q.port=J.port),Q.scheme=J.scheme),Q.fragment=E.fragment,Q}function Ae(J,E,p){var x=a({scheme:"null"},p);return k(ee(O(J,x),O(E,x),x,!0),x)}function me(J,E){return typeof J=="string"?J=k(O(J,E),E):i(J)==="object"&&(J=O(k(J,E),E)),J}function Fe(J,E,p){return typeof J=="string"?J=k(O(J,p),p):i(J)==="object"&&(J=k(J,p)),typeof E=="string"?E=k(O(E,p),p):i(E)==="object"&&(E=k(E,p)),J===E}function Le(J,E){return J&&J.toString().replace(!E||!E.iri?c.ESCAPE:l.ESCAPE,Et)}function Me(J,E){return J&&J.toString().replace(!E||!E.iri?c.PCT_ENCODED:l.PCT_ENCODED,ft)}var Ne={scheme:"http",domainHost:!0,parse:function(E,p){return E.host||(E.error=E.error||"HTTP URIs must have a host."),E},serialize:function(E,p){var x=String(E.scheme).toLowerCase()==="https";return(E.port===(x?443:80)||E.port==="")&&(E.port=void 0),E.path||(E.path="/"),E}},ht={scheme:"https",domainHost:Ne.domainHost,parse:Ne.parse,serialize:Ne.serialize};function vt(J){return typeof J.secure=="boolean"?J.secure:String(J.scheme).toLowerCase()==="wss"}var ur={scheme:"ws",domainHost:!0,parse:function(E,p){var x=E;return x.secure=vt(x),x.resourceName=(x.path||"/")+(x.query?"?"+x.query:""),x.path=void 0,x.query=void 0,x},serialize:function(E,p){if((E.port===(vt(E)?443:80)||E.port==="")&&(E.port=void 0),typeof E.secure=="boolean"&&(E.scheme=E.secure?"wss":"ws",E.secure=void 0),E.resourceName){var x=E.resourceName.split("?"),Q=g(x,2),H=Q[0],se=Q[1];E.path=H&&H!=="/"?H:void 0,E.query=se,E.resourceName=void 0}return E.fragment=void 0,E}},rr={scheme:"wss",domainHost:ur.domainHost,parse:ur.parse,serialize:ur.serialize},kt={},At=!0,ar="[A-Za-z0-9\\-\\.\\_\\~"+(At?"\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF":"")+"]",St="[0-9A-Fa-f]",sr=r(r("%[EFef]"+St+"%"+St+St+"%"+St+St)+"|"+r("%[89A-Fa-f]"+St+"%"+St+St)+"|"+r("%"+St+St)),Pt="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]",Er="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]",Ht=e(Er,'[\\"\\\\]'),mn="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]",Zn=new RegExp(ar,"g"),Fr=new RegExp(sr,"g"),Si=new RegExp(e("[^]",Pt,"[\\.]",'[\\"]',Ht),"g"),Qr=new RegExp(e("[^]",ar,mn),"g"),br=Qr;function Oi(J){var E=ft(J);return E.match(Zn)?E:J}var Ki={scheme:"mailto",parse:function(E,p){var x=E,Q=x.to=x.path?x.path.split(","):[];if(x.path=void 0,x.query){for(var H=!1,se={},ue=x.query.split("&"),Se=0,Re=ue.length;Se<Re;++Se){var it=ue[Se].split("=");switch(it[0]){case"to":for(var Ue=it[1].split(","),ct=0,Xe=Ue.length;ct<Xe;++ct)Q.push(Ue[ct]);break;case"subject":x.subject=Me(it[1],p);break;case"body":x.body=Me(it[1],p);break;default:H=!0,se[Me(it[0],p)]=Me(it[1],p);break}}H&&(x.headers=se)}x.query=void 0;for(var Oe=0,ke=Q.length;Oe<ke;++Oe){var nt=Q[Oe].split("@");if(nt[0]=Me(nt[0]),p.unicodeSupport)nt[1]=Me(nt[1],p).toLowerCase();else try{nt[1]=he.toASCII(Me(nt[1],p).toLowerCase())}catch(oe){x.error=x.error||"Email address's domain name can not be converted to ASCII via punycode: "+oe}Q[Oe]=nt.join("@")}return x},serialize:function(E,p){var x=E,Q=s(E.to);if(Q){for(var H=0,se=Q.length;H<se;++H){var ue=String(Q[H]),Se=ue.lastIndexOf("@"),Re=ue.slice(0,Se).replace(Fr,Oi).replace(Fr,n).replace(Si,Et),it=ue.slice(Se+1);try{it=p.iri?he.toUnicode(it):he.toASCII(Me(it,p).toLowerCase())}catch(Oe){x.error=x.error||"Email address's domain name can not be converted to "+(p.iri?"Unicode":"ASCII")+" via punycode: "+Oe}Q[H]=Re+"@"+it}x.path=Q.join(",")}var Ue=E.headers=E.headers||{};E.subject&&(Ue.subject=E.subject),E.body&&(Ue.body=E.body);var ct=[];for(var Xe in Ue)Ue[Xe]!==kt[Xe]&&ct.push(Xe.replace(Fr,Oi).replace(Fr,n).replace(Qr,Et)+"="+Ue[Xe].replace(Fr,Oi).replace(Fr,n).replace(br,Et));return ct.length&&(x.query=ct.join("&")),x}},os=/^([^\:]+)\:(.*)/,dr={scheme:"urn",parse:function(E,p){var x=E.path&&E.path.match(os),Q=E;if(x){var H=p.scheme||Q.scheme||"urn",se=x[1].toLowerCase(),ue=x[2],Se=H+":"+(p.nid||se),Re=G[Se];Q.nid=se,Q.nss=ue,Q.path=void 0,Re&&(Q=Re.parse(Q,p))}else Q.error=Q.error||"URN can not be parsed.";return Q},serialize:function(E,p){var x=p.scheme||E.scheme||"urn",Q=E.nid,H=x+":"+(p.nid||Q),se=G[H];se&&(E=se.serialize(E,p));var ue=E,Se=E.nss;return ue.path=(Q||p.nid)+":"+Se,ue}},lr=/^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/,z={scheme:"urn:uuid",parse:function(E,p){var x=E;return x.uuid=x.nss,x.nss=void 0,!p.tolerant&&(!x.uuid||!x.uuid.match(lr))&&(x.error=x.error||"UUID is not valid."),x},serialize:function(E,p){var x=E;return x.nss=(E.uuid||"").toLowerCase(),x}};G[Ne.scheme]=Ne,G[ht.scheme]=ht,G[ur.scheme]=ur,G[rr.scheme]=rr,G[Ki.scheme]=Ki,G[dr.scheme]=dr,G[z.scheme]=z,t.SCHEMES=G,t.pctEncChar=Et,t.pctDecChars=ft,t.parse=O,t.removeDotSegments=R,t.serialize=k,t.resolveComponents=ee,t.resolve=Ae,t.normalize=me,t.equal=Fe,t.escapeComponent=Le,t.unescapeComponent=Me,Object.defineProperty(t,"__esModule",{value:!0})})});var DS=ce(CC=>{"use strict";Object.defineProperty(CC,"__esModule",{value:!0});var SS=_S();SS.code='require("ajv/dist/runtime/uri").default';CC.default=SS});var GS=ce($n=>{"use strict";Object.defineProperty($n,"__esModule",{value:!0});$n.CodeGen=$n.Name=$n.nil=$n.stringify=$n.str=$n._=$n.KeywordCxt=void 0;var _H=Cd();Object.defineProperty($n,"KeywordCxt",{enumerable:!0,get:function(){return _H.KeywordCxt}});var kf=mr();Object.defineProperty($n,"_",{enumerable:!0,get:function(){return kf._}});Object.defineProperty($n,"str",{enumerable:!0,get:function(){return kf.str}});Object.defineProperty($n,"stringify",{enumerable:!0,get:function(){return kf.stringify}});Object.defineProperty($n,"nil",{enumerable:!0,get:function(){return kf.nil}});Object.defineProperty($n,"Name",{enumerable:!0,get:function(){return kf.Name}});Object.defineProperty($n,"CodeGen",{enumerable:!0,get:function(){return kf.CodeGen}});var SH=rI(),kS=AI(),DH=iC(),wd=hI(),RH=mr(),bd=md(),pI=Bd(),bC=$r(),RS=vS(),NH=DS(),MS=(t,e)=>new RegExp(t,e);MS.code="new RegExp";var FH=["removeAdditional","useDefaults","coerceTypes"],TH=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),kH={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},MH={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},NS=200;function UH(t){var e,r,i,n,s,a,A,c,l,g,C,B,I,v,F,q,P,M,W,ne,ie,T,D,Y,S;let X=t.strict,te=(e=t.code)===null||e===void 0?void 0:e.optimize,Ce=te===!0||te===void 0?1:te||0,je=(i=(r=t.code)===null||r===void 0?void 0:r.regExp)!==null&&i!==void 0?i:MS,V=(n=t.uriResolver)!==null&&n!==void 0?n:NH.default;return{strictSchema:(a=(s=t.strictSchema)!==null&&s!==void 0?s:X)!==null&&a!==void 0?a:!0,strictNumbers:(c=(A=t.strictNumbers)!==null&&A!==void 0?A:X)!==null&&c!==void 0?c:!0,strictTypes:(g=(l=t.strictTypes)!==null&&l!==void 0?l:X)!==null&&g!==void 0?g:"log",strictTuples:(B=(C=t.strictTuples)!==null&&C!==void 0?C:X)!==null&&B!==void 0?B:"log",strictRequired:(v=(I=t.strictRequired)!==null&&I!==void 0?I:X)!==null&&v!==void 0?v:!1,code:t.code?{...t.code,optimize:Ce,regExp:je}:{optimize:Ce,regExp:je},loopRequired:(F=t.loopRequired)!==null&&F!==void 0?F:NS,loopEnum:(q=t.loopEnum)!==null&&q!==void 0?q:NS,meta:(P=t.meta)!==null&&P!==void 0?P:!0,messages:(M=t.messages)!==null&&M!==void 0?M:!0,inlineRefs:(W=t.inlineRefs)!==null&&W!==void 0?W:!0,schemaId:(ne=t.schemaId)!==null&&ne!==void 0?ne:"$id",addUsedSchema:(ie=t.addUsedSchema)!==null&&ie!==void 0?ie:!0,validateSchema:(T=t.validateSchema)!==null&&T!==void 0?T:!0,validateFormats:(D=t.validateFormats)!==null&&D!==void 0?D:!0,unicodeRegExp:(Y=t.unicodeRegExp)!==null&&Y!==void 0?Y:!0,int32range:(S=t.int32range)!==null&&S!==void 0?S:!0,uriResolver:V}}var vd=class{constructor(e={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,e=this.opts={...e,...UH(e)};let{es5:r,lines:i}=this.opts.code;this.scope=new RH.ValueScope({scope:{},prefixes:TH,es5:r,lines:i}),this.logger=HH(e.logger);let n=e.validateFormats;e.validateFormats=!1,this.RULES=(0,DH.getRules)(),FS.call(this,kH,e,"NOT SUPPORTED"),FS.call(this,MH,e,"DEPRECATED","warn"),this._metaOpts=LH.call(this),e.formats&&OH.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),e.keywords&&qH.call(this,e.keywords),typeof e.meta=="object"&&this.addMetaSchema(e.meta),GH.call(this),e.validateFormats=n}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:e,meta:r,schemaId:i}=this.opts,n=RS;i==="id"&&(n={...RS},n.id=n.$id,delete n.$id),r&&e&&this.addMetaSchema(n,n[i],!1)}defaultMeta(){let{meta:e,schemaId:r}=this.opts;return this.opts.defaultMeta=typeof e=="object"?e[r]||e:void 0}validate(e,r){let i;if(typeof e=="string"){if(i=this.getSchema(e),!i)throw new Error(`no schema with key or ref "${e}"`)}else i=this.compile(e);let n=i(r);return"$async"in i||(this.errors=i.errors),n}compile(e,r){let i=this._addSchema(e,r);return i.validate||this._compileSchemaEnv(i)}compileAsync(e,r){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:i}=this.opts;return n.call(this,e,r);async function n(g,C){await s.call(this,g.$schema);let B=this._addSchema(g,C);return B.validate||a.call(this,B)}async function s(g){g&&!this.getSchema(g)&&await n.call(this,{$ref:g},!0)}async function a(g){try{return this._compileSchemaEnv(g)}catch(C){if(!(C instanceof kS.default))throw C;return A.call(this,C),await c.call(this,C.missingSchema),a.call(this,g)}}function A({missingSchema:g,missingRef:C}){if(this.refs[g])throw new Error(`AnySchema ${g} is loaded but ${C} cannot be resolved`)}async function c(g){let C=await l.call(this,g);this.refs[g]||await s.call(this,C.$schema),this.refs[g]||this.addSchema(C,g,r)}async function l(g){let C=this._loading[g];if(C)return C;try{return await(this._loading[g]=i(g))}finally{delete this._loading[g]}}}addSchema(e,r,i,n=this.opts.validateSchema){if(Array.isArray(e)){for(let a of e)this.addSchema(a,void 0,i,n);return this}let s;if(typeof e=="object"){let{schemaId:a}=this.opts;if(s=e[a],s!==void 0&&typeof s!="string")throw new Error(`schema ${a} must be string`)}return r=(0,bd.normalizeId)(r||s),this._checkUnique(r),this.schemas[r]=this._addSchema(e,i,r,n,!0),this}addMetaSchema(e,r,i=this.opts.validateSchema){return this.addSchema(e,r,!0,i),this}validateSchema(e,r){if(typeof e=="boolean")return!0;let i;if(i=e.$schema,i!==void 0&&typeof i!="string")throw new Error("$schema must be a string");if(i=i||this.opts.defaultMeta||this.defaultMeta(),!i)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let n=this.validate(i,e);if(!n&&r){let s="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(s);else throw new Error(s)}return n}getSchema(e){let r;for(;typeof(r=TS.call(this,e))=="string";)e=r;if(r===void 0){let{schemaId:i}=this.opts,n=new wd.SchemaEnv({schema:{},schemaId:i});if(r=wd.resolveSchema.call(this,n,e),!r)return;this.refs[e]=r}return r.validate||this._compileSchemaEnv(r)}removeSchema(e){if(e instanceof RegExp)return this._removeAllSchemas(this.schemas,e),this._removeAllSchemas(this.refs,e),this;switch(typeof e){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let r=TS.call(this,e);return typeof r=="object"&&this._cache.delete(r.schema),delete this.schemas[e],delete this.refs[e],this}case"object":{let r=e;this._cache.delete(r);let i=e[this.opts.schemaId];return i&&(i=(0,bd.normalizeId)(i),delete this.schemas[i],delete this.refs[i]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(e){for(let r of e)this.addKeyword(r);return this}addKeyword(e,r){let i;if(typeof e=="string")i=e,typeof r=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),r.keyword=i);else if(typeof e=="object"&&r===void 0){if(r=e,i=r.keyword,Array.isArray(i)&&!i.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(YH.call(this,i,r),!r)return(0,bC.eachItem)(i,s=>wC.call(this,s)),this;$H.call(this,r);let n={...r,type:(0,pI.getJSONTypes)(r.type),schemaType:(0,pI.getJSONTypes)(r.schemaType)};return(0,bC.eachItem)(i,n.type.length===0?s=>wC.call(this,s,n):s=>n.type.forEach(a=>wC.call(this,s,n,a))),this}getKeyword(e){let r=this.RULES.all[e];return typeof r=="object"?r.definition:!!r}removeKeyword(e){let{RULES:r}=this;delete r.keywords[e],delete r.all[e];for(let i of r.rules){let n=i.rules.findIndex(s=>s.keyword===e);n>=0&&i.rules.splice(n,1)}return this}addFormat(e,r){return typeof r=="string"&&(r=new RegExp(r)),this.formats[e]=r,this}errorsText(e=this.errors,{separator:r=", ",dataVar:i="data"}={}){return!e||e.length===0?"No errors":e.map(n=>`${i}${n.instancePath} ${n.message}`).reduce((n,s)=>n+r+s)}$dataMetaSchema(e,r){let i=this.RULES.all;e=JSON.parse(JSON.stringify(e));for(let n of r){let s=n.split("/").slice(1),a=e;for(let A of s)a=a[A];for(let A in i){let c=i[A];if(typeof c!="object")continue;let{$data:l}=c.definition,g=a[A];l&&g&&(a[A]=US(g))}}return e}_removeAllSchemas(e,r){for(let i in e){let n=e[i];(!r||r.test(i))&&(typeof n=="string"?delete e[i]:n&&!n.meta&&(this._cache.delete(n.schema),delete e[i]))}}_addSchema(e,r,i,n=this.opts.validateSchema,s=this.opts.addUsedSchema){let a,{schemaId:A}=this.opts;if(typeof e=="object")a=e[A];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof e!="boolean")throw new Error("schema must be object or boolean")}let c=this._cache.get(e);if(c!==void 0)return c;i=(0,bd.normalizeId)(a||i);let l=bd.getSchemaRefs.call(this,e,i);return c=new wd.SchemaEnv({schema:e,schemaId:A,meta:r,baseId:i,localRefs:l}),this._cache.set(c.schema,c),s&&!i.startsWith("#")&&(i&&this._checkUnique(i),this.refs[i]=c),n&&this.validateSchema(e,!0),c}_checkUnique(e){if(this.schemas[e]||this.refs[e])throw new Error(`schema with key or id "${e}" already exists`)}_compileSchemaEnv(e){if(e.meta?this._compileMetaSchema(e):wd.compileSchema.call(this,e),!e.validate)throw new Error("ajv implementation error");return e.validate}_compileMetaSchema(e){let r=this.opts;this.opts=this._metaOpts;try{wd.compileSchema.call(this,e)}finally{this.opts=r}}};$n.default=vd;vd.ValidationError=SH.default;vd.MissingRefError=kS.default;function FS(t,e,r,i="error"){for(let n in t){let s=n;s in e&&this.logger[i](`${r}: option ${n}. ${t[s]}`)}}function TS(t){return t=(0,bd.normalizeId)(t),this.schemas[t]||this.refs[t]}function GH(){let t=this.opts.schemas;if(t)if(Array.isArray(t))this.addSchema(t);else for(let e in t)this.addSchema(t[e],e)}function OH(){for(let t in this.opts.formats){let e=this.opts.formats[t];e&&this.addFormat(t,e)}}function qH(t){if(Array.isArray(t)){this.addVocabulary(t);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let e in t){let r=t[e];r.keyword||(r.keyword=e),this.addKeyword(r)}}function LH(){let t={...this.opts};for(let e of FH)delete t[e];return t}var PH={log(){},warn(){},error(){}};function HH(t){if(t===!1)return PH;if(t===void 0)return console;if(t.log&&t.warn&&t.error)return t;throw new Error("logger must implement log, warn and error methods")}var jH=/^[a-z_$][a-z0-9_$:-]*$/i;function YH(t,e){let{RULES:r}=this;if((0,bC.eachItem)(t,i=>{if(r.keywords[i])throw new Error(`Keyword ${i} is already defined`);if(!jH.test(i))throw new Error(`Keyword ${i} has invalid name`)}),!!e&&e.$data&&!("code"in e||"validate"in e))throw new Error('$data keyword must have "code" or "validate" function')}function wC(t,e,r){var i;let n=e?.post;if(r&&n)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:s}=this,a=n?s.post:s.rules.find(({type:c})=>c===r);if(a||(a={type:r,rules:[]},s.rules.push(a)),s.keywords[t]=!0,!e)return;let A={keyword:t,definition:{...e,type:(0,pI.getJSONTypes)(e.type),schemaType:(0,pI.getJSONTypes)(e.schemaType)}};e.before?JH.call(this,a,A,e.before):a.rules.push(A),s.all[t]=A,(i=e.implements)===null||i===void 0||i.forEach(c=>this.addKeyword(c))}function JH(t,e,r){let i=t.rules.findIndex(n=>n.keyword===r);i>=0?t.rules.splice(i,0,e):(t.rules.push(e),this.logger.warn(`rule ${r} is not defined`))}function $H(t){let{metaSchema:e}=t;e!==void 0&&(t.$data&&this.opts.$data&&(e=US(e)),t.validateSchema=this.compile(e,!0))}var KH={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function US(t){return{anyOf:[t,KH]}}});var OS=ce(vC=>{"use strict";Object.defineProperty(vC,"__esModule",{value:!0});var VH={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};vC.default=VH});var HS=ce(rl=>{"use strict";Object.defineProperty(rl,"__esModule",{value:!0});rl.callRef=rl.getValidate=void 0;var WH=AI(),qS=eA(),Us=mr(),Mf=ac(),LS=hI(),mI=$r(),zH={keyword:"$ref",schemaType:"string",code(t){let{gen:e,schema:r,it:i}=t,{baseId:n,schemaEnv:s,validateName:a,opts:A,self:c}=i,{root:l}=s;if((r==="#"||r==="#/")&&n===l.baseId)return C();let g=LS.resolveRef.call(c,l,n,r);if(g===void 0)throw new WH.default(i.opts.uriResolver,n,r);if(g instanceof LS.SchemaEnv)return B(g);return I(g);function C(){if(s===l)return yI(t,a,s,s.$async);let v=e.scopeValue("root",{ref:l});return yI(t,(0,Us._)`${v}.validate`,l,l.$async)}function B(v){let F=PS(t,v);yI(t,F,v,v.$async)}function I(v){let F=e.scopeValue("schema",A.code.source===!0?{ref:v,code:(0,Us.stringify)(v)}:{ref:v}),q=e.name("valid"),P=t.subschema({schema:v,dataTypes:[],schemaPath:Us.nil,topSchemaRef:F,errSchemaPath:r},q);t.mergeEvaluated(P),t.ok(q)}}};function PS(t,e){let{gen:r}=t;return e.validate?r.scopeValue("validate",{ref:e.validate}):(0,Us._)`${r.scopeValue("wrapper",{ref:e})}.validate`}rl.getValidate=PS;function yI(t,e,r,i){let{gen:n,it:s}=t,{allErrors:a,schemaEnv:A,opts:c}=s,l=c.passContext?Mf.default.this:Us.nil;i?g():C();function g(){if(!A.$async)throw new Error("async schema referenced by sync schema");let v=n.let("valid");n.try(()=>{n.code((0,Us._)`await ${(0,qS.callValidateCode)(t,e,l)}`),I(e),a||n.assign(v,!0)},F=>{n.if((0,Us._)`!(${F} instanceof ${s.ValidationError})`,()=>n.throw(F)),B(F),a||n.assign(v,!1)}),t.ok(v)}function C(){t.result((0,qS.callValidateCode)(t,e,l),()=>I(e),()=>B(e))}function B(v){let F=(0,Us._)`${v}.errors`;n.assign(Mf.default.vErrors,(0,Us._)`${Mf.default.vErrors} === null ? ${F} : ${Mf.default.vErrors}.concat(${F})`),n.assign(Mf.default.errors,(0,Us._)`${Mf.default.vErrors}.length`)}function I(v){var F;if(!s.opts.unevaluated)return;let q=(F=r?.validate)===null||F===void 0?void 0:F.evaluated;if(s.props!==!0)if(q&&!q.dynamicProps)q.props!==void 0&&(s.props=mI.mergeEvaluated.props(n,q.props,s.props));else{let P=n.var("props",(0,Us._)`${v}.evaluated.props`);s.props=mI.mergeEvaluated.props(n,P,s.props,Us.Name)}if(s.items!==!0)if(q&&!q.dynamicItems)q.items!==void 0&&(s.items=mI.mergeEvaluated.items(n,q.items,s.items));else{let P=n.var("items",(0,Us._)`${v}.evaluated.items`);s.items=mI.mergeEvaluated.items(n,P,s.items,Us.Name)}}}rl.callRef=yI;rl.default=zH});var jS=ce(xC=>{"use strict";Object.defineProperty(xC,"__esModule",{value:!0});var XH=OS(),ZH=HS(),ej=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",XH.default,ZH.default];xC.default=ej});var YS=ce(_C=>{"use strict";Object.defineProperty(_C,"__esModule",{value:!0});var QI=mr(),Zc=QI.operators,CI={maximum:{okStr:"<=",ok:Zc.LTE,fail:Zc.GT},minimum:{okStr:">=",ok:Zc.GTE,fail:Zc.LT},exclusiveMaximum:{okStr:"<",ok:Zc.LT,fail:Zc.GTE},exclusiveMinimum:{okStr:">",ok:Zc.GT,fail:Zc.LTE}},tj={message:({keyword:t,schemaCode:e})=>(0,QI.str)`must be ${CI[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>(0,QI._)`{comparison: ${CI[t].okStr}, limit: ${e}}`},rj={keyword:Object.keys(CI),type:"number",schemaType:"number",$data:!0,error:tj,code(t){let{keyword:e,data:r,schemaCode:i}=t;t.fail$data((0,QI._)`${r} ${CI[e].fail} ${i} || isNaN(${r})`)}};_C.default=rj});var JS=ce(SC=>{"use strict";Object.defineProperty(SC,"__esModule",{value:!0});var xd=mr(),ij={message:({schemaCode:t})=>(0,xd.str)`must be multiple of ${t}`,params:({schemaCode:t})=>(0,xd._)`{multipleOf: ${t}}`},nj={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:ij,code(t){let{gen:e,data:r,schemaCode:i,it:n}=t,s=n.opts.multipleOfPrecision,a=e.let("res"),A=s?(0,xd._)`Math.abs(Math.round(${a}) - ${a}) > 1e-${s}`:(0,xd._)`${a} !== parseInt(${a})`;t.fail$data((0,xd._)`(${i} === 0 || (${a} = ${r}/${i}, ${A}))`)}};SC.default=nj});var KS=ce(DC=>{"use strict";Object.defineProperty(DC,"__esModule",{value:!0});function $S(t){let e=t.length,r=0,i=0,n;for(;i<e;)r++,n=t.charCodeAt(i++),n>=55296&&n<=56319&&i<e&&(n=t.charCodeAt(i),(n&64512)===56320&&i++);return r}DC.default=$S;$S.code='require("ajv/dist/runtime/ucs2length").default'});var VS=ce(RC=>{"use strict";Object.defineProperty(RC,"__esModule",{value:!0});var il=mr(),sj=$r(),aj=KS(),Aj={message({keyword:t,schemaCode:e}){let r=t==="maxLength"?"more":"fewer";return(0,il.str)`must NOT have ${r} than ${e} characters`},params:({schemaCode:t})=>(0,il._)`{limit: ${t}}`},oj={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:Aj,code(t){let{keyword:e,data:r,schemaCode:i,it:n}=t,s=e==="maxLength"?il.operators.GT:il.operators.LT,a=n.opts.unicode===!1?(0,il._)`${r}.length`:(0,il._)`${(0,sj.useFunc)(t.gen,aj.default)}(${r})`;t.fail$data((0,il._)`${a} ${s} ${i}`)}};RC.default=oj});var WS=ce(NC=>{"use strict";Object.defineProperty(NC,"__esModule",{value:!0});var cj=eA(),wI=mr(),uj={message:({schemaCode:t})=>(0,wI.str)`must match pattern "${t}"`,params:({schemaCode:t})=>(0,wI._)`{pattern: ${t}}`},lj={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:uj,code(t){let{data:e,$data:r,schema:i,schemaCode:n,it:s}=t,a=s.opts.unicodeRegExp?"u":"",A=r?(0,wI._)`(new RegExp(${n}, ${a}))`:(0,cj.usePattern)(t,i);t.fail$data((0,wI._)`!${A}.test(${e})`)}};NC.default=lj});var zS=ce(FC=>{"use strict";Object.defineProperty(FC,"__esModule",{value:!0});var _d=mr(),fj={message({keyword:t,schemaCode:e}){let r=t==="maxProperties"?"more":"fewer";return(0,_d.str)`must NOT have ${r} than ${e} properties`},params:({schemaCode:t})=>(0,_d._)`{limit: ${t}}`},hj={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:fj,code(t){let{keyword:e,data:r,schemaCode:i}=t,n=e==="maxProperties"?_d.operators.GT:_d.operators.LT;t.fail$data((0,_d._)`Object.keys(${r}).length ${n} ${i}`)}};FC.default=hj});var XS=ce(TC=>{"use strict";Object.defineProperty(TC,"__esModule",{value:!0});var Sd=eA(),Dd=mr(),gj=$r(),dj={message:({params:{missingProperty:t}})=>(0,Dd.str)`must have required property '${t}'`,params:({params:{missingProperty:t}})=>(0,Dd._)`{missingProperty: ${t}}`},pj={keyword:"required",type:"object",schemaType:"array",$data:!0,error:dj,code(t){let{gen:e,schema:r,schemaCode:i,data:n,$data:s,it:a}=t,{opts:A}=a;if(!s&&r.length===0)return;let c=r.length>=A.loopRequired;if(a.allErrors?l():g(),A.strictRequired){let I=t.parentSchema.properties,{definedProperties:v}=t.it;for(let F of r)if(I?.[F]===void 0&&!v.has(F)){let q=a.schemaEnv.baseId+a.errSchemaPath,P=`required property "${F}" is not defined at "${q}" (strictRequired)`;(0,gj.checkStrictMode)(a,P,a.opts.strictRequired)}}function l(){if(c||s)t.block$data(Dd.nil,C);else for(let I of r)(0,Sd.checkReportMissingProp)(t,I)}function g(){let I=e.let("missing");if(c||s){let v=e.let("valid",!0);t.block$data(v,()=>B(I,v)),t.ok(v)}else e.if((0,Sd.checkMissingProp)(t,r,I)),(0,Sd.reportMissingProp)(t,I),e.else()}function C(){e.forOf("prop",i,I=>{t.setParams({missingProperty:I}),e.if((0,Sd.noPropertyInData)(e,n,I,A.ownProperties),()=>t.error())})}function B(I,v){t.setParams({missingProperty:I}),e.forOf(I,i,()=>{e.assign(v,(0,Sd.propertyInData)(e,n,I,A.ownProperties)),e.if((0,Dd.not)(v),()=>{t.error(),e.break()})},Dd.nil)}}};TC.default=pj});var ZS=ce(kC=>{"use strict";Object.defineProperty(kC,"__esModule",{value:!0});var Rd=mr(),Ej={message({keyword:t,schemaCode:e}){let r=t==="maxItems"?"more":"fewer";return(0,Rd.str)`must NOT have ${r} than ${e} items`},params:({schemaCode:t})=>(0,Rd._)`{limit: ${t}}`},Ij={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:Ej,code(t){let{keyword:e,data:r,schemaCode:i}=t,n=e==="maxItems"?Rd.operators.GT:Rd.operators.LT;t.fail$data((0,Rd._)`${r}.length ${n} ${i}`)}};kC.default=Ij});var bI=ce(MC=>{"use strict";Object.defineProperty(MC,"__esModule",{value:!0});var eD=lC();eD.code='require("ajv/dist/runtime/equal").default';MC.default=eD});var tD=ce(GC=>{"use strict";Object.defineProperty(GC,"__esModule",{value:!0});var UC=Bd(),Vn=mr(),Bj=$r(),mj=bI(),yj={message:({params:{i:t,j:e}})=>(0,Vn.str)`must NOT have duplicate items (items ## ${e} and ${t} are identical)`,params:({params:{i:t,j:e}})=>(0,Vn._)`{i: ${t}, j: ${e}}`},Qj={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:yj,code(t){let{gen:e,data:r,$data:i,schema:n,parentSchema:s,schemaCode:a,it:A}=t;if(!i&&!n)return;let c=e.let("valid"),l=s.items?(0,UC.getSchemaTypes)(s.items):[];t.block$data(c,g,(0,Vn._)`${a} === false`),t.ok(c);function g(){let v=e.let("i",(0,Vn._)`${r}.length`),F=e.let("j");t.setParams({i:v,j:F}),e.assign(c,!0),e.if((0,Vn._)`${v} > 1`,()=>(C()?B:I)(v,F))}function C(){return l.length>0&&!l.some(v=>v==="object"||v==="array")}function B(v,F){let q=e.name("item"),P=(0,UC.checkDataTypes)(l,q,A.opts.strictNumbers,UC.DataType.Wrong),M=e.const("indices",(0,Vn._)`{}`);e.for((0,Vn._)`;${v}--;`,()=>{e.let(q,(0,Vn._)`${r}[${v}]`),e.if(P,(0,Vn._)`continue`),l.length>1&&e.if((0,Vn._)`typeof ${q} == "string"`,(0,Vn._)`${q} += "_"`),e.if((0,Vn._)`typeof ${M}[${q}] == "number"`,()=>{e.assign(F,(0,Vn._)`${M}[${q}]`),t.error(),e.assign(c,!1).break()}).code((0,Vn._)`${M}[${q}] = ${v}`)})}function I(v,F){let q=(0,Bj.useFunc)(e,mj.default),P=e.name("outer");e.label(P).for((0,Vn._)`;${v}--;`,()=>e.for((0,Vn._)`${F} = ${v}; ${F}--;`,()=>e.if((0,Vn._)`${q}(${r}[${v}], ${r}[${F}])`,()=>{t.error(),e.assign(c,!1).break(P)})))}}};GC.default=Qj});var rD=ce(qC=>{"use strict";Object.defineProperty(qC,"__esModule",{value:!0});var OC=mr(),Cj=$r(),wj=bI(),bj={message:"must be equal to constant",params:({schemaCode:t})=>(0,OC._)`{allowedValue: ${t}}`},vj={keyword:"const",$data:!0,error:bj,code(t){let{gen:e,data:r,$data:i,schemaCode:n,schema:s}=t;i||s&&typeof s=="object"?t.fail$data((0,OC._)`!${(0,Cj.useFunc)(e,wj.default)}(${r}, ${n})`):t.fail((0,OC._)`${s} !== ${r}`)}};qC.default=vj});var iD=ce(LC=>{"use strict";Object.defineProperty(LC,"__esModule",{value:!0});var Nd=mr(),xj=$r(),_j=bI(),Sj={message:"must be equal to one of the allowed values",params:({schemaCode:t})=>(0,Nd._)`{allowedValues: ${t}}`},Dj={keyword:"enum",schemaType:"array",$data:!0,error:Sj,code(t){let{gen:e,data:r,$data:i,schema:n,schemaCode:s,it:a}=t;if(!i&&n.length===0)throw new Error("enum must have non-empty array");let A=n.length>=a.opts.loopEnum,c,l=()=>c??(c=(0,xj.useFunc)(e,_j.default)),g;if(A||i)g=e.let("valid"),t.block$data(g,C);else{if(!Array.isArray(n))throw new Error("ajv implementation error");let I=e.const("vSchema",s);g=(0,Nd.or)(...n.map((v,F)=>B(I,F)))}t.pass(g);function C(){e.assign(g,!1),e.forOf("v",s,I=>e.if((0,Nd._)`${l()}(${r}, ${I})`,()=>e.assign(g,!0).break()))}function B(I,v){let F=n[v];return typeof F=="object"&&F!==null?(0,Nd._)`${l()}(${r}, ${I}[${v}])`:(0,Nd._)`${r} === ${F}`}}};LC.default=Dj});var nD=ce(PC=>{"use strict";Object.defineProperty(PC,"__esModule",{value:!0});var Rj=YS(),Nj=JS(),Fj=VS(),Tj=WS(),kj=zS(),Mj=XS(),Uj=ZS(),Gj=tD(),Oj=rD(),qj=iD(),Lj=[Rj.default,Nj.default,Fj.default,Tj.default,kj.default,Mj.default,Uj.default,Gj.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},Oj.default,qj.default];PC.default=Lj});var jC=ce(Fd=>{"use strict";Object.defineProperty(Fd,"__esModule",{value:!0});Fd.validateAdditionalItems=void 0;var nl=mr(),HC=$r(),Pj={message:({params:{len:t}})=>(0,nl.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,nl._)`{limit: ${t}}`},Hj={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Pj,code(t){let{parentSchema:e,it:r}=t,{items:i}=e;if(!Array.isArray(i)){(0,HC.checkStrictMode)(r,'"additionalItems" is ignored when "items" is not an array of schemas');return}sD(t,i)}};function sD(t,e){let{gen:r,schema:i,data:n,keyword:s,it:a}=t;a.items=!0;let A=r.const("len",(0,nl._)`${n}.length`);if(i===!1)t.setParams({len:e.length}),t.pass((0,nl._)`${A} <= ${e.length}`);else if(typeof i=="object"&&!(0,HC.alwaysValidSchema)(a,i)){let l=r.var("valid",(0,nl._)`${A} <= ${e.length}`);r.if((0,nl.not)(l),()=>c(l)),t.ok(l)}function c(l){r.forRange("i",e.length,A,g=>{t.subschema({keyword:s,dataProp:g,dataPropType:HC.Type.Num},l),a.allErrors||r.if((0,nl.not)(l),()=>r.break())})}}Fd.validateAdditionalItems=sD;Fd.default=Hj});var YC=ce(Td=>{"use strict";Object.defineProperty(Td,"__esModule",{value:!0});Td.validateTuple=void 0;var aD=mr(),vI=$r(),jj=eA(),Yj={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(t){let{schema:e,it:r}=t;if(Array.isArray(e))return AD(t,"additionalItems",e);r.items=!0,!(0,vI.alwaysValidSchema)(r,e)&&t.ok((0,jj.validateArray)(t))}};function AD(t,e,r=t.schema){let{gen:i,parentSchema:n,data:s,keyword:a,it:A}=t;g(n),A.opts.unevaluated&&r.length&&A.items!==!0&&(A.items=vI.mergeEvaluated.items(i,r.length,A.items));let c=i.name("valid"),l=i.const("len",(0,aD._)`${s}.length`);r.forEach((C,B)=>{(0,vI.alwaysValidSchema)(A,C)||(i.if((0,aD._)`${l} > ${B}`,()=>t.subschema({keyword:a,schemaProp:B,dataProp:B},c)),t.ok(c))});function g(C){let{opts:B,errSchemaPath:I}=A,v=r.length,F=v===C.minItems&&(v===C.maxItems||C[e]===!1);if(B.strictTuples&&!F){let q=`"${a}" is ${v}-tuple, but minItems or maxItems/${e} are not specified or different at path "${I}"`;(0,vI.checkStrictMode)(A,q,B.strictTuples)}}}Td.validateTuple=AD;Td.default=Yj});var oD=ce(JC=>{"use strict";Object.defineProperty(JC,"__esModule",{value:!0});var Jj=YC(),$j={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:t=>(0,Jj.validateTuple)(t,"items")};JC.default=$j});var uD=ce($C=>{"use strict";Object.defineProperty($C,"__esModule",{value:!0});var cD=mr(),Kj=$r(),Vj=eA(),Wj=jC(),zj={message:({params:{len:t}})=>(0,cD.str)`must NOT have more than ${t} items`,params:({params:{len:t}})=>(0,cD._)`{limit: ${t}}`},Xj={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:zj,code(t){let{schema:e,parentSchema:r,it:i}=t,{prefixItems:n}=r;i.items=!0,!(0,Kj.alwaysValidSchema)(i,e)&&(n?(0,Wj.validateAdditionalItems)(t,n):t.ok((0,Vj.validateArray)(t)))}};$C.default=Xj});var lD=ce(KC=>{"use strict";Object.defineProperty(KC,"__esModule",{value:!0});var rA=mr(),xI=$r(),Zj={message:({params:{min:t,max:e}})=>e===void 0?(0,rA.str)`must contain at least ${t} valid item(s)`:(0,rA.str)`must contain at least ${t} and no more than ${e} valid item(s)`,params:({params:{min:t,max:e}})=>e===void 0?(0,rA._)`{minContains: ${t}}`:(0,rA._)`{minContains: ${t}, maxContains: ${e}}`},eY={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:Zj,code(t){let{gen:e,schema:r,parentSchema:i,data:n,it:s}=t,a,A,{minContains:c,maxContains:l}=i;s.opts.next?(a=c===void 0?1:c,A=l):a=1;let g=e.const("len",(0,rA._)`${n}.length`);if(t.setParams({min:a,max:A}),A===void 0&&a===0){(0,xI.checkStrictMode)(s,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(A!==void 0&&a>A){(0,xI.checkStrictMode)(s,'"minContains" > "maxContains" is always invalid'),t.fail();return}if((0,xI.alwaysValidSchema)(s,r)){let F=(0,rA._)`${g} >= ${a}`;A!==void 0&&(F=(0,rA._)`${F} && ${g} <= ${A}`),t.pass(F);return}s.items=!0;let C=e.name("valid");A===void 0&&a===1?I(C,()=>e.if(C,()=>e.break())):a===0?(e.let(C,!0),A!==void 0&&e.if((0,rA._)`${n}.length > 0`,B)):(e.let(C,!1),B()),t.result(C,()=>t.reset());function B(){let F=e.name("_valid"),q=e.let("count",0);I(F,()=>e.if(F,()=>v(q)))}function I(F,q){e.forRange("i",0,g,P=>{t.subschema({keyword:"contains",dataProp:P,dataPropType:xI.Type.Num,compositeRule:!0},F),q()})}function v(F){e.code((0,rA._)`${F}++`),A===void 0?e.if((0,rA._)`${F} >= ${a}`,()=>e.assign(C,!0).break()):(e.if((0,rA._)`${F} > ${A}`,()=>e.assign(C,!1).break()),a===1?e.assign(C,!0):e.if((0,rA._)`${F} >= ${a}`,()=>e.assign(C,!0)))}}};KC.default=eY});var gD=ce(Eo=>{"use strict";Object.defineProperty(Eo,"__esModule",{value:!0});Eo.validateSchemaDeps=Eo.validatePropertyDeps=Eo.error=void 0;var VC=mr(),tY=$r(),kd=eA();Eo.error={message:({params:{property:t,depsCount:e,deps:r}})=>{let i=e===1?"property":"properties";return(0,VC.str)`must have ${i} ${r} when property ${t} is present`},params:({params:{property:t,depsCount:e,deps:r,missingProperty:i}})=>(0,VC._)`{property: ${t},
53
53
  missingProperty: ${i},
54
54
  depsCount: ${e},
55
55
  deps: ${r}}`};var rY={keyword:"dependencies",type:"object",schemaType:"object",error:Eo.error,code(t){let[e,r]=iY(t);fD(t,e),hD(t,r)}};function iY({schema:t}){let e={},r={};for(let i in t){if(i==="__proto__")continue;let n=Array.isArray(t[i])?e:r;n[i]=t[i]}return[e,r]}function fD(t,e=t.schema){let{gen:r,data:i,it:n}=t;if(Object.keys(e).length===0)return;let s=r.let("missing");for(let a in e){let A=e[a];if(A.length===0)continue;let c=(0,kd.propertyInData)(r,i,a,n.opts.ownProperties);t.setParams({property:a,depsCount:A.length,deps:A.join(", ")}),n.allErrors?r.if(c,()=>{for(let l of A)(0,kd.checkReportMissingProp)(t,l)}):(r.if((0,VC._)`${c} && (${(0,kd.checkMissingProp)(t,A,s)})`),(0,kd.reportMissingProp)(t,s),r.else())}}Eo.validatePropertyDeps=fD;function hD(t,e=t.schema){let{gen:r,data:i,keyword:n,it:s}=t,a=r.name("valid");for(let A in e)(0,tY.alwaysValidSchema)(s,e[A])||(r.if((0,kd.propertyInData)(r,i,A,s.opts.ownProperties),()=>{let c=t.subschema({keyword:n,schemaProp:A},a);t.mergeValidEvaluated(c,a)},()=>r.var(a,!0)),t.ok(a))}Eo.validateSchemaDeps=hD;Eo.default=rY});var pD=ce(WC=>{"use strict";Object.defineProperty(WC,"__esModule",{value:!0});var dD=mr(),nY=$r(),sY={message:"property name must be valid",params:({params:t})=>(0,dD._)`{propertyName: ${t.propertyName}}`},aY={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:sY,code(t){let{gen:e,schema:r,data:i,it:n}=t;if((0,nY.alwaysValidSchema)(n,r))return;let s=e.name("valid");e.forIn("key",i,a=>{t.setParams({propertyName:a}),t.subschema({keyword:"propertyNames",data:a,dataTypes:["string"],propertyName:a,compositeRule:!0},s),e.if((0,dD.not)(s),()=>{t.error(!0),n.allErrors||e.break()})}),t.ok(s)}};WC.default=aY});var XC=ce(zC=>{"use strict";Object.defineProperty(zC,"__esModule",{value:!0});var _I=eA(),_A=mr(),AY=ac(),SI=$r(),oY={message:"must NOT have additional properties",params:({params:t})=>(0,_A._)`{additionalProperty: ${t.additionalProperty}}`},cY={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:oY,code(t){let{gen:e,schema:r,parentSchema:i,data:n,errsCount:s,it:a}=t;if(!s)throw new Error("ajv implementation error");let{allErrors:A,opts:c}=a;if(a.props=!0,c.removeAdditional!=="all"&&(0,SI.alwaysValidSchema)(a,r))return;let l=(0,_I.allSchemaProperties)(i.properties),g=(0,_I.allSchemaProperties)(i.patternProperties);C(),t.ok((0,_A._)`${s} === ${AY.default.errors}`);function C(){e.forIn("key",n,q=>{!l.length&&!g.length?v(q):e.if(B(q),()=>v(q))})}function B(q){let P;if(l.length>8){let M=(0,SI.schemaRefOrVal)(a,i.properties,"properties");P=(0,_I.isOwnProperty)(e,M,q)}else l.length?P=(0,_A.or)(...l.map(M=>(0,_A._)`${q} === ${M}`)):P=_A.nil;return g.length&&(P=(0,_A.or)(P,...g.map(M=>(0,_A._)`${(0,_I.usePattern)(t,M)}.test(${q})`))),(0,_A.not)(P)}function I(q){e.code((0,_A._)`delete ${n}[${q}]`)}function v(q){if(c.removeAdditional==="all"||c.removeAdditional&&r===!1){I(q);return}if(r===!1){t.setParams({additionalProperty:q}),t.error(),A||e.break();return}if(typeof r=="object"&&!(0,SI.alwaysValidSchema)(a,r)){let P=e.name("valid");c.removeAdditional==="failing"?(F(q,P,!1),e.if((0,_A.not)(P),()=>{t.reset(),I(q)})):(F(q,P),A||e.if((0,_A.not)(P),()=>e.break()))}}function F(q,P,M){let W={keyword:"additionalProperties",dataProp:q,dataPropType:SI.Type.Str};M===!1&&Object.assign(W,{compositeRule:!0,createErrors:!1,allErrors:!1}),t.subschema(W,P)}}};zC.default=cY});var BD=ce(ew=>{"use strict";Object.defineProperty(ew,"__esModule",{value:!0});var uY=Cd(),ED=eA(),ZC=$r(),ID=XC(),lY={keyword:"properties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,parentSchema:i,data:n,it:s}=t;s.opts.removeAdditional==="all"&&i.additionalProperties===void 0&&ID.default.code(new uY.KeywordCxt(s,ID.default,"additionalProperties"));let a=(0,ED.allSchemaProperties)(r);for(let C of a)s.definedProperties.add(C);s.opts.unevaluated&&a.length&&s.props!==!0&&(s.props=ZC.mergeEvaluated.props(e,(0,ZC.toHash)(a),s.props));let A=a.filter(C=>!(0,ZC.alwaysValidSchema)(s,r[C]));if(A.length===0)return;let c=e.name("valid");for(let C of A)l(C)?g(C):(e.if((0,ED.propertyInData)(e,n,C,s.opts.ownProperties)),g(C),s.allErrors||e.else().var(c,!0),e.endIf()),t.it.definedProperties.add(C),t.ok(c);function l(C){return s.opts.useDefaults&&!s.compositeRule&&r[C].default!==void 0}function g(C){t.subschema({keyword:"properties",schemaProp:C,dataProp:C},c)}}};ew.default=lY});var CD=ce(tw=>{"use strict";Object.defineProperty(tw,"__esModule",{value:!0});var mD=eA(),DI=mr(),yD=$r(),QD=$r(),fY={keyword:"patternProperties",type:"object",schemaType:"object",code(t){let{gen:e,schema:r,data:i,parentSchema:n,it:s}=t,{opts:a}=s,A=(0,mD.allSchemaProperties)(r),c=A.filter(F=>(0,yD.alwaysValidSchema)(s,r[F]));if(A.length===0||c.length===A.length&&(!s.opts.unevaluated||s.props===!0))return;let l=a.strictSchema&&!a.allowMatchingProperties&&n.properties,g=e.name("valid");s.props!==!0&&!(s.props instanceof DI.Name)&&(s.props=(0,QD.evaluatedPropsToName)(e,s.props));let{props:C}=s;B();function B(){for(let F of A)l&&I(F),s.allErrors?v(F):(e.var(g,!0),v(F),e.if(g))}function I(F){for(let q in l)new RegExp(F).test(q)&&(0,yD.checkStrictMode)(s,`property ${q} matches pattern ${F} (use allowMatchingProperties)`)}function v(F){e.forIn("key",i,q=>{e.if((0,DI._)`${(0,mD.usePattern)(t,F)}.test(${q})`,()=>{let P=c.includes(F);P||t.subschema({keyword:"patternProperties",schemaProp:F,dataProp:q,dataPropType:QD.Type.Str},g),s.opts.unevaluated&&C!==!0?e.assign((0,DI._)`${C}[${q}]`,!0):!P&&!s.allErrors&&e.if((0,DI.not)(g),()=>e.break())})})}}};tw.default=fY});var wD=ce(rw=>{"use strict";Object.defineProperty(rw,"__esModule",{value:!0});var hY=$r(),gY={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(t){let{gen:e,schema:r,it:i}=t;if((0,hY.alwaysValidSchema)(i,r)){t.fail();return}let n=e.name("valid");t.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},n),t.failResult(n,()=>t.reset(),()=>t.error())},error:{message:"must NOT be valid"}};rw.default=gY});var bD=ce(iw=>{"use strict";Object.defineProperty(iw,"__esModule",{value:!0});var dY=eA(),pY={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:dY.validateUnion,error:{message:"must match a schema in anyOf"}};iw.default=pY});var vD=ce(nw=>{"use strict";Object.defineProperty(nw,"__esModule",{value:!0});var RI=mr(),EY=$r(),IY={message:"must match exactly one schema in oneOf",params:({params:t})=>(0,RI._)`{passingSchemas: ${t.passing}}`},BY={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:IY,code(t){let{gen:e,schema:r,parentSchema:i,it:n}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");if(n.opts.discriminator&&i.discriminator)return;let s=r,a=e.let("valid",!1),A=e.let("passing",null),c=e.name("_valid");t.setParams({passing:A}),e.block(l),t.result(a,()=>t.reset(),()=>t.error(!0));function l(){s.forEach((g,C)=>{let B;(0,EY.alwaysValidSchema)(n,g)?e.var(c,!0):B=t.subschema({keyword:"oneOf",schemaProp:C,compositeRule:!0},c),C>0&&e.if((0,RI._)`${c} && ${a}`).assign(a,!1).assign(A,(0,RI._)`[${A}, ${C}]`).else(),e.if(c,()=>{e.assign(a,!0),e.assign(A,C),B&&t.mergeEvaluated(B,RI.Name)})})}}};nw.default=BY});var xD=ce(sw=>{"use strict";Object.defineProperty(sw,"__esModule",{value:!0});var mY=$r(),yY={keyword:"allOf",schemaType:"array",code(t){let{gen:e,schema:r,it:i}=t;if(!Array.isArray(r))throw new Error("ajv implementation error");let n=e.name("valid");r.forEach((s,a)=>{if((0,mY.alwaysValidSchema)(i,s))return;let A=t.subschema({keyword:"allOf",schemaProp:a},n);t.ok(n),t.mergeEvaluated(A)})}};sw.default=yY});var DD=ce(aw=>{"use strict";Object.defineProperty(aw,"__esModule",{value:!0});var NI=mr(),SD=$r(),QY={message:({params:t})=>(0,NI.str)`must match "${t.ifClause}" schema`,params:({params:t})=>(0,NI._)`{failingKeyword: ${t.ifClause}}`},CY={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:QY,code(t){let{gen:e,parentSchema:r,it:i}=t;r.then===void 0&&r.else===void 0&&(0,SD.checkStrictMode)(i,'"if" without "then" and "else" is ignored');let n=_D(i,"then"),s=_D(i,"else");if(!n&&!s)return;let a=e.let("valid",!0),A=e.name("_valid");if(c(),t.reset(),n&&s){let g=e.let("ifClause");t.setParams({ifClause:g}),e.if(A,l("then",g),l("else",g))}else n?e.if(A,l("then")):e.if((0,NI.not)(A),l("else"));t.pass(a,()=>t.error(!0));function c(){let g=t.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},A);t.mergeEvaluated(g)}function l(g,C){return()=>{let B=t.subschema({keyword:g},A);e.assign(a,A),t.mergeValidEvaluated(B,a),C?e.assign(C,(0,NI._)`${g}`):t.setParams({ifClause:g})}}}};function _D(t,e){let r=t.schema[e];return r!==void 0&&!(0,SD.alwaysValidSchema)(t,r)}aw.default=CY});var RD=ce(Aw=>{"use strict";Object.defineProperty(Aw,"__esModule",{value:!0});var wY=$r(),bY={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:t,parentSchema:e,it:r}){e.if===void 0&&(0,wY.checkStrictMode)(r,`"${t}" without "if" is ignored`)}};Aw.default=bY});var ND=ce(ow=>{"use strict";Object.defineProperty(ow,"__esModule",{value:!0});var vY=jC(),xY=oD(),_Y=YC(),SY=uD(),DY=lD(),RY=gD(),NY=pD(),FY=XC(),TY=BD(),kY=CD(),MY=wD(),UY=bD(),GY=vD(),OY=xD(),qY=DD(),LY=RD();function PY(t=!1){let e=[MY.default,UY.default,GY.default,OY.default,qY.default,LY.default,NY.default,FY.default,RY.default,TY.default,kY.default];return t?e.push(xY.default,SY.default):e.push(vY.default,_Y.default),e.push(DY.default),e}ow.default=PY});var FD=ce(cw=>{"use strict";Object.defineProperty(cw,"__esModule",{value:!0});var An=mr(),HY={message:({schemaCode:t})=>(0,An.str)`must match format "${t}"`,params:({schemaCode:t})=>(0,An._)`{format: ${t}}`},jY={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:HY,code(t,e){let{gen:r,data:i,$data:n,schema:s,schemaCode:a,it:A}=t,{opts:c,errSchemaPath:l,schemaEnv:g,self:C}=A;if(!c.validateFormats)return;n?B():I();function B(){let v=r.scopeValue("formats",{ref:C.formats,code:c.code.formats}),F=r.const("fDef",(0,An._)`${v}[${a}]`),q=r.let("fType"),P=r.let("format");r.if((0,An._)`typeof ${F} == "object" && !(${F} instanceof RegExp)`,()=>r.assign(q,(0,An._)`${F}.type || "string"`).assign(P,(0,An._)`${F}.validate`),()=>r.assign(q,(0,An._)`"string"`).assign(P,F)),t.fail$data((0,An.or)(M(),W()));function M(){return c.strictSchema===!1?An.nil:(0,An._)`${a} && !${P}`}function W(){let ne=g.$async?(0,An._)`(${F}.async ? await ${P}(${i}) : ${P}(${i}))`:(0,An._)`${P}(${i})`,ie=(0,An._)`(typeof ${P} == "function" ? ${ne} : ${P}.test(${i}))`;return(0,An._)`${P} && ${P} !== true && ${q} === ${e} && !${ie}`}}function I(){let v=C.formats[s];if(!v){M();return}if(v===!0)return;let[F,q,P]=W(v);F===e&&t.pass(ne());function M(){if(c.strictSchema===!1){C.logger.warn(ie());return}throw new Error(ie());function ie(){return`unknown format "${s}" ignored in schema at path "${l}"`}}function W(ie){let T=ie instanceof RegExp?(0,An.regexpCode)(ie):c.code.formats?(0,An._)`${c.code.formats}${(0,An.getProperty)(s)}`:void 0,D=r.scopeValue("formats",{key:s,ref:ie,code:T});return typeof ie=="object"&&!(ie instanceof RegExp)?[ie.type||"string",ie.validate,(0,An._)`${D}.validate`]:["string",ie,D]}function ne(){if(typeof v=="object"&&!(v instanceof RegExp)&&v.async){if(!g.$async)throw new Error("async format in sync schema");return(0,An._)`await ${P}(${i})`}return typeof q=="function"?(0,An._)`${P}(${i})`:(0,An._)`${P}.test(${i})`}}}};cw.default=jY});var TD=ce(uw=>{"use strict";Object.defineProperty(uw,"__esModule",{value:!0});var YY=FD(),JY=[YY.default];uw.default=JY});var kD=ce(Uf=>{"use strict";Object.defineProperty(Uf,"__esModule",{value:!0});Uf.contentVocabulary=Uf.metadataVocabulary=void 0;Uf.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];Uf.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var UD=ce(lw=>{"use strict";Object.defineProperty(lw,"__esModule",{value:!0});var $Y=jS(),KY=nD(),VY=ND(),WY=TD(),MD=kD(),zY=[$Y.default,KY.default,(0,VY.default)(),WY.default,MD.metadataVocabulary,MD.contentVocabulary];lw.default=zY});var GD=ce(Md=>{"use strict";Object.defineProperty(Md,"__esModule",{value:!0});Md.DiscrError=void 0;var XY;(function(t){t.Tag="tag",t.Mapping="mapping"})(XY=Md.DiscrError||(Md.DiscrError={}))});var qD=ce(hw=>{"use strict";Object.defineProperty(hw,"__esModule",{value:!0});var Gf=mr(),fw=GD(),OD=hI(),ZY=$r(),e9={message:({params:{discrError:t,tagName:e}})=>t===fw.DiscrError.Tag?`tag "${e}" must be string`:`value of tag "${e}" must be in oneOf`,params:({params:{discrError:t,tag:e,tagName:r}})=>(0,Gf._)`{error: ${t}, tag: ${r}, tagValue: ${e}}`},t9={keyword:"discriminator",type:"object",schemaType:"object",error:e9,code(t){let{gen:e,data:r,schema:i,parentSchema:n,it:s}=t,{oneOf:a}=n;if(!s.opts.discriminator)throw new Error("discriminator: requires discriminator option");let A=i.propertyName;if(typeof A!="string")throw new Error("discriminator: requires propertyName");if(i.mapping)throw new Error("discriminator: mapping is not supported");if(!a)throw new Error("discriminator: requires oneOf keyword");let c=e.let("valid",!1),l=e.const("tag",(0,Gf._)`${r}${(0,Gf.getProperty)(A)}`);e.if((0,Gf._)`typeof ${l} == "string"`,()=>g(),()=>t.error(!1,{discrError:fw.DiscrError.Tag,tag:l,tagName:A})),t.ok(c);function g(){let I=B();e.if(!1);for(let v in I)e.elseIf((0,Gf._)`${l} === ${v}`),e.assign(c,C(I[v]));e.else(),t.error(!1,{discrError:fw.DiscrError.Mapping,tag:l,tagName:A}),e.endIf()}function C(I){let v=e.name("valid"),F=t.subschema({keyword:"oneOf",schemaProp:I},v);return t.mergeEvaluated(F,Gf.Name),v}function B(){var I;let v={},F=P(n),q=!0;for(let ne=0;ne<a.length;ne++){let ie=a[ne];ie?.$ref&&!(0,ZY.schemaHasRulesButRef)(ie,s.self.RULES)&&(ie=OD.resolveRef.call(s.self,s.schemaEnv.root,s.baseId,ie?.$ref),ie instanceof OD.SchemaEnv&&(ie=ie.schema));let T=(I=ie?.properties)===null||I===void 0?void 0:I[A];if(typeof T!="object")throw new Error(`discriminator: oneOf subschemas (or referenced schemas) must have "properties/${A}"`);q=q&&(F||P(ie)),M(T,ne)}if(!q)throw new Error(`discriminator: "${A}" must be required`);return v;function P({required:ne}){return Array.isArray(ne)&&ne.includes(A)}function M(ne,ie){if(ne.const)W(ne.const,ie);else if(ne.enum)for(let T of ne.enum)W(T,ie);else throw new Error(`discriminator: "properties/${A}" must have "const" or "enum"`)}function W(ne,ie){if(typeof ne!="string"||ne in v)throw new Error(`discriminator: "${A}" values must be unique strings`);v[ne]=ie}}}};hw.default=t9});var LD=ce((pne,r9)=>{r9.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var gw=ce((Li,HD)=>{"use strict";Object.defineProperty(Li,"__esModule",{value:!0});Li.MissingRefError=Li.ValidationError=Li.CodeGen=Li.Name=Li.nil=Li.stringify=Li.str=Li._=Li.KeywordCxt=void 0;var i9=GS(),n9=UD(),s9=qD(),PD=LD(),a9=["/properties"],FI="http://json-schema.org/draft-07/schema",TI=class extends i9.default{_addVocabularies(){super._addVocabularies(),n9.default.forEach(e=>this.addVocabulary(e)),this.opts.discriminator&&this.addKeyword(s9.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let e=this.opts.$data?this.$dataMetaSchema(PD,a9):PD;this.addMetaSchema(e,FI,!1),this.refs["http://json-schema.org/schema"]=FI}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(FI)?FI:void 0)}};HD.exports=Li=TI;Object.defineProperty(Li,"__esModule",{value:!0});Li.default=TI;var A9=Cd();Object.defineProperty(Li,"KeywordCxt",{enumerable:!0,get:function(){return A9.KeywordCxt}});var Of=mr();Object.defineProperty(Li,"_",{enumerable:!0,get:function(){return Of._}});Object.defineProperty(Li,"str",{enumerable:!0,get:function(){return Of.str}});Object.defineProperty(Li,"stringify",{enumerable:!0,get:function(){return Of.stringify}});Object.defineProperty(Li,"nil",{enumerable:!0,get:function(){return Of.nil}});Object.defineProperty(Li,"Name",{enumerable:!0,get:function(){return Of.Name}});Object.defineProperty(Li,"CodeGen",{enumerable:!0,get:function(){return Of.CodeGen}});var o9=rI();Object.defineProperty(Li,"ValidationError",{enumerable:!0,get:function(){return o9.default}});var c9=AI();Object.defineProperty(Li,"MissingRefError",{enumerable:!0,get:function(){return c9.default}})});var VD=ce(Bo=>{"use strict";Object.defineProperty(Bo,"__esModule",{value:!0});Bo.formatNames=Bo.fastFormats=Bo.fullFormats=void 0;function qf(t,e){return{validate:t,compare:e}}Bo.fullFormats={date:qf(JD,Ew),time:qf($D,Iw),"date-time":qf(h9,KD),duration:/^P(?!$)((\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+S)?)?|(\d+W)?)$/,uri:p9,"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":/^(?:(?:[^\x00-\x20"'<>%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,url:/^(?:https?|ftp):\/\/(?:\S+(?::\S*)?@)?(?:(?!(?:10|127)(?:\.\d{1,3}){3})(?!(?:169\.254|192\.168)(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)(?:\.(?:[a-z0-9\u{00a1}-\u{ffff}]+-)*[a-z0-9\u{00a1}-\u{ffff}]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:/^(?=.{1,253}\.?$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[-0-9a-z]{0,61}[0-9a-z])?)*\.?$/i,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^((([0-9a-f]{1,4}:){7}([0-9a-f]{1,4}|:))|(([0-9a-f]{1,4}:){6}(:[0-9a-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){5}(((:[0-9a-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9a-f]{1,4}:){4}(((:[0-9a-f]{1,4}){1,3})|((:[0-9a-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){3}(((:[0-9a-f]{1,4}){1,4})|((:[0-9a-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){2}(((:[0-9a-f]{1,4}){1,5})|((:[0-9a-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9a-f]{1,4}:){1}(((:[0-9a-f]{1,4}){1,6})|((:[0-9a-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9a-f]{1,4}){1,7})|((:[0-9a-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))$/i,regex:C9,uuid:/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,"json-pointer":/^(?:\/(?:[^~/]|~0|~1)*)*$/,"json-pointer-uri-fragment":/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,"relative-json-pointer":/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/,byte:E9,int32:{type:"number",validate:m9},int64:{type:"number",validate:y9},float:{type:"number",validate:YD},double:{type:"number",validate:YD},password:!0,binary:!0};Bo.fastFormats={...Bo.fullFormats,date:qf(/^\d\d\d\d-[0-1]\d-[0-3]\d$/,Ew),time:qf(/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,Iw),"date-time":qf(/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,KD),uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i};Bo.formatNames=Object.keys(Bo.fullFormats);function u9(t){return t%4===0&&(t%100!==0||t%400===0)}var l9=/^(\d\d\d\d)-(\d\d)-(\d\d)$/,f9=[0,31,28,31,30,31,30,31,31,30,31,30,31];function JD(t){let e=l9.exec(t);if(!e)return!1;let r=+e[1],i=+e[2],n=+e[3];return i>=1&&i<=12&&n>=1&&n<=(i===2&&u9(r)?29:f9[i])}function Ew(t,e){if(t&&e)return t>e?1:t<e?-1:0}var dw=/^(\d\d):(\d\d):(\d\d)(\.\d+)?(z|[+-]\d\d(?::?\d\d)?)?$/i;function $D(t,e){let r=dw.exec(t);if(!r)return!1;let i=+r[1],n=+r[2],s=+r[3],a=r[5];return(i<=23&&n<=59&&s<=59||i===23&&n===59&&s===60)&&(!e||a!=="")}function Iw(t,e){if(!(t&&e))return;let r=dw.exec(t),i=dw.exec(e);if(r&&i)return t=r[1]+r[2]+r[3]+(r[4]||""),e=i[1]+i[2]+i[3]+(i[4]||""),t>e?1:t<e?-1:0}var pw=/t|\s/i;function h9(t){let e=t.split(pw);return e.length===2&&JD(e[0])&&$D(e[1],!0)}function KD(t,e){if(!(t&&e))return;let[r,i]=t.split(pw),[n,s]=e.split(pw),a=Ew(r,n);if(a!==void 0)return a||Iw(i,s)}var g9=/\/|:/,d9=/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'()*+,;=:@]|%[0-9a-f]{2})*)*)(?:\?(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i;function p9(t){return g9.test(t)&&d9.test(t)}var jD=/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/gm;function E9(t){return jD.lastIndex=0,jD.test(t)}var I9=-(2**31),B9=2**31-1;function m9(t){return Number.isInteger(t)&&t<=B9&&t>=I9}function y9(t){return Number.isInteger(t)}function YD(){return!0}var Q9=/[^\\]\\Z/;function C9(t){if(Q9.test(t))return!1;try{return new RegExp(t),!0}catch{return!1}}});var WD=ce(Lf=>{"use strict";Object.defineProperty(Lf,"__esModule",{value:!0});Lf.formatLimitDefinition=void 0;var w9=gw(),SA=mr(),eu=SA.operators,kI={formatMaximum:{okStr:"<=",ok:eu.LTE,fail:eu.GT},formatMinimum:{okStr:">=",ok:eu.GTE,fail:eu.LT},formatExclusiveMaximum:{okStr:"<",ok:eu.LT,fail:eu.GTE},formatExclusiveMinimum:{okStr:">",ok:eu.GT,fail:eu.LTE}},b9={message:({keyword:t,schemaCode:e})=>SA.str`should be ${kI[t].okStr} ${e}`,params:({keyword:t,schemaCode:e})=>SA._`{comparison: ${kI[t].okStr}, limit: ${e}}`};Lf.formatLimitDefinition={keyword:Object.keys(kI),type:"string",schemaType:"string",$data:!0,error:b9,code(t){let{gen:e,data:r,schemaCode:i,keyword:n,it:s}=t,{opts:a,self:A}=s;if(!a.validateFormats)return;let c=new w9.KeywordCxt(s,A.RULES.all.format.definition,"format");c.$data?l():g();function l(){let B=e.scopeValue("formats",{ref:A.formats,code:a.code.formats}),I=e.const("fmt",SA._`${B}[${c.schemaCode}]`);t.fail$data(SA.or(SA._`typeof ${I} != "object"`,SA._`${I} instanceof RegExp`,SA._`typeof ${I}.compare != "function"`,C(I)))}function g(){let B=c.schema,I=A.formats[B];if(!I||I===!0)return;if(typeof I!="object"||I instanceof RegExp||typeof I.compare!="function")throw new Error(`"${n}": format "${B}" does not define "compare" function`);let v=e.scopeValue("formats",{key:B,ref:I,code:a.code.formats?SA._`${a.code.formats}${SA.getProperty(B)}`:void 0});t.fail$data(C(v))}function C(B){return SA._`${B}.compare(${r}, ${i}) ${kI[n].fail} 0`}},dependencies:["format"]};var v9=t=>(t.addKeyword(Lf.formatLimitDefinition),t);Lf.default=v9});var eR=ce((Ud,ZD)=>{"use strict";Object.defineProperty(Ud,"__esModule",{value:!0});var Pf=VD(),x9=WD(),Bw=mr(),zD=new Bw.Name("fullFormats"),_9=new Bw.Name("fastFormats"),mw=(t,e={keywords:!0})=>{if(Array.isArray(e))return XD(t,e,Pf.fullFormats,zD),t;let[r,i]=e.mode==="fast"?[Pf.fastFormats,_9]:[Pf.fullFormats,zD],n=e.formats||Pf.formatNames;return XD(t,n,r,i),e.keywords&&x9.default(t),t};mw.get=(t,e="full")=>{let i=(e==="fast"?Pf.fastFormats:Pf.fullFormats)[t];if(!i)throw new Error(`Unknown format "${t}"`);return i};function XD(t,e,r,i){var n,s;(n=(s=t.opts.code).formats)!==null&&n!==void 0||(s.formats=Bw._`require("ajv-formats/dist/formats").${i}`);for(let a of e)t.addFormat(a,r[a])}ZD.exports=Ud=mw;Object.defineProperty(Ud,"__esModule",{value:!0});Ud.default=mw});var Gd=ce((Qne,tR)=>{var U9="2.0.0",G9=Number.MAX_SAFE_INTEGER||9007199254740991,O9=16;tR.exports={SEMVER_SPEC_VERSION:U9,MAX_LENGTH:256,MAX_SAFE_INTEGER:G9,MAX_SAFE_COMPONENT_LENGTH:O9}});var Od=ce((Cne,rR)=>{var q9=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};rR.exports=q9});var sl=ce((tu,iR)=>{var{MAX_SAFE_COMPONENT_LENGTH:Cw}=Gd(),L9=Od();tu=iR.exports={};var P9=tu.re=[],Wt=tu.src=[],zt=tu.t={},H9=0,yr=(t,e,r)=>{let i=H9++;L9(t,i,e),zt[t]=i,Wt[i]=e,P9[i]=new RegExp(e,r?"g":void 0)};yr("NUMERICIDENTIFIER","0|[1-9]\\d*");yr("NUMERICIDENTIFIERLOOSE","[0-9]+");yr("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*");yr("MAINVERSION",`(${Wt[zt.NUMERICIDENTIFIER]})\\.(${Wt[zt.NUMERICIDENTIFIER]})\\.(${Wt[zt.NUMERICIDENTIFIER]})`);yr("MAINVERSIONLOOSE",`(${Wt[zt.NUMERICIDENTIFIERLOOSE]})\\.(${Wt[zt.NUMERICIDENTIFIERLOOSE]})\\.(${Wt[zt.NUMERICIDENTIFIERLOOSE]})`);yr("PRERELEASEIDENTIFIER",`(?:${Wt[zt.NUMERICIDENTIFIER]}|${Wt[zt.NONNUMERICIDENTIFIER]})`);yr("PRERELEASEIDENTIFIERLOOSE",`(?:${Wt[zt.NUMERICIDENTIFIERLOOSE]}|${Wt[zt.NONNUMERICIDENTIFIER]})`);yr("PRERELEASE",`(?:-(${Wt[zt.PRERELEASEIDENTIFIER]}(?:\\.${Wt[zt.PRERELEASEIDENTIFIER]})*))`);yr("PRERELEASELOOSE",`(?:-?(${Wt[zt.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${Wt[zt.PRERELEASEIDENTIFIERLOOSE]})*))`);yr("BUILDIDENTIFIER","[0-9A-Za-z-]+");yr("BUILD",`(?:\\+(${Wt[zt.BUILDIDENTIFIER]}(?:\\.${Wt[zt.BUILDIDENTIFIER]})*))`);yr("FULLPLAIN",`v?${Wt[zt.MAINVERSION]}${Wt[zt.PRERELEASE]}?${Wt[zt.BUILD]}?`);yr("FULL",`^${Wt[zt.FULLPLAIN]}$`);yr("LOOSEPLAIN",`[v=\\s]*${Wt[zt.MAINVERSIONLOOSE]}${Wt[zt.PRERELEASELOOSE]}?${Wt[zt.BUILD]}?`);yr("LOOSE",`^${Wt[zt.LOOSEPLAIN]}$`);yr("GTLT","((?:<|>)?=?)");yr("XRANGEIDENTIFIERLOOSE",`${Wt[zt.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);yr("XRANGEIDENTIFIER",`${Wt[zt.NUMERICIDENTIFIER]}|x|X|\\*`);yr("XRANGEPLAIN",`[v=\\s]*(${Wt[zt.XRANGEIDENTIFIER]})(?:\\.(${Wt[zt.XRANGEIDENTIFIER]})(?:\\.(${Wt[zt.XRANGEIDENTIFIER]})(?:${Wt[zt.PRERELEASE]})?${Wt[zt.BUILD]}?)?)?`);yr("XRANGEPLAINLOOSE",`[v=\\s]*(${Wt[zt.XRANGEIDENTIFIERLOOSE]})(?:\\.(${Wt[zt.XRANGEIDENTIFIERLOOSE]})(?:\\.(${Wt[zt.XRANGEIDENTIFIERLOOSE]})(?:${Wt[zt.PRERELEASELOOSE]})?${Wt[zt.BUILD]}?)?)?`);yr("XRANGE",`^${Wt[zt.GTLT]}\\s*${Wt[zt.XRANGEPLAIN]}$`);yr("XRANGELOOSE",`^${Wt[zt.GTLT]}\\s*${Wt[zt.XRANGEPLAINLOOSE]}$`);yr("COERCE",`(^|[^\\d])(\\d{1,${Cw}})(?:\\.(\\d{1,${Cw}}))?(?:\\.(\\d{1,${Cw}}))?(?:$|[^\\d])`);yr("COERCERTL",Wt[zt.COERCE],!0);yr("LONETILDE","(?:~>?)");yr("TILDETRIM",`(\\s*)${Wt[zt.LONETILDE]}\\s+`,!0);tu.tildeTrimReplace="$1~";yr("TILDE",`^${Wt[zt.LONETILDE]}${Wt[zt.XRANGEPLAIN]}$`);yr("TILDELOOSE",`^${Wt[zt.LONETILDE]}${Wt[zt.XRANGEPLAINLOOSE]}$`);yr("LONECARET","(?:\\^)");yr("CARETTRIM",`(\\s*)${Wt[zt.LONECARET]}\\s+`,!0);tu.caretTrimReplace="$1^";yr("CARET",`^${Wt[zt.LONECARET]}${Wt[zt.XRANGEPLAIN]}$`);yr("CARETLOOSE",`^${Wt[zt.LONECARET]}${Wt[zt.XRANGEPLAINLOOSE]}$`);yr("COMPARATORLOOSE",`^${Wt[zt.GTLT]}\\s*(${Wt[zt.LOOSEPLAIN]})$|^$`);yr("COMPARATOR",`^${Wt[zt.GTLT]}\\s*(${Wt[zt.FULLPLAIN]})$|^$`);yr("COMPARATORTRIM",`(\\s*)${Wt[zt.GTLT]}\\s*(${Wt[zt.LOOSEPLAIN]}|${Wt[zt.XRANGEPLAIN]})`,!0);tu.comparatorTrimReplace="$1$2$3";yr("HYPHENRANGE",`^\\s*(${Wt[zt.XRANGEPLAIN]})\\s+-\\s+(${Wt[zt.XRANGEPLAIN]})\\s*$`);yr("HYPHENRANGELOOSE",`^\\s*(${Wt[zt.XRANGEPLAINLOOSE]})\\s+-\\s+(${Wt[zt.XRANGEPLAINLOOSE]})\\s*$`);yr("STAR","(<|>)?=?\\s*\\*");yr("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");yr("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var qd=ce((wne,nR)=>{var j9=["includePrerelease","loose","rtl"],Y9=t=>t?typeof t!="object"?{loose:!0}:j9.filter(e=>t[e]).reduce((e,r)=>(e[r]=!0,e),{}):{};nR.exports=Y9});var ww=ce((bne,AR)=>{var sR=/^[0-9]+$/,aR=(t,e)=>{let r=sR.test(t),i=sR.test(e);return r&&i&&(t=+t,e=+e),t===e?0:r&&!i?-1:i&&!r?1:t<e?-1:1},J9=(t,e)=>aR(e,t);AR.exports={compareIdentifiers:aR,rcompareIdentifiers:J9}});var is=ce((vne,lR)=>{var MI=Od(),{MAX_LENGTH:oR,MAX_SAFE_INTEGER:UI}=Gd(),{re:cR,t:uR}=sl(),$9=qd(),{compareIdentifiers:Hf}=ww(),Ea=class{constructor(e,r){if(r=$9(r),e instanceof Ea){if(e.loose===!!r.loose&&e.includePrerelease===!!r.includePrerelease)return e;e=e.version}else if(typeof e!="string")throw new TypeError(`Invalid Version: ${e}`);if(e.length>oR)throw new TypeError(`version is longer than ${oR} characters`);MI("SemVer",e,r),this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease;let i=e.trim().match(r.loose?cR[uR.LOOSE]:cR[uR.FULL]);if(!i)throw new TypeError(`Invalid Version: ${e}`);if(this.raw=e,this.major=+i[1],this.minor=+i[2],this.patch=+i[3],this.major>UI||this.major<0)throw new TypeError("Invalid major version");if(this.minor>UI||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>UI||this.patch<0)throw new TypeError("Invalid patch version");i[4]?this.prerelease=i[4].split(".").map(n=>{if(/^[0-9]+$/.test(n)){let s=+n;if(s>=0&&s<UI)return s}return n}):this.prerelease=[],this.build=i[5]?i[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(e){if(MI("SemVer.compare",this.version,this.options,e),!(e instanceof Ea)){if(typeof e=="string"&&e===this.version)return 0;e=new Ea(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof Ea||(e=new Ea(e,this.options)),Hf(this.major,e.major)||Hf(this.minor,e.minor)||Hf(this.patch,e.patch)}comparePre(e){if(e instanceof Ea||(e=new Ea(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let r=0;do{let i=this.prerelease[r],n=e.prerelease[r];if(MI("prerelease compare",r,i,n),i===void 0&&n===void 0)return 0;if(n===void 0)return 1;if(i===void 0)return-1;if(i===n)continue;return Hf(i,n)}while(++r)}compareBuild(e){e instanceof Ea||(e=new Ea(e,this.options));let r=0;do{let i=this.build[r],n=e.build[r];if(MI("prerelease compare",r,i,n),i===void 0&&n===void 0)return 0;if(n===void 0)return 1;if(i===void 0)return-1;if(i===n)continue;return Hf(i,n)}while(++r)}inc(e,r){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",r);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",r);break;case"prepatch":this.prerelease.length=0,this.inc("patch",r),this.inc("pre",r);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",r),this.inc("pre",r);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let i=this.prerelease.length;for(;--i>=0;)typeof this.prerelease[i]=="number"&&(this.prerelease[i]++,i=-2);i===-1&&this.prerelease.push(0)}r&&(Hf(this.prerelease[0],r)===0?isNaN(this.prerelease[1])&&(this.prerelease=[r,0]):this.prerelease=[r,0]);break;default:throw new Error(`invalid increment argument: ${e}`)}return this.format(),this.raw=this.version,this}};lR.exports=Ea});var al=ce((xne,dR)=>{var{MAX_LENGTH:K9}=Gd(),{re:fR,t:hR}=sl(),gR=is(),V9=qd(),W9=(t,e)=>{if(e=V9(e),t instanceof gR)return t;if(typeof t!="string"||t.length>K9||!(e.loose?fR[hR.LOOSE]:fR[hR.FULL]).test(t))return null;try{return new gR(t,e)}catch{return null}};dR.exports=W9});var ER=ce((_ne,pR)=>{var z9=al(),X9=(t,e)=>{let r=z9(t,e);return r?r.version:null};pR.exports=X9});var BR=ce((Sne,IR)=>{var Z9=al(),e7=(t,e)=>{let r=Z9(t.trim().replace(/^[=v]+/,""),e);return r?r.version:null};IR.exports=e7});var QR=ce((Dne,yR)=>{var mR=is(),t7=(t,e,r,i)=>{typeof r=="string"&&(i=r,r=void 0);try{return new mR(t instanceof mR?t.version:t,r).inc(e,i).version}catch{return null}};yR.exports=t7});var nA=ce((Rne,wR)=>{var CR=is(),r7=(t,e,r)=>new CR(t,r).compare(new CR(e,r));wR.exports=r7});var GI=ce((Nne,bR)=>{var i7=nA(),n7=(t,e,r)=>i7(t,e,r)===0;bR.exports=n7});var _R=ce((Fne,xR)=>{var vR=al(),s7=GI(),a7=(t,e)=>{if(s7(t,e))return null;{let r=vR(t),i=vR(e),n=r.prerelease.length||i.prerelease.length,s=n?"pre":"",a=n?"prerelease":"";for(let A in r)if((A==="major"||A==="minor"||A==="patch")&&r[A]!==i[A])return s+A;return a}};xR.exports=a7});var DR=ce((Tne,SR)=>{var A7=is(),o7=(t,e)=>new A7(t,e).major;SR.exports=o7});var NR=ce((kne,RR)=>{var c7=is(),u7=(t,e)=>new c7(t,e).minor;RR.exports=u7});var TR=ce((Mne,FR)=>{var l7=is(),f7=(t,e)=>new l7(t,e).patch;FR.exports=f7});var MR=ce((Une,kR)=>{var h7=al(),g7=(t,e)=>{let r=h7(t,e);return r&&r.prerelease.length?r.prerelease:null};kR.exports=g7});var GR=ce((Gne,UR)=>{var d7=nA(),p7=(t,e,r)=>d7(e,t,r);UR.exports=p7});var qR=ce((One,OR)=>{var E7=nA(),I7=(t,e)=>E7(t,e,!0);OR.exports=I7});var OI=ce((qne,PR)=>{var LR=is(),B7=(t,e,r)=>{let i=new LR(t,r),n=new LR(e,r);return i.compare(n)||i.compareBuild(n)};PR.exports=B7});var jR=ce((Lne,HR)=>{var m7=OI(),y7=(t,e)=>t.sort((r,i)=>m7(r,i,e));HR.exports=y7});var JR=ce((Pne,YR)=>{var Q7=OI(),C7=(t,e)=>t.sort((r,i)=>Q7(i,r,e));YR.exports=C7});var Ld=ce((Hne,$R)=>{var w7=nA(),b7=(t,e,r)=>w7(t,e,r)>0;$R.exports=b7});var qI=ce((jne,KR)=>{var v7=nA(),x7=(t,e,r)=>v7(t,e,r)<0;KR.exports=x7});var bw=ce((Yne,VR)=>{var _7=nA(),S7=(t,e,r)=>_7(t,e,r)!==0;VR.exports=S7});var LI=ce((Jne,WR)=>{var D7=nA(),R7=(t,e,r)=>D7(t,e,r)>=0;WR.exports=R7});var PI=ce(($ne,zR)=>{var N7=nA(),F7=(t,e,r)=>N7(t,e,r)<=0;zR.exports=F7});var vw=ce((Kne,XR)=>{var T7=GI(),k7=bw(),M7=Ld(),U7=LI(),G7=qI(),O7=PI(),q7=(t,e,r,i)=>{switch(e){case"===":return typeof t=="object"&&(t=t.version),typeof r=="object"&&(r=r.version),t===r;case"!==":return typeof t=="object"&&(t=t.version),typeof r=="object"&&(r=r.version),t!==r;case"":case"=":case"==":return T7(t,r,i);case"!=":return k7(t,r,i);case">":return M7(t,r,i);case">=":return U7(t,r,i);case"<":return G7(t,r,i);case"<=":return O7(t,r,i);default:throw new TypeError(`Invalid operator: ${e}`)}};XR.exports=q7});var e3=ce((Vne,ZR)=>{var L7=is(),P7=al(),{re:HI,t:jI}=sl(),H7=(t,e)=>{if(t instanceof L7)return t;if(typeof t=="number"&&(t=String(t)),typeof t!="string")return null;e=e||{};let r=null;if(!e.rtl)r=t.match(HI[jI.COERCE]);else{let i;for(;(i=HI[jI.COERCERTL].exec(t))&&(!r||r.index+r[0].length!==t.length);)(!r||i.index+i[0].length!==r.index+r[0].length)&&(r=i),HI[jI.COERCERTL].lastIndex=i.index+i[1].length+i[2].length;HI[jI.COERCERTL].lastIndex=-1}return r===null?null:P7(`${r[2]}.${r[3]||"0"}.${r[4]||"0"}`,e)};ZR.exports=H7});var r3=ce((Wne,t3)=>{"use strict";t3.exports=function(t){t.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}});var n3=ce((zne,i3)=>{"use strict";i3.exports=ni;ni.Node=Al;ni.create=ni;function ni(t){var e=this;if(e instanceof ni||(e=new ni),e.tail=null,e.head=null,e.length=0,t&&typeof t.forEach=="function")t.forEach(function(n){e.push(n)});else if(arguments.length>0)for(var r=0,i=arguments.length;r<i;r++)e.push(arguments[r]);return e}ni.prototype.removeNode=function(t){if(t.list!==this)throw new Error("removing node which does not belong to this list");var e=t.next,r=t.prev;return e&&(e.prev=r),r&&(r.next=e),t===this.head&&(this.head=e),t===this.tail&&(this.tail=r),t.list.length--,t.next=null,t.prev=null,t.list=null,e};ni.prototype.unshiftNode=function(t){if(t!==this.head){t.list&&t.list.removeNode(t);var e=this.head;t.list=this,t.next=e,e&&(e.prev=t),this.head=t,this.tail||(this.tail=t),this.length++}};ni.prototype.pushNode=function(t){if(t!==this.tail){t.list&&t.list.removeNode(t);var e=this.tail;t.list=this,t.prev=e,e&&(e.next=t),this.tail=t,this.head||(this.head=t),this.length++}};ni.prototype.push=function(){for(var t=0,e=arguments.length;t<e;t++)Y7(this,arguments[t]);return this.length};ni.prototype.unshift=function(){for(var t=0,e=arguments.length;t<e;t++)J7(this,arguments[t]);return this.length};ni.prototype.pop=function(){if(this.tail){var t=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,t}};ni.prototype.shift=function(){if(this.head){var t=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,t}};ni.prototype.forEach=function(t,e){e=e||this;for(var r=this.head,i=0;r!==null;i++)t.call(e,r.value,i,this),r=r.next};ni.prototype.forEachReverse=function(t,e){e=e||this;for(var r=this.tail,i=this.length-1;r!==null;i--)t.call(e,r.value,i,this),r=r.prev};ni.prototype.get=function(t){for(var e=0,r=this.head;r!==null&&e<t;e++)r=r.next;if(e===t&&r!==null)return r.value};ni.prototype.getReverse=function(t){for(var e=0,r=this.tail;r!==null&&e<t;e++)r=r.prev;if(e===t&&r!==null)return r.value};ni.prototype.map=function(t,e){e=e||this;for(var r=new ni,i=this.head;i!==null;)r.push(t.call(e,i.value,this)),i=i.next;return r};ni.prototype.mapReverse=function(t,e){e=e||this;for(var r=new ni,i=this.tail;i!==null;)r.push(t.call(e,i.value,this)),i=i.prev;return r};ni.prototype.reduce=function(t,e){var r,i=this.head;if(arguments.length>1)r=e;else if(this.head)i=this.head.next,r=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var n=0;i!==null;n++)r=t(r,i.value,n),i=i.next;return r};ni.prototype.reduceReverse=function(t,e){var r,i=this.tail;if(arguments.length>1)r=e;else if(this.tail)i=this.tail.prev,r=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var n=this.length-1;i!==null;n--)r=t(r,i.value,n),i=i.prev;return r};ni.prototype.toArray=function(){for(var t=new Array(this.length),e=0,r=this.head;r!==null;e++)t[e]=r.value,r=r.next;return t};ni.prototype.toArrayReverse=function(){for(var t=new Array(this.length),e=0,r=this.tail;r!==null;e++)t[e]=r.value,r=r.prev;return t};ni.prototype.slice=function(t,e){e=e||this.length,e<0&&(e+=this.length),t=t||0,t<0&&(t+=this.length);var r=new ni;if(e<t||e<0)return r;t<0&&(t=0),e>this.length&&(e=this.length);for(var i=0,n=this.head;n!==null&&i<t;i++)n=n.next;for(;n!==null&&i<e;i++,n=n.next)r.push(n.value);return r};ni.prototype.sliceReverse=function(t,e){e=e||this.length,e<0&&(e+=this.length),t=t||0,t<0&&(t+=this.length);var r=new ni;if(e<t||e<0)return r;t<0&&(t=0),e>this.length&&(e=this.length);for(var i=this.length,n=this.tail;n!==null&&i>e;i--)n=n.prev;for(;n!==null&&i>t;i--,n=n.prev)r.push(n.value);return r};ni.prototype.splice=function(t,e,...r){t>this.length&&(t=this.length-1),t<0&&(t=this.length+t);for(var i=0,n=this.head;n!==null&&i<t;i++)n=n.next;for(var s=[],i=0;n&&i<e;i++)s.push(n.value),n=this.removeNode(n);n===null&&(n=this.tail),n!==this.head&&n!==this.tail&&(n=n.prev);for(var i=0;i<r.length;i++)n=j7(this,n,r[i]);return s};ni.prototype.reverse=function(){for(var t=this.head,e=this.tail,r=t;r!==null;r=r.prev){var i=r.prev;r.prev=r.next,r.next=i}return this.head=e,this.tail=t,this};function j7(t,e,r){var i=e===t.head?new Al(r,null,e,t):new Al(r,e,e.next,t);return i.next===null&&(t.tail=i),i.prev===null&&(t.head=i),t.length++,i}function Y7(t,e){t.tail=new Al(e,t.tail,null,t),t.head||(t.head=t.tail),t.length++}function J7(t,e){t.head=new Al(e,null,t.head,t),t.tail||(t.tail=t.head),t.length++}function Al(t,e,r,i){if(!(this instanceof Al))return new Al(t,e,r,i);this.list=i,this.value=t,e?(e.next=this,this.prev=e):this.prev=null,r?(r.prev=this,this.next=r):this.next=null}try{r3()(ni)}catch{}});var c3=ce((Xne,o3)=>{"use strict";var $7=n3(),ol=Symbol("max"),cc=Symbol("length"),jf=Symbol("lengthCalculator"),Hd=Symbol("allowStale"),cl=Symbol("maxAge"),oc=Symbol("dispose"),s3=Symbol("noDisposeOnSet"),kn=Symbol("lruList"),DA=Symbol("cache"),A3=Symbol("updateAgeOnGet"),xw=()=>1,Sw=class{constructor(e){if(typeof e=="number"&&(e={max:e}),e||(e={}),e.max&&(typeof e.max!="number"||e.max<0))throw new TypeError("max must be a non-negative number");let r=this[ol]=e.max||1/0,i=e.length||xw;if(this[jf]=typeof i!="function"?xw:i,this[Hd]=e.stale||!1,e.maxAge&&typeof e.maxAge!="number")throw new TypeError("maxAge must be a number");this[cl]=e.maxAge||0,this[oc]=e.dispose,this[s3]=e.noDisposeOnSet||!1,this[A3]=e.updateAgeOnGet||!1,this.reset()}set max(e){if(typeof e!="number"||e<0)throw new TypeError("max must be a non-negative number");this[ol]=e||1/0,Pd(this)}get max(){return this[ol]}set allowStale(e){this[Hd]=!!e}get allowStale(){return this[Hd]}set maxAge(e){if(typeof e!="number")throw new TypeError("maxAge must be a non-negative number");this[cl]=e,Pd(this)}get maxAge(){return this[cl]}set lengthCalculator(e){typeof e!="function"&&(e=xw),e!==this[jf]&&(this[jf]=e,this[cc]=0,this[kn].forEach(r=>{r.length=this[jf](r.value,r.key),this[cc]+=r.length})),Pd(this)}get lengthCalculator(){return this[jf]}get length(){return this[cc]}get itemCount(){return this[kn].length}rforEach(e,r){r=r||this;for(let i=this[kn].tail;i!==null;){let n=i.prev;a3(this,e,i,r),i=n}}forEach(e,r){r=r||this;for(let i=this[kn].head;i!==null;){let n=i.next;a3(this,e,i,r),i=n}}keys(){return this[kn].toArray().map(e=>e.key)}values(){return this[kn].toArray().map(e=>e.value)}reset(){this[oc]&&this[kn]&&this[kn].length&&this[kn].forEach(e=>this[oc](e.key,e.value)),this[DA]=new Map,this[kn]=new $7,this[cc]=0}dump(){return this[kn].map(e=>YI(this,e)?!1:{k:e.key,v:e.value,e:e.now+(e.maxAge||0)}).toArray().filter(e=>e)}dumpLru(){return this[kn]}set(e,r,i){if(i=i||this[cl],i&&typeof i!="number")throw new TypeError("maxAge must be a number");let n=i?Date.now():0,s=this[jf](r,e);if(this[DA].has(e)){if(s>this[ol])return Yf(this,this[DA].get(e)),!1;let c=this[DA].get(e).value;return this[oc]&&(this[s3]||this[oc](e,c.value)),c.now=n,c.maxAge=i,c.value=r,this[cc]+=s-c.length,c.length=s,this.get(e),Pd(this),!0}let a=new Dw(e,r,s,n,i);return a.length>this[ol]?(this[oc]&&this[oc](e,r),!1):(this[cc]+=a.length,this[kn].unshift(a),this[DA].set(e,this[kn].head),Pd(this),!0)}has(e){if(!this[DA].has(e))return!1;let r=this[DA].get(e).value;return!YI(this,r)}get(e){return _w(this,e,!0)}peek(e){return _w(this,e,!1)}pop(){let e=this[kn].tail;return e?(Yf(this,e),e.value):null}del(e){Yf(this,this[DA].get(e))}load(e){this.reset();let r=Date.now();for(let i=e.length-1;i>=0;i--){let n=e[i],s=n.e||0;if(s===0)this.set(n.k,n.v);else{let a=s-r;a>0&&this.set(n.k,n.v,a)}}}prune(){this[DA].forEach((e,r)=>_w(this,r,!1))}},_w=(t,e,r)=>{let i=t[DA].get(e);if(i){let n=i.value;if(YI(t,n)){if(Yf(t,i),!t[Hd])return}else r&&(t[A3]&&(i.value.now=Date.now()),t[kn].unshiftNode(i));return n.value}},YI=(t,e)=>{if(!e||!e.maxAge&&!t[cl])return!1;let r=Date.now()-e.now;return e.maxAge?r>e.maxAge:t[cl]&&r>t[cl]},Pd=t=>{if(t[cc]>t[ol])for(let e=t[kn].tail;t[cc]>t[ol]&&e!==null;){let r=e.prev;Yf(t,e),e=r}},Yf=(t,e)=>{if(e){let r=e.value;t[oc]&&t[oc](r.key,r.value),t[cc]-=r.length,t[DA].delete(r.key),t[kn].removeNode(e)}},Dw=class{constructor(e,r,i,n,s){this.key=e,this.value=r,this.length=i,this.now=n,this.maxAge=s||0}},a3=(t,e,r,i)=>{let n=r.value;YI(t,n)&&(Yf(t,r),t[Hd]||(n=void 0)),n&&e.call(i,n.value,n.key,t)};o3.exports=Sw});var sA=ce((Zne,h3)=>{var ul=class{constructor(e,r){if(r=V7(r),e instanceof ul)return e.loose===!!r.loose&&e.includePrerelease===!!r.includePrerelease?e:new ul(e.raw,r);if(e instanceof Rw)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease,this.raw=e,this.set=e.split("||").map(i=>this.parseRange(i.trim())).filter(i=>i.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${e}`);if(this.set.length>1){let i=this.set[0];if(this.set=this.set.filter(n=>!l3(n[0])),this.set.length===0)this.set=[i];else if(this.set.length>1){for(let n of this.set)if(n.length===1&&eJ(n[0])){this.set=[n];break}}}this.format()}format(){return this.range=this.set.map(e=>e.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(e){e=e.trim();let i=`parseRange:${Object.keys(this.options).join(",")}:${e}`,n=u3.get(i);if(n)return n;let s=this.options.loose,a=s?Os[Es.HYPHENRANGELOOSE]:Os[Es.HYPHENRANGE];e=e.replace(a,uJ(this.options.includePrerelease)),Pi("hyphen replace",e),e=e.replace(Os[Es.COMPARATORTRIM],z7),Pi("comparator trim",e),e=e.replace(Os[Es.TILDETRIM],X7),e=e.replace(Os[Es.CARETTRIM],Z7),e=e.split(/\s+/).join(" ");let A=e.split(" ").map(C=>tJ(C,this.options)).join(" ").split(/\s+/).map(C=>cJ(C,this.options));s&&(A=A.filter(C=>(Pi("loose invalid filter",C,this.options),!!C.match(Os[Es.COMPARATORLOOSE])))),Pi("range list",A);let c=new Map,l=A.map(C=>new Rw(C,this.options));for(let C of l){if(l3(C))return[C];c.set(C.value,C)}c.size>1&&c.has("")&&c.delete("");let g=[...c.values()];return u3.set(i,g),g}intersects(e,r){if(!(e instanceof ul))throw new TypeError("a Range is required");return this.set.some(i=>f3(i,r)&&e.set.some(n=>f3(n,r)&&i.every(s=>n.every(a=>s.intersects(a,r)))))}test(e){if(!e)return!1;if(typeof e=="string")try{e=new W7(e,this.options)}catch{return!1}for(let r=0;r<this.set.length;r++)if(lJ(this.set[r],e,this.options))return!0;return!1}};h3.exports=ul;var K7=c3(),u3=new K7({max:1e3}),V7=qd(),Rw=jd(),Pi=Od(),W7=is(),{re:Os,t:Es,comparatorTrimReplace:z7,tildeTrimReplace:X7,caretTrimReplace:Z7}=sl(),l3=t=>t.value==="<0.0.0-0",eJ=t=>t.value==="",f3=(t,e)=>{let r=!0,i=t.slice(),n=i.pop();for(;r&&i.length;)r=i.every(s=>n.intersects(s,e)),n=i.pop();return r},tJ=(t,e)=>(Pi("comp",t,e),t=nJ(t,e),Pi("caret",t),t=rJ(t,e),Pi("tildes",t),t=aJ(t,e),Pi("xrange",t),t=oJ(t,e),Pi("stars",t),t),Is=t=>!t||t.toLowerCase()==="x"||t==="*",rJ=(t,e)=>t.trim().split(/\s+/).map(r=>iJ(r,e)).join(" "),iJ=(t,e)=>{let r=e.loose?Os[Es.TILDELOOSE]:Os[Es.TILDE];return t.replace(r,(i,n,s,a,A)=>{Pi("tilde",t,i,n,s,a,A);let c;return Is(n)?c="":Is(s)?c=`>=${n}.0.0 <${+n+1}.0.0-0`:Is(a)?c=`>=${n}.${s}.0 <${n}.${+s+1}.0-0`:A?(Pi("replaceTilde pr",A),c=`>=${n}.${s}.${a}-${A} <${n}.${+s+1}.0-0`):c=`>=${n}.${s}.${a} <${n}.${+s+1}.0-0`,Pi("tilde return",c),c})},nJ=(t,e)=>t.trim().split(/\s+/).map(r=>sJ(r,e)).join(" "),sJ=(t,e)=>{Pi("caret",t,e);let r=e.loose?Os[Es.CARETLOOSE]:Os[Es.CARET],i=e.includePrerelease?"-0":"";return t.replace(r,(n,s,a,A,c)=>{Pi("caret",t,n,s,a,A,c);let l;return Is(s)?l="":Is(a)?l=`>=${s}.0.0${i} <${+s+1}.0.0-0`:Is(A)?s==="0"?l=`>=${s}.${a}.0${i} <${s}.${+a+1}.0-0`:l=`>=${s}.${a}.0${i} <${+s+1}.0.0-0`:c?(Pi("replaceCaret pr",c),s==="0"?a==="0"?l=`>=${s}.${a}.${A}-${c} <${s}.${a}.${+A+1}-0`:l=`>=${s}.${a}.${A}-${c} <${s}.${+a+1}.0-0`:l=`>=${s}.${a}.${A}-${c} <${+s+1}.0.0-0`):(Pi("no pr"),s==="0"?a==="0"?l=`>=${s}.${a}.${A}${i} <${s}.${a}.${+A+1}-0`:l=`>=${s}.${a}.${A}${i} <${s}.${+a+1}.0-0`:l=`>=${s}.${a}.${A} <${+s+1}.0.0-0`),Pi("caret return",l),l})},aJ=(t,e)=>(Pi("replaceXRanges",t,e),t.split(/\s+/).map(r=>AJ(r,e)).join(" ")),AJ=(t,e)=>{t=t.trim();let r=e.loose?Os[Es.XRANGELOOSE]:Os[Es.XRANGE];return t.replace(r,(i,n,s,a,A,c)=>{Pi("xRange",t,i,n,s,a,A,c);let l=Is(s),g=l||Is(a),C=g||Is(A),B=C;return n==="="&&B&&(n=""),c=e.includePrerelease?"-0":"",l?n===">"||n==="<"?i="<0.0.0-0":i="*":n&&B?(g&&(a=0),A=0,n===">"?(n=">=",g?(s=+s+1,a=0,A=0):(a=+a+1,A=0)):n==="<="&&(n="<",g?s=+s+1:a=+a+1),n==="<"&&(c="-0"),i=`${n+s}.${a}.${A}${c}`):g?i=`>=${s}.0.0${c} <${+s+1}.0.0-0`:C&&(i=`>=${s}.${a}.0${c} <${s}.${+a+1}.0-0`),Pi("xRange return",i),i})},oJ=(t,e)=>(Pi("replaceStars",t,e),t.trim().replace(Os[Es.STAR],"")),cJ=(t,e)=>(Pi("replaceGTE0",t,e),t.trim().replace(Os[e.includePrerelease?Es.GTE0PRE:Es.GTE0],"")),uJ=t=>(e,r,i,n,s,a,A,c,l,g,C,B,I)=>(Is(i)?r="":Is(n)?r=`>=${i}.0.0${t?"-0":""}`:Is(s)?r=`>=${i}.${n}.0${t?"-0":""}`:a?r=`>=${r}`:r=`>=${r}${t?"-0":""}`,Is(l)?c="":Is(g)?c=`<${+l+1}.0.0-0`:Is(C)?c=`<${l}.${+g+1}.0-0`:B?c=`<=${l}.${g}.${C}-${B}`:t?c=`<${l}.${g}.${+C+1}-0`:c=`<=${c}`,`${r} ${c}`.trim()),lJ=(t,e,r)=>{for(let i=0;i<t.length;i++)if(!t[i].test(e))return!1;if(e.prerelease.length&&!r.includePrerelease){for(let i=0;i<t.length;i++)if(Pi(t[i].semver),t[i].semver!==Rw.ANY&&t[i].semver.prerelease.length>0){let n=t[i].semver;if(n.major===e.major&&n.minor===e.minor&&n.patch===e.patch)return!0}return!1}return!0}});var jd=ce((ese,I3)=>{var Yd=Symbol("SemVer ANY"),Jf=class{static get ANY(){return Yd}constructor(e,r){if(r=fJ(r),e instanceof Jf){if(e.loose===!!r.loose)return e;e=e.value}Fw("comparator",e,r),this.options=r,this.loose=!!r.loose,this.parse(e),this.semver===Yd?this.value="":this.value=this.operator+this.semver.version,Fw("comp",this)}parse(e){let r=this.options.loose?g3[d3.COMPARATORLOOSE]:g3[d3.COMPARATOR],i=e.match(r);if(!i)throw new TypeError(`Invalid comparator: ${e}`);this.operator=i[1]!==void 0?i[1]:"",this.operator==="="&&(this.operator=""),i[2]?this.semver=new p3(i[2],this.options.loose):this.semver=Yd}toString(){return this.value}test(e){if(Fw("Comparator.test",e,this.options.loose),this.semver===Yd||e===Yd)return!0;if(typeof e=="string")try{e=new p3(e,this.options)}catch{return!1}return Nw(e,this.operator,this.semver,this.options)}intersects(e,r){if(!(e instanceof Jf))throw new TypeError("a Comparator is required");if((!r||typeof r!="object")&&(r={loose:!!r,includePrerelease:!1}),this.operator==="")return this.value===""?!0:new E3(e.value,r).test(this.value);if(e.operator==="")return e.value===""?!0:new E3(this.value,r).test(e.semver);let i=(this.operator===">="||this.operator===">")&&(e.operator===">="||e.operator===">"),n=(this.operator==="<="||this.operator==="<")&&(e.operator==="<="||e.operator==="<"),s=this.semver.version===e.semver.version,a=(this.operator===">="||this.operator==="<=")&&(e.operator===">="||e.operator==="<="),A=Nw(this.semver,"<",e.semver,r)&&(this.operator===">="||this.operator===">")&&(e.operator==="<="||e.operator==="<"),c=Nw(this.semver,">",e.semver,r)&&(this.operator==="<="||this.operator==="<")&&(e.operator===">="||e.operator===">");return i||n||s&&a||A||c}};I3.exports=Jf;var fJ=qd(),{re:g3,t:d3}=sl(),Nw=vw(),Fw=Od(),p3=is(),E3=sA()});var Jd=ce((tse,B3)=>{var hJ=sA(),gJ=(t,e,r)=>{try{e=new hJ(e,r)}catch{return!1}return e.test(t)};B3.exports=gJ});var y3=ce((rse,m3)=>{var dJ=sA(),pJ=(t,e)=>new dJ(t,e).set.map(r=>r.map(i=>i.value).join(" ").trim().split(" "));m3.exports=pJ});var C3=ce((ise,Q3)=>{var EJ=is(),IJ=sA(),BJ=(t,e,r)=>{let i=null,n=null,s=null;try{s=new IJ(e,r)}catch{return null}return t.forEach(a=>{s.test(a)&&(!i||n.compare(a)===-1)&&(i=a,n=new EJ(i,r))}),i};Q3.exports=BJ});var b3=ce((nse,w3)=>{var mJ=is(),yJ=sA(),QJ=(t,e,r)=>{let i=null,n=null,s=null;try{s=new yJ(e,r)}catch{return null}return t.forEach(a=>{s.test(a)&&(!i||n.compare(a)===1)&&(i=a,n=new mJ(i,r))}),i};w3.exports=QJ});var _3=ce((sse,x3)=>{var Tw=is(),CJ=sA(),v3=Ld(),wJ=(t,e)=>{t=new CJ(t,e);let r=new Tw("0.0.0");if(t.test(r)||(r=new Tw("0.0.0-0"),t.test(r)))return r;r=null;for(let i=0;i<t.set.length;++i){let n=t.set[i],s=null;n.forEach(a=>{let A=new Tw(a.semver.version);switch(a.operator){case">":A.prerelease.length===0?A.patch++:A.prerelease.push(0),A.raw=A.format();case"":case">=":(!s||v3(A,s))&&(s=A);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${a.operator}`)}}),s&&(!r||v3(r,s))&&(r=s)}return r&&t.test(r)?r:null};x3.exports=wJ});var D3=ce((ase,S3)=>{var bJ=sA(),vJ=(t,e)=>{try{return new bJ(t,e).range||"*"}catch{return null}};S3.exports=vJ});var JI=ce((Ase,T3)=>{var xJ=is(),F3=jd(),{ANY:_J}=F3,SJ=sA(),DJ=Jd(),R3=Ld(),N3=qI(),RJ=PI(),NJ=LI(),FJ=(t,e,r,i)=>{t=new xJ(t,i),e=new SJ(e,i);let n,s,a,A,c;switch(r){case">":n=R3,s=RJ,a=N3,A=">",c=">=";break;case"<":n=N3,s=NJ,a=R3,A="<",c="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(DJ(t,e,i))return!1;for(let l=0;l<e.set.length;++l){let g=e.set[l],C=null,B=null;if(g.forEach(I=>{I.semver===_J&&(I=new F3(">=0.0.0")),C=C||I,B=B||I,n(I.semver,C.semver,i)?C=I:a(I.semver,B.semver,i)&&(B=I)}),C.operator===A||C.operator===c||(!B.operator||B.operator===A)&&s(t,B.semver))return!1;if(B.operator===c&&a(t,B.semver))return!1}return!0};T3.exports=FJ});var M3=ce((ose,k3)=>{var TJ=JI(),kJ=(t,e,r)=>TJ(t,e,">",r);k3.exports=kJ});var G3=ce((cse,U3)=>{var MJ=JI(),UJ=(t,e,r)=>MJ(t,e,"<",r);U3.exports=UJ});var L3=ce((use,q3)=>{var O3=sA(),GJ=(t,e,r)=>(t=new O3(t,r),e=new O3(e,r),t.intersects(e));q3.exports=GJ});var H3=ce((lse,P3)=>{var OJ=Jd(),qJ=nA();P3.exports=(t,e,r)=>{let i=[],n=null,s=null,a=t.sort((g,C)=>qJ(g,C,r));for(let g of a)OJ(g,e,r)?(s=g,n||(n=g)):(s&&i.push([n,s]),s=null,n=null);n&&i.push([n,null]);let A=[];for(let[g,C]of i)g===C?A.push(g):!C&&g===a[0]?A.push("*"):C?g===a[0]?A.push(`<=${C}`):A.push(`${g} - ${C}`):A.push(`>=${g}`);let c=A.join(" || "),l=typeof e.raw=="string"?e.raw:String(e);return c.length<l.length?c:e}});var K3=ce((fse,$3)=>{var j3=sA(),$I=jd(),{ANY:kw}=$I,$d=Jd(),Mw=nA(),LJ=(t,e,r={})=>{if(t===e)return!0;t=new j3(t,r),e=new j3(e,r);let i=!1;e:for(let n of t.set){for(let s of e.set){let a=PJ(n,s,r);if(i=i||a!==null,a)continue e}if(i)return!1}return!0},PJ=(t,e,r)=>{if(t===e)return!0;if(t.length===1&&t[0].semver===kw){if(e.length===1&&e[0].semver===kw)return!0;r.includePrerelease?t=[new $I(">=0.0.0-0")]:t=[new $I(">=0.0.0")]}if(e.length===1&&e[0].semver===kw){if(r.includePrerelease)return!0;e=[new $I(">=0.0.0")]}let i=new Set,n,s;for(let I of t)I.operator===">"||I.operator===">="?n=Y3(n,I,r):I.operator==="<"||I.operator==="<="?s=J3(s,I,r):i.add(I.semver);if(i.size>1)return null;let a;if(n&&s){if(a=Mw(n.semver,s.semver,r),a>0)return null;if(a===0&&(n.operator!==">="||s.operator!=="<="))return null}for(let I of i){if(n&&!$d(I,String(n),r)||s&&!$d(I,String(s),r))return null;for(let v of e)if(!$d(I,String(v),r))return!1;return!0}let A,c,l,g,C=s&&!r.includePrerelease&&s.semver.prerelease.length?s.semver:!1,B=n&&!r.includePrerelease&&n.semver.prerelease.length?n.semver:!1;C&&C.prerelease.length===1&&s.operator==="<"&&C.prerelease[0]===0&&(C=!1);for(let I of e){if(g=g||I.operator===">"||I.operator===">=",l=l||I.operator==="<"||I.operator==="<=",n){if(B&&I.semver.prerelease&&I.semver.prerelease.length&&I.semver.major===B.major&&I.semver.minor===B.minor&&I.semver.patch===B.patch&&(B=!1),I.operator===">"||I.operator===">="){if(A=Y3(n,I,r),A===I&&A!==n)return!1}else if(n.operator===">="&&!$d(n.semver,String(I),r))return!1}if(s){if(C&&I.semver.prerelease&&I.semver.prerelease.length&&I.semver.major===C.major&&I.semver.minor===C.minor&&I.semver.patch===C.patch&&(C=!1),I.operator==="<"||I.operator==="<="){if(c=J3(s,I,r),c===I&&c!==s)return!1}else if(s.operator==="<="&&!$d(s.semver,String(I),r))return!1}if(!I.operator&&(s||n)&&a!==0)return!1}return!(n&&l&&!s&&a!==0||s&&g&&!n&&a!==0||B||C)},Y3=(t,e,r)=>{if(!t)return e;let i=Mw(t.semver,e.semver,r);return i>0?t:i<0||e.operator===">"&&t.operator===">="?e:t},J3=(t,e,r)=>{if(!t)return e;let i=Mw(t.semver,e.semver,r);return i<0?t:i>0||e.operator==="<"&&t.operator==="<="?e:t};$3.exports=LJ});var KI=ce((hse,W3)=>{var Uw=sl(),HJ=Gd(),jJ=is(),V3=ww(),YJ=al(),JJ=ER(),$J=BR(),KJ=QR(),VJ=_R(),WJ=DR(),zJ=NR(),XJ=TR(),ZJ=MR(),e$=nA(),t$=GR(),r$=qR(),i$=OI(),n$=jR(),s$=JR(),a$=Ld(),A$=qI(),o$=GI(),c$=bw(),u$=LI(),l$=PI(),f$=vw(),h$=e3(),g$=jd(),d$=sA(),p$=Jd(),E$=y3(),I$=C3(),B$=b3(),m$=_3(),y$=D3(),Q$=JI(),C$=M3(),w$=G3(),b$=L3(),v$=H3(),x$=K3();W3.exports={parse:YJ,valid:JJ,clean:$J,inc:KJ,diff:VJ,major:WJ,minor:zJ,patch:XJ,prerelease:ZJ,compare:e$,rcompare:t$,compareLoose:r$,compareBuild:i$,sort:n$,rsort:s$,gt:a$,lt:A$,eq:o$,neq:c$,gte:u$,lte:l$,cmp:f$,coerce:h$,Comparator:g$,Range:d$,satisfies:p$,toComparators:E$,maxSatisfying:I$,minSatisfying:B$,minVersion:m$,validRange:y$,outside:Q$,gtr:C$,ltr:w$,intersects:b$,simplifyRange:v$,subset:x$,SemVer:jJ,re:Uw.re,src:Uw.src,tokens:Uw.t,SEMVER_SPEC_VERSION:HJ.SEMVER_SPEC_VERSION,compareIdentifiers:V3.compareIdentifiers,rcompareIdentifiers:V3.rcompareIdentifiers}});var Pw=ce((wse,lN)=>{"use strict";var uN=require("fs"),Lw;function T$(){try{return uN.statSync("/.dockerenv"),!0}catch{return!1}}function k$(){try{return uN.readFileSync("/proc/self/cgroup","utf8").includes("docker")}catch{return!1}}lN.exports=()=>(Lw===void 0&&(Lw=T$()||k$()),Lw)});var gN=ce((bse,Hw)=>{"use strict";var M$=require("os"),U$=require("fs"),fN=Pw(),hN=()=>{if(process.platform!=="linux")return!1;if(M$.release().toLowerCase().includes("microsoft"))return!fN();try{return U$.readFileSync("/proc/version","utf8").toLowerCase().includes("microsoft")?!fN():!1}catch{return!1}};process.env.__IS_WSL_TEST__?Hw.exports=hN:Hw.exports=hN()});var pN=ce((vse,dN)=>{"use strict";dN.exports=(t,e,r)=>{let i=n=>Object.defineProperty(t,e,{value:n,enumerable:!0,writable:!0});return Object.defineProperty(t,e,{configurable:!0,enumerable:!0,get(){let n=r();return i(n),n},set(n){i(n)}}),t}});var CN=ce((xse,QN)=>{var G$=require("path"),O$=require("child_process"),{promises:jw,constants:yN}=require("fs"),ZI=gN(),q$=Pw(),Yw=pN(),EN=G$.join(__dirname,"xdg-open"),{platform:Wf,arch:IN}=process,L$=(()=>{let t="/mnt/",e;return async function(){if(e)return e;let r="/etc/wsl.conf",i=!1;try{await jw.access(r,yN.F_OK),i=!0}catch{}if(!i)return t;let n=await jw.readFile(r,{encoding:"utf8"}),s=/(?<!#.*)root\s*=\s*(?<mountPoint>.*)/g.exec(n);return s?(e=s.groups.mountPoint.trim(),e=e.endsWith("/")?e:`${e}/`,e):t}})(),BN=async(t,e)=>{let r;for(let i of t)try{return await e(i)}catch(n){r=n}throw r},eB=async t=>{if(t={wait:!1,background:!1,newInstance:!1,allowNonzeroExitCode:!1,...t},Array.isArray(t.app))return BN(t.app,A=>eB({...t,app:A}));let{name:e,arguments:r=[]}=t.app||{};if(r=[...r],Array.isArray(e))return BN(e,A=>eB({...t,app:{name:A,arguments:r}}));let i,n=[],s={};if(Wf==="darwin")i="open",t.wait&&n.push("--wait-apps"),t.background&&n.push("--background"),t.newInstance&&n.push("--new"),e&&n.push("-a",e);else if(Wf==="win32"||ZI&&!q$()){let A=await L$();i=ZI?`${A}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`:`${process.env.SYSTEMROOT}\\System32\\WindowsPowerShell\\v1.0\\powershell`,n.push("-NoProfile","-NonInteractive","\u2013ExecutionPolicy","Bypass","-EncodedCommand"),ZI||(s.windowsVerbatimArguments=!0);let c=["Start"];t.wait&&c.push("-Wait"),e?(c.push(`"\`"${e}\`""`,"-ArgumentList"),t.target&&r.unshift(t.target)):t.target&&c.push(`"${t.target}"`),r.length>0&&(r=r.map(l=>`"\`"${l}\`""`),c.push(r.join(","))),t.target=Buffer.from(c.join(" "),"utf16le").toString("base64")}else{if(e)i=e;else{let A=!__dirname||__dirname==="/",c=!1;try{await jw.access(EN,yN.X_OK),c=!0}catch{}i=process.versions.electron||Wf==="android"||A||!c?"xdg-open":EN}r.length>0&&n.push(...r),t.wait||(s.stdio="ignore",s.detached=!0)}t.target&&n.push(t.target),Wf==="darwin"&&r.length>0&&n.push("--args",...r);let a=O$.spawn(i,n,s);return t.wait?new Promise((A,c)=>{a.once("error",c),a.once("close",l=>{if(t.allowNonzeroExitCode&&l>0){c(new Error(`Exited with code ${l}`));return}A(a)})}):(a.unref(),a)},Jw=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `target`");return eB({...e,target:t})},P$=(t,e)=>{if(typeof t!="string")throw new TypeError("Expected a `name`");let{arguments:r=[]}=e||{};if(r!=null&&!Array.isArray(r))throw new TypeError("Expected `appArguments` as Array type");return eB({...e,app:{name:t,arguments:r}})};function mN(t){if(typeof t=="string"||Array.isArray(t))return t;let{[IN]:e}=t;if(!e)throw new Error(`${IN} is not supported`);return e}function $w({[Wf]:t},{wsl:e}){if(e&&ZI)return mN(e);if(!t)throw new Error(`${Wf} is not supported`);return mN(t)}var tB={};Yw(tB,"chrome",()=>$w({darwin:"google chrome",win32:"chrome",linux:["google-chrome","google-chrome-stable","chromium"]},{wsl:{ia32:"/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe",x64:["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe","/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]}}));Yw(tB,"firefox",()=>$w({darwin:"firefox",win32:"C:\\Program Files\\Mozilla Firefox\\firefox.exe",linux:"firefox"},{wsl:"/mnt/c/Program Files/Mozilla Firefox/firefox.exe"}));Yw(tB,"edge",()=>$w({darwin:"microsoft edge",win32:"msedge",linux:["microsoft-edge","microsoft-edge-dev"]},{wsl:"/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"}));Jw.apps=tB;Jw.openApp=P$;QN.exports=Jw});var vN=ce((rB,mo)=>{(function(t,e){typeof rB=="object"&&typeof mo<"u"?e(rB):typeof define=="function"&&define.amd?define(["exports"],e):e(t.async=t.async||{})})(rB,function(t){"use strict";function e(_,$){$=$|0;for(var re=Math.max(_.length-$,0),ae=Array(re),de=0;de<re;de++)ae[de]=_[$+de];return ae}var r=function(_){var $=e(arguments,1);return function(){var re=e(arguments);return _.apply(null,$.concat(re))}},i=function(_){return function(){var $=e(arguments),re=$.pop();_.call(this,$,re)}};function n(_){var $=typeof _;return _!=null&&($=="object"||$=="function")}var s=typeof setImmediate=="function"&&setImmediate,a=typeof process=="object"&&typeof process.nextTick=="function";function A(_){setTimeout(_,0)}function c(_){return function($){var re=e(arguments,1);_(function(){$.apply(null,re)})}}var l;s?l=setImmediate:a?l=process.nextTick:l=A;var g=c(l);function C(_){return i(function($,re){var ae;try{ae=_.apply(this,$)}catch(de){return re(de)}n(ae)&&typeof ae.then=="function"?ae.then(function(de){B(re,null,de)},function(de){B(re,de.message?de:new Error(de))}):re(null,ae)})}function B(_,$,re){try{_($,re)}catch(ae){g(I,ae)}}function I(_){throw _}var v=typeof Symbol=="function";function F(_){return v&&_[Symbol.toStringTag]==="AsyncFunction"}function q(_){return F(_)?C(_):_}function P(_){return function($){var re=e(arguments,1),ae=i(function(de,_e){var $e=this;return _($,function(tt,lt){q(tt).apply($e,de.concat(lt))},_e)});return re.length?ae.apply(this,re):ae}}var M=typeof global=="object"&&global&&global.Object===Object&&global,W=typeof self=="object"&&self&&self.Object===Object&&self,ne=M||W||Function("return this")(),ie=ne.Symbol,T=Object.prototype,D=T.hasOwnProperty,Y=T.toString,S=ie?ie.toStringTag:void 0;function X(_){var $=D.call(_,S),re=_[S];try{_[S]=void 0;var ae=!0}catch{}var de=Y.call(_);return ae&&($?_[S]=re:delete _[S]),de}var te=Object.prototype,Ce=te.toString;function je(_){return Ce.call(_)}var V="[object Null]",be="[object Undefined]",Ge=ie?ie.toStringTag:void 0;function Ve(_){return _==null?_===void 0?be:V:Ge&&Ge in Object(_)?X(_):je(_)}var at="[object AsyncFunction]",Ze="[object Function]",Yt="[object GeneratorFunction]",Bt="[object Proxy]";function Rt(_){if(!n(_))return!1;var $=Ve(_);return $==Ze||$==Yt||$==at||$==Bt}var et=9007199254740991;function he(_){return typeof _=="number"&&_>-1&&_%1==0&&_<=et}function G(_){return _!=null&&he(_.length)&&!Rt(_)}var Et={};function ft(){}function pt(_){return function(){if(_!==null){var $=_;_=null,$.apply(this,arguments)}}}var Z=typeof Symbol=="function"&&Symbol.iterator,h=function(_){return Z&&_[Z]&&_[Z]()};function f(_,$){for(var re=-1,ae=Array(_);++re<_;)ae[re]=$(re);return ae}function m(_){return _!=null&&typeof _=="object"}var b="[object Arguments]";function O(_){return m(_)&&Ve(_)==b}var L=Object.prototype,o=L.hasOwnProperty,u=L.propertyIsEnumerable,d=O(function(){return arguments}())?O:function(_){return m(_)&&o.call(_,"callee")&&!u.call(_,"callee")},w=Array.isArray;function R(){return!1}var k=typeof t=="object"&&t&&!t.nodeType&&t,ee=k&&typeof mo=="object"&&mo&&!mo.nodeType&&mo,Ae=ee&&ee.exports===k,me=Ae?ne.Buffer:void 0,Fe=me?me.isBuffer:void 0,Le=Fe||R,Me=9007199254740991,Ne=/^(?:0|[1-9]\d*)$/;function ht(_,$){var re=typeof _;return $=$??Me,!!$&&(re=="number"||re!="symbol"&&Ne.test(_))&&_>-1&&_%1==0&&_<$}var vt="[object Arguments]",ur="[object Array]",rr="[object Boolean]",kt="[object Date]",At="[object Error]",ar="[object Function]",St="[object Map]",sr="[object Number]",Pt="[object Object]",Er="[object RegExp]",Ht="[object Set]",mn="[object String]",Zn="[object WeakMap]",Fr="[object ArrayBuffer]",Si="[object DataView]",Qr="[object Float32Array]",br="[object Float64Array]",Oi="[object Int8Array]",Ki="[object Int16Array]",os="[object Int32Array]",dr="[object Uint8Array]",lr="[object Uint8ClampedArray]",z="[object Uint16Array]",J="[object Uint32Array]",E={};E[Qr]=E[br]=E[Oi]=E[Ki]=E[os]=E[dr]=E[lr]=E[z]=E[J]=!0,E[vt]=E[ur]=E[Fr]=E[rr]=E[Si]=E[kt]=E[At]=E[ar]=E[St]=E[sr]=E[Pt]=E[Er]=E[Ht]=E[mn]=E[Zn]=!1;function p(_){return m(_)&&he(_.length)&&!!E[Ve(_)]}function x(_){return function($){return _($)}}var Q=typeof t=="object"&&t&&!t.nodeType&&t,H=Q&&typeof mo=="object"&&mo&&!mo.nodeType&&mo,se=H&&H.exports===Q,ue=se&&M.process,Se=function(){try{var _=H&&H.require&&H.require("util").types;return _||ue&&ue.binding&&ue.binding("util")}catch{}}(),Re=Se&&Se.isTypedArray,it=Re?x(Re):p,Ue=Object.prototype,ct=Ue.hasOwnProperty;function Xe(_,$){var re=w(_),ae=!re&&d(_),de=!re&&!ae&&Le(_),_e=!re&&!ae&&!de&&it(_),$e=re||ae||de||_e,tt=$e?f(_.length,String):[],lt=tt.length;for(var yt in _)($||ct.call(_,yt))&&!($e&&(yt=="length"||de&&(yt=="offset"||yt=="parent")||_e&&(yt=="buffer"||yt=="byteLength"||yt=="byteOffset")||ht(yt,lt)))&&tt.push(yt);return tt}var Oe=Object.prototype;function ke(_){var $=_&&_.constructor,re=typeof $=="function"&&$.prototype||Oe;return _===re}function nt(_,$){return function(re){return _($(re))}}var oe=nt(Object.keys,Object),j=Object.prototype,ye=j.hasOwnProperty;function Be(_){if(!ke(_))return oe(_);var $=[];for(var re in Object(_))ye.call(_,re)&&re!="constructor"&&$.push(re);return $}function Qe(_){return G(_)?Xe(_):Be(_)}function Ke(_){var $=-1,re=_.length;return function(){return++$<re?{value:_[$],key:$}:null}}function He(_){var $=-1;return function(){var ae=_.next();return ae.done?null:($++,{value:ae.value,key:$})}}function ze(_){var $=Qe(_),re=-1,ae=$.length;return function de(){var _e=$[++re];return _e==="__proto__"?de():re<ae?{value:_[_e],key:_e}:null}}function xe(_){if(G(_))return Ke(_);var $=h(_);return $?He($):ze(_)}function we(_){return function(){if(_===null)throw new Error("Callback was already called.");var $=_;_=null,$.apply(this,arguments)}}function pe(_){return function($,re,ae){if(ae=pt(ae||ft),_<=0||!$)return ae(null);var de=xe($),_e=!1,$e=0,tt=!1;function lt(It,ir){if($e-=1,It)_e=!0,ae(It);else{if(ir===Et||_e&&$e<=0)return _e=!0,ae(null);tt||yt()}}function yt(){for(tt=!0;$e<_&&!_e;){var It=de();if(It===null){_e=!0,$e<=0&&ae(null);return}$e+=1,re(It.value,It.key,we(lt))}tt=!1}yt()}}function ge(_,$,re,ae){pe($)(_,q(re),ae)}function Ee(_,$){return function(re,ae,de){return _(re,$,ae,de)}}function ve(_,$,re){re=pt(re||ft);var ae=0,de=0,_e=_.length;_e===0&&re(null);function $e(tt,lt){tt?re(tt):(++de===_e||lt===Et)&&re(null)}for(;ae<_e;ae++)$(_[ae],ae,we($e))}var Te=Ee(ge,1/0),Je=function(_,$,re){var ae=G(_)?ve:Te;ae(_,q($),re)};function ut(_){return function($,re,ae){return _(Je,$,q(re),ae)}}function dt(_,$,re,ae){ae=ae||ft,$=$||[];var de=[],_e=0,$e=q(re);_($,function(tt,lt,yt){var It=_e++;$e(tt,function(ir,ei){de[It]=ei,yt(ir)})},function(tt){ae(tt,de)})}var le=ut(dt),Qt=P(le);function fe(_){return function($,re,ae,de){return _(pe(re),$,q(ae),de)}}var Ct=fe(dt),bt=Ee(Ct,1),Gt=P(bt);function wt(_,$){for(var re=-1,ae=_==null?0:_.length;++re<ae&&$(_[re],re,_)!==!1;);return _}function Vt(_){return function($,re,ae){for(var de=-1,_e=Object($),$e=ae($),tt=$e.length;tt--;){var lt=$e[_?tt:++de];if(re(_e[lt],lt,_e)===!1)break}return $}}var Lt=Vt();function Ar(_,$){return _&&Lt(_,$,Qe)}function $t(_,$,re,ae){for(var de=_.length,_e=re+(ae?1:-1);ae?_e--:++_e<de;)if($(_[_e],_e,_))return _e;return-1}function er(_){return _!==_}function or(_,$,re){for(var ae=re-1,de=_.length;++ae<de;)if(_[ae]===$)return ae;return-1}function cr(_,$,re){return $===$?or(_,$,re):$t(_,er,re)}var fr=function(_,$,re){typeof $=="function"&&(re=$,$=null),re=pt(re||ft);var ae=Qe(_),de=ae.length;if(!de)return re(null);$||($=de);var _e={},$e=0,tt=!1,lt=Object.create(null),yt=[],It=[],ir={};Ar(_,function(Ut,tr){if(!w(Ut)){ei(tr,[Ut]),It.push(tr);return}var Ir=Ut.slice(0,Ut.length-1),qi=Ir.length;if(qi===0){ei(tr,Ut),It.push(tr);return}ir[tr]=qi,wt(Ir,function(sa){if(!_[sa])throw new Error("async.auto task `"+tr+"` has a non-existent dependency `"+sa+"` in "+Ir.join(", "));un(sa,function(){qi--,qi===0&&ei(tr,Ut)})})}),Qs(),Di();function ei(Ut,tr){yt.push(function(){Ni(Ut,tr)})}function Di(){if(yt.length===0&&$e===0)return re(null,_e);for(;yt.length&&$e<$;){var Ut=yt.shift();Ut()}}function un(Ut,tr){var Ir=lt[Ut];Ir||(Ir=lt[Ut]=[]),Ir.push(tr)}function hi(Ut){var tr=lt[Ut]||[];wt(tr,function(Ir){Ir()}),Di()}function Ni(Ut,tr){if(!tt){var Ir=we(function(sa,jA){if($e--,arguments.length>2&&(jA=e(arguments,1)),sa){var YA={};Ar(_e,function(zl,p0){YA[p0]=zl}),YA[Ut]=jA,tt=!0,lt=Object.create(null),re(sa,YA)}else _e[Ut]=jA,hi(Ut)});$e++;var qi=q(tr[tr.length-1]);tr.length>1?qi(_e,Ir):qi(Ir)}}function Qs(){for(var Ut,tr=0;It.length;)Ut=It.pop(),tr++,wt(BA(Ut),function(Ir){--ir[Ir]===0&&It.push(Ir)});if(tr!==de)throw new Error("async.auto cannot execute tasks due to a recursive dependency")}function BA(Ut){var tr=[];return Ar(_,function(Ir,qi){w(Ir)&&cr(Ir,Ut,0)>=0&&tr.push(qi)}),tr}};function gr(_,$){for(var re=-1,ae=_==null?0:_.length,de=Array(ae);++re<ae;)de[re]=$(_[re],re,_);return de}var zr="[object Symbol]";function ui(_){return typeof _=="symbol"||m(_)&&Ve(_)==zr}var Iu=1/0,Rl=ie?ie.prototype:void 0,bc=Rl?Rl.toString:void 0;function Oo(_){if(typeof _=="string")return _;if(w(_))return gr(_,Oo)+"";if(ui(_))return bc?bc.call(_):"";var $=_+"";return $=="0"&&1/_==-Iu?"-0":$}function Nl(_,$,re){var ae=-1,de=_.length;$<0&&($=-$>de?0:de+$),re=re>de?de:re,re<0&&(re+=de),de=$>re?0:re-$>>>0,$>>>=0;for(var _e=Array(de);++ae<de;)_e[ae]=_[ae+$];return _e}function Gp(_,$,re){var ae=_.length;return re=re===void 0?ae:re,!$&&re>=ae?_:Nl(_,$,re)}function Op(_,$){for(var re=_.length;re--&&cr($,_[re],0)>-1;);return re}function qp(_,$){for(var re=-1,ae=_.length;++re<ae&&cr($,_[re],0)>-1;);return re}function Lp(_){return _.split("")}var Vs="\\ud800-\\udfff",Pp="\\u0300-\\u036f",_m="\\ufe20-\\ufe2f",Sm="\\u20d0-\\u20ff",Fl=Pp+_m+Sm,bh="\\ufe0e\\ufe0f",Bu="\\u200d",qo=RegExp("["+Bu+Vs+Fl+bh+"]");function Dm(_){return qo.test(_)}var vh="\\ud800-\\udfff",Rm="\\u0300-\\u036f",Nm="\\ufe20-\\ufe2f",Hp="\\u20d0-\\u20ff",Fm=Rm+Nm+Hp,jp="\\ufe0e\\ufe0f",Yp="["+vh+"]",Tl="["+Fm+"]",LA="\\ud83c[\\udffb-\\udfff]",xh="(?:"+Tl+"|"+LA+")",_h="[^"+vh+"]",Jp="(?:\\ud83c[\\udde6-\\uddff]){2}",mu="[\\ud800-\\udbff][\\udc00-\\udfff]",Tm="\\u200d",$p=xh+"?",Sh="["+jp+"]?",km="(?:"+Tm+"(?:"+[_h,Jp,mu].join("|")+")"+Sh+$p+")*",kl=Sh+$p+km,Dh="(?:"+[_h+Tl+"?",Tl,Jp,mu,Yp].join("|")+")",Mm=RegExp(LA+"(?="+LA+")|"+Dh+kl,"g");function Um(_){return _.match(Mm)||[]}function Ml(_){return Dm(_)?Um(_):Lp(_)}function Kp(_){return _==null?"":Oo(_)}var Ul=/^\s+|\s+$/g;function Rh(_,$,re){if(_=Kp(_),_&&(re||$===void 0))return _.replace(Ul,"");if(!_||!($=Oo($)))return _;var ae=Ml(_),de=Ml($),_e=qp(ae,de),$e=Op(ae,de)+1;return Gp(ae,_e,$e).join("")}var Lo=/^(?:async\s+)?(function)?\s*[^\(]*\(\s*([^\)]*)\)/m,yu=/,/,Gl=/(=.+)?(\s*)$/,Vp=/((\/\/.*$)|(\/\*[\s\S]*?\*\/))/mg;function Gm(_){return _=_.toString().replace(Vp,""),_=_.match(Lo)[2].replace(" ",""),_=_?_.split(yu):[],_=_.map(function($){return Rh($.replace(Gl,""))}),_}function Ol(_,$){var re={};Ar(_,function(ae,de){var _e,$e=F(ae),tt=!$e&&ae.length===1||$e&&ae.length===0;if(w(ae))_e=ae.slice(0,-1),ae=ae[ae.length-1],re[de]=_e.concat(_e.length>0?lt:ae);else if(tt)re[de]=ae;else{if(_e=Gm(ae),ae.length===0&&!$e&&_e.length===0)throw new Error("autoInject task functions require explicit parameters.");$e||_e.pop(),re[de]=_e.concat(lt)}function lt(yt,It){var ir=gr(_e,function(ei){return yt[ei]});ir.push(It),q(ae).apply(null,ir)}}),fr(re,$)}function zs(){this.head=this.tail=null,this.length=0}function Nh(_,$){_.length=1,_.head=_.tail=$}zs.prototype.removeLink=function(_){return _.prev?_.prev.next=_.next:this.head=_.next,_.next?_.next.prev=_.prev:this.tail=_.prev,_.prev=_.next=null,this.length-=1,_},zs.prototype.empty=function(){for(;this.head;)this.shift();return this},zs.prototype.insertAfter=function(_,$){$.prev=_,$.next=_.next,_.next?_.next.prev=$:this.tail=$,_.next=$,this.length+=1},zs.prototype.insertBefore=function(_,$){$.prev=_.prev,$.next=_,_.prev?_.prev.next=$:this.head=$,_.prev=$,this.length+=1},zs.prototype.unshift=function(_){this.head?this.insertBefore(this.head,_):Nh(this,_)},zs.prototype.push=function(_){this.tail?this.insertAfter(this.tail,_):Nh(this,_)},zs.prototype.shift=function(){return this.head&&this.removeLink(this.head)},zs.prototype.pop=function(){return this.tail&&this.removeLink(this.tail)},zs.prototype.toArray=function(){for(var _=Array(this.length),$=this.head,re=0;re<this.length;re++)_[re]=$.data,$=$.next;return _},zs.prototype.remove=function(_){for(var $=this.head;$;){var re=$.next;_($)&&this.removeLink($),$=re}return this};function Qu(_,$,re){if($==null)$=1;else if($===0)throw new Error("Concurrency must not be zero");var ae=q(_),de=0,_e=[],$e=!1;function tt(ir,ei,Di){if(Di!=null&&typeof Di!="function")throw new Error("task callback must be a function");if(It.started=!0,w(ir)||(ir=[ir]),ir.length===0&&It.idle())return g(function(){It.drain()});for(var un=0,hi=ir.length;un<hi;un++){var Ni={data:ir[un],callback:Di||ft};ei?It._tasks.unshift(Ni):It._tasks.push(Ni)}$e||($e=!0,g(function(){$e=!1,It.process()}))}function lt(ir){return function(ei){de-=1;for(var Di=0,un=ir.length;Di<un;Di++){var hi=ir[Di],Ni=cr(_e,hi,0);Ni===0?_e.shift():Ni>0&&_e.splice(Ni,1),hi.callback.apply(hi,arguments),ei!=null&&It.error(ei,hi.data)}de<=It.concurrency-It.buffer&&It.unsaturated(),It.idle()&&It.drain(),It.process()}}var yt=!1,It={_tasks:new zs,concurrency:$,payload:re,saturated:ft,unsaturated:ft,buffer:$/4,empty:ft,drain:ft,error:ft,started:!1,paused:!1,push:function(ir,ei){tt(ir,!1,ei)},kill:function(){It.drain=ft,It._tasks.empty()},unshift:function(ir,ei){tt(ir,!0,ei)},remove:function(ir){It._tasks.remove(ir)},process:function(){if(!yt){for(yt=!0;!It.paused&&de<It.concurrency&&It._tasks.length;){var ir=[],ei=[],Di=It._tasks.length;It.payload&&(Di=Math.min(Di,It.payload));for(var un=0;un<Di;un++){var hi=It._tasks.shift();ir.push(hi),_e.push(hi),ei.push(hi.data)}de+=1,It._tasks.length===0&&It.empty(),de===It.concurrency&&It.saturated();var Ni=we(lt(ir));ae(ei,Ni)}yt=!1}},length:function(){return It._tasks.length},running:function(){return de},workersList:function(){return _e},idle:function(){return It._tasks.length+de===0},pause:function(){It.paused=!0},resume:function(){It.paused!==!1&&(It.paused=!1,g(It.process))}};return It}function ql(_,$){return Qu(_,1,$)}var Po=Ee(ge,1);function dA(_,$,re,ae){ae=pt(ae||ft);var de=q(re);Po(_,function(_e,$e,tt){de($,_e,function(lt,yt){$=yt,tt(lt)})},function(_e){ae(_e,$)})}function Fh(){var _=gr(arguments,q);return function(){var $=e(arguments),re=this,ae=$[$.length-1];typeof ae=="function"?$.pop():ae=ft,dA(_,$,function(de,_e,$e){_e.apply(re,de.concat(function(tt){var lt=e(arguments,1);$e(tt,lt)}))},function(de,_e){ae.apply(re,[de].concat(_e))})}}var Wp=function(){return Fh.apply(null,e(arguments).reverse())},Th=Array.prototype.concat,Cu=function(_,$,re,ae){ae=ae||ft;var de=q(re);Ct(_,$,function(_e,$e){de(_e,function(tt){return tt?$e(tt):$e(null,e(arguments,1))})},function(_e,$e){for(var tt=[],lt=0;lt<$e.length;lt++)$e[lt]&&(tt=Th.apply(tt,$e[lt]));return ae(_e,tt)})},zp=Ee(Cu,1/0),Xp=Ee(Cu,1),Zp=function(){var _=e(arguments),$=[null].concat(_);return function(){var re=arguments[arguments.length-1];return re.apply(this,$)}};function xc(_){return _}function Zs(_,$){return function(re,ae,de,_e){_e=_e||ft;var $e=!1,tt;re(ae,function(lt,yt,It){de(lt,function(ir,ei){ir?It(ir):_(ei)&&!tt?($e=!0,tt=$(!0,lt),It(null,Et)):It()})},function(lt){lt?_e(lt):_e(null,$e?tt:$(!1))})}}function wu(_,$){return $}var PA=ut(Zs(xc,wu)),_c=fe(Zs(xc,wu)),Ho=Ee(_c,1);function Sc(_){return function($){var re=e(arguments,1);re.push(function(ae){var de=e(arguments,1);typeof console=="object"&&(ae?console.error&&console.error(ae):console[_]&&wt(de,function(_e){console[_](_e)}))}),q($).apply(null,re)}}var bu=Sc("dir");function pA(_,$,re){re=we(re||ft);var ae=q(_),de=q($);function _e(tt){if(tt)return re(tt);var lt=e(arguments,1);lt.push($e),de.apply(this,lt)}function $e(tt,lt){if(tt)return re(tt);if(!lt)return re(null);ae(_e)}$e(null,!0)}function vu(_,$,re){re=we(re||ft);var ae=q(_),de=function(_e){if(_e)return re(_e);var $e=e(arguments,1);if($.apply(this,$e))return ae(de);re.apply(null,[null].concat($e))};ae(de)}function e0(_,$,re){vu(_,function(){return!$.apply(this,arguments)},re)}function jo(_,$,re){re=we(re||ft);var ae=q($),de=q(_);function _e(tt){if(tt)return re(tt);de($e)}function $e(tt,lt){if(tt)return re(tt);if(!lt)return re(null);ae(_e)}de($e)}function kh(_){return function($,re,ae){return _($,ae)}}function Ll(_,$,re){Je(_,kh(q($)),re)}function HA(_,$,re,ae){pe($)(_,kh(q(re)),ae)}var xu=Ee(HA,1);function Mh(_){return F(_)?_:i(function($,re){var ae=!0;$.push(function(){var de=arguments;ae?g(function(){re.apply(null,de)}):re.apply(null,de)}),_.apply(this,$),ae=!1})}function Pl(_){return!_}var Hl=ut(Zs(Pl,Pl)),_u=fe(Zs(Pl,Pl)),jl=Ee(_u,1);function t0(_){return function($){return $?.[_]}}function Om(_,$,re,ae){var de=new Array($.length);_($,function(_e,$e,tt){re(_e,function(lt,yt){de[$e]=!!yt,tt(lt)})},function(_e){if(_e)return ae(_e);for(var $e=[],tt=0;tt<$.length;tt++)de[tt]&&$e.push($[tt]);ae(null,$e)})}function qm(_,$,re,ae){var de=[];_($,function(_e,$e,tt){re(_e,function(lt,yt){lt?tt(lt):(yt&&de.push({index:$e,value:_e}),tt())})},function(_e){_e?ae(_e):ae(null,gr(de.sort(function($e,tt){return $e.index-tt.index}),t0("value")))})}function Uh(_,$,re,ae){var de=G($)?Om:qm;de(_,$,q(re),ae||ft)}var Yl=ut(Uh),Tc=fe(Uh),Jl=Ee(Tc,1);function r0(_,$){var re=we($||ft),ae=q(Mh(_));function de(_e){if(_e)return re(_e);ae(de)}de()}var ea=function(_,$,re,ae){ae=ae||ft;var de=q(re);Ct(_,$,function(_e,$e){de(_e,function(tt,lt){return tt?$e(tt):$e(null,{key:lt,val:_e})})},function(_e,$e){for(var tt={},lt=Object.prototype.hasOwnProperty,yt=0;yt<$e.length;yt++)if($e[yt]){var It=$e[yt].key,ir=$e[yt].val;lt.call(tt,It)?tt[It].push(ir):tt[It]=[ir]}return ae(_e,tt)})},$l=Ee(ea,1/0),Gh=Ee(ea,1),Kl=Sc("log");function na(_,$,re,ae){ae=pt(ae||ft);var de={},_e=q(re);ge(_,$,function($e,tt,lt){_e($e,tt,function(yt,It){if(yt)return lt(yt);de[tt]=It,lt()})},function($e){ae($e,de)})}var EA=Ee(na,1/0),ms=Ee(na,1);function kc(_,$){return $ in _}function Oh(_,$){var re=Object.create(null),ae=Object.create(null);$=$||xc;var de=q(_),_e=i(function(tt,lt){var yt=$.apply(null,tt);kc(re,yt)?g(function(){lt.apply(null,re[yt])}):kc(ae,yt)?ae[yt].push(lt):(ae[yt]=[lt],de.apply(null,tt.concat(function(){var It=e(arguments);re[yt]=It;var ir=ae[yt];delete ae[yt];for(var ei=0,Di=ir.length;ei<Di;ei++)ir[ei].apply(null,It)})))});return _e.memo=re,_e.unmemoized=_,_e}var Da;a?Da=process.nextTick:s?Da=setImmediate:Da=A;var qh=c(Da);function Vl(_,$,re){re=re||ft;var ae=G($)?[]:{};_($,function(de,_e,$e){q(de)(function(tt,lt){arguments.length>2&&(lt=e(arguments,1)),ae[_e]=lt,$e(tt)})},function(de){re(de,ae)})}function Su(_,$){Vl(Je,_,$)}function Lh(_,$,re){Vl(pe($),_,re)}var Wl=function(_,$){var re=q(_);return Qu(function(ae,de){re(ae[0],de)},$,1)},Ph=function(_,$){var re=Wl(_,$);return re.push=function(ae,de,_e){if(_e==null&&(_e=ft),typeof _e!="function")throw new Error("task callback must be a function");if(re.started=!0,w(ae)||(ae=[ae]),ae.length===0)return g(function(){re.drain()});de=de||0;for(var $e=re._tasks.head;$e&&de>=$e.priority;)$e=$e.next;for(var tt=0,lt=ae.length;tt<lt;tt++){var yt={data:ae[tt],priority:de,callback:_e};$e?re._tasks.insertBefore($e,yt):re._tasks.push(yt)}g(re.process)},delete re.unshift,re};function Du(_,$){if($=pt($||ft),!w(_))return $(new TypeError("First argument to race must be an array of functions"));if(!_.length)return $();for(var re=0,ae=_.length;re<ae;re++)q(_[re])($)}function Ru(_,$,re,ae){var de=e(_).reverse();dA(de,$,re,ae)}function Nu(_){var $=q(_);return i(function(ae,de){return ae.push(function($e,tt){if($e)de(null,{error:$e});else{var lt;arguments.length<=2?lt=tt:lt=e(arguments,1),de(null,{value:lt})}}),$.apply(this,ae)})}function i0(_){var $;return w(_)?$=gr(_,Nu):($={},Ar(_,function(re,ae){$[ae]=Nu.call(this,re)})),$}function n0(_,$,re,ae){Uh(_,$,function(de,_e){re(de,function($e,tt){_e($e,!tt)})},ae)}var s0=ut(n0),Hh=fe(n0),Fu=Ee(Hh,1);function a0(_){return function(){return _}}function Tu(_,$,re){var ae=5,de=0,_e={times:ae,intervalFunc:a0(de)};function $e(It,ir){if(typeof ir=="object")It.times=+ir.times||ae,It.intervalFunc=typeof ir.interval=="function"?ir.interval:a0(+ir.interval||de),It.errorFilter=ir.errorFilter;else if(typeof ir=="number"||typeof ir=="string")It.times=+ir||ae;else throw new Error("Invalid arguments for async.retry")}if(arguments.length<3&&typeof _=="function"?(re=$||ft,$=_):($e(_e,_),re=re||ft),typeof $!="function")throw new Error("Invalid arguments for async.retry");var tt=q($),lt=1;function yt(){tt(function(It){It&&lt++<_e.times&&(typeof _e.errorFilter!="function"||_e.errorFilter(It))?setTimeout(yt,_e.intervalFunc(lt)):re.apply(null,arguments)})}yt()}var ku=function(_,$){$||($=_,_=null);var re=q($);return i(function(ae,de){function _e($e){re.apply(null,ae.concat($e))}_?Tu(_,_e,de):Tu(_e,de)})};function Mu(_,$){Vl(Po,_,$)}var Yo=ut(Zs(Boolean,xc)),IA=fe(Zs(Boolean,xc)),Jo=Ee(IA,1);function A0(_,$,re){var ae=q($);le(_,function(_e,$e){ae(_e,function(tt,lt){if(tt)return $e(tt);$e(null,{value:_e,criteria:lt})})},function(_e,$e){if(_e)return re(_e);re(null,gr($e.sort(de),t0("value")))});function de(_e,$e){var tt=_e.criteria,lt=$e.criteria;return tt<lt?-1:tt>lt?1:0}}function o0(_,$,re){var ae=q(_);return i(function(de,_e){var $e=!1,tt;function lt(){var yt=_.name||"anonymous",It=new Error('Callback function "'+yt+'" timed out.');It.code="ETIMEDOUT",re&&(It.info=re),$e=!0,_e(It)}de.push(function(){$e||(_e.apply(null,arguments),clearTimeout(tt))}),tt=setTimeout(lt,$),ae.apply(null,de)})}var c0=Math.ceil,u0=Math.max;function Lm(_,$,re,ae){for(var de=-1,_e=u0(c0(($-_)/(re||1)),0),$e=Array(_e);_e--;)$e[ae?_e:++de]=_,_+=re;return $e}function Uu(_,$,re,ae){var de=q(re);Ct(Lm(0,_,1),$,de,ae)}var l0=Ee(Uu,1/0),f0=Ee(Uu,1);function h0(_,$,re,ae){arguments.length<=3&&(ae=re,re=$,$=w(_)?[]:{}),ae=pt(ae||ft);var de=q(re);Je(_,function(_e,$e,tt){de($,_e,$e,tt)},function(_e){ae(_e,$)})}function g0(_,$){var re=null,ae;$=$||ft,xu(_,function(de,_e){q(de)(function($e,tt){arguments.length>2?ae=e(arguments,1):ae=tt,re=$e,_e(!$e)})},function(){$(re,ae)})}function d0(_){return function(){return(_.unmemoized||_).apply(null,arguments)}}function Mc(_,$,re){re=we(re||ft);var ae=q($);if(!_())return re(null);var de=function(_e){if(_e)return re(_e);if(_())return ae(de);var $e=e(arguments,1);re.apply(null,[null].concat($e))};ae(de)}function jh(_,$,re){Mc(function(){return!_.apply(this,arguments)},$,re)}var y=function(_,$){if($=pt($||ft),!w(_))return $(new Error("First argument to waterfall must be an array of functions"));if(!_.length)return $();var re=0;function ae(_e){var $e=q(_[re++]);_e.push(we(de)),$e.apply(null,_e)}function de(_e){if(_e||re===_.length)return $.apply(null,arguments);ae(e(arguments,1))}ae([])},N={apply:r,applyEach:Qt,applyEachSeries:Gt,asyncify:C,auto:fr,autoInject:Ol,cargo:ql,compose:Wp,concat:zp,concatLimit:Cu,concatSeries:Xp,constant:Zp,detect:PA,detectLimit:_c,detectSeries:Ho,dir:bu,doDuring:pA,doUntil:e0,doWhilst:vu,during:jo,each:Ll,eachLimit:HA,eachOf:Je,eachOfLimit:ge,eachOfSeries:Po,eachSeries:xu,ensureAsync:Mh,every:Hl,everyLimit:_u,everySeries:jl,filter:Yl,filterLimit:Tc,filterSeries:Jl,forever:r0,groupBy:$l,groupByLimit:ea,groupBySeries:Gh,log:Kl,map:le,mapLimit:Ct,mapSeries:bt,mapValues:EA,mapValuesLimit:na,mapValuesSeries:ms,memoize:Oh,nextTick:qh,parallel:Su,parallelLimit:Lh,priorityQueue:Ph,queue:Wl,race:Du,reduce:dA,reduceRight:Ru,reflect:Nu,reflectAll:i0,reject:s0,rejectLimit:Hh,rejectSeries:Fu,retry:Tu,retryable:ku,seq:Fh,series:Mu,setImmediate:g,some:Yo,someLimit:IA,someSeries:Jo,sortBy:A0,timeout:o0,times:l0,timesLimit:Uu,timesSeries:f0,transform:h0,tryEach:g0,unmemoize:d0,until:jh,waterfall:y,whilst:Mc,all:Hl,allLimit:_u,allSeries:jl,any:Yo,anyLimit:IA,anySeries:Jo,find:PA,findLimit:_c,findSeries:Ho,forEach:Ll,forEachSeries:xu,forEachLimit:HA,forEachOf:Je,forEachOfSeries:Po,forEachOfLimit:ge,inject:dA,foldl:dA,foldr:Ru,select:Yl,selectLimit:Tc,selectSeries:Jl,wrapSync:C};t.default=N,t.apply=r,t.applyEach=Qt,t.applyEachSeries=Gt,t.asyncify=C,t.auto=fr,t.autoInject=Ol,t.cargo=ql,t.compose=Wp,t.concat=zp,t.concatLimit=Cu,t.concatSeries=Xp,t.constant=Zp,t.detect=PA,t.detectLimit=_c,t.detectSeries=Ho,t.dir=bu,t.doDuring=pA,t.doUntil=e0,t.doWhilst=vu,t.during=jo,t.each=Ll,t.eachLimit=HA,t.eachOf=Je,t.eachOfLimit=ge,t.eachOfSeries=Po,t.eachSeries=xu,t.ensureAsync=Mh,t.every=Hl,t.everyLimit=_u,t.everySeries=jl,t.filter=Yl,t.filterLimit=Tc,t.filterSeries=Jl,t.forever=r0,t.groupBy=$l,t.groupByLimit=ea,t.groupBySeries=Gh,t.log=Kl,t.map=le,t.mapLimit=Ct,t.mapSeries=bt,t.mapValues=EA,t.mapValuesLimit=na,t.mapValuesSeries=ms,t.memoize=Oh,t.nextTick=qh,t.parallel=Su,t.parallelLimit=Lh,t.priorityQueue=Ph,t.queue=Wl,t.race=Du,t.reduce=dA,t.reduceRight=Ru,t.reflect=Nu,t.reflectAll=i0,t.reject=s0,t.rejectLimit=Hh,t.rejectSeries=Fu,t.retry=Tu,t.retryable=ku,t.seq=Fh,t.series=Mu,t.setImmediate=g,t.some=Yo,t.someLimit=IA,t.someSeries=Jo,t.sortBy=A0,t.timeout=o0,t.times=l0,t.timesLimit=Uu,t.timesSeries=f0,t.transform=h0,t.tryEach=g0,t.unmemoize=d0,t.until=jh,t.waterfall=y,t.whilst=Mc,t.all=Hl,t.allLimit=_u,t.allSeries=jl,t.any=Yo,t.anyLimit=IA,t.anySeries=Jo,t.find=PA,t.findLimit=_c,t.findSeries=Ho,t.forEach=Ll,t.forEachSeries=xu,t.forEachLimit=HA,t.forEachOf=Je,t.forEachOfSeries=Po,t.forEachOfLimit=ge,t.inject=dA,t.foldl=dA,t.foldr=Ru,t.select=Yl,t.selectLimit=Tc,t.selectSeries=Jl,t.wrapSync=C,Object.defineProperty(t,"__esModule",{value:!0})})});var _N=ce((Sse,xN)=>{var zf=1e3,Xf=zf*60,Zf=Xf*60,gl=Zf*24,H$=gl*7,j$=gl*365.25;xN.exports=function(t,e){e=e||{};var r=typeof t;if(r==="string"&&t.length>0)return Y$(t);if(r==="number"&&isFinite(t))return e.long?$$(t):J$(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))};function Y$(t){if(t=String(t),!(t.length>100)){var e=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(t);if(e){var r=parseFloat(e[1]),i=(e[2]||"ms").toLowerCase();switch(i){case"years":case"year":case"yrs":case"yr":case"y":return r*j$;case"weeks":case"week":case"w":return r*H$;case"days":case"day":case"d":return r*gl;case"hours":case"hour":case"hrs":case"hr":case"h":return r*Zf;case"minutes":case"minute":case"mins":case"min":case"m":return r*Xf;case"seconds":case"second":case"secs":case"sec":case"s":return r*zf;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return r;default:return}}}}function J$(t){var e=Math.abs(t);return e>=gl?Math.round(t/gl)+"d":e>=Zf?Math.round(t/Zf)+"h":e>=Xf?Math.round(t/Xf)+"m":e>=zf?Math.round(t/zf)+"s":t+"ms"}function $$(t){var e=Math.abs(t);return e>=gl?iB(t,e,gl,"day"):e>=Zf?iB(t,e,Zf,"hour"):e>=Xf?iB(t,e,Xf,"minute"):e>=zf?iB(t,e,zf,"second"):t+" ms"}function iB(t,e,r,i){var n=e>=r*1.5;return Math.round(t/r)+" "+i+(n?"s":"")}});var Kw=ce((Dse,SN)=>{"use strict";function K$(t){r.debug=r,r.default=r,r.coerce=c,r.disable=a,r.enable=s,r.enabled=A,r.humanize=_N(),Object.keys(t).forEach(function(l){r[l]=t[l]}),r.instances=[],r.names=[],r.skips=[],r.formatters={};function e(l){for(var g=0,C=0;C<l.length;C++)g=(g<<5)-g+l.charCodeAt(C),g|=0;return r.colors[Math.abs(g)%r.colors.length]}r.selectColor=e;function r(l){var g;function C(){if(C.enabled){for(var B=arguments.length,I=new Array(B),v=0;v<B;v++)I[v]=arguments[v];var F=C,q=Number(new Date),P=q-(g||q);F.diff=P,F.prev=g,F.curr=q,g=q,I[0]=r.coerce(I[0]),typeof I[0]!="string"&&I.unshift("%O");var M=0;I[0]=I[0].replace(/%([a-zA-Z%])/g,function(ne,ie){if(ne==="%%")return ne;M++;var T=r.formatters[ie];if(typeof T=="function"){var D=I[M];ne=T.call(F,D),I.splice(M,1),M--}return ne}),r.formatArgs.call(F,I);var W=F.log||r.log;W.apply(F,I)}}return C.namespace=l,C.enabled=r.enabled(l),C.useColors=r.useColors(),C.color=e(l),C.destroy=i,C.extend=n,typeof r.init=="function"&&r.init(C),r.instances.push(C),C}function i(){var l=r.instances.indexOf(this);return l!==-1?(r.instances.splice(l,1),!0):!1}function n(l,g){return r(this.namespace+(typeof g>"u"?":":g)+l)}function s(l){r.save(l),r.names=[],r.skips=[];var g,C=(typeof l=="string"?l:"").split(/[\s,]+/),B=C.length;for(g=0;g<B;g++)C[g]&&(l=C[g].replace(/\*/g,".*?"),l[0]==="-"?r.skips.push(new RegExp("^"+l.substr(1)+"$")):r.names.push(new RegExp("^"+l+"$")));for(g=0;g<r.instances.length;g++){var I=r.instances[g];I.enabled=r.enabled(I.namespace)}}function a(){r.enable("")}function A(l){if(l[l.length-1]==="*")return!0;var g,C;for(g=0,C=r.skips.length;g<C;g++)if(r.skips[g].test(l))return!1;for(g=0,C=r.names.length;g<C;g++)if(r.names[g].test(l))return!0;return!1}function c(l){return l instanceof Error?l.stack||l.message:l}return r.enable(r.load()),r}SN.exports=K$});var DN=ce((AA,sB)=>{"use strict";function nB(t){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?nB=function(r){return typeof r}:nB=function(r){return r&&typeof Symbol=="function"&&r.constructor===Symbol&&r!==Symbol.prototype?"symbol":typeof r},nB(t)}AA.log=z$;AA.formatArgs=W$;AA.save=X$;AA.load=Z$;AA.useColors=V$;AA.storage=eK();AA.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function V$(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function W$(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+sB.exports.humanize(this.diff),!!this.useColors){var e="color: "+this.color;t.splice(1,0,e,"color: inherit");var r=0,i=0;t[0].replace(/%[a-zA-Z%]/g,function(n){n!=="%%"&&(r++,n==="%c"&&(i=r))}),t.splice(i,0,e)}}function z$(){var t;return(typeof console>"u"?"undefined":nB(console))==="object"&&console.log&&(t=console).log.apply(t,arguments)}function X$(t){try{t?AA.storage.setItem("debug",t):AA.storage.removeItem("debug")}catch{}}function Z$(){var t;try{t=AA.storage.getItem("debug")}catch{}return!t&&typeof process<"u"&&"env"in process&&(t=process.env.DEBUG),t}function eK(){try{return localStorage}catch{}}sB.exports=Kw()(AA);var tK=sB.exports.formatters;tK.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}});var NN=ce((ss,oB)=>{"use strict";var rK=require("tty"),AB=require("util");ss.init=cK;ss.log=aK;ss.formatArgs=nK;ss.save=AK;ss.load=oK;ss.useColors=iK;ss.colors=[6,2,3,4,5,1];try{aB=require("supports-color"),aB&&(aB.stderr||aB).level>=2&&(ss.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}var aB;ss.inspectOpts=Object.keys(process.env).filter(function(t){return/^debug_/i.test(t)}).reduce(function(t,e){var r=e.substring(6).toLowerCase().replace(/_([a-z])/g,function(n,s){return s.toUpperCase()}),i=process.env[e];return/^(yes|on|true|enabled)$/i.test(i)?i=!0:/^(no|off|false|disabled)$/i.test(i)?i=!1:i==="null"?i=null:i=Number(i),t[r]=i,t},{});function iK(){return"colors"in ss.inspectOpts?Boolean(ss.inspectOpts.colors):rK.isatty(process.stderr.fd)}function nK(t){var e=this.namespace,r=this.useColors;if(r){var i=this.color,n="\x1B[3"+(i<8?i:"8;5;"+i),s=" ".concat(n,";1m").concat(e," \x1B[0m");t[0]=s+t[0].split(`
@@ -254,13 +254,13 @@ Instructions:
254
254
  Filtered results for: ${this.inputValue?this.inputValue:mc.gray("Enter something to filter")}
255
255
  `}renderOption(e,r,i){let n;return r.disabled?n=e===i?mc.gray().underline(r.title):mc.strikethrough().gray(r.title):n=e===i?mc.cyan().underline(r.title):r.title,(r.selected?mc.green(uh.radioOn):uh.radioOff)+" "+n}renderDoneOrInstructions(){if(this.done)return this.value.filter(r=>r.selected).map(r=>r.title).join(", ");let e=[mc.gray(this.hint),this.renderInstructions(),this.renderCurrentInput()];return this.filteredOptions.length&&this.filteredOptions[this.cursor].disabled&&e.push(mc.yellow(this.warn)),e.join(" ")}render(){if(this.closed)return;this.firstRender&&this.out.write(vz.hide),super.render();let e=[$T.symbol(this.done,this.aborted),mc.bold(this.msg),$T.delimiter(!1),this.renderDoneOrInstructions()].join(" ");this.showMinError&&(e+=mc.red(`You must select a minimum of ${this.minSelected} choices.`),this.showMinError=!1),e+=this.renderOptions(this.filteredOptions),this.out.write(this.clear+e),this.clear=JT(e,this.out.columns)}};KT.exports=Ev});var e4=ce((nle,ZT)=>{var WT=ii(),_z=Ic(),{style:zT,clear:Sz}=UA(),{erase:Dz,cursor:XT}=$i(),Iv=class extends _z{constructor(e={}){super(e),this.msg=e.message,this.value=e.initial,this.initialValue=!!e.initial,this.yesMsg=e.yes||"yes",this.yesOption=e.yesOption||"(Y/n)",this.noMsg=e.no||"no",this.noOption=e.noOption||"(y/N)",this.render()}reset(){this.value=this.initialValue,this.fire(),this.render()}exit(){this.abort()}abort(){this.done=this.aborted=!0,this.fire(),this.render(),this.out.write(`
256
256
  `),this.close()}submit(){this.value=this.value||!1,this.done=!0,this.aborted=!1,this.fire(),this.render(),this.out.write(`
257
- `),this.close()}_(e,r){return e.toLowerCase()==="y"?(this.value=!0,this.submit()):e.toLowerCase()==="n"?(this.value=!1,this.submit()):this.bell()}render(){this.closed||(this.firstRender?this.out.write(XT.hide):this.out.write(Sz(this.outputText,this.out.columns)),super.render(),this.outputText=[zT.symbol(this.done,this.aborted),WT.bold(this.msg),zT.delimiter(this.done),this.done?this.value?this.yesMsg:this.noMsg:WT.gray(this.initialValue?this.yesOption:this.noOption)].join(" "),this.out.write(Dz.line+XT.to(0)+this.outputText))}};ZT.exports=Iv});var r4=ce((sle,t4)=>{"use strict";t4.exports={TextPrompt:Z8(),SelectPrompt:iT(),TogglePrompt:AT(),DatePrompt:FT(),NumberPrompt:UT(),MultiselectPrompt:hv(),AutocompletePrompt:YT(),AutocompleteMultiselectPrompt:VT(),ConfirmPrompt:e4()}});var n4=ce(i4=>{"use strict";var Hs=i4,Rz=r4(),OB=t=>t;function No(t,e,r={}){return new Promise((i,n)=>{let s=new Rz[t](e),a=r.onAbort||OB,A=r.onSubmit||OB,c=r.onExit||OB;s.on("state",e.onState||OB),s.on("submit",l=>i(A(l))),s.on("exit",l=>i(c(l))),s.on("abort",l=>n(a(l)))})}Hs.text=t=>No("TextPrompt",t);Hs.password=t=>(t.style="password",Hs.text(t));Hs.invisible=t=>(t.style="invisible",Hs.text(t));Hs.number=t=>No("NumberPrompt",t);Hs.date=t=>No("DatePrompt",t);Hs.confirm=t=>No("ConfirmPrompt",t);Hs.list=t=>{let e=t.separator||",";return No("TextPrompt",t,{onSubmit:r=>r.split(e).map(i=>i.trim())})};Hs.toggle=t=>No("TogglePrompt",t);Hs.select=t=>No("SelectPrompt",t);Hs.multiselect=t=>{t.choices=[].concat(t.choices||[]);let e=r=>r.filter(i=>i.selected).map(i=>i.value);return No("MultiselectPrompt",t,{onAbort:e,onSubmit:e})};Hs.autocompleteMultiselect=t=>{t.choices=[].concat(t.choices||[]);let e=r=>r.filter(i=>i.selected).map(i=>i.value);return No("AutocompleteMultiselectPrompt",t,{onAbort:e,onSubmit:e})};var Nz=(t,e)=>Promise.resolve(e.filter(r=>r.title.slice(0,t.length).toLowerCase()===t.toLowerCase()));Hs.autocomplete=t=>(t.suggest=t.suggest||Nz,t.choices=[].concat(t.choices||[]),No("AutocompletePrompt",t))});var A4=ce((Ale,a4)=>{"use strict";var Bv=n4(),Fz=["suggest","format","onState","validate","onRender","type"],s4=()=>{};async function cu(t=[],{onSubmit:e=s4,onCancel:r=s4}={}){let i={},n=cu._override||{};t=[].concat(t);let s,a,A,c,l,g,C=async(B,I,v=!1)=>{if(!(!v&&B.validate&&B.validate(I)!==!0))return B.format?await B.format(I,i):I};for(a of t)if({name:c,type:l}=a,typeof l=="function"&&(l=await l(s,{...i},a),a.type=l),!!l){for(let B in a){if(Fz.includes(B))continue;let I=a[B];a[B]=typeof I=="function"?await I(s,{...i},g):I}if(g=a,typeof a.message!="string")throw new Error("prompt message is required");if({name:c,type:l}=a,Bv[l]===void 0)throw new Error(`prompt type (${l}) is not defined`);if(n[a.name]!==void 0&&(s=await C(a,n[a.name]),s!==void 0)){i[c]=s;continue}try{s=cu._injected?Tz(cu._injected,a.initial):await Bv[l](a),i[c]=s=await C(a,s,!0),A=await e(a,s,i)}catch{A=!await r(a,i)}if(A)return i}return i}function Tz(t,e){let r=t.shift();if(r instanceof Error)throw r;return r===void 0?e:r}function kz(t){cu._injected=(cu._injected||[]).concat(t)}function Mz(t){cu._override=Object.assign({},t)}a4.exports=Object.assign(cu,{prompt:cu,prompts:Bv,inject:kz,override:Mz})});var qB=ce((ole,o4)=>{function Uz(t){t=(Array.isArray(t)?t:t.split(".")).map(Number);let e=0,r=process.versions.node.split(".").map(Number);for(;e<t.length;e++){if(r[e]>t[e])return!1;if(t[e]>r[e])return!0}return!1}o4.exports=Uz("8.6.0")?F8():A4()});var S4=ce((nfe,$z)=>{$z.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var R4=ce((sfe,D4)=>{D4.exports=S4()});var T4=ce(Ys=>{"use strict";var jB=R4(),Kz=require("path").extname,N4=/^\s*([^;\s]*)(?:;|\s|$)/,Vz=/^text\//i;Ys.charset=F4;Ys.charsets={lookup:F4};Ys.contentType=Wz;Ys.extension=zz;Ys.extensions=Object.create(null);Ys.lookup=Xz;Ys.types=Object.create(null);Zz(Ys.extensions,Ys.types);function F4(t){if(!t||typeof t!="string")return!1;var e=N4.exec(t),r=e&&jB[e[1].toLowerCase()];return r&&r.charset?r.charset:e&&Vz.test(e[1])?"UTF-8":!1}function Wz(t){if(!t||typeof t!="string")return!1;var e=t.indexOf("/")===-1?Ys.lookup(t):t;if(!e)return!1;if(e.indexOf("charset")===-1){var r=Ys.charset(e);r&&(e+="; charset="+r.toLowerCase())}return e}function zz(t){if(!t||typeof t!="string")return!1;var e=N4.exec(t),r=e&&Ys.extensions[e[1].toLowerCase()];return!r||!r.length?!1:r[0]}function Xz(t){if(!t||typeof t!="string")return!1;var e=Kz("x."+t).toLowerCase().substr(1);return e&&Ys.types[e]||!1}function Zz(t,e){var r=["nginx","apache",void 0,"iana"];Object.keys(jB).forEach(function(n){var s=jB[n],a=s.extensions;if(!(!a||!a.length)){t[n]=a;for(var A=0;A<a.length;A++){var c=a[A];if(e[c]){var l=r.indexOf(jB[e[c]].source),g=r.indexOf(s.source);if(e[c]!=="application/octet-stream"&&(l>g||l===g&&e[c].substr(0,12)==="application/"))continue}e[c]=n}}})}});var O4=ce((Afe,G4)=>{"use strict";G4.exports=M4;function M4(t,e,r){t instanceof RegExp&&(t=k4(t,r)),e instanceof RegExp&&(e=k4(e,r));var i=U4(t,e,r);return i&&{start:i[0],end:i[1],pre:r.slice(0,i[0]),body:r.slice(i[0]+t.length,i[1]),post:r.slice(i[1]+e.length)}}function k4(t,e){var r=e.match(t);return r?r[0]:null}M4.range=U4;function U4(t,e,r){var i,n,s,a,A,c=r.indexOf(t),l=r.indexOf(e,c+1),g=c;if(c>=0&&l>0){if(t===e)return[c,l];for(i=[],s=r.length;g>=0&&!A;)g==c?(i.push(g),c=r.indexOf(t,g+1)):i.length==1?A=[i.pop(),l]:(n=i.pop(),n<s&&(s=n,a=l),l=r.indexOf(e,g+1)),g=c<l&&c>=0?c:l;i.length&&(A=[s,a])}return A}});var $4=ce((ofe,J4)=>{var q4=O4();J4.exports=rX;var L4="\0SLASH"+Math.random()+"\0",P4="\0OPEN"+Math.random()+"\0",_v="\0CLOSE"+Math.random()+"\0",H4="\0COMMA"+Math.random()+"\0",j4="\0PERIOD"+Math.random()+"\0";function xv(t){return parseInt(t,10)==t?parseInt(t,10):t.charCodeAt(0)}function eX(t){return t.split("\\\\").join(L4).split("\\{").join(P4).split("\\}").join(_v).split("\\,").join(H4).split("\\.").join(j4)}function tX(t){return t.split(L4).join("\\").split(P4).join("{").split(_v).join("}").split(H4).join(",").split(j4).join(".")}function Y4(t){if(!t)return[""];var e=[],r=q4("{","}",t);if(!r)return t.split(",");var i=r.pre,n=r.body,s=r.post,a=i.split(",");a[a.length-1]+="{"+n+"}";var A=Y4(s);return s.length&&(a[a.length-1]+=A.shift(),a.push.apply(a,A)),e.push.apply(e,a),e}function rX(t){return t?(t.substr(0,2)==="{}"&&(t="\\{\\}"+t.substr(2)),Ep(eX(t),!0).map(tX)):[]}function iX(t){return"{"+t+"}"}function nX(t){return/^-?0\d/.test(t)}function sX(t,e){return t<=e}function aX(t,e){return t>=e}function Ep(t,e){var r=[],i=q4("{","}",t);if(!i)return[t];var n=i.pre,s=i.post.length?Ep(i.post,!1):[""];if(/\$$/.test(i.pre))for(var a=0;a<s.length;a++){var A=n+"{"+i.body+"}"+s[a];r.push(A)}else{var c=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(i.body),l=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(i.body),g=c||l,C=i.body.indexOf(",")>=0;if(!g&&!C)return i.post.match(/,.*\}/)?(t=i.pre+"{"+i.body+_v+i.post,Ep(t)):[t];var B;if(g)B=i.body.split(/\.\./);else if(B=Y4(i.body),B.length===1&&(B=Ep(B[0],!1).map(iX),B.length===1))return s.map(function(X){return i.pre+B[0]+X});var I;if(g){var v=xv(B[0]),F=xv(B[1]),q=Math.max(B[0].length,B[1].length),P=B.length==3?Math.abs(xv(B[2])):1,M=sX,W=F<v;W&&(P*=-1,M=aX);var ne=B.some(nX);I=[];for(var ie=v;M(ie,F);ie+=P){var T;if(l)T=String.fromCharCode(ie),T==="\\"&&(T="");else if(T=String(ie),ne){var D=q-T.length;if(D>0){var Y=new Array(D+1).join("0");ie<0?T="-"+Y+T.slice(1):T=Y+T}}I.push(T)}}else{I=[];for(var S=0;S<B.length;S++)I.push.apply(I,Ep(B[S],!1))}for(var S=0;S<I.length;S++)for(var a=0;a<s.length;a++){var A=n+I[S]+s[a];(!e||g||A)&&r.push(A)}}return r}});var w6=ce((kfe,Pv)=>{"use strict";var C6=(t,e)=>{for(let r of Reflect.ownKeys(e))Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r));return t};Pv.exports=C6;Pv.exports.default=C6});var v6=ce((Mfe,ZB)=>{"use strict";var qX=w6(),XB=new WeakMap,b6=(t,e={})=>{if(typeof t!="function")throw new TypeError("Expected a function");let r,i=0,n=t.displayName||t.name||"<anonymous>",s=function(...a){if(XB.set(s,++i),i===1)r=t.apply(this,a),t=null;else if(e.throw===!0)throw new Error(`Function \`${n}\` can only be called once`);return r};return qX(s,t),XB.set(s,i),s};ZB.exports=b6;ZB.exports.default=b6;ZB.exports.callCount=t=>{if(!XB.has(t))throw new Error(`The given function \`${t.name}\` is not wrapped by the \`onetime\` package`);return XB.get(t)}});var x6=ce((Ufe,em)=>{em.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&em.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&em.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var N6=ce((Gfe,Bh)=>{var Gi=global.process,Cl=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};Cl(Gi)?(_6=require("assert"),Eh=x6(),S6=/^win/i.test(Gi.platform),mp=require("events"),typeof mp!="function"&&(mp=mp.EventEmitter),Gi.__signal_exit_emitter__?On=Gi.__signal_exit_emitter__:(On=Gi.__signal_exit_emitter__=new mp,On.count=0,On.emitted={}),On.infinite||(On.setMaxListeners(1/0),On.infinite=!0),Bh.exports=function(t,e){if(!Cl(global.process))return function(){};_6.equal(typeof t,"function","a callback must be provided for exit handler"),Ih===!1&&Hv();var r="exit";e&&e.alwaysLast&&(r="afterexit");var i=function(){On.removeListener(r,t),On.listeners("exit").length===0&&On.listeners("afterexit").length===0&&tm()};return On.on(r,t),i},tm=function(){!Ih||!Cl(global.process)||(Ih=!1,Eh.forEach(function(e){try{Gi.removeListener(e,rm[e])}catch{}}),Gi.emit=im,Gi.reallyExit=jv,On.count-=1)},Bh.exports.unload=tm,wl=function(e,r,i){On.emitted[e]||(On.emitted[e]=!0,On.emit(e,r,i))},rm={},Eh.forEach(function(t){rm[t]=function(){if(Cl(global.process)){var r=Gi.listeners(t);r.length===On.count&&(tm(),wl("exit",null,t),wl("afterexit",null,t),S6&&t==="SIGHUP"&&(t="SIGINT"),Gi.kill(Gi.pid,t))}}}),Bh.exports.signals=function(){return Eh},Ih=!1,Hv=function(){Ih||!Cl(global.process)||(Ih=!0,On.count+=1,Eh=Eh.filter(function(e){try{return Gi.on(e,rm[e]),!0}catch{return!1}}),Gi.emit=R6,Gi.reallyExit=D6)},Bh.exports.load=Hv,jv=Gi.reallyExit,D6=function(e){Cl(global.process)&&(Gi.exitCode=e||0,wl("exit",Gi.exitCode,null),wl("afterexit",Gi.exitCode,null),jv.call(Gi,Gi.exitCode))},im=Gi.emit,R6=function(e,r){if(e==="exit"&&Cl(global.process)){r!==void 0&&(Gi.exitCode=r);var i=im.apply(this,arguments);return wl("exit",Gi.exitCode,null),wl("afterexit",Gi.exitCode,null),i}else return im.apply(this,arguments)}):Bh.exports=function(){return function(){}};var _6,Eh,S6,mp,On,tm,wl,rm,Ih,Hv,jv,D6,im,R6});var U6=ce((Pfe,PX)=>{PX.exports={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u2764\uFE0F "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]}}});var q6=ce((Hfe,O6)=>{"use strict";var sm=Object.assign({},U6()),G6=Object.keys(sm);Object.defineProperty(sm,"random",{get(){let t=Math.floor(Math.random()*G6.length),e=G6[t];return sm[e]}});O6.exports=sm});var L6=ce((zfe,am)=>{var JX=function(){"use strict";function t(a,A,c,l){var g;typeof A=="object"&&(c=A.depth,l=A.prototype,g=A.filter,A=A.circular);var C=[],B=[],I=typeof Buffer<"u";typeof A>"u"&&(A=!0),typeof c>"u"&&(c=1/0);function v(F,q){if(F===null)return null;if(q==0)return F;var P,M;if(typeof F!="object")return F;if(t.__isArray(F))P=[];else if(t.__isRegExp(F))P=new RegExp(F.source,s(F)),F.lastIndex&&(P.lastIndex=F.lastIndex);else if(t.__isDate(F))P=new Date(F.getTime());else{if(I&&Buffer.isBuffer(F))return Buffer.allocUnsafe?P=Buffer.allocUnsafe(F.length):P=new Buffer(F.length),F.copy(P),P;typeof l>"u"?(M=Object.getPrototypeOf(F),P=Object.create(M)):(P=Object.create(l),M=l)}if(A){var W=C.indexOf(F);if(W!=-1)return B[W];C.push(F),B.push(P)}for(var ne in F){var ie;M&&(ie=Object.getOwnPropertyDescriptor(M,ne)),!(ie&&ie.set==null)&&(P[ne]=v(F[ne],q-1))}return P}return v(a,c)}t.clonePrototype=function(A){if(A===null)return null;var c=function(){};return c.prototype=A,new c};function e(a){return Object.prototype.toString.call(a)}t.__objToStr=e;function r(a){return typeof a=="object"&&e(a)==="[object Date]"}t.__isDate=r;function i(a){return typeof a=="object"&&e(a)==="[object Array]"}t.__isArray=i;function n(a){return typeof a=="object"&&e(a)==="[object RegExp]"}t.__isRegExp=n;function s(a){var A="";return a.global&&(A+="g"),a.ignoreCase&&(A+="i"),a.multiline&&(A+="m"),A}return t.__getRegExpFlags=s,t}();typeof am=="object"&&am.exports&&(am.exports=JX)});var H6=ce((Xfe,P6)=>{var $X=L6();P6.exports=function(t,e){return t=t||{},Object.keys(e).forEach(function(r){typeof t[r]>"u"&&(t[r]=$X(e[r]))}),t}});var Y6=ce((Zfe,j6)=>{j6.exports=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531],[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]]});var V6=ce((ehe,Vv)=>{"use strict";var KX=H6(),Cp=Y6(),$6={nul:0,control:0};Vv.exports=function(e){return K6(e,$6)};Vv.exports.config=function(t){return t=KX(t||{},$6),function(r){return K6(r,t)}};function K6(t,e){if(typeof t!="string")return J6(t,e);for(var r=0,i=0;i<t.length;i++){var n=J6(t.charCodeAt(i),e);if(n<0)return-1;r+=n}return r}function J6(t,e){return t===0?e.nul:t<32||t>=127&&t<160?e.control:VX(t)?0:1+(t>=4352&&(t<=4447||t==9001||t==9002||t>=11904&&t<=42191&&t!=12351||t>=44032&&t<=55203||t>=63744&&t<=64255||t>=65040&&t<=65049||t>=65072&&t<=65135||t>=65280&&t<=65376||t>=65504&&t<=65510||t>=131072&&t<=196605||t>=196608&&t<=262141))}function VX(t){var e=0,r=Cp.length-1,i;if(t<Cp[0][0]||t>Cp[r][1])return!1;for(;r>=e;)if(i=Math.floor((e+r)/2),t>Cp[i][1])e=i+1;else if(t<Cp[i][0])r=i-1;else return!0;return!1}});var zv=ce((rhe,W6)=>{W6.exports=require("stream")});var ek=ce((ihe,Z6)=>{"use strict";function z6(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),r.push.apply(r,i)}return r}function WX(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?z6(Object(r),!0).forEach(function(i){zX(t,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):z6(Object(r)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(r,i))})}return t}function zX(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function XX(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function X6(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function ZX(t,e,r){return e&&X6(t.prototype,e),r&&X6(t,r),t}var eZ=require("buffer"),Am=eZ.Buffer,tZ=require("util"),Xv=tZ.inspect,rZ=Xv&&Xv.custom||"inspect";function iZ(t,e,r){Am.prototype.copy.call(t,e,r)}Z6.exports=function(){function t(){XX(this,t),this.head=null,this.tail=null,this.length=0}return ZX(t,[{key:"push",value:function(r){var i={data:r,next:null};this.length>0?this.tail.next=i:this.head=i,this.tail=i,++this.length}},{key:"unshift",value:function(r){var i={data:r,next:this.head};this.length===0&&(this.tail=i),this.head=i,++this.length}},{key:"shift",value:function(){if(this.length!==0){var r=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,r}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(r){if(this.length===0)return"";for(var i=this.head,n=""+i.data;i=i.next;)n+=r+i.data;return n}},{key:"concat",value:function(r){if(this.length===0)return Am.alloc(0);for(var i=Am.allocUnsafe(r>>>0),n=this.head,s=0;n;)iZ(n.data,i,s),s+=n.data.length,n=n.next;return i}},{key:"consume",value:function(r,i){var n;return r<this.head.data.length?(n=this.head.data.slice(0,r),this.head.data=this.head.data.slice(r)):r===this.head.data.length?n=this.shift():n=i?this._getString(r):this._getBuffer(r),n}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(r){var i=this.head,n=1,s=i.data;for(r-=s.length;i=i.next;){var a=i.data,A=r>a.length?a.length:r;if(A===a.length?s+=a:s+=a.slice(0,r),r-=A,r===0){A===a.length?(++n,i.next?this.head=i.next:this.head=this.tail=null):(this.head=i,i.data=a.slice(A));break}++n}return this.length-=n,s}},{key:"_getBuffer",value:function(r){var i=Am.allocUnsafe(r),n=this.head,s=1;for(n.data.copy(i),r-=n.data.length;n=n.next;){var a=n.data,A=r>a.length?a.length:r;if(a.copy(i,i.length-r,0,A),r-=A,r===0){A===a.length?(++s,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=a.slice(A));break}++s}return this.length-=s,i}},{key:rZ,value:function(r,i){return Xv(this,WX({},i,{depth:0,customInspect:!1}))}}]),t}()});var e1=ce((nhe,rk)=>{"use strict";function nZ(t,e){var r=this,i=this._readableState&&this._readableState.destroyed,n=this._writableState&&this._writableState.destroyed;return i||n?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(Zv,this,t)):process.nextTick(Zv,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(s){!e&&s?r._writableState?r._writableState.errorEmitted?process.nextTick(om,r):(r._writableState.errorEmitted=!0,process.nextTick(tk,r,s)):process.nextTick(tk,r,s):e?(process.nextTick(om,r),e(s)):process.nextTick(om,r)}),this)}function tk(t,e){Zv(t,e),om(t)}function om(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function sZ(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function Zv(t,e){t.emit("error",e)}function aZ(t,e){var r=t._readableState,i=t._writableState;r&&r.autoDestroy||i&&i.autoDestroy?t.destroy(e):t.emit("error",e)}rk.exports={destroy:nZ,undestroy:sZ,errorOrDestroy:aZ}});var fu=ce((she,sk)=>{"use strict";var nk={};function fA(t,e,r){r||(r=Error);function i(s,a,A){return typeof e=="string"?e:e(s,a,A)}class n extends r{constructor(a,A,c){super(i(a,A,c))}}n.prototype.name=r.name,n.prototype.code=t,nk[t]=n}function ik(t,e){if(Array.isArray(t)){let r=t.length;return t=t.map(i=>String(i)),r>2?`one of ${e} ${t.slice(0,r-1).join(", ")}, or `+t[r-1]:r===2?`one of ${e} ${t[0]} or ${t[1]}`:`of ${e} ${t[0]}`}else return`of ${e} ${String(t)}`}function AZ(t,e,r){return t.substr(!r||r<0?0:+r,e.length)===e}function oZ(t,e,r){return(r===void 0||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}function cZ(t,e,r){return typeof r!="number"&&(r=0),r+e.length>t.length?!1:t.indexOf(e,r)!==-1}fA("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);fA("ERR_INVALID_ARG_TYPE",function(t,e,r){let i;typeof e=="string"&&AZ(e,"not ")?(i="must not be",e=e.replace(/^not /,"")):i="must be";let n;if(oZ(t," argument"))n=`The ${t} ${i} ${ik(e,"type")}`;else{let s=cZ(t,".")?"property":"argument";n=`The "${t}" ${s} ${i} ${ik(e,"type")}`}return n+=`. Received type ${typeof r}`,n},TypeError);fA("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");fA("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});fA("ERR_STREAM_PREMATURE_CLOSE","Premature close");fA("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});fA("ERR_MULTIPLE_CALLBACK","Callback called multiple times");fA("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");fA("ERR_STREAM_WRITE_AFTER_END","write after end");fA("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);fA("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);fA("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");sk.exports.codes=nk});var t1=ce((ahe,ak)=>{"use strict";var uZ=fu().codes.ERR_INVALID_OPT_VALUE;function lZ(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}function fZ(t,e,r,i){var n=lZ(e,i,r);if(n!=null){if(!(isFinite(n)&&Math.floor(n)===n)||n<0){var s=i?r:"highWaterMark";throw new uZ(s,n)}return Math.floor(n)}return t.objectMode?16:16*1024}ak.exports={getHighWaterMark:fZ}});var Ak=ce((Ahe,r1)=>{typeof Object.create=="function"?r1.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:r1.exports=function(e,r){if(r){e.super_=r;var i=function(){};i.prototype=r.prototype,e.prototype=new i,e.prototype.constructor=e}}});var bl=ce((ohe,n1)=>{try{if(i1=require("util"),typeof i1.inherits!="function")throw"";n1.exports=i1.inherits}catch{n1.exports=Ak()}var i1});var ck=ce((che,ok)=>{ok.exports=require("util").deprecate});var A1=ce((uhe,dk)=>{"use strict";dk.exports=tn;function lk(t){var e=this;this.next=null,this.entry=null,this.finish=function(){OZ(e,t)}}var yh;tn.WritableState=bp;var hZ={deprecate:ck()},fk=zv(),um=require("buffer").Buffer,gZ=global.Uint8Array||function(){};function dZ(t){return um.from(t)}function pZ(t){return um.isBuffer(t)||t instanceof gZ}var a1=e1(),EZ=t1(),IZ=EZ.getHighWaterMark,hu=fu().codes,BZ=hu.ERR_INVALID_ARG_TYPE,mZ=hu.ERR_METHOD_NOT_IMPLEMENTED,yZ=hu.ERR_MULTIPLE_CALLBACK,QZ=hu.ERR_STREAM_CANNOT_PIPE,CZ=hu.ERR_STREAM_DESTROYED,wZ=hu.ERR_STREAM_NULL_VALUES,bZ=hu.ERR_STREAM_WRITE_AFTER_END,vZ=hu.ERR_UNKNOWN_ENCODING,Qh=a1.errorOrDestroy;bl()(tn,fk);function xZ(){}function bp(t,e,r){yh=yh||vl(),t=t||{},typeof r!="boolean"&&(r=e instanceof yh),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=IZ(this,t,"writableHighWaterMark",r),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var i=t.decodeStrings===!1;this.decodeStrings=!i,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(n){TZ(e,n)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new lk(this)}bp.prototype.getBuffer=function(){for(var e=this.bufferedRequest,r=[];e;)r.push(e),e=e.next;return r};(function(){try{Object.defineProperty(bp.prototype,"buffer",{get:hZ.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var cm;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(cm=Function.prototype[Symbol.hasInstance],Object.defineProperty(tn,Symbol.hasInstance,{value:function(e){return cm.call(this,e)?!0:this!==tn?!1:e&&e._writableState instanceof bp}})):cm=function(e){return e instanceof this};function tn(t){yh=yh||vl();var e=this instanceof yh;if(!e&&!cm.call(tn,this))return new tn(t);this._writableState=new bp(t,this,e),this.writable=!0,t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final)),fk.call(this)}tn.prototype.pipe=function(){Qh(this,new QZ)};function _Z(t,e){var r=new bZ;Qh(t,r),process.nextTick(e,r)}function SZ(t,e,r,i){var n;return r===null?n=new wZ:typeof r!="string"&&!e.objectMode&&(n=new BZ("chunk",["string","Buffer"],r)),n?(Qh(t,n),process.nextTick(i,n),!1):!0}tn.prototype.write=function(t,e,r){var i=this._writableState,n=!1,s=!i.objectMode&&pZ(t);return s&&!um.isBuffer(t)&&(t=dZ(t)),typeof e=="function"&&(r=e,e=null),s?e="buffer":e||(e=i.defaultEncoding),typeof r!="function"&&(r=xZ),i.ending?_Z(this,r):(s||SZ(this,i,t,r))&&(i.pendingcb++,n=RZ(this,i,s,t,e,r)),n};tn.prototype.cork=function(){this._writableState.corked++};tn.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&hk(this,t))};tn.prototype.setDefaultEncoding=function(e){if(typeof e=="string"&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new vZ(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(tn.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function DZ(t,e,r){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=um.from(e,r)),e}Object.defineProperty(tn.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function RZ(t,e,r,i,n,s){if(!r){var a=DZ(e,i,n);i!==a&&(r=!0,n="buffer",i=a)}var A=e.objectMode?1:i.length;e.length+=A;var c=e.length<e.highWaterMark;if(c||(e.needDrain=!0),e.writing||e.corked){var l=e.lastBufferedRequest;e.lastBufferedRequest={chunk:i,encoding:n,isBuf:r,callback:s,next:null},l?l.next=e.lastBufferedRequest:e.bufferedRequest=e.lastBufferedRequest,e.bufferedRequestCount+=1}else s1(t,e,!1,A,i,n,s);return c}function s1(t,e,r,i,n,s,a){e.writelen=i,e.writecb=a,e.writing=!0,e.sync=!0,e.destroyed?e.onwrite(new CZ("write")):r?t._writev(n,e.onwrite):t._write(n,s,e.onwrite),e.sync=!1}function NZ(t,e,r,i,n){--e.pendingcb,r?(process.nextTick(n,i),process.nextTick(wp,t,e),t._writableState.errorEmitted=!0,Qh(t,i)):(n(i),t._writableState.errorEmitted=!0,Qh(t,i),wp(t,e))}function FZ(t){t.writing=!1,t.writecb=null,t.length-=t.writelen,t.writelen=0}function TZ(t,e){var r=t._writableState,i=r.sync,n=r.writecb;if(typeof n!="function")throw new yZ;if(FZ(r),e)NZ(t,r,i,e,n);else{var s=gk(r)||t.destroyed;!s&&!r.corked&&!r.bufferProcessing&&r.bufferedRequest&&hk(t,r),i?process.nextTick(uk,t,r,s,n):uk(t,r,s,n)}}function uk(t,e,r,i){r||kZ(t,e),e.pendingcb--,i(),wp(t,e)}function kZ(t,e){e.length===0&&e.needDrain&&(e.needDrain=!1,t.emit("drain"))}function hk(t,e){e.bufferProcessing=!0;var r=e.bufferedRequest;if(t._writev&&r&&r.next){var i=e.bufferedRequestCount,n=new Array(i),s=e.corkedRequestsFree;s.entry=r;for(var a=0,A=!0;r;)n[a]=r,r.isBuf||(A=!1),r=r.next,a+=1;n.allBuffers=A,s1(t,e,!0,e.length,n,"",s.finish),e.pendingcb++,e.lastBufferedRequest=null,s.next?(e.corkedRequestsFree=s.next,s.next=null):e.corkedRequestsFree=new lk(e),e.bufferedRequestCount=0}else{for(;r;){var c=r.chunk,l=r.encoding,g=r.callback,C=e.objectMode?1:c.length;if(s1(t,e,!1,C,c,l,g),r=r.next,e.bufferedRequestCount--,e.writing)break}r===null&&(e.lastBufferedRequest=null)}e.bufferedRequest=r,e.bufferProcessing=!1}tn.prototype._write=function(t,e,r){r(new mZ("_write()"))};tn.prototype._writev=null;tn.prototype.end=function(t,e,r){var i=this._writableState;return typeof t=="function"?(r=t,t=null,e=null):typeof e=="function"&&(r=e,e=null),t!=null&&this.write(t,e),i.corked&&(i.corked=1,this.uncork()),i.ending||GZ(this,i,r),this};Object.defineProperty(tn.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function gk(t){return t.ending&&t.length===0&&t.bufferedRequest===null&&!t.finished&&!t.writing}function MZ(t,e){t._final(function(r){e.pendingcb--,r&&Qh(t,r),e.prefinished=!0,t.emit("prefinish"),wp(t,e)})}function UZ(t,e){!e.prefinished&&!e.finalCalled&&(typeof t._final=="function"&&!e.destroyed?(e.pendingcb++,e.finalCalled=!0,process.nextTick(MZ,t,e)):(e.prefinished=!0,t.emit("prefinish")))}function wp(t,e){var r=gk(e);if(r&&(UZ(t,e),e.pendingcb===0&&(e.finished=!0,t.emit("finish"),e.autoDestroy))){var i=t._readableState;(!i||i.autoDestroy&&i.endEmitted)&&t.destroy()}return r}function GZ(t,e,r){e.ending=!0,wp(t,e),r&&(e.finished?process.nextTick(r):t.once("finish",r)),e.ended=!0,t.writable=!1}function OZ(t,e,r){var i=t.entry;for(t.entry=null;i;){var n=i.callback;e.pendingcb--,n(r),i=i.next}e.corkedRequestsFree.next=t}Object.defineProperty(tn.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}});tn.prototype.destroy=a1.destroy;tn.prototype._undestroy=a1.undestroy;tn.prototype._destroy=function(t,e){e(t)}});var vl=ce((lhe,Ek)=>{"use strict";var qZ=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};Ek.exports=ko;var pk=u1(),c1=A1();bl()(ko,pk);for(o1=qZ(c1.prototype),lm=0;lm<o1.length;lm++)fm=o1[lm],ko.prototype[fm]||(ko.prototype[fm]=c1.prototype[fm]);var o1,fm,lm;function ko(t){if(!(this instanceof ko))return new ko(t);pk.call(this,t),c1.call(this,t),this.allowHalfOpen=!0,t&&(t.readable===!1&&(this.readable=!1),t.writable===!1&&(this.writable=!1),t.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",LZ)))}Object.defineProperty(ko.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});Object.defineProperty(ko.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});Object.defineProperty(ko.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function LZ(){this._writableState.ended||process.nextTick(PZ,this)}function PZ(t){t.end()}Object.defineProperty(ko.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(e){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=e,this._writableState.destroyed=e)}})});var mk=ce((l1,Bk)=>{var hm=require("buffer"),Mo=hm.Buffer;function Ik(t,e){for(var r in t)e[r]=t[r]}Mo.from&&Mo.alloc&&Mo.allocUnsafe&&Mo.allocUnsafeSlow?Bk.exports=hm:(Ik(hm,l1),l1.Buffer=xl);function xl(t,e,r){return Mo(t,e,r)}xl.prototype=Object.create(Mo.prototype);Ik(Mo,xl);xl.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return Mo(t,e,r)};xl.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var i=Mo(t);return e!==void 0?typeof r=="string"?i.fill(e,r):i.fill(e):i.fill(0),i};xl.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Mo(t)};xl.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return hm.SlowBuffer(t)}});var g1=ce(Qk=>{"use strict";var h1=mk().Buffer,yk=h1.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function HZ(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function jZ(t){var e=HZ(t);if(typeof e!="string"&&(h1.isEncoding===yk||!yk(t)))throw new Error("Unknown encoding: "+t);return e||t}Qk.StringDecoder=vp;function vp(t){this.encoding=jZ(t);var e;switch(this.encoding){case"utf16le":this.text=WZ,this.end=zZ,e=4;break;case"utf8":this.fillLast=$Z,e=4;break;case"base64":this.text=XZ,this.end=ZZ,e=3;break;default:this.write=eee,this.end=tee;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=h1.allocUnsafe(e)}vp.prototype.write=function(t){if(t.length===0)return"";var e,r;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<t.length?e?e+this.text(t,r):this.text(t,r):e||""};vp.prototype.end=VZ;vp.prototype.text=KZ;vp.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};function f1(t){return t<=127?0:t>>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function YZ(t,e,r){var i=e.length-1;if(i<r)return 0;var n=f1(e[i]);return n>=0?(n>0&&(t.lastNeed=n-1),n):--i<r||n===-2?0:(n=f1(e[i]),n>=0?(n>0&&(t.lastNeed=n-2),n):--i<r||n===-2?0:(n=f1(e[i]),n>=0?(n>0&&(n===2?n=0:t.lastNeed=n-3),n):0))}function JZ(t,e,r){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}function $Z(t){var e=this.lastTotal-this.lastNeed,r=JZ(this,t,e);if(r!==void 0)return r;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function KZ(t,e){var r=YZ(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var i=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,i),t.toString("utf8",e,i)}function VZ(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function WZ(t,e){if((t.length-e)%2===0){var r=t.toString("utf16le",e);if(r){var i=r.charCodeAt(r.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function zZ(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function XZ(t,e){var r=(t.length-e)%3;return r===0?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function ZZ(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function eee(t){return t.toString(this.encoding)}function tee(t){return t&&t.length?this.write(t):""}});var gm=ce((hhe,bk)=>{"use strict";var Ck=fu().codes.ERR_STREAM_PREMATURE_CLOSE;function ree(t){var e=!1;return function(){if(!e){e=!0;for(var r=arguments.length,i=new Array(r),n=0;n<r;n++)i[n]=arguments[n];t.apply(this,i)}}}function iee(){}function nee(t){return t.setHeader&&typeof t.abort=="function"}function wk(t,e,r){if(typeof e=="function")return wk(t,null,e);e||(e={}),r=ree(r||iee);var i=e.readable||e.readable!==!1&&t.readable,n=e.writable||e.writable!==!1&&t.writable,s=function(){t.writable||A()},a=t._writableState&&t._writableState.finished,A=function(){n=!1,a=!0,i||r.call(t)},c=t._readableState&&t._readableState.endEmitted,l=function(){i=!1,c=!0,n||r.call(t)},g=function(v){r.call(t,v)},C=function(){var v;if(i&&!c)return(!t._readableState||!t._readableState.ended)&&(v=new Ck),r.call(t,v);if(n&&!a)return(!t._writableState||!t._writableState.ended)&&(v=new Ck),r.call(t,v)},B=function(){t.req.on("finish",A)};return nee(t)?(t.on("complete",A),t.on("abort",C),t.req?B():t.on("request",B)):n&&!t._writableState&&(t.on("end",s),t.on("close",s)),t.on("end",l),t.on("finish",A),e.error!==!1&&t.on("error",g),t.on("close",C),function(){t.removeListener("complete",A),t.removeListener("abort",C),t.removeListener("request",B),t.req&&t.req.removeListener("finish",A),t.removeListener("end",s),t.removeListener("close",s),t.removeListener("finish",A),t.removeListener("end",l),t.removeListener("error",g),t.removeListener("close",C)}}bk.exports=wk});var xk=ce((ghe,vk)=>{"use strict";var dm;function gu(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var see=gm(),du=Symbol("lastResolve"),_l=Symbol("lastReject"),xp=Symbol("error"),pm=Symbol("ended"),Sl=Symbol("lastPromise"),d1=Symbol("handlePromise"),Dl=Symbol("stream");function pu(t,e){return{value:t,done:e}}function aee(t){var e=t[du];if(e!==null){var r=t[Dl].read();r!==null&&(t[Sl]=null,t[du]=null,t[_l]=null,e(pu(r,!1)))}}function Aee(t){process.nextTick(aee,t)}function oee(t,e){return function(r,i){t.then(function(){if(e[pm]){r(pu(void 0,!0));return}e[d1](r,i)},i)}}var cee=Object.getPrototypeOf(function(){}),uee=Object.setPrototypeOf((dm={get stream(){return this[Dl]},next:function(){var e=this,r=this[xp];if(r!==null)return Promise.reject(r);if(this[pm])return Promise.resolve(pu(void 0,!0));if(this[Dl].destroyed)return new Promise(function(a,A){process.nextTick(function(){e[xp]?A(e[xp]):a(pu(void 0,!0))})});var i=this[Sl],n;if(i)n=new Promise(oee(i,this));else{var s=this[Dl].read();if(s!==null)return Promise.resolve(pu(s,!1));n=new Promise(this[d1])}return this[Sl]=n,n}},gu(dm,Symbol.asyncIterator,function(){return this}),gu(dm,"return",function(){var e=this;return new Promise(function(r,i){e[Dl].destroy(null,function(n){if(n){i(n);return}r(pu(void 0,!0))})})}),dm),cee),lee=function(e){var r,i=Object.create(uee,(r={},gu(r,Dl,{value:e,writable:!0}),gu(r,du,{value:null,writable:!0}),gu(r,_l,{value:null,writable:!0}),gu(r,xp,{value:null,writable:!0}),gu(r,pm,{value:e._readableState.endEmitted,writable:!0}),gu(r,d1,{value:function(s,a){var A=i[Dl].read();A?(i[Sl]=null,i[du]=null,i[_l]=null,s(pu(A,!1))):(i[du]=s,i[_l]=a)},writable:!0}),r));return i[Sl]=null,see(e,function(n){if(n&&n.code!=="ERR_STREAM_PREMATURE_CLOSE"){var s=i[_l];s!==null&&(i[Sl]=null,i[du]=null,i[_l]=null,s(n)),i[xp]=n;return}var a=i[du];a!==null&&(i[Sl]=null,i[du]=null,i[_l]=null,a(pu(void 0,!0))),i[pm]=!0}),e.on("readable",Aee.bind(null,i)),i};vk.exports=lee});var Rk=ce((dhe,Dk)=>{"use strict";function _k(t,e,r,i,n,s,a){try{var A=t[s](a),c=A.value}catch(l){r(l);return}A.done?e(c):Promise.resolve(c).then(i,n)}function fee(t){return function(){var e=this,r=arguments;return new Promise(function(i,n){var s=t.apply(e,r);function a(c){_k(s,i,n,a,A,"next",c)}function A(c){_k(s,i,n,a,A,"throw",c)}a(void 0)})}}function Sk(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),r.push.apply(r,i)}return r}function hee(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Sk(Object(r),!0).forEach(function(i){gee(t,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Sk(Object(r)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(r,i))})}return t}function gee(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var dee=fu().codes.ERR_INVALID_ARG_TYPE;function pee(t,e,r){var i;if(e&&typeof e.next=="function")i=e;else if(e&&e[Symbol.asyncIterator])i=e[Symbol.asyncIterator]();else if(e&&e[Symbol.iterator])i=e[Symbol.iterator]();else throw new dee("iterable",["Iterable"],e);var n=new t(hee({objectMode:!0},r)),s=!1;n._read=function(){s||(s=!0,a())};function a(){return A.apply(this,arguments)}function A(){return A=fee(function*(){try{var c=yield i.next(),l=c.value,g=c.done;g?n.push(null):n.push(yield l)?a():s=!1}catch(C){n.destroy(C)}}),A.apply(this,arguments)}return n}Dk.exports=pee});var u1=ce((Ehe,Lk)=>{"use strict";Lk.exports=Vr;var Ch;Vr.ReadableState=kk;var phe=require("events").EventEmitter,Tk=function(e,r){return e.listeners(r).length},Sp=zv(),Em=require("buffer").Buffer,Eee=global.Uint8Array||function(){};function Iee(t){return Em.from(t)}function Bee(t){return Em.isBuffer(t)||t instanceof Eee}var p1=require("util"),Dr;p1&&p1.debuglog?Dr=p1.debuglog("stream"):Dr=function(){};var mee=ek(),C1=e1(),yee=t1(),Qee=yee.getHighWaterMark,Im=fu().codes,Cee=Im.ERR_INVALID_ARG_TYPE,wee=Im.ERR_STREAM_PUSH_AFTER_EOF,bee=Im.ERR_METHOD_NOT_IMPLEMENTED,vee=Im.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,wh,E1,I1;bl()(Vr,Sp);var _p=C1.errorOrDestroy,B1=["error","close","destroy","pause","resume"];function xee(t,e,r){if(typeof t.prependListener=="function")return t.prependListener(e,r);!t._events||!t._events[e]?t.on(e,r):Array.isArray(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]}function kk(t,e,r){Ch=Ch||vl(),t=t||{},typeof r!="boolean"&&(r=e instanceof Ch),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=Qee(this,t,"readableHighWaterMark",r),this.buffer=new mee,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(wh||(wh=g1().StringDecoder),this.decoder=new wh(t.encoding),this.encoding=t.encoding)}function Vr(t){if(Ch=Ch||vl(),!(this instanceof Vr))return new Vr(t);var e=this instanceof Ch;this._readableState=new kk(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),Sp.call(this)}Object.defineProperty(Vr.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}});Vr.prototype.destroy=C1.destroy;Vr.prototype._undestroy=C1.undestroy;Vr.prototype._destroy=function(t,e){e(t)};Vr.prototype.push=function(t,e){var r=this._readableState,i;return r.objectMode?i=!0:typeof t=="string"&&(e=e||r.defaultEncoding,e!==r.encoding&&(t=Em.from(t,e),e=""),i=!0),Mk(this,t,e,!1,i)};Vr.prototype.unshift=function(t){return Mk(this,t,null,!0,!1)};function Mk(t,e,r,i,n){Dr("readableAddChunk",e);var s=t._readableState;if(e===null)s.reading=!1,Dee(t,s);else{var a;if(n||(a=_ee(s,e)),a)_p(t,a);else if(s.objectMode||e&&e.length>0)if(typeof e!="string"&&!s.objectMode&&Object.getPrototypeOf(e)!==Em.prototype&&(e=Iee(e)),i)s.endEmitted?_p(t,new vee):m1(t,s,e,!0);else if(s.ended)_p(t,new wee);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!r?(e=s.decoder.write(e),s.objectMode||e.length!==0?m1(t,s,e,!1):Q1(t,s)):m1(t,s,e,!1)}else i||(s.reading=!1,Q1(t,s))}return!s.ended&&(s.length<s.highWaterMark||s.length===0)}function m1(t,e,r,i){e.flowing&&e.length===0&&!e.sync?(e.awaitDrain=0,t.emit("data",r)):(e.length+=e.objectMode?1:r.length,i?e.buffer.unshift(r):e.buffer.push(r),e.needReadable&&Bm(t)),Q1(t,e)}function _ee(t,e){var r;return!Bee(e)&&typeof e!="string"&&e!==void 0&&!t.objectMode&&(r=new Cee("chunk",["string","Buffer","Uint8Array"],e)),r}Vr.prototype.isPaused=function(){return this._readableState.flowing===!1};Vr.prototype.setEncoding=function(t){wh||(wh=g1().StringDecoder);var e=new wh(t);this._readableState.decoder=e,this._readableState.encoding=this._readableState.decoder.encoding;for(var r=this._readableState.buffer.head,i="";r!==null;)i+=e.write(r.data),r=r.next;return this._readableState.buffer.clear(),i!==""&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};var Nk=1073741824;function See(t){return t>=Nk?t=Nk:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function Fk(t,e){return t<=0||e.length===0&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=See(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}Vr.prototype.read=function(t){Dr("read",t),t=parseInt(t,10);var e=this._readableState,r=t;if(t!==0&&(e.emittedReadable=!1),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return Dr("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?y1(this):Bm(this),null;if(t=Fk(t,e),t===0&&e.ended)return e.length===0&&y1(this),null;var i=e.needReadable;Dr("need readable",i),(e.length===0||e.length-t<e.highWaterMark)&&(i=!0,Dr("length less than watermark",i)),e.ended||e.reading?(i=!1,Dr("reading or ended",i)):i&&(Dr("do read"),e.reading=!0,e.sync=!0,e.length===0&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1,e.reading||(t=Fk(r,e)));var n;return t>0?n=Ok(t,e):n=null,n===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),e.length===0&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&y1(this)),n!==null&&this.emit("data",n),n};function Dee(t,e){if(Dr("onEofChunk"),!e.ended){if(e.decoder){var r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,e.sync?Bm(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,Uk(t)))}}function Bm(t){var e=t._readableState;Dr("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(Dr("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(Uk,t))}function Uk(t){var e=t._readableState;Dr("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,w1(t)}function Q1(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(Ree,t,e))}function Ree(t,e){for(;!e.reading&&!e.ended&&(e.length<e.highWaterMark||e.flowing&&e.length===0);){var r=e.length;if(Dr("maybeReadMore read 0"),t.read(0),r===e.length)break}e.readingMore=!1}Vr.prototype._read=function(t){_p(this,new bee("_read()"))};Vr.prototype.pipe=function(t,e){var r=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=t;break;case 1:i.pipes=[i.pipes,t];break;default:i.pipes.push(t);break}i.pipesCount+=1,Dr("pipe count=%d opts=%j",i.pipesCount,e);var n=(!e||e.end!==!1)&&t!==process.stdout&&t!==process.stderr,s=n?A:F;i.endEmitted?process.nextTick(s):r.once("end",s),t.on("unpipe",a);function a(q,P){Dr("onunpipe"),q===r&&P&&P.hasUnpiped===!1&&(P.hasUnpiped=!0,g())}function A(){Dr("onend"),t.end()}var c=Nee(r);t.on("drain",c);var l=!1;function g(){Dr("cleanup"),t.removeListener("close",I),t.removeListener("finish",v),t.removeListener("drain",c),t.removeListener("error",B),t.removeListener("unpipe",a),r.removeListener("end",A),r.removeListener("end",F),r.removeListener("data",C),l=!0,i.awaitDrain&&(!t._writableState||t._writableState.needDrain)&&c()}r.on("data",C);function C(q){Dr("ondata");var P=t.write(q);Dr("dest.write",P),P===!1&&((i.pipesCount===1&&i.pipes===t||i.pipesCount>1&&qk(i.pipes,t)!==-1)&&!l&&(Dr("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function B(q){Dr("onerror",q),F(),t.removeListener("error",B),Tk(t,"error")===0&&_p(t,q)}xee(t,"error",B);function I(){t.removeListener("finish",v),F()}t.once("close",I);function v(){Dr("onfinish"),t.removeListener("close",I),F()}t.once("finish",v);function F(){Dr("unpipe"),r.unpipe(t)}return t.emit("pipe",r),i.flowing||(Dr("pipe resume"),r.resume()),t};function Nee(t){return function(){var r=t._readableState;Dr("pipeOnDrain",r.awaitDrain),r.awaitDrain&&r.awaitDrain--,r.awaitDrain===0&&Tk(t,"data")&&(r.flowing=!0,w1(t))}}Vr.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(e.pipesCount===0)return this;if(e.pipesCount===1)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r),this);if(!t){var i=e.pipes,n=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var s=0;s<n;s++)i[s].emit("unpipe",this,{hasUnpiped:!1});return this}var a=qk(e.pipes,t);return a===-1?this:(e.pipes.splice(a,1),e.pipesCount-=1,e.pipesCount===1&&(e.pipes=e.pipes[0]),t.emit("unpipe",this,r),this)};Vr.prototype.on=function(t,e){var r=Sp.prototype.on.call(this,t,e),i=this._readableState;return t==="data"?(i.readableListening=this.listenerCount("readable")>0,i.flowing!==!1&&this.resume()):t==="readable"&&!i.endEmitted&&!i.readableListening&&(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,Dr("on readable",i.length,i.reading),i.length?Bm(this):i.reading||process.nextTick(Fee,this)),r};Vr.prototype.addListener=Vr.prototype.on;Vr.prototype.removeListener=function(t,e){var r=Sp.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(Gk,this),r};Vr.prototype.removeAllListeners=function(t){var e=Sp.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(Gk,this),e};function Gk(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function Fee(t){Dr("readable nexttick read 0"),t.read(0)}Vr.prototype.resume=function(){var t=this._readableState;return t.flowing||(Dr("resume"),t.flowing=!t.readableListening,Tee(this,t)),t.paused=!1,this};function Tee(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(kee,t,e))}function kee(t,e){Dr("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),w1(t),e.flowing&&!e.reading&&t.read(0)}Vr.prototype.pause=function(){return Dr("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(Dr("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function w1(t){var e=t._readableState;for(Dr("flow",e.flowing);e.flowing&&t.read()!==null;);}Vr.prototype.wrap=function(t){var e=this,r=this._readableState,i=!1;t.on("end",function(){if(Dr("wrapped end"),r.decoder&&!r.ended){var a=r.decoder.end();a&&a.length&&e.push(a)}e.push(null)}),t.on("data",function(a){if(Dr("wrapped data"),r.decoder&&(a=r.decoder.write(a)),!(r.objectMode&&a==null)&&!(!r.objectMode&&(!a||!a.length))){var A=e.push(a);A||(i=!0,t.pause())}});for(var n in t)this[n]===void 0&&typeof t[n]=="function"&&(this[n]=function(A){return function(){return t[A].apply(t,arguments)}}(n));for(var s=0;s<B1.length;s++)t.on(B1[s],this.emit.bind(this,B1[s]));return this._read=function(a){Dr("wrapped _read",a),i&&(i=!1,t.resume())},this};typeof Symbol=="function"&&(Vr.prototype[Symbol.asyncIterator]=function(){return E1===void 0&&(E1=xk()),E1(this)});Object.defineProperty(Vr.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}});Object.defineProperty(Vr.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}});Object.defineProperty(Vr.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}});Vr._fromList=Ok;Object.defineProperty(Vr.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function Ok(t,e){if(e.length===0)return null;var r;return e.objectMode?r=e.buffer.shift():!t||t>=e.length?(e.decoder?r=e.buffer.join(""):e.buffer.length===1?r=e.buffer.first():r=e.buffer.concat(e.length),e.buffer.clear()):r=e.buffer.consume(t,e.decoder),r}function y1(t){var e=t._readableState;Dr("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(Mee,e,t))}function Mee(t,e){if(Dr("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&t.length===0&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var r=e._writableState;(!r||r.autoDestroy&&r.finished)&&e.destroy()}}typeof Symbol=="function"&&(Vr.from=function(t,e){return I1===void 0&&(I1=Rk()),I1(Vr,t,e)});function qk(t,e){for(var r=0,i=t.length;r<i;r++)if(t[r]===e)return r;return-1}});var b1=ce((Ihe,Hk)=>{"use strict";Hk.exports=wc;var mm=fu().codes,Uee=mm.ERR_METHOD_NOT_IMPLEMENTED,Gee=mm.ERR_MULTIPLE_CALLBACK,Oee=mm.ERR_TRANSFORM_ALREADY_TRANSFORMING,qee=mm.ERR_TRANSFORM_WITH_LENGTH_0,ym=vl();bl()(wc,ym);function Lee(t,e){var r=this._transformState;r.transforming=!1;var i=r.writecb;if(i===null)return this.emit("error",new Gee);r.writechunk=null,r.writecb=null,e!=null&&this.push(e),i(t);var n=this._readableState;n.reading=!1,(n.needReadable||n.length<n.highWaterMark)&&this._read(n.highWaterMark)}function wc(t){if(!(this instanceof wc))return new wc(t);ym.call(this,t),this._transformState={afterTransform:Lee.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,t&&(typeof t.transform=="function"&&(this._transform=t.transform),typeof t.flush=="function"&&(this._flush=t.flush)),this.on("prefinish",Pee)}function Pee(){var t=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(e,r){Pk(t,e,r)}):Pk(this,null,null)}wc.prototype.push=function(t,e){return this._transformState.needTransform=!1,ym.prototype.push.call(this,t,e)};wc.prototype._transform=function(t,e,r){r(new Uee("_transform()"))};wc.prototype._write=function(t,e,r){var i=this._transformState;if(i.writecb=r,i.writechunk=t,i.writeencoding=e,!i.transforming){var n=this._readableState;(i.needTransform||n.needReadable||n.length<n.highWaterMark)&&this._read(n.highWaterMark)}};wc.prototype._read=function(t){var e=this._transformState;e.writechunk!==null&&!e.transforming?(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform)):e.needTransform=!0};wc.prototype._destroy=function(t,e){ym.prototype._destroy.call(this,t,function(r){e(r)})};function Pk(t,e,r){if(e)return t.emit("error",e);if(r!=null&&t.push(r),t._writableState.length)throw new qee;if(t._transformState.transforming)throw new Oee;return t.push(null)}});var Jk=ce((Bhe,Yk)=>{"use strict";Yk.exports=Dp;var jk=b1();bl()(Dp,jk);function Dp(t){if(!(this instanceof Dp))return new Dp(t);jk.call(this,t)}Dp.prototype._transform=function(t,e,r){r(null,t)}});var zk=ce((mhe,Wk)=>{"use strict";var v1;function Hee(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var Vk=fu().codes,jee=Vk.ERR_MISSING_ARGS,Yee=Vk.ERR_STREAM_DESTROYED;function $k(t){if(t)throw t}function Jee(t){return t.setHeader&&typeof t.abort=="function"}function $ee(t,e,r,i){i=Hee(i);var n=!1;t.on("close",function(){n=!0}),v1===void 0&&(v1=gm()),v1(t,{readable:e,writable:r},function(a){if(a)return i(a);n=!0,i()});var s=!1;return function(a){if(!n&&!s){if(s=!0,Jee(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();i(a||new Yee("pipe"))}}}function Kk(t){t()}function Kee(t,e){return t.pipe(e)}function Vee(t){return!t.length||typeof t[t.length-1]!="function"?$k:t.pop()}function Wee(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];var i=Vee(e);if(Array.isArray(e[0])&&(e=e[0]),e.length<2)throw new jee("streams");var n,s=e.map(function(a,A){var c=A<e.length-1,l=A>0;return $ee(a,c,l,function(g){n||(n=g),g&&s.forEach(Kk),!c&&(s.forEach(Kk),i(n))})});return e.reduce(Kee)}Wk.exports=Wee});var Xk=ce((hA,Np)=>{var Rp=require("stream");process.env.READABLE_STREAM==="disable"&&Rp?(Np.exports=Rp.Readable,Object.assign(Np.exports,Rp),Np.exports.Stream=Rp):(hA=Np.exports=u1(),hA.Stream=Rp||hA,hA.Readable=hA,hA.Writable=A1(),hA.Duplex=vl(),hA.Transform=b1(),hA.PassThrough=Jk(),hA.finished=gm(),hA.pipeline=zk())});var tM=ce((yhe,eM)=>{"use strict";var{Buffer:qA}=require("buffer"),Zk=Symbol.for("BufferList");function wi(t){if(!(this instanceof wi))return new wi(t);wi._init.call(this,t)}wi._init=function(e){Object.defineProperty(this,Zk,{value:!0}),this._bufs=[],this.length=0,e&&this.append(e)};wi.prototype._new=function(e){return new wi(e)};wi.prototype._offset=function(e){if(e===0)return[0,0];let r=0;for(let i=0;i<this._bufs.length;i++){let n=r+this._bufs[i].length;if(e<n||i===this._bufs.length-1)return[i,e-r];r=n}};wi.prototype._reverseOffset=function(t){let e=t[0],r=t[1];for(let i=0;i<e;i++)r+=this._bufs[i].length;return r};wi.prototype.get=function(e){if(e>this.length||e<0)return;let r=this._offset(e);return this._bufs[r[0]][r[1]]};wi.prototype.slice=function(e,r){return typeof e=="number"&&e<0&&(e+=this.length),typeof r=="number"&&r<0&&(r+=this.length),this.copy(null,0,e,r)};wi.prototype.copy=function(e,r,i,n){if((typeof i!="number"||i<0)&&(i=0),(typeof n!="number"||n>this.length)&&(n=this.length),i>=this.length||n<=0)return e||qA.alloc(0);let s=!!e,a=this._offset(i),A=n-i,c=A,l=s&&r||0,g=a[1];if(i===0&&n===this.length){if(!s)return this._bufs.length===1?this._bufs[0]:qA.concat(this._bufs,this.length);for(let C=0;C<this._bufs.length;C++)this._bufs[C].copy(e,l),l+=this._bufs[C].length;return e}if(c<=this._bufs[a[0]].length-g)return s?this._bufs[a[0]].copy(e,r,g,g+c):this._bufs[a[0]].slice(g,g+c);s||(e=qA.allocUnsafe(A));for(let C=a[0];C<this._bufs.length;C++){let B=this._bufs[C].length-g;if(c>B)this._bufs[C].copy(e,l,g),l+=B;else{this._bufs[C].copy(e,l,g,g+c),l+=B;break}c-=B,g&&(g=0)}return e.length>l?e.slice(0,l):e};wi.prototype.shallowSlice=function(e,r){if(e=e||0,r=typeof r!="number"?this.length:r,e<0&&(e+=this.length),r<0&&(r+=this.length),e===r)return this._new();let i=this._offset(e),n=this._offset(r),s=this._bufs.slice(i[0],n[0]+1);return n[1]===0?s.pop():s[s.length-1]=s[s.length-1].slice(0,n[1]),i[1]!==0&&(s[0]=s[0].slice(i[1])),this._new(s)};wi.prototype.toString=function(e,r,i){return this.slice(r,i).toString(e)};wi.prototype.consume=function(e){if(e=Math.trunc(e),Number.isNaN(e)||e<=0)return this;for(;this._bufs.length;)if(e>=this._bufs[0].length)e-=this._bufs[0].length,this.length-=this._bufs[0].length,this._bufs.shift();else{this._bufs[0]=this._bufs[0].slice(e),this.length-=e;break}return this};wi.prototype.duplicate=function(){let e=this._new();for(let r=0;r<this._bufs.length;r++)e.append(this._bufs[r]);return e};wi.prototype.append=function(e){if(e==null)return this;if(e.buffer)this._appendBuffer(qA.from(e.buffer,e.byteOffset,e.byteLength));else if(Array.isArray(e))for(let r=0;r<e.length;r++)this.append(e[r]);else if(this._isBufferList(e))for(let r=0;r<e._bufs.length;r++)this.append(e._bufs[r]);else typeof e=="number"&&(e=e.toString()),this._appendBuffer(qA.from(e));return this};wi.prototype._appendBuffer=function(e){this._bufs.push(e),this.length+=e.length};wi.prototype.indexOf=function(t,e,r){if(r===void 0&&typeof e=="string"&&(r=e,e=void 0),typeof t=="function"||Array.isArray(t))throw new TypeError('The "value" argument must be one of type string, Buffer, BufferList, or Uint8Array.');if(typeof t=="number"?t=qA.from([t]):typeof t=="string"?t=qA.from(t,r):this._isBufferList(t)?t=t.slice():Array.isArray(t.buffer)?t=qA.from(t.buffer,t.byteOffset,t.byteLength):qA.isBuffer(t)||(t=qA.from(t)),e=Number(e||0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let i=this._offset(e),n=i[0],s=i[1];for(;n<this._bufs.length;n++){let a=this._bufs[n];for(;s<a.length;)if(a.length-s>=t.length){let c=a.indexOf(t,s);if(c!==-1)return this._reverseOffset([n,c]);s=a.length-t.length+1}else{let c=this._reverseOffset([n,s]);if(this._match(c,t))return c;s++}s=0}return-1};wi.prototype._match=function(t,e){if(this.length-t<e.length)return!1;for(let r=0;r<e.length;r++)if(this.get(t+r)!==e[r])return!1;return!0};(function(){let t={readDoubleBE:8,readDoubleLE:8,readFloatBE:4,readFloatLE:4,readInt32BE:4,readInt32LE:4,readUInt32BE:4,readUInt32LE:4,readInt16BE:2,readInt16LE:2,readUInt16BE:2,readUInt16LE:2,readInt8:1,readUInt8:1,readIntBE:null,readIntLE:null,readUIntBE:null,readUIntLE:null};for(let e in t)(function(r){t[r]===null?wi.prototype[r]=function(i,n){return this.slice(i,i+n)[r](0,n)}:wi.prototype[r]=function(i=0){return this.slice(i,i+t[r])[r](0)}})(e)})();wi.prototype._isBufferList=function(e){return e instanceof wi||wi.isBufferList(e)};wi.isBufferList=function(e){return e!=null&&e[Zk]};eM.exports=wi});var rM=ce((Qhe,Qm)=>{"use strict";var x1=Xk().Duplex,zee=bl(),Fp=tM();function as(t){if(!(this instanceof as))return new as(t);if(typeof t=="function"){this._callback=t;let e=function(i){this._callback&&(this._callback(i),this._callback=null)}.bind(this);this.on("pipe",function(i){i.on("error",e)}),this.on("unpipe",function(i){i.removeListener("error",e)}),t=null}Fp._init.call(this,t),x1.call(this)}zee(as,x1);Object.assign(as.prototype,Fp.prototype);as.prototype._new=function(e){return new as(e)};as.prototype._write=function(e,r,i){this._appendBuffer(e),typeof i=="function"&&i()};as.prototype._read=function(e){if(!this.length)return this.push(null);e=Math.min(e,this.length),this.push(this.slice(0,e)),this.consume(e)};as.prototype.end=function(e){x1.prototype.end.call(this,e),this._callback&&(this._callback(null,this.slice()),this._callback=null)};as.prototype._destroy=function(e,r){this._bufs.length=0,this.length=0,r(e)};as.prototype._isBufferList=function(e){return e instanceof as||e instanceof Fp||as.isBufferList(e)};as.isBufferList=Fp.isBufferList;Qm.exports=as;Qm.exports.BufferListStream=as;Qm.exports.BufferList=Fp});var ate={};N1(ate,{run:()=>pM});module.exports=QM(ate);var R1=jt(ii());var PN=jt(t_()),HN=jt(require("fs")),jN=require("http"),dl=jt(ii()),YN=jt(require("path")),JN=jt(require("util"));var CE="http://console.juno.build/cli",yQ="http://localhost:{port}",wE="juno.json",r_="build",bE="#dapp",Ad="satellite",i_="mission_control";var X3=require("node:util"),Ow=jt(require("node:process"),1),Kf=require("node:buffer"),nu=jt(require("node:fs"),1),qw=jt(require("node:path"),1),Vf=jt(require("node:crypto"),1),Z3=jt(require("node:assert"),1),eN=require("node:events");var Vu=t=>{let e=typeof t;return t!==null&&(e==="object"||e==="function")},QQ=new Set(["__proto__","prototype","constructor"]),uL=new Set("0123456789");function vE(t){let e=[],r="",i="start",n=!1;for(let s of t)switch(s){case"\\":if(i==="index")throw new Error("Invalid character in an index");if(i==="indexEnd")throw new Error("Invalid character after an index");n&&(r+=s),i="property",n=!n;break;case".":if(i==="index")throw new Error("Invalid character in an index");if(i==="indexEnd"){i="property";break}if(n){n=!1,r+=s;break}if(QQ.has(r))return[];e.push(r),r="",i="property";break;case"[":if(i==="index")throw new Error("Invalid character in an index");if(i==="indexEnd"){i="index";break}if(n){n=!1,r+=s;break}if(i==="property"){if(QQ.has(r))return[];e.push(r),r=""}i="index";break;case"]":if(i==="index"){e.push(Number.parseInt(r,10)),r="",i="indexEnd";break}if(i==="indexEnd")throw new Error("Invalid character after an index");default:if(i==="index"&&!uL.has(s))throw new Error("Invalid character in an index");if(i==="indexEnd")throw new Error("Invalid character after an index");i==="start"&&(i="property"),n&&(n=!1,r+="\\"),r+=s}switch(n&&(r+="\\"),i){case"property":{if(QQ.has(r))return[];e.push(r);break}case"index":throw new Error("Index was not closed");case"start":{e.push("");break}}return e}function CQ(t,e){if(typeof e!="number"&&Array.isArray(t)){let r=Number.parseInt(e,10);return Number.isInteger(r)&&t[r]===t[e]}return!1}function n_(t,e){if(CQ(t,e))throw new Error("Cannot use string index")}function s_(t,e,r){if(!Vu(t)||typeof e!="string")return r===void 0?t:r;let i=vE(e);if(i.length===0)return r;for(let n=0;n<i.length;n++){let s=i[n];if(CQ(t,s)?t=n===i.length-1?void 0:null:t=t[s],t==null){if(n!==i.length-1)return r;break}}return t===void 0?r:t}function wQ(t,e,r){if(!Vu(t)||typeof e!="string")return t;let i=t,n=vE(e);for(let s=0;s<n.length;s++){let a=n[s];n_(t,a),s===n.length-1?t[a]=r:Vu(t[a])||(t[a]=typeof n[s+1]=="number"?[]:{}),t=t[a]}return i}function a_(t,e){if(!Vu(t)||typeof e!="string")return!1;let r=vE(e);for(let i=0;i<r.length;i++){let n=r[i];if(n_(t,n),i===r.length-1)return delete t[n],!0;if(t=t[n],!Vu(t))return!1}}function A_(t,e){if(!Vu(t)||typeof e!="string")return!1;let r=vE(e);if(r.length===0)return!1;for(let i of r){if(!Vu(t)||!(i in t)||CQ(t,i))return!1;t=t[i]}return!0}var Mi=jt(require("node:path"),1),bQ=jt(require("node:os"),1),DE=jt(require("node:process"),1),Yc=bQ.default.homedir(),vQ=bQ.default.tmpdir(),{env:xf}=DE.default,lL=t=>{let e=Mi.default.join(Yc,"Library");return{data:Mi.default.join(e,"Application Support",t),config:Mi.default.join(e,"Preferences",t),cache:Mi.default.join(e,"Caches",t),log:Mi.default.join(e,"Logs",t),temp:Mi.default.join(vQ,t)}},fL=t=>{let e=xf.APPDATA||Mi.default.join(Yc,"AppData","Roaming"),r=xf.LOCALAPPDATA||Mi.default.join(Yc,"AppData","Local");return{data:Mi.default.join(r,t,"Data"),config:Mi.default.join(e,t,"Config"),cache:Mi.default.join(r,t,"Cache"),log:Mi.default.join(r,t,"Log"),temp:Mi.default.join(vQ,t)}},hL=t=>{let e=Mi.default.basename(Yc);return{data:Mi.default.join(xf.XDG_DATA_HOME||Mi.default.join(Yc,".local","share"),t),config:Mi.default.join(xf.XDG_CONFIG_HOME||Mi.default.join(Yc,".config"),t),cache:Mi.default.join(xf.XDG_CACHE_HOME||Mi.default.join(Yc,".cache"),t),log:Mi.default.join(xf.XDG_STATE_HOME||Mi.default.join(Yc,".local","state"),t),temp:Mi.default.join(vQ,e,t)}};function xQ(t,{suffix:e="nodejs"}={}){if(typeof t!="string")throw new TypeError(`Expected a string, got ${typeof t}`);return e&&(t+=`-${e}`),DE.default.platform==="darwin"?lL(t):DE.default.platform==="win32"?fL(t):hL(t)}var v_=jt(require("node:path"),1);var Ur=jt(require("node:fs"),1),Pn=require("node:util");var ec=(t,e)=>function(){return t.apply(void 0,arguments).catch(e)},Ao=(t,e)=>function(){try{return t.apply(void 0,arguments)}catch(i){return e(i)}};var o_=process.getuid?!process.getuid():!1,c_=1e4,Ts=()=>{};var u_={isChangeErrorOk:t=>{let{code:e}=t;return e==="ENOSYS"||!o_&&(e==="EINVAL"||e==="EPERM")},isRetriableError:t=>{let{code:e}=t;return e==="EMFILE"||e==="ENFILE"||e==="EAGAIN"||e==="EBUSY"||e==="EACCESS"||e==="EACCS"||e==="EPERM"},onChangeError:t=>{if(!u_.isChangeErrorOk(t))throw t}},an=u_;var _Q=class{constructor(){this.interval=25,this.intervalId=void 0,this.limit=c_,this.queueActive=new Set,this.queueWaiting=new Set,this.init=()=>{this.intervalId||(this.intervalId=setInterval(this.tick,this.interval))},this.reset=()=>{this.intervalId&&(clearInterval(this.intervalId),delete this.intervalId)},this.add=e=>{this.queueWaiting.add(e),this.queueActive.size<this.limit/2?this.tick():this.init()},this.remove=e=>{this.queueWaiting.delete(e),this.queueActive.delete(e)},this.schedule=()=>new Promise(e=>{let r=()=>this.remove(i),i=()=>e(r);this.add(i)}),this.tick=()=>{if(!(this.queueActive.size>=this.limit)){if(!this.queueWaiting.size)return this.reset();for(let e of this.queueWaiting){if(this.queueActive.size>=this.limit)break;this.queueWaiting.delete(e),this.queueActive.add(e),e()}}}}},l_=new _Q;var rc=(t,e)=>function(i){return function n(...s){return l_.schedule().then(a=>{let A=l=>(a(),l),c=l=>{if(a(),Date.now()>=i)throw l;if(e(l)){let g=Math.round(100*Math.random());return new Promise(B=>setTimeout(B,g)).then(()=>n.apply(void 0,s))}throw l};return t.apply(void 0,s).then(A,c)})}},ic=(t,e)=>function(i){return function n(...s){try{return t.apply(void 0,s)}catch(a){if(Date.now()>i)throw a;if(e(a))return n.apply(void 0,s);throw a}}};var gL={attempt:{chmod:ec((0,Pn.promisify)(Ur.default.chmod),an.onChangeError),chown:ec((0,Pn.promisify)(Ur.default.chown),an.onChangeError),close:ec((0,Pn.promisify)(Ur.default.close),Ts),fsync:ec((0,Pn.promisify)(Ur.default.fsync),Ts),mkdir:ec((0,Pn.promisify)(Ur.default.mkdir),Ts),realpath:ec((0,Pn.promisify)(Ur.default.realpath),Ts),stat:ec((0,Pn.promisify)(Ur.default.stat),Ts),unlink:ec((0,Pn.promisify)(Ur.default.unlink),Ts),chmodSync:Ao(Ur.default.chmodSync,an.onChangeError),chownSync:Ao(Ur.default.chownSync,an.onChangeError),closeSync:Ao(Ur.default.closeSync,Ts),existsSync:Ao(Ur.default.existsSync,Ts),fsyncSync:Ao(Ur.default.fsync,Ts),mkdirSync:Ao(Ur.default.mkdirSync,Ts),realpathSync:Ao(Ur.default.realpathSync,Ts),statSync:Ao(Ur.default.statSync,Ts),unlinkSync:Ao(Ur.default.unlinkSync,Ts)},retry:{close:rc((0,Pn.promisify)(Ur.default.close),an.isRetriableError),fsync:rc((0,Pn.promisify)(Ur.default.fsync),an.isRetriableError),open:rc((0,Pn.promisify)(Ur.default.open),an.isRetriableError),readFile:rc((0,Pn.promisify)(Ur.default.readFile),an.isRetriableError),rename:rc((0,Pn.promisify)(Ur.default.rename),an.isRetriableError),stat:rc((0,Pn.promisify)(Ur.default.stat),an.isRetriableError),write:rc((0,Pn.promisify)(Ur.default.write),an.isRetriableError),writeFile:rc((0,Pn.promisify)(Ur.default.writeFile),an.isRetriableError),closeSync:ic(Ur.default.closeSync,an.isRetriableError),fsyncSync:ic(Ur.default.fsyncSync,an.isRetriableError),openSync:ic(Ur.default.openSync,an.isRetriableError),readFileSync:ic(Ur.default.readFileSync,an.isRetriableError),renameSync:ic(Ur.default.renameSync,an.isRetriableError),statSync:ic(Ur.default.statSync,an.isRetriableError),writeSync:ic(Ur.default.writeSync,an.isRetriableError),writeFileSync:ic(Ur.default.writeFileSync,an.isRetriableError)}},Tn=gL;var SQ=jt(require("node:os"),1),f_="utf8",DQ=438,h_=511;var g_={},d_=SQ.default.userInfo().uid,p_=SQ.default.userInfo().gid;var E_=1e3,I_=!!process.getuid,Mre=process.getuid?!process.getuid():!1,RQ=128;var B_=t=>t instanceof Error&&"code"in t;var NQ=t=>typeof t=="string",RE=t=>t===void 0;var b_=jt(require("node:path"),1);var m_=process.platform==="linux",y_=process.platform==="win32";var FQ=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];y_||FQ.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");m_&&FQ.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED");var Q_=FQ;var TQ=class{constructor(){this.callbacks=new Set,this.exited=!1,this.hooked=!1,this.exit=e=>{if(!this.exited){this.exited=!0;for(let r of this.callbacks)r();e&&process.kill(process.pid,e)}},this.hook=()=>{if(!this.hooked){this.hooked=!0,process.once("exit",()=>this.exit());for(let e of Q_)process.once(e,()=>this.exit(e))}},this.register=e=>(this.hook(),this.callbacks.add(e),()=>{this.callbacks.delete(e)})}},C_=new TQ;var dL=C_.register,w_=dL;var ha={store:{},create:t=>{let e=`000000${Math.floor(Math.random()*16777215).toString(16)}`.slice(-6),n=`.tmp-${Date.now().toString().slice(-10)}${e}`;return`${t}${n}`},get:(t,e,r=!0)=>{let i=ha.truncate(e(t));return i in ha.store?ha.get(t,e,r):(ha.store[i]=r,[i,()=>delete ha.store[i]])},purge:t=>{ha.store[t]&&(delete ha.store[t],Tn.attempt.unlink(t))},purgeSync:t=>{ha.store[t]&&(delete ha.store[t],Tn.attempt.unlinkSync(t))},purgeSyncAll:()=>{for(let t in ha.store)ha.purgeSync(t)},truncate:t=>{let e=b_.default.basename(t);if(e.length<=RQ)return t;let r=/^(\.?)(.*?)((?:\.[^.]+)?(?:\.tmp-\d{10}[a-f0-9]{6})?)$/.exec(e);if(!r)return t;let i=e.length-RQ;return`${t.slice(0,-e.length)}${r[1]}${r[2].slice(0,-i)}${r[3]}`}};w_(ha.purgeSyncAll);var od=ha;var kQ=(t,e,r=g_)=>{if(NQ(r))return kQ(t,e,{encoding:r});let i=Date.now()+((r.timeout??E_)||-1),n=null,s=null,a=null;try{let A=Tn.attempt.realpathSync(t),c=!!A;t=A||t,[s,n]=od.get(t,r.tmpCreate||od.create,r.tmpPurge!==!1);let l=I_&&RE(r.chown),g=RE(r.mode);if(c&&(l||g)){let C=Tn.attempt.statSync(t);C&&(r={...r},l&&(r.chown={uid:C.uid,gid:C.gid}),g&&(r.mode=C.mode))}if(!c){let C=v_.default.dirname(t);Tn.attempt.mkdirSync(C,{mode:h_,recursive:!0})}a=Tn.retry.openSync(i)(s,"w",r.mode||DQ),r.tmpCreated&&r.tmpCreated(s),NQ(e)?Tn.retry.writeSync(i)(a,e,0,r.encoding||f_):RE(e)||Tn.retry.writeSync(i)(a,e,0,e.length,0),r.fsync!==!1&&(r.fsyncWait!==!1?Tn.retry.fsyncSync(i)(a):Tn.attempt.fsync(a)),Tn.retry.closeSync(i)(a),a=null,r.chown&&(r.chown.uid!==d_||r.chown.gid!==p_)&&Tn.attempt.chownSync(s,r.chown.uid,r.chown.gid),r.mode&&r.mode!==DQ&&Tn.attempt.chmodSync(s,r.mode);try{Tn.retry.renameSync(i)(s,t)}catch(C){if(!B_(C)||C.code!=="ENAMETOOLONG")throw C;Tn.retry.renameSync(i)(s,od.truncate(t))}n(),s=null}finally{a&&Tn.attempt.closeSync(a),s&&od.purge(s)}};var tN=jt(gw(),1),rN=jt(eR(),1);var S9=(t,e,r,i)=>{if(r==="length"||r==="prototype"||r==="arguments"||r==="caller")return;let n=Object.getOwnPropertyDescriptor(t,r),s=Object.getOwnPropertyDescriptor(e,r);!D9(n,s)&&i||Object.defineProperty(t,r,s)},D9=function(t,e){return t===void 0||t.configurable||t.writable===e.writable&&t.enumerable===e.enumerable&&t.configurable===e.configurable&&(t.writable||t.value===e.value)},R9=(t,e)=>{let r=Object.getPrototypeOf(e);r!==Object.getPrototypeOf(t)&&Object.setPrototypeOf(t,r)},N9=(t,e)=>`/* Wrapped ${t}*/
258
- ${e}`,F9=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),T9=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),k9=(t,e,r)=>{let i=r===""?"":`with ${r.trim()}() `,n=N9.bind(null,i,e.toString());Object.defineProperty(n,"name",T9),Object.defineProperty(t,"toString",{...F9,value:n})};function yw(t,e,{ignoreNonConfigurable:r=!1}={}){let{name:i}=t;for(let n of Reflect.ownKeys(e))S9(t,e,n,r);return R9(t,e),k9(t,e,i),t}var M9=(t,e={})=>{if(typeof t!="function")throw new TypeError(`Expected the first argument to be a function, got \`${typeof t}\``);let{wait:r=0,maxWait:i=Number.POSITIVE_INFINITY,before:n=!1,after:s=!0}=e;if(!n&&!s)throw new Error("Both `before` and `after` are false, function wouldn't be called.");let a,A,c,l=function(...g){let C=this,B=()=>{a=void 0,A&&(clearTimeout(A),A=void 0),s&&(c=t.apply(C,g))},I=()=>{A=void 0,a&&(clearTimeout(a),a=void 0),s&&(c=t.apply(C,g))},v=n&&!a;return clearTimeout(a),a=setTimeout(B,r),i>0&&i!==Number.POSITIVE_INFINITY&&!A&&(A=setTimeout(I,i)),v&&(c=t.apply(C,g)),c};return yw(l,t),l.cancel=()=>{a&&(clearTimeout(a),a=void 0),A&&(clearTimeout(A),A=void 0)},l},Qw=M9;var fl=jt(KI(),1),VI=function(t,e,r,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(t,r):n?n.value=r:e.set(t,r),r},Hi=function(t,e,r,i){if(r==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?i:r==="a"?i.call(t):i?i.value:e.get(t)},ll,ru,aA,iu,_$=tN.default.default,S$=rN.default.default,z3="aes-256-cbc",$f=()=>Object.create(null),D$=t=>t!=null,R$=(t,e)=>{let r=new Set(["undefined","symbol","function"]),i=typeof e;if(r.has(i))throw new TypeError(`Setting a value of type \`${i}\` for key \`${t}\` is not allowed as it's not supported by JSON`)},WI="__internal__",Gw=`${WI}.migrations.version`,Kd=class{constructor(e={}){Object.defineProperty(this,"path",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"events",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),ll.set(this,void 0),ru.set(this,void 0),aA.set(this,void 0),iu.set(this,{}),Object.defineProperty(this,"_deserialize",{enumerable:!0,configurable:!0,writable:!0,value:a=>JSON.parse(a)}),Object.defineProperty(this,"_serialize",{enumerable:!0,configurable:!0,writable:!0,value:a=>JSON.stringify(a,void 0," ")});let r={configName:"config",fileExtension:"json",projectSuffix:"nodejs",clearInvalidConfig:!1,accessPropertiesByDotNotation:!0,configFileMode:438,...e};if(!r.cwd){if(!r.projectName)throw new Error("Please specify the `projectName` option.");r.cwd=xQ(r.projectName,{suffix:r.projectSuffix}).config}if(VI(this,aA,r,"f"),r.schema){if(typeof r.schema!="object")throw new TypeError("The `schema` option must be an object.");let a=new _$({allErrors:!0,useDefaults:!0});S$(a);let A={type:"object",properties:r.schema};VI(this,ll,a.compile(A),"f");for(let[c,l]of Object.entries(r.schema))l?.default&&(Hi(this,iu,"f")[c]=l.default)}r.defaults&&VI(this,iu,{...Hi(this,iu,"f"),...r.defaults},"f"),r.serialize&&(this._serialize=r.serialize),r.deserialize&&(this._deserialize=r.deserialize),this.events=new eN.EventEmitter,VI(this,ru,r.encryptionKey,"f");let i=r.fileExtension?`.${r.fileExtension}`:"";this.path=qw.default.resolve(r.cwd,`${r.configName??"config"}${i}`);let n=this.store,s=Object.assign($f(),r.defaults,n);this._validate(s);try{Z3.default.deepEqual(n,s)}catch{this.store=s}if(r.watch&&this._watch(),r.migrations){if(!r.projectVersion)throw new Error("Please specify the `projectVersion` option.");this._migrate(r.migrations,r.projectVersion,r.beforeEachMigration)}}get(e,r){if(Hi(this,aA,"f").accessPropertiesByDotNotation)return this._get(e,r);let{store:i}=this;return e in i?i[e]:r}set(e,r){if(typeof e!="string"&&typeof e!="object")throw new TypeError(`Expected \`key\` to be of type \`string\` or \`object\`, got ${typeof e}`);if(typeof e!="object"&&r===void 0)throw new TypeError("Use `delete()` to clear values");if(this._containsReservedKey(e))throw new TypeError(`Please don't use the ${WI} key, as it's used to manage this module internal operations.`);let{store:i}=this,n=(s,a)=>{R$(s,a),Hi(this,aA,"f").accessPropertiesByDotNotation?wQ(i,s,a):i[s]=a};if(typeof e=="object"){let s=e;for(let[a,A]of Object.entries(s))n(a,A)}else n(e,r);this.store=i}has(e){return Hi(this,aA,"f").accessPropertiesByDotNotation?A_(this.store,e):e in this.store}reset(...e){for(let r of e)D$(Hi(this,iu,"f")[r])&&this.set(r,Hi(this,iu,"f")[r])}delete(e){let{store:r}=this;Hi(this,aA,"f").accessPropertiesByDotNotation?a_(r,e):delete r[e],this.store=r}clear(){this.store=$f();for(let e of Object.keys(Hi(this,iu,"f")))this.reset(e)}onDidChange(e,r){if(typeof e!="string")throw new TypeError(`Expected \`key\` to be of type \`string\`, got ${typeof e}`);if(typeof r!="function")throw new TypeError(`Expected \`callback\` to be of type \`function\`, got ${typeof r}`);return this._handleChange(()=>this.get(e),r)}onDidAnyChange(e){if(typeof e!="function")throw new TypeError(`Expected \`callback\` to be of type \`function\`, got ${typeof e}`);return this._handleChange(()=>this.store,e)}get size(){return Object.keys(this.store).length}get store(){try{let e=nu.default.readFileSync(this.path,Hi(this,ru,"f")?null:"utf8"),r=this._encryptData(e),i=this._deserialize(r);return this._validate(i),Object.assign($f(),i)}catch(e){if(e?.code==="ENOENT")return this._ensureDirectory(),$f();if(Hi(this,aA,"f").clearInvalidConfig&&e.name==="SyntaxError")return $f();throw e}}set store(e){this._ensureDirectory(),this._validate(e),this._write(e),this.events.emit("change")}*[(ll=new WeakMap,ru=new WeakMap,aA=new WeakMap,iu=new WeakMap,Symbol.iterator)](){for(let[e,r]of Object.entries(this.store))yield[e,r]}_encryptData(e){if(!Hi(this,ru,"f"))return e.toString();try{let r=e.slice(0,16),i=Vf.default.pbkdf2Sync(Hi(this,ru,"f"),r.toString(),1e4,32,"sha512"),n=Vf.default.createDecipheriv(z3,i,r);return Kf.Buffer.concat([n.update(Kf.Buffer.from(e.slice(17))),n.final()]).toString("utf8")}catch{}return e.toString()}_handleChange(e,r){let i=e(),n=()=>{let s=i,a=e();(0,X3.isDeepStrictEqual)(a,s)||(i=a,r.call(this,a,s))};return this.events.on("change",n),()=>this.events.removeListener("change",n)}_validate(e){if(!Hi(this,ll,"f")||Hi(this,ll,"f").call(this,e)||!Hi(this,ll,"f").errors)return;let i=Hi(this,ll,"f").errors.map(({instancePath:n,message:s=""})=>`\`${n.slice(1)}\` ${s}`);throw new Error("Config schema violation: "+i.join("; "))}_ensureDirectory(){nu.default.mkdirSync(qw.default.dirname(this.path),{recursive:!0})}_write(e){let r=this._serialize(e);if(Hi(this,ru,"f")){let i=Vf.default.randomBytes(16),n=Vf.default.pbkdf2Sync(Hi(this,ru,"f"),i.toString(),1e4,32,"sha512"),s=Vf.default.createCipheriv(z3,n,i);r=Kf.Buffer.concat([i,Kf.Buffer.from(":"),s.update(Kf.Buffer.from(r)),s.final()])}if(Ow.default.env.SNAP)nu.default.writeFileSync(this.path,r,{mode:Hi(this,aA,"f").configFileMode});else try{kQ(this.path,r,{mode:Hi(this,aA,"f").configFileMode})}catch(i){if(i?.code==="EXDEV"){nu.default.writeFileSync(this.path,r,{mode:Hi(this,aA,"f").configFileMode});return}throw i}}_watch(){this._ensureDirectory(),nu.default.existsSync(this.path)||this._write($f()),Ow.default.platform==="win32"?nu.default.watch(this.path,{persistent:!1},Qw(()=>{this.events.emit("change")},{wait:100})):nu.default.watchFile(this.path,{persistent:!1},Qw(()=>{this.events.emit("change")},{wait:5e3}))}_migrate(e,r,i){let n=this._get(Gw,"0.0.0"),s=Object.keys(e).filter(A=>this._shouldPerformMigration(A,n,r)),a={...this.store};for(let A of s)try{i&&i(this,{fromVersion:n,toVersion:A,finalVersion:r,versions:s});let c=e[A];c?.(this),this._set(Gw,A),n=A,a={...this.store}}catch(c){throw this.store=a,new Error(`Something went wrong during the migration! Changes applied to the store until this failed migration will be restored. ${c}`)}(this._isVersionInRangeFormat(n)||!fl.default.eq(n,r))&&this._set(Gw,r)}_containsReservedKey(e){return typeof e=="object"&&Object.keys(e)[0]===WI?!0:typeof e!="string"?!1:Hi(this,aA,"f").accessPropertiesByDotNotation?!!e.startsWith(`${WI}.`):!1}_isVersionInRangeFormat(e){return fl.default.clean(e)===null}_shouldPerformMigration(e,r,i){return this._isVersionInRangeFormat(e)?r!=="0.0.0"&&fl.default.satisfies(r,e)?!1:fl.default.satisfies(i,e):!(fl.default.lte(e,r)||fl.default.gt(e,i))}_get(e,r){return s_(this.store,e,r)}_set(e,r){let{store:i}=this;wQ(i,e,r),this.store=i}};var N$={token:{type:"array"},satellites:{type:"array"}},hl=new Kd({projectName:"juno",schema:N$}),iN=t=>hl.set("token",t),zI=()=>hl.get("token"),nN=t=>hl.set("satellites",t),XI=()=>hl.get("satellites"),sN=t=>hl.set("missionControl",t),aN=()=>hl.get("missionControl"),AN=()=>hl.clear();var oN=({port:t,nonce:e,principal:r})=>{let i=F$({port:t,nonce:e}),n=new URL(CE);return n.searchParams.set("redirect_uri",encodeURIComponent(i.toString())),n.searchParams.set("principal",r),n.toString()},cN=({port:t,reqUrl:e})=>`${yQ.replace("{port}",`${t}`)}${e}`,F$=({port:t,nonce:e})=>{let r=new URL(yQ.replace("{port}",`${t}`));return r.searchParams.set("state",`${e}`),r.toString()};var wN=jt(CN()),bN=t=>(0,wN.default)(t);var uB=jt(qN());(0,uB.setBasePort)(9005);var LN=()=>(0,uB.getPortPromise)();var $N=async()=>{AN(),console.log(`${(0,dl.green)("Logged out")}`)},KN=async()=>{let t=await LN(),e=Math.floor(Math.random()*(2<<29)+1),r=PN.Ed25519KeyIdentity.generate(),i=r.getPrincipal().toText(),n=r.toJSON();return new Promise((s,a)=>{let A=(0,jN.createServer)(async(c,l)=>{let g=new URL(cN({port:t,reqUrl:c.url})),C=g.searchParams.get("state"),B=g.searchParams.get("satellites"),I=g.searchParams.get("mission_control");if(C!==`${e}`){await Zw(c,l,400,"../templates/failure.html"),a(new Error("Unexpected error while logging in.")),A.close();return}try{gK({token:n,satellites:B,missionControl:I}),await Zw(c,l,200,"../templates/success.html"),console.log(`${(0,dl.green)("Success!")} Logged in`),s()}catch(v){console.error(v),await Zw(c,l,400,"../templates/failure.html"),a(v)}A.close()});A.listen(t,async()=>{console.log(),console.log("Visit this URL on this device to log in:"),console.log((0,dl.bold)((0,dl.underline)(CE))),console.log(),console.log("Waiting for authentication..."),await bN(oN({port:t,nonce:e,principal:i}))}),A.on("error",c=>{a(c)})})};async function Zw(t,e,r,i){let n=await JN.default.promisify(HN.default.readFile)(YN.default.join(__dirname,i));e.writeHead(r,{"Content-Length":n.length,"Content-Type":"text/html"}),e.end(n),t.socket.destroy()}var gK=({token:t,satellites:e,missionControl:r})=>{iN(t),nN(JSON.parse(decodeURIComponent(e??"[]"))),sN(r??void 0)};var FF=jt(eb()),TF=jt(ii());var th=require("fs/promises");var WN=async t=>{if(await NA()){let e=await RA();await VN({...e,satellite:t});return}await VN({satellite:t})},VN=t=>(0,th.writeFile)(wE,JSON.stringify(t,null,2),"utf-8"),dK=async()=>{let t=await(0,th.readFile)(wE);return JSON.parse(t.toString("utf-8"))},RA=async()=>{let{satellite:t}=await dK();return t},NA=async()=>{try{return await(0,th.access)(wE),!0}catch(t){if(t instanceof Error&&"code"in t&&t.code==="ENOENT")return!1;throw t}};var RF=jt(fQ());var SF=jt(require("node:http"),1),DF=jt(require("node:https"),1),Bl=jt(require("node:zlib"),1),ma=jt(require("node:stream"),1),np=require("node:buffer");function pK(t){if(!/^data:/i.test(t))throw new TypeError('`uri` does not appear to be a Data URI (must begin with "data:")');t=t.replace(/\r?\n/g,"");let e=t.indexOf(",");if(e===-1||e<=4)throw new TypeError("malformed data: URI");let r=t.substring(5,e).split(";"),i="",n=!1,s=r[0]||"text/plain",a=s;for(let g=1;g<r.length;g++)r[g]==="base64"?n=!0:r[g]&&(a+=`;${r[g]}`,r[g].indexOf("charset=")===0&&(i=r[g].substring(8)));!r[0]&&!i.length&&(a+=";charset=US-ASCII",i="US-ASCII");let A=n?"base64":"ascii",c=unescape(t.substring(e+1)),l=Buffer.from(c,A);return l.type=s,l.typeFull=a,l.charset=i,l}var zN=pK;var oA=jt(require("node:stream"),1),fc=require("node:util"),Ia=require("node:buffer");zd();fB();var lc=class extends Error{constructor(e,r){super(e),Error.captureStackTrace(this,this.constructor),this.type=r}get name(){return this.constructor.name}get[Symbol.toStringTag](){return this.constructor.name}};var qs=class extends lc{constructor(e,r,i){super(e,r),i&&(this.code=this.errno=i.code,this.erroredSysCall=i.syscall)}};var hB=Symbol.toStringTag,sb=t=>typeof t=="object"&&typeof t.append=="function"&&typeof t.delete=="function"&&typeof t.get=="function"&&typeof t.getAll=="function"&&typeof t.has=="function"&&typeof t.set=="function"&&typeof t.sort=="function"&&t[hB]==="URLSearchParams",Zd=t=>t&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&typeof t.constructor=="function"&&/^(Blob|File)$/.test(t[hB]),aF=t=>typeof t=="object"&&(t[hB]==="AbortSignal"||t[hB]==="EventTarget"),AF=(t,e)=>{let r=new URL(e).hostname,i=new URL(t).hostname;return r===i||r.endsWith(`.${i}`)},oF=(t,e)=>{let r=new URL(e).protocol,i=new URL(t).protocol;return r===i};var RK=(0,fc.promisify)(oA.default.pipeline),Ls=Symbol("Body internals"),wo=class{constructor(e,{size:r=0}={}){let i=null;e===null?e=null:sb(e)?e=Ia.Buffer.from(e.toString()):Zd(e)||Ia.Buffer.isBuffer(e)||(fc.types.isAnyArrayBuffer(e)?e=Ia.Buffer.from(e):ArrayBuffer.isView(e)?e=Ia.Buffer.from(e.buffer,e.byteOffset,e.byteLength):e instanceof oA.default||(e instanceof El?(e=sF(e),i=e.type.split("=")[1]):e=Ia.Buffer.from(String(e))));let n=e;Ia.Buffer.isBuffer(e)?n=oA.default.Readable.from(e):Zd(e)&&(n=oA.default.Readable.from(e.stream())),this[Ls]={body:e,stream:n,boundary:i,disturbed:!1,error:null},this.size=r,e instanceof oA.default&&e.on("error",s=>{let a=s instanceof lc?s:new qs(`Invalid response body while trying to fetch ${this.url}: ${s.message}`,"system",s);this[Ls].error=a})}get body(){return this[Ls].stream}get bodyUsed(){return this[Ls].disturbed}async arrayBuffer(){let{buffer:e,byteOffset:r,byteLength:i}=await ob(this);return e.slice(r,r+i)}async formData(){let e=this.headers.get("content-type");if(e.startsWith("application/x-www-form-urlencoded")){let i=new El,n=new URLSearchParams(await this.text());for(let[s,a]of n)i.append(s,a);return i}let{toFormData:r}=await Promise.resolve().then(()=>(gF(),hF));return r(this.body,e)}async blob(){let e=this.headers&&this.headers.get("content-type")||this[Ls].body&&this[Ls].body.type||"",r=await this.arrayBuffer();return new uc([r],{type:e})}async json(){let e=await this.text();return JSON.parse(e)}async text(){let e=await ob(this);return new TextDecoder().decode(e)}buffer(){return ob(this)}};wo.prototype.buffer=(0,fc.deprecate)(wo.prototype.buffer,"Please use 'response.arrayBuffer()' instead of 'response.buffer()'","node-fetch#buffer");Object.defineProperties(wo.prototype,{body:{enumerable:!0},bodyUsed:{enumerable:!0},arrayBuffer:{enumerable:!0},blob:{enumerable:!0},json:{enumerable:!0},text:{enumerable:!0},data:{get:(0,fc.deprecate)(()=>{},"data doesn't exist, use json(), text(), arrayBuffer(), or body instead","https://github.com/node-fetch/node-fetch/issues/1000 (response)")}});async function ob(t){if(t[Ls].disturbed)throw new TypeError(`body used already for: ${t.url}`);if(t[Ls].disturbed=!0,t[Ls].error)throw t[Ls].error;let{body:e}=t;if(e===null)return Ia.Buffer.alloc(0);if(!(e instanceof oA.default))return Ia.Buffer.alloc(0);let r=[],i=0;try{for await(let n of e){if(t.size>0&&i+n.length>t.size){let s=new qs(`content size at ${t.url} over limit: ${t.size}`,"max-size");throw e.destroy(s),s}i+=n.length,r.push(n)}}catch(n){throw n instanceof lc?n:new qs(`Invalid response body while trying to fetch ${t.url}: ${n.message}`,"system",n)}if(e.readableEnded===!0||e._readableState.ended===!0)try{return r.every(n=>typeof n=="string")?Ia.Buffer.from(r.join("")):Ia.Buffer.concat(r,i)}catch(n){throw new qs(`Could not create Buffer from response body for ${t.url}: ${n.message}`,"system",n)}else throw new qs(`Premature close of server response while trying to fetch ${t.url}`)}var ih=(t,e)=>{let r,i,{body:n}=t[Ls];if(t.bodyUsed)throw new Error("cannot clone body after it is used");return n instanceof oA.default&&typeof n.getBoundary!="function"&&(r=new oA.PassThrough({highWaterMark:e}),i=new oA.PassThrough({highWaterMark:e}),n.pipe(r),n.pipe(i),t[Ls].stream=r,n=i),n},NK=(0,fc.deprecate)(t=>t.getBoundary(),"form-data doesn't follow the spec and requires special treatment. Use alternative package","https://github.com/node-fetch/node-fetch/issues/1167"),EB=(t,e)=>t===null?null:typeof t=="string"?"text/plain;charset=UTF-8":sb(t)?"application/x-www-form-urlencoded;charset=UTF-8":Zd(t)?t.type||null:Ia.Buffer.isBuffer(t)||fc.types.isAnyArrayBuffer(t)||ArrayBuffer.isView(t)?null:t instanceof El?`multipart/form-data; boundary=${e[Ls].boundary}`:t&&typeof t.getBoundary=="function"?`multipart/form-data;boundary=${NK(t)}`:t instanceof oA.default?null:"text/plain;charset=UTF-8",dF=t=>{let{body:e}=t[Ls];return e===null?0:Zd(e)?e.size:Ia.Buffer.isBuffer(e)?e.length:e&&typeof e.getLengthSync=="function"&&e.hasKnownLength&&e.hasKnownLength()?e.getLengthSync():null},pF=async(t,{body:e})=>{e===null?t.end():await RK(e,t)};var cb=require("node:util"),rp=jt(require("node:http"),1),IB=typeof rp.default.validateHeaderName=="function"?rp.default.validateHeaderName:t=>{if(!/^[\^`\-\w!#$%&'*+.|~]+$/.test(t)){let e=new TypeError(`Header name must be a valid HTTP token [${t}]`);throw Object.defineProperty(e,"code",{value:"ERR_INVALID_HTTP_TOKEN"}),e}},ub=typeof rp.default.validateHeaderValue=="function"?rp.default.validateHeaderValue:(t,e)=>{if(/[^\t\u0020-\u007E\u0080-\u00FF]/.test(e)){let r=new TypeError(`Invalid character in header content ["${t}"]`);throw Object.defineProperty(r,"code",{value:"ERR_INVALID_CHAR"}),r}},Bs=class extends URLSearchParams{constructor(e){let r=[];if(e instanceof Bs){let i=e.raw();for(let[n,s]of Object.entries(i))r.push(...s.map(a=>[n,a]))}else if(e!=null)if(typeof e=="object"&&!cb.types.isBoxedPrimitive(e)){let i=e[Symbol.iterator];if(i==null)r.push(...Object.entries(e));else{if(typeof i!="function")throw new TypeError("Header pairs must be iterable");r=[...e].map(n=>{if(typeof n!="object"||cb.types.isBoxedPrimitive(n))throw new TypeError("Each header pair must be an iterable object");return[...n]}).map(n=>{if(n.length!==2)throw new TypeError("Each header pair must be a name/value tuple");return[...n]})}}else throw new TypeError("Failed to construct 'Headers': The provided value is not of type '(sequence<sequence<ByteString>> or record<ByteString, ByteString>)");return r=r.length>0?r.map(([i,n])=>(IB(i),ub(i,String(n)),[String(i).toLowerCase(),String(n)])):void 0,super(r),new Proxy(this,{get(i,n,s){switch(n){case"append":case"set":return(a,A)=>(IB(a),ub(a,String(A)),URLSearchParams.prototype[n].call(i,String(a).toLowerCase(),String(A)));case"delete":case"has":case"getAll":return a=>(IB(a),URLSearchParams.prototype[n].call(i,String(a).toLowerCase()));case"keys":return()=>(i.sort(),new Set(URLSearchParams.prototype.keys.call(i)).keys());default:return Reflect.get(i,n,s)}}})}get[Symbol.toStringTag](){return this.constructor.name}toString(){return Object.prototype.toString.call(this)}get(e){let r=this.getAll(e);if(r.length===0)return null;let i=r.join(", ");return/^content-encoding$/i.test(e)&&(i=i.toLowerCase()),i}forEach(e,r=void 0){for(let i of this.keys())Reflect.apply(e,r,[this.get(i),i,this])}*values(){for(let e of this.keys())yield this.get(e)}*entries(){for(let e of this.keys())yield[e,this.get(e)]}[Symbol.iterator](){return this.entries()}raw(){return[...this.keys()].reduce((e,r)=>(e[r]=this.getAll(r),e),{})}[Symbol.for("nodejs.util.inspect.custom")](){return[...this.keys()].reduce((e,r)=>{let i=this.getAll(r);return r==="host"?e[r]=i[0]:e[r]=i.length>1?i:i[0],e},{})}};Object.defineProperties(Bs.prototype,["get","entries","forEach","values"].reduce((t,e)=>(t[e]={enumerable:!0},t),{}));function EF(t=[]){return new Bs(t.reduce((e,r,i,n)=>(i%2===0&&e.push(n.slice(i,i+2)),e),[]).filter(([e,r])=>{try{return IB(e),ub(e,String(r)),!0}catch{return!1}}))}var FK=new Set([301,302,303,307,308]),BB=t=>FK.has(t);var FA=Symbol("Response internals"),Wn=class extends wo{constructor(e=null,r={}){super(e,r);let i=r.status!=null?r.status:200,n=new Bs(r.headers);if(e!==null&&!n.has("Content-Type")){let s=EB(e,this);s&&n.append("Content-Type",s)}this[FA]={type:"default",url:r.url,status:i,statusText:r.statusText||"",headers:n,counter:r.counter,highWaterMark:r.highWaterMark}}get type(){return this[FA].type}get url(){return this[FA].url||""}get status(){return this[FA].status}get ok(){return this[FA].status>=200&&this[FA].status<300}get redirected(){return this[FA].counter>0}get statusText(){return this[FA].statusText}get headers(){return this[FA].headers}get highWaterMark(){return this[FA].highWaterMark}clone(){return new Wn(ih(this,this.highWaterMark),{type:this.type,url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected,size:this.size,highWaterMark:this.highWaterMark})}static redirect(e,r=302){if(!BB(r))throw new RangeError('Failed to execute "redirect" on "response": Invalid status code');return new Wn(null,{headers:{location:new URL(e).toString()},status:r})}static error(){let e=new Wn(null,{status:0,statusText:""});return e[FA].type="error",e}static json(e=void 0,r={}){let i=JSON.stringify(e);if(i===void 0)throw new TypeError("data is not JSON serializable");let n=new Bs(r&&r.headers);return n.has("content-type")||n.set("content-type","application/json"),new Wn(i,{...r,headers:n})}get[Symbol.toStringTag](){return"Response"}};Object.defineProperties(Wn.prototype,{type:{enumerable:!0},url:{enumerable:!0},status:{enumerable:!0},ok:{enumerable:!0},redirected:{enumerable:!0},statusText:{enumerable:!0},headers:{enumerable:!0},clone:{enumerable:!0}});var vF=require("node:url"),xF=require("node:util");var IF=t=>{if(t.search)return t.search;let e=t.href.length-1,r=t.hash||(t.href[e]==="#"?"#":"");return t.href[e-r.length]==="?"?"?":""};var mF=require("node:net");function BF(t,e=!1){return t==null||(t=new URL(t),/^(about|blob|data):$/.test(t.protocol))?"no-referrer":(t.username="",t.password="",t.hash="",e&&(t.pathname="",t.search=""),t)}var yF=new Set(["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"]),QF="strict-origin-when-cross-origin";function CF(t){if(!yF.has(t))throw new TypeError(`Invalid referrerPolicy: ${t}`);return t}function TK(t){if(/^(http|ws)s:$/.test(t.protocol))return!0;let e=t.host.replace(/(^\[)|(]$)/g,""),r=(0,mF.isIP)(e);return r===4&&/^127\./.test(e)||r===6&&/^(((0+:){7})|(::(0+:){0,6}))0*1$/.test(e)?!0:t.host==="localhost"||t.host.endsWith(".localhost")?!1:t.protocol==="file:"}function nh(t){return/^about:(blank|srcdoc)$/.test(t)||t.protocol==="data:"||/^(blob|filesystem):$/.test(t.protocol)?!0:TK(t)}function wF(t,{referrerURLCallback:e,referrerOriginCallback:r}={}){if(t.referrer==="no-referrer"||t.referrerPolicy==="")return null;let i=t.referrerPolicy;if(t.referrer==="about:client")return"no-referrer";let n=t.referrer,s=BF(n),a=BF(n,!0);s.toString().length>4096&&(s=a),e&&(s=e(s)),r&&(a=r(a));let A=new URL(t.url);switch(i){case"no-referrer":return"no-referrer";case"origin":return a;case"unsafe-url":return s;case"strict-origin":return nh(s)&&!nh(A)?"no-referrer":a.toString();case"strict-origin-when-cross-origin":return s.origin===A.origin?s:nh(s)&&!nh(A)?"no-referrer":a;case"same-origin":return s.origin===A.origin?s:"no-referrer";case"origin-when-cross-origin":return s.origin===A.origin?s:a;case"no-referrer-when-downgrade":return nh(s)&&!nh(A)?"no-referrer":s;default:throw new TypeError(`Invalid referrerPolicy: ${i}`)}}function bF(t){let e=(t.get("referrer-policy")||"").split(/[,\s]+/),r="";for(let i of e)i&&yF.has(i)&&(r=i);return r}var Un=Symbol("Request internals"),ip=t=>typeof t=="object"&&typeof t[Un]=="object",kK=(0,xF.deprecate)(()=>{},".data is not a valid RequestInit property, use .body instead","https://github.com/node-fetch/node-fetch/issues/1000 (request)"),hc=class extends wo{constructor(e,r={}){let i;if(ip(e)?i=new URL(e.url):(i=new URL(e),e={}),i.username!==""||i.password!=="")throw new TypeError(`${i} is an url with embedded credentials.`);let n=r.method||e.method||"GET";if(/^(delete|get|head|options|post|put)$/i.test(n)&&(n=n.toUpperCase()),!ip(r)&&"data"in r&&kK(),(r.body!=null||ip(e)&&e.body!==null)&&(n==="GET"||n==="HEAD"))throw new TypeError("Request with GET/HEAD method cannot have body");let s=r.body?r.body:ip(e)&&e.body!==null?ih(e):null;super(s,{size:r.size||e.size||0});let a=new Bs(r.headers||e.headers||{});if(s!==null&&!a.has("Content-Type")){let l=EB(s,this);l&&a.set("Content-Type",l)}let A=ip(e)?e.signal:null;if("signal"in r&&(A=r.signal),A!=null&&!aF(A))throw new TypeError("Expected signal to be an instanceof AbortSignal or EventTarget");let c=r.referrer==null?e.referrer:r.referrer;if(c==="")c="no-referrer";else if(c){let l=new URL(c);c=/^about:(\/\/)?client$/.test(l)?"client":l}else c=void 0;this[Un]={method:n,redirect:r.redirect||e.redirect||"follow",headers:a,parsedURL:i,signal:A,referrer:c},this.follow=r.follow===void 0?e.follow===void 0?20:e.follow:r.follow,this.compress=r.compress===void 0?e.compress===void 0?!0:e.compress:r.compress,this.counter=r.counter||e.counter||0,this.agent=r.agent||e.agent,this.highWaterMark=r.highWaterMark||e.highWaterMark||16384,this.insecureHTTPParser=r.insecureHTTPParser||e.insecureHTTPParser||!1,this.referrerPolicy=r.referrerPolicy||e.referrerPolicy||""}get method(){return this[Un].method}get url(){return(0,vF.format)(this[Un].parsedURL)}get headers(){return this[Un].headers}get redirect(){return this[Un].redirect}get signal(){return this[Un].signal}get referrer(){if(this[Un].referrer==="no-referrer")return"";if(this[Un].referrer==="client")return"about:client";if(this[Un].referrer)return this[Un].referrer.toString()}get referrerPolicy(){return this[Un].referrerPolicy}set referrerPolicy(e){this[Un].referrerPolicy=CF(e)}clone(){return new hc(this)}get[Symbol.toStringTag](){return"Request"}};Object.defineProperties(hc.prototype,{method:{enumerable:!0},url:{enumerable:!0},headers:{enumerable:!0},redirect:{enumerable:!0},clone:{enumerable:!0},signal:{enumerable:!0},referrer:{enumerable:!0},referrerPolicy:{enumerable:!0}});var _F=t=>{let{parsedURL:e}=t[Un],r=new Bs(t[Un].headers);r.has("Accept")||r.set("Accept","*/*");let i=null;if(t.body===null&&/^(post|put)$/i.test(t.method)&&(i="0"),t.body!==null){let A=dF(t);typeof A=="number"&&!Number.isNaN(A)&&(i=String(A))}i&&r.set("Content-Length",i),t.referrerPolicy===""&&(t.referrerPolicy=QF),t.referrer&&t.referrer!=="no-referrer"?t[Un].referrer=wF(t):t[Un].referrer="no-referrer",t[Un].referrer instanceof URL&&r.set("Referer",t.referrer),r.has("User-Agent")||r.set("User-Agent","node-fetch"),t.compress&&!r.has("Accept-Encoding")&&r.set("Accept-Encoding","gzip, deflate, br");let{agent:n}=t;typeof n=="function"&&(n=n(e)),!r.has("Connection")&&!n&&r.set("Connection","close");let s=IF(e),a={path:e.pathname+s,method:t.method,headers:r[Symbol.for("nodejs.util.inspect.custom")](),insecureHTTPParser:t.insecureHTTPParser,agent:n};return{parsedURL:e,options:a}};var mB=class extends lc{constructor(e,r="aborted"){super(e,r)}};fB();ab();var MK=new Set(["data:","http:","https:"]);async function yB(t,e){return new Promise((r,i)=>{let n=new hc(t,e),{parsedURL:s,options:a}=_F(n);if(!MK.has(s.protocol))throw new TypeError(`node-fetch cannot load ${t}. URL scheme "${s.protocol.replace(/:$/,"")}" is not supported.`);if(s.protocol==="data:"){let v=zN(n.url),F=new Wn(v,{headers:{"Content-Type":v.typeFull}});r(F);return}let A=(s.protocol==="https:"?DF.default:SF.default).request,{signal:c}=n,l=null,g=()=>{let v=new mB("The operation was aborted.");i(v),n.body&&n.body instanceof ma.default.Readable&&n.body.destroy(v),!(!l||!l.body)&&l.body.emit("error",v)};if(c&&c.aborted){g();return}let C=()=>{g(),I()},B=A(s.toString(),a);c&&c.addEventListener("abort",C);let I=()=>{B.abort(),c&&c.removeEventListener("abort",C)};B.on("error",v=>{i(new qs(`request to ${n.url} failed, reason: ${v.message}`,"system",v)),I()}),UK(B,v=>{l&&l.body&&l.body.destroy(v)}),process.version<"v14"&&B.on("socket",v=>{let F;v.prependListener("end",()=>{F=v._eventsCount}),v.prependListener("close",q=>{if(l&&F<v._eventsCount&&!q){let P=new Error("Premature close");P.code="ERR_STREAM_PREMATURE_CLOSE",l.body.emit("error",P)}})}),B.on("response",v=>{B.setTimeout(0);let F=EF(v.rawHeaders);if(BB(v.statusCode)){let ne=F.get("Location"),ie=null;try{ie=ne===null?null:new URL(ne,n.url)}catch{if(n.redirect!=="manual"){i(new qs(`uri requested responds with an invalid redirect URL: ${ne}`,"invalid-redirect")),I();return}}switch(n.redirect){case"error":i(new qs(`uri requested responds with a redirect, redirect mode is set to error: ${n.url}`,"no-redirect")),I();return;case"manual":break;case"follow":{if(ie===null)break;if(n.counter>=n.follow){i(new qs(`maximum redirect reached at: ${n.url}`,"max-redirect")),I();return}let T={headers:new Bs(n.headers),follow:n.follow,counter:n.counter+1,agent:n.agent,compress:n.compress,method:n.method,body:ih(n),signal:n.signal,size:n.size,referrer:n.referrer,referrerPolicy:n.referrerPolicy};if(!AF(n.url,ie)||!oF(n.url,ie))for(let Y of["authorization","www-authenticate","cookie","cookie2"])T.headers.delete(Y);if(v.statusCode!==303&&n.body&&e.body instanceof ma.default.Readable){i(new qs("Cannot follow redirect with body being a readable stream","unsupported-redirect")),I();return}(v.statusCode===303||(v.statusCode===301||v.statusCode===302)&&n.method==="POST")&&(T.method="GET",T.body=void 0,T.headers.delete("content-length"));let D=bF(F);D&&(T.referrerPolicy=D),r(yB(new hc(ie,T))),I();return}default:return i(new TypeError(`Redirect option '${n.redirect}' is not a valid value of RequestRedirect`))}}c&&v.once("end",()=>{c.removeEventListener("abort",C)});let q=(0,ma.pipeline)(v,new ma.PassThrough,ne=>{ne&&i(ne)});process.version<"v12.10"&&v.on("aborted",C);let P={url:n.url,status:v.statusCode,statusText:v.statusMessage,headers:F,size:n.size,counter:n.counter,highWaterMark:n.highWaterMark},M=F.get("Content-Encoding");if(!n.compress||n.method==="HEAD"||M===null||v.statusCode===204||v.statusCode===304){l=new Wn(q,P),r(l);return}let W={flush:Bl.default.Z_SYNC_FLUSH,finishFlush:Bl.default.Z_SYNC_FLUSH};if(M==="gzip"||M==="x-gzip"){q=(0,ma.pipeline)(q,Bl.default.createGunzip(W),ne=>{ne&&i(ne)}),l=new Wn(q,P),r(l);return}if(M==="deflate"||M==="x-deflate"){let ne=(0,ma.pipeline)(v,new ma.PassThrough,ie=>{ie&&i(ie)});ne.once("data",ie=>{(ie[0]&15)===8?q=(0,ma.pipeline)(q,Bl.default.createInflate(),T=>{T&&i(T)}):q=(0,ma.pipeline)(q,Bl.default.createInflateRaw(),T=>{T&&i(T)}),l=new Wn(q,P),r(l)}),ne.once("end",()=>{l||(l=new Wn(q,P),r(l))});return}if(M==="br"){q=(0,ma.pipeline)(q,Bl.default.createBrotliDecompress(),ne=>{ne&&i(ne)}),l=new Wn(q,P),r(l);return}l=new Wn(q,P),r(l)}),pF(B,n).catch(i)})}function UK(t,e){let r=np.Buffer.from(`0\r
257
+ `),this.close()}_(e,r){return e.toLowerCase()==="y"?(this.value=!0,this.submit()):e.toLowerCase()==="n"?(this.value=!1,this.submit()):this.bell()}render(){this.closed||(this.firstRender?this.out.write(XT.hide):this.out.write(Sz(this.outputText,this.out.columns)),super.render(),this.outputText=[zT.symbol(this.done,this.aborted),WT.bold(this.msg),zT.delimiter(this.done),this.done?this.value?this.yesMsg:this.noMsg:WT.gray(this.initialValue?this.yesOption:this.noOption)].join(" "),this.out.write(Dz.line+XT.to(0)+this.outputText))}};ZT.exports=Iv});var r4=ce((sle,t4)=>{"use strict";t4.exports={TextPrompt:Z8(),SelectPrompt:iT(),TogglePrompt:AT(),DatePrompt:FT(),NumberPrompt:UT(),MultiselectPrompt:hv(),AutocompletePrompt:YT(),AutocompleteMultiselectPrompt:VT(),ConfirmPrompt:e4()}});var n4=ce(i4=>{"use strict";var Hs=i4,Rz=r4(),OB=t=>t;function No(t,e,r={}){return new Promise((i,n)=>{let s=new Rz[t](e),a=r.onAbort||OB,A=r.onSubmit||OB,c=r.onExit||OB;s.on("state",e.onState||OB),s.on("submit",l=>i(A(l))),s.on("exit",l=>i(c(l))),s.on("abort",l=>n(a(l)))})}Hs.text=t=>No("TextPrompt",t);Hs.password=t=>(t.style="password",Hs.text(t));Hs.invisible=t=>(t.style="invisible",Hs.text(t));Hs.number=t=>No("NumberPrompt",t);Hs.date=t=>No("DatePrompt",t);Hs.confirm=t=>No("ConfirmPrompt",t);Hs.list=t=>{let e=t.separator||",";return No("TextPrompt",t,{onSubmit:r=>r.split(e).map(i=>i.trim())})};Hs.toggle=t=>No("TogglePrompt",t);Hs.select=t=>No("SelectPrompt",t);Hs.multiselect=t=>{t.choices=[].concat(t.choices||[]);let e=r=>r.filter(i=>i.selected).map(i=>i.value);return No("MultiselectPrompt",t,{onAbort:e,onSubmit:e})};Hs.autocompleteMultiselect=t=>{t.choices=[].concat(t.choices||[]);let e=r=>r.filter(i=>i.selected).map(i=>i.value);return No("AutocompleteMultiselectPrompt",t,{onAbort:e,onSubmit:e})};var Nz=(t,e)=>Promise.resolve(e.filter(r=>r.title.slice(0,t.length).toLowerCase()===t.toLowerCase()));Hs.autocomplete=t=>(t.suggest=t.suggest||Nz,t.choices=[].concat(t.choices||[]),No("AutocompletePrompt",t))});var A4=ce((Ale,a4)=>{"use strict";var Bv=n4(),Fz=["suggest","format","onState","validate","onRender","type"],s4=()=>{};async function cu(t=[],{onSubmit:e=s4,onCancel:r=s4}={}){let i={},n=cu._override||{};t=[].concat(t);let s,a,A,c,l,g,C=async(B,I,v=!1)=>{if(!(!v&&B.validate&&B.validate(I)!==!0))return B.format?await B.format(I,i):I};for(a of t)if({name:c,type:l}=a,typeof l=="function"&&(l=await l(s,{...i},a),a.type=l),!!l){for(let B in a){if(Fz.includes(B))continue;let I=a[B];a[B]=typeof I=="function"?await I(s,{...i},g):I}if(g=a,typeof a.message!="string")throw new Error("prompt message is required");if({name:c,type:l}=a,Bv[l]===void 0)throw new Error(`prompt type (${l}) is not defined`);if(n[a.name]!==void 0&&(s=await C(a,n[a.name]),s!==void 0)){i[c]=s;continue}try{s=cu._injected?Tz(cu._injected,a.initial):await Bv[l](a),i[c]=s=await C(a,s,!0),A=await e(a,s,i)}catch{A=!await r(a,i)}if(A)return i}return i}function Tz(t,e){let r=t.shift();if(r instanceof Error)throw r;return r===void 0?e:r}function kz(t){cu._injected=(cu._injected||[]).concat(t)}function Mz(t){cu._override=Object.assign({},t)}a4.exports=Object.assign(cu,{prompt:cu,prompts:Bv,inject:kz,override:Mz})});var qB=ce((ole,o4)=>{function Uz(t){t=(Array.isArray(t)?t:t.split(".")).map(Number);let e=0,r=process.versions.node.split(".").map(Number);for(;e<t.length;e++){if(r[e]>t[e])return!1;if(t[e]>r[e])return!0}return!1}o4.exports=Uz("8.6.0")?F8():A4()});var S4=ce((nfe,$z)=>{$z.exports={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}}});var R4=ce((sfe,D4)=>{D4.exports=S4()});var T4=ce(Ys=>{"use strict";var jB=R4(),Kz=require("path").extname,N4=/^\s*([^;\s]*)(?:;|\s|$)/,Vz=/^text\//i;Ys.charset=F4;Ys.charsets={lookup:F4};Ys.contentType=Wz;Ys.extension=zz;Ys.extensions=Object.create(null);Ys.lookup=Xz;Ys.types=Object.create(null);Zz(Ys.extensions,Ys.types);function F4(t){if(!t||typeof t!="string")return!1;var e=N4.exec(t),r=e&&jB[e[1].toLowerCase()];return r&&r.charset?r.charset:e&&Vz.test(e[1])?"UTF-8":!1}function Wz(t){if(!t||typeof t!="string")return!1;var e=t.indexOf("/")===-1?Ys.lookup(t):t;if(!e)return!1;if(e.indexOf("charset")===-1){var r=Ys.charset(e);r&&(e+="; charset="+r.toLowerCase())}return e}function zz(t){if(!t||typeof t!="string")return!1;var e=N4.exec(t),r=e&&Ys.extensions[e[1].toLowerCase()];return!r||!r.length?!1:r[0]}function Xz(t){if(!t||typeof t!="string")return!1;var e=Kz("x."+t).toLowerCase().substr(1);return e&&Ys.types[e]||!1}function Zz(t,e){var r=["nginx","apache",void 0,"iana"];Object.keys(jB).forEach(function(n){var s=jB[n],a=s.extensions;if(!(!a||!a.length)){t[n]=a;for(var A=0;A<a.length;A++){var c=a[A];if(e[c]){var l=r.indexOf(jB[e[c]].source),g=r.indexOf(s.source);if(e[c]!=="application/octet-stream"&&(l>g||l===g&&e[c].substr(0,12)==="application/"))continue}e[c]=n}}})}});var O4=ce((Afe,G4)=>{"use strict";G4.exports=M4;function M4(t,e,r){t instanceof RegExp&&(t=k4(t,r)),e instanceof RegExp&&(e=k4(e,r));var i=U4(t,e,r);return i&&{start:i[0],end:i[1],pre:r.slice(0,i[0]),body:r.slice(i[0]+t.length,i[1]),post:r.slice(i[1]+e.length)}}function k4(t,e){var r=e.match(t);return r?r[0]:null}M4.range=U4;function U4(t,e,r){var i,n,s,a,A,c=r.indexOf(t),l=r.indexOf(e,c+1),g=c;if(c>=0&&l>0){if(t===e)return[c,l];for(i=[],s=r.length;g>=0&&!A;)g==c?(i.push(g),c=r.indexOf(t,g+1)):i.length==1?A=[i.pop(),l]:(n=i.pop(),n<s&&(s=n,a=l),l=r.indexOf(e,g+1)),g=c<l&&c>=0?c:l;i.length&&(A=[s,a])}return A}});var $4=ce((ofe,J4)=>{var q4=O4();J4.exports=rX;var L4="\0SLASH"+Math.random()+"\0",P4="\0OPEN"+Math.random()+"\0",_v="\0CLOSE"+Math.random()+"\0",H4="\0COMMA"+Math.random()+"\0",j4="\0PERIOD"+Math.random()+"\0";function xv(t){return parseInt(t,10)==t?parseInt(t,10):t.charCodeAt(0)}function eX(t){return t.split("\\\\").join(L4).split("\\{").join(P4).split("\\}").join(_v).split("\\,").join(H4).split("\\.").join(j4)}function tX(t){return t.split(L4).join("\\").split(P4).join("{").split(_v).join("}").split(H4).join(",").split(j4).join(".")}function Y4(t){if(!t)return[""];var e=[],r=q4("{","}",t);if(!r)return t.split(",");var i=r.pre,n=r.body,s=r.post,a=i.split(",");a[a.length-1]+="{"+n+"}";var A=Y4(s);return s.length&&(a[a.length-1]+=A.shift(),a.push.apply(a,A)),e.push.apply(e,a),e}function rX(t){return t?(t.substr(0,2)==="{}"&&(t="\\{\\}"+t.substr(2)),Ep(eX(t),!0).map(tX)):[]}function iX(t){return"{"+t+"}"}function nX(t){return/^-?0\d/.test(t)}function sX(t,e){return t<=e}function aX(t,e){return t>=e}function Ep(t,e){var r=[],i=q4("{","}",t);if(!i)return[t];var n=i.pre,s=i.post.length?Ep(i.post,!1):[""];if(/\$$/.test(i.pre))for(var a=0;a<s.length;a++){var A=n+"{"+i.body+"}"+s[a];r.push(A)}else{var c=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(i.body),l=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(i.body),g=c||l,C=i.body.indexOf(",")>=0;if(!g&&!C)return i.post.match(/,.*\}/)?(t=i.pre+"{"+i.body+_v+i.post,Ep(t)):[t];var B;if(g)B=i.body.split(/\.\./);else if(B=Y4(i.body),B.length===1&&(B=Ep(B[0],!1).map(iX),B.length===1))return s.map(function(X){return i.pre+B[0]+X});var I;if(g){var v=xv(B[0]),F=xv(B[1]),q=Math.max(B[0].length,B[1].length),P=B.length==3?Math.abs(xv(B[2])):1,M=sX,W=F<v;W&&(P*=-1,M=aX);var ne=B.some(nX);I=[];for(var ie=v;M(ie,F);ie+=P){var T;if(l)T=String.fromCharCode(ie),T==="\\"&&(T="");else if(T=String(ie),ne){var D=q-T.length;if(D>0){var Y=new Array(D+1).join("0");ie<0?T="-"+Y+T.slice(1):T=Y+T}}I.push(T)}}else{I=[];for(var S=0;S<B.length;S++)I.push.apply(I,Ep(B[S],!1))}for(var S=0;S<I.length;S++)for(var a=0;a<s.length;a++){var A=n+I[S]+s[a];(!e||g||A)&&r.push(A)}}return r}});var w6=ce((kfe,Pv)=>{"use strict";var C6=(t,e)=>{for(let r of Reflect.ownKeys(e))Object.defineProperty(t,r,Object.getOwnPropertyDescriptor(e,r));return t};Pv.exports=C6;Pv.exports.default=C6});var v6=ce((Mfe,ZB)=>{"use strict";var qX=w6(),XB=new WeakMap,b6=(t,e={})=>{if(typeof t!="function")throw new TypeError("Expected a function");let r,i=0,n=t.displayName||t.name||"<anonymous>",s=function(...a){if(XB.set(s,++i),i===1)r=t.apply(this,a),t=null;else if(e.throw===!0)throw new Error(`Function \`${n}\` can only be called once`);return r};return qX(s,t),XB.set(s,i),s};ZB.exports=b6;ZB.exports.default=b6;ZB.exports.callCount=t=>{if(!XB.has(t))throw new Error(`The given function \`${t.name}\` is not wrapped by the \`onetime\` package`);return XB.get(t)}});var x6=ce((Ufe,em)=>{em.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];process.platform!=="win32"&&em.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");process.platform==="linux"&&em.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")});var N6=ce((Gfe,Bh)=>{var Gi=global.process,Cl=function(t){return t&&typeof t=="object"&&typeof t.removeListener=="function"&&typeof t.emit=="function"&&typeof t.reallyExit=="function"&&typeof t.listeners=="function"&&typeof t.kill=="function"&&typeof t.pid=="number"&&typeof t.on=="function"};Cl(Gi)?(_6=require("assert"),Eh=x6(),S6=/^win/i.test(Gi.platform),mp=require("events"),typeof mp!="function"&&(mp=mp.EventEmitter),Gi.__signal_exit_emitter__?On=Gi.__signal_exit_emitter__:(On=Gi.__signal_exit_emitter__=new mp,On.count=0,On.emitted={}),On.infinite||(On.setMaxListeners(1/0),On.infinite=!0),Bh.exports=function(t,e){if(!Cl(global.process))return function(){};_6.equal(typeof t,"function","a callback must be provided for exit handler"),Ih===!1&&Hv();var r="exit";e&&e.alwaysLast&&(r="afterexit");var i=function(){On.removeListener(r,t),On.listeners("exit").length===0&&On.listeners("afterexit").length===0&&tm()};return On.on(r,t),i},tm=function(){!Ih||!Cl(global.process)||(Ih=!1,Eh.forEach(function(e){try{Gi.removeListener(e,rm[e])}catch{}}),Gi.emit=im,Gi.reallyExit=jv,On.count-=1)},Bh.exports.unload=tm,wl=function(e,r,i){On.emitted[e]||(On.emitted[e]=!0,On.emit(e,r,i))},rm={},Eh.forEach(function(t){rm[t]=function(){if(Cl(global.process)){var r=Gi.listeners(t);r.length===On.count&&(tm(),wl("exit",null,t),wl("afterexit",null,t),S6&&t==="SIGHUP"&&(t="SIGINT"),Gi.kill(Gi.pid,t))}}}),Bh.exports.signals=function(){return Eh},Ih=!1,Hv=function(){Ih||!Cl(global.process)||(Ih=!0,On.count+=1,Eh=Eh.filter(function(e){try{return Gi.on(e,rm[e]),!0}catch{return!1}}),Gi.emit=R6,Gi.reallyExit=D6)},Bh.exports.load=Hv,jv=Gi.reallyExit,D6=function(e){Cl(global.process)&&(Gi.exitCode=e||0,wl("exit",Gi.exitCode,null),wl("afterexit",Gi.exitCode,null),jv.call(Gi,Gi.exitCode))},im=Gi.emit,R6=function(e,r){if(e==="exit"&&Cl(global.process)){r!==void 0&&(Gi.exitCode=r);var i=im.apply(this,arguments);return wl("exit",Gi.exitCode,null),wl("afterexit",Gi.exitCode,null),i}else return im.apply(this,arguments)}):Bh.exports=function(){return function(){}};var _6,Eh,S6,mp,On,tm,wl,rm,Ih,Hv,jv,D6,im,R6});var U6=ce((Pfe,PX)=>{PX.exports={dots:{interval:80,frames:["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"]},dots2:{interval:80,frames:["\u28FE","\u28FD","\u28FB","\u28BF","\u287F","\u28DF","\u28EF","\u28F7"]},dots3:{interval:80,frames:["\u280B","\u2819","\u281A","\u281E","\u2816","\u2826","\u2834","\u2832","\u2833","\u2813"]},dots4:{interval:80,frames:["\u2804","\u2806","\u2807","\u280B","\u2819","\u2838","\u2830","\u2820","\u2830","\u2838","\u2819","\u280B","\u2807","\u2806"]},dots5:{interval:80,frames:["\u280B","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B"]},dots6:{interval:80,frames:["\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2834","\u2832","\u2812","\u2802","\u2802","\u2812","\u281A","\u2819","\u2809","\u2801"]},dots7:{interval:80,frames:["\u2808","\u2809","\u280B","\u2813","\u2812","\u2810","\u2810","\u2812","\u2816","\u2826","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808"]},dots8:{interval:80,frames:["\u2801","\u2801","\u2809","\u2819","\u281A","\u2812","\u2802","\u2802","\u2812","\u2832","\u2834","\u2824","\u2804","\u2804","\u2824","\u2820","\u2820","\u2824","\u2826","\u2816","\u2812","\u2810","\u2810","\u2812","\u2813","\u280B","\u2809","\u2808","\u2808"]},dots9:{interval:80,frames:["\u28B9","\u28BA","\u28BC","\u28F8","\u28C7","\u2867","\u2857","\u284F"]},dots10:{interval:80,frames:["\u2884","\u2882","\u2881","\u2841","\u2848","\u2850","\u2860"]},dots11:{interval:100,frames:["\u2801","\u2802","\u2804","\u2840","\u2880","\u2820","\u2810","\u2808"]},dots12:{interval:80,frames:["\u2880\u2800","\u2840\u2800","\u2804\u2800","\u2882\u2800","\u2842\u2800","\u2805\u2800","\u2883\u2800","\u2843\u2800","\u280D\u2800","\u288B\u2800","\u284B\u2800","\u280D\u2801","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2888\u2829","\u2840\u2899","\u2804\u2859","\u2882\u2829","\u2842\u2898","\u2805\u2858","\u2883\u2828","\u2843\u2890","\u280D\u2850","\u288B\u2820","\u284B\u2880","\u280D\u2841","\u288B\u2801","\u284B\u2801","\u280D\u2809","\u280B\u2809","\u280B\u2809","\u2809\u2819","\u2809\u2819","\u2809\u2829","\u2808\u2899","\u2808\u2859","\u2808\u2829","\u2800\u2899","\u2800\u2859","\u2800\u2829","\u2800\u2898","\u2800\u2858","\u2800\u2828","\u2800\u2890","\u2800\u2850","\u2800\u2820","\u2800\u2880","\u2800\u2840"]},dots13:{interval:80,frames:["\u28FC","\u28F9","\u28BB","\u283F","\u285F","\u28CF","\u28E7","\u28F6"]},dots8Bit:{interval:80,frames:["\u2800","\u2801","\u2802","\u2803","\u2804","\u2805","\u2806","\u2807","\u2840","\u2841","\u2842","\u2843","\u2844","\u2845","\u2846","\u2847","\u2808","\u2809","\u280A","\u280B","\u280C","\u280D","\u280E","\u280F","\u2848","\u2849","\u284A","\u284B","\u284C","\u284D","\u284E","\u284F","\u2810","\u2811","\u2812","\u2813","\u2814","\u2815","\u2816","\u2817","\u2850","\u2851","\u2852","\u2853","\u2854","\u2855","\u2856","\u2857","\u2818","\u2819","\u281A","\u281B","\u281C","\u281D","\u281E","\u281F","\u2858","\u2859","\u285A","\u285B","\u285C","\u285D","\u285E","\u285F","\u2820","\u2821","\u2822","\u2823","\u2824","\u2825","\u2826","\u2827","\u2860","\u2861","\u2862","\u2863","\u2864","\u2865","\u2866","\u2867","\u2828","\u2829","\u282A","\u282B","\u282C","\u282D","\u282E","\u282F","\u2868","\u2869","\u286A","\u286B","\u286C","\u286D","\u286E","\u286F","\u2830","\u2831","\u2832","\u2833","\u2834","\u2835","\u2836","\u2837","\u2870","\u2871","\u2872","\u2873","\u2874","\u2875","\u2876","\u2877","\u2838","\u2839","\u283A","\u283B","\u283C","\u283D","\u283E","\u283F","\u2878","\u2879","\u287A","\u287B","\u287C","\u287D","\u287E","\u287F","\u2880","\u2881","\u2882","\u2883","\u2884","\u2885","\u2886","\u2887","\u28C0","\u28C1","\u28C2","\u28C3","\u28C4","\u28C5","\u28C6","\u28C7","\u2888","\u2889","\u288A","\u288B","\u288C","\u288D","\u288E","\u288F","\u28C8","\u28C9","\u28CA","\u28CB","\u28CC","\u28CD","\u28CE","\u28CF","\u2890","\u2891","\u2892","\u2893","\u2894","\u2895","\u2896","\u2897","\u28D0","\u28D1","\u28D2","\u28D3","\u28D4","\u28D5","\u28D6","\u28D7","\u2898","\u2899","\u289A","\u289B","\u289C","\u289D","\u289E","\u289F","\u28D8","\u28D9","\u28DA","\u28DB","\u28DC","\u28DD","\u28DE","\u28DF","\u28A0","\u28A1","\u28A2","\u28A3","\u28A4","\u28A5","\u28A6","\u28A7","\u28E0","\u28E1","\u28E2","\u28E3","\u28E4","\u28E5","\u28E6","\u28E7","\u28A8","\u28A9","\u28AA","\u28AB","\u28AC","\u28AD","\u28AE","\u28AF","\u28E8","\u28E9","\u28EA","\u28EB","\u28EC","\u28ED","\u28EE","\u28EF","\u28B0","\u28B1","\u28B2","\u28B3","\u28B4","\u28B5","\u28B6","\u28B7","\u28F0","\u28F1","\u28F2","\u28F3","\u28F4","\u28F5","\u28F6","\u28F7","\u28B8","\u28B9","\u28BA","\u28BB","\u28BC","\u28BD","\u28BE","\u28BF","\u28F8","\u28F9","\u28FA","\u28FB","\u28FC","\u28FD","\u28FE","\u28FF"]},sand:{interval:80,frames:["\u2801","\u2802","\u2804","\u2840","\u2848","\u2850","\u2860","\u28C0","\u28C1","\u28C2","\u28C4","\u28CC","\u28D4","\u28E4","\u28E5","\u28E6","\u28EE","\u28F6","\u28F7","\u28FF","\u287F","\u283F","\u289F","\u281F","\u285B","\u281B","\u282B","\u288B","\u280B","\u280D","\u2849","\u2809","\u2811","\u2821","\u2881"]},line:{interval:130,frames:["-","\\","|","/"]},line2:{interval:100,frames:["\u2802","-","\u2013","\u2014","\u2013","-"]},pipe:{interval:100,frames:["\u2524","\u2518","\u2534","\u2514","\u251C","\u250C","\u252C","\u2510"]},simpleDots:{interval:400,frames:[". ",".. ","..."," "]},simpleDotsScrolling:{interval:200,frames:[". ",".. ","..."," .."," ."," "]},star:{interval:70,frames:["\u2736","\u2738","\u2739","\u273A","\u2739","\u2737"]},star2:{interval:80,frames:["+","x","*"]},flip:{interval:70,frames:["_","_","_","-","`","`","'","\xB4","-","_","_","_"]},hamburger:{interval:100,frames:["\u2631","\u2632","\u2634"]},growVertical:{interval:120,frames:["\u2581","\u2583","\u2584","\u2585","\u2586","\u2587","\u2586","\u2585","\u2584","\u2583"]},growHorizontal:{interval:120,frames:["\u258F","\u258E","\u258D","\u258C","\u258B","\u258A","\u2589","\u258A","\u258B","\u258C","\u258D","\u258E"]},balloon:{interval:140,frames:[" ",".","o","O","@","*"," "]},balloon2:{interval:120,frames:[".","o","O","\xB0","O","o","."]},noise:{interval:100,frames:["\u2593","\u2592","\u2591"]},bounce:{interval:120,frames:["\u2801","\u2802","\u2804","\u2802"]},boxBounce:{interval:120,frames:["\u2596","\u2598","\u259D","\u2597"]},boxBounce2:{interval:100,frames:["\u258C","\u2580","\u2590","\u2584"]},triangle:{interval:50,frames:["\u25E2","\u25E3","\u25E4","\u25E5"]},arc:{interval:100,frames:["\u25DC","\u25E0","\u25DD","\u25DE","\u25E1","\u25DF"]},circle:{interval:120,frames:["\u25E1","\u2299","\u25E0"]},squareCorners:{interval:180,frames:["\u25F0","\u25F3","\u25F2","\u25F1"]},circleQuarters:{interval:120,frames:["\u25F4","\u25F7","\u25F6","\u25F5"]},circleHalves:{interval:50,frames:["\u25D0","\u25D3","\u25D1","\u25D2"]},squish:{interval:100,frames:["\u256B","\u256A"]},toggle:{interval:250,frames:["\u22B6","\u22B7"]},toggle2:{interval:80,frames:["\u25AB","\u25AA"]},toggle3:{interval:120,frames:["\u25A1","\u25A0"]},toggle4:{interval:100,frames:["\u25A0","\u25A1","\u25AA","\u25AB"]},toggle5:{interval:100,frames:["\u25AE","\u25AF"]},toggle6:{interval:300,frames:["\u101D","\u1040"]},toggle7:{interval:80,frames:["\u29BE","\u29BF"]},toggle8:{interval:100,frames:["\u25CD","\u25CC"]},toggle9:{interval:100,frames:["\u25C9","\u25CE"]},toggle10:{interval:100,frames:["\u3282","\u3280","\u3281"]},toggle11:{interval:50,frames:["\u29C7","\u29C6"]},toggle12:{interval:120,frames:["\u2617","\u2616"]},toggle13:{interval:80,frames:["=","*","-"]},arrow:{interval:100,frames:["\u2190","\u2196","\u2191","\u2197","\u2192","\u2198","\u2193","\u2199"]},arrow2:{interval:80,frames:["\u2B06\uFE0F ","\u2197\uFE0F ","\u27A1\uFE0F ","\u2198\uFE0F ","\u2B07\uFE0F ","\u2199\uFE0F ","\u2B05\uFE0F ","\u2196\uFE0F "]},arrow3:{interval:120,frames:["\u25B9\u25B9\u25B9\u25B9\u25B9","\u25B8\u25B9\u25B9\u25B9\u25B9","\u25B9\u25B8\u25B9\u25B9\u25B9","\u25B9\u25B9\u25B8\u25B9\u25B9","\u25B9\u25B9\u25B9\u25B8\u25B9","\u25B9\u25B9\u25B9\u25B9\u25B8"]},bouncingBar:{interval:80,frames:["[ ]","[= ]","[== ]","[=== ]","[ ===]","[ ==]","[ =]","[ ]","[ =]","[ ==]","[ ===]","[====]","[=== ]","[== ]","[= ]"]},bouncingBall:{interval:80,frames:["( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF)","( \u25CF )","( \u25CF )","( \u25CF )","( \u25CF )","(\u25CF )"]},smiley:{interval:200,frames:["\u{1F604} ","\u{1F61D} "]},monkey:{interval:300,frames:["\u{1F648} ","\u{1F648} ","\u{1F649} ","\u{1F64A} "]},hearts:{interval:100,frames:["\u{1F49B} ","\u{1F499} ","\u{1F49C} ","\u{1F49A} ","\u2764\uFE0F "]},clock:{interval:100,frames:["\u{1F55B} ","\u{1F550} ","\u{1F551} ","\u{1F552} ","\u{1F553} ","\u{1F554} ","\u{1F555} ","\u{1F556} ","\u{1F557} ","\u{1F558} ","\u{1F559} ","\u{1F55A} "]},earth:{interval:180,frames:["\u{1F30D} ","\u{1F30E} ","\u{1F30F} "]},material:{interval:17,frames:["\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2588","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581","\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581\u2581"]},moon:{interval:80,frames:["\u{1F311} ","\u{1F312} ","\u{1F313} ","\u{1F314} ","\u{1F315} ","\u{1F316} ","\u{1F317} ","\u{1F318} "]},runner:{interval:140,frames:["\u{1F6B6} ","\u{1F3C3} "]},pong:{interval:80,frames:["\u2590\u2802 \u258C","\u2590\u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802\u258C","\u2590 \u2820\u258C","\u2590 \u2840\u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590 \u2820 \u258C","\u2590 \u2802 \u258C","\u2590 \u2808 \u258C","\u2590 \u2802 \u258C","\u2590 \u2820 \u258C","\u2590 \u2840 \u258C","\u2590\u2820 \u258C"]},shark:{interval:120,frames:["\u2590|\\____________\u258C","\u2590_|\\___________\u258C","\u2590__|\\__________\u258C","\u2590___|\\_________\u258C","\u2590____|\\________\u258C","\u2590_____|\\_______\u258C","\u2590______|\\______\u258C","\u2590_______|\\_____\u258C","\u2590________|\\____\u258C","\u2590_________|\\___\u258C","\u2590__________|\\__\u258C","\u2590___________|\\_\u258C","\u2590____________|\\\u258C","\u2590____________/|\u258C","\u2590___________/|_\u258C","\u2590__________/|__\u258C","\u2590_________/|___\u258C","\u2590________/|____\u258C","\u2590_______/|_____\u258C","\u2590______/|______\u258C","\u2590_____/|_______\u258C","\u2590____/|________\u258C","\u2590___/|_________\u258C","\u2590__/|__________\u258C","\u2590_/|___________\u258C","\u2590/|____________\u258C"]},dqpb:{interval:100,frames:["d","q","p","b"]},weather:{interval:100,frames:["\u2600\uFE0F ","\u2600\uFE0F ","\u2600\uFE0F ","\u{1F324} ","\u26C5\uFE0F ","\u{1F325} ","\u2601\uFE0F ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u26C8 ","\u{1F328} ","\u{1F327} ","\u{1F328} ","\u2601\uFE0F ","\u{1F325} ","\u26C5\uFE0F ","\u{1F324} ","\u2600\uFE0F ","\u2600\uFE0F "]},christmas:{interval:400,frames:["\u{1F332}","\u{1F384}"]},grenade:{interval:80,frames:["\u060C ","\u2032 "," \xB4 "," \u203E "," \u2E0C"," \u2E0A"," |"," \u204E"," \u2055"," \u0DF4 "," \u2053"," "," "," "]},point:{interval:125,frames:["\u2219\u2219\u2219","\u25CF\u2219\u2219","\u2219\u25CF\u2219","\u2219\u2219\u25CF","\u2219\u2219\u2219"]},layer:{interval:150,frames:["-","=","\u2261"]},betaWave:{interval:80,frames:["\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1\u03B2","\u03B2\u03B2\u03B2\u03B2\u03B2\u03B2\u03C1"]},fingerDance:{interval:160,frames:["\u{1F918} ","\u{1F91F} ","\u{1F596} ","\u270B ","\u{1F91A} ","\u{1F446} "]},fistBump:{interval:80,frames:["\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u{1F91C}\u3000\u3000\u3000\u3000\u{1F91B} ","\u3000\u{1F91C}\u3000\u3000\u{1F91B}\u3000 ","\u3000\u3000\u{1F91C}\u{1F91B}\u3000\u3000 ","\u3000\u{1F91C}\u2728\u{1F91B}\u3000\u3000 ","\u{1F91C}\u3000\u2728\u3000\u{1F91B}\u3000 "]},soccerHeader:{interval:80,frames:[" \u{1F9D1}\u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F\u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} ","\u{1F9D1} \u26BD\uFE0F \u{1F9D1} "]},mindblown:{interval:160,frames:["\u{1F610} ","\u{1F610} ","\u{1F62E} ","\u{1F62E} ","\u{1F626} ","\u{1F626} ","\u{1F627} ","\u{1F627} ","\u{1F92F} ","\u{1F4A5} ","\u2728 ","\u3000 ","\u3000 ","\u3000 "]},speaker:{interval:160,frames:["\u{1F508} ","\u{1F509} ","\u{1F50A} ","\u{1F509} "]},orangePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} "]},bluePulse:{interval:100,frames:["\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},orangeBluePulse:{interval:100,frames:["\u{1F538} ","\u{1F536} ","\u{1F7E0} ","\u{1F7E0} ","\u{1F536} ","\u{1F539} ","\u{1F537} ","\u{1F535} ","\u{1F535} ","\u{1F537} "]},timeTravel:{interval:100,frames:["\u{1F55B} ","\u{1F55A} ","\u{1F559} ","\u{1F558} ","\u{1F557} ","\u{1F556} ","\u{1F555} ","\u{1F554} ","\u{1F553} ","\u{1F552} ","\u{1F551} ","\u{1F550} "]},aesthetic:{interval:80,frames:["\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B1","\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0\u25B0","\u25B0\u25B1\u25B1\u25B1\u25B1\u25B1\u25B1"]}}});var q6=ce((Hfe,O6)=>{"use strict";var sm=Object.assign({},U6()),G6=Object.keys(sm);Object.defineProperty(sm,"random",{get(){let t=Math.floor(Math.random()*G6.length),e=G6[t];return sm[e]}});O6.exports=sm});var L6=ce((zfe,am)=>{var JX=function(){"use strict";function t(a,A,c,l){var g;typeof A=="object"&&(c=A.depth,l=A.prototype,g=A.filter,A=A.circular);var C=[],B=[],I=typeof Buffer<"u";typeof A>"u"&&(A=!0),typeof c>"u"&&(c=1/0);function v(F,q){if(F===null)return null;if(q==0)return F;var P,M;if(typeof F!="object")return F;if(t.__isArray(F))P=[];else if(t.__isRegExp(F))P=new RegExp(F.source,s(F)),F.lastIndex&&(P.lastIndex=F.lastIndex);else if(t.__isDate(F))P=new Date(F.getTime());else{if(I&&Buffer.isBuffer(F))return Buffer.allocUnsafe?P=Buffer.allocUnsafe(F.length):P=new Buffer(F.length),F.copy(P),P;typeof l>"u"?(M=Object.getPrototypeOf(F),P=Object.create(M)):(P=Object.create(l),M=l)}if(A){var W=C.indexOf(F);if(W!=-1)return B[W];C.push(F),B.push(P)}for(var ne in F){var ie;M&&(ie=Object.getOwnPropertyDescriptor(M,ne)),!(ie&&ie.set==null)&&(P[ne]=v(F[ne],q-1))}return P}return v(a,c)}t.clonePrototype=function(A){if(A===null)return null;var c=function(){};return c.prototype=A,new c};function e(a){return Object.prototype.toString.call(a)}t.__objToStr=e;function r(a){return typeof a=="object"&&e(a)==="[object Date]"}t.__isDate=r;function i(a){return typeof a=="object"&&e(a)==="[object Array]"}t.__isArray=i;function n(a){return typeof a=="object"&&e(a)==="[object RegExp]"}t.__isRegExp=n;function s(a){var A="";return a.global&&(A+="g"),a.ignoreCase&&(A+="i"),a.multiline&&(A+="m"),A}return t.__getRegExpFlags=s,t}();typeof am=="object"&&am.exports&&(am.exports=JX)});var H6=ce((Xfe,P6)=>{var $X=L6();P6.exports=function(t,e){return t=t||{},Object.keys(e).forEach(function(r){typeof t[r]>"u"&&(t[r]=$X(e[r]))}),t}});var Y6=ce((Zfe,j6)=>{j6.exports=[[768,879],[1155,1158],[1160,1161],[1425,1469],[1471,1471],[1473,1474],[1476,1477],[1479,1479],[1536,1539],[1552,1557],[1611,1630],[1648,1648],[1750,1764],[1767,1768],[1770,1773],[1807,1807],[1809,1809],[1840,1866],[1958,1968],[2027,2035],[2305,2306],[2364,2364],[2369,2376],[2381,2381],[2385,2388],[2402,2403],[2433,2433],[2492,2492],[2497,2500],[2509,2509],[2530,2531],[2561,2562],[2620,2620],[2625,2626],[2631,2632],[2635,2637],[2672,2673],[2689,2690],[2748,2748],[2753,2757],[2759,2760],[2765,2765],[2786,2787],[2817,2817],[2876,2876],[2879,2879],[2881,2883],[2893,2893],[2902,2902],[2946,2946],[3008,3008],[3021,3021],[3134,3136],[3142,3144],[3146,3149],[3157,3158],[3260,3260],[3263,3263],[3270,3270],[3276,3277],[3298,3299],[3393,3395],[3405,3405],[3530,3530],[3538,3540],[3542,3542],[3633,3633],[3636,3642],[3655,3662],[3761,3761],[3764,3769],[3771,3772],[3784,3789],[3864,3865],[3893,3893],[3895,3895],[3897,3897],[3953,3966],[3968,3972],[3974,3975],[3984,3991],[3993,4028],[4038,4038],[4141,4144],[4146,4146],[4150,4151],[4153,4153],[4184,4185],[4448,4607],[4959,4959],[5906,5908],[5938,5940],[5970,5971],[6002,6003],[6068,6069],[6071,6077],[6086,6086],[6089,6099],[6109,6109],[6155,6157],[6313,6313],[6432,6434],[6439,6440],[6450,6450],[6457,6459],[6679,6680],[6912,6915],[6964,6964],[6966,6970],[6972,6972],[6978,6978],[7019,7027],[7616,7626],[7678,7679],[8203,8207],[8234,8238],[8288,8291],[8298,8303],[8400,8431],[12330,12335],[12441,12442],[43014,43014],[43019,43019],[43045,43046],[64286,64286],[65024,65039],[65056,65059],[65279,65279],[65529,65531],[68097,68099],[68101,68102],[68108,68111],[68152,68154],[68159,68159],[119143,119145],[119155,119170],[119173,119179],[119210,119213],[119362,119364],[917505,917505],[917536,917631],[917760,917999]]});var V6=ce((ehe,Vv)=>{"use strict";var KX=H6(),Cp=Y6(),$6={nul:0,control:0};Vv.exports=function(e){return K6(e,$6)};Vv.exports.config=function(t){return t=KX(t||{},$6),function(r){return K6(r,t)}};function K6(t,e){if(typeof t!="string")return J6(t,e);for(var r=0,i=0;i<t.length;i++){var n=J6(t.charCodeAt(i),e);if(n<0)return-1;r+=n}return r}function J6(t,e){return t===0?e.nul:t<32||t>=127&&t<160?e.control:VX(t)?0:1+(t>=4352&&(t<=4447||t==9001||t==9002||t>=11904&&t<=42191&&t!=12351||t>=44032&&t<=55203||t>=63744&&t<=64255||t>=65040&&t<=65049||t>=65072&&t<=65135||t>=65280&&t<=65376||t>=65504&&t<=65510||t>=131072&&t<=196605||t>=196608&&t<=262141))}function VX(t){var e=0,r=Cp.length-1,i;if(t<Cp[0][0]||t>Cp[r][1])return!1;for(;r>=e;)if(i=Math.floor((e+r)/2),t>Cp[i][1])e=i+1;else if(t<Cp[i][0])r=i-1;else return!0;return!1}});var zv=ce((rhe,W6)=>{W6.exports=require("stream")});var ek=ce((ihe,Z6)=>{"use strict";function z6(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),r.push.apply(r,i)}return r}function WX(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?z6(Object(r),!0).forEach(function(i){zX(t,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):z6(Object(r)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(r,i))})}return t}function zX(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function XX(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function X6(t,e){for(var r=0;r<e.length;r++){var i=e[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function ZX(t,e,r){return e&&X6(t.prototype,e),r&&X6(t,r),t}var eZ=require("buffer"),Am=eZ.Buffer,tZ=require("util"),Xv=tZ.inspect,rZ=Xv&&Xv.custom||"inspect";function iZ(t,e,r){Am.prototype.copy.call(t,e,r)}Z6.exports=function(){function t(){XX(this,t),this.head=null,this.tail=null,this.length=0}return ZX(t,[{key:"push",value:function(r){var i={data:r,next:null};this.length>0?this.tail.next=i:this.head=i,this.tail=i,++this.length}},{key:"unshift",value:function(r){var i={data:r,next:this.head};this.length===0&&(this.tail=i),this.head=i,++this.length}},{key:"shift",value:function(){if(this.length!==0){var r=this.head.data;return this.length===1?this.head=this.tail=null:this.head=this.head.next,--this.length,r}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(r){if(this.length===0)return"";for(var i=this.head,n=""+i.data;i=i.next;)n+=r+i.data;return n}},{key:"concat",value:function(r){if(this.length===0)return Am.alloc(0);for(var i=Am.allocUnsafe(r>>>0),n=this.head,s=0;n;)iZ(n.data,i,s),s+=n.data.length,n=n.next;return i}},{key:"consume",value:function(r,i){var n;return r<this.head.data.length?(n=this.head.data.slice(0,r),this.head.data=this.head.data.slice(r)):r===this.head.data.length?n=this.shift():n=i?this._getString(r):this._getBuffer(r),n}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(r){var i=this.head,n=1,s=i.data;for(r-=s.length;i=i.next;){var a=i.data,A=r>a.length?a.length:r;if(A===a.length?s+=a:s+=a.slice(0,r),r-=A,r===0){A===a.length?(++n,i.next?this.head=i.next:this.head=this.tail=null):(this.head=i,i.data=a.slice(A));break}++n}return this.length-=n,s}},{key:"_getBuffer",value:function(r){var i=Am.allocUnsafe(r),n=this.head,s=1;for(n.data.copy(i),r-=n.data.length;n=n.next;){var a=n.data,A=r>a.length?a.length:r;if(a.copy(i,i.length-r,0,A),r-=A,r===0){A===a.length?(++s,n.next?this.head=n.next:this.head=this.tail=null):(this.head=n,n.data=a.slice(A));break}++s}return this.length-=s,i}},{key:rZ,value:function(r,i){return Xv(this,WX({},i,{depth:0,customInspect:!1}))}}]),t}()});var e1=ce((nhe,rk)=>{"use strict";function nZ(t,e){var r=this,i=this._readableState&&this._readableState.destroyed,n=this._writableState&&this._writableState.destroyed;return i||n?(e?e(t):t&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(Zv,this,t)):process.nextTick(Zv,this,t)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(t||null,function(s){!e&&s?r._writableState?r._writableState.errorEmitted?process.nextTick(om,r):(r._writableState.errorEmitted=!0,process.nextTick(tk,r,s)):process.nextTick(tk,r,s):e?(process.nextTick(om,r),e(s)):process.nextTick(om,r)}),this)}function tk(t,e){Zv(t,e),om(t)}function om(t){t._writableState&&!t._writableState.emitClose||t._readableState&&!t._readableState.emitClose||t.emit("close")}function sZ(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function Zv(t,e){t.emit("error",e)}function aZ(t,e){var r=t._readableState,i=t._writableState;r&&r.autoDestroy||i&&i.autoDestroy?t.destroy(e):t.emit("error",e)}rk.exports={destroy:nZ,undestroy:sZ,errorOrDestroy:aZ}});var fu=ce((she,sk)=>{"use strict";var nk={};function fA(t,e,r){r||(r=Error);function i(s,a,A){return typeof e=="string"?e:e(s,a,A)}class n extends r{constructor(a,A,c){super(i(a,A,c))}}n.prototype.name=r.name,n.prototype.code=t,nk[t]=n}function ik(t,e){if(Array.isArray(t)){let r=t.length;return t=t.map(i=>String(i)),r>2?`one of ${e} ${t.slice(0,r-1).join(", ")}, or `+t[r-1]:r===2?`one of ${e} ${t[0]} or ${t[1]}`:`of ${e} ${t[0]}`}else return`of ${e} ${String(t)}`}function AZ(t,e,r){return t.substr(!r||r<0?0:+r,e.length)===e}function oZ(t,e,r){return(r===void 0||r>t.length)&&(r=t.length),t.substring(r-e.length,r)===e}function cZ(t,e,r){return typeof r!="number"&&(r=0),r+e.length>t.length?!1:t.indexOf(e,r)!==-1}fA("ERR_INVALID_OPT_VALUE",function(t,e){return'The value "'+e+'" is invalid for option "'+t+'"'},TypeError);fA("ERR_INVALID_ARG_TYPE",function(t,e,r){let i;typeof e=="string"&&AZ(e,"not ")?(i="must not be",e=e.replace(/^not /,"")):i="must be";let n;if(oZ(t," argument"))n=`The ${t} ${i} ${ik(e,"type")}`;else{let s=cZ(t,".")?"property":"argument";n=`The "${t}" ${s} ${i} ${ik(e,"type")}`}return n+=`. Received type ${typeof r}`,n},TypeError);fA("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF");fA("ERR_METHOD_NOT_IMPLEMENTED",function(t){return"The "+t+" method is not implemented"});fA("ERR_STREAM_PREMATURE_CLOSE","Premature close");fA("ERR_STREAM_DESTROYED",function(t){return"Cannot call "+t+" after a stream was destroyed"});fA("ERR_MULTIPLE_CALLBACK","Callback called multiple times");fA("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable");fA("ERR_STREAM_WRITE_AFTER_END","write after end");fA("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError);fA("ERR_UNKNOWN_ENCODING",function(t){return"Unknown encoding: "+t},TypeError);fA("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event");sk.exports.codes=nk});var t1=ce((ahe,ak)=>{"use strict";var uZ=fu().codes.ERR_INVALID_OPT_VALUE;function lZ(t,e,r){return t.highWaterMark!=null?t.highWaterMark:e?t[r]:null}function fZ(t,e,r,i){var n=lZ(e,i,r);if(n!=null){if(!(isFinite(n)&&Math.floor(n)===n)||n<0){var s=i?r:"highWaterMark";throw new uZ(s,n)}return Math.floor(n)}return t.objectMode?16:16*1024}ak.exports={getHighWaterMark:fZ}});var Ak=ce((Ahe,r1)=>{typeof Object.create=="function"?r1.exports=function(e,r){r&&(e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:r1.exports=function(e,r){if(r){e.super_=r;var i=function(){};i.prototype=r.prototype,e.prototype=new i,e.prototype.constructor=e}}});var bl=ce((ohe,n1)=>{try{if(i1=require("util"),typeof i1.inherits!="function")throw"";n1.exports=i1.inherits}catch{n1.exports=Ak()}var i1});var ck=ce((che,ok)=>{ok.exports=require("util").deprecate});var A1=ce((uhe,dk)=>{"use strict";dk.exports=tn;function lk(t){var e=this;this.next=null,this.entry=null,this.finish=function(){OZ(e,t)}}var yh;tn.WritableState=bp;var hZ={deprecate:ck()},fk=zv(),um=require("buffer").Buffer,gZ=global.Uint8Array||function(){};function dZ(t){return um.from(t)}function pZ(t){return um.isBuffer(t)||t instanceof gZ}var a1=e1(),EZ=t1(),IZ=EZ.getHighWaterMark,hu=fu().codes,BZ=hu.ERR_INVALID_ARG_TYPE,mZ=hu.ERR_METHOD_NOT_IMPLEMENTED,yZ=hu.ERR_MULTIPLE_CALLBACK,QZ=hu.ERR_STREAM_CANNOT_PIPE,CZ=hu.ERR_STREAM_DESTROYED,wZ=hu.ERR_STREAM_NULL_VALUES,bZ=hu.ERR_STREAM_WRITE_AFTER_END,vZ=hu.ERR_UNKNOWN_ENCODING,Qh=a1.errorOrDestroy;bl()(tn,fk);function xZ(){}function bp(t,e,r){yh=yh||vl(),t=t||{},typeof r!="boolean"&&(r=e instanceof yh),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.writableObjectMode),this.highWaterMark=IZ(this,t,"writableHighWaterMark",r),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var i=t.decodeStrings===!1;this.decodeStrings=!i,this.defaultEncoding=t.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(n){TZ(e,n)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new lk(this)}bp.prototype.getBuffer=function(){for(var e=this.bufferedRequest,r=[];e;)r.push(e),e=e.next;return r};(function(){try{Object.defineProperty(bp.prototype,"buffer",{get:hZ.deprecate(function(){return this.getBuffer()},"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch{}})();var cm;typeof Symbol=="function"&&Symbol.hasInstance&&typeof Function.prototype[Symbol.hasInstance]=="function"?(cm=Function.prototype[Symbol.hasInstance],Object.defineProperty(tn,Symbol.hasInstance,{value:function(e){return cm.call(this,e)?!0:this!==tn?!1:e&&e._writableState instanceof bp}})):cm=function(e){return e instanceof this};function tn(t){yh=yh||vl();var e=this instanceof yh;if(!e&&!cm.call(tn,this))return new tn(t);this._writableState=new bp(t,this,e),this.writable=!0,t&&(typeof t.write=="function"&&(this._write=t.write),typeof t.writev=="function"&&(this._writev=t.writev),typeof t.destroy=="function"&&(this._destroy=t.destroy),typeof t.final=="function"&&(this._final=t.final)),fk.call(this)}tn.prototype.pipe=function(){Qh(this,new QZ)};function _Z(t,e){var r=new bZ;Qh(t,r),process.nextTick(e,r)}function SZ(t,e,r,i){var n;return r===null?n=new wZ:typeof r!="string"&&!e.objectMode&&(n=new BZ("chunk",["string","Buffer"],r)),n?(Qh(t,n),process.nextTick(i,n),!1):!0}tn.prototype.write=function(t,e,r){var i=this._writableState,n=!1,s=!i.objectMode&&pZ(t);return s&&!um.isBuffer(t)&&(t=dZ(t)),typeof e=="function"&&(r=e,e=null),s?e="buffer":e||(e=i.defaultEncoding),typeof r!="function"&&(r=xZ),i.ending?_Z(this,r):(s||SZ(this,i,t,r))&&(i.pendingcb++,n=RZ(this,i,s,t,e,r)),n};tn.prototype.cork=function(){this._writableState.corked++};tn.prototype.uncork=function(){var t=this._writableState;t.corked&&(t.corked--,!t.writing&&!t.corked&&!t.bufferProcessing&&t.bufferedRequest&&hk(this,t))};tn.prototype.setDefaultEncoding=function(e){if(typeof e=="string"&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new vZ(e);return this._writableState.defaultEncoding=e,this};Object.defineProperty(tn.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});function DZ(t,e,r){return!t.objectMode&&t.decodeStrings!==!1&&typeof e=="string"&&(e=um.from(e,r)),e}Object.defineProperty(tn.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});function RZ(t,e,r,i,n,s){if(!r){var a=DZ(e,i,n);i!==a&&(r=!0,n="buffer",i=a)}var A=e.objectMode?1:i.length;e.length+=A;var c=e.length<e.highWaterMark;if(c||(e.needDrain=!0),e.writing||e.corked){var l=e.lastBufferedRequest;e.lastBufferedRequest={chunk:i,encoding:n,isBuf:r,callback:s,next:null},l?l.next=e.lastBufferedRequest:e.bufferedRequest=e.lastBufferedRequest,e.bufferedRequestCount+=1}else s1(t,e,!1,A,i,n,s);return c}function s1(t,e,r,i,n,s,a){e.writelen=i,e.writecb=a,e.writing=!0,e.sync=!0,e.destroyed?e.onwrite(new CZ("write")):r?t._writev(n,e.onwrite):t._write(n,s,e.onwrite),e.sync=!1}function NZ(t,e,r,i,n){--e.pendingcb,r?(process.nextTick(n,i),process.nextTick(wp,t,e),t._writableState.errorEmitted=!0,Qh(t,i)):(n(i),t._writableState.errorEmitted=!0,Qh(t,i),wp(t,e))}function FZ(t){t.writing=!1,t.writecb=null,t.length-=t.writelen,t.writelen=0}function TZ(t,e){var r=t._writableState,i=r.sync,n=r.writecb;if(typeof n!="function")throw new yZ;if(FZ(r),e)NZ(t,r,i,e,n);else{var s=gk(r)||t.destroyed;!s&&!r.corked&&!r.bufferProcessing&&r.bufferedRequest&&hk(t,r),i?process.nextTick(uk,t,r,s,n):uk(t,r,s,n)}}function uk(t,e,r,i){r||kZ(t,e),e.pendingcb--,i(),wp(t,e)}function kZ(t,e){e.length===0&&e.needDrain&&(e.needDrain=!1,t.emit("drain"))}function hk(t,e){e.bufferProcessing=!0;var r=e.bufferedRequest;if(t._writev&&r&&r.next){var i=e.bufferedRequestCount,n=new Array(i),s=e.corkedRequestsFree;s.entry=r;for(var a=0,A=!0;r;)n[a]=r,r.isBuf||(A=!1),r=r.next,a+=1;n.allBuffers=A,s1(t,e,!0,e.length,n,"",s.finish),e.pendingcb++,e.lastBufferedRequest=null,s.next?(e.corkedRequestsFree=s.next,s.next=null):e.corkedRequestsFree=new lk(e),e.bufferedRequestCount=0}else{for(;r;){var c=r.chunk,l=r.encoding,g=r.callback,C=e.objectMode?1:c.length;if(s1(t,e,!1,C,c,l,g),r=r.next,e.bufferedRequestCount--,e.writing)break}r===null&&(e.lastBufferedRequest=null)}e.bufferedRequest=r,e.bufferProcessing=!1}tn.prototype._write=function(t,e,r){r(new mZ("_write()"))};tn.prototype._writev=null;tn.prototype.end=function(t,e,r){var i=this._writableState;return typeof t=="function"?(r=t,t=null,e=null):typeof e=="function"&&(r=e,e=null),t!=null&&this.write(t,e),i.corked&&(i.corked=1,this.uncork()),i.ending||GZ(this,i,r),this};Object.defineProperty(tn.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function gk(t){return t.ending&&t.length===0&&t.bufferedRequest===null&&!t.finished&&!t.writing}function MZ(t,e){t._final(function(r){e.pendingcb--,r&&Qh(t,r),e.prefinished=!0,t.emit("prefinish"),wp(t,e)})}function UZ(t,e){!e.prefinished&&!e.finalCalled&&(typeof t._final=="function"&&!e.destroyed?(e.pendingcb++,e.finalCalled=!0,process.nextTick(MZ,t,e)):(e.prefinished=!0,t.emit("prefinish")))}function wp(t,e){var r=gk(e);if(r&&(UZ(t,e),e.pendingcb===0&&(e.finished=!0,t.emit("finish"),e.autoDestroy))){var i=t._readableState;(!i||i.autoDestroy&&i.endEmitted)&&t.destroy()}return r}function GZ(t,e,r){e.ending=!0,wp(t,e),r&&(e.finished?process.nextTick(r):t.once("finish",r)),e.ended=!0,t.writable=!1}function OZ(t,e,r){var i=t.entry;for(t.entry=null;i;){var n=i.callback;e.pendingcb--,n(r),i=i.next}e.corkedRequestsFree.next=t}Object.defineProperty(tn.prototype,"destroyed",{enumerable:!1,get:function(){return this._writableState===void 0?!1:this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}});tn.prototype.destroy=a1.destroy;tn.prototype._undestroy=a1.undestroy;tn.prototype._destroy=function(t,e){e(t)}});var vl=ce((lhe,Ek)=>{"use strict";var qZ=Object.keys||function(t){var e=[];for(var r in t)e.push(r);return e};Ek.exports=ko;var pk=u1(),c1=A1();bl()(ko,pk);for(o1=qZ(c1.prototype),lm=0;lm<o1.length;lm++)fm=o1[lm],ko.prototype[fm]||(ko.prototype[fm]=c1.prototype[fm]);var o1,fm,lm;function ko(t){if(!(this instanceof ko))return new ko(t);pk.call(this,t),c1.call(this,t),this.allowHalfOpen=!0,t&&(t.readable===!1&&(this.readable=!1),t.writable===!1&&(this.writable=!1),t.allowHalfOpen===!1&&(this.allowHalfOpen=!1,this.once("end",LZ)))}Object.defineProperty(ko.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}});Object.defineProperty(ko.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}});Object.defineProperty(ko.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}});function LZ(){this._writableState.ended||process.nextTick(PZ,this)}function PZ(t){t.end()}Object.defineProperty(ko.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0||this._writableState===void 0?!1:this._readableState.destroyed&&this._writableState.destroyed},set:function(e){this._readableState===void 0||this._writableState===void 0||(this._readableState.destroyed=e,this._writableState.destroyed=e)}})});var mk=ce((l1,Bk)=>{var hm=require("buffer"),Mo=hm.Buffer;function Ik(t,e){for(var r in t)e[r]=t[r]}Mo.from&&Mo.alloc&&Mo.allocUnsafe&&Mo.allocUnsafeSlow?Bk.exports=hm:(Ik(hm,l1),l1.Buffer=xl);function xl(t,e,r){return Mo(t,e,r)}xl.prototype=Object.create(Mo.prototype);Ik(Mo,xl);xl.from=function(t,e,r){if(typeof t=="number")throw new TypeError("Argument must not be a number");return Mo(t,e,r)};xl.alloc=function(t,e,r){if(typeof t!="number")throw new TypeError("Argument must be a number");var i=Mo(t);return e!==void 0?typeof r=="string"?i.fill(e,r):i.fill(e):i.fill(0),i};xl.allocUnsafe=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return Mo(t)};xl.allocUnsafeSlow=function(t){if(typeof t!="number")throw new TypeError("Argument must be a number");return hm.SlowBuffer(t)}});var g1=ce(Qk=>{"use strict";var h1=mk().Buffer,yk=h1.isEncoding||function(t){switch(t=""+t,t&&t.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function HZ(t){if(!t)return"utf8";for(var e;;)switch(t){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return t;default:if(e)return;t=(""+t).toLowerCase(),e=!0}}function jZ(t){var e=HZ(t);if(typeof e!="string"&&(h1.isEncoding===yk||!yk(t)))throw new Error("Unknown encoding: "+t);return e||t}Qk.StringDecoder=vp;function vp(t){this.encoding=jZ(t);var e;switch(this.encoding){case"utf16le":this.text=WZ,this.end=zZ,e=4;break;case"utf8":this.fillLast=$Z,e=4;break;case"base64":this.text=XZ,this.end=ZZ,e=3;break;default:this.write=eee,this.end=tee;return}this.lastNeed=0,this.lastTotal=0,this.lastChar=h1.allocUnsafe(e)}vp.prototype.write=function(t){if(t.length===0)return"";var e,r;if(this.lastNeed){if(e=this.fillLast(t),e===void 0)return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<t.length?e?e+this.text(t,r):this.text(t,r):e||""};vp.prototype.end=VZ;vp.prototype.text=KZ;vp.prototype.fillLast=function(t){if(this.lastNeed<=t.length)return t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,this.lastTotal-this.lastNeed,0,t.length),this.lastNeed-=t.length};function f1(t){return t<=127?0:t>>5===6?2:t>>4===14?3:t>>3===30?4:t>>6===2?-1:-2}function YZ(t,e,r){var i=e.length-1;if(i<r)return 0;var n=f1(e[i]);return n>=0?(n>0&&(t.lastNeed=n-1),n):--i<r||n===-2?0:(n=f1(e[i]),n>=0?(n>0&&(t.lastNeed=n-2),n):--i<r||n===-2?0:(n=f1(e[i]),n>=0?(n>0&&(n===2?n=0:t.lastNeed=n-3),n):0))}function JZ(t,e,r){if((e[0]&192)!==128)return t.lastNeed=0,"\uFFFD";if(t.lastNeed>1&&e.length>1){if((e[1]&192)!==128)return t.lastNeed=1,"\uFFFD";if(t.lastNeed>2&&e.length>2&&(e[2]&192)!==128)return t.lastNeed=2,"\uFFFD"}}function $Z(t){var e=this.lastTotal-this.lastNeed,r=JZ(this,t,e);if(r!==void 0)return r;if(this.lastNeed<=t.length)return t.copy(this.lastChar,e,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);t.copy(this.lastChar,e,0,t.length),this.lastNeed-=t.length}function KZ(t,e){var r=YZ(this,t,e);if(!this.lastNeed)return t.toString("utf8",e);this.lastTotal=r;var i=t.length-(r-this.lastNeed);return t.copy(this.lastChar,0,i),t.toString("utf8",e,i)}function VZ(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+"\uFFFD":e}function WZ(t,e){if((t.length-e)%2===0){var r=t.toString("utf16le",e);if(r){var i=r.charCodeAt(r.length-1);if(i>=55296&&i<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=t[t.length-1],t.toString("utf16le",e,t.length-1)}function zZ(t){var e=t&&t.length?this.write(t):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return e+this.lastChar.toString("utf16le",0,r)}return e}function XZ(t,e){var r=(t.length-e)%3;return r===0?t.toString("base64",e):(this.lastNeed=3-r,this.lastTotal=3,r===1?this.lastChar[0]=t[t.length-1]:(this.lastChar[0]=t[t.length-2],this.lastChar[1]=t[t.length-1]),t.toString("base64",e,t.length-r))}function ZZ(t){var e=t&&t.length?this.write(t):"";return this.lastNeed?e+this.lastChar.toString("base64",0,3-this.lastNeed):e}function eee(t){return t.toString(this.encoding)}function tee(t){return t&&t.length?this.write(t):""}});var gm=ce((hhe,bk)=>{"use strict";var Ck=fu().codes.ERR_STREAM_PREMATURE_CLOSE;function ree(t){var e=!1;return function(){if(!e){e=!0;for(var r=arguments.length,i=new Array(r),n=0;n<r;n++)i[n]=arguments[n];t.apply(this,i)}}}function iee(){}function nee(t){return t.setHeader&&typeof t.abort=="function"}function wk(t,e,r){if(typeof e=="function")return wk(t,null,e);e||(e={}),r=ree(r||iee);var i=e.readable||e.readable!==!1&&t.readable,n=e.writable||e.writable!==!1&&t.writable,s=function(){t.writable||A()},a=t._writableState&&t._writableState.finished,A=function(){n=!1,a=!0,i||r.call(t)},c=t._readableState&&t._readableState.endEmitted,l=function(){i=!1,c=!0,n||r.call(t)},g=function(v){r.call(t,v)},C=function(){var v;if(i&&!c)return(!t._readableState||!t._readableState.ended)&&(v=new Ck),r.call(t,v);if(n&&!a)return(!t._writableState||!t._writableState.ended)&&(v=new Ck),r.call(t,v)},B=function(){t.req.on("finish",A)};return nee(t)?(t.on("complete",A),t.on("abort",C),t.req?B():t.on("request",B)):n&&!t._writableState&&(t.on("end",s),t.on("close",s)),t.on("end",l),t.on("finish",A),e.error!==!1&&t.on("error",g),t.on("close",C),function(){t.removeListener("complete",A),t.removeListener("abort",C),t.removeListener("request",B),t.req&&t.req.removeListener("finish",A),t.removeListener("end",s),t.removeListener("close",s),t.removeListener("finish",A),t.removeListener("end",l),t.removeListener("error",g),t.removeListener("close",C)}}bk.exports=wk});var xk=ce((ghe,vk)=>{"use strict";var dm;function gu(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var see=gm(),du=Symbol("lastResolve"),_l=Symbol("lastReject"),xp=Symbol("error"),pm=Symbol("ended"),Sl=Symbol("lastPromise"),d1=Symbol("handlePromise"),Dl=Symbol("stream");function pu(t,e){return{value:t,done:e}}function aee(t){var e=t[du];if(e!==null){var r=t[Dl].read();r!==null&&(t[Sl]=null,t[du]=null,t[_l]=null,e(pu(r,!1)))}}function Aee(t){process.nextTick(aee,t)}function oee(t,e){return function(r,i){t.then(function(){if(e[pm]){r(pu(void 0,!0));return}e[d1](r,i)},i)}}var cee=Object.getPrototypeOf(function(){}),uee=Object.setPrototypeOf((dm={get stream(){return this[Dl]},next:function(){var e=this,r=this[xp];if(r!==null)return Promise.reject(r);if(this[pm])return Promise.resolve(pu(void 0,!0));if(this[Dl].destroyed)return new Promise(function(a,A){process.nextTick(function(){e[xp]?A(e[xp]):a(pu(void 0,!0))})});var i=this[Sl],n;if(i)n=new Promise(oee(i,this));else{var s=this[Dl].read();if(s!==null)return Promise.resolve(pu(s,!1));n=new Promise(this[d1])}return this[Sl]=n,n}},gu(dm,Symbol.asyncIterator,function(){return this}),gu(dm,"return",function(){var e=this;return new Promise(function(r,i){e[Dl].destroy(null,function(n){if(n){i(n);return}r(pu(void 0,!0))})})}),dm),cee),lee=function(e){var r,i=Object.create(uee,(r={},gu(r,Dl,{value:e,writable:!0}),gu(r,du,{value:null,writable:!0}),gu(r,_l,{value:null,writable:!0}),gu(r,xp,{value:null,writable:!0}),gu(r,pm,{value:e._readableState.endEmitted,writable:!0}),gu(r,d1,{value:function(s,a){var A=i[Dl].read();A?(i[Sl]=null,i[du]=null,i[_l]=null,s(pu(A,!1))):(i[du]=s,i[_l]=a)},writable:!0}),r));return i[Sl]=null,see(e,function(n){if(n&&n.code!=="ERR_STREAM_PREMATURE_CLOSE"){var s=i[_l];s!==null&&(i[Sl]=null,i[du]=null,i[_l]=null,s(n)),i[xp]=n;return}var a=i[du];a!==null&&(i[Sl]=null,i[du]=null,i[_l]=null,a(pu(void 0,!0))),i[pm]=!0}),e.on("readable",Aee.bind(null,i)),i};vk.exports=lee});var Rk=ce((dhe,Dk)=>{"use strict";function _k(t,e,r,i,n,s,a){try{var A=t[s](a),c=A.value}catch(l){r(l);return}A.done?e(c):Promise.resolve(c).then(i,n)}function fee(t){return function(){var e=this,r=arguments;return new Promise(function(i,n){var s=t.apply(e,r);function a(c){_k(s,i,n,a,A,"next",c)}function A(c){_k(s,i,n,a,A,"throw",c)}a(void 0)})}}function Sk(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter(function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable})),r.push.apply(r,i)}return r}function hee(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Sk(Object(r),!0).forEach(function(i){gee(t,i,r[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Sk(Object(r)).forEach(function(i){Object.defineProperty(t,i,Object.getOwnPropertyDescriptor(r,i))})}return t}function gee(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}var dee=fu().codes.ERR_INVALID_ARG_TYPE;function pee(t,e,r){var i;if(e&&typeof e.next=="function")i=e;else if(e&&e[Symbol.asyncIterator])i=e[Symbol.asyncIterator]();else if(e&&e[Symbol.iterator])i=e[Symbol.iterator]();else throw new dee("iterable",["Iterable"],e);var n=new t(hee({objectMode:!0},r)),s=!1;n._read=function(){s||(s=!0,a())};function a(){return A.apply(this,arguments)}function A(){return A=fee(function*(){try{var c=yield i.next(),l=c.value,g=c.done;g?n.push(null):n.push(yield l)?a():s=!1}catch(C){n.destroy(C)}}),A.apply(this,arguments)}return n}Dk.exports=pee});var u1=ce((Ehe,Lk)=>{"use strict";Lk.exports=Vr;var Ch;Vr.ReadableState=kk;var phe=require("events").EventEmitter,Tk=function(e,r){return e.listeners(r).length},Sp=zv(),Em=require("buffer").Buffer,Eee=global.Uint8Array||function(){};function Iee(t){return Em.from(t)}function Bee(t){return Em.isBuffer(t)||t instanceof Eee}var p1=require("util"),Dr;p1&&p1.debuglog?Dr=p1.debuglog("stream"):Dr=function(){};var mee=ek(),C1=e1(),yee=t1(),Qee=yee.getHighWaterMark,Im=fu().codes,Cee=Im.ERR_INVALID_ARG_TYPE,wee=Im.ERR_STREAM_PUSH_AFTER_EOF,bee=Im.ERR_METHOD_NOT_IMPLEMENTED,vee=Im.ERR_STREAM_UNSHIFT_AFTER_END_EVENT,wh,E1,I1;bl()(Vr,Sp);var _p=C1.errorOrDestroy,B1=["error","close","destroy","pause","resume"];function xee(t,e,r){if(typeof t.prependListener=="function")return t.prependListener(e,r);!t._events||!t._events[e]?t.on(e,r):Array.isArray(t._events[e])?t._events[e].unshift(r):t._events[e]=[r,t._events[e]]}function kk(t,e,r){Ch=Ch||vl(),t=t||{},typeof r!="boolean"&&(r=e instanceof Ch),this.objectMode=!!t.objectMode,r&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=Qee(this,t,"readableHighWaterMark",r),this.buffer=new mee,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=t.emitClose!==!1,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(wh||(wh=g1().StringDecoder),this.decoder=new wh(t.encoding),this.encoding=t.encoding)}function Vr(t){if(Ch=Ch||vl(),!(this instanceof Vr))return new Vr(t);var e=this instanceof Ch;this._readableState=new kk(t,this,e),this.readable=!0,t&&(typeof t.read=="function"&&(this._read=t.read),typeof t.destroy=="function"&&(this._destroy=t.destroy)),Sp.call(this)}Object.defineProperty(Vr.prototype,"destroyed",{enumerable:!1,get:function(){return this._readableState===void 0?!1:this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}});Vr.prototype.destroy=C1.destroy;Vr.prototype._undestroy=C1.undestroy;Vr.prototype._destroy=function(t,e){e(t)};Vr.prototype.push=function(t,e){var r=this._readableState,i;return r.objectMode?i=!0:typeof t=="string"&&(e=e||r.defaultEncoding,e!==r.encoding&&(t=Em.from(t,e),e=""),i=!0),Mk(this,t,e,!1,i)};Vr.prototype.unshift=function(t){return Mk(this,t,null,!0,!1)};function Mk(t,e,r,i,n){Dr("readableAddChunk",e);var s=t._readableState;if(e===null)s.reading=!1,Dee(t,s);else{var a;if(n||(a=_ee(s,e)),a)_p(t,a);else if(s.objectMode||e&&e.length>0)if(typeof e!="string"&&!s.objectMode&&Object.getPrototypeOf(e)!==Em.prototype&&(e=Iee(e)),i)s.endEmitted?_p(t,new vee):m1(t,s,e,!0);else if(s.ended)_p(t,new wee);else{if(s.destroyed)return!1;s.reading=!1,s.decoder&&!r?(e=s.decoder.write(e),s.objectMode||e.length!==0?m1(t,s,e,!1):Q1(t,s)):m1(t,s,e,!1)}else i||(s.reading=!1,Q1(t,s))}return!s.ended&&(s.length<s.highWaterMark||s.length===0)}function m1(t,e,r,i){e.flowing&&e.length===0&&!e.sync?(e.awaitDrain=0,t.emit("data",r)):(e.length+=e.objectMode?1:r.length,i?e.buffer.unshift(r):e.buffer.push(r),e.needReadable&&Bm(t)),Q1(t,e)}function _ee(t,e){var r;return!Bee(e)&&typeof e!="string"&&e!==void 0&&!t.objectMode&&(r=new Cee("chunk",["string","Buffer","Uint8Array"],e)),r}Vr.prototype.isPaused=function(){return this._readableState.flowing===!1};Vr.prototype.setEncoding=function(t){wh||(wh=g1().StringDecoder);var e=new wh(t);this._readableState.decoder=e,this._readableState.encoding=this._readableState.decoder.encoding;for(var r=this._readableState.buffer.head,i="";r!==null;)i+=e.write(r.data),r=r.next;return this._readableState.buffer.clear(),i!==""&&this._readableState.buffer.push(i),this._readableState.length=i.length,this};var Nk=1073741824;function See(t){return t>=Nk?t=Nk:(t--,t|=t>>>1,t|=t>>>2,t|=t>>>4,t|=t>>>8,t|=t>>>16,t++),t}function Fk(t,e){return t<=0||e.length===0&&e.ended?0:e.objectMode?1:t!==t?e.flowing&&e.length?e.buffer.head.data.length:e.length:(t>e.highWaterMark&&(e.highWaterMark=See(t)),t<=e.length?t:e.ended?e.length:(e.needReadable=!0,0))}Vr.prototype.read=function(t){Dr("read",t),t=parseInt(t,10);var e=this._readableState,r=t;if(t!==0&&(e.emittedReadable=!1),t===0&&e.needReadable&&((e.highWaterMark!==0?e.length>=e.highWaterMark:e.length>0)||e.ended))return Dr("read: emitReadable",e.length,e.ended),e.length===0&&e.ended?y1(this):Bm(this),null;if(t=Fk(t,e),t===0&&e.ended)return e.length===0&&y1(this),null;var i=e.needReadable;Dr("need readable",i),(e.length===0||e.length-t<e.highWaterMark)&&(i=!0,Dr("length less than watermark",i)),e.ended||e.reading?(i=!1,Dr("reading or ended",i)):i&&(Dr("do read"),e.reading=!0,e.sync=!0,e.length===0&&(e.needReadable=!0),this._read(e.highWaterMark),e.sync=!1,e.reading||(t=Fk(r,e)));var n;return t>0?n=Ok(t,e):n=null,n===null?(e.needReadable=e.length<=e.highWaterMark,t=0):(e.length-=t,e.awaitDrain=0),e.length===0&&(e.ended||(e.needReadable=!0),r!==t&&e.ended&&y1(this)),n!==null&&this.emit("data",n),n};function Dee(t,e){if(Dr("onEofChunk"),!e.ended){if(e.decoder){var r=e.decoder.end();r&&r.length&&(e.buffer.push(r),e.length+=e.objectMode?1:r.length)}e.ended=!0,e.sync?Bm(t):(e.needReadable=!1,e.emittedReadable||(e.emittedReadable=!0,Uk(t)))}}function Bm(t){var e=t._readableState;Dr("emitReadable",e.needReadable,e.emittedReadable),e.needReadable=!1,e.emittedReadable||(Dr("emitReadable",e.flowing),e.emittedReadable=!0,process.nextTick(Uk,t))}function Uk(t){var e=t._readableState;Dr("emitReadable_",e.destroyed,e.length,e.ended),!e.destroyed&&(e.length||e.ended)&&(t.emit("readable"),e.emittedReadable=!1),e.needReadable=!e.flowing&&!e.ended&&e.length<=e.highWaterMark,w1(t)}function Q1(t,e){e.readingMore||(e.readingMore=!0,process.nextTick(Ree,t,e))}function Ree(t,e){for(;!e.reading&&!e.ended&&(e.length<e.highWaterMark||e.flowing&&e.length===0);){var r=e.length;if(Dr("maybeReadMore read 0"),t.read(0),r===e.length)break}e.readingMore=!1}Vr.prototype._read=function(t){_p(this,new bee("_read()"))};Vr.prototype.pipe=function(t,e){var r=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=t;break;case 1:i.pipes=[i.pipes,t];break;default:i.pipes.push(t);break}i.pipesCount+=1,Dr("pipe count=%d opts=%j",i.pipesCount,e);var n=(!e||e.end!==!1)&&t!==process.stdout&&t!==process.stderr,s=n?A:F;i.endEmitted?process.nextTick(s):r.once("end",s),t.on("unpipe",a);function a(q,P){Dr("onunpipe"),q===r&&P&&P.hasUnpiped===!1&&(P.hasUnpiped=!0,g())}function A(){Dr("onend"),t.end()}var c=Nee(r);t.on("drain",c);var l=!1;function g(){Dr("cleanup"),t.removeListener("close",I),t.removeListener("finish",v),t.removeListener("drain",c),t.removeListener("error",B),t.removeListener("unpipe",a),r.removeListener("end",A),r.removeListener("end",F),r.removeListener("data",C),l=!0,i.awaitDrain&&(!t._writableState||t._writableState.needDrain)&&c()}r.on("data",C);function C(q){Dr("ondata");var P=t.write(q);Dr("dest.write",P),P===!1&&((i.pipesCount===1&&i.pipes===t||i.pipesCount>1&&qk(i.pipes,t)!==-1)&&!l&&(Dr("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function B(q){Dr("onerror",q),F(),t.removeListener("error",B),Tk(t,"error")===0&&_p(t,q)}xee(t,"error",B);function I(){t.removeListener("finish",v),F()}t.once("close",I);function v(){Dr("onfinish"),t.removeListener("close",I),F()}t.once("finish",v);function F(){Dr("unpipe"),r.unpipe(t)}return t.emit("pipe",r),i.flowing||(Dr("pipe resume"),r.resume()),t};function Nee(t){return function(){var r=t._readableState;Dr("pipeOnDrain",r.awaitDrain),r.awaitDrain&&r.awaitDrain--,r.awaitDrain===0&&Tk(t,"data")&&(r.flowing=!0,w1(t))}}Vr.prototype.unpipe=function(t){var e=this._readableState,r={hasUnpiped:!1};if(e.pipesCount===0)return this;if(e.pipesCount===1)return t&&t!==e.pipes?this:(t||(t=e.pipes),e.pipes=null,e.pipesCount=0,e.flowing=!1,t&&t.emit("unpipe",this,r),this);if(!t){var i=e.pipes,n=e.pipesCount;e.pipes=null,e.pipesCount=0,e.flowing=!1;for(var s=0;s<n;s++)i[s].emit("unpipe",this,{hasUnpiped:!1});return this}var a=qk(e.pipes,t);return a===-1?this:(e.pipes.splice(a,1),e.pipesCount-=1,e.pipesCount===1&&(e.pipes=e.pipes[0]),t.emit("unpipe",this,r),this)};Vr.prototype.on=function(t,e){var r=Sp.prototype.on.call(this,t,e),i=this._readableState;return t==="data"?(i.readableListening=this.listenerCount("readable")>0,i.flowing!==!1&&this.resume()):t==="readable"&&!i.endEmitted&&!i.readableListening&&(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,Dr("on readable",i.length,i.reading),i.length?Bm(this):i.reading||process.nextTick(Fee,this)),r};Vr.prototype.addListener=Vr.prototype.on;Vr.prototype.removeListener=function(t,e){var r=Sp.prototype.removeListener.call(this,t,e);return t==="readable"&&process.nextTick(Gk,this),r};Vr.prototype.removeAllListeners=function(t){var e=Sp.prototype.removeAllListeners.apply(this,arguments);return(t==="readable"||t===void 0)&&process.nextTick(Gk,this),e};function Gk(t){var e=t._readableState;e.readableListening=t.listenerCount("readable")>0,e.resumeScheduled&&!e.paused?e.flowing=!0:t.listenerCount("data")>0&&t.resume()}function Fee(t){Dr("readable nexttick read 0"),t.read(0)}Vr.prototype.resume=function(){var t=this._readableState;return t.flowing||(Dr("resume"),t.flowing=!t.readableListening,Tee(this,t)),t.paused=!1,this};function Tee(t,e){e.resumeScheduled||(e.resumeScheduled=!0,process.nextTick(kee,t,e))}function kee(t,e){Dr("resume",e.reading),e.reading||t.read(0),e.resumeScheduled=!1,t.emit("resume"),w1(t),e.flowing&&!e.reading&&t.read(0)}Vr.prototype.pause=function(){return Dr("call pause flowing=%j",this._readableState.flowing),this._readableState.flowing!==!1&&(Dr("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this};function w1(t){var e=t._readableState;for(Dr("flow",e.flowing);e.flowing&&t.read()!==null;);}Vr.prototype.wrap=function(t){var e=this,r=this._readableState,i=!1;t.on("end",function(){if(Dr("wrapped end"),r.decoder&&!r.ended){var a=r.decoder.end();a&&a.length&&e.push(a)}e.push(null)}),t.on("data",function(a){if(Dr("wrapped data"),r.decoder&&(a=r.decoder.write(a)),!(r.objectMode&&a==null)&&!(!r.objectMode&&(!a||!a.length))){var A=e.push(a);A||(i=!0,t.pause())}});for(var n in t)this[n]===void 0&&typeof t[n]=="function"&&(this[n]=function(A){return function(){return t[A].apply(t,arguments)}}(n));for(var s=0;s<B1.length;s++)t.on(B1[s],this.emit.bind(this,B1[s]));return this._read=function(a){Dr("wrapped _read",a),i&&(i=!1,t.resume())},this};typeof Symbol=="function"&&(Vr.prototype[Symbol.asyncIterator]=function(){return E1===void 0&&(E1=xk()),E1(this)});Object.defineProperty(Vr.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}});Object.defineProperty(Vr.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}});Object.defineProperty(Vr.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}});Vr._fromList=Ok;Object.defineProperty(Vr.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}});function Ok(t,e){if(e.length===0)return null;var r;return e.objectMode?r=e.buffer.shift():!t||t>=e.length?(e.decoder?r=e.buffer.join(""):e.buffer.length===1?r=e.buffer.first():r=e.buffer.concat(e.length),e.buffer.clear()):r=e.buffer.consume(t,e.decoder),r}function y1(t){var e=t._readableState;Dr("endReadable",e.endEmitted),e.endEmitted||(e.ended=!0,process.nextTick(Mee,e,t))}function Mee(t,e){if(Dr("endReadableNT",t.endEmitted,t.length),!t.endEmitted&&t.length===0&&(t.endEmitted=!0,e.readable=!1,e.emit("end"),t.autoDestroy)){var r=e._writableState;(!r||r.autoDestroy&&r.finished)&&e.destroy()}}typeof Symbol=="function"&&(Vr.from=function(t,e){return I1===void 0&&(I1=Rk()),I1(Vr,t,e)});function qk(t,e){for(var r=0,i=t.length;r<i;r++)if(t[r]===e)return r;return-1}});var b1=ce((Ihe,Hk)=>{"use strict";Hk.exports=wc;var mm=fu().codes,Uee=mm.ERR_METHOD_NOT_IMPLEMENTED,Gee=mm.ERR_MULTIPLE_CALLBACK,Oee=mm.ERR_TRANSFORM_ALREADY_TRANSFORMING,qee=mm.ERR_TRANSFORM_WITH_LENGTH_0,ym=vl();bl()(wc,ym);function Lee(t,e){var r=this._transformState;r.transforming=!1;var i=r.writecb;if(i===null)return this.emit("error",new Gee);r.writechunk=null,r.writecb=null,e!=null&&this.push(e),i(t);var n=this._readableState;n.reading=!1,(n.needReadable||n.length<n.highWaterMark)&&this._read(n.highWaterMark)}function wc(t){if(!(this instanceof wc))return new wc(t);ym.call(this,t),this._transformState={afterTransform:Lee.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,t&&(typeof t.transform=="function"&&(this._transform=t.transform),typeof t.flush=="function"&&(this._flush=t.flush)),this.on("prefinish",Pee)}function Pee(){var t=this;typeof this._flush=="function"&&!this._readableState.destroyed?this._flush(function(e,r){Pk(t,e,r)}):Pk(this,null,null)}wc.prototype.push=function(t,e){return this._transformState.needTransform=!1,ym.prototype.push.call(this,t,e)};wc.prototype._transform=function(t,e,r){r(new Uee("_transform()"))};wc.prototype._write=function(t,e,r){var i=this._transformState;if(i.writecb=r,i.writechunk=t,i.writeencoding=e,!i.transforming){var n=this._readableState;(i.needTransform||n.needReadable||n.length<n.highWaterMark)&&this._read(n.highWaterMark)}};wc.prototype._read=function(t){var e=this._transformState;e.writechunk!==null&&!e.transforming?(e.transforming=!0,this._transform(e.writechunk,e.writeencoding,e.afterTransform)):e.needTransform=!0};wc.prototype._destroy=function(t,e){ym.prototype._destroy.call(this,t,function(r){e(r)})};function Pk(t,e,r){if(e)return t.emit("error",e);if(r!=null&&t.push(r),t._writableState.length)throw new qee;if(t._transformState.transforming)throw new Oee;return t.push(null)}});var Jk=ce((Bhe,Yk)=>{"use strict";Yk.exports=Dp;var jk=b1();bl()(Dp,jk);function Dp(t){if(!(this instanceof Dp))return new Dp(t);jk.call(this,t)}Dp.prototype._transform=function(t,e,r){r(null,t)}});var zk=ce((mhe,Wk)=>{"use strict";var v1;function Hee(t){var e=!1;return function(){e||(e=!0,t.apply(void 0,arguments))}}var Vk=fu().codes,jee=Vk.ERR_MISSING_ARGS,Yee=Vk.ERR_STREAM_DESTROYED;function $k(t){if(t)throw t}function Jee(t){return t.setHeader&&typeof t.abort=="function"}function $ee(t,e,r,i){i=Hee(i);var n=!1;t.on("close",function(){n=!0}),v1===void 0&&(v1=gm()),v1(t,{readable:e,writable:r},function(a){if(a)return i(a);n=!0,i()});var s=!1;return function(a){if(!n&&!s){if(s=!0,Jee(t))return t.abort();if(typeof t.destroy=="function")return t.destroy();i(a||new Yee("pipe"))}}}function Kk(t){t()}function Kee(t,e){return t.pipe(e)}function Vee(t){return!t.length||typeof t[t.length-1]!="function"?$k:t.pop()}function Wee(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];var i=Vee(e);if(Array.isArray(e[0])&&(e=e[0]),e.length<2)throw new jee("streams");var n,s=e.map(function(a,A){var c=A<e.length-1,l=A>0;return $ee(a,c,l,function(g){n||(n=g),g&&s.forEach(Kk),!c&&(s.forEach(Kk),i(n))})});return e.reduce(Kee)}Wk.exports=Wee});var Xk=ce((hA,Np)=>{var Rp=require("stream");process.env.READABLE_STREAM==="disable"&&Rp?(Np.exports=Rp.Readable,Object.assign(Np.exports,Rp),Np.exports.Stream=Rp):(hA=Np.exports=u1(),hA.Stream=Rp||hA,hA.Readable=hA,hA.Writable=A1(),hA.Duplex=vl(),hA.Transform=b1(),hA.PassThrough=Jk(),hA.finished=gm(),hA.pipeline=zk())});var tM=ce((yhe,eM)=>{"use strict";var{Buffer:qA}=require("buffer"),Zk=Symbol.for("BufferList");function wi(t){if(!(this instanceof wi))return new wi(t);wi._init.call(this,t)}wi._init=function(e){Object.defineProperty(this,Zk,{value:!0}),this._bufs=[],this.length=0,e&&this.append(e)};wi.prototype._new=function(e){return new wi(e)};wi.prototype._offset=function(e){if(e===0)return[0,0];let r=0;for(let i=0;i<this._bufs.length;i++){let n=r+this._bufs[i].length;if(e<n||i===this._bufs.length-1)return[i,e-r];r=n}};wi.prototype._reverseOffset=function(t){let e=t[0],r=t[1];for(let i=0;i<e;i++)r+=this._bufs[i].length;return r};wi.prototype.get=function(e){if(e>this.length||e<0)return;let r=this._offset(e);return this._bufs[r[0]][r[1]]};wi.prototype.slice=function(e,r){return typeof e=="number"&&e<0&&(e+=this.length),typeof r=="number"&&r<0&&(r+=this.length),this.copy(null,0,e,r)};wi.prototype.copy=function(e,r,i,n){if((typeof i!="number"||i<0)&&(i=0),(typeof n!="number"||n>this.length)&&(n=this.length),i>=this.length||n<=0)return e||qA.alloc(0);let s=!!e,a=this._offset(i),A=n-i,c=A,l=s&&r||0,g=a[1];if(i===0&&n===this.length){if(!s)return this._bufs.length===1?this._bufs[0]:qA.concat(this._bufs,this.length);for(let C=0;C<this._bufs.length;C++)this._bufs[C].copy(e,l),l+=this._bufs[C].length;return e}if(c<=this._bufs[a[0]].length-g)return s?this._bufs[a[0]].copy(e,r,g,g+c):this._bufs[a[0]].slice(g,g+c);s||(e=qA.allocUnsafe(A));for(let C=a[0];C<this._bufs.length;C++){let B=this._bufs[C].length-g;if(c>B)this._bufs[C].copy(e,l,g),l+=B;else{this._bufs[C].copy(e,l,g,g+c),l+=B;break}c-=B,g&&(g=0)}return e.length>l?e.slice(0,l):e};wi.prototype.shallowSlice=function(e,r){if(e=e||0,r=typeof r!="number"?this.length:r,e<0&&(e+=this.length),r<0&&(r+=this.length),e===r)return this._new();let i=this._offset(e),n=this._offset(r),s=this._bufs.slice(i[0],n[0]+1);return n[1]===0?s.pop():s[s.length-1]=s[s.length-1].slice(0,n[1]),i[1]!==0&&(s[0]=s[0].slice(i[1])),this._new(s)};wi.prototype.toString=function(e,r,i){return this.slice(r,i).toString(e)};wi.prototype.consume=function(e){if(e=Math.trunc(e),Number.isNaN(e)||e<=0)return this;for(;this._bufs.length;)if(e>=this._bufs[0].length)e-=this._bufs[0].length,this.length-=this._bufs[0].length,this._bufs.shift();else{this._bufs[0]=this._bufs[0].slice(e),this.length-=e;break}return this};wi.prototype.duplicate=function(){let e=this._new();for(let r=0;r<this._bufs.length;r++)e.append(this._bufs[r]);return e};wi.prototype.append=function(e){if(e==null)return this;if(e.buffer)this._appendBuffer(qA.from(e.buffer,e.byteOffset,e.byteLength));else if(Array.isArray(e))for(let r=0;r<e.length;r++)this.append(e[r]);else if(this._isBufferList(e))for(let r=0;r<e._bufs.length;r++)this.append(e._bufs[r]);else typeof e=="number"&&(e=e.toString()),this._appendBuffer(qA.from(e));return this};wi.prototype._appendBuffer=function(e){this._bufs.push(e),this.length+=e.length};wi.prototype.indexOf=function(t,e,r){if(r===void 0&&typeof e=="string"&&(r=e,e=void 0),typeof t=="function"||Array.isArray(t))throw new TypeError('The "value" argument must be one of type string, Buffer, BufferList, or Uint8Array.');if(typeof t=="number"?t=qA.from([t]):typeof t=="string"?t=qA.from(t,r):this._isBufferList(t)?t=t.slice():Array.isArray(t.buffer)?t=qA.from(t.buffer,t.byteOffset,t.byteLength):qA.isBuffer(t)||(t=qA.from(t)),e=Number(e||0),isNaN(e)&&(e=0),e<0&&(e=this.length+e),e<0&&(e=0),t.length===0)return e>this.length?this.length:e;let i=this._offset(e),n=i[0],s=i[1];for(;n<this._bufs.length;n++){let a=this._bufs[n];for(;s<a.length;)if(a.length-s>=t.length){let c=a.indexOf(t,s);if(c!==-1)return this._reverseOffset([n,c]);s=a.length-t.length+1}else{let c=this._reverseOffset([n,s]);if(this._match(c,t))return c;s++}s=0}return-1};wi.prototype._match=function(t,e){if(this.length-t<e.length)return!1;for(let r=0;r<e.length;r++)if(this.get(t+r)!==e[r])return!1;return!0};(function(){let t={readDoubleBE:8,readDoubleLE:8,readFloatBE:4,readFloatLE:4,readInt32BE:4,readInt32LE:4,readUInt32BE:4,readUInt32LE:4,readInt16BE:2,readInt16LE:2,readUInt16BE:2,readUInt16LE:2,readInt8:1,readUInt8:1,readIntBE:null,readIntLE:null,readUIntBE:null,readUIntLE:null};for(let e in t)(function(r){t[r]===null?wi.prototype[r]=function(i,n){return this.slice(i,i+n)[r](0,n)}:wi.prototype[r]=function(i=0){return this.slice(i,i+t[r])[r](0)}})(e)})();wi.prototype._isBufferList=function(e){return e instanceof wi||wi.isBufferList(e)};wi.isBufferList=function(e){return e!=null&&e[Zk]};eM.exports=wi});var rM=ce((Qhe,Qm)=>{"use strict";var x1=Xk().Duplex,zee=bl(),Fp=tM();function as(t){if(!(this instanceof as))return new as(t);if(typeof t=="function"){this._callback=t;let e=function(i){this._callback&&(this._callback(i),this._callback=null)}.bind(this);this.on("pipe",function(i){i.on("error",e)}),this.on("unpipe",function(i){i.removeListener("error",e)}),t=null}Fp._init.call(this,t),x1.call(this)}zee(as,x1);Object.assign(as.prototype,Fp.prototype);as.prototype._new=function(e){return new as(e)};as.prototype._write=function(e,r,i){this._appendBuffer(e),typeof i=="function"&&i()};as.prototype._read=function(e){if(!this.length)return this.push(null);e=Math.min(e,this.length),this.push(this.slice(0,e)),this.consume(e)};as.prototype.end=function(e){x1.prototype.end.call(this,e),this._callback&&(this._callback(null,this.slice()),this._callback=null)};as.prototype._destroy=function(e,r){this._bufs.length=0,this.length=0,r(e)};as.prototype._isBufferList=function(e){return e instanceof as||e instanceof Fp||as.isBufferList(e)};as.isBufferList=Fp.isBufferList;Qm.exports=as;Qm.exports.BufferListStream=as;Qm.exports.BufferList=Fp});var ate={};N1(ate,{run:()=>pM});module.exports=QM(ate);var R1=jt(ii());var PN=jt(t2()),HN=jt(require("fs")),jN=require("http"),dl=jt(ii()),YN=jt(require("path")),JN=jt(require("util"));var CE="http://console.juno.build/cli",yQ="http://localhost:{port}",wE="juno.json",r2="build",bE="#dapp",Ad="satellite",i2="mission_control";var X3=require("node:util"),Ow=jt(require("node:process"),1),Kf=require("node:buffer"),nu=jt(require("node:fs"),1),qw=jt(require("node:path"),1),Vf=jt(require("node:crypto"),1),Z3=jt(require("node:assert"),1),eN=require("node:events");var Vu=t=>{let e=typeof t;return t!==null&&(e==="object"||e==="function")},QQ=new Set(["__proto__","prototype","constructor"]),uL=new Set("0123456789");function vE(t){let e=[],r="",i="start",n=!1;for(let s of t)switch(s){case"\\":if(i==="index")throw new Error("Invalid character in an index");if(i==="indexEnd")throw new Error("Invalid character after an index");n&&(r+=s),i="property",n=!n;break;case".":if(i==="index")throw new Error("Invalid character in an index");if(i==="indexEnd"){i="property";break}if(n){n=!1,r+=s;break}if(QQ.has(r))return[];e.push(r),r="",i="property";break;case"[":if(i==="index")throw new Error("Invalid character in an index");if(i==="indexEnd"){i="index";break}if(n){n=!1,r+=s;break}if(i==="property"){if(QQ.has(r))return[];e.push(r),r=""}i="index";break;case"]":if(i==="index"){e.push(Number.parseInt(r,10)),r="",i="indexEnd";break}if(i==="indexEnd")throw new Error("Invalid character after an index");default:if(i==="index"&&!uL.has(s))throw new Error("Invalid character in an index");if(i==="indexEnd")throw new Error("Invalid character after an index");i==="start"&&(i="property"),n&&(n=!1,r+="\\"),r+=s}switch(n&&(r+="\\"),i){case"property":{if(QQ.has(r))return[];e.push(r);break}case"index":throw new Error("Index was not closed");case"start":{e.push("");break}}return e}function CQ(t,e){if(typeof e!="number"&&Array.isArray(t)){let r=Number.parseInt(e,10);return Number.isInteger(r)&&t[r]===t[e]}return!1}function n2(t,e){if(CQ(t,e))throw new Error("Cannot use string index")}function s2(t,e,r){if(!Vu(t)||typeof e!="string")return r===void 0?t:r;let i=vE(e);if(i.length===0)return r;for(let n=0;n<i.length;n++){let s=i[n];if(CQ(t,s)?t=n===i.length-1?void 0:null:t=t[s],t==null){if(n!==i.length-1)return r;break}}return t===void 0?r:t}function wQ(t,e,r){if(!Vu(t)||typeof e!="string")return t;let i=t,n=vE(e);for(let s=0;s<n.length;s++){let a=n[s];n2(t,a),s===n.length-1?t[a]=r:Vu(t[a])||(t[a]=typeof n[s+1]=="number"?[]:{}),t=t[a]}return i}function a2(t,e){if(!Vu(t)||typeof e!="string")return!1;let r=vE(e);for(let i=0;i<r.length;i++){let n=r[i];if(n2(t,n),i===r.length-1)return delete t[n],!0;if(t=t[n],!Vu(t))return!1}}function A2(t,e){if(!Vu(t)||typeof e!="string")return!1;let r=vE(e);if(r.length===0)return!1;for(let i of r){if(!Vu(t)||!(i in t)||CQ(t,i))return!1;t=t[i]}return!0}var Mi=jt(require("node:path"),1),bQ=jt(require("node:os"),1),DE=jt(require("node:process"),1),Yc=bQ.default.homedir(),vQ=bQ.default.tmpdir(),{env:xf}=DE.default,lL=t=>{let e=Mi.default.join(Yc,"Library");return{data:Mi.default.join(e,"Application Support",t),config:Mi.default.join(e,"Preferences",t),cache:Mi.default.join(e,"Caches",t),log:Mi.default.join(e,"Logs",t),temp:Mi.default.join(vQ,t)}},fL=t=>{let e=xf.APPDATA||Mi.default.join(Yc,"AppData","Roaming"),r=xf.LOCALAPPDATA||Mi.default.join(Yc,"AppData","Local");return{data:Mi.default.join(r,t,"Data"),config:Mi.default.join(e,t,"Config"),cache:Mi.default.join(r,t,"Cache"),log:Mi.default.join(r,t,"Log"),temp:Mi.default.join(vQ,t)}},hL=t=>{let e=Mi.default.basename(Yc);return{data:Mi.default.join(xf.XDG_DATA_HOME||Mi.default.join(Yc,".local","share"),t),config:Mi.default.join(xf.XDG_CONFIG_HOME||Mi.default.join(Yc,".config"),t),cache:Mi.default.join(xf.XDG_CACHE_HOME||Mi.default.join(Yc,".cache"),t),log:Mi.default.join(xf.XDG_STATE_HOME||Mi.default.join(Yc,".local","state"),t),temp:Mi.default.join(vQ,e,t)}};function xQ(t,{suffix:e="nodejs"}={}){if(typeof t!="string")throw new TypeError(`Expected a string, got ${typeof t}`);return e&&(t+=`-${e}`),DE.default.platform==="darwin"?lL(t):DE.default.platform==="win32"?fL(t):hL(t)}var v2=jt(require("node:path"),1);var Ur=jt(require("node:fs"),1),Pn=require("node:util");var ec=(t,e)=>function(){return t.apply(void 0,arguments).catch(e)},Ao=(t,e)=>function(){try{return t.apply(void 0,arguments)}catch(i){return e(i)}};var o2=process.getuid?!process.getuid():!1,c2=1e4,Ts=()=>{};var u2={isChangeErrorOk:t=>{let{code:e}=t;return e==="ENOSYS"||!o2&&(e==="EINVAL"||e==="EPERM")},isRetriableError:t=>{let{code:e}=t;return e==="EMFILE"||e==="ENFILE"||e==="EAGAIN"||e==="EBUSY"||e==="EACCESS"||e==="EACCS"||e==="EPERM"},onChangeError:t=>{if(!u2.isChangeErrorOk(t))throw t}},an=u2;var _Q=class{constructor(){this.interval=25,this.intervalId=void 0,this.limit=c2,this.queueActive=new Set,this.queueWaiting=new Set,this.init=()=>{this.intervalId||(this.intervalId=setInterval(this.tick,this.interval))},this.reset=()=>{this.intervalId&&(clearInterval(this.intervalId),delete this.intervalId)},this.add=e=>{this.queueWaiting.add(e),this.queueActive.size<this.limit/2?this.tick():this.init()},this.remove=e=>{this.queueWaiting.delete(e),this.queueActive.delete(e)},this.schedule=()=>new Promise(e=>{let r=()=>this.remove(i),i=()=>e(r);this.add(i)}),this.tick=()=>{if(!(this.queueActive.size>=this.limit)){if(!this.queueWaiting.size)return this.reset();for(let e of this.queueWaiting){if(this.queueActive.size>=this.limit)break;this.queueWaiting.delete(e),this.queueActive.add(e),e()}}}}},l2=new _Q;var rc=(t,e)=>function(i){return function n(...s){return l2.schedule().then(a=>{let A=l=>(a(),l),c=l=>{if(a(),Date.now()>=i)throw l;if(e(l)){let g=Math.round(100*Math.random());return new Promise(B=>setTimeout(B,g)).then(()=>n.apply(void 0,s))}throw l};return t.apply(void 0,s).then(A,c)})}},ic=(t,e)=>function(i){return function n(...s){try{return t.apply(void 0,s)}catch(a){if(Date.now()>i)throw a;if(e(a))return n.apply(void 0,s);throw a}}};var gL={attempt:{chmod:ec((0,Pn.promisify)(Ur.default.chmod),an.onChangeError),chown:ec((0,Pn.promisify)(Ur.default.chown),an.onChangeError),close:ec((0,Pn.promisify)(Ur.default.close),Ts),fsync:ec((0,Pn.promisify)(Ur.default.fsync),Ts),mkdir:ec((0,Pn.promisify)(Ur.default.mkdir),Ts),realpath:ec((0,Pn.promisify)(Ur.default.realpath),Ts),stat:ec((0,Pn.promisify)(Ur.default.stat),Ts),unlink:ec((0,Pn.promisify)(Ur.default.unlink),Ts),chmodSync:Ao(Ur.default.chmodSync,an.onChangeError),chownSync:Ao(Ur.default.chownSync,an.onChangeError),closeSync:Ao(Ur.default.closeSync,Ts),existsSync:Ao(Ur.default.existsSync,Ts),fsyncSync:Ao(Ur.default.fsync,Ts),mkdirSync:Ao(Ur.default.mkdirSync,Ts),realpathSync:Ao(Ur.default.realpathSync,Ts),statSync:Ao(Ur.default.statSync,Ts),unlinkSync:Ao(Ur.default.unlinkSync,Ts)},retry:{close:rc((0,Pn.promisify)(Ur.default.close),an.isRetriableError),fsync:rc((0,Pn.promisify)(Ur.default.fsync),an.isRetriableError),open:rc((0,Pn.promisify)(Ur.default.open),an.isRetriableError),readFile:rc((0,Pn.promisify)(Ur.default.readFile),an.isRetriableError),rename:rc((0,Pn.promisify)(Ur.default.rename),an.isRetriableError),stat:rc((0,Pn.promisify)(Ur.default.stat),an.isRetriableError),write:rc((0,Pn.promisify)(Ur.default.write),an.isRetriableError),writeFile:rc((0,Pn.promisify)(Ur.default.writeFile),an.isRetriableError),closeSync:ic(Ur.default.closeSync,an.isRetriableError),fsyncSync:ic(Ur.default.fsyncSync,an.isRetriableError),openSync:ic(Ur.default.openSync,an.isRetriableError),readFileSync:ic(Ur.default.readFileSync,an.isRetriableError),renameSync:ic(Ur.default.renameSync,an.isRetriableError),statSync:ic(Ur.default.statSync,an.isRetriableError),writeSync:ic(Ur.default.writeSync,an.isRetriableError),writeFileSync:ic(Ur.default.writeFileSync,an.isRetriableError)}},Tn=gL;var SQ=jt(require("node:os"),1),f2="utf8",DQ=438,h2=511;var g2={},d2=SQ.default.userInfo().uid,p2=SQ.default.userInfo().gid;var E2=1e3,I2=!!process.getuid,Mre=process.getuid?!process.getuid():!1,RQ=128;var B2=t=>t instanceof Error&&"code"in t;var NQ=t=>typeof t=="string",RE=t=>t===void 0;var b2=jt(require("node:path"),1);var m2=process.platform==="linux",y2=process.platform==="win32";var FQ=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"];y2||FQ.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT");m2&&FQ.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED");var Q2=FQ;var TQ=class{constructor(){this.callbacks=new Set,this.exited=!1,this.hooked=!1,this.exit=e=>{if(!this.exited){this.exited=!0;for(let r of this.callbacks)r();e&&process.kill(process.pid,e)}},this.hook=()=>{if(!this.hooked){this.hooked=!0,process.once("exit",()=>this.exit());for(let e of Q2)process.once(e,()=>this.exit(e))}},this.register=e=>(this.hook(),this.callbacks.add(e),()=>{this.callbacks.delete(e)})}},C2=new TQ;var dL=C2.register,w2=dL;var ha={store:{},create:t=>{let e=`000000${Math.floor(Math.random()*16777215).toString(16)}`.slice(-6),n=`.tmp-${Date.now().toString().slice(-10)}${e}`;return`${t}${n}`},get:(t,e,r=!0)=>{let i=ha.truncate(e(t));return i in ha.store?ha.get(t,e,r):(ha.store[i]=r,[i,()=>delete ha.store[i]])},purge:t=>{ha.store[t]&&(delete ha.store[t],Tn.attempt.unlink(t))},purgeSync:t=>{ha.store[t]&&(delete ha.store[t],Tn.attempt.unlinkSync(t))},purgeSyncAll:()=>{for(let t in ha.store)ha.purgeSync(t)},truncate:t=>{let e=b2.default.basename(t);if(e.length<=RQ)return t;let r=/^(\.?)(.*?)((?:\.[^.]+)?(?:\.tmp-\d{10}[a-f0-9]{6})?)$/.exec(e);if(!r)return t;let i=e.length-RQ;return`${t.slice(0,-e.length)}${r[1]}${r[2].slice(0,-i)}${r[3]}`}};w2(ha.purgeSyncAll);var od=ha;var kQ=(t,e,r=g2)=>{if(NQ(r))return kQ(t,e,{encoding:r});let i=Date.now()+((r.timeout??E2)||-1),n=null,s=null,a=null;try{let A=Tn.attempt.realpathSync(t),c=!!A;t=A||t,[s,n]=od.get(t,r.tmpCreate||od.create,r.tmpPurge!==!1);let l=I2&&RE(r.chown),g=RE(r.mode);if(c&&(l||g)){let C=Tn.attempt.statSync(t);C&&(r={...r},l&&(r.chown={uid:C.uid,gid:C.gid}),g&&(r.mode=C.mode))}if(!c){let C=v2.default.dirname(t);Tn.attempt.mkdirSync(C,{mode:h2,recursive:!0})}a=Tn.retry.openSync(i)(s,"w",r.mode||DQ),r.tmpCreated&&r.tmpCreated(s),NQ(e)?Tn.retry.writeSync(i)(a,e,0,r.encoding||f2):RE(e)||Tn.retry.writeSync(i)(a,e,0,e.length,0),r.fsync!==!1&&(r.fsyncWait!==!1?Tn.retry.fsyncSync(i)(a):Tn.attempt.fsync(a)),Tn.retry.closeSync(i)(a),a=null,r.chown&&(r.chown.uid!==d2||r.chown.gid!==p2)&&Tn.attempt.chownSync(s,r.chown.uid,r.chown.gid),r.mode&&r.mode!==DQ&&Tn.attempt.chmodSync(s,r.mode);try{Tn.retry.renameSync(i)(s,t)}catch(C){if(!B2(C)||C.code!=="ENAMETOOLONG")throw C;Tn.retry.renameSync(i)(s,od.truncate(t))}n(),s=null}finally{a&&Tn.attempt.closeSync(a),s&&od.purge(s)}};var tN=jt(gw(),1),rN=jt(eR(),1);var S9=(t,e,r,i)=>{if(r==="length"||r==="prototype"||r==="arguments"||r==="caller")return;let n=Object.getOwnPropertyDescriptor(t,r),s=Object.getOwnPropertyDescriptor(e,r);!D9(n,s)&&i||Object.defineProperty(t,r,s)},D9=function(t,e){return t===void 0||t.configurable||t.writable===e.writable&&t.enumerable===e.enumerable&&t.configurable===e.configurable&&(t.writable||t.value===e.value)},R9=(t,e)=>{let r=Object.getPrototypeOf(e);r!==Object.getPrototypeOf(t)&&Object.setPrototypeOf(t,r)},N9=(t,e)=>`/* Wrapped ${t}*/
258
+ ${e}`,F9=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),T9=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),k9=(t,e,r)=>{let i=r===""?"":`with ${r.trim()}() `,n=N9.bind(null,i,e.toString());Object.defineProperty(n,"name",T9),Object.defineProperty(t,"toString",{...F9,value:n})};function yw(t,e,{ignoreNonConfigurable:r=!1}={}){let{name:i}=t;for(let n of Reflect.ownKeys(e))S9(t,e,n,r);return R9(t,e),k9(t,e,i),t}var M9=(t,e={})=>{if(typeof t!="function")throw new TypeError(`Expected the first argument to be a function, got \`${typeof t}\``);let{wait:r=0,maxWait:i=Number.POSITIVE_INFINITY,before:n=!1,after:s=!0}=e;if(!n&&!s)throw new Error("Both `before` and `after` are false, function wouldn't be called.");let a,A,c,l=function(...g){let C=this,B=()=>{a=void 0,A&&(clearTimeout(A),A=void 0),s&&(c=t.apply(C,g))},I=()=>{A=void 0,a&&(clearTimeout(a),a=void 0),s&&(c=t.apply(C,g))},v=n&&!a;return clearTimeout(a),a=setTimeout(B,r),i>0&&i!==Number.POSITIVE_INFINITY&&!A&&(A=setTimeout(I,i)),v&&(c=t.apply(C,g)),c};return yw(l,t),l.cancel=()=>{a&&(clearTimeout(a),a=void 0),A&&(clearTimeout(A),A=void 0)},l},Qw=M9;var fl=jt(KI(),1),VI=function(t,e,r,i,n){if(i==="m")throw new TypeError("Private method is not writable");if(i==="a"&&!n)throw new TypeError("Private accessor was defined without a setter");if(typeof e=="function"?t!==e||!n:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return i==="a"?n.call(t,r):n?n.value=r:e.set(t,r),r},Hi=function(t,e,r,i){if(r==="a"&&!i)throw new TypeError("Private accessor was defined without a getter");if(typeof e=="function"?t!==e||!i:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return r==="m"?i:r==="a"?i.call(t):i?i.value:e.get(t)},ll,ru,aA,iu,_$=tN.default.default,S$=rN.default.default,z3="aes-256-cbc",$f=()=>Object.create(null),D$=t=>t!=null,R$=(t,e)=>{let r=new Set(["undefined","symbol","function"]),i=typeof e;if(r.has(i))throw new TypeError(`Setting a value of type \`${i}\` for key \`${t}\` is not allowed as it's not supported by JSON`)},WI="__internal__",Gw=`${WI}.migrations.version`,Kd=class{constructor(e={}){Object.defineProperty(this,"path",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"events",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),ll.set(this,void 0),ru.set(this,void 0),aA.set(this,void 0),iu.set(this,{}),Object.defineProperty(this,"_deserialize",{enumerable:!0,configurable:!0,writable:!0,value:a=>JSON.parse(a)}),Object.defineProperty(this,"_serialize",{enumerable:!0,configurable:!0,writable:!0,value:a=>JSON.stringify(a,void 0," ")});let r={configName:"config",fileExtension:"json",projectSuffix:"nodejs",clearInvalidConfig:!1,accessPropertiesByDotNotation:!0,configFileMode:438,...e};if(!r.cwd){if(!r.projectName)throw new Error("Please specify the `projectName` option.");r.cwd=xQ(r.projectName,{suffix:r.projectSuffix}).config}if(VI(this,aA,r,"f"),r.schema){if(typeof r.schema!="object")throw new TypeError("The `schema` option must be an object.");let a=new _$({allErrors:!0,useDefaults:!0});S$(a);let A={type:"object",properties:r.schema};VI(this,ll,a.compile(A),"f");for(let[c,l]of Object.entries(r.schema))l?.default&&(Hi(this,iu,"f")[c]=l.default)}r.defaults&&VI(this,iu,{...Hi(this,iu,"f"),...r.defaults},"f"),r.serialize&&(this._serialize=r.serialize),r.deserialize&&(this._deserialize=r.deserialize),this.events=new eN.EventEmitter,VI(this,ru,r.encryptionKey,"f");let i=r.fileExtension?`.${r.fileExtension}`:"";this.path=qw.default.resolve(r.cwd,`${r.configName??"config"}${i}`);let n=this.store,s=Object.assign($f(),r.defaults,n);this._validate(s);try{Z3.default.deepEqual(n,s)}catch{this.store=s}if(r.watch&&this._watch(),r.migrations){if(!r.projectVersion)throw new Error("Please specify the `projectVersion` option.");this._migrate(r.migrations,r.projectVersion,r.beforeEachMigration)}}get(e,r){if(Hi(this,aA,"f").accessPropertiesByDotNotation)return this._get(e,r);let{store:i}=this;return e in i?i[e]:r}set(e,r){if(typeof e!="string"&&typeof e!="object")throw new TypeError(`Expected \`key\` to be of type \`string\` or \`object\`, got ${typeof e}`);if(typeof e!="object"&&r===void 0)throw new TypeError("Use `delete()` to clear values");if(this._containsReservedKey(e))throw new TypeError(`Please don't use the ${WI} key, as it's used to manage this module internal operations.`);let{store:i}=this,n=(s,a)=>{R$(s,a),Hi(this,aA,"f").accessPropertiesByDotNotation?wQ(i,s,a):i[s]=a};if(typeof e=="object"){let s=e;for(let[a,A]of Object.entries(s))n(a,A)}else n(e,r);this.store=i}has(e){return Hi(this,aA,"f").accessPropertiesByDotNotation?A2(this.store,e):e in this.store}reset(...e){for(let r of e)D$(Hi(this,iu,"f")[r])&&this.set(r,Hi(this,iu,"f")[r])}delete(e){let{store:r}=this;Hi(this,aA,"f").accessPropertiesByDotNotation?a2(r,e):delete r[e],this.store=r}clear(){this.store=$f();for(let e of Object.keys(Hi(this,iu,"f")))this.reset(e)}onDidChange(e,r){if(typeof e!="string")throw new TypeError(`Expected \`key\` to be of type \`string\`, got ${typeof e}`);if(typeof r!="function")throw new TypeError(`Expected \`callback\` to be of type \`function\`, got ${typeof r}`);return this._handleChange(()=>this.get(e),r)}onDidAnyChange(e){if(typeof e!="function")throw new TypeError(`Expected \`callback\` to be of type \`function\`, got ${typeof e}`);return this._handleChange(()=>this.store,e)}get size(){return Object.keys(this.store).length}get store(){try{let e=nu.default.readFileSync(this.path,Hi(this,ru,"f")?null:"utf8"),r=this._encryptData(e),i=this._deserialize(r);return this._validate(i),Object.assign($f(),i)}catch(e){if(e?.code==="ENOENT")return this._ensureDirectory(),$f();if(Hi(this,aA,"f").clearInvalidConfig&&e.name==="SyntaxError")return $f();throw e}}set store(e){this._ensureDirectory(),this._validate(e),this._write(e),this.events.emit("change")}*[(ll=new WeakMap,ru=new WeakMap,aA=new WeakMap,iu=new WeakMap,Symbol.iterator)](){for(let[e,r]of Object.entries(this.store))yield[e,r]}_encryptData(e){if(!Hi(this,ru,"f"))return e.toString();try{let r=e.slice(0,16),i=Vf.default.pbkdf2Sync(Hi(this,ru,"f"),r.toString(),1e4,32,"sha512"),n=Vf.default.createDecipheriv(z3,i,r);return Kf.Buffer.concat([n.update(Kf.Buffer.from(e.slice(17))),n.final()]).toString("utf8")}catch{}return e.toString()}_handleChange(e,r){let i=e(),n=()=>{let s=i,a=e();(0,X3.isDeepStrictEqual)(a,s)||(i=a,r.call(this,a,s))};return this.events.on("change",n),()=>this.events.removeListener("change",n)}_validate(e){if(!Hi(this,ll,"f")||Hi(this,ll,"f").call(this,e)||!Hi(this,ll,"f").errors)return;let i=Hi(this,ll,"f").errors.map(({instancePath:n,message:s=""})=>`\`${n.slice(1)}\` ${s}`);throw new Error("Config schema violation: "+i.join("; "))}_ensureDirectory(){nu.default.mkdirSync(qw.default.dirname(this.path),{recursive:!0})}_write(e){let r=this._serialize(e);if(Hi(this,ru,"f")){let i=Vf.default.randomBytes(16),n=Vf.default.pbkdf2Sync(Hi(this,ru,"f"),i.toString(),1e4,32,"sha512"),s=Vf.default.createCipheriv(z3,n,i);r=Kf.Buffer.concat([i,Kf.Buffer.from(":"),s.update(Kf.Buffer.from(r)),s.final()])}if(Ow.default.env.SNAP)nu.default.writeFileSync(this.path,r,{mode:Hi(this,aA,"f").configFileMode});else try{kQ(this.path,r,{mode:Hi(this,aA,"f").configFileMode})}catch(i){if(i?.code==="EXDEV"){nu.default.writeFileSync(this.path,r,{mode:Hi(this,aA,"f").configFileMode});return}throw i}}_watch(){this._ensureDirectory(),nu.default.existsSync(this.path)||this._write($f()),Ow.default.platform==="win32"?nu.default.watch(this.path,{persistent:!1},Qw(()=>{this.events.emit("change")},{wait:100})):nu.default.watchFile(this.path,{persistent:!1},Qw(()=>{this.events.emit("change")},{wait:5e3}))}_migrate(e,r,i){let n=this._get(Gw,"0.0.0"),s=Object.keys(e).filter(A=>this._shouldPerformMigration(A,n,r)),a={...this.store};for(let A of s)try{i&&i(this,{fromVersion:n,toVersion:A,finalVersion:r,versions:s});let c=e[A];c?.(this),this._set(Gw,A),n=A,a={...this.store}}catch(c){throw this.store=a,new Error(`Something went wrong during the migration! Changes applied to the store until this failed migration will be restored. ${c}`)}(this._isVersionInRangeFormat(n)||!fl.default.eq(n,r))&&this._set(Gw,r)}_containsReservedKey(e){return typeof e=="object"&&Object.keys(e)[0]===WI?!0:typeof e!="string"?!1:Hi(this,aA,"f").accessPropertiesByDotNotation?!!e.startsWith(`${WI}.`):!1}_isVersionInRangeFormat(e){return fl.default.clean(e)===null}_shouldPerformMigration(e,r,i){return this._isVersionInRangeFormat(e)?r!=="0.0.0"&&fl.default.satisfies(r,e)?!1:fl.default.satisfies(i,e):!(fl.default.lte(e,r)||fl.default.gt(e,i))}_get(e,r){return s2(this.store,e,r)}_set(e,r){let{store:i}=this;wQ(i,e,r),this.store=i}};var N$={token:{type:"array"},satellites:{type:"array"}},hl=new Kd({projectName:"juno",schema:N$}),iN=t=>hl.set("token",t),zI=()=>hl.get("token"),nN=t=>hl.set("satellites",t),XI=()=>hl.get("satellites"),sN=t=>hl.set("missionControl",t),aN=()=>hl.get("missionControl"),AN=()=>hl.clear();var oN=({port:t,nonce:e,principal:r})=>{let i=F$({port:t,nonce:e}),n=new URL(CE);return n.searchParams.set("redirect_uri",encodeURIComponent(i.toString())),n.searchParams.set("principal",r),n.toString()},cN=({port:t,reqUrl:e})=>`${yQ.replace("{port}",`${t}`)}${e}`,F$=({port:t,nonce:e})=>{let r=new URL(yQ.replace("{port}",`${t}`));return r.searchParams.set("state",`${e}`),r.toString()};var wN=jt(CN()),bN=t=>(0,wN.default)(t);var uB=jt(qN());(0,uB.setBasePort)(9005);var LN=()=>(0,uB.getPortPromise)();var $N=async()=>{AN(),console.log(`${(0,dl.green)("Logged out")}`)},KN=async()=>{let t=await LN(),e=Math.floor(Math.random()*(2<<29)+1),r=PN.Ed25519KeyIdentity.generate(),i=r.getPrincipal().toText(),n=r.toJSON();return new Promise((s,a)=>{let A=(0,jN.createServer)(async(c,l)=>{let g=new URL(cN({port:t,reqUrl:c.url})),C=g.searchParams.get("state"),B=g.searchParams.get("satellites"),I=g.searchParams.get("mission_control");if(C!==`${e}`){await Zw(c,l,400,"../templates/failure.html"),a(new Error("Unexpected error while logging in.")),A.close();return}try{gK({token:n,satellites:B,missionControl:I}),await Zw(c,l,200,"../templates/success.html"),console.log(`${(0,dl.green)("Success!")} Logged in`),s()}catch(v){console.error(v),await Zw(c,l,400,"../templates/failure.html"),a(v)}A.close()});A.listen(t,async()=>{console.log(),console.log("Visit this URL on this device to log in:"),console.log((0,dl.bold)((0,dl.underline)(CE))),console.log(),console.log("Waiting for authentication..."),await bN(oN({port:t,nonce:e,principal:i}))}),A.on("error",c=>{a(c)})})};async function Zw(t,e,r,i){let n=await JN.default.promisify(HN.default.readFile)(YN.default.join(__dirname,i));e.writeHead(r,{"Content-Length":n.length,"Content-Type":"text/html"}),e.end(n),t.socket.destroy()}var gK=({token:t,satellites:e,missionControl:r})=>{iN(t),nN(JSON.parse(decodeURIComponent(e??"[]"))),sN(r??void 0)};var FF=jt(eb()),TF=jt(ii());var th=require("fs/promises");var WN=async t=>{if(await NA()){let e=await RA();await VN({...e,satellite:t});return}await VN({satellite:t})},VN=t=>(0,th.writeFile)(wE,JSON.stringify(t,null,2),"utf-8"),dK=async()=>{let t=await(0,th.readFile)(wE);return JSON.parse(t.toString("utf-8"))},RA=async()=>{let{satellite:t}=await dK();return t},NA=async()=>{try{return await(0,th.access)(wE),!0}catch(t){if(t instanceof Error&&"code"in t&&t.code==="ENOENT")return!1;throw t}};var RF=jt(fQ());var SF=jt(require("node:http"),1),DF=jt(require("node:https"),1),Bl=jt(require("node:zlib"),1),ma=jt(require("node:stream"),1),np=require("node:buffer");function pK(t){if(!/^data:/i.test(t))throw new TypeError('`uri` does not appear to be a Data URI (must begin with "data:")');t=t.replace(/\r?\n/g,"");let e=t.indexOf(",");if(e===-1||e<=4)throw new TypeError("malformed data: URI");let r=t.substring(5,e).split(";"),i="",n=!1,s=r[0]||"text/plain",a=s;for(let g=1;g<r.length;g++)r[g]==="base64"?n=!0:r[g]&&(a+=`;${r[g]}`,r[g].indexOf("charset=")===0&&(i=r[g].substring(8)));!r[0]&&!i.length&&(a+=";charset=US-ASCII",i="US-ASCII");let A=n?"base64":"ascii",c=unescape(t.substring(e+1)),l=Buffer.from(c,A);return l.type=s,l.typeFull=a,l.charset=i,l}var zN=pK;var oA=jt(require("node:stream"),1),fc=require("node:util"),Ia=require("node:buffer");zd();fB();var lc=class extends Error{constructor(e,r){super(e),Error.captureStackTrace(this,this.constructor),this.type=r}get name(){return this.constructor.name}get[Symbol.toStringTag](){return this.constructor.name}};var qs=class extends lc{constructor(e,r,i){super(e,r),i&&(this.code=this.errno=i.code,this.erroredSysCall=i.syscall)}};var hB=Symbol.toStringTag,sb=t=>typeof t=="object"&&typeof t.append=="function"&&typeof t.delete=="function"&&typeof t.get=="function"&&typeof t.getAll=="function"&&typeof t.has=="function"&&typeof t.set=="function"&&typeof t.sort=="function"&&t[hB]==="URLSearchParams",Zd=t=>t&&typeof t=="object"&&typeof t.arrayBuffer=="function"&&typeof t.type=="string"&&typeof t.stream=="function"&&typeof t.constructor=="function"&&/^(Blob|File)$/.test(t[hB]),aF=t=>typeof t=="object"&&(t[hB]==="AbortSignal"||t[hB]==="EventTarget"),AF=(t,e)=>{let r=new URL(e).hostname,i=new URL(t).hostname;return r===i||r.endsWith(`.${i}`)},oF=(t,e)=>{let r=new URL(e).protocol,i=new URL(t).protocol;return r===i};var RK=(0,fc.promisify)(oA.default.pipeline),Ls=Symbol("Body internals"),wo=class{constructor(e,{size:r=0}={}){let i=null;e===null?e=null:sb(e)?e=Ia.Buffer.from(e.toString()):Zd(e)||Ia.Buffer.isBuffer(e)||(fc.types.isAnyArrayBuffer(e)?e=Ia.Buffer.from(e):ArrayBuffer.isView(e)?e=Ia.Buffer.from(e.buffer,e.byteOffset,e.byteLength):e instanceof oA.default||(e instanceof El?(e=sF(e),i=e.type.split("=")[1]):e=Ia.Buffer.from(String(e))));let n=e;Ia.Buffer.isBuffer(e)?n=oA.default.Readable.from(e):Zd(e)&&(n=oA.default.Readable.from(e.stream())),this[Ls]={body:e,stream:n,boundary:i,disturbed:!1,error:null},this.size=r,e instanceof oA.default&&e.on("error",s=>{let a=s instanceof lc?s:new qs(`Invalid response body while trying to fetch ${this.url}: ${s.message}`,"system",s);this[Ls].error=a})}get body(){return this[Ls].stream}get bodyUsed(){return this[Ls].disturbed}async arrayBuffer(){let{buffer:e,byteOffset:r,byteLength:i}=await ob(this);return e.slice(r,r+i)}async formData(){let e=this.headers.get("content-type");if(e.startsWith("application/x-www-form-urlencoded")){let i=new El,n=new URLSearchParams(await this.text());for(let[s,a]of n)i.append(s,a);return i}let{toFormData:r}=await Promise.resolve().then(()=>(gF(),hF));return r(this.body,e)}async blob(){let e=this.headers&&this.headers.get("content-type")||this[Ls].body&&this[Ls].body.type||"",r=await this.arrayBuffer();return new uc([r],{type:e})}async json(){let e=await this.text();return JSON.parse(e)}async text(){let e=await ob(this);return new TextDecoder().decode(e)}buffer(){return ob(this)}};wo.prototype.buffer=(0,fc.deprecate)(wo.prototype.buffer,"Please use 'response.arrayBuffer()' instead of 'response.buffer()'","node-fetch#buffer");Object.defineProperties(wo.prototype,{body:{enumerable:!0},bodyUsed:{enumerable:!0},arrayBuffer:{enumerable:!0},blob:{enumerable:!0},json:{enumerable:!0},text:{enumerable:!0},data:{get:(0,fc.deprecate)(()=>{},"data doesn't exist, use json(), text(), arrayBuffer(), or body instead","https://github.com/node-fetch/node-fetch/issues/1000 (response)")}});async function ob(t){if(t[Ls].disturbed)throw new TypeError(`body used already for: ${t.url}`);if(t[Ls].disturbed=!0,t[Ls].error)throw t[Ls].error;let{body:e}=t;if(e===null)return Ia.Buffer.alloc(0);if(!(e instanceof oA.default))return Ia.Buffer.alloc(0);let r=[],i=0;try{for await(let n of e){if(t.size>0&&i+n.length>t.size){let s=new qs(`content size at ${t.url} over limit: ${t.size}`,"max-size");throw e.destroy(s),s}i+=n.length,r.push(n)}}catch(n){throw n instanceof lc?n:new qs(`Invalid response body while trying to fetch ${t.url}: ${n.message}`,"system",n)}if(e.readableEnded===!0||e._readableState.ended===!0)try{return r.every(n=>typeof n=="string")?Ia.Buffer.from(r.join("")):Ia.Buffer.concat(r,i)}catch(n){throw new qs(`Could not create Buffer from response body for ${t.url}: ${n.message}`,"system",n)}else throw new qs(`Premature close of server response while trying to fetch ${t.url}`)}var ih=(t,e)=>{let r,i,{body:n}=t[Ls];if(t.bodyUsed)throw new Error("cannot clone body after it is used");return n instanceof oA.default&&typeof n.getBoundary!="function"&&(r=new oA.PassThrough({highWaterMark:e}),i=new oA.PassThrough({highWaterMark:e}),n.pipe(r),n.pipe(i),t[Ls].stream=r,n=i),n},NK=(0,fc.deprecate)(t=>t.getBoundary(),"form-data doesn't follow the spec and requires special treatment. Use alternative package","https://github.com/node-fetch/node-fetch/issues/1167"),EB=(t,e)=>t===null?null:typeof t=="string"?"text/plain;charset=UTF-8":sb(t)?"application/x-www-form-urlencoded;charset=UTF-8":Zd(t)?t.type||null:Ia.Buffer.isBuffer(t)||fc.types.isAnyArrayBuffer(t)||ArrayBuffer.isView(t)?null:t instanceof El?`multipart/form-data; boundary=${e[Ls].boundary}`:t&&typeof t.getBoundary=="function"?`multipart/form-data;boundary=${NK(t)}`:t instanceof oA.default?null:"text/plain;charset=UTF-8",dF=t=>{let{body:e}=t[Ls];return e===null?0:Zd(e)?e.size:Ia.Buffer.isBuffer(e)?e.length:e&&typeof e.getLengthSync=="function"&&e.hasKnownLength&&e.hasKnownLength()?e.getLengthSync():null},pF=async(t,{body:e})=>{e===null?t.end():await RK(e,t)};var cb=require("node:util"),rp=jt(require("node:http"),1),IB=typeof rp.default.validateHeaderName=="function"?rp.default.validateHeaderName:t=>{if(!/^[\^`\-\w!#$%&'*+.|~]+$/.test(t)){let e=new TypeError(`Header name must be a valid HTTP token [${t}]`);throw Object.defineProperty(e,"code",{value:"ERR_INVALID_HTTP_TOKEN"}),e}},ub=typeof rp.default.validateHeaderValue=="function"?rp.default.validateHeaderValue:(t,e)=>{if(/[^\t\u0020-\u007E\u0080-\u00FF]/.test(e)){let r=new TypeError(`Invalid character in header content ["${t}"]`);throw Object.defineProperty(r,"code",{value:"ERR_INVALID_CHAR"}),r}},Bs=class extends URLSearchParams{constructor(e){let r=[];if(e instanceof Bs){let i=e.raw();for(let[n,s]of Object.entries(i))r.push(...s.map(a=>[n,a]))}else if(e!=null)if(typeof e=="object"&&!cb.types.isBoxedPrimitive(e)){let i=e[Symbol.iterator];if(i==null)r.push(...Object.entries(e));else{if(typeof i!="function")throw new TypeError("Header pairs must be iterable");r=[...e].map(n=>{if(typeof n!="object"||cb.types.isBoxedPrimitive(n))throw new TypeError("Each header pair must be an iterable object");return[...n]}).map(n=>{if(n.length!==2)throw new TypeError("Each header pair must be a name/value tuple");return[...n]})}}else throw new TypeError("Failed to construct 'Headers': The provided value is not of type '(sequence<sequence<ByteString>> or record<ByteString, ByteString>)");return r=r.length>0?r.map(([i,n])=>(IB(i),ub(i,String(n)),[String(i).toLowerCase(),String(n)])):void 0,super(r),new Proxy(this,{get(i,n,s){switch(n){case"append":case"set":return(a,A)=>(IB(a),ub(a,String(A)),URLSearchParams.prototype[n].call(i,String(a).toLowerCase(),String(A)));case"delete":case"has":case"getAll":return a=>(IB(a),URLSearchParams.prototype[n].call(i,String(a).toLowerCase()));case"keys":return()=>(i.sort(),new Set(URLSearchParams.prototype.keys.call(i)).keys());default:return Reflect.get(i,n,s)}}})}get[Symbol.toStringTag](){return this.constructor.name}toString(){return Object.prototype.toString.call(this)}get(e){let r=this.getAll(e);if(r.length===0)return null;let i=r.join(", ");return/^content-encoding$/i.test(e)&&(i=i.toLowerCase()),i}forEach(e,r=void 0){for(let i of this.keys())Reflect.apply(e,r,[this.get(i),i,this])}*values(){for(let e of this.keys())yield this.get(e)}*entries(){for(let e of this.keys())yield[e,this.get(e)]}[Symbol.iterator](){return this.entries()}raw(){return[...this.keys()].reduce((e,r)=>(e[r]=this.getAll(r),e),{})}[Symbol.for("nodejs.util.inspect.custom")](){return[...this.keys()].reduce((e,r)=>{let i=this.getAll(r);return r==="host"?e[r]=i[0]:e[r]=i.length>1?i:i[0],e},{})}};Object.defineProperties(Bs.prototype,["get","entries","forEach","values"].reduce((t,e)=>(t[e]={enumerable:!0},t),{}));function EF(t=[]){return new Bs(t.reduce((e,r,i,n)=>(i%2===0&&e.push(n.slice(i,i+2)),e),[]).filter(([e,r])=>{try{return IB(e),ub(e,String(r)),!0}catch{return!1}}))}var FK=new Set([301,302,303,307,308]),BB=t=>FK.has(t);var FA=Symbol("Response internals"),Wn=class extends wo{constructor(e=null,r={}){super(e,r);let i=r.status!=null?r.status:200,n=new Bs(r.headers);if(e!==null&&!n.has("Content-Type")){let s=EB(e,this);s&&n.append("Content-Type",s)}this[FA]={type:"default",url:r.url,status:i,statusText:r.statusText||"",headers:n,counter:r.counter,highWaterMark:r.highWaterMark}}get type(){return this[FA].type}get url(){return this[FA].url||""}get status(){return this[FA].status}get ok(){return this[FA].status>=200&&this[FA].status<300}get redirected(){return this[FA].counter>0}get statusText(){return this[FA].statusText}get headers(){return this[FA].headers}get highWaterMark(){return this[FA].highWaterMark}clone(){return new Wn(ih(this,this.highWaterMark),{type:this.type,url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected,size:this.size,highWaterMark:this.highWaterMark})}static redirect(e,r=302){if(!BB(r))throw new RangeError('Failed to execute "redirect" on "response": Invalid status code');return new Wn(null,{headers:{location:new URL(e).toString()},status:r})}static error(){let e=new Wn(null,{status:0,statusText:""});return e[FA].type="error",e}static json(e=void 0,r={}){let i=JSON.stringify(e);if(i===void 0)throw new TypeError("data is not JSON serializable");let n=new Bs(r&&r.headers);return n.has("content-type")||n.set("content-type","application/json"),new Wn(i,{...r,headers:n})}get[Symbol.toStringTag](){return"Response"}};Object.defineProperties(Wn.prototype,{type:{enumerable:!0},url:{enumerable:!0},status:{enumerable:!0},ok:{enumerable:!0},redirected:{enumerable:!0},statusText:{enumerable:!0},headers:{enumerable:!0},clone:{enumerable:!0}});var vF=require("node:url"),xF=require("node:util");var IF=t=>{if(t.search)return t.search;let e=t.href.length-1,r=t.hash||(t.href[e]==="#"?"#":"");return t.href[e-r.length]==="?"?"?":""};var mF=require("node:net");function BF(t,e=!1){return t==null||(t=new URL(t),/^(about|blob|data):$/.test(t.protocol))?"no-referrer":(t.username="",t.password="",t.hash="",e&&(t.pathname="",t.search=""),t)}var yF=new Set(["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"]),QF="strict-origin-when-cross-origin";function CF(t){if(!yF.has(t))throw new TypeError(`Invalid referrerPolicy: ${t}`);return t}function TK(t){if(/^(http|ws)s:$/.test(t.protocol))return!0;let e=t.host.replace(/(^\[)|(]$)/g,""),r=(0,mF.isIP)(e);return r===4&&/^127\./.test(e)||r===6&&/^(((0+:){7})|(::(0+:){0,6}))0*1$/.test(e)?!0:t.host==="localhost"||t.host.endsWith(".localhost")?!1:t.protocol==="file:"}function nh(t){return/^about:(blank|srcdoc)$/.test(t)||t.protocol==="data:"||/^(blob|filesystem):$/.test(t.protocol)?!0:TK(t)}function wF(t,{referrerURLCallback:e,referrerOriginCallback:r}={}){if(t.referrer==="no-referrer"||t.referrerPolicy==="")return null;let i=t.referrerPolicy;if(t.referrer==="about:client")return"no-referrer";let n=t.referrer,s=BF(n),a=BF(n,!0);s.toString().length>4096&&(s=a),e&&(s=e(s)),r&&(a=r(a));let A=new URL(t.url);switch(i){case"no-referrer":return"no-referrer";case"origin":return a;case"unsafe-url":return s;case"strict-origin":return nh(s)&&!nh(A)?"no-referrer":a.toString();case"strict-origin-when-cross-origin":return s.origin===A.origin?s:nh(s)&&!nh(A)?"no-referrer":a;case"same-origin":return s.origin===A.origin?s:"no-referrer";case"origin-when-cross-origin":return s.origin===A.origin?s:a;case"no-referrer-when-downgrade":return nh(s)&&!nh(A)?"no-referrer":s;default:throw new TypeError(`Invalid referrerPolicy: ${i}`)}}function bF(t){let e=(t.get("referrer-policy")||"").split(/[,\s]+/),r="";for(let i of e)i&&yF.has(i)&&(r=i);return r}var Un=Symbol("Request internals"),ip=t=>typeof t=="object"&&typeof t[Un]=="object",kK=(0,xF.deprecate)(()=>{},".data is not a valid RequestInit property, use .body instead","https://github.com/node-fetch/node-fetch/issues/1000 (request)"),hc=class extends wo{constructor(e,r={}){let i;if(ip(e)?i=new URL(e.url):(i=new URL(e),e={}),i.username!==""||i.password!=="")throw new TypeError(`${i} is an url with embedded credentials.`);let n=r.method||e.method||"GET";if(/^(delete|get|head|options|post|put)$/i.test(n)&&(n=n.toUpperCase()),!ip(r)&&"data"in r&&kK(),(r.body!=null||ip(e)&&e.body!==null)&&(n==="GET"||n==="HEAD"))throw new TypeError("Request with GET/HEAD method cannot have body");let s=r.body?r.body:ip(e)&&e.body!==null?ih(e):null;super(s,{size:r.size||e.size||0});let a=new Bs(r.headers||e.headers||{});if(s!==null&&!a.has("Content-Type")){let l=EB(s,this);l&&a.set("Content-Type",l)}let A=ip(e)?e.signal:null;if("signal"in r&&(A=r.signal),A!=null&&!aF(A))throw new TypeError("Expected signal to be an instanceof AbortSignal or EventTarget");let c=r.referrer==null?e.referrer:r.referrer;if(c==="")c="no-referrer";else if(c){let l=new URL(c);c=/^about:(\/\/)?client$/.test(l)?"client":l}else c=void 0;this[Un]={method:n,redirect:r.redirect||e.redirect||"follow",headers:a,parsedURL:i,signal:A,referrer:c},this.follow=r.follow===void 0?e.follow===void 0?20:e.follow:r.follow,this.compress=r.compress===void 0?e.compress===void 0?!0:e.compress:r.compress,this.counter=r.counter||e.counter||0,this.agent=r.agent||e.agent,this.highWaterMark=r.highWaterMark||e.highWaterMark||16384,this.insecureHTTPParser=r.insecureHTTPParser||e.insecureHTTPParser||!1,this.referrerPolicy=r.referrerPolicy||e.referrerPolicy||""}get method(){return this[Un].method}get url(){return(0,vF.format)(this[Un].parsedURL)}get headers(){return this[Un].headers}get redirect(){return this[Un].redirect}get signal(){return this[Un].signal}get referrer(){if(this[Un].referrer==="no-referrer")return"";if(this[Un].referrer==="client")return"about:client";if(this[Un].referrer)return this[Un].referrer.toString()}get referrerPolicy(){return this[Un].referrerPolicy}set referrerPolicy(e){this[Un].referrerPolicy=CF(e)}clone(){return new hc(this)}get[Symbol.toStringTag](){return"Request"}};Object.defineProperties(hc.prototype,{method:{enumerable:!0},url:{enumerable:!0},headers:{enumerable:!0},redirect:{enumerable:!0},clone:{enumerable:!0},signal:{enumerable:!0},referrer:{enumerable:!0},referrerPolicy:{enumerable:!0}});var _F=t=>{let{parsedURL:e}=t[Un],r=new Bs(t[Un].headers);r.has("Accept")||r.set("Accept","*/*");let i=null;if(t.body===null&&/^(post|put)$/i.test(t.method)&&(i="0"),t.body!==null){let A=dF(t);typeof A=="number"&&!Number.isNaN(A)&&(i=String(A))}i&&r.set("Content-Length",i),t.referrerPolicy===""&&(t.referrerPolicy=QF),t.referrer&&t.referrer!=="no-referrer"?t[Un].referrer=wF(t):t[Un].referrer="no-referrer",t[Un].referrer instanceof URL&&r.set("Referer",t.referrer),r.has("User-Agent")||r.set("User-Agent","node-fetch"),t.compress&&!r.has("Accept-Encoding")&&r.set("Accept-Encoding","gzip, deflate, br");let{agent:n}=t;typeof n=="function"&&(n=n(e)),!r.has("Connection")&&!n&&r.set("Connection","close");let s=IF(e),a={path:e.pathname+s,method:t.method,headers:r[Symbol.for("nodejs.util.inspect.custom")](),insecureHTTPParser:t.insecureHTTPParser,agent:n};return{parsedURL:e,options:a}};var mB=class extends lc{constructor(e,r="aborted"){super(e,r)}};fB();ab();var MK=new Set(["data:","http:","https:"]);async function yB(t,e){return new Promise((r,i)=>{let n=new hc(t,e),{parsedURL:s,options:a}=_F(n);if(!MK.has(s.protocol))throw new TypeError(`node-fetch cannot load ${t}. URL scheme "${s.protocol.replace(/:$/,"")}" is not supported.`);if(s.protocol==="data:"){let v=zN(n.url),F=new Wn(v,{headers:{"Content-Type":v.typeFull}});r(F);return}let A=(s.protocol==="https:"?DF.default:SF.default).request,{signal:c}=n,l=null,g=()=>{let v=new mB("The operation was aborted.");i(v),n.body&&n.body instanceof ma.default.Readable&&n.body.destroy(v),!(!l||!l.body)&&l.body.emit("error",v)};if(c&&c.aborted){g();return}let C=()=>{g(),I()},B=A(s.toString(),a);c&&c.addEventListener("abort",C);let I=()=>{B.abort(),c&&c.removeEventListener("abort",C)};B.on("error",v=>{i(new qs(`request to ${n.url} failed, reason: ${v.message}`,"system",v)),I()}),UK(B,v=>{l&&l.body&&l.body.destroy(v)}),process.version<"v14"&&B.on("socket",v=>{let F;v.prependListener("end",()=>{F=v._eventsCount}),v.prependListener("close",q=>{if(l&&F<v._eventsCount&&!q){let P=new Error("Premature close");P.code="ERR_STREAM_PREMATURE_CLOSE",l.body.emit("error",P)}})}),B.on("response",v=>{B.setTimeout(0);let F=EF(v.rawHeaders);if(BB(v.statusCode)){let ne=F.get("Location"),ie=null;try{ie=ne===null?null:new URL(ne,n.url)}catch{if(n.redirect!=="manual"){i(new qs(`uri requested responds with an invalid redirect URL: ${ne}`,"invalid-redirect")),I();return}}switch(n.redirect){case"error":i(new qs(`uri requested responds with a redirect, redirect mode is set to error: ${n.url}`,"no-redirect")),I();return;case"manual":break;case"follow":{if(ie===null)break;if(n.counter>=n.follow){i(new qs(`maximum redirect reached at: ${n.url}`,"max-redirect")),I();return}let T={headers:new Bs(n.headers),follow:n.follow,counter:n.counter+1,agent:n.agent,compress:n.compress,method:n.method,body:ih(n),signal:n.signal,size:n.size,referrer:n.referrer,referrerPolicy:n.referrerPolicy};if(!AF(n.url,ie)||!oF(n.url,ie))for(let Y of["authorization","www-authenticate","cookie","cookie2"])T.headers.delete(Y);if(v.statusCode!==303&&n.body&&e.body instanceof ma.default.Readable){i(new qs("Cannot follow redirect with body being a readable stream","unsupported-redirect")),I();return}(v.statusCode===303||(v.statusCode===301||v.statusCode===302)&&n.method==="POST")&&(T.method="GET",T.body=void 0,T.headers.delete("content-length"));let D=bF(F);D&&(T.referrerPolicy=D),r(yB(new hc(ie,T))),I();return}default:return i(new TypeError(`Redirect option '${n.redirect}' is not a valid value of RequestRedirect`))}}c&&v.once("end",()=>{c.removeEventListener("abort",C)});let q=(0,ma.pipeline)(v,new ma.PassThrough,ne=>{ne&&i(ne)});process.version<"v12.10"&&v.on("aborted",C);let P={url:n.url,status:v.statusCode,statusText:v.statusMessage,headers:F,size:n.size,counter:n.counter,highWaterMark:n.highWaterMark},M=F.get("Content-Encoding");if(!n.compress||n.method==="HEAD"||M===null||v.statusCode===204||v.statusCode===304){l=new Wn(q,P),r(l);return}let W={flush:Bl.default.Z_SYNC_FLUSH,finishFlush:Bl.default.Z_SYNC_FLUSH};if(M==="gzip"||M==="x-gzip"){q=(0,ma.pipeline)(q,Bl.default.createGunzip(W),ne=>{ne&&i(ne)}),l=new Wn(q,P),r(l);return}if(M==="deflate"||M==="x-deflate"){let ne=(0,ma.pipeline)(v,new ma.PassThrough,ie=>{ie&&i(ie)});ne.once("data",ie=>{(ie[0]&15)===8?q=(0,ma.pipeline)(q,Bl.default.createInflate(),T=>{T&&i(T)}):q=(0,ma.pipeline)(q,Bl.default.createInflateRaw(),T=>{T&&i(T)}),l=new Wn(q,P),r(l)}),ne.once("end",()=>{l||(l=new Wn(q,P),r(l))});return}if(M==="br"){q=(0,ma.pipeline)(q,Bl.default.createBrotliDecompress(),ne=>{ne&&i(ne)}),l=new Wn(q,P),r(l);return}l=new Wn(q,P),r(l)}),pF(B,n).catch(i)})}function UK(t,e){let r=np.Buffer.from(`0\r
259
259
  \r
260
- `),i=!1,n=!1,s;t.on("response",a=>{let{headers:A}=a;i=A["transfer-encoding"]==="chunked"&&!A["content-length"]}),t.on("socket",a=>{let A=()=>{if(i&&!n){let l=new Error("Premature close");l.code="ERR_STREAM_PREMATURE_CLOSE",e(l)}},c=l=>{n=np.Buffer.compare(l.slice(-5),r)===0,!n&&s&&(n=np.Buffer.compare(s.slice(-3),r.slice(0,3))===0&&np.Buffer.compare(l.slice(-2),r.slice(3))===0),s=l};a.prependListener("close",A),a.on("data",c),t.on("close",()=>{a.removeListener("close",A),a.removeListener("data",c)})})}var QB=()=>({identity:RF.Ed25519KeyIdentity.fromParsedJson(zI()),fetch:yB,env:"dev"});var kA=t=>({satelliteId:t,...QB()}),NF=t=>XI().find(({p:i})=>i===t)?.n??t;var kF=async()=>{if(!await NA()){console.log(`${(0,TF.red)("No configuration found.")}`);return}let{satelliteId:t}=await RA();await(0,FF.deleteAssets)({collection:bE,satellite:kA(t)})};var u4=jt(CB()),pp=jt(ii());var lh=jt(ii()),LB=jt(qB());var fh=async()=>{if(!zI()){console.log(`No controller found. Run ${(0,lh.cyan)("login")} to get started \u{1F680}.`);return}let e=XI(),r=await(e?.length>0?Gz(e):c4());r==="_manual_"&&(r=await c4());let i=await Oz();await WN({satelliteId:r,source:i})},Gz=async t=>{let{satellite:e}=await(0,LB.default)({type:"select",name:"satellite",message:"Which satellite should be linked with this dapp?",choices:[...t.map(({p:r,n:i})=>({title:i,value:r})),{title:"<not listed, manual entry>",value:"_manual_"}],initial:0});return(e===void 0||e==="")&&process.exit(1),e},c4=async()=>{let{satellite:t}=await(0,LB.default)([{type:"text",name:"satellite",message:`What's the ${(0,lh.cyan)("id")} of your satellite?`}]);return(t===void 0||t==="")&&(console.log(`${(0,lh.red)("The satellite ID is mandatory")}`),process.exit(1)),t},Oz=async()=>{let{source:t}=await(0,LB.default)([{type:"text",name:"source",message:`What's the name or path of the build ${(0,lh.cyan)("source")} folder of your dapp?`,initial:"build"}]);return(t===void 0||t==="")&&process.exit(1),t};var l4=async()=>{await NA()||await fh();let{satelliteId:t,storage:e}=await RA();if(!e||!e.trailingSlash){console.log("No config for the storage, satellite unchanged.");return}if(!["always","never"].includes(e.trailingSlash)){console.log(`${(0,pp.red)("Unknown configuration option.")}`);return}await(0,u4.setConfig)({config:{storage:e},satellite:kA(t)}),console.log(`Run ${(0,pp.cyan)("clear")} and ${(0,pp.cyan)("deploy")} to apply the changes to your dapp.`)};var $B=jt(eb()),Z4=require("buffer"),e6=jt(require("crypto"));var Ql=jt(require("node:fs"),1),Ele=Ql.default.existsSync,Ile=Ql.default.createReadStream;async function mv(t){return new Promise((e,r)=>{Ql.default.stat(t,(i,n)=>{i?r(i):e(n)})})}async function f4(t){return new Promise((e,r)=>{Ql.default.close(t,i=>{i?r(i):e()})})}async function h4(t,e){return new Promise((r,i)=>{Ql.default.open(t,e,(n,s)=>{n?i(n):r(s)})})}async function yv(t,e,r,i,n){return new Promise((s,a)=>{Ql.default.read(t,e,r,i,n,(A,c,l)=>{A?a(A):s({bytesRead:c,buffer:l})})})}var qz="End-Of-Stream",In=class extends Error{constructor(){super(qz)}};var wle=1*1024*1024;var Qv=require("node:buffer"),hh=class{constructor(e){this.position=0,this.numBuffer=new Uint8Array(8),this.fileInfo=e||{}}async readToken(e,r=this.position){let i=Qv.Buffer.alloc(e.len);if(await this.readBuffer(i,{position:r})<e.len)throw new In;return e.get(i,0)}async peekToken(e,r=this.position){let i=Qv.Buffer.alloc(e.len);if(await this.peekBuffer(i,{position:r})<e.len)throw new In;return e.get(i,0)}async readNumber(e){if(await this.readBuffer(this.numBuffer,{length:e.len})<e.len)throw new In;return e.get(this.numBuffer,0)}async peekNumber(e){if(await this.peekBuffer(this.numBuffer,{length:e.len})<e.len)throw new In;return e.get(this.numBuffer,0)}async ignore(e){if(this.fileInfo.size!==void 0){let r=this.fileInfo.size-this.position;if(e>r)return this.position+=r,r}return this.position+=e,e}async close(){}normalizeOptions(e,r){if(r&&r.position!==void 0&&r.position<this.position)throw new Error("`options.position` must be equal or greater than `tokenizer.position`");return r?{mayBeLess:r.mayBeLess===!0,offset:r.offset?r.offset:0,length:r.length?r.length:e.length-(r.offset?r.offset:0),position:r.position?r.position:this.position}:{mayBeLess:!1,offset:0,length:e.length,position:this.position}}};var Cv=class extends hh{constructor(e,r){super(r),this.fd=e}async readBuffer(e,r){let i=this.normalizeOptions(e,r);this.position=i.position;let n=await yv(this.fd,e,i.offset,i.length,i.position);if(this.position+=n.bytesRead,n.bytesRead<i.length&&(!r||!r.mayBeLess))throw new In;return n.bytesRead}async peekBuffer(e,r){let i=this.normalizeOptions(e,r),n=await yv(this.fd,e,i.offset,i.length,i.position);if(!i.mayBeLess&&n.bytesRead<i.length)throw new In;return n.bytesRead}async close(){return f4(this.fd)}};async function wv(t){let e=await mv(t);if(!e.isFile)throw new Error(`File not a file: ${t}`);let r=await h4(t,"r");return new Cv(r,{path:t,size:e.size})}var uu=require("node:buffer");var p4=jt(B0(),1),E4=require("node:buffer");function js(t){return new DataView(t.buffer,t.byteOffset)}var I4={len:1,get(t,e){return js(t).getUint8(e)},put(t,e,r){return js(t).setUint8(e,r),e+1}},PB={len:2,get(t,e){return js(t).getUint16(e,!0)},put(t,e,r){return js(t).setUint16(e,r,!0),e+2}},HB={len:2,get(t,e){return js(t).getUint16(e)},put(t,e,r){return js(t).setUint16(e,r),e+2}};var B4={len:4,get(t,e){return js(t).getUint32(e,!0)},put(t,e,r){return js(t).setUint32(e,r,!0),e+4}},m4={len:4,get(t,e){return js(t).getUint32(e)},put(t,e,r){return js(t).setUint32(e,r),e+4}};var y4={len:4,get(t,e){return js(t).getInt32(e)},put(t,e,r){return js(t).setInt32(e,r),e+4}};var Q4={len:8,get(t,e){return js(t).getBigUint64(e,!0)},put(t,e,r){return js(t).setBigUint64(e,r,!0),e+8}};var Cc=class{constructor(e,r){this.len=e,this.encoding=r}get(e,r){return E4.Buffer.from(e).toString(this.encoding,r,r+this.len)}},yc=class{constructor(e){this.len=e}static decode(e,r,i){let n="";for(let s=r;s<i;++s)n+=yc.codePointToString(yc.singleByteDecoder(e[s]));return n}static inRange(e,r,i){return r<=e&&e<=i}static codePointToString(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}static singleByteDecoder(e){if(yc.inRange(e,0,127))return e;let r=yc.windows1252[e-128];if(r===null)throw Error("invaliding encoding");return r}get(e,r=0){return yc.decode(e,r,r+this.len)}};yc.windows1252=[8364,129,8218,402,8222,8230,8224,8225,710,8240,352,8249,338,141,381,143,144,8216,8217,8220,8221,8226,8211,8212,732,8482,353,8250,339,157,382,376,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255];function C4(t){return[...t].map(e=>e.charCodeAt(0))}function w4(t,e=0){let r=Number.parseInt(t.toString("utf8",148,154).replace(/\0.*$/,"").trim(),8);if(Number.isNaN(r))return!1;let i=8*32;for(let n=e;n<e+148;n++)i+=t[n];for(let n=e+156;n<e+512;n++)i+=t[n];return r===i}var b4={get:(t,e)=>t[e+3]&127|t[e+2]<<7|t[e+1]<<14|t[e]<<21,len:4};var v4=["jpg","png","apng","gif","webp","flif","xcf","cr2","cr3","orf","arw","dng","nef","rw2","raf","tif","bmp","icns","jxr","psd","indd","zip","tar","rar","gz","bz2","7z","dmg","mp4","mid","mkv","webm","mov","avi","mpg","mp2","mp3","m4a","oga","ogg","ogv","opus","flac","wav","spx","amr","pdf","epub","elf","exe","swf","rtf","wasm","woff","woff2","eot","ttf","otf","ico","flv","ps","xz","sqlite","nes","crx","xpi","cab","deb","ar","rpm","Z","lz","cfb","mxf","mts","blend","bpg","docx","pptx","xlsx","3gp","3g2","jp2","jpm","jpx","mj2","aif","qcp","odt","ods","odp","xml","mobi","heic","cur","ktx","ape","wv","dcm","ics","glb","pcap","dsf","lnk","alias","voc","ac3","m4v","m4p","m4b","f4v","f4p","f4b","f4a","mie","asf","ogm","ogx","mpc","arrow","shp","aac","mp1","it","s3m","xm","ai","skp","avif","eps","lzh","pgp","asar","stl","chm","3mf","zst","jxl","vcf","jls","pst","dwg","parquet"],x4=["image/jpeg","image/png","image/gif","image/webp","image/flif","image/x-xcf","image/x-canon-cr2","image/x-canon-cr3","image/tiff","image/bmp","image/vnd.ms-photo","image/vnd.adobe.photoshop","application/x-indesign","application/epub+zip","application/x-xpinstall","application/vnd.oasis.opendocument.text","application/vnd.oasis.opendocument.spreadsheet","application/vnd.oasis.opendocument.presentation","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/zip","application/x-tar","application/x-rar-compressed","application/gzip","application/x-bzip2","application/x-7z-compressed","application/x-apple-diskimage","application/x-apache-arrow","video/mp4","audio/midi","video/x-matroska","video/webm","video/quicktime","video/vnd.avi","audio/vnd.wave","audio/qcelp","audio/x-ms-asf","video/x-ms-asf","application/vnd.ms-asf","video/mpeg","video/3gpp","audio/mpeg","audio/mp4","audio/opus","video/ogg","audio/ogg","application/ogg","audio/x-flac","audio/ape","audio/wavpack","audio/amr","application/pdf","application/x-elf","application/x-msdownload","application/x-shockwave-flash","application/rtf","application/wasm","font/woff","font/woff2","application/vnd.ms-fontobject","font/ttf","font/otf","image/x-icon","video/x-flv","application/postscript","application/eps","application/x-xz","application/x-sqlite3","application/x-nintendo-nes-rom","application/x-google-chrome-extension","application/vnd.ms-cab-compressed","application/x-deb","application/x-unix-archive","application/x-rpm","application/x-compress","application/x-lzip","application/x-cfb","application/x-mie","application/mxf","video/mp2t","application/x-blender","image/bpg","image/jp2","image/jpx","image/jpm","image/mj2","audio/aiff","application/xml","application/x-mobipocket-ebook","image/heif","image/heif-sequence","image/heic","image/heic-sequence","image/icns","image/ktx","application/dicom","audio/x-musepack","text/calendar","text/vcard","model/gltf-binary","application/vnd.tcpdump.pcap","audio/x-dsf","application/x.ms.shortcut","application/x.apple.alias","audio/x-voc","audio/vnd.dolby.dd-raw","audio/x-m4a","image/apng","image/x-olympus-orf","image/x-sony-arw","image/x-adobe-dng","image/x-nikon-nef","image/x-panasonic-rw2","image/x-fujifilm-raf","video/x-m4v","video/3gpp2","application/x-esri-shape","audio/aac","audio/x-it","audio/x-s3m","audio/x-xm","video/MP1S","video/MP2P","application/vnd.sketchup.skp","image/avif","application/x-lzh-compressed","application/pgp-encrypted","application/x-asar","model/stl","application/vnd.ms-htmlhelp","model/3mf","image/jxl","application/zstd","image/jls","application/vnd.ms-outlook","image/vnd.dwg","application/x-parquet"];var Jz=4100;function Fo(t,e,r){r={offset:0,...r};for(let[i,n]of e.entries())if(r.mask){if(n!==(r.mask[i]&t[i+r.offset]))return!1}else if(n!==t[i+r.offset])return!1;return!0}async function vv(t){try{return new bv().parse(t)}catch(e){if(!(e instanceof In))throw e}}var bv=class{check(e,r){return Fo(this.buffer,e,r)}checkString(e,r){return this.check(C4(e),r)}async parse(e){if(this.buffer=uu.Buffer.alloc(Jz),e.fileInfo.size===void 0&&(e.fileInfo.size=Number.MAX_SAFE_INTEGER),this.tokenizer=e,await e.peekBuffer(this.buffer,{length:12,mayBeLess:!0}),this.check([66,77]))return{ext:"bmp",mime:"image/bmp"};if(this.check([11,119]))return{ext:"ac3",mime:"audio/vnd.dolby.dd-raw"};if(this.check([120,1]))return{ext:"dmg",mime:"application/x-apple-diskimage"};if(this.check([77,90]))return{ext:"exe",mime:"application/x-msdownload"};if(this.check([37,33]))return await e.peekBuffer(this.buffer,{length:24,mayBeLess:!0}),this.checkString("PS-Adobe-",{offset:2})&&this.checkString(" EPSF-",{offset:14})?{ext:"eps",mime:"application/eps"}:{ext:"ps",mime:"application/postscript"};if(this.check([31,160])||this.check([31,157]))return{ext:"Z",mime:"application/x-compress"};if(this.check([239,187,191]))return this.tokenizer.ignore(3),this.parse(e);if(this.check([71,73,70]))return{ext:"gif",mime:"image/gif"};if(this.check([73,73,188]))return{ext:"jxr",mime:"image/vnd.ms-photo"};if(this.check([31,139,8]))return{ext:"gz",mime:"application/gzip"};if(this.check([66,90,104]))return{ext:"bz2",mime:"application/x-bzip2"};if(this.checkString("ID3")){await e.ignore(6);let r=await e.readToken(b4);return e.position+r>e.fileInfo.size?{ext:"mp3",mime:"audio/mpeg"}:(await e.ignore(r),vv(e))}if(this.checkString("MP+"))return{ext:"mpc",mime:"audio/x-musepack"};if((this.buffer[0]===67||this.buffer[0]===70)&&this.check([87,83],{offset:1}))return{ext:"swf",mime:"application/x-shockwave-flash"};if(this.check([255,216,255]))return this.check([247],{offset:3})?{ext:"jls",mime:"image/jls"}:{ext:"jpg",mime:"image/jpeg"};if(this.checkString("FLIF"))return{ext:"flif",mime:"image/flif"};if(this.checkString("8BPS"))return{ext:"psd",mime:"image/vnd.adobe.photoshop"};if(this.checkString("WEBP",{offset:8}))return{ext:"webp",mime:"image/webp"};if(this.checkString("MPCK"))return{ext:"mpc",mime:"audio/x-musepack"};if(this.checkString("FORM"))return{ext:"aif",mime:"audio/aiff"};if(this.checkString("icns",{offset:0}))return{ext:"icns",mime:"image/icns"};if(this.check([80,75,3,4])){try{for(;e.position+30<e.fileInfo.size;){await e.readBuffer(this.buffer,{length:30});let r={compressedSize:this.buffer.readUInt32LE(18),uncompressedSize:this.buffer.readUInt32LE(22),filenameLength:this.buffer.readUInt16LE(26),extraFieldLength:this.buffer.readUInt16LE(28)};if(r.filename=await e.readToken(new Cc(r.filenameLength,"utf-8")),await e.ignore(r.extraFieldLength),r.filename==="META-INF/mozilla.rsa")return{ext:"xpi",mime:"application/x-xpinstall"};if(r.filename.endsWith(".rels")||r.filename.endsWith(".xml"))switch(r.filename.split("/")[0]){case"_rels":break;case"word":return{ext:"docx",mime:"application/vnd.openxmlformats-officedocument.wordprocessingml.document"};case"ppt":return{ext:"pptx",mime:"application/vnd.openxmlformats-officedocument.presentationml.presentation"};case"xl":return{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"};default:break}if(r.filename.startsWith("xl/"))return{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"};if(r.filename.startsWith("3D/")&&r.filename.endsWith(".model"))return{ext:"3mf",mime:"model/3mf"};if(r.filename==="mimetype"&&r.compressedSize===r.uncompressedSize){let i=await e.readToken(new Cc(r.compressedSize,"utf-8"));switch(i=i.trim(),i){case"application/epub+zip":return{ext:"epub",mime:"application/epub+zip"};case"application/vnd.oasis.opendocument.text":return{ext:"odt",mime:"application/vnd.oasis.opendocument.text"};case"application/vnd.oasis.opendocument.spreadsheet":return{ext:"ods",mime:"application/vnd.oasis.opendocument.spreadsheet"};case"application/vnd.oasis.opendocument.presentation":return{ext:"odp",mime:"application/vnd.oasis.opendocument.presentation"};default:}}if(r.compressedSize===0){let i=-1;for(;i<0&&e.position<e.fileInfo.size;)await e.peekBuffer(this.buffer,{mayBeLess:!0}),i=this.buffer.indexOf("504B0304",0,"hex"),await e.ignore(i>=0?i:this.buffer.length)}else await e.ignore(r.compressedSize)}}catch(r){if(!(r instanceof In))throw r}return{ext:"zip",mime:"application/zip"}}if(this.checkString("OggS")){await e.ignore(28);let r=uu.Buffer.alloc(8);return await e.readBuffer(r),Fo(r,[79,112,117,115,72,101,97,100])?{ext:"opus",mime:"audio/opus"}:Fo(r,[128,116,104,101,111,114,97])?{ext:"ogv",mime:"video/ogg"}:Fo(r,[1,118,105,100,101,111,0])?{ext:"ogm",mime:"video/ogg"}:Fo(r,[127,70,76,65,67])?{ext:"oga",mime:"audio/ogg"}:Fo(r,[83,112,101,101,120,32,32])?{ext:"spx",mime:"audio/ogg"}:Fo(r,[1,118,111,114,98,105,115])?{ext:"ogg",mime:"audio/ogg"}:{ext:"ogx",mime:"application/ogg"}}if(this.check([80,75])&&(this.buffer[2]===3||this.buffer[2]===5||this.buffer[2]===7)&&(this.buffer[3]===4||this.buffer[3]===6||this.buffer[3]===8))return{ext:"zip",mime:"application/zip"};if(this.checkString("ftyp",{offset:4})&&this.buffer[8]&96){let r=this.buffer.toString("binary",8,12).replace("\0"," ").trim();switch(r){case"avif":case"avis":return{ext:"avif",mime:"image/avif"};case"mif1":return{ext:"heic",mime:"image/heif"};case"msf1":return{ext:"heic",mime:"image/heif-sequence"};case"heic":case"heix":return{ext:"heic",mime:"image/heic"};case"hevc":case"hevx":return{ext:"heic",mime:"image/heic-sequence"};case"qt":return{ext:"mov",mime:"video/quicktime"};case"M4V":case"M4VH":case"M4VP":return{ext:"m4v",mime:"video/x-m4v"};case"M4P":return{ext:"m4p",mime:"video/mp4"};case"M4B":return{ext:"m4b",mime:"audio/mp4"};case"M4A":return{ext:"m4a",mime:"audio/x-m4a"};case"F4V":return{ext:"f4v",mime:"video/mp4"};case"F4P":return{ext:"f4p",mime:"video/mp4"};case"F4A":return{ext:"f4a",mime:"audio/mp4"};case"F4B":return{ext:"f4b",mime:"audio/mp4"};case"crx":return{ext:"cr3",mime:"image/x-canon-cr3"};default:return r.startsWith("3g")?r.startsWith("3g2")?{ext:"3g2",mime:"video/3gpp2"}:{ext:"3gp",mime:"video/3gpp"}:{ext:"mp4",mime:"video/mp4"}}}if(this.checkString("MThd"))return{ext:"mid",mime:"audio/midi"};if(this.checkString("wOFF")&&(this.check([0,1,0,0],{offset:4})||this.checkString("OTTO",{offset:4})))return{ext:"woff",mime:"font/woff"};if(this.checkString("wOF2")&&(this.check([0,1,0,0],{offset:4})||this.checkString("OTTO",{offset:4})))return{ext:"woff2",mime:"font/woff2"};if(this.check([212,195,178,161])||this.check([161,178,195,212]))return{ext:"pcap",mime:"application/vnd.tcpdump.pcap"};if(this.checkString("DSD "))return{ext:"dsf",mime:"audio/x-dsf"};if(this.checkString("LZIP"))return{ext:"lz",mime:"application/x-lzip"};if(this.checkString("fLaC"))return{ext:"flac",mime:"audio/x-flac"};if(this.check([66,80,71,251]))return{ext:"bpg",mime:"image/bpg"};if(this.checkString("wvpk"))return{ext:"wv",mime:"audio/wavpack"};if(this.checkString("%PDF")){await e.ignore(1350);let r=10*1024*1024,i=uu.Buffer.alloc(Math.min(r,e.fileInfo.size));return await e.readBuffer(i,{mayBeLess:!0}),i.includes(uu.Buffer.from("AIPrivateData"))?{ext:"ai",mime:"application/postscript"}:{ext:"pdf",mime:"application/pdf"}}if(this.check([0,97,115,109]))return{ext:"wasm",mime:"application/wasm"};if(this.check([73,73])){let r=await this.readTiffHeader(!1);if(r)return r}if(this.check([77,77])){let r=await this.readTiffHeader(!0);if(r)return r}if(this.checkString("MAC "))return{ext:"ape",mime:"audio/ape"};if(this.check([26,69,223,163])){async function r(){let A=await e.peekNumber(I4),c=128,l=0;for(;!(A&c)&&c!==0;)++l,c>>=1;let g=uu.Buffer.alloc(l+1);return await e.readBuffer(g),g}async function i(){let A=await r(),c=await r();c[0]^=128>>c.length-1;let l=Math.min(6,c.length);return{id:A.readUIntBE(0,A.length),len:c.readUIntBE(c.length-l,l)}}async function n(A){for(;A>0;){let c=await i();if(c.id===17026)return(await e.readToken(new Cc(c.len,"utf-8"))).replace(/\00.*$/g,"");await e.ignore(c.len),--A}}let s=await i();switch(await n(s.len)){case"webm":return{ext:"webm",mime:"video/webm"};case"matroska":return{ext:"mkv",mime:"video/x-matroska"};default:return}}if(this.check([82,73,70,70])){if(this.check([65,86,73],{offset:8}))return{ext:"avi",mime:"video/vnd.avi"};if(this.check([87,65,86,69],{offset:8}))return{ext:"wav",mime:"audio/vnd.wave"};if(this.check([81,76,67,77],{offset:8}))return{ext:"qcp",mime:"audio/qcelp"}}if(this.checkString("SQLi"))return{ext:"sqlite",mime:"application/x-sqlite3"};if(this.check([78,69,83,26]))return{ext:"nes",mime:"application/x-nintendo-nes-rom"};if(this.checkString("Cr24"))return{ext:"crx",mime:"application/x-google-chrome-extension"};if(this.checkString("MSCF")||this.checkString("ISc("))return{ext:"cab",mime:"application/vnd.ms-cab-compressed"};if(this.check([237,171,238,219]))return{ext:"rpm",mime:"application/x-rpm"};if(this.check([197,208,211,198]))return{ext:"eps",mime:"application/eps"};if(this.check([40,181,47,253]))return{ext:"zst",mime:"application/zstd"};if(this.check([127,69,76,70]))return{ext:"elf",mime:"application/x-elf"};if(this.check([33,66,68,78]))return{ext:"pst",mime:"application/vnd.ms-outlook"};if(this.checkString("PAR1"))return{ext:"parquet",mime:"application/x-parquet"};if(this.check([79,84,84,79,0]))return{ext:"otf",mime:"font/otf"};if(this.checkString("#!AMR"))return{ext:"amr",mime:"audio/amr"};if(this.checkString("{\\rtf"))return{ext:"rtf",mime:"application/rtf"};if(this.check([70,76,86,1]))return{ext:"flv",mime:"video/x-flv"};if(this.checkString("IMPM"))return{ext:"it",mime:"audio/x-it"};if(this.checkString("-lh0-",{offset:2})||this.checkString("-lh1-",{offset:2})||this.checkString("-lh2-",{offset:2})||this.checkString("-lh3-",{offset:2})||this.checkString("-lh4-",{offset:2})||this.checkString("-lh5-",{offset:2})||this.checkString("-lh6-",{offset:2})||this.checkString("-lh7-",{offset:2})||this.checkString("-lzs-",{offset:2})||this.checkString("-lz4-",{offset:2})||this.checkString("-lz5-",{offset:2})||this.checkString("-lhd-",{offset:2}))return{ext:"lzh",mime:"application/x-lzh-compressed"};if(this.check([0,0,1,186])){if(this.check([33],{offset:4,mask:[241]}))return{ext:"mpg",mime:"video/MP1S"};if(this.check([68],{offset:4,mask:[196]}))return{ext:"mpg",mime:"video/MP2P"}}if(this.checkString("ITSF"))return{ext:"chm",mime:"application/vnd.ms-htmlhelp"};if(this.check([253,55,122,88,90,0]))return{ext:"xz",mime:"application/x-xz"};if(this.checkString("<?xml "))return{ext:"xml",mime:"application/xml"};if(this.check([55,122,188,175,39,28]))return{ext:"7z",mime:"application/x-7z-compressed"};if(this.check([82,97,114,33,26,7])&&(this.buffer[6]===0||this.buffer[6]===1))return{ext:"rar",mime:"application/x-rar-compressed"};if(this.checkString("solid "))return{ext:"stl",mime:"model/stl"};if(this.checkString("AC")){let r=this.buffer.toString("binary",2,6);if(r.match("^d*")&&r>=1e3&&r<=1050)return{ext:"dwg",mime:"image/vnd.dwg"}}if(this.checkString("BLENDER"))return{ext:"blend",mime:"application/x-blender"};if(this.checkString("!<arch>"))return await e.ignore(8),await e.readToken(new Cc(13,"ascii"))==="debian-binary"?{ext:"deb",mime:"application/x-deb"}:{ext:"ar",mime:"application/x-unix-archive"};if(this.check([137,80,78,71,13,10,26,10])){await e.ignore(8);async function r(){return{length:await e.readToken(y4),type:await e.readToken(new Cc(4,"binary"))}}do{let i=await r();if(i.length<0)return;switch(i.type){case"IDAT":return{ext:"png",mime:"image/png"};case"acTL":return{ext:"apng",mime:"image/apng"};default:await e.ignore(i.length+4)}}while(e.position+8<e.fileInfo.size);return{ext:"png",mime:"image/png"}}if(this.check([65,82,82,79,87,49,0,0]))return{ext:"arrow",mime:"application/x-apache-arrow"};if(this.check([103,108,84,70,2,0,0,0]))return{ext:"glb",mime:"model/gltf-binary"};if(this.check([102,114,101,101],{offset:4})||this.check([109,100,97,116],{offset:4})||this.check([109,111,111,118],{offset:4})||this.check([119,105,100,101],{offset:4}))return{ext:"mov",mime:"video/quicktime"};if(this.check([73,73,82,79,8,0,0,0,24]))return{ext:"orf",mime:"image/x-olympus-orf"};if(this.checkString("gimp xcf "))return{ext:"xcf",mime:"image/x-xcf"};if(this.check([73,73,85,0,24,0,0,0,136,231,116,216]))return{ext:"rw2",mime:"image/x-panasonic-rw2"};if(this.check([48,38,178,117,142,102,207,17,166,217])){async function r(){let i=uu.Buffer.alloc(16);return await e.readBuffer(i),{id:i,size:Number(await e.readToken(Q4))}}for(await e.ignore(30);e.position+24<e.fileInfo.size;){let i=await r(),n=i.size-24;if(Fo(i.id,[145,7,220,183,183,169,207,17,142,230,0,192,12,32,83,101])){let s=uu.Buffer.alloc(16);if(n-=await e.readBuffer(s),Fo(s,[64,158,105,248,77,91,207,17,168,253,0,128,95,92,68,43]))return{ext:"asf",mime:"audio/x-ms-asf"};if(Fo(s,[192,239,25,188,77,91,207,17,168,253,0,128,95,92,68,43]))return{ext:"asf",mime:"video/x-ms-asf"};break}await e.ignore(n)}return{ext:"asf",mime:"application/vnd.ms-asf"}}if(this.check([171,75,84,88,32,49,49,187,13,10,26,10]))return{ext:"ktx",mime:"image/ktx"};if((this.check([126,16,4])||this.check([126,24,4]))&&this.check([48,77,73,69],{offset:4}))return{ext:"mie",mime:"application/x-mie"};if(this.check([39,10,0,0,0,0,0,0,0,0,0,0],{offset:2}))return{ext:"shp",mime:"application/x-esri-shape"};if(this.check([0,0,0,12,106,80,32,32,13,10,135,10]))switch(await e.ignore(20),await e.readToken(new Cc(4,"ascii"))){case"jp2 ":return{ext:"jp2",mime:"image/jp2"};case"jpx ":return{ext:"jpx",mime:"image/jpx"};case"jpm ":return{ext:"jpm",mime:"image/jpm"};case"mjp2":return{ext:"mj2",mime:"image/mj2"};default:return}if(this.check([255,10])||this.check([0,0,0,12,74,88,76,32,13,10,135,10]))return{ext:"jxl",mime:"image/jxl"};if(this.check([254,255]))return this.check([0,60,0,63,0,120,0,109,0,108],{offset:2})?{ext:"xml",mime:"application/xml"}:void 0;if(this.check([0,0,1,186])||this.check([0,0,1,179]))return{ext:"mpg",mime:"video/mpeg"};if(this.check([0,1,0,0,0]))return{ext:"ttf",mime:"font/ttf"};if(this.check([0,0,1,0]))return{ext:"ico",mime:"image/x-icon"};if(this.check([0,0,2,0]))return{ext:"cur",mime:"image/x-icon"};if(this.check([208,207,17,224,161,177,26,225]))return{ext:"cfb",mime:"application/x-cfb"};if(await e.peekBuffer(this.buffer,{length:Math.min(256,e.fileInfo.size),mayBeLess:!0}),this.checkString("BEGIN:")){if(this.checkString("VCARD",{offset:6}))return{ext:"vcf",mime:"text/vcard"};if(this.checkString("VCALENDAR",{offset:6}))return{ext:"ics",mime:"text/calendar"}}if(this.checkString("FUJIFILMCCD-RAW"))return{ext:"raf",mime:"image/x-fujifilm-raf"};if(this.checkString("Extended Module:"))return{ext:"xm",mime:"audio/x-xm"};if(this.checkString("Creative Voice File"))return{ext:"voc",mime:"audio/x-voc"};if(this.check([4,0,0,0])&&this.buffer.length>=16){let r=this.buffer.readUInt32LE(12);if(r>12&&this.buffer.length>=r+16)try{let i=this.buffer.slice(16,r+16).toString();if(JSON.parse(i).files)return{ext:"asar",mime:"application/x-asar"}}catch{}}if(this.check([6,14,43,52,2,5,1,1,13,1,2,1,1,2]))return{ext:"mxf",mime:"application/mxf"};if(this.checkString("SCRM",{offset:44}))return{ext:"s3m",mime:"audio/x-s3m"};if(this.check([71])&&this.check([71],{offset:188}))return{ext:"mts",mime:"video/mp2t"};if(this.check([71],{offset:4})&&this.check([71],{offset:196}))return{ext:"mts",mime:"video/mp2t"};if(this.check([66,79,79,75,77,79,66,73],{offset:60}))return{ext:"mobi",mime:"application/x-mobipocket-ebook"};if(this.check([68,73,67,77],{offset:128}))return{ext:"dcm",mime:"application/dicom"};if(this.check([76,0,0,0,1,20,2,0,0,0,0,0,192,0,0,0,0,0,0,70]))return{ext:"lnk",mime:"application/x.ms.shortcut"};if(this.check([98,111,111,107,0,0,0,0,109,97,114,107,0,0,0,0]))return{ext:"alias",mime:"application/x.apple.alias"};if(this.check([76,80],{offset:34})&&(this.check([0,0,1],{offset:8})||this.check([1,0,2],{offset:8})||this.check([2,0,2],{offset:8})))return{ext:"eot",mime:"application/vnd.ms-fontobject"};if(this.check([6,6,237,245,216,29,70,229,189,49,239,231,254,116,183,29]))return{ext:"indd",mime:"application/x-indesign"};if(await e.peekBuffer(this.buffer,{length:Math.min(512,e.fileInfo.size),mayBeLess:!0}),w4(this.buffer))return{ext:"tar",mime:"application/x-tar"};if(this.check([255,254]))return this.check([60,0,63,0,120,0,109,0,108,0],{offset:2})?{ext:"xml",mime:"application/xml"}:this.check([255,14,83,0,107,0,101,0,116,0,99,0,104,0,85,0,112,0,32,0,77,0,111,0,100,0,101,0,108,0],{offset:2})?{ext:"skp",mime:"application/vnd.sketchup.skp"}:void 0;if(this.checkString("-----BEGIN PGP MESSAGE-----"))return{ext:"pgp",mime:"application/pgp-encrypted"};if(this.buffer.length>=2&&this.check([255,224],{offset:0,mask:[255,224]})){if(this.check([16],{offset:1,mask:[22]}))return this.check([8],{offset:1,mask:[8]})?{ext:"aac",mime:"audio/aac"}:{ext:"aac",mime:"audio/aac"};if(this.check([2],{offset:1,mask:[6]}))return{ext:"mp3",mime:"audio/mpeg"};if(this.check([4],{offset:1,mask:[6]}))return{ext:"mp2",mime:"audio/mpeg"};if(this.check([6],{offset:1,mask:[6]}))return{ext:"mp1",mime:"audio/mpeg"}}}async readTiffTag(e){let r=await this.tokenizer.readToken(e?HB:PB);switch(this.tokenizer.ignore(10),r){case 50341:return{ext:"arw",mime:"image/x-sony-arw"};case 50706:return{ext:"dng",mime:"image/x-adobe-dng"};default:}}async readTiffIFD(e){let r=await this.tokenizer.readToken(e?HB:PB);for(let i=0;i<r;++i){let n=await this.readTiffTag(e);if(n)return n}}async readTiffHeader(e){let r=(e?HB:PB).get(this.buffer,2),i=(e?m4:B4).get(this.buffer,4);if(r===42){if(i>=6){if(this.checkString("CR",{offset:8}))return{ext:"cr2",mime:"image/x-canon-cr2"};if(i>=8&&(this.check([28,0,254,0],{offset:8})||this.check([31,0,11,0],{offset:8})))return{ext:"nef",mime:"image/x-nikon-nef"}}return await this.tokenizer.ignore(i),await this.readTiffIFD(e)??{ext:"tif",mime:"image/tiff"}}if(r===43)return{ext:"tif",mime:"image/tiff"}}};var Xle=new Set(v4),Zle=new Set(x4);async function _4(t){let e=await wv(t);try{return await vv(e)}finally{await e.close()}}var KB=require("fs"),Tv=require("fs/promises"),t6=jt(T4());var W4=jt($4(),1),Qa=(t,e,r={})=>(JB(e),!r.nocomment&&e.charAt(0)==="#"?!1:new gh(e,r).match(t)),Fv=Qa,AX=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",YB=AX==="win32",Rv=YB?{sep:"\\"}:{sep:"/"},oX=Rv.sep;Qa.sep=oX;var cA=Symbol("globstar **");Qa.GLOBSTAR=cA;var K4={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}},Nv="[^/]",Sv=Nv+"*?",cX="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",uX="(?:(?!(?:\\/|^)\\.).)*?",z4=t=>t.split("").reduce((e,r)=>(e[r]=!0,e),{}),V4=z4("().*{}+?[]^$\\!"),lX=z4("[.("),fX=(t,e={})=>r=>Qa(r,t,e);Qa.filter=fX;var lu=(t,e={})=>Object.assign({},t,e),hX=t=>{if(!t||typeof t!="object"||!Object.keys(t).length)return Qa;let e=Qa;return Object.assign((i,n,s={})=>e(i,n,lu(t,s)),{Minimatch:class extends e.Minimatch{constructor(n,s={}){super(n,lu(t,s))}static defaults(n){return e.defaults(lu(t,n)).Minimatch}},filter:(i,n={})=>e.filter(i,lu(t,n)),defaults:i=>e.defaults(lu(t,i)),makeRe:(i,n={})=>e.makeRe(i,lu(t,n)),braceExpand:(i,n={})=>e.braceExpand(i,lu(t,n)),match:(i,n,s={})=>e.match(i,n,lu(t,s)),sep:e.sep,GLOBSTAR:cA})};Qa.defaults=hX;var X4=(t,e={})=>(JB(t),e.nobrace||!/\{(?:(?!\{).)*\}/.test(t)?[t]:(0,W4.default)(t));Qa.braceExpand=X4;var gX=1024*64,JB=t=>{if(typeof t!="string")throw new TypeError("invalid pattern");if(t.length>gX)throw new TypeError("pattern is too long")},Dv=Symbol("subparse"),dX=(t,e={})=>new gh(t,e).makeRe();Qa.makeRe=dX;var pX=(t,e,r={})=>{let i=new gh(e,r);return t=t.filter(n=>i.match(n)),i.options.nonull&&!t.length&&t.push(e),t};Qa.match=pX;var EX=t=>t.replace(/\\(.)/g,"$1"),IX=t=>t.replace(/\\([^-\]])/g,"$1"),BX=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),mX=t=>t.replace(/[[\]\\]/g,"\\$&"),gh=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;regexp;constructor(e,r={}){JB(e),r=r||{},this.options=r,this.pattern=e,this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!r.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!r.nonegate,this.comment=!1,this.empty=!1,this.partial=!!r.partial,this.globSet=[],this.globParts=[],this.set=[],this.make()}debug(...e){}make(){let e=this.pattern,r=this.options;if(!r.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=this.braceExpand(),r.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.options.noglobstar?i:i.map(s=>s.reduce((a,A)=>((A!=="**"||a[a.length-1]!=="**")&&a.push(A),a),[])),this.debug(this.pattern,this.globParts);let n=this.globParts.map((s,a,A)=>s.map(c=>this.parse(c)));if(this.debug(this.pattern,n),this.set=n.filter(s=>s.indexOf(!1)===-1),YB)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)}parseNegate(){if(this.nonegate)return;let e=this.pattern,r=!1,i=0;for(let n=0;n<e.length&&e.charAt(n)==="!";n++)r=!r,i++;i&&(this.pattern=e.slice(i)),this.negate=r}matchOne(e,r,i=!1){let n=this.options;if(YB){let v=e[0]===""&&e[1]===""&&e[2]==="?"&&typeof e[3]=="string"&&/^[a-z]:$/i.test(e[3]),F=r[0]===""&&r[1]===""&&r[2]==="?"&&typeof r[3]=="string"&&/^[a-z]:$/i.test(r[3]);if(v&&F){let q=e[3],P=r[3];q.toLowerCase()===P.toLowerCase()&&(e[3]=P)}else if(F&&typeof e[0]=="string"){let q=r[3],P=e[0];q.toLowerCase()===P.toLowerCase()&&(r[3]=P,r=r.slice(3))}else if(v&&typeof r[0]=="string"){let q=e[3];q.toLowerCase()===r[0].toLowerCase()&&(r[0]=q,e=e.slice(3))}}this.debug("matchOne",this,{file:e,pattern:r}),this.debug("matchOne",e.length,r.length);for(var s=0,a=0,A=e.length,c=r.length;s<A&&a<c;s++,a++){this.debug("matchOne loop");var l=r[a],g=e[s];if(this.debug(r,l,g),l===!1)return!1;if(l===cA){this.debug("GLOBSTAR",[r,l,g]);var C=s,B=a+1;if(B===c){for(this.debug("** at the end");s<A;s++)if(e[s]==="."||e[s]===".."||!n.dot&&e[s].charAt(0)===".")return!1;return!0}for(;C<A;){var I=e[C];if(this.debug(`
260
+ `),i=!1,n=!1,s;t.on("response",a=>{let{headers:A}=a;i=A["transfer-encoding"]==="chunked"&&!A["content-length"]}),t.on("socket",a=>{let A=()=>{if(i&&!n){let l=new Error("Premature close");l.code="ERR_STREAM_PREMATURE_CLOSE",e(l)}},c=l=>{n=np.Buffer.compare(l.slice(-5),r)===0,!n&&s&&(n=np.Buffer.compare(s.slice(-3),r.slice(0,3))===0&&np.Buffer.compare(l.slice(-2),r.slice(3))===0),s=l};a.prependListener("close",A),a.on("data",c),t.on("close",()=>{a.removeListener("close",A),a.removeListener("data",c)})})}var QB=()=>({identity:RF.Ed25519KeyIdentity.fromParsedJson(zI()),fetch:yB});var kA=t=>({satelliteId:t,...QB()}),NF=t=>XI().find(({p:i})=>i===t)?.n??t;var kF=async()=>{if(!await NA()){console.log(`${(0,TF.red)("No configuration found.")}`);return}let{satelliteId:t}=await RA();await(0,FF.deleteAssets)({collection:bE,satellite:kA(t)})};var u4=jt(CB()),pp=jt(ii());var lh=jt(ii()),LB=jt(qB());var fh=async()=>{if(!zI()){console.log(`No controller found. Run ${(0,lh.cyan)("login")} to get started \u{1F680}.`);return}let e=XI(),r=await(e?.length>0?Gz(e):c4());r==="_manual_"&&(r=await c4());let i=await Oz();await WN({satelliteId:r,source:i})},Gz=async t=>{let{satellite:e}=await(0,LB.default)({type:"select",name:"satellite",message:"Which satellite should be linked with this dapp?",choices:[...t.map(({p:r,n:i})=>({title:i,value:r})),{title:"<not listed, manual entry>",value:"_manual_"}],initial:0});return(e===void 0||e==="")&&process.exit(1),e},c4=async()=>{let{satellite:t}=await(0,LB.default)([{type:"text",name:"satellite",message:`What's the ${(0,lh.cyan)("id")} of your satellite?`}]);return(t===void 0||t==="")&&(console.log(`${(0,lh.red)("The satellite ID is mandatory")}`),process.exit(1)),t},Oz=async()=>{let{source:t}=await(0,LB.default)([{type:"text",name:"source",message:`What's the name or path of the build ${(0,lh.cyan)("source")} folder of your dapp?`,initial:"build"}]);return(t===void 0||t==="")&&process.exit(1),t};var l4=async()=>{await NA()||await fh();let{satelliteId:t,storage:e}=await RA();if(!e||!e.trailingSlash){console.log("No config for the storage, satellite unchanged.");return}if(!["always","never"].includes(e.trailingSlash)){console.log(`${(0,pp.red)("Unknown configuration option.")}`);return}await(0,u4.setConfig)({config:{storage:e},satellite:kA(t)}),console.log(`Run ${(0,pp.cyan)("clear")} and ${(0,pp.cyan)("deploy")} to apply the changes to your dapp.`)};var $B=jt(eb()),Z4=require("buffer"),e6=jt(require("crypto"));var Ql=jt(require("node:fs"),1),Ele=Ql.default.existsSync,Ile=Ql.default.createReadStream;async function mv(t){return new Promise((e,r)=>{Ql.default.stat(t,(i,n)=>{i?r(i):e(n)})})}async function f4(t){return new Promise((e,r)=>{Ql.default.close(t,i=>{i?r(i):e()})})}async function h4(t,e){return new Promise((r,i)=>{Ql.default.open(t,e,(n,s)=>{n?i(n):r(s)})})}async function yv(t,e,r,i,n){return new Promise((s,a)=>{Ql.default.read(t,e,r,i,n,(A,c,l)=>{A?a(A):s({bytesRead:c,buffer:l})})})}var qz="End-Of-Stream",In=class extends Error{constructor(){super(qz)}};var wle=1*1024*1024;var Qv=require("node:buffer"),hh=class{constructor(e){this.position=0,this.numBuffer=new Uint8Array(8),this.fileInfo=e||{}}async readToken(e,r=this.position){let i=Qv.Buffer.alloc(e.len);if(await this.readBuffer(i,{position:r})<e.len)throw new In;return e.get(i,0)}async peekToken(e,r=this.position){let i=Qv.Buffer.alloc(e.len);if(await this.peekBuffer(i,{position:r})<e.len)throw new In;return e.get(i,0)}async readNumber(e){if(await this.readBuffer(this.numBuffer,{length:e.len})<e.len)throw new In;return e.get(this.numBuffer,0)}async peekNumber(e){if(await this.peekBuffer(this.numBuffer,{length:e.len})<e.len)throw new In;return e.get(this.numBuffer,0)}async ignore(e){if(this.fileInfo.size!==void 0){let r=this.fileInfo.size-this.position;if(e>r)return this.position+=r,r}return this.position+=e,e}async close(){}normalizeOptions(e,r){if(r&&r.position!==void 0&&r.position<this.position)throw new Error("`options.position` must be equal or greater than `tokenizer.position`");return r?{mayBeLess:r.mayBeLess===!0,offset:r.offset?r.offset:0,length:r.length?r.length:e.length-(r.offset?r.offset:0),position:r.position?r.position:this.position}:{mayBeLess:!1,offset:0,length:e.length,position:this.position}}};var Cv=class extends hh{constructor(e,r){super(r),this.fd=e}async readBuffer(e,r){let i=this.normalizeOptions(e,r);this.position=i.position;let n=await yv(this.fd,e,i.offset,i.length,i.position);if(this.position+=n.bytesRead,n.bytesRead<i.length&&(!r||!r.mayBeLess))throw new In;return n.bytesRead}async peekBuffer(e,r){let i=this.normalizeOptions(e,r),n=await yv(this.fd,e,i.offset,i.length,i.position);if(!i.mayBeLess&&n.bytesRead<i.length)throw new In;return n.bytesRead}async close(){return f4(this.fd)}};async function wv(t){let e=await mv(t);if(!e.isFile)throw new Error(`File not a file: ${t}`);let r=await h4(t,"r");return new Cv(r,{path:t,size:e.size})}var uu=require("node:buffer");var p4=jt(B0(),1),E4=require("node:buffer");function js(t){return new DataView(t.buffer,t.byteOffset)}var I4={len:1,get(t,e){return js(t).getUint8(e)},put(t,e,r){return js(t).setUint8(e,r),e+1}},PB={len:2,get(t,e){return js(t).getUint16(e,!0)},put(t,e,r){return js(t).setUint16(e,r,!0),e+2}},HB={len:2,get(t,e){return js(t).getUint16(e)},put(t,e,r){return js(t).setUint16(e,r),e+2}};var B4={len:4,get(t,e){return js(t).getUint32(e,!0)},put(t,e,r){return js(t).setUint32(e,r,!0),e+4}},m4={len:4,get(t,e){return js(t).getUint32(e)},put(t,e,r){return js(t).setUint32(e,r),e+4}};var y4={len:4,get(t,e){return js(t).getInt32(e)},put(t,e,r){return js(t).setInt32(e,r),e+4}};var Q4={len:8,get(t,e){return js(t).getBigUint64(e,!0)},put(t,e,r){return js(t).setBigUint64(e,r,!0),e+8}};var Cc=class{constructor(e,r){this.len=e,this.encoding=r}get(e,r){return E4.Buffer.from(e).toString(this.encoding,r,r+this.len)}},yc=class{constructor(e){this.len=e}static decode(e,r,i){let n="";for(let s=r;s<i;++s)n+=yc.codePointToString(yc.singleByteDecoder(e[s]));return n}static inRange(e,r,i){return r<=e&&e<=i}static codePointToString(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode((e>>10)+55296,(e&1023)+56320))}static singleByteDecoder(e){if(yc.inRange(e,0,127))return e;let r=yc.windows1252[e-128];if(r===null)throw Error("invaliding encoding");return r}get(e,r=0){return yc.decode(e,r,r+this.len)}};yc.windows1252=[8364,129,8218,402,8222,8230,8224,8225,710,8240,352,8249,338,141,381,143,144,8216,8217,8220,8221,8226,8211,8212,732,8482,353,8250,339,157,382,376,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255];function C4(t){return[...t].map(e=>e.charCodeAt(0))}function w4(t,e=0){let r=Number.parseInt(t.toString("utf8",148,154).replace(/\0.*$/,"").trim(),8);if(Number.isNaN(r))return!1;let i=8*32;for(let n=e;n<e+148;n++)i+=t[n];for(let n=e+156;n<e+512;n++)i+=t[n];return r===i}var b4={get:(t,e)=>t[e+3]&127|t[e+2]<<7|t[e+1]<<14|t[e]<<21,len:4};var v4=["jpg","png","apng","gif","webp","flif","xcf","cr2","cr3","orf","arw","dng","nef","rw2","raf","tif","bmp","icns","jxr","psd","indd","zip","tar","rar","gz","bz2","7z","dmg","mp4","mid","mkv","webm","mov","avi","mpg","mp2","mp3","m4a","oga","ogg","ogv","opus","flac","wav","spx","amr","pdf","epub","elf","exe","swf","rtf","wasm","woff","woff2","eot","ttf","otf","ico","flv","ps","xz","sqlite","nes","crx","xpi","cab","deb","ar","rpm","Z","lz","cfb","mxf","mts","blend","bpg","docx","pptx","xlsx","3gp","3g2","jp2","jpm","jpx","mj2","aif","qcp","odt","ods","odp","xml","mobi","heic","cur","ktx","ape","wv","dcm","ics","glb","pcap","dsf","lnk","alias","voc","ac3","m4v","m4p","m4b","f4v","f4p","f4b","f4a","mie","asf","ogm","ogx","mpc","arrow","shp","aac","mp1","it","s3m","xm","ai","skp","avif","eps","lzh","pgp","asar","stl","chm","3mf","zst","jxl","vcf","jls","pst","dwg","parquet"],x4=["image/jpeg","image/png","image/gif","image/webp","image/flif","image/x-xcf","image/x-canon-cr2","image/x-canon-cr3","image/tiff","image/bmp","image/vnd.ms-photo","image/vnd.adobe.photoshop","application/x-indesign","application/epub+zip","application/x-xpinstall","application/vnd.oasis.opendocument.text","application/vnd.oasis.opendocument.spreadsheet","application/vnd.oasis.opendocument.presentation","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/zip","application/x-tar","application/x-rar-compressed","application/gzip","application/x-bzip2","application/x-7z-compressed","application/x-apple-diskimage","application/x-apache-arrow","video/mp4","audio/midi","video/x-matroska","video/webm","video/quicktime","video/vnd.avi","audio/vnd.wave","audio/qcelp","audio/x-ms-asf","video/x-ms-asf","application/vnd.ms-asf","video/mpeg","video/3gpp","audio/mpeg","audio/mp4","audio/opus","video/ogg","audio/ogg","application/ogg","audio/x-flac","audio/ape","audio/wavpack","audio/amr","application/pdf","application/x-elf","application/x-msdownload","application/x-shockwave-flash","application/rtf","application/wasm","font/woff","font/woff2","application/vnd.ms-fontobject","font/ttf","font/otf","image/x-icon","video/x-flv","application/postscript","application/eps","application/x-xz","application/x-sqlite3","application/x-nintendo-nes-rom","application/x-google-chrome-extension","application/vnd.ms-cab-compressed","application/x-deb","application/x-unix-archive","application/x-rpm","application/x-compress","application/x-lzip","application/x-cfb","application/x-mie","application/mxf","video/mp2t","application/x-blender","image/bpg","image/jp2","image/jpx","image/jpm","image/mj2","audio/aiff","application/xml","application/x-mobipocket-ebook","image/heif","image/heif-sequence","image/heic","image/heic-sequence","image/icns","image/ktx","application/dicom","audio/x-musepack","text/calendar","text/vcard","model/gltf-binary","application/vnd.tcpdump.pcap","audio/x-dsf","application/x.ms.shortcut","application/x.apple.alias","audio/x-voc","audio/vnd.dolby.dd-raw","audio/x-m4a","image/apng","image/x-olympus-orf","image/x-sony-arw","image/x-adobe-dng","image/x-nikon-nef","image/x-panasonic-rw2","image/x-fujifilm-raf","video/x-m4v","video/3gpp2","application/x-esri-shape","audio/aac","audio/x-it","audio/x-s3m","audio/x-xm","video/MP1S","video/MP2P","application/vnd.sketchup.skp","image/avif","application/x-lzh-compressed","application/pgp-encrypted","application/x-asar","model/stl","application/vnd.ms-htmlhelp","model/3mf","image/jxl","application/zstd","image/jls","application/vnd.ms-outlook","image/vnd.dwg","application/x-parquet"];var Jz=4100;function Fo(t,e,r){r={offset:0,...r};for(let[i,n]of e.entries())if(r.mask){if(n!==(r.mask[i]&t[i+r.offset]))return!1}else if(n!==t[i+r.offset])return!1;return!0}async function vv(t){try{return new bv().parse(t)}catch(e){if(!(e instanceof In))throw e}}var bv=class{check(e,r){return Fo(this.buffer,e,r)}checkString(e,r){return this.check(C4(e),r)}async parse(e){if(this.buffer=uu.Buffer.alloc(Jz),e.fileInfo.size===void 0&&(e.fileInfo.size=Number.MAX_SAFE_INTEGER),this.tokenizer=e,await e.peekBuffer(this.buffer,{length:12,mayBeLess:!0}),this.check([66,77]))return{ext:"bmp",mime:"image/bmp"};if(this.check([11,119]))return{ext:"ac3",mime:"audio/vnd.dolby.dd-raw"};if(this.check([120,1]))return{ext:"dmg",mime:"application/x-apple-diskimage"};if(this.check([77,90]))return{ext:"exe",mime:"application/x-msdownload"};if(this.check([37,33]))return await e.peekBuffer(this.buffer,{length:24,mayBeLess:!0}),this.checkString("PS-Adobe-",{offset:2})&&this.checkString(" EPSF-",{offset:14})?{ext:"eps",mime:"application/eps"}:{ext:"ps",mime:"application/postscript"};if(this.check([31,160])||this.check([31,157]))return{ext:"Z",mime:"application/x-compress"};if(this.check([239,187,191]))return this.tokenizer.ignore(3),this.parse(e);if(this.check([71,73,70]))return{ext:"gif",mime:"image/gif"};if(this.check([73,73,188]))return{ext:"jxr",mime:"image/vnd.ms-photo"};if(this.check([31,139,8]))return{ext:"gz",mime:"application/gzip"};if(this.check([66,90,104]))return{ext:"bz2",mime:"application/x-bzip2"};if(this.checkString("ID3")){await e.ignore(6);let r=await e.readToken(b4);return e.position+r>e.fileInfo.size?{ext:"mp3",mime:"audio/mpeg"}:(await e.ignore(r),vv(e))}if(this.checkString("MP+"))return{ext:"mpc",mime:"audio/x-musepack"};if((this.buffer[0]===67||this.buffer[0]===70)&&this.check([87,83],{offset:1}))return{ext:"swf",mime:"application/x-shockwave-flash"};if(this.check([255,216,255]))return this.check([247],{offset:3})?{ext:"jls",mime:"image/jls"}:{ext:"jpg",mime:"image/jpeg"};if(this.checkString("FLIF"))return{ext:"flif",mime:"image/flif"};if(this.checkString("8BPS"))return{ext:"psd",mime:"image/vnd.adobe.photoshop"};if(this.checkString("WEBP",{offset:8}))return{ext:"webp",mime:"image/webp"};if(this.checkString("MPCK"))return{ext:"mpc",mime:"audio/x-musepack"};if(this.checkString("FORM"))return{ext:"aif",mime:"audio/aiff"};if(this.checkString("icns",{offset:0}))return{ext:"icns",mime:"image/icns"};if(this.check([80,75,3,4])){try{for(;e.position+30<e.fileInfo.size;){await e.readBuffer(this.buffer,{length:30});let r={compressedSize:this.buffer.readUInt32LE(18),uncompressedSize:this.buffer.readUInt32LE(22),filenameLength:this.buffer.readUInt16LE(26),extraFieldLength:this.buffer.readUInt16LE(28)};if(r.filename=await e.readToken(new Cc(r.filenameLength,"utf-8")),await e.ignore(r.extraFieldLength),r.filename==="META-INF/mozilla.rsa")return{ext:"xpi",mime:"application/x-xpinstall"};if(r.filename.endsWith(".rels")||r.filename.endsWith(".xml"))switch(r.filename.split("/")[0]){case"_rels":break;case"word":return{ext:"docx",mime:"application/vnd.openxmlformats-officedocument.wordprocessingml.document"};case"ppt":return{ext:"pptx",mime:"application/vnd.openxmlformats-officedocument.presentationml.presentation"};case"xl":return{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"};default:break}if(r.filename.startsWith("xl/"))return{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"};if(r.filename.startsWith("3D/")&&r.filename.endsWith(".model"))return{ext:"3mf",mime:"model/3mf"};if(r.filename==="mimetype"&&r.compressedSize===r.uncompressedSize){let i=await e.readToken(new Cc(r.compressedSize,"utf-8"));switch(i=i.trim(),i){case"application/epub+zip":return{ext:"epub",mime:"application/epub+zip"};case"application/vnd.oasis.opendocument.text":return{ext:"odt",mime:"application/vnd.oasis.opendocument.text"};case"application/vnd.oasis.opendocument.spreadsheet":return{ext:"ods",mime:"application/vnd.oasis.opendocument.spreadsheet"};case"application/vnd.oasis.opendocument.presentation":return{ext:"odp",mime:"application/vnd.oasis.opendocument.presentation"};default:}}if(r.compressedSize===0){let i=-1;for(;i<0&&e.position<e.fileInfo.size;)await e.peekBuffer(this.buffer,{mayBeLess:!0}),i=this.buffer.indexOf("504B0304",0,"hex"),await e.ignore(i>=0?i:this.buffer.length)}else await e.ignore(r.compressedSize)}}catch(r){if(!(r instanceof In))throw r}return{ext:"zip",mime:"application/zip"}}if(this.checkString("OggS")){await e.ignore(28);let r=uu.Buffer.alloc(8);return await e.readBuffer(r),Fo(r,[79,112,117,115,72,101,97,100])?{ext:"opus",mime:"audio/opus"}:Fo(r,[128,116,104,101,111,114,97])?{ext:"ogv",mime:"video/ogg"}:Fo(r,[1,118,105,100,101,111,0])?{ext:"ogm",mime:"video/ogg"}:Fo(r,[127,70,76,65,67])?{ext:"oga",mime:"audio/ogg"}:Fo(r,[83,112,101,101,120,32,32])?{ext:"spx",mime:"audio/ogg"}:Fo(r,[1,118,111,114,98,105,115])?{ext:"ogg",mime:"audio/ogg"}:{ext:"ogx",mime:"application/ogg"}}if(this.check([80,75])&&(this.buffer[2]===3||this.buffer[2]===5||this.buffer[2]===7)&&(this.buffer[3]===4||this.buffer[3]===6||this.buffer[3]===8))return{ext:"zip",mime:"application/zip"};if(this.checkString("ftyp",{offset:4})&&this.buffer[8]&96){let r=this.buffer.toString("binary",8,12).replace("\0"," ").trim();switch(r){case"avif":case"avis":return{ext:"avif",mime:"image/avif"};case"mif1":return{ext:"heic",mime:"image/heif"};case"msf1":return{ext:"heic",mime:"image/heif-sequence"};case"heic":case"heix":return{ext:"heic",mime:"image/heic"};case"hevc":case"hevx":return{ext:"heic",mime:"image/heic-sequence"};case"qt":return{ext:"mov",mime:"video/quicktime"};case"M4V":case"M4VH":case"M4VP":return{ext:"m4v",mime:"video/x-m4v"};case"M4P":return{ext:"m4p",mime:"video/mp4"};case"M4B":return{ext:"m4b",mime:"audio/mp4"};case"M4A":return{ext:"m4a",mime:"audio/x-m4a"};case"F4V":return{ext:"f4v",mime:"video/mp4"};case"F4P":return{ext:"f4p",mime:"video/mp4"};case"F4A":return{ext:"f4a",mime:"audio/mp4"};case"F4B":return{ext:"f4b",mime:"audio/mp4"};case"crx":return{ext:"cr3",mime:"image/x-canon-cr3"};default:return r.startsWith("3g")?r.startsWith("3g2")?{ext:"3g2",mime:"video/3gpp2"}:{ext:"3gp",mime:"video/3gpp"}:{ext:"mp4",mime:"video/mp4"}}}if(this.checkString("MThd"))return{ext:"mid",mime:"audio/midi"};if(this.checkString("wOFF")&&(this.check([0,1,0,0],{offset:4})||this.checkString("OTTO",{offset:4})))return{ext:"woff",mime:"font/woff"};if(this.checkString("wOF2")&&(this.check([0,1,0,0],{offset:4})||this.checkString("OTTO",{offset:4})))return{ext:"woff2",mime:"font/woff2"};if(this.check([212,195,178,161])||this.check([161,178,195,212]))return{ext:"pcap",mime:"application/vnd.tcpdump.pcap"};if(this.checkString("DSD "))return{ext:"dsf",mime:"audio/x-dsf"};if(this.checkString("LZIP"))return{ext:"lz",mime:"application/x-lzip"};if(this.checkString("fLaC"))return{ext:"flac",mime:"audio/x-flac"};if(this.check([66,80,71,251]))return{ext:"bpg",mime:"image/bpg"};if(this.checkString("wvpk"))return{ext:"wv",mime:"audio/wavpack"};if(this.checkString("%PDF")){await e.ignore(1350);let r=10*1024*1024,i=uu.Buffer.alloc(Math.min(r,e.fileInfo.size));return await e.readBuffer(i,{mayBeLess:!0}),i.includes(uu.Buffer.from("AIPrivateData"))?{ext:"ai",mime:"application/postscript"}:{ext:"pdf",mime:"application/pdf"}}if(this.check([0,97,115,109]))return{ext:"wasm",mime:"application/wasm"};if(this.check([73,73])){let r=await this.readTiffHeader(!1);if(r)return r}if(this.check([77,77])){let r=await this.readTiffHeader(!0);if(r)return r}if(this.checkString("MAC "))return{ext:"ape",mime:"audio/ape"};if(this.check([26,69,223,163])){async function r(){let A=await e.peekNumber(I4),c=128,l=0;for(;!(A&c)&&c!==0;)++l,c>>=1;let g=uu.Buffer.alloc(l+1);return await e.readBuffer(g),g}async function i(){let A=await r(),c=await r();c[0]^=128>>c.length-1;let l=Math.min(6,c.length);return{id:A.readUIntBE(0,A.length),len:c.readUIntBE(c.length-l,l)}}async function n(A){for(;A>0;){let c=await i();if(c.id===17026)return(await e.readToken(new Cc(c.len,"utf-8"))).replace(/\00.*$/g,"");await e.ignore(c.len),--A}}let s=await i();switch(await n(s.len)){case"webm":return{ext:"webm",mime:"video/webm"};case"matroska":return{ext:"mkv",mime:"video/x-matroska"};default:return}}if(this.check([82,73,70,70])){if(this.check([65,86,73],{offset:8}))return{ext:"avi",mime:"video/vnd.avi"};if(this.check([87,65,86,69],{offset:8}))return{ext:"wav",mime:"audio/vnd.wave"};if(this.check([81,76,67,77],{offset:8}))return{ext:"qcp",mime:"audio/qcelp"}}if(this.checkString("SQLi"))return{ext:"sqlite",mime:"application/x-sqlite3"};if(this.check([78,69,83,26]))return{ext:"nes",mime:"application/x-nintendo-nes-rom"};if(this.checkString("Cr24"))return{ext:"crx",mime:"application/x-google-chrome-extension"};if(this.checkString("MSCF")||this.checkString("ISc("))return{ext:"cab",mime:"application/vnd.ms-cab-compressed"};if(this.check([237,171,238,219]))return{ext:"rpm",mime:"application/x-rpm"};if(this.check([197,208,211,198]))return{ext:"eps",mime:"application/eps"};if(this.check([40,181,47,253]))return{ext:"zst",mime:"application/zstd"};if(this.check([127,69,76,70]))return{ext:"elf",mime:"application/x-elf"};if(this.check([33,66,68,78]))return{ext:"pst",mime:"application/vnd.ms-outlook"};if(this.checkString("PAR1"))return{ext:"parquet",mime:"application/x-parquet"};if(this.check([79,84,84,79,0]))return{ext:"otf",mime:"font/otf"};if(this.checkString("#!AMR"))return{ext:"amr",mime:"audio/amr"};if(this.checkString("{\\rtf"))return{ext:"rtf",mime:"application/rtf"};if(this.check([70,76,86,1]))return{ext:"flv",mime:"video/x-flv"};if(this.checkString("IMPM"))return{ext:"it",mime:"audio/x-it"};if(this.checkString("-lh0-",{offset:2})||this.checkString("-lh1-",{offset:2})||this.checkString("-lh2-",{offset:2})||this.checkString("-lh3-",{offset:2})||this.checkString("-lh4-",{offset:2})||this.checkString("-lh5-",{offset:2})||this.checkString("-lh6-",{offset:2})||this.checkString("-lh7-",{offset:2})||this.checkString("-lzs-",{offset:2})||this.checkString("-lz4-",{offset:2})||this.checkString("-lz5-",{offset:2})||this.checkString("-lhd-",{offset:2}))return{ext:"lzh",mime:"application/x-lzh-compressed"};if(this.check([0,0,1,186])){if(this.check([33],{offset:4,mask:[241]}))return{ext:"mpg",mime:"video/MP1S"};if(this.check([68],{offset:4,mask:[196]}))return{ext:"mpg",mime:"video/MP2P"}}if(this.checkString("ITSF"))return{ext:"chm",mime:"application/vnd.ms-htmlhelp"};if(this.check([253,55,122,88,90,0]))return{ext:"xz",mime:"application/x-xz"};if(this.checkString("<?xml "))return{ext:"xml",mime:"application/xml"};if(this.check([55,122,188,175,39,28]))return{ext:"7z",mime:"application/x-7z-compressed"};if(this.check([82,97,114,33,26,7])&&(this.buffer[6]===0||this.buffer[6]===1))return{ext:"rar",mime:"application/x-rar-compressed"};if(this.checkString("solid "))return{ext:"stl",mime:"model/stl"};if(this.checkString("AC")){let r=this.buffer.toString("binary",2,6);if(r.match("^d*")&&r>=1e3&&r<=1050)return{ext:"dwg",mime:"image/vnd.dwg"}}if(this.checkString("BLENDER"))return{ext:"blend",mime:"application/x-blender"};if(this.checkString("!<arch>"))return await e.ignore(8),await e.readToken(new Cc(13,"ascii"))==="debian-binary"?{ext:"deb",mime:"application/x-deb"}:{ext:"ar",mime:"application/x-unix-archive"};if(this.check([137,80,78,71,13,10,26,10])){await e.ignore(8);async function r(){return{length:await e.readToken(y4),type:await e.readToken(new Cc(4,"binary"))}}do{let i=await r();if(i.length<0)return;switch(i.type){case"IDAT":return{ext:"png",mime:"image/png"};case"acTL":return{ext:"apng",mime:"image/apng"};default:await e.ignore(i.length+4)}}while(e.position+8<e.fileInfo.size);return{ext:"png",mime:"image/png"}}if(this.check([65,82,82,79,87,49,0,0]))return{ext:"arrow",mime:"application/x-apache-arrow"};if(this.check([103,108,84,70,2,0,0,0]))return{ext:"glb",mime:"model/gltf-binary"};if(this.check([102,114,101,101],{offset:4})||this.check([109,100,97,116],{offset:4})||this.check([109,111,111,118],{offset:4})||this.check([119,105,100,101],{offset:4}))return{ext:"mov",mime:"video/quicktime"};if(this.check([73,73,82,79,8,0,0,0,24]))return{ext:"orf",mime:"image/x-olympus-orf"};if(this.checkString("gimp xcf "))return{ext:"xcf",mime:"image/x-xcf"};if(this.check([73,73,85,0,24,0,0,0,136,231,116,216]))return{ext:"rw2",mime:"image/x-panasonic-rw2"};if(this.check([48,38,178,117,142,102,207,17,166,217])){async function r(){let i=uu.Buffer.alloc(16);return await e.readBuffer(i),{id:i,size:Number(await e.readToken(Q4))}}for(await e.ignore(30);e.position+24<e.fileInfo.size;){let i=await r(),n=i.size-24;if(Fo(i.id,[145,7,220,183,183,169,207,17,142,230,0,192,12,32,83,101])){let s=uu.Buffer.alloc(16);if(n-=await e.readBuffer(s),Fo(s,[64,158,105,248,77,91,207,17,168,253,0,128,95,92,68,43]))return{ext:"asf",mime:"audio/x-ms-asf"};if(Fo(s,[192,239,25,188,77,91,207,17,168,253,0,128,95,92,68,43]))return{ext:"asf",mime:"video/x-ms-asf"};break}await e.ignore(n)}return{ext:"asf",mime:"application/vnd.ms-asf"}}if(this.check([171,75,84,88,32,49,49,187,13,10,26,10]))return{ext:"ktx",mime:"image/ktx"};if((this.check([126,16,4])||this.check([126,24,4]))&&this.check([48,77,73,69],{offset:4}))return{ext:"mie",mime:"application/x-mie"};if(this.check([39,10,0,0,0,0,0,0,0,0,0,0],{offset:2}))return{ext:"shp",mime:"application/x-esri-shape"};if(this.check([0,0,0,12,106,80,32,32,13,10,135,10]))switch(await e.ignore(20),await e.readToken(new Cc(4,"ascii"))){case"jp2 ":return{ext:"jp2",mime:"image/jp2"};case"jpx ":return{ext:"jpx",mime:"image/jpx"};case"jpm ":return{ext:"jpm",mime:"image/jpm"};case"mjp2":return{ext:"mj2",mime:"image/mj2"};default:return}if(this.check([255,10])||this.check([0,0,0,12,74,88,76,32,13,10,135,10]))return{ext:"jxl",mime:"image/jxl"};if(this.check([254,255]))return this.check([0,60,0,63,0,120,0,109,0,108],{offset:2})?{ext:"xml",mime:"application/xml"}:void 0;if(this.check([0,0,1,186])||this.check([0,0,1,179]))return{ext:"mpg",mime:"video/mpeg"};if(this.check([0,1,0,0,0]))return{ext:"ttf",mime:"font/ttf"};if(this.check([0,0,1,0]))return{ext:"ico",mime:"image/x-icon"};if(this.check([0,0,2,0]))return{ext:"cur",mime:"image/x-icon"};if(this.check([208,207,17,224,161,177,26,225]))return{ext:"cfb",mime:"application/x-cfb"};if(await e.peekBuffer(this.buffer,{length:Math.min(256,e.fileInfo.size),mayBeLess:!0}),this.checkString("BEGIN:")){if(this.checkString("VCARD",{offset:6}))return{ext:"vcf",mime:"text/vcard"};if(this.checkString("VCALENDAR",{offset:6}))return{ext:"ics",mime:"text/calendar"}}if(this.checkString("FUJIFILMCCD-RAW"))return{ext:"raf",mime:"image/x-fujifilm-raf"};if(this.checkString("Extended Module:"))return{ext:"xm",mime:"audio/x-xm"};if(this.checkString("Creative Voice File"))return{ext:"voc",mime:"audio/x-voc"};if(this.check([4,0,0,0])&&this.buffer.length>=16){let r=this.buffer.readUInt32LE(12);if(r>12&&this.buffer.length>=r+16)try{let i=this.buffer.slice(16,r+16).toString();if(JSON.parse(i).files)return{ext:"asar",mime:"application/x-asar"}}catch{}}if(this.check([6,14,43,52,2,5,1,1,13,1,2,1,1,2]))return{ext:"mxf",mime:"application/mxf"};if(this.checkString("SCRM",{offset:44}))return{ext:"s3m",mime:"audio/x-s3m"};if(this.check([71])&&this.check([71],{offset:188}))return{ext:"mts",mime:"video/mp2t"};if(this.check([71],{offset:4})&&this.check([71],{offset:196}))return{ext:"mts",mime:"video/mp2t"};if(this.check([66,79,79,75,77,79,66,73],{offset:60}))return{ext:"mobi",mime:"application/x-mobipocket-ebook"};if(this.check([68,73,67,77],{offset:128}))return{ext:"dcm",mime:"application/dicom"};if(this.check([76,0,0,0,1,20,2,0,0,0,0,0,192,0,0,0,0,0,0,70]))return{ext:"lnk",mime:"application/x.ms.shortcut"};if(this.check([98,111,111,107,0,0,0,0,109,97,114,107,0,0,0,0]))return{ext:"alias",mime:"application/x.apple.alias"};if(this.check([76,80],{offset:34})&&(this.check([0,0,1],{offset:8})||this.check([1,0,2],{offset:8})||this.check([2,0,2],{offset:8})))return{ext:"eot",mime:"application/vnd.ms-fontobject"};if(this.check([6,6,237,245,216,29,70,229,189,49,239,231,254,116,183,29]))return{ext:"indd",mime:"application/x-indesign"};if(await e.peekBuffer(this.buffer,{length:Math.min(512,e.fileInfo.size),mayBeLess:!0}),w4(this.buffer))return{ext:"tar",mime:"application/x-tar"};if(this.check([255,254]))return this.check([60,0,63,0,120,0,109,0,108,0],{offset:2})?{ext:"xml",mime:"application/xml"}:this.check([255,14,83,0,107,0,101,0,116,0,99,0,104,0,85,0,112,0,32,0,77,0,111,0,100,0,101,0,108,0],{offset:2})?{ext:"skp",mime:"application/vnd.sketchup.skp"}:void 0;if(this.checkString("-----BEGIN PGP MESSAGE-----"))return{ext:"pgp",mime:"application/pgp-encrypted"};if(this.buffer.length>=2&&this.check([255,224],{offset:0,mask:[255,224]})){if(this.check([16],{offset:1,mask:[22]}))return this.check([8],{offset:1,mask:[8]})?{ext:"aac",mime:"audio/aac"}:{ext:"aac",mime:"audio/aac"};if(this.check([2],{offset:1,mask:[6]}))return{ext:"mp3",mime:"audio/mpeg"};if(this.check([4],{offset:1,mask:[6]}))return{ext:"mp2",mime:"audio/mpeg"};if(this.check([6],{offset:1,mask:[6]}))return{ext:"mp1",mime:"audio/mpeg"}}}async readTiffTag(e){let r=await this.tokenizer.readToken(e?HB:PB);switch(this.tokenizer.ignore(10),r){case 50341:return{ext:"arw",mime:"image/x-sony-arw"};case 50706:return{ext:"dng",mime:"image/x-adobe-dng"};default:}}async readTiffIFD(e){let r=await this.tokenizer.readToken(e?HB:PB);for(let i=0;i<r;++i){let n=await this.readTiffTag(e);if(n)return n}}async readTiffHeader(e){let r=(e?HB:PB).get(this.buffer,2),i=(e?m4:B4).get(this.buffer,4);if(r===42){if(i>=6){if(this.checkString("CR",{offset:8}))return{ext:"cr2",mime:"image/x-canon-cr2"};if(i>=8&&(this.check([28,0,254,0],{offset:8})||this.check([31,0,11,0],{offset:8})))return{ext:"nef",mime:"image/x-nikon-nef"}}return await this.tokenizer.ignore(i),await this.readTiffIFD(e)??{ext:"tif",mime:"image/tiff"}}if(r===43)return{ext:"tif",mime:"image/tiff"}}};var Xle=new Set(v4),Zle=new Set(x4);async function _4(t){let e=await wv(t);try{return await vv(e)}finally{await e.close()}}var KB=require("fs"),Tv=require("fs/promises"),t6=jt(T4());var W4=jt($4(),1),Qa=(t,e,r={})=>(JB(e),!r.nocomment&&e.charAt(0)==="#"?!1:new gh(e,r).match(t)),Fv=Qa,AX=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",YB=AX==="win32",Rv=YB?{sep:"\\"}:{sep:"/"},oX=Rv.sep;Qa.sep=oX;var cA=Symbol("globstar **");Qa.GLOBSTAR=cA;var K4={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}},Nv="[^/]",Sv=Nv+"*?",cX="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",uX="(?:(?!(?:\\/|^)\\.).)*?",z4=t=>t.split("").reduce((e,r)=>(e[r]=!0,e),{}),V4=z4("().*{}+?[]^$\\!"),lX=z4("[.("),fX=(t,e={})=>r=>Qa(r,t,e);Qa.filter=fX;var lu=(t,e={})=>Object.assign({},t,e),hX=t=>{if(!t||typeof t!="object"||!Object.keys(t).length)return Qa;let e=Qa;return Object.assign((i,n,s={})=>e(i,n,lu(t,s)),{Minimatch:class extends e.Minimatch{constructor(n,s={}){super(n,lu(t,s))}static defaults(n){return e.defaults(lu(t,n)).Minimatch}},filter:(i,n={})=>e.filter(i,lu(t,n)),defaults:i=>e.defaults(lu(t,i)),makeRe:(i,n={})=>e.makeRe(i,lu(t,n)),braceExpand:(i,n={})=>e.braceExpand(i,lu(t,n)),match:(i,n,s={})=>e.match(i,n,lu(t,s)),sep:e.sep,GLOBSTAR:cA})};Qa.defaults=hX;var X4=(t,e={})=>(JB(t),e.nobrace||!/\{(?:(?!\{).)*\}/.test(t)?[t]:(0,W4.default)(t));Qa.braceExpand=X4;var gX=1024*64,JB=t=>{if(typeof t!="string")throw new TypeError("invalid pattern");if(t.length>gX)throw new TypeError("pattern is too long")},Dv=Symbol("subparse"),dX=(t,e={})=>new gh(t,e).makeRe();Qa.makeRe=dX;var pX=(t,e,r={})=>{let i=new gh(e,r);return t=t.filter(n=>i.match(n)),i.options.nonull&&!t.length&&t.push(e),t};Qa.match=pX;var EX=t=>t.replace(/\\(.)/g,"$1"),IX=t=>t.replace(/\\([^-\]])/g,"$1"),BX=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),mX=t=>t.replace(/[[\]\\]/g,"\\$&"),gh=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;regexp;constructor(e,r={}){JB(e),r=r||{},this.options=r,this.pattern=e,this.windowsPathsNoEscape=!!r.windowsPathsNoEscape||r.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!r.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!r.nonegate,this.comment=!1,this.empty=!1,this.partial=!!r.partial,this.globSet=[],this.globParts=[],this.set=[],this.make()}debug(...e){}make(){let e=this.pattern,r=this.options;if(!r.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=this.braceExpand(),r.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.options.noglobstar?i:i.map(s=>s.reduce((a,A)=>((A!=="**"||a[a.length-1]!=="**")&&a.push(A),a),[])),this.debug(this.pattern,this.globParts);let n=this.globParts.map((s,a,A)=>s.map(c=>this.parse(c)));if(this.debug(this.pattern,n),this.set=n.filter(s=>s.indexOf(!1)===-1),YB)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)}parseNegate(){if(this.nonegate)return;let e=this.pattern,r=!1,i=0;for(let n=0;n<e.length&&e.charAt(n)==="!";n++)r=!r,i++;i&&(this.pattern=e.slice(i)),this.negate=r}matchOne(e,r,i=!1){let n=this.options;if(YB){let v=e[0]===""&&e[1]===""&&e[2]==="?"&&typeof e[3]=="string"&&/^[a-z]:$/i.test(e[3]),F=r[0]===""&&r[1]===""&&r[2]==="?"&&typeof r[3]=="string"&&/^[a-z]:$/i.test(r[3]);if(v&&F){let q=e[3],P=r[3];q.toLowerCase()===P.toLowerCase()&&(e[3]=P)}else if(F&&typeof e[0]=="string"){let q=r[3],P=e[0];q.toLowerCase()===P.toLowerCase()&&(r[3]=P,r=r.slice(3))}else if(v&&typeof r[0]=="string"){let q=e[3];q.toLowerCase()===r[0].toLowerCase()&&(r[0]=q,e=e.slice(3))}}this.debug("matchOne",this,{file:e,pattern:r}),this.debug("matchOne",e.length,r.length);for(var s=0,a=0,A=e.length,c=r.length;s<A&&a<c;s++,a++){this.debug("matchOne loop");var l=r[a],g=e[s];if(this.debug(r,l,g),l===!1)return!1;if(l===cA){this.debug("GLOBSTAR",[r,l,g]);var C=s,B=a+1;if(B===c){for(this.debug("** at the end");s<A;s++)if(e[s]==="."||e[s]===".."||!n.dot&&e[s].charAt(0)===".")return!1;return!0}for(;C<A;){var I=e[C];if(this.debug(`
261
261
  globstar while`,e,C,r,B,I),this.matchOne(e.slice(C),r.slice(B),i))return this.debug("globstar found match!",C,A,I),!0;if(I==="."||I===".."||!n.dot&&I.charAt(0)==="."){this.debug("dot detected!",e,C,r,B);break}this.debug("globstar swallow a segment, and continue"),C++}return!!(i&&(this.debug(`
262
262
  >>> no match, partial?`,e,C,r,B),C===A))}let v;if(typeof l=="string"?(v=g===l,this.debug("string match",l,g,v)):(v=l.test(g),this.debug("pattern match",l,g,v)),!v)return!1}if(s===A&&a===c)return!0;if(s===A)return i;if(a===c)return s===A-1&&e[s]==="";throw new Error("wtf?")}braceExpand(){return X4(this.pattern,this.options)}parse(e,r){JB(e);let i=this.options;if(e==="**")if(i.noglobstar)e="*";else return cA;if(e==="")return"";let n="",s=!1,a=!1,A=[],c=[],l=!1,g=!1,C=-1,B=-1,I,v,F,q=e.charAt(0)===".",P=i.dot||q,M=()=>q?"":P?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",W=D=>D.charAt(0)==="."?"":i.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",ne=()=>{if(l){switch(l){case"*":n+=Sv,s=!0;break;case"?":n+=Nv,s=!0;break;default:n+="\\"+l;break}this.debug("clearStateChar %j %j",l,n),l=!1}};for(let D=0,Y;D<e.length&&(Y=e.charAt(D));D++){if(this.debug("%s %s %s %j",e,D,n,Y),a){if(Y==="/")return!1;V4[Y]&&(n+="\\"),n+=Y,a=!1;continue}switch(Y){case"/":return!1;case"\\":if(g&&e.charAt(D+1)==="-"){n+=Y;continue}ne(),a=!0;continue;case"?":case"*":case"+":case"@":case"!":if(this.debug("%s %s %s %j <-- stateChar",e,D,n,Y),g){this.debug(" in class"),Y==="!"&&D===B+1&&(Y="^"),n+=Y;continue}this.debug("call clearStateChar %j",l),ne(),l=Y,i.noext&&ne();continue;case"(":{if(g){n+="(";continue}if(!l){n+="\\(";continue}let S={type:l,start:D-1,reStart:n.length,open:K4[l].open,close:K4[l].close};this.debug(this.pattern," ",S),A.push(S),n+=S.open,S.start===0&&S.type!=="!"&&(q=!0,n+=W(e.slice(D+1))),this.debug("plType %j %j",l,n),l=!1;continue}case")":{let S=A[A.length-1];if(g||!S){n+="\\)";continue}A.pop(),ne(),s=!0,v=S,n+=v.close,v.type==="!"&&c.push(Object.assign(v,{reEnd:n.length}));continue}case"|":{let S=A[A.length-1];if(g||!S){n+="\\|";continue}ne(),n+="|",S.start===0&&S.type!=="!"&&(q=!0,n+=W(e.slice(D+1)));continue}case"[":if(ne(),g){n+="\\"+Y;continue}g=!0,B=D,C=n.length,n+=Y;continue;case"]":if(D===B+1||!g){n+="\\"+Y;continue}I=e.substring(B+1,D);try{RegExp("["+mX(IX(I))+"]"),n+=Y}catch{n=n.substring(0,C)+"(?:$.)"}s=!0,g=!1;continue;default:ne(),V4[Y]&&!(Y==="^"&&g)&&(n+="\\"),n+=Y;break}}for(g&&(I=e.slice(B+1),F=this.parse(I,Dv),n=n.substring(0,C)+"\\["+F[0],s=s||F[1]),v=A.pop();v;v=A.pop()){let D;D=n.slice(v.reStart+v.open.length),this.debug(this.pattern,"setting tail",n,v),D=D.replace(/((?:\\{2}){0,64})(\\?)\|/g,(S,X,te)=>(te||(te="\\"),X+X+te+"|")),this.debug(`tail=%j
263
- %s`,D,D,v,n);let Y=v.type==="*"?Sv:v.type==="?"?Nv:"\\"+v.type;s=!0,n=n.slice(0,v.reStart)+Y+"\\("+D}ne(),a&&(n+="\\\\");let ie=lX[n.charAt(0)];for(let D=c.length-1;D>-1;D--){let Y=c[D],S=n.slice(0,Y.reStart),X=n.slice(Y.reStart,Y.reEnd-8),te=n.slice(Y.reEnd),Ce=n.slice(Y.reEnd-8,Y.reEnd)+te,je=S.split(")").length,V=S.split("(").length-je,be=te;for(let Ve=0;Ve<V;Ve++)be=be.replace(/\)[+*?]?/,"");te=be;let Ge=te===""&&r!==Dv?"(?:$|\\/)":"";n=S+X+te+Ge+Ce}if(n!==""&&s&&(n="(?=.)"+n),ie&&(n=M()+n),r===Dv)return[n,s];if(i.nocase&&!s&&(s=e.toUpperCase()!==e.toLowerCase()),!s)return EX(e);let T=i.nocase?"i":"";try{return Object.assign(new RegExp("^"+n+"$",T),{_glob:e,_src:n})}catch(D){return this.debug("invalid regexp",D),new RegExp("$.")}}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let r=this.options,i=r.noglobstar?Sv:r.dot?cX:uX,n=r.nocase?"i":"",s=e.map(a=>{let A=a.map(c=>typeof c=="string"?BX(c):c===cA?cA:c._src);return A.forEach((c,l)=>{let g=A[l+1],C=A[l-1];c!==cA||C===cA||(C===void 0?g!==void 0&&g!==cA?A[l+1]="(?:\\/|"+i+"\\/)?"+g:A[l]=i:g===void 0?A[l-1]=C+"(?:\\/|"+i+")?":g!==cA&&(A[l-1]=C+"(?:\\/|\\/"+i+"\\/)"+g,A[l+1]=cA))}),A.filter(c=>c!==cA).join("/")}).join("|");s="^(?:"+s+")$",this.negate&&(s="^(?!"+s+").*$");try{this.regexp=new RegExp(s,n)}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):YB&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,r=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;let i=this.options;Rv.sep!=="/"&&(e=e.split(Rv.sep).join("/"));let n=this.slashSplit(e);this.debug(this.pattern,"split",n);let s=this.set;this.debug(this.pattern,"set",s);let a=n[n.length-1];if(!a)for(let A=n.length-2;!a&&A>=0;A--)a=n[A];for(let A=0;A<s.length;A++){let c=s[A],l=n;if(i.matchBase&&c.length===1&&(l=[a]),this.matchOne(l,c,r))return i.flipNegate?!0:!this.negate}return i.flipNegate?!1:this.negate}static defaults(e){return Qa.defaults(e).Minimatch}};Qa.Minimatch=gh;var To=require("path");var r6=async()=>{await NA()||await fh();let{satelliteId:t,source:e=r_,ignore:r=[],headers:i=[]}=await RA(),n=(0,To.join)(process.cwd(),e),s=await bX({sourceAbsolutePath:n,satelliteId:t,ignore:r});if(s.length===0){console.log("No new files to upload.");return}let a=kA(t),A=async l=>{let g=l.alternateFile??l.file;return(0,$B.uploadBlob)({satellite:a,filename:(0,To.basename)(g),fullPath:i6({file:g,sourceAbsolutePath:n}),data:new Z4.Blob([await(0,Tv.readFile)(l.file)]),collection:"#dapp",headers:[...yX({headers:i,file:g}),...l.mime===void 0?[]:[["Content-Type",l.mime]]],encoding:l.encoding})},c=s.map(A);await Promise.all(c)},yX=({headers:t,file:e})=>t.filter(({source:r})=>Fv(e,r)).reduce((r,{headers:i})=>[...r,...i],[]),i6=({file:t,sourceAbsolutePath:e})=>t.replace(e,""),n6=t=>(0,KB.readdirSync)(t).flatMap(e=>{let r=(0,To.join)(t,e);return(0,KB.lstatSync)(r).isDirectory()?n6(r):(0,To.join)(r)}),QX=async({files:t,sourceAbsolutePath:e,satelliteId:r})=>{let i=await(0,$B.listAssets)({collection:bE,satellite:kA(r)}),n=t.map(a=>wX({file:a,sourceAbsolutePath:e,existingAssets:i}));return(await Promise.all(n)).filter(({upload:a})=>a).map(({file:a})=>a)},CX=async t=>{let r=(await(0,Tv.readFile)(t)).toString("utf-8");return e6.default.createHash("sha256").update(r).digest("base64")},wX=async({file:t,existingAssets:e,sourceAbsolutePath:r})=>{let i=t.alternateFile??t.file,n=e.assets.find(({fullPath:a})=>a===i6({file:i,sourceAbsolutePath:r}));if(!n)return{file:t,upload:!0};let s=await CX(i);return{file:t,upload:s!==n.encodings.identity?.sha256}},bX=async({sourceAbsolutePath:t,satelliteId:e,ignore:r})=>{let n=n6(t).filter(l=>r.find(g=>Fv(l,g))===void 0),s=({file:l,ext:g})=>{if(g==="Z")return"compress";if(g==="gz")return"gzip";if((0,To.extname)(l)===".br")return"br";if((0,To.extname)(l)===".zlib")return"deflate"},a=({file:l,encodingType:g})=>{if(g)return n.find(C=>C===l.replace((0,To.extname)(l),""))},A=async l=>{let g=await _4(l),C=s({file:l,ext:g?.ext}),B=a({file:l,encodingType:C}),I=t6.default.lookup(B??l);return{file:l,alternateFile:B,mime:I,encoding:C}},c=await Promise.all(n.map(A));return QX({files:c,sourceAbsolutePath:t,satelliteId:e})};var Sa=jt(ii());var s6="0.0.2";var xX=` __ __ __ __ _ ____
263
+ %s`,D,D,v,n);let Y=v.type==="*"?Sv:v.type==="?"?Nv:"\\"+v.type;s=!0,n=n.slice(0,v.reStart)+Y+"\\("+D}ne(),a&&(n+="\\\\");let ie=lX[n.charAt(0)];for(let D=c.length-1;D>-1;D--){let Y=c[D],S=n.slice(0,Y.reStart),X=n.slice(Y.reStart,Y.reEnd-8),te=n.slice(Y.reEnd),Ce=n.slice(Y.reEnd-8,Y.reEnd)+te,je=S.split(")").length,V=S.split("(").length-je,be=te;for(let Ve=0;Ve<V;Ve++)be=be.replace(/\)[+*?]?/,"");te=be;let Ge=te===""&&r!==Dv?"(?:$|\\/)":"";n=S+X+te+Ge+Ce}if(n!==""&&s&&(n="(?=.)"+n),ie&&(n=M()+n),r===Dv)return[n,s];if(i.nocase&&!s&&(s=e.toUpperCase()!==e.toLowerCase()),!s)return EX(e);let T=i.nocase?"i":"";try{return Object.assign(new RegExp("^"+n+"$",T),{_glob:e,_src:n})}catch(D){return this.debug("invalid regexp",D),new RegExp("$.")}}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let r=this.options,i=r.noglobstar?Sv:r.dot?cX:uX,n=r.nocase?"i":"",s=e.map(a=>{let A=a.map(c=>typeof c=="string"?BX(c):c===cA?cA:c._src);return A.forEach((c,l)=>{let g=A[l+1],C=A[l-1];c!==cA||C===cA||(C===void 0?g!==void 0&&g!==cA?A[l+1]="(?:\\/|"+i+"\\/)?"+g:A[l]=i:g===void 0?A[l-1]=C+"(?:\\/|"+i+")?":g!==cA&&(A[l-1]=C+"(?:\\/|\\/"+i+"\\/)"+g,A[l+1]=cA))}),A.filter(c=>c!==cA).join("/")}).join("|");s="^(?:"+s+")$",this.negate&&(s="^(?!"+s+").*$");try{this.regexp=new RegExp(s,n)}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):YB&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,r=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;let i=this.options;Rv.sep!=="/"&&(e=e.split(Rv.sep).join("/"));let n=this.slashSplit(e);this.debug(this.pattern,"split",n);let s=this.set;this.debug(this.pattern,"set",s);let a=n[n.length-1];if(!a)for(let A=n.length-2;!a&&A>=0;A--)a=n[A];for(let A=0;A<s.length;A++){let c=s[A],l=n;if(i.matchBase&&c.length===1&&(l=[a]),this.matchOne(l,c,r))return i.flipNegate?!0:!this.negate}return i.flipNegate?!1:this.negate}static defaults(e){return Qa.defaults(e).Minimatch}};Qa.Minimatch=gh;var To=require("path");var r6=async()=>{await NA()||await fh();let{satelliteId:t,source:e=r2,ignore:r=[],headers:i=[]}=await RA(),n=(0,To.join)(process.cwd(),e),s=await bX({sourceAbsolutePath:n,satelliteId:t,ignore:r});if(s.length===0){console.log("No new files to upload.");return}let a=kA(t),A=async l=>{let g=l.alternateFile??l.file;return(0,$B.uploadBlob)({satellite:a,filename:(0,To.basename)(g),fullPath:i6({file:g,sourceAbsolutePath:n}),data:new Z4.Blob([await(0,Tv.readFile)(l.file)]),collection:"#dapp",headers:[...yX({headers:i,file:g}),...l.mime===void 0?[]:[["Content-Type",l.mime]]],encoding:l.encoding})},c=s.map(A);await Promise.all(c)},yX=({headers:t,file:e})=>t.filter(({source:r})=>Fv(e,r)).reduce((r,{headers:i})=>[...r,...i],[]),i6=({file:t,sourceAbsolutePath:e})=>t.replace(e,""),n6=t=>(0,KB.readdirSync)(t).flatMap(e=>{let r=(0,To.join)(t,e);return(0,KB.lstatSync)(r).isDirectory()?n6(r):(0,To.join)(r)}),QX=async({files:t,sourceAbsolutePath:e,satelliteId:r})=>{let i=await(0,$B.listAssets)({collection:bE,satellite:kA(r)}),n=t.map(a=>wX({file:a,sourceAbsolutePath:e,existingAssets:i}));return(await Promise.all(n)).filter(({upload:a})=>a).map(({file:a})=>a)},CX=async t=>{let r=(await(0,Tv.readFile)(t)).toString("utf-8");return e6.default.createHash("sha256").update(r).digest("base64")},wX=async({file:t,existingAssets:e,sourceAbsolutePath:r})=>{let i=t.alternateFile??t.file,n=e.assets.find(({fullPath:a})=>a===i6({file:i,sourceAbsolutePath:r}));if(!n)return{file:t,upload:!0};let s=await CX(i);return{file:t,upload:s!==n.encodings.identity?.sha256}},bX=async({sourceAbsolutePath:t,satelliteId:e,ignore:r})=>{let n=n6(t).filter(l=>r.find(g=>Fv(l,g))===void 0),s=({file:l,ext:g})=>{if(g==="Z")return"compress";if(g==="gz")return"gzip";if((0,To.extname)(l)===".br")return"br";if((0,To.extname)(l)===".zlib")return"deflate"},a=({file:l,encodingType:g})=>{if(g)return n.find(C=>C===l.replace((0,To.extname)(l),""))},A=async l=>{let g=await _4(l),C=s({file:l,ext:g?.ext}),B=a({file:l,encodingType:C}),I=t6.default.lookup(B??l);return{file:l,alternateFile:B,mime:I,encoding:C}},c=await Promise.all(n.map(A));return QX({files:c,sourceAbsolutePath:t,satelliteId:e})};var Sa=jt(ii());var s6="0.0.4";var xX=` __ __ __ __ _ ____
264
264
  __) || | || \\| |/ \\
265
265
  \\___/ \\___/ |_|\\__|\\____/`,kv=`
266
266
  ${xX} CLI ${(0,Sa.grey)(`v${s6}`)}
@@ -286,7 +286,7 @@ Commands:
286
286
  `),this)}stop(){return this.#o?(clearInterval(this.#l),this.#l=void 0,this.#i=0,this.clear(),this.#r.hideCursor&&Jv.show(this.#n),this.#r.discardStdin&&Tp.default.stdin.isTTY&&this.#t&&(wm.stop(),this.#t=!1),this):this}succeed(e){return this.stopAndPersist({symbol:Qp.success,text:e})}fail(e){return this.stopAndPersist({symbol:Qp.error,text:e})}warn(e){return this.stopAndPersist({symbol:Qp.warning,text:e})}info(e){return this.stopAndPersist({symbol:Qp.info,text:e})}stopAndPersist(e={}){if(this.#c)return this;let r=e.prefixText||this.#a,i=e.text||this.text,n=typeof i=="string"?" "+i:"";return this.stop(),this.#n.write(`${this.getFullPrefixText(r," ")}${e.symbol||" "}${n}
287
287
  `),this}};function bm(t){return new _1(t)}var aM=require("https"),S1=t=>new Promise((e,r)=>{(0,aM.get)(t,async i=>{i.statusCode!==void 0&&[301,302].includes(i.statusCode)&&await S1(i.headers.location).then(e,r);let n=[];i.on("data",s=>n.push(s)),i.on("end",()=>{e(Buffer.concat(n))}),i.on("error",r)})});var AM=jt(qB()),vm=`
288
288
  `,Zee=()=>{process.stdout.write("\x1B[?25h")},ete=t=>{t.aborted&&(Zee(),process.stdout.write(`
289
- `),process.exit(1))},tte=async t=>{let{answer:e}=await(0,AM.default)([{type:"toggle",name:"answer",message:t,initial:!1,active:"yes",inactive:"no",onState:ete}]);return e},D1=async t=>tte(t),oM=async t=>{await D1(t)||process.exit(1)};var rte=async({upgrade:t,wasm:e})=>{let r=bm("Upgrading Wasm...").start();try{await t({wasm_module:[...e]})}finally{r.stop()}},Mp=async({asset:t,upgrade:e})=>{let r=async({browser_download_url:n})=>{let s=await S1(n);return{wasm:s,hash:(0,cM.createHash)("sha256").update(s).digest("hex")}},i=bm("Downloading Wasm...").start();try{let{hash:n,wasm:s}=await r(t);i.stop(),await oM(`Wasm hash is ${(0,uM.cyan)(n)}.${vm}Start upgrade now?`),await rte({upgrade:e,wasm:s})}catch(n){throw i.stop(),n}};var ite=async t=>{let{assets:e}=await(0,lM.default)({type:"select",name:"assets",message:"Which release should be used to upgrade your satellite?",choices:[...t.map(({tag_name:r,assets:i})=>({title:r,value:i}))],initial:0});return(e===void 0||e.length===0)&&process.exit(1),e?.find(({name:r})=>r===Ad)},hM=async()=>{if(!await NA()){console.log(`${(0,Up.red)("No configuration found.")}`);return}let{satelliteId:t}=await RA(),e=kA(t),r=await(0,xm.satelliteVersion)({satellite:e}),i=await c6();if(i===void 0){console.log(`${(0,Up.red)("Cannot fetch GitHub repo releases \u{1F622}.")}`);return}let n=i.filter(({assets:c})=>c?.find(({name:l})=>l===Ad)!==void 0);if(n.length===0){console.log(`${(0,Up.red)("No assets has been released. Reach out Juno\u2757")}`);return}let s=n.filter(({tag_name:c})=>(0,fM.compare)(r,c)===-1);if(s.length===0){console.log("No newer releases are available at the moment.");return}let a=await ite(s);if(a===void 0){console.log(`${(0,Up.red)("No asset has been released for the selected version. Reach out Juno\u2757\uFE0F")}`);return}await Mp({asset:a,upgrade:async({wasm_module:c})=>(0,xm.upgradeSatellite)({satellite:e,wasm_module:c})})};var Eu=jt(CB()),Ks=jt(ii()),Uo=jt(KI());var gM=async()=>{await nte(),await ste()},nte=async()=>{let t=aN();if(!t){console.log(`${(0,Ks.red)("No mission control found.")}`);return}let e={missionControlId:t,...QB()},r=await(0,Eu.missionControlVersion)({missionControl:e}),i="mission control",{upgrade:n,asset:s}=await dM({currentVersion:r,assetKey:i_,displayHint:i});if(!n)return;if(!s)throw new Error("No asset to continue with upgrade.");await Mp({asset:s,upgrade:async({wasm_module:A})=>(0,Eu.upgradeMissionControl)({missionControl:e,wasm_module:A})})},ste=async()=>{if(!await NA()){console.log(`${(0,Ks.red)("No satellite configuration found.")}`);return}let{satelliteId:t}=await RA(),e=kA(t),r=await(0,Eu.satelliteVersion)({satellite:e}),i=`satellite ${NF(t)}`,{upgrade:n,asset:s}=await dM({currentVersion:r,assetKey:Ad,displayHint:i});if(!n)return;if(!s)throw new Error("No asset to continue with upgrade.");await Mp({asset:s,upgrade:async({wasm_module:A})=>(0,Eu.upgradeSatellite)({satellite:e,wasm_module:A})})},dM=async({currentVersion:t,assetKey:e,displayHint:r})=>{let i=await o6();if(i===void 0)return console.log(`${(0,Ks.red)("Cannot fetch GitHub repo last release version \u{1F622}.")}`),{upgrade:!1};let{assets:n}=i,s=n?.find(({name:I})=>I.includes(e));if(s===void 0)return console.log(`${(0,Ks.red)(`No "${e}" asset has been released with the version. Reach out Juno\u2757\uFE0F`)}`),{upgrade:!1};let a=(0,Uo.coerce)(s.name)?.format();if(!a)return console.log(`${(0,Ks.red)(`Cannot extract version from asset "${e}". Reach out Juno\u2757\uFE0F`)}`),{upgrade:!1};let A=(0,Uo.compare)(t,a);if(A===0)return{upgrade:!1};if(A===1)return console.log(`${(0,Ks.yellow)(`'Your ${r} version is more recent than the latest available \u{1F914}.'`)}`),{upgrade:!1};if(!await D1(`A new version ${a} for your ${(0,Ks.cyan)(r)} is available.${vm}Do you want to ${(0,Ks.cyan)("upgrade")} now?`))return{upgrade:!1};let l=(0,Uo.major)(t),g=(0,Uo.major)(a),C=(0,Uo.minor)(t),B=(0,Uo.minor)(a);return l<g-1||C<B-1?(console.log(`${(0,Ks.yellow)(`There may have been breaking changes between your ${r} version ${(0,Ks.cyan)(`v${t}`)} and latest available ${(0,Ks.cyan)(a)}.
289
+ `),process.exit(1))},tte=async t=>{let{answer:e}=await(0,AM.default)([{type:"toggle",name:"answer",message:t,initial:!1,active:"yes",inactive:"no",onState:ete}]);return e},D1=async t=>tte(t),oM=async t=>{await D1(t)||process.exit(1)};var rte=async({upgrade:t,wasm:e})=>{let r=bm("Upgrading Wasm...").start();try{await t({wasm_module:[...e]})}finally{r.stop()}},Mp=async({asset:t,upgrade:e})=>{let r=async({browser_download_url:n})=>{let s=await S1(n);return{wasm:s,hash:(0,cM.createHash)("sha256").update(s).digest("hex")}},i=bm("Downloading Wasm...").start();try{let{hash:n,wasm:s}=await r(t);i.stop(),await oM(`Wasm hash is ${(0,uM.cyan)(n)}.${vm}Start upgrade now?`),await rte({upgrade:e,wasm:s})}catch(n){throw i.stop(),n}};var ite=async t=>{let{assets:e}=await(0,lM.default)({type:"select",name:"assets",message:"Which release should be used to upgrade your satellite?",choices:[...t.map(({tag_name:r,assets:i})=>({title:r,value:i}))],initial:0});return(e===void 0||e.length===0)&&process.exit(1),e?.find(({name:r})=>r===Ad)},hM=async()=>{if(!await NA()){console.log(`${(0,Up.red)("No configuration found.")}`);return}let{satelliteId:t}=await RA(),e=kA(t),r=await(0,xm.satelliteVersion)({satellite:e}),i=await c6();if(i===void 0){console.log(`${(0,Up.red)("Cannot fetch GitHub repo releases \u{1F622}.")}`);return}let n=i.filter(({assets:c})=>c?.find(({name:l})=>l===Ad)!==void 0);if(n.length===0){console.log(`${(0,Up.red)("No assets has been released. Reach out Juno\u2757")}`);return}let s=n.filter(({tag_name:c})=>(0,fM.compare)(r,c)===-1);if(s.length===0){console.log("No newer releases are available at the moment.");return}let a=await ite(s);if(a===void 0){console.log(`${(0,Up.red)("No asset has been released for the selected version. Reach out Juno\u2757\uFE0F")}`);return}await Mp({asset:a,upgrade:async({wasm_module:c})=>(0,xm.upgradeSatellite)({satellite:e,wasm_module:c})})};var Eu=jt(CB()),Ks=jt(ii()),Uo=jt(KI());var gM=async()=>{await nte(),await ste()},nte=async()=>{let t=aN();if(!t){console.log(`${(0,Ks.red)("No mission control found.")}`);return}let e={missionControlId:t,...QB()},r=await(0,Eu.missionControlVersion)({missionControl:e}),i="mission control",{upgrade:n,asset:s}=await dM({currentVersion:r,assetKey:i2,displayHint:i});if(!n)return;if(!s)throw new Error("No asset to continue with upgrade.");await Mp({asset:s,upgrade:async({wasm_module:A})=>(0,Eu.upgradeMissionControl)({missionControl:e,wasm_module:A})})},ste=async()=>{if(!await NA()){console.log(`${(0,Ks.red)("No satellite configuration found.")}`);return}let{satelliteId:t}=await RA(),e=kA(t),r=await(0,Eu.satelliteVersion)({satellite:e}),i=`satellite ${NF(t)}`,{upgrade:n,asset:s}=await dM({currentVersion:r,assetKey:Ad,displayHint:i});if(!n)return;if(!s)throw new Error("No asset to continue with upgrade.");await Mp({asset:s,upgrade:async({wasm_module:A})=>(0,Eu.upgradeSatellite)({satellite:e,wasm_module:A})})},dM=async({currentVersion:t,assetKey:e,displayHint:r})=>{let i=await o6();if(i===void 0)return console.log(`${(0,Ks.red)("Cannot fetch GitHub repo last release version \u{1F622}.")}`),{upgrade:!1};let{assets:n}=i,s=n?.find(({name:I})=>I.includes(e));if(s===void 0)return console.log(`${(0,Ks.red)(`No "${e}" asset has been released with the version. Reach out Juno\u2757\uFE0F`)}`),{upgrade:!1};let a=(0,Uo.coerce)(s.name)?.format();if(!a)return console.log(`${(0,Ks.red)(`Cannot extract version from asset "${e}". Reach out Juno\u2757\uFE0F`)}`),{upgrade:!1};let A=(0,Uo.compare)(t,a);if(A===0)return{upgrade:!1};if(A===1)return console.log(`${(0,Ks.yellow)(`'Your ${r} version is more recent than the latest available \u{1F914}.'`)}`),{upgrade:!1};if(!await D1(`A new version ${a} for your ${(0,Ks.cyan)(r)} is available.${vm}Do you want to ${(0,Ks.cyan)("upgrade")} now?`))return{upgrade:!1};let l=(0,Uo.major)(t),g=(0,Uo.major)(a),C=(0,Uo.minor)(t),B=(0,Uo.minor)(a);return l<g-1||C<B-1?(console.log(`${(0,Ks.yellow)(`There may have been breaking changes between your ${r} version ${(0,Ks.cyan)(`v${t}`)} and latest available ${(0,Ks.cyan)(a)}.
290
290
  Please upgrade iteratively manually.`)}`),{upgrade:!1}):{upgrade:!0,asset:s}};var pM=async()=>{let[t,...e]=process.argv.slice(2);switch(t){case"login":await KN();break;case"logout":await $N();break;case"init":await fh();break;case"deploy":await r6();break;case"config":await l4();break;case"clear":await kF();break;case"version":await gM();break;case"upgrade":await hM();break;case"help":console.log(kv);break;default:console.log(`${(0,R1.red)("Unknown command.")}`),console.log(kv)}};(async()=>{try{await pM()}catch(t){console.log(`${(0,R1.red)("An unexpected error happened \u{1F62B}.")}`,t)}})();0&&(module.exports={run});
291
291
  /*! Bundled license information:
292
292