@arcblock/arcli 0.0.3 → 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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -209,7 +209,7 @@ spurious results.`)}}return!1};$8.instanceOf=pit});var $ae=I(Yy=>{"use strict";O
|
|
|
209
209
|
`),o.destroy();return}if(!this.authenticate){this.wss.handleUpgrade(r,o,i,s=>{this.wss.emit("connection",s,r)});return}this.authenticate(r,(s,p)=>{if(s){o.write(`HTTP/1.1 401 Unauthorized\r
|
|
210
210
|
\r
|
|
211
211
|
`),o.destroy();return}this.wss.handleUpgrade(r,o,i,u=>{u.authInfo=p,this.wss.emit("connection",u,r)})})}async broadcast(...r){let o,i,n,s={},p=()=>{};if(typeof r[r.length-1]=="function"&&(p=r.pop()),r.length<2)throw new Error("Broadcasting requires at least 2 arguments");r.length===2?([i,n]=r,o=i):r.length===3?[o,i,n]=r:[o,i,n,s]=r;let u=s.enableLog!==void 0?!!s.enableLog:!0,{socketFilters:l,noCluster:m}=s,g=Rfe(),T=0;if(m){let{count:y}=this._doBroadCast({topic:o,event:i,data:n,enableLog:u,socketFilters:l});T=y}else M2.on(g,({count:y}={})=>{y&&(T+=y)}),M2.broadcast(this.broadcastEventName,{topic:o,event:i,data:n,options:s,enableLog:u,replyId:g,socketFilters:l}),await Ldt(600),M2.off(g);let E={count:T,topic:o,event:i,data:n,options:s};p(E);try{await this.hooks.postBroadcast(E)}catch(y){this.skipLogOnHookError||this.logger.error("postBroadcast error",{error:y})}}async _doBroadCast({topic:r,event:o,data:i,enableLog:n,replyId:s,socketFilters:p}={}){try{let u=0;if(this.topics[r]&&this.topics[r].size){let l=null;p&&Object.keys(p).length&&(l=Object.entries(p)),this.topics[r].forEach(m=>{let g=Date.now()-m.heartbeatAt;if(g>this.heartbeatTimeout){this.logger.error(`Socket has no heartbeat within ${Math.floor(g/1e3)} seconds`,{topic:r,id:m.id}),this.topics[r].delete(m);return}l&&!l.every(([T,E])=>Pdt(m,T)===E)||(u++,n&&this.logger.info("broadcast message to",{topic:r,event:o,id:m.id}),Zl({socket:m,topic:r,event:o,data:i}))})}return u===0&&n&&this.logger.info("no connections when broadcast message",{topic:r,event:o}),u>0&&s&&M2.broadcast(s,{count:u}),{count:u}}catch(u){return this.logger.error("_doBroadcast error",{error:u}),{error:u}}}async send(...r){let o,i,n,s,p={};if(r.length<3)throw new Error("send requires at least 3 arguments");r.length===3?([o,n,s]=r,i=n):r.length===4?[o,i,n,s]=r:[o,i,n,s,p]=r;let u={enableLog:!0,...p};if(!o){this.logger.error("socket does not exist");return}u.enableLog&&this.logger.info("send message to",{topic:i,event:n,id:o.id}),Zl({socket:o,topic:i,event:n,data:s});try{await this.hooks.postSend({topic:i,event:n,data:s,options:p})}catch(l){this.skipLogOnHookError||this.logger.error("postSend error",{error:l})}}async onWssConnection(r){r.id=Rfe(),r.channel={},kfe(r),this.logger.debug("socket connected",{id:r.id}),r.on("message",async o=>{this.logger.debug("socket onmessage",o.toString());let i,n,s,p,u;try{[i,n,s,p,u]=JSON.parse(o)}catch(l){this.logger.error("parse socket message error",{id:r.id,error:l});return}if(!s||!p){this.logger.warn("Invalid message format, topic/event fields are required");return}if(s==="phoenix"&&p==="heartbeat"){Zl({socket:r,topic:s,event:p,ref:n}),kfe(r);return}if(p==="phx_join"){try{let l=await this.hooks.authenticateJoinChannel({socket:r,joinRef:i,ref:n,topic:s,event:p,payload:u});await this.hooks.preJoinChannel({socket:r,joinRef:i,ref:n,topic:s,event:p,payload:u}),r.channel[s]={authInfo:l}}catch(l){this.skipLogOnHookError||this.logger.error("preJoinChannel error",{error:l}),Zl({socket:r,topic:s,event:`chan_reply_${n}`,data:{message:l.message},status:"error",ref:n,joinRef:i});return}this.topics[s]||(this.topics[s]=new Set),this.topics[s].add(r),Zl({socket:r,topic:s,event:`chan_reply_${n}`,ref:n,joinRef:i}),this.emit("channel.join",{socket:r,topic:s,event:p,payload:u});try{await this.hooks.postJoinChannel({socket:r,joinRef:i,ref:n,topic:s,event:p,payload:u})}catch(l){this.skipLogOnHookError||this.logger.error("postJoinChannel error",{error:l})}return}if(p==="phx_leave"){try{await this.hooks.preLeaveChannel({socket:r,joinRef:i,ref:n,topic:s,event:p,payload:u})}catch(l){this.skipLogOnHookError||this.logger.error("preLeaveChannel error",{error:l}),Zl({socket:r,topic:s,event:`chan_reply_${n}`,data:{message:l.message},status:"error",ref:n,joinRef:i});return}this._leaveChannel(r,s),Zl({socket:r,topic:s,event:`chan_reply_${n}`,ref:n,joinRef:i});try{await this.hooks.postLeaveChannel({socket:r,joinRef:i,ref:n,topic:s,event:p,payload:u})}catch(l){this.skipLogOnHookError||this.logger.error("postLeaveChannel error",{error:l})}return}try{await this.hooks.receiveMessage({socket:r,joinRef:i,ref:n,topic:s,event:p,payload:u})}catch(l){this.skipLogOnHookError||this.logger.error("receiveMessage error",{error:l}),Zl({socket:r,topic:s,event:`chan_reply_${n}`,data:{message:l.message},status:"error",ref:n,joinRef:i});return}Zl({socket:r,topic:s,event:`chan_reply_${n}`,ref:n,joinRef:i})}),r.on("close",()=>{this.logger.debug("socket onclose",{id:r.id}),Object.keys(this.topics).forEach(o=>this._leaveChannel(r,o))}),r.on("error",o=>{this.logger.error("socket onerror",{id:r.id,error:o}),Object.keys(this.topics).forEach(i=>this._leaveChannel(r,i))})}onWssClose(){this.logger.debug("ws server onclose"),this.emit("close")}onWssError(r){this.logger.error("ws server error",{error:r}),this.emit("error",r)}_leaveChannel(r,o){this.topics[o]&&this.topics[o].delete(r),this.emit("channel.leave",{socket:r,topic:o}),(!this.topics[o]||!this.topics[o].size)&&this.emit("channel.destroy",{socket:r,topic:o})}};Ife.exports=lk});var Lfe=I((WIt,Nfe)=>{var dk=Object.defineProperty,Hdt=Object.getOwnPropertyDescriptor,Wdt=Object.getOwnPropertyNames,jdt=Object.prototype.hasOwnProperty,Gdt=(t,r)=>{for(var o in r)dk(t,o,{get:r[o],enumerable:!0})},Vdt=(t,r,o,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of Wdt(r))!jdt.call(t,n)&&n!==o&&dk(t,n,{get:()=>r[n],enumerable:!(i=Hdt(r,n))||i.enumerable});return t},qdt=t=>Vdt(dk({},"__esModule",{value:!0}),t),Bfe={};Gdt(Bfe,{Channel:()=>Pfe,LongPoll:()=>OS,Presence:()=>C2,Serializer:()=>B2,Socket:()=>Zdt});Nfe.exports=qdt(Bfe);var O2=t=>typeof t=="function"?t:function(){return t},zdt=typeof self<"u"?self:null,I2=typeof window<"u"?window:null,P2=zdt||I2||P2,Jdt="2.0.0",ju={connecting:0,open:1,closing:2,closed:3},Kdt=1e4,Xdt=1e3,ba={closed:"closed",errored:"errored",joined:"joined",joining:"joining",leaving:"leaving"},Ql={close:"phx_close",error:"phx_error",join:"phx_join",reply:"phx_reply",leave:"phx_leave"},ck={longpoll:"longpoll",websocket:"websocket"},Ydt={complete:4},BS=class{constructor(t,r,o,i){this.channel=t,this.event=r,this.payload=o||function(){return{}},this.receivedResp=null,this.timeout=i,this.timeoutTimer=null,this.recHooks=[],this.sent=!1}resend(t){this.timeout=t,this.reset(),this.send()}send(){this.hasReceived("timeout")||(this.startTimeout(),this.sent=!0,this.channel.socket.push({topic:this.channel.topic,event:this.event,payload:this.payload(),ref:this.ref,join_ref:this.channel.joinRef()}))}receive(t,r){return this.hasReceived(t)&&r(this.receivedResp.response),this.recHooks.push({status:t,callback:r}),this}reset(){this.cancelRefEvent(),this.ref=null,this.refEvent=null,this.receivedResp=null,this.sent=!1}matchReceive({status:t,response:r,_ref:o}){this.recHooks.filter(i=>i.status===t).forEach(i=>i.callback(r))}cancelRefEvent(){!this.refEvent||this.channel.off(this.refEvent)}cancelTimeout(){clearTimeout(this.timeoutTimer),this.timeoutTimer=null}startTimeout(){this.timeoutTimer&&this.cancelTimeout(),this.ref=this.channel.socket.makeRef(),this.refEvent=this.channel.replyEventName(this.ref),this.channel.on(this.refEvent,t=>{this.cancelRefEvent(),this.cancelTimeout(),this.receivedResp=t,this.matchReceive(t)}),this.timeoutTimer=setTimeout(()=>{this.trigger("timeout",{})},this.timeout)}hasReceived(t){return this.receivedResp&&this.receivedResp.status===t}trigger(t,r){this.channel.trigger(this.refEvent,{status:t,response:r})}},Ofe=class{constructor(t,r){this.callback=t,this.timerCalc=r,this.timer=null,this.tries=0}reset(){this.tries=0,clearTimeout(this.timer)}scheduleTimeout(){clearTimeout(this.timer),this.timer=setTimeout(()=>{this.tries=this.tries+1,this.callback()},this.timerCalc(this.tries+1))}},Pfe=class{constructor(t,r,o){this.state=ba.closed,this.topic=t,this.params=O2(r||{}),this.socket=o,this.bindings=[],this.bindingRef=0,this.timeout=this.socket.timeout,this.joinedOnce=!1,this.joinPush=new BS(this,Ql.join,this.params,this.timeout),this.pushBuffer=[],this.stateChangeRefs=[],this.rejoinTimer=new Ofe(()=>{this.socket.isConnected()&&this.rejoin()},this.socket.rejoinAfterMs),this.stateChangeRefs.push(this.socket.onError(()=>this.rejoinTimer.reset())),this.stateChangeRefs.push(this.socket.onOpen(()=>{this.rejoinTimer.reset(),this.isErrored()&&this.rejoin()})),this.joinPush.receive("ok",()=>{this.state=ba.joined,this.rejoinTimer.reset(),this.pushBuffer.forEach(i=>i.send()),this.pushBuffer=[]}),this.joinPush.receive("error",()=>{this.state=ba.errored,this.socket.isConnected()&&this.rejoinTimer.scheduleTimeout()}),this.onClose(()=>{this.rejoinTimer.reset(),this.socket.hasLogger()&&this.socket.log("channel",`close ${this.topic} ${this.joinRef()}`),this.state=ba.closed,this.socket.remove(this)}),this.onError(i=>{this.socket.hasLogger()&&this.socket.log("channel",`error ${this.topic}`,i),this.isJoining()&&this.joinPush.reset(),this.state=ba.errored,this.socket.isConnected()&&this.rejoinTimer.scheduleTimeout()}),this.joinPush.receive("timeout",()=>{this.socket.hasLogger()&&this.socket.log("channel",`timeout ${this.topic} (${this.joinRef()})`,this.joinPush.timeout),new BS(this,Ql.leave,O2({}),this.timeout).send(),this.state=ba.errored,this.joinPush.reset(),this.socket.isConnected()&&this.rejoinTimer.scheduleTimeout()}),this.on(Ql.reply,(i,n)=>{this.trigger(this.replyEventName(n),i)})}join(t=this.timeout){if(this.joinedOnce)throw new Error("tried to join multiple times. 'join' can only be called a single time per channel instance");return this.timeout=t,this.joinedOnce=!0,this.rejoin(),this.joinPush}onClose(t){this.on(Ql.close,t)}onError(t){return this.on(Ql.error,r=>t(r))}on(t,r){let o=this.bindingRef++;return this.bindings.push({event:t,ref:o,callback:r}),o}off(t,r){this.bindings=this.bindings.filter(o=>!(o.event===t&&(typeof r>"u"||r===o.ref)))}canPush(){return this.socket.isConnected()&&this.isJoined()}push(t,r,o=this.timeout){if(r=r||{},!this.joinedOnce)throw new Error(`tried to push '${t}' to '${this.topic}' before joining. Use channel.join() before pushing events`);let i=new BS(this,t,function(){return r},o);return this.canPush()?i.send():(i.startTimeout(),this.pushBuffer.push(i)),i}leave(t=this.timeout){this.rejoinTimer.reset(),this.joinPush.cancelTimeout(),this.state=ba.leaving;let r=()=>{this.socket.hasLogger()&&this.socket.log("channel",`leave ${this.topic}`),this.trigger(Ql.close,"leave")},o=new BS(this,Ql.leave,O2({}),t);return o.receive("ok",()=>r()).receive("timeout",()=>r()),o.send(),this.canPush()||o.trigger("ok",{}),o}onMessage(t,r,o){return r}isMember(t,r,o,i){return this.topic!==t?!1:i&&i!==this.joinRef()?(this.socket.hasLogger()&&this.socket.log("channel","dropping outdated message",{topic:t,event:r,payload:o,joinRef:i}),!1):!0}joinRef(){return this.joinPush.ref}rejoin(t=this.timeout){this.isLeaving()||(this.socket.leaveOpenTopic(this.topic),this.state=ba.joining,this.joinPush.resend(t))}trigger(t,r,o,i){let n=this.onMessage(t,r,o,i);if(r&&!n)throw new Error("channel onMessage callbacks must return the payload, modified or unmodified");let s=this.bindings.filter(p=>p.event===t);for(let p=0;p<s.length;p++)s[p].callback(n,o,i||this.joinRef())}replyEventName(t){return`chan_reply_${t}`}isClosed(){return this.state===ba.closed}isErrored(){return this.state===ba.errored}isJoined(){return this.state===ba.joined}isJoining(){return this.state===ba.joining}isLeaving(){return this.state===ba.leaving}},PS=class{static request(t,r,o,i,n,s,p){if(P2.XDomainRequest){let u=new P2.XDomainRequest;return this.xdomainRequest(u,t,r,i,n,s,p)}else{let u=new P2.XMLHttpRequest;return this.xhrRequest(u,t,r,o,i,n,s,p)}}static xdomainRequest(t,r,o,i,n,s,p){return t.timeout=n,t.open(r,o),t.onload=()=>{let u=this.parseJSON(t.responseText);p&&p(u)},s&&(t.ontimeout=s),t.onprogress=()=>{},t.send(i),t}static xhrRequest(t,r,o,i,n,s,p,u){return t.open(r,o,!0),t.timeout=s,t.setRequestHeader("Content-Type",i),t.onerror=()=>u&&u(null),t.onreadystatechange=()=>{if(t.readyState===Ydt.complete&&u){let l=this.parseJSON(t.responseText);u(l)}},p&&(t.ontimeout=p),t.send(n),t}static parseJSON(t){if(!t||t==="")return null;try{return JSON.parse(t)}catch{return console&&console.log("failed to parse JSON response",t),null}}static serialize(t,r){let o=[];for(var i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;let n=r?`${r}[${i}]`:i,s=t[i];typeof s=="object"?o.push(this.serialize(s,n)):o.push(encodeURIComponent(n)+"="+encodeURIComponent(s))}return o.join("&")}static appendParams(t,r){if(Object.keys(r).length===0)return t;let o=t.match(/\?/)?"&":"?";return`${t}${o}${this.serialize(r)}`}},OS=class{constructor(t){this.endPoint=null,this.token=null,this.skipHeartbeat=!0,this.reqs=new Set,this.awaitingBatchAck=!1,this.currentBatch=null,this.currentBatchTimer=null,this.batchBuffer=[],this.onopen=function(){},this.onerror=function(){},this.onmessage=function(){},this.onclose=function(){},this.pollEndpoint=this.normalizeEndpoint(t),this.readyState=ju.connecting,this.poll()}normalizeEndpoint(t){return t.replace("ws://","http://").replace("wss://","https://").replace(new RegExp("(.*)/"+ck.websocket),"$1/"+ck.longpoll)}endpointURL(){return PS.appendParams(this.pollEndpoint,{token:this.token})}closeAndRetry(t,r,o){this.close(t,r,o),this.readyState=ju.connecting}ontimeout(){this.onerror("timeout"),this.closeAndRetry(1005,"timeout",!1)}isActive(){return this.readyState===ju.open||this.readyState===ju.connecting}poll(){this.ajax("GET","application/json",null,()=>this.ontimeout(),t=>{if(t){var{status:r,token:o,messages:i}=t;this.token=o}else r=0;switch(r){case 200:i.forEach(n=>{setTimeout(()=>this.onmessage({data:n}),0)}),this.poll();break;case 204:this.poll();break;case 410:this.readyState=ju.open,this.onopen({}),this.poll();break;case 403:this.onerror(403),this.close(1008,"forbidden",!1);break;case 0:case 500:this.onerror(500),this.closeAndRetry(1011,"internal server error",500);break;default:throw new Error(`unhandled poll status ${r}`)}})}send(t){this.currentBatch?this.currentBatch.push(t):this.awaitingBatchAck?this.batchBuffer.push(t):(this.currentBatch=[t],this.currentBatchTimer=setTimeout(()=>{this.batchSend(this.currentBatch),this.currentBatch=null},0))}batchSend(t){this.awaitingBatchAck=!0,this.ajax("POST","application/x-ndjson",t.join(`
|
|
212
|
-
`),()=>this.onerror("timeout"),r=>{this.awaitingBatchAck=!1,!r||r.status!==200?(this.onerror(r&&r.status),this.closeAndRetry(1011,"internal server error",!1)):this.batchBuffer.length>0&&(this.batchSend(this.batchBuffer),this.batchBuffer=[])})}close(t,r,o){for(let n of this.reqs)n.abort();this.readyState=ju.closed;let i=Object.assign({code:1e3,reason:void 0,wasClean:!0},{code:t,reason:r,wasClean:o});this.batchBuffer=[],clearTimeout(this.currentBatchTimer),this.currentBatchTimer=null,typeof CloseEvent<"u"?this.onclose(new CloseEvent("close",i)):this.onclose(i)}ajax(t,r,o,i,n){let s,p=()=>{this.reqs.delete(s),i()};s=PS.request(t,this.endpointURL(),r,o,this.timeout,p,u=>{this.reqs.delete(s),this.isActive()&&n(u)}),this.reqs.add(s)}},C2=class{constructor(t,r={}){let o=r.events||{state:"presence_state",diff:"presence_diff"};this.state={},this.pendingDiffs=[],this.channel=t,this.joinRef=null,this.caller={onJoin:function(){},onLeave:function(){},onSync:function(){}},this.channel.on(o.state,i=>{let{onJoin:n,onLeave:s,onSync:p}=this.caller;this.joinRef=this.channel.joinRef(),this.state=C2.syncState(this.state,i,n,s),this.pendingDiffs.forEach(u=>{this.state=C2.syncDiff(this.state,u,n,s)}),this.pendingDiffs=[],p()}),this.channel.on(o.diff,i=>{let{onJoin:n,onLeave:s,onSync:p}=this.caller;this.inPendingSyncState()?this.pendingDiffs.push(i):(this.state=C2.syncDiff(this.state,i,n,s),p())})}onJoin(t){this.caller.onJoin=t}onLeave(t){this.caller.onLeave=t}onSync(t){this.caller.onSync=t}list(t){return C2.list(this.state,t)}inPendingSyncState(){return!this.joinRef||this.joinRef!==this.channel.joinRef()}static syncState(t,r,o,i){let n=this.clone(t),s={},p={};return this.map(n,(u,l)=>{r[u]||(p[u]=l)}),this.map(r,(u,l)=>{let m=n[u];if(m){let g=l.metas.map(S=>S.phx_ref),T=m.metas.map(S=>S.phx_ref),E=l.metas.filter(S=>T.indexOf(S.phx_ref)<0),y=m.metas.filter(S=>g.indexOf(S.phx_ref)<0);E.length>0&&(s[u]=l,s[u].metas=E),y.length>0&&(p[u]=this.clone(m),p[u].metas=y)}else s[u]=l}),this.syncDiff(n,{joins:s,leaves:p},o,i)}static syncDiff(t,r,o,i){let{joins:n,leaves:s}=this.clone(r);return o||(o=function(){}),i||(i=function(){}),this.map(n,(p,u)=>{let l=t[p];if(t[p]=this.clone(u),l){let m=t[p].metas.map(T=>T.phx_ref),g=l.metas.filter(T=>m.indexOf(T.phx_ref)<0);t[p].metas.unshift(...g)}o(p,l,u)}),this.map(s,(p,u)=>{let l=t[p];if(!l)return;let m=u.metas.map(g=>g.phx_ref);l.metas=l.metas.filter(g=>m.indexOf(g.phx_ref)<0),i(p,l,u),l.metas.length===0&&delete t[p]}),t}static list(t,r){return r||(r=function(o,i){return i}),this.map(t,(o,i)=>r(o,i))}static map(t,r){return Object.getOwnPropertyNames(t).map(o=>r(o,t[o]))}static clone(t){return JSON.parse(JSON.stringify(t))}},B2={HEADER_LENGTH:1,META_LENGTH:4,KINDS:{push:0,reply:1,broadcast:2},encode(t,r){if(t.payload.constructor===ArrayBuffer)return r(this.binaryEncode(t));{let o=[t.join_ref,t.ref,t.topic,t.event,t.payload];return r(JSON.stringify(o))}},decode(t,r){if(t.constructor===ArrayBuffer)return r(this.binaryDecode(t));{let[o,i,n,s,p]=JSON.parse(t);return r({join_ref:o,ref:i,topic:n,event:s,payload:p})}},binaryEncode(t){let{join_ref:r,ref:o,event:i,topic:n,payload:s}=t,p=this.META_LENGTH+r.length+o.length+n.length+i.length,u=new ArrayBuffer(this.HEADER_LENGTH+p),l=new DataView(u),m=0;l.setUint8(m++,this.KINDS.push),l.setUint8(m++,r.length),l.setUint8(m++,o.length),l.setUint8(m++,n.length),l.setUint8(m++,i.length),Array.from(r,T=>l.setUint8(m++,T.charCodeAt(0))),Array.from(o,T=>l.setUint8(m++,T.charCodeAt(0))),Array.from(n,T=>l.setUint8(m++,T.charCodeAt(0))),Array.from(i,T=>l.setUint8(m++,T.charCodeAt(0)));var g=new Uint8Array(u.byteLength+s.byteLength);return g.set(new Uint8Array(u),0),g.set(new Uint8Array(s),u.byteLength),g.buffer},binaryDecode(t){let r=new DataView(t),o=r.getUint8(0),i=new TextDecoder;switch(o){case this.KINDS.push:return this.decodePush(t,r,i);case this.KINDS.reply:return this.decodeReply(t,r,i);case this.KINDS.broadcast:return this.decodeBroadcast(t,r,i)}},decodePush(t,r,o){let i=r.getUint8(1),n=r.getUint8(2),s=r.getUint8(3),p=this.HEADER_LENGTH+this.META_LENGTH-1,u=o.decode(t.slice(p,p+i));p=p+i;let l=o.decode(t.slice(p,p+n));p=p+n;let m=o.decode(t.slice(p,p+s));p=p+s;let g=t.slice(p,t.byteLength);return{join_ref:u,ref:null,topic:l,event:m,payload:g}},decodeReply(t,r,o){let i=r.getUint8(1),n=r.getUint8(2),s=r.getUint8(3),p=r.getUint8(4),u=this.HEADER_LENGTH+this.META_LENGTH,l=o.decode(t.slice(u,u+i));u=u+i;let m=o.decode(t.slice(u,u+n));u=u+n;let g=o.decode(t.slice(u,u+s));u=u+s;let T=o.decode(t.slice(u,u+p));u=u+p;let E=t.slice(u,t.byteLength),y={status:T,response:E};return{join_ref:l,ref:m,topic:g,event:Ql.reply,payload:y}},decodeBroadcast(t,r,o){let i=r.getUint8(1),n=r.getUint8(2),s=this.HEADER_LENGTH+2,p=o.decode(t.slice(s,s+i));s=s+i;let u=o.decode(t.slice(s,s+n));s=s+n;let l=t.slice(s,t.byteLength);return{join_ref:null,ref:null,topic:p,event:u,payload:l}}},Zdt=class{constructor(t,r={}){this.stateChangeCallbacks={open:[],close:[],error:[],message:[]},this.channels=[],this.sendBuffer=[],this.ref=0,this.timeout=r.timeout||Kdt,this.transport=r.transport||P2.WebSocket||OS,this.establishedConnections=0,this.defaultEncoder=B2.encode.bind(B2),this.defaultDecoder=B2.decode.bind(B2),this.closeWasClean=!1,this.binaryType=r.binaryType||"arraybuffer",this.connectClock=1,this.transport!==OS?(this.encode=r.encode||this.defaultEncoder,this.decode=r.decode||this.defaultDecoder):(this.encode=this.defaultEncoder,this.decode=this.defaultDecoder);let o=null;I2&&I2.addEventListener&&(I2.addEventListener("pagehide",i=>{this.conn&&(this.disconnect(),o=this.connectClock)}),I2.addEventListener("pageshow",i=>{o===this.connectClock&&(o=null,this.connect())})),this.heartbeatIntervalMs=r.heartbeatIntervalMs||3e4,this.rejoinAfterMs=i=>r.rejoinAfterMs?r.rejoinAfterMs(i):[1e3,2e3,5e3][i-1]||1e4,this.reconnectAfterMs=i=>r.reconnectAfterMs?r.reconnectAfterMs(i):[10,50,100,150,200,250,500,1e3,2e3][i-1]||5e3,this.logger=r.logger||null,this.longpollerTimeout=r.longpollerTimeout||2e4,this.params=O2(r.params||{}),this.endPoint=`${t}/${ck.websocket}`,this.vsn=r.vsn||Jdt,this.heartbeatTimeoutTimer=null,this.heartbeatTimer=null,this.pendingHeartbeatRef=null,this.reconnectTimer=new Ofe(()=>{this.teardown(()=>this.connect())},this.reconnectAfterMs)}getLongPollTransport(){return OS}replaceTransport(t){this.connectClock++,this.closeWasClean=!0,this.reconnectTimer.reset(),this.sendBuffer=[],this.conn&&(this.conn.close(),this.conn=null),this.transport=t}protocol(){return location.protocol.match(/^https/)?"wss":"ws"}endPointURL(){let t=PS.appendParams(PS.appendParams(this.endPoint,this.params()),{vsn:this.vsn});return t.charAt(0)!=="/"?t:t.charAt(1)==="/"?`${this.protocol()}:${t}`:`${this.protocol()}://${location.host}${t}`}disconnect(t,r,o){this.connectClock++,this.closeWasClean=!0,this.reconnectTimer.reset(),this.teardown(t,r,o)}connect(t){t&&(console&&console.log("passing params to connect is deprecated. Instead pass :params to the Socket constructor"),this.params=O2(t)),!this.conn&&(this.connectClock++,this.closeWasClean=!1,this.conn=new this.transport(this.endPointURL()),this.conn.binaryType=this.binaryType,this.conn.timeout=this.longpollerTimeout,this.conn.onopen=()=>this.onConnOpen(),this.conn.onerror=r=>this.onConnError(r),this.conn.onmessage=r=>this.onConnMessage(r),this.conn.onclose=r=>this.onConnClose(r))}log(t,r,o){this.logger(t,r,o)}hasLogger(){return this.logger!==null}onOpen(t){let r=this.makeRef();return this.stateChangeCallbacks.open.push([r,t]),r}onClose(t){let r=this.makeRef();return this.stateChangeCallbacks.close.push([r,t]),r}onError(t){let r=this.makeRef();return this.stateChangeCallbacks.error.push([r,t]),r}onMessage(t){let r=this.makeRef();return this.stateChangeCallbacks.message.push([r,t]),r}ping(t){if(!this.isConnected())return!1;let r=this.makeRef(),o=Date.now();this.push({topic:"phoenix",event:"heartbeat",payload:{},ref:r});let i=this.onMessage(n=>{n.ref===r&&(this.off([i]),t(Date.now()-o))});return!0}clearHeartbeats(){clearTimeout(this.heartbeatTimer),clearTimeout(this.heartbeatTimeoutTimer)}onConnOpen(){this.hasLogger()&&this.log("transport",`connected to ${this.endPointURL()}`),this.closeWasClean=!1,this.establishedConnections++,this.flushSendBuffer(),this.reconnectTimer.reset(),this.resetHeartbeat(),this.stateChangeCallbacks.open.forEach(([,t])=>t())}heartbeatTimeout(){this.pendingHeartbeatRef&&(this.pendingHeartbeatRef=null,this.hasLogger()&&this.log("transport","heartbeat timeout. Attempting to re-establish connection"),this.triggerChanError(),this.closeWasClean=!1,this.teardown(()=>this.reconnectTimer.scheduleTimeout(),Xdt,"heartbeat timeout"))}resetHeartbeat(){this.conn&&this.conn.skipHeartbeat||(this.pendingHeartbeatRef=null,this.clearHeartbeats(),this.heartbeatTimer=setTimeout(()=>this.sendHeartbeat(),this.heartbeatIntervalMs))}teardown(t,r,o){if(!this.conn)return t&&t();this.waitForBufferDone(()=>{this.conn&&(r?this.conn.close(r,o||""):this.conn.close()),this.waitForSocketClosed(()=>{this.conn&&(this.conn.onopen=function(){},this.conn.onerror=function(){},this.conn.onmessage=function(){},this.conn.onclose=function(){},this.conn=null),t&&t()})})}waitForBufferDone(t,r=1){if(r===5||!this.conn||!this.conn.bufferedAmount){t();return}setTimeout(()=>{this.waitForBufferDone(t,r+1)},150*r)}waitForSocketClosed(t,r=1){if(r===5||!this.conn||this.conn.readyState===ju.closed){t();return}setTimeout(()=>{this.waitForSocketClosed(t,r+1)},150*r)}onConnClose(t){let r=t&&t.code;this.hasLogger()&&this.log("transport","close",t),this.triggerChanError(),this.clearHeartbeats(),!this.closeWasClean&&r!==1e3&&this.reconnectTimer.scheduleTimeout(),this.stateChangeCallbacks.close.forEach(([,o])=>o(t))}onConnError(t){this.hasLogger()&&this.log("transport",t);let r=this.transport,o=this.establishedConnections;this.stateChangeCallbacks.error.forEach(([,i])=>{i(t,r,o)}),(r===this.transport||o>0)&&this.triggerChanError()}triggerChanError(){this.channels.forEach(t=>{t.isErrored()||t.isLeaving()||t.isClosed()||t.trigger(Ql.error)})}connectionState(){switch(this.conn&&this.conn.readyState){case ju.connecting:return"connecting";case ju.open:return"open";case ju.closing:return"closing";default:return"closed"}}isConnected(){return this.connectionState()==="open"}remove(t){this.off(t.stateChangeRefs),this.channels=this.channels.filter(r=>r.joinRef()!==t.joinRef())}off(t){for(let r in this.stateChangeCallbacks)this.stateChangeCallbacks[r]=this.stateChangeCallbacks[r].filter(([o])=>t.indexOf(o)===-1)}channel(t,r={}){let o=new Pfe(t,r,this);return this.channels.push(o),o}push(t){if(this.hasLogger()){let{topic:r,event:o,payload:i,ref:n,join_ref:s}=t;this.log("push",`${r} ${o} (${s}, ${n})`,i)}this.isConnected()?this.encode(t,r=>this.conn.send(r)):this.sendBuffer.push(()=>this.encode(t,r=>this.conn.send(r)))}makeRef(){let t=this.ref+1;return t===this.ref?this.ref=0:this.ref=t,this.ref.toString()}sendHeartbeat(){this.pendingHeartbeatRef&&!this.isConnected()||(this.pendingHeartbeatRef=this.makeRef(),this.push({topic:"phoenix",event:"heartbeat",payload:{},ref:this.pendingHeartbeatRef}),this.heartbeatTimeoutTimer=setTimeout(()=>this.heartbeatTimeout(),this.heartbeatIntervalMs))}flushSendBuffer(){this.isConnected()&&this.sendBuffer.length>0&&(this.sendBuffer.forEach(t=>t()),this.sendBuffer=[])}onConnMessage(t){this.decode(t.data,r=>{let{topic:o,event:i,payload:n,ref:s,join_ref:p}=r;s&&s===this.pendingHeartbeatRef&&(this.clearHeartbeats(),this.pendingHeartbeatRef=null,this.heartbeatTimer=setTimeout(()=>this.sendHeartbeat(),this.heartbeatIntervalMs)),this.hasLogger()&&this.log("receive",`${n.status||""} ${o} ${i} ${s&&"("+s+")"||""}`,n);for(let u=0;u<this.channels.length;u++){let l=this.channels[u];!l.isMember(o,i,n,p)||l.trigger(i,n,s,p)}for(let u=0;u<this.stateChangeCallbacks.message.length;u++){let[,l]=this.stateChangeCallbacks.message[u];l(r)}})}leaveOpenTopic(t){let r=this.channels.find(o=>o.topic===t&&(o.isJoined()||o.isJoining()));r&&(this.hasLogger()&&this.log("transport",`leaving duplicate topic "${t}"`),r.leave())}}});var Ufe=I((YIt,$fe)=>{var Qdt=uk();$fe.exports=(t,r,o)=>class extends t{constructor(n,s={}){super(n,{transport:o,...s}),this._logger=Qdt("client",s.silent),this.emitter=new r,this.onOpen(()=>{this._logger.debug("socket open",n)}),this.onClose(()=>{this._logger.debug("socket close",n)}),this.onError(p=>{this._logger.error("socket error",p.error)}),this.onMessage(p=>{this._logger.debug("socket message",p)})}on(n,s,p={}){this.ensureJoinChannel(n,p),this.emitter.on(n,s)}off(n,s){s?this.emitter.off(n,s):this.emitter.removeAllListeners(n),this.ensureLeaveChannel(n)}disconnect(n,s,p){this.emitter.eventNames().forEach(u=>{this.emitter.removeAllListeners(u)}),super.disconnect(n,s,p)}ensureJoinChannel(n,s={}){if(this.emitter.listenerCount(n)>0)return;let u=this.channel(n,s);u.join().receive("ok",l=>{this._logger.debug("join success",{topic:n,message:l})}).receive("error",l=>{this._logger.error("join error",{topic:n,error:l})}).receive("timeout",()=>{this._logger.debug("join timeout",{topic:n})}),u.on(n,({status:l,response:m})=>{l==="ok"?this.emitter.emit(n,m):this._logger.debug("response error",{topic:n,status:l,data:m})})}ensureLeaveChannel(n){if(this.emitter.listenerCount(n)>0)return;let p=this.channels.find(u=>u.topic===n);!p||(this.remove(p),p.leave().receive("ok",u=>{this._logger.debug("leave success",{topic:n,message:u})}).receive("error",u=>{this._logger.error("leave error",{topic:n,err:u})}).receive("timeout",()=>{this._logger.debug("leave timeout",{topic:n})}),p.off(n))}subscribe(n,s={}){let p=this.channels.find(u=>u.topic===n);return p||(p=this.channel(n,s),p.join().receive("ok",u=>{this._logger.debug("join success",{topic:n,message:u})}).receive("error",u=>{this._logger.error("join error",{topic:n,error:u})}).receive("timeout",()=>{this._logger.debug("join timeout",{topic:n})}),p)}unsubscribe(n){this.ensureLeaveChannel(n)}}});var Wfe=I((ZIt,Hfe)=>{var eft=require("events"),{Socket:tft}=Lfe(),rft=VR(),oft=Ufe();Hfe.exports=oft(tft,eft,rft)});var Gfe=I((QIt,jfe)=>{var ift=Cfe(),nft=Wfe();jfe.exports={WsServer:ift,WsClient:nft}});var Vfe=I(fk=>{(function(t){t([],function(){var r=-1,o=-2,i=-3,n=-4,s=-5,p=function(S,x){x=x||{};var M=x.verbose||!1;M&&console.log("Normalize the JSON Object"),S=typeof S=="string"?this.JSON.parse(S):S,M&&console.log("Creating a empty dictionary");var O={strings:[],integers:[],floats:[]};M&&console.log("Creating the AST");var q=function oe(le){M&&console.log("Calling recursiveAstBuilder with "+this.JSON.stringify(le));var he=typeof le;if(le===null)return{type:"null",index:i};if(typeof le>"u")return{type:"undefined",index:s};if(le instanceof Array){var Y=["@"];for(var D in le)!le.hasOwnProperty(D)||Y.push(oe(le[D]));return Y}if(he==="object"){var Y=["$"];for(var H in le)!le.hasOwnProperty(H)||(Y.push(oe(H)),Y.push(oe(le[H])));return Y}if(le==="")return{type:"empty",index:n};if(he==="string"){var P=y.call(O.strings,le);return P==-1&&(O.strings.push(m(le)),P=O.strings.length-1),{type:"strings",index:P}}if(he==="number"&&le%1===0){var P=y.call(O.integers,le);return P==-1&&(O.integers.push(T(le)),P=O.integers.length-1),{type:"integers",index:P}}if(he==="number"){var P=y.call(O.floats,le);return P==-1&&(O.floats.push(le),P=O.floats.length-1),{type:"floats",index:P}}if(he==="boolean")return{type:"boolean",index:le?r:o};throw new Error("Unexpected argument of type "+typeof le)}(S),K=O.strings.length,Z=O.integers.length,pe=O.floats.length;M&&console.log("Parsing the dictionary");var se=O.strings.join("|");return se+="^"+O.integers.join("|"),se+="^"+O.floats.join("|"),M&&console.log("Parsing the structure"),se+="^"+function oe(le){if(M&&console.log("Calling a recursiveParser with "+this.JSON.stringify(le)),le instanceof Array){var he=le.shift();for(var Y in le)!le.hasOwnProperty(Y)||(he+=oe(le[Y])+"|");return(he[he.length-1]==="|"?he.slice(0,-1):he)+"]"}var D=le.type,H=le.index;if(D==="strings")return T(H);if(D==="integers")return T(K+H);if(D==="floats")return T(K+Z+H);if(D==="boolean")return le.index;if(D==="null")return i;if(D==="undefined")return s;if(D==="empty")return n;throw new TypeError("The item is alien!")}(q),M&&console.log("Ending parser"),x.debug?{dictionary:O,ast:q,packed:se}:se},u=function(S,x){x=x||{};var M=S.split("^");x.verbose&&console.log("Building dictionary");var O=[],q=M[0];if(q!==""){q=q.split("|"),x.verbose&&console.log("Parse the strings dictionary");for(var K=0,Z=q.length;K<Z;K++)O.push(g(q[K]))}if(q=M[1],q!==""){q=q.split("|"),x.verbose&&console.log("Parse the integers dictionary");for(var K=0,Z=q.length;K<Z;K++)O.push(E(q[K]))}if(q=M[2],q!==""){q=q.split("|"),x.verbose&&console.log("Parse the floats dictionary");for(var K=0,Z=q.length;K<Z;K++)O.push(parseFloat(q[K]))}q=null,x.verbose&&console.log("Tokenizing the structure");for(var pe="",se=[],oe=M[3].length,K=0;K<oe;K++){var le=M[3].charAt(K);le==="|"||le==="$"||le==="@"||le==="]"?(pe&&(se.push(E(pe)),pe=""),le!=="|"&&se.push(le)):pe+=le}var he=se.length,Y=0;return x.verbose&&console.log("Starting recursive parser"),function D(){var H=se[Y++];if(x.verbose&&console.log("Reading collection type "+(H==="$"?"object":"Array")),H==="@"){for(var P=[];Y<he;Y++){var A=se[Y];if(x.verbose&&console.log("Read "+A+" symbol"),A==="]")return P;if(A==="@"||A==="$")P.push(D());else switch(A){case r:P.push(!0);break;case o:P.push(!1);break;case i:P.push(null);break;case s:P.push(void 0);break;case n:P.push("");break;default:P.push(O[A])}}return x.verbose&&console.log("Parsed "+this.JSON.stringify(P)),P}if(H==="$"){for(var P={};Y<he;Y++){var R=se[Y];if(R==="]")return P;R===n?R="":R=O[R];var A=se[++Y];if(A==="@"||A==="$")P[R]=D();else switch(A){case r:P[R]=!0;break;case o:P[R]=!1;break;case i:P[R]=null;break;case s:P[R]=void 0;break;case n:P[R]="";break;default:P[R]=O[A]}}return x.verbose&&console.log("Parsed "+this.JSON.stringify(P)),P}throw new TypeError("Bad token "+H+" isn't a type")}()},l=function(S,x){var M=typeof x;if(M==="boolean")return x?r:o;if(x===null)return i;if(typeof x>"u")return s;if(x==="")return n;if(M==="string"){x=m(x);var O=y.call(S.strings,x);O===-1&&(S.strings.push(x),O=S.strings.length-1)}if(M!=="string"&&M!=="number")throw new Error("The type is not a JSON type");M==="string"?x=m(x):x%1===0&&(x=T(x)),x=M==="number"?T(x):m(x);var O=y.call(S[M],x);return O===-1&&(S[M].push(x),O=S[M].length-1),M==="number"?"+"+O:O},m=function(S){return typeof S!="string"?S:S.replace(/[\+ \|\^\%]/g,function(x){return{" ":"+","+":"%2B","|":"%7C","^":"%5E","%":"%25"}[x]})},g=function(S){return typeof S!="string"?S:S.replace(/\+|%2B|%7C|%5E|%25/g,function(x){return{"+":" ","%2B":"+","%7C":"|","%5E":"^","%25":"%"}[x]})},T=function(S){return Number.prototype.toString.call(S,36).toUpperCase()},E=function(S){return parseInt(S,36)},y=Array.prototype.indexOf||function(S,x){for(var M=x||0,O=this.length;M<O;M++)if(this[M]===S)return M;return-1};return{JSON,pack:p,unpack:u}})})(typeof define>"u"||!define.amd?function(t,r){var o=r();if(typeof fk<"u")for(var i in o)fk[i]=o[i];else window.jsonpack=o}:define)});var zfe=I((tCt,qfe)=>{"use strict";var sft='queryType|name|RootQueryType|mutationType|RootMutationType|subscriptionType|types|kind|OBJECT|AccountConfig|description|fields|address|args|type|SCALAR|String|ofType|isDeprecated|deprecationReason|pk|balance|inputFields|interfaces|enumValues|possibleTypes|The+`String`+scalar+type+represents+textual+data,+represented+as+UTF-8+character+sequences.+The+String+type+is+most+often+used+by+GraphQL+to+represent+free-form+human-readable+text.|INPUT_OBJECT|AccountFilterInput|accounts|LIST|NON_NULL|defaultValue|AccountMigrateTx|WalletType|data|Any|AccountState|nonce|numTxs|moniker|context|StateContext|issuer|gasBalance|migratedTo|migratedFrom|numAssets|tokens|IndexedTokenInput|AccountToken|symbol|decimal|Int|The+`Int`+scalar+type+represents+non-fractional+signed+whole+numeric+values.+Int+can+represent+values+between+-(2%5E31)+and+2%5E31+-+1.|AcquireAssetV2Tx|factory|assets|variables|VariableInput|NFTIssuer|AcquireAssetV3Tx|inputs|TransactionInput|owner|AddressFilterInput|sender|receiver|direction|ENUM|Direction|AssetFactoryHook|hook|AssetFactoryInput|value|TokenInput|AssetFactoryState|settlement|limit|trustedIssuers|input|IndexedFactoryInput|output|CreateAssetTx|hooks|numMinted|display|NFTDisplay|lastSettlement|AssetFilterInput|AssetLimit|to|txCount|validUntil|rate|RateLimit|txSent|lastTx|AssetState|readonly|Boolean|transferrable|ttl|consumedTime|parent|endpoint|NFTEndpoint|tags|The+`Boolean`+scalar+type+represents+`true`+or+`false`.|BlockID|hash|partsHeader|PartSetHeader|BlockInfo|height|time|appHash|proposer|txs|TransactionInfo|totalTxs|invalidTxs|txsHashes|invalidTxsHashes|consensusHash|dataHash|evidenceHash|lastCommitHash|lastResultsHash|nextValidatorsHash|validatorsHash|version|Version|lastBlockId|BlockInfoSimple|ChainInfo|id|network|consensusVersion|synced|blockHash|blockHeight|blockTime|votingPower|forgeAppsVersion|ChainInfo_ForgeAppsVersionEntry|supportedTxs|key|ClaimBlockRewardTx|rollup|evidence|Evidence|publisher|ClaimStakeTx|CloseRollupTx|message|ConsensusParams|maxBytes|maxGas|maxValidators|maxCandidates|pubKeyTypes|validators|Validator|validatorChanged|paramChanged|ConsumeAssetTx|CreateFactoryTx|CreateRollupBlockTx|merkleRoot|previousHash|txsHash|signatures|Multisig|minReward|governance|CreateRollupTx|tokenAddress|vaultAddress|contractAddress|seedValidators|RollupValidator|minStakeAmount|maxStakeAmount|minSignerCount|maxSignerCount|minBlockSize|maxBlockSize|minBlockInterval|minBlockConfirmation|foreignChainType|foreignChainId|depositFeeRate|withdrawFeeRate|proposerFeeShare|minDepositAmount|minWithdrawAmount|maxDepositAmount|maxWithdrawAmount|minDepositFee|maxDepositFee|minWithdrawFee|maxWithdrawFee|paused|leaveWaitingPeriod|publisherFeeShare|publishWaitingPeriod|publishSlashRate|CreateTokenTx|unit|icon|totalSupply|initialSupply|foreignToken|ForeignToken|DeclareTx|DelegateConfig|deltaInterval|typeUrls|DelegateLimit|TokenLimit|DelegateOp|typeUrl|rules|DelegateOpState|rule|numTxsDelta|balanceDelta|DelegateState|ops|DelegateState_OpsEntry|from|DelegateTx|DelegationFilterInput|delegations|DepositTokenV2Tx|token|actualFee|MUTUAL|ONE_WAY|UNION|EncodingType|BASE16|BASE58|EvidenceState|ExchangeInfo|ExchangeInfoV2|ExchangeTx|expiredAt|ExchangeV2Tx|FactoryFilterInput|factories|chainType|chainName|chainId|ForgeState|consensus|tasks|ForgeState_TasksEntry|ForgeToken|txConfig|TransactionConfig|upgradeInfo|UpgradeInfo|accountConfig|vaults|VaultConfig|UpgradeTasks|ForgeStats|numBlocks|numStakes|numValidators|numAccountMigrateTxs|numCreateAssetTxs|numConsensusUpgradeTxs|numDeclareTxs|numDeclareFileTxs|numExchangeTxs|numStakeTxs|numSysUpgradeTxs|numTransferTxs|numUpdateAssetTxs|numConsumeAssetTxs|tps|maxTps|avgTps|avgBlockTime|Float|The+`Float`+scalar+type+represents+signed+double-precision+fractional+values+as+specified+by+[IEEE+754](https://en.wikipedia.org/wiki/IEEE_floating_point).|inflationRate|GasEstimate|max|GeoInfo|city|country|latitude|longitude|HashType|KECCAK|SHA3|SHA2|KECCAK_384|SHA3_384|KECCAK_512|SHA3_512|IndexedAccountState|genesisTime|renaissanceTime|totalReceivedStakes|totalStakes|totalUnstakes|recentNumTxs|TokenInfo|IndexedAssetState|IndexedBlock|numInvalidTxs|IndexedDelegationState|IndexedDelegationState_OpsEntry|IndexedFactoryState|IndexedRollupBlock|mintedAmount|burnedAmount|rewardAmount|tokenInfo|IndexedRollupState|totalDepositAmount|totalWithdrawAmount|migrateHistory|closed|vaultHistory|IndexedRollupValidator|joinTime|leaveTime|totalStake|revokedStake|availableStake|totalGain|proposedBlockCount|verifiedBlockCount|latestBlockHeight|latestBlockHash|IndexedStakeState|revocable|revokeWaitingPeriod|revokedTokens|revokedAssets|slashers|IndexedTokenState|IndexedTransaction|tx|Transaction|valid|code|tokenSymbols|TokenSymbol|receipts|TransactionReceipt|JoinRollupTx|KVPair|KeyType|ED25519|SECP256K1|ETHEREUM|LeaveRollupTx|MigrateRollupTx|MintAssetTx|signer|signature|delegator|content|scope|NetInfo|listening|listeners|nPeers|peers|PeerInfo|NodeInfo|NodeInfo_ForgeAppsVersionEntry|ip|geoInfo|p2pAddress|PageInfo|cursor|next|total|PageInput|size|order|PageOrderInput|field|PauseRollupTx|PubKey|RangeFilterInput|interval|anchor|ReceiptChange|target|action|RequestEstimateGasInput|RequestGetAccountStateInput|keys|traceMigration|RequestGetAccountTokensInput|RequestGetBlockInput|RequestGetBlocksInput|paging|heightFilter|emptyExcluded|RequestGetConfigInput|parsed|RequestGetEvidenceStateInput|RequestGetRollupBlockInput|rollupAddress|RequestGetStateInput|RequestGetTxInput|RequestListAssetTransactionsInput|RequestListAssetsInput|ownerAddress|factoryAddress|timeFilter|TimeFilterInput|RequestListBlocksInput|numTxsFilter|numInvalidTxsFilter|RequestListDelegationsInput|RequestListFactoriesInput|addressList|RequestListRollupBlocksInput|validatorFilter|ValidatorFilterInput|txFilter|TxFilterInput|RequestListRollupValidatorsInput|RequestListRollupsInput|foreignTokenAddress|RequestListStakesInput|addressFilter|assetFilter|RequestListTokensInput|issuerAddress|RequestListTopAccountsInput|RequestListTransactionsInput|typeFilter|TypeFilterInput|validityFilter|ValidityFilterInput|factoryFilter|tokenFilter|TokenFilterInput|accountFilter|rollupFilter|RollupFilterInput|stakeFilter|StakeFilterInput|delegationFilter|RequestSearchInput|keyword|RequestSendTxInput|wallet|WalletInfoInput|commit|ResponseEstimateGas|estimate|ResponseGetAccountState|state|ResponseGetAccountTokens|ResponseGetAssetState|ResponseGetBlock|block|ResponseGetBlocks|page|blocks|ResponseGetChainInfo|info|ResponseGetConfig|config|ResponseGetDelegateState|ResponseGetEvidenceState|ResponseGetFactoryState|ResponseGetForgeState|ResponseGetForgeStats|forgeStats|ResponseGetNetInfo|netInfo|ResponseGetNodeInfo|ResponseGetRollupBlock|RollupBlock|ResponseGetRollupState|RollupState|ResponseGetStakeState|StakeState|ResponseGetTokenState|TokenState|ResponseGetTx|ResponseGetUnconfirmedTxs|unconfirmedTxs|UnconfirmedTxs|ResponseGetValidatorsInfo|validatorsInfo|ValidatorsInfo|ResponseListAssetTransactions|transactions|ResponseListAssets|ResponseListBlocks|ResponseListDelegations|ResponseListFactories|ResponseListRollupBlocks|ResponseListRollupValidators|ResponseListRollups|rollups|ResponseListStakes|stakes|ResponseListTokens|ResponseListTopAccounts|ResponseListTransactions|ResponseSearch|results|SearchResult|ResponseSendTx|ResumeRollupTx|RevokeDelegateTx|RevokeStakeTx|outputs|RoleType|ROLE_ACCOUNT|ROLE_NODE|ROLE_DEVICE|ROLE_APPLICATION|ROLE_SMART_CONTRACT|ROLE_BOT|ROLE_ASSET|ROLE_STAKE|ROLE_VALIDATOR|ROLE_GROUP|ROLE_TX|ROLE_TETHER|ROLE_SWAP|ROLE_DELEGATION|ROLE_VC|ROLE_BLOCKLET|ROLE_STORE|ROLE_TOKEN|ROLE_FACTORY|ROLE_ROLLUP|ROLE_STORAGE|ROLE_ANY|SlashStakeTx|StakeTx|locked|StatusCode|OK|INVALID_NONCE|INVALID_SIGNATURE|INVALID_SENDER_STATE|INVALID_RECEIVER_STATE|INSUFFICIENT_DATA|INSUFFICIENT_FUND|INVALID_OWNER|INVALID_TX|UNSUPPORTED_TX|EXPIRED_TX|TOO_MANY_TXS|INVALID_LOCK_STATUS|INVALID_REQUEST|INVALID_MONIKER|INVALID_PASSPHRASE|INVALID_MULTISIG|INVALID_WALLET|INVALID_CHAIN_ID|CONSENSUS_RPC_ERROR|STORAGE_RPC_ERROR|NOENT|ACCOUNT_MIGRATED|RPC_CONNECTION_ERROR|UNSUPPORTED_STAKE|INSUFFICIENT_STAKE|INVALID_STAKE_STATE|EXPIRED_WALLET_TOKEN|BANNED_UNSTAKE|INVALID_ASSET|INVALID_TX_SIZE|INVALID_SIGNER_STATE|INVALID_FORGE_STATE|EXPIRED_ASSET|UNTRANSFERRABLE_ASSET|READONLY_ASSET|CONSUMED_ASSET|INVALID_DEPOSIT_VALUE|EXCEED_DEPOSIT_CAP|INVALID_DEPOSIT_TARGET|INVALID_DEPOSITOR|INVALID_WITHDRAWER|INVALID_EXPIRY_DATE|INVALID_CUSTODIAN|INSUFFICIENT_GAS|INVALID_SWAP|INVALID_HASHKEY|INVALID_DELEGATION|INSUFFICIENT_DELEGATION|INVALID_DELEGATION_RULE|INVALID_DELEGATION_TYPE_URL|SENDER_NOT_AUTHORIZED|PROTOCOL_NOT_RUNNING|PROTOCOL_NOT_PAUSED|PROTOCOL_NOT_ACTIVATED|INVALID_DEACTIVATION|SENDER_WITHDRAW_ITEMS_FULL|WITHDRAW_ITEM_MISSING|INVALID_WITHDRAW_TX|INVALID_CHAIN_TYPE|INVALID_TIME|INVALID_SUBSCRIBE|INVALID_DID_TYPE|INVALID_CANDIDATE_STATE|VALIDATOR_NOT_FOUND|VALIDATOR_NOT_CHANGED|INVALID_FACTORY_STATE|INVALID_FACTORY_PROPS|INVALID_FACTORY_INPUT|INVALID_TOKEN|INVALID_ROLLUP|INVALID_BLOCK|FORBIDDEN|INTERNAL|TIMEOUT|startDateTime|endDateTime|txAllowance|totalAllowance|spentAllowance|maxAssetSize|maxListSize|maxMultisig|delegate|txFee|TxFeeConfig|txGas|TxGasConfig|index|changes|TransferTx|TransferV2Tx|TransferV3Tx|fee|price|createState|updateState|dataStorage|minStake|maxStake|stakeLockPeriod|nTxs|UpdateAssetTx|consumed|UpdateRollupTx|UpgradeAction|VERIFY|BACKUP|REPLACE|RESTART_APP|RESTART_DFS|RESTART_CONSENSUS|RESTART_P2P|RESTART_FORGE|ROLLBACK_IF_FAIL|RESTART_ALL_IF_FAIL|CRASH_IF_FAIL|DROP_ADDRESS_BOOK|UpgradeNodeTx|override|UpgradeTask|UpgradeType|actions|item|CONFIG_APP|CONFIG_FORGE|CONFIG_DFS|CONFIG_CONSENSUS|CONFIG_P2P|EXE_APP|EXE_FORGE|EXE_DFS|EXE_CONSENSUS|EXE_P2P|power|ValidatorInfo|pubKey|proposerPriority|Validity|BOTH|VALID|INVALID|validity|required|slashedStake|app|WalletTypeInput|sk|role|WithdrawTokenV2Tx|maxFee|Json|itxJson|serviceFee|gasFee|gasPaid|genesisTx|renaissanceTx|sendTx|getAccountState|getAssetState|getFactoryState|getDelegateState|getTokenState|getEvidenceState|getForgeState|getTx|getBlock|getBlocks|getUnconfirmedTxs|getChainInfo|getConfig|getNetInfo|getNodeInfo|getValidatorsInfo|getForgeStats|listAssetTransactions|listAssets|listBlocks|listTopAccounts|listTransactions|listTokens|listFactories|getAccountTokens|getStakeState|listStakes|getRollupState|listRollups|erc20TokenAddress|getRollupBlock|listRollupBlocks|listRollupValidators|listDelegations|search|estimateGas|__Schema|A+GraphQL+Schema+defines+the+capabilities+of+a+GraphQL+server.+It+exposes+all+available+types+and+directives+on+the+server,+as+well+as+the+entry+points+for+query,+mutation,+and+subscription+operations.|A+list+of+all+types+supported+by+this+server.|__Type|The+type+that+query+operations+will+be+rooted+at.|If+this+server+supports+mutation,+the+type+that+mutation+operations+will+be+rooted+at.|If+this+server+support+subscription,+the+type+that+subscription+operations+will+be+rooted+at.|directives|A+list+of+all+directives+supported+by+this+server.|__Directive|The+fundamental+unit+of+any+GraphQL+Schema+is+the+type.+There+are+many+kinds+of+types+in+GraphQL+as+represented+by+the+`__TypeKind`+enum.\n\nDepending+on+the+kind+of+a+type,+certain+fields+describe+information+about+that+type.+Scalar+types+provide+no+information+beyond+a+name,+description+and+optional+`specifiedByURL`,+while+Enum+types+provide+their+values.+Object+and+Interface+types+provide+the+fields+they+describe.+Abstract+types,+Union+and+Interface,+provide+the+Object+types+possible+at+runtime.+List+and+NonNull+types+compose+other+types.|__TypeKind|specifiedByURL|includeDeprecated|false|__Field|__EnumValue|__InputValue|An+enum+describing+what+kind+of+type+a+given+`__Type`+is.|Indicates+this+type+is+a+scalar.|Indicates+this+type+is+an+object.+`fields`+and+`interfaces`+are+valid+fields.|INTERFACE|Indicates+this+type+is+an+interface.+`fields`,+`interfaces`,+and+`possibleTypes`+are+valid+fields.|Indicates+this+type+is+a+union.+`possibleTypes`+is+a+valid+field.|Indicates+this+type+is+an+enum.+`enumValues`+is+a+valid+field.|Indicates+this+type+is+an+input+object.+`inputFields`+is+a+valid+field.|Indicates+this+type+is+a+list.+`ofType`+is+a+valid+field.|Indicates+this+type+is+a+non-null.+`ofType`+is+a+valid+field.|Object+and+Interface+types+are+described+by+a+list+of+Fields,+each+of+which+has+a+name,+potentially+a+list+of+arguments,+and+a+return+type.|Arguments+provided+to+Fields+or+Directives+and+the+input+fields+of+an+InputObject+are+represented+as+Input+Values+which+describe+their+type+and+optionally+a+default+value.|A+GraphQL-formatted+string+representing+the+default+value+for+this+input+value.|One+possible+value+for+a+given+Enum.+Enum+values+are+unique+values,+not+a+placeholder+for+a+string+or+numeric+value.+However+an+Enum+value+is+returned+in+a+JSON+response+as+a+string.|A+Directive+provides+a+way+to+describe+alternate+runtime+execution+and+type+validation+behavior+in+a+GraphQL+document.\n\nIn+some+cases,+you+need+to+provide+options+to+alter+GraphQL\'s+execution+behavior+in+ways+field+arguments+will+not+suffice,+such+as+conditionally+including+or+skipping+a+field.+Directives+provide+this+by+describing+additional+information+to+the+executor.|isRepeatable|locations|__DirectiveLocation|A+Directive+can+be+adjacent+to+many+parts+of+the+GraphQL+language,+a+__DirectiveLocation+describes+one+such+possible+adjacencies.|QUERY|Location+adjacent+to+a+query+operation.|MUTATION|Location+adjacent+to+a+mutation+operation.|SUBSCRIPTION|Location+adjacent+to+a+subscription+operation.|FIELD|Location+adjacent+to+a+field.|FRAGMENT_DEFINITION|Location+adjacent+to+a+fragment+definition.|FRAGMENT_SPREAD|Location+adjacent+to+a+fragment+spread.|INLINE_FRAGMENT|Location+adjacent+to+an+inline+fragment.|VARIABLE_DEFINITION|Location+adjacent+to+a+variable+definition.|SCHEMA|Location+adjacent+to+a+schema+definition.|Location+adjacent+to+a+scalar+definition.|Location+adjacent+to+an+object+type+definition.|FIELD_DEFINITION|Location+adjacent+to+a+field+definition.|ARGUMENT_DEFINITION|Location+adjacent+to+an+argument+definition.|Location+adjacent+to+an+interface+definition.|Location+adjacent+to+a+union+definition.|Location+adjacent+to+an+enum+definition.|ENUM_VALUE|Location+adjacent+to+an+enum+value+definition.|Location+adjacent+to+an+input+object+type+definition.|INPUT_FIELD_DEFINITION|Location+adjacent+to+an+input+object+field+definition.|include|Directs+the+executor+to+include+this+field+or+fragment+only+when+the+`if`+argument+is+true.|if|Included+when+true.|skip|Directs+the+executor+to+skip+this+field+or+fragment+when+the+`if`+argument+is+true.|Skipped+when+true.|deprecated|Marks+an+element+of+a+GraphQL+schema+as+no+longer+supported.|reason|Explains+why+this+element+was+deprecated,+usually+also+including+a+suggestion+for+how+to+access+supported+similar+data.+Formatted+using+the+Markdown+syntax,+as+specified+by+[CommonMark](https://commonmark.org/).|"No+longer+supported"|specifiedBy|Exposes+a+URL+that+specifies+the+behavior+of+this+scalar.|url|The+URL+that+specifies+the+behavior+of+this+scalar.^^^$0|$1|2]|3|$1|4]|5|-3|6|@$7|8|1|9|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|G|A|Q|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|R|1|S|A|-3|B|-3|M|@$1|T|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|X|A|-3|B|@$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|8|1|Y|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|11|A|-3|B|@$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|12|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|8|1|Y|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|18|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|19|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1E|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|1H|A|1I|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|8|1|1J|A|-3|B|@$1|1K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|8|1|1O|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1P|A|-3|B|@$1|1K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1Q|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|8|1|1O|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|1T|A|-3|B|-3|M|@$1|1U|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|1V|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|1W|A|-3|E|$7|1X|1|1Y|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|1Z|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|20|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|21|A|-3|B|@$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|23|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|24|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|25|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|27|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|28|A|-3|D|@]|E|$7|8|1|29|H|-3]|I|-2|J|-3]|$1|2A|A|-3|D|@]|E|$7|8|1|2B|H|-3]|I|-2|J|-3]|$1|2C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1Z|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|2D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|2G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|2H|A|-3|B|-3|M|@$1|1L|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|2I|A|-3|B|@$1|C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|2K|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2L|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2M|A|-3|D|@]|E|$7|8|1|2N|H|-3]|I|-2|J|-3]|$1|2O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2Q|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2R|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2T|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2U|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|8|1|2Y|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|2Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|2S|A|30|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|8|1|31|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|33|A|-3|D|@]|E|$7|8|1|34|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|35|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|38|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|3B|H|-3]]]|I|-2|J|-3]|$1|3C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3D|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|3B|H|-3]]]|I|-2|J|-3]|$1|3E|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|3F|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|3G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|8|1|3O|H|-3]|I|-2|J|-3]|$1|3P|A|-3|D|@]|E|$7|8|1|31|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|3Q|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|38|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3E|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|3F|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|3G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|8|1|3O|H|-3]|I|-2|J|-3]|$1|3P|A|-3|D|@]|E|$7|8|1|31|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|3R|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|38|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|40|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|41|H|-3]]]|I|-2|J|-3]|$1|42|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|41|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|44|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|48|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|49|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4A|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4C|A|-3|B|@$1|4D|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4F|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4H|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4J|H|-3]]]|I|-2|J|-3]|$1|4K|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|4L|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4M|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2B|A|-3|B|@$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]|$1|2R|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2T|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2U|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|8|1|2Y|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|2Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4N|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|25|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|27|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|28|A|-3|D|@]|E|$7|8|1|21|H|-3]|I|-2|J|-3]|$1|2A|A|-3|D|@]|E|$7|8|1|2B|H|-3]|I|-2|J|-3]|$1|2C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1Z|H|-3]]]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4O|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|36|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4P|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Q|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4R|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4W|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|50|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|52|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|53|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|54|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|55|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|56|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|57|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|58|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|59|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5C|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5N|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|5O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5Q|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5R|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|5S|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|5Z|A|-3|B|@$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|60|A|-3|B|@$1|61|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|62|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|63|A|-3|B|@$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|64|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|2I|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|65|A|-3|B|@$1|66|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|67|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|8|1|63|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|68|A|-3|B|@$1|69|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|6A|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|8|1|63|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6C|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6D|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|6E|H|-3]]]|I|-2|J|-3]|$1|6F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6E|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|8|1|68|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6G|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6D|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|65|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|6H|A|-3|B|-3|M|@$1|6I|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|6J|A|-3|B|@$1|6K|A|-3|D|@]|E|$7|8|1|23|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|1Y|A|-3|B|-3|M|-3|N|-3|O|@$1|6M|A|-3|I|-2|J|-3]|$1|6N|A|-3|I|-2|J|-3]|$1|6O|A|-3|I|-2|J|-3]]|P|-3]|$7|1X|1|6P|A|-3|B|-3|M|-3|N|-3|O|@$1|6Q|A|-3|I|-2|J|-3]|$1|6R|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|47|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6S|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6T|A|-3|B|@$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6U|A|-3|B|@$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|23|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6V|A|-3|B|@$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|8|1|6T|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|8|1|6T|H|-3]|I|-2|J|-3]|$1|6W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6X|A|-3|B|@$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|8|1|6U|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|8|1|6U|H|-3]|I|-2|J|-3]|$1|6W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|6Y|A|-3|B|-3|M|@$1|6Z|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|5Y|A|-3|B|@$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|70|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|71|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|72|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|73|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|74|A|-3|D|@]|E|$7|8|1|4C|H|-3]|I|-2|J|-3]|$1|75|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|76|H|-3]]]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6K|A|-3|D|@]|E|$7|8|1|77|H|-3]|I|-2|J|-3]|$1|78|A|-3|D|@]|E|$7|8|1|79|H|-3]|I|-2|J|-3]|$1|7A|A|-3|D|@]|E|$7|8|1|7B|H|-3]|I|-2|J|-3]|$1|7C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9|H|-3]]]|I|-2|J|-3]|$1|7D|A|-3|D|@]|E|$7|8|1|7E|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|76|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|8|1|7F|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|7G|A|-3|B|@$1|7H|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7J|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|1H|H|-3]]]|I|-2|J|-3]|$1|7K|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|1H|H|-3]]]|I|-2|J|-3]|$1|7N|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7O|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7P|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7Q|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7R|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|1H|H|-3]]]|I|-2|J|-3]|$1|7S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7T|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7U|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7V|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|1H|H|-3]]]|I|-2|J|-3]|$1|7W|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|7X|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|7Y|A|-3|D|@]|E|$7|F|1|7Z|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|7Z|A|80|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|8|1|77|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|81|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|82|A|-3|B|@$1|83|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|84|A|-3|B|@$1|85|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|86|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|87|A|-3|D|@]|E|$7|F|1|7Z|H|-3]|I|-2|J|-3]|$1|88|A|-3|D|@]|E|$7|F|1|7Z|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|89|A|-3|B|-3|M|-3|N|-3|O|@$1|8A|A|-3|I|-2|J|-3]|$1|8B|A|-3|I|-2|J|-3]|$1|8C|A|-3|I|-2|J|-3]|$1|8D|A|-3|I|-2|J|-3]|$1|8E|A|-3|I|-2|J|-3]|$1|8F|A|-3|I|-2|J|-3]|$1|8G|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|8H|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|12|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|19|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8N|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8O|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8P|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2R|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2T|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|8|1|2Y|H|-3]|I|-2|J|-3]|$1|2Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8Q|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8R|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8S|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6D|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8T|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8T|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|8|1|68|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|29|A|-3|B|@$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8U|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|25|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|27|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|28|A|-3|D|@]|E|$7|8|1|29|H|-3]|I|-2|J|-3]|$1|2A|A|-3|D|@]|E|$7|8|1|2B|H|-3]|I|-2|J|-3]|$1|2C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1Z|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8O|H|-3]]]|I|-2|J|-3]|$1|2D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8V|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|36|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4P|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Q|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4R|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|8Z|A|-3|D|@]|E|$7|8|1|1D|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|90|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|50|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|52|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|53|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|54|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|55|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|56|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|57|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|58|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8Z|A|-3|D|@]|E|$7|8|1|1D|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5C|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|59|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|91|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|92|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5N|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|5O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5Q|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5R|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|93|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|94|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|95|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|96|A|-3|B|@$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|97|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|98|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|99|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9F|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9H|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8O|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|9I|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9J|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9K|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8O|H|-3]]]|I|-2|J|-3]|$1|9L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|9M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1D|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9N|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9O|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9P|A|-3|D|@]|E|$7|8|1|9Q|H|-3]|I|-2|J|-3]|$1|9R|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9T|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9U|H|-3]]]|I|-2|J|-3]|$1|9V|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9W|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9X|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9Y|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|9Z|A|-3|B|-3|M|-3|N|-3|O|@$1|A0|A|-3|I|-2|J|-3]|$1|A1|A|-3|I|-2|J|-3]|$1|A2|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|A3|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|A4|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|A5|A|-3|B|@$1|1K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4T|A|-3|B|@$1|A6|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A7|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A8|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2F|A|-3|B|@$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A9|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2Y|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AA|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1O|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AB|A|-3|B|@$1|AC|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|AD|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|AE|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|AF|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|AG|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AH|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|38|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|40|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|AI|H|-3]]]|I|-2|J|-3]|$1|42|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|AJ|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AK|A|-3|D|@]|E|$7|8|1|84|H|-3]|I|-2|J|-3]|$1|AL|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AI|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AM|A|-3|B|@$1|AN|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AO|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|AP|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|AQ|A|-3|B|-3|M|@$1|AN|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|AR|A|-3|E|$7|F|1|1H|H|-3]|W|-3]|$1|AS|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|R|1|AT|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|AT|A|-3|B|-3|M|@$1|AU|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|E|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|34|A|-3|B|@$1|AP|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AV|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AG|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AJ|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AK|A|-3|D|@]|E|$7|8|1|84|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AW|A|-3|B|@$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|AX|A|-3|B|-3|M|@$1|6F|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|2J|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|2N|A|-3|B|@$1|AY|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|AZ|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|B0|A|-3|B|@$1|B1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|B2|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|B3|A|-3|B|-3|M|@$1|66|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|9P|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|B4|A|-3|B|-3|M|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]|$1|36|A|-3|E|$7|F|1|1H|H|-3]|W|-3]|$1|B6|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|B7|A|-3|B|-3|M|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|6K|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|B8|A|-3|B|-3|M|@$1|36|A|-3|E|$7|F|1|1H|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|B9|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BB|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BC|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BD|A|-3|B|-3|M|@$1|BE|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BF|A|-3|B|-3|M|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BG|A|-3|B|-3|M|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|1H|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BI|A|-3|B|-3|M|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]|$1|36|A|-3|E|$7|F|1|1H|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BJ|A|-3|B|-3|M|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BK|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BL|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BM|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BN|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BQ|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|39|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|BB|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BR|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BS|A|-3|E|$7|R|1|AX|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BT|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|6F|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|2J|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BU|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BM|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BV|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BW|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|39|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BX|A|-3|E|$7|R|1|BY|H|-3]|W|-3]|$1|BZ|A|-3|E|$7|R|1|C0|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C1|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C2|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|C3|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C4|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|C5|A|-3|E|$7|R|1|1T|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|C6|A|-3|E|$7|R|1|2H|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C7|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|C8|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C9|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|CA|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|C5|A|-3|E|$7|R|1|1T|H|-3]|W|-3]|$1|CB|A|-3|E|$7|R|1|CC|H|-3]|W|-3]|$1|CD|A|-3|E|$7|R|1|CE|H|-3]|W|-3]|$1|CF|A|-3|E|$7|R|1|6Y|H|-3]|W|-3]|$1|CG|A|-3|E|$7|R|1|CH|H|-3]|W|-3]|$1|C6|A|-3|E|$7|R|1|2H|H|-3]|W|-3]|$1|CI|A|-3|E|$7|R|1|S|H|-3]|W|-3]|$1|BZ|A|-3|E|$7|R|1|C0|H|-3]|W|-3]|$1|CJ|A|-3|E|$7|R|1|CK|H|-3]|W|-3]|$1|CL|A|-3|E|$7|R|1|CM|H|-3]|W|-3]|$1|CN|A|-3|E|$7|R|1|6H|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|CO|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|CP|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|CQ|A|-3|B|-3|M|@$1|9P|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|CR|A|-3|E|$7|R|1|CS|H|-3]|W|-3]|$1|6K|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|CT|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|CU|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CV|A|-3|D|@]|E|$7|8|1|82|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|CW|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|11|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|CY|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1E|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|CZ|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|2Q|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D0|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D1|A|-3|D|@]|E|$7|8|1|35|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D2|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|D4|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|3Q|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D5|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D6|A|-3|D|@]|E|$7|8|1|3R|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D7|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D8|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D9|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|6C|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DA|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|6S|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DB|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|24|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DC|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|73|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DD|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|DE|A|-3|D|@]|E|$7|8|1|7G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DF|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|DG|A|-3|D|@]|E|$7|8|1|AB|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DH|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D6|A|-3|D|@]|E|$7|8|1|AH|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DI|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D1|A|-3|D|@]|E|$7|8|1|DJ|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DK|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|DL|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DM|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|DN|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DO|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|DP|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DQ|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D6|A|-3|D|@]|E|$7|8|1|3B|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DR|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|DS|A|-3|D|@]|E|$7|8|1|DT|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DU|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|DV|A|-3|D|@]|E|$7|8|1|DW|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DX|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|DY|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9O|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DZ|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8P|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E0|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|D4|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8Q|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E1|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|6I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8S|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E2|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|6Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8U|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E3|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|D4|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8V|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E4|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|96|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E5|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|E6|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|90|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E7|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|E8|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9H|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E9|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9N|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EA|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|T|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8H|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EB|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|DY|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9O|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EC|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|ED|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|EE|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EF|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EG|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EH|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|62|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EI|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|EJ|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|EK|A|-3|B|-3|M|-3|N|-3|O|@$1|EL|A|-3|I|-2|J|-3]|$1|EM|A|-3|I|-2|J|-3]|$1|EN|A|-3|I|-2|J|-3]|$1|EO|A|-3|I|-2|J|-3]|$1|EP|A|-3|I|-2|J|-3]|$1|EQ|A|-3|I|-2|J|-3]|$1|ER|A|-3|I|-2|J|-3]|$1|ES|A|-3|I|-2|J|-3]|$1|ET|A|-3|I|-2|J|-3]|$1|EU|A|-3|I|-2|J|-3]|$1|EV|A|-3|I|-2|J|-3]|$1|EW|A|-3|I|-2|J|-3]|$1|EX|A|-3|I|-2|J|-3]|$1|EY|A|-3|I|-2|J|-3]|$1|EZ|A|-3|I|-2|J|-3]|$1|F0|A|-3|I|-2|J|-3]|$1|F1|A|-3|I|-2|J|-3]|$1|F2|A|-3|I|-2|J|-3]|$1|F3|A|-3|I|-2|J|-3]|$1|F4|A|-3|I|-2|J|-3]|$1|F5|A|-3|I|-2|J|-3]|$1|F6|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|DJ|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|36|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4P|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Q|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4R|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|CK|A|-3|B|-3|M|@$1|E6|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|DL|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|50|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|52|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|53|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|54|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|55|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|56|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|57|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|58|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|59|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5C|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8Z|A|-3|D|@]|E|$7|8|1|1D|H|-3]|I|-2|J|-3]|$1|91|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|92|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5N|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|5O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5Q|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5R|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|93|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|94|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|95|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|51|A|-3|B|@$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EE|A|-3|B|@$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|F7|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|EJ|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|CM|A|-3|B|-3|M|@$1|E8|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|DN|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|9I|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9J|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9K|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|9L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|9M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|F8|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1Q|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|F9|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9J|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|FA|A|-3|B|-3|M|-3|N|-3|O|@$1|FB|A|-3|I|-2|J|-3]|$1|FC|A|-3|I|-2|J|-3]|$1|FD|A|-3|I|-2|J|-3]|$1|FE|A|-3|I|-2|J|-3]|$1|FF|A|-3|I|-2|J|-3]|$1|FG|A|-3|I|-2|J|-3]|$1|FH|A|-3|I|-2|J|-3]|$1|FI|A|-3|I|-2|J|-3]|$1|FJ|A|-3|I|-2|J|-3]|$1|FK|A|-3|I|-2|J|-3]|$1|FL|A|-3|I|-2|J|-3]|$1|FM|A|-3|I|-2|J|-3]|$1|FN|A|-3|I|-2|J|-3]|$1|FO|A|-3|I|-2|J|-3]|$1|FP|A|-3|I|-2|J|-3]|$1|FQ|A|-3|I|-2|J|-3]|$1|FR|A|-3|I|-2|J|-3]|$1|FS|A|-3|I|-2|J|-3]|$1|FT|A|-3|I|-2|J|-3]|$1|FU|A|-3|I|-2|J|-3]|$1|FV|A|-3|I|-2|J|-3]|$1|FW|A|-3|I|-2|J|-3]|$1|FX|A|-3|I|-2|J|-3]|$1|FY|A|-3|I|-2|J|-3]|$1|FZ|A|-3|I|-2|J|-3]|$1|G0|A|-3|I|-2|J|-3]|$1|G1|A|-3|I|-2|J|-3]|$1|G2|A|-3|I|-2|J|-3]|$1|G3|A|-3|I|-2|J|-3]|$1|G4|A|-3|I|-2|J|-3]|$1|G5|A|-3|I|-2|J|-3]|$1|G6|A|-3|I|-2|J|-3]|$1|G7|A|-3|I|-2|J|-3]|$1|G8|A|-3|I|-2|J|-3]|$1|G9|A|-3|I|-2|J|-3]|$1|GA|A|-3|I|-2|J|-3]|$1|GB|A|-3|I|-2|J|-3]|$1|GC|A|-3|I|-2|J|-3]|$1|GD|A|-3|I|-2|J|-3]|$1|GE|A|-3|I|-2|J|-3]|$1|GF|A|-3|I|-2|J|-3]|$1|GG|A|-3|I|-2|J|-3]|$1|GH|A|-3|I|-2|J|-3]|$1|GI|A|-3|I|-2|J|-3]|$1|GJ|A|-3|I|-2|J|-3]|$1|GK|A|-3|I|-2|J|-3]|$1|GL|A|-3|I|-2|J|-3]|$1|GM|A|-3|I|-2|J|-3]|$1|GN|A|-3|I|-2|J|-3]|$1|GO|A|-3|I|-2|J|-3]|$1|GP|A|-3|I|-2|J|-3]|$1|GQ|A|-3|I|-2|J|-3]|$1|GR|A|-3|I|-2|J|-3]|$1|GS|A|-3|I|-2|J|-3]|$1|GT|A|-3|I|-2|J|-3]|$1|GU|A|-3|I|-2|J|-3]|$1|GV|A|-3|I|-2|J|-3]|$1|GW|A|-3|I|-2|J|-3]|$1|GX|A|-3|I|-2|J|-3]|$1|GY|A|-3|I|-2|J|-3]|$1|GZ|A|-3|I|-2|J|-3]|$1|H0|A|-3|I|-2|J|-3]|$1|H1|A|-3|I|-2|J|-3]|$1|H2|A|-3|I|-2|J|-3]|$1|H3|A|-3|I|-2|J|-3]|$1|H4|A|-3|I|-2|J|-3]|$1|H5|A|-3|I|-2|J|-3]|$1|H6|A|-3|I|-2|J|-3]|$1|H7|A|-3|I|-2|J|-3]|$1|H8|A|-3|I|-2|J|-3]|$1|H9|A|-3|I|-2|J|-3]|$1|HA|A|-3|I|-2|J|-3]|$1|HB|A|-3|I|-2|J|-3]|$1|HC|A|-3|I|-2|J|-3]|$1|HD|A|-3|I|-2|J|-3]]|P|-3]|$7|R|1|BP|A|-3|B|-3|M|@$1|HE|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|HF|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|AU|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|CH|A|-3|B|-3|M|@$1|1C|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|8O|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|23|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|64|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|2K|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HG|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HH|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2L|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2M|A|-3|D|@]|E|$7|8|1|2N|H|-3]|I|-2|J|-3]|$1|2O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HI|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DP|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9U|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|79|A|-3|B|@$1|HJ|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HK|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HL|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HM|A|-3|D|@]|E|$7|8|1|60|H|-3]|I|-2|J|-3]|$1|HN|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|HO|H|-3]]]|I|-2|J|-3]|$1|HP|A|-3|D|@]|E|$7|8|1|HQ|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|3B|A|-3|B|@$1|9P|A|-3|D|@]|E|$7|8|1|9Q|H|-3]|I|-2|J|-3]|$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HR|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9Y|H|-3]]]|I|-2|J|-3]|$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9V|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9W|H|-3]]]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9T|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9U|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1R|A|-3|B|@$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|23|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9W|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HS|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|B0|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|HT|A|-3|B|@$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|HU|A|-3|B|@$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|23|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|HV|A|-3|B|@$1|1Q|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|EJ|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|HO|A|-3|B|@$1|66|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HW|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|C0|A|-3|B|-3|M|@$1|3A|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|HQ|A|-3|B|@$1|HX|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HY|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HZ|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|I0|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|I1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I2|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I3|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|CC|A|-3|B|-3|M|@$1|6|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|DT|A|-3|B|@$1|I4|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9Q|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|I5|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I6|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|I7|A|-3|B|@$1|52|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|53|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|54|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|55|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|56|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|57|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|58|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|59|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5C|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5Q|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5R|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|I8|A|-3|B|-3|M|-3|N|-3|O|@$1|I9|A|-3|I|-2|J|-3]|$1|IA|A|-3|I|-2|J|-3]|$1|IB|A|-3|I|-2|J|-3]|$1|IC|A|-3|I|-2|J|-3]|$1|ID|A|-3|I|-2|J|-3]|$1|IE|A|-3|I|-2|J|-3]|$1|IF|A|-3|I|-2|J|-3]|$1|IG|A|-3|I|-2|J|-3]|$1|IH|A|-3|I|-2|J|-3]|$1|II|A|-3|I|-2|J|-3]|$1|IJ|A|-3|I|-2|J|-3]|$1|IK|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|7B|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|IL|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|IM|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|IN|A|-3|B|@$1|E|A|-3|D|@]|E|$7|1X|1|IO|H|-3]|I|-2|J|-3]|$1|3H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|IP|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|1X|1|I8|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|7F|A|-3|B|@$1|IQ|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|IN|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|IO|A|-3|B|-3|M|-3|N|-3|O|@$1|IR|A|-3|I|-2|J|-3]|$1|IS|A|-3|I|-2|J|-3]|$1|IT|A|-3|I|-2|J|-3]|$1|IU|A|-3|I|-2|J|-3]|$1|IV|A|-3|I|-2|J|-3]|$1|IW|A|-3|I|-2|J|-3]|$1|IX|A|-3|I|-2|J|-3]|$1|IY|A|-3|I|-2|J|-3]|$1|IZ|A|-3|I|-2|J|-3]|$1|J0|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|4J|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|J1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|BY|A|-3|B|-3|M|@$1|4I|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|J2|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|J3|A|-3|D|@]|E|$7|8|1|AW|H|-3]|I|-2|J|-3]|$1|3Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|J4|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AK|A|-3|D|@]|E|$7|8|1|84|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DW|A|-3|B|@$1|3X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|J2|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|J5|A|-3|B|-3|M|-3|N|-3|O|@$1|J6|A|-3|I|-2|J|-3]|$1|J7|A|-3|I|-2|J|-3]|$1|J8|A|-3|I|-2|J|-3]]|P|-3]|$7|R|1|CE|A|-3|B|-3|M|@$1|J9|A|-3|E|$7|1X|1|J5|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|1N|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JA|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|7E|A|-3|B|@$1|JB|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HN|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HP|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|3O|A|-3|B|@$1|D1|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|JC|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|CS|A|-3|B|-3|M|@$1|E|A|-3|E|$7|R|1|JD|H|-3]|W|-3]|$1|JE|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|K|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|Y|A|-3|B|@$1|K|A|-3|D|@]|E|$7|1X|1|9Z|H|-3]|I|-2|J|-3]|$1|32|A|-3|D|@]|E|$7|1X|1|89|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|1X|1|6P|H|-3]|I|-2|J|-3]|$1|JF|A|-3|D|@]|E|$7|1X|1|EK|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|JD|A|-3|B|-3|M|@$1|K|A|-3|E|$7|1X|1|9Z|H|-3]|W|-3]|$1|32|A|-3|E|$7|1X|1|89|H|-3]|W|-3]|$1|C|A|-3|E|$7|1X|1|6P|H|-3]|W|-3]|$1|JF|A|-3|E|$7|1X|1|EK|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|JG|A|-3|B|@$1|6K|A|-3|D|@]|E|$7|8|1|23|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JH|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|JI|A|-3|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|8|1|10|A|-3|B|@$1|66|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9Q|A|-3|B|@$1|6F|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A8|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|12|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|72|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A7|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|8|1|4T|H|-3]]|I|-2|J|-3]|$1|JJ|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|JI|H|-3]]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JK|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JL|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JM|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|16|A|-3|B|@$1|JN|A|-3|D|@]|E|$7|8|1|3B|H|-3]|I|-2|J|-3]|$1|JO|A|-3|D|@]|E|$7|8|1|3B|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4|A|-3|B|@$1|JP|A|-3|D|@$1|CT|A|-3|E|$7|F|1|2S|H|-3]|W|-3]|$1|6K|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|9P|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|CR|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|EF|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2|A|-3|B|@$1|JQ|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]|$1|B6|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|E|$7|8|1|CW|H|-3]|I|-2|J|-3]|$1|JR|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|CZ|H|-3]|I|-2|J|-3]|$1|JS|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DB|H|-3]|I|-2|J|-3]|$1|JT|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|D9|H|-3]|I|-2|J|-3]|$1|JU|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DO|H|-3]|I|-2|J|-3]|$1|JV|A|-3|D|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DA|H|-3]|I|-2|J|-3]|$1|JW|A|-3|D|@$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|DC|H|-3]|I|-2|J|-3]|$1|JX|A|-3|D|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DQ|H|-3]|I|-2|J|-3]|$1|JY|A|-3|D|@$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|D0|H|-3]|I|-2|J|-3]|$1|JZ|A|-3|D|@$1|BC|A|-3|E|$7|F|1|2S|H|-3]|W|-3]|$1|BB|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]]|E|$7|8|1|D2|H|-3]|I|-2|J|-3]|$1|K0|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]]|E|$7|8|1|DR|H|-3]|I|-2|J|-3]|$1|K1|A|-3|D|@]|E|$7|8|1|D5|H|-3]|I|-2|J|-3]|$1|K2|A|-3|D|@$1|BE|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|E|$7|8|1|D7|H|-3]|I|-2|J|-3]|$1|K3|A|-3|D|@]|E|$7|8|1|DF|H|-3]|I|-2|J|-3]|$1|K4|A|-3|D|@]|E|$7|8|1|DH|H|-3]|I|-2|J|-3]|$1|K5|A|-3|D|@]|E|$7|8|1|DU|H|-3]|I|-2|J|-3]|$1|K6|A|-3|D|@]|E|$7|8|1|DD|H|-3]|I|-2|J|-3]|$1|K7|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]]|E|$7|8|1|DX|H|-3]|I|-2|J|-3]|$1|K8|A|-3|D|@$1|BM|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BN|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|DZ|H|-3]|I|-2|J|-3]|$1|K9|A|-3|D|@$1|BB|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BS|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BR|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|39|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E0|H|-3]|I|-2|J|-3]|$1|KA|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|EA|H|-3]|I|-2|J|-3]|$1|KB|A|-3|D|@$1|C5|A|-3|E|$7|R|1|1T|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|CB|A|-3|E|$7|R|1|CC|H|-3]|W|-3]|$1|CD|A|-3|E|$7|R|1|CE|H|-3]|W|-3]|$1|CF|A|-3|E|$7|R|1|6Y|H|-3]|W|-3]|$1|CG|A|-3|E|$7|R|1|CH|H|-3]|W|-3]|$1|C6|A|-3|E|$7|R|1|2H|H|-3]|W|-3]|$1|CI|A|-3|E|$7|R|1|S|H|-3]|W|-3]|$1|BZ|A|-3|E|$7|R|1|C0|H|-3]|W|-3]|$1|CJ|A|-3|E|$7|R|1|CK|H|-3]|W|-3]|$1|CL|A|-3|E|$7|R|1|CM|H|-3]|W|-3]|$1|CN|A|-3|E|$7|R|1|6H|H|-3]|W|-3]]|E|$7|8|1|EB|H|-3]|I|-2|J|-3]|$1|KC|A|-3|D|@$1|C8|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E9|H|-3]|I|-2|J|-3]|$1|KD|A|-3|D|@$1|BM|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BV|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E2|H|-3]|I|-2|J|-3]|$1|KE|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|6K|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|CY|H|-3]|I|-2|J|-3]|$1|KF|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|DM|H|-3]|I|-2|J|-3]|$1|KG|A|-3|D|@$1|C5|A|-3|E|$7|R|1|1T|H|-3]|W|-3]|$1|C6|A|-3|E|$7|R|1|2H|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]]|E|$7|8|1|E7|H|-3]|I|-2|J|-3]|$1|KH|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|DK|H|-3]|I|-2|J|-3]|$1|KI|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|KJ|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|C3|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E5|H|-3]|I|-2|J|-3]|$1|KK|A|-3|D|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DI|H|-3]|I|-2|J|-3]|$1|KL|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|39|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BX|A|-3|E|$7|R|1|BY|H|-3]|W|-3]|$1|BZ|A|-3|E|$7|R|1|C0|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E3|H|-3]|I|-2|J|-3]|$1|KM|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|E4|H|-3]|I|-2|J|-3]|$1|KN|A|-3|D|@$1|6F|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|2J|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E1|H|-3]|I|-2|J|-3]|$1|KO|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|CP|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|EC|H|-3]|I|-2|J|-3]|$1|KP|A|-3|D|@$1|66|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|9P|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|CU|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|KQ|A|KR|B|@$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6|A|KS|D|@]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|KT|H|-3]]]]|I|-2|J|-3]|$1|0|A|KU|D|@]|E|$7|V|1|-3|H|$7|8|1|KT|H|-3]]|I|-2|J|-3]|$1|3|A|KV|D|@]|E|$7|8|1|KT|H|-3]|I|-2|J|-3]|$1|5|A|KW|D|@]|E|$7|8|1|KT|H|-3]|I|-2|J|-3]|$1|KX|A|KY|D|@]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|KZ|H|-3]]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|KT|A|L0|B|@$1|7|A|-3|D|@]|E|$7|V|1|-3|H|$7|1X|1|L1|H|-3]]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L2|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|B|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L5|H|-3]]]|I|-2|J|-3]|$1|N|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|KT|H|-3]]]|I|-2|J|-3]|$1|P|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|KT|H|-3]]]|I|-2|J|-3]|$1|O|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L6|H|-3]]]|I|-2|J|-3]|$1|M|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L7|H|-3]]]|I|-2|J|-3]|$1|H|A|-3|D|@]|E|$7|8|1|KT|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|L1|A|L8|B|-3|M|-3|N|-3|O|@$1|F|A|L9|I|-2|J|-3]|$1|8|A|LA|I|-2|J|-3]|$1|LB|A|LC|I|-2|J|-3]|$1|6O|A|LD|I|-2|J|-3]|$1|1X|A|LE|I|-2|J|-3]|$1|R|A|LF|I|-2|J|-3]|$1|U|A|LG|I|-2|J|-3]|$1|V|A|LH|I|-2|J|-3]]|P|-3]|$7|8|1|L5|A|LI|B|@$1|1|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L7|H|-3]]]]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|V|1|-3|H|$7|8|1|KT|H|-3]]|I|-2|J|-3]|$1|I|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|I|-2|J|-3]|$1|J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|L7|A|LJ|B|@$1|1|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|V|1|-3|H|$7|8|1|KT|H|-3]]|I|-2|J|-3]|$1|W|A|LK|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|I|-2|J|-3]|$1|J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|L6|A|LL|B|@$1|1|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|I|-2|J|-3]|$1|J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|KZ|A|LM|B|@$1|1|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|LN|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|I|-2|J|-3]|$1|LO|A|-3|D|@]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|1X|1|LP|H|-3]]]]|I|-2|J|-3]|$1|D|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L7|H|-3]]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|LP|A|LQ|B|-3|M|-3|N|-3|O|@$1|LR|A|LS|I|-2|J|-3]|$1|LT|A|LU|I|-2|J|-3]|$1|LV|A|LW|I|-2|J|-3]|$1|LX|A|LY|I|-2|J|-3]|$1|LZ|A|M0|I|-2|J|-3]|$1|M1|A|M2|I|-2|J|-3]|$1|M3|A|M4|I|-2|J|-3]|$1|M5|A|M6|I|-2|J|-3]|$1|M7|A|M8|I|-2|J|-3]|$1|F|A|M9|I|-2|J|-3]|$1|8|A|MA|I|-2|J|-3]|$1|MB|A|MC|I|-2|J|-3]|$1|MD|A|ME|I|-2|J|-3]|$1|LB|A|MF|I|-2|J|-3]|$1|6O|A|MG|I|-2|J|-3]|$1|1X|A|MH|I|-2|J|-3]|$1|MI|A|MJ|I|-2|J|-3]|$1|R|A|MK|I|-2|J|-3]|$1|ML|A|MM|I|-2|J|-3]]|P|-3]]|KX|@$1|MN|A|MO|LO|@LX|M1|M3]|D|@$1|MP|A|MQ|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|W|-3]]]|$1|MR|A|MS|LO|@LX|M1|M3]|D|@$1|MP|A|MT|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|W|-3]]]|$1|MU|A|MV|LO|@MB|MD|ML|MI]|D|@$1|MW|A|MX|E|$7|F|1|G|H|-3]|W|MY]]]|$1|MZ|A|N0|LO|@F]|D|@$1|N1|A|N2|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]]]]',{parse:aft}=W8(),pft=Kv(),uft=cw(),hk=Hc(),lft=KD(),cft=Wa(),{fromBase64:dft,toUint8Array:fft}=ji(),hft=Sce(),{WsClient:gft}=Gfe(),mft=Vfe(),gk=class extends hft{constructor(r){if(pft(r)===!1)throw new Error("Chain endpoint must be a valid url");super({dataSource:"forge",httpEndpoint:r,socketEndpoint:()=>this._getSocketEndpoint(r),enableQuery:!0,enableSubscription:!0,enableMutation:!0,maxQueryDepth:6}),this._endpoint=r,this._socketClient=null}setGasPayer(r){this._gasPayer=r}subscribe(r,o){return this._ensureSocketClient().on(r,o)}unsubscribe(r,o){return this._ensureSocketClient().off(r,o)}_ensureSocketClient(){return this._socketClient||(this._socketClient=new gft(this.config.socketEndpoint(),Object.assign(this._getSocketOptions(),{heartbeatIntervalMs:10*1e3}))),this._socketClient.isConnected()===!1&&this._socketClient.connect(),this._socketClient}_getSocketEndpoint(r){let o=r.replace(/https?:\/\//,"ws://");return r.indexOf("https://")===0&&(o=o.replace("ws://","wss://")),o}_getAuthHeaders(r){if(!this._gasPayer)return{};if(typeof this._gasPayer.sign!="function")return{};let o=aft(r);if(hk(o,"definitions[0].operation")==="mutation"){let n=hk(o,"definitions[0].selectionSet.selections[0]");if(hk(n,"name.value")==="sendTx"){let s=n.arguments.find(p=>p.name.value==="tx");if(s){let p=fft(dft(s.value.value)),u=cft.toTxHash(p);return{"x-gas-payer-pk":this._gasPayer.publicKey,"x-gas-payer-sig":lft.sign(this._gasPayer.address,this._gasPayer.secretKey,{txHash:u})}}}}return{}}_getSchema(){return mft.unpack(sft)}_getIgnoreFields(){return[]}pickGasPayerHeaders({headers:r}){return uft(r,["x-gas-payer-sig","x-gas-payer-pk"])}};qfe.exports=gk});var Kfe=I((rCt,Jfe)=>{"use strict";var{createExtensionMethods:yft}=vae(),bft=zfe(),mk=class extends bft{constructor(r,o=!0){super(r),yft(this),o&&this.getContext().catch(i=>{console.warn("failed to warmup context",i.message)})}};Jfe.exports=mk});var Yfe=I((oCt,Xfe)=>{"use strict";var vft=require("events"),Sft=Kfe(),yk=class extends Sft{_getSocketOptions(){return{}}_getEventImplementation(){return vft}};Xfe.exports=yk});var T1e=I((Lk,$k)=>{"use strict";Object.defineProperty(Lk,"__esModule",{value:!0});function h1t(t){return t.encrypted}var Nk=(t,r)=>{let o;typeof r=="function"?o={connect:r}:o=r;let i=typeof o.connect=="function",n=typeof o.secureConnect=="function",s=typeof o.close=="function",p=()=>{i&&o.connect(),h1t(t)&&n&&(t.authorized?o.secureConnect():t.authorizationError||t.once("secureConnect",o.secureConnect)),s&&t.once("close",o.close)};t.writable&&!t.connecting?p():t.connecting?t.once("connect",p):t.destroyed&&s&&o.close(t._hadError)};Lk.default=Nk;$k.exports=Nk;$k.exports.default=Nk});var F1e=I((bCt,w1e)=>{"use strict";var{PassThrough:T1t}=require("stream");w1e.exports=t=>{t={...t};let{array:r}=t,{encoding:o}=t,i=o==="buffer",n=!1;r?n=!(o||i):o=o||"utf8",i&&(o=null);let s=new T1t({objectMode:n});o&&s.setEncoding(o);let p=0,u=[];return s.on("data",l=>{u.push(l),n?p=u.length:p+=l.length}),s.getBufferedValue=()=>r?u:i?Buffer.concat(u,p):u.join(""),s.getBufferedLength=()=>p,s}});var D1e=I((vCt,$2)=>{"use strict";var{constants:E1t}=require("buffer"),_1t=require("stream"),{promisify:x1t}=require("util"),A1t=F1e(),w1t=x1t(_1t.pipeline),zS=class extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}};async function Wk(t,r){if(!t)throw new Error("Expected a stream");r={maxBuffer:1/0,...r};let{maxBuffer:o}=r,i=A1t(r);return await new Promise((n,s)=>{let p=u=>{u&&i.getBufferedLength()<=E1t.MAX_LENGTH&&(u.bufferedData=i.getBufferedValue()),s(u)};(async()=>{try{await w1t(t,i),n()}catch(u){p(u)}})(),i.on("data",()=>{i.getBufferedLength()>o&&p(new zS)})}),i.getBufferedValue()}$2.exports=Wk;$2.exports.buffer=(t,r)=>Wk(t,{...r,encoding:"buffer"});$2.exports.array=(t,r)=>Wk(t,{...r,array:!0});$2.exports.MaxBufferError=zS});var k1e=I((TCt,R1e)=>{"use strict";var F1t=new Set([200,203,204,206,300,301,308,404,405,410,414,501]),D1t=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]),R1t=new Set([500,502,503,504]),k1t={date:!0,connection:!0,"keep-alive":!0,"proxy-authenticate":!0,"proxy-authorization":!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0},M1t={"content-length":!0,"content-encoding":!0,"transfer-encoding":!0,"content-range":!0};function bh(t){let r=parseInt(t,10);return isFinite(r)?r:0}function I1t(t){return t?R1t.has(t.status):!0}function jk(t){let r={};if(!t)return r;let o=t.trim().split(/,/);for(let i of o){let[n,s]=i.split(/=/,2);r[n.trim()]=s===void 0?!0:s.trim().replace(/^"|"$/g,"")}return r}function C1t(t){let r=[];for(let o in t){let i=t[o];r.push(i===!0?o:o+"="+i)}if(!!r.length)return r.join(", ")}R1e.exports=class{constructor(r,o,{shared:i,cacheHeuristic:n,immutableMinTimeToLive:s,ignoreCargoCult:p,_fromObject:u}={}){if(u){this._fromObject(u);return}if(!o||!o.headers)throw Error("Response headers missing");this._assertRequestHasHeaders(r),this._responseTime=this.now(),this._isShared=i!==!1,this._cacheHeuristic=n!==void 0?n:.1,this._immutableMinTtl=s!==void 0?s:24*3600*1e3,this._status="status"in o?o.status:200,this._resHeaders=o.headers,this._rescc=jk(o.headers["cache-control"]),this._method="method"in r?r.method:"GET",this._url=r.url,this._host=r.headers.host,this._noAuthorization=!r.headers.authorization,this._reqHeaders=o.headers.vary?r.headers:null,this._reqcc=jk(r.headers["cache-control"]),p&&"pre-check"in this._rescc&&"post-check"in this._rescc&&(delete this._rescc["pre-check"],delete this._rescc["post-check"],delete this._rescc["no-cache"],delete this._rescc["no-store"],delete this._rescc["must-revalidate"],this._resHeaders=Object.assign({},this._resHeaders,{"cache-control":C1t(this._rescc)}),delete this._resHeaders.expires,delete this._resHeaders.pragma),o.headers["cache-control"]==null&&/no-cache/.test(o.headers.pragma)&&(this._rescc["no-cache"]=!0)}now(){return Date.now()}storable(){return!!(!this._reqcc["no-store"]&&(this._method==="GET"||this._method==="HEAD"||this._method==="POST"&&this._hasExplicitExpiration())&&D1t.has(this._status)&&!this._rescc["no-store"]&&(!this._isShared||!this._rescc.private)&&(!this._isShared||this._noAuthorization||this._allowsStoringAuthenticated())&&(this._resHeaders.expires||this._rescc["max-age"]||this._isShared&&this._rescc["s-maxage"]||this._rescc.public||F1t.has(this._status)))}_hasExplicitExpiration(){return this._isShared&&this._rescc["s-maxage"]||this._rescc["max-age"]||this._resHeaders.expires}_assertRequestHasHeaders(r){if(!r||!r.headers)throw Error("Request headers missing")}satisfiesWithoutRevalidation(r){this._assertRequestHasHeaders(r);let o=jk(r.headers["cache-control"]);return o["no-cache"]||/no-cache/.test(r.headers.pragma)||o["max-age"]&&this.age()>o["max-age"]||o["min-fresh"]&&this.timeToLive()<1e3*o["min-fresh"]||this.stale()&&!(o["max-stale"]&&!this._rescc["must-revalidate"]&&(o["max-stale"]===!0||o["max-stale"]>this.age()-this.maxAge()))?!1:this._requestMatches(r,!1)}_requestMatches(r,o){return(!this._url||this._url===r.url)&&this._host===r.headers.host&&(!r.method||this._method===r.method||o&&r.method==="HEAD")&&this._varyMatches(r)}_allowsStoringAuthenticated(){return this._rescc["must-revalidate"]||this._rescc.public||this._rescc["s-maxage"]}_varyMatches(r){if(!this._resHeaders.vary)return!0;if(this._resHeaders.vary==="*")return!1;let o=this._resHeaders.vary.trim().toLowerCase().split(/\s*,\s*/);for(let i of o)if(r.headers[i]!==this._reqHeaders[i])return!1;return!0}_copyWithoutHopByHopHeaders(r){let o={};for(let i in r)k1t[i]||(o[i]=r[i]);if(r.connection){let i=r.connection.trim().split(/\s*,\s*/);for(let n of i)delete o[n]}if(o.warning){let i=o.warning.split(/,/).filter(n=>!/^\s*1[0-9][0-9]/.test(n));i.length?o.warning=i.join(",").trim():delete o.warning}return o}responseHeaders(){let r=this._copyWithoutHopByHopHeaders(this._resHeaders),o=this.age();return o>3600*24&&!this._hasExplicitExpiration()&&this.maxAge()>3600*24&&(r.warning=(r.warning?`${r.warning}, `:"")+'113 - "rfc7234 5.5.4"'),r.age=`${Math.round(o)}`,r.date=new Date(this.now()).toUTCString(),r}date(){let r=Date.parse(this._resHeaders.date);return isFinite(r)?r:this._responseTime}age(){let r=this._ageValue(),o=(this.now()-this._responseTime)/1e3;return r+o}_ageValue(){return bh(this._resHeaders.age)}maxAge(){if(!this.storable()||this._rescc["no-cache"]||this._isShared&&this._resHeaders["set-cookie"]&&!this._rescc.public&&!this._rescc.immutable||this._resHeaders.vary==="*")return 0;if(this._isShared){if(this._rescc["proxy-revalidate"])return 0;if(this._rescc["s-maxage"])return bh(this._rescc["s-maxage"])}if(this._rescc["max-age"])return bh(this._rescc["max-age"]);let r=this._rescc.immutable?this._immutableMinTtl:0,o=this.date();if(this._resHeaders.expires){let i=Date.parse(this._resHeaders.expires);return Number.isNaN(i)||i<o?0:Math.max(r,(i-o)/1e3)}if(this._resHeaders["last-modified"]){let i=Date.parse(this._resHeaders["last-modified"]);if(isFinite(i)&&o>i)return Math.max(r,(o-i)/1e3*this._cacheHeuristic)}return r}timeToLive(){let r=this.maxAge()-this.age(),o=r+bh(this._rescc["stale-if-error"]),i=r+bh(this._rescc["stale-while-revalidate"]);return Math.max(0,r,o,i)*1e3}stale(){return this.maxAge()<=this.age()}_useStaleIfError(){return this.maxAge()+bh(this._rescc["stale-if-error"])>this.age()}useStaleWhileRevalidate(){return this.maxAge()+bh(this._rescc["stale-while-revalidate"])>this.age()}static fromObject(r){return new this(void 0,void 0,{_fromObject:r})}_fromObject(r){if(this._responseTime)throw Error("Reinitialized");if(!r||r.v!==1)throw Error("Invalid serialization");this._responseTime=r.t,this._isShared=r.sh,this._cacheHeuristic=r.ch,this._immutableMinTtl=r.imm!==void 0?r.imm:24*3600*1e3,this._status=r.st,this._resHeaders=r.resh,this._rescc=r.rescc,this._method=r.m,this._url=r.u,this._host=r.h,this._noAuthorization=r.a,this._reqHeaders=r.reqh,this._reqcc=r.reqcc}toObject(){return{v:1,t:this._responseTime,sh:this._isShared,ch:this._cacheHeuristic,imm:this._immutableMinTtl,st:this._status,resh:this._resHeaders,rescc:this._rescc,m:this._method,u:this._url,h:this._host,a:this._noAuthorization,reqh:this._reqHeaders,reqcc:this._reqcc}}revalidationHeaders(r){this._assertRequestHasHeaders(r);let o=this._copyWithoutHopByHopHeaders(r.headers);if(delete o["if-range"],!this._requestMatches(r,!0)||!this.storable())return delete o["if-none-match"],delete o["if-modified-since"],o;if(this._resHeaders.etag&&(o["if-none-match"]=o["if-none-match"]?`${o["if-none-match"]}, ${this._resHeaders.etag}`:this._resHeaders.etag),o["accept-ranges"]||o["if-match"]||o["if-unmodified-since"]||this._method&&this._method!="GET"){if(delete o["if-modified-since"],o["if-none-match"]){let n=o["if-none-match"].split(/,/).filter(s=>!/^\s*W\//.test(s));n.length?o["if-none-match"]=n.join(",").trim():delete o["if-none-match"]}}else this._resHeaders["last-modified"]&&!o["if-modified-since"]&&(o["if-modified-since"]=this._resHeaders["last-modified"]);return o}revalidatedPolicy(r,o){if(this._assertRequestHasHeaders(r),this._useStaleIfError()&&I1t(o))return{modified:!1,matches:!1,policy:this};if(!o||!o.headers)throw Error("Response headers missing");let i=!1;if(o.status!==void 0&&o.status!=304?i=!1:o.headers.etag&&!/^\s*W\//.test(o.headers.etag)?i=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===o.headers.etag:this._resHeaders.etag&&o.headers.etag?i=this._resHeaders.etag.replace(/^\s*W\//,"")===o.headers.etag.replace(/^\s*W\//,""):this._resHeaders["last-modified"]?i=this._resHeaders["last-modified"]===o.headers["last-modified"]:!this._resHeaders.etag&&!this._resHeaders["last-modified"]&&!o.headers.etag&&!o.headers["last-modified"]&&(i=!0),!i)return{policy:new this.constructor(r,o),modified:o.status!=304,matches:!1};let n={};for(let p in this._resHeaders)n[p]=p in o.headers&&!M1t[p]?o.headers[p]:this._resHeaders[p];let s=Object.assign({},o,{status:this._status,method:this._method,headers:n});return{policy:new this.constructor(r,s,{shared:this._isShared,cacheHeuristic:this._cacheHeuristic,immutableMinTimeToLive:this._immutableMinTtl}),modified:!1,matches:!0}}}});var I1e=I(Gk=>{Gk.stringify=function t(r){if(typeof r>"u")return r;if(r&&Buffer.isBuffer(r))return JSON.stringify(":base64:"+r.toString("base64"));if(r&&r.toJSON&&(r=r.toJSON()),r&&typeof r=="object"){var o="",i=Array.isArray(r);o=i?"[":"{";var n=!0;for(var s in r){var p=typeof r[s]=="function"||!i&&typeof r[s]>"u";Object.hasOwnProperty.call(r,s)&&!p&&(n||(o+=","),n=!1,i?r[s]==null?o+="null":o+=t(r[s]):r[s]!==void 0&&(o+=t(s)+":"+t(r[s])))}return o+=i?"]":"}",o}else return typeof r=="string"?JSON.stringify(/^:/.test(r)?":"+r:r):typeof r>"u"?"null":JSON.stringify(r)};Gk.parse=function(t){return JSON.parse(t,function(r,o){return typeof o=="string"?/^:base64:/.test(o)?Buffer.from(o.substring(8),"base64"):/^:/.test(o)?o.substring(1):o:o})}});var P1e=I((wCt,O1e)=>{"use strict";var B1t=require("events"),C1e=I1e(),O1t=t=>{let r={redis:"@keyv/redis",rediss:"@keyv/redis",mongodb:"@keyv/mongo",mongo:"@keyv/mongo",sqlite:"@keyv/sqlite",postgresql:"@keyv/postgres",postgres:"@keyv/postgres",mysql:"@keyv/mysql",etcd:"@keyv/etcd",offline:"@keyv/offline",tiered:"@keyv/tiered"};if(t.adapter||t.uri){let o=t.adapter||/^[^:+]*/.exec(t.uri)[0];return new(require(r[o]))(t)}return new Map},B1e=["sqlite","postgres","mysql","mongo","redis","tiered"],Vk=class extends B1t{constructor(r,{emitErrors:o=!0,...i}={}){if(super(),this.opts={namespace:"keyv",serialize:C1e.stringify,deserialize:C1e.parse,...typeof r=="string"?{uri:r}:r,...i},!this.opts.store){let s={...this.opts};this.opts.store=O1t(s)}if(this.opts.compression){let s=this.opts.compression;this.opts.serialize=s.serialize.bind(s),this.opts.deserialize=s.deserialize.bind(s)}typeof this.opts.store.on=="function"&&o&&this.opts.store.on("error",s=>this.emit("error",s)),this.opts.store.namespace=this.opts.namespace;let n=s=>async function*(){for await(let[p,u]of typeof s=="function"?s(this.opts.store.namespace):s){let l=await this.opts.deserialize(u);if(!(this.opts.store.namespace&&!p.includes(this.opts.store.namespace))){if(typeof l.expires=="number"&&Date.now()>l.expires){this.delete(p);continue}yield[this._getKeyUnprefix(p),l.value]}}};typeof this.opts.store[Symbol.iterator]=="function"&&this.opts.store instanceof Map?this.iterator=n(this.opts.store):typeof this.opts.store.iterator=="function"&&this.opts.store.opts&&this._checkIterableAdaptar()&&(this.iterator=n(this.opts.store.iterator.bind(this.opts.store)))}_checkIterableAdaptar(){return B1e.includes(this.opts.store.opts.dialect)||B1e.findIndex(r=>this.opts.store.opts.url.includes(r))>=0}_getKeyPrefix(r){return`${this.opts.namespace}:${r}`}_getKeyPrefixArray(r){return r.map(o=>`${this.opts.namespace}:${o}`)}_getKeyUnprefix(r){return r.split(":").splice(1).join(":")}get(r,o){let{store:i}=this.opts,n=Array.isArray(r),s=n?this._getKeyPrefixArray(r):this._getKeyPrefix(r);if(n&&i.getMany===void 0){let p=[];for(let u of s)p.push(Promise.resolve().then(()=>i.get(u)).then(l=>typeof l=="string"?this.opts.deserialize(l):this.opts.compression?this.opts.deserialize(l):l).then(l=>{if(l!=null)return typeof l.expires=="number"&&Date.now()>l.expires?this.delete(u).then(()=>{}):o&&o.raw?l:l.value}));return Promise.allSettled(p).then(u=>{let l=[];for(let m of u)l.push(m.value);return l})}return Promise.resolve().then(()=>n?i.getMany(s):i.get(s)).then(p=>typeof p=="string"?this.opts.deserialize(p):this.opts.compression?this.opts.deserialize(p):p).then(p=>{if(p!=null)return n?p.map((u,l)=>{if(typeof u=="string"&&(u=this.opts.deserialize(u)),u!=null){if(typeof u.expires=="number"&&Date.now()>u.expires){this.delete(r[l]).then(()=>{});return}return o&&o.raw?u:u.value}}):typeof p.expires=="number"&&Date.now()>p.expires?this.delete(r).then(()=>{}):o&&o.raw?p:p.value})}set(r,o,i){let n=this._getKeyPrefix(r);typeof i>"u"&&(i=this.opts.ttl),i===0&&(i=void 0);let{store:s}=this.opts;return Promise.resolve().then(()=>{let p=typeof i=="number"?Date.now()+i:null;return typeof o=="symbol"&&this.emit("error","symbol cannot be serialized"),o={value:o,expires:p},this.opts.serialize(o)}).then(p=>s.set(n,p,i)).then(()=>!0)}delete(r){let{store:o}=this.opts;if(Array.isArray(r)){let n=this._getKeyPrefixArray(r);if(o.deleteMany===void 0){let s=[];for(let p of n)s.push(o.delete(p));return Promise.allSettled(s).then(p=>p.every(u=>u.value===!0))}return Promise.resolve().then(()=>o.deleteMany(n))}let i=this._getKeyPrefix(r);return Promise.resolve().then(()=>o.delete(i))}clear(){let{store:r}=this.opts;return Promise.resolve().then(()=>r.clear())}has(r){let o=this._getKeyPrefix(r),{store:i}=this.opts;return Promise.resolve().then(async()=>typeof i.has=="function"?i.has(o):await i.get(o)!==void 0)}disconnect(){let{store:r}=this.opts;if(typeof r.disconnect=="function")return r.disconnect()}};O1e.exports=Vk});var j1e=I((OCt,W1e)=>{"use strict";var U1t=["aborted","complete","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];W1e.exports=(t,r)=>{if(r._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");let o=new Set(Object.keys(t).concat(U1t)),i={};for(let n of o)n in r||(i[n]={get(){let s=t[n];return typeof s=="function"?s.bind(t):s},set(s){t[n]=s},enumerable:!0,configurable:!1});return Object.defineProperties(r,i),t.once("aborted",()=>{r.destroy(),r.emit("aborted")}),t.once("close",()=>{t.complete&&r.readable?r.once("end",()=>{r.emit("close")}):r.emit("close")}),r}});var V1e=I((PCt,G1e)=>{"use strict";var{Transform:H1t,PassThrough:W1t}=require("stream"),Kk=require("zlib"),j1t=j1e();G1e.exports=t=>{let r=(t.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(r))return t;let o=r==="br";if(o&&typeof Kk.createBrotliDecompress!="function")return t.destroy(new Error("Brotli is not supported on Node.js < 12")),t;let i=!0,n=new H1t({transform(u,l,m){i=!1,m(null,u)},flush(u){u()}}),s=new W1t({autoDestroy:!1,destroy(u,l){t.destroy(),l(u)}}),p=o?Kk.createBrotliDecompress():Kk.createUnzip();return p.once("error",u=>{if(i&&!t.readable){s.end();return}s.destroy(u)}),j1t(t,s),t.pipe(n).pipe(p).pipe(s),s}});var cM=I((SBt,Ege)=>{"use strict";var lM=class{constructor(r={}){if(!(r.maxSize&&r.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=r.maxSize,this.onEviction=r.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(r,o){if(this.cache.set(r,o),this._size++,this._size>=this.maxSize){if(this._size=0,typeof this.onEviction=="function")for(let[i,n]of this.oldCache.entries())this.onEviction(i,n);this.oldCache=this.cache,this.cache=new Map}}get(r){if(this.cache.has(r))return this.cache.get(r);if(this.oldCache.has(r)){let o=this.oldCache.get(r);return this.oldCache.delete(r),this._set(r,o),o}}set(r,o){return this.cache.has(r)?this.cache.set(r,o):this._set(r,o),this}has(r){return this.cache.has(r)||this.oldCache.has(r)}peek(r){if(this.cache.has(r))return this.cache.get(r);if(this.oldCache.has(r))return this.oldCache.get(r)}delete(r){let o=this.cache.delete(r);return o&&this._size--,this.oldCache.delete(r)||o}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(let[r]of this)yield r}*values(){for(let[,r]of this)yield r}*[Symbol.iterator](){for(let r of this.cache)yield r;for(let r of this.oldCache){let[o]=r;this.cache.has(o)||(yield r)}}get size(){let r=0;for(let o of this.oldCache.keys())this.cache.has(o)||r++;return Math.min(this._size+r,this.maxSize)}};Ege.exports=lM});var dM=I((TBt,_ge)=>{"use strict";_ge.exports=t=>{if(t.listenerCount("error")!==0)return t;t.__destroy=t._destroy,t._destroy=(...o)=>{let i=o.pop();t.__destroy(...o,async n=>{await Promise.resolve(),i(n)})};let r=o=>{Promise.resolve().then(()=>{t.emit("error",o)})};return t.once("error",r),Promise.resolve().then(()=>{t.off("error",r)}),t}});var Sh=I((EBt,Rge)=>{"use strict";var{URL:xge}=require("url"),vgt=require("events"),Sgt=require("tls"),Tgt=require("http2"),Egt=cM(),_gt=dM(),vs=Symbol("currentStreamCount"),Age=Symbol("request"),Ss=Symbol("cachedOriginSet"),Sd=Symbol("gracefullyClosing"),nT=Symbol("length"),wge=["createConnection","maxDeflateDynamicTableSize","maxSettings","maxSessionMemory","maxHeaderListPairs","maxOutstandingPings","maxReservedRemoteStreams","maxSendHeaderBlockLength","paddingStrategy","peerMaxConcurrentStreams","settings","family","localAddress","rejectUnauthorized","pskCallback","minDHSize","path","socket","ca","cert","sigalgs","ciphers","clientCertEngine","crl","dhparam","ecdhCurve","honorCipherOrder","key","privateKeyEngine","privateKeyIdentifier","maxVersion","minVersion","pfx","secureOptions","secureProtocol","sessionIdContext","ticketKeys"],xgt=(t,r,o)=>{let i=0,n=t.length;for(;i<n;){let s=i+n>>>1;o(t[s],r)?i=s+1:n=s}return i},Agt=(t,r)=>t.remoteSettings.maxConcurrentStreams>r.remoteSettings.maxConcurrentStreams,fM=(t,r)=>{for(let o=0;o<t.length;o++){let i=t[o];i[Ss].length>0&&i[Ss].length<r[Ss].length&&i[Ss].every(n=>r[Ss].includes(n))&&i[vs]+r[vs]<=r.remoteSettings.maxConcurrentStreams&&Dge(i)}},Fge=(t,r)=>{for(let o=0;o<t.length;o++){let i=t[o];if(r[Ss].length>0&&r[Ss].length<i[Ss].length&&r[Ss].every(n=>i[Ss].includes(n))&&r[vs]+i[vs]<=i.remoteSettings.maxConcurrentStreams)return Dge(r),!0}return!1},Dge=t=>{t[Sd]=!0,t[vs]===0&&t.close()},Td=class extends vgt{constructor({timeout:r=0,maxSessions:o=Number.POSITIVE_INFINITY,maxEmptySessions:i=10,maxCachedTlsSessions:n=100}={}){super(),this.sessions={},this.queue={},this.timeout=r,this.maxSessions=o,this.maxEmptySessions=i,this._emptySessionCount=0,this._sessionCount=0,this.settings={enablePush:!1,initialWindowSize:1024*1024*32},this.tlsSessionCache=new Egt({maxSize:n})}get protocol(){return"https:"}normalizeOptions(r){let o="";for(let i=0;i<wge.length;i++){let n=wge[i];o+=":",r&&r[n]!==void 0&&(o+=r[n])}return o}_processQueue(){if(this._sessionCount>=this.maxSessions){this.closeEmptySessions(this.maxSessions-this._sessionCount+1);return}for(let r in this.queue)for(let o in this.queue[r]){let i=this.queue[r][o];i.completed||(i.completed=!0,i())}}_isBetterSession(r,o){return r>o}_accept(r,o,i,n){let s=0;for(;s<o.length&&r[vs]<r.remoteSettings.maxConcurrentStreams;)o[s].resolve(r),s++;o.splice(0,s),o.length>0&&(this.getSession(i,n,o),o.length=0)}getSession(r,o,i){return new Promise((n,s)=>{Array.isArray(i)&&i.length>0?(i=[...i],n()):i=[{resolve:n,reject:s}];try{if(typeof r=="string")r=new xge(r);else if(!(r instanceof xge))throw new TypeError("The `origin` argument needs to be a string or an URL object");if(o){let{servername:g}=o,{hostname:T}=r;if(g&&T!==g)throw new Error(`Origin ${T} differs from servername ${g}`)}}catch(g){for(let T=0;T<i.length;T++)i[T].reject(g);return}let p=this.normalizeOptions(o),u=r.origin;if(p in this.sessions){let g=this.sessions[p],T=-1,E=-1,y;for(let S=0;S<g.length;S++){let x=g[S],M=x.remoteSettings.maxConcurrentStreams;if(M<T)break;if(!x[Ss].includes(u))continue;let O=x[vs];O>=M||x[Sd]||x.destroyed||(y||(T=M),this._isBetterSession(O,E)&&(y=x,E=O))}if(y){this._accept(y,i,u,o);return}}if(p in this.queue){if(u in this.queue[p]){this.queue[p][u].listeners.push(...i);return}}else this.queue[p]={[nT]:0};let l=()=>{p in this.queue&&this.queue[p][u]===m&&(delete this.queue[p][u],--this.queue[p][nT]===0&&delete this.queue[p])},m=async()=>{this._sessionCount++;let g=`${u}:${p}`,T=!1,E;try{let y={...o};y.settings===void 0&&(y.settings=this.settings),y.session===void 0&&(y.session=this.tlsSessionCache.get(g)),E=await(y.createConnection||this.createConnection).call(this,r,y),y.createConnection=()=>E;let x=Tgt.connect(r,y);x[vs]=0,x[Sd]=!1;let M=()=>{let{socket:K}=x,Z;return K.servername===!1?(K.servername=K.remoteAddress,Z=x.originSet,K.servername=!1):Z=x.originSet,Z},O=()=>x[vs]<x.remoteSettings.maxConcurrentStreams;x.socket.once("session",K=>{this.tlsSessionCache.set(g,K)}),x.once("error",K=>{for(let Z=0;Z<i.length;Z++)i[Z].reject(K);this.tlsSessionCache.delete(g)}),x.setTimeout(this.timeout,()=>{x.destroy()}),x.once("close",()=>{if(this._sessionCount--,T){this._emptySessionCount--;let K=this.sessions[p];K.length===1?delete this.sessions[p]:K.splice(K.indexOf(x),1)}else{l();let K=new Error("Session closed without receiving a SETTINGS frame");K.code="HTTP2WRAPPER_NOSETTINGS";for(let Z=0;Z<i.length;Z++)i[Z].reject(K)}this._processQueue()});let q=()=>{let K=this.queue[p];if(!K)return;let Z=x[Ss];for(let pe=0;pe<Z.length;pe++){let se=Z[pe];if(se in K){let{listeners:oe,completed:le}=K[se],he=0;for(;he<oe.length&&O();)oe[he].resolve(x),he++;if(K[se].listeners.splice(0,he),K[se].listeners.length===0&&!le&&(delete K[se],--K[nT]===0)){delete this.queue[p];break}if(!O())break}}};x.on("origin",()=>{x[Ss]=M()||[],x[Sd]=!1,Fge(this.sessions[p],x),!(x[Sd]||!O())&&(q(),O()&&fM(this.sessions[p],x))}),x.once("remoteSettings",()=>{if(m.destroyed){let K=new Error("Agent has been destroyed");for(let Z=0;Z<i.length;Z++)i[Z].reject(K);x.destroy();return}if(x.setLocalWindowSize&&x.setLocalWindowSize(1024*1024*4),x[Ss]=M()||[],x.socket.encrypted){let K=x[Ss][0];if(K!==u){let Z=new Error(`Requested origin ${u} does not match server ${K}`);for(let pe=0;pe<i.length;pe++)i[pe].reject(Z);x.destroy();return}}l();{let K=this.sessions;if(p in K){let Z=K[p];Z.splice(xgt(Z,x,Agt),0,x)}else K[p]=[x]}T=!0,this._emptySessionCount++,this.emit("session",x),this._accept(x,i,u,o),x[vs]===0&&this._emptySessionCount>this.maxEmptySessions&&this.closeEmptySessions(this._emptySessionCount-this.maxEmptySessions),x.on("remoteSettings",()=>{!O()||(q(),O()&&fM(this.sessions[p],x))})}),x[Age]=x.request,x.request=(K,Z)=>{if(x[Sd])throw new Error("The session is gracefully closing. No new streams are allowed.");let pe=x[Age](K,Z);return x.ref(),x[vs]++===0&&this._emptySessionCount--,pe.once("close",()=>{if(--x[vs]===0&&(this._emptySessionCount++,x.unref(),this._emptySessionCount>this.maxEmptySessions||x[Sd])){x.close();return}x.destroyed||x.closed||O()&&!Fge(this.sessions[p],x)&&(fM(this.sessions[p],x),q(),x[vs]===0&&this._processQueue())}),pe}}catch(y){l(),this._sessionCount--;for(let S=0;S<i.length;S++)i[S].reject(y)}};m.listeners=i,m.completed=!1,m.destroyed=!1,this.queue[p][u]=m,this.queue[p][nT]++,this._processQueue()})}request(r,o,i,n){return new Promise((s,p)=>{this.getSession(r,o,[{reject:p,resolve:u=>{try{let l=u.request(i,n);_gt(l),s(l)}catch(l){p(l)}}}])})}async createConnection(r,o){return Td.connect(r,o)}static connect(r,o){o.ALPNProtocols=["h2"];let i=r.port||443,n=r.hostname;typeof o.servername>"u"&&(o.servername=n);let s=Sgt.connect(i,n,o);return o.socket&&(s._peername={family:void 0,address:void 0,port:i}),s}closeEmptySessions(r=Number.POSITIVE_INFINITY){let o=0,{sessions:i}=this;for(let n in i){let s=i[n];for(let p=0;p<s.length;p++){let u=s[p];if(u[vs]===0&&(o++,u.close(),o>=r))return o}}return o}destroy(r){let{sessions:o,queue:i}=this;for(let n in o){let s=o[n];for(let p=0;p<s.length;p++)s[p].destroy(r)}for(let n in i){let s=i[n];for(let p in s)s[p].destroyed=!0}this.queue={},this.tlsSessionCache.clear()}get emptySessionCount(){return this._emptySessionCount}get pendingSessionCount(){return this._sessionCount-this._emptySessionCount}get sessionCount(){return this._sessionCount}};Td.kCurrentStreamCount=vs;Td.kGracefullyClosing=Sd;Rge.exports={Agent:Td,globalAgent:new Td}});var gM=I((_Bt,kge)=>{"use strict";var{Readable:wgt}=require("stream"),hM=class extends wgt{constructor(r,o){super({emitClose:!1,autoDestroy:!0,highWaterMark:o}),this.statusCode=null,this.statusMessage="",this.httpVersion="2.0",this.httpVersionMajor=2,this.httpVersionMinor=0,this.headers={},this.trailers={},this.req=null,this.aborted=!1,this.complete=!1,this.upgrade=null,this.rawHeaders=[],this.rawTrailers=[],this.socket=r,this._dumped=!1}get connection(){return this.socket}set connection(r){this.socket=r}_destroy(r,o){this.readableEnded||(this.aborted=!0),o(),this.req._request.destroy(r)}setTimeout(r,o){return this.req.setTimeout(r,o),this}_dump(){this._dumped||(this._dumped=!0,this.removeAllListeners("data"),this.resume())}_read(){this.req&&this.req._request.resume()}};kge.exports=hM});var Ige=I((xBt,Mge)=>{"use strict";Mge.exports=(t,r,o)=>{for(let i of o)t.on(i,(...n)=>r.emit(i,...n))}});var Q2=I((wBt,Cge)=>{"use strict";var Th=(t,r,o)=>{Cge.exports[r]=class extends t{constructor(...n){super(typeof o=="string"?o:o(n)),this.name=`${super.name} [${r}]`,this.code=r}}};Th(TypeError,"ERR_INVALID_ARG_TYPE",t=>{let r=t[0].includes(".")?"property":"argument",o=t[1],i=Array.isArray(o);return i&&(o=`${o.slice(0,-1).join(", ")} or ${o.slice(-1)}`),`The "${t[0]}" ${r} must be ${i?"one of":"of"} type ${o}. Received ${typeof t[2]}`});Th(TypeError,"ERR_INVALID_PROTOCOL",t=>`Protocol "${t[0]}" not supported. Expected "${t[1]}"`);Th(Error,"ERR_HTTP_HEADERS_SENT",t=>`Cannot ${t[0]} headers after they are sent to the client`);Th(TypeError,"ERR_INVALID_HTTP_TOKEN",t=>`${t[0]} must be a valid HTTP token [${t[1]}]`);Th(TypeError,"ERR_HTTP_INVALID_HEADER_VALUE",t=>`Invalid value "${t[0]} for header "${t[1]}"`);Th(TypeError,"ERR_INVALID_CHAR",t=>`Invalid character in ${t[0]} [${t[1]}]`);Th(Error,"ERR_HTTP2_NO_SOCKET_MANIPULATION","HTTP/2 sockets should not be directly manipulated (e.g. read and written)")});var Oge=I((FBt,Bge)=>{"use strict";Bge.exports=t=>{switch(t){case":method":case":scheme":case":authority":case":path":return!0;default:return!1}}});var mM=I((DBt,Pge)=>{"use strict";var{ERR_INVALID_HTTP_TOKEN:Fgt}=Q2(),Dgt=Oge(),Rgt=/^[\^`\-\w!#$%&*+.|~]+$/;Pge.exports=t=>{if(typeof t!="string"||!Rgt.test(t)&&!Dgt(t))throw new Fgt("Header name",t)}});var yM=I((RBt,Nge)=>{"use strict";var{ERR_HTTP_INVALID_HEADER_VALUE:kgt,ERR_INVALID_CHAR:Mgt}=Q2(),Igt=/[^\t\u0020-\u007E\u0080-\u00FF]/;Nge.exports=(t,r)=>{if(typeof r>"u")throw new kgt(r,t);if(Igt.test(r))throw new Mgt("header content",t)}});var Uge=I((kBt,$ge)=>{"use strict";var{ERR_HTTP2_NO_SOCKET_MANIPULATION:Lge}=Q2(),Cgt={has(t,r){let o=t.session===void 0?t:t.session.socket;return r in t||r in o},get(t,r){switch(r){case"on":case"once":case"end":case"emit":case"destroy":return t[r].bind(t);case"writable":case"destroyed":return t[r];case"readable":return t.destroyed?!1:t.readable;case"setTimeout":{let{session:o}=t;return o!==void 0?o.setTimeout.bind(o):t.setTimeout.bind(t)}case"write":case"read":case"pause":case"resume":throw new Lge;default:{let o=t.session===void 0?t:t.session.socket,i=o[r];return typeof i=="function"?i.bind(o):i}}},getPrototypeOf(t){return t.session!==void 0?Reflect.getPrototypeOf(t.session.socket):Reflect.getPrototypeOf(t)},set(t,r,o){switch(r){case"writable":case"readable":case"destroyed":case"on":case"once":case"end":case"emit":case"destroy":return t[r]=o,!0;case"setTimeout":{let{session:i}=t;return i===void 0?t.setTimeout=o:i.setTimeout=o,!0}case"write":case"read":case"pause":case"resume":throw new Lge;default:{let i=t.session===void 0?t:t.session.socket;return i[r]=o,!0}}}};$ge.exports=Cgt});var TM=I((MBt,qge)=>{"use strict";var{URL:bM,urlToHttpOptions:Hge}=require("url"),Bgt=require("http2"),{Writable:Ogt}=require("stream"),{Agent:Pgt,globalAgent:Ngt}=Sh(),Lgt=gM(),$gt=Ige(),{ERR_INVALID_ARG_TYPE:sT,ERR_INVALID_PROTOCOL:Ugt,ERR_HTTP_HEADERS_SENT:Wge}=Q2(),Hgt=mM(),Wgt=yM(),jgt=Uge(),{HTTP2_HEADER_STATUS:jge,HTTP2_HEADER_METHOD:Gge,HTTP2_HEADER_PATH:Vge,HTTP2_HEADER_AUTHORITY:e3,HTTP2_METHOD_CONNECT:Ggt}=Bgt.constants,Mn=Symbol("headers"),e0=Symbol("origin"),t3=Symbol("session"),vM=Symbol("options"),aT=Symbol("flushedHeaders"),t0=Symbol("jobs"),r3=Symbol("pendingAgentPromise"),SM=class extends Ogt{constructor(r,o,i){if(super({autoDestroy:!1,emitClose:!1}),typeof r=="string"?r=Hge(new bM(r)):r instanceof bM?r=Hge(r):r={...r},typeof o=="function"||o===void 0?(i=o,o=r):o=Object.assign(r,o),o.h2session){if(this[t3]=o.h2session,this[t3].destroyed)throw new Error("The session has been closed already");this.protocol=this[t3].socket.encrypted?"https:":"http:"}else if(o.agent===!1)this.agent=new Pgt({maxEmptySessions:0});else if(typeof o.agent>"u"||o.agent===null)this.agent=Ngt;else if(typeof o.agent.request=="function")this.agent=o.agent;else throw new sT("options.agent",["http2wrapper.Agent-like Object","undefined","false"],o.agent);if(this.agent&&(this.protocol=this.agent.protocol),o.protocol&&o.protocol!==this.protocol)throw new Ugt(o.protocol,this.protocol);o.port||(o.port=o.defaultPort||this.agent&&this.agent.defaultPort||443),o.host=o.hostname||o.host||"localhost",delete o.hostname;let{timeout:n}=o;o.timeout=void 0,this[Mn]=Object.create(null),this[t0]=[],this[r3]=void 0,this.socket=null,this.connection=null,this.method=o.method||"GET",this.method==="CONNECT"&&(o.path==="/"||o.path===void 0)||(this.path=o.path),this.res=null,this.aborted=!1,this.reusedSocket=!1;let{headers:s}=o;if(s)for(let u in s)this.setHeader(u,s[u]);o.auth&&!("authorization"in this[Mn])&&(this[Mn].authorization="Basic "+Buffer.from(o.auth).toString("base64")),o.session=o.tlsSession,o.path=o.socketPath,this[vM]=o,this[e0]=new bM(`${this.protocol}//${o.servername||o.host}:${o.port}`);let p=o._reuseSocket;p&&(o.createConnection=(...u)=>p.destroyed?this.agent.createConnection(...u):p,this.agent.getSession(this[e0],this[vM]).catch(()=>{})),n&&this.setTimeout(n),i&&this.once("response",i),this[aT]=!1}get method(){return this[Mn][Gge]}set method(r){r&&(this[Mn][Gge]=r.toUpperCase())}get path(){let r=this.method==="CONNECT"?e3:Vge;return this[Mn][r]}set path(r){if(r){let o=this.method==="CONNECT"?e3:Vge;this[Mn][o]=r}}get host(){return this[e0].hostname}set host(r){}get _mustNotHaveABody(){return this.method==="GET"||this.method==="HEAD"||this.method==="DELETE"}_write(r,o,i){if(this._mustNotHaveABody){i(new Error("The GET, HEAD and DELETE methods must NOT have a body"));return}this.flushHeaders();let n=()=>this._request.write(r,o,i);this._request?n():this[t0].push(n)}_final(r){this.flushHeaders();let o=()=>{if(this._mustNotHaveABody||this.method==="CONNECT"){r();return}this._request.end(r)};this._request?o():this[t0].push(o)}abort(){this.res&&this.res.complete||(this.aborted||process.nextTick(()=>this.emit("abort")),this.aborted=!0,this.destroy())}async _destroy(r,o){this.res&&this.res._dump(),this._request?this._request.destroy():process.nextTick(()=>{this.emit("close")});try{await this[r3]}catch(i){this.aborted&&(r=i)}o(r)}async flushHeaders(){if(this[aT]||this.destroyed)return;this[aT]=!0;let r=this.method===Ggt,o=i=>{if(this._request=i,this.destroyed){i.destroy();return}r||$gt(i,this,["timeout","continue"]),i.once("error",s=>{this.destroy(s)}),i.once("aborted",()=>{let{res:s}=this;s?(s.aborted=!0,s.emit("aborted"),s.destroy()):this.destroy(new Error("The server aborted the HTTP/2 stream"))});let n=(s,p,u)=>{let l=new Lgt(this.socket,i.readableHighWaterMark);this.res=l,l.url=`${this[e0].origin}${this.path}`,l.req=this,l.statusCode=s[jge],l.headers=s,l.rawHeaders=u,l.once("end",()=>{l.complete=!0,l.socket=null,l.connection=null}),r?(l.upgrade=!0,this.emit("connect",l,i,Buffer.alloc(0))?this.emit("close"):i.destroy()):(i.on("data",m=>{!l._dumped&&!l.push(m)&&i.pause()}),i.once("end",()=>{this.aborted||l.push(null)}),this.emit("response",l)||l._dump())};i.once("response",n),i.once("headers",s=>this.emit("information",{statusCode:s[jge]})),i.once("trailers",(s,p,u)=>{let{res:l}=this;if(l===null){n(s,p,u);return}l.trailers=s,l.rawTrailers=u}),i.once("close",()=>{let{aborted:s,res:p}=this;if(p){s&&(p.aborted=!0,p.emit("aborted"),p.destroy());let u=()=>{p.emit("close"),this.destroy(),this.emit("close")};p.readable?p.once("end",u):u();return}if(!this.destroyed){this.destroy(new Error("The HTTP/2 stream has been early terminated")),this.emit("close");return}this.destroy(),this.emit("close")}),this.socket=new Proxy(i,jgt);for(let s of this[t0])s();this[t0].length=0,this.emit("socket",this.socket)};if(!(e3 in this[Mn])&&!r&&(this[Mn][e3]=this[e0].host),this[t3])try{o(this[t3].request(this[Mn]))}catch(i){this.destroy(i)}else{this.reusedSocket=!0;try{let i=this.agent.request(this[e0],this[vM],this[Mn]);this[r3]=i,o(await i),this[r3]=!1}catch(i){this[r3]=!1,this.destroy(i)}}}get connection(){return this.socket}set connection(r){this.socket=r}getHeaderNames(){return Object.keys(this[Mn])}hasHeader(r){if(typeof r!="string")throw new sT("name","string",r);return Boolean(this[Mn][r.toLowerCase()])}getHeader(r){if(typeof r!="string")throw new sT("name","string",r);return this[Mn][r.toLowerCase()]}get headersSent(){return this[aT]}removeHeader(r){if(typeof r!="string")throw new sT("name","string",r);if(this.headersSent)throw new Wge("remove");delete this[Mn][r.toLowerCase()]}setHeader(r,o){if(this.headersSent)throw new Wge("set");Hgt(r),Wgt(r,o);let i=r.toLowerCase();if(i==="connection"){if(o.toLowerCase()==="keep-alive")return;throw new Error(`Invalid 'connection' header: ${o}`)}i==="host"&&this.method==="CONNECT"?this[Mn][e3]=o:this[Mn][i]=o}setNoDelay(){}setSocketKeepAlive(){}setTimeout(r,o){let i=()=>this._request.setTimeout(r,o);return this._request?i():this[t0].push(i),this}get maxHeadersCount(){if(!this.destroyed&&this._request)return this._request.session.localSettings.maxHeaderListSize}set maxHeadersCount(r){}};qge.exports=SM});var Jge=I((IBt,zge)=>{"use strict";var Vgt=require("tls");zge.exports=(t={},r=Vgt.connect)=>new Promise((o,i)=>{let n=!1,s,p=async()=>{await l,s.off("timeout",u),s.off("error",i),t.resolveSocket?(o({alpnProtocol:s.alpnProtocol,socket:s,timeout:n}),n&&(await Promise.resolve(),s.emit("timeout"))):(s.destroy(),o({alpnProtocol:s.alpnProtocol,timeout:n}))},u=async()=>{n=!0,p()},l=(async()=>{try{s=await r(t,p),s.on("error",i),s.once("timeout",u)}catch(m){i(m)}})()})});var Xge=I((CBt,Kge)=>{"use strict";var{isIP:qgt}=require("net"),zgt=require("assert"),Jgt=t=>{if(t[0]==="["){let o=t.indexOf("]");return zgt(o!==-1),t.slice(1,o)}let r=t.indexOf(":");return r===-1?t:t.slice(0,r)};Kge.exports=t=>{let r=Jgt(t);return qgt(r)?"":r}});var i0e=I((BBt,o3)=>{"use strict";var{URL:Yge,urlToHttpOptions:Zge}=require("url"),Qge=require("http"),EM=require("https"),Kgt=Jge(),Xgt=cM(),{Agent:Ygt,globalAgent:Zgt}=Sh(),Qgt=TM(),e0t=Xge(),e0e=dM(),t0e=new Xgt({maxSize:100}),t0t=new Map,r0t=(t,r,o)=>{r._httpMessage={shouldKeepAlive:!0};let i=()=>{t.emit("free",r,o)};r.on("free",i);let n=()=>{t.removeSocket(r,o)};r.on("close",n);let s=()=>{let{freeSockets:u}=t;for(let l of Object.values(u))if(l.includes(r)){r.destroy();return}};r.on("timeout",s);let p=()=>{t.removeSocket(r,o),r.off("close",n),r.off("free",i),r.off("timeout",s),r.off("agentRemove",p)};r.on("agentRemove",p),t.emit("free",r,o)},r0e=(t,r=new Map,o=void 0)=>async i=>{let n=`${i.host}:${i.port}:${i.ALPNProtocols.sort()}`;if(!t.has(n)){if(r.has(n))return{alpnProtocol:(await r.get(n)).alpnProtocol};let{path:s}=i;i.path=i.socketPath;let p=Kgt(i,o);r.set(n,p);try{let u=await p;return t.set(n,u.alpnProtocol),r.delete(n),i.path=s,u}catch(u){throw r.delete(n),i.path=s,u}}return{alpnProtocol:t.get(n)}},o0e=r0e(t0e,t0t);o3.exports=async(t,r,o)=>{if(typeof t=="string"?t=Zge(new Yge(t)):t instanceof Yge?t=Zge(t):t={...t},typeof r=="function"||r===void 0?(o=r,r=t):r=Object.assign(t,r),r.ALPNProtocols=r.ALPNProtocols||["h2","http/1.1"],!Array.isArray(r.ALPNProtocols)||r.ALPNProtocols.length===0)throw new Error("The `ALPNProtocols` option must be an Array with at least one entry");r.protocol=r.protocol||"https:";let i=r.protocol==="https:";r.host=r.hostname||r.host||"localhost",r.session=r.tlsSession,r.servername=r.servername||e0t(r.headers&&r.headers.host||r.host),r.port=r.port||(i?443:80),r._defaultAgent=i?EM.globalAgent:Qge.globalAgent;let n=r.resolveProtocol||o0e,{agent:s}=r;if(s!==void 0&&s!==!1&&s.constructor.name!=="Object")throw new Error("The `options.agent` can be only an object `http`, `https` or `http2` properties");if(i){r.resolveSocket=!0;let{socket:p,alpnProtocol:u,timeout:l}=await n(r);if(l){p&&p.destroy();let g=new Error(`Timed out resolving ALPN: ${r.timeout} ms`);throw g.code="ETIMEDOUT",g.ms=r.timeout,g}p&&r.createConnection&&(p.destroy(),p=void 0),delete r.resolveSocket;let m=u==="h2";if(s&&(s=m?s.http2:s.https,r.agent=s),s===void 0&&(s=m?Zgt:EM.globalAgent),p)if(s===!1)p.destroy();else{let g=(m?Ygt:EM.Agent).prototype.createConnection;s.createConnection===g?m?r._reuseSocket=p:r0t(s,p,r):p.destroy()}if(m)return e0e(new Qgt(r,o))}else s&&(r.agent=s.http);return r.headers&&(r.headers={...r.headers},r.headers[":authority"]&&(r.headers.host||(r.headers.host=r.headers[":authority"]),delete r.headers[":authority"]),delete r.headers[":method"],delete r.headers[":scheme"],delete r.headers[":path"]),e0e(Qge.request(r,o))};o3.exports.protocolCache=t0e;o3.exports.resolveProtocol=o0e;o3.exports.createResolveProtocol=r0e});var _M=I((OBt,n0e)=>{"use strict";var o0t=require("stream"),i0t=require("tls"),n0t=new i0t.TLSSocket(new o0t.PassThrough)._handle._parentWrap.constructor;n0e.exports=n0t});var AM=I((PBt,s0e)=>{"use strict";var xM=class extends Error{constructor(r,o=""){super(`The proxy server rejected the request with status code ${r} (${o||"empty status message"})`),this.statusCode=r,this.statusMessage=o}};s0e.exports=xM});var p0e=I((NBt,a0e)=>{"use strict";var s0t=(t,r,o)=>{if(!o.some(n=>typeof n==="string"?typeof r===n:r instanceof n)){let n=o.map(s=>typeof s=="string"?s:s.name);throw new TypeError(`Expected '${t}' to be a type of ${n.join(" or ")}, got ${typeof r}`)}};a0e.exports=s0t});var wM=I((LBt,l0e)=>{"use strict";var{URL:u0e}=require("url"),pT=p0e();l0e.exports=(t,r)=>{pT("proxyOptions",r,["object"]),pT("proxyOptions.headers",r.headers,["object","undefined"]),pT("proxyOptions.raw",r.raw,["boolean","undefined"]),pT("proxyOptions.url",r.url,[u0e,"string"]);let o=new u0e(r.url);t.proxyOptions={raw:!0,...r,headers:{...r.headers},url:o}}});var uT=I(($Bt,c0e)=>{"use strict";c0e.exports=t=>{let{username:r,password:o}=t.proxyOptions.url;if(r||o){let i=`${r}:${o}`,n=`Basic ${Buffer.from(i).toString("base64")}`;return{"proxy-authorization":n,authorization:n}}return{}}});var m0e=I((UBt,g0e)=>{"use strict";var a0t=require("tls"),p0t=require("http"),d0e=require("https"),u0t=_M(),{globalAgent:l0t}=Sh(),c0t=AM(),f0e=wM(),d0t=uT(),h0e=(t,r,o)=>{(async()=>{try{let{proxyOptions:i}=t,{url:n,headers:s,raw:p}=i,u=await l0t.request(n,i,{...d0t(t),...s,":method":"CONNECT",":authority":`${r.host}:${r.port}`});u.once("error",o),u.once("response",l=>{let m=l[":status"];if(m!==200){o(new c0t(m,""));return}let g=t instanceof d0e.Agent;if(p&&g){r.socket=u;let E=a0t.connect(r);E.once("close",()=>{u.destroy()}),o(null,E);return}let T=new u0t(u);T.encrypted=!1,T._handle.getpeername=E=>{E.family=void 0,E.address=void 0,E.port=void 0},o(null,T)})}catch(i){o(i)}})()},FM=class extends p0t.Agent{constructor(r){super(r),f0e(this,r.proxyOptions)}createConnection(r,o){h0e(this,r,o)}},DM=class extends d0e.Agent{constructor(r){super(r),f0e(this,r.proxyOptions)}createConnection(r,o){h0e(this,r,o)}};g0e.exports={HttpOverHttp2:FM,HttpsOverHttp2:DM}});var kM=I((HBt,y0e)=>{"use strict";var{Agent:f0t}=Sh(),h0t=_M(),g0t=AM(),m0t=wM(),RM=class extends f0t{constructor(r){super(r),m0t(this,r.proxyOptions)}async createConnection(r,o){let i=`${r.hostname}:${r.port||443}`,[n,s,p]=await this._getProxyStream(i);if(s!==200)throw new g0t(s,p);if(this.proxyOptions.raw)o.socket=n;else{let u=new h0t(n);return u.encrypted=!1,u._handle.getpeername=l=>{l.family=void 0,l.address=void 0,l.port=void 0},u}return super.createConnection(r,o)}};y0e.exports=RM});var v0e=I((WBt,b0e)=>{"use strict";var{globalAgent:y0t}=Sh(),b0t=kM(),v0t=uT(),S0t=t=>new Promise((r,o)=>{t.once("error",o),t.once("response",i=>{t.off("error",o),r(i[":status"])})}),MM=class extends b0t{async _getProxyStream(r){let{proxyOptions:o}=this,i={...v0t(this),...o.headers,":method":"CONNECT",":authority":r},n=await y0t.request(o.url,o,i),s=await S0t(n);return[n,s,""]}};b0e.exports=MM});var T0e=I((jBt,S0e)=>{"use strict";var T0t=require("http"),E0t=require("https"),_0t=kM(),x0t=uT(),A0t=t=>new Promise((r,o)=>{let i=(n,s,p)=>{s.unshift(p),t.off("error",o),r([s,n.statusCode,n.statusMessage])};t.once("error",o),t.once("connect",i)}),lT=class extends _0t{async _getProxyStream(r){let{proxyOptions:o}=this,{url:i,headers:n}=this.proxyOptions,p=(i.protocol==="https:"?E0t:T0t).request({...o,hostname:i.hostname,port:i.port,path:r,headers:{...x0t(this),...n,host:r},method:"CONNECT"}).end();return A0t(p)}};S0e.exports={Http2OverHttp:lT,Http2OverHttps:lT}});var _0e=I((GBt,E0e)=>{"use strict";var w0t=require("http2"),{Agent:F0t,globalAgent:D0t}=Sh(),IM=TM(),R0t=gM(),k0t=i0e(),{HttpOverHttp2:M0t,HttpsOverHttp2:I0t}=m0e(),C0t=v0e(),{Http2OverHttp:B0t,Http2OverHttps:O0t}=T0e(),P0t=mM(),N0t=yM(),L0t=(t,r,o)=>new IM(t,r,o),$0t=(t,r,o)=>{let i=new IM(t,r,o);return i.end(),i};E0e.exports={...w0t,ClientRequest:IM,IncomingMessage:R0t,Agent:F0t,globalAgent:D0t,request:L0t,get:$0t,auto:k0t,proxies:{HttpOverHttp2:M0t,HttpsOverHttp2:I0t,Http2OverHttp2:C0t,Http2OverHttp:B0t,Http2OverHttps:O0t},validateHeaderName:P0t,validateHeaderValue:N0t}});var H0e=I((sPt,smt)=>{smt.exports={name:"@arcblock/arcli",version:"0.0.3",publishConfig:{access:"public"},bin:{arcli:"./dist/index.js"},author:{name:"skypesky",email:"2565978507@qq.com",url:"https://github.com/skypesky"},repository:{type:"git",url:"https://github.com/ArcBlock/arcli"},homepage:"https://github.com/ArcBlock/arcli",keywords:["ipfs","md5","github","backup","restore"],files:["dist"],scripts:{reinstall:"rimraf node_modules && pnpm install",predebug:"npm run build",debug:"node ./dist/index.js",lint:"eslint src/**/*.ts","lint:fix":"npm run lint -- --fix",test:"jest --forceExit --detectOpenHandles",coverage:"npm run test -- --coverage",clean:"rimraf dist",prebuild:"npm run clean",build:"node esbuild.config.cjs","build:watch":"npm run build -- -w",deploy:"npm run build && npm uninstall -g @arcblock/arcli && npm install -g . -f","deploy:remote":"npm uninstall -g @@arcblock/arcli && npm install -g @arcblock/arcli",verify:"npm run lint && npm run test","show:version":"npm show @arcblock/arcli version","bump-version":"zx --quiet scripts/bump-version.mjs"},dependencies:{"@ocap/client":"^1.18.108","@octokit/rest":"^20.0.2","@types/hosted-git-info":"^3.0.2",chalk:"~4",commander:"^9.4.1","current-os":"^1.1.0",dayjs:"^1.11.7",debug:"^4.3.4","fast-glob":"^3.3.2","fs-extra":"^10.1.0","get-folder-size":"^4.0.0","git-remote-origin-url":"3.1.0","git-repo-info":"^2.1.1",got:"^14.0.0",hasha:"^5.2.2","hosted-git-info":"^6.1.1","ipfs-only-hash":"^4.0.0",joi:"^17.9.1","js-yaml":"^4.1.0",lodash:"^4.17.21",lowdb:"^6.1.1",multiformats:"^12.1.3","node-fetch":"^3.3.2",open:"^8.4.0","p-all":"^5.0.0",prettier:"^3.1.1","pretty-ms":"^8.0.0",prompts:"^2.4.2","shelljs.exec":"^1.1.8","simple-git":"^3.21.0",ufo:"^1.3.2","url-join":"4.0.1",xbytes:"^1.8.0"},devDependencies:{"@types/chalk":"^2.2.0","@types/commander":"^2.12.2","@types/debug":"^4.1.12","@types/fs-extra":"^9.0.13","@types/jest":"^29.2.2","@types/js-yaml":"^4.0.5","@types/lodash":"^4.14.187","@types/node":"^18.11.7","@types/open":"^6.2.1","@types/prompts":"^2.4.2","@types/shelljs.exec":"^1.1.0","@types/url-join":"^4.0.1","@typescript-eslint/eslint-plugin":"^5.46.0","@typescript-eslint/parser":"^5.46.0",bumpp:"^9.2.1",esbuild:"^0.16.4",eslint:"^8.29.0",jest:"^29.3.1","jest-environment-jsdom":"^29.3.1",rimraf:"^3.0.2","ts-jest":"^29.0.3","ts-node":"^10.9.1",typescript:"^4.9.4",zx:"^7.2.3"}}});var ST=I((fPt,j0e)=>{"use strict";async function*pmt(t,r=1){let o=[];r<1&&(r=1);for await(let i of t)for(o.push(i);o.length>=r;)yield o.slice(0,r),o=o.slice(r);for(;o.length;)yield o.slice(0,r),o=o.slice(r)}j0e.exports=pmt});var NM=I((hPt,G0e)=>{"use strict";var umt=ST();async function*lmt(t,r=1){for await(let o of umt(t,r)){let i=o.map(n=>n().then(s=>({ok:!0,value:s}),s=>({ok:!1,err:s})));for(let n=0;n<i.length;n++){let s=await i[n];if(s.ok)yield s.value;else throw s.err}}}G0e.exports=lmt});var q0e=I((gPt,V0e)=>{"use strict";V0e.exports=t=>{if(Object.prototype.toString.call(t)!=="[object Object]")return!1;let r=Object.getPrototypeOf(t);return r===null||r===Object.prototype}});var Z0e=I((X0e,Y0e)=>{"use strict";var TT=q0e(),{hasOwnProperty:J0e}=Object.prototype,{propertyIsEnumerable:cmt}=Object,o0=(t,r,o)=>Object.defineProperty(t,r,{value:o,writable:!0,enumerable:!0,configurable:!0}),dmt=X0e,z0e={concatArrays:!1,ignoreUndefined:!1},ET=t=>{let r=[];for(let o in t)J0e.call(t,o)&&r.push(o);if(Object.getOwnPropertySymbols){let o=Object.getOwnPropertySymbols(t);for(let i of o)cmt.call(t,i)&&r.push(i)}return r};function i0(t){return Array.isArray(t)?fmt(t):TT(t)?hmt(t):t}function fmt(t){let r=t.slice(0,0);return ET(t).forEach(o=>{o0(r,o,i0(t[o]))}),r}function hmt(t){let r=Object.getPrototypeOf(t)===null?Object.create(null):{};return ET(t).forEach(o=>{o0(r,o,i0(t[o]))}),r}var K0e=(t,r,o,i)=>(o.forEach(n=>{typeof r[n]>"u"&&i.ignoreUndefined||(n in t&&t[n]!==Object.getPrototypeOf(t)?o0(t,n,LM(t[n],r[n],i)):o0(t,n,i0(r[n])))}),t),gmt=(t,r,o)=>{let i=t.slice(0,0),n=0;return[t,r].forEach(s=>{let p=[];for(let u=0;u<s.length;u++)!J0e.call(s,u)||(p.push(String(u)),s===t?o0(i,n++,s[u]):o0(i,n++,i0(s[u])));i=K0e(i,s,ET(s).filter(u=>!p.includes(u)),o)}),i};function LM(t,r,o){return o.concatArrays&&Array.isArray(t)&&Array.isArray(r)?gmt(t,r,o):!TT(r)||!TT(t)?i0(r):K0e(t,r,ET(r),o)}Y0e.exports=function(...t){let r=LM(i0(z0e),this!==dmt&&this||{},z0e),o={_:{}};for(let i of t)if(i!==void 0){if(!TT(i))throw new TypeError("`"+i+"` is not an Option Object");o=LM(o,{_:i},r)}return o._}});var Eh=I((mPt,eme)=>{"use strict";function Q0e(t,r){for(let o in r)Object.defineProperty(t,o,{value:r[o],enumerable:!0,configurable:!0});return t}function mmt(t,r,o){if(!t||typeof t=="string")throw new TypeError("Please pass an Error to err-code");o||(o={}),typeof r=="object"&&(o=r,r=""),r&&(o.code=r);try{return Q0e(t,o)}catch{o.message=t.message,o.stack=t.stack;let n=function(){};return n.prototype=Object.create(Object.getPrototypeOf(t)),Q0e(new n,o)}}eme.exports=mmt});var rme=I((yPt,tme)=>{"use strict";function ymt(t){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),o=0;o<r.length;o++)r[o]=255;for(var i=0;i<t.length;i++){var n=t.charAt(i),s=n.charCodeAt(0);if(r[s]!==255)throw new TypeError(n+" is ambiguous");r[s]=i}var p=t.length,u=t.charAt(0),l=Math.log(p)/Math.log(256),m=Math.log(256)/Math.log(p);function g(y){if(y instanceof Uint8Array||(ArrayBuffer.isView(y)?y=new Uint8Array(y.buffer,y.byteOffset,y.byteLength):Array.isArray(y)&&(y=Uint8Array.from(y))),!(y instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(y.length===0)return"";for(var S=0,x=0,M=0,O=y.length;M!==O&&y[M]===0;)M++,S++;for(var q=(O-M)*m+1>>>0,K=new Uint8Array(q);M!==O;){for(var Z=y[M],pe=0,se=q-1;(Z!==0||pe<x)&&se!==-1;se--,pe++)Z+=256*K[se]>>>0,K[se]=Z%p>>>0,Z=Z/p>>>0;if(Z!==0)throw new Error("Non-zero carry");x=pe,M++}for(var oe=q-x;oe!==q&&K[oe]===0;)oe++;for(var le=u.repeat(S);oe<q;++oe)le+=t.charAt(K[oe]);return le}function T(y){if(typeof y!="string")throw new TypeError("Expected String");if(y.length===0)return new Uint8Array;var S=0;if(y[S]!==" "){for(var x=0,M=0;y[S]===u;)x++,S++;for(var O=(y.length-S)*l+1>>>0,q=new Uint8Array(O);y[S];){var K=r[y.charCodeAt(S)];if(K===255)return;for(var Z=0,pe=O-1;(K!==0||Z<M)&&pe!==-1;pe--,Z++)K+=p*q[pe]>>>0,q[pe]=K%256>>>0,K=K/256>>>0;if(K!==0)throw new Error("Non-zero carry");M=Z,S++}if(y[S]!==" "){for(var se=O-M;se!==O&&q[se]===0;)se++;for(var oe=new Uint8Array(x+(O-se)),le=x;se!==O;)oe[le++]=q[se++];return oe}}}function E(y){var S=T(y);if(S)return S;throw new Error("Non-base"+p+" character")}return{encode:g,decodeUnsafe:T,decode:E}}tme.exports=ymt});var _T=I((bPt,ome)=>{"use strict";var bmt=new TextDecoder,vmt=t=>bmt.decode(t),Smt=new TextEncoder,Tmt=t=>Smt.encode(t);function Emt(t,r){let o=new Uint8Array(r),i=0;for(let n of t)o.set(n,i),i+=n.length;return o}ome.exports={decodeText:vmt,encodeText:Tmt,concat:Emt}});var nme=I((vPt,ime)=>{"use strict";var{encodeText:_mt}=_T(),$M=class{constructor(r,o,i,n){this.name=r,this.code=o,this.codeBuf=_mt(this.code),this.alphabet=n,this.codec=i(n)}encode(r){return this.codec.encode(r)}decode(r){for(let o of r)if(this.alphabet&&this.alphabet.indexOf(o)<0)throw new Error(`invalid character '${o}' in '${r}'`);return this.codec.decode(r)}};ime.exports=$M});var ame=I((SPt,sme)=>{"use strict";var xmt=(t,r,o)=>{let i={};for(let m=0;m<r.length;++m)i[r[m]]=m;let n=t.length;for(;t[n-1]==="=";)--n;let s=new Uint8Array(n*o/8|0),p=0,u=0,l=0;for(let m=0;m<n;++m){let g=i[t[m]];if(g===void 0)throw new SyntaxError("Invalid character "+t[m]);u=u<<o|g,p+=o,p>=8&&(p-=8,s[l++]=255&u>>p)}if(p>=o||255&u<<8-p)throw new SyntaxError("Unexpected end of data");return s},Amt=(t,r,o)=>{let i=r[r.length-1]==="=",n=(1<<o)-1,s="",p=0,u=0;for(let l=0;l<t.length;++l)for(u=u<<8|t[l],p+=8;p>o;)p-=o,s+=r[n&u>>p];if(p&&(s+=r[n&u<<o-p]),i)for(;s.length*o&7;)s+="=";return s},wmt=t=>r=>({encode(o){return Amt(o,r,t)},decode(o){return xmt(o,r,t)}});sme.exports={rfc4648:wmt}});var cme=I((TPt,lme)=>{"use strict";var s3=rme(),Fmt=nme(),{rfc4648:In}=ame(),{decodeText:Dmt,encodeText:Rmt}=_T(),kmt=()=>({encode:Dmt,decode:Rmt}),pme=[["identity","\0",kmt,""],["base2","0",In(1),"01"],["base8","7",In(3),"01234567"],["base10","9",s3,"0123456789"],["base16","f",In(4),"0123456789abcdef"],["base16upper","F",In(4),"0123456789ABCDEF"],["base32hex","v",In(5),"0123456789abcdefghijklmnopqrstuv"],["base32hexupper","V",In(5),"0123456789ABCDEFGHIJKLMNOPQRSTUV"],["base32hexpad","t",In(5),"0123456789abcdefghijklmnopqrstuv="],["base32hexpadupper","T",In(5),"0123456789ABCDEFGHIJKLMNOPQRSTUV="],["base32","b",In(5),"abcdefghijklmnopqrstuvwxyz234567"],["base32upper","B",In(5),"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"],["base32pad","c",In(5),"abcdefghijklmnopqrstuvwxyz234567="],["base32padupper","C",In(5),"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567="],["base32z","h",In(5),"ybndrfg8ejkmcpqxot1uwisza345h769"],["base36","k",s3,"0123456789abcdefghijklmnopqrstuvwxyz"],["base36upper","K",s3,"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"],["base58btc","z",s3,"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"],["base58flickr","Z",s3,"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"],["base64","m",In(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"],["base64pad","M",In(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="],["base64url","u",In(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"],["base64urlpad","U",In(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_="]],ume=pme.reduce((t,r)=>(t[r[0]]=new Fmt(r[0],r[1],r[2],r[3]),t),{}),Mmt=pme.reduce((t,r)=>(t[r[1]]=ume[r[0]],t),{});lme.exports={names:ume,codes:Mmt}});var UM=I((oc,fme)=>{"use strict";var n0=cme(),{encodeText:Imt,decodeText:xT,concat:dme}=_T();function Cmt(t,r){if(!r)throw new Error("requires an encoded Uint8Array");let{name:o,codeBuf:i}=_h(t);return Nmt(o,r),dme([i,r],i.length+r.length)}function Bmt(t,r){let o=_h(t),i=Imt(o.encode(r));return dme([o.codeBuf,i],o.codeBuf.length+i.length)}function Omt(t){t instanceof Uint8Array&&(t=xT(t));let r=t[0];return["f","F","v","V","t","T","b","B","c","C","h","k","K"].includes(r)&&(t=t.toLowerCase()),_h(t[0]).decode(t.substring(1))}function Pmt(t){if(t instanceof Uint8Array&&(t=xT(t)),Object.prototype.toString.call(t)!=="[object String]")return!1;try{return _h(t[0]).name}catch{return!1}}function Nmt(t,r){_h(t).decode(xT(r))}function _h(t){if(Object.prototype.hasOwnProperty.call(n0.names,t))return n0.names[t];if(Object.prototype.hasOwnProperty.call(n0.codes,t))return n0.codes[t];throw new Error(`Unsupported encoding: ${t}`)}function Lmt(t){return t instanceof Uint8Array&&(t=xT(t)),_h(t[0])}oc=fme.exports=Cmt;oc.encode=Bmt;oc.decode=Omt;oc.isEncoded=Pmt;oc.encoding=_h;oc.encodingFromData=Lmt;var $mt=Object.freeze(n0.names),Umt=Object.freeze(n0.codes);oc.names=$mt;oc.codes=Umt});var yme=I((EPt,mme)=>{mme.exports=gme;var hme=128,Hmt=127,Wmt=~Hmt,jmt=Math.pow(2,31);function gme(t,r,o){r=r||[],o=o||0;for(var i=o;t>=jmt;)r[o++]=t&255|hme,t/=128;for(;t&Wmt;)r[o++]=t&255|hme,t>>>=7;return r[o]=t|0,gme.bytes=o-i+1,r}});var Sme=I((_Pt,vme)=>{vme.exports=HM;var Gmt=128,bme=127;function HM(t,i){var o=0,i=i||0,n=0,s=i,p,u=t.length;do{if(s>=u)throw HM.bytes=0,new RangeError("Could not decode varint");p=t[s++],o+=n<28?(p&bme)<<n:(p&bme)*Math.pow(2,n),n+=7}while(p>=Gmt);return HM.bytes=s-i,o}});var Eme=I((xPt,Tme)=>{var Vmt=Math.pow(2,7),qmt=Math.pow(2,14),zmt=Math.pow(2,21),Jmt=Math.pow(2,28),Kmt=Math.pow(2,35),Xmt=Math.pow(2,42),Ymt=Math.pow(2,49),Zmt=Math.pow(2,56),Qmt=Math.pow(2,63);Tme.exports=function(t){return t<Vmt?1:t<qmt?2:t<zmt?3:t<Jmt?4:t<Kmt?5:t<Xmt?6:t<Ymt?7:t<Zmt?8:t<Qmt?9:10}});var xme=I((APt,_me)=>{_me.exports={encode:yme(),decode:Sme(),encodingLength:Eme()}});var wme=I((wPt,Ame)=>{"use strict";var eyt=Object.freeze({identity:0,sha1:17,"sha2-256":18,"sha2-512":19,"sha3-512":20,"sha3-384":21,"sha3-256":22,"sha3-224":23,"shake-128":24,"shake-256":25,"keccak-224":26,"keccak-256":27,"keccak-384":28,"keccak-512":29,blake3:30,"murmur3-128":34,"murmur3-32":35,"dbl-sha2-256":86,md4:212,md5:213,bmt:214,"sha2-256-trunc254-padded":4114,"ripemd-128":4178,"ripemd-160":4179,"ripemd-256":4180,"ripemd-320":4181,x11:4352,kangarootwelve:7425,"sm3-256":21325,"blake2b-8":45569,"blake2b-16":45570,"blake2b-24":45571,"blake2b-32":45572,"blake2b-40":45573,"blake2b-48":45574,"blake2b-56":45575,"blake2b-64":45576,"blake2b-72":45577,"blake2b-80":45578,"blake2b-88":45579,"blake2b-96":45580,"blake2b-104":45581,"blake2b-112":45582,"blake2b-120":45583,"blake2b-128":45584,"blake2b-136":45585,"blake2b-144":45586,"blake2b-152":45587,"blake2b-160":45588,"blake2b-168":45589,"blake2b-176":45590,"blake2b-184":45591,"blake2b-192":45592,"blake2b-200":45593,"blake2b-208":45594,"blake2b-216":45595,"blake2b-224":45596,"blake2b-232":45597,"blake2b-240":45598,"blake2b-248":45599,"blake2b-256":45600,"blake2b-264":45601,"blake2b-272":45602,"blake2b-280":45603,"blake2b-288":45604,"blake2b-296":45605,"blake2b-304":45606,"blake2b-312":45607,"blake2b-320":45608,"blake2b-328":45609,"blake2b-336":45610,"blake2b-344":45611,"blake2b-352":45612,"blake2b-360":45613,"blake2b-368":45614,"blake2b-376":45615,"blake2b-384":45616,"blake2b-392":45617,"blake2b-400":45618,"blake2b-408":45619,"blake2b-416":45620,"blake2b-424":45621,"blake2b-432":45622,"blake2b-440":45623,"blake2b-448":45624,"blake2b-456":45625,"blake2b-464":45626,"blake2b-472":45627,"blake2b-480":45628,"blake2b-488":45629,"blake2b-496":45630,"blake2b-504":45631,"blake2b-512":45632,"blake2s-8":45633,"blake2s-16":45634,"blake2s-24":45635,"blake2s-32":45636,"blake2s-40":45637,"blake2s-48":45638,"blake2s-56":45639,"blake2s-64":45640,"blake2s-72":45641,"blake2s-80":45642,"blake2s-88":45643,"blake2s-96":45644,"blake2s-104":45645,"blake2s-112":45646,"blake2s-120":45647,"blake2s-128":45648,"blake2s-136":45649,"blake2s-144":45650,"blake2s-152":45651,"blake2s-160":45652,"blake2s-168":45653,"blake2s-176":45654,"blake2s-184":45655,"blake2s-192":45656,"blake2s-200":45657,"blake2s-208":45658,"blake2s-216":45659,"blake2s-224":45660,"blake2s-232":45661,"blake2s-240":45662,"blake2s-248":45663,"blake2s-256":45664,"skein256-8":45825,"skein256-16":45826,"skein256-24":45827,"skein256-32":45828,"skein256-40":45829,"skein256-48":45830,"skein256-56":45831,"skein256-64":45832,"skein256-72":45833,"skein256-80":45834,"skein256-88":45835,"skein256-96":45836,"skein256-104":45837,"skein256-112":45838,"skein256-120":45839,"skein256-128":45840,"skein256-136":45841,"skein256-144":45842,"skein256-152":45843,"skein256-160":45844,"skein256-168":45845,"skein256-176":45846,"skein256-184":45847,"skein256-192":45848,"skein256-200":45849,"skein256-208":45850,"skein256-216":45851,"skein256-224":45852,"skein256-232":45853,"skein256-240":45854,"skein256-248":45855,"skein256-256":45856,"skein512-8":45857,"skein512-16":45858,"skein512-24":45859,"skein512-32":45860,"skein512-40":45861,"skein512-48":45862,"skein512-56":45863,"skein512-64":45864,"skein512-72":45865,"skein512-80":45866,"skein512-88":45867,"skein512-96":45868,"skein512-104":45869,"skein512-112":45870,"skein512-120":45871,"skein512-128":45872,"skein512-136":45873,"skein512-144":45874,"skein512-152":45875,"skein512-160":45876,"skein512-168":45877,"skein512-176":45878,"skein512-184":45879,"skein512-192":45880,"skein512-200":45881,"skein512-208":45882,"skein512-216":45883,"skein512-224":45884,"skein512-232":45885,"skein512-240":45886,"skein512-248":45887,"skein512-256":45888,"skein512-264":45889,"skein512-272":45890,"skein512-280":45891,"skein512-288":45892,"skein512-296":45893,"skein512-304":45894,"skein512-312":45895,"skein512-320":45896,"skein512-328":45897,"skein512-336":45898,"skein512-344":45899,"skein512-352":45900,"skein512-360":45901,"skein512-368":45902,"skein512-376":45903,"skein512-384":45904,"skein512-392":45905,"skein512-400":45906,"skein512-408":45907,"skein512-416":45908,"skein512-424":45909,"skein512-432":45910,"skein512-440":45911,"skein512-448":45912,"skein512-456":45913,"skein512-464":45914,"skein512-472":45915,"skein512-480":45916,"skein512-488":45917,"skein512-496":45918,"skein512-504":45919,"skein512-512":45920,"skein1024-8":45921,"skein1024-16":45922,"skein1024-24":45923,"skein1024-32":45924,"skein1024-40":45925,"skein1024-48":45926,"skein1024-56":45927,"skein1024-64":45928,"skein1024-72":45929,"skein1024-80":45930,"skein1024-88":45931,"skein1024-96":45932,"skein1024-104":45933,"skein1024-112":45934,"skein1024-120":45935,"skein1024-128":45936,"skein1024-136":45937,"skein1024-144":45938,"skein1024-152":45939,"skein1024-160":45940,"skein1024-168":45941,"skein1024-176":45942,"skein1024-184":45943,"skein1024-192":45944,"skein1024-200":45945,"skein1024-208":45946,"skein1024-216":45947,"skein1024-224":45948,"skein1024-232":45949,"skein1024-240":45950,"skein1024-248":45951,"skein1024-256":45952,"skein1024-264":45953,"skein1024-272":45954,"skein1024-280":45955,"skein1024-288":45956,"skein1024-296":45957,"skein1024-304":45958,"skein1024-312":45959,"skein1024-320":45960,"skein1024-328":45961,"skein1024-336":45962,"skein1024-344":45963,"skein1024-352":45964,"skein1024-360":45965,"skein1024-368":45966,"skein1024-376":45967,"skein1024-384":45968,"skein1024-392":45969,"skein1024-400":45970,"skein1024-408":45971,"skein1024-416":45972,"skein1024-424":45973,"skein1024-432":45974,"skein1024-440":45975,"skein1024-448":45976,"skein1024-456":45977,"skein1024-464":45978,"skein1024-472":45979,"skein1024-480":45980,"skein1024-488":45981,"skein1024-496":45982,"skein1024-504":45983,"skein1024-512":45984,"skein1024-520":45985,"skein1024-528":45986,"skein1024-536":45987,"skein1024-544":45988,"skein1024-552":45989,"skein1024-560":45990,"skein1024-568":45991,"skein1024-576":45992,"skein1024-584":45993,"skein1024-592":45994,"skein1024-600":45995,"skein1024-608":45996,"skein1024-616":45997,"skein1024-624":45998,"skein1024-632":45999,"skein1024-640":46e3,"skein1024-648":46001,"skein1024-656":46002,"skein1024-664":46003,"skein1024-672":46004,"skein1024-680":46005,"skein1024-688":46006,"skein1024-696":46007,"skein1024-704":46008,"skein1024-712":46009,"skein1024-720":46010,"skein1024-728":46011,"skein1024-736":46012,"skein1024-744":46013,"skein1024-752":46014,"skein1024-760":46015,"skein1024-768":46016,"skein1024-776":46017,"skein1024-784":46018,"skein1024-792":46019,"skein1024-800":46020,"skein1024-808":46021,"skein1024-816":46022,"skein1024-824":46023,"skein1024-832":46024,"skein1024-840":46025,"skein1024-848":46026,"skein1024-856":46027,"skein1024-864":46028,"skein1024-872":46029,"skein1024-880":46030,"skein1024-888":46031,"skein1024-896":46032,"skein1024-904":46033,"skein1024-912":46034,"skein1024-920":46035,"skein1024-928":46036,"skein1024-936":46037,"skein1024-944":46038,"skein1024-952":46039,"skein1024-960":46040,"skein1024-968":46041,"skein1024-976":46042,"skein1024-984":46043,"skein1024-992":46044,"skein1024-1000":46045,"skein1024-1008":46046,"skein1024-1016":46047,"skein1024-1024":46048,"poseidon-bls12_381-a2-fc1":46081,"poseidon-bls12_381-a2-fc1-sc":46082});Ame.exports={names:eyt}});var Dme=I((FPt,Fme)=>{"use strict";function tyt(t,r){if(t.length>=255)throw new TypeError("Alphabet too long");for(var o=new Uint8Array(256),i=0;i<o.length;i++)o[i]=255;for(var n=0;n<t.length;n++){var s=t.charAt(n),p=s.charCodeAt(0);if(o[p]!==255)throw new TypeError(s+" is ambiguous");o[p]=n}var u=t.length,l=t.charAt(0),m=Math.log(u)/Math.log(256),g=Math.log(256)/Math.log(u);function T(S){if(S instanceof Uint8Array||(ArrayBuffer.isView(S)?S=new Uint8Array(S.buffer,S.byteOffset,S.byteLength):Array.isArray(S)&&(S=Uint8Array.from(S))),!(S instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(S.length===0)return"";for(var x=0,M=0,O=0,q=S.length;O!==q&&S[O]===0;)O++,x++;for(var K=(q-O)*g+1>>>0,Z=new Uint8Array(K);O!==q;){for(var pe=S[O],se=0,oe=K-1;(pe!==0||se<M)&&oe!==-1;oe--,se++)pe+=256*Z[oe]>>>0,Z[oe]=pe%u>>>0,pe=pe/u>>>0;if(pe!==0)throw new Error("Non-zero carry");M=se,O++}for(var le=K-M;le!==K&&Z[le]===0;)le++;for(var he=l.repeat(x);le<K;++le)he+=t.charAt(Z[le]);return he}function E(S){if(typeof S!="string")throw new TypeError("Expected String");if(S.length===0)return new Uint8Array;var x=0;if(S[x]!==" "){for(var M=0,O=0;S[x]===l;)M++,x++;for(var q=(S.length-x)*m+1>>>0,K=new Uint8Array(q);S[x];){var Z=o[S.charCodeAt(x)];if(Z===255)return;for(var pe=0,se=q-1;(Z!==0||pe<O)&&se!==-1;se--,pe++)Z+=u*K[se]>>>0,K[se]=Z%256>>>0,Z=Z/256>>>0;if(Z!==0)throw new Error("Non-zero carry");O=pe,x++}if(S[x]!==" "){for(var oe=q-O;oe!==q&&K[oe]===0;)oe++;for(var le=new Uint8Array(M+(q-oe)),he=M;oe!==q;)le[he++]=K[oe++];return le}}}function y(S){var x=E(S);if(x)return x;throw new Error(`Non-${r} character`)}return{encode:T,decodeUnsafe:E,decode:y}}var ryt=tyt,oyt=ryt;Fme.exports=oyt});var Ju=I(zu=>{"use strict";Object.defineProperty(zu,"__esModule",{value:!0});var Rme=new Uint8Array(0),iyt=t=>t.reduce((r,o)=>r+o.toString(16).padStart(2,"0"),""),nyt=t=>{let r=t.match(/../g);return r?new Uint8Array(r.map(o=>parseInt(o,16))):Rme},syt=(t,r)=>{if(t===r)return!0;if(t.byteLength!==r.byteLength)return!1;for(let o=0;o<t.byteLength;o++)if(t[o]!==r[o])return!1;return!0},ayt=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},pyt=t=>t instanceof ArrayBuffer||ArrayBuffer.isView(t),uyt=t=>new TextEncoder().encode(t),lyt=t=>new TextDecoder().decode(t);zu.coerce=ayt;zu.empty=Rme;zu.equals=syt;zu.fromHex=nyt;zu.fromString=uyt;zu.isBinary=pyt;zu.toHex=iyt;zu.toString=lyt});var Xp=I(xh=>{"use strict";Object.defineProperty(xh,"__esModule",{value:!0});var cyt=Dme(),dyt=Ju(),WM=class{constructor(r,o,i){this.name=r,this.prefix=o,this.baseEncode=i}encode(r){if(r instanceof Uint8Array)return`${this.prefix}${this.baseEncode(r)}`;throw Error("Unknown type, must be binary type")}},jM=class{constructor(r,o,i){if(this.name=r,this.prefix=o,o.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o.codePointAt(0),this.baseDecode=i}decode(r){if(typeof r=="string"){if(r.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(r)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(r.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(r){return VM(this,r)}},GM=class{constructor(r){this.decoders=r}or(r){return VM(this,r)}decode(r){let o=r[0],i=this.decoders[o];if(i)return i.decode(r);throw RangeError(`Unable to decode multibase string ${JSON.stringify(r)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},VM=(t,r)=>new GM({...t.decoders||{[t.prefix]:t},...r.decoders||{[r.prefix]:r}}),AT=class{constructor(r,o,i,n){this.name=r,this.prefix=o,this.baseEncode=i,this.baseDecode=n,this.encoder=new WM(r,o,i),this.decoder=new jM(r,o,n)}encode(r){return this.encoder.encode(r)}decode(r){return this.decoder.decode(r)}},qM=({name:t,prefix:r,encode:o,decode:i})=>new AT(t,r,o,i),fyt=({prefix:t,name:r,alphabet:o})=>{let{encode:i,decode:n}=cyt(o,r);return qM({prefix:t,name:r,encode:i,decode:s=>dyt.coerce(n(s))})},hyt=(t,r,o,i)=>{let n={};for(let g=0;g<r.length;++g)n[r[g]]=g;let s=t.length;for(;t[s-1]==="=";)--s;let p=new Uint8Array(s*o/8|0),u=0,l=0,m=0;for(let g=0;g<s;++g){let T=n[t[g]];if(T===void 0)throw new SyntaxError(`Non-${i} character`);l=l<<o|T,u+=o,u>=8&&(u-=8,p[m++]=255&l>>u)}if(u>=o||255&l<<8-u)throw new SyntaxError("Unexpected end of data");return p},gyt=(t,r,o)=>{let i=r[r.length-1]==="=",n=(1<<o)-1,s="",p=0,u=0;for(let l=0;l<t.length;++l)for(u=u<<8|t[l],p+=8;p>o;)p-=o,s+=r[n&u>>p];if(p&&(s+=r[n&u<<o-p]),i)for(;s.length*o&7;)s+="=";return s},myt=({name:t,prefix:r,bitsPerChar:o,alphabet:i})=>qM({prefix:r,name:t,encode(n){return gyt(n,i,o)},decode(n){return hyt(n,i,o,t)}});xh.Codec=AT;xh.baseX=fyt;xh.from=qM;xh.or=VM;xh.rfc4648=myt});var Mme=I(zM=>{"use strict";Object.defineProperty(zM,"__esModule",{value:!0});var yyt=Xp(),kme=Ju(),byt=yyt.from({prefix:"\0",name:"identity",encode:t=>kme.toString(t),decode:t=>kme.fromString(t)});zM.identity=byt});var Ime=I(JM=>{"use strict";Object.defineProperty(JM,"__esModule",{value:!0});var vyt=Xp(),Syt=vyt.rfc4648({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});JM.base2=Syt});var Cme=I(KM=>{"use strict";Object.defineProperty(KM,"__esModule",{value:!0});var Tyt=Xp(),Eyt=Tyt.rfc4648({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});KM.base8=Eyt});var Bme=I(XM=>{"use strict";Object.defineProperty(XM,"__esModule",{value:!0});var _yt=Xp(),xyt=_yt.baseX({prefix:"9",name:"base10",alphabet:"0123456789"});XM.base10=xyt});var Pme=I(wT=>{"use strict";Object.defineProperty(wT,"__esModule",{value:!0});var Ome=Xp(),Ayt=Ome.rfc4648({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),wyt=Ome.rfc4648({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});wT.base16=Ayt;wT.base16upper=wyt});var YM=I(Yp=>{"use strict";Object.defineProperty(Yp,"__esModule",{value:!0});var ic=Xp(),Fyt=ic.rfc4648({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Dyt=ic.rfc4648({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Ryt=ic.rfc4648({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),kyt=ic.rfc4648({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Myt=ic.rfc4648({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Iyt=ic.rfc4648({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Cyt=ic.rfc4648({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Byt=ic.rfc4648({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Oyt=ic.rfc4648({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});Yp.base32=Fyt;Yp.base32hex=Myt;Yp.base32hexpad=Cyt;Yp.base32hexpadupper=Byt;Yp.base32hexupper=Iyt;Yp.base32pad=Ryt;Yp.base32padupper=kyt;Yp.base32upper=Dyt;Yp.base32z=Oyt});var Lme=I(FT=>{"use strict";Object.defineProperty(FT,"__esModule",{value:!0});var Nme=Xp(),Pyt=Nme.baseX({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Nyt=Nme.baseX({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});FT.base36=Pyt;FT.base36upper=Nyt});var ZM=I(DT=>{"use strict";Object.defineProperty(DT,"__esModule",{value:!0});var $me=Xp(),Lyt=$me.baseX({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),$yt=$me.baseX({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});DT.base58btc=Lyt;DT.base58flickr=$yt});var Ume=I(s0=>{"use strict";Object.defineProperty(s0,"__esModule",{value:!0});var RT=Xp(),Uyt=RT.rfc4648({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Hyt=RT.rfc4648({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Wyt=RT.rfc4648({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),jyt=RT.rfc4648({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});s0.base64=Uyt;s0.base64pad=Hyt;s0.base64url=Wyt;s0.base64urlpad=jyt});var Wme=I(QM=>{"use strict";Object.defineProperty(QM,"__esModule",{value:!0});var Gyt=Xp(),Hme=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),Vyt=Hme.reduce((t,r,o)=>(t[o]=r,t),[]),qyt=Hme.reduce((t,r,o)=>(t[r.codePointAt(0)]=o,t),[]);function zyt(t){return t.reduce((r,o)=>(r+=Vyt[o],r),"")}function Jyt(t){let r=[];for(let o of t){let i=qyt[o.codePointAt(0)];if(i===void 0)throw new Error(`Non-base256emoji character: ${o}`);r.push(i)}return new Uint8Array(r)}var Kyt=Gyt.from({prefix:"\u{1F680}",name:"base256emoji",encode:zyt,decode:Jyt});QM.base256emoji=Kyt});var zme=I((UPt,qme)=>{"use strict";var Xyt=Vme,jme=128,Yyt=127,Zyt=~Yyt,Qyt=Math.pow(2,31);function Vme(t,r,o){r=r||[],o=o||0;for(var i=o;t>=Qyt;)r[o++]=t&255|jme,t/=128;for(;t&Zyt;)r[o++]=t&255|jme,t>>>=7;return r[o]=t|0,Vme.bytes=o-i+1,r}var e2t=eI,t2t=128,Gme=127;function eI(t,i){var o=0,i=i||0,n=0,s=i,p,u=t.length;do{if(s>=u)throw eI.bytes=0,new RangeError("Could not decode varint");p=t[s++],o+=n<28?(p&Gme)<<n:(p&Gme)*Math.pow(2,n),n+=7}while(p>=t2t);return eI.bytes=s-i,o}var r2t=Math.pow(2,7),o2t=Math.pow(2,14),i2t=Math.pow(2,21),n2t=Math.pow(2,28),s2t=Math.pow(2,35),a2t=Math.pow(2,42),p2t=Math.pow(2,49),u2t=Math.pow(2,56),l2t=Math.pow(2,63),c2t=function(t){return t<r2t?1:t<o2t?2:t<i2t?3:t<n2t?4:t<s2t?5:t<a2t?6:t<p2t?7:t<u2t?8:t<l2t?9:10},d2t={encode:Xyt,decode:e2t,encodingLength:c2t},f2t=d2t,h2t=f2t;qme.exports=h2t});var p3=I(a3=>{"use strict";Object.defineProperty(a3,"__esModule",{value:!0});var kT=zme(),g2t=(t,r=0)=>[kT.decode(t,r),kT.decode.bytes],m2t=(t,r,o=0)=>(kT.encode(t,r,o),r),y2t=t=>kT.encodingLength(t);a3.decode=g2t;a3.encodeTo=m2t;a3.encodingLength=y2t});var u0=I(p0=>{"use strict";Object.defineProperty(p0,"__esModule",{value:!0});var Jme=Ju(),a0=p3(),b2t=(t,r)=>{let o=r.byteLength,i=a0.encodingLength(t),n=i+a0.encodingLength(o),s=new Uint8Array(n+o);return a0.encodeTo(t,s,0),a0.encodeTo(o,s,i),s.set(r,n),new u3(t,o,r,s)},v2t=t=>{let r=Jme.coerce(t),[o,i]=a0.decode(r),[n,s]=a0.decode(r.subarray(i)),p=r.subarray(i+s);if(p.byteLength!==n)throw new Error("Incorrect length");return new u3(o,n,p,r)},S2t=(t,r)=>t===r?!0:t.code===r.code&&t.size===r.size&&Jme.equals(t.bytes,r.bytes),u3=class{constructor(r,o,i,n){this.code=r,this.size=o,this.digest=i,this.bytes=n}};p0.Digest=u3;p0.create=b2t;p0.decode=v2t;p0.equals=S2t});var CT=I(IT=>{"use strict";Object.defineProperty(IT,"__esModule",{value:!0});var Kme=u0(),T2t=({name:t,code:r,encode:o})=>new MT(t,r,o),MT=class{constructor(r,o,i){this.name=r,this.code=o,this.encode=i}digest(r){if(r instanceof Uint8Array){let o=this.encode(r);return o instanceof Uint8Array?Kme.create(this.code,o):o.then(i=>Kme.create(this.code,i))}else throw Error("Unknown type, must be binary type")}};IT.Hasher=MT;IT.from=T2t});var Qme=I(BT=>{"use strict";Object.defineProperty(BT,"__esModule",{value:!0});var E2t=require("crypto"),Xme=CT(),Yme=Ju();function _2t(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var Zme=_2t(E2t),x2t=Xme.from({name:"sha2-256",code:18,encode:t=>Yme.coerce(Zme.default.createHash("sha256").update(t).digest())}),A2t=Xme.from({name:"sha2-512",code:19,encode:t=>Yme.coerce(Zme.default.createHash("sha512").update(t).digest())});BT.sha256=x2t;BT.sha512=A2t});var rye=I(tI=>{"use strict";Object.defineProperty(tI,"__esModule",{value:!0});var w2t=Ju(),F2t=u0(),eye=0,D2t="identity",tye=w2t.coerce,R2t=t=>F2t.create(eye,tye(t)),k2t={code:eye,name:D2t,encode:tye,digest:R2t};tI.identity=k2t});var iye=I(l0=>{"use strict";Object.defineProperty(l0,"__esModule",{value:!0});var oye=Ju(),M2t="raw",I2t=85,C2t=t=>oye.coerce(t),B2t=t=>oye.coerce(t);l0.code=I2t;l0.decode=B2t;l0.encode=C2t;l0.name=M2t});var nye=I(c0=>{"use strict";Object.defineProperty(c0,"__esModule",{value:!0});var O2t=new TextEncoder,P2t=new TextDecoder,N2t="json",L2t=512,$2t=t=>O2t.encode(JSON.stringify(t)),U2t=t=>JSON.parse(P2t.decode(t));c0.code=L2t;c0.decode=U2t;c0.encode=$2t;c0.name=N2t});var oI=I(rI=>{"use strict";Object.defineProperty(rI,"__esModule",{value:!0});var c3=p3(),OT=u0(),Ed=ZM(),LT=YM(),H2t=Ju(),fn=class{constructor(r,o,i,n){this.code=o,this.version=r,this.multihash=i,this.bytes=n,this.byteOffset=n.byteOffset,this.byteLength=n.byteLength,this.asCID=this,this._baseCache=new Map,Object.defineProperties(this,{byteOffset:NT,byteLength:NT,code:PT,version:PT,multihash:PT,bytes:PT,_baseCache:NT,asCID:NT})}toV0(){switch(this.version){case 0:return this;default:{let{code:r,multihash:o}=this;if(r!==l3)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(o.code!==V2t)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return fn.createV0(o)}}}toV1(){switch(this.version){case 0:{let{code:r,digest:o}=this.multihash,i=OT.create(r,o);return fn.createV1(this.code,i)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}equals(r){return r&&this.code===r.code&&this.version===r.version&&OT.equals(this.multihash,r.multihash)}toString(r){let{bytes:o,version:i,_baseCache:n}=this;switch(i){case 0:return j2t(o,n,r||Ed.base58btc.encoder);default:return G2t(o,n,r||LT.base32.encoder)}}toJSON(){return{code:this.code,version:this.version,hash:this.multihash.bytes}}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return"CID("+this.toString()+")"}static isCID(r){return z2t(/^0\.0/,J2t),!!(r&&(r[aye]||r.asCID===r))}get toBaseEncodedString(){throw new Error("Deprecated, use .toString()")}get codec(){throw new Error('"codec" property is deprecated, use integer "code" property instead')}get buffer(){throw new Error("Deprecated .buffer property, use .bytes to get Uint8Array instead")}get multibaseName(){throw new Error('"multibaseName" property is deprecated')}get prefix(){throw new Error('"prefix" property is deprecated')}static asCID(r){if(r instanceof fn)return r;if(r!=null&&r.asCID===r){let{version:o,code:i,multihash:n,bytes:s}=r;return new fn(o,i,n,s||sye(o,i,n.bytes))}else if(r!=null&&r[aye]===!0){let{version:o,multihash:i,code:n}=r,s=OT.decode(i);return fn.create(o,n,s)}else return null}static create(r,o,i){if(typeof o!="number")throw new Error("String codecs are no longer supported");switch(r){case 0:{if(o!==l3)throw new Error(`Version 0 CID must use dag-pb (code: ${l3}) block encoding`);return new fn(r,o,i,i.bytes)}case 1:{let n=sye(r,o,i.bytes);return new fn(r,o,i,n)}default:throw new Error("Invalid version")}}static createV0(r){return fn.create(0,l3,r)}static createV1(r,o){return fn.create(1,r,o)}static decode(r){let[o,i]=fn.decodeFirst(r);if(i.length)throw new Error("Incorrect length");return o}static decodeFirst(r){let o=fn.inspectBytes(r),i=o.size-o.multihashSize,n=H2t.coerce(r.subarray(i,i+o.multihashSize));if(n.byteLength!==o.multihashSize)throw new Error("Incorrect length");let s=n.subarray(o.multihashSize-o.digestSize),p=new OT.Digest(o.multihashCode,o.digestSize,s,n);return[o.version===0?fn.createV0(p):fn.createV1(o.codec,p),r.subarray(o.size)]}static inspectBytes(r){let o=0,i=()=>{let[T,E]=c3.decode(r.subarray(o));return o+=E,T},n=i(),s=l3;if(n===18?(n=0,o=0):n===1&&(s=i()),n!==0&&n!==1)throw new RangeError(`Invalid CID version ${n}`);let p=o,u=i(),l=i(),m=o+l,g=m-p;return{version:n,codec:s,multihashCode:u,digestSize:l,multihashSize:g,size:m}}static parse(r,o){let[i,n]=W2t(r,o),s=fn.decode(n);return s._baseCache.set(i,r),s}},W2t=(t,r)=>{switch(t[0]){case"Q":{let o=r||Ed.base58btc;return[Ed.base58btc.prefix,o.decode(`${Ed.base58btc.prefix}${t}`)]}case Ed.base58btc.prefix:{let o=r||Ed.base58btc;return[Ed.base58btc.prefix,o.decode(t)]}case LT.base32.prefix:{let o=r||LT.base32;return[LT.base32.prefix,o.decode(t)]}default:{if(r==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[t[0],r.decode(t)]}}},j2t=(t,r,o)=>{let{prefix:i}=o;if(i!==Ed.base58btc.prefix)throw Error(`Cannot string encode V0 in ${o.name} encoding`);let n=r.get(i);if(n==null){let s=o.encode(t).slice(1);return r.set(i,s),s}else return n},G2t=(t,r,o)=>{let{prefix:i}=o,n=r.get(i);if(n==null){let s=o.encode(t);return r.set(i,s),s}else return n},l3=112,V2t=18,sye=(t,r,o)=>{let i=c3.encodingLength(t),n=i+c3.encodingLength(r),s=new Uint8Array(n+o.byteLength);return c3.encodeTo(t,s,0),c3.encodeTo(r,s,i),s.set(o,n),s},aye=Symbol.for("@ipld/js-cid/CID"),PT={writable:!1,configurable:!1,enumerable:!0},NT={writable:!1,enumerable:!1,configurable:!1},q2t="0.0.0-dev",z2t=(t,r)=>{if(t.test(q2t))console.warn(r);else throw new Error(r)},J2t=`CID.isCID(v) is deprecated and will be removed in the next major release.
|
|
212
|
+
`),()=>this.onerror("timeout"),r=>{this.awaitingBatchAck=!1,!r||r.status!==200?(this.onerror(r&&r.status),this.closeAndRetry(1011,"internal server error",!1)):this.batchBuffer.length>0&&(this.batchSend(this.batchBuffer),this.batchBuffer=[])})}close(t,r,o){for(let n of this.reqs)n.abort();this.readyState=ju.closed;let i=Object.assign({code:1e3,reason:void 0,wasClean:!0},{code:t,reason:r,wasClean:o});this.batchBuffer=[],clearTimeout(this.currentBatchTimer),this.currentBatchTimer=null,typeof CloseEvent<"u"?this.onclose(new CloseEvent("close",i)):this.onclose(i)}ajax(t,r,o,i,n){let s,p=()=>{this.reqs.delete(s),i()};s=PS.request(t,this.endpointURL(),r,o,this.timeout,p,u=>{this.reqs.delete(s),this.isActive()&&n(u)}),this.reqs.add(s)}},C2=class{constructor(t,r={}){let o=r.events||{state:"presence_state",diff:"presence_diff"};this.state={},this.pendingDiffs=[],this.channel=t,this.joinRef=null,this.caller={onJoin:function(){},onLeave:function(){},onSync:function(){}},this.channel.on(o.state,i=>{let{onJoin:n,onLeave:s,onSync:p}=this.caller;this.joinRef=this.channel.joinRef(),this.state=C2.syncState(this.state,i,n,s),this.pendingDiffs.forEach(u=>{this.state=C2.syncDiff(this.state,u,n,s)}),this.pendingDiffs=[],p()}),this.channel.on(o.diff,i=>{let{onJoin:n,onLeave:s,onSync:p}=this.caller;this.inPendingSyncState()?this.pendingDiffs.push(i):(this.state=C2.syncDiff(this.state,i,n,s),p())})}onJoin(t){this.caller.onJoin=t}onLeave(t){this.caller.onLeave=t}onSync(t){this.caller.onSync=t}list(t){return C2.list(this.state,t)}inPendingSyncState(){return!this.joinRef||this.joinRef!==this.channel.joinRef()}static syncState(t,r,o,i){let n=this.clone(t),s={},p={};return this.map(n,(u,l)=>{r[u]||(p[u]=l)}),this.map(r,(u,l)=>{let m=n[u];if(m){let g=l.metas.map(S=>S.phx_ref),T=m.metas.map(S=>S.phx_ref),E=l.metas.filter(S=>T.indexOf(S.phx_ref)<0),y=m.metas.filter(S=>g.indexOf(S.phx_ref)<0);E.length>0&&(s[u]=l,s[u].metas=E),y.length>0&&(p[u]=this.clone(m),p[u].metas=y)}else s[u]=l}),this.syncDiff(n,{joins:s,leaves:p},o,i)}static syncDiff(t,r,o,i){let{joins:n,leaves:s}=this.clone(r);return o||(o=function(){}),i||(i=function(){}),this.map(n,(p,u)=>{let l=t[p];if(t[p]=this.clone(u),l){let m=t[p].metas.map(T=>T.phx_ref),g=l.metas.filter(T=>m.indexOf(T.phx_ref)<0);t[p].metas.unshift(...g)}o(p,l,u)}),this.map(s,(p,u)=>{let l=t[p];if(!l)return;let m=u.metas.map(g=>g.phx_ref);l.metas=l.metas.filter(g=>m.indexOf(g.phx_ref)<0),i(p,l,u),l.metas.length===0&&delete t[p]}),t}static list(t,r){return r||(r=function(o,i){return i}),this.map(t,(o,i)=>r(o,i))}static map(t,r){return Object.getOwnPropertyNames(t).map(o=>r(o,t[o]))}static clone(t){return JSON.parse(JSON.stringify(t))}},B2={HEADER_LENGTH:1,META_LENGTH:4,KINDS:{push:0,reply:1,broadcast:2},encode(t,r){if(t.payload.constructor===ArrayBuffer)return r(this.binaryEncode(t));{let o=[t.join_ref,t.ref,t.topic,t.event,t.payload];return r(JSON.stringify(o))}},decode(t,r){if(t.constructor===ArrayBuffer)return r(this.binaryDecode(t));{let[o,i,n,s,p]=JSON.parse(t);return r({join_ref:o,ref:i,topic:n,event:s,payload:p})}},binaryEncode(t){let{join_ref:r,ref:o,event:i,topic:n,payload:s}=t,p=this.META_LENGTH+r.length+o.length+n.length+i.length,u=new ArrayBuffer(this.HEADER_LENGTH+p),l=new DataView(u),m=0;l.setUint8(m++,this.KINDS.push),l.setUint8(m++,r.length),l.setUint8(m++,o.length),l.setUint8(m++,n.length),l.setUint8(m++,i.length),Array.from(r,T=>l.setUint8(m++,T.charCodeAt(0))),Array.from(o,T=>l.setUint8(m++,T.charCodeAt(0))),Array.from(n,T=>l.setUint8(m++,T.charCodeAt(0))),Array.from(i,T=>l.setUint8(m++,T.charCodeAt(0)));var g=new Uint8Array(u.byteLength+s.byteLength);return g.set(new Uint8Array(u),0),g.set(new Uint8Array(s),u.byteLength),g.buffer},binaryDecode(t){let r=new DataView(t),o=r.getUint8(0),i=new TextDecoder;switch(o){case this.KINDS.push:return this.decodePush(t,r,i);case this.KINDS.reply:return this.decodeReply(t,r,i);case this.KINDS.broadcast:return this.decodeBroadcast(t,r,i)}},decodePush(t,r,o){let i=r.getUint8(1),n=r.getUint8(2),s=r.getUint8(3),p=this.HEADER_LENGTH+this.META_LENGTH-1,u=o.decode(t.slice(p,p+i));p=p+i;let l=o.decode(t.slice(p,p+n));p=p+n;let m=o.decode(t.slice(p,p+s));p=p+s;let g=t.slice(p,t.byteLength);return{join_ref:u,ref:null,topic:l,event:m,payload:g}},decodeReply(t,r,o){let i=r.getUint8(1),n=r.getUint8(2),s=r.getUint8(3),p=r.getUint8(4),u=this.HEADER_LENGTH+this.META_LENGTH,l=o.decode(t.slice(u,u+i));u=u+i;let m=o.decode(t.slice(u,u+n));u=u+n;let g=o.decode(t.slice(u,u+s));u=u+s;let T=o.decode(t.slice(u,u+p));u=u+p;let E=t.slice(u,t.byteLength),y={status:T,response:E};return{join_ref:l,ref:m,topic:g,event:Ql.reply,payload:y}},decodeBroadcast(t,r,o){let i=r.getUint8(1),n=r.getUint8(2),s=this.HEADER_LENGTH+2,p=o.decode(t.slice(s,s+i));s=s+i;let u=o.decode(t.slice(s,s+n));s=s+n;let l=t.slice(s,t.byteLength);return{join_ref:null,ref:null,topic:p,event:u,payload:l}}},Zdt=class{constructor(t,r={}){this.stateChangeCallbacks={open:[],close:[],error:[],message:[]},this.channels=[],this.sendBuffer=[],this.ref=0,this.timeout=r.timeout||Kdt,this.transport=r.transport||P2.WebSocket||OS,this.establishedConnections=0,this.defaultEncoder=B2.encode.bind(B2),this.defaultDecoder=B2.decode.bind(B2),this.closeWasClean=!1,this.binaryType=r.binaryType||"arraybuffer",this.connectClock=1,this.transport!==OS?(this.encode=r.encode||this.defaultEncoder,this.decode=r.decode||this.defaultDecoder):(this.encode=this.defaultEncoder,this.decode=this.defaultDecoder);let o=null;I2&&I2.addEventListener&&(I2.addEventListener("pagehide",i=>{this.conn&&(this.disconnect(),o=this.connectClock)}),I2.addEventListener("pageshow",i=>{o===this.connectClock&&(o=null,this.connect())})),this.heartbeatIntervalMs=r.heartbeatIntervalMs||3e4,this.rejoinAfterMs=i=>r.rejoinAfterMs?r.rejoinAfterMs(i):[1e3,2e3,5e3][i-1]||1e4,this.reconnectAfterMs=i=>r.reconnectAfterMs?r.reconnectAfterMs(i):[10,50,100,150,200,250,500,1e3,2e3][i-1]||5e3,this.logger=r.logger||null,this.longpollerTimeout=r.longpollerTimeout||2e4,this.params=O2(r.params||{}),this.endPoint=`${t}/${ck.websocket}`,this.vsn=r.vsn||Jdt,this.heartbeatTimeoutTimer=null,this.heartbeatTimer=null,this.pendingHeartbeatRef=null,this.reconnectTimer=new Ofe(()=>{this.teardown(()=>this.connect())},this.reconnectAfterMs)}getLongPollTransport(){return OS}replaceTransport(t){this.connectClock++,this.closeWasClean=!0,this.reconnectTimer.reset(),this.sendBuffer=[],this.conn&&(this.conn.close(),this.conn=null),this.transport=t}protocol(){return location.protocol.match(/^https/)?"wss":"ws"}endPointURL(){let t=PS.appendParams(PS.appendParams(this.endPoint,this.params()),{vsn:this.vsn});return t.charAt(0)!=="/"?t:t.charAt(1)==="/"?`${this.protocol()}:${t}`:`${this.protocol()}://${location.host}${t}`}disconnect(t,r,o){this.connectClock++,this.closeWasClean=!0,this.reconnectTimer.reset(),this.teardown(t,r,o)}connect(t){t&&(console&&console.log("passing params to connect is deprecated. Instead pass :params to the Socket constructor"),this.params=O2(t)),!this.conn&&(this.connectClock++,this.closeWasClean=!1,this.conn=new this.transport(this.endPointURL()),this.conn.binaryType=this.binaryType,this.conn.timeout=this.longpollerTimeout,this.conn.onopen=()=>this.onConnOpen(),this.conn.onerror=r=>this.onConnError(r),this.conn.onmessage=r=>this.onConnMessage(r),this.conn.onclose=r=>this.onConnClose(r))}log(t,r,o){this.logger(t,r,o)}hasLogger(){return this.logger!==null}onOpen(t){let r=this.makeRef();return this.stateChangeCallbacks.open.push([r,t]),r}onClose(t){let r=this.makeRef();return this.stateChangeCallbacks.close.push([r,t]),r}onError(t){let r=this.makeRef();return this.stateChangeCallbacks.error.push([r,t]),r}onMessage(t){let r=this.makeRef();return this.stateChangeCallbacks.message.push([r,t]),r}ping(t){if(!this.isConnected())return!1;let r=this.makeRef(),o=Date.now();this.push({topic:"phoenix",event:"heartbeat",payload:{},ref:r});let i=this.onMessage(n=>{n.ref===r&&(this.off([i]),t(Date.now()-o))});return!0}clearHeartbeats(){clearTimeout(this.heartbeatTimer),clearTimeout(this.heartbeatTimeoutTimer)}onConnOpen(){this.hasLogger()&&this.log("transport",`connected to ${this.endPointURL()}`),this.closeWasClean=!1,this.establishedConnections++,this.flushSendBuffer(),this.reconnectTimer.reset(),this.resetHeartbeat(),this.stateChangeCallbacks.open.forEach(([,t])=>t())}heartbeatTimeout(){this.pendingHeartbeatRef&&(this.pendingHeartbeatRef=null,this.hasLogger()&&this.log("transport","heartbeat timeout. Attempting to re-establish connection"),this.triggerChanError(),this.closeWasClean=!1,this.teardown(()=>this.reconnectTimer.scheduleTimeout(),Xdt,"heartbeat timeout"))}resetHeartbeat(){this.conn&&this.conn.skipHeartbeat||(this.pendingHeartbeatRef=null,this.clearHeartbeats(),this.heartbeatTimer=setTimeout(()=>this.sendHeartbeat(),this.heartbeatIntervalMs))}teardown(t,r,o){if(!this.conn)return t&&t();this.waitForBufferDone(()=>{this.conn&&(r?this.conn.close(r,o||""):this.conn.close()),this.waitForSocketClosed(()=>{this.conn&&(this.conn.onopen=function(){},this.conn.onerror=function(){},this.conn.onmessage=function(){},this.conn.onclose=function(){},this.conn=null),t&&t()})})}waitForBufferDone(t,r=1){if(r===5||!this.conn||!this.conn.bufferedAmount){t();return}setTimeout(()=>{this.waitForBufferDone(t,r+1)},150*r)}waitForSocketClosed(t,r=1){if(r===5||!this.conn||this.conn.readyState===ju.closed){t();return}setTimeout(()=>{this.waitForSocketClosed(t,r+1)},150*r)}onConnClose(t){let r=t&&t.code;this.hasLogger()&&this.log("transport","close",t),this.triggerChanError(),this.clearHeartbeats(),!this.closeWasClean&&r!==1e3&&this.reconnectTimer.scheduleTimeout(),this.stateChangeCallbacks.close.forEach(([,o])=>o(t))}onConnError(t){this.hasLogger()&&this.log("transport",t);let r=this.transport,o=this.establishedConnections;this.stateChangeCallbacks.error.forEach(([,i])=>{i(t,r,o)}),(r===this.transport||o>0)&&this.triggerChanError()}triggerChanError(){this.channels.forEach(t=>{t.isErrored()||t.isLeaving()||t.isClosed()||t.trigger(Ql.error)})}connectionState(){switch(this.conn&&this.conn.readyState){case ju.connecting:return"connecting";case ju.open:return"open";case ju.closing:return"closing";default:return"closed"}}isConnected(){return this.connectionState()==="open"}remove(t){this.off(t.stateChangeRefs),this.channels=this.channels.filter(r=>r.joinRef()!==t.joinRef())}off(t){for(let r in this.stateChangeCallbacks)this.stateChangeCallbacks[r]=this.stateChangeCallbacks[r].filter(([o])=>t.indexOf(o)===-1)}channel(t,r={}){let o=new Pfe(t,r,this);return this.channels.push(o),o}push(t){if(this.hasLogger()){let{topic:r,event:o,payload:i,ref:n,join_ref:s}=t;this.log("push",`${r} ${o} (${s}, ${n})`,i)}this.isConnected()?this.encode(t,r=>this.conn.send(r)):this.sendBuffer.push(()=>this.encode(t,r=>this.conn.send(r)))}makeRef(){let t=this.ref+1;return t===this.ref?this.ref=0:this.ref=t,this.ref.toString()}sendHeartbeat(){this.pendingHeartbeatRef&&!this.isConnected()||(this.pendingHeartbeatRef=this.makeRef(),this.push({topic:"phoenix",event:"heartbeat",payload:{},ref:this.pendingHeartbeatRef}),this.heartbeatTimeoutTimer=setTimeout(()=>this.heartbeatTimeout(),this.heartbeatIntervalMs))}flushSendBuffer(){this.isConnected()&&this.sendBuffer.length>0&&(this.sendBuffer.forEach(t=>t()),this.sendBuffer=[])}onConnMessage(t){this.decode(t.data,r=>{let{topic:o,event:i,payload:n,ref:s,join_ref:p}=r;s&&s===this.pendingHeartbeatRef&&(this.clearHeartbeats(),this.pendingHeartbeatRef=null,this.heartbeatTimer=setTimeout(()=>this.sendHeartbeat(),this.heartbeatIntervalMs)),this.hasLogger()&&this.log("receive",`${n.status||""} ${o} ${i} ${s&&"("+s+")"||""}`,n);for(let u=0;u<this.channels.length;u++){let l=this.channels[u];!l.isMember(o,i,n,p)||l.trigger(i,n,s,p)}for(let u=0;u<this.stateChangeCallbacks.message.length;u++){let[,l]=this.stateChangeCallbacks.message[u];l(r)}})}leaveOpenTopic(t){let r=this.channels.find(o=>o.topic===t&&(o.isJoined()||o.isJoining()));r&&(this.hasLogger()&&this.log("transport",`leaving duplicate topic "${t}"`),r.leave())}}});var Ufe=I((YIt,$fe)=>{var Qdt=uk();$fe.exports=(t,r,o)=>class extends t{constructor(n,s={}){super(n,{transport:o,...s}),this._logger=Qdt("client",s.silent),this.emitter=new r,this.onOpen(()=>{this._logger.debug("socket open",n)}),this.onClose(()=>{this._logger.debug("socket close",n)}),this.onError(p=>{this._logger.error("socket error",p.error)}),this.onMessage(p=>{this._logger.debug("socket message",p)})}on(n,s,p={}){this.ensureJoinChannel(n,p),this.emitter.on(n,s)}off(n,s){s?this.emitter.off(n,s):this.emitter.removeAllListeners(n),this.ensureLeaveChannel(n)}disconnect(n,s,p){this.emitter.eventNames().forEach(u=>{this.emitter.removeAllListeners(u)}),super.disconnect(n,s,p)}ensureJoinChannel(n,s={}){if(this.emitter.listenerCount(n)>0)return;let u=this.channel(n,s);u.join().receive("ok",l=>{this._logger.debug("join success",{topic:n,message:l})}).receive("error",l=>{this._logger.error("join error",{topic:n,error:l})}).receive("timeout",()=>{this._logger.debug("join timeout",{topic:n})}),u.on(n,({status:l,response:m})=>{l==="ok"?this.emitter.emit(n,m):this._logger.debug("response error",{topic:n,status:l,data:m})})}ensureLeaveChannel(n){if(this.emitter.listenerCount(n)>0)return;let p=this.channels.find(u=>u.topic===n);!p||(this.remove(p),p.leave().receive("ok",u=>{this._logger.debug("leave success",{topic:n,message:u})}).receive("error",u=>{this._logger.error("leave error",{topic:n,err:u})}).receive("timeout",()=>{this._logger.debug("leave timeout",{topic:n})}),p.off(n))}subscribe(n,s={}){let p=this.channels.find(u=>u.topic===n);return p||(p=this.channel(n,s),p.join().receive("ok",u=>{this._logger.debug("join success",{topic:n,message:u})}).receive("error",u=>{this._logger.error("join error",{topic:n,error:u})}).receive("timeout",()=>{this._logger.debug("join timeout",{topic:n})}),p)}unsubscribe(n){this.ensureLeaveChannel(n)}}});var Wfe=I((ZIt,Hfe)=>{var eft=require("events"),{Socket:tft}=Lfe(),rft=VR(),oft=Ufe();Hfe.exports=oft(tft,eft,rft)});var Gfe=I((QIt,jfe)=>{var ift=Cfe(),nft=Wfe();jfe.exports={WsServer:ift,WsClient:nft}});var Vfe=I(fk=>{(function(t){t([],function(){var r=-1,o=-2,i=-3,n=-4,s=-5,p=function(S,x){x=x||{};var M=x.verbose||!1;M&&console.log("Normalize the JSON Object"),S=typeof S=="string"?this.JSON.parse(S):S,M&&console.log("Creating a empty dictionary");var O={strings:[],integers:[],floats:[]};M&&console.log("Creating the AST");var q=function oe(le){M&&console.log("Calling recursiveAstBuilder with "+this.JSON.stringify(le));var he=typeof le;if(le===null)return{type:"null",index:i};if(typeof le>"u")return{type:"undefined",index:s};if(le instanceof Array){var Y=["@"];for(var D in le)!le.hasOwnProperty(D)||Y.push(oe(le[D]));return Y}if(he==="object"){var Y=["$"];for(var H in le)!le.hasOwnProperty(H)||(Y.push(oe(H)),Y.push(oe(le[H])));return Y}if(le==="")return{type:"empty",index:n};if(he==="string"){var P=y.call(O.strings,le);return P==-1&&(O.strings.push(m(le)),P=O.strings.length-1),{type:"strings",index:P}}if(he==="number"&&le%1===0){var P=y.call(O.integers,le);return P==-1&&(O.integers.push(T(le)),P=O.integers.length-1),{type:"integers",index:P}}if(he==="number"){var P=y.call(O.floats,le);return P==-1&&(O.floats.push(le),P=O.floats.length-1),{type:"floats",index:P}}if(he==="boolean")return{type:"boolean",index:le?r:o};throw new Error("Unexpected argument of type "+typeof le)}(S),K=O.strings.length,Z=O.integers.length,pe=O.floats.length;M&&console.log("Parsing the dictionary");var se=O.strings.join("|");return se+="^"+O.integers.join("|"),se+="^"+O.floats.join("|"),M&&console.log("Parsing the structure"),se+="^"+function oe(le){if(M&&console.log("Calling a recursiveParser with "+this.JSON.stringify(le)),le instanceof Array){var he=le.shift();for(var Y in le)!le.hasOwnProperty(Y)||(he+=oe(le[Y])+"|");return(he[he.length-1]==="|"?he.slice(0,-1):he)+"]"}var D=le.type,H=le.index;if(D==="strings")return T(H);if(D==="integers")return T(K+H);if(D==="floats")return T(K+Z+H);if(D==="boolean")return le.index;if(D==="null")return i;if(D==="undefined")return s;if(D==="empty")return n;throw new TypeError("The item is alien!")}(q),M&&console.log("Ending parser"),x.debug?{dictionary:O,ast:q,packed:se}:se},u=function(S,x){x=x||{};var M=S.split("^");x.verbose&&console.log("Building dictionary");var O=[],q=M[0];if(q!==""){q=q.split("|"),x.verbose&&console.log("Parse the strings dictionary");for(var K=0,Z=q.length;K<Z;K++)O.push(g(q[K]))}if(q=M[1],q!==""){q=q.split("|"),x.verbose&&console.log("Parse the integers dictionary");for(var K=0,Z=q.length;K<Z;K++)O.push(E(q[K]))}if(q=M[2],q!==""){q=q.split("|"),x.verbose&&console.log("Parse the floats dictionary");for(var K=0,Z=q.length;K<Z;K++)O.push(parseFloat(q[K]))}q=null,x.verbose&&console.log("Tokenizing the structure");for(var pe="",se=[],oe=M[3].length,K=0;K<oe;K++){var le=M[3].charAt(K);le==="|"||le==="$"||le==="@"||le==="]"?(pe&&(se.push(E(pe)),pe=""),le!=="|"&&se.push(le)):pe+=le}var he=se.length,Y=0;return x.verbose&&console.log("Starting recursive parser"),function D(){var H=se[Y++];if(x.verbose&&console.log("Reading collection type "+(H==="$"?"object":"Array")),H==="@"){for(var P=[];Y<he;Y++){var A=se[Y];if(x.verbose&&console.log("Read "+A+" symbol"),A==="]")return P;if(A==="@"||A==="$")P.push(D());else switch(A){case r:P.push(!0);break;case o:P.push(!1);break;case i:P.push(null);break;case s:P.push(void 0);break;case n:P.push("");break;default:P.push(O[A])}}return x.verbose&&console.log("Parsed "+this.JSON.stringify(P)),P}if(H==="$"){for(var P={};Y<he;Y++){var R=se[Y];if(R==="]")return P;R===n?R="":R=O[R];var A=se[++Y];if(A==="@"||A==="$")P[R]=D();else switch(A){case r:P[R]=!0;break;case o:P[R]=!1;break;case i:P[R]=null;break;case s:P[R]=void 0;break;case n:P[R]="";break;default:P[R]=O[A]}}return x.verbose&&console.log("Parsed "+this.JSON.stringify(P)),P}throw new TypeError("Bad token "+H+" isn't a type")}()},l=function(S,x){var M=typeof x;if(M==="boolean")return x?r:o;if(x===null)return i;if(typeof x>"u")return s;if(x==="")return n;if(M==="string"){x=m(x);var O=y.call(S.strings,x);O===-1&&(S.strings.push(x),O=S.strings.length-1)}if(M!=="string"&&M!=="number")throw new Error("The type is not a JSON type");M==="string"?x=m(x):x%1===0&&(x=T(x)),x=M==="number"?T(x):m(x);var O=y.call(S[M],x);return O===-1&&(S[M].push(x),O=S[M].length-1),M==="number"?"+"+O:O},m=function(S){return typeof S!="string"?S:S.replace(/[\+ \|\^\%]/g,function(x){return{" ":"+","+":"%2B","|":"%7C","^":"%5E","%":"%25"}[x]})},g=function(S){return typeof S!="string"?S:S.replace(/\+|%2B|%7C|%5E|%25/g,function(x){return{"+":" ","%2B":"+","%7C":"|","%5E":"^","%25":"%"}[x]})},T=function(S){return Number.prototype.toString.call(S,36).toUpperCase()},E=function(S){return parseInt(S,36)},y=Array.prototype.indexOf||function(S,x){for(var M=x||0,O=this.length;M<O;M++)if(this[M]===S)return M;return-1};return{JSON,pack:p,unpack:u}})})(typeof define>"u"||!define.amd?function(t,r){var o=r();if(typeof fk<"u")for(var i in o)fk[i]=o[i];else window.jsonpack=o}:define)});var zfe=I((tCt,qfe)=>{"use strict";var sft='queryType|name|RootQueryType|mutationType|RootMutationType|subscriptionType|types|kind|OBJECT|AccountConfig|description|fields|address|args|type|SCALAR|String|ofType|isDeprecated|deprecationReason|pk|balance|inputFields|interfaces|enumValues|possibleTypes|The+`String`+scalar+type+represents+textual+data,+represented+as+UTF-8+character+sequences.+The+String+type+is+most+often+used+by+GraphQL+to+represent+free-form+human-readable+text.|INPUT_OBJECT|AccountFilterInput|accounts|LIST|NON_NULL|defaultValue|AccountMigrateTx|WalletType|data|Any|AccountState|nonce|numTxs|moniker|context|StateContext|issuer|gasBalance|migratedTo|migratedFrom|numAssets|tokens|IndexedTokenInput|AccountToken|symbol|decimal|Int|The+`Int`+scalar+type+represents+non-fractional+signed+whole+numeric+values.+Int+can+represent+values+between+-(2%5E31)+and+2%5E31+-+1.|AcquireAssetV2Tx|factory|assets|variables|VariableInput|NFTIssuer|AcquireAssetV3Tx|inputs|TransactionInput|owner|AddressFilterInput|sender|receiver|direction|ENUM|Direction|AssetFactoryHook|hook|AssetFactoryInput|value|TokenInput|AssetFactoryState|settlement|limit|trustedIssuers|input|IndexedFactoryInput|output|CreateAssetTx|hooks|numMinted|display|NFTDisplay|lastSettlement|AssetFilterInput|AssetLimit|to|txCount|validUntil|rate|RateLimit|txSent|lastTx|AssetState|readonly|Boolean|transferrable|ttl|consumedTime|parent|endpoint|NFTEndpoint|tags|The+`Boolean`+scalar+type+represents+`true`+or+`false`.|BlockID|hash|partsHeader|PartSetHeader|BlockInfo|height|time|appHash|proposer|txs|TransactionInfo|totalTxs|invalidTxs|txsHashes|invalidTxsHashes|consensusHash|dataHash|evidenceHash|lastCommitHash|lastResultsHash|nextValidatorsHash|validatorsHash|version|Version|lastBlockId|BlockInfoSimple|ChainInfo|id|network|consensusVersion|synced|blockHash|blockHeight|blockTime|votingPower|forgeAppsVersion|ChainInfo_ForgeAppsVersionEntry|supportedTxs|key|ClaimBlockRewardTx|rollup|evidence|Evidence|publisher|ClaimStakeTx|CloseRollupTx|message|ConsensusParams|maxBytes|maxGas|maxValidators|maxCandidates|pubKeyTypes|validators|Validator|validatorChanged|paramChanged|ConsumeAssetTx|CreateFactoryTx|CreateRollupBlockTx|merkleRoot|previousHash|txsHash|signatures|Multisig|minReward|governance|CreateRollupTx|tokenAddress|vaultAddress|contractAddress|seedValidators|RollupValidator|minStakeAmount|maxStakeAmount|minSignerCount|maxSignerCount|minBlockSize|maxBlockSize|minBlockInterval|minBlockConfirmation|foreignChainType|foreignChainId|depositFeeRate|withdrawFeeRate|proposerFeeShare|minDepositAmount|minWithdrawAmount|maxDepositAmount|maxWithdrawAmount|minDepositFee|maxDepositFee|minWithdrawFee|maxWithdrawFee|paused|leaveWaitingPeriod|publisherFeeShare|publishWaitingPeriod|publishSlashRate|CreateTokenTx|unit|icon|totalSupply|initialSupply|foreignToken|ForeignToken|DeclareTx|DelegateConfig|deltaInterval|typeUrls|DelegateLimit|TokenLimit|DelegateOp|typeUrl|rules|DelegateOpState|rule|numTxsDelta|balanceDelta|DelegateState|ops|DelegateState_OpsEntry|from|DelegateTx|DelegationFilterInput|delegations|DepositTokenV2Tx|token|actualFee|MUTUAL|ONE_WAY|UNION|EncodingType|BASE16|BASE58|EvidenceState|ExchangeInfo|ExchangeInfoV2|ExchangeTx|expiredAt|ExchangeV2Tx|FactoryFilterInput|factories|chainType|chainName|chainId|ForgeState|consensus|tasks|ForgeState_TasksEntry|ForgeToken|txConfig|TransactionConfig|upgradeInfo|UpgradeInfo|accountConfig|vaults|VaultConfig|UpgradeTasks|ForgeStats|numBlocks|numStakes|numValidators|numAccountMigrateTxs|numCreateAssetTxs|numConsensusUpgradeTxs|numDeclareTxs|numDeclareFileTxs|numExchangeTxs|numStakeTxs|numSysUpgradeTxs|numTransferTxs|numUpdateAssetTxs|numConsumeAssetTxs|tps|maxTps|avgTps|avgBlockTime|Float|The+`Float`+scalar+type+represents+signed+double-precision+fractional+values+as+specified+by+[IEEE+754](https://en.wikipedia.org/wiki/IEEE_floating_point).|inflationRate|GasEstimate|max|GeoInfo|city|country|latitude|longitude|HashType|KECCAK|SHA3|SHA2|KECCAK_384|SHA3_384|KECCAK_512|SHA3_512|IndexedAccountState|genesisTime|renaissanceTime|totalReceivedStakes|totalStakes|totalUnstakes|recentNumTxs|TokenInfo|IndexedAssetState|IndexedBlock|numInvalidTxs|IndexedDelegationState|IndexedDelegationState_OpsEntry|IndexedFactoryState|IndexedRollupBlock|mintedAmount|burnedAmount|rewardAmount|tokenInfo|IndexedRollupState|totalDepositAmount|totalWithdrawAmount|migrateHistory|closed|vaultHistory|IndexedRollupValidator|joinTime|leaveTime|totalStake|revokedStake|availableStake|totalGain|proposedBlockCount|verifiedBlockCount|latestBlockHeight|latestBlockHash|IndexedStakeState|revocable|revokeWaitingPeriod|revokedTokens|revokedAssets|slashers|IndexedTokenState|IndexedTransaction|tx|Transaction|valid|code|tokenSymbols|TokenSymbol|receipts|TransactionReceipt|JoinRollupTx|KVPair|KeyType|ED25519|SECP256K1|ETHEREUM|LeaveRollupTx|MigrateRollupTx|MintAssetTx|signer|signature|delegator|content|scope|NetInfo|listening|listeners|nPeers|peers|PeerInfo|NodeInfo|NodeInfo_ForgeAppsVersionEntry|ip|geoInfo|p2pAddress|PageInfo|cursor|next|total|PageInput|size|order|PageOrderInput|field|PauseRollupTx|PubKey|RangeFilterInput|interval|anchor|ReceiptChange|target|action|RequestEstimateGasInput|RequestGetAccountStateInput|keys|traceMigration|RequestGetAccountTokensInput|RequestGetBlockInput|RequestGetBlocksInput|paging|heightFilter|emptyExcluded|RequestGetConfigInput|parsed|RequestGetEvidenceStateInput|RequestGetRollupBlockInput|rollupAddress|RequestGetStateInput|RequestGetTxInput|RequestListAssetTransactionsInput|RequestListAssetsInput|ownerAddress|factoryAddress|timeFilter|TimeFilterInput|RequestListBlocksInput|numTxsFilter|numInvalidTxsFilter|RequestListDelegationsInput|RequestListFactoriesInput|addressList|RequestListRollupBlocksInput|validatorFilter|ValidatorFilterInput|txFilter|TxFilterInput|RequestListRollupValidatorsInput|RequestListRollupsInput|foreignTokenAddress|RequestListStakesInput|addressFilter|assetFilter|RequestListTokensInput|issuerAddress|RequestListTopAccountsInput|RequestListTransactionsInput|typeFilter|TypeFilterInput|validityFilter|ValidityFilterInput|factoryFilter|tokenFilter|TokenFilterInput|accountFilter|rollupFilter|RollupFilterInput|stakeFilter|StakeFilterInput|delegationFilter|RequestSearchInput|keyword|RequestSendTxInput|wallet|WalletInfoInput|commit|ResponseEstimateGas|estimate|ResponseGetAccountState|state|ResponseGetAccountTokens|ResponseGetAssetState|ResponseGetBlock|block|ResponseGetBlocks|page|blocks|ResponseGetChainInfo|info|ResponseGetConfig|config|ResponseGetDelegateState|ResponseGetEvidenceState|ResponseGetFactoryState|ResponseGetForgeState|ResponseGetForgeStats|forgeStats|ResponseGetNetInfo|netInfo|ResponseGetNodeInfo|ResponseGetRollupBlock|RollupBlock|ResponseGetRollupState|RollupState|ResponseGetStakeState|StakeState|ResponseGetTokenState|TokenState|ResponseGetTx|ResponseGetUnconfirmedTxs|unconfirmedTxs|UnconfirmedTxs|ResponseGetValidatorsInfo|validatorsInfo|ValidatorsInfo|ResponseListAssetTransactions|transactions|ResponseListAssets|ResponseListBlocks|ResponseListDelegations|ResponseListFactories|ResponseListRollupBlocks|ResponseListRollupValidators|ResponseListRollups|rollups|ResponseListStakes|stakes|ResponseListTokens|ResponseListTopAccounts|ResponseListTransactions|ResponseSearch|results|SearchResult|ResponseSendTx|ResumeRollupTx|RevokeDelegateTx|RevokeStakeTx|outputs|RoleType|ROLE_ACCOUNT|ROLE_NODE|ROLE_DEVICE|ROLE_APPLICATION|ROLE_SMART_CONTRACT|ROLE_BOT|ROLE_ASSET|ROLE_STAKE|ROLE_VALIDATOR|ROLE_GROUP|ROLE_TX|ROLE_TETHER|ROLE_SWAP|ROLE_DELEGATION|ROLE_VC|ROLE_BLOCKLET|ROLE_STORE|ROLE_TOKEN|ROLE_FACTORY|ROLE_ROLLUP|ROLE_STORAGE|ROLE_ANY|SlashStakeTx|StakeTx|locked|StatusCode|OK|INVALID_NONCE|INVALID_SIGNATURE|INVALID_SENDER_STATE|INVALID_RECEIVER_STATE|INSUFFICIENT_DATA|INSUFFICIENT_FUND|INVALID_OWNER|INVALID_TX|UNSUPPORTED_TX|EXPIRED_TX|TOO_MANY_TXS|INVALID_LOCK_STATUS|INVALID_REQUEST|INVALID_MONIKER|INVALID_PASSPHRASE|INVALID_MULTISIG|INVALID_WALLET|INVALID_CHAIN_ID|CONSENSUS_RPC_ERROR|STORAGE_RPC_ERROR|NOENT|ACCOUNT_MIGRATED|RPC_CONNECTION_ERROR|UNSUPPORTED_STAKE|INSUFFICIENT_STAKE|INVALID_STAKE_STATE|EXPIRED_WALLET_TOKEN|BANNED_UNSTAKE|INVALID_ASSET|INVALID_TX_SIZE|INVALID_SIGNER_STATE|INVALID_FORGE_STATE|EXPIRED_ASSET|UNTRANSFERRABLE_ASSET|READONLY_ASSET|CONSUMED_ASSET|INVALID_DEPOSIT_VALUE|EXCEED_DEPOSIT_CAP|INVALID_DEPOSIT_TARGET|INVALID_DEPOSITOR|INVALID_WITHDRAWER|INVALID_EXPIRY_DATE|INVALID_CUSTODIAN|INSUFFICIENT_GAS|INVALID_SWAP|INVALID_HASHKEY|INVALID_DELEGATION|INSUFFICIENT_DELEGATION|INVALID_DELEGATION_RULE|INVALID_DELEGATION_TYPE_URL|SENDER_NOT_AUTHORIZED|PROTOCOL_NOT_RUNNING|PROTOCOL_NOT_PAUSED|PROTOCOL_NOT_ACTIVATED|INVALID_DEACTIVATION|SENDER_WITHDRAW_ITEMS_FULL|WITHDRAW_ITEM_MISSING|INVALID_WITHDRAW_TX|INVALID_CHAIN_TYPE|INVALID_TIME|INVALID_SUBSCRIBE|INVALID_DID_TYPE|INVALID_CANDIDATE_STATE|VALIDATOR_NOT_FOUND|VALIDATOR_NOT_CHANGED|INVALID_FACTORY_STATE|INVALID_FACTORY_PROPS|INVALID_FACTORY_INPUT|INVALID_TOKEN|INVALID_ROLLUP|INVALID_BLOCK|FORBIDDEN|INTERNAL|TIMEOUT|startDateTime|endDateTime|txAllowance|totalAllowance|spentAllowance|maxAssetSize|maxListSize|maxMultisig|delegate|txFee|TxFeeConfig|txGas|TxGasConfig|index|changes|TransferTx|TransferV2Tx|TransferV3Tx|fee|price|createState|updateState|dataStorage|minStake|maxStake|stakeLockPeriod|nTxs|UpdateAssetTx|consumed|UpdateRollupTx|UpgradeAction|VERIFY|BACKUP|REPLACE|RESTART_APP|RESTART_DFS|RESTART_CONSENSUS|RESTART_P2P|RESTART_FORGE|ROLLBACK_IF_FAIL|RESTART_ALL_IF_FAIL|CRASH_IF_FAIL|DROP_ADDRESS_BOOK|UpgradeNodeTx|override|UpgradeTask|UpgradeType|actions|item|CONFIG_APP|CONFIG_FORGE|CONFIG_DFS|CONFIG_CONSENSUS|CONFIG_P2P|EXE_APP|EXE_FORGE|EXE_DFS|EXE_CONSENSUS|EXE_P2P|power|ValidatorInfo|pubKey|proposerPriority|Validity|BOTH|VALID|INVALID|validity|required|slashedStake|app|WalletTypeInput|sk|role|WithdrawTokenV2Tx|maxFee|Json|itxJson|serviceFee|gasFee|gasPaid|genesisTx|renaissanceTx|sendTx|getAccountState|getAssetState|getFactoryState|getDelegateState|getTokenState|getEvidenceState|getForgeState|getTx|getBlock|getBlocks|getUnconfirmedTxs|getChainInfo|getConfig|getNetInfo|getNodeInfo|getValidatorsInfo|getForgeStats|listAssetTransactions|listAssets|listBlocks|listTopAccounts|listTransactions|listTokens|listFactories|getAccountTokens|getStakeState|listStakes|getRollupState|listRollups|erc20TokenAddress|getRollupBlock|listRollupBlocks|listRollupValidators|listDelegations|search|estimateGas|__Schema|A+GraphQL+Schema+defines+the+capabilities+of+a+GraphQL+server.+It+exposes+all+available+types+and+directives+on+the+server,+as+well+as+the+entry+points+for+query,+mutation,+and+subscription+operations.|A+list+of+all+types+supported+by+this+server.|__Type|The+type+that+query+operations+will+be+rooted+at.|If+this+server+supports+mutation,+the+type+that+mutation+operations+will+be+rooted+at.|If+this+server+support+subscription,+the+type+that+subscription+operations+will+be+rooted+at.|directives|A+list+of+all+directives+supported+by+this+server.|__Directive|The+fundamental+unit+of+any+GraphQL+Schema+is+the+type.+There+are+many+kinds+of+types+in+GraphQL+as+represented+by+the+`__TypeKind`+enum.\n\nDepending+on+the+kind+of+a+type,+certain+fields+describe+information+about+that+type.+Scalar+types+provide+no+information+beyond+a+name,+description+and+optional+`specifiedByURL`,+while+Enum+types+provide+their+values.+Object+and+Interface+types+provide+the+fields+they+describe.+Abstract+types,+Union+and+Interface,+provide+the+Object+types+possible+at+runtime.+List+and+NonNull+types+compose+other+types.|__TypeKind|specifiedByURL|includeDeprecated|false|__Field|__EnumValue|__InputValue|An+enum+describing+what+kind+of+type+a+given+`__Type`+is.|Indicates+this+type+is+a+scalar.|Indicates+this+type+is+an+object.+`fields`+and+`interfaces`+are+valid+fields.|INTERFACE|Indicates+this+type+is+an+interface.+`fields`,+`interfaces`,+and+`possibleTypes`+are+valid+fields.|Indicates+this+type+is+a+union.+`possibleTypes`+is+a+valid+field.|Indicates+this+type+is+an+enum.+`enumValues`+is+a+valid+field.|Indicates+this+type+is+an+input+object.+`inputFields`+is+a+valid+field.|Indicates+this+type+is+a+list.+`ofType`+is+a+valid+field.|Indicates+this+type+is+a+non-null.+`ofType`+is+a+valid+field.|Object+and+Interface+types+are+described+by+a+list+of+Fields,+each+of+which+has+a+name,+potentially+a+list+of+arguments,+and+a+return+type.|Arguments+provided+to+Fields+or+Directives+and+the+input+fields+of+an+InputObject+are+represented+as+Input+Values+which+describe+their+type+and+optionally+a+default+value.|A+GraphQL-formatted+string+representing+the+default+value+for+this+input+value.|One+possible+value+for+a+given+Enum.+Enum+values+are+unique+values,+not+a+placeholder+for+a+string+or+numeric+value.+However+an+Enum+value+is+returned+in+a+JSON+response+as+a+string.|A+Directive+provides+a+way+to+describe+alternate+runtime+execution+and+type+validation+behavior+in+a+GraphQL+document.\n\nIn+some+cases,+you+need+to+provide+options+to+alter+GraphQL\'s+execution+behavior+in+ways+field+arguments+will+not+suffice,+such+as+conditionally+including+or+skipping+a+field.+Directives+provide+this+by+describing+additional+information+to+the+executor.|isRepeatable|locations|__DirectiveLocation|A+Directive+can+be+adjacent+to+many+parts+of+the+GraphQL+language,+a+__DirectiveLocation+describes+one+such+possible+adjacencies.|QUERY|Location+adjacent+to+a+query+operation.|MUTATION|Location+adjacent+to+a+mutation+operation.|SUBSCRIPTION|Location+adjacent+to+a+subscription+operation.|FIELD|Location+adjacent+to+a+field.|FRAGMENT_DEFINITION|Location+adjacent+to+a+fragment+definition.|FRAGMENT_SPREAD|Location+adjacent+to+a+fragment+spread.|INLINE_FRAGMENT|Location+adjacent+to+an+inline+fragment.|VARIABLE_DEFINITION|Location+adjacent+to+a+variable+definition.|SCHEMA|Location+adjacent+to+a+schema+definition.|Location+adjacent+to+a+scalar+definition.|Location+adjacent+to+an+object+type+definition.|FIELD_DEFINITION|Location+adjacent+to+a+field+definition.|ARGUMENT_DEFINITION|Location+adjacent+to+an+argument+definition.|Location+adjacent+to+an+interface+definition.|Location+adjacent+to+a+union+definition.|Location+adjacent+to+an+enum+definition.|ENUM_VALUE|Location+adjacent+to+an+enum+value+definition.|Location+adjacent+to+an+input+object+type+definition.|INPUT_FIELD_DEFINITION|Location+adjacent+to+an+input+object+field+definition.|include|Directs+the+executor+to+include+this+field+or+fragment+only+when+the+`if`+argument+is+true.|if|Included+when+true.|skip|Directs+the+executor+to+skip+this+field+or+fragment+when+the+`if`+argument+is+true.|Skipped+when+true.|deprecated|Marks+an+element+of+a+GraphQL+schema+as+no+longer+supported.|reason|Explains+why+this+element+was+deprecated,+usually+also+including+a+suggestion+for+how+to+access+supported+similar+data.+Formatted+using+the+Markdown+syntax,+as+specified+by+[CommonMark](https://commonmark.org/).|"No+longer+supported"|specifiedBy|Exposes+a+URL+that+specifies+the+behavior+of+this+scalar.|url|The+URL+that+specifies+the+behavior+of+this+scalar.^^^$0|$1|2]|3|$1|4]|5|-3|6|@$7|8|1|9|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|G|A|Q|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|R|1|S|A|-3|B|-3|M|@$1|T|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|X|A|-3|B|@$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|8|1|Y|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|11|A|-3|B|@$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|12|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|8|1|Y|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|18|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|19|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1E|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|1H|A|1I|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|8|1|1J|A|-3|B|@$1|1K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|8|1|1O|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1P|A|-3|B|@$1|1K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1Q|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|8|1|1O|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|1T|A|-3|B|-3|M|@$1|1U|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|1V|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|1W|A|-3|E|$7|1X|1|1Y|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|1Z|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|20|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|21|A|-3|B|@$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|23|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|24|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|25|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|27|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|28|A|-3|D|@]|E|$7|8|1|29|H|-3]|I|-2|J|-3]|$1|2A|A|-3|D|@]|E|$7|8|1|2B|H|-3]|I|-2|J|-3]|$1|2C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1Z|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|2D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|2G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|2H|A|-3|B|-3|M|@$1|1L|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|2I|A|-3|B|@$1|C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|2K|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2L|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2M|A|-3|D|@]|E|$7|8|1|2N|H|-3]|I|-2|J|-3]|$1|2O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2Q|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2R|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2T|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2U|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|8|1|2Y|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|2Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|2S|A|30|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|8|1|31|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|33|A|-3|D|@]|E|$7|8|1|34|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|35|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|38|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|3B|H|-3]]]|I|-2|J|-3]|$1|3C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3D|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|3B|H|-3]]]|I|-2|J|-3]|$1|3E|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|3F|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|3G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|8|1|3O|H|-3]|I|-2|J|-3]|$1|3P|A|-3|D|@]|E|$7|8|1|31|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|3Q|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|38|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3E|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|3F|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|3G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|8|1|3O|H|-3]|I|-2|J|-3]|$1|3P|A|-3|D|@]|E|$7|8|1|31|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|3R|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|38|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|40|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|41|H|-3]]]|I|-2|J|-3]|$1|42|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|41|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|44|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|48|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|49|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4A|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4C|A|-3|B|@$1|4D|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4F|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4H|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4J|H|-3]]]|I|-2|J|-3]|$1|4K|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|4L|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4M|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2B|A|-3|B|@$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]|$1|2R|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2T|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2U|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|8|1|2Y|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|2Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4N|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|25|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|27|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|28|A|-3|D|@]|E|$7|8|1|21|H|-3]|I|-2|J|-3]|$1|2A|A|-3|D|@]|E|$7|8|1|2B|H|-3]|I|-2|J|-3]|$1|2C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1Z|H|-3]]]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4O|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|36|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4P|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Q|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4R|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4W|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|50|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|52|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|53|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|54|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|55|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|56|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|57|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|58|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|59|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5C|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5N|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|5O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5Q|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5R|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|5S|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|5Z|A|-3|B|@$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|60|A|-3|B|@$1|61|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|62|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|63|A|-3|B|@$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|64|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|2I|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|65|A|-3|B|@$1|66|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|67|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|8|1|63|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|68|A|-3|B|@$1|69|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|6A|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|8|1|63|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6C|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6D|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|6E|H|-3]]]|I|-2|J|-3]|$1|6F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6E|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|8|1|68|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6G|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6D|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|65|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|6H|A|-3|B|-3|M|@$1|6I|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|6J|A|-3|B|@$1|6K|A|-3|D|@]|E|$7|8|1|23|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|1Y|A|-3|B|-3|M|-3|N|-3|O|@$1|6M|A|-3|I|-2|J|-3]|$1|6N|A|-3|I|-2|J|-3]|$1|6O|A|-3|I|-2|J|-3]]|P|-3]|$7|1X|1|6P|A|-3|B|-3|M|-3|N|-3|O|@$1|6Q|A|-3|I|-2|J|-3]|$1|6R|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|47|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6S|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6T|A|-3|B|@$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6U|A|-3|B|@$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|23|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6V|A|-3|B|@$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|8|1|6T|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|8|1|6T|H|-3]|I|-2|J|-3]|$1|6W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|6X|A|-3|B|@$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|8|1|6U|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|8|1|6U|H|-3]|I|-2|J|-3]|$1|6W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|6Y|A|-3|B|-3|M|@$1|6Z|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|5Y|A|-3|B|@$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|70|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|71|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|72|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|73|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|74|A|-3|D|@]|E|$7|8|1|4C|H|-3]|I|-2|J|-3]|$1|75|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|76|H|-3]]]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6K|A|-3|D|@]|E|$7|8|1|77|H|-3]|I|-2|J|-3]|$1|78|A|-3|D|@]|E|$7|8|1|79|H|-3]|I|-2|J|-3]|$1|7A|A|-3|D|@]|E|$7|8|1|7B|H|-3]|I|-2|J|-3]|$1|7C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9|H|-3]]]|I|-2|J|-3]|$1|7D|A|-3|D|@]|E|$7|8|1|7E|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|76|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|8|1|7F|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|7G|A|-3|B|@$1|7H|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7J|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|1H|H|-3]]]|I|-2|J|-3]|$1|7K|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|1H|H|-3]]]|I|-2|J|-3]|$1|7N|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7O|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7P|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7Q|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7R|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|1H|H|-3]]]|I|-2|J|-3]|$1|7S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7T|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7U|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|7V|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|1H|H|-3]]]|I|-2|J|-3]|$1|7W|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|7X|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|7Y|A|-3|D|@]|E|$7|F|1|7Z|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|7Z|A|80|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|8|1|77|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|81|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|82|A|-3|B|@$1|83|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|84|A|-3|B|@$1|85|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|86|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|87|A|-3|D|@]|E|$7|F|1|7Z|H|-3]|I|-2|J|-3]|$1|88|A|-3|D|@]|E|$7|F|1|7Z|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|89|A|-3|B|-3|M|-3|N|-3|O|@$1|8A|A|-3|I|-2|J|-3]|$1|8B|A|-3|I|-2|J|-3]|$1|8C|A|-3|I|-2|J|-3]|$1|8D|A|-3|I|-2|J|-3]|$1|8E|A|-3|I|-2|J|-3]|$1|8F|A|-3|I|-2|J|-3]|$1|8G|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|8H|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|12|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|19|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8N|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8O|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8P|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2R|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2T|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|2U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|8|1|2Y|H|-3]|I|-2|J|-3]|$1|2Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8Q|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|13|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8R|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8S|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6D|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8T|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8T|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|8|1|68|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|29|A|-3|B|@$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8U|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|25|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|26|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|27|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|28|A|-3|D|@]|E|$7|8|1|29|H|-3]|I|-2|J|-3]|$1|2A|A|-3|D|@]|E|$7|8|1|2B|H|-3]|I|-2|J|-3]|$1|2C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1Z|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8O|H|-3]]]|I|-2|J|-3]|$1|2D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2E|A|-3|D|@]|E|$7|8|1|2F|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|8V|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|36|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4P|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Q|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4R|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|8Z|A|-3|D|@]|E|$7|8|1|1D|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|90|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|50|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|52|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|53|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|54|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|55|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|56|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|57|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|58|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8Z|A|-3|D|@]|E|$7|8|1|1D|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5C|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|59|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|91|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|92|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5N|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|5O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5Q|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5R|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|93|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|94|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|95|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|96|A|-3|B|@$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|97|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|98|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|99|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9F|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9H|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8O|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|9I|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9J|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9K|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8O|H|-3]]]|I|-2|J|-3]|$1|9L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|9M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1D|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9N|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9O|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9P|A|-3|D|@]|E|$7|8|1|9Q|H|-3]|I|-2|J|-3]|$1|9R|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9T|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9U|H|-3]]]|I|-2|J|-3]|$1|9V|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9W|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9X|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9Y|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|9Z|A|-3|B|-3|M|-3|N|-3|O|@$1|A0|A|-3|I|-2|J|-3]|$1|A1|A|-3|I|-2|J|-3]|$1|A2|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|A3|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|46|A|-3|D|@]|E|$7|8|1|47|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|A4|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|A5|A|-3|B|@$1|1K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1N|H|-3]]]|I|-2|J|-3]|$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4T|A|-3|B|@$1|A6|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A7|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A8|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2F|A|-3|B|@$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A9|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2Y|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AA|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1O|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AB|A|-3|B|@$1|AC|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|AD|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|AE|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|AF|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|AG|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AH|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|38|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|40|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|AI|H|-3]]]|I|-2|J|-3]|$1|42|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|AJ|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AK|A|-3|D|@]|E|$7|8|1|84|H|-3]|I|-2|J|-3]|$1|AL|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AI|A|-3|B|@$1|43|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AM|A|-3|B|@$1|AN|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AO|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|AP|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|AQ|A|-3|B|-3|M|@$1|AN|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|AR|A|-3|E|$7|F|1|1H|H|-3]|W|-3]|$1|AS|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|R|1|AT|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|AT|A|-3|B|-3|M|@$1|AU|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|E|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|34|A|-3|B|@$1|AP|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AV|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AG|A|-3|B|@$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AJ|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AK|A|-3|D|@]|E|$7|8|1|84|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|AW|A|-3|B|@$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|AX|A|-3|B|-3|M|@$1|6F|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|2J|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|2N|A|-3|B|@$1|AY|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|AZ|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|B0|A|-3|B|@$1|B1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|B2|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|B3|A|-3|B|-3|M|@$1|66|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|9P|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|B4|A|-3|B|-3|M|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]|$1|36|A|-3|E|$7|F|1|1H|H|-3]|W|-3]|$1|B6|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|B7|A|-3|B|-3|M|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|6K|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|B8|A|-3|B|-3|M|@$1|36|A|-3|E|$7|F|1|1H|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|B9|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BB|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BC|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BD|A|-3|B|-3|M|@$1|BE|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BF|A|-3|B|-3|M|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BG|A|-3|B|-3|M|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|1H|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BI|A|-3|B|-3|M|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]|$1|36|A|-3|E|$7|F|1|1H|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BJ|A|-3|B|-3|M|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BK|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BL|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BM|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BN|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BQ|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|39|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|BB|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BR|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BS|A|-3|E|$7|R|1|AX|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BT|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|6F|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|2J|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BU|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BM|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BV|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|BW|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|39|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BX|A|-3|E|$7|R|1|BY|H|-3]|W|-3]|$1|BZ|A|-3|E|$7|R|1|C0|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C1|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C2|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|C3|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C4|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|C5|A|-3|E|$7|R|1|1T|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|C6|A|-3|E|$7|R|1|2H|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C7|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|C8|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|C9|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|CA|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|C5|A|-3|E|$7|R|1|1T|H|-3]|W|-3]|$1|CB|A|-3|E|$7|R|1|CC|H|-3]|W|-3]|$1|CD|A|-3|E|$7|R|1|CE|H|-3]|W|-3]|$1|CF|A|-3|E|$7|R|1|6Y|H|-3]|W|-3]|$1|CG|A|-3|E|$7|R|1|CH|H|-3]|W|-3]|$1|C6|A|-3|E|$7|R|1|2H|H|-3]|W|-3]|$1|CI|A|-3|E|$7|R|1|S|H|-3]|W|-3]|$1|BZ|A|-3|E|$7|R|1|C0|H|-3]|W|-3]|$1|CJ|A|-3|E|$7|R|1|CK|H|-3]|W|-3]|$1|CL|A|-3|E|$7|R|1|CM|H|-3]|W|-3]|$1|CN|A|-3|E|$7|R|1|6H|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|CO|A|-3|B|-3|M|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|CP|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|CQ|A|-3|B|-3|M|@$1|9P|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|CR|A|-3|E|$7|R|1|CS|H|-3]|W|-3]|$1|6K|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|CT|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|CU|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CV|A|-3|D|@]|E|$7|8|1|82|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|CW|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|11|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|CY|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1E|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|CZ|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|2Q|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D0|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D1|A|-3|D|@]|E|$7|8|1|35|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D2|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|D4|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|3Q|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D5|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D6|A|-3|D|@]|E|$7|8|1|3R|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D7|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D8|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|D9|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|6C|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DA|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|6S|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DB|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|24|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DC|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|73|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DD|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|DE|A|-3|D|@]|E|$7|8|1|7G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DF|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|DG|A|-3|D|@]|E|$7|8|1|AB|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DH|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D6|A|-3|D|@]|E|$7|8|1|AH|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DI|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D1|A|-3|D|@]|E|$7|8|1|DJ|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DK|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|DL|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DM|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|DN|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DO|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|CX|A|-3|D|@]|E|$7|8|1|DP|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DQ|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D6|A|-3|D|@]|E|$7|8|1|3B|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DR|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|DS|A|-3|D|@]|E|$7|8|1|DT|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DU|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|DV|A|-3|D|@]|E|$7|8|1|DW|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DX|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|DY|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9O|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DZ|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8P|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E0|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|D4|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8Q|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E1|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|6I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8S|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E2|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|6Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8U|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E3|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|D4|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8V|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E4|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|96|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E5|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|E6|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|90|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E7|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|E8|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9H|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|E9|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9N|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EA|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|T|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|8H|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EB|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|DY|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9O|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EC|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D3|A|-3|D|@]|E|$7|8|1|AM|H|-3]|I|-2|J|-3]|$1|ED|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|EE|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EF|A|-3|B|@$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EG|A|-3|B|@$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EH|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|62|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EI|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|EJ|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|EK|A|-3|B|-3|M|-3|N|-3|O|@$1|EL|A|-3|I|-2|J|-3]|$1|EM|A|-3|I|-2|J|-3]|$1|EN|A|-3|I|-2|J|-3]|$1|EO|A|-3|I|-2|J|-3]|$1|EP|A|-3|I|-2|J|-3]|$1|EQ|A|-3|I|-2|J|-3]|$1|ER|A|-3|I|-2|J|-3]|$1|ES|A|-3|I|-2|J|-3]|$1|ET|A|-3|I|-2|J|-3]|$1|EU|A|-3|I|-2|J|-3]|$1|EV|A|-3|I|-2|J|-3]|$1|EW|A|-3|I|-2|J|-3]|$1|EX|A|-3|I|-2|J|-3]|$1|EY|A|-3|I|-2|J|-3]|$1|EZ|A|-3|I|-2|J|-3]|$1|F0|A|-3|I|-2|J|-3]|$1|F1|A|-3|I|-2|J|-3]|$1|F2|A|-3|I|-2|J|-3]|$1|F3|A|-3|I|-2|J|-3]|$1|F4|A|-3|I|-2|J|-3]|$1|F5|A|-3|I|-2|J|-3]|$1|F6|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|DJ|A|-3|B|@$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|36|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|4P|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Q|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4R|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|4T|H|-3]]]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4V|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|CK|A|-3|B|-3|M|@$1|E6|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|DL|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Y|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|50|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|51|H|-3]]]|I|-2|J|-3]|$1|52|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|53|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|54|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|55|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|56|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|57|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|58|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|59|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5C|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3X|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3W|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8Z|A|-3|D|@]|E|$7|8|1|1D|H|-3]|I|-2|J|-3]|$1|91|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|92|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5N|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|5O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5Q|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5R|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|93|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|94|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|95|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|51|A|-3|B|@$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|EE|A|-3|B|@$1|E|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|F7|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|EJ|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|CM|A|-3|B|-3|M|@$1|E8|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|DN|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|9I|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9J|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9K|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1D|H|-3]]]|I|-2|J|-3]|$1|9L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|9M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|F8|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1Q|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|F9|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|4B|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9J|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|9M|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|FA|A|-3|B|-3|M|-3|N|-3|O|@$1|FB|A|-3|I|-2|J|-3]|$1|FC|A|-3|I|-2|J|-3]|$1|FD|A|-3|I|-2|J|-3]|$1|FE|A|-3|I|-2|J|-3]|$1|FF|A|-3|I|-2|J|-3]|$1|FG|A|-3|I|-2|J|-3]|$1|FH|A|-3|I|-2|J|-3]|$1|FI|A|-3|I|-2|J|-3]|$1|FJ|A|-3|I|-2|J|-3]|$1|FK|A|-3|I|-2|J|-3]|$1|FL|A|-3|I|-2|J|-3]|$1|FM|A|-3|I|-2|J|-3]|$1|FN|A|-3|I|-2|J|-3]|$1|FO|A|-3|I|-2|J|-3]|$1|FP|A|-3|I|-2|J|-3]|$1|FQ|A|-3|I|-2|J|-3]|$1|FR|A|-3|I|-2|J|-3]|$1|FS|A|-3|I|-2|J|-3]|$1|FT|A|-3|I|-2|J|-3]|$1|FU|A|-3|I|-2|J|-3]|$1|FV|A|-3|I|-2|J|-3]|$1|FW|A|-3|I|-2|J|-3]|$1|FX|A|-3|I|-2|J|-3]|$1|FY|A|-3|I|-2|J|-3]|$1|FZ|A|-3|I|-2|J|-3]|$1|G0|A|-3|I|-2|J|-3]|$1|G1|A|-3|I|-2|J|-3]|$1|G2|A|-3|I|-2|J|-3]|$1|G3|A|-3|I|-2|J|-3]|$1|G4|A|-3|I|-2|J|-3]|$1|G5|A|-3|I|-2|J|-3]|$1|G6|A|-3|I|-2|J|-3]|$1|G7|A|-3|I|-2|J|-3]|$1|G8|A|-3|I|-2|J|-3]|$1|G9|A|-3|I|-2|J|-3]|$1|GA|A|-3|I|-2|J|-3]|$1|GB|A|-3|I|-2|J|-3]|$1|GC|A|-3|I|-2|J|-3]|$1|GD|A|-3|I|-2|J|-3]|$1|GE|A|-3|I|-2|J|-3]|$1|GF|A|-3|I|-2|J|-3]|$1|GG|A|-3|I|-2|J|-3]|$1|GH|A|-3|I|-2|J|-3]|$1|GI|A|-3|I|-2|J|-3]|$1|GJ|A|-3|I|-2|J|-3]|$1|GK|A|-3|I|-2|J|-3]|$1|GL|A|-3|I|-2|J|-3]|$1|GM|A|-3|I|-2|J|-3]|$1|GN|A|-3|I|-2|J|-3]|$1|GO|A|-3|I|-2|J|-3]|$1|GP|A|-3|I|-2|J|-3]|$1|GQ|A|-3|I|-2|J|-3]|$1|GR|A|-3|I|-2|J|-3]|$1|GS|A|-3|I|-2|J|-3]|$1|GT|A|-3|I|-2|J|-3]|$1|GU|A|-3|I|-2|J|-3]|$1|GV|A|-3|I|-2|J|-3]|$1|GW|A|-3|I|-2|J|-3]|$1|GX|A|-3|I|-2|J|-3]|$1|GY|A|-3|I|-2|J|-3]|$1|GZ|A|-3|I|-2|J|-3]|$1|H0|A|-3|I|-2|J|-3]|$1|H1|A|-3|I|-2|J|-3]|$1|H2|A|-3|I|-2|J|-3]|$1|H3|A|-3|I|-2|J|-3]|$1|H4|A|-3|I|-2|J|-3]|$1|H5|A|-3|I|-2|J|-3]|$1|H6|A|-3|I|-2|J|-3]|$1|H7|A|-3|I|-2|J|-3]|$1|H8|A|-3|I|-2|J|-3]|$1|H9|A|-3|I|-2|J|-3]|$1|HA|A|-3|I|-2|J|-3]|$1|HB|A|-3|I|-2|J|-3]|$1|HC|A|-3|I|-2|J|-3]|$1|HD|A|-3|I|-2|J|-3]]|P|-3]|$7|R|1|BP|A|-3|B|-3|M|@$1|HE|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|HF|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|AU|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|R|1|CH|A|-3|B|-3|M|@$1|1C|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|8O|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|23|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|64|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|2K|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HG|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HH|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2L|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|2M|A|-3|D|@]|E|$7|8|1|2N|H|-3]|I|-2|J|-3]|$1|2O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HI|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DP|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|17|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5X|A|-3|D|@]|E|$7|8|1|5Y|H|-3]|I|-2|J|-3]|$1|15|A|-3|D|@]|E|$7|8|1|16|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9U|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1G|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5T|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|79|A|-3|B|@$1|HJ|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HK|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HL|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HM|A|-3|D|@]|E|$7|8|1|60|H|-3]|I|-2|J|-3]|$1|HN|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|HO|H|-3]]]|I|-2|J|-3]|$1|HP|A|-3|D|@]|E|$7|8|1|HQ|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|3B|A|-3|B|@$1|9P|A|-3|D|@]|E|$7|8|1|9Q|H|-3]|I|-2|J|-3]|$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HR|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|32|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|2Z|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9Y|H|-3]]]|I|-2|J|-3]|$1|9S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|37|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9V|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9W|H|-3]]]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|9T|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9U|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|1R|A|-3|B|@$1|1S|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|23|H|-3]]]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9W|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HS|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|B0|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|HT|A|-3|B|@$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|HU|A|-3|B|@$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1L|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]|$1|1C|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|23|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|HV|A|-3|B|@$1|1Q|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|EJ|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|1R|H|-3]]]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|HO|A|-3|B|@$1|66|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HW|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|C0|A|-3|B|-3|M|@$1|3A|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|HQ|A|-3|B|@$1|HX|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HY|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|HZ|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|I0|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|I1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I2|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I3|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|CC|A|-3|B|-3|M|@$1|6|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|DT|A|-3|B|@$1|I4|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3A|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|9Q|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|I5|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|14|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I6|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|I7|A|-3|B|@$1|52|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|53|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|54|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|55|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|56|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|57|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|58|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|59|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5C|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5D|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5E|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5F|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5G|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5M|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|5P|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5O|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5Q|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|5R|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|I8|A|-3|B|-3|M|-3|N|-3|O|@$1|I9|A|-3|I|-2|J|-3]|$1|IA|A|-3|I|-2|J|-3]|$1|IB|A|-3|I|-2|J|-3]|$1|IC|A|-3|I|-2|J|-3]|$1|ID|A|-3|I|-2|J|-3]|$1|IE|A|-3|I|-2|J|-3]|$1|IF|A|-3|I|-2|J|-3]|$1|IG|A|-3|I|-2|J|-3]|$1|IH|A|-3|I|-2|J|-3]|$1|II|A|-3|I|-2|J|-3]|$1|IJ|A|-3|I|-2|J|-3]|$1|IK|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|7B|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|IL|A|-3|B|@$1|36|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|3N|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|IM|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|IN|A|-3|B|@$1|E|A|-3|D|@]|E|$7|1X|1|IO|H|-3]|I|-2|J|-3]|$1|3H|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|IP|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|1X|1|I8|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|7F|A|-3|B|@$1|IQ|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|IN|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|IO|A|-3|B|-3|M|-3|N|-3|O|@$1|IR|A|-3|I|-2|J|-3]|$1|IS|A|-3|I|-2|J|-3]|$1|IT|A|-3|I|-2|J|-3]|$1|IU|A|-3|I|-2|J|-3]|$1|IV|A|-3|I|-2|J|-3]|$1|IW|A|-3|I|-2|J|-3]|$1|IX|A|-3|I|-2|J|-3]|$1|IY|A|-3|I|-2|J|-3]|$1|IZ|A|-3|I|-2|J|-3]|$1|J0|A|-3|I|-2|J|-3]]|P|-3]|$7|8|1|4J|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|J1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|BY|A|-3|B|-3|M|@$1|4I|A|-3|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|J2|A|-3|B|@$1|C|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|J3|A|-3|D|@]|E|$7|8|1|AW|H|-3]|I|-2|J|-3]|$1|3Z|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|J4|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|AK|A|-3|D|@]|E|$7|8|1|84|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|DW|A|-3|B|@$1|3X|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4I|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|J2|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|J5|A|-3|B|-3|M|-3|N|-3|O|@$1|J6|A|-3|I|-2|J|-3]|$1|J7|A|-3|I|-2|J|-3]|$1|J8|A|-3|I|-2|J|-3]]|P|-3]|$7|R|1|CE|A|-3|B|-3|M|@$1|J9|A|-3|E|$7|1X|1|J5|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|1N|A|-3|B|@$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JA|A|-3|D|@]|E|$7|F|1|2S|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|7E|A|-3|B|@$1|JB|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HN|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|HP|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|F|1|G|H|-3]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|3O|A|-3|B|@$1|D1|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]|$1|JC|A|-3|D|@]|E|$7|F|1|1H|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|CS|A|-3|B|-3|M|@$1|E|A|-3|E|$7|R|1|JD|H|-3]|W|-3]|$1|JE|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|K|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|Y|A|-3|B|@$1|K|A|-3|D|@]|E|$7|1X|1|9Z|H|-3]|I|-2|J|-3]|$1|32|A|-3|D|@]|E|$7|1X|1|89|H|-3]|I|-2|J|-3]|$1|C|A|-3|D|@]|E|$7|1X|1|6P|H|-3]|I|-2|J|-3]|$1|JF|A|-3|D|@]|E|$7|1X|1|EK|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|R|1|JD|A|-3|B|-3|M|@$1|K|A|-3|E|$7|1X|1|9Z|H|-3]|W|-3]|$1|32|A|-3|E|$7|1X|1|89|H|-3]|W|-3]|$1|C|A|-3|E|$7|1X|1|6P|H|-3]|W|-3]|$1|JF|A|-3|E|$7|1X|1|EK|H|-3]|W|-3]]|N|-3|O|-3|P|-3]|$7|8|1|JG|A|-3|B|@$1|6K|A|-3|D|@]|E|$7|8|1|23|H|-3]|I|-2|J|-3]|$1|2J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|45|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|39|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JH|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6L|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|Z|A|-3|D|@]|E|$7|8|1|10|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|F|1|JI|A|-3|B|-3|M|-3|N|-3|O|-3|P|-3]|$7|8|1|10|A|-3|B|@$1|66|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|22|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|9Q|A|-3|B|@$1|6F|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A8|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|12|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|72|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|K|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A7|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|4S|A|-3|D|@]|E|$7|U|1|-3|H|$7|8|1|4T|H|-3]]|I|-2|J|-3]|$1|JJ|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|JI|H|-3]]|I|-2|J|-3]|$1|1U|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|1V|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JK|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JL|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|JM|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|16|A|-3|B|@$1|JN|A|-3|D|@]|E|$7|8|1|3B|H|-3]|I|-2|J|-3]|$1|JO|A|-3|D|@]|E|$7|8|1|3B|H|-3]|I|-2|J|-3]|$1|8I|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|8J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|4|A|-3|B|@$1|JP|A|-3|D|@$1|CT|A|-3|E|$7|F|1|2S|H|-3]|W|-3]|$1|6K|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|9P|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|CR|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|EF|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|2|A|-3|B|@$1|JQ|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]|$1|B6|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|E|$7|8|1|CW|H|-3]|I|-2|J|-3]|$1|JR|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|CZ|H|-3]|I|-2|J|-3]|$1|JS|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DB|H|-3]|I|-2|J|-3]|$1|JT|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|D9|H|-3]|I|-2|J|-3]|$1|JU|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DO|H|-3]|I|-2|J|-3]|$1|JV|A|-3|D|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DA|H|-3]|I|-2|J|-3]|$1|JW|A|-3|D|@$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|DC|H|-3]|I|-2|J|-3]|$1|JX|A|-3|D|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DQ|H|-3]|I|-2|J|-3]|$1|JY|A|-3|D|@$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|D0|H|-3]|I|-2|J|-3]|$1|JZ|A|-3|D|@$1|BC|A|-3|E|$7|F|1|2S|H|-3]|W|-3]|$1|BB|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]]|E|$7|8|1|D2|H|-3]|I|-2|J|-3]|$1|K0|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]]|E|$7|8|1|DR|H|-3]|I|-2|J|-3]|$1|K1|A|-3|D|@]|E|$7|8|1|D5|H|-3]|I|-2|J|-3]|$1|K2|A|-3|D|@$1|BE|A|-3|E|$7|F|1|2S|H|-3]|W|-3]]|E|$7|8|1|D7|H|-3]|I|-2|J|-3]|$1|K3|A|-3|D|@]|E|$7|8|1|DF|H|-3]|I|-2|J|-3]|$1|K4|A|-3|D|@]|E|$7|8|1|DH|H|-3]|I|-2|J|-3]|$1|K5|A|-3|D|@]|E|$7|8|1|DU|H|-3]|I|-2|J|-3]|$1|K6|A|-3|D|@]|E|$7|8|1|DD|H|-3]|I|-2|J|-3]|$1|K7|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]]|E|$7|8|1|DX|H|-3]|I|-2|J|-3]|$1|K8|A|-3|D|@$1|BM|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BN|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|DZ|H|-3]|I|-2|J|-3]|$1|K9|A|-3|D|@$1|BB|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BS|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BR|A|-3|E|$7|R|1|AX|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|39|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E0|H|-3]|I|-2|J|-3]|$1|KA|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|EA|H|-3]|I|-2|J|-3]|$1|KB|A|-3|D|@$1|C5|A|-3|E|$7|R|1|1T|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|CB|A|-3|E|$7|R|1|CC|H|-3]|W|-3]|$1|CD|A|-3|E|$7|R|1|CE|H|-3]|W|-3]|$1|CF|A|-3|E|$7|R|1|6Y|H|-3]|W|-3]|$1|CG|A|-3|E|$7|R|1|CH|H|-3]|W|-3]|$1|C6|A|-3|E|$7|R|1|2H|H|-3]|W|-3]|$1|CI|A|-3|E|$7|R|1|S|H|-3]|W|-3]|$1|BZ|A|-3|E|$7|R|1|C0|H|-3]|W|-3]|$1|CJ|A|-3|E|$7|R|1|CK|H|-3]|W|-3]|$1|CL|A|-3|E|$7|R|1|CM|H|-3]|W|-3]|$1|CN|A|-3|E|$7|R|1|6H|H|-3]|W|-3]]|E|$7|8|1|EB|H|-3]|I|-2|J|-3]|$1|KC|A|-3|D|@$1|C8|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E9|H|-3]|I|-2|J|-3]|$1|KD|A|-3|D|@$1|BM|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BV|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E2|H|-3]|I|-2|J|-3]|$1|KE|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|6K|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|CY|H|-3]|I|-2|J|-3]|$1|KF|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|DM|H|-3]|I|-2|J|-3]|$1|KG|A|-3|D|@$1|C5|A|-3|E|$7|R|1|1T|H|-3]|W|-3]|$1|C6|A|-3|E|$7|R|1|2H|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]]|E|$7|8|1|E7|H|-3]|I|-2|J|-3]|$1|KH|A|-3|D|@$1|C|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|B5|A|-3|E|$7|U|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]|E|$7|8|1|DK|H|-3]|I|-2|J|-3]|$1|KI|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|KJ|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|C3|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E5|H|-3]|I|-2|J|-3]|$1|KK|A|-3|D|@$1|32|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|36|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|DI|H|-3]|I|-2|J|-3]|$1|KL|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|4X|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|39|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BX|A|-3|E|$7|R|1|BY|H|-3]|W|-3]|$1|BZ|A|-3|E|$7|R|1|C0|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E3|H|-3]|I|-2|J|-3]|$1|KM|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BH|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|E4|H|-3]|I|-2|J|-3]|$1|KN|A|-3|D|@$1|6F|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|2J|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|BO|A|-3|E|$7|R|1|BP|H|-3]|W|-3]]|E|$7|8|1|E1|H|-3]|I|-2|J|-3]|$1|KO|A|-3|D|@$1|BA|A|-3|E|$7|R|1|AQ|H|-3]|W|-3]|$1|CP|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|EC|H|-3]|I|-2|J|-3]|$1|KP|A|-3|D|@$1|66|A|-3|E|$7|F|1|G|H|-3]|W|-3]|$1|9P|A|-3|E|$7|F|1|G|H|-3]|W|-3]]|E|$7|8|1|CU|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|KQ|A|KR|B|@$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|6|A|KS|D|@]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|KT|H|-3]]]]|I|-2|J|-3]|$1|0|A|KU|D|@]|E|$7|V|1|-3|H|$7|8|1|KT|H|-3]]|I|-2|J|-3]|$1|3|A|KV|D|@]|E|$7|8|1|KT|H|-3]|I|-2|J|-3]|$1|5|A|KW|D|@]|E|$7|8|1|KT|H|-3]|I|-2|J|-3]|$1|KX|A|KY|D|@]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|KZ|H|-3]]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|KT|A|L0|B|@$1|7|A|-3|D|@]|E|$7|V|1|-3|H|$7|1X|1|L1|H|-3]]|I|-2|J|-3]|$1|1|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|L2|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|B|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L5|H|-3]]]|I|-2|J|-3]|$1|N|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|KT|H|-3]]]|I|-2|J|-3]|$1|P|A|-3|D|@]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|KT|H|-3]]]|I|-2|J|-3]|$1|O|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L6|H|-3]]]|I|-2|J|-3]|$1|M|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L7|H|-3]]]|I|-2|J|-3]|$1|H|A|-3|D|@]|E|$7|8|1|KT|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|L1|A|L8|B|-3|M|-3|N|-3|O|@$1|F|A|L9|I|-2|J|-3]|$1|8|A|LA|I|-2|J|-3]|$1|LB|A|LC|I|-2|J|-3]|$1|6O|A|LD|I|-2|J|-3]|$1|1X|A|LE|I|-2|J|-3]|$1|R|A|LF|I|-2|J|-3]|$1|U|A|LG|I|-2|J|-3]|$1|V|A|LH|I|-2|J|-3]]|P|-3]|$7|8|1|L5|A|LI|B|@$1|1|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|D|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L7|H|-3]]]]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|V|1|-3|H|$7|8|1|KT|H|-3]]|I|-2|J|-3]|$1|I|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|I|-2|J|-3]|$1|J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|L7|A|LJ|B|@$1|1|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|E|A|-3|D|@]|E|$7|V|1|-3|H|$7|8|1|KT|H|-3]]|I|-2|J|-3]|$1|W|A|LK|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|I|-2|J|-3]|$1|J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|L6|A|LL|B|@$1|1|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|I|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|I|-2|J|-3]|$1|J|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|8|1|KZ|A|LM|B|@$1|1|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|I|-2|J|-3]|$1|A|A|-3|D|@]|E|$7|F|1|G|H|-3]|I|-2|J|-3]|$1|LN|A|-3|D|@]|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|I|-2|J|-3]|$1|LO|A|-3|D|@]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|1X|1|LP|H|-3]]]]|I|-2|J|-3]|$1|D|A|-3|D|@$1|L3|A|-3|E|$7|F|1|2S|H|-3]|W|L4]]|E|$7|V|1|-3|H|$7|U|1|-3|H|$7|V|1|-3|H|$7|8|1|L7|H|-3]]]]|I|-2|J|-3]]|M|-3|N|@]|O|-3|P|-3]|$7|1X|1|LP|A|LQ|B|-3|M|-3|N|-3|O|@$1|LR|A|LS|I|-2|J|-3]|$1|LT|A|LU|I|-2|J|-3]|$1|LV|A|LW|I|-2|J|-3]|$1|LX|A|LY|I|-2|J|-3]|$1|LZ|A|M0|I|-2|J|-3]|$1|M1|A|M2|I|-2|J|-3]|$1|M3|A|M4|I|-2|J|-3]|$1|M5|A|M6|I|-2|J|-3]|$1|M7|A|M8|I|-2|J|-3]|$1|F|A|M9|I|-2|J|-3]|$1|8|A|MA|I|-2|J|-3]|$1|MB|A|MC|I|-2|J|-3]|$1|MD|A|ME|I|-2|J|-3]|$1|LB|A|MF|I|-2|J|-3]|$1|6O|A|MG|I|-2|J|-3]|$1|1X|A|MH|I|-2|J|-3]|$1|MI|A|MJ|I|-2|J|-3]|$1|R|A|MK|I|-2|J|-3]|$1|ML|A|MM|I|-2|J|-3]]|P|-3]]|KX|@$1|MN|A|MO|LO|@LX|M1|M3]|D|@$1|MP|A|MQ|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|W|-3]]]|$1|MR|A|MS|LO|@LX|M1|M3]|D|@$1|MP|A|MT|E|$7|V|1|-3|H|$7|F|1|2S|H|-3]]|W|-3]]]|$1|MU|A|MV|LO|@MB|MD|ML|MI]|D|@$1|MW|A|MX|E|$7|F|1|G|H|-3]|W|MY]]]|$1|MZ|A|N0|LO|@F]|D|@$1|N1|A|N2|E|$7|V|1|-3|H|$7|F|1|G|H|-3]]|W|-3]]]]]',{parse:aft}=W8(),pft=Kv(),uft=cw(),hk=Hc(),lft=KD(),cft=Wa(),{fromBase64:dft,toUint8Array:fft}=ji(),hft=Sce(),{WsClient:gft}=Gfe(),mft=Vfe(),gk=class extends hft{constructor(r){if(pft(r)===!1)throw new Error("Chain endpoint must be a valid url");super({dataSource:"forge",httpEndpoint:r,socketEndpoint:()=>this._getSocketEndpoint(r),enableQuery:!0,enableSubscription:!0,enableMutation:!0,maxQueryDepth:6}),this._endpoint=r,this._socketClient=null}setGasPayer(r){this._gasPayer=r}subscribe(r,o){return this._ensureSocketClient().on(r,o)}unsubscribe(r,o){return this._ensureSocketClient().off(r,o)}_ensureSocketClient(){return this._socketClient||(this._socketClient=new gft(this.config.socketEndpoint(),Object.assign(this._getSocketOptions(),{heartbeatIntervalMs:10*1e3}))),this._socketClient.isConnected()===!1&&this._socketClient.connect(),this._socketClient}_getSocketEndpoint(r){let o=r.replace(/https?:\/\//,"ws://");return r.indexOf("https://")===0&&(o=o.replace("ws://","wss://")),o}_getAuthHeaders(r){if(!this._gasPayer)return{};if(typeof this._gasPayer.sign!="function")return{};let o=aft(r);if(hk(o,"definitions[0].operation")==="mutation"){let n=hk(o,"definitions[0].selectionSet.selections[0]");if(hk(n,"name.value")==="sendTx"){let s=n.arguments.find(p=>p.name.value==="tx");if(s){let p=fft(dft(s.value.value)),u=cft.toTxHash(p);return{"x-gas-payer-pk":this._gasPayer.publicKey,"x-gas-payer-sig":lft.sign(this._gasPayer.address,this._gasPayer.secretKey,{txHash:u})}}}}return{}}_getSchema(){return mft.unpack(sft)}_getIgnoreFields(){return[]}pickGasPayerHeaders({headers:r}){return uft(r,["x-gas-payer-sig","x-gas-payer-pk"])}};qfe.exports=gk});var Kfe=I((rCt,Jfe)=>{"use strict";var{createExtensionMethods:yft}=vae(),bft=zfe(),mk=class extends bft{constructor(r,o=!0){super(r),yft(this),o&&this.getContext().catch(i=>{console.warn("failed to warmup context",i.message)})}};Jfe.exports=mk});var Yfe=I((oCt,Xfe)=>{"use strict";var vft=require("events"),Sft=Kfe(),yk=class extends Sft{_getSocketOptions(){return{}}_getEventImplementation(){return vft}};Xfe.exports=yk});var T1e=I((Lk,$k)=>{"use strict";Object.defineProperty(Lk,"__esModule",{value:!0});function h1t(t){return t.encrypted}var Nk=(t,r)=>{let o;typeof r=="function"?o={connect:r}:o=r;let i=typeof o.connect=="function",n=typeof o.secureConnect=="function",s=typeof o.close=="function",p=()=>{i&&o.connect(),h1t(t)&&n&&(t.authorized?o.secureConnect():t.authorizationError||t.once("secureConnect",o.secureConnect)),s&&t.once("close",o.close)};t.writable&&!t.connecting?p():t.connecting?t.once("connect",p):t.destroyed&&s&&o.close(t._hadError)};Lk.default=Nk;$k.exports=Nk;$k.exports.default=Nk});var F1e=I((bCt,w1e)=>{"use strict";var{PassThrough:T1t}=require("stream");w1e.exports=t=>{t={...t};let{array:r}=t,{encoding:o}=t,i=o==="buffer",n=!1;r?n=!(o||i):o=o||"utf8",i&&(o=null);let s=new T1t({objectMode:n});o&&s.setEncoding(o);let p=0,u=[];return s.on("data",l=>{u.push(l),n?p=u.length:p+=l.length}),s.getBufferedValue=()=>r?u:i?Buffer.concat(u,p):u.join(""),s.getBufferedLength=()=>p,s}});var D1e=I((vCt,$2)=>{"use strict";var{constants:E1t}=require("buffer"),_1t=require("stream"),{promisify:x1t}=require("util"),A1t=F1e(),w1t=x1t(_1t.pipeline),zS=class extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}};async function Wk(t,r){if(!t)throw new Error("Expected a stream");r={maxBuffer:1/0,...r};let{maxBuffer:o}=r,i=A1t(r);return await new Promise((n,s)=>{let p=u=>{u&&i.getBufferedLength()<=E1t.MAX_LENGTH&&(u.bufferedData=i.getBufferedValue()),s(u)};(async()=>{try{await w1t(t,i),n()}catch(u){p(u)}})(),i.on("data",()=>{i.getBufferedLength()>o&&p(new zS)})}),i.getBufferedValue()}$2.exports=Wk;$2.exports.buffer=(t,r)=>Wk(t,{...r,encoding:"buffer"});$2.exports.array=(t,r)=>Wk(t,{...r,array:!0});$2.exports.MaxBufferError=zS});var k1e=I((TCt,R1e)=>{"use strict";var F1t=new Set([200,203,204,206,300,301,308,404,405,410,414,501]),D1t=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]),R1t=new Set([500,502,503,504]),k1t={date:!0,connection:!0,"keep-alive":!0,"proxy-authenticate":!0,"proxy-authorization":!0,te:!0,trailer:!0,"transfer-encoding":!0,upgrade:!0},M1t={"content-length":!0,"content-encoding":!0,"transfer-encoding":!0,"content-range":!0};function bh(t){let r=parseInt(t,10);return isFinite(r)?r:0}function I1t(t){return t?R1t.has(t.status):!0}function jk(t){let r={};if(!t)return r;let o=t.trim().split(/,/);for(let i of o){let[n,s]=i.split(/=/,2);r[n.trim()]=s===void 0?!0:s.trim().replace(/^"|"$/g,"")}return r}function C1t(t){let r=[];for(let o in t){let i=t[o];r.push(i===!0?o:o+"="+i)}if(!!r.length)return r.join(", ")}R1e.exports=class{constructor(r,o,{shared:i,cacheHeuristic:n,immutableMinTimeToLive:s,ignoreCargoCult:p,_fromObject:u}={}){if(u){this._fromObject(u);return}if(!o||!o.headers)throw Error("Response headers missing");this._assertRequestHasHeaders(r),this._responseTime=this.now(),this._isShared=i!==!1,this._cacheHeuristic=n!==void 0?n:.1,this._immutableMinTtl=s!==void 0?s:24*3600*1e3,this._status="status"in o?o.status:200,this._resHeaders=o.headers,this._rescc=jk(o.headers["cache-control"]),this._method="method"in r?r.method:"GET",this._url=r.url,this._host=r.headers.host,this._noAuthorization=!r.headers.authorization,this._reqHeaders=o.headers.vary?r.headers:null,this._reqcc=jk(r.headers["cache-control"]),p&&"pre-check"in this._rescc&&"post-check"in this._rescc&&(delete this._rescc["pre-check"],delete this._rescc["post-check"],delete this._rescc["no-cache"],delete this._rescc["no-store"],delete this._rescc["must-revalidate"],this._resHeaders=Object.assign({},this._resHeaders,{"cache-control":C1t(this._rescc)}),delete this._resHeaders.expires,delete this._resHeaders.pragma),o.headers["cache-control"]==null&&/no-cache/.test(o.headers.pragma)&&(this._rescc["no-cache"]=!0)}now(){return Date.now()}storable(){return!!(!this._reqcc["no-store"]&&(this._method==="GET"||this._method==="HEAD"||this._method==="POST"&&this._hasExplicitExpiration())&&D1t.has(this._status)&&!this._rescc["no-store"]&&(!this._isShared||!this._rescc.private)&&(!this._isShared||this._noAuthorization||this._allowsStoringAuthenticated())&&(this._resHeaders.expires||this._rescc["max-age"]||this._isShared&&this._rescc["s-maxage"]||this._rescc.public||F1t.has(this._status)))}_hasExplicitExpiration(){return this._isShared&&this._rescc["s-maxage"]||this._rescc["max-age"]||this._resHeaders.expires}_assertRequestHasHeaders(r){if(!r||!r.headers)throw Error("Request headers missing")}satisfiesWithoutRevalidation(r){this._assertRequestHasHeaders(r);let o=jk(r.headers["cache-control"]);return o["no-cache"]||/no-cache/.test(r.headers.pragma)||o["max-age"]&&this.age()>o["max-age"]||o["min-fresh"]&&this.timeToLive()<1e3*o["min-fresh"]||this.stale()&&!(o["max-stale"]&&!this._rescc["must-revalidate"]&&(o["max-stale"]===!0||o["max-stale"]>this.age()-this.maxAge()))?!1:this._requestMatches(r,!1)}_requestMatches(r,o){return(!this._url||this._url===r.url)&&this._host===r.headers.host&&(!r.method||this._method===r.method||o&&r.method==="HEAD")&&this._varyMatches(r)}_allowsStoringAuthenticated(){return this._rescc["must-revalidate"]||this._rescc.public||this._rescc["s-maxage"]}_varyMatches(r){if(!this._resHeaders.vary)return!0;if(this._resHeaders.vary==="*")return!1;let o=this._resHeaders.vary.trim().toLowerCase().split(/\s*,\s*/);for(let i of o)if(r.headers[i]!==this._reqHeaders[i])return!1;return!0}_copyWithoutHopByHopHeaders(r){let o={};for(let i in r)k1t[i]||(o[i]=r[i]);if(r.connection){let i=r.connection.trim().split(/\s*,\s*/);for(let n of i)delete o[n]}if(o.warning){let i=o.warning.split(/,/).filter(n=>!/^\s*1[0-9][0-9]/.test(n));i.length?o.warning=i.join(",").trim():delete o.warning}return o}responseHeaders(){let r=this._copyWithoutHopByHopHeaders(this._resHeaders),o=this.age();return o>3600*24&&!this._hasExplicitExpiration()&&this.maxAge()>3600*24&&(r.warning=(r.warning?`${r.warning}, `:"")+'113 - "rfc7234 5.5.4"'),r.age=`${Math.round(o)}`,r.date=new Date(this.now()).toUTCString(),r}date(){let r=Date.parse(this._resHeaders.date);return isFinite(r)?r:this._responseTime}age(){let r=this._ageValue(),o=(this.now()-this._responseTime)/1e3;return r+o}_ageValue(){return bh(this._resHeaders.age)}maxAge(){if(!this.storable()||this._rescc["no-cache"]||this._isShared&&this._resHeaders["set-cookie"]&&!this._rescc.public&&!this._rescc.immutable||this._resHeaders.vary==="*")return 0;if(this._isShared){if(this._rescc["proxy-revalidate"])return 0;if(this._rescc["s-maxage"])return bh(this._rescc["s-maxage"])}if(this._rescc["max-age"])return bh(this._rescc["max-age"]);let r=this._rescc.immutable?this._immutableMinTtl:0,o=this.date();if(this._resHeaders.expires){let i=Date.parse(this._resHeaders.expires);return Number.isNaN(i)||i<o?0:Math.max(r,(i-o)/1e3)}if(this._resHeaders["last-modified"]){let i=Date.parse(this._resHeaders["last-modified"]);if(isFinite(i)&&o>i)return Math.max(r,(o-i)/1e3*this._cacheHeuristic)}return r}timeToLive(){let r=this.maxAge()-this.age(),o=r+bh(this._rescc["stale-if-error"]),i=r+bh(this._rescc["stale-while-revalidate"]);return Math.max(0,r,o,i)*1e3}stale(){return this.maxAge()<=this.age()}_useStaleIfError(){return this.maxAge()+bh(this._rescc["stale-if-error"])>this.age()}useStaleWhileRevalidate(){return this.maxAge()+bh(this._rescc["stale-while-revalidate"])>this.age()}static fromObject(r){return new this(void 0,void 0,{_fromObject:r})}_fromObject(r){if(this._responseTime)throw Error("Reinitialized");if(!r||r.v!==1)throw Error("Invalid serialization");this._responseTime=r.t,this._isShared=r.sh,this._cacheHeuristic=r.ch,this._immutableMinTtl=r.imm!==void 0?r.imm:24*3600*1e3,this._status=r.st,this._resHeaders=r.resh,this._rescc=r.rescc,this._method=r.m,this._url=r.u,this._host=r.h,this._noAuthorization=r.a,this._reqHeaders=r.reqh,this._reqcc=r.reqcc}toObject(){return{v:1,t:this._responseTime,sh:this._isShared,ch:this._cacheHeuristic,imm:this._immutableMinTtl,st:this._status,resh:this._resHeaders,rescc:this._rescc,m:this._method,u:this._url,h:this._host,a:this._noAuthorization,reqh:this._reqHeaders,reqcc:this._reqcc}}revalidationHeaders(r){this._assertRequestHasHeaders(r);let o=this._copyWithoutHopByHopHeaders(r.headers);if(delete o["if-range"],!this._requestMatches(r,!0)||!this.storable())return delete o["if-none-match"],delete o["if-modified-since"],o;if(this._resHeaders.etag&&(o["if-none-match"]=o["if-none-match"]?`${o["if-none-match"]}, ${this._resHeaders.etag}`:this._resHeaders.etag),o["accept-ranges"]||o["if-match"]||o["if-unmodified-since"]||this._method&&this._method!="GET"){if(delete o["if-modified-since"],o["if-none-match"]){let n=o["if-none-match"].split(/,/).filter(s=>!/^\s*W\//.test(s));n.length?o["if-none-match"]=n.join(",").trim():delete o["if-none-match"]}}else this._resHeaders["last-modified"]&&!o["if-modified-since"]&&(o["if-modified-since"]=this._resHeaders["last-modified"]);return o}revalidatedPolicy(r,o){if(this._assertRequestHasHeaders(r),this._useStaleIfError()&&I1t(o))return{modified:!1,matches:!1,policy:this};if(!o||!o.headers)throw Error("Response headers missing");let i=!1;if(o.status!==void 0&&o.status!=304?i=!1:o.headers.etag&&!/^\s*W\//.test(o.headers.etag)?i=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===o.headers.etag:this._resHeaders.etag&&o.headers.etag?i=this._resHeaders.etag.replace(/^\s*W\//,"")===o.headers.etag.replace(/^\s*W\//,""):this._resHeaders["last-modified"]?i=this._resHeaders["last-modified"]===o.headers["last-modified"]:!this._resHeaders.etag&&!this._resHeaders["last-modified"]&&!o.headers.etag&&!o.headers["last-modified"]&&(i=!0),!i)return{policy:new this.constructor(r,o),modified:o.status!=304,matches:!1};let n={};for(let p in this._resHeaders)n[p]=p in o.headers&&!M1t[p]?o.headers[p]:this._resHeaders[p];let s=Object.assign({},o,{status:this._status,method:this._method,headers:n});return{policy:new this.constructor(r,s,{shared:this._isShared,cacheHeuristic:this._cacheHeuristic,immutableMinTimeToLive:this._immutableMinTtl}),modified:!1,matches:!0}}}});var I1e=I(Gk=>{Gk.stringify=function t(r){if(typeof r>"u")return r;if(r&&Buffer.isBuffer(r))return JSON.stringify(":base64:"+r.toString("base64"));if(r&&r.toJSON&&(r=r.toJSON()),r&&typeof r=="object"){var o="",i=Array.isArray(r);o=i?"[":"{";var n=!0;for(var s in r){var p=typeof r[s]=="function"||!i&&typeof r[s]>"u";Object.hasOwnProperty.call(r,s)&&!p&&(n||(o+=","),n=!1,i?r[s]==null?o+="null":o+=t(r[s]):r[s]!==void 0&&(o+=t(s)+":"+t(r[s])))}return o+=i?"]":"}",o}else return typeof r=="string"?JSON.stringify(/^:/.test(r)?":"+r:r):typeof r>"u"?"null":JSON.stringify(r)};Gk.parse=function(t){return JSON.parse(t,function(r,o){return typeof o=="string"?/^:base64:/.test(o)?Buffer.from(o.substring(8),"base64"):/^:/.test(o)?o.substring(1):o:o})}});var P1e=I((wCt,O1e)=>{"use strict";var B1t=require("events"),C1e=I1e(),O1t=t=>{let r={redis:"@keyv/redis",rediss:"@keyv/redis",mongodb:"@keyv/mongo",mongo:"@keyv/mongo",sqlite:"@keyv/sqlite",postgresql:"@keyv/postgres",postgres:"@keyv/postgres",mysql:"@keyv/mysql",etcd:"@keyv/etcd",offline:"@keyv/offline",tiered:"@keyv/tiered"};if(t.adapter||t.uri){let o=t.adapter||/^[^:+]*/.exec(t.uri)[0];return new(require(r[o]))(t)}return new Map},B1e=["sqlite","postgres","mysql","mongo","redis","tiered"],Vk=class extends B1t{constructor(r,{emitErrors:o=!0,...i}={}){if(super(),this.opts={namespace:"keyv",serialize:C1e.stringify,deserialize:C1e.parse,...typeof r=="string"?{uri:r}:r,...i},!this.opts.store){let s={...this.opts};this.opts.store=O1t(s)}if(this.opts.compression){let s=this.opts.compression;this.opts.serialize=s.serialize.bind(s),this.opts.deserialize=s.deserialize.bind(s)}typeof this.opts.store.on=="function"&&o&&this.opts.store.on("error",s=>this.emit("error",s)),this.opts.store.namespace=this.opts.namespace;let n=s=>async function*(){for await(let[p,u]of typeof s=="function"?s(this.opts.store.namespace):s){let l=await this.opts.deserialize(u);if(!(this.opts.store.namespace&&!p.includes(this.opts.store.namespace))){if(typeof l.expires=="number"&&Date.now()>l.expires){this.delete(p);continue}yield[this._getKeyUnprefix(p),l.value]}}};typeof this.opts.store[Symbol.iterator]=="function"&&this.opts.store instanceof Map?this.iterator=n(this.opts.store):typeof this.opts.store.iterator=="function"&&this.opts.store.opts&&this._checkIterableAdaptar()&&(this.iterator=n(this.opts.store.iterator.bind(this.opts.store)))}_checkIterableAdaptar(){return B1e.includes(this.opts.store.opts.dialect)||B1e.findIndex(r=>this.opts.store.opts.url.includes(r))>=0}_getKeyPrefix(r){return`${this.opts.namespace}:${r}`}_getKeyPrefixArray(r){return r.map(o=>`${this.opts.namespace}:${o}`)}_getKeyUnprefix(r){return r.split(":").splice(1).join(":")}get(r,o){let{store:i}=this.opts,n=Array.isArray(r),s=n?this._getKeyPrefixArray(r):this._getKeyPrefix(r);if(n&&i.getMany===void 0){let p=[];for(let u of s)p.push(Promise.resolve().then(()=>i.get(u)).then(l=>typeof l=="string"?this.opts.deserialize(l):this.opts.compression?this.opts.deserialize(l):l).then(l=>{if(l!=null)return typeof l.expires=="number"&&Date.now()>l.expires?this.delete(u).then(()=>{}):o&&o.raw?l:l.value}));return Promise.allSettled(p).then(u=>{let l=[];for(let m of u)l.push(m.value);return l})}return Promise.resolve().then(()=>n?i.getMany(s):i.get(s)).then(p=>typeof p=="string"?this.opts.deserialize(p):this.opts.compression?this.opts.deserialize(p):p).then(p=>{if(p!=null)return n?p.map((u,l)=>{if(typeof u=="string"&&(u=this.opts.deserialize(u)),u!=null){if(typeof u.expires=="number"&&Date.now()>u.expires){this.delete(r[l]).then(()=>{});return}return o&&o.raw?u:u.value}}):typeof p.expires=="number"&&Date.now()>p.expires?this.delete(r).then(()=>{}):o&&o.raw?p:p.value})}set(r,o,i){let n=this._getKeyPrefix(r);typeof i>"u"&&(i=this.opts.ttl),i===0&&(i=void 0);let{store:s}=this.opts;return Promise.resolve().then(()=>{let p=typeof i=="number"?Date.now()+i:null;return typeof o=="symbol"&&this.emit("error","symbol cannot be serialized"),o={value:o,expires:p},this.opts.serialize(o)}).then(p=>s.set(n,p,i)).then(()=>!0)}delete(r){let{store:o}=this.opts;if(Array.isArray(r)){let n=this._getKeyPrefixArray(r);if(o.deleteMany===void 0){let s=[];for(let p of n)s.push(o.delete(p));return Promise.allSettled(s).then(p=>p.every(u=>u.value===!0))}return Promise.resolve().then(()=>o.deleteMany(n))}let i=this._getKeyPrefix(r);return Promise.resolve().then(()=>o.delete(i))}clear(){let{store:r}=this.opts;return Promise.resolve().then(()=>r.clear())}has(r){let o=this._getKeyPrefix(r),{store:i}=this.opts;return Promise.resolve().then(async()=>typeof i.has=="function"?i.has(o):await i.get(o)!==void 0)}disconnect(){let{store:r}=this.opts;if(typeof r.disconnect=="function")return r.disconnect()}};O1e.exports=Vk});var j1e=I((OCt,W1e)=>{"use strict";var U1t=["aborted","complete","headers","httpVersion","httpVersionMinor","httpVersionMajor","method","rawHeaders","rawTrailers","setTimeout","socket","statusCode","statusMessage","trailers","url"];W1e.exports=(t,r)=>{if(r._readableState.autoDestroy)throw new Error("The second stream must have the `autoDestroy` option set to `false`");let o=new Set(Object.keys(t).concat(U1t)),i={};for(let n of o)n in r||(i[n]={get(){let s=t[n];return typeof s=="function"?s.bind(t):s},set(s){t[n]=s},enumerable:!0,configurable:!1});return Object.defineProperties(r,i),t.once("aborted",()=>{r.destroy(),r.emit("aborted")}),t.once("close",()=>{t.complete&&r.readable?r.once("end",()=>{r.emit("close")}):r.emit("close")}),r}});var V1e=I((PCt,G1e)=>{"use strict";var{Transform:H1t,PassThrough:W1t}=require("stream"),Kk=require("zlib"),j1t=j1e();G1e.exports=t=>{let r=(t.headers["content-encoding"]||"").toLowerCase();if(!["gzip","deflate","br"].includes(r))return t;let o=r==="br";if(o&&typeof Kk.createBrotliDecompress!="function")return t.destroy(new Error("Brotli is not supported on Node.js < 12")),t;let i=!0,n=new H1t({transform(u,l,m){i=!1,m(null,u)},flush(u){u()}}),s=new W1t({autoDestroy:!1,destroy(u,l){t.destroy(),l(u)}}),p=o?Kk.createBrotliDecompress():Kk.createUnzip();return p.once("error",u=>{if(i&&!t.readable){s.end();return}s.destroy(u)}),j1t(t,s),t.pipe(n).pipe(p).pipe(s),s}});var cM=I((SBt,Ege)=>{"use strict";var lM=class{constructor(r={}){if(!(r.maxSize&&r.maxSize>0))throw new TypeError("`maxSize` must be a number greater than 0");this.maxSize=r.maxSize,this.onEviction=r.onEviction,this.cache=new Map,this.oldCache=new Map,this._size=0}_set(r,o){if(this.cache.set(r,o),this._size++,this._size>=this.maxSize){if(this._size=0,typeof this.onEviction=="function")for(let[i,n]of this.oldCache.entries())this.onEviction(i,n);this.oldCache=this.cache,this.cache=new Map}}get(r){if(this.cache.has(r))return this.cache.get(r);if(this.oldCache.has(r)){let o=this.oldCache.get(r);return this.oldCache.delete(r),this._set(r,o),o}}set(r,o){return this.cache.has(r)?this.cache.set(r,o):this._set(r,o),this}has(r){return this.cache.has(r)||this.oldCache.has(r)}peek(r){if(this.cache.has(r))return this.cache.get(r);if(this.oldCache.has(r))return this.oldCache.get(r)}delete(r){let o=this.cache.delete(r);return o&&this._size--,this.oldCache.delete(r)||o}clear(){this.cache.clear(),this.oldCache.clear(),this._size=0}*keys(){for(let[r]of this)yield r}*values(){for(let[,r]of this)yield r}*[Symbol.iterator](){for(let r of this.cache)yield r;for(let r of this.oldCache){let[o]=r;this.cache.has(o)||(yield r)}}get size(){let r=0;for(let o of this.oldCache.keys())this.cache.has(o)||r++;return Math.min(this._size+r,this.maxSize)}};Ege.exports=lM});var dM=I((TBt,_ge)=>{"use strict";_ge.exports=t=>{if(t.listenerCount("error")!==0)return t;t.__destroy=t._destroy,t._destroy=(...o)=>{let i=o.pop();t.__destroy(...o,async n=>{await Promise.resolve(),i(n)})};let r=o=>{Promise.resolve().then(()=>{t.emit("error",o)})};return t.once("error",r),Promise.resolve().then(()=>{t.off("error",r)}),t}});var Sh=I((EBt,Rge)=>{"use strict";var{URL:xge}=require("url"),vgt=require("events"),Sgt=require("tls"),Tgt=require("http2"),Egt=cM(),_gt=dM(),vs=Symbol("currentStreamCount"),Age=Symbol("request"),Ss=Symbol("cachedOriginSet"),Sd=Symbol("gracefullyClosing"),nT=Symbol("length"),wge=["createConnection","maxDeflateDynamicTableSize","maxSettings","maxSessionMemory","maxHeaderListPairs","maxOutstandingPings","maxReservedRemoteStreams","maxSendHeaderBlockLength","paddingStrategy","peerMaxConcurrentStreams","settings","family","localAddress","rejectUnauthorized","pskCallback","minDHSize","path","socket","ca","cert","sigalgs","ciphers","clientCertEngine","crl","dhparam","ecdhCurve","honorCipherOrder","key","privateKeyEngine","privateKeyIdentifier","maxVersion","minVersion","pfx","secureOptions","secureProtocol","sessionIdContext","ticketKeys"],xgt=(t,r,o)=>{let i=0,n=t.length;for(;i<n;){let s=i+n>>>1;o(t[s],r)?i=s+1:n=s}return i},Agt=(t,r)=>t.remoteSettings.maxConcurrentStreams>r.remoteSettings.maxConcurrentStreams,fM=(t,r)=>{for(let o=0;o<t.length;o++){let i=t[o];i[Ss].length>0&&i[Ss].length<r[Ss].length&&i[Ss].every(n=>r[Ss].includes(n))&&i[vs]+r[vs]<=r.remoteSettings.maxConcurrentStreams&&Dge(i)}},Fge=(t,r)=>{for(let o=0;o<t.length;o++){let i=t[o];if(r[Ss].length>0&&r[Ss].length<i[Ss].length&&r[Ss].every(n=>i[Ss].includes(n))&&r[vs]+i[vs]<=i.remoteSettings.maxConcurrentStreams)return Dge(r),!0}return!1},Dge=t=>{t[Sd]=!0,t[vs]===0&&t.close()},Td=class extends vgt{constructor({timeout:r=0,maxSessions:o=Number.POSITIVE_INFINITY,maxEmptySessions:i=10,maxCachedTlsSessions:n=100}={}){super(),this.sessions={},this.queue={},this.timeout=r,this.maxSessions=o,this.maxEmptySessions=i,this._emptySessionCount=0,this._sessionCount=0,this.settings={enablePush:!1,initialWindowSize:1024*1024*32},this.tlsSessionCache=new Egt({maxSize:n})}get protocol(){return"https:"}normalizeOptions(r){let o="";for(let i=0;i<wge.length;i++){let n=wge[i];o+=":",r&&r[n]!==void 0&&(o+=r[n])}return o}_processQueue(){if(this._sessionCount>=this.maxSessions){this.closeEmptySessions(this.maxSessions-this._sessionCount+1);return}for(let r in this.queue)for(let o in this.queue[r]){let i=this.queue[r][o];i.completed||(i.completed=!0,i())}}_isBetterSession(r,o){return r>o}_accept(r,o,i,n){let s=0;for(;s<o.length&&r[vs]<r.remoteSettings.maxConcurrentStreams;)o[s].resolve(r),s++;o.splice(0,s),o.length>0&&(this.getSession(i,n,o),o.length=0)}getSession(r,o,i){return new Promise((n,s)=>{Array.isArray(i)&&i.length>0?(i=[...i],n()):i=[{resolve:n,reject:s}];try{if(typeof r=="string")r=new xge(r);else if(!(r instanceof xge))throw new TypeError("The `origin` argument needs to be a string or an URL object");if(o){let{servername:g}=o,{hostname:T}=r;if(g&&T!==g)throw new Error(`Origin ${T} differs from servername ${g}`)}}catch(g){for(let T=0;T<i.length;T++)i[T].reject(g);return}let p=this.normalizeOptions(o),u=r.origin;if(p in this.sessions){let g=this.sessions[p],T=-1,E=-1,y;for(let S=0;S<g.length;S++){let x=g[S],M=x.remoteSettings.maxConcurrentStreams;if(M<T)break;if(!x[Ss].includes(u))continue;let O=x[vs];O>=M||x[Sd]||x.destroyed||(y||(T=M),this._isBetterSession(O,E)&&(y=x,E=O))}if(y){this._accept(y,i,u,o);return}}if(p in this.queue){if(u in this.queue[p]){this.queue[p][u].listeners.push(...i);return}}else this.queue[p]={[nT]:0};let l=()=>{p in this.queue&&this.queue[p][u]===m&&(delete this.queue[p][u],--this.queue[p][nT]===0&&delete this.queue[p])},m=async()=>{this._sessionCount++;let g=`${u}:${p}`,T=!1,E;try{let y={...o};y.settings===void 0&&(y.settings=this.settings),y.session===void 0&&(y.session=this.tlsSessionCache.get(g)),E=await(y.createConnection||this.createConnection).call(this,r,y),y.createConnection=()=>E;let x=Tgt.connect(r,y);x[vs]=0,x[Sd]=!1;let M=()=>{let{socket:K}=x,Z;return K.servername===!1?(K.servername=K.remoteAddress,Z=x.originSet,K.servername=!1):Z=x.originSet,Z},O=()=>x[vs]<x.remoteSettings.maxConcurrentStreams;x.socket.once("session",K=>{this.tlsSessionCache.set(g,K)}),x.once("error",K=>{for(let Z=0;Z<i.length;Z++)i[Z].reject(K);this.tlsSessionCache.delete(g)}),x.setTimeout(this.timeout,()=>{x.destroy()}),x.once("close",()=>{if(this._sessionCount--,T){this._emptySessionCount--;let K=this.sessions[p];K.length===1?delete this.sessions[p]:K.splice(K.indexOf(x),1)}else{l();let K=new Error("Session closed without receiving a SETTINGS frame");K.code="HTTP2WRAPPER_NOSETTINGS";for(let Z=0;Z<i.length;Z++)i[Z].reject(K)}this._processQueue()});let q=()=>{let K=this.queue[p];if(!K)return;let Z=x[Ss];for(let pe=0;pe<Z.length;pe++){let se=Z[pe];if(se in K){let{listeners:oe,completed:le}=K[se],he=0;for(;he<oe.length&&O();)oe[he].resolve(x),he++;if(K[se].listeners.splice(0,he),K[se].listeners.length===0&&!le&&(delete K[se],--K[nT]===0)){delete this.queue[p];break}if(!O())break}}};x.on("origin",()=>{x[Ss]=M()||[],x[Sd]=!1,Fge(this.sessions[p],x),!(x[Sd]||!O())&&(q(),O()&&fM(this.sessions[p],x))}),x.once("remoteSettings",()=>{if(m.destroyed){let K=new Error("Agent has been destroyed");for(let Z=0;Z<i.length;Z++)i[Z].reject(K);x.destroy();return}if(x.setLocalWindowSize&&x.setLocalWindowSize(1024*1024*4),x[Ss]=M()||[],x.socket.encrypted){let K=x[Ss][0];if(K!==u){let Z=new Error(`Requested origin ${u} does not match server ${K}`);for(let pe=0;pe<i.length;pe++)i[pe].reject(Z);x.destroy();return}}l();{let K=this.sessions;if(p in K){let Z=K[p];Z.splice(xgt(Z,x,Agt),0,x)}else K[p]=[x]}T=!0,this._emptySessionCount++,this.emit("session",x),this._accept(x,i,u,o),x[vs]===0&&this._emptySessionCount>this.maxEmptySessions&&this.closeEmptySessions(this._emptySessionCount-this.maxEmptySessions),x.on("remoteSettings",()=>{!O()||(q(),O()&&fM(this.sessions[p],x))})}),x[Age]=x.request,x.request=(K,Z)=>{if(x[Sd])throw new Error("The session is gracefully closing. No new streams are allowed.");let pe=x[Age](K,Z);return x.ref(),x[vs]++===0&&this._emptySessionCount--,pe.once("close",()=>{if(--x[vs]===0&&(this._emptySessionCount++,x.unref(),this._emptySessionCount>this.maxEmptySessions||x[Sd])){x.close();return}x.destroyed||x.closed||O()&&!Fge(this.sessions[p],x)&&(fM(this.sessions[p],x),q(),x[vs]===0&&this._processQueue())}),pe}}catch(y){l(),this._sessionCount--;for(let S=0;S<i.length;S++)i[S].reject(y)}};m.listeners=i,m.completed=!1,m.destroyed=!1,this.queue[p][u]=m,this.queue[p][nT]++,this._processQueue()})}request(r,o,i,n){return new Promise((s,p)=>{this.getSession(r,o,[{reject:p,resolve:u=>{try{let l=u.request(i,n);_gt(l),s(l)}catch(l){p(l)}}}])})}async createConnection(r,o){return Td.connect(r,o)}static connect(r,o){o.ALPNProtocols=["h2"];let i=r.port||443,n=r.hostname;typeof o.servername>"u"&&(o.servername=n);let s=Sgt.connect(i,n,o);return o.socket&&(s._peername={family:void 0,address:void 0,port:i}),s}closeEmptySessions(r=Number.POSITIVE_INFINITY){let o=0,{sessions:i}=this;for(let n in i){let s=i[n];for(let p=0;p<s.length;p++){let u=s[p];if(u[vs]===0&&(o++,u.close(),o>=r))return o}}return o}destroy(r){let{sessions:o,queue:i}=this;for(let n in o){let s=o[n];for(let p=0;p<s.length;p++)s[p].destroy(r)}for(let n in i){let s=i[n];for(let p in s)s[p].destroyed=!0}this.queue={},this.tlsSessionCache.clear()}get emptySessionCount(){return this._emptySessionCount}get pendingSessionCount(){return this._sessionCount-this._emptySessionCount}get sessionCount(){return this._sessionCount}};Td.kCurrentStreamCount=vs;Td.kGracefullyClosing=Sd;Rge.exports={Agent:Td,globalAgent:new Td}});var gM=I((_Bt,kge)=>{"use strict";var{Readable:wgt}=require("stream"),hM=class extends wgt{constructor(r,o){super({emitClose:!1,autoDestroy:!0,highWaterMark:o}),this.statusCode=null,this.statusMessage="",this.httpVersion="2.0",this.httpVersionMajor=2,this.httpVersionMinor=0,this.headers={},this.trailers={},this.req=null,this.aborted=!1,this.complete=!1,this.upgrade=null,this.rawHeaders=[],this.rawTrailers=[],this.socket=r,this._dumped=!1}get connection(){return this.socket}set connection(r){this.socket=r}_destroy(r,o){this.readableEnded||(this.aborted=!0),o(),this.req._request.destroy(r)}setTimeout(r,o){return this.req.setTimeout(r,o),this}_dump(){this._dumped||(this._dumped=!0,this.removeAllListeners("data"),this.resume())}_read(){this.req&&this.req._request.resume()}};kge.exports=hM});var Ige=I((xBt,Mge)=>{"use strict";Mge.exports=(t,r,o)=>{for(let i of o)t.on(i,(...n)=>r.emit(i,...n))}});var Q2=I((wBt,Cge)=>{"use strict";var Th=(t,r,o)=>{Cge.exports[r]=class extends t{constructor(...n){super(typeof o=="string"?o:o(n)),this.name=`${super.name} [${r}]`,this.code=r}}};Th(TypeError,"ERR_INVALID_ARG_TYPE",t=>{let r=t[0].includes(".")?"property":"argument",o=t[1],i=Array.isArray(o);return i&&(o=`${o.slice(0,-1).join(", ")} or ${o.slice(-1)}`),`The "${t[0]}" ${r} must be ${i?"one of":"of"} type ${o}. Received ${typeof t[2]}`});Th(TypeError,"ERR_INVALID_PROTOCOL",t=>`Protocol "${t[0]}" not supported. Expected "${t[1]}"`);Th(Error,"ERR_HTTP_HEADERS_SENT",t=>`Cannot ${t[0]} headers after they are sent to the client`);Th(TypeError,"ERR_INVALID_HTTP_TOKEN",t=>`${t[0]} must be a valid HTTP token [${t[1]}]`);Th(TypeError,"ERR_HTTP_INVALID_HEADER_VALUE",t=>`Invalid value "${t[0]} for header "${t[1]}"`);Th(TypeError,"ERR_INVALID_CHAR",t=>`Invalid character in ${t[0]} [${t[1]}]`);Th(Error,"ERR_HTTP2_NO_SOCKET_MANIPULATION","HTTP/2 sockets should not be directly manipulated (e.g. read and written)")});var Oge=I((FBt,Bge)=>{"use strict";Bge.exports=t=>{switch(t){case":method":case":scheme":case":authority":case":path":return!0;default:return!1}}});var mM=I((DBt,Pge)=>{"use strict";var{ERR_INVALID_HTTP_TOKEN:Fgt}=Q2(),Dgt=Oge(),Rgt=/^[\^`\-\w!#$%&*+.|~]+$/;Pge.exports=t=>{if(typeof t!="string"||!Rgt.test(t)&&!Dgt(t))throw new Fgt("Header name",t)}});var yM=I((RBt,Nge)=>{"use strict";var{ERR_HTTP_INVALID_HEADER_VALUE:kgt,ERR_INVALID_CHAR:Mgt}=Q2(),Igt=/[^\t\u0020-\u007E\u0080-\u00FF]/;Nge.exports=(t,r)=>{if(typeof r>"u")throw new kgt(r,t);if(Igt.test(r))throw new Mgt("header content",t)}});var Uge=I((kBt,$ge)=>{"use strict";var{ERR_HTTP2_NO_SOCKET_MANIPULATION:Lge}=Q2(),Cgt={has(t,r){let o=t.session===void 0?t:t.session.socket;return r in t||r in o},get(t,r){switch(r){case"on":case"once":case"end":case"emit":case"destroy":return t[r].bind(t);case"writable":case"destroyed":return t[r];case"readable":return t.destroyed?!1:t.readable;case"setTimeout":{let{session:o}=t;return o!==void 0?o.setTimeout.bind(o):t.setTimeout.bind(t)}case"write":case"read":case"pause":case"resume":throw new Lge;default:{let o=t.session===void 0?t:t.session.socket,i=o[r];return typeof i=="function"?i.bind(o):i}}},getPrototypeOf(t){return t.session!==void 0?Reflect.getPrototypeOf(t.session.socket):Reflect.getPrototypeOf(t)},set(t,r,o){switch(r){case"writable":case"readable":case"destroyed":case"on":case"once":case"end":case"emit":case"destroy":return t[r]=o,!0;case"setTimeout":{let{session:i}=t;return i===void 0?t.setTimeout=o:i.setTimeout=o,!0}case"write":case"read":case"pause":case"resume":throw new Lge;default:{let i=t.session===void 0?t:t.session.socket;return i[r]=o,!0}}}};$ge.exports=Cgt});var TM=I((MBt,qge)=>{"use strict";var{URL:bM,urlToHttpOptions:Hge}=require("url"),Bgt=require("http2"),{Writable:Ogt}=require("stream"),{Agent:Pgt,globalAgent:Ngt}=Sh(),Lgt=gM(),$gt=Ige(),{ERR_INVALID_ARG_TYPE:sT,ERR_INVALID_PROTOCOL:Ugt,ERR_HTTP_HEADERS_SENT:Wge}=Q2(),Hgt=mM(),Wgt=yM(),jgt=Uge(),{HTTP2_HEADER_STATUS:jge,HTTP2_HEADER_METHOD:Gge,HTTP2_HEADER_PATH:Vge,HTTP2_HEADER_AUTHORITY:e3,HTTP2_METHOD_CONNECT:Ggt}=Bgt.constants,Mn=Symbol("headers"),e0=Symbol("origin"),t3=Symbol("session"),vM=Symbol("options"),aT=Symbol("flushedHeaders"),t0=Symbol("jobs"),r3=Symbol("pendingAgentPromise"),SM=class extends Ogt{constructor(r,o,i){if(super({autoDestroy:!1,emitClose:!1}),typeof r=="string"?r=Hge(new bM(r)):r instanceof bM?r=Hge(r):r={...r},typeof o=="function"||o===void 0?(i=o,o=r):o=Object.assign(r,o),o.h2session){if(this[t3]=o.h2session,this[t3].destroyed)throw new Error("The session has been closed already");this.protocol=this[t3].socket.encrypted?"https:":"http:"}else if(o.agent===!1)this.agent=new Pgt({maxEmptySessions:0});else if(typeof o.agent>"u"||o.agent===null)this.agent=Ngt;else if(typeof o.agent.request=="function")this.agent=o.agent;else throw new sT("options.agent",["http2wrapper.Agent-like Object","undefined","false"],o.agent);if(this.agent&&(this.protocol=this.agent.protocol),o.protocol&&o.protocol!==this.protocol)throw new Ugt(o.protocol,this.protocol);o.port||(o.port=o.defaultPort||this.agent&&this.agent.defaultPort||443),o.host=o.hostname||o.host||"localhost",delete o.hostname;let{timeout:n}=o;o.timeout=void 0,this[Mn]=Object.create(null),this[t0]=[],this[r3]=void 0,this.socket=null,this.connection=null,this.method=o.method||"GET",this.method==="CONNECT"&&(o.path==="/"||o.path===void 0)||(this.path=o.path),this.res=null,this.aborted=!1,this.reusedSocket=!1;let{headers:s}=o;if(s)for(let u in s)this.setHeader(u,s[u]);o.auth&&!("authorization"in this[Mn])&&(this[Mn].authorization="Basic "+Buffer.from(o.auth).toString("base64")),o.session=o.tlsSession,o.path=o.socketPath,this[vM]=o,this[e0]=new bM(`${this.protocol}//${o.servername||o.host}:${o.port}`);let p=o._reuseSocket;p&&(o.createConnection=(...u)=>p.destroyed?this.agent.createConnection(...u):p,this.agent.getSession(this[e0],this[vM]).catch(()=>{})),n&&this.setTimeout(n),i&&this.once("response",i),this[aT]=!1}get method(){return this[Mn][Gge]}set method(r){r&&(this[Mn][Gge]=r.toUpperCase())}get path(){let r=this.method==="CONNECT"?e3:Vge;return this[Mn][r]}set path(r){if(r){let o=this.method==="CONNECT"?e3:Vge;this[Mn][o]=r}}get host(){return this[e0].hostname}set host(r){}get _mustNotHaveABody(){return this.method==="GET"||this.method==="HEAD"||this.method==="DELETE"}_write(r,o,i){if(this._mustNotHaveABody){i(new Error("The GET, HEAD and DELETE methods must NOT have a body"));return}this.flushHeaders();let n=()=>this._request.write(r,o,i);this._request?n():this[t0].push(n)}_final(r){this.flushHeaders();let o=()=>{if(this._mustNotHaveABody||this.method==="CONNECT"){r();return}this._request.end(r)};this._request?o():this[t0].push(o)}abort(){this.res&&this.res.complete||(this.aborted||process.nextTick(()=>this.emit("abort")),this.aborted=!0,this.destroy())}async _destroy(r,o){this.res&&this.res._dump(),this._request?this._request.destroy():process.nextTick(()=>{this.emit("close")});try{await this[r3]}catch(i){this.aborted&&(r=i)}o(r)}async flushHeaders(){if(this[aT]||this.destroyed)return;this[aT]=!0;let r=this.method===Ggt,o=i=>{if(this._request=i,this.destroyed){i.destroy();return}r||$gt(i,this,["timeout","continue"]),i.once("error",s=>{this.destroy(s)}),i.once("aborted",()=>{let{res:s}=this;s?(s.aborted=!0,s.emit("aborted"),s.destroy()):this.destroy(new Error("The server aborted the HTTP/2 stream"))});let n=(s,p,u)=>{let l=new Lgt(this.socket,i.readableHighWaterMark);this.res=l,l.url=`${this[e0].origin}${this.path}`,l.req=this,l.statusCode=s[jge],l.headers=s,l.rawHeaders=u,l.once("end",()=>{l.complete=!0,l.socket=null,l.connection=null}),r?(l.upgrade=!0,this.emit("connect",l,i,Buffer.alloc(0))?this.emit("close"):i.destroy()):(i.on("data",m=>{!l._dumped&&!l.push(m)&&i.pause()}),i.once("end",()=>{this.aborted||l.push(null)}),this.emit("response",l)||l._dump())};i.once("response",n),i.once("headers",s=>this.emit("information",{statusCode:s[jge]})),i.once("trailers",(s,p,u)=>{let{res:l}=this;if(l===null){n(s,p,u);return}l.trailers=s,l.rawTrailers=u}),i.once("close",()=>{let{aborted:s,res:p}=this;if(p){s&&(p.aborted=!0,p.emit("aborted"),p.destroy());let u=()=>{p.emit("close"),this.destroy(),this.emit("close")};p.readable?p.once("end",u):u();return}if(!this.destroyed){this.destroy(new Error("The HTTP/2 stream has been early terminated")),this.emit("close");return}this.destroy(),this.emit("close")}),this.socket=new Proxy(i,jgt);for(let s of this[t0])s();this[t0].length=0,this.emit("socket",this.socket)};if(!(e3 in this[Mn])&&!r&&(this[Mn][e3]=this[e0].host),this[t3])try{o(this[t3].request(this[Mn]))}catch(i){this.destroy(i)}else{this.reusedSocket=!0;try{let i=this.agent.request(this[e0],this[vM],this[Mn]);this[r3]=i,o(await i),this[r3]=!1}catch(i){this[r3]=!1,this.destroy(i)}}}get connection(){return this.socket}set connection(r){this.socket=r}getHeaderNames(){return Object.keys(this[Mn])}hasHeader(r){if(typeof r!="string")throw new sT("name","string",r);return Boolean(this[Mn][r.toLowerCase()])}getHeader(r){if(typeof r!="string")throw new sT("name","string",r);return this[Mn][r.toLowerCase()]}get headersSent(){return this[aT]}removeHeader(r){if(typeof r!="string")throw new sT("name","string",r);if(this.headersSent)throw new Wge("remove");delete this[Mn][r.toLowerCase()]}setHeader(r,o){if(this.headersSent)throw new Wge("set");Hgt(r),Wgt(r,o);let i=r.toLowerCase();if(i==="connection"){if(o.toLowerCase()==="keep-alive")return;throw new Error(`Invalid 'connection' header: ${o}`)}i==="host"&&this.method==="CONNECT"?this[Mn][e3]=o:this[Mn][i]=o}setNoDelay(){}setSocketKeepAlive(){}setTimeout(r,o){let i=()=>this._request.setTimeout(r,o);return this._request?i():this[t0].push(i),this}get maxHeadersCount(){if(!this.destroyed&&this._request)return this._request.session.localSettings.maxHeaderListSize}set maxHeadersCount(r){}};qge.exports=SM});var Jge=I((IBt,zge)=>{"use strict";var Vgt=require("tls");zge.exports=(t={},r=Vgt.connect)=>new Promise((o,i)=>{let n=!1,s,p=async()=>{await l,s.off("timeout",u),s.off("error",i),t.resolveSocket?(o({alpnProtocol:s.alpnProtocol,socket:s,timeout:n}),n&&(await Promise.resolve(),s.emit("timeout"))):(s.destroy(),o({alpnProtocol:s.alpnProtocol,timeout:n}))},u=async()=>{n=!0,p()},l=(async()=>{try{s=await r(t,p),s.on("error",i),s.once("timeout",u)}catch(m){i(m)}})()})});var Xge=I((CBt,Kge)=>{"use strict";var{isIP:qgt}=require("net"),zgt=require("assert"),Jgt=t=>{if(t[0]==="["){let o=t.indexOf("]");return zgt(o!==-1),t.slice(1,o)}let r=t.indexOf(":");return r===-1?t:t.slice(0,r)};Kge.exports=t=>{let r=Jgt(t);return qgt(r)?"":r}});var i0e=I((BBt,o3)=>{"use strict";var{URL:Yge,urlToHttpOptions:Zge}=require("url"),Qge=require("http"),EM=require("https"),Kgt=Jge(),Xgt=cM(),{Agent:Ygt,globalAgent:Zgt}=Sh(),Qgt=TM(),e0t=Xge(),e0e=dM(),t0e=new Xgt({maxSize:100}),t0t=new Map,r0t=(t,r,o)=>{r._httpMessage={shouldKeepAlive:!0};let i=()=>{t.emit("free",r,o)};r.on("free",i);let n=()=>{t.removeSocket(r,o)};r.on("close",n);let s=()=>{let{freeSockets:u}=t;for(let l of Object.values(u))if(l.includes(r)){r.destroy();return}};r.on("timeout",s);let p=()=>{t.removeSocket(r,o),r.off("close",n),r.off("free",i),r.off("timeout",s),r.off("agentRemove",p)};r.on("agentRemove",p),t.emit("free",r,o)},r0e=(t,r=new Map,o=void 0)=>async i=>{let n=`${i.host}:${i.port}:${i.ALPNProtocols.sort()}`;if(!t.has(n)){if(r.has(n))return{alpnProtocol:(await r.get(n)).alpnProtocol};let{path:s}=i;i.path=i.socketPath;let p=Kgt(i,o);r.set(n,p);try{let u=await p;return t.set(n,u.alpnProtocol),r.delete(n),i.path=s,u}catch(u){throw r.delete(n),i.path=s,u}}return{alpnProtocol:t.get(n)}},o0e=r0e(t0e,t0t);o3.exports=async(t,r,o)=>{if(typeof t=="string"?t=Zge(new Yge(t)):t instanceof Yge?t=Zge(t):t={...t},typeof r=="function"||r===void 0?(o=r,r=t):r=Object.assign(t,r),r.ALPNProtocols=r.ALPNProtocols||["h2","http/1.1"],!Array.isArray(r.ALPNProtocols)||r.ALPNProtocols.length===0)throw new Error("The `ALPNProtocols` option must be an Array with at least one entry");r.protocol=r.protocol||"https:";let i=r.protocol==="https:";r.host=r.hostname||r.host||"localhost",r.session=r.tlsSession,r.servername=r.servername||e0t(r.headers&&r.headers.host||r.host),r.port=r.port||(i?443:80),r._defaultAgent=i?EM.globalAgent:Qge.globalAgent;let n=r.resolveProtocol||o0e,{agent:s}=r;if(s!==void 0&&s!==!1&&s.constructor.name!=="Object")throw new Error("The `options.agent` can be only an object `http`, `https` or `http2` properties");if(i){r.resolveSocket=!0;let{socket:p,alpnProtocol:u,timeout:l}=await n(r);if(l){p&&p.destroy();let g=new Error(`Timed out resolving ALPN: ${r.timeout} ms`);throw g.code="ETIMEDOUT",g.ms=r.timeout,g}p&&r.createConnection&&(p.destroy(),p=void 0),delete r.resolveSocket;let m=u==="h2";if(s&&(s=m?s.http2:s.https,r.agent=s),s===void 0&&(s=m?Zgt:EM.globalAgent),p)if(s===!1)p.destroy();else{let g=(m?Ygt:EM.Agent).prototype.createConnection;s.createConnection===g?m?r._reuseSocket=p:r0t(s,p,r):p.destroy()}if(m)return e0e(new Qgt(r,o))}else s&&(r.agent=s.http);return r.headers&&(r.headers={...r.headers},r.headers[":authority"]&&(r.headers.host||(r.headers.host=r.headers[":authority"]),delete r.headers[":authority"]),delete r.headers[":method"],delete r.headers[":scheme"],delete r.headers[":path"]),e0e(Qge.request(r,o))};o3.exports.protocolCache=t0e;o3.exports.resolveProtocol=o0e;o3.exports.createResolveProtocol=r0e});var _M=I((OBt,n0e)=>{"use strict";var o0t=require("stream"),i0t=require("tls"),n0t=new i0t.TLSSocket(new o0t.PassThrough)._handle._parentWrap.constructor;n0e.exports=n0t});var AM=I((PBt,s0e)=>{"use strict";var xM=class extends Error{constructor(r,o=""){super(`The proxy server rejected the request with status code ${r} (${o||"empty status message"})`),this.statusCode=r,this.statusMessage=o}};s0e.exports=xM});var p0e=I((NBt,a0e)=>{"use strict";var s0t=(t,r,o)=>{if(!o.some(n=>typeof n==="string"?typeof r===n:r instanceof n)){let n=o.map(s=>typeof s=="string"?s:s.name);throw new TypeError(`Expected '${t}' to be a type of ${n.join(" or ")}, got ${typeof r}`)}};a0e.exports=s0t});var wM=I((LBt,l0e)=>{"use strict";var{URL:u0e}=require("url"),pT=p0e();l0e.exports=(t,r)=>{pT("proxyOptions",r,["object"]),pT("proxyOptions.headers",r.headers,["object","undefined"]),pT("proxyOptions.raw",r.raw,["boolean","undefined"]),pT("proxyOptions.url",r.url,[u0e,"string"]);let o=new u0e(r.url);t.proxyOptions={raw:!0,...r,headers:{...r.headers},url:o}}});var uT=I(($Bt,c0e)=>{"use strict";c0e.exports=t=>{let{username:r,password:o}=t.proxyOptions.url;if(r||o){let i=`${r}:${o}`,n=`Basic ${Buffer.from(i).toString("base64")}`;return{"proxy-authorization":n,authorization:n}}return{}}});var m0e=I((UBt,g0e)=>{"use strict";var a0t=require("tls"),p0t=require("http"),d0e=require("https"),u0t=_M(),{globalAgent:l0t}=Sh(),c0t=AM(),f0e=wM(),d0t=uT(),h0e=(t,r,o)=>{(async()=>{try{let{proxyOptions:i}=t,{url:n,headers:s,raw:p}=i,u=await l0t.request(n,i,{...d0t(t),...s,":method":"CONNECT",":authority":`${r.host}:${r.port}`});u.once("error",o),u.once("response",l=>{let m=l[":status"];if(m!==200){o(new c0t(m,""));return}let g=t instanceof d0e.Agent;if(p&&g){r.socket=u;let E=a0t.connect(r);E.once("close",()=>{u.destroy()}),o(null,E);return}let T=new u0t(u);T.encrypted=!1,T._handle.getpeername=E=>{E.family=void 0,E.address=void 0,E.port=void 0},o(null,T)})}catch(i){o(i)}})()},FM=class extends p0t.Agent{constructor(r){super(r),f0e(this,r.proxyOptions)}createConnection(r,o){h0e(this,r,o)}},DM=class extends d0e.Agent{constructor(r){super(r),f0e(this,r.proxyOptions)}createConnection(r,o){h0e(this,r,o)}};g0e.exports={HttpOverHttp2:FM,HttpsOverHttp2:DM}});var kM=I((HBt,y0e)=>{"use strict";var{Agent:f0t}=Sh(),h0t=_M(),g0t=AM(),m0t=wM(),RM=class extends f0t{constructor(r){super(r),m0t(this,r.proxyOptions)}async createConnection(r,o){let i=`${r.hostname}:${r.port||443}`,[n,s,p]=await this._getProxyStream(i);if(s!==200)throw new g0t(s,p);if(this.proxyOptions.raw)o.socket=n;else{let u=new h0t(n);return u.encrypted=!1,u._handle.getpeername=l=>{l.family=void 0,l.address=void 0,l.port=void 0},u}return super.createConnection(r,o)}};y0e.exports=RM});var v0e=I((WBt,b0e)=>{"use strict";var{globalAgent:y0t}=Sh(),b0t=kM(),v0t=uT(),S0t=t=>new Promise((r,o)=>{t.once("error",o),t.once("response",i=>{t.off("error",o),r(i[":status"])})}),MM=class extends b0t{async _getProxyStream(r){let{proxyOptions:o}=this,i={...v0t(this),...o.headers,":method":"CONNECT",":authority":r},n=await y0t.request(o.url,o,i),s=await S0t(n);return[n,s,""]}};b0e.exports=MM});var T0e=I((jBt,S0e)=>{"use strict";var T0t=require("http"),E0t=require("https"),_0t=kM(),x0t=uT(),A0t=t=>new Promise((r,o)=>{let i=(n,s,p)=>{s.unshift(p),t.off("error",o),r([s,n.statusCode,n.statusMessage])};t.once("error",o),t.once("connect",i)}),lT=class extends _0t{async _getProxyStream(r){let{proxyOptions:o}=this,{url:i,headers:n}=this.proxyOptions,p=(i.protocol==="https:"?E0t:T0t).request({...o,hostname:i.hostname,port:i.port,path:r,headers:{...x0t(this),...n,host:r},method:"CONNECT"}).end();return A0t(p)}};S0e.exports={Http2OverHttp:lT,Http2OverHttps:lT}});var _0e=I((GBt,E0e)=>{"use strict";var w0t=require("http2"),{Agent:F0t,globalAgent:D0t}=Sh(),IM=TM(),R0t=gM(),k0t=i0e(),{HttpOverHttp2:M0t,HttpsOverHttp2:I0t}=m0e(),C0t=v0e(),{Http2OverHttp:B0t,Http2OverHttps:O0t}=T0e(),P0t=mM(),N0t=yM(),L0t=(t,r,o)=>new IM(t,r,o),$0t=(t,r,o)=>{let i=new IM(t,r,o);return i.end(),i};E0e.exports={...w0t,ClientRequest:IM,IncomingMessage:R0t,Agent:F0t,globalAgent:D0t,request:L0t,get:$0t,auto:k0t,proxies:{HttpOverHttp2:M0t,HttpsOverHttp2:I0t,Http2OverHttp2:C0t,Http2OverHttp:B0t,Http2OverHttps:O0t},validateHeaderName:P0t,validateHeaderValue:N0t}});var H0e=I((sPt,smt)=>{smt.exports={name:"@arcblock/arcli",version:"0.0.4",publishConfig:{access:"public"},bin:{arcli:"./dist/index.js"},author:{name:"skypesky",email:"2565978507@qq.com",url:"https://github.com/skypesky"},repository:{type:"git",url:"https://github.com/ArcBlock/arcli"},homepage:"https://github.com/ArcBlock/arcli",keywords:["ipfs","md5","github","backup","restore"],files:["dist"],scripts:{reinstall:"rimraf node_modules && pnpm install",predebug:"npm run build",debug:"node ./dist/index.js",lint:"eslint src/**/*.ts","lint:fix":"npm run lint -- --fix",test:"jest --forceExit --detectOpenHandles",coverage:"npm run test -- --coverage",clean:"rimraf dist",prebuild:"npm run clean",build:"node esbuild.config.cjs","build:watch":"npm run build -- -w",deploy:"npm run build && npm uninstall -g @arcblock/arcli && npm install -g . -f","deploy:remote":"npm uninstall -g @@arcblock/arcli && npm install -g @arcblock/arcli",verify:"npm run lint && npm run test","show:version":"npm show @arcblock/arcli version","bump-version":"zx --quiet scripts/bump-version.mjs"},dependencies:{"@ocap/client":"^1.18.108","@octokit/rest":"^20.0.2","@types/hosted-git-info":"^3.0.2",chalk:"~4",commander:"^9.4.1","current-os":"^1.1.0",dayjs:"^1.11.7",debug:"^4.3.4","fast-glob":"^3.3.2","fs-extra":"^10.1.0","get-folder-size":"^4.0.0","git-remote-origin-url":"3.1.0","git-repo-info":"^2.1.1",got:"^14.0.0",hasha:"^5.2.2","hosted-git-info":"^6.1.1","ipfs-only-hash":"^4.0.0",joi:"^17.9.1","js-yaml":"^4.1.0",lodash:"^4.17.21",lowdb:"^6.1.1",multiformats:"^12.1.3","node-fetch":"^3.3.2",open:"^8.4.0","p-all":"^5.0.0",prettier:"^3.1.1","pretty-ms":"^8.0.0",prompts:"^2.4.2","shelljs.exec":"^1.1.8","simple-git":"^3.21.0",ufo:"^1.3.2","url-join":"4.0.1",xbytes:"^1.8.0"},devDependencies:{"@types/chalk":"^2.2.0","@types/commander":"^2.12.2","@types/debug":"^4.1.12","@types/fs-extra":"^9.0.13","@types/jest":"^29.2.2","@types/js-yaml":"^4.0.5","@types/lodash":"^4.14.187","@types/node":"^18.11.7","@types/open":"^6.2.1","@types/prompts":"^2.4.2","@types/shelljs.exec":"^1.1.0","@types/url-join":"^4.0.1","@typescript-eslint/eslint-plugin":"^5.46.0","@typescript-eslint/parser":"^5.46.0",bumpp:"^9.2.1",esbuild:"^0.16.4",eslint:"^8.29.0",jest:"^29.3.1","jest-environment-jsdom":"^29.3.1",rimraf:"^3.0.2","ts-jest":"^29.0.3","ts-node":"^10.9.1",typescript:"^4.9.4",zx:"^7.2.3"}}});var ST=I((fPt,j0e)=>{"use strict";async function*pmt(t,r=1){let o=[];r<1&&(r=1);for await(let i of t)for(o.push(i);o.length>=r;)yield o.slice(0,r),o=o.slice(r);for(;o.length;)yield o.slice(0,r),o=o.slice(r)}j0e.exports=pmt});var NM=I((hPt,G0e)=>{"use strict";var umt=ST();async function*lmt(t,r=1){for await(let o of umt(t,r)){let i=o.map(n=>n().then(s=>({ok:!0,value:s}),s=>({ok:!1,err:s})));for(let n=0;n<i.length;n++){let s=await i[n];if(s.ok)yield s.value;else throw s.err}}}G0e.exports=lmt});var q0e=I((gPt,V0e)=>{"use strict";V0e.exports=t=>{if(Object.prototype.toString.call(t)!=="[object Object]")return!1;let r=Object.getPrototypeOf(t);return r===null||r===Object.prototype}});var Z0e=I((X0e,Y0e)=>{"use strict";var TT=q0e(),{hasOwnProperty:J0e}=Object.prototype,{propertyIsEnumerable:cmt}=Object,o0=(t,r,o)=>Object.defineProperty(t,r,{value:o,writable:!0,enumerable:!0,configurable:!0}),dmt=X0e,z0e={concatArrays:!1,ignoreUndefined:!1},ET=t=>{let r=[];for(let o in t)J0e.call(t,o)&&r.push(o);if(Object.getOwnPropertySymbols){let o=Object.getOwnPropertySymbols(t);for(let i of o)cmt.call(t,i)&&r.push(i)}return r};function i0(t){return Array.isArray(t)?fmt(t):TT(t)?hmt(t):t}function fmt(t){let r=t.slice(0,0);return ET(t).forEach(o=>{o0(r,o,i0(t[o]))}),r}function hmt(t){let r=Object.getPrototypeOf(t)===null?Object.create(null):{};return ET(t).forEach(o=>{o0(r,o,i0(t[o]))}),r}var K0e=(t,r,o,i)=>(o.forEach(n=>{typeof r[n]>"u"&&i.ignoreUndefined||(n in t&&t[n]!==Object.getPrototypeOf(t)?o0(t,n,LM(t[n],r[n],i)):o0(t,n,i0(r[n])))}),t),gmt=(t,r,o)=>{let i=t.slice(0,0),n=0;return[t,r].forEach(s=>{let p=[];for(let u=0;u<s.length;u++)!J0e.call(s,u)||(p.push(String(u)),s===t?o0(i,n++,s[u]):o0(i,n++,i0(s[u])));i=K0e(i,s,ET(s).filter(u=>!p.includes(u)),o)}),i};function LM(t,r,o){return o.concatArrays&&Array.isArray(t)&&Array.isArray(r)?gmt(t,r,o):!TT(r)||!TT(t)?i0(r):K0e(t,r,ET(r),o)}Y0e.exports=function(...t){let r=LM(i0(z0e),this!==dmt&&this||{},z0e),o={_:{}};for(let i of t)if(i!==void 0){if(!TT(i))throw new TypeError("`"+i+"` is not an Option Object");o=LM(o,{_:i},r)}return o._}});var Eh=I((mPt,eme)=>{"use strict";function Q0e(t,r){for(let o in r)Object.defineProperty(t,o,{value:r[o],enumerable:!0,configurable:!0});return t}function mmt(t,r,o){if(!t||typeof t=="string")throw new TypeError("Please pass an Error to err-code");o||(o={}),typeof r=="object"&&(o=r,r=""),r&&(o.code=r);try{return Q0e(t,o)}catch{o.message=t.message,o.stack=t.stack;let n=function(){};return n.prototype=Object.create(Object.getPrototypeOf(t)),Q0e(new n,o)}}eme.exports=mmt});var rme=I((yPt,tme)=>{"use strict";function ymt(t){if(t.length>=255)throw new TypeError("Alphabet too long");for(var r=new Uint8Array(256),o=0;o<r.length;o++)r[o]=255;for(var i=0;i<t.length;i++){var n=t.charAt(i),s=n.charCodeAt(0);if(r[s]!==255)throw new TypeError(n+" is ambiguous");r[s]=i}var p=t.length,u=t.charAt(0),l=Math.log(p)/Math.log(256),m=Math.log(256)/Math.log(p);function g(y){if(y instanceof Uint8Array||(ArrayBuffer.isView(y)?y=new Uint8Array(y.buffer,y.byteOffset,y.byteLength):Array.isArray(y)&&(y=Uint8Array.from(y))),!(y instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(y.length===0)return"";for(var S=0,x=0,M=0,O=y.length;M!==O&&y[M]===0;)M++,S++;for(var q=(O-M)*m+1>>>0,K=new Uint8Array(q);M!==O;){for(var Z=y[M],pe=0,se=q-1;(Z!==0||pe<x)&&se!==-1;se--,pe++)Z+=256*K[se]>>>0,K[se]=Z%p>>>0,Z=Z/p>>>0;if(Z!==0)throw new Error("Non-zero carry");x=pe,M++}for(var oe=q-x;oe!==q&&K[oe]===0;)oe++;for(var le=u.repeat(S);oe<q;++oe)le+=t.charAt(K[oe]);return le}function T(y){if(typeof y!="string")throw new TypeError("Expected String");if(y.length===0)return new Uint8Array;var S=0;if(y[S]!==" "){for(var x=0,M=0;y[S]===u;)x++,S++;for(var O=(y.length-S)*l+1>>>0,q=new Uint8Array(O);y[S];){var K=r[y.charCodeAt(S)];if(K===255)return;for(var Z=0,pe=O-1;(K!==0||Z<M)&&pe!==-1;pe--,Z++)K+=p*q[pe]>>>0,q[pe]=K%256>>>0,K=K/256>>>0;if(K!==0)throw new Error("Non-zero carry");M=Z,S++}if(y[S]!==" "){for(var se=O-M;se!==O&&q[se]===0;)se++;for(var oe=new Uint8Array(x+(O-se)),le=x;se!==O;)oe[le++]=q[se++];return oe}}}function E(y){var S=T(y);if(S)return S;throw new Error("Non-base"+p+" character")}return{encode:g,decodeUnsafe:T,decode:E}}tme.exports=ymt});var _T=I((bPt,ome)=>{"use strict";var bmt=new TextDecoder,vmt=t=>bmt.decode(t),Smt=new TextEncoder,Tmt=t=>Smt.encode(t);function Emt(t,r){let o=new Uint8Array(r),i=0;for(let n of t)o.set(n,i),i+=n.length;return o}ome.exports={decodeText:vmt,encodeText:Tmt,concat:Emt}});var nme=I((vPt,ime)=>{"use strict";var{encodeText:_mt}=_T(),$M=class{constructor(r,o,i,n){this.name=r,this.code=o,this.codeBuf=_mt(this.code),this.alphabet=n,this.codec=i(n)}encode(r){return this.codec.encode(r)}decode(r){for(let o of r)if(this.alphabet&&this.alphabet.indexOf(o)<0)throw new Error(`invalid character '${o}' in '${r}'`);return this.codec.decode(r)}};ime.exports=$M});var ame=I((SPt,sme)=>{"use strict";var xmt=(t,r,o)=>{let i={};for(let m=0;m<r.length;++m)i[r[m]]=m;let n=t.length;for(;t[n-1]==="=";)--n;let s=new Uint8Array(n*o/8|0),p=0,u=0,l=0;for(let m=0;m<n;++m){let g=i[t[m]];if(g===void 0)throw new SyntaxError("Invalid character "+t[m]);u=u<<o|g,p+=o,p>=8&&(p-=8,s[l++]=255&u>>p)}if(p>=o||255&u<<8-p)throw new SyntaxError("Unexpected end of data");return s},Amt=(t,r,o)=>{let i=r[r.length-1]==="=",n=(1<<o)-1,s="",p=0,u=0;for(let l=0;l<t.length;++l)for(u=u<<8|t[l],p+=8;p>o;)p-=o,s+=r[n&u>>p];if(p&&(s+=r[n&u<<o-p]),i)for(;s.length*o&7;)s+="=";return s},wmt=t=>r=>({encode(o){return Amt(o,r,t)},decode(o){return xmt(o,r,t)}});sme.exports={rfc4648:wmt}});var cme=I((TPt,lme)=>{"use strict";var s3=rme(),Fmt=nme(),{rfc4648:In}=ame(),{decodeText:Dmt,encodeText:Rmt}=_T(),kmt=()=>({encode:Dmt,decode:Rmt}),pme=[["identity","\0",kmt,""],["base2","0",In(1),"01"],["base8","7",In(3),"01234567"],["base10","9",s3,"0123456789"],["base16","f",In(4),"0123456789abcdef"],["base16upper","F",In(4),"0123456789ABCDEF"],["base32hex","v",In(5),"0123456789abcdefghijklmnopqrstuv"],["base32hexupper","V",In(5),"0123456789ABCDEFGHIJKLMNOPQRSTUV"],["base32hexpad","t",In(5),"0123456789abcdefghijklmnopqrstuv="],["base32hexpadupper","T",In(5),"0123456789ABCDEFGHIJKLMNOPQRSTUV="],["base32","b",In(5),"abcdefghijklmnopqrstuvwxyz234567"],["base32upper","B",In(5),"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567"],["base32pad","c",In(5),"abcdefghijklmnopqrstuvwxyz234567="],["base32padupper","C",In(5),"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567="],["base32z","h",In(5),"ybndrfg8ejkmcpqxot1uwisza345h769"],["base36","k",s3,"0123456789abcdefghijklmnopqrstuvwxyz"],["base36upper","K",s3,"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"],["base58btc","z",s3,"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"],["base58flickr","Z",s3,"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"],["base64","m",In(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"],["base64pad","M",In(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="],["base64url","u",In(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"],["base64urlpad","U",In(6),"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_="]],ume=pme.reduce((t,r)=>(t[r[0]]=new Fmt(r[0],r[1],r[2],r[3]),t),{}),Mmt=pme.reduce((t,r)=>(t[r[1]]=ume[r[0]],t),{});lme.exports={names:ume,codes:Mmt}});var UM=I((oc,fme)=>{"use strict";var n0=cme(),{encodeText:Imt,decodeText:xT,concat:dme}=_T();function Cmt(t,r){if(!r)throw new Error("requires an encoded Uint8Array");let{name:o,codeBuf:i}=_h(t);return Nmt(o,r),dme([i,r],i.length+r.length)}function Bmt(t,r){let o=_h(t),i=Imt(o.encode(r));return dme([o.codeBuf,i],o.codeBuf.length+i.length)}function Omt(t){t instanceof Uint8Array&&(t=xT(t));let r=t[0];return["f","F","v","V","t","T","b","B","c","C","h","k","K"].includes(r)&&(t=t.toLowerCase()),_h(t[0]).decode(t.substring(1))}function Pmt(t){if(t instanceof Uint8Array&&(t=xT(t)),Object.prototype.toString.call(t)!=="[object String]")return!1;try{return _h(t[0]).name}catch{return!1}}function Nmt(t,r){_h(t).decode(xT(r))}function _h(t){if(Object.prototype.hasOwnProperty.call(n0.names,t))return n0.names[t];if(Object.prototype.hasOwnProperty.call(n0.codes,t))return n0.codes[t];throw new Error(`Unsupported encoding: ${t}`)}function Lmt(t){return t instanceof Uint8Array&&(t=xT(t)),_h(t[0])}oc=fme.exports=Cmt;oc.encode=Bmt;oc.decode=Omt;oc.isEncoded=Pmt;oc.encoding=_h;oc.encodingFromData=Lmt;var $mt=Object.freeze(n0.names),Umt=Object.freeze(n0.codes);oc.names=$mt;oc.codes=Umt});var yme=I((EPt,mme)=>{mme.exports=gme;var hme=128,Hmt=127,Wmt=~Hmt,jmt=Math.pow(2,31);function gme(t,r,o){r=r||[],o=o||0;for(var i=o;t>=jmt;)r[o++]=t&255|hme,t/=128;for(;t&Wmt;)r[o++]=t&255|hme,t>>>=7;return r[o]=t|0,gme.bytes=o-i+1,r}});var Sme=I((_Pt,vme)=>{vme.exports=HM;var Gmt=128,bme=127;function HM(t,i){var o=0,i=i||0,n=0,s=i,p,u=t.length;do{if(s>=u)throw HM.bytes=0,new RangeError("Could not decode varint");p=t[s++],o+=n<28?(p&bme)<<n:(p&bme)*Math.pow(2,n),n+=7}while(p>=Gmt);return HM.bytes=s-i,o}});var Eme=I((xPt,Tme)=>{var Vmt=Math.pow(2,7),qmt=Math.pow(2,14),zmt=Math.pow(2,21),Jmt=Math.pow(2,28),Kmt=Math.pow(2,35),Xmt=Math.pow(2,42),Ymt=Math.pow(2,49),Zmt=Math.pow(2,56),Qmt=Math.pow(2,63);Tme.exports=function(t){return t<Vmt?1:t<qmt?2:t<zmt?3:t<Jmt?4:t<Kmt?5:t<Xmt?6:t<Ymt?7:t<Zmt?8:t<Qmt?9:10}});var xme=I((APt,_me)=>{_me.exports={encode:yme(),decode:Sme(),encodingLength:Eme()}});var wme=I((wPt,Ame)=>{"use strict";var eyt=Object.freeze({identity:0,sha1:17,"sha2-256":18,"sha2-512":19,"sha3-512":20,"sha3-384":21,"sha3-256":22,"sha3-224":23,"shake-128":24,"shake-256":25,"keccak-224":26,"keccak-256":27,"keccak-384":28,"keccak-512":29,blake3:30,"murmur3-128":34,"murmur3-32":35,"dbl-sha2-256":86,md4:212,md5:213,bmt:214,"sha2-256-trunc254-padded":4114,"ripemd-128":4178,"ripemd-160":4179,"ripemd-256":4180,"ripemd-320":4181,x11:4352,kangarootwelve:7425,"sm3-256":21325,"blake2b-8":45569,"blake2b-16":45570,"blake2b-24":45571,"blake2b-32":45572,"blake2b-40":45573,"blake2b-48":45574,"blake2b-56":45575,"blake2b-64":45576,"blake2b-72":45577,"blake2b-80":45578,"blake2b-88":45579,"blake2b-96":45580,"blake2b-104":45581,"blake2b-112":45582,"blake2b-120":45583,"blake2b-128":45584,"blake2b-136":45585,"blake2b-144":45586,"blake2b-152":45587,"blake2b-160":45588,"blake2b-168":45589,"blake2b-176":45590,"blake2b-184":45591,"blake2b-192":45592,"blake2b-200":45593,"blake2b-208":45594,"blake2b-216":45595,"blake2b-224":45596,"blake2b-232":45597,"blake2b-240":45598,"blake2b-248":45599,"blake2b-256":45600,"blake2b-264":45601,"blake2b-272":45602,"blake2b-280":45603,"blake2b-288":45604,"blake2b-296":45605,"blake2b-304":45606,"blake2b-312":45607,"blake2b-320":45608,"blake2b-328":45609,"blake2b-336":45610,"blake2b-344":45611,"blake2b-352":45612,"blake2b-360":45613,"blake2b-368":45614,"blake2b-376":45615,"blake2b-384":45616,"blake2b-392":45617,"blake2b-400":45618,"blake2b-408":45619,"blake2b-416":45620,"blake2b-424":45621,"blake2b-432":45622,"blake2b-440":45623,"blake2b-448":45624,"blake2b-456":45625,"blake2b-464":45626,"blake2b-472":45627,"blake2b-480":45628,"blake2b-488":45629,"blake2b-496":45630,"blake2b-504":45631,"blake2b-512":45632,"blake2s-8":45633,"blake2s-16":45634,"blake2s-24":45635,"blake2s-32":45636,"blake2s-40":45637,"blake2s-48":45638,"blake2s-56":45639,"blake2s-64":45640,"blake2s-72":45641,"blake2s-80":45642,"blake2s-88":45643,"blake2s-96":45644,"blake2s-104":45645,"blake2s-112":45646,"blake2s-120":45647,"blake2s-128":45648,"blake2s-136":45649,"blake2s-144":45650,"blake2s-152":45651,"blake2s-160":45652,"blake2s-168":45653,"blake2s-176":45654,"blake2s-184":45655,"blake2s-192":45656,"blake2s-200":45657,"blake2s-208":45658,"blake2s-216":45659,"blake2s-224":45660,"blake2s-232":45661,"blake2s-240":45662,"blake2s-248":45663,"blake2s-256":45664,"skein256-8":45825,"skein256-16":45826,"skein256-24":45827,"skein256-32":45828,"skein256-40":45829,"skein256-48":45830,"skein256-56":45831,"skein256-64":45832,"skein256-72":45833,"skein256-80":45834,"skein256-88":45835,"skein256-96":45836,"skein256-104":45837,"skein256-112":45838,"skein256-120":45839,"skein256-128":45840,"skein256-136":45841,"skein256-144":45842,"skein256-152":45843,"skein256-160":45844,"skein256-168":45845,"skein256-176":45846,"skein256-184":45847,"skein256-192":45848,"skein256-200":45849,"skein256-208":45850,"skein256-216":45851,"skein256-224":45852,"skein256-232":45853,"skein256-240":45854,"skein256-248":45855,"skein256-256":45856,"skein512-8":45857,"skein512-16":45858,"skein512-24":45859,"skein512-32":45860,"skein512-40":45861,"skein512-48":45862,"skein512-56":45863,"skein512-64":45864,"skein512-72":45865,"skein512-80":45866,"skein512-88":45867,"skein512-96":45868,"skein512-104":45869,"skein512-112":45870,"skein512-120":45871,"skein512-128":45872,"skein512-136":45873,"skein512-144":45874,"skein512-152":45875,"skein512-160":45876,"skein512-168":45877,"skein512-176":45878,"skein512-184":45879,"skein512-192":45880,"skein512-200":45881,"skein512-208":45882,"skein512-216":45883,"skein512-224":45884,"skein512-232":45885,"skein512-240":45886,"skein512-248":45887,"skein512-256":45888,"skein512-264":45889,"skein512-272":45890,"skein512-280":45891,"skein512-288":45892,"skein512-296":45893,"skein512-304":45894,"skein512-312":45895,"skein512-320":45896,"skein512-328":45897,"skein512-336":45898,"skein512-344":45899,"skein512-352":45900,"skein512-360":45901,"skein512-368":45902,"skein512-376":45903,"skein512-384":45904,"skein512-392":45905,"skein512-400":45906,"skein512-408":45907,"skein512-416":45908,"skein512-424":45909,"skein512-432":45910,"skein512-440":45911,"skein512-448":45912,"skein512-456":45913,"skein512-464":45914,"skein512-472":45915,"skein512-480":45916,"skein512-488":45917,"skein512-496":45918,"skein512-504":45919,"skein512-512":45920,"skein1024-8":45921,"skein1024-16":45922,"skein1024-24":45923,"skein1024-32":45924,"skein1024-40":45925,"skein1024-48":45926,"skein1024-56":45927,"skein1024-64":45928,"skein1024-72":45929,"skein1024-80":45930,"skein1024-88":45931,"skein1024-96":45932,"skein1024-104":45933,"skein1024-112":45934,"skein1024-120":45935,"skein1024-128":45936,"skein1024-136":45937,"skein1024-144":45938,"skein1024-152":45939,"skein1024-160":45940,"skein1024-168":45941,"skein1024-176":45942,"skein1024-184":45943,"skein1024-192":45944,"skein1024-200":45945,"skein1024-208":45946,"skein1024-216":45947,"skein1024-224":45948,"skein1024-232":45949,"skein1024-240":45950,"skein1024-248":45951,"skein1024-256":45952,"skein1024-264":45953,"skein1024-272":45954,"skein1024-280":45955,"skein1024-288":45956,"skein1024-296":45957,"skein1024-304":45958,"skein1024-312":45959,"skein1024-320":45960,"skein1024-328":45961,"skein1024-336":45962,"skein1024-344":45963,"skein1024-352":45964,"skein1024-360":45965,"skein1024-368":45966,"skein1024-376":45967,"skein1024-384":45968,"skein1024-392":45969,"skein1024-400":45970,"skein1024-408":45971,"skein1024-416":45972,"skein1024-424":45973,"skein1024-432":45974,"skein1024-440":45975,"skein1024-448":45976,"skein1024-456":45977,"skein1024-464":45978,"skein1024-472":45979,"skein1024-480":45980,"skein1024-488":45981,"skein1024-496":45982,"skein1024-504":45983,"skein1024-512":45984,"skein1024-520":45985,"skein1024-528":45986,"skein1024-536":45987,"skein1024-544":45988,"skein1024-552":45989,"skein1024-560":45990,"skein1024-568":45991,"skein1024-576":45992,"skein1024-584":45993,"skein1024-592":45994,"skein1024-600":45995,"skein1024-608":45996,"skein1024-616":45997,"skein1024-624":45998,"skein1024-632":45999,"skein1024-640":46e3,"skein1024-648":46001,"skein1024-656":46002,"skein1024-664":46003,"skein1024-672":46004,"skein1024-680":46005,"skein1024-688":46006,"skein1024-696":46007,"skein1024-704":46008,"skein1024-712":46009,"skein1024-720":46010,"skein1024-728":46011,"skein1024-736":46012,"skein1024-744":46013,"skein1024-752":46014,"skein1024-760":46015,"skein1024-768":46016,"skein1024-776":46017,"skein1024-784":46018,"skein1024-792":46019,"skein1024-800":46020,"skein1024-808":46021,"skein1024-816":46022,"skein1024-824":46023,"skein1024-832":46024,"skein1024-840":46025,"skein1024-848":46026,"skein1024-856":46027,"skein1024-864":46028,"skein1024-872":46029,"skein1024-880":46030,"skein1024-888":46031,"skein1024-896":46032,"skein1024-904":46033,"skein1024-912":46034,"skein1024-920":46035,"skein1024-928":46036,"skein1024-936":46037,"skein1024-944":46038,"skein1024-952":46039,"skein1024-960":46040,"skein1024-968":46041,"skein1024-976":46042,"skein1024-984":46043,"skein1024-992":46044,"skein1024-1000":46045,"skein1024-1008":46046,"skein1024-1016":46047,"skein1024-1024":46048,"poseidon-bls12_381-a2-fc1":46081,"poseidon-bls12_381-a2-fc1-sc":46082});Ame.exports={names:eyt}});var Dme=I((FPt,Fme)=>{"use strict";function tyt(t,r){if(t.length>=255)throw new TypeError("Alphabet too long");for(var o=new Uint8Array(256),i=0;i<o.length;i++)o[i]=255;for(var n=0;n<t.length;n++){var s=t.charAt(n),p=s.charCodeAt(0);if(o[p]!==255)throw new TypeError(s+" is ambiguous");o[p]=n}var u=t.length,l=t.charAt(0),m=Math.log(u)/Math.log(256),g=Math.log(256)/Math.log(u);function T(S){if(S instanceof Uint8Array||(ArrayBuffer.isView(S)?S=new Uint8Array(S.buffer,S.byteOffset,S.byteLength):Array.isArray(S)&&(S=Uint8Array.from(S))),!(S instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(S.length===0)return"";for(var x=0,M=0,O=0,q=S.length;O!==q&&S[O]===0;)O++,x++;for(var K=(q-O)*g+1>>>0,Z=new Uint8Array(K);O!==q;){for(var pe=S[O],se=0,oe=K-1;(pe!==0||se<M)&&oe!==-1;oe--,se++)pe+=256*Z[oe]>>>0,Z[oe]=pe%u>>>0,pe=pe/u>>>0;if(pe!==0)throw new Error("Non-zero carry");M=se,O++}for(var le=K-M;le!==K&&Z[le]===0;)le++;for(var he=l.repeat(x);le<K;++le)he+=t.charAt(Z[le]);return he}function E(S){if(typeof S!="string")throw new TypeError("Expected String");if(S.length===0)return new Uint8Array;var x=0;if(S[x]!==" "){for(var M=0,O=0;S[x]===l;)M++,x++;for(var q=(S.length-x)*m+1>>>0,K=new Uint8Array(q);S[x];){var Z=o[S.charCodeAt(x)];if(Z===255)return;for(var pe=0,se=q-1;(Z!==0||pe<O)&&se!==-1;se--,pe++)Z+=u*K[se]>>>0,K[se]=Z%256>>>0,Z=Z/256>>>0;if(Z!==0)throw new Error("Non-zero carry");O=pe,x++}if(S[x]!==" "){for(var oe=q-O;oe!==q&&K[oe]===0;)oe++;for(var le=new Uint8Array(M+(q-oe)),he=M;oe!==q;)le[he++]=K[oe++];return le}}}function y(S){var x=E(S);if(x)return x;throw new Error(`Non-${r} character`)}return{encode:T,decodeUnsafe:E,decode:y}}var ryt=tyt,oyt=ryt;Fme.exports=oyt});var Ju=I(zu=>{"use strict";Object.defineProperty(zu,"__esModule",{value:!0});var Rme=new Uint8Array(0),iyt=t=>t.reduce((r,o)=>r+o.toString(16).padStart(2,"0"),""),nyt=t=>{let r=t.match(/../g);return r?new Uint8Array(r.map(o=>parseInt(o,16))):Rme},syt=(t,r)=>{if(t===r)return!0;if(t.byteLength!==r.byteLength)return!1;for(let o=0;o<t.byteLength;o++)if(t[o]!==r[o])return!1;return!0},ayt=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")},pyt=t=>t instanceof ArrayBuffer||ArrayBuffer.isView(t),uyt=t=>new TextEncoder().encode(t),lyt=t=>new TextDecoder().decode(t);zu.coerce=ayt;zu.empty=Rme;zu.equals=syt;zu.fromHex=nyt;zu.fromString=uyt;zu.isBinary=pyt;zu.toHex=iyt;zu.toString=lyt});var Xp=I(xh=>{"use strict";Object.defineProperty(xh,"__esModule",{value:!0});var cyt=Dme(),dyt=Ju(),WM=class{constructor(r,o,i){this.name=r,this.prefix=o,this.baseEncode=i}encode(r){if(r instanceof Uint8Array)return`${this.prefix}${this.baseEncode(r)}`;throw Error("Unknown type, must be binary type")}},jM=class{constructor(r,o,i){if(this.name=r,this.prefix=o,o.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o.codePointAt(0),this.baseDecode=i}decode(r){if(typeof r=="string"){if(r.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(r)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(r.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(r){return VM(this,r)}},GM=class{constructor(r){this.decoders=r}or(r){return VM(this,r)}decode(r){let o=r[0],i=this.decoders[o];if(i)return i.decode(r);throw RangeError(`Unable to decode multibase string ${JSON.stringify(r)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},VM=(t,r)=>new GM({...t.decoders||{[t.prefix]:t},...r.decoders||{[r.prefix]:r}}),AT=class{constructor(r,o,i,n){this.name=r,this.prefix=o,this.baseEncode=i,this.baseDecode=n,this.encoder=new WM(r,o,i),this.decoder=new jM(r,o,n)}encode(r){return this.encoder.encode(r)}decode(r){return this.decoder.decode(r)}},qM=({name:t,prefix:r,encode:o,decode:i})=>new AT(t,r,o,i),fyt=({prefix:t,name:r,alphabet:o})=>{let{encode:i,decode:n}=cyt(o,r);return qM({prefix:t,name:r,encode:i,decode:s=>dyt.coerce(n(s))})},hyt=(t,r,o,i)=>{let n={};for(let g=0;g<r.length;++g)n[r[g]]=g;let s=t.length;for(;t[s-1]==="=";)--s;let p=new Uint8Array(s*o/8|0),u=0,l=0,m=0;for(let g=0;g<s;++g){let T=n[t[g]];if(T===void 0)throw new SyntaxError(`Non-${i} character`);l=l<<o|T,u+=o,u>=8&&(u-=8,p[m++]=255&l>>u)}if(u>=o||255&l<<8-u)throw new SyntaxError("Unexpected end of data");return p},gyt=(t,r,o)=>{let i=r[r.length-1]==="=",n=(1<<o)-1,s="",p=0,u=0;for(let l=0;l<t.length;++l)for(u=u<<8|t[l],p+=8;p>o;)p-=o,s+=r[n&u>>p];if(p&&(s+=r[n&u<<o-p]),i)for(;s.length*o&7;)s+="=";return s},myt=({name:t,prefix:r,bitsPerChar:o,alphabet:i})=>qM({prefix:r,name:t,encode(n){return gyt(n,i,o)},decode(n){return hyt(n,i,o,t)}});xh.Codec=AT;xh.baseX=fyt;xh.from=qM;xh.or=VM;xh.rfc4648=myt});var Mme=I(zM=>{"use strict";Object.defineProperty(zM,"__esModule",{value:!0});var yyt=Xp(),kme=Ju(),byt=yyt.from({prefix:"\0",name:"identity",encode:t=>kme.toString(t),decode:t=>kme.fromString(t)});zM.identity=byt});var Ime=I(JM=>{"use strict";Object.defineProperty(JM,"__esModule",{value:!0});var vyt=Xp(),Syt=vyt.rfc4648({prefix:"0",name:"base2",alphabet:"01",bitsPerChar:1});JM.base2=Syt});var Cme=I(KM=>{"use strict";Object.defineProperty(KM,"__esModule",{value:!0});var Tyt=Xp(),Eyt=Tyt.rfc4648({prefix:"7",name:"base8",alphabet:"01234567",bitsPerChar:3});KM.base8=Eyt});var Bme=I(XM=>{"use strict";Object.defineProperty(XM,"__esModule",{value:!0});var _yt=Xp(),xyt=_yt.baseX({prefix:"9",name:"base10",alphabet:"0123456789"});XM.base10=xyt});var Pme=I(wT=>{"use strict";Object.defineProperty(wT,"__esModule",{value:!0});var Ome=Xp(),Ayt=Ome.rfc4648({prefix:"f",name:"base16",alphabet:"0123456789abcdef",bitsPerChar:4}),wyt=Ome.rfc4648({prefix:"F",name:"base16upper",alphabet:"0123456789ABCDEF",bitsPerChar:4});wT.base16=Ayt;wT.base16upper=wyt});var YM=I(Yp=>{"use strict";Object.defineProperty(Yp,"__esModule",{value:!0});var ic=Xp(),Fyt=ic.rfc4648({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),Dyt=ic.rfc4648({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),Ryt=ic.rfc4648({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),kyt=ic.rfc4648({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),Myt=ic.rfc4648({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),Iyt=ic.rfc4648({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),Cyt=ic.rfc4648({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),Byt=ic.rfc4648({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),Oyt=ic.rfc4648({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});Yp.base32=Fyt;Yp.base32hex=Myt;Yp.base32hexpad=Cyt;Yp.base32hexpadupper=Byt;Yp.base32hexupper=Iyt;Yp.base32pad=Ryt;Yp.base32padupper=kyt;Yp.base32upper=Dyt;Yp.base32z=Oyt});var Lme=I(FT=>{"use strict";Object.defineProperty(FT,"__esModule",{value:!0});var Nme=Xp(),Pyt=Nme.baseX({prefix:"k",name:"base36",alphabet:"0123456789abcdefghijklmnopqrstuvwxyz"}),Nyt=Nme.baseX({prefix:"K",name:"base36upper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"});FT.base36=Pyt;FT.base36upper=Nyt});var ZM=I(DT=>{"use strict";Object.defineProperty(DT,"__esModule",{value:!0});var $me=Xp(),Lyt=$me.baseX({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),$yt=$me.baseX({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});DT.base58btc=Lyt;DT.base58flickr=$yt});var Ume=I(s0=>{"use strict";Object.defineProperty(s0,"__esModule",{value:!0});var RT=Xp(),Uyt=RT.rfc4648({prefix:"m",name:"base64",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",bitsPerChar:6}),Hyt=RT.rfc4648({prefix:"M",name:"base64pad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",bitsPerChar:6}),Wyt=RT.rfc4648({prefix:"u",name:"base64url",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_",bitsPerChar:6}),jyt=RT.rfc4648({prefix:"U",name:"base64urlpad",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_=",bitsPerChar:6});s0.base64=Uyt;s0.base64pad=Hyt;s0.base64url=Wyt;s0.base64urlpad=jyt});var Wme=I(QM=>{"use strict";Object.defineProperty(QM,"__esModule",{value:!0});var Gyt=Xp(),Hme=Array.from("\u{1F680}\u{1FA90}\u2604\u{1F6F0}\u{1F30C}\u{1F311}\u{1F312}\u{1F313}\u{1F314}\u{1F315}\u{1F316}\u{1F317}\u{1F318}\u{1F30D}\u{1F30F}\u{1F30E}\u{1F409}\u2600\u{1F4BB}\u{1F5A5}\u{1F4BE}\u{1F4BF}\u{1F602}\u2764\u{1F60D}\u{1F923}\u{1F60A}\u{1F64F}\u{1F495}\u{1F62D}\u{1F618}\u{1F44D}\u{1F605}\u{1F44F}\u{1F601}\u{1F525}\u{1F970}\u{1F494}\u{1F496}\u{1F499}\u{1F622}\u{1F914}\u{1F606}\u{1F644}\u{1F4AA}\u{1F609}\u263A\u{1F44C}\u{1F917}\u{1F49C}\u{1F614}\u{1F60E}\u{1F607}\u{1F339}\u{1F926}\u{1F389}\u{1F49E}\u270C\u2728\u{1F937}\u{1F631}\u{1F60C}\u{1F338}\u{1F64C}\u{1F60B}\u{1F497}\u{1F49A}\u{1F60F}\u{1F49B}\u{1F642}\u{1F493}\u{1F929}\u{1F604}\u{1F600}\u{1F5A4}\u{1F603}\u{1F4AF}\u{1F648}\u{1F447}\u{1F3B6}\u{1F612}\u{1F92D}\u2763\u{1F61C}\u{1F48B}\u{1F440}\u{1F62A}\u{1F611}\u{1F4A5}\u{1F64B}\u{1F61E}\u{1F629}\u{1F621}\u{1F92A}\u{1F44A}\u{1F973}\u{1F625}\u{1F924}\u{1F449}\u{1F483}\u{1F633}\u270B\u{1F61A}\u{1F61D}\u{1F634}\u{1F31F}\u{1F62C}\u{1F643}\u{1F340}\u{1F337}\u{1F63B}\u{1F613}\u2B50\u2705\u{1F97A}\u{1F308}\u{1F608}\u{1F918}\u{1F4A6}\u2714\u{1F623}\u{1F3C3}\u{1F490}\u2639\u{1F38A}\u{1F498}\u{1F620}\u261D\u{1F615}\u{1F33A}\u{1F382}\u{1F33B}\u{1F610}\u{1F595}\u{1F49D}\u{1F64A}\u{1F639}\u{1F5E3}\u{1F4AB}\u{1F480}\u{1F451}\u{1F3B5}\u{1F91E}\u{1F61B}\u{1F534}\u{1F624}\u{1F33C}\u{1F62B}\u26BD\u{1F919}\u2615\u{1F3C6}\u{1F92B}\u{1F448}\u{1F62E}\u{1F646}\u{1F37B}\u{1F343}\u{1F436}\u{1F481}\u{1F632}\u{1F33F}\u{1F9E1}\u{1F381}\u26A1\u{1F31E}\u{1F388}\u274C\u270A\u{1F44B}\u{1F630}\u{1F928}\u{1F636}\u{1F91D}\u{1F6B6}\u{1F4B0}\u{1F353}\u{1F4A2}\u{1F91F}\u{1F641}\u{1F6A8}\u{1F4A8}\u{1F92C}\u2708\u{1F380}\u{1F37A}\u{1F913}\u{1F619}\u{1F49F}\u{1F331}\u{1F616}\u{1F476}\u{1F974}\u25B6\u27A1\u2753\u{1F48E}\u{1F4B8}\u2B07\u{1F628}\u{1F31A}\u{1F98B}\u{1F637}\u{1F57A}\u26A0\u{1F645}\u{1F61F}\u{1F635}\u{1F44E}\u{1F932}\u{1F920}\u{1F927}\u{1F4CC}\u{1F535}\u{1F485}\u{1F9D0}\u{1F43E}\u{1F352}\u{1F617}\u{1F911}\u{1F30A}\u{1F92F}\u{1F437}\u260E\u{1F4A7}\u{1F62F}\u{1F486}\u{1F446}\u{1F3A4}\u{1F647}\u{1F351}\u2744\u{1F334}\u{1F4A3}\u{1F438}\u{1F48C}\u{1F4CD}\u{1F940}\u{1F922}\u{1F445}\u{1F4A1}\u{1F4A9}\u{1F450}\u{1F4F8}\u{1F47B}\u{1F910}\u{1F92E}\u{1F3BC}\u{1F975}\u{1F6A9}\u{1F34E}\u{1F34A}\u{1F47C}\u{1F48D}\u{1F4E3}\u{1F942}"),Vyt=Hme.reduce((t,r,o)=>(t[o]=r,t),[]),qyt=Hme.reduce((t,r,o)=>(t[r.codePointAt(0)]=o,t),[]);function zyt(t){return t.reduce((r,o)=>(r+=Vyt[o],r),"")}function Jyt(t){let r=[];for(let o of t){let i=qyt[o.codePointAt(0)];if(i===void 0)throw new Error(`Non-base256emoji character: ${o}`);r.push(i)}return new Uint8Array(r)}var Kyt=Gyt.from({prefix:"\u{1F680}",name:"base256emoji",encode:zyt,decode:Jyt});QM.base256emoji=Kyt});var zme=I((UPt,qme)=>{"use strict";var Xyt=Vme,jme=128,Yyt=127,Zyt=~Yyt,Qyt=Math.pow(2,31);function Vme(t,r,o){r=r||[],o=o||0;for(var i=o;t>=Qyt;)r[o++]=t&255|jme,t/=128;for(;t&Zyt;)r[o++]=t&255|jme,t>>>=7;return r[o]=t|0,Vme.bytes=o-i+1,r}var e2t=eI,t2t=128,Gme=127;function eI(t,i){var o=0,i=i||0,n=0,s=i,p,u=t.length;do{if(s>=u)throw eI.bytes=0,new RangeError("Could not decode varint");p=t[s++],o+=n<28?(p&Gme)<<n:(p&Gme)*Math.pow(2,n),n+=7}while(p>=t2t);return eI.bytes=s-i,o}var r2t=Math.pow(2,7),o2t=Math.pow(2,14),i2t=Math.pow(2,21),n2t=Math.pow(2,28),s2t=Math.pow(2,35),a2t=Math.pow(2,42),p2t=Math.pow(2,49),u2t=Math.pow(2,56),l2t=Math.pow(2,63),c2t=function(t){return t<r2t?1:t<o2t?2:t<i2t?3:t<n2t?4:t<s2t?5:t<a2t?6:t<p2t?7:t<u2t?8:t<l2t?9:10},d2t={encode:Xyt,decode:e2t,encodingLength:c2t},f2t=d2t,h2t=f2t;qme.exports=h2t});var p3=I(a3=>{"use strict";Object.defineProperty(a3,"__esModule",{value:!0});var kT=zme(),g2t=(t,r=0)=>[kT.decode(t,r),kT.decode.bytes],m2t=(t,r,o=0)=>(kT.encode(t,r,o),r),y2t=t=>kT.encodingLength(t);a3.decode=g2t;a3.encodeTo=m2t;a3.encodingLength=y2t});var u0=I(p0=>{"use strict";Object.defineProperty(p0,"__esModule",{value:!0});var Jme=Ju(),a0=p3(),b2t=(t,r)=>{let o=r.byteLength,i=a0.encodingLength(t),n=i+a0.encodingLength(o),s=new Uint8Array(n+o);return a0.encodeTo(t,s,0),a0.encodeTo(o,s,i),s.set(r,n),new u3(t,o,r,s)},v2t=t=>{let r=Jme.coerce(t),[o,i]=a0.decode(r),[n,s]=a0.decode(r.subarray(i)),p=r.subarray(i+s);if(p.byteLength!==n)throw new Error("Incorrect length");return new u3(o,n,p,r)},S2t=(t,r)=>t===r?!0:t.code===r.code&&t.size===r.size&&Jme.equals(t.bytes,r.bytes),u3=class{constructor(r,o,i,n){this.code=r,this.size=o,this.digest=i,this.bytes=n}};p0.Digest=u3;p0.create=b2t;p0.decode=v2t;p0.equals=S2t});var CT=I(IT=>{"use strict";Object.defineProperty(IT,"__esModule",{value:!0});var Kme=u0(),T2t=({name:t,code:r,encode:o})=>new MT(t,r,o),MT=class{constructor(r,o,i){this.name=r,this.code=o,this.encode=i}digest(r){if(r instanceof Uint8Array){let o=this.encode(r);return o instanceof Uint8Array?Kme.create(this.code,o):o.then(i=>Kme.create(this.code,i))}else throw Error("Unknown type, must be binary type")}};IT.Hasher=MT;IT.from=T2t});var Qme=I(BT=>{"use strict";Object.defineProperty(BT,"__esModule",{value:!0});var E2t=require("crypto"),Xme=CT(),Yme=Ju();function _2t(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var Zme=_2t(E2t),x2t=Xme.from({name:"sha2-256",code:18,encode:t=>Yme.coerce(Zme.default.createHash("sha256").update(t).digest())}),A2t=Xme.from({name:"sha2-512",code:19,encode:t=>Yme.coerce(Zme.default.createHash("sha512").update(t).digest())});BT.sha256=x2t;BT.sha512=A2t});var rye=I(tI=>{"use strict";Object.defineProperty(tI,"__esModule",{value:!0});var w2t=Ju(),F2t=u0(),eye=0,D2t="identity",tye=w2t.coerce,R2t=t=>F2t.create(eye,tye(t)),k2t={code:eye,name:D2t,encode:tye,digest:R2t};tI.identity=k2t});var iye=I(l0=>{"use strict";Object.defineProperty(l0,"__esModule",{value:!0});var oye=Ju(),M2t="raw",I2t=85,C2t=t=>oye.coerce(t),B2t=t=>oye.coerce(t);l0.code=I2t;l0.decode=B2t;l0.encode=C2t;l0.name=M2t});var nye=I(c0=>{"use strict";Object.defineProperty(c0,"__esModule",{value:!0});var O2t=new TextEncoder,P2t=new TextDecoder,N2t="json",L2t=512,$2t=t=>O2t.encode(JSON.stringify(t)),U2t=t=>JSON.parse(P2t.decode(t));c0.code=L2t;c0.decode=U2t;c0.encode=$2t;c0.name=N2t});var oI=I(rI=>{"use strict";Object.defineProperty(rI,"__esModule",{value:!0});var c3=p3(),OT=u0(),Ed=ZM(),LT=YM(),H2t=Ju(),fn=class{constructor(r,o,i,n){this.code=o,this.version=r,this.multihash=i,this.bytes=n,this.byteOffset=n.byteOffset,this.byteLength=n.byteLength,this.asCID=this,this._baseCache=new Map,Object.defineProperties(this,{byteOffset:NT,byteLength:NT,code:PT,version:PT,multihash:PT,bytes:PT,_baseCache:NT,asCID:NT})}toV0(){switch(this.version){case 0:return this;default:{let{code:r,multihash:o}=this;if(r!==l3)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(o.code!==V2t)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return fn.createV0(o)}}}toV1(){switch(this.version){case 0:{let{code:r,digest:o}=this.multihash,i=OT.create(r,o);return fn.createV1(this.code,i)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}equals(r){return r&&this.code===r.code&&this.version===r.version&&OT.equals(this.multihash,r.multihash)}toString(r){let{bytes:o,version:i,_baseCache:n}=this;switch(i){case 0:return j2t(o,n,r||Ed.base58btc.encoder);default:return G2t(o,n,r||LT.base32.encoder)}}toJSON(){return{code:this.code,version:this.version,hash:this.multihash.bytes}}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return"CID("+this.toString()+")"}static isCID(r){return z2t(/^0\.0/,J2t),!!(r&&(r[aye]||r.asCID===r))}get toBaseEncodedString(){throw new Error("Deprecated, use .toString()")}get codec(){throw new Error('"codec" property is deprecated, use integer "code" property instead')}get buffer(){throw new Error("Deprecated .buffer property, use .bytes to get Uint8Array instead")}get multibaseName(){throw new Error('"multibaseName" property is deprecated')}get prefix(){throw new Error('"prefix" property is deprecated')}static asCID(r){if(r instanceof fn)return r;if(r!=null&&r.asCID===r){let{version:o,code:i,multihash:n,bytes:s}=r;return new fn(o,i,n,s||sye(o,i,n.bytes))}else if(r!=null&&r[aye]===!0){let{version:o,multihash:i,code:n}=r,s=OT.decode(i);return fn.create(o,n,s)}else return null}static create(r,o,i){if(typeof o!="number")throw new Error("String codecs are no longer supported");switch(r){case 0:{if(o!==l3)throw new Error(`Version 0 CID must use dag-pb (code: ${l3}) block encoding`);return new fn(r,o,i,i.bytes)}case 1:{let n=sye(r,o,i.bytes);return new fn(r,o,i,n)}default:throw new Error("Invalid version")}}static createV0(r){return fn.create(0,l3,r)}static createV1(r,o){return fn.create(1,r,o)}static decode(r){let[o,i]=fn.decodeFirst(r);if(i.length)throw new Error("Incorrect length");return o}static decodeFirst(r){let o=fn.inspectBytes(r),i=o.size-o.multihashSize,n=H2t.coerce(r.subarray(i,i+o.multihashSize));if(n.byteLength!==o.multihashSize)throw new Error("Incorrect length");let s=n.subarray(o.multihashSize-o.digestSize),p=new OT.Digest(o.multihashCode,o.digestSize,s,n);return[o.version===0?fn.createV0(p):fn.createV1(o.codec,p),r.subarray(o.size)]}static inspectBytes(r){let o=0,i=()=>{let[T,E]=c3.decode(r.subarray(o));return o+=E,T},n=i(),s=l3;if(n===18?(n=0,o=0):n===1&&(s=i()),n!==0&&n!==1)throw new RangeError(`Invalid CID version ${n}`);let p=o,u=i(),l=i(),m=o+l,g=m-p;return{version:n,codec:s,multihashCode:u,digestSize:l,multihashSize:g,size:m}}static parse(r,o){let[i,n]=W2t(r,o),s=fn.decode(n);return s._baseCache.set(i,r),s}},W2t=(t,r)=>{switch(t[0]){case"Q":{let o=r||Ed.base58btc;return[Ed.base58btc.prefix,o.decode(`${Ed.base58btc.prefix}${t}`)]}case Ed.base58btc.prefix:{let o=r||Ed.base58btc;return[Ed.base58btc.prefix,o.decode(t)]}case LT.base32.prefix:{let o=r||LT.base32;return[LT.base32.prefix,o.decode(t)]}default:{if(r==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[t[0],r.decode(t)]}}},j2t=(t,r,o)=>{let{prefix:i}=o;if(i!==Ed.base58btc.prefix)throw Error(`Cannot string encode V0 in ${o.name} encoding`);let n=r.get(i);if(n==null){let s=o.encode(t).slice(1);return r.set(i,s),s}else return n},G2t=(t,r,o)=>{let{prefix:i}=o,n=r.get(i);if(n==null){let s=o.encode(t);return r.set(i,s),s}else return n},l3=112,V2t=18,sye=(t,r,o)=>{let i=c3.encodingLength(t),n=i+c3.encodingLength(r),s=new Uint8Array(n+o.byteLength);return c3.encodeTo(t,s,0),c3.encodeTo(r,s,i),s.set(o,n),s},aye=Symbol.for("@ipld/js-cid/CID"),PT={writable:!1,configurable:!1,enumerable:!0},NT={writable:!1,enumerable:!1,configurable:!1},q2t="0.0.0-dev",z2t=(t,r)=>{if(t.test(q2t))console.warn(r);else throw new Error(r)},J2t=`CID.isCID(v) is deprecated and will be removed in the next major release.
|
|
213
213
|
Following code pattern:
|
|
214
214
|
|
|
215
215
|
if (CID.isCID(value)) {
|
|
@@ -244,4 +244,4 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
244
244
|
`||r===`
|
|
245
245
|
`&&i[o-1]!=="\r"?`\r
|
|
246
246
|
`:r),pgt=t=>Object.prototype.toString.call(t).slice(8,-1).toLowerCase();function ige(t){if(pgt(t)!=="object")return!1;let r=Object.getPrototypeOf(t);return r==null?!0:(r.constructor&&r.constructor.toString())===Object.toString()}function nge(t,r){if(typeof r=="string"){for(let[o,i]of Object.entries(t))if(r.toLowerCase()===o.toLowerCase())return i}}var ugt=t=>new Proxy(t,{get:(r,o)=>nge(r,o),has:(r,o)=>nge(r,o)!==void 0}),z2=t=>Boolean(t&&tc(t.constructor)&&t[Symbol.toStringTag]==="FormData"&&tc(t.append)&&tc(t.getAll)&&tc(t.entries)&&tc(t[Symbol.iterator])),sge=t=>String(t).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22"),Zg=t=>Boolean(t&&typeof t=="object"&&tc(t.constructor)&&t[Symbol.toStringTag]==="File"&&tc(t.stream)&&t.name!=null),lgt={enableAdditionalHeaders:!1},QS={writable:!1,configurable:!1},vd,j2,eT,G2,vh,V2,q2,tT,rT,iM,rM,uge,lge=class{constructor(t,r,o){if(qu(this,rT),qu(this,rM),qu(this,vd,`\r
|
|
247
|
-
`),qu(this,j2,void 0),qu(this,eT,void 0),qu(this,G2,"-".repeat(2)),qu(this,vh,new TextEncoder),qu(this,V2,void 0),qu(this,q2,void 0),qu(this,tT,void 0),!z2(t))throw new TypeError("Expected first argument to be a FormData instance.");let i;if(ige(r)?o=r:i=r,i||(i=agt()),typeof i!="string")throw new TypeError("Expected boundary argument to be a string.");if(o&&!ige(o))throw new TypeError("Expected options argument to be an object.");W2(this,q2,Array.from(t.entries())),W2(this,tT,{...lgt,...o}),W2(this,j2,xi(this,vh).encode(xi(this,vd))),W2(this,eT,xi(this,j2).byteLength),this.boundary=`form-data-boundary-${i}`,this.contentType=`multipart/form-data; boundary=${this.boundary}`,W2(this,V2,xi(this,vh).encode(`${xi(this,G2)}${this.boundary}${xi(this,G2)}${xi(this,vd).repeat(2)}`));let n={"Content-Type":this.contentType},s=tM(this,rM,uge).call(this);s&&(this.contentLength=s,n["Content-Length"]=s),this.headers=ugt(Object.freeze(n)),Object.defineProperties(this,{boundary:QS,contentType:QS,contentLength:QS,headers:QS})}*values(){for(let[t,r]of xi(this,q2)){let o=Zg(r)?r:xi(this,vh).encode(pge(r));yield tM(this,rT,iM).call(this,t,o),yield o,yield xi(this,j2)}yield xi(this,V2)}async*encode(){for(let t of this.values())Zg(t)?yield*sgt(t.stream()):yield*age(t)}[Symbol.iterator](){return this.values()}[Symbol.asyncIterator](){return this.encode()}};vd=new WeakMap;j2=new WeakMap;eT=new WeakMap;G2=new WeakMap;vh=new WeakMap;V2=new WeakMap;q2=new WeakMap;tT=new WeakMap;rT=new WeakSet;iM=function(t,r){let o="";if(o+=`${xi(this,G2)}${this.boundary}${xi(this,vd)}`,o+=`Content-Disposition: form-data; name="${sge(t)}"`,Zg(r)&&(o+=`; filename="${sge(r.name)}"${xi(this,vd)}`,o+=`Content-Type: ${r.type||"application/octet-stream"}`),xi(this,tT).enableAdditionalHeaders===!0){let i=Zg(r)?r.size:r.byteLength;i!=null&&!isNaN(i)&&(o+=`${xi(this,vd)}Content-Length: ${i}`)}return xi(this,vh).encode(`${o}${xi(this,vd).repeat(2)}`)};rM=new WeakSet;uge=function(){let t=0;for(let[r,o]of xi(this,q2)){let i=Zg(o)?o:xi(this,vh).encode(pge(o)),n=Zg(i)?i.size:i.byteLength;if(n==null||isNaN(n))return;t+=tM(this,rT,iM).call(this,r,i).byteLength,t+=n,t+=xi(this,eT)}return String(t+xi(this,V2).byteLength)};var cge=require("node:buffer"),dge=require("node:util");function J2(t){return xe.nodeStream(t)&&xe.function_(t.getBoundary)}async function nM(t,r){if(r&&"content-length"in r)return Number(r["content-length"]);if(!t)return 0;if(xe.string(t))return cge.Buffer.byteLength(t);if(xe.buffer(t))return t.length;if(J2(t))return(0,dge.promisify)(t.getLength.bind(t))()}function K2(t,r,o){let i={};for(let n of o){let s=(...p)=>{r.emit(n,...p)};i[n]=s,t.on(n,s)}return()=>{for(let[n,s]of Object.entries(i))t.off(n,s)}}var hge=gr(require("node:net"),1);function sM(){let t=[];return{once(r,o,i){r.once(o,i),t.push({origin:r,event:o,fn:i})},unhandleAll(){for(let r of t){let{origin:o,event:i,fn:n}=r;o.removeListener(i,n)}t.length=0}}}var fge=Symbol("reentry"),cgt=()=>{},X2=class extends Error{event;code;constructor(r,o){super(`Timeout awaiting '${o}' for ${r}ms`),this.event=o,this.name="TimeoutError",this.code="ETIMEDOUT"}};function aM(t,r,o){if(fge in t)return cgt;t[fge]=!0;let i=[],{once:n,unhandleAll:s}=sM(),p=(x,M,O)=>{let q=setTimeout(M,x,x,O);q.unref?.();let K=()=>{clearTimeout(q)};return i.push(K),K},{host:u,hostname:l}=o,m=(x,M)=>{t.destroy(new X2(x,M))},g=()=>{for(let x of i)x();s()};if(t.once("error",x=>{if(g(),t.listenerCount("error")===0)throw x}),r.request!==void 0){let x=p(r.request,m,"request");n(t,"response",M=>{n(M,"end",x)})}if(r.socket!==void 0){let{socket:x}=r,M=()=>{m(x,"socket")};t.setTimeout(x,M),i.push(()=>{t.removeListener("timeout",M)})}let T=r.lookup!==void 0,E=r.connect!==void 0,y=r.secureConnect!==void 0,S=r.send!==void 0;return(T||E||y||S)&&n(t,"socket",x=>{let{socketPath:M}=t;if(x.connecting){let O=Boolean(M??hge.default.isIP(l??u??"")!==0);if(T&&!O&&x.address().address===void 0){let q=p(r.lookup,m,"lookup");n(x,"lookup",q)}if(E){let q=()=>p(r.connect,m,"connect");O?n(x,"connect",q()):n(x,"lookup",K=>{K===null&&n(x,"connect",q())})}y&&o.protocol==="https:"&&n(x,"connect",()=>{let q=p(r.secureConnect,m,"secureConnect");n(x,"secureConnect",q)})}if(S){let O=()=>p(r.send,m,"send");x.connecting?n(x,"connect",()=>{n(t,"upload-complete",O())}):n(t,"upload-complete",O())}}),r.response!==void 0&&n(t,"upload-complete",()=>{let x=p(r.response,m,"response");n(t,"response",x)}),r.read!==void 0&&n(t,"response",x=>{let M=p(r.read,m,"read");n(x,"end",M)}),g}function pM(t){t=t;let r={protocol:t.protocol,hostname:xe.string(t.hostname)&&t.hostname.startsWith("[")?t.hostname.slice(1,-1):t.hostname,host:t.host,hash:t.hash,search:t.search,pathname:t.pathname,href:t.href,path:`${t.pathname||""}${t.search||""}`};return xe.string(t.port)&&t.port.length>0&&(r.port=Number(t.port)),(t.username||t.password)&&(r.auth=`${t.username||""}:${t.password||""}`),r}var Y2=class{weakMap;map;constructor(){this.weakMap=new WeakMap,this.map=new Map}set(r,o){typeof r=="object"?this.weakMap.set(r,o):this.map.set(r,o)}get(r){return typeof r=="object"?this.weakMap.get(r):this.map.get(r)}has(r){return typeof r=="object"?this.weakMap.has(r):this.map.has(r)}};var dgt=({attemptCount:t,retryOptions:r,error:o,retryAfter:i,computedValue:n})=>{if(o.name==="RetryError")return 1;if(t>r.limit)return 0;let s=r.methods.includes(o.options.method),p=r.errorCodes.includes(o.code),u=o.response&&r.statusCodes.includes(o.response.statusCode);if(!s||!p&&!u)return 0;if(o.response){if(i)return i>n?0:i;if(o.response.statusCode===413)return 0}let l=Math.random()*r.noise;return Math.min(2**(t-1)*1e3,r.backoffLimit)+l},gge=dgt;var w0e=gr(require("node:process"),1),i3=require("node:util"),F0e=require("node:tls"),D0e=gr(require("node:https"),1),R0e=gr(require("node:http"),1);var Kp=require("node:dns"),iT=require("node:util"),Tge=gr(require("node:os"),1),{Resolver:mge}=Kp.promises,Qg=Symbol("cacheableLookupCreateConnection"),uM=Symbol("cacheableLookupInstance"),yge=Symbol("expires"),fgt=typeof Kp.ALL=="number",bge=t=>{if(!(t&&typeof t.createConnection=="function"))throw new Error("Expected an Agent instance as the first argument")},hgt=t=>{for(let r of t)r.family!==6&&(r.address=`::ffff:${r.address}`,r.family=6)},vge=()=>{let t=!1,r=!1;for(let o of Object.values(Tge.default.networkInterfaces()))for(let i of o)if(!i.internal&&(i.family==="IPv6"?r=!0:t=!0,t&&r))return{has4:t,has6:r};return{has4:t,has6:r}},ggt=t=>Symbol.iterator in t,oT=t=>t.catch(r=>{if(r.code==="ENODATA"||r.code==="ENOTFOUND"||r.code==="ENOENT")return[];throw r}),Sge={ttl:!0},mgt={all:!0},ygt={all:!0,family:4},bgt={all:!0,family:6},Z2=class{constructor({cache:r=new Map,maxTtl:o=1/0,fallbackDuration:i=3600,errorTtl:n=.15,resolver:s=new mge,lookup:p=Kp.lookup}={}){if(this.maxTtl=o,this.errorTtl=n,this._cache=r,this._resolver=s,this._dnsLookup=p&&(0,iT.promisify)(p),this.stats={cache:0,query:0},this._resolver instanceof mge?(this._resolve4=this._resolver.resolve4.bind(this._resolver),this._resolve6=this._resolver.resolve6.bind(this._resolver)):(this._resolve4=(0,iT.promisify)(this._resolver.resolve4.bind(this._resolver)),this._resolve6=(0,iT.promisify)(this._resolver.resolve6.bind(this._resolver))),this._iface=vge(),this._pending={},this._nextRemovalTime=!1,this._hostnamesToFallback=new Set,this.fallbackDuration=i,i>0){let u=setInterval(()=>{this._hostnamesToFallback.clear()},i*1e3);u.unref&&u.unref(),this._fallbackInterval=u}this.lookup=this.lookup.bind(this),this.lookupAsync=this.lookupAsync.bind(this)}set servers(r){this.clear(),this._resolver.setServers(r)}get servers(){return this._resolver.getServers()}lookup(r,o,i){if(typeof o=="function"?(i=o,o={}):typeof o=="number"&&(o={family:o}),!i)throw new Error("Callback must be a function.");this.lookupAsync(r,o).then(n=>{o.all?i(null,n):i(null,n.address,n.family,n.expires,n.ttl,n.source)},i)}async lookupAsync(r,o={}){typeof o=="number"&&(o={family:o});let i=await this.query(r);if(o.family===6){let n=i.filter(s=>s.family===6);o.hints&Kp.V4MAPPED&&(fgt&&o.hints&Kp.ALL||n.length===0)?hgt(i):i=n}else o.family===4&&(i=i.filter(n=>n.family===4));if(o.hints&Kp.ADDRCONFIG){let{_iface:n}=this;i=i.filter(s=>s.family===6?n.has6:n.has4)}if(i.length===0){let n=new Error(`cacheableLookup ENOTFOUND ${r}`);throw n.code="ENOTFOUND",n.hostname=r,n}return o.all?i:i[0]}async query(r){let o="cache",i=await this._cache.get(r);if(i&&this.stats.cache++,!i){let n=this._pending[r];if(n)this.stats.cache++,i=await n;else{o="query";let s=this.queryAndCache(r);this._pending[r]=s,this.stats.query++;try{i=await s}finally{delete this._pending[r]}}}return i=i.map(n=>({...n,source:o})),i}async _resolve(r){let[o,i]=await Promise.all([oT(this._resolve4(r,Sge)),oT(this._resolve6(r,Sge))]),n=0,s=0,p=0,u=Date.now();for(let l of o)l.family=4,l.expires=u+l.ttl*1e3,n=Math.max(n,l.ttl);for(let l of i)l.family=6,l.expires=u+l.ttl*1e3,s=Math.max(s,l.ttl);return o.length>0?i.length>0?p=Math.min(n,s):p=n:p=s,{entries:[...o,...i],cacheTtl:p}}async _lookup(r){try{let[o,i]=await Promise.all([oT(this._dnsLookup(r,ygt)),oT(this._dnsLookup(r,bgt))]);return{entries:[...o,...i],cacheTtl:0}}catch{return{entries:[],cacheTtl:0}}}async _set(r,o,i){if(this.maxTtl>0&&i>0){i=Math.min(i,this.maxTtl)*1e3,o[yge]=Date.now()+i;try{await this._cache.set(r,o,i)}catch(n){this.lookupAsync=async()=>{let s=new Error("Cache Error. Please recreate the CacheableLookup instance.");throw s.cause=n,s}}ggt(this._cache)&&this._tick(i)}}async queryAndCache(r){if(this._hostnamesToFallback.has(r))return this._dnsLookup(r,mgt);let o=await this._resolve(r);o.entries.length===0&&this._dnsLookup&&(o=await this._lookup(r),o.entries.length!==0&&this.fallbackDuration>0&&this._hostnamesToFallback.add(r));let i=o.entries.length===0?this.errorTtl:o.cacheTtl;return await this._set(r,o.entries,i),o.entries}_tick(r){let o=this._nextRemovalTime;(!o||r<o)&&(clearTimeout(this._removalTimeout),this._nextRemovalTime=r,this._removalTimeout=setTimeout(()=>{this._nextRemovalTime=!1;let i=1/0,n=Date.now();for(let[s,p]of this._cache){let u=p[yge];n>=u?this._cache.delete(s):u<i&&(i=u)}i!==1/0&&this._tick(i-n)},r),this._removalTimeout.unref&&this._removalTimeout.unref())}install(r){if(bge(r),Qg in r)throw new Error("CacheableLookup has been already installed");r[Qg]=r.createConnection,r[uM]=this,r.createConnection=(o,i)=>("lookup"in o||(o.lookup=this.lookup),r[Qg](o,i))}uninstall(r){if(bge(r),r[Qg]){if(r[uM]!==this)throw new Error("The agent is not owned by this CacheableLookup instance");r.createConnection=r[Qg],delete r[Qg],delete r[uM]}}updateInterfaceInfo(){let{_iface:r}=this;this._iface=vge(),(r.has4&&!this._iface.has4||r.has6&&!this._iface.has6)&&this._cache.clear()}clear(r){if(r){this._cache.delete(r);return}this._cache.clear()}};var k0e=gr(_0e(),1);function CM(t){let r=[],o=t.split(",");for(let i of o){let[n,...s]=i.split(";"),p=n.trim();if(p[0]!=="<"||p.at(-1)!==">")throw new Error(`Invalid format of the Link header reference: ${p}`);let u=p.slice(1,-1),l={};if(s.length===0)throw new Error(`Unexpected end of Link header parameters: ${s.join(";")}`);for(let m of s){let g=m.trim(),T=g.indexOf("=");if(T===-1)throw new Error(`Failed to parse Link header: ${t}`);let E=g.slice(0,T).trim(),y=g.slice(T+1).trim();l[E]=y}r.push({reference:u,parameters:l})}return r}var[x0e,U0t]=w0e.default.versions.node.split(".").map(Number);function H0t(t){for(let r in t){let o=t[r];pt.any([xe.string,xe.number,xe.boolean,xe.null_,xe.undefined],o)}}var W0t=new Map,cT,j0t=()=>cT||(cT=new Z2,cT),G0t={request:void 0,agent:{http:void 0,https:void 0,http2:void 0},h2session:void 0,decompress:!0,timeout:{connect:void 0,lookup:void 0,read:void 0,request:void 0,response:void 0,secureConnect:void 0,send:void 0,socket:void 0},prefixUrl:"",body:void 0,form:void 0,json:void 0,cookieJar:void 0,ignoreInvalidCookies:!1,searchParams:void 0,dnsLookup:void 0,dnsCache:void 0,context:{},hooks:{init:[],beforeRequest:[],beforeError:[],beforeRedirect:[],beforeRetry:[],afterResponse:[]},followRedirect:!0,maxRedirects:10,cache:void 0,throwHttpErrors:!0,username:"",password:"",http2:!1,allowGetBody:!1,headers:{"user-agent":"got (https://github.com/sindresorhus/got)"},methodRewriting:!1,dnsLookupIpVersion:void 0,parseJson:JSON.parse,stringifyJson:JSON.stringify,retry:{limit:2,methods:["GET","PUT","HEAD","DELETE","OPTIONS","TRACE"],statusCodes:[408,413,429,500,502,503,504,521,522,524],errorCodes:["ETIMEDOUT","ECONNRESET","EADDRINUSE","ECONNREFUSED","EPIPE","ENOTFOUND","ENETUNREACH","EAI_AGAIN"],maxRetryAfter:void 0,calculateDelay:({computedValue:t})=>t,backoffLimit:Number.POSITIVE_INFINITY,noise:100},localAddress:void 0,method:"GET",createConnection:void 0,cacheOptions:{shared:void 0,cacheHeuristic:void 0,immutableMinTimeToLive:void 0,ignoreCargoCult:void 0},https:{alpnProtocols:void 0,rejectUnauthorized:void 0,checkServerIdentity:void 0,certificateAuthority:void 0,key:void 0,certificate:void 0,passphrase:void 0,pfx:void 0,ciphers:void 0,honorCipherOrder:void 0,minVersion:void 0,maxVersion:void 0,signatureAlgorithms:void 0,tlsSessionLifetime:void 0,dhparam:void 0,ecdhCurve:void 0,certificateRevocationLists:void 0},encoding:void 0,resolveBodyOnly:!1,isStream:!1,responseType:"text",url:void 0,pagination:{transform(t){return t.request.options.responseType==="json"?t.body:JSON.parse(t.body)},paginate({response:t}){let r=t.headers.link;if(typeof r!="string"||r.trim()==="")return!1;let i=CM(r).find(n=>n.parameters.rel==="next"||n.parameters.rel==='"next"');return i?{url:new URL(i.reference,t.url)}:!1},filter:()=>!0,shouldContinue:()=>!0,countLimit:Number.POSITIVE_INFINITY,backoff:0,requestLimit:1e4,stackAllItems:!1},setHost:!0,maxHeaderSize:void 0,signal:void 0,enableUnixSockets:!1},V0t=t=>{let{hooks:r,retry:o}=t,i={...t,context:{...t.context},cacheOptions:{...t.cacheOptions},https:{...t.https},agent:{...t.agent},headers:{...t.headers},retry:{...o,errorCodes:[...o.errorCodes],methods:[...o.methods],statusCodes:[...o.statusCodes]},timeout:{...t.timeout},hooks:{init:[...r.init],beforeRequest:[...r.beforeRequest],beforeError:[...r.beforeError],beforeRedirect:[...r.beforeRedirect],beforeRetry:[...r.beforeRetry],afterResponse:[...r.afterResponse]},searchParams:t.searchParams?new URLSearchParams(t.searchParams):void 0,pagination:{...t.pagination}};return i.url!==void 0&&(i.prefixUrl=""),i},q0t=t=>{let{hooks:r,retry:o}=t,i={...t};return xe.object(t.context)&&(i.context={...t.context}),xe.object(t.cacheOptions)&&(i.cacheOptions={...t.cacheOptions}),xe.object(t.https)&&(i.https={...t.https}),xe.object(t.cacheOptions)&&(i.cacheOptions={...i.cacheOptions}),xe.object(t.agent)&&(i.agent={...t.agent}),xe.object(t.headers)&&(i.headers={...t.headers}),xe.object(o)&&(i.retry={...o},xe.array(o.errorCodes)&&(i.retry.errorCodes=[...o.errorCodes]),xe.array(o.methods)&&(i.retry.methods=[...o.methods]),xe.array(o.statusCodes)&&(i.retry.statusCodes=[...o.statusCodes])),xe.object(t.timeout)&&(i.timeout={...t.timeout}),xe.object(r)&&(i.hooks={...r},xe.array(r.init)&&(i.hooks.init=[...r.init]),xe.array(r.beforeRequest)&&(i.hooks.beforeRequest=[...r.beforeRequest]),xe.array(r.beforeError)&&(i.hooks.beforeError=[...r.beforeError]),xe.array(r.beforeRedirect)&&(i.hooks.beforeRedirect=[...r.beforeRedirect]),xe.array(r.beforeRetry)&&(i.hooks.beforeRetry=[...r.beforeRetry]),xe.array(r.afterResponse)&&(i.hooks.afterResponse=[...r.afterResponse])),xe.object(t.pagination)&&(i.pagination={...t.pagination}),i},z0t=t=>{let r=[t.timeout.socket,t.timeout.connect,t.timeout.lookup,t.timeout.request,t.timeout.secureConnect].filter(o=>typeof o=="number");if(r.length>0)return Math.min(...r)},A0e=(t,r,o)=>{let i=t.hooks?.init;if(i)for(let n of i)n(r,o)},ts=class{_unixOptions;_internals;_merging;_init;constructor(r,o,i){if(pt.any([xe.string,xe.urlInstance,xe.object,xe.undefined],r),pt.any([xe.object,xe.undefined],o),pt.any([xe.object,xe.undefined],i),r instanceof ts||o instanceof ts)throw new TypeError("The defaults must be passed as the third argument");this._internals=V0t(i?._internals??i??G0t),this._init=[...i?._init??[]],this._merging=!1,this._unixOptions=void 0;try{if(xe.plainObject(r))try{this.merge(r),this.merge(o)}finally{this.url=r.url}else try{this.merge(o)}finally{if(o?.url!==void 0)if(r===void 0)this.url=o.url;else throw new TypeError("The `url` option is mutually exclusive with the `input` argument");else r!==void 0&&(this.url=r)}}catch(n){throw n.options=this,n}}merge(r){if(!!r){if(r instanceof ts){for(let o of r._init)this.merge(o);return}r=q0t(r),A0e(this,r,this),A0e(r,r,this),this._merging=!0,"isStream"in r&&(this.isStream=r.isStream);try{let o=!1;for(let i in r){if(i==="mutableDefaults"||i==="handlers"||i==="url")continue;if(!(i in this))throw new Error(`Unexpected option: ${i}`);let n=r[i];n!==void 0&&(this[i]=n,o=!0)}o&&this._init.push(r)}finally{this._merging=!1}}}get request(){return this._internals.request}set request(r){pt.any([xe.function_,xe.undefined],r),this._internals.request=r}get agent(){return this._internals.agent}set agent(r){pt.plainObject(r);for(let o in r){if(!(o in this._internals.agent))throw new TypeError(`Unexpected agent option: ${o}`);pt.any([xe.object,xe.undefined],r[o])}this._merging?Object.assign(this._internals.agent,r):this._internals.agent={...r}}get h2session(){return this._internals.h2session}set h2session(r){this._internals.h2session=r}get decompress(){return this._internals.decompress}set decompress(r){pt.boolean(r),this._internals.decompress=r}get timeout(){return this._internals.timeout}set timeout(r){pt.plainObject(r);for(let o in r){if(!(o in this._internals.timeout))throw new Error(`Unexpected timeout option: ${o}`);pt.any([xe.number,xe.undefined],r[o])}this._merging?Object.assign(this._internals.timeout,r):this._internals.timeout={...r}}get prefixUrl(){return this._internals.prefixUrl}set prefixUrl(r){if(pt.any([xe.string,xe.urlInstance],r),r===""){this._internals.prefixUrl="";return}if(r=r.toString(),r.endsWith("/")||(r+="/"),this._internals.prefixUrl&&this._internals.url){let{href:o}=this._internals.url;this._internals.url.href=r+o.slice(this._internals.prefixUrl.length)}this._internals.prefixUrl=r}get body(){return this._internals.body}set body(r){pt.any([xe.string,xe.buffer,xe.nodeStream,xe.generator,xe.asyncGenerator,z2,xe.undefined],r),xe.nodeStream(r)&&pt.truthy(r.readable),r!==void 0&&(pt.undefined(this._internals.form),pt.undefined(this._internals.json)),this._internals.body=r}get form(){return this._internals.form}set form(r){pt.any([xe.plainObject,xe.undefined],r),r!==void 0&&(pt.undefined(this._internals.body),pt.undefined(this._internals.json)),this._internals.form=r}get json(){return this._internals.json}set json(r){r!==void 0&&(pt.undefined(this._internals.body),pt.undefined(this._internals.form)),this._internals.json=r}get url(){return this._internals.url}set url(r){if(pt.any([xe.string,xe.urlInstance,xe.undefined],r),r===void 0){this._internals.url=void 0;return}if(xe.string(r)&&r.startsWith("/"))throw new Error("`url` must not start with a slash");let o=`${this.prefixUrl}${r.toString()}`,i=new URL(o);if(this._internals.url=i,i.protocol==="unix:"&&(i.href=`http://unix${i.pathname}${i.search}`),i.protocol!=="http:"&&i.protocol!=="https:"){let n=new Error(`Unsupported protocol: ${i.protocol}`);throw n.code="ERR_UNSUPPORTED_PROTOCOL",n}if(this._internals.username&&(i.username=this._internals.username,this._internals.username=""),this._internals.password&&(i.password=this._internals.password,this._internals.password=""),this._internals.searchParams&&(i.search=this._internals.searchParams.toString(),this._internals.searchParams=void 0),i.hostname==="unix"){if(!this._internals.enableUnixSockets)throw new Error("Using UNIX domain sockets but option `enableUnixSockets` is not enabled");let n=/(?<socketPath>.+?):(?<path>.+)/.exec(`${i.pathname}${i.search}`);if(n?.groups){let{socketPath:s,path:p}=n.groups;this._unixOptions={socketPath:s,path:p,host:""}}else this._unixOptions=void 0;return}this._unixOptions=void 0}get cookieJar(){return this._internals.cookieJar}set cookieJar(r){if(pt.any([xe.object,xe.undefined],r),r===void 0){this._internals.cookieJar=void 0;return}let{setCookie:o,getCookieString:i}=r;pt.function_(o),pt.function_(i),o.length===4&&i.length===0?(o=(0,i3.promisify)(o.bind(r)),i=(0,i3.promisify)(i.bind(r)),this._internals.cookieJar={setCookie:o,getCookieString:i}):this._internals.cookieJar=r}get signal(){return this._internals.signal}set signal(r){pt.object(r),this._internals.signal=r}get ignoreInvalidCookies(){return this._internals.ignoreInvalidCookies}set ignoreInvalidCookies(r){pt.boolean(r),this._internals.ignoreInvalidCookies=r}get searchParams(){return this._internals.url?this._internals.url.searchParams:(this._internals.searchParams===void 0&&(this._internals.searchParams=new URLSearchParams),this._internals.searchParams)}set searchParams(r){pt.any([xe.string,xe.object,xe.undefined],r);let o=this._internals.url;if(r===void 0){this._internals.searchParams=void 0,o&&(o.search="");return}let i=this.searchParams,n;if(xe.string(r))n=new URLSearchParams(r);else if(r instanceof URLSearchParams)n=r;else{H0t(r),n=new URLSearchParams;for(let s in r){let p=r[s];p===null?n.append(s,""):p===void 0?i.delete(s):n.append(s,p)}}if(this._merging){for(let s of n.keys())i.delete(s);for(let[s,p]of n)i.append(s,p)}else o?o.search=i.toString():this._internals.searchParams=i}get searchParameters(){throw new Error("The `searchParameters` option does not exist. Use `searchParams` instead.")}set searchParameters(r){throw new Error("The `searchParameters` option does not exist. Use `searchParams` instead.")}get dnsLookup(){return this._internals.dnsLookup}set dnsLookup(r){pt.any([xe.function_,xe.undefined],r),this._internals.dnsLookup=r}get dnsCache(){return this._internals.dnsCache}set dnsCache(r){pt.any([xe.object,xe.boolean,xe.undefined],r),r===!0?this._internals.dnsCache=j0t():r===!1?this._internals.dnsCache=void 0:this._internals.dnsCache=r}get context(){return this._internals.context}set context(r){pt.object(r),this._merging?Object.assign(this._internals.context,r):this._internals.context={...r}}get hooks(){return this._internals.hooks}set hooks(r){pt.object(r);for(let o in r){if(!(o in this._internals.hooks))throw new Error(`Unexpected hook event: ${o}`);let i=o,n=r[i];if(pt.any([xe.array,xe.undefined],n),n)for(let s of n)pt.function_(s);if(this._merging)n&&this._internals.hooks[i].push(...n);else{if(!n)throw new Error(`Missing hook event: ${o}`);this._internals.hooks[o]=[...n]}}}get followRedirect(){return this._internals.followRedirect}set followRedirect(r){pt.any([xe.boolean,xe.function_],r),this._internals.followRedirect=r}get followRedirects(){throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.")}set followRedirects(r){throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.")}get maxRedirects(){return this._internals.maxRedirects}set maxRedirects(r){pt.number(r),this._internals.maxRedirects=r}get cache(){return this._internals.cache}set cache(r){pt.any([xe.object,xe.string,xe.boolean,xe.undefined],r),r===!0?this._internals.cache=W0t:r===!1?this._internals.cache=void 0:this._internals.cache=r}get throwHttpErrors(){return this._internals.throwHttpErrors}set throwHttpErrors(r){pt.boolean(r),this._internals.throwHttpErrors=r}get username(){let r=this._internals.url,o=r?r.username:this._internals.username;return decodeURIComponent(o)}set username(r){pt.string(r);let o=this._internals.url,i=encodeURIComponent(r);o?o.username=i:this._internals.username=i}get password(){let r=this._internals.url,o=r?r.password:this._internals.password;return decodeURIComponent(o)}set password(r){pt.string(r);let o=this._internals.url,i=encodeURIComponent(r);o?o.password=i:this._internals.password=i}get http2(){return this._internals.http2}set http2(r){pt.boolean(r),this._internals.http2=r}get allowGetBody(){return this._internals.allowGetBody}set allowGetBody(r){pt.boolean(r),this._internals.allowGetBody=r}get headers(){return this._internals.headers}set headers(r){pt.plainObject(r),this._merging?Object.assign(this._internals.headers,Xg(r)):this._internals.headers=Xg(r)}get methodRewriting(){return this._internals.methodRewriting}set methodRewriting(r){pt.boolean(r),this._internals.methodRewriting=r}get dnsLookupIpVersion(){return this._internals.dnsLookupIpVersion}set dnsLookupIpVersion(r){if(r!==void 0&&r!==4&&r!==6)throw new TypeError(`Invalid DNS lookup IP version: ${r}`);this._internals.dnsLookupIpVersion=r}get parseJson(){return this._internals.parseJson}set parseJson(r){pt.function_(r),this._internals.parseJson=r}get stringifyJson(){return this._internals.stringifyJson}set stringifyJson(r){pt.function_(r),this._internals.stringifyJson=r}get retry(){return this._internals.retry}set retry(r){if(pt.plainObject(r),pt.any([xe.function_,xe.undefined],r.calculateDelay),pt.any([xe.number,xe.undefined],r.maxRetryAfter),pt.any([xe.number,xe.undefined],r.limit),pt.any([xe.array,xe.undefined],r.methods),pt.any([xe.array,xe.undefined],r.statusCodes),pt.any([xe.array,xe.undefined],r.errorCodes),pt.any([xe.number,xe.undefined],r.noise),r.noise&&Math.abs(r.noise)>100)throw new Error(`The maximum acceptable retry noise is +/- 100ms, got ${r.noise}`);for(let i in r)if(!(i in this._internals.retry))throw new Error(`Unexpected retry option: ${i}`);this._merging?Object.assign(this._internals.retry,r):this._internals.retry={...r};let{retry:o}=this._internals;o.methods=[...new Set(o.methods.map(i=>i.toUpperCase()))],o.statusCodes=[...new Set(o.statusCodes)],o.errorCodes=[...new Set(o.errorCodes)]}get localAddress(){return this._internals.localAddress}set localAddress(r){pt.any([xe.string,xe.undefined],r),this._internals.localAddress=r}get method(){return this._internals.method}set method(r){pt.string(r),this._internals.method=r.toUpperCase()}get createConnection(){return this._internals.createConnection}set createConnection(r){pt.any([xe.function_,xe.undefined],r),this._internals.createConnection=r}get cacheOptions(){return this._internals.cacheOptions}set cacheOptions(r){pt.plainObject(r),pt.any([xe.boolean,xe.undefined],r.shared),pt.any([xe.number,xe.undefined],r.cacheHeuristic),pt.any([xe.number,xe.undefined],r.immutableMinTimeToLive),pt.any([xe.boolean,xe.undefined],r.ignoreCargoCult);for(let o in r)if(!(o in this._internals.cacheOptions))throw new Error(`Cache option \`${o}\` does not exist`);this._merging?Object.assign(this._internals.cacheOptions,r):this._internals.cacheOptions={...r}}get https(){return this._internals.https}set https(r){pt.plainObject(r),pt.any([xe.boolean,xe.undefined],r.rejectUnauthorized),pt.any([xe.function_,xe.undefined],r.checkServerIdentity),pt.any([xe.string,xe.object,xe.array,xe.undefined],r.certificateAuthority),pt.any([xe.string,xe.object,xe.array,xe.undefined],r.key),pt.any([xe.string,xe.object,xe.array,xe.undefined],r.certificate),pt.any([xe.string,xe.undefined],r.passphrase),pt.any([xe.string,xe.buffer,xe.array,xe.undefined],r.pfx),pt.any([xe.array,xe.undefined],r.alpnProtocols),pt.any([xe.string,xe.undefined],r.ciphers),pt.any([xe.string,xe.buffer,xe.undefined],r.dhparam),pt.any([xe.string,xe.undefined],r.signatureAlgorithms),pt.any([xe.string,xe.undefined],r.minVersion),pt.any([xe.string,xe.undefined],r.maxVersion),pt.any([xe.boolean,xe.undefined],r.honorCipherOrder),pt.any([xe.number,xe.undefined],r.tlsSessionLifetime),pt.any([xe.string,xe.undefined],r.ecdhCurve),pt.any([xe.string,xe.buffer,xe.array,xe.undefined],r.certificateRevocationLists);for(let o in r)if(!(o in this._internals.https))throw new Error(`HTTPS option \`${o}\` does not exist`);this._merging?Object.assign(this._internals.https,r):this._internals.https={...r}}get encoding(){return this._internals.encoding}set encoding(r){if(r===null)throw new TypeError("To get a Buffer, set `options.responseType` to `buffer` instead");pt.any([xe.string,xe.undefined],r),this._internals.encoding=r}get resolveBodyOnly(){return this._internals.resolveBodyOnly}set resolveBodyOnly(r){pt.boolean(r),this._internals.resolveBodyOnly=r}get isStream(){return this._internals.isStream}set isStream(r){pt.boolean(r),this._internals.isStream=r}get responseType(){return this._internals.responseType}set responseType(r){if(r===void 0){this._internals.responseType="text";return}if(r!=="text"&&r!=="buffer"&&r!=="json")throw new Error(`Invalid \`responseType\` option: ${r}`);this._internals.responseType=r}get pagination(){return this._internals.pagination}set pagination(r){pt.object(r),this._merging?Object.assign(this._internals.pagination,r):this._internals.pagination=r}get auth(){throw new Error("Parameter `auth` is deprecated. Use `username` / `password` instead.")}set auth(r){throw new Error("Parameter `auth` is deprecated. Use `username` / `password` instead.")}get setHost(){return this._internals.setHost}set setHost(r){pt.boolean(r),this._internals.setHost=r}get maxHeaderSize(){return this._internals.maxHeaderSize}set maxHeaderSize(r){pt.any([xe.number,xe.undefined],r),this._internals.maxHeaderSize=r}get enableUnixSockets(){return this._internals.enableUnixSockets}set enableUnixSockets(r){pt.boolean(r),this._internals.enableUnixSockets=r}toJSON(){return{...this._internals}}[Symbol.for("nodejs.util.inspect.custom")](r,o){return(0,i3.inspect)(this._internals,o)}createNativeRequestOptions(){let r=this._internals,o=r.url,i;o.protocol==="https:"?i=r.http2?r.agent:r.agent.https:i=r.agent.http;let{https:n}=r,{pfx:s}=n;return xe.array(s)&&xe.plainObject(s[0])&&(s=s.map(p=>({buf:p.buffer,passphrase:p.passphrase}))),{...r.cacheOptions,...this._unixOptions,ALPNProtocols:n.alpnProtocols,ca:n.certificateAuthority,cert:n.certificate,key:n.key,passphrase:n.passphrase,pfx:n.pfx,rejectUnauthorized:n.rejectUnauthorized,checkServerIdentity:n.checkServerIdentity??F0e.checkServerIdentity,ciphers:n.ciphers,honorCipherOrder:n.honorCipherOrder,minVersion:n.minVersion,maxVersion:n.maxVersion,sigalgs:n.signatureAlgorithms,sessionTimeout:n.tlsSessionLifetime,dhparam:n.dhparam,ecdhCurve:n.ecdhCurve,crl:n.certificateRevocationLists,lookup:r.dnsLookup??r.dnsCache?.lookup,family:r.dnsLookupIpVersion,agent:i,setHost:r.setHost,method:r.method,maxHeaderSize:r.maxHeaderSize,localAddress:r.localAddress,headers:r.headers,createConnection:r.createConnection,timeout:r.http2?z0t(r):void 0,h2session:r.h2session}}getRequestFunction(){let r=this._internals.url,{request:o}=this._internals;return!o&&r?this.getFallbackRequestFunction():o}getFallbackRequestFunction(){let r=this._internals.url;if(!!r){if(r.protocol==="https:"){if(this._internals.http2){if(x0e<15||x0e===15&&U0t<10){let o=new Error("To use the `http2` option, install Node.js 15.10.0 or above");throw o.code="EUNSUPPORTED",o}return k0e.default.auto}return D0e.default.request}return R0e.default.request}}freeze(){let r=this._internals;Object.freeze(r),Object.freeze(r.hooks),Object.freeze(r.hooks.afterResponse),Object.freeze(r.hooks.beforeError),Object.freeze(r.hooks.beforeRedirect),Object.freeze(r.hooks.beforeRequest),Object.freeze(r.hooks.beforeRetry),Object.freeze(r.hooks.init),Object.freeze(r.https),Object.freeze(r.cacheOptions),Object.freeze(r.agent),Object.freeze(r.headers),Object.freeze(r.timeout),Object.freeze(r.retry),Object.freeze(r.retry.errorCodes),Object.freeze(r.retry.methods),Object.freeze(r.retry.statusCodes)}};var r0=t=>{let{statusCode:r}=t,{followRedirect:o}=t.request.options,n=(typeof o=="function"?o(t):o)?299:399;return r>=200&&r<=n||r===304},dT=class extends ni{constructor(r,o){let{options:i}=o.request;super(`${r.message} in "${i.url.toString()}"`,r,o.request),this.name="ParseError",this.code="ERR_BODY_PARSE_FAILURE"}},BM=(t,r,o,i)=>{let{rawBody:n}=t;try{if(r==="text")return n.toString(i);if(r==="json")return n.length===0?"":o(n.toString(i));if(r==="buffer")return n}catch(s){throw new dT(s,t)}throw new dT({message:`Unknown body type '${r}'`,name:"Error"},t)};function J0t(t){return t.writable&&!t.writableEnded}var M0e=J0t;function fT(t){return t.protocol==="unix:"||t.hostname==="unix"}var K0t=xe.string(PM.default.versions.brotli),X0t=new Set(["GET","HEAD"]),OM=new Y2,Y0t=new Set([300,301,302,303,304,307,308]),Z0t=["socket","connect","continue","information","upgrade"],hT=()=>{},rc=class extends I0e.Duplex{["constructor"];_noPipe;options;response;requestUrl;redirectUrls;retryCount;_stopRetry;_downloadedSize;_uploadedSize;_stopReading;_pipedServerResponses;_request;_responseSize;_bodySize;_unproxyEvents;_isFromCache;_cannotHaveBody;_triggerRead;_cancelTimeouts;_removeListeners;_nativeResponse;_flushed;_aborted;_requestInitialized;constructor(r,o,i){super({autoDestroy:!1,highWaterMark:0}),this._downloadedSize=0,this._uploadedSize=0,this._stopReading=!1,this._pipedServerResponses=new Set,this._cannotHaveBody=!1,this._unproxyEvents=hT,this._triggerRead=!1,this._cancelTimeouts=hT,this._removeListeners=hT,this._jobs=[],this._flushed=!1,this._requestInitialized=!1,this._aborted=!1,this.redirectUrls=[],this.retryCount=0,this._stopRetry=hT,this.on("pipe",s=>{s?.headers&&Object.assign(this.options.headers,s.headers)}),this.on("newListener",s=>{if(s==="retry"&&this.listenerCount("retry")>0)throw new Error("A retry listener has been attached already.")});try{if(this.options=new ts(r,o,i),!this.options.url){if(this.options.prefixUrl==="")throw new TypeError("Missing `url` property");this.options.url=""}this.requestUrl=this.options.url}catch(s){let{options:p}=s;p&&(this.options=p),this.flush=async()=>{this.flush=async()=>{},this.destroy(s)};return}let{body:n}=this.options;if(xe.nodeStream(n)&&n.once("error",s=>{this._flushed?this._beforeError(new N2(s,this)):this.flush=async()=>{this.flush=async()=>{},this._beforeError(new N2(s,this))}}),this.options.signal){let s=()=>{this.destroy(new qS(this))};this.options.signal.aborted?s():(this.options.signal.addEventListener("abort",s),this._removeListeners=()=>{this.options.signal?.removeEventListener("abort",s)})}}async flush(){if(!this._flushed){this._flushed=!0;try{if(await this._finalizeBody(),this.destroyed)return;if(await this._makeRequest(),this.destroyed){this._request?.destroy();return}for(let r of this._jobs)r();this._jobs.length=0,this._requestInitialized=!0}catch(r){this._beforeError(r)}}}_beforeError(r){if(this._stopReading)return;let{response:o,options:i}=this,n=this.retryCount+(r.name==="RetryError"?0:1);this._stopReading=!0,r instanceof ni||(r=new ni(r.message,r,this));let s=r;(async()=>{if(o?.readable&&!o.rawBody&&!this._request?.socket?.destroyed&&(o.setEncoding(this.readableEncoding),await this._setRawBody(o)&&(o.body=o.rawBody.toString())),this.listenerCount("retry")!==0){let p;try{let u;o&&"retry-after"in o.headers&&(u=Number(o.headers["retry-after"]),Number.isNaN(u)?(u=Date.parse(o.headers["retry-after"])-Date.now(),u<=0&&(u=1)):u*=1e3);let l=i.retry;p=await l.calculateDelay({attemptCount:n,retryOptions:l,error:s,retryAfter:u,computedValue:gge({attemptCount:n,retryOptions:l,error:s,retryAfter:u,computedValue:l.maxRetryAfter??i.timeout.request??Number.POSITIVE_INFINITY})})}catch(u){this._error(new ni(u.message,u,this));return}if(p){if(await new Promise(u=>{let l=setTimeout(u,p);this._stopRetry=()=>{clearTimeout(l),u()}}),this.destroyed)return;try{for(let u of this.options.hooks.beforeRetry)await u(s,this.retryCount+1)}catch(u){this._error(new ni(u.message,r,this));return}if(this.destroyed)return;this.destroy(),this.emit("retry",this.retryCount+1,r,u=>{let l=new rc(i.url,u,i);return l.retryCount=this.retryCount+1,PM.default.nextTick(()=>{l.flush()}),l});return}}this._error(s)})()}_read(){this._triggerRead=!0;let{response:r}=this;if(r&&!this._stopReading){r.readableLength&&(this._triggerRead=!1);let o;for(;(o=r.read())!==null;){this._downloadedSize+=o.length;let i=this.downloadProgress;i.percent<1&&this.emit("downloadProgress",i),this.push(o)}}}_write(r,o,i){let n=()=>{this._writeRequest(r,o,i)};this._requestInitialized?n():this._jobs.push(n)}_final(r){let o=()=>{if(!this._request||this._request.destroyed){r();return}this._request.end(i=>{this._request._writableState?.errored||(i||(this._bodySize=this._uploadedSize,this.emit("uploadProgress",this.uploadProgress),this._request.emit("upload-complete")),r(i))})};this._requestInitialized?o():this._jobs.push(o)}_destroy(r,o){if(this._stopReading=!0,this.flush=async()=>{},this._stopRetry(),this._cancelTimeouts(),this._removeListeners(),this.options){let{body:i}=this.options;xe.nodeStream(i)&&i.destroy()}this._request&&this._request.destroy(),r!==null&&!xe.undefined(r)&&!(r instanceof ni)&&(r=new ni(r.message,r,this)),o(r)}pipe(r,o){return r instanceof n3.ServerResponse&&this._pipedServerResponses.add(r),super.pipe(r,o)}unpipe(r){return r instanceof n3.ServerResponse&&this._pipedServerResponses.delete(r),super.unpipe(r),this}async _finalizeBody(){let{options:r}=this,{headers:o}=r,i=!xe.undefined(r.form),n=!xe.undefined(r.json),s=!xe.undefined(r.body),p=X0t.has(r.method)&&!(r.method==="GET"&&r.allowGetBody);if(this._cannotHaveBody=p,i||n||s){if(p)throw new TypeError(`The \`${r.method}\` method cannot be used with a body`);let u=!xe.string(o["content-type"]);if(s){if(z2(r.body)){let m=new lge(r.body);u&&(o["content-type"]=m.headers["Content-Type"]),"Content-Length"in m.headers&&(o["content-length"]=m.headers["Content-Length"]),r.body=m.encode()}J2(r.body)&&u&&(o["content-type"]=`multipart/form-data; boundary=${r.body.getBoundary()}`)}else if(i){u&&(o["content-type"]="application/x-www-form-urlencoded");let{form:m}=r;r.form=void 0,r.body=new URLSearchParams(m).toString()}else{u&&(o["content-type"]="application/json");let{json:m}=r;r.json=void 0,r.body=r.stringifyJson(m)}let l=await nM(r.body,r.headers);xe.undefined(o["content-length"])&&xe.undefined(o["transfer-encoding"])&&!p&&!xe.undefined(l)&&(o["content-length"]=String(l))}r.responseType==="json"&&!("accept"in r.headers)&&(r.headers.accept="application/json"),this._bodySize=Number(o["content-length"])||void 0}async _onResponseBase(r){if(this.isAborted)return;let{options:o}=this,{url:i}=o;this._nativeResponse=r,o.decompress&&(r=(0,C0e.default)(r));let n=r.statusCode,s=r;s.statusMessage=s.statusMessage??n3.default.STATUS_CODES[n],s.url=o.url.toString(),s.requestUrl=this.requestUrl,s.redirectUrls=this.redirectUrls,s.request=this,s.isFromCache=this._nativeResponse.fromCache??!1,s.ip=this.ip,s.retryCount=this.retryCount,s.ok=r0(s),this._isFromCache=s.isFromCache,this._responseSize=Number(r.headers["content-length"])||void 0,this.response=s,r.once("end",()=>{this._responseSize=this._downloadedSize,this.emit("downloadProgress",this.downloadProgress)}),r.once("error",u=>{this._aborted=!0,r.destroy(),this._beforeError(new L2(u,this))}),r.once("aborted",()=>{this._aborted=!0,this._beforeError(new L2({name:"Error",message:"The server aborted pending request",code:"ECONNRESET"},this))}),this.emit("downloadProgress",this.downloadProgress);let p=r.headers["set-cookie"];if(xe.object(o.cookieJar)&&p){let u=p.map(async l=>o.cookieJar.setCookie(l,i.toString()));o.ignoreInvalidCookies&&(u=u.map(async l=>{try{await l}catch{}}));try{await Promise.all(u)}catch(l){this._beforeError(l);return}}if(!this.isAborted){if(r.headers.location&&Y0t.has(n)&&(typeof o.followRedirect=="function"?o.followRedirect(s):o.followRedirect)){if(r.resume(),this._cancelTimeouts(),this._unproxyEvents(),this.redirectUrls.length>=o.maxRedirects){this._beforeError(new WS(this));return}this._request=void 0;let l=new ts(void 0,void 0,this.options),m=n===303&&l.method!=="GET"&&l.method!=="HEAD",g=n!==307&&n!==308,T=l.methodRewriting&&g;(m||T)&&(l.method="GET",l.body=void 0,l.json=void 0,l.form=void 0,delete l.headers["content-length"]);try{let E=gT.Buffer.from(r.headers.location,"binary").toString(),y=new URL(E,i);if(!fT(i)&&fT(y)){this._beforeError(new ni("Cannot redirect to UNIX socket",{},this));return}y.hostname!==i.hostname||y.port!==i.port?("host"in l.headers&&delete l.headers.host,"cookie"in l.headers&&delete l.headers.cookie,"authorization"in l.headers&&delete l.headers.authorization,(l.username||l.password)&&(l.username="",l.password="")):(y.username=l.username,y.password=l.password),this.redirectUrls.push(y),l.prefixUrl="",l.url=y;for(let S of l.hooks.beforeRedirect)await S(l,s);this.emit("redirect",l,s),this.options=l,await this._makeRequest()}catch(E){this._beforeError(E);return}return}if(o.isStream&&o.throwHttpErrors&&!r0(s)){this._beforeError(new bd(s));return}if(r.on("readable",()=>{this._triggerRead&&this._read()}),this.on("resume",()=>{r.resume()}),this.on("pause",()=>{r.pause()}),r.once("end",()=>{this.push(null)}),this._noPipe){await this._setRawBody()&&this.emit("response",r);return}this.emit("response",r);for(let u of this._pipedServerResponses)if(!u.headersSent){for(let l in r.headers){let m=o.decompress?l!=="content-encoding":!0,g=r.headers[l];m&&u.setHeader(l,g)}u.statusCode=n}}}async _setRawBody(r=this){if(r.readableEnded)return!1;try{let o=await eM(r);if(!this.isAborted)return this.response.rawBody=o,!0}catch{}return!1}async _onResponse(r){try{await this._onResponseBase(r)}catch(o){this._beforeError(o)}}_onRequest(r){let{options:o}=this,{timeout:i,url:n}=o;A1e(r),this.options.http2&&r.setTimeout(0),this._cancelTimeouts=aM(r,i,n);let s=o.cache?"cacheableResponse":"response";r.once(s,p=>{this._onResponse(p)}),r.once("error",p=>{this._aborted=!0,r.destroy(),p=p instanceof X2?new GS(p,this.timings,this):new ni(p.message,p,this),this._beforeError(p)}),this._unproxyEvents=K2(r,this,Z0t),this._request=r,this.emit("uploadProgress",this.uploadProgress),this._sendBody(),this.emit("request",r)}async _asyncWrite(r){return new Promise((o,i)=>{super.write(r,n=>{if(n){i(n);return}o()})})}_sendBody(){let{body:r}=this.options,o=this.redirectUrls.length===0?this:this._request??this;xe.nodeStream(r)?r.pipe(o):xe.generator(r)||xe.asyncGenerator(r)?(async()=>{try{for await(let i of r)await this._asyncWrite(i);super.end()}catch(i){this._beforeError(i)}})():xe.undefined(r)?(this._cannotHaveBody||this._noPipe)&&o.end():(this._writeRequest(r,void 0,()=>{}),o.end())}_prepareCache(r){if(!OM.has(r)){let o=new H1e((i,n)=>{let s=i._request(i,n);return xe.promise(s)&&(s.once=(p,u)=>{if(p==="error")(async()=>{try{await s}catch(l){u(l)}})();else if(p==="abort")(async()=>{try{(await s).once("abort",u)}catch{}})();else throw new Error(`Unknown HTTP2 promise event: ${p}`);return s}),s},r);OM.set(r,o.request())}}async _createCacheableRequest(r,o){return new Promise((i,n)=>{Object.assign(o,pM(r));let s,p=OM.get(o.cache)(o,async u=>{if(u._readableState.autoDestroy=!1,s){let l=()=>{u.req&&(u.complete=u.req.res.complete)};u.prependOnceListener("end",l),l(),(await s).emit("cacheableResponse",u)}i(u)});p.once("error",n),p.once("request",async u=>{s=u,i(s)})})}async _makeRequest(){let{options:r}=this,{headers:o,username:i,password:n}=r,s=r.cookieJar;for(let m in o)if(xe.undefined(o[m]))delete o[m];else if(xe.null_(o[m]))throw new TypeError(`Use \`undefined\` instead of \`null\` to delete the \`${m}\` header`);if(r.decompress&&xe.undefined(o["accept-encoding"])&&(o["accept-encoding"]=K0t?"gzip, deflate, br":"gzip, deflate"),i||n){let m=gT.Buffer.from(`${i}:${n}`).toString("base64");o.authorization=`Basic ${m}`}if(s){let m=await s.getCookieString(r.url.toString());xe.nonEmptyString(m)&&(o.cookie=m)}r.prefixUrl="";let p;for(let m of r.hooks.beforeRequest){let g=await m(r);if(!xe.undefined(g)){p=()=>g;break}}p||(p=r.getRequestFunction());let u=r.url;this._requestOptions=r.createNativeRequestOptions(),r.cache&&(this._requestOptions._request=p,this._requestOptions.cache=r.cache,this._requestOptions.body=r.body,this._prepareCache(r.cache));let l=r.cache?this._createCacheableRequest:p;try{let m=l(u,this._requestOptions);xe.promise(m)&&(m=await m),xe.undefined(m)&&(m=r.getFallbackRequestFunction()(u,this._requestOptions),xe.promise(m)&&(m=await m)),M0e(m)?this._onRequest(m):this.writable?(this.once("finish",()=>{this._onResponse(m)}),this._sendBody()):this._onResponse(m)}catch(m){throw m instanceof ec?new jS(m,this):m}}async _error(r){try{if(!(r instanceof bd&&!this.options.throwHttpErrors))for(let o of this.options.hooks.beforeError)r=await o(r)}catch(o){r=new ni(o.message,o,this)}this.destroy(r)}_writeRequest(r,o,i){!this._request||this._request.destroyed||this._request.write(r,o,n=>{if(!n&&!this._request.destroyed){this._uploadedSize+=gT.Buffer.byteLength(r,o);let s=this.uploadProgress;s.percent<1&&this.emit("uploadProgress",s)}i(n)})}get ip(){return this.socket?.remoteAddress}get isAborted(){return this._aborted}get socket(){return this._request?.socket??void 0}get downloadProgress(){let r;return this._responseSize?r=this._downloadedSize/this._responseSize:this._responseSize===this._downloadedSize?r=1:r=0,{percent:r,transferred:this._downloadedSize,total:this._responseSize}}get uploadProgress(){let r;return this._bodySize?r=this._uploadedSize/this._bodySize:this._bodySize===this._uploadedSize?r=1:r=0,{percent:r,transferred:this._uploadedSize,total:this._bodySize}}get timings(){return this._request?.timings}get isFromCache(){return this._isFromCache}get reusedSocket(){return this._request?.reusedSocket}};var mT=class extends ni{constructor(r){super("Promise was canceled",{},r),this.name="CancelError",this.code="ERR_CANCELED"}get isCanceled(){return!0}};var Q0t=["request","response","redirect","uploadProgress","downloadProgress"];function yT(t){let r,o,i,n=new B0e.EventEmitter,s=new yd((u,l,m)=>{m(()=>{r.destroy()}),m.shouldReject=!1,m(()=>{l(new mT(r))});let g=T=>{m(()=>{});let E=t??new rc(void 0,void 0,i);E.retryCount=T,E._noPipe=!0,r=E,E.once("response",async x=>{let M=(x.headers["content-encoding"]??"").toLowerCase(),O=M==="gzip"||M==="deflate"||M==="br",{options:q}=E;if(O&&!q.decompress)x.body=x.rawBody;else try{x.body=BM(x,q.responseType,q.parseJson,q.encoding)}catch(K){if(x.body=x.rawBody.toString(),r0(x)){E._beforeError(K);return}}try{let K=q.hooks.afterResponse;for(let[Z,pe]of K.entries())if(x=await pe(x,async se=>{throw q.merge(se),q.prefixUrl="",se.url&&(q.url=se.url),q.hooks.afterResponse=q.hooks.afterResponse.slice(0,Z),new VS(E)}),!(xe.object(x)&&xe.number(x.statusCode)&&!xe.nullOrUndefined(x.body)))throw new TypeError("The `afterResponse` hook returned an invalid value")}catch(K){E._beforeError(K);return}if(o=x,!r0(x)){E._beforeError(new bd(x));return}E.destroy(),u(E.options.resolveBodyOnly?x.body:x)});let y=x=>{if(s.isCanceled)return;let{options:M}=E;if(x instanceof bd&&!M.throwHttpErrors){let{response:O}=x;E.destroy(),u(E.options.resolveBodyOnly?O.body:O);return}l(x)};E.once("error",y);let S=E.options?.body;E.once("retry",(x,M)=>{t=void 0;let O=E.options.body;if(S===O&&xe.nodeStream(O)){M.message="Cannot retry with consumed body stream",y(M);return}i=E.options,g(x)}),K2(E,n,Q0t),xe.undefined(t)&&E.flush()};g(0)});s.on=(u,l)=>(n.on(u,l),s),s.off=(u,l)=>(n.off(u,l),s);let p=u=>{let l=(async()=>{await s;let{options:m}=o.request;return BM(o,u,m.parseJson,m.encoding)})();return Object.defineProperties(l,Object.getOwnPropertyDescriptors(s)),l};return s.json=()=>{if(r.options){let{headers:u}=r.options;!r.writableFinished&&!("accept"in u)&&(u.accept="application/json")}return p("json")},s.buffer=()=>p("buffer"),s.text=()=>p("text"),s}var emt=async t=>new Promise(r=>{setTimeout(r,t)}),tmt=t=>xe.function_(t),rmt=["get","post","put","patch","head","delete"],O0e=t=>{t={options:new ts(void 0,void 0,t.options),handlers:[...t.handlers],mutableDefaults:t.mutableDefaults},Object.defineProperty(t,"mutableDefaults",{enumerable:!0,configurable:!1,writable:!1});let r=(i,n,s=t.options)=>{let p=new rc(i,n,s),u,l=T=>(p.options=T,p._noPipe=!T.isStream,p.flush(),T.isStream?p:(u||(u=yT(p)),u)),m=0,g=T=>{let y=(t.handlers[m++]??l)(T,g);if(xe.promise(y)&&!p.options.isStream&&(u||(u=yT(p)),y!==u)){let S=Object.getOwnPropertyDescriptors(u);for(let x in S)x in y&&delete S[x];Object.defineProperties(y,S),y.cancel=u.cancel}return y};return g(p.options)};r.extend=(...i)=>{let n=new ts(void 0,void 0,t.options),s=[...t.handlers],p;for(let u of i)tmt(u)?(n.merge(u.defaults.options),s.push(...u.defaults.handlers),p=u.defaults.mutableDefaults):(n.merge(u),u.handlers&&s.push(...u.handlers),p=u.mutableDefaults);return O0e({options:n,handlers:s,mutableDefaults:Boolean(p)})};let o=async function*(i,n){let s=new ts(i,n,t.options);s.resolveBodyOnly=!1;let{pagination:p}=s;pt.function_(p.transform),pt.function_(p.shouldContinue),pt.function_(p.filter),pt.function_(p.paginate),pt.number(p.countLimit),pt.number(p.requestLimit),pt.number(p.backoff);let u=[],{countLimit:l}=p,m=0;for(;m<p.requestLimit;){m!==0&&await emt(p.backoff);let g=await r(void 0,void 0,s),T=await p.transform(g),E=[];pt.array(T);for(let S of T)if(p.filter({item:S,currentItems:E,allItems:u})&&(!p.shouldContinue({item:S,currentItems:E,allItems:u})||(yield S,p.stackAllItems&&u.push(S),E.push(S),--l<=0)))return;let y=p.paginate({response:g,currentItems:E,allItems:u});if(y===!1)return;y===g.request.options?s=g.request.options:(s.merge(y),pt.any([xe.urlInstance,xe.undefined],y.url),y.url!==void 0&&(s.prefixUrl="",s.url=y.url)),m++}};r.paginate=o,r.paginate.all=async(i,n)=>{let s=[];for await(let p of o(i,n))s.push(p);return s},r.paginate.each=o,r.stream=(i,n)=>r(i,{...n,isStream:!0});for(let i of rmt)r[i]=(n,s)=>r(n,{...s,method:i}),r.stream[i]=(n,s)=>r(n,{...s,method:i,isStream:!0});return t.mutableDefaults||(Object.freeze(t.handlers),t.options.freeze()),Object.defineProperty(r,"defaults",{value:t,writable:!1,configurable:!1,enumerable:!0}),r},P0e=O0e;var omt={options:new ts,handlers:[],mutableDefaults:!1},imt=P0e(omt),bT=imt;async function N0e(t){try{return(await bT.get(t)).statusCode===200}catch{return!1}}var nmt=Qi()("NftFixOptions"),vT=class{constructor(r){this.options=r,this.client=new L0e.default(this.options.chainHost)}async findFactoriesByOwnerDid(r){return await this.client.listFactories({ownerAddress:r,paging:{size:1e4}})}async findAssetsByFactoryDid(r){return await this.client.listAssets({factoryAddress:r,paging:{size:1e4}})}async fixByOwnerDid(r){let o=await this.findFactoriesByOwnerDid(r);await bk(o.factories.map(i=>async()=>{await this.fixByFactoryDid(i.address)}))}async fixByFactoryDid(r){let o=await this.findAssetsByFactoryDid(r);await bk(o.assets.map(i=>async()=>{await this.fixByAssetDid(i.address)}))}async fixByAssetDid(r){let{state:o}=await this.client.getAssetState({address:r}),{state:i}=await this.client.getFactoryState({address:o.parent});if(o.display.type==="url")try{let n=NS(`${o.display.content}?assetId=${o.address}`);if(!await N0e(n))if(this.options.fix){let s=i.hooks.find(p=>p.name==="postMint"&&p.type==="url");if(!s){console.error("no postMint hook",o);return}await bT.post(`${s.hook}?assetId=${o.address}`),console.log("Unavailable asset nft display found (fixed)",LS(this.options.chainHost,o.address))}else console.log("Unavailable asset nft display found (not fixed)",LS(this.options.chainHost,o.address))}catch(n){console.log("Unavailable asset nft display found (not fixed and throw an error)",LS(this.options.chainHost,o.address),{message:n.message}),nmt("postMint error",{asset:o,error:n})}}async fix(){if(this.options.ownerDid)await this.fixByOwnerDid(this.options.ownerDid);else if(this.options.factoryDid)await this.fixByFactoryDid(this.options.factoryDid);else if(this.options.assetDid)await this.fixByAssetDid(this.options.assetDid);else throw new Error("no ownerDid or factoryDid or assetDid specified")}};function $0e(){let t=new Hn;return t.name("fix").option("-o, --owner-did <ownerDid>","Owner did").option("-f, --factory-did <factoryDid>","Factory did").option("-a, --asset-did <assetDid>","Asset did").option("--fix","Are you sure you want to fix it?",!1).option("-c, --chain-host <chainHost>","Chain host","https://main.abtnetwork.io/api/").description("Fix your nft").action(async r=>{if(!r.ownerDid&&!r.factoryDid&&!r.assetDid)return t.help();await new vT(r).fix()}),t}function U0e(){let t=new Hn;return t.name("nft").description("fix your nft, ...etc").addCommand($0e()),t}var{version:amt}=H0e();function W0e(){let t=new Hn;return t.name("mt").version(amt).action(async()=>{t.help()}),t.addCommand(wO()),t.addCommand(QN()),t.addCommand(iq()),t.addCommand(U0e()),t}var o4e=require("fs"),c5=require("path"),i4e=require("process"),n4e=gr(G6e());var HLt=new Uint8Array(0);var V6e=(t,r)=>{if(t===r)return!0;if(t.byteLength!==r.byteLength)return!1;for(let o=0;o<t.byteLength;o++)if(t[o]!==r[o])return!1;return!0},T0=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")};function Rvt(t,r){if(t.length>=255)throw new TypeError("Alphabet too long");for(var o=new Uint8Array(256),i=0;i<o.length;i++)o[i]=255;for(var n=0;n<t.length;n++){var s=t.charAt(n),p=s.charCodeAt(0);if(o[p]!==255)throw new TypeError(s+" is ambiguous");o[p]=n}var u=t.length,l=t.charAt(0),m=Math.log(u)/Math.log(256),g=Math.log(256)/Math.log(u);function T(S){if(S instanceof Uint8Array||(ArrayBuffer.isView(S)?S=new Uint8Array(S.buffer,S.byteOffset,S.byteLength):Array.isArray(S)&&(S=Uint8Array.from(S))),!(S instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(S.length===0)return"";for(var x=0,M=0,O=0,q=S.length;O!==q&&S[O]===0;)O++,x++;for(var K=(q-O)*g+1>>>0,Z=new Uint8Array(K);O!==q;){for(var pe=S[O],se=0,oe=K-1;(pe!==0||se<M)&&oe!==-1;oe--,se++)pe+=256*Z[oe]>>>0,Z[oe]=pe%u>>>0,pe=pe/u>>>0;if(pe!==0)throw new Error("Non-zero carry");M=se,O++}for(var le=K-M;le!==K&&Z[le]===0;)le++;for(var he=l.repeat(x);le<K;++le)he+=t.charAt(Z[le]);return he}function E(S){if(typeof S!="string")throw new TypeError("Expected String");if(S.length===0)return new Uint8Array;var x=0;if(S[x]!==" "){for(var M=0,O=0;S[x]===l;)M++,x++;for(var q=(S.length-x)*m+1>>>0,K=new Uint8Array(q);S[x];){var Z=o[S.charCodeAt(x)];if(Z===255)return;for(var pe=0,se=q-1;(Z!==0||pe<O)&&se!==-1;se--,pe++)Z+=u*K[se]>>>0,K[se]=Z%256>>>0,Z=Z/256>>>0;if(Z!==0)throw new Error("Non-zero carry");O=pe,x++}if(S[x]!==" "){for(var oe=q-O;oe!==q&&K[oe]===0;)oe++;for(var le=new Uint8Array(M+(q-oe)),he=M;oe!==q;)le[he++]=K[oe++];return le}}}function y(S){var x=E(S);if(x)return x;throw new Error(`Non-${r} character`)}return{encode:T,decodeUnsafe:E,decode:y}}var kvt=Rvt,Mvt=kvt,q6e=Mvt;var SC=class{constructor(r,o,i){this.name=r,this.prefix=o,this.baseEncode=i}encode(r){if(r instanceof Uint8Array)return`${this.prefix}${this.baseEncode(r)}`;throw Error("Unknown type, must be binary type")}},TC=class{constructor(r,o,i){if(this.name=r,this.prefix=o,o.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o.codePointAt(0),this.baseDecode=i}decode(r){if(typeof r=="string"){if(r.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(r)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(r.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(r){return z6e(this,r)}},EC=class{constructor(r){this.decoders=r}or(r){return z6e(this,r)}decode(r){let o=r[0],i=this.decoders[o];if(i)return i.decode(r);throw RangeError(`Unable to decode multibase string ${JSON.stringify(r)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},z6e=(t,r)=>new EC({...t.decoders||{[t.prefix]:t},...r.decoders||{[r.prefix]:r}}),_C=class{constructor(r,o,i,n){this.name=r,this.prefix=o,this.baseEncode=i,this.baseDecode=n,this.encoder=new SC(r,o,i),this.decoder=new TC(r,o,n)}encode(r){return this.encoder.encode(r)}decode(r){return this.decoder.decode(r)}},J6e=({name:t,prefix:r,encode:o,decode:i})=>new _C(t,r,o,i),xC=({prefix:t,name:r,alphabet:o})=>{let{encode:i,decode:n}=q6e(o,r);return J6e({prefix:t,name:r,encode:i,decode:s=>T0(n(s))})},Ivt=(t,r,o,i)=>{let n={};for(let g=0;g<r.length;++g)n[r[g]]=g;let s=t.length;for(;t[s-1]==="=";)--s;let p=new Uint8Array(s*o/8|0),u=0,l=0,m=0;for(let g=0;g<s;++g){let T=n[t[g]];if(T===void 0)throw new SyntaxError(`Non-${i} character`);l=l<<o|T,u+=o,u>=8&&(u-=8,p[m++]=255&l>>u)}if(u>=o||255&l<<8-u)throw new SyntaxError("Unexpected end of data");return p},Cvt=(t,r,o)=>{let i=r[r.length-1]==="=",n=(1<<o)-1,s="",p=0,u=0;for(let l=0;l<t.length;++l)for(u=u<<8|t[l],p+=8;p>o;)p-=o,s+=r[n&u>>p];if(p&&(s+=r[n&u<<o-p]),i)for(;s.length*o&7;)s+="=";return s},Qu=({name:t,prefix:r,bitsPerChar:o,alphabet:i})=>J6e({prefix:r,name:t,encode(n){return Cvt(n,i,o)},decode(n){return Ivt(n,i,o,t)}});var k3=Qu({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),zLt=Qu({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),JLt=Qu({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),KLt=Qu({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),XLt=Qu({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),YLt=Qu({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ZLt=Qu({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),QLt=Qu({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),e$t=Qu({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var sc=xC({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),o$t=xC({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Bvt=Y6e,K6e=128,Ovt=127,Pvt=~Ovt,Nvt=Math.pow(2,31);function Y6e(t,r,o){r=r||[],o=o||0;for(var i=o;t>=Nvt;)r[o++]=t&255|K6e,t/=128;for(;t&Pvt;)r[o++]=t&255|K6e,t>>>=7;return r[o]=t|0,Y6e.bytes=o-i+1,r}var Lvt=AC,$vt=128,X6e=127;function AC(t,i){var o=0,i=i||0,n=0,s=i,p,u=t.length;do{if(s>=u)throw AC.bytes=0,new RangeError("Could not decode varint");p=t[s++],o+=n<28?(p&X6e)<<n:(p&X6e)*Math.pow(2,n),n+=7}while(p>=$vt);return AC.bytes=s-i,o}var Uvt=Math.pow(2,7),Hvt=Math.pow(2,14),Wvt=Math.pow(2,21),jvt=Math.pow(2,28),Gvt=Math.pow(2,35),Vvt=Math.pow(2,42),qvt=Math.pow(2,49),zvt=Math.pow(2,56),Jvt=Math.pow(2,63),Kvt=function(t){return t<Uvt?1:t<Hvt?2:t<Wvt?3:t<jvt?4:t<Gvt?5:t<Vvt?6:t<qvt?7:t<zvt?8:t<Jvt?9:10},Xvt={encode:Bvt,decode:Lvt,encodingLength:Kvt},Yvt=Xvt,M3=Yvt;var I3=(t,r=0)=>[M3.decode(t,r),M3.decode.bytes],E0=(t,r,o=0)=>(M3.encode(t,r,o),r),_0=t=>M3.encodingLength(t);var FC=(t,r)=>{let o=r.byteLength,i=_0(t),n=i+_0(o),s=new Uint8Array(n+o);return E0(t,s,0),E0(o,s,i),s.set(r,n),new x0(t,o,r,s)},Z6e=t=>{let r=T0(t),[o,i]=I3(r),[n,s]=I3(r.subarray(i)),p=r.subarray(i+s);if(p.byteLength!==n)throw new Error("Incorrect length");return new x0(o,n,p,r)},Q6e=(t,r)=>{if(t===r)return!0;{let o=r;return t.code===o.code&&t.size===o.size&&o.bytes instanceof Uint8Array&&V6e(t.bytes,o.bytes)}},x0=class{constructor(r,o,i,n){this.code=r,this.size=o,this.digest=i,this.bytes=n}};var e4e=(t,r)=>{let{bytes:o,version:i}=t;switch(i){case 0:return Qvt(o,RC(t),r||sc.encoder);default:return e8t(o,RC(t),r||k3.encoder)}};var t4e=new WeakMap,RC=t=>{let r=t4e.get(t);if(r==null){let o=new Map;return t4e.set(t,o),o}return r},Ni=class{constructor(r,o,i,n){this.code=o,this.version=r,this.multihash=i,this.bytes=n,this["/"]=n}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:r,multihash:o}=this;if(r!==C3)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(o.code!==t8t)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return Ni.createV0(o)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:r,digest:o}=this.multihash,i=FC(r,o);return Ni.createV1(this.code,i)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(r){return Ni.equals(this,r)}static equals(r,o){let i=o;return i&&r.code===i.code&&r.version===i.version&&Q6e(r.multihash,i.multihash)}toString(r){return e4e(this,r)}toJSON(){return{"/":e4e(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(r){if(r==null)return null;let o=r;if(o instanceof Ni)return o;if(o["/"]!=null&&o["/"]===o.bytes||o.asCID===o){let{version:i,code:n,multihash:s,bytes:p}=o;return new Ni(i,n,s,p||r4e(i,n,s.bytes))}else if(o[r8t]===!0){let{version:i,multihash:n,code:s}=o,p=Z6e(n);return Ni.create(i,s,p)}else return null}static create(r,o,i){if(typeof o!="number")throw new Error("String codecs are no longer supported");if(!(i.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(r){case 0:{if(o!==C3)throw new Error(`Version 0 CID must use dag-pb (code: ${C3}) block encoding`);return new Ni(r,o,i,i.bytes)}case 1:{let n=r4e(r,o,i.bytes);return new Ni(r,o,i,n)}default:throw new Error("Invalid version")}}static createV0(r){return Ni.create(0,C3,r)}static createV1(r,o){return Ni.create(1,r,o)}static decode(r){let[o,i]=Ni.decodeFirst(r);if(i.length)throw new Error("Incorrect length");return o}static decodeFirst(r){let o=Ni.inspectBytes(r),i=o.size-o.multihashSize,n=T0(r.subarray(i,i+o.multihashSize));if(n.byteLength!==o.multihashSize)throw new Error("Incorrect length");let s=n.subarray(o.multihashSize-o.digestSize),p=new x0(o.multihashCode,o.digestSize,s,n);return[o.version===0?Ni.createV0(p):Ni.createV1(o.codec,p),r.subarray(o.size)]}static inspectBytes(r){let o=0,i=()=>{let[T,E]=I3(r.subarray(o));return o+=E,T},n=i(),s=C3;if(n===18?(n=0,o=0):s=i(),n!==0&&n!==1)throw new RangeError(`Invalid CID version ${n}`);let p=o,u=i(),l=i(),m=o+l,g=m-p;return{version:n,codec:s,multihashCode:u,digestSize:l,multihashSize:g,size:m}}static parse(r,o){let[i,n]=Zvt(r,o),s=Ni.decode(n);if(s.version===0&&r[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return RC(s).set(i,r),s}},Zvt=(t,r)=>{switch(t[0]){case"Q":{let o=r||sc;return[sc.prefix,o.decode(`${sc.prefix}${t}`)]}case sc.prefix:{let o=r||sc;return[sc.prefix,o.decode(t)]}case k3.prefix:{let o=r||k3;return[k3.prefix,o.decode(t)]}default:{if(r==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[t[0],r.decode(t)]}}},Qvt=(t,r,o)=>{let{prefix:i}=o;if(i!==sc.prefix)throw Error(`Cannot string encode V0 in ${o.name} encoding`);let n=r.get(i);if(n==null){let s=o.encode(t).slice(1);return r.set(i,s),s}else return n},e8t=(t,r,o)=>{let{prefix:i}=o,n=r.get(i);if(n==null){let s=o.encode(t);return r.set(i,s),s}else return n},C3=112,t8t=18,r4e=(t,r,o)=>{let i=_0(t),n=i+_0(r),s=new Uint8Array(n+o.byteLength);return E0(t,s,0),E0(r,s,i),s.set(o,n),s},r8t=Symbol.for("@ipld/js-cid/CID");var d5=gr(Xs());var wb=class{static async getInfo(r){let o=(0,c5.isAbsolute)(r)?r:(0,c5.join)((0,i4e.cwd)(),r);if(!await(0,d5.pathExists)(o))throw new Error(`Could not find file ${o}`);let i=Date.now(),n=(0,o4e.createReadStream)(o),s=(0,d5.statSync)(o).size,p=await n4e.default.of(n),u=Ni.parse(p).toV1().toString(),l=Fc(Date.now()-i);return{absolutePath:o,cidV0:p,cidV1:u,size:`${s} bytes(${t1(s)})`,duration:l}}};(async()=>await W0e().parseAsync())();
|
|
247
|
+
`),qu(this,j2,void 0),qu(this,eT,void 0),qu(this,G2,"-".repeat(2)),qu(this,vh,new TextEncoder),qu(this,V2,void 0),qu(this,q2,void 0),qu(this,tT,void 0),!z2(t))throw new TypeError("Expected first argument to be a FormData instance.");let i;if(ige(r)?o=r:i=r,i||(i=agt()),typeof i!="string")throw new TypeError("Expected boundary argument to be a string.");if(o&&!ige(o))throw new TypeError("Expected options argument to be an object.");W2(this,q2,Array.from(t.entries())),W2(this,tT,{...lgt,...o}),W2(this,j2,xi(this,vh).encode(xi(this,vd))),W2(this,eT,xi(this,j2).byteLength),this.boundary=`form-data-boundary-${i}`,this.contentType=`multipart/form-data; boundary=${this.boundary}`,W2(this,V2,xi(this,vh).encode(`${xi(this,G2)}${this.boundary}${xi(this,G2)}${xi(this,vd).repeat(2)}`));let n={"Content-Type":this.contentType},s=tM(this,rM,uge).call(this);s&&(this.contentLength=s,n["Content-Length"]=s),this.headers=ugt(Object.freeze(n)),Object.defineProperties(this,{boundary:QS,contentType:QS,contentLength:QS,headers:QS})}*values(){for(let[t,r]of xi(this,q2)){let o=Zg(r)?r:xi(this,vh).encode(pge(r));yield tM(this,rT,iM).call(this,t,o),yield o,yield xi(this,j2)}yield xi(this,V2)}async*encode(){for(let t of this.values())Zg(t)?yield*sgt(t.stream()):yield*age(t)}[Symbol.iterator](){return this.values()}[Symbol.asyncIterator](){return this.encode()}};vd=new WeakMap;j2=new WeakMap;eT=new WeakMap;G2=new WeakMap;vh=new WeakMap;V2=new WeakMap;q2=new WeakMap;tT=new WeakMap;rT=new WeakSet;iM=function(t,r){let o="";if(o+=`${xi(this,G2)}${this.boundary}${xi(this,vd)}`,o+=`Content-Disposition: form-data; name="${sge(t)}"`,Zg(r)&&(o+=`; filename="${sge(r.name)}"${xi(this,vd)}`,o+=`Content-Type: ${r.type||"application/octet-stream"}`),xi(this,tT).enableAdditionalHeaders===!0){let i=Zg(r)?r.size:r.byteLength;i!=null&&!isNaN(i)&&(o+=`${xi(this,vd)}Content-Length: ${i}`)}return xi(this,vh).encode(`${o}${xi(this,vd).repeat(2)}`)};rM=new WeakSet;uge=function(){let t=0;for(let[r,o]of xi(this,q2)){let i=Zg(o)?o:xi(this,vh).encode(pge(o)),n=Zg(i)?i.size:i.byteLength;if(n==null||isNaN(n))return;t+=tM(this,rT,iM).call(this,r,i).byteLength,t+=n,t+=xi(this,eT)}return String(t+xi(this,V2).byteLength)};var cge=require("node:buffer"),dge=require("node:util");function J2(t){return xe.nodeStream(t)&&xe.function_(t.getBoundary)}async function nM(t,r){if(r&&"content-length"in r)return Number(r["content-length"]);if(!t)return 0;if(xe.string(t))return cge.Buffer.byteLength(t);if(xe.buffer(t))return t.length;if(J2(t))return(0,dge.promisify)(t.getLength.bind(t))()}function K2(t,r,o){let i={};for(let n of o){let s=(...p)=>{r.emit(n,...p)};i[n]=s,t.on(n,s)}return()=>{for(let[n,s]of Object.entries(i))t.off(n,s)}}var hge=gr(require("node:net"),1);function sM(){let t=[];return{once(r,o,i){r.once(o,i),t.push({origin:r,event:o,fn:i})},unhandleAll(){for(let r of t){let{origin:o,event:i,fn:n}=r;o.removeListener(i,n)}t.length=0}}}var fge=Symbol("reentry"),cgt=()=>{},X2=class extends Error{event;code;constructor(r,o){super(`Timeout awaiting '${o}' for ${r}ms`),this.event=o,this.name="TimeoutError",this.code="ETIMEDOUT"}};function aM(t,r,o){if(fge in t)return cgt;t[fge]=!0;let i=[],{once:n,unhandleAll:s}=sM(),p=(x,M,O)=>{let q=setTimeout(M,x,x,O);q.unref?.();let K=()=>{clearTimeout(q)};return i.push(K),K},{host:u,hostname:l}=o,m=(x,M)=>{t.destroy(new X2(x,M))},g=()=>{for(let x of i)x();s()};if(t.once("error",x=>{if(g(),t.listenerCount("error")===0)throw x}),r.request!==void 0){let x=p(r.request,m,"request");n(t,"response",M=>{n(M,"end",x)})}if(r.socket!==void 0){let{socket:x}=r,M=()=>{m(x,"socket")};t.setTimeout(x,M),i.push(()=>{t.removeListener("timeout",M)})}let T=r.lookup!==void 0,E=r.connect!==void 0,y=r.secureConnect!==void 0,S=r.send!==void 0;return(T||E||y||S)&&n(t,"socket",x=>{let{socketPath:M}=t;if(x.connecting){let O=Boolean(M??hge.default.isIP(l??u??"")!==0);if(T&&!O&&x.address().address===void 0){let q=p(r.lookup,m,"lookup");n(x,"lookup",q)}if(E){let q=()=>p(r.connect,m,"connect");O?n(x,"connect",q()):n(x,"lookup",K=>{K===null&&n(x,"connect",q())})}y&&o.protocol==="https:"&&n(x,"connect",()=>{let q=p(r.secureConnect,m,"secureConnect");n(x,"secureConnect",q)})}if(S){let O=()=>p(r.send,m,"send");x.connecting?n(x,"connect",()=>{n(t,"upload-complete",O())}):n(t,"upload-complete",O())}}),r.response!==void 0&&n(t,"upload-complete",()=>{let x=p(r.response,m,"response");n(t,"response",x)}),r.read!==void 0&&n(t,"response",x=>{let M=p(r.read,m,"read");n(x,"end",M)}),g}function pM(t){t=t;let r={protocol:t.protocol,hostname:xe.string(t.hostname)&&t.hostname.startsWith("[")?t.hostname.slice(1,-1):t.hostname,host:t.host,hash:t.hash,search:t.search,pathname:t.pathname,href:t.href,path:`${t.pathname||""}${t.search||""}`};return xe.string(t.port)&&t.port.length>0&&(r.port=Number(t.port)),(t.username||t.password)&&(r.auth=`${t.username||""}:${t.password||""}`),r}var Y2=class{weakMap;map;constructor(){this.weakMap=new WeakMap,this.map=new Map}set(r,o){typeof r=="object"?this.weakMap.set(r,o):this.map.set(r,o)}get(r){return typeof r=="object"?this.weakMap.get(r):this.map.get(r)}has(r){return typeof r=="object"?this.weakMap.has(r):this.map.has(r)}};var dgt=({attemptCount:t,retryOptions:r,error:o,retryAfter:i,computedValue:n})=>{if(o.name==="RetryError")return 1;if(t>r.limit)return 0;let s=r.methods.includes(o.options.method),p=r.errorCodes.includes(o.code),u=o.response&&r.statusCodes.includes(o.response.statusCode);if(!s||!p&&!u)return 0;if(o.response){if(i)return i>n?0:i;if(o.response.statusCode===413)return 0}let l=Math.random()*r.noise;return Math.min(2**(t-1)*1e3,r.backoffLimit)+l},gge=dgt;var w0e=gr(require("node:process"),1),i3=require("node:util"),F0e=require("node:tls"),D0e=gr(require("node:https"),1),R0e=gr(require("node:http"),1);var Kp=require("node:dns"),iT=require("node:util"),Tge=gr(require("node:os"),1),{Resolver:mge}=Kp.promises,Qg=Symbol("cacheableLookupCreateConnection"),uM=Symbol("cacheableLookupInstance"),yge=Symbol("expires"),fgt=typeof Kp.ALL=="number",bge=t=>{if(!(t&&typeof t.createConnection=="function"))throw new Error("Expected an Agent instance as the first argument")},hgt=t=>{for(let r of t)r.family!==6&&(r.address=`::ffff:${r.address}`,r.family=6)},vge=()=>{let t=!1,r=!1;for(let o of Object.values(Tge.default.networkInterfaces()))for(let i of o)if(!i.internal&&(i.family==="IPv6"?r=!0:t=!0,t&&r))return{has4:t,has6:r};return{has4:t,has6:r}},ggt=t=>Symbol.iterator in t,oT=t=>t.catch(r=>{if(r.code==="ENODATA"||r.code==="ENOTFOUND"||r.code==="ENOENT")return[];throw r}),Sge={ttl:!0},mgt={all:!0},ygt={all:!0,family:4},bgt={all:!0,family:6},Z2=class{constructor({cache:r=new Map,maxTtl:o=1/0,fallbackDuration:i=3600,errorTtl:n=.15,resolver:s=new mge,lookup:p=Kp.lookup}={}){if(this.maxTtl=o,this.errorTtl=n,this._cache=r,this._resolver=s,this._dnsLookup=p&&(0,iT.promisify)(p),this.stats={cache:0,query:0},this._resolver instanceof mge?(this._resolve4=this._resolver.resolve4.bind(this._resolver),this._resolve6=this._resolver.resolve6.bind(this._resolver)):(this._resolve4=(0,iT.promisify)(this._resolver.resolve4.bind(this._resolver)),this._resolve6=(0,iT.promisify)(this._resolver.resolve6.bind(this._resolver))),this._iface=vge(),this._pending={},this._nextRemovalTime=!1,this._hostnamesToFallback=new Set,this.fallbackDuration=i,i>0){let u=setInterval(()=>{this._hostnamesToFallback.clear()},i*1e3);u.unref&&u.unref(),this._fallbackInterval=u}this.lookup=this.lookup.bind(this),this.lookupAsync=this.lookupAsync.bind(this)}set servers(r){this.clear(),this._resolver.setServers(r)}get servers(){return this._resolver.getServers()}lookup(r,o,i){if(typeof o=="function"?(i=o,o={}):typeof o=="number"&&(o={family:o}),!i)throw new Error("Callback must be a function.");this.lookupAsync(r,o).then(n=>{o.all?i(null,n):i(null,n.address,n.family,n.expires,n.ttl,n.source)},i)}async lookupAsync(r,o={}){typeof o=="number"&&(o={family:o});let i=await this.query(r);if(o.family===6){let n=i.filter(s=>s.family===6);o.hints&Kp.V4MAPPED&&(fgt&&o.hints&Kp.ALL||n.length===0)?hgt(i):i=n}else o.family===4&&(i=i.filter(n=>n.family===4));if(o.hints&Kp.ADDRCONFIG){let{_iface:n}=this;i=i.filter(s=>s.family===6?n.has6:n.has4)}if(i.length===0){let n=new Error(`cacheableLookup ENOTFOUND ${r}`);throw n.code="ENOTFOUND",n.hostname=r,n}return o.all?i:i[0]}async query(r){let o="cache",i=await this._cache.get(r);if(i&&this.stats.cache++,!i){let n=this._pending[r];if(n)this.stats.cache++,i=await n;else{o="query";let s=this.queryAndCache(r);this._pending[r]=s,this.stats.query++;try{i=await s}finally{delete this._pending[r]}}}return i=i.map(n=>({...n,source:o})),i}async _resolve(r){let[o,i]=await Promise.all([oT(this._resolve4(r,Sge)),oT(this._resolve6(r,Sge))]),n=0,s=0,p=0,u=Date.now();for(let l of o)l.family=4,l.expires=u+l.ttl*1e3,n=Math.max(n,l.ttl);for(let l of i)l.family=6,l.expires=u+l.ttl*1e3,s=Math.max(s,l.ttl);return o.length>0?i.length>0?p=Math.min(n,s):p=n:p=s,{entries:[...o,...i],cacheTtl:p}}async _lookup(r){try{let[o,i]=await Promise.all([oT(this._dnsLookup(r,ygt)),oT(this._dnsLookup(r,bgt))]);return{entries:[...o,...i],cacheTtl:0}}catch{return{entries:[],cacheTtl:0}}}async _set(r,o,i){if(this.maxTtl>0&&i>0){i=Math.min(i,this.maxTtl)*1e3,o[yge]=Date.now()+i;try{await this._cache.set(r,o,i)}catch(n){this.lookupAsync=async()=>{let s=new Error("Cache Error. Please recreate the CacheableLookup instance.");throw s.cause=n,s}}ggt(this._cache)&&this._tick(i)}}async queryAndCache(r){if(this._hostnamesToFallback.has(r))return this._dnsLookup(r,mgt);let o=await this._resolve(r);o.entries.length===0&&this._dnsLookup&&(o=await this._lookup(r),o.entries.length!==0&&this.fallbackDuration>0&&this._hostnamesToFallback.add(r));let i=o.entries.length===0?this.errorTtl:o.cacheTtl;return await this._set(r,o.entries,i),o.entries}_tick(r){let o=this._nextRemovalTime;(!o||r<o)&&(clearTimeout(this._removalTimeout),this._nextRemovalTime=r,this._removalTimeout=setTimeout(()=>{this._nextRemovalTime=!1;let i=1/0,n=Date.now();for(let[s,p]of this._cache){let u=p[yge];n>=u?this._cache.delete(s):u<i&&(i=u)}i!==1/0&&this._tick(i-n)},r),this._removalTimeout.unref&&this._removalTimeout.unref())}install(r){if(bge(r),Qg in r)throw new Error("CacheableLookup has been already installed");r[Qg]=r.createConnection,r[uM]=this,r.createConnection=(o,i)=>("lookup"in o||(o.lookup=this.lookup),r[Qg](o,i))}uninstall(r){if(bge(r),r[Qg]){if(r[uM]!==this)throw new Error("The agent is not owned by this CacheableLookup instance");r.createConnection=r[Qg],delete r[Qg],delete r[uM]}}updateInterfaceInfo(){let{_iface:r}=this;this._iface=vge(),(r.has4&&!this._iface.has4||r.has6&&!this._iface.has6)&&this._cache.clear()}clear(r){if(r){this._cache.delete(r);return}this._cache.clear()}};var k0e=gr(_0e(),1);function CM(t){let r=[],o=t.split(",");for(let i of o){let[n,...s]=i.split(";"),p=n.trim();if(p[0]!=="<"||p.at(-1)!==">")throw new Error(`Invalid format of the Link header reference: ${p}`);let u=p.slice(1,-1),l={};if(s.length===0)throw new Error(`Unexpected end of Link header parameters: ${s.join(";")}`);for(let m of s){let g=m.trim(),T=g.indexOf("=");if(T===-1)throw new Error(`Failed to parse Link header: ${t}`);let E=g.slice(0,T).trim(),y=g.slice(T+1).trim();l[E]=y}r.push({reference:u,parameters:l})}return r}var[x0e,U0t]=w0e.default.versions.node.split(".").map(Number);function H0t(t){for(let r in t){let o=t[r];pt.any([xe.string,xe.number,xe.boolean,xe.null_,xe.undefined],o)}}var W0t=new Map,cT,j0t=()=>cT||(cT=new Z2,cT),G0t={request:void 0,agent:{http:void 0,https:void 0,http2:void 0},h2session:void 0,decompress:!0,timeout:{connect:void 0,lookup:void 0,read:void 0,request:void 0,response:void 0,secureConnect:void 0,send:void 0,socket:void 0},prefixUrl:"",body:void 0,form:void 0,json:void 0,cookieJar:void 0,ignoreInvalidCookies:!1,searchParams:void 0,dnsLookup:void 0,dnsCache:void 0,context:{},hooks:{init:[],beforeRequest:[],beforeError:[],beforeRedirect:[],beforeRetry:[],afterResponse:[]},followRedirect:!0,maxRedirects:10,cache:void 0,throwHttpErrors:!0,username:"",password:"",http2:!1,allowGetBody:!1,headers:{"user-agent":"got (https://github.com/sindresorhus/got)"},methodRewriting:!1,dnsLookupIpVersion:void 0,parseJson:JSON.parse,stringifyJson:JSON.stringify,retry:{limit:2,methods:["GET","PUT","HEAD","DELETE","OPTIONS","TRACE"],statusCodes:[408,413,429,500,502,503,504,521,522,524],errorCodes:["ETIMEDOUT","ECONNRESET","EADDRINUSE","ECONNREFUSED","EPIPE","ENOTFOUND","ENETUNREACH","EAI_AGAIN"],maxRetryAfter:void 0,calculateDelay:({computedValue:t})=>t,backoffLimit:Number.POSITIVE_INFINITY,noise:100},localAddress:void 0,method:"GET",createConnection:void 0,cacheOptions:{shared:void 0,cacheHeuristic:void 0,immutableMinTimeToLive:void 0,ignoreCargoCult:void 0},https:{alpnProtocols:void 0,rejectUnauthorized:void 0,checkServerIdentity:void 0,certificateAuthority:void 0,key:void 0,certificate:void 0,passphrase:void 0,pfx:void 0,ciphers:void 0,honorCipherOrder:void 0,minVersion:void 0,maxVersion:void 0,signatureAlgorithms:void 0,tlsSessionLifetime:void 0,dhparam:void 0,ecdhCurve:void 0,certificateRevocationLists:void 0},encoding:void 0,resolveBodyOnly:!1,isStream:!1,responseType:"text",url:void 0,pagination:{transform(t){return t.request.options.responseType==="json"?t.body:JSON.parse(t.body)},paginate({response:t}){let r=t.headers.link;if(typeof r!="string"||r.trim()==="")return!1;let i=CM(r).find(n=>n.parameters.rel==="next"||n.parameters.rel==='"next"');return i?{url:new URL(i.reference,t.url)}:!1},filter:()=>!0,shouldContinue:()=>!0,countLimit:Number.POSITIVE_INFINITY,backoff:0,requestLimit:1e4,stackAllItems:!1},setHost:!0,maxHeaderSize:void 0,signal:void 0,enableUnixSockets:!1},V0t=t=>{let{hooks:r,retry:o}=t,i={...t,context:{...t.context},cacheOptions:{...t.cacheOptions},https:{...t.https},agent:{...t.agent},headers:{...t.headers},retry:{...o,errorCodes:[...o.errorCodes],methods:[...o.methods],statusCodes:[...o.statusCodes]},timeout:{...t.timeout},hooks:{init:[...r.init],beforeRequest:[...r.beforeRequest],beforeError:[...r.beforeError],beforeRedirect:[...r.beforeRedirect],beforeRetry:[...r.beforeRetry],afterResponse:[...r.afterResponse]},searchParams:t.searchParams?new URLSearchParams(t.searchParams):void 0,pagination:{...t.pagination}};return i.url!==void 0&&(i.prefixUrl=""),i},q0t=t=>{let{hooks:r,retry:o}=t,i={...t};return xe.object(t.context)&&(i.context={...t.context}),xe.object(t.cacheOptions)&&(i.cacheOptions={...t.cacheOptions}),xe.object(t.https)&&(i.https={...t.https}),xe.object(t.cacheOptions)&&(i.cacheOptions={...i.cacheOptions}),xe.object(t.agent)&&(i.agent={...t.agent}),xe.object(t.headers)&&(i.headers={...t.headers}),xe.object(o)&&(i.retry={...o},xe.array(o.errorCodes)&&(i.retry.errorCodes=[...o.errorCodes]),xe.array(o.methods)&&(i.retry.methods=[...o.methods]),xe.array(o.statusCodes)&&(i.retry.statusCodes=[...o.statusCodes])),xe.object(t.timeout)&&(i.timeout={...t.timeout}),xe.object(r)&&(i.hooks={...r},xe.array(r.init)&&(i.hooks.init=[...r.init]),xe.array(r.beforeRequest)&&(i.hooks.beforeRequest=[...r.beforeRequest]),xe.array(r.beforeError)&&(i.hooks.beforeError=[...r.beforeError]),xe.array(r.beforeRedirect)&&(i.hooks.beforeRedirect=[...r.beforeRedirect]),xe.array(r.beforeRetry)&&(i.hooks.beforeRetry=[...r.beforeRetry]),xe.array(r.afterResponse)&&(i.hooks.afterResponse=[...r.afterResponse])),xe.object(t.pagination)&&(i.pagination={...t.pagination}),i},z0t=t=>{let r=[t.timeout.socket,t.timeout.connect,t.timeout.lookup,t.timeout.request,t.timeout.secureConnect].filter(o=>typeof o=="number");if(r.length>0)return Math.min(...r)},A0e=(t,r,o)=>{let i=t.hooks?.init;if(i)for(let n of i)n(r,o)},ts=class{_unixOptions;_internals;_merging;_init;constructor(r,o,i){if(pt.any([xe.string,xe.urlInstance,xe.object,xe.undefined],r),pt.any([xe.object,xe.undefined],o),pt.any([xe.object,xe.undefined],i),r instanceof ts||o instanceof ts)throw new TypeError("The defaults must be passed as the third argument");this._internals=V0t(i?._internals??i??G0t),this._init=[...i?._init??[]],this._merging=!1,this._unixOptions=void 0;try{if(xe.plainObject(r))try{this.merge(r),this.merge(o)}finally{this.url=r.url}else try{this.merge(o)}finally{if(o?.url!==void 0)if(r===void 0)this.url=o.url;else throw new TypeError("The `url` option is mutually exclusive with the `input` argument");else r!==void 0&&(this.url=r)}}catch(n){throw n.options=this,n}}merge(r){if(!!r){if(r instanceof ts){for(let o of r._init)this.merge(o);return}r=q0t(r),A0e(this,r,this),A0e(r,r,this),this._merging=!0,"isStream"in r&&(this.isStream=r.isStream);try{let o=!1;for(let i in r){if(i==="mutableDefaults"||i==="handlers"||i==="url")continue;if(!(i in this))throw new Error(`Unexpected option: ${i}`);let n=r[i];n!==void 0&&(this[i]=n,o=!0)}o&&this._init.push(r)}finally{this._merging=!1}}}get request(){return this._internals.request}set request(r){pt.any([xe.function_,xe.undefined],r),this._internals.request=r}get agent(){return this._internals.agent}set agent(r){pt.plainObject(r);for(let o in r){if(!(o in this._internals.agent))throw new TypeError(`Unexpected agent option: ${o}`);pt.any([xe.object,xe.undefined],r[o])}this._merging?Object.assign(this._internals.agent,r):this._internals.agent={...r}}get h2session(){return this._internals.h2session}set h2session(r){this._internals.h2session=r}get decompress(){return this._internals.decompress}set decompress(r){pt.boolean(r),this._internals.decompress=r}get timeout(){return this._internals.timeout}set timeout(r){pt.plainObject(r);for(let o in r){if(!(o in this._internals.timeout))throw new Error(`Unexpected timeout option: ${o}`);pt.any([xe.number,xe.undefined],r[o])}this._merging?Object.assign(this._internals.timeout,r):this._internals.timeout={...r}}get prefixUrl(){return this._internals.prefixUrl}set prefixUrl(r){if(pt.any([xe.string,xe.urlInstance],r),r===""){this._internals.prefixUrl="";return}if(r=r.toString(),r.endsWith("/")||(r+="/"),this._internals.prefixUrl&&this._internals.url){let{href:o}=this._internals.url;this._internals.url.href=r+o.slice(this._internals.prefixUrl.length)}this._internals.prefixUrl=r}get body(){return this._internals.body}set body(r){pt.any([xe.string,xe.buffer,xe.nodeStream,xe.generator,xe.asyncGenerator,z2,xe.undefined],r),xe.nodeStream(r)&&pt.truthy(r.readable),r!==void 0&&(pt.undefined(this._internals.form),pt.undefined(this._internals.json)),this._internals.body=r}get form(){return this._internals.form}set form(r){pt.any([xe.plainObject,xe.undefined],r),r!==void 0&&(pt.undefined(this._internals.body),pt.undefined(this._internals.json)),this._internals.form=r}get json(){return this._internals.json}set json(r){r!==void 0&&(pt.undefined(this._internals.body),pt.undefined(this._internals.form)),this._internals.json=r}get url(){return this._internals.url}set url(r){if(pt.any([xe.string,xe.urlInstance,xe.undefined],r),r===void 0){this._internals.url=void 0;return}if(xe.string(r)&&r.startsWith("/"))throw new Error("`url` must not start with a slash");let o=`${this.prefixUrl}${r.toString()}`,i=new URL(o);if(this._internals.url=i,i.protocol==="unix:"&&(i.href=`http://unix${i.pathname}${i.search}`),i.protocol!=="http:"&&i.protocol!=="https:"){let n=new Error(`Unsupported protocol: ${i.protocol}`);throw n.code="ERR_UNSUPPORTED_PROTOCOL",n}if(this._internals.username&&(i.username=this._internals.username,this._internals.username=""),this._internals.password&&(i.password=this._internals.password,this._internals.password=""),this._internals.searchParams&&(i.search=this._internals.searchParams.toString(),this._internals.searchParams=void 0),i.hostname==="unix"){if(!this._internals.enableUnixSockets)throw new Error("Using UNIX domain sockets but option `enableUnixSockets` is not enabled");let n=/(?<socketPath>.+?):(?<path>.+)/.exec(`${i.pathname}${i.search}`);if(n?.groups){let{socketPath:s,path:p}=n.groups;this._unixOptions={socketPath:s,path:p,host:""}}else this._unixOptions=void 0;return}this._unixOptions=void 0}get cookieJar(){return this._internals.cookieJar}set cookieJar(r){if(pt.any([xe.object,xe.undefined],r),r===void 0){this._internals.cookieJar=void 0;return}let{setCookie:o,getCookieString:i}=r;pt.function_(o),pt.function_(i),o.length===4&&i.length===0?(o=(0,i3.promisify)(o.bind(r)),i=(0,i3.promisify)(i.bind(r)),this._internals.cookieJar={setCookie:o,getCookieString:i}):this._internals.cookieJar=r}get signal(){return this._internals.signal}set signal(r){pt.object(r),this._internals.signal=r}get ignoreInvalidCookies(){return this._internals.ignoreInvalidCookies}set ignoreInvalidCookies(r){pt.boolean(r),this._internals.ignoreInvalidCookies=r}get searchParams(){return this._internals.url?this._internals.url.searchParams:(this._internals.searchParams===void 0&&(this._internals.searchParams=new URLSearchParams),this._internals.searchParams)}set searchParams(r){pt.any([xe.string,xe.object,xe.undefined],r);let o=this._internals.url;if(r===void 0){this._internals.searchParams=void 0,o&&(o.search="");return}let i=this.searchParams,n;if(xe.string(r))n=new URLSearchParams(r);else if(r instanceof URLSearchParams)n=r;else{H0t(r),n=new URLSearchParams;for(let s in r){let p=r[s];p===null?n.append(s,""):p===void 0?i.delete(s):n.append(s,p)}}if(this._merging){for(let s of n.keys())i.delete(s);for(let[s,p]of n)i.append(s,p)}else o?o.search=i.toString():this._internals.searchParams=i}get searchParameters(){throw new Error("The `searchParameters` option does not exist. Use `searchParams` instead.")}set searchParameters(r){throw new Error("The `searchParameters` option does not exist. Use `searchParams` instead.")}get dnsLookup(){return this._internals.dnsLookup}set dnsLookup(r){pt.any([xe.function_,xe.undefined],r),this._internals.dnsLookup=r}get dnsCache(){return this._internals.dnsCache}set dnsCache(r){pt.any([xe.object,xe.boolean,xe.undefined],r),r===!0?this._internals.dnsCache=j0t():r===!1?this._internals.dnsCache=void 0:this._internals.dnsCache=r}get context(){return this._internals.context}set context(r){pt.object(r),this._merging?Object.assign(this._internals.context,r):this._internals.context={...r}}get hooks(){return this._internals.hooks}set hooks(r){pt.object(r);for(let o in r){if(!(o in this._internals.hooks))throw new Error(`Unexpected hook event: ${o}`);let i=o,n=r[i];if(pt.any([xe.array,xe.undefined],n),n)for(let s of n)pt.function_(s);if(this._merging)n&&this._internals.hooks[i].push(...n);else{if(!n)throw new Error(`Missing hook event: ${o}`);this._internals.hooks[o]=[...n]}}}get followRedirect(){return this._internals.followRedirect}set followRedirect(r){pt.any([xe.boolean,xe.function_],r),this._internals.followRedirect=r}get followRedirects(){throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.")}set followRedirects(r){throw new TypeError("The `followRedirects` option does not exist. Use `followRedirect` instead.")}get maxRedirects(){return this._internals.maxRedirects}set maxRedirects(r){pt.number(r),this._internals.maxRedirects=r}get cache(){return this._internals.cache}set cache(r){pt.any([xe.object,xe.string,xe.boolean,xe.undefined],r),r===!0?this._internals.cache=W0t:r===!1?this._internals.cache=void 0:this._internals.cache=r}get throwHttpErrors(){return this._internals.throwHttpErrors}set throwHttpErrors(r){pt.boolean(r),this._internals.throwHttpErrors=r}get username(){let r=this._internals.url,o=r?r.username:this._internals.username;return decodeURIComponent(o)}set username(r){pt.string(r);let o=this._internals.url,i=encodeURIComponent(r);o?o.username=i:this._internals.username=i}get password(){let r=this._internals.url,o=r?r.password:this._internals.password;return decodeURIComponent(o)}set password(r){pt.string(r);let o=this._internals.url,i=encodeURIComponent(r);o?o.password=i:this._internals.password=i}get http2(){return this._internals.http2}set http2(r){pt.boolean(r),this._internals.http2=r}get allowGetBody(){return this._internals.allowGetBody}set allowGetBody(r){pt.boolean(r),this._internals.allowGetBody=r}get headers(){return this._internals.headers}set headers(r){pt.plainObject(r),this._merging?Object.assign(this._internals.headers,Xg(r)):this._internals.headers=Xg(r)}get methodRewriting(){return this._internals.methodRewriting}set methodRewriting(r){pt.boolean(r),this._internals.methodRewriting=r}get dnsLookupIpVersion(){return this._internals.dnsLookupIpVersion}set dnsLookupIpVersion(r){if(r!==void 0&&r!==4&&r!==6)throw new TypeError(`Invalid DNS lookup IP version: ${r}`);this._internals.dnsLookupIpVersion=r}get parseJson(){return this._internals.parseJson}set parseJson(r){pt.function_(r),this._internals.parseJson=r}get stringifyJson(){return this._internals.stringifyJson}set stringifyJson(r){pt.function_(r),this._internals.stringifyJson=r}get retry(){return this._internals.retry}set retry(r){if(pt.plainObject(r),pt.any([xe.function_,xe.undefined],r.calculateDelay),pt.any([xe.number,xe.undefined],r.maxRetryAfter),pt.any([xe.number,xe.undefined],r.limit),pt.any([xe.array,xe.undefined],r.methods),pt.any([xe.array,xe.undefined],r.statusCodes),pt.any([xe.array,xe.undefined],r.errorCodes),pt.any([xe.number,xe.undefined],r.noise),r.noise&&Math.abs(r.noise)>100)throw new Error(`The maximum acceptable retry noise is +/- 100ms, got ${r.noise}`);for(let i in r)if(!(i in this._internals.retry))throw new Error(`Unexpected retry option: ${i}`);this._merging?Object.assign(this._internals.retry,r):this._internals.retry={...r};let{retry:o}=this._internals;o.methods=[...new Set(o.methods.map(i=>i.toUpperCase()))],o.statusCodes=[...new Set(o.statusCodes)],o.errorCodes=[...new Set(o.errorCodes)]}get localAddress(){return this._internals.localAddress}set localAddress(r){pt.any([xe.string,xe.undefined],r),this._internals.localAddress=r}get method(){return this._internals.method}set method(r){pt.string(r),this._internals.method=r.toUpperCase()}get createConnection(){return this._internals.createConnection}set createConnection(r){pt.any([xe.function_,xe.undefined],r),this._internals.createConnection=r}get cacheOptions(){return this._internals.cacheOptions}set cacheOptions(r){pt.plainObject(r),pt.any([xe.boolean,xe.undefined],r.shared),pt.any([xe.number,xe.undefined],r.cacheHeuristic),pt.any([xe.number,xe.undefined],r.immutableMinTimeToLive),pt.any([xe.boolean,xe.undefined],r.ignoreCargoCult);for(let o in r)if(!(o in this._internals.cacheOptions))throw new Error(`Cache option \`${o}\` does not exist`);this._merging?Object.assign(this._internals.cacheOptions,r):this._internals.cacheOptions={...r}}get https(){return this._internals.https}set https(r){pt.plainObject(r),pt.any([xe.boolean,xe.undefined],r.rejectUnauthorized),pt.any([xe.function_,xe.undefined],r.checkServerIdentity),pt.any([xe.string,xe.object,xe.array,xe.undefined],r.certificateAuthority),pt.any([xe.string,xe.object,xe.array,xe.undefined],r.key),pt.any([xe.string,xe.object,xe.array,xe.undefined],r.certificate),pt.any([xe.string,xe.undefined],r.passphrase),pt.any([xe.string,xe.buffer,xe.array,xe.undefined],r.pfx),pt.any([xe.array,xe.undefined],r.alpnProtocols),pt.any([xe.string,xe.undefined],r.ciphers),pt.any([xe.string,xe.buffer,xe.undefined],r.dhparam),pt.any([xe.string,xe.undefined],r.signatureAlgorithms),pt.any([xe.string,xe.undefined],r.minVersion),pt.any([xe.string,xe.undefined],r.maxVersion),pt.any([xe.boolean,xe.undefined],r.honorCipherOrder),pt.any([xe.number,xe.undefined],r.tlsSessionLifetime),pt.any([xe.string,xe.undefined],r.ecdhCurve),pt.any([xe.string,xe.buffer,xe.array,xe.undefined],r.certificateRevocationLists);for(let o in r)if(!(o in this._internals.https))throw new Error(`HTTPS option \`${o}\` does not exist`);this._merging?Object.assign(this._internals.https,r):this._internals.https={...r}}get encoding(){return this._internals.encoding}set encoding(r){if(r===null)throw new TypeError("To get a Buffer, set `options.responseType` to `buffer` instead");pt.any([xe.string,xe.undefined],r),this._internals.encoding=r}get resolveBodyOnly(){return this._internals.resolveBodyOnly}set resolveBodyOnly(r){pt.boolean(r),this._internals.resolveBodyOnly=r}get isStream(){return this._internals.isStream}set isStream(r){pt.boolean(r),this._internals.isStream=r}get responseType(){return this._internals.responseType}set responseType(r){if(r===void 0){this._internals.responseType="text";return}if(r!=="text"&&r!=="buffer"&&r!=="json")throw new Error(`Invalid \`responseType\` option: ${r}`);this._internals.responseType=r}get pagination(){return this._internals.pagination}set pagination(r){pt.object(r),this._merging?Object.assign(this._internals.pagination,r):this._internals.pagination=r}get auth(){throw new Error("Parameter `auth` is deprecated. Use `username` / `password` instead.")}set auth(r){throw new Error("Parameter `auth` is deprecated. Use `username` / `password` instead.")}get setHost(){return this._internals.setHost}set setHost(r){pt.boolean(r),this._internals.setHost=r}get maxHeaderSize(){return this._internals.maxHeaderSize}set maxHeaderSize(r){pt.any([xe.number,xe.undefined],r),this._internals.maxHeaderSize=r}get enableUnixSockets(){return this._internals.enableUnixSockets}set enableUnixSockets(r){pt.boolean(r),this._internals.enableUnixSockets=r}toJSON(){return{...this._internals}}[Symbol.for("nodejs.util.inspect.custom")](r,o){return(0,i3.inspect)(this._internals,o)}createNativeRequestOptions(){let r=this._internals,o=r.url,i;o.protocol==="https:"?i=r.http2?r.agent:r.agent.https:i=r.agent.http;let{https:n}=r,{pfx:s}=n;return xe.array(s)&&xe.plainObject(s[0])&&(s=s.map(p=>({buf:p.buffer,passphrase:p.passphrase}))),{...r.cacheOptions,...this._unixOptions,ALPNProtocols:n.alpnProtocols,ca:n.certificateAuthority,cert:n.certificate,key:n.key,passphrase:n.passphrase,pfx:n.pfx,rejectUnauthorized:n.rejectUnauthorized,checkServerIdentity:n.checkServerIdentity??F0e.checkServerIdentity,ciphers:n.ciphers,honorCipherOrder:n.honorCipherOrder,minVersion:n.minVersion,maxVersion:n.maxVersion,sigalgs:n.signatureAlgorithms,sessionTimeout:n.tlsSessionLifetime,dhparam:n.dhparam,ecdhCurve:n.ecdhCurve,crl:n.certificateRevocationLists,lookup:r.dnsLookup??r.dnsCache?.lookup,family:r.dnsLookupIpVersion,agent:i,setHost:r.setHost,method:r.method,maxHeaderSize:r.maxHeaderSize,localAddress:r.localAddress,headers:r.headers,createConnection:r.createConnection,timeout:r.http2?z0t(r):void 0,h2session:r.h2session}}getRequestFunction(){let r=this._internals.url,{request:o}=this._internals;return!o&&r?this.getFallbackRequestFunction():o}getFallbackRequestFunction(){let r=this._internals.url;if(!!r){if(r.protocol==="https:"){if(this._internals.http2){if(x0e<15||x0e===15&&U0t<10){let o=new Error("To use the `http2` option, install Node.js 15.10.0 or above");throw o.code="EUNSUPPORTED",o}return k0e.default.auto}return D0e.default.request}return R0e.default.request}}freeze(){let r=this._internals;Object.freeze(r),Object.freeze(r.hooks),Object.freeze(r.hooks.afterResponse),Object.freeze(r.hooks.beforeError),Object.freeze(r.hooks.beforeRedirect),Object.freeze(r.hooks.beforeRequest),Object.freeze(r.hooks.beforeRetry),Object.freeze(r.hooks.init),Object.freeze(r.https),Object.freeze(r.cacheOptions),Object.freeze(r.agent),Object.freeze(r.headers),Object.freeze(r.timeout),Object.freeze(r.retry),Object.freeze(r.retry.errorCodes),Object.freeze(r.retry.methods),Object.freeze(r.retry.statusCodes)}};var r0=t=>{let{statusCode:r}=t,{followRedirect:o}=t.request.options,n=(typeof o=="function"?o(t):o)?299:399;return r>=200&&r<=n||r===304},dT=class extends ni{constructor(r,o){let{options:i}=o.request;super(`${r.message} in "${i.url.toString()}"`,r,o.request),this.name="ParseError",this.code="ERR_BODY_PARSE_FAILURE"}},BM=(t,r,o,i)=>{let{rawBody:n}=t;try{if(r==="text")return n.toString(i);if(r==="json")return n.length===0?"":o(n.toString(i));if(r==="buffer")return n}catch(s){throw new dT(s,t)}throw new dT({message:`Unknown body type '${r}'`,name:"Error"},t)};function J0t(t){return t.writable&&!t.writableEnded}var M0e=J0t;function fT(t){return t.protocol==="unix:"||t.hostname==="unix"}var K0t=xe.string(PM.default.versions.brotli),X0t=new Set(["GET","HEAD"]),OM=new Y2,Y0t=new Set([300,301,302,303,304,307,308]),Z0t=["socket","connect","continue","information","upgrade"],hT=()=>{},rc=class extends I0e.Duplex{["constructor"];_noPipe;options;response;requestUrl;redirectUrls;retryCount;_stopRetry;_downloadedSize;_uploadedSize;_stopReading;_pipedServerResponses;_request;_responseSize;_bodySize;_unproxyEvents;_isFromCache;_cannotHaveBody;_triggerRead;_cancelTimeouts;_removeListeners;_nativeResponse;_flushed;_aborted;_requestInitialized;constructor(r,o,i){super({autoDestroy:!1,highWaterMark:0}),this._downloadedSize=0,this._uploadedSize=0,this._stopReading=!1,this._pipedServerResponses=new Set,this._cannotHaveBody=!1,this._unproxyEvents=hT,this._triggerRead=!1,this._cancelTimeouts=hT,this._removeListeners=hT,this._jobs=[],this._flushed=!1,this._requestInitialized=!1,this._aborted=!1,this.redirectUrls=[],this.retryCount=0,this._stopRetry=hT,this.on("pipe",s=>{s?.headers&&Object.assign(this.options.headers,s.headers)}),this.on("newListener",s=>{if(s==="retry"&&this.listenerCount("retry")>0)throw new Error("A retry listener has been attached already.")});try{if(this.options=new ts(r,o,i),!this.options.url){if(this.options.prefixUrl==="")throw new TypeError("Missing `url` property");this.options.url=""}this.requestUrl=this.options.url}catch(s){let{options:p}=s;p&&(this.options=p),this.flush=async()=>{this.flush=async()=>{},this.destroy(s)};return}let{body:n}=this.options;if(xe.nodeStream(n)&&n.once("error",s=>{this._flushed?this._beforeError(new N2(s,this)):this.flush=async()=>{this.flush=async()=>{},this._beforeError(new N2(s,this))}}),this.options.signal){let s=()=>{this.destroy(new qS(this))};this.options.signal.aborted?s():(this.options.signal.addEventListener("abort",s),this._removeListeners=()=>{this.options.signal?.removeEventListener("abort",s)})}}async flush(){if(!this._flushed){this._flushed=!0;try{if(await this._finalizeBody(),this.destroyed)return;if(await this._makeRequest(),this.destroyed){this._request?.destroy();return}for(let r of this._jobs)r();this._jobs.length=0,this._requestInitialized=!0}catch(r){this._beforeError(r)}}}_beforeError(r){if(this._stopReading)return;let{response:o,options:i}=this,n=this.retryCount+(r.name==="RetryError"?0:1);this._stopReading=!0,r instanceof ni||(r=new ni(r.message,r,this));let s=r;(async()=>{if(o?.readable&&!o.rawBody&&!this._request?.socket?.destroyed&&(o.setEncoding(this.readableEncoding),await this._setRawBody(o)&&(o.body=o.rawBody.toString())),this.listenerCount("retry")!==0){let p;try{let u;o&&"retry-after"in o.headers&&(u=Number(o.headers["retry-after"]),Number.isNaN(u)?(u=Date.parse(o.headers["retry-after"])-Date.now(),u<=0&&(u=1)):u*=1e3);let l=i.retry;p=await l.calculateDelay({attemptCount:n,retryOptions:l,error:s,retryAfter:u,computedValue:gge({attemptCount:n,retryOptions:l,error:s,retryAfter:u,computedValue:l.maxRetryAfter??i.timeout.request??Number.POSITIVE_INFINITY})})}catch(u){this._error(new ni(u.message,u,this));return}if(p){if(await new Promise(u=>{let l=setTimeout(u,p);this._stopRetry=()=>{clearTimeout(l),u()}}),this.destroyed)return;try{for(let u of this.options.hooks.beforeRetry)await u(s,this.retryCount+1)}catch(u){this._error(new ni(u.message,r,this));return}if(this.destroyed)return;this.destroy(),this.emit("retry",this.retryCount+1,r,u=>{let l=new rc(i.url,u,i);return l.retryCount=this.retryCount+1,PM.default.nextTick(()=>{l.flush()}),l});return}}this._error(s)})()}_read(){this._triggerRead=!0;let{response:r}=this;if(r&&!this._stopReading){r.readableLength&&(this._triggerRead=!1);let o;for(;(o=r.read())!==null;){this._downloadedSize+=o.length;let i=this.downloadProgress;i.percent<1&&this.emit("downloadProgress",i),this.push(o)}}}_write(r,o,i){let n=()=>{this._writeRequest(r,o,i)};this._requestInitialized?n():this._jobs.push(n)}_final(r){let o=()=>{if(!this._request||this._request.destroyed){r();return}this._request.end(i=>{this._request._writableState?.errored||(i||(this._bodySize=this._uploadedSize,this.emit("uploadProgress",this.uploadProgress),this._request.emit("upload-complete")),r(i))})};this._requestInitialized?o():this._jobs.push(o)}_destroy(r,o){if(this._stopReading=!0,this.flush=async()=>{},this._stopRetry(),this._cancelTimeouts(),this._removeListeners(),this.options){let{body:i}=this.options;xe.nodeStream(i)&&i.destroy()}this._request&&this._request.destroy(),r!==null&&!xe.undefined(r)&&!(r instanceof ni)&&(r=new ni(r.message,r,this)),o(r)}pipe(r,o){return r instanceof n3.ServerResponse&&this._pipedServerResponses.add(r),super.pipe(r,o)}unpipe(r){return r instanceof n3.ServerResponse&&this._pipedServerResponses.delete(r),super.unpipe(r),this}async _finalizeBody(){let{options:r}=this,{headers:o}=r,i=!xe.undefined(r.form),n=!xe.undefined(r.json),s=!xe.undefined(r.body),p=X0t.has(r.method)&&!(r.method==="GET"&&r.allowGetBody);if(this._cannotHaveBody=p,i||n||s){if(p)throw new TypeError(`The \`${r.method}\` method cannot be used with a body`);let u=!xe.string(o["content-type"]);if(s){if(z2(r.body)){let m=new lge(r.body);u&&(o["content-type"]=m.headers["Content-Type"]),"Content-Length"in m.headers&&(o["content-length"]=m.headers["Content-Length"]),r.body=m.encode()}J2(r.body)&&u&&(o["content-type"]=`multipart/form-data; boundary=${r.body.getBoundary()}`)}else if(i){u&&(o["content-type"]="application/x-www-form-urlencoded");let{form:m}=r;r.form=void 0,r.body=new URLSearchParams(m).toString()}else{u&&(o["content-type"]="application/json");let{json:m}=r;r.json=void 0,r.body=r.stringifyJson(m)}let l=await nM(r.body,r.headers);xe.undefined(o["content-length"])&&xe.undefined(o["transfer-encoding"])&&!p&&!xe.undefined(l)&&(o["content-length"]=String(l))}r.responseType==="json"&&!("accept"in r.headers)&&(r.headers.accept="application/json"),this._bodySize=Number(o["content-length"])||void 0}async _onResponseBase(r){if(this.isAborted)return;let{options:o}=this,{url:i}=o;this._nativeResponse=r,o.decompress&&(r=(0,C0e.default)(r));let n=r.statusCode,s=r;s.statusMessage=s.statusMessage??n3.default.STATUS_CODES[n],s.url=o.url.toString(),s.requestUrl=this.requestUrl,s.redirectUrls=this.redirectUrls,s.request=this,s.isFromCache=this._nativeResponse.fromCache??!1,s.ip=this.ip,s.retryCount=this.retryCount,s.ok=r0(s),this._isFromCache=s.isFromCache,this._responseSize=Number(r.headers["content-length"])||void 0,this.response=s,r.once("end",()=>{this._responseSize=this._downloadedSize,this.emit("downloadProgress",this.downloadProgress)}),r.once("error",u=>{this._aborted=!0,r.destroy(),this._beforeError(new L2(u,this))}),r.once("aborted",()=>{this._aborted=!0,this._beforeError(new L2({name:"Error",message:"The server aborted pending request",code:"ECONNRESET"},this))}),this.emit("downloadProgress",this.downloadProgress);let p=r.headers["set-cookie"];if(xe.object(o.cookieJar)&&p){let u=p.map(async l=>o.cookieJar.setCookie(l,i.toString()));o.ignoreInvalidCookies&&(u=u.map(async l=>{try{await l}catch{}}));try{await Promise.all(u)}catch(l){this._beforeError(l);return}}if(!this.isAborted){if(r.headers.location&&Y0t.has(n)&&(typeof o.followRedirect=="function"?o.followRedirect(s):o.followRedirect)){if(r.resume(),this._cancelTimeouts(),this._unproxyEvents(),this.redirectUrls.length>=o.maxRedirects){this._beforeError(new WS(this));return}this._request=void 0;let l=new ts(void 0,void 0,this.options),m=n===303&&l.method!=="GET"&&l.method!=="HEAD",g=n!==307&&n!==308,T=l.methodRewriting&&g;(m||T)&&(l.method="GET",l.body=void 0,l.json=void 0,l.form=void 0,delete l.headers["content-length"]);try{let E=gT.Buffer.from(r.headers.location,"binary").toString(),y=new URL(E,i);if(!fT(i)&&fT(y)){this._beforeError(new ni("Cannot redirect to UNIX socket",{},this));return}y.hostname!==i.hostname||y.port!==i.port?("host"in l.headers&&delete l.headers.host,"cookie"in l.headers&&delete l.headers.cookie,"authorization"in l.headers&&delete l.headers.authorization,(l.username||l.password)&&(l.username="",l.password="")):(y.username=l.username,y.password=l.password),this.redirectUrls.push(y),l.prefixUrl="",l.url=y;for(let S of l.hooks.beforeRedirect)await S(l,s);this.emit("redirect",l,s),this.options=l,await this._makeRequest()}catch(E){this._beforeError(E);return}return}if(o.isStream&&o.throwHttpErrors&&!r0(s)){this._beforeError(new bd(s));return}if(r.on("readable",()=>{this._triggerRead&&this._read()}),this.on("resume",()=>{r.resume()}),this.on("pause",()=>{r.pause()}),r.once("end",()=>{this.push(null)}),this._noPipe){await this._setRawBody()&&this.emit("response",r);return}this.emit("response",r);for(let u of this._pipedServerResponses)if(!u.headersSent){for(let l in r.headers){let m=o.decompress?l!=="content-encoding":!0,g=r.headers[l];m&&u.setHeader(l,g)}u.statusCode=n}}}async _setRawBody(r=this){if(r.readableEnded)return!1;try{let o=await eM(r);if(!this.isAborted)return this.response.rawBody=o,!0}catch{}return!1}async _onResponse(r){try{await this._onResponseBase(r)}catch(o){this._beforeError(o)}}_onRequest(r){let{options:o}=this,{timeout:i,url:n}=o;A1e(r),this.options.http2&&r.setTimeout(0),this._cancelTimeouts=aM(r,i,n);let s=o.cache?"cacheableResponse":"response";r.once(s,p=>{this._onResponse(p)}),r.once("error",p=>{this._aborted=!0,r.destroy(),p=p instanceof X2?new GS(p,this.timings,this):new ni(p.message,p,this),this._beforeError(p)}),this._unproxyEvents=K2(r,this,Z0t),this._request=r,this.emit("uploadProgress",this.uploadProgress),this._sendBody(),this.emit("request",r)}async _asyncWrite(r){return new Promise((o,i)=>{super.write(r,n=>{if(n){i(n);return}o()})})}_sendBody(){let{body:r}=this.options,o=this.redirectUrls.length===0?this:this._request??this;xe.nodeStream(r)?r.pipe(o):xe.generator(r)||xe.asyncGenerator(r)?(async()=>{try{for await(let i of r)await this._asyncWrite(i);super.end()}catch(i){this._beforeError(i)}})():xe.undefined(r)?(this._cannotHaveBody||this._noPipe)&&o.end():(this._writeRequest(r,void 0,()=>{}),o.end())}_prepareCache(r){if(!OM.has(r)){let o=new H1e((i,n)=>{let s=i._request(i,n);return xe.promise(s)&&(s.once=(p,u)=>{if(p==="error")(async()=>{try{await s}catch(l){u(l)}})();else if(p==="abort")(async()=>{try{(await s).once("abort",u)}catch{}})();else throw new Error(`Unknown HTTP2 promise event: ${p}`);return s}),s},r);OM.set(r,o.request())}}async _createCacheableRequest(r,o){return new Promise((i,n)=>{Object.assign(o,pM(r));let s,p=OM.get(o.cache)(o,async u=>{if(u._readableState.autoDestroy=!1,s){let l=()=>{u.req&&(u.complete=u.req.res.complete)};u.prependOnceListener("end",l),l(),(await s).emit("cacheableResponse",u)}i(u)});p.once("error",n),p.once("request",async u=>{s=u,i(s)})})}async _makeRequest(){let{options:r}=this,{headers:o,username:i,password:n}=r,s=r.cookieJar;for(let m in o)if(xe.undefined(o[m]))delete o[m];else if(xe.null_(o[m]))throw new TypeError(`Use \`undefined\` instead of \`null\` to delete the \`${m}\` header`);if(r.decompress&&xe.undefined(o["accept-encoding"])&&(o["accept-encoding"]=K0t?"gzip, deflate, br":"gzip, deflate"),i||n){let m=gT.Buffer.from(`${i}:${n}`).toString("base64");o.authorization=`Basic ${m}`}if(s){let m=await s.getCookieString(r.url.toString());xe.nonEmptyString(m)&&(o.cookie=m)}r.prefixUrl="";let p;for(let m of r.hooks.beforeRequest){let g=await m(r);if(!xe.undefined(g)){p=()=>g;break}}p||(p=r.getRequestFunction());let u=r.url;this._requestOptions=r.createNativeRequestOptions(),r.cache&&(this._requestOptions._request=p,this._requestOptions.cache=r.cache,this._requestOptions.body=r.body,this._prepareCache(r.cache));let l=r.cache?this._createCacheableRequest:p;try{let m=l(u,this._requestOptions);xe.promise(m)&&(m=await m),xe.undefined(m)&&(m=r.getFallbackRequestFunction()(u,this._requestOptions),xe.promise(m)&&(m=await m)),M0e(m)?this._onRequest(m):this.writable?(this.once("finish",()=>{this._onResponse(m)}),this._sendBody()):this._onResponse(m)}catch(m){throw m instanceof ec?new jS(m,this):m}}async _error(r){try{if(!(r instanceof bd&&!this.options.throwHttpErrors))for(let o of this.options.hooks.beforeError)r=await o(r)}catch(o){r=new ni(o.message,o,this)}this.destroy(r)}_writeRequest(r,o,i){!this._request||this._request.destroyed||this._request.write(r,o,n=>{if(!n&&!this._request.destroyed){this._uploadedSize+=gT.Buffer.byteLength(r,o);let s=this.uploadProgress;s.percent<1&&this.emit("uploadProgress",s)}i(n)})}get ip(){return this.socket?.remoteAddress}get isAborted(){return this._aborted}get socket(){return this._request?.socket??void 0}get downloadProgress(){let r;return this._responseSize?r=this._downloadedSize/this._responseSize:this._responseSize===this._downloadedSize?r=1:r=0,{percent:r,transferred:this._downloadedSize,total:this._responseSize}}get uploadProgress(){let r;return this._bodySize?r=this._uploadedSize/this._bodySize:this._bodySize===this._uploadedSize?r=1:r=0,{percent:r,transferred:this._uploadedSize,total:this._bodySize}}get timings(){return this._request?.timings}get isFromCache(){return this._isFromCache}get reusedSocket(){return this._request?.reusedSocket}};var mT=class extends ni{constructor(r){super("Promise was canceled",{},r),this.name="CancelError",this.code="ERR_CANCELED"}get isCanceled(){return!0}};var Q0t=["request","response","redirect","uploadProgress","downloadProgress"];function yT(t){let r,o,i,n=new B0e.EventEmitter,s=new yd((u,l,m)=>{m(()=>{r.destroy()}),m.shouldReject=!1,m(()=>{l(new mT(r))});let g=T=>{m(()=>{});let E=t??new rc(void 0,void 0,i);E.retryCount=T,E._noPipe=!0,r=E,E.once("response",async x=>{let M=(x.headers["content-encoding"]??"").toLowerCase(),O=M==="gzip"||M==="deflate"||M==="br",{options:q}=E;if(O&&!q.decompress)x.body=x.rawBody;else try{x.body=BM(x,q.responseType,q.parseJson,q.encoding)}catch(K){if(x.body=x.rawBody.toString(),r0(x)){E._beforeError(K);return}}try{let K=q.hooks.afterResponse;for(let[Z,pe]of K.entries())if(x=await pe(x,async se=>{throw q.merge(se),q.prefixUrl="",se.url&&(q.url=se.url),q.hooks.afterResponse=q.hooks.afterResponse.slice(0,Z),new VS(E)}),!(xe.object(x)&&xe.number(x.statusCode)&&!xe.nullOrUndefined(x.body)))throw new TypeError("The `afterResponse` hook returned an invalid value")}catch(K){E._beforeError(K);return}if(o=x,!r0(x)){E._beforeError(new bd(x));return}E.destroy(),u(E.options.resolveBodyOnly?x.body:x)});let y=x=>{if(s.isCanceled)return;let{options:M}=E;if(x instanceof bd&&!M.throwHttpErrors){let{response:O}=x;E.destroy(),u(E.options.resolveBodyOnly?O.body:O);return}l(x)};E.once("error",y);let S=E.options?.body;E.once("retry",(x,M)=>{t=void 0;let O=E.options.body;if(S===O&&xe.nodeStream(O)){M.message="Cannot retry with consumed body stream",y(M);return}i=E.options,g(x)}),K2(E,n,Q0t),xe.undefined(t)&&E.flush()};g(0)});s.on=(u,l)=>(n.on(u,l),s),s.off=(u,l)=>(n.off(u,l),s);let p=u=>{let l=(async()=>{await s;let{options:m}=o.request;return BM(o,u,m.parseJson,m.encoding)})();return Object.defineProperties(l,Object.getOwnPropertyDescriptors(s)),l};return s.json=()=>{if(r.options){let{headers:u}=r.options;!r.writableFinished&&!("accept"in u)&&(u.accept="application/json")}return p("json")},s.buffer=()=>p("buffer"),s.text=()=>p("text"),s}var emt=async t=>new Promise(r=>{setTimeout(r,t)}),tmt=t=>xe.function_(t),rmt=["get","post","put","patch","head","delete"],O0e=t=>{t={options:new ts(void 0,void 0,t.options),handlers:[...t.handlers],mutableDefaults:t.mutableDefaults},Object.defineProperty(t,"mutableDefaults",{enumerable:!0,configurable:!1,writable:!1});let r=(i,n,s=t.options)=>{let p=new rc(i,n,s),u,l=T=>(p.options=T,p._noPipe=!T.isStream,p.flush(),T.isStream?p:(u||(u=yT(p)),u)),m=0,g=T=>{let y=(t.handlers[m++]??l)(T,g);if(xe.promise(y)&&!p.options.isStream&&(u||(u=yT(p)),y!==u)){let S=Object.getOwnPropertyDescriptors(u);for(let x in S)x in y&&delete S[x];Object.defineProperties(y,S),y.cancel=u.cancel}return y};return g(p.options)};r.extend=(...i)=>{let n=new ts(void 0,void 0,t.options),s=[...t.handlers],p;for(let u of i)tmt(u)?(n.merge(u.defaults.options),s.push(...u.defaults.handlers),p=u.defaults.mutableDefaults):(n.merge(u),u.handlers&&s.push(...u.handlers),p=u.mutableDefaults);return O0e({options:n,handlers:s,mutableDefaults:Boolean(p)})};let o=async function*(i,n){let s=new ts(i,n,t.options);s.resolveBodyOnly=!1;let{pagination:p}=s;pt.function_(p.transform),pt.function_(p.shouldContinue),pt.function_(p.filter),pt.function_(p.paginate),pt.number(p.countLimit),pt.number(p.requestLimit),pt.number(p.backoff);let u=[],{countLimit:l}=p,m=0;for(;m<p.requestLimit;){m!==0&&await emt(p.backoff);let g=await r(void 0,void 0,s),T=await p.transform(g),E=[];pt.array(T);for(let S of T)if(p.filter({item:S,currentItems:E,allItems:u})&&(!p.shouldContinue({item:S,currentItems:E,allItems:u})||(yield S,p.stackAllItems&&u.push(S),E.push(S),--l<=0)))return;let y=p.paginate({response:g,currentItems:E,allItems:u});if(y===!1)return;y===g.request.options?s=g.request.options:(s.merge(y),pt.any([xe.urlInstance,xe.undefined],y.url),y.url!==void 0&&(s.prefixUrl="",s.url=y.url)),m++}};r.paginate=o,r.paginate.all=async(i,n)=>{let s=[];for await(let p of o(i,n))s.push(p);return s},r.paginate.each=o,r.stream=(i,n)=>r(i,{...n,isStream:!0});for(let i of rmt)r[i]=(n,s)=>r(n,{...s,method:i}),r.stream[i]=(n,s)=>r(n,{...s,method:i,isStream:!0});return t.mutableDefaults||(Object.freeze(t.handlers),t.options.freeze()),Object.defineProperty(r,"defaults",{value:t,writable:!1,configurable:!1,enumerable:!0}),r},P0e=O0e;var omt={options:new ts,handlers:[],mutableDefaults:!1},imt=P0e(omt),bT=imt;async function N0e(t){try{return(await bT.get(t)).statusCode===200}catch{return!1}}var nmt=Qi()("NftFixOptions"),vT=class{constructor(r){this.options=r,this.client=new L0e.default(this.options.chainHost)}async findFactoriesByOwnerDid(r,o){let i=+o?.paging?.cursor||0,n=100,s=await this.client.listFactories({ownerAddress:r,paging:{size:n,cursor:String(i)}});if(s.page.next){i+=n;let p=await this.findFactoriesByOwnerDid(r,{paging:{cursor:String(i)}});s.factories.push(...p.factories)}return s}async findAssetsByFactoryDid(r,o){let i=+o?.paging?.cursor||0,n=100,s=await this.client.listAssets({factoryAddress:r,paging:{size:n,cursor:String(i)}});if(s.page.next){i+=n;let p=await this.findAssetsByFactoryDid(r,{paging:{cursor:String(i)}});s.assets.push(...p.assets)}return s}async fixByOwnerDid(r){let o=await this.findFactoriesByOwnerDid(r);await bk(o.factories.map(i=>async()=>{await this.fixByFactoryDid(i.address)}))}async fixByFactoryDid(r){let o=await this.findAssetsByFactoryDid(r);console.log("fixByFactoryDid",`${r} has ${o.assets.length} assets`),await bk(o.assets.map(i=>async()=>{await this.fixByAssetDid(i.address)}))}async fixByAssetDid(r){let{state:o}=await this.client.getAssetState({address:r}),{state:i}=await this.client.getFactoryState({address:o.parent});if(o.display.type==="url")try{let n=NS(`${o.display.content}?assetId=${o.address}`);if(!await N0e(n))if(this.options.fix){let s=i.hooks.find(p=>p.name==="postMint"&&p.type==="url");if(!s){console.error("no postMint hook",o);return}await bT.post(`${s.hook}?assetId=${o.address}`),console.log("Unavailable asset nft display found (fixed)",LS(this.options.chainHost,o.address))}else console.log("Unavailable asset nft display found (not fixed)",LS(this.options.chainHost,o.address))}catch(n){console.log("Unavailable asset nft display found (not fixed and throw an error)",LS(this.options.chainHost,o.address),{message:n.message}),nmt("postMint error",{asset:o,error:n})}}async fix(){if(this.options.ownerDid)await this.fixByOwnerDid(this.options.ownerDid);else if(this.options.factoryDid)await this.fixByFactoryDid(this.options.factoryDid);else if(this.options.assetDid)await this.fixByAssetDid(this.options.assetDid);else throw new Error("no ownerDid or factoryDid or assetDid specified")}};function $0e(){let t=new Hn;return t.name("fix").option("-o, --owner-did <ownerDid>","Owner did").option("-f, --factory-did <factoryDid>","Factory did").option("-a, --asset-did <assetDid>","Asset did").option("--fix","Are you sure you want to fix it?",!1).option("-c, --chain-host <chainHost>","Chain host","https://main.abtnetwork.io/api/").description("Fix your nft").action(async r=>{if(!r.ownerDid&&!r.factoryDid&&!r.assetDid)return t.help();await new vT(r).fix()}),t}function U0e(){let t=new Hn;return t.name("nft").description("fix your nft, ...etc").addCommand($0e()),t}var{version:amt}=H0e();function W0e(){let t=new Hn;return t.name("mt").version(amt).action(async()=>{t.help()}),t.addCommand(wO()),t.addCommand(QN()),t.addCommand(iq()),t.addCommand(U0e()),t}var o4e=require("fs"),c5=require("path"),i4e=require("process"),n4e=gr(G6e());var HLt=new Uint8Array(0);var V6e=(t,r)=>{if(t===r)return!0;if(t.byteLength!==r.byteLength)return!1;for(let o=0;o<t.byteLength;o++)if(t[o]!==r[o])return!1;return!0},T0=t=>{if(t instanceof Uint8Array&&t.constructor.name==="Uint8Array")return t;if(t instanceof ArrayBuffer)return new Uint8Array(t);if(ArrayBuffer.isView(t))return new Uint8Array(t.buffer,t.byteOffset,t.byteLength);throw new Error("Unknown type, must be binary type")};function Rvt(t,r){if(t.length>=255)throw new TypeError("Alphabet too long");for(var o=new Uint8Array(256),i=0;i<o.length;i++)o[i]=255;for(var n=0;n<t.length;n++){var s=t.charAt(n),p=s.charCodeAt(0);if(o[p]!==255)throw new TypeError(s+" is ambiguous");o[p]=n}var u=t.length,l=t.charAt(0),m=Math.log(u)/Math.log(256),g=Math.log(256)/Math.log(u);function T(S){if(S instanceof Uint8Array||(ArrayBuffer.isView(S)?S=new Uint8Array(S.buffer,S.byteOffset,S.byteLength):Array.isArray(S)&&(S=Uint8Array.from(S))),!(S instanceof Uint8Array))throw new TypeError("Expected Uint8Array");if(S.length===0)return"";for(var x=0,M=0,O=0,q=S.length;O!==q&&S[O]===0;)O++,x++;for(var K=(q-O)*g+1>>>0,Z=new Uint8Array(K);O!==q;){for(var pe=S[O],se=0,oe=K-1;(pe!==0||se<M)&&oe!==-1;oe--,se++)pe+=256*Z[oe]>>>0,Z[oe]=pe%u>>>0,pe=pe/u>>>0;if(pe!==0)throw new Error("Non-zero carry");M=se,O++}for(var le=K-M;le!==K&&Z[le]===0;)le++;for(var he=l.repeat(x);le<K;++le)he+=t.charAt(Z[le]);return he}function E(S){if(typeof S!="string")throw new TypeError("Expected String");if(S.length===0)return new Uint8Array;var x=0;if(S[x]!==" "){for(var M=0,O=0;S[x]===l;)M++,x++;for(var q=(S.length-x)*m+1>>>0,K=new Uint8Array(q);S[x];){var Z=o[S.charCodeAt(x)];if(Z===255)return;for(var pe=0,se=q-1;(Z!==0||pe<O)&&se!==-1;se--,pe++)Z+=u*K[se]>>>0,K[se]=Z%256>>>0,Z=Z/256>>>0;if(Z!==0)throw new Error("Non-zero carry");O=pe,x++}if(S[x]!==" "){for(var oe=q-O;oe!==q&&K[oe]===0;)oe++;for(var le=new Uint8Array(M+(q-oe)),he=M;oe!==q;)le[he++]=K[oe++];return le}}}function y(S){var x=E(S);if(x)return x;throw new Error(`Non-${r} character`)}return{encode:T,decodeUnsafe:E,decode:y}}var kvt=Rvt,Mvt=kvt,q6e=Mvt;var SC=class{constructor(r,o,i){this.name=r,this.prefix=o,this.baseEncode=i}encode(r){if(r instanceof Uint8Array)return`${this.prefix}${this.baseEncode(r)}`;throw Error("Unknown type, must be binary type")}},TC=class{constructor(r,o,i){if(this.name=r,this.prefix=o,o.codePointAt(0)===void 0)throw new Error("Invalid prefix character");this.prefixCodePoint=o.codePointAt(0),this.baseDecode=i}decode(r){if(typeof r=="string"){if(r.codePointAt(0)!==this.prefixCodePoint)throw Error(`Unable to decode multibase string ${JSON.stringify(r)}, ${this.name} decoder only supports inputs prefixed with ${this.prefix}`);return this.baseDecode(r.slice(this.prefix.length))}else throw Error("Can only multibase decode strings")}or(r){return z6e(this,r)}},EC=class{constructor(r){this.decoders=r}or(r){return z6e(this,r)}decode(r){let o=r[0],i=this.decoders[o];if(i)return i.decode(r);throw RangeError(`Unable to decode multibase string ${JSON.stringify(r)}, only inputs prefixed with ${Object.keys(this.decoders)} are supported`)}},z6e=(t,r)=>new EC({...t.decoders||{[t.prefix]:t},...r.decoders||{[r.prefix]:r}}),_C=class{constructor(r,o,i,n){this.name=r,this.prefix=o,this.baseEncode=i,this.baseDecode=n,this.encoder=new SC(r,o,i),this.decoder=new TC(r,o,n)}encode(r){return this.encoder.encode(r)}decode(r){return this.decoder.decode(r)}},J6e=({name:t,prefix:r,encode:o,decode:i})=>new _C(t,r,o,i),xC=({prefix:t,name:r,alphabet:o})=>{let{encode:i,decode:n}=q6e(o,r);return J6e({prefix:t,name:r,encode:i,decode:s=>T0(n(s))})},Ivt=(t,r,o,i)=>{let n={};for(let g=0;g<r.length;++g)n[r[g]]=g;let s=t.length;for(;t[s-1]==="=";)--s;let p=new Uint8Array(s*o/8|0),u=0,l=0,m=0;for(let g=0;g<s;++g){let T=n[t[g]];if(T===void 0)throw new SyntaxError(`Non-${i} character`);l=l<<o|T,u+=o,u>=8&&(u-=8,p[m++]=255&l>>u)}if(u>=o||255&l<<8-u)throw new SyntaxError("Unexpected end of data");return p},Cvt=(t,r,o)=>{let i=r[r.length-1]==="=",n=(1<<o)-1,s="",p=0,u=0;for(let l=0;l<t.length;++l)for(u=u<<8|t[l],p+=8;p>o;)p-=o,s+=r[n&u>>p];if(p&&(s+=r[n&u<<o-p]),i)for(;s.length*o&7;)s+="=";return s},Qu=({name:t,prefix:r,bitsPerChar:o,alphabet:i})=>J6e({prefix:r,name:t,encode(n){return Cvt(n,i,o)},decode(n){return Ivt(n,i,o,t)}});var k3=Qu({prefix:"b",name:"base32",alphabet:"abcdefghijklmnopqrstuvwxyz234567",bitsPerChar:5}),zLt=Qu({prefix:"B",name:"base32upper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567",bitsPerChar:5}),JLt=Qu({prefix:"c",name:"base32pad",alphabet:"abcdefghijklmnopqrstuvwxyz234567=",bitsPerChar:5}),KLt=Qu({prefix:"C",name:"base32padupper",alphabet:"ABCDEFGHIJKLMNOPQRSTUVWXYZ234567=",bitsPerChar:5}),XLt=Qu({prefix:"v",name:"base32hex",alphabet:"0123456789abcdefghijklmnopqrstuv",bitsPerChar:5}),YLt=Qu({prefix:"V",name:"base32hexupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV",bitsPerChar:5}),ZLt=Qu({prefix:"t",name:"base32hexpad",alphabet:"0123456789abcdefghijklmnopqrstuv=",bitsPerChar:5}),QLt=Qu({prefix:"T",name:"base32hexpadupper",alphabet:"0123456789ABCDEFGHIJKLMNOPQRSTUV=",bitsPerChar:5}),e$t=Qu({prefix:"h",name:"base32z",alphabet:"ybndrfg8ejkmcpqxot1uwisza345h769",bitsPerChar:5});var sc=xC({name:"base58btc",prefix:"z",alphabet:"123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"}),o$t=xC({name:"base58flickr",prefix:"Z",alphabet:"123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"});var Bvt=Y6e,K6e=128,Ovt=127,Pvt=~Ovt,Nvt=Math.pow(2,31);function Y6e(t,r,o){r=r||[],o=o||0;for(var i=o;t>=Nvt;)r[o++]=t&255|K6e,t/=128;for(;t&Pvt;)r[o++]=t&255|K6e,t>>>=7;return r[o]=t|0,Y6e.bytes=o-i+1,r}var Lvt=AC,$vt=128,X6e=127;function AC(t,i){var o=0,i=i||0,n=0,s=i,p,u=t.length;do{if(s>=u)throw AC.bytes=0,new RangeError("Could not decode varint");p=t[s++],o+=n<28?(p&X6e)<<n:(p&X6e)*Math.pow(2,n),n+=7}while(p>=$vt);return AC.bytes=s-i,o}var Uvt=Math.pow(2,7),Hvt=Math.pow(2,14),Wvt=Math.pow(2,21),jvt=Math.pow(2,28),Gvt=Math.pow(2,35),Vvt=Math.pow(2,42),qvt=Math.pow(2,49),zvt=Math.pow(2,56),Jvt=Math.pow(2,63),Kvt=function(t){return t<Uvt?1:t<Hvt?2:t<Wvt?3:t<jvt?4:t<Gvt?5:t<Vvt?6:t<qvt?7:t<zvt?8:t<Jvt?9:10},Xvt={encode:Bvt,decode:Lvt,encodingLength:Kvt},Yvt=Xvt,M3=Yvt;var I3=(t,r=0)=>[M3.decode(t,r),M3.decode.bytes],E0=(t,r,o=0)=>(M3.encode(t,r,o),r),_0=t=>M3.encodingLength(t);var FC=(t,r)=>{let o=r.byteLength,i=_0(t),n=i+_0(o),s=new Uint8Array(n+o);return E0(t,s,0),E0(o,s,i),s.set(r,n),new x0(t,o,r,s)},Z6e=t=>{let r=T0(t),[o,i]=I3(r),[n,s]=I3(r.subarray(i)),p=r.subarray(i+s);if(p.byteLength!==n)throw new Error("Incorrect length");return new x0(o,n,p,r)},Q6e=(t,r)=>{if(t===r)return!0;{let o=r;return t.code===o.code&&t.size===o.size&&o.bytes instanceof Uint8Array&&V6e(t.bytes,o.bytes)}},x0=class{constructor(r,o,i,n){this.code=r,this.size=o,this.digest=i,this.bytes=n}};var e4e=(t,r)=>{let{bytes:o,version:i}=t;switch(i){case 0:return Qvt(o,RC(t),r||sc.encoder);default:return e8t(o,RC(t),r||k3.encoder)}};var t4e=new WeakMap,RC=t=>{let r=t4e.get(t);if(r==null){let o=new Map;return t4e.set(t,o),o}return r},Ni=class{constructor(r,o,i,n){this.code=o,this.version=r,this.multihash=i,this.bytes=n,this["/"]=n}get asCID(){return this}get byteOffset(){return this.bytes.byteOffset}get byteLength(){return this.bytes.byteLength}toV0(){switch(this.version){case 0:return this;case 1:{let{code:r,multihash:o}=this;if(r!==C3)throw new Error("Cannot convert a non dag-pb CID to CIDv0");if(o.code!==t8t)throw new Error("Cannot convert non sha2-256 multihash CID to CIDv0");return Ni.createV0(o)}default:throw Error(`Can not convert CID version ${this.version} to version 0. This is a bug please report`)}}toV1(){switch(this.version){case 0:{let{code:r,digest:o}=this.multihash,i=FC(r,o);return Ni.createV1(this.code,i)}case 1:return this;default:throw Error(`Can not convert CID version ${this.version} to version 1. This is a bug please report`)}}equals(r){return Ni.equals(this,r)}static equals(r,o){let i=o;return i&&r.code===i.code&&r.version===i.version&&Q6e(r.multihash,i.multihash)}toString(r){return e4e(this,r)}toJSON(){return{"/":e4e(this)}}link(){return this}get[Symbol.toStringTag](){return"CID"}[Symbol.for("nodejs.util.inspect.custom")](){return`CID(${this.toString()})`}static asCID(r){if(r==null)return null;let o=r;if(o instanceof Ni)return o;if(o["/"]!=null&&o["/"]===o.bytes||o.asCID===o){let{version:i,code:n,multihash:s,bytes:p}=o;return new Ni(i,n,s,p||r4e(i,n,s.bytes))}else if(o[r8t]===!0){let{version:i,multihash:n,code:s}=o,p=Z6e(n);return Ni.create(i,s,p)}else return null}static create(r,o,i){if(typeof o!="number")throw new Error("String codecs are no longer supported");if(!(i.bytes instanceof Uint8Array))throw new Error("Invalid digest");switch(r){case 0:{if(o!==C3)throw new Error(`Version 0 CID must use dag-pb (code: ${C3}) block encoding`);return new Ni(r,o,i,i.bytes)}case 1:{let n=r4e(r,o,i.bytes);return new Ni(r,o,i,n)}default:throw new Error("Invalid version")}}static createV0(r){return Ni.create(0,C3,r)}static createV1(r,o){return Ni.create(1,r,o)}static decode(r){let[o,i]=Ni.decodeFirst(r);if(i.length)throw new Error("Incorrect length");return o}static decodeFirst(r){let o=Ni.inspectBytes(r),i=o.size-o.multihashSize,n=T0(r.subarray(i,i+o.multihashSize));if(n.byteLength!==o.multihashSize)throw new Error("Incorrect length");let s=n.subarray(o.multihashSize-o.digestSize),p=new x0(o.multihashCode,o.digestSize,s,n);return[o.version===0?Ni.createV0(p):Ni.createV1(o.codec,p),r.subarray(o.size)]}static inspectBytes(r){let o=0,i=()=>{let[T,E]=I3(r.subarray(o));return o+=E,T},n=i(),s=C3;if(n===18?(n=0,o=0):s=i(),n!==0&&n!==1)throw new RangeError(`Invalid CID version ${n}`);let p=o,u=i(),l=i(),m=o+l,g=m-p;return{version:n,codec:s,multihashCode:u,digestSize:l,multihashSize:g,size:m}}static parse(r,o){let[i,n]=Zvt(r,o),s=Ni.decode(n);if(s.version===0&&r[0]!=="Q")throw Error("Version 0 CID string must not include multibase prefix");return RC(s).set(i,r),s}},Zvt=(t,r)=>{switch(t[0]){case"Q":{let o=r||sc;return[sc.prefix,o.decode(`${sc.prefix}${t}`)]}case sc.prefix:{let o=r||sc;return[sc.prefix,o.decode(t)]}case k3.prefix:{let o=r||k3;return[k3.prefix,o.decode(t)]}default:{if(r==null)throw Error("To parse non base32 or base58btc encoded CID multibase decoder must be provided");return[t[0],r.decode(t)]}}},Qvt=(t,r,o)=>{let{prefix:i}=o;if(i!==sc.prefix)throw Error(`Cannot string encode V0 in ${o.name} encoding`);let n=r.get(i);if(n==null){let s=o.encode(t).slice(1);return r.set(i,s),s}else return n},e8t=(t,r,o)=>{let{prefix:i}=o,n=r.get(i);if(n==null){let s=o.encode(t);return r.set(i,s),s}else return n},C3=112,t8t=18,r4e=(t,r,o)=>{let i=_0(t),n=i+_0(r),s=new Uint8Array(n+o.byteLength);return E0(t,s,0),E0(r,s,i),s.set(o,n),s},r8t=Symbol.for("@ipld/js-cid/CID");var d5=gr(Xs());var wb=class{static async getInfo(r){let o=(0,c5.isAbsolute)(r)?r:(0,c5.join)((0,i4e.cwd)(),r);if(!await(0,d5.pathExists)(o))throw new Error(`Could not find file ${o}`);let i=Date.now(),n=(0,o4e.createReadStream)(o),s=(0,d5.statSync)(o).size,p=await n4e.default.of(n),u=Ni.parse(p).toV1().toString(),l=Fc(Date.now()-i);return{absolutePath:o,cidV0:p,cidV1:u,size:`${s} bytes(${t1(s)})`,duration:l}}};(async()=>await W0e().parseAsync())();
|