mirror of
https://github.com/docker/setup-compose-action.git
synced 2026-02-28 05:04:56 +00:00
49 lines
No EOL
2.4 MiB
Generated
49 lines
No EOL
2.4 MiB
Generated
import './sourcemap-register.cjs';import{createRequire as i}from"module";var u={23311:function(i,u){var p=this&&this.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};Object.defineProperty(u,"__esModule",{value:true});u.ClientStreamingCall=void 0;class ClientStreamingCall{constructor(i,u,p,A,g,C,S){this.method=i;this.requestHeaders=u;this.requests=p;this.headers=A;this.response=g;this.status=C;this.trailers=S}then(i,u){return this.promiseFinished().then((u=>i?Promise.resolve(i(u)):u),(i=>u?Promise.resolve(u(i)):Promise.reject(i)))}promiseFinished(){return p(this,void 0,void 0,(function*(){let[i,u,p,A]=yield Promise.all([this.headers,this.response,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,headers:i,response:u,status:p,trailers:A}}))}}u.ClientStreamingCall=ClientStreamingCall},69499:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.Deferred=u.DeferredState=void 0;var p;(function(i){i[i["PENDING"]=0]="PENDING";i[i["REJECTED"]=1]="REJECTED";i[i["RESOLVED"]=2]="RESOLVED"})(p=u.DeferredState||(u.DeferredState={}));class Deferred{constructor(i=true){this._state=p.PENDING;this._promise=new Promise(((i,u)=>{this._resolve=i;this._reject=u}));if(i){this._promise.catch((i=>{}))}}get state(){return this._state}get promise(){return this._promise}resolve(i){if(this.state!==p.PENDING)throw new Error(`cannot resolve ${p[this.state].toLowerCase()}`);this._resolve(i);this._state=p.RESOLVED}reject(i){if(this.state!==p.PENDING)throw new Error(`cannot reject ${p[this.state].toLowerCase()}`);this._reject(i);this._state=p.REJECTED}resolvePending(i){if(this._state===p.PENDING)this.resolve(i)}rejectPending(i){if(this._state===p.PENDING)this.reject(i)}}u.Deferred=Deferred},40800:function(i,u){var p=this&&this.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};Object.defineProperty(u,"__esModule",{value:true});u.DuplexStreamingCall=void 0;class DuplexStreamingCall{constructor(i,u,p,A,g,C,S){this.method=i;this.requestHeaders=u;this.requests=p;this.headers=A;this.responses=g;this.status=C;this.trailers=S}then(i,u){return this.promiseFinished().then((u=>i?Promise.resolve(i(u)):u),(i=>u?Promise.resolve(u(i)):Promise.reject(i)))}promiseFinished(){return p(this,void 0,void 0,(function*(){let[i,u,p]=yield Promise.all([this.headers,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,headers:i,status:u,trailers:p}}))}}u.DuplexStreamingCall=DuplexStreamingCall},76762:(i,u,p)=>{var A;A={value:true};var g=p(42554);Object.defineProperty(u,"C0",{enumerable:true,get:function(){return g.ServiceType}});var C=p(83402);A={enumerable:true,get:function(){return C.readMethodOptions}};A={enumerable:true,get:function(){return C.readMethodOption}};A={enumerable:true,get:function(){return C.readServiceOption}};var S=p(50422);A={enumerable:true,get:function(){return S.RpcError}};var w=p(63474);A={enumerable:true,get:function(){return w.mergeRpcOptions}};var B=p(58788);A={enumerable:true,get:function(){return B.RpcOutputStreamController}};var v=p(37816);A={enumerable:true,get:function(){return v.TestTransport}};var N=p(69499);A={enumerable:true,get:function(){return N.Deferred}};A={enumerable:true,get:function(){return N.DeferredState}};var T=p(40800);A={enumerable:true,get:function(){return T.DuplexStreamingCall}};var Q=p(23311);A={enumerable:true,get:function(){return Q.ClientStreamingCall}};var x=p(22715);A={enumerable:true,get:function(){return x.ServerStreamingCall}};var _=p(80738);A={enumerable:true,get:function(){return _.UnaryCall}};var k=p(84359);A={enumerable:true,get:function(){return k.stackIntercept}};A={enumerable:true,get:function(){return k.stackDuplexStreamingInterceptors}};A={enumerable:true,get:function(){return k.stackClientStreamingInterceptors}};A={enumerable:true,get:function(){return k.stackServerStreamingInterceptors}};A={enumerable:true,get:function(){return k.stackUnaryInterceptors}};var D=p(44626);A={enumerable:true,get:function(){return D.ServerCallContextController}}},83402:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.readServiceOption=u.readMethodOption=u.readMethodOptions=u.normalizeMethodInfo=void 0;const A=p(88372);function normalizeMethodInfo(i,u){var p,g,C;let S=i;S.service=u;S.localName=(p=S.localName)!==null&&p!==void 0?p:A.lowerCamelCase(S.name);S.serverStreaming=!!S.serverStreaming;S.clientStreaming=!!S.clientStreaming;S.options=(g=S.options)!==null&&g!==void 0?g:{};S.idempotency=(C=S.idempotency)!==null&&C!==void 0?C:undefined;return S}u.normalizeMethodInfo=normalizeMethodInfo;function readMethodOptions(i,u,p,A){var g;const C=(g=i.methods.find(((i,p)=>i.localName===u||p===u)))===null||g===void 0?void 0:g.options;return C&&C[p]?A.fromJson(C[p]):undefined}u.readMethodOptions=readMethodOptions;function readMethodOption(i,u,p,A){var g;const C=(g=i.methods.find(((i,p)=>i.localName===u||p===u)))===null||g===void 0?void 0:g.options;if(!C){return undefined}const S=C[p];if(S===undefined){return S}return A?A.fromJson(S):S}u.readMethodOption=readMethodOption;function readServiceOption(i,u,p){const A=i.options;if(!A){return undefined}const g=A[u];if(g===undefined){return g}return p?p.fromJson(g):g}u.readServiceOption=readServiceOption},50422:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.RpcError=void 0;class RpcError extends Error{constructor(i,u="UNKNOWN",p){super(i);this.name="RpcError";Object.setPrototypeOf(this,new.target.prototype);this.code=u;this.meta=p!==null&&p!==void 0?p:{}}toString(){const i=[this.name+": "+this.message];if(this.code){i.push("");i.push("Code: "+this.code)}if(this.serviceName&&this.methodName){i.push("Method: "+this.serviceName+"/"+this.methodName)}let u=Object.entries(this.meta);if(u.length){i.push("");i.push("Meta:");for(let[p,A]of u){i.push(` ${p}: ${A}`)}}return i.join("\n")}}u.RpcError=RpcError},84359:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.stackDuplexStreamingInterceptors=u.stackClientStreamingInterceptors=u.stackServerStreamingInterceptors=u.stackUnaryInterceptors=u.stackIntercept=void 0;const A=p(88372);function stackIntercept(i,u,p,g,C){var S,w,B,v;if(i=="unary"){let tail=(i,p,A)=>u.unary(i,p,A);for(const i of((S=g.interceptors)!==null&&S!==void 0?S:[]).filter((i=>i.interceptUnary)).reverse()){const u=tail;tail=(p,A,g)=>i.interceptUnary(u,p,A,g)}return tail(p,C,g)}if(i=="serverStreaming"){let tail=(i,p,A)=>u.serverStreaming(i,p,A);for(const i of((w=g.interceptors)!==null&&w!==void 0?w:[]).filter((i=>i.interceptServerStreaming)).reverse()){const u=tail;tail=(p,A,g)=>i.interceptServerStreaming(u,p,A,g)}return tail(p,C,g)}if(i=="clientStreaming"){let tail=(i,p)=>u.clientStreaming(i,p);for(const i of((B=g.interceptors)!==null&&B!==void 0?B:[]).filter((i=>i.interceptClientStreaming)).reverse()){const u=tail;tail=(p,A)=>i.interceptClientStreaming(u,p,A)}return tail(p,g)}if(i=="duplex"){let tail=(i,p)=>u.duplex(i,p);for(const i of((v=g.interceptors)!==null&&v!==void 0?v:[]).filter((i=>i.interceptDuplex)).reverse()){const u=tail;tail=(p,A)=>i.interceptDuplex(u,p,A)}return tail(p,g)}A.assertNever(i)}u.stackIntercept=stackIntercept;function stackUnaryInterceptors(i,u,p,A){return stackIntercept("unary",i,u,A,p)}u.stackUnaryInterceptors=stackUnaryInterceptors;function stackServerStreamingInterceptors(i,u,p,A){return stackIntercept("serverStreaming",i,u,A,p)}u.stackServerStreamingInterceptors=stackServerStreamingInterceptors;function stackClientStreamingInterceptors(i,u,p){return stackIntercept("clientStreaming",i,u,p)}u.stackClientStreamingInterceptors=stackClientStreamingInterceptors;function stackDuplexStreamingInterceptors(i,u,p){return stackIntercept("duplex",i,u,p)}u.stackDuplexStreamingInterceptors=stackDuplexStreamingInterceptors},63474:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.mergeRpcOptions=void 0;const A=p(88372);function mergeRpcOptions(i,u){if(!u)return i;let p={};copy(i,p);copy(u,p);for(let g of Object.keys(u)){let C=u[g];switch(g){case"jsonOptions":p.jsonOptions=A.mergeJsonOptions(i.jsonOptions,p.jsonOptions);break;case"binaryOptions":p.binaryOptions=A.mergeBinaryOptions(i.binaryOptions,p.binaryOptions);break;case"meta":p.meta={};copy(i.meta,p.meta);copy(u.meta,p.meta);break;case"interceptors":p.interceptors=i.interceptors?i.interceptors.concat(C):C.concat();break}}return p}u.mergeRpcOptions=mergeRpcOptions;function copy(i,u){if(!i)return;let p=u;for(let[u,A]of Object.entries(i)){if(A instanceof Date)p[u]=new Date(A.getTime());else if(Array.isArray(A))p[u]=A.concat();else p[u]=A}}},58788:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.RpcOutputStreamController=void 0;const A=p(69499);const g=p(88372);class RpcOutputStreamController{constructor(){this._lis={nxt:[],msg:[],err:[],cmp:[]};this._closed=false;this._itState={q:[]}}onNext(i){return this.addLis(i,this._lis.nxt)}onMessage(i){return this.addLis(i,this._lis.msg)}onError(i){return this.addLis(i,this._lis.err)}onComplete(i){return this.addLis(i,this._lis.cmp)}addLis(i,u){u.push(i);return()=>{let p=u.indexOf(i);if(p>=0)u.splice(p,1)}}clearLis(){for(let i of Object.values(this._lis))i.splice(0,i.length)}get closed(){return this._closed!==false}notifyNext(i,u,p){g.assert((i?1:0)+(u?1:0)+(p?1:0)<=1,"only one emission at a time");if(i)this.notifyMessage(i);if(u)this.notifyError(u);if(p)this.notifyComplete()}notifyMessage(i){g.assert(!this.closed,"stream is closed");this.pushIt({value:i,done:false});this._lis.msg.forEach((u=>u(i)));this._lis.nxt.forEach((u=>u(i,undefined,false)))}notifyError(i){g.assert(!this.closed,"stream is closed");this._closed=i;this.pushIt(i);this._lis.err.forEach((u=>u(i)));this._lis.nxt.forEach((u=>u(undefined,i,false)));this.clearLis()}notifyComplete(){g.assert(!this.closed,"stream is closed");this._closed=true;this.pushIt({value:null,done:true});this._lis.cmp.forEach((i=>i()));this._lis.nxt.forEach((i=>i(undefined,undefined,true)));this.clearLis()}[Symbol.asyncIterator](){if(this._closed===true)this.pushIt({value:null,done:true});else if(this._closed!==false)this.pushIt(this._closed);return{next:()=>{let i=this._itState;g.assert(i,"bad state");g.assert(!i.p,"iterator contract broken");let u=i.q.shift();if(u)return"value"in u?Promise.resolve(u):Promise.reject(u);i.p=new A.Deferred;return i.p.promise}}}pushIt(i){let u=this._itState;if(u.p){const p=u.p;g.assert(p.state==A.DeferredState.PENDING,"iterator contract broken");"value"in i?p.resolve(i):p.reject(i);delete u.p}else{u.q.push(i)}}}u.RpcOutputStreamController=RpcOutputStreamController},44626:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.ServerCallContextController=void 0;class ServerCallContextController{constructor(i,u,p,A,g={code:"OK",detail:""}){this._cancelled=false;this._listeners=[];this.method=i;this.headers=u;this.deadline=p;this.trailers={};this._sendRH=A;this.status=g}notifyCancelled(){if(!this._cancelled){this._cancelled=true;for(let i of this._listeners){i()}}}sendResponseHeaders(i){this._sendRH(i)}get cancelled(){return this._cancelled}onCancel(i){const u=this._listeners;u.push(i);return()=>{let p=u.indexOf(i);if(p>=0)u.splice(p,1)}}}u.ServerCallContextController=ServerCallContextController},22715:function(i,u){var p=this&&this.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};Object.defineProperty(u,"__esModule",{value:true});u.ServerStreamingCall=void 0;class ServerStreamingCall{constructor(i,u,p,A,g,C,S){this.method=i;this.requestHeaders=u;this.request=p;this.headers=A;this.responses=g;this.status=C;this.trailers=S}then(i,u){return this.promiseFinished().then((u=>i?Promise.resolve(i(u)):u),(i=>u?Promise.resolve(u(i)):Promise.reject(i)))}promiseFinished(){return p(this,void 0,void 0,(function*(){let[i,u,p]=yield Promise.all([this.headers,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,request:this.request,headers:i,status:u,trailers:p}}))}}u.ServerStreamingCall=ServerStreamingCall},42554:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ServiceType=void 0;const A=p(83402);class ServiceType{constructor(i,u,p){this.typeName=i;this.methods=u.map((i=>A.normalizeMethodInfo(i,this)));this.options=p!==null&&p!==void 0?p:{}}}u.ServiceType=ServiceType},37816:function(i,u,p){var A=this&&this.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};Object.defineProperty(u,"__esModule",{value:true});u.TestTransport=void 0;const g=p(50422);const C=p(88372);const S=p(58788);const w=p(63474);const B=p(80738);const v=p(22715);const N=p(23311);const T=p(40800);class TestTransport{constructor(i){this.suppressUncaughtRejections=true;this.headerDelay=10;this.responseDelay=50;this.betweenResponseDelay=10;this.afterResponseDelay=10;this.data=i!==null&&i!==void 0?i:{}}get sentMessages(){if(this.lastInput instanceof TestInputStream){return this.lastInput.sent}else if(typeof this.lastInput=="object"){return[this.lastInput.single]}return[]}get sendComplete(){if(this.lastInput instanceof TestInputStream){return this.lastInput.completed}else if(typeof this.lastInput=="object"){return true}return false}promiseHeaders(){var i;const u=(i=this.data.headers)!==null&&i!==void 0?i:TestTransport.defaultHeaders;return u instanceof g.RpcError?Promise.reject(u):Promise.resolve(u)}promiseSingleResponse(i){if(this.data.response instanceof g.RpcError){return Promise.reject(this.data.response)}let u;if(Array.isArray(this.data.response)){C.assert(this.data.response.length>0);u=this.data.response[0]}else if(this.data.response!==undefined){u=this.data.response}else{u=i.O.create()}C.assert(i.O.is(u));return Promise.resolve(u)}streamResponses(i,u,p){return A(this,void 0,void 0,(function*(){const A=[];if(this.data.response===undefined){A.push(i.O.create())}else if(Array.isArray(this.data.response)){for(let u of this.data.response){C.assert(i.O.is(u));A.push(u)}}else if(!(this.data.response instanceof g.RpcError)){C.assert(i.O.is(this.data.response));A.push(this.data.response)}try{yield delay(this.responseDelay,p)(undefined)}catch(i){u.notifyError(i);return}if(this.data.response instanceof g.RpcError){u.notifyError(this.data.response);return}for(let i of A){u.notifyMessage(i);try{yield delay(this.betweenResponseDelay,p)(undefined)}catch(i){u.notifyError(i);return}}if(this.data.status instanceof g.RpcError){u.notifyError(this.data.status);return}if(this.data.trailers instanceof g.RpcError){u.notifyError(this.data.trailers);return}u.notifyComplete()}))}promiseStatus(){var i;const u=(i=this.data.status)!==null&&i!==void 0?i:TestTransport.defaultStatus;return u instanceof g.RpcError?Promise.reject(u):Promise.resolve(u)}promiseTrailers(){var i;const u=(i=this.data.trailers)!==null&&i!==void 0?i:TestTransport.defaultTrailers;return u instanceof g.RpcError?Promise.reject(u):Promise.resolve(u)}maybeSuppressUncaught(...i){if(this.suppressUncaughtRejections){for(let u of i){u.catch((()=>{}))}}}mergeOptions(i){return w.mergeRpcOptions({},i)}unary(i,u,p){var A;const g=(A=p.meta)!==null&&A!==void 0?A:{},C=this.promiseHeaders().then(delay(this.headerDelay,p.abort)),S=C.catch((i=>{})).then(delay(this.responseDelay,p.abort)).then((u=>this.promiseSingleResponse(i))),w=S.catch((i=>{})).then(delay(this.afterResponseDelay,p.abort)).then((i=>this.promiseStatus())),v=S.catch((i=>{})).then(delay(this.afterResponseDelay,p.abort)).then((i=>this.promiseTrailers()));this.maybeSuppressUncaught(w,v);this.lastInput={single:u};return new B.UnaryCall(i,g,u,C,S,w,v)}serverStreaming(i,u,p){var A;const g=(A=p.meta)!==null&&A!==void 0?A:{},C=this.promiseHeaders().then(delay(this.headerDelay,p.abort)),w=new S.RpcOutputStreamController,B=C.then(delay(this.responseDelay,p.abort)).catch((()=>{})).then((()=>this.streamResponses(i,w,p.abort))).then(delay(this.afterResponseDelay,p.abort)),N=B.then((()=>this.promiseStatus())),T=B.then((()=>this.promiseTrailers()));this.maybeSuppressUncaught(N,T);this.lastInput={single:u};return new v.ServerStreamingCall(i,g,u,C,w,N,T)}clientStreaming(i,u){var p;const A=(p=u.meta)!==null&&p!==void 0?p:{},g=this.promiseHeaders().then(delay(this.headerDelay,u.abort)),C=g.catch((i=>{})).then(delay(this.responseDelay,u.abort)).then((u=>this.promiseSingleResponse(i))),S=C.catch((i=>{})).then(delay(this.afterResponseDelay,u.abort)).then((i=>this.promiseStatus())),w=C.catch((i=>{})).then(delay(this.afterResponseDelay,u.abort)).then((i=>this.promiseTrailers()));this.maybeSuppressUncaught(S,w);this.lastInput=new TestInputStream(this.data,u.abort);return new N.ClientStreamingCall(i,A,this.lastInput,g,C,S,w)}duplex(i,u){var p;const A=(p=u.meta)!==null&&p!==void 0?p:{},g=this.promiseHeaders().then(delay(this.headerDelay,u.abort)),C=new S.RpcOutputStreamController,w=g.then(delay(this.responseDelay,u.abort)).catch((()=>{})).then((()=>this.streamResponses(i,C,u.abort))).then(delay(this.afterResponseDelay,u.abort)),B=w.then((()=>this.promiseStatus())),v=w.then((()=>this.promiseTrailers()));this.maybeSuppressUncaught(B,v);this.lastInput=new TestInputStream(this.data,u.abort);return new T.DuplexStreamingCall(i,A,this.lastInput,g,C,B,v)}}u.TestTransport=TestTransport;TestTransport.defaultHeaders={responseHeader:"test"};TestTransport.defaultStatus={code:"OK",detail:"all good"};TestTransport.defaultTrailers={responseTrailer:"test"};function delay(i,u){return p=>new Promise(((A,C)=>{if(u===null||u===void 0?void 0:u.aborted){C(new g.RpcError("user cancel","CANCELLED"))}else{const S=setTimeout((()=>A(p)),i);if(u){u.addEventListener("abort",(i=>{clearTimeout(S);C(new g.RpcError("user cancel","CANCELLED"))}))}}}))}class TestInputStream{constructor(i,u){this._completed=false;this._sent=[];this.data=i;this.abort=u}get sent(){return this._sent}get completed(){return this._completed}send(i){if(this.data.inputMessage instanceof g.RpcError){return Promise.reject(this.data.inputMessage)}const u=this.data.inputMessage===undefined?10:this.data.inputMessage;return Promise.resolve(undefined).then((()=>{this._sent.push(i)})).then(delay(u,this.abort))}complete(){if(this.data.inputComplete instanceof g.RpcError){return Promise.reject(this.data.inputComplete)}const i=this.data.inputComplete===undefined?10:this.data.inputComplete;return Promise.resolve(undefined).then((()=>{this._completed=true})).then(delay(i,this.abort))}}},80738:function(i,u){var p=this&&this.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};Object.defineProperty(u,"__esModule",{value:true});u.UnaryCall=void 0;class UnaryCall{constructor(i,u,p,A,g,C,S){this.method=i;this.requestHeaders=u;this.request=p;this.headers=A;this.response=g;this.status=C;this.trailers=S}then(i,u){return this.promiseFinished().then((u=>i?Promise.resolve(i(u)):u),(i=>u?Promise.resolve(u(i)):Promise.reject(i)))}promiseFinished(){return p(this,void 0,void 0,(function*(){let[i,u,p,A]=yield Promise.all([this.headers,this.response,this.status,this.trailers]);return{method:this.method,requestHeaders:this.requestHeaders,request:this.request,headers:i,response:u,status:p,trailers:A}}))}}u.UnaryCall=UnaryCall},46468:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.assertFloat32=u.assertUInt32=u.assertInt32=u.assertNever=u.assert=void 0;function assert(i,u){if(!i){throw new Error(u)}}u.assert=assert;function assertNever(i,u){throw new Error(u!==null&&u!==void 0?u:"Unexpected object: "+i)}u.assertNever=assertNever;const p=34028234663852886e22,A=-34028234663852886e22,g=4294967295,C=2147483647,S=-2147483648;function assertInt32(i){if(typeof i!=="number")throw new Error("invalid int 32: "+typeof i);if(!Number.isInteger(i)||i>C||i<S)throw new Error("invalid int 32: "+i)}u.assertInt32=assertInt32;function assertUInt32(i){if(typeof i!=="number")throw new Error("invalid uint 32: "+typeof i);if(!Number.isInteger(i)||i>g||i<0)throw new Error("invalid uint 32: "+i)}u.assertUInt32=assertUInt32;function assertFloat32(i){if(typeof i!=="number")throw new Error("invalid float 32: "+typeof i);if(!Number.isFinite(i))return;if(i>p||i<A)throw new Error("invalid float 32: "+i)}u.assertFloat32=assertFloat32},36689:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.base64encode=u.base64decode=void 0;let p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");let A=[];for(let i=0;i<p.length;i++)A[p[i].charCodeAt(0)]=i;A["-".charCodeAt(0)]=p.indexOf("+");A["_".charCodeAt(0)]=p.indexOf("/");function base64decode(i){let u=i.length*3/4;if(i[i.length-2]=="=")u-=2;else if(i[i.length-1]=="=")u-=1;let p=new Uint8Array(u),g=0,C=0,S,w=0;for(let u=0;u<i.length;u++){S=A[i.charCodeAt(u)];if(S===undefined){switch(i[u]){case"=":C=0;case"\n":case"\r":case"\t":case" ":continue;default:throw Error(`invalid base64 string.`)}}switch(C){case 0:w=S;C=1;break;case 1:p[g++]=w<<2|(S&48)>>4;w=S;C=2;break;case 2:p[g++]=(w&15)<<4|(S&60)>>2;w=S;C=3;break;case 3:p[g++]=(w&3)<<6|S;C=0;break}}if(C==1)throw Error(`invalid base64 string.`);return p.subarray(0,g)}u.base64decode=base64decode;function base64encode(i){let u="",A=0,g,C=0;for(let S=0;S<i.length;S++){g=i[S];switch(A){case 0:u+=p[g>>2];C=(g&3)<<4;A=1;break;case 1:u+=p[C|g>>4];C=(g&15)<<2;A=2;break;case 2:u+=p[C|g>>6];u+=p[g&63];A=0;break}}if(A){u+=p[C];u+="=";if(A==1)u+="="}return u}u.base64encode=base64encode},66690:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.WireType=u.mergeBinaryOptions=u.UnknownFieldHandler=void 0;var p;(function(i){i.symbol=Symbol.for("protobuf-ts/unknown");i.onRead=(u,p,A,g,C)=>{let S=is(p)?p[i.symbol]:p[i.symbol]=[];S.push({no:A,wireType:g,data:C})};i.onWrite=(u,p,A)=>{for(let{no:u,wireType:g,data:C}of i.list(p))A.tag(u,g).raw(C)};i.list=(u,p)=>{if(is(u)){let A=u[i.symbol];return p?A.filter((i=>i.no==p)):A}return[]};i.last=(u,p)=>i.list(u,p).slice(-1)[0];const is=u=>u&&Array.isArray(u[i.symbol])})(p=u.UnknownFieldHandler||(u.UnknownFieldHandler={}));function mergeBinaryOptions(i,u){return Object.assign(Object.assign({},i),u)}u.mergeBinaryOptions=mergeBinaryOptions;var A;(function(i){i[i["Varint"]=0]="Varint";i[i["Bit64"]=1]="Bit64";i[i["LengthDelimited"]=2]="LengthDelimited";i[i["StartGroup"]=3]="StartGroup";i[i["EndGroup"]=4]="EndGroup";i[i["Bit32"]=5]="Bit32"})(A=u.WireType||(u.WireType={}))},8887:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.BinaryReader=u.binaryReadOptions=void 0;const A=p(66690);const g=p(55579);const C=p(20365);const S={readUnknownField:true,readerFactory:i=>new BinaryReader(i)};function binaryReadOptions(i){return i?Object.assign(Object.assign({},S),i):S}u.binaryReadOptions=binaryReadOptions;class BinaryReader{constructor(i,u){this.varint64=C.varint64read;this.uint32=C.varint32read;this.buf=i;this.len=i.length;this.pos=0;this.view=new DataView(i.buffer,i.byteOffset,i.byteLength);this.textDecoder=u!==null&&u!==void 0?u:new TextDecoder("utf-8",{fatal:true,ignoreBOM:true})}tag(){let i=this.uint32(),u=i>>>3,p=i&7;if(u<=0||p<0||p>5)throw new Error("illegal tag: field no "+u+" wire type "+p);return[u,p]}skip(i){let u=this.pos;switch(i){case A.WireType.Varint:while(this.buf[this.pos++]&128){}break;case A.WireType.Bit64:this.pos+=4;case A.WireType.Bit32:this.pos+=4;break;case A.WireType.LengthDelimited:let u=this.uint32();this.pos+=u;break;case A.WireType.StartGroup:let p;while((p=this.tag()[1])!==A.WireType.EndGroup){this.skip(p)}break;default:throw new Error("cant skip wire type "+i)}this.assertBounds();return this.buf.subarray(u,this.pos)}assertBounds(){if(this.pos>this.len)throw new RangeError("premature EOF")}int32(){return this.uint32()|0}sint32(){let i=this.uint32();return i>>>1^-(i&1)}int64(){return new g.PbLong(...this.varint64())}uint64(){return new g.PbULong(...this.varint64())}sint64(){let[i,u]=this.varint64();let p=-(i&1);i=(i>>>1|(u&1)<<31)^p;u=u>>>1^p;return new g.PbLong(i,u)}bool(){let[i,u]=this.varint64();return i!==0||u!==0}fixed32(){return this.view.getUint32((this.pos+=4)-4,true)}sfixed32(){return this.view.getInt32((this.pos+=4)-4,true)}fixed64(){return new g.PbULong(this.sfixed32(),this.sfixed32())}sfixed64(){return new g.PbLong(this.sfixed32(),this.sfixed32())}float(){return this.view.getFloat32((this.pos+=4)-4,true)}double(){return this.view.getFloat64((this.pos+=8)-8,true)}bytes(){let i=this.uint32();let u=this.pos;this.pos+=i;this.assertBounds();return this.buf.subarray(u,u+i)}string(){return this.textDecoder.decode(this.bytes())}}u.BinaryReader=BinaryReader},4839:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.BinaryWriter=u.binaryWriteOptions=void 0;const A=p(55579);const g=p(20365);const C=p(46468);const S={writeUnknownFields:true,writerFactory:()=>new BinaryWriter};function binaryWriteOptions(i){return i?Object.assign(Object.assign({},S),i):S}u.binaryWriteOptions=binaryWriteOptions;class BinaryWriter{constructor(i){this.stack=[];this.textEncoder=i!==null&&i!==void 0?i:new TextEncoder;this.chunks=[];this.buf=[]}finish(){this.chunks.push(new Uint8Array(this.buf));let i=0;for(let u=0;u<this.chunks.length;u++)i+=this.chunks[u].length;let u=new Uint8Array(i);let p=0;for(let i=0;i<this.chunks.length;i++){u.set(this.chunks[i],p);p+=this.chunks[i].length}this.chunks=[];return u}fork(){this.stack.push({chunks:this.chunks,buf:this.buf});this.chunks=[];this.buf=[];return this}join(){let i=this.finish();let u=this.stack.pop();if(!u)throw new Error("invalid state, fork stack empty");this.chunks=u.chunks;this.buf=u.buf;this.uint32(i.byteLength);return this.raw(i)}tag(i,u){return this.uint32((i<<3|u)>>>0)}raw(i){if(this.buf.length){this.chunks.push(new Uint8Array(this.buf));this.buf=[]}this.chunks.push(i);return this}uint32(i){C.assertUInt32(i);while(i>127){this.buf.push(i&127|128);i=i>>>7}this.buf.push(i);return this}int32(i){C.assertInt32(i);g.varint32write(i,this.buf);return this}bool(i){this.buf.push(i?1:0);return this}bytes(i){this.uint32(i.byteLength);return this.raw(i)}string(i){let u=this.textEncoder.encode(i);this.uint32(u.byteLength);return this.raw(u)}float(i){C.assertFloat32(i);let u=new Uint8Array(4);new DataView(u.buffer).setFloat32(0,i,true);return this.raw(u)}double(i){let u=new Uint8Array(8);new DataView(u.buffer).setFloat64(0,i,true);return this.raw(u)}fixed32(i){C.assertUInt32(i);let u=new Uint8Array(4);new DataView(u.buffer).setUint32(0,i,true);return this.raw(u)}sfixed32(i){C.assertInt32(i);let u=new Uint8Array(4);new DataView(u.buffer).setInt32(0,i,true);return this.raw(u)}sint32(i){C.assertInt32(i);i=(i<<1^i>>31)>>>0;g.varint32write(i,this.buf);return this}sfixed64(i){let u=new Uint8Array(8);let p=new DataView(u.buffer);let g=A.PbLong.from(i);p.setInt32(0,g.lo,true);p.setInt32(4,g.hi,true);return this.raw(u)}fixed64(i){let u=new Uint8Array(8);let p=new DataView(u.buffer);let g=A.PbULong.from(i);p.setInt32(0,g.lo,true);p.setInt32(4,g.hi,true);return this.raw(u)}int64(i){let u=A.PbLong.from(i);g.varint64write(u.lo,u.hi,this.buf);return this}sint64(i){let u=A.PbLong.from(i),p=u.hi>>31,C=u.lo<<1^p,S=(u.hi<<1|u.lo>>>31)^p;g.varint64write(C,S,this.buf);return this}uint64(i){let u=A.PbULong.from(i);g.varint64write(u.lo,u.hi,this.buf);return this}}u.BinaryWriter=BinaryWriter},46959:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.listEnumNumbers=u.listEnumNames=u.listEnumValues=u.isEnumObject=void 0;function isEnumObject(i){if(typeof i!="object"||i===null){return false}if(!i.hasOwnProperty(0)){return false}for(let u of Object.keys(i)){let p=parseInt(u);if(!Number.isNaN(p)){let u=i[p];if(u===undefined)return false;if(i[u]!==p)return false}else{let p=i[u];if(p===undefined)return false;if(typeof p!=="number")return false;if(i[p]===undefined)return false}}return true}u.isEnumObject=isEnumObject;function listEnumValues(i){if(!isEnumObject(i))throw new Error("not a typescript enum object");let u=[];for(let[p,A]of Object.entries(i))if(typeof A=="number")u.push({name:p,number:A});return u}u.listEnumValues=listEnumValues;function listEnumNames(i){return listEnumValues(i).map((i=>i.name))}u.listEnumNames=listEnumNames;function listEnumNumbers(i){return listEnumValues(i).map((i=>i.number)).filter(((i,u,p)=>p.indexOf(i)==u))}u.listEnumNumbers=listEnumNumbers},20365:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.varint32read=u.varint32write=u.int64toString=u.int64fromString=u.varint64write=u.varint64read=void 0;function varint64read(){let i=0;let u=0;for(let p=0;p<28;p+=7){let A=this.buf[this.pos++];i|=(A&127)<<p;if((A&128)==0){this.assertBounds();return[i,u]}}let p=this.buf[this.pos++];i|=(p&15)<<28;u=(p&112)>>4;if((p&128)==0){this.assertBounds();return[i,u]}for(let p=3;p<=31;p+=7){let A=this.buf[this.pos++];u|=(A&127)<<p;if((A&128)==0){this.assertBounds();return[i,u]}}throw new Error("invalid varint")}u.varint64read=varint64read;function varint64write(i,u,p){for(let A=0;A<28;A=A+7){const g=i>>>A;const C=!(g>>>7==0&&u==0);const S=(C?g|128:g)&255;p.push(S);if(!C){return}}const A=i>>>28&15|(u&7)<<4;const g=!(u>>3==0);p.push((g?A|128:A)&255);if(!g){return}for(let i=3;i<31;i=i+7){const A=u>>>i;const g=!(A>>>7==0);const C=(g?A|128:A)&255;p.push(C);if(!g){return}}p.push(u>>>31&1)}u.varint64write=varint64write;const p=(1<<16)*(1<<16);function int64fromString(i){let u=i[0]=="-";if(u)i=i.slice(1);const A=1e6;let g=0;let C=0;function add1e6digit(u,S){const w=Number(i.slice(u,S));C*=A;g=g*A+w;if(g>=p){C=C+(g/p|0);g=g%p}}add1e6digit(-24,-18);add1e6digit(-18,-12);add1e6digit(-12,-6);add1e6digit(-6);return[u,g,C]}u.int64fromString=int64fromString;function int64toString(i,u){if(u>>>0<=2097151){return""+(p*u+(i>>>0))}let A=i&16777215;let g=(i>>>24|u<<8)>>>0&16777215;let C=u>>16&65535;let S=A+g*6777216+C*6710656;let w=g+C*8147497;let B=C*2;let v=1e7;if(S>=v){w+=Math.floor(S/v);S%=v}if(w>=v){B+=Math.floor(w/v);w%=v}function decimalFrom1e7(i,u){let p=i?String(i):"";if(u){return"0000000".slice(p.length)+p}return p}return decimalFrom1e7(B,0)+decimalFrom1e7(w,B)+decimalFrom1e7(S,1)}u.int64toString=int64toString;function varint32write(i,u){if(i>=0){while(i>127){u.push(i&127|128);i=i>>>7}u.push(i)}else{for(let p=0;p<9;p++){u.push(i&127|128);i=i>>7}u.push(1)}}u.varint32write=varint32write;function varint32read(){let i=this.buf[this.pos++];let u=i&127;if((i&128)==0){this.assertBounds();return u}i=this.buf[this.pos++];u|=(i&127)<<7;if((i&128)==0){this.assertBounds();return u}i=this.buf[this.pos++];u|=(i&127)<<14;if((i&128)==0){this.assertBounds();return u}i=this.buf[this.pos++];u|=(i&127)<<21;if((i&128)==0){this.assertBounds();return u}i=this.buf[this.pos++];u|=(i&15)<<28;for(let u=5;(i&128)!==0&&u<10;u++)i=this.buf[this.pos++];if((i&128)!=0)throw new Error("invalid varint");this.assertBounds();return u>>>0}u.varint32read=varint32read},88372:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});var A=p(58369);Object.defineProperty(u,"typeofJsonValue",{enumerable:true,get:function(){return A.typeofJsonValue}});Object.defineProperty(u,"isJsonObject",{enumerable:true,get:function(){return A.isJsonObject}});var g=p(36689);Object.defineProperty(u,"base64decode",{enumerable:true,get:function(){return g.base64decode}});Object.defineProperty(u,"base64encode",{enumerable:true,get:function(){return g.base64encode}});var C=p(55424);Object.defineProperty(u,"utf8read",{enumerable:true,get:function(){return C.utf8read}});var S=p(66690);Object.defineProperty(u,"WireType",{enumerable:true,get:function(){return S.WireType}});Object.defineProperty(u,"mergeBinaryOptions",{enumerable:true,get:function(){return S.mergeBinaryOptions}});Object.defineProperty(u,"UnknownFieldHandler",{enumerable:true,get:function(){return S.UnknownFieldHandler}});var w=p(8887);Object.defineProperty(u,"BinaryReader",{enumerable:true,get:function(){return w.BinaryReader}});Object.defineProperty(u,"binaryReadOptions",{enumerable:true,get:function(){return w.binaryReadOptions}});var B=p(4839);Object.defineProperty(u,"BinaryWriter",{enumerable:true,get:function(){return B.BinaryWriter}});Object.defineProperty(u,"binaryWriteOptions",{enumerable:true,get:function(){return B.binaryWriteOptions}});var v=p(55579);Object.defineProperty(u,"PbLong",{enumerable:true,get:function(){return v.PbLong}});Object.defineProperty(u,"PbULong",{enumerable:true,get:function(){return v.PbULong}});var N=p(33389);Object.defineProperty(u,"jsonReadOptions",{enumerable:true,get:function(){return N.jsonReadOptions}});Object.defineProperty(u,"jsonWriteOptions",{enumerable:true,get:function(){return N.jsonWriteOptions}});Object.defineProperty(u,"mergeJsonOptions",{enumerable:true,get:function(){return N.mergeJsonOptions}});var T=p(41371);Object.defineProperty(u,"MESSAGE_TYPE",{enumerable:true,get:function(){return T.MESSAGE_TYPE}});var Q=p(4172);Object.defineProperty(u,"MessageType",{enumerable:true,get:function(){return Q.MessageType}});var x=p(40528);Object.defineProperty(u,"ScalarType",{enumerable:true,get:function(){return x.ScalarType}});Object.defineProperty(u,"LongType",{enumerable:true,get:function(){return x.LongType}});Object.defineProperty(u,"RepeatType",{enumerable:true,get:function(){return x.RepeatType}});Object.defineProperty(u,"normalizeFieldInfo",{enumerable:true,get:function(){return x.normalizeFieldInfo}});Object.defineProperty(u,"readFieldOptions",{enumerable:true,get:function(){return x.readFieldOptions}});Object.defineProperty(u,"readFieldOption",{enumerable:true,get:function(){return x.readFieldOption}});Object.defineProperty(u,"readMessageOption",{enumerable:true,get:function(){return x.readMessageOption}});var _=p(55649);Object.defineProperty(u,"ReflectionTypeCheck",{enumerable:true,get:function(){return _.ReflectionTypeCheck}});var k=p(40868);Object.defineProperty(u,"reflectionCreate",{enumerable:true,get:function(){return k.reflectionCreate}});var D=p(412);Object.defineProperty(u,"reflectionScalarDefault",{enumerable:true,get:function(){return D.reflectionScalarDefault}});var O=p(48674);Object.defineProperty(u,"reflectionMergePartial",{enumerable:true,get:function(){return O.reflectionMergePartial}});var P=p(78197);Object.defineProperty(u,"reflectionEquals",{enumerable:true,get:function(){return P.reflectionEquals}});var L=p(72161);Object.defineProperty(u,"ReflectionBinaryReader",{enumerable:true,get:function(){return L.ReflectionBinaryReader}});var U=p(45325);Object.defineProperty(u,"ReflectionBinaryWriter",{enumerable:true,get:function(){return U.ReflectionBinaryWriter}});var H=p(85240);Object.defineProperty(u,"ReflectionJsonReader",{enumerable:true,get:function(){return H.ReflectionJsonReader}});var z=p(55572);Object.defineProperty(u,"ReflectionJsonWriter",{enumerable:true,get:function(){return z.ReflectionJsonWriter}});var j=p(75556);Object.defineProperty(u,"containsMessageType",{enumerable:true,get:function(){return j.containsMessageType}});var q=p(74857);Object.defineProperty(u,"isOneofGroup",{enumerable:true,get:function(){return q.isOneofGroup}});Object.defineProperty(u,"setOneofValue",{enumerable:true,get:function(){return q.setOneofValue}});Object.defineProperty(u,"getOneofValue",{enumerable:true,get:function(){return q.getOneofValue}});Object.defineProperty(u,"clearOneofValue",{enumerable:true,get:function(){return q.clearOneofValue}});Object.defineProperty(u,"getSelectedOneofValue",{enumerable:true,get:function(){return q.getSelectedOneofValue}});var $=p(46959);Object.defineProperty(u,"listEnumValues",{enumerable:true,get:function(){return $.listEnumValues}});Object.defineProperty(u,"listEnumNames",{enumerable:true,get:function(){return $.listEnumNames}});Object.defineProperty(u,"listEnumNumbers",{enumerable:true,get:function(){return $.listEnumNumbers}});Object.defineProperty(u,"isEnumObject",{enumerable:true,get:function(){return $.isEnumObject}});var J=p(54959);Object.defineProperty(u,"lowerCamelCase",{enumerable:true,get:function(){return J.lowerCamelCase}});var W=p(46468);Object.defineProperty(u,"assert",{enumerable:true,get:function(){return W.assert}});Object.defineProperty(u,"assertNever",{enumerable:true,get:function(){return W.assertNever}});Object.defineProperty(u,"assertInt32",{enumerable:true,get:function(){return W.assertInt32}});Object.defineProperty(u,"assertUInt32",{enumerable:true,get:function(){return W.assertUInt32}});Object.defineProperty(u,"assertFloat32",{enumerable:true,get:function(){return W.assertFloat32}})},33389:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.mergeJsonOptions=u.jsonWriteOptions=u.jsonReadOptions=void 0;const p={emitDefaultValues:false,enumAsInteger:false,useProtoFieldName:false,prettySpaces:0},A={ignoreUnknownFields:false};function jsonReadOptions(i){return i?Object.assign(Object.assign({},A),i):A}u.jsonReadOptions=jsonReadOptions;function jsonWriteOptions(i){return i?Object.assign(Object.assign({},p),i):p}u.jsonWriteOptions=jsonWriteOptions;function mergeJsonOptions(i,u){var p,A;let g=Object.assign(Object.assign({},i),u);g.typeRegistry=[...(p=i===null||i===void 0?void 0:i.typeRegistry)!==null&&p!==void 0?p:[],...(A=u===null||u===void 0?void 0:u.typeRegistry)!==null&&A!==void 0?A:[]];return g}u.mergeJsonOptions=mergeJsonOptions},58369:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.isJsonObject=u.typeofJsonValue=void 0;function typeofJsonValue(i){let u=typeof i;if(u=="object"){if(Array.isArray(i))return"array";if(i===null)return"null"}return u}u.typeofJsonValue=typeofJsonValue;function isJsonObject(i){return i!==null&&typeof i=="object"&&!Array.isArray(i)}u.isJsonObject=isJsonObject},54959:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.lowerCamelCase=void 0;function lowerCamelCase(i){let u=false;const p=[];for(let A=0;A<i.length;A++){let g=i.charAt(A);if(g=="_"){u=true}else if(/\d/.test(g)){p.push(g);u=true}else if(u){p.push(g.toUpperCase());u=false}else if(A==0){p.push(g.toLowerCase())}else{p.push(g)}}return p.join("")}u.lowerCamelCase=lowerCamelCase},41371:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.MESSAGE_TYPE=void 0;u.MESSAGE_TYPE=Symbol.for("protobuf-ts/message-type")},4172:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.MessageType=void 0;const A=p(41371);const g=p(40528);const C=p(55649);const S=p(85240);const w=p(55572);const B=p(72161);const v=p(45325);const N=p(40868);const T=p(48674);const Q=p(58369);const x=p(33389);const _=p(78197);const k=p(4839);const D=p(8887);const O=Object.getOwnPropertyDescriptors(Object.getPrototypeOf({}));const P=O[A.MESSAGE_TYPE]={};class MessageType{constructor(i,u,p){this.defaultCheckDepth=16;this.typeName=i;this.fields=u.map(g.normalizeFieldInfo);this.options=p!==null&&p!==void 0?p:{};P.value=this;this.messagePrototype=Object.create(null,O);this.refTypeCheck=new C.ReflectionTypeCheck(this);this.refJsonReader=new S.ReflectionJsonReader(this);this.refJsonWriter=new w.ReflectionJsonWriter(this);this.refBinReader=new B.ReflectionBinaryReader(this);this.refBinWriter=new v.ReflectionBinaryWriter(this)}create(i){let u=N.reflectionCreate(this);if(i!==undefined){T.reflectionMergePartial(this,u,i)}return u}clone(i){let u=this.create();T.reflectionMergePartial(this,u,i);return u}equals(i,u){return _.reflectionEquals(this,i,u)}is(i,u=this.defaultCheckDepth){return this.refTypeCheck.is(i,u,false)}isAssignable(i,u=this.defaultCheckDepth){return this.refTypeCheck.is(i,u,true)}mergePartial(i,u){T.reflectionMergePartial(this,i,u)}fromBinary(i,u){let p=D.binaryReadOptions(u);return this.internalBinaryRead(p.readerFactory(i),i.byteLength,p)}fromJson(i,u){return this.internalJsonRead(i,x.jsonReadOptions(u))}fromJsonString(i,u){let p=JSON.parse(i);return this.fromJson(p,u)}toJson(i,u){return this.internalJsonWrite(i,x.jsonWriteOptions(u))}toJsonString(i,u){var p;let A=this.toJson(i,u);return JSON.stringify(A,null,(p=u===null||u===void 0?void 0:u.prettySpaces)!==null&&p!==void 0?p:0)}toBinary(i,u){let p=k.binaryWriteOptions(u);return this.internalBinaryWrite(i,p.writerFactory(),p).finish()}internalJsonRead(i,u,p){if(i!==null&&typeof i=="object"&&!Array.isArray(i)){let A=p!==null&&p!==void 0?p:this.create();this.refJsonReader.read(i,A,u);return A}throw new Error(`Unable to parse message ${this.typeName} from JSON ${Q.typeofJsonValue(i)}.`)}internalJsonWrite(i,u){return this.refJsonWriter.write(i,u)}internalBinaryWrite(i,u,p){this.refBinWriter.write(i,u,p);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create();this.refBinReader.read(i,g,p,u);return g}}u.MessageType=MessageType},74857:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.getSelectedOneofValue=u.clearOneofValue=u.setUnknownOneofValue=u.setOneofValue=u.getOneofValue=u.isOneofGroup=void 0;function isOneofGroup(i){if(typeof i!="object"||i===null||!i.hasOwnProperty("oneofKind")){return false}switch(typeof i.oneofKind){case"string":if(i[i.oneofKind]===undefined)return false;return Object.keys(i).length==2;case"undefined":return Object.keys(i).length==1;default:return false}}u.isOneofGroup=isOneofGroup;function getOneofValue(i,u){return i[u]}u.getOneofValue=getOneofValue;function setOneofValue(i,u,p){if(i.oneofKind!==undefined){delete i[i.oneofKind]}i.oneofKind=u;if(p!==undefined){i[u]=p}}u.setOneofValue=setOneofValue;function setUnknownOneofValue(i,u,p){if(i.oneofKind!==undefined){delete i[i.oneofKind]}i.oneofKind=u;if(p!==undefined&&u!==undefined){i[u]=p}}u.setUnknownOneofValue=setUnknownOneofValue;function clearOneofValue(i){if(i.oneofKind!==undefined){delete i[i.oneofKind]}i.oneofKind=undefined}u.clearOneofValue=clearOneofValue;function getSelectedOneofValue(i){if(i.oneofKind===undefined){return undefined}return i[i.oneofKind]}u.getSelectedOneofValue=getSelectedOneofValue},55579:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.PbLong=u.PbULong=u.detectBi=void 0;const A=p(20365);let g;function detectBi(){const i=new DataView(new ArrayBuffer(8));const u=globalThis.BigInt!==undefined&&typeof i.getBigInt64==="function"&&typeof i.getBigUint64==="function"&&typeof i.setBigInt64==="function"&&typeof i.setBigUint64==="function";g=u?{MIN:BigInt("-9223372036854775808"),MAX:BigInt("9223372036854775807"),UMIN:BigInt("0"),UMAX:BigInt("18446744073709551615"),C:BigInt,V:i}:undefined}u.detectBi=detectBi;detectBi();function assertBi(i){if(!i)throw new Error("BigInt unavailable, see https://github.com/timostamm/protobuf-ts/blob/v1.0.8/MANUAL.md#bigint-support")}const C=/^-?[0-9]+$/;const S=4294967296;const w=2147483648;class SharedPbLong{constructor(i,u){this.lo=i|0;this.hi=u|0}isZero(){return this.lo==0&&this.hi==0}toNumber(){let i=this.hi*S+(this.lo>>>0);if(!Number.isSafeInteger(i))throw new Error("cannot convert to safe number");return i}}class PbULong extends SharedPbLong{static from(i){if(g)switch(typeof i){case"string":if(i=="0")return this.ZERO;if(i=="")throw new Error("string is no integer");i=g.C(i);case"number":if(i===0)return this.ZERO;i=g.C(i);case"bigint":if(!i)return this.ZERO;if(i<g.UMIN)throw new Error("signed value for ulong");if(i>g.UMAX)throw new Error("ulong too large");g.V.setBigUint64(0,i,true);return new PbULong(g.V.getInt32(0,true),g.V.getInt32(4,true))}else switch(typeof i){case"string":if(i=="0")return this.ZERO;i=i.trim();if(!C.test(i))throw new Error("string is no integer");let[u,p,g]=A.int64fromString(i);if(u)throw new Error("signed value for ulong");return new PbULong(p,g);case"number":if(i==0)return this.ZERO;if(!Number.isSafeInteger(i))throw new Error("number is no integer");if(i<0)throw new Error("signed value for ulong");return new PbULong(i,i/S)}throw new Error("unknown value "+typeof i)}toString(){return g?this.toBigInt().toString():A.int64toString(this.lo,this.hi)}toBigInt(){assertBi(g);g.V.setInt32(0,this.lo,true);g.V.setInt32(4,this.hi,true);return g.V.getBigUint64(0,true)}}u.PbULong=PbULong;PbULong.ZERO=new PbULong(0,0);class PbLong extends SharedPbLong{static from(i){if(g)switch(typeof i){case"string":if(i=="0")return this.ZERO;if(i=="")throw new Error("string is no integer");i=g.C(i);case"number":if(i===0)return this.ZERO;i=g.C(i);case"bigint":if(!i)return this.ZERO;if(i<g.MIN)throw new Error("signed long too small");if(i>g.MAX)throw new Error("signed long too large");g.V.setBigInt64(0,i,true);return new PbLong(g.V.getInt32(0,true),g.V.getInt32(4,true))}else switch(typeof i){case"string":if(i=="0")return this.ZERO;i=i.trim();if(!C.test(i))throw new Error("string is no integer");let[u,p,g]=A.int64fromString(i);if(u){if(g>w||g==w&&p!=0)throw new Error("signed long too small")}else if(g>=w)throw new Error("signed long too large");let B=new PbLong(p,g);return u?B.negate():B;case"number":if(i==0)return this.ZERO;if(!Number.isSafeInteger(i))throw new Error("number is no integer");return i>0?new PbLong(i,i/S):new PbLong(-i,-i/S).negate()}throw new Error("unknown value "+typeof i)}isNegative(){return(this.hi&w)!==0}negate(){let i=~this.hi,u=this.lo;if(u)u=~u+1;else i+=1;return new PbLong(u,i)}toString(){if(g)return this.toBigInt().toString();if(this.isNegative()){let i=this.negate();return"-"+A.int64toString(i.lo,i.hi)}return A.int64toString(this.lo,this.hi)}toBigInt(){assertBi(g);g.V.setInt32(0,this.lo,true);g.V.setInt32(4,this.hi,true);return g.V.getBigInt64(0,true)}}u.PbLong=PbLong;PbLong.ZERO=new PbLong(0,0)},55424:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.utf8read=void 0;const fromCharCodes=i=>String.fromCharCode.apply(String,i);function utf8read(i){if(i.length<1)return"";let u=0,p=[],A=[],g=0,C;let S=i.length;while(u<S){C=i[u++];if(C<128)A[g++]=C;else if(C>191&&C<224)A[g++]=(C&31)<<6|i[u++]&63;else if(C>239&&C<365){C=((C&7)<<18|(i[u++]&63)<<12|(i[u++]&63)<<6|i[u++]&63)-65536;A[g++]=55296+(C>>10);A[g++]=56320+(C&1023)}else A[g++]=(C&15)<<12|(i[u++]&63)<<6|i[u++]&63;if(g>8191){p.push(fromCharCodes(A));g=0}}if(p.length){if(g)p.push(fromCharCodes(A.slice(0,g)));return p.join("")}return fromCharCodes(A.slice(0,g))}u.utf8read=utf8read},72161:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ReflectionBinaryReader=void 0;const A=p(66690);const g=p(40528);const C=p(32344);const S=p(412);class ReflectionBinaryReader{constructor(i){this.info=i}prepare(){var i;if(!this.fieldNoToField){const u=(i=this.info.fields)!==null&&i!==void 0?i:[];this.fieldNoToField=new Map(u.map((i=>[i.no,i])))}}read(i,u,p,C){this.prepare();const S=C===undefined?i.len:i.pos+C;while(i.pos<S){const[C,S]=i.tag(),w=this.fieldNoToField.get(C);if(!w){let g=p.readUnknownField;if(g=="throw")throw new Error(`Unknown field ${C} (wire type ${S}) for ${this.info.typeName}`);let w=i.skip(S);if(g!==false)(g===true?A.UnknownFieldHandler.onRead:g)(this.info.typeName,u,C,S,w);continue}let B=u,v=w.repeat,N=w.localName;if(w.oneof){B=B[w.oneof];if(B.oneofKind!==N)B=u[w.oneof]={oneofKind:N}}switch(w.kind){case"scalar":case"enum":let u=w.kind=="enum"?g.ScalarType.INT32:w.T;let C=w.kind=="scalar"?w.L:undefined;if(v){let p=B[N];if(S==A.WireType.LengthDelimited&&u!=g.ScalarType.STRING&&u!=g.ScalarType.BYTES){let A=i.uint32()+i.pos;while(i.pos<A)p.push(this.scalar(i,u,C))}else p.push(this.scalar(i,u,C))}else B[N]=this.scalar(i,u,C);break;case"message":if(v){let u=B[N];let A=w.T().internalBinaryRead(i,i.uint32(),p);u.push(A)}else B[N]=w.T().internalBinaryRead(i,i.uint32(),p,B[N]);break;case"map":let[T,Q]=this.mapEntry(w,i,p);B[N][T]=Q;break}}}mapEntry(i,u,p){let A=u.uint32();let C=u.pos+A;let w=undefined;let B=undefined;while(u.pos<C){let[A,C]=u.tag();switch(A){case 1:if(i.K==g.ScalarType.BOOL)w=u.bool().toString();else w=this.scalar(u,i.K,g.LongType.STRING);break;case 2:switch(i.V.kind){case"scalar":B=this.scalar(u,i.V.T,i.V.L);break;case"enum":B=u.int32();break;case"message":B=i.V.T().internalBinaryRead(u,u.uint32(),p);break}break;default:throw new Error(`Unknown field ${A} (wire type ${C}) in map entry for ${this.info.typeName}#${i.name}`)}}if(w===undefined){let u=S.reflectionScalarDefault(i.K);w=i.K==g.ScalarType.BOOL?u.toString():u}if(B===undefined)switch(i.V.kind){case"scalar":B=S.reflectionScalarDefault(i.V.T,i.V.L);break;case"enum":B=0;break;case"message":B=i.V.T().create();break}return[w,B]}scalar(i,u,p){switch(u){case g.ScalarType.INT32:return i.int32();case g.ScalarType.STRING:return i.string();case g.ScalarType.BOOL:return i.bool();case g.ScalarType.DOUBLE:return i.double();case g.ScalarType.FLOAT:return i.float();case g.ScalarType.INT64:return C.reflectionLongConvert(i.int64(),p);case g.ScalarType.UINT64:return C.reflectionLongConvert(i.uint64(),p);case g.ScalarType.FIXED64:return C.reflectionLongConvert(i.fixed64(),p);case g.ScalarType.FIXED32:return i.fixed32();case g.ScalarType.BYTES:return i.bytes();case g.ScalarType.UINT32:return i.uint32();case g.ScalarType.SFIXED32:return i.sfixed32();case g.ScalarType.SFIXED64:return C.reflectionLongConvert(i.sfixed64(),p);case g.ScalarType.SINT32:return i.sint32();case g.ScalarType.SINT64:return C.reflectionLongConvert(i.sint64(),p)}}}u.ReflectionBinaryReader=ReflectionBinaryReader},45325:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ReflectionBinaryWriter=void 0;const A=p(66690);const g=p(40528);const C=p(46468);const S=p(55579);class ReflectionBinaryWriter{constructor(i){this.info=i}prepare(){if(!this.fields){const i=this.info.fields?this.info.fields.concat():[];this.fields=i.sort(((i,u)=>i.no-u.no))}}write(i,u,p){this.prepare();for(const A of this.fields){let S,w,B=A.repeat,v=A.localName;if(A.oneof){const u=i[A.oneof];if(u.oneofKind!==v)continue;S=u[v];w=true}else{S=i[v];w=false}switch(A.kind){case"scalar":case"enum":let i=A.kind=="enum"?g.ScalarType.INT32:A.T;if(B){C.assert(Array.isArray(S));if(B==g.RepeatType.PACKED)this.packed(u,i,A.no,S);else for(const p of S)this.scalar(u,i,A.no,p,true)}else if(S===undefined)C.assert(A.opt);else this.scalar(u,i,A.no,S,w||A.opt);break;case"message":if(B){C.assert(Array.isArray(S));for(const i of S)this.message(u,p,A.T(),A.no,i)}else{this.message(u,p,A.T(),A.no,S)}break;case"map":C.assert(typeof S=="object"&&S!==null);for(const[i,g]of Object.entries(S))this.mapEntry(u,p,A,i,g);break}}let S=p.writeUnknownFields;if(S!==false)(S===true?A.UnknownFieldHandler.onWrite:S)(this.info.typeName,i,u)}mapEntry(i,u,p,S,w){i.tag(p.no,A.WireType.LengthDelimited);i.fork();let B=S;switch(p.K){case g.ScalarType.INT32:case g.ScalarType.FIXED32:case g.ScalarType.UINT32:case g.ScalarType.SFIXED32:case g.ScalarType.SINT32:B=Number.parseInt(S);break;case g.ScalarType.BOOL:C.assert(S=="true"||S=="false");B=S=="true";break}this.scalar(i,p.K,1,B,true);switch(p.V.kind){case"scalar":this.scalar(i,p.V.T,2,w,true);break;case"enum":this.scalar(i,g.ScalarType.INT32,2,w,true);break;case"message":this.message(i,u,p.V.T(),2,w);break}i.join()}message(i,u,p,g,C){if(C===undefined)return;p.internalBinaryWrite(C,i.tag(g,A.WireType.LengthDelimited).fork(),u);i.join()}scalar(i,u,p,A,g){let[C,S,w]=this.scalarInfo(u,A);if(!w||g){i.tag(p,C);i[S](A)}}packed(i,u,p,S){if(!S.length)return;C.assert(u!==g.ScalarType.BYTES&&u!==g.ScalarType.STRING);i.tag(p,A.WireType.LengthDelimited);i.fork();let[,w]=this.scalarInfo(u);for(let u=0;u<S.length;u++)i[w](S[u]);i.join()}scalarInfo(i,u){let p=A.WireType.Varint;let C;let w=u===undefined;let B=u===0;switch(i){case g.ScalarType.INT32:C="int32";break;case g.ScalarType.STRING:B=w||!u.length;p=A.WireType.LengthDelimited;C="string";break;case g.ScalarType.BOOL:B=u===false;C="bool";break;case g.ScalarType.UINT32:C="uint32";break;case g.ScalarType.DOUBLE:p=A.WireType.Bit64;C="double";break;case g.ScalarType.FLOAT:p=A.WireType.Bit32;C="float";break;case g.ScalarType.INT64:B=w||S.PbLong.from(u).isZero();C="int64";break;case g.ScalarType.UINT64:B=w||S.PbULong.from(u).isZero();C="uint64";break;case g.ScalarType.FIXED64:B=w||S.PbULong.from(u).isZero();p=A.WireType.Bit64;C="fixed64";break;case g.ScalarType.BYTES:B=w||!u.byteLength;p=A.WireType.LengthDelimited;C="bytes";break;case g.ScalarType.FIXED32:p=A.WireType.Bit32;C="fixed32";break;case g.ScalarType.SFIXED32:p=A.WireType.Bit32;C="sfixed32";break;case g.ScalarType.SFIXED64:B=w||S.PbLong.from(u).isZero();p=A.WireType.Bit64;C="sfixed64";break;case g.ScalarType.SINT32:C="sint32";break;case g.ScalarType.SINT64:B=w||S.PbLong.from(u).isZero();C="sint64";break}return[p,C,w||B]}}u.ReflectionBinaryWriter=ReflectionBinaryWriter},75556:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.containsMessageType=void 0;const A=p(41371);function containsMessageType(i){return i[A.MESSAGE_TYPE]!=null}u.containsMessageType=containsMessageType},40868:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.reflectionCreate=void 0;const A=p(412);const g=p(41371);function reflectionCreate(i){const u=i.messagePrototype?Object.create(i.messagePrototype):Object.defineProperty({},g.MESSAGE_TYPE,{value:i});for(let p of i.fields){let i=p.localName;if(p.opt)continue;if(p.oneof)u[p.oneof]={oneofKind:undefined};else if(p.repeat)u[i]=[];else switch(p.kind){case"scalar":u[i]=A.reflectionScalarDefault(p.T,p.L);break;case"enum":u[i]=0;break;case"map":u[i]={};break}}return u}u.reflectionCreate=reflectionCreate},78197:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.reflectionEquals=void 0;const A=p(40528);function reflectionEquals(i,u,p){if(u===p)return true;if(!u||!p)return false;for(let C of i.fields){let i=C.localName;let S=C.oneof?u[C.oneof][i]:u[i];let w=C.oneof?p[C.oneof][i]:p[i];switch(C.kind){case"enum":case"scalar":let i=C.kind=="enum"?A.ScalarType.INT32:C.T;if(!(C.repeat?repeatedPrimitiveEq(i,S,w):primitiveEq(i,S,w)))return false;break;case"map":if(!(C.V.kind=="message"?repeatedMsgEq(C.V.T(),g(S),g(w)):repeatedPrimitiveEq(C.V.kind=="enum"?A.ScalarType.INT32:C.V.T,g(S),g(w))))return false;break;case"message":let u=C.T();if(!(C.repeat?repeatedMsgEq(u,S,w):u.equals(S,w)))return false;break}}return true}u.reflectionEquals=reflectionEquals;const g=Object.values;function primitiveEq(i,u,p){if(u===p)return true;if(i!==A.ScalarType.BYTES)return false;let g=u;let C=p;if(g.length!==C.length)return false;for(let i=0;i<g.length;i++)if(g[i]!=C[i])return false;return true}function repeatedPrimitiveEq(i,u,p){if(u.length!==p.length)return false;for(let A=0;A<u.length;A++)if(!primitiveEq(i,u[A],p[A]))return false;return true}function repeatedMsgEq(i,u,p){if(u.length!==p.length)return false;for(let A=0;A<u.length;A++)if(!i.equals(u[A],p[A]))return false;return true}},40528:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.readMessageOption=u.readFieldOption=u.readFieldOptions=u.normalizeFieldInfo=u.RepeatType=u.LongType=u.ScalarType=void 0;const A=p(54959);var g;(function(i){i[i["DOUBLE"]=1]="DOUBLE";i[i["FLOAT"]=2]="FLOAT";i[i["INT64"]=3]="INT64";i[i["UINT64"]=4]="UINT64";i[i["INT32"]=5]="INT32";i[i["FIXED64"]=6]="FIXED64";i[i["FIXED32"]=7]="FIXED32";i[i["BOOL"]=8]="BOOL";i[i["STRING"]=9]="STRING";i[i["BYTES"]=12]="BYTES";i[i["UINT32"]=13]="UINT32";i[i["SFIXED32"]=15]="SFIXED32";i[i["SFIXED64"]=16]="SFIXED64";i[i["SINT32"]=17]="SINT32";i[i["SINT64"]=18]="SINT64"})(g=u.ScalarType||(u.ScalarType={}));var C;(function(i){i[i["BIGINT"]=0]="BIGINT";i[i["STRING"]=1]="STRING";i[i["NUMBER"]=2]="NUMBER"})(C=u.LongType||(u.LongType={}));var S;(function(i){i[i["NO"]=0]="NO";i[i["PACKED"]=1]="PACKED";i[i["UNPACKED"]=2]="UNPACKED"})(S=u.RepeatType||(u.RepeatType={}));function normalizeFieldInfo(i){var u,p,g,C;i.localName=(u=i.localName)!==null&&u!==void 0?u:A.lowerCamelCase(i.name);i.jsonName=(p=i.jsonName)!==null&&p!==void 0?p:A.lowerCamelCase(i.name);i.repeat=(g=i.repeat)!==null&&g!==void 0?g:S.NO;i.opt=(C=i.opt)!==null&&C!==void 0?C:i.repeat?false:i.oneof?false:i.kind=="message";return i}u.normalizeFieldInfo=normalizeFieldInfo;function readFieldOptions(i,u,p,A){var g;const C=(g=i.fields.find(((i,p)=>i.localName==u||p==u)))===null||g===void 0?void 0:g.options;return C&&C[p]?A.fromJson(C[p]):undefined}u.readFieldOptions=readFieldOptions;function readFieldOption(i,u,p,A){var g;const C=(g=i.fields.find(((i,p)=>i.localName==u||p==u)))===null||g===void 0?void 0:g.options;if(!C){return undefined}const S=C[p];if(S===undefined){return S}return A?A.fromJson(S):S}u.readFieldOption=readFieldOption;function readMessageOption(i,u,p){const A=i.options;const g=A[u];if(g===undefined){return g}return p?p.fromJson(g):g}u.readMessageOption=readMessageOption},85240:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ReflectionJsonReader=void 0;const A=p(58369);const g=p(36689);const C=p(40528);const S=p(55579);const w=p(46468);const B=p(32344);class ReflectionJsonReader{constructor(i){this.info=i}prepare(){var i;if(this.fMap===undefined){this.fMap={};const u=(i=this.info.fields)!==null&&i!==void 0?i:[];for(const i of u){this.fMap[i.name]=i;this.fMap[i.jsonName]=i;this.fMap[i.localName]=i}}}assert(i,u,p){if(!i){let i=A.typeofJsonValue(p);if(i=="number"||i=="boolean")i=p.toString();throw new Error(`Cannot parse JSON ${i} for ${this.info.typeName}#${u}`)}}read(i,u,p){this.prepare();const g=[];for(const[S,w]of Object.entries(i)){const i=this.fMap[S];if(!i){if(!p.ignoreUnknownFields)throw new Error(`Found unknown field while reading ${this.info.typeName} from JSON format. JSON key: ${S}`);continue}const B=i.localName;let v;if(i.oneof){if(w===null&&(i.kind!=="enum"||i.T()[0]!=="google.protobuf.NullValue")){continue}if(g.includes(i.oneof))throw new Error(`Multiple members of the oneof group "${i.oneof}" of ${this.info.typeName} are present in JSON.`);g.push(i.oneof);v=u[i.oneof]={oneofKind:B}}else{v=u}if(i.kind=="map"){if(w===null){continue}this.assert(A.isJsonObject(w),i.name,w);const u=v[B];for(const[A,g]of Object.entries(w)){this.assert(g!==null,i.name+" map value",null);let S;switch(i.V.kind){case"message":S=i.V.T().internalJsonRead(g,p);break;case"enum":S=this.enum(i.V.T(),g,i.name,p.ignoreUnknownFields);if(S===false)continue;break;case"scalar":S=this.scalar(g,i.V.T,i.V.L,i.name);break}this.assert(S!==undefined,i.name+" map value",g);let w=A;if(i.K==C.ScalarType.BOOL)w=w=="true"?true:w=="false"?false:w;w=this.scalar(w,i.K,C.LongType.STRING,i.name).toString();u[w]=S}}else if(i.repeat){if(w===null)continue;this.assert(Array.isArray(w),i.name,w);const u=v[B];for(const A of w){this.assert(A!==null,i.name,null);let g;switch(i.kind){case"message":g=i.T().internalJsonRead(A,p);break;case"enum":g=this.enum(i.T(),A,i.name,p.ignoreUnknownFields);if(g===false)continue;break;case"scalar":g=this.scalar(A,i.T,i.L,i.name);break}this.assert(g!==undefined,i.name,w);u.push(g)}}else{switch(i.kind){case"message":if(w===null&&i.T().typeName!="google.protobuf.Value"){this.assert(i.oneof===undefined,i.name+" (oneof member)",null);continue}v[B]=i.T().internalJsonRead(w,p,v[B]);break;case"enum":if(w===null)continue;let u=this.enum(i.T(),w,i.name,p.ignoreUnknownFields);if(u===false)continue;v[B]=u;break;case"scalar":if(w===null)continue;v[B]=this.scalar(w,i.T,i.L,i.name);break}}}}enum(i,u,p,A){if(i[0]=="google.protobuf.NullValue")w.assert(u===null||u==="NULL_VALUE",`Unable to parse field ${this.info.typeName}#${p}, enum ${i[0]} only accepts null.`);if(u===null)return 0;switch(typeof u){case"number":w.assert(Number.isInteger(u),`Unable to parse field ${this.info.typeName}#${p}, enum can only be integral number, got ${u}.`);return u;case"string":let g=u;if(i[2]&&u.substring(0,i[2].length)===i[2])g=u.substring(i[2].length);let C=i[1][g];if(typeof C==="undefined"&&A){return false}w.assert(typeof C=="number",`Unable to parse field ${this.info.typeName}#${p}, enum ${i[0]} has no value for "${u}".`);return C}w.assert(false,`Unable to parse field ${this.info.typeName}#${p}, cannot parse enum value from ${typeof u}".`)}scalar(i,u,p,A){let v;try{switch(u){case C.ScalarType.DOUBLE:case C.ScalarType.FLOAT:if(i===null)return 0;if(i==="NaN")return Number.NaN;if(i==="Infinity")return Number.POSITIVE_INFINITY;if(i==="-Infinity")return Number.NEGATIVE_INFINITY;if(i===""){v="empty string";break}if(typeof i=="string"&&i.trim().length!==i.length){v="extra whitespace";break}if(typeof i!="string"&&typeof i!="number"){break}let A=Number(i);if(Number.isNaN(A)){v="not a number";break}if(!Number.isFinite(A)){v="too large or small";break}if(u==C.ScalarType.FLOAT)w.assertFloat32(A);return A;case C.ScalarType.INT32:case C.ScalarType.FIXED32:case C.ScalarType.SFIXED32:case C.ScalarType.SINT32:case C.ScalarType.UINT32:if(i===null)return 0;let N;if(typeof i=="number")N=i;else if(i==="")v="empty string";else if(typeof i=="string"){if(i.trim().length!==i.length)v="extra whitespace";else N=Number(i)}if(N===undefined)break;if(u==C.ScalarType.UINT32)w.assertUInt32(N);else w.assertInt32(N);return N;case C.ScalarType.INT64:case C.ScalarType.SFIXED64:case C.ScalarType.SINT64:if(i===null)return B.reflectionLongConvert(S.PbLong.ZERO,p);if(typeof i!="number"&&typeof i!="string")break;return B.reflectionLongConvert(S.PbLong.from(i),p);case C.ScalarType.FIXED64:case C.ScalarType.UINT64:if(i===null)return B.reflectionLongConvert(S.PbULong.ZERO,p);if(typeof i!="number"&&typeof i!="string")break;return B.reflectionLongConvert(S.PbULong.from(i),p);case C.ScalarType.BOOL:if(i===null)return false;if(typeof i!=="boolean")break;return i;case C.ScalarType.STRING:if(i===null)return"";if(typeof i!=="string"){v="extra whitespace";break}try{encodeURIComponent(i)}catch(v){v="invalid UTF8";break}return i;case C.ScalarType.BYTES:if(i===null||i==="")return new Uint8Array(0);if(typeof i!=="string")break;return g.base64decode(i)}}catch(i){v=i.message}this.assert(false,A+(v?" - "+v:""),i)}}u.ReflectionJsonReader=ReflectionJsonReader},55572:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ReflectionJsonWriter=void 0;const A=p(36689);const g=p(55579);const C=p(40528);const S=p(46468);class ReflectionJsonWriter{constructor(i){var u;this.fields=(u=i.fields)!==null&&u!==void 0?u:[]}write(i,u){const p={},A=i;for(const i of this.fields){if(!i.oneof){let g=this.field(i,A[i.localName],u);if(g!==undefined)p[u.useProtoFieldName?i.name:i.jsonName]=g;continue}const g=A[i.oneof];if(g.oneofKind!==i.localName)continue;const C=i.kind=="scalar"||i.kind=="enum"?Object.assign(Object.assign({},u),{emitDefaultValues:true}):u;let w=this.field(i,g[i.localName],C);S.assert(w!==undefined);p[u.useProtoFieldName?i.name:i.jsonName]=w}return p}field(i,u,p){let A=undefined;if(i.kind=="map"){S.assert(typeof u=="object"&&u!==null);const g={};switch(i.V.kind){case"scalar":for(const[p,A]of Object.entries(u)){const u=this.scalar(i.V.T,A,i.name,false,true);S.assert(u!==undefined);g[p.toString()]=u}break;case"message":const A=i.V.T();for(const[C,w]of Object.entries(u)){const u=this.message(A,w,i.name,p);S.assert(u!==undefined);g[C.toString()]=u}break;case"enum":const C=i.V.T();for(const[A,w]of Object.entries(u)){S.assert(w===undefined||typeof w=="number");const u=this.enum(C,w,i.name,false,true,p.enumAsInteger);S.assert(u!==undefined);g[A.toString()]=u}break}if(p.emitDefaultValues||Object.keys(g).length>0)A=g}else if(i.repeat){S.assert(Array.isArray(u));const g=[];switch(i.kind){case"scalar":for(let p=0;p<u.length;p++){const A=this.scalar(i.T,u[p],i.name,i.opt,true);S.assert(A!==undefined);g.push(A)}break;case"enum":const A=i.T();for(let C=0;C<u.length;C++){S.assert(u[C]===undefined||typeof u[C]=="number");const w=this.enum(A,u[C],i.name,i.opt,true,p.enumAsInteger);S.assert(w!==undefined);g.push(w)}break;case"message":const C=i.T();for(let A=0;A<u.length;A++){const w=this.message(C,u[A],i.name,p);S.assert(w!==undefined);g.push(w)}break}if(p.emitDefaultValues||g.length>0||p.emitDefaultValues)A=g}else{switch(i.kind){case"scalar":A=this.scalar(i.T,u,i.name,i.opt,p.emitDefaultValues);break;case"enum":A=this.enum(i.T(),u,i.name,i.opt,p.emitDefaultValues,p.enumAsInteger);break;case"message":A=this.message(i.T(),u,i.name,p);break}}return A}enum(i,u,p,A,g,C){if(i[0]=="google.protobuf.NullValue")return!g&&!A?undefined:null;if(u===undefined){S.assert(A);return undefined}if(u===0&&!g&&!A)return undefined;S.assert(typeof u=="number");S.assert(Number.isInteger(u));if(C||!i[1].hasOwnProperty(u))return u;if(i[2])return i[2]+i[1][u];return i[1][u]}message(i,u,p,A){if(u===undefined)return A.emitDefaultValues?null:undefined;return i.internalJsonWrite(u,A)}scalar(i,u,p,w,B){if(u===undefined){S.assert(w);return undefined}const v=B||w;switch(i){case C.ScalarType.INT32:case C.ScalarType.SFIXED32:case C.ScalarType.SINT32:if(u===0)return v?0:undefined;S.assertInt32(u);return u;case C.ScalarType.FIXED32:case C.ScalarType.UINT32:if(u===0)return v?0:undefined;S.assertUInt32(u);return u;case C.ScalarType.FLOAT:S.assertFloat32(u);case C.ScalarType.DOUBLE:if(u===0)return v?0:undefined;S.assert(typeof u=="number");if(Number.isNaN(u))return"NaN";if(u===Number.POSITIVE_INFINITY)return"Infinity";if(u===Number.NEGATIVE_INFINITY)return"-Infinity";return u;case C.ScalarType.STRING:if(u==="")return v?"":undefined;S.assert(typeof u=="string");return u;case C.ScalarType.BOOL:if(u===false)return v?false:undefined;S.assert(typeof u=="boolean");return u;case C.ScalarType.UINT64:case C.ScalarType.FIXED64:S.assert(typeof u=="number"||typeof u=="string"||typeof u=="bigint");let i=g.PbULong.from(u);if(i.isZero()&&!v)return undefined;return i.toString();case C.ScalarType.INT64:case C.ScalarType.SFIXED64:case C.ScalarType.SINT64:S.assert(typeof u=="number"||typeof u=="string"||typeof u=="bigint");let p=g.PbLong.from(u);if(p.isZero()&&!v)return undefined;return p.toString();case C.ScalarType.BYTES:S.assert(u instanceof Uint8Array);if(!u.byteLength)return v?"":undefined;return A.base64encode(u)}}}u.ReflectionJsonWriter=ReflectionJsonWriter},32344:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.reflectionLongConvert=void 0;const A=p(40528);function reflectionLongConvert(i,u){switch(u){case A.LongType.BIGINT:return i.toBigInt();case A.LongType.NUMBER:return i.toNumber();default:return i.toString()}}u.reflectionLongConvert=reflectionLongConvert},48674:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.reflectionMergePartial=void 0;function reflectionMergePartial(i,u,p){let A,g=p,C;for(let p of i.fields){let i=p.localName;if(p.oneof){const S=g[p.oneof];if((S===null||S===void 0?void 0:S.oneofKind)==undefined){continue}A=S[i];C=u[p.oneof];C.oneofKind=S.oneofKind;if(A==undefined){delete C[i];continue}}else{A=g[i];C=u;if(A==undefined){continue}}if(p.repeat)C[i].length=A.length;switch(p.kind){case"scalar":case"enum":if(p.repeat)for(let u=0;u<A.length;u++)C[i][u]=A[u];else C[i]=A;break;case"message":let u=p.T();if(p.repeat)for(let p=0;p<A.length;p++)C[i][p]=u.create(A[p]);else if(C[i]===undefined)C[i]=u.create(A);else u.mergePartial(C[i],A);break;case"map":switch(p.V.kind){case"scalar":case"enum":Object.assign(C[i],A);break;case"message":let u=p.V.T();for(let p of Object.keys(A))C[i][p]=u.create(A[p]);break}break}}}u.reflectionMergePartial=reflectionMergePartial},412:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.reflectionScalarDefault=void 0;const A=p(40528);const g=p(32344);const C=p(55579);function reflectionScalarDefault(i,u=A.LongType.STRING){switch(i){case A.ScalarType.BOOL:return false;case A.ScalarType.UINT64:case A.ScalarType.FIXED64:return g.reflectionLongConvert(C.PbULong.ZERO,u);case A.ScalarType.INT64:case A.ScalarType.SFIXED64:case A.ScalarType.SINT64:return g.reflectionLongConvert(C.PbLong.ZERO,u);case A.ScalarType.DOUBLE:case A.ScalarType.FLOAT:return 0;case A.ScalarType.BYTES:return new Uint8Array(0);case A.ScalarType.STRING:return"";default:return 0}}u.reflectionScalarDefault=reflectionScalarDefault},55649:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ReflectionTypeCheck=void 0;const A=p(40528);const g=p(74857);class ReflectionTypeCheck{constructor(i){var u;this.fields=(u=i.fields)!==null&&u!==void 0?u:[]}prepare(){if(this.data)return;const i=[],u=[],p=[];for(let A of this.fields){if(A.oneof){if(!p.includes(A.oneof)){p.push(A.oneof);i.push(A.oneof);u.push(A.oneof)}}else{u.push(A.localName);switch(A.kind){case"scalar":case"enum":if(!A.opt||A.repeat)i.push(A.localName);break;case"message":if(A.repeat)i.push(A.localName);break;case"map":i.push(A.localName);break}}}this.data={req:i,known:u,oneofs:Object.values(p)}}is(i,u,p=false){if(u<0)return true;if(i===null||i===undefined||typeof i!="object")return false;this.prepare();let A=Object.keys(i),C=this.data;if(A.length<C.req.length||C.req.some((i=>!A.includes(i))))return false;if(!p){if(A.some((i=>!C.known.includes(i))))return false}if(u<1){return true}for(const A of C.oneofs){const C=i[A];if(!g.isOneofGroup(C))return false;if(C.oneofKind===undefined)continue;const S=this.fields.find((i=>i.localName===C.oneofKind));if(!S)return false;if(!this.field(C[C.oneofKind],S,p,u))return false}for(const A of this.fields){if(A.oneof!==undefined)continue;if(!this.field(i[A.localName],A,p,u))return false}return true}field(i,u,p,g){let C=u.repeat;switch(u.kind){case"scalar":if(i===undefined)return u.opt;if(C)return this.scalars(i,u.T,g,u.L);return this.scalar(i,u.T,u.L);case"enum":if(i===undefined)return u.opt;if(C)return this.scalars(i,A.ScalarType.INT32,g);return this.scalar(i,A.ScalarType.INT32);case"message":if(i===undefined)return true;if(C)return this.messages(i,u.T(),p,g);return this.message(i,u.T(),p,g);case"map":if(typeof i!="object"||i===null)return false;if(g<2)return true;if(!this.mapKeys(i,u.K,g))return false;switch(u.V.kind){case"scalar":return this.scalars(Object.values(i),u.V.T,g,u.V.L);case"enum":return this.scalars(Object.values(i),A.ScalarType.INT32,g);case"message":return this.messages(Object.values(i),u.V.T(),p,g)}break}return true}message(i,u,p,A){if(p){return u.isAssignable(i,A)}return u.is(i,A)}messages(i,u,p,A){if(!Array.isArray(i))return false;if(A<2)return true;if(p){for(let p=0;p<i.length&&p<A;p++)if(!u.isAssignable(i[p],A-1))return false}else{for(let p=0;p<i.length&&p<A;p++)if(!u.is(i[p],A-1))return false}return true}scalar(i,u,p){let g=typeof i;switch(u){case A.ScalarType.UINT64:case A.ScalarType.FIXED64:case A.ScalarType.INT64:case A.ScalarType.SFIXED64:case A.ScalarType.SINT64:switch(p){case A.LongType.BIGINT:return g=="bigint";case A.LongType.NUMBER:return g=="number"&&!isNaN(i);default:return g=="string"}case A.ScalarType.BOOL:return g=="boolean";case A.ScalarType.STRING:return g=="string";case A.ScalarType.BYTES:return i instanceof Uint8Array;case A.ScalarType.DOUBLE:case A.ScalarType.FLOAT:return g=="number"&&!isNaN(i);default:return g=="number"&&Number.isInteger(i)}}scalars(i,u,p,A){if(!Array.isArray(i))return false;if(p<2)return true;if(Array.isArray(i))for(let g=0;g<i.length&&g<p;g++)if(!this.scalar(i[g],u,A))return false;return true}mapKeys(i,u,p){let g=Object.keys(i);switch(u){case A.ScalarType.INT32:case A.ScalarType.FIXED32:case A.ScalarType.SFIXED32:case A.ScalarType.SINT32:case A.ScalarType.UINT32:return this.scalars(g.slice(0,p).map((i=>parseInt(i))),u,p);case A.ScalarType.BOOL:return this.scalars(g.slice(0,p).map((i=>i=="true"?true:i=="false"?false:i)),u,p);default:return this.scalars(g,u,p,A.LongType.STRING)}}}u.ReflectionTypeCheck=ReflectionTypeCheck},89659:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();var S=this&&this.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};Object.defineProperty(u,"__esModule",{value:true});u.HttpClient=u.HttpClientResponse=u.HttpClientError=u.MediaTypes=u.Headers=u.HttpCodes=void 0;u.getProxyUrl=getProxyUrl;u.isHttps=isHttps;const w=C(p(58611));const B=C(p(65692));const v=C(p(83335));const N=C(p(20770));const T=p(46752);var Q;(function(i){i[i["OK"]=200]="OK";i[i["MultipleChoices"]=300]="MultipleChoices";i[i["MovedPermanently"]=301]="MovedPermanently";i[i["ResourceMoved"]=302]="ResourceMoved";i[i["SeeOther"]=303]="SeeOther";i[i["NotModified"]=304]="NotModified";i[i["UseProxy"]=305]="UseProxy";i[i["SwitchProxy"]=306]="SwitchProxy";i[i["TemporaryRedirect"]=307]="TemporaryRedirect";i[i["PermanentRedirect"]=308]="PermanentRedirect";i[i["BadRequest"]=400]="BadRequest";i[i["Unauthorized"]=401]="Unauthorized";i[i["PaymentRequired"]=402]="PaymentRequired";i[i["Forbidden"]=403]="Forbidden";i[i["NotFound"]=404]="NotFound";i[i["MethodNotAllowed"]=405]="MethodNotAllowed";i[i["NotAcceptable"]=406]="NotAcceptable";i[i["ProxyAuthenticationRequired"]=407]="ProxyAuthenticationRequired";i[i["RequestTimeout"]=408]="RequestTimeout";i[i["Conflict"]=409]="Conflict";i[i["Gone"]=410]="Gone";i[i["TooManyRequests"]=429]="TooManyRequests";i[i["InternalServerError"]=500]="InternalServerError";i[i["NotImplemented"]=501]="NotImplemented";i[i["BadGateway"]=502]="BadGateway";i[i["ServiceUnavailable"]=503]="ServiceUnavailable";i[i["GatewayTimeout"]=504]="GatewayTimeout"})(Q||(u.HttpCodes=Q={}));var x;(function(i){i["Accept"]="accept";i["ContentType"]="content-type"})(x||(u.Headers=x={}));var _;(function(i){i["ApplicationJson"]="application/json"})(_||(u.MediaTypes=_={}));function getProxyUrl(i){const u=v.getProxyUrl(new URL(i));return u?u.href:""}const k=[Q.MovedPermanently,Q.ResourceMoved,Q.SeeOther,Q.TemporaryRedirect,Q.PermanentRedirect];const D=[Q.BadGateway,Q.ServiceUnavailable,Q.GatewayTimeout];const O=["OPTIONS","GET","DELETE","HEAD"];const P=10;const L=5;class HttpClientError extends Error{constructor(i,u){super(i);this.name="HttpClientError";this.statusCode=u;Object.setPrototypeOf(this,HttpClientError.prototype)}}u.HttpClientError=HttpClientError;class HttpClientResponse{constructor(i){this.message=i}readBody(){return S(this,void 0,void 0,(function*(){return new Promise((i=>S(this,void 0,void 0,(function*(){let u=Buffer.alloc(0);this.message.on("data",(i=>{u=Buffer.concat([u,i])}));this.message.on("end",(()=>{i(u.toString())}))}))))}))}readBodyBuffer(){return S(this,void 0,void 0,(function*(){return new Promise((i=>S(this,void 0,void 0,(function*(){const u=[];this.message.on("data",(i=>{u.push(i)}));this.message.on("end",(()=>{i(Buffer.concat(u))}))}))))}))}}u.HttpClientResponse=HttpClientResponse;function isHttps(i){const u=new URL(i);return u.protocol==="https:"}class HttpClient{constructor(i,u,p){this._ignoreSslError=false;this._allowRedirects=true;this._allowRedirectDowngrade=false;this._maxRedirects=50;this._allowRetries=false;this._maxRetries=1;this._keepAlive=false;this._disposed=false;this.userAgent=this._getUserAgentWithOrchestrationId(i);this.handlers=u||[];this.requestOptions=p;if(p){if(p.ignoreSslError!=null){this._ignoreSslError=p.ignoreSslError}this._socketTimeout=p.socketTimeout;if(p.allowRedirects!=null){this._allowRedirects=p.allowRedirects}if(p.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=p.allowRedirectDowngrade}if(p.maxRedirects!=null){this._maxRedirects=Math.max(p.maxRedirects,0)}if(p.keepAlive!=null){this._keepAlive=p.keepAlive}if(p.allowRetries!=null){this._allowRetries=p.allowRetries}if(p.maxRetries!=null){this._maxRetries=p.maxRetries}}}options(i,u){return S(this,void 0,void 0,(function*(){return this.request("OPTIONS",i,null,u||{})}))}get(i,u){return S(this,void 0,void 0,(function*(){return this.request("GET",i,null,u||{})}))}del(i,u){return S(this,void 0,void 0,(function*(){return this.request("DELETE",i,null,u||{})}))}post(i,u,p){return S(this,void 0,void 0,(function*(){return this.request("POST",i,u,p||{})}))}patch(i,u,p){return S(this,void 0,void 0,(function*(){return this.request("PATCH",i,u,p||{})}))}put(i,u,p){return S(this,void 0,void 0,(function*(){return this.request("PUT",i,u,p||{})}))}head(i,u){return S(this,void 0,void 0,(function*(){return this.request("HEAD",i,null,u||{})}))}sendStream(i,u,p,A){return S(this,void 0,void 0,(function*(){return this.request(i,u,p,A)}))}getJson(i){return S(this,arguments,void 0,(function*(i,u={}){u[x.Accept]=this._getExistingOrDefaultHeader(u,x.Accept,_.ApplicationJson);const p=yield this.get(i,u);return this._processResponse(p,this.requestOptions)}))}postJson(i,u){return S(this,arguments,void 0,(function*(i,u,p={}){const A=JSON.stringify(u,null,2);p[x.Accept]=this._getExistingOrDefaultHeader(p,x.Accept,_.ApplicationJson);p[x.ContentType]=this._getExistingOrDefaultContentTypeHeader(p,_.ApplicationJson);const g=yield this.post(i,A,p);return this._processResponse(g,this.requestOptions)}))}putJson(i,u){return S(this,arguments,void 0,(function*(i,u,p={}){const A=JSON.stringify(u,null,2);p[x.Accept]=this._getExistingOrDefaultHeader(p,x.Accept,_.ApplicationJson);p[x.ContentType]=this._getExistingOrDefaultContentTypeHeader(p,_.ApplicationJson);const g=yield this.put(i,A,p);return this._processResponse(g,this.requestOptions)}))}patchJson(i,u){return S(this,arguments,void 0,(function*(i,u,p={}){const A=JSON.stringify(u,null,2);p[x.Accept]=this._getExistingOrDefaultHeader(p,x.Accept,_.ApplicationJson);p[x.ContentType]=this._getExistingOrDefaultContentTypeHeader(p,_.ApplicationJson);const g=yield this.patch(i,A,p);return this._processResponse(g,this.requestOptions)}))}request(i,u,p,A){return S(this,void 0,void 0,(function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const g=new URL(u);let C=this._prepareRequest(i,g,A);const S=this._allowRetries&&O.includes(i)?this._maxRetries+1:1;let w=0;let B;do{B=yield this.requestRaw(C,p);if(B&&B.message&&B.message.statusCode===Q.Unauthorized){let i;for(const u of this.handlers){if(u.canHandleAuthentication(B)){i=u;break}}if(i){return i.handleAuthentication(this,C,p)}else{return B}}let u=this._maxRedirects;while(B.message.statusCode&&k.includes(B.message.statusCode)&&this._allowRedirects&&u>0){const S=B.message.headers["location"];if(!S){break}const w=new URL(S);if(g.protocol==="https:"&&g.protocol!==w.protocol&&!this._allowRedirectDowngrade){throw new Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.")}yield B.readBody();if(w.hostname!==g.hostname){for(const i in A){if(i.toLowerCase()==="authorization"){delete A[i]}}}C=this._prepareRequest(i,w,A);B=yield this.requestRaw(C,p);u--}if(!B.message.statusCode||!D.includes(B.message.statusCode)){return B}w+=1;if(w<S){yield B.readBody();yield this._performExponentialBackoff(w)}}while(w<S);return B}))}dispose(){if(this._agent){this._agent.destroy()}this._disposed=true}requestRaw(i,u){return S(this,void 0,void 0,(function*(){return new Promise(((p,A)=>{function callbackForResult(i,u){if(i){A(i)}else if(!u){A(new Error("Unknown error"))}else{p(u)}}this.requestRawWithCallback(i,u,callbackForResult)}))}))}requestRawWithCallback(i,u,p){if(typeof u==="string"){if(!i.options.headers){i.options.headers={}}i.options.headers["Content-Length"]=Buffer.byteLength(u,"utf8")}let A=false;function handleResult(i,u){if(!A){A=true;p(i,u)}}const g=i.httpModule.request(i.options,(i=>{const u=new HttpClientResponse(i);handleResult(undefined,u)}));let C;g.on("socket",(i=>{C=i}));g.setTimeout(this._socketTimeout||3*6e4,(()=>{if(C){C.end()}handleResult(new Error(`Request timeout: ${i.options.path}`))}));g.on("error",(function(i){handleResult(i)}));if(u&&typeof u==="string"){g.write(u,"utf8")}if(u&&typeof u!=="string"){u.on("close",(function(){g.end()}));u.pipe(g)}else{g.end()}}getAgent(i){const u=new URL(i);return this._getAgent(u)}getAgentDispatcher(i){const u=new URL(i);const p=v.getProxyUrl(u);const A=p&&p.hostname;if(!A){return}return this._getProxyAgentDispatcher(u,p)}_prepareRequest(i,u,p){const A={};A.parsedUrl=u;const g=A.parsedUrl.protocol==="https:";A.httpModule=g?B:w;const C=g?443:80;A.options={};A.options.host=A.parsedUrl.hostname;A.options.port=A.parsedUrl.port?parseInt(A.parsedUrl.port):C;A.options.path=(A.parsedUrl.pathname||"")+(A.parsedUrl.search||"");A.options.method=i;A.options.headers=this._mergeHeaders(p);if(this.userAgent!=null){A.options.headers["user-agent"]=this.userAgent}A.options.agent=this._getAgent(A.parsedUrl);if(this.handlers){for(const i of this.handlers){i.prepareRequest(A.options)}}return A}_mergeHeaders(i){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(i||{}))}return lowercaseKeys(i||{})}_getExistingOrDefaultHeader(i,u,p){let A;if(this.requestOptions&&this.requestOptions.headers){const i=lowercaseKeys(this.requestOptions.headers)[u];if(i){A=typeof i==="number"?i.toString():i}}const g=i[u];if(g!==undefined){return typeof g==="number"?g.toString():g}if(A!==undefined){return A}return p}_getExistingOrDefaultContentTypeHeader(i,u){let p;if(this.requestOptions&&this.requestOptions.headers){const i=lowercaseKeys(this.requestOptions.headers)[x.ContentType];if(i){if(typeof i==="number"){p=String(i)}else if(Array.isArray(i)){p=i.join(", ")}else{p=i}}}const A=i[x.ContentType];if(A!==undefined){if(typeof A==="number"){return String(A)}else if(Array.isArray(A)){return A.join(", ")}else{return A}}if(p!==undefined){return p}return u}_getAgent(i){let u;const p=v.getProxyUrl(i);const A=p&&p.hostname;if(this._keepAlive&&A){u=this._proxyAgent}if(!A){u=this._agent}if(u){return u}const g=i.protocol==="https:";let C=100;if(this.requestOptions){C=this.requestOptions.maxSockets||w.globalAgent.maxSockets}if(p&&p.hostname){const i={maxSockets:C,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(p.username||p.password)&&{proxyAuth:`${p.username}:${p.password}`}),{host:p.hostname,port:p.port})};let A;const S=p.protocol==="https:";if(g){A=S?N.httpsOverHttps:N.httpsOverHttp}else{A=S?N.httpOverHttps:N.httpOverHttp}u=A(i);this._proxyAgent=u}if(!u){const i={keepAlive:this._keepAlive,maxSockets:C};u=g?new B.Agent(i):new w.Agent(i);this._agent=u}if(g&&this._ignoreSslError){u.options=Object.assign(u.options||{},{rejectUnauthorized:false})}return u}_getProxyAgentDispatcher(i,u){let p;if(this._keepAlive){p=this._proxyAgentDispatcher}if(p){return p}const A=i.protocol==="https:";p=new T.ProxyAgent(Object.assign({uri:u.href,pipelining:!this._keepAlive?0:1},(u.username||u.password)&&{token:`Basic ${Buffer.from(`${u.username}:${u.password}`).toString("base64")}`}));this._proxyAgentDispatcher=p;if(A&&this._ignoreSslError){p.options=Object.assign(p.options.requestTls||{},{rejectUnauthorized:false})}return p}_getUserAgentWithOrchestrationId(i){const u=i||"actions/http-client";const p=process.env["ACTIONS_ORCHESTRATION_ID"];if(p){const i=p.replace(/[^a-z0-9_.-]/gi,"_");return`${u} actions_orchestration_id/${i}`}return u}_performExponentialBackoff(i){return S(this,void 0,void 0,(function*(){i=Math.min(P,i);const u=L*Math.pow(2,i);return new Promise((i=>setTimeout((()=>i()),u)))}))}_processResponse(i,u){return S(this,void 0,void 0,(function*(){return new Promise(((p,A)=>S(this,void 0,void 0,(function*(){const g=i.message.statusCode||0;const C={statusCode:g,result:null,headers:{}};if(g===Q.NotFound){p(C)}function dateTimeDeserializer(i,u){if(typeof u==="string"){const i=new Date(u);if(!isNaN(i.valueOf())){return i}}return u}let S;let w;try{w=yield i.readBody();if(w&&w.length>0){if(u&&u.deserializeDates){S=JSON.parse(w,dateTimeDeserializer)}else{S=JSON.parse(w)}C.result=S}C.headers=i.message.headers}catch(i){}if(g>299){let i;if(S&&S.message){i=S.message}else if(w&&w.length>0){i=w}else{i=`Failed request: (${g})`}const u=new HttpClientError(i,g);u.result=C.result;A(u)}else{p(C)}}))))}))}}u.HttpClient=HttpClient;const lowercaseKeys=i=>Object.keys(i).reduce(((u,p)=>(u[p.toLowerCase()]=i[p],u)),{})},83335:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.getProxyUrl=getProxyUrl;u.checkBypass=checkBypass;function getProxyUrl(i){const u=i.protocol==="https:";if(checkBypass(i)){return undefined}const p=(()=>{if(u){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(p){try{return new DecodedURL(p)}catch(i){if(!p.startsWith("http://")&&!p.startsWith("https://"))return new DecodedURL(`http://${p}`)}}else{return undefined}}function checkBypass(i){if(!i.hostname){return false}const u=i.hostname;if(isLoopbackAddress(u)){return true}const p=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!p){return false}let A;if(i.port){A=Number(i.port)}else if(i.protocol==="http:"){A=80}else if(i.protocol==="https:"){A=443}const g=[i.hostname.toUpperCase()];if(typeof A==="number"){g.push(`${g[0]}:${A}`)}for(const i of p.split(",").map((i=>i.trim().toUpperCase())).filter((i=>i))){if(i==="*"||g.some((u=>u===i||u.endsWith(`.${i}`)||i.startsWith(".")&&u.endsWith(`${i}`)))){return true}}return false}function isLoopbackAddress(i){const u=i.toLowerCase();return u==="localhost"||u.startsWith("127.")||u.startsWith("[::1]")||u.startsWith("[0:0:0:0:0:0:0:1]")}class DecodedURL extends URL{constructor(i,u){super(i,u);this._decodedUsername=decodeURIComponent(super.username);this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}},15862:(i,u,p)=>{var A;A={value:true};var g=p(45004);var C=p(81391);var S=p(7132);const w=g.createClientLogger("core-lro");const B=2e3;const v=["succeeded","canceled","failed"];function deserializeState(i){try{return JSON.parse(i).state}catch(u){throw new Error(`Unable to deserialize input state: ${i}`)}}function setStateError(i){const{state:u,stateProxy:p,isOperationError:A}=i;return i=>{if(A(i)){p.setError(u,i);p.setFailed(u)}throw i}}function appendReadableErrorMessage(i,u){let p=i;if(p.slice(-1)!=="."){p=p+"."}return p+" "+u}function simplifyError(i){let u=i.message;let p=i.code;let A=i;while(A.innererror){A=A.innererror;p=A.code;u=appendReadableErrorMessage(u,A.message)}return{code:p,message:u}}function processOperationStatus(i){const{state:u,stateProxy:p,status:A,isDone:g,processResult:C,getError:S,response:B,setErrorAsResult:v}=i;switch(A){case"succeeded":{p.setSucceeded(u);break}case"failed":{const i=S===null||S===void 0?void 0:S(B);let A="";if(i){const{code:u,message:p}=simplifyError(i);A=`. ${u}. ${p}`}const g=`The long-running operation has failed${A}`;p.setError(u,new Error(g));p.setFailed(u);w.warning(g);break}case"canceled":{p.setCanceled(u);break}}if((g===null||g===void 0?void 0:g(B,u))||g===undefined&&["succeeded","canceled"].concat(v?[]:["failed"]).includes(A)){p.setResult(u,buildResult({response:B,state:u,processResult:C}))}}function buildResult(i){const{processResult:u,response:p,state:A}=i;return u?u(p,A):p}async function initOperation(i){const{init:u,stateProxy:p,processResult:A,getOperationStatus:g,withOperationLocation:C,setErrorAsResult:S}=i;const{operationLocation:B,resourceLocation:v,metadata:N,response:T}=await u();if(B)C===null||C===void 0?void 0:C(B,false);const Q={metadata:N,operationLocation:B,resourceLocation:v};w.verbose(`LRO: Operation description:`,Q);const x=p.initState(Q);const _=g({response:T,state:x,operationLocation:B});processOperationStatus({state:x,status:_,stateProxy:p,response:T,setErrorAsResult:S,processResult:A});return x}async function pollOperationHelper(i){const{poll:u,state:p,stateProxy:A,operationLocation:g,getOperationStatus:C,getResourceLocation:S,isOperationError:B,options:N}=i;const T=await u(g,N).catch(setStateError({state:p,stateProxy:A,isOperationError:B}));const Q=C(T,p);w.verbose(`LRO: Status:\n\tPolling from: ${p.config.operationLocation}\n\tOperation status: ${Q}\n\tPolling status: ${v.includes(Q)?"Stopped":"Running"}`);if(Q==="succeeded"){const i=S(T,p);if(i!==undefined){return{response:await u(i).catch(setStateError({state:p,stateProxy:A,isOperationError:B})),status:Q}}}return{response:T,status:Q}}async function pollOperation(i){const{poll:u,state:p,stateProxy:A,options:g,getOperationStatus:C,getResourceLocation:S,getOperationLocation:w,isOperationError:B,withOperationLocation:N,getPollingInterval:T,processResult:Q,getError:x,updateState:_,setDelay:k,isDone:D,setErrorAsResult:O}=i;const{operationLocation:P}=p.config;if(P!==undefined){const{response:i,status:L}=await pollOperationHelper({poll:u,getOperationStatus:C,state:p,stateProxy:A,operationLocation:P,getResourceLocation:S,isOperationError:B,options:g});processOperationStatus({status:L,response:i,state:p,stateProxy:A,isDone:D,processResult:Q,getError:x,setErrorAsResult:O});if(!v.includes(L)){const u=T===null||T===void 0?void 0:T(i);if(u)k(u);const A=w===null||w===void 0?void 0:w(i,p);if(A!==undefined){const i=P!==A;p.config.operationLocation=A;N===null||N===void 0?void 0:N(A,i)}else N===null||N===void 0?void 0:N(P,false)}_===null||_===void 0?void 0:_(p,i)}}function getOperationLocationPollingUrl(i){const{azureAsyncOperation:u,operationLocation:p}=i;return p!==null&&p!==void 0?p:u}function getLocationHeader(i){return i.headers["location"]}function getOperationLocationHeader(i){return i.headers["operation-location"]}function getAzureAsyncOperationHeader(i){return i.headers["azure-asyncoperation"]}function findResourceLocation(i){const{location:u,requestMethod:p,requestPath:A,resourceLocationConfig:g}=i;switch(p){case"PUT":{return A}case"DELETE":{return undefined}default:{switch(g){case"azure-async-operation":{return undefined}case"original-uri":{return A}case"location":default:{return u}}}}}function inferLroMode(i){const{rawResponse:u,requestMethod:p,requestPath:A,resourceLocationConfig:g}=i;const C=getOperationLocationHeader(u);const S=getAzureAsyncOperationHeader(u);const w=getOperationLocationPollingUrl({operationLocation:C,azureAsyncOperation:S});const B=getLocationHeader(u);const v=p===null||p===void 0?void 0:p.toLocaleUpperCase();if(w!==undefined){return{mode:"OperationLocation",operationLocation:w,resourceLocation:findResourceLocation({requestMethod:v,location:B,requestPath:A,resourceLocationConfig:g})}}else if(B!==undefined){return{mode:"ResourceLocation",operationLocation:B}}else if(v==="PUT"&&A){return{mode:"Body",operationLocation:A}}else{return undefined}}function transformStatus(i){const{status:u,statusCode:p}=i;if(typeof u!=="string"&&u!==undefined){throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${u}. This doesn't necessarily indicate the operation has failed. Check your Azure subscription or resource status for more information.`)}switch(u===null||u===void 0?void 0:u.toLocaleLowerCase()){case undefined:return toOperationStatus(p);case"succeeded":return"succeeded";case"failed":return"failed";case"running":case"accepted":case"started":case"canceling":case"cancelling":return"running";case"canceled":case"cancelled":return"canceled";default:{w.verbose(`LRO: unrecognized operation status: ${u}`);return u}}}function getStatus(i){var u;const{status:p}=(u=i.body)!==null&&u!==void 0?u:{};return transformStatus({status:p,statusCode:i.statusCode})}function getProvisioningState(i){var u,p;const{properties:A,provisioningState:g}=(u=i.body)!==null&&u!==void 0?u:{};const C=(p=A===null||A===void 0?void 0:A.provisioningState)!==null&&p!==void 0?p:g;return transformStatus({status:C,statusCode:i.statusCode})}function toOperationStatus(i){if(i===202){return"running"}else if(i<300){return"succeeded"}else{return"failed"}}function parseRetryAfter({rawResponse:i}){const u=i.headers["retry-after"];if(u!==undefined){const i=parseInt(u);return isNaN(i)?calculatePollingIntervalFromDate(new Date(u)):i*1e3}return undefined}function getErrorFromResponse(i){const u=i.flatResponse.error;if(!u){w.warning(`The long-running operation failed but there is no error property in the response's body`);return}if(!u.code||!u.message){w.warning(`The long-running operation failed but the error property in the response's body doesn't contain code or message`);return}return u}function calculatePollingIntervalFromDate(i){const u=Math.floor((new Date).getTime());const p=i.getTime();if(u<p){return p-u}return undefined}function getStatusFromInitialResponse(i){const{response:u,state:p,operationLocation:A}=i;function helper(){var i;const A=(i=p.config.metadata)===null||i===void 0?void 0:i["mode"];switch(A){case undefined:return toOperationStatus(u.rawResponse.statusCode);case"Body":return getOperationStatus(u,p);default:return"running"}}const g=helper();return g==="running"&&A===undefined?"succeeded":g}async function initHttpOperation(i){const{stateProxy:u,resourceLocationConfig:p,processResult:A,lro:g,setErrorAsResult:C}=i;return initOperation({init:async()=>{const i=await g.sendInitialRequest();const u=inferLroMode({rawResponse:i.rawResponse,requestPath:g.requestPath,requestMethod:g.requestMethod,resourceLocationConfig:p});return Object.assign({response:i,operationLocation:u===null||u===void 0?void 0:u.operationLocation,resourceLocation:u===null||u===void 0?void 0:u.resourceLocation},(u===null||u===void 0?void 0:u.mode)?{metadata:{mode:u.mode}}:{})},stateProxy:u,processResult:A?({flatResponse:i},u)=>A(i,u):({flatResponse:i})=>i,getOperationStatus:getStatusFromInitialResponse,setErrorAsResult:C})}function getOperationLocation({rawResponse:i},u){var p;const A=(p=u.config.metadata)===null||p===void 0?void 0:p["mode"];switch(A){case"OperationLocation":{return getOperationLocationPollingUrl({operationLocation:getOperationLocationHeader(i),azureAsyncOperation:getAzureAsyncOperationHeader(i)})}case"ResourceLocation":{return getLocationHeader(i)}case"Body":default:{return undefined}}}function getOperationStatus({rawResponse:i},u){var p;const A=(p=u.config.metadata)===null||p===void 0?void 0:p["mode"];switch(A){case"OperationLocation":{return getStatus(i)}case"ResourceLocation":{return toOperationStatus(i.statusCode)}case"Body":{return getProvisioningState(i)}default:throw new Error(`Internal error: Unexpected operation mode: ${A}`)}}function getResourceLocation({flatResponse:i},u){if(typeof i==="object"){const p=i.resourceLocation;if(p!==undefined){u.config.resourceLocation=p}}return u.config.resourceLocation}function isOperationError(i){return i.name==="RestError"}async function pollHttpOperation(i){const{lro:u,stateProxy:p,options:A,processResult:g,updateState:C,setDelay:S,state:w,setErrorAsResult:B}=i;return pollOperation({state:w,stateProxy:p,setDelay:S,processResult:g?({flatResponse:i},u)=>g(i,u):({flatResponse:i})=>i,getError:getErrorFromResponse,updateState:C,getPollingInterval:parseRetryAfter,getOperationLocation:getOperationLocation,getOperationStatus:getOperationStatus,isOperationError:isOperationError,getResourceLocation:getResourceLocation,options:A,poll:async(i,p)=>u.sendPollRequest(i,p),setErrorAsResult:B})}const createStateProxy$1=()=>({initState:i=>({status:"running",config:i}),setCanceled:i=>i.status="canceled",setError:(i,u)=>i.error=u,setResult:(i,u)=>i.result=u,setRunning:i=>i.status="running",setSucceeded:i=>i.status="succeeded",setFailed:i=>i.status="failed",getError:i=>i.error,getResult:i=>i.result,isCanceled:i=>i.status==="canceled",isFailed:i=>i.status==="failed",isRunning:i=>i.status==="running",isSucceeded:i=>i.status==="succeeded"});function buildCreatePoller(i){const{getOperationLocation:u,getStatusFromInitialResponse:p,getStatusFromPollResponse:A,isOperationError:g,getResourceLocation:w,getPollingInterval:v,getError:N,resolveOnUnsuccessful:T}=i;return async({init:i,poll:Q},x)=>{const{processResult:_,updateState:k,withOperationLocation:D,intervalInMs:O=B,restoreFrom:P}=x||{};const L=createStateProxy$1();const U=D?(()=>{let i=false;return(u,p)=>{if(p)D(u);else if(!i)D(u);i=true}})():undefined;const H=P?deserializeState(P):await initOperation({init:i,stateProxy:L,processResult:_,getOperationStatus:p,withOperationLocation:U,setErrorAsResult:!T});let z;const j=new C.AbortController;const q=new Map;const handleProgressEvents=async()=>q.forEach((i=>i(H)));const $="Operation was canceled";let J=O;const W={getOperationState:()=>H,getResult:()=>H.result,isDone:()=>["succeeded","failed","canceled"].includes(H.status),isStopped:()=>z===undefined,stopPolling:()=>{j.abort()},toString:()=>JSON.stringify({state:H}),onProgress:i=>{const u=Symbol();q.set(u,i);return()=>q.delete(u)},pollUntilDone:i=>z!==null&&z!==void 0?z:z=(async()=>{const{abortSignal:u}=i||{};const{signal:p}=u?new C.AbortController([u,j.signal]):j;if(!W.isDone()){await W.poll({abortSignal:p});while(!W.isDone()){await S.delay(J,{abortSignal:p});await W.poll({abortSignal:p})}}if(T){return W.getResult()}else{switch(H.status){case"succeeded":return W.getResult();case"canceled":throw new Error($);case"failed":throw H.error;case"notStarted":case"running":throw new Error(`Polling completed without succeeding or failing`)}}})().finally((()=>{z=undefined})),async poll(i){if(T){if(W.isDone())return}else{switch(H.status){case"succeeded":return;case"canceled":throw new Error($);case"failed":throw H.error}}await pollOperation({poll:Q,state:H,stateProxy:L,getOperationLocation:u,isOperationError:g,withOperationLocation:U,getPollingInterval:v,getOperationStatus:A,getResourceLocation:w,processResult:_,getError:N,updateState:k,options:i,setDelay:i=>{J=i},setErrorAsResult:!T});await handleProgressEvents();if(!T){switch(H.status){case"canceled":throw new Error($);case"failed":throw H.error}}}};return W}}async function createHttpPoller(i,u){const{resourceLocationConfig:p,intervalInMs:A,processResult:g,restoreFrom:C,updateState:S,withOperationLocation:w,resolveOnUnsuccessful:B=false}=u||{};return buildCreatePoller({getStatusFromInitialResponse:getStatusFromInitialResponse,getStatusFromPollResponse:getOperationStatus,isOperationError:isOperationError,getOperationLocation:getOperationLocation,getResourceLocation:getResourceLocation,getPollingInterval:parseRetryAfter,getError:getErrorFromResponse,resolveOnUnsuccessful:B})({init:async()=>{const u=await i.sendInitialRequest();const A=inferLroMode({rawResponse:u.rawResponse,requestPath:i.requestPath,requestMethod:i.requestMethod,resourceLocationConfig:p});return Object.assign({response:u,operationLocation:A===null||A===void 0?void 0:A.operationLocation,resourceLocation:A===null||A===void 0?void 0:A.resourceLocation},(A===null||A===void 0?void 0:A.mode)?{metadata:{mode:A.mode}}:{})},poll:i.sendPollRequest},{intervalInMs:A,withOperationLocation:w,restoreFrom:C,updateState:S,processResult:g?({flatResponse:i},u)=>g(i,u):({flatResponse:i})=>i})}const createStateProxy=()=>({initState:i=>({config:i,isStarted:true}),setCanceled:i=>i.isCancelled=true,setError:(i,u)=>i.error=u,setResult:(i,u)=>i.result=u,setRunning:i=>i.isStarted=true,setSucceeded:i=>i.isCompleted=true,setFailed:()=>{},getError:i=>i.error,getResult:i=>i.result,isCanceled:i=>!!i.isCancelled,isFailed:i=>!!i.error,isRunning:i=>!!i.isStarted,isSucceeded:i=>Boolean(i.isCompleted&&!i.isCancelled&&!i.error)});class GenericPollOperation{constructor(i,u,p,A,g,C,S){this.state=i;this.lro=u;this.setErrorAsResult=p;this.lroResourceLocationConfig=A;this.processResult=g;this.updateState=C;this.isDone=S}setPollerConfig(i){this.pollerConfig=i}async update(i){var u;const p=createStateProxy();if(!this.state.isStarted){this.state=Object.assign(Object.assign({},this.state),await initHttpOperation({lro:this.lro,stateProxy:p,resourceLocationConfig:this.lroResourceLocationConfig,processResult:this.processResult,setErrorAsResult:this.setErrorAsResult}))}const A=this.updateState;const g=this.isDone;if(!this.state.isCompleted&&this.state.error===undefined){await pollHttpOperation({lro:this.lro,state:this.state,stateProxy:p,processResult:this.processResult,updateState:A?(i,{rawResponse:u})=>A(i,u):undefined,isDone:g?({flatResponse:i},u)=>g(i,u):undefined,options:i,setDelay:i=>{this.pollerConfig.intervalInMs=i},setErrorAsResult:this.setErrorAsResult})}(u=i===null||i===void 0?void 0:i.fireProgress)===null||u===void 0?void 0:u.call(i,this.state);return this}async cancel(){w.error("`cancelOperation` is deprecated because it wasn't implemented");return this}toString(){return JSON.stringify({state:this.state})}}class PollerStoppedError extends Error{constructor(i){super(i);this.name="PollerStoppedError";Object.setPrototypeOf(this,PollerStoppedError.prototype)}}class PollerCancelledError extends Error{constructor(i){super(i);this.name="PollerCancelledError";Object.setPrototypeOf(this,PollerCancelledError.prototype)}}class Poller{constructor(i){this.resolveOnUnsuccessful=false;this.stopped=true;this.pollProgressCallbacks=[];this.operation=i;this.promise=new Promise(((i,u)=>{this.resolve=i;this.reject=u}));this.promise.catch((()=>{}))}async startPolling(i={}){if(this.stopped){this.stopped=false}while(!this.isStopped()&&!this.isDone()){await this.poll(i);await this.delay()}}async pollOnce(i={}){if(!this.isDone()){this.operation=await this.operation.update({abortSignal:i.abortSignal,fireProgress:this.fireProgress.bind(this)})}this.processUpdatedState()}fireProgress(i){for(const u of this.pollProgressCallbacks){u(i)}}async cancelOnce(i={}){this.operation=await this.operation.cancel(i)}poll(i={}){if(!this.pollOncePromise){this.pollOncePromise=this.pollOnce(i);const clearPollOncePromise=()=>{this.pollOncePromise=undefined};this.pollOncePromise.then(clearPollOncePromise,clearPollOncePromise).catch(this.reject)}return this.pollOncePromise}processUpdatedState(){if(this.operation.state.error){this.stopped=true;if(!this.resolveOnUnsuccessful){this.reject(this.operation.state.error);throw this.operation.state.error}}if(this.operation.state.isCancelled){this.stopped=true;if(!this.resolveOnUnsuccessful){const i=new PollerCancelledError("Operation was canceled");this.reject(i);throw i}}if(this.isDone()&&this.resolve){this.resolve(this.getResult())}}async pollUntilDone(i={}){if(this.stopped){this.startPolling(i).catch(this.reject)}this.processUpdatedState();return this.promise}onProgress(i){this.pollProgressCallbacks.push(i);return()=>{this.pollProgressCallbacks=this.pollProgressCallbacks.filter((u=>u!==i))}}isDone(){const i=this.operation.state;return Boolean(i.isCompleted||i.isCancelled||i.error)}stopPolling(){if(!this.stopped){this.stopped=true;if(this.reject){this.reject(new PollerStoppedError("This poller is already stopped"))}}}isStopped(){return this.stopped}cancelOperation(i={}){if(!this.cancelPromise){this.cancelPromise=this.cancelOnce(i)}else if(i.abortSignal){throw new Error("A cancel request is currently pending")}return this.cancelPromise}getOperationState(){return this.operation.state}getResult(){const i=this.operation.state;return i.result}toString(){return this.operation.toString()}}class LroEngine extends Poller{constructor(i,u){const{intervalInMs:p=B,resumeFrom:A,resolveOnUnsuccessful:g=false,isDone:C,lroResourceLocationConfig:S,processResult:w,updateState:v}=u||{};const N=A?deserializeState(A):{};const T=new GenericPollOperation(N,i,!g,S,w,v,C);super(T);this.resolveOnUnsuccessful=g;this.config={intervalInMs:p};T.setPollerConfig(this.config)}delay(){return new Promise((i=>setTimeout((()=>i()),this.config.intervalInMs)))}}A=LroEngine;u.vu=Poller;A=PollerCancelledError;A=PollerStoppedError;A=createHttpPoller},81391:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});const p=new WeakMap;const A=new WeakMap;class AbortSignal{constructor(){this.onabort=null;p.set(this,[]);A.set(this,false)}get aborted(){if(!A.has(this)){throw new TypeError("Expected `this` to be an instance of AbortSignal.")}return A.get(this)}static get none(){return new AbortSignal}addEventListener(i,u){if(!p.has(this)){throw new TypeError("Expected `this` to be an instance of AbortSignal.")}const A=p.get(this);A.push(u)}removeEventListener(i,u){if(!p.has(this)){throw new TypeError("Expected `this` to be an instance of AbortSignal.")}const A=p.get(this);const g=A.indexOf(u);if(g>-1){A.splice(g,1)}}dispatchEvent(i){throw new Error("This is a stub dispatchEvent implementation that should not be used. It only exists for type-checking purposes.")}}function abortSignal(i){if(i.aborted){return}if(i.onabort){i.onabort.call(i)}const u=p.get(i);if(u){u.slice().forEach((u=>{u.call(i,{type:"abort"})}))}A.set(i,true)}class AbortError extends Error{constructor(i){super(i);this.name="AbortError"}}class AbortController{constructor(i){this._signal=new AbortSignal;if(!i){return}if(!Array.isArray(i)){i=arguments}for(const u of i){if(u.aborted){this.abort()}else{u.addEventListener("abort",(()=>{this.abort()}))}}}get signal(){return this._signal}abort(){abortSignal(this._signal)}static timeout(i){const u=new AbortSignal;const p=setTimeout(abortSignal,i,u);if(typeof p.unref==="function"){p.unref()}return u}}u.AbortController=AbortController;u.AbortError=AbortError;u.AbortSignal=AbortSignal},7132:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});var A=p(81391);var g=p(76982);var C;const S=typeof process!=="undefined"&&Boolean(process.version)&&Boolean((C=process.versions)===null||C===void 0?void 0:C.node);function createAbortablePromise(i,u){const{cleanupBeforeAbort:p,abortSignal:g,abortErrorMsg:C}=u!==null&&u!==void 0?u:{};return new Promise(((u,S)=>{function rejectOnAbort(){S(new A.AbortError(C!==null&&C!==void 0?C:"The operation was aborted."))}function removeListeners(){g===null||g===void 0?void 0:g.removeEventListener("abort",onAbort)}function onAbort(){p===null||p===void 0?void 0:p();removeListeners();rejectOnAbort()}if(g===null||g===void 0?void 0:g.aborted){return rejectOnAbort()}try{i((i=>{removeListeners();u(i)}),(i=>{removeListeners();S(i)}))}catch(i){S(i)}g===null||g===void 0?void 0:g.addEventListener("abort",onAbort)}))}const w="The delay was aborted.";function delay(i,u){let p;const{abortSignal:A,abortErrorMsg:g}=u!==null&&u!==void 0?u:{};return createAbortablePromise((u=>{p=setTimeout(u,i)}),{cleanupBeforeAbort:()=>clearTimeout(p),abortSignal:A,abortErrorMsg:g!==null&&g!==void 0?g:w})}function getRandomIntegerInclusive(i,u){i=Math.ceil(i);u=Math.floor(u);const p=Math.floor(Math.random()*(u-i+1));return p+i}function isObject(i){return typeof i==="object"&&i!==null&&!Array.isArray(i)&&!(i instanceof RegExp)&&!(i instanceof Date)}function isError(i){if(isObject(i)){const u=typeof i.name==="string";const p=typeof i.message==="string";return u&&p}return false}function getErrorMessage(i){if(isError(i)){return i.message}else{let u;try{if(typeof i==="object"&&i){u=JSON.stringify(i)}else{u=String(i)}}catch(i){u="[unable to stringify input]"}return`Unknown error ${u}`}}async function computeSha256Hmac(i,u,p){const A=Buffer.from(i,"base64");return g.createHmac("sha256",A).update(u).digest(p)}async function computeSha256Hash(i,u){return g.createHash("sha256").update(i).digest(u)}function isDefined(i){return typeof i!=="undefined"&&i!==null}function isObjectWithProperties(i,u){if(!isDefined(i)||typeof i!=="object"){return false}for(const p of u){if(!objectHasProperty(i,p)){return false}}return true}function objectHasProperty(i,u){return isDefined(i)&&typeof i==="object"&&u in i}function generateUUID(){let i="";for(let u=0;u<32;u++){const p=Math.floor(Math.random()*16);if(u===12){i+="4"}else if(u===16){i+=p&3|8}else{i+=p.toString(16)}if(u===7||u===11||u===15||u===19){i+="-"}}return i}var B;let v=typeof((B=globalThis===null||globalThis===void 0?void 0:globalThis.crypto)===null||B===void 0?void 0:B.randomUUID)==="function"?globalThis.crypto.randomUUID.bind(globalThis.crypto):g.randomUUID;if(!v){v=generateUUID}function randomUUID(){return v()}u.computeSha256Hash=computeSha256Hash;u.computeSha256Hmac=computeSha256Hmac;u.createAbortablePromise=createAbortablePromise;u.delay=delay;u.getErrorMessage=getErrorMessage;u.getRandomIntegerInclusive=getRandomIntegerInclusive;u.isDefined=isDefined;u.isError=isError;u.isNode=S;u.isObject=isObject;u.isObjectWithProperties=isObjectWithProperties;u.objectHasProperty=objectHasProperty;u.randomUUID=randomUUID},45004:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});var A=p(70857);var g=p(39023);function _interopDefaultLegacy(i){return i&&typeof i==="object"&&"default"in i?i:{default:i}}var C=_interopDefaultLegacy(g);function log(i,...u){process.stderr.write(`${C["default"].format(i,...u)}${A.EOL}`)}const S=typeof process!=="undefined"&&process.env&&process.env.DEBUG||undefined;let w;let B=[];let v=[];const N=[];if(S){enable(S)}const T=Object.assign((i=>createDebugger(i)),{enable:enable,enabled:enabled,disable:disable,log:log});function enable(i){w=i;B=[];v=[];const u=/\*/g;const p=i.split(",").map((i=>i.trim().replace(u,".*?")));for(const i of p){if(i.startsWith("-")){v.push(new RegExp(`^${i.substr(1)}$`))}else{B.push(new RegExp(`^${i}$`))}}for(const i of N){i.enabled=enabled(i.namespace)}}function enabled(i){if(i.endsWith("*")){return true}for(const u of v){if(u.test(i)){return false}}for(const u of B){if(u.test(i)){return true}}return false}function disable(){const i=w||"";enable("");return i}function createDebugger(i){const u=Object.assign(debug,{enabled:enabled(i),destroy:destroy,log:T.log,namespace:i,extend:extend});function debug(...p){if(!u.enabled){return}if(p.length>0){p[0]=`${i} ${p[0]}`}u.log(...p)}N.push(u);return u}function destroy(){const i=N.indexOf(this);if(i>=0){N.splice(i,1);return true}return false}function extend(i){const u=createDebugger(`${this.namespace}:${i}`);u.log=this.log;return u}var Q=T;const x=new Set;const _=typeof process!=="undefined"&&process.env&&process.env.AZURE_LOG_LEVEL||undefined;let k;const D=Q("azure");D.log=(...i)=>{Q.log(...i)};const O=["verbose","info","warning","error"];if(_){if(isAzureLogLevel(_)){setLogLevel(_)}else{console.error(`AZURE_LOG_LEVEL set to unknown log level '${_}'; logging is not enabled. Acceptable values: ${O.join(", ")}.`)}}function setLogLevel(i){if(i&&!isAzureLogLevel(i)){throw new Error(`Unknown log level '${i}'. Acceptable values: ${O.join(",")}`)}k=i;const u=[];for(const i of x){if(shouldEnable(i)){u.push(i.namespace)}}Q.enable(u.join(","))}function getLogLevel(){return k}const P={verbose:400,info:300,warning:200,error:100};function createClientLogger(i){const u=D.extend(i);patchLogMethod(D,u);return{error:createLogger(u,"error"),warning:createLogger(u,"warning"),info:createLogger(u,"info"),verbose:createLogger(u,"verbose")}}function patchLogMethod(i,u){u.log=(...u)=>{i.log(...u)}}function createLogger(i,u){const p=Object.assign(i.extend(u),{level:u});patchLogMethod(i,p);if(shouldEnable(p)){const i=Q.disable();Q.enable(i+","+p.namespace)}x.add(p);return p}function shouldEnable(i){return Boolean(k&&P[i.level]<=P[k])}function isAzureLogLevel(i){return O.includes(i)}u.AzureLogger=D;u.createClientLogger=createClientLogger;u.getLogLevel=getLogLevel;u.setLogLevel=setLogLevel},81046:(i,u,p)=>{const A=Symbol("SemVer ANY");class Comparator{static get ANY(){return A}constructor(i,u){u=g(u);if(i instanceof Comparator){if(i.loose===!!u.loose){return i}else{i=i.value}}i=i.trim().split(/\s+/).join(" ");B("comparator",i,u);this.options=u;this.loose=!!u.loose;this.parse(i);if(this.semver===A){this.value=""}else{this.value=this.operator+this.semver.version}B("comp",this)}parse(i){const u=this.options.loose?C[S.COMPARATORLOOSE]:C[S.COMPARATOR];const p=i.match(u);if(!p){throw new TypeError(`Invalid comparator: ${i}`)}this.operator=p[1]!==undefined?p[1]:"";if(this.operator==="="){this.operator=""}if(!p[2]){this.semver=A}else{this.semver=new v(p[2],this.options.loose)}}toString(){return this.value}test(i){B("Comparator.test",i,this.options.loose);if(this.semver===A||i===A){return true}if(typeof i==="string"){try{i=new v(i,this.options)}catch(i){return false}}return w(i,this.operator,this.semver,this.options)}intersects(i,u){if(!(i instanceof Comparator)){throw new TypeError("a Comparator is required")}if(this.operator===""){if(this.value===""){return true}return new N(i.value,u).test(this.value)}else if(i.operator===""){if(i.value===""){return true}return new N(this.value,u).test(i.semver)}u=g(u);if(u.includePrerelease&&(this.value==="<0.0.0-0"||i.value==="<0.0.0-0")){return false}if(!u.includePrerelease&&(this.value.startsWith("<0.0.0")||i.value.startsWith("<0.0.0"))){return false}if(this.operator.startsWith(">")&&i.operator.startsWith(">")){return true}if(this.operator.startsWith("<")&&i.operator.startsWith("<")){return true}if(this.semver.version===i.semver.version&&this.operator.includes("=")&&i.operator.includes("=")){return true}if(w(this.semver,"<",i.semver,u)&&this.operator.startsWith(">")&&i.operator.startsWith("<")){return true}if(w(this.semver,">",i.semver,u)&&this.operator.startsWith("<")&&i.operator.startsWith(">")){return true}return false}}i.exports=Comparator;const g=p(5385);const{safeRe:C,t:S}=p(74836);const w=p(47721);const B=p(12814);const v=p(55186);const N=p(13177)},13177:(i,u,p)=>{const A=/\s+/g;class Range{constructor(i,u){u=S(u);if(i instanceof Range){if(i.loose===!!u.loose&&i.includePrerelease===!!u.includePrerelease){return i}else{return new Range(i.raw,u)}}if(i instanceof w){this.raw=i.value;this.set=[[i]];this.formatted=undefined;return this}this.options=u;this.loose=!!u.loose;this.includePrerelease=!!u.includePrerelease;this.raw=i.trim().replace(A," ");this.set=this.raw.split("||").map((i=>this.parseRange(i.trim()))).filter((i=>i.length));if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${this.raw}`)}if(this.set.length>1){const i=this.set[0];this.set=this.set.filter((i=>!isNullSet(i[0])));if(this.set.length===0){this.set=[i]}else if(this.set.length>1){for(const i of this.set){if(i.length===1&&isAny(i[0])){this.set=[i];break}}}}this.formatted=undefined}get range(){if(this.formatted===undefined){this.formatted="";for(let i=0;i<this.set.length;i++){if(i>0){this.formatted+="||"}const u=this.set[i];for(let i=0;i<u.length;i++){if(i>0){this.formatted+=" "}this.formatted+=u[i].toString().trim()}}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(i){const u=(this.options.includePrerelease&&k)|(this.options.loose&&D);const p=u+":"+i;const A=C.get(p);if(A){return A}const g=this.options.loose;const S=g?N[T.HYPHENRANGELOOSE]:N[T.HYPHENRANGE];i=i.replace(S,hyphenReplace(this.options.includePrerelease));B("hyphen replace",i);i=i.replace(N[T.COMPARATORTRIM],Q);B("comparator trim",i);i=i.replace(N[T.TILDETRIM],x);B("tilde trim",i);i=i.replace(N[T.CARETTRIM],_);B("caret trim",i);let v=i.split(" ").map((i=>parseComparator(i,this.options))).join(" ").split(/\s+/).map((i=>replaceGTE0(i,this.options)));if(g){v=v.filter((i=>{B("loose invalid filter",i,this.options);return!!i.match(N[T.COMPARATORLOOSE])}))}B("range list",v);const O=new Map;const P=v.map((i=>new w(i,this.options)));for(const i of P){if(isNullSet(i)){return[i]}O.set(i.value,i)}if(O.size>1&&O.has("")){O.delete("")}const L=[...O.values()];C.set(p,L);return L}intersects(i,u){if(!(i instanceof Range)){throw new TypeError("a Range is required")}return this.set.some((p=>isSatisfiable(p,u)&&i.set.some((i=>isSatisfiable(i,u)&&p.every((p=>i.every((i=>p.intersects(i,u)))))))))}test(i){if(!i){return false}if(typeof i==="string"){try{i=new v(i,this.options)}catch(i){return false}}for(let u=0;u<this.set.length;u++){if(testSet(this.set[u],i,this.options)){return true}}return false}}i.exports=Range;const g=p(59896);const C=new g;const S=p(5385);const w=p(81046);const B=p(12814);const v=p(55186);const{safeRe:N,t:T,comparatorTrimReplace:Q,tildeTrimReplace:x,caretTrimReplace:_}=p(74836);const{FLAG_INCLUDE_PRERELEASE:k,FLAG_LOOSE:D}=p(68504);const isNullSet=i=>i.value==="<0.0.0-0";const isAny=i=>i.value==="";const isSatisfiable=(i,u)=>{let p=true;const A=i.slice();let g=A.pop();while(p&&A.length){p=A.every((i=>g.intersects(i,u)));g=A.pop()}return p};const parseComparator=(i,u)=>{i=i.replace(N[T.BUILD],"");B("comp",i,u);i=replaceCarets(i,u);B("caret",i);i=replaceTildes(i,u);B("tildes",i);i=replaceXRanges(i,u);B("xrange",i);i=replaceStars(i,u);B("stars",i);return i};const isX=i=>!i||i.toLowerCase()==="x"||i==="*";const replaceTildes=(i,u)=>i.trim().split(/\s+/).map((i=>replaceTilde(i,u))).join(" ");const replaceTilde=(i,u)=>{const p=u.loose?N[T.TILDELOOSE]:N[T.TILDE];return i.replace(p,((u,p,A,g,C)=>{B("tilde",i,u,p,A,g,C);let S;if(isX(p)){S=""}else if(isX(A)){S=`>=${p}.0.0 <${+p+1}.0.0-0`}else if(isX(g)){S=`>=${p}.${A}.0 <${p}.${+A+1}.0-0`}else if(C){B("replaceTilde pr",C);S=`>=${p}.${A}.${g}-${C} <${p}.${+A+1}.0-0`}else{S=`>=${p}.${A}.${g} <${p}.${+A+1}.0-0`}B("tilde return",S);return S}))};const replaceCarets=(i,u)=>i.trim().split(/\s+/).map((i=>replaceCaret(i,u))).join(" ");const replaceCaret=(i,u)=>{B("caret",i,u);const p=u.loose?N[T.CARETLOOSE]:N[T.CARET];const A=u.includePrerelease?"-0":"";return i.replace(p,((u,p,g,C,S)=>{B("caret",i,u,p,g,C,S);let w;if(isX(p)){w=""}else if(isX(g)){w=`>=${p}.0.0${A} <${+p+1}.0.0-0`}else if(isX(C)){if(p==="0"){w=`>=${p}.${g}.0${A} <${p}.${+g+1}.0-0`}else{w=`>=${p}.${g}.0${A} <${+p+1}.0.0-0`}}else if(S){B("replaceCaret pr",S);if(p==="0"){if(g==="0"){w=`>=${p}.${g}.${C}-${S} <${p}.${g}.${+C+1}-0`}else{w=`>=${p}.${g}.${C}-${S} <${p}.${+g+1}.0-0`}}else{w=`>=${p}.${g}.${C}-${S} <${+p+1}.0.0-0`}}else{B("no pr");if(p==="0"){if(g==="0"){w=`>=${p}.${g}.${C}${A} <${p}.${g}.${+C+1}-0`}else{w=`>=${p}.${g}.${C}${A} <${p}.${+g+1}.0-0`}}else{w=`>=${p}.${g}.${C} <${+p+1}.0.0-0`}}B("caret return",w);return w}))};const replaceXRanges=(i,u)=>{B("replaceXRanges",i,u);return i.split(/\s+/).map((i=>replaceXRange(i,u))).join(" ")};const replaceXRange=(i,u)=>{i=i.trim();const p=u.loose?N[T.XRANGELOOSE]:N[T.XRANGE];return i.replace(p,((p,A,g,C,S,w)=>{B("xRange",i,p,A,g,C,S,w);const v=isX(g);const N=v||isX(C);const T=N||isX(S);const Q=T;if(A==="="&&Q){A=""}w=u.includePrerelease?"-0":"";if(v){if(A===">"||A==="<"){p="<0.0.0-0"}else{p="*"}}else if(A&&Q){if(N){C=0}S=0;if(A===">"){A=">=";if(N){g=+g+1;C=0;S=0}else{C=+C+1;S=0}}else if(A==="<="){A="<";if(N){g=+g+1}else{C=+C+1}}if(A==="<"){w="-0"}p=`${A+g}.${C}.${S}${w}`}else if(N){p=`>=${g}.0.0${w} <${+g+1}.0.0-0`}else if(T){p=`>=${g}.${C}.0${w} <${g}.${+C+1}.0-0`}B("xRange return",p);return p}))};const replaceStars=(i,u)=>{B("replaceStars",i,u);return i.trim().replace(N[T.STAR],"")};const replaceGTE0=(i,u)=>{B("replaceGTE0",i,u);return i.trim().replace(N[u.includePrerelease?T.GTE0PRE:T.GTE0],"")};const hyphenReplace=i=>(u,p,A,g,C,S,w,B,v,N,T,Q)=>{if(isX(A)){p=""}else if(isX(g)){p=`>=${A}.0.0${i?"-0":""}`}else if(isX(C)){p=`>=${A}.${g}.0${i?"-0":""}`}else if(S){p=`>=${p}`}else{p=`>=${p}${i?"-0":""}`}if(isX(v)){B=""}else if(isX(N)){B=`<${+v+1}.0.0-0`}else if(isX(T)){B=`<${v}.${+N+1}.0-0`}else if(Q){B=`<=${v}.${N}.${T}-${Q}`}else if(i){B=`<${v}.${N}.${+T+1}-0`}else{B=`<=${B}`}return`${p} ${B}`.trim()};const testSet=(i,u,p)=>{for(let p=0;p<i.length;p++){if(!i[p].test(u)){return false}}if(u.prerelease.length&&!p.includePrerelease){for(let p=0;p<i.length;p++){B(i[p].semver);if(i[p].semver===w.ANY){continue}if(i[p].semver.prerelease.length>0){const A=i[p].semver;if(A.major===u.major&&A.minor===u.minor&&A.patch===u.patch){return true}}}return false}return true}},55186:(i,u,p)=>{const A=p(12814);const{MAX_LENGTH:g,MAX_SAFE_INTEGER:C}=p(68504);const{safeRe:S,t:w}=p(74836);const B=p(5385);const{compareIdentifiers:v}=p(77865);class SemVer{constructor(i,u){u=B(u);if(i instanceof SemVer){if(i.loose===!!u.loose&&i.includePrerelease===!!u.includePrerelease){return i}else{i=i.version}}else if(typeof i!=="string"){throw new TypeError(`Invalid version. Must be a string. Got type "${typeof i}".`)}if(i.length>g){throw new TypeError(`version is longer than ${g} characters`)}A("SemVer",i,u);this.options=u;this.loose=!!u.loose;this.includePrerelease=!!u.includePrerelease;const p=i.trim().match(u.loose?S[w.LOOSE]:S[w.FULL]);if(!p){throw new TypeError(`Invalid Version: ${i}`)}this.raw=i;this.major=+p[1];this.minor=+p[2];this.patch=+p[3];if(this.major>C||this.major<0){throw new TypeError("Invalid major version")}if(this.minor>C||this.minor<0){throw new TypeError("Invalid minor version")}if(this.patch>C||this.patch<0){throw new TypeError("Invalid patch version")}if(!p[4]){this.prerelease=[]}else{this.prerelease=p[4].split(".").map((i=>{if(/^[0-9]+$/.test(i)){const u=+i;if(u>=0&&u<C){return u}}return i}))}this.build=p[5]?p[5].split("."):[];this.format()}format(){this.version=`${this.major}.${this.minor}.${this.patch}`;if(this.prerelease.length){this.version+=`-${this.prerelease.join(".")}`}return this.version}toString(){return this.version}compare(i){A("SemVer.compare",this.version,this.options,i);if(!(i instanceof SemVer)){if(typeof i==="string"&&i===this.version){return 0}i=new SemVer(i,this.options)}if(i.version===this.version){return 0}return this.compareMain(i)||this.comparePre(i)}compareMain(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}if(this.major<i.major){return-1}if(this.major>i.major){return 1}if(this.minor<i.minor){return-1}if(this.minor>i.minor){return 1}if(this.patch<i.patch){return-1}if(this.patch>i.patch){return 1}return 0}comparePre(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}if(this.prerelease.length&&!i.prerelease.length){return-1}else if(!this.prerelease.length&&i.prerelease.length){return 1}else if(!this.prerelease.length&&!i.prerelease.length){return 0}let u=0;do{const p=this.prerelease[u];const g=i.prerelease[u];A("prerelease compare",u,p,g);if(p===undefined&&g===undefined){return 0}else if(g===undefined){return 1}else if(p===undefined){return-1}else if(p===g){continue}else{return v(p,g)}}while(++u)}compareBuild(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}let u=0;do{const p=this.build[u];const g=i.build[u];A("build compare",u,p,g);if(p===undefined&&g===undefined){return 0}else if(g===undefined){return 1}else if(p===undefined){return-1}else if(p===g){continue}else{return v(p,g)}}while(++u)}inc(i,u,p){if(i.startsWith("pre")){if(!u&&p===false){throw new Error("invalid increment argument: identifier is empty")}if(u){const i=`-${u}`.match(this.options.loose?S[w.PRERELEASELOOSE]:S[w.PRERELEASE]);if(!i||i[1]!==u){throw new Error(`invalid identifier: ${u}`)}}}switch(i){case"premajor":this.prerelease.length=0;this.patch=0;this.minor=0;this.major++;this.inc("pre",u,p);break;case"preminor":this.prerelease.length=0;this.patch=0;this.minor++;this.inc("pre",u,p);break;case"prepatch":this.prerelease.length=0;this.inc("patch",u,p);this.inc("pre",u,p);break;case"prerelease":if(this.prerelease.length===0){this.inc("patch",u,p)}this.inc("pre",u,p);break;case"release":if(this.prerelease.length===0){throw new Error(`version ${this.raw} is not a prerelease`)}this.prerelease.length=0;break;case"major":if(this.minor!==0||this.patch!==0||this.prerelease.length===0){this.major++}this.minor=0;this.patch=0;this.prerelease=[];break;case"minor":if(this.patch!==0||this.prerelease.length===0){this.minor++}this.patch=0;this.prerelease=[];break;case"patch":if(this.prerelease.length===0){this.patch++}this.prerelease=[];break;case"pre":{const i=Number(p)?1:0;if(this.prerelease.length===0){this.prerelease=[i]}else{let A=this.prerelease.length;while(--A>=0){if(typeof this.prerelease[A]==="number"){this.prerelease[A]++;A=-2}}if(A===-1){if(u===this.prerelease.join(".")&&p===false){throw new Error("invalid increment argument: identifier already exists")}this.prerelease.push(i)}}if(u){let A=[u,i];if(p===false){A=[u]}if(v(this.prerelease[0],u)===0){if(isNaN(this.prerelease[1])){this.prerelease=A}}else{this.prerelease=A}}break}default:throw new Error(`invalid increment argument: ${i}`)}this.raw=this.format();if(this.build.length){this.raw+=`+${this.build.join(".")}`}return this}}i.exports=SemVer},85436:(i,u,p)=>{const A=p(57526);const clean=(i,u)=>{const p=A(i.trim().replace(/^[=v]+/,""),u);return p?p.version:null};i.exports=clean},47721:(i,u,p)=>{const A=p(14107);const g=p(7705);const C=p(87962);const S=p(55603);const w=p(40525);const B=p(13966);const cmp=(i,u,p,v)=>{switch(u){case"===":if(typeof i==="object"){i=i.version}if(typeof p==="object"){p=p.version}return i===p;case"!==":if(typeof i==="object"){i=i.version}if(typeof p==="object"){p=p.version}return i!==p;case"":case"=":case"==":return A(i,p,v);case"!=":return g(i,p,v);case">":return C(i,p,v);case">=":return S(i,p,v);case"<":return w(i,p,v);case"<=":return B(i,p,v);default:throw new TypeError(`Invalid operator: ${u}`)}};i.exports=cmp},76356:(i,u,p)=>{const A=p(55186);const g=p(57526);const{safeRe:C,t:S}=p(74836);const coerce=(i,u)=>{if(i instanceof A){return i}if(typeof i==="number"){i=String(i)}if(typeof i!=="string"){return null}u=u||{};let p=null;if(!u.rtl){p=i.match(u.includePrerelease?C[S.COERCEFULL]:C[S.COERCE])}else{const A=u.includePrerelease?C[S.COERCERTLFULL]:C[S.COERCERTL];let g;while((g=A.exec(i))&&(!p||p.index+p[0].length!==i.length)){if(!p||g.index+g[0].length!==p.index+p[0].length){p=g}A.lastIndex=g.index+g[1].length+g[2].length}A.lastIndex=-1}if(p===null){return null}const w=p[2];const B=p[3]||"0";const v=p[4]||"0";const N=u.includePrerelease&&p[5]?`-${p[5]}`:"";const T=u.includePrerelease&&p[6]?`+${p[6]}`:"";return g(`${w}.${B}.${v}${N}${T}`,u)};i.exports=coerce},72147:(i,u,p)=>{const A=p(55186);const compareBuild=(i,u,p)=>{const g=new A(i,p);const C=new A(u,p);return g.compare(C)||g.compareBuild(C)};i.exports=compareBuild},28545:(i,u,p)=>{const A=p(10018);const compareLoose=(i,u)=>A(i,u,true);i.exports=compareLoose},10018:(i,u,p)=>{const A=p(55186);const compare=(i,u,p)=>new A(i,p).compare(new A(u,p));i.exports=compare},17290:(i,u,p)=>{const A=p(57526);const diff=(i,u)=>{const p=A(i,null,true);const g=A(u,null,true);const C=p.compare(g);if(C===0){return null}const S=C>0;const w=S?p:g;const B=S?g:p;const v=!!w.prerelease.length;const N=!!B.prerelease.length;if(N&&!v){if(!B.patch&&!B.minor){return"major"}if(B.compareMain(w)===0){if(B.minor&&!B.patch){return"minor"}return"patch"}}const T=v?"pre":"";if(p.major!==g.major){return T+"major"}if(p.minor!==g.minor){return T+"minor"}if(p.patch!==g.patch){return T+"patch"}return"prerelease"};i.exports=diff},14107:(i,u,p)=>{const A=p(10018);const eq=(i,u,p)=>A(i,u,p)===0;i.exports=eq},87962:(i,u,p)=>{const A=p(10018);const gt=(i,u,p)=>A(i,u,p)>0;i.exports=gt},55603:(i,u,p)=>{const A=p(10018);const gte=(i,u,p)=>A(i,u,p)>=0;i.exports=gte},2317:(i,u,p)=>{const A=p(55186);const inc=(i,u,p,g,C)=>{if(typeof p==="string"){C=g;g=p;p=undefined}try{return new A(i instanceof A?i.version:i,p).inc(u,g,C).version}catch(i){return null}};i.exports=inc},40525:(i,u,p)=>{const A=p(10018);const lt=(i,u,p)=>A(i,u,p)<0;i.exports=lt},13966:(i,u,p)=>{const A=p(10018);const lte=(i,u,p)=>A(i,u,p)<=0;i.exports=lte},14716:(i,u,p)=>{const A=p(55186);const major=(i,u)=>new A(i,u).major;i.exports=major},97968:(i,u,p)=>{const A=p(55186);const minor=(i,u)=>new A(i,u).minor;i.exports=minor},7705:(i,u,p)=>{const A=p(10018);const neq=(i,u,p)=>A(i,u,p)!==0;i.exports=neq},57526:(i,u,p)=>{const A=p(55186);const parse=(i,u,p=false)=>{if(i instanceof A){return i}try{return new A(i,u)}catch(i){if(!p){return null}throw i}};i.exports=parse},34807:(i,u,p)=>{const A=p(55186);const patch=(i,u)=>new A(i,u).patch;i.exports=patch},5039:(i,u,p)=>{const A=p(57526);const prerelease=(i,u)=>{const p=A(i,u);return p&&p.prerelease.length?p.prerelease:null};i.exports=prerelease},85236:(i,u,p)=>{const A=p(10018);const rcompare=(i,u,p)=>A(u,i,p);i.exports=rcompare},49547:(i,u,p)=>{const A=p(72147);const rsort=(i,u)=>i.sort(((i,p)=>A(p,i,u)));i.exports=rsort},36076:(i,u,p)=>{const A=p(13177);const satisfies=(i,u,p)=>{try{u=new A(u,p)}catch(i){return false}return u.test(i)};i.exports=satisfies},26293:(i,u,p)=>{const A=p(72147);const sort=(i,u)=>i.sort(((i,p)=>A(i,p,u)));i.exports=sort},32475:(i,u,p)=>{const A=p(57526);const valid=(i,u)=>{const p=A(i,u);return p?p.version:null};i.exports=valid},91955:(i,u,p)=>{const A=p(74836);const g=p(68504);const C=p(55186);const S=p(77865);const w=p(57526);const B=p(32475);const v=p(85436);const N=p(2317);const T=p(17290);const Q=p(14716);const x=p(97968);const _=p(34807);const k=p(5039);const D=p(10018);const O=p(85236);const P=p(28545);const L=p(72147);const U=p(26293);const H=p(49547);const z=p(87962);const j=p(40525);const q=p(14107);const $=p(7705);const J=p(55603);const W=p(13966);const Y=p(47721);const K=p(76356);const Z=p(81046);const X=p(13177);const ee=p(36076);const te=p(48465);const re=p(11550);const se=p(29820);const ne=p(82271);const ie=p(88816);const oe=p(26317);const ae=p(45133);const le=p(58548);const ue=p(69118);const de=p(43139);const he=p(13474);i.exports={parse:w,valid:B,clean:v,inc:N,diff:T,major:Q,minor:x,patch:_,prerelease:k,compare:D,rcompare:O,compareLoose:P,compareBuild:L,sort:U,rsort:H,gt:z,lt:j,eq:q,neq:$,gte:J,lte:W,cmp:Y,coerce:K,Comparator:Z,Range:X,satisfies:ee,toComparators:te,maxSatisfying:re,minSatisfying:se,minVersion:ne,validRange:ie,outside:oe,gtr:ae,ltr:le,intersects:ue,simplifyRange:de,subset:he,SemVer:C,re:A.re,src:A.src,tokens:A.t,SEMVER_SPEC_VERSION:g.SEMVER_SPEC_VERSION,RELEASE_TYPES:g.RELEASE_TYPES,compareIdentifiers:S.compareIdentifiers,rcompareIdentifiers:S.rcompareIdentifiers}},68504:i=>{const u="2.0.0";const p=256;const A=Number.MAX_SAFE_INTEGER||9007199254740991;const g=16;const C=p-6;const S=["major","premajor","minor","preminor","patch","prepatch","prerelease"];i.exports={MAX_LENGTH:p,MAX_SAFE_COMPONENT_LENGTH:g,MAX_SAFE_BUILD_LENGTH:C,MAX_SAFE_INTEGER:A,RELEASE_TYPES:S,SEMVER_SPEC_VERSION:u,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},12814:i=>{const u=typeof process==="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...i)=>console.error("SEMVER",...i):()=>{};i.exports=u},77865:i=>{const u=/^[0-9]+$/;const compareIdentifiers=(i,p)=>{if(typeof i==="number"&&typeof p==="number"){return i===p?0:i<p?-1:1}const A=u.test(i);const g=u.test(p);if(A&&g){i=+i;p=+p}return i===p?0:A&&!g?-1:g&&!A?1:i<p?-1:1};const rcompareIdentifiers=(i,u)=>compareIdentifiers(u,i);i.exports={compareIdentifiers:compareIdentifiers,rcompareIdentifiers:rcompareIdentifiers}},59896:i=>{class LRUCache{constructor(){this.max=1e3;this.map=new Map}get(i){const u=this.map.get(i);if(u===undefined){return undefined}else{this.map.delete(i);this.map.set(i,u);return u}}delete(i){return this.map.delete(i)}set(i,u){const p=this.delete(i);if(!p&&u!==undefined){if(this.map.size>=this.max){const i=this.map.keys().next().value;this.delete(i)}this.map.set(i,u)}return this}}i.exports=LRUCache},5385:i=>{const u=Object.freeze({loose:true});const p=Object.freeze({});const parseOptions=i=>{if(!i){return p}if(typeof i!=="object"){return u}return i};i.exports=parseOptions},74836:(i,u,p)=>{const{MAX_SAFE_COMPONENT_LENGTH:A,MAX_SAFE_BUILD_LENGTH:g,MAX_LENGTH:C}=p(68504);const S=p(12814);u=i.exports={};const w=u.re=[];const B=u.safeRe=[];const v=u.src=[];const N=u.safeSrc=[];const T=u.t={};let Q=0;const x="[a-zA-Z0-9-]";const _=[["\\s",1],["\\d",C],[x,g]];const makeSafeRegex=i=>{for(const[u,p]of _){i=i.split(`${u}*`).join(`${u}{0,${p}}`).split(`${u}+`).join(`${u}{1,${p}}`)}return i};const createToken=(i,u,p)=>{const A=makeSafeRegex(u);const g=Q++;S(i,g,u);T[i]=g;v[g]=u;N[g]=A;w[g]=new RegExp(u,p?"g":undefined);B[g]=new RegExp(A,p?"g":undefined)};createToken("NUMERICIDENTIFIER","0|[1-9]\\d*");createToken("NUMERICIDENTIFIERLOOSE","\\d+");createToken("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${x}*`);createToken("MAINVERSION",`(${v[T.NUMERICIDENTIFIER]})\\.`+`(${v[T.NUMERICIDENTIFIER]})\\.`+`(${v[T.NUMERICIDENTIFIER]})`);createToken("MAINVERSIONLOOSE",`(${v[T.NUMERICIDENTIFIERLOOSE]})\\.`+`(${v[T.NUMERICIDENTIFIERLOOSE]})\\.`+`(${v[T.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASEIDENTIFIER",`(?:${v[T.NONNUMERICIDENTIFIER]}|${v[T.NUMERICIDENTIFIER]})`);createToken("PRERELEASEIDENTIFIERLOOSE",`(?:${v[T.NONNUMERICIDENTIFIER]}|${v[T.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASE",`(?:-(${v[T.PRERELEASEIDENTIFIER]}(?:\\.${v[T.PRERELEASEIDENTIFIER]})*))`);createToken("PRERELEASELOOSE",`(?:-?(${v[T.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${v[T.PRERELEASEIDENTIFIERLOOSE]})*))`);createToken("BUILDIDENTIFIER",`${x}+`);createToken("BUILD",`(?:\\+(${v[T.BUILDIDENTIFIER]}(?:\\.${v[T.BUILDIDENTIFIER]})*))`);createToken("FULLPLAIN",`v?${v[T.MAINVERSION]}${v[T.PRERELEASE]}?${v[T.BUILD]}?`);createToken("FULL",`^${v[T.FULLPLAIN]}$`);createToken("LOOSEPLAIN",`[v=\\s]*${v[T.MAINVERSIONLOOSE]}${v[T.PRERELEASELOOSE]}?${v[T.BUILD]}?`);createToken("LOOSE",`^${v[T.LOOSEPLAIN]}$`);createToken("GTLT","((?:<|>)?=?)");createToken("XRANGEIDENTIFIERLOOSE",`${v[T.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);createToken("XRANGEIDENTIFIER",`${v[T.NUMERICIDENTIFIER]}|x|X|\\*`);createToken("XRANGEPLAIN",`[v=\\s]*(${v[T.XRANGEIDENTIFIER]})`+`(?:\\.(${v[T.XRANGEIDENTIFIER]})`+`(?:\\.(${v[T.XRANGEIDENTIFIER]})`+`(?:${v[T.PRERELEASE]})?${v[T.BUILD]}?`+`)?)?`);createToken("XRANGEPLAINLOOSE",`[v=\\s]*(${v[T.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${v[T.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${v[T.XRANGEIDENTIFIERLOOSE]})`+`(?:${v[T.PRERELEASELOOSE]})?${v[T.BUILD]}?`+`)?)?`);createToken("XRANGE",`^${v[T.GTLT]}\\s*${v[T.XRANGEPLAIN]}$`);createToken("XRANGELOOSE",`^${v[T.GTLT]}\\s*${v[T.XRANGEPLAINLOOSE]}$`);createToken("COERCEPLAIN",`${"(^|[^\\d])"+"(\\d{1,"}${A}})`+`(?:\\.(\\d{1,${A}}))?`+`(?:\\.(\\d{1,${A}}))?`);createToken("COERCE",`${v[T.COERCEPLAIN]}(?:$|[^\\d])`);createToken("COERCEFULL",v[T.COERCEPLAIN]+`(?:${v[T.PRERELEASE]})?`+`(?:${v[T.BUILD]})?`+`(?:$|[^\\d])`);createToken("COERCERTL",v[T.COERCE],true);createToken("COERCERTLFULL",v[T.COERCEFULL],true);createToken("LONETILDE","(?:~>?)");createToken("TILDETRIM",`(\\s*)${v[T.LONETILDE]}\\s+`,true);u.tildeTrimReplace="$1~";createToken("TILDE",`^${v[T.LONETILDE]}${v[T.XRANGEPLAIN]}$`);createToken("TILDELOOSE",`^${v[T.LONETILDE]}${v[T.XRANGEPLAINLOOSE]}$`);createToken("LONECARET","(?:\\^)");createToken("CARETTRIM",`(\\s*)${v[T.LONECARET]}\\s+`,true);u.caretTrimReplace="$1^";createToken("CARET",`^${v[T.LONECARET]}${v[T.XRANGEPLAIN]}$`);createToken("CARETLOOSE",`^${v[T.LONECARET]}${v[T.XRANGEPLAINLOOSE]}$`);createToken("COMPARATORLOOSE",`^${v[T.GTLT]}\\s*(${v[T.LOOSEPLAIN]})$|^$`);createToken("COMPARATOR",`^${v[T.GTLT]}\\s*(${v[T.FULLPLAIN]})$|^$`);createToken("COMPARATORTRIM",`(\\s*)${v[T.GTLT]}\\s*(${v[T.LOOSEPLAIN]}|${v[T.XRANGEPLAIN]})`,true);u.comparatorTrimReplace="$1$2$3";createToken("HYPHENRANGE",`^\\s*(${v[T.XRANGEPLAIN]})`+`\\s+-\\s+`+`(${v[T.XRANGEPLAIN]})`+`\\s*$`);createToken("HYPHENRANGELOOSE",`^\\s*(${v[T.XRANGEPLAINLOOSE]})`+`\\s+-\\s+`+`(${v[T.XRANGEPLAINLOOSE]})`+`\\s*$`);createToken("STAR","(<|>)?=?\\s*\\*");createToken("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");createToken("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},45133:(i,u,p)=>{const A=p(26317);const gtr=(i,u,p)=>A(i,u,">",p);i.exports=gtr},69118:(i,u,p)=>{const A=p(13177);const intersects=(i,u,p)=>{i=new A(i,p);u=new A(u,p);return i.intersects(u,p)};i.exports=intersects},58548:(i,u,p)=>{const A=p(26317);const ltr=(i,u,p)=>A(i,u,"<",p);i.exports=ltr},11550:(i,u,p)=>{const A=p(55186);const g=p(13177);const maxSatisfying=(i,u,p)=>{let C=null;let S=null;let w=null;try{w=new g(u,p)}catch(i){return null}i.forEach((i=>{if(w.test(i)){if(!C||S.compare(i)===-1){C=i;S=new A(C,p)}}}));return C};i.exports=maxSatisfying},29820:(i,u,p)=>{const A=p(55186);const g=p(13177);const minSatisfying=(i,u,p)=>{let C=null;let S=null;let w=null;try{w=new g(u,p)}catch(i){return null}i.forEach((i=>{if(w.test(i)){if(!C||S.compare(i)===1){C=i;S=new A(C,p)}}}));return C};i.exports=minSatisfying},82271:(i,u,p)=>{const A=p(55186);const g=p(13177);const C=p(87962);const minVersion=(i,u)=>{i=new g(i,u);let p=new A("0.0.0");if(i.test(p)){return p}p=new A("0.0.0-0");if(i.test(p)){return p}p=null;for(let u=0;u<i.set.length;++u){const g=i.set[u];let S=null;g.forEach((i=>{const u=new A(i.semver.version);switch(i.operator){case">":if(u.prerelease.length===0){u.patch++}else{u.prerelease.push(0)}u.raw=u.format();case"":case">=":if(!S||C(u,S)){S=u}break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${i.operator}`)}}));if(S&&(!p||C(p,S))){p=S}}if(p&&i.test(p)){return p}return null};i.exports=minVersion},26317:(i,u,p)=>{const A=p(55186);const g=p(81046);const{ANY:C}=g;const S=p(13177);const w=p(36076);const B=p(87962);const v=p(40525);const N=p(13966);const T=p(55603);const outside=(i,u,p,Q)=>{i=new A(i,Q);u=new S(u,Q);let x,_,k,D,O;switch(p){case">":x=B;_=N;k=v;D=">";O=">=";break;case"<":x=v;_=T;k=B;D="<";O="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(w(i,u,Q)){return false}for(let p=0;p<u.set.length;++p){const A=u.set[p];let S=null;let w=null;A.forEach((i=>{if(i.semver===C){i=new g(">=0.0.0")}S=S||i;w=w||i;if(x(i.semver,S.semver,Q)){S=i}else if(k(i.semver,w.semver,Q)){w=i}}));if(S.operator===D||S.operator===O){return false}if((!w.operator||w.operator===D)&&_(i,w.semver)){return false}else if(w.operator===O&&k(i,w.semver)){return false}}return true};i.exports=outside},43139:(i,u,p)=>{const A=p(36076);const g=p(10018);i.exports=(i,u,p)=>{const C=[];let S=null;let w=null;const B=i.sort(((i,u)=>g(i,u,p)));for(const i of B){const g=A(i,u,p);if(g){w=i;if(!S){S=i}}else{if(w){C.push([S,w])}w=null;S=null}}if(S){C.push([S,null])}const v=[];for(const[i,u]of C){if(i===u){v.push(i)}else if(!u&&i===B[0]){v.push("*")}else if(!u){v.push(`>=${i}`)}else if(i===B[0]){v.push(`<=${u}`)}else{v.push(`${i} - ${u}`)}}const N=v.join(" || ");const T=typeof u.raw==="string"?u.raw:String(u);return N.length<T.length?N:u}},13474:(i,u,p)=>{const A=p(13177);const g=p(81046);const{ANY:C}=g;const S=p(36076);const w=p(10018);const subset=(i,u,p={})=>{if(i===u){return true}i=new A(i,p);u=new A(u,p);let g=false;e:for(const A of i.set){for(const i of u.set){const u=simpleSubset(A,i,p);g=g||u!==null;if(u){continue e}}if(g){return false}}return true};const B=[new g(">=0.0.0-0")];const v=[new g(">=0.0.0")];const simpleSubset=(i,u,p)=>{if(i===u){return true}if(i.length===1&&i[0].semver===C){if(u.length===1&&u[0].semver===C){return true}else if(p.includePrerelease){i=B}else{i=v}}if(u.length===1&&u[0].semver===C){if(p.includePrerelease){return true}else{u=v}}const A=new Set;let g,N;for(const u of i){if(u.operator===">"||u.operator===">="){g=higherGT(g,u,p)}else if(u.operator==="<"||u.operator==="<="){N=lowerLT(N,u,p)}else{A.add(u.semver)}}if(A.size>1){return null}let T;if(g&&N){T=w(g.semver,N.semver,p);if(T>0){return null}else if(T===0&&(g.operator!==">="||N.operator!=="<=")){return null}}for(const i of A){if(g&&!S(i,String(g),p)){return null}if(N&&!S(i,String(N),p)){return null}for(const A of u){if(!S(i,String(A),p)){return false}}return true}let Q,x;let _,k;let D=N&&!p.includePrerelease&&N.semver.prerelease.length?N.semver:false;let O=g&&!p.includePrerelease&&g.semver.prerelease.length?g.semver:false;if(D&&D.prerelease.length===1&&N.operator==="<"&&D.prerelease[0]===0){D=false}for(const i of u){k=k||i.operator===">"||i.operator===">=";_=_||i.operator==="<"||i.operator==="<=";if(g){if(O){if(i.semver.prerelease&&i.semver.prerelease.length&&i.semver.major===O.major&&i.semver.minor===O.minor&&i.semver.patch===O.patch){O=false}}if(i.operator===">"||i.operator===">="){Q=higherGT(g,i,p);if(Q===i&&Q!==g){return false}}else if(g.operator===">="&&!S(g.semver,String(i),p)){return false}}if(N){if(D){if(i.semver.prerelease&&i.semver.prerelease.length&&i.semver.major===D.major&&i.semver.minor===D.minor&&i.semver.patch===D.patch){D=false}}if(i.operator==="<"||i.operator==="<="){x=lowerLT(N,i,p);if(x===i&&x!==N){return false}}else if(N.operator==="<="&&!S(N.semver,String(i),p)){return false}}if(!i.operator&&(N||g)&&T!==0){return false}}if(g&&_&&!N&&T!==0){return false}if(N&&k&&!g&&T!==0){return false}if(O||D){return false}return true};const higherGT=(i,u,p)=>{if(!i){return u}const A=w(i.semver,u.semver,p);return A>0?i:A<0?u:u.operator===">"&&i.operator===">="?u:i};const lowerLT=(i,u,p)=>{if(!i){return u}const A=w(i.semver,u.semver,p);return A<0?i:A>0?u:u.operator==="<"&&i.operator==="<="?u:i};i.exports=subset},48465:(i,u,p)=>{const A=p(13177);const toComparators=(i,u)=>new A(i,u).set.map((i=>i.map((i=>i.value)).join(" ").trim().split(" ")));i.exports=toComparators},88816:(i,u,p)=>{const A=p(13177);const validRange=(i,u)=>{try{return new A(i,u).range||"*"}catch(i){return null}};i.exports=validRange},87721:(i,u,p)=>{const A=p(69278);const g=p(64756);const{once:C}=p(24434);const S=p(16460);const{normalizeOptions:w,cacheOptions:B}=p(46329);const{getProxy:v,getProxyAgent:N,proxyCache:T}=p(3799);const Q=p(60260);const{Agent:x}=p(98894);i.exports=class Agent extends x{#e;#t;#r;#s;#n;constructor(i={}){const{timeouts:u,proxy:p,noProxy:A,...g}=w(i);super(g);this.#e=g;this.#t=u;if(p){this.#r=new URL(p);this.#s=A;this.#n=N(p)}}get proxy(){return this.#r?{url:this.#r}:{}}#i(i){if(!this.#r){return}const u=v(`${i.protocol}//${i.host}:${i.port}`,{proxy:this.#r,noProxy:this.#s});if(!u){return}const p=B({...i,...this.#e,timeouts:this.#t,proxy:u});if(T.has(p)){return T.get(p)}let A=this.#n;if(Array.isArray(A)){A=this.isSecureEndpoint(i)?A[1]:A[0]}const g=new A(u,{...this.#e,socketOptions:{family:this.#e.family}});T.set(p,g);return g}async#o({promises:i,options:u,timeout:p},A=new AbortController){if(p){const g=S.setTimeout(p,null,{signal:A.signal}).then((()=>{throw new Q.ConnectionTimeoutError(`${u.host}:${u.port}`)})).catch((i=>{if(i.name==="AbortError"){return}throw i}));i.push(g)}let g;try{g=await Promise.race(i);A.abort()}catch(i){A.abort();throw i}return g}async connect(i,u){u.lookup??=this.#e.lookup;let p;let S=this.#t.connection;const w=this.isSecureEndpoint(u);const B=this.#i(u);if(B){const A=Date.now();p=await this.#o({options:u,timeout:S,promises:[B.connect(i,u)]});if(S){S=S-(Date.now()-A)}}else{p=(w?g:A).connect(u)}p.setKeepAlive(this.keepAlive,this.keepAliveMsecs);p.setNoDelay(this.keepAlive);const v=new AbortController;const{signal:N}=v;const T=p[w?"secureConnecting":"connecting"]?C(p,w?"secureConnect":"connect",{signal:N}):Promise.resolve();await this.#o({options:u,timeout:S,promises:[T,C(p,"error",{signal:N}).then((i=>{throw i[0]}))]},v);if(this.#t.idle){p.setTimeout(this.#t.idle,(()=>{p.destroy(new Q.IdleTimeoutError(`${u.host}:${u.port}`))}))}return p}addRequest(i,u){const p=this.#i(u);if(p?.setRequestProps){p.setRequestProps(i,u)}i.setHeader("connection",this.keepAlive?"keep-alive":"close");if(this.#t.response){let u;i.once("finish",(()=>{setTimeout((()=>{i.destroy(new Q.ResponseTimeoutError(i,this.#r))}),this.#t.response)}));i.once("response",(()=>{clearTimeout(u)}))}if(this.#t.transfer){let u;i.once("response",(p=>{setTimeout((()=>{p.destroy(new Q.TransferTimeoutError(i,this.#r))}),this.#t.transfer);p.once("close",(()=>{clearTimeout(u)}))}))}return super.addRequest(i,u)}}},42604:(i,u,p)=>{const{LRUCache:A}=p(67344);const g=p(72250);const C=new A({max:50});const getOptions=({family:i=0,hints:u=g.ADDRCONFIG,all:p=false,verbatim:A=undefined,ttl:S=5*60*1e3,lookup:w=g.lookup})=>({hints:u,lookup:(g,...B)=>{const v=B.pop();const N=B[0]??{};const T={family:i,hints:u,all:p,verbatim:A,...typeof N==="number"?{family:N}:N};const Q=JSON.stringify({hostname:g,...T});if(C.has(Q)){const i=C.get(Q);return process.nextTick(v,null,...i)}w(g,T,((i,...u)=>{if(i){return v(i)}C.set(Q,u,{ttl:S});return v(null,...u)}))}});i.exports={cache:C,getOptions:getOptions}},60260:i=>{class InvalidProxyProtocolError extends Error{constructor(i){super(`Invalid protocol \`${i.protocol}\` connecting to proxy \`${i.host}\``);this.code="EINVALIDPROXY";this.proxy=i}}class ConnectionTimeoutError extends Error{constructor(i){super(`Timeout connecting to host \`${i}\``);this.code="ECONNECTIONTIMEOUT";this.host=i}}class IdleTimeoutError extends Error{constructor(i){super(`Idle timeout reached for host \`${i}\``);this.code="EIDLETIMEOUT";this.host=i}}class ResponseTimeoutError extends Error{constructor(i,u){let p="Response timeout ";if(u){p+=`from proxy \`${u.host}\` `}p+=`connecting to host \`${i.host}\``;super(p);this.code="ERESPONSETIMEOUT";this.proxy=u;this.request=i}}class TransferTimeoutError extends Error{constructor(i,u){let p="Transfer timeout ";if(u){p+=`from proxy \`${u.host}\` `}p+=`for \`${i.host}\``;super(p);this.code="ETRANSFERTIMEOUT";this.proxy=u;this.request=i}}i.exports={InvalidProxyProtocolError:InvalidProxyProtocolError,ConnectionTimeoutError:ConnectionTimeoutError,IdleTimeoutError:IdleTimeoutError,ResponseTimeoutError:ResponseTimeoutError,TransferTimeoutError:TransferTimeoutError}},57995:(i,u,p)=>{const{LRUCache:A}=p(67344);const{normalizeOptions:g,cacheOptions:C}=p(46329);const{getProxy:S,proxyCache:w}=p(3799);const B=p(42604);const v=p(87721);const N=new A({max:20});const getAgent=(i,{agent:u,proxy:p,noProxy:A,...w}={})=>{if(u!=null){return u}i=new URL(i);const B=S(i,{proxy:p,noProxy:A});const T={...g(w),proxy:B};const Q=C({...T,secureEndpoint:i.protocol==="https:"});if(N.has(Q)){return N.get(Q)}const x=new v(T);N.set(Q,x);return x};i.exports={getAgent:getAgent,Agent:v,HttpAgent:v,HttpsAgent:v,cache:{proxy:w,agent:N,dns:B.cache,clear:()=>{w.clear();N.clear();B.cache.clear()}}}},46329:(i,u,p)=>{const A=p(42604);const normalizeOptions=i=>{const u=parseInt(i.family??"0",10);const p=i.keepAlive??true;const g={keepAliveMsecs:p?1e3:undefined,maxSockets:i.maxSockets??15,maxTotalSockets:Infinity,maxFreeSockets:p?256:undefined,scheduling:"fifo",...i,family:u,keepAlive:p,timeouts:{idle:i.timeout??0,connection:0,response:0,transfer:0,...i.timeouts},...A.getOptions({family:u,...i.dns})};delete g.timeout;return g};const createKey=i=>{let u="";const p=Object.entries(i).sort(((i,u)=>i[0]-u[0]));for(let[i,A]of p){if(A==null){A="null"}else if(A instanceof URL){A=A.toString()}else if(typeof A==="object"){A=createKey(A)}u+=`${i}:${A}:`}return u};const cacheOptions=({secureEndpoint:i,...u})=>createKey({secureEndpoint:!!i,family:u.family,hints:u.hints,localAddress:u.localAddress,strictSsl:i?!!u.rejectUnauthorized:false,ca:i?u.ca:null,cert:i?u.cert:null,key:i?u.key:null,keepAlive:u.keepAlive,keepAliveMsecs:u.keepAliveMsecs,maxSockets:u.maxSockets,maxTotalSockets:u.maxTotalSockets,maxFreeSockets:u.maxFreeSockets,scheduling:u.scheduling,timeouts:u.timeouts,proxy:u.proxy});i.exports={normalizeOptions:normalizeOptions,cacheOptions:cacheOptions}},3799:(i,u,p)=>{const{HttpProxyAgent:A}=p(81970);const{HttpsProxyAgent:g}=p(3669);const{SocksProxyAgent:C}=p(53357);const{LRUCache:S}=p(67344);const{InvalidProxyProtocolError:w}=p(60260);const B=new S({max:20});const v=new Set(C.protocols);const N=new Set(["https_proxy","http_proxy","proxy","no_proxy"]);const T=Object.entries(process.env).reduce(((i,[u,p])=>{u=u.toLowerCase();if(N.has(u)){i[u]=p}return i}),{});const getProxyAgent=i=>{i=new URL(i);const u=i.protocol.slice(0,-1);if(v.has(u)){return C}if(u==="https"||u==="http"){return[A,g]}throw new w(i)};const isNoProxy=(i,u)=>{if(typeof u==="string"){u=u.split(",").map((i=>i.trim())).filter(Boolean)}if(!u||!u.length){return false}const p=i.hostname.split(".").reverse();return u.some((i=>{const u=i.split(".").filter(Boolean).reverse();if(!u.length){return false}for(let i=0;i<u.length;i++){if(p[i]!==u[i]){return false}}return true}))};const getProxy=(i,{proxy:u,noProxy:p})=>{i=new URL(i);if(!u){u=i.protocol==="https:"?T.https_proxy:T.https_proxy||T.http_proxy||T.proxy}if(!p){p=T.no_proxy}if(!u||isNoProxy(i,p)){return null}return new URL(u)};i.exports={getProxyAgent:getProxyAgent,getProxy:getProxy,proxyCache:B}},84212:i=>{const getOptions=(i,{copy:u,wrap:p})=>{const A={};if(i&&typeof i==="object"){for(const p of u){if(i[p]!==undefined){A[p]=i[p]}}}else{A[p]=i}return A};i.exports=getOptions},6187:(i,u,p)=>{const A=p(41437);const satisfies=i=>A.satisfies(process.version,i,{includePrerelease:true});i.exports={satisfies:satisfies}},88314:(i,u,p)=>{const{inspect:A}=p(39023);class SystemError{constructor(i,u,p){let A=`${u}: ${p.syscall} returned `+`${p.code} (${p.message})`;if(p.path!==undefined){A+=` ${p.path}`}if(p.dest!==undefined){A+=` => ${p.dest}`}this.code=i;Object.defineProperties(this,{name:{value:"SystemError",enumerable:false,writable:true,configurable:true},message:{value:A,enumerable:false,writable:true,configurable:true},info:{value:p,enumerable:true,configurable:true,writable:false},errno:{get(){return p.errno},set(i){p.errno=i},enumerable:true,configurable:true},syscall:{get(){return p.syscall},set(i){p.syscall=i},enumerable:true,configurable:true}});if(p.path!==undefined){Object.defineProperty(this,"path",{get(){return p.path},set(i){p.path=i},enumerable:true,configurable:true})}if(p.dest!==undefined){Object.defineProperty(this,"dest",{get(){return p.dest},set(i){p.dest=i},enumerable:true,configurable:true})}}toString(){return`${this.name} [${this.code}]: ${this.message}`}[Symbol.for("nodejs.util.inspect.custom")](i,u){return A(this,{...u,getters:true,customInspect:false})}}function E(u,p){i.exports[u]=class NodeError extends SystemError{constructor(i){super(u,p,i)}}}E("ERR_FS_CP_DIR_TO_NON_DIR","Cannot overwrite directory with non-directory");E("ERR_FS_CP_EEXIST","Target already exists");E("ERR_FS_CP_EINVAL","Invalid src or dest");E("ERR_FS_CP_FIFO_PIPE","Cannot copy a FIFO pipe");E("ERR_FS_CP_NON_DIR_TO_DIR","Cannot overwrite non-directory with directory");E("ERR_FS_CP_SOCKET","Cannot copy a socket file");E("ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY","Cannot overwrite symlink in subdirectory of self");E("ERR_FS_CP_UNKNOWN","Cannot copy an unknown file type");E("ERR_FS_EISDIR","Path is a directory");i.exports.ERR_INVALID_ARG_TYPE=class ERR_INVALID_ARG_TYPE extends Error{constructor(i,u,p){super();this.code="ERR_INVALID_ARG_TYPE";this.message=`The ${i} argument must be ${u}. Received ${typeof p}`}}},35189:(i,u,p)=>{const A=p(91943);const g=p(84212);const C=p(6187);const S=p(76562);const w=C.satisfies(">=16.7.0");const cp=async(i,u,p)=>{const C=g(p,{copy:["dereference","errorOnExist","filter","force","preserveTimestamps","recursive"]});return w?A.cp(i,u,C):S(i,u,C)};i.exports=cp},76562:(i,u,p)=>{const{ERR_FS_CP_DIR_TO_NON_DIR:A,ERR_FS_CP_EEXIST:g,ERR_FS_CP_EINVAL:C,ERR_FS_CP_FIFO_PIPE:S,ERR_FS_CP_NON_DIR_TO_DIR:w,ERR_FS_CP_SOCKET:B,ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY:v,ERR_FS_CP_UNKNOWN:N,ERR_FS_EISDIR:T,ERR_INVALID_ARG_TYPE:Q}=p(88314);const{constants:{errno:{EEXIST:x,EISDIR:_,EINVAL:k,ENOTDIR:D}}}=p(70857);const{chmod:O,copyFile:P,lstat:L,mkdir:U,readdir:H,readlink:z,stat:j,symlink:q,unlink:$,utimes:J}=p(91943);const{dirname:W,isAbsolute:Y,join:K,parse:Z,resolve:X,sep:ee,toNamespacedPath:te}=p(16928);const{fileURLToPath:re}=p(87016);const se={dereference:false,errorOnExist:false,filter:undefined,force:true,preserveTimestamps:false,recursive:false};async function cp(i,u,p){if(p!=null&&typeof p!=="object"){throw new Q("options",["Object"],p)}return cpFn(te(getValidatedPath(i)),te(getValidatedPath(u)),{...se,...p})}function getValidatedPath(i){const u=i!=null&&i.href&&i.origin?re(i):i;return u}async function cpFn(i,u,p){if(p.preserveTimestamps&&process.arch==="ia32"){const i="Using the preserveTimestamps option in 32-bit "+"node is not recommended";process.emitWarning(i,"TimestampPrecisionWarning")}const A=await checkPaths(i,u,p);const{srcStat:g,destStat:C}=A;await checkParentPaths(i,g,u);if(p.filter){return handleFilter(checkParentDir,C,i,u,p)}return checkParentDir(C,i,u,p)}async function checkPaths(i,u,p){const{0:g,1:S}=await getStats(i,u,p);if(S){if(areIdentical(g,S)){throw new C({message:"src and dest cannot be the same",path:u,syscall:"cp",errno:k})}if(g.isDirectory()&&!S.isDirectory()){throw new A({message:`cannot overwrite directory ${i} `+`with non-directory ${u}`,path:u,syscall:"cp",errno:_})}if(!g.isDirectory()&&S.isDirectory()){throw new w({message:`cannot overwrite non-directory ${i} `+`with directory ${u}`,path:u,syscall:"cp",errno:D})}}if(g.isDirectory()&&isSrcSubdir(i,u)){throw new C({message:`cannot copy ${i} to a subdirectory of self ${u}`,path:u,syscall:"cp",errno:k})}return{srcStat:g,destStat:S}}function areIdentical(i,u){return u.ino&&u.dev&&u.ino===i.ino&&u.dev===i.dev}function getStats(i,u,p){const A=p.dereference?i=>j(i,{bigint:true}):i=>L(i,{bigint:true});return Promise.all([A(i),A(u).catch((i=>{if(i.code==="ENOENT"){return null}throw i}))])}async function checkParentDir(i,u,p,A){const g=W(p);const C=await pathExists(g);if(C){return getStatsForCopy(i,u,p,A)}await U(g,{recursive:true});return getStatsForCopy(i,u,p,A)}function pathExists(i){return j(i).then((()=>true),(i=>i.code==="ENOENT"?false:Promise.reject(i)))}async function checkParentPaths(i,u,p){const A=X(W(i));const g=X(W(p));if(g===A||g===Z(g).root){return}let S;try{S=await j(g,{bigint:true})}catch(i){if(i.code==="ENOENT"){return}throw i}if(areIdentical(u,S)){throw new C({message:`cannot copy ${i} to a subdirectory of self ${p}`,path:p,syscall:"cp",errno:k})}return checkParentPaths(i,u,g)}const normalizePathToArray=i=>X(i).split(ee).filter(Boolean);function isSrcSubdir(i,u){const p=normalizePathToArray(i);const A=normalizePathToArray(u);return p.every(((i,u)=>A[u]===i))}async function handleFilter(i,u,p,A,g,C){const S=await g.filter(p,A);if(S){return i(u,p,A,g,C)}}function startCopy(i,u,p,A){if(A.filter){return handleFilter(getStatsForCopy,i,u,p,A)}return getStatsForCopy(i,u,p,A)}async function getStatsForCopy(i,u,p,A){const g=A.dereference?j:L;const C=await g(u);if(C.isDirectory()&&A.recursive){return onDir(C,i,u,p,A)}else if(C.isDirectory()){throw new T({message:`${u} is a directory (not copied)`,path:u,syscall:"cp",errno:k})}else if(C.isFile()||C.isCharacterDevice()||C.isBlockDevice()){return onFile(C,i,u,p,A)}else if(C.isSymbolicLink()){return onLink(i,u,p)}else if(C.isSocket()){throw new B({message:`cannot copy a socket file: ${p}`,path:p,syscall:"cp",errno:k})}else if(C.isFIFO()){throw new S({message:`cannot copy a FIFO pipe: ${p}`,path:p,syscall:"cp",errno:k})}throw new N({message:`cannot copy an unknown file type: ${p}`,path:p,syscall:"cp",errno:k})}function onFile(i,u,p,A,g){if(!u){return _copyFile(i,p,A,g)}return mayCopyFile(i,p,A,g)}async function mayCopyFile(i,u,p,A){if(A.force){await $(p);return _copyFile(i,u,p,A)}else if(A.errorOnExist){throw new g({message:`${p} already exists`,path:p,syscall:"cp",errno:x})}}async function _copyFile(i,u,p,A){await P(u,p);if(A.preserveTimestamps){return handleTimestampsAndMode(i.mode,u,p)}return setDestMode(p,i.mode)}async function handleTimestampsAndMode(i,u,p){if(fileIsNotWritable(i)){await makeFileWritable(p,i);return setDestTimestampsAndMode(i,u,p)}return setDestTimestampsAndMode(i,u,p)}function fileIsNotWritable(i){return(i&128)===0}function makeFileWritable(i,u){return setDestMode(i,u|128)}async function setDestTimestampsAndMode(i,u,p){await setDestTimestamps(u,p);return setDestMode(p,i)}function setDestMode(i,u){return O(i,u)}async function setDestTimestamps(i,u){const p=await j(i);return J(u,p.atime,p.mtime)}function onDir(i,u,p,A,g){if(!u){return mkDirAndCopy(i.mode,p,A,g)}return copyDir(p,A,g)}async function mkDirAndCopy(i,u,p,A){await U(p);await copyDir(u,p,A);return setDestMode(p,i)}async function copyDir(i,u,p){const A=await H(i);for(let g=0;g<A.length;g++){const C=A[g];const S=K(i,C);const w=K(u,C);const{destStat:B}=await checkPaths(S,w,p);await startCopy(B,S,w,p)}}async function onLink(i,u,p){let A=await z(u);if(!Y(A)){A=X(W(u),A)}if(!i){return q(A,p)}let g;try{g=await z(p)}catch(i){if(i.code==="EINVAL"||i.code==="UNKNOWN"){return q(A,p)}throw i}if(!Y(g)){g=X(W(p),g)}if(isSrcSubdir(A,g)){throw new C({message:`cannot copy ${A} to a subdirectory of self `+`${g}`,path:p,syscall:"cp",errno:k})}const S=await j(u);if(S.isDirectory()&&isSrcSubdir(g,A)){throw new v({message:`cannot overwrite ${g} with ${A}`,path:p,syscall:"cp",errno:k})}return copyLink(A,p)}async function copyLink(i,u){await $(u);return q(i,u)}i.exports=cp},88437:(i,u,p)=>{const A=p(35189);const g=p(16974);const C=p(99367);const S=p(64851);i.exports={cp:A,withTempDir:g,readdirScoped:C,moveFile:S}},64851:(i,u,p)=>{const{dirname:A,join:g,resolve:C,relative:S,isAbsolute:w}=p(16928);const B=p(91943);const pathExists=async i=>{try{await B.access(i);return true}catch(i){return i.code!=="ENOENT"}};const moveFile=async(i,u,p={},v=true,N=[])=>{if(!i||!u){throw new TypeError("`source` and `destination` file required")}p={overwrite:true,...p};if(!p.overwrite&&await pathExists(u)){throw new Error(`The destination file exists: ${u}`)}await B.mkdir(A(u),{recursive:true});try{await B.rename(i,u)}catch(A){if(A.code==="EXDEV"||A.code==="EPERM"){const A=await B.lstat(i);if(A.isDirectory()){const A=await B.readdir(i);await Promise.all(A.map((A=>moveFile(g(i,A),g(u,A),p,false,N))))}else if(A.isSymbolicLink()){N.push({source:i,destination:u})}else{await B.copyFile(i,u)}}else{throw A}}if(v){await Promise.all(N.map((async({source:i,destination:u})=>{let p=await B.readlink(i);if(w(p)){p=C(u,S(i,p))}let g="file";try{g=await B.stat(C(A(i),p));if(g.isDirectory()){g="junction"}}catch{}await B.symlink(p,u,g)})));await B.rm(i,{recursive:true,force:true})}};i.exports=moveFile},99367:(i,u,p)=>{const{readdir:A}=p(91943);const{join:g}=p(16928);const readdirScoped=async i=>{const u=[];for(const p of await A(i)){if(p.startsWith("@")){for(const C of await A(g(i,p))){u.push(g(p,C))}}else{u.push(p)}}return u};i.exports=readdirScoped},16974:(i,u,p)=>{const{join:A,sep:g}=p(16928);const C=p(84212);const{mkdir:S,mkdtemp:w,rm:B}=p(91943);const withTempDir=async(i,u,p)=>{const v=C(p,{copy:["tmpPrefix"]});await S(i,{recursive:true});const N=await w(A(`${i}${g}`,v.tmpPrefix||""));let T;let Q;try{Q=await u(N)}catch(i){T=i}try{await B(N,{force:true,recursive:true})}catch{}if(T){throw T}return Q};i.exports=withTempDir},42813:(i,u,p)=>{const A=p(17864);const g=Symbol("max");const C=Symbol("length");const S=Symbol("lengthCalculator");const w=Symbol("allowStale");const B=Symbol("maxAge");const v=Symbol("dispose");const N=Symbol("noDisposeOnSet");const T=Symbol("lruList");const Q=Symbol("cache");const x=Symbol("updateAgeOnGet");const naiveLength=()=>1;class LRUCache{constructor(i){if(typeof i==="number")i={max:i};if(!i)i={};if(i.max&&(typeof i.max!=="number"||i.max<0))throw new TypeError("max must be a non-negative number");const u=this[g]=i.max||Infinity;const p=i.length||naiveLength;this[S]=typeof p!=="function"?naiveLength:p;this[w]=i.stale||false;if(i.maxAge&&typeof i.maxAge!=="number")throw new TypeError("maxAge must be a number");this[B]=i.maxAge||0;this[v]=i.dispose;this[N]=i.noDisposeOnSet||false;this[x]=i.updateAgeOnGet||false;this.reset()}set max(i){if(typeof i!=="number"||i<0)throw new TypeError("max must be a non-negative number");this[g]=i||Infinity;trim(this)}get max(){return this[g]}set allowStale(i){this[w]=!!i}get allowStale(){return this[w]}set maxAge(i){if(typeof i!=="number")throw new TypeError("maxAge must be a non-negative number");this[B]=i;trim(this)}get maxAge(){return this[B]}set lengthCalculator(i){if(typeof i!=="function")i=naiveLength;if(i!==this[S]){this[S]=i;this[C]=0;this[T].forEach((i=>{i.length=this[S](i.value,i.key);this[C]+=i.length}))}trim(this)}get lengthCalculator(){return this[S]}get length(){return this[C]}get itemCount(){return this[T].length}rforEach(i,u){u=u||this;for(let p=this[T].tail;p!==null;){const A=p.prev;forEachStep(this,i,p,u);p=A}}forEach(i,u){u=u||this;for(let p=this[T].head;p!==null;){const A=p.next;forEachStep(this,i,p,u);p=A}}keys(){return this[T].toArray().map((i=>i.key))}values(){return this[T].toArray().map((i=>i.value))}reset(){if(this[v]&&this[T]&&this[T].length){this[T].forEach((i=>this[v](i.key,i.value)))}this[Q]=new Map;this[T]=new A;this[C]=0}dump(){return this[T].map((i=>isStale(this,i)?false:{k:i.key,v:i.value,e:i.now+(i.maxAge||0)})).toArray().filter((i=>i))}dumpLru(){return this[T]}set(i,u,p){p=p||this[B];if(p&&typeof p!=="number")throw new TypeError("maxAge must be a number");const A=p?Date.now():0;const w=this[S](u,i);if(this[Q].has(i)){if(w>this[g]){del(this,this[Q].get(i));return false}const S=this[Q].get(i);const B=S.value;if(this[v]){if(!this[N])this[v](i,B.value)}B.now=A;B.maxAge=p;B.value=u;this[C]+=w-B.length;B.length=w;this.get(i);trim(this);return true}const x=new Entry(i,u,w,A,p);if(x.length>this[g]){if(this[v])this[v](i,u);return false}this[C]+=x.length;this[T].unshift(x);this[Q].set(i,this[T].head);trim(this);return true}has(i){if(!this[Q].has(i))return false;const u=this[Q].get(i).value;return!isStale(this,u)}get(i){return get(this,i,true)}peek(i){return get(this,i,false)}pop(){const i=this[T].tail;if(!i)return null;del(this,i);return i.value}del(i){del(this,this[Q].get(i))}load(i){this.reset();const u=Date.now();for(let p=i.length-1;p>=0;p--){const A=i[p];const g=A.e||0;if(g===0)this.set(A.k,A.v);else{const i=g-u;if(i>0){this.set(A.k,A.v,i)}}}}prune(){this[Q].forEach(((i,u)=>get(this,u,false)))}}const get=(i,u,p)=>{const A=i[Q].get(u);if(A){const u=A.value;if(isStale(i,u)){del(i,A);if(!i[w])return undefined}else{if(p){if(i[x])A.value.now=Date.now();i[T].unshiftNode(A)}}return u.value}};const isStale=(i,u)=>{if(!u||!u.maxAge&&!i[B])return false;const p=Date.now()-u.now;return u.maxAge?p>u.maxAge:i[B]&&p>i[B]};const trim=i=>{if(i[C]>i[g]){for(let u=i[T].tail;i[C]>i[g]&&u!==null;){const p=u.prev;del(i,u);u=p}}};const del=(i,u)=>{if(u){const p=u.value;if(i[v])i[v](p.key,p.value);i[C]-=p.length;i[Q].delete(p.key);i[T].removeNode(u)}};class Entry{constructor(i,u,p,A,g){this.key=i;this.value=u;this.length=p;this.now=A;this.maxAge=g||0}}const forEachStep=(i,u,p,A)=>{let g=p.value;if(isStale(i,g)){del(i,p);if(!i[w])g=undefined}if(g)u.call(A,g.value,g.key,i)};i.exports=LRUCache},39768:(i,u,p)=>{const A=Symbol("SemVer ANY");class Comparator{static get ANY(){return A}constructor(i,u){u=g(u);if(i instanceof Comparator){if(i.loose===!!u.loose){return i}else{i=i.value}}i=i.trim().split(/\s+/).join(" ");B("comparator",i,u);this.options=u;this.loose=!!u.loose;this.parse(i);if(this.semver===A){this.value=""}else{this.value=this.operator+this.semver.version}B("comp",this)}parse(i){const u=this.options.loose?C[S.COMPARATORLOOSE]:C[S.COMPARATOR];const p=i.match(u);if(!p){throw new TypeError(`Invalid comparator: ${i}`)}this.operator=p[1]!==undefined?p[1]:"";if(this.operator==="="){this.operator=""}if(!p[2]){this.semver=A}else{this.semver=new v(p[2],this.options.loose)}}toString(){return this.value}test(i){B("Comparator.test",i,this.options.loose);if(this.semver===A||i===A){return true}if(typeof i==="string"){try{i=new v(i,this.options)}catch(i){return false}}return w(i,this.operator,this.semver,this.options)}intersects(i,u){if(!(i instanceof Comparator)){throw new TypeError("a Comparator is required")}if(this.operator===""){if(this.value===""){return true}return new N(i.value,u).test(this.value)}else if(i.operator===""){if(i.value===""){return true}return new N(this.value,u).test(i.semver)}u=g(u);if(u.includePrerelease&&(this.value==="<0.0.0-0"||i.value==="<0.0.0-0")){return false}if(!u.includePrerelease&&(this.value.startsWith("<0.0.0")||i.value.startsWith("<0.0.0"))){return false}if(this.operator.startsWith(">")&&i.operator.startsWith(">")){return true}if(this.operator.startsWith("<")&&i.operator.startsWith("<")){return true}if(this.semver.version===i.semver.version&&this.operator.includes("=")&&i.operator.includes("=")){return true}if(w(this.semver,"<",i.semver,u)&&this.operator.startsWith(">")&&i.operator.startsWith("<")){return true}if(w(this.semver,">",i.semver,u)&&this.operator.startsWith("<")&&i.operator.startsWith(">")){return true}return false}}i.exports=Comparator;const g=p(65939);const{safeRe:C,t:S}=p(84894);const w=p(23991);const B=p(86912);const v=p(95548);const N=p(60031)},60031:(i,u,p)=>{class Range{constructor(i,u){u=C(u);if(i instanceof Range){if(i.loose===!!u.loose&&i.includePrerelease===!!u.includePrerelease){return i}else{return new Range(i.raw,u)}}if(i instanceof S){this.raw=i.value;this.set=[[i]];this.format();return this}this.options=u;this.loose=!!u.loose;this.includePrerelease=!!u.includePrerelease;this.raw=i.trim().split(/\s+/).join(" ");this.set=this.raw.split("||").map((i=>this.parseRange(i.trim()))).filter((i=>i.length));if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${this.raw}`)}if(this.set.length>1){const i=this.set[0];this.set=this.set.filter((i=>!isNullSet(i[0])));if(this.set.length===0){this.set=[i]}else if(this.set.length>1){for(const i of this.set){if(i.length===1&&isAny(i[0])){this.set=[i];break}}}}this.format()}format(){this.range=this.set.map((i=>i.join(" ").trim())).join("||").trim();return this.range}toString(){return this.range}parseRange(i){const u=(this.options.includePrerelease&&_)|(this.options.loose&&k);const p=u+":"+i;const A=g.get(p);if(A){return A}const C=this.options.loose;const B=C?v[N.HYPHENRANGELOOSE]:v[N.HYPHENRANGE];i=i.replace(B,hyphenReplace(this.options.includePrerelease));w("hyphen replace",i);i=i.replace(v[N.COMPARATORTRIM],T);w("comparator trim",i);i=i.replace(v[N.TILDETRIM],Q);w("tilde trim",i);i=i.replace(v[N.CARETTRIM],x);w("caret trim",i);let D=i.split(" ").map((i=>parseComparator(i,this.options))).join(" ").split(/\s+/).map((i=>replaceGTE0(i,this.options)));if(C){D=D.filter((i=>{w("loose invalid filter",i,this.options);return!!i.match(v[N.COMPARATORLOOSE])}))}w("range list",D);const O=new Map;const P=D.map((i=>new S(i,this.options)));for(const i of P){if(isNullSet(i)){return[i]}O.set(i.value,i)}if(O.size>1&&O.has("")){O.delete("")}const L=[...O.values()];g.set(p,L);return L}intersects(i,u){if(!(i instanceof Range)){throw new TypeError("a Range is required")}return this.set.some((p=>isSatisfiable(p,u)&&i.set.some((i=>isSatisfiable(i,u)&&p.every((p=>i.every((i=>p.intersects(i,u)))))))))}test(i){if(!i){return false}if(typeof i==="string"){try{i=new B(i,this.options)}catch(i){return false}}for(let u=0;u<this.set.length;u++){if(testSet(this.set[u],i,this.options)){return true}}return false}}i.exports=Range;const A=p(42813);const g=new A({max:1e3});const C=p(65939);const S=p(39768);const w=p(86912);const B=p(95548);const{safeRe:v,t:N,comparatorTrimReplace:T,tildeTrimReplace:Q,caretTrimReplace:x}=p(84894);const{FLAG_INCLUDE_PRERELEASE:_,FLAG_LOOSE:k}=p(83074);const isNullSet=i=>i.value==="<0.0.0-0";const isAny=i=>i.value==="";const isSatisfiable=(i,u)=>{let p=true;const A=i.slice();let g=A.pop();while(p&&A.length){p=A.every((i=>g.intersects(i,u)));g=A.pop()}return p};const parseComparator=(i,u)=>{w("comp",i,u);i=replaceCarets(i,u);w("caret",i);i=replaceTildes(i,u);w("tildes",i);i=replaceXRanges(i,u);w("xrange",i);i=replaceStars(i,u);w("stars",i);return i};const isX=i=>!i||i.toLowerCase()==="x"||i==="*";const replaceTildes=(i,u)=>i.trim().split(/\s+/).map((i=>replaceTilde(i,u))).join(" ");const replaceTilde=(i,u)=>{const p=u.loose?v[N.TILDELOOSE]:v[N.TILDE];return i.replace(p,((u,p,A,g,C)=>{w("tilde",i,u,p,A,g,C);let S;if(isX(p)){S=""}else if(isX(A)){S=`>=${p}.0.0 <${+p+1}.0.0-0`}else if(isX(g)){S=`>=${p}.${A}.0 <${p}.${+A+1}.0-0`}else if(C){w("replaceTilde pr",C);S=`>=${p}.${A}.${g}-${C} <${p}.${+A+1}.0-0`}else{S=`>=${p}.${A}.${g} <${p}.${+A+1}.0-0`}w("tilde return",S);return S}))};const replaceCarets=(i,u)=>i.trim().split(/\s+/).map((i=>replaceCaret(i,u))).join(" ");const replaceCaret=(i,u)=>{w("caret",i,u);const p=u.loose?v[N.CARETLOOSE]:v[N.CARET];const A=u.includePrerelease?"-0":"";return i.replace(p,((u,p,g,C,S)=>{w("caret",i,u,p,g,C,S);let B;if(isX(p)){B=""}else if(isX(g)){B=`>=${p}.0.0${A} <${+p+1}.0.0-0`}else if(isX(C)){if(p==="0"){B=`>=${p}.${g}.0${A} <${p}.${+g+1}.0-0`}else{B=`>=${p}.${g}.0${A} <${+p+1}.0.0-0`}}else if(S){w("replaceCaret pr",S);if(p==="0"){if(g==="0"){B=`>=${p}.${g}.${C}-${S} <${p}.${g}.${+C+1}-0`}else{B=`>=${p}.${g}.${C}-${S} <${p}.${+g+1}.0-0`}}else{B=`>=${p}.${g}.${C}-${S} <${+p+1}.0.0-0`}}else{w("no pr");if(p==="0"){if(g==="0"){B=`>=${p}.${g}.${C}${A} <${p}.${g}.${+C+1}-0`}else{B=`>=${p}.${g}.${C}${A} <${p}.${+g+1}.0-0`}}else{B=`>=${p}.${g}.${C} <${+p+1}.0.0-0`}}w("caret return",B);return B}))};const replaceXRanges=(i,u)=>{w("replaceXRanges",i,u);return i.split(/\s+/).map((i=>replaceXRange(i,u))).join(" ")};const replaceXRange=(i,u)=>{i=i.trim();const p=u.loose?v[N.XRANGELOOSE]:v[N.XRANGE];return i.replace(p,((p,A,g,C,S,B)=>{w("xRange",i,p,A,g,C,S,B);const v=isX(g);const N=v||isX(C);const T=N||isX(S);const Q=T;if(A==="="&&Q){A=""}B=u.includePrerelease?"-0":"";if(v){if(A===">"||A==="<"){p="<0.0.0-0"}else{p="*"}}else if(A&&Q){if(N){C=0}S=0;if(A===">"){A=">=";if(N){g=+g+1;C=0;S=0}else{C=+C+1;S=0}}else if(A==="<="){A="<";if(N){g=+g+1}else{C=+C+1}}if(A==="<"){B="-0"}p=`${A+g}.${C}.${S}${B}`}else if(N){p=`>=${g}.0.0${B} <${+g+1}.0.0-0`}else if(T){p=`>=${g}.${C}.0${B} <${g}.${+C+1}.0-0`}w("xRange return",p);return p}))};const replaceStars=(i,u)=>{w("replaceStars",i,u);return i.trim().replace(v[N.STAR],"")};const replaceGTE0=(i,u)=>{w("replaceGTE0",i,u);return i.trim().replace(v[u.includePrerelease?N.GTE0PRE:N.GTE0],"")};const hyphenReplace=i=>(u,p,A,g,C,S,w,B,v,N,T,Q,x)=>{if(isX(A)){p=""}else if(isX(g)){p=`>=${A}.0.0${i?"-0":""}`}else if(isX(C)){p=`>=${A}.${g}.0${i?"-0":""}`}else if(S){p=`>=${p}`}else{p=`>=${p}${i?"-0":""}`}if(isX(v)){B=""}else if(isX(N)){B=`<${+v+1}.0.0-0`}else if(isX(T)){B=`<${v}.${+N+1}.0-0`}else if(Q){B=`<=${v}.${N}.${T}-${Q}`}else if(i){B=`<${v}.${N}.${+T+1}-0`}else{B=`<=${B}`}return`${p} ${B}`.trim()};const testSet=(i,u,p)=>{for(let p=0;p<i.length;p++){if(!i[p].test(u)){return false}}if(u.prerelease.length&&!p.includePrerelease){for(let p=0;p<i.length;p++){w(i[p].semver);if(i[p].semver===S.ANY){continue}if(i[p].semver.prerelease.length>0){const A=i[p].semver;if(A.major===u.major&&A.minor===u.minor&&A.patch===u.patch){return true}}}return false}return true}},95548:(i,u,p)=>{const A=p(86912);const{MAX_LENGTH:g,MAX_SAFE_INTEGER:C}=p(83074);const{safeRe:S,t:w}=p(84894);const B=p(65939);const{compareIdentifiers:v}=p(98219);class SemVer{constructor(i,u){u=B(u);if(i instanceof SemVer){if(i.loose===!!u.loose&&i.includePrerelease===!!u.includePrerelease){return i}else{i=i.version}}else if(typeof i!=="string"){throw new TypeError(`Invalid version. Must be a string. Got type "${typeof i}".`)}if(i.length>g){throw new TypeError(`version is longer than ${g} characters`)}A("SemVer",i,u);this.options=u;this.loose=!!u.loose;this.includePrerelease=!!u.includePrerelease;const p=i.trim().match(u.loose?S[w.LOOSE]:S[w.FULL]);if(!p){throw new TypeError(`Invalid Version: ${i}`)}this.raw=i;this.major=+p[1];this.minor=+p[2];this.patch=+p[3];if(this.major>C||this.major<0){throw new TypeError("Invalid major version")}if(this.minor>C||this.minor<0){throw new TypeError("Invalid minor version")}if(this.patch>C||this.patch<0){throw new TypeError("Invalid patch version")}if(!p[4]){this.prerelease=[]}else{this.prerelease=p[4].split(".").map((i=>{if(/^[0-9]+$/.test(i)){const u=+i;if(u>=0&&u<C){return u}}return i}))}this.build=p[5]?p[5].split("."):[];this.format()}format(){this.version=`${this.major}.${this.minor}.${this.patch}`;if(this.prerelease.length){this.version+=`-${this.prerelease.join(".")}`}return this.version}toString(){return this.version}compare(i){A("SemVer.compare",this.version,this.options,i);if(!(i instanceof SemVer)){if(typeof i==="string"&&i===this.version){return 0}i=new SemVer(i,this.options)}if(i.version===this.version){return 0}return this.compareMain(i)||this.comparePre(i)}compareMain(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}return v(this.major,i.major)||v(this.minor,i.minor)||v(this.patch,i.patch)}comparePre(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}if(this.prerelease.length&&!i.prerelease.length){return-1}else if(!this.prerelease.length&&i.prerelease.length){return 1}else if(!this.prerelease.length&&!i.prerelease.length){return 0}let u=0;do{const p=this.prerelease[u];const g=i.prerelease[u];A("prerelease compare",u,p,g);if(p===undefined&&g===undefined){return 0}else if(g===undefined){return 1}else if(p===undefined){return-1}else if(p===g){continue}else{return v(p,g)}}while(++u)}compareBuild(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}let u=0;do{const p=this.build[u];const g=i.build[u];A("prerelease compare",u,p,g);if(p===undefined&&g===undefined){return 0}else if(g===undefined){return 1}else if(p===undefined){return-1}else if(p===g){continue}else{return v(p,g)}}while(++u)}inc(i,u,p){switch(i){case"premajor":this.prerelease.length=0;this.patch=0;this.minor=0;this.major++;this.inc("pre",u,p);break;case"preminor":this.prerelease.length=0;this.patch=0;this.minor++;this.inc("pre",u,p);break;case"prepatch":this.prerelease.length=0;this.inc("patch",u,p);this.inc("pre",u,p);break;case"prerelease":if(this.prerelease.length===0){this.inc("patch",u,p)}this.inc("pre",u,p);break;case"major":if(this.minor!==0||this.patch!==0||this.prerelease.length===0){this.major++}this.minor=0;this.patch=0;this.prerelease=[];break;case"minor":if(this.patch!==0||this.prerelease.length===0){this.minor++}this.patch=0;this.prerelease=[];break;case"patch":if(this.prerelease.length===0){this.patch++}this.prerelease=[];break;case"pre":{const i=Number(p)?1:0;if(!u&&p===false){throw new Error("invalid increment argument: identifier is empty")}if(this.prerelease.length===0){this.prerelease=[i]}else{let A=this.prerelease.length;while(--A>=0){if(typeof this.prerelease[A]==="number"){this.prerelease[A]++;A=-2}}if(A===-1){if(u===this.prerelease.join(".")&&p===false){throw new Error("invalid increment argument: identifier already exists")}this.prerelease.push(i)}}if(u){let A=[u,i];if(p===false){A=[u]}if(v(this.prerelease[0],u)===0){if(isNaN(this.prerelease[1])){this.prerelease=A}}else{this.prerelease=A}}break}default:throw new Error(`invalid increment argument: ${i}`)}this.raw=this.format();if(this.build.length){this.raw+=`+${this.build.join(".")}`}return this}}i.exports=SemVer},64510:(i,u,p)=>{const A=p(45240);const clean=(i,u)=>{const p=A(i.trim().replace(/^[=v]+/,""),u);return p?p.version:null};i.exports=clean},23991:(i,u,p)=>{const A=p(5113);const g=p(26487);const C=p(35012);const S=p(67745);const w=p(63691);const B=p(27672);const cmp=(i,u,p,v)=>{switch(u){case"===":if(typeof i==="object"){i=i.version}if(typeof p==="object"){p=p.version}return i===p;case"!==":if(typeof i==="object"){i=i.version}if(typeof p==="object"){p=p.version}return i!==p;case"":case"=":case"==":return A(i,p,v);case"!=":return g(i,p,v);case">":return C(i,p,v);case">=":return S(i,p,v);case"<":return w(i,p,v);case"<=":return B(i,p,v);default:throw new TypeError(`Invalid operator: ${u}`)}};i.exports=cmp},3346:(i,u,p)=>{const A=p(95548);const g=p(45240);const{safeRe:C,t:S}=p(84894);const coerce=(i,u)=>{if(i instanceof A){return i}if(typeof i==="number"){i=String(i)}if(typeof i!=="string"){return null}u=u||{};let p=null;if(!u.rtl){p=i.match(C[S.COERCE])}else{let u;while((u=C[S.COERCERTL].exec(i))&&(!p||p.index+p[0].length!==i.length)){if(!p||u.index+u[0].length!==p.index+p[0].length){p=u}C[S.COERCERTL].lastIndex=u.index+u[1].length+u[2].length}C[S.COERCERTL].lastIndex=-1}if(p===null){return null}return g(`${p[2]}.${p[3]||"0"}.${p[4]||"0"}`,u)};i.exports=coerce},69685:(i,u,p)=>{const A=p(95548);const compareBuild=(i,u,p)=>{const g=new A(i,p);const C=new A(u,p);return g.compare(C)||g.compareBuild(C)};i.exports=compareBuild},90731:(i,u,p)=>{const A=p(77304);const compareLoose=(i,u)=>A(i,u,true);i.exports=compareLoose},77304:(i,u,p)=>{const A=p(95548);const compare=(i,u,p)=>new A(i,p).compare(new A(u,p));i.exports=compare},84048:(i,u,p)=>{const A=p(45240);const diff=(i,u)=>{const p=A(i,null,true);const g=A(u,null,true);const C=p.compare(g);if(C===0){return null}const S=C>0;const w=S?p:g;const B=S?g:p;const v=!!w.prerelease.length;const N=!!B.prerelease.length;if(N&&!v){if(!B.patch&&!B.minor){return"major"}if(w.patch){return"patch"}if(w.minor){return"minor"}return"major"}const T=v?"pre":"";if(p.major!==g.major){return T+"major"}if(p.minor!==g.minor){return T+"minor"}if(p.patch!==g.patch){return T+"patch"}return"prerelease"};i.exports=diff},5113:(i,u,p)=>{const A=p(77304);const eq=(i,u,p)=>A(i,u,p)===0;i.exports=eq},35012:(i,u,p)=>{const A=p(77304);const gt=(i,u,p)=>A(i,u,p)>0;i.exports=gt},67745:(i,u,p)=>{const A=p(77304);const gte=(i,u,p)=>A(i,u,p)>=0;i.exports=gte},55303:(i,u,p)=>{const A=p(95548);const inc=(i,u,p,g,C)=>{if(typeof p==="string"){C=g;g=p;p=undefined}try{return new A(i instanceof A?i.version:i,p).inc(u,g,C).version}catch(i){return null}};i.exports=inc},63691:(i,u,p)=>{const A=p(77304);const lt=(i,u,p)=>A(i,u,p)<0;i.exports=lt},27672:(i,u,p)=>{const A=p(77304);const lte=(i,u,p)=>A(i,u,p)<=0;i.exports=lte},18610:(i,u,p)=>{const A=p(95548);const major=(i,u)=>new A(i,u).major;i.exports=major},8550:(i,u,p)=>{const A=p(95548);const minor=(i,u)=>new A(i,u).minor;i.exports=minor},26487:(i,u,p)=>{const A=p(77304);const neq=(i,u,p)=>A(i,u,p)!==0;i.exports=neq},45240:(i,u,p)=>{const A=p(95548);const parse=(i,u,p=false)=>{if(i instanceof A){return i}try{return new A(i,u)}catch(i){if(!p){return null}throw i}};i.exports=parse},43413:(i,u,p)=>{const A=p(95548);const patch=(i,u)=>new A(i,u).patch;i.exports=patch},94729:(i,u,p)=>{const A=p(45240);const prerelease=(i,u)=>{const p=A(i,u);return p&&p.prerelease.length?p.prerelease:null};i.exports=prerelease},42810:(i,u,p)=>{const A=p(77304);const rcompare=(i,u,p)=>A(u,i,p);i.exports=rcompare},91981:(i,u,p)=>{const A=p(69685);const rsort=(i,u)=>i.sort(((i,p)=>A(p,i,u)));i.exports=rsort},10174:(i,u,p)=>{const A=p(60031);const satisfies=(i,u,p)=>{try{u=new A(u,p)}catch(i){return false}return u.test(i)};i.exports=satisfies},43151:(i,u,p)=>{const A=p(69685);const sort=(i,u)=>i.sort(((i,p)=>A(i,p,u)));i.exports=sort},37105:(i,u,p)=>{const A=p(45240);const valid=(i,u)=>{const p=A(i,u);return p?p.version:null};i.exports=valid},41437:(i,u,p)=>{const A=p(84894);const g=p(83074);const C=p(95548);const S=p(98219);const w=p(45240);const B=p(37105);const v=p(64510);const N=p(55303);const T=p(84048);const Q=p(18610);const x=p(8550);const _=p(43413);const k=p(94729);const D=p(77304);const O=p(42810);const P=p(90731);const L=p(69685);const U=p(43151);const H=p(91981);const z=p(35012);const j=p(63691);const q=p(5113);const $=p(26487);const J=p(67745);const W=p(27672);const Y=p(23991);const K=p(3346);const Z=p(39768);const X=p(60031);const ee=p(10174);const te=p(9495);const re=p(9412);const se=p(51670);const ne=p(52981);const ie=p(61610);const oe=p(23915);const ae=p(19691);const le=p(38598);const ue=p(75956);const de=p(82757);const he=p(64);i.exports={parse:w,valid:B,clean:v,inc:N,diff:T,major:Q,minor:x,patch:_,prerelease:k,compare:D,rcompare:O,compareLoose:P,compareBuild:L,sort:U,rsort:H,gt:z,lt:j,eq:q,neq:$,gte:J,lte:W,cmp:Y,coerce:K,Comparator:Z,Range:X,satisfies:ee,toComparators:te,maxSatisfying:re,minSatisfying:se,minVersion:ne,validRange:ie,outside:oe,gtr:ae,ltr:le,intersects:ue,simplifyRange:de,subset:he,SemVer:C,re:A.re,src:A.src,tokens:A.t,SEMVER_SPEC_VERSION:g.SEMVER_SPEC_VERSION,RELEASE_TYPES:g.RELEASE_TYPES,compareIdentifiers:S.compareIdentifiers,rcompareIdentifiers:S.rcompareIdentifiers}},83074:i=>{const u="2.0.0";const p=256;const A=Number.MAX_SAFE_INTEGER||9007199254740991;const g=16;const C=p-6;const S=["major","premajor","minor","preminor","patch","prepatch","prerelease"];i.exports={MAX_LENGTH:p,MAX_SAFE_COMPONENT_LENGTH:g,MAX_SAFE_BUILD_LENGTH:C,MAX_SAFE_INTEGER:A,RELEASE_TYPES:S,SEMVER_SPEC_VERSION:u,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},86912:i=>{const u=typeof process==="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...i)=>console.error("SEMVER",...i):()=>{};i.exports=u},98219:i=>{const u=/^[0-9]+$/;const compareIdentifiers=(i,p)=>{const A=u.test(i);const g=u.test(p);if(A&&g){i=+i;p=+p}return i===p?0:A&&!g?-1:g&&!A?1:i<p?-1:1};const rcompareIdentifiers=(i,u)=>compareIdentifiers(u,i);i.exports={compareIdentifiers:compareIdentifiers,rcompareIdentifiers:rcompareIdentifiers}},65939:i=>{const u=Object.freeze({loose:true});const p=Object.freeze({});const parseOptions=i=>{if(!i){return p}if(typeof i!=="object"){return u}return i};i.exports=parseOptions},84894:(i,u,p)=>{const{MAX_SAFE_COMPONENT_LENGTH:A,MAX_SAFE_BUILD_LENGTH:g,MAX_LENGTH:C}=p(83074);const S=p(86912);u=i.exports={};const w=u.re=[];const B=u.safeRe=[];const v=u.src=[];const N=u.t={};let T=0;const Q="[a-zA-Z0-9-]";const x=[["\\s",1],["\\d",C],[Q,g]];const makeSafeRegex=i=>{for(const[u,p]of x){i=i.split(`${u}*`).join(`${u}{0,${p}}`).split(`${u}+`).join(`${u}{1,${p}}`)}return i};const createToken=(i,u,p)=>{const A=makeSafeRegex(u);const g=T++;S(i,g,u);N[i]=g;v[g]=u;w[g]=new RegExp(u,p?"g":undefined);B[g]=new RegExp(A,p?"g":undefined)};createToken("NUMERICIDENTIFIER","0|[1-9]\\d*");createToken("NUMERICIDENTIFIERLOOSE","\\d+");createToken("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${Q}*`);createToken("MAINVERSION",`(${v[N.NUMERICIDENTIFIER]})\\.`+`(${v[N.NUMERICIDENTIFIER]})\\.`+`(${v[N.NUMERICIDENTIFIER]})`);createToken("MAINVERSIONLOOSE",`(${v[N.NUMERICIDENTIFIERLOOSE]})\\.`+`(${v[N.NUMERICIDENTIFIERLOOSE]})\\.`+`(${v[N.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASEIDENTIFIER",`(?:${v[N.NUMERICIDENTIFIER]}|${v[N.NONNUMERICIDENTIFIER]})`);createToken("PRERELEASEIDENTIFIERLOOSE",`(?:${v[N.NUMERICIDENTIFIERLOOSE]}|${v[N.NONNUMERICIDENTIFIER]})`);createToken("PRERELEASE",`(?:-(${v[N.PRERELEASEIDENTIFIER]}(?:\\.${v[N.PRERELEASEIDENTIFIER]})*))`);createToken("PRERELEASELOOSE",`(?:-?(${v[N.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${v[N.PRERELEASEIDENTIFIERLOOSE]})*))`);createToken("BUILDIDENTIFIER",`${Q}+`);createToken("BUILD",`(?:\\+(${v[N.BUILDIDENTIFIER]}(?:\\.${v[N.BUILDIDENTIFIER]})*))`);createToken("FULLPLAIN",`v?${v[N.MAINVERSION]}${v[N.PRERELEASE]}?${v[N.BUILD]}?`);createToken("FULL",`^${v[N.FULLPLAIN]}$`);createToken("LOOSEPLAIN",`[v=\\s]*${v[N.MAINVERSIONLOOSE]}${v[N.PRERELEASELOOSE]}?${v[N.BUILD]}?`);createToken("LOOSE",`^${v[N.LOOSEPLAIN]}$`);createToken("GTLT","((?:<|>)?=?)");createToken("XRANGEIDENTIFIERLOOSE",`${v[N.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);createToken("XRANGEIDENTIFIER",`${v[N.NUMERICIDENTIFIER]}|x|X|\\*`);createToken("XRANGEPLAIN",`[v=\\s]*(${v[N.XRANGEIDENTIFIER]})`+`(?:\\.(${v[N.XRANGEIDENTIFIER]})`+`(?:\\.(${v[N.XRANGEIDENTIFIER]})`+`(?:${v[N.PRERELEASE]})?${v[N.BUILD]}?`+`)?)?`);createToken("XRANGEPLAINLOOSE",`[v=\\s]*(${v[N.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${v[N.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${v[N.XRANGEIDENTIFIERLOOSE]})`+`(?:${v[N.PRERELEASELOOSE]})?${v[N.BUILD]}?`+`)?)?`);createToken("XRANGE",`^${v[N.GTLT]}\\s*${v[N.XRANGEPLAIN]}$`);createToken("XRANGELOOSE",`^${v[N.GTLT]}\\s*${v[N.XRANGEPLAINLOOSE]}$`);createToken("COERCE",`${"(^|[^\\d])"+"(\\d{1,"}${A}})`+`(?:\\.(\\d{1,${A}}))?`+`(?:\\.(\\d{1,${A}}))?`+`(?:$|[^\\d])`);createToken("COERCERTL",v[N.COERCE],true);createToken("LONETILDE","(?:~>?)");createToken("TILDETRIM",`(\\s*)${v[N.LONETILDE]}\\s+`,true);u.tildeTrimReplace="$1~";createToken("TILDE",`^${v[N.LONETILDE]}${v[N.XRANGEPLAIN]}$`);createToken("TILDELOOSE",`^${v[N.LONETILDE]}${v[N.XRANGEPLAINLOOSE]}$`);createToken("LONECARET","(?:\\^)");createToken("CARETTRIM",`(\\s*)${v[N.LONECARET]}\\s+`,true);u.caretTrimReplace="$1^";createToken("CARET",`^${v[N.LONECARET]}${v[N.XRANGEPLAIN]}$`);createToken("CARETLOOSE",`^${v[N.LONECARET]}${v[N.XRANGEPLAINLOOSE]}$`);createToken("COMPARATORLOOSE",`^${v[N.GTLT]}\\s*(${v[N.LOOSEPLAIN]})$|^$`);createToken("COMPARATOR",`^${v[N.GTLT]}\\s*(${v[N.FULLPLAIN]})$|^$`);createToken("COMPARATORTRIM",`(\\s*)${v[N.GTLT]}\\s*(${v[N.LOOSEPLAIN]}|${v[N.XRANGEPLAIN]})`,true);u.comparatorTrimReplace="$1$2$3";createToken("HYPHENRANGE",`^\\s*(${v[N.XRANGEPLAIN]})`+`\\s+-\\s+`+`(${v[N.XRANGEPLAIN]})`+`\\s*$`);createToken("HYPHENRANGELOOSE",`^\\s*(${v[N.XRANGEPLAINLOOSE]})`+`\\s+-\\s+`+`(${v[N.XRANGEPLAINLOOSE]})`+`\\s*$`);createToken("STAR","(<|>)?=?\\s*\\*");createToken("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");createToken("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},19691:(i,u,p)=>{const A=p(23915);const gtr=(i,u,p)=>A(i,u,">",p);i.exports=gtr},75956:(i,u,p)=>{const A=p(60031);const intersects=(i,u,p)=>{i=new A(i,p);u=new A(u,p);return i.intersects(u,p)};i.exports=intersects},38598:(i,u,p)=>{const A=p(23915);const ltr=(i,u,p)=>A(i,u,"<",p);i.exports=ltr},9412:(i,u,p)=>{const A=p(95548);const g=p(60031);const maxSatisfying=(i,u,p)=>{let C=null;let S=null;let w=null;try{w=new g(u,p)}catch(i){return null}i.forEach((i=>{if(w.test(i)){if(!C||S.compare(i)===-1){C=i;S=new A(C,p)}}}));return C};i.exports=maxSatisfying},51670:(i,u,p)=>{const A=p(95548);const g=p(60031);const minSatisfying=(i,u,p)=>{let C=null;let S=null;let w=null;try{w=new g(u,p)}catch(i){return null}i.forEach((i=>{if(w.test(i)){if(!C||S.compare(i)===1){C=i;S=new A(C,p)}}}));return C};i.exports=minSatisfying},52981:(i,u,p)=>{const A=p(95548);const g=p(60031);const C=p(35012);const minVersion=(i,u)=>{i=new g(i,u);let p=new A("0.0.0");if(i.test(p)){return p}p=new A("0.0.0-0");if(i.test(p)){return p}p=null;for(let u=0;u<i.set.length;++u){const g=i.set[u];let S=null;g.forEach((i=>{const u=new A(i.semver.version);switch(i.operator){case">":if(u.prerelease.length===0){u.patch++}else{u.prerelease.push(0)}u.raw=u.format();case"":case">=":if(!S||C(u,S)){S=u}break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${i.operator}`)}}));if(S&&(!p||C(p,S))){p=S}}if(p&&i.test(p)){return p}return null};i.exports=minVersion},23915:(i,u,p)=>{const A=p(95548);const g=p(39768);const{ANY:C}=g;const S=p(60031);const w=p(10174);const B=p(35012);const v=p(63691);const N=p(27672);const T=p(67745);const outside=(i,u,p,Q)=>{i=new A(i,Q);u=new S(u,Q);let x,_,k,D,O;switch(p){case">":x=B;_=N;k=v;D=">";O=">=";break;case"<":x=v;_=T;k=B;D="<";O="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(w(i,u,Q)){return false}for(let p=0;p<u.set.length;++p){const A=u.set[p];let S=null;let w=null;A.forEach((i=>{if(i.semver===C){i=new g(">=0.0.0")}S=S||i;w=w||i;if(x(i.semver,S.semver,Q)){S=i}else if(k(i.semver,w.semver,Q)){w=i}}));if(S.operator===D||S.operator===O){return false}if((!w.operator||w.operator===D)&&_(i,w.semver)){return false}else if(w.operator===O&&k(i,w.semver)){return false}}return true};i.exports=outside},82757:(i,u,p)=>{const A=p(10174);const g=p(77304);i.exports=(i,u,p)=>{const C=[];let S=null;let w=null;const B=i.sort(((i,u)=>g(i,u,p)));for(const i of B){const g=A(i,u,p);if(g){w=i;if(!S){S=i}}else{if(w){C.push([S,w])}w=null;S=null}}if(S){C.push([S,null])}const v=[];for(const[i,u]of C){if(i===u){v.push(i)}else if(!u&&i===B[0]){v.push("*")}else if(!u){v.push(`>=${i}`)}else if(i===B[0]){v.push(`<=${u}`)}else{v.push(`${i} - ${u}`)}}const N=v.join(" || ");const T=typeof u.raw==="string"?u.raw:String(u);return N.length<T.length?N:u}},64:(i,u,p)=>{const A=p(60031);const g=p(39768);const{ANY:C}=g;const S=p(10174);const w=p(77304);const subset=(i,u,p={})=>{if(i===u){return true}i=new A(i,p);u=new A(u,p);let g=false;e:for(const A of i.set){for(const i of u.set){const u=simpleSubset(A,i,p);g=g||u!==null;if(u){continue e}}if(g){return false}}return true};const B=[new g(">=0.0.0-0")];const v=[new g(">=0.0.0")];const simpleSubset=(i,u,p)=>{if(i===u){return true}if(i.length===1&&i[0].semver===C){if(u.length===1&&u[0].semver===C){return true}else if(p.includePrerelease){i=B}else{i=v}}if(u.length===1&&u[0].semver===C){if(p.includePrerelease){return true}else{u=v}}const A=new Set;let g,N;for(const u of i){if(u.operator===">"||u.operator===">="){g=higherGT(g,u,p)}else if(u.operator==="<"||u.operator==="<="){N=lowerLT(N,u,p)}else{A.add(u.semver)}}if(A.size>1){return null}let T;if(g&&N){T=w(g.semver,N.semver,p);if(T>0){return null}else if(T===0&&(g.operator!==">="||N.operator!=="<=")){return null}}for(const i of A){if(g&&!S(i,String(g),p)){return null}if(N&&!S(i,String(N),p)){return null}for(const A of u){if(!S(i,String(A),p)){return false}}return true}let Q,x;let _,k;let D=N&&!p.includePrerelease&&N.semver.prerelease.length?N.semver:false;let O=g&&!p.includePrerelease&&g.semver.prerelease.length?g.semver:false;if(D&&D.prerelease.length===1&&N.operator==="<"&&D.prerelease[0]===0){D=false}for(const i of u){k=k||i.operator===">"||i.operator===">=";_=_||i.operator==="<"||i.operator==="<=";if(g){if(O){if(i.semver.prerelease&&i.semver.prerelease.length&&i.semver.major===O.major&&i.semver.minor===O.minor&&i.semver.patch===O.patch){O=false}}if(i.operator===">"||i.operator===">="){Q=higherGT(g,i,p);if(Q===i&&Q!==g){return false}}else if(g.operator===">="&&!S(g.semver,String(i),p)){return false}}if(N){if(D){if(i.semver.prerelease&&i.semver.prerelease.length&&i.semver.major===D.major&&i.semver.minor===D.minor&&i.semver.patch===D.patch){D=false}}if(i.operator==="<"||i.operator==="<="){x=lowerLT(N,i,p);if(x===i&&x!==N){return false}}else if(N.operator==="<="&&!S(N.semver,String(i),p)){return false}}if(!i.operator&&(N||g)&&T!==0){return false}}if(g&&_&&!N&&T!==0){return false}if(N&&k&&!g&&T!==0){return false}if(O||D){return false}return true};const higherGT=(i,u,p)=>{if(!i){return u}const A=w(i.semver,u.semver,p);return A>0?i:A<0?u:u.operator===">"&&i.operator===">="?u:i};const lowerLT=(i,u,p)=>{if(!i){return u}const A=w(i.semver,u.semver,p);return A<0?i:A>0?u:u.operator==="<"&&i.operator==="<="?u:i};i.exports=subset},9495:(i,u,p)=>{const A=p(60031);const toComparators=(i,u)=>new A(i,u).set.map((i=>i.map((i=>i.value)).join(" ").trim().split(" ")));i.exports=toComparators},61610:(i,u,p)=>{const A=p(60031);const validRange=(i,u)=>{try{return new A(i,u).range||"*"}catch(i){return null}};i.exports=validRange},18456:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.toMessageSignatureBundle=toMessageSignatureBundle;u.toDSSEBundle=toDSSEBundle;const A=p(19654);const g=p(37742);function toMessageSignatureBundle(i){return{mediaType:i.certificateChain?g.BUNDLE_V02_MEDIA_TYPE:g.BUNDLE_V03_MEDIA_TYPE,content:{$case:"messageSignature",messageSignature:{messageDigest:{algorithm:A.HashAlgorithm.SHA2_256,digest:i.digest},signature:i.signature}},verificationMaterial:toVerificationMaterial(i)}}function toDSSEBundle(i){return{mediaType:i.certificateChain?g.BUNDLE_V02_MEDIA_TYPE:g.BUNDLE_V03_MEDIA_TYPE,content:{$case:"dsseEnvelope",dsseEnvelope:toEnvelope(i)},verificationMaterial:toVerificationMaterial(i)}}function toEnvelope(i){return{payloadType:i.artifactType,payload:i.artifact,signatures:[toSignature(i)]}}function toSignature(i){return{keyid:i.keyHint||"",sig:i.signature}}function toVerificationMaterial(i){return{content:toKeyContent(i),tlogEntries:[],timestampVerificationData:{rfc3161Timestamps:[]}}}function toKeyContent(i){if(i.certificate){if(i.certificateChain){return{$case:"x509CertificateChain",x509CertificateChain:{certificates:[{rawBytes:i.certificate}]}}}else{return{$case:"certificate",certificate:{rawBytes:i.certificate}}}}else{return{$case:"publicKey",publicKey:{hint:i.keyHint||""}}}}},37742:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.BUNDLE_V03_MEDIA_TYPE=u.BUNDLE_V03_LEGACY_MEDIA_TYPE=u.BUNDLE_V02_MEDIA_TYPE=u.BUNDLE_V01_MEDIA_TYPE=void 0;u.isBundleWithCertificateChain=isBundleWithCertificateChain;u.isBundleWithPublicKey=isBundleWithPublicKey;u.isBundleWithMessageSignature=isBundleWithMessageSignature;u.isBundleWithDsseEnvelope=isBundleWithDsseEnvelope;u.BUNDLE_V01_MEDIA_TYPE="application/vnd.dev.sigstore.bundle+json;version=0.1";u.BUNDLE_V02_MEDIA_TYPE="application/vnd.dev.sigstore.bundle+json;version=0.2";u.BUNDLE_V03_LEGACY_MEDIA_TYPE="application/vnd.dev.sigstore.bundle+json;version=0.3";u.BUNDLE_V03_MEDIA_TYPE="application/vnd.dev.sigstore.bundle.v0.3+json";function isBundleWithCertificateChain(i){return i.verificationMaterial.content.$case==="x509CertificateChain"}function isBundleWithPublicKey(i){return i.verificationMaterial.content.$case==="publicKey"}function isBundleWithMessageSignature(i){return i.content.$case==="messageSignature"}function isBundleWithDsseEnvelope(i){return i.content.$case==="dsseEnvelope"}},47714:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.ValidationError=void 0;class ValidationError extends Error{constructor(i,u){super(i);this.fields=u}}u.ValidationError=ValidationError},61040:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.isBundleV01=u.assertBundleV02=u.assertBundleV01=u.assertBundleLatest=u.assertBundle=u.envelopeToJSON=u.envelopeFromJSON=u.bundleToJSON=u.bundleFromJSON=u.ValidationError=u.isBundleWithPublicKey=u.isBundleWithMessageSignature=u.isBundleWithDsseEnvelope=u.isBundleWithCertificateChain=u.BUNDLE_V03_MEDIA_TYPE=u.BUNDLE_V03_LEGACY_MEDIA_TYPE=u.BUNDLE_V02_MEDIA_TYPE=u.BUNDLE_V01_MEDIA_TYPE=u.toMessageSignatureBundle=u.toDSSEBundle=void 0;var A=p(18456);Object.defineProperty(u,"toDSSEBundle",{enumerable:true,get:function(){return A.toDSSEBundle}});Object.defineProperty(u,"toMessageSignatureBundle",{enumerable:true,get:function(){return A.toMessageSignatureBundle}});var g=p(37742);Object.defineProperty(u,"BUNDLE_V01_MEDIA_TYPE",{enumerable:true,get:function(){return g.BUNDLE_V01_MEDIA_TYPE}});Object.defineProperty(u,"BUNDLE_V02_MEDIA_TYPE",{enumerable:true,get:function(){return g.BUNDLE_V02_MEDIA_TYPE}});Object.defineProperty(u,"BUNDLE_V03_LEGACY_MEDIA_TYPE",{enumerable:true,get:function(){return g.BUNDLE_V03_LEGACY_MEDIA_TYPE}});Object.defineProperty(u,"BUNDLE_V03_MEDIA_TYPE",{enumerable:true,get:function(){return g.BUNDLE_V03_MEDIA_TYPE}});Object.defineProperty(u,"isBundleWithCertificateChain",{enumerable:true,get:function(){return g.isBundleWithCertificateChain}});Object.defineProperty(u,"isBundleWithDsseEnvelope",{enumerable:true,get:function(){return g.isBundleWithDsseEnvelope}});Object.defineProperty(u,"isBundleWithMessageSignature",{enumerable:true,get:function(){return g.isBundleWithMessageSignature}});Object.defineProperty(u,"isBundleWithPublicKey",{enumerable:true,get:function(){return g.isBundleWithPublicKey}});var C=p(47714);Object.defineProperty(u,"ValidationError",{enumerable:true,get:function(){return C.ValidationError}});var S=p(23404);Object.defineProperty(u,"bundleFromJSON",{enumerable:true,get:function(){return S.bundleFromJSON}});Object.defineProperty(u,"bundleToJSON",{enumerable:true,get:function(){return S.bundleToJSON}});Object.defineProperty(u,"envelopeFromJSON",{enumerable:true,get:function(){return S.envelopeFromJSON}});Object.defineProperty(u,"envelopeToJSON",{enumerable:true,get:function(){return S.envelopeToJSON}});var w=p(9352);Object.defineProperty(u,"assertBundle",{enumerable:true,get:function(){return w.assertBundle}});Object.defineProperty(u,"assertBundleLatest",{enumerable:true,get:function(){return w.assertBundleLatest}});Object.defineProperty(u,"assertBundleV01",{enumerable:true,get:function(){return w.assertBundleV01}});Object.defineProperty(u,"assertBundleV02",{enumerable:true,get:function(){return w.assertBundleV02}});Object.defineProperty(u,"isBundleV01",{enumerable:true,get:function(){return w.isBundleV01}})},23404:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.envelopeToJSON=u.envelopeFromJSON=u.bundleToJSON=u.bundleFromJSON=void 0;const A=p(19654);const g=p(37742);const C=p(9352);const bundleFromJSON=i=>{const u=A.Bundle.fromJSON(i);switch(u.mediaType){case g.BUNDLE_V01_MEDIA_TYPE:(0,C.assertBundleV01)(u);break;case g.BUNDLE_V02_MEDIA_TYPE:(0,C.assertBundleV02)(u);break;default:(0,C.assertBundleLatest)(u);break}return u};u.bundleFromJSON=bundleFromJSON;const bundleToJSON=i=>A.Bundle.toJSON(i);u.bundleToJSON=bundleToJSON;const envelopeFromJSON=i=>A.Envelope.fromJSON(i);u.envelopeFromJSON=envelopeFromJSON;const envelopeToJSON=i=>A.Envelope.toJSON(i);u.envelopeToJSON=envelopeToJSON},9352:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.assertBundle=assertBundle;u.assertBundleV01=assertBundleV01;u.isBundleV01=isBundleV01;u.assertBundleV02=assertBundleV02;u.assertBundleLatest=assertBundleLatest;const A=p(47714);function assertBundle(i){const u=validateBundleBase(i);if(u.length>0){throw new A.ValidationError("invalid bundle",u)}}function assertBundleV01(i){const u=[];u.push(...validateBundleBase(i));u.push(...validateInclusionPromise(i));if(u.length>0){throw new A.ValidationError("invalid v0.1 bundle",u)}}function isBundleV01(i){try{assertBundleV01(i);return true}catch(i){return false}}function assertBundleV02(i){const u=[];u.push(...validateBundleBase(i));u.push(...validateInclusionProof(i));if(u.length>0){throw new A.ValidationError("invalid v0.2 bundle",u)}}function assertBundleLatest(i){const u=[];u.push(...validateBundleBase(i));u.push(...validateInclusionProof(i));u.push(...validateNoCertificateChain(i));if(u.length>0){throw new A.ValidationError("invalid bundle",u)}}function validateBundleBase(i){const u=[];if(i.mediaType===undefined||!i.mediaType.match(/^application\/vnd\.dev\.sigstore\.bundle\+json;version=\d\.\d/)&&!i.mediaType.match(/^application\/vnd\.dev\.sigstore\.bundle\.v\d\.\d\+json/)){u.push("mediaType")}if(i.content===undefined){u.push("content")}else{switch(i.content.$case){case"messageSignature":if(i.content.messageSignature.messageDigest===undefined){u.push("content.messageSignature.messageDigest")}else{if(i.content.messageSignature.messageDigest.digest.length===0){u.push("content.messageSignature.messageDigest.digest")}}if(i.content.messageSignature.signature.length===0){u.push("content.messageSignature.signature")}break;case"dsseEnvelope":if(i.content.dsseEnvelope.payload.length===0){u.push("content.dsseEnvelope.payload")}if(i.content.dsseEnvelope.signatures.length!==1){u.push("content.dsseEnvelope.signatures")}else{if(i.content.dsseEnvelope.signatures[0].sig.length===0){u.push("content.dsseEnvelope.signatures[0].sig")}}break}}if(i.verificationMaterial===undefined){u.push("verificationMaterial")}else{if(i.verificationMaterial.content===undefined){u.push("verificationMaterial.content")}else{switch(i.verificationMaterial.content.$case){case"x509CertificateChain":if(i.verificationMaterial.content.x509CertificateChain.certificates.length===0){u.push("verificationMaterial.content.x509CertificateChain.certificates")}i.verificationMaterial.content.x509CertificateChain.certificates.forEach(((i,p)=>{if(i.rawBytes.length===0){u.push(`verificationMaterial.content.x509CertificateChain.certificates[${p}].rawBytes`)}}));break;case"certificate":if(i.verificationMaterial.content.certificate.rawBytes.length===0){u.push("verificationMaterial.content.certificate.rawBytes")}break}}if(i.verificationMaterial.tlogEntries===undefined){u.push("verificationMaterial.tlogEntries")}else{if(i.verificationMaterial.tlogEntries.length>0){i.verificationMaterial.tlogEntries.forEach(((i,p)=>{if(i.logId===undefined){u.push(`verificationMaterial.tlogEntries[${p}].logId`)}if(i.kindVersion===undefined){u.push(`verificationMaterial.tlogEntries[${p}].kindVersion`)}}))}}}return u}function validateInclusionPromise(i){const u=[];if(i.verificationMaterial&&i.verificationMaterial.tlogEntries?.length>0){i.verificationMaterial.tlogEntries.forEach(((i,p)=>{if(i.inclusionPromise===undefined){u.push(`verificationMaterial.tlogEntries[${p}].inclusionPromise`)}}))}return u}function validateInclusionProof(i){const u=[];if(i.verificationMaterial&&i.verificationMaterial.tlogEntries?.length>0){i.verificationMaterial.tlogEntries.forEach(((i,p)=>{if(i.inclusionProof===undefined){u.push(`verificationMaterial.tlogEntries[${p}].inclusionProof`)}else{if(i.inclusionProof.checkpoint===undefined){u.push(`verificationMaterial.tlogEntries[${p}].inclusionProof.checkpoint`)}}}))}return u}function validateNoCertificateChain(i){const u=[];if(i.verificationMaterial?.content?.$case==="x509CertificateChain"){u.push("verificationMaterial.content.$case")}return u}},11121:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.ASN1TypeError=u.ASN1ParseError=void 0;class ASN1ParseError extends Error{}u.ASN1ParseError=ASN1ParseError;class ASN1TypeError extends Error{}u.ASN1TypeError=ASN1TypeError},86027:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ASN1Obj=void 0;var A=p(50990);Object.defineProperty(u,"ASN1Obj",{enumerable:true,get:function(){return A.ASN1Obj}})},84243:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.decodeLength=decodeLength;u.encodeLength=encodeLength;const A=p(11121);function decodeLength(i){const u=i.getUint8();if((u&128)===0){return u}const p=u&127;if(p>6){throw new A.ASN1ParseError("length exceeds 6 byte limit")}let g=0;for(let u=0;u<p;u++){g=g*256+i.getUint8()}if(g===0){throw new A.ASN1ParseError("indefinite length encoding not supported")}return g}function encodeLength(i){if(i<128){return Buffer.from([i])}let u=BigInt(i);const p=[];while(u>0n){p.unshift(Number(u&255n));u=u>>8n}return Buffer.from([128|p.length,...p])}},50990:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ASN1Obj=void 0;const A=p(1673);const g=p(11121);const C=p(84243);const S=p(81044);const w=p(59343);class ASN1Obj{tag;subs;value;constructor(i,u,p){this.tag=i;this.value=u;this.subs=p}static parseBuffer(i){return parseStream(new A.ByteStream(i))}toDER(){const i=new A.ByteStream;if(this.subs.length>0){for(const u of this.subs){i.appendView(u.toDER())}}else{i.appendView(this.value)}const u=i.buffer;const p=new A.ByteStream;p.appendChar(this.tag.toDER());p.appendView((0,C.encodeLength)(u.length));p.appendView(u);return p.buffer}toBoolean(){if(!this.tag.isBoolean()){throw new g.ASN1TypeError("not a boolean")}return(0,S.parseBoolean)(this.value)}toInteger(){if(!this.tag.isInteger()){throw new g.ASN1TypeError("not an integer")}return(0,S.parseInteger)(this.value)}toOID(){if(!this.tag.isOID()){throw new g.ASN1TypeError("not an OID")}return(0,S.parseOID)(this.value)}toDate(){switch(true){case this.tag.isUTCTime():return(0,S.parseTime)(this.value,true);case this.tag.isGeneralizedTime():return(0,S.parseTime)(this.value,false);default:throw new g.ASN1TypeError("not a date")}}toBitString(){if(!this.tag.isBitString()){throw new g.ASN1TypeError("not a bit string")}return(0,S.parseBitString)(this.value)}}u.ASN1Obj=ASN1Obj;function parseStream(i){const u=new w.ASN1Tag(i.getUint8());const p=(0,C.decodeLength)(i);const A=i.slice(i.position,p);const g=i.position;let S=[];if(u.constructed){S=collectSubs(i,p)}else if(u.isOctetString()){try{S=collectSubs(i,p)}catch(i){}}if(S.length===0){i.seek(g+p)}return new ASN1Obj(u,A,S)}function collectSubs(i,u){const p=i.position+u;if(p>i.length){throw new g.ASN1ParseError("invalid length")}const A=[];while(i.position<p){A.push(parseStream(i))}if(i.position!==p){throw new g.ASN1ParseError("invalid length")}return A}},81044:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.parseInteger=parseInteger;u.parseStringASCII=parseStringASCII;u.parseTime=parseTime;u.parseOID=parseOID;u.parseBoolean=parseBoolean;u.parseBitString=parseBitString;const p=/^(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\.\d{3})?Z$/;const A=/^(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\.\d{3})?Z$/;function parseInteger(i){let u=0;const p=i.length;let A=i[u];const g=A>127;const C=g?255:0;while(A==C&&++u<p){A=i[u]}const S=p-u;if(S===0)return BigInt(g?-1:0);A=g?A-256:A;let w=BigInt(A);for(let A=u+1;A<p;++A){w=w*BigInt(256)+BigInt(i[A])}return w}function parseStringASCII(i){return i.toString("ascii")}function parseTime(i,u){const g=parseStringASCII(i);const C=u?p.exec(g):A.exec(g);if(!C){throw new Error("invalid time")}if(u){let i=Number(C[1]);i+=i>=50?1900:2e3;C[1]=i.toString()}return new Date(`${C[1]}-${C[2]}-${C[3]}T${C[4]}:${C[5]}:${C[6]}Z`)}function parseOID(i){let u=0;const p=i.length;let A=i[u++];const g=Math.floor(A/40);const C=A%40;let S=`${g}.${C}`;let w=0;for(;u<p;++u){A=i[u];w=(w<<7)+(A&127);if((A&128)===0){S+=`.${w}`;w=0}}return S}function parseBoolean(i){return i[0]!==0}function parseBitString(i){const u=i[0];const p=1;const A=i.length;const g=[];for(let C=p;C<A;++C){const p=i[C];const S=C===A-1?u:0;for(let i=7;i>=S;--i){g.push(p>>i&1)}}return g}},59343:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ASN1Tag=void 0;const A=p(11121);const g={BOOLEAN:1,INTEGER:2,BIT_STRING:3,OCTET_STRING:4,OBJECT_IDENTIFIER:6,SEQUENCE:16,SET:17,PRINTABLE_STRING:19,UTC_TIME:23,GENERALIZED_TIME:24};const C={UNIVERSAL:0,APPLICATION:1,CONTEXT_SPECIFIC:2,PRIVATE:3};class ASN1Tag{number;constructed;class;constructor(i){this.number=i&31;this.constructed=(i&32)===32;this.class=i>>6;if(this.number===31){throw new A.ASN1ParseError("long form tags not supported")}if(this.class===C.UNIVERSAL&&this.number===0){throw new A.ASN1ParseError("unsupported tag 0x00")}}isUniversal(){return this.class===C.UNIVERSAL}isContextSpecific(i){const u=this.class===C.CONTEXT_SPECIFIC;return i!==undefined?u&&this.number===i:u}isBoolean(){return this.isUniversal()&&this.number===g.BOOLEAN}isInteger(){return this.isUniversal()&&this.number===g.INTEGER}isBitString(){return this.isUniversal()&&this.number===g.BIT_STRING}isOctetString(){return this.isUniversal()&&this.number===g.OCTET_STRING}isOID(){return this.isUniversal()&&this.number===g.OBJECT_IDENTIFIER}isUTCTime(){return this.isUniversal()&&this.number===g.UTC_TIME}isGeneralizedTime(){return this.isUniversal()&&this.number===g.GENERALIZED_TIME}toDER(){return this.number|(this.constructed?32:0)|this.class<<6}}u.ASN1Tag=ASN1Tag},69368:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.createPublicKey=createPublicKey;u.digest=digest;u.verify=verify;u.bufferEqual=bufferEqual;const g=A(p(76982));function createPublicKey(i,u="spki"){if(typeof i==="string"){return g.default.createPublicKey(i)}else{return g.default.createPublicKey({key:i,format:"der",type:u})}}function digest(i,...u){const p=g.default.createHash(i);for(const i of u){p.update(i)}return p.digest()}function verify(i,u,p,A){try{return g.default.verify(A,i,u,p)}catch(i){return false}}function bufferEqual(i,u){try{return g.default.timingSafeEqual(i,u)}catch{return false}}},49032:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.preAuthEncoding=preAuthEncoding;const p="DSSEv1";function preAuthEncoding(i,u){const A=[p,i.length,i,u.length,""].join(" ");return Buffer.concat([Buffer.from(A,"ascii"),u])}},52788:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.base64Encode=base64Encode;u.base64Decode=base64Decode;const p="base64";const A="utf-8";function base64Encode(i){return Buffer.from(i,A).toString(p)}function base64Decode(i){return Buffer.from(i,p).toString(A)}},83917:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();Object.defineProperty(u,"__esModule",{value:true});u.X509SCTExtension=u.X509Certificate=u.EXTENSION_OID_SCT=u.ByteStream=u.RFC3161Timestamp=u.pem=u.json=u.encoding=u.dsse=u.crypto=u.ASN1Obj=void 0;var S=p(86027);Object.defineProperty(u,"ASN1Obj",{enumerable:true,get:function(){return S.ASN1Obj}});u.crypto=C(p(69368));u.dsse=C(p(49032));u.encoding=C(p(52788));u.json=C(p(13327));u.pem=C(p(1055));var w=p(20994);Object.defineProperty(u,"RFC3161Timestamp",{enumerable:true,get:function(){return w.RFC3161Timestamp}});var B=p(1673);Object.defineProperty(u,"ByteStream",{enumerable:true,get:function(){return B.ByteStream}});var v=p(49358);Object.defineProperty(u,"EXTENSION_OID_SCT",{enumerable:true,get:function(){return v.EXTENSION_OID_SCT}});Object.defineProperty(u,"X509Certificate",{enumerable:true,get:function(){return v.X509Certificate}});Object.defineProperty(u,"X509SCTExtension",{enumerable:true,get:function(){return v.X509SCTExtension}})},13327:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.canonicalize=canonicalize;function canonicalize(i){let u="";if(i===null||typeof i!=="object"||i.toJSON!=null){u+=JSON.stringify(i)}else if(Array.isArray(i)){u+="[";let p=true;i.forEach((i=>{if(!p){u+=","}p=false;u+=canonicalize(i)}));u+="]"}else{u+="{";let p=true;Object.keys(i).sort().forEach((A=>{if(!p){u+=","}p=false;u+=JSON.stringify(A);u+=":";u+=canonicalize(i[A])}));u+="}"}return u}},91817:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.SHA2_HASH_ALGOS=u.RSA_SIGNATURE_ALGOS=u.ECDSA_SIGNATURE_ALGOS=void 0;u.ECDSA_SIGNATURE_ALGOS={"1.2.840.10045.4.3.1":"sha224","1.2.840.10045.4.3.2":"sha256","1.2.840.10045.4.3.3":"sha384","1.2.840.10045.4.3.4":"sha512"};u.RSA_SIGNATURE_ALGOS={"1.2.840.113549.1.1.14":"sha224","1.2.840.113549.1.1.11":"sha256","1.2.840.113549.1.1.12":"sha384","1.2.840.113549.1.1.13":"sha512"};u.SHA2_HASH_ALGOS={"2.16.840.1.101.3.4.2.1":"sha256","2.16.840.1.101.3.4.2.2":"sha384","2.16.840.1.101.3.4.2.3":"sha512"}},1055:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.toDER=toDER;u.fromDER=fromDER;const p=/-----BEGIN (.*)-----/;const A=/-----END (.*)-----/;function toDER(i){let u="";i.split("\n").forEach((i=>{if(i.match(p)||i.match(A)){return}u+=i}));return Buffer.from(u,"base64")}function fromDER(i,u="CERTIFICATE"){const p=i.toString("base64");const A=p.match(/.{1,64}/g)||"";return[`-----BEGIN ${u}-----`,...A,`-----END ${u}-----`].join("\n").concat("\n")}},97512:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.RFC3161TimestampVerificationError=void 0;class RFC3161TimestampVerificationError extends Error{}u.RFC3161TimestampVerificationError=RFC3161TimestampVerificationError},20994:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.RFC3161Timestamp=void 0;var A=p(92714);Object.defineProperty(u,"RFC3161Timestamp",{enumerable:true,get:function(){return A.RFC3161Timestamp}})},92714:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();Object.defineProperty(u,"__esModule",{value:true});u.RFC3161Timestamp=void 0;const S=p(86027);const w=C(p(69368));const B=p(91817);const v=p(97512);const N=p(62925);const T="1.2.840.113549.1.7.2";const Q="1.2.840.113549.1.9.16.1.4";const x="1.2.840.113549.1.9.4";class RFC3161Timestamp{root;constructor(i){this.root=i}static parse(i){const u=S.ASN1Obj.parseBuffer(i);return new RFC3161Timestamp(u)}get status(){return this.pkiStatusInfoObj.subs[0].toInteger()}get contentType(){return this.contentTypeObj.toOID()}get eContentType(){return this.eContentTypeObj.toOID()}get signingTime(){return this.tstInfo.genTime}get signerIssuer(){return this.signerSidObj.subs[0].value}get signerSerialNumber(){return this.signerSidObj.subs[1].value}get signerDigestAlgorithm(){const i=this.signerDigestAlgorithmObj.subs[0].toOID();return B.SHA2_HASH_ALGOS[i]}get signatureAlgorithm(){const i=this.signatureAlgorithmObj.subs[0].toOID();return B.ECDSA_SIGNATURE_ALGOS[i]}get signatureValue(){return this.signatureValueObj.value}get tstInfo(){return new N.TSTInfo(this.eContentObj.subs[0].subs[0])}verify(i,u){if(!this.timeStampTokenObj){throw new v.RFC3161TimestampVerificationError("timeStampToken is missing")}if(this.contentType!==T){throw new v.RFC3161TimestampVerificationError(`incorrect content type: ${this.contentType}`)}if(this.eContentType!==Q){throw new v.RFC3161TimestampVerificationError(`incorrect encapsulated content type: ${this.eContentType}`)}this.tstInfo.verify(i);this.verifyMessageDigest();this.verifySignature(u)}verifyMessageDigest(){const i=w.digest(this.signerDigestAlgorithm,this.tstInfo.raw);const u=this.messageDigestAttributeObj.subs[1].subs[0].value;if(!w.bufferEqual(i,u)){throw new v.RFC3161TimestampVerificationError("signed data does not match tstInfo")}}verifySignature(i){const u=this.signedAttrsObj.toDER();u[0]=49;const p=w.verify(u,i,this.signatureValue,this.signatureAlgorithm);if(!p){throw new v.RFC3161TimestampVerificationError("signature verification failed")}}get pkiStatusInfoObj(){return this.root.subs[0]}get timeStampTokenObj(){return this.root.subs[1]}get contentTypeObj(){return this.timeStampTokenObj.subs[0]}get signedDataObj(){const i=this.timeStampTokenObj.subs.find((i=>i.tag.isContextSpecific(0)));return i.subs[0]}get encapContentInfoObj(){return this.signedDataObj.subs[2]}get signerInfosObj(){const i=this.signedDataObj;return i.subs[i.subs.length-1]}get signerInfoObj(){return this.signerInfosObj.subs[0]}get eContentTypeObj(){return this.encapContentInfoObj.subs[0]}get eContentObj(){return this.encapContentInfoObj.subs[1]}get signedAttrsObj(){const i=this.signerInfoObj.subs.find((i=>i.tag.isContextSpecific(0)));return i}get messageDigestAttributeObj(){const i=this.signedAttrsObj.subs.find((i=>i.subs[0].tag.isOID()&&i.subs[0].toOID()===x));return i}get signerSidObj(){return this.signerInfoObj.subs[1]}get signerDigestAlgorithmObj(){return this.signerInfoObj.subs[2]}get signatureAlgorithmObj(){return this.signerInfoObj.subs[4]}get signatureValueObj(){return this.signerInfoObj.subs[5]}}u.RFC3161Timestamp=RFC3161Timestamp},62925:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();Object.defineProperty(u,"__esModule",{value:true});u.TSTInfo=void 0;const S=C(p(69368));const w=p(91817);const B=p(97512);class TSTInfo{root;constructor(i){this.root=i}get version(){return this.root.subs[0].toInteger()}get genTime(){return this.root.subs[4].toDate()}get messageImprintHashAlgorithm(){const i=this.messageImprintObj.subs[0].subs[0].toOID();return w.SHA2_HASH_ALGOS[i]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(i){const u=S.digest(this.messageImprintHashAlgorithm,i);if(!S.bufferEqual(u,this.messageImprintHashedMessage)){throw new B.RFC3161TimestampVerificationError("message imprint does not match artifact")}}get messageImprintObj(){return this.root.subs[2]}}u.TSTInfo=TSTInfo},1673:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.ByteStream=void 0;class StreamError extends Error{}class ByteStream{static BLOCK_SIZE=1024;buf;view;start=0;constructor(i){if(i){this.buf=i;this.view=Buffer.from(i)}else{this.buf=Buffer.alloc(0);this.view=Buffer.from(this.buf)}}get buffer(){return this.view.subarray(0,this.start)}get length(){return this.view.byteLength}get position(){return this.start}seek(i){this.start=i}slice(i,u){const p=i+u;if(p>this.length){throw new StreamError("request past end of buffer")}return this.view.subarray(i,p)}appendChar(i){this.ensureCapacity(1);this.view[this.start]=i;this.start+=1}appendUint16(i){this.ensureCapacity(2);const u=new Uint16Array([i]);const p=new Uint8Array(u.buffer);this.view[this.start]=p[1];this.view[this.start+1]=p[0];this.start+=2}appendUint24(i){this.ensureCapacity(3);const u=new Uint32Array([i]);const p=new Uint8Array(u.buffer);this.view[this.start]=p[2];this.view[this.start+1]=p[1];this.view[this.start+2]=p[0];this.start+=3}appendView(i){this.ensureCapacity(i.length);this.view.set(i,this.start);this.start+=i.length}getBlock(i){if(i<=0){return Buffer.alloc(0)}if(this.start+i>this.view.length){throw new Error("request past end of buffer")}const u=this.view.subarray(this.start,this.start+i);this.start+=i;return u}getUint8(){return this.getBlock(1)[0]}getUint16(){const i=this.getBlock(2);return i[0]<<8|i[1]}ensureCapacity(i){if(this.start+i>this.view.byteLength){const u=ByteStream.BLOCK_SIZE+(i>ByteStream.BLOCK_SIZE?i:0);this.realloc(this.view.byteLength+u)}}realloc(i){const u=Buffer.alloc(i);const p=Buffer.from(u);p.set(this.view);this.buf=u;this.view=p}}u.ByteStream=ByteStream},83566:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();Object.defineProperty(u,"__esModule",{value:true});u.X509Certificate=u.EXTENSION_OID_SCT=void 0;const S=p(86027);const w=C(p(69368));const B=p(91817);const v=C(p(1055));const N=p(96389);const T="2.5.29.14";const Q="2.5.29.15";const x="2.5.29.17";const _="2.5.29.19";const k="2.5.29.35";u.EXTENSION_OID_SCT="1.3.6.1.4.1.11129.2.4.2";class X509Certificate{root;constructor(i){this.root=i}static parse(i){const u=typeof i==="string"?v.toDER(i):i;const p=S.ASN1Obj.parseBuffer(u);return new X509Certificate(p)}get tbsCertificate(){return this.tbsCertificateObj}get version(){const i=this.versionObj.subs[0].toInteger();return`v${(i+BigInt(1)).toString()}`}get serialNumber(){return this.serialNumberObj.value}get notBefore(){return this.validityObj.subs[0].toDate()}get notAfter(){return this.validityObj.subs[1].toDate()}get issuer(){return this.issuerObj.value}get subject(){return this.subjectObj.value}get publicKey(){return this.subjectPublicKeyInfoObj.toDER()}get signatureAlgorithm(){const i=this.signatureAlgorithmObj.subs[0].toOID();if(B.RSA_SIGNATURE_ALGOS[i]){return B.RSA_SIGNATURE_ALGOS[i]}return B.ECDSA_SIGNATURE_ALGOS[i]}get signatureValue(){return this.signatureValueObj.value.subarray(1)}get subjectAltName(){const i=this.extSubjectAltName;return i?.uri||i?.rfc822Name}get extensions(){const i=this.extensionsObj?.subs[0];return i?.subs||[]}get extKeyUsage(){const i=this.findExtension(Q);return i?new N.X509KeyUsageExtension(i):undefined}get extBasicConstraints(){const i=this.findExtension(_);return i?new N.X509BasicConstraintsExtension(i):undefined}get extSubjectAltName(){const i=this.findExtension(x);return i?new N.X509SubjectAlternativeNameExtension(i):undefined}get extAuthorityKeyID(){const i=this.findExtension(k);return i?new N.X509AuthorityKeyIDExtension(i):undefined}get extSubjectKeyID(){const i=this.findExtension(T);return i?new N.X509SubjectKeyIDExtension(i):undefined}get extSCT(){const i=this.findExtension(u.EXTENSION_OID_SCT);return i?new N.X509SCTExtension(i):undefined}get isCA(){const i=this.extBasicConstraints?.isCA||false;if(this.extKeyUsage){return i&&this.extKeyUsage.keyCertSign}return i}extension(i){const u=this.findExtension(i);return u?new N.X509Extension(u):undefined}verify(i){const u=i?.publicKey||this.publicKey;const p=w.createPublicKey(u);return w.verify(this.tbsCertificate.toDER(),p,this.signatureValue,this.signatureAlgorithm)}validForDate(i){return this.notBefore<=i&&i<=this.notAfter}equals(i){return this.root.toDER().equals(i.root.toDER())}clone(){const i=this.root.toDER();const u=Buffer.alloc(i.length);i.copy(u);return X509Certificate.parse(u)}findExtension(i){return this.extensions.find((u=>u.subs[0].toOID()===i))}get tbsCertificateObj(){return this.root.subs[0]}get signatureAlgorithmObj(){return this.root.subs[1]}get signatureValueObj(){return this.root.subs[2]}get versionObj(){return this.tbsCertificateObj.subs[0]}get serialNumberObj(){return this.tbsCertificateObj.subs[1]}get issuerObj(){return this.tbsCertificateObj.subs[3]}get validityObj(){return this.tbsCertificateObj.subs[4]}get subjectObj(){return this.tbsCertificateObj.subs[5]}get subjectPublicKeyInfoObj(){return this.tbsCertificateObj.subs[6]}get extensionsObj(){return this.tbsCertificateObj.subs.find((i=>i.tag.isContextSpecific(3)))}}u.X509Certificate=X509Certificate},96389:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.X509SCTExtension=u.X509SubjectKeyIDExtension=u.X509AuthorityKeyIDExtension=u.X509SubjectAlternativeNameExtension=u.X509KeyUsageExtension=u.X509BasicConstraintsExtension=u.X509Extension=void 0;const A=p(1673);const g=p(6144);class X509Extension{root;constructor(i){this.root=i}get oid(){return this.root.subs[0].toOID()}get critical(){return this.root.subs.length===3?this.root.subs[1].toBoolean():false}get value(){return this.extnValueObj.value}get valueObj(){return this.extnValueObj}get extnValueObj(){return this.root.subs[this.root.subs.length-1]}}u.X509Extension=X509Extension;class X509BasicConstraintsExtension extends X509Extension{get isCA(){return this.sequence.subs[0]?.toBoolean()??false}get pathLenConstraint(){return this.sequence.subs.length>1?this.sequence.subs[1].toInteger():undefined}get sequence(){return this.extnValueObj.subs[0]}}u.X509BasicConstraintsExtension=X509BasicConstraintsExtension;class X509KeyUsageExtension extends X509Extension{get digitalSignature(){return this.bitString[0]===1}get keyCertSign(){return this.bitString[5]===1}get crlSign(){return this.bitString[6]===1}get bitString(){return this.extnValueObj.subs[0].toBitString()}}u.X509KeyUsageExtension=X509KeyUsageExtension;class X509SubjectAlternativeNameExtension extends X509Extension{get rfc822Name(){return this.findGeneralName(1)?.value.toString("ascii")}get uri(){return this.findGeneralName(6)?.value.toString("ascii")}otherName(i){const u=this.findGeneralName(0);if(u===undefined){return undefined}const p=u.subs[0].toOID();if(p!==i){return undefined}const A=u.subs[1];return A.subs[0].value.toString("ascii")}findGeneralName(i){return this.generalNames.find((u=>u.tag.isContextSpecific(i)))}get generalNames(){return this.extnValueObj.subs[0].subs}}u.X509SubjectAlternativeNameExtension=X509SubjectAlternativeNameExtension;class X509AuthorityKeyIDExtension extends X509Extension{get keyIdentifier(){return this.findSequenceMember(0)?.value}findSequenceMember(i){return this.sequence.subs.find((u=>u.tag.isContextSpecific(i)))}get sequence(){return this.extnValueObj.subs[0]}}u.X509AuthorityKeyIDExtension=X509AuthorityKeyIDExtension;class X509SubjectKeyIDExtension extends X509Extension{get keyIdentifier(){return this.extnValueObj.subs[0].value}}u.X509SubjectKeyIDExtension=X509SubjectKeyIDExtension;class X509SCTExtension extends X509Extension{constructor(i){super(i)}get signedCertificateTimestamps(){const i=this.extnValueObj.subs[0].value;const u=new A.ByteStream(i);const p=u.getUint16()+2;const C=[];while(u.position<p){const i=u.getUint16();const p=u.getBlock(i);C.push(g.SignedCertificateTimestamp.parse(p))}if(u.position!==p){throw new Error("SCT list length does not match actual length")}return C}}u.X509SCTExtension=X509SCTExtension},49358:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.X509SCTExtension=u.X509Certificate=u.EXTENSION_OID_SCT=void 0;var A=p(83566);Object.defineProperty(u,"EXTENSION_OID_SCT",{enumerable:true,get:function(){return A.EXTENSION_OID_SCT}});Object.defineProperty(u,"X509Certificate",{enumerable:true,get:function(){return A.X509Certificate}});var g=p(96389);Object.defineProperty(u,"X509SCTExtension",{enumerable:true,get:function(){return g.X509SCTExtension}})},6144:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();Object.defineProperty(u,"__esModule",{value:true});u.SignedCertificateTimestamp=void 0;const S=C(p(69368));const w=p(1673);class SignedCertificateTimestamp{version;logID;timestamp;extensions;hashAlgorithm;signatureAlgorithm;signature;constructor(i){this.version=i.version;this.logID=i.logID;this.timestamp=i.timestamp;this.extensions=i.extensions;this.hashAlgorithm=i.hashAlgorithm;this.signatureAlgorithm=i.signatureAlgorithm;this.signature=i.signature}get datetime(){return new Date(Number(this.timestamp.readBigInt64BE()))}get algorithm(){switch(this.hashAlgorithm){case 0:return"none";case 1:return"md5";case 2:return"sha1";case 3:return"sha224";case 4:return"sha256";case 5:return"sha384";case 6:return"sha512";default:return"unknown"}}verify(i,u){const p=new w.ByteStream;p.appendChar(this.version);p.appendChar(0);p.appendView(this.timestamp);p.appendUint16(1);p.appendView(i);p.appendUint16(this.extensions.byteLength);if(this.extensions.byteLength>0){p.appendView(this.extensions)}return S.verify(p.buffer,u,this.signature,this.algorithm)}static parse(i){const u=new w.ByteStream(i);const p=u.getUint8();const A=u.getBlock(32);const g=u.getBlock(8);const C=u.getUint16();const S=u.getBlock(C);const B=u.getUint8();const v=u.getUint8();const N=u.getUint16();const T=u.getBlock(N);if(u.position!==i.length){throw new Error("SCT buffer length mismatch")}return new SignedCertificateTimestamp({version:p,logID:A,timestamp:g,extensions:S,hashAlgorithm:B,signatureAlgorithm:v,signature:T})}}u.SignedCertificateTimestamp=SignedCertificateTimestamp},47030:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.Signature=u.Envelope=void 0;u.Envelope={fromJSON(i){return{payload:isSet(i.payload)?Buffer.from(bytesFromBase64(i.payload)):Buffer.alloc(0),payloadType:isSet(i.payloadType)?globalThis.String(i.payloadType):"",signatures:globalThis.Array.isArray(i?.signatures)?i.signatures.map((i=>u.Signature.fromJSON(i))):[]}},toJSON(i){const p={};if(i.payload.length!==0){p.payload=base64FromBytes(i.payload)}if(i.payloadType!==""){p.payloadType=i.payloadType}if(i.signatures?.length){p.signatures=i.signatures.map((i=>u.Signature.toJSON(i)))}return p}};u.Signature={fromJSON(i){return{sig:isSet(i.sig)?Buffer.from(bytesFromBase64(i.sig)):Buffer.alloc(0),keyid:isSet(i.keyid)?globalThis.String(i.keyid):""}},toJSON(i){const u={};if(i.sig.length!==0){u.sig=base64FromBytes(i.sig)}if(i.keyid!==""){u.keyid=i.keyid}return u}};function bytesFromBase64(i){return Uint8Array.from(globalThis.Buffer.from(i,"base64"))}function base64FromBytes(i){return globalThis.Buffer.from(i).toString("base64")}function isSet(i){return i!==null&&i!==undefined}},45e3:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.Timestamp=void 0;u.Timestamp={fromJSON(i){return{seconds:isSet(i.seconds)?globalThis.String(i.seconds):"0",nanos:isSet(i.nanos)?globalThis.Number(i.nanos):0}},toJSON(i){const u={};if(i.seconds!=="0"){u.seconds=i.seconds}if(i.nanos!==0){u.nanos=Math.round(i.nanos)}return u}};function isSet(i){return i!==null&&i!==undefined}},36764:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.DSSELogEntryV002=u.DSSERequestV002=void 0;const A=p(47030);const g=p(5334);const C=p(7543);u.DSSERequestV002={fromJSON(i){return{envelope:isSet(i.envelope)?A.Envelope.fromJSON(i.envelope):undefined,verifiers:globalThis.Array.isArray(i?.verifiers)?i.verifiers.map((i=>C.Verifier.fromJSON(i))):[]}},toJSON(i){const u={};if(i.envelope!==undefined){u.envelope=A.Envelope.toJSON(i.envelope)}if(i.verifiers?.length){u.verifiers=i.verifiers.map((i=>C.Verifier.toJSON(i)))}return u}};u.DSSELogEntryV002={fromJSON(i){return{payloadHash:isSet(i.payloadHash)?g.HashOutput.fromJSON(i.payloadHash):undefined,signatures:globalThis.Array.isArray(i?.signatures)?i.signatures.map((i=>C.Signature.fromJSON(i))):[]}},toJSON(i){const u={};if(i.payloadHash!==undefined){u.payloadHash=g.HashOutput.toJSON(i.payloadHash)}if(i.signatures?.length){u.signatures=i.signatures.map((i=>C.Signature.toJSON(i)))}return u}};function isSet(i){return i!==null&&i!==undefined}},381:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.CreateEntryRequest=u.Spec=u.Entry=void 0;const A=p(36764);const g=p(4969);u.Entry={fromJSON(i){return{kind:isSet(i.kind)?globalThis.String(i.kind):"",apiVersion:isSet(i.apiVersion)?globalThis.String(i.apiVersion):"",spec:isSet(i.spec)?u.Spec.fromJSON(i.spec):undefined}},toJSON(i){const p={};if(i.kind!==""){p.kind=i.kind}if(i.apiVersion!==""){p.apiVersion=i.apiVersion}if(i.spec!==undefined){p.spec=u.Spec.toJSON(i.spec)}return p}};u.Spec={fromJSON(i){return{spec:isSet(i.hashedRekordV002)?{$case:"hashedRekordV002",hashedRekordV002:g.HashedRekordLogEntryV002.fromJSON(i.hashedRekordV002)}:isSet(i.dsseV002)?{$case:"dsseV002",dsseV002:A.DSSELogEntryV002.fromJSON(i.dsseV002)}:undefined}},toJSON(i){const u={};if(i.spec?.$case==="hashedRekordV002"){u.hashedRekordV002=g.HashedRekordLogEntryV002.toJSON(i.spec.hashedRekordV002)}else if(i.spec?.$case==="dsseV002"){u.dsseV002=A.DSSELogEntryV002.toJSON(i.spec.dsseV002)}return u}};u.CreateEntryRequest={fromJSON(i){return{spec:isSet(i.hashedRekordRequestV002)?{$case:"hashedRekordRequestV002",hashedRekordRequestV002:g.HashedRekordRequestV002.fromJSON(i.hashedRekordRequestV002)}:isSet(i.dsseRequestV002)?{$case:"dsseRequestV002",dsseRequestV002:A.DSSERequestV002.fromJSON(i.dsseRequestV002)}:undefined}},toJSON(i){const u={};if(i.spec?.$case==="hashedRekordRequestV002"){u.hashedRekordRequestV002=g.HashedRekordRequestV002.toJSON(i.spec.hashedRekordRequestV002)}else if(i.spec?.$case==="dsseRequestV002"){u.dsseRequestV002=A.DSSERequestV002.toJSON(i.spec.dsseRequestV002)}return u}};function isSet(i){return i!==null&&i!==undefined}},4969:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.HashedRekordLogEntryV002=u.HashedRekordRequestV002=void 0;const A=p(5334);const g=p(7543);u.HashedRekordRequestV002={fromJSON(i){return{digest:isSet(i.digest)?Buffer.from(bytesFromBase64(i.digest)):Buffer.alloc(0),signature:isSet(i.signature)?g.Signature.fromJSON(i.signature):undefined}},toJSON(i){const u={};if(i.digest.length!==0){u.digest=base64FromBytes(i.digest)}if(i.signature!==undefined){u.signature=g.Signature.toJSON(i.signature)}return u}};u.HashedRekordLogEntryV002={fromJSON(i){return{data:isSet(i.data)?A.HashOutput.fromJSON(i.data):undefined,signature:isSet(i.signature)?g.Signature.fromJSON(i.signature):undefined}},toJSON(i){const u={};if(i.data!==undefined){u.data=A.HashOutput.toJSON(i.data)}if(i.signature!==undefined){u.signature=g.Signature.toJSON(i.signature)}return u}};function bytesFromBase64(i){return Uint8Array.from(globalThis.Buffer.from(i,"base64"))}function base64FromBytes(i){return globalThis.Buffer.from(i).toString("base64")}function isSet(i){return i!==null&&i!==undefined}},7543:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Signature=u.Verifier=u.PublicKey=void 0;const A=p(5334);u.PublicKey={fromJSON(i){return{rawBytes:isSet(i.rawBytes)?Buffer.from(bytesFromBase64(i.rawBytes)):Buffer.alloc(0)}},toJSON(i){const u={};if(i.rawBytes.length!==0){u.rawBytes=base64FromBytes(i.rawBytes)}return u}};u.Verifier={fromJSON(i){return{verifier:isSet(i.publicKey)?{$case:"publicKey",publicKey:u.PublicKey.fromJSON(i.publicKey)}:isSet(i.x509Certificate)?{$case:"x509Certificate",x509Certificate:A.X509Certificate.fromJSON(i.x509Certificate)}:undefined,keyDetails:isSet(i.keyDetails)?(0,A.publicKeyDetailsFromJSON)(i.keyDetails):0}},toJSON(i){const p={};if(i.verifier?.$case==="publicKey"){p.publicKey=u.PublicKey.toJSON(i.verifier.publicKey)}else if(i.verifier?.$case==="x509Certificate"){p.x509Certificate=A.X509Certificate.toJSON(i.verifier.x509Certificate)}if(i.keyDetails!==0){p.keyDetails=(0,A.publicKeyDetailsToJSON)(i.keyDetails)}return p}};u.Signature={fromJSON(i){return{content:isSet(i.content)?Buffer.from(bytesFromBase64(i.content)):Buffer.alloc(0),verifier:isSet(i.verifier)?u.Verifier.fromJSON(i.verifier):undefined}},toJSON(i){const p={};if(i.content.length!==0){p.content=base64FromBytes(i.content)}if(i.verifier!==undefined){p.verifier=u.Verifier.toJSON(i.verifier)}return p}};function bytesFromBase64(i){return Uint8Array.from(globalThis.Buffer.from(i,"base64"))}function base64FromBytes(i){return globalThis.Buffer.from(i).toString("base64")}function isSet(i){return i!==null&&i!==undefined}},70715:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Bundle=u.VerificationMaterial=u.TimestampVerificationData=void 0;const A=p(47030);const g=p(5334);const C=p(85204);u.TimestampVerificationData={fromJSON(i){return{rfc3161Timestamps:globalThis.Array.isArray(i?.rfc3161Timestamps)?i.rfc3161Timestamps.map((i=>g.RFC3161SignedTimestamp.fromJSON(i))):[]}},toJSON(i){const u={};if(i.rfc3161Timestamps?.length){u.rfc3161Timestamps=i.rfc3161Timestamps.map((i=>g.RFC3161SignedTimestamp.toJSON(i)))}return u}};u.VerificationMaterial={fromJSON(i){return{content:isSet(i.publicKey)?{$case:"publicKey",publicKey:g.PublicKeyIdentifier.fromJSON(i.publicKey)}:isSet(i.x509CertificateChain)?{$case:"x509CertificateChain",x509CertificateChain:g.X509CertificateChain.fromJSON(i.x509CertificateChain)}:isSet(i.certificate)?{$case:"certificate",certificate:g.X509Certificate.fromJSON(i.certificate)}:undefined,tlogEntries:globalThis.Array.isArray(i?.tlogEntries)?i.tlogEntries.map((i=>C.TransparencyLogEntry.fromJSON(i))):[],timestampVerificationData:isSet(i.timestampVerificationData)?u.TimestampVerificationData.fromJSON(i.timestampVerificationData):undefined}},toJSON(i){const p={};if(i.content?.$case==="publicKey"){p.publicKey=g.PublicKeyIdentifier.toJSON(i.content.publicKey)}else if(i.content?.$case==="x509CertificateChain"){p.x509CertificateChain=g.X509CertificateChain.toJSON(i.content.x509CertificateChain)}else if(i.content?.$case==="certificate"){p.certificate=g.X509Certificate.toJSON(i.content.certificate)}if(i.tlogEntries?.length){p.tlogEntries=i.tlogEntries.map((i=>C.TransparencyLogEntry.toJSON(i)))}if(i.timestampVerificationData!==undefined){p.timestampVerificationData=u.TimestampVerificationData.toJSON(i.timestampVerificationData)}return p}};u.Bundle={fromJSON(i){return{mediaType:isSet(i.mediaType)?globalThis.String(i.mediaType):"",verificationMaterial:isSet(i.verificationMaterial)?u.VerificationMaterial.fromJSON(i.verificationMaterial):undefined,content:isSet(i.messageSignature)?{$case:"messageSignature",messageSignature:g.MessageSignature.fromJSON(i.messageSignature)}:isSet(i.dsseEnvelope)?{$case:"dsseEnvelope",dsseEnvelope:A.Envelope.fromJSON(i.dsseEnvelope)}:undefined}},toJSON(i){const p={};if(i.mediaType!==""){p.mediaType=i.mediaType}if(i.verificationMaterial!==undefined){p.verificationMaterial=u.VerificationMaterial.toJSON(i.verificationMaterial)}if(i.content?.$case==="messageSignature"){p.messageSignature=g.MessageSignature.toJSON(i.content.messageSignature)}else if(i.content?.$case==="dsseEnvelope"){p.dsseEnvelope=A.Envelope.toJSON(i.content.dsseEnvelope)}return p}};function isSet(i){return i!==null&&i!==undefined}},5334:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TimeRange=u.X509CertificateChain=u.SubjectAlternativeName=u.X509Certificate=u.DistinguishedName=u.ObjectIdentifierValuePair=u.ObjectIdentifier=u.PublicKeyIdentifier=u.PublicKey=u.RFC3161SignedTimestamp=u.LogId=u.MessageSignature=u.HashOutput=u.SubjectAlternativeNameType=u.PublicKeyDetails=u.HashAlgorithm=void 0;u.hashAlgorithmFromJSON=hashAlgorithmFromJSON;u.hashAlgorithmToJSON=hashAlgorithmToJSON;u.publicKeyDetailsFromJSON=publicKeyDetailsFromJSON;u.publicKeyDetailsToJSON=publicKeyDetailsToJSON;u.subjectAlternativeNameTypeFromJSON=subjectAlternativeNameTypeFromJSON;u.subjectAlternativeNameTypeToJSON=subjectAlternativeNameTypeToJSON;const A=p(45e3);var g;(function(i){i[i["HASH_ALGORITHM_UNSPECIFIED"]=0]="HASH_ALGORITHM_UNSPECIFIED";i[i["SHA2_256"]=1]="SHA2_256";i[i["SHA2_384"]=2]="SHA2_384";i[i["SHA2_512"]=3]="SHA2_512";i[i["SHA3_256"]=4]="SHA3_256";i[i["SHA3_384"]=5]="SHA3_384"})(g||(u.HashAlgorithm=g={}));function hashAlgorithmFromJSON(i){switch(i){case 0:case"HASH_ALGORITHM_UNSPECIFIED":return g.HASH_ALGORITHM_UNSPECIFIED;case 1:case"SHA2_256":return g.SHA2_256;case 2:case"SHA2_384":return g.SHA2_384;case 3:case"SHA2_512":return g.SHA2_512;case 4:case"SHA3_256":return g.SHA3_256;case 5:case"SHA3_384":return g.SHA3_384;default:throw new globalThis.Error("Unrecognized enum value "+i+" for enum HashAlgorithm")}}function hashAlgorithmToJSON(i){switch(i){case g.HASH_ALGORITHM_UNSPECIFIED:return"HASH_ALGORITHM_UNSPECIFIED";case g.SHA2_256:return"SHA2_256";case g.SHA2_384:return"SHA2_384";case g.SHA2_512:return"SHA2_512";case g.SHA3_256:return"SHA3_256";case g.SHA3_384:return"SHA3_384";default:throw new globalThis.Error("Unrecognized enum value "+i+" for enum HashAlgorithm")}}var C;(function(i){i[i["PUBLIC_KEY_DETAILS_UNSPECIFIED"]=0]="PUBLIC_KEY_DETAILS_UNSPECIFIED";i[i["PKCS1_RSA_PKCS1V5"]=1]="PKCS1_RSA_PKCS1V5";i[i["PKCS1_RSA_PSS"]=2]="PKCS1_RSA_PSS";i[i["PKIX_RSA_PKCS1V5"]=3]="PKIX_RSA_PKCS1V5";i[i["PKIX_RSA_PSS"]=4]="PKIX_RSA_PSS";i[i["PKIX_RSA_PKCS1V15_2048_SHA256"]=9]="PKIX_RSA_PKCS1V15_2048_SHA256";i[i["PKIX_RSA_PKCS1V15_3072_SHA256"]=10]="PKIX_RSA_PKCS1V15_3072_SHA256";i[i["PKIX_RSA_PKCS1V15_4096_SHA256"]=11]="PKIX_RSA_PKCS1V15_4096_SHA256";i[i["PKIX_RSA_PSS_2048_SHA256"]=16]="PKIX_RSA_PSS_2048_SHA256";i[i["PKIX_RSA_PSS_3072_SHA256"]=17]="PKIX_RSA_PSS_3072_SHA256";i[i["PKIX_RSA_PSS_4096_SHA256"]=18]="PKIX_RSA_PSS_4096_SHA256";i[i["PKIX_ECDSA_P256_HMAC_SHA_256"]=6]="PKIX_ECDSA_P256_HMAC_SHA_256";i[i["PKIX_ECDSA_P256_SHA_256"]=5]="PKIX_ECDSA_P256_SHA_256";i[i["PKIX_ECDSA_P384_SHA_384"]=12]="PKIX_ECDSA_P384_SHA_384";i[i["PKIX_ECDSA_P521_SHA_512"]=13]="PKIX_ECDSA_P521_SHA_512";i[i["PKIX_ED25519"]=7]="PKIX_ED25519";i[i["PKIX_ED25519_PH"]=8]="PKIX_ED25519_PH";i[i["PKIX_ECDSA_P384_SHA_256"]=19]="PKIX_ECDSA_P384_SHA_256";i[i["PKIX_ECDSA_P521_SHA_256"]=20]="PKIX_ECDSA_P521_SHA_256";i[i["LMS_SHA256"]=14]="LMS_SHA256";i[i["LMOTS_SHA256"]=15]="LMOTS_SHA256";i[i["ML_DSA_65"]=21]="ML_DSA_65";i[i["ML_DSA_87"]=22]="ML_DSA_87"})(C||(u.PublicKeyDetails=C={}));function publicKeyDetailsFromJSON(i){switch(i){case 0:case"PUBLIC_KEY_DETAILS_UNSPECIFIED":return C.PUBLIC_KEY_DETAILS_UNSPECIFIED;case 1:case"PKCS1_RSA_PKCS1V5":return C.PKCS1_RSA_PKCS1V5;case 2:case"PKCS1_RSA_PSS":return C.PKCS1_RSA_PSS;case 3:case"PKIX_RSA_PKCS1V5":return C.PKIX_RSA_PKCS1V5;case 4:case"PKIX_RSA_PSS":return C.PKIX_RSA_PSS;case 9:case"PKIX_RSA_PKCS1V15_2048_SHA256":return C.PKIX_RSA_PKCS1V15_2048_SHA256;case 10:case"PKIX_RSA_PKCS1V15_3072_SHA256":return C.PKIX_RSA_PKCS1V15_3072_SHA256;case 11:case"PKIX_RSA_PKCS1V15_4096_SHA256":return C.PKIX_RSA_PKCS1V15_4096_SHA256;case 16:case"PKIX_RSA_PSS_2048_SHA256":return C.PKIX_RSA_PSS_2048_SHA256;case 17:case"PKIX_RSA_PSS_3072_SHA256":return C.PKIX_RSA_PSS_3072_SHA256;case 18:case"PKIX_RSA_PSS_4096_SHA256":return C.PKIX_RSA_PSS_4096_SHA256;case 6:case"PKIX_ECDSA_P256_HMAC_SHA_256":return C.PKIX_ECDSA_P256_HMAC_SHA_256;case 5:case"PKIX_ECDSA_P256_SHA_256":return C.PKIX_ECDSA_P256_SHA_256;case 12:case"PKIX_ECDSA_P384_SHA_384":return C.PKIX_ECDSA_P384_SHA_384;case 13:case"PKIX_ECDSA_P521_SHA_512":return C.PKIX_ECDSA_P521_SHA_512;case 7:case"PKIX_ED25519":return C.PKIX_ED25519;case 8:case"PKIX_ED25519_PH":return C.PKIX_ED25519_PH;case 19:case"PKIX_ECDSA_P384_SHA_256":return C.PKIX_ECDSA_P384_SHA_256;case 20:case"PKIX_ECDSA_P521_SHA_256":return C.PKIX_ECDSA_P521_SHA_256;case 14:case"LMS_SHA256":return C.LMS_SHA256;case 15:case"LMOTS_SHA256":return C.LMOTS_SHA256;case 21:case"ML_DSA_65":return C.ML_DSA_65;case 22:case"ML_DSA_87":return C.ML_DSA_87;default:throw new globalThis.Error("Unrecognized enum value "+i+" for enum PublicKeyDetails")}}function publicKeyDetailsToJSON(i){switch(i){case C.PUBLIC_KEY_DETAILS_UNSPECIFIED:return"PUBLIC_KEY_DETAILS_UNSPECIFIED";case C.PKCS1_RSA_PKCS1V5:return"PKCS1_RSA_PKCS1V5";case C.PKCS1_RSA_PSS:return"PKCS1_RSA_PSS";case C.PKIX_RSA_PKCS1V5:return"PKIX_RSA_PKCS1V5";case C.PKIX_RSA_PSS:return"PKIX_RSA_PSS";case C.PKIX_RSA_PKCS1V15_2048_SHA256:return"PKIX_RSA_PKCS1V15_2048_SHA256";case C.PKIX_RSA_PKCS1V15_3072_SHA256:return"PKIX_RSA_PKCS1V15_3072_SHA256";case C.PKIX_RSA_PKCS1V15_4096_SHA256:return"PKIX_RSA_PKCS1V15_4096_SHA256";case C.PKIX_RSA_PSS_2048_SHA256:return"PKIX_RSA_PSS_2048_SHA256";case C.PKIX_RSA_PSS_3072_SHA256:return"PKIX_RSA_PSS_3072_SHA256";case C.PKIX_RSA_PSS_4096_SHA256:return"PKIX_RSA_PSS_4096_SHA256";case C.PKIX_ECDSA_P256_HMAC_SHA_256:return"PKIX_ECDSA_P256_HMAC_SHA_256";case C.PKIX_ECDSA_P256_SHA_256:return"PKIX_ECDSA_P256_SHA_256";case C.PKIX_ECDSA_P384_SHA_384:return"PKIX_ECDSA_P384_SHA_384";case C.PKIX_ECDSA_P521_SHA_512:return"PKIX_ECDSA_P521_SHA_512";case C.PKIX_ED25519:return"PKIX_ED25519";case C.PKIX_ED25519_PH:return"PKIX_ED25519_PH";case C.PKIX_ECDSA_P384_SHA_256:return"PKIX_ECDSA_P384_SHA_256";case C.PKIX_ECDSA_P521_SHA_256:return"PKIX_ECDSA_P521_SHA_256";case C.LMS_SHA256:return"LMS_SHA256";case C.LMOTS_SHA256:return"LMOTS_SHA256";case C.ML_DSA_65:return"ML_DSA_65";case C.ML_DSA_87:return"ML_DSA_87";default:throw new globalThis.Error("Unrecognized enum value "+i+" for enum PublicKeyDetails")}}var S;(function(i){i[i["SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED"]=0]="SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED";i[i["EMAIL"]=1]="EMAIL";i[i["URI"]=2]="URI";i[i["OTHER_NAME"]=3]="OTHER_NAME"})(S||(u.SubjectAlternativeNameType=S={}));function subjectAlternativeNameTypeFromJSON(i){switch(i){case 0:case"SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED":return S.SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED;case 1:case"EMAIL":return S.EMAIL;case 2:case"URI":return S.URI;case 3:case"OTHER_NAME":return S.OTHER_NAME;default:throw new globalThis.Error("Unrecognized enum value "+i+" for enum SubjectAlternativeNameType")}}function subjectAlternativeNameTypeToJSON(i){switch(i){case S.SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED:return"SUBJECT_ALTERNATIVE_NAME_TYPE_UNSPECIFIED";case S.EMAIL:return"EMAIL";case S.URI:return"URI";case S.OTHER_NAME:return"OTHER_NAME";default:throw new globalThis.Error("Unrecognized enum value "+i+" for enum SubjectAlternativeNameType")}}u.HashOutput={fromJSON(i){return{algorithm:isSet(i.algorithm)?hashAlgorithmFromJSON(i.algorithm):0,digest:isSet(i.digest)?Buffer.from(bytesFromBase64(i.digest)):Buffer.alloc(0)}},toJSON(i){const u={};if(i.algorithm!==0){u.algorithm=hashAlgorithmToJSON(i.algorithm)}if(i.digest.length!==0){u.digest=base64FromBytes(i.digest)}return u}};u.MessageSignature={fromJSON(i){return{messageDigest:isSet(i.messageDigest)?u.HashOutput.fromJSON(i.messageDigest):undefined,signature:isSet(i.signature)?Buffer.from(bytesFromBase64(i.signature)):Buffer.alloc(0)}},toJSON(i){const p={};if(i.messageDigest!==undefined){p.messageDigest=u.HashOutput.toJSON(i.messageDigest)}if(i.signature.length!==0){p.signature=base64FromBytes(i.signature)}return p}};u.LogId={fromJSON(i){return{keyId:isSet(i.keyId)?Buffer.from(bytesFromBase64(i.keyId)):Buffer.alloc(0)}},toJSON(i){const u={};if(i.keyId.length!==0){u.keyId=base64FromBytes(i.keyId)}return u}};u.RFC3161SignedTimestamp={fromJSON(i){return{signedTimestamp:isSet(i.signedTimestamp)?Buffer.from(bytesFromBase64(i.signedTimestamp)):Buffer.alloc(0)}},toJSON(i){const u={};if(i.signedTimestamp.length!==0){u.signedTimestamp=base64FromBytes(i.signedTimestamp)}return u}};u.PublicKey={fromJSON(i){return{rawBytes:isSet(i.rawBytes)?Buffer.from(bytesFromBase64(i.rawBytes)):undefined,keyDetails:isSet(i.keyDetails)?publicKeyDetailsFromJSON(i.keyDetails):0,validFor:isSet(i.validFor)?u.TimeRange.fromJSON(i.validFor):undefined}},toJSON(i){const p={};if(i.rawBytes!==undefined){p.rawBytes=base64FromBytes(i.rawBytes)}if(i.keyDetails!==0){p.keyDetails=publicKeyDetailsToJSON(i.keyDetails)}if(i.validFor!==undefined){p.validFor=u.TimeRange.toJSON(i.validFor)}return p}};u.PublicKeyIdentifier={fromJSON(i){return{hint:isSet(i.hint)?globalThis.String(i.hint):""}},toJSON(i){const u={};if(i.hint!==""){u.hint=i.hint}return u}};u.ObjectIdentifier={fromJSON(i){return{id:globalThis.Array.isArray(i?.id)?i.id.map((i=>globalThis.Number(i))):[]}},toJSON(i){const u={};if(i.id?.length){u.id=i.id.map((i=>Math.round(i)))}return u}};u.ObjectIdentifierValuePair={fromJSON(i){return{oid:isSet(i.oid)?u.ObjectIdentifier.fromJSON(i.oid):undefined,value:isSet(i.value)?Buffer.from(bytesFromBase64(i.value)):Buffer.alloc(0)}},toJSON(i){const p={};if(i.oid!==undefined){p.oid=u.ObjectIdentifier.toJSON(i.oid)}if(i.value.length!==0){p.value=base64FromBytes(i.value)}return p}};u.DistinguishedName={fromJSON(i){return{organization:isSet(i.organization)?globalThis.String(i.organization):"",commonName:isSet(i.commonName)?globalThis.String(i.commonName):""}},toJSON(i){const u={};if(i.organization!==""){u.organization=i.organization}if(i.commonName!==""){u.commonName=i.commonName}return u}};u.X509Certificate={fromJSON(i){return{rawBytes:isSet(i.rawBytes)?Buffer.from(bytesFromBase64(i.rawBytes)):Buffer.alloc(0)}},toJSON(i){const u={};if(i.rawBytes.length!==0){u.rawBytes=base64FromBytes(i.rawBytes)}return u}};u.SubjectAlternativeName={fromJSON(i){return{type:isSet(i.type)?subjectAlternativeNameTypeFromJSON(i.type):0,identity:isSet(i.regexp)?{$case:"regexp",regexp:globalThis.String(i.regexp)}:isSet(i.value)?{$case:"value",value:globalThis.String(i.value)}:undefined}},toJSON(i){const u={};if(i.type!==0){u.type=subjectAlternativeNameTypeToJSON(i.type)}if(i.identity?.$case==="regexp"){u.regexp=i.identity.regexp}else if(i.identity?.$case==="value"){u.value=i.identity.value}return u}};u.X509CertificateChain={fromJSON(i){return{certificates:globalThis.Array.isArray(i?.certificates)?i.certificates.map((i=>u.X509Certificate.fromJSON(i))):[]}},toJSON(i){const p={};if(i.certificates?.length){p.certificates=i.certificates.map((i=>u.X509Certificate.toJSON(i)))}return p}};u.TimeRange={fromJSON(i){return{start:isSet(i.start)?fromJsonTimestamp(i.start):undefined,end:isSet(i.end)?fromJsonTimestamp(i.end):undefined}},toJSON(i){const u={};if(i.start!==undefined){u.start=i.start.toISOString()}if(i.end!==undefined){u.end=i.end.toISOString()}return u}};function bytesFromBase64(i){return Uint8Array.from(globalThis.Buffer.from(i,"base64"))}function base64FromBytes(i){return globalThis.Buffer.from(i).toString("base64")}function fromTimestamp(i){let u=(globalThis.Number(i.seconds)||0)*1e3;u+=(i.nanos||0)/1e6;return new globalThis.Date(u)}function fromJsonTimestamp(i){if(i instanceof globalThis.Date){return i}else if(typeof i==="string"){return new globalThis.Date(i)}else{return fromTimestamp(A.Timestamp.fromJSON(i))}}function isSet(i){return i!==null&&i!==undefined}},85204:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TransparencyLogEntry=u.InclusionPromise=u.InclusionProof=u.Checkpoint=u.KindVersion=void 0;const A=p(5334);u.KindVersion={fromJSON(i){return{kind:isSet(i.kind)?globalThis.String(i.kind):"",version:isSet(i.version)?globalThis.String(i.version):""}},toJSON(i){const u={};if(i.kind!==""){u.kind=i.kind}if(i.version!==""){u.version=i.version}return u}};u.Checkpoint={fromJSON(i){return{envelope:isSet(i.envelope)?globalThis.String(i.envelope):""}},toJSON(i){const u={};if(i.envelope!==""){u.envelope=i.envelope}return u}};u.InclusionProof={fromJSON(i){return{logIndex:isSet(i.logIndex)?globalThis.String(i.logIndex):"0",rootHash:isSet(i.rootHash)?Buffer.from(bytesFromBase64(i.rootHash)):Buffer.alloc(0),treeSize:isSet(i.treeSize)?globalThis.String(i.treeSize):"0",hashes:globalThis.Array.isArray(i?.hashes)?i.hashes.map((i=>Buffer.from(bytesFromBase64(i)))):[],checkpoint:isSet(i.checkpoint)?u.Checkpoint.fromJSON(i.checkpoint):undefined}},toJSON(i){const p={};if(i.logIndex!=="0"){p.logIndex=i.logIndex}if(i.rootHash.length!==0){p.rootHash=base64FromBytes(i.rootHash)}if(i.treeSize!=="0"){p.treeSize=i.treeSize}if(i.hashes?.length){p.hashes=i.hashes.map((i=>base64FromBytes(i)))}if(i.checkpoint!==undefined){p.checkpoint=u.Checkpoint.toJSON(i.checkpoint)}return p}};u.InclusionPromise={fromJSON(i){return{signedEntryTimestamp:isSet(i.signedEntryTimestamp)?Buffer.from(bytesFromBase64(i.signedEntryTimestamp)):Buffer.alloc(0)}},toJSON(i){const u={};if(i.signedEntryTimestamp.length!==0){u.signedEntryTimestamp=base64FromBytes(i.signedEntryTimestamp)}return u}};u.TransparencyLogEntry={fromJSON(i){return{logIndex:isSet(i.logIndex)?globalThis.String(i.logIndex):"0",logId:isSet(i.logId)?A.LogId.fromJSON(i.logId):undefined,kindVersion:isSet(i.kindVersion)?u.KindVersion.fromJSON(i.kindVersion):undefined,integratedTime:isSet(i.integratedTime)?globalThis.String(i.integratedTime):"0",inclusionPromise:isSet(i.inclusionPromise)?u.InclusionPromise.fromJSON(i.inclusionPromise):undefined,inclusionProof:isSet(i.inclusionProof)?u.InclusionProof.fromJSON(i.inclusionProof):undefined,canonicalizedBody:isSet(i.canonicalizedBody)?Buffer.from(bytesFromBase64(i.canonicalizedBody)):Buffer.alloc(0)}},toJSON(i){const p={};if(i.logIndex!=="0"){p.logIndex=i.logIndex}if(i.logId!==undefined){p.logId=A.LogId.toJSON(i.logId)}if(i.kindVersion!==undefined){p.kindVersion=u.KindVersion.toJSON(i.kindVersion)}if(i.integratedTime!=="0"){p.integratedTime=i.integratedTime}if(i.inclusionPromise!==undefined){p.inclusionPromise=u.InclusionPromise.toJSON(i.inclusionPromise)}if(i.inclusionProof!==undefined){p.inclusionProof=u.InclusionProof.toJSON(i.inclusionProof)}if(i.canonicalizedBody.length!==0){p.canonicalizedBody=base64FromBytes(i.canonicalizedBody)}return p}};function bytesFromBase64(i){return Uint8Array.from(globalThis.Buffer.from(i,"base64"))}function base64FromBytes(i){return globalThis.Buffer.from(i).toString("base64")}function isSet(i){return i!==null&&i!==undefined}},61997:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ClientTrustConfig=u.ServiceConfiguration=u.Service=u.SigningConfig=u.TrustedRoot=u.CertificateAuthority=u.TransparencyLogInstance=u.ServiceSelector=void 0;u.serviceSelectorFromJSON=serviceSelectorFromJSON;u.serviceSelectorToJSON=serviceSelectorToJSON;const A=p(5334);var g;(function(i){i[i["SERVICE_SELECTOR_UNDEFINED"]=0]="SERVICE_SELECTOR_UNDEFINED";i[i["ALL"]=1]="ALL";i[i["ANY"]=2]="ANY";i[i["EXACT"]=3]="EXACT"})(g||(u.ServiceSelector=g={}));function serviceSelectorFromJSON(i){switch(i){case 0:case"SERVICE_SELECTOR_UNDEFINED":return g.SERVICE_SELECTOR_UNDEFINED;case 1:case"ALL":return g.ALL;case 2:case"ANY":return g.ANY;case 3:case"EXACT":return g.EXACT;default:throw new globalThis.Error("Unrecognized enum value "+i+" for enum ServiceSelector")}}function serviceSelectorToJSON(i){switch(i){case g.SERVICE_SELECTOR_UNDEFINED:return"SERVICE_SELECTOR_UNDEFINED";case g.ALL:return"ALL";case g.ANY:return"ANY";case g.EXACT:return"EXACT";default:throw new globalThis.Error("Unrecognized enum value "+i+" for enum ServiceSelector")}}u.TransparencyLogInstance={fromJSON(i){return{baseUrl:isSet(i.baseUrl)?globalThis.String(i.baseUrl):"",hashAlgorithm:isSet(i.hashAlgorithm)?(0,A.hashAlgorithmFromJSON)(i.hashAlgorithm):0,publicKey:isSet(i.publicKey)?A.PublicKey.fromJSON(i.publicKey):undefined,logId:isSet(i.logId)?A.LogId.fromJSON(i.logId):undefined,checkpointKeyId:isSet(i.checkpointKeyId)?A.LogId.fromJSON(i.checkpointKeyId):undefined,operator:isSet(i.operator)?globalThis.String(i.operator):""}},toJSON(i){const u={};if(i.baseUrl!==""){u.baseUrl=i.baseUrl}if(i.hashAlgorithm!==0){u.hashAlgorithm=(0,A.hashAlgorithmToJSON)(i.hashAlgorithm)}if(i.publicKey!==undefined){u.publicKey=A.PublicKey.toJSON(i.publicKey)}if(i.logId!==undefined){u.logId=A.LogId.toJSON(i.logId)}if(i.checkpointKeyId!==undefined){u.checkpointKeyId=A.LogId.toJSON(i.checkpointKeyId)}if(i.operator!==""){u.operator=i.operator}return u}};u.CertificateAuthority={fromJSON(i){return{subject:isSet(i.subject)?A.DistinguishedName.fromJSON(i.subject):undefined,uri:isSet(i.uri)?globalThis.String(i.uri):"",certChain:isSet(i.certChain)?A.X509CertificateChain.fromJSON(i.certChain):undefined,validFor:isSet(i.validFor)?A.TimeRange.fromJSON(i.validFor):undefined,operator:isSet(i.operator)?globalThis.String(i.operator):""}},toJSON(i){const u={};if(i.subject!==undefined){u.subject=A.DistinguishedName.toJSON(i.subject)}if(i.uri!==""){u.uri=i.uri}if(i.certChain!==undefined){u.certChain=A.X509CertificateChain.toJSON(i.certChain)}if(i.validFor!==undefined){u.validFor=A.TimeRange.toJSON(i.validFor)}if(i.operator!==""){u.operator=i.operator}return u}};u.TrustedRoot={fromJSON(i){return{mediaType:isSet(i.mediaType)?globalThis.String(i.mediaType):"",tlogs:globalThis.Array.isArray(i?.tlogs)?i.tlogs.map((i=>u.TransparencyLogInstance.fromJSON(i))):[],certificateAuthorities:globalThis.Array.isArray(i?.certificateAuthorities)?i.certificateAuthorities.map((i=>u.CertificateAuthority.fromJSON(i))):[],ctlogs:globalThis.Array.isArray(i?.ctlogs)?i.ctlogs.map((i=>u.TransparencyLogInstance.fromJSON(i))):[],timestampAuthorities:globalThis.Array.isArray(i?.timestampAuthorities)?i.timestampAuthorities.map((i=>u.CertificateAuthority.fromJSON(i))):[]}},toJSON(i){const p={};if(i.mediaType!==""){p.mediaType=i.mediaType}if(i.tlogs?.length){p.tlogs=i.tlogs.map((i=>u.TransparencyLogInstance.toJSON(i)))}if(i.certificateAuthorities?.length){p.certificateAuthorities=i.certificateAuthorities.map((i=>u.CertificateAuthority.toJSON(i)))}if(i.ctlogs?.length){p.ctlogs=i.ctlogs.map((i=>u.TransparencyLogInstance.toJSON(i)))}if(i.timestampAuthorities?.length){p.timestampAuthorities=i.timestampAuthorities.map((i=>u.CertificateAuthority.toJSON(i)))}return p}};u.SigningConfig={fromJSON(i){return{mediaType:isSet(i.mediaType)?globalThis.String(i.mediaType):"",caUrls:globalThis.Array.isArray(i?.caUrls)?i.caUrls.map((i=>u.Service.fromJSON(i))):[],oidcUrls:globalThis.Array.isArray(i?.oidcUrls)?i.oidcUrls.map((i=>u.Service.fromJSON(i))):[],rekorTlogUrls:globalThis.Array.isArray(i?.rekorTlogUrls)?i.rekorTlogUrls.map((i=>u.Service.fromJSON(i))):[],rekorTlogConfig:isSet(i.rekorTlogConfig)?u.ServiceConfiguration.fromJSON(i.rekorTlogConfig):undefined,tsaUrls:globalThis.Array.isArray(i?.tsaUrls)?i.tsaUrls.map((i=>u.Service.fromJSON(i))):[],tsaConfig:isSet(i.tsaConfig)?u.ServiceConfiguration.fromJSON(i.tsaConfig):undefined}},toJSON(i){const p={};if(i.mediaType!==""){p.mediaType=i.mediaType}if(i.caUrls?.length){p.caUrls=i.caUrls.map((i=>u.Service.toJSON(i)))}if(i.oidcUrls?.length){p.oidcUrls=i.oidcUrls.map((i=>u.Service.toJSON(i)))}if(i.rekorTlogUrls?.length){p.rekorTlogUrls=i.rekorTlogUrls.map((i=>u.Service.toJSON(i)))}if(i.rekorTlogConfig!==undefined){p.rekorTlogConfig=u.ServiceConfiguration.toJSON(i.rekorTlogConfig)}if(i.tsaUrls?.length){p.tsaUrls=i.tsaUrls.map((i=>u.Service.toJSON(i)))}if(i.tsaConfig!==undefined){p.tsaConfig=u.ServiceConfiguration.toJSON(i.tsaConfig)}return p}};u.Service={fromJSON(i){return{url:isSet(i.url)?globalThis.String(i.url):"",majorApiVersion:isSet(i.majorApiVersion)?globalThis.Number(i.majorApiVersion):0,validFor:isSet(i.validFor)?A.TimeRange.fromJSON(i.validFor):undefined,operator:isSet(i.operator)?globalThis.String(i.operator):""}},toJSON(i){const u={};if(i.url!==""){u.url=i.url}if(i.majorApiVersion!==0){u.majorApiVersion=Math.round(i.majorApiVersion)}if(i.validFor!==undefined){u.validFor=A.TimeRange.toJSON(i.validFor)}if(i.operator!==""){u.operator=i.operator}return u}};u.ServiceConfiguration={fromJSON(i){return{selector:isSet(i.selector)?serviceSelectorFromJSON(i.selector):0,count:isSet(i.count)?globalThis.Number(i.count):0}},toJSON(i){const u={};if(i.selector!==0){u.selector=serviceSelectorToJSON(i.selector)}if(i.count!==0){u.count=Math.round(i.count)}return u}};u.ClientTrustConfig={fromJSON(i){return{mediaType:isSet(i.mediaType)?globalThis.String(i.mediaType):"",trustedRoot:isSet(i.trustedRoot)?u.TrustedRoot.fromJSON(i.trustedRoot):undefined,signingConfig:isSet(i.signingConfig)?u.SigningConfig.fromJSON(i.signingConfig):undefined}},toJSON(i){const p={};if(i.mediaType!==""){p.mediaType=i.mediaType}if(i.trustedRoot!==undefined){p.trustedRoot=u.TrustedRoot.toJSON(i.trustedRoot)}if(i.signingConfig!==undefined){p.signingConfig=u.SigningConfig.toJSON(i.signingConfig)}return p}};function isSet(i){return i!==null&&i!==undefined}},99732:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Input=u.Artifact=u.ArtifactVerificationOptions_ObserverTimestampOptions=u.ArtifactVerificationOptions_TlogIntegratedTimestampOptions=u.ArtifactVerificationOptions_TimestampAuthorityOptions=u.ArtifactVerificationOptions_CtlogOptions=u.ArtifactVerificationOptions_TlogOptions=u.ArtifactVerificationOptions=u.PublicKeyIdentities=u.CertificateIdentities=u.CertificateIdentity=void 0;const A=p(70715);const g=p(5334);const C=p(61997);u.CertificateIdentity={fromJSON(i){return{issuer:isSet(i.issuer)?globalThis.String(i.issuer):"",san:isSet(i.san)?g.SubjectAlternativeName.fromJSON(i.san):undefined,oids:globalThis.Array.isArray(i?.oids)?i.oids.map((i=>g.ObjectIdentifierValuePair.fromJSON(i))):[]}},toJSON(i){const u={};if(i.issuer!==""){u.issuer=i.issuer}if(i.san!==undefined){u.san=g.SubjectAlternativeName.toJSON(i.san)}if(i.oids?.length){u.oids=i.oids.map((i=>g.ObjectIdentifierValuePair.toJSON(i)))}return u}};u.CertificateIdentities={fromJSON(i){return{identities:globalThis.Array.isArray(i?.identities)?i.identities.map((i=>u.CertificateIdentity.fromJSON(i))):[]}},toJSON(i){const p={};if(i.identities?.length){p.identities=i.identities.map((i=>u.CertificateIdentity.toJSON(i)))}return p}};u.PublicKeyIdentities={fromJSON(i){return{publicKeys:globalThis.Array.isArray(i?.publicKeys)?i.publicKeys.map((i=>g.PublicKey.fromJSON(i))):[]}},toJSON(i){const u={};if(i.publicKeys?.length){u.publicKeys=i.publicKeys.map((i=>g.PublicKey.toJSON(i)))}return u}};u.ArtifactVerificationOptions={fromJSON(i){return{signers:isSet(i.certificateIdentities)?{$case:"certificateIdentities",certificateIdentities:u.CertificateIdentities.fromJSON(i.certificateIdentities)}:isSet(i.publicKeys)?{$case:"publicKeys",publicKeys:u.PublicKeyIdentities.fromJSON(i.publicKeys)}:undefined,tlogOptions:isSet(i.tlogOptions)?u.ArtifactVerificationOptions_TlogOptions.fromJSON(i.tlogOptions):undefined,ctlogOptions:isSet(i.ctlogOptions)?u.ArtifactVerificationOptions_CtlogOptions.fromJSON(i.ctlogOptions):undefined,tsaOptions:isSet(i.tsaOptions)?u.ArtifactVerificationOptions_TimestampAuthorityOptions.fromJSON(i.tsaOptions):undefined,integratedTsOptions:isSet(i.integratedTsOptions)?u.ArtifactVerificationOptions_TlogIntegratedTimestampOptions.fromJSON(i.integratedTsOptions):undefined,observerOptions:isSet(i.observerOptions)?u.ArtifactVerificationOptions_ObserverTimestampOptions.fromJSON(i.observerOptions):undefined}},toJSON(i){const p={};if(i.signers?.$case==="certificateIdentities"){p.certificateIdentities=u.CertificateIdentities.toJSON(i.signers.certificateIdentities)}else if(i.signers?.$case==="publicKeys"){p.publicKeys=u.PublicKeyIdentities.toJSON(i.signers.publicKeys)}if(i.tlogOptions!==undefined){p.tlogOptions=u.ArtifactVerificationOptions_TlogOptions.toJSON(i.tlogOptions)}if(i.ctlogOptions!==undefined){p.ctlogOptions=u.ArtifactVerificationOptions_CtlogOptions.toJSON(i.ctlogOptions)}if(i.tsaOptions!==undefined){p.tsaOptions=u.ArtifactVerificationOptions_TimestampAuthorityOptions.toJSON(i.tsaOptions)}if(i.integratedTsOptions!==undefined){p.integratedTsOptions=u.ArtifactVerificationOptions_TlogIntegratedTimestampOptions.toJSON(i.integratedTsOptions)}if(i.observerOptions!==undefined){p.observerOptions=u.ArtifactVerificationOptions_ObserverTimestampOptions.toJSON(i.observerOptions)}return p}};u.ArtifactVerificationOptions_TlogOptions={fromJSON(i){return{threshold:isSet(i.threshold)?globalThis.Number(i.threshold):0,performOnlineVerification:isSet(i.performOnlineVerification)?globalThis.Boolean(i.performOnlineVerification):false,disable:isSet(i.disable)?globalThis.Boolean(i.disable):false}},toJSON(i){const u={};if(i.threshold!==0){u.threshold=Math.round(i.threshold)}if(i.performOnlineVerification!==false){u.performOnlineVerification=i.performOnlineVerification}if(i.disable!==false){u.disable=i.disable}return u}};u.ArtifactVerificationOptions_CtlogOptions={fromJSON(i){return{threshold:isSet(i.threshold)?globalThis.Number(i.threshold):0,disable:isSet(i.disable)?globalThis.Boolean(i.disable):false}},toJSON(i){const u={};if(i.threshold!==0){u.threshold=Math.round(i.threshold)}if(i.disable!==false){u.disable=i.disable}return u}};u.ArtifactVerificationOptions_TimestampAuthorityOptions={fromJSON(i){return{threshold:isSet(i.threshold)?globalThis.Number(i.threshold):0,disable:isSet(i.disable)?globalThis.Boolean(i.disable):false}},toJSON(i){const u={};if(i.threshold!==0){u.threshold=Math.round(i.threshold)}if(i.disable!==false){u.disable=i.disable}return u}};u.ArtifactVerificationOptions_TlogIntegratedTimestampOptions={fromJSON(i){return{threshold:isSet(i.threshold)?globalThis.Number(i.threshold):0,disable:isSet(i.disable)?globalThis.Boolean(i.disable):false}},toJSON(i){const u={};if(i.threshold!==0){u.threshold=Math.round(i.threshold)}if(i.disable!==false){u.disable=i.disable}return u}};u.ArtifactVerificationOptions_ObserverTimestampOptions={fromJSON(i){return{threshold:isSet(i.threshold)?globalThis.Number(i.threshold):0,disable:isSet(i.disable)?globalThis.Boolean(i.disable):false}},toJSON(i){const u={};if(i.threshold!==0){u.threshold=Math.round(i.threshold)}if(i.disable!==false){u.disable=i.disable}return u}};u.Artifact={fromJSON(i){return{data:isSet(i.artifactUri)?{$case:"artifactUri",artifactUri:globalThis.String(i.artifactUri)}:isSet(i.artifact)?{$case:"artifact",artifact:Buffer.from(bytesFromBase64(i.artifact))}:isSet(i.artifactDigest)?{$case:"artifactDigest",artifactDigest:g.HashOutput.fromJSON(i.artifactDigest)}:undefined}},toJSON(i){const u={};if(i.data?.$case==="artifactUri"){u.artifactUri=i.data.artifactUri}else if(i.data?.$case==="artifact"){u.artifact=base64FromBytes(i.data.artifact)}else if(i.data?.$case==="artifactDigest"){u.artifactDigest=g.HashOutput.toJSON(i.data.artifactDigest)}return u}};u.Input={fromJSON(i){return{artifactTrustRoot:isSet(i.artifactTrustRoot)?C.TrustedRoot.fromJSON(i.artifactTrustRoot):undefined,artifactVerificationOptions:isSet(i.artifactVerificationOptions)?u.ArtifactVerificationOptions.fromJSON(i.artifactVerificationOptions):undefined,bundle:isSet(i.bundle)?A.Bundle.fromJSON(i.bundle):undefined,artifact:isSet(i.artifact)?u.Artifact.fromJSON(i.artifact):undefined}},toJSON(i){const p={};if(i.artifactTrustRoot!==undefined){p.artifactTrustRoot=C.TrustedRoot.toJSON(i.artifactTrustRoot)}if(i.artifactVerificationOptions!==undefined){p.artifactVerificationOptions=u.ArtifactVerificationOptions.toJSON(i.artifactVerificationOptions)}if(i.bundle!==undefined){p.bundle=A.Bundle.toJSON(i.bundle)}if(i.artifact!==undefined){p.artifact=u.Artifact.toJSON(i.artifact)}return p}};function bytesFromBase64(i){return Uint8Array.from(globalThis.Buffer.from(i,"base64"))}function base64FromBytes(i){return globalThis.Buffer.from(i).toString("base64")}function isSet(i){return i!==null&&i!==undefined}},19654:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__exportStar||function(i,u){for(var p in i)if(p!=="default"&&!Object.prototype.hasOwnProperty.call(u,p))A(u,i,p)};Object.defineProperty(u,"__esModule",{value:true});g(p(47030),u);g(p(70715),u);g(p(5334),u);g(p(85204),u);g(p(61997),u);g(p(99732),u)},13835:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__exportStar||function(i,u){for(var p in i)if(p!=="default"&&!Object.prototype.hasOwnProperty.call(u,p))A(u,i,p)};Object.defineProperty(u,"__esModule",{value:true});g(p(36764),u);g(p(381),u);g(p(4969),u);g(p(7543),u)},43049:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.BaseBundleBuilder=void 0;class BaseBundleBuilder{signer;witnesses;constructor(i){this.signer=i.signer;this.witnesses=i.witnesses}async create(i){const u=await this.prepare(i).then((i=>this.signer.sign(i)));const p=await this.package(i,u);const A=await Promise.all(this.witnesses.map((i=>i.testify(p.content,publicKey(u.key)))));const g=[];const C=[];A.forEach((({tlogEntries:i,rfc3161Timestamps:u})=>{g.push(...i??[]);C.push(...u??[])}));p.verificationMaterial.tlogEntries=g;p.verificationMaterial.timestampVerificationData={rfc3161Timestamps:C};return p}async prepare(i){return i.data}}u.BaseBundleBuilder=BaseBundleBuilder;function publicKey(i){switch(i.$case){case"publicKey":return i.publicKey;case"x509Certificate":return i.certificate}}},85192:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();Object.defineProperty(u,"__esModule",{value:true});u.toMessageSignatureBundle=toMessageSignatureBundle;u.toDSSEBundle=toDSSEBundle;const S=C(p(61040));const w=p(19100);function toMessageSignatureBundle(i,u){const p=w.crypto.digest("sha256",i.data);return S.toMessageSignatureBundle({digest:p,signature:u.signature,certificate:u.key.$case==="x509Certificate"?w.pem.toDER(u.key.certificate):undefined,keyHint:u.key.$case==="publicKey"?u.key.hint:undefined,certificateChain:true})}function toDSSEBundle(i,u,p){return S.toDSSEBundle({artifact:i.data,artifactType:i.type,signature:u.signature,certificate:u.key.$case==="x509Certificate"?w.pem.toDER(u.key.certificate):undefined,keyHint:u.key.$case==="publicKey"?u.key.hint:undefined,certificateChain:p})}},83997:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.DSSEBundleBuilder=void 0;const A=p(19100);const g=p(43049);const C=p(85192);class DSSEBundleBuilder extends g.BaseBundleBuilder{certificateChain;constructor(i){super(i);this.certificateChain=i.certificateChain??false}async prepare(i){const u=artifactDefaults(i);return A.dsse.preAuthEncoding(u.type,u.data)}async package(i,u){return(0,C.toDSSEBundle)(artifactDefaults(i),u,this.certificateChain)}}u.DSSEBundleBuilder=DSSEBundleBuilder;function artifactDefaults(i){return{...i,type:i.type??""}}},35530:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.MessageSignatureBundleBuilder=u.DSSEBundleBuilder=void 0;var A=p(83997);Object.defineProperty(u,"DSSEBundleBuilder",{enumerable:true,get:function(){return A.DSSEBundleBuilder}});var g=p(8269);Object.defineProperty(u,"MessageSignatureBundleBuilder",{enumerable:true,get:function(){return g.MessageSignatureBundleBuilder}})},8269:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.MessageSignatureBundleBuilder=void 0;const A=p(43049);const g=p(85192);class MessageSignatureBundleBuilder extends A.BaseBundleBuilder{constructor(i){super(i)}async package(i,u){return(0,g.toMessageSignatureBundle)(i,u)}}u.MessageSignatureBundleBuilder=MessageSignatureBundleBuilder},45985:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.bundleBuilderFromSigningConfig=bundleBuilderFromSigningConfig;const A=p(19654);const g=p(83997);const C=p(8269);const S=p(34342);const w=p(55383);const B=1;const v=2;const N=1;const T=5e3;const Q=2e4;const x={retries:2};function bundleBuilderFromSigningConfig(i){const{signingConfig:u,identityProvider:p,bundleType:A}=i;const S=i.fetchOptions||{timeout:T,retry:x};const w=fulcioSignerFromConfig(u,p,S);const B=witnessesFromConfig(u,S);switch(A){case"messageSignature":return new C.MessageSignatureBundleBuilder({signer:w,witnesses:B});case"dsseEnvelope":return new g.DSSEBundleBuilder({signer:w,witnesses:B})}}function fulcioSignerFromConfig(i,u,p){const A=certAuthorityService(i);return new S.FulcioSigner({fulcioBaseURL:A.url,identityProvider:u,timeout:p.timeout,retry:p.retry})}function witnessesFromConfig(i,u){const p=[];if(i.rekorTlogConfig){if(i.rekorTlogConfig.selector!==A.ServiceSelector.ANY){throw new Error("Unsupported Rekor TLog selector in signing configuration")}const g=tlogService(i);p.push(new w.RekorWitness({rekorBaseURL:g.url,majorApiVersion:g.majorApiVersion,retry:u.retry,timeout:g.majorApiVersion===1?u.timeout:Math.min(u.timeout||T,Q)}))}if(i.tsaConfig){if(i.tsaConfig.selector!==A.ServiceSelector.ANY){throw new Error("Unsupported TSA selector in signing configuration")}const g=tsaService(i);p.push(new w.TSAWitness({tsaBaseURL:g.url,retry:u.retry,timeout:u.timeout}))}return p}function certAuthorityService(i){const u=filterServicesByMaxAPIVersion(i.caUrls,B);const p=sortServicesByStartDate(u);if(p.length===0){throw new Error("No valid CA services found in signing configuration")}return p[0]}function tlogService(i){const u=filterServicesByMaxAPIVersion(i.rekorTlogUrls,v);const p=sortServicesByStartDate(u);if(p.length===0){throw new Error("No valid TLogs found in signing configuration")}return p[0]}function tsaService(i){const u=filterServicesByMaxAPIVersion(i.tsaUrls,N);const p=sortServicesByStartDate(u);if(p.length===0){throw new Error("No valid TSAs found in signing configuration")}return p[0]}function sortServicesByStartDate(i){const u=new Date;const p=i.filter((i=>{if(!i.validFor?.end){return true}return i.validFor.end>=u}));return p.sort(((i,u)=>{const p=i.validFor?.start?.getTime()??0;const A=u.validFor?.start?.getTime()??0;return A-p}))}function filterServicesByMaxAPIVersion(i,u){return i.filter((i=>i.majorApiVersion<=u))}},97841:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.InternalError=void 0;u.internalError=internalError;const A=p(40369);class InternalError extends Error{code;cause;constructor({code:i,message:u,cause:p}){super(u);this.name=this.constructor.name;this.cause=p;this.code=i}}u.InternalError=InternalError;function internalError(i,u,p){if(i instanceof A.HTTPError){p+=` - ${i.message}`}throw new InternalError({code:u,message:p,cause:i})}},40369:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.HTTPError=void 0;class HTTPError extends Error{statusCode;location;constructor({status:i,message:u,location:p}){super(`(${i}) ${u}`);this.statusCode=i;this.location=p}}u.HTTPError=HTTPError},9823:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.fetchWithRetry=fetchWithRetry;const g=p(85675);const C=A(p(39310));const S=p(26687);const w=A(p(90390));const B=p(19100);const v=p(40369);const{HTTP2_HEADER_LOCATION:N,HTTP2_HEADER_CONTENT_TYPE:T,HTTP2_HEADER_USER_AGENT:Q,HTTP_STATUS_INTERNAL_SERVER_ERROR:x,HTTP_STATUS_TOO_MANY_REQUESTS:_,HTTP_STATUS_REQUEST_TIMEOUT:k}=g.constants;async function fetchWithRetry(i,u){return(0,w.default)((async(p,A)=>{const g=u.method||"POST";const w={[Q]:B.ua.getUserAgent(),...u.headers};const v=await(0,C.default)(i,{method:g,headers:w,body:u.body,timeout:u.timeout,retry:false}).catch((u=>{S.log.http("fetch",`${g} ${i} attempt ${A} failed with ${u}`);return p(u)}));if(v.ok){return v}else{const u=await errorFromResponse(v);S.log.http("fetch",`${g} ${i} attempt ${A} failed with ${v.status}`);if(retryable(v.status)){return p(u)}else{throw u}}}),retryOpts(u.retry))}const errorFromResponse=async i=>{let u=i.statusText;const p=i.headers.get(N)||undefined;const A=i.headers.get(T);if(A?.includes("application/json")){try{const p=await i.json();u=p.message||u}catch(i){}}return new v.HTTPError({status:i.status,message:u,location:p})};const retryable=i=>[k,_].includes(i)||i>=x;const retryOpts=i=>{if(typeof i==="boolean"){return{retries:i?1:0}}else if(typeof i==="number"){return{retries:i}}else{return{retries:0,...i}}}},26819:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Fulcio=void 0;const A=p(9823);class Fulcio{options;constructor(i){this.options=i}async createSigningCertificate(i){const{baseURL:u,retry:p,timeout:g}=this.options;const C=`${u}/api/v2/signingCert`;const S=await(0,A.fetchWithRetry)(C,{headers:{"Content-Type":"application/json"},body:JSON.stringify(i),timeout:g,retry:p});return S.json()}}u.Fulcio=Fulcio},65973:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.RekorV2=void 0;const A=p(9823);const g=p(19654);const C=p(13835);class RekorV2{options;constructor(i){this.options=i}async createEntry(i){const{baseURL:u,timeout:p,retry:S}=this.options;const w=`${u}/api/v2/log/entries`;const B=await(0,A.fetchWithRetry)(w,{headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(C.CreateEntryRequest.toJSON(i)),timeout:p,retry:S});return B.json().then((i=>g.TransparencyLogEntry.fromJSON(i)))}}u.RekorV2=RekorV2},32688:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Rekor=void 0;const A=p(9823);class Rekor{options;constructor(i){this.options=i}async createEntry(i){const{baseURL:u,timeout:p,retry:g}=this.options;const C=`${u}/api/v1/log/entries`;const S=await(0,A.fetchWithRetry)(C,{headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(i),timeout:p,retry:g});const w=await S.json();return entryFromResponse(w)}async getEntry(i){const{baseURL:u,timeout:p,retry:g}=this.options;const C=`${u}/api/v1/log/entries/${i}`;const S=await(0,A.fetchWithRetry)(C,{method:"GET",headers:{Accept:"application/json"},timeout:p,retry:g});const w=await S.json();return entryFromResponse(w)}}u.Rekor=Rekor;function entryFromResponse(i){const u=Object.entries(i);if(u.length!=1){throw new Error("Received multiple entries in Rekor response")}const[p,A]=u[0];return{...A,uuid:p}}},78963:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TimestampAuthority=void 0;const A=p(9823);class TimestampAuthority{options;constructor(i){this.options=i}async createTimestamp(i){const{baseURL:u,timeout:p,retry:g}=this.options;const C=new URL(u).pathname==="/"?`${u}/api/v1/timestamp`:u;const S=await(0,A.fetchWithRetry)(C,{headers:{"Content-Type":"application/json"},body:JSON.stringify(i),timeout:p,retry:g});return S.buffer()}}u.TimestampAuthority=TimestampAuthority},92092:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.CIContextProvider=void 0;const g=A(p(39310));const C=[getGHAToken,getEnv];class CIContextProvider{audience;constructor(i="sigstore"){this.audience=i}async getToken(){return Promise.any(C.map((i=>i(this.audience)))).catch((()=>Promise.reject("CI: no tokens available")))}}u.CIContextProvider=CIContextProvider;async function getGHAToken(i){if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL||!process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN){return Promise.reject("no token available")}const u=new URL(process.env.ACTIONS_ID_TOKEN_REQUEST_URL);u.searchParams.append("audience",i);const p=await(0,g.default)(u.href,{retry:2,headers:{Accept:"application/json",Authorization:`Bearer ${process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN}`}});return p.json().then((i=>i.value))}async function getEnv(){if(!process.env.SIGSTORE_ID_TOKEN){return Promise.reject("no token available")}return process.env.SIGSTORE_ID_TOKEN}},55022:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.CIContextProvider=void 0;var A=p(92092);Object.defineProperty(u,"CIContextProvider",{enumerable:true,get:function(){return A.CIContextProvider}})},15179:(i,u,p)=>{var A;A={value:true};u.gs=u.fU=A=u.$o=A=u.Zk=A=A=A=u.VV=void 0;var g=p(35530);Object.defineProperty(u,"VV",{enumerable:true,get:function(){return g.DSSEBundleBuilder}});A={enumerable:true,get:function(){return g.MessageSignatureBundleBuilder}};var C=p(45985);A={enumerable:true,get:function(){return C.bundleBuilderFromSigningConfig}};var S=p(97841);A={enumerable:true,get:function(){return S.InternalError}};var w=p(55022);Object.defineProperty(u,"Zk",{enumerable:true,get:function(){return w.CIContextProvider}});var B=p(34342);A={enumerable:true,get:function(){return B.DEFAULT_FULCIO_URL}};Object.defineProperty(u,"$o",{enumerable:true,get:function(){return B.FulcioSigner}});var v=p(55383);A={enumerable:true,get:function(){return v.DEFAULT_REKOR_URL}};Object.defineProperty(u,"fU",{enumerable:true,get:function(){return v.RekorWitness}});Object.defineProperty(u,"gs",{enumerable:true,get:function(){return v.TSAWitness}})},5875:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.CAClient=void 0;const A=p(97841);const g=p(26819);class CAClient{fulcio;constructor(i){this.fulcio=new g.Fulcio({baseURL:i.fulcioBaseURL,retry:i.retry,timeout:i.timeout})}async createSigningCertificate(i,u,p){const g=toCertificateRequest(i,u,p);try{const i=await this.fulcio.createSigningCertificate(g);const u=i.signedCertificateEmbeddedSct?i.signedCertificateEmbeddedSct:i.signedCertificateDetachedSct;return u.chain.certificates}catch(i){(0,A.internalError)(i,"CA_CREATE_SIGNING_CERTIFICATE_ERROR","error creating signing certificate")}}}u.CAClient=CAClient;function toCertificateRequest(i,u,p){return{credentials:{oidcIdentityToken:i},publicKeyRequest:{publicKey:{algorithm:"ECDSA",content:u},proofOfPossession:p.toString("base64")}}}},97064:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.EphemeralSigner=void 0;const A=p(76982);const g="ec";const C="P-256";class EphemeralSigner{keypair;constructor(){this.keypair=(0,A.generateKeyPairSync)(g,{namedCurve:C})}async sign(i){const u=(0,A.sign)("sha256",i,this.keypair.privateKey);const p=this.keypair.publicKey.export({format:"pem",type:"spki"}).toString("ascii");return{signature:u,key:{$case:"publicKey",publicKey:p}}}}u.EphemeralSigner=EphemeralSigner},26303:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.FulcioSigner=u.DEFAULT_FULCIO_URL=void 0;const A=p(97841);const g=p(19100);const C=p(5875);const S=p(97064);u.DEFAULT_FULCIO_URL="https://fulcio.sigstore.dev";class FulcioSigner{ca;identityProvider;keyHolder;constructor(i){this.ca=new C.CAClient({...i,fulcioBaseURL:i.fulcioBaseURL||u.DEFAULT_FULCIO_URL});this.identityProvider=i.identityProvider;this.keyHolder=i.keyHolder||new S.EphemeralSigner}async sign(i){const u=await this.getIdentityToken();let p;try{p=g.oidc.extractJWTSubject(u)}catch(i){throw new A.InternalError({code:"IDENTITY_TOKEN_PARSE_ERROR",message:`invalid identity token: ${u}`,cause:i})}const C=await this.keyHolder.sign(Buffer.from(p));if(C.key.$case!=="publicKey"){throw new A.InternalError({code:"CA_CREATE_SIGNING_CERTIFICATE_ERROR",message:"unexpected format for signing key"})}const S=await this.ca.createSigningCertificate(u,C.key.publicKey,C.signature);const w=await this.keyHolder.sign(i);return{signature:w.signature,key:{$case:"x509Certificate",certificate:S[0]}}}async getIdentityToken(){try{return await this.identityProvider.getToken()}catch(i){throw new A.InternalError({code:"IDENTITY_TOKEN_READ_ERROR",message:"error retrieving identity token",cause:i})}}}u.FulcioSigner=FulcioSigner},34342:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.FulcioSigner=u.DEFAULT_FULCIO_URL=void 0;var A=p(26303);Object.defineProperty(u,"DEFAULT_FULCIO_URL",{enumerable:true,get:function(){return A.DEFAULT_FULCIO_URL}});Object.defineProperty(u,"FulcioSigner",{enumerable:true,get:function(){return A.FulcioSigner}})},19100:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();Object.defineProperty(u,"__esModule",{value:true});u.ua=u.oidc=u.pem=u.json=u.encoding=u.dsse=u.crypto=void 0;var S=p(83917);Object.defineProperty(u,"crypto",{enumerable:true,get:function(){return S.crypto}});Object.defineProperty(u,"dsse",{enumerable:true,get:function(){return S.dsse}});Object.defineProperty(u,"encoding",{enumerable:true,get:function(){return S.encoding}});Object.defineProperty(u,"json",{enumerable:true,get:function(){return S.json}});Object.defineProperty(u,"pem",{enumerable:true,get:function(){return S.pem}});u.oidc=C(p(81963));u.ua=C(p(81268))},81963:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.extractJWTSubject=extractJWTSubject;const A=p(83917);function extractJWTSubject(i){const u=i.split(".",3);const p=JSON.parse(A.encoding.base64Decode(u[1]));if(p.email){if(!p.email_verified){throw new Error("JWT email not verified by issuer")}return p.email}if(p.sub){return p.sub}else{throw new Error("JWT subject not found")}}},81268:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.getUserAgent=void 0;const g=A(p(70857));const getUserAgent=()=>{const i=p(85896).rE;const u=process.version;const A=g.default.platform();const C=g.default.arch();return`sigstore-js/${i} (Node ${u}) (${A}/${C})`};u.getUserAgent=getUserAgent},55383:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TSAWitness=u.RekorWitness=u.DEFAULT_REKOR_URL=void 0;var A=p(2566);Object.defineProperty(u,"DEFAULT_REKOR_URL",{enumerable:true,get:function(){return A.DEFAULT_REKOR_URL}});Object.defineProperty(u,"RekorWitness",{enumerable:true,get:function(){return A.RekorWitness}});var g=p(66936);Object.defineProperty(u,"TSAWitness",{enumerable:true,get:function(){return g.TSAWitness}})},42815:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TLogV2Client=u.TLogClient=void 0;const A=p(97841);const g=p(40369);const C=p(32688);const S=p(65973);class TLogClient{rekor;fetchOnConflict;constructor(i){this.fetchOnConflict=i.fetchOnConflict??false;this.rekor=new C.Rekor({baseURL:i.rekorBaseURL,retry:i.retry,timeout:i.timeout})}async createEntry(i){let u;try{u=await this.rekor.createEntry(i)}catch(i){if(entryExistsError(i)&&this.fetchOnConflict){const p=i.location.split("/").pop()||"";try{u=await this.rekor.getEntry(p)}catch(i){(0,A.internalError)(i,"TLOG_FETCH_ENTRY_ERROR","error fetching tlog entry")}}else{(0,A.internalError)(i,"TLOG_CREATE_ENTRY_ERROR","error creating tlog entry")}}return u}}u.TLogClient=TLogClient;function entryExistsError(i){return i instanceof g.HTTPError&&i.statusCode===409&&i.location!==undefined}class TLogV2Client{rekor;constructor(i){this.rekor=new S.RekorV2({baseURL:i.rekorBaseURL,retry:i.retry,timeout:i.timeout})}async createEntry(i){let u;try{u=await this.rekor.createEntry(i)}catch(i){(0,A.internalError)(i,"TLOG_CREATE_ENTRY_ERROR","error creating tlog entry")}if(u.logId===undefined||u.kindVersion===undefined){(0,A.internalError)(new Error("invalid tlog entry"),"TLOG_CREATE_ENTRY_ERROR","error creating tlog entry")}return{...u,logId:u.logId,kindVersion:u.kindVersion}}}u.TLogV2Client=TLogV2Client},97890:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.toProposedEntry=toProposedEntry;u.toCreateEntryRequest=toCreateEntryRequest;const A=p(61040);const g=p(19654);const C=p(19100);const S="sha256";function toProposedEntry(i,u,p="dsse"){switch(i.$case){case"dsseEnvelope":if(p==="intoto"){return toProposedIntotoEntry(i.dsseEnvelope,u)}return toProposedDSSEEntry(i.dsseEnvelope,u);case"messageSignature":return toProposedHashedRekordEntry(i.messageSignature,u)}}function toProposedHashedRekordEntry(i,u){const p=i.messageDigest.digest.toString("hex");const A=i.signature.toString("base64");const g=C.encoding.base64Encode(u);return{apiVersion:"0.0.1",kind:"hashedrekord",spec:{data:{hash:{algorithm:S,value:p}},signature:{content:A,publicKey:{content:g}}}}}function toProposedDSSEEntry(i,u){const p=JSON.stringify((0,A.envelopeToJSON)(i));const g=C.encoding.base64Encode(u);return{apiVersion:"0.0.1",kind:"dsse",spec:{proposedContent:{envelope:p,verifiers:[g]}}}}function toProposedIntotoEntry(i,u){const p=C.crypto.digest(S,i.payload).toString("hex");const A=calculateDSSEHash(i,u);const g=C.encoding.base64Encode(i.payload.toString("base64"));const w=C.encoding.base64Encode(i.signatures[0].sig.toString("base64"));const B=i.signatures[0].keyid;const v=C.encoding.base64Encode(u);const N={payloadType:i.payloadType,payload:g,signatures:[{sig:w,publicKey:v}]};if(B.length>0){N.signatures[0].keyid=B}return{apiVersion:"0.0.2",kind:"intoto",spec:{content:{envelope:N,hash:{algorithm:S,value:A},payloadHash:{algorithm:S,value:p}}}}}function calculateDSSEHash(i,u){const p={payloadType:i.payloadType,payload:i.payload.toString("base64"),signatures:[{sig:i.signatures[0].sig.toString("base64"),publicKey:u}]};if(i.signatures[0].keyid.length>0){p.signatures[0].keyid=i.signatures[0].keyid}return C.crypto.digest(S,C.json.canonicalize(p)).toString("hex")}function toCreateEntryRequest(i,u){switch(i.$case){case"dsseEnvelope":return toCreateEntryRequestDSSE(i.dsseEnvelope,u);case"messageSignature":return toCreateEntryRequestMessageSignature(i.messageSignature,u)}}function toCreateEntryRequestDSSE(i,u){return{spec:{$case:"dsseRequestV002",dsseRequestV002:{envelope:i,verifiers:[{keyDetails:g.PublicKeyDetails.PKIX_ECDSA_P256_SHA_256,verifier:{$case:"x509Certificate",x509Certificate:{rawBytes:C.pem.toDER(u)}}}]}}}}function toCreateEntryRequestMessageSignature(i,u){return{spec:{$case:"hashedRekordRequestV002",hashedRekordRequestV002:{digest:i.messageDigest.digest,signature:{content:i.signature,verifier:{keyDetails:g.PublicKeyDetails.PKIX_ECDSA_P256_SHA_256,verifier:{$case:"x509Certificate",x509Certificate:{rawBytes:C.pem.toDER(u)}}}}}}}}},2566:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.RekorWitness=u.DEFAULT_REKOR_URL=void 0;const A=p(19100);const g=p(42815);const C=p(97890);u.DEFAULT_REKOR_URL="https://rekor.sigstore.dev";class RekorWitness{tlogV1;tlogV2;entryType;majorApiVersion;constructor(i){this.entryType=i.entryType;this.majorApiVersion=i.majorApiVersion||1;this.tlogV1=new g.TLogClient({...i,rekorBaseURL:i.rekorBaseURL||u.DEFAULT_REKOR_URL});this.tlogV2=new g.TLogV2Client({...i,rekorBaseURL:i.rekorBaseURL||u.DEFAULT_REKOR_URL})}async testify(i,u){let p;if(this.majorApiVersion===2){const A=(0,C.toCreateEntryRequest)(i,u);p=await this.tlogV2.createEntry(A)}else{const A=(0,C.toProposedEntry)(i,u,this.entryType);const g=await this.tlogV1.createEntry(A);p=toTransparencyLogEntry(g)}return{tlogEntries:[p]}}}u.RekorWitness=RekorWitness;function toTransparencyLogEntry(i){const u=Buffer.from(i.logID,"hex");const p=A.encoding.base64Decode(i.body);const g=JSON.parse(p);const C=i?.verification?.signedEntryTimestamp?inclusionPromise(i.verification.signedEntryTimestamp):undefined;const S=i?.verification?.inclusionProof?inclusionProof(i.verification.inclusionProof):undefined;const w={logIndex:i.logIndex.toString(),logId:{keyId:u},integratedTime:i.integratedTime.toString(),kindVersion:{kind:g.kind,version:g.apiVersion},inclusionPromise:C,inclusionProof:S,canonicalizedBody:Buffer.from(i.body,"base64")};return w}function inclusionPromise(i){return{signedEntryTimestamp:Buffer.from(i,"base64")}}function inclusionProof(i){return{logIndex:i.logIndex.toString(),treeSize:i.treeSize.toString(),rootHash:Buffer.from(i.rootHash,"hex"),hashes:i.hashes.map((i=>Buffer.from(i,"hex"))),checkpoint:{envelope:i.checkpoint}}}},97409:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TSAClient=void 0;const A=p(97841);const g=p(78963);const C=p(19100);const S="sha256";class TSAClient{tsa;constructor(i){this.tsa=new g.TimestampAuthority({baseURL:i.tsaBaseURL,retry:i.retry,timeout:i.timeout})}async createTimestamp(i){const u={artifactHash:C.crypto.digest(S,i).toString("base64"),hashAlgorithm:S};try{return await this.tsa.createTimestamp(u)}catch(i){(0,A.internalError)(i,"TSA_CREATE_TIMESTAMP_ERROR","error creating timestamp")}}}u.TSAClient=TSAClient},66936:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TSAWitness=void 0;const A=p(97409);class TSAWitness{tsa;constructor(i){this.tsa=new A.TSAClient({tsaBaseURL:i.tsaBaseURL,retry:i.retry,timeout:i.timeout})}async testify(i){const u=extractSignature(i);const p=await this.tsa.createTimestamp(u);return{rfc3161Timestamps:[{signedTimestamp:p}]}}}u.TSAWitness=TSAWitness;function extractSignature(i){switch(i.$case){case"dsseEnvelope":return i.dsseEnvelope.signatures[0].sig;case"messageSignature":return i.messageSignature.signature}}},48796:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.appDataPath=appDataPath;const g=A(p(70857));const C=A(p(16928));function appDataPath(i){const u=g.default.homedir();switch(process.platform){case"darwin":{const p=C.default.join(u,"Library","Application Support");return C.default.join(p,i)}case"win32":{const p=process.env.LOCALAPPDATA||C.default.join(u,"AppData","Local");return C.default.join(p,i,"Data")}default:{const p=process.env.XDG_DATA_HOME||C.default.join(u,".local","share");return C.default.join(p,i)}}}},83040:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.TUFClient=void 0;const g=A(p(79896));const C=A(p(16928));const S=p(84706);const w=p(84423);const B=p(69446);const v=p(47686);const N="targets";class TUFClient{updater;constructor(i){const u=new URL(i.mirrorURL);const p=encodeURIComponent(u.host+u.pathname.replace(/\/$/,""));const A=C.default.join(i.cachePath,p);initTufCache(A);seedCache({cachePath:A,mirrorURL:i.mirrorURL,tufRootPath:i.rootPath,forceInit:i.forceInit});this.updater=initClient({mirrorURL:i.mirrorURL,cachePath:A,forceCache:i.forceCache,retry:i.retry,timeout:i.timeout})}async refresh(){return this.updater.refresh()}getTarget(i){return(0,v.readTarget)(this.updater,i)}}u.TUFClient=TUFClient;function initTufCache(i){const u=C.default.join(i,N);if(!g.default.existsSync(i)){g.default.mkdirSync(i,{recursive:true})}if(!g.default.existsSync(u)){g.default.mkdirSync(u)}}function seedCache({cachePath:i,mirrorURL:u,tufRootPath:A,forceInit:S}){const B=C.default.join(i,"root.json");if(!g.default.existsSync(B)||S){if(A){g.default.copyFileSync(A,B)}else{const A=p(8032);const S=A[u];if(!S){throw new w.TUFError({code:"TUF_INIT_CACHE_ERROR",message:`No root.json found for mirror: ${u}`})}g.default.writeFileSync(B,Buffer.from(S["root.json"],"base64"));Object.entries(S.targets).forEach((([u,p])=>{g.default.writeFileSync(C.default.join(i,N,u),Buffer.from(p,"base64"))}))}}}function initClient(i){const u={fetchTimeout:i.timeout,fetchRetry:i.retry,userAgent:`${encodeURIComponent(B.name)}/${B.version}`};return new S.Updater({metadataBaseUrl:i.mirrorURL,targetBaseUrl:`${i.mirrorURL}/targets`,metadataDir:i.cachePath,targetDir:C.default.join(i.cachePath,N),forceCache:i.forceCache,config:u})}},16213:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.TUFError=void 0;class TUFError extends Error{code;cause;constructor({code:i,message:u,cause:p}){super(u);this.code=i;this.cause=p;this.name=this.constructor.name}}u.TUFError=TUFError},84423:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TUFError=u.DEFAULT_MIRROR_URL=void 0;u.getTrustedRoot=getTrustedRoot;u.initTUF=initTUF;const A=p(19654);const g=p(48796);const C=p(83040);u.DEFAULT_MIRROR_URL="https://tuf-repo-cdn.sigstore.dev";const S="sigstore-js";const w={retries:2};const B=5e3;const v="trusted_root.json";async function getTrustedRoot(i={}){const u=createClient(i);const p=await u.getTarget(v);return A.TrustedRoot.fromJSON(JSON.parse(p))}async function initTUF(i={}){const u=createClient(i);return u.refresh().then((()=>u))}function createClient(i){return new C.TUFClient({cachePath:i.cachePath||(0,g.appDataPath)(S),rootPath:i.rootPath,mirrorURL:i.mirrorURL||u.DEFAULT_MIRROR_URL,retry:i.retry??w,timeout:i.timeout??B,forceCache:i.forceCache??false,forceInit:i.forceInit??i.force??false})}var N=p(16213);Object.defineProperty(u,"TUFError",{enumerable:true,get:function(){return N.TUFError}})},47686:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.readTarget=readTarget;const g=A(p(79896));const C=p(16213);async function readTarget(i,u){const p=await getTargetPath(i,u);return new Promise(((i,u)=>{g.default.readFile(p,"utf-8",((A,g)=>{if(A){u(new C.TUFError({code:"TUF_READ_TARGET_ERROR",message:`error reading target ${p}`,cause:A}))}else{i(g)}}))}))}async function getTargetPath(i,u){let p;try{p=await i.getTargetInfo(u)}catch(i){throw new C.TUFError({code:"TUF_REFRESH_METADATA_ERROR",message:"error refreshing TUF metadata",cause:i})}if(!p){throw new C.TUFError({code:"TUF_FIND_TARGET_ERROR",message:`target ${u} not found`})}let A=await i.findCachedTarget(p);if(!A){try{A=await i.downloadTarget(p)}catch(i){throw new C.TUFError({code:"TUF_DOWNLOAD_TARGET_ERROR",message:`error downloading target ${A}`,cause:i})}}return A}},52635:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.DSSESignatureContent=void 0;const A=p(83917);class DSSESignatureContent{env;constructor(i){this.env=i}compareDigest(i){return A.crypto.bufferEqual(i,A.crypto.digest("sha256",this.env.payload))}compareSignature(i){return A.crypto.bufferEqual(i,this.signature)}verifySignature(i){return A.crypto.verify(this.preAuthEncoding,i,this.signature)}get signature(){return this.env.signatures.length>0?this.env.signatures[0].sig:Buffer.from("")}get preAuthEncoding(){return A.dsse.preAuthEncoding(this.env.payloadType,this.env.payload)}}u.DSSESignatureContent=DSSESignatureContent},42544:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.toSignedEntity=toSignedEntity;u.signatureContent=signatureContent;const A=p(83917);const g=p(52635);const C=p(26531);function toSignedEntity(i,u){const{tlogEntries:p,timestampVerificationData:g}=i.verificationMaterial;const C=[];for(const i of p){if(i.integratedTime&&i.integratedTime!=="0"){C.push({$case:"transparency-log",tlogEntry:i})}}for(const i of g?.rfc3161Timestamps??[]){C.push({$case:"timestamp-authority",timestamp:A.RFC3161Timestamp.parse(Buffer.from(i.signedTimestamp))})}return{signature:signatureContent(i,u),key:key(i),tlogEntries:p,timestamps:C}}function signatureContent(i,u){switch(i.content.$case){case"dsseEnvelope":return new g.DSSESignatureContent(i.content.dsseEnvelope);case"messageSignature":return new C.MessageSignatureContent(i.content.messageSignature,u)}}function key(i){switch(i.verificationMaterial.content.$case){case"publicKey":return{$case:"public-key",hint:i.verificationMaterial.content.publicKey.hint};case"x509CertificateChain":return{$case:"certificate",certificate:A.X509Certificate.parse(Buffer.from(i.verificationMaterial.content.x509CertificateChain.certificates[0].rawBytes))};case"certificate":return{$case:"certificate",certificate:A.X509Certificate.parse(Buffer.from(i.verificationMaterial.content.certificate.rawBytes))}}}},26531:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.MessageSignatureContent=void 0;const A=p(83917);const g=p(19654);const C={[g.HashAlgorithm.HASH_ALGORITHM_UNSPECIFIED]:"sha256",[g.HashAlgorithm.SHA2_256]:"sha256",[g.HashAlgorithm.SHA2_384]:"sha384",[g.HashAlgorithm.SHA2_512]:"sha512",[g.HashAlgorithm.SHA3_256]:"sha3-256",[g.HashAlgorithm.SHA3_384]:"sha3-384"};class MessageSignatureContent{signature;messageDigest;artifact;hashAlgorithm;constructor(i,u){this.signature=i.signature;this.messageDigest=i.messageDigest.digest;this.artifact=u;this.hashAlgorithm=C[i.messageDigest.algorithm]??"sha256"}compareSignature(i){return A.crypto.bufferEqual(i,this.signature)}compareDigest(i){return A.crypto.bufferEqual(i,this.messageDigest)}verifySignature(i){return A.crypto.verify(this.artifact,i,this.signature,this.hashAlgorithm)}}u.MessageSignatureContent=MessageSignatureContent},36849:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.PolicyError=u.VerificationError=void 0;class BaseError extends Error{code;cause;constructor({code:i,message:u,cause:p}){super(u);this.code=i;this.cause=p;this.name=this.constructor.name}}class VerificationError extends BaseError{}u.VerificationError=VerificationError;class PolicyError extends BaseError{}u.PolicyError=PolicyError},54187:(i,u,p)=>{var A;A={value:true};u.BL=u.jO=A=A=u.DC=void 0;var g=p(42544);Object.defineProperty(u,"DC",{enumerable:true,get:function(){return g.toSignedEntity}});var C=p(36849);A={enumerable:true,get:function(){return C.PolicyError}};A={enumerable:true,get:function(){return C.VerificationError}};var S=p(97822);Object.defineProperty(u,"jO",{enumerable:true,get:function(){return S.toTrustMaterial}});var w=p(74433);Object.defineProperty(u,"BL",{enumerable:true,get:function(){return w.Verifier}})},38412:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.CertificateChainVerifier=void 0;u.verifyCertificateChain=verifyCertificateChain;const A=p(36849);const g=p(97822);function verifyCertificateChain(i,u,p){const C=(0,g.filterCertAuthorities)(p,i);let S;for(const p of C){try{const A=new CertificateChainVerifier({trustedCerts:p.certChain,untrustedCert:u,timestamp:i});return A.verify()}catch(i){S=i}}throw new A.VerificationError({code:"CERTIFICATE_ERROR",message:"Failed to verify certificate chain",cause:S})}class CertificateChainVerifier{untrustedCert;trustedCerts;localCerts;timestamp;constructor(i){this.untrustedCert=i.untrustedCert;this.trustedCerts=i.trustedCerts;this.localCerts=dedupeCertificates([...i.trustedCerts,i.untrustedCert]);this.timestamp=i.timestamp}verify(){const i=this.sort();this.checkPath(i);const u=i.every((i=>i.validForDate(this.timestamp)));if(!u){throw new A.VerificationError({code:"CERTIFICATE_ERROR",message:"certificate is not valid or expired at the specified date"})}return i}sort(){const i=this.untrustedCert;let u=this.buildPaths(i);u=u.filter((i=>i.some((i=>this.trustedCerts.includes(i)))));if(u.length===0){throw new A.VerificationError({code:"CERTIFICATE_ERROR",message:"no trusted certificate path found"})}const p=u.reduce(((i,u)=>i.length<u.length?i:u));return[i,...p].slice(0,-1)}buildPaths(i){const u=[];const p=this.findIssuer(i);if(p.length===0){throw new A.VerificationError({code:"CERTIFICATE_ERROR",message:"no valid certificate path found"})}for(let A=0;A<p.length;A++){const g=p[A];if(g.equals(i)){u.push([i]);continue}const C=this.buildPaths(g);for(let i=0;i<C.length;i++){u.push([g,...C[i]])}}return u}findIssuer(i){let u=[];let p;if(i.subject.equals(i.issuer)){if(i.verify()){return[i]}}if(i.extAuthorityKeyID){p=i.extAuthorityKeyID.keyIdentifier}this.localCerts.forEach((A=>{if(p){if(A.extSubjectKeyID){if(A.extSubjectKeyID.keyIdentifier.equals(p)){u.push(A)}return}}if(A.subject.equals(i.issuer)){u.push(A)}}));u=u.filter((u=>{try{return i.verify(u)}catch(i){return false}}));return u}checkPath(i){if(i.length<1){throw new A.VerificationError({code:"CERTIFICATE_ERROR",message:"certificate chain must contain at least one certificate"})}const u=i.slice(1).every((i=>i.isCA));if(!u){throw new A.VerificationError({code:"CERTIFICATE_ERROR",message:"intermediate certificate is not a CA"})}for(let u=i.length-2;u>=0;u--){if(!i[u].issuer.equals(i[u+1].subject)){throw new A.VerificationError({code:"CERTIFICATE_ERROR",message:"incorrect certificate name chaining"})}}for(let u=0;u<i.length;u++){const p=i[u];if(p.extBasicConstraints?.isCA){const i=p.extBasicConstraints.pathLenConstraint;if(i!==undefined&&i<u-1){throw new A.VerificationError({code:"CERTIFICATE_ERROR",message:"path length constraint exceeded"})}}}}}u.CertificateChainVerifier=CertificateChainVerifier;function dedupeCertificates(i){for(let u=0;u<i.length;u++){for(let p=u+1;p<i.length;p++){if(i[u].equals(i[p])){i.splice(p,1);p--}}}return i}},53771:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.verifyPublicKey=verifyPublicKey;u.verifyCertificate=verifyCertificate;const A=p(83917);const g=p(36849);const C=p(38412);const S=p(21633);const w="1.3.6.1.4.1.57264.1.1";const B="1.3.6.1.4.1.57264.1.8";function verifyPublicKey(i,u,p){const A=p.publicKey(i);u.forEach((i=>{if(!A.validFor(i)){throw new g.VerificationError({code:"PUBLIC_KEY_ERROR",message:`Public key is not valid for timestamp: ${i.toISOString()}`})}}));return{key:A.publicKey}}function verifyCertificate(i,u,p){let A=[];u.forEach((u=>{A=(0,C.verifyCertificateChain)(u,i,p.certificateAuthorities)}));return{scts:(0,S.verifySCTs)(A[0],A[1],p.ctlogs),signer:getSigner(A[0])}}function getSigner(i){let u;const p=i.extension(B);if(p){u=p.valueObj.subs?.[0]?.value.toString("ascii")}else{u=i.extension(w)?.value.toString("ascii")}const g={extensions:{issuer:u},subjectAlternativeName:i.subjectAltName};return{key:A.crypto.createPublicKey(i.publicKey),identity:g}}},21633:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.verifySCTs=verifySCTs;const A=p(83917);const g=p(36849);const C=p(97822);function verifySCTs(i,u,p){let S;const w=i.clone();for(let i=0;i<w.extensions.length;i++){const u=w.extensions[i];if(u.subs[0].toOID()===A.EXTENSION_OID_SCT){S=new A.X509SCTExtension(u);w.extensions.splice(i,1);break}}if(!S){return[]}if(S.signedCertificateTimestamps.length===0){return[]}const B=new A.ByteStream;const v=A.crypto.digest("sha256",u.publicKey);B.appendView(v);const N=w.tbsCertificate.toDER();B.appendUint24(N.length);B.appendView(N);return S.signedCertificateTimestamps.map((i=>{const u=(0,C.filterTLogAuthorities)(p,{logID:i.logID,targetDate:i.datetime});const A=u.some((u=>i.verify(B.buffer,u.publicKey)));if(!A){throw new g.VerificationError({code:"CERTIFICATE_ERROR",message:"SCT verification failed"})}return i.logID}))}},88037:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.verifySubjectAlternativeName=verifySubjectAlternativeName;u.verifyExtensions=verifyExtensions;const A=p(36849);function verifySubjectAlternativeName(i,u){if(u===undefined||!u.match(i)){throw new A.PolicyError({code:"UNTRUSTED_SIGNER_ERROR",message:`certificate identity error - expected ${i}, got ${u}`})}}function verifyExtensions(i,u={}){let p;for(p in i){if(u[p]!==i[p]){throw new A.PolicyError({code:"UNTRUSTED_SIGNER_ERROR",message:`invalid certificate extension - expected ${p}=${i[p]}, got ${p}=${u[p]}`})}}}},27968:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.getTSATimestamp=getTSATimestamp;u.getTLogTimestamp=getTLogTimestamp;const A=p(84472);function getTSATimestamp(i,u,p){(0,A.verifyRFC3161Timestamp)(i,u,p);return{type:"timestamp-authority",logID:i.signerSerialNumber,timestamp:i.signingTime}}function getTLogTimestamp(i){return{type:"transparency-log",logID:i.logId.keyId,timestamp:new Date(Number(i.integratedTime)*1e3)}}},84472:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.verifyRFC3161Timestamp=verifyRFC3161Timestamp;const A=p(83917);const g=p(36849);const C=p(38412);const S=p(97822);function verifyRFC3161Timestamp(i,u,p){const A=i.signingTime;p=(0,S.filterCertAuthorities)(p,A);p=filterCAsBySerialAndIssuer(p,{serialNumber:i.signerSerialNumber,issuer:i.signerIssuer});const C=p.some((p=>{try{verifyTimestampForCA(i,u,p);return true}catch(i){return false}}));if(!C){throw new g.VerificationError({code:"TIMESTAMP_ERROR",message:"timestamp could not be verified"})}}function verifyTimestampForCA(i,u,p){const[S,...w]=p.certChain;const B=A.crypto.createPublicKey(S.publicKey);const v=i.signingTime;try{new C.CertificateChainVerifier({untrustedCert:S,trustedCerts:w,timestamp:v}).verify()}catch(i){throw new g.VerificationError({code:"TIMESTAMP_ERROR",message:"invalid certificate chain"})}i.verify(u,B)}function filterCAsBySerialAndIssuer(i,u){return i.filter((i=>i.certChain.length>0&&A.crypto.bufferEqual(i.certChain[0].serialNumber,u.serialNumber)&&A.crypto.bufferEqual(i.certChain[0].issuer,u.issuer)))}},39266:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.LogCheckpoint=void 0;u.verifyCheckpoint=verifyCheckpoint;const A=p(83917);const g=p(36849);const C="\n\n";const S=/\u2014 (\S+) (\S+)\n/g;function verifyCheckpoint(i,u){const p=i.inclusionProof;const A=SignedNote.fromString(p.checkpoint.envelope);const C=LogCheckpoint.fromString(A.note);if(!verifySignedNote(A,u)){throw new g.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"})}return C}function verifySignedNote(i,u){const p=Buffer.from(i.note,"utf-8");return i.signatures.some((i=>{const g=u.find((u=>A.crypto.bufferEqual(u.logID.subarray(0,4),i.keyHint)&&u.baseURL.match(i.name)));if(!g){return false}return A.crypto.verify(p,g.publicKey,i.signature)}))}class SignedNote{note;signatures;constructor(i,u){this.note=i;this.signatures=u}static fromString(i){if(!i.includes(C)){throw new g.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"})}const u=i.indexOf(C);const p=i.slice(0,u+1);const A=i.slice(u+C.length);const w=A.matchAll(S);const B=Array.from(w,(i=>{const[,u,p]=i;const A=Buffer.from(p,"base64");if(A.length<5){throw new g.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"malformed checkpoint signature"})}return{name:u,keyHint:A.subarray(0,4),signature:A.subarray(4)}}));if(B.length===0){throw new g.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"})}return new SignedNote(p,B)}}class LogCheckpoint{origin;logSize;logHash;rest;constructor(i,u,p,A){this.origin=i;this.logSize=u;this.logHash=p;this.rest=A}static fromString(i){const u=i.trimEnd().split("\n");if(u.length<3){throw new g.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"too few lines in checkpoint header"})}const p=u[0];const A=BigInt(u[1]);const C=Buffer.from(u[2],"base64");const S=u.slice(3);return new LogCheckpoint(p,A,C,S)}}u.LogCheckpoint=LogCheckpoint},27005:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.DSSE_API_VERSION_V1=void 0;u.verifyDSSETLogBody=verifyDSSETLogBody;u.verifyDSSETLogBodyV2=verifyDSSETLogBodyV2;const A=p(36849);u.DSSE_API_VERSION_V1="0.0.1";function verifyDSSETLogBody(i,p){switch(i.apiVersion){case u.DSSE_API_VERSION_V1:return verifyDSSE001TLogBody(i,p);default:throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported dsse version: ${i.apiVersion}`})}}function verifyDSSETLogBodyV2(i,u){const p=i.spec?.spec;if(!p){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:`missing dsse spec`})}switch(p.$case){case"dsseV002":return verifyDSSE002TLogBody(p.dsseV002,u);default:throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported version: ${p.$case}`})}}function verifyDSSE001TLogBody(i,u){if(i.spec.signatures?.length!==1){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"signature count mismatch"})}const p=i.spec.signatures[0].signature;if(!u.compareSignature(Buffer.from(p,"base64")))throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"tlog entry signature mismatch"});const g=i.spec.payloadHash?.value||"";if(!u.compareDigest(Buffer.from(g,"hex"))){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"DSSE payload hash mismatch"})}}function verifyDSSE002TLogBody(i,u){if(i.signatures?.length!==1){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"signature count mismatch"})}const p=i.signatures[0].content;if(!u.compareSignature(p))throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"tlog entry signature mismatch"});const g=i.payloadHash?.digest||Buffer.from("");if(!u.compareDigest(g)){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"DSSE payload hash mismatch"})}}},1484:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.HASHEDREKORD_API_VERSION_V1=void 0;u.verifyHashedRekordTLogBody=verifyHashedRekordTLogBody;u.verifyHashedRekordTLogBodyV2=verifyHashedRekordTLogBodyV2;const A=p(36849);u.HASHEDREKORD_API_VERSION_V1="0.0.1";function verifyHashedRekordTLogBody(i,p){switch(i.apiVersion){case u.HASHEDREKORD_API_VERSION_V1:return verifyHashedrekord001TLogBody(i,p);default:throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported hashedrekord version: ${i.apiVersion}`})}}function verifyHashedRekordTLogBodyV2(i,u){const p=i.spec?.spec;if(!p){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:`missing dsse spec`})}switch(p.$case){case"hashedRekordV002":return verifyHashedrekord002TLogBody(p.hashedRekordV002,u);default:throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported version: ${p.$case}`})}}function verifyHashedrekord001TLogBody(i,u){const p=i.spec.signature.content||"";if(!u.compareSignature(Buffer.from(p,"base64"))){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"signature mismatch"})}const g=i.spec.data.hash?.value||"";if(!u.compareDigest(Buffer.from(g,"hex"))){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"digest mismatch"})}}function verifyHashedrekord002TLogBody(i,u){const p=i.signature?.content||Buffer.from("");if(!u.compareSignature(p)){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"signature mismatch"})}const g=i.data?.digest||Buffer.from("");if(!u.compareDigest(g)){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"digest mismatch"})}}},38218:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.verifyTLogBody=verifyTLogBody;u.verifyTLogInclusion=verifyTLogInclusion;const A=p(13835);const g=p(36849);const C=p(27005);const S=p(1484);const w=p(17703);const B=p(39266);const v=p(17046);const N=p(2714);function verifyTLogBody(i,u){const{kind:p,version:B}=i.kindVersion;const v=JSON.parse(i.canonicalizedBody.toString("utf8"));if(p!==v.kind||B!==v.apiVersion){throw new g.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/version mismatch - expected: ${p}/${B}, received: ${v.kind}/${v.apiVersion}`})}switch(p){case"dsse":if(B==C.DSSE_API_VERSION_V1){return(0,C.verifyDSSETLogBody)(v,u)}else{const i=A.Entry.fromJSON(v);return(0,C.verifyDSSETLogBodyV2)(i,u)}case"intoto":return(0,w.verifyIntotoTLogBody)(v,u);case"hashedrekord":if(B==S.HASHEDREKORD_API_VERSION_V1){return(0,S.verifyHashedRekordTLogBody)(v,u)}else{const i=A.Entry.fromJSON(v);return(0,S.verifyHashedRekordTLogBodyV2)(i,u)}default:throw new g.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported kind: ${p}`})}}function verifyTLogInclusion(i,u){let p=false;if(isTLogEntryWithInclusionPromise(i)){(0,N.verifyTLogSET)(i,u);p=true}if(isTLogEntryWithInclusionProof(i)){const A=(0,B.verifyCheckpoint)(i,u);(0,v.verifyMerkleInclusion)(i,A);p=true}if(!p){throw new g.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}return}function isTLogEntryWithInclusionPromise(i){return i.inclusionPromise!==undefined}function isTLogEntryWithInclusionProof(i){return i.inclusionProof!==undefined}},17703:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.verifyIntotoTLogBody=verifyIntotoTLogBody;const A=p(36849);function verifyIntotoTLogBody(i,u){switch(i.apiVersion){case"0.0.2":return verifyIntoto002TLogBody(i,u);default:throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported intoto version: ${i.apiVersion}`})}}function verifyIntoto002TLogBody(i,u){if(i.spec.content.envelope.signatures?.length!==1){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"signature count mismatch"})}const p=base64Decode(i.spec.content.envelope.signatures[0].sig);if(!u.compareSignature(Buffer.from(p,"base64"))){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"tlog entry signature mismatch"})}const g=i.spec.content.payloadHash?.value||"";if(!u.compareDigest(Buffer.from(g,"hex"))){throw new A.VerificationError({code:"TLOG_BODY_ERROR",message:"DSSE payload hash mismatch"})}}function base64Decode(i){return Buffer.from(i,"base64").toString("utf-8")}},17046:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.verifyMerkleInclusion=verifyMerkleInclusion;const A=p(83917);const g=p(36849);const C=Buffer.from([0]);const S=Buffer.from([1]);function verifyMerkleInclusion(i,u){const p=i.inclusionProof;const C=BigInt(p.logIndex);const S=BigInt(u.logSize);if(C<0n||C>=S){throw new g.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalid index: ${C}`})}const{inner:w,border:B}=decompInclProof(C,S);if(p.hashes.length!==w+B){throw new g.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"})}const v=p.hashes.slice(0,w);const N=p.hashes.slice(w);const T=hashLeaf(i.canonicalizedBody);const Q=chainBorderRight(chainInner(T,v,C),N);if(!A.crypto.bufferEqual(Q,u.logHash)){throw new g.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}}function decompInclProof(i,u){const p=innerProofSize(i,u);const A=onesCount(i>>BigInt(p));return{inner:p,border:A}}function chainInner(i,u,p){return u.reduce(((i,u,A)=>{if(p>>BigInt(A)&BigInt(1)){return hashChildren(u,i)}else{return hashChildren(i,u)}}),i)}function chainBorderRight(i,u){return u.reduce(((i,u)=>hashChildren(u,i)),i)}function innerProofSize(i,u){return bitLength(i^u-BigInt(1))}function onesCount(i){return i.toString(2).split("1").length-1}function bitLength(i){if(i===0n){return 0}return i.toString(2).length}function hashChildren(i,u){return A.crypto.digest("sha256",S,i,u)}function hashLeaf(i){return A.crypto.digest("sha256",C,i)}},2714:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.verifyTLogSET=verifyTLogSET;const A=p(83917);const g=p(36849);const C=p(97822);function verifyTLogSET(i,u){const p=(0,C.filterTLogAuthorities)(u,{logID:i.logId.keyId,targetDate:new Date(Number(i.integratedTime)*1e3)});const S=p.some((u=>{const p=toVerificationPayload(i);const g=Buffer.from(A.json.canonicalize(p),"utf8");const C=i.inclusionPromise.signedEntryTimestamp;return A.crypto.verify(g,u.publicKey,C)}));if(!S){throw new g.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}}function toVerificationPayload(i){const{integratedTime:u,logIndex:p,logId:A,canonicalizedBody:g}=i;return{body:g.toString("base64"),integratedTime:Number(u),logIndex:Number(p),logID:A.keyId.toString("hex")}}},19738:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.filterCertAuthorities=filterCertAuthorities;u.filterTLogAuthorities=filterTLogAuthorities;function filterCertAuthorities(i,u){return i.filter((i=>i.validFor.start<=u&&i.validFor.end>=u))}function filterTLogAuthorities(i,u){return i.filter((i=>{if(u.logID&&!i.logID.equals(u.logID)){return false}return i.validFor.start<=u.targetDate&&u.targetDate<=i.validFor.end}))}},97822:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.filterTLogAuthorities=u.filterCertAuthorities=void 0;u.toTrustMaterial=toTrustMaterial;const A=p(83917);const g=p(19654);const C=p(36849);const S=new Date(0);const w=new Date(864e13);var B=p(19738);Object.defineProperty(u,"filterCertAuthorities",{enumerable:true,get:function(){return B.filterCertAuthorities}});Object.defineProperty(u,"filterTLogAuthorities",{enumerable:true,get:function(){return B.filterTLogAuthorities}});function toTrustMaterial(i,u){const p=typeof u==="function"?u:keyLocator(u);return{certificateAuthorities:i.certificateAuthorities.map(createCertAuthority),timestampAuthorities:i.timestampAuthorities.map(createCertAuthority),tlogs:i.tlogs.map(createTLogAuthority),ctlogs:i.ctlogs.map(createTLogAuthority),publicKey:p}}function createTLogAuthority(i){const u=i.publicKey.keyDetails;const p=u===g.PublicKeyDetails.PKCS1_RSA_PKCS1V5||u===g.PublicKeyDetails.PKIX_RSA_PKCS1V5||u===g.PublicKeyDetails.PKIX_RSA_PKCS1V15_2048_SHA256||u===g.PublicKeyDetails.PKIX_RSA_PKCS1V15_3072_SHA256||u===g.PublicKeyDetails.PKIX_RSA_PKCS1V15_4096_SHA256?"pkcs1":"spki";return{baseURL:i.baseUrl,logID:i.checkpointKeyId?i.checkpointKeyId.keyId:i.logId.keyId,publicKey:A.crypto.createPublicKey(i.publicKey.rawBytes,p),validFor:{start:i.publicKey.validFor?.start||S,end:i.publicKey.validFor?.end||w}}}function createCertAuthority(i){return{certChain:i.certChain.certificates.map((i=>A.X509Certificate.parse(Buffer.from(i.rawBytes)))),validFor:{start:i.validFor?.start||S,end:i.validFor?.end||w}}}function keyLocator(i){return u=>{const p=(i||{})[u];if(!p){throw new C.VerificationError({code:"PUBLIC_KEY_ERROR",message:`key not found: ${u}`})}return{publicKey:A.crypto.createPublicKey(p.rawBytes),validFor:i=>(p.validFor?.start||S)<=i&&(p.validFor?.end||w)>=i}}}},74433:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Verifier=void 0;const A=p(39023);const g=p(36849);const C=p(53771);const S=p(88037);const w=p(27968);const B=p(38218);class Verifier{trustMaterial;options;constructor(i,u={}){this.trustMaterial=i;this.options={ctlogThreshold:u.ctlogThreshold??1,tlogThreshold:u.tlogThreshold??1,timestampThreshold:u.timestampThreshold??u.tsaThreshold??1,tsaThreshold:0}}verify(i,u){const p=this.verifyTimestamps(i);const A=this.verifySigningKey(i,p);this.verifyTLogs(i);this.verifySignature(i,A);if(u){this.verifyPolicy(u,A.identity||{})}return A}verifyTimestamps(i){let u=0;const p=i.timestamps.map((p=>{switch(p.$case){case"timestamp-authority":u++;return(0,w.getTSATimestamp)(p.timestamp,i.signature.signature,this.trustMaterial.timestampAuthorities);case"transparency-log":u++;return(0,w.getTLogTimestamp)(p.tlogEntry)}}));if(containsDupes(p)){throw new g.VerificationError({code:"TIMESTAMP_ERROR",message:"duplicate timestamp"})}if(u<this.options.timestampThreshold){throw new g.VerificationError({code:"TIMESTAMP_ERROR",message:`expected ${this.options.timestampThreshold} timestamps, got ${u}`})}return p.map((i=>i.timestamp))}verifySigningKey({key:i},u){switch(i.$case){case"public-key":{return(0,C.verifyPublicKey)(i.hint,u,this.trustMaterial)}case"certificate":{const p=(0,C.verifyCertificate)(i.certificate,u,this.trustMaterial);if(containsDupes(p.scts)){throw new g.VerificationError({code:"CERTIFICATE_ERROR",message:"duplicate SCT"})}if(p.scts.length<this.options.ctlogThreshold){throw new g.VerificationError({code:"CERTIFICATE_ERROR",message:`expected ${this.options.ctlogThreshold} SCTs, got ${p.scts.length}`})}return p.signer}}}verifyTLogs({signature:i,tlogEntries:u}){let p=0;u.forEach((u=>{p++;(0,B.verifyTLogInclusion)(u,this.trustMaterial.tlogs);(0,B.verifyTLogBody)(u,i)}));if(p<this.options.tlogThreshold){throw new g.VerificationError({code:"TLOG_ERROR",message:`expected ${this.options.tlogThreshold} tlog entries, got ${p}`})}}verifySignature(i,u){if(!i.signature.verifySignature(u.key)){throw new g.VerificationError({code:"SIGNATURE_ERROR",message:"signature verification failed"})}}verifyPolicy(i,u){if(i.subjectAlternativeName){(0,S.verifySubjectAlternativeName)(i.subjectAlternativeName,u.subjectAlternativeName)}if(i.extensions){(0,S.verifyExtensions)(i.extensions,u.extensions)}}}u.Verifier=Verifier;function containsDupes(i){for(let u=0;u<i.length;u++){for(let p=u+1;p<i.length;p++){if((0,A.isDeepStrictEqual)(i[u],i[p])){return true}}}return false}},65178:i=>{const u=",";const p=":";const A="[";const g="]";const C="{";const S="}";function canonicalize(i){const w=[];if(typeof i==="string"){w.push(canonicalizeString(i))}else if(typeof i==="boolean"){w.push(JSON.stringify(i))}else if(Number.isInteger(i)){w.push(JSON.stringify(i))}else if(i===null){w.push(JSON.stringify(i))}else if(Array.isArray(i)){w.push(A);let p=true;i.forEach((i=>{if(!p){w.push(u)}p=false;w.push(canonicalize(i))}));w.push(g)}else if(typeof i==="object"){w.push(C);let A=true;Object.keys(i).sort().forEach((g=>{if(!A){w.push(u)}A=false;w.push(canonicalizeString(g));w.push(p);w.push(canonicalize(i[g]))}));w.push(S)}else{throw new TypeError("cannot encode "+i.toString())}return w.join("")}function canonicalizeString(i){const u=i.replace(/\\/g,"\\\\").replace(/"/g,'\\"');return'"'+u+'"'}i.exports={canonicalize:canonicalize}},28883:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Signed=u.MetadataKind=void 0;u.isMetadataKind=isMetadataKind;const g=A(p(39023));const C=p(5494);const S=p(20846);const w=["1","0","31"];var B;(function(i){i["Root"]="root";i["Timestamp"]="timestamp";i["Snapshot"]="snapshot";i["Targets"]="targets"})(B||(u.MetadataKind=B={}));function isMetadataKind(i){return typeof i==="string"&&Object.values(B).includes(i)}class Signed{specVersion;expires;version;unrecognizedFields;constructor(i){this.specVersion=i.specVersion||w.join(".");const u=this.specVersion.split(".");if(!(u.length===2||u.length===3)||!u.every((i=>isNumeric(i)))){throw new C.ValueError("Failed to parse specVersion")}if(u[0]!=w[0]){throw new C.ValueError("Unsupported specVersion")}this.expires=i.expires;this.version=i.version;this.unrecognizedFields=i.unrecognizedFields||{}}equals(i){if(!(i instanceof Signed)){return false}return this.specVersion===i.specVersion&&this.expires===i.expires&&this.version===i.version&&g.default.isDeepStrictEqual(this.unrecognizedFields,i.unrecognizedFields)}isExpired(i){if(!i){i=new Date}return i>=new Date(this.expires)}static commonFieldsFromJSON(i){const{spec_version:u,expires:p,version:A,...g}=i;if(!S.guard.isDefined(u)){throw new C.ValueError("spec_version is not defined")}else if(typeof u!=="string"){throw new TypeError("spec_version must be a string")}if(!S.guard.isDefined(p)){throw new C.ValueError("expires is not defined")}else if(!(typeof p==="string")){throw new TypeError("expires must be a string")}if(!S.guard.isDefined(A)){throw new C.ValueError("version is not defined")}else if(!(typeof A==="number")){throw new TypeError("version must be a number")}return{specVersion:u,expires:p,version:A,unrecognizedFields:g}}}u.Signed=Signed;function isNumeric(i){return!isNaN(Number(i))}},84727:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Delegations=void 0;const g=A(p(39023));const C=p(5494);const S=p(53343);const w=p(55934);const B=p(20846);class Delegations{keys;roles;unrecognizedFields;succinctRoles;constructor(i){this.keys=i.keys;this.unrecognizedFields=i.unrecognizedFields||{};if(i.roles){if(Object.keys(i.roles).some((i=>w.TOP_LEVEL_ROLE_NAMES.includes(i)))){throw new C.ValueError("Delegated role name conflicts with top-level role name")}}this.succinctRoles=i.succinctRoles;this.roles=i.roles}equals(i){if(!(i instanceof Delegations)){return false}return g.default.isDeepStrictEqual(this.keys,i.keys)&&g.default.isDeepStrictEqual(this.roles,i.roles)&&g.default.isDeepStrictEqual(this.unrecognizedFields,i.unrecognizedFields)&&g.default.isDeepStrictEqual(this.succinctRoles,i.succinctRoles)}*rolesForTarget(i){if(this.roles){for(const u of Object.values(this.roles)){if(u.isDelegatedPath(i)){yield{role:u.name,terminating:u.terminating}}}}else if(this.succinctRoles){yield{role:this.succinctRoles.getRoleForTarget(i),terminating:true}}}toJSON(){const i={keys:keysToJSON(this.keys),...this.unrecognizedFields};if(this.roles){i.roles=rolesToJSON(this.roles)}else if(this.succinctRoles){i.succinct_roles=this.succinctRoles.toJSON()}return i}static fromJSON(i){const{keys:u,roles:p,succinct_roles:A,...g}=i;let C;if(B.guard.isObject(A)){C=w.SuccinctRoles.fromJSON(A)}return new Delegations({keys:keysFromJSON(u),roles:rolesFromJSON(p),unrecognizedFields:g,succinctRoles:C})}}u.Delegations=Delegations;function keysToJSON(i){return Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:p.toJSON()})),{})}function rolesToJSON(i){return Object.values(i).map((i=>i.toJSON()))}function keysFromJSON(i){if(!B.guard.isObjectRecord(i)){throw new TypeError("keys is malformed")}return Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:S.Key.fromJSON(u,p)})),{})}function rolesFromJSON(i){let u;if(B.guard.isDefined(i)){if(!B.guard.isObjectArray(i)){throw new TypeError("roles is malformed")}u=i.reduce(((i,u)=>{const p=w.DelegatedRole.fromJSON(u);return{...i,[p.name]:p}}),{})}return u}},5494:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.UnsupportedAlgorithmError=u.CryptoError=u.LengthOrHashMismatchError=u.UnsignedMetadataError=u.RepositoryError=u.ValueError=void 0;class ValueError extends Error{}u.ValueError=ValueError;class RepositoryError extends Error{}u.RepositoryError=RepositoryError;class UnsignedMetadataError extends RepositoryError{}u.UnsignedMetadataError=UnsignedMetadataError;class LengthOrHashMismatchError extends RepositoryError{}u.LengthOrHashMismatchError=LengthOrHashMismatchError;class CryptoError extends Error{}u.CryptoError=CryptoError;class UnsupportedAlgorithmError extends CryptoError{}u.UnsupportedAlgorithmError=UnsupportedAlgorithmError},76708:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.TargetFile=u.MetaFile=void 0;const g=A(p(76982));const C=A(p(39023));const S=p(5494);const w=p(20846);class MetaFile{version;length;hashes;unrecognizedFields;constructor(i){if(i.version<=0){throw new S.ValueError("Metafile version must be at least 1")}if(i.length!==undefined){validateLength(i.length)}this.version=i.version;this.length=i.length;this.hashes=i.hashes;this.unrecognizedFields=i.unrecognizedFields||{}}equals(i){if(!(i instanceof MetaFile)){return false}return this.version===i.version&&this.length===i.length&&C.default.isDeepStrictEqual(this.hashes,i.hashes)&&C.default.isDeepStrictEqual(this.unrecognizedFields,i.unrecognizedFields)}verify(i){if(this.length!==undefined){if(i.length!==this.length){throw new S.LengthOrHashMismatchError(`Expected length ${this.length} but got ${i.length}`)}}if(this.hashes){Object.entries(this.hashes).forEach((([u,p])=>{let A;try{A=g.default.createHash(u)}catch(i){throw new S.LengthOrHashMismatchError(`Hash algorithm ${u} not supported`)}const C=A.update(i).digest("hex");if(C!==p){throw new S.LengthOrHashMismatchError(`Expected hash ${p} but got ${C}`)}}))}}toJSON(){const i={version:this.version,...this.unrecognizedFields};if(this.length!==undefined){i.length=this.length}if(this.hashes){i.hashes=this.hashes}return i}static fromJSON(i){const{version:u,length:p,hashes:A,...g}=i;if(typeof u!=="number"){throw new TypeError("version must be a number")}if(w.guard.isDefined(p)&&typeof p!=="number"){throw new TypeError("length must be a number")}if(w.guard.isDefined(A)&&!w.guard.isStringRecord(A)){throw new TypeError("hashes must be string keys and values")}return new MetaFile({version:u,length:p,hashes:A,unrecognizedFields:g})}}u.MetaFile=MetaFile;class TargetFile{length;path;hashes;unrecognizedFields;constructor(i){validateLength(i.length);this.length=i.length;this.path=i.path;this.hashes=i.hashes;this.unrecognizedFields=i.unrecognizedFields||{}}get custom(){const i=this.unrecognizedFields["custom"];if(!i||Array.isArray(i)||!(typeof i==="object")){return{}}return i}equals(i){if(!(i instanceof TargetFile)){return false}return this.length===i.length&&this.path===i.path&&C.default.isDeepStrictEqual(this.hashes,i.hashes)&&C.default.isDeepStrictEqual(this.unrecognizedFields,i.unrecognizedFields)}async verify(i){let u=0;const p=Object.keys(this.hashes).reduce(((i,u)=>{try{i[u]=g.default.createHash(u)}catch(i){throw new S.LengthOrHashMismatchError(`Hash algorithm ${u} not supported`)}return i}),{});for await(const A of i){u+=A.length;Object.values(p).forEach((i=>{i.update(A)}))}if(u!==this.length){throw new S.LengthOrHashMismatchError(`Expected length ${this.length} but got ${u}`)}Object.entries(p).forEach((([i,u])=>{const p=this.hashes[i];const A=u.digest("hex");if(A!==p){throw new S.LengthOrHashMismatchError(`Expected hash ${p} but got ${A}`)}}))}toJSON(){return{length:this.length,hashes:this.hashes,...this.unrecognizedFields}}static fromJSON(i,u){const{length:p,hashes:A,...g}=u;if(typeof p!=="number"){throw new TypeError("length must be a number")}if(!w.guard.isStringRecord(A)){throw new TypeError("hashes must have string keys and values")}return new TargetFile({length:p,path:i,hashes:A,unrecognizedFields:g})}}u.TargetFile=TargetFile;function validateLength(i){if(i<0){throw new S.ValueError("Length must be at least 0")}}},68908:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Timestamp=u.Targets=u.Snapshot=u.Signature=u.Root=u.Metadata=u.Key=u.TargetFile=u.MetaFile=u.ValueError=u.MetadataKind=void 0;var A=p(28883);Object.defineProperty(u,"MetadataKind",{enumerable:true,get:function(){return A.MetadataKind}});var g=p(5494);Object.defineProperty(u,"ValueError",{enumerable:true,get:function(){return g.ValueError}});var C=p(76708);Object.defineProperty(u,"MetaFile",{enumerable:true,get:function(){return C.MetaFile}});Object.defineProperty(u,"TargetFile",{enumerable:true,get:function(){return C.TargetFile}});var S=p(53343);Object.defineProperty(u,"Key",{enumerable:true,get:function(){return S.Key}});var w=p(86555);Object.defineProperty(u,"Metadata",{enumerable:true,get:function(){return w.Metadata}});var B=p(8946);Object.defineProperty(u,"Root",{enumerable:true,get:function(){return B.Root}});var v=p(50874);Object.defineProperty(u,"Signature",{enumerable:true,get:function(){return v.Signature}});var N=p(59386);Object.defineProperty(u,"Snapshot",{enumerable:true,get:function(){return N.Snapshot}});var T=p(46150);Object.defineProperty(u,"Targets",{enumerable:true,get:function(){return T.Targets}});var Q=p(81796);Object.defineProperty(u,"Timestamp",{enumerable:true,get:function(){return Q.Timestamp}})},53343:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Key=void 0;const g=A(p(39023));const C=p(5494);const S=p(20846);const w=p(86361);class Key{keyID;keyType;scheme;keyVal;unrecognizedFields;constructor(i){const{keyID:u,keyType:p,scheme:A,keyVal:g,unrecognizedFields:C}=i;this.keyID=u;this.keyType=p;this.scheme=A;this.keyVal=g;this.unrecognizedFields=C||{}}verifySignature(i){const u=i.signatures[this.keyID];if(!u)throw new C.UnsignedMetadataError("no signature for key found in metadata");if(!this.keyVal.public)throw new C.UnsignedMetadataError("no public key found");const p=(0,w.getPublicKey)({keyType:this.keyType,scheme:this.scheme,keyVal:this.keyVal.public});const A=i.signed.toJSON();try{if(!S.crypto.verifySignature(A,p,u.sig)){throw new C.UnsignedMetadataError(`failed to verify ${this.keyID} signature`)}}catch(i){if(i instanceof C.UnsignedMetadataError){throw i}throw new C.UnsignedMetadataError(`failed to verify ${this.keyID} signature`)}}equals(i){if(!(i instanceof Key)){return false}return this.keyID===i.keyID&&this.keyType===i.keyType&&this.scheme===i.scheme&&g.default.isDeepStrictEqual(this.keyVal,i.keyVal)&&g.default.isDeepStrictEqual(this.unrecognizedFields,i.unrecognizedFields)}toJSON(){return{keytype:this.keyType,scheme:this.scheme,keyval:this.keyVal,...this.unrecognizedFields}}static fromJSON(i,u){const{keytype:p,scheme:A,keyval:g,...C}=u;if(typeof p!=="string"){throw new TypeError("keytype must be a string")}if(typeof A!=="string"){throw new TypeError("scheme must be a string")}if(!S.guard.isStringRecord(g)){throw new TypeError("keyval must be a string record")}return new Key({keyID:i,keyType:p,scheme:A,keyVal:g,unrecognizedFields:C})}}u.Key=Key},86555:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Metadata=void 0;const g=p(65178);const C=A(p(39023));const S=p(28883);const w=p(5494);const B=p(8946);const v=p(50874);const N=p(59386);const T=p(46150);const Q=p(81796);const x=p(20846);class Metadata{signed;signatures;unrecognizedFields;constructor(i,u,p){this.signed=i;this.signatures=u||{};this.unrecognizedFields=p||{}}sign(i,u=true){const p=Buffer.from((0,g.canonicalize)(this.signed.toJSON()));const A=i(p);if(!u){this.signatures={}}this.signatures[A.keyID]=A}verifyDelegate(i,u){let p;let A={};switch(this.signed.type){case S.MetadataKind.Root:A=this.signed.keys;p=this.signed.roles[i];break;case S.MetadataKind.Targets:if(!this.signed.delegations){throw new w.ValueError(`No delegations found for ${i}`)}A=this.signed.delegations.keys;if(this.signed.delegations.roles){p=this.signed.delegations.roles[i]}else if(this.signed.delegations.succinctRoles){if(this.signed.delegations.succinctRoles.isDelegatedRole(i)){p=this.signed.delegations.succinctRoles}}break;default:throw new TypeError("invalid metadata type")}if(!p){throw new w.ValueError(`no delegation found for ${i}`)}const g=new Set;p.keyIDs.forEach((i=>{const p=A[i];if(!p){return}try{p.verifySignature(u);g.add(p.keyID)}catch(i){}}));if(g.size<p.threshold){throw new w.UnsignedMetadataError(`${i} was signed by ${g.size}/${p.threshold} keys`)}}equals(i){if(!(i instanceof Metadata)){return false}return this.signed.equals(i.signed)&&C.default.isDeepStrictEqual(this.signatures,i.signatures)&&C.default.isDeepStrictEqual(this.unrecognizedFields,i.unrecognizedFields)}toJSON(){const i=Object.values(this.signatures).map((i=>i.toJSON()));return{signatures:i,signed:this.signed.toJSON(),...this.unrecognizedFields}}static fromJSON(i,u){const{signed:p,signatures:A,...g}=u;if(!x.guard.isDefined(p)||!x.guard.isObject(p)){throw new TypeError("signed is not defined")}if(i!==p._type){throw new w.ValueError(`expected '${i}', got ${p["_type"]}`)}if(!x.guard.isObjectArray(A)){throw new TypeError("signatures is not an array")}let C;switch(i){case S.MetadataKind.Root:C=B.Root.fromJSON(p);break;case S.MetadataKind.Timestamp:C=Q.Timestamp.fromJSON(p);break;case S.MetadataKind.Snapshot:C=N.Snapshot.fromJSON(p);break;case S.MetadataKind.Targets:C=T.Targets.fromJSON(p);break;default:throw new TypeError("invalid metadata type")}const _={};A.forEach((i=>{const u=v.Signature.fromJSON(i);if(_[u.keyID]){throw new w.ValueError(`multiple signatures found for keyid: ${u.keyID}`)}_[u.keyID]=u}));return new Metadata(C,_,g)}}u.Metadata=Metadata},55934:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.SuccinctRoles=u.DelegatedRole=u.Role=u.TOP_LEVEL_ROLE_NAMES=void 0;const g=A(p(76982));const C=p(61956);const S=A(p(39023));const w=p(5494);const B=p(20846);u.TOP_LEVEL_ROLE_NAMES=["root","targets","snapshot","timestamp"];class Role{keyIDs;threshold;unrecognizedFields;constructor(i){const{keyIDs:u,threshold:p,unrecognizedFields:A}=i;if(hasDuplicates(u)){throw new w.ValueError("duplicate key IDs found")}if(p<1){throw new w.ValueError("threshold must be at least 1")}this.keyIDs=u;this.threshold=p;this.unrecognizedFields=A||{}}equals(i){if(!(i instanceof Role)){return false}return this.threshold===i.threshold&&S.default.isDeepStrictEqual(this.keyIDs,i.keyIDs)&&S.default.isDeepStrictEqual(this.unrecognizedFields,i.unrecognizedFields)}toJSON(){return{keyids:this.keyIDs,threshold:this.threshold,...this.unrecognizedFields}}static fromJSON(i){const{keyids:u,threshold:p,...A}=i;if(!B.guard.isStringArray(u)){throw new TypeError("keyids must be an array")}if(typeof p!=="number"){throw new TypeError("threshold must be a number")}return new Role({keyIDs:u,threshold:p,unrecognizedFields:A})}}u.Role=Role;function hasDuplicates(i){return new Set(i).size!==i.length}class DelegatedRole extends Role{name;terminating;paths;pathHashPrefixes;constructor(i){super(i);const{name:u,terminating:p,paths:A,pathHashPrefixes:g}=i;this.name=u;this.terminating=p;if(i.paths&&i.pathHashPrefixes){throw new w.ValueError("paths and pathHashPrefixes are mutually exclusive")}this.paths=A;this.pathHashPrefixes=g}equals(i){if(!(i instanceof DelegatedRole)){return false}return super.equals(i)&&this.name===i.name&&this.terminating===i.terminating&&S.default.isDeepStrictEqual(this.paths,i.paths)&&S.default.isDeepStrictEqual(this.pathHashPrefixes,i.pathHashPrefixes)}isDelegatedPath(i){if(this.paths){return this.paths.some((u=>isTargetInPathPattern(i,u)))}if(this.pathHashPrefixes){const u=g.default.createHash("sha256");const p=u.update(i).digest("hex");return this.pathHashPrefixes.some((i=>p.startsWith(i)))}return false}toJSON(){const i={...super.toJSON(),name:this.name,terminating:this.terminating};if(this.paths){i.paths=this.paths}if(this.pathHashPrefixes){i.path_hash_prefixes=this.pathHashPrefixes}return i}static fromJSON(i){const{keyids:u,threshold:p,name:A,terminating:g,paths:C,path_hash_prefixes:S,...w}=i;if(!B.guard.isStringArray(u)){throw new TypeError("keyids must be an array of strings")}if(typeof p!=="number"){throw new TypeError("threshold must be a number")}if(typeof A!=="string"){throw new TypeError("name must be a string")}if(typeof g!=="boolean"){throw new TypeError("terminating must be a boolean")}if(B.guard.isDefined(C)&&!B.guard.isStringArray(C)){throw new TypeError("paths must be an array of strings")}if(B.guard.isDefined(S)&&!B.guard.isStringArray(S)){throw new TypeError("path_hash_prefixes must be an array of strings")}return new DelegatedRole({keyIDs:u,threshold:p,name:A,terminating:g,paths:C,pathHashPrefixes:S,unrecognizedFields:w})}}u.DelegatedRole=DelegatedRole;const zip=(i,u)=>i.map(((i,p)=>[i,u[p]]));function isTargetInPathPattern(i,u){const p=i.split("/");const A=u.split("/");if(A.length!=p.length){return false}return zip(p,A).every((([i,u])=>(0,C.minimatch)(i,u)))}class SuccinctRoles extends Role{bitLength;namePrefix;numberOfBins;suffixLen;constructor(i){super(i);const{bitLength:u,namePrefix:p}=i;if(u<=0||u>32){throw new w.ValueError("bitLength must be between 1 and 32")}this.bitLength=u;this.namePrefix=p;this.numberOfBins=Math.pow(2,u);this.suffixLen=(this.numberOfBins-1).toString(16).length}equals(i){if(!(i instanceof SuccinctRoles)){return false}return super.equals(i)&&this.bitLength===i.bitLength&&this.namePrefix===i.namePrefix}getRoleForTarget(i){const u=g.default.createHash("sha256");const p=u.update(i).digest();const A=p.subarray(0,4);const C=32-this.bitLength;const S=A.readUInt32BE()>>>C;const w=S.toString(16).padStart(this.suffixLen,"0");return`${this.namePrefix}-${w}`}*getRoles(){for(let i=0;i<this.numberOfBins;i++){const u=i.toString(16).padStart(this.suffixLen,"0");yield`${this.namePrefix}-${u}`}}isDelegatedRole(i){const u=this.namePrefix+"-";if(!i.startsWith(u)){return false}const p=i.slice(u.length,i.length);if(p.length!=this.suffixLen){return false}if(!p.match(/^[0-9a-fA-F]+$/)){return false}const A=parseInt(p,16);return 0<=A&&A<this.numberOfBins}toJSON(){const i={...super.toJSON(),bit_length:this.bitLength,name_prefix:this.namePrefix};return i}static fromJSON(i){const{keyids:u,threshold:p,bit_length:A,name_prefix:g,...C}=i;if(!B.guard.isStringArray(u)){throw new TypeError("keyids must be an array of strings")}if(typeof p!=="number"){throw new TypeError("threshold must be a number")}if(typeof A!=="number"){throw new TypeError("bit_length must be a number")}if(typeof g!=="string"){throw new TypeError("name_prefix must be a string")}return new SuccinctRoles({keyIDs:u,threshold:p,bitLength:A,namePrefix:g,unrecognizedFields:C})}}u.SuccinctRoles=SuccinctRoles},8946:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Root=void 0;const g=A(p(39023));const C=p(28883);const S=p(5494);const w=p(53343);const B=p(55934);const v=p(20846);class Root extends C.Signed{type=C.MetadataKind.Root;keys;roles;consistentSnapshot;constructor(i){super(i);this.keys=i.keys||{};this.consistentSnapshot=i.consistentSnapshot??true;if(!i.roles){this.roles=B.TOP_LEVEL_ROLE_NAMES.reduce(((i,u)=>({...i,[u]:new B.Role({keyIDs:[],threshold:1})})),{})}else{const u=new Set(Object.keys(i.roles));if(!B.TOP_LEVEL_ROLE_NAMES.every((i=>u.has(i)))){throw new S.ValueError("missing top-level role")}this.roles=i.roles}}addKey(i,u){if(!this.roles[u]){throw new S.ValueError(`role ${u} does not exist`)}if(!this.roles[u].keyIDs.includes(i.keyID)){this.roles[u].keyIDs.push(i.keyID)}this.keys[i.keyID]=i}equals(i){if(!(i instanceof Root)){return false}return super.equals(i)&&this.consistentSnapshot===i.consistentSnapshot&&g.default.isDeepStrictEqual(this.keys,i.keys)&&g.default.isDeepStrictEqual(this.roles,i.roles)}toJSON(){return{_type:this.type,spec_version:this.specVersion,version:this.version,expires:this.expires,keys:keysToJSON(this.keys),roles:rolesToJSON(this.roles),consistent_snapshot:this.consistentSnapshot,...this.unrecognizedFields}}static fromJSON(i){const{unrecognizedFields:u,...p}=C.Signed.commonFieldsFromJSON(i);const{keys:A,roles:g,consistent_snapshot:S,...w}=u;if(typeof S!=="boolean"){throw new TypeError("consistent_snapshot must be a boolean")}return new Root({...p,keys:keysFromJSON(A),roles:rolesFromJSON(g),consistentSnapshot:S,unrecognizedFields:w})}}u.Root=Root;function keysToJSON(i){return Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:p.toJSON()})),{})}function rolesToJSON(i){return Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:p.toJSON()})),{})}function keysFromJSON(i){let u;if(v.guard.isDefined(i)){if(!v.guard.isObjectRecord(i)){throw new TypeError("keys must be an object")}u=Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:w.Key.fromJSON(u,p)})),{})}return u}function rolesFromJSON(i){let u;if(v.guard.isDefined(i)){if(!v.guard.isObjectRecord(i)){throw new TypeError("roles must be an object")}u=Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:B.Role.fromJSON(p)})),{})}return u}},50874:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.Signature=void 0;class Signature{keyID;sig;constructor(i){const{keyID:u,sig:p}=i;this.keyID=u;this.sig=p}toJSON(){return{keyid:this.keyID,sig:this.sig}}static fromJSON(i){const{keyid:u,sig:p}=i;if(typeof u!=="string"){throw new TypeError("keyid must be a string")}if(typeof p!=="string"){throw new TypeError("sig must be a string")}return new Signature({keyID:u,sig:p})}}u.Signature=Signature},59386:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Snapshot=void 0;const g=A(p(39023));const C=p(28883);const S=p(76708);const w=p(20846);class Snapshot extends C.Signed{type=C.MetadataKind.Snapshot;meta;constructor(i){super(i);this.meta=i.meta||{"targets.json":new S.MetaFile({version:1})}}equals(i){if(!(i instanceof Snapshot)){return false}return super.equals(i)&&g.default.isDeepStrictEqual(this.meta,i.meta)}toJSON(){return{_type:this.type,meta:metaToJSON(this.meta),spec_version:this.specVersion,version:this.version,expires:this.expires,...this.unrecognizedFields}}static fromJSON(i){const{unrecognizedFields:u,...p}=C.Signed.commonFieldsFromJSON(i);const{meta:A,...g}=u;return new Snapshot({...p,meta:metaFromJSON(A),unrecognizedFields:g})}}u.Snapshot=Snapshot;function metaToJSON(i){return Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:p.toJSON()})),{})}function metaFromJSON(i){let u;if(w.guard.isDefined(i)){if(!w.guard.isObjectRecord(i)){throw new TypeError("meta field is malformed")}else{u=Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:S.MetaFile.fromJSON(p)})),{})}}return u}},46150:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Targets=void 0;const g=A(p(39023));const C=p(28883);const S=p(84727);const w=p(76708);const B=p(20846);class Targets extends C.Signed{type=C.MetadataKind.Targets;targets;delegations;constructor(i){super(i);this.targets=i.targets||{};this.delegations=i.delegations}addTarget(i){this.targets[i.path]=i}equals(i){if(!(i instanceof Targets)){return false}return super.equals(i)&&g.default.isDeepStrictEqual(this.targets,i.targets)&&g.default.isDeepStrictEqual(this.delegations,i.delegations)}toJSON(){const i={_type:this.type,spec_version:this.specVersion,version:this.version,expires:this.expires,targets:targetsToJSON(this.targets),...this.unrecognizedFields};if(this.delegations){i.delegations=this.delegations.toJSON()}return i}static fromJSON(i){const{unrecognizedFields:u,...p}=C.Signed.commonFieldsFromJSON(i);const{targets:A,delegations:g,...S}=u;return new Targets({...p,targets:targetsFromJSON(A),delegations:delegationsFromJSON(g),unrecognizedFields:S})}}u.Targets=Targets;function targetsToJSON(i){return Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:p.toJSON()})),{})}function targetsFromJSON(i){let u;if(B.guard.isDefined(i)){if(!B.guard.isObjectRecord(i)){throw new TypeError("targets must be an object")}else{u=Object.entries(i).reduce(((i,[u,p])=>({...i,[u]:w.TargetFile.fromJSON(u,p)})),{})}}return u}function delegationsFromJSON(i){let u;if(B.guard.isDefined(i)){if(!B.guard.isObject(i)){throw new TypeError("delegations must be an object")}else{u=S.Delegations.fromJSON(i)}}return u}},81796:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Timestamp=void 0;const A=p(28883);const g=p(76708);const C=p(20846);class Timestamp extends A.Signed{type=A.MetadataKind.Timestamp;snapshotMeta;constructor(i){super(i);this.snapshotMeta=i.snapshotMeta||new g.MetaFile({version:1})}equals(i){if(!(i instanceof Timestamp)){return false}return super.equals(i)&&this.snapshotMeta.equals(i.snapshotMeta)}toJSON(){return{_type:this.type,spec_version:this.specVersion,version:this.version,expires:this.expires,meta:{"snapshot.json":this.snapshotMeta.toJSON()},...this.unrecognizedFields}}static fromJSON(i){const{unrecognizedFields:u,...p}=A.Signed.commonFieldsFromJSON(i);const{meta:g,...C}=u;return new Timestamp({...p,snapshotMeta:snapshotMetaFromJSON(g),unrecognizedFields:C})}}u.Timestamp=Timestamp;function snapshotMetaFromJSON(i){let u;if(C.guard.isDefined(i)){const p=i["snapshot.json"];if(!C.guard.isDefined(p)||!C.guard.isObject(p)){throw new TypeError("missing snapshot.json in meta")}else{u=g.MetaFile.fromJSON(p)}}return u}},37915:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.isDefined=isDefined;u.isObject=isObject;u.isStringArray=isStringArray;u.isObjectArray=isObjectArray;u.isStringRecord=isStringRecord;u.isObjectRecord=isObjectRecord;function isDefined(i){return i!==undefined}function isObject(i){return typeof i==="object"&&i!==null}function isStringArray(i){return Array.isArray(i)&&i.every((i=>typeof i==="string"))}function isObjectArray(i){return Array.isArray(i)&&i.every(isObject)}function isStringRecord(i){return typeof i==="object"&&i!==null&&Object.keys(i).every((i=>typeof i==="string"))&&Object.values(i).every((i=>typeof i==="string"))}function isObjectRecord(i){return typeof i==="object"&&i!==null&&Object.keys(i).every((i=>typeof i==="string"))&&Object.values(i).every((i=>typeof i==="object"&&i!==null))}},20846:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();Object.defineProperty(u,"__esModule",{value:true});u.crypto=u.guard=void 0;u.guard=C(p(37915));u.crypto=C(p(64405))},86361:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.getPublicKey=getPublicKey;const g=A(p(76982));const C=p(5494);const S=p(10334);const w=48;const B=3;const v=0;const N="1.3.101.112";const T="1.2.840.10045.2.1";const Q="1.2.840.10045.3.1.7";const x="-----BEGIN PUBLIC KEY-----";function getPublicKey(i){switch(i.keyType){case"rsa":return getRSAPublicKey(i);case"ed25519":return getED25519PublicKey(i);case"ecdsa":case"ecdsa-sha2-nistp256":case"ecdsa-sha2-nistp384":return getECDCSAPublicKey(i);default:throw new C.UnsupportedAlgorithmError(`Unsupported key type: ${i.keyType}`)}}function getRSAPublicKey(i){if(!i.keyVal.startsWith(x)){throw new C.CryptoError("Invalid key format")}const u=g.default.createPublicKey(i.keyVal);switch(i.scheme){case"rsassa-pss-sha256":return{key:u,padding:g.default.constants.RSA_PKCS1_PSS_PADDING};default:throw new C.UnsupportedAlgorithmError(`Unsupported RSA scheme: ${i.scheme}`)}}function getED25519PublicKey(i){let u;if(i.keyVal.startsWith(x)){u=g.default.createPublicKey(i.keyVal)}else{if(!isHex(i.keyVal)){throw new C.CryptoError("Invalid key format")}u=g.default.createPublicKey({key:_.hexToDER(i.keyVal),format:"der",type:"spki"})}return{key:u}}function getECDCSAPublicKey(i){let u;if(i.keyVal.startsWith(x)){u=g.default.createPublicKey(i.keyVal)}else{if(!isHex(i.keyVal)){throw new C.CryptoError("Invalid key format")}u=g.default.createPublicKey({key:k.hexToDER(i.keyVal),format:"der",type:"spki"})}return{key:u}}const _={hexToDER:i=>{const u=Buffer.from(i,"hex");const p=(0,S.encodeOIDString)(N);const A=Buffer.concat([Buffer.concat([Buffer.from([w]),Buffer.from([p.length]),p]),Buffer.concat([Buffer.from([B]),Buffer.from([u.length+1]),Buffer.from([v]),u])]);const g=Buffer.concat([Buffer.from([w]),Buffer.from([A.length]),A]);return g}};const k={hexToDER:i=>{const u=Buffer.from(i,"hex");const p=Buffer.concat([Buffer.from([B]),Buffer.from([u.length+1]),Buffer.from([v]),u]);const A=Buffer.concat([(0,S.encodeOIDString)(T),(0,S.encodeOIDString)(Q)]);const g=Buffer.concat([Buffer.from([w]),Buffer.from([A.length]),A]);const C=Buffer.concat([Buffer.from([w]),Buffer.from([g.length+p.length]),g,p]);return C}};const isHex=i=>/^[0-9a-fA-F]+$/.test(i)},10334:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.encodeOIDString=encodeOIDString;const p=6;function encodeOIDString(i){const u=i.split(".");const A=parseInt(u[0],10)*40+parseInt(u[1],10);const g=[];u.slice(2).forEach((i=>{const u=encodeVariableLengthInteger(parseInt(i,10));g.push(...u)}));const C=Buffer.from([A,...g]);return Buffer.from([p,C.length,...C])}function encodeVariableLengthInteger(i){const u=[];let p=0;while(i>0){u.unshift(i&127|p);i>>=7;p=128}return u}},64405:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.verifySignature=void 0;const g=p(65178);const C=A(p(76982));const verifySignature=(i,u,p)=>{const A=Buffer.from((0,g.canonicalize)(i));return C.default.verify(undefined,A,u,Buffer.from(p,"hex"))};u.verifySignature=verifySignature},90868:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};Object.defineProperty(u,"__esModule",{value:true});u.req=u.json=u.toBuffer=void 0;const S=C(p(58611));const w=C(p(65692));async function toBuffer(i){let u=0;const p=[];for await(const A of i){u+=A.length;p.push(A)}return Buffer.concat(p,u)}u.toBuffer=toBuffer;async function json(i){const u=await toBuffer(i);const p=u.toString("utf8");try{return JSON.parse(p)}catch(i){const u=i;u.message+=` (input: ${p})`;throw u}}u.json=json;function req(i,u={}){const p=typeof i==="string"?i:i.href;const A=(p.startsWith("https:")?w:S).request(i,u);const g=new Promise(((i,u)=>{A.once("response",i).once("error",u).end()}));A.then=g.then.bind(g);return A}u.req=req},35209:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};var S=this&&this.__exportStar||function(i,u){for(var p in i)if(p!=="default"&&!Object.prototype.hasOwnProperty.call(u,p))A(u,i,p)};Object.defineProperty(u,"__esModule",{value:true});u.Agent=void 0;const w=C(p(69278));const B=C(p(58611));const v=p(65692);S(p(90868),u);const N=Symbol("AgentBaseInternalState");class Agent extends B.Agent{constructor(i){super(i);this[N]={}}isSecureEndpoint(i){if(i){if(typeof i.secureEndpoint==="boolean"){return i.secureEndpoint}if(typeof i.protocol==="string"){return i.protocol==="https:"}}const{stack:u}=new Error;if(typeof u!=="string")return false;return u.split("\n").some((i=>i.indexOf("(https.js:")!==-1||i.indexOf("node:https:")!==-1))}incrementSockets(i){if(this.maxSockets===Infinity&&this.maxTotalSockets===Infinity){return null}if(!this.sockets[i]){this.sockets[i]=[]}const u=new w.Socket({writable:false});this.sockets[i].push(u);this.totalSocketCount++;return u}decrementSockets(i,u){if(!this.sockets[i]||u===null){return}const p=this.sockets[i];const A=p.indexOf(u);if(A!==-1){p.splice(A,1);this.totalSocketCount--;if(p.length===0){delete this.sockets[i]}}}getName(i){const u=this.isSecureEndpoint(i);if(u){return v.Agent.prototype.getName.call(this,i)}return super.getName(i)}createSocket(i,u,p){const A={...u,secureEndpoint:this.isSecureEndpoint(u)};const g=this.getName(A);const C=this.incrementSockets(g);Promise.resolve().then((()=>this.connect(i,A))).then((S=>{this.decrementSockets(g,C);if(S instanceof B.Agent){try{return S.addRequest(i,A)}catch(i){return p(i)}}this[N].currentSocket=S;super.createSocket(i,u,p)}),(i=>{this.decrementSockets(g,C);p(i)}))}createConnection(){const i=this[N].currentSocket;this[N].currentSocket=undefined;if(!i){throw new Error("No socket was returned in the `connect()` function")}return i}get defaultPort(){return this[N].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(i){if(this[N]){this[N].defaultPort=i}}get protocol(){return this[N].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(i){if(this[N]){this[N].protocol=i}}}u.Agent=Agent},15588:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.HttpsProxyAgent=void 0;const w=C(p(69278));const B=C(p(64756));const v=S(p(42613));const N=S(p(2830));const T=p(35209);const Q=p(87016);const x=p(51632);const _=(0,N.default)("https-proxy-agent");const setServernameFromNonIpHost=i=>{if(i.servername===undefined&&i.host&&!w.isIP(i.host)){return{...i,servername:i.host}}return i};class HttpsProxyAgent extends T.Agent{constructor(i,u){super(u);this.options={path:undefined};this.proxy=typeof i==="string"?new Q.URL(i):i;this.proxyHeaders=u?.headers??{};_("Creating new HttpsProxyAgent instance: %o",this.proxy.href);const p=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,"");const A=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...u?omit(u,"headers"):null,host:p,port:A}}async connect(i,u){const{proxy:p}=this;if(!u.host){throw new TypeError('No "host" provided')}let A;if(p.protocol==="https:"){_("Creating `tls.Socket`: %o",this.connectOpts);A=B.connect(setServernameFromNonIpHost(this.connectOpts))}else{_("Creating `net.Socket`: %o",this.connectOpts);A=w.connect(this.connectOpts)}const g=typeof this.proxyHeaders==="function"?this.proxyHeaders():{...this.proxyHeaders};const C=w.isIPv6(u.host)?`[${u.host}]`:u.host;let S=`CONNECT ${C}:${u.port} HTTP/1.1\r\n`;if(p.username||p.password){const i=`${decodeURIComponent(p.username)}:${decodeURIComponent(p.password)}`;g["Proxy-Authorization"]=`Basic ${Buffer.from(i).toString("base64")}`}g.Host=`${C}:${u.port}`;if(!g["Proxy-Connection"]){g["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close"}for(const i of Object.keys(g)){S+=`${i}: ${g[i]}\r\n`}const N=(0,x.parseProxyResponse)(A);A.write(`${S}\r\n`);const{connect:T,buffered:Q}=await N;i.emit("proxyConnect",T);this.emit("proxyConnect",T,i);if(T.statusCode===200){i.once("socket",resume);if(u.secureEndpoint){_("Upgrading socket connection to TLS");return B.connect({...omit(setServernameFromNonIpHost(u),"host","path","port"),socket:A})}return A}A.destroy();const k=new w.Socket({writable:false});k.readable=true;i.once("socket",(i=>{_("Replaying proxy buffer for failed request");(0,v.default)(i.listenerCount("data")>0);i.push(Q);i.push(null)}));return k}}HttpsProxyAgent.protocols=["http","https"];u.HttpsProxyAgent=HttpsProxyAgent;function resume(i){i.resume()}function omit(i,...u){const p={};let A;for(A in i){if(!u.includes(A)){p[A]=i[A]}}return p}},51632:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.parseProxyResponse=void 0;const g=A(p(2830));const C=(0,g.default)("https-proxy-agent:parse-proxy-response");function parseProxyResponse(i){return new Promise(((u,p)=>{let A=0;const g=[];function read(){const u=i.read();if(u)ondata(u);else i.once("readable",read)}function cleanup(){i.removeListener("end",onend);i.removeListener("error",onerror);i.removeListener("readable",read)}function onend(){cleanup();C("onend");p(new Error("Proxy connection ended before receiving CONNECT response"))}function onerror(i){cleanup();C("onerror %o",i);p(i)}function ondata(S){g.push(S);A+=S.length;const w=Buffer.concat(g,A);const B=w.indexOf("\r\n\r\n");if(B===-1){C("have not received end of HTTP headers yet...");read();return}const v=w.slice(0,B).toString("ascii").split("\r\n");const N=v.shift();if(!N){i.destroy();return p(new Error("No header received from proxy CONNECT response"))}const T=N.split(" ");const Q=+T[1];const x=T.slice(2).join(" ");const _={};for(const u of v){if(!u)continue;const A=u.indexOf(":");if(A===-1){i.destroy();return p(new Error(`Invalid header from proxy CONNECT response: "${u}"`))}const g=u.slice(0,A).toLowerCase();const C=u.slice(A+1).trimStart();const S=_[g];if(typeof S==="string"){_[g]=[S,C]}else if(Array.isArray(S)){S.push(C)}else{_[g]=C}}C("got proxy server response: %o %o",N,_);cleanup();u({connect:{statusCode:Q,statusText:x,headers:_},buffered:w})}i.on("error",onerror);i.on("end",onend);read()}))}u.parseProxyResponse=parseProxyResponse},15183:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};Object.defineProperty(u,"__esModule",{value:true});u.req=u.json=u.toBuffer=void 0;const S=C(p(58611));const w=C(p(65692));async function toBuffer(i){let u=0;const p=[];for await(const A of i){u+=A.length;p.push(A)}return Buffer.concat(p,u)}u.toBuffer=toBuffer;async function json(i){const u=await toBuffer(i);const p=u.toString("utf8");try{return JSON.parse(p)}catch(i){const u=i;u.message+=` (input: ${p})`;throw u}}u.json=json;function req(i,u={}){const p=typeof i==="string"?i:i.href;const A=(p.startsWith("https:")?w:S).request(i,u);const g=new Promise(((i,u)=>{A.once("response",i).once("error",u).end()}));A.then=g.then.bind(g);return A}u.req=req},98894:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};var S=this&&this.__exportStar||function(i,u){for(var p in i)if(p!=="default"&&!Object.prototype.hasOwnProperty.call(u,p))A(u,i,p)};Object.defineProperty(u,"__esModule",{value:true});u.Agent=void 0;const w=C(p(69278));const B=C(p(58611));const v=p(65692);S(p(15183),u);const N=Symbol("AgentBaseInternalState");class Agent extends B.Agent{constructor(i){super(i);this[N]={}}isSecureEndpoint(i){if(i){if(typeof i.secureEndpoint==="boolean"){return i.secureEndpoint}if(typeof i.protocol==="string"){return i.protocol==="https:"}}const{stack:u}=new Error;if(typeof u!=="string")return false;return u.split("\n").some((i=>i.indexOf("(https.js:")!==-1||i.indexOf("node:https:")!==-1))}incrementSockets(i){if(this.maxSockets===Infinity&&this.maxTotalSockets===Infinity){return null}if(!this.sockets[i]){this.sockets[i]=[]}const u=new w.Socket({writable:false});this.sockets[i].push(u);this.totalSocketCount++;return u}decrementSockets(i,u){if(!this.sockets[i]||u===null){return}const p=this.sockets[i];const A=p.indexOf(u);if(A!==-1){p.splice(A,1);this.totalSocketCount--;if(p.length===0){delete this.sockets[i]}}}getName(i){const u=typeof i.secureEndpoint==="boolean"?i.secureEndpoint:this.isSecureEndpoint(i);if(u){return v.Agent.prototype.getName.call(this,i)}return super.getName(i)}createSocket(i,u,p){const A={...u,secureEndpoint:this.isSecureEndpoint(u)};const g=this.getName(A);const C=this.incrementSockets(g);Promise.resolve().then((()=>this.connect(i,A))).then((S=>{this.decrementSockets(g,C);if(S instanceof B.Agent){return S.addRequest(i,A)}this[N].currentSocket=S;super.createSocket(i,u,p)}),(i=>{this.decrementSockets(g,C);p(i)}))}createConnection(){const i=this[N].currentSocket;this[N].currentSocket=undefined;if(!i){throw new Error("No socket was returned in the `connect()` function")}return i}get defaultPort(){return this[N].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(i){if(this[N]){this[N].defaultPort=i}}get protocol(){return this[N].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(i){if(this[N]){this[N].protocol=i}}}u.Agent=Agent},59380:i=>{i.exports=balanced;function balanced(i,u,p){if(i instanceof RegExp)i=maybeMatch(i,p);if(u instanceof RegExp)u=maybeMatch(u,p);var A=range(i,u,p);return A&&{start:A[0],end:A[1],pre:p.slice(0,A[0]),body:p.slice(A[0]+i.length,A[1]),post:p.slice(A[1]+u.length)}}function maybeMatch(i,u){var p=u.match(i);return p?p[0]:null}balanced.range=range;function range(i,u,p){var A,g,C,S,w;var B=p.indexOf(i);var v=p.indexOf(u,B+1);var N=B;if(B>=0&&v>0){if(i===u){return[B,v]}A=[];C=p.length;while(N>=0&&!w){if(N==B){A.push(N);B=p.indexOf(i,N+1)}else if(A.length==1){w=[A.pop(),v]}else{g=A.pop();if(g<C){C=g;S=v}v=p.indexOf(u,N+1)}N=B<v&&B>=0?B:v}if(A.length){w=[C,S]}}return w}},40233:(i,u,p)=>{const A=p(4038).MH.Q;const g=p(99704);const C=p(16928);const S=p(68951);i.exports=contentPath;function contentPath(i,u){const p=S.parse(u,{single:true});return C.join(contentDir(i),p.algorithm,...g(p.hexDigest()))}i.exports.contentDir=contentDir;function contentDir(i){return C.join(i,`content-v${A}`)}},39398:(i,u,p)=>{const A=p(91943);const g=p(25032);const C=p(68951);const S=p(40233);const w=p(52899);i.exports=read;const B=64*1024*1024;async function read(i,u,p={}){const{size:g}=p;const{stat:S,cpath:v,sri:N}=await withContentSri(i,u,(async(i,u)=>{const p=g?{size:g}:await A.stat(i);return{stat:p,cpath:i,sri:u}}));if(S.size>B){return readPipeline(v,S.size,N,new w).concat()}const T=await A.readFile(v,{encoding:null});if(S.size!==T.length){throw sizeError(S.size,T.length)}if(!C.checkData(T,N)){throw integrityError(N,v)}return T}const readPipeline=(i,u,p,A)=>{A.push(new g.ReadStream(i,{size:u,readSize:B}),C.integrityStream({integrity:p,size:u}));return A};i.exports.stream=readStream;i.exports.readStream=readStream;function readStream(i,u,p={}){const{size:g}=p;const C=new w;Promise.resolve().then((async()=>{const{stat:p,cpath:S,sri:w}=await withContentSri(i,u,(async(i,u)=>{const p=g?{size:g}:await A.stat(i);return{stat:p,cpath:i,sri:u}}));return readPipeline(S,p.size,w,C)})).catch((i=>C.emit("error",i)));return C}i.exports.copy=copy;function copy(i,u,p){return withContentSri(i,u,(i=>A.copyFile(i,p)))}i.exports.hasContent=hasContent;async function hasContent(i,u){if(!u){return false}try{return await withContentSri(i,u,(async(i,u)=>{const p=await A.stat(i);return{size:p.size,sri:u,stat:p}}))}catch(i){if(i.code==="ENOENT"){return false}if(i.code==="EPERM"){if(process.platform!=="win32"){throw i}else{return false}}}}async function withContentSri(i,u,p){const A=C.parse(u);const g=A.pickAlgorithm();const w=A[g];if(w.length<=1){const u=S(i,w[0]);return p(u,w[0])}else{const u=await Promise.all(w.map((async u=>{try{return await withContentSri(i,u,p)}catch(i){if(i.code==="ENOENT"){return Object.assign(new Error("No matching content found for "+A.toString()),{code:"ENOENT"})}return i}})));const g=u.find((i=>!(i instanceof Error)));if(g){return g}const C=u.find((i=>i.code==="ENOENT"));if(C){throw C}throw u.find((i=>i instanceof Error))}}function sizeError(i,u){const p=new Error(`Bad data size: expected inserted data to be ${i} bytes, but got ${u} instead`);p.expected=i;p.found=u;p.code="EBADSIZE";return p}function integrityError(i,u){const p=new Error(`Integrity verification failed for ${i} (${u})`);p.code="EINTEGRITY";p.sri=i;p.path=u;return p}},92447:(i,u,p)=>{const A=p(91943);const g=p(40233);const{hasContent:C}=p(39398);i.exports=rm;async function rm(i,u){const p=await C(i,u);if(p&&p.sri){await A.rm(g(i,p.sri),{recursive:true,force:true});return true}else{return false}}},93699:(i,u,p)=>{const A=p(24434);const g=p(40233);const C=p(91943);const{moveFile:S}=p(88437);const{Minipass:w}=p(78275);const B=p(52899);const v=p(37633);const N=p(16928);const T=p(68951);const Q=p(46019);const x=p(25032);i.exports=write;const _=new Map;async function write(i,u,p={}){const{algorithms:A,size:g,integrity:S}=p;if(typeof g==="number"&&u.length!==g){throw sizeError(g,u.length)}const w=T.fromData(u,A?{algorithms:A}:{});if(S&&!T.checkData(u,S,p)){throw checksumError(S,w)}for(const A in w){const g=await makeTmp(i,p);const S=w[A].toString();try{await C.writeFile(g.target,u,{flag:"wx"});await moveToDestination(g,i,S,p)}finally{if(!g.moved){await C.rm(g.target,{recursive:true,force:true})}}}return{integrity:w,size:u.length}}i.exports.stream=writeStream;class CacacheWriteStream extends v{constructor(i,u){super();this.opts=u;this.cache=i;this.inputStream=new w;this.inputStream.on("error",(i=>this.emit("error",i)));this.inputStream.on("drain",(()=>this.emit("drain")));this.handleContentP=null}write(i,u,p){if(!this.handleContentP){this.handleContentP=handleContent(this.inputStream,this.cache,this.opts);this.handleContentP.catch((i=>this.emit("error",i)))}return this.inputStream.write(i,u,p)}flush(i){this.inputStream.end((()=>{if(!this.handleContentP){const u=new Error("Cache input stream was empty");u.code="ENODATA";return Promise.reject(u).catch(i)}this.handleContentP.then((u=>{u.integrity&&this.emit("integrity",u.integrity);u.size!==null&&this.emit("size",u.size);i()}),(u=>i(u)))}))}}function writeStream(i,u={}){return new CacacheWriteStream(i,u)}async function handleContent(i,u,p){const A=await makeTmp(u,p);try{const g=await pipeToTmp(i,u,A.target,p);await moveToDestination(A,u,g.integrity,p);return g}finally{if(!A.moved){await C.rm(A.target,{recursive:true,force:true})}}}async function pipeToTmp(i,u,p,g){const C=new x.WriteStream(p,{flags:"wx"});if(g.integrityEmitter){const[u,p]=await Promise.all([A.once(g.integrityEmitter,"integrity").then((i=>i[0])),A.once(g.integrityEmitter,"size").then((i=>i[0])),new B(i,C).promise()]);return{integrity:u,size:p}}let S;let w;const v=T.integrityStream({integrity:g.integrity,algorithms:g.algorithms,size:g.size});v.on("integrity",(i=>{S=i}));v.on("size",(i=>{w=i}));const N=new B(i,v,C);await N.promise();return{integrity:S,size:w}}async function makeTmp(i,u){const p=Q(N.join(i,"tmp"),u.tmpPrefix);await C.mkdir(N.dirname(p),{recursive:true});return{target:p,moved:false}}async function moveToDestination(i,u,p){const A=g(u,p);const w=N.dirname(A);if(_.has(A)){return _.get(A)}_.set(A,C.mkdir(w,{recursive:true}).then((async()=>{await S(i.target,A,{overwrite:false});i.moved=true;return i.moved})).catch((i=>{if(!i.message.startsWith("The destination file exists")){throw Object.assign(i,{code:"EEXIST"})}})).finally((()=>{_.delete(A)})));return _.get(A)}function sizeError(i,u){const p=new Error(`Bad data size: expected inserted data to be ${i} bytes, but got ${u} instead`);p.expected=i;p.found=u;p.code="EBADSIZE";return p}function checksumError(i,u){const p=new Error(`Integrity check failed:\n Wanted: ${i}\n Found: ${u}`);p.code="EINTEGRITY";p.expected=i;p.found=u;return p}},26575:(i,u,p)=>{const A=p(76982);const{appendFile:g,mkdir:C,readFile:S,readdir:w,rm:B,writeFile:v}=p(91943);const{Minipass:N}=p(78275);const T=p(16928);const Q=p(68951);const x=p(46019);const _=p(40233);const k=p(99704);const D=p(4038).MH.P;const{moveFile:O}=p(88437);const P=5;i.exports.NotFoundError=class NotFoundError extends Error{constructor(i,u){super(`No cache entry for ${u} found in ${i}`);this.code="ENOENT";this.cache=i;this.key=u}};i.exports.compact=compact;async function compact(i,u,p,A={}){const g=bucketPath(i,u);const S=await bucketEntries(g);const w=[];for(let i=S.length-1;i>=0;--i){const u=S[i];if(u.integrity===null&&!A.validateEntry){break}if((!A.validateEntry||A.validateEntry(u)===true)&&(w.length===0||!w.find((i=>p(i,u))))){w.unshift(u)}}const N="\n"+w.map((i=>{const u=JSON.stringify(i);const p=hashEntry(u);return`${p}\t${u}`})).join("\n");const setup=async()=>{const u=x(T.join(i,"tmp"),A.tmpPrefix);await C(T.dirname(u),{recursive:true});return{target:u,moved:false}};const teardown=async i=>{if(!i.moved){return B(i.target,{recursive:true,force:true})}};const write=async i=>{await v(i.target,N,{flag:"wx"});await C(T.dirname(g),{recursive:true});await O(i.target,g);i.moved=true};const Q=await setup();try{await write(Q)}finally{await teardown(Q)}return w.reverse().map((u=>formatEntry(i,u,true)))}i.exports.insert=insert;async function insert(i,u,p,A={}){const{metadata:S,size:w,time:B}=A;const v=bucketPath(i,u);const N={key:u,integrity:p&&Q.stringify(p),time:B||Date.now(),size:w,metadata:S};try{await C(T.dirname(v),{recursive:true});const i=JSON.stringify(N);await g(v,`\n${hashEntry(i)}\t${i}`)}catch(i){if(i.code==="ENOENT"){return undefined}throw i}return formatEntry(i,N)}i.exports.find=find;async function find(i,u){const p=bucketPath(i,u);try{const A=await bucketEntries(p);return A.reduce(((p,A)=>{if(A&&A.key===u){return formatEntry(i,A)}else{return p}}),null)}catch(i){if(i.code==="ENOENT"){return null}else{throw i}}}i.exports["delete"]=del;function del(i,u,p={}){if(!p.removeFully){return insert(i,u,null,p)}const A=bucketPath(i,u);return B(A,{recursive:true,force:true})}i.exports.lsStream=lsStream;function lsStream(i){const u=bucketDir(i);const A=new N({objectMode:true});Promise.resolve().then((async()=>{const{default:g}=await p.e(606).then(p.bind(p,606));const C=await readdirOrEmpty(u);await g(C,(async p=>{const C=T.join(u,p);const S=await readdirOrEmpty(C);await g(S,(async u=>{const p=T.join(C,u);const S=await readdirOrEmpty(p);await g(S,(async u=>{const g=T.join(p,u);try{const u=await bucketEntries(g);const p=u.reduce(((i,u)=>{i.set(u.key,u);return i}),new Map);for(const u of p.values()){const p=formatEntry(i,u);if(p){A.write(p)}}}catch(i){if(i.code==="ENOENT"){return undefined}throw i}}),{concurrency:P})}),{concurrency:P})}),{concurrency:P});A.end();return A})).catch((i=>A.emit("error",i)));return A}i.exports.ls=ls;async function ls(i){const u=await lsStream(i).collect();return u.reduce(((i,u)=>{i[u.key]=u;return i}),{})}i.exports.bucketEntries=bucketEntries;async function bucketEntries(i,u){const p=await S(i,"utf8");return _bucketEntries(p,u)}function _bucketEntries(i){const u=[];i.split("\n").forEach((i=>{if(!i){return}const p=i.split("\t");if(!p[1]||hashEntry(p[1])!==p[0]){return}let A;try{A=JSON.parse(p[1])}catch(i){}if(A){u.push(A)}}));return u}i.exports.bucketDir=bucketDir;function bucketDir(i){return T.join(i,`index-v${D}`)}i.exports.bucketPath=bucketPath;function bucketPath(i,u){const p=hashKey(u);return T.join.apply(T,[bucketDir(i)].concat(k(p)))}i.exports.hashKey=hashKey;function hashKey(i){return hash(i,"sha256")}i.exports.hashEntry=hashEntry;function hashEntry(i){return hash(i,"sha1")}function hash(i,u){return A.createHash(u).update(i).digest("hex")}function formatEntry(i,u,p){if(!u.integrity&&!p){return null}return{key:u.key,integrity:u.integrity,path:u.integrity?_(i,u.integrity):undefined,size:u.size,time:u.time,metadata:u.metadata}}function readdirOrEmpty(i){return w(i).catch((i=>{if(i.code==="ENOENT"||i.code==="ENOTDIR"){return[]}throw i}))}},19690:(i,u,p)=>{const A=p(11757);const{Minipass:g}=p(78275);const C=p(52899);const S=p(26575);const w=p(56068);const B=p(39398);async function getData(i,u,p={}){const{integrity:A,memoize:g,size:C}=p;const v=w.get(i,u,p);if(v&&g!==false){return{metadata:v.entry.metadata,data:v.data,integrity:v.entry.integrity,size:v.entry.size}}const N=await S.find(i,u,p);if(!N){throw new S.NotFoundError(i,u)}const T=await B(i,N.integrity,{integrity:A,size:C});if(g){w.put(i,N,T,p)}return{data:T,metadata:N.metadata,size:N.size,integrity:N.integrity}}i.exports=getData;async function getDataByDigest(i,u,p={}){const{integrity:A,memoize:g,size:C}=p;const S=w.get.byDigest(i,u,p);if(S&&g!==false){return S}const v=await B(i,u,{integrity:A,size:C});if(g){w.put.byDigest(i,u,v,p)}return v}i.exports.byDigest=getDataByDigest;const getMemoizedStream=i=>{const u=new g;u.on("newListener",(function(u,p){u==="metadata"&&p(i.entry.metadata);u==="integrity"&&p(i.entry.integrity);u==="size"&&p(i.entry.size)}));u.end(i.data);return u};function getStream(i,u,p={}){const{memoize:g,size:v}=p;const N=w.get(i,u,p);if(N&&g!==false){return getMemoizedStream(N)}const T=new C;Promise.resolve().then((async()=>{const C=await S.find(i,u);if(!C){throw new S.NotFoundError(i,u)}T.emit("metadata",C.metadata);T.emit("integrity",C.integrity);T.emit("size",C.size);T.on("newListener",(function(i,u){i==="metadata"&&u(C.metadata);i==="integrity"&&u(C.integrity);i==="size"&&u(C.size)}));const N=B.readStream(i,C.integrity,{...p,size:typeof v!=="number"?C.size:v});if(g){const u=new A.PassThrough;u.on("collect",(u=>w.put(i,C,u,p)));T.unshift(u)}T.unshift(N);return T})).catch((i=>T.emit("error",i)));return T}i.exports.stream=getStream;function getStreamDigest(i,u,p={}){const{memoize:S}=p;const v=w.get.byDigest(i,u,p);if(v&&S!==false){const i=new g;i.end(v);return i}else{const g=B.readStream(i,u,p);if(!S){return g}const v=new A.PassThrough;v.on("collect",(A=>w.put.byDigest(i,u,A,p)));return new C(g,v)}}i.exports.stream.byDigest=getStreamDigest;function info(i,u,p={}){const{memoize:A}=p;const g=w.get(i,u,p);if(g&&A!==false){return Promise.resolve(g.entry)}else{return S.find(i,u)}}i.exports.info=info;async function copy(i,u,p,A={}){const g=await S.find(i,u,A);if(!g){throw new S.NotFoundError(i,u)}await B.copy(i,g.integrity,p,A);return{metadata:g.metadata,size:g.size,integrity:g.integrity}}i.exports.copy=copy;async function copyByDigest(i,u,p,A={}){await B.copy(i,u,p,A);return u}i.exports.copy.byDigest=copyByDigest;i.exports.hasContent=B.hasContent},85742:(i,u,p)=>{const A=p(19690);const g=p(94283);const C=p(30793);const S=p(37621);const{clearMemoized:w}=p(56068);const B=p(63990);const v=p(26575);i.exports.index={};i.exports.index.compact=v.compact;i.exports.index.insert=v.insert;i.exports.ls=v.ls;i.exports.ls.stream=v.lsStream;i.exports.get=A;i.exports.get.byDigest=A.byDigest;i.exports.get.stream=A.stream;i.exports.get.stream.byDigest=A.stream.byDigest;i.exports.get.copy=A.copy;i.exports.get.copy.byDigest=A.copy.byDigest;i.exports.get.info=A.info;i.exports.get.hasContent=A.hasContent;i.exports.put=g;i.exports.put.stream=g.stream;i.exports.rm=C.entry;i.exports.rm.all=C.all;i.exports.rm.entry=i.exports.rm;i.exports.rm.content=C.content;i.exports.clearMemoized=w;i.exports.tmp={};i.exports.tmp.mkdir=B.mkdir;i.exports.tmp.withTmp=B.withTmp;i.exports.verify=S;i.exports.verify.lastRun=S.lastRun},56068:(i,u,p)=>{const{LRUCache:A}=p(67803);const g=new A({max:500,maxSize:50*1024*1024,ttl:3*60*1e3,sizeCalculation:(i,u)=>u.startsWith("key:")?i.data.length:i.length});i.exports.clearMemoized=clearMemoized;function clearMemoized(){const i={};g.forEach(((u,p)=>{i[p]=u}));g.clear();return i}i.exports.put=put;function put(i,u,p,A){pickMem(A).set(`key:${i}:${u.key}`,{entry:u,data:p});putDigest(i,u.integrity,p,A)}i.exports.put.byDigest=putDigest;function putDigest(i,u,p,A){pickMem(A).set(`digest:${i}:${u}`,p)}i.exports.get=get;function get(i,u,p){return pickMem(p).get(`key:${i}:${u}`)}i.exports.get.byDigest=getDigest;function getDigest(i,u,p){return pickMem(p).get(`digest:${i}:${u}`)}class ObjProxy{constructor(i){this.obj=i}get(i){return this.obj[i]}set(i,u){this.obj[i]=u}}function pickMem(i){if(!i||!i.memoize){return g}else if(i.memoize.get&&i.memoize.set){return i.memoize}else if(typeof i.memoize==="object"){return new ObjProxy(i.memoize)}else{return g}}},94283:(i,u,p)=>{const A=p(26575);const g=p(56068);const C=p(93699);const S=p(37633);const{PassThrough:w}=p(11757);const B=p(52899);const putOpts=i=>({algorithms:["sha512"],...i});i.exports=putData;async function putData(i,u,p,S={}){const{memoize:w}=S;S=putOpts(S);const B=await C(i,p,S);const v=await A.insert(i,u,B.integrity,{...S,size:B.size});if(w){g.put(i,v,p,S)}return B.integrity}i.exports.stream=putStream;function putStream(i,u,p={}){const{memoize:v}=p;p=putOpts(p);let N;let T;let Q;let x;const _=new B;if(v){const i=(new w).on("collect",(i=>{x=i}));_.push(i)}const k=C.stream(i,p).on("integrity",(i=>{N=i})).on("size",(i=>{T=i})).on("error",(i=>{Q=i}));_.push(k);_.push(new S({async flush(){if(!Q){const C=await A.insert(i,u,N,{...p,size:T});if(v&&x){g.put(i,C,x,p)}_.emit("integrity",N);_.emit("size",T)}}}));return _}},30793:(i,u,p)=>{const{rm:A}=p(91943);const g=p(6337);const C=p(26575);const S=p(56068);const w=p(16928);const B=p(92447);i.exports=entry;i.exports.entry=entry;function entry(i,u,p){S.clearMemoized();return C.delete(i,u,p)}i.exports.content=content;function content(i,u){S.clearMemoized();return B(i,u)}i.exports.all=all;async function all(i){S.clearMemoized();const u=await g(w.join(i,"*(content-*|index-*)"),{silent:true,nosort:true});return Promise.all(u.map((i=>A(i,{recursive:true,force:true}))))}},6337:(i,u,p)=>{const{glob:A}=p(34865);const g=p(16928);const globify=i=>i.split(g.win32.sep).join(g.posix.sep);i.exports=(i,u)=>A(globify(i),u)},99704:i=>{i.exports=hashToSegments;function hashToSegments(i){return[i.slice(0,2),i.slice(2,4),i.slice(4)]}},63990:(i,u,p)=>{const{withTempDir:A}=p(88437);const g=p(91943);const C=p(16928);i.exports.mkdir=mktmpdir;async function mktmpdir(i,u={}){const{tmpPrefix:p}=u;const A=C.join(i,"tmp");await g.mkdir(A,{recursive:true,owner:"inherit"});const S=`${A}${C.sep}${p||""}`;return g.mkdtemp(S,{owner:"inherit"})}i.exports.withTmp=withTmp;function withTmp(i,u,p){if(!p){p=u;u={}}return A(C.join(i,"tmp"),p,u)}},37621:(i,u,p)=>{const{mkdir:A,readFile:g,rm:C,stat:S,truncate:w,writeFile:B}=p(91943);const v=p(40233);const N=p(25032);const T=p(6337);const Q=p(26575);const x=p(16928);const _=p(68951);const hasOwnProperty=(i,u)=>Object.prototype.hasOwnProperty.call(i,u);const verifyOpts=i=>({concurrency:20,log:{silly(){}},...i});i.exports=verify;async function verify(i,u){u=verifyOpts(u);u.log.silly("verify","verifying cache at",i);const p=[markStartTime,fixPerms,garbageCollect,rebuildIndex,cleanTmp,writeVerifile,markEndTime];const A={};for(const g of p){const p=g.name;const C=new Date;const S=await g(i,u);if(S){Object.keys(S).forEach((i=>{A[i]=S[i]}))}const w=new Date;if(!A.runTime){A.runTime={}}A.runTime[p]=w-C}A.runTime.total=A.endTime-A.startTime;u.log.silly("verify","verification finished for",i,"in",`${A.runTime.total}ms`);return A}async function markStartTime(){return{startTime:new Date}}async function markEndTime(){return{endTime:new Date}}async function fixPerms(i,u){u.log.silly("verify","fixing cache permissions");await A(i,{recursive:true});return null}async function garbageCollect(i,u){u.log.silly("verify","garbage collecting content");const{default:A}=await p.e(606).then(p.bind(p,606));const g=Q.lsStream(i);const w=new Set;g.on("data",(i=>{if(u.filter&&!u.filter(i)){return}const p=_.parse(i.integrity);for(const i in p){w.add(p[i].toString())}}));await new Promise(((i,u)=>{g.on("end",i).on("error",u)}));const B=v.contentDir(i);const N=await T(x.join(B,"**"),{follow:false,nodir:true,nosort:true});const k={verifiedContent:0,reclaimedCount:0,reclaimedSize:0,badContentCount:0,keptSize:0};await A(N,(async i=>{const u=i.split(/[/\\]/);const p=u.slice(u.length-3).join("");const A=u[u.length-4];const g=_.fromHex(p,A);if(w.has(g.toString())){const u=await verifyContent(i,g);if(!u.valid){k.reclaimedCount++;k.badContentCount++;k.reclaimedSize+=u.size}else{k.verifiedContent++;k.keptSize+=u.size}}else{k.reclaimedCount++;const u=await S(i);await C(i,{recursive:true,force:true});k.reclaimedSize+=u.size}return k}),{concurrency:u.concurrency});return k}async function verifyContent(i,u){const p={};try{const{size:A}=await S(i);p.size=A;p.valid=true;await _.checkStream(new N.ReadStream(i),u)}catch(u){if(u.code==="ENOENT"){return{size:0,valid:false}}if(u.code!=="EINTEGRITY"){throw u}await C(i,{recursive:true,force:true});p.valid=false}return p}async function rebuildIndex(i,u){u.log.silly("verify","rebuilding index");const{default:A}=await p.e(606).then(p.bind(p,606));const g=await Q.ls(i);const C={missingContent:0,rejectedEntries:0,totalEntries:0};const S={};for(const p in g){if(hasOwnProperty(g,p)){const A=Q.hashKey(p);const w=g[p];const B=u.filter&&!u.filter(w);B&&C.rejectedEntries++;if(S[A]&&!B){S[A].push(w)}else if(S[A]&&B){}else if(B){S[A]=[];S[A]._path=Q.bucketPath(i,p)}else{S[A]=[w];S[A]._path=Q.bucketPath(i,p)}}}await A(Object.keys(S),(p=>rebuildBucket(i,S[p],C,u)),{concurrency:u.concurrency});return C}async function rebuildBucket(i,u,p){await w(u._path);for(const A of u){const u=v(i,A.integrity);try{await S(u);await Q.insert(i,A.key,A.integrity,{metadata:A.metadata,size:A.size,time:A.time});p.totalEntries++}catch(i){if(i.code==="ENOENT"){p.rejectedEntries++;p.missingContent++}else{throw i}}}}function cleanTmp(i,u){u.log.silly("verify","cleaning tmp directory");return C(x.join(i,"tmp"),{recursive:true,force:true})}async function writeVerifile(i,u){const p=x.join(i,"_lastverified");u.log.silly("verify","writing verifile to "+p);return B(p,`${Date.now()}`)}i.exports.lastRun=lastRun;async function lastRun(i){const u=await g(x.join(i,"_lastverified"),{encoding:"utf8"});return new Date(+u)}},97087:i=>{i.exports=function(i,p){var A=[];for(var g=0;g<i.length;g++){var C=p(i[g],g);if(u(C))A.push.apply(A,C);else A.push(C)}return A};var u=Array.isArray||function(i){return Object.prototype.toString.call(i)==="[object Array]"}},6110:(i,u,p)=>{u.formatArgs=formatArgs;u.save=save;u.load=load;u.useColors=useColors;u.storage=localstorage();u.destroy=(()=>{let i=false;return()=>{if(!i){i=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();u.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(u){u[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+u[0]+(this.useColors?"%c ":" ")+"+"+i.exports.humanize(this.diff);if(!this.useColors){return}const p="color: "+this.color;u.splice(1,0,p,"color: inherit");let A=0;let g=0;u[0].replace(/%[a-zA-Z%]/g,(i=>{if(i==="%%"){return}A++;if(i==="%c"){g=A}}));u.splice(g,0,p)}u.log=console.debug||console.log||(()=>{});function save(i){try{if(i){u.storage.setItem("debug",i)}else{u.storage.removeItem("debug")}}catch(i){}}function load(){let i;try{i=u.storage.getItem("debug")}catch(i){}if(!i&&typeof process!=="undefined"&&"env"in process){i=process.env.DEBUG}return i}function localstorage(){try{return localStorage}catch(i){}}i.exports=p(40897)(u);const{formatters:A}=i.exports;A.j=function(i){try{return JSON.stringify(i)}catch(i){return"[UnexpectedJSONParseError]: "+i.message}}},40897:(i,u,p)=>{function setup(i){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=p(70744);createDebug.destroy=destroy;Object.keys(i).forEach((u=>{createDebug[u]=i[u]}));createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(i){let u=0;for(let p=0;p<i.length;p++){u=(u<<5)-u+i.charCodeAt(p);u|=0}return createDebug.colors[Math.abs(u)%createDebug.colors.length]}createDebug.selectColor=selectColor;function createDebug(i){let u;let p=null;let A;let g;function debug(...i){if(!debug.enabled){return}const p=debug;const A=Number(new Date);const g=A-(u||A);p.diff=g;p.prev=u;p.curr=A;u=A;i[0]=createDebug.coerce(i[0]);if(typeof i[0]!=="string"){i.unshift("%O")}let C=0;i[0]=i[0].replace(/%([a-zA-Z%])/g,((u,A)=>{if(u==="%%"){return"%"}C++;const g=createDebug.formatters[A];if(typeof g==="function"){const A=i[C];u=g.call(p,A);i.splice(C,1);C--}return u}));createDebug.formatArgs.call(p,i);const S=p.log||createDebug.log;S.apply(p,i)}debug.namespace=i;debug.useColors=createDebug.useColors();debug.color=createDebug.selectColor(i);debug.extend=extend;debug.destroy=createDebug.destroy;Object.defineProperty(debug,"enabled",{enumerable:true,configurable:false,get:()=>{if(p!==null){return p}if(A!==createDebug.namespaces){A=createDebug.namespaces;g=createDebug.enabled(i)}return g},set:i=>{p=i}});if(typeof createDebug.init==="function"){createDebug.init(debug)}return debug}function extend(i,u){const p=createDebug(this.namespace+(typeof u==="undefined"?":":u)+i);p.log=this.log;return p}function enable(i){createDebug.save(i);createDebug.namespaces=i;createDebug.names=[];createDebug.skips=[];let u;const p=(typeof i==="string"?i:"").split(/[\s,]+/);const A=p.length;for(u=0;u<A;u++){if(!p[u]){continue}i=p[u].replace(/\*/g,".*?");if(i[0]==="-"){createDebug.skips.push(new RegExp("^"+i.slice(1)+"$"))}else{createDebug.names.push(new RegExp("^"+i+"$"))}}}function disable(){const i=[...createDebug.names.map(toNamespace),...createDebug.skips.map(toNamespace).map((i=>"-"+i))].join(",");createDebug.enable("");return i}function enabled(i){if(i[i.length-1]==="*"){return true}let u;let p;for(u=0,p=createDebug.skips.length;u<p;u++){if(createDebug.skips[u].test(i)){return false}}for(u=0,p=createDebug.names.length;u<p;u++){if(createDebug.names[u].test(i)){return true}}return false}function toNamespace(i){return i.toString().substring(2,i.toString().length-2).replace(/\.\*\?$/,"*")}function coerce(i){if(i instanceof Error){return i.stack||i.message}return i}function destroy(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}createDebug.enable(createDebug.load());return createDebug}i.exports=setup},2830:(i,u,p)=>{if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){i.exports=p(6110)}else{i.exports=p(95108)}},95108:(i,u,p)=>{const A=p(52018);const g=p(39023);u.init=init;u.log=log;u.formatArgs=formatArgs;u.save=save;u.load=load;u.useColors=useColors;u.destroy=g.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");u.colors=[6,2,3,4,5,1];try{const i=p(21450);if(i&&(i.stderr||i).level>=2){u.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(i){}u.inspectOpts=Object.keys(process.env).filter((i=>/^debug_/i.test(i))).reduce(((i,u)=>{const p=u.substring(6).toLowerCase().replace(/_([a-z])/g,((i,u)=>u.toUpperCase()));let A=process.env[u];if(/^(yes|on|true|enabled)$/i.test(A)){A=true}else if(/^(no|off|false|disabled)$/i.test(A)){A=false}else if(A==="null"){A=null}else{A=Number(A)}i[p]=A;return i}),{});function useColors(){return"colors"in u.inspectOpts?Boolean(u.inspectOpts.colors):A.isatty(process.stderr.fd)}function formatArgs(u){const{namespace:p,useColors:A}=this;if(A){const A=this.color;const g="[3"+(A<8?A:"8;5;"+A);const C=` ${g};1m${p} [0m`;u[0]=C+u[0].split("\n").join("\n"+C);u.push(g+"m+"+i.exports.humanize(this.diff)+"[0m")}else{u[0]=getDate()+p+" "+u[0]}}function getDate(){if(u.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...i){return process.stderr.write(g.format(...i)+"\n")}function save(i){if(i){process.env.DEBUG=i}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(i){i.inspectOpts={};const p=Object.keys(u.inspectOpts);for(let A=0;A<p.length;A++){i.inspectOpts[p[A]]=u.inspectOpts[p[A]]}}i.exports=p(40897)(u);const{formatters:C}=i.exports;C.o=function(i){this.inspectOpts.colors=this.useColors;return g.inspect(i,this.inspectOpts).split("\n").map((i=>i.trim())).join(" ")};C.O=function(i){this.inspectOpts.colors=this.useColors;return g.inspect(i,this.inspectOpts)}},14339:i=>{function assign(i,u){for(const p in u){Object.defineProperty(i,p,{value:u[p],enumerable:true,configurable:true})}return i}function createError(i,u,p){if(!i||typeof i==="string"){throw new TypeError("Please pass an Error to err-code")}if(!p){p={}}if(typeof u==="object"){p=u;u=undefined}if(u!=null){p.code=u}try{return assign(i,p)}catch(u){p.message=i.message;p.stack=i.stack;const ErrClass=function(){};ErrClass.prototype=Object.create(Object.getPrototypeOf(i));return assign(new ErrClass,p)}}i.exports=createError},25032:(i,u,p)=>{const{Minipass:A}=p(78275);const g=p(24434).EventEmitter;const C=p(79896);const S=C.writev;const w=Symbol("_autoClose");const B=Symbol("_close");const v=Symbol("_ended");const N=Symbol("_fd");const T=Symbol("_finished");const Q=Symbol("_flags");const x=Symbol("_flush");const _=Symbol("_handleChunk");const k=Symbol("_makeBuf");const D=Symbol("_mode");const O=Symbol("_needDrain");const P=Symbol("_onerror");const L=Symbol("_onopen");const U=Symbol("_onread");const H=Symbol("_onwrite");const z=Symbol("_open");const j=Symbol("_path");const q=Symbol("_pos");const $=Symbol("_queue");const J=Symbol("_read");const W=Symbol("_readSize");const Y=Symbol("_reading");const K=Symbol("_remain");const Z=Symbol("_size");const X=Symbol("_write");const ee=Symbol("_writing");const te=Symbol("_defaultFlag");const re=Symbol("_errored");class ReadStream extends A{constructor(i,u){u=u||{};super(u);this.readable=true;this.writable=false;if(typeof i!=="string"){throw new TypeError("path must be a string")}this[re]=false;this[N]=typeof u.fd==="number"?u.fd:null;this[j]=i;this[W]=u.readSize||16*1024*1024;this[Y]=false;this[Z]=typeof u.size==="number"?u.size:Infinity;this[K]=this[Z];this[w]=typeof u.autoClose==="boolean"?u.autoClose:true;if(typeof this[N]==="number"){this[J]()}else{this[z]()}}get fd(){return this[N]}get path(){return this[j]}write(){throw new TypeError("this is a readable stream")}end(){throw new TypeError("this is a readable stream")}[z](){C.open(this[j],"r",((i,u)=>this[L](i,u)))}[L](i,u){if(i){this[P](i)}else{this[N]=u;this.emit("open",u);this[J]()}}[k](){return Buffer.allocUnsafe(Math.min(this[W],this[K]))}[J](){if(!this[Y]){this[Y]=true;const i=this[k]();if(i.length===0){return process.nextTick((()=>this[U](null,0,i)))}C.read(this[N],i,0,i.length,null,((i,u,p)=>this[U](i,u,p)))}}[U](i,u,p){this[Y]=false;if(i){this[P](i)}else if(this[_](u,p)){this[J]()}}[B](){if(this[w]&&typeof this[N]==="number"){const i=this[N];this[N]=null;C.close(i,(i=>i?this.emit("error",i):this.emit("close")))}}[P](i){this[Y]=true;this[B]();this.emit("error",i)}[_](i,u){let p=false;this[K]-=i;if(i>0){p=super.write(i<u.length?u.slice(0,i):u)}if(i===0||this[K]<=0){p=false;this[B]();super.end()}return p}emit(i,u){switch(i){case"prefinish":case"finish":break;case"drain":if(typeof this[N]==="number"){this[J]()}break;case"error":if(this[re]){return}this[re]=true;return super.emit(i,u);default:return super.emit(i,u)}}}class ReadStreamSync extends ReadStream{[z](){let i=true;try{this[L](null,C.openSync(this[j],"r"));i=false}finally{if(i){this[B]()}}}[J](){let i=true;try{if(!this[Y]){this[Y]=true;do{const i=this[k]();const u=i.length===0?0:C.readSync(this[N],i,0,i.length,null);if(!this[_](u,i)){break}}while(true);this[Y]=false}i=false}finally{if(i){this[B]()}}}[B](){if(this[w]&&typeof this[N]==="number"){const i=this[N];this[N]=null;C.closeSync(i);this.emit("close")}}}class WriteStream extends g{constructor(i,u){u=u||{};super(u);this.readable=false;this.writable=true;this[re]=false;this[ee]=false;this[v]=false;this[O]=false;this[$]=[];this[j]=i;this[N]=typeof u.fd==="number"?u.fd:null;this[D]=u.mode===undefined?438:u.mode;this[q]=typeof u.start==="number"?u.start:null;this[w]=typeof u.autoClose==="boolean"?u.autoClose:true;const p=this[q]!==null?"r+":"w";this[te]=u.flags===undefined;this[Q]=this[te]?p:u.flags;if(this[N]===null){this[z]()}}emit(i,u){if(i==="error"){if(this[re]){return}this[re]=true}return super.emit(i,u)}get fd(){return this[N]}get path(){return this[j]}[P](i){this[B]();this[ee]=true;this.emit("error",i)}[z](){C.open(this[j],this[Q],this[D],((i,u)=>this[L](i,u)))}[L](i,u){if(this[te]&&this[Q]==="r+"&&i&&i.code==="ENOENT"){this[Q]="w";this[z]()}else if(i){this[P](i)}else{this[N]=u;this.emit("open",u);if(!this[ee]){this[x]()}}}end(i,u){if(i){this.write(i,u)}this[v]=true;if(!this[ee]&&!this[$].length&&typeof this[N]==="number"){this[H](null,0)}return this}write(i,u){if(typeof i==="string"){i=Buffer.from(i,u)}if(this[v]){this.emit("error",new Error("write() after end()"));return false}if(this[N]===null||this[ee]||this[$].length){this[$].push(i);this[O]=true;return false}this[ee]=true;this[X](i);return true}[X](i){C.write(this[N],i,0,i.length,this[q],((i,u)=>this[H](i,u)))}[H](i,u){if(i){this[P](i)}else{if(this[q]!==null){this[q]+=u}if(this[$].length){this[x]()}else{this[ee]=false;if(this[v]&&!this[T]){this[T]=true;this[B]();this.emit("finish")}else if(this[O]){this[O]=false;this.emit("drain")}}}}[x](){if(this[$].length===0){if(this[v]){this[H](null,0)}}else if(this[$].length===1){this[X](this[$].pop())}else{const i=this[$];this[$]=[];S(this[N],i,this[q],((i,u)=>this[H](i,u)))}}[B](){if(this[w]&&typeof this[N]==="number"){const i=this[N];this[N]=null;C.close(i,(i=>i?this.emit("error",i):this.emit("close")))}}}class WriteStreamSync extends WriteStream{[z](){let i;if(this[te]&&this[Q]==="r+"){try{i=C.openSync(this[j],this[Q],this[D])}catch(i){if(i.code==="ENOENT"){this[Q]="w";return this[z]()}else{throw i}}}else{i=C.openSync(this[j],this[Q],this[D])}this[L](null,i)}[B](){if(this[w]&&typeof this[N]==="number"){const i=this[N];this[N]=null;C.closeSync(i);this.emit("close")}}[X](i){let u=true;try{this[H](null,C.writeSync(this[N],i,0,i.length,this[q]));u=false}finally{if(u){try{this[B]()}catch{}}}}}u.ReadStream=ReadStream;u.ReadStreamSync=ReadStreamSync;u.WriteStream=WriteStream;u.WriteStreamSync=WriteStreamSync},83813:i=>{i.exports=(i,u=process.argv)=>{const p=i.startsWith("-")?"":i.length===1?"-":"--";const A=u.indexOf(p+i);const g=u.indexOf("--");return A!==-1&&(g===-1||A<g)}},12203:i=>{const u=new Set([200,203,204,206,300,301,308,404,405,410,414,501]);const p=new Set([200,203,204,300,301,302,303,307,308,404,405,410,414,501]);const A=new Set([500,502,503,504]);const g={date:true,connection:true,"keep-alive":true,"proxy-authenticate":true,"proxy-authorization":true,te:true,trailer:true,"transfer-encoding":true,upgrade:true};const C={"content-length":true,"content-encoding":true,"transfer-encoding":true,"content-range":true};function toNumberOrZero(i){const u=parseInt(i,10);return isFinite(u)?u:0}function isErrorResponse(i){if(!i){return true}return A.has(i.status)}function parseCacheControl(i){const u={};if(!i)return u;const p=i.trim().split(/,/);for(const i of p){const[p,A]=i.split(/=/,2);u[p.trim()]=A===undefined?true:A.trim().replace(/^"|"$/g,"")}return u}function formatCacheControl(i){let u=[];for(const p in i){const A=i[p];u.push(A===true?p:p+"="+A)}if(!u.length){return undefined}return u.join(", ")}i.exports=class CachePolicy{constructor(i,u,{shared:p,cacheHeuristic:A,immutableMinTimeToLive:g,ignoreCargoCult:C,_fromObject:S}={}){if(S){this._fromObject(S);return}if(!u||!u.headers){throw Error("Response headers missing")}this._assertRequestHasHeaders(i);this._responseTime=this.now();this._isShared=p!==false;this._cacheHeuristic=undefined!==A?A:.1;this._immutableMinTtl=undefined!==g?g:24*3600*1e3;this._status="status"in u?u.status:200;this._resHeaders=u.headers;this._rescc=parseCacheControl(u.headers["cache-control"]);this._method="method"in i?i.method:"GET";this._url=i.url;this._host=i.headers.host;this._noAuthorization=!i.headers.authorization;this._reqHeaders=u.headers.vary?i.headers:null;this._reqcc=parseCacheControl(i.headers["cache-control"]);if(C&&"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":formatCacheControl(this._rescc)});delete this._resHeaders.expires;delete this._resHeaders.pragma}if(u.headers["cache-control"]==null&&/no-cache/.test(u.headers.pragma)){this._rescc["no-cache"]=true}}now(){return Date.now()}storable(){return!!(!this._reqcc["no-store"]&&("GET"===this._method||"HEAD"===this._method||"POST"===this._method&&this._hasExplicitExpiration())&&p.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||u.has(this._status)))}_hasExplicitExpiration(){return this._isShared&&this._rescc["s-maxage"]||this._rescc["max-age"]||this._resHeaders.expires}_assertRequestHasHeaders(i){if(!i||!i.headers){throw Error("Request headers missing")}}satisfiesWithoutRevalidation(i){this._assertRequestHasHeaders(i);const u=parseCacheControl(i.headers["cache-control"]);if(u["no-cache"]||/no-cache/.test(i.headers.pragma)){return false}if(u["max-age"]&&this.age()>u["max-age"]){return false}if(u["min-fresh"]&&this.timeToLive()<1e3*u["min-fresh"]){return false}if(this.stale()){const i=u["max-stale"]&&!this._rescc["must-revalidate"]&&(true===u["max-stale"]||u["max-stale"]>this.age()-this.maxAge());if(!i){return false}}return this._requestMatches(i,false)}_requestMatches(i,u){return(!this._url||this._url===i.url)&&this._host===i.headers.host&&(!i.method||this._method===i.method||u&&"HEAD"===i.method)&&this._varyMatches(i)}_allowsStoringAuthenticated(){return this._rescc["must-revalidate"]||this._rescc.public||this._rescc["s-maxage"]}_varyMatches(i){if(!this._resHeaders.vary){return true}if(this._resHeaders.vary==="*"){return false}const u=this._resHeaders.vary.trim().toLowerCase().split(/\s*,\s*/);for(const p of u){if(i.headers[p]!==this._reqHeaders[p])return false}return true}_copyWithoutHopByHopHeaders(i){const u={};for(const p in i){if(g[p])continue;u[p]=i[p]}if(i.connection){const p=i.connection.trim().split(/\s*,\s*/);for(const i of p){delete u[i]}}if(u.warning){const i=u.warning.split(/,/).filter((i=>!/^\s*1[0-9][0-9]/.test(i)));if(!i.length){delete u.warning}else{u.warning=i.join(",").trim()}}return u}responseHeaders(){const i=this._copyWithoutHopByHopHeaders(this._resHeaders);const u=this.age();if(u>3600*24&&!this._hasExplicitExpiration()&&this.maxAge()>3600*24){i.warning=(i.warning?`${i.warning}, `:"")+'113 - "rfc7234 5.5.4"'}i.age=`${Math.round(u)}`;i.date=new Date(this.now()).toUTCString();return i}date(){const i=Date.parse(this._resHeaders.date);if(isFinite(i)){return i}return this._responseTime}age(){let i=this._ageValue();const u=(this.now()-this._responseTime)/1e3;return i+u}_ageValue(){return toNumberOrZero(this._resHeaders.age)}maxAge(){if(!this.storable()||this._rescc["no-cache"]){return 0}if(this._isShared&&(this._resHeaders["set-cookie"]&&!this._rescc.public&&!this._rescc.immutable)){return 0}if(this._resHeaders.vary==="*"){return 0}if(this._isShared){if(this._rescc["proxy-revalidate"]){return 0}if(this._rescc["s-maxage"]){return toNumberOrZero(this._rescc["s-maxage"])}}if(this._rescc["max-age"]){return toNumberOrZero(this._rescc["max-age"])}const i=this._rescc.immutable?this._immutableMinTtl:0;const u=this.date();if(this._resHeaders.expires){const p=Date.parse(this._resHeaders.expires);if(Number.isNaN(p)||p<u){return 0}return Math.max(i,(p-u)/1e3)}if(this._resHeaders["last-modified"]){const p=Date.parse(this._resHeaders["last-modified"]);if(isFinite(p)&&u>p){return Math.max(i,(u-p)/1e3*this._cacheHeuristic)}}return i}timeToLive(){const i=this.maxAge()-this.age();const u=i+toNumberOrZero(this._rescc["stale-if-error"]);const p=i+toNumberOrZero(this._rescc["stale-while-revalidate"]);return Math.max(0,i,u,p)*1e3}stale(){return this.maxAge()<=this.age()}_useStaleIfError(){return this.maxAge()+toNumberOrZero(this._rescc["stale-if-error"])>this.age()}useStaleWhileRevalidate(){return this.maxAge()+toNumberOrZero(this._rescc["stale-while-revalidate"])>this.age()}static fromObject(i){return new this(undefined,undefined,{_fromObject:i})}_fromObject(i){if(this._responseTime)throw Error("Reinitialized");if(!i||i.v!==1)throw Error("Invalid serialization");this._responseTime=i.t;this._isShared=i.sh;this._cacheHeuristic=i.ch;this._immutableMinTtl=i.imm!==undefined?i.imm:24*3600*1e3;this._status=i.st;this._resHeaders=i.resh;this._rescc=i.rescc;this._method=i.m;this._url=i.u;this._host=i.h;this._noAuthorization=i.a;this._reqHeaders=i.reqh;this._reqcc=i.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(i){this._assertRequestHasHeaders(i);const u=this._copyWithoutHopByHopHeaders(i.headers);delete u["if-range"];if(!this._requestMatches(i,true)||!this.storable()){delete u["if-none-match"];delete u["if-modified-since"];return u}if(this._resHeaders.etag){u["if-none-match"]=u["if-none-match"]?`${u["if-none-match"]}, ${this._resHeaders.etag}`:this._resHeaders.etag}const p=u["accept-ranges"]||u["if-match"]||u["if-unmodified-since"]||this._method&&this._method!="GET";if(p){delete u["if-modified-since"];if(u["if-none-match"]){const i=u["if-none-match"].split(/,/).filter((i=>!/^\s*W\//.test(i)));if(!i.length){delete u["if-none-match"]}else{u["if-none-match"]=i.join(",").trim()}}}else if(this._resHeaders["last-modified"]&&!u["if-modified-since"]){u["if-modified-since"]=this._resHeaders["last-modified"]}return u}revalidatedPolicy(i,u){this._assertRequestHasHeaders(i);if(this._useStaleIfError()&&isErrorResponse(u)){return{modified:false,matches:false,policy:this}}if(!u||!u.headers){throw Error("Response headers missing")}let p=false;if(u.status!==undefined&&u.status!=304){p=false}else if(u.headers.etag&&!/^\s*W\//.test(u.headers.etag)){p=this._resHeaders.etag&&this._resHeaders.etag.replace(/^\s*W\//,"")===u.headers.etag}else if(this._resHeaders.etag&&u.headers.etag){p=this._resHeaders.etag.replace(/^\s*W\//,"")===u.headers.etag.replace(/^\s*W\//,"")}else if(this._resHeaders["last-modified"]){p=this._resHeaders["last-modified"]===u.headers["last-modified"]}else{if(!this._resHeaders.etag&&!this._resHeaders["last-modified"]&&!u.headers.etag&&!u.headers["last-modified"]){p=true}}if(!p){return{policy:new this.constructor(i,u),modified:u.status!=304,matches:false}}const A={};for(const i in this._resHeaders){A[i]=i in u.headers&&!C[i]?u.headers[i]:this._resHeaders[i]}const g=Object.assign({},u,{status:this._status,method:this._method,headers:A});return{policy:new this.constructor(i,g,{shared:this._isShared,cacheHeuristic:this._cacheHeuristic,immutableMinTimeToLive:this._immutableMinTtl}),modified:false,matches:true}}}},81970:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.HttpProxyAgent=void 0;const w=C(p(69278));const B=C(p(64756));const v=S(p(2830));const N=p(24434);const T=p(98894);const Q=p(87016);const x=(0,v.default)("http-proxy-agent");class HttpProxyAgent extends T.Agent{constructor(i,u){super(u);this.proxy=typeof i==="string"?new Q.URL(i):i;this.proxyHeaders=u?.headers??{};x("Creating new HttpProxyAgent instance: %o",this.proxy.href);const p=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,"");const A=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...u?omit(u,"headers"):null,host:p,port:A}}addRequest(i,u){i._header=null;this.setRequestProps(i,u);super.addRequest(i,u)}setRequestProps(i,u){const{proxy:p}=this;const A=u.secureEndpoint?"https:":"http:";const g=i.getHeader("host")||"localhost";const C=`${A}//${g}`;const S=new Q.URL(i.path,C);if(u.port!==80){S.port=String(u.port)}i.path=String(S);const w=typeof this.proxyHeaders==="function"?this.proxyHeaders():{...this.proxyHeaders};if(p.username||p.password){const i=`${decodeURIComponent(p.username)}:${decodeURIComponent(p.password)}`;w["Proxy-Authorization"]=`Basic ${Buffer.from(i).toString("base64")}`}if(!w["Proxy-Connection"]){w["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close"}for(const u of Object.keys(w)){const p=w[u];if(p){i.setHeader(u,p)}}}async connect(i,u){i._header=null;if(!i.path.includes("://")){this.setRequestProps(i,u)}let p;let A;x("Regenerating stored HTTP header string for request");i._implicitHeader();if(i.outputData&&i.outputData.length>0){x("Patching connection write() output buffer with updated header");p=i.outputData[0].data;A=p.indexOf("\r\n\r\n")+4;i.outputData[0].data=i._header+p.substring(A);x("Output buffer: %o",i.outputData[0].data)}let g;if(this.proxy.protocol==="https:"){x("Creating `tls.Socket`: %o",this.connectOpts);g=B.connect(this.connectOpts)}else{x("Creating `net.Socket`: %o",this.connectOpts);g=w.connect(this.connectOpts)}await(0,N.once)(g,"connect");return g}}HttpProxyAgent.protocols=["http","https"];u.HttpProxyAgent=HttpProxyAgent;function omit(i,...u){const p={};let A;for(A in i){if(!u.includes(A)){p[A]=i[A]}}return p}},3669:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.HttpsProxyAgent=void 0;const w=C(p(69278));const B=C(p(64756));const v=S(p(42613));const N=S(p(2830));const T=p(98894);const Q=p(87016);const x=p(37943);const _=(0,N.default)("https-proxy-agent");class HttpsProxyAgent extends T.Agent{constructor(i,u){super(u);this.options={path:undefined};this.proxy=typeof i==="string"?new Q.URL(i):i;this.proxyHeaders=u?.headers??{};_("Creating new HttpsProxyAgent instance: %o",this.proxy.href);const p=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,"");const A=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...u?omit(u,"headers"):null,host:p,port:A}}async connect(i,u){const{proxy:p}=this;if(!u.host){throw new TypeError('No "host" provided')}let A;if(p.protocol==="https:"){_("Creating `tls.Socket`: %o",this.connectOpts);const i=this.connectOpts.servername||this.connectOpts.host;A=B.connect({...this.connectOpts,servername:i&&w.isIP(i)?undefined:i})}else{_("Creating `net.Socket`: %o",this.connectOpts);A=w.connect(this.connectOpts)}const g=typeof this.proxyHeaders==="function"?this.proxyHeaders():{...this.proxyHeaders};const C=w.isIPv6(u.host)?`[${u.host}]`:u.host;let S=`CONNECT ${C}:${u.port} HTTP/1.1\r\n`;if(p.username||p.password){const i=`${decodeURIComponent(p.username)}:${decodeURIComponent(p.password)}`;g["Proxy-Authorization"]=`Basic ${Buffer.from(i).toString("base64")}`}g.Host=`${C}:${u.port}`;if(!g["Proxy-Connection"]){g["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close"}for(const i of Object.keys(g)){S+=`${i}: ${g[i]}\r\n`}const N=(0,x.parseProxyResponse)(A);A.write(`${S}\r\n`);const{connect:T,buffered:Q}=await N;i.emit("proxyConnect",T);this.emit("proxyConnect",T,i);if(T.statusCode===200){i.once("socket",resume);if(u.secureEndpoint){_("Upgrading socket connection to TLS");const i=u.servername||u.host;return B.connect({...omit(u,"host","path","port"),socket:A,servername:w.isIP(i)?undefined:i})}return A}A.destroy();const k=new w.Socket({writable:false});k.readable=true;i.once("socket",(i=>{_("Replaying proxy buffer for failed request");(0,v.default)(i.listenerCount("data")>0);i.push(Q);i.push(null)}));return k}}HttpsProxyAgent.protocols=["http","https"];u.HttpsProxyAgent=HttpsProxyAgent;function resume(i){i.resume()}function omit(i,...u){const p={};let A;for(A in i){if(!u.includes(A)){p[A]=i[A]}}return p}},37943:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.parseProxyResponse=void 0;const g=A(p(2830));const C=(0,g.default)("https-proxy-agent:parse-proxy-response");function parseProxyResponse(i){return new Promise(((u,p)=>{let A=0;const g=[];function read(){const u=i.read();if(u)ondata(u);else i.once("readable",read)}function cleanup(){i.removeListener("end",onend);i.removeListener("error",onerror);i.removeListener("readable",read)}function onend(){cleanup();C("onend");p(new Error("Proxy connection ended before receiving CONNECT response"))}function onerror(i){cleanup();C("onerror %o",i);p(i)}function ondata(S){g.push(S);A+=S.length;const w=Buffer.concat(g,A);const B=w.indexOf("\r\n\r\n");if(B===-1){C("have not received end of HTTP headers yet...");read();return}const v=w.slice(0,B).toString("ascii").split("\r\n");const N=v.shift();if(!N){i.destroy();return p(new Error("No header received from proxy CONNECT response"))}const T=N.split(" ");const Q=+T[1];const x=T.slice(2).join(" ");const _={};for(const u of v){if(!u)continue;const A=u.indexOf(":");if(A===-1){i.destroy();return p(new Error(`Invalid header from proxy CONNECT response: "${u}"`))}const g=u.slice(0,A).toLowerCase();const C=u.slice(A+1).trimStart();const S=_[g];if(typeof S==="string"){_[g]=[S,C]}else if(Array.isArray(S)){S.push(C)}else{_[g]=C}}C("got proxy server response: %o %o",N,_);cleanup();u({connect:{statusCode:Q,statusText:x,headers:_},buffered:w})}i.on("error",onerror);i.on("end",onend);read()}))}u.parseProxyResponse=parseProxyResponse},7978:(i,u,p)=>{var A=p(12803).Buffer;u._dbcs=DBCSCodec;var g=-1;var C=-2;var S=-10;var w=-1e3;var B=new Array(256);var v=-1;for(var N=0;N<256;N++){B[N]=g}function DBCSCodec(i,u){this.encodingName=i.encodingName;if(!i){throw new Error("DBCS codec is called without the data.")}if(!i.table){throw new Error("Encoding '"+this.encodingName+"' has no data.")}var p=i.table();this.decodeTables=[];this.decodeTables[0]=B.slice(0);this.decodeTableSeq=[];for(var A=0;A<p.length;A++){this._addDecodeChunk(p[A])}if(typeof i.gb18030==="function"){this.gb18030=i.gb18030();var S=this.decodeTables.length;this.decodeTables.push(B.slice(0));var v=this.decodeTables.length;this.decodeTables.push(B.slice(0));var N=this.decodeTables[0];for(var A=129;A<=254;A++){var T=this.decodeTables[w-N[A]];for(var Q=48;Q<=57;Q++){if(T[Q]===g){T[Q]=w-S}else if(T[Q]>w){throw new Error("gb18030 decode tables conflict at byte 2")}var x=this.decodeTables[w-T[Q]];for(var _=129;_<=254;_++){if(x[_]===g){x[_]=w-v}else if(x[_]===w-v){continue}else if(x[_]>w){throw new Error("gb18030 decode tables conflict at byte 3")}var k=this.decodeTables[w-x[_]];for(var D=48;D<=57;D++){if(k[D]===g){k[D]=C}}}}}}this.defaultCharUnicode=u.defaultCharUnicode;this.encodeTable=[];this.encodeTableSeq=[];var O={};if(i.encodeSkipVals){for(var A=0;A<i.encodeSkipVals.length;A++){var P=i.encodeSkipVals[A];if(typeof P==="number"){O[P]=true}else{for(var Q=P.from;Q<=P.to;Q++){O[Q]=true}}}}this._fillEncodeTable(0,0,O);if(i.encodeAdd){for(var L in i.encodeAdd){if(Object.prototype.hasOwnProperty.call(i.encodeAdd,L)){this._setEncodeChar(L.charCodeAt(0),i.encodeAdd[L])}}}this.defCharSB=this.encodeTable[0][u.defaultCharSingleByte.charCodeAt(0)];if(this.defCharSB===g)this.defCharSB=this.encodeTable[0]["?"];if(this.defCharSB===g)this.defCharSB="?".charCodeAt(0)}DBCSCodec.prototype.encoder=DBCSEncoder;DBCSCodec.prototype.decoder=DBCSDecoder;DBCSCodec.prototype._getDecodeTrieNode=function(i){var u=[];for(;i>0;i>>>=8){u.push(i&255)}if(u.length==0){u.push(0)}var p=this.decodeTables[0];for(var A=u.length-1;A>0;A--){var C=p[u[A]];if(C==g){p[u[A]]=w-this.decodeTables.length;this.decodeTables.push(p=B.slice(0))}else if(C<=w){p=this.decodeTables[w-C]}else{throw new Error("Overwrite byte in "+this.encodingName+", addr: "+i.toString(16))}}return p};DBCSCodec.prototype._addDecodeChunk=function(i){var u=parseInt(i[0],16);var p=this._getDecodeTrieNode(u);u=u&255;for(var A=1;A<i.length;A++){var g=i[A];if(typeof g==="string"){for(var C=0;C<g.length;){var w=g.charCodeAt(C++);if(w>=55296&&w<56320){var B=g.charCodeAt(C++);if(B>=56320&&B<57344){p[u++]=65536+(w-55296)*1024+(B-56320)}else{throw new Error("Incorrect surrogate pair in "+this.encodingName+" at chunk "+i[0])}}else if(w>4080&&w<=4095){var v=4095-w+2;var N=[];for(var T=0;T<v;T++){N.push(g.charCodeAt(C++))}p[u++]=S-this.decodeTableSeq.length;this.decodeTableSeq.push(N)}else{p[u++]=w}}}else if(typeof g==="number"){var Q=p[u-1]+1;for(var C=0;C<g;C++){p[u++]=Q++}}else{throw new Error("Incorrect type '"+typeof g+"' given in "+this.encodingName+" at chunk "+i[0])}}if(u>255){throw new Error("Incorrect chunk in "+this.encodingName+" at addr "+i[0]+": too long"+u)}};DBCSCodec.prototype._getEncodeBucket=function(i){var u=i>>8;if(this.encodeTable[u]===undefined){this.encodeTable[u]=B.slice(0)}return this.encodeTable[u]};DBCSCodec.prototype._setEncodeChar=function(i,u){var p=this._getEncodeBucket(i);var A=i&255;if(p[A]<=S){this.encodeTableSeq[S-p[A]][v]=u}else if(p[A]==g){p[A]=u}};DBCSCodec.prototype._setEncodeSequence=function(i,u){var p=i[0];var A=this._getEncodeBucket(p);var C=p&255;var w;if(A[C]<=S){w=this.encodeTableSeq[S-A[C]]}else{w={};if(A[C]!==g)w[v]=A[C];A[C]=S-this.encodeTableSeq.length;this.encodeTableSeq.push(w)}for(var B=1;B<i.length-1;B++){var N=w[p];if(typeof N==="object"){w=N}else{w=w[p]={};if(N!==undefined){w[v]=N}}}p=i[i.length-1];w[p]=u};DBCSCodec.prototype._fillEncodeTable=function(i,u,p){var A=this.decodeTables[i];var g=false;var C={};for(var B=0;B<256;B++){var v=A[B];var N=u+B;if(p[N]){continue}if(v>=0){this._setEncodeChar(v,N);g=true}else if(v<=w){var T=w-v;if(!C[T]){var Q=N<<8>>>0;if(this._fillEncodeTable(T,Q,p)){g=true}else{C[T]=true}}}else if(v<=S){this._setEncodeSequence(this.decodeTableSeq[S-v],N);g=true}}return g};function DBCSEncoder(i,u){this.leadSurrogate=-1;this.seqObj=undefined;this.encodeTable=u.encodeTable;this.encodeTableSeq=u.encodeTableSeq;this.defaultCharSingleByte=u.defCharSB;this.gb18030=u.gb18030}DBCSEncoder.prototype.write=function(i){var u=A.alloc(i.length*(this.gb18030?4:3));var p=this.leadSurrogate;var C=this.seqObj;var w=-1;var B=0;var N=0;while(true){if(w===-1){if(B==i.length)break;var T=i.charCodeAt(B++)}else{var T=w;w=-1}if(T>=55296&&T<57344){if(T<56320){if(p===-1){p=T;continue}else{p=T;T=g}}else{if(p!==-1){T=65536+(p-55296)*1024+(T-56320);p=-1}else{T=g}}}else if(p!==-1){w=T;T=g;p=-1}var Q=g;if(C!==undefined&&T!=g){var x=C[T];if(typeof x==="object"){C=x;continue}else if(typeof x==="number"){Q=x}else if(x==undefined){x=C[v];if(x!==undefined){Q=x;w=T}else{}}C=undefined}else if(T>=0){var _=this.encodeTable[T>>8];if(_!==undefined){Q=_[T&255]}if(Q<=S){C=this.encodeTableSeq[S-Q];continue}if(Q==g&&this.gb18030){var k=findIdx(this.gb18030.uChars,T);if(k!=-1){var Q=this.gb18030.gbChars[k]+(T-this.gb18030.uChars[k]);u[N++]=129+Math.floor(Q/12600);Q=Q%12600;u[N++]=48+Math.floor(Q/1260);Q=Q%1260;u[N++]=129+Math.floor(Q/10);Q=Q%10;u[N++]=48+Q;continue}}}if(Q===g){Q=this.defaultCharSingleByte}if(Q<256){u[N++]=Q}else if(Q<65536){u[N++]=Q>>8;u[N++]=Q&255}else if(Q<16777216){u[N++]=Q>>16;u[N++]=Q>>8&255;u[N++]=Q&255}else{u[N++]=Q>>>24;u[N++]=Q>>>16&255;u[N++]=Q>>>8&255;u[N++]=Q&255}}this.seqObj=C;this.leadSurrogate=p;return u.slice(0,N)};DBCSEncoder.prototype.end=function(){if(this.leadSurrogate===-1&&this.seqObj===undefined){return}var i=A.alloc(10);var u=0;if(this.seqObj){var p=this.seqObj[v];if(p!==undefined){if(p<256){i[u++]=p}else{i[u++]=p>>8;i[u++]=p&255}}else{}this.seqObj=undefined}if(this.leadSurrogate!==-1){i[u++]=this.defaultCharSingleByte;this.leadSurrogate=-1}return i.slice(0,u)};DBCSEncoder.prototype.findIdx=findIdx;function DBCSDecoder(i,u){this.nodeIdx=0;this.prevBytes=[];this.decodeTables=u.decodeTables;this.decodeTableSeq=u.decodeTableSeq;this.defaultCharUnicode=u.defaultCharUnicode;this.gb18030=u.gb18030}DBCSDecoder.prototype.write=function(i){var u=A.alloc(i.length*2);var p=this.nodeIdx;var B=this.prevBytes;var v=this.prevBytes.length;var N=-this.prevBytes.length;var T;for(var Q=0,x=0;Q<i.length;Q++){var _=Q>=0?i[Q]:B[Q+v];var T=this.decodeTables[p][_];if(T>=0){}else if(T===g){T=this.defaultCharUnicode.charCodeAt(0);Q=N}else if(T===C){if(Q>=3){var k=(i[Q-3]-129)*12600+(i[Q-2]-48)*1260+(i[Q-1]-129)*10+(_-48)}else{var k=(B[Q-3+v]-129)*12600+((Q-2>=0?i[Q-2]:B[Q-2+v])-48)*1260+((Q-1>=0?i[Q-1]:B[Q-1+v])-129)*10+(_-48)}var D=findIdx(this.gb18030.gbChars,k);T=this.gb18030.uChars[D]+k-this.gb18030.gbChars[D]}else if(T<=w){p=w-T;continue}else if(T<=S){var O=this.decodeTableSeq[S-T];for(var P=0;P<O.length-1;P++){T=O[P];u[x++]=T&255;u[x++]=T>>8}T=O[O.length-1]}else{throw new Error("iconv-lite internal error: invalid decoding table value "+T+" at "+p+"/"+_)}if(T>=65536){T-=65536;var L=55296|T>>10;u[x++]=L&255;u[x++]=L>>8;T=56320|T&1023}u[x++]=T&255;u[x++]=T>>8;p=0;N=Q+1}this.nodeIdx=p;this.prevBytes=N>=0?Array.prototype.slice.call(i,N):B.slice(N+v).concat(Array.prototype.slice.call(i));return u.slice(0,x).toString("ucs2")};DBCSDecoder.prototype.end=function(){var i="";while(this.prevBytes.length>0){i+=this.defaultCharUnicode;var u=this.prevBytes.slice(1);this.prevBytes=[];this.nodeIdx=0;if(u.length>0){i+=this.write(u)}}this.prevBytes=[];this.nodeIdx=0;return i};function findIdx(i,u){if(i[0]>u){return-1}var p=0;var A=i.length;while(p<A-1){var g=p+(A-p+1>>1);if(i[g]<=u){p=g}else{A=g}}return p}},11802:(i,u,p)=>{i.exports={shiftjis:{type:"_dbcs",table:function(){return p(40679)},encodeAdd:{"¥":92,"‾":126},encodeSkipVals:[{from:60736,to:63808}]},csshiftjis:"shiftjis",mskanji:"shiftjis",sjis:"shiftjis",windows31j:"shiftjis",ms31j:"shiftjis",xsjis:"shiftjis",windows932:"shiftjis",ms932:"shiftjis",932:"shiftjis",cp932:"shiftjis",eucjp:{type:"_dbcs",table:function(){return p(56406)},encodeAdd:{"¥":92,"‾":126}},gb2312:"cp936",gb231280:"cp936",gb23121980:"cp936",csgb2312:"cp936",csiso58gb231280:"cp936",euccn:"cp936",windows936:"cp936",ms936:"cp936",936:"cp936",cp936:{type:"_dbcs",table:function(){return p(74488)}},gbk:{type:"_dbcs",table:function(){return p(74488).concat(p(55914))}},xgbk:"gbk",isoir58:"gbk",gb18030:{type:"_dbcs",table:function(){return p(74488).concat(p(55914))},gb18030:function(){return p(99129)},encodeSkipVals:[128],encodeAdd:{"€":41699}},chinese:"gb18030",windows949:"cp949",ms949:"cp949",949:"cp949",cp949:{type:"_dbcs",table:function(){return p(21166)}},cseuckr:"cp949",csksc56011987:"cp949",euckr:"cp949",isoir149:"cp949",korean:"cp949",ksc56011987:"cp949",ksc56011989:"cp949",ksc5601:"cp949",windows950:"cp950",ms950:"cp950",950:"cp950",cp950:{type:"_dbcs",table:function(){return p(72324)}},big5:"big5hkscs",big5hkscs:{type:"_dbcs",table:function(){return p(72324).concat(p(43267))},encodeSkipVals:[36457,36463,36478,36523,36532,36557,36560,36695,36713,36718,36811,36862,36973,36986,37060,37084,37105,37311,37551,37552,37553,37554,37585,37959,38090,38361,38652,39285,39798,39800,39803,39878,39902,39916,39926,40002,40019,40034,40040,40043,40055,40124,40125,40144,40279,40282,40388,40431,40443,40617,40687,40701,40800,40907,41079,41180,41183,36812,37576,38468,38637,41636,41637,41639,41638,41676,41678]},cnbig5:"big5hkscs",csbig5:"big5hkscs",xxbig5:"big5hkscs"}},27585:(i,u,p)=>{var A=p(25336);var g=[p(72356),p(62021),p(8771),p(28231),p(82473),p(97083),p(69487),p(7978),p(11802)];for(var C=0;C<g.length;C++){var S=g[C];A(u,S)}},72356:(i,u,p)=>{var A=p(12803).Buffer;i.exports={utf8:{type:"_internal",bomAware:true},cesu8:{type:"_internal",bomAware:true},unicode11utf8:"utf8",ucs2:{type:"_internal",bomAware:true},utf16le:"ucs2",binary:{type:"_internal"},base64:{type:"_internal"},hex:{type:"_internal"},_internal:InternalCodec};function InternalCodec(i,u){this.enc=i.encodingName;this.bomAware=i.bomAware;if(this.enc==="base64"){this.encoder=InternalEncoderBase64}else if(this.enc==="utf8"){this.encoder=InternalEncoderUtf8}else if(this.enc==="cesu8"){this.enc="utf8";this.encoder=InternalEncoderCesu8;if(A.from("eda0bdedb2a9","hex").toString()!=="💩"){this.decoder=InternalDecoderCesu8;this.defaultCharUnicode=u.defaultCharUnicode}}}InternalCodec.prototype.encoder=InternalEncoder;InternalCodec.prototype.decoder=InternalDecoder;var g=p(13193).StringDecoder;function InternalDecoder(i,u){this.decoder=new g(u.enc)}InternalDecoder.prototype.write=function(i){if(!A.isBuffer(i)){i=A.from(i)}return this.decoder.write(i)};InternalDecoder.prototype.end=function(){return this.decoder.end()};function InternalEncoder(i,u){this.enc=u.enc}InternalEncoder.prototype.write=function(i){return A.from(i,this.enc)};InternalEncoder.prototype.end=function(){};function InternalEncoderBase64(i,u){this.prevStr=""}InternalEncoderBase64.prototype.write=function(i){i=this.prevStr+i;var u=i.length-i.length%4;this.prevStr=i.slice(u);i=i.slice(0,u);return A.from(i,"base64")};InternalEncoderBase64.prototype.end=function(){return A.from(this.prevStr,"base64")};function InternalEncoderCesu8(i,u){}InternalEncoderCesu8.prototype.write=function(i){var u=A.alloc(i.length*3);var p=0;for(var g=0;g<i.length;g++){var C=i.charCodeAt(g);if(C<128){u[p++]=C}else if(C<2048){u[p++]=192+(C>>>6);u[p++]=128+(C&63)}else{u[p++]=224+(C>>>12);u[p++]=128+(C>>>6&63);u[p++]=128+(C&63)}}return u.slice(0,p)};InternalEncoderCesu8.prototype.end=function(){};function InternalDecoderCesu8(i,u){this.acc=0;this.contBytes=0;this.accBytes=0;this.defaultCharUnicode=u.defaultCharUnicode}InternalDecoderCesu8.prototype.write=function(i){var u=this.acc;var p=this.contBytes;var A=this.accBytes;var g="";for(var C=0;C<i.length;C++){var S=i[C];if((S&192)!==128){if(p>0){g+=this.defaultCharUnicode;p=0}if(S<128){g+=String.fromCharCode(S)}else if(S<224){u=S&31;p=1;A=1}else if(S<240){u=S&15;p=2;A=1}else{g+=this.defaultCharUnicode}}else{if(p>0){u=u<<6|S&63;p--;A++;if(p===0){if(A===2&&u<128&&u>0){g+=this.defaultCharUnicode}else if(A===3&&u<2048){g+=this.defaultCharUnicode}else{g+=String.fromCharCode(u)}}}else{g+=this.defaultCharUnicode}}}this.acc=u;this.contBytes=p;this.accBytes=A;return g};InternalDecoderCesu8.prototype.end=function(){var i=0;if(this.contBytes>0){i+=this.defaultCharUnicode}return i};function InternalEncoderUtf8(i,u){this.highSurrogate=""}InternalEncoderUtf8.prototype.write=function(i){if(this.highSurrogate){i=this.highSurrogate+i;this.highSurrogate=""}if(i.length>0){var u=i.charCodeAt(i.length-1);if(u>=55296&&u<56320){this.highSurrogate=i[i.length-1];i=i.slice(0,i.length-1)}}return A.from(i,this.enc)};InternalEncoderUtf8.prototype.end=function(){if(this.highSurrogate){var i=this.highSurrogate;this.highSurrogate="";return A.from(i,this.enc)}}},82473:(i,u,p)=>{var A=p(12803).Buffer;u._sbcs=SBCSCodec;function SBCSCodec(i,u){if(!i){throw new Error("SBCS codec is called without the data.")}if(!i.chars||i.chars.length!==128&&i.chars.length!==256){throw new Error("Encoding '"+i.type+"' has incorrect 'chars' (must be of len 128 or 256)")}if(i.chars.length===128){var p="";for(var g=0;g<128;g++){p+=String.fromCharCode(g)}i.chars=p+i.chars}this.decodeBuf=A.from(i.chars,"ucs2");var C=A.alloc(65536,u.defaultCharSingleByte.charCodeAt(0));for(var g=0;g<i.chars.length;g++){C[i.chars.charCodeAt(g)]=g}this.encodeBuf=C}SBCSCodec.prototype.encoder=SBCSEncoder;SBCSCodec.prototype.decoder=SBCSDecoder;function SBCSEncoder(i,u){this.encodeBuf=u.encodeBuf}SBCSEncoder.prototype.write=function(i){var u=A.alloc(i.length);for(var p=0;p<i.length;p++){u[p]=this.encodeBuf[i.charCodeAt(p)]}return u};SBCSEncoder.prototype.end=function(){};function SBCSDecoder(i,u){this.decodeBuf=u.decodeBuf}SBCSDecoder.prototype.write=function(i){var u=this.decodeBuf;var p=A.alloc(i.length*2);var g=0;var C=0;for(var S=0;S<i.length;S++){g=i[S]*2;C=S*2;p[C]=u[g];p[C+1]=u[g+1]}return p.toString("ucs2")};SBCSDecoder.prototype.end=function(){}},69487:i=>{i.exports={437:"cp437",737:"cp737",775:"cp775",850:"cp850",852:"cp852",855:"cp855",856:"cp856",857:"cp857",858:"cp858",860:"cp860",861:"cp861",862:"cp862",863:"cp863",864:"cp864",865:"cp865",866:"cp866",869:"cp869",874:"windows874",922:"cp922",1046:"cp1046",1124:"cp1124",1125:"cp1125",1129:"cp1129",1133:"cp1133",1161:"cp1161",1162:"cp1162",1163:"cp1163",1250:"windows1250",1251:"windows1251",1252:"windows1252",1253:"windows1253",1254:"windows1254",1255:"windows1255",1256:"windows1256",1257:"windows1257",1258:"windows1258",28591:"iso88591",28592:"iso88592",28593:"iso88593",28594:"iso88594",28595:"iso88595",28596:"iso88596",28597:"iso88597",28598:"iso88598",28599:"iso88599",28600:"iso885910",28601:"iso885911",28603:"iso885913",28604:"iso885914",28605:"iso885915",28606:"iso885916",windows874:{type:"_sbcs",chars:"€<><E282AC><EFBFBD><EFBFBD>…<EFBFBD><E280A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>‘’“”•–—<E28093><E28094><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู<E0B8B9><E0B8BA><EFBFBD><EFBFBD>฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛<E0B99A><E0B99B><EFBFBD><EFBFBD>"},win874:"windows874",cp874:"windows874",windows1250:{type:"_sbcs",chars:"€<>‚<EFBFBD>„…†‡<E280A0>‰Š‹ŚŤŽŹ<C5BD>‘’“”•–—<E28093>™š›śťžź ˇ˘Ł¤Ą¦§¨©Ş«¬®Ż°±˛ł´µ¶·¸ąş»Ľ˝ľżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},win1250:"windows1250",cp1250:"windows1250",windows1251:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊЌЋЏђ‘’“”•–—<E28093>™љ›њќћџ ЎўЈ¤Ґ¦§Ё©Є«¬®Ї°±Ііґµ¶·ё№є»јЅѕїАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},win1251:"windows1251",cp1251:"windows1251",windows1252:{type:"_sbcs",chars:"€<>‚ƒ„…†‡ˆ‰Š‹Œ<E280B9>Ž<EFBFBD><C5BD>‘’“”•–—˜™š›œ<E280BA>žŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},win1252:"windows1252",cp1252:"windows1252",windows1253:{type:"_sbcs",chars:"€<>‚ƒ„…†‡<E280A0>‰<EFBFBD>‹<EFBFBD><E280B9><EFBFBD><EFBFBD><EFBFBD>‘’“”•–—<E28093>™<EFBFBD>›<EFBFBD><E280BA><EFBFBD><EFBFBD> ΅Ά£¤¥¦§¨©<C2A8>«¬®―°±²³΄µ¶·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ<CEA0>ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ<CF8D>"},win1253:"windows1253",cp1253:"windows1253",windows1254:{type:"_sbcs",chars:"€<>‚ƒ„…†‡ˆ‰Š‹Œ<E280B9><C592><EFBFBD><EFBFBD>‘’“”•–—˜™š›œ<E280BA><C593>Ÿ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},win1254:"windows1254",cp1254:"windows1254",windows1255:{type:"_sbcs",chars:"€<>‚ƒ„…†‡ˆ‰<CB86>‹<EFBFBD><E280B9><EFBFBD><EFBFBD><EFBFBD>‘’“”•–—˜™<CB9C>›<EFBFBD><E280BA><EFBFBD><EFBFBD> ¡¢£₪¥¦§¨©×«¬®¯°±²³´µ¶·¸¹÷»¼½¾¿ְֱֲֳִֵֶַָֹֺֻּֽ־ֿ׀ׁׂ׃װױײ׳״<D7B3><D7B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>אבגדהוזחטיךכלםמןנסעףפץצקרשת<D7A9><D7AA><E2808E>"},win1255:"windows1255",cp1255:"windows1255",windows1256:{type:"_sbcs",chars:"€پ‚ƒ„…†‡ˆ‰ٹ‹Œچژڈگ‘’“”•–—ک™ڑ›œں ،¢£¤¥¦§¨©ھ«¬®¯°±²³´µ¶·¸¹؛»¼½¾؟ہءآأؤإئابةتثجحخدذرزسشصض×طظعغـفقكàلâمنهوçèéêëىيîïًٌٍَôُِ÷ّùْûüے"},win1256:"windows1256",cp1256:"windows1256",windows1257:{type:"_sbcs",chars:"€<>‚<EFBFBD>„…†‡<E280A0>‰<EFBFBD>‹<EFBFBD>¨ˇ¸<CB87>‘’“”•–—<E28093>™<EFBFBD>›<EFBFBD>¯˛<C2AF> <EFBFBD>¢£¤<C2A3>¦§Ø©Ŗ«¬®Æ°±²³´µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž˙"},win1257:"windows1257",cp1257:"windows1257",windows1258:{type:"_sbcs",chars:"€<>‚ƒ„…†‡ˆ‰<CB86>‹Œ<E280B9><C592><EFBFBD><EFBFBD>‘’“”•–—˜™<CB9C>›œ<E280BA><C593>Ÿ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},win1258:"windows1258",cp1258:"windows1258",iso88591:{type:"_sbcs",chars:"
¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28591:"iso88591",iso88592:{type:"_sbcs",chars:"
Ą˘Ł¤ĽŚ§¨ŠŞŤŹŽŻ°ą˛ł´ľśˇ¸šşťź˝žżŔÁÂĂÄĹĆÇČÉĘËĚÍÎĎĐŃŇÓÔŐÖ×ŘŮÚŰÜÝŢßŕáâăäĺćçčéęëěíîďđńňóôőö÷řůúűüýţ˙"},cp28592:"iso88592",iso88593:{type:"_sbcs",chars:"
Ħ˘£¤<C2A3>Ĥ§¨İŞĞĴ<C4B4>ݰħ²³´µĥ·¸ışğĵ½<C4B5>żÀÁÂ<C381>ÄĊĈÇÈÉÊËÌÍÎÏ<C38E>ÑÒÓÔĠÖ×ĜÙÚÛÜŬŜßàáâ<C3A1>äċĉçèéêëìíîï<C3AE>ñòóôġö÷ĝùúûüŭŝ˙"},cp28593:"iso88593",iso88594:{type:"_sbcs",chars:"
ĄĸŖ¤Ĩϧ¨ŠĒĢŦޝ°ą˛ŗ´ĩšēģŧŊžŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎĪĐŅŌĶÔÕÖרŲÚÛÜŨŪßāáâãäåæįčéęëėíîīđņōķôõö÷øųúûüũū˙"},cp28594:"iso88594",iso88595:{type:"_sbcs",chars:"
ЁЂЃЄЅІЇЈЉЊЋЌЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђѓєѕіїјљњћќ§ўџ"},cp28595:"iso88595",iso88596:{type:"_sbcs",chars:"
<C29F><C2A0><EFBFBD>¤<EFBFBD><C2A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>،<D88C><C2AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>؛<EFBFBD><D89B><EFBFBD>؟<EFBFBD>ءآأؤإئابةتثجحخدذرزسشصضطظعغ<D8B9><D8BA><EFBFBD><EFBFBD><EFBFBD>ـفقكلمنهوىيًٌٍَُِّْ<D991><D992><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"},cp28596:"iso88596",iso88597:{type:"_sbcs",chars:"
‘’£€₯¦§¨©ͺ«¬<C2AC>―°±²³΄΅Ά·ΈΉΊ»Ό½ΎΏΐΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡ<CEA0>ΣΤΥΦΧΨΩΪΫάέήίΰαβγδεζηθικλμνξοπρςστυφχψωϊϋόύώ<CF8D>"},cp28597:"iso88597",iso88598:{type:"_sbcs",chars:"
<C29F>¢£¤¥¦§¨©×«¬®¯°±²³´µ¶·¸¹÷»¼½¾<C2BD><C2BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>‗אבגדהוזחטיךכלםמןנסעףפץצקרשת<D7A9><D7AA><E2808E>"},cp28598:"iso88598",iso88599:{type:"_sbcs",chars:"
¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏĞÑÒÓÔÕÖרÙÚÛÜİŞßàáâãäåæçèéêëìíîïğñòóôõö÷øùúûüışÿ"},cp28599:"iso88599",iso885910:{type:"_sbcs",chars:"
ĄĒĢĪĨͧĻĐŠŦŽŪŊ°ąēģīĩķ·ļđšŧž―ūŋĀÁÂÃÄÅÆĮČÉĘËĖÍÎÏÐŅŌÓÔÕÖŨØŲÚÛÜÝÞßāáâãäåæįčéęëėíîïðņōóôõöũøųúûüýþĸ"},cp28600:"iso885910",iso885911:{type:"_sbcs",chars:"
กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู<E0B8B9><E0B8BA><EFBFBD><EFBFBD>฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛<E0B99A><E0B99B><EFBFBD><EFBFBD>"},cp28601:"iso885911",iso885913:{type:"_sbcs",chars:"
”¢£¤„¦§Ø©Ŗ«¬®Æ°±²³“µ¶·ø¹ŗ»¼½¾æĄĮĀĆÄÅĘĒČÉŹĖĢĶĪĻŠŃŅÓŌÕÖ×ŲŁŚŪÜŻŽßąįāćäåęēčéźėģķīļšńņóōõö÷ųłśūüżž’"},cp28603:"iso885913",iso885914:{type:"_sbcs",chars:"
Ḃḃ£ĊċḊ§Ẁ©ẂḋỲ®ŸḞḟĠġṀṁ¶ṖẁṗẃṠỳẄẅṡÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŴÑÒÓÔÕÖṪØÙÚÛÜÝŶßàáâãäåæçèéêëìíîïŵñòóôõöṫøùúûüýŷÿ"},cp28604:"iso885914",iso885915:{type:"_sbcs",chars:"
¡¢£€¥Š§š©ª«¬®¯°±²³Žµ¶·ž¹º»ŒœŸ¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},cp28605:"iso885915",iso885916:{type:"_sbcs",chars:"
ĄąŁ€„Чš©Ș«ŹźŻ°±ČłŽ”¶·žčș»ŒœŸżÀÁÂĂÄĆÆÇÈÉÊËÌÍÎÏĐŃÒÓÔŐÖŚŰÙÚÛÜĘȚßàáâăäćæçèéêëìíîïđńòóôőöśűùúûüęțÿ"},cp28606:"iso885916",cp437:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜ¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm437:"cp437",csibm437:"cp437",cp737:{type:"_sbcs",chars:"ΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩαβγδεζηθικλμνξοπρσςτυφχψ░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ωάέήϊίόύϋώΆΈΉΊΌΎΏ±≥≤ΪΫ÷≈°∙·√ⁿ²■ "},ibm737:"cp737",csibm737:"cp737",cp775:{type:"_sbcs",chars:"ĆüéāäģåćłēŖŗīŹÄÅÉæÆōöĢ¢ŚśÖÜø£Ø×¤ĀĪóŻżź”¦©®¬½¼Ł«»░▒▓│┤ĄČĘĖ╣║╗╝ĮŠ┐└┴┬├─┼ŲŪ╚╔╩╦╠═╬Žąčęėįšųūž┘┌█▄▌▐▀ÓßŌŃõÕµńĶķĻļņĒŅ’±“¾¶§÷„°∙·¹³²■ "},ibm775:"cp775",csibm775:"cp775",cp850:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈıÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´±‗¾¶§÷¸°¨·¹³²■ "},ibm850:"cp850",csibm850:"cp850",cp852:{type:"_sbcs",chars:"ÇüéâäůćçłëŐőîŹÄĆÉĹĺôöĽľŚśÖÜŤťŁ×čáíóúĄąŽžĘ꬟Ⱥ«»░▒▓│┤ÁÂĚŞ╣║╗╝Żż┐└┴┬├─┼Ăă╚╔╩╦╠═╬¤đĐĎËďŇÍÎě┘┌█▄ŢŮ▀ÓßÔŃńňŠšŔÚŕŰýÝţ´˝˛ˇ˘§÷¸°¨˙űŘř■ "},ibm852:"cp852",csibm852:"cp852",cp855:{type:"_sbcs",chars:"ђЂѓЃёЁєЄѕЅіІїЇјЈљЉњЊћЋќЌўЎџЏюЮъЪаАбБцЦдДеЕфФгГ«»░▒▓│┤хХиИ╣║╗╝йЙ┐└┴┬├─┼кК╚╔╩╦╠═╬¤лЛмМнНоОп┘┌█▄Пя▀ЯрРсСтТуУжЖвВьЬ№ыЫзЗшШэЭщЩчЧ§■ "},ibm855:"cp855",csibm855:"cp855",cp856:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת<D7A9>£<EFBFBD>×<EFBFBD><C397><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>®¬½¼<C2BD>«»░▒▓│┤<E29482><E294A4><EFBFBD>©╣║╗╝¢¥┐└┴┬├─┼<E29480><E294BC>╚╔╩╦╠═╬¤<E295AC><C2A4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>┘┌█▄¦<E29684>▀<EFBFBD><E29680><EFBFBD><EFBFBD><EFBFBD><EFBFBD>µ<EFBFBD><C2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>¯´±‗¾¶§÷¸°¨·¹³²■ "},ibm856:"cp856",csibm856:"cp856",cp857:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîıÄÅÉæÆôöòûùİÖÜø£ØŞşáíóúñÑĞ𿮬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ºªÊËÈ<C38B>ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµ<C395>×ÚÛÙìÿ¯´±<C2AD>¾¶§÷¸°¨·¹³²■ "},ibm857:"cp857",csibm857:"cp857",cp858:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø×ƒáíóúñѪº¿®¬½¼¡«»░▒▓│┤ÁÂÀ©╣║╗╝¢¥┐└┴┬├─┼ãÃ╚╔╩╦╠═╬¤ðÐÊËÈ€ÍÎÏ┘┌█▄¦Ì▀ÓßÔÒõÕµþÞÚÛÙýݯ´±‗¾¶§÷¸°¨·¹³²■ "},ibm858:"cp858",csibm858:"cp858",cp860:{type:"_sbcs",chars:"ÇüéâãàÁçêÊèÍÔìÃÂÉÀÈôõòÚùÌÕÜ¢£Ù₧ÓáíóúñѪº¿Ò¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm860:"cp860",csibm860:"cp860",cp861:{type:"_sbcs",chars:"ÇüéâäàåçêëèÐðÞÄÅÉæÆôöþûÝýÖÜø£Ø₧ƒáíóúÁÍÓÚ¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm861:"cp861",csibm861:"cp861",cp862:{type:"_sbcs",chars:"אבגדהוזחטיךכלםמןנסעףפץצקרשת¢£¥₧ƒáíóúñѪº¿⌐¬½¼¡«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm862:"cp862",csibm862:"cp862",cp863:{type:"_sbcs",chars:"ÇüéâÂà¶çêëèïî‗À§ÉÈÊôËÏûù¤ÔÜ¢£ÙÛƒ¦´óú¨¸³¯Î⌐¬½¼¾«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm863:"cp863",csibm863:"cp863",cp864:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$٪&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~°·∙√▒─│┼┤┬├┴┐┌└┘β∞φ±½¼≈«»ﻷﻸ<EFBBB7><EFBBB8>ﻻﻼ<EFBBBB> ﺂ£¤ﺄ<C2A4><EFBA84>ﺎﺏﺕﺙ،ﺝﺡﺥ٠١٢٣٤٥٦٧٨٩ﻑ؛ﺱﺵﺹ؟¢ﺀﺁﺃﺅﻊﺋﺍﺑﺓﺗﺛﺟﺣﺧﺩﺫﺭﺯﺳﺷﺻﺿﻁﻅﻋﻏ¦¬÷×ﻉـﻓﻗﻛﻟﻣﻧﻫﻭﻯﻳﺽﻌﻎﻍﻡﹽّﻥﻩﻬﻰﻲﻐﻕﻵﻶﻝﻙﻱ■<EFBBB1>"},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"ÇüéâäàåçêëèïîìÄÅÉæÆôöòûùÿÖÜø£Ø₧ƒáíóúñѪº¿⌐¬½¼¡«¤░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№¤■ "},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ά<EFBFBD>·¬¦‘’Έ―ΉΊΪΌ<CEAA><CE8C>ΎΫ©Ώ²³ά£έήίϊΐόύΑΒΓΔΕΖΗ½ΘΙ«»░▒▓│┤ΚΛΜΝ╣║╗╝ΞΟ┐└┴┬├─┼ΠΡ╚╔╩╦╠═╬ΣΤΥΦΧΨΩαβγ┘┌█▄δε▀ζηθικλμνξοπρσςτ΄±υφχ§ψ΅°¨ωϋΰώ■ "},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"
¡¢£¤¥¦§¨©ª«¬®‾°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏŠÑÒÓÔÕÖרÙÚÛÜÝŽßàáâãäåæçèéêëìíîïšñòóôõö÷øùúûüýžÿ"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"ﺈ×÷ﹱ■│─┐┌└┘ﹹﹻﹽﹿﹷﺊﻰﻳﻲﻎﻏﻐﻶﻸﻺﻼ ¤ﺋﺑﺗﺛﺟﺣ،ﺧﺳ٠١٢٣٤٥٦٧٨٩ﺷ؛ﺻﺿﻊ؟ﻋءآأؤإئابةتثجحخدذرزسشصضطﻇعغﻌﺂﺄﺎﻓـفقكلمنهوىيًٌٍَُِّْﻗﻛﻟﻵﻷﻹﻻﻣﻧﻬﻩ<EFBBAC>"},ibm1046:"cp1046",csibm1046:"cp1046",cp1124:{type:"_sbcs",chars:"
ЁЂҐЄЅІЇЈЉЊЋЌЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя№ёђґєѕіїјљњћќ§ўџ"},ibm1124:"cp1124",csibm1124:"cp1124",cp1125:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёҐґЄєІіЇї·√№¤■ "},ibm1125:"cp1125",csibm1125:"cp1125",cp1129:{type:"_sbcs",chars:"
¡¢£¤¥¦§œ©ª«¬®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1129:"cp1129",csibm1129:"cp1129",cp1133:{type:"_sbcs",chars:"
ກຂຄງຈສຊຍດຕຖທນບປຜຝພຟມຢຣລວຫອຮ<E0BAAD><E0BAAE><EFBFBD>ຯະາຳິີຶືຸູຼັົຽ<E0BABB><E0BABD><EFBFBD>ເແໂໃໄ່້໊໋໌ໍໆ<E0BB8D>ໜໝ₭<E0BB9D><E282AD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>໐໑໒໓໔໕໖໗໘໙<E0BB98><E0BB99>¢¬¦<C2AC>"},ibm1133:"cp1133",csibm1133:"cp1133",cp1161:{type:"_sbcs",chars:"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>่กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู้๊๋€฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛¢¬¦ "},ibm1161:"cp1161",csibm1161:"cp1161",cp1162:{type:"_sbcs",chars:"€…‘’“”•–— กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู<E0B8B9><E0B8BA><EFBFBD><EFBFBD>฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛<E0B99A><E0B99B><EFBFBD><EFBFBD>"},ibm1162:"cp1162",csibm1162:"cp1162",cp1163:{type:"_sbcs",chars:"
¡¢£€¥¦§œ©ª«¬®¯°±²³Ÿµ¶·Œ¹º»¼½¾¿ÀÁÂĂÄÅÆÇÈÉÊË̀ÍÎÏĐÑ̉ÓÔƠÖרÙÚÛÜỮßàáâăäåæçèéêë́íîïđṇ̃óôơö÷øùúûüư₫ÿ"},ibm1163:"cp1163",csibm1163:"cp1163",maccroatian:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®Š™´¨≠ŽØ∞±≤≥∆µ∂∑∏š∫ªºΩžø¿¡¬√ƒ≈ƫȅ ÀÃÕŒœĐ—“”‘’÷◊<C3B7>©⁄¤‹›Æ»–·‚„‰ÂćÁčÈÍÎÏÌÓÔđÒÚÛÙıˆ˜¯πË˚¸Êæˇ"},maccyrillic:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°¢£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµ∂ЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},macgreek:{type:"_sbcs",chars:"Ĺ²É³ÖÜ΅àâä΄¨çéèê룙î‰ôö¦ùûü†ΓΔΘΛΞΠß®©ΣΪ§≠°·Α±≤≥¥ΒΕΖΗΙΚΜΦΫΨΩάΝ¬ΟΡ≈Τ«»… ΥΧΆΈœ–―“”‘’÷ΉΊΌΎέήίόΏύαβψδεφγηιξκλμνοπώρστθωςχυζϊϋΐΰ<CE90>"},maciceland:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûüݰ¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤ÐðÞþý·‚„‰ÂÊÁËÈÍÎÏÌÓÔ<C393>ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macroman:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ<C393>ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macromania:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ĂŞ∞±≤≥¥µ∂∑∏π∫ªºΩăş¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›Ţţ‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ<C393>ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},macthai:{type:"_sbcs",chars:"«»…“”<E2809D>•‘’<E28098> กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู\ufeff–—฿เแโใไๅๆ็่้๊๋์ํ™๏๐๑๒๓๔๕๖๗๘๙®©<C2AE><C2A9><EFBFBD><EFBFBD>"},macturkish:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸĞğİıŞş‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ<C393>ÒÚÛÙ<C39B>ˆ˜¯˘˙˚¸˝˛ˇ"},macukraine:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ†°Ґ£§•¶І®©™Ђђ≠Ѓѓ∞±≤≥іµґЈЄєЇїЉљЊњјЅ¬√ƒ≈∆«»… ЋћЌќѕ–—“”‘’÷„ЎўЏџ№Ёёяабвгдежзийклмнопрстуфхцчшщъыьэю¤"},koi8r:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ё╓╔╕╖╗╘╙╚╛╜╝╞╟╠╡Ё╢╣╤╥╦╧╨╩╪╫╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8u:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґ╝╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪Ґ╬©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8ru:{type:"_sbcs",chars:"─│┌┐└┘├┤┬┴┼▀▄█▌▐░▒▓⌠■∙√≈≤≥ ⌡°²·÷═║╒ёє╔ії╗╘╙╚╛ґў╞╟╠╡ЁЄ╣ІЇ╦╧╨╩╪ҐЎ©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},koi8t:{type:"_sbcs",chars:"қғ‚Ғ„…†‡<E280A0>‰ҳ‹ҲҷҶ<D2B7>Қ‘’“”•–—<E28093>™<EFBFBD>›<EFBFBD><E280BA><EFBFBD><EFBFBD><EFBFBD>ӯӮё¤ӣ¦§<C2A6><C2A7><EFBFBD>«¬®<C2AD>°±²Ё<C2B2>Ӣ¶·<C2B6>№<EFBFBD>»<EFBFBD><C2BB><EFBFBD>©юабцдефгхийклмнопярстужвьызшэщчъЮАБЦДЕФГХИЙКЛМНОПЯРСТУЖВЬЫЗШЭЩЧЪ"},armscii8:{type:"_sbcs",chars:"
<C29F>և։)(»«—.՝,-֊…՜՛՞ԱաԲբԳգԴդԵեԶզԷէԸըԹթԺժԻիԼլԽխԾծԿկՀհՁձՂղՃճՄմՅյՆնՇշՈոՉչՊպՋջՌռՍսՎվՏտՐրՑցՒւՓփՔքՕօՖֆ՚<D686>"},rk1048:{type:"_sbcs",chars:"ЂЃ‚ѓ„…†‡€‰Љ‹ЊҚҺЏђ‘’“”•–—<E28093>™љ›њқһџ ҰұӘ¤Ө¦§Ё©Ғ«¬®Ү°±Ііөµ¶·ё№ғ»әҢңүАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},tcvn:{type:"_sbcs",chars:"\0ÚỤỪỬỮ\b\t\n\v\f\rỨỰỲỶỸÝỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ÀẢÃÁẠẶẬÈẺẼÉẸỆÌỈĨÍỊÒỎÕÓỌỘỜỞỠỚỢÙỦŨ ĂÂÊÔƠƯĐăâêôơưđẶ̀̀̉̃́àảãáạẲằẳẵắẴẮẦẨẪẤỀặầẩẫấậèỂẻẽéẹềểễếệìỉỄẾỒĩíịòỔỏõóọồổỗốộờởỡớợùỖủũúụừửữứựỳỷỹýỵỐ"},georgianacademy:{type:"_sbcs",chars:"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზთიკლმნოპჟრსტუფქღყშჩცძწჭხჯჰჱჲჳჴჵჶçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},georgianps:{type:"_sbcs",chars:"‚ƒ„…†‡ˆ‰Š‹Œ‘’“”•–—˜™š›œŸ ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿აბგდევზჱთიკლმნჲოპჟრსტჳუფქღყშჩცძწჭხჴჯჰჵæçèéêëìíîïðñòóôõö÷øùúûüýþÿ"},pt154:{type:"_sbcs",chars:"ҖҒӮғ„…ҶҮҲүҠӢҢҚҺҸҗ‘’“”•–—ҳҷҡӣңқһҹ ЎўЈӨҘҰ§Ё©Ә«¬ӯ®Ҝ°ұІіҙө¶·ё№ә»јҪҫҝАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя"},viscii:{type:"_sbcs",chars:"\0ẲẴẪ\b\t\n\v\f\rỶỸỴ !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~ẠẮẰẶẤẦẨẬẼẸẾỀỂỄỆỐỒỔỖỘỢỚỜỞỊỎỌỈỦŨỤỲÕắằặấầẩậẽẹếềểễệốồổỗỠƠộờởịỰỨỪỬơớƯÀÁÂÃẢĂẳẵÈÉÊẺÌÍĨỳĐứÒÓÔạỷừửÙÚỹỵÝỡưàáâãảăữẫèéêẻìíĩỉđựòóôõỏọụùúũủýợỮ"},iso646cn:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#¥%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}‾<E280BE><7F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"},iso646jp:{type:"_sbcs",chars:"\0\b\t\n\v\f\r !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[¥]^_`abcdefghijklmnopqrstuvwxyz{|}‾<E280BE><7F><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"},hproman8:{type:"_sbcs",chars:"
ÀÂÈÊËÎÏ´ˋˆ¨˜ÙÛ₤¯Ýý°ÇçÑñ¡¿¤£¥§ƒ¢âêôûáéóúàèòùäëöüÅîØÆåíøæÄìÖÜÉïßÔÁÃãÐðÍÌÓÒÕõŠšÚŸÿÞþ·µ¶¾—¼½ªº«■»±<C2BB>"},macintosh:{type:"_sbcs",chars:"ÄÅÇÉÑÖÜáàâäãåçéèêëíìîïñóòôöõúùûü†°¢£§•¶ß®©™´¨≠ÆØ∞±≤≥¥µ∂∑∏π∫ªºΩæø¿¡¬√ƒ≈∆«»… ÀÃÕŒœ–—“”‘’÷◊ÿŸ⁄¤‹›fifl‡·‚„‰ÂÊÁËÈÍÎÏÌÓÔ<C393>ÒÚÛÙıˆ˜¯˘˙˚¸˝˛ˇ"},ascii:{type:"_sbcs",chars:"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>"},tis620:{type:"_sbcs",chars:"<22><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู<E0B8B9><E0B8BA><EFBFBD><EFBFBD>฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛<E0B99A><E0B99B><EFBFBD><EFBFBD>"}}},97083:i=>{i.exports={10029:"maccenteuro",maccenteuro:{type:"_sbcs",chars:"ÄĀāÉĄÖÜáąČäčĆć鏟ĎíďĒēĖóėôöõúĚěü†°Ę£§•¶ß®©™ę¨≠ģĮįĪ≤≥īĶ∂∑łĻļĽľĹĺŅņѬ√ńŇ∆«»… ňŐÕőŌ–—“”‘’÷◊ōŔŕŘ‹›řŖŗŠ‚„šŚśÁŤťÍŽžŪÓÔūŮÚůŰűŲųÝýķŻŁżĢˇ"},808:"cp808",ibm808:"cp808",cp808:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмноп░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀рстуфхцчшщъыьэюяЁёЄєЇїЎў°∙·√№€■ "},mik:{type:"_sbcs",chars:"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя└┴┬├─┼╣║╚╔╩╦╠═╬┐░▒▓│┤№§╗╝┘┌█▄▌▐▀αßΓπΣσµτΦΘΩδ∞φε∩≡±≥≤⌠⌡÷≈°∙·√ⁿ²■ "},cp720:{type:"_sbcs",chars:"éâàçêëèïîّْô¤ـûùءآأؤ£إئابةتثجحخدذرزسشص«»░▒▓│┤╡╢╖╕╣║╗╝╜╛┐└┴┬├─┼╞╟╚╔╩╦╠═╬╧╨╤╥╙╘╒╓╫╪┘┌█▄▌▐▀ضطظعغفµقكلمنهوىي≡ًٌٍَُِ≈°∙·√ⁿ²■ "},ascii8bit:"ascii",usascii:"ascii",ansix34:"ascii",ansix341968:"ascii",ansix341986:"ascii",csascii:"ascii",cp367:"ascii",ibm367:"ascii",isoir6:"ascii",iso646us:"ascii",iso646irv:"ascii",us:"ascii",latin1:"iso88591",latin2:"iso88592",latin3:"iso88593",latin4:"iso88594",latin5:"iso88599",latin6:"iso885910",latin7:"iso885913",latin8:"iso885914",latin9:"iso885915",latin10:"iso885916",csisolatin1:"iso88591",csisolatin2:"iso88592",csisolatin3:"iso88593",csisolatin4:"iso88594",csisolatincyrillic:"iso88595",csisolatinarabic:"iso88596",csisolatingreek:"iso88597",csisolatinhebrew:"iso88598",csisolatin5:"iso88599",csisolatin6:"iso885910",l1:"iso88591",l2:"iso88592",l3:"iso88593",l4:"iso88594",l5:"iso88599",l6:"iso885910",l7:"iso885913",l8:"iso885914",l9:"iso885915",l10:"iso885916",isoir14:"iso646jp",isoir57:"iso646cn",isoir100:"iso88591",isoir101:"iso88592",isoir109:"iso88593",isoir110:"iso88594",isoir144:"iso88595",isoir127:"iso88596",isoir126:"iso88597",isoir138:"iso88598",isoir148:"iso88599",isoir157:"iso885910",isoir166:"tis620",isoir179:"iso885913",isoir199:"iso885914",isoir203:"iso885915",isoir226:"iso885916",cp819:"iso88591",ibm819:"iso88591",cyrillic:"iso88595",arabic:"iso88596",arabic8:"iso88596",ecma114:"iso88596",asmo708:"iso88596",greek:"iso88597",greek8:"iso88597",ecma118:"iso88597",elot928:"iso88597",hebrew:"iso88598",hebrew8:"iso88598",turkish:"iso88599",turkish8:"iso88599",thai:"iso885911",thai8:"iso885911",celtic:"iso885914",celtic8:"iso885914",isoceltic:"iso885914",tis6200:"tis620",tis62025291:"tis620",tis62025330:"tis620",1e4:"macroman",10006:"macgreek",10007:"maccyrillic",10079:"maciceland",10081:"macturkish",cspc8codepage437:"cp437",cspc775baltic:"cp775",cspc850multilingual:"cp850",cspcp852:"cp852",cspc862latinhebrew:"cp862",cpgr:"cp869",msee:"cp1250",mscyrl:"cp1251",msansi:"cp1252",msgreek:"cp1253",msturk:"cp1254",mshebr:"cp1255",msarab:"cp1256",winbaltrim:"cp1257",cp20866:"koi8r",20866:"koi8r",ibm878:"koi8r",cskoi8r:"koi8r",cp21866:"koi8u",21866:"koi8u",ibm1168:"koi8u",strk10482002:"rk1048",tcvn5712:"tcvn",tcvn57121:"tcvn",gb198880:"iso646cn",cn:"iso646cn",csiso14jisc6220ro:"iso646jp",jisc62201969ro:"iso646jp",jp:"iso646jp",cshproman8:"hproman8",r8:"hproman8",roman8:"hproman8",xroman8:"hproman8",ibm1051:"hproman8",mac:"macintosh",csmacintosh:"macintosh"}},8771:(i,u,p)=>{var A=p(12803).Buffer;u.utf16be=Utf16BECodec;function Utf16BECodec(){}Utf16BECodec.prototype.encoder=Utf16BEEncoder;Utf16BECodec.prototype.decoder=Utf16BEDecoder;Utf16BECodec.prototype.bomAware=true;function Utf16BEEncoder(){}Utf16BEEncoder.prototype.write=function(i){var u=A.from(i,"ucs2");for(var p=0;p<u.length;p+=2){var g=u[p];u[p]=u[p+1];u[p+1]=g}return u};Utf16BEEncoder.prototype.end=function(){};function Utf16BEDecoder(){this.overflowByte=-1}Utf16BEDecoder.prototype.write=function(i){if(i.length==0){return""}var u=A.alloc(i.length+1);var p=0;var g=0;if(this.overflowByte!==-1){u[0]=i[0];u[1]=this.overflowByte;p=1;g=2}for(;p<i.length-1;p+=2,g+=2){u[g]=i[p+1];u[g+1]=i[p]}this.overflowByte=p==i.length-1?i[i.length-1]:-1;return u.slice(0,g).toString("ucs2")};Utf16BEDecoder.prototype.end=function(){this.overflowByte=-1};u.utf16=Utf16Codec;function Utf16Codec(i,u){this.iconv=u}Utf16Codec.prototype.encoder=Utf16Encoder;Utf16Codec.prototype.decoder=Utf16Decoder;function Utf16Encoder(i,u){i=i||{};if(i.addBOM===undefined){i.addBOM=true}this.encoder=u.iconv.getEncoder("utf-16le",i)}Utf16Encoder.prototype.write=function(i){return this.encoder.write(i)};Utf16Encoder.prototype.end=function(){return this.encoder.end()};function Utf16Decoder(i,u){this.decoder=null;this.initialBufs=[];this.initialBufsLen=0;this.options=i||{};this.iconv=u.iconv}Utf16Decoder.prototype.write=function(i){if(!this.decoder){this.initialBufs.push(i);this.initialBufsLen+=i.length;if(this.initialBufsLen<16){return""}var u=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(u,this.options);var p="";for(var A=0;A<this.initialBufs.length;A++){p+=this.decoder.write(this.initialBufs[A])}this.initialBufs.length=this.initialBufsLen=0;return p}return this.decoder.write(i)};Utf16Decoder.prototype.end=function(){if(!this.decoder){var i=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(i,this.options);var u="";for(var p=0;p<this.initialBufs.length;p++){u+=this.decoder.write(this.initialBufs[p])}var A=this.decoder.end();if(A){u+=A}this.initialBufs.length=this.initialBufsLen=0;return u}return this.decoder.end()};function detectEncoding(i,u){var p=[];var A=0;var g=0;var C=0;e:for(var S=0;S<i.length;S++){var w=i[S];for(var B=0;B<w.length;B++){p.push(w[B]);if(p.length===2){if(A===0){if(p[0]===255&&p[1]===254)return"utf-16le";if(p[0]===254&&p[1]===255)return"utf-16be"}if(p[0]===0&&p[1]!==0)C++;if(p[0]!==0&&p[1]===0)g++;p.length=0;A++;if(A>=100){break e}}}}if(C>g)return"utf-16be";if(C<g)return"utf-16le";return u||"utf-16le"}},62021:(i,u,p)=>{var A=p(12803).Buffer;u._utf32=Utf32Codec;function Utf32Codec(i,u){this.iconv=u;this.bomAware=true;this.isLE=i.isLE}u.utf32le={type:"_utf32",isLE:true};u.utf32be={type:"_utf32",isLE:false};u.ucs4le="utf32le";u.ucs4be="utf32be";Utf32Codec.prototype.encoder=Utf32Encoder;Utf32Codec.prototype.decoder=Utf32Decoder;function Utf32Encoder(i,u){this.isLE=u.isLE;this.highSurrogate=0}Utf32Encoder.prototype.write=function(i){var u=A.from(i,"ucs2");var p=A.alloc(u.length*2);var g=this.isLE?p.writeUInt32LE:p.writeUInt32BE;var C=0;for(var S=0;S<u.length;S+=2){var w=u.readUInt16LE(S);var B=w>=55296&&w<56320;var v=w>=56320&&w<57344;if(this.highSurrogate){if(B||!v){g.call(p,this.highSurrogate,C);C+=4}else{var N=(this.highSurrogate-55296<<10|w-56320)+65536;g.call(p,N,C);C+=4;this.highSurrogate=0;continue}}if(B){this.highSurrogate=w}else{g.call(p,w,C);C+=4;this.highSurrogate=0}}if(C<p.length){p=p.slice(0,C)}return p};Utf32Encoder.prototype.end=function(){if(!this.highSurrogate){return}var i=A.alloc(4);if(this.isLE){i.writeUInt32LE(this.highSurrogate,0)}else{i.writeUInt32BE(this.highSurrogate,0)}this.highSurrogate=0;return i};function Utf32Decoder(i,u){this.isLE=u.isLE;this.badChar=u.iconv.defaultCharUnicode.charCodeAt(0);this.overflow=[]}Utf32Decoder.prototype.write=function(i){if(i.length===0){return""}var u=0;var p=0;var g=A.alloc(i.length+4);var C=0;var S=this.isLE;var w=this.overflow;var B=this.badChar;if(w.length>0){for(;u<i.length&&w.length<4;u++){w.push(i[u])}if(w.length===4){if(S){p=w[u]|w[u+1]<<8|w[u+2]<<16|w[u+3]<<24}else{p=w[u+3]|w[u+2]<<8|w[u+1]<<16|w[u]<<24}w.length=0;C=_writeCodepoint(g,C,p,B)}}for(;u<i.length-3;u+=4){if(S){p=i[u]|i[u+1]<<8|i[u+2]<<16|i[u+3]<<24}else{p=i[u+3]|i[u+2]<<8|i[u+1]<<16|i[u]<<24}C=_writeCodepoint(g,C,p,B)}for(;u<i.length;u++){w.push(i[u])}return g.slice(0,C).toString("ucs2")};function _writeCodepoint(i,u,p,A){if(p<0||p>1114111){p=A}if(p>=65536){p-=65536;var g=55296|p>>10;i[u++]=g&255;i[u++]=g>>8;var p=56320|p&1023}i[u++]=p&255;i[u++]=p>>8;return u}Utf32Decoder.prototype.end=function(){this.overflow.length=0};u.utf32=Utf32AutoCodec;u.ucs4="utf32";function Utf32AutoCodec(i,u){this.iconv=u}Utf32AutoCodec.prototype.encoder=Utf32AutoEncoder;Utf32AutoCodec.prototype.decoder=Utf32AutoDecoder;function Utf32AutoEncoder(i,u){i=i||{};if(i.addBOM===undefined){i.addBOM=true}this.encoder=u.iconv.getEncoder(i.defaultEncoding||"utf-32le",i)}Utf32AutoEncoder.prototype.write=function(i){return this.encoder.write(i)};Utf32AutoEncoder.prototype.end=function(){return this.encoder.end()};function Utf32AutoDecoder(i,u){this.decoder=null;this.initialBufs=[];this.initialBufsLen=0;this.options=i||{};this.iconv=u.iconv}Utf32AutoDecoder.prototype.write=function(i){if(!this.decoder){this.initialBufs.push(i);this.initialBufsLen+=i.length;if(this.initialBufsLen<32){return""}var u=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(u,this.options);var p="";for(var A=0;A<this.initialBufs.length;A++){p+=this.decoder.write(this.initialBufs[A])}this.initialBufs.length=this.initialBufsLen=0;return p}return this.decoder.write(i)};Utf32AutoDecoder.prototype.end=function(){if(!this.decoder){var i=detectEncoding(this.initialBufs,this.options.defaultEncoding);this.decoder=this.iconv.getDecoder(i,this.options);var u="";for(var p=0;p<this.initialBufs.length;p++){u+=this.decoder.write(this.initialBufs[p])}var A=this.decoder.end();if(A){u+=A}this.initialBufs.length=this.initialBufsLen=0;return u}return this.decoder.end()};function detectEncoding(i,u){var p=[];var A=0;var g=0;var C=0;var S=0;var w=0;e:for(var B=0;B<i.length;B++){var v=i[B];for(var N=0;N<v.length;N++){p.push(v[N]);if(p.length===4){if(A===0){if(p[0]===255&&p[1]===254&&p[2]===0&&p[3]===0){return"utf-32le"}if(p[0]===0&&p[1]===0&&p[2]===254&&p[3]===255){return"utf-32be"}}if(p[0]!==0||p[1]>16)C++;if(p[3]!==0||p[2]>16)g++;if(p[0]===0&&p[1]===0&&(p[2]!==0||p[3]!==0))w++;if((p[0]!==0||p[1]!==0)&&p[2]===0&&p[3]===0)S++;p.length=0;A++;if(A>=100){break e}}}}if(w-C>S-g)return"utf-32be";if(w-C<S-g)return"utf-32le";return u||"utf-32le"}},28231:(i,u,p)=>{var A=p(12803).Buffer;u.utf7=Utf7Codec;u.unicode11utf7="utf7";function Utf7Codec(i,u){this.iconv=u}Utf7Codec.prototype.encoder=Utf7Encoder;Utf7Codec.prototype.decoder=Utf7Decoder;Utf7Codec.prototype.bomAware=true;var g=/[^A-Za-z0-9'\(\),-\.\/:\? \n\r\t]+/g;function Utf7Encoder(i,u){this.iconv=u.iconv}Utf7Encoder.prototype.write=function(i){return A.from(i.replace(g,function(i){return"+"+(i==="+"?"":this.iconv.encode(i,"utf16-be").toString("base64").replace(/=+$/,""))+"-"}.bind(this)))};Utf7Encoder.prototype.end=function(){};function Utf7Decoder(i,u){this.iconv=u.iconv;this.inBase64=false;this.base64Accum=""}var C=/[A-Za-z0-9\/+]/;var S=[];for(var w=0;w<256;w++){S[w]=C.test(String.fromCharCode(w))}var B="+".charCodeAt(0);var v="-".charCodeAt(0);var N="&".charCodeAt(0);Utf7Decoder.prototype.write=function(i){var u="";var p=0;var g=this.inBase64;var C=this.base64Accum;for(var w=0;w<i.length;w++){if(!g){if(i[w]==B){u+=this.iconv.decode(i.slice(p,w),"ascii");p=w+1;g=true}}else{if(!S[i[w]]){if(w==p&&i[w]==v){u+="+"}else{var N=C+this.iconv.decode(i.slice(p,w),"ascii");u+=this.iconv.decode(A.from(N,"base64"),"utf16-be")}if(i[w]!=v){w--}p=w+1;g=false;C=""}}}if(!g){u+=this.iconv.decode(i.slice(p),"ascii")}else{var N=C+this.iconv.decode(i.slice(p),"ascii");var T=N.length-N.length%8;C=N.slice(T);N=N.slice(0,T);u+=this.iconv.decode(A.from(N,"base64"),"utf16-be")}this.inBase64=g;this.base64Accum=C;return u};Utf7Decoder.prototype.end=function(){var i="";if(this.inBase64&&this.base64Accum.length>0){i=this.iconv.decode(A.from(this.base64Accum,"base64"),"utf16-be")}this.inBase64=false;this.base64Accum="";return i};u.utf7imap=Utf7IMAPCodec;function Utf7IMAPCodec(i,u){this.iconv=u}Utf7IMAPCodec.prototype.encoder=Utf7IMAPEncoder;Utf7IMAPCodec.prototype.decoder=Utf7IMAPDecoder;Utf7IMAPCodec.prototype.bomAware=true;function Utf7IMAPEncoder(i,u){this.iconv=u.iconv;this.inBase64=false;this.base64Accum=A.alloc(6);this.base64AccumIdx=0}Utf7IMAPEncoder.prototype.write=function(i){var u=this.inBase64;var p=this.base64Accum;var g=this.base64AccumIdx;var C=A.alloc(i.length*5+10);var S=0;for(var w=0;w<i.length;w++){var B=i.charCodeAt(w);if(B>=32&&B<=126){if(u){if(g>0){S+=C.write(p.slice(0,g).toString("base64").replace(/\//g,",").replace(/=+$/,""),S);g=0}C[S++]=v;u=false}if(!u){C[S++]=B;if(B===N){C[S++]=v}}}else{if(!u){C[S++]=N;u=true}if(u){p[g++]=B>>8;p[g++]=B&255;if(g==p.length){S+=C.write(p.toString("base64").replace(/\//g,","),S);g=0}}}}this.inBase64=u;this.base64AccumIdx=g;return C.slice(0,S)};Utf7IMAPEncoder.prototype.end=function(){var i=A.alloc(10);var u=0;if(this.inBase64){if(this.base64AccumIdx>0){u+=i.write(this.base64Accum.slice(0,this.base64AccumIdx).toString("base64").replace(/\//g,",").replace(/=+$/,""),u);this.base64AccumIdx=0}i[u++]=v;this.inBase64=false}return i.slice(0,u)};function Utf7IMAPDecoder(i,u){this.iconv=u.iconv;this.inBase64=false;this.base64Accum=""}var T=S.slice();T[",".charCodeAt(0)]=true;Utf7IMAPDecoder.prototype.write=function(i){var u="";var p=0;var g=this.inBase64;var C=this.base64Accum;for(var S=0;S<i.length;S++){if(!g){if(i[S]==N){u+=this.iconv.decode(i.slice(p,S),"ascii");p=S+1;g=true}}else{if(!T[i[S]]){if(S==p&&i[S]==v){u+="&"}else{var w=C+this.iconv.decode(i.slice(p,S),"ascii").replace(/,/g,"/");u+=this.iconv.decode(A.from(w,"base64"),"utf16-be")}if(i[S]!=v){S--}p=S+1;g=false;C=""}}}if(!g){u+=this.iconv.decode(i.slice(p),"ascii")}else{var w=C+this.iconv.decode(i.slice(p),"ascii").replace(/,/g,"/");var B=w.length-w.length%8;C=w.slice(B);w=w.slice(0,B);u+=this.iconv.decode(A.from(w,"base64"),"utf16-be")}this.inBase64=g;this.base64Accum=C;return u};Utf7IMAPDecoder.prototype.end=function(){var i="";if(this.inBase64&&this.base64Accum.length>0){i=this.iconv.decode(A.from(this.base64Accum,"base64"),"utf16-be")}this.inBase64=false;this.base64Accum="";return i}},74250:(i,u)=>{var p="\ufeff";u.PrependBOM=PrependBOMWrapper;function PrependBOMWrapper(i,u){this.encoder=i;this.addBOM=true}PrependBOMWrapper.prototype.write=function(i){if(this.addBOM){i=p+i;this.addBOM=false}return this.encoder.write(i)};PrependBOMWrapper.prototype.end=function(){return this.encoder.end()};u.StripBOM=StripBOMWrapper;function StripBOMWrapper(i,u){this.decoder=i;this.pass=false;this.options=u||{}}StripBOMWrapper.prototype.write=function(i){var u=this.decoder.write(i);if(this.pass||!u){return u}if(u[0]===p){u=u.slice(1);if(typeof this.options.stripBOM==="function"){this.options.stripBOM()}}this.pass=true;return u};StripBOMWrapper.prototype.end=function(){return this.decoder.end()}},25336:i=>{var u=typeof Object.hasOwn==="undefined"?Function.call.bind(Object.prototype.hasOwnProperty):Object.hasOwn;function mergeModules(i,p){for(var A in p){if(u(p,A)){i[A]=p[A]}}}i.exports=mergeModules},31748:(i,u,p)=>{var A=p(12803).Buffer;var g=p(74250);var C=p(25336);i.exports.encodings=null;i.exports.defaultCharUnicode="<22>";i.exports.defaultCharSingleByte="?";i.exports.encode=function encode(u,p,g){u=""+(u||"");var C=i.exports.getEncoder(p,g);var S=C.write(u);var w=C.end();return w&&w.length>0?A.concat([S,w]):S};i.exports.decode=function decode(u,p,g){if(typeof u==="string"){if(!i.exports.skipDecodeWarning){console.error("Iconv-lite warning: decode()-ing strings is deprecated. Refer to https://github.com/ashtuchkin/iconv-lite/wiki/Use-Buffers-when-decoding");i.exports.skipDecodeWarning=true}u=A.from(""+(u||""),"binary")}var C=i.exports.getDecoder(p,g);var S=C.write(u);var w=C.end();return w?S+w:S};i.exports.encodingExists=function encodingExists(u){try{i.exports.getCodec(u);return true}catch(i){return false}};i.exports.toEncoding=i.exports.encode;i.exports.fromEncoding=i.exports.decode;i.exports._codecDataCache={__proto__:null};i.exports.getCodec=function getCodec(u){if(!i.exports.encodings){var A=p(27585);i.exports.encodings={__proto__:null};C(i.exports.encodings,A)}var g=i.exports._canonicalizeEncoding(u);var S={};while(true){var w=i.exports._codecDataCache[g];if(w){return w}var B=i.exports.encodings[g];switch(typeof B){case"string":g=B;break;case"object":for(var v in B){S[v]=B[v]}if(!S.encodingName){S.encodingName=g}g=B.type;break;case"function":if(!S.encodingName){S.encodingName=g}w=new B(S,i.exports);i.exports._codecDataCache[S.encodingName]=w;return w;default:throw new Error("Encoding not recognized: '"+u+"' (searched as: '"+g+"')")}}};i.exports._canonicalizeEncoding=function(i){return(""+i).toLowerCase().replace(/:\d{4}$|[^0-9a-z]/g,"")};i.exports.getEncoder=function getEncoder(u,p){var A=i.exports.getCodec(u);var C=new A.encoder(p,A);if(A.bomAware&&p&&p.addBOM){C=new g.PrependBOM(C,p)}return C};i.exports.getDecoder=function getDecoder(u,p){var A=i.exports.getCodec(u);var C=new A.decoder(p,A);if(A.bomAware&&!(p&&p.stripBOM===false)){C=new g.StripBOM(C,p)}return C};i.exports.enableStreamingAPI=function enableStreamingAPI(u){if(i.exports.supportsStreams){return}var A=p(42281)(u);i.exports.IconvLiteEncoderStream=A.IconvLiteEncoderStream;i.exports.IconvLiteDecoderStream=A.IconvLiteDecoderStream;i.exports.encodeStream=function encodeStream(u,p){return new i.exports.IconvLiteEncoderStream(i.exports.getEncoder(u,p),p)};i.exports.decodeStream=function decodeStream(u,p){return new i.exports.IconvLiteDecoderStream(i.exports.getDecoder(u,p),p)};i.exports.supportsStreams=true};var S;try{S=p(2203)}catch(i){}if(S&&S.Transform){i.exports.enableStreamingAPI(S)}else{i.exports.encodeStream=i.exports.decodeStream=function(){throw new Error("iconv-lite Streaming API is not enabled. Use iconv.enableStreamingAPI(require('stream')); to enable it.")}}if(false){}},42281:(i,u,p)=>{var A=p(12803).Buffer;i.exports=function(i){var u=i.Transform;function IconvLiteEncoderStream(i,p){this.conv=i;p=p||{};p.decodeStrings=false;u.call(this,p)}IconvLiteEncoderStream.prototype=Object.create(u.prototype,{constructor:{value:IconvLiteEncoderStream}});IconvLiteEncoderStream.prototype._transform=function(i,u,p){if(typeof i!=="string"){return p(new Error("Iconv encoding stream needs strings as its input."))}try{var A=this.conv.write(i);if(A&&A.length)this.push(A);p()}catch(i){p(i)}};IconvLiteEncoderStream.prototype._flush=function(i){try{var u=this.conv.end();if(u&&u.length)this.push(u);i()}catch(u){i(u)}};IconvLiteEncoderStream.prototype.collect=function(i){var u=[];this.on("error",i);this.on("data",(function(i){u.push(i)}));this.on("end",(function(){i(null,A.concat(u))}));return this};function IconvLiteDecoderStream(i,p){this.conv=i;p=p||{};p.encoding=this.encoding="utf8";u.call(this,p)}IconvLiteDecoderStream.prototype=Object.create(u.prototype,{constructor:{value:IconvLiteDecoderStream}});IconvLiteDecoderStream.prototype._transform=function(i,u,p){if(!A.isBuffer(i)&&!(i instanceof Uint8Array)){return p(new Error("Iconv decoding stream needs buffers as its input."))}try{var g=this.conv.write(i);if(g&&g.length)this.push(g,this.encoding);p()}catch(i){p(i)}};IconvLiteDecoderStream.prototype._flush=function(i){try{var u=this.conv.end();if(u&&u.length)this.push(u,this.encoding);i()}catch(u){i(u)}};IconvLiteDecoderStream.prototype.collect=function(i){var u="";this.on("error",i);this.on("data",(function(i){u+=i}));this.on("end",(function(){i(null,u)}));return this};return{IconvLiteEncoderStream:IconvLiteEncoderStream,IconvLiteDecoderStream:IconvLiteDecoderStream}}},72024:i=>{
|
||
/**
|
||
* @preserve
|
||
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
|
||
*
|
||
* @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
|
||
* @see http://github.com/homebrewing/brauhaus-diff
|
||
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
|
||
* @see http://github.com/garycourt/murmurhash-js
|
||
* @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a>
|
||
* @see http://sites.google.com/site/murmurhash/
|
||
*/
|
||
(function(){var u;function MurmurHash3(i,p){var A=this instanceof MurmurHash3?this:u;A.reset(p);if(typeof i==="string"&&i.length>0){A.hash(i)}if(A!==this){return A}}MurmurHash3.prototype.hash=function(i){var u,p,A,g,C;C=i.length;this.len+=C;p=this.k1;A=0;switch(this.rem){case 0:p^=C>A?i.charCodeAt(A++)&65535:0;case 1:p^=C>A?(i.charCodeAt(A++)&65535)<<8:0;case 2:p^=C>A?(i.charCodeAt(A++)&65535)<<16:0;case 3:p^=C>A?(i.charCodeAt(A)&255)<<24:0;p^=C>A?(i.charCodeAt(A++)&65280)>>8:0}this.rem=C+this.rem&3;C-=this.rem;if(C>0){u=this.h1;while(1){p=p*11601+(p&65535)*3432906752&4294967295;p=p<<15|p>>>17;p=p*13715+(p&65535)*461832192&4294967295;u^=p;u=u<<13|u>>>19;u=u*5+3864292196&4294967295;if(A>=C){break}p=i.charCodeAt(A++)&65535^(i.charCodeAt(A++)&65535)<<8^(i.charCodeAt(A++)&65535)<<16;g=i.charCodeAt(A++);p^=(g&255)<<24^(g&65280)>>8}p=0;switch(this.rem){case 3:p^=(i.charCodeAt(A+2)&65535)<<16;case 2:p^=(i.charCodeAt(A+1)&65535)<<8;case 1:p^=i.charCodeAt(A)&65535}this.h1=u}this.k1=p;return this};MurmurHash3.prototype.result=function(){var i,u;i=this.k1;u=this.h1;if(i>0){i=i*11601+(i&65535)*3432906752&4294967295;i=i<<15|i>>>17;i=i*13715+(i&65535)*461832192&4294967295;u^=i}u^=this.len;u^=u>>>16;u=u*51819+(u&65535)*2246770688&4294967295;u^=u>>>13;u=u*44597+(u&65535)*3266445312&4294967295;u^=u>>>16;return u>>>0};MurmurHash3.prototype.reset=function(i){this.h1=typeof i==="number"?i:0;this.rem=this.k1=this.len=0;return this};u=new MurmurHash3;if(true){i.exports=MurmurHash3}else{}})()},68850:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.AddressError=void 0;class AddressError extends Error{constructor(i,u){super(i);this.name="AddressError";if(u!==null){this.parseMessage=u}}}u.AddressError=AddressError},45864:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.isCorrect=u.isInSubnet=void 0;function isInSubnet(i){if(this.subnetMask<i.subnetMask){return false}if(this.mask(i.subnetMask)===i.mask()){return true}return false}u.isInSubnet=isInSubnet;function isCorrect(i){return function(){if(this.addressMinusSuffix!==this.correctForm()){return false}if(this.subnetMask===i&&!this.parsedSubnet){return true}return this.parsedSubnet===String(this.subnetMask)}}u.isCorrect=isCorrect},79253:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};Object.defineProperty(u,"__esModule",{value:true});u.v6=u.AddressError=u.Address6=u.Address4=void 0;const S=p(17946);Object.defineProperty(u,"Address4",{enumerable:true,get:function(){return S.Address4}});const w=p(38096);Object.defineProperty(u,"Address6",{enumerable:true,get:function(){return w.Address6}});const B=p(68850);Object.defineProperty(u,"AddressError",{enumerable:true,get:function(){return B.AddressError}});const v=C(p(20339));u.v6={helpers:v}},17946:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};Object.defineProperty(u,"__esModule",{value:true});u.Address4=void 0;const S=C(p(45864));const w=C(p(66437));const B=p(68850);const v=p(95947);const N=p(19973);class Address4{constructor(i){this.groups=w.GROUPS;this.parsedAddress=[];this.parsedSubnet="";this.subnet="/32";this.subnetMask=32;this.v4=true;this.isCorrect=S.isCorrect(w.BITS);this.isInSubnet=S.isInSubnet;this.address=i;const u=w.RE_SUBNET_STRING.exec(i);if(u){this.parsedSubnet=u[0].replace("/","");this.subnetMask=parseInt(this.parsedSubnet,10);this.subnet=`/${this.subnetMask}`;if(this.subnetMask<0||this.subnetMask>w.BITS){throw new B.AddressError("Invalid subnet mask.")}i=i.replace(w.RE_SUBNET_STRING,"")}this.addressMinusSuffix=i;this.parsedAddress=this.parse(i)}static isValid(i){try{new Address4(i);return true}catch(i){return false}}parse(i){const u=i.split(".");if(!i.match(w.RE_ADDRESS)){throw new B.AddressError("Invalid IPv4 address.")}return u}correctForm(){return this.parsedAddress.map((i=>parseInt(i,10))).join(".")}static fromHex(i){const u=i.replace(/:/g,"").padStart(8,"0");const p=[];let A;for(A=0;A<8;A+=2){const i=u.slice(A,A+2);p.push(parseInt(i,16))}return new Address4(p.join("."))}static fromInteger(i){return Address4.fromHex(i.toString(16))}static fromArpa(i){const u=i.replace(/(\.in-addr\.arpa)?\.$/,"");const p=u.split(".").reverse().join(".");return new Address4(p)}toHex(){return this.parsedAddress.map((i=>(0,N.sprintf)("%02x",parseInt(i,10)))).join(":")}toArray(){return this.parsedAddress.map((i=>parseInt(i,10)))}toGroup6(){const i=[];let u;for(u=0;u<w.GROUPS;u+=2){const p=(0,N.sprintf)("%02x%02x",parseInt(this.parsedAddress[u],10),parseInt(this.parsedAddress[u+1],10));i.push((0,N.sprintf)("%x",parseInt(p,16)))}return i.join(":")}bigInteger(){return new v.BigInteger(this.parsedAddress.map((i=>(0,N.sprintf)("%02x",parseInt(i,10)))).join(""),16)}_startAddress(){return new v.BigInteger(this.mask()+"0".repeat(w.BITS-this.subnetMask),2)}startAddress(){return Address4.fromBigInteger(this._startAddress())}startAddressExclusive(){const i=new v.BigInteger("1");return Address4.fromBigInteger(this._startAddress().add(i))}_endAddress(){return new v.BigInteger(this.mask()+"1".repeat(w.BITS-this.subnetMask),2)}endAddress(){return Address4.fromBigInteger(this._endAddress())}endAddressExclusive(){const i=new v.BigInteger("1");return Address4.fromBigInteger(this._endAddress().subtract(i))}static fromBigInteger(i){return Address4.fromInteger(parseInt(i.toString(),10))}mask(i){if(i===undefined){i=this.subnetMask}return this.getBitsBase2(0,i)}getBitsBase2(i,u){return this.binaryZeroPad().slice(i,u)}reverseForm(i){if(!i){i={}}const u=this.correctForm().split(".").reverse().join(".");if(i.omitSuffix){return u}return(0,N.sprintf)("%s.in-addr.arpa.",u)}isMulticast(){return this.isInSubnet(new Address4("224.0.0.0/4"))}binaryZeroPad(){return this.bigInteger().toString(2).padStart(w.BITS,"0")}groupForV6(){const i=this.parsedAddress;return this.address.replace(w.RE_ADDRESS,(0,N.sprintf)('<span class="hover-group group-v4 group-6">%s</span>.<span class="hover-group group-v4 group-7">%s</span>',i.slice(0,2).join("."),i.slice(2,4).join(".")))}}u.Address4=Address4},38096:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};Object.defineProperty(u,"__esModule",{value:true});u.Address6=void 0;const S=C(p(45864));const w=C(p(66437));const B=C(p(75280));const v=C(p(20339));const N=p(17946);const T=p(72016);const Q=p(68850);const x=p(95947);const _=p(19973);function assert(i){if(!i){throw new Error("Assertion failed.")}}function addCommas(i){const u=/(\d+)(\d{3})/;while(u.test(i)){i=i.replace(u,"$1,$2")}return i}function spanLeadingZeroes4(i){i=i.replace(/^(0{1,})([1-9]+)$/,'<span class="parse-error">$1</span>$2');i=i.replace(/^(0{1,})(0)$/,'<span class="parse-error">$1</span>$2');return i}function compact(i,u){const p=[];const A=[];let g;for(g=0;g<i.length;g++){if(g<u[0]){p.push(i[g])}else if(g>u[1]){A.push(i[g])}}return p.concat(["compact"]).concat(A)}function paddedHex(i){return(0,_.sprintf)("%04x",parseInt(i,16))}function unsignByte(i){return i&255}class Address6{constructor(i,u){this.addressMinusSuffix="";this.parsedSubnet="";this.subnet="/128";this.subnetMask=128;this.v4=false;this.zone="";this.isInSubnet=S.isInSubnet;this.isCorrect=S.isCorrect(B.BITS);if(u===undefined){this.groups=B.GROUPS}else{this.groups=u}this.address=i;const p=B.RE_SUBNET_STRING.exec(i);if(p){this.parsedSubnet=p[0].replace("/","");this.subnetMask=parseInt(this.parsedSubnet,10);this.subnet=`/${this.subnetMask}`;if(Number.isNaN(this.subnetMask)||this.subnetMask<0||this.subnetMask>B.BITS){throw new Q.AddressError("Invalid subnet mask.")}i=i.replace(B.RE_SUBNET_STRING,"")}else if(/\//.test(i)){throw new Q.AddressError("Invalid subnet mask.")}const A=B.RE_ZONE_STRING.exec(i);if(A){this.zone=A[0];i=i.replace(B.RE_ZONE_STRING,"")}this.addressMinusSuffix=i;this.parsedAddress=this.parse(this.addressMinusSuffix)}static isValid(i){try{new Address6(i);return true}catch(i){return false}}static fromBigInteger(i){const u=i.toString(16).padStart(32,"0");const p=[];let A;for(A=0;A<B.GROUPS;A++){p.push(u.slice(A*4,(A+1)*4))}return new Address6(p.join(":"))}static fromURL(i){let u;let p=null;let A;if(i.indexOf("[")!==-1&&i.indexOf("]:")!==-1){A=B.RE_URL_WITH_PORT.exec(i);if(A===null){return{error:"failed to parse address with port",address:null,port:null}}u=A[1];p=A[2]}else if(i.indexOf("/")!==-1){i=i.replace(/^[a-z0-9]+:\/\//,"");A=B.RE_URL.exec(i);if(A===null){return{error:"failed to parse address from URL",address:null,port:null}}u=A[1]}else{u=i}if(p){p=parseInt(p,10);if(p<0||p>65536){p=null}}else{p=null}return{address:new Address6(u),port:p}}static fromAddress4(i){const u=new N.Address4(i);const p=B.BITS-(w.BITS-u.subnetMask);return new Address6(`::ffff:${u.correctForm()}/${p}`)}static fromArpa(i){let u=i.replace(/(\.ip6\.arpa)?\.$/,"");const p=7;if(u.length!==63){throw new Q.AddressError("Invalid 'ip6.arpa' form.")}const A=u.split(".").reverse();for(let i=p;i>0;i--){const u=i*4;A.splice(u,0,":")}u=A.join("");return new Address6(u)}microsoftTranscription(){return(0,_.sprintf)("%s.ipv6-literal.net",this.correctForm().replace(/:/g,"-"))}mask(i=this.subnetMask){return this.getBitsBase2(0,i)}possibleSubnets(i=128){const u=B.BITS-this.subnetMask;const p=Math.abs(i-B.BITS);const A=u-p;if(A<0){return"0"}return addCommas(new x.BigInteger("2",10).pow(A).toString(10))}_startAddress(){return new x.BigInteger(this.mask()+"0".repeat(B.BITS-this.subnetMask),2)}startAddress(){return Address6.fromBigInteger(this._startAddress())}startAddressExclusive(){const i=new x.BigInteger("1");return Address6.fromBigInteger(this._startAddress().add(i))}_endAddress(){return new x.BigInteger(this.mask()+"1".repeat(B.BITS-this.subnetMask),2)}endAddress(){return Address6.fromBigInteger(this._endAddress())}endAddressExclusive(){const i=new x.BigInteger("1");return Address6.fromBigInteger(this._endAddress().subtract(i))}getScope(){let i=B.SCOPES[this.getBits(12,16).intValue()];if(this.getType()==="Global unicast"&&i!=="Link local"){i="Global"}return i||"Unknown"}getType(){for(const i of Object.keys(B.TYPES)){if(this.isInSubnet(new Address6(i))){return B.TYPES[i]}}return"Global unicast"}getBits(i,u){return new x.BigInteger(this.getBitsBase2(i,u),2)}getBitsBase2(i,u){return this.binaryZeroPad().slice(i,u)}getBitsBase16(i,u){const p=u-i;if(p%4!==0){throw new Error("Length of bits to retrieve must be divisible by four")}return this.getBits(i,u).toString(16).padStart(p/4,"0")}getBitsPastSubnet(){return this.getBitsBase2(this.subnetMask,B.BITS)}reverseForm(i){if(!i){i={}}const u=Math.floor(this.subnetMask/4);const p=this.canonicalForm().replace(/:/g,"").split("").slice(0,u).reverse().join(".");if(u>0){if(i.omitSuffix){return p}return(0,_.sprintf)("%s.ip6.arpa.",p)}if(i.omitSuffix){return""}return"ip6.arpa."}correctForm(){let i;let u=[];let p=0;const A=[];for(i=0;i<this.parsedAddress.length;i++){const u=parseInt(this.parsedAddress[i],16);if(u===0){p++}if(u!==0&&p>0){if(p>1){A.push([i-p,i-1])}p=0}}if(p>1){A.push([this.parsedAddress.length-p,this.parsedAddress.length-1])}const g=A.map((i=>i[1]-i[0]+1));if(A.length>0){const i=g.indexOf(Math.max(...g));u=compact(this.parsedAddress,A[i])}else{u=this.parsedAddress}for(i=0;i<u.length;i++){if(u[i]!=="compact"){u[i]=parseInt(u[i],16).toString(16)}}let C=u.join(":");C=C.replace(/^compact$/,"::");C=C.replace(/^compact|compact$/,":");C=C.replace(/compact/,"");return C}binaryZeroPad(){return this.bigInteger().toString(2).padStart(B.BITS,"0")}parse4in6(i){const u=i.split(":");const p=u.slice(-1)[0];const A=p.match(w.RE_ADDRESS);if(A){this.parsedAddress4=A[0];this.address4=new N.Address4(this.parsedAddress4);for(let u=0;u<this.address4.groups;u++){if(/^0[0-9]+/.test(this.address4.parsedAddress[u])){throw new Q.AddressError("IPv4 addresses can't have leading zeroes.",i.replace(w.RE_ADDRESS,this.address4.parsedAddress.map(spanLeadingZeroes4).join(".")))}}this.v4=true;u[u.length-1]=this.address4.toGroup6();i=u.join(":")}return i}parse(i){i=this.parse4in6(i);const u=i.match(B.RE_BAD_CHARACTERS);if(u){throw new Q.AddressError((0,_.sprintf)("Bad character%s detected in address: %s",u.length>1?"s":"",u.join("")),i.replace(B.RE_BAD_CHARACTERS,'<span class="parse-error">$1</span>'))}const p=i.match(B.RE_BAD_ADDRESS);if(p){throw new Q.AddressError((0,_.sprintf)("Address failed regex: %s",p.join("")),i.replace(B.RE_BAD_ADDRESS,'<span class="parse-error">$1</span>'))}let A=[];const g=i.split("::");if(g.length===2){let i=g[0].split(":");let u=g[1].split(":");if(i.length===1&&i[0]===""){i=[]}if(u.length===1&&u[0]===""){u=[]}const p=this.groups-(i.length+u.length);if(!p){throw new Q.AddressError("Error parsing groups")}this.elidedGroups=p;this.elisionBegin=i.length;this.elisionEnd=i.length+this.elidedGroups;A=A.concat(i);for(let i=0;i<p;i++){A.push("0")}A=A.concat(u)}else if(g.length===1){A=i.split(":");this.elidedGroups=0}else{throw new Q.AddressError("Too many :: groups found")}A=A.map((i=>(0,_.sprintf)("%x",parseInt(i,16))));if(A.length!==this.groups){throw new Q.AddressError("Incorrect number of groups found")}return A}canonicalForm(){return this.parsedAddress.map(paddedHex).join(":")}decimal(){return this.parsedAddress.map((i=>(0,_.sprintf)("%05d",parseInt(i,16)))).join(":")}bigInteger(){return new x.BigInteger(this.parsedAddress.map(paddedHex).join(""),16)}to4(){const i=this.binaryZeroPad().split("");return N.Address4.fromHex(new x.BigInteger(i.slice(96,128).join(""),2).toString(16))}to4in6(){const i=this.to4();const u=new Address6(this.parsedAddress.slice(0,6).join(":"),6);const p=u.correctForm();let A="";if(!/:$/.test(p)){A=":"}return p+A+i.address}inspectTeredo(){const i=this.getBitsBase16(0,32);const u=this.getBits(80,96).xor(new x.BigInteger("ffff",16)).toString();const p=N.Address4.fromHex(this.getBitsBase16(32,64));const A=N.Address4.fromHex(this.getBits(96,128).xor(new x.BigInteger("ffffffff",16)).toString(16));const g=this.getBits(64,80);const C=this.getBitsBase2(64,80);const S=g.testBit(15);const w=g.testBit(14);const B=g.testBit(8);const v=g.testBit(9);const T=new x.BigInteger(C.slice(2,6)+C.slice(8,16),2).toString(10);return{prefix:(0,_.sprintf)("%s:%s",i.slice(0,4),i.slice(4,8)),server4:p.address,client4:A.address,flags:C,coneNat:S,microsoft:{reserved:w,universalLocal:v,groupIndividual:B,nonce:T},udpPort:u}}inspect6to4(){const i=this.getBitsBase16(0,16);const u=N.Address4.fromHex(this.getBitsBase16(16,48));return{prefix:(0,_.sprintf)("%s",i.slice(0,4)),gateway:u.address}}to6to4(){if(!this.is4()){return null}const i=["2002",this.getBitsBase16(96,112),this.getBitsBase16(112,128),"","/16"].join(":");return new Address6(i)}toByteArray(){const i=this.bigInteger().toByteArray();if(i.length===17&&i[0]===0){return i.slice(1)}return i}toUnsignedByteArray(){return this.toByteArray().map(unsignByte)}static fromByteArray(i){return this.fromUnsignedByteArray(i.map(unsignByte))}static fromUnsignedByteArray(i){const u=new x.BigInteger("256",10);let p=new x.BigInteger("0",10);let A=new x.BigInteger("1",10);for(let g=i.length-1;g>=0;g--){p=p.add(A.multiply(new x.BigInteger(i[g].toString(10),10)));A=A.multiply(u)}return Address6.fromBigInteger(p)}isCanonical(){return this.addressMinusSuffix===this.canonicalForm()}isLinkLocal(){if(this.getBitsBase2(0,64)==="1111111010000000000000000000000000000000000000000000000000000000"){return true}return false}isMulticast(){return this.getType()==="Multicast"}is4(){return this.v4}isTeredo(){return this.isInSubnet(new Address6("2001::/32"))}is6to4(){return this.isInSubnet(new Address6("2002::/16"))}isLoopback(){return this.getType()==="Loopback"}href(i){if(i===undefined){i=""}else{i=(0,_.sprintf)(":%s",i)}return(0,_.sprintf)("http://[%s]%s/",this.correctForm(),i)}link(i){if(!i){i={}}if(i.className===undefined){i.className=""}if(i.prefix===undefined){i.prefix="/#address="}if(i.v4===undefined){i.v4=false}let u=this.correctForm;if(i.v4){u=this.to4in6}if(i.className){return(0,_.sprintf)('<a href="%1$s%2$s" class="%3$s">%2$s</a>',i.prefix,u.call(this),i.className)}return(0,_.sprintf)('<a href="%1$s%2$s">%2$s</a>',i.prefix,u.call(this))}group(){if(this.elidedGroups===0){return v.simpleGroup(this.address).join(":")}assert(typeof this.elidedGroups==="number");assert(typeof this.elisionBegin==="number");const i=[];const[u,p]=this.address.split("::");if(u.length){i.push(...v.simpleGroup(u))}else{i.push("")}const A=["hover-group"];for(let i=this.elisionBegin;i<this.elisionBegin+this.elidedGroups;i++){A.push((0,_.sprintf)("group-%d",i))}i.push((0,_.sprintf)('<span class="%s"></span>',A.join(" ")));if(p.length){i.push(...v.simpleGroup(p,this.elisionEnd))}else{i.push("")}if(this.is4()){assert(this.address4 instanceof N.Address4);i.pop();i.push(this.address4.groupForV6())}return i.join(":")}regularExpressionString(i=false){let u=[];const p=new Address6(this.correctForm());if(p.elidedGroups===0){u.push((0,T.simpleRegularExpression)(p.parsedAddress))}else if(p.elidedGroups===B.GROUPS){u.push((0,T.possibleElisions)(B.GROUPS))}else{const i=p.address.split("::");if(i[0].length){u.push((0,T.simpleRegularExpression)(i[0].split(":")))}assert(typeof p.elidedGroups==="number");u.push((0,T.possibleElisions)(p.elidedGroups,i[0].length!==0,i[1].length!==0));if(i[1].length){u.push((0,T.simpleRegularExpression)(i[1].split(":")))}u=[u.join(":")]}if(!i){u=["(?=^|",T.ADDRESS_BOUNDARY,"|[^\\w\\:])(",...u,")(?=[^\\w\\:]|",T.ADDRESS_BOUNDARY,"|$)"]}return u.join("")}regularExpression(i=false){return new RegExp(this.regularExpressionString(i),"i")}}u.Address6=Address6},66437:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.RE_SUBNET_STRING=u.RE_ADDRESS=u.GROUPS=u.BITS=void 0;u.BITS=32;u.GROUPS=4;u.RE_ADDRESS=/^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/g;u.RE_SUBNET_STRING=/\/\d{1,2}$/},75280:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.RE_URL_WITH_PORT=u.RE_URL=u.RE_ZONE_STRING=u.RE_SUBNET_STRING=u.RE_BAD_ADDRESS=u.RE_BAD_CHARACTERS=u.TYPES=u.SCOPES=u.GROUPS=u.BITS=void 0;u.BITS=128;u.GROUPS=8;u.SCOPES={0:"Reserved",1:"Interface local",2:"Link local",4:"Admin local",5:"Site local",8:"Organization local",14:"Global",15:"Reserved"};u.TYPES={"ff01::1/128":"Multicast (All nodes on this interface)","ff01::2/128":"Multicast (All routers on this interface)","ff02::1/128":"Multicast (All nodes on this link)","ff02::2/128":"Multicast (All routers on this link)","ff05::2/128":"Multicast (All routers in this site)","ff02::5/128":"Multicast (OSPFv3 AllSPF routers)","ff02::6/128":"Multicast (OSPFv3 AllDR routers)","ff02::9/128":"Multicast (RIP routers)","ff02::a/128":"Multicast (EIGRP routers)","ff02::d/128":"Multicast (PIM routers)","ff02::16/128":"Multicast (MLDv2 reports)","ff01::fb/128":"Multicast (mDNSv6)","ff02::fb/128":"Multicast (mDNSv6)","ff05::fb/128":"Multicast (mDNSv6)","ff02::1:2/128":"Multicast (All DHCP servers and relay agents on this link)","ff05::1:2/128":"Multicast (All DHCP servers and relay agents in this site)","ff02::1:3/128":"Multicast (All DHCP servers on this link)","ff05::1:3/128":"Multicast (All DHCP servers in this site)","::/128":"Unspecified","::1/128":"Loopback","ff00::/8":"Multicast","fe80::/10":"Link-local unicast"};u.RE_BAD_CHARACTERS=/([^0-9a-f:/%])/gi;u.RE_BAD_ADDRESS=/([0-9a-f]{5,}|:{3,}|[^:]:$|^:[^:]|\/$)/gi;u.RE_SUBNET_STRING=/\/\d{1,3}(?=%|$)/;u.RE_ZONE_STRING=/%.*$/;u.RE_URL=new RegExp(/^\[{0,1}([0-9a-f:]+)\]{0,1}/);u.RE_URL_WITH_PORT=new RegExp(/\[([0-9a-f:]+)\]:([0-9]{1,5})/)},20339:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.simpleGroup=u.spanLeadingZeroes=u.spanAll=u.spanAllZeroes=void 0;const A=p(19973);function spanAllZeroes(i){return i.replace(/(0+)/g,'<span class="zero">$1</span>')}u.spanAllZeroes=spanAllZeroes;function spanAll(i,u=0){const p=i.split("");return p.map(((i,p)=>(0,A.sprintf)('<span class="digit value-%s position-%d">%s</span>',i,p+u,spanAllZeroes(i)))).join("")}u.spanAll=spanAll;function spanLeadingZeroesSimple(i){return i.replace(/^(0+)/,'<span class="zero">$1</span>')}function spanLeadingZeroes(i){const u=i.split(":");return u.map((i=>spanLeadingZeroesSimple(i))).join(":")}u.spanLeadingZeroes=spanLeadingZeroes;function simpleGroup(i,u=0){const p=i.split(":");return p.map(((i,p)=>{if(/group-v4/.test(i)){return i}return(0,A.sprintf)('<span class="hover-group group-%d">%s</span>',p+u,spanLeadingZeroesSimple(i))}))}u.simpleGroup=simpleGroup},72016:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};Object.defineProperty(u,"__esModule",{value:true});u.possibleElisions=u.simpleRegularExpression=u.ADDRESS_BOUNDARY=u.padGroup=u.groupPossibilities=void 0;const S=C(p(75280));const w=p(19973);function groupPossibilities(i){return(0,w.sprintf)("(%s)",i.join("|"))}u.groupPossibilities=groupPossibilities;function padGroup(i){if(i.length<4){return(0,w.sprintf)("0{0,%d}%s",4-i.length,i)}return i}u.padGroup=padGroup;u.ADDRESS_BOUNDARY="[^A-Fa-f0-9:]";function simpleRegularExpression(i){const u=[];i.forEach(((i,p)=>{const A=parseInt(i,16);if(A===0){u.push(p)}}));const p=u.map((u=>i.map(((i,p)=>{if(p===u){const u=p===0||p===S.GROUPS-1?":":"";return groupPossibilities([padGroup(i),u])}return padGroup(i)})).join(":")));p.push(i.map(padGroup).join(":"));return groupPossibilities(p)}u.simpleRegularExpression=simpleRegularExpression;function possibleElisions(i,u,p){const A=u?"":":";const g=p?"":":";const C=[];if(!u&&!p){C.push("::")}if(u&&p){C.push("")}if(p&&!u||!p&&u){C.push(":")}C.push((0,w.sprintf)("%s(:0{1,4}){1,%d}",A,i-1));C.push((0,w.sprintf)("(0{1,4}:){1,%d}%s",i-1,g));C.push((0,w.sprintf)("(0{1,4}:){%d}0{1,4}",i-1));for(let u=1;u<i-1;u++){for(let p=1;p<i-u;p++){C.push((0,w.sprintf)("(0{1,4}:){%d}:(0{1,4}:){%d}0{1,4}",p,i-p-u-1))}}return groupPossibilities(C)}u.possibleElisions=possibleElisions},95947:function(i,u){(function(){var p;var A=0xdeadbeefcafe;var g=(A&16777215)==15715070;function BigInteger(i,u,p){if(i!=null)if("number"==typeof i)this.fromNumber(i,u,p);else if(u==null&&"string"!=typeof i)this.fromString(i,256);else this.fromString(i,u)}function nbi(){return new BigInteger(null)}function am1(i,u,p,A,g,C){while(--C>=0){var S=u*this[i++]+p[A]+g;g=Math.floor(S/67108864);p[A++]=S&67108863}return g}function am2(i,u,p,A,g,C){var S=u&32767,w=u>>15;while(--C>=0){var B=this[i]&32767;var v=this[i++]>>15;var N=w*B+v*S;B=S*B+((N&32767)<<15)+p[A]+(g&1073741823);g=(B>>>30)+(N>>>15)+w*v+(g>>>30);p[A++]=B&1073741823}return g}function am3(i,u,p,A,g,C){var S=u&16383,w=u>>14;while(--C>=0){var B=this[i]&16383;var v=this[i++]>>14;var N=w*B+v*S;B=S*B+((N&16383)<<14)+p[A]+g;g=(B>>28)+(N>>14)+w*v;p[A++]=B&268435455}return g}var C=typeof navigator!=="undefined";if(C&&g&&navigator.appName=="Microsoft Internet Explorer"){BigInteger.prototype.am=am2;p=30}else if(C&&g&&navigator.appName!="Netscape"){BigInteger.prototype.am=am1;p=26}else{BigInteger.prototype.am=am3;p=28}BigInteger.prototype.DB=p;BigInteger.prototype.DM=(1<<p)-1;BigInteger.prototype.DV=1<<p;var S=52;BigInteger.prototype.FV=Math.pow(2,S);BigInteger.prototype.F1=S-p;BigInteger.prototype.F2=2*p-S;var w="0123456789abcdefghijklmnopqrstuvwxyz";var B=new Array;var v,N;v="0".charCodeAt(0);for(N=0;N<=9;++N)B[v++]=N;v="a".charCodeAt(0);for(N=10;N<36;++N)B[v++]=N;v="A".charCodeAt(0);for(N=10;N<36;++N)B[v++]=N;function int2char(i){return w.charAt(i)}function intAt(i,u){var p=B[i.charCodeAt(u)];return p==null?-1:p}function bnpCopyTo(i){for(var u=this.t-1;u>=0;--u)i[u]=this[u];i.t=this.t;i.s=this.s}function bnpFromInt(i){this.t=1;this.s=i<0?-1:0;if(i>0)this[0]=i;else if(i<-1)this[0]=i+this.DV;else this.t=0}function nbv(i){var u=nbi();u.fromInt(i);return u}function bnpFromString(i,u){var p;if(u==16)p=4;else if(u==8)p=3;else if(u==256)p=8;else if(u==2)p=1;else if(u==32)p=5;else if(u==4)p=2;else{this.fromRadix(i,u);return}this.t=0;this.s=0;var A=i.length,g=false,C=0;while(--A>=0){var S=p==8?i[A]&255:intAt(i,A);if(S<0){if(i.charAt(A)=="-")g=true;continue}g=false;if(C==0)this[this.t++]=S;else if(C+p>this.DB){this[this.t-1]|=(S&(1<<this.DB-C)-1)<<C;this[this.t++]=S>>this.DB-C}else this[this.t-1]|=S<<C;C+=p;if(C>=this.DB)C-=this.DB}if(p==8&&(i[0]&128)!=0){this.s=-1;if(C>0)this[this.t-1]|=(1<<this.DB-C)-1<<C}this.clamp();if(g)BigInteger.ZERO.subTo(this,this)}function bnpClamp(){var i=this.s&this.DM;while(this.t>0&&this[this.t-1]==i)--this.t}function bnToString(i){if(this.s<0)return"-"+this.negate().toString(i);var u;if(i==16)u=4;else if(i==8)u=3;else if(i==2)u=1;else if(i==32)u=5;else if(i==4)u=2;else return this.toRadix(i);var p=(1<<u)-1,A,g=false,C="",S=this.t;var w=this.DB-S*this.DB%u;if(S-- >0){if(w<this.DB&&(A=this[S]>>w)>0){g=true;C=int2char(A)}while(S>=0){if(w<u){A=(this[S]&(1<<w)-1)<<u-w;A|=this[--S]>>(w+=this.DB-u)}else{A=this[S]>>(w-=u)&p;if(w<=0){w+=this.DB;--S}}if(A>0)g=true;if(g)C+=int2char(A)}}return g?C:"0"}function bnNegate(){var i=nbi();BigInteger.ZERO.subTo(this,i);return i}function bnAbs(){return this.s<0?this.negate():this}function bnCompareTo(i){var u=this.s-i.s;if(u!=0)return u;var p=this.t;u=p-i.t;if(u!=0)return this.s<0?-u:u;while(--p>=0)if((u=this[p]-i[p])!=0)return u;return 0}function nbits(i){var u=1,p;if((p=i>>>16)!=0){i=p;u+=16}if((p=i>>8)!=0){i=p;u+=8}if((p=i>>4)!=0){i=p;u+=4}if((p=i>>2)!=0){i=p;u+=2}if((p=i>>1)!=0){i=p;u+=1}return u}function bnBitLength(){if(this.t<=0)return 0;return this.DB*(this.t-1)+nbits(this[this.t-1]^this.s&this.DM)}function bnpDLShiftTo(i,u){var p;for(p=this.t-1;p>=0;--p)u[p+i]=this[p];for(p=i-1;p>=0;--p)u[p]=0;u.t=this.t+i;u.s=this.s}function bnpDRShiftTo(i,u){for(var p=i;p<this.t;++p)u[p-i]=this[p];u.t=Math.max(this.t-i,0);u.s=this.s}function bnpLShiftTo(i,u){var p=i%this.DB;var A=this.DB-p;var g=(1<<A)-1;var C=Math.floor(i/this.DB),S=this.s<<p&this.DM,w;for(w=this.t-1;w>=0;--w){u[w+C+1]=this[w]>>A|S;S=(this[w]&g)<<p}for(w=C-1;w>=0;--w)u[w]=0;u[C]=S;u.t=this.t+C+1;u.s=this.s;u.clamp()}function bnpRShiftTo(i,u){u.s=this.s;var p=Math.floor(i/this.DB);if(p>=this.t){u.t=0;return}var A=i%this.DB;var g=this.DB-A;var C=(1<<A)-1;u[0]=this[p]>>A;for(var S=p+1;S<this.t;++S){u[S-p-1]|=(this[S]&C)<<g;u[S-p]=this[S]>>A}if(A>0)u[this.t-p-1]|=(this.s&C)<<g;u.t=this.t-p;u.clamp()}function bnpSubTo(i,u){var p=0,A=0,g=Math.min(i.t,this.t);while(p<g){A+=this[p]-i[p];u[p++]=A&this.DM;A>>=this.DB}if(i.t<this.t){A-=i.s;while(p<this.t){A+=this[p];u[p++]=A&this.DM;A>>=this.DB}A+=this.s}else{A+=this.s;while(p<i.t){A-=i[p];u[p++]=A&this.DM;A>>=this.DB}A-=i.s}u.s=A<0?-1:0;if(A<-1)u[p++]=this.DV+A;else if(A>0)u[p++]=A;u.t=p;u.clamp()}function bnpMultiplyTo(i,u){var p=this.abs(),A=i.abs();var g=p.t;u.t=g+A.t;while(--g>=0)u[g]=0;for(g=0;g<A.t;++g)u[g+p.t]=p.am(0,A[g],u,g,0,p.t);u.s=0;u.clamp();if(this.s!=i.s)BigInteger.ZERO.subTo(u,u)}function bnpSquareTo(i){var u=this.abs();var p=i.t=2*u.t;while(--p>=0)i[p]=0;for(p=0;p<u.t-1;++p){var A=u.am(p,u[p],i,2*p,0,1);if((i[p+u.t]+=u.am(p+1,2*u[p],i,2*p+1,A,u.t-p-1))>=u.DV){i[p+u.t]-=u.DV;i[p+u.t+1]=1}}if(i.t>0)i[i.t-1]+=u.am(p,u[p],i,2*p,0,1);i.s=0;i.clamp()}function bnpDivRemTo(i,u,p){var A=i.abs();if(A.t<=0)return;var g=this.abs();if(g.t<A.t){if(u!=null)u.fromInt(0);if(p!=null)this.copyTo(p);return}if(p==null)p=nbi();var C=nbi(),S=this.s,w=i.s;var B=this.DB-nbits(A[A.t-1]);if(B>0){A.lShiftTo(B,C);g.lShiftTo(B,p)}else{A.copyTo(C);g.copyTo(p)}var v=C.t;var N=C[v-1];if(N==0)return;var T=N*(1<<this.F1)+(v>1?C[v-2]>>this.F2:0);var Q=this.FV/T,x=(1<<this.F1)/T,_=1<<this.F2;var k=p.t,D=k-v,O=u==null?nbi():u;C.dlShiftTo(D,O);if(p.compareTo(O)>=0){p[p.t++]=1;p.subTo(O,p)}BigInteger.ONE.dlShiftTo(v,O);O.subTo(C,C);while(C.t<v)C[C.t++]=0;while(--D>=0){var P=p[--k]==N?this.DM:Math.floor(p[k]*Q+(p[k-1]+_)*x);if((p[k]+=C.am(0,P,p,D,0,v))<P){C.dlShiftTo(D,O);p.subTo(O,p);while(p[k]<--P)p.subTo(O,p)}}if(u!=null){p.drShiftTo(v,u);if(S!=w)BigInteger.ZERO.subTo(u,u)}p.t=v;p.clamp();if(B>0)p.rShiftTo(B,p);if(S<0)BigInteger.ZERO.subTo(p,p)}function bnMod(i){var u=nbi();this.abs().divRemTo(i,null,u);if(this.s<0&&u.compareTo(BigInteger.ZERO)>0)i.subTo(u,u);return u}function Classic(i){this.m=i}function cConvert(i){if(i.s<0||i.compareTo(this.m)>=0)return i.mod(this.m);else return i}function cRevert(i){return i}function cReduce(i){i.divRemTo(this.m,null,i)}function cMulTo(i,u,p){i.multiplyTo(u,p);this.reduce(p)}function cSqrTo(i,u){i.squareTo(u);this.reduce(u)}Classic.prototype.convert=cConvert;Classic.prototype.revert=cRevert;Classic.prototype.reduce=cReduce;Classic.prototype.mulTo=cMulTo;Classic.prototype.sqrTo=cSqrTo;function bnpInvDigit(){if(this.t<1)return 0;var i=this[0];if((i&1)==0)return 0;var u=i&3;u=u*(2-(i&15)*u)&15;u=u*(2-(i&255)*u)&255;u=u*(2-((i&65535)*u&65535))&65535;u=u*(2-i*u%this.DV)%this.DV;return u>0?this.DV-u:-u}function Montgomery(i){this.m=i;this.mp=i.invDigit();this.mpl=this.mp&32767;this.mph=this.mp>>15;this.um=(1<<i.DB-15)-1;this.mt2=2*i.t}function montConvert(i){var u=nbi();i.abs().dlShiftTo(this.m.t,u);u.divRemTo(this.m,null,u);if(i.s<0&&u.compareTo(BigInteger.ZERO)>0)this.m.subTo(u,u);return u}function montRevert(i){var u=nbi();i.copyTo(u);this.reduce(u);return u}function montReduce(i){while(i.t<=this.mt2)i[i.t++]=0;for(var u=0;u<this.m.t;++u){var p=i[u]&32767;var A=p*this.mpl+((p*this.mph+(i[u]>>15)*this.mpl&this.um)<<15)&i.DM;p=u+this.m.t;i[p]+=this.m.am(0,A,i,u,0,this.m.t);while(i[p]>=i.DV){i[p]-=i.DV;i[++p]++}}i.clamp();i.drShiftTo(this.m.t,i);if(i.compareTo(this.m)>=0)i.subTo(this.m,i)}function montSqrTo(i,u){i.squareTo(u);this.reduce(u)}function montMulTo(i,u,p){i.multiplyTo(u,p);this.reduce(p)}Montgomery.prototype.convert=montConvert;Montgomery.prototype.revert=montRevert;Montgomery.prototype.reduce=montReduce;Montgomery.prototype.mulTo=montMulTo;Montgomery.prototype.sqrTo=montSqrTo;function bnpIsEven(){return(this.t>0?this[0]&1:this.s)==0}function bnpExp(i,u){if(i>4294967295||i<1)return BigInteger.ONE;var p=nbi(),A=nbi(),g=u.convert(this),C=nbits(i)-1;g.copyTo(p);while(--C>=0){u.sqrTo(p,A);if((i&1<<C)>0)u.mulTo(A,g,p);else{var S=p;p=A;A=S}}return u.revert(p)}function bnModPowInt(i,u){var p;if(i<256||u.isEven())p=new Classic(u);else p=new Montgomery(u);return this.exp(i,p)}BigInteger.prototype.copyTo=bnpCopyTo;BigInteger.prototype.fromInt=bnpFromInt;BigInteger.prototype.fromString=bnpFromString;BigInteger.prototype.clamp=bnpClamp;BigInteger.prototype.dlShiftTo=bnpDLShiftTo;BigInteger.prototype.drShiftTo=bnpDRShiftTo;BigInteger.prototype.lShiftTo=bnpLShiftTo;BigInteger.prototype.rShiftTo=bnpRShiftTo;BigInteger.prototype.subTo=bnpSubTo;BigInteger.prototype.multiplyTo=bnpMultiplyTo;BigInteger.prototype.squareTo=bnpSquareTo;BigInteger.prototype.divRemTo=bnpDivRemTo;BigInteger.prototype.invDigit=bnpInvDigit;BigInteger.prototype.isEven=bnpIsEven;BigInteger.prototype.exp=bnpExp;BigInteger.prototype.toString=bnToString;BigInteger.prototype.negate=bnNegate;BigInteger.prototype.abs=bnAbs;BigInteger.prototype.compareTo=bnCompareTo;BigInteger.prototype.bitLength=bnBitLength;BigInteger.prototype.mod=bnMod;BigInteger.prototype.modPowInt=bnModPowInt;BigInteger.ZERO=nbv(0);BigInteger.ONE=nbv(1);function bnClone(){var i=nbi();this.copyTo(i);return i}function bnIntValue(){if(this.s<0){if(this.t==1)return this[0]-this.DV;else if(this.t==0)return-1}else if(this.t==1)return this[0];else if(this.t==0)return 0;return(this[1]&(1<<32-this.DB)-1)<<this.DB|this[0]}function bnByteValue(){return this.t==0?this.s:this[0]<<24>>24}function bnShortValue(){return this.t==0?this.s:this[0]<<16>>16}function bnpChunkSize(i){return Math.floor(Math.LN2*this.DB/Math.log(i))}function bnSigNum(){if(this.s<0)return-1;else if(this.t<=0||this.t==1&&this[0]<=0)return 0;else return 1}function bnpToRadix(i){if(i==null)i=10;if(this.signum()==0||i<2||i>36)return"0";var u=this.chunkSize(i);var p=Math.pow(i,u);var A=nbv(p),g=nbi(),C=nbi(),S="";this.divRemTo(A,g,C);while(g.signum()>0){S=(p+C.intValue()).toString(i).substr(1)+S;g.divRemTo(A,g,C)}return C.intValue().toString(i)+S}function bnpFromRadix(i,u){this.fromInt(0);if(u==null)u=10;var p=this.chunkSize(u);var A=Math.pow(u,p),g=false,C=0,S=0;for(var w=0;w<i.length;++w){var B=intAt(i,w);if(B<0){if(i.charAt(w)=="-"&&this.signum()==0)g=true;continue}S=u*S+B;if(++C>=p){this.dMultiply(A);this.dAddOffset(S,0);C=0;S=0}}if(C>0){this.dMultiply(Math.pow(u,C));this.dAddOffset(S,0)}if(g)BigInteger.ZERO.subTo(this,this)}function bnpFromNumber(i,u,p){if("number"==typeof u){if(i<2)this.fromInt(1);else{this.fromNumber(i,p);if(!this.testBit(i-1))this.bitwiseTo(BigInteger.ONE.shiftLeft(i-1),op_or,this);if(this.isEven())this.dAddOffset(1,0);while(!this.isProbablePrime(u)){this.dAddOffset(2,0);if(this.bitLength()>i)this.subTo(BigInteger.ONE.shiftLeft(i-1),this)}}}else{var A=new Array,g=i&7;A.length=(i>>3)+1;u.nextBytes(A);if(g>0)A[0]&=(1<<g)-1;else A[0]=0;this.fromString(A,256)}}function bnToByteArray(){var i=this.t,u=new Array;u[0]=this.s;var p=this.DB-i*this.DB%8,A,g=0;if(i-- >0){if(p<this.DB&&(A=this[i]>>p)!=(this.s&this.DM)>>p)u[g++]=A|this.s<<this.DB-p;while(i>=0){if(p<8){A=(this[i]&(1<<p)-1)<<8-p;A|=this[--i]>>(p+=this.DB-8)}else{A=this[i]>>(p-=8)&255;if(p<=0){p+=this.DB;--i}}if((A&128)!=0)A|=-256;if(g==0&&(this.s&128)!=(A&128))++g;if(g>0||A!=this.s)u[g++]=A}}return u}function bnEquals(i){return this.compareTo(i)==0}function bnMin(i){return this.compareTo(i)<0?this:i}function bnMax(i){return this.compareTo(i)>0?this:i}function bnpBitwiseTo(i,u,p){var A,g,C=Math.min(i.t,this.t);for(A=0;A<C;++A)p[A]=u(this[A],i[A]);if(i.t<this.t){g=i.s&this.DM;for(A=C;A<this.t;++A)p[A]=u(this[A],g);p.t=this.t}else{g=this.s&this.DM;for(A=C;A<i.t;++A)p[A]=u(g,i[A]);p.t=i.t}p.s=u(this.s,i.s);p.clamp()}function op_and(i,u){return i&u}function bnAnd(i){var u=nbi();this.bitwiseTo(i,op_and,u);return u}function op_or(i,u){return i|u}function bnOr(i){var u=nbi();this.bitwiseTo(i,op_or,u);return u}function op_xor(i,u){return i^u}function bnXor(i){var u=nbi();this.bitwiseTo(i,op_xor,u);return u}function op_andnot(i,u){return i&~u}function bnAndNot(i){var u=nbi();this.bitwiseTo(i,op_andnot,u);return u}function bnNot(){var i=nbi();for(var u=0;u<this.t;++u)i[u]=this.DM&~this[u];i.t=this.t;i.s=~this.s;return i}function bnShiftLeft(i){var u=nbi();if(i<0)this.rShiftTo(-i,u);else this.lShiftTo(i,u);return u}function bnShiftRight(i){var u=nbi();if(i<0)this.lShiftTo(-i,u);else this.rShiftTo(i,u);return u}function lbit(i){if(i==0)return-1;var u=0;if((i&65535)==0){i>>=16;u+=16}if((i&255)==0){i>>=8;u+=8}if((i&15)==0){i>>=4;u+=4}if((i&3)==0){i>>=2;u+=2}if((i&1)==0)++u;return u}function bnGetLowestSetBit(){for(var i=0;i<this.t;++i)if(this[i]!=0)return i*this.DB+lbit(this[i]);if(this.s<0)return this.t*this.DB;return-1}function cbit(i){var u=0;while(i!=0){i&=i-1;++u}return u}function bnBitCount(){var i=0,u=this.s&this.DM;for(var p=0;p<this.t;++p)i+=cbit(this[p]^u);return i}function bnTestBit(i){var u=Math.floor(i/this.DB);if(u>=this.t)return this.s!=0;return(this[u]&1<<i%this.DB)!=0}function bnpChangeBit(i,u){var p=BigInteger.ONE.shiftLeft(i);this.bitwiseTo(p,u,p);return p}function bnSetBit(i){return this.changeBit(i,op_or)}function bnClearBit(i){return this.changeBit(i,op_andnot)}function bnFlipBit(i){return this.changeBit(i,op_xor)}function bnpAddTo(i,u){var p=0,A=0,g=Math.min(i.t,this.t);while(p<g){A+=this[p]+i[p];u[p++]=A&this.DM;A>>=this.DB}if(i.t<this.t){A+=i.s;while(p<this.t){A+=this[p];u[p++]=A&this.DM;A>>=this.DB}A+=this.s}else{A+=this.s;while(p<i.t){A+=i[p];u[p++]=A&this.DM;A>>=this.DB}A+=i.s}u.s=A<0?-1:0;if(A>0)u[p++]=A;else if(A<-1)u[p++]=this.DV+A;u.t=p;u.clamp()}function bnAdd(i){var u=nbi();this.addTo(i,u);return u}function bnSubtract(i){var u=nbi();this.subTo(i,u);return u}function bnMultiply(i){var u=nbi();this.multiplyTo(i,u);return u}function bnSquare(){var i=nbi();this.squareTo(i);return i}function bnDivide(i){var u=nbi();this.divRemTo(i,u,null);return u}function bnRemainder(i){var u=nbi();this.divRemTo(i,null,u);return u}function bnDivideAndRemainder(i){var u=nbi(),p=nbi();this.divRemTo(i,u,p);return new Array(u,p)}function bnpDMultiply(i){this[this.t]=this.am(0,i-1,this,0,0,this.t);++this.t;this.clamp()}function bnpDAddOffset(i,u){if(i==0)return;while(this.t<=u)this[this.t++]=0;this[u]+=i;while(this[u]>=this.DV){this[u]-=this.DV;if(++u>=this.t)this[this.t++]=0;++this[u]}}function NullExp(){}function nNop(i){return i}function nMulTo(i,u,p){i.multiplyTo(u,p)}function nSqrTo(i,u){i.squareTo(u)}NullExp.prototype.convert=nNop;NullExp.prototype.revert=nNop;NullExp.prototype.mulTo=nMulTo;NullExp.prototype.sqrTo=nSqrTo;function bnPow(i){return this.exp(i,new NullExp)}function bnpMultiplyLowerTo(i,u,p){var A=Math.min(this.t+i.t,u);p.s=0;p.t=A;while(A>0)p[--A]=0;var g;for(g=p.t-this.t;A<g;++A)p[A+this.t]=this.am(0,i[A],p,A,0,this.t);for(g=Math.min(i.t,u);A<g;++A)this.am(0,i[A],p,A,0,u-A);p.clamp()}function bnpMultiplyUpperTo(i,u,p){--u;var A=p.t=this.t+i.t-u;p.s=0;while(--A>=0)p[A]=0;for(A=Math.max(u-this.t,0);A<i.t;++A)p[this.t+A-u]=this.am(u-A,i[A],p,0,0,this.t+A-u);p.clamp();p.drShiftTo(1,p)}function Barrett(i){this.r2=nbi();this.q3=nbi();BigInteger.ONE.dlShiftTo(2*i.t,this.r2);this.mu=this.r2.divide(i);this.m=i}function barrettConvert(i){if(i.s<0||i.t>2*this.m.t)return i.mod(this.m);else if(i.compareTo(this.m)<0)return i;else{var u=nbi();i.copyTo(u);this.reduce(u);return u}}function barrettRevert(i){return i}function barrettReduce(i){i.drShiftTo(this.m.t-1,this.r2);if(i.t>this.m.t+1){i.t=this.m.t+1;i.clamp()}this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3);this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2);while(i.compareTo(this.r2)<0)i.dAddOffset(1,this.m.t+1);i.subTo(this.r2,i);while(i.compareTo(this.m)>=0)i.subTo(this.m,i)}function barrettSqrTo(i,u){i.squareTo(u);this.reduce(u)}function barrettMulTo(i,u,p){i.multiplyTo(u,p);this.reduce(p)}Barrett.prototype.convert=barrettConvert;Barrett.prototype.revert=barrettRevert;Barrett.prototype.reduce=barrettReduce;Barrett.prototype.mulTo=barrettMulTo;Barrett.prototype.sqrTo=barrettSqrTo;function bnModPow(i,u){var p=i.bitLength(),A,g=nbv(1),C;if(p<=0)return g;else if(p<18)A=1;else if(p<48)A=3;else if(p<144)A=4;else if(p<768)A=5;else A=6;if(p<8)C=new Classic(u);else if(u.isEven())C=new Barrett(u);else C=new Montgomery(u);var S=new Array,w=3,B=A-1,v=(1<<A)-1;S[1]=C.convert(this);if(A>1){var N=nbi();C.sqrTo(S[1],N);while(w<=v){S[w]=nbi();C.mulTo(N,S[w-2],S[w]);w+=2}}var T=i.t-1,Q,x=true,_=nbi(),k;p=nbits(i[T])-1;while(T>=0){if(p>=B)Q=i[T]>>p-B&v;else{Q=(i[T]&(1<<p+1)-1)<<B-p;if(T>0)Q|=i[T-1]>>this.DB+p-B}w=A;while((Q&1)==0){Q>>=1;--w}if((p-=w)<0){p+=this.DB;--T}if(x){S[Q].copyTo(g);x=false}else{while(w>1){C.sqrTo(g,_);C.sqrTo(_,g);w-=2}if(w>0)C.sqrTo(g,_);else{k=g;g=_;_=k}C.mulTo(_,S[Q],g)}while(T>=0&&(i[T]&1<<p)==0){C.sqrTo(g,_);k=g;g=_;_=k;if(--p<0){p=this.DB-1;--T}}}return C.revert(g)}function bnGCD(i){var u=this.s<0?this.negate():this.clone();var p=i.s<0?i.negate():i.clone();if(u.compareTo(p)<0){var A=u;u=p;p=A}var g=u.getLowestSetBit(),C=p.getLowestSetBit();if(C<0)return u;if(g<C)C=g;if(C>0){u.rShiftTo(C,u);p.rShiftTo(C,p)}while(u.signum()>0){if((g=u.getLowestSetBit())>0)u.rShiftTo(g,u);if((g=p.getLowestSetBit())>0)p.rShiftTo(g,p);if(u.compareTo(p)>=0){u.subTo(p,u);u.rShiftTo(1,u)}else{p.subTo(u,p);p.rShiftTo(1,p)}}if(C>0)p.lShiftTo(C,p);return p}function bnpModInt(i){if(i<=0)return 0;var u=this.DV%i,p=this.s<0?i-1:0;if(this.t>0)if(u==0)p=this[0]%i;else for(var A=this.t-1;A>=0;--A)p=(u*p+this[A])%i;return p}function bnModInverse(i){var u=i.isEven();if(this.isEven()&&u||i.signum()==0)return BigInteger.ZERO;var p=i.clone(),A=this.clone();var g=nbv(1),C=nbv(0),S=nbv(0),w=nbv(1);while(p.signum()!=0){while(p.isEven()){p.rShiftTo(1,p);if(u){if(!g.isEven()||!C.isEven()){g.addTo(this,g);C.subTo(i,C)}g.rShiftTo(1,g)}else if(!C.isEven())C.subTo(i,C);C.rShiftTo(1,C)}while(A.isEven()){A.rShiftTo(1,A);if(u){if(!S.isEven()||!w.isEven()){S.addTo(this,S);w.subTo(i,w)}S.rShiftTo(1,S)}else if(!w.isEven())w.subTo(i,w);w.rShiftTo(1,w)}if(p.compareTo(A)>=0){p.subTo(A,p);if(u)g.subTo(S,g);C.subTo(w,C)}else{A.subTo(p,A);if(u)S.subTo(g,S);w.subTo(C,w)}}if(A.compareTo(BigInteger.ONE)!=0)return BigInteger.ZERO;if(w.compareTo(i)>=0)return w.subtract(i);if(w.signum()<0)w.addTo(i,w);else return w;if(w.signum()<0)return w.add(i);else return w}var T=[2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997];var Q=(1<<26)/T[T.length-1];function bnIsProbablePrime(i){var u,p=this.abs();if(p.t==1&&p[0]<=T[T.length-1]){for(u=0;u<T.length;++u)if(p[0]==T[u])return true;return false}if(p.isEven())return false;u=1;while(u<T.length){var A=T[u],g=u+1;while(g<T.length&&A<Q)A*=T[g++];A=p.modInt(A);while(u<g)if(A%T[u++]==0)return false}return p.millerRabin(i)}function bnpMillerRabin(i){var u=this.subtract(BigInteger.ONE);var p=u.getLowestSetBit();if(p<=0)return false;var A=u.shiftRight(p);i=i+1>>1;if(i>T.length)i=T.length;var g=nbi();for(var C=0;C<i;++C){g.fromInt(T[Math.floor(Math.random()*T.length)]);var S=g.modPow(A,this);if(S.compareTo(BigInteger.ONE)!=0&&S.compareTo(u)!=0){var w=1;while(w++<p&&S.compareTo(u)!=0){S=S.modPowInt(2,this);if(S.compareTo(BigInteger.ONE)==0)return false}if(S.compareTo(u)!=0)return false}}return true}BigInteger.prototype.chunkSize=bnpChunkSize;BigInteger.prototype.toRadix=bnpToRadix;BigInteger.prototype.fromRadix=bnpFromRadix;BigInteger.prototype.fromNumber=bnpFromNumber;BigInteger.prototype.bitwiseTo=bnpBitwiseTo;BigInteger.prototype.changeBit=bnpChangeBit;BigInteger.prototype.addTo=bnpAddTo;BigInteger.prototype.dMultiply=bnpDMultiply;BigInteger.prototype.dAddOffset=bnpDAddOffset;BigInteger.prototype.multiplyLowerTo=bnpMultiplyLowerTo;BigInteger.prototype.multiplyUpperTo=bnpMultiplyUpperTo;BigInteger.prototype.modInt=bnpModInt;BigInteger.prototype.millerRabin=bnpMillerRabin;BigInteger.prototype.clone=bnClone;BigInteger.prototype.intValue=bnIntValue;BigInteger.prototype.byteValue=bnByteValue;BigInteger.prototype.shortValue=bnShortValue;BigInteger.prototype.signum=bnSigNum;BigInteger.prototype.toByteArray=bnToByteArray;BigInteger.prototype.equals=bnEquals;BigInteger.prototype.min=bnMin;BigInteger.prototype.max=bnMax;BigInteger.prototype.and=bnAnd;BigInteger.prototype.or=bnOr;BigInteger.prototype.xor=bnXor;BigInteger.prototype.andNot=bnAndNot;BigInteger.prototype.not=bnNot;BigInteger.prototype.shiftLeft=bnShiftLeft;BigInteger.prototype.shiftRight=bnShiftRight;BigInteger.prototype.getLowestSetBit=bnGetLowestSetBit;BigInteger.prototype.bitCount=bnBitCount;BigInteger.prototype.testBit=bnTestBit;BigInteger.prototype.setBit=bnSetBit;BigInteger.prototype.clearBit=bnClearBit;BigInteger.prototype.flipBit=bnFlipBit;BigInteger.prototype.add=bnAdd;BigInteger.prototype.subtract=bnSubtract;BigInteger.prototype.multiply=bnMultiply;BigInteger.prototype.divide=bnDivide;BigInteger.prototype.remainder=bnRemainder;BigInteger.prototype.divideAndRemainder=bnDivideAndRemainder;BigInteger.prototype.modPow=bnModPow;BigInteger.prototype.modInverse=bnModInverse;BigInteger.prototype.pow=bnPow;BigInteger.prototype.gcd=bnGCD;BigInteger.prototype.isProbablePrime=bnIsProbablePrime;BigInteger.prototype.square=bnSquare;BigInteger.prototype.Barrett=Barrett;var x;var _;var k;function rng_seed_int(i){_[k++]^=i&255;_[k++]^=i>>8&255;_[k++]^=i>>16&255;_[k++]^=i>>24&255;if(k>=L)k-=L}function rng_seed_time(){rng_seed_int((new Date).getTime())}if(_==null){_=new Array;k=0;var D;if(typeof window!=="undefined"&&window.crypto){if(window.crypto.getRandomValues){var O=new Uint8Array(32);window.crypto.getRandomValues(O);for(D=0;D<32;++D)_[k++]=O[D]}else if(navigator.appName=="Netscape"&&navigator.appVersion<"5"){var P=window.crypto.random(32);for(D=0;D<P.length;++D)_[k++]=P.charCodeAt(D)&255}}while(k<L){D=Math.floor(65536*Math.random());_[k++]=D>>>8;_[k++]=D&255}k=0;rng_seed_time()}function rng_get_byte(){if(x==null){rng_seed_time();x=prng_newstate();x.init(_);for(k=0;k<_.length;++k)_[k]=0;k=0}return x.next()}function rng_get_bytes(i){var u;for(u=0;u<i.length;++u)i[u]=rng_get_byte()}function SecureRandom(){}SecureRandom.prototype.nextBytes=rng_get_bytes;function Arcfour(){this.i=0;this.j=0;this.S=new Array}function ARC4init(i){var u,p,A;for(u=0;u<256;++u)this.S[u]=u;p=0;for(u=0;u<256;++u){p=p+this.S[u]+i[u%i.length]&255;A=this.S[u];this.S[u]=this.S[p];this.S[p]=A}this.i=0;this.j=0}function ARC4next(){var i;this.i=this.i+1&255;this.j=this.j+this.S[this.i]&255;i=this.S[this.i];this.S[this.i]=this.S[this.j];this.S[this.j]=i;return this.S[i+this.S[this.i]&255]}Arcfour.prototype.init=ARC4init;Arcfour.prototype.next=ARC4next;function prng_newstate(){return new Arcfour}var L=256;if(true){u=i.exports={default:BigInteger,BigInteger:BigInteger,SecureRandom:SecureRandom}}else{}}).call(this)},85743:(i,u,p)=>{const{Request:A,Response:g}=p(88483);const{Minipass:C}=p(78275);const S=p(37633);const w=p(85742);const B=p(87016);const v=p(22314);const N=p(15281);const T=p(45808);const Q=p(20766);const hasOwnProperty=(i,u)=>Object.prototype.hasOwnProperty.call(i,u);const x=["accept-charset","accept-encoding","accept-language","accept","cache-control"];const _=["cache-control","content-encoding","content-language","content-type","date","etag","expires","last-modified","link","location","pragma","vary"];const getMetadata=(i,u,p)=>{const A={time:Date.now(),url:i.url,reqHeaders:{},resHeaders:{},options:{compress:p.compress!=null?p.compress:i.compress}};if(u.status!==200&&u.status!==304){A.status=u.status}for(const u of x){if(i.headers.has(u)){A.reqHeaders[u]=i.headers.get(u)}}const g=i.headers.get("host");const C=new B.URL(i.url);if(g&&C.host!==g){A.reqHeaders.host=g}if(u.headers.has("vary")){const p=u.headers.get("vary");if(p!=="*"){const u=p.trim().toLowerCase().split(/\s*,\s*/);for(const p of u){if(i.headers.has(p)){A.reqHeaders[p]=i.headers.get(p)}}}}for(const i of _){if(u.headers.has(i)){A.resHeaders[i]=u.headers.get(i)}}for(const i of p.cacheAdditionalHeaders){if(u.headers.has(i)){A.resHeaders[i]=u.headers.get(i)}}return A};const k=Symbol("request");const D=Symbol("response");const O=Symbol("policy");class CacheEntry{constructor({entry:i,request:u,response:p,options:A}){if(i){this.key=i.key;this.entry=i;this.entry.metadata.time=this.entry.metadata.time||this.entry.time}else{this.key=T(u)}this.options=A;this[k]=u;this[D]=p;this[O]=null}static async find(i,u){try{var p=await w.index.compact(u.cachePath,T(i),((i,p)=>{const A=new CacheEntry({entry:i,options:u});const g=new CacheEntry({entry:p,options:u});return A.policy.satisfies(g.request)}),{validateEntry:i=>{if(i.metadata&&i.metadata.resHeaders&&i.metadata.resHeaders["content-encoding"]===null){return false}if(i.integrity===null){return!!(i.metadata&&i.metadata.status)}return true}})}catch(i){return}if(u.cache==="reload"){return}let A;for(const g of p){const p=new CacheEntry({entry:g,options:u});if(p.policy.satisfies(i)){A=p;break}}return A}static async invalidate(i,u){const p=T(i);try{await w.rm.entry(u.cachePath,p,{removeFully:true})}catch(i){}}get request(){if(!this[k]){this[k]=new A(this.entry.metadata.url,{method:"GET",headers:this.entry.metadata.reqHeaders,...this.entry.metadata.options})}return this[k]}get response(){if(!this[D]){this[D]=new g(null,{url:this.entry.metadata.url,counter:this.options.counter,status:this.entry.metadata.status||200,headers:{...this.entry.metadata.resHeaders,"content-length":this.entry.size}})}return this[D]}get policy(){if(!this[O]){this[O]=new N({entry:this.entry,request:this.request,response:this.response,options:this.options})}return this[O]}async store(i){if(this.request.method!=="GET"||![200,301,308].includes(this.response.status)||!this.policy.storable()){this.response.headers.set("x-local-cache-status","skip");return this.response}const u=this.response.headers.get("content-length");const p={algorithms:this.options.algorithms,metadata:getMetadata(this.request,this.response,this.options),size:u,integrity:this.options.integrity,integrityEmitter:this.response.body.hasIntegrityEmitter&&this.response.body};let A=null;if(this.response.status===200){let i,u;const g=new Promise(((p,A)=>{i=p;u=A})).catch((i=>{A.emit("error",i)}));A=new v({events:["integrity","size"]},new S({flush(){return g}}));A.hasIntegrityEmitter=true;const onResume=()=>{const g=new C;const S=w.put.stream(this.options.cachePath,this.key,p);S.on("integrity",(i=>A.emit("integrity",i)));S.on("size",(i=>A.emit("size",i)));g.pipe(S);S.promise().then(i,u);A.unshift(g);A.unshift(this.response.body)};A.once("resume",onResume);A.once("end",(()=>A.removeListener("resume",onResume)))}else{await w.index.insert(this.options.cachePath,this.key,null,p)}this.response.headers.set("x-local-cache",encodeURIComponent(this.options.cachePath));this.response.headers.set("x-local-cache-key",encodeURIComponent(this.key));this.response.headers.set("x-local-cache-mode","stream");this.response.headers.set("x-local-cache-status",i);this.response.headers.set("x-local-cache-time",(new Date).toISOString());const B=new g(A,{url:this.response.url,status:this.response.status,headers:this.response.headers,counter:this.options.counter});return B}async respond(i,u,p){let A;if(i==="HEAD"||[301,308].includes(this.response.status)){A=this.response}else{const i=new C;const p={...this.policy.responseHeaders()};const onResume=()=>{const u=w.get.stream.byDigest(this.options.cachePath,this.entry.integrity,{memoize:this.options.memoize});u.on("error",(async p=>{u.pause();if(p.code==="EINTEGRITY"){await w.rm.content(this.options.cachePath,this.entry.integrity,{memoize:this.options.memoize})}if(p.code==="ENOENT"||p.code==="EINTEGRITY"){await CacheEntry.invalidate(this.request,this.options)}i.emit("error",p);u.resume()}));i.emit("integrity",this.entry.integrity);i.emit("size",Number(p["content-length"]));u.pipe(i)};i.once("resume",onResume);i.once("end",(()=>i.removeListener("resume",onResume)));A=new g(i,{url:this.entry.metadata.url,counter:u.counter,status:200,headers:p})}A.headers.set("x-local-cache",encodeURIComponent(this.options.cachePath));A.headers.set("x-local-cache-hash",encodeURIComponent(this.entry.integrity));A.headers.set("x-local-cache-key",encodeURIComponent(this.key));A.headers.set("x-local-cache-mode","stream");A.headers.set("x-local-cache-status",p);A.headers.set("x-local-cache-time",new Date(this.entry.metadata.time).toUTCString());return A}async revalidate(i,u){const p=new A(i,{headers:this.policy.revalidationHeaders(i)});try{var g=await Q(p,{...u,headers:undefined})}catch(p){if(!this.policy.mustRevalidate){return this.respond(i.method,u,"stale")}throw p}if(this.policy.revalidated(p,g)){const p=getMetadata(i,g,u);for(const i of _){if(!hasOwnProperty(p.resHeaders,i)&&hasOwnProperty(this.entry.metadata.resHeaders,i)){p.resHeaders[i]=this.entry.metadata.resHeaders[i]}}for(const i of u.cacheAdditionalHeaders){const u=hasOwnProperty(p.resHeaders,i);const A=hasOwnProperty(this.entry.metadata.resHeaders,i);const g=hasOwnProperty(this.policy.response.headers,i);if(!u&&A){p.resHeaders[i]=this.entry.metadata.resHeaders[i]}if(!g&&u){this.policy.response.headers[i]=p.resHeaders[i]}}try{await w.index.insert(u.cachePath,this.key,this.entry.integrity,{size:this.entry.size,metadata:p})}catch(i){}return this.respond(i.method,u,"revalidated")}const C=new CacheEntry({request:i,response:g,options:u});return C.store("updated")}}i.exports=CacheEntry},59456:i=>{class NotCachedError extends Error{constructor(i){super(`request to ${i} failed: cache mode is 'only-if-cached' but no cached response is available.`);this.code="ENOTCACHED"}}i.exports={NotCachedError:NotCachedError}},96807:(i,u,p)=>{const{NotCachedError:A}=p(59456);const g=p(85743);const C=p(20766);const cacheFetch=async(i,u)=>{const p=await g.find(i,u);if(!p){if(u.cache==="only-if-cached"){throw new A(i.url)}const p=await C(i,u);const S=new g({request:i,response:p,options:u});return S.store("miss")}if(u.cache==="no-cache"){return p.revalidate(i,u)}const S=p.policy.needsRevalidation(i);if(u.cache==="force-cache"||u.cache==="only-if-cached"||!S){return p.respond(i.method,u,S?"stale":"hit")}return p.revalidate(i,u)};cacheFetch.invalidate=async(i,u)=>{if(!u.cachePath){return}return g.invalidate(i,u)};i.exports=cacheFetch},45808:(i,u,p)=>{const{URL:A,format:g}=p(87016);const C={auth:false,fragment:false,search:true,unicode:false};const cacheKey=i=>{const u=new A(i.url);return`make-fetch-happen:request-cache:${g(u,C)}`};i.exports=cacheKey},15281:(i,u,p)=>{const A=p(12203);const g=p(60668);const C=p(68951);const S={shared:false,ignoreCargoCult:true};const w={status:200,headers:{}};const requestObject=i=>{const u={method:i.method,url:i.url,headers:{},compress:i.compress};i.headers.forEach(((i,p)=>{u.headers[p]=i}));return u};const responseObject=i=>{const u={status:i.status,headers:{}};i.headers.forEach(((i,p)=>{u.headers[p]=i}));return u};class CachePolicy{constructor({entry:i,request:u,response:p,options:g}){this.entry=i;this.request=requestObject(u);this.response=responseObject(p);this.options=g;this.policy=new A(this.request,this.response,S);if(this.entry){this.policy._responseTime=this.entry.metadata.time}}static storable(i,u){if(!u.cachePath){return false}if(u.cache==="no-store"){return false}if(!["GET","HEAD"].includes(i.method)){return false}const p=new A(requestObject(i),w,S);return p.storable()}satisfies(i){const u=requestObject(i);if(this.request.headers.host!==u.headers.host){return false}if(this.request.compress!==u.compress){return false}const p=new g(this.request);const A=new g(u);if(JSON.stringify(p.mediaTypes())!==JSON.stringify(A.mediaTypes())){return false}if(JSON.stringify(p.languages())!==JSON.stringify(A.languages())){return false}if(JSON.stringify(p.encodings())!==JSON.stringify(A.encodings())){return false}if(this.options.integrity){return C.parse(this.options.integrity).match(this.entry.integrity)}return true}storable(){return this.policy.storable()}get mustRevalidate(){return!!this.policy._rescc["must-revalidate"]}needsRevalidation(i){const u=requestObject(i);u.method="GET";return!this.policy.satisfiesWithoutRevalidation(u)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(i){const u=requestObject(i);return this.policy.revalidationHeaders(u)}revalidated(i,u){const p=requestObject(i);const A=responseObject(u);const g=this.policy.revalidatedPolicy(p,A);return!g.modified}}i.exports=CachePolicy},67242:(i,u,p)=>{const{FetchError:A,Request:g,isRedirect:C}=p(88483);const S=p(87016);const w=p(15281);const B=p(96807);const v=p(20766);const canFollowRedirect=(i,u,p)=>{if(!C(u.status)){return false}if(p.redirect==="manual"){return false}if(p.redirect==="error"){throw new A(`redirect mode is set to error: ${i.url}`,"no-redirect",{code:"ENOREDIRECT"})}if(!u.headers.has("location")){throw new A(`redirect location header missing for: ${i.url}`,"no-location",{code:"EINVALIDREDIRECT"})}if(i.counter>=i.follow){throw new A(`maximum redirect reached at: ${i.url}`,"max-redirect",{code:"EMAXREDIRECT"})}return true};const getRedirect=(i,u,p)=>{const A={...p};const C=u.headers.get("location");const w=new S.URL(C,/^https?:/.test(C)?undefined:i.url);
|
||
/**
|
||
* @license
|
||
* Copyright (c) 2010-2012 Mikeal Rogers
|
||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||
* you may not use this file except in compliance with the License.
|
||
* You may obtain a copy of the License at
|
||
* http://www.apache.org/licenses/LICENSE-2.0
|
||
* Unless required by applicable law or agreed to in writing,
|
||
* software distributed under the License is distributed on an "AS
|
||
* IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
|
||
* express or implied. See the License for the specific language
|
||
* governing permissions and limitations under the License.
|
||
*/if(new S.URL(i.url).hostname!==w.hostname){i.headers.delete("authorization");i.headers.delete("cookie")}if(u.status===303||i.method==="POST"&&[301,302].includes(u.status)){A.method="GET";A.body=null;i.headers.delete("content-length")}A.headers={};i.headers.forEach(((i,u)=>{A.headers[u]=i}));A.counter=++i.counter;const B=new g(S.format(w),A);return{request:B,options:A}};const fetch=async(i,u)=>{const p=w.storable(i,u)?await B(i,u):await v(i,u);if(!["GET","HEAD"].includes(i.method)&&p.status>=200&&p.status<=399){await B.invalidate(i,u)}if(!canFollowRedirect(i,p,u)){return p}const A=getRedirect(i,p,u);return fetch(A.request,A.options)};i.exports=fetch},39310:(i,u,p)=>{const{FetchError:A,Headers:g,Request:C,Response:S}=p(88483);const w=p(99824);const B=p(67242);const makeFetchHappen=(i,u)=>{const p=w(u);const A=new C(i,p);return B(A,p)};makeFetchHappen.defaults=(i,u={},p=makeFetchHappen)=>{if(typeof i==="object"){u=i;i=null}const defaultedFetch=(A,g={})=>{const C=A||i;const S={...u,...g,headers:{...u.headers,...g.headers}};return p(C,S)};defaultedFetch.defaults=(i,u={})=>makeFetchHappen.defaults(i,u,defaultedFetch);return defaultedFetch};i.exports=makeFetchHappen;i.exports.FetchError=A;i.exports.Headers=g;i.exports.Request=C;i.exports.Response=S},99824:(i,u,p)=>{const A=p(72250);const g=["if-modified-since","if-none-match","if-unmodified-since","if-match","if-range"];const configureOptions=i=>{const{strictSSL:u,...p}={...i};p.method=p.method?p.method.toUpperCase():"GET";if(u===undefined||u===null){p.rejectUnauthorized=process.env.NODE_TLS_REJECT_UNAUTHORIZED!=="0"}else{p.rejectUnauthorized=u!==false}if(!p.retry){p.retry={retries:0}}else if(typeof p.retry==="string"){const i=parseInt(p.retry,10);if(isFinite(i)){p.retry={retries:i}}else{p.retry={retries:0}}}else if(typeof p.retry==="number"){p.retry={retries:p.retry}}else{p.retry={retries:0,...p.retry}}p.dns={ttl:5*60*1e3,lookup:A.lookup,...p.dns};p.cache=p.cache||"default";if(p.cache==="default"){const i=Object.keys(p.headers||{}).some((i=>g.includes(i.toLowerCase())));if(i){p.cache="no-store"}}p.cacheAdditionalHeaders=p.cacheAdditionalHeaders||[];if(p.cacheManager&&!p.cachePath){p.cachePath=p.cacheManager}return p};i.exports=configureOptions},22314:(i,u,p)=>{const A=p(52899);class CachingMinipassPipeline extends A{#a=[];#c=new Map;constructor(i,...u){super();this.#a=i.events;if(u.length){this.push(...u)}}on(i,u){if(this.#a.includes(i)&&this.#c.has(i)){return u(...this.#c.get(i))}return super.on(i,u)}emit(i,...u){if(this.#a.includes(i)){this.#c.set(i,u)}return super.emit(i,...u)}}i.exports=CachingMinipassPipeline},20766:(i,u,p)=>{const{Minipass:A}=p(78275);const g=p(88483);const{promiseRetry:C}=p(49498);const S=p(68951);const{log:w}=p(26687);const B=p(22314);const{getAgent:v}=p(57995);const N=p(96734);const T=`${N.name}/${N.version} (+https://npm.im/${N.name})`;const Q=["ECONNRESET","ECONNREFUSED","EADDRINUSE","ETIMEDOUT","ECONNECTIONTIMEOUT","EIDLETIMEOUT","ERESPONSETIMEOUT","ETRANSFERTIMEOUT"];const x=["request-timeout"];const remoteFetch=(i,u)=>{const p=v(i.url,{...u,signal:undefined});if(!i.headers.has("connection")){i.headers.set("connection",p?"keep-alive":"close")}if(!i.headers.has("user-agent")){i.headers.set("user-agent",T)}const N={...u,agent:p,redirect:"manual"};return C((async(p,C)=>{const v=new g.Request(i,N);try{let i=await g(v,N);if(N.integrity&&i.status===200){const u=S.integrityStream({algorithms:N.algorithms,integrity:N.integrity,size:N.size});const p=new B({events:["integrity","size"]},i.body,u);u.on("integrity",(i=>p.emit("integrity",i)));u.on("size",(i=>p.emit("size",i)));i=new g.Response(p,i);i.body.hasIntegrityEmitter=true}i.headers.set("x-fetch-attempts",C);const T=A.isStream(v.body);const Q=v.method!=="POST"&&!T&&([408,420,429].includes(i.status)||i.status>=500);if(Q){if(typeof u.onRetry==="function"){u.onRetry(i)}w.http("fetch",`${v.method} ${v.url} attempt ${C} failed with ${i.status}`);return p(i)}return i}catch(i){const A=i.code==="EPROMISERETRY"?i.retried.code:i.code;const S=i.retried instanceof g.Response||Q.includes(A)&&x.includes(i.type);if(v.method==="POST"||S){throw i}if(typeof u.onRetry==="function"){u.onRetry(i)}w.http("fetch",`${v.method} ${v.url} attempt ${C} failed with ${i.code}`);return p(i)}}),u.retry).catch((i=>{if(i.status>=400&&i.type!=="system"){return i}throw i}))};i.exports=remoteFetch},43772:(i,u,p)=>{i.exports=minimatch;minimatch.Minimatch=Minimatch;var A=function(){try{return p(16928)}catch(i){}}()||{sep:"/"};minimatch.sep=A.sep;var g=minimatch.GLOBSTAR=Minimatch.GLOBSTAR={};var C=p(73783);var S={"!":{open:"(?:(?!(?:",close:"))[^/]*?)"},"?":{open:"(?:",close:")?"},"+":{open:"(?:",close:")+"},"*":{open:"(?:",close:")*"},"@":{open:"(?:",close:")"}};var w="[^/]";var B=w+"*?";var v="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";var N="(?:(?!(?:\\/|^)\\.).)*?";var T=charSet("().*{}+?[]^$\\!");function charSet(i){return i.split("").reduce((function(i,u){i[u]=true;return i}),{})}var Q=/\/+/;minimatch.filter=filter;function filter(i,u){u=u||{};return function(p,A,g){return minimatch(p,i,u)}}function ext(i,u){u=u||{};var p={};Object.keys(i).forEach((function(u){p[u]=i[u]}));Object.keys(u).forEach((function(i){p[i]=u[i]}));return p}minimatch.defaults=function(i){if(!i||typeof i!=="object"||!Object.keys(i).length){return minimatch}var u=minimatch;var p=function minimatch(p,A,g){return u(p,A,ext(i,g))};p.Minimatch=function Minimatch(p,A){return new u.Minimatch(p,ext(i,A))};p.Minimatch.defaults=function defaults(p){return u.defaults(ext(i,p)).Minimatch};p.filter=function filter(p,A){return u.filter(p,ext(i,A))};p.defaults=function defaults(p){return u.defaults(ext(i,p))};p.makeRe=function makeRe(p,A){return u.makeRe(p,ext(i,A))};p.braceExpand=function braceExpand(p,A){return u.braceExpand(p,ext(i,A))};p.match=function(p,A,g){return u.match(p,A,ext(i,g))};return p};Minimatch.defaults=function(i){return minimatch.defaults(i).Minimatch};function minimatch(i,u,p){assertValidPattern(u);if(!p)p={};if(!p.nocomment&&u.charAt(0)==="#"){return false}return new Minimatch(u,p).match(i)}function Minimatch(i,u){if(!(this instanceof Minimatch)){return new Minimatch(i,u)}assertValidPattern(i);if(!u)u={};i=i.trim();if(!u.allowWindowsEscape&&A.sep!=="/"){i=i.split(A.sep).join("/")}this.options=u;this.set=[];this.pattern=i;this.regexp=null;this.negate=false;this.comment=false;this.empty=false;this.partial=!!u.partial;this.make()}Minimatch.prototype.debug=function(){};Minimatch.prototype.make=make;function make(){var i=this.pattern;var u=this.options;if(!u.nocomment&&i.charAt(0)==="#"){this.comment=true;return}if(!i){this.empty=true;return}this.parseNegate();var p=this.globSet=this.braceExpand();if(u.debug)this.debug=function debug(){console.error.apply(console,arguments)};this.debug(this.pattern,p);p=this.globParts=p.map((function(i){return i.split(Q)}));this.debug(this.pattern,p);p=p.map((function(i,u,p){return i.map(this.parse,this)}),this);this.debug(this.pattern,p);p=p.filter((function(i){return i.indexOf(false)===-1}));this.debug(this.pattern,p);this.set=p}Minimatch.prototype.parseNegate=parseNegate;function parseNegate(){var i=this.pattern;var u=false;var p=this.options;var A=0;if(p.nonegate)return;for(var g=0,C=i.length;g<C&&i.charAt(g)==="!";g++){u=!u;A++}if(A)this.pattern=i.substr(A);this.negate=u}minimatch.braceExpand=function(i,u){return braceExpand(i,u)};Minimatch.prototype.braceExpand=braceExpand;function braceExpand(i,u){if(!u){if(this instanceof Minimatch){u=this.options}else{u={}}}i=typeof i==="undefined"?this.pattern:i;assertValidPattern(i);if(u.nobrace||!/\{(?:(?!\{).)*\}/.test(i)){return[i]}return C(i)}var x=1024*64;var assertValidPattern=function(i){if(typeof i!=="string"){throw new TypeError("invalid pattern")}if(i.length>x){throw new TypeError("pattern is too long")}};Minimatch.prototype.parse=parse;var _={};function parse(i,u){assertValidPattern(i);var p=this.options;if(i==="**"){if(!p.noglobstar)return g;else i="*"}if(i==="")return"";var A="";var C=!!p.nocase;var v=false;var N=[];var Q=[];var x;var k=false;var D=-1;var O=-1;var P=i.charAt(0)==="."?"":p.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)";var L=this;function clearStateChar(){if(x){switch(x){case"*":A+=B;C=true;break;case"?":A+=w;C=true;break;default:A+="\\"+x;break}L.debug("clearStateChar %j %j",x,A);x=false}}for(var U=0,H=i.length,z;U<H&&(z=i.charAt(U));U++){this.debug("%s\t%s %s %j",i,U,A,z);if(v&&T[z]){A+="\\"+z;v=false;continue}switch(z){case"/":{return false}case"\\":clearStateChar();v=true;continue;case"?":case"*":case"+":case"@":case"!":this.debug("%s\t%s %s %j <-- stateChar",i,U,A,z);if(k){this.debug(" in class");if(z==="!"&&U===O+1)z="^";A+=z;continue}L.debug("call clearStateChar %j",x);clearStateChar();x=z;if(p.noext)clearStateChar();continue;case"(":if(k){A+="(";continue}if(!x){A+="\\(";continue}N.push({type:x,start:U-1,reStart:A.length,open:S[x].open,close:S[x].close});A+=x==="!"?"(?:(?!(?:":"(?:";this.debug("plType %j %j",x,A);x=false;continue;case")":if(k||!N.length){A+="\\)";continue}clearStateChar();C=true;var j=N.pop();A+=j.close;if(j.type==="!"){Q.push(j)}j.reEnd=A.length;continue;case"|":if(k||!N.length||v){A+="\\|";v=false;continue}clearStateChar();A+="|";continue;case"[":clearStateChar();if(k){A+="\\"+z;continue}k=true;O=U;D=A.length;A+=z;continue;case"]":if(U===O+1||!k){A+="\\"+z;v=false;continue}var q=i.substring(O+1,U);try{RegExp("["+q+"]")}catch(i){var $=this.parse(q,_);A=A.substr(0,D)+"\\["+$[0]+"\\]";C=C||$[1];k=false;continue}C=true;k=false;A+=z;continue;default:clearStateChar();if(v){v=false}else if(T[z]&&!(z==="^"&&k)){A+="\\"}A+=z}}if(k){q=i.substr(O+1);$=this.parse(q,_);A=A.substr(0,D)+"\\["+$[0];C=C||$[1]}for(j=N.pop();j;j=N.pop()){var J=A.slice(j.reStart+j.open.length);this.debug("setting tail",A,j);J=J.replace(/((?:\\{2}){0,64})(\\?)\|/g,(function(i,u,p){if(!p){p="\\"}return u+u+p+"|"}));this.debug("tail=%j\n %s",J,J,j,A);var W=j.type==="*"?B:j.type==="?"?w:"\\"+j.type;C=true;A=A.slice(0,j.reStart)+W+"\\("+J}clearStateChar();if(v){A+="\\\\"}var Y=false;switch(A.charAt(0)){case"[":case".":case"(":Y=true}for(var K=Q.length-1;K>-1;K--){var Z=Q[K];var X=A.slice(0,Z.reStart);var ee=A.slice(Z.reStart,Z.reEnd-8);var te=A.slice(Z.reEnd-8,Z.reEnd);var re=A.slice(Z.reEnd);te+=re;var se=X.split("(").length-1;var ne=re;for(U=0;U<se;U++){ne=ne.replace(/\)[+*?]?/,"")}re=ne;var ie="";if(re===""&&u!==_){ie="$"}var oe=X+ee+re+ie+te;A=oe}if(A!==""&&C){A="(?=.)"+A}if(Y){A=P+A}if(u===_){return[A,C]}if(!C){return globUnescape(i)}var ae=p.nocase?"i":"";try{var le=new RegExp("^"+A+"$",ae)}catch(i){return new RegExp("$.")}le._glob=i;le._src=A;return le}minimatch.makeRe=function(i,u){return new Minimatch(i,u||{}).makeRe()};Minimatch.prototype.makeRe=makeRe;function makeRe(){if(this.regexp||this.regexp===false)return this.regexp;var i=this.set;if(!i.length){this.regexp=false;return this.regexp}var u=this.options;var p=u.noglobstar?B:u.dot?v:N;var A=u.nocase?"i":"";var C=i.map((function(i){return i.map((function(i){return i===g?p:typeof i==="string"?regExpEscape(i):i._src})).join("\\/")})).join("|");C="^(?:"+C+")$";if(this.negate)C="^(?!"+C+").*$";try{this.regexp=new RegExp(C,A)}catch(i){this.regexp=false}return this.regexp}minimatch.match=function(i,u,p){p=p||{};var A=new Minimatch(u,p);i=i.filter((function(i){return A.match(i)}));if(A.options.nonull&&!i.length){i.push(u)}return i};Minimatch.prototype.match=function match(i,u){if(typeof u==="undefined")u=this.partial;this.debug("match",i,this.pattern);if(this.comment)return false;if(this.empty)return i==="";if(i==="/"&&u)return true;var p=this.options;if(A.sep!=="/"){i=i.split(A.sep).join("/")}i=i.split(Q);this.debug(this.pattern,"split",i);var g=this.set;this.debug(this.pattern,"set",g);var C;var S;for(S=i.length-1;S>=0;S--){C=i[S];if(C)break}for(S=0;S<g.length;S++){var w=g[S];var B=i;if(p.matchBase&&w.length===1){B=[C]}var v=this.matchOne(B,w,u);if(v){if(p.flipNegate)return true;return!this.negate}}if(p.flipNegate)return false;return this.negate};Minimatch.prototype.matchOne=function(i,u,p){var A=this.options;this.debug("matchOne",{this:this,file:i,pattern:u});this.debug("matchOne",i.length,u.length);for(var C=0,S=0,w=i.length,B=u.length;C<w&&S<B;C++,S++){this.debug("matchOne loop");var v=u[S];var N=i[C];this.debug(u,v,N);if(v===false)return false;if(v===g){this.debug("GLOBSTAR",[u,v,N]);var T=C;var Q=S+1;if(Q===B){this.debug("** at the end");for(;C<w;C++){if(i[C]==="."||i[C]===".."||!A.dot&&i[C].charAt(0)===".")return false}return true}while(T<w){var x=i[T];this.debug("\nglobstar while",i,T,u,Q,x);if(this.matchOne(i.slice(T),u.slice(Q),p)){this.debug("globstar found match!",T,w,x);return true}else{if(x==="."||x===".."||!A.dot&&x.charAt(0)==="."){this.debug("dot detected!",i,T,u,Q);break}this.debug("globstar swallow a segment, and continue");T++}}if(p){this.debug("\n>>> no match, partial?",i,T,u,Q);if(T===w)return true}return false}var _;if(typeof v==="string"){_=N===v;this.debug("string match",v,N,_)}else{_=N.match(v);this.debug("pattern match",v,N,_)}if(!_)return false}if(C===w&&S===B){return true}else if(C===w){return p}else if(S===B){return C===w-1&&i[C]===""}throw new Error("wtf?")};function globUnescape(i){return i.replace(/\\(.)/g,"$1")}function regExpEscape(i){return i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}},73783:(i,u,p)=>{var A=p(97087);var g=p(59380);i.exports=expandTop;var C="\0SLASH"+Math.random()+"\0";var S="\0OPEN"+Math.random()+"\0";var w="\0CLOSE"+Math.random()+"\0";var B="\0COMMA"+Math.random()+"\0";var v="\0PERIOD"+Math.random()+"\0";function numeric(i){return parseInt(i,10)==i?parseInt(i,10):i.charCodeAt(0)}function escapeBraces(i){return i.split("\\\\").join(C).split("\\{").join(S).split("\\}").join(w).split("\\,").join(B).split("\\.").join(v)}function unescapeBraces(i){return i.split(C).join("\\").split(S).join("{").split(w).join("}").split(B).join(",").split(v).join(".")}function parseCommaParts(i){if(!i)return[""];var u=[];var p=g("{","}",i);if(!p)return i.split(",");var A=p.pre;var C=p.body;var S=p.post;var w=A.split(",");w[w.length-1]+="{"+C+"}";var B=parseCommaParts(S);if(S.length){w[w.length-1]+=B.shift();w.push.apply(w,B)}u.push.apply(u,w);return u}function expandTop(i){if(!i)return[];if(i.substr(0,2)==="{}"){i="\\{\\}"+i.substr(2)}return expand(escapeBraces(i),true).map(unescapeBraces)}function identity(i){return i}function embrace(i){return"{"+i+"}"}function isPadded(i){return/^-?0\d/.test(i)}function lte(i,u){return i<=u}function gte(i,u){return i>=u}function expand(i,u){var p=[];var C=g("{","}",i);if(!C||/\$$/.test(C.pre))return[i];var S=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(C.body);var B=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(C.body);var v=S||B;var N=C.body.indexOf(",")>=0;if(!v&&!N){if(C.post.match(/,.*\}/)){i=C.pre+"{"+C.body+w+C.post;return expand(i)}return[i]}var T;if(v){T=C.body.split(/\.\./)}else{T=parseCommaParts(C.body);if(T.length===1){T=expand(T[0],false).map(embrace);if(T.length===1){var Q=C.post.length?expand(C.post,false):[""];return Q.map((function(i){return C.pre+T[0]+i}))}}}var x=C.pre;var Q=C.post.length?expand(C.post,false):[""];var _;if(v){var k=numeric(T[0]);var D=numeric(T[1]);var O=Math.max(T[0].length,T[1].length);var P=T.length==3?Math.abs(numeric(T[2])):1;var L=lte;var U=D<k;if(U){P*=-1;L=gte}var H=T.some(isPadded);_=[];for(var z=k;L(z,D);z+=P){var j;if(B){j=String.fromCharCode(z);if(j==="\\")j=""}else{j=String(z);if(H){var q=O-j.length;if(q>0){var $=new Array(q+1).join("0");if(z<0)j="-"+$+j.slice(1);else j=$+j}}}_.push(j)}}else{_=A(T,(function(i){return expand(i,false)}))}for(var J=0;J<_.length;J++){for(var W=0;W<Q.length;W++){var Y=x+_[J]+Q[W];if(!u||v||Y)p.push(Y)}}return p}},11757:(i,u,p)=>{const{Minipass:A}=p(78275);const g=Symbol("_data");const C=Symbol("_length");class Collect extends A{constructor(i){super(i);this[g]=[];this[C]=0}write(i,u,p){if(typeof u==="function")p=u,u="utf8";if(!u)u="utf8";const A=Buffer.isBuffer(i)?i:Buffer.from(i,u);this[g].push(A);this[C]+=A.length;if(p)p();return true}end(i,u,p){if(typeof i==="function")p=i,i=null;if(typeof u==="function")p=u,u="utf8";if(i)this.write(i,u);const A=Buffer.concat(this[g],this[C]);super.write(A);return super.end(p)}}i.exports=Collect;class CollectPassThrough extends A{constructor(i){super(i);this[g]=[];this[C]=0}write(i,u,p){if(typeof u==="function")p=u,u="utf8";if(!u)u="utf8";const A=Buffer.isBuffer(i)?i:Buffer.from(i,u);this[g].push(A);this[C]+=A.length;return super.write(i,u,p)}end(i,u,p){if(typeof i==="function")p=i,i=null;if(typeof u==="function")p=u,u="utf8";if(i)this.write(i,u);const A=Buffer.concat(this[g],this[C]);this.emit("collect",A);return super.end(p)}}i.exports.PassThrough=CollectPassThrough},57442:i=>{class AbortError extends Error{constructor(i){super(i);this.code="FETCH_ABORTED";this.type="aborted";Error.captureStackTrace(this,this.constructor)}get name(){return"AbortError"}set name(i){}}i.exports=AbortError},21256:(i,u,p)=>{const{Minipass:A}=p(78275);const g=Symbol("type");const C=Symbol("buffer");class Blob{constructor(i,u){this[g]="";const p=[];let A=0;if(i){const u=i;const g=Number(u.length);for(let i=0;i<g;i++){const g=u[i];const S=g instanceof Buffer?g:ArrayBuffer.isView(g)?Buffer.from(g.buffer,g.byteOffset,g.byteLength):g instanceof ArrayBuffer?Buffer.from(g):g instanceof Blob?g[C]:typeof g==="string"?Buffer.from(g):Buffer.from(String(g));A+=S.length;p.push(S)}}this[C]=Buffer.concat(p,A);const S=u&&u.type!==undefined&&String(u.type).toLowerCase();if(S&&!/[^\u0020-\u007E]/.test(S)){this[g]=S}}get size(){return this[C].length}get type(){return this[g]}text(){return Promise.resolve(this[C].toString())}arrayBuffer(){const i=this[C];const u=i.byteOffset;const p=i.byteLength;const A=i.buffer.slice(u,u+p);return Promise.resolve(A)}stream(){return(new A).end(this[C])}slice(i,u,p){const A=this.size;const g=i===undefined?0:i<0?Math.max(A+i,0):Math.min(i,A);const S=u===undefined?A:u<0?Math.max(A+u,0):Math.min(u,A);const w=Math.max(S-g,0);const B=this[C];const v=B.slice(g,g+w);const N=new Blob([],{type:p});N[C]=v;return N}get[Symbol.toStringTag](){return"Blob"}static get BUFFER(){return C}}Object.defineProperties(Blob.prototype,{size:{enumerable:true},type:{enumerable:true}});i.exports=Blob},28515:(i,u,p)=>{const{Minipass:A}=p(78275);const{MinipassSized:g}=p(88789);const C=p(21256);const{BUFFER:S}=C;const w=p(22644);let B;try{B=p(31748).decode}catch(i){}const v=Symbol("Body internals");const N=Symbol("consumeBody");class Body{constructor(i,u={}){const{size:p=0,timeout:g=0}=u;const C=i===undefined||i===null?null:isURLSearchParams(i)?Buffer.from(i.toString()):isBlob(i)?i:Buffer.isBuffer(i)?i:Object.prototype.toString.call(i)==="[object ArrayBuffer]"?Buffer.from(i):ArrayBuffer.isView(i)?Buffer.from(i.buffer,i.byteOffset,i.byteLength):A.isStream(i)?i:Buffer.from(String(i));this[v]={body:C,disturbed:false,error:null};this.size=p;this.timeout=g;if(A.isStream(C)){C.on("error",(i=>{const u=i.name==="AbortError"?i:new w(`Invalid response while trying to fetch ${this.url}: ${i.message}`,"system",i);this[v].error=u}))}}get body(){return this[v].body}get bodyUsed(){return this[v].disturbed}arrayBuffer(){return this[N]().then((i=>i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength)))}blob(){const i=this.headers&&this.headers.get("content-type")||"";return this[N]().then((u=>Object.assign(new C([],{type:i.toLowerCase()}),{[S]:u})))}async json(){const i=await this[N]();try{return JSON.parse(i.toString())}catch(i){throw new w(`invalid json response body at ${this.url} reason: ${i.message}`,"invalid-json")}}text(){return this[N]().then((i=>i.toString()))}buffer(){return this[N]()}textConverted(){if(typeof B!=="function"){throw new Error("The package `iconv-lite` must be installed to use the textConverted() function")}return this[N]().then((i=>convertBody(i,this.headers)))}[N](){if(this[v].disturbed){return Promise.reject(new TypeError(`body used already for: ${this.url}`))}this[v].disturbed=true;if(this[v].error){return Promise.reject(this[v].error)}if(this.body===null){return Promise.resolve(Buffer.alloc(0))}if(Buffer.isBuffer(this.body)){return Promise.resolve(this.body)}const i=isBlob(this.body)?this.body.stream():this.body;if(!A.isStream(i)){return Promise.resolve(Buffer.alloc(0))}const u=this.size&&i instanceof g?i:!this.size&&i instanceof A&&!(i instanceof g)?i:this.size?new g({size:this.size}):new A;const p=this.timeout&&u.writable?setTimeout((()=>{u.emit("error",new w(`Response timeout while trying to fetch ${this.url} (over ${this.timeout}ms)`,"body-timeout"))}),this.timeout):null;if(p&&p.unref){p.unref()}return new Promise((p=>{if(u!==i){i.on("error",(i=>u.emit("error",i)));i.pipe(u)}p()})).then((()=>u.concat())).then((i=>{clearTimeout(p);return i})).catch((i=>{clearTimeout(p);if(i.name==="AbortError"||i.name==="FetchError"){throw i}else if(i.name==="RangeError"){throw new w(`Could not create Buffer from response body for ${this.url}: ${i.message}`,"system",i)}else{throw new w(`Invalid response body while trying to fetch ${this.url}: ${i.message}`,"system",i)}}))}static clone(i){if(i.bodyUsed){throw new Error("cannot clone body after it is used")}const u=i.body;if(A.isStream(u)&&typeof u.getBoundary!=="function"){const p=new A;const g=new A;const C=new A;p.on("error",(i=>{g.emit("error",i);C.emit("error",i)}));u.on("error",(i=>p.emit("error",i)));p.pipe(g);p.pipe(C);u.pipe(p);i[v].body=g;return C}else{return i.body}}static extractContentType(i){return i===null||i===undefined?null:typeof i==="string"?"text/plain;charset=UTF-8":isURLSearchParams(i)?"application/x-www-form-urlencoded;charset=UTF-8":isBlob(i)?i.type||null:Buffer.isBuffer(i)?null:Object.prototype.toString.call(i)==="[object ArrayBuffer]"?null:ArrayBuffer.isView(i)?null:typeof i.getBoundary==="function"?`multipart/form-data;boundary=${i.getBoundary()}`:A.isStream(i)?null:"text/plain;charset=UTF-8"}static getTotalBytes(i){const{body:u}=i;return u===null||u===undefined?0:isBlob(u)?u.size:Buffer.isBuffer(u)?u.length:u&&typeof u.getLengthSync==="function"&&(u._lengthRetrievers&&u._lengthRetrievers.length===0||u.hasKnownLength&&u.hasKnownLength())?u.getLengthSync():null}static writeToStream(i,u){const{body:p}=u;if(p===null||p===undefined){i.end()}else if(Buffer.isBuffer(p)||typeof p==="string"){i.end(p)}else{const u=isBlob(p)?p.stream():p;u.on("error",(u=>i.emit("error",u))).pipe(i)}return i}}Object.defineProperties(Body.prototype,{body:{enumerable:true},bodyUsed:{enumerable:true},arrayBuffer:{enumerable:true},blob:{enumerable:true},json:{enumerable:true},text:{enumerable:true}});const isURLSearchParams=i=>typeof i!=="object"||typeof i.append!=="function"||typeof i.delete!=="function"||typeof i.get!=="function"||typeof i.getAll!=="function"||typeof i.has!=="function"||typeof i.set!=="function"?false:i.constructor.name==="URLSearchParams"||Object.prototype.toString.call(i)==="[object URLSearchParams]"||typeof i.sort==="function";const isBlob=i=>typeof i==="object"&&typeof i.arrayBuffer==="function"&&typeof i.type==="string"&&typeof i.stream==="function"&&typeof i.constructor==="function"&&typeof i.constructor.name==="string"&&/^(Blob|File)$/.test(i.constructor.name)&&/^(Blob|File)$/.test(i[Symbol.toStringTag]);const convertBody=(i,u)=>{const p=u&&u.get("content-type");let A="utf-8";let g;if(p){g=/charset=([^;]*)/i.exec(p)}const C=i.slice(0,1024).toString();if(!g&&C){g=/<meta.+?charset=(['"])(.+?)\1/i.exec(C)}if(!g&&C){g=/<meta[\s]+?http-equiv=(['"])content-type\1[\s]+?content=(['"])(.+?)\2/i.exec(C);if(!g){g=/<meta[\s]+?content=(['"])(.+?)\1[\s]+?http-equiv=(['"])content-type\3/i.exec(C);if(g){g.pop()}}if(g){g=/charset=(.*)/i.exec(g.pop())}}if(!g&&C){g=/<\?xml.+?encoding=(['"])(.+?)\1/i.exec(C)}if(g){A=g.pop();if(A==="gb2312"||A==="gbk"){A="gb18030"}}if(A==="UTF-8"){return i.toString("UTF-8")}A=A.toString().trim().replace(/^latin[-_]?(\d+)$/i,"ISO-8859-$1").replace(/^win(?:dows)?[-_]?(\d+)$/i,"WINDOWS-$1").replace(/^utf[-_]?(\d+)$/i,"UTF-$1").replace(/^ks_c_5601-1987$/i,"CP949").replace(/^us[-_]?ascii$/i,"ASCII").toUpperCase();try{return B(i,A).toString()}catch{return i.toString("UTF-8")}};i.exports=Body},22644:i=>{class FetchError extends Error{constructor(i,u,p){super(i);this.code="FETCH_ERROR";if(p){Object.assign(this,p)}this.errno=this.code;this.type=this.code==="EBADSIZE"&&this.found>this.expect?"max-size":u;this.message=i;Error.captureStackTrace(this,this.constructor)}get name(){return"FetchError"}set name(i){}get[Symbol.toStringTag](){return"FetchError"}}i.exports=FetchError},98645:i=>{const u=/[^^_`a-zA-Z\-0-9!#$%&'*+.|~]/;const p=/[^\t\x20-\x7e\x80-\xff]/;const validateName=i=>{i=`${i}`;if(u.test(i)||i===""){throw new TypeError(`${i} is not a legal HTTP header name`)}};const validateValue=i=>{i=`${i}`;if(p.test(i)){throw new TypeError(`${i} is not a legal HTTP header value`)}};const find=(i,u)=>{u=u.toLowerCase();for(const p in i){if(p.toLowerCase()===u){return p}}return undefined};const A=Symbol("map");class Headers{constructor(i=undefined){this[A]=Object.create(null);if(i instanceof Headers){const u=i.raw();const p=Object.keys(u);for(const i of p){for(const p of u[i]){this.append(i,p)}}return}if(i===undefined||i===null){return}if(typeof i==="object"){const u=i[Symbol.iterator];if(u!==null&&u!==undefined){if(typeof u!=="function"){throw new TypeError("Header pairs must be iterable")}const p=[];for(const u of i){if(typeof u!=="object"||typeof u[Symbol.iterator]!=="function"){throw new TypeError("Each header pair must be iterable")}const i=Array.from(u);if(i.length!==2){throw new TypeError("Each header pair must be a name/value tuple")}p.push(i)}for(const i of p){this.append(i[0],i[1])}}else{for(const u of Object.keys(i)){this.append(u,i[u])}}}else{throw new TypeError("Provided initializer must be an object")}}get(i){i=`${i}`;validateName(i);const u=find(this[A],i);if(u===undefined){return null}return this[A][u].join(", ")}forEach(i,u=undefined){let p=getHeaders(this);for(let A=0;A<p.length;A++){const[g,C]=p[A];i.call(u,C,g,this);p=getHeaders(this)}}set(i,u){i=`${i}`;u=`${u}`;validateName(i);validateValue(u);const p=find(this[A],i);this[A][p!==undefined?p:i]=[u]}append(i,u){i=`${i}`;u=`${u}`;validateName(i);validateValue(u);const p=find(this[A],i);if(p!==undefined){this[A][p].push(u)}else{this[A][i]=[u]}}has(i){i=`${i}`;validateName(i);return find(this[A],i)!==undefined}delete(i){i=`${i}`;validateName(i);const u=find(this[A],i);if(u!==undefined){delete this[A][u]}}raw(){return this[A]}keys(){return new HeadersIterator(this,"key")}values(){return new HeadersIterator(this,"value")}[Symbol.iterator](){return new HeadersIterator(this,"key+value")}entries(){return new HeadersIterator(this,"key+value")}get[Symbol.toStringTag](){return"Headers"}static exportNodeCompatibleHeaders(i){const u=Object.assign(Object.create(null),i[A]);const p=find(i[A],"Host");if(p!==undefined){u[p]=u[p][0]}return u}static createHeadersLenient(i){const g=new Headers;for(const C of Object.keys(i)){if(u.test(C)){continue}if(Array.isArray(i[C])){for(const u of i[C]){if(p.test(u)){continue}if(g[A][C]===undefined){g[A][C]=[u]}else{g[A][C].push(u)}}}else if(!p.test(i[C])){g[A][C]=[i[C]]}}return g}}Object.defineProperties(Headers.prototype,{get:{enumerable:true},forEach:{enumerable:true},set:{enumerable:true},append:{enumerable:true},has:{enumerable:true},delete:{enumerable:true},keys:{enumerable:true},values:{enumerable:true},entries:{enumerable:true}});const getHeaders=(i,u="key+value")=>Object.keys(i[A]).sort().map(u==="key"?i=>i.toLowerCase():u==="value"?u=>i[A][u].join(", "):u=>[u.toLowerCase(),i[A][u].join(", ")]);const g=Symbol("internal");class HeadersIterator{constructor(i,u){this[g]={target:i,kind:u,index:0}}get[Symbol.toStringTag](){return"HeadersIterator"}next(){if(!this||Object.getPrototypeOf(this)!==HeadersIterator.prototype){throw new TypeError("Value of `this` is not a HeadersIterator")}const{target:i,kind:u,index:p}=this[g];const A=getHeaders(i,u);const C=A.length;if(p>=C){return{value:undefined,done:true}}this[g].index++;return{value:A[p],done:false}}}Object.setPrototypeOf(HeadersIterator.prototype,Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]())));i.exports=Headers},88483:(i,u,p)=>{const{URL:A}=p(87016);const g=p(58611);const C=p(65692);const S=p(29e3);const{Minipass:w}=p(78275);const B=p(28515);const{writeToStream:v,getTotalBytes:N}=B;const T=p(43852);const Q=p(98645);const{createHeadersLenient:x}=Q;const _=p(99586);const{getNodeRequestOptions:k}=_;const D=p(22644);const O=p(57442);const fetch=async(i,u)=>{if(/^data:/.test(i)){const p=new _(i,u);return Promise.resolve().then((()=>new Promise(((u,g)=>{let C,S;try{const{pathname:u,search:p}=new A(i);const g=u.split(",");if(g.length<2){throw new Error("invalid data: URI")}const w=g.shift();const B=/;base64$/.test(w);C=B?w.slice(0,-1*";base64".length):w;const v=decodeURIComponent(g.join(",")+p);S=B?Buffer.from(v,"base64"):Buffer.from(v)}catch(i){return g(new D(`[${p.method}] ${p.url} invalid URL, ${i.message}`,"system",i))}const{signal:w}=p;if(w&&w.aborted){return g(new O("The user aborted a request."))}const B={"Content-Length":S.length};if(C){B["Content-Type"]=C}return u(new T(S,{headers:B}))}))))}return new Promise(((p,B)=>{const P=new _(i,u);let L;try{L=k(P)}catch(i){return B(i)}const U=(L.protocol==="https:"?C:g).request;const{signal:H}=P;let z=null;const abort=()=>{const i=new O("The user aborted a request.");B(i);if(w.isStream(P.body)&&typeof P.body.destroy==="function"){P.body.destroy(i)}if(z&&z.body){z.body.emit("error",i)}};if(H&&H.aborted){return abort()}const abortAndFinalize=()=>{abort();finalize()};const finalize=()=>{j.abort();if(H){H.removeEventListener("abort",abortAndFinalize)}clearTimeout(q)};const j=U(L);if(H){H.addEventListener("abort",abortAndFinalize)}let q=null;if(P.timeout){j.once("socket",(()=>{q=setTimeout((()=>{B(new D(`network timeout at: ${P.url}`,"request-timeout"));finalize()}),P.timeout)}))}j.on("error",(i=>{if(j.res){j.res.emit("error",i)}B(new D(`request to ${P.url} failed, reason: ${i.message}`,"system",i));finalize()}));j.on("response",(i=>{clearTimeout(q);const u=x(i.headers);if(fetch.isRedirect(i.statusCode)){const g=u.get("Location");let C=null;try{C=g===null?null:new A(g,P.url).toString()}catch{if(P.redirect!=="manual"){B(new D(`uri requested responds with an invalid redirect URL: ${g}`,"invalid-redirect"));finalize();return}}if(P.redirect==="error"){B(new D("uri requested responds with a redirect, "+`redirect mode is set to error: ${P.url}`,"no-redirect"));finalize();return}else if(P.redirect==="manual"){if(C!==null){try{u.set("Location",C)}catch(i){B(i)}}}else if(P.redirect==="follow"&&C!==null){if(P.counter>=P.follow){B(new D(`maximum redirect reached at: ${P.url}`,"max-redirect"));finalize();return}if(i.statusCode!==303&&P.body&&N(P)===null){B(new D("Cannot follow redirect with body being a readable stream","unsupported-redirect"));finalize();return}P.headers.set("host",new A(C).host);const u={headers:new Q(P.headers),follow:P.follow,counter:P.counter+1,agent:P.agent,compress:P.compress,method:P.method,body:P.body,signal:P.signal,timeout:P.timeout};const g=new A(P.url);const S=new A(C);if(g.hostname!==S.hostname){u.headers.delete("authorization");u.headers.delete("cookie")}if(i.statusCode===303||(i.statusCode===301||i.statusCode===302)&&P.method==="POST"){u.method="GET";u.body=undefined;u.headers.delete("content-length")}p(fetch(new _(C,u)));finalize();return}}i.once("end",(()=>H&&H.removeEventListener("abort",abortAndFinalize)));const g=new w;g.on("error",finalize);i.on("error",(i=>g.emit("error",i)));i.on("data",(i=>g.write(i)));i.on("end",(()=>g.end()));const C={url:P.url,status:i.statusCode,statusText:i.statusMessage,headers:u,size:P.size,timeout:P.timeout,counter:P.counter,trailer:new Promise((u=>i.on("end",(()=>u(x(i.trailers))))))};const v=u.get("Content-Encoding");if(!P.compress||P.method==="HEAD"||v===null||i.statusCode===204||i.statusCode===304){z=new T(g,C);p(z);return}const k={flush:S.constants.Z_SYNC_FLUSH,finishFlush:S.constants.Z_SYNC_FLUSH};if(v==="gzip"||v==="x-gzip"){const i=new S.Gunzip(k);z=new T(g.on("error",(u=>i.emit("error",u))).pipe(i),C);p(z);return}if(v==="deflate"||v==="x-deflate"){i.once("data",(i=>{const u=(i[0]&15)===8?new S.Inflate:new S.InflateRaw;g.on("error",(i=>u.emit("error",i))).pipe(u);z=new T(u,C);p(z)}));return}if(v==="br"){try{var O=new S.BrotliDecompress}catch(i){B(i);finalize();return}g.on("error",(i=>O.emit("error",i))).pipe(O);z=new T(O,C);p(z);return}z=new T(g,C);p(z)}));v(j,P)}))};i.exports=fetch;fetch.isRedirect=i=>i===301||i===302||i===303||i===307||i===308;fetch.Headers=Q;fetch.Request=_;fetch.Response=T;fetch.FetchError=D;fetch.AbortError=O},99586:(i,u,p)=>{const{URL:A}=p(87016);const{Minipass:g}=p(78275);const C=p(98645);const{exportNodeCompatibleHeaders:S}=C;const w=p(28515);const{clone:B,extractContentType:v,getTotalBytes:N}=w;const T=p(27573).rE;const Q=`minipass-fetch/${T} (+https://github.com/isaacs/minipass-fetch)`;const x=Symbol("Request internals");const isRequest=i=>typeof i==="object"&&typeof i[x]==="object";const isAbortSignal=i=>{const u=i&&typeof i==="object"&&Object.getPrototypeOf(i);return!!(u&&u.constructor.name==="AbortSignal")};class Request extends w{constructor(i,u={}){const p=isRequest(i)?new A(i.url):i&&i.href?new A(i.href):new A(`${i}`);if(isRequest(i)){u={...i[x],...u}}else if(!i||typeof i==="string"){i={}}const g=(u.method||i.method||"GET").toUpperCase();const S=g==="GET"||g==="HEAD";if((u.body!==null&&u.body!==undefined||isRequest(i)&&i.body!==null)&&S){throw new TypeError("Request with GET/HEAD method cannot have body")}const w=u.body!==null&&u.body!==undefined?u.body:isRequest(i)&&i.body!==null?B(i):null;super(w,{timeout:u.timeout||i.timeout||0,size:u.size||i.size||0});const N=new C(u.headers||i.headers||{});if(w!==null&&w!==undefined&&!N.has("Content-Type")){const i=v(w);if(i){N.append("Content-Type",i)}}const T="signal"in u?u.signal:null;if(T!==null&&T!==undefined&&!isAbortSignal(T)){throw new TypeError("Expected signal must be an instanceof AbortSignal")}const{ca:Q,cert:_,ciphers:k,clientCertEngine:D,crl:O,dhparam:P,ecdhCurve:L,family:U,honorCipherOrder:H,key:z,passphrase:j,pfx:q,rejectUnauthorized:$=process.env.NODE_TLS_REJECT_UNAUTHORIZED!=="0",secureOptions:J,secureProtocol:W,servername:Y,sessionIdContext:K}=u;this[x]={method:g,redirect:u.redirect||i.redirect||"follow",headers:N,parsedURL:p,signal:T,ca:Q,cert:_,ciphers:k,clientCertEngine:D,crl:O,dhparam:P,ecdhCurve:L,family:U,honorCipherOrder:H,key:z,passphrase:j,pfx:q,rejectUnauthorized:$,secureOptions:J,secureProtocol:W,servername:Y,sessionIdContext:K};this.follow=u.follow!==undefined?u.follow:i.follow!==undefined?i.follow:20;this.compress=u.compress!==undefined?u.compress:i.compress!==undefined?i.compress:true;this.counter=u.counter||i.counter||0;this.agent=u.agent||i.agent}get method(){return this[x].method}get url(){return this[x].parsedURL.toString()}get headers(){return this[x].headers}get redirect(){return this[x].redirect}get signal(){return this[x].signal}clone(){return new Request(this)}get[Symbol.toStringTag](){return"Request"}static getNodeRequestOptions(i){const u=i[x].parsedURL;const p=new C(i[x].headers);if(!p.has("Accept")){p.set("Accept","*/*")}if(!/^https?:$/.test(u.protocol)){throw new TypeError("Only HTTP(S) protocols are supported")}if(i.signal&&g.isStream(i.body)&&typeof i.body.destroy!=="function"){throw new Error("Cancellation of streamed requests with AbortSignal is not supported")}const A=(i.body===null||i.body===undefined)&&/^(POST|PUT)$/i.test(i.method)?"0":i.body!==null&&i.body!==undefined?N(i):null;if(A){p.set("Content-Length",A+"")}if(!p.has("User-Agent")){p.set("User-Agent",Q)}if(i.compress&&!p.has("Accept-Encoding")){p.set("Accept-Encoding","gzip,deflate")}const w=typeof i.agent==="function"?i.agent(u):i.agent;if(!p.has("Connection")&&!w){p.set("Connection","close")}const{ca:B,cert:v,ciphers:T,clientCertEngine:_,crl:k,dhparam:D,ecdhCurve:O,family:P,honorCipherOrder:L,key:U,passphrase:H,pfx:z,rejectUnauthorized:j,secureOptions:q,secureProtocol:$,servername:J,sessionIdContext:W}=i[x];const Y={auth:u.username||u.password?`${u.username}:${u.password}`:"",host:u.host,hostname:u.hostname,path:`${u.pathname}${u.search}`,port:u.port,protocol:u.protocol};return{...Y,method:i.method,headers:S(p),agent:w,ca:B,cert:v,ciphers:T,clientCertEngine:_,crl:k,dhparam:D,ecdhCurve:O,family:P,honorCipherOrder:L,key:U,passphrase:H,pfx:z,rejectUnauthorized:j,secureOptions:q,secureProtocol:$,servername:J,sessionIdContext:W,timeout:i.timeout}}}i.exports=Request;Object.defineProperties(Request.prototype,{method:{enumerable:true},url:{enumerable:true},headers:{enumerable:true},redirect:{enumerable:true},clone:{enumerable:true},signal:{enumerable:true}})},43852:(i,u,p)=>{const A=p(58611);const{STATUS_CODES:g}=A;const C=p(98645);const S=p(28515);const{clone:w,extractContentType:B}=S;const v=Symbol("Response internals");class Response extends S{constructor(i=null,u={}){super(i,u);const p=u.status||200;const A=new C(u.headers);if(i!==null&&i!==undefined&&!A.has("Content-Type")){const u=B(i);if(u){A.append("Content-Type",u)}}this[v]={url:u.url,status:p,statusText:u.statusText||g[p],headers:A,counter:u.counter,trailer:Promise.resolve(u.trailer||new C)}}get trailer(){return this[v].trailer}get url(){return this[v].url||""}get status(){return this[v].status}get ok(){return this[v].status>=200&&this[v].status<300}get redirected(){return this[v].counter>0}get statusText(){return this[v].statusText}get headers(){return this[v].headers}clone(){return new Response(w(this),{url:this.url,status:this.status,statusText:this.statusText,headers:this.headers,ok:this.ok,redirected:this.redirected,trailer:this.trailer})}get[Symbol.toStringTag](){return"Response"}}i.exports=Response;Object.defineProperties(Response.prototype,{url:{enumerable:true},status:{enumerable:true},ok:{enumerable:true},redirected:{enumerable:true},statusText:{enumerable:true},headers:{enumerable:true},clone:{enumerable:true}})},37633:(i,u,p)=>{const A=p(64387);const g=Symbol("_flush");const C=Symbol("_flushed");const S=Symbol("_flushing");class Flush extends A{constructor(i={}){if(typeof i==="function")i={flush:i};super(i);if(typeof i.flush!=="function"&&typeof this.flush!=="function")throw new TypeError("must provide flush function in options");this[g]=i.flush||this.flush}emit(i,...u){if(i!=="end"&&i!=="finish"||this[C])return super.emit(i,...u);if(this[S])return;this[S]=true;const afterFlush=i=>{this[C]=true;i?super.emit("error",i):super.emit("end")};const p=this[g](afterFlush);if(p&&p.then)p.then((()=>afterFlush()),(i=>afterFlush(i)))}}i.exports=Flush},64387:(i,u,p)=>{const A=typeof process==="object"&&process?process:{stdout:null,stderr:null};const g=p(24434);const C=p(2203);const S=p(13193).StringDecoder;const w=Symbol("EOF");const B=Symbol("maybeEmitEnd");const v=Symbol("emittedEnd");const N=Symbol("emittingEnd");const T=Symbol("emittedError");const Q=Symbol("closed");const x=Symbol("read");const _=Symbol("flush");const k=Symbol("flushChunk");const D=Symbol("encoding");const O=Symbol("decoder");const P=Symbol("flowing");const L=Symbol("paused");const U=Symbol("resume");const H=Symbol("bufferLength");const z=Symbol("bufferPush");const j=Symbol("bufferShift");const q=Symbol("objectMode");const $=Symbol("destroyed");const J=Symbol("emitData");const W=Symbol("emitEnd");const Y=Symbol("emitEnd2");const K=Symbol("async");const defer=i=>Promise.resolve().then(i);const Z=global._MP_NO_ITERATOR_SYMBOLS_!=="1";const X=Z&&Symbol.asyncIterator||Symbol("asyncIterator not implemented");const ee=Z&&Symbol.iterator||Symbol("iterator not implemented");const isEndish=i=>i==="end"||i==="finish"||i==="prefinish";const isArrayBuffer=i=>i instanceof ArrayBuffer||typeof i==="object"&&i.constructor&&i.constructor.name==="ArrayBuffer"&&i.byteLength>=0;const isArrayBufferView=i=>!Buffer.isBuffer(i)&&ArrayBuffer.isView(i);class Pipe{constructor(i,u,p){this.src=i;this.dest=u;this.opts=p;this.ondrain=()=>i[U]();u.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(){}end(){this.unpipe();if(this.opts.end)this.dest.end()}}class PipeProxyErrors extends Pipe{unpipe(){this.src.removeListener("error",this.proxyErrors);super.unpipe()}constructor(i,u,p){super(i,u,p);this.proxyErrors=i=>u.emit("error",i);i.on("error",this.proxyErrors)}}i.exports=class Minipass extends C{constructor(i){super();this[P]=false;this[L]=false;this.pipes=[];this.buffer=[];this[q]=i&&i.objectMode||false;if(this[q])this[D]=null;else this[D]=i&&i.encoding||null;if(this[D]==="buffer")this[D]=null;this[K]=i&&!!i.async||false;this[O]=this[D]?new S(this[D]):null;this[w]=false;this[v]=false;this[N]=false;this[Q]=false;this[T]=null;this.writable=true;this.readable=true;this[H]=0;this[$]=false}get bufferLength(){return this[H]}get encoding(){return this[D]}set encoding(i){if(this[q])throw new Error("cannot set encoding in objectMode");if(this[D]&&i!==this[D]&&(this[O]&&this[O].lastNeed||this[H]))throw new Error("cannot change encoding");if(this[D]!==i){this[O]=i?new S(i):null;if(this.buffer.length)this.buffer=this.buffer.map((i=>this[O].write(i)))}this[D]=i}setEncoding(i){this.encoding=i}get objectMode(){return this[q]}set objectMode(i){this[q]=this[q]||!!i}get["async"](){return this[K]}set["async"](i){this[K]=this[K]||!!i}write(i,u,p){if(this[w])throw new Error("write after end");if(this[$]){this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"}));return true}if(typeof u==="function")p=u,u="utf8";if(!u)u="utf8";const A=this[K]?defer:i=>i();if(!this[q]&&!Buffer.isBuffer(i)){if(isArrayBufferView(i))i=Buffer.from(i.buffer,i.byteOffset,i.byteLength);else if(isArrayBuffer(i))i=Buffer.from(i);else if(typeof i!=="string")this.objectMode=true}if(this[q]){if(this.flowing&&this[H]!==0)this[_](true);if(this.flowing)this.emit("data",i);else this[z](i);if(this[H]!==0)this.emit("readable");if(p)A(p);return this.flowing}if(!i.length){if(this[H]!==0)this.emit("readable");if(p)A(p);return this.flowing}if(typeof i==="string"&&!(u===this[D]&&!this[O].lastNeed)){i=Buffer.from(i,u)}if(Buffer.isBuffer(i)&&this[D])i=this[O].write(i);if(this.flowing&&this[H]!==0)this[_](true);if(this.flowing)this.emit("data",i);else this[z](i);if(this[H]!==0)this.emit("readable");if(p)A(p);return this.flowing}read(i){if(this[$])return null;if(this[H]===0||i===0||i>this[H]){this[B]();return null}if(this[q])i=null;if(this.buffer.length>1&&!this[q]){if(this.encoding)this.buffer=[this.buffer.join("")];else this.buffer=[Buffer.concat(this.buffer,this[H])]}const u=this[x](i||null,this.buffer[0]);this[B]();return u}[x](i,u){if(i===u.length||i===null)this[j]();else{this.buffer[0]=u.slice(i);u=u.slice(0,i);this[H]-=i}this.emit("data",u);if(!this.buffer.length&&!this[w])this.emit("drain");return u}end(i,u,p){if(typeof i==="function")p=i,i=null;if(typeof u==="function")p=u,u="utf8";if(i)this.write(i,u);if(p)this.once("end",p);this[w]=true;this.writable=false;if(this.flowing||!this[L])this[B]();return this}[U](){if(this[$])return;this[L]=false;this[P]=true;this.emit("resume");if(this.buffer.length)this[_]();else if(this[w])this[B]();else this.emit("drain")}resume(){return this[U]()}pause(){this[P]=false;this[L]=true}get destroyed(){return this[$]}get flowing(){return this[P]}get paused(){return this[L]}[z](i){if(this[q])this[H]+=1;else this[H]+=i.length;this.buffer.push(i)}[j](){if(this.buffer.length){if(this[q])this[H]-=1;else this[H]-=this.buffer[0].length}return this.buffer.shift()}[_](i){do{}while(this[k](this[j]()));if(!i&&!this.buffer.length&&!this[w])this.emit("drain")}[k](i){return i?(this.emit("data",i),this.flowing):false}pipe(i,u){if(this[$])return;const p=this[v];u=u||{};if(i===A.stdout||i===A.stderr)u.end=false;else u.end=u.end!==false;u.proxyErrors=!!u.proxyErrors;if(p){if(u.end)i.end()}else{this.pipes.push(!u.proxyErrors?new Pipe(this,i,u):new PipeProxyErrors(this,i,u));if(this[K])defer((()=>this[U]()));else this[U]()}return i}unpipe(i){const u=this.pipes.find((u=>u.dest===i));if(u){this.pipes.splice(this.pipes.indexOf(u),1);u.unpipe()}}addListener(i,u){return this.on(i,u)}on(i,u){const p=super.on(i,u);if(i==="data"&&!this.pipes.length&&!this.flowing)this[U]();else if(i==="readable"&&this[H]!==0)super.emit("readable");else if(isEndish(i)&&this[v]){super.emit(i);this.removeAllListeners(i)}else if(i==="error"&&this[T]){if(this[K])defer((()=>u.call(this,this[T])));else u.call(this,this[T])}return p}get emittedEnd(){return this[v]}[B](){if(!this[N]&&!this[v]&&!this[$]&&this.buffer.length===0&&this[w]){this[N]=true;this.emit("end");this.emit("prefinish");this.emit("finish");if(this[Q])this.emit("close");this[N]=false}}emit(i,u,...p){if(i!=="error"&&i!=="close"&&i!==$&&this[$])return;else if(i==="data"){return!u?false:this[K]?defer((()=>this[J](u))):this[J](u)}else if(i==="end"){return this[W]()}else if(i==="close"){this[Q]=true;if(!this[v]&&!this[$])return;const i=super.emit("close");this.removeAllListeners("close");return i}else if(i==="error"){this[T]=u;const i=super.emit("error",u);this[B]();return i}else if(i==="resume"){const i=super.emit("resume");this[B]();return i}else if(i==="finish"||i==="prefinish"){const u=super.emit(i);this.removeAllListeners(i);return u}const A=super.emit(i,u,...p);this[B]();return A}[J](i){for(const u of this.pipes){if(u.dest.write(i)===false)this.pause()}const u=super.emit("data",i);this[B]();return u}[W](){if(this[v])return;this[v]=true;this.readable=false;if(this[K])defer((()=>this[Y]()));else this[Y]()}[Y](){if(this[O]){const i=this[O].end();if(i){for(const u of this.pipes){u.dest.write(i)}super.emit("data",i)}}for(const i of this.pipes){i.end()}const i=super.emit("end");this.removeAllListeners("end");return i}collect(){const i=[];if(!this[q])i.dataLength=0;const u=this.promise();this.on("data",(u=>{i.push(u);if(!this[q])i.dataLength+=u.length}));return u.then((()=>i))}concat(){return this[q]?Promise.reject(new Error("cannot concat in objectMode")):this.collect().then((i=>this[q]?Promise.reject(new Error("cannot concat in objectMode")):this[D]?i.join(""):Buffer.concat(i,i.dataLength)))}promise(){return new Promise(((i,u)=>{this.on($,(()=>u(new Error("stream destroyed"))));this.on("error",(i=>u(i)));this.on("end",(()=>i()))}))}[X](){const next=()=>{const i=this.read();if(i!==null)return Promise.resolve({done:false,value:i});if(this[w])return Promise.resolve({done:true});let u=null;let p=null;const onerr=i=>{this.removeListener("data",ondata);this.removeListener("end",onend);p(i)};const ondata=i=>{this.removeListener("error",onerr);this.removeListener("end",onend);this.pause();u({value:i,done:!!this[w]})};const onend=()=>{this.removeListener("error",onerr);this.removeListener("data",ondata);u({done:true})};const ondestroy=()=>onerr(new Error("stream destroyed"));return new Promise(((i,A)=>{p=A;u=i;this.once($,ondestroy);this.once("error",onerr);this.once("end",onend);this.once("data",ondata)}))};return{next:next}}[ee](){const next=()=>{const i=this.read();const u=i===null;return{value:i,done:u}};return{next:next}}destroy(i){if(this[$]){if(i)this.emit("error",i);else this.emit($);return this}this[$]=true;this.buffer.length=0;this[H]=0;if(typeof this.close==="function"&&!this[Q])this.close();if(i)this.emit("error",i);else this.emit($);return this}static isStream(i){return!!i&&(i instanceof Minipass||i instanceof C||i instanceof g&&(typeof i.pipe==="function"||typeof i.write==="function"&&typeof i.end==="function"))}}},52899:(i,u,p)=>{const A=p(45485);const g=p(24434);const isStream=i=>i&&i instanceof g&&(typeof i.pipe==="function"||typeof i.write==="function"&&typeof i.end==="function");const C=Symbol("_head");const S=Symbol("_tail");const w=Symbol("_linkStreams");const B=Symbol("_setHead");const v=Symbol("_setTail");const N=Symbol("_onError");const T=Symbol("_onData");const Q=Symbol("_onEnd");const x=Symbol("_onDrain");const _=Symbol("_streams");class Pipeline extends A{constructor(i,...u){if(isStream(i)){u.unshift(i);i={}}super(i);this[_]=[];if(u.length)this.push(...u)}[w](i){return i.reduce(((i,u)=>{i.on("error",(i=>u.emit("error",i)));i.pipe(u);return u}))}push(...i){this[_].push(...i);if(this[S])i.unshift(this[S]);const u=this[w](i);this[v](u);if(!this[C])this[B](i[0])}unshift(...i){this[_].unshift(...i);if(this[C])i.push(this[C]);const u=this[w](i);this[B](i[0]);if(!this[S])this[v](u)}destroy(i){this[_].forEach((i=>typeof i.destroy==="function"&&i.destroy()));return super.destroy(i)}[v](i){this[S]=i;i.on("error",(u=>this[N](i,u)));i.on("data",(u=>this[T](i,u)));i.on("end",(()=>this[Q](i)));i.on("finish",(()=>this[Q](i)))}[N](i,u){if(i===this[S])this.emit("error",u)}[T](i,u){if(i===this[S])super.write(u)}[Q](i){if(i===this[S])super.end()}pause(){super.pause();return this[S]&&this[S].pause&&this[S].pause()}emit(i,...u){if(i==="resume"&&this[S]&&this[S].resume)this[S].resume();return super.emit(i,...u)}[B](i){this[C]=i;i.on("drain",(()=>this[x](i)))}[x](i){if(i===this[C])this.emit("drain")}write(i,u,p){return this[C].write(i,u,p)&&(this.flowing||this.buffer.length===0)}end(i,u,p){this[C].end(i,u,p);return this}}i.exports=Pipeline},45485:(i,u,p)=>{const A=typeof process==="object"&&process?process:{stdout:null,stderr:null};const g=p(24434);const C=p(2203);const S=p(13193).StringDecoder;const w=Symbol("EOF");const B=Symbol("maybeEmitEnd");const v=Symbol("emittedEnd");const N=Symbol("emittingEnd");const T=Symbol("emittedError");const Q=Symbol("closed");const x=Symbol("read");const _=Symbol("flush");const k=Symbol("flushChunk");const D=Symbol("encoding");const O=Symbol("decoder");const P=Symbol("flowing");const L=Symbol("paused");const U=Symbol("resume");const H=Symbol("bufferLength");const z=Symbol("bufferPush");const j=Symbol("bufferShift");const q=Symbol("objectMode");const $=Symbol("destroyed");const J=Symbol("emitData");const W=Symbol("emitEnd");const Y=Symbol("emitEnd2");const K=Symbol("async");const defer=i=>Promise.resolve().then(i);const Z=global._MP_NO_ITERATOR_SYMBOLS_!=="1";const X=Z&&Symbol.asyncIterator||Symbol("asyncIterator not implemented");const ee=Z&&Symbol.iterator||Symbol("iterator not implemented");const isEndish=i=>i==="end"||i==="finish"||i==="prefinish";const isArrayBuffer=i=>i instanceof ArrayBuffer||typeof i==="object"&&i.constructor&&i.constructor.name==="ArrayBuffer"&&i.byteLength>=0;const isArrayBufferView=i=>!Buffer.isBuffer(i)&&ArrayBuffer.isView(i);class Pipe{constructor(i,u,p){this.src=i;this.dest=u;this.opts=p;this.ondrain=()=>i[U]();u.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(){}end(){this.unpipe();if(this.opts.end)this.dest.end()}}class PipeProxyErrors extends Pipe{unpipe(){this.src.removeListener("error",this.proxyErrors);super.unpipe()}constructor(i,u,p){super(i,u,p);this.proxyErrors=i=>u.emit("error",i);i.on("error",this.proxyErrors)}}i.exports=class Minipass extends C{constructor(i){super();this[P]=false;this[L]=false;this.pipes=[];this.buffer=[];this[q]=i&&i.objectMode||false;if(this[q])this[D]=null;else this[D]=i&&i.encoding||null;if(this[D]==="buffer")this[D]=null;this[K]=i&&!!i.async||false;this[O]=this[D]?new S(this[D]):null;this[w]=false;this[v]=false;this[N]=false;this[Q]=false;this[T]=null;this.writable=true;this.readable=true;this[H]=0;this[$]=false}get bufferLength(){return this[H]}get encoding(){return this[D]}set encoding(i){if(this[q])throw new Error("cannot set encoding in objectMode");if(this[D]&&i!==this[D]&&(this[O]&&this[O].lastNeed||this[H]))throw new Error("cannot change encoding");if(this[D]!==i){this[O]=i?new S(i):null;if(this.buffer.length)this.buffer=this.buffer.map((i=>this[O].write(i)))}this[D]=i}setEncoding(i){this.encoding=i}get objectMode(){return this[q]}set objectMode(i){this[q]=this[q]||!!i}get["async"](){return this[K]}set["async"](i){this[K]=this[K]||!!i}write(i,u,p){if(this[w])throw new Error("write after end");if(this[$]){this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"}));return true}if(typeof u==="function")p=u,u="utf8";if(!u)u="utf8";const A=this[K]?defer:i=>i();if(!this[q]&&!Buffer.isBuffer(i)){if(isArrayBufferView(i))i=Buffer.from(i.buffer,i.byteOffset,i.byteLength);else if(isArrayBuffer(i))i=Buffer.from(i);else if(typeof i!=="string")this.objectMode=true}if(this[q]){if(this.flowing&&this[H]!==0)this[_](true);if(this.flowing)this.emit("data",i);else this[z](i);if(this[H]!==0)this.emit("readable");if(p)A(p);return this.flowing}if(!i.length){if(this[H]!==0)this.emit("readable");if(p)A(p);return this.flowing}if(typeof i==="string"&&!(u===this[D]&&!this[O].lastNeed)){i=Buffer.from(i,u)}if(Buffer.isBuffer(i)&&this[D])i=this[O].write(i);if(this.flowing&&this[H]!==0)this[_](true);if(this.flowing)this.emit("data",i);else this[z](i);if(this[H]!==0)this.emit("readable");if(p)A(p);return this.flowing}read(i){if(this[$])return null;if(this[H]===0||i===0||i>this[H]){this[B]();return null}if(this[q])i=null;if(this.buffer.length>1&&!this[q]){if(this.encoding)this.buffer=[this.buffer.join("")];else this.buffer=[Buffer.concat(this.buffer,this[H])]}const u=this[x](i||null,this.buffer[0]);this[B]();return u}[x](i,u){if(i===u.length||i===null)this[j]();else{this.buffer[0]=u.slice(i);u=u.slice(0,i);this[H]-=i}this.emit("data",u);if(!this.buffer.length&&!this[w])this.emit("drain");return u}end(i,u,p){if(typeof i==="function")p=i,i=null;if(typeof u==="function")p=u,u="utf8";if(i)this.write(i,u);if(p)this.once("end",p);this[w]=true;this.writable=false;if(this.flowing||!this[L])this[B]();return this}[U](){if(this[$])return;this[L]=false;this[P]=true;this.emit("resume");if(this.buffer.length)this[_]();else if(this[w])this[B]();else this.emit("drain")}resume(){return this[U]()}pause(){this[P]=false;this[L]=true}get destroyed(){return this[$]}get flowing(){return this[P]}get paused(){return this[L]}[z](i){if(this[q])this[H]+=1;else this[H]+=i.length;this.buffer.push(i)}[j](){if(this.buffer.length){if(this[q])this[H]-=1;else this[H]-=this.buffer[0].length}return this.buffer.shift()}[_](i){do{}while(this[k](this[j]()));if(!i&&!this.buffer.length&&!this[w])this.emit("drain")}[k](i){return i?(this.emit("data",i),this.flowing):false}pipe(i,u){if(this[$])return;const p=this[v];u=u||{};if(i===A.stdout||i===A.stderr)u.end=false;else u.end=u.end!==false;u.proxyErrors=!!u.proxyErrors;if(p){if(u.end)i.end()}else{this.pipes.push(!u.proxyErrors?new Pipe(this,i,u):new PipeProxyErrors(this,i,u));if(this[K])defer((()=>this[U]()));else this[U]()}return i}unpipe(i){const u=this.pipes.find((u=>u.dest===i));if(u){this.pipes.splice(this.pipes.indexOf(u),1);u.unpipe()}}addListener(i,u){return this.on(i,u)}on(i,u){const p=super.on(i,u);if(i==="data"&&!this.pipes.length&&!this.flowing)this[U]();else if(i==="readable"&&this[H]!==0)super.emit("readable");else if(isEndish(i)&&this[v]){super.emit(i);this.removeAllListeners(i)}else if(i==="error"&&this[T]){if(this[K])defer((()=>u.call(this,this[T])));else u.call(this,this[T])}return p}get emittedEnd(){return this[v]}[B](){if(!this[N]&&!this[v]&&!this[$]&&this.buffer.length===0&&this[w]){this[N]=true;this.emit("end");this.emit("prefinish");this.emit("finish");if(this[Q])this.emit("close");this[N]=false}}emit(i,u,...p){if(i!=="error"&&i!=="close"&&i!==$&&this[$])return;else if(i==="data"){return!u?false:this[K]?defer((()=>this[J](u))):this[J](u)}else if(i==="end"){return this[W]()}else if(i==="close"){this[Q]=true;if(!this[v]&&!this[$])return;const i=super.emit("close");this.removeAllListeners("close");return i}else if(i==="error"){this[T]=u;const i=super.emit("error",u);this[B]();return i}else if(i==="resume"){const i=super.emit("resume");this[B]();return i}else if(i==="finish"||i==="prefinish"){const u=super.emit(i);this.removeAllListeners(i);return u}const A=super.emit(i,u,...p);this[B]();return A}[J](i){for(const u of this.pipes){if(u.dest.write(i)===false)this.pause()}const u=super.emit("data",i);this[B]();return u}[W](){if(this[v])return;this[v]=true;this.readable=false;if(this[K])defer((()=>this[Y]()));else this[Y]()}[Y](){if(this[O]){const i=this[O].end();if(i){for(const u of this.pipes){u.dest.write(i)}super.emit("data",i)}}for(const i of this.pipes){i.end()}const i=super.emit("end");this.removeAllListeners("end");return i}collect(){const i=[];if(!this[q])i.dataLength=0;const u=this.promise();this.on("data",(u=>{i.push(u);if(!this[q])i.dataLength+=u.length}));return u.then((()=>i))}concat(){return this[q]?Promise.reject(new Error("cannot concat in objectMode")):this.collect().then((i=>this[q]?Promise.reject(new Error("cannot concat in objectMode")):this[D]?i.join(""):Buffer.concat(i,i.dataLength)))}promise(){return new Promise(((i,u)=>{this.on($,(()=>u(new Error("stream destroyed"))));this.on("error",(i=>u(i)));this.on("end",(()=>i()))}))}[X](){const next=()=>{const i=this.read();if(i!==null)return Promise.resolve({done:false,value:i});if(this[w])return Promise.resolve({done:true});let u=null;let p=null;const onerr=i=>{this.removeListener("data",ondata);this.removeListener("end",onend);p(i)};const ondata=i=>{this.removeListener("error",onerr);this.removeListener("end",onend);this.pause();u({value:i,done:!!this[w]})};const onend=()=>{this.removeListener("error",onerr);this.removeListener("data",ondata);u({done:true})};const ondestroy=()=>onerr(new Error("stream destroyed"));return new Promise(((i,A)=>{p=A;u=i;this.once($,ondestroy);this.once("error",onerr);this.once("end",onend);this.once("data",ondata)}))};return{next:next}}[ee](){const next=()=>{const i=this.read();const u=i===null;return{value:i,done:u}};return{next:next}}destroy(i){if(this[$]){if(i)this.emit("error",i);else this.emit($);return this}this[$]=true;this.buffer.length=0;this[H]=0;if(typeof this.close==="function"&&!this[Q])this.close();if(i)this.emit("error",i);else this.emit($);return this}static isStream(i){return!!i&&(i instanceof Minipass||i instanceof C||i instanceof g&&(typeof i.pipe==="function"||typeof i.write==="function"&&typeof i.end==="function"))}}},70744:i=>{var u=1e3;var p=u*60;var A=p*60;var g=A*24;var C=g*7;var S=g*365.25;i.exports=function(i,u){u=u||{};var p=typeof i;if(p==="string"&&i.length>0){return parse(i)}else if(p==="number"&&isFinite(i)){return u.long?fmtLong(i):fmtShort(i)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(i))};function parse(i){i=String(i);if(i.length>100){return}var w=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!w){return}var B=parseFloat(w[1]);var v=(w[2]||"ms").toLowerCase();switch(v){case"years":case"year":case"yrs":case"yr":case"y":return B*S;case"weeks":case"week":case"w":return B*C;case"days":case"day":case"d":return B*g;case"hours":case"hour":case"hrs":case"hr":case"h":return B*A;case"minutes":case"minute":case"mins":case"min":case"m":return B*p;case"seconds":case"second":case"secs":case"sec":case"s":return B*u;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return B;default:return undefined}}function fmtShort(i){var C=Math.abs(i);if(C>=g){return Math.round(i/g)+"d"}if(C>=A){return Math.round(i/A)+"h"}if(C>=p){return Math.round(i/p)+"m"}if(C>=u){return Math.round(i/u)+"s"}return i+"ms"}function fmtLong(i){var C=Math.abs(i);if(C>=g){return plural(i,C,g,"day")}if(C>=A){return plural(i,C,A,"hour")}if(C>=p){return plural(i,C,p,"minute")}if(C>=u){return plural(i,C,u,"second")}return i+" ms"}function plural(i,u,p,A){var g=u>=p*1.5;return Math.round(i/p)+" "+A+(g?"s":"")}},60668:(i,u,p)=>{
|
||
/*!
|
||
* negotiator
|
||
* Copyright(c) 2012 Federico Romero
|
||
* Copyright(c) 2012-2014 Isaac Z. Schlueter
|
||
* Copyright(c) 2015 Douglas Christopher Wilson
|
||
* MIT Licensed
|
||
*/
|
||
var A=p(79168);var g=p(25111);var C=p(56008);var S=p(53672);i.exports=Negotiator;i.exports.Negotiator=Negotiator;function Negotiator(i){if(!(this instanceof Negotiator)){return new Negotiator(i)}this.request=i}Negotiator.prototype.charset=function charset(i){var u=this.charsets(i);return u&&u[0]};Negotiator.prototype.charsets=function charsets(i){return A(this.request.headers["accept-charset"],i)};Negotiator.prototype.encoding=function encoding(i,u){var p=this.encodings(i,u);return p&&p[0]};Negotiator.prototype.encodings=function encodings(i,u){var p=u||{};return g(this.request.headers["accept-encoding"],i,p.preferred)};Negotiator.prototype.language=function language(i){var u=this.languages(i);return u&&u[0]};Negotiator.prototype.languages=function languages(i){return C(this.request.headers["accept-language"],i)};Negotiator.prototype.mediaType=function mediaType(i){var u=this.mediaTypes(i);return u&&u[0]};Negotiator.prototype.mediaTypes=function mediaTypes(i){return S(this.request.headers.accept,i)};Negotiator.prototype.preferredCharset=Negotiator.prototype.charset;Negotiator.prototype.preferredCharsets=Negotiator.prototype.charsets;Negotiator.prototype.preferredEncoding=Negotiator.prototype.encoding;Negotiator.prototype.preferredEncodings=Negotiator.prototype.encodings;Negotiator.prototype.preferredLanguage=Negotiator.prototype.language;Negotiator.prototype.preferredLanguages=Negotiator.prototype.languages;Negotiator.prototype.preferredMediaType=Negotiator.prototype.mediaType;Negotiator.prototype.preferredMediaTypes=Negotiator.prototype.mediaTypes},79168:i=>{i.exports=preferredCharsets;i.exports.preferredCharsets=preferredCharsets;var u=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function parseAcceptCharset(i){var u=i.split(",");for(var p=0,A=0;p<u.length;p++){var g=parseCharset(u[p].trim(),p);if(g){u[A++]=g}}u.length=A;return u}function parseCharset(i,p){var A=u.exec(i);if(!A)return null;var g=A[1];var C=1;if(A[2]){var S=A[2].split(";");for(var w=0;w<S.length;w++){var B=S[w].trim().split("=");if(B[0]==="q"){C=parseFloat(B[1]);break}}}return{charset:g,q:C,i:p}}function getCharsetPriority(i,u,p){var A={o:-1,q:0,s:0};for(var g=0;g<u.length;g++){var C=specify(i,u[g],p);if(C&&(A.s-C.s||A.q-C.q||A.o-C.o)<0){A=C}}return A}function specify(i,u,p){var A=0;if(u.charset.toLowerCase()===i.toLowerCase()){A|=1}else if(u.charset!=="*"){return null}return{i:p,o:u.i,q:u.q,s:A}}function preferredCharsets(i,u){var p=parseAcceptCharset(i===undefined?"*":i||"");if(!u){return p.filter(isQuality).sort(compareSpecs).map(getFullCharset)}var A=u.map((function getPriority(i,u){return getCharsetPriority(i,p,u)}));return A.filter(isQuality).sort(compareSpecs).map((function getCharset(i){return u[A.indexOf(i)]}))}function compareSpecs(i,u){return u.q-i.q||u.s-i.s||i.o-u.o||i.i-u.i||0}function getFullCharset(i){return i.charset}function isQuality(i){return i.q>0}},25111:i=>{i.exports=preferredEncodings;i.exports.preferredEncodings=preferredEncodings;var u=/^\s*([^\s;]+)\s*(?:;(.*))?$/;function parseAcceptEncoding(i){var u=i.split(",");var p=false;var A=1;for(var g=0,C=0;g<u.length;g++){var S=parseEncoding(u[g].trim(),g);if(S){u[C++]=S;p=p||specify("identity",S);A=Math.min(A,S.q||1)}}if(!p){u[C++]={encoding:"identity",q:A,i:g}}u.length=C;return u}function parseEncoding(i,p){var A=u.exec(i);if(!A)return null;var g=A[1];var C=1;if(A[2]){var S=A[2].split(";");for(var w=0;w<S.length;w++){var B=S[w].trim().split("=");if(B[0]==="q"){C=parseFloat(B[1]);break}}}return{encoding:g,q:C,i:p}}function getEncodingPriority(i,u,p){var A={encoding:i,o:-1,q:0,s:0};for(var g=0;g<u.length;g++){var C=specify(i,u[g],p);if(C&&(A.s-C.s||A.q-C.q||A.o-C.o)<0){A=C}}return A}function specify(i,u,p){var A=0;if(u.encoding.toLowerCase()===i.toLowerCase()){A|=1}else if(u.encoding!=="*"){return null}return{encoding:i,i:p,o:u.i,q:u.q,s:A}}function preferredEncodings(i,u,p){var A=parseAcceptEncoding(i||"");var g=p?function comparator(i,u){if(i.q!==u.q){return u.q-i.q}var A=p.indexOf(i.encoding);var g=p.indexOf(u.encoding);if(A===-1&&g===-1){return u.s-i.s||i.o-u.o||i.i-u.i}if(A!==-1&&g!==-1){return A-g}return A===-1?1:-1}:compareSpecs;if(!u){return A.filter(isQuality).sort(g).map(getFullEncoding)}var C=u.map((function getPriority(i,u){return getEncodingPriority(i,A,u)}));return C.filter(isQuality).sort(g).map((function getEncoding(i){return u[C.indexOf(i)]}))}function compareSpecs(i,u){return u.q-i.q||u.s-i.s||i.o-u.o||i.i-u.i}function getFullEncoding(i){return i.encoding}function isQuality(i){return i.q>0}},56008:i=>{i.exports=preferredLanguages;i.exports.preferredLanguages=preferredLanguages;var u=/^\s*([^\s\-;]+)(?:-([^\s;]+))?\s*(?:;(.*))?$/;function parseAcceptLanguage(i){var u=i.split(",");for(var p=0,A=0;p<u.length;p++){var g=parseLanguage(u[p].trim(),p);if(g){u[A++]=g}}u.length=A;return u}function parseLanguage(i,p){var A=u.exec(i);if(!A)return null;var g=A[1];var C=A[2];var S=g;if(C)S+="-"+C;var w=1;if(A[3]){var B=A[3].split(";");for(var v=0;v<B.length;v++){var N=B[v].split("=");if(N[0]==="q")w=parseFloat(N[1])}}return{prefix:g,suffix:C,q:w,i:p,full:S}}function getLanguagePriority(i,u,p){var A={o:-1,q:0,s:0};for(var g=0;g<u.length;g++){var C=specify(i,u[g],p);if(C&&(A.s-C.s||A.q-C.q||A.o-C.o)<0){A=C}}return A}function specify(i,u,p){var A=parseLanguage(i);if(!A)return null;var g=0;if(u.full.toLowerCase()===A.full.toLowerCase()){g|=4}else if(u.prefix.toLowerCase()===A.full.toLowerCase()){g|=2}else if(u.full.toLowerCase()===A.prefix.toLowerCase()){g|=1}else if(u.full!=="*"){return null}return{i:p,o:u.i,q:u.q,s:g}}function preferredLanguages(i,u){var p=parseAcceptLanguage(i===undefined?"*":i||"");if(!u){return p.filter(isQuality).sort(compareSpecs).map(getFullLanguage)}var A=u.map((function getPriority(i,u){return getLanguagePriority(i,p,u)}));return A.filter(isQuality).sort(compareSpecs).map((function getLanguage(i){return u[A.indexOf(i)]}))}function compareSpecs(i,u){return u.q-i.q||u.s-i.s||i.o-u.o||i.i-u.i||0}function getFullLanguage(i){return i.full}function isQuality(i){return i.q>0}},53672:i=>{i.exports=preferredMediaTypes;i.exports.preferredMediaTypes=preferredMediaTypes;var u=/^\s*([^\s\/;]+)\/([^;\s]+)\s*(?:;(.*))?$/;function parseAccept(i){var u=splitMediaTypes(i);for(var p=0,A=0;p<u.length;p++){var g=parseMediaType(u[p].trim(),p);if(g){u[A++]=g}}u.length=A;return u}function parseMediaType(i,p){var A=u.exec(i);if(!A)return null;var g=Object.create(null);var C=1;var S=A[2];var w=A[1];if(A[3]){var B=splitParameters(A[3]).map(splitKeyValuePair);for(var v=0;v<B.length;v++){var N=B[v];var T=N[0].toLowerCase();var Q=N[1];var x=Q&&Q[0]==='"'&&Q[Q.length-1]==='"'?Q.slice(1,-1):Q;if(T==="q"){C=parseFloat(x);break}g[T]=x}}return{type:w,subtype:S,params:g,q:C,i:p}}function getMediaTypePriority(i,u,p){var A={o:-1,q:0,s:0};for(var g=0;g<u.length;g++){var C=specify(i,u[g],p);if(C&&(A.s-C.s||A.q-C.q||A.o-C.o)<0){A=C}}return A}function specify(i,u,p){var A=parseMediaType(i);var g=0;if(!A){return null}if(u.type.toLowerCase()==A.type.toLowerCase()){g|=4}else if(u.type!="*"){return null}if(u.subtype.toLowerCase()==A.subtype.toLowerCase()){g|=2}else if(u.subtype!="*"){return null}var C=Object.keys(u.params);if(C.length>0){if(C.every((function(i){return u.params[i]=="*"||(u.params[i]||"").toLowerCase()==(A.params[i]||"").toLowerCase()}))){g|=1}else{return null}}return{i:p,o:u.i,q:u.q,s:g}}function preferredMediaTypes(i,u){var p=parseAccept(i===undefined?"*/*":i||"");if(!u){return p.filter(isQuality).sort(compareSpecs).map(getFullType)}var A=u.map((function getPriority(i,u){return getMediaTypePriority(i,p,u)}));return A.filter(isQuality).sort(compareSpecs).map((function getType(i){return u[A.indexOf(i)]}))}function compareSpecs(i,u){return u.q-i.q||u.s-i.s||i.o-u.o||i.i-u.i||0}function getFullType(i){return i.type+"/"+i.subtype}function isQuality(i){return i.q>0}function quoteCount(i){var u=0;var p=0;while((p=i.indexOf('"',p))!==-1){u++;p++}return u}function splitKeyValuePair(i){var u=i.indexOf("=");var p;var A;if(u===-1){p=i}else{p=i.slice(0,u);A=i.slice(u+1)}return[p,A]}function splitMediaTypes(i){var u=i.split(",");for(var p=1,A=0;p<u.length;p++){if(quoteCount(u[A])%2==0){u[++A]=u[p]}else{u[A]+=","+u[p]}}u.length=A+1;return u}function splitParameters(i){var u=i.split(";");for(var p=1,A=0;p<u.length;p++){if(quoteCount(u[A])%2==0){u[++A]=u[p]}else{u[A]+=";"+u[p]}}u.length=A+1;for(var p=0;p<u.length;p++){u[p]=u[p].trim()}return u}},26687:i=>{const u=Symbol("proc-log.meta");i.exports={META:u,output:{LEVELS:["standard","error","buffer","flush"],KEYS:{standard:"standard",error:"error",buffer:"buffer",flush:"flush"},standard:function(...i){return process.emit("output","standard",...i)},error:function(...i){return process.emit("output","error",...i)},buffer:function(...i){return process.emit("output","buffer",...i)},flush:function(...i){return process.emit("output","flush",...i)}},log:{LEVELS:["notice","error","warn","info","verbose","http","silly","timing","pause","resume"],KEYS:{notice:"notice",error:"error",warn:"warn",info:"info",verbose:"verbose",http:"http",silly:"silly",timing:"timing",pause:"pause",resume:"resume"},error:function(...i){return process.emit("log","error",...i)},notice:function(...i){return process.emit("log","notice",...i)},warn:function(...i){return process.emit("log","warn",...i)},info:function(...i){return process.emit("log","info",...i)},verbose:function(...i){return process.emit("log","verbose",...i)},http:function(...i){return process.emit("log","http",...i)},silly:function(...i){return process.emit("log","silly",...i)},timing:function(...i){return process.emit("log","timing",...i)},pause:function(){return process.emit("log","pause")},resume:function(){return process.emit("log","resume")}},time:{LEVELS:["start","end"],KEYS:{start:"start",end:"end"},start:function(i,u){process.emit("time","start",i);function end(){return process.emit("time","end",i)}if(typeof u==="function"){const i=u();if(i&&i.finally){return i.finally(end)}end();return i}return end},end:function(i){return process.emit("time","end",i)}},input:{LEVELS:["start","end","read"],KEYS:{start:"start",end:"end",read:"read"},start:function(...i){let u;if(typeof i[0]==="function"){u=i.shift()}process.emit("input","start",...i);function end(){return process.emit("input","end",...i)}if(typeof u==="function"){const i=u();if(i&&i.finally){return i.finally(end)}end();return i}return end},end:function(...i){return process.emit("input","end",...i)},read:function(...i){let u,p;const A=new Promise(((i,A)=>{u=i;p=A}));process.emit("input","read",u,p,...i);return A}}}},90390:(i,u,p)=>{var A=p(14339);var g=p(8464);var C=Object.prototype.hasOwnProperty;function isRetryError(i){return i&&i.code==="EPROMISERETRY"&&C.call(i,"retried")}function promiseRetry(i,u){var p;var C;if(typeof i==="object"&&typeof u==="function"){p=u;u=i;i=p}C=g.operation(u);return new Promise((function(u,p){C.attempt((function(g){Promise.resolve().then((function(){return i((function(i){if(isRetryError(i)){i=i.retried}throw A(new Error("Retrying"),"EPROMISERETRY",{retried:i})}),g)})).then(u,(function(i){if(isRetryError(i)){i=i.retried;if(C.retry(i||new Error)){return}}p(i)}))}))}))}i.exports=promiseRetry},8464:(i,u,p)=>{i.exports=p(32462)},32462:(i,u,p)=>{var A=p(31440);u.operation=function(i){var p=u.timeouts(i);return new A(p,{forever:i&&i.forever,unref:i&&i.unref,maxRetryTime:i&&i.maxRetryTime})};u.timeouts=function(i){if(i instanceof Array){return[].concat(i)}var u={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:Infinity,randomize:false};for(var p in i){u[p]=i[p]}if(u.minTimeout>u.maxTimeout){throw new Error("minTimeout is greater than maxTimeout")}var A=[];for(var g=0;g<u.retries;g++){A.push(this.createTimeout(g,u))}if(i&&i.forever&&!A.length){A.push(this.createTimeout(g,u))}A.sort((function(i,u){return i-u}));return A};u.createTimeout=function(i,u){var p=u.randomize?Math.random()+1:1;var A=Math.round(p*u.minTimeout*Math.pow(u.factor,i));A=Math.min(A,u.maxTimeout);return A};u.wrap=function(i,p,A){if(p instanceof Array){A=p;p=null}if(!A){A=[];for(var g in i){if(typeof i[g]==="function"){A.push(g)}}}for(var C=0;C<A.length;C++){var S=A[C];var w=i[S];i[S]=function retryWrapper(A){var g=u.operation(p);var C=Array.prototype.slice.call(arguments,1);var S=C.pop();C.push((function(i){if(g.retry(i)){return}if(i){arguments[0]=g.mainError()}S.apply(this,arguments)}));g.attempt((function(){A.apply(i,C)}))}.bind(i,w);i[S].options=p}}},31440:i=>{function RetryOperation(i,u){if(typeof u==="boolean"){u={forever:u}}this._originalTimeouts=JSON.parse(JSON.stringify(i));this._timeouts=i;this._options=u||{};this._maxRetryTime=u&&u.maxRetryTime||Infinity;this._fn=null;this._errors=[];this._attempts=1;this._operationTimeout=null;this._operationTimeoutCb=null;this._timeout=null;this._operationStart=null;if(this._options.forever){this._cachedTimeouts=this._timeouts.slice(0)}}i.exports=RetryOperation;RetryOperation.prototype.reset=function(){this._attempts=1;this._timeouts=this._originalTimeouts};RetryOperation.prototype.stop=function(){if(this._timeout){clearTimeout(this._timeout)}this._timeouts=[];this._cachedTimeouts=null};RetryOperation.prototype.retry=function(i){if(this._timeout){clearTimeout(this._timeout)}if(!i){return false}var u=(new Date).getTime();if(i&&u-this._operationStart>=this._maxRetryTime){this._errors.unshift(new Error("RetryOperation timeout occurred"));return false}this._errors.push(i);var p=this._timeouts.shift();if(p===undefined){if(this._cachedTimeouts){this._errors.splice(this._errors.length-1,this._errors.length);this._timeouts=this._cachedTimeouts.slice(0);p=this._timeouts.shift()}else{return false}}var A=this;var g=setTimeout((function(){A._attempts++;if(A._operationTimeoutCb){A._timeout=setTimeout((function(){A._operationTimeoutCb(A._attempts)}),A._operationTimeout);if(A._options.unref){A._timeout.unref()}}A._fn(A._attempts)}),p);if(this._options.unref){g.unref()}return true};RetryOperation.prototype.attempt=function(i,u){this._fn=i;if(u){if(u.timeout){this._operationTimeout=u.timeout}if(u.cb){this._operationTimeoutCb=u.cb}}var p=this;if(this._operationTimeoutCb){this._timeout=setTimeout((function(){p._operationTimeoutCb()}),p._operationTimeout)}this._operationStart=(new Date).getTime();this._fn(this._attempts)};RetryOperation.prototype.try=function(i){console.log("Using RetryOperation.try() is deprecated");this.attempt(i)};RetryOperation.prototype.start=function(i){console.log("Using RetryOperation.start() is deprecated");this.attempt(i)};RetryOperation.prototype.start=RetryOperation.prototype.try;RetryOperation.prototype.errors=function(){return this._errors};RetryOperation.prototype.attempts=function(){return this._attempts};RetryOperation.prototype.mainError=function(){if(this._errors.length===0){return null}var i={};var u=null;var p=0;for(var A=0;A<this._errors.length;A++){var g=this._errors[A];var C=g.message;var S=(i[C]||0)+1;i[C]=S;if(S>=p){u=g;p=S}}return u}},5546:(i,u,p)=>{i.exports=p(67084)},67084:(i,u,p)=>{var A=p(39538);u.operation=function(i){var p=u.timeouts(i);return new A(p,{forever:i&&(i.forever||i.retries===Infinity),unref:i&&i.unref,maxRetryTime:i&&i.maxRetryTime})};u.timeouts=function(i){if(i instanceof Array){return[].concat(i)}var u={retries:10,factor:2,minTimeout:1*1e3,maxTimeout:Infinity,randomize:false};for(var p in i){u[p]=i[p]}if(u.minTimeout>u.maxTimeout){throw new Error("minTimeout is greater than maxTimeout")}var A=[];for(var g=0;g<u.retries;g++){A.push(this.createTimeout(g,u))}if(i&&i.forever&&!A.length){A.push(this.createTimeout(g,u))}A.sort((function(i,u){return i-u}));return A};u.createTimeout=function(i,u){var p=u.randomize?Math.random()+1:1;var A=Math.round(p*Math.max(u.minTimeout,1)*Math.pow(u.factor,i));A=Math.min(A,u.maxTimeout);return A};u.wrap=function(i,p,A){if(p instanceof Array){A=p;p=null}if(!A){A=[];for(var g in i){if(typeof i[g]==="function"){A.push(g)}}}for(var C=0;C<A.length;C++){var S=A[C];var w=i[S];i[S]=function retryWrapper(A){var g=u.operation(p);var C=Array.prototype.slice.call(arguments,1);var S=C.pop();C.push((function(i){if(g.retry(i)){return}if(i){arguments[0]=g.mainError()}S.apply(this,arguments)}));g.attempt((function(){A.apply(i,C)}))}.bind(i,w);i[S].options=p}}},39538:i=>{function RetryOperation(i,u){if(typeof u==="boolean"){u={forever:u}}this._originalTimeouts=JSON.parse(JSON.stringify(i));this._timeouts=i;this._options=u||{};this._maxRetryTime=u&&u.maxRetryTime||Infinity;this._fn=null;this._errors=[];this._attempts=1;this._operationTimeout=null;this._operationTimeoutCb=null;this._timeout=null;this._operationStart=null;this._timer=null;if(this._options.forever){this._cachedTimeouts=this._timeouts.slice(0)}}i.exports=RetryOperation;RetryOperation.prototype.reset=function(){this._attempts=1;this._timeouts=this._originalTimeouts.slice(0)};RetryOperation.prototype.stop=function(){if(this._timeout){clearTimeout(this._timeout)}if(this._timer){clearTimeout(this._timer)}this._timeouts=[];this._cachedTimeouts=null};RetryOperation.prototype.retry=function(i){if(this._timeout){clearTimeout(this._timeout)}if(!i){return false}var u=(new Date).getTime();if(i&&u-this._operationStart>=this._maxRetryTime){this._errors.push(i);this._errors.unshift(new Error("RetryOperation timeout occurred"));return false}this._errors.push(i);var p=this._timeouts.shift();if(p===undefined){if(this._cachedTimeouts){this._errors.splice(0,this._errors.length-1);p=this._cachedTimeouts.slice(-1)}else{return false}}var A=this;this._timer=setTimeout((function(){A._attempts++;if(A._operationTimeoutCb){A._timeout=setTimeout((function(){A._operationTimeoutCb(A._attempts)}),A._operationTimeout);if(A._options.unref){A._timeout.unref()}}A._fn(A._attempts)}),p);if(this._options.unref){this._timer.unref()}return true};RetryOperation.prototype.attempt=function(i,u){this._fn=i;if(u){if(u.timeout){this._operationTimeout=u.timeout}if(u.cb){this._operationTimeoutCb=u.cb}}var p=this;if(this._operationTimeoutCb){this._timeout=setTimeout((function(){p._operationTimeoutCb()}),p._operationTimeout)}this._operationStart=(new Date).getTime();this._fn(this._attempts)};RetryOperation.prototype.try=function(i){console.log("Using RetryOperation.try() is deprecated");this.attempt(i)};RetryOperation.prototype.start=function(i){console.log("Using RetryOperation.start() is deprecated");this.attempt(i)};RetryOperation.prototype.start=RetryOperation.prototype.try;RetryOperation.prototype.errors=function(){return this._errors};RetryOperation.prototype.attempts=function(){return this._attempts};RetryOperation.prototype.mainError=function(){if(this._errors.length===0){return null}var i={};var u=null;var p=0;for(var A=0;A<this._errors.length;A++){var g=this._errors[A];var C=g.message;var S=(i[C]||0)+1;i[C]=S;if(S>=p){u=g;p=S}}return u}},12803:(i,u,p)=>{var A=p(20181);var g=A.Buffer;var C={};var S;for(S in A){if(!A.hasOwnProperty(S))continue;if(S==="SlowBuffer"||S==="Buffer")continue;C[S]=A[S]}var w=C.Buffer={};for(S in g){if(!g.hasOwnProperty(S))continue;if(S==="allocUnsafe"||S==="allocUnsafeSlow")continue;w[S]=g[S]}C.Buffer.prototype=g.prototype;if(!w.from||w.from===Uint8Array.from){w.from=function(i,u,p){if(typeof i==="number"){throw new TypeError('The "value" argument must not be of type number. Received type '+typeof i)}if(i&&typeof i.length==="undefined"){throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof i)}return g(i,u,p)}}if(!w.alloc){w.alloc=function(i,u,p){if(typeof i!=="number"){throw new TypeError('The "size" argument must be of type number. Received type '+typeof i)}if(i<0||i>=2*(1<<30)){throw new RangeError('The value "'+i+'" is invalid for option "size"')}var A=g(i);if(!u||u.length===0){A.fill(0)}else if(typeof p==="string"){A.fill(u,p)}else{A.fill(u)}return A}}if(!C.kStringMaxLength){try{C.kStringMaxLength=process.binding("buffer").kStringMaxLength}catch(i){}}if(!C.constants){C.constants={MAX_LENGTH:C.kMaxLength};if(C.kStringMaxLength){C.constants.MAX_STRING_LENGTH=C.kStringMaxLength}}i.exports=C},89379:(i,u,p)=>{const A=Symbol("SemVer ANY");class Comparator{static get ANY(){return A}constructor(i,u){u=g(u);if(i instanceof Comparator){if(i.loose===!!u.loose){return i}else{i=i.value}}i=i.trim().split(/\s+/).join(" ");B("comparator",i,u);this.options=u;this.loose=!!u.loose;this.parse(i);if(this.semver===A){this.value=""}else{this.value=this.operator+this.semver.version}B("comp",this)}parse(i){const u=this.options.loose?C[S.COMPARATORLOOSE]:C[S.COMPARATOR];const p=i.match(u);if(!p){throw new TypeError(`Invalid comparator: ${i}`)}this.operator=p[1]!==undefined?p[1]:"";if(this.operator==="="){this.operator=""}if(!p[2]){this.semver=A}else{this.semver=new v(p[2],this.options.loose)}}toString(){return this.value}test(i){B("Comparator.test",i,this.options.loose);if(this.semver===A||i===A){return true}if(typeof i==="string"){try{i=new v(i,this.options)}catch(i){return false}}return w(i,this.operator,this.semver,this.options)}intersects(i,u){if(!(i instanceof Comparator)){throw new TypeError("a Comparator is required")}if(this.operator===""){if(this.value===""){return true}return new N(i.value,u).test(this.value)}else if(i.operator===""){if(i.value===""){return true}return new N(this.value,u).test(i.semver)}u=g(u);if(u.includePrerelease&&(this.value==="<0.0.0-0"||i.value==="<0.0.0-0")){return false}if(!u.includePrerelease&&(this.value.startsWith("<0.0.0")||i.value.startsWith("<0.0.0"))){return false}if(this.operator.startsWith(">")&&i.operator.startsWith(">")){return true}if(this.operator.startsWith("<")&&i.operator.startsWith("<")){return true}if(this.semver.version===i.semver.version&&this.operator.includes("=")&&i.operator.includes("=")){return true}if(w(this.semver,"<",i.semver,u)&&this.operator.startsWith(">")&&i.operator.startsWith("<")){return true}if(w(this.semver,">",i.semver,u)&&this.operator.startsWith("<")&&i.operator.startsWith(">")){return true}return false}}i.exports=Comparator;const g=p(70356);const{safeRe:C,t:S}=p(95471);const w=p(28646);const B=p(1159);const v=p(7163);const N=p(96782)},96782:(i,u,p)=>{const A=/\s+/g;class Range{constructor(i,u){u=S(u);if(i instanceof Range){if(i.loose===!!u.loose&&i.includePrerelease===!!u.includePrerelease){return i}else{return new Range(i.raw,u)}}if(i instanceof w){this.raw=i.value;this.set=[[i]];this.formatted=undefined;return this}this.options=u;this.loose=!!u.loose;this.includePrerelease=!!u.includePrerelease;this.raw=i.trim().replace(A," ");this.set=this.raw.split("||").map((i=>this.parseRange(i.trim()))).filter((i=>i.length));if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${this.raw}`)}if(this.set.length>1){const i=this.set[0];this.set=this.set.filter((i=>!isNullSet(i[0])));if(this.set.length===0){this.set=[i]}else if(this.set.length>1){for(const i of this.set){if(i.length===1&&isAny(i[0])){this.set=[i];break}}}}this.formatted=undefined}get range(){if(this.formatted===undefined){this.formatted="";for(let i=0;i<this.set.length;i++){if(i>0){this.formatted+="||"}const u=this.set[i];for(let i=0;i<u.length;i++){if(i>0){this.formatted+=" "}this.formatted+=u[i].toString().trim()}}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(i){const u=(this.options.includePrerelease&&k)|(this.options.loose&&D);const p=u+":"+i;const A=C.get(p);if(A){return A}const g=this.options.loose;const S=g?N[T.HYPHENRANGELOOSE]:N[T.HYPHENRANGE];i=i.replace(S,hyphenReplace(this.options.includePrerelease));B("hyphen replace",i);i=i.replace(N[T.COMPARATORTRIM],Q);B("comparator trim",i);i=i.replace(N[T.TILDETRIM],x);B("tilde trim",i);i=i.replace(N[T.CARETTRIM],_);B("caret trim",i);let v=i.split(" ").map((i=>parseComparator(i,this.options))).join(" ").split(/\s+/).map((i=>replaceGTE0(i,this.options)));if(g){v=v.filter((i=>{B("loose invalid filter",i,this.options);return!!i.match(N[T.COMPARATORLOOSE])}))}B("range list",v);const O=new Map;const P=v.map((i=>new w(i,this.options)));for(const i of P){if(isNullSet(i)){return[i]}O.set(i.value,i)}if(O.size>1&&O.has("")){O.delete("")}const L=[...O.values()];C.set(p,L);return L}intersects(i,u){if(!(i instanceof Range)){throw new TypeError("a Range is required")}return this.set.some((p=>isSatisfiable(p,u)&&i.set.some((i=>isSatisfiable(i,u)&&p.every((p=>i.every((i=>p.intersects(i,u)))))))))}test(i){if(!i){return false}if(typeof i==="string"){try{i=new v(i,this.options)}catch(i){return false}}for(let u=0;u<this.set.length;u++){if(testSet(this.set[u],i,this.options)){return true}}return false}}i.exports=Range;const g=p(61383);const C=new g;const S=p(70356);const w=p(89379);const B=p(1159);const v=p(7163);const{safeRe:N,t:T,comparatorTrimReplace:Q,tildeTrimReplace:x,caretTrimReplace:_}=p(95471);const{FLAG_INCLUDE_PRERELEASE:k,FLAG_LOOSE:D}=p(45101);const isNullSet=i=>i.value==="<0.0.0-0";const isAny=i=>i.value==="";const isSatisfiable=(i,u)=>{let p=true;const A=i.slice();let g=A.pop();while(p&&A.length){p=A.every((i=>g.intersects(i,u)));g=A.pop()}return p};const parseComparator=(i,u)=>{i=i.replace(N[T.BUILD],"");B("comp",i,u);i=replaceCarets(i,u);B("caret",i);i=replaceTildes(i,u);B("tildes",i);i=replaceXRanges(i,u);B("xrange",i);i=replaceStars(i,u);B("stars",i);return i};const isX=i=>!i||i.toLowerCase()==="x"||i==="*";const replaceTildes=(i,u)=>i.trim().split(/\s+/).map((i=>replaceTilde(i,u))).join(" ");const replaceTilde=(i,u)=>{const p=u.loose?N[T.TILDELOOSE]:N[T.TILDE];return i.replace(p,((u,p,A,g,C)=>{B("tilde",i,u,p,A,g,C);let S;if(isX(p)){S=""}else if(isX(A)){S=`>=${p}.0.0 <${+p+1}.0.0-0`}else if(isX(g)){S=`>=${p}.${A}.0 <${p}.${+A+1}.0-0`}else if(C){B("replaceTilde pr",C);S=`>=${p}.${A}.${g}-${C} <${p}.${+A+1}.0-0`}else{S=`>=${p}.${A}.${g} <${p}.${+A+1}.0-0`}B("tilde return",S);return S}))};const replaceCarets=(i,u)=>i.trim().split(/\s+/).map((i=>replaceCaret(i,u))).join(" ");const replaceCaret=(i,u)=>{B("caret",i,u);const p=u.loose?N[T.CARETLOOSE]:N[T.CARET];const A=u.includePrerelease?"-0":"";return i.replace(p,((u,p,g,C,S)=>{B("caret",i,u,p,g,C,S);let w;if(isX(p)){w=""}else if(isX(g)){w=`>=${p}.0.0${A} <${+p+1}.0.0-0`}else if(isX(C)){if(p==="0"){w=`>=${p}.${g}.0${A} <${p}.${+g+1}.0-0`}else{w=`>=${p}.${g}.0${A} <${+p+1}.0.0-0`}}else if(S){B("replaceCaret pr",S);if(p==="0"){if(g==="0"){w=`>=${p}.${g}.${C}-${S} <${p}.${g}.${+C+1}-0`}else{w=`>=${p}.${g}.${C}-${S} <${p}.${+g+1}.0-0`}}else{w=`>=${p}.${g}.${C}-${S} <${+p+1}.0.0-0`}}else{B("no pr");if(p==="0"){if(g==="0"){w=`>=${p}.${g}.${C}${A} <${p}.${g}.${+C+1}-0`}else{w=`>=${p}.${g}.${C}${A} <${p}.${+g+1}.0-0`}}else{w=`>=${p}.${g}.${C} <${+p+1}.0.0-0`}}B("caret return",w);return w}))};const replaceXRanges=(i,u)=>{B("replaceXRanges",i,u);return i.split(/\s+/).map((i=>replaceXRange(i,u))).join(" ")};const replaceXRange=(i,u)=>{i=i.trim();const p=u.loose?N[T.XRANGELOOSE]:N[T.XRANGE];return i.replace(p,((p,A,g,C,S,w)=>{B("xRange",i,p,A,g,C,S,w);const v=isX(g);const N=v||isX(C);const T=N||isX(S);const Q=T;if(A==="="&&Q){A=""}w=u.includePrerelease?"-0":"";if(v){if(A===">"||A==="<"){p="<0.0.0-0"}else{p="*"}}else if(A&&Q){if(N){C=0}S=0;if(A===">"){A=">=";if(N){g=+g+1;C=0;S=0}else{C=+C+1;S=0}}else if(A==="<="){A="<";if(N){g=+g+1}else{C=+C+1}}if(A==="<"){w="-0"}p=`${A+g}.${C}.${S}${w}`}else if(N){p=`>=${g}.0.0${w} <${+g+1}.0.0-0`}else if(T){p=`>=${g}.${C}.0${w} <${g}.${+C+1}.0-0`}B("xRange return",p);return p}))};const replaceStars=(i,u)=>{B("replaceStars",i,u);return i.trim().replace(N[T.STAR],"")};const replaceGTE0=(i,u)=>{B("replaceGTE0",i,u);return i.trim().replace(N[u.includePrerelease?T.GTE0PRE:T.GTE0],"")};const hyphenReplace=i=>(u,p,A,g,C,S,w,B,v,N,T,Q)=>{if(isX(A)){p=""}else if(isX(g)){p=`>=${A}.0.0${i?"-0":""}`}else if(isX(C)){p=`>=${A}.${g}.0${i?"-0":""}`}else if(S){p=`>=${p}`}else{p=`>=${p}${i?"-0":""}`}if(isX(v)){B=""}else if(isX(N)){B=`<${+v+1}.0.0-0`}else if(isX(T)){B=`<${v}.${+N+1}.0-0`}else if(Q){B=`<=${v}.${N}.${T}-${Q}`}else if(i){B=`<${v}.${N}.${+T+1}-0`}else{B=`<=${B}`}return`${p} ${B}`.trim()};const testSet=(i,u,p)=>{for(let p=0;p<i.length;p++){if(!i[p].test(u)){return false}}if(u.prerelease.length&&!p.includePrerelease){for(let p=0;p<i.length;p++){B(i[p].semver);if(i[p].semver===w.ANY){continue}if(i[p].semver.prerelease.length>0){const A=i[p].semver;if(A.major===u.major&&A.minor===u.minor&&A.patch===u.patch){return true}}}return false}return true}},7163:(i,u,p)=>{const A=p(1159);const{MAX_LENGTH:g,MAX_SAFE_INTEGER:C}=p(45101);const{safeRe:S,t:w}=p(95471);const B=p(70356);const{compareIdentifiers:v}=p(73348);class SemVer{constructor(i,u){u=B(u);if(i instanceof SemVer){if(i.loose===!!u.loose&&i.includePrerelease===!!u.includePrerelease){return i}else{i=i.version}}else if(typeof i!=="string"){throw new TypeError(`Invalid version. Must be a string. Got type "${typeof i}".`)}if(i.length>g){throw new TypeError(`version is longer than ${g} characters`)}A("SemVer",i,u);this.options=u;this.loose=!!u.loose;this.includePrerelease=!!u.includePrerelease;const p=i.trim().match(u.loose?S[w.LOOSE]:S[w.FULL]);if(!p){throw new TypeError(`Invalid Version: ${i}`)}this.raw=i;this.major=+p[1];this.minor=+p[2];this.patch=+p[3];if(this.major>C||this.major<0){throw new TypeError("Invalid major version")}if(this.minor>C||this.minor<0){throw new TypeError("Invalid minor version")}if(this.patch>C||this.patch<0){throw new TypeError("Invalid patch version")}if(!p[4]){this.prerelease=[]}else{this.prerelease=p[4].split(".").map((i=>{if(/^[0-9]+$/.test(i)){const u=+i;if(u>=0&&u<C){return u}}return i}))}this.build=p[5]?p[5].split("."):[];this.format()}format(){this.version=`${this.major}.${this.minor}.${this.patch}`;if(this.prerelease.length){this.version+=`-${this.prerelease.join(".")}`}return this.version}toString(){return this.version}compare(i){A("SemVer.compare",this.version,this.options,i);if(!(i instanceof SemVer)){if(typeof i==="string"&&i===this.version){return 0}i=new SemVer(i,this.options)}if(i.version===this.version){return 0}return this.compareMain(i)||this.comparePre(i)}compareMain(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}if(this.major<i.major){return-1}if(this.major>i.major){return 1}if(this.minor<i.minor){return-1}if(this.minor>i.minor){return 1}if(this.patch<i.patch){return-1}if(this.patch>i.patch){return 1}return 0}comparePre(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}if(this.prerelease.length&&!i.prerelease.length){return-1}else if(!this.prerelease.length&&i.prerelease.length){return 1}else if(!this.prerelease.length&&!i.prerelease.length){return 0}let u=0;do{const p=this.prerelease[u];const g=i.prerelease[u];A("prerelease compare",u,p,g);if(p===undefined&&g===undefined){return 0}else if(g===undefined){return 1}else if(p===undefined){return-1}else if(p===g){continue}else{return v(p,g)}}while(++u)}compareBuild(i){if(!(i instanceof SemVer)){i=new SemVer(i,this.options)}let u=0;do{const p=this.build[u];const g=i.build[u];A("build compare",u,p,g);if(p===undefined&&g===undefined){return 0}else if(g===undefined){return 1}else if(p===undefined){return-1}else if(p===g){continue}else{return v(p,g)}}while(++u)}inc(i,u,p){if(i.startsWith("pre")){if(!u&&p===false){throw new Error("invalid increment argument: identifier is empty")}if(u){const i=`-${u}`.match(this.options.loose?S[w.PRERELEASELOOSE]:S[w.PRERELEASE]);if(!i||i[1]!==u){throw new Error(`invalid identifier: ${u}`)}}}switch(i){case"premajor":this.prerelease.length=0;this.patch=0;this.minor=0;this.major++;this.inc("pre",u,p);break;case"preminor":this.prerelease.length=0;this.patch=0;this.minor++;this.inc("pre",u,p);break;case"prepatch":this.prerelease.length=0;this.inc("patch",u,p);this.inc("pre",u,p);break;case"prerelease":if(this.prerelease.length===0){this.inc("patch",u,p)}this.inc("pre",u,p);break;case"release":if(this.prerelease.length===0){throw new Error(`version ${this.raw} is not a prerelease`)}this.prerelease.length=0;break;case"major":if(this.minor!==0||this.patch!==0||this.prerelease.length===0){this.major++}this.minor=0;this.patch=0;this.prerelease=[];break;case"minor":if(this.patch!==0||this.prerelease.length===0){this.minor++}this.patch=0;this.prerelease=[];break;case"patch":if(this.prerelease.length===0){this.patch++}this.prerelease=[];break;case"pre":{const i=Number(p)?1:0;if(this.prerelease.length===0){this.prerelease=[i]}else{let A=this.prerelease.length;while(--A>=0){if(typeof this.prerelease[A]==="number"){this.prerelease[A]++;A=-2}}if(A===-1){if(u===this.prerelease.join(".")&&p===false){throw new Error("invalid increment argument: identifier already exists")}this.prerelease.push(i)}}if(u){let A=[u,i];if(p===false){A=[u]}if(v(this.prerelease[0],u)===0){if(isNaN(this.prerelease[1])){this.prerelease=A}}else{this.prerelease=A}}break}default:throw new Error(`invalid increment argument: ${i}`)}this.raw=this.format();if(this.build.length){this.raw+=`+${this.build.join(".")}`}return this}}i.exports=SemVer},1799:(i,u,p)=>{const A=p(16353);const clean=(i,u)=>{const p=A(i.trim().replace(/^[=v]+/,""),u);return p?p.version:null};i.exports=clean},28646:(i,u,p)=>{const A=p(55082);const g=p(4974);const C=p(16599);const S=p(41236);const w=p(3872);const B=p(56717);const cmp=(i,u,p,v)=>{switch(u){case"===":if(typeof i==="object"){i=i.version}if(typeof p==="object"){p=p.version}return i===p;case"!==":if(typeof i==="object"){i=i.version}if(typeof p==="object"){p=p.version}return i!==p;case"":case"=":case"==":return A(i,p,v);case"!=":return g(i,p,v);case">":return C(i,p,v);case">=":return S(i,p,v);case"<":return w(i,p,v);case"<=":return B(i,p,v);default:throw new TypeError(`Invalid operator: ${u}`)}};i.exports=cmp},35385:(i,u,p)=>{const A=p(7163);const g=p(16353);const{safeRe:C,t:S}=p(95471);const coerce=(i,u)=>{if(i instanceof A){return i}if(typeof i==="number"){i=String(i)}if(typeof i!=="string"){return null}u=u||{};let p=null;if(!u.rtl){p=i.match(u.includePrerelease?C[S.COERCEFULL]:C[S.COERCE])}else{const A=u.includePrerelease?C[S.COERCERTLFULL]:C[S.COERCERTL];let g;while((g=A.exec(i))&&(!p||p.index+p[0].length!==i.length)){if(!p||g.index+g[0].length!==p.index+p[0].length){p=g}A.lastIndex=g.index+g[1].length+g[2].length}A.lastIndex=-1}if(p===null){return null}const w=p[2];const B=p[3]||"0";const v=p[4]||"0";const N=u.includePrerelease&&p[5]?`-${p[5]}`:"";const T=u.includePrerelease&&p[6]?`+${p[6]}`:"";return g(`${w}.${B}.${v}${N}${T}`,u)};i.exports=coerce},37648:(i,u,p)=>{const A=p(7163);const compareBuild=(i,u,p)=>{const g=new A(i,p);const C=new A(u,p);return g.compare(C)||g.compareBuild(C)};i.exports=compareBuild},56874:(i,u,p)=>{const A=p(78469);const compareLoose=(i,u)=>A(i,u,true);i.exports=compareLoose},78469:(i,u,p)=>{const A=p(7163);const compare=(i,u,p)=>new A(i,p).compare(new A(u,p));i.exports=compare},70711:(i,u,p)=>{const A=p(16353);const diff=(i,u)=>{const p=A(i,null,true);const g=A(u,null,true);const C=p.compare(g);if(C===0){return null}const S=C>0;const w=S?p:g;const B=S?g:p;const v=!!w.prerelease.length;const N=!!B.prerelease.length;if(N&&!v){if(!B.patch&&!B.minor){return"major"}if(B.compareMain(w)===0){if(B.minor&&!B.patch){return"minor"}return"patch"}}const T=v?"pre":"";if(p.major!==g.major){return T+"major"}if(p.minor!==g.minor){return T+"minor"}if(p.patch!==g.patch){return T+"patch"}return"prerelease"};i.exports=diff},55082:(i,u,p)=>{const A=p(78469);const eq=(i,u,p)=>A(i,u,p)===0;i.exports=eq},16599:(i,u,p)=>{const A=p(78469);const gt=(i,u,p)=>A(i,u,p)>0;i.exports=gt},41236:(i,u,p)=>{const A=p(78469);const gte=(i,u,p)=>A(i,u,p)>=0;i.exports=gte},62338:(i,u,p)=>{const A=p(7163);const inc=(i,u,p,g,C)=>{if(typeof p==="string"){C=g;g=p;p=undefined}try{return new A(i instanceof A?i.version:i,p).inc(u,g,C).version}catch(i){return null}};i.exports=inc},3872:(i,u,p)=>{const A=p(78469);const lt=(i,u,p)=>A(i,u,p)<0;i.exports=lt},56717:(i,u,p)=>{const A=p(78469);const lte=(i,u,p)=>A(i,u,p)<=0;i.exports=lte},68511:(i,u,p)=>{const A=p(7163);const major=(i,u)=>new A(i,u).major;i.exports=major},32603:(i,u,p)=>{const A=p(7163);const minor=(i,u)=>new A(i,u).minor;i.exports=minor},4974:(i,u,p)=>{const A=p(78469);const neq=(i,u,p)=>A(i,u,p)!==0;i.exports=neq},16353:(i,u,p)=>{const A=p(7163);const parse=(i,u,p=false)=>{if(i instanceof A){return i}try{return new A(i,u)}catch(i){if(!p){return null}throw i}};i.exports=parse},48756:(i,u,p)=>{const A=p(7163);const patch=(i,u)=>new A(i,u).patch;i.exports=patch},15714:(i,u,p)=>{const A=p(16353);const prerelease=(i,u)=>{const p=A(i,u);return p&&p.prerelease.length?p.prerelease:null};i.exports=prerelease},32173:(i,u,p)=>{const A=p(78469);const rcompare=(i,u,p)=>A(u,i,p);i.exports=rcompare},87192:(i,u,p)=>{const A=p(37648);const rsort=(i,u)=>i.sort(((i,p)=>A(p,i,u)));i.exports=rsort},68011:(i,u,p)=>{const A=p(96782);const satisfies=(i,u,p)=>{try{u=new A(u,p)}catch(i){return false}return u.test(i)};i.exports=satisfies},29872:(i,u,p)=>{const A=p(37648);const sort=(i,u)=>i.sort(((i,p)=>A(i,p,u)));i.exports=sort},58780:(i,u,p)=>{const A=p(16353);const valid=(i,u)=>{const p=A(i,u);return p?p.version:null};i.exports=valid},62088:(i,u,p)=>{const A=p(95471);const g=p(45101);const C=p(7163);const S=p(73348);const w=p(16353);const B=p(58780);const v=p(1799);const N=p(62338);const T=p(70711);const Q=p(68511);const x=p(32603);const _=p(48756);const k=p(15714);const D=p(78469);const O=p(32173);const P=p(56874);const L=p(37648);const U=p(29872);const H=p(87192);const z=p(16599);const j=p(3872);const q=p(55082);const $=p(4974);const J=p(41236);const W=p(56717);const Y=p(28646);const K=p(35385);const Z=p(89379);const X=p(96782);const ee=p(68011);const te=p(54750);const re=p(73193);const se=p(68595);const ne=p(51866);const ie=p(64737);const oe=p(10280);const ae=p(12276);const le=p(15213);const ue=p(23465);const de=p(82028);const he=p(61489);i.exports={parse:w,valid:B,clean:v,inc:N,diff:T,major:Q,minor:x,patch:_,prerelease:k,compare:D,rcompare:O,compareLoose:P,compareBuild:L,sort:U,rsort:H,gt:z,lt:j,eq:q,neq:$,gte:J,lte:W,cmp:Y,coerce:K,Comparator:Z,Range:X,satisfies:ee,toComparators:te,maxSatisfying:re,minSatisfying:se,minVersion:ne,validRange:ie,outside:oe,gtr:ae,ltr:le,intersects:ue,simplifyRange:de,subset:he,SemVer:C,re:A.re,src:A.src,tokens:A.t,SEMVER_SPEC_VERSION:g.SEMVER_SPEC_VERSION,RELEASE_TYPES:g.RELEASE_TYPES,compareIdentifiers:S.compareIdentifiers,rcompareIdentifiers:S.rcompareIdentifiers}},45101:i=>{const u="2.0.0";const p=256;const A=Number.MAX_SAFE_INTEGER||9007199254740991;const g=16;const C=p-6;const S=["major","premajor","minor","preminor","patch","prepatch","prerelease"];i.exports={MAX_LENGTH:p,MAX_SAFE_COMPONENT_LENGTH:g,MAX_SAFE_BUILD_LENGTH:C,MAX_SAFE_INTEGER:A,RELEASE_TYPES:S,SEMVER_SPEC_VERSION:u,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},1159:i=>{const u=typeof process==="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...i)=>console.error("SEMVER",...i):()=>{};i.exports=u},73348:i=>{const u=/^[0-9]+$/;const compareIdentifiers=(i,p)=>{if(typeof i==="number"&&typeof p==="number"){return i===p?0:i<p?-1:1}const A=u.test(i);const g=u.test(p);if(A&&g){i=+i;p=+p}return i===p?0:A&&!g?-1:g&&!A?1:i<p?-1:1};const rcompareIdentifiers=(i,u)=>compareIdentifiers(u,i);i.exports={compareIdentifiers:compareIdentifiers,rcompareIdentifiers:rcompareIdentifiers}},61383:i=>{class LRUCache{constructor(){this.max=1e3;this.map=new Map}get(i){const u=this.map.get(i);if(u===undefined){return undefined}else{this.map.delete(i);this.map.set(i,u);return u}}delete(i){return this.map.delete(i)}set(i,u){const p=this.delete(i);if(!p&&u!==undefined){if(this.map.size>=this.max){const i=this.map.keys().next().value;this.delete(i)}this.map.set(i,u)}return this}}i.exports=LRUCache},70356:i=>{const u=Object.freeze({loose:true});const p=Object.freeze({});const parseOptions=i=>{if(!i){return p}if(typeof i!=="object"){return u}return i};i.exports=parseOptions},95471:(i,u,p)=>{const{MAX_SAFE_COMPONENT_LENGTH:A,MAX_SAFE_BUILD_LENGTH:g,MAX_LENGTH:C}=p(45101);const S=p(1159);u=i.exports={};const w=u.re=[];const B=u.safeRe=[];const v=u.src=[];const N=u.safeSrc=[];const T=u.t={};let Q=0;const x="[a-zA-Z0-9-]";const _=[["\\s",1],["\\d",C],[x,g]];const makeSafeRegex=i=>{for(const[u,p]of _){i=i.split(`${u}*`).join(`${u}{0,${p}}`).split(`${u}+`).join(`${u}{1,${p}}`)}return i};const createToken=(i,u,p)=>{const A=makeSafeRegex(u);const g=Q++;S(i,g,u);T[i]=g;v[g]=u;N[g]=A;w[g]=new RegExp(u,p?"g":undefined);B[g]=new RegExp(A,p?"g":undefined)};createToken("NUMERICIDENTIFIER","0|[1-9]\\d*");createToken("NUMERICIDENTIFIERLOOSE","\\d+");createToken("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${x}*`);createToken("MAINVERSION",`(${v[T.NUMERICIDENTIFIER]})\\.`+`(${v[T.NUMERICIDENTIFIER]})\\.`+`(${v[T.NUMERICIDENTIFIER]})`);createToken("MAINVERSIONLOOSE",`(${v[T.NUMERICIDENTIFIERLOOSE]})\\.`+`(${v[T.NUMERICIDENTIFIERLOOSE]})\\.`+`(${v[T.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASEIDENTIFIER",`(?:${v[T.NONNUMERICIDENTIFIER]}|${v[T.NUMERICIDENTIFIER]})`);createToken("PRERELEASEIDENTIFIERLOOSE",`(?:${v[T.NONNUMERICIDENTIFIER]}|${v[T.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASE",`(?:-(${v[T.PRERELEASEIDENTIFIER]}(?:\\.${v[T.PRERELEASEIDENTIFIER]})*))`);createToken("PRERELEASELOOSE",`(?:-?(${v[T.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${v[T.PRERELEASEIDENTIFIERLOOSE]})*))`);createToken("BUILDIDENTIFIER",`${x}+`);createToken("BUILD",`(?:\\+(${v[T.BUILDIDENTIFIER]}(?:\\.${v[T.BUILDIDENTIFIER]})*))`);createToken("FULLPLAIN",`v?${v[T.MAINVERSION]}${v[T.PRERELEASE]}?${v[T.BUILD]}?`);createToken("FULL",`^${v[T.FULLPLAIN]}$`);createToken("LOOSEPLAIN",`[v=\\s]*${v[T.MAINVERSIONLOOSE]}${v[T.PRERELEASELOOSE]}?${v[T.BUILD]}?`);createToken("LOOSE",`^${v[T.LOOSEPLAIN]}$`);createToken("GTLT","((?:<|>)?=?)");createToken("XRANGEIDENTIFIERLOOSE",`${v[T.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);createToken("XRANGEIDENTIFIER",`${v[T.NUMERICIDENTIFIER]}|x|X|\\*`);createToken("XRANGEPLAIN",`[v=\\s]*(${v[T.XRANGEIDENTIFIER]})`+`(?:\\.(${v[T.XRANGEIDENTIFIER]})`+`(?:\\.(${v[T.XRANGEIDENTIFIER]})`+`(?:${v[T.PRERELEASE]})?${v[T.BUILD]}?`+`)?)?`);createToken("XRANGEPLAINLOOSE",`[v=\\s]*(${v[T.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${v[T.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${v[T.XRANGEIDENTIFIERLOOSE]})`+`(?:${v[T.PRERELEASELOOSE]})?${v[T.BUILD]}?`+`)?)?`);createToken("XRANGE",`^${v[T.GTLT]}\\s*${v[T.XRANGEPLAIN]}$`);createToken("XRANGELOOSE",`^${v[T.GTLT]}\\s*${v[T.XRANGEPLAINLOOSE]}$`);createToken("COERCEPLAIN",`${"(^|[^\\d])"+"(\\d{1,"}${A}})`+`(?:\\.(\\d{1,${A}}))?`+`(?:\\.(\\d{1,${A}}))?`);createToken("COERCE",`${v[T.COERCEPLAIN]}(?:$|[^\\d])`);createToken("COERCEFULL",v[T.COERCEPLAIN]+`(?:${v[T.PRERELEASE]})?`+`(?:${v[T.BUILD]})?`+`(?:$|[^\\d])`);createToken("COERCERTL",v[T.COERCE],true);createToken("COERCERTLFULL",v[T.COERCEFULL],true);createToken("LONETILDE","(?:~>?)");createToken("TILDETRIM",`(\\s*)${v[T.LONETILDE]}\\s+`,true);u.tildeTrimReplace="$1~";createToken("TILDE",`^${v[T.LONETILDE]}${v[T.XRANGEPLAIN]}$`);createToken("TILDELOOSE",`^${v[T.LONETILDE]}${v[T.XRANGEPLAINLOOSE]}$`);createToken("LONECARET","(?:\\^)");createToken("CARETTRIM",`(\\s*)${v[T.LONECARET]}\\s+`,true);u.caretTrimReplace="$1^";createToken("CARET",`^${v[T.LONECARET]}${v[T.XRANGEPLAIN]}$`);createToken("CARETLOOSE",`^${v[T.LONECARET]}${v[T.XRANGEPLAINLOOSE]}$`);createToken("COMPARATORLOOSE",`^${v[T.GTLT]}\\s*(${v[T.LOOSEPLAIN]})$|^$`);createToken("COMPARATOR",`^${v[T.GTLT]}\\s*(${v[T.FULLPLAIN]})$|^$`);createToken("COMPARATORTRIM",`(\\s*)${v[T.GTLT]}\\s*(${v[T.LOOSEPLAIN]}|${v[T.XRANGEPLAIN]})`,true);u.comparatorTrimReplace="$1$2$3";createToken("HYPHENRANGE",`^\\s*(${v[T.XRANGEPLAIN]})`+`\\s+-\\s+`+`(${v[T.XRANGEPLAIN]})`+`\\s*$`);createToken("HYPHENRANGELOOSE",`^\\s*(${v[T.XRANGEPLAINLOOSE]})`+`\\s+-\\s+`+`(${v[T.XRANGEPLAINLOOSE]})`+`\\s*$`);createToken("STAR","(<|>)?=?\\s*\\*");createToken("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");createToken("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},12276:(i,u,p)=>{const A=p(10280);const gtr=(i,u,p)=>A(i,u,">",p);i.exports=gtr},23465:(i,u,p)=>{const A=p(96782);const intersects=(i,u,p)=>{i=new A(i,p);u=new A(u,p);return i.intersects(u,p)};i.exports=intersects},15213:(i,u,p)=>{const A=p(10280);const ltr=(i,u,p)=>A(i,u,"<",p);i.exports=ltr},73193:(i,u,p)=>{const A=p(7163);const g=p(96782);const maxSatisfying=(i,u,p)=>{let C=null;let S=null;let w=null;try{w=new g(u,p)}catch(i){return null}i.forEach((i=>{if(w.test(i)){if(!C||S.compare(i)===-1){C=i;S=new A(C,p)}}}));return C};i.exports=maxSatisfying},68595:(i,u,p)=>{const A=p(7163);const g=p(96782);const minSatisfying=(i,u,p)=>{let C=null;let S=null;let w=null;try{w=new g(u,p)}catch(i){return null}i.forEach((i=>{if(w.test(i)){if(!C||S.compare(i)===1){C=i;S=new A(C,p)}}}));return C};i.exports=minSatisfying},51866:(i,u,p)=>{const A=p(7163);const g=p(96782);const C=p(16599);const minVersion=(i,u)=>{i=new g(i,u);let p=new A("0.0.0");if(i.test(p)){return p}p=new A("0.0.0-0");if(i.test(p)){return p}p=null;for(let u=0;u<i.set.length;++u){const g=i.set[u];let S=null;g.forEach((i=>{const u=new A(i.semver.version);switch(i.operator){case">":if(u.prerelease.length===0){u.patch++}else{u.prerelease.push(0)}u.raw=u.format();case"":case">=":if(!S||C(u,S)){S=u}break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${i.operator}`)}}));if(S&&(!p||C(p,S))){p=S}}if(p&&i.test(p)){return p}return null};i.exports=minVersion},10280:(i,u,p)=>{const A=p(7163);const g=p(89379);const{ANY:C}=g;const S=p(96782);const w=p(68011);const B=p(16599);const v=p(3872);const N=p(56717);const T=p(41236);const outside=(i,u,p,Q)=>{i=new A(i,Q);u=new S(u,Q);let x,_,k,D,O;switch(p){case">":x=B;_=N;k=v;D=">";O=">=";break;case"<":x=v;_=T;k=B;D="<";O="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(w(i,u,Q)){return false}for(let p=0;p<u.set.length;++p){const A=u.set[p];let S=null;let w=null;A.forEach((i=>{if(i.semver===C){i=new g(">=0.0.0")}S=S||i;w=w||i;if(x(i.semver,S.semver,Q)){S=i}else if(k(i.semver,w.semver,Q)){w=i}}));if(S.operator===D||S.operator===O){return false}if((!w.operator||w.operator===D)&&_(i,w.semver)){return false}else if(w.operator===O&&k(i,w.semver)){return false}}return true};i.exports=outside},82028:(i,u,p)=>{const A=p(68011);const g=p(78469);i.exports=(i,u,p)=>{const C=[];let S=null;let w=null;const B=i.sort(((i,u)=>g(i,u,p)));for(const i of B){const g=A(i,u,p);if(g){w=i;if(!S){S=i}}else{if(w){C.push([S,w])}w=null;S=null}}if(S){C.push([S,null])}const v=[];for(const[i,u]of C){if(i===u){v.push(i)}else if(!u&&i===B[0]){v.push("*")}else if(!u){v.push(`>=${i}`)}else if(i===B[0]){v.push(`<=${u}`)}else{v.push(`${i} - ${u}`)}}const N=v.join(" || ");const T=typeof u.raw==="string"?u.raw:String(u);return N.length<T.length?N:u}},61489:(i,u,p)=>{const A=p(96782);const g=p(89379);const{ANY:C}=g;const S=p(68011);const w=p(78469);const subset=(i,u,p={})=>{if(i===u){return true}i=new A(i,p);u=new A(u,p);let g=false;e:for(const A of i.set){for(const i of u.set){const u=simpleSubset(A,i,p);g=g||u!==null;if(u){continue e}}if(g){return false}}return true};const B=[new g(">=0.0.0-0")];const v=[new g(">=0.0.0")];const simpleSubset=(i,u,p)=>{if(i===u){return true}if(i.length===1&&i[0].semver===C){if(u.length===1&&u[0].semver===C){return true}else if(p.includePrerelease){i=B}else{i=v}}if(u.length===1&&u[0].semver===C){if(p.includePrerelease){return true}else{u=v}}const A=new Set;let g,N;for(const u of i){if(u.operator===">"||u.operator===">="){g=higherGT(g,u,p)}else if(u.operator==="<"||u.operator==="<="){N=lowerLT(N,u,p)}else{A.add(u.semver)}}if(A.size>1){return null}let T;if(g&&N){T=w(g.semver,N.semver,p);if(T>0){return null}else if(T===0&&(g.operator!==">="||N.operator!=="<=")){return null}}for(const i of A){if(g&&!S(i,String(g),p)){return null}if(N&&!S(i,String(N),p)){return null}for(const A of u){if(!S(i,String(A),p)){return false}}return true}let Q,x;let _,k;let D=N&&!p.includePrerelease&&N.semver.prerelease.length?N.semver:false;let O=g&&!p.includePrerelease&&g.semver.prerelease.length?g.semver:false;if(D&&D.prerelease.length===1&&N.operator==="<"&&D.prerelease[0]===0){D=false}for(const i of u){k=k||i.operator===">"||i.operator===">=";_=_||i.operator==="<"||i.operator==="<=";if(g){if(O){if(i.semver.prerelease&&i.semver.prerelease.length&&i.semver.major===O.major&&i.semver.minor===O.minor&&i.semver.patch===O.patch){O=false}}if(i.operator===">"||i.operator===">="){Q=higherGT(g,i,p);if(Q===i&&Q!==g){return false}}else if(g.operator===">="&&!S(g.semver,String(i),p)){return false}}if(N){if(D){if(i.semver.prerelease&&i.semver.prerelease.length&&i.semver.major===D.major&&i.semver.minor===D.minor&&i.semver.patch===D.patch){D=false}}if(i.operator==="<"||i.operator==="<="){x=lowerLT(N,i,p);if(x===i&&x!==N){return false}}else if(N.operator==="<="&&!S(N.semver,String(i),p)){return false}}if(!i.operator&&(N||g)&&T!==0){return false}}if(g&&_&&!N&&T!==0){return false}if(N&&k&&!g&&T!==0){return false}if(O||D){return false}return true};const higherGT=(i,u,p)=>{if(!i){return u}const A=w(i.semver,u.semver,p);return A>0?i:A<0?u:u.operator===">"&&i.operator===">="?u:i};const lowerLT=(i,u,p)=>{if(!i){return u}const A=w(i.semver,u.semver,p);return A<0?i:A>0?u:u.operator==="<"&&i.operator==="<="?u:i};i.exports=subset},54750:(i,u,p)=>{const A=p(96782);const toComparators=(i,u)=>new A(i,u).set.map((i=>i.map((i=>i.value)).join(" ").trim().split(" ")));i.exports=toComparators},64737:(i,u,p)=>{const A=p(96782);const validRange=(i,u)=>{try{return new A(i,u).range||"*"}catch(i){return null}};i.exports=validRange},67290:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});const A=p(68632);const g=4096;const C="utf8";class SmartBuffer{constructor(i){this.length=0;this._encoding=C;this._writeOffset=0;this._readOffset=0;if(SmartBuffer.isSmartBufferOptions(i)){if(i.encoding){A.checkEncoding(i.encoding);this._encoding=i.encoding}if(i.size){if(A.isFiniteInteger(i.size)&&i.size>0){this._buff=Buffer.allocUnsafe(i.size)}else{throw new Error(A.ERRORS.INVALID_SMARTBUFFER_SIZE)}}else if(i.buff){if(Buffer.isBuffer(i.buff)){this._buff=i.buff;this.length=i.buff.length}else{throw new Error(A.ERRORS.INVALID_SMARTBUFFER_BUFFER)}}else{this._buff=Buffer.allocUnsafe(g)}}else{if(typeof i!=="undefined"){throw new Error(A.ERRORS.INVALID_SMARTBUFFER_OBJECT)}this._buff=Buffer.allocUnsafe(g)}}static fromSize(i,u){return new this({size:i,encoding:u})}static fromBuffer(i,u){return new this({buff:i,encoding:u})}static fromOptions(i){return new this(i)}static isSmartBufferOptions(i){const u=i;return u&&(u.encoding!==undefined||u.size!==undefined||u.buff!==undefined)}readInt8(i){return this._readNumberValue(Buffer.prototype.readInt8,1,i)}readInt16BE(i){return this._readNumberValue(Buffer.prototype.readInt16BE,2,i)}readInt16LE(i){return this._readNumberValue(Buffer.prototype.readInt16LE,2,i)}readInt32BE(i){return this._readNumberValue(Buffer.prototype.readInt32BE,4,i)}readInt32LE(i){return this._readNumberValue(Buffer.prototype.readInt32LE,4,i)}readBigInt64BE(i){A.bigIntAndBufferInt64Check("readBigInt64BE");return this._readNumberValue(Buffer.prototype.readBigInt64BE,8,i)}readBigInt64LE(i){A.bigIntAndBufferInt64Check("readBigInt64LE");return this._readNumberValue(Buffer.prototype.readBigInt64LE,8,i)}writeInt8(i,u){this._writeNumberValue(Buffer.prototype.writeInt8,1,i,u);return this}insertInt8(i,u){return this._insertNumberValue(Buffer.prototype.writeInt8,1,i,u)}writeInt16BE(i,u){return this._writeNumberValue(Buffer.prototype.writeInt16BE,2,i,u)}insertInt16BE(i,u){return this._insertNumberValue(Buffer.prototype.writeInt16BE,2,i,u)}writeInt16LE(i,u){return this._writeNumberValue(Buffer.prototype.writeInt16LE,2,i,u)}insertInt16LE(i,u){return this._insertNumberValue(Buffer.prototype.writeInt16LE,2,i,u)}writeInt32BE(i,u){return this._writeNumberValue(Buffer.prototype.writeInt32BE,4,i,u)}insertInt32BE(i,u){return this._insertNumberValue(Buffer.prototype.writeInt32BE,4,i,u)}writeInt32LE(i,u){return this._writeNumberValue(Buffer.prototype.writeInt32LE,4,i,u)}insertInt32LE(i,u){return this._insertNumberValue(Buffer.prototype.writeInt32LE,4,i,u)}writeBigInt64BE(i,u){A.bigIntAndBufferInt64Check("writeBigInt64BE");return this._writeNumberValue(Buffer.prototype.writeBigInt64BE,8,i,u)}insertBigInt64BE(i,u){A.bigIntAndBufferInt64Check("writeBigInt64BE");return this._insertNumberValue(Buffer.prototype.writeBigInt64BE,8,i,u)}writeBigInt64LE(i,u){A.bigIntAndBufferInt64Check("writeBigInt64LE");return this._writeNumberValue(Buffer.prototype.writeBigInt64LE,8,i,u)}insertBigInt64LE(i,u){A.bigIntAndBufferInt64Check("writeBigInt64LE");return this._insertNumberValue(Buffer.prototype.writeBigInt64LE,8,i,u)}readUInt8(i){return this._readNumberValue(Buffer.prototype.readUInt8,1,i)}readUInt16BE(i){return this._readNumberValue(Buffer.prototype.readUInt16BE,2,i)}readUInt16LE(i){return this._readNumberValue(Buffer.prototype.readUInt16LE,2,i)}readUInt32BE(i){return this._readNumberValue(Buffer.prototype.readUInt32BE,4,i)}readUInt32LE(i){return this._readNumberValue(Buffer.prototype.readUInt32LE,4,i)}readBigUInt64BE(i){A.bigIntAndBufferInt64Check("readBigUInt64BE");return this._readNumberValue(Buffer.prototype.readBigUInt64BE,8,i)}readBigUInt64LE(i){A.bigIntAndBufferInt64Check("readBigUInt64LE");return this._readNumberValue(Buffer.prototype.readBigUInt64LE,8,i)}writeUInt8(i,u){return this._writeNumberValue(Buffer.prototype.writeUInt8,1,i,u)}insertUInt8(i,u){return this._insertNumberValue(Buffer.prototype.writeUInt8,1,i,u)}writeUInt16BE(i,u){return this._writeNumberValue(Buffer.prototype.writeUInt16BE,2,i,u)}insertUInt16BE(i,u){return this._insertNumberValue(Buffer.prototype.writeUInt16BE,2,i,u)}writeUInt16LE(i,u){return this._writeNumberValue(Buffer.prototype.writeUInt16LE,2,i,u)}insertUInt16LE(i,u){return this._insertNumberValue(Buffer.prototype.writeUInt16LE,2,i,u)}writeUInt32BE(i,u){return this._writeNumberValue(Buffer.prototype.writeUInt32BE,4,i,u)}insertUInt32BE(i,u){return this._insertNumberValue(Buffer.prototype.writeUInt32BE,4,i,u)}writeUInt32LE(i,u){return this._writeNumberValue(Buffer.prototype.writeUInt32LE,4,i,u)}insertUInt32LE(i,u){return this._insertNumberValue(Buffer.prototype.writeUInt32LE,4,i,u)}writeBigUInt64BE(i,u){A.bigIntAndBufferInt64Check("writeBigUInt64BE");return this._writeNumberValue(Buffer.prototype.writeBigUInt64BE,8,i,u)}insertBigUInt64BE(i,u){A.bigIntAndBufferInt64Check("writeBigUInt64BE");return this._insertNumberValue(Buffer.prototype.writeBigUInt64BE,8,i,u)}writeBigUInt64LE(i,u){A.bigIntAndBufferInt64Check("writeBigUInt64LE");return this._writeNumberValue(Buffer.prototype.writeBigUInt64LE,8,i,u)}insertBigUInt64LE(i,u){A.bigIntAndBufferInt64Check("writeBigUInt64LE");return this._insertNumberValue(Buffer.prototype.writeBigUInt64LE,8,i,u)}readFloatBE(i){return this._readNumberValue(Buffer.prototype.readFloatBE,4,i)}readFloatLE(i){return this._readNumberValue(Buffer.prototype.readFloatLE,4,i)}writeFloatBE(i,u){return this._writeNumberValue(Buffer.prototype.writeFloatBE,4,i,u)}insertFloatBE(i,u){return this._insertNumberValue(Buffer.prototype.writeFloatBE,4,i,u)}writeFloatLE(i,u){return this._writeNumberValue(Buffer.prototype.writeFloatLE,4,i,u)}insertFloatLE(i,u){return this._insertNumberValue(Buffer.prototype.writeFloatLE,4,i,u)}readDoubleBE(i){return this._readNumberValue(Buffer.prototype.readDoubleBE,8,i)}readDoubleLE(i){return this._readNumberValue(Buffer.prototype.readDoubleLE,8,i)}writeDoubleBE(i,u){return this._writeNumberValue(Buffer.prototype.writeDoubleBE,8,i,u)}insertDoubleBE(i,u){return this._insertNumberValue(Buffer.prototype.writeDoubleBE,8,i,u)}writeDoubleLE(i,u){return this._writeNumberValue(Buffer.prototype.writeDoubleLE,8,i,u)}insertDoubleLE(i,u){return this._insertNumberValue(Buffer.prototype.writeDoubleLE,8,i,u)}readString(i,u){let p;if(typeof i==="number"){A.checkLengthValue(i);p=Math.min(i,this.length-this._readOffset)}else{u=i;p=this.length-this._readOffset}if(typeof u!=="undefined"){A.checkEncoding(u)}const g=this._buff.slice(this._readOffset,this._readOffset+p).toString(u||this._encoding);this._readOffset+=p;return g}insertString(i,u,p){A.checkOffsetValue(u);return this._handleString(i,true,u,p)}writeString(i,u,p){return this._handleString(i,false,u,p)}readStringNT(i){if(typeof i!=="undefined"){A.checkEncoding(i)}let u=this.length;for(let i=this._readOffset;i<this.length;i++){if(this._buff[i]===0){u=i;break}}const p=this._buff.slice(this._readOffset,u);this._readOffset=u+1;return p.toString(i||this._encoding)}insertStringNT(i,u,p){A.checkOffsetValue(u);this.insertString(i,u,p);this.insertUInt8(0,u+i.length);return this}writeStringNT(i,u,p){this.writeString(i,u,p);this.writeUInt8(0,typeof u==="number"?u+i.length:this.writeOffset);return this}readBuffer(i){if(typeof i!=="undefined"){A.checkLengthValue(i)}const u=typeof i==="number"?i:this.length;const p=Math.min(this.length,this._readOffset+u);const g=this._buff.slice(this._readOffset,p);this._readOffset=p;return g}insertBuffer(i,u){A.checkOffsetValue(u);return this._handleBuffer(i,true,u)}writeBuffer(i,u){return this._handleBuffer(i,false,u)}readBufferNT(){let i=this.length;for(let u=this._readOffset;u<this.length;u++){if(this._buff[u]===0){i=u;break}}const u=this._buff.slice(this._readOffset,i);this._readOffset=i+1;return u}insertBufferNT(i,u){A.checkOffsetValue(u);this.insertBuffer(i,u);this.insertUInt8(0,u+i.length);return this}writeBufferNT(i,u){if(typeof u!=="undefined"){A.checkOffsetValue(u)}this.writeBuffer(i,u);this.writeUInt8(0,typeof u==="number"?u+i.length:this._writeOffset);return this}clear(){this._writeOffset=0;this._readOffset=0;this.length=0;return this}remaining(){return this.length-this._readOffset}get readOffset(){return this._readOffset}set readOffset(i){A.checkOffsetValue(i);A.checkTargetOffset(i,this);this._readOffset=i}get writeOffset(){return this._writeOffset}set writeOffset(i){A.checkOffsetValue(i);A.checkTargetOffset(i,this);this._writeOffset=i}get encoding(){return this._encoding}set encoding(i){A.checkEncoding(i);this._encoding=i}get internalBuffer(){return this._buff}toBuffer(){return this._buff.slice(0,this.length)}toString(i){const u=typeof i==="string"?i:this._encoding;A.checkEncoding(u);return this._buff.toString(u,0,this.length)}destroy(){this.clear();return this}_handleString(i,u,p,g){let C=this._writeOffset;let S=this._encoding;if(typeof p==="number"){C=p}else if(typeof p==="string"){A.checkEncoding(p);S=p}if(typeof g==="string"){A.checkEncoding(g);S=g}const w=Buffer.byteLength(i,S);if(u){this.ensureInsertable(w,C)}else{this._ensureWriteable(w,C)}this._buff.write(i,C,w,S);if(u){this._writeOffset+=w}else{if(typeof p==="number"){this._writeOffset=Math.max(this._writeOffset,C+w)}else{this._writeOffset+=w}}return this}_handleBuffer(i,u,p){const A=typeof p==="number"?p:this._writeOffset;if(u){this.ensureInsertable(i.length,A)}else{this._ensureWriteable(i.length,A)}i.copy(this._buff,A);if(u){this._writeOffset+=i.length}else{if(typeof p==="number"){this._writeOffset=Math.max(this._writeOffset,A+i.length)}else{this._writeOffset+=i.length}}return this}ensureReadable(i,u){let p=this._readOffset;if(typeof u!=="undefined"){A.checkOffsetValue(u);p=u}if(p<0||p+i>this.length){throw new Error(A.ERRORS.INVALID_READ_BEYOND_BOUNDS)}}ensureInsertable(i,u){A.checkOffsetValue(u);this._ensureCapacity(this.length+i);if(u<this.length){this._buff.copy(this._buff,u+i,u,this._buff.length)}if(u+i>this.length){this.length=u+i}else{this.length+=i}}_ensureWriteable(i,u){const p=typeof u==="number"?u:this._writeOffset;this._ensureCapacity(p+i);if(p+i>this.length){this.length=p+i}}_ensureCapacity(i){const u=this._buff.length;if(i>u){let p=this._buff;let A=u*3/2+1;if(A<i){A=i}this._buff=Buffer.allocUnsafe(A);p.copy(this._buff,0,0,u)}}_readNumberValue(i,u,p){this.ensureReadable(u,p);const A=i.call(this._buff,typeof p==="number"?p:this._readOffset);if(typeof p==="undefined"){this._readOffset+=u}return A}_insertNumberValue(i,u,p,g){A.checkOffsetValue(g);this.ensureInsertable(u,g);i.call(this._buff,p,g);this._writeOffset+=u;return this}_writeNumberValue(i,u,p,g){if(typeof g==="number"){if(g<0){throw new Error(A.ERRORS.INVALID_WRITE_BEYOND_BOUNDS)}A.checkOffsetValue(g)}const C=typeof g==="number"?g:this._writeOffset;this._ensureWriteable(u,C);i.call(this._buff,p,C);if(typeof g==="number"){this._writeOffset=Math.max(this._writeOffset,C+u)}else{this._writeOffset+=u}return this}}u.SmartBuffer=SmartBuffer},68632:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});const A=p(20181);const g={INVALID_ENCODING:"Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.",INVALID_SMARTBUFFER_SIZE:"Invalid size provided. Size must be a valid integer greater than zero.",INVALID_SMARTBUFFER_BUFFER:"Invalid Buffer provided in SmartBufferOptions.",INVALID_SMARTBUFFER_OBJECT:"Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.",INVALID_OFFSET:"An invalid offset value was provided.",INVALID_OFFSET_NON_NUMBER:"An invalid offset value was provided. A numeric value is required.",INVALID_LENGTH:"An invalid length value was provided.",INVALID_LENGTH_NON_NUMBER:"An invalid length value was provived. A numeric value is required.",INVALID_TARGET_OFFSET:"Target offset is beyond the bounds of the internal SmartBuffer data.",INVALID_TARGET_LENGTH:"Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.",INVALID_READ_BEYOND_BOUNDS:"Attempted to read beyond the bounds of the managed data.",INVALID_WRITE_BEYOND_BOUNDS:"Attempted to write beyond the bounds of the managed data."};u.ERRORS=g;function checkEncoding(i){if(!A.Buffer.isEncoding(i)){throw new Error(g.INVALID_ENCODING)}}u.checkEncoding=checkEncoding;function isFiniteInteger(i){return typeof i==="number"&&isFinite(i)&&isInteger(i)}u.isFiniteInteger=isFiniteInteger;function checkOffsetOrLengthValue(i,u){if(typeof i==="number"){if(!isFiniteInteger(i)||i<0){throw new Error(u?g.INVALID_OFFSET:g.INVALID_LENGTH)}}else{throw new Error(u?g.INVALID_OFFSET_NON_NUMBER:g.INVALID_LENGTH_NON_NUMBER)}}function checkLengthValue(i){checkOffsetOrLengthValue(i,false)}u.checkLengthValue=checkLengthValue;function checkOffsetValue(i){checkOffsetOrLengthValue(i,true)}u.checkOffsetValue=checkOffsetValue;function checkTargetOffset(i,u){if(i<0||i>u.length){throw new Error(g.INVALID_TARGET_OFFSET)}}u.checkTargetOffset=checkTargetOffset;function isInteger(i){return typeof i==="number"&&isFinite(i)&&Math.floor(i)===i}function bigIntAndBufferInt64Check(i){if(typeof BigInt==="undefined"){throw new Error("Platform does not support JS BigInt type.")}if(typeof A.Buffer.prototype[i]==="undefined"){throw new Error(`Platform does not support Buffer.prototype.${i}.`)}}u.bigIntAndBufferInt64Check=bigIntAndBufferInt64Check},53357:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p in i)if(p!=="default"&&Object.prototype.hasOwnProperty.call(i,p))A(u,i,p);g(u,i);return u};var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.SocksProxyAgent=void 0;const w=p(42474);const B=p(98894);const v=S(p(2830));const N=C(p(72250));const T=C(p(69278));const Q=C(p(64756));const x=p(87016);const _=(0,v.default)("socks-proxy-agent");function parseSocksURL(i){let u=false;let p=5;const A=i.hostname;const g=parseInt(i.port,10)||1080;switch(i.protocol.replace(":","")){case"socks4":u=true;p=4;break;case"socks4a":p=4;break;case"socks5":u=true;p=5;break;case"socks":p=5;break;case"socks5h":p=5;break;default:throw new TypeError(`A "socks" protocol must be specified! Got: ${String(i.protocol)}`)}const C={host:A,port:g,type:p};if(i.username){Object.defineProperty(C,"userId",{value:decodeURIComponent(i.username),enumerable:false})}if(i.password!=null){Object.defineProperty(C,"password",{value:decodeURIComponent(i.password),enumerable:false})}return{lookup:u,proxy:C}}class SocksProxyAgent extends B.Agent{constructor(i,u){super(u);const p=typeof i==="string"?new x.URL(i):i;const{proxy:A,lookup:g}=parseSocksURL(p);this.shouldLookup=g;this.proxy=A;this.timeout=u?.timeout??null;this.socketOptions=u?.socketOptions??null}async connect(i,u){const{shouldLookup:p,proxy:A,timeout:g}=this;if(!u.host){throw new Error("No `host` defined!")}let{host:C}=u;const{port:S,lookup:B=N.lookup}=u;if(p){C=await new Promise(((i,u)=>{B(C,{},((p,A)=>{if(p){u(p)}else{i(A)}}))}))}const v={proxy:A,destination:{host:C,port:typeof S==="number"?S:parseInt(S,10)},command:"connect",timeout:g??undefined,socket_options:this.socketOptions??undefined};const cleanup=u=>{i.destroy();x.destroy();if(u)u.destroy()};_("Creating socks proxy connection: %o",v);const{socket:x}=await w.SocksClient.createConnection(v);_("Successfully created socks proxy connection");if(g!==null){x.setTimeout(g);x.on("timeout",(()=>cleanup()))}if(u.secureEndpoint){_("Upgrading socket connection to TLS");const i=u.servername||u.host;const p=Q.connect({...omit(u,"host","path","port"),socket:x,servername:T.isIP(i)?undefined:i});p.once("error",(i=>{_("Socket TLS error",i.message);cleanup(p)}));return p}return x}}SocksProxyAgent.protocols=["socks","socks4","socks4a","socks5","socks5h"];u.SocksProxyAgent=SocksProxyAgent;function omit(i,...u){const p={};let A;for(A in i){if(!u.includes(A)){p[A]=i[A]}}return p}},57142:function(i,u,p){var A=this&&this.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};Object.defineProperty(u,"__esModule",{value:true});u.SocksClientError=u.SocksClient=void 0;const g=p(24434);const C=p(69278);const S=p(67290);const w=p(24223);const B=p(50639);const v=p(41129);const N=p(79712);Object.defineProperty(u,"SocksClientError",{enumerable:true,get:function(){return N.SocksClientError}});const T=p(79253);class SocksClient extends g.EventEmitter{constructor(i){super();this.options=Object.assign({},i);(0,B.validateSocksClientOptions)(i);this.setState(w.SocksClientState.Created)}static createConnection(i,u){return new Promise(((p,A)=>{try{(0,B.validateSocksClientOptions)(i,["connect"])}catch(i){if(typeof u==="function"){u(i);return p(i)}else{return A(i)}}const g=new SocksClient(i);g.connect(i.existing_socket);g.once("established",(i=>{g.removeAllListeners();if(typeof u==="function"){u(null,i);p(i)}else{p(i)}}));g.once("error",(i=>{g.removeAllListeners();if(typeof u==="function"){u(i);p(i)}else{A(i)}}))}))}static createConnectionChain(i,u){return new Promise(((p,g)=>A(this,void 0,void 0,(function*(){try{(0,B.validateSocksClientChainOptions)(i)}catch(i){if(typeof u==="function"){u(i);return p(i)}else{return g(i)}}if(i.randomizeChain){(0,N.shuffleArray)(i.proxies)}try{let A;for(let u=0;u<i.proxies.length;u++){const p=i.proxies[u];const g=u===i.proxies.length-1?i.destination:{host:i.proxies[u+1].host||i.proxies[u+1].ipaddress,port:i.proxies[u+1].port};const C=yield SocksClient.createConnection({command:"connect",proxy:p,destination:g,existing_socket:A});A=A||C.socket}if(typeof u==="function"){u(null,{socket:A});p({socket:A})}else{p({socket:A})}}catch(i){if(typeof u==="function"){u(i);p(i)}else{g(i)}}}))))}static createUDPFrame(i){const u=new S.SmartBuffer;u.writeUInt16BE(0);u.writeUInt8(i.frameNumber||0);if(C.isIPv4(i.remoteHost.host)){u.writeUInt8(w.Socks5HostType.IPv4);u.writeUInt32BE((0,B.ipv4ToInt32)(i.remoteHost.host))}else if(C.isIPv6(i.remoteHost.host)){u.writeUInt8(w.Socks5HostType.IPv6);u.writeBuffer((0,B.ipToBuffer)(i.remoteHost.host))}else{u.writeUInt8(w.Socks5HostType.Hostname);u.writeUInt8(Buffer.byteLength(i.remoteHost.host));u.writeString(i.remoteHost.host)}u.writeUInt16BE(i.remoteHost.port);u.writeBuffer(i.data);return u.toBuffer()}static parseUDPFrame(i){const u=S.SmartBuffer.fromBuffer(i);u.readOffset=2;const p=u.readUInt8();const A=u.readUInt8();let g;if(A===w.Socks5HostType.IPv4){g=(0,B.int32ToIpv4)(u.readUInt32BE())}else if(A===w.Socks5HostType.IPv6){g=T.Address6.fromByteArray(Array.from(u.readBuffer(16))).canonicalForm()}else{g=u.readString(u.readUInt8())}const C=u.readUInt16BE();return{frameNumber:p,remoteHost:{host:g,port:C},data:u.readBuffer()}}setState(i){if(this.state!==w.SocksClientState.Error){this.state=i}}connect(i){this.onDataReceived=i=>this.onDataReceivedHandler(i);this.onClose=()=>this.onCloseHandler();this.onError=i=>this.onErrorHandler(i);this.onConnect=()=>this.onConnectHandler();const u=setTimeout((()=>this.onEstablishedTimeout()),this.options.timeout||w.DEFAULT_TIMEOUT);if(u.unref&&typeof u.unref==="function"){u.unref()}if(i){this.socket=i}else{this.socket=new C.Socket}this.socket.once("close",this.onClose);this.socket.once("error",this.onError);this.socket.once("connect",this.onConnect);this.socket.on("data",this.onDataReceived);this.setState(w.SocksClientState.Connecting);this.receiveBuffer=new v.ReceiveBuffer;if(i){this.socket.emit("connect")}else{this.socket.connect(this.getSocketOptions());if(this.options.set_tcp_nodelay!==undefined&&this.options.set_tcp_nodelay!==null){this.socket.setNoDelay(!!this.options.set_tcp_nodelay)}}this.prependOnceListener("established",(i=>{setImmediate((()=>{if(this.receiveBuffer.length>0){const u=this.receiveBuffer.get(this.receiveBuffer.length);i.socket.emit("data",u)}i.socket.resume()}))}))}getSocketOptions(){return Object.assign(Object.assign({},this.options.socket_options),{host:this.options.proxy.host||this.options.proxy.ipaddress,port:this.options.proxy.port})}onEstablishedTimeout(){if(this.state!==w.SocksClientState.Established&&this.state!==w.SocksClientState.BoundWaitingForConnection){this.closeSocket(w.ERRORS.ProxyConnectionTimedOut)}}onConnectHandler(){this.setState(w.SocksClientState.Connected);if(this.options.proxy.type===4){this.sendSocks4InitialHandshake()}else{this.sendSocks5InitialHandshake()}this.setState(w.SocksClientState.SentInitialHandshake)}onDataReceivedHandler(i){this.receiveBuffer.append(i);this.processData()}processData(){while(this.state!==w.SocksClientState.Established&&this.state!==w.SocksClientState.Error&&this.receiveBuffer.length>=this.nextRequiredPacketBufferSize){if(this.state===w.SocksClientState.SentInitialHandshake){if(this.options.proxy.type===4){this.handleSocks4FinalHandshakeResponse()}else{this.handleInitialSocks5HandshakeResponse()}}else if(this.state===w.SocksClientState.SentAuthentication){this.handleInitialSocks5AuthenticationHandshakeResponse()}else if(this.state===w.SocksClientState.SentFinalHandshake){this.handleSocks5FinalHandshakeResponse()}else if(this.state===w.SocksClientState.BoundWaitingForConnection){if(this.options.proxy.type===4){this.handleSocks4IncomingConnectionResponse()}else{this.handleSocks5IncomingConnectionResponse()}}else{this.closeSocket(w.ERRORS.InternalError);break}}}onCloseHandler(){this.closeSocket(w.ERRORS.SocketClosed)}onErrorHandler(i){this.closeSocket(i.message)}removeInternalSocketHandlers(){this.socket.pause();this.socket.removeListener("data",this.onDataReceived);this.socket.removeListener("close",this.onClose);this.socket.removeListener("error",this.onError);this.socket.removeListener("connect",this.onConnect)}closeSocket(i){if(this.state!==w.SocksClientState.Error){this.setState(w.SocksClientState.Error);this.socket.destroy();this.removeInternalSocketHandlers();this.emit("error",new N.SocksClientError(i,this.options))}}sendSocks4InitialHandshake(){const i=this.options.proxy.userId||"";const u=new S.SmartBuffer;u.writeUInt8(4);u.writeUInt8(w.SocksCommand[this.options.command]);u.writeUInt16BE(this.options.destination.port);if(C.isIPv4(this.options.destination.host)){u.writeBuffer((0,B.ipToBuffer)(this.options.destination.host));u.writeStringNT(i)}else{u.writeUInt8(0);u.writeUInt8(0);u.writeUInt8(0);u.writeUInt8(1);u.writeStringNT(i);u.writeStringNT(this.options.destination.host)}this.nextRequiredPacketBufferSize=w.SOCKS_INCOMING_PACKET_SIZES.Socks4Response;this.socket.write(u.toBuffer())}handleSocks4FinalHandshakeResponse(){const i=this.receiveBuffer.get(8);if(i[1]!==w.Socks4Response.Granted){this.closeSocket(`${w.ERRORS.Socks4ProxyRejectedConnection} - (${w.Socks4Response[i[1]]})`)}else{if(w.SocksCommand[this.options.command]===w.SocksCommand.bind){const u=S.SmartBuffer.fromBuffer(i);u.readOffset=2;const p={port:u.readUInt16BE(),host:(0,B.int32ToIpv4)(u.readUInt32BE())};if(p.host==="0.0.0.0"){p.host=this.options.proxy.ipaddress}this.setState(w.SocksClientState.BoundWaitingForConnection);this.emit("bound",{remoteHost:p,socket:this.socket})}else{this.setState(w.SocksClientState.Established);this.removeInternalSocketHandlers();this.emit("established",{socket:this.socket})}}}handleSocks4IncomingConnectionResponse(){const i=this.receiveBuffer.get(8);if(i[1]!==w.Socks4Response.Granted){this.closeSocket(`${w.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${w.Socks4Response[i[1]]})`)}else{const u=S.SmartBuffer.fromBuffer(i);u.readOffset=2;const p={port:u.readUInt16BE(),host:(0,B.int32ToIpv4)(u.readUInt32BE())};this.setState(w.SocksClientState.Established);this.removeInternalSocketHandlers();this.emit("established",{remoteHost:p,socket:this.socket})}}sendSocks5InitialHandshake(){const i=new S.SmartBuffer;const u=[w.Socks5Auth.NoAuth];if(this.options.proxy.userId||this.options.proxy.password){u.push(w.Socks5Auth.UserPass)}if(this.options.proxy.custom_auth_method!==undefined){u.push(this.options.proxy.custom_auth_method)}i.writeUInt8(5);i.writeUInt8(u.length);for(const p of u){i.writeUInt8(p)}this.nextRequiredPacketBufferSize=w.SOCKS_INCOMING_PACKET_SIZES.Socks5InitialHandshakeResponse;this.socket.write(i.toBuffer());this.setState(w.SocksClientState.SentInitialHandshake)}handleInitialSocks5HandshakeResponse(){const i=this.receiveBuffer.get(2);if(i[0]!==5){this.closeSocket(w.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion)}else if(i[1]===w.SOCKS5_NO_ACCEPTABLE_AUTH){this.closeSocket(w.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType)}else{if(i[1]===w.Socks5Auth.NoAuth){this.socks5ChosenAuthType=w.Socks5Auth.NoAuth;this.sendSocks5CommandRequest()}else if(i[1]===w.Socks5Auth.UserPass){this.socks5ChosenAuthType=w.Socks5Auth.UserPass;this.sendSocks5UserPassAuthentication()}else if(i[1]===this.options.proxy.custom_auth_method){this.socks5ChosenAuthType=this.options.proxy.custom_auth_method;this.sendSocks5CustomAuthentication()}else{this.closeSocket(w.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType)}}}sendSocks5UserPassAuthentication(){const i=this.options.proxy.userId||"";const u=this.options.proxy.password||"";const p=new S.SmartBuffer;p.writeUInt8(1);p.writeUInt8(Buffer.byteLength(i));p.writeString(i);p.writeUInt8(Buffer.byteLength(u));p.writeString(u);this.nextRequiredPacketBufferSize=w.SOCKS_INCOMING_PACKET_SIZES.Socks5UserPassAuthenticationResponse;this.socket.write(p.toBuffer());this.setState(w.SocksClientState.SentAuthentication)}sendSocks5CustomAuthentication(){return A(this,void 0,void 0,(function*(){this.nextRequiredPacketBufferSize=this.options.proxy.custom_auth_response_size;this.socket.write(yield this.options.proxy.custom_auth_request_handler());this.setState(w.SocksClientState.SentAuthentication)}))}handleSocks5CustomAuthHandshakeResponse(i){return A(this,void 0,void 0,(function*(){return yield this.options.proxy.custom_auth_response_handler(i)}))}handleSocks5AuthenticationNoAuthHandshakeResponse(i){return A(this,void 0,void 0,(function*(){return i[1]===0}))}handleSocks5AuthenticationUserPassHandshakeResponse(i){return A(this,void 0,void 0,(function*(){return i[1]===0}))}handleInitialSocks5AuthenticationHandshakeResponse(){return A(this,void 0,void 0,(function*(){this.setState(w.SocksClientState.ReceivedAuthenticationResponse);let i=false;if(this.socks5ChosenAuthType===w.Socks5Auth.NoAuth){i=yield this.handleSocks5AuthenticationNoAuthHandshakeResponse(this.receiveBuffer.get(2))}else if(this.socks5ChosenAuthType===w.Socks5Auth.UserPass){i=yield this.handleSocks5AuthenticationUserPassHandshakeResponse(this.receiveBuffer.get(2))}else if(this.socks5ChosenAuthType===this.options.proxy.custom_auth_method){i=yield this.handleSocks5CustomAuthHandshakeResponse(this.receiveBuffer.get(this.options.proxy.custom_auth_response_size))}if(!i){this.closeSocket(w.ERRORS.Socks5AuthenticationFailed)}else{this.sendSocks5CommandRequest()}}))}sendSocks5CommandRequest(){const i=new S.SmartBuffer;i.writeUInt8(5);i.writeUInt8(w.SocksCommand[this.options.command]);i.writeUInt8(0);if(C.isIPv4(this.options.destination.host)){i.writeUInt8(w.Socks5HostType.IPv4);i.writeBuffer((0,B.ipToBuffer)(this.options.destination.host))}else if(C.isIPv6(this.options.destination.host)){i.writeUInt8(w.Socks5HostType.IPv6);i.writeBuffer((0,B.ipToBuffer)(this.options.destination.host))}else{i.writeUInt8(w.Socks5HostType.Hostname);i.writeUInt8(this.options.destination.host.length);i.writeString(this.options.destination.host)}i.writeUInt16BE(this.options.destination.port);this.nextRequiredPacketBufferSize=w.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader;this.socket.write(i.toBuffer());this.setState(w.SocksClientState.SentFinalHandshake)}handleSocks5FinalHandshakeResponse(){const i=this.receiveBuffer.peek(5);if(i[0]!==5||i[1]!==w.Socks5Response.Granted){this.closeSocket(`${w.ERRORS.InvalidSocks5FinalHandshakeRejected} - ${w.Socks5Response[i[1]]}`)}else{const u=i[3];let p;let A;if(u===w.Socks5HostType.IPv4){const i=w.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4;if(this.receiveBuffer.length<i){this.nextRequiredPacketBufferSize=i;return}A=S.SmartBuffer.fromBuffer(this.receiveBuffer.get(i).slice(4));p={host:(0,B.int32ToIpv4)(A.readUInt32BE()),port:A.readUInt16BE()};if(p.host==="0.0.0.0"){p.host=this.options.proxy.ipaddress}}else if(u===w.Socks5HostType.Hostname){const u=i[4];const g=w.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(u);if(this.receiveBuffer.length<g){this.nextRequiredPacketBufferSize=g;return}A=S.SmartBuffer.fromBuffer(this.receiveBuffer.get(g).slice(5));p={host:A.readString(u),port:A.readUInt16BE()}}else if(u===w.Socks5HostType.IPv6){const i=w.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6;if(this.receiveBuffer.length<i){this.nextRequiredPacketBufferSize=i;return}A=S.SmartBuffer.fromBuffer(this.receiveBuffer.get(i).slice(4));p={host:T.Address6.fromByteArray(Array.from(A.readBuffer(16))).canonicalForm(),port:A.readUInt16BE()}}this.setState(w.SocksClientState.ReceivedFinalResponse);if(w.SocksCommand[this.options.command]===w.SocksCommand.connect){this.setState(w.SocksClientState.Established);this.removeInternalSocketHandlers();this.emit("established",{remoteHost:p,socket:this.socket})}else if(w.SocksCommand[this.options.command]===w.SocksCommand.bind){this.setState(w.SocksClientState.BoundWaitingForConnection);this.nextRequiredPacketBufferSize=w.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader;this.emit("bound",{remoteHost:p,socket:this.socket})}else if(w.SocksCommand[this.options.command]===w.SocksCommand.associate){this.setState(w.SocksClientState.Established);this.removeInternalSocketHandlers();this.emit("established",{remoteHost:p,socket:this.socket})}}}handleSocks5IncomingConnectionResponse(){const i=this.receiveBuffer.peek(5);if(i[0]!==5||i[1]!==w.Socks5Response.Granted){this.closeSocket(`${w.ERRORS.Socks5ProxyRejectedIncomingBoundConnection} - ${w.Socks5Response[i[1]]}`)}else{const u=i[3];let p;let A;if(u===w.Socks5HostType.IPv4){const i=w.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4;if(this.receiveBuffer.length<i){this.nextRequiredPacketBufferSize=i;return}A=S.SmartBuffer.fromBuffer(this.receiveBuffer.get(i).slice(4));p={host:(0,B.int32ToIpv4)(A.readUInt32BE()),port:A.readUInt16BE()};if(p.host==="0.0.0.0"){p.host=this.options.proxy.ipaddress}}else if(u===w.Socks5HostType.Hostname){const u=i[4];const g=w.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(u);if(this.receiveBuffer.length<g){this.nextRequiredPacketBufferSize=g;return}A=S.SmartBuffer.fromBuffer(this.receiveBuffer.get(g).slice(5));p={host:A.readString(u),port:A.readUInt16BE()}}else if(u===w.Socks5HostType.IPv6){const i=w.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6;if(this.receiveBuffer.length<i){this.nextRequiredPacketBufferSize=i;return}A=S.SmartBuffer.fromBuffer(this.receiveBuffer.get(i).slice(4));p={host:T.Address6.fromByteArray(Array.from(A.readBuffer(16))).canonicalForm(),port:A.readUInt16BE()}}this.setState(w.SocksClientState.Established);this.removeInternalSocketHandlers();this.emit("established",{remoteHost:p,socket:this.socket})}}get socksClientOptions(){return Object.assign({},this.options)}}u.SocksClient=SocksClient},24223:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.SOCKS5_NO_ACCEPTABLE_AUTH=u.SOCKS5_CUSTOM_AUTH_END=u.SOCKS5_CUSTOM_AUTH_START=u.SOCKS_INCOMING_PACKET_SIZES=u.SocksClientState=u.Socks5Response=u.Socks5HostType=u.Socks5Auth=u.Socks4Response=u.SocksCommand=u.ERRORS=u.DEFAULT_TIMEOUT=void 0;const p=3e4;u.DEFAULT_TIMEOUT=p;const A={InvalidSocksCommand:"An invalid SOCKS command was provided. Valid options are connect, bind, and associate.",InvalidSocksCommandForOperation:"An invalid SOCKS command was provided. Only a subset of commands are supported for this operation.",InvalidSocksCommandChain:"An invalid SOCKS command was provided. Chaining currently only supports the connect command.",InvalidSocksClientOptionsDestination:"An invalid destination host was provided.",InvalidSocksClientOptionsExistingSocket:"An invalid existing socket was provided. This should be an instance of stream.Duplex.",InvalidSocksClientOptionsProxy:"Invalid SOCKS proxy details were provided.",InvalidSocksClientOptionsTimeout:"An invalid timeout value was provided. Please enter a value above 0 (in ms).",InvalidSocksClientOptionsProxiesLength:"At least two socks proxies must be provided for chaining.",InvalidSocksClientOptionsCustomAuthRange:"Custom auth must be a value between 0x80 and 0xFE.",InvalidSocksClientOptionsCustomAuthOptions:"When a custom_auth_method is provided, custom_auth_request_handler, custom_auth_response_size, and custom_auth_response_handler must also be provided and valid.",NegotiationError:"Negotiation error",SocketClosed:"Socket closed",ProxyConnectionTimedOut:"Proxy connection timed out",InternalError:"SocksClient internal error (this should not happen)",InvalidSocks4HandshakeResponse:"Received invalid Socks4 handshake response",Socks4ProxyRejectedConnection:"Socks4 Proxy rejected connection",InvalidSocks4IncomingConnectionResponse:"Socks4 invalid incoming connection response",Socks4ProxyRejectedIncomingBoundConnection:"Socks4 Proxy rejected incoming bound connection",InvalidSocks5InitialHandshakeResponse:"Received invalid Socks5 initial handshake response",InvalidSocks5IntiailHandshakeSocksVersion:"Received invalid Socks5 initial handshake (invalid socks version)",InvalidSocks5InitialHandshakeNoAcceptedAuthType:"Received invalid Socks5 initial handshake (no accepted authentication type)",InvalidSocks5InitialHandshakeUnknownAuthType:"Received invalid Socks5 initial handshake (unknown authentication type)",Socks5AuthenticationFailed:"Socks5 Authentication failed",InvalidSocks5FinalHandshake:"Received invalid Socks5 final handshake response",InvalidSocks5FinalHandshakeRejected:"Socks5 proxy rejected connection",InvalidSocks5IncomingConnectionResponse:"Received invalid Socks5 incoming connection response",Socks5ProxyRejectedIncomingBoundConnection:"Socks5 Proxy rejected incoming bound connection"};u.ERRORS=A;const g={Socks5InitialHandshakeResponse:2,Socks5UserPassAuthenticationResponse:2,Socks5ResponseHeader:5,Socks5ResponseIPv4:10,Socks5ResponseIPv6:22,Socks5ResponseHostname:i=>i+7,Socks4Response:8};u.SOCKS_INCOMING_PACKET_SIZES=g;var C;(function(i){i[i["connect"]=1]="connect";i[i["bind"]=2]="bind";i[i["associate"]=3]="associate"})(C||(u.SocksCommand=C={}));var S;(function(i){i[i["Granted"]=90]="Granted";i[i["Failed"]=91]="Failed";i[i["Rejected"]=92]="Rejected";i[i["RejectedIdent"]=93]="RejectedIdent"})(S||(u.Socks4Response=S={}));var w;(function(i){i[i["NoAuth"]=0]="NoAuth";i[i["GSSApi"]=1]="GSSApi";i[i["UserPass"]=2]="UserPass"})(w||(u.Socks5Auth=w={}));const B=128;u.SOCKS5_CUSTOM_AUTH_START=B;const v=254;u.SOCKS5_CUSTOM_AUTH_END=v;const N=255;u.SOCKS5_NO_ACCEPTABLE_AUTH=N;var T;(function(i){i[i["Granted"]=0]="Granted";i[i["Failure"]=1]="Failure";i[i["NotAllowed"]=2]="NotAllowed";i[i["NetworkUnreachable"]=3]="NetworkUnreachable";i[i["HostUnreachable"]=4]="HostUnreachable";i[i["ConnectionRefused"]=5]="ConnectionRefused";i[i["TTLExpired"]=6]="TTLExpired";i[i["CommandNotSupported"]=7]="CommandNotSupported";i[i["AddressNotSupported"]=8]="AddressNotSupported"})(T||(u.Socks5Response=T={}));var Q;(function(i){i[i["IPv4"]=1]="IPv4";i[i["Hostname"]=3]="Hostname";i[i["IPv6"]=4]="IPv6"})(Q||(u.Socks5HostType=Q={}));var x;(function(i){i[i["Created"]=0]="Created";i[i["Connecting"]=1]="Connecting";i[i["Connected"]=2]="Connected";i[i["SentInitialHandshake"]=3]="SentInitialHandshake";i[i["ReceivedInitialHandshakeResponse"]=4]="ReceivedInitialHandshakeResponse";i[i["SentAuthentication"]=5]="SentAuthentication";i[i["ReceivedAuthenticationResponse"]=6]="ReceivedAuthenticationResponse";i[i["SentFinalHandshake"]=7]="SentFinalHandshake";i[i["ReceivedFinalResponse"]=8]="ReceivedFinalResponse";i[i["BoundWaitingForConnection"]=9]="BoundWaitingForConnection";i[i["Established"]=10]="Established";i[i["Disconnected"]=11]="Disconnected";i[i["Error"]=99]="Error"})(x||(u.SocksClientState=x={}))},50639:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.ipToBuffer=u.int32ToIpv4=u.ipv4ToInt32=u.validateSocksClientChainOptions=u.validateSocksClientOptions=void 0;const A=p(79712);const g=p(24223);const C=p(2203);const S=p(79253);const w=p(69278);function validateSocksClientOptions(i,u=["connect","bind","associate"]){if(!g.SocksCommand[i.command]){throw new A.SocksClientError(g.ERRORS.InvalidSocksCommand,i)}if(u.indexOf(i.command)===-1){throw new A.SocksClientError(g.ERRORS.InvalidSocksCommandForOperation,i)}if(!isValidSocksRemoteHost(i.destination)){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsDestination,i)}if(!isValidSocksProxy(i.proxy)){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsProxy,i)}validateCustomProxyAuth(i.proxy,i);if(i.timeout&&!isValidTimeoutValue(i.timeout)){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsTimeout,i)}if(i.existing_socket&&!(i.existing_socket instanceof C.Duplex)){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsExistingSocket,i)}}u.validateSocksClientOptions=validateSocksClientOptions;function validateSocksClientChainOptions(i){if(i.command!=="connect"){throw new A.SocksClientError(g.ERRORS.InvalidSocksCommandChain,i)}if(!isValidSocksRemoteHost(i.destination)){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsDestination,i)}if(!(i.proxies&&Array.isArray(i.proxies)&&i.proxies.length>=2)){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsProxiesLength,i)}i.proxies.forEach((u=>{if(!isValidSocksProxy(u)){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsProxy,i)}validateCustomProxyAuth(u,i)}));if(i.timeout&&!isValidTimeoutValue(i.timeout)){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsTimeout,i)}}u.validateSocksClientChainOptions=validateSocksClientChainOptions;function validateCustomProxyAuth(i,u){if(i.custom_auth_method!==undefined){if(i.custom_auth_method<g.SOCKS5_CUSTOM_AUTH_START||i.custom_auth_method>g.SOCKS5_CUSTOM_AUTH_END){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsCustomAuthRange,u)}if(i.custom_auth_request_handler===undefined||typeof i.custom_auth_request_handler!=="function"){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,u)}if(i.custom_auth_response_size===undefined){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,u)}if(i.custom_auth_response_handler===undefined||typeof i.custom_auth_response_handler!=="function"){throw new A.SocksClientError(g.ERRORS.InvalidSocksClientOptionsCustomAuthOptions,u)}}}function isValidSocksRemoteHost(i){return i&&typeof i.host==="string"&&typeof i.port==="number"&&i.port>=0&&i.port<=65535}function isValidSocksProxy(i){return i&&(typeof i.host==="string"||typeof i.ipaddress==="string")&&typeof i.port==="number"&&i.port>=0&&i.port<=65535&&(i.type===4||i.type===5)}function isValidTimeoutValue(i){return typeof i==="number"&&i>0}function ipv4ToInt32(i){const u=new S.Address4(i);return u.toArray().reduce(((i,u)=>(i<<8)+u),0)}u.ipv4ToInt32=ipv4ToInt32;function int32ToIpv4(i){const u=i>>>24&255;const p=i>>>16&255;const A=i>>>8&255;const g=i&255;return[u,p,A,g].join(".")}u.int32ToIpv4=int32ToIpv4;function ipToBuffer(i){if(w.isIPv4(i)){const u=new S.Address4(i);return Buffer.from(u.toArray())}else if(w.isIPv6(i)){const u=new S.Address6(i);return Buffer.from(u.canonicalForm().split(":").map((i=>i.padStart(4,"0"))).join(""),"hex")}else{throw new Error("Invalid IP address format")}}u.ipToBuffer=ipToBuffer},41129:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.ReceiveBuffer=void 0;class ReceiveBuffer{constructor(i=4096){this.buffer=Buffer.allocUnsafe(i);this.offset=0;this.originalSize=i}get length(){return this.offset}append(i){if(!Buffer.isBuffer(i)){throw new Error("Attempted to append a non-buffer instance to ReceiveBuffer.")}if(this.offset+i.length>=this.buffer.length){const u=this.buffer;this.buffer=Buffer.allocUnsafe(Math.max(this.buffer.length+this.originalSize,this.buffer.length+i.length));u.copy(this.buffer)}i.copy(this.buffer,this.offset);return this.offset+=i.length}peek(i){if(i>this.offset){throw new Error("Attempted to read beyond the bounds of the managed internal data.")}return this.buffer.slice(0,i)}get(i){if(i>this.offset){throw new Error("Attempted to read beyond the bounds of the managed internal data.")}const u=Buffer.allocUnsafe(i);this.buffer.slice(0,i).copy(u);this.buffer.copyWithin(0,i,i+this.offset-i);this.offset-=i;return u}}u.ReceiveBuffer=ReceiveBuffer},79712:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.shuffleArray=u.SocksClientError=void 0;class SocksClientError extends Error{constructor(i,u){super(i);this.options=u}}u.SocksClientError=SocksClientError;function shuffleArray(i){for(let u=i.length-1;u>0;u--){const p=Math.floor(Math.random()*(u+1));[i[u],i[p]]=[i[p],i[u]]}}u.shuffleArray=shuffleArray},42474:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__exportStar||function(i,u){for(var p in i)if(p!=="default"&&!Object.prototype.hasOwnProperty.call(u,p))A(u,i,p)};Object.defineProperty(u,"__esModule",{value:true});g(p(57142),u)},19973:(i,u)=>{!function(){"use strict";var i={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function sprintf(i){return sprintf_format(sprintf_parse(i),arguments)}function vsprintf(i,u){return sprintf.apply(null,[i].concat(u||[]))}function sprintf_format(u,p){var A=1,g=u.length,C,S="",w,B,v,N,T,Q,x,_;for(w=0;w<g;w++){if(typeof u[w]==="string"){S+=u[w]}else if(typeof u[w]==="object"){v=u[w];if(v.keys){C=p[A];for(B=0;B<v.keys.length;B++){if(C==undefined){throw new Error(sprintf('[sprintf] Cannot access property "%s" of undefined value "%s"',v.keys[B],v.keys[B-1]))}C=C[v.keys[B]]}}else if(v.param_no){C=p[v.param_no]}else{C=p[A++]}if(i.not_type.test(v.type)&&i.not_primitive.test(v.type)&&C instanceof Function){C=C()}if(i.numeric_arg.test(v.type)&&(typeof C!=="number"&&isNaN(C))){throw new TypeError(sprintf("[sprintf] expecting number but found %T",C))}if(i.number.test(v.type)){x=C>=0}switch(v.type){case"b":C=parseInt(C,10).toString(2);break;case"c":C=String.fromCharCode(parseInt(C,10));break;case"d":case"i":C=parseInt(C,10);break;case"j":C=JSON.stringify(C,null,v.width?parseInt(v.width):0);break;case"e":C=v.precision?parseFloat(C).toExponential(v.precision):parseFloat(C).toExponential();break;case"f":C=v.precision?parseFloat(C).toFixed(v.precision):parseFloat(C);break;case"g":C=v.precision?String(Number(C.toPrecision(v.precision))):parseFloat(C);break;case"o":C=(parseInt(C,10)>>>0).toString(8);break;case"s":C=String(C);C=v.precision?C.substring(0,v.precision):C;break;case"t":C=String(!!C);C=v.precision?C.substring(0,v.precision):C;break;case"T":C=Object.prototype.toString.call(C).slice(8,-1).toLowerCase();C=v.precision?C.substring(0,v.precision):C;break;case"u":C=parseInt(C,10)>>>0;break;case"v":C=C.valueOf();C=v.precision?C.substring(0,v.precision):C;break;case"x":C=(parseInt(C,10)>>>0).toString(16);break;case"X":C=(parseInt(C,10)>>>0).toString(16).toUpperCase();break}if(i.json.test(v.type)){S+=C}else{if(i.number.test(v.type)&&(!x||v.sign)){_=x?"+":"-";C=C.toString().replace(i.sign,"")}else{_=""}T=v.pad_char?v.pad_char==="0"?"0":v.pad_char.charAt(1):" ";Q=v.width-(_+C).length;N=v.width?Q>0?T.repeat(Q):"":"";S+=v.align?_+C+N:T==="0"?_+N+C:N+_+C}}}return S}var p=Object.create(null);function sprintf_parse(u){if(p[u]){return p[u]}var A=u,g,C=[],S=0;while(A){if((g=i.text.exec(A))!==null){C.push(g[0])}else if((g=i.modulo.exec(A))!==null){C.push("%")}else if((g=i.placeholder.exec(A))!==null){if(g[2]){S|=1;var w=[],B=g[2],v=[];if((v=i.key.exec(B))!==null){w.push(v[1]);while((B=B.substring(v[0].length))!==""){if((v=i.key_access.exec(B))!==null){w.push(v[1])}else if((v=i.index_access.exec(B))!==null){w.push(v[1])}else{throw new SyntaxError("[sprintf] failed to parse named argument key")}}}else{throw new SyntaxError("[sprintf] failed to parse named argument key")}g[2]=w}else{S|=2}if(S===3){throw new Error("[sprintf] mixing positional and named placeholders is not (yet) supported")}C.push({placeholder:g[0],param_no:g[1],keys:g[2],sign:g[3],pad_char:g[4],align:g[5],width:g[6],precision:g[7],type:g[8]})}else{throw new SyntaxError("[sprintf] unexpected placeholder")}A=A.substring(g[0].length)}return p[u]=C}if(true){u.sprintf=sprintf;u.vsprintf=vsprintf}if(typeof window!=="undefined"){window["sprintf"]=sprintf;window["vsprintf"]=vsprintf;if(typeof define==="function"&&define["amd"]){define((function(){return{sprintf:sprintf,vsprintf:vsprintf}}))}}}()},68951:(i,u,p)=>{const A=p(76982);const{Minipass:g}=p(78275);const C=["sha512","sha384","sha256"];const S=["sha512"];const w=A.getHashes();const B=/^[a-z0-9+/]+(?:=?=?)$/i;const v=/^([a-z0-9]+)-([^?]+)(\?[?\S*]*)?$/;const N=/^([a-z0-9]+)-([A-Za-z0-9+/=]{44,88})(\?[\x21-\x7E]*)?$/;const T=/^[\x21-\x7E]+$/;const Q=["md5","whirlpool","sha1","sha224","sha256","sha384","sha512","sha3","sha3-256","sha3-384","sha3-512","sha3_256","sha3_384","sha3_512"].filter((i=>w.includes(i)));const getOptString=i=>i?.length?`?${i.join("?")}`:"";class IntegrityStream extends g{#l;#u;#d;constructor(i){super();this.size=0;this.opts=i;this.#h();if(i?.algorithms){this.algorithms=[...i.algorithms]}else{this.algorithms=[...S]}if(this.algorithm!==null&&!this.algorithms.includes(this.algorithm)){this.algorithms.push(this.algorithm)}this.hashes=this.algorithms.map(A.createHash)}#h(){this.sri=this.opts?.integrity?parse(this.opts?.integrity,this.opts):null;this.expectedSize=this.opts?.size;if(!this.sri){this.algorithm=null}else if(this.sri.isHash){this.goodSri=true;this.algorithm=this.sri.algorithm}else{this.goodSri=!this.sri.isEmpty();this.algorithm=this.sri.pickAlgorithm(this.opts)}this.digests=this.goodSri?this.sri[this.algorithm]:null;this.optString=getOptString(this.opts?.options)}on(i,u){if(i==="size"&&this.#u){return u(this.#u)}if(i==="integrity"&&this.#l){return u(this.#l)}if(i==="verified"&&this.#d){return u(this.#d)}return super.on(i,u)}emit(i,u){if(i==="end"){this.#p()}return super.emit(i,u)}write(i){this.size+=i.length;this.hashes.forEach((u=>u.update(i)));return super.write(i)}#p(){if(!this.goodSri){this.#h()}const i=parse(this.hashes.map(((i,u)=>`${this.algorithms[u]}-${i.digest("base64")}${this.optString}`)).join(" "),this.opts);const u=this.goodSri&&i.match(this.sri,this.opts);if(typeof this.expectedSize==="number"&&this.size!==this.expectedSize){const i=new Error(`stream size mismatch when checking ${this.sri}.\n Wanted: ${this.expectedSize}\n Found: ${this.size}`);i.code="EBADSIZE";i.found=this.size;i.expected=this.expectedSize;i.sri=this.sri;this.emit("error",i)}else if(this.sri&&!u){const u=new Error(`${this.sri} integrity checksum failed when using ${this.algorithm}: wanted ${this.digests} but got ${i}. (${this.size} bytes)`);u.code="EINTEGRITY";u.found=i;u.expected=this.digests;u.algorithm=this.algorithm;u.sri=this.sri;this.emit("error",u)}else{this.#u=this.size;this.emit("size",this.size);this.#l=i;this.emit("integrity",i);if(u){this.#d=u;this.emit("verified",u)}}}}class Hash{get isHash(){return true}constructor(i,u){const p=u?.strict;this.source=i.trim();this.digest="";this.algorithm="";this.options=[];const A=this.source.match(p?N:v);if(!A){return}if(p&&!C.includes(A[1])){return}if(!w.includes(A[1])){return}this.algorithm=A[1];this.digest=A[2];const g=A[3];if(g){this.options=g.slice(1).split("?")}}hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}match(i,u){const p=parse(i,u);if(!p){return false}if(p.isIntegrity){const i=p.pickAlgorithm(u,[this.algorithm]);if(!i){return false}const A=p[i].find((i=>i.digest===this.digest));if(A){return A}return false}return p.digest===this.digest?p:false}toString(i){if(i?.strict){if(!(C.includes(this.algorithm)&&this.digest.match(B)&&this.options.every((i=>i.match(T))))){return""}}return`${this.algorithm}-${this.digest}${getOptString(this.options)}`}}function integrityHashToString(i,u,p,A){const g=i!=="";let C=false;let S="";const w=A.length-1;for(let i=0;i<w;i++){const g=Hash.prototype.toString.call(A[i],p);if(g){C=true;S+=g;S+=u}}const B=Hash.prototype.toString.call(A[w],p);if(B){C=true;S+=B}if(g&&C){return i+u+S}return i+S}class Integrity{get isIntegrity(){return true}toJSON(){return this.toString()}isEmpty(){return Object.keys(this).length===0}toString(i){let u=i?.sep||" ";let p="";if(i?.strict){u=u.replace(/\S+/g," ");for(const A of C){if(this[A]){p=integrityHashToString(p,u,i,this[A])}}}else{for(const A of Object.keys(this)){p=integrityHashToString(p,u,i,this[A])}}return p}concat(i,u){const p=typeof i==="string"?i:stringify(i,u);return parse(`${this.toString(u)} ${p}`,u)}hexDigest(){return parse(this,{single:true}).hexDigest()}merge(i,u){const p=parse(i,u);for(const i in p){if(this[i]){if(!this[i].find((u=>p[i].find((i=>u.digest===i.digest))))){throw new Error("hashes do not match, cannot update integrity")}}else{this[i]=p[i]}}}match(i,u){const p=parse(i,u);if(!p){return false}const A=p.pickAlgorithm(u,Object.keys(this));return!!A&&this[A].find((i=>p[A].find((u=>i.digest===u.digest))))||false}pickAlgorithm(i,u){const p=i?.pickAlgorithm||getPrioritizedHash;let A=Object.keys(this);if(u?.length){A=A.filter((i=>u.includes(i)))}if(A.length){return A.reduce(((i,u)=>p(i,u)||i))}return null}}i.exports.parse=parse;function parse(i,u){if(!i){return null}if(typeof i==="string"){return _parse(i,u)}else if(i.algorithm&&i.digest){const p=new Integrity;p[i.algorithm]=[i];return _parse(stringify(p,u),u)}else{return _parse(stringify(i,u),u)}}function _parse(i,u){if(u?.single){return new Hash(i,u)}const p=i.trim().split(/\s+/).reduce(((i,p)=>{const A=new Hash(p,u);if(A.algorithm&&A.digest){const u=A.algorithm;if(!Object.keys(i).includes(u)){i[u]=[]}i[u].push(A)}return i}),new Integrity);return p.isEmpty()?null:p}i.exports.stringify=stringify;function stringify(i,u){if(i.algorithm&&i.digest){return Hash.prototype.toString.call(i,u)}else if(typeof i==="string"){return stringify(parse(i,u),u)}else{return Integrity.prototype.toString.call(i,u)}}i.exports.fromHex=fromHex;function fromHex(i,u,p){const A=getOptString(p?.options);return parse(`${u}-${Buffer.from(i,"hex").toString("base64")}${A}`,p)}i.exports.fromData=fromData;function fromData(i,u){const p=u?.algorithms||[...S];const g=getOptString(u?.options);return p.reduce(((p,C)=>{const S=A.createHash(C).update(i).digest("base64");const w=new Hash(`${C}-${S}${g}`,u);if(w.algorithm&&w.digest){const i=w.algorithm;if(!p[i]){p[i]=[]}p[i].push(w)}return p}),new Integrity)}i.exports.fromStream=fromStream;function fromStream(i,u){const p=integrityStream(u);return new Promise(((u,A)=>{i.pipe(p);i.on("error",A);p.on("error",A);let g;p.on("integrity",(i=>{g=i}));p.on("end",(()=>u(g)));p.resume()}))}i.exports.checkData=checkData;function checkData(i,u,p){u=parse(u,p);if(!u||!Object.keys(u).length){if(p?.error){throw Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"})}else{return false}}const g=u.pickAlgorithm(p);const C=A.createHash(g).update(i).digest("base64");const S=parse({algorithm:g,digest:C});const w=S.match(u,p);p=p||{};if(w||!p.error){return w}else if(typeof p.size==="number"&&i.length!==p.size){const A=new Error(`data size mismatch when checking ${u}.\n Wanted: ${p.size}\n Found: ${i.length}`);A.code="EBADSIZE";A.found=i.length;A.expected=p.size;A.sri=u;throw A}else{const p=new Error(`Integrity checksum failed when using ${g}: Wanted ${u}, but got ${S}. (${i.length} bytes)`);p.code="EINTEGRITY";p.found=S;p.expected=u;p.algorithm=g;p.sri=u;throw p}}i.exports.checkStream=checkStream;function checkStream(i,u,p){p=p||Object.create(null);p.integrity=u;u=parse(u,p);if(!u||!Object.keys(u).length){return Promise.reject(Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"}))}const A=integrityStream(p);return new Promise(((u,p)=>{i.pipe(A);i.on("error",p);A.on("error",p);let g;A.on("verified",(i=>{g=i}));A.on("end",(()=>u(g)));A.resume()}))}i.exports.integrityStream=integrityStream;function integrityStream(i=Object.create(null)){return new IntegrityStream(i)}i.exports.create=createIntegrity;function createIntegrity(i){const u=i?.algorithms||[...S];const p=getOptString(i?.options);const g=u.map(A.createHash);return{update:function(i,u){g.forEach((p=>p.update(i,u)));return this},digest:function(){const A=u.reduce(((u,A)=>{const C=g.shift().digest("base64");const S=new Hash(`${A}-${C}${p}`,i);if(!u[S.algorithm]){u[S.algorithm]=[]}u[S.algorithm].push(S);return u}),new Integrity);return A}}}function getPrioritizedHash(i,u){return Q.indexOf(i.toLowerCase())>=Q.indexOf(u.toLowerCase())?i:u}},21450:(i,u,p)=>{const A=p(70857);const g=p(52018);const C=p(83813);const{env:S}=process;let w;if(C("no-color")||C("no-colors")||C("color=false")||C("color=never")){w=0}else if(C("color")||C("colors")||C("color=true")||C("color=always")){w=1}if("FORCE_COLOR"in S){if(S.FORCE_COLOR==="true"){w=1}else if(S.FORCE_COLOR==="false"){w=0}else{w=S.FORCE_COLOR.length===0?1:Math.min(parseInt(S.FORCE_COLOR,10),3)}}function translateLevel(i){if(i===0){return false}return{level:i,hasBasic:true,has256:i>=2,has16m:i>=3}}function supportsColor(i,u){if(w===0){return 0}if(C("color=16m")||C("color=full")||C("color=truecolor")){return 3}if(C("color=256")){return 2}if(i&&!u&&w===undefined){return 0}const p=w||0;if(S.TERM==="dumb"){return p}if(process.platform==="win32"){const i=A.release().split(".");if(Number(i[0])>=10&&Number(i[2])>=10586){return Number(i[2])>=14931?3:2}return 1}if("CI"in S){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((i=>i in S))||S.CI_NAME==="codeship"){return 1}return p}if("TEAMCITY_VERSION"in S){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(S.TEAMCITY_VERSION)?1:0}if(S.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in S){const i=parseInt((S.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(S.TERM_PROGRAM){case"iTerm.app":return i>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(S.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(S.TERM)){return 1}if("COLORTERM"in S){return 1}return p}function getSupportLevel(i){const u=supportsColor(i,i&&i.isTTY);return translateLevel(u)}i.exports={supportsColor:getSupportLevel,stdout:translateLevel(supportsColor(true,g.isatty(1))),stderr:translateLevel(supportsColor(true,g.isatty(2)))}},51288:(i,u,p)=>{var A;
|
||
/*!
|
||
* Tmp
|
||
*
|
||
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
|
||
*
|
||
* MIT Licensed
|
||
*/const g=p(79896);const C=p(70857);const S=p(16928);const w=p(76982);const B={fs:g.constants,os:C.constants};const v="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",N=/XXXXXX/,T=3,Q=(B.O_CREAT||B.fs.O_CREAT)|(B.O_EXCL||B.fs.O_EXCL)|(B.O_RDWR||B.fs.O_RDWR),x=C.platform()==="win32",_=B.EBADF||B.os.errno.EBADF,k=B.ENOENT||B.os.errno.ENOENT,D=448,O=384,P="exit",L=[],U=g.rmdirSync.bind(g);let H=false;function rimraf(i,u){return g.rm(i,{recursive:true},u)}function FN_RIMRAF_SYNC(i){return g.rmSync(i,{recursive:true})}function tmpName(i,u){const p=_parseArguments(i,u),A=p[0],C=p[1];_assertAndSanitizeOptions(A,(function(i,u){if(i)return C(i);let p=u.tries;(function _getUniqueName(){try{const i=_generateTmpName(u);g.stat(i,(function(u){if(!u){if(p-- >0)return _getUniqueName();return C(new Error("Could not get a unique tmp filename, max tries reached "+i))}C(null,i)}))}catch(i){C(i)}})()}))}function tmpNameSync(i){const u=_parseArguments(i),p=u[0];const A=_assertAndSanitizeOptionsSync(p);let C=A.tries;do{const i=_generateTmpName(A);try{g.statSync(i)}catch(u){return i}}while(C-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function file(i,u){const p=_parseArguments(i,u),A=p[0],C=p[1];tmpName(A,(function _tmpNameCreated(i,u){if(i)return C(i);g.open(u,Q,A.mode||O,(function _fileCreated(i,p){if(i)return C(i);if(A.discardDescriptor){return g.close(p,(function _discardCallback(i){return C(i,u,undefined,_prepareTmpFileRemoveCallback(u,-1,A,false))}))}else{const i=A.discardDescriptor||A.detachDescriptor;C(null,u,p,_prepareTmpFileRemoveCallback(u,i?-1:p,A,false))}}))}))}function fileSync(i){const u=_parseArguments(i),p=u[0];const A=p.discardDescriptor||p.detachDescriptor;const C=tmpNameSync(p);let S=g.openSync(C,Q,p.mode||O);if(p.discardDescriptor){g.closeSync(S);S=undefined}return{name:C,fd:S,removeCallback:_prepareTmpFileRemoveCallback(C,A?-1:S,p,true)}}function dir(i,u){const p=_parseArguments(i,u),A=p[0],C=p[1];tmpName(A,(function _tmpNameCreated(i,u){if(i)return C(i);g.mkdir(u,A.mode||D,(function _dirCreated(i){if(i)return C(i);C(null,u,_prepareTmpDirRemoveCallback(u,A,false))}))}))}function dirSync(i){const u=_parseArguments(i),p=u[0];const A=tmpNameSync(p);g.mkdirSync(A,p.mode||D);return{name:A,removeCallback:_prepareTmpDirRemoveCallback(A,p,true)}}function _removeFileAsync(i,u){const _handler=function(i){if(i&&!_isENOENT(i)){return u(i)}u()};if(0<=i[0])g.close(i[0],(function(){g.unlink(i[1],_handler)}));else g.unlink(i[1],_handler)}function _removeFileSync(i){let u=null;try{if(0<=i[0])g.closeSync(i[0])}catch(i){if(!_isEBADF(i)&&!_isENOENT(i))throw i}finally{try{g.unlinkSync(i[1])}catch(i){if(!_isENOENT(i))u=i}}if(u!==null){throw u}}function _prepareTmpFileRemoveCallback(i,u,p,A){const g=_prepareRemoveCallback(_removeFileSync,[u,i],A);const C=_prepareRemoveCallback(_removeFileAsync,[u,i],A,g);if(!p.keep)L.unshift(g);return A?g:C}function _prepareTmpDirRemoveCallback(i,u,p){const A=u.unsafeCleanup?rimraf:g.rmdir.bind(g);const C=u.unsafeCleanup?FN_RIMRAF_SYNC:U;const S=_prepareRemoveCallback(C,i,p);const w=_prepareRemoveCallback(A,i,p,S);if(!u.keep)L.unshift(S);return p?S:w}function _prepareRemoveCallback(i,u,p,A){let g=false;return function _cleanupCallback(C){if(!g){const S=A||_cleanupCallback;const w=L.indexOf(S);if(w>=0)L.splice(w,1);g=true;if(p||i===U||i===FN_RIMRAF_SYNC){return i(u)}else{return i(u,C||function(){})}}}}function _garbageCollector(){if(!H)return;while(L.length){try{L[0]()}catch(i){}}}function _randomChars(i){let u=[],p=null;try{p=w.randomBytes(i)}catch(u){p=w.pseudoRandomBytes(i)}for(let A=0;A<i;A++){u.push(v[p[A]%v.length])}return u.join("")}function _isUndefined(i){return typeof i==="undefined"}function _parseArguments(i,u){if(typeof i==="function"){return[{},i]}if(_isUndefined(i)){return[{},u]}const p={};for(const u of Object.getOwnPropertyNames(i)){p[u]=i[u]}return[p,u]}function _resolvePath(i,u,p){const A=S.isAbsolute(i)?i:S.join(u,i);g.stat(A,(function(i){if(i){g.realpath(S.dirname(A),(function(i,u){if(i)return p(i);p(null,S.join(u,S.basename(A)))}))}else{g.realpath(A,p)}}))}function _resolvePathSync(i,u){const p=S.isAbsolute(i)?i:S.join(u,i);try{g.statSync(p);return g.realpathSync(p)}catch(i){const u=g.realpathSync(S.dirname(p));return S.join(u,S.basename(p))}}function _generateTmpName(i){const u=i.tmpdir;if(!_isUndefined(i.name)){return S.join(u,i.dir,i.name)}if(!_isUndefined(i.template)){return S.join(u,i.dir,i.template).replace(N,_randomChars(6))}const p=[i.prefix?i.prefix:"tmp","-",process.pid,"-",_randomChars(12),i.postfix?"-"+i.postfix:""].join("");return S.join(u,i.dir,p)}function _assertOptionsBase(i){if(!_isUndefined(i.name)){const u=i.name;if(S.isAbsolute(u))throw new Error(`name option must not contain an absolute path, found "${u}".`);const p=S.basename(u);if(p===".."||p==="."||p!==u)throw new Error(`name option must not contain a path, found "${u}".`)}if(!_isUndefined(i.template)&&!i.template.match(N)){throw new Error(`Invalid template, found "${i.template}".`)}if(!_isUndefined(i.tries)&&isNaN(i.tries)||i.tries<0){throw new Error(`Invalid tries, found "${i.tries}".`)}i.tries=_isUndefined(i.name)?i.tries||T:1;i.keep=!!i.keep;i.detachDescriptor=!!i.detachDescriptor;i.discardDescriptor=!!i.discardDescriptor;i.unsafeCleanup=!!i.unsafeCleanup;i.prefix=_isUndefined(i.prefix)?"":i.prefix;i.postfix=_isUndefined(i.postfix)?"":i.postfix}function _getRelativePath(i,u,p,A){if(_isUndefined(u))return A(null);_resolvePath(u,p,(function(u,g){if(u)return A(u);const C=S.relative(p,g);if(!g.startsWith(p)){return A(new Error(`${i} option must be relative to "${p}", found "${C}".`))}A(null,C)}))}function _getRelativePathSync(i,u,p){if(_isUndefined(u))return;const A=_resolvePathSync(u,p);const g=S.relative(p,A);if(!A.startsWith(p)){throw new Error(`${i} option must be relative to "${p}", found "${g}".`)}return g}function _assertAndSanitizeOptions(i,u){_getTmpDir(i,(function(p,A){if(p)return u(p);i.tmpdir=A;try{_assertOptionsBase(i,A)}catch(p){return u(p)}_getRelativePath("dir",i.dir,A,(function(p,g){if(p)return u(p);i.dir=_isUndefined(g)?"":g;_getRelativePath("template",i.template,A,(function(p,A){if(p)return u(p);i.template=A;u(null,i)}))}))}))}function _assertAndSanitizeOptionsSync(i){const u=i.tmpdir=_getTmpDirSync(i);_assertOptionsBase(i,u);const p=_getRelativePathSync("dir",i.dir,u);i.dir=_isUndefined(p)?"":p;i.template=_getRelativePathSync("template",i.template,u);return i}function _isEBADF(i){return _isExpectedError(i,-_,"EBADF")}function _isENOENT(i){return _isExpectedError(i,-k,"ENOENT")}function _isExpectedError(i,u,p){return x?i.code===p:i.code===p&&i.errno===u}function setGracefulCleanup(){H=true}function _getTmpDir(i,u){return g.realpath(i&&i.tmpdir||C.tmpdir(),u)}function _getTmpDirSync(i){return g.realpathSync(i&&i.tmpdir||C.tmpdir())}process.addListener(P,_garbageCollector);A={enumerable:true,configurable:false,get:function(){return _getTmpDirSync()}};A=dir;A=dirSync;A=file;A=fileSync;A=tmpName;i.exports.om=tmpNameSync;A=setGracefulCleanup},2730:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.defaultConfig=void 0;u.defaultConfig={maxRootRotations:256,maxDelegations:32,rootMaxLength:512e3,timestampMaxLength:16384,snapshotMaxLength:2e6,targetsMaxLength:5e6,prefixTargetsWithHash:true,fetchTimeout:1e5,fetchRetries:undefined,fetchRetry:2,userAgent:""}},86376:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.DownloadHTTPError=u.DownloadLengthMismatchError=u.DownloadError=u.ExpiredMetadataError=u.EqualVersionError=u.BadVersionError=u.RepositoryError=u.PersistError=u.RuntimeError=u.ValueError=void 0;class ValueError extends Error{}u.ValueError=ValueError;class RuntimeError extends Error{}u.RuntimeError=RuntimeError;class PersistError extends Error{}u.PersistError=PersistError;class RepositoryError extends Error{}u.RepositoryError=RepositoryError;class BadVersionError extends RepositoryError{}u.BadVersionError=BadVersionError;class EqualVersionError extends BadVersionError{}u.EqualVersionError=EqualVersionError;class ExpiredMetadataError extends RepositoryError{}u.ExpiredMetadataError=ExpiredMetadataError;class DownloadError extends Error{}u.DownloadError=DownloadError;class DownloadLengthMismatchError extends DownloadError{}u.DownloadLengthMismatchError=DownloadLengthMismatchError;class DownloadHTTPError extends DownloadError{statusCode;constructor(i,u){super(i);this.statusCode=u}}u.DownloadHTTPError=DownloadHTTPError},16337:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.DefaultFetcher=u.BaseFetcher=void 0;const g=A(p(26085));const C=A(p(79896));const S=A(p(39310));const w=A(p(39023));const B=p(86376);const v=p(24611);const N=(0,g.default)("tuf:fetch");const T="User-Agent";class BaseFetcher{async downloadFile(i,u,p){return(0,v.withTempFile)((async A=>{const g=await this.fetch(i);let S=0;const v=C.default.createWriteStream(A);try{for await(const i of g){S+=i.length;if(S>u){throw new B.DownloadLengthMismatchError("Max length reached")}await writeBufferToStream(v,i)}}finally{await w.default.promisify(v.close).bind(v)()}return p(A)}))}async downloadBytes(i,u){return this.downloadFile(i,u,(async i=>{const u=C.default.createReadStream(i);const p=[];for await(const i of u){p.push(i)}return Buffer.concat(p)}))}}u.BaseFetcher=BaseFetcher;class DefaultFetcher extends BaseFetcher{userAgent;timeout;retry;constructor(i={}){super();this.userAgent=i.userAgent;this.timeout=i.timeout;this.retry=i.retry}async fetch(i){N("GET %s",i);const u=await(0,S.default)(i,{headers:{[T]:this.userAgent||""},timeout:this.timeout,retry:this.retry});if(!u.ok||!u?.body){throw new B.DownloadHTTPError("Failed to download",u.status)}return u.body}}u.DefaultFetcher=DefaultFetcher;const writeBufferToStream=async(i,u)=>new Promise(((p,A)=>{i.write(u,(i=>{if(i){A(i)}p(true)}))}))},84706:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.Updater=u.BaseFetcher=u.TargetFile=void 0;var A=p(68908);Object.defineProperty(u,"TargetFile",{enumerable:true,get:function(){return A.TargetFile}});var g=p(16337);Object.defineProperty(u,"BaseFetcher",{enumerable:true,get:function(){return g.BaseFetcher}});var C=p(46903);Object.defineProperty(u,"Updater",{enumerable:true,get:function(){return C.Updater}})},95683:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.TrustedMetadataStore=void 0;const A=p(68908);const g=p(86376);class TrustedMetadataStore{trustedSet={};referenceTime;constructor(i){this.referenceTime=new Date;this.loadTrustedRoot(i)}get root(){if(!this.trustedSet.root){throw new ReferenceError("No trusted root metadata")}return this.trustedSet.root}get timestamp(){return this.trustedSet.timestamp}get snapshot(){return this.trustedSet.snapshot}get targets(){return this.trustedSet.targets}getRole(i){return this.trustedSet[i]}updateRoot(i){const u=JSON.parse(i.toString("utf8"));const p=A.Metadata.fromJSON(A.MetadataKind.Root,u);if(p.signed.type!=A.MetadataKind.Root){throw new g.RepositoryError(`Expected 'root', got ${p.signed.type}`)}this.root.verifyDelegate(A.MetadataKind.Root,p);if(p.signed.version!=this.root.signed.version+1){throw new g.BadVersionError(`Expected version ${this.root.signed.version+1}, got ${p.signed.version}`)}p.verifyDelegate(A.MetadataKind.Root,p);this.trustedSet.root=p;return p}updateTimestamp(i){if(this.snapshot){throw new g.RuntimeError("Cannot update timestamp after snapshot")}if(this.root.signed.isExpired(this.referenceTime)){throw new g.ExpiredMetadataError("Final root.json is expired")}const u=JSON.parse(i.toString("utf8"));const p=A.Metadata.fromJSON(A.MetadataKind.Timestamp,u);if(p.signed.type!=A.MetadataKind.Timestamp){throw new g.RepositoryError(`Expected 'timestamp', got ${p.signed.type}`)}this.root.verifyDelegate(A.MetadataKind.Timestamp,p);if(this.timestamp){if(p.signed.version<this.timestamp.signed.version){throw new g.BadVersionError(`New timestamp version ${p.signed.version} is less than current version ${this.timestamp.signed.version}`)}if(p.signed.version===this.timestamp.signed.version){throw new g.EqualVersionError(`New timestamp version ${p.signed.version} is equal to current version ${this.timestamp.signed.version}`)}const i=this.timestamp.signed.snapshotMeta;const u=p.signed.snapshotMeta;if(u.version<i.version){throw new g.BadVersionError(`New snapshot version ${u.version} is less than current version ${i.version}`)}}this.trustedSet.timestamp=p;this.checkFinalTimestamp();return p}updateSnapshot(i,u=false){if(!this.timestamp){throw new g.RuntimeError("Cannot update snapshot before timestamp")}if(this.targets){throw new g.RuntimeError("Cannot update snapshot after targets")}this.checkFinalTimestamp();const p=this.timestamp.signed.snapshotMeta;if(!u){p.verify(i)}const C=JSON.parse(i.toString("utf8"));const S=A.Metadata.fromJSON(A.MetadataKind.Snapshot,C);if(S.signed.type!=A.MetadataKind.Snapshot){throw new g.RepositoryError(`Expected 'snapshot', got ${S.signed.type}`)}this.root.verifyDelegate(A.MetadataKind.Snapshot,S);if(this.snapshot){Object.entries(this.snapshot.signed.meta).forEach((([i,u])=>{const p=S.signed.meta[i];if(!p){throw new g.RepositoryError(`Missing file ${i} in new snapshot`)}if(p.version<u.version){throw new g.BadVersionError(`New version ${p.version} of ${i} is less than current version ${u.version}`)}}))}this.trustedSet.snapshot=S;this.checkFinalSnapsnot();return S}updateDelegatedTargets(i,u,p){if(!this.snapshot){throw new g.RuntimeError("Cannot update delegated targets before snapshot")}this.checkFinalSnapsnot();const C=this.trustedSet[p];if(!C){throw new g.RuntimeError(`No trusted ${p} metadata`)}const S=this.snapshot.signed.meta?.[`${u}.json`];if(!S){throw new g.RepositoryError(`Missing ${u}.json in snapshot`)}S.verify(i);const w=JSON.parse(i.toString("utf8"));const B=A.Metadata.fromJSON(A.MetadataKind.Targets,w);if(B.signed.type!=A.MetadataKind.Targets){throw new g.RepositoryError(`Expected 'targets', got ${B.signed.type}`)}C.verifyDelegate(u,B);const v=B.signed.version;if(v!=S.version){throw new g.BadVersionError(`Version ${v} of ${u} does not match snapshot version ${S.version}`)}if(B.signed.isExpired(this.referenceTime)){throw new g.ExpiredMetadataError(`${u}.json is expired`)}this.trustedSet[u]=B}loadTrustedRoot(i){const u=JSON.parse(i.toString("utf8"));const p=A.Metadata.fromJSON(A.MetadataKind.Root,u);if(p.signed.type!=A.MetadataKind.Root){throw new g.RepositoryError(`Expected 'root', got ${p.signed.type}`)}p.verifyDelegate(A.MetadataKind.Root,p);this.trustedSet["root"]=p}checkFinalTimestamp(){if(!this.timestamp){throw new ReferenceError("No trusted timestamp metadata")}if(this.timestamp.signed.isExpired(this.referenceTime)){throw new g.ExpiredMetadataError("Final timestamp.json is expired")}}checkFinalSnapsnot(){if(!this.snapshot){throw new ReferenceError("No trusted snapshot metadata")}if(!this.timestamp){throw new ReferenceError("No trusted timestamp metadata")}if(this.snapshot.signed.isExpired(this.referenceTime)){throw new g.ExpiredMetadataError("snapshot.json is expired")}const i=this.timestamp.signed.snapshotMeta;if(this.snapshot.signed.version!==i.version){throw new g.BadVersionError("Snapshot version doesn't match timestamp")}}}u.TrustedMetadataStore=TrustedMetadataStore},46903:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Updater=void 0;const w=p(68908);const B=S(p(26085));const v=C(p(79896));const N=C(p(16928));const T=p(37523);const Q=p(2730);const x=p(86376);const _=p(16337);const k=p(95683);const D=C(p(56469));const O=(0,B.default)("tuf:cache");class Updater{dir;metadataBaseUrl;targetDir;targetBaseUrl;forceCache;trustedSet;config;fetcher;constructor(i){const{metadataDir:u,metadataBaseUrl:p,targetDir:A,targetBaseUrl:g,fetcher:C,config:S}=i;this.dir=u;this.metadataBaseUrl=p;this.targetDir=A;this.targetBaseUrl=g;this.forceCache=i.forceCache??false;const B=this.loadLocalMetadata(w.MetadataKind.Root);this.trustedSet=new k.TrustedMetadataStore(B);this.config={...Q.defaultConfig,...S};const v=S?.userAgent?`${S.userAgent} tuf-js/${T.version}`:`tuf-js/${T.version}`;this.fetcher=C||new _.DefaultFetcher({userAgent:v,timeout:this.config.fetchTimeout,retry:this.config.fetchRetries??this.config.fetchRetry})}async refresh(){if(this.forceCache){try{await this.loadTimestamp({checkRemote:false})}catch(i){await this.loadRoot();await this.loadTimestamp()}}else{await this.loadRoot();await this.loadTimestamp()}await this.loadSnapshot();await this.loadTargets(w.MetadataKind.Targets,w.MetadataKind.Root)}async getTargetInfo(i){if(!this.trustedSet.targets){await this.refresh()}return this.preorderDepthFirstWalk(i)}async downloadTarget(i,u,p){const A=u||this.generateTargetPath(i);if(!p){if(!this.targetBaseUrl){throw new x.ValueError("Target base URL not set")}p=this.targetBaseUrl}let g=i.path;const C=this.trustedSet.root.signed.consistentSnapshot;if(C&&this.config.prefixTargetsWithHash){const u=Object.values(i.hashes);const{dir:p,base:A}=N.parse(g);const C=`${u[0]}.${A}`;g=p?`${p}/${C}`:C}const S=D.join(p,g);await this.fetcher.downloadFile(S,i.length,(async u=>{await i.verify(v.createReadStream(u));O("WRITE %s",A);v.copyFileSync(u,A)}));return A}async findCachedTarget(i,u){if(!u){u=this.generateTargetPath(i)}try{if(v.existsSync(u)){await i.verify(v.createReadStream(u));return u}}catch(i){return}return}loadLocalMetadata(i){const u=N.join(this.dir,`${i}.json`);O("READ %s",u);return v.readFileSync(u)}async loadRoot(){const i=this.trustedSet.root.signed.version;const u=i+1;const p=u+this.config.maxRootRotations;for(let i=u;i<p;i++){const u=D.join(this.metadataBaseUrl,`${i}.root.json`);try{const i=await this.fetcher.downloadBytes(u,this.config.rootMaxLength);this.trustedSet.updateRoot(i);this.persistMetadata(w.MetadataKind.Root,i)}catch(i){if(i instanceof x.DownloadHTTPError){if([403,404].includes(i.statusCode)){break}}throw i}}}async loadTimestamp({checkRemote:i}={checkRemote:true}){try{const u=this.loadLocalMetadata(w.MetadataKind.Timestamp);this.trustedSet.updateTimestamp(u);if(!i){return}}catch(i){}const u=D.join(this.metadataBaseUrl,"timestamp.json");const p=await this.fetcher.downloadBytes(u,this.config.timestampMaxLength);try{this.trustedSet.updateTimestamp(p)}catch(i){if(i instanceof x.EqualVersionError){return}throw i}this.persistMetadata(w.MetadataKind.Timestamp,p)}async loadSnapshot(){try{const i=this.loadLocalMetadata(w.MetadataKind.Snapshot);this.trustedSet.updateSnapshot(i,true)}catch(i){if(!this.trustedSet.timestamp){throw new ReferenceError("No timestamp metadata")}const u=this.trustedSet.timestamp.signed.snapshotMeta;const p=u.length||this.config.snapshotMaxLength;const A=this.trustedSet.root.signed.consistentSnapshot?u.version:undefined;const g=D.join(this.metadataBaseUrl,A?`${A}.snapshot.json`:"snapshot.json");try{const i=await this.fetcher.downloadBytes(g,p);this.trustedSet.updateSnapshot(i);this.persistMetadata(w.MetadataKind.Snapshot,i)}catch(i){throw new x.RuntimeError(`Unable to load snapshot metadata error ${i}`)}}}async loadTargets(i,u){if(this.trustedSet.getRole(i)){return this.trustedSet.getRole(i)}try{const p=this.loadLocalMetadata(i);this.trustedSet.updateDelegatedTargets(p,i,u)}catch(p){if(!this.trustedSet.snapshot){throw new ReferenceError("No snapshot metadata")}const A=this.trustedSet.snapshot.signed.meta[`${i}.json`];const g=A.length||this.config.targetsMaxLength;const C=this.trustedSet.root.signed.consistentSnapshot?A.version:undefined;const S=encodeURIComponent(i);const w=D.join(this.metadataBaseUrl,C?`${C}.${S}.json`:`${S}.json`);try{const p=await this.fetcher.downloadBytes(w,g);this.trustedSet.updateDelegatedTargets(p,i,u);this.persistMetadata(i,p)}catch(i){throw new x.RuntimeError(`Unable to load targets error ${i}`)}}return this.trustedSet.getRole(i)}async preorderDepthFirstWalk(i){const u=[{roleName:w.MetadataKind.Targets,parentRoleName:w.MetadataKind.Root}];const p=new Set;while(p.size<=this.config.maxDelegations&&u.length>0){const{roleName:A,parentRoleName:g}=u.pop();if(p.has(A)){continue}const C=(await this.loadTargets(A,g))?.signed;if(!C){continue}const S=C.targets?.[i];if(S){return S}p.add(A);if(C.delegations){const p=[];const g=C.delegations.rolesForTarget(i);for(const{role:i,terminating:C}of g){p.push({roleName:i,parentRoleName:A});if(C){u.splice(0);break}}p.reverse();u.push(...p)}}return}generateTargetPath(i){if(!this.targetDir){throw new x.ValueError("Target directory not set")}const u=encodeURIComponent(i.path);return N.join(this.targetDir,u)}persistMetadata(i,u){const p=encodeURIComponent(i);try{const i=N.join(this.dir,`${p}.json`);O("WRITE %s",i);v.writeFileSync(i,u.toString("utf8"))}catch(i){throw new x.PersistError(`Failed to persist metadata ${p} error: ${i}`)}}}u.Updater=Updater},24611:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.withTempFile=void 0;const g=A(p(91943));const C=A(p(70857));const S=A(p(16928));const withTempFile=async i=>withTempDir((async u=>i(S.default.join(u,"tempfile"))));u.withTempFile=withTempFile;const withTempDir=async i=>{const u=await g.default.realpath(C.default.tmpdir());const p=await g.default.mkdtemp(u+S.default.sep);try{return await i(p)}finally{await g.default.rm(p,{force:true,recursive:true,maxRetries:3})}}},56469:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.join=join;const A=p(87016);function join(i,u){return new A.URL(ensureTrailingSlash(i)+removeLeadingSlash(u)).toString()}function ensureTrailingSlash(i){return i.endsWith("/")?i:i+"/"}function removeLeadingSlash(i){return i.startsWith("/")?i.slice(1):i}},88181:(i,u,p)=>{u.formatArgs=formatArgs;u.save=save;u.load=load;u.useColors=useColors;u.storage=localstorage();u.destroy=(()=>{let i=false;return()=>{if(!i){i=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();u.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}let i;return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&(i=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(i[1],10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(u){u[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+u[0]+(this.useColors?"%c ":" ")+"+"+i.exports.humanize(this.diff);if(!this.useColors){return}const p="color: "+this.color;u.splice(1,0,p,"color: inherit");let A=0;let g=0;u[0].replace(/%[a-zA-Z%]/g,(i=>{if(i==="%%"){return}A++;if(i==="%c"){g=A}}));u.splice(g,0,p)}u.log=console.debug||console.log||(()=>{});function save(i){try{if(i){u.storage.setItem("debug",i)}else{u.storage.removeItem("debug")}}catch(i){}}function load(){let i;try{i=u.storage.getItem("debug")||u.storage.getItem("DEBUG")}catch(i){}if(!i&&typeof process!=="undefined"&&"env"in process){i=process.env.DEBUG}return i}function localstorage(){try{return localStorage}catch(i){}}i.exports=p(70468)(u);const{formatters:A}=i.exports;A.j=function(i){try{return JSON.stringify(i)}catch(i){return"[UnexpectedJSONParseError]: "+i.message}}},70468:(i,u,p)=>{function setup(i){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=p(62317);createDebug.destroy=destroy;Object.keys(i).forEach((u=>{createDebug[u]=i[u]}));createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(i){let u=0;for(let p=0;p<i.length;p++){u=(u<<5)-u+i.charCodeAt(p);u|=0}return createDebug.colors[Math.abs(u)%createDebug.colors.length]}createDebug.selectColor=selectColor;function createDebug(i){let u;let p=null;let A;let g;function debug(...i){if(!debug.enabled){return}const p=debug;const A=Number(new Date);const g=A-(u||A);p.diff=g;p.prev=u;p.curr=A;u=A;i[0]=createDebug.coerce(i[0]);if(typeof i[0]!=="string"){i.unshift("%O")}let C=0;i[0]=i[0].replace(/%([a-zA-Z%])/g,((u,A)=>{if(u==="%%"){return"%"}C++;const g=createDebug.formatters[A];if(typeof g==="function"){const A=i[C];u=g.call(p,A);i.splice(C,1);C--}return u}));createDebug.formatArgs.call(p,i);const S=p.log||createDebug.log;S.apply(p,i)}debug.namespace=i;debug.useColors=createDebug.useColors();debug.color=createDebug.selectColor(i);debug.extend=extend;debug.destroy=createDebug.destroy;Object.defineProperty(debug,"enabled",{enumerable:true,configurable:false,get:()=>{if(p!==null){return p}if(A!==createDebug.namespaces){A=createDebug.namespaces;g=createDebug.enabled(i)}return g},set:i=>{p=i}});if(typeof createDebug.init==="function"){createDebug.init(debug)}return debug}function extend(i,u){const p=createDebug(this.namespace+(typeof u==="undefined"?":":u)+i);p.log=this.log;return p}function enable(i){createDebug.save(i);createDebug.namespaces=i;createDebug.names=[];createDebug.skips=[];const u=(typeof i==="string"?i:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const i of u){if(i[0]==="-"){createDebug.skips.push(i.slice(1))}else{createDebug.names.push(i)}}}function matchesTemplate(i,u){let p=0;let A=0;let g=-1;let C=0;while(p<i.length){if(A<u.length&&(u[A]===i[p]||u[A]==="*")){if(u[A]==="*"){g=A;C=p;A++}else{p++;A++}}else if(g!==-1){A=g+1;C++;p=C}else{return false}}while(A<u.length&&u[A]==="*"){A++}return A===u.length}function disable(){const i=[...createDebug.names,...createDebug.skips.map((i=>"-"+i))].join(",");createDebug.enable("");return i}function enabled(i){for(const u of createDebug.skips){if(matchesTemplate(i,u)){return false}}for(const u of createDebug.names){if(matchesTemplate(i,u)){return true}}return false}function coerce(i){if(i instanceof Error){return i.stack||i.message}return i}function destroy(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}createDebug.enable(createDebug.load());return createDebug}i.exports=setup},26085:(i,u,p)=>{if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){i.exports=p(88181)}else{i.exports=p(34349)}},34349:(i,u,p)=>{const A=p(52018);const g=p(39023);u.init=init;u.log=log;u.formatArgs=formatArgs;u.save=save;u.load=load;u.useColors=useColors;u.destroy=g.deprecate((()=>{}),"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");u.colors=[6,2,3,4,5,1];try{const i=p(21450);if(i&&(i.stderr||i).level>=2){u.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(i){}u.inspectOpts=Object.keys(process.env).filter((i=>/^debug_/i.test(i))).reduce(((i,u)=>{const p=u.substring(6).toLowerCase().replace(/_([a-z])/g,((i,u)=>u.toUpperCase()));let A=process.env[u];if(/^(yes|on|true|enabled)$/i.test(A)){A=true}else if(/^(no|off|false|disabled)$/i.test(A)){A=false}else if(A==="null"){A=null}else{A=Number(A)}i[p]=A;return i}),{});function useColors(){return"colors"in u.inspectOpts?Boolean(u.inspectOpts.colors):A.isatty(process.stderr.fd)}function formatArgs(u){const{namespace:p,useColors:A}=this;if(A){const A=this.color;const g="[3"+(A<8?A:"8;5;"+A);const C=` ${g};1m${p} [0m`;u[0]=C+u[0].split("\n").join("\n"+C);u.push(g+"m+"+i.exports.humanize(this.diff)+"[0m")}else{u[0]=getDate()+p+" "+u[0]}}function getDate(){if(u.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...i){return process.stderr.write(g.formatWithOptions(u.inspectOpts,...i)+"\n")}function save(i){if(i){process.env.DEBUG=i}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(i){i.inspectOpts={};const p=Object.keys(u.inspectOpts);for(let A=0;A<p.length;A++){i.inspectOpts[p[A]]=u.inspectOpts[p[A]]}}i.exports=p(70468)(u);const{formatters:C}=i.exports;C.o=function(i){this.inspectOpts.colors=this.useColors;return g.inspect(i,this.inspectOpts).split("\n").map((i=>i.trim())).join(" ")};C.O=function(i){this.inspectOpts.colors=this.useColors;return g.inspect(i,this.inspectOpts)}},62317:i=>{var u=1e3;var p=u*60;var A=p*60;var g=A*24;var C=g*7;var S=g*365.25;i.exports=function(i,u){u=u||{};var p=typeof i;if(p==="string"&&i.length>0){return parse(i)}else if(p==="number"&&isFinite(i)){return u.long?fmtLong(i):fmtShort(i)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(i))};function parse(i){i=String(i);if(i.length>100){return}var w=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(!w){return}var B=parseFloat(w[1]);var v=(w[2]||"ms").toLowerCase();switch(v){case"years":case"year":case"yrs":case"yr":case"y":return B*S;case"weeks":case"week":case"w":return B*C;case"days":case"day":case"d":return B*g;case"hours":case"hour":case"hrs":case"hr":case"h":return B*A;case"minutes":case"minute":case"mins":case"min":case"m":return B*p;case"seconds":case"second":case"secs":case"sec":case"s":return B*u;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return B;default:return undefined}}function fmtShort(i){var C=Math.abs(i);if(C>=g){return Math.round(i/g)+"d"}if(C>=A){return Math.round(i/A)+"h"}if(C>=p){return Math.round(i/p)+"m"}if(C>=u){return Math.round(i/u)+"s"}return i+"ms"}function fmtLong(i){var C=Math.abs(i);if(C>=g){return plural(i,C,g,"day")}if(C>=A){return plural(i,C,A,"hour")}if(C>=p){return plural(i,C,p,"minute")}if(C>=u){return plural(i,C,u,"second")}return i+" ms"}function plural(i,u,p,A){var g=u>=p*1.5;return Math.round(i/p)+" "+A+(g?"s":"")}},20770:(i,u,p)=>{i.exports=p(20218)},20218:(i,u,p)=>{var A=p(69278);var g=p(64756);var C=p(58611);var S=p(65692);var w=p(24434);var B=p(42613);var v=p(39023);u.httpOverHttp=httpOverHttp;u.httpsOverHttp=httpsOverHttp;u.httpOverHttps=httpOverHttps;u.httpsOverHttps=httpsOverHttps;function httpOverHttp(i){var u=new TunnelingAgent(i);u.request=C.request;return u}function httpsOverHttp(i){var u=new TunnelingAgent(i);u.request=C.request;u.createSocket=createSecureSocket;u.defaultPort=443;return u}function httpOverHttps(i){var u=new TunnelingAgent(i);u.request=S.request;return u}function httpsOverHttps(i){var u=new TunnelingAgent(i);u.request=S.request;u.createSocket=createSecureSocket;u.defaultPort=443;return u}function TunnelingAgent(i){var u=this;u.options=i||{};u.proxyOptions=u.options.proxy||{};u.maxSockets=u.options.maxSockets||C.Agent.defaultMaxSockets;u.requests=[];u.sockets=[];u.on("free",(function onFree(i,p,A,g){var C=toOptions(p,A,g);for(var S=0,w=u.requests.length;S<w;++S){var B=u.requests[S];if(B.host===C.host&&B.port===C.port){u.requests.splice(S,1);B.request.onSocket(i);return}}i.destroy();u.removeSocket(i)}))}v.inherits(TunnelingAgent,w.EventEmitter);TunnelingAgent.prototype.addRequest=function addRequest(i,u,p,A){var g=this;var C=mergeOptions({request:i},g.options,toOptions(u,p,A));if(g.sockets.length>=this.maxSockets){g.requests.push(C);return}g.createSocket(C,(function(u){u.on("free",onFree);u.on("close",onCloseOrRemove);u.on("agentRemove",onCloseOrRemove);i.onSocket(u);function onFree(){g.emit("free",u,C)}function onCloseOrRemove(i){g.removeSocket(u);u.removeListener("free",onFree);u.removeListener("close",onCloseOrRemove);u.removeListener("agentRemove",onCloseOrRemove)}}))};TunnelingAgent.prototype.createSocket=function createSocket(i,u){var p=this;var A={};p.sockets.push(A);var g=mergeOptions({},p.proxyOptions,{method:"CONNECT",path:i.host+":"+i.port,agent:false,headers:{host:i.host+":"+i.port}});if(i.localAddress){g.localAddress=i.localAddress}if(g.proxyAuth){g.headers=g.headers||{};g.headers["Proxy-Authorization"]="Basic "+new Buffer(g.proxyAuth).toString("base64")}N("making CONNECT request");var C=p.request(g);C.useChunkedEncodingByDefault=false;C.once("response",onResponse);C.once("upgrade",onUpgrade);C.once("connect",onConnect);C.once("error",onError);C.end();function onResponse(i){i.upgrade=true}function onUpgrade(i,u,p){process.nextTick((function(){onConnect(i,u,p)}))}function onConnect(g,S,w){C.removeAllListeners();S.removeAllListeners();if(g.statusCode!==200){N("tunneling socket could not be established, statusCode=%d",g.statusCode);S.destroy();var B=new Error("tunneling socket could not be established, "+"statusCode="+g.statusCode);B.code="ECONNRESET";i.request.emit("error",B);p.removeSocket(A);return}if(w.length>0){N("got illegal response body from proxy");S.destroy();var B=new Error("got illegal response body from proxy");B.code="ECONNRESET";i.request.emit("error",B);p.removeSocket(A);return}N("tunneling connection has established");p.sockets[p.sockets.indexOf(A)]=S;return u(S)}function onError(u){C.removeAllListeners();N("tunneling socket could not be established, cause=%s\n",u.message,u.stack);var g=new Error("tunneling socket could not be established, "+"cause="+u.message);g.code="ECONNRESET";i.request.emit("error",g);p.removeSocket(A)}};TunnelingAgent.prototype.removeSocket=function removeSocket(i){var u=this.sockets.indexOf(i);if(u===-1){return}this.sockets.splice(u,1);var p=this.requests.shift();if(p){this.createSocket(p,(function(i){p.request.onSocket(i)}))}};function createSecureSocket(i,u){var p=this;TunnelingAgent.prototype.createSocket.call(p,i,(function(A){var C=i.request.getHeader("host");var S=mergeOptions({},p.options,{socket:A,servername:C?C.replace(/:.*$/,""):i.host});var w=g.connect(0,S);p.sockets[p.sockets.indexOf(A)]=w;u(w)}))}function toOptions(i,u,p){if(typeof i==="string"){return{host:i,port:u,localAddress:p}}return i}function mergeOptions(i){for(var u=1,p=arguments.length;u<p;++u){var A=arguments[u];if(typeof A==="object"){var g=Object.keys(A);for(var C=0,S=g.length;C<S;++C){var w=g[C];if(A[w]!==undefined){i[w]=A[w]}}}}return i}var N;if(process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)){N=function(){var i=Array.prototype.slice.call(arguments);if(typeof i[0]==="string"){i[0]="TUNNEL: "+i[0]}else{i.unshift("TUNNEL:")}console.error.apply(console,i)}}else{N=function(){}}u.debug=N},46752:(i,u,p)=>{const A=p(23701);const g=p(30883);const C=p(30628);const S=p(837);const w=p(57405);const B=p(76672);const v=p(53137);const N=p(30050);const T=p(68707);const Q=p(3440);const{InvalidArgumentError:x}=T;const _=p(56615);const k=p(59136);const D=p(47365);const O=p(47501);const P=p(94004);const L=p(52429);const U=p(17816);const{getGlobalDispatcher:H,setGlobalDispatcher:z}=p(32581);const j=p(58155);const q=p(8754);const $=p(25092);Object.assign(g.prototype,_);i.exports.Dispatcher=g;i.exports.Client=A;i.exports.Pool=C;i.exports.BalancedPool=S;i.exports.Agent=w;i.exports.ProxyAgent=B;i.exports.EnvHttpProxyAgent=v;i.exports.RetryAgent=N;i.exports.RetryHandler=U;i.exports.DecoratorHandler=j;i.exports.RedirectHandler=q;i.exports.createRedirectInterceptor=$;i.exports.interceptors={redirect:p(21514),retry:p(92026),dump:p(88060),dns:p(70379)};i.exports.buildConnector=k;i.exports.errors=T;i.exports.util={parseHeaders:Q.parseHeaders,headerNameToString:Q.headerNameToString};function makeDispatcher(i){return(u,p,A)=>{if(typeof p==="function"){A=p;p=null}if(!u||typeof u!=="string"&&typeof u!=="object"&&!(u instanceof URL)){throw new x("invalid url")}if(p!=null&&typeof p!=="object"){throw new x("invalid opts")}if(p&&p.path!=null){if(typeof p.path!=="string"){throw new x("invalid opts.path")}let i=p.path;if(!p.path.startsWith("/")){i=`/${i}`}u=new URL(Q.parseOrigin(u).origin+i)}else{if(!p){p=typeof u==="object"?u:{}}u=Q.parseURL(u)}const{agent:g,dispatcher:C=H()}=p;if(g){throw new x("unsupported opts.agent. Did you mean opts.client?")}return i.call(C,{...p,origin:u.origin,path:u.search?`${u.pathname}${u.search}`:u.pathname,method:p.method||(p.body?"PUT":"GET")},A)}}i.exports.setGlobalDispatcher=z;i.exports.getGlobalDispatcher=H;const J=p(54398).fetch;i.exports.fetch=async function fetch(i,u=undefined){try{return await J(i,u)}catch(i){if(i&&typeof i==="object"){Error.captureStackTrace(i)}throw i}};i.exports.Headers=p(60660).Headers;i.exports.Response=p(99051).Response;i.exports.Request=p(9967).Request;i.exports.FormData=p(35910).FormData;i.exports.File=globalThis.File??p(4573).File;i.exports.FileReader=p(48355).FileReader;const{setGlobalOrigin:W,getGlobalOrigin:Y}=p(51059);i.exports.setGlobalOrigin=W;i.exports.getGlobalOrigin=Y;const{CacheStorage:K}=p(3245);const{kConstruct:Z}=p(20109);i.exports.caches=new K(Z);const{deleteCookie:X,getCookies:ee,getSetCookies:te,setCookie:re}=p(79061);i.exports.deleteCookie=X;i.exports.getCookies=ee;i.exports.getSetCookies=te;i.exports.setCookie=re;const{parseMIMEType:se,serializeAMimeType:ne}=p(51900);i.exports.parseMIMEType=se;i.exports.serializeAMimeType=ne;const{CloseEvent:ie,ErrorEvent:oe,MessageEvent:ae}=p(15188);i.exports.WebSocket=p(13726).WebSocket;i.exports.CloseEvent=ie;i.exports.ErrorEvent=oe;i.exports.MessageEvent=ae;i.exports.request=makeDispatcher(_.request);i.exports.stream=makeDispatcher(_.stream);i.exports.pipeline=makeDispatcher(_.pipeline);i.exports.connect=makeDispatcher(_.connect);i.exports.upgrade=makeDispatcher(_.upgrade);i.exports.MockClient=D;i.exports.MockPool=P;i.exports.MockAgent=O;i.exports.mockErrors=L;const{EventSource:le}=p(21238);i.exports.EventSource=le},80158:(i,u,p)=>{const{addAbortListener:A}=p(3440);const{RequestAbortedError:g}=p(68707);const C=Symbol("kListener");const S=Symbol("kSignal");function abort(i){if(i.abort){i.abort(i[S]?.reason)}else{i.reason=i[S]?.reason??new g}removeSignal(i)}function addSignal(i,u){i.reason=null;i[S]=null;i[C]=null;if(!u){return}if(u.aborted){abort(i);return}i[S]=u;i[C]=()=>{abort(i)};A(i[S],i[C])}function removeSignal(i){if(!i[S]){return}if("removeEventListener"in i[S]){i[S].removeEventListener("abort",i[C])}else{i[S].removeListener("abort",i[C])}i[S]=null;i[C]=null}i.exports={addSignal:addSignal,removeSignal:removeSignal}},34660:(i,u,p)=>{const A=p(34589);const{AsyncResource:g}=p(16698);const{InvalidArgumentError:C,SocketError:S}=p(68707);const w=p(3440);const{addSignal:B,removeSignal:v}=p(80158);class ConnectHandler extends g{constructor(i,u){if(!i||typeof i!=="object"){throw new C("invalid opts")}if(typeof u!=="function"){throw new C("invalid callback")}const{signal:p,opaque:A,responseHeaders:g}=i;if(p&&typeof p.on!=="function"&&typeof p.addEventListener!=="function"){throw new C("signal must be an EventEmitter or EventTarget")}super("UNDICI_CONNECT");this.opaque=A||null;this.responseHeaders=g||null;this.callback=u;this.abort=null;B(this,p)}onConnect(i,u){if(this.reason){i(this.reason);return}A(this.callback);this.abort=i;this.context=u}onHeaders(){throw new S("bad connect",null)}onUpgrade(i,u,p){const{callback:A,opaque:g,context:C}=this;v(this);this.callback=null;let S=u;if(S!=null){S=this.responseHeaders==="raw"?w.parseRawHeaders(u):w.parseHeaders(u)}this.runInAsyncScope(A,null,null,{statusCode:i,headers:S,socket:p,opaque:g,context:C})}onError(i){const{callback:u,opaque:p}=this;v(this);if(u){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(u,null,i,{opaque:p})}))}}}function connect(i,u){if(u===undefined){return new Promise(((u,p)=>{connect.call(this,i,((i,A)=>i?p(i):u(A)))}))}try{const p=new ConnectHandler(i,u);this.dispatch({...i,method:"CONNECT"},p)}catch(p){if(typeof u!=="function"){throw p}const A=i?.opaque;queueMicrotask((()=>u(p,{opaque:A})))}}i.exports=connect},76862:(i,u,p)=>{const{Readable:A,Duplex:g,PassThrough:C}=p(57075);const{InvalidArgumentError:S,InvalidReturnValueError:w,RequestAbortedError:B}=p(68707);const v=p(3440);const{AsyncResource:N}=p(16698);const{addSignal:T,removeSignal:Q}=p(80158);const x=p(34589);const _=Symbol("resume");class PipelineRequest extends A{constructor(){super({autoDestroy:true});this[_]=null}_read(){const{[_]:i}=this;if(i){this[_]=null;i()}}_destroy(i,u){this._read();u(i)}}class PipelineResponse extends A{constructor(i){super({autoDestroy:true});this[_]=i}_read(){this[_]()}_destroy(i,u){if(!i&&!this._readableState.endEmitted){i=new B}u(i)}}class PipelineHandler extends N{constructor(i,u){if(!i||typeof i!=="object"){throw new S("invalid opts")}if(typeof u!=="function"){throw new S("invalid handler")}const{signal:p,method:A,opaque:C,onInfo:w,responseHeaders:N}=i;if(p&&typeof p.on!=="function"&&typeof p.addEventListener!=="function"){throw new S("signal must be an EventEmitter or EventTarget")}if(A==="CONNECT"){throw new S("invalid method")}if(w&&typeof w!=="function"){throw new S("invalid onInfo callback")}super("UNDICI_PIPELINE");this.opaque=C||null;this.responseHeaders=N||null;this.handler=u;this.abort=null;this.context=null;this.onInfo=w||null;this.req=(new PipelineRequest).on("error",v.nop);this.ret=new g({readableObjectMode:i.objectMode,autoDestroy:true,read:()=>{const{body:i}=this;if(i?.resume){i.resume()}},write:(i,u,p)=>{const{req:A}=this;if(A.push(i,u)||A._readableState.destroyed){p()}else{A[_]=p}},destroy:(i,u)=>{const{body:p,req:A,res:g,ret:C,abort:S}=this;if(!i&&!C._readableState.endEmitted){i=new B}if(S&&i){S()}v.destroy(p,i);v.destroy(A,i);v.destroy(g,i);Q(this);u(i)}}).on("prefinish",(()=>{const{req:i}=this;i.push(null)}));this.res=null;T(this,p)}onConnect(i,u){const{ret:p,res:A}=this;if(this.reason){i(this.reason);return}x(!A,"pipeline cannot be retried");x(!p.destroyed);this.abort=i;this.context=u}onHeaders(i,u,p){const{opaque:A,handler:g,context:C}=this;if(i<200){if(this.onInfo){const p=this.responseHeaders==="raw"?v.parseRawHeaders(u):v.parseHeaders(u);this.onInfo({statusCode:i,headers:p})}return}this.res=new PipelineResponse(p);let S;try{this.handler=null;const p=this.responseHeaders==="raw"?v.parseRawHeaders(u):v.parseHeaders(u);S=this.runInAsyncScope(g,null,{statusCode:i,headers:p,opaque:A,body:this.res,context:C})}catch(i){this.res.on("error",v.nop);throw i}if(!S||typeof S.on!=="function"){throw new w("expected Readable")}S.on("data",(i=>{const{ret:u,body:p}=this;if(!u.push(i)&&p.pause){p.pause()}})).on("error",(i=>{const{ret:u}=this;v.destroy(u,i)})).on("end",(()=>{const{ret:i}=this;i.push(null)})).on("close",(()=>{const{ret:i}=this;if(!i._readableState.ended){v.destroy(i,new B)}}));this.body=S}onData(i){const{res:u}=this;return u.push(i)}onComplete(i){const{res:u}=this;u.push(null)}onError(i){const{ret:u}=this;this.handler=null;v.destroy(u,i)}}function pipeline(i,u){try{const p=new PipelineHandler(i,u);this.dispatch({...i,body:p.req},p);return p.ret}catch(i){return(new C).destroy(i)}}i.exports=pipeline},14043:(i,u,p)=>{const A=p(34589);const{Readable:g}=p(49927);const{InvalidArgumentError:C,RequestAbortedError:S}=p(68707);const w=p(3440);const{getResolveErrorBodyCallback:B}=p(87655);const{AsyncResource:v}=p(16698);class RequestHandler extends v{constructor(i,u){if(!i||typeof i!=="object"){throw new C("invalid opts")}const{signal:p,method:A,opaque:g,body:B,onInfo:v,responseHeaders:N,throwOnError:T,highWaterMark:Q}=i;try{if(typeof u!=="function"){throw new C("invalid callback")}if(Q&&(typeof Q!=="number"||Q<0)){throw new C("invalid highWaterMark")}if(p&&typeof p.on!=="function"&&typeof p.addEventListener!=="function"){throw new C("signal must be an EventEmitter or EventTarget")}if(A==="CONNECT"){throw new C("invalid method")}if(v&&typeof v!=="function"){throw new C("invalid onInfo callback")}super("UNDICI_REQUEST")}catch(i){if(w.isStream(B)){w.destroy(B.on("error",w.nop),i)}throw i}this.method=A;this.responseHeaders=N||null;this.opaque=g||null;this.callback=u;this.res=null;this.abort=null;this.body=B;this.trailers={};this.context=null;this.onInfo=v||null;this.throwOnError=T;this.highWaterMark=Q;this.signal=p;this.reason=null;this.removeAbortListener=null;if(w.isStream(B)){B.on("error",(i=>{this.onError(i)}))}if(this.signal){if(this.signal.aborted){this.reason=this.signal.reason??new S}else{this.removeAbortListener=w.addAbortListener(this.signal,(()=>{this.reason=this.signal.reason??new S;if(this.res){w.destroy(this.res.on("error",w.nop),this.reason)}else if(this.abort){this.abort(this.reason)}if(this.removeAbortListener){this.res?.off("close",this.removeAbortListener);this.removeAbortListener();this.removeAbortListener=null}}))}}}onConnect(i,u){if(this.reason){i(this.reason);return}A(this.callback);this.abort=i;this.context=u}onHeaders(i,u,p,A){const{callback:C,opaque:S,abort:v,context:N,responseHeaders:T,highWaterMark:Q}=this;const x=T==="raw"?w.parseRawHeaders(u):w.parseHeaders(u);if(i<200){if(this.onInfo){this.onInfo({statusCode:i,headers:x})}return}const _=T==="raw"?w.parseHeaders(u):x;const k=_["content-type"];const D=_["content-length"];const O=new g({resume:p,abort:v,contentType:k,contentLength:this.method!=="HEAD"&&D?Number(D):null,highWaterMark:Q});if(this.removeAbortListener){O.on("close",this.removeAbortListener)}this.callback=null;this.res=O;if(C!==null){if(this.throwOnError&&i>=400){this.runInAsyncScope(B,null,{callback:C,body:O,contentType:k,statusCode:i,statusMessage:A,headers:x})}else{this.runInAsyncScope(C,null,null,{statusCode:i,headers:x,trailers:this.trailers,opaque:S,body:O,context:N})}}}onData(i){return this.res.push(i)}onComplete(i){w.parseHeaders(i,this.trailers);this.res.push(null)}onError(i){const{res:u,callback:p,body:A,opaque:g}=this;if(p){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(p,null,i,{opaque:g})}))}if(u){this.res=null;queueMicrotask((()=>{w.destroy(u,i)}))}if(A){this.body=null;w.destroy(A,i)}if(this.removeAbortListener){u?.off("close",this.removeAbortListener);this.removeAbortListener();this.removeAbortListener=null}}}function request(i,u){if(u===undefined){return new Promise(((u,p)=>{request.call(this,i,((i,A)=>i?p(i):u(A)))}))}try{this.dispatch(i,new RequestHandler(i,u))}catch(p){if(typeof u!=="function"){throw p}const A=i?.opaque;queueMicrotask((()=>u(p,{opaque:A})))}}i.exports=request;i.exports.RequestHandler=RequestHandler},3560:(i,u,p)=>{const A=p(34589);const{finished:g,PassThrough:C}=p(57075);const{InvalidArgumentError:S,InvalidReturnValueError:w}=p(68707);const B=p(3440);const{getResolveErrorBodyCallback:v}=p(87655);const{AsyncResource:N}=p(16698);const{addSignal:T,removeSignal:Q}=p(80158);class StreamHandler extends N{constructor(i,u,p){if(!i||typeof i!=="object"){throw new S("invalid opts")}const{signal:A,method:g,opaque:C,body:w,onInfo:v,responseHeaders:N,throwOnError:Q}=i;try{if(typeof p!=="function"){throw new S("invalid callback")}if(typeof u!=="function"){throw new S("invalid factory")}if(A&&typeof A.on!=="function"&&typeof A.addEventListener!=="function"){throw new S("signal must be an EventEmitter or EventTarget")}if(g==="CONNECT"){throw new S("invalid method")}if(v&&typeof v!=="function"){throw new S("invalid onInfo callback")}super("UNDICI_STREAM")}catch(i){if(B.isStream(w)){B.destroy(w.on("error",B.nop),i)}throw i}this.responseHeaders=N||null;this.opaque=C||null;this.factory=u;this.callback=p;this.res=null;this.abort=null;this.context=null;this.trailers=null;this.body=w;this.onInfo=v||null;this.throwOnError=Q||false;if(B.isStream(w)){w.on("error",(i=>{this.onError(i)}))}T(this,A)}onConnect(i,u){if(this.reason){i(this.reason);return}A(this.callback);this.abort=i;this.context=u}onHeaders(i,u,p,A){const{factory:S,opaque:N,context:T,callback:Q,responseHeaders:x}=this;const _=x==="raw"?B.parseRawHeaders(u):B.parseHeaders(u);if(i<200){if(this.onInfo){this.onInfo({statusCode:i,headers:_})}return}this.factory=null;let k;if(this.throwOnError&&i>=400){const p=x==="raw"?B.parseHeaders(u):_;const g=p["content-type"];k=new C;this.callback=null;this.runInAsyncScope(v,null,{callback:Q,body:k,contentType:g,statusCode:i,statusMessage:A,headers:_})}else{if(S===null){return}k=this.runInAsyncScope(S,null,{statusCode:i,headers:_,opaque:N,context:T});if(!k||typeof k.write!=="function"||typeof k.end!=="function"||typeof k.on!=="function"){throw new w("expected Writable")}g(k,{readable:false},(i=>{const{callback:u,res:p,opaque:A,trailers:g,abort:C}=this;this.res=null;if(i||!p.readable){B.destroy(p,i)}this.callback=null;this.runInAsyncScope(u,null,i||null,{opaque:A,trailers:g});if(i){C()}}))}k.on("drain",p);this.res=k;const D=k.writableNeedDrain!==undefined?k.writableNeedDrain:k._writableState?.needDrain;return D!==true}onData(i){const{res:u}=this;return u?u.write(i):true}onComplete(i){const{res:u}=this;Q(this);if(!u){return}this.trailers=B.parseHeaders(i);u.end()}onError(i){const{res:u,callback:p,opaque:A,body:g}=this;Q(this);this.factory=null;if(u){this.res=null;B.destroy(u,i)}else if(p){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(p,null,i,{opaque:A})}))}if(g){this.body=null;B.destroy(g,i)}}}function stream(i,u,p){if(p===undefined){return new Promise(((p,A)=>{stream.call(this,i,u,((i,u)=>i?A(i):p(u)))}))}try{this.dispatch(i,new StreamHandler(i,u,p))}catch(u){if(typeof p!=="function"){throw u}const A=i?.opaque;queueMicrotask((()=>p(u,{opaque:A})))}}i.exports=stream},61882:(i,u,p)=>{const{InvalidArgumentError:A,SocketError:g}=p(68707);const{AsyncResource:C}=p(16698);const S=p(3440);const{addSignal:w,removeSignal:B}=p(80158);const v=p(34589);class UpgradeHandler extends C{constructor(i,u){if(!i||typeof i!=="object"){throw new A("invalid opts")}if(typeof u!=="function"){throw new A("invalid callback")}const{signal:p,opaque:g,responseHeaders:C}=i;if(p&&typeof p.on!=="function"&&typeof p.addEventListener!=="function"){throw new A("signal must be an EventEmitter or EventTarget")}super("UNDICI_UPGRADE");this.responseHeaders=C||null;this.opaque=g||null;this.callback=u;this.abort=null;this.context=null;w(this,p)}onConnect(i,u){if(this.reason){i(this.reason);return}v(this.callback);this.abort=i;this.context=null}onHeaders(){throw new g("bad upgrade",null)}onUpgrade(i,u,p){v(i===101);const{callback:A,opaque:g,context:C}=this;B(this);this.callback=null;const w=this.responseHeaders==="raw"?S.parseRawHeaders(u):S.parseHeaders(u);this.runInAsyncScope(A,null,null,{headers:w,socket:p,opaque:g,context:C})}onError(i){const{callback:u,opaque:p}=this;B(this);if(u){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(u,null,i,{opaque:p})}))}}}function upgrade(i,u){if(u===undefined){return new Promise(((u,p)=>{upgrade.call(this,i,((i,A)=>i?p(i):u(A)))}))}try{const p=new UpgradeHandler(i,u);this.dispatch({...i,method:i.method||"GET",upgrade:i.protocol||"Websocket"},p)}catch(p){if(typeof u!=="function"){throw p}const A=i?.opaque;queueMicrotask((()=>u(p,{opaque:A})))}}i.exports=upgrade},56615:(i,u,p)=>{i.exports.request=p(14043);i.exports.stream=p(3560);i.exports.pipeline=p(76862);i.exports.upgrade=p(61882);i.exports.connect=p(34660)},49927:(i,u,p)=>{const A=p(34589);const{Readable:g}=p(57075);const{RequestAbortedError:C,NotSupportedError:S,InvalidArgumentError:w,AbortError:B}=p(68707);const v=p(3440);const{ReadableStreamFrom:N}=p(3440);const T=Symbol("kConsume");const Q=Symbol("kReading");const x=Symbol("kBody");const _=Symbol("kAbort");const k=Symbol("kContentType");const D=Symbol("kContentLength");const noop=()=>{};class BodyReadable extends g{constructor({resume:i,abort:u,contentType:p="",contentLength:A,highWaterMark:g=64*1024}){super({autoDestroy:true,read:i,highWaterMark:g});this._readableState.dataEmitted=false;this[_]=u;this[T]=null;this[x]=null;this[k]=p;this[D]=A;this[Q]=false}destroy(i){if(!i&&!this._readableState.endEmitted){i=new C}if(i){this[_]()}return super.destroy(i)}_destroy(i,u){if(!this[Q]){setImmediate((()=>{u(i)}))}else{u(i)}}on(i,...u){if(i==="data"||i==="readable"){this[Q]=true}return super.on(i,...u)}addListener(i,...u){return this.on(i,...u)}off(i,...u){const p=super.off(i,...u);if(i==="data"||i==="readable"){this[Q]=this.listenerCount("data")>0||this.listenerCount("readable")>0}return p}removeListener(i,...u){return this.off(i,...u)}push(i){if(this[T]&&i!==null){consumePush(this[T],i);return this[Q]?super.push(i):true}return super.push(i)}async text(){return consume(this,"text")}async json(){return consume(this,"json")}async blob(){return consume(this,"blob")}async bytes(){return consume(this,"bytes")}async arrayBuffer(){return consume(this,"arrayBuffer")}async formData(){throw new S}get bodyUsed(){return v.isDisturbed(this)}get body(){if(!this[x]){this[x]=N(this);if(this[T]){this[x].getReader();A(this[x].locked)}}return this[x]}async dump(i){let u=Number.isFinite(i?.limit)?i.limit:128*1024;const p=i?.signal;if(p!=null&&(typeof p!=="object"||!("aborted"in p))){throw new w("signal must be an AbortSignal")}p?.throwIfAborted();if(this._readableState.closeEmitted){return null}return await new Promise(((i,A)=>{if(this[D]>u){this.destroy(new B)}const onAbort=()=>{this.destroy(p.reason??new B)};p?.addEventListener("abort",onAbort);this.on("close",(function(){p?.removeEventListener("abort",onAbort);if(p?.aborted){A(p.reason??new B)}else{i(null)}})).on("error",noop).on("data",(function(i){u-=i.length;if(u<=0){this.destroy()}})).resume()}))}}function isLocked(i){return i[x]&&i[x].locked===true||i[T]}function isUnusable(i){return v.isDisturbed(i)||isLocked(i)}async function consume(i,u){A(!i[T]);return new Promise(((p,A)=>{if(isUnusable(i)){const u=i._readableState;if(u.destroyed&&u.closeEmitted===false){i.on("error",(i=>{A(i)})).on("close",(()=>{A(new TypeError("unusable"))}))}else{A(u.errored??new TypeError("unusable"))}}else{queueMicrotask((()=>{i[T]={type:u,stream:i,resolve:p,reject:A,length:0,body:[]};i.on("error",(function(i){consumeFinish(this[T],i)})).on("close",(function(){if(this[T].body!==null){consumeFinish(this[T],new C)}}));consumeStart(i[T])}))}}))}function consumeStart(i){if(i.body===null){return}const{_readableState:u}=i.stream;if(u.bufferIndex){const p=u.bufferIndex;const A=u.buffer.length;for(let g=p;g<A;g++){consumePush(i,u.buffer[g])}}else{for(const p of u.buffer){consumePush(i,p)}}if(u.endEmitted){consumeEnd(this[T])}else{i.stream.on("end",(function(){consumeEnd(this[T])}))}i.stream.resume();while(i.stream.read()!=null){}}function chunksDecode(i,u){if(i.length===0||u===0){return""}const p=i.length===1?i[0]:Buffer.concat(i,u);const A=p.length;const g=A>2&&p[0]===239&&p[1]===187&&p[2]===191?3:0;return p.utf8Slice(g,A)}function chunksConcat(i,u){if(i.length===0||u===0){return new Uint8Array(0)}if(i.length===1){return new Uint8Array(i[0])}const p=new Uint8Array(Buffer.allocUnsafeSlow(u).buffer);let A=0;for(let u=0;u<i.length;++u){const g=i[u];p.set(g,A);A+=g.length}return p}function consumeEnd(i){const{type:u,body:p,resolve:A,stream:g,length:C}=i;try{if(u==="text"){A(chunksDecode(p,C))}else if(u==="json"){A(JSON.parse(chunksDecode(p,C)))}else if(u==="arrayBuffer"){A(chunksConcat(p,C).buffer)}else if(u==="blob"){A(new Blob(p,{type:g[k]}))}else if(u==="bytes"){A(chunksConcat(p,C))}consumeFinish(i)}catch(i){g.destroy(i)}}function consumePush(i,u){i.length+=u.length;i.body.push(u)}function consumeFinish(i,u){if(i.body===null){return}if(u){i.reject(u)}else{i.resolve()}i.type=null;i.stream=null;i.resolve=null;i.reject=null;i.length=0;i.body=null}i.exports={Readable:BodyReadable,chunksDecode:chunksDecode}},87655:(i,u,p)=>{const A=p(34589);const{ResponseStatusCodeError:g}=p(68707);const{chunksDecode:C}=p(49927);const S=128*1024;async function getResolveErrorBodyCallback({callback:i,body:u,contentType:p,statusCode:w,statusMessage:B,headers:v}){A(u);let N=[];let T=0;try{for await(const i of u){N.push(i);T+=i.length;if(T>S){N=[];T=0;break}}}catch{N=[];T=0}const Q=`Response status code ${w}${B?`: ${B}`:""}`;if(w===204||!p||!T){queueMicrotask((()=>i(new g(Q,w,v))));return}const x=Error.stackTraceLimit;Error.stackTraceLimit=0;let _;try{if(isContentTypeApplicationJson(p)){_=JSON.parse(C(N,T))}else if(isContentTypeText(p)){_=C(N,T)}}catch{}finally{Error.stackTraceLimit=x}queueMicrotask((()=>i(new g(Q,w,v,_))))}const isContentTypeApplicationJson=i=>i.length>15&&i[11]==="/"&&i[0]==="a"&&i[1]==="p"&&i[2]==="p"&&i[3]==="l"&&i[4]==="i"&&i[5]==="c"&&i[6]==="a"&&i[7]==="t"&&i[8]==="i"&&i[9]==="o"&&i[10]==="n"&&i[12]==="j"&&i[13]==="s"&&i[14]==="o"&&i[15]==="n";const isContentTypeText=i=>i.length>4&&i[4]==="/"&&i[0]==="t"&&i[1]==="e"&&i[2]==="x"&&i[3]==="t";i.exports={getResolveErrorBodyCallback:getResolveErrorBodyCallback,isContentTypeApplicationJson:isContentTypeApplicationJson,isContentTypeText:isContentTypeText}},59136:(i,u,p)=>{const A=p(77030);const g=p(34589);const C=p(3440);const{InvalidArgumentError:S,ConnectTimeoutError:w}=p(68707);const B=p(96603);function noop(){}let v;let N;if(global.FinalizationRegistry&&!(process.env.NODE_V8_COVERAGE||process.env.UNDICI_NO_FG)){N=class WeakSessionCache{constructor(i){this._maxCachedSessions=i;this._sessionCache=new Map;this._sessionRegistry=new global.FinalizationRegistry((i=>{if(this._sessionCache.size<this._maxCachedSessions){return}const u=this._sessionCache.get(i);if(u!==undefined&&u.deref()===undefined){this._sessionCache.delete(i)}}))}get(i){const u=this._sessionCache.get(i);return u?u.deref():null}set(i,u){if(this._maxCachedSessions===0){return}this._sessionCache.set(i,new WeakRef(u));this._sessionRegistry.register(u,i)}}}else{N=class SimpleSessionCache{constructor(i){this._maxCachedSessions=i;this._sessionCache=new Map}get(i){return this._sessionCache.get(i)}set(i,u){if(this._maxCachedSessions===0){return}if(this._sessionCache.size>=this._maxCachedSessions){const{value:i}=this._sessionCache.keys().next();this._sessionCache.delete(i)}this._sessionCache.set(i,u)}}}function buildConnector({allowH2:i,maxCachedSessions:u,socketPath:w,timeout:B,session:Q,...x}){if(u!=null&&(!Number.isInteger(u)||u<0)){throw new S("maxCachedSessions must be a positive integer or zero")}const _={path:w,...x};const k=new N(u==null?100:u);B=B==null?1e4:B;i=i!=null?i:false;return function connect({hostname:u,host:S,protocol:w,port:N,servername:x,localAddress:D,httpSocket:O},P){let L;if(w==="https:"){if(!v){v=p(41692)}x=x||_.servername||C.getServerName(S)||null;const A=x||u;g(A);const w=Q||k.get(A)||null;N=N||443;L=v.connect({highWaterMark:16384,..._,servername:x,session:w,localAddress:D,ALPNProtocols:i?["http/1.1","h2"]:["http/1.1"],socket:O,port:N,host:u});L.on("session",(function(i){k.set(A,i)}))}else{g(!O,"httpSocket can only be sent on TLS update");N=N||80;L=A.connect({highWaterMark:64*1024,..._,localAddress:D,port:N,host:u})}if(_.keepAlive==null||_.keepAlive){const i=_.keepAliveInitialDelay===undefined?6e4:_.keepAliveInitialDelay;L.setKeepAlive(true,i)}const U=T(new WeakRef(L),{timeout:B,hostname:u,port:N});L.setNoDelay(true).once(w==="https:"?"secureConnect":"connect",(function(){queueMicrotask(U);if(P){const i=P;P=null;i(null,this)}})).on("error",(function(i){queueMicrotask(U);if(P){const u=P;P=null;u(i)}}));return L}}const T=process.platform==="win32"?(i,u)=>{if(!u.timeout){return noop}let p=null;let A=null;const g=B.setFastTimeout((()=>{p=setImmediate((()=>{A=setImmediate((()=>onConnectTimeout(i.deref(),u)))}))}),u.timeout);return()=>{B.clearFastTimeout(g);clearImmediate(p);clearImmediate(A)}}:(i,u)=>{if(!u.timeout){return noop}let p=null;const A=B.setFastTimeout((()=>{p=setImmediate((()=>{onConnectTimeout(i.deref(),u)}))}),u.timeout);return()=>{B.clearFastTimeout(A);clearImmediate(p)}};function onConnectTimeout(i,u){if(i==null){return}let p="Connect Timeout Error";if(Array.isArray(i.autoSelectFamilyAttemptedAddresses)){p+=` (attempted addresses: ${i.autoSelectFamilyAttemptedAddresses.join(", ")},`}else{p+=` (attempted address: ${u.hostname}:${u.port},`}p+=` timeout: ${u.timeout}ms)`;C.destroy(i,new w(p))}i.exports=buildConnector},10735:i=>{const u={};const p=["Accept","Accept-Encoding","Accept-Language","Accept-Ranges","Access-Control-Allow-Credentials","Access-Control-Allow-Headers","Access-Control-Allow-Methods","Access-Control-Allow-Origin","Access-Control-Expose-Headers","Access-Control-Max-Age","Access-Control-Request-Headers","Access-Control-Request-Method","Age","Allow","Alt-Svc","Alt-Used","Authorization","Cache-Control","Clear-Site-Data","Connection","Content-Disposition","Content-Encoding","Content-Language","Content-Length","Content-Location","Content-Range","Content-Security-Policy","Content-Security-Policy-Report-Only","Content-Type","Cookie","Cross-Origin-Embedder-Policy","Cross-Origin-Opener-Policy","Cross-Origin-Resource-Policy","Date","Device-Memory","Downlink","ECT","ETag","Expect","Expect-CT","Expires","Forwarded","From","Host","If-Match","If-Modified-Since","If-None-Match","If-Range","If-Unmodified-Since","Keep-Alive","Last-Modified","Link","Location","Max-Forwards","Origin","Permissions-Policy","Pragma","Proxy-Authenticate","Proxy-Authorization","RTT","Range","Referer","Referrer-Policy","Refresh","Retry-After","Sec-WebSocket-Accept","Sec-WebSocket-Extensions","Sec-WebSocket-Key","Sec-WebSocket-Protocol","Sec-WebSocket-Version","Server","Server-Timing","Service-Worker-Allowed","Service-Worker-Navigation-Preload","Set-Cookie","SourceMap","Strict-Transport-Security","Supports-Loading-Mode","TE","Timing-Allow-Origin","Trailer","Transfer-Encoding","Upgrade","Upgrade-Insecure-Requests","User-Agent","Vary","Via","WWW-Authenticate","X-Content-Type-Options","X-DNS-Prefetch-Control","X-Frame-Options","X-Permitted-Cross-Domain-Policies","X-Powered-By","X-Requested-With","X-XSS-Protection"];for(let i=0;i<p.length;++i){const A=p[i];const g=A.toLowerCase();u[A]=u[g]=g}Object.setPrototypeOf(u,null);i.exports={wellknownHeaderNames:p,headerNameLowerCasedRecord:u}},42414:(i,u,p)=>{const A=p(53053);const g=p(57975);const C=g.debuglog("undici");const S=g.debuglog("fetch");const w=g.debuglog("websocket");let B=false;const v={beforeConnect:A.channel("undici:client:beforeConnect"),connected:A.channel("undici:client:connected"),connectError:A.channel("undici:client:connectError"),sendHeaders:A.channel("undici:client:sendHeaders"),create:A.channel("undici:request:create"),bodySent:A.channel("undici:request:bodySent"),headers:A.channel("undici:request:headers"),trailers:A.channel("undici:request:trailers"),error:A.channel("undici:request:error"),open:A.channel("undici:websocket:open"),close:A.channel("undici:websocket:close"),socketError:A.channel("undici:websocket:socket_error"),ping:A.channel("undici:websocket:ping"),pong:A.channel("undici:websocket:pong")};if(C.enabled||S.enabled){const i=S.enabled?S:C;A.channel("undici:client:beforeConnect").subscribe((u=>{const{connectParams:{version:p,protocol:A,port:g,host:C}}=u;i("connecting to %s using %s%s",`${C}${g?`:${g}`:""}`,A,p)}));A.channel("undici:client:connected").subscribe((u=>{const{connectParams:{version:p,protocol:A,port:g,host:C}}=u;i("connected to %s using %s%s",`${C}${g?`:${g}`:""}`,A,p)}));A.channel("undici:client:connectError").subscribe((u=>{const{connectParams:{version:p,protocol:A,port:g,host:C},error:S}=u;i("connection to %s using %s%s errored - %s",`${C}${g?`:${g}`:""}`,A,p,S.message)}));A.channel("undici:client:sendHeaders").subscribe((u=>{const{request:{method:p,path:A,origin:g}}=u;i("sending request to %s %s/%s",p,g,A)}));A.channel("undici:request:headers").subscribe((u=>{const{request:{method:p,path:A,origin:g},response:{statusCode:C}}=u;i("received response to %s %s/%s - HTTP %d",p,g,A,C)}));A.channel("undici:request:trailers").subscribe((u=>{const{request:{method:p,path:A,origin:g}}=u;i("trailers received from %s %s/%s",p,g,A)}));A.channel("undici:request:error").subscribe((u=>{const{request:{method:p,path:A,origin:g},error:C}=u;i("request to %s %s/%s errored - %s",p,g,A,C.message)}));B=true}if(w.enabled){if(!B){const i=C.enabled?C:w;A.channel("undici:client:beforeConnect").subscribe((u=>{const{connectParams:{version:p,protocol:A,port:g,host:C}}=u;i("connecting to %s%s using %s%s",C,g?`:${g}`:"",A,p)}));A.channel("undici:client:connected").subscribe((u=>{const{connectParams:{version:p,protocol:A,port:g,host:C}}=u;i("connected to %s%s using %s%s",C,g?`:${g}`:"",A,p)}));A.channel("undici:client:connectError").subscribe((u=>{const{connectParams:{version:p,protocol:A,port:g,host:C},error:S}=u;i("connection to %s%s using %s%s errored - %s",C,g?`:${g}`:"",A,p,S.message)}));A.channel("undici:client:sendHeaders").subscribe((u=>{const{request:{method:p,path:A,origin:g}}=u;i("sending request to %s %s/%s",p,g,A)}))}A.channel("undici:websocket:open").subscribe((i=>{const{address:{address:u,port:p}}=i;w("connection opened %s%s",u,p?`:${p}`:"")}));A.channel("undici:websocket:close").subscribe((i=>{const{websocket:u,code:p,reason:A}=i;w("closed connection to %s - %s %s",u.url,p,A)}));A.channel("undici:websocket:socket_error").subscribe((i=>{w("connection errored - %s",i.message)}));A.channel("undici:websocket:ping").subscribe((i=>{w("ping received")}));A.channel("undici:websocket:pong").subscribe((i=>{w("pong received")}))}i.exports={channels:v}},68707:i=>{const u=Symbol.for("undici.error.UND_ERR");class UndiciError extends Error{constructor(i){super(i);this.name="UndiciError";this.code="UND_ERR"}static[Symbol.hasInstance](i){return i&&i[u]===true}[u]=true}const p=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT");class ConnectTimeoutError extends UndiciError{constructor(i){super(i);this.name="ConnectTimeoutError";this.message=i||"Connect Timeout Error";this.code="UND_ERR_CONNECT_TIMEOUT"}static[Symbol.hasInstance](i){return i&&i[p]===true}[p]=true}const A=Symbol.for("undici.error.UND_ERR_HEADERS_TIMEOUT");class HeadersTimeoutError extends UndiciError{constructor(i){super(i);this.name="HeadersTimeoutError";this.message=i||"Headers Timeout Error";this.code="UND_ERR_HEADERS_TIMEOUT"}static[Symbol.hasInstance](i){return i&&i[A]===true}[A]=true}const g=Symbol.for("undici.error.UND_ERR_HEADERS_OVERFLOW");class HeadersOverflowError extends UndiciError{constructor(i){super(i);this.name="HeadersOverflowError";this.message=i||"Headers Overflow Error";this.code="UND_ERR_HEADERS_OVERFLOW"}static[Symbol.hasInstance](i){return i&&i[g]===true}[g]=true}const C=Symbol.for("undici.error.UND_ERR_BODY_TIMEOUT");class BodyTimeoutError extends UndiciError{constructor(i){super(i);this.name="BodyTimeoutError";this.message=i||"Body Timeout Error";this.code="UND_ERR_BODY_TIMEOUT"}static[Symbol.hasInstance](i){return i&&i[C]===true}[C]=true}const S=Symbol.for("undici.error.UND_ERR_RESPONSE_STATUS_CODE");class ResponseStatusCodeError extends UndiciError{constructor(i,u,p,A){super(i);this.name="ResponseStatusCodeError";this.message=i||"Response Status Code Error";this.code="UND_ERR_RESPONSE_STATUS_CODE";this.body=A;this.status=u;this.statusCode=u;this.headers=p}static[Symbol.hasInstance](i){return i&&i[S]===true}[S]=true}const w=Symbol.for("undici.error.UND_ERR_INVALID_ARG");class InvalidArgumentError extends UndiciError{constructor(i){super(i);this.name="InvalidArgumentError";this.message=i||"Invalid Argument Error";this.code="UND_ERR_INVALID_ARG"}static[Symbol.hasInstance](i){return i&&i[w]===true}[w]=true}const B=Symbol.for("undici.error.UND_ERR_INVALID_RETURN_VALUE");class InvalidReturnValueError extends UndiciError{constructor(i){super(i);this.name="InvalidReturnValueError";this.message=i||"Invalid Return Value Error";this.code="UND_ERR_INVALID_RETURN_VALUE"}static[Symbol.hasInstance](i){return i&&i[B]===true}[B]=true}const v=Symbol.for("undici.error.UND_ERR_ABORT");class AbortError extends UndiciError{constructor(i){super(i);this.name="AbortError";this.message=i||"The operation was aborted";this.code="UND_ERR_ABORT"}static[Symbol.hasInstance](i){return i&&i[v]===true}[v]=true}const N=Symbol.for("undici.error.UND_ERR_ABORTED");class RequestAbortedError extends AbortError{constructor(i){super(i);this.name="AbortError";this.message=i||"Request aborted";this.code="UND_ERR_ABORTED"}static[Symbol.hasInstance](i){return i&&i[N]===true}[N]=true}const T=Symbol.for("undici.error.UND_ERR_INFO");class InformationalError extends UndiciError{constructor(i){super(i);this.name="InformationalError";this.message=i||"Request information";this.code="UND_ERR_INFO"}static[Symbol.hasInstance](i){return i&&i[T]===true}[T]=true}const Q=Symbol.for("undici.error.UND_ERR_REQ_CONTENT_LENGTH_MISMATCH");class RequestContentLengthMismatchError extends UndiciError{constructor(i){super(i);this.name="RequestContentLengthMismatchError";this.message=i||"Request body length does not match content-length header";this.code="UND_ERR_REQ_CONTENT_LENGTH_MISMATCH"}static[Symbol.hasInstance](i){return i&&i[Q]===true}[Q]=true}const x=Symbol.for("undici.error.UND_ERR_RES_CONTENT_LENGTH_MISMATCH");class ResponseContentLengthMismatchError extends UndiciError{constructor(i){super(i);this.name="ResponseContentLengthMismatchError";this.message=i||"Response body length does not match content-length header";this.code="UND_ERR_RES_CONTENT_LENGTH_MISMATCH"}static[Symbol.hasInstance](i){return i&&i[x]===true}[x]=true}const _=Symbol.for("undici.error.UND_ERR_DESTROYED");class ClientDestroyedError extends UndiciError{constructor(i){super(i);this.name="ClientDestroyedError";this.message=i||"The client is destroyed";this.code="UND_ERR_DESTROYED"}static[Symbol.hasInstance](i){return i&&i[_]===true}[_]=true}const k=Symbol.for("undici.error.UND_ERR_CLOSED");class ClientClosedError extends UndiciError{constructor(i){super(i);this.name="ClientClosedError";this.message=i||"The client is closed";this.code="UND_ERR_CLOSED"}static[Symbol.hasInstance](i){return i&&i[k]===true}[k]=true}const D=Symbol.for("undici.error.UND_ERR_SOCKET");class SocketError extends UndiciError{constructor(i,u){super(i);this.name="SocketError";this.message=i||"Socket error";this.code="UND_ERR_SOCKET";this.socket=u}static[Symbol.hasInstance](i){return i&&i[D]===true}[D]=true}const O=Symbol.for("undici.error.UND_ERR_NOT_SUPPORTED");class NotSupportedError extends UndiciError{constructor(i){super(i);this.name="NotSupportedError";this.message=i||"Not supported error";this.code="UND_ERR_NOT_SUPPORTED"}static[Symbol.hasInstance](i){return i&&i[O]===true}[O]=true}const P=Symbol.for("undici.error.UND_ERR_BPL_MISSING_UPSTREAM");class BalancedPoolMissingUpstreamError extends UndiciError{constructor(i){super(i);this.name="MissingUpstreamError";this.message=i||"No upstream has been added to the BalancedPool";this.code="UND_ERR_BPL_MISSING_UPSTREAM"}static[Symbol.hasInstance](i){return i&&i[P]===true}[P]=true}const L=Symbol.for("undici.error.UND_ERR_HTTP_PARSER");class HTTPParserError extends Error{constructor(i,u,p){super(i);this.name="HTTPParserError";this.code=u?`HPE_${u}`:undefined;this.data=p?p.toString():undefined}static[Symbol.hasInstance](i){return i&&i[L]===true}[L]=true}const U=Symbol.for("undici.error.UND_ERR_RES_EXCEEDED_MAX_SIZE");class ResponseExceededMaxSizeError extends UndiciError{constructor(i){super(i);this.name="ResponseExceededMaxSizeError";this.message=i||"Response content exceeded max size";this.code="UND_ERR_RES_EXCEEDED_MAX_SIZE"}static[Symbol.hasInstance](i){return i&&i[U]===true}[U]=true}const H=Symbol.for("undici.error.UND_ERR_REQ_RETRY");class RequestRetryError extends UndiciError{constructor(i,u,{headers:p,data:A}){super(i);this.name="RequestRetryError";this.message=i||"Request retry error";this.code="UND_ERR_REQ_RETRY";this.statusCode=u;this.data=A;this.headers=p}static[Symbol.hasInstance](i){return i&&i[H]===true}[H]=true}const z=Symbol.for("undici.error.UND_ERR_RESPONSE");class ResponseError extends UndiciError{constructor(i,u,{headers:p,data:A}){super(i);this.name="ResponseError";this.message=i||"Response error";this.code="UND_ERR_RESPONSE";this.statusCode=u;this.data=A;this.headers=p}static[Symbol.hasInstance](i){return i&&i[z]===true}[z]=true}const j=Symbol.for("undici.error.UND_ERR_PRX_TLS");class SecureProxyConnectionError extends UndiciError{constructor(i,u,p){super(u,{cause:i,...p??{}});this.name="SecureProxyConnectionError";this.message=u||"Secure Proxy Connection failed";this.code="UND_ERR_PRX_TLS";this.cause=i}static[Symbol.hasInstance](i){return i&&i[j]===true}[j]=true}i.exports={AbortError:AbortError,HTTPParserError:HTTPParserError,UndiciError:UndiciError,HeadersTimeoutError:HeadersTimeoutError,HeadersOverflowError:HeadersOverflowError,BodyTimeoutError:BodyTimeoutError,RequestContentLengthMismatchError:RequestContentLengthMismatchError,ConnectTimeoutError:ConnectTimeoutError,ResponseStatusCodeError:ResponseStatusCodeError,InvalidArgumentError:InvalidArgumentError,InvalidReturnValueError:InvalidReturnValueError,RequestAbortedError:RequestAbortedError,ClientDestroyedError:ClientDestroyedError,ClientClosedError:ClientClosedError,InformationalError:InformationalError,SocketError:SocketError,NotSupportedError:NotSupportedError,ResponseContentLengthMismatchError:ResponseContentLengthMismatchError,BalancedPoolMissingUpstreamError:BalancedPoolMissingUpstreamError,ResponseExceededMaxSizeError:ResponseExceededMaxSizeError,RequestRetryError:RequestRetryError,ResponseError:ResponseError,SecureProxyConnectionError:SecureProxyConnectionError}},44655:(i,u,p)=>{const{InvalidArgumentError:A,NotSupportedError:g}=p(68707);const C=p(34589);const{isValidHTTPToken:S,isValidHeaderValue:w,isStream:B,destroy:v,isBuffer:N,isFormDataLike:T,isIterable:Q,isBlobLike:x,buildURL:_,validateHandler:k,getServerName:D,normalizedMethodRecords:O}=p(3440);const{channels:P}=p(42414);const{headerNameLowerCasedRecord:L}=p(10735);const U=/[^\u0021-\u00ff]/;const H=Symbol("handler");class Request{constructor(i,{path:u,method:p,body:g,headers:C,query:w,idempotent:L,blocking:z,upgrade:j,headersTimeout:q,bodyTimeout:$,reset:J,throwOnError:W,expectContinue:Y,servername:K},Z){if(typeof u!=="string"){throw new A("path must be a string")}else if(u[0]!=="/"&&!(u.startsWith("http://")||u.startsWith("https://"))&&p!=="CONNECT"){throw new A("path must be an absolute URL or start with a slash")}else if(U.test(u)){throw new A("invalid request path")}if(typeof p!=="string"){throw new A("method must be a string")}else if(O[p]===undefined&&!S(p)){throw new A("invalid request method")}if(j&&typeof j!=="string"){throw new A("upgrade must be a string")}if(q!=null&&(!Number.isFinite(q)||q<0)){throw new A("invalid headersTimeout")}if($!=null&&(!Number.isFinite($)||$<0)){throw new A("invalid bodyTimeout")}if(J!=null&&typeof J!=="boolean"){throw new A("invalid reset")}if(Y!=null&&typeof Y!=="boolean"){throw new A("invalid expectContinue")}this.headersTimeout=q;this.bodyTimeout=$;this.throwOnError=W===true;this.method=p;this.abort=null;if(g==null){this.body=null}else if(B(g)){this.body=g;const i=this.body._readableState;if(!i||!i.autoDestroy){this.endHandler=function autoDestroy(){v(this)};this.body.on("end",this.endHandler)}this.errorHandler=i=>{if(this.abort){this.abort(i)}else{this.error=i}};this.body.on("error",this.errorHandler)}else if(N(g)){this.body=g.byteLength?g:null}else if(ArrayBuffer.isView(g)){this.body=g.buffer.byteLength?Buffer.from(g.buffer,g.byteOffset,g.byteLength):null}else if(g instanceof ArrayBuffer){this.body=g.byteLength?Buffer.from(g):null}else if(typeof g==="string"){this.body=g.length?Buffer.from(g):null}else if(T(g)||Q(g)||x(g)){this.body=g}else{throw new A("body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable")}this.completed=false;this.aborted=false;this.upgrade=j||null;this.path=w?_(u,w):u;this.origin=i;this.idempotent=L==null?p==="HEAD"||p==="GET":L;this.blocking=z==null?false:z;this.reset=J==null?null:J;this.host=null;this.contentLength=null;this.contentType=null;this.headers=[];this.expectContinue=Y!=null?Y:false;if(Array.isArray(C)){if(C.length%2!==0){throw new A("headers array must be even")}for(let i=0;i<C.length;i+=2){processHeader(this,C[i],C[i+1])}}else if(C&&typeof C==="object"){if(C[Symbol.iterator]){for(const i of C){if(!Array.isArray(i)||i.length!==2){throw new A("headers must be in key-value pair format")}processHeader(this,i[0],i[1])}}else{const i=Object.keys(C);for(let u=0;u<i.length;++u){processHeader(this,i[u],C[i[u]])}}}else if(C!=null){throw new A("headers must be an object or an array")}k(Z,p,j);this.servername=K||D(this.host);this[H]=Z;if(P.create.hasSubscribers){P.create.publish({request:this})}}onBodySent(i){if(this[H].onBodySent){try{return this[H].onBodySent(i)}catch(i){this.abort(i)}}}onRequestSent(){if(P.bodySent.hasSubscribers){P.bodySent.publish({request:this})}if(this[H].onRequestSent){try{return this[H].onRequestSent()}catch(i){this.abort(i)}}}onConnect(i){C(!this.aborted);C(!this.completed);if(this.error){i(this.error)}else{this.abort=i;return this[H].onConnect(i)}}onResponseStarted(){return this[H].onResponseStarted?.()}onHeaders(i,u,p,A){C(!this.aborted);C(!this.completed);if(P.headers.hasSubscribers){P.headers.publish({request:this,response:{statusCode:i,headers:u,statusText:A}})}try{return this[H].onHeaders(i,u,p,A)}catch(i){this.abort(i)}}onData(i){C(!this.aborted);C(!this.completed);try{return this[H].onData(i)}catch(i){this.abort(i);return false}}onUpgrade(i,u,p){C(!this.aborted);C(!this.completed);return this[H].onUpgrade(i,u,p)}onComplete(i){this.onFinally();C(!this.aborted);this.completed=true;if(P.trailers.hasSubscribers){P.trailers.publish({request:this,trailers:i})}try{return this[H].onComplete(i)}catch(i){this.onError(i)}}onError(i){this.onFinally();if(P.error.hasSubscribers){P.error.publish({request:this,error:i})}if(this.aborted){return}this.aborted=true;return this[H].onError(i)}onFinally(){if(this.errorHandler){this.body.off("error",this.errorHandler);this.errorHandler=null}if(this.endHandler){this.body.off("end",this.endHandler);this.endHandler=null}}addHeader(i,u){processHeader(this,i,u);return this}}function processHeader(i,u,p){if(p&&(typeof p==="object"&&!Array.isArray(p))){throw new A(`invalid ${u} header`)}else if(p===undefined){return}let C=L[u];if(C===undefined){C=u.toLowerCase();if(L[C]===undefined&&!S(C)){throw new A("invalid header key")}}if(Array.isArray(p)){const i=[];for(let g=0;g<p.length;g++){if(typeof p[g]==="string"){if(!w(p[g])){throw new A(`invalid ${u} header`)}i.push(p[g])}else if(p[g]===null){i.push("")}else if(typeof p[g]==="object"){throw new A(`invalid ${u} header`)}else{i.push(`${p[g]}`)}}p=i}else if(typeof p==="string"){if(!w(p)){throw new A(`invalid ${u} header`)}}else if(p===null){p=""}else{p=`${p}`}if(i.host===null&&C==="host"){if(typeof p!=="string"){throw new A("invalid host header")}i.host=p}else if(i.contentLength===null&&C==="content-length"){i.contentLength=parseInt(p,10);if(!Number.isFinite(i.contentLength)){throw new A("invalid content-length header")}}else if(i.contentType===null&&C==="content-type"){i.contentType=p;i.headers.push(u,p)}else if(C==="transfer-encoding"||C==="keep-alive"||C==="upgrade"){throw new A(`invalid ${C} header`)}else if(C==="connection"){const u=typeof p==="string"?p.toLowerCase():null;if(u!=="close"&&u!=="keep-alive"){throw new A("invalid connection header")}if(u==="close"){i.reset=true}}else if(C==="expect"){throw new g("expect header not supported")}else{i.headers.push(u,p)}}i.exports=Request},36443:i=>{i.exports={kClose:Symbol("close"),kDestroy:Symbol("destroy"),kDispatch:Symbol("dispatch"),kUrl:Symbol("url"),kWriting:Symbol("writing"),kResuming:Symbol("resuming"),kQueue:Symbol("queue"),kConnect:Symbol("connect"),kConnecting:Symbol("connecting"),kKeepAliveDefaultTimeout:Symbol("default keep alive timeout"),kKeepAliveMaxTimeout:Symbol("max keep alive timeout"),kKeepAliveTimeoutThreshold:Symbol("keep alive timeout threshold"),kKeepAliveTimeoutValue:Symbol("keep alive timeout"),kKeepAlive:Symbol("keep alive"),kHeadersTimeout:Symbol("headers timeout"),kBodyTimeout:Symbol("body timeout"),kServerName:Symbol("server name"),kLocalAddress:Symbol("local address"),kHost:Symbol("host"),kNoRef:Symbol("no ref"),kBodyUsed:Symbol("used"),kBody:Symbol("abstracted request body"),kRunning:Symbol("running"),kBlocking:Symbol("blocking"),kPending:Symbol("pending"),kSize:Symbol("size"),kBusy:Symbol("busy"),kQueued:Symbol("queued"),kFree:Symbol("free"),kConnected:Symbol("connected"),kClosed:Symbol("closed"),kNeedDrain:Symbol("need drain"),kReset:Symbol("reset"),kDestroyed:Symbol.for("nodejs.stream.destroyed"),kResume:Symbol("resume"),kOnError:Symbol("on error"),kMaxHeadersSize:Symbol("max headers size"),kRunningIdx:Symbol("running index"),kPendingIdx:Symbol("pending index"),kError:Symbol("error"),kClients:Symbol("clients"),kClient:Symbol("client"),kParser:Symbol("parser"),kOnDestroyed:Symbol("destroy callbacks"),kPipelining:Symbol("pipelining"),kSocket:Symbol("socket"),kHostHeader:Symbol("host header"),kConnector:Symbol("connector"),kStrictContentLength:Symbol("strict content length"),kMaxRedirections:Symbol("maxRedirections"),kMaxRequests:Symbol("maxRequestsPerClient"),kProxy:Symbol("proxy agent options"),kCounter:Symbol("socket request counter"),kInterceptors:Symbol("dispatch interceptors"),kMaxResponseSize:Symbol("max response size"),kHTTP2Session:Symbol("http2Session"),kHTTP2SessionState:Symbol("http2Session state"),kRetryHandlerDefaultRetry:Symbol("retry agent default retry"),kConstruct:Symbol("constructable"),kListeners:Symbol("listeners"),kHTTPContext:Symbol("http context"),kMaxConcurrentStreams:Symbol("max concurrent streams"),kNoProxyAgent:Symbol("no proxy agent"),kHttpProxyAgent:Symbol("http proxy agent"),kHttpsProxyAgent:Symbol("https proxy agent")}},67752:(i,u,p)=>{const{wellknownHeaderNames:A,headerNameLowerCasedRecord:g}=p(10735);class TstNode{value=null;left=null;middle=null;right=null;code;constructor(i,u,p){if(p===undefined||p>=i.length){throw new TypeError("Unreachable")}const A=this.code=i.charCodeAt(p);if(A>127){throw new TypeError("key must be ascii string")}if(i.length!==++p){this.middle=new TstNode(i,u,p)}else{this.value=u}}add(i,u){const p=i.length;if(p===0){throw new TypeError("Unreachable")}let A=0;let g=this;while(true){const C=i.charCodeAt(A);if(C>127){throw new TypeError("key must be ascii string")}if(g.code===C){if(p===++A){g.value=u;break}else if(g.middle!==null){g=g.middle}else{g.middle=new TstNode(i,u,A);break}}else if(g.code<C){if(g.left!==null){g=g.left}else{g.left=new TstNode(i,u,A);break}}else if(g.right!==null){g=g.right}else{g.right=new TstNode(i,u,A);break}}}search(i){const u=i.length;let p=0;let A=this;while(A!==null&&p<u){let g=i[p];if(g<=90&&g>=65){g|=32}while(A!==null){if(g===A.code){if(u===++p){return A}A=A.middle;break}A=A.code<g?A.left:A.right}}return null}}class TernarySearchTree{node=null;insert(i,u){if(this.node===null){this.node=new TstNode(i,u,0)}else{this.node.add(i,u)}}lookup(i){return this.node?.search(i)?.value??null}}const C=new TernarySearchTree;for(let i=0;i<A.length;++i){const u=g[A[i]];C.insert(u,u)}i.exports={TernarySearchTree:TernarySearchTree,tree:C}},3440:(i,u,p)=>{const A=p(34589);const{kDestroyed:g,kBodyUsed:C,kListeners:S,kBody:w}=p(36443);const{IncomingMessage:B}=p(37067);const v=p(57075);const N=p(77030);const{Blob:T}=p(4573);const Q=p(57975);const{stringify:x}=p(41792);const{EventEmitter:_}=p(78474);const{InvalidArgumentError:k}=p(68707);const{headerNameLowerCasedRecord:D}=p(10735);const{tree:O}=p(67752);const[P,L]=process.versions.node.split(".").map((i=>Number(i)));class BodyAsyncIterable{constructor(i){this[w]=i;this[C]=false}async*[Symbol.asyncIterator](){A(!this[C],"disturbed");this[C]=true;yield*this[w]}}function wrapRequestBody(i){if(isStream(i)){if(bodyLength(i)===0){i.on("data",(function(){A(false)}))}if(typeof i.readableDidRead!=="boolean"){i[C]=false;_.prototype.on.call(i,"data",(function(){this[C]=true}))}return i}else if(i&&typeof i.pipeTo==="function"){return new BodyAsyncIterable(i)}else if(i&&typeof i!=="string"&&!ArrayBuffer.isView(i)&&isIterable(i)){return new BodyAsyncIterable(i)}else{return i}}function nop(){}function isStream(i){return i&&typeof i==="object"&&typeof i.pipe==="function"&&typeof i.on==="function"}function isBlobLike(i){if(i===null){return false}else if(i instanceof T){return true}else if(typeof i!=="object"){return false}else{const u=i[Symbol.toStringTag];return(u==="Blob"||u==="File")&&("stream"in i&&typeof i.stream==="function"||"arrayBuffer"in i&&typeof i.arrayBuffer==="function")}}function buildURL(i,u){if(i.includes("?")||i.includes("#")){throw new Error('Query params cannot be passed when url already contains "?" or "#".')}const p=x(u);if(p){i+="?"+p}return i}function isValidPort(i){const u=parseInt(i,10);return u===Number(i)&&u>=0&&u<=65535}function isHttpOrHttpsPrefixed(i){return i!=null&&i[0]==="h"&&i[1]==="t"&&i[2]==="t"&&i[3]==="p"&&(i[4]===":"||i[4]==="s"&&i[5]===":")}function parseURL(i){if(typeof i==="string"){i=new URL(i);if(!isHttpOrHttpsPrefixed(i.origin||i.protocol)){throw new k("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return i}if(!i||typeof i!=="object"){throw new k("Invalid URL: The URL argument must be a non-null object.")}if(!(i instanceof URL)){if(i.port!=null&&i.port!==""&&isValidPort(i.port)===false){throw new k("Invalid URL: port must be a valid integer or a string representation of an integer.")}if(i.path!=null&&typeof i.path!=="string"){throw new k("Invalid URL path: the path must be a string or null/undefined.")}if(i.pathname!=null&&typeof i.pathname!=="string"){throw new k("Invalid URL pathname: the pathname must be a string or null/undefined.")}if(i.hostname!=null&&typeof i.hostname!=="string"){throw new k("Invalid URL hostname: the hostname must be a string or null/undefined.")}if(i.origin!=null&&typeof i.origin!=="string"){throw new k("Invalid URL origin: the origin must be a string or null/undefined.")}if(!isHttpOrHttpsPrefixed(i.origin||i.protocol)){throw new k("Invalid URL protocol: the URL must start with `http:` or `https:`.")}const u=i.port!=null?i.port:i.protocol==="https:"?443:80;let p=i.origin!=null?i.origin:`${i.protocol||""}//${i.hostname||""}:${u}`;let A=i.path!=null?i.path:`${i.pathname||""}${i.search||""}`;if(p[p.length-1]==="/"){p=p.slice(0,p.length-1)}if(A&&A[0]!=="/"){A=`/${A}`}return new URL(`${p}${A}`)}if(!isHttpOrHttpsPrefixed(i.origin||i.protocol)){throw new k("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return i}function parseOrigin(i){i=parseURL(i);if(i.pathname!=="/"||i.search||i.hash){throw new k("invalid url")}return i}function getHostname(i){if(i[0]==="["){const u=i.indexOf("]");A(u!==-1);return i.substring(1,u)}const u=i.indexOf(":");if(u===-1)return i;return i.substring(0,u)}function getServerName(i){if(!i){return null}A(typeof i==="string");const u=getHostname(i);if(N.isIP(u)){return""}return u}function deepClone(i){return JSON.parse(JSON.stringify(i))}function isAsyncIterable(i){return!!(i!=null&&typeof i[Symbol.asyncIterator]==="function")}function isIterable(i){return!!(i!=null&&(typeof i[Symbol.iterator]==="function"||typeof i[Symbol.asyncIterator]==="function"))}function bodyLength(i){if(i==null){return 0}else if(isStream(i)){const u=i._readableState;return u&&u.objectMode===false&&u.ended===true&&Number.isFinite(u.length)?u.length:null}else if(isBlobLike(i)){return i.size!=null?i.size:null}else if(isBuffer(i)){return i.byteLength}return null}function isDestroyed(i){return i&&!!(i.destroyed||i[g]||v.isDestroyed?.(i))}function destroy(i,u){if(i==null||!isStream(i)||isDestroyed(i)){return}if(typeof i.destroy==="function"){if(Object.getPrototypeOf(i).constructor===B){i.socket=null}i.destroy(u)}else if(u){queueMicrotask((()=>{i.emit("error",u)}))}if(i.destroyed!==true){i[g]=true}}const U=/timeout=(\d+)/;function parseKeepAliveTimeout(i){const u=i.toString().match(U);return u?parseInt(u[1],10)*1e3:null}function headerNameToString(i){return typeof i==="string"?D[i]??i.toLowerCase():O.lookup(i)??i.toString("latin1").toLowerCase()}function bufferToLowerCasedHeaderName(i){return O.lookup(i)??i.toString("latin1").toLowerCase()}function parseHeaders(i,u){if(u===undefined)u={};for(let p=0;p<i.length;p+=2){const A=headerNameToString(i[p]);let g=u[A];if(g){if(typeof g==="string"){g=[g];u[A]=g}g.push(i[p+1].toString("utf8"))}else{const g=i[p+1];if(typeof g==="string"){u[A]=g}else{u[A]=Array.isArray(g)?g.map((i=>i.toString("utf8"))):g.toString("utf8")}}}if("content-length"in u&&"content-disposition"in u){u["content-disposition"]=Buffer.from(u["content-disposition"]).toString("latin1")}return u}function parseRawHeaders(i){const u=i.length;const p=new Array(u);let A=false;let g=-1;let C;let S;let w=0;for(let u=0;u<i.length;u+=2){C=i[u];S=i[u+1];typeof C!=="string"&&(C=C.toString());typeof S!=="string"&&(S=S.toString("utf8"));w=C.length;if(w===14&&C[7]==="-"&&(C==="content-length"||C.toLowerCase()==="content-length")){A=true}else if(w===19&&C[7]==="-"&&(C==="content-disposition"||C.toLowerCase()==="content-disposition")){g=u+1}p[u]=C;p[u+1]=S}if(A&&g!==-1){p[g]=Buffer.from(p[g]).toString("latin1")}return p}function isBuffer(i){return i instanceof Uint8Array||Buffer.isBuffer(i)}function validateHandler(i,u,p){if(!i||typeof i!=="object"){throw new k("handler must be an object")}if(typeof i.onConnect!=="function"){throw new k("invalid onConnect method")}if(typeof i.onError!=="function"){throw new k("invalid onError method")}if(typeof i.onBodySent!=="function"&&i.onBodySent!==undefined){throw new k("invalid onBodySent method")}if(p||u==="CONNECT"){if(typeof i.onUpgrade!=="function"){throw new k("invalid onUpgrade method")}}else{if(typeof i.onHeaders!=="function"){throw new k("invalid onHeaders method")}if(typeof i.onData!=="function"){throw new k("invalid onData method")}if(typeof i.onComplete!=="function"){throw new k("invalid onComplete method")}}}function isDisturbed(i){return!!(i&&(v.isDisturbed(i)||i[C]))}function isErrored(i){return!!(i&&v.isErrored(i))}function isReadable(i){return!!(i&&v.isReadable(i))}function getSocketInfo(i){return{localAddress:i.localAddress,localPort:i.localPort,remoteAddress:i.remoteAddress,remotePort:i.remotePort,remoteFamily:i.remoteFamily,timeout:i.timeout,bytesWritten:i.bytesWritten,bytesRead:i.bytesRead}}function ReadableStreamFrom(i){let u;return new ReadableStream({async start(){u=i[Symbol.asyncIterator]()},async pull(i){const{done:p,value:A}=await u.next();if(p){queueMicrotask((()=>{i.close();i.byobRequest?.respond(0)}))}else{const u=Buffer.isBuffer(A)?A:Buffer.from(A);if(u.byteLength){i.enqueue(new Uint8Array(u))}}return i.desiredSize>0},async cancel(i){await u.return()},type:"bytes"})}function isFormDataLike(i){return i&&typeof i==="object"&&typeof i.append==="function"&&typeof i.delete==="function"&&typeof i.get==="function"&&typeof i.getAll==="function"&&typeof i.has==="function"&&typeof i.set==="function"&&i[Symbol.toStringTag]==="FormData"}function addAbortListener(i,u){if("addEventListener"in i){i.addEventListener("abort",u,{once:true});return()=>i.removeEventListener("abort",u)}i.addListener("abort",u);return()=>i.removeListener("abort",u)}const H=typeof String.prototype.toWellFormed==="function";const z=typeof String.prototype.isWellFormed==="function";function toUSVString(i){return H?`${i}`.toWellFormed():Q.toUSVString(i)}function isUSVString(i){return z?`${i}`.isWellFormed():toUSVString(i)===`${i}`}function isTokenCharCode(i){switch(i){case 34:case 40:case 41:case 44:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 123:case 125:return false;default:return i>=33&&i<=126}}function isValidHTTPToken(i){if(i.length===0){return false}for(let u=0;u<i.length;++u){if(!isTokenCharCode(i.charCodeAt(u))){return false}}return true}const j=/[^\t\x20-\x7e\x80-\xff]/;function isValidHeaderValue(i){return!j.test(i)}function parseRangeHeader(i){if(i==null||i==="")return{start:0,end:null,size:null};const u=i?i.match(/^bytes (\d+)-(\d+)\/(\d+)?$/):null;return u?{start:parseInt(u[1]),end:u[2]?parseInt(u[2]):null,size:u[3]?parseInt(u[3]):null}:null}function addListener(i,u,p){const A=i[S]??=[];A.push([u,p]);i.on(u,p);return i}function removeAllListeners(i){for(const[u,p]of i[S]??[]){i.removeListener(u,p)}i[S]=null}function errorRequest(i,u,p){try{u.onError(p);A(u.aborted)}catch(p){i.emit("error",p)}}const q=Object.create(null);q.enumerable=true;const $={delete:"DELETE",DELETE:"DELETE",get:"GET",GET:"GET",head:"HEAD",HEAD:"HEAD",options:"OPTIONS",OPTIONS:"OPTIONS",post:"POST",POST:"POST",put:"PUT",PUT:"PUT"};const J={...$,patch:"patch",PATCH:"PATCH"};Object.setPrototypeOf($,null);Object.setPrototypeOf(J,null);i.exports={kEnumerableProperty:q,nop:nop,isDisturbed:isDisturbed,isErrored:isErrored,isReadable:isReadable,toUSVString:toUSVString,isUSVString:isUSVString,isBlobLike:isBlobLike,parseOrigin:parseOrigin,parseURL:parseURL,getServerName:getServerName,isStream:isStream,isIterable:isIterable,isAsyncIterable:isAsyncIterable,isDestroyed:isDestroyed,headerNameToString:headerNameToString,bufferToLowerCasedHeaderName:bufferToLowerCasedHeaderName,addListener:addListener,removeAllListeners:removeAllListeners,errorRequest:errorRequest,parseRawHeaders:parseRawHeaders,parseHeaders:parseHeaders,parseKeepAliveTimeout:parseKeepAliveTimeout,destroy:destroy,bodyLength:bodyLength,deepClone:deepClone,ReadableStreamFrom:ReadableStreamFrom,isBuffer:isBuffer,validateHandler:validateHandler,getSocketInfo:getSocketInfo,isFormDataLike:isFormDataLike,buildURL:buildURL,addAbortListener:addAbortListener,isValidHTTPToken:isValidHTTPToken,isValidHeaderValue:isValidHeaderValue,isTokenCharCode:isTokenCharCode,parseRangeHeader:parseRangeHeader,normalizedMethodRecordsBase:$,normalizedMethodRecords:J,isValidPort:isValidPort,isHttpOrHttpsPrefixed:isHttpOrHttpsPrefixed,nodeMajor:P,nodeMinor:L,safeHTTPMethods:["GET","HEAD","OPTIONS","TRACE"],wrapRequestBody:wrapRequestBody}},57405:(i,u,p)=>{const{InvalidArgumentError:A}=p(68707);const{kClients:g,kRunning:C,kClose:S,kDestroy:w,kDispatch:B,kInterceptors:v}=p(36443);const N=p(21841);const T=p(30628);const Q=p(23701);const x=p(3440);const _=p(25092);const k=Symbol("onConnect");const D=Symbol("onDisconnect");const O=Symbol("onConnectionError");const P=Symbol("maxRedirections");const L=Symbol("onDrain");const U=Symbol("factory");const H=Symbol("options");function defaultFactory(i,u){return u&&u.connections===1?new Q(i,u):new T(i,u)}class Agent extends N{constructor({factory:i=defaultFactory,maxRedirections:u=0,connect:p,...C}={}){super();if(typeof i!=="function"){throw new A("factory must be a function.")}if(p!=null&&typeof p!=="function"&&typeof p!=="object"){throw new A("connect must be a function or an object")}if(!Number.isInteger(u)||u<0){throw new A("maxRedirections must be a positive number")}if(p&&typeof p!=="function"){p={...p}}this[v]=C.interceptors?.Agent&&Array.isArray(C.interceptors.Agent)?C.interceptors.Agent:[_({maxRedirections:u})];this[H]={...x.deepClone(C),connect:p};this[H].interceptors=C.interceptors?{...C.interceptors}:undefined;this[P]=u;this[U]=i;this[g]=new Map;this[L]=(i,u)=>{this.emit("drain",i,[this,...u])};this[k]=(i,u)=>{this.emit("connect",i,[this,...u])};this[D]=(i,u,p)=>{this.emit("disconnect",i,[this,...u],p)};this[O]=(i,u,p)=>{this.emit("connectionError",i,[this,...u],p)}}get[C](){let i=0;for(const u of this[g].values()){i+=u[C]}return i}[B](i,u){let p;if(i.origin&&(typeof i.origin==="string"||i.origin instanceof URL)){p=String(i.origin)}else{throw new A("opts.origin must be a non-empty string or URL.")}let C=this[g].get(p);if(!C){C=this[U](i.origin,this[H]).on("drain",this[L]).on("connect",this[k]).on("disconnect",this[D]).on("connectionError",this[O]);this[g].set(p,C)}return C.dispatch(i,u)}async[S](){const i=[];for(const u of this[g].values()){i.push(u.close())}this[g].clear();await Promise.all(i)}async[w](i){const u=[];for(const p of this[g].values()){u.push(p.destroy(i))}this[g].clear();await Promise.all(u)}}i.exports=Agent},837:(i,u,p)=>{const{BalancedPoolMissingUpstreamError:A,InvalidArgumentError:g}=p(68707);const{PoolBase:C,kClients:S,kNeedDrain:w,kAddClient:B,kRemoveClient:v,kGetDispatcher:N}=p(42128);const T=p(30628);const{kUrl:Q,kInterceptors:x}=p(36443);const{parseOrigin:_}=p(3440);const k=Symbol("factory");const D=Symbol("options");const O=Symbol("kGreatestCommonDivisor");const P=Symbol("kCurrentWeight");const L=Symbol("kIndex");const U=Symbol("kWeight");const H=Symbol("kMaxWeightPerServer");const z=Symbol("kErrorPenalty");function getGreatestCommonDivisor(i,u){if(i===0)return u;while(u!==0){const p=u;u=i%u;i=p}return i}function defaultFactory(i,u){return new T(i,u)}class BalancedPool extends C{constructor(i=[],{factory:u=defaultFactory,...p}={}){super();this[D]=p;this[L]=-1;this[P]=0;this[H]=this[D].maxWeightPerServer||100;this[z]=this[D].errorPenalty||15;if(!Array.isArray(i)){i=[i]}if(typeof u!=="function"){throw new g("factory must be a function.")}this[x]=p.interceptors?.BalancedPool&&Array.isArray(p.interceptors.BalancedPool)?p.interceptors.BalancedPool:[];this[k]=u;for(const u of i){this.addUpstream(u)}this._updateBalancedPoolStats()}addUpstream(i){const u=_(i).origin;if(this[S].find((i=>i[Q].origin===u&&i.closed!==true&&i.destroyed!==true))){return this}const p=this[k](u,Object.assign({},this[D]));this[B](p);p.on("connect",(()=>{p[U]=Math.min(this[H],p[U]+this[z])}));p.on("connectionError",(()=>{p[U]=Math.max(1,p[U]-this[z]);this._updateBalancedPoolStats()}));p.on("disconnect",((...i)=>{const u=i[2];if(u&&u.code==="UND_ERR_SOCKET"){p[U]=Math.max(1,p[U]-this[z]);this._updateBalancedPoolStats()}}));for(const i of this[S]){i[U]=this[H]}this._updateBalancedPoolStats();return this}_updateBalancedPoolStats(){let i=0;for(let u=0;u<this[S].length;u++){i=getGreatestCommonDivisor(this[S][u][U],i)}this[O]=i}removeUpstream(i){const u=_(i).origin;const p=this[S].find((i=>i[Q].origin===u&&i.closed!==true&&i.destroyed!==true));if(p){this[v](p)}return this}get upstreams(){return this[S].filter((i=>i.closed!==true&&i.destroyed!==true)).map((i=>i[Q].origin))}[N](){if(this[S].length===0){throw new A}const i=this[S].find((i=>!i[w]&&i.closed!==true&&i.destroyed!==true));if(!i){return}const u=this[S].map((i=>i[w])).reduce(((i,u)=>i&&u),true);if(u){return}let p=0;let g=this[S].findIndex((i=>!i[w]));while(p++<this[S].length){this[L]=(this[L]+1)%this[S].length;const i=this[S][this[L]];if(i[U]>this[S][g][U]&&!i[w]){g=this[L]}if(this[L]===0){this[P]=this[P]-this[O];if(this[P]<=0){this[P]=this[H]}}if(i[U]>=this[P]&&!i[w]){return i}}this[P]=this[S][g][U];this[L]=g;return this[S][g]}}i.exports=BalancedPool},637:(i,u,p)=>{const A=p(34589);const g=p(3440);const{channels:C}=p(42414);const S=p(96603);const{RequestContentLengthMismatchError:w,ResponseContentLengthMismatchError:B,RequestAbortedError:v,HeadersTimeoutError:N,HeadersOverflowError:T,SocketError:Q,InformationalError:x,BodyTimeoutError:_,HTTPParserError:k,ResponseExceededMaxSizeError:D}=p(68707);const{kUrl:O,kReset:P,kClient:L,kParser:U,kBlocking:H,kRunning:z,kPending:j,kSize:q,kWriting:$,kQueue:J,kNoRef:W,kKeepAliveDefaultTimeout:Y,kHostHeader:K,kPendingIdx:Z,kRunningIdx:X,kError:ee,kPipelining:te,kSocket:re,kKeepAliveTimeoutValue:se,kMaxHeadersSize:ne,kKeepAliveMaxTimeout:ie,kKeepAliveTimeoutThreshold:oe,kHeadersTimeout:ae,kBodyTimeout:le,kStrictContentLength:ue,kMaxRequests:de,kCounter:he,kMaxResponseSize:pe,kOnError:Ae,kResume:fe,kHTTPContext:ge}=p(36443);const me=p(52824);const ye=Buffer.alloc(0);const Ee=Buffer[Symbol.species];const Ce=g.addListener;const be=g.removeAllListeners;let Se;async function lazyllhttp(){const i=process.env.JEST_WORKER_ID?p(63870):undefined;let u;try{u=await WebAssembly.compile(p(53434))}catch(A){u=await WebAssembly.compile(i||p(63870))}return await WebAssembly.instantiate(u,{env:{wasm_on_url:(i,u,p)=>0,wasm_on_status:(i,u,p)=>{A(Re.ptr===i);const g=u-xe+Ne.byteOffset;return Re.onStatus(new Ee(Ne.buffer,g,p))||0},wasm_on_message_begin:i=>{A(Re.ptr===i);return Re.onMessageBegin()||0},wasm_on_header_field:(i,u,p)=>{A(Re.ptr===i);const g=u-xe+Ne.byteOffset;return Re.onHeaderField(new Ee(Ne.buffer,g,p))||0},wasm_on_header_value:(i,u,p)=>{A(Re.ptr===i);const g=u-xe+Ne.byteOffset;return Re.onHeaderValue(new Ee(Ne.buffer,g,p))||0},wasm_on_headers_complete:(i,u,p,g)=>{A(Re.ptr===i);return Re.onHeadersComplete(u,Boolean(p),Boolean(g))||0},wasm_on_body:(i,u,p)=>{A(Re.ptr===i);const g=u-xe+Ne.byteOffset;return Re.onBody(new Ee(Ne.buffer,g,p))||0},wasm_on_message_complete:i=>{A(Re.ptr===i);return Re.onMessageComplete()||0}}})}let we=null;let ve=lazyllhttp();ve.catch();let Re=null;let Ne=null;let Qe=0;let xe=null;const _e=0;const ke=1;const De=2|ke;const Oe=4|ke;const Pe=8|_e;class Parser{constructor(i,u,{exports:p}){A(Number.isFinite(i[ne])&&i[ne]>0);this.llhttp=p;this.ptr=this.llhttp.llhttp_alloc(me.TYPE.RESPONSE);this.client=i;this.socket=u;this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.statusCode=null;this.statusText="";this.upgrade=false;this.headers=[];this.headersSize=0;this.headersMaxSize=i[ne];this.shouldKeepAlive=false;this.paused=false;this.resume=this.resume.bind(this);this.bytesRead=0;this.keepAlive="";this.contentLength="";this.connection="";this.maxResponseSize=i[pe]}setTimeout(i,u){if(i!==this.timeoutValue||u&ke^this.timeoutType&ke){if(this.timeout){S.clearTimeout(this.timeout);this.timeout=null}if(i){if(u&ke){this.timeout=S.setFastTimeout(onParserTimeout,i,new WeakRef(this))}else{this.timeout=setTimeout(onParserTimeout,i,new WeakRef(this));this.timeout.unref()}}this.timeoutValue=i}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.timeoutType=u}resume(){if(this.socket.destroyed||!this.paused){return}A(this.ptr!=null);A(Re==null);this.llhttp.llhttp_resume(this.ptr);A(this.timeoutType===Oe);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.paused=false;this.execute(this.socket.read()||ye);this.readMore()}readMore(){while(!this.paused&&this.ptr){const i=this.socket.read();if(i===null){break}this.execute(i)}}execute(i){A(this.ptr!=null);A(Re==null);A(!this.paused);const{socket:u,llhttp:p}=this;if(i.length>Qe){if(xe){p.free(xe)}Qe=Math.ceil(i.length/4096)*4096;xe=p.malloc(Qe)}new Uint8Array(p.memory.buffer,xe,Qe).set(i);try{let A;try{Ne=i;Re=this;A=p.llhttp_execute(this.ptr,xe,i.length)}catch(i){throw i}finally{Re=null;Ne=null}const g=p.llhttp_get_error_pos(this.ptr)-xe;if(A===me.ERROR.PAUSED_UPGRADE){this.onUpgrade(i.slice(g))}else if(A===me.ERROR.PAUSED){this.paused=true;u.unshift(i.slice(g))}else if(A!==me.ERROR.OK){const u=p.llhttp_get_error_reason(this.ptr);let C="";if(u){const i=new Uint8Array(p.memory.buffer,u).indexOf(0);C="Response does not match the HTTP/1.1 protocol ("+Buffer.from(p.memory.buffer,u,i).toString()+")"}throw new k(C,me.ERROR[A],i.slice(g))}}catch(i){g.destroy(u,i)}}destroy(){A(this.ptr!=null);A(Re==null);this.llhttp.llhttp_free(this.ptr);this.ptr=null;this.timeout&&S.clearTimeout(this.timeout);this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.paused=false}onStatus(i){this.statusText=i.toString()}onMessageBegin(){const{socket:i,client:u}=this;if(i.destroyed){return-1}const p=u[J][u[X]];if(!p){return-1}p.onResponseStarted()}onHeaderField(i){const u=this.headers.length;if((u&1)===0){this.headers.push(i)}else{this.headers[u-1]=Buffer.concat([this.headers[u-1],i])}this.trackHeader(i.length)}onHeaderValue(i){let u=this.headers.length;if((u&1)===1){this.headers.push(i);u+=1}else{this.headers[u-1]=Buffer.concat([this.headers[u-1],i])}const p=this.headers[u-2];if(p.length===10){const u=g.bufferToLowerCasedHeaderName(p);if(u==="keep-alive"){this.keepAlive+=i.toString()}else if(u==="connection"){this.connection+=i.toString()}}else if(p.length===14&&g.bufferToLowerCasedHeaderName(p)==="content-length"){this.contentLength+=i.toString()}this.trackHeader(i.length)}trackHeader(i){this.headersSize+=i;if(this.headersSize>=this.headersMaxSize){g.destroy(this.socket,new T)}}onUpgrade(i){const{upgrade:u,client:p,socket:C,headers:S,statusCode:w}=this;A(u);A(p[re]===C);A(!C.destroyed);A(!this.paused);A((S.length&1)===0);const B=p[J][p[X]];A(B);A(B.upgrade||B.method==="CONNECT");this.statusCode=null;this.statusText="";this.shouldKeepAlive=null;this.headers=[];this.headersSize=0;C.unshift(i);C[U].destroy();C[U]=null;C[L]=null;C[ee]=null;be(C);p[re]=null;p[ge]=null;p[J][p[X]++]=null;p.emit("disconnect",p[O],[p],new x("upgrade"));try{B.onUpgrade(w,S,C)}catch(i){g.destroy(C,i)}p[fe]()}onHeadersComplete(i,u,p){const{client:C,socket:S,headers:w,statusText:B}=this;if(S.destroyed){return-1}const v=C[J][C[X]];if(!v){return-1}A(!this.upgrade);A(this.statusCode<200);if(i===100){g.destroy(S,new Q("bad response",g.getSocketInfo(S)));return-1}if(u&&!v.upgrade){g.destroy(S,new Q("bad upgrade",g.getSocketInfo(S)));return-1}A(this.timeoutType===De);this.statusCode=i;this.shouldKeepAlive=p||v.method==="HEAD"&&!S[P]&&this.connection.toLowerCase()==="keep-alive";if(this.statusCode>=200){const i=v.bodyTimeout!=null?v.bodyTimeout:C[le];this.setTimeout(i,Oe)}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}if(v.method==="CONNECT"){A(C[z]===1);this.upgrade=true;return 2}if(u){A(C[z]===1);this.upgrade=true;return 2}A((this.headers.length&1)===0);this.headers=[];this.headersSize=0;if(this.shouldKeepAlive&&C[te]){const i=this.keepAlive?g.parseKeepAliveTimeout(this.keepAlive):null;if(i!=null){const u=Math.min(i-C[oe],C[ie]);if(u<=0){S[P]=true}else{C[se]=u}}else{C[se]=C[Y]}}else{S[P]=true}const N=v.onHeaders(i,w,this.resume,B)===false;if(v.aborted){return-1}if(v.method==="HEAD"){return 1}if(i<200){return 1}if(S[H]){S[H]=false;C[fe]()}return N?me.ERROR.PAUSED:0}onBody(i){const{client:u,socket:p,statusCode:C,maxResponseSize:S}=this;if(p.destroyed){return-1}const w=u[J][u[X]];A(w);A(this.timeoutType===Oe);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}A(C>=200);if(S>-1&&this.bytesRead+i.length>S){g.destroy(p,new D);return-1}this.bytesRead+=i.length;if(w.onData(i)===false){return me.ERROR.PAUSED}}onMessageComplete(){const{client:i,socket:u,statusCode:p,upgrade:C,headers:S,contentLength:w,bytesRead:v,shouldKeepAlive:N}=this;if(u.destroyed&&(!p||N)){return-1}if(C){return}A(p>=100);A((this.headers.length&1)===0);const T=i[J][i[X]];A(T);this.statusCode=null;this.statusText="";this.bytesRead=0;this.contentLength="";this.keepAlive="";this.connection="";this.headers=[];this.headersSize=0;if(p<200){return}if(T.method!=="HEAD"&&w&&v!==parseInt(w,10)){g.destroy(u,new B);return-1}T.onComplete(S);i[J][i[X]++]=null;if(u[$]){A(i[z]===0);g.destroy(u,new x("reset"));return me.ERROR.PAUSED}else if(!N){g.destroy(u,new x("reset"));return me.ERROR.PAUSED}else if(u[P]&&i[z]===0){g.destroy(u,new x("reset"));return me.ERROR.PAUSED}else if(i[te]==null||i[te]===1){setImmediate((()=>i[fe]()))}else{i[fe]()}}}function onParserTimeout(i){const{socket:u,timeoutType:p,client:C,paused:S}=i.deref();if(p===De){if(!u[$]||u.writableNeedDrain||C[z]>1){A(!S,"cannot be paused while waiting for headers");g.destroy(u,new N)}}else if(p===Oe){if(!S){g.destroy(u,new _)}}else if(p===Pe){A(C[z]===0&&C[se]);g.destroy(u,new x("socket idle timeout"))}}async function connectH1(i,u){i[re]=u;if(!we){we=await ve;ve=null}u[W]=false;u[$]=false;u[P]=false;u[H]=false;u[U]=new Parser(i,u,we);Ce(u,"error",(function(i){A(i.code!=="ERR_TLS_CERT_ALTNAME_INVALID");const u=this[U];if(i.code==="ECONNRESET"&&u.statusCode&&!u.shouldKeepAlive){u.onMessageComplete();return}this[ee]=i;this[L][Ae](i)}));Ce(u,"readable",(function(){const i=this[U];if(i){i.readMore()}}));Ce(u,"end",(function(){const i=this[U];if(i.statusCode&&!i.shouldKeepAlive){i.onMessageComplete();return}g.destroy(this,new Q("other side closed",g.getSocketInfo(this)))}));Ce(u,"close",(function(){const i=this[L];const u=this[U];if(u){if(!this[ee]&&u.statusCode&&!u.shouldKeepAlive){u.onMessageComplete()}this[U].destroy();this[U]=null}const p=this[ee]||new Q("closed",g.getSocketInfo(this));i[re]=null;i[ge]=null;if(i.destroyed){A(i[j]===0);const u=i[J].splice(i[X]);for(let A=0;A<u.length;A++){const C=u[A];g.errorRequest(i,C,p)}}else if(i[z]>0&&p.code!=="UND_ERR_INFO"){const u=i[J][i[X]];i[J][i[X]++]=null;g.errorRequest(i,u,p)}i[Z]=i[X];A(i[z]===0);i.emit("disconnect",i[O],[i],p);i[fe]()}));let p=false;u.on("close",(()=>{p=true}));return{version:"h1",defaultPipelining:1,write(...u){return writeH1(i,...u)},resume(){resumeH1(i)},destroy(i,A){if(p){queueMicrotask(A)}else{u.destroy(i).on("close",A)}},get destroyed(){return u.destroyed},busy(p){if(u[$]||u[P]||u[H]){return true}if(p){if(i[z]>0&&!p.idempotent){return true}if(i[z]>0&&(p.upgrade||p.method==="CONNECT")){return true}if(i[z]>0&&g.bodyLength(p.body)!==0&&(g.isStream(p.body)||g.isAsyncIterable(p.body)||g.isFormDataLike(p.body))){return true}}return false}}}function resumeH1(i){const u=i[re];if(u&&!u.destroyed){if(i[q]===0){if(!u[W]&&u.unref){u.unref();u[W]=true}}else if(u[W]&&u.ref){u.ref();u[W]=false}if(i[q]===0){if(u[U].timeoutType!==Pe){u[U].setTimeout(i[se],Pe)}}else if(i[z]>0&&u[U].statusCode<200){if(u[U].timeoutType!==De){const p=i[J][i[X]];const A=p.headersTimeout!=null?p.headersTimeout:i[ae];u[U].setTimeout(A,De)}}}}function shouldSendContentLength(i){return i!=="GET"&&i!=="HEAD"&&i!=="OPTIONS"&&i!=="TRACE"&&i!=="CONNECT"}function writeH1(i,u){const{method:S,path:B,host:N,upgrade:T,blocking:Q,reset:_}=u;let{body:k,headers:D,contentLength:O}=u;const L=S==="PUT"||S==="POST"||S==="PATCH"||S==="QUERY"||S==="PROPFIND"||S==="PROPPATCH";if(g.isFormDataLike(k)){if(!Se){Se=p(84492).extractBody}const[i,A]=Se(k);if(u.contentType==null){D.push("content-type",A)}k=i.stream;O=i.length}else if(g.isBlobLike(k)&&u.contentType==null&&k.type){D.push("content-type",k.type)}if(k&&typeof k.read==="function"){k.read(0)}const U=g.bodyLength(k);O=U??O;if(O===null){O=u.contentLength}if(O===0&&!L){O=null}if(shouldSendContentLength(S)&&O>0&&u.contentLength!==null&&u.contentLength!==O){if(i[ue]){g.errorRequest(i,u,new w);return false}process.emitWarning(new w)}const z=i[re];const abort=p=>{if(u.aborted||u.completed){return}g.errorRequest(i,u,p||new v);g.destroy(k);g.destroy(z,new x("aborted"))};try{u.onConnect(abort)}catch(p){g.errorRequest(i,u,p)}if(u.aborted){return false}if(S==="HEAD"){z[P]=true}if(T||S==="CONNECT"){z[P]=true}if(_!=null){z[P]=_}if(i[de]&&z[he]++>=i[de]){z[P]=true}if(Q){z[H]=true}let j=`${S} ${B} HTTP/1.1\r\n`;if(typeof N==="string"){j+=`host: ${N}\r\n`}else{j+=i[K]}if(T){j+=`connection: upgrade\r\nupgrade: ${T}\r\n`}else if(i[te]&&!z[P]){j+="connection: keep-alive\r\n"}else{j+="connection: close\r\n"}if(Array.isArray(D)){for(let i=0;i<D.length;i+=2){const u=D[i+0];const p=D[i+1];if(Array.isArray(p)){for(let i=0;i<p.length;i++){j+=`${u}: ${p[i]}\r\n`}}else{j+=`${u}: ${p}\r\n`}}}if(C.sendHeaders.hasSubscribers){C.sendHeaders.publish({request:u,headers:j,socket:z})}if(!k||U===0){writeBuffer(abort,null,i,u,z,O,j,L)}else if(g.isBuffer(k)){writeBuffer(abort,k,i,u,z,O,j,L)}else if(g.isBlobLike(k)){if(typeof k.stream==="function"){writeIterable(abort,k.stream(),i,u,z,O,j,L)}else{writeBlob(abort,k,i,u,z,O,j,L)}}else if(g.isStream(k)){writeStream(abort,k,i,u,z,O,j,L)}else if(g.isIterable(k)){writeIterable(abort,k,i,u,z,O,j,L)}else{A(false)}return true}function writeStream(i,u,p,C,S,w,B,N){A(w!==0||p[z]===0,"stream body cannot be pipelined");let T=false;const Q=new AsyncWriter({abort:i,socket:S,request:C,contentLength:w,client:p,expectsPayload:N,header:B});const onData=function(i){if(T){return}try{if(!Q.write(i)&&this.pause){this.pause()}}catch(i){g.destroy(this,i)}};const onDrain=function(){if(T){return}if(u.resume){u.resume()}};const onClose=function(){queueMicrotask((()=>{u.removeListener("error",onFinished)}));if(!T){const i=new v;queueMicrotask((()=>onFinished(i)))}};const onFinished=function(i){if(T){return}T=true;A(S.destroyed||S[$]&&p[z]<=1);S.off("drain",onDrain).off("error",onFinished);u.removeListener("data",onData).removeListener("end",onFinished).removeListener("close",onClose);if(!i){try{Q.end()}catch(u){i=u}}Q.destroy(i);if(i&&(i.code!=="UND_ERR_INFO"||i.message!=="reset")){g.destroy(u,i)}else{g.destroy(u)}};u.on("data",onData).on("end",onFinished).on("error",onFinished).on("close",onClose);if(u.resume){u.resume()}S.on("drain",onDrain).on("error",onFinished);if(u.errorEmitted??u.errored){setImmediate((()=>onFinished(u.errored)))}else if(u.endEmitted??u.readableEnded){setImmediate((()=>onFinished(null)))}if(u.closeEmitted??u.closed){setImmediate(onClose)}}function writeBuffer(i,u,p,C,S,w,B,v){try{if(!u){if(w===0){S.write(`${B}content-length: 0\r\n\r\n`,"latin1")}else{A(w===null,"no body must not have content length");S.write(`${B}\r\n`,"latin1")}}else if(g.isBuffer(u)){A(w===u.byteLength,"buffer body must have content length");S.cork();S.write(`${B}content-length: ${w}\r\n\r\n`,"latin1");S.write(u);S.uncork();C.onBodySent(u);if(!v&&C.reset!==false){S[P]=true}}C.onRequestSent();p[fe]()}catch(u){i(u)}}async function writeBlob(i,u,p,g,C,S,B,v){A(S===u.size,"blob body must have content length");try{if(S!=null&&S!==u.size){throw new w}const i=Buffer.from(await u.arrayBuffer());C.cork();C.write(`${B}content-length: ${S}\r\n\r\n`,"latin1");C.write(i);C.uncork();g.onBodySent(i);g.onRequestSent();if(!v&&g.reset!==false){C[P]=true}p[fe]()}catch(u){i(u)}}async function writeIterable(i,u,p,g,C,S,w,B){A(S!==0||p[z]===0,"iterator body cannot be pipelined");let v=null;function onDrain(){if(v){const i=v;v=null;i()}}const waitForDrain=()=>new Promise(((i,u)=>{A(v===null);if(C[ee]){u(C[ee])}else{v=i}}));C.on("close",onDrain).on("drain",onDrain);const N=new AsyncWriter({abort:i,socket:C,request:g,contentLength:S,client:p,expectsPayload:B,header:w});try{for await(const i of u){if(C[ee]){throw C[ee]}if(!N.write(i)){await waitForDrain()}}N.end()}catch(i){N.destroy(i)}finally{C.off("close",onDrain).off("drain",onDrain)}}class AsyncWriter{constructor({abort:i,socket:u,request:p,contentLength:A,client:g,expectsPayload:C,header:S}){this.socket=u;this.request=p;this.contentLength=A;this.client=g;this.bytesWritten=0;this.expectsPayload=C;this.header=S;this.abort=i;u[$]=true}write(i){const{socket:u,request:p,contentLength:A,client:g,bytesWritten:C,expectsPayload:S,header:B}=this;if(u[ee]){throw u[ee]}if(u.destroyed){return false}const v=Buffer.byteLength(i);if(!v){return true}if(A!==null&&C+v>A){if(g[ue]){throw new w}process.emitWarning(new w)}u.cork();if(C===0){if(!S&&p.reset!==false){u[P]=true}if(A===null){u.write(`${B}transfer-encoding: chunked\r\n`,"latin1")}else{u.write(`${B}content-length: ${A}\r\n\r\n`,"latin1")}}if(A===null){u.write(`\r\n${v.toString(16)}\r\n`,"latin1")}this.bytesWritten+=v;const N=u.write(i);u.uncork();p.onBodySent(i);if(!N){if(u[U].timeout&&u[U].timeoutType===De){if(u[U].timeout.refresh){u[U].timeout.refresh()}}}return N}end(){const{socket:i,contentLength:u,client:p,bytesWritten:A,expectsPayload:g,header:C,request:S}=this;S.onRequestSent();i[$]=false;if(i[ee]){throw i[ee]}if(i.destroyed){return}if(A===0){if(g){i.write(`${C}content-length: 0\r\n\r\n`,"latin1")}else{i.write(`${C}\r\n`,"latin1")}}else if(u===null){i.write("\r\n0\r\n\r\n","latin1")}if(u!==null&&A!==u){if(p[ue]){throw new w}else{process.emitWarning(new w)}}if(i[U].timeout&&i[U].timeoutType===De){if(i[U].timeout.refresh){i[U].timeout.refresh()}}p[fe]()}destroy(i){const{socket:u,client:p,abort:g}=this;u[$]=false;if(i){A(p[z]<=1,"pipeline should only contain this request");g(i)}}}i.exports=connectH1},88788:(i,u,p)=>{const A=p(34589);const{pipeline:g}=p(57075);const C=p(3440);const{RequestContentLengthMismatchError:S,RequestAbortedError:w,SocketError:B,InformationalError:v}=p(68707);const{kUrl:N,kReset:T,kClient:Q,kRunning:x,kPending:_,kQueue:k,kPendingIdx:D,kRunningIdx:O,kError:P,kSocket:L,kStrictContentLength:U,kOnError:H,kMaxConcurrentStreams:z,kHTTP2Session:j,kResume:q,kSize:$,kHTTPContext:J}=p(36443);const W=Symbol("open streams");let Y;let K=false;let Z;try{Z=p(32467)}catch{Z={constants:{}}}const{constants:{HTTP2_HEADER_AUTHORITY:X,HTTP2_HEADER_METHOD:ee,HTTP2_HEADER_PATH:te,HTTP2_HEADER_SCHEME:re,HTTP2_HEADER_CONTENT_LENGTH:se,HTTP2_HEADER_EXPECT:ne,HTTP2_HEADER_STATUS:ie}}=Z;function parseH2Headers(i){const u=[];for(const[p,A]of Object.entries(i)){if(Array.isArray(A)){for(const i of A){u.push(Buffer.from(p),Buffer.from(i))}}else{u.push(Buffer.from(p),Buffer.from(A))}}return u}async function connectH2(i,u){i[L]=u;if(!K){K=true;process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"})}const p=Z.connect(i[N],{createConnection:()=>u,peerMaxConcurrentStreams:i[z]});p[W]=0;p[Q]=i;p[L]=u;C.addListener(p,"error",onHttp2SessionError);C.addListener(p,"frameError",onHttp2FrameError);C.addListener(p,"end",onHttp2SessionEnd);C.addListener(p,"goaway",onHTTP2GoAway);C.addListener(p,"close",(function(){const{[Q]:i}=this;const{[L]:u}=i;const p=this[L][P]||this[P]||new B("closed",C.getSocketInfo(u));i[j]=null;if(i.destroyed){A(i[_]===0);const u=i[k].splice(i[O]);for(let A=0;A<u.length;A++){const g=u[A];C.errorRequest(i,g,p)}}}));p.unref();i[j]=p;u[j]=p;C.addListener(u,"error",(function(i){A(i.code!=="ERR_TLS_CERT_ALTNAME_INVALID");this[P]=i;this[Q][H](i)}));C.addListener(u,"end",(function(){C.destroy(this,new B("other side closed",C.getSocketInfo(this)))}));C.addListener(u,"close",(function(){const u=this[P]||new B("closed",C.getSocketInfo(this));i[L]=null;if(this[j]!=null){this[j].destroy(u)}i[D]=i[O];A(i[x]===0);i.emit("disconnect",i[N],[i],u);i[q]()}));let g=false;u.on("close",(()=>{g=true}));return{version:"h2",defaultPipelining:Infinity,write(...u){return writeH2(i,...u)},resume(){resumeH2(i)},destroy(i,p){if(g){queueMicrotask(p)}else{u.destroy(i).on("close",p)}},get destroyed(){return u.destroyed},busy(){return false}}}function resumeH2(i){const u=i[L];if(u?.destroyed===false){if(i[$]===0&&i[z]===0){u.unref();i[j].unref()}else{u.ref();i[j].ref()}}}function onHttp2SessionError(i){A(i.code!=="ERR_TLS_CERT_ALTNAME_INVALID");this[L][P]=i;this[Q][H](i)}function onHttp2FrameError(i,u,p){if(p===0){const p=new v(`HTTP/2: "frameError" received - type ${i}, code ${u}`);this[L][P]=p;this[Q][H](p)}}function onHttp2SessionEnd(){const i=new B("other side closed",C.getSocketInfo(this[L]));this.destroy(i);C.destroy(this[L],i)}function onHTTP2GoAway(i){const u=this[P]||new B(`HTTP/2: "GOAWAY" frame received with code ${i}`,C.getSocketInfo(this));const p=this[Q];p[L]=null;p[J]=null;if(this[j]!=null){this[j].destroy(u);this[j]=null}C.destroy(this[L],u);if(p[O]<p[k].length){const i=p[k][p[O]];p[k][p[O]++]=null;C.errorRequest(p,i,u);p[D]=p[O]}A(p[x]===0);p.emit("disconnect",p[N],[p],u);p[q]()}function shouldSendContentLength(i){return i!=="GET"&&i!=="HEAD"&&i!=="OPTIONS"&&i!=="TRACE"&&i!=="CONNECT"}function writeH2(i,u){const g=i[j];const{method:B,path:T,host:Q,upgrade:x,expectContinue:_,signal:P,headers:H}=u;let{body:z}=u;if(x){C.errorRequest(i,u,new Error("Upgrade not supported for H2"));return false}const $={};for(let i=0;i<H.length;i+=2){const u=H[i+0];const p=H[i+1];if(Array.isArray(p)){for(let i=0;i<p.length;i++){if($[u]){$[u]+=`,${p[i]}`}else{$[u]=p[i]}}}else{$[u]=p}}let J;const{hostname:K,port:Z}=i[N];$[X]=Q||`${K}${Z?`:${Z}`:""}`;$[ee]=B;const abort=p=>{if(u.aborted||u.completed){return}p=p||new w;C.errorRequest(i,u,p);if(J!=null){C.destroy(J,p)}C.destroy(z,p);i[k][i[O]++]=null;i[q]()};try{u.onConnect(abort)}catch(p){C.errorRequest(i,u,p)}if(u.aborted){return false}if(B==="CONNECT"){g.ref();J=g.request($,{endStream:false,signal:P});if(J.id&&!J.pending){u.onUpgrade(null,null,J);++g[W];i[k][i[O]++]=null}else{J.once("ready",(()=>{u.onUpgrade(null,null,J);++g[W];i[k][i[O]++]=null}))}J.once("close",(()=>{g[W]-=1;if(g[W]===0)g.unref()}));return true}$[te]=T;$[re]="https";const oe=B==="PUT"||B==="POST"||B==="PATCH";if(z&&typeof z.read==="function"){z.read(0)}let ae=C.bodyLength(z);if(C.isFormDataLike(z)){Y??=p(84492).extractBody;const[i,u]=Y(z);$["content-type"]=u;z=i.stream;ae=i.length}if(ae==null){ae=u.contentLength}if(ae===0||!oe){ae=null}if(shouldSendContentLength(B)&&ae>0&&u.contentLength!=null&&u.contentLength!==ae){if(i[U]){C.errorRequest(i,u,new S);return false}process.emitWarning(new S)}if(ae!=null){A(z,"no body must not have content length");$[se]=`${ae}`}g.ref();const le=B==="GET"||B==="HEAD"||z===null;if(_){$[ne]="100-continue";J=g.request($,{endStream:le,signal:P});J.once("continue",writeBodyH2)}else{J=g.request($,{endStream:le,signal:P});writeBodyH2()}++g[W];J.once("response",(p=>{const{[ie]:A,...g}=p;u.onResponseStarted();if(u.aborted){const p=new w;C.errorRequest(i,u,p);C.destroy(J,p);return}if(u.onHeaders(Number(A),parseH2Headers(g),J.resume.bind(J),"")===false){J.pause()}J.on("data",(i=>{if(u.onData(i)===false){J.pause()}}))}));J.once("end",(()=>{if(J.state?.state==null||J.state.state<6){u.onComplete([])}if(g[W]===0){g.unref()}abort(new v("HTTP/2: stream half-closed (remote)"));i[k][i[O]++]=null;i[D]=i[O];i[q]()}));J.once("close",(()=>{g[W]-=1;if(g[W]===0){g.unref()}}));J.once("error",(function(i){abort(i)}));J.once("frameError",((i,u)=>{abort(new v(`HTTP/2: "frameError" received - type ${i}, code ${u}`))}));return true;function writeBodyH2(){if(!z||ae===0){writeBuffer(abort,J,null,i,u,i[L],ae,oe)}else if(C.isBuffer(z)){writeBuffer(abort,J,z,i,u,i[L],ae,oe)}else if(C.isBlobLike(z)){if(typeof z.stream==="function"){writeIterable(abort,J,z.stream(),i,u,i[L],ae,oe)}else{writeBlob(abort,J,z,i,u,i[L],ae,oe)}}else if(C.isStream(z)){writeStream(abort,i[L],oe,J,z,i,u,ae)}else if(C.isIterable(z)){writeIterable(abort,J,z,i,u,i[L],ae,oe)}else{A(false)}}}function writeBuffer(i,u,p,g,S,w,B,v){try{if(p!=null&&C.isBuffer(p)){A(B===p.byteLength,"buffer body must have content length");u.cork();u.write(p);u.uncork();u.end();S.onBodySent(p)}if(!v){w[T]=true}S.onRequestSent();g[q]()}catch(u){i(u)}}function writeStream(i,u,p,S,w,B,v,N){A(N!==0||B[x]===0,"stream body cannot be pipelined");const Q=g(w,S,(A=>{if(A){C.destroy(Q,A);i(A)}else{C.removeAllListeners(Q);v.onRequestSent();if(!p){u[T]=true}B[q]()}}));C.addListener(Q,"data",onPipeData);function onPipeData(i){v.onBodySent(i)}}async function writeBlob(i,u,p,g,C,w,B,v){A(B===p.size,"blob body must have content length");try{if(B!=null&&B!==p.size){throw new S}const i=Buffer.from(await p.arrayBuffer());u.cork();u.write(i);u.uncork();u.end();C.onBodySent(i);C.onRequestSent();if(!v){w[T]=true}g[q]()}catch(u){i(u)}}async function writeIterable(i,u,p,g,C,S,w,B){A(w!==0||g[x]===0,"iterator body cannot be pipelined");let v=null;function onDrain(){if(v){const i=v;v=null;i()}}const waitForDrain=()=>new Promise(((i,u)=>{A(v===null);if(S[P]){u(S[P])}else{v=i}}));u.on("close",onDrain).on("drain",onDrain);try{for await(const i of p){if(S[P]){throw S[P]}const p=u.write(i);C.onBodySent(i);if(!p){await waitForDrain()}}u.end();C.onRequestSent();if(!B){S[T]=true}g[q]()}catch(u){i(u)}finally{u.off("close",onDrain).off("drain",onDrain)}}i.exports=connectH2},23701:(i,u,p)=>{const A=p(34589);const g=p(77030);const C=p(37067);const S=p(3440);const{channels:w}=p(42414);const B=p(44655);const v=p(21841);const{InvalidArgumentError:N,InformationalError:T,ClientDestroyedError:Q}=p(68707);const x=p(59136);const{kUrl:_,kServerName:k,kClient:D,kBusy:O,kConnect:P,kResuming:L,kRunning:U,kPending:H,kSize:z,kQueue:j,kConnected:q,kConnecting:$,kNeedDrain:J,kKeepAliveDefaultTimeout:W,kHostHeader:Y,kPendingIdx:K,kRunningIdx:Z,kError:X,kPipelining:ee,kKeepAliveTimeoutValue:te,kMaxHeadersSize:re,kKeepAliveMaxTimeout:se,kKeepAliveTimeoutThreshold:ne,kHeadersTimeout:ie,kBodyTimeout:oe,kStrictContentLength:ae,kConnector:le,kMaxRedirections:ue,kMaxRequests:de,kCounter:he,kClose:pe,kDestroy:Ae,kDispatch:fe,kInterceptors:ge,kLocalAddress:me,kMaxResponseSize:ye,kOnError:Ee,kHTTPContext:Ce,kMaxConcurrentStreams:be,kResume:Se}=p(36443);const we=p(637);const ve=p(88788);let Re=false;const Ne=Symbol("kClosedResolve");const noop=()=>{};function getPipelining(i){return i[ee]??i[Ce]?.defaultPipelining??1}class Client extends v{constructor(i,{interceptors:u,maxHeaderSize:p,headersTimeout:A,socketTimeout:w,requestTimeout:B,connectTimeout:v,bodyTimeout:T,idleTimeout:Q,keepAlive:D,keepAliveTimeout:O,maxKeepAliveTimeout:P,keepAliveMaxTimeout:U,keepAliveTimeoutThreshold:H,socketPath:z,pipelining:q,tls:$,strictContentLength:X,maxCachedSessions:he,maxRedirections:pe,connect:Ae,maxRequestsPerClient:fe,localAddress:we,maxResponseSize:ve,autoSelectFamily:xe,autoSelectFamilyAttemptTimeout:_e,maxConcurrentStreams:ke,allowH2:De}={}){super();if(D!==undefined){throw new N("unsupported keepAlive, use pipelining=0 instead")}if(w!==undefined){throw new N("unsupported socketTimeout, use headersTimeout & bodyTimeout instead")}if(B!==undefined){throw new N("unsupported requestTimeout, use headersTimeout & bodyTimeout instead")}if(Q!==undefined){throw new N("unsupported idleTimeout, use keepAliveTimeout instead")}if(P!==undefined){throw new N("unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead")}if(p!=null&&!Number.isFinite(p)){throw new N("invalid maxHeaderSize")}if(z!=null&&typeof z!=="string"){throw new N("invalid socketPath")}if(v!=null&&(!Number.isFinite(v)||v<0)){throw new N("invalid connectTimeout")}if(O!=null&&(!Number.isFinite(O)||O<=0)){throw new N("invalid keepAliveTimeout")}if(U!=null&&(!Number.isFinite(U)||U<=0)){throw new N("invalid keepAliveMaxTimeout")}if(H!=null&&!Number.isFinite(H)){throw new N("invalid keepAliveTimeoutThreshold")}if(A!=null&&(!Number.isInteger(A)||A<0)){throw new N("headersTimeout must be a positive integer or zero")}if(T!=null&&(!Number.isInteger(T)||T<0)){throw new N("bodyTimeout must be a positive integer or zero")}if(Ae!=null&&typeof Ae!=="function"&&typeof Ae!=="object"){throw new N("connect must be a function or an object")}if(pe!=null&&(!Number.isInteger(pe)||pe<0)){throw new N("maxRedirections must be a positive number")}if(fe!=null&&(!Number.isInteger(fe)||fe<0)){throw new N("maxRequestsPerClient must be a positive number")}if(we!=null&&(typeof we!=="string"||g.isIP(we)===0)){throw new N("localAddress must be valid string IP address")}if(ve!=null&&(!Number.isInteger(ve)||ve<-1)){throw new N("maxResponseSize must be a positive number")}if(_e!=null&&(!Number.isInteger(_e)||_e<-1)){throw new N("autoSelectFamilyAttemptTimeout must be a positive number")}if(De!=null&&typeof De!=="boolean"){throw new N("allowH2 must be a valid boolean value")}if(ke!=null&&(typeof ke!=="number"||ke<1)){throw new N("maxConcurrentStreams must be a positive integer, greater than 0")}if(typeof Ae!=="function"){Ae=x({...$,maxCachedSessions:he,allowH2:De,socketPath:z,timeout:v,...xe?{autoSelectFamily:xe,autoSelectFamilyAttemptTimeout:_e}:undefined,...Ae})}if(u?.Client&&Array.isArray(u.Client)){this[ge]=u.Client;if(!Re){Re=true;process.emitWarning("Client.Options#interceptor is deprecated. Use Dispatcher#compose instead.",{code:"UNDICI-CLIENT-INTERCEPTOR-DEPRECATED"})}}else{this[ge]=[Qe({maxRedirections:pe})]}this[_]=S.parseOrigin(i);this[le]=Ae;this[ee]=q!=null?q:1;this[re]=p||C.maxHeaderSize;this[W]=O==null?4e3:O;this[se]=U==null?6e5:U;this[ne]=H==null?2e3:H;this[te]=this[W];this[k]=null;this[me]=we!=null?we:null;this[L]=0;this[J]=0;this[Y]=`host: ${this[_].hostname}${this[_].port?`:${this[_].port}`:""}\r\n`;this[oe]=T!=null?T:3e5;this[ie]=A!=null?A:3e5;this[ae]=X==null?true:X;this[ue]=pe;this[de]=fe;this[Ne]=null;this[ye]=ve>-1?ve:-1;this[be]=ke!=null?ke:100;this[Ce]=null;this[j]=[];this[Z]=0;this[K]=0;this[Se]=i=>resume(this,i);this[Ee]=i=>onError(this,i)}get pipelining(){return this[ee]}set pipelining(i){this[ee]=i;this[Se](true)}get[H](){return this[j].length-this[K]}get[U](){return this[K]-this[Z]}get[z](){return this[j].length-this[Z]}get[q](){return!!this[Ce]&&!this[$]&&!this[Ce].destroyed}get[O](){return Boolean(this[Ce]?.busy(null)||this[z]>=(getPipelining(this)||1)||this[H]>0)}[P](i){connect(this);this.once("connect",i)}[fe](i,u){const p=i.origin||this[_].origin;const A=new B(p,i,u);this[j].push(A);if(this[L]){}else if(S.bodyLength(A.body)==null&&S.isIterable(A.body)){this[L]=1;queueMicrotask((()=>resume(this)))}else{this[Se](true)}if(this[L]&&this[J]!==2&&this[O]){this[J]=2}return this[J]<2}async[pe](){return new Promise((i=>{if(this[z]){this[Ne]=i}else{i(null)}}))}async[Ae](i){return new Promise((u=>{const p=this[j].splice(this[K]);for(let u=0;u<p.length;u++){const A=p[u];S.errorRequest(this,A,i)}const callback=()=>{if(this[Ne]){this[Ne]();this[Ne]=null}u(null)};if(this[Ce]){this[Ce].destroy(i,callback);this[Ce]=null}else{queueMicrotask(callback)}this[Se]()}))}}const Qe=p(25092);function onError(i,u){if(i[U]===0&&u.code!=="UND_ERR_INFO"&&u.code!=="UND_ERR_SOCKET"){A(i[K]===i[Z]);const p=i[j].splice(i[Z]);for(let A=0;A<p.length;A++){const g=p[A];S.errorRequest(i,g,u)}A(i[z]===0)}}async function connect(i){A(!i[$]);A(!i[Ce]);let{host:u,hostname:p,protocol:C,port:B}=i[_];if(p[0]==="["){const i=p.indexOf("]");A(i!==-1);const u=p.substring(1,i);A(g.isIP(u));p=u}i[$]=true;if(w.beforeConnect.hasSubscribers){w.beforeConnect.publish({connectParams:{host:u,hostname:p,protocol:C,port:B,version:i[Ce]?.version,servername:i[k],localAddress:i[me]},connector:i[le]})}try{const g=await new Promise(((A,g)=>{i[le]({host:u,hostname:p,protocol:C,port:B,servername:i[k],localAddress:i[me]},((i,u)=>{if(i){g(i)}else{A(u)}}))}));if(i.destroyed){S.destroy(g.on("error",noop),new Q);return}A(g);try{i[Ce]=g.alpnProtocol==="h2"?await ve(i,g):await we(i,g)}catch(i){g.destroy().on("error",noop);throw i}i[$]=false;g[he]=0;g[de]=i[de];g[D]=i;g[X]=null;if(w.connected.hasSubscribers){w.connected.publish({connectParams:{host:u,hostname:p,protocol:C,port:B,version:i[Ce]?.version,servername:i[k],localAddress:i[me]},connector:i[le],socket:g})}i.emit("connect",i[_],[i])}catch(g){if(i.destroyed){return}i[$]=false;if(w.connectError.hasSubscribers){w.connectError.publish({connectParams:{host:u,hostname:p,protocol:C,port:B,version:i[Ce]?.version,servername:i[k],localAddress:i[me]},connector:i[le],error:g})}if(g.code==="ERR_TLS_CERT_ALTNAME_INVALID"){A(i[U]===0);while(i[H]>0&&i[j][i[K]].servername===i[k]){const u=i[j][i[K]++];S.errorRequest(i,u,g)}}else{onError(i,g)}i.emit("connectionError",i[_],[i],g)}i[Se]()}function emitDrain(i){i[J]=0;i.emit("drain",i[_],[i])}function resume(i,u){if(i[L]===2){return}i[L]=2;_resume(i,u);i[L]=0;if(i[Z]>256){i[j].splice(0,i[Z]);i[K]-=i[Z];i[Z]=0}}function _resume(i,u){while(true){if(i.destroyed){A(i[H]===0);return}if(i[Ne]&&!i[z]){i[Ne]();i[Ne]=null;return}if(i[Ce]){i[Ce].resume()}if(i[O]){i[J]=2}else if(i[J]===2){if(u){i[J]=1;queueMicrotask((()=>emitDrain(i)))}else{emitDrain(i)}continue}if(i[H]===0){return}if(i[U]>=(getPipelining(i)||1)){return}const p=i[j][i[K]];if(i[_].protocol==="https:"&&i[k]!==p.servername){if(i[U]>0){return}i[k]=p.servername;i[Ce]?.destroy(new T("servername changed"),(()=>{i[Ce]=null;resume(i)}))}if(i[$]){return}if(!i[Ce]){connect(i);return}if(i[Ce].destroyed){return}if(i[Ce].busy(p)){return}if(!p.aborted&&i[Ce].write(p)){i[K]++}else{i[j].splice(i[K],1)}}}i.exports=Client},21841:(i,u,p)=>{const A=p(30883);const{ClientDestroyedError:g,ClientClosedError:C,InvalidArgumentError:S}=p(68707);const{kDestroy:w,kClose:B,kClosed:v,kDestroyed:N,kDispatch:T,kInterceptors:Q}=p(36443);const x=Symbol("onDestroyed");const _=Symbol("onClosed");const k=Symbol("Intercepted Dispatch");class DispatcherBase extends A{constructor(){super();this[N]=false;this[x]=null;this[v]=false;this[_]=[]}get destroyed(){return this[N]}get closed(){return this[v]}get interceptors(){return this[Q]}set interceptors(i){if(i){for(let u=i.length-1;u>=0;u--){const i=this[Q][u];if(typeof i!=="function"){throw new S("interceptor must be an function")}}}this[Q]=i}close(i){if(i===undefined){return new Promise(((i,u)=>{this.close(((p,A)=>p?u(p):i(A)))}))}if(typeof i!=="function"){throw new S("invalid callback")}if(this[N]){queueMicrotask((()=>i(new g,null)));return}if(this[v]){if(this[_]){this[_].push(i)}else{queueMicrotask((()=>i(null,null)))}return}this[v]=true;this[_].push(i);const onClosed=()=>{const i=this[_];this[_]=null;for(let u=0;u<i.length;u++){i[u](null,null)}};this[B]().then((()=>this.destroy())).then((()=>{queueMicrotask(onClosed)}))}destroy(i,u){if(typeof i==="function"){u=i;i=null}if(u===undefined){return new Promise(((u,p)=>{this.destroy(i,((i,A)=>i?p(i):u(A)))}))}if(typeof u!=="function"){throw new S("invalid callback")}if(this[N]){if(this[x]){this[x].push(u)}else{queueMicrotask((()=>u(null,null)))}return}if(!i){i=new g}this[N]=true;this[x]=this[x]||[];this[x].push(u);const onDestroyed=()=>{const i=this[x];this[x]=null;for(let u=0;u<i.length;u++){i[u](null,null)}};this[w](i).then((()=>{queueMicrotask(onDestroyed)}))}[k](i,u){if(!this[Q]||this[Q].length===0){this[k]=this[T];return this[T](i,u)}let p=this[T].bind(this);for(let i=this[Q].length-1;i>=0;i--){p=this[Q][i](p)}this[k]=p;return p(i,u)}dispatch(i,u){if(!u||typeof u!=="object"){throw new S("handler must be an object")}try{if(!i||typeof i!=="object"){throw new S("opts must be an object.")}if(this[N]||this[x]){throw new g}if(this[v]){throw new C}return this[k](i,u)}catch(i){if(typeof u.onError!=="function"){throw new S("invalid onError method")}u.onError(i);return false}}}i.exports=DispatcherBase},30883:(i,u,p)=>{const A=p(78474);class Dispatcher extends A{dispatch(){throw new Error("not implemented")}close(){throw new Error("not implemented")}destroy(){throw new Error("not implemented")}compose(...i){const u=Array.isArray(i[0])?i[0]:i;let p=this.dispatch.bind(this);for(const i of u){if(i==null){continue}if(typeof i!=="function"){throw new TypeError(`invalid interceptor, expected function received ${typeof i}`)}p=i(p);if(p==null||typeof p!=="function"||p.length!==2){throw new TypeError("invalid interceptor")}}return new ComposedDispatcher(this,p)}}class ComposedDispatcher extends Dispatcher{#A=null;#f=null;constructor(i,u){super();this.#A=i;this.#f=u}dispatch(...i){this.#f(...i)}close(...i){return this.#A.close(...i)}destroy(...i){return this.#A.destroy(...i)}}i.exports=Dispatcher},53137:(i,u,p)=>{const A=p(21841);const{kClose:g,kDestroy:C,kClosed:S,kDestroyed:w,kDispatch:B,kNoProxyAgent:v,kHttpProxyAgent:N,kHttpsProxyAgent:T}=p(36443);const Q=p(76672);const x=p(57405);const _={"http:":80,"https:":443};let k=false;class EnvHttpProxyAgent extends A{#g=null;#m=null;#y=null;constructor(i={}){super();this.#y=i;if(!k){k=true;process.emitWarning("EnvHttpProxyAgent is experimental, expect them to change at any time.",{code:"UNDICI-EHPA"})}const{httpProxy:u,httpsProxy:p,noProxy:A,...g}=i;this[v]=new x(g);const C=u??process.env.http_proxy??process.env.HTTP_PROXY;if(C){this[N]=new Q({...g,uri:C})}else{this[N]=this[v]}const S=p??process.env.https_proxy??process.env.HTTPS_PROXY;if(S){this[T]=new Q({...g,uri:S})}else{this[T]=this[N]}this.#E()}[B](i,u){const p=new URL(i.origin);const A=this.#C(p);return A.dispatch(i,u)}async[g](){await this[v].close();if(!this[N][S]){await this[N].close()}if(!this[T][S]){await this[T].close()}}async[C](i){await this[v].destroy(i);if(!this[N][w]){await this[N].destroy(i)}if(!this[T][w]){await this[T].destroy(i)}}#C(i){let{protocol:u,host:p,port:A}=i;p=p.replace(/:\d*$/,"").toLowerCase();A=Number.parseInt(A,10)||_[u]||0;if(!this.#b(p,A)){return this[v]}if(u==="https:"){return this[T]}return this[N]}#b(i,u){if(this.#I){this.#E()}if(this.#m.length===0){return true}if(this.#g==="*"){return false}for(let p=0;p<this.#m.length;p++){const A=this.#m[p];if(A.port&&A.port!==u){continue}if(!/^[.*]/.test(A.hostname)){if(i===A.hostname){return false}}else{if(i.endsWith(A.hostname.replace(/^\*/,""))){return false}}}return true}#E(){const i=this.#y.noProxy??this.#S;const u=i.split(/[,\s]/);const p=[];for(let i=0;i<u.length;i++){const A=u[i];if(!A){continue}const g=A.match(/^(.+):(\d+)$/);p.push({hostname:(g?g[1]:A).toLowerCase(),port:g?Number.parseInt(g[2],10):0})}this.#g=i;this.#m=p}get#I(){if(this.#y.noProxy!==undefined){return false}return this.#g!==this.#S}get#S(){return process.env.no_proxy??process.env.NO_PROXY??""}}i.exports=EnvHttpProxyAgent},64660:i=>{const u=2048;const p=u-1;class FixedCircularBuffer{constructor(){this.bottom=0;this.top=0;this.list=new Array(u);this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&p)===this.bottom}push(i){this.list[this.top]=i;this.top=this.top+1&p}shift(){const i=this.list[this.bottom];if(i===undefined)return null;this.list[this.bottom]=undefined;this.bottom=this.bottom+1&p;return i}}i.exports=class FixedQueue{constructor(){this.head=this.tail=new FixedCircularBuffer}isEmpty(){return this.head.isEmpty()}push(i){if(this.head.isFull()){this.head=this.head.next=new FixedCircularBuffer}this.head.push(i)}shift(){const i=this.tail;const u=i.shift();if(i.isEmpty()&&i.next!==null){this.tail=i.next}return u}}},42128:(i,u,p)=>{const A=p(21841);const g=p(64660);const{kConnected:C,kSize:S,kRunning:w,kPending:B,kQueued:v,kBusy:N,kFree:T,kUrl:Q,kClose:x,kDestroy:_,kDispatch:k}=p(36443);const D=p(43246);const O=Symbol("clients");const P=Symbol("needDrain");const L=Symbol("queue");const U=Symbol("closed resolve");const H=Symbol("onDrain");const z=Symbol("onConnect");const j=Symbol("onDisconnect");const q=Symbol("onConnectionError");const $=Symbol("get dispatcher");const J=Symbol("add client");const W=Symbol("remove client");const Y=Symbol("stats");class PoolBase extends A{constructor(){super();this[L]=new g;this[O]=[];this[v]=0;const i=this;this[H]=function onDrain(u,p){const A=i[L];let g=false;while(!g){const u=A.shift();if(!u){break}i[v]--;g=!this.dispatch(u.opts,u.handler)}this[P]=g;if(!this[P]&&i[P]){i[P]=false;i.emit("drain",u,[i,...p])}if(i[U]&&A.isEmpty()){Promise.all(i[O].map((i=>i.close()))).then(i[U])}};this[z]=(u,p)=>{i.emit("connect",u,[i,...p])};this[j]=(u,p,A)=>{i.emit("disconnect",u,[i,...p],A)};this[q]=(u,p,A)=>{i.emit("connectionError",u,[i,...p],A)};this[Y]=new D(this)}get[N](){return this[P]}get[C](){return this[O].filter((i=>i[C])).length}get[T](){return this[O].filter((i=>i[C]&&!i[P])).length}get[B](){let i=this[v];for(const{[B]:u}of this[O]){i+=u}return i}get[w](){let i=0;for(const{[w]:u}of this[O]){i+=u}return i}get[S](){let i=this[v];for(const{[S]:u}of this[O]){i+=u}return i}get stats(){return this[Y]}async[x](){if(this[L].isEmpty()){await Promise.all(this[O].map((i=>i.close())))}else{await new Promise((i=>{this[U]=i}))}}async[_](i){while(true){const u=this[L].shift();if(!u){break}u.handler.onError(i)}await Promise.all(this[O].map((u=>u.destroy(i))))}[k](i,u){const p=this[$]();if(!p){this[P]=true;this[L].push({opts:i,handler:u});this[v]++}else if(!p.dispatch(i,u)){p[P]=true;this[P]=!this[$]()}return!this[P]}[J](i){i.on("drain",this[H]).on("connect",this[z]).on("disconnect",this[j]).on("connectionError",this[q]);this[O].push(i);if(this[P]){queueMicrotask((()=>{if(this[P]){this[H](i[Q],[this,i])}}))}return this}[W](i){i.close((()=>{const u=this[O].indexOf(i);if(u!==-1){this[O].splice(u,1)}}));this[P]=this[O].some((i=>!i[P]&&i.closed!==true&&i.destroyed!==true))}}i.exports={PoolBase:PoolBase,kClients:O,kNeedDrain:P,kAddClient:J,kRemoveClient:W,kGetDispatcher:$}},43246:(i,u,p)=>{const{kFree:A,kConnected:g,kPending:C,kQueued:S,kRunning:w,kSize:B}=p(36443);const v=Symbol("pool");class PoolStats{constructor(i){this[v]=i}get connected(){return this[v][g]}get free(){return this[v][A]}get pending(){return this[v][C]}get queued(){return this[v][S]}get running(){return this[v][w]}get size(){return this[v][B]}}i.exports=PoolStats},30628:(i,u,p)=>{const{PoolBase:A,kClients:g,kNeedDrain:C,kAddClient:S,kGetDispatcher:w}=p(42128);const B=p(23701);const{InvalidArgumentError:v}=p(68707);const N=p(3440);const{kUrl:T,kInterceptors:Q}=p(36443);const x=p(59136);const _=Symbol("options");const k=Symbol("connections");const D=Symbol("factory");function defaultFactory(i,u){return new B(i,u)}class Pool extends A{constructor(i,{connections:u,factory:p=defaultFactory,connect:A,connectTimeout:C,tls:S,maxCachedSessions:w,socketPath:B,autoSelectFamily:O,autoSelectFamilyAttemptTimeout:P,allowH2:L,...U}={}){super();if(u!=null&&(!Number.isFinite(u)||u<0)){throw new v("invalid connections")}if(typeof p!=="function"){throw new v("factory must be a function.")}if(A!=null&&typeof A!=="function"&&typeof A!=="object"){throw new v("connect must be a function or an object")}if(typeof A!=="function"){A=x({...S,maxCachedSessions:w,allowH2:L,socketPath:B,timeout:C,...O?{autoSelectFamily:O,autoSelectFamilyAttemptTimeout:P}:undefined,...A})}this[Q]=U.interceptors?.Pool&&Array.isArray(U.interceptors.Pool)?U.interceptors.Pool:[];this[k]=u||null;this[T]=N.parseOrigin(i);this[_]={...N.deepClone(U),connect:A,allowH2:L};this[_].interceptors=U.interceptors?{...U.interceptors}:undefined;this[D]=p;this.on("connectionError",((i,u,p)=>{for(const i of u){const u=this[g].indexOf(i);if(u!==-1){this[g].splice(u,1)}}}))}[w](){for(const i of this[g]){if(!i[C]){return i}}if(!this[k]||this[g].length<this[k]){const i=this[D](this[T],this[_]);this[S](i);return i}}}i.exports=Pool},76672:(i,u,p)=>{const{kProxy:A,kClose:g,kDestroy:C,kDispatch:S,kInterceptors:w}=p(36443);const{URL:B}=p(73136);const v=p(57405);const N=p(30628);const T=p(21841);const{InvalidArgumentError:Q,RequestAbortedError:x,SecureProxyConnectionError:_}=p(68707);const k=p(59136);const D=p(23701);const O=Symbol("proxy agent");const P=Symbol("proxy client");const L=Symbol("proxy headers");const U=Symbol("request tls settings");const H=Symbol("proxy tls settings");const z=Symbol("connect endpoint function");const j=Symbol("tunnel proxy");function defaultProtocolPort(i){return i==="https:"?443:80}function defaultFactory(i,u){return new N(i,u)}const noop=()=>{};function defaultAgentFactory(i,u){if(u.connections===1){return new D(i,u)}return new N(i,u)}class Http1ProxyWrapper extends T{#w;constructor(i,{headers:u={},connect:p,factory:A}){super();if(!i){throw new Q("Proxy URL is mandatory")}this[L]=u;if(A){this.#w=A(i,{connect:p})}else{this.#w=new D(i,{connect:p})}}[S](i,u){const p=u.onHeaders;u.onHeaders=function(i,A,g){if(i===407){if(typeof u.onError==="function"){u.onError(new Q("Proxy Authentication Required (407)"))}return}if(p)p.call(this,i,A,g)};const{origin:A,path:g="/",headers:C={}}=i;i.path=A+g;if(!("host"in C)&&!("Host"in C)){const{host:i}=new B(A);C.host=i}i.headers={...this[L],...C};return this.#w[S](i,u)}async[g](){return this.#w.close()}async[C](i){return this.#w.destroy(i)}}class ProxyAgent extends T{constructor(i){super();if(!i||typeof i==="object"&&!(i instanceof B)&&!i.uri){throw new Q("Proxy uri is mandatory")}const{clientFactory:u=defaultFactory}=i;if(typeof u!=="function"){throw new Q("Proxy opts.clientFactory must be a function.")}const{proxyTunnel:p=true}=i;const g=this.#B(i);const{href:C,origin:S,port:N,protocol:T,username:D,password:q,hostname:$}=g;this[A]={uri:C,protocol:T};this[w]=i.interceptors?.ProxyAgent&&Array.isArray(i.interceptors.ProxyAgent)?i.interceptors.ProxyAgent:[];this[U]=i.requestTls;this[H]=i.proxyTls;this[L]=i.headers||{};this[j]=p;if(i.auth&&i.token){throw new Q("opts.auth cannot be used in combination with opts.token")}else if(i.auth){this[L]["proxy-authorization"]=`Basic ${i.auth}`}else if(i.token){this[L]["proxy-authorization"]=i.token}else if(D&&q){this[L]["proxy-authorization"]=`Basic ${Buffer.from(`${decodeURIComponent(D)}:${decodeURIComponent(q)}`).toString("base64")}`}const J=k({...i.proxyTls});this[z]=k({...i.requestTls});const W=i.factory||defaultAgentFactory;const factory=(i,u)=>{const{protocol:p}=new B(i);if(!this[j]&&p==="http:"&&this[A].protocol==="http:"){return new Http1ProxyWrapper(this[A].uri,{headers:this[L],connect:J,factory:W})}return W(i,u)};this[P]=u(g,{connect:J});this[O]=new v({...i,factory:factory,connect:async(i,u)=>{let p=i.host;if(!i.port){p+=`:${defaultProtocolPort(i.protocol)}`}try{const{socket:A,statusCode:g}=await this[P].connect({origin:S,port:N,path:p,signal:i.signal,headers:{...this[L],host:i.host},servername:this[H]?.servername||$});if(g!==200){A.on("error",noop).destroy();u(new x(`Proxy response (${g}) !== 200 when HTTP Tunneling`))}if(i.protocol!=="https:"){u(null,A);return}let C;if(this[U]){C=this[U].servername}else{C=i.servername}this[z]({...i,servername:C,httpSocket:A},u)}catch(i){if(i.code==="ERR_TLS_CERT_ALTNAME_INVALID"){u(new _(i))}else{u(i)}}}})}dispatch(i,u){const p=buildHeaders(i.headers);throwIfProxyAuthIsSent(p);if(p&&!("host"in p)&&!("Host"in p)){const{host:u}=new B(i.origin);p.host=u}return this[O].dispatch({...i,headers:p},u)}#B(i){if(typeof i==="string"){return new B(i)}else if(i instanceof B){return i}else{return new B(i.uri)}}async[g](){await this[O].close();await this[P].close()}async[C](){await this[O].destroy();await this[P].destroy()}}function buildHeaders(i){if(Array.isArray(i)){const u={};for(let p=0;p<i.length;p+=2){u[i[p]]=i[p+1]}return u}return i}function throwIfProxyAuthIsSent(i){const u=i&&Object.keys(i).find((i=>i.toLowerCase()==="proxy-authorization"));if(u){throw new Q("Proxy-Authorization should be sent in ProxyAgent constructor")}}i.exports=ProxyAgent},30050:(i,u,p)=>{const A=p(30883);const g=p(17816);class RetryAgent extends A{#v=null;#e=null;constructor(i,u={}){super(u);this.#v=i;this.#e=u}dispatch(i,u){const p=new g({...i,retryOptions:this.#e},{dispatch:this.#v.dispatch.bind(this.#v),handler:u});return this.#v.dispatch(i,p)}close(){return this.#v.close()}destroy(){return this.#v.destroy()}}i.exports=RetryAgent},32581:(i,u,p)=>{const A=Symbol.for("undici.globalDispatcher.1");const{InvalidArgumentError:g}=p(68707);const C=p(57405);if(getGlobalDispatcher()===undefined){setGlobalDispatcher(new C)}function setGlobalDispatcher(i){if(!i||typeof i.dispatch!=="function"){throw new g("Argument agent must implement Agent")}Object.defineProperty(globalThis,A,{value:i,writable:true,enumerable:false,configurable:false})}function getGlobalDispatcher(){return globalThis[A]}i.exports={setGlobalDispatcher:setGlobalDispatcher,getGlobalDispatcher:getGlobalDispatcher}},58155:i=>{i.exports=class DecoratorHandler{#R;constructor(i){if(typeof i!=="object"||i===null){throw new TypeError("handler must be an object")}this.#R=i}onConnect(...i){return this.#R.onConnect?.(...i)}onError(...i){return this.#R.onError?.(...i)}onUpgrade(...i){return this.#R.onUpgrade?.(...i)}onResponseStarted(...i){return this.#R.onResponseStarted?.(...i)}onHeaders(...i){return this.#R.onHeaders?.(...i)}onData(...i){return this.#R.onData?.(...i)}onComplete(...i){return this.#R.onComplete?.(...i)}onBodySent(...i){return this.#R.onBodySent?.(...i)}}},8754:(i,u,p)=>{const A=p(3440);const{kBodyUsed:g}=p(36443);const C=p(34589);const{InvalidArgumentError:S}=p(68707);const w=p(78474);const B=[300,301,302,303,307,308];const v=Symbol("body");class BodyAsyncIterable{constructor(i){this[v]=i;this[g]=false}async*[Symbol.asyncIterator](){C(!this[g],"disturbed");this[g]=true;yield*this[v]}}class RedirectHandler{constructor(i,u,p,B){if(u!=null&&(!Number.isInteger(u)||u<0)){throw new S("maxRedirections must be a positive number")}A.validateHandler(B,p.method,p.upgrade);this.dispatch=i;this.location=null;this.abort=null;this.opts={...p,maxRedirections:0};this.maxRedirections=u;this.handler=B;this.history=[];this.redirectionLimitReached=false;if(A.isStream(this.opts.body)){if(A.bodyLength(this.opts.body)===0){this.opts.body.on("data",(function(){C(false)}))}if(typeof this.opts.body.readableDidRead!=="boolean"){this.opts.body[g]=false;w.prototype.on.call(this.opts.body,"data",(function(){this[g]=true}))}}else if(this.opts.body&&typeof this.opts.body.pipeTo==="function"){this.opts.body=new BodyAsyncIterable(this.opts.body)}else if(this.opts.body&&typeof this.opts.body!=="string"&&!ArrayBuffer.isView(this.opts.body)&&A.isIterable(this.opts.body)){this.opts.body=new BodyAsyncIterable(this.opts.body)}}onConnect(i){this.abort=i;this.handler.onConnect(i,{history:this.history})}onUpgrade(i,u,p){this.handler.onUpgrade(i,u,p)}onError(i){this.handler.onError(i)}onHeaders(i,u,p,g){this.location=this.history.length>=this.maxRedirections||A.isDisturbed(this.opts.body)?null:parseLocation(i,u);if(this.opts.throwOnMaxRedirect&&this.history.length>=this.maxRedirections){if(this.request){this.request.abort(new Error("max redirects"))}this.redirectionLimitReached=true;this.abort(new Error("max redirects"));return}if(this.opts.origin){this.history.push(new URL(this.opts.path,this.opts.origin))}if(!this.location){return this.handler.onHeaders(i,u,p,g)}const{origin:C,pathname:S,search:w}=A.parseURL(new URL(this.location,this.opts.origin&&new URL(this.opts.path,this.opts.origin)));const B=w?`${S}${w}`:S;this.opts.headers=cleanRequestHeaders(this.opts.headers,i===303,this.opts.origin!==C);this.opts.path=B;this.opts.origin=C;this.opts.maxRedirections=0;this.opts.query=null;if(i===303&&this.opts.method!=="HEAD"){this.opts.method="GET";this.opts.body=null}}onData(i){if(this.location){}else{return this.handler.onData(i)}}onComplete(i){if(this.location){this.location=null;this.abort=null;this.dispatch(this.opts,this)}else{this.handler.onComplete(i)}}onBodySent(i){if(this.handler.onBodySent){this.handler.onBodySent(i)}}}function parseLocation(i,u){if(B.indexOf(i)===-1){return null}for(let i=0;i<u.length;i+=2){if(u[i].length===8&&A.headerNameToString(u[i])==="location"){return u[i+1]}}}function shouldRemoveHeader(i,u,p){if(i.length===4){return A.headerNameToString(i)==="host"}if(u&&A.headerNameToString(i).startsWith("content-")){return true}if(p&&(i.length===13||i.length===6||i.length===19)){const u=A.headerNameToString(i);return u==="authorization"||u==="cookie"||u==="proxy-authorization"}return false}function cleanRequestHeaders(i,u,p){const A=[];if(Array.isArray(i)){for(let g=0;g<i.length;g+=2){if(!shouldRemoveHeader(i[g],u,p)){A.push(i[g],i[g+1])}}}else if(i&&typeof i==="object"){for(const g of Object.keys(i)){if(!shouldRemoveHeader(g,u,p)){A.push(g,i[g])}}}else{C(i==null,"headers must be an object or an array")}return A}i.exports=RedirectHandler},17816:(i,u,p)=>{const A=p(34589);const{kRetryHandlerDefaultRetry:g}=p(36443);const{RequestRetryError:C}=p(68707);const{isDisturbed:S,parseHeaders:w,parseRangeHeader:B,wrapRequestBody:v}=p(3440);function calculateRetryAfterHeader(i){const u=Date.now();return new Date(i).getTime()-u}class RetryHandler{constructor(i,u){const{retryOptions:p,...A}=i;const{retry:C,maxRetries:S,maxTimeout:w,minTimeout:B,timeoutFactor:N,methods:T,errorCodes:Q,retryAfter:x,statusCodes:_}=p??{};this.dispatch=u.dispatch;this.handler=u.handler;this.opts={...A,body:v(i.body)};this.abort=null;this.aborted=false;this.retryOpts={retry:C??RetryHandler[g],retryAfter:x??true,maxTimeout:w??30*1e3,minTimeout:B??500,timeoutFactor:N??2,maxRetries:S??5,methods:T??["GET","HEAD","OPTIONS","PUT","DELETE","TRACE"],statusCodes:_??[500,502,503,504,429],errorCodes:Q??["ECONNRESET","ECONNREFUSED","ENOTFOUND","ENETDOWN","ENETUNREACH","EHOSTDOWN","EHOSTUNREACH","EPIPE","UND_ERR_SOCKET"]};this.retryCount=0;this.retryCountCheckpoint=0;this.start=0;this.end=null;this.etag=null;this.resume=null;this.handler.onConnect((i=>{this.aborted=true;if(this.abort){this.abort(i)}else{this.reason=i}}))}onRequestSent(){if(this.handler.onRequestSent){this.handler.onRequestSent()}}onUpgrade(i,u,p){if(this.handler.onUpgrade){this.handler.onUpgrade(i,u,p)}}onConnect(i){if(this.aborted){i(this.reason)}else{this.abort=i}}onBodySent(i){if(this.handler.onBodySent)return this.handler.onBodySent(i)}static[g](i,{state:u,opts:p},A){const{statusCode:g,code:C,headers:S}=i;const{method:w,retryOptions:B}=p;const{maxRetries:v,minTimeout:N,maxTimeout:T,timeoutFactor:Q,statusCodes:x,errorCodes:_,methods:k}=B;const{counter:D}=u;if(C&&C!=="UND_ERR_REQ_RETRY"&&!_.includes(C)){A(i);return}if(Array.isArray(k)&&!k.includes(w)){A(i);return}if(g!=null&&Array.isArray(x)&&!x.includes(g)){A(i);return}if(D>v){A(i);return}let O=S?.["retry-after"];if(O){O=Number(O);O=Number.isNaN(O)?calculateRetryAfterHeader(O):O*1e3}const P=O>0?Math.min(O,T):Math.min(N*Q**(D-1),T);setTimeout((()=>A(null)),P)}onHeaders(i,u,p,g){const S=w(u);this.retryCount+=1;if(i>=300){if(this.retryOpts.statusCodes.includes(i)===false){return this.handler.onHeaders(i,u,p,g)}else{this.abort(new C("Request failed",i,{headers:S,data:{count:this.retryCount}}));return false}}if(this.resume!=null){this.resume=null;if(i!==206&&(this.start>0||i!==200)){this.abort(new C("server does not support the range header and the payload was partially consumed",i,{headers:S,data:{count:this.retryCount}}));return false}const u=B(S["content-range"]);if(!u){this.abort(new C("Content-Range mismatch",i,{headers:S,data:{count:this.retryCount}}));return false}if(this.etag!=null&&this.etag!==S.etag){this.abort(new C("ETag mismatch",i,{headers:S,data:{count:this.retryCount}}));return false}const{start:g,size:w,end:v=w-1}=u;A(this.start===g,"content-range mismatch");A(this.end==null||this.end===v,"content-range mismatch");this.resume=p;return true}if(this.end==null){if(i===206){const C=B(S["content-range"]);if(C==null){return this.handler.onHeaders(i,u,p,g)}const{start:w,size:v,end:N=v-1}=C;A(w!=null&&Number.isFinite(w),"content-range mismatch");A(N!=null&&Number.isFinite(N),"invalid content-length");this.start=w;this.end=N}if(this.end==null){const i=S["content-length"];this.end=i!=null?Number(i)-1:null}A(Number.isFinite(this.start));A(this.end==null||Number.isFinite(this.end),"invalid content-length");this.resume=p;this.etag=S.etag!=null?S.etag:null;if(this.etag!=null&&this.etag.startsWith("W/")){this.etag=null}return this.handler.onHeaders(i,u,p,g)}const v=new C("Request failed",i,{headers:S,data:{count:this.retryCount}});this.abort(v);return false}onData(i){this.start+=i.length;return this.handler.onData(i)}onComplete(i){this.retryCount=0;return this.handler.onComplete(i)}onError(i){if(this.aborted||S(this.opts.body)){return this.handler.onError(i)}if(this.retryCount-this.retryCountCheckpoint>0){this.retryCount=this.retryCountCheckpoint+(this.retryCount-this.retryCountCheckpoint)}else{this.retryCount+=1}this.retryOpts.retry(i,{state:{counter:this.retryCount},opts:{retryOptions:this.retryOpts,...this.opts}},onRetry.bind(this));function onRetry(i){if(i!=null||this.aborted||S(this.opts.body)){return this.handler.onError(i)}if(this.start!==0){const i={range:`bytes=${this.start}-${this.end??""}`};if(this.etag!=null){i["if-match"]=this.etag}this.opts={...this.opts,headers:{...this.opts.headers,...i}}}try{this.retryCountCheckpoint=this.retryCount;this.dispatch(this.opts,this)}catch(i){this.handler.onError(i)}}}}i.exports=RetryHandler},70379:(i,u,p)=>{const{isIP:A}=p(77030);const{lookup:g}=p(40610);const C=p(58155);const{InvalidArgumentError:S,InformationalError:w}=p(68707);const B=Math.pow(2,31)-1;class DNSInstance{#N=0;#T=0;#Q=new Map;dualStack=true;affinity=null;lookup=null;pick=null;constructor(i){this.#N=i.maxTTL;this.#T=i.maxItems;this.dualStack=i.dualStack;this.affinity=i.affinity;this.lookup=i.lookup??this.#x;this.pick=i.pick??this.#_}get full(){return this.#Q.size===this.#T}runLookup(i,u,p){const A=this.#Q.get(i.hostname);if(A==null&&this.full){p(null,i.origin);return}const g={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...u.dns,maxTTL:this.#N,maxItems:this.#T};if(A==null){this.lookup(i,g,((u,A)=>{if(u||A==null||A.length===0){p(u??new w("No DNS entries found"));return}this.setRecords(i,A);const C=this.#Q.get(i.hostname);const S=this.pick(i,C,g.affinity);let B;if(typeof S.port==="number"){B=`:${S.port}`}else if(i.port!==""){B=`:${i.port}`}else{B=""}p(null,`${i.protocol}//${S.family===6?`[${S.address}]`:S.address}${B}`)}))}else{const C=this.pick(i,A,g.affinity);if(C==null){this.#Q.delete(i.hostname);this.runLookup(i,u,p);return}let S;if(typeof C.port==="number"){S=`:${C.port}`}else if(i.port!==""){S=`:${i.port}`}else{S=""}p(null,`${i.protocol}//${C.family===6?`[${C.address}]`:C.address}${S}`)}}#x(i,u,p){g(i.hostname,{all:true,family:this.dualStack===false?this.affinity:0,order:"ipv4first"},((i,u)=>{if(i){return p(i)}const A=new Map;for(const i of u){A.set(`${i.address}:${i.family}`,i)}p(null,A.values())}))}#_(i,u,p){let A=null;const{records:g,offset:C}=u;let S;if(this.dualStack){if(p==null){if(C==null||C===B){u.offset=0;p=4}else{u.offset++;p=(u.offset&1)===1?6:4}}if(g[p]!=null&&g[p].ips.length>0){S=g[p]}else{S=g[p===4?6:4]}}else{S=g[p]}if(S==null||S.ips.length===0){return A}if(S.offset==null||S.offset===B){S.offset=0}else{S.offset++}const w=S.offset%S.ips.length;A=S.ips[w]??null;if(A==null){return A}if(Date.now()-A.timestamp>A.ttl){S.ips.splice(w,1);return this.pick(i,u,p)}return A}setRecords(i,u){const p=Date.now();const A={records:{4:null,6:null}};for(const i of u){i.timestamp=p;if(typeof i.ttl==="number"){i.ttl=Math.min(i.ttl,this.#N)}else{i.ttl=this.#N}const u=A.records[i.family]??{ips:[]};u.ips.push(i);A.records[i.family]=u}this.#Q.set(i.hostname,A)}getHandler(i,u){return new DNSDispatchHandler(this,i,u)}}class DNSDispatchHandler extends C{#k=null;#y=null;#f=null;#R=null;#D=null;constructor(i,{origin:u,handler:p,dispatch:A},g){super(p);this.#D=u;this.#R=p;this.#y={...g};this.#k=i;this.#f=A}onError(i){switch(i.code){case"ETIMEDOUT":case"ECONNREFUSED":{if(this.#k.dualStack){this.#k.runLookup(this.#D,this.#y,((i,u)=>{if(i){return this.#R.onError(i)}const p={...this.#y,origin:u};this.#f(p,this)}));return}this.#R.onError(i);return}case"ENOTFOUND":this.#k.deleteRecord(this.#D);default:this.#R.onError(i);break}}}i.exports=i=>{if(i?.maxTTL!=null&&(typeof i?.maxTTL!=="number"||i?.maxTTL<0)){throw new S("Invalid maxTTL. Must be a positive number")}if(i?.maxItems!=null&&(typeof i?.maxItems!=="number"||i?.maxItems<1)){throw new S("Invalid maxItems. Must be a positive number and greater than zero")}if(i?.affinity!=null&&i?.affinity!==4&&i?.affinity!==6){throw new S("Invalid affinity. Must be either 4 or 6")}if(i?.dualStack!=null&&typeof i?.dualStack!=="boolean"){throw new S("Invalid dualStack. Must be a boolean")}if(i?.lookup!=null&&typeof i?.lookup!=="function"){throw new S("Invalid lookup. Must be a function")}if(i?.pick!=null&&typeof i?.pick!=="function"){throw new S("Invalid pick. Must be a function")}const u=i?.dualStack??true;let p;if(u){p=i?.affinity??null}else{p=i?.affinity??4}const g={maxTTL:i?.maxTTL??1e4,lookup:i?.lookup??null,pick:i?.pick??null,dualStack:u,affinity:p,maxItems:i?.maxItems??Infinity};const C=new DNSInstance(g);return i=>function dnsInterceptor(u,p){const g=u.origin.constructor===URL?u.origin:new URL(u.origin);if(A(g.hostname)!==0){return i(u,p)}C.runLookup(g,u,((A,S)=>{if(A){return p.onError(A)}let w=null;w={...u,servername:g.hostname,origin:S,headers:{host:g.hostname,...u.headers}};i(w,C.getHandler({origin:g,dispatch:i,handler:p},u))}));return true}}},88060:(i,u,p)=>{const A=p(3440);const{InvalidArgumentError:g,RequestAbortedError:C}=p(68707);const S=p(58155);class DumpHandler extends S{#O=1024*1024;#P=null;#M=false;#L=false;#F=0;#U=null;#R=null;constructor({maxSize:i},u){super(u);if(i!=null&&(!Number.isFinite(i)||i<1)){throw new g("maxSize must be a number greater than 0")}this.#O=i??this.#O;this.#R=u}onConnect(i){this.#P=i;this.#R.onConnect(this.#H.bind(this))}#H(i){this.#L=true;this.#U=i}onHeaders(i,u,p,g){const S=A.parseHeaders(u);const w=S["content-length"];if(w!=null&&w>this.#O){throw new C(`Response size (${w}) larger than maxSize (${this.#O})`)}if(this.#L){return true}return this.#R.onHeaders(i,u,p,g)}onError(i){if(this.#M){return}i=this.#U??i;this.#R.onError(i)}onData(i){this.#F=this.#F+i.length;if(this.#F>=this.#O){this.#M=true;if(this.#L){this.#R.onError(this.#U)}else{this.#R.onComplete([])}}return true}onComplete(i){if(this.#M){return}if(this.#L){this.#R.onError(this.reason);return}this.#R.onComplete(i)}}function createDumpInterceptor({maxSize:i}={maxSize:1024*1024}){return u=>function Intercept(p,A){const{dumpMaxSize:g=i}=p;const C=new DumpHandler({maxSize:g},A);return u(p,C)}}i.exports=createDumpInterceptor},25092:(i,u,p)=>{const A=p(8754);function createRedirectInterceptor({maxRedirections:i}){return u=>function Intercept(p,g){const{maxRedirections:C=i}=p;if(!C){return u(p,g)}const S=new A(u,C,p,g);p={...p,maxRedirections:0};return u(p,S)}}i.exports=createRedirectInterceptor},21514:(i,u,p)=>{const A=p(8754);i.exports=i=>{const u=i?.maxRedirections;return i=>function redirectInterceptor(p,g){const{maxRedirections:C=u,...S}=p;if(!C){return i(p,g)}const w=new A(i,C,p,g);return i(S,w)}}},92026:(i,u,p)=>{const A=p(17816);i.exports=i=>u=>function retryInterceptor(p,g){return u(p,new A({...p,retryOptions:{...i,...p.retryOptions}},{handler:g,dispatch:u}))}},52824:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.SPECIAL_HEADERS=u.HEADER_STATE=u.MINOR=u.MAJOR=u.CONNECTION_TOKEN_CHARS=u.HEADER_CHARS=u.TOKEN=u.STRICT_TOKEN=u.HEX=u.URL_CHAR=u.STRICT_URL_CHAR=u.USERINFO_CHARS=u.MARK=u.ALPHANUM=u.NUM=u.HEX_MAP=u.NUM_MAP=u.ALPHA=u.FINISH=u.H_METHOD_MAP=u.METHOD_MAP=u.METHODS_RTSP=u.METHODS_ICE=u.METHODS_HTTP=u.METHODS=u.LENIENT_FLAGS=u.FLAGS=u.TYPE=u.ERROR=void 0;const A=p(50172);var g;(function(i){i[i["OK"]=0]="OK";i[i["INTERNAL"]=1]="INTERNAL";i[i["STRICT"]=2]="STRICT";i[i["LF_EXPECTED"]=3]="LF_EXPECTED";i[i["UNEXPECTED_CONTENT_LENGTH"]=4]="UNEXPECTED_CONTENT_LENGTH";i[i["CLOSED_CONNECTION"]=5]="CLOSED_CONNECTION";i[i["INVALID_METHOD"]=6]="INVALID_METHOD";i[i["INVALID_URL"]=7]="INVALID_URL";i[i["INVALID_CONSTANT"]=8]="INVALID_CONSTANT";i[i["INVALID_VERSION"]=9]="INVALID_VERSION";i[i["INVALID_HEADER_TOKEN"]=10]="INVALID_HEADER_TOKEN";i[i["INVALID_CONTENT_LENGTH"]=11]="INVALID_CONTENT_LENGTH";i[i["INVALID_CHUNK_SIZE"]=12]="INVALID_CHUNK_SIZE";i[i["INVALID_STATUS"]=13]="INVALID_STATUS";i[i["INVALID_EOF_STATE"]=14]="INVALID_EOF_STATE";i[i["INVALID_TRANSFER_ENCODING"]=15]="INVALID_TRANSFER_ENCODING";i[i["CB_MESSAGE_BEGIN"]=16]="CB_MESSAGE_BEGIN";i[i["CB_HEADERS_COMPLETE"]=17]="CB_HEADERS_COMPLETE";i[i["CB_MESSAGE_COMPLETE"]=18]="CB_MESSAGE_COMPLETE";i[i["CB_CHUNK_HEADER"]=19]="CB_CHUNK_HEADER";i[i["CB_CHUNK_COMPLETE"]=20]="CB_CHUNK_COMPLETE";i[i["PAUSED"]=21]="PAUSED";i[i["PAUSED_UPGRADE"]=22]="PAUSED_UPGRADE";i[i["PAUSED_H2_UPGRADE"]=23]="PAUSED_H2_UPGRADE";i[i["USER"]=24]="USER"})(g=u.ERROR||(u.ERROR={}));var C;(function(i){i[i["BOTH"]=0]="BOTH";i[i["REQUEST"]=1]="REQUEST";i[i["RESPONSE"]=2]="RESPONSE"})(C=u.TYPE||(u.TYPE={}));var S;(function(i){i[i["CONNECTION_KEEP_ALIVE"]=1]="CONNECTION_KEEP_ALIVE";i[i["CONNECTION_CLOSE"]=2]="CONNECTION_CLOSE";i[i["CONNECTION_UPGRADE"]=4]="CONNECTION_UPGRADE";i[i["CHUNKED"]=8]="CHUNKED";i[i["UPGRADE"]=16]="UPGRADE";i[i["CONTENT_LENGTH"]=32]="CONTENT_LENGTH";i[i["SKIPBODY"]=64]="SKIPBODY";i[i["TRAILING"]=128]="TRAILING";i[i["TRANSFER_ENCODING"]=512]="TRANSFER_ENCODING"})(S=u.FLAGS||(u.FLAGS={}));var w;(function(i){i[i["HEADERS"]=1]="HEADERS";i[i["CHUNKED_LENGTH"]=2]="CHUNKED_LENGTH";i[i["KEEP_ALIVE"]=4]="KEEP_ALIVE"})(w=u.LENIENT_FLAGS||(u.LENIENT_FLAGS={}));var B;(function(i){i[i["DELETE"]=0]="DELETE";i[i["GET"]=1]="GET";i[i["HEAD"]=2]="HEAD";i[i["POST"]=3]="POST";i[i["PUT"]=4]="PUT";i[i["CONNECT"]=5]="CONNECT";i[i["OPTIONS"]=6]="OPTIONS";i[i["TRACE"]=7]="TRACE";i[i["COPY"]=8]="COPY";i[i["LOCK"]=9]="LOCK";i[i["MKCOL"]=10]="MKCOL";i[i["MOVE"]=11]="MOVE";i[i["PROPFIND"]=12]="PROPFIND";i[i["PROPPATCH"]=13]="PROPPATCH";i[i["SEARCH"]=14]="SEARCH";i[i["UNLOCK"]=15]="UNLOCK";i[i["BIND"]=16]="BIND";i[i["REBIND"]=17]="REBIND";i[i["UNBIND"]=18]="UNBIND";i[i["ACL"]=19]="ACL";i[i["REPORT"]=20]="REPORT";i[i["MKACTIVITY"]=21]="MKACTIVITY";i[i["CHECKOUT"]=22]="CHECKOUT";i[i["MERGE"]=23]="MERGE";i[i["M-SEARCH"]=24]="M-SEARCH";i[i["NOTIFY"]=25]="NOTIFY";i[i["SUBSCRIBE"]=26]="SUBSCRIBE";i[i["UNSUBSCRIBE"]=27]="UNSUBSCRIBE";i[i["PATCH"]=28]="PATCH";i[i["PURGE"]=29]="PURGE";i[i["MKCALENDAR"]=30]="MKCALENDAR";i[i["LINK"]=31]="LINK";i[i["UNLINK"]=32]="UNLINK";i[i["SOURCE"]=33]="SOURCE";i[i["PRI"]=34]="PRI";i[i["DESCRIBE"]=35]="DESCRIBE";i[i["ANNOUNCE"]=36]="ANNOUNCE";i[i["SETUP"]=37]="SETUP";i[i["PLAY"]=38]="PLAY";i[i["PAUSE"]=39]="PAUSE";i[i["TEARDOWN"]=40]="TEARDOWN";i[i["GET_PARAMETER"]=41]="GET_PARAMETER";i[i["SET_PARAMETER"]=42]="SET_PARAMETER";i[i["REDIRECT"]=43]="REDIRECT";i[i["RECORD"]=44]="RECORD";i[i["FLUSH"]=45]="FLUSH"})(B=u.METHODS||(u.METHODS={}));u.METHODS_HTTP=[B.DELETE,B.GET,B.HEAD,B.POST,B.PUT,B.CONNECT,B.OPTIONS,B.TRACE,B.COPY,B.LOCK,B.MKCOL,B.MOVE,B.PROPFIND,B.PROPPATCH,B.SEARCH,B.UNLOCK,B.BIND,B.REBIND,B.UNBIND,B.ACL,B.REPORT,B.MKACTIVITY,B.CHECKOUT,B.MERGE,B["M-SEARCH"],B.NOTIFY,B.SUBSCRIBE,B.UNSUBSCRIBE,B.PATCH,B.PURGE,B.MKCALENDAR,B.LINK,B.UNLINK,B.PRI,B.SOURCE];u.METHODS_ICE=[B.SOURCE];u.METHODS_RTSP=[B.OPTIONS,B.DESCRIBE,B.ANNOUNCE,B.SETUP,B.PLAY,B.PAUSE,B.TEARDOWN,B.GET_PARAMETER,B.SET_PARAMETER,B.REDIRECT,B.RECORD,B.FLUSH,B.GET,B.POST];u.METHOD_MAP=A.enumToMap(B);u.H_METHOD_MAP={};Object.keys(u.METHOD_MAP).forEach((i=>{if(/^H/.test(i)){u.H_METHOD_MAP[i]=u.METHOD_MAP[i]}}));var v;(function(i){i[i["SAFE"]=0]="SAFE";i[i["SAFE_WITH_CB"]=1]="SAFE_WITH_CB";i[i["UNSAFE"]=2]="UNSAFE"})(v=u.FINISH||(u.FINISH={}));u.ALPHA=[];for(let i="A".charCodeAt(0);i<="Z".charCodeAt(0);i++){u.ALPHA.push(String.fromCharCode(i));u.ALPHA.push(String.fromCharCode(i+32))}u.NUM_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9};u.HEX_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15};u.NUM=["0","1","2","3","4","5","6","7","8","9"];u.ALPHANUM=u.ALPHA.concat(u.NUM);u.MARK=["-","_",".","!","~","*","'","(",")"];u.USERINFO_CHARS=u.ALPHANUM.concat(u.MARK).concat(["%",";",":","&","=","+","$",","]);u.STRICT_URL_CHAR=["!",'"',"$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","@","[","\\","]","^","_","`","{","|","}","~"].concat(u.ALPHANUM);u.URL_CHAR=u.STRICT_URL_CHAR.concat(["\t","\f"]);for(let i=128;i<=255;i++){u.URL_CHAR.push(i)}u.HEX=u.NUM.concat(["a","b","c","d","e","f","A","B","C","D","E","F"]);u.STRICT_TOKEN=["!","#","$","%","&","'","*","+","-",".","^","_","`","|","~"].concat(u.ALPHANUM);u.TOKEN=u.STRICT_TOKEN.concat([" "]);u.HEADER_CHARS=["\t"];for(let i=32;i<=255;i++){if(i!==127){u.HEADER_CHARS.push(i)}}u.CONNECTION_TOKEN_CHARS=u.HEADER_CHARS.filter((i=>i!==44));u.MAJOR=u.NUM_MAP;u.MINOR=u.MAJOR;var N;(function(i){i[i["GENERAL"]=0]="GENERAL";i[i["CONNECTION"]=1]="CONNECTION";i[i["CONTENT_LENGTH"]=2]="CONTENT_LENGTH";i[i["TRANSFER_ENCODING"]=3]="TRANSFER_ENCODING";i[i["UPGRADE"]=4]="UPGRADE";i[i["CONNECTION_KEEP_ALIVE"]=5]="CONNECTION_KEEP_ALIVE";i[i["CONNECTION_CLOSE"]=6]="CONNECTION_CLOSE";i[i["CONNECTION_UPGRADE"]=7]="CONNECTION_UPGRADE";i[i["TRANSFER_ENCODING_CHUNKED"]=8]="TRANSFER_ENCODING_CHUNKED"})(N=u.HEADER_STATE||(u.HEADER_STATE={}));u.SPECIAL_HEADERS={connection:N.CONNECTION,"content-length":N.CONTENT_LENGTH,"proxy-connection":N.CONNECTION,"transfer-encoding":N.TRANSFER_ENCODING,upgrade:N.UPGRADE}},63870:(i,u,p)=>{const{Buffer:A}=p(4573);i.exports=A.from("AGFzbQEAAAABJwdgAX8Bf2ADf39/AX9gAX8AYAJ/fwBgBH9/f38Bf2AAAGADf39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQAEA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAAy0sBQYAAAIAAAAAAAACAQIAAgICAAADAAAAAAMDAwMBAQEBAQEBAQEAAAIAAAAEBQFwARISBQMBAAIGCAF/AUGA1AQLB9EFIgZtZW1vcnkCAAtfaW5pdGlhbGl6ZQAIGV9faW5kaXJlY3RfZnVuY3Rpb25fdGFibGUBAAtsbGh0dHBfaW5pdAAJGGxsaHR0cF9zaG91bGRfa2VlcF9hbGl2ZQAvDGxsaHR0cF9hbGxvYwALBm1hbGxvYwAxC2xsaHR0cF9mcmVlAAwEZnJlZQAMD2xsaHR0cF9nZXRfdHlwZQANFWxsaHR0cF9nZXRfaHR0cF9tYWpvcgAOFWxsaHR0cF9nZXRfaHR0cF9taW5vcgAPEWxsaHR0cF9nZXRfbWV0aG9kABAWbGxodHRwX2dldF9zdGF0dXNfY29kZQAREmxsaHR0cF9nZXRfdXBncmFkZQASDGxsaHR0cF9yZXNldAATDmxsaHR0cF9leGVjdXRlABQUbGxodHRwX3NldHRpbmdzX2luaXQAFQ1sbGh0dHBfZmluaXNoABYMbGxodHRwX3BhdXNlABcNbGxodHRwX3Jlc3VtZQAYG2xsaHR0cF9yZXN1bWVfYWZ0ZXJfdXBncmFkZQAZEGxsaHR0cF9nZXRfZXJybm8AGhdsbGh0dHBfZ2V0X2Vycm9yX3JlYXNvbgAbF2xsaHR0cF9zZXRfZXJyb3JfcmVhc29uABwUbGxodHRwX2dldF9lcnJvcl9wb3MAHRFsbGh0dHBfZXJybm9fbmFtZQAeEmxsaHR0cF9tZXRob2RfbmFtZQAfEmxsaHR0cF9zdGF0dXNfbmFtZQAgGmxsaHR0cF9zZXRfbGVu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PgtBhwEMPQtBiAEMPAtBiQEMOwtBigEMOgtBiwEMOQtBjAEMOAtBjQEMNwtBjgEMNgtBjwEMNQtBkAEMNAtBkQEMMwtBkgEMMgtBkwEMMQtBlAEMMAtBlQEMLwtBlgEMLgtBlwEMLQtBmAEMLAtBmQEMKwtBmgEMKgtBmwEMKQtBnAEMKAtBnQEMJwtBngEMJgtBnwEMJQtBoAEMJAtBoQEMIwtBogEMIgtBowEMIQtBpAEMIAtBpQEMHwtBpgEMHgtBpwEMHQtBqAEMHAtBqQEMGwtBqgEMGgtBqwEMGQtBrAEMGAtBrQEMFwtBrgEMFgtBAQwVC0GvAQwUC0GwAQwTC0GxAQwSC0GzAQwRC0GyAQwQC0G0AQwPC0G1AQwOC0G2AQwNC0G3AQwMC0G4AQwLC0G5AQwKC0G6AQwJC0G7AQwIC0HGAQwHC0G8AQwGC0G9AQwFC0G+AQwEC0G/AQwDC0HAAQwCC0HCAQwBC0HBAQshAwNAAkACQAJAAkACQAJAAkACQAJAIAICfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAgJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAC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iQEhAwykAgtBASABLQAAQd8ARw1nGiABQQFqIQEMXgtBigEhAyABIARGDaICIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgNAIAEtAAAgAEGMzwBqLQAARw1kIABBAUYN+gEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMogILQYsBIQMgASAERg2hAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGOzwBqLQAARw1kIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyiAgsgAkEANgIAIAZBAWohAUECDGULQYwBIQMgASAERg2gAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHwzwBqLQAARw1jIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyhAgsgAkEANgIAIAZBAWohAUEfDGQLQY0BIQMgASAERg2fAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHyzwBqLQAARw1iIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAygAgsgAkEANgIAIAZBAWohAUEJDGMLIAEgBEYEQEGOASEDDJ8CCwJAAkAgAS0AAEHJAGsOBwBiYmJiYgFiCyABQQFqIQFB+AAhAwyGAgsgAUEBaiEBQfkAIQMMhQILQY8BIQMgASAERg2dAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGRzwBqLQAARw1gIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyeAgsgAkEANgIAIAZBAWohAUEYDGELQZABIQMgASAERg2cAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGXzwBqLQAARw1fIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAydAgsgAkEANgIAIAZBAWohAUEXDGALQZEBIQMgASAERg2bAiACKAIAIgAgBCABa2ohBSABIABrQQZqIQYCQANAIAEtAAAgAEGazwBqLQAARw1eIABBBkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAycAgsgAkEANgIAIAZBAWohAUEV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JSIARQ0RIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMtAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0gIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMswELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0iIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMsgELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0OIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMsQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0dIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMsAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0fIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMrwELIABBP0cNASABQQFqCyEBQQUhAwyUAQtBACEDIAJBADYCHCACIAE2AhQgAkH9EjYCECACQQc2AgwMrAELIAJBADYCHCACIAE2AhQgAkHcCDYCECACQQc2AgxBACEDDKsBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNByACQeUANgIcIAIgATYCFCACIAA2AgxBACEDDKoBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNFiACQdMANgIcIAIgATYCFCACIAA2AgxBACEDDKkBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNGCACQdIANgIcIAIgATYCFCACIAA2AgxBACEDDKgBCyACQQA2AhwgAiABNgIUIAJBxgo2AhAgAkEHNgIMQQAhAwynAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQMgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwymAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRIgAkHTADYCHCACIAE2AhQgAiAANgIMQQAhAwylAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRQgAkHSADYCHCACIAE2AhQgAiAANgIMQQAhAwykAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQAgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwyjAQtB1QAhAwyJAQsgAEEVRwRAIAJBADYCHCACIAE2AhQgAkG5DTYCECACQRo2AgxB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AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB5ABrDvQDY2IAAWFhYWFhYQIDBAVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhBgcICQoLDA0OD2FhYWFhEGFhYWFhYWFhYWFhEWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYRITFBUWFxgZGhthYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2YTc4OTphYWFhYWFhYTthYWE8YWFhYT0+P2FhYWFhYWFhQGFhQWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUJDREVGR0hJSktMTU5PUFFSU2FhYWFhYWFhVFVWV1hZWlthXF1hYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFeYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhX2BhC0HhJw8LQaQhDwtByywPC0H+MQ8LQcAkDwtBqyQPC0GNKA8LQeImDwtBgDAPC0G5Lw8LQdckDwtB7x8PC0HhHw8LQfofDwtB8iAPC0GoLw8LQa4yDwtBiDAPC0HsJw8LQYIiDwtBjh0PC0HQLg8LQcojDwtBxTIPC0HfHA8LQdIcDwtBxCAPC0HXIA8LQaIfDwtB7S4PC0GrMA8LQdQlDwtBzC4PC0H6Lg8LQfwrDwtB0jAPC0HxHQ8LQbsgDwtB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CABB3AgLii1JbnZhbGlkIGNoYXIgaW4gdXJsIHF1ZXJ5AFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fYm9keQBDb250ZW50LUxlbmd0aCBvdmVyZmxvdwBDaHVuayBzaXplIG92ZXJmbG93AFJlc3BvbnNlIG92ZXJmbG93AEludmFsaWQgbWV0aG9kIGZvciBIVFRQL3gueCByZXF1ZXN0AEludmFsaWQgbWV0aG9kIGZvciBSVFNQL3gueCByZXF1ZXN0AEV4cGVjdGVkIFNPVVJDRSBtZXRob2QgZm9yIElDRS94LnggcmVxdWVzdABJbnZhbGlkIGNoYXIgaW4gdXJsIGZyYWdtZW50IHN0YXJ0AEV4cGVjdGVkIGRvdABTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3N0YXR1cwBJbnZhbGlkIHJlc3BvbnNlIHN0YXR1cwBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zAFVzZXIgY2FsbGJhY2sgZXJyb3IAYG9uX3Jlc2V0YCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfaGVhZGVyYCBjYWxsYmFjayBlcnJvcgBgb25fbWVzc2FnZV9iZWdpbmAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3N0YXR1c19jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3ZlcnNpb25fY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl91cmxfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2hlYWRlcl92YWx1ZV9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX21lc3NhZ2VfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXRob2RfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfZmllbGRfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fbmFtZWAgY2FsbGJhY2sgZXJyb3IAVW5leHBlY3RlZCBjaGFyIGluIHVybCBzZXJ2ZXIASW52YWxpZCBoZWFkZXIgdmFsdWUgY2hhcgBJbnZhbGlkIGhlYWRlciBmaWVsZCBjaGFyAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fdmVyc2lvbgBJbnZhbGlkIG1pbm9yIHZlcnNpb24ASW52YWxpZCBtYWpvciB2ZXJzaW9uAEV4cGVjdGVkIHNwYWNlIGFmdGVyIHZlcnNpb24ARXhwZWN0ZWQgQ1JMRiBhZnRlciB2ZXJzaW9uAEludmFsaWQgSFRUUCB2ZXJzaW9uAEludmFsaWQgaGVhZGVyIHRva2VuAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fdXJsAEludmFsaWQgY2hhcmFjdGVycyBpbiB1cmwAVW5leHBlY3RlZCBzdGFydCBjaGFyIGluIHVybABEb3VibGUgQCBpbiB1cmwARW1wdHkgQ29udGVudC1MZW5ndGgASW52YWxpZCBjaGFyYWN0ZXIgaW4gQ29udGVudC1MZW5ndGgARHVwbGljYXRlIENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhciBpbiB1cmwgcGF0aABDb250ZW50LUxlbmd0aCBjYW4ndCBiZSBwcmVzZW50IHdpdGggVHJhbnNmZXItRW5jb2RpbmcASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgc2l6ZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2hlYWRlcl92YWx1ZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHZhbHVlAE1pc3NpbmcgZXhwZWN0ZWQgTEYgYWZ0ZXIgaGVhZGVyIHZhbHVlAEludmFsaWQgYFRyYW5zZmVyLUVuY29kaW5nYCBoZWFkZXIgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZSB2YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHF1b3RlZCB2YWx1ZQBQYXVzZWQgYnkgb25faGVhZGVyc19jb21wbGV0ZQBJbnZhbGlkIEVPRiBzdGF0ZQBvbl9yZXNldCBwYXVzZQBvbl9jaHVua19oZWFkZXIgcGF1c2UAb25fbWVzc2FnZV9iZWdpbiBwYXVzZQBvbl9jaHVua19leHRlbnNpb25fdmFsdWUgcGF1c2UAb25fc3RhdHVzX2NvbXBsZXRlIHBhdXNlAG9uX3ZlcnNpb25fY29tcGxldGUgcGF1c2UAb25fdXJsX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2NvbXBsZXRlIHBhdXNlAG9uX2hlYWRlcl92YWx1ZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXNzYWdlX2NvbXBsZXRlIHBhdXNlAG9uX21ldGhvZF9jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfZmllbGRfY29tcGxldGUgcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX25hbWUgcGF1c2UAVW5leHBlY3RlZCBzcGFjZSBhZnRlciBzdGFydCBsaW5lAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fY2h1bmtfZXh0ZW5zaW9uX25hbWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBuYW1lAFBhdXNlIG9uIENPTk5FQ1QvVXBncmFkZQBQYXVzZSBvbiBQUkkvVXBncmFkZQBFeHBlY3RlZCBIVFRQLzIgQ29ubmVjdGlvbiBQcmVmYWNlAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fbWV0aG9kAEV4cGVjdGVkIHNwYWNlIGFmdGVyIG1ldGhvZABTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2hlYWRlcl9maWVsZABQYXVzZWQASW52YWxpZCB3b3JkIGVuY291bnRlcmVkAEludmFsaWQgbWV0aG9kIGVuY291bnRlcmVkAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2NoZW1hAFJlcXVlc3QgaGFzIGludmFsaWQgYFRyYW5zZmVyLUVuY29kaW5nYABTV0lUQ0hfUFJPWFkAVVNFX1BST1hZAE1LQUNUSVZJVFkAVU5QUk9DRVNTQUJMRV9FTlRJVFkAQ09QWQBNT1ZFRF9QRVJNQU5FTlRMWQBUT09fRUFSTFkATk9USUZZAEZBSUxFRF9ERVBFTkRFTkNZAEJBRF9HQVRFV0FZAFBMQVkAUFVUAENIRUNLT1VUAEdBVEVXQVlfVElNRU9VVABSRVFVRVNUX1RJTUVPVVQATkVUV09SS19DT05ORUNUX1RJTUVPVVQAQ09OTkVDVElPTl9USU1FT1VUAExPR0lOX1RJTUVPVVQATkVUV09SS19SRUFEX1RJTUVPVVQAUE9TVABNSVNESVJFQ1RFRF9SRVFVRVNUAENMSUVOVF9DTE9TRURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX0xPQURfQkFMQU5DRURfUkVRVUVTVABCQURfUkVRVUVTVABIVFRQX1JFUVVFU1RfU0VOVF9UT19IVFRQU19QT1JUAFJFUE9SVABJTV9BX1RFQVBPVABSRVNFVF9DT05URU5UAE5PX0NPTlRFTlQAUEFSVElBTF9DT05URU5UAEhQRV9JTlZBTElEX0NPTlNUQU5UAEhQRV9DQl9SRVNFVABHRVQASFBFX1NUUklDVABDT05GTElDVABURU1QT1JBUllfUkVESVJFQ1QAUEVSTUFORU5UX1JFRElSRUNUAENPTk5FQ1QATVVMVElfU1RBVFVTAEhQRV9JTlZBTElEX1NUQVRVUwBUT09fTUFOWV9SRVFVRVNUUwBFQVJMWV9ISU5UUwBVTkFWQUlMQUJMRV9GT1JfTEVHQUxfUkVBU09OUwBPUFRJT05TAFNXSVRDSElOR19QUk9UT0NPTFMAVkFSSUFOVF9BTFNPX05FR09USUFURVMATVVMVElQTEVfQ0hPSUNFUwBJTlRFUk5BTF9TRVJWRVJfRVJST1IAV0VCX1NFUlZFUl9VTktOT1dOX0VSUk9SAFJBSUxHVU5fRVJST1IASURFTlRJVFlfUFJPVklERVJfQVVUSEVOVElDQVRJT05fRVJST1IAU1NMX0NFUlRJRklDQVRFX0VSUk9SAElOVkFMSURfWF9GT1JXQVJERURfRk9SAFNFVF9QQVJBTUVURVIAR0VUX1BBUkFNRVRFUgBIUEVfVVNFUgBTRUVfT1RIRVIASFBFX0NCX0NIVU5LX0hFQURFUgBNS0NBTEVOREFSAFNFVFVQAFdFQl9TRVJWRVJfSVNfRE9XTgBURUFSRE9XTgBIUEVfQ0xPU0VEX0NPTk5FQ1RJT04ASEVVUklTVElDX0VYUElSQVRJT04ARElTQ09OTkVDVEVEX09QRVJBVElPTgBOT05fQVVUSE9SSVRBVElWRV9JTkZPUk1BVElPTgBIUEVfSU5WQUxJRF9WRVJTSU9OAEhQRV9DQl9NRVNTQUdFX0JFR0lOAFNJVEVfSVNfRlJPWkVOAEhQRV9JTlZBTElEX0hFQURFUl9UT0tFTgBJTlZBTElEX1RPS0VOAEZPUkJJRERFTgBFTkhBTkNFX1lPVVJfQ0FMTQBIUEVfSU5WQUxJRF9VUkwAQkxPQ0tFRF9CWV9QQVJFTlRBTF9DT05UUk9MAE1LQ09MAEFDTABIUEVfSU5URVJOQUwAUkVRVUVTVF9IRUFERVJfRklFTERTX1RPT19MQVJHRV9VTk9GRklDSUFMAEhQRV9PSwBVTkxJTksAVU5MT0NLAFBSSQBSRVRSWV9XSVRIAEhQRV9JTlZBTElEX0NPTlRFTlRfTEVOR1RIAEhQRV9VTkVYUEVDVEVEX0NPTlRFTlRfTEVOR1RIAEZMVVNIAFBST1BQQVRDSABNLVNFQVJDSABVUklfVE9PX0xPTkcAUFJPQ0VTU0lORwBNSVNDRUxMQU5FT1VTX1BFUlNJU1RFTlRfV0FSTklORwBNSVNDRUxMQU5FT1VTX1dBUk5JTkcASFBFX0lOVkFMSURfVFJBTlNGRVJfRU5DT0RJTkcARXhwZWN0ZWQgQ1JMRgBIUEVfSU5WQUxJRF9DSFVOS19TSVpFAE1PVkUAQ09OVElOVUUASFBFX0NCX1NUQVRVU19DT01QTEVURQBIUEVfQ0JfSEVBREVSU19DT01QTEVURQBIUEVfQ0JfVkVSU0lPTl9DT01QTEVURQBIUEVfQ0JfVVJMX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19DT01QTEVURQBIUEVfQ0JfSEVBREVSX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fVkFMVUVfQ09NUExFVEUASFBFX0NCX0NIVU5LX0VYVEVOU0lPTl9OQU1FX0NPTVBMRVRFAEhQRV9DQl9NRVNTQUdFX0NPTVBMRVRFAEhQRV9DQl9NRVRIT0RfQ09NUExFVEUASFBFX0NCX0hFQURFUl9GSUVMRF9DT01QTEVURQBERUxFVEUASFBFX0lOVkFMSURfRU9GX1NUQVRFAElOVkFMSURfU1NMX0NFUlRJRklDQVRFAFBBVVNFAE5PX1JFU1BPTlNFAFVOU1VQUE9SVEVEX01FRElBX1RZUEUAR09ORQBOT1RfQUNDRVBUQUJMRQBTRVJWSUNFX1VOQVZBSUxBQkxFAFJBTkdFX05PVF9TQVRJU0ZJQUJMRQBPUklHSU5fSVNfVU5SRUFDSEFCTEUAUkVTUE9OU0VfSVNfU1RBTEUAUFVSR0UATUVSR0UAUkVRVUVTVF9IRUFERVJfRklFTERTX1RPT19MQVJHRQBSRVFVRVNUX0hFQURFUl9UT09fTEFSR0UAUEFZTE9BRF9UT09fTEFSR0UASU5TVUZGSUNJRU5UX1NUT1JBR0UASFBFX1BBVVNFRF9VUEdSQURFAEhQRV9QQVVTRURfSDJfVVBHUkFERQBTT1VSQ0UAQU5OT1VOQ0UAVFJBQ0UASFBFX1VORVhQRUNURURfU1BBQ0UAREVTQ1JJQkUAVU5TVUJTQ1JJQkUAUkVDT1JEAEhQRV9JTlZBTElEX01FVEhPRABOT1RfRk9VTkQAUFJPUEZJTkQAVU5CSU5EAFJFQklORABVTkFVVEhPUklaRUQATUVUSE9EX05PVF9BTExPV0VEAEhUVFBfVkVSU0lPTl9OT1RfU1VQUE9SVEVEAEFMUkVBRFlfUkVQT1JURUQAQUNDRVBURUQATk9UX0lNUExFTUVOVEVEAExPT1BfREVURUNURUQASFBFX0NSX0VYUEVDVEVEAEhQRV9MRl9FWFBFQ1RFRABDUkVBVEVEAElNX1VTRUQASFBFX1BBVVNFRABUSU1FT1VUX09DQ1VSRUQAUEFZTUVOVF9SRVFVSVJFRABQUkVDT05ESVRJT05fUkVRVUlSRUQAUFJPWFlfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATkVUV09SS19BVVRIRU5USUNBVElPTl9SRVFVSVJFRABMRU5HVEhfUkVRVUlSRUQAU1NMX0NFUlRJRklDQVRFX1JFUVVJUkVEAFVQR1JBREVfUkVRVUlSRUQAUEFHRV9FWFBJUkVEAFBSRUNPTkRJVElPTl9GQUlMRUQARVhQRUNUQVRJT05fRkFJTEVEAFJFVkFMSURBVElPTl9GQUlMRUQAU1NMX0hBTkRTSEFLRV9GQUlMRUQATE9DS0VEAFRSQU5TRk9STUFUSU9OX0FQUExJRUQATk9UX01PRElGSUVEAE5PVF9FWFRFTkRFRABCQU5EV0lEVEhfTElNSVRfRVhDRUVERUQAU0lURV9JU19PVkVSTE9BREVEAEhFQUQARXhwZWN0ZWQgSFRUUC8AAF4TAAAmEwAAMBAAAPAXAACdEwAAFRIAADkXAADwEgAAChAAAHUSAACtEgAAghMAAE8UAAB/EAAAoBUAACMUAACJEgAAixQAAE0VAADUEQAAzxQAABAYAADJFgAA3BYAAMERAADgFwAAuxQAAHQUAAB8FQAA5RQAAAgXAAAfEAAAZRUAAKMUAAAoFQAAAhUAAJkVAAAsEAAAixkAAE8PAADUDgAAahAAAM4QAAACFwAAiQ4AAG4TAAAcEwAAZhQAAFYXAADBEwAAzRMAAGwTAABoFwAAZhcAAF8XAAAiEwAAzg8AAGkOAADYDgAAYxYAAMsTAACqDgAAKBcAACYXAADFEwAAXRYAAOgRAABnEwAAZRMAAPIWAABzEwAAHRcAAPkWAADzEQAAzw4AAM4VAAAMEgAAsxEAAKURAABhEAAAMhcAALsTAEH5NQsBAQBBkDYL4AEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB/TcLAQEAQZE4C14CAwICAgICAAACAgACAgACAgICAgICAgICAAQAAAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAEH9OQsBAQBBkToLXgIAAgICAgIAAAICAAICAAICAgICAgICAgIAAwAEAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAQfA7Cw1sb3NlZWVwLWFsaXZlAEGJPAsBAQBBoDwL4AEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBBiT4LAQEAQaA+C+cBAQEBAQEBAQEBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQFjaHVua2VkAEGwwAALXwEBAAEBAQEBAAABAQABAQABAQEBAQEBAQEBAAAAAAAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAEGQwgALIWVjdGlvbmVudC1sZW5ndGhvbnJveHktY29ubmVjdGlvbgBBwMIACy1yYW5zZmVyLWVuY29kaW5ncGdyYWRlDQoNCg0KU00NCg0KVFRQL0NFL1RTUC8AQfnCAAsFAQIAAQMAQZDDAAvgAQQBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAEH5xAALBQECAAEDAEGQxQAL4AEEAQEFAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+cYACwQBAAABAEGRxwAL3wEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAEH6yAALBAEAAAIAQZDJAAtfAwQAAAQEBAQEBAQEBAQEBQQEBAQEBAQEBAQEBAAEAAYHBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQAQfrKAAsEAQAAAQBBkMsACwEBAEGqywALQQIAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAEH6zAALBAEAAAEAQZDNAAsBAQBBms0ACwYCAAAAAAIAQbHNAAs6AwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBB8M4AC5YBTk9VTkNFRUNLT1VUTkVDVEVURUNSSUJFTFVTSEVURUFEU0VBUkNIUkdFQ1RJVklUWUxFTkRBUlZFT1RJRllQVElPTlNDSFNFQVlTVEFUQ0hHRU9SRElSRUNUT1JUUkNIUEFSQU1FVEVSVVJDRUJTQ1JJQkVBUkRPV05BQ0VJTkROS0NLVUJTQ1JJQkVIVFRQL0FEVFAv","base64")},53434:(i,u,p)=>{const{Buffer:A}=p(4573);i.exports=A.from("AGFzbQEAAAABJwdgAX8Bf2ADf39/AX9gAX8AYAJ/fwBgBH9/f38Bf2AAAGADf39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQAEA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAAy0sBQYAAAIAAAAAAAACAQIAAgICAAADAAAAAAMDAwMBAQEBAQEBAQEAAAIAAAAEBQFwARISBQMBAAIGCAF/AUGA1AQLB9EFIgZtZW1vcnkCAAtfaW5pdGlhbGl6ZQAIGV9faW5kaXJlY3RfZnVuY3Rpb25fdGFibGUBAAtsbGh0dHBfaW5pdAAJGGxsaHR0cF9zaG91bGRfa2VlcF9hbGl2ZQAvDGxsaHR0cF9hbGxvYwALBm1hbGxvYwAxC2xsaHR0cF9mcmVlAAwEZnJlZQAMD2xsaHR0cF9nZXRfdHlwZQANFWxsaHR0cF9nZXRfaHR0cF9tYWpvcgAOFWxsaHR0cF9nZXRfaHR0cF9taW5vcgAPEWxsaHR0cF9nZXRfbWV0aG9kABAWbGxodHRwX2dldF9zdGF0dXNfY29kZQAREmxsaHR0cF9nZXRfdXBncmFkZQASDGxsaHR0cF9yZXNldAATDmxsaHR0cF9leGVjdXRlABQUbGxodHRwX3NldHRpbmdzX2luaXQAFQ1sbGh0dHBfZmluaXNoABYMbGxodHRwX3BhdXNlABcNbGxodHRwX3Jlc3VtZQAYG2xsaHR0cF9yZXN1bWVfYWZ0ZXJfdXBncmFkZQAZEGxsaHR0cF9nZXRfZXJybm8AGhdsbGh0dHBfZ2V0X2Vycm9yX3JlYXNvbgAbF2xsaHR0cF9zZXRfZXJyb3JfcmVhc29uABwUbGxodHRwX2dldF9lcnJvcl9wb3MAHRFsbGh0dHBfZXJybm9fbmFtZQAeEmxsaHR0cF9tZXRob2RfbmFtZQAfEmxsaHR0cF9zdGF0dXNfbmFtZQAgGmxsaHR0cF9zZXRfbGVu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PgtBhwEMPQtBiAEMPAtBiQEMOwtBigEMOgtBiwEMOQtBjAEMOAtBjQEMNwtBjgEMNgtBjwEMNQtBkAEMNAtBkQEMMwtBkgEMMgtBkwEMMQtBlAEMMAtBlQEMLwtBlgEMLgtBlwEMLQtBmAEMLAtBmQEMKwtBmgEMKgtBmwEMKQtBnAEMKAtBnQEMJwtBngEMJgtBnwEMJQtBoAEMJAtBoQEMIwtBogEMIgtBowEMIQtBpAEMIAtBpQEMHwtBpgEMHgtBpwEMHQtBqAEMHAtBqQEMGwtBqgEMGgtBqwEMGQtBrAEMGAtBrQEMFwtBrgEMFgtBAQwVC0GvAQwUC0GwAQwTC0GxAQwSC0GzAQwRC0GyAQwQC0G0AQwPC0G1AQwOC0G2AQwNC0G3AQwMC0G4AQwLC0G5AQwKC0G6AQwJC0G7AQwIC0HGAQwHC0G8AQwGC0G9AQwFC0G+AQwEC0G/AQwDC0HAAQwCC0HCAQwBC0HBAQshAwNAAkACQAJAAkACQAJAAkACQAJAIAICfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAgJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAC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iQEhAwykAgtBASABLQAAQd8ARw1nGiABQQFqIQEMXgtBigEhAyABIARGDaICIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgNAIAEtAAAgAEGMzwBqLQAARw1kIABBAUYN+gEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMogILQYsBIQMgASAERg2hAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGOzwBqLQAARw1kIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyiAgsgAkEANgIAIAZBAWohAUECDGULQYwBIQMgASAERg2gAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHwzwBqLQAARw1jIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyhAgsgAkEANgIAIAZBAWohAUEfDGQLQY0BIQMgASAERg2fAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHyzwBqLQAARw1iIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAygAgsgAkEANgIAIAZBAWohAUEJDGMLIAEgBEYEQEGOASEDDJ8CCwJAAkAgAS0AAEHJAGsOBwBiYmJiYgFiCyABQQFqIQFB+AAhAwyGAgsgAUEBaiEBQfkAIQMMhQILQY8BIQMgASAERg2dAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGRzwBqLQAARw1gIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyeAgsgAkEANgIAIAZBAWohAUEYDGELQZABIQMgASAERg2cAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGXzwBqLQAARw1fIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAydAgsgAkEANgIAIAZBAWohAUEXDGALQZEBIQMgASAERg2bAiACKAIAIgAgBCABa2ohBSABIABrQQZqIQYCQANAIAEtAAAgAEGazwBqLQAARw1eIABBBkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAycAgsgAkEANgIAIAZBAWohAUEV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JSIARQ0RIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMtAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0gIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMswELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0iIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMsgELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0OIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMsQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0dIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMsAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0fIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMrwELIABBP0cNASABQQFqCyEBQQUhAwyUAQtBACEDIAJBADYCHCACIAE2AhQgAkH9EjYCECACQQc2AgwMrAELIAJBADYCHCACIAE2AhQgAkHcCDYCECACQQc2AgxBACEDDKsBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNByACQeUANgIcIAIgATYCFCACIAA2AgxBACEDDKoBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNFiACQdMANgIcIAIgATYCFCACIAA2AgxBACEDDKkBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNGCACQdIANgIcIAIgATYCFCACIAA2AgxBACEDDKgBCyACQQA2AhwgAiABNgIUIAJBxgo2AhAgAkEHNgIMQQAhAwynAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQMgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwymAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRIgAkHTADYCHCACIAE2AhQgAiAANgIMQQAhAwylAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRQgAkHSADYCHCACIAE2AhQgAiAANgIMQQAhAwykAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQAgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwyjAQtB1QAhAwyJAQsgAEEVRwRAIAJBADYCHCACIAE2AhQgAkG5DTYCECACQRo2AgxB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AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB5ABrDvQDY2IAAWFhYWFhYQIDBAVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhBgcICQoLDA0OD2FhYWFhEGFhYWFhYWFhYWFhEWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYRITFBUWFxgZGhthYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2YTc4OTphYWFhYWFhYTthYWE8YWFhYT0+P2FhYWFhYWFhQGFhQWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUJDREVGR0hJSktMTU5PUFFSU2FhYWFhYWFhVFVWV1hZWlthXF1hYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFeYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhX2BhC0HhJw8LQaQhDwtByywPC0H+MQ8LQcAkDwtBqyQPC0GNKA8LQeImDwtBgDAPC0G5Lw8LQdckDwtB7x8PC0HhHw8LQfofDwtB8iAPC0GoLw8LQa4yDwtBiDAPC0HsJw8LQYIiDwtBjh0PC0HQLg8LQcojDwtBxTIPC0HfHA8LQdIcDwtBxCAPC0HXIA8LQaIfDwtB7S4PC0GrMA8LQdQlDwtBzC4PC0H6Lg8LQfwrDwtB0jAPC0HxHQ8LQbsgDwtB9ysPC0GQMQ8LQdcxDwtBoi0PC0HUJw8LQeArDwtBnywPC0HrMQ8LQdUfDwtByjEPC0HeJQ8LQdQeDwtB9BwPC0GnMg8LQbEdDwtBoB0PC0G5MQ8LQbwwDwtBkiEPC0GzJg8LQeksDwtBrB4PC0HUKw8LQfcmDwtBgCYPC0GwIQ8LQf4eDwtBjSMPC0GJLQ8LQfciDwtBoDEPC0GuHw8LQcYlDwtB6B4PC0GTIg8LQcIvDwtBwx0PC0GLLA8LQeEdDwtBjS8PC0HqIQ8LQbQtDwtB0i8PC0HfMg8LQdIyDwtB8DAPC0GpIg8LQfkjDwtBmR4PC0G1LA8LQZswDwtBkjIPC0G2Kw8LQcIiDwtB+DIPC0GeJQ8LQdAiDwtBuh4PC0GBHg8LAAtB1iEhAQsgAQsWACAAIAAtAC1B/gFxIAFBAEdyOgAtCxkAIAAgAC0ALUH9AXEgAUEAR0EBdHI6AC0LGQAgACAALQAtQfsBcSABQQBHQQJ0cjoALQsZACAAIAAtAC1B9wFxIAFBAEdBA3RyOgAtCz4BAn8CQCAAKAI4IgNFDQAgAygCBCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBxhE2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCCCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9go2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCDCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7Ro2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCECIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlRA2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCFCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBqhs2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCGCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7RM2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCKCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9gg2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCHCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBwhk2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCICIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlBQ2AhBBGCEECyAEC1kBAn8CQCAALQAoQQFGDQAgAC8BMiIBQeQAa0HkAEkNACABQcwBRg0AIAFBsAJGDQAgAC8BMCIAQcAAcQ0AQQEhAiAAQYgEcUGABEYNACAAQShxRSECCyACC4wBAQJ/AkACQAJAIAAtACpFDQAgAC0AK0UNACAALwEwIgFBAnFFDQEMAgsgAC8BMCIBQQFxRQ0BC0EBIQIgAC0AKEEBRg0AIAAvATIiAEHkAGtB5ABJDQAgAEHMAUYNACAAQbACRg0AIAFBwABxDQBBACECIAFBiARxQYAERg0AIAFBKHFBAEchAgsgAgtzACAAQRBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAA/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQTBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQSBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQd0BNgIcCwYAIAAQMguaLQELfyMAQRBrIgokAEGk0AAoAgAiCUUEQEHk0wAoAgAiBUUEQEHw0wBCfzcCAEHo0wBCgICEgICAwAA3AgBB5NMAIApBCGpBcHFB2KrVqgVzIgU2AgBB+NMAQQA2AgBByNMAQQA2AgALQczTAEGA1AQ2AgBBnNAAQYDUBDYCAEGw0AAgBTYCAEGs0ABBfzYCAEHQ0wBBgKwDNgIAA0AgAUHI0ABqIAFBvNAAaiICNgIAIAIgAUG00ABqIgM2AgAgAUHA0ABqIAM2AgAgAUHQ0ABqIAFBxNAAaiIDNgIAIAMgAjYCACABQdjQAGogAUHM0ABqIgI2AgAgAiADNgIAIAFB1NAAaiACNgIAIAFBIGoiAUGAAkcNAAtBjNQEQcGrAzYCAEGo0ABB9NMAKAIANgIAQZjQAEHAqwM2AgBBpNAAQYjUBDYCAEHM/wdBODYCAEGI1AQhCQsCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAAQewBTQRAQYzQACgCACIGQRAgAEETakFwcSAAQQtJGyIEQQN2IgB2IgFBA3EEQAJAIAFBAXEgAHJBAXMiAkEDdCIAQbTQAGoiASAAQbzQAGooAgAiACgCCCIDRgRAQYzQACAGQX4gAndxNgIADAELIAEgAzYCCCADIAE2AgwLIABBCGohASAAIAJBA3QiAkEDcjYCBCAAIAJqIgAgACgCBEEBcjYCBAwRC0GU0AAoAgAiCCAETw0BIAEEQAJAQQIgAHQiAkEAIAJrciABIAB0cWgiAEEDdCICQbTQAGoiASACQbzQAGooAgAiAigCCCIDRgRAQYzQACAGQX4gAHdxIgY2AgAMAQsgASADNgIIIAMgATYCDAsgAiAEQQNyNgIEIABBA3QiACAEayEFIAAgAmogBTYCACACIARqIgQgBUEBcjYCBCAIBEAgCEF4cUG00ABqIQBBoNAAKAIAIQMCf0EBIAhBA3Z0IgEgBnFFBEBBjNAAIAEgBnI2AgAgAAwBCyAAKAIICyIBIAM2AgwgACADNgIIIAMgADYCDCADIAE2AggLIAJBCGohAUGg0AAgBDYCAEGU0AAgBTYCAAwRC0GQ0AAoAgAiC0UNASALaEECdEG80gBqKAIAIgAoAgRBeHEgBGshBSAAIQIDQAJAIAIoAhAiAUUEQCACQRRqKAIAIgFFDQELIAEoAgRBeHEgBGsiAyAFSSECIAMgBSACGyEFIAEgACACGyEAIAEhAgwBCwsgACgCGCEJIAAoAgwiAyAARwRAQZzQACgCABogAyAAKAIIIgE2AgggASADNgIMDBALIABBFGoiAigCACIBRQRAIAAoAhAiAUUNAyAAQRBqIQILA0AgAiEHIAEiA0EUaiICKAIAIgENACADQRBqIQIgAygCECIBDQALIAdBADYCAAwPC0F/IQQgAEG/f0sNACAAQRNqIgFBcHEhBEGQ0AAoAgAiCEUNAEEAIARrIQUCQAJAAkACf0EAIARBgAJJDQAaQR8gBEH///8HSw0AGiAEQSYgAUEIdmciAGt2QQFxIABBAXRrQT5qCyIGQQJ0QbzSAGooAgAiAkUEQEEAIQFBACEDDAELQQAhASAEQRkgBkEBdmtBACAGQR9HG3QhAEEAIQMDQAJAIAIoAgRBeHEgBGsiByAFTw0AIAIhAyAHIgUNAEEAIQUgAiEBDAMLIAEgAkEUaigCACIHIAcgAiAAQR12QQRxakEQaigCACICRhsgASAHGyEBIABBAXQhACACDQALCyABIANyRQRAQQAhA0ECIAZ0IgBBACAAa3IgCHEiAEUNAyAAaEECdEG80gBqKAIAIQELIAFFDQELA0AgASgCBEF4cSAEayICIAVJIQAgAiAFIAAbIQUgASADIAAbIQMgASgCECIABH8gAAUgAUEUaigCAAsiAQ0ACwsgA0UNACAFQZTQACgCACAEa08NACADKAIYIQcgAyADKAIMIgBHBEBBnNAAKAIAGiAAIAMoAggiATYCCCABIAA2AgwMDgsgA0EUaiICKAIAIgFFBEAgAygCECIBRQ0DIANBEGohAgsDQCACIQYgASIAQRRqIgIoAgAiAQ0AIABBEGohAiAAKAIQIgENAAsgBkEANgIADA0LQZTQACgCACIDIARPBEBBoNAAKAIAIQECQCADIARrIgJBEE8EQCABIARqIgAgAkEBcjYCBCABIANqIAI2AgAgASAEQQNyNgIEDAELIAEgA0EDcjYCBCABIANqIgAgACgCBEEBcjYCBEEAIQBBACECC0GU0AAgAjYCAEGg0AAgADYCACABQQhqIQEMDwtBmNAAKAIAIgMgBEsEQCAEIAlqIgAgAyAEayIBQQFyNgIEQaTQACAANgIAQZjQACABNgIAIAkgBEEDcjYCBCAJQQhqIQEMDwtBACEBIAQCf0Hk0wAoAgAEQEHs0wAoAgAMAQtB8NMAQn83AgBB6NMAQoCAhICAgMAANwIAQeTTACAKQQxqQXBxQdiq1aoFczYCAEH40wBBADYCAEHI0wBBADYCAEGAgAQLIgAgBEHHAGoiBWoiBkEAIABrIgdxIgJPBEBB/NMAQTA2AgAMDwsCQEHE0wAoAgAiAUUNAEG80wAoAgAiCCACaiEAIAAgAU0gACAIS3ENAEEAIQFB/NMAQTA2AgAMDwtByNMALQAAQQRxDQQCQAJAIAkEQEHM0wAhAQNAIAEoAgAiACAJTQRAIAAgASgCBGogCUsNAwsgASgCCCIBDQALC0EAEDMiAEF/Rg0FIAIhBkHo0wAoAgAiAUEBayIDIABxBEAgAiAAayAAIANqQQAgAWtxaiEGCyAEIAZPDQUgBkH+////B0sNBUHE0wAoAgAiAwRAQbzTACgCACIHIAZqIQEgASAHTQ0GIAEgA0sNBgsgBhAzIgEgAEcNAQwHCyAGIANrIAdxIgZB/v///wdLDQQgBhAzIQAgACABKAIAIAEoAgRqRg0DIAAhAQsCQCAGIARByABqTw0AIAFBf0YNAEHs0wAoAgAiACAFIAZrakEAIABrcSIAQf7///8HSwRAIAEhAAwHCyAAEDNBf0cEQCAAIAZqIQYgASEADAcLQQAgBmsQMxoMBAsgASIAQX9HDQUMAwtBACEDDAwLQQAhAAwKCyAAQX9HDQILQcjTAEHI0wAoAgBBBHI2AgALIAJB/v///wdLDQEgAhAzIQBBABAzIQEgAEF/Rg0BIAFBf0YNASAAIAFPDQEgASAAayIGIARBOGpNDQELQbzTAEG80wAoAgAgBmoiATYCAEHA0wAoAgAgAUkEQEHA0wAgATYCAAsCQAJAAkBBpNAAKAIAIgIEQEHM0wAhAQNAIAAgASgCACIDIAEoAgQiBWpGDQIgASgCCCIBDQALDAILQZzQACgCACIBQQBHIAAgAU9xRQRAQZzQACAANgIAC0EAIQFB0NMAIAY2AgBBzNMAIAA2AgBBrNAAQX82AgBBsNAAQeTTACgCADYCAEHY0wBBADYCAANAIAFByNAAaiABQbzQAGoiAjYCACACIAFBtNAAaiIDNgIAIAFBwNAAaiADNgIAIAFB0NAAaiABQcTQAGoiAzYCACADIAI2AgAgAUHY0ABqIAFBzNAAaiICNgIAIAIgAzYCACABQdTQAGogAjYCACABQSBqIgFBgAJHDQALQXggAGtBD3EiASAAaiICIAZBOGsiAyABayIBQQFyNgIEQajQAEH00wAoAgA2AgBBmNAAIAE2AgBBpNAAIAI2AgAgACADakE4NgIEDAILIAAgAk0NACACIANJDQAgASgCDEEIcQ0AQXggAmtBD3EiACACaiIDQZjQACgCACAGaiIHIABrIgBBAXI2AgQgASAFIAZqNgIEQajQAEH00wAoAgA2AgBBmNAAIAA2AgBBpNAAIAM2AgAgAiAHakE4NgIEDAELIABBnNAAKAIASQRAQZzQACAANgIACyAAIAZqIQNBzNMAIQECQAJAAkADQCADIAEoAgBHBEAgASgCCCIBDQEMAgsLIAEtAAxBCHFFDQELQczTACEBA0AgASgCACIDIAJNBEAgAyABKAIEaiIFIAJLDQMLIAEoAgghAQwACwALIAEgADYCACABIAEoAgQgBmo2AgQgAEF4IABrQQ9xaiIJIARBA3I2AgQgA0F4IANrQQ9xaiIGIAQgCWoiBGshASACIAZGBEBBpNAAIAQ2AgBBmNAAQZjQACgCACABaiIANgIAIAQgAEEBcjYCBAwIC0Gg0AAoAgAgBkYEQEGg0AAgBDYCAEGU0ABBlNAAKAIAIAFqIgA2AgAgBCAAQQFyNgIEIAAgBGogADYCAAwICyAGKAIEIgVBA3FBAUcNBiAFQXhxIQggBUH/AU0EQCAFQQN2IQMgBigCCCIAIAYoAgwiAkYEQEGM0ABBjNAAKAIAQX4gA3dxNgIADAcLIAIgADYCCCAAIAI2AgwMBgsgBigCGCEHIAYgBigCDCIARwRAIAAgBigCCCICNgIIIAIgADYCDAwFCyAGQRRqIgIoAgAiBUUEQCAGKAIQIgVFDQQgBkEQaiECCwNAIAIhAyAFIgBBFGoiAigCACIFDQAgAEEQaiECIAAoAhAiBQ0ACyADQQA2AgAMBAtBeCAAa0EPcSIBIABqIgcgBkE4ayIDIAFrIgFBAXI2AgQgACADakE4NgIEIAIgBUE3IAVrQQ9xakE/ayIDIAMgAkEQakkbIgNBIzYCBEGo0ABB9NMAKAIANgIAQZjQACABNgIAQaTQACAHNgIAIANBEGpB1NMAKQIANwIAIANBzNMAKQIANwIIQdTTACADQQhqNgIAQdDTACAGNgIAQczTACAANgIAQdjTAEEANgIAIANBJGohAQNAIAFBBzYCACAFIAFBBGoiAUsNAAsgAiADRg0AIAMgAygCBEF+cTYCBCADIAMgAmsiBTYCACACIAVBAXI2AgQgBUH/AU0EQCAFQXhxQbTQAGohAAJ/QYzQACgCACIBQQEgBUEDdnQiA3FFBEBBjNAAIAEgA3I2AgAgAAwBCyAAKAIICyIBIAI2AgwgACACNgIIIAIgADYCDCACIAE2AggMAQtBHyEBIAVB////B00EQCAFQSYgBUEIdmciAGt2QQFxIABBAXRrQT5qIQELIAIgATYCHCACQgA3AhAgAUECdEG80gBqIQBBkNAAKAIAIgNBASABdCIGcUUEQCAAIAI2AgBBkNAAIAMgBnI2AgAgAiAANgIYIAIgAjYCCCACIAI2AgwMAQsgBUEZIAFBAXZrQQAgAUEfRxt0IQEgACgCACEDAkADQCADIgAoAgRBeHEgBUYNASABQR12IQMgAUEBdCEBIAAgA0EEcWpBEGoiBigCACIDDQALIAYgAjYCACACIAA2AhggAiACNgIMIAIgAjYCCAwBCyAAKAIIIgEgAjYCDCAAIAI2AgggAkEANgIYIAIgADYCDCACIAE2AggLQZjQACgCACIBIARNDQBBpNAAKAIAIgAgBGoiAiABIARrIgFBAXI2AgRBmNAAIAE2AgBBpNAAIAI2AgAgACAEQQNyNgIEIABBCGohAQwIC0EAIQFB/NMAQTA2AgAMBwtBACEACyAHRQ0AAkAgBigCHCICQQJ0QbzSAGoiAygCACAGRgRAIAMgADYCACAADQFBkNAAQZDQACgCAEF+IAJ3cTYCAAwCCyAHQRBBFCAHKAIQIAZGG2ogADYCACAARQ0BCyAAIAc2AhggBigCECICBEAgACACNgIQIAIgADYCGAsgBkEUaigCACICRQ0AIABBFGogAjYCACACIAA2AhgLIAEgCGohASAGIAhqIgYoAgQhBQsgBiAFQX5xNgIEIAEgBGogATYCACAEIAFBAXI2AgQgAUH/AU0EQCABQXhxQbTQAGohAAJ/QYzQACgCACICQQEgAUEDdnQiAXFFBEBBjNAAIAEgAnI2AgAgAAwBCyAAKAIICyIBIAQ2AgwgACAENgIIIAQgADYCDCAEIAE2AggMAQtBHyEFIAFB////B00EQCABQSYgAUEIdmciAGt2QQFxIABBAXRrQT5qIQULIAQgBTYCHCAEQgA3AhAgBUECdEG80gBqIQBBkNAAKAIAIgJBASAFdCIDcUUEQCAAIAQ2AgBBkNAAIAIgA3I2AgAgBCAANgIYIAQgBDYCCCAEIAQ2AgwMAQsgAUEZIAVBAXZrQQAgBUEfRxt0IQUgACgCACEAAkADQCAAIgIoAgRBeHEgAUYNASAFQR12IQAgBUEBdCEFIAIgAEEEcWpBEGoiAygCACIADQALIAMgBDYCACAEIAI2AhggBCAENgIMIAQgBDYCCAwBCyACKAIIIgAgBDYCDCACIAQ2AgggBEEANgIYIAQgAjYCDCAEIAA2AggLIAlBCGohAQwCCwJAIAdFDQACQCADKAIcIgFBAnRBvNIAaiICKAIAIANGBEAgAiAANgIAIAANAUGQ0AAgCEF+IAF3cSIINgIADAILIAdBEEEUIAcoAhAgA0YbaiAANgIAIABFDQELIAAgBzYCGCADKAIQIgEEQCAAIAE2AhAgASAANgIYCyADQRRqKAIAIgFFDQAgAEEUaiABNgIAIAEgADYCGAsCQCAFQQ9NBEAgAyAEIAVqIgBBA3I2AgQgACADaiIAIAAoAgRBAXI2AgQMAQsgAyAEaiICIAVBAXI2AgQgAyAEQQNyNgIEIAIgBWogBTYCACAFQf8BTQRAIAVBeHFBtNAAaiEAAn9BjNAAKAIAIgFBASAFQQN2dCIFcUUEQEGM0AAgASAFcjYCACAADAELIAAoAggLIgEgAjYCDCAAIAI2AgggAiAANgIMIAIgATYCCAwBC0EfIQEgBUH///8HTQRAIAVBJiAFQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAQsgAiABNgIcIAJCADcCECABQQJ0QbzSAGohAEEBIAF0IgQgCHFFBEAgACACNgIAQZDQACAEIAhyNgIAIAIgADYCGCACIAI2AgggAiACNgIMDAELIAVBGSABQQF2a0EAIAFBH0cbdCEBIAAoAgAhBAJAA0AgBCIAKAIEQXhxIAVGDQEgAUEddiEEIAFBAXQhASAAIARBBHFqQRBqIgYoAgAiBA0ACyAGIAI2AgAgAiAANgIYIAIgAjYCDCACIAI2AggMAQsgACgCCCIBIAI2AgwgACACNgIIIAJBADYCGCACIAA2AgwgAiABNgIICyADQQhqIQEMAQsCQCAJRQ0AAkAgACgCHCIBQQJ0QbzSAGoiAigCACAARgRAIAIgAzYCACADDQFBkNAAIAtBfiABd3E2AgAMAgsgCUEQQRQgCSgCECAARhtqIAM2AgAgA0UNAQsgAyAJNgIYIAAoAhAiAQRAIAMgATYCECABIAM2AhgLIABBFGooAgAiAUUNACADQRRqIAE2AgAgASADNgIYCwJAIAVBD00EQCAAIAQgBWoiAUEDcjYCBCAAIAFqIgEgASgCBEEBcjYCBAwBCyAAIARqIgcgBUEBcjYCBCAAIARBA3I2AgQgBSAHaiAFNgIAIAgEQCAIQXhxQbTQAGohAUGg0AAoAgAhAwJ/QQEgCEEDdnQiAiAGcUUEQEGM0AAgAiAGcjYCACABDAELIAEoAggLIgIgAzYCDCABIAM2AgggAyABNgIMIAMgAjYCCAtBoNAAIAc2AgBBlNAAIAU2AgALIABBCGohAQsgCkEQaiQAIAELQwAgAEUEQD8AQRB0DwsCQCAAQf//A3ENACAAQQBIDQAgAEEQdkAAIgBBf0YEQEH80wBBMDYCAEF/DwsgAEEQdA8LAAsL3D8iAEGACAsJAQAAAAIAAAADAEGUCAsFBAAAAAUAQaQICwkGAAAABwAAAAgAQdwIC4otSW52YWxpZCBjaGFyIGluIHVybCBxdWVyeQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2JvZHkAQ29udGVudC1MZW5ndGggb3ZlcmZsb3cAQ2h1bmsgc2l6ZSBvdmVyZmxvdwBSZXNwb25zZSBvdmVyZmxvdwBJbnZhbGlkIG1ldGhvZCBmb3IgSFRUUC94LnggcmVxdWVzdABJbnZhbGlkIG1ldGhvZCBmb3IgUlRTUC94LnggcmVxdWVzdABFeHBlY3RlZCBTT1VSQ0UgbWV0aG9kIGZvciBJQ0UveC54IHJlcXVlc3QASW52YWxpZCBjaGFyIGluIHVybCBmcmFnbWVudCBzdGFydABFeHBlY3RlZCBkb3QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9zdGF0dXMASW52YWxpZCByZXNwb25zZSBzdGF0dXMASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucwBVc2VyIGNhbGxiYWNrIGVycm9yAGBvbl9yZXNldGAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2hlYWRlcmAgY2FsbGJhY2sgZXJyb3IAYG9uX21lc3NhZ2VfYmVnaW5gIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fdmFsdWVgIGNhbGxiYWNrIGVycm9yAGBvbl9zdGF0dXNfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl92ZXJzaW9uX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdXJsX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXNzYWdlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWV0aG9kX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX25hbWVgIGNhbGxiYWNrIGVycm9yAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2VydmVyAEludmFsaWQgaGVhZGVyIHZhbHVlIGNoYXIASW52YWxpZCBoZWFkZXIgZmllbGQgY2hhcgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3ZlcnNpb24ASW52YWxpZCBtaW5vciB2ZXJzaW9uAEludmFsaWQgbWFqb3IgdmVyc2lvbgBFeHBlY3RlZCBzcGFjZSBhZnRlciB2ZXJzaW9uAEV4cGVjdGVkIENSTEYgYWZ0ZXIgdmVyc2lvbgBJbnZhbGlkIEhUVFAgdmVyc2lvbgBJbnZhbGlkIGhlYWRlciB0b2tlbgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3VybABJbnZhbGlkIGNoYXJhY3RlcnMgaW4gdXJsAFVuZXhwZWN0ZWQgc3RhcnQgY2hhciBpbiB1cmwARG91YmxlIEAgaW4gdXJsAEVtcHR5IENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhcmFjdGVyIGluIENvbnRlbnQtTGVuZ3RoAER1cGxpY2F0ZSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXIgaW4gdXJsIHBhdGgAQ29udGVudC1MZW5ndGggY2FuJ3QgYmUgcHJlc2VudCB3aXRoIFRyYW5zZmVyLUVuY29kaW5nAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIHNpemUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfdmFsdWUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyB2YWx1ZQBNaXNzaW5nIGV4cGVjdGVkIExGIGFmdGVyIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AgaGVhZGVyIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGUgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZWQgdmFsdWUAUGF1c2VkIGJ5IG9uX2hlYWRlcnNfY29tcGxldGUASW52YWxpZCBFT0Ygc3RhdGUAb25fcmVzZXQgcGF1c2UAb25fY2h1bmtfaGVhZGVyIHBhdXNlAG9uX21lc3NhZ2VfYmVnaW4gcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlIHBhdXNlAG9uX3N0YXR1c19jb21wbGV0ZSBwYXVzZQBvbl92ZXJzaW9uX2NvbXBsZXRlIHBhdXNlAG9uX3VybF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGUgcGF1c2UAb25fbWVzc2FnZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXRob2RfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lIHBhdXNlAFVuZXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgc3RhcnQgbGluZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgbmFtZQBQYXVzZSBvbiBDT05ORUNUL1VwZ3JhZGUAUGF1c2Ugb24gUFJJL1VwZ3JhZGUARXhwZWN0ZWQgSFRUUC8yIENvbm5lY3Rpb24gUHJlZmFjZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX21ldGhvZABFeHBlY3RlZCBzcGFjZSBhZnRlciBtZXRob2QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfZmllbGQAUGF1c2VkAEludmFsaWQgd29yZCBlbmNvdW50ZXJlZABJbnZhbGlkIG1ldGhvZCBlbmNvdW50ZXJlZABVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNjaGVtYQBSZXF1ZXN0IGhhcyBpbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AAU1dJVENIX1BST1hZAFVTRV9QUk9YWQBNS0FDVElWSVRZAFVOUFJPQ0VTU0FCTEVfRU5USVRZAENPUFkATU9WRURfUEVSTUFORU5UTFkAVE9PX0VBUkxZAE5PVElGWQBGQUlMRURfREVQRU5ERU5DWQBCQURfR0FURVdBWQBQTEFZAFBVVABDSEVDS09VVABHQVRFV0FZX1RJTUVPVVQAUkVRVUVTVF9USU1FT1VUAE5FVFdPUktfQ09OTkVDVF9USU1FT1VUAENPTk5FQ1RJT05fVElNRU9VVABMT0dJTl9USU1FT1VUAE5FVFdPUktfUkVBRF9USU1FT1VUAFBPU1QATUlTRElSRUNURURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9MT0FEX0JBTEFOQ0VEX1JFUVVFU1QAQkFEX1JFUVVFU1QASFRUUF9SRVFVRVNUX1NFTlRfVE9fSFRUUFNfUE9SVABSRVBPUlQASU1fQV9URUFQT1QAUkVTRVRfQ09OVEVOVABOT19DT05URU5UAFBBUlRJQUxfQ09OVEVOVABIUEVfSU5WQUxJRF9DT05TVEFOVABIUEVfQ0JfUkVTRVQAR0VUAEhQRV9TVFJJQ1QAQ09ORkxJQ1QAVEVNUE9SQVJZX1JFRElSRUNUAFBFUk1BTkVOVF9SRURJUkVDVABDT05ORUNUAE1VTFRJX1NUQVRVUwBIUEVfSU5WQUxJRF9TVEFUVVMAVE9PX01BTllfUkVRVUVTVFMARUFSTFlfSElOVFMAVU5BVkFJTEFCTEVfRk9SX0xFR0FMX1JFQVNPTlMAT1BUSU9OUwBTV0lUQ0hJTkdfUFJPVE9DT0xTAFZBUklBTlRfQUxTT19ORUdPVElBVEVTAE1VTFRJUExFX0NIT0lDRVMASU5URVJOQUxfU0VSVkVSX0VSUk9SAFdFQl9TRVJWRVJfVU5LTk9XTl9FUlJPUgBSQUlMR1VOX0VSUk9SAElERU5USVRZX1BST1ZJREVSX0FVVEhFTlRJQ0FUSU9OX0VSUk9SAFNTTF9DRVJUSUZJQ0FURV9FUlJPUgBJTlZBTElEX1hfRk9SV0FSREVEX0ZPUgBTRVRfUEFSQU1FVEVSAEdFVF9QQVJBTUVURVIASFBFX1VTRVIAU0VFX09USEVSAEhQRV9DQl9DSFVOS19IRUFERVIATUtDQUxFTkRBUgBTRVRVUABXRUJfU0VSVkVSX0lTX0RPV04AVEVBUkRPV04ASFBFX0NMT1NFRF9DT05ORUNUSU9OAEhFVVJJU1RJQ19FWFBJUkFUSU9OAERJU0NPTk5FQ1RFRF9PUEVSQVRJT04ATk9OX0FVVEhPUklUQVRJVkVfSU5GT1JNQVRJT04ASFBFX0lOVkFMSURfVkVSU0lPTgBIUEVfQ0JfTUVTU0FHRV9CRUdJTgBTSVRFX0lTX0ZST1pFTgBIUEVfSU5WQUxJRF9IRUFERVJfVE9LRU4ASU5WQUxJRF9UT0tFTgBGT1JCSURERU4ARU5IQU5DRV9ZT1VSX0NBTE0ASFBFX0lOVkFMSURfVVJMAEJMT0NLRURfQllfUEFSRU5UQUxfQ09OVFJPTABNS0NPTABBQ0wASFBFX0lOVEVSTkFMAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0VfVU5PRkZJQ0lBTABIUEVfT0sAVU5MSU5LAFVOTE9DSwBQUkkAUkVUUllfV0lUSABIUEVfSU5WQUxJRF9DT05URU5UX0xFTkdUSABIUEVfVU5FWFBFQ1RFRF9DT05URU5UX0xFTkdUSABGTFVTSABQUk9QUEFUQ0gATS1TRUFSQ0gAVVJJX1RPT19MT05HAFBST0NFU1NJTkcATUlTQ0VMTEFORU9VU19QRVJTSVNURU5UX1dBUk5JTkcATUlTQ0VMTEFORU9VU19XQVJOSU5HAEhQRV9JTlZBTElEX1RSQU5TRkVSX0VOQ09ESU5HAEV4cGVjdGVkIENSTEYASFBFX0lOVkFMSURfQ0hVTktfU0laRQBNT1ZFAENPTlRJTlVFAEhQRV9DQl9TVEFUVVNfQ09NUExFVEUASFBFX0NCX0hFQURFUlNfQ09NUExFVEUASFBFX0NCX1ZFUlNJT05fQ09NUExFVEUASFBFX0NCX1VSTF9DT01QTEVURQBIUEVfQ0JfQ0hVTktfQ09NUExFVEUASFBFX0NCX0hFQURFUl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fTkFNRV9DT01QTEVURQBIUEVfQ0JfTUVTU0FHRV9DT01QTEVURQBIUEVfQ0JfTUVUSE9EX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfRklFTERfQ09NUExFVEUAREVMRVRFAEhQRV9JTlZBTElEX0VPRl9TVEFURQBJTlZBTElEX1NTTF9DRVJUSUZJQ0FURQBQQVVTRQBOT19SRVNQT05TRQBVTlNVUFBPUlRFRF9NRURJQV9UWVBFAEdPTkUATk9UX0FDQ0VQVEFCTEUAU0VSVklDRV9VTkFWQUlMQUJMRQBSQU5HRV9OT1RfU0FUSVNGSUFCTEUAT1JJR0lOX0lTX1VOUkVBQ0hBQkxFAFJFU1BPTlNFX0lTX1NUQUxFAFBVUkdFAE1FUkdFAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0UAUkVRVUVTVF9IRUFERVJfVE9PX0xBUkdFAFBBWUxPQURfVE9PX0xBUkdFAElOU1VGRklDSUVOVF9TVE9SQUdFAEhQRV9QQVVTRURfVVBHUkFERQBIUEVfUEFVU0VEX0gyX1VQR1JBREUAU09VUkNFAEFOTk9VTkNFAFRSQUNFAEhQRV9VTkVYUEVDVEVEX1NQQUNFAERFU0NSSUJFAFVOU1VCU0NSSUJFAFJFQ09SRABIUEVfSU5WQUxJRF9NRVRIT0QATk9UX0ZPVU5EAFBST1BGSU5EAFVOQklORABSRUJJTkQAVU5BVVRIT1JJWkVEAE1FVEhPRF9OT1RfQUxMT1dFRABIVFRQX1ZFUlNJT05fTk9UX1NVUFBPUlRFRABBTFJFQURZX1JFUE9SVEVEAEFDQ0VQVEVEAE5PVF9JTVBMRU1FTlRFRABMT09QX0RFVEVDVEVEAEhQRV9DUl9FWFBFQ1RFRABIUEVfTEZfRVhQRUNURUQAQ1JFQVRFRABJTV9VU0VEAEhQRV9QQVVTRUQAVElNRU9VVF9PQ0NVUkVEAFBBWU1FTlRfUkVRVUlSRUQAUFJFQ09ORElUSU9OX1JFUVVJUkVEAFBST1hZX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAE5FVFdPUktfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATEVOR1RIX1JFUVVJUkVEAFNTTF9DRVJUSUZJQ0FURV9SRVFVSVJFRABVUEdSQURFX1JFUVVJUkVEAFBBR0VfRVhQSVJFRABQUkVDT05ESVRJT05fRkFJTEVEAEVYUEVDVEFUSU9OX0ZBSUxFRABSRVZBTElEQVRJT05fRkFJTEVEAFNTTF9IQU5EU0hBS0VfRkFJTEVEAExPQ0tFRABUUkFOU0ZPUk1BVElPTl9BUFBMSUVEAE5PVF9NT0RJRklFRABOT1RfRVhURU5ERUQAQkFORFdJRFRIX0xJTUlUX0VYQ0VFREVEAFNJVEVfSVNfT1ZFUkxPQURFRABIRUFEAEV4cGVjdGVkIEhUVFAvAABeEwAAJhMAADAQAADwFwAAnRMAABUSAAA5FwAA8BIAAAoQAAB1EgAArRIAAIITAABPFAAAfxAAAKAVAAAjFAAAiRIAAIsUAABNFQAA1BEAAM8UAAAQGAAAyRYAANwWAADBEQAA4BcAALsUAAB0FAAAfBUAAOUUAAAIFwAAHxAAAGUVAACjFAAAKBUAAAIVAACZFQAALBAAAIsZAABPDwAA1A4AAGoQAADOEAAAAhcAAIkOAABuEwAAHBMAAGYUAABWFwAAwRMAAM0TAABsEwAAaBcAAGYXAABfFwAAIhMAAM4PAABpDgAA2A4AAGMWAADLEwAAqg4AACgXAAAmFwAAxRMAAF0WAADoEQAAZxMAAGUTAADyFgAAcxMAAB0XAAD5FgAA8xEAAM8OAADOFQAADBIAALMRAAClEQAAYRAAADIXAAC7EwBB+TULAQEAQZA2C+ABAQECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQf03CwEBAEGROAteAgMCAgICAgAAAgIAAgIAAgICAgICAgICAgAEAAAAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAgICAAIAAgBB/TkLAQEAQZE6C14CAAICAgICAAACAgACAgACAgICAgICAgICAAMABAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAEHwOwsNbG9zZWVlcC1hbGl2ZQBBiTwLAQEAQaA8C+ABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQYk+CwEBAEGgPgvnAQEBAQEBAQEBAQEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBY2h1bmtlZABBsMAAC18BAQABAQEBAQAAAQEAAQEAAQEBAQEBAQEBAQAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQBBkMIACyFlY3Rpb25lbnQtbGVuZ3Rob25yb3h5LWNvbm5lY3Rpb24AQcDCAAstcmFuc2Zlci1lbmNvZGluZ3BncmFkZQ0KDQoNClNNDQoNClRUUC9DRS9UU1AvAEH5wgALBQECAAEDAEGQwwAL4AEEAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+cQACwUBAgABAwBBkMUAC+ABBAEBBQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQfnGAAsEAQAAAQBBkccAC98BAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+sgACwQBAAACAEGQyQALXwMEAAAEBAQEBAQEBAQEBAUEBAQEBAQEBAQEBAQABAAGBwQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEAEH6ygALBAEAAAEAQZDLAAsBAQBBqssAC0ECAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBB+swACwQBAAABAEGQzQALAQEAQZrNAAsGAgAAAAACAEGxzQALOgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQfDOAAuWAU5PVU5DRUVDS09VVE5FQ1RFVEVDUklCRUxVU0hFVEVBRFNFQVJDSFJHRUNUSVZJVFlMRU5EQVJWRU9USUZZUFRJT05TQ0hTRUFZU1RBVENIR0VPUkRJUkVDVE9SVFJDSFBBUkFNRVRFUlVSQ0VCU0NSSUJFQVJET1dOQUNFSU5ETktDS1VCU0NSSUJFSFRUUC9BRFRQLw==","base64")},50172:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.enumToMap=void 0;function enumToMap(i){const u={};Object.keys(i).forEach((p=>{const A=i[p];if(typeof A==="number"){u[p]=A}}));return u}u.enumToMap=enumToMap},47501:(i,u,p)=>{const{kClients:A}=p(36443);const g=p(57405);const{kAgent:C,kMockAgentSet:S,kMockAgentGet:w,kDispatches:B,kIsMockActive:v,kNetConnect:N,kGetNetConnect:T,kOptions:Q,kFactory:x}=p(91117);const _=p(47365);const k=p(94004);const{matchValue:D,buildMockOptions:O}=p(53397);const{InvalidArgumentError:P,UndiciError:L}=p(68707);const U=p(30883);const H=p(91529);const z=p(56142);class MockAgent extends U{constructor(i){super(i);this[N]=true;this[v]=true;if(i?.agent&&typeof i.agent.dispatch!=="function"){throw new P("Argument opts.agent must implement Agent")}const u=i?.agent?i.agent:new g(i);this[C]=u;this[A]=u[A];this[Q]=O(i)}get(i){let u=this[w](i);if(!u){u=this[x](i);this[S](i,u)}return u}dispatch(i,u){this.get(i.origin);return this[C].dispatch(i,u)}async close(){await this[C].close();this[A].clear()}deactivate(){this[v]=false}activate(){this[v]=true}enableNetConnect(i){if(typeof i==="string"||typeof i==="function"||i instanceof RegExp){if(Array.isArray(this[N])){this[N].push(i)}else{this[N]=[i]}}else if(typeof i==="undefined"){this[N]=true}else{throw new P("Unsupported matcher. Must be one of String|Function|RegExp.")}}disableNetConnect(){this[N]=false}get isMockActive(){return this[v]}[S](i,u){this[A].set(i,u)}[x](i){const u=Object.assign({agent:this},this[Q]);return this[Q]&&this[Q].connections===1?new _(i,u):new k(i,u)}[w](i){const u=this[A].get(i);if(u){return u}if(typeof i!=="string"){const u=this[x]("http://localhost:9999");this[S](i,u);return u}for(const[u,p]of Array.from(this[A])){if(p&&typeof u!=="string"&&D(u,i)){const u=this[x](i);this[S](i,u);u[B]=p[B];return u}}}[T](){return this[N]}pendingInterceptors(){const i=this[A];return Array.from(i.entries()).flatMap((([i,u])=>u[B].map((u=>({...u,origin:i}))))).filter((({pending:i})=>i))}assertNoPendingInterceptors({pendingInterceptorsFormatter:i=new z}={}){const u=this.pendingInterceptors();if(u.length===0){return}const p=new H("interceptor","interceptors").pluralize(u.length);throw new L(`\n${p.count} ${p.noun} ${p.is} pending:\n\n${i.format(u)}\n`.trim())}}i.exports=MockAgent},47365:(i,u,p)=>{const{promisify:A}=p(57975);const g=p(23701);const{buildMockDispatch:C}=p(53397);const{kDispatches:S,kMockAgent:w,kClose:B,kOriginalClose:v,kOrigin:N,kOriginalDispatch:T,kConnected:Q}=p(91117);const{MockInterceptor:x}=p(31511);const _=p(36443);const{InvalidArgumentError:k}=p(68707);class MockClient extends g{constructor(i,u){super(i,u);if(!u||!u.agent||typeof u.agent.dispatch!=="function"){throw new k("Argument opts.agent must implement Agent")}this[w]=u.agent;this[N]=i;this[S]=[];this[Q]=1;this[T]=this.dispatch;this[v]=this.close.bind(this);this.dispatch=C.call(this);this.close=this[B]}get[_.kConnected](){return this[Q]}intercept(i){return new x(i,this[S])}async[B](){await A(this[v])();this[Q]=0;this[w][_.kClients].delete(this[N])}}i.exports=MockClient},52429:(i,u,p)=>{const{UndiciError:A}=p(68707);const g=Symbol.for("undici.error.UND_MOCK_ERR_MOCK_NOT_MATCHED");class MockNotMatchedError extends A{constructor(i){super(i);Error.captureStackTrace(this,MockNotMatchedError);this.name="MockNotMatchedError";this.message=i||"The request does not match any registered mock dispatches";this.code="UND_MOCK_ERR_MOCK_NOT_MATCHED"}static[Symbol.hasInstance](i){return i&&i[g]===true}[g]=true}i.exports={MockNotMatchedError:MockNotMatchedError}},31511:(i,u,p)=>{const{getResponseData:A,buildKey:g,addMockDispatch:C}=p(53397);const{kDispatches:S,kDispatchKey:w,kDefaultHeaders:B,kDefaultTrailers:v,kContentLength:N,kMockDispatch:T}=p(91117);const{InvalidArgumentError:Q}=p(68707);const{buildURL:x}=p(3440);class MockScope{constructor(i){this[T]=i}delay(i){if(typeof i!=="number"||!Number.isInteger(i)||i<=0){throw new Q("waitInMs must be a valid integer > 0")}this[T].delay=i;return this}persist(){this[T].persist=true;return this}times(i){if(typeof i!=="number"||!Number.isInteger(i)||i<=0){throw new Q("repeatTimes must be a valid integer > 0")}this[T].times=i;return this}}class MockInterceptor{constructor(i,u){if(typeof i!=="object"){throw new Q("opts must be an object")}if(typeof i.path==="undefined"){throw new Q("opts.path must be defined")}if(typeof i.method==="undefined"){i.method="GET"}if(typeof i.path==="string"){if(i.query){i.path=x(i.path,i.query)}else{const u=new URL(i.path,"data://");i.path=u.pathname+u.search}}if(typeof i.method==="string"){i.method=i.method.toUpperCase()}this[w]=g(i);this[S]=u;this[B]={};this[v]={};this[N]=false}createMockScopeDispatchData({statusCode:i,data:u,responseOptions:p}){const g=A(u);const C=this[N]?{"content-length":g.length}:{};const S={...this[B],...C,...p.headers};const w={...this[v],...p.trailers};return{statusCode:i,data:u,headers:S,trailers:w}}validateReplyParameters(i){if(typeof i.statusCode==="undefined"){throw new Q("statusCode must be defined")}if(typeof i.responseOptions!=="object"||i.responseOptions===null){throw new Q("responseOptions must be an object")}}reply(i){if(typeof i==="function"){const wrappedDefaultsCallback=u=>{const p=i(u);if(typeof p!=="object"||p===null){throw new Q("reply options callback must return an object")}const A={data:"",responseOptions:{},...p};this.validateReplyParameters(A);return{...this.createMockScopeDispatchData(A)}};const u=C(this[S],this[w],wrappedDefaultsCallback);return new MockScope(u)}const u={statusCode:i,data:arguments[1]===undefined?"":arguments[1],responseOptions:arguments[2]===undefined?{}:arguments[2]};this.validateReplyParameters(u);const p=this.createMockScopeDispatchData(u);const A=C(this[S],this[w],p);return new MockScope(A)}replyWithError(i){if(typeof i==="undefined"){throw new Q("error must be defined")}const u=C(this[S],this[w],{error:i});return new MockScope(u)}defaultReplyHeaders(i){if(typeof i==="undefined"){throw new Q("headers must be defined")}this[B]=i;return this}defaultReplyTrailers(i){if(typeof i==="undefined"){throw new Q("trailers must be defined")}this[v]=i;return this}replyContentLength(){this[N]=true;return this}}i.exports.MockInterceptor=MockInterceptor;i.exports.MockScope=MockScope},94004:(i,u,p)=>{const{promisify:A}=p(57975);const g=p(30628);const{buildMockDispatch:C}=p(53397);const{kDispatches:S,kMockAgent:w,kClose:B,kOriginalClose:v,kOrigin:N,kOriginalDispatch:T,kConnected:Q}=p(91117);const{MockInterceptor:x}=p(31511);const _=p(36443);const{InvalidArgumentError:k}=p(68707);class MockPool extends g{constructor(i,u){super(i,u);if(!u||!u.agent||typeof u.agent.dispatch!=="function"){throw new k("Argument opts.agent must implement Agent")}this[w]=u.agent;this[N]=i;this[S]=[];this[Q]=1;this[T]=this.dispatch;this[v]=this.close.bind(this);this.dispatch=C.call(this);this.close=this[B]}get[_.kConnected](){return this[Q]}intercept(i){return new x(i,this[S])}async[B](){await A(this[v])();this[Q]=0;this[w][_.kClients].delete(this[N])}}i.exports=MockPool},91117:i=>{i.exports={kAgent:Symbol("agent"),kOptions:Symbol("options"),kFactory:Symbol("factory"),kDispatches:Symbol("dispatches"),kDispatchKey:Symbol("dispatch key"),kDefaultHeaders:Symbol("default headers"),kDefaultTrailers:Symbol("default trailers"),kContentLength:Symbol("content length"),kMockAgent:Symbol("mock agent"),kMockAgentSet:Symbol("mock agent set"),kMockAgentGet:Symbol("mock agent get"),kMockDispatch:Symbol("mock dispatch"),kClose:Symbol("close"),kOriginalClose:Symbol("original agent close"),kOrigin:Symbol("origin"),kIsMockActive:Symbol("is mock active"),kNetConnect:Symbol("net connect"),kGetNetConnect:Symbol("get net connect"),kConnected:Symbol("connected")}},53397:(i,u,p)=>{const{MockNotMatchedError:A}=p(52429);const{kDispatches:g,kMockAgent:C,kOriginalDispatch:S,kOrigin:w,kGetNetConnect:B}=p(91117);const{buildURL:v}=p(3440);const{STATUS_CODES:N}=p(37067);const{types:{isPromise:T}}=p(57975);function matchValue(i,u){if(typeof i==="string"){return i===u}if(i instanceof RegExp){return i.test(u)}if(typeof i==="function"){return i(u)===true}return false}function lowerCaseEntries(i){return Object.fromEntries(Object.entries(i).map((([i,u])=>[i.toLocaleLowerCase(),u])))}function getHeaderByName(i,u){if(Array.isArray(i)){for(let p=0;p<i.length;p+=2){if(i[p].toLocaleLowerCase()===u.toLocaleLowerCase()){return i[p+1]}}return undefined}else if(typeof i.get==="function"){return i.get(u)}else{return lowerCaseEntries(i)[u.toLocaleLowerCase()]}}function buildHeadersFromArray(i){const u=i.slice();const p=[];for(let i=0;i<u.length;i+=2){p.push([u[i],u[i+1]])}return Object.fromEntries(p)}function matchHeaders(i,u){if(typeof i.headers==="function"){if(Array.isArray(u)){u=buildHeadersFromArray(u)}return i.headers(u?lowerCaseEntries(u):{})}if(typeof i.headers==="undefined"){return true}if(typeof u!=="object"||typeof i.headers!=="object"){return false}for(const[p,A]of Object.entries(i.headers)){const i=getHeaderByName(u,p);if(!matchValue(A,i)){return false}}return true}function safeUrl(i){if(typeof i!=="string"){return i}const u=i.split("?");if(u.length!==2){return i}const p=new URLSearchParams(u.pop());p.sort();return[...u,p.toString()].join("?")}function matchKey(i,{path:u,method:p,body:A,headers:g}){const C=matchValue(i.path,u);const S=matchValue(i.method,p);const w=typeof i.body!=="undefined"?matchValue(i.body,A):true;const B=matchHeaders(i,g);return C&&S&&w&&B}function getResponseData(i){if(Buffer.isBuffer(i)){return i}else if(i instanceof Uint8Array){return i}else if(i instanceof ArrayBuffer){return i}else if(typeof i==="object"){return JSON.stringify(i)}else{return i.toString()}}function getMockDispatch(i,u){const p=u.query?v(u.path,u.query):u.path;const g=typeof p==="string"?safeUrl(p):p;let C=i.filter((({consumed:i})=>!i)).filter((({path:i})=>matchValue(safeUrl(i),g)));if(C.length===0){throw new A(`Mock dispatch not matched for path '${g}'`)}C=C.filter((({method:i})=>matchValue(i,u.method)));if(C.length===0){throw new A(`Mock dispatch not matched for method '${u.method}' on path '${g}'`)}C=C.filter((({body:i})=>typeof i!=="undefined"?matchValue(i,u.body):true));if(C.length===0){throw new A(`Mock dispatch not matched for body '${u.body}' on path '${g}'`)}C=C.filter((i=>matchHeaders(i,u.headers)));if(C.length===0){const i=typeof u.headers==="object"?JSON.stringify(u.headers):u.headers;throw new A(`Mock dispatch not matched for headers '${i}' on path '${g}'`)}return C[0]}function addMockDispatch(i,u,p){const A={timesInvoked:0,times:1,persist:false,consumed:false};const g=typeof p==="function"?{callback:p}:{...p};const C={...A,...u,pending:true,data:{error:null,...g}};i.push(C);return C}function deleteMockDispatch(i,u){const p=i.findIndex((i=>{if(!i.consumed){return false}return matchKey(i,u)}));if(p!==-1){i.splice(p,1)}}function buildKey(i){const{path:u,method:p,body:A,headers:g,query:C}=i;return{path:u,method:p,body:A,headers:g,query:C}}function generateKeyValues(i){const u=Object.keys(i);const p=[];for(let A=0;A<u.length;++A){const g=u[A];const C=i[g];const S=Buffer.from(`${g}`);if(Array.isArray(C)){for(let i=0;i<C.length;++i){p.push(S,Buffer.from(`${C[i]}`))}}else{p.push(S,Buffer.from(`${C}`))}}return p}function getStatusText(i){return N[i]||"unknown"}async function getResponse(i){const u=[];for await(const p of i){u.push(p)}return Buffer.concat(u).toString("utf8")}function mockDispatch(i,u){const p=buildKey(i);const A=getMockDispatch(this[g],p);A.timesInvoked++;if(A.data.callback){A.data={...A.data,...A.data.callback(i)}}const{data:{statusCode:C,data:S,headers:w,trailers:B,error:v},delay:N,persist:Q}=A;const{timesInvoked:x,times:_}=A;A.consumed=!Q&&x>=_;A.pending=x<_;if(v!==null){deleteMockDispatch(this[g],p);u.onError(v);return true}if(typeof N==="number"&&N>0){setTimeout((()=>{handleReply(this[g])}),N)}else{handleReply(this[g])}function handleReply(A,g=S){const v=Array.isArray(i.headers)?buildHeadersFromArray(i.headers):i.headers;const N=typeof g==="function"?g({...i,headers:v}):g;if(T(N)){N.then((i=>handleReply(A,i)));return}const Q=getResponseData(N);const x=generateKeyValues(w);const _=generateKeyValues(B);u.onConnect?.((i=>u.onError(i)),null);u.onHeaders?.(C,x,resume,getStatusText(C));u.onData?.(Buffer.from(Q));u.onComplete?.(_);deleteMockDispatch(A,p)}function resume(){}return true}function buildMockDispatch(){const i=this[C];const u=this[w];const p=this[S];return function dispatch(g,C){if(i.isMockActive){try{mockDispatch.call(this,g,C)}catch(S){if(S instanceof A){const w=i[B]();if(w===false){throw new A(`${S.message}: subsequent request to origin ${u} was not allowed (net.connect disabled)`)}if(checkNetConnect(w,u)){p.call(this,g,C)}else{throw new A(`${S.message}: subsequent request to origin ${u} was not allowed (net.connect is not enabled for this origin)`)}}else{throw S}}}else{p.call(this,g,C)}}}function checkNetConnect(i,u){const p=new URL(u);if(i===true){return true}else if(Array.isArray(i)&&i.some((i=>matchValue(i,p.host)))){return true}return false}function buildMockOptions(i){if(i){const{agent:u,...p}=i;return p}}i.exports={getResponseData:getResponseData,getMockDispatch:getMockDispatch,addMockDispatch:addMockDispatch,deleteMockDispatch:deleteMockDispatch,buildKey:buildKey,generateKeyValues:generateKeyValues,matchValue:matchValue,getResponse:getResponse,getStatusText:getStatusText,mockDispatch:mockDispatch,buildMockDispatch:buildMockDispatch,checkNetConnect:checkNetConnect,buildMockOptions:buildMockOptions,getHeaderByName:getHeaderByName,buildHeadersFromArray:buildHeadersFromArray}},56142:(i,u,p)=>{const{Transform:A}=p(57075);const{Console:g}=p(37540);const C=process.versions.icu?"✅":"Y ";const S=process.versions.icu?"❌":"N ";i.exports=class PendingInterceptorsFormatter{constructor({disableColors:i}={}){this.transform=new A({transform(i,u,p){p(null,i)}});this.logger=new g({stdout:this.transform,inspectOptions:{colors:!i&&!process.env.CI}})}format(i){const u=i.map((({method:i,path:u,data:{statusCode:p},persist:A,times:g,timesInvoked:w,origin:B})=>({Method:i,Origin:B,Path:u,"Status code":p,Persistent:A?C:S,Invocations:w,Remaining:A?Infinity:g-w})));this.logger.table(u);return this.transform.read().toString()}}},91529:i=>{const u={pronoun:"it",is:"is",was:"was",this:"this"};const p={pronoun:"they",is:"are",was:"were",this:"these"};i.exports=class Pluralizer{constructor(i,u){this.singular=i;this.plural=u}pluralize(i){const A=i===1;const g=A?u:p;const C=A?this.singular:this.plural;return{...g,count:i,noun:C}}}},96603:i=>{let u=0;const p=1e3;const A=(p>>1)-1;let g;const C=Symbol("kFastTimer");const S=[];const w=-2;const B=-1;const v=0;const N=1;function onTick(){u+=A;let i=0;let p=S.length;while(i<p){const g=S[i];if(g._state===v){g._idleStart=u-A;g._state=N}else if(g._state===N&&u>=g._idleStart+g._idleTimeout){g._state=B;g._idleStart=-1;g._onTimeout(g._timerArg)}if(g._state===B){g._state=w;if(--p!==0){S[i]=S[p]}}else{++i}}S.length=p;if(S.length!==0){refreshTimeout()}}function refreshTimeout(){if(g){g.refresh()}else{clearTimeout(g);g=setTimeout(onTick,A);if(g.unref){g.unref()}}}class FastTimer{[C]=true;_state=w;_idleTimeout=-1;_idleStart=-1;_onTimeout;_timerArg;constructor(i,u,p){this._onTimeout=i;this._idleTimeout=u;this._timerArg=p;this.refresh()}refresh(){if(this._state===w){S.push(this)}if(!g||S.length===1){refreshTimeout()}this._state=v}clear(){this._state=B;this._idleStart=-1}}i.exports={setTimeout(i,u,A){return u<=p?setTimeout(i,u,A):new FastTimer(i,u,A)},clearTimeout(i){if(i[C]){i.clear()}else{clearTimeout(i)}},setFastTimeout(i,u,p){return new FastTimer(i,u,p)},clearFastTimeout(i){i.clear()},now(){return u},tick(i=0){u+=i-p+1;onTick();onTick()},reset(){u=0;S.length=0;clearTimeout(g);g=null},kFastTimer:C}},89634:(i,u,p)=>{const{kConstruct:A}=p(20109);const{urlEquals:g,getFieldValues:C}=p(76798);const{kEnumerableProperty:S,isDisturbed:w}=p(3440);const{webidl:B}=p(45893);const{Response:v,cloneResponse:N,fromInnerResponse:T}=p(99051);const{Request:Q,fromInnerRequest:x}=p(9967);const{kState:_}=p(93627);const{fetching:k}=p(54398);const{urlIsHttpHttpsScheme:D,createDeferredPromise:O,readAllBytes:P}=p(73168);const L=p(34589);class Cache{#G;constructor(){if(arguments[0]!==A){B.illegalConstructor()}B.util.markAsUncloneable(this);this.#G=arguments[1]}async match(i,u={}){B.brandCheck(this,Cache);const p="Cache.match";B.argumentLengthCheck(arguments,1,p);i=B.converters.RequestInfo(i,p,"request");u=B.converters.CacheQueryOptions(u,p,"options");const A=this.#V(i,u,1);if(A.length===0){return}return A[0]}async matchAll(i=undefined,u={}){B.brandCheck(this,Cache);const p="Cache.matchAll";if(i!==undefined)i=B.converters.RequestInfo(i,p,"request");u=B.converters.CacheQueryOptions(u,p,"options");return this.#V(i,u)}async add(i){B.brandCheck(this,Cache);const u="Cache.add";B.argumentLengthCheck(arguments,1,u);i=B.converters.RequestInfo(i,u,"request");const p=[i];const A=this.addAll(p);return await A}async addAll(i){B.brandCheck(this,Cache);const u="Cache.addAll";B.argumentLengthCheck(arguments,1,u);const p=[];const A=[];for(let p of i){if(p===undefined){throw B.errors.conversionFailed({prefix:u,argument:"Argument 1",types:["undefined is not allowed"]})}p=B.converters.RequestInfo(p);if(typeof p==="string"){continue}const i=p[_];if(!D(i.url)||i.method!=="GET"){throw B.errors.exception({header:u,message:"Expected http/s scheme when method is not GET."})}}const g=[];for(const S of i){const i=new Q(S)[_];if(!D(i.url)){throw B.errors.exception({header:u,message:"Expected http/s scheme."})}i.initiator="fetch";i.destination="subresource";A.push(i);const w=O();g.push(k({request:i,processResponse(i){if(i.type==="error"||i.status===206||i.status<200||i.status>299){w.reject(B.errors.exception({header:"Cache.addAll",message:"Received an invalid status code or the request failed."}))}else if(i.headersList.contains("vary")){const u=C(i.headersList.get("vary"));for(const i of u){if(i==="*"){w.reject(B.errors.exception({header:"Cache.addAll",message:"invalid vary field value"}));for(const i of g){i.abort()}return}}}},processResponseEndOfBody(i){if(i.aborted){w.reject(new DOMException("aborted","AbortError"));return}w.resolve(i)}}));p.push(w.promise)}const S=Promise.all(p);const w=await S;const v=[];let N=0;for(const i of w){const u={type:"put",request:A[N],response:i};v.push(u);N++}const T=O();let x=null;try{this.#z(v)}catch(i){x=i}queueMicrotask((()=>{if(x===null){T.resolve(undefined)}else{T.reject(x)}}));return T.promise}async put(i,u){B.brandCheck(this,Cache);const p="Cache.put";B.argumentLengthCheck(arguments,2,p);i=B.converters.RequestInfo(i,p,"request");u=B.converters.Response(u,p,"response");let A=null;if(i instanceof Q){A=i[_]}else{A=new Q(i)[_]}if(!D(A.url)||A.method!=="GET"){throw B.errors.exception({header:p,message:"Expected an http/s scheme when method is not GET"})}const g=u[_];if(g.status===206){throw B.errors.exception({header:p,message:"Got 206 status"})}if(g.headersList.contains("vary")){const i=C(g.headersList.get("vary"));for(const u of i){if(u==="*"){throw B.errors.exception({header:p,message:"Got * vary field value"})}}}if(g.body&&(w(g.body.stream)||g.body.stream.locked)){throw B.errors.exception({header:p,message:"Response body is locked or disturbed"})}const S=N(g);const v=O();if(g.body!=null){const i=g.body.stream;const u=i.getReader();P(u).then(v.resolve,v.reject)}else{v.resolve(undefined)}const T=[];const x={type:"put",request:A,response:S};T.push(x);const k=await v.promise;if(S.body!=null){S.body.source=k}const L=O();let U=null;try{this.#z(T)}catch(i){U=i}queueMicrotask((()=>{if(U===null){L.resolve()}else{L.reject(U)}}));return L.promise}async delete(i,u={}){B.brandCheck(this,Cache);const p="Cache.delete";B.argumentLengthCheck(arguments,1,p);i=B.converters.RequestInfo(i,p,"request");u=B.converters.CacheQueryOptions(u,p,"options");let A=null;if(i instanceof Q){A=i[_];if(A.method!=="GET"&&!u.ignoreMethod){return false}}else{L(typeof i==="string");A=new Q(i)[_]}const g=[];const C={type:"delete",request:A,options:u};g.push(C);const S=O();let w=null;let v;try{v=this.#z(g)}catch(i){w=i}queueMicrotask((()=>{if(w===null){S.resolve(!!v?.length)}else{S.reject(w)}}));return S.promise}async keys(i=undefined,u={}){B.brandCheck(this,Cache);const p="Cache.keys";if(i!==undefined)i=B.converters.RequestInfo(i,p,"request");u=B.converters.CacheQueryOptions(u,p,"options");let A=null;if(i!==undefined){if(i instanceof Q){A=i[_];if(A.method!=="GET"&&!u.ignoreMethod){return[]}}else if(typeof i==="string"){A=new Q(i)[_]}}const g=O();const C=[];if(i===undefined){for(const i of this.#G){C.push(i[0])}}else{const i=this.#j(A,u);for(const u of i){C.push(u[0])}}queueMicrotask((()=>{const i=[];for(const u of C){const p=x(u,(new AbortController).signal,"immutable");i.push(p)}g.resolve(Object.freeze(i))}));return g.promise}#z(i){const u=this.#G;const p=[...u];const A=[];const g=[];try{for(const p of i){if(p.type!=="delete"&&p.type!=="put"){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:'operation type does not match "delete" or "put"'})}if(p.type==="delete"&&p.response!=null){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"delete operation should not have an associated response"})}if(this.#j(p.request,p.options,A).length){throw new DOMException("???","InvalidStateError")}let i;if(p.type==="delete"){i=this.#j(p.request,p.options);if(i.length===0){return[]}for(const p of i){const i=u.indexOf(p);L(i!==-1);u.splice(i,1)}}else if(p.type==="put"){if(p.response==null){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"put operation should have an associated response"})}const g=p.request;if(!D(g.url)){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"expected http or https scheme"})}if(g.method!=="GET"){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"not get method"})}if(p.options!=null){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"options must not be defined"})}i=this.#j(p.request);for(const p of i){const i=u.indexOf(p);L(i!==-1);u.splice(i,1)}u.push([p.request,p.response]);A.push([p.request,p.response])}g.push([p.request,p.response])}return g}catch(i){this.#G.length=0;this.#G=p;throw i}}#j(i,u,p){const A=[];const g=p??this.#G;for(const p of g){const[g,C]=p;if(this.#q(i,g,C,u)){A.push(p)}}return A}#q(i,u,p=null,A){const S=new URL(i.url);const w=new URL(u.url);if(A?.ignoreSearch){w.search="";S.search=""}if(!g(S,w,true)){return false}if(p==null||A?.ignoreVary||!p.headersList.contains("vary")){return true}const B=C(p.headersList.get("vary"));for(const p of B){if(p==="*"){return false}const A=u.headersList.get(p);const g=i.headersList.get(p);if(A!==g){return false}}return true}#V(i,u,p=Infinity){let A=null;if(i!==undefined){if(i instanceof Q){A=i[_];if(A.method!=="GET"&&!u.ignoreMethod){return[]}}else if(typeof i==="string"){A=new Q(i)[_]}}const g=[];if(i===undefined){for(const i of this.#G){g.push(i[1])}}else{const i=this.#j(A,u);for(const u of i){g.push(u[1])}}const C=[];for(const i of g){const u=T(i,"immutable");C.push(u.clone());if(C.length>=p){break}}return Object.freeze(C)}}Object.defineProperties(Cache.prototype,{[Symbol.toStringTag]:{value:"Cache",configurable:true},match:S,matchAll:S,add:S,addAll:S,put:S,delete:S,keys:S});const U=[{key:"ignoreSearch",converter:B.converters.boolean,defaultValue:()=>false},{key:"ignoreMethod",converter:B.converters.boolean,defaultValue:()=>false},{key:"ignoreVary",converter:B.converters.boolean,defaultValue:()=>false}];B.converters.CacheQueryOptions=B.dictionaryConverter(U);B.converters.MultiCacheQueryOptions=B.dictionaryConverter([...U,{key:"cacheName",converter:B.converters.DOMString}]);B.converters.Response=B.interfaceConverter(v);B.converters["sequence<RequestInfo>"]=B.sequenceConverter(B.converters.RequestInfo);i.exports={Cache:Cache}},3245:(i,u,p)=>{const{kConstruct:A}=p(20109);const{Cache:g}=p(89634);const{webidl:C}=p(45893);const{kEnumerableProperty:S}=p(3440);class CacheStorage{#$=new Map;constructor(){if(arguments[0]!==A){C.illegalConstructor()}C.util.markAsUncloneable(this)}async match(i,u={}){C.brandCheck(this,CacheStorage);C.argumentLengthCheck(arguments,1,"CacheStorage.match");i=C.converters.RequestInfo(i);u=C.converters.MultiCacheQueryOptions(u);if(u.cacheName!=null){if(this.#$.has(u.cacheName)){const p=this.#$.get(u.cacheName);const C=new g(A,p);return await C.match(i,u)}}else{for(const p of this.#$.values()){const C=new g(A,p);const S=await C.match(i,u);if(S!==undefined){return S}}}}async has(i){C.brandCheck(this,CacheStorage);const u="CacheStorage.has";C.argumentLengthCheck(arguments,1,u);i=C.converters.DOMString(i,u,"cacheName");return this.#$.has(i)}async open(i){C.brandCheck(this,CacheStorage);const u="CacheStorage.open";C.argumentLengthCheck(arguments,1,u);i=C.converters.DOMString(i,u,"cacheName");if(this.#$.has(i)){const u=this.#$.get(i);return new g(A,u)}const p=[];this.#$.set(i,p);return new g(A,p)}async delete(i){C.brandCheck(this,CacheStorage);const u="CacheStorage.delete";C.argumentLengthCheck(arguments,1,u);i=C.converters.DOMString(i,u,"cacheName");return this.#$.delete(i)}async keys(){C.brandCheck(this,CacheStorage);const i=this.#$.keys();return[...i]}}Object.defineProperties(CacheStorage.prototype,{[Symbol.toStringTag]:{value:"CacheStorage",configurable:true},match:S,has:S,open:S,delete:S,keys:S});i.exports={CacheStorage:CacheStorage}},20109:(i,u,p)=>{i.exports={kConstruct:p(36443).kConstruct}},76798:(i,u,p)=>{const A=p(34589);const{URLSerializer:g}=p(51900);const{isValidHeaderName:C}=p(73168);function urlEquals(i,u,p=false){const A=g(i,p);const C=g(u,p);return A===C}function getFieldValues(i){A(i!==null);const u=[];for(let p of i.split(",")){p=p.trim();if(C(p)){u.push(p)}}return u}i.exports={urlEquals:urlEquals,getFieldValues:getFieldValues}},71276:i=>{const u=1024;const p=4096;i.exports={maxAttributeValueSize:u,maxNameValuePairSize:p}},79061:(i,u,p)=>{const{parseSetCookie:A}=p(11978);const{stringify:g}=p(57797);const{webidl:C}=p(45893);const{Headers:S}=p(60660);function getCookies(i){C.argumentLengthCheck(arguments,1,"getCookies");C.brandCheck(i,S,{strict:false});const u=i.get("cookie");const p={};if(!u){return p}for(const i of u.split(";")){const[u,...A]=i.split("=");p[u.trim()]=A.join("=")}return p}function deleteCookie(i,u,p){C.brandCheck(i,S,{strict:false});const A="deleteCookie";C.argumentLengthCheck(arguments,2,A);u=C.converters.DOMString(u,A,"name");p=C.converters.DeleteCookieAttributes(p);setCookie(i,{name:u,value:"",expires:new Date(0),...p})}function getSetCookies(i){C.argumentLengthCheck(arguments,1,"getSetCookies");C.brandCheck(i,S,{strict:false});const u=i.getSetCookie();if(!u){return[]}return u.map((i=>A(i)))}function setCookie(i,u){C.argumentLengthCheck(arguments,2,"setCookie");C.brandCheck(i,S,{strict:false});u=C.converters.Cookie(u);const p=g(u);if(p){i.append("Set-Cookie",p)}}C.converters.DeleteCookieAttributes=C.dictionaryConverter([{converter:C.nullableConverter(C.converters.DOMString),key:"path",defaultValue:()=>null},{converter:C.nullableConverter(C.converters.DOMString),key:"domain",defaultValue:()=>null}]);C.converters.Cookie=C.dictionaryConverter([{converter:C.converters.DOMString,key:"name"},{converter:C.converters.DOMString,key:"value"},{converter:C.nullableConverter((i=>{if(typeof i==="number"){return C.converters["unsigned long long"](i)}return new Date(i)})),key:"expires",defaultValue:()=>null},{converter:C.nullableConverter(C.converters["long long"]),key:"maxAge",defaultValue:()=>null},{converter:C.nullableConverter(C.converters.DOMString),key:"domain",defaultValue:()=>null},{converter:C.nullableConverter(C.converters.DOMString),key:"path",defaultValue:()=>null},{converter:C.nullableConverter(C.converters.boolean),key:"secure",defaultValue:()=>null},{converter:C.nullableConverter(C.converters.boolean),key:"httpOnly",defaultValue:()=>null},{converter:C.converters.USVString,key:"sameSite",allowedValues:["Strict","Lax","None"]},{converter:C.sequenceConverter(C.converters.DOMString),key:"unparsed",defaultValue:()=>new Array(0)}]);i.exports={getCookies:getCookies,deleteCookie:deleteCookie,getSetCookies:getSetCookies,setCookie:setCookie}},11978:(i,u,p)=>{const{maxNameValuePairSize:A,maxAttributeValueSize:g}=p(71276);const{isCTLExcludingHtab:C}=p(57797);const{collectASequenceOfCodePointsFast:S}=p(51900);const w=p(34589);function parseSetCookie(i){if(C(i)){return null}let u="";let p="";let g="";let w="";if(i.includes(";")){const A={position:0};u=S(";",i,A);p=i.slice(A.position)}else{u=i}if(!u.includes("=")){w=u}else{const i={position:0};g=S("=",u,i);w=u.slice(i.position+1)}g=g.trim();w=w.trim();if(g.length+w.length>A){return null}return{name:g,value:w,...parseUnparsedAttributes(p)}}function parseUnparsedAttributes(i,u={}){if(i.length===0){return u}w(i[0]===";");i=i.slice(1);let p="";if(i.includes(";")){p=S(";",i,{position:0});i=i.slice(p.length)}else{p=i;i=""}let A="";let C="";if(p.includes("=")){const i={position:0};A=S("=",p,i);C=p.slice(i.position+1)}else{A=p}A=A.trim();C=C.trim();if(C.length>g){return parseUnparsedAttributes(i,u)}const B=A.toLowerCase();if(B==="expires"){const i=new Date(C);u.expires=i}else if(B==="max-age"){const p=C.charCodeAt(0);if((p<48||p>57)&&C[0]!=="-"){return parseUnparsedAttributes(i,u)}if(!/^\d+$/.test(C)){return parseUnparsedAttributes(i,u)}const A=Number(C);u.maxAge=A}else if(B==="domain"){let i=C;if(i[0]==="."){i=i.slice(1)}i=i.toLowerCase();u.domain=i}else if(B==="path"){let i="";if(C.length===0||C[0]!=="/"){i="/"}else{i=C}u.path=i}else if(B==="secure"){u.secure=true}else if(B==="httponly"){u.httpOnly=true}else if(B==="samesite"){let i="Default";const p=C.toLowerCase();if(p.includes("none")){i="None"}if(p.includes("strict")){i="Strict"}if(p.includes("lax")){i="Lax"}u.sameSite=i}else{u.unparsed??=[];u.unparsed.push(`${A}=${C}`)}return parseUnparsedAttributes(i,u)}i.exports={parseSetCookie:parseSetCookie,parseUnparsedAttributes:parseUnparsedAttributes}},57797:i=>{function isCTLExcludingHtab(i){for(let u=0;u<i.length;++u){const p=i.charCodeAt(u);if(p>=0&&p<=8||p>=10&&p<=31||p===127){return true}}return false}function validateCookieName(i){for(let u=0;u<i.length;++u){const p=i.charCodeAt(u);if(p<33||p>126||p===34||p===40||p===41||p===60||p===62||p===64||p===44||p===59||p===58||p===92||p===47||p===91||p===93||p===63||p===61||p===123||p===125){throw new Error("Invalid cookie name")}}}function validateCookieValue(i){let u=i.length;let p=0;if(i[0]==='"'){if(u===1||i[u-1]!=='"'){throw new Error("Invalid cookie value")}--u;++p}while(p<u){const u=i.charCodeAt(p++);if(u<33||u>126||u===34||u===44||u===59||u===92){throw new Error("Invalid cookie value")}}}function validateCookiePath(i){for(let u=0;u<i.length;++u){const p=i.charCodeAt(u);if(p<32||p===127||p===59){throw new Error("Invalid cookie path")}}}function validateCookieDomain(i){if(i.startsWith("-")||i.endsWith(".")||i.endsWith("-")){throw new Error("Invalid cookie domain")}}const u=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"];const p=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];const A=Array(61).fill(0).map(((i,u)=>u.toString().padStart(2,"0")));function toIMFDate(i){if(typeof i==="number"){i=new Date(i)}return`${u[i.getUTCDay()]}, ${A[i.getUTCDate()]} ${p[i.getUTCMonth()]} ${i.getUTCFullYear()} ${A[i.getUTCHours()]}:${A[i.getUTCMinutes()]}:${A[i.getUTCSeconds()]} GMT`}function validateCookieMaxAge(i){if(i<0){throw new Error("Invalid cookie max-age")}}function stringify(i){if(i.name.length===0){return null}validateCookieName(i.name);validateCookieValue(i.value);const u=[`${i.name}=${i.value}`];if(i.name.startsWith("__Secure-")){i.secure=true}if(i.name.startsWith("__Host-")){i.secure=true;i.domain=null;i.path="/"}if(i.secure){u.push("Secure")}if(i.httpOnly){u.push("HttpOnly")}if(typeof i.maxAge==="number"){validateCookieMaxAge(i.maxAge);u.push(`Max-Age=${i.maxAge}`)}if(i.domain){validateCookieDomain(i.domain);u.push(`Domain=${i.domain}`)}if(i.path){validateCookiePath(i.path);u.push(`Path=${i.path}`)}if(i.expires&&i.expires.toString()!=="Invalid Date"){u.push(`Expires=${toIMFDate(i.expires)}`)}if(i.sameSite){u.push(`SameSite=${i.sameSite}`)}for(const p of i.unparsed){if(!p.includes("=")){throw new Error("Invalid unparsed")}const[i,...A]=p.split("=");u.push(`${i.trim()}=${A.join("=")}`)}return u.join("; ")}i.exports={isCTLExcludingHtab:isCTLExcludingHtab,validateCookieName:validateCookieName,validateCookiePath:validateCookiePath,validateCookieValue:validateCookieValue,toIMFDate:toIMFDate,stringify:stringify}},24031:(i,u,p)=>{const{Transform:A}=p(57075);const{isASCIINumber:g,isValidLastEventId:C}=p(94811);const S=[239,187,191];const w=10;const B=13;const v=58;const N=32;class EventSourceStream extends A{state=null;checkBOM=true;crlfCheck=false;eventEndCheck=false;buffer=null;pos=0;event={data:undefined,event:undefined,id:undefined,retry:undefined};constructor(i={}){i.readableObjectMode=true;super(i);this.state=i.eventSourceSettings||{};if(i.push){this.push=i.push}}_transform(i,u,p){if(i.length===0){p();return}if(this.buffer){this.buffer=Buffer.concat([this.buffer,i])}else{this.buffer=i}if(this.checkBOM){switch(this.buffer.length){case 1:if(this.buffer[0]===S[0]){p();return}this.checkBOM=false;p();return;case 2:if(this.buffer[0]===S[0]&&this.buffer[1]===S[1]){p();return}this.checkBOM=false;break;case 3:if(this.buffer[0]===S[0]&&this.buffer[1]===S[1]&&this.buffer[2]===S[2]){this.buffer=Buffer.alloc(0);this.checkBOM=false;p();return}this.checkBOM=false;break;default:if(this.buffer[0]===S[0]&&this.buffer[1]===S[1]&&this.buffer[2]===S[2]){this.buffer=this.buffer.subarray(3)}this.checkBOM=false;break}}while(this.pos<this.buffer.length){if(this.eventEndCheck){if(this.crlfCheck){if(this.buffer[this.pos]===w){this.buffer=this.buffer.subarray(this.pos+1);this.pos=0;this.crlfCheck=false;continue}this.crlfCheck=false}if(this.buffer[this.pos]===w||this.buffer[this.pos]===B){if(this.buffer[this.pos]===B){this.crlfCheck=true}this.buffer=this.buffer.subarray(this.pos+1);this.pos=0;if(this.event.data!==undefined||this.event.event||this.event.id||this.event.retry){this.processEvent(this.event)}this.clearEvent();continue}this.eventEndCheck=false;continue}if(this.buffer[this.pos]===w||this.buffer[this.pos]===B){if(this.buffer[this.pos]===B){this.crlfCheck=true}this.parseLine(this.buffer.subarray(0,this.pos),this.event);this.buffer=this.buffer.subarray(this.pos+1);this.pos=0;this.eventEndCheck=true;continue}this.pos++}p()}parseLine(i,u){if(i.length===0){return}const p=i.indexOf(v);if(p===0){return}let A="";let S="";if(p!==-1){A=i.subarray(0,p).toString("utf8");let u=p+1;if(i[u]===N){++u}S=i.subarray(u).toString("utf8")}else{A=i.toString("utf8");S=""}switch(A){case"data":if(u[A]===undefined){u[A]=S}else{u[A]+=`\n${S}`}break;case"retry":if(g(S)){u[A]=S}break;case"id":if(C(S)){u[A]=S}break;case"event":if(S.length>0){u[A]=S}break}}processEvent(i){if(i.retry&&g(i.retry)){this.state.reconnectionTime=parseInt(i.retry,10)}if(i.id&&C(i.id)){this.state.lastEventId=i.id}if(i.data!==undefined){this.push({type:i.event||"message",options:{data:i.data,lastEventId:this.state.lastEventId,origin:this.state.origin}})}}clearEvent(){this.event={data:undefined,event:undefined,id:undefined,retry:undefined}}}i.exports={EventSourceStream:EventSourceStream}},21238:(i,u,p)=>{const{pipeline:A}=p(57075);const{fetching:g}=p(54398);const{makeRequest:C}=p(9967);const{webidl:S}=p(45893);const{EventSourceStream:w}=p(24031);const{parseMIMEType:B}=p(51900);const{createFastMessageEvent:v}=p(15188);const{isNetworkError:N}=p(99051);const{delay:T}=p(94811);const{kEnumerableProperty:Q}=p(3440);const{environmentSettingsObject:x}=p(73168);let _=false;const k=3e3;const D=0;const O=1;const P=2;const L="anonymous";const U="use-credentials";class EventSource extends EventTarget{#a={open:null,error:null,message:null};#J=null;#W=false;#Y=D;#K=null;#Z=null;#A;#k;constructor(i,u={}){super();S.util.markAsUncloneable(this);const p="EventSource constructor";S.argumentLengthCheck(arguments,1,p);if(!_){_=true;process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})}i=S.converters.USVString(i,p,"url");u=S.converters.EventSourceInitDict(u,p,"eventSourceInitDict");this.#A=u.dispatcher;this.#k={lastEventId:"",reconnectionTime:k};const A=x;let g;try{g=new URL(i,A.settingsObject.baseUrl);this.#k.origin=g.origin}catch(i){throw new DOMException(i,"SyntaxError")}this.#J=g.href;let w=L;if(u.withCredentials){w=U;this.#W=true}const B={redirect:"follow",keepalive:true,mode:"cors",credentials:w==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};B.client=x.settingsObject;B.headersList=[["accept",{name:"accept",value:"text/event-stream"}]];B.cache="no-store";B.initiator="other";B.urlList=[new URL(this.#J)];this.#K=C(B);this.#X()}get readyState(){return this.#Y}get url(){return this.#J}get withCredentials(){return this.#W}#X(){if(this.#Y===P)return;this.#Y=D;const i={request:this.#K,dispatcher:this.#A};const processEventSourceEndOfBody=i=>{if(N(i)){this.dispatchEvent(new Event("error"));this.close()}this.#ee()};i.processResponseEndOfBody=processEventSourceEndOfBody;i.processResponse=i=>{if(N(i)){if(i.aborted){this.close();this.dispatchEvent(new Event("error"));return}else{this.#ee();return}}const u=i.headersList.get("content-type",true);const p=u!==null?B(u):"failure";const g=p!=="failure"&&p.essence==="text/event-stream";if(i.status!==200||g===false){this.close();this.dispatchEvent(new Event("error"));return}this.#Y=O;this.dispatchEvent(new Event("open"));this.#k.origin=i.urlList[i.urlList.length-1].origin;const C=new w({eventSourceSettings:this.#k,push:i=>{this.dispatchEvent(v(i.type,i.options))}});A(i.body.stream,C,(i=>{if(i?.aborted===false){this.close();this.dispatchEvent(new Event("error"))}}))};this.#Z=g(i)}async#ee(){if(this.#Y===P)return;this.#Y=D;this.dispatchEvent(new Event("error"));await T(this.#k.reconnectionTime);if(this.#Y!==D)return;if(this.#k.lastEventId.length){this.#K.headersList.set("last-event-id",this.#k.lastEventId,true)}this.#X()}close(){S.brandCheck(this,EventSource);if(this.#Y===P)return;this.#Y=P;this.#Z.abort();this.#K=null}get onopen(){return this.#a.open}set onopen(i){if(this.#a.open){this.removeEventListener("open",this.#a.open)}if(typeof i==="function"){this.#a.open=i;this.addEventListener("open",i)}else{this.#a.open=null}}get onmessage(){return this.#a.message}set onmessage(i){if(this.#a.message){this.removeEventListener("message",this.#a.message)}if(typeof i==="function"){this.#a.message=i;this.addEventListener("message",i)}else{this.#a.message=null}}get onerror(){return this.#a.error}set onerror(i){if(this.#a.error){this.removeEventListener("error",this.#a.error)}if(typeof i==="function"){this.#a.error=i;this.addEventListener("error",i)}else{this.#a.error=null}}}const H={CONNECTING:{__proto__:null,configurable:false,enumerable:true,value:D,writable:false},OPEN:{__proto__:null,configurable:false,enumerable:true,value:O,writable:false},CLOSED:{__proto__:null,configurable:false,enumerable:true,value:P,writable:false}};Object.defineProperties(EventSource,H);Object.defineProperties(EventSource.prototype,H);Object.defineProperties(EventSource.prototype,{close:Q,onerror:Q,onmessage:Q,onopen:Q,readyState:Q,url:Q,withCredentials:Q});S.converters.EventSourceInitDict=S.dictionaryConverter([{key:"withCredentials",converter:S.converters.boolean,defaultValue:()=>false},{key:"dispatcher",converter:S.converters.any}]);i.exports={EventSource:EventSource,defaultReconnectionTime:k}},94811:i=>{function isValidLastEventId(i){return i.indexOf("\0")===-1}function isASCIINumber(i){if(i.length===0)return false;for(let u=0;u<i.length;u++){if(i.charCodeAt(u)<48||i.charCodeAt(u)>57)return false}return true}function delay(i){return new Promise((u=>{setTimeout(u,i).unref()}))}i.exports={isValidLastEventId:isValidLastEventId,isASCIINumber:isASCIINumber,delay:delay}},84492:(i,u,p)=>{const A=p(3440);const{ReadableStreamFrom:g,isBlobLike:C,isReadableStreamLike:S,readableStreamClose:w,createDeferredPromise:B,fullyReadBody:v,extractMimeType:N,utf8DecodeBytes:T}=p(73168);const{FormData:Q}=p(35910);const{kState:x}=p(93627);const{webidl:_}=p(45893);const{Blob:k}=p(4573);const D=p(34589);const{isErrored:O,isDisturbed:P}=p(57075);const{isArrayBuffer:L}=p(73429);const{serializeAMimeType:U}=p(51900);const{multipartFormDataParser:H}=p(50116);let z;try{const i=p(77598);z=u=>i.randomInt(0,u)}catch{z=i=>Math.floor(Math.random(i))}const j=new TextEncoder;function noop(){}const q=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0;let $;if(q){$=new FinalizationRegistry((i=>{const u=i.deref();if(u&&!u.locked&&!P(u)&&!O(u)){u.cancel("Response object has been garbage collected").catch(noop)}}))}function extractBody(i,u=false){let p=null;if(i instanceof ReadableStream){p=i}else if(C(i)){p=i.stream()}else{p=new ReadableStream({async pull(i){const u=typeof v==="string"?j.encode(v):v;if(u.byteLength){i.enqueue(u)}queueMicrotask((()=>w(i)))},start(){},type:"bytes"})}D(S(p));let B=null;let v=null;let N=null;let T=null;if(typeof i==="string"){v=i;T="text/plain;charset=UTF-8"}else if(i instanceof URLSearchParams){v=i.toString();T="application/x-www-form-urlencoded;charset=UTF-8"}else if(L(i)){v=new Uint8Array(i.slice())}else if(ArrayBuffer.isView(i)){v=new Uint8Array(i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength))}else if(A.isFormDataLike(i)){const u=`----formdata-undici-0${`${z(1e11)}`.padStart(11,"0")}`;const p=`--${u}\r\nContent-Disposition: form-data`
|
||
/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */;const escape=i=>i.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const normalizeLinefeeds=i=>i.replace(/\r?\n|\r/g,"\r\n");const A=[];const g=new Uint8Array([13,10]);N=0;let C=false;for(const[u,S]of i){if(typeof S==="string"){const i=j.encode(p+`; name="${escape(normalizeLinefeeds(u))}"`+`\r\n\r\n${normalizeLinefeeds(S)}\r\n`);A.push(i);N+=i.byteLength}else{const i=j.encode(`${p}; name="${escape(normalizeLinefeeds(u))}"`+(S.name?`; filename="${escape(S.name)}"`:"")+"\r\n"+`Content-Type: ${S.type||"application/octet-stream"}\r\n\r\n`);A.push(i,S,g);if(typeof S.size==="number"){N+=i.byteLength+S.size+g.byteLength}else{C=true}}}const S=j.encode(`--${u}--\r\n`);A.push(S);N+=S.byteLength;if(C){N=null}v=i;B=async function*(){for(const i of A){if(i.stream){yield*i.stream()}else{yield i}}};T=`multipart/form-data; boundary=${u}`}else if(C(i)){v=i;N=i.size;if(i.type){T=i.type}}else if(typeof i[Symbol.asyncIterator]==="function"){if(u){throw new TypeError("keepalive")}if(A.isDisturbed(i)||i.locked){throw new TypeError("Response body object should not be disturbed or locked")}p=i instanceof ReadableStream?i:g(i)}if(typeof v==="string"||A.isBuffer(v)){N=Buffer.byteLength(v)}if(B!=null){let u;p=new ReadableStream({async start(){u=B(i)[Symbol.asyncIterator]()},async pull(i){const{value:A,done:g}=await u.next();if(g){queueMicrotask((()=>{i.close();i.byobRequest?.respond(0)}))}else{if(!O(p)){const u=new Uint8Array(A);if(u.byteLength){i.enqueue(u)}}}return i.desiredSize>0},async cancel(i){await u.return()},type:"bytes"})}const Q={stream:p,source:v,length:N};return[Q,T]}function safelyExtractBody(i,u=false){if(i instanceof ReadableStream){D(!A.isDisturbed(i),"The body has already been consumed.");D(!i.locked,"The stream is locked.")}return extractBody(i,u)}function cloneBody(i,u){const[p,A]=u.stream.tee();u.stream=p;return{stream:A,length:u.length,source:u.source}}function throwIfAborted(i){if(i.aborted){throw new DOMException("The operation was aborted.","AbortError")}}function bodyMixinMethods(i){const u={blob(){return consumeBody(this,(i=>{let u=bodyMimeType(this);if(u===null){u=""}else if(u){u=U(u)}return new k([i],{type:u})}),i)},arrayBuffer(){return consumeBody(this,(i=>new Uint8Array(i).buffer),i)},text(){return consumeBody(this,T,i)},json(){return consumeBody(this,parseJSONFromBytes,i)},formData(){return consumeBody(this,(i=>{const u=bodyMimeType(this);if(u!==null){switch(u.essence){case"multipart/form-data":{const p=H(i,u);if(p==="failure"){throw new TypeError("Failed to parse body as FormData.")}const A=new Q;A[x]=p;return A}case"application/x-www-form-urlencoded":{const u=new URLSearchParams(i.toString());const p=new Q;for(const[i,A]of u){p.append(i,A)}return p}}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')}),i)},bytes(){return consumeBody(this,(i=>new Uint8Array(i)),i)}};return u}function mixinBody(i){Object.assign(i.prototype,bodyMixinMethods(i))}async function consumeBody(i,u,p){_.brandCheck(i,p);if(bodyUnusable(i)){throw new TypeError("Body is unusable: Body has already been read")}throwIfAborted(i[x]);const A=B();const errorSteps=i=>A.reject(i);const successSteps=i=>{try{A.resolve(u(i))}catch(i){errorSteps(i)}};if(i[x].body==null){successSteps(Buffer.allocUnsafe(0));return A.promise}await v(i[x].body,successSteps,errorSteps);return A.promise}function bodyUnusable(i){const u=i[x].body;return u!=null&&(u.stream.locked||A.isDisturbed(u.stream))}function parseJSONFromBytes(i){return JSON.parse(T(i))}function bodyMimeType(i){const u=i[x].headersList;const p=N(u);if(p==="failure"){return null}return p}i.exports={extractBody:extractBody,safelyExtractBody:safelyExtractBody,cloneBody:cloneBody,mixinBody:mixinBody,streamRegistry:$,hasFinalizationRegistry:q,bodyUnusable:bodyUnusable}},4495:i=>{const u=["GET","HEAD","POST"];const p=new Set(u);const A=[101,204,205,304];const g=[301,302,303,307,308];const C=new Set(g);const S=["1","7","9","11","13","15","17","19","20","21","22","23","25","37","42","43","53","69","77","79","87","95","101","102","103","104","109","110","111","113","115","117","119","123","135","137","139","143","161","179","389","427","465","512","513","514","515","526","530","531","532","540","548","554","556","563","587","601","636","989","990","993","995","1719","1720","1723","2049","3659","4045","4190","5060","5061","6000","6566","6665","6666","6667","6668","6669","6679","6697","10080"];const w=new Set(S);const B=["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"];const v=new Set(B);const N=["follow","manual","error"];const T=["GET","HEAD","OPTIONS","TRACE"];const Q=new Set(T);const x=["navigate","same-origin","no-cors","cors"];const _=["omit","same-origin","include"];const k=["default","no-store","reload","no-cache","force-cache","only-if-cached"];const D=["content-encoding","content-language","content-location","content-type","content-length"];const O=["half"];const P=["CONNECT","TRACE","TRACK"];const L=new Set(P);const U=["audio","audioworklet","font","image","manifest","paintworklet","script","style","track","video","xslt",""];const H=new Set(U);i.exports={subresource:U,forbiddenMethods:P,requestBodyHeader:D,referrerPolicy:B,requestRedirect:N,requestMode:x,requestCredentials:_,requestCache:k,redirectStatus:g,corsSafeListedMethods:u,nullBodyStatus:A,safeMethods:T,badPorts:S,requestDuplex:O,subresourceSet:H,badPortsSet:w,redirectStatusSet:C,corsSafeListedMethodsSet:p,safeMethodsSet:Q,forbiddenMethodsSet:L,referrerPolicySet:v}},51900:(i,u,p)=>{const A=p(34589);const g=new TextEncoder;const C=/^[!#$%&'*+\-.^_|~A-Za-z0-9]+$/;const S=/[\u000A\u000D\u0009\u0020]/;const w=/[\u0009\u000A\u000C\u000D\u0020]/g;const B=/^[\u0009\u0020-\u007E\u0080-\u00FF]+$/;function dataURLProcessor(i){A(i.protocol==="data:");let u=URLSerializer(i,true);u=u.slice(5);const p={position:0};let g=collectASequenceOfCodePointsFast(",",u,p);const C=g.length;g=removeASCIIWhitespace(g,true,true);if(p.position>=u.length){return"failure"}p.position++;const S=u.slice(C+1);let w=stringPercentDecode(S);if(/;(\u0020){0,}base64$/i.test(g)){const i=isomorphicDecode(w);w=forgivingBase64(i);if(w==="failure"){return"failure"}g=g.slice(0,-6);g=g.replace(/(\u0020)+$/,"");g=g.slice(0,-1)}if(g.startsWith(";")){g="text/plain"+g}let B=parseMIMEType(g);if(B==="failure"){B=parseMIMEType("text/plain;charset=US-ASCII")}return{mimeType:B,body:w}}function URLSerializer(i,u=false){if(!u){return i.href}const p=i.href;const A=i.hash.length;const g=A===0?p:p.substring(0,p.length-A);if(!A&&p.endsWith("#")){return g.slice(0,-1)}return g}function collectASequenceOfCodePoints(i,u,p){let A="";while(p.position<u.length&&i(u[p.position])){A+=u[p.position];p.position++}return A}function collectASequenceOfCodePointsFast(i,u,p){const A=u.indexOf(i,p.position);const g=p.position;if(A===-1){p.position=u.length;return u.slice(g)}p.position=A;return u.slice(g,p.position)}function stringPercentDecode(i){const u=g.encode(i);return percentDecode(u)}function isHexCharByte(i){return i>=48&&i<=57||i>=65&&i<=70||i>=97&&i<=102}function hexByteToNumber(i){return i>=48&&i<=57?i-48:(i&223)-55}function percentDecode(i){const u=i.length;const p=new Uint8Array(u);let A=0;for(let g=0;g<u;++g){const u=i[g];if(u!==37){p[A++]=u}else if(u===37&&!(isHexCharByte(i[g+1])&&isHexCharByte(i[g+2]))){p[A++]=37}else{p[A++]=hexByteToNumber(i[g+1])<<4|hexByteToNumber(i[g+2]);g+=2}}return u===A?p:p.subarray(0,A)}function parseMIMEType(i){i=removeHTTPWhitespace(i,true,true);const u={position:0};const p=collectASequenceOfCodePointsFast("/",i,u);if(p.length===0||!C.test(p)){return"failure"}if(u.position>i.length){return"failure"}u.position++;let A=collectASequenceOfCodePointsFast(";",i,u);A=removeHTTPWhitespace(A,false,true);if(A.length===0||!C.test(A)){return"failure"}const g=p.toLowerCase();const w=A.toLowerCase();const v={type:g,subtype:w,parameters:new Map,essence:`${g}/${w}`};while(u.position<i.length){u.position++;collectASequenceOfCodePoints((i=>S.test(i)),i,u);let p=collectASequenceOfCodePoints((i=>i!==";"&&i!=="="),i,u);p=p.toLowerCase();if(u.position<i.length){if(i[u.position]===";"){continue}u.position++}if(u.position>i.length){break}let A=null;if(i[u.position]==='"'){A=collectAnHTTPQuotedString(i,u,true);collectASequenceOfCodePointsFast(";",i,u)}else{A=collectASequenceOfCodePointsFast(";",i,u);A=removeHTTPWhitespace(A,false,true);if(A.length===0){continue}}if(p.length!==0&&C.test(p)&&(A.length===0||B.test(A))&&!v.parameters.has(p)){v.parameters.set(p,A)}}return v}function forgivingBase64(i){i=i.replace(w,"");let u=i.length;if(u%4===0){if(i.charCodeAt(u-1)===61){--u;if(i.charCodeAt(u-1)===61){--u}}}if(u%4===1){return"failure"}if(/[^+/0-9A-Za-z]/.test(i.length===u?i:i.substring(0,u))){return"failure"}const p=Buffer.from(i,"base64");return new Uint8Array(p.buffer,p.byteOffset,p.byteLength)}function collectAnHTTPQuotedString(i,u,p){const g=u.position;let C="";A(i[u.position]==='"');u.position++;while(true){C+=collectASequenceOfCodePoints((i=>i!=='"'&&i!=="\\"),i,u);if(u.position>=i.length){break}const p=i[u.position];u.position++;if(p==="\\"){if(u.position>=i.length){C+="\\";break}C+=i[u.position];u.position++}else{A(p==='"');break}}if(p){return C}return i.slice(g,u.position)}function serializeAMimeType(i){A(i!=="failure");const{parameters:u,essence:p}=i;let g=p;for(let[i,p]of u.entries()){g+=";";g+=i;g+="=";if(!C.test(p)){p=p.replace(/(\\|")/g,"\\$1");p='"'+p;p+='"'}g+=p}return g}function isHTTPWhiteSpace(i){return i===13||i===10||i===9||i===32}function removeHTTPWhitespace(i,u=true,p=true){return removeChars(i,u,p,isHTTPWhiteSpace)}function isASCIIWhitespace(i){return i===13||i===10||i===9||i===12||i===32}function removeASCIIWhitespace(i,u=true,p=true){return removeChars(i,u,p,isASCIIWhitespace)}function removeChars(i,u,p,A){let g=0;let C=i.length-1;if(u){while(g<i.length&&A(i.charCodeAt(g)))g++}if(p){while(C>0&&A(i.charCodeAt(C)))C--}return g===0&&C===i.length-1?i:i.slice(g,C+1)}function isomorphicDecode(i){const u=i.length;if((2<<15)-1>u){return String.fromCharCode.apply(null,i)}let p="";let A=0;let g=(2<<15)-1;while(A<u){if(A+g>u){g=u-A}p+=String.fromCharCode.apply(null,i.subarray(A,A+=g))}return p}function minimizeSupportedMimeType(i){switch(i.essence){case"application/ecmascript":case"application/javascript":case"application/x-ecmascript":case"application/x-javascript":case"text/ecmascript":case"text/javascript":case"text/javascript1.0":case"text/javascript1.1":case"text/javascript1.2":case"text/javascript1.3":case"text/javascript1.4":case"text/javascript1.5":case"text/jscript":case"text/livescript":case"text/x-ecmascript":case"text/x-javascript":return"text/javascript";case"application/json":case"text/json":return"application/json";case"image/svg+xml":return"image/svg+xml";case"text/xml":case"application/xml":return"application/xml"}if(i.subtype.endsWith("+json")){return"application/json"}if(i.subtype.endsWith("+xml")){return"application/xml"}return""}i.exports={dataURLProcessor:dataURLProcessor,URLSerializer:URLSerializer,collectASequenceOfCodePoints:collectASequenceOfCodePoints,collectASequenceOfCodePointsFast:collectASequenceOfCodePointsFast,stringPercentDecode:stringPercentDecode,parseMIMEType:parseMIMEType,collectAnHTTPQuotedString:collectAnHTTPQuotedString,serializeAMimeType:serializeAMimeType,removeChars:removeChars,removeHTTPWhitespace:removeHTTPWhitespace,minimizeSupportedMimeType:minimizeSupportedMimeType,HTTP_TOKEN_CODEPOINTS:C,isomorphicDecode:isomorphicDecode}},66653:(i,u,p)=>{const{kConnected:A,kSize:g}=p(36443);class CompatWeakRef{constructor(i){this.value=i}deref(){return this.value[A]===0&&this.value[g]===0?undefined:this.value}}class CompatFinalizer{constructor(i){this.finalizer=i}register(i,u){if(i.on){i.on("disconnect",(()=>{if(i[A]===0&&i[g]===0){this.finalizer(u)}}))}}unregister(i){}}i.exports=function(){if(process.env.NODE_V8_COVERAGE&&process.version.startsWith("v18")){process._rawDebug("Using compatibility WeakRef and FinalizationRegistry");return{WeakRef:CompatWeakRef,FinalizationRegistry:CompatFinalizer}}return{WeakRef:WeakRef,FinalizationRegistry:FinalizationRegistry}}},27114:(i,u,p)=>{const{Blob:A,File:g}=p(4573);const{kState:C}=p(93627);const{webidl:S}=p(45893);class FileLike{constructor(i,u,p={}){const A=u;const g=p.type;const S=p.lastModified??Date.now();this[C]={blobLike:i,name:A,type:g,lastModified:S}}stream(...i){S.brandCheck(this,FileLike);return this[C].blobLike.stream(...i)}arrayBuffer(...i){S.brandCheck(this,FileLike);return this[C].blobLike.arrayBuffer(...i)}slice(...i){S.brandCheck(this,FileLike);return this[C].blobLike.slice(...i)}text(...i){S.brandCheck(this,FileLike);return this[C].blobLike.text(...i)}get size(){S.brandCheck(this,FileLike);return this[C].blobLike.size}get type(){S.brandCheck(this,FileLike);return this[C].blobLike.type}get name(){S.brandCheck(this,FileLike);return this[C].name}get lastModified(){S.brandCheck(this,FileLike);return this[C].lastModified}get[Symbol.toStringTag](){return"File"}}S.converters.Blob=S.interfaceConverter(A);function isFileLike(i){return i instanceof g||i&&(typeof i.stream==="function"||typeof i.arrayBuffer==="function")&&i[Symbol.toStringTag]==="File"}i.exports={FileLike:FileLike,isFileLike:isFileLike}},50116:(i,u,p)=>{const{isUSVString:A,bufferToLowerCasedHeaderName:g}=p(3440);const{utf8DecodeBytes:C}=p(73168);const{HTTP_TOKEN_CODEPOINTS:S,isomorphicDecode:w}=p(51900);const{isFileLike:B}=p(27114);const{makeEntry:v}=p(35910);const N=p(34589);const{File:T}=p(4573);const Q=globalThis.File??T;const x=Buffer.from('form-data; name="');const _=Buffer.from("; filename");const k=Buffer.from("--");const D=Buffer.from("--\r\n");function isAsciiString(i){for(let u=0;u<i.length;++u){if((i.charCodeAt(u)&~127)!==0){return false}}return true}function validateBoundary(i){const u=i.length;if(u<27||u>70){return false}for(let p=0;p<u;++p){const u=i.charCodeAt(p);if(!(u>=48&&u<=57||u>=65&&u<=90||u>=97&&u<=122||u===39||u===45||u===95)){return false}}return true}function multipartFormDataParser(i,u){N(u!=="failure"&&u.essence==="multipart/form-data");const p=u.parameters.get("boundary");if(p===undefined){return"failure"}const g=Buffer.from(`--${p}`,"utf8");const S=[];const w={position:0};while(i[w.position]===13&&i[w.position+1]===10){w.position+=2}let T=i.length;while(i[T-1]===10&&i[T-2]===13){T-=2}if(T!==i.length){i=i.subarray(0,T)}while(true){if(i.subarray(w.position,w.position+g.length).equals(g)){w.position+=g.length}else{return"failure"}if(w.position===i.length-2&&bufferStartsWith(i,k,w)||w.position===i.length-4&&bufferStartsWith(i,D,w)){return S}if(i[w.position]!==13||i[w.position+1]!==10){return"failure"}w.position+=2;const u=parseMultipartFormDataHeaders(i,w);if(u==="failure"){return"failure"}let{name:p,filename:T,contentType:x,encoding:_}=u;w.position+=2;let O;{const u=i.indexOf(g.subarray(2),w.position);if(u===-1){return"failure"}O=i.subarray(w.position,u-4);w.position+=O.length;if(_==="base64"){O=Buffer.from(O.toString(),"base64")}}if(i[w.position]!==13||i[w.position+1]!==10){return"failure"}else{w.position+=2}let P;if(T!==null){x??="text/plain";if(!isAsciiString(x)){x=""}P=new Q([O],T,{type:x})}else{P=C(Buffer.from(O))}N(A(p));N(typeof P==="string"&&A(P)||B(P));S.push(v(p,P,T))}}function parseMultipartFormDataHeaders(i,u){let p=null;let A=null;let C=null;let B=null;while(true){if(i[u.position]===13&&i[u.position+1]===10){if(p===null){return"failure"}return{name:p,filename:A,contentType:C,encoding:B}}let v=collectASequenceOfBytes((i=>i!==10&&i!==13&&i!==58),i,u);v=removeChars(v,true,true,(i=>i===9||i===32));if(!S.test(v.toString())){return"failure"}if(i[u.position]!==58){return"failure"}u.position++;collectASequenceOfBytes((i=>i===32||i===9),i,u);switch(g(v)){case"content-disposition":{p=A=null;if(!bufferStartsWith(i,x,u)){return"failure"}u.position+=17;p=parseMultipartFormDataName(i,u);if(p===null){return"failure"}if(bufferStartsWith(i,_,u)){let p=u.position+_.length;if(i[p]===42){u.position+=1;p+=1}if(i[p]!==61||i[p+1]!==34){return"failure"}u.position+=12;A=parseMultipartFormDataName(i,u);if(A===null){return"failure"}}break}case"content-type":{let p=collectASequenceOfBytes((i=>i!==10&&i!==13),i,u);p=removeChars(p,false,true,(i=>i===9||i===32));C=w(p);break}case"content-transfer-encoding":{let p=collectASequenceOfBytes((i=>i!==10&&i!==13),i,u);p=removeChars(p,false,true,(i=>i===9||i===32));B=w(p);break}default:{collectASequenceOfBytes((i=>i!==10&&i!==13),i,u)}}if(i[u.position]!==13&&i[u.position+1]!==10){return"failure"}else{u.position+=2}}}function parseMultipartFormDataName(i,u){N(i[u.position-1]===34);let p=collectASequenceOfBytes((i=>i!==10&&i!==13&&i!==34),i,u);if(i[u.position]!==34){return null}else{u.position++}p=(new TextDecoder).decode(p).replace(/%0A/gi,"\n").replace(/%0D/gi,"\r").replace(/%22/g,'"');return p}function collectASequenceOfBytes(i,u,p){let A=p.position;while(A<u.length&&i(u[A])){++A}return u.subarray(p.position,p.position=A)}function removeChars(i,u,p,A){let g=0;let C=i.length-1;if(u){while(g<i.length&&A(i[g]))g++}if(p){while(C>0&&A(i[C]))C--}return g===0&&C===i.length-1?i:i.subarray(g,C+1)}function bufferStartsWith(i,u,p){if(i.length<u.length){return false}for(let A=0;A<u.length;A++){if(u[A]!==i[p.position+A]){return false}}return true}i.exports={multipartFormDataParser:multipartFormDataParser,validateBoundary:validateBoundary}},35910:(i,u,p)=>{const{isBlobLike:A,iteratorMixin:g}=p(73168);const{kState:C}=p(93627);const{kEnumerableProperty:S}=p(3440);const{FileLike:w,isFileLike:B}=p(27114);const{webidl:v}=p(45893);const{File:N}=p(4573);const T=p(57975);const Q=globalThis.File??N;class FormData{constructor(i){v.util.markAsUncloneable(this);if(i!==undefined){throw v.errors.conversionFailed({prefix:"FormData constructor",argument:"Argument 1",types:["undefined"]})}this[C]=[]}append(i,u,p=undefined){v.brandCheck(this,FormData);const g="FormData.append";v.argumentLengthCheck(arguments,2,g);if(arguments.length===3&&!A(u)){throw new TypeError("Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'")}i=v.converters.USVString(i,g,"name");u=A(u)?v.converters.Blob(u,g,"value",{strict:false}):v.converters.USVString(u,g,"value");p=arguments.length===3?v.converters.USVString(p,g,"filename"):undefined;const S=makeEntry(i,u,p);this[C].push(S)}delete(i){v.brandCheck(this,FormData);const u="FormData.delete";v.argumentLengthCheck(arguments,1,u);i=v.converters.USVString(i,u,"name");this[C]=this[C].filter((u=>u.name!==i))}get(i){v.brandCheck(this,FormData);const u="FormData.get";v.argumentLengthCheck(arguments,1,u);i=v.converters.USVString(i,u,"name");const p=this[C].findIndex((u=>u.name===i));if(p===-1){return null}return this[C][p].value}getAll(i){v.brandCheck(this,FormData);const u="FormData.getAll";v.argumentLengthCheck(arguments,1,u);i=v.converters.USVString(i,u,"name");return this[C].filter((u=>u.name===i)).map((i=>i.value))}has(i){v.brandCheck(this,FormData);const u="FormData.has";v.argumentLengthCheck(arguments,1,u);i=v.converters.USVString(i,u,"name");return this[C].findIndex((u=>u.name===i))!==-1}set(i,u,p=undefined){v.brandCheck(this,FormData);const g="FormData.set";v.argumentLengthCheck(arguments,2,g);if(arguments.length===3&&!A(u)){throw new TypeError("Failed to execute 'set' on 'FormData': parameter 2 is not of type 'Blob'")}i=v.converters.USVString(i,g,"name");u=A(u)?v.converters.Blob(u,g,"name",{strict:false}):v.converters.USVString(u,g,"name");p=arguments.length===3?v.converters.USVString(p,g,"name"):undefined;const S=makeEntry(i,u,p);const w=this[C].findIndex((u=>u.name===i));if(w!==-1){this[C]=[...this[C].slice(0,w),S,...this[C].slice(w+1).filter((u=>u.name!==i))]}else{this[C].push(S)}}[T.inspect.custom](i,u){const p=this[C].reduce(((i,u)=>{if(i[u.name]){if(Array.isArray(i[u.name])){i[u.name].push(u.value)}else{i[u.name]=[i[u.name],u.value]}}else{i[u.name]=u.value}return i}),{__proto__:null});u.depth??=i;u.colors??=true;const A=T.formatWithOptions(u,p);return`FormData ${A.slice(A.indexOf("]")+2)}`}}g("FormData",FormData,C,"name","value");Object.defineProperties(FormData.prototype,{append:S,delete:S,get:S,getAll:S,has:S,set:S,[Symbol.toStringTag]:{value:"FormData",configurable:true}});function makeEntry(i,u,p){if(typeof u==="string"){}else{if(!B(u)){u=u instanceof Blob?new Q([u],"blob",{type:u.type}):new w(u,"blob",{type:u.type})}if(p!==undefined){const i={type:u.type,lastModified:u.lastModified};u=u instanceof N?new Q([u],p,i):new w(u,p,i)}}return{name:i,value:u}}i.exports={FormData:FormData,makeEntry:makeEntry}},51059:i=>{const u=Symbol.for("undici.globalOrigin.1");function getGlobalOrigin(){return globalThis[u]}function setGlobalOrigin(i){if(i===undefined){Object.defineProperty(globalThis,u,{value:undefined,writable:true,enumerable:false,configurable:false});return}const p=new URL(i);if(p.protocol!=="http:"&&p.protocol!=="https:"){throw new TypeError(`Only http & https urls are allowed, received ${p.protocol}`)}Object.defineProperty(globalThis,u,{value:p,writable:true,enumerable:false,configurable:false})}i.exports={getGlobalOrigin:getGlobalOrigin,setGlobalOrigin:setGlobalOrigin}},60660:(i,u,p)=>{const{kConstruct:A}=p(36443);const{kEnumerableProperty:g}=p(3440);const{iteratorMixin:C,isValidHeaderName:S,isValidHeaderValue:w}=p(73168);const{webidl:B}=p(45893);const v=p(34589);const N=p(57975);const T=Symbol("headers map");const Q=Symbol("headers map sorted");function isHTTPWhiteSpaceCharCode(i){return i===10||i===13||i===9||i===32}function headerValueNormalize(i){let u=0;let p=i.length;while(p>u&&isHTTPWhiteSpaceCharCode(i.charCodeAt(p-1)))--p;while(p>u&&isHTTPWhiteSpaceCharCode(i.charCodeAt(u)))++u;return u===0&&p===i.length?i:i.substring(u,p)}function fill(i,u){if(Array.isArray(u)){for(let p=0;p<u.length;++p){const A=u[p];if(A.length!==2){throw B.errors.exception({header:"Headers constructor",message:`expected name/value pair to be length 2, found ${A.length}.`})}appendHeader(i,A[0],A[1])}}else if(typeof u==="object"&&u!==null){const p=Object.keys(u);for(let A=0;A<p.length;++A){appendHeader(i,p[A],u[p[A]])}}else{throw B.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence<sequence<ByteString>>","record<ByteString, ByteString>"]})}}function appendHeader(i,u,p){p=headerValueNormalize(p);if(!S(u)){throw B.errors.invalidArgument({prefix:"Headers.append",value:u,type:"header name"})}else if(!w(p)){throw B.errors.invalidArgument({prefix:"Headers.append",value:p,type:"header value"})}if(x(i)==="immutable"){throw new TypeError("immutable")}return k(i).append(u,p,false)}function compareHeaderName(i,u){return i[0]<u[0]?-1:1}class HeadersList{cookies=null;constructor(i){if(i instanceof HeadersList){this[T]=new Map(i[T]);this[Q]=i[Q];this.cookies=i.cookies===null?null:[...i.cookies]}else{this[T]=new Map(i);this[Q]=null}}contains(i,u){return this[T].has(u?i:i.toLowerCase())}clear(){this[T].clear();this[Q]=null;this.cookies=null}append(i,u,p){this[Q]=null;const A=p?i:i.toLowerCase();const g=this[T].get(A);if(g){const i=A==="cookie"?"; ":", ";this[T].set(A,{name:g.name,value:`${g.value}${i}${u}`})}else{this[T].set(A,{name:i,value:u})}if(A==="set-cookie"){(this.cookies??=[]).push(u)}}set(i,u,p){this[Q]=null;const A=p?i:i.toLowerCase();if(A==="set-cookie"){this.cookies=[u]}this[T].set(A,{name:i,value:u})}delete(i,u){this[Q]=null;if(!u)i=i.toLowerCase();if(i==="set-cookie"){this.cookies=null}this[T].delete(i)}get(i,u){return this[T].get(u?i:i.toLowerCase())?.value??null}*[Symbol.iterator](){for(const{0:i,1:{value:u}}of this[T]){yield[i,u]}}get entries(){const i={};if(this[T].size!==0){for(const{name:u,value:p}of this[T].values()){i[u]=p}}return i}rawValues(){return this[T].values()}get entriesList(){const i=[];if(this[T].size!==0){for(const{0:u,1:{name:p,value:A}}of this[T]){if(u==="set-cookie"){for(const u of this.cookies){i.push([p,u])}}else{i.push([p,A])}}}return i}toSortedArray(){const i=this[T].size;const u=new Array(i);if(i<=32){if(i===0){return u}const p=this[T][Symbol.iterator]();const A=p.next().value;u[0]=[A[0],A[1].value];v(A[1].value!==null);for(let A=1,g=0,C=0,S=0,w=0,B,N;A<i;++A){N=p.next().value;B=u[A]=[N[0],N[1].value];v(B[1]!==null);S=0;C=A;while(S<C){w=S+(C-S>>1);if(u[w][0]<=B[0]){S=w+1}else{C=w}}if(A!==w){g=A;while(g>S){u[g]=u[--g]}u[S]=B}}if(!p.next().done){throw new TypeError("Unreachable")}return u}else{let i=0;for(const{0:p,1:{value:A}}of this[T]){u[i++]=[p,A];v(A!==null)}return u.sort(compareHeaderName)}}}class Headers{#te;#re;constructor(i=undefined){B.util.markAsUncloneable(this);if(i===A){return}this.#re=new HeadersList;this.#te="none";if(i!==undefined){i=B.converters.HeadersInit(i,"Headers contructor","init");fill(this,i)}}append(i,u){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,2,"Headers.append");const p="Headers.append";i=B.converters.ByteString(i,p,"name");u=B.converters.ByteString(u,p,"value");return appendHeader(this,i,u)}delete(i){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,1,"Headers.delete");const u="Headers.delete";i=B.converters.ByteString(i,u,"name");if(!S(i)){throw B.errors.invalidArgument({prefix:"Headers.delete",value:i,type:"header name"})}if(this.#te==="immutable"){throw new TypeError("immutable")}if(!this.#re.contains(i,false)){return}this.#re.delete(i,false)}get(i){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,1,"Headers.get");const u="Headers.get";i=B.converters.ByteString(i,u,"name");if(!S(i)){throw B.errors.invalidArgument({prefix:u,value:i,type:"header name"})}return this.#re.get(i,false)}has(i){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,1,"Headers.has");const u="Headers.has";i=B.converters.ByteString(i,u,"name");if(!S(i)){throw B.errors.invalidArgument({prefix:u,value:i,type:"header name"})}return this.#re.contains(i,false)}set(i,u){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,2,"Headers.set");const p="Headers.set";i=B.converters.ByteString(i,p,"name");u=B.converters.ByteString(u,p,"value");u=headerValueNormalize(u);if(!S(i)){throw B.errors.invalidArgument({prefix:p,value:i,type:"header name"})}else if(!w(u)){throw B.errors.invalidArgument({prefix:p,value:u,type:"header value"})}if(this.#te==="immutable"){throw new TypeError("immutable")}this.#re.set(i,u,false)}getSetCookie(){B.brandCheck(this,Headers);const i=this.#re.cookies;if(i){return[...i]}return[]}get[Q](){if(this.#re[Q]){return this.#re[Q]}const i=[];const u=this.#re.toSortedArray();const p=this.#re.cookies;if(p===null||p.length===1){return this.#re[Q]=u}for(let A=0;A<u.length;++A){const{0:g,1:C}=u[A];if(g==="set-cookie"){for(let u=0;u<p.length;++u){i.push([g,p[u]])}}else{i.push([g,C])}}return this.#re[Q]=i}[N.inspect.custom](i,u){u.depth??=i;return`Headers ${N.formatWithOptions(u,this.#re.entries)}`}static getHeadersGuard(i){return i.#te}static setHeadersGuard(i,u){i.#te=u}static getHeadersList(i){return i.#re}static setHeadersList(i,u){i.#re=u}}const{getHeadersGuard:x,setHeadersGuard:_,getHeadersList:k,setHeadersList:D}=Headers;Reflect.deleteProperty(Headers,"getHeadersGuard");Reflect.deleteProperty(Headers,"setHeadersGuard");Reflect.deleteProperty(Headers,"getHeadersList");Reflect.deleteProperty(Headers,"setHeadersList");C("Headers",Headers,Q,0,1);Object.defineProperties(Headers.prototype,{append:g,delete:g,get:g,has:g,set:g,getSetCookie:g,[Symbol.toStringTag]:{value:"Headers",configurable:true},[N.inspect.custom]:{enumerable:false}});B.converters.HeadersInit=function(i,u,p){if(B.util.Type(i)==="Object"){const A=Reflect.get(i,Symbol.iterator);if(!N.types.isProxy(i)&&A===Headers.prototype.entries){try{return k(i).entriesList}catch{}}if(typeof A==="function"){return B.converters["sequence<sequence<ByteString>>"](i,u,p,A.bind(i))}return B.converters["record<ByteString, ByteString>"](i,u,p)}throw B.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence<sequence<ByteString>>","record<ByteString, ByteString>"]})};i.exports={fill:fill,compareHeaderName:compareHeaderName,Headers:Headers,HeadersList:HeadersList,getHeadersGuard:x,setHeadersGuard:_,setHeadersList:D,getHeadersList:k}},54398:(i,u,p)=>{const{makeNetworkError:A,makeAppropriateNetworkError:g,filterResponse:C,makeResponse:S,fromInnerResponse:w}=p(99051);const{HeadersList:B}=p(60660);const{Request:v,cloneRequest:N}=p(9967);const T=p(38522);const{bytesMatch:Q,makePolicyContainer:x,clonePolicyContainer:_,requestBadPort:k,TAOCheck:D,appendRequestOriginHeader:O,responseLocationURL:P,requestCurrentURL:L,setRequestReferrerPolicyOnRedirect:U,tryUpgradeRequestToAPotentiallyTrustworthyURL:H,createOpaqueTimingInfo:z,appendFetchMetadata:j,corsCheck:q,crossOriginResourcePolicyCheck:$,determineRequestsReferrer:J,coarsenedSharedCurrentTime:W,createDeferredPromise:Y,isBlobLike:K,sameOrigin:Z,isCancelled:X,isAborted:ee,isErrorLike:te,fullyReadBody:re,readableStreamClose:se,isomorphicEncode:ne,urlIsLocal:ie,urlIsHttpHttpsScheme:oe,urlHasHttpsScheme:ae,clampAndCoarsenConnectionTimingInfo:le,simpleRangeHeaderValue:ue,buildContentRange:de,createInflate:he,extractMimeType:pe}=p(73168);const{kState:Ae,kDispatcher:fe}=p(93627);const ge=p(34589);const{safelyExtractBody:me,extractBody:ye}=p(84492);const{redirectStatusSet:Ee,nullBodyStatus:Ce,safeMethodsSet:be,requestBodyHeader:Se,subresourceSet:we}=p(4495);const ve=p(78474);const{Readable:Re,pipeline:Ne,finished:Qe}=p(57075);const{addAbortListener:xe,isErrored:_e,isReadable:ke,bufferToLowerCasedHeaderName:De}=p(3440);const{dataURLProcessor:Oe,serializeAMimeType:Pe,minimizeSupportedMimeType:Me}=p(51900);const{getGlobalDispatcher:Fe}=p(32581);const{webidl:Ue}=p(45893);const{STATUS_CODES:He}=p(37067);const Ge=["GET","HEAD"];const ze=typeof __UNDICI_IS_NODE__!=="undefined"||typeof esbuildDetection!=="undefined"?"node":"undici";let je;class Fetch extends ve{constructor(i){super();this.dispatcher=i;this.connection=null;this.dump=false;this.state="ongoing"}terminate(i){if(this.state!=="ongoing"){return}this.state="terminated";this.connection?.destroy(i);this.emit("terminated",i)}abort(i){if(this.state!=="ongoing"){return}this.state="aborted";if(!i){i=new DOMException("The operation was aborted.","AbortError")}this.serializedAbortReason=i;this.connection?.destroy(i);this.emit("terminated",i)}}function handleFetchDone(i){finalizeAndReportTiming(i,"fetch")}function fetch(i,u=undefined){Ue.argumentLengthCheck(arguments,1,"globalThis.fetch");let p=Y();let A;try{A=new v(i,u)}catch(i){p.reject(i);return p.promise}const g=A[Ae];if(A.signal.aborted){abortFetch(p,g,null,A.signal.reason);return p.promise}const C=g.client.globalObject;if(C?.constructor?.name==="ServiceWorkerGlobalScope"){g.serviceWorkers="none"}let S=null;let B=false;let N=null;xe(A.signal,(()=>{B=true;ge(N!=null);N.abort(A.signal.reason);const i=S?.deref();abortFetch(p,g,i,A.signal.reason)}));const processResponse=i=>{if(B){return}if(i.aborted){abortFetch(p,g,S,N.serializedAbortReason);return}if(i.type==="error"){p.reject(new TypeError("fetch failed",{cause:i.error}));return}S=new WeakRef(w(i,"immutable"));p.resolve(S.deref());p=null};N=fetching({request:g,processResponseEndOfBody:handleFetchDone,processResponse:processResponse,dispatcher:A[fe]});return p.promise}function finalizeAndReportTiming(i,u="other"){if(i.type==="error"&&i.aborted){return}if(!i.urlList?.length){return}const p=i.urlList[0];let A=i.timingInfo;let g=i.cacheState;if(!oe(p)){return}if(A===null){return}if(!i.timingAllowPassed){A=z({startTime:A.startTime});g=""}A.endTime=W();i.timingInfo=A;qe(A,p.href,u,globalThis,g)}const qe=performance.markResourceTiming;function abortFetch(i,u,p,A){if(i){i.reject(A)}if(u.body!=null&&ke(u.body?.stream)){u.body.stream.cancel(A).catch((i=>{if(i.code==="ERR_INVALID_STATE"){return}throw i}))}if(p==null){return}const g=p[Ae];if(g.body!=null&&ke(g.body?.stream)){g.body.stream.cancel(A).catch((i=>{if(i.code==="ERR_INVALID_STATE"){return}throw i}))}}function fetching({request:i,processRequestBodyChunkLength:u,processRequestEndOfBody:p,processResponse:A,processResponseEndOfBody:g,processResponseConsumeBody:C,useParallelQueue:S=false,dispatcher:w=Fe()}){ge(w);let B=null;let v=false;if(i.client!=null){B=i.client.globalObject;v=i.client.crossOriginIsolatedCapability}const N=W(v);const T=z({startTime:N});const Q={controller:new Fetch(w),request:i,timingInfo:T,processRequestBodyChunkLength:u,processRequestEndOfBody:p,processResponse:A,processResponseConsumeBody:C,processResponseEndOfBody:g,taskDestination:B,crossOriginIsolatedCapability:v};ge(!i.body||i.body.stream);if(i.window==="client"){i.window=i.client?.globalObject?.constructor?.name==="Window"?i.client:"no-window"}if(i.origin==="client"){i.origin=i.client.origin}if(i.policyContainer==="client"){if(i.client!=null){i.policyContainer=_(i.client.policyContainer)}else{i.policyContainer=x()}}if(!i.headersList.contains("accept",true)){const u="*/*";i.headersList.append("accept",u,true)}if(!i.headersList.contains("accept-language",true)){i.headersList.append("accept-language","*",true)}if(i.priority===null){}if(we.has(i.destination)){}mainFetch(Q).catch((i=>{Q.controller.terminate(i)}));return Q.controller}async function mainFetch(i,u=false){const p=i.request;let g=null;if(p.localURLsOnly&&!ie(L(p))){g=A("local URLs only")}H(p);if(k(p)==="blocked"){g=A("bad port")}if(p.referrerPolicy===""){p.referrerPolicy=p.policyContainer.referrerPolicy}if(p.referrer!=="no-referrer"){p.referrer=J(p)}if(g===null){g=await(async()=>{const u=L(p);if(Z(u,p.url)&&p.responseTainting==="basic"||u.protocol==="data:"||(p.mode==="navigate"||p.mode==="websocket")){p.responseTainting="basic";return await schemeFetch(i)}if(p.mode==="same-origin"){return A('request mode cannot be "same-origin"')}if(p.mode==="no-cors"){if(p.redirect!=="follow"){return A('redirect mode cannot be "follow" for "no-cors" request')}p.responseTainting="opaque";return await schemeFetch(i)}if(!oe(L(p))){return A("URL scheme must be a HTTP(S) scheme")}p.responseTainting="cors";return await httpFetch(i)})()}if(u){return g}if(g.status!==0&&!g.internalResponse){if(p.responseTainting==="cors"){}if(p.responseTainting==="basic"){g=C(g,"basic")}else if(p.responseTainting==="cors"){g=C(g,"cors")}else if(p.responseTainting==="opaque"){g=C(g,"opaque")}else{ge(false)}}let S=g.status===0?g:g.internalResponse;if(S.urlList.length===0){S.urlList.push(...p.urlList)}if(!p.timingAllowFailed){g.timingAllowPassed=true}if(g.type==="opaque"&&S.status===206&&S.rangeRequested&&!p.headers.contains("range",true)){g=S=A()}if(g.status!==0&&(p.method==="HEAD"||p.method==="CONNECT"||Ce.includes(S.status))){S.body=null;i.controller.dump=true}if(p.integrity){const processBodyError=u=>fetchFinale(i,A(u));if(p.responseTainting==="opaque"||g.body==null){processBodyError(g.error);return}const processBody=u=>{if(!Q(u,p.integrity)){processBodyError("integrity mismatch");return}g.body=me(u)[0];fetchFinale(i,g)};await re(g.body,processBody,processBodyError)}else{fetchFinale(i,g)}}function schemeFetch(i){if(X(i)&&i.request.redirectCount===0){return Promise.resolve(g(i))}const{request:u}=i;const{protocol:C}=L(u);switch(C){case"about:":{return Promise.resolve(A("about scheme is not supported"))}case"blob:":{if(!je){je=p(4573).resolveObjectURL}const i=L(u);if(i.search.length!==0){return Promise.resolve(A("NetworkError when attempting to fetch resource."))}const g=je(i.toString());if(u.method!=="GET"||!K(g)){return Promise.resolve(A("invalid method"))}const C=S();const w=g.size;const B=ne(`${w}`);const v=g.type;if(!u.headersList.contains("range",true)){const i=ye(g);C.statusText="OK";C.body=i[0];C.headersList.set("content-length",B,true);C.headersList.set("content-type",v,true)}else{C.rangeRequested=true;const i=u.headersList.get("range",true);const p=ue(i,true);if(p==="failure"){return Promise.resolve(A("failed to fetch the data URL"))}let{rangeStartValue:S,rangeEndValue:B}=p;if(S===null){S=w-B;B=S+B-1}else{if(S>=w){return Promise.resolve(A("Range start is greater than the blob's size."))}if(B===null||B>=w){B=w-1}}const N=g.slice(S,B,v);const T=ye(N);C.body=T[0];const Q=ne(`${N.size}`);const x=de(S,B,w);C.status=206;C.statusText="Partial Content";C.headersList.set("content-length",Q,true);C.headersList.set("content-type",v,true);C.headersList.set("content-range",x,true)}return Promise.resolve(C)}case"data:":{const i=L(u);const p=Oe(i);if(p==="failure"){return Promise.resolve(A("failed to fetch the data URL"))}const g=Pe(p.mimeType);return Promise.resolve(S({statusText:"OK",headersList:[["content-type",{name:"Content-Type",value:g}]],body:me(p.body)[0]}))}case"file:":{return Promise.resolve(A("not implemented... yet..."))}case"http:":case"https:":{return httpFetch(i).catch((i=>A(i)))}default:{return Promise.resolve(A("unknown scheme"))}}}function finalizeResponse(i,u){i.request.done=true;if(i.processResponseDone!=null){queueMicrotask((()=>i.processResponseDone(u)))}}function fetchFinale(i,u){let p=i.timingInfo;const processResponseEndOfBody=()=>{const A=Date.now();if(i.request.destination==="document"){i.controller.fullTimingInfo=p}i.controller.reportTimingSteps=()=>{if(i.request.url.protocol!=="https:"){return}p.endTime=A;let g=u.cacheState;const C=u.bodyInfo;if(!u.timingAllowPassed){p=z(p);g=""}let S=0;if(i.request.mode!=="navigator"||!u.hasCrossOriginRedirects){S=u.status;const i=pe(u.headersList);if(i!=="failure"){C.contentType=Me(i)}}if(i.request.initiatorType!=null){qe(p,i.request.url.href,i.request.initiatorType,globalThis,g,C,S)}};const processResponseEndOfBodyTask=()=>{i.request.done=true;if(i.processResponseEndOfBody!=null){queueMicrotask((()=>i.processResponseEndOfBody(u)))}if(i.request.initiatorType!=null){i.controller.reportTimingSteps()}};queueMicrotask((()=>processResponseEndOfBodyTask()))};if(i.processResponse!=null){queueMicrotask((()=>{i.processResponse(u);i.processResponse=null}))}const A=u.type==="error"?u:u.internalResponse??u;if(A.body==null){processResponseEndOfBody()}else{Qe(A.body.stream,(()=>{processResponseEndOfBody()}))}}async function httpFetch(i){const u=i.request;let p=null;let g=null;const C=i.timingInfo;if(u.serviceWorkers==="all"){}if(p===null){if(u.redirect==="follow"){u.serviceWorkers="none"}g=p=await httpNetworkOrCacheFetch(i);if(u.responseTainting==="cors"&&q(u,p)==="failure"){return A("cors failure")}if(D(u,p)==="failure"){u.timingAllowFailed=true}}if((u.responseTainting==="opaque"||p.type==="opaque")&&$(u.origin,u.client,u.destination,g)==="blocked"){return A("blocked")}if(Ee.has(g.status)){if(u.redirect!=="manual"){i.controller.connection.destroy(undefined,false)}if(u.redirect==="error"){p=A("unexpected redirect")}else if(u.redirect==="manual"){p=g}else if(u.redirect==="follow"){p=await httpRedirectFetch(i,p)}else{ge(false)}}p.timingInfo=C;return p}function httpRedirectFetch(i,u){const p=i.request;const g=u.internalResponse?u.internalResponse:u;let C;try{C=P(g,L(p).hash);if(C==null){return u}}catch(i){return Promise.resolve(A(i))}if(!oe(C)){return Promise.resolve(A("URL scheme must be a HTTP(S) scheme"))}if(p.redirectCount===20){return Promise.resolve(A("redirect count exceeded"))}p.redirectCount+=1;if(p.mode==="cors"&&(C.username||C.password)&&!Z(p,C)){return Promise.resolve(A('cross origin not allowed for request mode "cors"'))}if(p.responseTainting==="cors"&&(C.username||C.password)){return Promise.resolve(A('URL cannot contain credentials for request mode "cors"'))}if(g.status!==303&&p.body!=null&&p.body.source==null){return Promise.resolve(A())}if([301,302].includes(g.status)&&p.method==="POST"||g.status===303&&!Ge.includes(p.method)){p.method="GET";p.body=null;for(const i of Se){p.headersList.delete(i)}}if(!Z(L(p),C)){p.headersList.delete("authorization",true);p.headersList.delete("proxy-authorization",true);p.headersList.delete("cookie",true);p.headersList.delete("host",true)}if(p.body!=null){ge(p.body.source!=null);p.body=me(p.body.source)[0]}const S=i.timingInfo;S.redirectEndTime=S.postRedirectStartTime=W(i.crossOriginIsolatedCapability);if(S.redirectStartTime===0){S.redirectStartTime=S.startTime}p.urlList.push(C);U(p,g);return mainFetch(i,true)}async function httpNetworkOrCacheFetch(i,u=false,p=false){const C=i.request;let S=null;let w=null;let B=null;const v=null;const T=false;if(C.window==="no-window"&&C.redirect==="error"){S=i;w=C}else{w=N(C);S={...i};S.request=w}const Q=C.credentials==="include"||C.credentials==="same-origin"&&C.responseTainting==="basic";const x=w.body?w.body.length:null;let _=null;if(w.body==null&&["POST","PUT"].includes(w.method)){_="0"}if(x!=null){_=ne(`${x}`)}if(_!=null){w.headersList.append("content-length",_,true)}if(x!=null&&w.keepalive){}if(w.referrer instanceof URL){w.headersList.append("referer",ne(w.referrer.href),true)}O(w);j(w);if(!w.headersList.contains("user-agent",true)){w.headersList.append("user-agent",ze)}if(w.cache==="default"&&(w.headersList.contains("if-modified-since",true)||w.headersList.contains("if-none-match",true)||w.headersList.contains("if-unmodified-since",true)||w.headersList.contains("if-match",true)||w.headersList.contains("if-range",true))){w.cache="no-store"}if(w.cache==="no-cache"&&!w.preventNoCacheCacheControlHeaderModification&&!w.headersList.contains("cache-control",true)){w.headersList.append("cache-control","max-age=0",true)}if(w.cache==="no-store"||w.cache==="reload"){if(!w.headersList.contains("pragma",true)){w.headersList.append("pragma","no-cache",true)}if(!w.headersList.contains("cache-control",true)){w.headersList.append("cache-control","no-cache",true)}}if(w.headersList.contains("range",true)){w.headersList.append("accept-encoding","identity",true)}if(!w.headersList.contains("accept-encoding",true)){if(ae(L(w))){w.headersList.append("accept-encoding","br, gzip, deflate",true)}else{w.headersList.append("accept-encoding","gzip, deflate",true)}}w.headersList.delete("host",true);if(Q){}if(v==null){w.cache="no-store"}if(w.cache!=="no-store"&&w.cache!=="reload"){}if(B==null){if(w.cache==="only-if-cached"){return A("only if cached")}const i=await httpNetworkFetch(S,Q,p);if(!be.has(w.method)&&i.status>=200&&i.status<=399){}if(T&&i.status===304){}if(B==null){B=i}}B.urlList=[...w.urlList];if(w.headersList.contains("range",true)){B.rangeRequested=true}B.requestIncludesCredentials=Q;if(B.status===407){if(C.window==="no-window"){return A()}if(X(i)){return g(i)}return A("proxy authentication required")}if(B.status===421&&!p&&(C.body==null||C.body.source!=null)){if(X(i)){return g(i)}i.controller.connection.destroy();B=await httpNetworkOrCacheFetch(i,u,true)}if(u){}return B}async function httpNetworkFetch(i,u=false,p=false){ge(!i.controller.connection||i.controller.connection.destroyed);i.controller.connection={abort:null,destroyed:false,destroy(i,u=true){if(!this.destroyed){this.destroyed=true;if(u){this.abort?.(i??new DOMException("The operation was aborted.","AbortError"))}}}};const C=i.request;let w=null;const v=i.timingInfo;const N=null;if(N==null){C.cache="no-store"}const Q=p?"yes":"no";if(C.mode==="websocket"){}else{}let x=null;if(C.body==null&&i.processRequestEndOfBody){queueMicrotask((()=>i.processRequestEndOfBody()))}else if(C.body!=null){const processBodyChunk=async function*(u){if(X(i)){return}yield u;i.processRequestBodyChunkLength?.(u.byteLength)};const processEndOfBody=()=>{if(X(i)){return}if(i.processRequestEndOfBody){i.processRequestEndOfBody()}};const processBodyError=u=>{if(X(i)){return}if(u.name==="AbortError"){i.controller.abort()}else{i.controller.terminate(u)}};x=async function*(){try{for await(const i of C.body.stream){yield*processBodyChunk(i)}processEndOfBody()}catch(i){processBodyError(i)}}()}try{const{body:u,status:p,statusText:A,headersList:g,socket:C}=await dispatch({body:x});if(C){w=S({status:p,statusText:A,headersList:g,socket:C})}else{const C=u[Symbol.asyncIterator]();i.controller.next=()=>C.next();w=S({status:p,statusText:A,headersList:g})}}catch(u){if(u.name==="AbortError"){i.controller.connection.destroy();return g(i,u)}return A(u)}const pullAlgorithm=async()=>{await i.controller.resume()};const cancelAlgorithm=u=>{if(!X(i)){i.controller.abort(u)}};const _=new ReadableStream({async start(u){i.controller.controller=u},async pull(i){await pullAlgorithm(i)},async cancel(i){await cancelAlgorithm(i)},type:"bytes"});w.body={stream:_,source:null,length:null};i.controller.onAborted=onAborted;i.controller.on("terminated",onAborted);i.controller.resume=async()=>{while(true){let u;let p;try{const{done:p,value:A}=await i.controller.next();if(ee(i)){break}u=p?undefined:A}catch(A){if(i.controller.ended&&!v.encodedBodySize){u=undefined}else{u=A;p=true}}if(u===undefined){se(i.controller.controller);finalizeResponse(i,w);return}v.decodedBodySize+=u?.byteLength??0;if(p){i.controller.terminate(u);return}const A=new Uint8Array(u);if(A.byteLength){i.controller.controller.enqueue(A)}if(_e(_)){i.controller.terminate();return}if(i.controller.controller.desiredSize<=0){return}}};function onAborted(u){if(ee(i)){w.aborted=true;if(ke(_)){i.controller.controller.error(i.controller.serializedAbortReason)}}else{if(ke(_)){i.controller.controller.error(new TypeError("terminated",{cause:te(u)?u:undefined}))}}i.controller.connection.destroy()}return w;function dispatch({body:u}){const p=L(C);const A=i.controller.dispatcher;return new Promise(((g,S)=>A.dispatch({path:p.pathname+p.search,origin:p.origin,method:C.method,body:A.isMockActive?C.body&&(C.body.source||C.body.stream):u,headers:C.headersList.entries,maxRedirections:0,upgrade:C.mode==="websocket"?"websocket":undefined},{body:null,abort:null,onConnect(u){const{connection:p}=i.controller;v.finalConnectionTimingInfo=le(undefined,v.postRedirectStartTime,i.crossOriginIsolatedCapability);if(p.destroyed){u(new DOMException("The operation was aborted.","AbortError"))}else{i.controller.on("terminated",u);this.abort=p.abort=u}v.finalNetworkRequestStartTime=W(i.crossOriginIsolatedCapability)},onResponseStarted(){v.finalNetworkResponseStartTime=W(i.crossOriginIsolatedCapability)},onHeaders(i,u,p,A){if(i<200){return}let w="";const v=new B;for(let i=0;i<u.length;i+=2){v.append(De(u[i]),u[i+1].toString("latin1"),true)}w=v.get("location",true);this.body=new Re({read:p});const N=[];const Q=w&&C.redirect==="follow"&&Ee.has(i);if(C.method!=="HEAD"&&C.method!=="CONNECT"&&!Ce.includes(i)&&!Q){const i=v.get("content-encoding",true);const u=i?i.toLowerCase().split(","):[];const p=5;if(u.length>p){S(new Error(`too many content-encodings in response: ${u.length}, maximum allowed is ${p}`));return true}for(let i=u.length-1;i>=0;--i){const p=u[i].trim();if(p==="x-gzip"||p==="gzip"){N.push(T.createGunzip({flush:T.constants.Z_SYNC_FLUSH,finishFlush:T.constants.Z_SYNC_FLUSH}))}else if(p==="deflate"){N.push(he({flush:T.constants.Z_SYNC_FLUSH,finishFlush:T.constants.Z_SYNC_FLUSH}))}else if(p==="br"){N.push(T.createBrotliDecompress({flush:T.constants.BROTLI_OPERATION_FLUSH,finishFlush:T.constants.BROTLI_OPERATION_FLUSH}))}else{N.length=0;break}}}const x=this.onError.bind(this);g({status:i,statusText:A,headersList:v,body:N.length?Ne(this.body,...N,(i=>{if(i){this.onError(i)}})).on("error",x):this.body.on("error",x)});return true},onData(u){if(i.controller.dump){return}const p=u;v.encodedBodySize+=p.byteLength;return this.body.push(p)},onComplete(){if(this.abort){i.controller.off("terminated",this.abort)}if(i.controller.onAborted){i.controller.off("terminated",i.controller.onAborted)}i.controller.ended=true;this.body.push(null)},onError(u){if(this.abort){i.controller.off("terminated",this.abort)}this.body?.destroy(u);i.controller.terminate(u);S(u)},onUpgrade(i,u,p){if(i!==101){return}const A=new B;for(let i=0;i<u.length;i+=2){A.append(De(u[i]),u[i+1].toString("latin1"),true)}g({status:i,statusText:He[i],headersList:A,socket:p});return true}})))}}i.exports={fetch:fetch,Fetch:Fetch,fetching:fetching,finalizeAndReportTiming:finalizeAndReportTiming}},9967:(i,u,p)=>{const{extractBody:A,mixinBody:g,cloneBody:C,bodyUnusable:S}=p(84492);const{Headers:w,fill:B,HeadersList:v,setHeadersGuard:N,getHeadersGuard:T,setHeadersList:Q,getHeadersList:x}=p(60660);const{FinalizationRegistry:_}=p(66653)();const k=p(3440);const D=p(57975);const{isValidHTTPToken:O,sameOrigin:P,environmentSettingsObject:L}=p(73168);const{forbiddenMethodsSet:U,corsSafeListedMethodsSet:H,referrerPolicy:z,requestRedirect:j,requestMode:q,requestCredentials:$,requestCache:J,requestDuplex:W}=p(4495);const{kEnumerableProperty:Y,normalizedMethodRecordsBase:K,normalizedMethodRecords:Z}=k;const{kHeaders:X,kSignal:ee,kState:te,kDispatcher:re}=p(93627);const{webidl:se}=p(45893);const{URLSerializer:ne}=p(51900);const{kConstruct:ie}=p(36443);const oe=p(34589);const{getMaxListeners:ae,setMaxListeners:le,getEventListeners:ue,defaultMaxListeners:de}=p(78474);const he=Symbol("abortController");const pe=new _((({signal:i,abort:u})=>{i.removeEventListener("abort",u)}));const Ae=new WeakMap;function buildAbort(i){return abort;function abort(){const u=i.deref();if(u!==undefined){pe.unregister(abort);this.removeEventListener("abort",abort);u.abort(this.reason);const i=Ae.get(u.signal);if(i!==undefined){if(i.size!==0){for(const u of i){const i=u.deref();if(i!==undefined){i.abort(this.reason)}}i.clear()}Ae.delete(u.signal)}}}}let fe=false;class Request{constructor(i,u={}){se.util.markAsUncloneable(this);if(i===ie){return}const p="Request constructor";se.argumentLengthCheck(arguments,1,p);i=se.converters.RequestInfo(i,p,"input");u=se.converters.RequestInit(u,p,"init");let g=null;let C=null;const T=L.settingsObject.baseUrl;let _=null;if(typeof i==="string"){this[re]=u.dispatcher;let p;try{p=new URL(i,T)}catch(u){throw new TypeError("Failed to parse URL from "+i,{cause:u})}if(p.username||p.password){throw new TypeError("Request cannot be constructed from a URL that includes credentials: "+i)}g=makeRequest({urlList:[p]});C="cors"}else{this[re]=u.dispatcher||i[re];oe(i instanceof Request);g=i[te];_=i[ee]}const D=L.settingsObject.origin;let z="client";if(g.window?.constructor?.name==="EnvironmentSettingsObject"&&P(g.window,D)){z=g.window}if(u.window!=null){throw new TypeError(`'window' option '${z}' must be null`)}if("window"in u){z="no-window"}g=makeRequest({method:g.method,headersList:g.headersList,unsafeRequest:g.unsafeRequest,client:L.settingsObject,window:z,priority:g.priority,origin:g.origin,referrer:g.referrer,referrerPolicy:g.referrerPolicy,mode:g.mode,credentials:g.credentials,cache:g.cache,redirect:g.redirect,integrity:g.integrity,keepalive:g.keepalive,reloadNavigation:g.reloadNavigation,historyNavigation:g.historyNavigation,urlList:[...g.urlList]});const j=Object.keys(u).length!==0;if(j){if(g.mode==="navigate"){g.mode="same-origin"}g.reloadNavigation=false;g.historyNavigation=false;g.origin="client";g.referrer="client";g.referrerPolicy="";g.url=g.urlList[g.urlList.length-1];g.urlList=[g.url]}if(u.referrer!==undefined){const i=u.referrer;if(i===""){g.referrer="no-referrer"}else{let u;try{u=new URL(i,T)}catch(u){throw new TypeError(`Referrer "${i}" is not a valid URL.`,{cause:u})}if(u.protocol==="about:"&&u.hostname==="client"||D&&!P(u,L.settingsObject.baseUrl)){g.referrer="client"}else{g.referrer=u}}}if(u.referrerPolicy!==undefined){g.referrerPolicy=u.referrerPolicy}let q;if(u.mode!==undefined){q=u.mode}else{q=C}if(q==="navigate"){throw se.errors.exception({header:"Request constructor",message:"invalid request mode navigate."})}if(q!=null){g.mode=q}if(u.credentials!==undefined){g.credentials=u.credentials}if(u.cache!==undefined){g.cache=u.cache}if(g.cache==="only-if-cached"&&g.mode!=="same-origin"){throw new TypeError("'only-if-cached' can be set only with 'same-origin' mode")}if(u.redirect!==undefined){g.redirect=u.redirect}if(u.integrity!=null){g.integrity=String(u.integrity)}if(u.keepalive!==undefined){g.keepalive=Boolean(u.keepalive)}if(u.method!==undefined){let i=u.method;const p=Z[i];if(p!==undefined){g.method=p}else{if(!O(i)){throw new TypeError(`'${i}' is not a valid HTTP method.`)}const u=i.toUpperCase();if(U.has(u)){throw new TypeError(`'${i}' HTTP method is unsupported.`)}i=K[u]??i;g.method=i}if(!fe&&g.method==="patch"){process.emitWarning("Using `patch` is highly likely to result in a `405 Method Not Allowed`. `PATCH` is much more likely to succeed.",{code:"UNDICI-FETCH-patch"});fe=true}}if(u.signal!==undefined){_=u.signal}this[te]=g;const $=new AbortController;this[ee]=$.signal;if(_!=null){if(!_||typeof _.aborted!=="boolean"||typeof _.addEventListener!=="function"){throw new TypeError("Failed to construct 'Request': member signal is not of type AbortSignal.")}if(_.aborted){$.abort(_.reason)}else{this[he]=$;const i=new WeakRef($);const u=buildAbort(i);try{if(typeof ae==="function"&&ae(_)===de){le(1500,_)}else if(ue(_,"abort").length>=de){le(1500,_)}}catch{}k.addAbortListener(_,u);pe.register($,{signal:_,abort:u},u)}}this[X]=new w(ie);Q(this[X],g.headersList);N(this[X],"request");if(q==="no-cors"){if(!H.has(g.method)){throw new TypeError(`'${g.method} is unsupported in no-cors mode.`)}N(this[X],"request-no-cors")}if(j){const i=x(this[X]);const p=u.headers!==undefined?u.headers:new v(i);i.clear();if(p instanceof v){for(const{name:u,value:A}of p.rawValues()){i.append(u,A,false)}i.cookies=p.cookies}else{B(this[X],p)}}const J=i instanceof Request?i[te].body:null;if((u.body!=null||J!=null)&&(g.method==="GET"||g.method==="HEAD")){throw new TypeError("Request with GET/HEAD method cannot have body.")}let W=null;if(u.body!=null){const[i,p]=A(u.body,g.keepalive);W=i;if(p&&!x(this[X]).contains("content-type",true)){this[X].append("content-type",p)}}const Y=W??J;if(Y!=null&&Y.source==null){if(W!=null&&u.duplex==null){throw new TypeError("RequestInit: duplex option is required when sending a body.")}if(g.mode!=="same-origin"&&g.mode!=="cors"){throw new TypeError('If request is made from ReadableStream, mode should be "same-origin" or "cors"')}g.useCORSPreflightFlag=true}let ne=Y;if(W==null&&J!=null){if(S(i)){throw new TypeError("Cannot construct a Request with a Request object that has already been used.")}const u=new TransformStream;J.stream.pipeThrough(u);ne={source:J.source,length:J.length,stream:u.readable}}this[te].body=ne}get method(){se.brandCheck(this,Request);return this[te].method}get url(){se.brandCheck(this,Request);return ne(this[te].url)}get headers(){se.brandCheck(this,Request);return this[X]}get destination(){se.brandCheck(this,Request);return this[te].destination}get referrer(){se.brandCheck(this,Request);if(this[te].referrer==="no-referrer"){return""}if(this[te].referrer==="client"){return"about:client"}return this[te].referrer.toString()}get referrerPolicy(){se.brandCheck(this,Request);return this[te].referrerPolicy}get mode(){se.brandCheck(this,Request);return this[te].mode}get credentials(){return this[te].credentials}get cache(){se.brandCheck(this,Request);return this[te].cache}get redirect(){se.brandCheck(this,Request);return this[te].redirect}get integrity(){se.brandCheck(this,Request);return this[te].integrity}get keepalive(){se.brandCheck(this,Request);return this[te].keepalive}get isReloadNavigation(){se.brandCheck(this,Request);return this[te].reloadNavigation}get isHistoryNavigation(){se.brandCheck(this,Request);return this[te].historyNavigation}get signal(){se.brandCheck(this,Request);return this[ee]}get body(){se.brandCheck(this,Request);return this[te].body?this[te].body.stream:null}get bodyUsed(){se.brandCheck(this,Request);return!!this[te].body&&k.isDisturbed(this[te].body.stream)}get duplex(){se.brandCheck(this,Request);return"half"}clone(){se.brandCheck(this,Request);if(S(this)){throw new TypeError("unusable")}const i=cloneRequest(this[te]);const u=new AbortController;if(this.signal.aborted){u.abort(this.signal.reason)}else{let i=Ae.get(this.signal);if(i===undefined){i=new Set;Ae.set(this.signal,i)}const p=new WeakRef(u);i.add(p);k.addAbortListener(u.signal,buildAbort(p))}return fromInnerRequest(i,u.signal,T(this[X]))}[D.inspect.custom](i,u){if(u.depth===null){u.depth=2}u.colors??=true;const p={method:this.method,url:this.url,headers:this.headers,destination:this.destination,referrer:this.referrer,referrerPolicy:this.referrerPolicy,mode:this.mode,credentials:this.credentials,cache:this.cache,redirect:this.redirect,integrity:this.integrity,keepalive:this.keepalive,isReloadNavigation:this.isReloadNavigation,isHistoryNavigation:this.isHistoryNavigation,signal:this.signal};return`Request ${D.formatWithOptions(u,p)}`}}g(Request);function makeRequest(i){return{method:i.method??"GET",localURLsOnly:i.localURLsOnly??false,unsafeRequest:i.unsafeRequest??false,body:i.body??null,client:i.client??null,reservedClient:i.reservedClient??null,replacesClientId:i.replacesClientId??"",window:i.window??"client",keepalive:i.keepalive??false,serviceWorkers:i.serviceWorkers??"all",initiator:i.initiator??"",destination:i.destination??"",priority:i.priority??null,origin:i.origin??"client",policyContainer:i.policyContainer??"client",referrer:i.referrer??"client",referrerPolicy:i.referrerPolicy??"",mode:i.mode??"no-cors",useCORSPreflightFlag:i.useCORSPreflightFlag??false,credentials:i.credentials??"same-origin",useCredentials:i.useCredentials??false,cache:i.cache??"default",redirect:i.redirect??"follow",integrity:i.integrity??"",cryptoGraphicsNonceMetadata:i.cryptoGraphicsNonceMetadata??"",parserMetadata:i.parserMetadata??"",reloadNavigation:i.reloadNavigation??false,historyNavigation:i.historyNavigation??false,userActivation:i.userActivation??false,taintedOrigin:i.taintedOrigin??false,redirectCount:i.redirectCount??0,responseTainting:i.responseTainting??"basic",preventNoCacheCacheControlHeaderModification:i.preventNoCacheCacheControlHeaderModification??false,done:i.done??false,timingAllowFailed:i.timingAllowFailed??false,urlList:i.urlList,url:i.urlList[0],headersList:i.headersList?new v(i.headersList):new v}}function cloneRequest(i){const u=makeRequest({...i,body:null});if(i.body!=null){u.body=C(u,i.body)}return u}function fromInnerRequest(i,u,p){const A=new Request(ie);A[te]=i;A[ee]=u;A[X]=new w(ie);Q(A[X],i.headersList);N(A[X],p);return A}Object.defineProperties(Request.prototype,{method:Y,url:Y,headers:Y,redirect:Y,clone:Y,signal:Y,duplex:Y,destination:Y,body:Y,bodyUsed:Y,isHistoryNavigation:Y,isReloadNavigation:Y,keepalive:Y,integrity:Y,cache:Y,credentials:Y,attribute:Y,referrerPolicy:Y,referrer:Y,mode:Y,[Symbol.toStringTag]:{value:"Request",configurable:true}});se.converters.Request=se.interfaceConverter(Request);se.converters.RequestInfo=function(i,u,p){if(typeof i==="string"){return se.converters.USVString(i,u,p)}if(i instanceof Request){return se.converters.Request(i,u,p)}return se.converters.USVString(i,u,p)};se.converters.AbortSignal=se.interfaceConverter(AbortSignal);se.converters.RequestInit=se.dictionaryConverter([{key:"method",converter:se.converters.ByteString},{key:"headers",converter:se.converters.HeadersInit},{key:"body",converter:se.nullableConverter(se.converters.BodyInit)},{key:"referrer",converter:se.converters.USVString},{key:"referrerPolicy",converter:se.converters.DOMString,allowedValues:z},{key:"mode",converter:se.converters.DOMString,allowedValues:q},{key:"credentials",converter:se.converters.DOMString,allowedValues:$},{key:"cache",converter:se.converters.DOMString,allowedValues:J},{key:"redirect",converter:se.converters.DOMString,allowedValues:j},{key:"integrity",converter:se.converters.DOMString},{key:"keepalive",converter:se.converters.boolean},{key:"signal",converter:se.nullableConverter((i=>se.converters.AbortSignal(i,"RequestInit","signal",{strict:false})))},{key:"window",converter:se.converters.any},{key:"duplex",converter:se.converters.DOMString,allowedValues:W},{key:"dispatcher",converter:se.converters.any}]);i.exports={Request:Request,makeRequest:makeRequest,fromInnerRequest:fromInnerRequest,cloneRequest:cloneRequest}},99051:(i,u,p)=>{const{Headers:A,HeadersList:g,fill:C,getHeadersGuard:S,setHeadersGuard:w,setHeadersList:B}=p(60660);const{extractBody:v,cloneBody:N,mixinBody:T,hasFinalizationRegistry:Q,streamRegistry:x,bodyUnusable:_}=p(84492);const k=p(3440);const D=p(57975);const{kEnumerableProperty:O}=k;const{isValidReasonPhrase:P,isCancelled:L,isAborted:U,isBlobLike:H,serializeJavascriptValueToJSONString:z,isErrorLike:j,isomorphicEncode:q,environmentSettingsObject:$}=p(73168);const{redirectStatusSet:J,nullBodyStatus:W}=p(4495);const{kState:Y,kHeaders:K}=p(93627);const{webidl:Z}=p(45893);const{FormData:X}=p(35910);const{URLSerializer:ee}=p(51900);const{kConstruct:te}=p(36443);const re=p(34589);const{types:se}=p(57975);const ne=new TextEncoder("utf-8");class Response{static error(){const i=fromInnerResponse(makeNetworkError(),"immutable");return i}static json(i,u={}){Z.argumentLengthCheck(arguments,1,"Response.json");if(u!==null){u=Z.converters.ResponseInit(u)}const p=ne.encode(z(i));const A=v(p);const g=fromInnerResponse(makeResponse({}),"response");initializeResponse(g,u,{body:A[0],type:"application/json"});return g}static redirect(i,u=302){Z.argumentLengthCheck(arguments,1,"Response.redirect");i=Z.converters.USVString(i);u=Z.converters["unsigned short"](u);let p;try{p=new URL(i,$.settingsObject.baseUrl)}catch(u){throw new TypeError(`Failed to parse URL from ${i}`,{cause:u})}if(!J.has(u)){throw new RangeError(`Invalid status code ${u}`)}const A=fromInnerResponse(makeResponse({}),"immutable");A[Y].status=u;const g=q(ee(p));A[Y].headersList.append("location",g,true);return A}constructor(i=null,u={}){Z.util.markAsUncloneable(this);if(i===te){return}if(i!==null){i=Z.converters.BodyInit(i)}u=Z.converters.ResponseInit(u);this[Y]=makeResponse({});this[K]=new A(te);w(this[K],"response");B(this[K],this[Y].headersList);let p=null;if(i!=null){const[u,A]=v(i);p={body:u,type:A}}initializeResponse(this,u,p)}get type(){Z.brandCheck(this,Response);return this[Y].type}get url(){Z.brandCheck(this,Response);const i=this[Y].urlList;const u=i[i.length-1]??null;if(u===null){return""}return ee(u,true)}get redirected(){Z.brandCheck(this,Response);return this[Y].urlList.length>1}get status(){Z.brandCheck(this,Response);return this[Y].status}get ok(){Z.brandCheck(this,Response);return this[Y].status>=200&&this[Y].status<=299}get statusText(){Z.brandCheck(this,Response);return this[Y].statusText}get headers(){Z.brandCheck(this,Response);return this[K]}get body(){Z.brandCheck(this,Response);return this[Y].body?this[Y].body.stream:null}get bodyUsed(){Z.brandCheck(this,Response);return!!this[Y].body&&k.isDisturbed(this[Y].body.stream)}clone(){Z.brandCheck(this,Response);if(_(this)){throw Z.errors.exception({header:"Response.clone",message:"Body has already been consumed."})}const i=cloneResponse(this[Y]);if(Q&&this[Y].body?.stream){x.register(this,new WeakRef(this[Y].body.stream))}return fromInnerResponse(i,S(this[K]))}[D.inspect.custom](i,u){if(u.depth===null){u.depth=2}u.colors??=true;const p={status:this.status,statusText:this.statusText,headers:this.headers,body:this.body,bodyUsed:this.bodyUsed,ok:this.ok,redirected:this.redirected,type:this.type,url:this.url};return`Response ${D.formatWithOptions(u,p)}`}}T(Response);Object.defineProperties(Response.prototype,{type:O,url:O,status:O,ok:O,redirected:O,statusText:O,headers:O,clone:O,body:O,bodyUsed:O,[Symbol.toStringTag]:{value:"Response",configurable:true}});Object.defineProperties(Response,{json:O,redirect:O,error:O});function cloneResponse(i){if(i.internalResponse){return filterResponse(cloneResponse(i.internalResponse),i.type)}const u=makeResponse({...i,body:null});if(i.body!=null){u.body=N(u,i.body)}return u}function makeResponse(i){return{aborted:false,rangeRequested:false,timingAllowPassed:false,requestIncludesCredentials:false,type:"default",status:200,timingInfo:null,cacheState:"",statusText:"",...i,headersList:i?.headersList?new g(i?.headersList):new g,urlList:i?.urlList?[...i.urlList]:[]}}function makeNetworkError(i){const u=j(i);return makeResponse({type:"error",status:0,error:u?i:new Error(i?String(i):i),aborted:i&&i.name==="AbortError"})}function isNetworkError(i){return i.type==="error"&&i.status===0}function makeFilteredResponse(i,u){u={internalResponse:i,...u};return new Proxy(i,{get(i,p){return p in u?u[p]:i[p]},set(i,p,A){re(!(p in u));i[p]=A;return true}})}function filterResponse(i,u){if(u==="basic"){return makeFilteredResponse(i,{type:"basic",headersList:i.headersList})}else if(u==="cors"){return makeFilteredResponse(i,{type:"cors",headersList:i.headersList})}else if(u==="opaque"){return makeFilteredResponse(i,{type:"opaque",urlList:Object.freeze([]),status:0,statusText:"",body:null})}else if(u==="opaqueredirect"){return makeFilteredResponse(i,{type:"opaqueredirect",status:0,statusText:"",headersList:[],body:null})}else{re(false)}}function makeAppropriateNetworkError(i,u=null){re(L(i));return U(i)?makeNetworkError(Object.assign(new DOMException("The operation was aborted.","AbortError"),{cause:u})):makeNetworkError(Object.assign(new DOMException("Request was cancelled."),{cause:u}))}function initializeResponse(i,u,p){if(u.status!==null&&(u.status<200||u.status>599)){throw new RangeError('init["status"] must be in the range of 200 to 599, inclusive.')}if("statusText"in u&&u.statusText!=null){if(!P(String(u.statusText))){throw new TypeError("Invalid statusText")}}if("status"in u&&u.status!=null){i[Y].status=u.status}if("statusText"in u&&u.statusText!=null){i[Y].statusText=u.statusText}if("headers"in u&&u.headers!=null){C(i[K],u.headers)}if(p){if(W.includes(i.status)){throw Z.errors.exception({header:"Response constructor",message:`Invalid response status code ${i.status}`})}i[Y].body=p.body;if(p.type!=null&&!i[Y].headersList.contains("content-type",true)){i[Y].headersList.append("content-type",p.type,true)}}}function fromInnerResponse(i,u){const p=new Response(te);p[Y]=i;p[K]=new A(te);B(p[K],i.headersList);w(p[K],u);if(Q&&i.body?.stream){x.register(p,new WeakRef(i.body.stream))}return p}Z.converters.ReadableStream=Z.interfaceConverter(ReadableStream);Z.converters.FormData=Z.interfaceConverter(X);Z.converters.URLSearchParams=Z.interfaceConverter(URLSearchParams);Z.converters.XMLHttpRequestBodyInit=function(i,u,p){if(typeof i==="string"){return Z.converters.USVString(i,u,p)}if(H(i)){return Z.converters.Blob(i,u,p,{strict:false})}if(ArrayBuffer.isView(i)||se.isArrayBuffer(i)){return Z.converters.BufferSource(i,u,p)}if(k.isFormDataLike(i)){return Z.converters.FormData(i,u,p,{strict:false})}if(i instanceof URLSearchParams){return Z.converters.URLSearchParams(i,u,p)}return Z.converters.DOMString(i,u,p)};Z.converters.BodyInit=function(i,u,p){if(i instanceof ReadableStream){return Z.converters.ReadableStream(i,u,p)}if(i?.[Symbol.asyncIterator]){return i}return Z.converters.XMLHttpRequestBodyInit(i,u,p)};Z.converters.ResponseInit=Z.dictionaryConverter([{key:"status",converter:Z.converters["unsigned short"],defaultValue:()=>200},{key:"statusText",converter:Z.converters.ByteString,defaultValue:()=>""},{key:"headers",converter:Z.converters.HeadersInit}]);i.exports={isNetworkError:isNetworkError,makeNetworkError:makeNetworkError,makeResponse:makeResponse,makeAppropriateNetworkError:makeAppropriateNetworkError,filterResponse:filterResponse,Response:Response,cloneResponse:cloneResponse,fromInnerResponse:fromInnerResponse}},93627:i=>{i.exports={kUrl:Symbol("url"),kHeaders:Symbol("headers"),kSignal:Symbol("signal"),kState:Symbol("state"),kDispatcher:Symbol("dispatcher")}},73168:(i,u,p)=>{const{Transform:A}=p(57075);const g=p(38522);const{redirectStatusSet:C,referrerPolicySet:S,badPortsSet:w}=p(4495);const{getGlobalOrigin:B}=p(51059);const{collectASequenceOfCodePoints:v,collectAnHTTPQuotedString:N,removeChars:T,parseMIMEType:Q}=p(51900);const{performance:x}=p(643);const{isBlobLike:_,ReadableStreamFrom:k,isValidHTTPToken:D,normalizedMethodRecordsBase:O}=p(3440);const P=p(34589);const{isUint8Array:L}=p(73429);const{webidl:U}=p(45893);let H=[];let z;try{z=p(77598);const i=["sha256","sha384","sha512"];H=z.getHashes().filter((u=>i.includes(u)))}catch{}function responseURL(i){const u=i.urlList;const p=u.length;return p===0?null:u[p-1].toString()}function responseLocationURL(i,u){if(!C.has(i.status)){return null}let p=i.headersList.get("location",true);if(p!==null&&isValidHeaderValue(p)){if(!isValidEncodedURL(p)){p=normalizeBinaryStringToUtf8(p)}p=new URL(p,responseURL(i))}if(p&&!p.hash){p.hash=u}return p}function isValidEncodedURL(i){for(let u=0;u<i.length;++u){const p=i.charCodeAt(u);if(p>126||p<32){return false}}return true}function normalizeBinaryStringToUtf8(i){return Buffer.from(i,"binary").toString("utf8")}function requestCurrentURL(i){return i.urlList[i.urlList.length-1]}function requestBadPort(i){const u=requestCurrentURL(i);if(urlIsHttpHttpsScheme(u)&&w.has(u.port)){return"blocked"}return"allowed"}function isErrorLike(i){return i instanceof Error||(i?.constructor?.name==="Error"||i?.constructor?.name==="DOMException")}function isValidReasonPhrase(i){for(let u=0;u<i.length;++u){const p=i.charCodeAt(u);if(!(p===9||p>=32&&p<=126||p>=128&&p<=255)){return false}}return true}const j=D;function isValidHeaderValue(i){return(i[0]==="\t"||i[0]===" "||i[i.length-1]==="\t"||i[i.length-1]===" "||i.includes("\n")||i.includes("\r")||i.includes("\0"))===false}function setRequestReferrerPolicyOnRedirect(i,u){const{headersList:p}=u;const A=(p.get("referrer-policy",true)??"").split(",");let g="";if(A.length>0){for(let i=A.length;i!==0;i--){const u=A[i-1].trim();if(S.has(u)){g=u;break}}}if(g!==""){i.referrerPolicy=g}}function crossOriginResourcePolicyCheck(){return"allowed"}function corsCheck(){return"success"}function TAOCheck(){return"success"}function appendFetchMetadata(i){let u=null;u=i.mode;i.headersList.set("sec-fetch-mode",u,true)}function appendRequestOriginHeader(i){let u=i.origin;if(u==="client"||u===undefined){return}if(i.responseTainting==="cors"||i.mode==="websocket"){i.headersList.append("origin",u,true)}else if(i.method!=="GET"&&i.method!=="HEAD"){switch(i.referrerPolicy){case"no-referrer":u=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":if(i.origin&&urlHasHttpsScheme(i.origin)&&!urlHasHttpsScheme(requestCurrentURL(i))){u=null}break;case"same-origin":if(!sameOrigin(i,requestCurrentURL(i))){u=null}break;default:}i.headersList.append("origin",u,true)}}function coarsenTime(i,u){return i}function clampAndCoarsenConnectionTimingInfo(i,u,p){if(!i?.startTime||i.startTime<u){return{domainLookupStartTime:u,domainLookupEndTime:u,connectionStartTime:u,connectionEndTime:u,secureConnectionStartTime:u,ALPNNegotiatedProtocol:i?.ALPNNegotiatedProtocol}}return{domainLookupStartTime:coarsenTime(i.domainLookupStartTime,p),domainLookupEndTime:coarsenTime(i.domainLookupEndTime,p),connectionStartTime:coarsenTime(i.connectionStartTime,p),connectionEndTime:coarsenTime(i.connectionEndTime,p),secureConnectionStartTime:coarsenTime(i.secureConnectionStartTime,p),ALPNNegotiatedProtocol:i.ALPNNegotiatedProtocol}}function coarsenedSharedCurrentTime(i){return coarsenTime(x.now(),i)}function createOpaqueTimingInfo(i){return{startTime:i.startTime??0,redirectStartTime:0,redirectEndTime:0,postRedirectStartTime:i.startTime??0,finalServiceWorkerStartTime:0,finalNetworkResponseStartTime:0,finalNetworkRequestStartTime:0,endTime:0,encodedBodySize:0,decodedBodySize:0,finalConnectionTimingInfo:null}}function makePolicyContainer(){return{referrerPolicy:"strict-origin-when-cross-origin"}}function clonePolicyContainer(i){return{referrerPolicy:i.referrerPolicy}}function determineRequestsReferrer(i){const u=i.referrerPolicy;P(u);let p=null;if(i.referrer==="client"){const i=B();if(!i||i.origin==="null"){return"no-referrer"}p=new URL(i)}else if(i.referrer instanceof URL){p=i.referrer}let A=stripURLForReferrer(p);const g=stripURLForReferrer(p,true);if(A.toString().length>4096){A=g}const C=sameOrigin(i,A);const S=isURLPotentiallyTrustworthy(A)&&!isURLPotentiallyTrustworthy(i.url);switch(u){case"origin":return g!=null?g:stripURLForReferrer(p,true);case"unsafe-url":return A;case"same-origin":return C?g:"no-referrer";case"origin-when-cross-origin":return C?A:g;case"strict-origin-when-cross-origin":{const u=requestCurrentURL(i);if(sameOrigin(A,u)){return A}if(isURLPotentiallyTrustworthy(A)&&!isURLPotentiallyTrustworthy(u)){return"no-referrer"}return g}case"strict-origin":case"no-referrer-when-downgrade":default:return S?"no-referrer":g}}function stripURLForReferrer(i,u){P(i instanceof URL);i=new URL(i);if(i.protocol==="file:"||i.protocol==="about:"||i.protocol==="blank:"){return"no-referrer"}i.username="";i.password="";i.hash="";if(u){i.pathname="";i.search=""}return i}function isURLPotentiallyTrustworthy(i){if(!(i instanceof URL)){return false}if(i.href==="about:blank"||i.href==="about:srcdoc"){return true}if(i.protocol==="data:")return true;if(i.protocol==="file:")return true;return isOriginPotentiallyTrustworthy(i.origin);function isOriginPotentiallyTrustworthy(i){if(i==null||i==="null")return false;const u=new URL(i);if(u.protocol==="https:"||u.protocol==="wss:"){return true}if(/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(u.hostname)||(u.hostname==="localhost"||u.hostname.includes("localhost."))||u.hostname.endsWith(".localhost")){return true}return false}}function bytesMatch(i,u){if(z===undefined){return true}const p=parseMetadata(u);if(p==="no metadata"){return true}if(p.length===0){return true}const A=getStrongestMetadata(p);const g=filterMetadataListByAlgorithm(p,A);for(const u of g){const p=u.algo;const A=u.hash;let g=z.createHash(p).update(i).digest("base64");if(g[g.length-1]==="="){if(g[g.length-2]==="="){g=g.slice(0,-2)}else{g=g.slice(0,-1)}}if(compareBase64Mixed(g,A)){return true}}return false}const q=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function parseMetadata(i){const u=[];let p=true;for(const A of i.split(" ")){p=false;const i=q.exec(A);if(i===null||i.groups===undefined||i.groups.algo===undefined){continue}const g=i.groups.algo.toLowerCase();if(H.includes(g)){u.push(i.groups)}}if(p===true){return"no metadata"}return u}function getStrongestMetadata(i){let u=i[0].algo;if(u[3]==="5"){return u}for(let p=1;p<i.length;++p){const A=i[p];if(A.algo[3]==="5"){u="sha512";break}else if(u[3]==="3"){continue}else if(A.algo[3]==="3"){u="sha384"}}return u}function filterMetadataListByAlgorithm(i,u){if(i.length===1){return i}let p=0;for(let A=0;A<i.length;++A){if(i[A].algo===u){i[p++]=i[A]}}i.length=p;return i}function compareBase64Mixed(i,u){if(i.length!==u.length){return false}for(let p=0;p<i.length;++p){if(i[p]!==u[p]){if(i[p]==="+"&&u[p]==="-"||i[p]==="/"&&u[p]==="_"){continue}return false}}return true}function tryUpgradeRequestToAPotentiallyTrustworthyURL(i){}function sameOrigin(i,u){if(i.origin===u.origin&&i.origin==="null"){return true}if(i.protocol===u.protocol&&i.hostname===u.hostname&&i.port===u.port){return true}return false}function createDeferredPromise(){let i;let u;const p=new Promise(((p,A)=>{i=p;u=A}));return{promise:p,resolve:i,reject:u}}function isAborted(i){return i.controller.state==="aborted"}function isCancelled(i){return i.controller.state==="aborted"||i.controller.state==="terminated"}function normalizeMethod(i){return O[i.toLowerCase()]??i}function serializeJavascriptValueToJSONString(i){const u=JSON.stringify(i);if(u===undefined){throw new TypeError("Value is not JSON serializable")}P(typeof u==="string");return u}const $=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));function createIterator(i,u,p=0,A=1){class FastIterableIterator{#se;#ne;#ie;constructor(i,u){this.#se=i;this.#ne=u;this.#ie=0}next(){if(typeof this!=="object"||this===null||!(#se in this)){throw new TypeError(`'next' called on an object that does not implement interface ${i} Iterator.`)}const g=this.#ie;const C=this.#se[u];const S=C.length;if(g>=S){return{value:undefined,done:true}}const{[p]:w,[A]:B}=C[g];this.#ie=g+1;let v;switch(this.#ne){case"key":v=w;break;case"value":v=B;break;case"key+value":v=[w,B];break}return{value:v,done:false}}}delete FastIterableIterator.prototype.constructor;Object.setPrototypeOf(FastIterableIterator.prototype,$);Object.defineProperties(FastIterableIterator.prototype,{[Symbol.toStringTag]:{writable:false,enumerable:false,configurable:true,value:`${i} Iterator`},next:{writable:true,enumerable:true,configurable:true}});return function(i,u){return new FastIterableIterator(i,u)}}function iteratorMixin(i,u,p,A=0,g=1){const C=createIterator(i,p,A,g);const S={keys:{writable:true,enumerable:true,configurable:true,value:function keys(){U.brandCheck(this,u);return C(this,"key")}},values:{writable:true,enumerable:true,configurable:true,value:function values(){U.brandCheck(this,u);return C(this,"value")}},entries:{writable:true,enumerable:true,configurable:true,value:function entries(){U.brandCheck(this,u);return C(this,"key+value")}},forEach:{writable:true,enumerable:true,configurable:true,value:function forEach(p,A=globalThis){U.brandCheck(this,u);U.argumentLengthCheck(arguments,1,`${i}.forEach`);if(typeof p!=="function"){throw new TypeError(`Failed to execute 'forEach' on '${i}': parameter 1 is not of type 'Function'.`)}for(const{0:i,1:u}of C(this,"key+value")){p.call(A,u,i,this)}}}};return Object.defineProperties(u.prototype,{...S,[Symbol.iterator]:{writable:true,enumerable:false,configurable:true,value:S.entries.value}})}async function fullyReadBody(i,u,p){const A=u;const g=p;let C;try{C=i.stream.getReader()}catch(i){g(i);return}try{A(await readAllBytes(C))}catch(i){g(i)}}function isReadableStreamLike(i){return i instanceof ReadableStream||i[Symbol.toStringTag]==="ReadableStream"&&typeof i.tee==="function"}function readableStreamClose(i){try{i.close();i.byobRequest?.respond(0)}catch(i){if(!i.message.includes("Controller is already closed")&&!i.message.includes("ReadableStream is already closed")){throw i}}}const J=/[^\x00-\xFF]/;function isomorphicEncode(i){P(!J.test(i));return i}async function readAllBytes(i){const u=[];let p=0;while(true){const{done:A,value:g}=await i.read();if(A){return Buffer.concat(u,p)}if(!L(g)){throw new TypeError("Received non-Uint8Array chunk")}u.push(g);p+=g.length}}function urlIsLocal(i){P("protocol"in i);const u=i.protocol;return u==="about:"||u==="blob:"||u==="data:"}function urlHasHttpsScheme(i){return typeof i==="string"&&i[5]===":"&&i[0]==="h"&&i[1]==="t"&&i[2]==="t"&&i[3]==="p"&&i[4]==="s"||i.protocol==="https:"}function urlIsHttpHttpsScheme(i){P("protocol"in i);const u=i.protocol;return u==="http:"||u==="https:"}function simpleRangeHeaderValue(i,u){const p=i;if(!p.startsWith("bytes")){return"failure"}const A={position:5};if(u){v((i=>i==="\t"||i===" "),p,A)}if(p.charCodeAt(A.position)!==61){return"failure"}A.position++;if(u){v((i=>i==="\t"||i===" "),p,A)}const g=v((i=>{const u=i.charCodeAt(0);return u>=48&&u<=57}),p,A);const C=g.length?Number(g):null;if(u){v((i=>i==="\t"||i===" "),p,A)}if(p.charCodeAt(A.position)!==45){return"failure"}A.position++;if(u){v((i=>i==="\t"||i===" "),p,A)}const S=v((i=>{const u=i.charCodeAt(0);return u>=48&&u<=57}),p,A);const w=S.length?Number(S):null;if(A.position<p.length){return"failure"}if(w===null&&C===null){return"failure"}if(C>w){return"failure"}return{rangeStartValue:C,rangeEndValue:w}}function buildContentRange(i,u,p){let A="bytes ";A+=isomorphicEncode(`${i}`);A+="-";A+=isomorphicEncode(`${u}`);A+="/";A+=isomorphicEncode(`${p}`);return A}class InflateStream extends A{#oe;constructor(i){super();this.#oe=i}_transform(i,u,p){if(!this._inflateStream){if(i.length===0){p();return}this._inflateStream=(i[0]&15)===8?g.createInflate(this.#oe):g.createInflateRaw(this.#oe);this._inflateStream.on("data",this.push.bind(this));this._inflateStream.on("end",(()=>this.push(null)));this._inflateStream.on("error",(i=>this.destroy(i)))}this._inflateStream.write(i,u,p)}_final(i){if(this._inflateStream){this._inflateStream.end();this._inflateStream=null}i()}}function createInflate(i){return new InflateStream(i)}function extractMimeType(i){let u=null;let p=null;let A=null;const g=getDecodeSplit("content-type",i);if(g===null){return"failure"}for(const i of g){const g=Q(i);if(g==="failure"||g.essence==="*/*"){continue}A=g;if(A.essence!==p){u=null;if(A.parameters.has("charset")){u=A.parameters.get("charset")}p=A.essence}else if(!A.parameters.has("charset")&&u!==null){A.parameters.set("charset",u)}}if(A==null){return"failure"}return A}function gettingDecodingSplitting(i){const u=i;const p={position:0};const A=[];let g="";while(p.position<u.length){g+=v((i=>i!=='"'&&i!==","),u,p);if(p.position<u.length){if(u.charCodeAt(p.position)===34){g+=N(u,p);if(p.position<u.length){continue}}else{P(u.charCodeAt(p.position)===44);p.position++}}g=T(g,true,true,(i=>i===9||i===32));A.push(g);g=""}return A}function getDecodeSplit(i,u){const p=u.get(i,true);if(p===null){return null}return gettingDecodingSplitting(p)}const W=new TextDecoder;function utf8DecodeBytes(i){if(i.length===0){return""}if(i[0]===239&&i[1]===187&&i[2]===191){i=i.subarray(3)}const u=W.decode(i);return u}class EnvironmentSettingsObjectBase{get baseUrl(){return B()}get origin(){return this.baseUrl?.origin}policyContainer=makePolicyContainer()}class EnvironmentSettingsObject{settingsObject=new EnvironmentSettingsObjectBase}const Y=new EnvironmentSettingsObject;i.exports={isAborted:isAborted,isCancelled:isCancelled,isValidEncodedURL:isValidEncodedURL,createDeferredPromise:createDeferredPromise,ReadableStreamFrom:k,tryUpgradeRequestToAPotentiallyTrustworthyURL:tryUpgradeRequestToAPotentiallyTrustworthyURL,clampAndCoarsenConnectionTimingInfo:clampAndCoarsenConnectionTimingInfo,coarsenedSharedCurrentTime:coarsenedSharedCurrentTime,determineRequestsReferrer:determineRequestsReferrer,makePolicyContainer:makePolicyContainer,clonePolicyContainer:clonePolicyContainer,appendFetchMetadata:appendFetchMetadata,appendRequestOriginHeader:appendRequestOriginHeader,TAOCheck:TAOCheck,corsCheck:corsCheck,crossOriginResourcePolicyCheck:crossOriginResourcePolicyCheck,createOpaqueTimingInfo:createOpaqueTimingInfo,setRequestReferrerPolicyOnRedirect:setRequestReferrerPolicyOnRedirect,isValidHTTPToken:D,requestBadPort:requestBadPort,requestCurrentURL:requestCurrentURL,responseURL:responseURL,responseLocationURL:responseLocationURL,isBlobLike:_,isURLPotentiallyTrustworthy:isURLPotentiallyTrustworthy,isValidReasonPhrase:isValidReasonPhrase,sameOrigin:sameOrigin,normalizeMethod:normalizeMethod,serializeJavascriptValueToJSONString:serializeJavascriptValueToJSONString,iteratorMixin:iteratorMixin,createIterator:createIterator,isValidHeaderName:j,isValidHeaderValue:isValidHeaderValue,isErrorLike:isErrorLike,fullyReadBody:fullyReadBody,bytesMatch:bytesMatch,isReadableStreamLike:isReadableStreamLike,readableStreamClose:readableStreamClose,isomorphicEncode:isomorphicEncode,urlIsLocal:urlIsLocal,urlHasHttpsScheme:urlHasHttpsScheme,urlIsHttpHttpsScheme:urlIsHttpHttpsScheme,readAllBytes:readAllBytes,simpleRangeHeaderValue:simpleRangeHeaderValue,buildContentRange:buildContentRange,parseMetadata:parseMetadata,createInflate:createInflate,extractMimeType:extractMimeType,getDecodeSplit:getDecodeSplit,utf8DecodeBytes:utf8DecodeBytes,environmentSettingsObject:Y}},45893:(i,u,p)=>{const{types:A,inspect:g}=p(57975);const{markAsUncloneable:C}=p(75919);const{toUSVString:S}=p(3440);const w={};w.converters={};w.util={};w.errors={};w.errors.exception=function(i){return new TypeError(`${i.header}: ${i.message}`)};w.errors.conversionFailed=function(i){const u=i.types.length===1?"":" one of";const p=`${i.argument} could not be converted to`+`${u}: ${i.types.join(", ")}.`;return w.errors.exception({header:i.prefix,message:p})};w.errors.invalidArgument=function(i){return w.errors.exception({header:i.prefix,message:`"${i.value}" is an invalid ${i.type}.`})};w.brandCheck=function(i,u,p){if(p?.strict!==false){if(!(i instanceof u)){const i=new TypeError("Illegal invocation");i.code="ERR_INVALID_THIS";throw i}}else{if(i?.[Symbol.toStringTag]!==u.prototype[Symbol.toStringTag]){const i=new TypeError("Illegal invocation");i.code="ERR_INVALID_THIS";throw i}}};w.argumentLengthCheck=function({length:i},u,p){if(i<u){throw w.errors.exception({message:`${u} argument${u!==1?"s":""} required, `+`but${i?" only":""} ${i} found.`,header:p})}};w.illegalConstructor=function(){throw w.errors.exception({header:"TypeError",message:"Illegal constructor"})};w.util.Type=function(i){switch(typeof i){case"undefined":return"Undefined";case"boolean":return"Boolean";case"string":return"String";case"symbol":return"Symbol";case"number":return"Number";case"bigint":return"BigInt";case"function":case"object":{if(i===null){return"Null"}return"Object"}}};w.util.markAsUncloneable=C||(()=>{});w.util.ConvertToInt=function(i,u,p,A){let g;let C;if(u===64){g=Math.pow(2,53)-1;if(p==="unsigned"){C=0}else{C=Math.pow(-2,53)+1}}else if(p==="unsigned"){C=0;g=Math.pow(2,u)-1}else{C=Math.pow(-2,u)-1;g=Math.pow(2,u-1)-1}let S=Number(i);if(S===0){S=0}if(A?.enforceRange===true){if(Number.isNaN(S)||S===Number.POSITIVE_INFINITY||S===Number.NEGATIVE_INFINITY){throw w.errors.exception({header:"Integer conversion",message:`Could not convert ${w.util.Stringify(i)} to an integer.`})}S=w.util.IntegerPart(S);if(S<C||S>g){throw w.errors.exception({header:"Integer conversion",message:`Value must be between ${C}-${g}, got ${S}.`})}return S}if(!Number.isNaN(S)&&A?.clamp===true){S=Math.min(Math.max(S,C),g);if(Math.floor(S)%2===0){S=Math.floor(S)}else{S=Math.ceil(S)}return S}if(Number.isNaN(S)||S===0&&Object.is(0,S)||S===Number.POSITIVE_INFINITY||S===Number.NEGATIVE_INFINITY){return 0}S=w.util.IntegerPart(S);S=S%Math.pow(2,u);if(p==="signed"&&S>=Math.pow(2,u)-1){return S-Math.pow(2,u)}return S};w.util.IntegerPart=function(i){const u=Math.floor(Math.abs(i));if(i<0){return-1*u}return u};w.util.Stringify=function(i){const u=w.util.Type(i);switch(u){case"Symbol":return`Symbol(${i.description})`;case"Object":return g(i);case"String":return`"${i}"`;default:return`${i}`}};w.sequenceConverter=function(i){return(u,p,A,g)=>{if(w.util.Type(u)!=="Object"){throw w.errors.exception({header:p,message:`${A} (${w.util.Stringify(u)}) is not iterable.`})}const C=typeof g==="function"?g():u?.[Symbol.iterator]?.();const S=[];let B=0;if(C===undefined||typeof C.next!=="function"){throw w.errors.exception({header:p,message:`${A} is not iterable.`})}while(true){const{done:u,value:g}=C.next();if(u){break}S.push(i(g,p,`${A}[${B++}]`))}return S}};w.recordConverter=function(i,u){return(p,g,C)=>{if(w.util.Type(p)!=="Object"){throw w.errors.exception({header:g,message:`${C} ("${w.util.Type(p)}") is not an Object.`})}const S={};if(!A.isProxy(p)){const A=[...Object.getOwnPropertyNames(p),...Object.getOwnPropertySymbols(p)];for(const w of A){const A=i(w,g,C);const B=u(p[w],g,C);S[A]=B}return S}const B=Reflect.ownKeys(p);for(const A of B){const w=Reflect.getOwnPropertyDescriptor(p,A);if(w?.enumerable){const w=i(A,g,C);const B=u(p[A],g,C);S[w]=B}}return S}};w.interfaceConverter=function(i){return(u,p,A,g)=>{if(g?.strict!==false&&!(u instanceof i)){throw w.errors.exception({header:p,message:`Expected ${A} ("${w.util.Stringify(u)}") to be an instance of ${i.name}.`})}return u}};w.dictionaryConverter=function(i){return(u,p,A)=>{const g=w.util.Type(u);const C={};if(g==="Null"||g==="Undefined"){return C}else if(g!=="Object"){throw w.errors.exception({header:p,message:`Expected ${u} to be one of: Null, Undefined, Object.`})}for(const g of i){const{key:i,defaultValue:S,required:B,converter:v}=g;if(B===true){if(!Object.hasOwn(u,i)){throw w.errors.exception({header:p,message:`Missing required key "${i}".`})}}let N=u[i];const T=Object.hasOwn(g,"defaultValue");if(T&&N!==null){N??=S()}if(B||T||N!==undefined){N=v(N,p,`${A}.${i}`);if(g.allowedValues&&!g.allowedValues.includes(N)){throw w.errors.exception({header:p,message:`${N} is not an accepted type. Expected one of ${g.allowedValues.join(", ")}.`})}C[i]=N}}return C}};w.nullableConverter=function(i){return(u,p,A)=>{if(u===null){return u}return i(u,p,A)}};w.converters.DOMString=function(i,u,p,A){if(i===null&&A?.legacyNullToEmptyString){return""}if(typeof i==="symbol"){throw w.errors.exception({header:u,message:`${p} is a symbol, which cannot be converted to a DOMString.`})}return String(i)};w.converters.ByteString=function(i,u,p){const A=w.converters.DOMString(i,u,p);for(let i=0;i<A.length;i++){if(A.charCodeAt(i)>255){throw new TypeError("Cannot convert argument to a ByteString because the character at "+`index ${i} has a value of ${A.charCodeAt(i)} which is greater than 255.`)}}return A};w.converters.USVString=S;w.converters.boolean=function(i){const u=Boolean(i);return u};w.converters.any=function(i){return i};w.converters["long long"]=function(i,u,p){const A=w.util.ConvertToInt(i,64,"signed",undefined,u,p);return A};w.converters["unsigned long long"]=function(i,u,p){const A=w.util.ConvertToInt(i,64,"unsigned",undefined,u,p);return A};w.converters["unsigned long"]=function(i,u,p){const A=w.util.ConvertToInt(i,32,"unsigned",undefined,u,p);return A};w.converters["unsigned short"]=function(i,u,p,A){const g=w.util.ConvertToInt(i,16,"unsigned",A,u,p);return g};w.converters.ArrayBuffer=function(i,u,p,g){if(w.util.Type(i)!=="Object"||!A.isAnyArrayBuffer(i)){throw w.errors.conversionFailed({prefix:u,argument:`${p} ("${w.util.Stringify(i)}")`,types:["ArrayBuffer"]})}if(g?.allowShared===false&&A.isSharedArrayBuffer(i)){throw w.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(i.resizable||i.growable){throw w.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return i};w.converters.TypedArray=function(i,u,p,g,C){if(w.util.Type(i)!=="Object"||!A.isTypedArray(i)||i.constructor.name!==u.name){throw w.errors.conversionFailed({prefix:p,argument:`${g} ("${w.util.Stringify(i)}")`,types:[u.name]})}if(C?.allowShared===false&&A.isSharedArrayBuffer(i.buffer)){throw w.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(i.buffer.resizable||i.buffer.growable){throw w.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return i};w.converters.DataView=function(i,u,p,g){if(w.util.Type(i)!=="Object"||!A.isDataView(i)){throw w.errors.exception({header:u,message:`${p} is not a DataView.`})}if(g?.allowShared===false&&A.isSharedArrayBuffer(i.buffer)){throw w.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(i.buffer.resizable||i.buffer.growable){throw w.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return i};w.converters.BufferSource=function(i,u,p,g){if(A.isAnyArrayBuffer(i)){return w.converters.ArrayBuffer(i,u,p,{...g,allowShared:false})}if(A.isTypedArray(i)){return w.converters.TypedArray(i,i.constructor,u,p,{...g,allowShared:false})}if(A.isDataView(i)){return w.converters.DataView(i,u,p,{...g,allowShared:false})}throw w.errors.conversionFailed({prefix:u,argument:`${p} ("${w.util.Stringify(i)}")`,types:["BufferSource"]})};w.converters["sequence<ByteString>"]=w.sequenceConverter(w.converters.ByteString);w.converters["sequence<sequence<ByteString>>"]=w.sequenceConverter(w.converters["sequence<ByteString>"]);w.converters["record<ByteString, ByteString>"]=w.recordConverter(w.converters.ByteString,w.converters.ByteString);i.exports={webidl:w}},22607:i=>{function getEncoding(i){if(!i){return"failure"}switch(i.trim().toLowerCase()){case"unicode-1-1-utf-8":case"unicode11utf8":case"unicode20utf8":case"utf-8":case"utf8":case"x-unicode20utf8":return"UTF-8";case"866":case"cp866":case"csibm866":case"ibm866":return"IBM866";case"csisolatin2":case"iso-8859-2":case"iso-ir-101":case"iso8859-2":case"iso88592":case"iso_8859-2":case"iso_8859-2:1987":case"l2":case"latin2":return"ISO-8859-2";case"csisolatin3":case"iso-8859-3":case"iso-ir-109":case"iso8859-3":case"iso88593":case"iso_8859-3":case"iso_8859-3:1988":case"l3":case"latin3":return"ISO-8859-3";case"csisolatin4":case"iso-8859-4":case"iso-ir-110":case"iso8859-4":case"iso88594":case"iso_8859-4":case"iso_8859-4:1988":case"l4":case"latin4":return"ISO-8859-4";case"csisolatincyrillic":case"cyrillic":case"iso-8859-5":case"iso-ir-144":case"iso8859-5":case"iso88595":case"iso_8859-5":case"iso_8859-5:1988":return"ISO-8859-5";case"arabic":case"asmo-708":case"csiso88596e":case"csiso88596i":case"csisolatinarabic":case"ecma-114":case"iso-8859-6":case"iso-8859-6-e":case"iso-8859-6-i":case"iso-ir-127":case"iso8859-6":case"iso88596":case"iso_8859-6":case"iso_8859-6:1987":return"ISO-8859-6";case"csisolatingreek":case"ecma-118":case"elot_928":case"greek":case"greek8":case"iso-8859-7":case"iso-ir-126":case"iso8859-7":case"iso88597":case"iso_8859-7":case"iso_8859-7:1987":case"sun_eu_greek":return"ISO-8859-7";case"csiso88598e":case"csisolatinhebrew":case"hebrew":case"iso-8859-8":case"iso-8859-8-e":case"iso-ir-138":case"iso8859-8":case"iso88598":case"iso_8859-8":case"iso_8859-8:1988":case"visual":return"ISO-8859-8";case"csiso88598i":case"iso-8859-8-i":case"logical":return"ISO-8859-8-I";case"csisolatin6":case"iso-8859-10":case"iso-ir-157":case"iso8859-10":case"iso885910":case"l6":case"latin6":return"ISO-8859-10";case"iso-8859-13":case"iso8859-13":case"iso885913":return"ISO-8859-13";case"iso-8859-14":case"iso8859-14":case"iso885914":return"ISO-8859-14";case"csisolatin9":case"iso-8859-15":case"iso8859-15":case"iso885915":case"iso_8859-15":case"l9":return"ISO-8859-15";case"iso-8859-16":return"ISO-8859-16";case"cskoi8r":case"koi":case"koi8":case"koi8-r":case"koi8_r":return"KOI8-R";case"koi8-ru":case"koi8-u":return"KOI8-U";case"csmacintosh":case"mac":case"macintosh":case"x-mac-roman":return"macintosh";case"iso-8859-11":case"iso8859-11":case"iso885911":case"tis-620":case"windows-874":return"windows-874";case"cp1250":case"windows-1250":case"x-cp1250":return"windows-1250";case"cp1251":case"windows-1251":case"x-cp1251":return"windows-1251";case"ansi_x3.4-1968":case"ascii":case"cp1252":case"cp819":case"csisolatin1":case"ibm819":case"iso-8859-1":case"iso-ir-100":case"iso8859-1":case"iso88591":case"iso_8859-1":case"iso_8859-1:1987":case"l1":case"latin1":case"us-ascii":case"windows-1252":case"x-cp1252":return"windows-1252";case"cp1253":case"windows-1253":case"x-cp1253":return"windows-1253";case"cp1254":case"csisolatin5":case"iso-8859-9":case"iso-ir-148":case"iso8859-9":case"iso88599":case"iso_8859-9":case"iso_8859-9:1989":case"l5":case"latin5":case"windows-1254":case"x-cp1254":return"windows-1254";case"cp1255":case"windows-1255":case"x-cp1255":return"windows-1255";case"cp1256":case"windows-1256":case"x-cp1256":return"windows-1256";case"cp1257":case"windows-1257":case"x-cp1257":return"windows-1257";case"cp1258":case"windows-1258":case"x-cp1258":return"windows-1258";case"x-mac-cyrillic":case"x-mac-ukrainian":return"x-mac-cyrillic";case"chinese":case"csgb2312":case"csiso58gb231280":case"gb2312":case"gb_2312":case"gb_2312-80":case"gbk":case"iso-ir-58":case"x-gbk":return"GBK";case"gb18030":return"gb18030";case"big5":case"big5-hkscs":case"cn-big5":case"csbig5":case"x-x-big5":return"Big5";case"cseucpkdfmtjapanese":case"euc-jp":case"x-euc-jp":return"EUC-JP";case"csiso2022jp":case"iso-2022-jp":return"ISO-2022-JP";case"csshiftjis":case"ms932":case"ms_kanji":case"shift-jis":case"shift_jis":case"sjis":case"windows-31j":case"x-sjis":return"Shift_JIS";case"cseuckr":case"csksc56011987":case"euc-kr":case"iso-ir-149":case"korean":case"ks_c_5601-1987":case"ks_c_5601-1989":case"ksc5601":case"ksc_5601":case"windows-949":return"EUC-KR";case"csiso2022kr":case"hz-gb-2312":case"iso-2022-cn":case"iso-2022-cn-ext":case"iso-2022-kr":case"replacement":return"replacement";case"unicodefffe":case"utf-16be":return"UTF-16BE";case"csunicode":case"iso-10646-ucs-2":case"ucs-2":case"unicode":case"unicodefeff":case"utf-16":case"utf-16le":return"UTF-16LE";case"x-user-defined":return"x-user-defined";default:return"failure"}}i.exports={getEncoding:getEncoding}},48355:(i,u,p)=>{const{staticPropertyDescriptors:A,readOperation:g,fireAProgressEvent:C}=p(53610);const{kState:S,kError:w,kResult:B,kEvents:v,kAborted:N}=p(20961);const{webidl:T}=p(45893);const{kEnumerableProperty:Q}=p(3440);class FileReader extends EventTarget{constructor(){super();this[S]="empty";this[B]=null;this[w]=null;this[v]={loadend:null,error:null,abort:null,load:null,progress:null,loadstart:null}}readAsArrayBuffer(i){T.brandCheck(this,FileReader);T.argumentLengthCheck(arguments,1,"FileReader.readAsArrayBuffer");i=T.converters.Blob(i,{strict:false});g(this,i,"ArrayBuffer")}readAsBinaryString(i){T.brandCheck(this,FileReader);T.argumentLengthCheck(arguments,1,"FileReader.readAsBinaryString");i=T.converters.Blob(i,{strict:false});g(this,i,"BinaryString")}readAsText(i,u=undefined){T.brandCheck(this,FileReader);T.argumentLengthCheck(arguments,1,"FileReader.readAsText");i=T.converters.Blob(i,{strict:false});if(u!==undefined){u=T.converters.DOMString(u,"FileReader.readAsText","encoding")}g(this,i,"Text",u)}readAsDataURL(i){T.brandCheck(this,FileReader);T.argumentLengthCheck(arguments,1,"FileReader.readAsDataURL");i=T.converters.Blob(i,{strict:false});g(this,i,"DataURL")}abort(){if(this[S]==="empty"||this[S]==="done"){this[B]=null;return}if(this[S]==="loading"){this[S]="done";this[B]=null}this[N]=true;C("abort",this);if(this[S]!=="loading"){C("loadend",this)}}get readyState(){T.brandCheck(this,FileReader);switch(this[S]){case"empty":return this.EMPTY;case"loading":return this.LOADING;case"done":return this.DONE}}get result(){T.brandCheck(this,FileReader);return this[B]}get error(){T.brandCheck(this,FileReader);return this[w]}get onloadend(){T.brandCheck(this,FileReader);return this[v].loadend}set onloadend(i){T.brandCheck(this,FileReader);if(this[v].loadend){this.removeEventListener("loadend",this[v].loadend)}if(typeof i==="function"){this[v].loadend=i;this.addEventListener("loadend",i)}else{this[v].loadend=null}}get onerror(){T.brandCheck(this,FileReader);return this[v].error}set onerror(i){T.brandCheck(this,FileReader);if(this[v].error){this.removeEventListener("error",this[v].error)}if(typeof i==="function"){this[v].error=i;this.addEventListener("error",i)}else{this[v].error=null}}get onloadstart(){T.brandCheck(this,FileReader);return this[v].loadstart}set onloadstart(i){T.brandCheck(this,FileReader);if(this[v].loadstart){this.removeEventListener("loadstart",this[v].loadstart)}if(typeof i==="function"){this[v].loadstart=i;this.addEventListener("loadstart",i)}else{this[v].loadstart=null}}get onprogress(){T.brandCheck(this,FileReader);return this[v].progress}set onprogress(i){T.brandCheck(this,FileReader);if(this[v].progress){this.removeEventListener("progress",this[v].progress)}if(typeof i==="function"){this[v].progress=i;this.addEventListener("progress",i)}else{this[v].progress=null}}get onload(){T.brandCheck(this,FileReader);return this[v].load}set onload(i){T.brandCheck(this,FileReader);if(this[v].load){this.removeEventListener("load",this[v].load)}if(typeof i==="function"){this[v].load=i;this.addEventListener("load",i)}else{this[v].load=null}}get onabort(){T.brandCheck(this,FileReader);return this[v].abort}set onabort(i){T.brandCheck(this,FileReader);if(this[v].abort){this.removeEventListener("abort",this[v].abort)}if(typeof i==="function"){this[v].abort=i;this.addEventListener("abort",i)}else{this[v].abort=null}}}FileReader.EMPTY=FileReader.prototype.EMPTY=0;FileReader.LOADING=FileReader.prototype.LOADING=1;FileReader.DONE=FileReader.prototype.DONE=2;Object.defineProperties(FileReader.prototype,{EMPTY:A,LOADING:A,DONE:A,readAsArrayBuffer:Q,readAsBinaryString:Q,readAsText:Q,readAsDataURL:Q,abort:Q,readyState:Q,result:Q,error:Q,onloadstart:Q,onprogress:Q,onload:Q,onabort:Q,onerror:Q,onloadend:Q,[Symbol.toStringTag]:{value:"FileReader",writable:false,enumerable:false,configurable:true}});Object.defineProperties(FileReader,{EMPTY:A,LOADING:A,DONE:A});i.exports={FileReader:FileReader}},88573:(i,u,p)=>{const{webidl:A}=p(45893);const g=Symbol("ProgressEvent state");class ProgressEvent extends Event{constructor(i,u={}){i=A.converters.DOMString(i,"ProgressEvent constructor","type");u=A.converters.ProgressEventInit(u??{});super(i,u);this[g]={lengthComputable:u.lengthComputable,loaded:u.loaded,total:u.total}}get lengthComputable(){A.brandCheck(this,ProgressEvent);return this[g].lengthComputable}get loaded(){A.brandCheck(this,ProgressEvent);return this[g].loaded}get total(){A.brandCheck(this,ProgressEvent);return this[g].total}}A.converters.ProgressEventInit=A.dictionaryConverter([{key:"lengthComputable",converter:A.converters.boolean,defaultValue:()=>false},{key:"loaded",converter:A.converters["unsigned long long"],defaultValue:()=>0},{key:"total",converter:A.converters["unsigned long long"],defaultValue:()=>0},{key:"bubbles",converter:A.converters.boolean,defaultValue:()=>false},{key:"cancelable",converter:A.converters.boolean,defaultValue:()=>false},{key:"composed",converter:A.converters.boolean,defaultValue:()=>false}]);i.exports={ProgressEvent:ProgressEvent}},20961:i=>{i.exports={kState:Symbol("FileReader state"),kResult:Symbol("FileReader result"),kError:Symbol("FileReader error"),kLastProgressEventFired:Symbol("FileReader last progress event fired timestamp"),kEvents:Symbol("FileReader events"),kAborted:Symbol("FileReader aborted")}},53610:(i,u,p)=>{const{kState:A,kError:g,kResult:C,kAborted:S,kLastProgressEventFired:w}=p(20961);const{ProgressEvent:B}=p(88573);const{getEncoding:v}=p(22607);const{serializeAMimeType:N,parseMIMEType:T}=p(51900);const{types:Q}=p(57975);const{StringDecoder:x}=p(13193);const{btoa:_}=p(4573);const k={enumerable:true,writable:false,configurable:false};function readOperation(i,u,p,B){if(i[A]==="loading"){throw new DOMException("Invalid state","InvalidStateError")}i[A]="loading";i[C]=null;i[g]=null;const v=u.stream();const N=v.getReader();const T=[];let x=N.read();let _=true;(async()=>{while(!i[S]){try{const{done:v,value:k}=await x;if(_&&!i[S]){queueMicrotask((()=>{fireAProgressEvent("loadstart",i)}))}_=false;if(!v&&Q.isUint8Array(k)){T.push(k);if((i[w]===undefined||Date.now()-i[w]>=50)&&!i[S]){i[w]=Date.now();queueMicrotask((()=>{fireAProgressEvent("progress",i)}))}x=N.read()}else if(v){queueMicrotask((()=>{i[A]="done";try{const A=packageData(T,p,u.type,B);if(i[S]){return}i[C]=A;fireAProgressEvent("load",i)}catch(u){i[g]=u;fireAProgressEvent("error",i)}if(i[A]!=="loading"){fireAProgressEvent("loadend",i)}}));break}}catch(u){if(i[S]){return}queueMicrotask((()=>{i[A]="done";i[g]=u;fireAProgressEvent("error",i);if(i[A]!=="loading"){fireAProgressEvent("loadend",i)}}));break}}})()}function fireAProgressEvent(i,u){const p=new B(i,{bubbles:false,cancelable:false});u.dispatchEvent(p)}function packageData(i,u,p,A){switch(u){case"DataURL":{let u="data:";const A=T(p||"application/octet-stream");if(A!=="failure"){u+=N(A)}u+=";base64,";const g=new x("latin1");for(const p of i){u+=_(g.write(p))}u+=_(g.end());return u}case"Text":{let u="failure";if(A){u=v(A)}if(u==="failure"&&p){const i=T(p);if(i!=="failure"){u=v(i.parameters.get("charset"))}}if(u==="failure"){u="UTF-8"}return decode(i,u)}case"ArrayBuffer":{const u=combineByteSequences(i);return u.buffer}case"BinaryString":{let u="";const p=new x("latin1");for(const A of i){u+=p.write(A)}u+=p.end();return u}}}function decode(i,u){const p=combineByteSequences(i);const A=BOMSniffing(p);let g=0;if(A!==null){u=A;g=A==="UTF-8"?3:2}const C=p.slice(g);return new TextDecoder(u).decode(C)}function BOMSniffing(i){const[u,p,A]=i;if(u===239&&p===187&&A===191){return"UTF-8"}else if(u===254&&p===255){return"UTF-16BE"}else if(u===255&&p===254){return"UTF-16LE"}return null}function combineByteSequences(i){const u=i.reduce(((i,u)=>i+u.byteLength),0);let p=0;return i.reduce(((i,u)=>{i.set(u,p);p+=u.byteLength;return i}),new Uint8Array(u))}i.exports={staticPropertyDescriptors:k,readOperation:readOperation,fireAProgressEvent:fireAProgressEvent}},86897:(i,u,p)=>{const{uid:A,states:g,sentCloseFrameState:C,emptyBuffer:S,opcodes:w}=p(20736);const{kReadyState:B,kSentClose:v,kByteParser:N,kReceivedClose:T,kResponse:Q}=p(61216);const{fireEvent:x,failWebsocketConnection:_,isClosing:k,isClosed:D,isEstablished:O,parseExtensions:P}=p(98625);const{channels:L}=p(42414);const{CloseEvent:U}=p(15188);const{makeRequest:H}=p(9967);const{fetching:z}=p(54398);const{Headers:j,getHeadersList:q}=p(60660);const{getDecodeSplit:$}=p(73168);const{WebsocketFrameSend:J}=p(3264);let W;try{W=p(77598)}catch{}function establishWebSocketConnection(i,u,p,g,C,S){const w=i;w.protocol=i.protocol==="ws:"?"http:":"https:";const B=H({urlList:[w],client:p,serviceWorkers:"none",referrer:"no-referrer",mode:"websocket",credentials:"include",cache:"no-store",redirect:"error"});if(S.headers){const i=q(new j(S.headers));B.headersList=i}const v=W.randomBytes(16).toString("base64");B.headersList.append("sec-websocket-key",v);B.headersList.append("sec-websocket-version","13");for(const i of u){B.headersList.append("sec-websocket-protocol",i)}const N="permessage-deflate; client_max_window_bits";B.headersList.append("sec-websocket-extensions",N);const T=z({request:B,useParallelQueue:true,dispatcher:S.dispatcher,processResponse(i){if(i.type==="error"||i.status!==101){_(g,"Received network error or non-101 status code.");return}if(u.length!==0&&!i.headersList.get("Sec-WebSocket-Protocol")){_(g,"Server did not respond with sent protocols.");return}if(i.headersList.get("Upgrade")?.toLowerCase()!=="websocket"){_(g,'Server did not set Upgrade header to "websocket".');return}if(i.headersList.get("Connection")?.toLowerCase()!=="upgrade"){_(g,'Server did not set Connection header to "upgrade".');return}const p=i.headersList.get("Sec-WebSocket-Accept");const S=W.createHash("sha1").update(v+A).digest("base64");if(p!==S){_(g,"Incorrect hash received in Sec-WebSocket-Accept header.");return}const w=i.headersList.get("Sec-WebSocket-Extensions");let N;if(w!==null){N=P(w);if(!N.has("permessage-deflate")){_(g,"Sec-WebSocket-Extensions header does not match.");return}}const T=i.headersList.get("Sec-WebSocket-Protocol");if(T!==null){const i=$("sec-websocket-protocol",B.headersList);if(!i.includes(T)){_(g,"Protocol was not set in the opening handshake.");return}}i.socket.on("data",onSocketData);i.socket.on("close",onSocketClose);i.socket.on("error",onSocketError);if(L.open.hasSubscribers){L.open.publish({address:i.socket.address(),protocol:T,extensions:w})}C(i,N)}});return T}function closeWebSocketConnection(i,u,p,A){if(k(i)||D(i)){}else if(!O(i)){_(i,"Connection was closed before it was established.");i[B]=g.CLOSING}else if(i[v]===C.NOT_SENT){i[v]=C.PROCESSING;const N=new J;if(u!==undefined&&p===undefined){N.frameData=Buffer.allocUnsafe(2);N.frameData.writeUInt16BE(u,0)}else if(u!==undefined&&p!==undefined){N.frameData=Buffer.allocUnsafe(2+A);N.frameData.writeUInt16BE(u,0);N.frameData.write(p,2,"utf-8")}else{N.frameData=S}const T=i[Q].socket;T.write(N.createFrame(w.CLOSE));i[v]=C.SENT;i[B]=g.CLOSING}else{i[B]=g.CLOSING}}function onSocketData(i){if(!this.ws[N].write(i)){this.pause()}}function onSocketClose(){const{ws:i}=this;const{[Q]:u}=i;u.socket.off("data",onSocketData);u.socket.off("close",onSocketClose);u.socket.off("error",onSocketError);const p=i[v]===C.SENT&&i[T];let A=1005;let S="";const w=i[N].closingInfo;if(w&&!w.error){A=w.code??1005;S=w.reason}else if(!i[T]){A=1006}i[B]=g.CLOSED;x("close",i,((i,u)=>new U(i,u)),{wasClean:p,code:A,reason:S});if(L.close.hasSubscribers){L.close.publish({websocket:i,code:A,reason:S})}}function onSocketError(i){const{ws:u}=this;u[B]=g.CLOSING;if(L.socketError.hasSubscribers){L.socketError.publish(i)}this.destroy()}i.exports={establishWebSocketConnection:establishWebSocketConnection,closeWebSocketConnection:closeWebSocketConnection}},20736:i=>{const u="258EAFA5-E914-47DA-95CA-C5AB0DC85B11";const p={enumerable:true,writable:false,configurable:false};const A={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3};const g={NOT_SENT:0,PROCESSING:1,SENT:2};const C={CONTINUATION:0,TEXT:1,BINARY:2,CLOSE:8,PING:9,PONG:10};const S=2**16-1;const w={INFO:0,PAYLOADLENGTH_16:2,PAYLOADLENGTH_64:3,READ_DATA:4};const B=Buffer.allocUnsafe(0);const v={string:1,typedArray:2,arrayBuffer:3,blob:4};i.exports={uid:u,sentCloseFrameState:g,staticPropertyDescriptors:p,states:A,opcodes:C,maxUnsigned16Bit:S,parserStates:w,emptyBuffer:B,sendHints:v}},15188:(i,u,p)=>{const{webidl:A}=p(45893);const{kEnumerableProperty:g}=p(3440);const{kConstruct:C}=p(36443);const{MessagePort:S}=p(75919);class MessageEvent extends Event{#ae;constructor(i,u={}){if(i===C){super(arguments[1],arguments[2]);A.util.markAsUncloneable(this);return}const p="MessageEvent constructor";A.argumentLengthCheck(arguments,1,p);i=A.converters.DOMString(i,p,"type");u=A.converters.MessageEventInit(u,p,"eventInitDict");super(i,u);this.#ae=u;A.util.markAsUncloneable(this)}get data(){A.brandCheck(this,MessageEvent);return this.#ae.data}get origin(){A.brandCheck(this,MessageEvent);return this.#ae.origin}get lastEventId(){A.brandCheck(this,MessageEvent);return this.#ae.lastEventId}get source(){A.brandCheck(this,MessageEvent);return this.#ae.source}get ports(){A.brandCheck(this,MessageEvent);if(!Object.isFrozen(this.#ae.ports)){Object.freeze(this.#ae.ports)}return this.#ae.ports}initMessageEvent(i,u=false,p=false,g=null,C="",S="",w=null,B=[]){A.brandCheck(this,MessageEvent);A.argumentLengthCheck(arguments,1,"MessageEvent.initMessageEvent");return new MessageEvent(i,{bubbles:u,cancelable:p,data:g,origin:C,lastEventId:S,source:w,ports:B})}static createFastMessageEvent(i,u){const p=new MessageEvent(C,i,u);p.#ae=u;p.#ae.data??=null;p.#ae.origin??="";p.#ae.lastEventId??="";p.#ae.source??=null;p.#ae.ports??=[];return p}}const{createFastMessageEvent:w}=MessageEvent;delete MessageEvent.createFastMessageEvent;class CloseEvent extends Event{#ae;constructor(i,u={}){const p="CloseEvent constructor";A.argumentLengthCheck(arguments,1,p);i=A.converters.DOMString(i,p,"type");u=A.converters.CloseEventInit(u);super(i,u);this.#ae=u;A.util.markAsUncloneable(this)}get wasClean(){A.brandCheck(this,CloseEvent);return this.#ae.wasClean}get code(){A.brandCheck(this,CloseEvent);return this.#ae.code}get reason(){A.brandCheck(this,CloseEvent);return this.#ae.reason}}class ErrorEvent extends Event{#ae;constructor(i,u){const p="ErrorEvent constructor";A.argumentLengthCheck(arguments,1,p);super(i,u);A.util.markAsUncloneable(this);i=A.converters.DOMString(i,p,"type");u=A.converters.ErrorEventInit(u??{});this.#ae=u}get message(){A.brandCheck(this,ErrorEvent);return this.#ae.message}get filename(){A.brandCheck(this,ErrorEvent);return this.#ae.filename}get lineno(){A.brandCheck(this,ErrorEvent);return this.#ae.lineno}get colno(){A.brandCheck(this,ErrorEvent);return this.#ae.colno}get error(){A.brandCheck(this,ErrorEvent);return this.#ae.error}}Object.defineProperties(MessageEvent.prototype,{[Symbol.toStringTag]:{value:"MessageEvent",configurable:true},data:g,origin:g,lastEventId:g,source:g,ports:g,initMessageEvent:g});Object.defineProperties(CloseEvent.prototype,{[Symbol.toStringTag]:{value:"CloseEvent",configurable:true},reason:g,code:g,wasClean:g});Object.defineProperties(ErrorEvent.prototype,{[Symbol.toStringTag]:{value:"ErrorEvent",configurable:true},message:g,filename:g,lineno:g,colno:g,error:g});A.converters.MessagePort=A.interfaceConverter(S);A.converters["sequence<MessagePort>"]=A.sequenceConverter(A.converters.MessagePort);const B=[{key:"bubbles",converter:A.converters.boolean,defaultValue:()=>false},{key:"cancelable",converter:A.converters.boolean,defaultValue:()=>false},{key:"composed",converter:A.converters.boolean,defaultValue:()=>false}];A.converters.MessageEventInit=A.dictionaryConverter([...B,{key:"data",converter:A.converters.any,defaultValue:()=>null},{key:"origin",converter:A.converters.USVString,defaultValue:()=>""},{key:"lastEventId",converter:A.converters.DOMString,defaultValue:()=>""},{key:"source",converter:A.nullableConverter(A.converters.MessagePort),defaultValue:()=>null},{key:"ports",converter:A.converters["sequence<MessagePort>"],defaultValue:()=>new Array(0)}]);A.converters.CloseEventInit=A.dictionaryConverter([...B,{key:"wasClean",converter:A.converters.boolean,defaultValue:()=>false},{key:"code",converter:A.converters["unsigned short"],defaultValue:()=>0},{key:"reason",converter:A.converters.USVString,defaultValue:()=>""}]);A.converters.ErrorEventInit=A.dictionaryConverter([...B,{key:"message",converter:A.converters.DOMString,defaultValue:()=>""},{key:"filename",converter:A.converters.USVString,defaultValue:()=>""},{key:"lineno",converter:A.converters["unsigned long"],defaultValue:()=>0},{key:"colno",converter:A.converters["unsigned long"],defaultValue:()=>0},{key:"error",converter:A.converters.any}]);i.exports={MessageEvent:MessageEvent,CloseEvent:CloseEvent,ErrorEvent:ErrorEvent,createFastMessageEvent:w}},3264:(i,u,p)=>{const{maxUnsigned16Bit:A}=p(20736);const g=16386;let C;let S=null;let w=g;try{C=p(77598)}catch{C={randomFillSync:function randomFillSync(i,u,p){for(let u=0;u<i.length;++u){i[u]=Math.random()*255|0}return i}}}function generateMask(){if(w===g){w=0;C.randomFillSync(S??=Buffer.allocUnsafe(g),0,g)}return[S[w++],S[w++],S[w++],S[w++]]}class WebsocketFrameSend{constructor(i){this.frameData=i}createFrame(i){const u=this.frameData;const p=generateMask();const g=u?.byteLength??0;let C=g;let S=6;if(g>A){S+=8;C=127}else if(g>125){S+=2;C=126}const w=Buffer.allocUnsafe(g+S);w[0]=w[1]=0;w[0]|=128;w[0]=(w[0]&240)+i;
|
||
/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */w[S-4]=p[0];w[S-3]=p[1];w[S-2]=p[2];w[S-1]=p[3];w[1]=C;if(C===126){w.writeUInt16BE(g,2)}else if(C===127){w[2]=w[3]=0;w.writeUIntBE(g,4,6)}w[1]|=128;for(let i=0;i<g;++i){w[S+i]=u[i]^p[i&3]}return w}}i.exports={WebsocketFrameSend:WebsocketFrameSend}},19469:(i,u,p)=>{const{createInflateRaw:A,Z_DEFAULT_WINDOWBITS:g}=p(38522);const{isValidClientWindowBits:C}=p(98625);const S=Buffer.from([0,0,255,255]);const w=Symbol("kBuffer");const B=Symbol("kLength");class PerMessageDeflate{#ce;#e={};constructor(i){this.#e.serverNoContextTakeover=i.has("server_no_context_takeover");this.#e.serverMaxWindowBits=i.get("server_max_window_bits")}decompress(i,u,p){if(!this.#ce){let i=g;if(this.#e.serverMaxWindowBits){if(!C(this.#e.serverMaxWindowBits)){p(new Error("Invalid server_max_window_bits"));return}i=Number.parseInt(this.#e.serverMaxWindowBits)}this.#ce=A({windowBits:i});this.#ce[w]=[];this.#ce[B]=0;this.#ce.on("data",(i=>{this.#ce[w].push(i);this.#ce[B]+=i.length}));this.#ce.on("error",(i=>{this.#ce=null;p(i)}))}this.#ce.write(i);if(u){this.#ce.write(S)}this.#ce.flush((()=>{const i=Buffer.concat(this.#ce[w],this.#ce[B]);this.#ce[w].length=0;this.#ce[B]=0;p(null,i)}))}}i.exports={PerMessageDeflate:PerMessageDeflate}},81652:(i,u,p)=>{const{Writable:A}=p(57075);const g=p(34589);const{parserStates:C,opcodes:S,states:w,emptyBuffer:B,sentCloseFrameState:v}=p(20736);const{kReadyState:N,kSentClose:T,kResponse:Q,kReceivedClose:x}=p(61216);const{channels:_}=p(42414);const{isValidStatusCode:k,isValidOpcode:D,failWebsocketConnection:O,websocketMessageReceived:P,utf8Decode:L,isControlFrame:U,isTextBinaryFrame:H,isContinuationFrame:z}=p(98625);const{WebsocketFrameSend:j}=p(3264);const{closeWebSocketConnection:q}=p(86897);const{PerMessageDeflate:$}=p(19469);class ByteParser extends A{#le=[];#ue=0;#de=false;#k=C.INFO;#he={};#pe=[];#Ae;constructor(i,u){super();this.ws=i;this.#Ae=u==null?new Map:u;if(this.#Ae.has("permessage-deflate")){this.#Ae.set("permessage-deflate",new $(u))}}_write(i,u,p){this.#le.push(i);this.#ue+=i.length;this.#de=true;this.run(p)}run(i){while(this.#de){if(this.#k===C.INFO){if(this.#ue<2){return i()}const u=this.consume(2);const p=(u[0]&128)!==0;const A=u[0]&15;const g=(u[1]&128)===128;const w=!p&&A!==S.CONTINUATION;const B=u[1]&127;const v=u[0]&64;const N=u[0]&32;const T=u[0]&16;if(!D(A)){O(this.ws,"Invalid opcode received");return i()}if(g){O(this.ws,"Frame cannot be masked");return i()}if(v!==0&&!this.#Ae.has("permessage-deflate")){O(this.ws,"Expected RSV1 to be clear.");return}if(N!==0||T!==0){O(this.ws,"RSV1, RSV2, RSV3 must be clear");return}if(w&&!H(A)){O(this.ws,"Invalid frame type was fragmented.");return}if(H(A)&&this.#pe.length>0){O(this.ws,"Expected continuation frame");return}if(this.#he.fragmented&&w){O(this.ws,"Fragmented frame exceeded 125 bytes.");return}if((B>125||w)&&U(A)){O(this.ws,"Control frame either too large or fragmented");return}if(z(A)&&this.#pe.length===0&&!this.#he.compressed){O(this.ws,"Unexpected continuation frame");return}if(B<=125){this.#he.payloadLength=B;this.#k=C.READ_DATA}else if(B===126){this.#k=C.PAYLOADLENGTH_16}else if(B===127){this.#k=C.PAYLOADLENGTH_64}if(H(A)){this.#he.binaryType=A;this.#he.compressed=v!==0}this.#he.opcode=A;this.#he.masked=g;this.#he.fin=p;this.#he.fragmented=w}else if(this.#k===C.PAYLOADLENGTH_16){if(this.#ue<2){return i()}const u=this.consume(2);this.#he.payloadLength=u.readUInt16BE(0);this.#k=C.READ_DATA}else if(this.#k===C.PAYLOADLENGTH_64){if(this.#ue<8){return i()}const u=this.consume(8);const p=u.readUInt32BE(0);if(p>2**31-1){O(this.ws,"Received payload length > 2^31 bytes.");return}const A=u.readUInt32BE(4);this.#he.payloadLength=(p<<8)+A;this.#k=C.READ_DATA}else if(this.#k===C.READ_DATA){if(this.#ue<this.#he.payloadLength){return i()}const u=this.consume(this.#he.payloadLength);if(U(this.#he.opcode)){this.#de=this.parseControlFrame(u);this.#k=C.INFO}else{if(!this.#he.compressed){this.#pe.push(u);if(!this.#he.fragmented&&this.#he.fin){const i=Buffer.concat(this.#pe);P(this.ws,this.#he.binaryType,i);this.#pe.length=0}this.#k=C.INFO}else{this.#Ae.get("permessage-deflate").decompress(u,this.#he.fin,((u,p)=>{if(u){q(this.ws,1007,u.message,u.message.length);return}this.#pe.push(p);if(!this.#he.fin){this.#k=C.INFO;this.#de=true;this.run(i);return}P(this.ws,this.#he.binaryType,Buffer.concat(this.#pe));this.#de=true;this.#k=C.INFO;this.#pe.length=0;this.run(i)}));this.#de=false;break}}}}}consume(i){if(i>this.#ue){throw new Error("Called consume() before buffers satiated.")}else if(i===0){return B}if(this.#le[0].length===i){this.#ue-=this.#le[0].length;return this.#le.shift()}const u=Buffer.allocUnsafe(i);let p=0;while(p!==i){const A=this.#le[0];const{length:g}=A;if(g+p===i){u.set(this.#le.shift(),p);break}else if(g+p>i){u.set(A.subarray(0,i-p),p);this.#le[0]=A.subarray(i-p);break}else{u.set(this.#le.shift(),p);p+=A.length}}this.#ue-=i;return u}parseCloseBody(i){g(i.length!==1);let u;if(i.length>=2){u=i.readUInt16BE(0)}if(u!==undefined&&!k(u)){return{code:1002,reason:"Invalid status code",error:true}}let p=i.subarray(2);if(p[0]===239&&p[1]===187&&p[2]===191){p=p.subarray(3)}try{p=L(p)}catch{return{code:1007,reason:"Invalid UTF-8",error:true}}return{code:u,reason:p,error:false}}parseControlFrame(i){const{opcode:u,payloadLength:p}=this.#he;if(u===S.CLOSE){if(p===1){O(this.ws,"Received close frame with a 1-byte body.");return false}this.#he.closeInfo=this.parseCloseBody(i);if(this.#he.closeInfo.error){const{code:i,reason:u}=this.#he.closeInfo;q(this.ws,i,u,u.length);O(this.ws,u);return false}if(this.ws[T]!==v.SENT){let i=B;if(this.#he.closeInfo.code){i=Buffer.allocUnsafe(2);i.writeUInt16BE(this.#he.closeInfo.code,0)}const u=new j(i);this.ws[Q].socket.write(u.createFrame(S.CLOSE),(i=>{if(!i){this.ws[T]=v.SENT}}))}this.ws[N]=w.CLOSING;this.ws[x]=true;return false}else if(u===S.PING){if(!this.ws[x]){const u=new j(i);this.ws[Q].socket.write(u.createFrame(S.PONG));if(_.ping.hasSubscribers){_.ping.publish({payload:i})}}}else if(u===S.PONG){if(_.pong.hasSubscribers){_.pong.publish({payload:i})}}return true}get closingInfo(){return this.#he.closeInfo}}i.exports={ByteParser:ByteParser}},13900:(i,u,p)=>{const{WebsocketFrameSend:A}=p(3264);const{opcodes:g,sendHints:C}=p(20736);const S=p(64660);const w=Buffer[Symbol.species];class SendQueue{#fe=new S;#ge=false;#me;constructor(i){this.#me=i}add(i,u,p){if(p!==C.blob){const A=createFrame(i,p);if(!this.#ge){this.#me.write(A,u)}else{const i={promise:null,callback:u,frame:A};this.#fe.push(i)}return}const A={promise:i.arrayBuffer().then((i=>{A.promise=null;A.frame=createFrame(i,p)})),callback:u,frame:null};this.#fe.push(A);if(!this.#ge){this.#ye()}}async#ye(){this.#ge=true;const i=this.#fe;while(!i.isEmpty()){const u=i.shift();if(u.promise!==null){await u.promise}this.#me.write(u.frame,u.callback);u.callback=u.frame=null}this.#ge=false}}function createFrame(i,u){return new A(toBuffer(i,u)).createFrame(u===C.string?g.TEXT:g.BINARY)}function toBuffer(i,u){switch(u){case C.string:return Buffer.from(i);case C.arrayBuffer:case C.blob:return new w(i);case C.typedArray:return new w(i.buffer,i.byteOffset,i.byteLength)}}i.exports={SendQueue:SendQueue}},61216:i=>{i.exports={kWebSocketURL:Symbol("url"),kReadyState:Symbol("ready state"),kController:Symbol("controller"),kResponse:Symbol("response"),kBinaryType:Symbol("binary type"),kSentClose:Symbol("sent close"),kReceivedClose:Symbol("received close"),kByteParser:Symbol("byte parser")}},98625:(i,u,p)=>{const{kReadyState:A,kController:g,kResponse:C,kBinaryType:S,kWebSocketURL:w}=p(61216);const{states:B,opcodes:v}=p(20736);const{ErrorEvent:N,createFastMessageEvent:T}=p(15188);const{isUtf8:Q}=p(4573);const{collectASequenceOfCodePointsFast:x,removeHTTPWhitespace:_}=p(51900);function isConnecting(i){return i[A]===B.CONNECTING}function isEstablished(i){return i[A]===B.OPEN}function isClosing(i){return i[A]===B.CLOSING}function isClosed(i){return i[A]===B.CLOSED}function fireEvent(i,u,p=(i,u)=>new Event(i,u),A={}){const g=p(i,A);u.dispatchEvent(g)}function websocketMessageReceived(i,u,p){if(i[A]!==B.OPEN){return}let g;if(u===v.TEXT){try{g=O(p)}catch{failWebsocketConnection(i,"Received invalid UTF-8 in text frame.");return}}else if(u===v.BINARY){if(i[S]==="blob"){g=new Blob([p])}else{g=toArrayBuffer(p)}}fireEvent("message",i,T,{origin:i[w].origin,data:g})}function toArrayBuffer(i){if(i.byteLength===i.buffer.byteLength){return i.buffer}return i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength)}function isValidSubprotocol(i){if(i.length===0){return false}for(let u=0;u<i.length;++u){const p=i.charCodeAt(u);if(p<33||p>126||p===34||p===40||p===41||p===44||p===47||p===58||p===59||p===60||p===61||p===62||p===63||p===64||p===91||p===92||p===93||p===123||p===125){return false}}return true}function isValidStatusCode(i){if(i>=1e3&&i<1015){return i!==1004&&i!==1005&&i!==1006}return i>=3e3&&i<=4999}function failWebsocketConnection(i,u){const{[g]:p,[C]:A}=i;p.abort();if(A?.socket&&!A.socket.destroyed){A.socket.destroy()}if(u){fireEvent("error",i,((i,u)=>new N(i,u)),{error:new Error(u),message:u})}}function isControlFrame(i){return i===v.CLOSE||i===v.PING||i===v.PONG}function isContinuationFrame(i){return i===v.CONTINUATION}function isTextBinaryFrame(i){return i===v.TEXT||i===v.BINARY}function isValidOpcode(i){return isTextBinaryFrame(i)||isContinuationFrame(i)||isControlFrame(i)}function parseExtensions(i){const u={position:0};const p=new Map;while(u.position<i.length){const A=x(";",i,u);const[g,C=""]=A.split("=");p.set(_(g,true,false),_(C,false,true));u.position++}return p}function isValidClientWindowBits(i){for(let u=0;u<i.length;u++){const p=i.charCodeAt(u);if(p<48||p>57){return false}}return true}const k=typeof process.versions.icu==="string";const D=k?new TextDecoder("utf-8",{fatal:true}):undefined;const O=k?D.decode.bind(D):function(i){if(Q(i)){return i.toString("utf-8")}throw new TypeError("Invalid utf-8 received.")};i.exports={isConnecting:isConnecting,isEstablished:isEstablished,isClosing:isClosing,isClosed:isClosed,fireEvent:fireEvent,isValidSubprotocol:isValidSubprotocol,isValidStatusCode:isValidStatusCode,failWebsocketConnection:failWebsocketConnection,websocketMessageReceived:websocketMessageReceived,utf8Decode:O,isControlFrame:isControlFrame,isContinuationFrame:isContinuationFrame,isTextBinaryFrame:isTextBinaryFrame,isValidOpcode:isValidOpcode,parseExtensions:parseExtensions,isValidClientWindowBits:isValidClientWindowBits}},13726:(i,u,p)=>{const{webidl:A}=p(45893);const{URLSerializer:g}=p(51900);const{environmentSettingsObject:C}=p(73168);const{staticPropertyDescriptors:S,states:w,sentCloseFrameState:B,sendHints:v}=p(20736);const{kWebSocketURL:N,kReadyState:T,kController:Q,kBinaryType:x,kResponse:_,kSentClose:k,kByteParser:D}=p(61216);const{isConnecting:O,isEstablished:P,isClosing:L,isValidSubprotocol:U,fireEvent:H}=p(98625);const{establishWebSocketConnection:z,closeWebSocketConnection:j}=p(86897);const{ByteParser:q}=p(81652);const{kEnumerableProperty:$,isBlobLike:J}=p(3440);const{getGlobalDispatcher:W}=p(32581);const{types:Y}=p(57975);const{ErrorEvent:K,CloseEvent:Z}=p(15188);const{SendQueue:X}=p(13900);class WebSocket extends EventTarget{#a={open:null,error:null,close:null,message:null};#Ee=0;#Ce="";#Ae="";#be;constructor(i,u=[]){super();A.util.markAsUncloneable(this);const p="WebSocket constructor";A.argumentLengthCheck(arguments,1,p);const g=A.converters["DOMString or sequence<DOMString> or WebSocketInit"](u,p,"options");i=A.converters.USVString(i,p,"url");u=g.protocols;const S=C.settingsObject.baseUrl;let w;try{w=new URL(i,S)}catch(i){throw new DOMException(i,"SyntaxError")}if(w.protocol==="http:"){w.protocol="ws:"}else if(w.protocol==="https:"){w.protocol="wss:"}if(w.protocol!=="ws:"&&w.protocol!=="wss:"){throw new DOMException(`Expected a ws: or wss: protocol, got ${w.protocol}`,"SyntaxError")}if(w.hash||w.href.endsWith("#")){throw new DOMException("Got fragment","SyntaxError")}if(typeof u==="string"){u=[u]}if(u.length!==new Set(u.map((i=>i.toLowerCase()))).size){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}if(u.length>0&&!u.every((i=>U(i)))){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}this[N]=new URL(w.href);const v=C.settingsObject;this[Q]=z(w,u,v,this,((i,u)=>this.#Ie(i,u)),g);this[T]=WebSocket.CONNECTING;this[k]=B.NOT_SENT;this[x]="blob"}close(i=undefined,u=undefined){A.brandCheck(this,WebSocket);const p="WebSocket.close";if(i!==undefined){i=A.converters["unsigned short"](i,p,"code",{clamp:true})}if(u!==undefined){u=A.converters.USVString(u,p,"reason")}if(i!==undefined){if(i!==1e3&&(i<3e3||i>4999)){throw new DOMException("invalid code","InvalidAccessError")}}let g=0;if(u!==undefined){g=Buffer.byteLength(u);if(g>123){throw new DOMException(`Reason must be less than 123 bytes; received ${g}`,"SyntaxError")}}j(this,i,u,g)}send(i){A.brandCheck(this,WebSocket);const u="WebSocket.send";A.argumentLengthCheck(arguments,1,u);i=A.converters.WebSocketSendData(i,u,"data");if(O(this)){throw new DOMException("Sent before connected.","InvalidStateError")}if(!P(this)||L(this)){return}if(typeof i==="string"){const u=Buffer.byteLength(i);this.#Ee+=u;this.#be.add(i,(()=>{this.#Ee-=u}),v.string)}else if(Y.isArrayBuffer(i)){this.#Ee+=i.byteLength;this.#be.add(i,(()=>{this.#Ee-=i.byteLength}),v.arrayBuffer)}else if(ArrayBuffer.isView(i)){this.#Ee+=i.byteLength;this.#be.add(i,(()=>{this.#Ee-=i.byteLength}),v.typedArray)}else if(J(i)){this.#Ee+=i.size;this.#be.add(i,(()=>{this.#Ee-=i.size}),v.blob)}}get readyState(){A.brandCheck(this,WebSocket);return this[T]}get bufferedAmount(){A.brandCheck(this,WebSocket);return this.#Ee}get url(){A.brandCheck(this,WebSocket);return g(this[N])}get extensions(){A.brandCheck(this,WebSocket);return this.#Ae}get protocol(){A.brandCheck(this,WebSocket);return this.#Ce}get onopen(){A.brandCheck(this,WebSocket);return this.#a.open}set onopen(i){A.brandCheck(this,WebSocket);if(this.#a.open){this.removeEventListener("open",this.#a.open)}if(typeof i==="function"){this.#a.open=i;this.addEventListener("open",i)}else{this.#a.open=null}}get onerror(){A.brandCheck(this,WebSocket);return this.#a.error}set onerror(i){A.brandCheck(this,WebSocket);if(this.#a.error){this.removeEventListener("error",this.#a.error)}if(typeof i==="function"){this.#a.error=i;this.addEventListener("error",i)}else{this.#a.error=null}}get onclose(){A.brandCheck(this,WebSocket);return this.#a.close}set onclose(i){A.brandCheck(this,WebSocket);if(this.#a.close){this.removeEventListener("close",this.#a.close)}if(typeof i==="function"){this.#a.close=i;this.addEventListener("close",i)}else{this.#a.close=null}}get onmessage(){A.brandCheck(this,WebSocket);return this.#a.message}set onmessage(i){A.brandCheck(this,WebSocket);if(this.#a.message){this.removeEventListener("message",this.#a.message)}if(typeof i==="function"){this.#a.message=i;this.addEventListener("message",i)}else{this.#a.message=null}}get binaryType(){A.brandCheck(this,WebSocket);return this[x]}set binaryType(i){A.brandCheck(this,WebSocket);if(i!=="blob"&&i!=="arraybuffer"){this[x]="blob"}else{this[x]=i}}#Ie(i,u){this[_]=i;const p=new q(this,u);p.on("drain",onParserDrain);p.on("error",onParserError.bind(this));i.socket.ws=this;this[D]=p;this.#be=new X(i.socket);this[T]=w.OPEN;const A=i.headersList.get("sec-websocket-extensions");if(A!==null){this.#Ae=A}const g=i.headersList.get("sec-websocket-protocol");if(g!==null){this.#Ce=g}H("open",this)}}WebSocket.CONNECTING=WebSocket.prototype.CONNECTING=w.CONNECTING;WebSocket.OPEN=WebSocket.prototype.OPEN=w.OPEN;WebSocket.CLOSING=WebSocket.prototype.CLOSING=w.CLOSING;WebSocket.CLOSED=WebSocket.prototype.CLOSED=w.CLOSED;Object.defineProperties(WebSocket.prototype,{CONNECTING:S,OPEN:S,CLOSING:S,CLOSED:S,url:$,readyState:$,bufferedAmount:$,onopen:$,onerror:$,onclose:$,close:$,onmessage:$,binaryType:$,send:$,extensions:$,protocol:$,[Symbol.toStringTag]:{value:"WebSocket",writable:false,enumerable:false,configurable:true}});Object.defineProperties(WebSocket,{CONNECTING:S,OPEN:S,CLOSING:S,CLOSED:S});A.converters["sequence<DOMString>"]=A.sequenceConverter(A.converters.DOMString);A.converters["DOMString or sequence<DOMString>"]=function(i,u,p){if(A.util.Type(i)==="Object"&&Symbol.iterator in i){return A.converters["sequence<DOMString>"](i)}return A.converters.DOMString(i,u,p)};A.converters.WebSocketInit=A.dictionaryConverter([{key:"protocols",converter:A.converters["DOMString or sequence<DOMString>"],defaultValue:()=>new Array(0)},{key:"dispatcher",converter:A.converters.any,defaultValue:()=>W()},{key:"headers",converter:A.nullableConverter(A.converters.HeadersInit)}]);A.converters["DOMString or sequence<DOMString> or WebSocketInit"]=function(i){if(A.util.Type(i)==="Object"&&!(Symbol.iterator in i)){return A.converters.WebSocketInit(i)}return{protocols:A.converters["DOMString or sequence<DOMString>"](i)}};A.converters.WebSocketSendData=function(i){if(A.util.Type(i)==="Object"){if(J(i)){return A.converters.Blob(i,{strict:false})}if(ArrayBuffer.isView(i)||Y.isArrayBuffer(i)){return A.converters.BufferSource(i)}}return A.converters.USVString(i)};function onParserDrain(){this.ws[_].socket.resume()}function onParserError(i){let u;let p;if(i instanceof Z){u=i.reason;p=i.code}else{u=i.message}H("error",this,(()=>new K("error",{error:i,message:u})));j(this,p)}i.exports={WebSocket:WebSocket}},46019:(i,u,p)=>{var A=p(16928);var g=p(71933);i.exports=function(i,u,p){return A.join(i,(u?u+"-":"")+g(p))}},71933:(i,u,p)=>{var A=p(72024);i.exports=function(i){if(i){var u=new A(i);return("00000000"+u.result().toString(16)).slice(-8)}else{return(Math.random().toString(16)+"0000000").slice(2,10)}}},39962:i=>{i.exports=function(i){i.prototype[Symbol.iterator]=function*(){for(let i=this.head;i;i=i.next){yield i.value}}}},17864:(i,u,p)=>{i.exports=Yallist;Yallist.Node=Node;Yallist.create=Yallist;function Yallist(i){var u=this;if(!(u instanceof Yallist)){u=new Yallist}u.tail=null;u.head=null;u.length=0;if(i&&typeof i.forEach==="function"){i.forEach((function(i){u.push(i)}))}else if(arguments.length>0){for(var p=0,A=arguments.length;p<A;p++){u.push(arguments[p])}}return u}Yallist.prototype.removeNode=function(i){if(i.list!==this){throw new Error("removing node which does not belong to this list")}var u=i.next;var p=i.prev;if(u){u.prev=p}if(p){p.next=u}if(i===this.head){this.head=u}if(i===this.tail){this.tail=p}i.list.length--;i.next=null;i.prev=null;i.list=null;return u};Yallist.prototype.unshiftNode=function(i){if(i===this.head){return}if(i.list){i.list.removeNode(i)}var u=this.head;i.list=this;i.next=u;if(u){u.prev=i}this.head=i;if(!this.tail){this.tail=i}this.length++};Yallist.prototype.pushNode=function(i){if(i===this.tail){return}if(i.list){i.list.removeNode(i)}var u=this.tail;i.list=this;i.prev=u;if(u){u.next=i}this.tail=i;if(!this.head){this.head=i}this.length++};Yallist.prototype.push=function(){for(var i=0,u=arguments.length;i<u;i++){push(this,arguments[i])}return this.length};Yallist.prototype.unshift=function(){for(var i=0,u=arguments.length;i<u;i++){unshift(this,arguments[i])}return this.length};Yallist.prototype.pop=function(){if(!this.tail){return undefined}var i=this.tail.value;this.tail=this.tail.prev;if(this.tail){this.tail.next=null}else{this.head=null}this.length--;return i};Yallist.prototype.shift=function(){if(!this.head){return undefined}var i=this.head.value;this.head=this.head.next;if(this.head){this.head.prev=null}else{this.tail=null}this.length--;return i};Yallist.prototype.forEach=function(i,u){u=u||this;for(var p=this.head,A=0;p!==null;A++){i.call(u,p.value,A,this);p=p.next}};Yallist.prototype.forEachReverse=function(i,u){u=u||this;for(var p=this.tail,A=this.length-1;p!==null;A--){i.call(u,p.value,A,this);p=p.prev}};Yallist.prototype.get=function(i){for(var u=0,p=this.head;p!==null&&u<i;u++){p=p.next}if(u===i&&p!==null){return p.value}};Yallist.prototype.getReverse=function(i){for(var u=0,p=this.tail;p!==null&&u<i;u++){p=p.prev}if(u===i&&p!==null){return p.value}};Yallist.prototype.map=function(i,u){u=u||this;var p=new Yallist;for(var A=this.head;A!==null;){p.push(i.call(u,A.value,this));A=A.next}return p};Yallist.prototype.mapReverse=function(i,u){u=u||this;var p=new Yallist;for(var A=this.tail;A!==null;){p.push(i.call(u,A.value,this));A=A.prev}return p};Yallist.prototype.reduce=function(i,u){var p;var A=this.head;if(arguments.length>1){p=u}else if(this.head){A=this.head.next;p=this.head.value}else{throw new TypeError("Reduce of empty list with no initial value")}for(var g=0;A!==null;g++){p=i(p,A.value,g);A=A.next}return p};Yallist.prototype.reduceReverse=function(i,u){var p;var A=this.tail;if(arguments.length>1){p=u}else if(this.tail){A=this.tail.prev;p=this.tail.value}else{throw new TypeError("Reduce of empty list with no initial value")}for(var g=this.length-1;A!==null;g--){p=i(p,A.value,g);A=A.prev}return p};Yallist.prototype.toArray=function(){var i=new Array(this.length);for(var u=0,p=this.head;p!==null;u++){i[u]=p.value;p=p.next}return i};Yallist.prototype.toArrayReverse=function(){var i=new Array(this.length);for(var u=0,p=this.tail;p!==null;u++){i[u]=p.value;p=p.prev}return i};Yallist.prototype.slice=function(i,u){u=u||this.length;if(u<0){u+=this.length}i=i||0;if(i<0){i+=this.length}var p=new Yallist;if(u<i||u<0){return p}if(i<0){i=0}if(u>this.length){u=this.length}for(var A=0,g=this.head;g!==null&&A<i;A++){g=g.next}for(;g!==null&&A<u;A++,g=g.next){p.push(g.value)}return p};Yallist.prototype.sliceReverse=function(i,u){u=u||this.length;if(u<0){u+=this.length}i=i||0;if(i<0){i+=this.length}var p=new Yallist;if(u<i||u<0){return p}if(i<0){i=0}if(u>this.length){u=this.length}for(var A=this.length,g=this.tail;g!==null&&A>u;A--){g=g.prev}for(;g!==null&&A>i;A--,g=g.prev){p.push(g.value)}return p};Yallist.prototype.splice=function(i,u,...p){if(i>this.length){i=this.length-1}if(i<0){i=this.length+i}for(var A=0,g=this.head;g!==null&&A<i;A++){g=g.next}var C=[];for(var A=0;g&&A<u;A++){C.push(g.value);g=this.removeNode(g)}if(g===null){g=this.tail}if(g!==this.head&&g!==this.tail){g=g.prev}for(var A=0;A<p.length;A++){g=insert(this,g,p[A])}return C};Yallist.prototype.reverse=function(){var i=this.head;var u=this.tail;for(var p=i;p!==null;p=p.prev){var A=p.prev;p.prev=p.next;p.next=A}this.head=u;this.tail=i;return this};function insert(i,u,p){var A=u===i.head?new Node(p,null,u,i):new Node(p,u,u.next,i);if(A.next===null){i.tail=A}if(A.prev===null){i.head=A}i.length++;return A}function push(i,u){i.tail=new Node(u,i.tail,null,i);if(!i.head){i.head=i.tail}i.length++}function unshift(i,u){i.head=new Node(u,null,i.head,i);if(!i.tail){i.tail=i.head}i.length++}function Node(i,u,p,A){if(!(this instanceof Node)){return new Node(i,u,p,A)}this.list=A;this.value=i;if(u){u.next=this;this.prev=u}else{this.prev=null}if(p){p.prev=this;this.next=p}else{this.next=null}}try{p(39962)(Yallist)}catch(i){}},42613:u=>{u.exports=i(import.meta.url)("assert")},20181:u=>{u.exports=i(import.meta.url)("buffer")},76982:u=>{u.exports=i(import.meta.url)("crypto")},72250:u=>{u.exports=i(import.meta.url)("dns")},24434:u=>{u.exports=i(import.meta.url)("events")},79896:u=>{u.exports=i(import.meta.url)("fs")},91943:u=>{u.exports=i(import.meta.url)("fs/promises")},58611:u=>{u.exports=i(import.meta.url)("http")},85675:u=>{u.exports=i(import.meta.url)("http2")},65692:u=>{u.exports=i(import.meta.url)("https")},69278:u=>{u.exports=i(import.meta.url)("net")},34589:u=>{u.exports=i(import.meta.url)("node:assert")},16698:u=>{u.exports=i(import.meta.url)("node:async_hooks")},4573:u=>{u.exports=i(import.meta.url)("node:buffer")},37540:u=>{u.exports=i(import.meta.url)("node:console")},77598:u=>{u.exports=i(import.meta.url)("node:crypto")},53053:u=>{u.exports=i(import.meta.url)("node:diagnostics_channel")},40610:u=>{u.exports=i(import.meta.url)("node:dns")},78474:u=>{u.exports=i(import.meta.url)("node:events")},73024:u=>{u.exports=i(import.meta.url)("node:fs")},51455:u=>{u.exports=i(import.meta.url)("node:fs/promises")},37067:u=>{u.exports=i(import.meta.url)("node:http")},32467:u=>{u.exports=i(import.meta.url)("node:http2")},77030:u=>{u.exports=i(import.meta.url)("node:net")},76760:u=>{u.exports=i(import.meta.url)("node:path")},643:u=>{u.exports=i(import.meta.url)("node:perf_hooks")},41792:u=>{u.exports=i(import.meta.url)("node:querystring")},57075:u=>{u.exports=i(import.meta.url)("node:stream")},46193:u=>{u.exports=i(import.meta.url)("node:string_decoder")},41692:u=>{u.exports=i(import.meta.url)("node:tls")},73136:u=>{u.exports=i(import.meta.url)("node:url")},57975:u=>{u.exports=i(import.meta.url)("node:util")},73429:u=>{u.exports=i(import.meta.url)("node:util/types")},75919:u=>{u.exports=i(import.meta.url)("node:worker_threads")},38522:u=>{u.exports=i(import.meta.url)("node:zlib")},70857:u=>{u.exports=i(import.meta.url)("os")},16928:u=>{u.exports=i(import.meta.url)("path")},2203:u=>{u.exports=i(import.meta.url)("stream")},13193:u=>{u.exports=i(import.meta.url)("string_decoder")},16460:u=>{u.exports=i(import.meta.url)("timers/promises")},64756:u=>{u.exports=i(import.meta.url)("tls")},52018:u=>{u.exports=i(import.meta.url)("tty")},87016:u=>{u.exports=i(import.meta.url)("url")},39023:u=>{u.exports=i(import.meta.url)("util")},43106:u=>{u.exports=i(import.meta.url)("zlib")},33345:(i,u)=>{var p;p={value:true};u.w=void 0;u.w={operationRequestMap:new WeakMap}},38914:(i,u)=>{var p;p={value:true};u.w=void 0;u.w={instrumenterImplementation:undefined}},49498:(i,u,p)=>{const A=p(5546);const isRetryError=i=>i?.code==="EPROMISERETRY"&&Object.hasOwn(i,"retried");async function promiseRetry(i,u={}){const p=A.operation(u);return new Promise((function(u,A){p.attempt((async g=>{try{const A=await i((i=>{throw Object.assign(new Error("Retrying"),{code:"EPROMISERETRY",retried:i})}),g,p);return u(A)}catch(i){if(isRetryError(i)){if(p.retry(i.retried||new Error)){return}return A(i.retried)}return A(i)}}))}))}i.exports={promiseRetry:promiseRetry}},67344:(i,u)=>{Object.defineProperty(u,"__esModule",{value:!0});u.LRUCache=void 0;var p=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,A=new Set,g=typeof process=="object"&&process?process:{},I=(i,u,p,A)=>{typeof g.emitWarning=="function"?g.emitWarning(i,u,p,A):console.error(`[${p}] ${u}: ${i}`)},C=globalThis.AbortController,S=globalThis.AbortSignal;if(typeof C>"u"){S=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(i,u){this._onabort.push(u)}},C=class{constructor(){t()}signal=new S;abort(i){if(!this.signal.aborted){this.signal.reason=i,this.signal.aborted=!0;for(let u of this.signal._onabort)u(i);this.signal.onabort?.(i)}}};let i=g.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{i&&(i=!1,I("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",t))}}var G=i=>!A.has(i),w=Symbol("type"),y=i=>i&&i===Math.floor(i)&&i>0&&isFinite(i),M=i=>y(i)?i<=Math.pow(2,8)?Uint8Array:i<=Math.pow(2,16)?Uint16Array:i<=Math.pow(2,32)?Uint32Array:i<=Number.MAX_SAFE_INTEGER?B:null:null,B=class extends Array{constructor(i){super(i),this.fill(0)}},v=class a{heap;length;static#Se=!1;static create(i){let u=M(i);if(!u)return[];a.#Se=!0;let p=new a(i,u);return a.#Se=!1,p}constructor(i,u){if(!a.#Se)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new u(i),this.length=0}push(i){this.heap[this.length++]=i}pop(){return this.heap[--this.length]}},N=class a{#Se;#we;#Be;#ve;#Re;#Ne;#Te;#Qe;get perf(){return this.#Qe}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#xe;#_e;#ke;#De;#Oe;#Pe;#Me;#Le;#Fe;#Ue;#He;#Ge;#Ve;#ze;#je;#qe;#$e;#Je;#We;static unsafeExposeInternals(i){return{starts:i.#Ve,ttls:i.#ze,autopurgeTimers:i.#je,sizes:i.#Ge,keyMap:i.#ke,keyList:i.#De,valList:i.#Oe,next:i.#Pe,prev:i.#Me,get head(){return i.#Le},get tail(){return i.#Fe},free:i.#Ue,isBackgroundFetch:u=>i.#Ye(u),backgroundFetch:(u,p,A,g)=>i.#Ke(u,p,A,g),moveToTail:u=>i.#Ze(u),indexes:u=>i.#Xe(u),rindexes:u=>i.#et(u),isStale:u=>i.#tt(u)}}get max(){return this.#Se}get maxSize(){return this.#we}get calculatedSize(){return this.#_e}get size(){return this.#xe}get fetchMethod(){return this.#Ne}get memoMethod(){return this.#Te}get dispose(){return this.#Be}get onInsert(){return this.#ve}get disposeAfter(){return this.#Re}constructor(i){let{max:u=0,ttl:g,ttlResolution:C=1,ttlAutopurge:S,updateAgeOnGet:w,updateAgeOnHas:B,allowStale:N,dispose:T,onInsert:Q,disposeAfter:x,noDisposeOnSet:_,noUpdateTTL:k,maxSize:D=0,maxEntrySize:O=0,sizeCalculation:P,fetchMethod:L,memoMethod:U,noDeleteOnFetchRejection:H,noDeleteOnStaleGet:z,allowStaleOnFetchRejection:j,allowStaleOnFetchAbort:q,ignoreFetchAbort:$,perf:J}=i;if(J!==void 0&&typeof J?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#Qe=J??p,u!==0&&!y(u))throw new TypeError("max option must be a nonnegative integer");let W=u?M(u):Array;if(!W)throw new Error("invalid max value: "+u);if(this.#Se=u,this.#we=D,this.maxEntrySize=O||this.#we,this.sizeCalculation=P,this.sizeCalculation){if(!this.#we&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(U!==void 0&&typeof U!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#Te=U,L!==void 0&&typeof L!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#Ne=L,this.#$e=!!L,this.#ke=new Map,this.#De=new Array(u).fill(void 0),this.#Oe=new Array(u).fill(void 0),this.#Pe=new W(u),this.#Me=new W(u),this.#Le=0,this.#Fe=0,this.#Ue=v.create(u),this.#xe=0,this.#_e=0,typeof T=="function"&&(this.#Be=T),typeof Q=="function"&&(this.#ve=Q),typeof x=="function"?(this.#Re=x,this.#He=[]):(this.#Re=void 0,this.#He=void 0),this.#qe=!!this.#Be,this.#We=!!this.#ve,this.#Je=!!this.#Re,this.noDisposeOnSet=!!_,this.noUpdateTTL=!!k,this.noDeleteOnFetchRejection=!!H,this.allowStaleOnFetchRejection=!!j,this.allowStaleOnFetchAbort=!!q,this.ignoreFetchAbort=!!$,this.maxEntrySize!==0){if(this.#we!==0&&!y(this.#we))throw new TypeError("maxSize must be a positive integer if specified");if(!y(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#rt()}if(this.allowStale=!!N,this.noDeleteOnStaleGet=!!z,this.updateAgeOnGet=!!w,this.updateAgeOnHas=!!B,this.ttlResolution=y(C)||C===0?C:1,this.ttlAutopurge=!!S,this.ttl=g||0,this.ttl){if(!y(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#st()}if(this.#Se===0&&this.ttl===0&&this.#we===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#Se&&!this.#we){let i="LRU_CACHE_UNBOUNDED";G(i)&&(A.add(i),I("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",i,a))}}getRemainingTTL(i){return this.#ke.has(i)?1/0:0}#st(){let i=new B(this.#Se),u=new B(this.#Se);this.#ze=i,this.#Ve=u;let p=this.ttlAutopurge?new Array(this.#Se):void 0;this.#je=p,this.#nt=(A,g,C=this.#Qe.now())=>{if(u[A]=g!==0?C:0,i[A]=g,p?.[A]&&(clearTimeout(p[A]),p[A]=void 0),g!==0&&p){let i=setTimeout((()=>{this.#tt(A)&&this.#it(this.#De[A],"expire")}),g+1);i.unref&&i.unref(),p[A]=i}},this.#ot=p=>{u[p]=i[p]!==0?this.#Qe.now():0},this.#at=(p,g)=>{if(i[g]){let C=i[g],S=u[g];if(!C||!S)return;p.ttl=C,p.start=S,p.now=A||h();let w=p.now-S;p.remainingTTL=C-w}};let A=0,h=()=>{let i=this.#Qe.now();if(this.ttlResolution>0){A=i;let u=setTimeout((()=>A=0),this.ttlResolution);u.unref&&u.unref()}return i};this.getRemainingTTL=p=>{let g=this.#ke.get(p);if(g===void 0)return 0;let C=i[g],S=u[g];if(!C||!S)return 1/0;let w=(A||h())-S;return C-w},this.#tt=p=>{let g=u[p],C=i[p];return!!C&&!!g&&(A||h())-g>C}}#ot=()=>{};#at=()=>{};#nt=()=>{};#tt=()=>!1;#rt(){let i=new B(this.#Se);this.#_e=0,this.#Ge=i,this.#ct=u=>{this.#_e-=i[u],i[u]=0},this.#lt=(i,u,p,A)=>{if(this.#Ye(u))return 0;if(!y(p))if(A){if(typeof A!="function")throw new TypeError("sizeCalculation must be a function");if(p=A(u,i),!y(p))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return p},this.#ut=(u,p,A)=>{if(i[u]=p,this.#we){let p=this.#we-i[u];for(;this.#_e>p;)this.#dt(!0)}this.#_e+=i[u],A&&(A.entrySize=p,A.totalCalculatedSize=this.#_e)}}#ct=i=>{};#ut=(i,u,p)=>{};#lt=(i,u,p,A)=>{if(p||A)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#Xe({allowStale:i=this.allowStale}={}){if(this.#xe)for(let u=this.#Fe;!(!this.#ht(u)||((i||!this.#tt(u))&&(yield u),u===this.#Le));)u=this.#Me[u]}*#et({allowStale:i=this.allowStale}={}){if(this.#xe)for(let u=this.#Le;!(!this.#ht(u)||((i||!this.#tt(u))&&(yield u),u===this.#Fe));)u=this.#Pe[u]}#ht(i){return i!==void 0&&this.#ke.get(this.#De[i])===i}*entries(){for(let i of this.#Xe())this.#Oe[i]!==void 0&&this.#De[i]!==void 0&&!this.#Ye(this.#Oe[i])&&(yield[this.#De[i],this.#Oe[i]])}*rentries(){for(let i of this.#et())this.#Oe[i]!==void 0&&this.#De[i]!==void 0&&!this.#Ye(this.#Oe[i])&&(yield[this.#De[i],this.#Oe[i]])}*keys(){for(let i of this.#Xe()){let u=this.#De[i];u!==void 0&&!this.#Ye(this.#Oe[i])&&(yield u)}}*rkeys(){for(let i of this.#et()){let u=this.#De[i];u!==void 0&&!this.#Ye(this.#Oe[i])&&(yield u)}}*values(){for(let i of this.#Xe())this.#Oe[i]!==void 0&&!this.#Ye(this.#Oe[i])&&(yield this.#Oe[i])}*rvalues(){for(let i of this.#et())this.#Oe[i]!==void 0&&!this.#Ye(this.#Oe[i])&&(yield this.#Oe[i])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(i,u={}){for(let p of this.#Xe()){let A=this.#Oe[p],g=this.#Ye(A)?A.__staleWhileFetching:A;if(g!==void 0&&i(g,this.#De[p],this))return this.get(this.#De[p],u)}}forEach(i,u=this){for(let p of this.#Xe()){let A=this.#Oe[p],g=this.#Ye(A)?A.__staleWhileFetching:A;g!==void 0&&i.call(u,g,this.#De[p],this)}}rforEach(i,u=this){for(let p of this.#et()){let A=this.#Oe[p],g=this.#Ye(A)?A.__staleWhileFetching:A;g!==void 0&&i.call(u,g,this.#De[p],this)}}purgeStale(){let i=!1;for(let u of this.#et({allowStale:!0}))this.#tt(u)&&(this.#it(this.#De[u],"expire"),i=!0);return i}info(i){let u=this.#ke.get(i);if(u===void 0)return;let p=this.#Oe[u],A=this.#Ye(p)?p.__staleWhileFetching:p;if(A===void 0)return;let g={value:A};if(this.#ze&&this.#Ve){let i=this.#ze[u],p=this.#Ve[u];if(i&&p){let u=i-(this.#Qe.now()-p);g.ttl=u,g.start=Date.now()}}return this.#Ge&&(g.size=this.#Ge[u]),g}dump(){let i=[];for(let u of this.#Xe({allowStale:!0})){let p=this.#De[u],A=this.#Oe[u],g=this.#Ye(A)?A.__staleWhileFetching:A;if(g===void 0||p===void 0)continue;let C={value:g};if(this.#ze&&this.#Ve){C.ttl=this.#ze[u];let i=this.#Qe.now()-this.#Ve[u];C.start=Math.floor(Date.now()-i)}this.#Ge&&(C.size=this.#Ge[u]),i.unshift([p,C])}return i}load(i){this.clear();for(let[u,p]of i){if(p.start){let i=Date.now()-p.start;p.start=this.#Qe.now()-i}this.set(u,p.value,p)}}set(i,u,p={}){if(u===void 0)return this.delete(i),this;let{ttl:A=this.ttl,start:g,noDisposeOnSet:C=this.noDisposeOnSet,sizeCalculation:S=this.sizeCalculation,status:w}=p,{noUpdateTTL:B=this.noUpdateTTL}=p,v=this.#lt(i,u,p.size||0,S);if(this.maxEntrySize&&v>this.maxEntrySize)return w&&(w.set="miss",w.maxEntrySizeExceeded=!0),this.#it(i,"set"),this;let N=this.#xe===0?void 0:this.#ke.get(i);if(N===void 0)N=this.#xe===0?this.#Fe:this.#Ue.length!==0?this.#Ue.pop():this.#xe===this.#Se?this.#dt(!1):this.#xe,this.#De[N]=i,this.#Oe[N]=u,this.#ke.set(i,N),this.#Pe[this.#Fe]=N,this.#Me[N]=this.#Fe,this.#Fe=N,this.#xe++,this.#ut(N,v,w),w&&(w.set="add"),B=!1,this.#We&&this.#ve?.(u,i,"add");else{this.#Ze(N);let p=this.#Oe[N];if(u!==p){if(this.#$e&&this.#Ye(p)){p.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:u}=p;u!==void 0&&!C&&(this.#qe&&this.#Be?.(u,i,"set"),this.#Je&&this.#He?.push([u,i,"set"]))}else C||(this.#qe&&this.#Be?.(p,i,"set"),this.#Je&&this.#He?.push([p,i,"set"]));if(this.#ct(N),this.#ut(N,v,w),this.#Oe[N]=u,w){w.set="replace";let i=p&&this.#Ye(p)?p.__staleWhileFetching:p;i!==void 0&&(w.oldValue=i)}}else w&&(w.set="update");this.#We&&this.onInsert?.(u,i,u===p?"update":"replace")}if(A!==0&&!this.#ze&&this.#st(),this.#ze&&(B||this.#nt(N,A,g),w&&this.#at(w,N)),!C&&this.#Je&&this.#He){let i=this.#He,u;for(;u=i?.shift();)this.#Re?.(...u)}return this}pop(){try{for(;this.#xe;){let i=this.#Oe[this.#Le];if(this.#dt(!0),this.#Ye(i)){if(i.__staleWhileFetching)return i.__staleWhileFetching}else if(i!==void 0)return i}}finally{if(this.#Je&&this.#He){let i=this.#He,u;for(;u=i?.shift();)this.#Re?.(...u)}}}#dt(i){let u=this.#Le,p=this.#De[u],A=this.#Oe[u];return this.#$e&&this.#Ye(A)?A.__abortController.abort(new Error("evicted")):(this.#qe||this.#Je)&&(this.#qe&&this.#Be?.(A,p,"evict"),this.#Je&&this.#He?.push([A,p,"evict"])),this.#ct(u),this.#je?.[u]&&(clearTimeout(this.#je[u]),this.#je[u]=void 0),i&&(this.#De[u]=void 0,this.#Oe[u]=void 0,this.#Ue.push(u)),this.#xe===1?(this.#Le=this.#Fe=0,this.#Ue.length=0):this.#Le=this.#Pe[u],this.#ke.delete(p),this.#xe--,u}has(i,u={}){let{updateAgeOnHas:p=this.updateAgeOnHas,status:A}=u,g=this.#ke.get(i);if(g!==void 0){let i=this.#Oe[g];if(this.#Ye(i)&&i.__staleWhileFetching===void 0)return!1;if(this.#tt(g))A&&(A.has="stale",this.#at(A,g));else return p&&this.#ot(g),A&&(A.has="hit",this.#at(A,g)),!0}else A&&(A.has="miss");return!1}peek(i,u={}){let{allowStale:p=this.allowStale}=u,A=this.#ke.get(i);if(A===void 0||!p&&this.#tt(A))return;let g=this.#Oe[A];return this.#Ye(g)?g.__staleWhileFetching:g}#Ke(i,u,p,A){let g=u===void 0?void 0:this.#Oe[u];if(this.#Ye(g))return g;let S=new C,{signal:w}=p;w?.addEventListener("abort",(()=>S.abort(w.reason)),{signal:S.signal});let B={signal:S.signal,options:p,context:A},f=(A,g=!1)=>{let{aborted:C}=S.signal,w=p.ignoreFetchAbort&&A!==void 0,N=p.ignoreFetchAbort||!!(p.allowStaleOnFetchAbort&&A!==void 0);if(p.status&&(C&&!g?(p.status.fetchAborted=!0,p.status.fetchError=S.signal.reason,w&&(p.status.fetchAbortIgnored=!0)):p.status.fetchResolved=!0),C&&!w&&!g)return c(S.signal.reason,N);let T=v,Q=this.#Oe[u];return(Q===v||w&&g&&Q===void 0)&&(A===void 0?T.__staleWhileFetching!==void 0?this.#Oe[u]=T.__staleWhileFetching:this.#it(i,"fetch"):(p.status&&(p.status.fetchUpdated=!0),this.set(i,A,B.options))),A},m=i=>(p.status&&(p.status.fetchRejected=!0,p.status.fetchError=i),c(i,!1)),c=(A,g)=>{let{aborted:C}=S.signal,w=C&&p.allowStaleOnFetchAbort,B=w||p.allowStaleOnFetchRejection,N=B||p.noDeleteOnFetchRejection,T=v;if(this.#Oe[u]===v&&(!N||!g&&T.__staleWhileFetching===void 0?this.#it(i,"fetch"):w||(this.#Oe[u]=T.__staleWhileFetching)),B)return p.status&&T.__staleWhileFetching!==void 0&&(p.status.returnedStale=!0),T.__staleWhileFetching;if(T.__returned===T)throw A},d=(u,A)=>{let C=this.#Ne?.(i,g,B);C&&C instanceof Promise&&C.then((i=>u(i===void 0?void 0:i)),A),S.signal.addEventListener("abort",(()=>{(!p.ignoreFetchAbort||p.allowStaleOnFetchAbort)&&(u(void 0),p.allowStaleOnFetchAbort&&(u=i=>f(i,!0)))}))};p.status&&(p.status.fetchDispatched=!0);let v=new Promise(d).then(f,m),N=Object.assign(v,{__abortController:S,__staleWhileFetching:g,__returned:void 0});return u===void 0?(this.set(i,N,{...B.options,status:void 0}),u=this.#ke.get(i)):this.#Oe[u]=N,N}#Ye(i){if(!this.#$e)return!1;let u=i;return!!u&&u instanceof Promise&&u.hasOwnProperty("__staleWhileFetching")&&u.__abortController instanceof C}async fetch(i,u={}){let{allowStale:p=this.allowStale,updateAgeOnGet:A=this.updateAgeOnGet,noDeleteOnStaleGet:g=this.noDeleteOnStaleGet,ttl:C=this.ttl,noDisposeOnSet:S=this.noDisposeOnSet,size:w=0,sizeCalculation:B=this.sizeCalculation,noUpdateTTL:v=this.noUpdateTTL,noDeleteOnFetchRejection:N=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:T=this.allowStaleOnFetchRejection,ignoreFetchAbort:Q=this.ignoreFetchAbort,allowStaleOnFetchAbort:x=this.allowStaleOnFetchAbort,context:_,forceRefresh:k=!1,status:D,signal:O}=u;if(!this.#$e)return D&&(D.fetch="get"),this.get(i,{allowStale:p,updateAgeOnGet:A,noDeleteOnStaleGet:g,status:D});let P={allowStale:p,updateAgeOnGet:A,noDeleteOnStaleGet:g,ttl:C,noDisposeOnSet:S,size:w,sizeCalculation:B,noUpdateTTL:v,noDeleteOnFetchRejection:N,allowStaleOnFetchRejection:T,allowStaleOnFetchAbort:x,ignoreFetchAbort:Q,status:D,signal:O},L=this.#ke.get(i);if(L===void 0){D&&(D.fetch="miss");let u=this.#Ke(i,L,P,_);return u.__returned=u}else{let u=this.#Oe[L];if(this.#Ye(u)){let i=p&&u.__staleWhileFetching!==void 0;return D&&(D.fetch="inflight",i&&(D.returnedStale=!0)),i?u.__staleWhileFetching:u.__returned=u}let g=this.#tt(L);if(!k&&!g)return D&&(D.fetch="hit"),this.#Ze(L),A&&this.#ot(L),D&&this.#at(D,L),u;let C=this.#Ke(i,L,P,_),S=C.__staleWhileFetching!==void 0&&p;return D&&(D.fetch=g?"stale":"refresh",S&&g&&(D.returnedStale=!0)),S?C.__staleWhileFetching:C.__returned=C}}async forceFetch(i,u={}){let p=await this.fetch(i,u);if(p===void 0)throw new Error("fetch() returned undefined");return p}memo(i,u={}){let p=this.#Te;if(!p)throw new Error("no memoMethod provided to constructor");let{context:A,forceRefresh:g,...C}=u,S=this.get(i,C);if(!g&&S!==void 0)return S;let w=p(i,S,{options:C,context:A});return this.set(i,w,C),w}get(i,u={}){let{allowStale:p=this.allowStale,updateAgeOnGet:A=this.updateAgeOnGet,noDeleteOnStaleGet:g=this.noDeleteOnStaleGet,status:C}=u,S=this.#ke.get(i);if(S!==void 0){let u=this.#Oe[S],w=this.#Ye(u);return C&&this.#at(C,S),this.#tt(S)?(C&&(C.get="stale"),w?(C&&p&&u.__staleWhileFetching!==void 0&&(C.returnedStale=!0),p?u.__staleWhileFetching:void 0):(g||this.#it(i,"expire"),C&&p&&(C.returnedStale=!0),p?u:void 0)):(C&&(C.get="hit"),w?u.__staleWhileFetching:(this.#Ze(S),A&&this.#ot(S),u))}else C&&(C.get="miss")}#pt(i,u){this.#Me[u]=i,this.#Pe[i]=u}#Ze(i){i!==this.#Fe&&(i===this.#Le?this.#Le=this.#Pe[i]:this.#pt(this.#Me[i],this.#Pe[i]),this.#pt(this.#Fe,i),this.#Fe=i)}delete(i){return this.#it(i,"delete")}#it(i,u){let p=!1;if(this.#xe!==0){let A=this.#ke.get(i);if(A!==void 0)if(this.#je?.[A]&&(clearTimeout(this.#je?.[A]),this.#je[A]=void 0),p=!0,this.#xe===1)this.#At(u);else{this.#ct(A);let p=this.#Oe[A];if(this.#Ye(p)?p.__abortController.abort(new Error("deleted")):(this.#qe||this.#Je)&&(this.#qe&&this.#Be?.(p,i,u),this.#Je&&this.#He?.push([p,i,u])),this.#ke.delete(i),this.#De[A]=void 0,this.#Oe[A]=void 0,A===this.#Fe)this.#Fe=this.#Me[A];else if(A===this.#Le)this.#Le=this.#Pe[A];else{let i=this.#Me[A];this.#Pe[i]=this.#Pe[A];let u=this.#Pe[A];this.#Me[u]=this.#Me[A]}this.#xe--,this.#Ue.push(A)}}if(this.#Je&&this.#He?.length){let i=this.#He,u;for(;u=i?.shift();)this.#Re?.(...u)}return p}clear(){return this.#At("delete")}#At(i){for(let u of this.#et({allowStale:!0})){let p=this.#Oe[u];if(this.#Ye(p))p.__abortController.abort(new Error("deleted"));else{let A=this.#De[u];this.#qe&&this.#Be?.(p,A,i),this.#Je&&this.#He?.push([p,A,i])}}if(this.#ke.clear(),this.#Oe.fill(void 0),this.#De.fill(void 0),this.#ze&&this.#Ve){this.#ze.fill(0),this.#Ve.fill(0);for(let i of this.#je??[])i!==void 0&&clearTimeout(i);this.#je?.fill(void 0)}if(this.#Ge&&this.#Ge.fill(0),this.#Le=0,this.#Fe=0,this.#Ue.length=0,this.#_e=0,this.#xe=0,this.#Je&&this.#He){let i=this.#He,u;for(;u=i?.shift();)this.#Re?.(...u)}}};u.LRUCache=N},41631:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.range=u.balanced=void 0;const balanced=(i,p,A)=>{const g=i instanceof RegExp?maybeMatch(i,A):i;const C=p instanceof RegExp?maybeMatch(p,A):p;const S=g!==null&&C!=null&&(0,u.range)(g,C,A);return S&&{start:S[0],end:S[1],pre:A.slice(0,S[0]),body:A.slice(S[0]+g.length,S[1]),post:A.slice(S[1]+C.length)}};u.balanced=balanced;const maybeMatch=(i,u)=>{const p=u.match(i);return p?p[0]:null};const range=(i,u,p)=>{let A,g,C,S=undefined,w;let B=p.indexOf(i);let v=p.indexOf(u,B+1);let N=B;if(B>=0&&v>0){if(i===u){return[B,v]}A=[];C=p.length;while(N>=0&&!w){if(N===B){A.push(N);B=p.indexOf(i,N+1)}else if(A.length===1){const i=A.pop();if(i!==undefined)w=[i,v]}else{g=A.pop();if(g!==undefined&&g<C){C=g;S=v}v=p.indexOf(u,N+1)}N=B<v&&B>=0?B:v}if(A.length&&S!==undefined){w=[C,S]}}return w};u.range=range},63783:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.EXPANSION_MAX=void 0;u.expand=expand;const A=p(41631);const g="\0SLASH"+Math.random()+"\0";const C="\0OPEN"+Math.random()+"\0";const S="\0CLOSE"+Math.random()+"\0";const w="\0COMMA"+Math.random()+"\0";const B="\0PERIOD"+Math.random()+"\0";const v=new RegExp(g,"g");const N=new RegExp(C,"g");const T=new RegExp(S,"g");const Q=new RegExp(w,"g");const x=new RegExp(B,"g");const _=/\\\\/g;const k=/\\{/g;const D=/\\}/g;const O=/\\,/g;const P=/\\\./g;u.EXPANSION_MAX=1e5;function numeric(i){return!isNaN(i)?parseInt(i,10):i.charCodeAt(0)}function escapeBraces(i){return i.replace(_,g).replace(k,C).replace(D,S).replace(O,w).replace(P,B)}function unescapeBraces(i){return i.replace(v,"\\").replace(N,"{").replace(T,"}").replace(Q,",").replace(x,".")}function parseCommaParts(i){if(!i){return[""]}const u=[];const p=(0,A.balanced)("{","}",i);if(!p){return i.split(",")}const{pre:g,body:C,post:S}=p;const w=g.split(",");w[w.length-1]+="{"+C+"}";const B=parseCommaParts(S);if(S.length){w[w.length-1]+=B.shift();w.push.apply(w,B)}u.push.apply(u,w);return u}function expand(i,p={}){if(!i){return[]}const{max:A=u.EXPANSION_MAX}=p;if(i.slice(0,2)==="{}"){i="\\{\\}"+i.slice(2)}return expand_(escapeBraces(i),A,true).map(unescapeBraces)}function embrace(i){return"{"+i+"}"}function isPadded(i){return/^-?0\d/.test(i)}function lte(i,u){return i<=u}function gte(i,u){return i>=u}function expand_(i,u,p){const g=[];const C=(0,A.balanced)("{","}",i);if(!C)return[i];const w=C.pre;const B=C.post.length?expand_(C.post,u,false):[""];if(/\$$/.test(C.pre)){for(let i=0;i<B.length&&i<u;i++){const u=w+"{"+C.body+"}"+B[i];g.push(u)}}else{const A=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(C.body);const v=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(C.body);const N=A||v;const T=C.body.indexOf(",")>=0;if(!N&&!T){if(C.post.match(/,(?!,).*\}/)){i=C.pre+"{"+C.body+S+C.post;return expand_(i,u,true)}return[i]}let Q;if(N){Q=C.body.split(/\.\./)}else{Q=parseCommaParts(C.body);if(Q.length===1&&Q[0]!==undefined){Q=expand_(Q[0],u,false).map(embrace);if(Q.length===1){return B.map((i=>C.pre+Q[0]+i))}}}let x;if(N&&Q[0]!==undefined&&Q[1]!==undefined){const i=numeric(Q[0]);const u=numeric(Q[1]);const p=Math.max(Q[0].length,Q[1].length);let A=Q.length===3&&Q[2]!==undefined?Math.abs(numeric(Q[2])):1;let g=lte;const C=u<i;if(C){A*=-1;g=gte}const S=Q.some(isPadded);x=[];for(let C=i;g(C,u);C+=A){let i;if(v){i=String.fromCharCode(C);if(i==="\\"){i=""}}else{i=String(C);if(S){const u=p-i.length;if(u>0){const p=new Array(u+1).join("0");if(C<0){i="-"+p+i.slice(1)}else{i=p+i}}}}x.push(i)}}else{x=[];for(let i=0;i<Q.length;i++){x.push.apply(x,expand_(Q[i],u,false))}}for(let i=0;i<x.length;i++){for(let A=0;A<B.length&&g.length<u;A++){const u=w+x[i]+B[A];if(!p||N||u){g.push(u)}}}}return g}},34460:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.assertValidPattern=void 0;const p=1024*64;const assertValidPattern=i=>{if(typeof i!=="string"){throw new TypeError("invalid pattern")}if(i.length>p){throw new TypeError("pattern is too long")}};u.assertValidPattern=assertValidPattern},95044:(i,u,p)=>{var A;Object.defineProperty(u,"__esModule",{value:true});u.AST=void 0;const g=p(17269);const C=p(78146);const S=new Set(["!","?","+","*","@"]);const isExtglobType=i=>S.has(i);const isExtglobAST=i=>isExtglobType(i.type);const w=new Map([["!",["@"]],["?",["?","@"]],["@",["@"]],["*",["*","+","?","@"]],["+",["+","@"]]]);const B=new Map([["!",["?"]],["@",["?"]],["+",["?","*"]]]);const v=new Map([["!",["?","@"]],["?",["?","@"]],["@",["?","@"]],["*",["*","+","?","@"]],["+",["+","@","?","*"]]]);const N=new Map([["!",new Map([["!","@"]])],["?",new Map([["*","*"],["+","*"]])],["@",new Map([["!","!"],["?","?"],["@","@"],["*","*"],["+","+"]])],["+",new Map([["?","*"],["*","*"]])]]);const T="(?!(?:^|/)\\.\\.?(?:$|/))";const Q="(?!\\.)";const x=new Set(["[","."]);const _=new Set(["..","."]);const k=new Set("().*{}+?[]^$\\!");const regExpEscape=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const D="[^/]";const O=D+"*?";const P=D+"+?";let L=0;class AST{type;#ft;#gt;#mt=false;#yt=[];#Et;#Ct;#bt;#It=false;#e;#St;#wt=false;id=++L;get depth(){return(this.#Et?.depth??-1)+1}[Symbol.for("nodejs.util.inspect.custom")](){return{"@@type":"AST",id:this.id,type:this.type,root:this.#ft.id,parent:this.#Et?.id,depth:this.depth,partsLength:this.#yt.length,parts:this.#yt}}constructor(i,u,p={}){this.type=i;if(i)this.#gt=true;this.#Et=u;this.#ft=this.#Et?this.#Et.#ft:this;this.#e=this.#ft===this?p:this.#ft.#e;this.#bt=this.#ft===this?[]:this.#ft.#bt;if(i==="!"&&!this.#ft.#It)this.#bt.push(this);this.#Ct=this.#Et?this.#Et.#yt.length:0}get hasMagic(){if(this.#gt!==undefined)return this.#gt;for(const i of this.#yt){if(typeof i==="string")continue;if(i.type||i.hasMagic)return this.#gt=true}return this.#gt}toString(){if(this.#St!==undefined)return this.#St;if(!this.type){return this.#St=this.#yt.map((i=>String(i))).join("")}else{return this.#St=this.type+"("+this.#yt.map((i=>String(i))).join("|")+")"}}#Bt(){if(this!==this.#ft)throw new Error("should only call on root");if(this.#It)return this;this.toString();this.#It=true;let i;while(i=this.#bt.pop()){if(i.type!=="!")continue;let u=i;let p=u.#Et;while(p){for(let A=u.#Ct+1;!p.type&&A<p.#yt.length;A++){for(const u of i.#yt){if(typeof u==="string"){throw new Error("string part in extglob AST??")}u.copyIn(p.#yt[A])}}u=p;p=u.#Et}}return this}push(...i){for(const u of i){if(u==="")continue;if(typeof u!=="string"&&!(u instanceof A&&u.#Et===this)){throw new Error("invalid part: "+u)}this.#yt.push(u)}}toJSON(){const i=this.type===null?this.#yt.slice().map((i=>typeof i==="string"?i:i.toJSON())):[this.type,...this.#yt.map((i=>i.toJSON()))];if(this.isStart()&&!this.type)i.unshift([]);if(this.isEnd()&&(this===this.#ft||this.#ft.#It&&this.#Et?.type==="!")){i.push({})}return i}isStart(){if(this.#ft===this)return true;if(!this.#Et?.isStart())return false;if(this.#Ct===0)return true;const i=this.#Et;for(let u=0;u<this.#Ct;u++){const p=i.#yt[u];if(!(p instanceof A&&p.type==="!")){return false}}return true}isEnd(){if(this.#ft===this)return true;if(this.#Et?.type==="!")return true;if(!this.#Et?.isEnd())return false;if(!this.type)return this.#Et?.isEnd();const i=this.#Et?this.#Et.#yt.length:0;return this.#Ct===i-1}copyIn(i){if(typeof i==="string")this.push(i);else this.push(i.clone(this))}clone(i){const u=new A(this.type,i);for(const i of this.#yt){u.copyIn(i)}return u}static#vt(i,u,p,g,C){const S=g.maxExtglobRecursion??2;let w=false;let B=false;let v=-1;let N=false;if(u.type===null){let T=p;let Q="";while(T<i.length){const p=i.charAt(T++);if(w||p==="\\"){w=!w;Q+=p;continue}if(B){if(T===v+1){if(p==="^"||p==="!"){N=true}}else if(p==="]"&&!(T===v+2&&N)){B=false}Q+=p;continue}else if(p==="["){B=true;v=T;N=false;Q+=p;continue}const x=!g.noext&&isExtglobType(p)&&i.charAt(T)==="("&&C<=S;if(x){u.push(Q);Q="";const S=new A(p,u);T=A.#vt(i,S,T,g,C+1);u.push(S);continue}Q+=p}u.push(Q);return T}let T=p+1;let Q=new A(null,u);const x=[];let _="";while(T<i.length){const p=i.charAt(T++);if(w||p==="\\"){w=!w;_+=p;continue}if(B){if(T===v+1){if(p==="^"||p==="!"){N=true}}else if(p==="]"&&!(T===v+2&&N)){B=false}_+=p;continue}else if(p==="["){B=true;v=T;N=false;_+=p;continue}const k=!g.noext&&isExtglobType(p)&&i.charAt(T)==="("&&(C<=S||u&&u.#Rt(p));if(k){const S=u&&u.#Rt(p)?0:1;Q.push(_);_="";const w=new A(p,Q);Q.push(w);T=A.#vt(i,w,T,g,C+S);continue}if(p==="|"){Q.push(_);_="";x.push(Q);Q=new A(null,u);continue}if(p===")"){if(_===""&&u.#yt.length===0){u.#wt=true}Q.push(_);_="";u.push(...x,Q);return T}_+=p}u.type=null;u.#gt=undefined;u.#yt=[i.substring(p-1)];return T}#Nt(i){return this.#Tt(i,B)}#Tt(i,u=w){if(!i||typeof i!=="object"||i.type!==null||i.#yt.length!==1||this.type===null){return false}const p=i.#yt[0];if(!p||typeof p!=="object"||p.type===null){return false}return this.#Rt(p.type,u)}#Rt(i,u=v){return!!u.get(this.type)?.includes(i)}#Qt(i,u){const p=i.#yt[0];const g=new A(null,p,this.options);g.#yt.push("");p.push(g);this.#xt(i,u)}#xt(i,u){const p=i.#yt[0];this.#yt.splice(u,1,...p.#yt);for(const i of p.#yt){if(typeof i==="object")i.#Et=this}this.#St=undefined}#_t(i){const u=N.get(this.type);return!!u?.has(i)}#kt(i){if(!i||typeof i!=="object"||i.type!==null||i.#yt.length!==1||this.type===null||this.#yt.length!==1){return false}const u=i.#yt[0];if(!u||typeof u!=="object"||u.type===null){return false}return this.#_t(u.type)}#Dt(i){const u=N.get(this.type);const p=i.#yt[0];const A=u?.get(p.type);if(!A)return false;this.#yt=p.#yt;for(const i of this.#yt){if(typeof i==="object"){i.#Et=this}}this.type=A;this.#St=undefined;this.#wt=false}static fromGlob(i,u={}){const p=new A(null,undefined,u);A.#vt(i,p,0,u,0);return p}toMMPattern(){if(this!==this.#ft)return this.#ft.toMMPattern();const i=this.toString();const[u,p,A,g]=this.toRegExpSource();const C=A||this.#gt||this.#e.nocase&&!this.#e.nocaseMagicOnly&&i.toUpperCase()!==i.toLowerCase();if(!C){return p}const S=(this.#e.nocase?"i":"")+(g?"u":"");return Object.assign(new RegExp(`^${u}$`,S),{_src:u,_glob:i})}get options(){return this.#e}toRegExpSource(i){const u=i??!!this.#e.dot;if(this.#ft===this){this.#Ot();this.#Bt()}if(!isExtglobAST(this)){const p=this.isStart()&&this.isEnd()&&!this.#yt.some((i=>typeof i!=="string"));const g=this.#yt.map((u=>{const[g,C,S,w]=typeof u==="string"?A.#Pt(u,this.#gt,p):u.toRegExpSource(i);this.#gt=this.#gt||S;this.#mt=this.#mt||w;return g})).join("");let S="";if(this.isStart()){if(typeof this.#yt[0]==="string"){const p=this.#yt.length===1&&_.has(this.#yt[0]);if(!p){const p=x;const A=u&&p.has(g.charAt(0))||g.startsWith("\\.")&&p.has(g.charAt(2))||g.startsWith("\\.\\.")&&p.has(g.charAt(4));const C=!u&&!i&&p.has(g.charAt(0));S=A?T:C?Q:""}}}let w="";if(this.isEnd()&&this.#ft.#It&&this.#Et?.type==="!"){w="(?:$|\\/)"}const B=S+g+w;return[B,(0,C.unescape)(g),this.#gt=!!this.#gt,this.#mt]}const p=this.type==="*"||this.type==="+";const g=this.type==="!"?"(?:(?!(?:":"(?:";let S=this.#Mt(u);if(this.isStart()&&this.isEnd()&&!S&&this.type!=="!"){const i=this.toString();const u=this;u.#yt=[i];u.type=null;u.#gt=undefined;return[i,(0,C.unescape)(this.toString()),false,false]}let w=!p||i||u||!Q?"":this.#Mt(true);if(w===S){w=""}if(w){S=`(?:${S})(?:${w})*?`}let B="";if(this.type==="!"&&this.#wt){B=(this.isStart()&&!u?Q:"")+P}else{const p=this.type==="!"?"))"+(this.isStart()&&!u&&!i?Q:"")+O+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&w?")":this.type==="*"&&w?`)?`:`)${this.type}`;B=g+S+p}return[B,(0,C.unescape)(S),this.#gt=!!this.#gt,this.#mt]}#Ot(){if(!isExtglobAST(this)){for(const i of this.#yt){if(typeof i==="object"){i.#Ot()}}}else{let i=0;let u=false;do{u=true;for(let i=0;i<this.#yt.length;i++){const p=this.#yt[i];if(typeof p==="object"){p.#Ot();if(this.#Tt(p)){u=false;this.#xt(p,i)}else if(this.#Nt(p)){u=false;this.#Qt(p,i)}else if(this.#kt(p)){u=false;this.#Dt(p)}}}}while(!u&&++i<10)}this.#St=undefined}#Mt(i){return this.#yt.map((u=>{if(typeof u==="string"){throw new Error("string type in extglob ast??")}const[p,A,g,C]=u.toRegExpSource(i);this.#mt=this.#mt||C;return p})).filter((i=>!(this.isStart()&&this.isEnd())||!!i)).join("|")}static#Pt(i,u,p=false){let A=false;let S="";let w=false;let B=false;for(let C=0;C<i.length;C++){const v=i.charAt(C);if(A){A=false;S+=(k.has(v)?"\\":"")+v;continue}if(v==="*"){if(B)continue;B=true;S+=p&&/^[*]+$/.test(i)?P:O;u=true;continue}else{B=false}if(v==="\\"){if(C===i.length-1){S+="\\\\"}else{A=true}continue}if(v==="["){const[p,A,B,v]=(0,g.parseClass)(i,C);if(B){S+=p;w=w||A;C+=B-1;u=u||v;continue}}if(v==="?"){S+=D;u=true;continue}S+=regExpEscape(v)}return[S,(0,C.unescape)(i),!!u,w]}}u.AST=AST;A=AST},17269:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.parseClass=void 0;const p={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",true],"[:alpha:]":["\\p{L}\\p{Nl}",true],"[:ascii:]":["\\x"+"00-\\x"+"7f",false],"[:blank:]":["\\p{Zs}\\t",true],"[:cntrl:]":["\\p{Cc}",true],"[:digit:]":["\\p{Nd}",true],"[:graph:]":["\\p{Z}\\p{C}",true,true],"[:lower:]":["\\p{Ll}",true],"[:print:]":["\\p{C}",true],"[:punct:]":["\\p{P}",true],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",true],"[:upper:]":["\\p{Lu}",true],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",true],"[:xdigit:]":["A-Fa-f0-9",false]};const braceEscape=i=>i.replace(/[[\]\\-]/g,"\\$&");const regexpEscape=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");const rangesToString=i=>i.join("");const parseClass=(i,u)=>{const A=u;if(i.charAt(A)!=="["){throw new Error("not in a brace expression")}const g=[];const C=[];let S=A+1;let w=false;let B=false;let v=false;let N=false;let T=A;let Q="";e:while(S<i.length){const u=i.charAt(S);if((u==="!"||u==="^")&&S===A+1){N=true;S++;continue}if(u==="]"&&w&&!v){T=S+1;break}w=true;if(u==="\\"){if(!v){v=true;S++;continue}}if(u==="["&&!v){for(const[u,[w,v,N]]of Object.entries(p)){if(i.startsWith(u,S)){if(Q){return["$.",false,i.length-A,true]}S+=u.length;if(N)C.push(w);else g.push(w);B=B||v;continue e}}}v=false;if(Q){if(u>Q){g.push(braceEscape(Q)+"-"+braceEscape(u))}else if(u===Q){g.push(braceEscape(u))}Q="";S++;continue}if(i.startsWith("-]",S+1)){g.push(braceEscape(u+"-"));S+=2;continue}if(i.startsWith("-",S+1)){Q=u;S+=2;continue}g.push(braceEscape(u));S++}if(T<S){return["",false,0,false]}if(!g.length&&!C.length){return["$.",false,i.length-A,true]}if(C.length===0&&g.length===1&&/^\\?.$/.test(g[0])&&!N){const i=g[0].length===2?g[0].slice(-1):g[0];return[regexpEscape(i),false,T-A,false]}const x="["+(N?"^":"")+rangesToString(g)+"]";const _="["+(N?"":"^")+rangesToString(C)+"]";const k=g.length&&C.length?"("+x+"|"+_+")":g.length?x:_;return[k,B,T-A,true]};u.parseClass=parseClass},5525:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.escape=void 0;const escape=(i,{windowsPathsNoEscape:u=false,magicalBraces:p=false}={})=>{if(p){return u?i.replace(/[?*()[\]{}]/g,"[$&]"):i.replace(/[?*()[\]\\{}]/g,"\\$&")}return u?i.replace(/[?*()[\]]/g,"[$&]"):i.replace(/[?*()[\]\\]/g,"\\$&")};u.escape=escape},61956:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.unescape=u.escape=u.AST=u.Minimatch=u.match=u.makeRe=u.braceExpand=u.defaults=u.filter=u.GLOBSTAR=u.sep=u.minimatch=void 0;const A=p(63783);const g=p(34460);const C=p(95044);const S=p(5525);const w=p(78146);const minimatch=(i,u,p={})=>{(0,g.assertValidPattern)(u);if(!p.nocomment&&u.charAt(0)==="#"){return false}return new Minimatch(u,p).match(i)};u.minimatch=minimatch;const B=/^\*+([^+@!?\*\[\(]*)$/;const starDotExtTest=i=>u=>!u.startsWith(".")&&u.endsWith(i);const starDotExtTestDot=i=>u=>u.endsWith(i);const starDotExtTestNocase=i=>{i=i.toLowerCase();return u=>!u.startsWith(".")&&u.toLowerCase().endsWith(i)};const starDotExtTestNocaseDot=i=>{i=i.toLowerCase();return u=>u.toLowerCase().endsWith(i)};const v=/^\*+\.\*+$/;const starDotStarTest=i=>!i.startsWith(".")&&i.includes(".");const starDotStarTestDot=i=>i!=="."&&i!==".."&&i.includes(".");const N=/^\.\*+$/;const dotStarTest=i=>i!=="."&&i!==".."&&i.startsWith(".");const T=/^\*+$/;const starTest=i=>i.length!==0&&!i.startsWith(".");const starTestDot=i=>i.length!==0&&i!=="."&&i!=="..";const Q=/^\?+([^+@!?\*\[\(]*)?$/;const qmarksTestNocase=([i,u=""])=>{const p=qmarksTestNoExt([i]);if(!u)return p;u=u.toLowerCase();return i=>p(i)&&i.toLowerCase().endsWith(u)};const qmarksTestNocaseDot=([i,u=""])=>{const p=qmarksTestNoExtDot([i]);if(!u)return p;u=u.toLowerCase();return i=>p(i)&&i.toLowerCase().endsWith(u)};const qmarksTestDot=([i,u=""])=>{const p=qmarksTestNoExtDot([i]);return!u?p:i=>p(i)&&i.endsWith(u)};const qmarksTest=([i,u=""])=>{const p=qmarksTestNoExt([i]);return!u?p:i=>p(i)&&i.endsWith(u)};const qmarksTestNoExt=([i])=>{const u=i.length;return i=>i.length===u&&!i.startsWith(".")};const qmarksTestNoExtDot=([i])=>{const u=i.length;return i=>i.length===u&&i!=="."&&i!==".."};const x=typeof process==="object"&&process?typeof process.env==="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix";const _={win32:{sep:"\\"},posix:{sep:"/"}};u.sep=x==="win32"?_.win32.sep:_.posix.sep;u.minimatch.sep=u.sep;u.GLOBSTAR=Symbol("globstar **");u.minimatch.GLOBSTAR=u.GLOBSTAR;const k="[^/]";const D=k+"*?";const O="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?";const P="(?:(?!(?:\\/|^)\\.).)*?";const filter=(i,p={})=>A=>(0,u.minimatch)(A,i,p);u.filter=filter;u.minimatch.filter=u.filter;const ext=(i,u={})=>Object.assign({},i,u);const defaults=i=>{if(!i||typeof i!=="object"||!Object.keys(i).length){return u.minimatch}const p=u.minimatch;const m=(u,A,g={})=>p(u,A,ext(i,g));return Object.assign(m,{Minimatch:class Minimatch extends p.Minimatch{constructor(u,p={}){super(u,ext(i,p))}static defaults(u){return p.defaults(ext(i,u)).Minimatch}},AST:class AST extends p.AST{constructor(u,p,A={}){super(u,p,ext(i,A))}static fromGlob(u,A={}){return p.AST.fromGlob(u,ext(i,A))}},unescape:(u,A={})=>p.unescape(u,ext(i,A)),escape:(u,A={})=>p.escape(u,ext(i,A)),filter:(u,A={})=>p.filter(u,ext(i,A)),defaults:u=>p.defaults(ext(i,u)),makeRe:(u,A={})=>p.makeRe(u,ext(i,A)),braceExpand:(u,A={})=>p.braceExpand(u,ext(i,A)),match:(u,A,g={})=>p.match(u,A,ext(i,g)),sep:p.sep,GLOBSTAR:u.GLOBSTAR})};u.defaults=defaults;u.minimatch.defaults=u.defaults;const braceExpand=(i,u={})=>{(0,g.assertValidPattern)(i);if(u.nobrace||!/\{(?:(?!\{).)*\}/.test(i)){return[i]}return(0,A.expand)(i,{max:u.braceExpandMax})};u.braceExpand=braceExpand;u.minimatch.braceExpand=u.braceExpand;const makeRe=(i,u={})=>new Minimatch(i,u).makeRe();u.makeRe=makeRe;u.minimatch.makeRe=u.makeRe;const match=(i,u,p={})=>{const A=new Minimatch(u,p);i=i.filter((i=>A.match(i)));if(A.options.nonull&&!i.length){i.push(u)}return i};u.match=match;u.minimatch.match=u.match;const L=/[?*]|[+@!]\(.*?\)|\[|\]/;const regExpEscape=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&");class Minimatch{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;maxGlobstarRecursion;regexp;constructor(i,u={}){(0,g.assertValidPattern)(i);u=u||{};this.options=u;this.maxGlobstarRecursion=u.maxGlobstarRecursion??200;this.pattern=i;this.platform=u.platform||x;this.isWindows=this.platform==="win32";const p="allowWindow"+"sEscape";this.windowsPathsNoEscape=!!u.windowsPathsNoEscape||u[p]===false;if(this.windowsPathsNoEscape){this.pattern=this.pattern.replace(/\\/g,"/")}this.preserveMultipleSlashes=!!u.preserveMultipleSlashes;this.regexp=null;this.negate=false;this.nonegate=!!u.nonegate;this.comment=false;this.empty=false;this.partial=!!u.partial;this.nocase=!!this.options.nocase;this.windowsNoMagicRoot=u.windowsNoMagicRoot!==undefined?u.windowsNoMagicRoot:!!(this.isWindows&&this.nocase);this.globSet=[];this.globParts=[];this.set=[];this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1){return true}for(const i of this.set){for(const u of i){if(typeof u!=="string")return true}}return false}debug(...i){}make(){const i=this.pattern;const u=this.options;if(!u.nocomment&&i.charAt(0)==="#"){this.comment=true;return}if(!i){this.empty=true;return}this.parseNegate();this.globSet=[...new Set(this.braceExpand())];if(u.debug){this.debug=(...i)=>console.error(...i)}this.debug(this.pattern,this.globSet);const p=this.globSet.map((i=>this.slashSplit(i)));this.globParts=this.preprocess(p);this.debug(this.pattern,this.globParts);let A=this.globParts.map(((i,u,p)=>{if(this.isWindows&&this.windowsNoMagicRoot){const u=i[0]===""&&i[1]===""&&(i[2]==="?"||!L.test(i[2]))&&!L.test(i[3]);const p=/^[a-z]:/i.test(i[0]);if(u){return[...i.slice(0,4),...i.slice(4).map((i=>this.parse(i)))]}else if(p){return[i[0],...i.slice(1).map((i=>this.parse(i)))]}}return i.map((i=>this.parse(i)))}));this.debug(this.pattern,A);this.set=A.filter((i=>i.indexOf(false)===-1));if(this.isWindows){for(let i=0;i<this.set.length;i++){const u=this.set[i];if(u[0]===""&&u[1]===""&&this.globParts[i][2]==="?"&&typeof u[3]==="string"&&/^[a-z]:$/i.test(u[3])){u[2]="?"}}}this.debug(this.pattern,this.set)}preprocess(i){if(this.options.noglobstar){for(let u=0;u<i.length;u++){for(let p=0;p<i[u].length;p++){if(i[u][p]==="**"){i[u][p]="*"}}}}const{optimizationLevel:u=1}=this.options;if(u>=2){i=this.firstPhasePreProcess(i);i=this.secondPhasePreProcess(i)}else if(u>=1){i=this.levelOneOptimize(i)}else{i=this.adjascentGlobstarOptimize(i)}return i}adjascentGlobstarOptimize(i){return i.map((i=>{let u=-1;while(-1!==(u=i.indexOf("**",u+1))){let p=u;while(i[p+1]==="**"){p++}if(p!==u){i.splice(u,p-u)}}return i}))}levelOneOptimize(i){return i.map((i=>{i=i.reduce(((i,u)=>{const p=i[i.length-1];if(u==="**"&&p==="**"){return i}if(u===".."){if(p&&p!==".."&&p!=="."&&p!=="**"){i.pop();return i}}i.push(u);return i}),[]);return i.length===0?[""]:i}))}levelTwoFileOptimize(i){if(!Array.isArray(i)){i=this.slashSplit(i)}let u=false;do{u=false;if(!this.preserveMultipleSlashes){for(let p=1;p<i.length-1;p++){const A=i[p];if(p===1&&A===""&&i[0]==="")continue;if(A==="."||A===""){u=true;i.splice(p,1);p--}}if(i[0]==="."&&i.length===2&&(i[1]==="."||i[1]==="")){u=true;i.pop()}}let p=0;while(-1!==(p=i.indexOf("..",p+1))){const A=i[p-1];if(A&&A!=="."&&A!==".."&&A!=="**"){u=true;i.splice(p-1,2);p-=2}}}while(u);return i.length===0?[""]:i}firstPhasePreProcess(i){let u=false;do{u=false;for(let p of i){let A=-1;while(-1!==(A=p.indexOf("**",A+1))){let g=A;while(p[g+1]==="**"){g++}if(g>A){p.splice(A+1,g-A)}let C=p[A+1];const S=p[A+2];const w=p[A+3];if(C!=="..")continue;if(!S||S==="."||S===".."||!w||w==="."||w===".."){continue}u=true;p.splice(A,1);const B=p.slice(0);B[A]="**";i.push(B);A--}if(!this.preserveMultipleSlashes){for(let i=1;i<p.length-1;i++){const A=p[i];if(i===1&&A===""&&p[0]==="")continue;if(A==="."||A===""){u=true;p.splice(i,1);i--}}if(p[0]==="."&&p.length===2&&(p[1]==="."||p[1]==="")){u=true;p.pop()}}let g=0;while(-1!==(g=p.indexOf("..",g+1))){const i=p[g-1];if(i&&i!=="."&&i!==".."&&i!=="**"){u=true;const i=g===1&&p[g+1]==="**";const A=i?["."]:[];p.splice(g-1,2,...A);if(p.length===0)p.push("");g-=2}}}}while(u);return i}secondPhasePreProcess(i){for(let u=0;u<i.length-1;u++){for(let p=u+1;p<i.length;p++){const A=this.partsMatch(i[u],i[p],!this.preserveMultipleSlashes);if(A){i[u]=[];i[p]=A;break}}}return i.filter((i=>i.length))}partsMatch(i,u,p=false){let A=0;let g=0;let C=[];let S="";while(A<i.length&&g<u.length){if(i[A]===u[g]){C.push(S==="b"?u[g]:i[A]);A++;g++}else if(p&&i[A]==="**"&&u[g]===i[A+1]){C.push(i[A]);A++}else if(p&&u[g]==="**"&&i[A]===u[g+1]){C.push(u[g]);g++}else if(i[A]==="*"&&u[g]&&(this.options.dot||!u[g].startsWith("."))&&u[g]!=="**"){if(S==="b")return false;S="a";C.push(i[A]);A++;g++}else if(u[g]==="*"&&i[A]&&(this.options.dot||!i[A].startsWith("."))&&i[A]!=="**"){if(S==="a")return false;S="b";C.push(u[g]);A++;g++}else{return false}}return i.length===u.length&&C}parseNegate(){if(this.nonegate)return;const i=this.pattern;let u=false;let p=0;for(let A=0;A<i.length&&i.charAt(A)==="!";A++){u=!u;p++}if(p)this.pattern=i.slice(p);this.negate=u}matchOne(i,p,A=false){let g=0;let C=0;if(this.isWindows){const u=typeof i[0]==="string"&&/^[a-z]:$/i.test(i[0]);const A=!u&&i[0]===""&&i[1]===""&&i[2]==="?"&&/^[a-z]:$/i.test(i[3]);const S=typeof p[0]==="string"&&/^[a-z]:$/i.test(p[0]);const w=!S&&p[0]===""&&p[1]===""&&p[2]==="?"&&typeof p[3]==="string"&&/^[a-z]:$/i.test(p[3]);const B=A?3:u?0:undefined;const v=w?3:S?0:undefined;if(typeof B==="number"&&typeof v==="number"){const[u,A]=[i[B],p[v]];if(u.toLowerCase()===A.toLowerCase()){p[v]=u;C=v;g=B}}}const{optimizationLevel:S=1}=this.options;if(S>=2){i=this.levelTwoFileOptimize(i)}if(p.includes(u.GLOBSTAR)){return this.#Lt(i,p,A,g,C)}return this.#Ft(i,p,A,g,C)}#Lt(i,p,A,g,C){const S=p.indexOf(u.GLOBSTAR,C);const w=p.lastIndexOf(u.GLOBSTAR);const[B,v,N]=A?[p.slice(C,S),p.slice(S+1),[]]:[p.slice(C,S),p.slice(S+1,w),p.slice(w+1)];if(B.length){const u=i.slice(g,g+B.length);if(!this.#Ft(u,B,A,0,0)){return false}g+=B.length;C+=B.length}let T=0;if(N.length){if(N.length+g>i.length)return false;let u=i.length-N.length;if(this.#Ft(i,N,A,u,0)){T=N.length}else{if(i[i.length-1]!==""||g+N.length===i.length){return false}u--;if(!this.#Ft(i,N,A,u,0)){return false}T=N.length+1}}if(!v.length){let u=!!T;for(let p=g;p<i.length-T;p++){const A=String(i[p]);u=true;if(A==="."||A===".."||!this.options.dot&&A.startsWith(".")){return false}}return A||u}const Q=[[[],0]];let x=Q[0];let _=0;const k=[0];for(const i of v){if(i===u.GLOBSTAR){k.push(_);x=[[],0];Q.push(x)}else{x[0].push(i);_++}}let D=Q.length-1;const O=i.length-T;for(const i of Q){i[1]=O-(k[D--]+i[0].length)}return!!this.#Ut(i,Q,g,0,A,0,!!T)}#Ut(i,u,p,A,g,C,S){const w=u[A];if(!w){for(let u=p;u<i.length;u++){S=true;const p=i[u];if(p==="."||p===".."||!this.options.dot&&p.startsWith(".")){return false}}return S}const[B,v]=w;while(p<=v){const w=this.#Ft(i.slice(0,p+B.length),B,g,p,0);if(w&&C<this.maxGlobstarRecursion){const w=this.#Ut(i,u,p+B.length,A+1,g,C+1,S);if(w!==false){return w}}const v=i[p];if(v==="."||v===".."||!this.options.dot&&v.startsWith(".")){return false}p++}return g||null}#Ft(i,p,A,g,C){let S;let w;let B;let v;for(S=g,w=C,v=i.length,B=p.length;S<v&&w<B;S++,w++){this.debug("matchOne loop");let A=p[w];let g=i[S];this.debug(p,A,g);if(A===false||A===u.GLOBSTAR){return false}let C;if(typeof A==="string"){C=g===A;this.debug("string match",A,g,C)}else{C=A.test(g);this.debug("pattern match",A,g,C)}if(!C)return false}if(S===v&&w===B){return true}else if(S===v){return A}else if(w===B){return S===v-1&&i[S]===""}else{throw new Error("wtf?")}}braceExpand(){return(0,u.braceExpand)(this.pattern,this.options)}parse(i){(0,g.assertValidPattern)(i);const p=this.options;if(i==="**")return u.GLOBSTAR;if(i==="")return"";let A;let S=null;if(A=i.match(T)){S=p.dot?starTestDot:starTest}else if(A=i.match(B)){S=(p.nocase?p.dot?starDotExtTestNocaseDot:starDotExtTestNocase:p.dot?starDotExtTestDot:starDotExtTest)(A[1])}else if(A=i.match(Q)){S=(p.nocase?p.dot?qmarksTestNocaseDot:qmarksTestNocase:p.dot?qmarksTestDot:qmarksTest)(A)}else if(A=i.match(v)){S=p.dot?starDotStarTestDot:starDotStarTest}else if(A=i.match(N)){S=dotStarTest}const w=C.AST.fromGlob(i,this.options).toMMPattern();if(S&&typeof w==="object"){Reflect.defineProperty(w,"test",{value:S})}return w}makeRe(){if(this.regexp||this.regexp===false)return this.regexp;const i=this.set;if(!i.length){this.regexp=false;return this.regexp}const p=this.options;const A=p.noglobstar?D:p.dot?O:P;const g=new Set(p.nocase?["i"]:[]);let C=i.map((i=>{const p=i.map((i=>{if(i instanceof RegExp){for(const u of i.flags.split(""))g.add(u)}return typeof i==="string"?regExpEscape(i):i===u.GLOBSTAR?u.GLOBSTAR:i._src}));p.forEach(((i,g)=>{const C=p[g+1];const S=p[g-1];if(i!==u.GLOBSTAR||S===u.GLOBSTAR){return}if(S===undefined){if(C!==undefined&&C!==u.GLOBSTAR){p[g+1]="(?:\\/|"+A+"\\/)?"+C}else{p[g]=A}}else if(C===undefined){p[g-1]=S+"(?:\\/|\\/"+A+")?"}else if(C!==u.GLOBSTAR){p[g-1]=S+"(?:\\/|\\/"+A+"\\/)"+C;p[g+1]=u.GLOBSTAR}}));const C=p.filter((i=>i!==u.GLOBSTAR));if(this.partial&&C.length>=1){const i=[];for(let u=1;u<=C.length;u++){i.push(C.slice(0,u).join("/"))}return"(?:"+i.join("|")+")"}return C.join("/")})).join("|");const[S,w]=i.length>1?["(?:",")"]:["",""];C="^"+S+C+w+"$";if(this.partial){C="^(?:\\/|"+S+C.slice(1,-1)+w+")$"}if(this.negate)C="^(?!"+C+").+$";try{this.regexp=new RegExp(C,[...g].join(""))}catch(i){this.regexp=false}return this.regexp}slashSplit(i){if(this.preserveMultipleSlashes){return i.split("/")}else if(this.isWindows&&/^\/\/[^\/]+/.test(i)){return["",...i.split(/\/+/)]}else{return i.split(/\/+/)}}match(i,u=this.partial){this.debug("match",i,this.pattern);if(this.comment){return false}if(this.empty){return i===""}if(i==="/"&&u){return true}const p=this.options;if(this.isWindows){i=i.split("\\").join("/")}const A=this.slashSplit(i);this.debug(this.pattern,"split",A);const g=this.set;this.debug(this.pattern,"set",g);let C=A[A.length-1];if(!C){for(let i=A.length-2;!C&&i>=0;i--){C=A[i]}}for(let i=0;i<g.length;i++){const S=g[i];let w=A;if(p.matchBase&&S.length===1){w=[C]}const B=this.matchOne(w,S,u);if(B){if(p.flipNegate){return true}return!this.negate}}if(p.flipNegate){return false}return this.negate}static defaults(i){return u.minimatch.defaults(i).Minimatch}}u.Minimatch=Minimatch;var U=p(95044);Object.defineProperty(u,"AST",{enumerable:true,get:function(){return U.AST}});var H=p(5525);Object.defineProperty(u,"escape",{enumerable:true,get:function(){return H.escape}});var z=p(78146);Object.defineProperty(u,"unescape",{enumerable:true,get:function(){return z.unescape}});u.minimatch.AST=C.AST;u.minimatch.Minimatch=Minimatch;u.minimatch.escape=S.escape;u.minimatch.unescape=w.unescape},78146:(i,u)=>{Object.defineProperty(u,"__esModule",{value:true});u.unescape=void 0;const unescape=(i,{windowsPathsNoEscape:u=false,magicalBraces:p=true}={})=>{if(p){return u?i.replace(/\[([^\/\\])\]/g,"$1"):i.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1")}return u?i.replace(/\[([^\/\\{}])\]/g,"$1"):i.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1")};u.unescape=unescape},34865:(i,u,p)=>{var R=(i,u)=>()=>(u||i((u={exports:{}}).exports,u),u.exports);var A=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.range=i.balanced=void 0;var Gs=(u,p,A)=>{let g=u instanceof RegExp?Ie(u,A):u,C=p instanceof RegExp?Ie(p,A):p,S=g!==null&&C!=null&&(0,i.range)(g,C,A);return S&&{start:S[0],end:S[1],pre:A.slice(0,S[0]),body:A.slice(S[0]+g.length,S[1]),post:A.slice(S[1]+C.length)}};i.balanced=Gs;var Ie=(i,u)=>{let p=u.match(i);return p?p[0]:null},zs=(i,u,p)=>{let A,g,C,S,w,B=p.indexOf(i),v=p.indexOf(u,B+1),N=B;if(B>=0&&v>0){if(i===u)return[B,v];for(A=[],C=p.length;N>=0&&!w;){if(N===B)A.push(N),B=p.indexOf(i,N+1);else if(A.length===1){let i=A.pop();i!==void 0&&(w=[i,v])}else g=A.pop(),g!==void 0&&g<C&&(C=g,S=v),v=p.indexOf(u,N+1);N=B<v&&B>=0?B:v}A.length&&S!==void 0&&(w=[C,S])}return w};i.range=zs}));var g=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.EXPANSION_MAX=void 0;i.expand=ei;var u=A(),p="\0SLASH"+Math.random()+"\0",g="\0OPEN"+Math.random()+"\0",C="\0CLOSE"+Math.random()+"\0",S="\0COMMA"+Math.random()+"\0",w="\0PERIOD"+Math.random()+"\0",B=new RegExp(p,"g"),v=new RegExp(g,"g"),N=new RegExp(C,"g"),T=new RegExp(S,"g"),Q=new RegExp(w,"g"),x=/\\\\/g,_=/\\{/g,k=/\\}/g,D=/\\,/g,O=/\\./g;i.EXPANSION_MAX=1e5;function ce(i){return isNaN(i)?i.charCodeAt(0):parseInt(i,10)}function Qs(i){return i.replace(x,p).replace(_,g).replace(k,C).replace(D,S).replace(O,w)}function ti(i){return i.replace(B,"\\").replace(v,"{").replace(N,"}").replace(T,",").replace(Q,".")}function Ve(i){if(!i)return[""];let p=[],A=(0,u.balanced)("{","}",i);if(!A)return i.split(",");let{pre:g,body:C,post:S}=A,w=g.split(",");w[w.length-1]+="{"+C+"}";let B=Ve(S);return S.length&&(w[w.length-1]+=B.shift(),w.push.apply(w,B)),p.push.apply(p,w),p}function ei(u,p={}){if(!u)return[];let{max:A=i.EXPANSION_MAX}=p;return u.slice(0,2)==="{}"&&(u="\\{\\}"+u.slice(2)),ht(Qs(u),A,!0).map(ti)}function si(i){return"{"+i+"}"}function ii(i){return/^-?0\d/.test(i)}function ri(i,u){return i<=u}function ni(i,u){return i>=u}function ht(i,p,A){let g=[],S=(0,u.balanced)("{","}",i);if(!S)return[i];let w=S.pre,B=S.post.length?ht(S.post,p,!1):[""];if(/\$$/.test(S.pre))for(let i=0;i<B.length&&i<p;i++){let u=w+"{"+S.body+"}"+B[i];g.push(u)}else{let u=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(S.body),v=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(S.body),N=u||v,T=S.body.indexOf(",")>=0;if(!N&&!T)return S.post.match(/,(?!,).*\}/)?(i=S.pre+"{"+S.body+C+S.post,ht(i,p,!0)):[i];let Q;if(N)Q=S.body.split(/\.\./);else if(Q=Ve(S.body),Q.length===1&&Q[0]!==void 0&&(Q=ht(Q[0],p,!1).map(si),Q.length===1))return B.map((i=>S.pre+Q[0]+i));let x;if(N&&Q[0]!==void 0&&Q[1]!==void 0){let i=ce(Q[0]),u=ce(Q[1]),p=Math.max(Q[0].length,Q[1].length),A=Q.length===3&&Q[2]!==void 0?Math.abs(ce(Q[2])):1,g=ri;u<i&&(A*=-1,g=ni);let C=Q.some(ii);x=[];for(let S=i;g(S,u);S+=A){let i;if(v)i=String.fromCharCode(S),i==="\\"&&(i="");else if(i=String(S),C){let u=p-i.length;if(u>0){let p=new Array(u+1).join("0");S<0?i="-"+p+i.slice(1):i=p+i}}x.push(i)}}else{x=[];for(let i=0;i<Q.length;i++)x.push.apply(x,ht(Q[i],p,!1))}for(let i=0;i<x.length;i++)for(let u=0;u<B.length&&g.length<p;u++){let p=w+x[i]+B[u];(!A||N||p)&&g.push(p)}}return g}}));var C=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.assertValidPattern=void 0;var u=1024*64,oi=i=>{if(typeof i!="string")throw new TypeError("invalid pattern");if(i.length>u)throw new TypeError("pattern is too long")};i.assertValidPattern=oi}));var S=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.parseClass=void 0;var u={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},ot=i=>i.replace(/[[\]\\-]/g,"\\$&"),li=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Ye=i=>i.join(""),ci=(i,p)=>{let A=p;if(i.charAt(A)!=="[")throw new Error("not in a brace expression");let g=[],C=[],S=A+1,w=!1,B=!1,v=!1,N=!1,T=A,Q="";e:for(;S<i.length;){let p=i.charAt(S);if((p==="!"||p==="^")&&S===A+1){N=!0,S++;continue}if(p==="]"&&w&&!v){T=S+1;break}if(w=!0,p==="\\"&&!v){v=!0,S++;continue}if(p==="["&&!v){for(let[p,[w,v,N]]of Object.entries(u))if(i.startsWith(p,S)){if(Q)return["$.",!1,i.length-A,!0];S+=p.length,N?C.push(w):g.push(w),B=B||v;continue e}}if(v=!1,Q){p>Q?g.push(ot(Q)+"-"+ot(p)):p===Q&&g.push(ot(p)),Q="",S++;continue}if(i.startsWith("-]",S+1)){g.push(ot(p+"-")),S+=2;continue}if(i.startsWith("-",S+1)){Q=p,S+=2;continue}g.push(ot(p)),S++}if(T<S)return["",!1,0,!1];if(!g.length&&!C.length)return["$.",!1,i.length-A,!0];if(C.length===0&&g.length===1&&/^\\?.$/.test(g[0])&&!N){let i=g[0].length===2?g[0].slice(-1):g[0];return[li(i),!1,T-A,!1]}let x="["+(N?"^":"")+Ye(g)+"]",_="["+(N?"":"^")+Ye(C)+"]";return[g.length&&C.length?"("+x+"|"+_+")":g.length?x:_,B,T-A,!0]};i.parseClass=ci}));var w=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.unescape=void 0;var ui=(i,{windowsPathsNoEscape:u=!1,magicalBraces:p=!0}={})=>p?u?i.replace(/\[([^\/\\])\]/g,"$1"):i.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):u?i.replace(/\[([^\/\\{}])\]/g,"$1"):i.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1");i.unescape=ui}));var B=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.AST=void 0;var u=S(),p=w(),A=new Set(["!","?","+","*","@"]),Ze=i=>A.has(i),g="(?!(?:^|/)\\.\\.?(?:$|/))",C="(?!\\.)",B=new Set(["[","."]),v=new Set(["..","."]),N=new Set("().*{}+?[]^$\\!"),bi=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),T="[^/]",Q=T+"*?",x=T+"+?",_=class n{type;#Oe;#ke;#xe=!1;#He=[];#Fe;#Re;#Be;#we=!1;#Se;#Je;#Me=!1;constructor(i,u,p={}){this.type=i,i&&(this.#ke=!0),this.#Fe=u,this.#Oe=this.#Fe?this.#Fe.#Oe:this,this.#Se=this.#Oe===this?p:this.#Oe.#Se,this.#Be=this.#Oe===this?[]:this.#Oe.#Be,i==="!"&&!this.#Oe.#we&&this.#Be.push(this),this.#Re=this.#Fe?this.#Fe.#He.length:0}get hasMagic(){if(this.#ke!==void 0)return this.#ke;for(let i of this.#He)if(typeof i!="string"&&(i.type||i.hasMagic))return this.#ke=!0;return this.#ke}toString(){return this.#Je!==void 0?this.#Je:this.type?this.#Je=this.type+"("+this.#He.map((i=>String(i))).join("|")+")":this.#Je=this.#He.map((i=>String(i))).join("")}#Pe(){if(this!==this.#Oe)throw new Error("should only call on root");if(this.#we)return this;this.toString(),this.#we=!0;let i;for(;i=this.#Be.pop();){if(i.type!=="!")continue;let u=i,p=u.#Fe;for(;p;){for(let A=u.#Re+1;!p.type&&A<p.#He.length;A++)for(let u of i.#He){if(typeof u=="string")throw new Error("string part in extglob AST??");u.copyIn(p.#He[A])}u=p,p=u.#Fe}}return this}push(...i){for(let u of i)if(u!==""){if(typeof u!="string"&&!(u instanceof n&&u.#Fe===this))throw new Error("invalid part: "+u);this.#He.push(u)}}toJSON(){let i=this.type===null?this.#He.slice().map((i=>typeof i=="string"?i:i.toJSON())):[this.type,...this.#He.map((i=>i.toJSON()))];return this.isStart()&&!this.type&&i.unshift([]),this.isEnd()&&(this===this.#Oe||this.#Oe.#we&&this.#Fe?.type==="!")&&i.push({}),i}isStart(){if(this.#Oe===this)return!0;if(!this.#Fe?.isStart())return!1;if(this.#Re===0)return!0;let i=this.#Fe;for(let u=0;u<this.#Re;u++){let p=i.#He[u];if(!(p instanceof n&&p.type==="!"))return!1}return!0}isEnd(){if(this.#Oe===this||this.#Fe?.type==="!")return!0;if(!this.#Fe?.isEnd())return!1;if(!this.type)return this.#Fe?.isEnd();let i=this.#Fe?this.#Fe.#He.length:0;return this.#Re===i-1}copyIn(i){typeof i=="string"?this.push(i):this.push(i.clone(this))}clone(i){let u=new n(this.type,i);for(let i of this.#He)u.copyIn(i);return u}static#De(i,u,p,A){let g=!1,C=!1,S=-1,w=!1;if(u.type===null){let B=p,v="";for(;B<i.length;){let p=i.charAt(B++);if(g||p==="\\"){g=!g,v+=p;continue}if(C){B===S+1?(p==="^"||p==="!")&&(w=!0):p==="]"&&!(B===S+2&&w)&&(C=!1),v+=p;continue}else if(p==="["){C=!0,S=B,w=!1,v+=p;continue}if(!A.noext&&Ze(p)&&i.charAt(B)==="("){u.push(v),v="";let g=new n(p,u);B=n.#De(i,g,B,A),u.push(g);continue}v+=p}return u.push(v),B}let B=p+1,v=new n(null,u),N=[],T="";for(;B<i.length;){let p=i.charAt(B++);if(g||p==="\\"){g=!g,T+=p;continue}if(C){B===S+1?(p==="^"||p==="!")&&(w=!0):p==="]"&&!(B===S+2&&w)&&(C=!1),T+=p;continue}else if(p==="["){C=!0,S=B,w=!1,T+=p;continue}if(Ze(p)&&i.charAt(B)==="("){v.push(T),T="";let u=new n(p,v);v.push(u),B=n.#De(i,u,B,A);continue}if(p==="|"){v.push(T),T="",N.push(v),v=new n(null,u);continue}if(p===")")return T===""&&u.#He.length===0&&(u.#Me=!0),v.push(T),T="",u.push(...N,v),B;T+=p}return u.type=null,u.#ke=void 0,u.#He=[i.substring(p-1)],B}static fromGlob(i,u={}){let p=new n(null,void 0,u);return n.#De(i,p,0,u),p}toMMPattern(){if(this!==this.#Oe)return this.#Oe.toMMPattern();let i=this.toString(),[u,p,A,g]=this.toRegExpSource();if(!(A||this.#ke||this.#Se.nocase&&!this.#Se.nocaseMagicOnly&&i.toUpperCase()!==i.toLowerCase()))return p;let C=(this.#Se.nocase?"i":"")+(g?"u":"");return Object.assign(new RegExp(`^${u}$`,C),{_src:u,_glob:i})}get options(){return this.#Se}toRegExpSource(i){let u=i??!!this.#Se.dot;if(this.#Oe===this&&this.#Pe(),!this.type){let A=this.isStart()&&this.isEnd()&&!this.#He.some((i=>typeof i!="string")),S=this.#He.map((u=>{let[p,g,C,S]=typeof u=="string"?n.#$e(u,this.#ke,A):u.toRegExpSource(i);return this.#ke=this.#ke||C,this.#xe=this.#xe||S,p})).join(""),w="";if(this.isStart()&&typeof this.#He[0]=="string"&&!(this.#He.length===1&&v.has(this.#He[0]))){let p=B,A=u&&p.has(S.charAt(0))||S.startsWith("\\.")&&p.has(S.charAt(2))||S.startsWith("\\.\\.")&&p.has(S.charAt(4)),v=!u&&!i&&p.has(S.charAt(0));w=A?g:v?C:""}let N="";return this.isEnd()&&this.#Oe.#we&&this.#Fe?.type==="!"&&(N="(?:$|\\/)"),[w+S+N,(0,p.unescape)(S),this.#ke=!!this.#ke,this.#xe]}let A=this.type==="*"||this.type==="+",S=this.type==="!"?"(?:(?!(?:":"(?:",w=this.#ze(u);if(this.isStart()&&this.isEnd()&&!w&&this.type!=="!"){let i=this.toString();return this.#He=[i],this.type=null,this.#ke=void 0,[i,(0,p.unescape)(this.toString()),!1,!1]}let N=!A||i||u||!C?"":this.#ze(!0);N===w&&(N=""),N&&(w=`(?:${w})(?:${N})*?`);let T="";if(this.type==="!"&&this.#Me)T=(this.isStart()&&!u?C:"")+x;else{let p=this.type==="!"?"))"+(this.isStart()&&!u&&!i?C:"")+Q+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&N?")":this.type==="*"&&N?")?":`)${this.type}`;T=S+w+p}return[T,(0,p.unescape)(w),this.#ke=!!this.#ke,this.#xe]}#ze(i){return this.#He.map((u=>{if(typeof u=="string")throw new Error("string type in extglob ast??");let[p,A,g,C]=u.toRegExpSource(i);return this.#xe=this.#xe||C,p})).filter((i=>!(this.isStart()&&this.isEnd())||!!i)).join("|")}static#$e(i,A,g=!1){let C=!1,S="",w=!1,B=!1;for(let p=0;p<i.length;p++){let v=i.charAt(p);if(C){C=!1,S+=(N.has(v)?"\\":"")+v;continue}if(v==="*"){if(B)continue;B=!0,S+=g&&/^[*]+$/.test(i)?x:Q,A=!0;continue}else B=!1;if(v==="\\"){p===i.length-1?S+="\\\\":C=!0;continue}if(v==="["){let[g,C,B,v]=(0,u.parseClass)(i,p);if(B){S+=g,w=w||C,p+=B-1,A=A||v;continue}}if(v==="?"){S+=T,A=!0;continue}S+=bi(v)}return[S,(0,p.unescape)(i),!!A,w]}};i.AST=_}));var v=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.escape=void 0;var yi=(i,{windowsPathsNoEscape:u=!1,magicalBraces:p=!1}={})=>p?u?i.replace(/[?*()[\]{}]/g,"[$&]"):i.replace(/[?*()[\]\\{}]/g,"\\$&"):u?i.replace(/[?*()[\]]/g,"[$&]"):i.replace(/[?*()[\]\\]/g,"\\$&");i.escape=yi}));var N=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.unescape=i.escape=i.AST=i.Minimatch=i.match=i.makeRe=i.braceExpand=i.defaults=i.filter=i.GLOBSTAR=i.sep=i.minimatch=void 0;var u=g(),p=C(),A=B(),S=v(),N=w(),_i=(i,u,A={})=>((0,p.assertValidPattern)(u),!A.nocomment&&u.charAt(0)==="#"?!1:new j(u,A).match(i));i.minimatch=_i;var T=/^\*+([^+@!?\*\[\(]*)$/,xi=i=>u=>!u.startsWith(".")&&u.endsWith(i),Ti=i=>u=>u.endsWith(i),Ci=i=>(i=i.toLowerCase(),u=>!u.startsWith(".")&&u.toLowerCase().endsWith(i)),Ri=i=>(i=i.toLowerCase(),u=>u.toLowerCase().endsWith(i)),Q=/^\*+\.\*+$/,ki=i=>!i.startsWith(".")&&i.includes("."),Mi=i=>i!=="."&&i!==".."&&i.includes("."),x=/^\.\*+$/,Di=i=>i!=="."&&i!==".."&&i.startsWith("."),_=/^\*+$/,ji=i=>i.length!==0&&!i.startsWith("."),Ni=i=>i.length!==0&&i!=="."&&i!=="..",k=/^\?+([^+@!?\*\[\(]*)?$/,Wi=([i,u=""])=>{let p=rs([i]);return u?(u=u.toLowerCase(),i=>p(i)&&i.toLowerCase().endsWith(u)):p},Bi=([i,u=""])=>{let p=ns([i]);return u?(u=u.toLowerCase(),i=>p(i)&&i.toLowerCase().endsWith(u)):p},Ii=([i,u=""])=>{let p=ns([i]);return u?i=>p(i)&&i.endsWith(u):p},Gi=([i,u=""])=>{let p=rs([i]);return u?i=>p(i)&&i.endsWith(u):p},rs=([i])=>{let u=i.length;return i=>i.length===u&&!i.startsWith(".")},ns=([i])=>{let u=i.length;return i=>i.length===u&&i!=="."&&i!==".."},D=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",O={win32:{sep:"\\"},posix:{sep:"/"}};i.sep=D==="win32"?O.win32.sep:O.posix.sep;i.minimatch.sep=i.sep;i.GLOBSTAR=Symbol("globstar **");i.minimatch.GLOBSTAR=i.GLOBSTAR;var P="[^/]",L=P+"*?",U="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",H="(?:(?!(?:\\/|^)\\.).)*?",Hi=(u,p={})=>A=>(0,i.minimatch)(A,u,p);i.filter=Hi;i.minimatch.filter=i.filter;var F=(i,u={})=>Object.assign({},i,u),Vi=u=>{if(!u||typeof u!="object"||!Object.keys(u).length)return i.minimatch;let p=i.minimatch;return Object.assign(((i,A,g={})=>p(i,A,F(u,g))),{Minimatch:class extends p.Minimatch{constructor(i,p={}){super(i,F(u,p))}static defaults(i){return p.defaults(F(u,i)).Minimatch}},AST:class extends p.AST{constructor(i,p,A={}){super(i,p,F(u,A))}static fromGlob(i,A={}){return p.AST.fromGlob(i,F(u,A))}},unescape:(i,A={})=>p.unescape(i,F(u,A)),escape:(i,A={})=>p.escape(i,F(u,A)),filter:(i,A={})=>p.filter(i,F(u,A)),defaults:i=>p.defaults(F(u,i)),makeRe:(i,A={})=>p.makeRe(i,F(u,A)),braceExpand:(i,A={})=>p.braceExpand(i,F(u,A)),match:(i,A,g={})=>p.match(i,A,F(u,g)),sep:p.sep,GLOBSTAR:i.GLOBSTAR})};i.defaults=Vi;i.minimatch.defaults=i.defaults;var Ki=(i,A={})=>((0,p.assertValidPattern)(i),A.nobrace||!/\{(?:(?!\{).)*\}/.test(i)?[i]:(0,u.expand)(i,{max:A.braceExpandMax}));i.braceExpand=Ki;i.minimatch.braceExpand=i.braceExpand;var Xi=(i,u={})=>new j(i,u).makeRe();i.makeRe=Xi;i.minimatch.makeRe=i.makeRe;var Yi=(i,u,p={})=>{let A=new j(u,p);return i=i.filter((i=>A.match(i))),A.options.nonull&&!i.length&&i.push(u),i};i.match=Yi;i.minimatch.match=i.match;var z=/[?*]|[+@!]\(.*?\)|\[|\]/,Ji=i=>i.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),j=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(i,u={}){(0,p.assertValidPattern)(i),u=u||{},this.options=u,this.pattern=i,this.platform=u.platform||D,this.isWindows=this.platform==="win32";let A="allowWindowsEscape";this.windowsPathsNoEscape=!!u.windowsPathsNoEscape||u[A]===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!u.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!u.nonegate,this.comment=!1,this.empty=!1,this.partial=!!u.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=u.windowsNoMagicRoot!==void 0?u.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let i of this.set)for(let u of i)if(typeof u!="string")return!0;return!1}debug(...i){}make(){let i=this.pattern,u=this.options;if(!u.nocomment&&i.charAt(0)==="#"){this.comment=!0;return}if(!i){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],u.debug&&(this.debug=(...i)=>console.error(...i)),this.debug(this.pattern,this.globSet);let p=this.globSet.map((i=>this.slashSplit(i)));this.globParts=this.preprocess(p),this.debug(this.pattern,this.globParts);let A=this.globParts.map(((i,u,p)=>{if(this.isWindows&&this.windowsNoMagicRoot){let u=i[0]===""&&i[1]===""&&(i[2]==="?"||!z.test(i[2]))&&!z.test(i[3]),p=/^[a-z]:/i.test(i[0]);if(u)return[...i.slice(0,4),...i.slice(4).map((i=>this.parse(i)))];if(p)return[i[0],...i.slice(1).map((i=>this.parse(i)))]}return i.map((i=>this.parse(i)))}));if(this.debug(this.pattern,A),this.set=A.filter((i=>i.indexOf(!1)===-1)),this.isWindows)for(let i=0;i<this.set.length;i++){let u=this.set[i];u[0]===""&&u[1]===""&&this.globParts[i][2]==="?"&&typeof u[3]=="string"&&/^[a-z]:$/i.test(u[3])&&(u[2]="?")}this.debug(this.pattern,this.set)}preprocess(i){if(this.options.noglobstar)for(let u=0;u<i.length;u++)for(let p=0;p<i[u].length;p++)i[u][p]==="**"&&(i[u][p]="*");let{optimizationLevel:u=1}=this.options;return u>=2?(i=this.firstPhasePreProcess(i),i=this.secondPhasePreProcess(i)):u>=1?i=this.levelOneOptimize(i):i=this.adjascentGlobstarOptimize(i),i}adjascentGlobstarOptimize(i){return i.map((i=>{let u=-1;for(;(u=i.indexOf("**",u+1))!==-1;){let p=u;for(;i[p+1]==="**";)p++;p!==u&&i.splice(u,p-u)}return i}))}levelOneOptimize(i){return i.map((i=>(i=i.reduce(((i,u)=>{let p=i[i.length-1];return u==="**"&&p==="**"?i:u===".."&&p&&p!==".."&&p!=="."&&p!=="**"?(i.pop(),i):(i.push(u),i)}),[]),i.length===0?[""]:i)))}levelTwoFileOptimize(i){Array.isArray(i)||(i=this.slashSplit(i));let u=!1;do{if(u=!1,!this.preserveMultipleSlashes){for(let p=1;p<i.length-1;p++){let A=i[p];p===1&&A===""&&i[0]===""||(A==="."||A==="")&&(u=!0,i.splice(p,1),p--)}i[0]==="."&&i.length===2&&(i[1]==="."||i[1]==="")&&(u=!0,i.pop())}let p=0;for(;(p=i.indexOf("..",p+1))!==-1;){let A=i[p-1];A&&A!=="."&&A!==".."&&A!=="**"&&(u=!0,i.splice(p-1,2),p-=2)}}while(u);return i.length===0?[""]:i}firstPhasePreProcess(i){let u=!1;do{u=!1;for(let p of i){let A=-1;for(;(A=p.indexOf("**",A+1))!==-1;){let g=A;for(;p[g+1]==="**";)g++;g>A&&p.splice(A+1,g-A);let C=p[A+1],S=p[A+2],w=p[A+3];if(C!==".."||!S||S==="."||S===".."||!w||w==="."||w==="..")continue;u=!0,p.splice(A,1);let B=p.slice(0);B[A]="**",i.push(B),A--}if(!this.preserveMultipleSlashes){for(let i=1;i<p.length-1;i++){let A=p[i];i===1&&A===""&&p[0]===""||(A==="."||A==="")&&(u=!0,p.splice(i,1),i--)}p[0]==="."&&p.length===2&&(p[1]==="."||p[1]==="")&&(u=!0,p.pop())}let g=0;for(;(g=p.indexOf("..",g+1))!==-1;){let i=p[g-1];if(i&&i!=="."&&i!==".."&&i!=="**"){u=!0;let i=g===1&&p[g+1]==="**"?["."]:[];p.splice(g-1,2,...i),p.length===0&&p.push(""),g-=2}}}}while(u);return i}secondPhasePreProcess(i){for(let u=0;u<i.length-1;u++)for(let p=u+1;p<i.length;p++){let A=this.partsMatch(i[u],i[p],!this.preserveMultipleSlashes);if(A){i[u]=[],i[p]=A;break}}return i.filter((i=>i.length))}partsMatch(i,u,p=!1){let A=0,g=0,C=[],S="";for(;A<i.length&&g<u.length;)if(i[A]===u[g])C.push(S==="b"?u[g]:i[A]),A++,g++;else if(p&&i[A]==="**"&&u[g]===i[A+1])C.push(i[A]),A++;else if(p&&u[g]==="**"&&i[A]===u[g+1])C.push(u[g]),g++;else if(i[A]==="*"&&u[g]&&(this.options.dot||!u[g].startsWith("."))&&u[g]!=="**"){if(S==="b")return!1;S="a",C.push(i[A]),A++,g++}else if(u[g]==="*"&&i[A]&&(this.options.dot||!i[A].startsWith("."))&&i[A]!=="**"){if(S==="a")return!1;S="b",C.push(u[g]),A++,g++}else return!1;return i.length===u.length&&C}parseNegate(){if(this.nonegate)return;let i=this.pattern,u=!1,p=0;for(let A=0;A<i.length&&i.charAt(A)==="!";A++)u=!u,p++;p&&(this.pattern=i.slice(p)),this.negate=u}matchOne(u,p,A=!1){let g=this.options;if(this.isWindows){let i=typeof u[0]=="string"&&/^[a-z]:$/i.test(u[0]),A=!i&&u[0]===""&&u[1]===""&&u[2]==="?"&&/^[a-z]:$/i.test(u[3]),g=typeof p[0]=="string"&&/^[a-z]:$/i.test(p[0]),C=!g&&p[0]===""&&p[1]===""&&p[2]==="?"&&typeof p[3]=="string"&&/^[a-z]:$/i.test(p[3]),S=A?3:i?0:void 0,w=C?3:g?0:void 0;if(typeof S=="number"&&typeof w=="number"){let[i,A]=[u[S],p[w]];i.toLowerCase()===A.toLowerCase()&&(p[w]=i,w>S?p=p.slice(w):S>w&&(u=u.slice(S)))}}let{optimizationLevel:C=1}=this.options;C>=2&&(u=this.levelTwoFileOptimize(u)),this.debug("matchOne",this,{file:u,pattern:p}),this.debug("matchOne",u.length,p.length);for(var S=0,w=0,B=u.length,v=p.length;S<B&&w<v;S++,w++){this.debug("matchOne loop");var N=p[w],T=u[S];if(this.debug(p,N,T),N===!1)return!1;if(N===i.GLOBSTAR){this.debug("GLOBSTAR",[p,N,T]);var Q=S,x=w+1;if(x===v){for(this.debug("** at the end");S<B;S++)if(u[S]==="."||u[S]===".."||!g.dot&&u[S].charAt(0)===".")return!1;return!0}for(;Q<B;){var _=u[Q];if(this.debug(`\nglobstar while`,u,Q,p,x,_),this.matchOne(u.slice(Q),p.slice(x),A))return this.debug("globstar found match!",Q,B,_),!0;if(_==="."||_===".."||!g.dot&&_.charAt(0)==="."){this.debug("dot detected!",u,Q,p,x);break}this.debug("globstar swallow a segment, and continue"),Q++}return!!(A&&(this.debug(`\n>>> no match, partial?`,u,Q,p,x),Q===B))}let C;if(typeof N=="string"?(C=T===N,this.debug("string match",N,T,C)):(C=N.test(T),this.debug("pattern match",N,T,C)),!C)return!1}if(S===B&&w===v)return!0;if(S===B)return A;if(w===v)return S===B-1&&u[S]==="";throw new Error("wtf?")}braceExpand(){return(0,i.braceExpand)(this.pattern,this.options)}parse(u){(0,p.assertValidPattern)(u);let g=this.options;if(u==="**")return i.GLOBSTAR;if(u==="")return"";let C,S=null;(C=u.match(_))?S=g.dot?Ni:ji:(C=u.match(T))?S=(g.nocase?g.dot?Ri:Ci:g.dot?Ti:xi)(C[1]):(C=u.match(k))?S=(g.nocase?g.dot?Bi:Wi:g.dot?Ii:Gi)(C):(C=u.match(Q))?S=g.dot?Mi:ki:(C=u.match(x))&&(S=Di);let w=A.AST.fromGlob(u,this.options).toMMPattern();return S&&typeof w=="object"&&Reflect.defineProperty(w,"test",{value:S}),w}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let u=this.set;if(!u.length)return this.regexp=!1,this.regexp;let p=this.options,A=p.noglobstar?L:p.dot?U:H,g=new Set(p.nocase?["i"]:[]),C=u.map((u=>{let p=u.map((u=>{if(u instanceof RegExp)for(let i of u.flags.split(""))g.add(i);return typeof u=="string"?Ji(u):u===i.GLOBSTAR?i.GLOBSTAR:u._src}));p.forEach(((u,g)=>{let C=p[g+1],S=p[g-1];u!==i.GLOBSTAR||S===i.GLOBSTAR||(S===void 0?C!==void 0&&C!==i.GLOBSTAR?p[g+1]="(?:\\/|"+A+"\\/)?"+C:p[g]=A:C===void 0?p[g-1]=S+"(?:\\/|\\/"+A+")?":C!==i.GLOBSTAR&&(p[g-1]=S+"(?:\\/|\\/"+A+"\\/)"+C,p[g+1]=i.GLOBSTAR))}));let C=p.filter((u=>u!==i.GLOBSTAR));if(this.partial&&C.length>=1){let i=[];for(let u=1;u<=C.length;u++)i.push(C.slice(0,u).join("/"));return"(?:"+i.join("|")+")"}return C.join("/")})).join("|"),[S,w]=u.length>1?["(?:",")"]:["",""];C="^"+S+C+w+"$",this.partial&&(C="^(?:\\/|"+S+C.slice(1,-1)+w+")$"),this.negate&&(C="^(?!"+C+").+$");try{this.regexp=new RegExp(C,[...g].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(i){return this.preserveMultipleSlashes?i.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(i)?["",...i.split(/\/+/)]:i.split(/\/+/)}match(i,u=this.partial){if(this.debug("match",i,this.pattern),this.comment)return!1;if(this.empty)return i==="";if(i==="/"&&u)return!0;let p=this.options;this.isWindows&&(i=i.split("\\").join("/"));let A=this.slashSplit(i);this.debug(this.pattern,"split",A);let g=this.set;this.debug(this.pattern,"set",g);let C=A[A.length-1];if(!C)for(let i=A.length-2;!C&&i>=0;i--)C=A[i];for(let i=0;i<g.length;i++){let S=g[i],w=A;if(p.matchBase&&S.length===1&&(w=[C]),this.matchOne(w,S,u))return p.flipNegate?!0:!this.negate}return p.flipNegate?!1:this.negate}static defaults(u){return i.minimatch.defaults(u).Minimatch}};i.Minimatch=j;var q=B();Object.defineProperty(i,"AST",{enumerable:!0,get:function(){return q.AST}});var $=v();Object.defineProperty(i,"escape",{enumerable:!0,get:function(){return $.escape}});var J=w();Object.defineProperty(i,"unescape",{enumerable:!0,get:function(){return J.unescape}});i.minimatch.AST=A.AST;i.minimatch.Minimatch=j;i.minimatch.escape=S.escape;i.minimatch.unescape=N.unescape}));var T=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.LRUCache=void 0;var u=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,p=new Set,A=typeof process=="object"&&process?process:{},ls=(i,u,p,g)=>{typeof A.emitWarning=="function"?A.emitWarning(i,u,p,g):console.error(`[${p}] ${u}: ${i}`)},g=globalThis.AbortController,C=globalThis.AbortSignal;if(typeof g>"u"){C=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(i,u){this._onabort.push(u)}},g=class{constructor(){t()}signal=new C;abort(i){if(!this.signal.aborted){this.signal.reason=i,this.signal.aborted=!0;for(let u of this.signal._onabort)u(i);this.signal.onabort?.(i)}}};let i=A.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{i&&(i=!1,ls("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",t))}}var sr=i=>!p.has(i),V=i=>i&&i===Math.floor(i)&&i>0&&isFinite(i),cs=i=>V(i)?i<=Math.pow(2,8)?Uint8Array:i<=Math.pow(2,16)?Uint16Array:i<=Math.pow(2,32)?Uint32Array:i<=Number.MAX_SAFE_INTEGER?S:null:null,S=class extends Array{constructor(i){super(i),this.fill(0)}},w=class at{heap;length;static#Oe=!1;static create(i){let u=cs(i);if(!u)return[];at.#Oe=!0;let p=new at(i,u);return at.#Oe=!1,p}constructor(i,u){if(!at.#Oe)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new u(i),this.length=0}push(i){this.heap[this.length++]=i}pop(){return this.heap[--this.length]}},B=class us{#Oe;#ke;#xe;#He;#Fe;#Re;#Be;#we;get perf(){return this.#we}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#Se;#Je;#Me;#Pe;#De;#ze;#$e;#Ge;#tt;#ot;#Qe;#et;#dt;#je;#Ue;#it;#qe;#Ye;#Xe;static unsafeExposeInternals(i){return{starts:i.#dt,ttls:i.#je,autopurgeTimers:i.#Ue,sizes:i.#et,keyMap:i.#Me,keyList:i.#Pe,valList:i.#De,next:i.#ze,prev:i.#$e,get head(){return i.#Ge},get tail(){return i.#tt},free:i.#ot,isBackgroundFetch:u=>i.#Le(u),backgroundFetch:(u,p,A,g)=>i.#at(u,p,A,g),moveToTail:u=>i.#nt(u),indexes:u=>i.#pt(u),rindexes:u=>i.#ut(u),isStale:u=>i.#_e(u)}}get max(){return this.#Oe}get maxSize(){return this.#ke}get calculatedSize(){return this.#Je}get size(){return this.#Se}get fetchMethod(){return this.#Re}get memoMethod(){return this.#Be}get dispose(){return this.#xe}get onInsert(){return this.#He}get disposeAfter(){return this.#Fe}constructor(i){let{max:A=0,ttl:g,ttlResolution:C=1,ttlAutopurge:S,updateAgeOnGet:B,updateAgeOnHas:v,allowStale:N,dispose:T,onInsert:Q,disposeAfter:x,noDisposeOnSet:_,noUpdateTTL:k,maxSize:D=0,maxEntrySize:O=0,sizeCalculation:P,fetchMethod:L,memoMethod:U,noDeleteOnFetchRejection:H,noDeleteOnStaleGet:z,allowStaleOnFetchRejection:j,allowStaleOnFetchAbort:q,ignoreFetchAbort:$,perf:J}=i;if(J!==void 0&&typeof J?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#we=J??u,A!==0&&!V(A))throw new TypeError("max option must be a nonnegative integer");let W=A?cs(A):Array;if(!W)throw new Error("invalid max value: "+A);if(this.#Oe=A,this.#ke=D,this.maxEntrySize=O||this.#ke,this.sizeCalculation=P,this.sizeCalculation){if(!this.#ke&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(U!==void 0&&typeof U!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#Be=U,L!==void 0&&typeof L!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#Re=L,this.#qe=!!L,this.#Me=new Map,this.#Pe=new Array(A).fill(void 0),this.#De=new Array(A).fill(void 0),this.#ze=new W(A),this.#$e=new W(A),this.#Ge=0,this.#tt=0,this.#ot=w.create(A),this.#Se=0,this.#Je=0,typeof T=="function"&&(this.#xe=T),typeof Q=="function"&&(this.#He=Q),typeof x=="function"?(this.#Fe=x,this.#Qe=[]):(this.#Fe=void 0,this.#Qe=void 0),this.#it=!!this.#xe,this.#Xe=!!this.#He,this.#Ye=!!this.#Fe,this.noDisposeOnSet=!!_,this.noUpdateTTL=!!k,this.noDeleteOnFetchRejection=!!H,this.allowStaleOnFetchRejection=!!j,this.allowStaleOnFetchAbort=!!q,this.ignoreFetchAbort=!!$,this.maxEntrySize!==0){if(this.#ke!==0&&!V(this.#ke))throw new TypeError("maxSize must be a positive integer if specified");if(!V(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#Ht()}if(this.allowStale=!!N,this.noDeleteOnStaleGet=!!z,this.updateAgeOnGet=!!B,this.updateAgeOnHas=!!v,this.ttlResolution=V(C)||C===0?C:1,this.ttlAutopurge=!!S,this.ttl=g||0,this.ttl){if(!V(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#lt()}if(this.#Oe===0&&this.ttl===0&&this.#ke===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#Oe&&!this.#ke){let i="LRU_CACHE_UNBOUNDED";sr(i)&&(p.add(i),ls("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",i,us))}}getRemainingTTL(i){return this.#Me.has(i)?1/0:0}#lt(){let i=new S(this.#Oe),u=new S(this.#Oe);this.#je=i,this.#dt=u;let p=this.ttlAutopurge?new Array(this.#Oe):void 0;this.#Ue=p,this.#ct=(A,g,C=this.#we.now())=>{if(u[A]=g!==0?C:0,i[A]=g,p?.[A]&&(clearTimeout(p[A]),p[A]=void 0),g!==0&&p){let i=setTimeout((()=>{this.#_e(A)&&this.#Ve(this.#Pe[A],"expire")}),g+1);i.unref&&i.unref(),p[A]=i}},this.#ve=p=>{u[p]=i[p]!==0?this.#we.now():0},this.#Ze=(p,g)=>{if(i[g]){let C=i[g],S=u[g];if(!C||!S)return;p.ttl=C,p.start=S,p.now=A||r();let w=p.now-S;p.remainingTTL=C-w}};let A=0,r=()=>{let i=this.#we.now();if(this.ttlResolution>0){A=i;let u=setTimeout((()=>A=0),this.ttlResolution);u.unref&&u.unref()}return i};this.getRemainingTTL=p=>{let g=this.#Me.get(p);if(g===void 0)return 0;let C=i[g],S=u[g];if(!C||!S)return 1/0;let w=(A||r())-S;return C-w},this.#_e=p=>{let g=u[p],C=i[p];return!!C&&!!g&&(A||r())-g>C}}#ve=()=>{};#Ze=()=>{};#ct=()=>{};#_e=()=>!1;#Ht(){let i=new S(this.#Oe);this.#Je=0,this.#et=i,this.#Ne=u=>{this.#Je-=i[u],i[u]=0},this.#rt=(i,u,p,A)=>{if(this.#Le(u))return 0;if(!V(p))if(A){if(typeof A!="function")throw new TypeError("sizeCalculation must be a function");if(p=A(u,i),!V(p))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return p},this.#st=(u,p,A)=>{if(i[u]=p,this.#ke){let p=this.#ke-i[u];for(;this.#Je>p;)this.#Ke(!0)}this.#Je+=i[u],A&&(A.entrySize=p,A.totalCalculatedSize=this.#Je)}}#Ne=i=>{};#st=(i,u,p)=>{};#rt=(i,u,p,A)=>{if(p||A)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#pt({allowStale:i=this.allowStale}={}){if(this.#Se)for(let u=this.#tt;!(!this.#We(u)||((i||!this.#_e(u))&&(yield u),u===this.#Ge));)u=this.#$e[u]}*#ut({allowStale:i=this.allowStale}={}){if(this.#Se)for(let u=this.#Ge;!(!this.#We(u)||((i||!this.#_e(u))&&(yield u),u===this.#tt));)u=this.#ze[u]}#We(i){return i!==void 0&&this.#Me.get(this.#Pe[i])===i}*entries(){for(let i of this.#pt())this.#De[i]!==void 0&&this.#Pe[i]!==void 0&&!this.#Le(this.#De[i])&&(yield[this.#Pe[i],this.#De[i]])}*rentries(){for(let i of this.#ut())this.#De[i]!==void 0&&this.#Pe[i]!==void 0&&!this.#Le(this.#De[i])&&(yield[this.#Pe[i],this.#De[i]])}*keys(){for(let i of this.#pt()){let u=this.#Pe[i];u!==void 0&&!this.#Le(this.#De[i])&&(yield u)}}*rkeys(){for(let i of this.#ut()){let u=this.#Pe[i];u!==void 0&&!this.#Le(this.#De[i])&&(yield u)}}*values(){for(let i of this.#pt())this.#De[i]!==void 0&&!this.#Le(this.#De[i])&&(yield this.#De[i])}*rvalues(){for(let i of this.#ut())this.#De[i]!==void 0&&!this.#Le(this.#De[i])&&(yield this.#De[i])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(i,u={}){for(let p of this.#pt()){let A=this.#De[p],g=this.#Le(A)?A.__staleWhileFetching:A;if(g!==void 0&&i(g,this.#Pe[p],this))return this.get(this.#Pe[p],u)}}forEach(i,u=this){for(let p of this.#pt()){let A=this.#De[p],g=this.#Le(A)?A.__staleWhileFetching:A;g!==void 0&&i.call(u,g,this.#Pe[p],this)}}rforEach(i,u=this){for(let p of this.#ut()){let A=this.#De[p],g=this.#Le(A)?A.__staleWhileFetching:A;g!==void 0&&i.call(u,g,this.#Pe[p],this)}}purgeStale(){let i=!1;for(let u of this.#ut({allowStale:!0}))this.#_e(u)&&(this.#Ve(this.#Pe[u],"expire"),i=!0);return i}info(i){let u=this.#Me.get(i);if(u===void 0)return;let p=this.#De[u],A=this.#Le(p)?p.__staleWhileFetching:p;if(A===void 0)return;let g={value:A};if(this.#je&&this.#dt){let i=this.#je[u],p=this.#dt[u];if(i&&p){let u=i-(this.#we.now()-p);g.ttl=u,g.start=Date.now()}}return this.#et&&(g.size=this.#et[u]),g}dump(){let i=[];for(let u of this.#pt({allowStale:!0})){let p=this.#Pe[u],A=this.#De[u],g=this.#Le(A)?A.__staleWhileFetching:A;if(g===void 0||p===void 0)continue;let C={value:g};if(this.#je&&this.#dt){C.ttl=this.#je[u];let i=this.#we.now()-this.#dt[u];C.start=Math.floor(Date.now()-i)}this.#et&&(C.size=this.#et[u]),i.unshift([p,C])}return i}load(i){this.clear();for(let[u,p]of i){if(p.start){let i=Date.now()-p.start;p.start=this.#we.now()-i}this.set(u,p.value,p)}}set(i,u,p={}){if(u===void 0)return this.delete(i),this;let{ttl:A=this.ttl,start:g,noDisposeOnSet:C=this.noDisposeOnSet,sizeCalculation:S=this.sizeCalculation,status:w}=p,{noUpdateTTL:B=this.noUpdateTTL}=p,v=this.#rt(i,u,p.size||0,S);if(this.maxEntrySize&&v>this.maxEntrySize)return w&&(w.set="miss",w.maxEntrySizeExceeded=!0),this.#Ve(i,"set"),this;let N=this.#Se===0?void 0:this.#Me.get(i);if(N===void 0)N=this.#Se===0?this.#tt:this.#ot.length!==0?this.#ot.pop():this.#Se===this.#Oe?this.#Ke(!1):this.#Se,this.#Pe[N]=i,this.#De[N]=u,this.#Me.set(i,N),this.#ze[this.#tt]=N,this.#$e[N]=this.#tt,this.#tt=N,this.#Se++,this.#st(N,v,w),w&&(w.set="add"),B=!1,this.#Xe&&this.#He?.(u,i,"add");else{this.#nt(N);let p=this.#De[N];if(u!==p){if(this.#qe&&this.#Le(p)){p.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:u}=p;u!==void 0&&!C&&(this.#it&&this.#xe?.(u,i,"set"),this.#Ye&&this.#Qe?.push([u,i,"set"]))}else C||(this.#it&&this.#xe?.(p,i,"set"),this.#Ye&&this.#Qe?.push([p,i,"set"]));if(this.#Ne(N),this.#st(N,v,w),this.#De[N]=u,w){w.set="replace";let i=p&&this.#Le(p)?p.__staleWhileFetching:p;i!==void 0&&(w.oldValue=i)}}else w&&(w.set="update");this.#Xe&&this.onInsert?.(u,i,u===p?"update":"replace")}if(A!==0&&!this.#je&&this.#lt(),this.#je&&(B||this.#ct(N,A,g),w&&this.#Ze(w,N)),!C&&this.#Ye&&this.#Qe){let i=this.#Qe,u;for(;u=i?.shift();)this.#Fe?.(...u)}return this}pop(){try{for(;this.#Se;){let i=this.#De[this.#Ge];if(this.#Ke(!0),this.#Le(i)){if(i.__staleWhileFetching)return i.__staleWhileFetching}else if(i!==void 0)return i}}finally{if(this.#Ye&&this.#Qe){let i=this.#Qe,u;for(;u=i?.shift();)this.#Fe?.(...u)}}}#Ke(i){let u=this.#Ge,p=this.#Pe[u],A=this.#De[u];return this.#qe&&this.#Le(A)?A.__abortController.abort(new Error("evicted")):(this.#it||this.#Ye)&&(this.#it&&this.#xe?.(A,p,"evict"),this.#Ye&&this.#Qe?.push([A,p,"evict"])),this.#Ne(u),this.#Ue?.[u]&&(clearTimeout(this.#Ue[u]),this.#Ue[u]=void 0),i&&(this.#Pe[u]=void 0,this.#De[u]=void 0,this.#ot.push(u)),this.#Se===1?(this.#Ge=this.#tt=0,this.#ot.length=0):this.#Ge=this.#ze[u],this.#Me.delete(p),this.#Se--,u}has(i,u={}){let{updateAgeOnHas:p=this.updateAgeOnHas,status:A}=u,g=this.#Me.get(i);if(g!==void 0){let i=this.#De[g];if(this.#Le(i)&&i.__staleWhileFetching===void 0)return!1;if(this.#_e(g))A&&(A.has="stale",this.#Ze(A,g));else return p&&this.#ve(g),A&&(A.has="hit",this.#Ze(A,g)),!0}else A&&(A.has="miss");return!1}peek(i,u={}){let{allowStale:p=this.allowStale}=u,A=this.#Me.get(i);if(A===void 0||!p&&this.#_e(A))return;let g=this.#De[A];return this.#Le(g)?g.__staleWhileFetching:g}#at(i,u,p,A){let C=u===void 0?void 0:this.#De[u];if(this.#Le(C))return C;let S=new g,{signal:w}=p;w?.addEventListener("abort",(()=>S.abort(w.reason)),{signal:S.signal});let B={signal:S.signal,options:p,context:A},l=(A,g=!1)=>{let{aborted:C}=S.signal,w=p.ignoreFetchAbort&&A!==void 0,N=p.ignoreFetchAbort||!!(p.allowStaleOnFetchAbort&&A!==void 0);if(p.status&&(C&&!g?(p.status.fetchAborted=!0,p.status.fetchError=S.signal.reason,w&&(p.status.fetchAbortIgnored=!0)):p.status.fetchResolved=!0),C&&!w&&!g)return c(S.signal.reason,N);let T=v,Q=this.#De[u];return(Q===v||w&&g&&Q===void 0)&&(A===void 0?T.__staleWhileFetching!==void 0?this.#De[u]=T.__staleWhileFetching:this.#Ve(i,"fetch"):(p.status&&(p.status.fetchUpdated=!0),this.set(i,A,B.options))),A},f=i=>(p.status&&(p.status.fetchRejected=!0,p.status.fetchError=i),c(i,!1)),c=(A,g)=>{let{aborted:C}=S.signal,w=C&&p.allowStaleOnFetchAbort,B=w||p.allowStaleOnFetchRejection,N=B||p.noDeleteOnFetchRejection,T=v;if(this.#De[u]===v&&(!N||!g&&T.__staleWhileFetching===void 0?this.#Ve(i,"fetch"):w||(this.#De[u]=T.__staleWhileFetching)),B)return p.status&&T.__staleWhileFetching!==void 0&&(p.status.returnedStale=!0),T.__staleWhileFetching;if(T.__returned===T)throw A},d=(u,A)=>{let g=this.#Re?.(i,C,B);g&&g instanceof Promise&&g.then((i=>u(i===void 0?void 0:i)),A),S.signal.addEventListener("abort",(()=>{(!p.ignoreFetchAbort||p.allowStaleOnFetchAbort)&&(u(void 0),p.allowStaleOnFetchAbort&&(u=i=>l(i,!0)))}))};p.status&&(p.status.fetchDispatched=!0);let v=new Promise(d).then(l,f),N=Object.assign(v,{__abortController:S,__staleWhileFetching:C,__returned:void 0});return u===void 0?(this.set(i,N,{...B.options,status:void 0}),u=this.#Me.get(i)):this.#De[u]=N,N}#Le(i){if(!this.#qe)return!1;let u=i;return!!u&&u instanceof Promise&&u.hasOwnProperty("__staleWhileFetching")&&u.__abortController instanceof g}async fetch(i,u={}){let{allowStale:p=this.allowStale,updateAgeOnGet:A=this.updateAgeOnGet,noDeleteOnStaleGet:g=this.noDeleteOnStaleGet,ttl:C=this.ttl,noDisposeOnSet:S=this.noDisposeOnSet,size:w=0,sizeCalculation:B=this.sizeCalculation,noUpdateTTL:v=this.noUpdateTTL,noDeleteOnFetchRejection:N=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:T=this.allowStaleOnFetchRejection,ignoreFetchAbort:Q=this.ignoreFetchAbort,allowStaleOnFetchAbort:x=this.allowStaleOnFetchAbort,context:_,forceRefresh:k=!1,status:D,signal:O}=u;if(!this.#qe)return D&&(D.fetch="get"),this.get(i,{allowStale:p,updateAgeOnGet:A,noDeleteOnStaleGet:g,status:D});let P={allowStale:p,updateAgeOnGet:A,noDeleteOnStaleGet:g,ttl:C,noDisposeOnSet:S,size:w,sizeCalculation:B,noUpdateTTL:v,noDeleteOnFetchRejection:N,allowStaleOnFetchRejection:T,allowStaleOnFetchAbort:x,ignoreFetchAbort:Q,status:D,signal:O},L=this.#Me.get(i);if(L===void 0){D&&(D.fetch="miss");let u=this.#at(i,L,P,_);return u.__returned=u}else{let u=this.#De[L];if(this.#Le(u)){let i=p&&u.__staleWhileFetching!==void 0;return D&&(D.fetch="inflight",i&&(D.returnedStale=!0)),i?u.__staleWhileFetching:u.__returned=u}let g=this.#_e(L);if(!k&&!g)return D&&(D.fetch="hit"),this.#nt(L),A&&this.#ve(L),D&&this.#Ze(D,L),u;let C=this.#at(i,L,P,_),S=C.__staleWhileFetching!==void 0&&p;return D&&(D.fetch=g?"stale":"refresh",S&&g&&(D.returnedStale=!0)),S?C.__staleWhileFetching:C.__returned=C}}async forceFetch(i,u={}){let p=await this.fetch(i,u);if(p===void 0)throw new Error("fetch() returned undefined");return p}memo(i,u={}){let p=this.#Be;if(!p)throw new Error("no memoMethod provided to constructor");let{context:A,forceRefresh:g,...C}=u,S=this.get(i,C);if(!g&&S!==void 0)return S;let w=p(i,S,{options:C,context:A});return this.set(i,w,C),w}get(i,u={}){let{allowStale:p=this.allowStale,updateAgeOnGet:A=this.updateAgeOnGet,noDeleteOnStaleGet:g=this.noDeleteOnStaleGet,status:C}=u,S=this.#Me.get(i);if(S!==void 0){let u=this.#De[S],w=this.#Le(u);return C&&this.#Ze(C,S),this.#_e(S)?(C&&(C.get="stale"),w?(C&&p&&u.__staleWhileFetching!==void 0&&(C.returnedStale=!0),p?u.__staleWhileFetching:void 0):(g||this.#Ve(i,"expire"),C&&p&&(C.returnedStale=!0),p?u:void 0)):(C&&(C.get="hit"),w?u.__staleWhileFetching:(this.#nt(S),A&&this.#ve(S),u))}else C&&(C.get="miss")}#Te(i,u){this.#$e[u]=i,this.#ze[i]=u}#nt(i){i!==this.#tt&&(i===this.#Ge?this.#Ge=this.#ze[i]:this.#Te(this.#$e[i],this.#ze[i]),this.#Te(this.#tt,i),this.#tt=i)}delete(i){return this.#Ve(i,"delete")}#Ve(i,u){let p=!1;if(this.#Se!==0){let A=this.#Me.get(i);if(A!==void 0)if(this.#Ue?.[A]&&(clearTimeout(this.#Ue?.[A]),this.#Ue[A]=void 0),p=!0,this.#Se===1)this.#Gt(u);else{this.#Ne(A);let p=this.#De[A];if(this.#Le(p)?p.__abortController.abort(new Error("deleted")):(this.#it||this.#Ye)&&(this.#it&&this.#xe?.(p,i,u),this.#Ye&&this.#Qe?.push([p,i,u])),this.#Me.delete(i),this.#Pe[A]=void 0,this.#De[A]=void 0,A===this.#tt)this.#tt=this.#$e[A];else if(A===this.#Ge)this.#Ge=this.#ze[A];else{let i=this.#$e[A];this.#ze[i]=this.#ze[A];let u=this.#ze[A];this.#$e[u]=this.#$e[A]}this.#Se--,this.#ot.push(A)}}if(this.#Ye&&this.#Qe?.length){let i=this.#Qe,u;for(;u=i?.shift();)this.#Fe?.(...u)}return p}clear(){return this.#Gt("delete")}#Gt(i){for(let u of this.#ut({allowStale:!0})){let p=this.#De[u];if(this.#Le(p))p.__abortController.abort(new Error("deleted"));else{let A=this.#Pe[u];this.#it&&this.#xe?.(p,A,i),this.#Ye&&this.#Qe?.push([p,A,i])}}if(this.#Me.clear(),this.#De.fill(void 0),this.#Pe.fill(void 0),this.#je&&this.#dt){this.#je.fill(0),this.#dt.fill(0);for(let i of this.#Ue??[])i!==void 0&&clearTimeout(i);this.#Ue?.fill(void 0)}if(this.#et&&this.#et.fill(0),this.#Ge=0,this.#tt=0,this.#ot.length=0,this.#Je=0,this.#Se=0,this.#Ye&&this.#Qe){let i=this.#Qe,u;for(;u=i?.shift();)this.#Fe?.(...u)}}};i.LRUCache=B}));var Q=R((i=>{"use strict";var u=i&&i.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(i,"__esModule",{value:!0});i.Minipass=i.isWritable=i.isReadable=i.isStream=void 0;var A=typeof process=="object"&&process?process:{stdout:null,stderr:null},g=p(78474),C=u(p(57075)),S=p(46193),or=u=>!!u&&typeof u=="object"&&(u instanceof le||u instanceof C.default||(0,i.isReadable)(u)||(0,i.isWritable)(u));i.isStream=or;var ar=i=>!!i&&typeof i=="object"&&i instanceof g.EventEmitter&&typeof i.pipe=="function"&&i.pipe!==C.default.Writable.prototype.pipe;i.isReadable=ar;var lr=i=>!!i&&typeof i=="object"&&i instanceof g.EventEmitter&&typeof i.write=="function"&&typeof i.end=="function";i.isWritable=lr;var w=Symbol("EOF"),B=Symbol("maybeEmitEnd"),v=Symbol("emittedEnd"),N=Symbol("emittingEnd"),T=Symbol("emittedError"),Q=Symbol("closed"),x=Symbol("read"),_=Symbol("flush"),k=Symbol("flushChunk"),D=Symbol("encoding"),O=Symbol("decoder"),P=Symbol("flowing"),L=Symbol("paused"),U=Symbol("resume"),H=Symbol("buffer"),z=Symbol("pipes"),j=Symbol("bufferLength"),q=Symbol("bufferPush"),$=Symbol("bufferShift"),J=Symbol("objectMode"),W=Symbol("destroyed"),Y=Symbol("error"),K=Symbol("emitData"),Z=Symbol("emitEnd"),X=Symbol("emitEnd2"),ee=Symbol("async"),te=Symbol("abort"),re=Symbol("aborted"),se=Symbol("signal"),ne=Symbol("dataListeners"),ie=Symbol("discarded"),ft=i=>Promise.resolve().then(i),cr=i=>i(),ur=i=>i==="end"||i==="finish"||i==="prefinish",fr=i=>i instanceof ArrayBuffer||!!i&&typeof i=="object"&&i.constructor&&i.constructor.name==="ArrayBuffer"&&i.byteLength>=0,dr=i=>!Buffer.isBuffer(i)&&ArrayBuffer.isView(i),oe=class{src;dest;opts;ondrain;constructor(i,u,p){this.src=i,this.dest=u,this.opts=p,this.ondrain=()=>i[U](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(i){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},ae=class extends oe{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(i,u,p){super(i,u,p),this.proxyErrors=i=>this.dest.emit("error",i),i.on("error",this.proxyErrors)}},pr=i=>!!i.objectMode,mr=i=>!i.objectMode&&!!i.encoding&&i.encoding!=="buffer",le=class extends g.EventEmitter{[P]=!1;[L]=!1;[z]=[];[H]=[];[J];[D];[ee];[O];[w]=!1;[v]=!1;[N]=!1;[Q]=!1;[T]=null;[j]=0;[W]=!1;[se];[re]=!1;[ne]=0;[ie]=!1;writable=!0;readable=!0;constructor(...i){let u=i[0]||{};if(super(),u.objectMode&&typeof u.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");pr(u)?(this[J]=!0,this[D]=null):mr(u)?(this[D]=u.encoding,this[J]=!1):(this[J]=!1,this[D]=null),this[ee]=!!u.async,this[O]=this[D]?new S.StringDecoder(this[D]):null,u&&u.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[H]}),u&&u.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[z]});let{signal:p}=u;p&&(this[se]=p,p.aborted?this[te]():p.addEventListener("abort",(()=>this[te]())))}get bufferLength(){return this[j]}get encoding(){return this[D]}set encoding(i){throw new Error("Encoding must be set at instantiation time")}setEncoding(i){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[J]}set objectMode(i){throw new Error("objectMode must be set at instantiation time")}get async(){return this[ee]}set async(i){this[ee]=this[ee]||!!i}[te](){this[re]=!0,this.emit("abort",this[se]?.reason),this.destroy(this[se]?.reason)}get aborted(){return this[re]}set aborted(i){}write(i,u,p){if(this[re])return!1;if(this[w])throw new Error("write after end");if(this[W])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof u=="function"&&(p=u,u="utf8"),u||(u="utf8");let A=this[ee]?ft:cr;if(!this[J]&&!Buffer.isBuffer(i)){if(dr(i))i=Buffer.from(i.buffer,i.byteOffset,i.byteLength);else if(fr(i))i=Buffer.from(i);else if(typeof i!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[J]?(this[P]&&this[j]!==0&&this[_](!0),this[P]?this.emit("data",i):this[q](i),this[j]!==0&&this.emit("readable"),p&&A(p),this[P]):i.length?(typeof i=="string"&&!(u===this[D]&&!this[O]?.lastNeed)&&(i=Buffer.from(i,u)),Buffer.isBuffer(i)&&this[D]&&(i=this[O].write(i)),this[P]&&this[j]!==0&&this[_](!0),this[P]?this.emit("data",i):this[q](i),this[j]!==0&&this.emit("readable"),p&&A(p),this[P]):(this[j]!==0&&this.emit("readable"),p&&A(p),this[P])}read(i){if(this[W])return null;if(this[ie]=!1,this[j]===0||i===0||i&&i>this[j])return this[B](),null;this[J]&&(i=null),this[H].length>1&&!this[J]&&(this[H]=[this[D]?this[H].join(""):Buffer.concat(this[H],this[j])]);let u=this[x](i||null,this[H][0]);return this[B](),u}[x](i,u){if(this[J])this[$]();else{let p=u;i===p.length||i===null?this[$]():typeof p=="string"?(this[H][0]=p.slice(i),u=p.slice(0,i),this[j]-=i):(this[H][0]=p.subarray(i),u=p.subarray(0,i),this[j]-=i)}return this.emit("data",u),!this[H].length&&!this[w]&&this.emit("drain"),u}end(i,u,p){return typeof i=="function"&&(p=i,i=void 0),typeof u=="function"&&(p=u,u="utf8"),i!==void 0&&this.write(i,u),p&&this.once("end",p),this[w]=!0,this.writable=!1,(this[P]||!this[L])&&this[B](),this}[U](){this[W]||(!this[ne]&&!this[z].length&&(this[ie]=!0),this[L]=!1,this[P]=!0,this.emit("resume"),this[H].length?this[_]():this[w]?this[B]():this.emit("drain"))}resume(){return this[U]()}pause(){this[P]=!1,this[L]=!0,this[ie]=!1}get destroyed(){return this[W]}get flowing(){return this[P]}get paused(){return this[L]}[q](i){this[J]?this[j]+=1:this[j]+=i.length,this[H].push(i)}[$](){return this[J]?this[j]-=1:this[j]-=this[H][0].length,this[H].shift()}[_](i=!1){do{}while(this[k](this[$]())&&this[H].length);!i&&!this[H].length&&!this[w]&&this.emit("drain")}[k](i){return this.emit("data",i),this[P]}pipe(i,u){if(this[W])return i;this[ie]=!1;let p=this[v];return u=u||{},i===A.stdout||i===A.stderr?u.end=!1:u.end=u.end!==!1,u.proxyErrors=!!u.proxyErrors,p?u.end&&i.end():(this[z].push(u.proxyErrors?new ae(this,i,u):new oe(this,i,u)),this[ee]?ft((()=>this[U]())):this[U]()),i}unpipe(i){let u=this[z].find((u=>u.dest===i));u&&(this[z].length===1?(this[P]&&this[ne]===0&&(this[P]=!1),this[z]=[]):this[z].splice(this[z].indexOf(u),1),u.unpipe())}addListener(i,u){return this.on(i,u)}on(i,u){let p=super.on(i,u);if(i==="data")this[ie]=!1,this[ne]++,!this[z].length&&!this[P]&&this[U]();else if(i==="readable"&&this[j]!==0)super.emit("readable");else if(ur(i)&&this[v])super.emit(i),this.removeAllListeners(i);else if(i==="error"&&this[T]){let i=u;this[ee]?ft((()=>i.call(this,this[T]))):i.call(this,this[T])}return p}removeListener(i,u){return this.off(i,u)}off(i,u){let p=super.off(i,u);return i==="data"&&(this[ne]=this.listeners("data").length,this[ne]===0&&!this[ie]&&!this[z].length&&(this[P]=!1)),p}removeAllListeners(i){let u=super.removeAllListeners(i);return(i==="data"||i===void 0)&&(this[ne]=0,!this[ie]&&!this[z].length&&(this[P]=!1)),u}get emittedEnd(){return this[v]}[B](){!this[N]&&!this[v]&&!this[W]&&this[H].length===0&&this[w]&&(this[N]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[Q]&&this.emit("close"),this[N]=!1)}emit(i,...u){let p=u[0];if(i!=="error"&&i!=="close"&&i!==W&&this[W])return!1;if(i==="data")return!this[J]&&!p?!1:this[ee]?(ft((()=>this[K](p))),!0):this[K](p);if(i==="end")return this[Z]();if(i==="close"){if(this[Q]=!0,!this[v]&&!this[W])return!1;let i=super.emit("close");return this.removeAllListeners("close"),i}else if(i==="error"){this[T]=p,super.emit(Y,p);let i=!this[se]||this.listeners("error").length?super.emit("error",p):!1;return this[B](),i}else if(i==="resume"){let i=super.emit("resume");return this[B](),i}else if(i==="finish"||i==="prefinish"){let u=super.emit(i);return this.removeAllListeners(i),u}let A=super.emit(i,...u);return this[B](),A}[K](i){for(let u of this[z])u.dest.write(i)===!1&&this.pause();let u=this[ie]?!1:super.emit("data",i);return this[B](),u}[Z](){return this[v]?!1:(this[v]=!0,this.readable=!1,this[ee]?(ft((()=>this[X]())),!0):this[X]())}[X](){if(this[O]){let i=this[O].end();if(i){for(let u of this[z])u.dest.write(i);this[ie]||super.emit("data",i)}}for(let i of this[z])i.end();let i=super.emit("end");return this.removeAllListeners("end"),i}async collect(){let i=Object.assign([],{dataLength:0});this[J]||(i.dataLength=0);let u=this.promise();return this.on("data",(u=>{i.push(u),this[J]||(i.dataLength+=u.length)})),await u,i}async concat(){if(this[J])throw new Error("cannot concat in objectMode");let i=await this.collect();return this[D]?i.join(""):Buffer.concat(i,i.dataLength)}async promise(){return new Promise(((i,u)=>{this.on(W,(()=>u(new Error("stream destroyed")))),this.on("error",(i=>u(i))),this.on("end",(()=>i()))}))}[Symbol.asyncIterator](){this[ie]=!1;let i=!1,e=async()=>(this.pause(),i=!0,{value:void 0,done:!0});return{next:()=>{if(i)return e();let u=this.read();if(u!==null)return Promise.resolve({done:!1,value:u});if(this[w])return e();let p,A,o=i=>{this.off("data",a),this.off("end",l),this.off(W,f),e(),A(i)},a=i=>{this.off("error",o),this.off("end",l),this.off(W,f),this.pause(),p({value:i,done:!!this[w]})},l=()=>{this.off("error",o),this.off("data",a),this.off(W,f),e(),p({done:!0,value:void 0})},f=()=>o(new Error("stream destroyed"));return new Promise(((i,u)=>{A=u,p=i,this.once(W,f),this.once("error",o),this.once("end",l),this.once("data",a)}))},throw:e,return:e,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[ie]=!1;let i=!1,e=()=>(this.pause(),this.off(Y,e),this.off(W,e),this.off("end",e),i=!0,{done:!0,value:void 0}),s=()=>{if(i)return e();let u=this.read();return u===null?e():{done:!1,value:u}};return this.once("end",e),this.once(Y,e),this.once(W,e),{next:s,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(i){if(this[W])return i?this.emit("error",i):this.emit(W),this;this[W]=!0,this[ie]=!0,this[H].length=0,this[j]=0;let u=this;return typeof u.close=="function"&&!this[Q]&&u.close(),i?this.emit("error",i):this.emit(W),this}static get isStream(){return i.isStream}};i.Minipass=le}));var x=R((i=>{"use strict";var u=i&&i.__createBinding||(Object.create?function(i,u,p,A){A===void 0&&(A=p);var g=Object.getOwnPropertyDescriptor(u,p);(!g||("get"in g?!u.__esModule:g.writable||g.configurable))&&(g={enumerable:!0,get:function(){return u[p]}}),Object.defineProperty(i,A,g)}:function(i,u,p,A){A===void 0&&(A=p),i[A]=u[p]}),A=i&&i.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:!0,value:u})}:function(i,u){i.default=u}),g=i&&i.__importStar||function(i){if(i&&i.__esModule)return i;var p={};if(i!=null)for(var g in i)g!=="default"&&Object.prototype.hasOwnProperty.call(i,g)&&u(p,i,g);return A(p,i),p};Object.defineProperty(i,"__esModule",{value:!0});i.PathScurry=i.Path=i.PathScurryDarwin=i.PathScurryPosix=i.PathScurryWin32=i.PathScurryBase=i.PathPosix=i.PathWin32=i.PathBase=i.ChildrenCache=i.ResolveCache=void 0;var C=T(),S=p(76760),w=p(73136),B=p(79896),v=g(p(73024)),N=B.realpathSync.native,x=p(51455),_=Q(),k={lstatSync:B.lstatSync,readdir:B.readdir,readdirSync:B.readdirSync,readlinkSync:B.readlinkSync,realpathSync:N,promises:{lstat:x.lstat,readdir:x.readdir,readlink:x.readlink,realpath:x.realpath}},_s=i=>!i||i===k||i===v?k:{...k,...i,promises:{...k.promises,...i.promises||{}}},D=/^\\\\\?\\([a-z]:)\\?$/i,Er=i=>i.replace(/\//g,"\\").replace(D,"$1\\"),O=/[\\\/]/,P=0,L=1,U=2,H=4,z=6,j=8,q=10,$=12,J=15,W=~J,Y=16,K=32,Z=64,X=128,ee=256,te=512,re=Z|X|te,se=1023,Te=i=>i.isFile()?j:i.isDirectory()?H:i.isSymbolicLink()?q:i.isCharacterDevice()?U:i.isBlockDevice()?z:i.isSocket()?$:i.isFIFO()?L:P,ne=new C.LRUCache({max:2**12}),wt=i=>{let u=ne.get(i);if(u)return u;let p=i.normalize("NFKD");return ne.set(i,p),p},ie=new C.LRUCache({max:2**12}),Kt=i=>{let u=ie.get(i);if(u)return u;let p=wt(i.toLowerCase());return ie.set(i,p),p},oe=class extends C.LRUCache{constructor(){super({max:256})}};i.ResolveCache=oe;var ae=class extends C.LRUCache{constructor(i=16*1024){super({maxSize:i,sizeCalculation:i=>i.length+1})}};i.ChildrenCache=ae;var le=Symbol("PathScurry setAsCwd"),ue=class{name;root;roots;parent;nocase;isCWD=!1;#Oe;#ke;get dev(){return this.#ke}#xe;get mode(){return this.#xe}#He;get nlink(){return this.#He}#Fe;get uid(){return this.#Fe}#Re;get gid(){return this.#Re}#Be;get rdev(){return this.#Be}#we;get blksize(){return this.#we}#Se;get ino(){return this.#Se}#Je;get size(){return this.#Je}#Me;get blocks(){return this.#Me}#Pe;get atimeMs(){return this.#Pe}#De;get mtimeMs(){return this.#De}#ze;get ctimeMs(){return this.#ze}#$e;get birthtimeMs(){return this.#$e}#Ge;get atime(){return this.#Ge}#tt;get mtime(){return this.#tt}#ot;get ctime(){return this.#ot}#Qe;get birthtime(){return this.#Qe}#et;#dt;#je;#Ue;#it;#qe;#Ye;#Xe;#lt;#ve;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(i,u=P,p,A,g,C,S){this.name=i,this.#et=g?Kt(i):wt(i),this.#Ye=u&se,this.nocase=g,this.roots=A,this.root=p||this,this.#Xe=C,this.#je=S.fullpath,this.#it=S.relative,this.#qe=S.relativePosix,this.parent=S.parent,this.parent?this.#Oe=this.parent.#Oe:this.#Oe=_s(S.fs)}depth(){return this.#dt!==void 0?this.#dt:this.parent?this.#dt=this.parent.depth()+1:this.#dt=0}childrenCache(){return this.#Xe}resolve(i){if(!i)return this;let u=this.getRootString(i),p=i.substring(u.length).split(this.splitSep);return u?this.getRoot(u).#Ze(p):this.#Ze(p)}#Ze(i){let u=this;for(let p of i)u=u.child(p);return u}children(){let i=this.#Xe.get(this);if(i)return i;let u=Object.assign([],{provisional:0});return this.#Xe.set(this,u),this.#Ye&=~Y,u}child(i,u){if(i===""||i===".")return this;if(i==="..")return this.parent||this;let p=this.children(),A=this.nocase?Kt(i):wt(i);for(let i of p)if(i.#et===A)return i;let g=this.parent?this.sep:"",C=this.#je?this.#je+g+i:void 0,S=this.newChild(i,P,{...u,parent:this,fullpath:C});return this.canReaddir()||(S.#Ye|=X),p.push(S),S}relative(){if(this.isCWD)return"";if(this.#it!==void 0)return this.#it;let i=this.name,u=this.parent;if(!u)return this.#it=this.name;let p=u.relative();return p+(!p||!u.parent?"":this.sep)+i}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#qe!==void 0)return this.#qe;let i=this.name,u=this.parent;if(!u)return this.#qe=this.fullpathPosix();let p=u.relativePosix();return p+(!p||!u.parent?"":"/")+i}fullpath(){if(this.#je!==void 0)return this.#je;let i=this.name,u=this.parent;if(!u)return this.#je=this.name;let p=u.fullpath()+(u.parent?this.sep:"")+i;return this.#je=p}fullpathPosix(){if(this.#Ue!==void 0)return this.#Ue;if(this.sep==="/")return this.#Ue=this.fullpath();if(!this.parent){let i=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(i)?this.#Ue=`//?/${i}`:this.#Ue=i}let i=this.parent,u=i.fullpathPosix(),p=u+(!u||!i.parent?"":"/")+this.name;return this.#Ue=p}isUnknown(){return(this.#Ye&J)===P}isType(i){return this[`is${i}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#Ye&J)===j}isDirectory(){return(this.#Ye&J)===H}isCharacterDevice(){return(this.#Ye&J)===U}isBlockDevice(){return(this.#Ye&J)===z}isFIFO(){return(this.#Ye&J)===L}isSocket(){return(this.#Ye&J)===$}isSymbolicLink(){return(this.#Ye&q)===q}lstatCached(){return this.#Ye&K?this:void 0}readlinkCached(){return this.#lt}realpathCached(){return this.#ve}readdirCached(){let i=this.children();return i.slice(0,i.provisional)}canReadlink(){if(this.#lt)return!0;if(!this.parent)return!1;let i=this.#Ye&J;return!(i!==P&&i!==q||this.#Ye&ee||this.#Ye&X)}calledReaddir(){return!!(this.#Ye&Y)}isENOENT(){return!!(this.#Ye&X)}isNamed(i){return this.nocase?this.#et===Kt(i):this.#et===wt(i)}async readlink(){let i=this.#lt;if(i)return i;if(this.canReadlink()&&this.parent)try{let i=await this.#Oe.promises.readlink(this.fullpath()),u=(await this.parent.realpath())?.resolve(i);if(u)return this.#lt=u}catch(i){this.#ut(i.code);return}}readlinkSync(){let i=this.#lt;if(i)return i;if(this.canReadlink()&&this.parent)try{let i=this.#Oe.readlinkSync(this.fullpath()),u=this.parent.realpathSync()?.resolve(i);if(u)return this.#lt=u}catch(i){this.#ut(i.code);return}}#ct(i){this.#Ye|=Y;for(let u=i.provisional;u<i.length;u++){let p=i[u];p&&p.#_e()}}#_e(){this.#Ye&X||(this.#Ye=(this.#Ye|X)&W,this.#Ht())}#Ht(){let i=this.children();i.provisional=0;for(let u of i)u.#_e()}#Ne(){this.#Ye|=te,this.#st()}#st(){if(this.#Ye&Z)return;let i=this.#Ye;(i&J)===H&&(i&=W),this.#Ye=i|Z,this.#Ht()}#rt(i=""){i==="ENOTDIR"||i==="EPERM"?this.#st():i==="ENOENT"?this.#_e():this.children().provisional=0}#pt(i=""){i==="ENOTDIR"?this.parent.#st():i==="ENOENT"&&this.#_e()}#ut(i=""){let u=this.#Ye;u|=ee,i==="ENOENT"&&(u|=X),(i==="EINVAL"||i==="UNKNOWN")&&(u&=W),this.#Ye=u,i==="ENOTDIR"&&this.parent&&this.parent.#st()}#We(i,u){return this.#at(i,u)||this.#Ke(i,u)}#Ke(i,u){let p=Te(i),A=this.newChild(i.name,p,{parent:this}),g=A.#Ye&J;return g!==H&&g!==q&&g!==P&&(A.#Ye|=Z),u.unshift(A),u.provisional++,A}#at(i,u){for(let p=u.provisional;p<u.length;p++){let A=u[p];if((this.nocase?Kt(i.name):wt(i.name))===A.#et)return this.#Le(i,A,p,u)}}#Le(i,u,p,A){let g=u.name;return u.#Ye=u.#Ye&W|Te(i),g!==i.name&&(u.name=i.name),p!==A.provisional&&(p===A.length-1?A.pop():A.splice(p,1),A.unshift(u)),A.provisional++,u}async lstat(){if((this.#Ye&X)===0)try{return this.#Te(await this.#Oe.promises.lstat(this.fullpath())),this}catch(i){this.#pt(i.code)}}lstatSync(){if((this.#Ye&X)===0)try{return this.#Te(this.#Oe.lstatSync(this.fullpath())),this}catch(i){this.#pt(i.code)}}#Te(i){let{atime:u,atimeMs:p,birthtime:A,birthtimeMs:g,blksize:C,blocks:S,ctime:w,ctimeMs:B,dev:v,gid:N,ino:T,mode:Q,mtime:x,mtimeMs:_,nlink:k,rdev:D,size:O,uid:L}=i;this.#Ge=u,this.#Pe=p,this.#Qe=A,this.#$e=g,this.#we=C,this.#Me=S,this.#ot=w,this.#ze=B,this.#ke=v,this.#Re=N,this.#Se=T,this.#xe=Q,this.#tt=x,this.#De=_,this.#He=k,this.#Be=D,this.#Je=O,this.#Fe=L;let U=Te(i);this.#Ye=this.#Ye&W|U|K,U!==P&&U!==H&&U!==q&&(this.#Ye|=Z)}#nt=[];#Ve=!1;#Gt(i){this.#Ve=!1;let u=this.#nt.slice();this.#nt.length=0,u.forEach((u=>u(null,i)))}readdirCB(i,u=!1){if(!this.canReaddir()){u?i(null,[]):queueMicrotask((()=>i(null,[])));return}let p=this.children();if(this.calledReaddir()){let A=p.slice(0,p.provisional);u?i(null,A):queueMicrotask((()=>i(null,A)));return}if(this.#nt.push(i),this.#Ve)return;this.#Ve=!0;let A=this.fullpath();this.#Oe.readdir(A,{withFileTypes:!0},((i,u)=>{if(i)this.#rt(i.code),p.provisional=0;else{for(let i of u)this.#We(i,p);this.#ct(p)}this.#Gt(p.slice(0,p.provisional))}))}#ht;async readdir(){if(!this.canReaddir())return[];let i=this.children();if(this.calledReaddir())return i.slice(0,i.provisional);let u=this.fullpath();if(this.#ht)await this.#ht;else{let s=()=>{};this.#ht=new Promise((i=>s=i));try{for(let p of await this.#Oe.promises.readdir(u,{withFileTypes:!0}))this.#We(p,i);this.#ct(i)}catch(u){this.#rt(u.code),i.provisional=0}this.#ht=void 0,s()}return i.slice(0,i.provisional)}readdirSync(){if(!this.canReaddir())return[];let i=this.children();if(this.calledReaddir())return i.slice(0,i.provisional);let u=this.fullpath();try{for(let p of this.#Oe.readdirSync(u,{withFileTypes:!0}))this.#We(p,i);this.#ct(i)}catch(u){this.#rt(u.code),i.provisional=0}return i.slice(0,i.provisional)}canReaddir(){if(this.#Ye&re)return!1;let i=J&this.#Ye;return i===P||i===H||i===q}shouldWalk(i,u){return(this.#Ye&H)===H&&!(this.#Ye&re)&&!i.has(this)&&(!u||u(this))}async realpath(){if(this.#ve)return this.#ve;if(!((te|ee|X)&this.#Ye))try{let i=await this.#Oe.promises.realpath(this.fullpath());return this.#ve=this.resolve(i)}catch{this.#Ne()}}realpathSync(){if(this.#ve)return this.#ve;if(!((te|ee|X)&this.#Ye))try{let i=this.#Oe.realpathSync(this.fullpath());return this.#ve=this.resolve(i)}catch{this.#Ne()}}[le](i){if(i===this)return;i.isCWD=!1,this.isCWD=!0;let u=new Set([]),p=[],A=this;for(;A&&A.parent;)u.add(A),A.#it=p.join(this.sep),A.#qe=p.join("/"),A=A.parent,p.push("..");for(A=i;A&&A.parent&&!u.has(A);)A.#it=void 0,A.#qe=void 0,A=A.parent}};i.PathBase=ue;var de=class n extends ue{sep="\\";splitSep=O;constructor(i,u=P,p,A,g,C,S){super(i,u,p,A,g,C,S)}newChild(i,u=P,p={}){return new n(i,u,this.root,this.roots,this.nocase,this.childrenCache(),p)}getRootString(i){return S.win32.parse(i).root}getRoot(i){if(i=Er(i.toUpperCase()),i===this.root.name)return this.root;for(let[u,p]of Object.entries(this.roots))if(this.sameRoot(i,u))return this.roots[i]=p;return this.roots[i]=new Ae(i,this).root}sameRoot(i,u=this.root.name){return i=i.toUpperCase().replace(/\//g,"\\").replace(D,"$1\\"),i===u}};i.PathWin32=de;var he=class n extends ue{splitSep="/";sep="/";constructor(i,u=P,p,A,g,C,S){super(i,u,p,A,g,C,S)}getRootString(i){return i.startsWith("/")?"/":""}getRoot(i){return this.root}newChild(i,u=P,p={}){return new n(i,u,this.root,this.roots,this.nocase,this.childrenCache(),p)}};i.PathPosix=he;var pe=class{root;rootPath;roots;cwd;#Oe;#ke;#xe;nocase;#He;constructor(i=process.cwd(),u,p,{nocase:A,childrenCacheSize:g=16*1024,fs:C=k}={}){this.#He=_s(C),(i instanceof URL||i.startsWith("file://"))&&(i=(0,w.fileURLToPath)(i));let S=u.resolve(i);this.roots=Object.create(null),this.rootPath=this.parseRootPath(S),this.#Oe=new oe,this.#ke=new oe,this.#xe=new ae(g);let B=S.substring(this.rootPath.length).split(p);if(B.length===1&&!B[0]&&B.pop(),A===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=A,this.root=this.newRoot(this.#He),this.roots[this.rootPath]=this.root;let v=this.root,N=B.length-1,T=u.sep,Q=this.rootPath,x=!1;for(let i of B){let u=N--;v=v.child(i,{relative:new Array(u).fill("..").join(T),relativePosix:new Array(u).fill("..").join("/"),fullpath:Q+=(x?"":T)+i}),x=!0}this.cwd=v}depth(i=this.cwd){return typeof i=="string"&&(i=this.cwd.resolve(i)),i.depth()}childrenCache(){return this.#xe}resolve(...i){let u="";for(let p=i.length-1;p>=0;p--){let A=i[p];if(!(!A||A===".")&&(u=u?`${A}/${u}`:A,this.isAbsolute(A)))break}let p=this.#Oe.get(u);if(p!==void 0)return p;let A=this.cwd.resolve(u).fullpath();return this.#Oe.set(u,A),A}resolvePosix(...i){let u="";for(let p=i.length-1;p>=0;p--){let A=i[p];if(!(!A||A===".")&&(u=u?`${A}/${u}`:A,this.isAbsolute(A)))break}let p=this.#ke.get(u);if(p!==void 0)return p;let A=this.cwd.resolve(u).fullpathPosix();return this.#ke.set(u,A),A}relative(i=this.cwd){return typeof i=="string"&&(i=this.cwd.resolve(i)),i.relative()}relativePosix(i=this.cwd){return typeof i=="string"&&(i=this.cwd.resolve(i)),i.relativePosix()}basename(i=this.cwd){return typeof i=="string"&&(i=this.cwd.resolve(i)),i.name}dirname(i=this.cwd){return typeof i=="string"&&(i=this.cwd.resolve(i)),(i.parent||i).fullpath()}async readdir(i=this.cwd,u={withFileTypes:!0}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i,i=this.cwd);let{withFileTypes:p}=u;if(i.canReaddir()){let u=await i.readdir();return p?u:u.map((i=>i.name))}else return[]}readdirSync(i=this.cwd,u={withFileTypes:!0}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i,i=this.cwd);let{withFileTypes:p=!0}=u;return i.canReaddir()?p?i.readdirSync():i.readdirSync().map((i=>i.name)):[]}async lstat(i=this.cwd){return typeof i=="string"&&(i=this.cwd.resolve(i)),i.lstat()}lstatSync(i=this.cwd){return typeof i=="string"&&(i=this.cwd.resolve(i)),i.lstatSync()}async readlink(i=this.cwd,{withFileTypes:u}={withFileTypes:!1}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i.withFileTypes,i=this.cwd);let p=await i.readlink();return u?p:p?.fullpath()}readlinkSync(i=this.cwd,{withFileTypes:u}={withFileTypes:!1}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i.withFileTypes,i=this.cwd);let p=i.readlinkSync();return u?p:p?.fullpath()}async realpath(i=this.cwd,{withFileTypes:u}={withFileTypes:!1}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i.withFileTypes,i=this.cwd);let p=await i.realpath();return u?p:p?.fullpath()}realpathSync(i=this.cwd,{withFileTypes:u}={withFileTypes:!1}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i.withFileTypes,i=this.cwd);let p=i.realpathSync();return u?p:p?.fullpath()}async walk(i=this.cwd,u={}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i,i=this.cwd);let{withFileTypes:p=!0,follow:A=!1,filter:g,walkFilter:C}=u,S=[];(!g||g(i))&&S.push(p?i:i.fullpath());let w=new Set,l=(i,u)=>{w.add(i),i.readdirCB(((i,B)=>{if(i)return u(i);let v=B.length;if(!v)return u();let b=()=>{--v===0&&u()};for(let i of B)(!g||g(i))&&S.push(p?i:i.fullpath()),A&&i.isSymbolicLink()?i.realpath().then((i=>i?.isUnknown()?i.lstat():i)).then((i=>i?.shouldWalk(w,C)?l(i,b):b())):i.shouldWalk(w,C)?l(i,b):b()}),!0)},B=i;return new Promise(((i,u)=>{l(B,(p=>{if(p)return u(p);i(S)}))}))}walkSync(i=this.cwd,u={}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i,i=this.cwd);let{withFileTypes:p=!0,follow:A=!1,filter:g,walkFilter:C}=u,S=[];(!g||g(i))&&S.push(p?i:i.fullpath());let w=new Set([i]);for(let i of w){let u=i.readdirSync();for(let i of u){(!g||g(i))&&S.push(p?i:i.fullpath());let u=i;if(i.isSymbolicLink()){if(!(A&&(u=i.realpathSync())))continue;u.isUnknown()&&u.lstatSync()}u.shouldWalk(w,C)&&w.add(u)}}return S}[Symbol.asyncIterator](){return this.iterate()}iterate(i=this.cwd,u={}){return typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i,i=this.cwd),this.stream(i,u)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(i=this.cwd,u={}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i,i=this.cwd);let{withFileTypes:p=!0,follow:A=!1,filter:g,walkFilter:C}=u;(!g||g(i))&&(yield p?i:i.fullpath());let S=new Set([i]);for(let i of S){let u=i.readdirSync();for(let i of u){(!g||g(i))&&(yield p?i:i.fullpath());let u=i;if(i.isSymbolicLink()){if(!(A&&(u=i.realpathSync())))continue;u.isUnknown()&&u.lstatSync()}u.shouldWalk(S,C)&&S.add(u)}}}stream(i=this.cwd,u={}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i,i=this.cwd);let{withFileTypes:p=!0,follow:A=!1,filter:g,walkFilter:C}=u,S=new _.Minipass({objectMode:!0});(!g||g(i))&&S.write(p?i:i.fullpath());let w=new Set,B=[i],v=0,c=()=>{let i=!1;for(;!i;){let u=B.shift();if(!u){v===0&&S.end();return}v++,w.add(u);let m=(u,T,Q=!1)=>{if(u)return S.emit("error",u);if(A&&!Q){let i=[];for(let u of T)u.isSymbolicLink()&&i.push(u.realpath().then((i=>i?.isUnknown()?i.lstat():i)));if(i.length){Promise.all(i).then((()=>m(null,T,!0)));return}}for(let u of T)u&&(!g||g(u))&&(S.write(p?u:u.fullpath())||(i=!0));v--;for(let i of T){let u=i.realpathCached()||i;u.shouldWalk(w,C)&&B.push(u)}i&&!S.flowing?S.once("drain",c):N||c()},N=!0;u.readdirCB(m,!0),N=!1}};return c(),S}streamSync(i=this.cwd,u={}){typeof i=="string"?i=this.cwd.resolve(i):i instanceof ue||(u=i,i=this.cwd);let{withFileTypes:p=!0,follow:A=!1,filter:g,walkFilter:C}=u,S=new _.Minipass({objectMode:!0}),w=new Set;(!g||g(i))&&S.write(p?i:i.fullpath());let B=[i],v=0,c=()=>{let i=!1;for(;!i;){let u=B.shift();if(!u){v===0&&S.end();return}v++,w.add(u);let N=u.readdirSync();for(let u of N)(!g||g(u))&&(S.write(p?u:u.fullpath())||(i=!0));v--;for(let i of N){let u=i;if(i.isSymbolicLink()){if(!(A&&(u=i.realpathSync())))continue;u.isUnknown()&&u.lstatSync()}u.shouldWalk(w,C)&&B.push(u)}}i&&!S.flowing&&S.once("drain",c)};return c(),S}chdir(i=this.cwd){let u=this.cwd;this.cwd=typeof i=="string"?this.cwd.resolve(i):i,this.cwd[le](u)}};i.PathScurryBase=pe;var Ae=class extends pe{sep="\\";constructor(i=process.cwd(),u={}){let{nocase:p=!0}=u;super(i,S.win32,"\\",{...u,nocase:p}),this.nocase=p;for(let i=this.cwd;i;i=i.parent)i.nocase=this.nocase}parseRootPath(i){return S.win32.parse(i).root.toUpperCase()}newRoot(i){return new de(this.rootPath,H,void 0,this.roots,this.nocase,this.childrenCache(),{fs:i})}isAbsolute(i){return i.startsWith("/")||i.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(i)}};i.PathScurryWin32=Ae;var fe=class extends pe{sep="/";constructor(i=process.cwd(),u={}){let{nocase:p=!1}=u;super(i,S.posix,"/",{...u,nocase:p}),this.nocase=p}parseRootPath(i){return"/"}newRoot(i){return new he(this.rootPath,H,void 0,this.roots,this.nocase,this.childrenCache(),{fs:i})}isAbsolute(i){return i.startsWith("/")}};i.PathScurryPosix=fe;var ge=class extends fe{constructor(i=process.cwd(),u={}){let{nocase:p=!0}=u;super(i,{...u,nocase:p})}};i.PathScurryDarwin=ge;i.Path=process.platform==="win32"?de:he;i.PathScurry=process.platform==="win32"?Ae:process.platform==="darwin"?ge:fe}));var _=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.Pattern=void 0;var u=N(),Tr=i=>i.length>=1,Cr=i=>i.length>=1,p=Symbol.for("nodejs.util.inspect.custom"),A=class n{#Oe;#ke;#xe;length;#He;#Fe;#Re;#Be;#we;#Se;#Je=!0;constructor(i,u,p,A){if(!Tr(i))throw new TypeError("empty pattern list");if(!Cr(u))throw new TypeError("empty glob list");if(u.length!==i.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=i.length,p<0||p>=this.length)throw new TypeError("index out of range");if(this.#Oe=i,this.#ke=u,this.#xe=p,this.#He=A,this.#xe===0){if(this.isUNC()){let[i,u,p,A,...g]=this.#Oe,[C,S,w,B,...v]=this.#ke;g[0]===""&&(g.shift(),v.shift());let N=[i,u,p,A,""].join("/"),T=[C,S,w,B,""].join("/");this.#Oe=[N,...g],this.#ke=[T,...v],this.length=this.#Oe.length}else if(this.isDrive()||this.isAbsolute()){let[i,...u]=this.#Oe,[p,...A]=this.#ke;u[0]===""&&(u.shift(),A.shift());let g=i+"/",C=p+"/";this.#Oe=[g,...u],this.#ke=[C,...A],this.length=this.#Oe.length}}}[p](){return"Pattern <"+this.#ke.slice(this.#xe).join("/")+">"}pattern(){return this.#Oe[this.#xe]}isString(){return typeof this.#Oe[this.#xe]=="string"}isGlobstar(){return this.#Oe[this.#xe]===u.GLOBSTAR}isRegExp(){return this.#Oe[this.#xe]instanceof RegExp}globString(){return this.#Re=this.#Re||(this.#xe===0?this.isAbsolute()?this.#ke[0]+this.#ke.slice(1).join("/"):this.#ke.join("/"):this.#ke.slice(this.#xe).join("/"))}hasMore(){return this.length>this.#xe+1}rest(){return this.#Fe!==void 0?this.#Fe:this.hasMore()?(this.#Fe=new n(this.#Oe,this.#ke,this.#xe+1,this.#He),this.#Fe.#Se=this.#Se,this.#Fe.#we=this.#we,this.#Fe.#Be=this.#Be,this.#Fe):this.#Fe=null}isUNC(){let i=this.#Oe;return this.#we!==void 0?this.#we:this.#we=this.#He==="win32"&&this.#xe===0&&i[0]===""&&i[1]===""&&typeof i[2]=="string"&&!!i[2]&&typeof i[3]=="string"&&!!i[3]}isDrive(){let i=this.#Oe;return this.#Be!==void 0?this.#Be:this.#Be=this.#He==="win32"&&this.#xe===0&&this.length>1&&typeof i[0]=="string"&&/^[a-z]:$/i.test(i[0])}isAbsolute(){let i=this.#Oe;return this.#Se!==void 0?this.#Se:this.#Se=i[0]===""&&i.length>1||this.isDrive()||this.isUNC()}root(){let i=this.#Oe[0];return typeof i=="string"&&this.isAbsolute()&&this.#xe===0?i:""}checkFollowGlobstar(){return!(this.#xe===0||!this.isGlobstar()||!this.#Je)}markFollowGlobstar(){return this.#xe===0||!this.isGlobstar()||!this.#Je?!1:(this.#Je=!1,!0)}};i.Pattern=A}));var k=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.Ignore=void 0;var u=N(),p=_(),A=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",g=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(i,{nobrace:u,nocase:p,noext:g,noglobstar:C,platform:S=A}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=S,this.mmopts={dot:!0,nobrace:u,nocase:p,noext:g,noglobstar:C,optimizationLevel:2,platform:S,nocomment:!0,nonegate:!0};for(let u of i)this.add(u)}add(i){let A=new u.Minimatch(i,this.mmopts);for(let i=0;i<A.set.length;i++){let g=A.set[i],C=A.globParts[i];if(!g||!C)throw new Error("invalid pattern object");for(;g[0]==="."&&C[0]===".";)g.shift(),C.shift();let S=new p.Pattern(g,C,0,this.platform),w=new u.Minimatch(S.globString(),this.mmopts),B=C[C.length-1]==="**",v=S.isAbsolute();v?this.absolute.push(w):this.relative.push(w),B&&(v?this.absoluteChildren.push(w):this.relativeChildren.push(w))}}ignored(i){let u=i.fullpath(),p=`${u}/`,A=i.relative()||".",g=`${A}/`;for(let i of this.relative)if(i.match(A)||i.match(g))return!0;for(let i of this.absolute)if(i.match(u)||i.match(p))return!0;return!1}childrenIgnored(i){let u=i.fullpath()+"/",p=(i.relative()||".")+"/";for(let i of this.relativeChildren)if(i.match(p))return!0;for(let i of this.absoluteChildren)if(i.match(u))return!0;return!1}};i.Ignore=g}));var D=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.Processor=i.SubWalks=i.MatchRecord=i.HasWalkedCache=void 0;var u=N(),p=class n{store;constructor(i=new Map){this.store=i}copy(){return new n(new Map(this.store))}hasWalked(i,u){return this.store.get(i.fullpath())?.has(u.globString())}storeWalked(i,u){let p=i.fullpath(),A=this.store.get(p);A?A.add(u.globString()):this.store.set(p,new Set([u.globString()]))}};i.HasWalkedCache=p;var A=class{store=new Map;add(i,u,p){let A=(u?2:0)|(p?1:0),g=this.store.get(i);this.store.set(i,g===void 0?A:A&g)}entries(){return[...this.store.entries()].map((([i,u])=>[i,!!(u&2),!!(u&1)]))}};i.MatchRecord=A;var g=class{store=new Map;add(i,u){if(!i.canReaddir())return;let p=this.store.get(i);p?p.find((i=>i.globString()===u.globString()))||p.push(u):this.store.set(i,[u])}get(i){let u=this.store.get(i);if(!u)throw new Error("attempting to walk unknown path");return u}entries(){return this.keys().map((i=>[i,this.store.get(i)]))}keys(){return[...this.store.keys()].filter((i=>i.canReaddir()))}};i.SubWalks=g;var C=class n{hasWalkedCache;matches=new A;subwalks=new g;patterns;follow;dot;opts;constructor(i,u){this.opts=i,this.follow=!!i.follow,this.dot=!!i.dot,this.hasWalkedCache=u?u.copy():new p}processPatterns(i,p){this.patterns=p;let A=p.map((u=>[i,u]));for(let[i,p]of A){this.hasWalkedCache.storeWalked(i,p);let A=p.root(),g=p.isAbsolute()&&this.opts.absolute!==!1;if(A){i=i.resolve(A==="/"&&this.opts.root!==void 0?this.opts.root:A);let u=p.rest();if(u)p=u;else{this.matches.add(i,!0,!1);continue}}if(i.isENOENT())continue;let C,S,w=!1;for(;typeof(C=p.pattern())=="string"&&(S=p.rest());)i=i.resolve(C),p=S,w=!0;if(C=p.pattern(),S=p.rest(),w){if(this.hasWalkedCache.hasWalked(i,p))continue;this.hasWalkedCache.storeWalked(i,p)}if(typeof C=="string"){let u=C===".."||C===""||C===".";this.matches.add(i.resolve(C),g,u);continue}else if(C===u.GLOBSTAR){(!i.isSymbolicLink()||this.follow||p.checkFollowGlobstar())&&this.subwalks.add(i,p);let u=S?.pattern(),A=S?.rest();if(!S||(u===""||u===".")&&!A)this.matches.add(i,g,u===""||u===".");else if(u===".."){let u=i.parent||i;A?this.hasWalkedCache.hasWalked(u,A)||this.subwalks.add(u,A):this.matches.add(u,g,!0)}}else C instanceof RegExp&&this.subwalks.add(i,p)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(i,p){let A=this.subwalks.get(i),g=this.child();for(let i of p)for(let p of A){let A=p.isAbsolute(),C=p.pattern(),S=p.rest();C===u.GLOBSTAR?g.testGlobstar(i,p,S,A):C instanceof RegExp?g.testRegExp(i,C,S,A):g.testString(i,C,S,A)}return g}testGlobstar(i,u,p,A){if((this.dot||!i.name.startsWith("."))&&(u.hasMore()||this.matches.add(i,A,!1),i.canReaddir()&&(this.follow||!i.isSymbolicLink()?this.subwalks.add(i,u):i.isSymbolicLink()&&(p&&u.checkFollowGlobstar()?this.subwalks.add(i,p):u.markFollowGlobstar()&&this.subwalks.add(i,u)))),p){let u=p.pattern();if(typeof u=="string"&&u!==".."&&u!==""&&u!==".")this.testString(i,u,p.rest(),A);else if(u===".."){let u=i.parent||i;this.subwalks.add(u,p)}else u instanceof RegExp&&this.testRegExp(i,u,p.rest(),A)}}testRegExp(i,u,p,A){u.test(i.name)&&(p?this.subwalks.add(i,p):this.matches.add(i,A,!1))}testString(i,u,p,A){i.isNamed(u)&&(p?this.subwalks.add(i,p):this.matches.add(i,A,!1))}};i.Processor=C}));var O=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.GlobStream=i.GlobWalker=i.GlobUtil=void 0;var u=Q(),p=k(),A=D(),Pr=(i,u)=>typeof i=="string"?new p.Ignore([i],u):Array.isArray(i)?new p.Ignore(i,u):i,g=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#Oe=[];#ke;#xe;signal;maxDepth;includeChildMatches;constructor(i,u,p){if(this.patterns=i,this.path=u,this.opts=p,this.#xe=!p.posix&&p.platform==="win32"?"\\":"/",this.includeChildMatches=p.includeChildMatches!==!1,(p.ignore||!this.includeChildMatches)&&(this.#ke=Pr(p.ignore??[],p),!this.includeChildMatches&&typeof this.#ke.add!="function")){let i="cannot ignore child matches, ignore lacks add() method.";throw new Error(i)}this.maxDepth=p.maxDepth||1/0,p.signal&&(this.signal=p.signal,this.signal.addEventListener("abort",(()=>{this.#Oe.length=0})))}#He(i){return this.seen.has(i)||!!this.#ke?.ignored?.(i)}#Fe(i){return!!this.#ke?.childrenIgnored?.(i)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let i;for(;!this.paused&&(i=this.#Oe.shift());)i()}onResume(i){this.signal?.aborted||(this.paused?this.#Oe.push(i):i())}async matchCheck(i,u){if(u&&this.opts.nodir)return;let p;if(this.opts.realpath){if(p=i.realpathCached()||await i.realpath(),!p)return;i=p}let A=i.isUnknown()||this.opts.stat?await i.lstat():i;if(this.opts.follow&&this.opts.nodir&&A?.isSymbolicLink()){let i=await A.realpath();i&&(i.isUnknown()||this.opts.stat)&&await i.lstat()}return this.matchCheckTest(A,u)}matchCheckTest(i,u){return i&&(this.maxDepth===1/0||i.depth()<=this.maxDepth)&&(!u||i.canReaddir())&&(!this.opts.nodir||!i.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!i.isSymbolicLink()||!i.realpathCached()?.isDirectory())&&!this.#He(i)?i:void 0}matchCheckSync(i,u){if(u&&this.opts.nodir)return;let p;if(this.opts.realpath){if(p=i.realpathCached()||i.realpathSync(),!p)return;i=p}let A=i.isUnknown()||this.opts.stat?i.lstatSync():i;if(this.opts.follow&&this.opts.nodir&&A?.isSymbolicLink()){let i=A.realpathSync();i&&(i?.isUnknown()||this.opts.stat)&&i.lstatSync()}return this.matchCheckTest(A,u)}matchFinish(i,u){if(this.#He(i))return;if(!this.includeChildMatches&&this.#ke?.add){let u=`${i.relativePosix()}/**`;this.#ke.add(u)}let p=this.opts.absolute===void 0?u:this.opts.absolute;this.seen.add(i);let A=this.opts.mark&&i.isDirectory()?this.#xe:"";if(this.opts.withFileTypes)this.matchEmit(i);else if(p){let u=this.opts.posix?i.fullpathPosix():i.fullpath();this.matchEmit(u+A)}else{let u=this.opts.posix?i.relativePosix():i.relative(),p=this.opts.dotRelative&&!u.startsWith(".."+this.#xe)?"."+this.#xe:"";this.matchEmit(u?p+u+A:"."+A)}}async match(i,u,p){let A=await this.matchCheck(i,p);A&&this.matchFinish(A,u)}matchSync(i,u,p){let A=this.matchCheckSync(i,p);A&&this.matchFinish(A,u)}walkCB(i,u,p){this.signal?.aborted&&p(),this.walkCB2(i,u,new A.Processor(this.opts),p)}walkCB2(i,u,p,A){if(this.#Fe(i))return A();if(this.signal?.aborted&&A(),this.paused){this.onResume((()=>this.walkCB2(i,u,p,A)));return}p.processPatterns(i,u);let g=1,h=()=>{--g===0&&A()};for(let[i,u,A]of p.matches.entries())this.#He(i)||(g++,this.match(i,u,A).then((()=>h())));for(let i of p.subwalkTargets()){if(this.maxDepth!==1/0&&i.depth()>=this.maxDepth)continue;g++;let u=i.readdirCached();i.calledReaddir()?this.walkCB3(i,u,p,h):i.readdirCB(((u,A)=>this.walkCB3(i,A,p,h)),!0)}h()}walkCB3(i,u,p,A){p=p.filterEntries(i,u);let g=1,h=()=>{--g===0&&A()};for(let[i,u,A]of p.matches.entries())this.#He(i)||(g++,this.match(i,u,A).then((()=>h())));for(let[i,u]of p.subwalks.entries())g++,this.walkCB2(i,u,p.child(),h);h()}walkCBSync(i,u,p){this.signal?.aborted&&p(),this.walkCB2Sync(i,u,new A.Processor(this.opts),p)}walkCB2Sync(i,u,p,A){if(this.#Fe(i))return A();if(this.signal?.aborted&&A(),this.paused){this.onResume((()=>this.walkCB2Sync(i,u,p,A)));return}p.processPatterns(i,u);let g=1,h=()=>{--g===0&&A()};for(let[i,u,A]of p.matches.entries())this.#He(i)||this.matchSync(i,u,A);for(let i of p.subwalkTargets()){if(this.maxDepth!==1/0&&i.depth()>=this.maxDepth)continue;g++;let u=i.readdirSync();this.walkCB3Sync(i,u,p,h)}h()}walkCB3Sync(i,u,p,A){p=p.filterEntries(i,u);let g=1,h=()=>{--g===0&&A()};for(let[i,u,A]of p.matches.entries())this.#He(i)||this.matchSync(i,u,A);for(let[i,u]of p.subwalks.entries())g++,this.walkCB2Sync(i,u,p.child(),h);h()}};i.GlobUtil=g;var C=class extends g{matches=new Set;constructor(i,u,p){super(i,u,p)}matchEmit(i){this.matches.add(i)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise(((i,u)=>{this.walkCB(this.path,this.patterns,(()=>{this.signal?.aborted?u(this.signal.reason):i(this.matches)}))})),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,(()=>{if(this.signal?.aborted)throw this.signal.reason})),this.matches}};i.GlobWalker=C;var S=class extends g{results;constructor(i,p,A){super(i,p,A),this.results=new u.Minipass({signal:this.signal,objectMode:!0}),this.results.on("drain",(()=>this.resume())),this.results.on("resume",(()=>this.resume()))}matchEmit(i){this.results.write(i),this.results.flowing||this.pause()}stream(){let i=this.path;return i.isUnknown()?i.lstat().then((()=>{this.walkCB(i,this.patterns,(()=>this.results.end()))})):this.walkCB(i,this.patterns,(()=>this.results.end())),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,(()=>this.results.end())),this.results}};i.GlobStream=S}));var P=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.Glob=void 0;var u=N(),A=p(73136),g=x(),C=_(),S=O(),w=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",B=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(i,p){if(!p)throw new TypeError("glob options required");if(this.withFileTypes=!!p.withFileTypes,this.signal=p.signal,this.follow=!!p.follow,this.dot=!!p.dot,this.dotRelative=!!p.dotRelative,this.nodir=!!p.nodir,this.mark=!!p.mark,p.cwd?(p.cwd instanceof URL||p.cwd.startsWith("file://"))&&(p.cwd=(0,A.fileURLToPath)(p.cwd)):this.cwd="",this.cwd=p.cwd||"",this.root=p.root,this.magicalBraces=!!p.magicalBraces,this.nobrace=!!p.nobrace,this.noext=!!p.noext,this.realpath=!!p.realpath,this.absolute=p.absolute,this.includeChildMatches=p.includeChildMatches!==!1,this.noglobstar=!!p.noglobstar,this.matchBase=!!p.matchBase,this.maxDepth=typeof p.maxDepth=="number"?p.maxDepth:1/0,this.stat=!!p.stat,this.ignore=p.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof i=="string"&&(i=[i]),this.windowsPathsNoEscape=!!p.windowsPathsNoEscape||p.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(i=i.map((i=>i.replace(/\\/g,"/")))),this.matchBase){if(p.noglobstar)throw new TypeError("base matching requires globstar");i=i.map((i=>i.includes("/")?i:`./**/${i}`))}if(this.pattern=i,this.platform=p.platform||w,this.opts={...p,platform:this.platform},p.scurry){if(this.scurry=p.scurry,p.nocase!==void 0&&p.nocase!==p.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let i=p.platform==="win32"?g.PathScurryWin32:p.platform==="darwin"?g.PathScurryDarwin:p.platform?g.PathScurryPosix:g.PathScurry;this.scurry=new i(this.cwd,{nocase:p.nocase,fs:p.fs})}this.nocase=this.scurry.nocase;let S=this.platform==="darwin"||this.platform==="win32",B={braceExpandMax:1e4,...p,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:S,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},v=this.pattern.map((i=>new u.Minimatch(i,B))),[N,T]=v.reduce(((i,u)=>(i[0].push(...u.set),i[1].push(...u.globParts),i)),[[],[]]);this.patterns=N.map(((i,u)=>{let p=T[u];if(!p)throw new Error("invalid pattern object");return new C.Pattern(i,p,0,this.platform)}))}async walk(){return[...await new S.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new S.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new S.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new S.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};i.Glob=B}));var L=R((i=>{"use strict";Object.defineProperty(i,"__esModule",{value:!0});i.hasMagic=void 0;var u=N(),Wr=(i,p={})=>{Array.isArray(i)||(i=[i]);for(let A of i)if(new u.Minimatch(A,p).hasMagic())return!0;return!1};i.hasMagic=Wr}));Object.defineProperty(u,"__esModule",{value:!0});u.glob=u.sync=u.iterate=u.iterateSync=u.stream=u.streamSync=u.Ignore=u.hasMagic=u.Glob=u.unescape=u.escape=void 0;u.globStreamSync=xt;u.globStream=Le;u.globSync=We;u.globIterateSync=Tt;u.globIterate=Be;var U=N(),H=P(),z=L(),j=N();Object.defineProperty(u,"escape",{enumerable:!0,get:function(){return j.escape}});Object.defineProperty(u,"unescape",{enumerable:!0,get:function(){return j.unescape}});var q=P();Object.defineProperty(u,"Glob",{enumerable:!0,get:function(){return q.Glob}});var $=L();Object.defineProperty(u,"hasMagic",{enumerable:!0,get:function(){return $.hasMagic}});var J=k();Object.defineProperty(u,"Ignore",{enumerable:!0,get:function(){return J.Ignore}});function xt(i,u={}){return new H.Glob(i,u).streamSync()}function Le(i,u={}){return new H.Glob(i,u).stream()}function We(i,u={}){return new H.Glob(i,u).walkSync()}async function Bs(i,u={}){return new H.Glob(i,u).walk()}function Tt(i,u={}){return new H.Glob(i,u).iterateSync()}function Be(i,u={}){return new H.Glob(i,u).iterate()}u.streamSync=xt;u.stream=Object.assign(Le,{sync:xt});u.iterateSync=Tt;u.iterate=Object.assign(Be,{sync:Tt});u.sync=Object.assign(We,{stream:xt,iterate:Tt});u.glob=Object.assign(Bs,{glob:Bs,globSync:We,sync:u.sync,globStream:Le,stream:u.stream,globStreamSync:xt,streamSync:u.streamSync,globIterate:Be,iterate:u.iterate,globIterateSync:Tt,iterateSync:u.iterateSync,Glob:H.Glob,hasMagic:z.hasMagic,escape:U.escape,unescape:U.unescape});u.glob.glob=u.glob},67803:(i,u)=>{Object.defineProperty(u,"__esModule",{value:!0});u.LRUCache=void 0;var p=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,A=new Set,g=typeof process=="object"&&process?process:{},I=(i,u,p,A)=>{typeof g.emitWarning=="function"?g.emitWarning(i,u,p,A):console.error(`[${p}] ${u}: ${i}`)},C=globalThis.AbortController,S=globalThis.AbortSignal;if(typeof C>"u"){S=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(i,u){this._onabort.push(u)}},C=class{constructor(){t()}signal=new S;abort(i){if(!this.signal.aborted){this.signal.reason=i,this.signal.aborted=!0;for(let u of this.signal._onabort)u(i);this.signal.onabort?.(i)}}};let i=g.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{i&&(i=!1,I("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",t))}}var G=i=>!A.has(i),w=Symbol("type"),y=i=>i&&i===Math.floor(i)&&i>0&&isFinite(i),M=i=>y(i)?i<=Math.pow(2,8)?Uint8Array:i<=Math.pow(2,16)?Uint16Array:i<=Math.pow(2,32)?Uint32Array:i<=Number.MAX_SAFE_INTEGER?B:null:null,B=class extends Array{constructor(i){super(i),this.fill(0)}},v=class a{heap;length;static#Se=!1;static create(i){let u=M(i);if(!u)return[];a.#Se=!0;let p=new a(i,u);return a.#Se=!1,p}constructor(i,u){if(!a.#Se)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new u(i),this.length=0}push(i){this.heap[this.length++]=i}pop(){return this.heap[--this.length]}},N=class a{#Se;#we;#Be;#ve;#Re;#Ne;#Te;#Qe;get perf(){return this.#Qe}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#xe;#_e;#ke;#De;#Oe;#Pe;#Me;#Le;#Fe;#Ue;#He;#Ge;#Ve;#ze;#je;#qe;#$e;#Je;#We;static unsafeExposeInternals(i){return{starts:i.#Ve,ttls:i.#ze,autopurgeTimers:i.#je,sizes:i.#Ge,keyMap:i.#ke,keyList:i.#De,valList:i.#Oe,next:i.#Pe,prev:i.#Me,get head(){return i.#Le},get tail(){return i.#Fe},free:i.#Ue,isBackgroundFetch:u=>i.#Ye(u),backgroundFetch:(u,p,A,g)=>i.#Ke(u,p,A,g),moveToTail:u=>i.#Ze(u),indexes:u=>i.#Xe(u),rindexes:u=>i.#et(u),isStale:u=>i.#tt(u)}}get max(){return this.#Se}get maxSize(){return this.#we}get calculatedSize(){return this.#_e}get size(){return this.#xe}get fetchMethod(){return this.#Ne}get memoMethod(){return this.#Te}get dispose(){return this.#Be}get onInsert(){return this.#ve}get disposeAfter(){return this.#Re}constructor(i){let{max:u=0,ttl:g,ttlResolution:C=1,ttlAutopurge:S,updateAgeOnGet:w,updateAgeOnHas:B,allowStale:N,dispose:T,onInsert:Q,disposeAfter:x,noDisposeOnSet:_,noUpdateTTL:k,maxSize:D=0,maxEntrySize:O=0,sizeCalculation:P,fetchMethod:L,memoMethod:U,noDeleteOnFetchRejection:H,noDeleteOnStaleGet:z,allowStaleOnFetchRejection:j,allowStaleOnFetchAbort:q,ignoreFetchAbort:$,perf:J}=i;if(J!==void 0&&typeof J?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#Qe=J??p,u!==0&&!y(u))throw new TypeError("max option must be a nonnegative integer");let W=u?M(u):Array;if(!W)throw new Error("invalid max value: "+u);if(this.#Se=u,this.#we=D,this.maxEntrySize=O||this.#we,this.sizeCalculation=P,this.sizeCalculation){if(!this.#we&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(U!==void 0&&typeof U!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#Te=U,L!==void 0&&typeof L!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#Ne=L,this.#$e=!!L,this.#ke=new Map,this.#De=new Array(u).fill(void 0),this.#Oe=new Array(u).fill(void 0),this.#Pe=new W(u),this.#Me=new W(u),this.#Le=0,this.#Fe=0,this.#Ue=v.create(u),this.#xe=0,this.#_e=0,typeof T=="function"&&(this.#Be=T),typeof Q=="function"&&(this.#ve=Q),typeof x=="function"?(this.#Re=x,this.#He=[]):(this.#Re=void 0,this.#He=void 0),this.#qe=!!this.#Be,this.#We=!!this.#ve,this.#Je=!!this.#Re,this.noDisposeOnSet=!!_,this.noUpdateTTL=!!k,this.noDeleteOnFetchRejection=!!H,this.allowStaleOnFetchRejection=!!j,this.allowStaleOnFetchAbort=!!q,this.ignoreFetchAbort=!!$,this.maxEntrySize!==0){if(this.#we!==0&&!y(this.#we))throw new TypeError("maxSize must be a positive integer if specified");if(!y(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#rt()}if(this.allowStale=!!N,this.noDeleteOnStaleGet=!!z,this.updateAgeOnGet=!!w,this.updateAgeOnHas=!!B,this.ttlResolution=y(C)||C===0?C:1,this.ttlAutopurge=!!S,this.ttl=g||0,this.ttl){if(!y(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#st()}if(this.#Se===0&&this.ttl===0&&this.#we===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#Se&&!this.#we){let i="LRU_CACHE_UNBOUNDED";G(i)&&(A.add(i),I("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",i,a))}}getRemainingTTL(i){return this.#ke.has(i)?1/0:0}#st(){let i=new B(this.#Se),u=new B(this.#Se);this.#ze=i,this.#Ve=u;let p=this.ttlAutopurge?new Array(this.#Se):void 0;this.#je=p,this.#nt=(A,g,C=this.#Qe.now())=>{if(u[A]=g!==0?C:0,i[A]=g,p?.[A]&&(clearTimeout(p[A]),p[A]=void 0),g!==0&&p){let i=setTimeout((()=>{this.#tt(A)&&this.#it(this.#De[A],"expire")}),g+1);i.unref&&i.unref(),p[A]=i}},this.#ot=p=>{u[p]=i[p]!==0?this.#Qe.now():0},this.#at=(p,g)=>{if(i[g]){let C=i[g],S=u[g];if(!C||!S)return;p.ttl=C,p.start=S,p.now=A||h();let w=p.now-S;p.remainingTTL=C-w}};let A=0,h=()=>{let i=this.#Qe.now();if(this.ttlResolution>0){A=i;let u=setTimeout((()=>A=0),this.ttlResolution);u.unref&&u.unref()}return i};this.getRemainingTTL=p=>{let g=this.#ke.get(p);if(g===void 0)return 0;let C=i[g],S=u[g];if(!C||!S)return 1/0;let w=(A||h())-S;return C-w},this.#tt=p=>{let g=u[p],C=i[p];return!!C&&!!g&&(A||h())-g>C}}#ot=()=>{};#at=()=>{};#nt=()=>{};#tt=()=>!1;#rt(){let i=new B(this.#Se);this.#_e=0,this.#Ge=i,this.#ct=u=>{this.#_e-=i[u],i[u]=0},this.#lt=(i,u,p,A)=>{if(this.#Ye(u))return 0;if(!y(p))if(A){if(typeof A!="function")throw new TypeError("sizeCalculation must be a function");if(p=A(u,i),!y(p))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return p},this.#ut=(u,p,A)=>{if(i[u]=p,this.#we){let p=this.#we-i[u];for(;this.#_e>p;)this.#dt(!0)}this.#_e+=i[u],A&&(A.entrySize=p,A.totalCalculatedSize=this.#_e)}}#ct=i=>{};#ut=(i,u,p)=>{};#lt=(i,u,p,A)=>{if(p||A)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#Xe({allowStale:i=this.allowStale}={}){if(this.#xe)for(let u=this.#Fe;!(!this.#ht(u)||((i||!this.#tt(u))&&(yield u),u===this.#Le));)u=this.#Me[u]}*#et({allowStale:i=this.allowStale}={}){if(this.#xe)for(let u=this.#Le;!(!this.#ht(u)||((i||!this.#tt(u))&&(yield u),u===this.#Fe));)u=this.#Pe[u]}#ht(i){return i!==void 0&&this.#ke.get(this.#De[i])===i}*entries(){for(let i of this.#Xe())this.#Oe[i]!==void 0&&this.#De[i]!==void 0&&!this.#Ye(this.#Oe[i])&&(yield[this.#De[i],this.#Oe[i]])}*rentries(){for(let i of this.#et())this.#Oe[i]!==void 0&&this.#De[i]!==void 0&&!this.#Ye(this.#Oe[i])&&(yield[this.#De[i],this.#Oe[i]])}*keys(){for(let i of this.#Xe()){let u=this.#De[i];u!==void 0&&!this.#Ye(this.#Oe[i])&&(yield u)}}*rkeys(){for(let i of this.#et()){let u=this.#De[i];u!==void 0&&!this.#Ye(this.#Oe[i])&&(yield u)}}*values(){for(let i of this.#Xe())this.#Oe[i]!==void 0&&!this.#Ye(this.#Oe[i])&&(yield this.#Oe[i])}*rvalues(){for(let i of this.#et())this.#Oe[i]!==void 0&&!this.#Ye(this.#Oe[i])&&(yield this.#Oe[i])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(i,u={}){for(let p of this.#Xe()){let A=this.#Oe[p],g=this.#Ye(A)?A.__staleWhileFetching:A;if(g!==void 0&&i(g,this.#De[p],this))return this.get(this.#De[p],u)}}forEach(i,u=this){for(let p of this.#Xe()){let A=this.#Oe[p],g=this.#Ye(A)?A.__staleWhileFetching:A;g!==void 0&&i.call(u,g,this.#De[p],this)}}rforEach(i,u=this){for(let p of this.#et()){let A=this.#Oe[p],g=this.#Ye(A)?A.__staleWhileFetching:A;g!==void 0&&i.call(u,g,this.#De[p],this)}}purgeStale(){let i=!1;for(let u of this.#et({allowStale:!0}))this.#tt(u)&&(this.#it(this.#De[u],"expire"),i=!0);return i}info(i){let u=this.#ke.get(i);if(u===void 0)return;let p=this.#Oe[u],A=this.#Ye(p)?p.__staleWhileFetching:p;if(A===void 0)return;let g={value:A};if(this.#ze&&this.#Ve){let i=this.#ze[u],p=this.#Ve[u];if(i&&p){let u=i-(this.#Qe.now()-p);g.ttl=u,g.start=Date.now()}}return this.#Ge&&(g.size=this.#Ge[u]),g}dump(){let i=[];for(let u of this.#Xe({allowStale:!0})){let p=this.#De[u],A=this.#Oe[u],g=this.#Ye(A)?A.__staleWhileFetching:A;if(g===void 0||p===void 0)continue;let C={value:g};if(this.#ze&&this.#Ve){C.ttl=this.#ze[u];let i=this.#Qe.now()-this.#Ve[u];C.start=Math.floor(Date.now()-i)}this.#Ge&&(C.size=this.#Ge[u]),i.unshift([p,C])}return i}load(i){this.clear();for(let[u,p]of i){if(p.start){let i=Date.now()-p.start;p.start=this.#Qe.now()-i}this.set(u,p.value,p)}}set(i,u,p={}){if(u===void 0)return this.delete(i),this;let{ttl:A=this.ttl,start:g,noDisposeOnSet:C=this.noDisposeOnSet,sizeCalculation:S=this.sizeCalculation,status:w}=p,{noUpdateTTL:B=this.noUpdateTTL}=p,v=this.#lt(i,u,p.size||0,S);if(this.maxEntrySize&&v>this.maxEntrySize)return w&&(w.set="miss",w.maxEntrySizeExceeded=!0),this.#it(i,"set"),this;let N=this.#xe===0?void 0:this.#ke.get(i);if(N===void 0)N=this.#xe===0?this.#Fe:this.#Ue.length!==0?this.#Ue.pop():this.#xe===this.#Se?this.#dt(!1):this.#xe,this.#De[N]=i,this.#Oe[N]=u,this.#ke.set(i,N),this.#Pe[this.#Fe]=N,this.#Me[N]=this.#Fe,this.#Fe=N,this.#xe++,this.#ut(N,v,w),w&&(w.set="add"),B=!1,this.#We&&this.#ve?.(u,i,"add");else{this.#Ze(N);let p=this.#Oe[N];if(u!==p){if(this.#$e&&this.#Ye(p)){p.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:u}=p;u!==void 0&&!C&&(this.#qe&&this.#Be?.(u,i,"set"),this.#Je&&this.#He?.push([u,i,"set"]))}else C||(this.#qe&&this.#Be?.(p,i,"set"),this.#Je&&this.#He?.push([p,i,"set"]));if(this.#ct(N),this.#ut(N,v,w),this.#Oe[N]=u,w){w.set="replace";let i=p&&this.#Ye(p)?p.__staleWhileFetching:p;i!==void 0&&(w.oldValue=i)}}else w&&(w.set="update");this.#We&&this.onInsert?.(u,i,u===p?"update":"replace")}if(A!==0&&!this.#ze&&this.#st(),this.#ze&&(B||this.#nt(N,A,g),w&&this.#at(w,N)),!C&&this.#Je&&this.#He){let i=this.#He,u;for(;u=i?.shift();)this.#Re?.(...u)}return this}pop(){try{for(;this.#xe;){let i=this.#Oe[this.#Le];if(this.#dt(!0),this.#Ye(i)){if(i.__staleWhileFetching)return i.__staleWhileFetching}else if(i!==void 0)return i}}finally{if(this.#Je&&this.#He){let i=this.#He,u;for(;u=i?.shift();)this.#Re?.(...u)}}}#dt(i){let u=this.#Le,p=this.#De[u],A=this.#Oe[u];return this.#$e&&this.#Ye(A)?A.__abortController.abort(new Error("evicted")):(this.#qe||this.#Je)&&(this.#qe&&this.#Be?.(A,p,"evict"),this.#Je&&this.#He?.push([A,p,"evict"])),this.#ct(u),this.#je?.[u]&&(clearTimeout(this.#je[u]),this.#je[u]=void 0),i&&(this.#De[u]=void 0,this.#Oe[u]=void 0,this.#Ue.push(u)),this.#xe===1?(this.#Le=this.#Fe=0,this.#Ue.length=0):this.#Le=this.#Pe[u],this.#ke.delete(p),this.#xe--,u}has(i,u={}){let{updateAgeOnHas:p=this.updateAgeOnHas,status:A}=u,g=this.#ke.get(i);if(g!==void 0){let i=this.#Oe[g];if(this.#Ye(i)&&i.__staleWhileFetching===void 0)return!1;if(this.#tt(g))A&&(A.has="stale",this.#at(A,g));else return p&&this.#ot(g),A&&(A.has="hit",this.#at(A,g)),!0}else A&&(A.has="miss");return!1}peek(i,u={}){let{allowStale:p=this.allowStale}=u,A=this.#ke.get(i);if(A===void 0||!p&&this.#tt(A))return;let g=this.#Oe[A];return this.#Ye(g)?g.__staleWhileFetching:g}#Ke(i,u,p,A){let g=u===void 0?void 0:this.#Oe[u];if(this.#Ye(g))return g;let S=new C,{signal:w}=p;w?.addEventListener("abort",(()=>S.abort(w.reason)),{signal:S.signal});let B={signal:S.signal,options:p,context:A},f=(A,g=!1)=>{let{aborted:C}=S.signal,w=p.ignoreFetchAbort&&A!==void 0,N=p.ignoreFetchAbort||!!(p.allowStaleOnFetchAbort&&A!==void 0);if(p.status&&(C&&!g?(p.status.fetchAborted=!0,p.status.fetchError=S.signal.reason,w&&(p.status.fetchAbortIgnored=!0)):p.status.fetchResolved=!0),C&&!w&&!g)return c(S.signal.reason,N);let T=v,Q=this.#Oe[u];return(Q===v||w&&g&&Q===void 0)&&(A===void 0?T.__staleWhileFetching!==void 0?this.#Oe[u]=T.__staleWhileFetching:this.#it(i,"fetch"):(p.status&&(p.status.fetchUpdated=!0),this.set(i,A,B.options))),A},m=i=>(p.status&&(p.status.fetchRejected=!0,p.status.fetchError=i),c(i,!1)),c=(A,g)=>{let{aborted:C}=S.signal,w=C&&p.allowStaleOnFetchAbort,B=w||p.allowStaleOnFetchRejection,N=B||p.noDeleteOnFetchRejection,T=v;if(this.#Oe[u]===v&&(!N||!g&&T.__staleWhileFetching===void 0?this.#it(i,"fetch"):w||(this.#Oe[u]=T.__staleWhileFetching)),B)return p.status&&T.__staleWhileFetching!==void 0&&(p.status.returnedStale=!0),T.__staleWhileFetching;if(T.__returned===T)throw A},d=(u,A)=>{let C=this.#Ne?.(i,g,B);C&&C instanceof Promise&&C.then((i=>u(i===void 0?void 0:i)),A),S.signal.addEventListener("abort",(()=>{(!p.ignoreFetchAbort||p.allowStaleOnFetchAbort)&&(u(void 0),p.allowStaleOnFetchAbort&&(u=i=>f(i,!0)))}))};p.status&&(p.status.fetchDispatched=!0);let v=new Promise(d).then(f,m),N=Object.assign(v,{__abortController:S,__staleWhileFetching:g,__returned:void 0});return u===void 0?(this.set(i,N,{...B.options,status:void 0}),u=this.#ke.get(i)):this.#Oe[u]=N,N}#Ye(i){if(!this.#$e)return!1;let u=i;return!!u&&u instanceof Promise&&u.hasOwnProperty("__staleWhileFetching")&&u.__abortController instanceof C}async fetch(i,u={}){let{allowStale:p=this.allowStale,updateAgeOnGet:A=this.updateAgeOnGet,noDeleteOnStaleGet:g=this.noDeleteOnStaleGet,ttl:C=this.ttl,noDisposeOnSet:S=this.noDisposeOnSet,size:w=0,sizeCalculation:B=this.sizeCalculation,noUpdateTTL:v=this.noUpdateTTL,noDeleteOnFetchRejection:N=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:T=this.allowStaleOnFetchRejection,ignoreFetchAbort:Q=this.ignoreFetchAbort,allowStaleOnFetchAbort:x=this.allowStaleOnFetchAbort,context:_,forceRefresh:k=!1,status:D,signal:O}=u;if(!this.#$e)return D&&(D.fetch="get"),this.get(i,{allowStale:p,updateAgeOnGet:A,noDeleteOnStaleGet:g,status:D});let P={allowStale:p,updateAgeOnGet:A,noDeleteOnStaleGet:g,ttl:C,noDisposeOnSet:S,size:w,sizeCalculation:B,noUpdateTTL:v,noDeleteOnFetchRejection:N,allowStaleOnFetchRejection:T,allowStaleOnFetchAbort:x,ignoreFetchAbort:Q,status:D,signal:O},L=this.#ke.get(i);if(L===void 0){D&&(D.fetch="miss");let u=this.#Ke(i,L,P,_);return u.__returned=u}else{let u=this.#Oe[L];if(this.#Ye(u)){let i=p&&u.__staleWhileFetching!==void 0;return D&&(D.fetch="inflight",i&&(D.returnedStale=!0)),i?u.__staleWhileFetching:u.__returned=u}let g=this.#tt(L);if(!k&&!g)return D&&(D.fetch="hit"),this.#Ze(L),A&&this.#ot(L),D&&this.#at(D,L),u;let C=this.#Ke(i,L,P,_),S=C.__staleWhileFetching!==void 0&&p;return D&&(D.fetch=g?"stale":"refresh",S&&g&&(D.returnedStale=!0)),S?C.__staleWhileFetching:C.__returned=C}}async forceFetch(i,u={}){let p=await this.fetch(i,u);if(p===void 0)throw new Error("fetch() returned undefined");return p}memo(i,u={}){let p=this.#Te;if(!p)throw new Error("no memoMethod provided to constructor");let{context:A,forceRefresh:g,...C}=u,S=this.get(i,C);if(!g&&S!==void 0)return S;let w=p(i,S,{options:C,context:A});return this.set(i,w,C),w}get(i,u={}){let{allowStale:p=this.allowStale,updateAgeOnGet:A=this.updateAgeOnGet,noDeleteOnStaleGet:g=this.noDeleteOnStaleGet,status:C}=u,S=this.#ke.get(i);if(S!==void 0){let u=this.#Oe[S],w=this.#Ye(u);return C&&this.#at(C,S),this.#tt(S)?(C&&(C.get="stale"),w?(C&&p&&u.__staleWhileFetching!==void 0&&(C.returnedStale=!0),p?u.__staleWhileFetching:void 0):(g||this.#it(i,"expire"),C&&p&&(C.returnedStale=!0),p?u:void 0)):(C&&(C.get="hit"),w?u.__staleWhileFetching:(this.#Ze(S),A&&this.#ot(S),u))}else C&&(C.get="miss")}#pt(i,u){this.#Me[u]=i,this.#Pe[i]=u}#Ze(i){i!==this.#Fe&&(i===this.#Le?this.#Le=this.#Pe[i]:this.#pt(this.#Me[i],this.#Pe[i]),this.#pt(this.#Fe,i),this.#Fe=i)}delete(i){return this.#it(i,"delete")}#it(i,u){let p=!1;if(this.#xe!==0){let A=this.#ke.get(i);if(A!==void 0)if(this.#je?.[A]&&(clearTimeout(this.#je?.[A]),this.#je[A]=void 0),p=!0,this.#xe===1)this.#At(u);else{this.#ct(A);let p=this.#Oe[A];if(this.#Ye(p)?p.__abortController.abort(new Error("deleted")):(this.#qe||this.#Je)&&(this.#qe&&this.#Be?.(p,i,u),this.#Je&&this.#He?.push([p,i,u])),this.#ke.delete(i),this.#De[A]=void 0,this.#Oe[A]=void 0,A===this.#Fe)this.#Fe=this.#Me[A];else if(A===this.#Le)this.#Le=this.#Pe[A];else{let i=this.#Me[A];this.#Pe[i]=this.#Pe[A];let u=this.#Pe[A];this.#Me[u]=this.#Me[A]}this.#xe--,this.#Ue.push(A)}}if(this.#Je&&this.#He?.length){let i=this.#He,u;for(;u=i?.shift();)this.#Re?.(...u)}return p}clear(){return this.#At("delete")}#At(i){for(let u of this.#et({allowStale:!0})){let p=this.#Oe[u];if(this.#Ye(p))p.__abortController.abort(new Error("deleted"));else{let A=this.#De[u];this.#qe&&this.#Be?.(p,A,i),this.#Je&&this.#He?.push([p,A,i])}}if(this.#ke.clear(),this.#Oe.fill(void 0),this.#De.fill(void 0),this.#ze&&this.#Ve){this.#ze.fill(0),this.#Ve.fill(0);for(let i of this.#je??[])i!==void 0&&clearTimeout(i);this.#je?.fill(void 0)}if(this.#Ge&&this.#Ge.fill(0),this.#Le=0,this.#Fe=0,this.#Ue.length=0,this.#_e=0,this.#xe=0,this.#Je&&this.#He){let i=this.#He,u;for(;u=i?.shift();)this.#Re?.(...u)}}};u.LRUCache=N},41120:i=>{var u;const p=function NullObject(){};p.prototype=Object.create(null);const A=/; *([!#$%&'*+.^\w`|~-]+)=("(?:[\v\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\v\u0020-\u00ff])*"|[!#$%&'*+.^\w`|~-]+) */gu;const g=/\\([\v\u0020-\u00ff])/gu;const C=/^[!#$%&'*+.^\w|~-]+\/[!#$%&'*+.^\w|~-]+$/u;const S={type:"",parameters:new p};Object.freeze(S.parameters);Object.freeze(S);function parse(i){if(typeof i!=="string"){throw new TypeError("argument header is required and must be a string")}let u=i.indexOf(";");const S=u!==-1?i.slice(0,u).trim():i.trim();if(C.test(S)===false){throw new TypeError("invalid media type")}const w={type:S.toLowerCase(),parameters:new p};if(u===-1){return w}let B;let v;let N;A.lastIndex=u;while(v=A.exec(i)){if(v.index!==u){throw new TypeError("invalid parameter format")}u+=v[0].length;B=v[1].toLowerCase();N=v[2];if(N[0]==='"'){N=N.slice(1,N.length-1);g.test(N)&&(N=N.replace(g,"$1"))}w.parameters[B]=N}if(u!==i.length){throw new TypeError("invalid parameter format")}return w}function safeParse(i){if(typeof i!=="string"){return S}let u=i.indexOf(";");const w=u!==-1?i.slice(0,u).trim():i.trim();if(C.test(w)===false){return S}const B={type:w.toLowerCase(),parameters:new p};if(u===-1){return B}let v;let N;let T;A.lastIndex=u;while(N=A.exec(i)){if(N.index!==u){return S}u+=N[0].length;v=N[1].toLowerCase();T=N[2];if(T[0]==='"'){T=T.slice(1,T.length-1);g.test(T)&&(T=T.replace(g,"$1"))}B.parameters[v]=T}if(u!==i.length){return S}return B}u={parse:parse,safeParse:safeParse};u=parse;i.exports.xL=safeParse;u=S},3453:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.constants=void 0;const g=A(p(43106));const C=g.default.constants||{ZLIB_VERNUM:4736};u.constants=Object.freeze(Object.assign(Object.create(null),{Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_MEM_ERROR:-4,Z_BUF_ERROR:-5,Z_VERSION_ERROR:-6,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,DEFLATE:1,INFLATE:2,GZIP:3,GUNZIP:4,DEFLATERAW:5,INFLATERAW:6,UNZIP:7,BROTLI_DECODE:8,BROTLI_ENCODE:9,Z_MIN_WINDOWBITS:8,Z_MAX_WINDOWBITS:15,Z_DEFAULT_WINDOWBITS:15,Z_MIN_CHUNK:64,Z_MAX_CHUNK:Infinity,Z_DEFAULT_CHUNK:16384,Z_MIN_MEMLEVEL:1,Z_MAX_MEMLEVEL:9,Z_DEFAULT_MEMLEVEL:8,Z_MIN_LEVEL:-1,Z_MAX_LEVEL:9,Z_DEFAULT_LEVEL:-1,BROTLI_OPERATION_PROCESS:0,BROTLI_OPERATION_FLUSH:1,BROTLI_OPERATION_FINISH:2,BROTLI_OPERATION_EMIT_METADATA:3,BROTLI_MODE_GENERIC:0,BROTLI_MODE_TEXT:1,BROTLI_MODE_FONT:2,BROTLI_DEFAULT_MODE:0,BROTLI_MIN_QUALITY:0,BROTLI_MAX_QUALITY:11,BROTLI_DEFAULT_QUALITY:11,BROTLI_MIN_WINDOW_BITS:10,BROTLI_MAX_WINDOW_BITS:24,BROTLI_LARGE_MAX_WINDOW_BITS:30,BROTLI_DEFAULT_WINDOW:22,BROTLI_MIN_INPUT_BLOCK_BITS:16,BROTLI_MAX_INPUT_BLOCK_BITS:24,BROTLI_PARAM_MODE:0,BROTLI_PARAM_QUALITY:1,BROTLI_PARAM_LGWIN:2,BROTLI_PARAM_LGBLOCK:3,BROTLI_PARAM_DISABLE_LITERAL_CONTEXT_MODELING:4,BROTLI_PARAM_SIZE_HINT:5,BROTLI_PARAM_LARGE_WINDOW:6,BROTLI_PARAM_NPOSTFIX:7,BROTLI_PARAM_NDIRECT:8,BROTLI_DECODER_RESULT_ERROR:0,BROTLI_DECODER_RESULT_SUCCESS:1,BROTLI_DECODER_RESULT_NEEDS_MORE_INPUT:2,BROTLI_DECODER_RESULT_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_PARAM_DISABLE_RING_BUFFER_REALLOCATION:0,BROTLI_DECODER_PARAM_LARGE_WINDOW:1,BROTLI_DECODER_NO_ERROR:0,BROTLI_DECODER_SUCCESS:1,BROTLI_DECODER_NEEDS_MORE_INPUT:2,BROTLI_DECODER_NEEDS_MORE_OUTPUT:3,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_NIBBLE:-1,BROTLI_DECODER_ERROR_FORMAT_RESERVED:-2,BROTLI_DECODER_ERROR_FORMAT_EXUBERANT_META_NIBBLE:-3,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_ALPHABET:-4,BROTLI_DECODER_ERROR_FORMAT_SIMPLE_HUFFMAN_SAME:-5,BROTLI_DECODER_ERROR_FORMAT_CL_SPACE:-6,BROTLI_DECODER_ERROR_FORMAT_HUFFMAN_SPACE:-7,BROTLI_DECODER_ERROR_FORMAT_CONTEXT_MAP_REPEAT:-8,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_1:-9,BROTLI_DECODER_ERROR_FORMAT_BLOCK_LENGTH_2:-10,BROTLI_DECODER_ERROR_FORMAT_TRANSFORM:-11,BROTLI_DECODER_ERROR_FORMAT_DICTIONARY:-12,BROTLI_DECODER_ERROR_FORMAT_WINDOW_BITS:-13,BROTLI_DECODER_ERROR_FORMAT_PADDING_1:-14,BROTLI_DECODER_ERROR_FORMAT_PADDING_2:-15,BROTLI_DECODER_ERROR_FORMAT_DISTANCE:-16,BROTLI_DECODER_ERROR_DICTIONARY_NOT_SET:-19,BROTLI_DECODER_ERROR_INVALID_ARGUMENTS:-20,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MODES:-21,BROTLI_DECODER_ERROR_ALLOC_TREE_GROUPS:-22,BROTLI_DECODER_ERROR_ALLOC_CONTEXT_MAP:-25,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_1:-26,BROTLI_DECODER_ERROR_ALLOC_RING_BUFFER_2:-27,BROTLI_DECODER_ERROR_ALLOC_BLOCK_TYPE_TREES:-30,BROTLI_DECODER_ERROR_UNREACHABLE:-31},C))},29e3:function(i,u,p){var A=this&&this.__createBinding||(Object.create?function(i,u,p,A){if(A===undefined)A=p;var g=Object.getOwnPropertyDescriptor(u,p);if(!g||("get"in g?!u.__esModule:g.writable||g.configurable)){g={enumerable:true,get:function(){return u[p]}}}Object.defineProperty(i,A,g)}:function(i,u,p,A){if(A===undefined)A=p;i[A]=u[p]});var g=this&&this.__setModuleDefault||(Object.create?function(i,u){Object.defineProperty(i,"default",{enumerable:true,value:u})}:function(i,u){i["default"]=u});var C=this&&this.__importStar||function(){var ownKeys=function(i){ownKeys=Object.getOwnPropertyNames||function(i){var u=[];for(var p in i)if(Object.prototype.hasOwnProperty.call(i,p))u[u.length]=p;return u};return ownKeys(i)};return function(i){if(i&&i.__esModule)return i;var u={};if(i!=null)for(var p=ownKeys(i),C=0;C<p.length;C++)if(p[C]!=="default")A(u,i,p[C]);g(u,i);return u}}();var S=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.ZstdDecompress=u.ZstdCompress=u.BrotliDecompress=u.BrotliCompress=u.Unzip=u.InflateRaw=u.DeflateRaw=u.Gunzip=u.Gzip=u.Inflate=u.Deflate=u.Zlib=u.ZlibError=u.constants=void 0;const w=S(p(42613));const B=p(20181);const v=p(97766);const N=C(p(43106));const T=p(3453);var Q=p(3453);Object.defineProperty(u,"constants",{enumerable:true,get:function(){return Q.constants}});const x=B.Buffer.concat;const _=Object.getOwnPropertyDescriptor(B.Buffer,"concat");const noop=i=>i;const k=_?.writable===true||_?.set!==undefined?i=>{B.Buffer.concat=i?noop:x}:i=>{};const D=Symbol("_superWrite");class ZlibError extends Error{code;errno;constructor(i,u){super("zlib: "+i.message,{cause:i});this.code=i.code;this.errno=i.errno;if(!this.code)this.code="ZLIB_ERROR";this.message="zlib: "+i.message;Error.captureStackTrace(this,u??this.constructor)}get name(){return"ZlibError"}}u.ZlibError=ZlibError;const O=Symbol("flushFlag");class ZlibBase extends v.Minipass{#Vt=false;#zt=false;#jt;#qt;#$t;#Jt;#Wt;get sawError(){return this.#Vt}get handle(){return this.#Jt}get flushFlag(){return this.#jt}constructor(i,u){if(!i||typeof i!=="object")throw new TypeError("invalid options for ZlibBase constructor");super(i);this.#jt=i.flush??0;this.#qt=i.finishFlush??0;this.#$t=i.fullFlushFlag??0;if(typeof N[u]!=="function"){throw new TypeError("Compression method not supported: "+u)}try{this.#Jt=new N[u](i)}catch(i){throw new ZlibError(i,this.constructor)}this.#Wt=i=>{if(this.#Vt)return;this.#Vt=true;this.close();this.emit("error",i)};this.#Jt?.on("error",(i=>this.#Wt(new ZlibError(i))));this.once("end",(()=>this.close))}close(){if(this.#Jt){this.#Jt.close();this.#Jt=undefined;this.emit("close")}}reset(){if(!this.#Vt){(0,w.default)(this.#Jt,"zlib binding closed");return this.#Jt.reset?.()}}flush(i){if(this.ended)return;if(typeof i!=="number")i=this.#$t;this.write(Object.assign(B.Buffer.alloc(0),{[O]:i}))}end(i,u,p){if(typeof i==="function"){p=i;u=undefined;i=undefined}if(typeof u==="function"){p=u;u=undefined}if(i){if(u)this.write(i,u);else this.write(i)}this.flush(this.#qt);this.#zt=true;return super.end(p)}get ended(){return this.#zt}[D](i){return super.write(i)}write(i,u,p){if(typeof u==="function")p=u,u="utf8";if(typeof i==="string")i=B.Buffer.from(i,u);if(this.#Vt)return;(0,w.default)(this.#Jt,"zlib binding closed");const A=this.#Jt._handle;const g=A.close;A.close=()=>{};const C=this.#Jt.close;this.#Jt.close=()=>{};k(true);let S=undefined;try{const u=typeof i[O]==="number"?i[O]:this.#jt;S=this.#Jt._processChunk(i,u);k(false)}catch(i){k(false);this.#Wt(new ZlibError(i,this.write))}finally{if(this.#Jt){this.#Jt._handle=A;A.close=g;this.#Jt.close=C;this.#Jt.removeAllListeners("error")}}if(this.#Jt)this.#Jt.on("error",(i=>this.#Wt(new ZlibError(i,this.write))));let v;if(S){if(Array.isArray(S)&&S.length>0){const i=S[0];v=this[D](B.Buffer.from(i));for(let i=1;i<S.length;i++){v=this[D](S[i])}}else{v=this[D](B.Buffer.from(S))}}if(p)p();return v}}class Zlib extends ZlibBase{#Yt;#Kt;constructor(i,u){i=i||{};i.flush=i.flush||T.constants.Z_NO_FLUSH;i.finishFlush=i.finishFlush||T.constants.Z_FINISH;i.fullFlushFlag=T.constants.Z_FULL_FLUSH;super(i,u);this.#Yt=i.level;this.#Kt=i.strategy}params(i,u){if(this.sawError)return;if(!this.handle)throw new Error("cannot switch params when binding is closed");if(!this.handle.params)throw new Error("not supported in this implementation");if(this.#Yt!==i||this.#Kt!==u){this.flush(T.constants.Z_SYNC_FLUSH);(0,w.default)(this.handle,"zlib binding closed");const p=this.handle.flush;this.handle.flush=(i,u)=>{if(typeof i==="function"){u=i;i=this.flushFlag}this.flush(i);u?.()};try{this.handle.params(i,u)}finally{this.handle.flush=p}if(this.handle){this.#Yt=i;this.#Kt=u}}}}u.Zlib=Zlib;class Deflate extends Zlib{constructor(i){super(i,"Deflate")}}u.Deflate=Deflate;class Inflate extends Zlib{constructor(i){super(i,"Inflate")}}u.Inflate=Inflate;class Gzip extends Zlib{#Zt;constructor(i){super(i,"Gzip");this.#Zt=i&&!!i.portable}[D](i){if(!this.#Zt)return super[D](i);this.#Zt=false;i[9]=255;return super[D](i)}}u.Gzip=Gzip;class Gunzip extends Zlib{constructor(i){super(i,"Gunzip")}}u.Gunzip=Gunzip;class DeflateRaw extends Zlib{constructor(i){super(i,"DeflateRaw")}}u.DeflateRaw=DeflateRaw;class InflateRaw extends Zlib{constructor(i){super(i,"InflateRaw")}}u.InflateRaw=InflateRaw;class Unzip extends Zlib{constructor(i){super(i,"Unzip")}}u.Unzip=Unzip;class Brotli extends ZlibBase{constructor(i,u){i=i||{};i.flush=i.flush||T.constants.BROTLI_OPERATION_PROCESS;i.finishFlush=i.finishFlush||T.constants.BROTLI_OPERATION_FINISH;i.fullFlushFlag=T.constants.BROTLI_OPERATION_FLUSH;super(i,u)}}class BrotliCompress extends Brotli{constructor(i){super(i,"BrotliCompress")}}u.BrotliCompress=BrotliCompress;class BrotliDecompress extends Brotli{constructor(i){super(i,"BrotliDecompress")}}u.BrotliDecompress=BrotliDecompress;class Zstd extends ZlibBase{constructor(i,u){i=i||{};i.flush=i.flush||T.constants.ZSTD_e_continue;i.finishFlush=i.finishFlush||T.constants.ZSTD_e_end;i.fullFlushFlag=T.constants.ZSTD_e_flush;super(i,u)}}class ZstdCompress extends Zstd{constructor(i){super(i,"ZstdCompress")}}u.ZstdCompress=ZstdCompress;class ZstdDecompress extends Zstd{constructor(i){super(i,"ZstdDecompress")}}u.ZstdDecompress=ZstdDecompress},97766:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Minipass=u.isWritable=u.isReadable=u.isStream=void 0;const g=typeof process==="object"&&process?process:{stdout:null,stderr:null};const C=p(78474);const S=A(p(57075));const w=p(46193);const isStream=i=>!!i&&typeof i==="object"&&(i instanceof Minipass||i instanceof S.default||(0,u.isReadable)(i)||(0,u.isWritable)(i));u.isStream=isStream;const isReadable=i=>!!i&&typeof i==="object"&&i instanceof C.EventEmitter&&typeof i.pipe==="function"&&i.pipe!==S.default.Writable.prototype.pipe;u.isReadable=isReadable;const isWritable=i=>!!i&&typeof i==="object"&&i instanceof C.EventEmitter&&typeof i.write==="function"&&typeof i.end==="function";u.isWritable=isWritable;const B=Symbol("EOF");const v=Symbol("maybeEmitEnd");const N=Symbol("emittedEnd");const T=Symbol("emittingEnd");const Q=Symbol("emittedError");const x=Symbol("closed");const _=Symbol("read");const k=Symbol("flush");const D=Symbol("flushChunk");const O=Symbol("encoding");const P=Symbol("decoder");const L=Symbol("flowing");const U=Symbol("paused");const H=Symbol("resume");const z=Symbol("buffer");const j=Symbol("pipes");const q=Symbol("bufferLength");const $=Symbol("bufferPush");const J=Symbol("bufferShift");const W=Symbol("objectMode");const Y=Symbol("destroyed");const K=Symbol("error");const Z=Symbol("emitData");const X=Symbol("emitEnd");const ee=Symbol("emitEnd2");const te=Symbol("async");const re=Symbol("abort");const se=Symbol("aborted");const ne=Symbol("signal");const ie=Symbol("dataListeners");const oe=Symbol("discarded");const defer=i=>Promise.resolve().then(i);const nodefer=i=>i();const isEndish=i=>i==="end"||i==="finish"||i==="prefinish";const isArrayBufferLike=i=>i instanceof ArrayBuffer||!!i&&typeof i==="object"&&i.constructor&&i.constructor.name==="ArrayBuffer"&&i.byteLength>=0;const isArrayBufferView=i=>!Buffer.isBuffer(i)&&ArrayBuffer.isView(i);class Pipe{src;dest;opts;ondrain;constructor(i,u,p){this.src=i;this.dest=u;this.opts=p;this.ondrain=()=>i[H]();this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(i){}end(){this.unpipe();if(this.opts.end)this.dest.end()}}class PipeProxyErrors extends Pipe{unpipe(){this.src.removeListener("error",this.proxyErrors);super.unpipe()}constructor(i,u,p){super(i,u,p);this.proxyErrors=i=>this.dest.emit("error",i);i.on("error",this.proxyErrors)}}const isObjectModeOptions=i=>!!i.objectMode;const isEncodingOptions=i=>!i.objectMode&&!!i.encoding&&i.encoding!=="buffer";class Minipass extends C.EventEmitter{[L]=false;[U]=false;[j]=[];[z]=[];[W];[O];[te];[P];[B]=false;[N]=false;[T]=false;[x]=false;[Q]=null;[q]=0;[Y]=false;[ne];[se]=false;[ie]=0;[oe]=false;writable=true;readable=true;constructor(...i){const u=i[0]||{};super();if(u.objectMode&&typeof u.encoding==="string"){throw new TypeError("Encoding and objectMode may not be used together")}if(isObjectModeOptions(u)){this[W]=true;this[O]=null}else if(isEncodingOptions(u)){this[O]=u.encoding;this[W]=false}else{this[W]=false;this[O]=null}this[te]=!!u.async;this[P]=this[O]?new w.StringDecoder(this[O]):null;if(u&&u.debugExposeBuffer===true){Object.defineProperty(this,"buffer",{get:()=>this[z]})}if(u&&u.debugExposePipes===true){Object.defineProperty(this,"pipes",{get:()=>this[j]})}const{signal:p}=u;if(p){this[ne]=p;if(p.aborted){this[re]()}else{p.addEventListener("abort",(()=>this[re]()))}}}get bufferLength(){return this[q]}get encoding(){return this[O]}set encoding(i){throw new Error("Encoding must be set at instantiation time")}setEncoding(i){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[W]}set objectMode(i){throw new Error("objectMode must be set at instantiation time")}get["async"](){return this[te]}set["async"](i){this[te]=this[te]||!!i}[re](){this[se]=true;this.emit("abort",this[ne]?.reason);this.destroy(this[ne]?.reason)}get aborted(){return this[se]}set aborted(i){}write(i,u,p){if(this[se])return false;if(this[B])throw new Error("write after end");if(this[Y]){this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"}));return true}if(typeof u==="function"){p=u;u="utf8"}if(!u)u="utf8";const A=this[te]?defer:nodefer;if(!this[W]&&!Buffer.isBuffer(i)){if(isArrayBufferView(i)){i=Buffer.from(i.buffer,i.byteOffset,i.byteLength)}else if(isArrayBufferLike(i)){i=Buffer.from(i)}else if(typeof i!=="string"){throw new Error("Non-contiguous data written to non-objectMode stream")}}if(this[W]){if(this[L]&&this[q]!==0)this[k](true);if(this[L])this.emit("data",i);else this[$](i);if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}if(!i.length){if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}if(typeof i==="string"&&!(u===this[O]&&!this[P]?.lastNeed)){i=Buffer.from(i,u)}if(Buffer.isBuffer(i)&&this[O]){i=this[P].write(i)}if(this[L]&&this[q]!==0)this[k](true);if(this[L])this.emit("data",i);else this[$](i);if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}read(i){if(this[Y])return null;this[oe]=false;if(this[q]===0||i===0||i&&i>this[q]){this[v]();return null}if(this[W])i=null;if(this[z].length>1&&!this[W]){this[z]=[this[O]?this[z].join(""):Buffer.concat(this[z],this[q])]}const u=this[_](i||null,this[z][0]);this[v]();return u}[_](i,u){if(this[W])this[J]();else{const p=u;if(i===p.length||i===null)this[J]();else if(typeof p==="string"){this[z][0]=p.slice(i);u=p.slice(0,i);this[q]-=i}else{this[z][0]=p.subarray(i);u=p.subarray(0,i);this[q]-=i}}this.emit("data",u);if(!this[z].length&&!this[B])this.emit("drain");return u}end(i,u,p){if(typeof i==="function"){p=i;i=undefined}if(typeof u==="function"){p=u;u="utf8"}if(i!==undefined)this.write(i,u);if(p)this.once("end",p);this[B]=true;this.writable=false;if(this[L]||!this[U])this[v]();return this}[H](){if(this[Y])return;if(!this[ie]&&!this[j].length){this[oe]=true}this[U]=false;this[L]=true;this.emit("resume");if(this[z].length)this[k]();else if(this[B])this[v]();else this.emit("drain")}resume(){return this[H]()}pause(){this[L]=false;this[U]=true;this[oe]=false}get destroyed(){return this[Y]}get flowing(){return this[L]}get paused(){return this[U]}[$](i){if(this[W])this[q]+=1;else this[q]+=i.length;this[z].push(i)}[J](){if(this[W])this[q]-=1;else this[q]-=this[z][0].length;return this[z].shift()}[k](i=false){do{}while(this[D](this[J]())&&this[z].length);if(!i&&!this[z].length&&!this[B])this.emit("drain")}[D](i){this.emit("data",i);return this[L]}pipe(i,u){if(this[Y])return i;this[oe]=false;const p=this[N];u=u||{};if(i===g.stdout||i===g.stderr)u.end=false;else u.end=u.end!==false;u.proxyErrors=!!u.proxyErrors;if(p){if(u.end)i.end()}else{this[j].push(!u.proxyErrors?new Pipe(this,i,u):new PipeProxyErrors(this,i,u));if(this[te])defer((()=>this[H]()));else this[H]()}return i}unpipe(i){const u=this[j].find((u=>u.dest===i));if(u){if(this[j].length===1){if(this[L]&&this[ie]===0){this[L]=false}this[j]=[]}else this[j].splice(this[j].indexOf(u),1);u.unpipe()}}addListener(i,u){return this.on(i,u)}on(i,u){const p=super.on(i,u);if(i==="data"){this[oe]=false;this[ie]++;if(!this[j].length&&!this[L]){this[H]()}}else if(i==="readable"&&this[q]!==0){super.emit("readable")}else if(isEndish(i)&&this[N]){super.emit(i);this.removeAllListeners(i)}else if(i==="error"&&this[Q]){const i=u;if(this[te])defer((()=>i.call(this,this[Q])));else i.call(this,this[Q])}return p}removeListener(i,u){return this.off(i,u)}off(i,u){const p=super.off(i,u);if(i==="data"){this[ie]=this.listeners("data").length;if(this[ie]===0&&!this[oe]&&!this[j].length){this[L]=false}}return p}removeAllListeners(i){const u=super.removeAllListeners(i);if(i==="data"||i===undefined){this[ie]=0;if(!this[oe]&&!this[j].length){this[L]=false}}return u}get emittedEnd(){return this[N]}[v](){if(!this[T]&&!this[N]&&!this[Y]&&this[z].length===0&&this[B]){this[T]=true;this.emit("end");this.emit("prefinish");this.emit("finish");if(this[x])this.emit("close");this[T]=false}}emit(i,...u){const p=u[0];if(i!=="error"&&i!=="close"&&i!==Y&&this[Y]){return false}else if(i==="data"){return!this[W]&&!p?false:this[te]?(defer((()=>this[Z](p))),true):this[Z](p)}else if(i==="end"){return this[X]()}else if(i==="close"){this[x]=true;if(!this[N]&&!this[Y])return false;const i=super.emit("close");this.removeAllListeners("close");return i}else if(i==="error"){this[Q]=p;super.emit(K,p);const i=!this[ne]||this.listeners("error").length?super.emit("error",p):false;this[v]();return i}else if(i==="resume"){const i=super.emit("resume");this[v]();return i}else if(i==="finish"||i==="prefinish"){const u=super.emit(i);this.removeAllListeners(i);return u}const A=super.emit(i,...u);this[v]();return A}[Z](i){for(const u of this[j]){if(u.dest.write(i)===false)this.pause()}const u=this[oe]?false:super.emit("data",i);this[v]();return u}[X](){if(this[N])return false;this[N]=true;this.readable=false;return this[te]?(defer((()=>this[ee]())),true):this[ee]()}[ee](){if(this[P]){const i=this[P].end();if(i){for(const u of this[j]){u.dest.write(i)}if(!this[oe])super.emit("data",i)}}for(const i of this[j]){i.end()}const i=super.emit("end");this.removeAllListeners("end");return i}async collect(){const i=Object.assign([],{dataLength:0});if(!this[W])i.dataLength=0;const u=this.promise();this.on("data",(u=>{i.push(u);if(!this[W])i.dataLength+=u.length}));await u;return i}async concat(){if(this[W]){throw new Error("cannot concat in objectMode")}const i=await this.collect();return this[O]?i.join(""):Buffer.concat(i,i.dataLength)}async promise(){return new Promise(((i,u)=>{this.on(Y,(()=>u(new Error("stream destroyed"))));this.on("error",(i=>u(i)));this.on("end",(()=>i()))}))}[Symbol.asyncIterator](){this[oe]=false;let i=false;const stop=async()=>{this.pause();i=true;return{value:undefined,done:true}};const next=()=>{if(i)return stop();const u=this.read();if(u!==null)return Promise.resolve({done:false,value:u});if(this[B])return stop();let p;let A;const onerr=i=>{this.off("data",ondata);this.off("end",onend);this.off(Y,ondestroy);stop();A(i)};const ondata=i=>{this.off("error",onerr);this.off("end",onend);this.off(Y,ondestroy);this.pause();p({value:i,done:!!this[B]})};const onend=()=>{this.off("error",onerr);this.off("data",ondata);this.off(Y,ondestroy);stop();p({done:true,value:undefined})};const ondestroy=()=>onerr(new Error("stream destroyed"));return new Promise(((i,u)=>{A=u;p=i;this.once(Y,ondestroy);this.once("error",onerr);this.once("end",onend);this.once("data",ondata)}))};return{next:next,throw:stop,return:stop,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[oe]=false;let i=false;const stop=()=>{this.pause();this.off(K,stop);this.off(Y,stop);this.off("end",stop);i=true;return{done:true,value:undefined}};const next=()=>{if(i)return stop();const u=this.read();return u===null?stop():{done:false,value:u}};this.once("end",stop);this.once(K,stop);this.once(Y,stop);return{next:next,throw:stop,return:stop,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(i){if(this[Y]){if(i)this.emit("error",i);else this.emit(Y);return this}this[Y]=true;this[oe]=true;this[z].length=0;this[q]=0;const u=this;if(typeof u.close==="function"&&!this[x])u.close();if(i)this.emit("error",i);else this.emit(Y);return this}static get isStream(){return u.isStream}}u.Minipass=Minipass},88789:(i,u,p)=>{Object.defineProperty(u,"__esModule",{value:true});u.MinipassSized=u.SizeError=void 0;const A=p(76523);const isBufferEncoding=i=>typeof i==="string";class SizeError extends Error{expect;found;code="EBADSIZE";constructor(i,u,p){super(`Bad data size: expected ${u} bytes, but got ${i}`);this.expect=u;this.found=i;Error.captureStackTrace(this,p??this.constructor)}get name(){return"SizeError"}}u.SizeError=SizeError;class MinipassSized extends A.Minipass{found=0;expect;constructor(i){const u=i?.size;if(typeof u!=="number"||u>Number.MAX_SAFE_INTEGER||isNaN(u)||u<0||!isFinite(u)||u!==Math.floor(u)){throw new Error("invalid expected size: "+u)}super(i);if(i.objectMode){throw new TypeError(`${this.constructor.name} streams only work with string and buffer data`)}this.expect=u}write(i,u,p){const A=Buffer.isBuffer(i)?i:typeof i==="string"?Buffer.from(i,isBufferEncoding(u)?u:"utf8"):i;if(typeof u==="function"){p=u;u=null}if(!Buffer.isBuffer(A)){this.emit("error",new TypeError(`${this.constructor.name} streams only work with string and buffer data`));return false}this.found+=A.length;if(this.found>this.expect)this.emit("error",new SizeError(this.found,this.expect));return super.write(i,u,p)}emit(i,...u){if(i==="end"){if(this.found!==this.expect){this.emit("error",new SizeError(this.found,this.expect,this.emit))}}return super.emit(i,...u)}}u.MinipassSized=MinipassSized},76523:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Minipass=u.isWritable=u.isReadable=u.isStream=void 0;const g=typeof process==="object"&&process?process:{stdout:null,stderr:null};const C=p(78474);const S=A(p(57075));const w=p(46193);const isStream=i=>!!i&&typeof i==="object"&&(i instanceof Minipass||i instanceof S.default||(0,u.isReadable)(i)||(0,u.isWritable)(i));u.isStream=isStream;const isReadable=i=>!!i&&typeof i==="object"&&i instanceof C.EventEmitter&&typeof i.pipe==="function"&&i.pipe!==S.default.Writable.prototype.pipe;u.isReadable=isReadable;const isWritable=i=>!!i&&typeof i==="object"&&i instanceof C.EventEmitter&&typeof i.write==="function"&&typeof i.end==="function";u.isWritable=isWritable;const B=Symbol("EOF");const v=Symbol("maybeEmitEnd");const N=Symbol("emittedEnd");const T=Symbol("emittingEnd");const Q=Symbol("emittedError");const x=Symbol("closed");const _=Symbol("read");const k=Symbol("flush");const D=Symbol("flushChunk");const O=Symbol("encoding");const P=Symbol("decoder");const L=Symbol("flowing");const U=Symbol("paused");const H=Symbol("resume");const z=Symbol("buffer");const j=Symbol("pipes");const q=Symbol("bufferLength");const $=Symbol("bufferPush");const J=Symbol("bufferShift");const W=Symbol("objectMode");const Y=Symbol("destroyed");const K=Symbol("error");const Z=Symbol("emitData");const X=Symbol("emitEnd");const ee=Symbol("emitEnd2");const te=Symbol("async");const re=Symbol("abort");const se=Symbol("aborted");const ne=Symbol("signal");const ie=Symbol("dataListeners");const oe=Symbol("discarded");const defer=i=>Promise.resolve().then(i);const nodefer=i=>i();const isEndish=i=>i==="end"||i==="finish"||i==="prefinish";const isArrayBufferLike=i=>i instanceof ArrayBuffer||!!i&&typeof i==="object"&&i.constructor&&i.constructor.name==="ArrayBuffer"&&i.byteLength>=0;const isArrayBufferView=i=>!Buffer.isBuffer(i)&&ArrayBuffer.isView(i);class Pipe{src;dest;opts;ondrain;constructor(i,u,p){this.src=i;this.dest=u;this.opts=p;this.ondrain=()=>i[H]();this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(i){}end(){this.unpipe();if(this.opts.end)this.dest.end()}}class PipeProxyErrors extends Pipe{unpipe(){this.src.removeListener("error",this.proxyErrors);super.unpipe()}constructor(i,u,p){super(i,u,p);this.proxyErrors=i=>this.dest.emit("error",i);i.on("error",this.proxyErrors)}}const isObjectModeOptions=i=>!!i.objectMode;const isEncodingOptions=i=>!i.objectMode&&!!i.encoding&&i.encoding!=="buffer";class Minipass extends C.EventEmitter{[L]=false;[U]=false;[j]=[];[z]=[];[W];[O];[te];[P];[B]=false;[N]=false;[T]=false;[x]=false;[Q]=null;[q]=0;[Y]=false;[ne];[se]=false;[ie]=0;[oe]=false;writable=true;readable=true;constructor(...i){const u=i[0]||{};super();if(u.objectMode&&typeof u.encoding==="string"){throw new TypeError("Encoding and objectMode may not be used together")}if(isObjectModeOptions(u)){this[W]=true;this[O]=null}else if(isEncodingOptions(u)){this[O]=u.encoding;this[W]=false}else{this[W]=false;this[O]=null}this[te]=!!u.async;this[P]=this[O]?new w.StringDecoder(this[O]):null;if(u&&u.debugExposeBuffer===true){Object.defineProperty(this,"buffer",{get:()=>this[z]})}if(u&&u.debugExposePipes===true){Object.defineProperty(this,"pipes",{get:()=>this[j]})}const{signal:p}=u;if(p){this[ne]=p;if(p.aborted){this[re]()}else{p.addEventListener("abort",(()=>this[re]()))}}}get bufferLength(){return this[q]}get encoding(){return this[O]}set encoding(i){throw new Error("Encoding must be set at instantiation time")}setEncoding(i){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[W]}set objectMode(i){throw new Error("objectMode must be set at instantiation time")}get["async"](){return this[te]}set["async"](i){this[te]=this[te]||!!i}[re](){this[se]=true;this.emit("abort",this[ne]?.reason);this.destroy(this[ne]?.reason)}get aborted(){return this[se]}set aborted(i){}write(i,u,p){if(this[se])return false;if(this[B])throw new Error("write after end");if(this[Y]){this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"}));return true}if(typeof u==="function"){p=u;u="utf8"}if(!u)u="utf8";const A=this[te]?defer:nodefer;if(!this[W]&&!Buffer.isBuffer(i)){if(isArrayBufferView(i)){i=Buffer.from(i.buffer,i.byteOffset,i.byteLength)}else if(isArrayBufferLike(i)){i=Buffer.from(i)}else if(typeof i!=="string"){throw new Error("Non-contiguous data written to non-objectMode stream")}}if(this[W]){if(this[L]&&this[q]!==0)this[k](true);if(this[L])this.emit("data",i);else this[$](i);if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}if(!i.length){if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}if(typeof i==="string"&&!(u===this[O]&&!this[P]?.lastNeed)){i=Buffer.from(i,u)}if(Buffer.isBuffer(i)&&this[O]){i=this[P].write(i)}if(this[L]&&this[q]!==0)this[k](true);if(this[L])this.emit("data",i);else this[$](i);if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}read(i){if(this[Y])return null;this[oe]=false;if(this[q]===0||i===0||i&&i>this[q]){this[v]();return null}if(this[W])i=null;if(this[z].length>1&&!this[W]){this[z]=[this[O]?this[z].join(""):Buffer.concat(this[z],this[q])]}const u=this[_](i||null,this[z][0]);this[v]();return u}[_](i,u){if(this[W])this[J]();else{const p=u;if(i===p.length||i===null)this[J]();else if(typeof p==="string"){this[z][0]=p.slice(i);u=p.slice(0,i);this[q]-=i}else{this[z][0]=p.subarray(i);u=p.subarray(0,i);this[q]-=i}}this.emit("data",u);if(!this[z].length&&!this[B])this.emit("drain");return u}end(i,u,p){if(typeof i==="function"){p=i;i=undefined}if(typeof u==="function"){p=u;u="utf8"}if(i!==undefined)this.write(i,u);if(p)this.once("end",p);this[B]=true;this.writable=false;if(this[L]||!this[U])this[v]();return this}[H](){if(this[Y])return;if(!this[ie]&&!this[j].length){this[oe]=true}this[U]=false;this[L]=true;this.emit("resume");if(this[z].length)this[k]();else if(this[B])this[v]();else this.emit("drain")}resume(){return this[H]()}pause(){this[L]=false;this[U]=true;this[oe]=false}get destroyed(){return this[Y]}get flowing(){return this[L]}get paused(){return this[U]}[$](i){if(this[W])this[q]+=1;else this[q]+=i.length;this[z].push(i)}[J](){if(this[W])this[q]-=1;else this[q]-=this[z][0].length;return this[z].shift()}[k](i=false){do{}while(this[D](this[J]())&&this[z].length);if(!i&&!this[z].length&&!this[B])this.emit("drain")}[D](i){this.emit("data",i);return this[L]}pipe(i,u){if(this[Y])return i;this[oe]=false;const p=this[N];u=u||{};if(i===g.stdout||i===g.stderr)u.end=false;else u.end=u.end!==false;u.proxyErrors=!!u.proxyErrors;if(p){if(u.end)i.end()}else{this[j].push(!u.proxyErrors?new Pipe(this,i,u):new PipeProxyErrors(this,i,u));if(this[te])defer((()=>this[H]()));else this[H]()}return i}unpipe(i){const u=this[j].find((u=>u.dest===i));if(u){if(this[j].length===1){if(this[L]&&this[ie]===0){this[L]=false}this[j]=[]}else this[j].splice(this[j].indexOf(u),1);u.unpipe()}}addListener(i,u){return this.on(i,u)}on(i,u){const p=super.on(i,u);if(i==="data"){this[oe]=false;this[ie]++;if(!this[j].length&&!this[L]){this[H]()}}else if(i==="readable"&&this[q]!==0){super.emit("readable")}else if(isEndish(i)&&this[N]){super.emit(i);this.removeAllListeners(i)}else if(i==="error"&&this[Q]){const i=u;if(this[te])defer((()=>i.call(this,this[Q])));else i.call(this,this[Q])}return p}removeListener(i,u){return this.off(i,u)}off(i,u){const p=super.off(i,u);if(i==="data"){this[ie]=this.listeners("data").length;if(this[ie]===0&&!this[oe]&&!this[j].length){this[L]=false}}return p}removeAllListeners(i){const u=super.removeAllListeners(i);if(i==="data"||i===undefined){this[ie]=0;if(!this[oe]&&!this[j].length){this[L]=false}}return u}get emittedEnd(){return this[N]}[v](){if(!this[T]&&!this[N]&&!this[Y]&&this[z].length===0&&this[B]){this[T]=true;this.emit("end");this.emit("prefinish");this.emit("finish");if(this[x])this.emit("close");this[T]=false}}emit(i,...u){const p=u[0];if(i!=="error"&&i!=="close"&&i!==Y&&this[Y]){return false}else if(i==="data"){return!this[W]&&!p?false:this[te]?(defer((()=>this[Z](p))),true):this[Z](p)}else if(i==="end"){return this[X]()}else if(i==="close"){this[x]=true;if(!this[N]&&!this[Y])return false;const i=super.emit("close");this.removeAllListeners("close");return i}else if(i==="error"){this[Q]=p;super.emit(K,p);const i=!this[ne]||this.listeners("error").length?super.emit("error",p):false;this[v]();return i}else if(i==="resume"){const i=super.emit("resume");this[v]();return i}else if(i==="finish"||i==="prefinish"){const u=super.emit(i);this.removeAllListeners(i);return u}const A=super.emit(i,...u);this[v]();return A}[Z](i){for(const u of this[j]){if(u.dest.write(i)===false)this.pause()}const u=this[oe]?false:super.emit("data",i);this[v]();return u}[X](){if(this[N])return false;this[N]=true;this.readable=false;return this[te]?(defer((()=>this[ee]())),true):this[ee]()}[ee](){if(this[P]){const i=this[P].end();if(i){for(const u of this[j]){u.dest.write(i)}if(!this[oe])super.emit("data",i)}}for(const i of this[j]){i.end()}const i=super.emit("end");this.removeAllListeners("end");return i}async collect(){const i=Object.assign([],{dataLength:0});if(!this[W])i.dataLength=0;const u=this.promise();this.on("data",(u=>{i.push(u);if(!this[W])i.dataLength+=u.length}));await u;return i}async concat(){if(this[W]){throw new Error("cannot concat in objectMode")}const i=await this.collect();return this[O]?i.join(""):Buffer.concat(i,i.dataLength)}async promise(){return new Promise(((i,u)=>{this.on(Y,(()=>u(new Error("stream destroyed"))));this.on("error",(i=>u(i)));this.on("end",(()=>i()))}))}[Symbol.asyncIterator](){this[oe]=false;let i=false;const stop=async()=>{this.pause();i=true;return{value:undefined,done:true}};const next=()=>{if(i)return stop();const u=this.read();if(u!==null)return Promise.resolve({done:false,value:u});if(this[B])return stop();let p;let A;const onerr=i=>{this.off("data",ondata);this.off("end",onend);this.off(Y,ondestroy);stop();A(i)};const ondata=i=>{this.off("error",onerr);this.off("end",onend);this.off(Y,ondestroy);this.pause();p({value:i,done:!!this[B]})};const onend=()=>{this.off("error",onerr);this.off("data",ondata);this.off(Y,ondestroy);stop();p({done:true,value:undefined})};const ondestroy=()=>onerr(new Error("stream destroyed"));return new Promise(((i,u)=>{A=u;p=i;this.once(Y,ondestroy);this.once("error",onerr);this.once("end",onend);this.once("data",ondata)}))};return{next:next,throw:stop,return:stop,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[oe]=false;let i=false;const stop=()=>{this.pause();this.off(K,stop);this.off(Y,stop);this.off("end",stop);i=true;return{done:true,value:undefined}};const next=()=>{if(i)return stop();const u=this.read();return u===null?stop():{done:false,value:u}};this.once("end",stop);this.once(K,stop);this.once(Y,stop);return{next:next,throw:stop,return:stop,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(i){if(this[Y]){if(i)this.emit("error",i);else this.emit(Y);return this}this[Y]=true;this[oe]=true;this[z].length=0;this[q]=0;const u=this;if(typeof u.close==="function"&&!this[x])u.close();if(i)this.emit("error",i);else this.emit(Y);return this}static get isStream(){return u.isStream}}u.Minipass=Minipass},78275:function(i,u,p){var A=this&&this.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};Object.defineProperty(u,"__esModule",{value:true});u.Minipass=u.isWritable=u.isReadable=u.isStream=void 0;const g=typeof process==="object"&&process?process:{stdout:null,stderr:null};const C=p(24434);const S=A(p(2203));const w=p(13193);const isStream=i=>!!i&&typeof i==="object"&&(i instanceof Minipass||i instanceof S.default||(0,u.isReadable)(i)||(0,u.isWritable)(i));u.isStream=isStream;const isReadable=i=>!!i&&typeof i==="object"&&i instanceof C.EventEmitter&&typeof i.pipe==="function"&&i.pipe!==S.default.Writable.prototype.pipe;u.isReadable=isReadable;const isWritable=i=>!!i&&typeof i==="object"&&i instanceof C.EventEmitter&&typeof i.write==="function"&&typeof i.end==="function";u.isWritable=isWritable;const B=Symbol("EOF");const v=Symbol("maybeEmitEnd");const N=Symbol("emittedEnd");const T=Symbol("emittingEnd");const Q=Symbol("emittedError");const x=Symbol("closed");const _=Symbol("read");const k=Symbol("flush");const D=Symbol("flushChunk");const O=Symbol("encoding");const P=Symbol("decoder");const L=Symbol("flowing");const U=Symbol("paused");const H=Symbol("resume");const z=Symbol("buffer");const j=Symbol("pipes");const q=Symbol("bufferLength");const $=Symbol("bufferPush");const J=Symbol("bufferShift");const W=Symbol("objectMode");const Y=Symbol("destroyed");const K=Symbol("error");const Z=Symbol("emitData");const X=Symbol("emitEnd");const ee=Symbol("emitEnd2");const te=Symbol("async");const re=Symbol("abort");const se=Symbol("aborted");const ne=Symbol("signal");const ie=Symbol("dataListeners");const oe=Symbol("discarded");const defer=i=>Promise.resolve().then(i);const nodefer=i=>i();const isEndish=i=>i==="end"||i==="finish"||i==="prefinish";const isArrayBufferLike=i=>i instanceof ArrayBuffer||!!i&&typeof i==="object"&&i.constructor&&i.constructor.name==="ArrayBuffer"&&i.byteLength>=0;const isArrayBufferView=i=>!Buffer.isBuffer(i)&&ArrayBuffer.isView(i);class Pipe{src;dest;opts;ondrain;constructor(i,u,p){this.src=i;this.dest=u;this.opts=p;this.ondrain=()=>i[H]();this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(i){}end(){this.unpipe();if(this.opts.end)this.dest.end()}}class PipeProxyErrors extends Pipe{unpipe(){this.src.removeListener("error",this.proxyErrors);super.unpipe()}constructor(i,u,p){super(i,u,p);this.proxyErrors=i=>u.emit("error",i);i.on("error",this.proxyErrors)}}const isObjectModeOptions=i=>!!i.objectMode;const isEncodingOptions=i=>!i.objectMode&&!!i.encoding&&i.encoding!=="buffer";class Minipass extends C.EventEmitter{[L]=false;[U]=false;[j]=[];[z]=[];[W];[O];[te];[P];[B]=false;[N]=false;[T]=false;[x]=false;[Q]=null;[q]=0;[Y]=false;[ne];[se]=false;[ie]=0;[oe]=false;writable=true;readable=true;constructor(...i){const u=i[0]||{};super();if(u.objectMode&&typeof u.encoding==="string"){throw new TypeError("Encoding and objectMode may not be used together")}if(isObjectModeOptions(u)){this[W]=true;this[O]=null}else if(isEncodingOptions(u)){this[O]=u.encoding;this[W]=false}else{this[W]=false;this[O]=null}this[te]=!!u.async;this[P]=this[O]?new w.StringDecoder(this[O]):null;if(u&&u.debugExposeBuffer===true){Object.defineProperty(this,"buffer",{get:()=>this[z]})}if(u&&u.debugExposePipes===true){Object.defineProperty(this,"pipes",{get:()=>this[j]})}const{signal:p}=u;if(p){this[ne]=p;if(p.aborted){this[re]()}else{p.addEventListener("abort",(()=>this[re]()))}}}get bufferLength(){return this[q]}get encoding(){return this[O]}set encoding(i){throw new Error("Encoding must be set at instantiation time")}setEncoding(i){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[W]}set objectMode(i){throw new Error("objectMode must be set at instantiation time")}get["async"](){return this[te]}set["async"](i){this[te]=this[te]||!!i}[re](){this[se]=true;this.emit("abort",this[ne]?.reason);this.destroy(this[ne]?.reason)}get aborted(){return this[se]}set aborted(i){}write(i,u,p){if(this[se])return false;if(this[B])throw new Error("write after end");if(this[Y]){this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"}));return true}if(typeof u==="function"){p=u;u="utf8"}if(!u)u="utf8";const A=this[te]?defer:nodefer;if(!this[W]&&!Buffer.isBuffer(i)){if(isArrayBufferView(i)){i=Buffer.from(i.buffer,i.byteOffset,i.byteLength)}else if(isArrayBufferLike(i)){i=Buffer.from(i)}else if(typeof i!=="string"){throw new Error("Non-contiguous data written to non-objectMode stream")}}if(this[W]){if(this[L]&&this[q]!==0)this[k](true);if(this[L])this.emit("data",i);else this[$](i);if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}if(!i.length){if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}if(typeof i==="string"&&!(u===this[O]&&!this[P]?.lastNeed)){i=Buffer.from(i,u)}if(Buffer.isBuffer(i)&&this[O]){i=this[P].write(i)}if(this[L]&&this[q]!==0)this[k](true);if(this[L])this.emit("data",i);else this[$](i);if(this[q]!==0)this.emit("readable");if(p)A(p);return this[L]}read(i){if(this[Y])return null;this[oe]=false;if(this[q]===0||i===0||i&&i>this[q]){this[v]();return null}if(this[W])i=null;if(this[z].length>1&&!this[W]){this[z]=[this[O]?this[z].join(""):Buffer.concat(this[z],this[q])]}const u=this[_](i||null,this[z][0]);this[v]();return u}[_](i,u){if(this[W])this[J]();else{const p=u;if(i===p.length||i===null)this[J]();else if(typeof p==="string"){this[z][0]=p.slice(i);u=p.slice(0,i);this[q]-=i}else{this[z][0]=p.subarray(i);u=p.subarray(0,i);this[q]-=i}}this.emit("data",u);if(!this[z].length&&!this[B])this.emit("drain");return u}end(i,u,p){if(typeof i==="function"){p=i;i=undefined}if(typeof u==="function"){p=u;u="utf8"}if(i!==undefined)this.write(i,u);if(p)this.once("end",p);this[B]=true;this.writable=false;if(this[L]||!this[U])this[v]();return this}[H](){if(this[Y])return;if(!this[ie]&&!this[j].length){this[oe]=true}this[U]=false;this[L]=true;this.emit("resume");if(this[z].length)this[k]();else if(this[B])this[v]();else this.emit("drain")}resume(){return this[H]()}pause(){this[L]=false;this[U]=true;this[oe]=false}get destroyed(){return this[Y]}get flowing(){return this[L]}get paused(){return this[U]}[$](i){if(this[W])this[q]+=1;else this[q]+=i.length;this[z].push(i)}[J](){if(this[W])this[q]-=1;else this[q]-=this[z][0].length;return this[z].shift()}[k](i=false){do{}while(this[D](this[J]())&&this[z].length);if(!i&&!this[z].length&&!this[B])this.emit("drain")}[D](i){this.emit("data",i);return this[L]}pipe(i,u){if(this[Y])return i;this[oe]=false;const p=this[N];u=u||{};if(i===g.stdout||i===g.stderr)u.end=false;else u.end=u.end!==false;u.proxyErrors=!!u.proxyErrors;if(p){if(u.end)i.end()}else{this[j].push(!u.proxyErrors?new Pipe(this,i,u):new PipeProxyErrors(this,i,u));if(this[te])defer((()=>this[H]()));else this[H]()}return i}unpipe(i){const u=this[j].find((u=>u.dest===i));if(u){if(this[j].length===1){if(this[L]&&this[ie]===0){this[L]=false}this[j]=[]}else this[j].splice(this[j].indexOf(u),1);u.unpipe()}}addListener(i,u){return this.on(i,u)}on(i,u){const p=super.on(i,u);if(i==="data"){this[oe]=false;this[ie]++;if(!this[j].length&&!this[L]){this[H]()}}else if(i==="readable"&&this[q]!==0){super.emit("readable")}else if(isEndish(i)&&this[N]){super.emit(i);this.removeAllListeners(i)}else if(i==="error"&&this[Q]){const i=u;if(this[te])defer((()=>i.call(this,this[Q])));else i.call(this,this[Q])}return p}removeListener(i,u){return this.off(i,u)}off(i,u){const p=super.off(i,u);if(i==="data"){this[ie]=this.listeners("data").length;if(this[ie]===0&&!this[oe]&&!this[j].length){this[L]=false}}return p}removeAllListeners(i){const u=super.removeAllListeners(i);if(i==="data"||i===undefined){this[ie]=0;if(!this[oe]&&!this[j].length){this[L]=false}}return u}get emittedEnd(){return this[N]}[v](){if(!this[T]&&!this[N]&&!this[Y]&&this[z].length===0&&this[B]){this[T]=true;this.emit("end");this.emit("prefinish");this.emit("finish");if(this[x])this.emit("close");this[T]=false}}emit(i,...u){const p=u[0];if(i!=="error"&&i!=="close"&&i!==Y&&this[Y]){return false}else if(i==="data"){return!this[W]&&!p?false:this[te]?(defer((()=>this[Z](p))),true):this[Z](p)}else if(i==="end"){return this[X]()}else if(i==="close"){this[x]=true;if(!this[N]&&!this[Y])return false;const i=super.emit("close");this.removeAllListeners("close");return i}else if(i==="error"){this[Q]=p;super.emit(K,p);const i=!this[ne]||this.listeners("error").length?super.emit("error",p):false;this[v]();return i}else if(i==="resume"){const i=super.emit("resume");this[v]();return i}else if(i==="finish"||i==="prefinish"){const u=super.emit(i);this.removeAllListeners(i);return u}const A=super.emit(i,...u);this[v]();return A}[Z](i){for(const u of this[j]){if(u.dest.write(i)===false)this.pause()}const u=this[oe]?false:super.emit("data",i);this[v]();return u}[X](){if(this[N])return false;this[N]=true;this.readable=false;return this[te]?(defer((()=>this[ee]())),true):this[ee]()}[ee](){if(this[P]){const i=this[P].end();if(i){for(const u of this[j]){u.dest.write(i)}if(!this[oe])super.emit("data",i)}}for(const i of this[j]){i.end()}const i=super.emit("end");this.removeAllListeners("end");return i}async collect(){const i=Object.assign([],{dataLength:0});if(!this[W])i.dataLength=0;const u=this.promise();this.on("data",(u=>{i.push(u);if(!this[W])i.dataLength+=u.length}));await u;return i}async concat(){if(this[W]){throw new Error("cannot concat in objectMode")}const i=await this.collect();return this[O]?i.join(""):Buffer.concat(i,i.dataLength)}async promise(){return new Promise(((i,u)=>{this.on(Y,(()=>u(new Error("stream destroyed"))));this.on("error",(i=>u(i)));this.on("end",(()=>i()))}))}[Symbol.asyncIterator](){this[oe]=false;let i=false;const stop=async()=>{this.pause();i=true;return{value:undefined,done:true}};const next=()=>{if(i)return stop();const u=this.read();if(u!==null)return Promise.resolve({done:false,value:u});if(this[B])return stop();let p;let A;const onerr=i=>{this.off("data",ondata);this.off("end",onend);this.off(Y,ondestroy);stop();A(i)};const ondata=i=>{this.off("error",onerr);this.off("end",onend);this.off(Y,ondestroy);this.pause();p({value:i,done:!!this[B]})};const onend=()=>{this.off("error",onerr);this.off("data",ondata);this.off(Y,ondestroy);stop();p({done:true,value:undefined})};const ondestroy=()=>onerr(new Error("stream destroyed"));return new Promise(((i,u)=>{A=u;p=i;this.once(Y,ondestroy);this.once("error",onerr);this.once("end",onend);this.once("data",ondata)}))};return{next:next,throw:stop,return:stop,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[oe]=false;let i=false;const stop=()=>{this.pause();this.off(K,stop);this.off(Y,stop);this.off("end",stop);i=true;return{done:true,value:undefined}};const next=()=>{if(i)return stop();const u=this.read();return u===null?stop():{done:false,value:u}};this.once("end",stop);this.once(K,stop);this.once(Y,stop);return{next:next,throw:stop,return:stop,[Symbol.iterator](){return this}}}destroy(i){if(this[Y]){if(i)this.emit("error",i);else this.emit(Y);return this}this[Y]=true;this[oe]=true;this[z].length=0;this[q]=0;const u=this;if(typeof u.close==="function"&&!this[x])u.close();if(i)this.emit("error",i);else this.emit(Y);return this}static get isStream(){return u.isStream}}u.Minipass=Minipass},38658:(i,u,p)=>{const A=p(64012);i.exports={version:A.version}},64012:i=>{i.exports=JSON.parse('{"name":"@actions/cache","version":"6.0.0","description":"Actions cache lib","keywords":["github","actions","cache"],"homepage":"https://github.com/actions/toolkit/tree/main/packages/cache","license":"MIT","type":"module","main":"lib/cache.js","types":"lib/cache.d.ts","exports":{".":{"types":"./lib/cache.d.ts","import":"./lib/cache.js"}},"directories":{"lib":"lib","test":"__tests__"},"files":["lib","!.DS_Store"],"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/actions/toolkit.git","directory":"packages/cache"},"scripts":{"audit-moderate":"npm install && npm audit --json --audit-level=moderate > audit.json","test":"echo \\"Error: run tests from root\\" && exit 1","tsc":"tsc && cp src/internal/shared/package-version.cjs lib/internal/shared/"},"bugs":{"url":"https://github.com/actions/toolkit/issues"},"dependencies":{"@actions/core":"^3.0.0","@actions/exec":"^3.0.0","@actions/glob":"^0.6.1","@actions/http-client":"^4.0.0","@actions/io":"^3.0.0","@azure/core-rest-pipeline":"^1.22.0","@azure/storage-blob":"^12.30.0","@protobuf-ts/runtime-rpc":"^2.11.1","semver":"^7.7.3"},"devDependencies":{"@protobuf-ts/plugin":"^2.9.4","@types/node":"^25.1.0","@types/semver":"^7.7.1","typescript":"^5.2.2"},"overrides":{"uri-js":"npm:uri-js-replace@^1.0.1","node-fetch":"^3.3.2"}}')},85896:i=>{i.exports={rE:"4.1.0"}},69446:i=>{i.exports=JSON.parse('{"name":"@sigstore/tuf","version":"4.0.1","description":"Client for the Sigstore TUF repository","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"clean":"shx rm -rf dist *.tsbuildinfo","build":"tsc --build","test":"jest"},"files":["dist","seeds.json"],"author":"bdehamer@github.com","license":"Apache-2.0","repository":{"type":"git","url":"git+https://github.com/sigstore/sigstore-js.git"},"bugs":{"url":"https://github.com/sigstore/sigstore-js/issues"},"homepage":"https://github.com/sigstore/sigstore-js/tree/main/packages/tuf#readme","publishConfig":{"provenance":true},"devDependencies":{"@sigstore/jest":"^0.0.0","@tufjs/repo-mock":"^4.0.0","@types/make-fetch-happen":"^10.0.4"},"dependencies":{"@sigstore/protobuf-specs":"^0.5.0","tuf-js":"^4.1.0"},"engines":{"node":"^20.17.0 || >=22.9.0"}}')},8032:i=>{i.exports=JSON.parse('{"https://tuf-repo-cdn.sigstore.dev":{"root.json":"ewogInNpZ25hdHVyZXMiOiBbCiAgewogICAia2V5aWQiOiAiNmYyNjAwODlkNTkyM2RhZjIwMTY2Y2E2NTdjNTQzYWY2MTgzNDZhYjk3MTg4NGE5OTk2MmIwMTk4OGJiZTBjMyIsCiAgICJzaWciOiAiIgogIH0sCiAgewogICAia2V5aWQiOiAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiIsCiAgICJzaWciOiAiMzA0NTAyMjEwMGJiZGRkNDY0ZjgwNjZjZWI4OGJhNzg3Mzc1YzEyY2Q2MzMwNjgwZTA4YzI5MTA3MDNlNjUzOGM3MWNjNzlhZDIwMjIwNTE5MGIwNmU0NTM3ZmU5NjFiM2VmODFmZTY4ZWRjZDAwODljMTlmOTE5YWZlZDQyM2I5YWFmZDcwMDY0MTE1MyIKICB9LAogIHsKICAgImtleWlkIjogIjIyZjRjYWVjNmQ4ZTZmOTU1NWFmNjZiM2Q0YzNjYjA2YTNiYjIzZmRjN2UzOWM5MTZjNjFmNDYyZTZmNTJiMDYiLAogICAic2lnIjogIjMwNDQwMjIwNjkzMDZjZDUyNTdmNzMyYTc0MGMxYWZlNjBhOGU0MzNjNWRlNThlYWZlYWRiZTk5YzMzNmM5YzcxZDE5OGNmODAyMjAwZDc3Mzk1M2FlN2RiYzQ4ZDNlNWJhZDlhNmY2NGJhZmZmMTk2YjdlMmFkNGE1MmExOTUxOTM2N2Q0N2RjMDQyIgogIH0sCiAgewogICAia2V5aWQiOiAiNjE2NDM4MzgxMjViNDQwYjQwZGI2OTQyZjVjYjVhMzFjMGRjMDQzNjgzMTZlYjJhYWE1OGI5NTkwNGE1ODIyMiIsCiAgICJzaWciOiAiMzA0NDAyMjA0ZDIxYTJlYzgwZGY2NmU2MWY2ZmUyOTEyOTUxZGM0N2RmODM2MDM2ZjhjMGFiMTA4MTZkMzc1ZTcxZGJmNzllMDIyMDU0N2FkY2UxYWZkZjA0ZTY3OTRlZmEyMDNkZDUyNjRjNmY3ZTBlZjc4ZTU3ZmU5MzRiMGQyNmNiOTk0ZWVjNzYiCiAgfSwKICB7CiAgICJrZXlpZCI6ICJhNjg3ZTViZjRmYWI4MmIwZWU1OGQ0NmUwNWM5NTM1MTQ1YTJjOWFmYjQ1OGY0M2Q0MmI0NWNhMGZkY2UyYTcwIiwKICAgInNpZyI6ICIzMDQ1MDIyMDYwODI2NDk2NTU3MTQ0ZWIxNjQ5ODkzZWQ1ZjZmNGVhNTQ1MzZmZWIwY2E4MmY4Yjg5YWU2NDFiZTM5NzQzZTUwMjIxMDBhZDcxMThiNWU5ZDQ4MzczMjYyMDZlNDEyZmM2ZGEyOTk5OTI1ZDExMDMyOGE3YzE2NmIwNmM2MjQzMzZjOTNmIgogIH0sCiAgewogICAia2V5aWQiOiAiMTgzZTY0ZjM3NjcwZGMxM2NhMGQyODk5NWEzMDUzZjM3NDA5NTRkZGNlNDQzMjFhNDFlNDY1MzRjZjQ0ZTYzMiIsCiAgICJzaWciOiAiMzA0NjAyMjEwMGQ4MTc5NDM5YzJlNzNlYjBjMTczM2FiZWU3ZmFmODMyZGNhZWE3MjYzZWRjYjQ5MTk4OTFjM2EyNDdmMDU5MjMwMjIxMDBlMWE0MzdlMDc5N2U4MDNmOWI3MmRjOWQyZDkyMTU1YjBhMjI3MGMyNGVmZGQ1ZjRiM2E1ZDhmMGIwZjQzMWE3IgogIH0KIF0sCiAic2lnbmVkIjogewogICJfdHlwZSI6ICJyb290IiwKICAiY29uc2lzdGVudF9zbmFwc2hvdCI6IHRydWUsCiAgImV4cGlyZXMiOiAiMjAyNi0wMS0yMlQxMzowNTo1OVoiLAogICJrZXlzIjogewogICAiMGM4NzQzMmMzYmYwOWZkOTkxODlmZGMzMmZhNWVhZWRmNGU0YTVmYWM3YmFiNzNmYTA0YTJlMGZjNjRhZjZmNSI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVdSaUdyNStqKzNKNVNzSCtadHI1bkUySDJ3TzdcbkJWK25PM3M5M2dMY2ExOHFUT3pIWTFvV3lBR0R5a01Tc0dUVUJTdDlEK0FuMEtmS3NEMm1mU000MlE9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1vbmxpbmUtdXJpIjogImdjcGttczpwcm9qZWN0cy9zaWdzdG9yZS1yb290LXNpZ25pbmcvbG9jYXRpb25zL2dsb2JhbC9rZXlSaW5ncy9yb290L2NyeXB0b0tleXMvdGltZXN0YW1wL2NyeXB0b0tleVZlcnNpb25zLzEiCiAgIH0sCiAgICIxODNlNjRmMzc2NzBkYzEzY2EwZDI4OTk1YTMwNTNmMzc0MDk1NGRkY2U0NDMyMWE0MWU0NjUzNGNmNDRlNjMyIjogewogICAgImtleXR5cGUiOiAiZWNkc2EiLAogICAgImtleXZhbCI6IHsKICAgICAicHVibGljIjogIi0tLS0tQkVHSU4gUFVCTElDIEtFWS0tLS0tXG5NRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVNeHBQT0pDSVo1b3RHNDEwNmZHSnNlRVFpM1Y5XG5wa01ZUTR1eVY5VGoxTTdXSFhJeUxHK2prZnZ1RzBnbFExSlpiUlpaQlYzZ0FSNHNvamRHSElTZW93PT1cbi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLVxuIgogICAgfSwKICAgICJzY2hlbWUiOiAiZWNkc2Etc2hhMi1uaXN0cDI1NiIsCiAgICAieC10dWYtb24tY2kta2V5b3duZXIiOiAiQGxhbmNlIgogICB9LAogICAiMjJmNGNhZWM2ZDhlNmY5NTU1YWY2NmIzZDRjM2NiMDZhM2JiMjNmZGM3ZTM5YzkxNmM2MWY0NjJlNmY1MmIwNiI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRXpCelZPbUhDUG9qTVZMU0kzNjRXaWlWOE5QckRcbjZJZ1J4Vmxpc2t6L3YreTNKRVI1bWNWR2NPTmxpRGNXTUM1SjJsZkhtalBOUGhiNEg3eG04THpmU0E9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1rZXlvd25lciI6ICJAc2FudGlhZ290b3JyZXMiCiAgIH0sCiAgICI2MTY0MzgzODEyNWI0NDBiNDBkYjY5NDJmNWNiNWEzMWMwZGMwNDM2ODMxNmViMmFhYTU4Yjk1OTA0YTU4MjIyIjogewogICAgImtleWlkX2hhc2hfYWxnb3JpdGhtcyI6IFsKICAgICAic2hhMjU2IiwKICAgICAic2hhNTEyIgogICAgXSwKICAgICJrZXl0eXBlIjogImVjZHNhIiwKICAgICJrZXl2YWwiOiB7CiAgICAgInB1YmxpYyI6ICItLS0tLUJFR0lOIFBVQkxJQyBLRVktLS0tLVxuTUZrd0V3WUhLb1pJemowQ0FRWUlLb1pJemowREFRY0RRZ0FFaW5pa1NzQVFtWWtOZUg1ZVlxL0NuSXpMYWFjT1xueGxTYWF3UURPd3FLeS90Q3F4cTV4eFBTSmMyMUs0V0loczlHeU9rS2Z6dWVZM0dJTHpjTUpaNGNXdz09XG4tLS0tLUVORCBQVUJMSUMgS0VZLS0tLS1cbiIKICAgIH0sCiAgICAic2NoZW1lIjogImVjZHNhLXNoYTItbmlzdHAyNTYiLAogICAgIngtdHVmLW9uLWNpLWtleW93bmVyIjogIkBib2JjYWxsYXdheSIKICAgfSwKICAgImE2ODdlNWJmNGZhYjgyYjBlZTU4ZDQ2ZTA1Yzk1MzUxNDVhMmM5YWZiNDU4ZjQzZDQyYjQ1Y2EwZmRjZTJhNzAiOiB7CiAgICAia2V5aWRfaGFzaF9hbGdvcml0aG1zIjogWwogICAgICJzaGEyNTYiLAogICAgICJzaGE1MTIiCiAgICBdLAogICAgImtleXR5cGUiOiAiZWNkc2EiLAogICAgImtleXZhbCI6IHsKICAgICAicHVibGljIjogIi0tLS0tQkVHSU4gUFVCTElDIEtFWS0tLS0tXG5NRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUwZ2hyaDkyTHcxWXIzaWRHVjVXcUN0TURCOEN4XG4rRDhoZEM0dzJaTE5JcGxWUm9WR0xza1lhM2doZU15T2ppSjhrUGkxNWFRMi8vN1Arb2o3VXZKUEd3PT1cbi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLVxuIgogICAgfSwKICAgICJzY2hlbWUiOiAiZWNkc2Etc2hhMi1uaXN0cDI1NiIsCiAgICAieC10dWYtb24tY2kta2V5b3duZXIiOiAiQGpvc2h1YWdsIgogICB9LAogICAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRUVYc3ozU1pYRmI4ak1WNDJqNnBKbHlqYmpSOEtcbk4zQndvY2V4cTZMTUliNXFzV0tPUXZMTjE2TlVlZkxjNEhzd09vdW1Sc1ZWYWFqU3BRUzZmb2JrUnc9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1rZXlvd25lciI6ICJAbW5tNjc4IgogICB9CiAgfSwKICAicm9sZXMiOiB7CiAgICJyb290IjogewogICAgImtleWlkcyI6IFsKICAgICAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiIsCiAgICAgIjIyZjRjYWVjNmQ4ZTZmOTU1NWFmNjZiM2Q0YzNjYjA2YTNiYjIzZmRjN2UzOWM5MTZjNjFmNDYyZTZmNTJiMDYiLAogICAgICI2MTY0MzgzODEyNWI0NDBiNDBkYjY5NDJmNWNiNWEzMWMwZGMwNDM2ODMxNmViMmFhYTU4Yjk1OTA0YTU4MjIyIiwKICAgICAiYTY4N2U1YmY0ZmFiODJiMGVlNThkNDZlMDVjOTUzNTE0NWEyYzlhZmI0NThmNDNkNDJiNDVjYTBmZGNlMmE3MCIsCiAgICAgIjE4M2U2NGYzNzY3MGRjMTNjYTBkMjg5OTVhMzA1M2YzNzQwOTU0ZGRjZTQ0MzIxYTQxZTQ2NTM0Y2Y0NGU2MzIiCiAgICBdLAogICAgInRocmVzaG9sZCI6IDMKICAgfSwKICAgInNuYXBzaG90IjogewogICAgImtleWlkcyI6IFsKICAgICAiMGM4NzQzMmMzYmYwOWZkOTkxODlmZGMzMmZhNWVhZWRmNGU0YTVmYWM3YmFiNzNmYTA0YTJlMGZjNjRhZjZmNSIKICAgIF0sCiAgICAidGhyZXNob2xkIjogMSwKICAgICJ4LXR1Zi1vbi1jaS1leHBpcnktcGVyaW9kIjogMzY1MCwKICAgICJ4LXR1Zi1vbi1jaS1zaWduaW5nLXBlcmlvZCI6IDM2NQogICB9LAogICAidGFyZ2V0cyI6IHsKICAgICJrZXlpZHMiOiBbCiAgICAgImU3MWE1NGQ1NDM4MzViYTg2YWRhZDk0NjAzNzljNzY0MWZiODcyNmQxNjRlYTc2NjgwMWExYzUyMmFiYTdlYTIiLAogICAgICIyMmY0Y2FlYzZkOGU2Zjk1NTVhZjY2YjNkNGMzY2IwNmEzYmIyM2ZkYzdlMzljOTE2YzYxZjQ2MmU2ZjUyYjA2IiwKICAgICAiNjE2NDM4MzgxMjViNDQwYjQwZGI2OTQyZjVjYjVhMzFjMGRjMDQzNjgzMTZlYjJhYWE1OGI5NTkwNGE1ODIyMiIsCiAgICAgImE2ODdlNWJmNGZhYjgyYjBlZTU4ZDQ2ZTA1Yzk1MzUxNDVhMmM5YWZiNDU4ZjQzZDQyYjQ1Y2EwZmRjZTJhNzAiLAogICAgICIxODNlNjRmMzc2NzBkYzEzY2EwZDI4OTk1YTMwNTNmMzc0MDk1NGRkY2U0NDMyMWE0MWU0NjUzNGNmNDRlNjMyIgogICAgXSwKICAgICJ0aHJlc2hvbGQiOiAzCiAgIH0sCiAgICJ0aW1lc3RhbXAiOiB7CiAgICAia2V5aWRzIjogWwogICAgICIwYzg3NDMyYzNiZjA5ZmQ5OTE4OWZkYzMyZmE1ZWFlZGY0ZTRhNWZhYzdiYWI3M2ZhMDRhMmUwZmM2NGFmNmY1IgogICAgXSwKICAgICJ0aHJlc2hvbGQiOiAxLAogICAgIngtdHVmLW9uLWNpLWV4cGlyeS1wZXJpb2QiOiA3LAogICAgIngtdHVmLW9uLWNpLXNpZ25pbmctcGVyaW9kIjogNgogICB9CiAgfSwKICAic3BlY192ZXJzaW9uIjogIjEuMCIsCiAgInZlcnNpb24iOiAxMywKICAieC10dWYtb24tY2ktZXhwaXJ5LXBlcmlvZCI6IDE5NywKICAieC10dWYtb24tY2ktc2lnbmluZy1wZXJpb2QiOiA0NgogfQp9","targets":{"trusted_root.json":"ewogICJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLmRldi5zaWdzdG9yZS50cnVzdGVkcm9vdCtqc29uO3ZlcnNpb249MC4xIiwKICAidGxvZ3MiOiBbCiAgICB7CiAgICAgICJiYXNlVXJsIjogImh0dHBzOi8vcmVrb3Iuc2lnc3RvcmUuZGV2IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUyRzJZKzJ0YWJkVFY1QmNHaUJJeDBhOWZBRndya0JibUxTR3RrczRMM3FYNnlZWTB6dWZCbmhDOFVyL2l5NTVHaFdQLzlBL2JZMkxoQzMwTTkrUll0dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjEtMDEtMTJUMTE6NTM6MjdaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJ3Tkk5YXRRR2x6K1ZXZk82TFJ5Z0g0UVVmWS84VzRSRndpVDVpNVdSZ0IwPSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9sb2cyMDI1LTEucmVrb3Iuc2lnc3RvcmUuZGV2IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNQ293QlFZREsyVndBeUVBdDhybHAxa25Hd2pmYmNYQVlQWUFrbjBYaUx6MXg4TzR0MFlrRWhpZTI0ND0iLAogICAgICAgICJrZXlEZXRhaWxzIjogIlBLSVhfRUQyNTUxOSIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjUtMDktMjNUMDA6MDA6MDBaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJ6eEdaRlZ2ZDBGRW1qUjhXckZ3TWRjQUo5dnRhWS9RWGY0NFkxd1VlUDZBPSIKICAgICAgfQogICAgfQogIF0sCiAgImNlcnRpZmljYXRlQXV0aG9yaXRpZXMiOiBbCiAgICB7CiAgICAgICJzdWJqZWN0IjogewogICAgICAgICJvcmdhbml6YXRpb24iOiAic2lnc3RvcmUuZGV2IiwKICAgICAgICAiY29tbW9uTmFtZSI6ICJzaWdzdG9yZSIKICAgICAgfSwKICAgICAgInVyaSI6ICJodHRwczovL2Z1bGNpby5zaWdzdG9yZS5kZXYiLAogICAgICAiY2VydENoYWluIjogewogICAgICAgICJjZXJ0aWZpY2F0ZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlCK0RDQ0FYNmdBd0lCQWdJVE5Wa0Rab0Npb2ZQRHN5N2RmbTZnZUxidWh6QUtCZ2dxaGtqT1BRUURBekFxTVJVd0V3WURWUVFLRXd4emFXZHpkRzl5WlM1a1pYWXhFVEFQQmdOVkJBTVRDSE5wWjNOMGIzSmxNQjRYRFRJeE1ETXdOekF6TWpBeU9Wb1hEVE14TURJeU16QXpNakF5T1Zvd0tqRVZNQk1HQTFVRUNoTU1jMmxuYzNSdmNtVXVaR1YyTVJFd0R3WURWUVFERXdoemFXZHpkRzl5WlRCMk1CQUdCeXFHU000OUFnRUdCU3VCQkFBaUEySUFCTFN5QTdJaTVrK3BOTzhaRVdZMHlsZW1XRG93T2tOYTNrTCtHWkU1WjVHV2VoTDkvQTliUk5BM1JicnNaNWkwSmNhc3RhUkw3U3A1ZnAvakQ1ZHhxYy9VZFRWbmx2UzE2YW4rMllmc3dlL1F1TG9sUlVDcmNPRTIrMmlBNSt0emQ2Tm1NR1F3RGdZRFZSMFBBUUgvQkFRREFnRUdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUV3SFFZRFZSME9CQllFRk1qRkhRQkJtaVFwTWxFazZ3MnVTdTFLQnRQc01COEdBMVVkSXdRWU1CYUFGTWpGSFFCQm1pUXBNbEVrNncydVN1MUtCdFBzTUFvR0NDcUdTTTQ5QkFNREEyZ0FNR1VDTUg4bGlXSmZNdWk2dlhYQmhqRGdZNE13c2xtTi9USnhWZS84M1dyRm9td21OZjA1NnkxWDQ4RjljNG0zYTNvelhBSXhBS2pSYXk1L2FqL2pzS0tHSWttUWF0akk4dXVwSHIvK0N4RnZhSldtcFlxTmtMREdSVSs5b3J6aDVoSTJScmN1YVE9PSIKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0sCiAgICAgICJ2YWxpZEZvciI6IHsKICAgICAgICAic3RhcnQiOiAiMjAyMS0wMy0wN1QwMzoyMDoyOVoiLAogICAgICAgICJlbmQiOiAiMjAyMi0xMi0zMVQyMzo1OTo1OS45OTlaIgogICAgICB9CiAgICB9LAogICAgewogICAgICAic3ViamVjdCI6IHsKICAgICAgICAib3JnYW5pemF0aW9uIjogInNpZ3N0b3JlLmRldiIsCiAgICAgICAgImNvbW1vbk5hbWUiOiAic2lnc3RvcmUiCiAgICAgIH0sCiAgICAgICJ1cmkiOiAiaHR0cHM6Ly9mdWxjaW8uc2lnc3RvcmUuZGV2IiwKICAgICAgImNlcnRDaGFpbiI6IHsKICAgICAgICAiY2VydGlmaWNhdGVzIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmF3Qnl0ZXMiOiAiTUlJQ0dqQ0NBYUdnQXdJQkFnSVVBTG5WaVZmblUwYnJKYXNtUmtIcm4vVW5mYVF3Q2dZSUtvWkl6ajBFQXdNd0tqRVZNQk1HQTFVRUNoTU1jMmxuYzNSdmNtVXVaR1YyTVJFd0R3WURWUVFERXdoemFXZHpkRzl5WlRBZUZ3MHlNakEwTVRNeU1EQTJNVFZhRncwek1URXdNRFV4TXpVMk5UaGFNRGN4RlRBVEJnTlZCQW9UREhOcFozTjBiM0psTG1SbGRqRWVNQndHQTFVRUF4TVZjMmxuYzNSdmNtVXRhVzUwWlhKdFpXUnBZWFJsTUhZd0VBWUhLb1pJemowQ0FRWUZLNEVFQUNJRFlnQUU4UlZTL3lzSCtOT3Z1RFp5UEladGlsZ1VGOU5sYXJZcEFkOUhQMXZCQkgxVTVDVjc3TFNTN3MwWmlING5FN0h2N3B0UzZMdnZSL1NUazc5OExWZ016TGxKNEhlSWZGM3RIU2FleExjWXBTQVNyMWtTME4vUmdCSnovOWpXQ2lYbm8zc3dlVEFPQmdOVkhROEJBZjhFQkFNQ0FRWXdFd1lEVlIwbEJBd3dDZ1lJS3dZQkJRVUhBd013RWdZRFZSMFRBUUgvQkFnd0JnRUIvd0lCQURBZEJnTlZIUTRFRmdRVTM5UHB6MVlrRVpiNXFOanBLRldpeGk0WVpEOHdId1lEVlIwakJCZ3dGb0FVV01BZVg1RkZwV2FwZXN5UW9aTWkwQ3JGeGZvd0NnWUlLb1pJemowRUF3TURad0F3WkFJd1BDc1FLNERZaVpZRFBJYURpNUhGS25meFh4NkFTU1ZtRVJmc3luWUJpWDJYNlNKUm5aVTg0LzlEWmRuRnZ2eG1BakJPdDZRcEJsYzRKLzBEeHZrVENxcGNsdnppTDZCQ0NQbmpkbElCM1B1M0J4c1BteWdVWTdJaTJ6YmRDZGxpaW93PSIKICAgICAgICAgIH0sCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlCOXpDQ0FYeWdBd0lCQWdJVUFMWk5BUEZkeEhQd2plRGxvRHd5WUNoQU8vNHdDZ1lJS29aSXpqMEVBd013S2pFVk1CTUdBMVVFQ2hNTWMybG5jM1J2Y21VdVpHVjJNUkV3RHdZRFZRUURFd2h6YVdkemRHOXlaVEFlRncweU1URXdNRGN4TXpVMk5UbGFGdzB6TVRFd01EVXhNelUyTlRoYU1Db3hGVEFUQmdOVkJBb1RESE5wWjNOMGIzSmxMbVJsZGpFUk1BOEdBMVVFQXhNSWMybG5jM1J2Y21Vd2RqQVFCZ2NxaGtqT1BRSUJCZ1VyZ1FRQUlnTmlBQVQ3WGVGVDRyYjNQUUd3UzRJYWp0TGszL09sbnBnYW5nYUJjbFlwc1lCcjVpKzR5bkIwN2NlYjNMUDBPSU9aZHhleFg2OWM1aVZ1eUpSUStIejA1eWkrVUYzdUJXQWxIcGlTNXNoMCtIMkdIRTdTWHJrMUVDNW0xVHIxOUw5Z2c5MmpZekJoTUE0R0ExVWREd0VCL3dRRUF3SUJCakFQQmdOVkhSTUJBZjhFQlRBREFRSC9NQjBHQTFVZERnUVdCQlJZd0I1ZmtVV2xacWw2ekpDaGt5TFFLc1hGK2pBZkJnTlZIU01FR0RBV2dCUll3QjVma1VXbFpxbDZ6SkNoa3lMUUtzWEYrakFLQmdncWhrak9QUVFEQXdOcEFEQm1BakVBajFuSGVYWnArMTNOV0JOYStFRHNEUDhHMVdXZzF0Q01XUC9XSFBxcGFWbzBqaHN3ZU5GWmdTczBlRTd3WUk0cUFqRUEyV0I5b3Q5OHNJa29GM3ZaWWRkMy9WdFdCNWI5VE5NZWE3SXgvc3RKNVRmY0xMZUFCTEU0Qk5KT3NRNHZuQkhKIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfSwKICAgICAgInZhbGlkRm9yIjogewogICAgICAgICJzdGFydCI6ICIyMDIyLTA0LTEzVDIwOjA2OjE1WiIKICAgICAgfQogICAgfQogIF0sCiAgImN0bG9ncyI6IFsKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9jdGZlLnNpZ3N0b3JlLmRldi90ZXN0IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUViZndSK1JKdWRYc2NnUkJScEtYMVhGRHkzUHl1ZER4ei9TZm5SaTFmVDhla3BmQmQyTzF1b3o3anIzWjhuS3p4QTY5RVVRK2VGQ0ZJM3pldWJQV1U3dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjEtMDMtMTRUMDA6MDA6MDBaIiwKICAgICAgICAgICJlbmQiOiAiMjAyMi0xMC0zMVQyMzo1OTo1OS45OTlaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJDR0NTOENoUy8yaEYwZEZySjRTY1JXY1lyQlk5d3pqU2JlYThJZ1kyYjNJPSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9jdGZlLnNpZ3N0b3JlLmRldi8yMDIyIiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVpUFNsRmkwQ21GVGZFakNVcUY5SHVDRWNZWE5LQWFZYWxJSm1CWjh5eWV6UGpUcWh4cktCcE1uYW9jVnRMSkJJMWVNM3VYblF6UUdBSmRKNGdzOUZ5dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjItMTAtMjBUMDA6MDA6MDBaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICIzVDB3YXNiSEVUSmpHUjRjbVdjM0FxSktYcmplUEszL2g0cHlnQzhwN280PSIKICAgICAgfQogICAgfQogIF0sCiAgInRpbWVzdGFtcEF1dGhvcml0aWVzIjogWwogICAgewogICAgICAic3ViamVjdCI6IHsKICAgICAgICAib3JnYW5pemF0aW9uIjogInNpZ3N0b3JlLmRldiIsCiAgICAgICAgImNvbW1vbk5hbWUiOiAic2lnc3RvcmUtdHNhLXNlbGZzaWduZWQiCiAgICAgIH0sCiAgICAgICJ1cmkiOiAiaHR0cHM6Ly90aW1lc3RhbXAuc2lnc3RvcmUuZGV2L2FwaS92MS90aW1lc3RhbXAiLAogICAgICAiY2VydENoYWluIjogewogICAgICAgICJjZXJ0aWZpY2F0ZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlDRURDQ0FaYWdBd0lCQWdJVU9oTlVMd3lRWWU2OHdVTXZ5NHFPaXlvaml3d3dDZ1lJS29aSXpqMEVBd013T1RFVk1CTUdBMVVFQ2hNTWMybG5jM1J2Y21VdVpHVjJNU0F3SGdZRFZRUURFeGR6YVdkemRHOXlaUzEwYzJFdGMyVnNabk5wWjI1bFpEQWVGdzB5TlRBME1EZ3dOalU1TkROYUZ3MHpOVEEwTURZd05qVTVORE5hTUM0eEZUQVRCZ05WQkFvVERITnBaM04wYjNKbExtUmxkakVWTUJNR0ExVUVBeE1NYzJsbmMzUnZjbVV0ZEhOaE1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFNHJhMlo4aEtOaWcyVDlrRmpDQVRvR0czMGpreStXUXYzQnpMK21LdmgxU0tOUi9Vd3V3c2ZOQ2c0c3J5b1lBZDhFNmlzb3ZWQTNNNGFvTmRtOVFEaTUwWjhuVEV5dnFnZkRQdFRJd1hJdGZpVy9BRmYxVjd1d2tia0FvajB4eGNvMm93YURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SFFZRFZSME9CQllFRkluOWVVT0h6OUJsUnNNQ1JzY3NjMXQ5dE9zRE1COEdBMVVkSXdRWU1CYUFGSmpzQWU5L3UxSC8xSlVlYjRxSW1GTUhpYzYvTUJZR0ExVWRKUUVCL3dRTU1Bb0dDQ3NHQVFVRkJ3TUlNQW9HQ0NxR1NNNDlCQU1EQTJnQU1HVUNNRHRwc1YvNkthTzBxeUYvVU1zWDJhU1VYS1FGZG9HVHB0UUdjMGZ0cTFjc3VsSFBHRzZkc215TU5kM0pCK0czRVFJeEFPYWp2QmNqcEptS2I0TnYrMlRhb2o4VWM1K2I2aWg2RlhDQ0tyYVNxdXBlMDd6cXN3TWNYSlRlMWNFeHZIdnZsdz09IgogICAgICAgICAgfSwKICAgICAgICAgIHsKICAgICAgICAgICAgInJhd0J5dGVzIjogIk1JSUI5ekNDQVh5Z0F3SUJBZ0lVVjdmMEdMRE9vRXpJaDhMWFNXODBPSmlVcDE0d0NnWUlLb1pJemowRUF3TXdPVEVWTUJNR0ExVUVDaE1NYzJsbmMzUnZjbVV1WkdWMk1TQXdIZ1lEVlFRREV4ZHphV2R6ZEc5eVpTMTBjMkV0YzJWc1puTnBaMjVsWkRBZUZ3MHlOVEEwTURnd05qVTVORE5hRncwek5UQTBNRFl3TmpVNU5ETmFNRGt4RlRBVEJnTlZCQW9UREhOcFozTjBiM0psTG1SbGRqRWdNQjRHQTFVRUF4TVhjMmxuYzNSdmNtVXRkSE5oTFhObGJHWnphV2R1WldRd2RqQVFCZ2NxaGtqT1BRSUJCZ1VyZ1FRQUlnTmlBQVFVUU50ZlJUL291M1lBVGE2d0Iva0tUZTcwY2ZKd3lSSUJvdk1udDhSY0pwaC9DT0U4MnV5UzZGbXBwTExMMVZCUEdjUGZwUVBZSk5Yeld3aThpY3doS1E2Vy9RZTJoM29lYkJiMkZIcHdOSkRxbytUTWFDL3RkZmt2L0VsSkI3MmpSVEJETUE0R0ExVWREd0VCL3dRRUF3SUJCakFTQmdOVkhSTUJBZjhFQ0RBR0FRSC9BZ0VBTUIwR0ExVWREZ1FXQkJTWTdBSHZmN3RSLzlTVkhtK0tpSmhUQjRuT3Z6QUtCZ2dxaGtqT1BRUURBd05wQURCbUFqRUF3R0VHcmZHWlIxY2VuMVI4L0RUVk1JOTQzTHNzWm1KUnREcC9pN1NmR0htR1JQNmdSYnVqOXZPSzNiNjdaMFFRQWpFQXVUMkg2NzNMUUVhSFRjeVFTWnJrcDRtWDdXd2ttRitzVmJrWVk1bVhOK1JNSDEzS1VFSEhPcUFTYWVtWVdLL0UiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9LAogICAgICAidmFsaWRGb3IiOiB7CiAgICAgICAgInN0YXJ0IjogIjIwMjUtMDctMDRUMDA6MDA6MDBaIgogICAgICB9CiAgICB9CiAgXQp9Cg==","registry.npmjs.org%2Fkeys.json":"ewogICAgImtleXMiOiBbCiAgICAgICAgewogICAgICAgICAgICAia2V5SWQiOiAiU0hBMjU2OmpsM2J3c3d1ODBQampva0NnaDBvMnc1YzJVNExoUUFFNTdnajljejFrekEiLAogICAgICAgICAgICAia2V5VXNhZ2UiOiAibnBtOnNpZ25hdHVyZXMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRTFPbGIzek1BRkZ4WEtIaUlrUU81Y0ozWWhsNWk2VVBwK0lodXRlQkpidUhjQTVVb2dLbzBFV3RsV3dXNktTYUtvVE5FWUw3SmxDUWlWbmtoQmt0VWdnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIxOTk5LTAxLTAxVDAwOjAwOjAwLjAwMFoiLAogICAgICAgICAgICAgICAgICAgICJlbmQiOiAiMjAyNS0wMS0yOVQwMDowMDowMC4wMDBaIgogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAgICJrZXlJZCI6ICJTSEEyNTY6amwzYndzd3U4MFBqam9rQ2doMG8ydzVjMlU0TGhRQUU1N2dqOWN6MWt6QSIsCiAgICAgICAgICAgICJrZXlVc2FnZSI6ICJucG06YXR0ZXN0YXRpb25zIiwKICAgICAgICAgICAgInB1YmxpY0tleSI6IHsKICAgICAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUxT2xiM3pNQUZGeFhLSGlJa1FPNWNKM1lobDVpNlVQcCtJaHV0ZUJKYnVIY0E1VW9nS28wRVd0bFd3VzZLU2FLb1RORVlMN0psQ1FpVm5raEJrdFVnZz09IiwKICAgICAgICAgICAgICAgICJrZXlEZXRhaWxzIjogIlBLSVhfRUNEU0FfUDI1Nl9TSEFfMjU2IiwKICAgICAgICAgICAgICAgICJ2YWxpZEZvciI6IHsKICAgICAgICAgICAgICAgICAgICAic3RhcnQiOiAiMjAyMi0xMi0wMVQwMDowMDowMC4wMDBaIiwKICAgICAgICAgICAgICAgICAgICAiZW5kIjogIjIwMjUtMDEtMjlUMDA6MDA6MDAuMDAwWiIKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgICAia2V5SWQiOiAiU0hBMjU2OkRoUTh3UjVBUEJ2RkhMRi8rVGMrQVl2UE9kVHBjSURxT2h4c0JIUndDN1UiLAogICAgICAgICAgICAia2V5VXNhZ2UiOiAibnBtOnNpZ25hdHVyZXMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVk2WWE3VysrN2FVUHp2TVRyZXpINlljeDNjK0hPS1lDY05HeWJKWlNDSnEvZmQ3UWE4dXVBS3RkSWtVUXRRaUVLRVJoQW1FNWxNTUpoUDhPa0RPYTJnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIyMDI1LTAxLTEzVDAwOjAwOjAwLjAwMFoiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICAgImtleUlkIjogIlNIQTI1NjpEaFE4d1I1QVBCdkZITEYvK1RjK0FZdlBPZFRwY0lEcU9oeHNCSFJ3QzdVIiwKICAgICAgICAgICAgImtleVVzYWdlIjogIm5wbTphdHRlc3RhdGlvbnMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVk2WWE3VysrN2FVUHp2TVRyZXpINlljeDNjK0hPS1lDY05HeWJKWlNDSnEvZmQ3UWE4dXVBS3RkSWtVUXRRaUVLRVJoQW1FNWxNTUpoUDhPa0RPYTJnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIyMDI1LTAxLTEzVDAwOjAwOjAwLjAwMFoiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICBdCn0K"}}}')},4038:i=>{i.exports=JSON.parse('{"MH":{"Q":"2","P":"5"}}')},43267:i=>{i.exports=JSON.parse('[["8740","䏰䰲䘃䖦䕸𧉧䵷䖳𧲱䳢𧳅㮕䜶䝄䱇䱀𤊿𣘗𧍒𦺋𧃒䱗𪍑䝏䗚䲅𧱬䴇䪤䚡𦬣爥𥩔𡩣𣸆𣽡晍囻"],["8767","綕夝𨮹㷴霴𧯯寛𡵞媤㘥𩺰嫑宷峼杮薓𩥅瑡璝㡵𡵓𣚞𦀡㻬"],["87a1","𥣞㫵竼龗𤅡𨤍𣇪𠪊𣉞䌊蒄龖鐯䤰蘓墖靊鈘秐稲晠権袝瑌篅枂稬剏遆㓦珄𥶹瓆鿇垳䤯呌䄱𣚎堘穲𧭥讏䚮𦺈䆁𥶙箮𢒼鿈𢓁𢓉𢓌鿉蔄𣖻䂴鿊䓡𪷿拁灮鿋"],["8840","㇀",4,"𠄌㇅𠃑𠃍㇆㇇𠃋𡿨㇈𠃊㇉㇊㇋㇌𠄎㇍㇎ĀÁǍÀĒÉĚÈŌÓǑÒÊ̄ẾÊ̌ỀÊāáǎàɑēéěèīíǐìōóǒòūúǔùǖǘǚ"],["88a1","ǜüê̄ếê̌ềêɡ⏚⏛"],["8940","𪎩𡅅"],["8943","攊"],["8946","丽滝鵎釟"],["894c","𧜵撑会伨侨兖兴农凤务动医华发变团声处备夲头学实実岚庆总斉柾栄桥济炼电纤纬纺织经统缆缷艺苏药视设询车轧轮"],["89a1","琑糼緍楆竉刧"],["89ab","醌碸酞肼"],["89b0","贋胶𠧧"],["89b5","肟黇䳍鷉鸌䰾𩷶𧀎鸊𪄳㗁"],["89c1","溚舾甙"],["89c5","䤑马骏龙禇𨑬𡷊𠗐𢫦两亁亀亇亿仫伷㑌侽㹈倃傈㑽㒓㒥円夅凛凼刅争剹劐匧㗇厩㕑厰㕓参吣㕭㕲㚁咓咣咴咹哐哯唘唣唨㖘唿㖥㖿嗗㗅"],["8a40","𧶄唥"],["8a43","𠱂𠴕𥄫喐𢳆㧬𠍁蹆𤶸𩓥䁓𨂾睺𢰸㨴䟕𨅝𦧲𤷪擝𠵼𠾴𠳕𡃴撍蹾𠺖𠰋𠽤𢲩𨉖𤓓"],["8a64","𠵆𩩍𨃩䟴𤺧𢳂骲㩧𩗴㿭㔆𥋇𩟔𧣈𢵄鵮頕"],["8a76","䏙𦂥撴哣𢵌𢯊𡁷㧻𡁯"],["8aa1","𦛚𦜖𧦠擪𥁒𠱃蹨𢆡𨭌𠜱"],["8aac","䠋𠆩㿺塳𢶍"],["8ab2","𤗈𠓼𦂗𠽌𠶖啹䂻䎺"],["8abb","䪴𢩦𡂝膪飵𠶜捹㧾𢝵跀嚡摼㹃"],["8ac9","𪘁𠸉𢫏𢳉"],["8ace","𡃈𣧂㦒㨆𨊛㕸𥹉𢃇噒𠼱𢲲𩜠㒼氽𤸻"],["8adf","𧕴𢺋𢈈𪙛𨳍𠹺𠰴𦠜羓𡃏𢠃𢤹㗻𥇣𠺌𠾍𠺪㾓𠼰𠵇𡅏𠹌"],["8af6","𠺫𠮩𠵈𡃀𡄽㿹𢚖搲𠾭"],["8b40","𣏴𧘹𢯎𠵾𠵿𢱑𢱕㨘𠺘𡃇𠼮𪘲𦭐𨳒𨶙𨳊閪哌苄喹"],["8b55","𩻃鰦骶𧝞𢷮煀腭胬尜𦕲脴㞗卟𨂽醶𠻺𠸏𠹷𠻻㗝𤷫㘉𠳖嚯𢞵𡃉𠸐𠹸𡁸𡅈𨈇𡑕𠹹𤹐𢶤婔𡀝𡀞𡃵𡃶垜𠸑"],["8ba1","𧚔𨋍𠾵𠹻𥅾㜃𠾶𡆀𥋘𪊽𤧚𡠺𤅷𨉼墙剨㘚𥜽箲孨䠀䬬鼧䧧鰟鮍𥭴𣄽嗻㗲嚉丨夂𡯁屮靑𠂆乛亻㔾尣彑忄㣺扌攵歺氵氺灬爫丬犭𤣩罒礻糹罓𦉪㓁"],["8bde","𦍋耂肀𦘒𦥑卝衤见𧢲讠贝钅镸长门𨸏韦页风飞饣𩠐鱼鸟黄歯龜丷𠂇阝户钢"],["8c40","倻淾𩱳龦㷉袏𤅎灷峵䬠𥇍㕙𥴰愢𨨲辧釶熑朙玺𣊁𪄇㲋𡦀䬐磤琂冮𨜏䀉橣𪊺䈣蘏𠩯稪𩥇𨫪靕灍匤𢁾鏴盙𨧣龧矝亣俰傼丯众龨吴綋墒壐𡶶庒庙忂𢜒斋"],["8ca1","𣏹椙橃𣱣泿"],["8ca7","爀𤔅玌㻛𤨓嬕璹讃𥲤𥚕窓篬糃繬苸薗龩袐龪躹龫迏蕟駠鈡龬𨶹𡐿䁱䊢娚"],["8cc9","顨杫䉶圽"],["8cce","藖𤥻芿𧄍䲁𦵴嵻𦬕𦾾龭龮宖龯曧繛湗秊㶈䓃𣉖𢞖䎚䔶"],["8ce6","峕𣬚諹屸㴒𣕑嵸龲煗䕘𤃬𡸣䱷㥸㑊𠆤𦱁諌侴𠈹妿腬顖𩣺弻"],["8d40","𠮟"],["8d42","𢇁𨥭䄂䚻𩁹㼇龳𪆵䃸㟖䛷𦱆䅼𨚲𧏿䕭㣔𥒚䕡䔛䶉䱻䵶䗪㿈𤬏㙡䓞䒽䇭崾嵈嵖㷼㠏嶤嶹㠠㠸幂庽弥徃㤈㤔㤿㥍惗愽峥㦉憷憹懏㦸戬抐拥挘㧸嚱"],["8da1","㨃揢揻搇摚㩋擀崕嘡龟㪗斆㪽旿晓㫲暒㬢朖㭂枤栀㭘桊梄㭲㭱㭻椉楃牜楤榟榅㮼槖㯝橥橴橱檂㯬檙㯲檫檵櫔櫶殁毁毪汵沪㳋洂洆洦涁㳯涤涱渕渘温溆𨧀溻滢滚齿滨滩漤漴㵆𣽁澁澾㵪㵵熷岙㶊瀬㶑灐灔灯灿炉𠌥䏁㗱𠻘"],["8e40","𣻗垾𦻓焾𥟠㙎榢𨯩孴穉𥣡𩓙穥穽𥦬窻窰竂竃燑𦒍䇊竚竝竪䇯咲𥰁笋筕笩𥌎𥳾箢筯莜𥮴𦱿篐萡箒箸𥴠㶭𥱥蒒篺簆簵𥳁籄粃𤢂粦晽𤕸糉糇糦籴糳糵糎"],["8ea1","繧䔝𦹄絝𦻖璍綉綫焵綳緒𤁗𦀩緤㴓緵𡟹緥𨍭縝𦄡𦅚繮纒䌫鑬縧罀罁罇礶𦋐駡羗𦍑羣𡙡𠁨䕜𣝦䔃𨌺翺𦒉者耈耝耨耯𪂇𦳃耻耼聡𢜔䦉𦘦𣷣𦛨朥肧𨩈脇脚墰𢛶汿𦒘𤾸擧𡒊舘𡡞橓𤩥𤪕䑺舩𠬍𦩒𣵾俹𡓽蓢荢𦬊𤦧𣔰𡝳𣷸芪椛芳䇛"],["8f40","蕋苐茚𠸖𡞴㛁𣅽𣕚艻苢茘𣺋𦶣𦬅𦮗𣗎㶿茝嗬莅䔋𦶥莬菁菓㑾𦻔橗蕚㒖𦹂𢻯葘𥯤葱㷓䓤檧葊𣲵祘蒨𦮖𦹷𦹃蓞萏莑䒠蒓蓤𥲑䉀𥳀䕃蔴嫲𦺙䔧蕳䔖枿蘖"],["8fa1","𨘥𨘻藁𧂈蘂𡖂𧃍䕫䕪蘨㙈𡢢号𧎚虾蝱𪃸蟮𢰧螱蟚蠏噡虬桖䘏衅衆𧗠𣶹𧗤衞袜䙛袴袵揁装睷𧜏覇覊覦覩覧覼𨨥觧𧤤𧪽誜瞓釾誐𧩙竩𧬺𣾏䜓𧬸煼謌謟𥐰𥕥謿譌譍誩𤩺讐讛誯𡛟䘕衏貛𧵔𧶏貫㜥𧵓賖𧶘𧶽贒贃𡤐賛灜贑𤳉㻐起"],["9040","趩𨀂𡀔𤦊㭼𨆼𧄌竧躭躶軃鋔輙輭𨍥𨐒辥錃𪊟𠩐辳䤪𨧞𨔽𣶻廸𣉢迹𪀔𨚼𨔁𢌥㦀𦻗逷𨔼𧪾遡𨕬𨘋邨𨜓郄𨛦邮都酧㫰醩釄粬𨤳𡺉鈎沟鉁鉢𥖹銹𨫆𣲛𨬌𥗛"],["90a1","𠴱錬鍫𨫡𨯫炏嫃𨫢𨫥䥥鉄𨯬𨰹𨯿鍳鑛躼閅閦鐦閠濶䊹𢙺𨛘𡉼𣸮䧟氜陻隖䅬隣𦻕懚隶磵𨫠隽双䦡𦲸𠉴𦐐𩂯𩃥𤫑𡤕𣌊霱虂霶䨏䔽䖅𤫩灵孁霛靜𩇕靗孊𩇫靟鐥僐𣂷𣂼鞉鞟鞱鞾韀韒韠𥑬韮琜𩐳響韵𩐝𧥺䫑頴頳顋顦㬎𧅵㵑𠘰𤅜"],["9140","𥜆飊颷飈飇䫿𦴧𡛓喰飡飦飬鍸餹𤨩䭲𩡗𩤅駵騌騻騐驘𥜥㛄𩂱𩯕髠髢𩬅髴䰎鬔鬭𨘀倴鬴𦦨㣃𣁽魐魀𩴾婅𡡣鮎𤉋鰂鯿鰌𩹨鷔𩾷𪆒𪆫𪃡𪄣𪇟鵾鶃𪄴鸎梈"],["91a1","鷄𢅛𪆓𪈠𡤻𪈳鴹𪂹𪊴麐麕麞麢䴴麪麯𤍤黁㭠㧥㴝伲㞾𨰫鼂鼈䮖鐤𦶢鼗鼖鼹嚟嚊齅馸𩂋韲葿齢齩竜龎爖䮾𤥵𤦻煷𤧸𤍈𤩑玞𨯚𡣺禟𨥾𨸶鍩鏳𨩄鋬鎁鏋𨥬𤒹爗㻫睲穃烐𤑳𤏸煾𡟯炣𡢾𣖙㻇𡢅𥐯𡟸㜢𡛻𡠹㛡𡝴𡣑𥽋㜣𡛀坛𤨥𡏾𡊨"],["9240","𡏆𡒶蔃𣚦蔃葕𤦔𧅥𣸱𥕜𣻻𧁒䓴𣛮𩦝𦼦柹㜳㰕㷧塬𡤢栐䁗𣜿𤃡𤂋𤄏𦰡哋嚞𦚱嚒𠿟𠮨𠸍鏆𨬓鎜仸儫㠙𤐶亼𠑥𠍿佋侊𥙑婨𠆫𠏋㦙𠌊𠐔㐵伩𠋀𨺳𠉵諚𠈌亘"],["92a1","働儍侢伃𤨎𣺊佂倮偬傁俌俥偘僼兙兛兝兞湶𣖕𣸹𣺿浲𡢄𣺉冨凃𠗠䓝𠒣𠒒𠒑赺𨪜𠜎剙劤𠡳勡鍮䙺熌𤎌𠰠𤦬𡃤槑𠸝瑹㻞璙琔瑖玘䮎𤪼𤂍叐㖄爏𤃉喴𠍅响𠯆圝鉝雴鍦埝垍坿㘾壋媙𨩆𡛺𡝯𡜐娬妸銏婾嫏娒𥥆𡧳𡡡𤊕㛵洅瑃娡𥺃"],["9340","媁𨯗𠐓鏠璌𡌃焅䥲鐈𨧻鎽㞠尞岞幞幈𡦖𡥼𣫮廍孏𡤃𡤄㜁𡢠㛝𡛾㛓脪𨩇𡶺𣑲𨦨弌弎𡤧𡞫婫𡜻孄蘔𧗽衠恾𢡠𢘫忛㺸𢖯𢖾𩂈𦽳懀𠀾𠁆𢘛憙憘恵𢲛𢴇𤛔𩅍"],["93a1","摱𤙥𢭪㨩𢬢𣑐𩣪𢹸挷𪑛撶挱揑𤧣𢵧护𢲡搻敫楲㯴𣂎𣊭𤦉𣊫唍𣋠𡣙𩐿曎𣊉𣆳㫠䆐𥖄𨬢𥖏𡛼𥕛𥐥磮𣄃𡠪𣈴㑤𣈏𣆂𤋉暎𦴤晫䮓昰𧡰𡷫晣𣋒𣋡昞𥡲㣑𣠺𣞼㮙𣞢𣏾瓐㮖枏𤘪梶栞㯄檾㡣𣟕𤒇樳橒櫉欅𡤒攑梘橌㯗橺歗𣿀𣲚鎠鋲𨯪𨫋"],["9440","銉𨀞𨧜鑧涥漋𤧬浧𣽿㶏渄𤀼娽渊塇洤硂焻𤌚𤉶烱牐犇犔𤞏𤜥兹𤪤𠗫瑺𣻸𣙟𤩊𤤗𥿡㼆㺱𤫟𨰣𣼵悧㻳瓌琼鎇琷䒟𦷪䕑疃㽣𤳙𤴆㽘畕癳𪗆㬙瑨𨫌𤦫𤦎㫻"],["94a1","㷍𤩎㻿𤧅𤣳釺圲鍂𨫣𡡤僟𥈡𥇧睸𣈲眎眏睻𤚗𣞁㩞𤣰琸璛㺿𤪺𤫇䃈𤪖𦆮錇𥖁砞碍碈磒珐祙𧝁𥛣䄎禛蒖禥樭𣻺稺秴䅮𡛦䄲鈵秱𠵌𤦌𠊙𣶺𡝮㖗啫㕰㚪𠇔𠰍竢婙𢛵𥪯𥪜娍𠉛磰娪𥯆竾䇹籝籭䈑𥮳𥺼𥺦糍𤧹𡞰粎籼粮檲緜縇緓罎𦉡"],["9540","𦅜𧭈綗𥺂䉪𦭵𠤖柖𠁎𣗏埄𦐒𦏸𤥢翝笧𠠬𥫩𥵃笌𥸎駦虅驣樜𣐿㧢𤧷𦖭騟𦖠蒀𧄧𦳑䓪脷䐂胆脉腂𦞴飃𦩂艢艥𦩑葓𦶧蘐𧈛媆䅿𡡀嬫𡢡嫤𡣘蚠蜨𣶏蠭𧐢娂"],["95a1","衮佅袇袿裦襥襍𥚃襔𧞅𧞄𨯵𨯙𨮜𨧹㺭蒣䛵䛏㟲訽訜𩑈彍鈫𤊄旔焩烄𡡅鵭貟賩𧷜妚矃姰䍮㛔踪躧𤰉輰轊䋴汘澻𢌡䢛潹溋𡟚鯩㚵𤤯邻邗啱䤆醻鐄𨩋䁢𨫼鐧𨰝𨰻蓥訫閙閧閗閖𨴴瑅㻂𤣿𤩂𤏪㻧𣈥随𨻧𨹦𨹥㻌𤧭𤩸𣿮琒瑫㻼靁𩂰"],["9640","桇䨝𩂓𥟟靝鍨𨦉𨰦𨬯𦎾銺嬑譩䤼珹𤈛鞛靱餸𠼦巁𨯅𤪲頟𩓚鋶𩗗釥䓀𨭐𤩧𨭤飜𨩅㼀鈪䤥萔餻饍𧬆㷽馛䭯馪驜𨭥𥣈檏騡嫾騯𩣱䮐𩥈馼䮽䮗鍽塲𡌂堢𤦸"],["96a1","𡓨硄𢜟𣶸棅㵽鑘㤧慐𢞁𢥫愇鱏鱓鱻鰵鰐魿鯏𩸭鮟𪇵𪃾鴡䲮𤄄鸘䲰鴌𪆴𪃭𪃳𩤯鶥蒽𦸒𦿟𦮂藼䔳𦶤𦺄𦷰萠藮𦸀𣟗𦁤秢𣖜𣙀䤭𤧞㵢鏛銾鍈𠊿碹鉷鑍俤㑀遤𥕝砽硔碶硋𡝗𣇉𤥁㚚佲濚濙瀞瀞吔𤆵垻壳垊鴖埗焴㒯𤆬燫𦱀𤾗嬨𡞵𨩉"],["9740","愌嫎娋䊼𤒈㜬䭻𨧼鎻鎸𡣖𠼝葲𦳀𡐓𤋺𢰦𤏁妔𣶷𦝁綨𦅛𦂤𤦹𤦋𨧺鋥珢㻩璴𨭣𡢟㻡𤪳櫘珳珻㻖𤨾𤪔𡟙𤩦𠎧𡐤𤧥瑈𤤖炥𤥶銄珦鍟𠓾錱𨫎𨨖鎆𨯧𥗕䤵𨪂煫"],["97a1","𤥃𠳿嚤𠘚𠯫𠲸唂秄𡟺緾𡛂𤩐𡡒䔮鐁㜊𨫀𤦭妰𡢿𡢃𧒄媡㛢𣵛㚰鉟婹𨪁𡡢鍴㳍𠪴䪖㦊僴㵩㵌𡎜煵䋻𨈘渏𩃤䓫浗𧹏灧沯㳖𣿭𣸭渂漌㵯𠏵畑㚼㓈䚀㻚䡱姄鉮䤾轁𨰜𦯀堒埈㛖𡑒烾𤍢𤩱𢿣𡊰𢎽梹楧𡎘𣓥𧯴𣛟𨪃𣟖𣏺𤲟樚𣚭𦲷萾䓟䓎"],["9840","𦴦𦵑𦲂𦿞漗𧄉茽𡜺菭𦲀𧁓𡟛妉媂𡞳婡婱𡤅𤇼㜭姯𡜼㛇熎鎐暚𤊥婮娫𤊓樫𣻹𧜶𤑛𤋊焝𤉙𨧡侰𦴨峂𤓎𧹍𤎽樌𤉖𡌄炦焳𤏩㶥泟勇𤩏繥姫崯㷳彜𤩝𡟟綤萦"],["98a1","咅𣫺𣌀𠈔坾𠣕𠘙㿥𡾞𪊶瀃𩅛嵰玏糓𨩙𩐠俈翧狍猐𧫴猸猹𥛶獁獈㺩𧬘遬燵𤣲珡臶㻊県㻑沢国琙琞琟㻢㻰㻴㻺瓓㼎㽓畂畭畲疍㽼痈痜㿀癍㿗癴㿜発𤽜熈嘣覀塩䀝睃䀹条䁅㗛瞘䁪䁯属瞾矋売砘点砜䂨砹硇硑硦葈𥔵礳栃礲䄃"],["9940","䄉禑禙辻稆込䅧窑䆲窼艹䇄竏竛䇏両筢筬筻簒簛䉠䉺类粜䊌粸䊔糭输烀𠳏総緔緐緽羮羴犟䎗耠耥笹耮耱联㷌垴炠肷胩䏭脌猪脎脒畠脔䐁㬹腖腙腚"],["99a1","䐓堺腼膄䐥膓䐭膥埯臁臤艔䒏芦艶苊苘苿䒰荗险榊萅烵葤惣蒈䔄蒾蓡蓸蔐蔸蕒䔻蕯蕰藠䕷虲蚒蚲蛯际螋䘆䘗袮裿褤襇覑𧥧訩訸誔誴豑賔賲贜䞘塟跃䟭仮踺嗘坔蹱嗵躰䠷軎転軤軭軲辷迁迊迌逳駄䢭飠鈓䤞鈨鉘鉫銱銮銿"],["9a40","鋣鋫鋳鋴鋽鍃鎄鎭䥅䥑麿鐗匁鐝鐭鐾䥪鑔鑹锭関䦧间阳䧥枠䨤靀䨵鞲韂噔䫤惨颹䬙飱塄餎餙冴餜餷饂饝饢䭰駅䮝騼鬏窃魩鮁鯝鯱鯴䱭鰠㝯𡯂鵉鰺"],["9aa1","黾噐鶓鶽鷀鷼银辶鹻麬麱麽黆铜黢黱黸竈齄𠂔𠊷𠎠椚铃妬𠓗塀铁㞹𠗕𠘕𠙶𡚺块煳𠫂𠫍𠮿呪吆𠯋咞𠯻𠰻𠱓𠱥𠱼惧𠲍噺𠲵𠳝𠳭𠵯𠶲𠷈楕鰯螥𠸄𠸎𠻗𠾐𠼭𠹳尠𠾼帋𡁜𡁏𡁶朞𡁻𡂈𡂖㙇𡂿𡃓𡄯𡄻卤蒭𡋣𡍵𡌶讁𡕷𡘙𡟃𡟇乸炻𡠭𡥪"],["9b40","𡨭𡩅𡰪𡱰𡲬𡻈拃𡻕𡼕熘桕𢁅槩㛈𢉼𢏗𢏺𢜪𢡱𢥏苽𢥧𢦓𢫕覥𢫨辠𢬎鞸𢬿顇骽𢱌"],["9b62","𢲈𢲷𥯨𢴈𢴒𢶷𢶕𢹂𢽴𢿌𣀳𣁦𣌟𣏞徱晈暿𧩹𣕧𣗳爁𤦺矗𣘚𣜖纇𠍆墵朎"],["9ba1","椘𣪧𧙗𥿢𣸑𣺹𧗾𢂚䣐䪸𤄙𨪚𤋮𤌍𤀻𤌴𤎖𤩅𠗊凒𠘑妟𡺨㮾𣳿𤐄𤓖垈𤙴㦛𤜯𨗨𩧉㝢𢇃譞𨭎駖𤠒𤣻𤨕爉𤫀𠱸奥𤺥𤾆𠝹軚𥀬劏圿煱𥊙𥐙𣽊𤪧喼𥑆𥑮𦭒釔㑳𥔿𧘲𥕞䜘𥕢𥕦𥟇𤤿𥡝偦㓻𣏌惞𥤃䝼𨥈𥪮𥮉𥰆𡶐垡煑澶𦄂𧰒遖𦆲𤾚譢𦐂𦑊"],["9c40","嵛𦯷輶𦒄𡤜諪𤧶𦒈𣿯𦔒䯀𦖿𦚵𢜛鑥𥟡憕娧晉侻嚹𤔡𦛼乪𤤴陖涏𦲽㘘襷𦞙𦡮𦐑𦡞營𦣇筂𩃀𠨑𦤦鄄𦤹穅鷰𦧺騦𦨭㙟𦑩𠀡禃𦨴𦭛崬𣔙菏𦮝䛐𦲤画补𦶮墶"],["9ca1","㜜𢖍𧁋𧇍㱔𧊀𧊅銁𢅺𧊋錰𧋦𤧐氹钟𧑐𠻸蠧裵𢤦𨑳𡞱溸𤨪𡠠㦤㚹尐秣䔿暶𩲭𩢤襃𧟌𧡘囖䃟𡘊㦡𣜯𨃨𡏅熭荦𧧝𩆨婧䲷𧂯𨦫𧧽𧨊𧬋𧵦𤅺筃祾𨀉澵𪋟樃𨌘厢𦸇鎿栶靝𨅯𨀣𦦵𡏭𣈯𨁈嶅𨰰𨂃圕頣𨥉嶫𤦈斾槕叒𤪥𣾁㰑朶𨂐𨃴𨄮𡾡𨅏"],["9d40","𨆉𨆯𨈚𨌆𨌯𨎊㗊𨑨𨚪䣺揦𨥖砈鉕𨦸䏲𨧧䏟𨧨𨭆𨯔姸𨰉輋𨿅𩃬筑𩄐𩄼㷷𩅞𤫊运犏嚋𩓧𩗩𩖰𩖸𩜲𩣑𩥉𩥪𩧃𩨨𩬎𩵚𩶛纟𩻸𩼣䲤镇𪊓熢𪋿䶑递𪗋䶜𠲜达嗁"],["9da1","辺𢒰边𤪓䔉繿潖檱仪㓤𨬬𧢝㜺躀𡟵𨀤𨭬𨮙𧨾𦚯㷫𧙕𣲷𥘵𥥖亚𥺁𦉘嚿𠹭踎孭𣺈𤲞揞拐𡟶𡡻攰嘭𥱊吚𥌑㷆𩶘䱽嘢嘞罉𥻘奵𣵀蝰东𠿪𠵉𣚺脗鵞贘瘻鱅癎瞹鍅吲腈苷嘥脲萘肽嗪祢噃吖𠺝㗎嘅嗱曱𨋢㘭甴嗰喺咗啲𠱁𠲖廐𥅈𠹶𢱢"],["9e40","𠺢麫絚嗞𡁵抝靭咔賍燶酶揼掹揾啩𢭃鱲𢺳冚㓟𠶧冧呍唞唓癦踭𦢊疱肶蠄螆裇膶萜𡃁䓬猄𤜆宐茋𦢓噻𢛴𧴯𤆣𧵳𦻐𧊶酰𡇙鈈𣳼𪚩𠺬𠻹牦𡲢䝎𤿂𧿹𠿫䃺"],["9ea1","鱝攟𢶠䣳𤟠𩵼𠿬𠸊恢𧖣𠿭"],["9ead","𦁈𡆇熣纎鵐业丄㕷嬍沲卧㚬㧜卽㚥𤘘墚𤭮舭呋垪𥪕𠥹"],["9ec5","㩒𢑥獴𩺬䴉鯭𣳾𩼰䱛𤾩𩖞𩿞葜𣶶𧊲𦞳𣜠挮紥𣻷𣸬㨪逈勌㹴㙺䗩𠒎癀嫰𠺶硺𧼮墧䂿噼鮋嵴癔𪐴麅䳡痹㟻愙𣃚𤏲"],["9ef5","噝𡊩垧𤥣𩸆刴𧂮㖭汊鵼"],["9f40","籖鬹埞𡝬屓擓𩓐𦌵𧅤蚭𠴨𦴢𤫢𠵱"],["9f4f","凾𡼏嶎霃𡷑麁遌笟鬂峑箣扨挵髿篏鬪籾鬮籂粆鰕篼鬉鼗鰛𤤾齚啳寃俽麘俲剠㸆勑坧偖妷帒韈鶫轜呩鞴饀鞺匬愰"],["9fa1","椬叚鰊鴂䰻陁榀傦畆𡝭駚剳"],["9fae","酙隁酜"],["9fb2","酑𨺗捿𦴣櫊嘑醎畺抅𠏼獏籰𥰡𣳽"],["9fc1","𤤙盖鮝个𠳔莾衂"],["9fc9","届槀僭坺刟巵从氱𠇲伹咜哚劚趂㗾弌㗳"],["9fdb","歒酼龥鮗頮颴骺麨麄煺笔"],["9fe7","毺蠘罸"],["9feb","嘠𪙊蹷齓"],["9ff0","跔蹏鸜踁抂𨍽踨蹵竓𤩷稾磘泪詧瘇"],["a040","𨩚鼦泎蟖痃𪊲硓咢贌狢獱謭猂瓱賫𤪻蘯徺袠䒷"],["a055","𡠻𦸅"],["a058","詾𢔛"],["a05b","惽癧髗鵄鍮鮏蟵"],["a063","蠏賷猬霡鮰㗖犲䰇籑饊𦅙慙䰄麖慽"],["a073","坟慯抦戹拎㩜懢厪𣏵捤栂㗒"],["a0a1","嵗𨯂迚𨸹"],["a0a6","僙𡵆礆匲阸𠼻䁥"],["a0ae","矾"],["a0b0","糂𥼚糚稭聦聣絍甅瓲覔舚朌聢𧒆聛瓰脃眤覉𦟌畓𦻑螩蟎臈螌詉貭譃眫瓸蓚㘵榲趦"],["a0d4","覩瑨涹蟁𤀑瓧㷛煶悤憜㳑煢恷"],["a0e2","罱𨬭牐惩䭾删㰘𣳇𥻗𧙖𥔱𡥄𡋾𩤃𦷜𧂭峁𦆭𨨏𣙷𠃮𦡆𤼎䕢嬟𦍌齐麦𦉫"],["a3c0","␀",31,"␡"],["c6a1","①",9,"⑴",9,"ⅰ",9,"丶丿亅亠冂冖冫勹匸卩厶夊宀巛⼳广廴彐彡攴无疒癶辵隶¨ˆヽヾゝゞ〃仝々〆〇ー[]✽ぁ",23],["c740","す",58,"ァアィイ"],["c7a1","ゥ",81,"А",5,"ЁЖ",4],["c840","Л",26,"ёж",25,"⇧↸↹㇏𠃌乚𠂊刂䒑"],["c8a1","龰冈龱𧘇"],["c8cd","¬¦'"㈱№℡゛゜⺀⺄⺆⺇⺈⺊⺌⺍⺕⺜⺝⺥⺧⺪⺬⺮⺶⺼⺾⻆⻊⻌⻍⻏⻖⻗⻞⻣"],["c8f5","ʃɐɛɔɵœøŋʊɪ"],["f9fe","■"],["fa40","𠕇鋛𠗟𣿅蕌䊵珯况㙉𤥂𨧤鍄𡧛苮𣳈砼杄拟𤤳𨦪𠊠𦮳𡌅侫𢓭倈𦴩𧪄𣘀𤪱𢔓倩𠍾徤𠎀𠍇滛𠐟偽儁㑺儎顬㝃萖𤦤𠒇兠𣎴兪𠯿𢃼𠋥𢔰𠖎𣈳𡦃宂蝽𠖳𣲙冲冸"],["faa1","鴴凉减凑㳜凓𤪦决凢卂凭菍椾𣜭彻刋刦刼劵剗劔効勅簕蕂勠蘍𦬓包𨫞啉滙𣾀𠥔𣿬匳卄𠯢泋𡜦栛珕恊㺪㣌𡛨燝䒢卭却𨚫卾卿𡖖𡘓矦厓𨪛厠厫厮玧𥝲㽙玜叁叅汉义埾叙㪫𠮏叠𣿫𢶣叶𠱷吓灹唫晗浛呭𦭓𠵴啝咏咤䞦𡜍𠻝㶴𠵍"],["fb40","𨦼𢚘啇䳭启琗喆喩嘅𡣗𤀺䕒𤐵暳𡂴嘷曍𣊊暤暭噍噏磱囱鞇叾圀囯园𨭦㘣𡉏坆𤆥汮炋坂㚱𦱾埦𡐖堃𡑔𤍣堦𤯵塜墪㕡壠壜𡈼壻寿坃𪅐𤉸鏓㖡够梦㛃湙"],["fba1","𡘾娤啓𡚒蔅姉𠵎𦲁𦴪𡟜姙𡟻𡞲𦶦浱𡠨𡛕姹𦹅媫婣㛦𤦩婷㜈媖瑥嫓𦾡𢕔㶅𡤑㜲𡚸広勐孶斈孼𧨎䀄䡝𠈄寕慠𡨴𥧌𠖥寳宝䴐尅𡭄尓珎尔𡲥𦬨屉䣝岅峩峯嶋𡷹𡸷崐崘嵆𡺤岺巗苼㠭𤤁𢁉𢅳芇㠶㯂帮檊幵幺𤒼𠳓厦亷廐厨𡝱帉廴𨒂"],["fc40","廹廻㢠廼栾鐛弍𠇁弢㫞䢮𡌺强𦢈𢏐彘𢑱彣鞽𦹮彲鍀𨨶徧嶶㵟𥉐𡽪𧃸𢙨釖𠊞𨨩怱暅𡡷㥣㷇㘹垐𢞴祱㹀悞悤悳𤦂𤦏𧩓璤僡媠慤萤慂慈𦻒憁凴𠙖憇宪𣾷"],["fca1","𢡟懓𨮝𩥝懐㤲𢦀𢣁怣慜攞掋𠄘担𡝰拕𢸍捬𤧟㨗搸揸𡎎𡟼撐澊𢸶頔𤂌𥜝擡擥鑻㩦携㩗敍漖𤨨𤨣斅敭敟𣁾斵𤥀䬷旑䃘𡠩无旣忟𣐀昘𣇷𣇸晄𣆤𣆥晋𠹵晧𥇦晳晴𡸽𣈱𨗴𣇈𥌓矅𢣷馤朂𤎜𤨡㬫槺𣟂杞杧杢𤇍𩃭柗䓩栢湐鈼栁𣏦𦶠桝"],["fd40","𣑯槡樋𨫟楳棃𣗍椁椀㴲㨁𣘼㮀枬楡𨩊䋼椶榘㮡𠏉荣傐槹𣙙𢄪橅𣜃檝㯳枱櫈𩆜㰍欝𠤣惞欵歴𢟍溵𣫛𠎵𡥘㝀吡𣭚毡𣻼毜氷𢒋𤣱𦭑汚舦汹𣶼䓅𣶽𤆤𤤌𤤀"],["fda1","𣳉㛥㳫𠴲鮃𣇹𢒑羏样𦴥𦶡𦷫涖浜湼漄𤥿𤂅𦹲蔳𦽴凇沜渝萮𨬡港𣸯瑓𣾂秌湏媑𣁋濸㜍澝𣸰滺𡒗𤀽䕕鏰潄潜㵎潴𩅰㴻澟𤅄濓𤂑𤅕𤀹𣿰𣾴𤄿凟𤅖𤅗𤅀𦇝灋灾炧炁烌烕烖烟䄄㷨熴熖𤉷焫煅媈煊煮岜𤍥煏鍢𤋁焬𤑚𤨧𤨢熺𨯨炽爎"],["fe40","鑂爕夑鑃爤鍁𥘅爮牀𤥴梽牕牗㹕𣁄栍漽犂猪猫𤠣𨠫䣭𨠄猨献珏玪𠰺𦨮珉瑉𤇢𡛧𤨤昣㛅𤦷𤦍𤧻珷琕椃𤨦琹𠗃㻗瑜𢢭瑠𨺲瑇珤瑶莹瑬㜰瑴鏱樬璂䥓𤪌"],["fea1","𤅟𤩹𨮏孆𨰃𡢞瓈𡦈甎瓩甞𨻙𡩋寗𨺬鎅畍畊畧畮𤾂㼄𤴓疎瑝疞疴瘂瘬癑癏癯癶𦏵皐臯㟸𦤑𦤎皡皥皷盌𦾟葢𥂝𥅽𡸜眞眦着撯𥈠睘𣊬瞯𨥤𨥨𡛁矴砉𡍶𤨒棊碯磇磓隥礮𥗠磗礴碱𧘌辸袄𨬫𦂃𢘜禆褀椂禀𥡗禝𧬹礼禩渪𧄦㺨秆𩄍秔"]]')},74488:i=>{i.exports=JSON.parse('[["0","\\u0000",127,"€"],["8140","丂丄丅丆丏丒丗丟丠両丣並丩丮丯丱丳丵丷丼乀乁乂乄乆乊乑乕乗乚乛乢乣乤乥乧乨乪",5,"乲乴",9,"乿",6,"亇亊"],["8180","亐亖亗亙亜亝亞亣亪亯亰亱亴亶亷亸亹亼亽亾仈仌仏仐仒仚仛仜仠仢仦仧仩仭仮仯仱仴仸仹仺仼仾伀伂",6,"伋伌伒",4,"伜伝伡伣伨伩伬伭伮伱伳伵伷伹伻伾",4,"佄佅佇",5,"佒佔佖佡佢佦佨佪佫佭佮佱佲併佷佸佹佺佽侀侁侂侅來侇侊侌侎侐侒侓侕侖侘侙侚侜侞侟価侢"],["8240","侤侫侭侰",4,"侶",8,"俀俁係俆俇俈俉俋俌俍俒",4,"俙俛俠俢俤俥俧俫俬俰俲俴俵俶俷俹俻俼俽俿",11],["8280","個倎倐們倓倕倖倗倛倝倞倠倢倣値倧倫倯",10,"倻倽倿偀偁偂偄偅偆偉偊偋偍偐",4,"偖偗偘偙偛偝",7,"偦",5,"偭",8,"偸偹偺偼偽傁傂傃傄傆傇傉傊傋傌傎",20,"傤傦傪傫傭",4,"傳",6,"傼"],["8340","傽",17,"僐",5,"僗僘僙僛",10,"僨僩僪僫僯僰僱僲僴僶",4,"僼",9,"儈"],["8380","儉儊儌",5,"儓",13,"儢",28,"兂兇兊兌兎兏児兒兓兗兘兙兛兝",4,"兣兤兦內兩兪兯兲兺兾兿冃冄円冇冊冋冎冏冐冑冓冔冘冚冝冞冟冡冣冦",4,"冭冮冴冸冹冺冾冿凁凂凃凅凈凊凍凎凐凒",5],["8440","凘凙凚凜凞凟凢凣凥",5,"凬凮凱凲凴凷凾刄刅刉刋刌刏刐刓刔刕刜刞刟刡刢刣別刦刧刪刬刯刱刲刴刵刼刾剄",5,"剋剎剏剒剓剕剗剘"],["8480","剙剚剛剝剟剠剢剣剤剦剨剫剬剭剮剰剱剳",9,"剾劀劃",4,"劉",6,"劑劒劔",6,"劜劤劥劦劧劮劯劰労",9,"勀勁勂勄勅勆勈勊勌勍勎勏勑勓勔動勗務",5,"勠勡勢勣勥",10,"勱",7,"勻勼勽匁匂匃匄匇匉匊匋匌匎"],["8540","匑匒匓匔匘匛匜匞匟匢匤匥匧匨匩匫匬匭匯",9,"匼匽區卂卄卆卋卌卍卐協単卙卛卝卥卨卪卬卭卲卶卹卻卼卽卾厀厁厃厇厈厊厎厏"],["8580","厐",4,"厖厗厙厛厜厞厠厡厤厧厪厫厬厭厯",6,"厷厸厹厺厼厽厾叀參",4,"収叏叐叒叓叕叚叜叝叞叡叢叧叴叺叾叿吀吂吅吇吋吔吘吙吚吜吢吤吥吪吰吳吶吷吺吽吿呁呂呄呅呇呉呌呍呎呏呑呚呝",4,"呣呥呧呩",7,"呴呹呺呾呿咁咃咅咇咈咉咊咍咑咓咗咘咜咞咟咠咡"],["8640","咢咥咮咰咲咵咶咷咹咺咼咾哃哅哊哋哖哘哛哠",4,"哫哬哯哰哱哴",5,"哻哾唀唂唃唄唅唈唊",4,"唒唓唕",5,"唜唝唞唟唡唥唦"],["8680","唨唩唫唭唲唴唵唶唸唹唺唻唽啀啂啅啇啈啋",4,"啑啒啓啔啗",4,"啝啞啟啠啢啣啨啩啫啯",5,"啹啺啽啿喅喆喌喍喎喐喒喓喕喖喗喚喛喞喠",6,"喨",8,"喲喴営喸喺喼喿",4,"嗆嗇嗈嗊嗋嗎嗏嗐嗕嗗",4,"嗞嗠嗢嗧嗩嗭嗮嗰嗱嗴嗶嗸",4,"嗿嘂嘃嘄嘅"],["8740","嘆嘇嘊嘋嘍嘐",7,"嘙嘚嘜嘝嘠嘡嘢嘥嘦嘨嘩嘪嘫嘮嘯嘰嘳嘵嘷嘸嘺嘼嘽嘾噀",11,"噏",4,"噕噖噚噛噝",4],["8780","噣噥噦噧噭噮噯噰噲噳噴噵噷噸噹噺噽",7,"嚇",6,"嚐嚑嚒嚔",14,"嚤",10,"嚰",6,"嚸嚹嚺嚻嚽",12,"囋",8,"囕囖囘囙囜団囥",5,"囬囮囯囲図囶囷囸囻囼圀圁圂圅圇國",6],["8840","園",9,"圝圞圠圡圢圤圥圦圧圫圱圲圴",4,"圼圽圿坁坃坄坅坆坈坉坋坒",4,"坘坙坢坣坥坧坬坮坰坱坲坴坵坸坹坺坽坾坿垀"],["8880","垁垇垈垉垊垍",4,"垔",6,"垜垝垞垟垥垨垪垬垯垰垱垳垵垶垷垹",8,"埄",6,"埌埍埐埑埓埖埗埛埜埞埡埢埣埥",7,"埮埰埱埲埳埵埶執埻埼埾埿堁堃堄堅堈堉堊堌堎堏堐堒堓堔堖堗堘堚堛堜堝堟堢堣堥",4,"堫",4,"報堲堳場堶",7],["8940","堾",5,"塅",6,"塎塏塐塒塓塕塖塗塙",4,"塟",5,"塦",4,"塭",16,"塿墂墄墆墇墈墊墋墌"],["8980","墍",4,"墔",4,"墛墜墝墠",7,"墪",17,"墽墾墿壀壂壃壄壆",10,"壒壓壔壖",13,"壥",5,"壭壯壱売壴壵壷壸壺",7,"夃夅夆夈",4,"夎夐夑夒夓夗夘夛夝夞夠夡夢夣夦夨夬夰夲夳夵夶夻"],["8a40","夽夾夿奀奃奅奆奊奌奍奐奒奓奙奛",4,"奡奣奤奦",12,"奵奷奺奻奼奾奿妀妅妉妋妌妎妏妐妑妔妕妘妚妛妜妝妟妠妡妢妦"],["8a80","妧妬妭妰妱妳",5,"妺妼妽妿",6,"姇姈姉姌姍姎姏姕姖姙姛姞",4,"姤姦姧姩姪姫姭",11,"姺姼姽姾娀娂娊娋娍娎娏娐娒娔娕娖娗娙娚娛娝娞娡娢娤娦娧娨娪",6,"娳娵娷",4,"娽娾娿婁",4,"婇婈婋",9,"婖婗婘婙婛",5],["8b40","婡婣婤婥婦婨婩婫",8,"婸婹婻婼婽婾媀",17,"媓",6,"媜",13,"媫媬"],["8b80","媭",4,"媴媶媷媹",4,"媿嫀嫃",5,"嫊嫋嫍",4,"嫓嫕嫗嫙嫚嫛嫝嫞嫟嫢嫤嫥嫧嫨嫪嫬",4,"嫲",22,"嬊",11,"嬘",25,"嬳嬵嬶嬸",7,"孁",6],["8c40","孈",7,"孒孖孞孠孡孧孨孫孭孮孯孲孴孶孷學孹孻孼孾孿宂宆宊宍宎宐宑宒宔宖実宧宨宩宬宭宮宯宱宲宷宺宻宼寀寁寃寈寉寊寋寍寎寏"],["8c80","寑寔",8,"寠寢寣實寧審",4,"寯寱",6,"寽対尀専尃尅將專尋尌對導尐尒尓尗尙尛尞尟尠尡尣尦尨尩尪尫尭尮尯尰尲尳尵尶尷屃屄屆屇屌屍屒屓屔屖屗屘屚屛屜屝屟屢層屧",6,"屰屲",6,"屻屼屽屾岀岃",4,"岉岊岋岎岏岒岓岕岝",4,"岤",4],["8d40","岪岮岯岰岲岴岶岹岺岻岼岾峀峂峃峅",5,"峌",5,"峓",5,"峚",6,"峢峣峧峩峫峬峮峯峱",9,"峼",4],["8d80","崁崄崅崈",5,"崏",4,"崕崗崘崙崚崜崝崟",4,"崥崨崪崫崬崯",4,"崵",7,"崿",7,"嵈嵉嵍",10,"嵙嵚嵜嵞",10,"嵪嵭嵮嵰嵱嵲嵳嵵",12,"嶃",21,"嶚嶛嶜嶞嶟嶠"],["8e40","嶡",21,"嶸",12,"巆",6,"巎",12,"巜巟巠巣巤巪巬巭"],["8e80","巰巵巶巸",4,"巿帀帄帇帉帊帋帍帎帒帓帗帞",7,"帨",4,"帯帰帲",4,"帹帺帾帿幀幁幃幆",5,"幍",6,"幖",4,"幜幝幟幠幣",14,"幵幷幹幾庁庂広庅庈庉庌庍庎庒庘庛庝庡庢庣庤庨",4,"庮",4,"庴庺庻庼庽庿",6],["8f40","廆廇廈廋",5,"廔廕廗廘廙廚廜",11,"廩廫",8,"廵廸廹廻廼廽弅弆弇弉弌弍弎弐弒弔弖弙弚弜弝弞弡弢弣弤"],["8f80","弨弫弬弮弰弲",6,"弻弽弾弿彁",14,"彑彔彙彚彛彜彞彟彠彣彥彧彨彫彮彯彲彴彵彶彸彺彽彾彿徃徆徍徎徏徑従徔徖徚徛徝從徟徠徢",5,"復徫徬徯",5,"徶徸徹徺徻徾",4,"忇忈忊忋忎忓忔忕忚忛応忞忟忢忣忥忦忨忩忬忯忰忲忳忴忶忷忹忺忼怇"],["9040","怈怉怋怌怐怑怓怗怘怚怞怟怢怣怤怬怭怮怰",4,"怶",4,"怽怾恀恄",6,"恌恎恏恑恓恔恖恗恘恛恜恞恟恠恡恥恦恮恱恲恴恵恷恾悀"],["9080","悁悂悅悆悇悈悊悋悎悏悐悑悓悕悗悘悙悜悞悡悢悤悥悧悩悪悮悰悳悵悶悷悹悺悽",7,"惇惈惉惌",4,"惒惓惔惖惗惙惛惞惡",4,"惪惱惲惵惷惸惻",4,"愂愃愄愅愇愊愋愌愐",4,"愖愗愘愙愛愜愝愞愡愢愥愨愩愪愬",18,"慀",6],["9140","慇慉態慍慏慐慒慓慔慖",6,"慞慟慠慡慣慤慥慦慩",6,"慱慲慳慴慶慸",18,"憌憍憏",4,"憕"],["9180","憖",6,"憞",8,"憪憫憭",9,"憸",5,"憿懀懁懃",4,"應懌",4,"懓懕",16,"懧",13,"懶",8,"戀",5,"戇戉戓戔戙戜戝戞戠戣戦戧戨戩戫戭戯戰戱戲戵戶戸",4,"扂扄扅扆扊"],["9240","扏扐払扖扗扙扚扜",6,"扤扥扨扱扲扴扵扷扸扺扻扽抁抂抃抅抆抇抈抋",5,"抔抙抜抝択抣抦抧抩抪抭抮抯抰抲抳抴抶抷抸抺抾拀拁"],["9280","拃拋拏拑拕拝拞拠拡拤拪拫拰拲拵拸拹拺拻挀挃挄挅挆挊挋挌挍挏挐挒挓挔挕挗挘挙挜挦挧挩挬挭挮挰挱挳",5,"挻挼挾挿捀捁捄捇捈捊捑捒捓捔捖",7,"捠捤捥捦捨捪捫捬捯捰捲捳捴捵捸捹捼捽捾捿掁掃掄掅掆掋掍掑掓掔掕掗掙",6,"採掤掦掫掯掱掲掵掶掹掻掽掿揀"],["9340","揁揂揃揅揇揈揊揋揌揑揓揔揕揗",6,"揟揢揤",4,"揫揬揮揯揰揱揳揵揷揹揺揻揼揾搃搄搆",4,"損搎搑搒搕",5,"搝搟搢搣搤"],["9380","搥搧搨搩搫搮",5,"搵",4,"搻搼搾摀摂摃摉摋",6,"摓摕摖摗摙",4,"摟",7,"摨摪摫摬摮",9,"摻",6,"撃撆撈",8,"撓撔撗撘撚撛撜撝撟",4,"撥撦撧撨撪撫撯撱撲撳撴撶撹撻撽撾撿擁擃擄擆",6,"擏擑擓擔擕擖擙據"],["9440","擛擜擝擟擠擡擣擥擧",24,"攁",7,"攊",7,"攓",4,"攙",8],["9480","攢攣攤攦",4,"攬攭攰攱攲攳攷攺攼攽敀",4,"敆敇敊敋敍敎敐敒敓敔敗敘敚敜敟敠敡敤敥敧敨敩敪敭敮敯敱敳敵敶數",14,"斈斉斊斍斎斏斒斔斕斖斘斚斝斞斠斢斣斦斨斪斬斮斱",7,"斺斻斾斿旀旂旇旈旉旊旍旐旑旓旔旕旘",7,"旡旣旤旪旫"],["9540","旲旳旴旵旸旹旻",4,"昁昄昅昇昈昉昋昍昐昑昒昖昗昘昚昛昜昞昡昢昣昤昦昩昪昫昬昮昰昲昳昷",4,"昽昿晀時晄",6,"晍晎晐晑晘"],["9580","晙晛晜晝晞晠晢晣晥晧晩",4,"晱晲晳晵晸晹晻晼晽晿暀暁暃暅暆暈暉暊暋暍暎暏暐暒暓暔暕暘",4,"暞",8,"暩",4,"暯",4,"暵暶暷暸暺暻暼暽暿",25,"曚曞",7,"曧曨曪",5,"曱曵曶書曺曻曽朁朂會"],["9640","朄朅朆朇朌朎朏朑朒朓朖朘朙朚朜朞朠",5,"朧朩朮朰朲朳朶朷朸朹朻朼朾朿杁杄杅杇杊杋杍杒杔杕杗",4,"杝杢杣杤杦杧杫杬杮東杴杶"],["9680","杸杹杺杻杽枀枂枃枅枆枈枊枌枍枎枏枑枒枓枔枖枙枛枟枠枡枤枦枩枬枮枱枲枴枹",7,"柂柅",9,"柕柖柗柛柟柡柣柤柦柧柨柪柫柭柮柲柵",7,"柾栁栂栃栄栆栍栐栒栔栕栘",4,"栞栟栠栢",6,"栫",6,"栴栵栶栺栻栿桇桋桍桏桒桖",5],["9740","桜桝桞桟桪桬",7,"桵桸",8,"梂梄梇",7,"梐梑梒梔梕梖梘",9,"梣梤梥梩梪梫梬梮梱梲梴梶梷梸"],["9780","梹",6,"棁棃",5,"棊棌棎棏棐棑棓棔棖棗棙棛",4,"棡棢棤",9,"棯棲棳棴棶棷棸棻棽棾棿椀椂椃椄椆",4,"椌椏椑椓",11,"椡椢椣椥",7,"椮椯椱椲椳椵椶椷椸椺椻椼椾楀楁楃",16,"楕楖楘楙楛楜楟"],["9840","楡楢楤楥楧楨楩楪楬業楯楰楲",4,"楺楻楽楾楿榁榃榅榊榋榌榎",5,"榖榗榙榚榝",9,"榩榪榬榮榯榰榲榳榵榶榸榹榺榼榽"],["9880","榾榿槀槂",7,"構槍槏槑槒槓槕",5,"槜槝槞槡",11,"槮槯槰槱槳",9,"槾樀",9,"樋",11,"標",5,"樠樢",5,"権樫樬樭樮樰樲樳樴樶",6,"樿",4,"橅橆橈",7,"橑",6,"橚"],["9940","橜",4,"橢橣橤橦",10,"橲",6,"橺橻橽橾橿檁檂檃檅",8,"檏檒",4,"檘",7,"檡",5],["9980","檧檨檪檭",114,"欥欦欨",6],["9a40","欯欰欱欳欴欵欶欸欻欼欽欿歀歁歂歄歅歈歊歋歍",11,"歚",7,"歨歩歫",13,"歺歽歾歿殀殅殈"],["9a80","殌殎殏殐殑殔殕殗殘殙殜",4,"殢",7,"殫",7,"殶殸",6,"毀毃毄毆",4,"毌毎毐毑毘毚毜",4,"毢",7,"毬毭毮毰毱毲毴毶毷毸毺毻毼毾",6,"氈",4,"氎氒気氜氝氞氠氣氥氫氬氭氱氳氶氷氹氺氻氼氾氿汃汄汅汈汋",4,"汑汒汓汖汘"],["9b40","汙汚汢汣汥汦汧汫",4,"汱汳汵汷汸決汻汼汿沀沄沇沊沋沍沎沑沒沕沖沗沘沚沜沝沞沠沢沨沬沯沰沴沵沶沷沺泀況泂泃泆泇泈泋泍泎泏泑泒泘"],["9b80","泙泚泜泝泟泤泦泧泩泬泭泲泴泹泿洀洂洃洅洆洈洉洊洍洏洐洑洓洔洕洖洘洜洝洟",5,"洦洨洩洬洭洯洰洴洶洷洸洺洿浀浂浄浉浌浐浕浖浗浘浛浝浟浡浢浤浥浧浨浫浬浭浰浱浲浳浵浶浹浺浻浽",4,"涃涄涆涇涊涋涍涏涐涒涖",4,"涜涢涥涬涭涰涱涳涴涶涷涹",5,"淁淂淃淈淉淊"],["9c40","淍淎淏淐淒淓淔淕淗淚淛淜淟淢淣淥淧淨淩淪淭淯淰淲淴淵淶淸淺淽",7,"渆渇済渉渋渏渒渓渕渘渙減渜渞渟渢渦渧渨渪測渮渰渱渳渵"],["9c80","渶渷渹渻",7,"湅",7,"湏湐湑湒湕湗湙湚湜湝湞湠",10,"湬湭湯",14,"満溁溂溄溇溈溊",4,"溑",6,"溙溚溛溝溞溠溡溣溤溦溨溩溫溬溭溮溰溳溵溸溹溼溾溿滀滃滄滅滆滈滉滊滌滍滎滐滒滖滘滙滛滜滝滣滧滪",5],["9d40","滰滱滲滳滵滶滷滸滺",7,"漃漄漅漇漈漊",4,"漐漑漒漖",9,"漡漢漣漥漦漧漨漬漮漰漲漴漵漷",6,"漿潀潁潂"],["9d80","潃潄潅潈潉潊潌潎",9,"潙潚潛潝潟潠潡潣潤潥潧",5,"潯潰潱潳潵潶潷潹潻潽",6,"澅澆澇澊澋澏",12,"澝澞澟澠澢",4,"澨",10,"澴澵澷澸澺",5,"濁濃",5,"濊",6,"濓",10,"濟濢濣濤濥"],["9e40","濦",7,"濰",32,"瀒",7,"瀜",6,"瀤",6],["9e80","瀫",9,"瀶瀷瀸瀺",17,"灍灎灐",13,"灟",11,"灮灱灲灳灴灷灹灺灻災炁炂炃炄炆炇炈炋炌炍炏炐炑炓炗炘炚炛炞",12,"炰炲炴炵炶為炾炿烄烅烆烇烉烋",12,"烚"],["9f40","烜烝烞烠烡烢烣烥烪烮烰",6,"烸烺烻烼烾",10,"焋",4,"焑焒焔焗焛",10,"焧",7,"焲焳焴"],["9f80","焵焷",13,"煆煇煈煉煋煍煏",12,"煝煟",4,"煥煩",4,"煯煰煱煴煵煶煷煹煻煼煾",5,"熅",4,"熋熌熍熎熐熑熒熓熕熖熗熚",4,"熡",6,"熩熪熫熭",5,"熴熶熷熸熺",8,"燄",9,"燏",4],["a040","燖",9,"燡燢燣燤燦燨",5,"燯",9,"燺",11,"爇",19],["a080","爛爜爞",9,"爩爫爭爮爯爲爳爴爺爼爾牀",6,"牉牊牋牎牏牐牑牓牔牕牗牘牚牜牞牠牣牤牥牨牪牫牬牭牰牱牳牴牶牷牸牻牼牽犂犃犅",4,"犌犎犐犑犓",11,"犠",11,"犮犱犲犳犵犺",6,"狅狆狇狉狊狋狌狏狑狓狔狕狖狘狚狛"],["a1a1"," 、。·ˉˇ¨〃々—~‖…‘’“”〔〕〈",7,"〖〗【】±×÷∶∧∨∑∏∪∩∈∷√⊥∥∠⌒⊙∫∮≡≌≈∽∝≠≮≯≤≥∞∵∴♂♀°′″℃$¤¢£‰§№☆★○●◎◇◆□■△▲※→←↑↓〓"],["a2a1","ⅰ",9],["a2b1","⒈",19,"⑴",19,"①",9],["a2e5","㈠",9],["a2f1","Ⅰ",11],["a3a1","!"#¥%",88," ̄"],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a6e0","︵︶︹︺︿﹀︽︾﹁﹂﹃﹄"],["a6ee","︻︼︷︸︱"],["a6f4","︳︴"],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a840","ˊˋ˙–―‥‵℅℉↖↗↘↙∕∟∣≒≦≧⊿═",35,"▁",6],["a880","█",7,"▓▔▕▼▽◢◣◤◥☉⊕〒〝〞"],["a8a1","āáǎàēéěèīíǐìōóǒòūúǔùǖǘǚǜüêɑ"],["a8bd","ńň"],["a8c0","ɡ"],["a8c5","ㄅ",36],["a940","〡",8,"㊣㎎㎏㎜㎝㎞㎡㏄㏎㏑㏒㏕︰¬¦"],["a959","℡㈱"],["a95c","‐"],["a960","ー゛゜ヽヾ〆ゝゞ﹉",9,"﹔﹕﹖﹗﹙",8],["a980","﹢",4,"﹨﹩﹪﹫"],["a996","〇"],["a9a4","─",75],["aa40","狜狝狟狢",5,"狪狫狵狶狹狽狾狿猀猂猄",5,"猋猌猍猏猐猑猒猔猘猙猚猟猠猣猤猦猧猨猭猯猰猲猳猵猶猺猻猼猽獀",8],["aa80","獉獊獋獌獎獏獑獓獔獕獖獘",7,"獡",10,"獮獰獱"],["ab40","獲",11,"獿",4,"玅玆玈玊玌玍玏玐玒玓玔玕玗玘玙玚玜玝玞玠玡玣",5,"玪玬玭玱玴玵玶玸玹玼玽玾玿珁珃",4],["ab80","珋珌珎珒",6,"珚珛珜珝珟珡珢珣珤珦珨珪珫珬珮珯珰珱珳",4],["ac40","珸",10,"琄琇琈琋琌琍琎琑",8,"琜",5,"琣琤琧琩琫琭琯琱琲琷",4,"琽琾琿瑀瑂",11],["ac80","瑎",6,"瑖瑘瑝瑠",12,"瑮瑯瑱",4,"瑸瑹瑺"],["ad40","瑻瑼瑽瑿璂璄璅璆璈璉璊璌璍璏璑",10,"璝璟",7,"璪",15,"璻",12],["ad80","瓈",9,"瓓",8,"瓝瓟瓡瓥瓧",6,"瓰瓱瓲"],["ae40","瓳瓵瓸",6,"甀甁甂甃甅",7,"甎甐甒甔甕甖甗甛甝甞甠",4,"甦甧甪甮甴甶甹甼甽甿畁畂畃畄畆畇畉畊畍畐畑畒畓畕畖畗畘"],["ae80","畝",7,"畧畨畩畫",6,"畳畵當畷畺",4,"疀疁疂疄疅疇"],["af40","疈疉疊疌疍疎疐疓疕疘疛疜疞疢疦",4,"疭疶疷疺疻疿痀痁痆痋痌痎痏痐痑痓痗痙痚痜痝痟痠痡痥痩痬痭痮痯痲痳痵痶痷痸痺痻痽痾瘂瘄瘆瘇"],["af80","瘈瘉瘋瘍瘎瘏瘑瘒瘓瘔瘖瘚瘜瘝瘞瘡瘣瘧瘨瘬瘮瘯瘱瘲瘶瘷瘹瘺瘻瘽癁療癄"],["b040","癅",6,"癎",5,"癕癗",4,"癝癟癠癡癢癤",6,"癬癭癮癰",7,"癹発發癿皀皁皃皅皉皊皌皍皏皐皒皔皕皗皘皚皛"],["b080","皜",7,"皥",8,"皯皰皳皵",9,"盀盁盃啊阿埃挨哎唉哀皑癌蔼矮艾碍爱隘鞍氨安俺按暗岸胺案肮昂盎凹敖熬翱袄傲奥懊澳芭捌扒叭吧笆八疤巴拔跋靶把耙坝霸罢爸白柏百摆佰败拜稗斑班搬扳般颁板版扮拌伴瓣半办绊邦帮梆榜膀绑棒磅蚌镑傍谤苞胞包褒剥"],["b140","盄盇盉盋盌盓盕盙盚盜盝盞盠",4,"盦",7,"盰盳盵盶盷盺盻盽盿眀眂眃眅眆眊県眎",10,"眛眜眝眞眡眣眤眥眧眪眫"],["b180","眬眮眰",4,"眹眻眽眾眿睂睄睅睆睈",7,"睒",7,"睜薄雹保堡饱宝抱报暴豹鲍爆杯碑悲卑北辈背贝钡倍狈备惫焙被奔苯本笨崩绷甭泵蹦迸逼鼻比鄙笔彼碧蓖蔽毕毙毖币庇痹闭敝弊必辟壁臂避陛鞭边编贬扁便变卞辨辩辫遍标彪膘表鳖憋别瘪彬斌濒滨宾摈兵冰柄丙秉饼炳"],["b240","睝睞睟睠睤睧睩睪睭",11,"睺睻睼瞁瞂瞃瞆",5,"瞏瞐瞓",11,"瞡瞣瞤瞦瞨瞫瞭瞮瞯瞱瞲瞴瞶",4],["b280","瞼瞾矀",12,"矎",8,"矘矙矚矝",4,"矤病并玻菠播拨钵波博勃搏铂箔伯帛舶脖膊渤泊驳捕卜哺补埠不布步簿部怖擦猜裁材才财睬踩采彩菜蔡餐参蚕残惭惨灿苍舱仓沧藏操糙槽曹草厕策侧册测层蹭插叉茬茶查碴搽察岔差诧拆柴豺搀掺蝉馋谗缠铲产阐颤昌猖"],["b340","矦矨矪矯矰矱矲矴矵矷矹矺矻矼砃",5,"砊砋砎砏砐砓砕砙砛砞砠砡砢砤砨砪砫砮砯砱砲砳砵砶砽砿硁硂硃硄硆硈硉硊硋硍硏硑硓硔硘硙硚"],["b380","硛硜硞",11,"硯",7,"硸硹硺硻硽",6,"场尝常长偿肠厂敞畅唱倡超抄钞朝嘲潮巢吵炒车扯撤掣彻澈郴臣辰尘晨忱沉陈趁衬撑称城橙成呈乘程惩澄诚承逞骋秤吃痴持匙池迟弛驰耻齿侈尺赤翅斥炽充冲虫崇宠抽酬畴踌稠愁筹仇绸瞅丑臭初出橱厨躇锄雏滁除楚"],["b440","碄碅碆碈碊碋碏碐碒碔碕碖碙碝碞碠碢碤碦碨",7,"碵碶碷碸確碻碼碽碿磀磂磃磄磆磇磈磌磍磎磏磑磒磓磖磗磘磚",9],["b480","磤磥磦磧磩磪磫磭",4,"磳磵磶磸磹磻",5,"礂礃礄礆",6,"础储矗搐触处揣川穿椽传船喘串疮窗幢床闯创吹炊捶锤垂春椿醇唇淳纯蠢戳绰疵茨磁雌辞慈瓷词此刺赐次聪葱囱匆从丛凑粗醋簇促蹿篡窜摧崔催脆瘁粹淬翠村存寸磋撮搓措挫错搭达答瘩打大呆歹傣戴带殆代贷袋待逮"],["b540","礍",5,"礔",9,"礟",4,"礥",14,"礵",4,"礽礿祂祃祄祅祇祊",8,"祔祕祘祙祡祣"],["b580","祤祦祩祪祫祬祮祰",6,"祹祻",4,"禂禃禆禇禈禉禋禌禍禎禐禑禒怠耽担丹单郸掸胆旦氮但惮淡诞弹蛋当挡党荡档刀捣蹈倒岛祷导到稻悼道盗德得的蹬灯登等瞪凳邓堤低滴迪敌笛狄涤翟嫡抵底地蒂第帝弟递缔颠掂滇碘点典靛垫电佃甸店惦奠淀殿碉叼雕凋刁掉吊钓调跌爹碟蝶迭谍叠"],["b640","禓",6,"禛",11,"禨",10,"禴",4,"禼禿秂秄秅秇秈秊秌秎秏秐秓秔秖秗秙",5,"秠秡秢秥秨秪"],["b680","秬秮秱",6,"秹秺秼秾秿稁稄稅稇稈稉稊稌稏",4,"稕稖稘稙稛稜丁盯叮钉顶鼎锭定订丢东冬董懂动栋侗恫冻洞兜抖斗陡豆逗痘都督毒犊独读堵睹赌杜镀肚度渡妒端短锻段断缎堆兑队对墩吨蹲敦顿囤钝盾遁掇哆多夺垛躲朵跺舵剁惰堕蛾峨鹅俄额讹娥恶厄扼遏鄂饿恩而儿耳尔饵洱二"],["b740","稝稟稡稢稤",14,"稴稵稶稸稺稾穀",5,"穇",9,"穒",4,"穘",16],["b780","穩",6,"穱穲穳穵穻穼穽穾窂窅窇窉窊窋窌窎窏窐窓窔窙窚窛窞窡窢贰发罚筏伐乏阀法珐藩帆番翻樊矾钒繁凡烦反返范贩犯饭泛坊芳方肪房防妨仿访纺放菲非啡飞肥匪诽吠肺废沸费芬酚吩氛分纷坟焚汾粉奋份忿愤粪丰封枫蜂峰锋风疯烽逢冯缝讽奉凤佛否夫敷肤孵扶拂辐幅氟符伏俘服"],["b840","窣窤窧窩窪窫窮",4,"窴",10,"竀",10,"竌",9,"竗竘竚竛竜竝竡竢竤竧",5,"竮竰竱竲竳"],["b880","竴",4,"竻竼竾笀笁笂笅笇笉笌笍笎笐笒笓笖笗笘笚笜笝笟笡笢笣笧笩笭浮涪福袱弗甫抚辅俯釜斧脯腑府腐赴副覆赋复傅付阜父腹负富讣附妇缚咐噶嘎该改概钙盖溉干甘杆柑竿肝赶感秆敢赣冈刚钢缸肛纲岗港杠篙皋高膏羔糕搞镐稿告哥歌搁戈鸽胳疙割革葛格蛤阁隔铬个各给根跟耕更庚羹"],["b940","笯笰笲笴笵笶笷笹笻笽笿",5,"筆筈筊筍筎筓筕筗筙筜筞筟筡筣",10,"筯筰筳筴筶筸筺筼筽筿箁箂箃箄箆",6,"箎箏"],["b980","箑箒箓箖箘箙箚箛箞箟箠箣箤箥箮箯箰箲箳箵箶箷箹",7,"篂篃範埂耿梗工攻功恭龚供躬公宫弓巩汞拱贡共钩勾沟苟狗垢构购够辜菇咕箍估沽孤姑鼓古蛊骨谷股故顾固雇刮瓜剐寡挂褂乖拐怪棺关官冠观管馆罐惯灌贯光广逛瑰规圭硅归龟闺轨鬼诡癸桂柜跪贵刽辊滚棍锅郭国果裹过哈"],["ba40","篅篈築篊篋篍篎篏篐篒篔",4,"篛篜篞篟篠篢篣篤篧篨篩篫篬篭篯篰篲",4,"篸篹篺篻篽篿",7,"簈簉簊簍簎簐",5,"簗簘簙"],["ba80","簚",4,"簠",5,"簨簩簫",12,"簹",5,"籂骸孩海氦亥害骇酣憨邯韩含涵寒函喊罕翰撼捍旱憾悍焊汗汉夯杭航壕嚎豪毫郝好耗号浩呵喝荷菏核禾和何合盒貉阂河涸赫褐鹤贺嘿黑痕很狠恨哼亨横衡恒轰哄烘虹鸿洪宏弘红喉侯猴吼厚候后呼乎忽瑚壶葫胡蝴狐糊湖"],["bb40","籃",9,"籎",36,"籵",5,"籾",9],["bb80","粈粊",6,"粓粔粖粙粚粛粠粡粣粦粧粨粩粫粬粭粯粰粴",4,"粺粻弧虎唬护互沪户花哗华猾滑画划化话槐徊怀淮坏欢环桓还缓换患唤痪豢焕涣宦幻荒慌黄磺蝗簧皇凰惶煌晃幌恍谎灰挥辉徽恢蛔回毁悔慧卉惠晦贿秽会烩汇讳诲绘荤昏婚魂浑混豁活伙火获或惑霍货祸击圾基机畸稽积箕"],["bc40","粿糀糂糃糄糆糉糋糎",6,"糘糚糛糝糞糡",6,"糩",5,"糰",7,"糹糺糼",13,"紋",5],["bc80","紑",14,"紡紣紤紥紦紨紩紪紬紭紮細",6,"肌饥迹激讥鸡姬绩缉吉极棘辑籍集及急疾汲即嫉级挤几脊己蓟技冀季伎祭剂悸济寄寂计记既忌际妓继纪嘉枷夹佳家加荚颊贾甲钾假稼价架驾嫁歼监坚尖笺间煎兼肩艰奸缄茧检柬碱硷拣捡简俭剪减荐槛鉴践贱见键箭件"],["bd40","紷",54,"絯",7],["bd80","絸",32,"健舰剑饯渐溅涧建僵姜将浆江疆蒋桨奖讲匠酱降蕉椒礁焦胶交郊浇骄娇嚼搅铰矫侥脚狡角饺缴绞剿教酵轿较叫窖揭接皆秸街阶截劫节桔杰捷睫竭洁结解姐戒藉芥界借介疥诫届巾筋斤金今津襟紧锦仅谨进靳晋禁近烬浸"],["be40","継",12,"綧",6,"綯",42],["be80","線",32,"尽劲荆兢茎睛晶鲸京惊精粳经井警景颈静境敬镜径痉靖竟竞净炯窘揪究纠玖韭久灸九酒厩救旧臼舅咎就疚鞠拘狙疽居驹菊局咀矩举沮聚拒据巨具距踞锯俱句惧炬剧捐鹃娟倦眷卷绢撅攫抉掘倔爵觉决诀绝均菌钧军君峻"],["bf40","緻",62],["bf80","縺縼",4,"繂",4,"繈",21,"俊竣浚郡骏喀咖卡咯开揩楷凯慨刊堪勘坎砍看康慷糠扛抗亢炕考拷烤靠坷苛柯棵磕颗科壳咳可渴克刻客课肯啃垦恳坑吭空恐孔控抠口扣寇枯哭窟苦酷库裤夸垮挎跨胯块筷侩快宽款匡筐狂框矿眶旷况亏盔岿窥葵奎魁傀"],["c040","繞",35,"纃",23,"纜纝纞"],["c080","纮纴纻纼绖绤绬绹缊缐缞缷缹缻",6,"罃罆",9,"罒罓馈愧溃坤昆捆困括扩廓阔垃拉喇蜡腊辣啦莱来赖蓝婪栏拦篮阑兰澜谰揽览懒缆烂滥琅榔狼廊郎朗浪捞劳牢老佬姥酪烙涝勒乐雷镭蕾磊累儡垒擂肋类泪棱楞冷厘梨犁黎篱狸离漓理李里鲤礼莉荔吏栗丽厉励砾历利傈例俐"],["c140","罖罙罛罜罝罞罠罣",4,"罫罬罭罯罰罳罵罶罷罸罺罻罼罽罿羀羂",7,"羋羍羏",4,"羕",4,"羛羜羠羢羣羥羦羨",6,"羱"],["c180","羳",4,"羺羻羾翀翂翃翄翆翇翈翉翋翍翏",4,"翖翗翙",5,"翢翣痢立粒沥隶力璃哩俩联莲连镰廉怜涟帘敛脸链恋炼练粮凉梁粱良两辆量晾亮谅撩聊僚疗燎寥辽潦了撂镣廖料列裂烈劣猎琳林磷霖临邻鳞淋凛赁吝拎玲菱零龄铃伶羚凌灵陵岭领另令溜琉榴硫馏留刘瘤流柳六龙聋咙笼窿"],["c240","翤翧翨翪翫翬翭翯翲翴",6,"翽翾翿耂耇耈耉耊耎耏耑耓耚耛耝耞耟耡耣耤耫",5,"耲耴耹耺耼耾聀聁聄聅聇聈聉聎聏聐聑聓聕聖聗"],["c280","聙聛",13,"聫",5,"聲",11,"隆垄拢陇楼娄搂篓漏陋芦卢颅庐炉掳卤虏鲁麓碌露路赂鹿潞禄录陆戮驴吕铝侣旅履屡缕虑氯律率滤绿峦挛孪滦卵乱掠略抡轮伦仑沦纶论萝螺罗逻锣箩骡裸落洛骆络妈麻玛码蚂马骂嘛吗埋买麦卖迈脉瞒馒蛮满蔓曼慢漫"],["c340","聾肁肂肅肈肊肍",5,"肔肕肗肙肞肣肦肧肨肬肰肳肵肶肸肹肻胅胇",4,"胏",6,"胘胟胠胢胣胦胮胵胷胹胻胾胿脀脁脃脄脅脇脈脋"],["c380","脌脕脗脙脛脜脝脟",12,"脭脮脰脳脴脵脷脹",4,"脿谩芒茫盲氓忙莽猫茅锚毛矛铆卯茂冒帽貌贸么玫枚梅酶霉煤没眉媒镁每美昧寐妹媚门闷们萌蒙檬盟锰猛梦孟眯醚靡糜迷谜弥米秘觅泌蜜密幂棉眠绵冕免勉娩缅面苗描瞄藐秒渺庙妙蔑灭民抿皿敏悯闽明螟鸣铭名命谬摸"],["c440","腀",5,"腇腉腍腎腏腒腖腗腘腛",4,"腡腢腣腤腦腨腪腫腬腯腲腳腵腶腷腸膁膃",4,"膉膋膌膍膎膐膒",5,"膙膚膞",4,"膤膥"],["c480","膧膩膫",7,"膴",5,"膼膽膾膿臄臅臇臈臉臋臍",6,"摹蘑模膜磨摩魔抹末莫墨默沫漠寞陌谋牟某拇牡亩姆母墓暮幕募慕木目睦牧穆拿哪呐钠那娜纳氖乃奶耐奈南男难囊挠脑恼闹淖呢馁内嫩能妮霓倪泥尼拟你匿腻逆溺蔫拈年碾撵捻念娘酿鸟尿捏聂孽啮镊镍涅您柠狞凝宁"],["c540","臔",14,"臤臥臦臨臩臫臮",4,"臵",5,"臽臿舃與",4,"舎舏舑舓舕",5,"舝舠舤舥舦舧舩舮舲舺舼舽舿"],["c580","艀艁艂艃艅艆艈艊艌艍艎艐",7,"艙艛艜艝艞艠",7,"艩拧泞牛扭钮纽脓浓农弄奴努怒女暖虐疟挪懦糯诺哦欧鸥殴藕呕偶沤啪趴爬帕怕琶拍排牌徘湃派攀潘盘磐盼畔判叛乓庞旁耪胖抛咆刨炮袍跑泡呸胚培裴赔陪配佩沛喷盆砰抨烹澎彭蓬棚硼篷膨朋鹏捧碰坯砒霹批披劈琵毗"],["c640","艪艫艬艭艱艵艶艷艸艻艼芀芁芃芅芆芇芉芌芐芓芔芕芖芚芛芞芠芢芣芧芲芵芶芺芻芼芿苀苂苃苅苆苉苐苖苙苚苝苢苧苨苩苪苬苭苮苰苲苳苵苶苸"],["c680","苺苼",4,"茊茋茍茐茒茓茖茘茙茝",9,"茩茪茮茰茲茷茻茽啤脾疲皮匹痞僻屁譬篇偏片骗飘漂瓢票撇瞥拼频贫品聘乒坪苹萍平凭瓶评屏坡泼颇婆破魄迫粕剖扑铺仆莆葡菩蒲埔朴圃普浦谱曝瀑期欺栖戚妻七凄漆柒沏其棋奇歧畦崎脐齐旗祈祁骑起岂乞企启契砌器气迄弃汽泣讫掐"],["c740","茾茿荁荂荄荅荈荊",4,"荓荕",4,"荝荢荰",6,"荹荺荾",6,"莇莈莊莋莌莍莏莐莑莔莕莖莗莙莚莝莟莡",6,"莬莭莮"],["c780","莯莵莻莾莿菂菃菄菆菈菉菋菍菎菐菑菒菓菕菗菙菚菛菞菢菣菤菦菧菨菫菬菭恰洽牵扦钎铅千迁签仟谦乾黔钱钳前潜遣浅谴堑嵌欠歉枪呛腔羌墙蔷强抢橇锹敲悄桥瞧乔侨巧鞘撬翘峭俏窍切茄且怯窃钦侵亲秦琴勤芹擒禽寝沁青轻氢倾卿清擎晴氰情顷请庆琼穷秋丘邱球求囚酋泅趋区蛆曲躯屈驱渠"],["c840","菮華菳",4,"菺菻菼菾菿萀萂萅萇萈萉萊萐萒",5,"萙萚萛萞",5,"萩",7,"萲",5,"萹萺萻萾",7,"葇葈葉"],["c880","葊",6,"葒",4,"葘葝葞葟葠葢葤",4,"葪葮葯葰葲葴葷葹葻葼取娶龋趣去圈颧权醛泉全痊拳犬券劝缺炔瘸却鹊榷确雀裙群然燃冉染瓤壤攘嚷让饶扰绕惹热壬仁人忍韧任认刃妊纫扔仍日戎茸蓉荣融熔溶容绒冗揉柔肉茹蠕儒孺如辱乳汝入褥软阮蕊瑞锐闰润若弱撒洒萨腮鳃塞赛三叁"],["c940","葽",4,"蒃蒄蒅蒆蒊蒍蒏",7,"蒘蒚蒛蒝蒞蒟蒠蒢",12,"蒰蒱蒳蒵蒶蒷蒻蒼蒾蓀蓂蓃蓅蓆蓇蓈蓋蓌蓎蓏蓒蓔蓕蓗"],["c980","蓘",4,"蓞蓡蓢蓤蓧",4,"蓭蓮蓯蓱",10,"蓽蓾蔀蔁蔂伞散桑嗓丧搔骚扫嫂瑟色涩森僧莎砂杀刹沙纱傻啥煞筛晒珊苫杉山删煽衫闪陕擅赡膳善汕扇缮墒伤商赏晌上尚裳梢捎稍烧芍勺韶少哨邵绍奢赊蛇舌舍赦摄射慑涉社设砷申呻伸身深娠绅神沈审婶甚肾慎渗声生甥牲升绳"],["ca40","蔃",8,"蔍蔎蔏蔐蔒蔔蔕蔖蔘蔙蔛蔜蔝蔞蔠蔢",8,"蔭",9,"蔾",4,"蕄蕅蕆蕇蕋",10],["ca80","蕗蕘蕚蕛蕜蕝蕟",4,"蕥蕦蕧蕩",8,"蕳蕵蕶蕷蕸蕼蕽蕿薀薁省盛剩胜圣师失狮施湿诗尸虱十石拾时什食蚀实识史矢使屎驶始式示士世柿事拭誓逝势是嗜噬适仕侍释饰氏市恃室视试收手首守寿授售受瘦兽蔬枢梳殊抒输叔舒淑疏书赎孰熟薯暑曙署蜀黍鼠属术述树束戍竖墅庶数漱"],["cb40","薂薃薆薈",6,"薐",10,"薝",6,"薥薦薧薩薫薬薭薱",5,"薸薺",6,"藂",6,"藊",4,"藑藒"],["cb80","藔藖",5,"藝",6,"藥藦藧藨藪",14,"恕刷耍摔衰甩帅栓拴霜双爽谁水睡税吮瞬顺舜说硕朔烁斯撕嘶思私司丝死肆寺嗣四伺似饲巳松耸怂颂送宋讼诵搜艘擞嗽苏酥俗素速粟僳塑溯宿诉肃酸蒜算虽隋随绥髓碎岁穗遂隧祟孙损笋蓑梭唆缩琐索锁所塌他它她塔"],["cc40","藹藺藼藽藾蘀",4,"蘆",10,"蘒蘓蘔蘕蘗",15,"蘨蘪",13,"蘹蘺蘻蘽蘾蘿虀"],["cc80","虁",11,"虒虓處",4,"虛虜虝號虠虡虣",7,"獭挞蹋踏胎苔抬台泰酞太态汰坍摊贪瘫滩坛檀痰潭谭谈坦毯袒碳探叹炭汤塘搪堂棠膛唐糖倘躺淌趟烫掏涛滔绦萄桃逃淘陶讨套特藤腾疼誊梯剔踢锑提题蹄啼体替嚏惕涕剃屉天添填田甜恬舔腆挑条迢眺跳贴铁帖厅听烃"],["cd40","虭虯虰虲",6,"蚃",6,"蚎",4,"蚔蚖",5,"蚞",4,"蚥蚦蚫蚭蚮蚲蚳蚷蚸蚹蚻",4,"蛁蛂蛃蛅蛈蛌蛍蛒蛓蛕蛖蛗蛚蛜"],["cd80","蛝蛠蛡蛢蛣蛥蛦蛧蛨蛪蛫蛬蛯蛵蛶蛷蛺蛻蛼蛽蛿蜁蜄蜅蜆蜋蜌蜎蜏蜐蜑蜔蜖汀廷停亭庭挺艇通桐酮瞳同铜彤童桶捅筒统痛偷投头透凸秃突图徒途涂屠土吐兔湍团推颓腿蜕褪退吞屯臀拖托脱鸵陀驮驼椭妥拓唾挖哇蛙洼娃瓦袜歪外豌弯湾玩顽丸烷完碗挽晚皖惋宛婉万腕汪王亡枉网往旺望忘妄威"],["ce40","蜙蜛蜝蜟蜠蜤蜦蜧蜨蜪蜫蜬蜭蜯蜰蜲蜳蜵蜶蜸蜹蜺蜼蜽蝀",6,"蝊蝋蝍蝏蝐蝑蝒蝔蝕蝖蝘蝚",5,"蝡蝢蝦",7,"蝯蝱蝲蝳蝵"],["ce80","蝷蝸蝹蝺蝿螀螁螄螆螇螉螊螌螎",4,"螔螕螖螘",6,"螠",4,"巍微危韦违桅围唯惟为潍维苇萎委伟伪尾纬未蔚味畏胃喂魏位渭谓尉慰卫瘟温蚊文闻纹吻稳紊问嗡翁瓮挝蜗涡窝我斡卧握沃巫呜钨乌污诬屋无芜梧吾吴毋武五捂午舞伍侮坞戊雾晤物勿务悟误昔熙析西硒矽晰嘻吸锡牺"],["cf40","螥螦螧螩螪螮螰螱螲螴螶螷螸螹螻螼螾螿蟁",4,"蟇蟈蟉蟌",4,"蟔",6,"蟜蟝蟞蟟蟡蟢蟣蟤蟦蟧蟨蟩蟫蟬蟭蟯",9],["cf80","蟺蟻蟼蟽蟿蠀蠁蠂蠄",5,"蠋",7,"蠔蠗蠘蠙蠚蠜",4,"蠣稀息希悉膝夕惜熄烯溪汐犀檄袭席习媳喜铣洗系隙戏细瞎虾匣霞辖暇峡侠狭下厦夏吓掀锨先仙鲜纤咸贤衔舷闲涎弦嫌显险现献县腺馅羡宪陷限线相厢镶香箱襄湘乡翔祥详想响享项巷橡像向象萧硝霄削哮嚣销消宵淆晓"],["d040","蠤",13,"蠳",5,"蠺蠻蠽蠾蠿衁衂衃衆",5,"衎",5,"衕衖衘衚",6,"衦衧衪衭衯衱衳衴衵衶衸衹衺"],["d080","衻衼袀袃袆袇袉袊袌袎袏袐袑袓袔袕袗",4,"袝",4,"袣袥",5,"小孝校肖啸笑效楔些歇蝎鞋协挟携邪斜胁谐写械卸蟹懈泄泻谢屑薪芯锌欣辛新忻心信衅星腥猩惺兴刑型形邢行醒幸杏性姓兄凶胸匈汹雄熊休修羞朽嗅锈秀袖绣墟戌需虚嘘须徐许蓄酗叙旭序畜恤絮婿绪续轩喧宣悬旋玄"],["d140","袬袮袯袰袲",4,"袸袹袺袻袽袾袿裀裃裄裇裈裊裋裌裍裏裐裑裓裖裗裚",4,"裠裡裦裧裩",6,"裲裵裶裷裺裻製裿褀褁褃",5],["d180","褉褋",4,"褑褔",4,"褜",4,"褢褣褤褦褧褨褩褬褭褮褯褱褲褳褵褷选癣眩绚靴薛学穴雪血勋熏循旬询寻驯巡殉汛训讯逊迅压押鸦鸭呀丫芽牙蚜崖衙涯雅哑亚讶焉咽阉烟淹盐严研蜒岩延言颜阎炎沿奄掩眼衍演艳堰燕厌砚雁唁彦焰宴谚验殃央鸯秧杨扬佯疡羊洋阳氧仰痒养样漾邀腰妖瑶"],["d240","褸",8,"襂襃襅",24,"襠",5,"襧",19,"襼"],["d280","襽襾覀覂覄覅覇",26,"摇尧遥窑谣姚咬舀药要耀椰噎耶爷野冶也页掖业叶曳腋夜液一壹医揖铱依伊衣颐夷遗移仪胰疑沂宜姨彝椅蚁倚已乙矣以艺抑易邑屹亿役臆逸肄疫亦裔意毅忆义益溢诣议谊译异翼翌绎茵荫因殷音阴姻吟银淫寅饮尹引隐"],["d340","覢",30,"觃觍觓觔觕觗觘觙觛觝觟觠觡觢觤觧觨觩觪觬觭觮觰觱觲觴",6],["d380","觻",4,"訁",5,"計",21,"印英樱婴鹰应缨莹萤营荧蝇迎赢盈影颖硬映哟拥佣臃痈庸雍踊蛹咏泳涌永恿勇用幽优悠忧尤由邮铀犹油游酉有友右佑釉诱又幼迂淤于盂榆虞愚舆余俞逾鱼愉渝渔隅予娱雨与屿禹宇语羽玉域芋郁吁遇喻峪御愈欲狱育誉"],["d440","訞",31,"訿",8,"詉",21],["d480","詟",25,"詺",6,"浴寓裕预豫驭鸳渊冤元垣袁原援辕园员圆猿源缘远苑愿怨院曰约越跃钥岳粤月悦阅耘云郧匀陨允运蕴酝晕韵孕匝砸杂栽哉灾宰载再在咱攒暂赞赃脏葬遭糟凿藻枣早澡蚤躁噪造皂灶燥责择则泽贼怎增憎曾赠扎喳渣札轧"],["d540","誁",7,"誋",7,"誔",46],["d580","諃",32,"铡闸眨栅榨咋乍炸诈摘斋宅窄债寨瞻毡詹粘沾盏斩辗崭展蘸栈占战站湛绽樟章彰漳张掌涨杖丈帐账仗胀瘴障招昭找沼赵照罩兆肇召遮折哲蛰辙者锗蔗这浙珍斟真甄砧臻贞针侦枕疹诊震振镇阵蒸挣睁征狰争怔整拯正政"],["d640","諤",34,"謈",27],["d680","謤謥謧",30,"帧症郑证芝枝支吱蜘知肢脂汁之织职直植殖执值侄址指止趾只旨纸志挚掷至致置帜峙制智秩稚质炙痔滞治窒中盅忠钟衷终种肿重仲众舟周州洲诌粥轴肘帚咒皱宙昼骤珠株蛛朱猪诸诛逐竹烛煮拄瞩嘱主著柱助蛀贮铸筑"],["d740","譆",31,"譧",4,"譭",25],["d780","讇",24,"讬讱讻诇诐诪谉谞住注祝驻抓爪拽专砖转撰赚篆桩庄装妆撞壮状椎锥追赘坠缀谆准捉拙卓桌琢茁酌啄着灼浊兹咨资姿滋淄孜紫仔籽滓子自渍字鬃棕踪宗综总纵邹走奏揍租足卒族祖诅阻组钻纂嘴醉最罪尊遵昨左佐柞做作坐座"],["d840","谸",8,"豂豃豄豅豈豊豋豍",7,"豖豗豘豙豛",5,"豣",6,"豬",6,"豴豵豶豷豻",6,"貃貄貆貇"],["d880","貈貋貍",6,"貕貖貗貙",20,"亍丌兀丐廿卅丕亘丞鬲孬噩丨禺丿匕乇夭爻卮氐囟胤馗毓睾鼗丶亟鼐乜乩亓芈孛啬嘏仄厍厝厣厥厮靥赝匚叵匦匮匾赜卦卣刂刈刎刭刳刿剀剌剞剡剜蒯剽劂劁劐劓冂罔亻仃仉仂仨仡仫仞伛仳伢佤仵伥伧伉伫佞佧攸佚佝"],["d940","貮",62],["d980","賭",32,"佟佗伲伽佶佴侑侉侃侏佾佻侪佼侬侔俦俨俪俅俚俣俜俑俟俸倩偌俳倬倏倮倭俾倜倌倥倨偾偃偕偈偎偬偻傥傧傩傺僖儆僭僬僦僮儇儋仝氽佘佥俎龠汆籴兮巽黉馘冁夔勹匍訇匐凫夙兕亠兖亳衮袤亵脔裒禀嬴蠃羸冫冱冽冼"],["da40","贎",14,"贠赑赒赗赟赥赨赩赪赬赮赯赱赲赸",8,"趂趃趆趇趈趉趌",4,"趒趓趕",9,"趠趡"],["da80","趢趤",12,"趲趶趷趹趻趽跀跁跂跅跇跈跉跊跍跐跒跓跔凇冖冢冥讠讦讧讪讴讵讷诂诃诋诏诎诒诓诔诖诘诙诜诟诠诤诨诩诮诰诳诶诹诼诿谀谂谄谇谌谏谑谒谔谕谖谙谛谘谝谟谠谡谥谧谪谫谮谯谲谳谵谶卩卺阝阢阡阱阪阽阼陂陉陔陟陧陬陲陴隈隍隗隰邗邛邝邙邬邡邴邳邶邺"],["db40","跕跘跙跜跠跡跢跥跦跧跩跭跮跰跱跲跴跶跼跾",6,"踆踇踈踋踍踎踐踑踒踓踕",7,"踠踡踤",4,"踫踭踰踲踳踴踶踷踸踻踼踾"],["db80","踿蹃蹅蹆蹌",4,"蹓",5,"蹚",11,"蹧蹨蹪蹫蹮蹱邸邰郏郅邾郐郄郇郓郦郢郜郗郛郫郯郾鄄鄢鄞鄣鄱鄯鄹酃酆刍奂劢劬劭劾哿勐勖勰叟燮矍廴凵凼鬯厶弁畚巯坌垩垡塾墼壅壑圩圬圪圳圹圮圯坜圻坂坩垅坫垆坼坻坨坭坶坳垭垤垌垲埏垧垴垓垠埕埘埚埙埒垸埴埯埸埤埝"],["dc40","蹳蹵蹷",4,"蹽蹾躀躂躃躄躆躈",6,"躑躒躓躕",6,"躝躟",11,"躭躮躰躱躳",6,"躻",7],["dc80","軃",10,"軏",21,"堋堍埽埭堀堞堙塄堠塥塬墁墉墚墀馨鼙懿艹艽艿芏芊芨芄芎芑芗芙芫芸芾芰苈苊苣芘芷芮苋苌苁芩芴芡芪芟苄苎芤苡茉苷苤茏茇苜苴苒苘茌苻苓茑茚茆茔茕苠苕茜荑荛荜茈莒茼茴茱莛荞茯荏荇荃荟荀茗荠茭茺茳荦荥"],["dd40","軥",62],["dd80","輤",32,"荨茛荩荬荪荭荮莰荸莳莴莠莪莓莜莅荼莶莩荽莸荻莘莞莨莺莼菁萁菥菘堇萘萋菝菽菖萜萸萑萆菔菟萏萃菸菹菪菅菀萦菰菡葜葑葚葙葳蒇蒈葺蒉葸萼葆葩葶蒌蒎萱葭蓁蓍蓐蓦蒽蓓蓊蒿蒺蓠蒡蒹蒴蒗蓥蓣蔌甍蔸蓰蔹蔟蔺"],["de40","轅",32,"轪辀辌辒辝辠辡辢辤辥辦辧辪辬辭辮辯農辳辴辵辷辸辺辻込辿迀迃迆"],["de80","迉",4,"迏迒迖迗迚迠迡迣迧迬迯迱迲迴迵迶迺迻迼迾迿逇逈逌逎逓逕逘蕖蔻蓿蓼蕙蕈蕨蕤蕞蕺瞢蕃蕲蕻薤薨薇薏蕹薮薜薅薹薷薰藓藁藜藿蘧蘅蘩蘖蘼廾弈夼奁耷奕奚奘匏尢尥尬尴扌扪抟抻拊拚拗拮挢拶挹捋捃掭揶捱捺掎掴捭掬掊捩掮掼揲揸揠揿揄揞揎摒揆掾摅摁搋搛搠搌搦搡摞撄摭撖"],["df40","這逜連逤逥逧",5,"逰",4,"逷逹逺逽逿遀遃遅遆遈",4,"過達違遖遙遚遜",5,"遤遦遧適遪遫遬遯",4,"遶",6,"遾邁"],["df80","還邅邆邇邉邊邌",4,"邒邔邖邘邚邜邞邟邠邤邥邧邨邩邫邭邲邷邼邽邿郀摺撷撸撙撺擀擐擗擤擢攉攥攮弋忒甙弑卟叱叽叩叨叻吒吖吆呋呒呓呔呖呃吡呗呙吣吲咂咔呷呱呤咚咛咄呶呦咝哐咭哂咴哒咧咦哓哔呲咣哕咻咿哌哙哚哜咩咪咤哝哏哞唛哧唠哽唔哳唢唣唏唑唧唪啧喏喵啉啭啁啕唿啐唼"],["e040","郂郃郆郈郉郋郌郍郒郔郕郖郘郙郚郞郟郠郣郤郥郩郪郬郮郰郱郲郳郵郶郷郹郺郻郼郿鄀鄁鄃鄅",19,"鄚鄛鄜"],["e080","鄝鄟鄠鄡鄤",10,"鄰鄲",6,"鄺",8,"酄唷啖啵啶啷唳唰啜喋嗒喃喱喹喈喁喟啾嗖喑啻嗟喽喾喔喙嗪嗷嗉嘟嗑嗫嗬嗔嗦嗝嗄嗯嗥嗲嗳嗌嗍嗨嗵嗤辔嘞嘈嘌嘁嘤嘣嗾嘀嘧嘭噘嘹噗嘬噍噢噙噜噌噔嚆噤噱噫噻噼嚅嚓嚯囔囗囝囡囵囫囹囿圄圊圉圜帏帙帔帑帱帻帼"],["e140","酅酇酈酑酓酔酕酖酘酙酛酜酟酠酦酧酨酫酭酳酺酻酼醀",4,"醆醈醊醎醏醓",6,"醜",5,"醤",5,"醫醬醰醱醲醳醶醷醸醹醻"],["e180","醼",10,"釈釋釐釒",9,"針",8,"帷幄幔幛幞幡岌屺岍岐岖岈岘岙岑岚岜岵岢岽岬岫岱岣峁岷峄峒峤峋峥崂崃崧崦崮崤崞崆崛嵘崾崴崽嵬嵛嵯嵝嵫嵋嵊嵩嵴嶂嶙嶝豳嶷巅彳彷徂徇徉後徕徙徜徨徭徵徼衢彡犭犰犴犷犸狃狁狎狍狒狨狯狩狲狴狷猁狳猃狺"],["e240","釦",62],["e280","鈥",32,"狻猗猓猡猊猞猝猕猢猹猥猬猸猱獐獍獗獠獬獯獾舛夥飧夤夂饣饧",5,"饴饷饽馀馄馇馊馍馐馑馓馔馕庀庑庋庖庥庠庹庵庾庳赓廒廑廛廨廪膺忄忉忖忏怃忮怄忡忤忾怅怆忪忭忸怙怵怦怛怏怍怩怫怊怿怡恸恹恻恺恂"],["e340","鉆",45,"鉵",16],["e380","銆",7,"銏",24,"恪恽悖悚悭悝悃悒悌悛惬悻悱惝惘惆惚悴愠愦愕愣惴愀愎愫慊慵憬憔憧憷懔懵忝隳闩闫闱闳闵闶闼闾阃阄阆阈阊阋阌阍阏阒阕阖阗阙阚丬爿戕氵汔汜汊沣沅沐沔沌汨汩汴汶沆沩泐泔沭泷泸泱泗沲泠泖泺泫泮沱泓泯泾"],["e440","銨",5,"銯",24,"鋉",31],["e480","鋩",32,"洹洧洌浃浈洇洄洙洎洫浍洮洵洚浏浒浔洳涑浯涞涠浞涓涔浜浠浼浣渚淇淅淞渎涿淠渑淦淝淙渖涫渌涮渫湮湎湫溲湟溆湓湔渲渥湄滟溱溘滠漭滢溥溧溽溻溷滗溴滏溏滂溟潢潆潇漤漕滹漯漶潋潴漪漉漩澉澍澌潸潲潼潺濑"],["e540","錊",51,"錿",10],["e580","鍊",31,"鍫濉澧澹澶濂濡濮濞濠濯瀚瀣瀛瀹瀵灏灞宀宄宕宓宥宸甯骞搴寤寮褰寰蹇謇辶迓迕迥迮迤迩迦迳迨逅逄逋逦逑逍逖逡逵逶逭逯遄遑遒遐遨遘遢遛暹遴遽邂邈邃邋彐彗彖彘尻咫屐屙孱屣屦羼弪弩弭艴弼鬻屮妁妃妍妩妪妣"],["e640","鍬",34,"鎐",27],["e680","鎬",29,"鏋鏌鏍妗姊妫妞妤姒妲妯姗妾娅娆姝娈姣姘姹娌娉娲娴娑娣娓婀婧婊婕娼婢婵胬媪媛婷婺媾嫫媲嫒嫔媸嫠嫣嫱嫖嫦嫘嫜嬉嬗嬖嬲嬷孀尕尜孚孥孳孑孓孢驵驷驸驺驿驽骀骁骅骈骊骐骒骓骖骘骛骜骝骟骠骢骣骥骧纟纡纣纥纨纩"],["e740","鏎",7,"鏗",54],["e780","鐎",32,"纭纰纾绀绁绂绉绋绌绐绔绗绛绠绡绨绫绮绯绱绲缍绶绺绻绾缁缂缃缇缈缋缌缏缑缒缗缙缜缛缟缡",6,"缪缫缬缭缯",4,"缵幺畿巛甾邕玎玑玮玢玟珏珂珑玷玳珀珉珈珥珙顼琊珩珧珞玺珲琏琪瑛琦琥琨琰琮琬"],["e840","鐯",14,"鐿",43,"鑬鑭鑮鑯"],["e880","鑰",20,"钑钖钘铇铏铓铔铚铦铻锜锠琛琚瑁瑜瑗瑕瑙瑷瑭瑾璜璎璀璁璇璋璞璨璩璐璧瓒璺韪韫韬杌杓杞杈杩枥枇杪杳枘枧杵枨枞枭枋杷杼柰栉柘栊柩枰栌柙枵柚枳柝栀柃枸柢栎柁柽栲栳桠桡桎桢桄桤梃栝桕桦桁桧桀栾桊桉栩梵梏桴桷梓桫棂楮棼椟椠棹"],["e940","锧锳锽镃镈镋镕镚镠镮镴镵長",7,"門",42],["e980","閫",32,"椤棰椋椁楗棣椐楱椹楠楂楝榄楫榀榘楸椴槌榇榈槎榉楦楣楹榛榧榻榫榭槔榱槁槊槟榕槠榍槿樯槭樗樘橥槲橄樾檠橐橛樵檎橹樽樨橘橼檑檐檩檗檫猷獒殁殂殇殄殒殓殍殚殛殡殪轫轭轱轲轳轵轶轸轷轹轺轼轾辁辂辄辇辋"],["ea40","闌",27,"闬闿阇阓阘阛阞阠阣",6,"阫阬阭阯阰阷阸阹阺阾陁陃陊陎陏陑陒陓陖陗"],["ea80","陘陙陚陜陝陞陠陣陥陦陫陭",4,"陳陸",12,"隇隉隊辍辎辏辘辚軎戋戗戛戟戢戡戥戤戬臧瓯瓴瓿甏甑甓攴旮旯旰昊昙杲昃昕昀炅曷昝昴昱昶昵耆晟晔晁晏晖晡晗晷暄暌暧暝暾曛曜曦曩贲贳贶贻贽赀赅赆赈赉赇赍赕赙觇觊觋觌觎觏觐觑牮犟牝牦牯牾牿犄犋犍犏犒挈挲掰"],["eb40","隌階隑隒隓隕隖隚際隝",9,"隨",7,"隱隲隴隵隷隸隺隻隿雂雃雈雊雋雐雑雓雔雖",9,"雡",6,"雫"],["eb80","雬雭雮雰雱雲雴雵雸雺電雼雽雿霂霃霅霊霋霌霐霑霒霔霕霗",4,"霝霟霠搿擘耄毪毳毽毵毹氅氇氆氍氕氘氙氚氡氩氤氪氲攵敕敫牍牒牖爰虢刖肟肜肓肼朊肽肱肫肭肴肷胧胨胩胪胛胂胄胙胍胗朐胝胫胱胴胭脍脎胲胼朕脒豚脶脞脬脘脲腈腌腓腴腙腚腱腠腩腼腽腭腧塍媵膈膂膑滕膣膪臌朦臊膻"],["ec40","霡",8,"霫霬霮霯霱霳",4,"霺霻霼霽霿",18,"靔靕靗靘靚靜靝靟靣靤靦靧靨靪",7],["ec80","靲靵靷",4,"靽",7,"鞆",4,"鞌鞎鞏鞐鞓鞕鞖鞗鞙",4,"臁膦欤欷欹歃歆歙飑飒飓飕飙飚殳彀毂觳斐齑斓於旆旄旃旌旎旒旖炀炜炖炝炻烀炷炫炱烨烊焐焓焖焯焱煳煜煨煅煲煊煸煺熘熳熵熨熠燠燔燧燹爝爨灬焘煦熹戾戽扃扈扉礻祀祆祉祛祜祓祚祢祗祠祯祧祺禅禊禚禧禳忑忐"],["ed40","鞞鞟鞡鞢鞤",6,"鞬鞮鞰鞱鞳鞵",46],["ed80","韤韥韨韮",4,"韴韷",23,"怼恝恚恧恁恙恣悫愆愍慝憩憝懋懑戆肀聿沓泶淼矶矸砀砉砗砘砑斫砭砜砝砹砺砻砟砼砥砬砣砩硎硭硖硗砦硐硇硌硪碛碓碚碇碜碡碣碲碹碥磔磙磉磬磲礅磴礓礤礞礴龛黹黻黼盱眄眍盹眇眈眚眢眙眭眦眵眸睐睑睇睃睚睨"],["ee40","頏",62],["ee80","顎",32,"睢睥睿瞍睽瞀瞌瞑瞟瞠瞰瞵瞽町畀畎畋畈畛畲畹疃罘罡罟詈罨罴罱罹羁罾盍盥蠲钅钆钇钋钊钌钍钏钐钔钗钕钚钛钜钣钤钫钪钭钬钯钰钲钴钶",4,"钼钽钿铄铈",6,"铐铑铒铕铖铗铙铘铛铞铟铠铢铤铥铧铨铪"],["ef40","顯",5,"颋颎颒颕颙颣風",37,"飏飐飔飖飗飛飜飝飠",4],["ef80","飥飦飩",30,"铩铫铮铯铳铴铵铷铹铼铽铿锃锂锆锇锉锊锍锎锏锒",4,"锘锛锝锞锟锢锪锫锩锬锱锲锴锶锷锸锼锾锿镂锵镄镅镆镉镌镎镏镒镓镔镖镗镘镙镛镞镟镝镡镢镤",8,"镯镱镲镳锺矧矬雉秕秭秣秫稆嵇稃稂稞稔"],["f040","餈",4,"餎餏餑",28,"餯",26],["f080","饊",9,"饖",12,"饤饦饳饸饹饻饾馂馃馉稹稷穑黏馥穰皈皎皓皙皤瓞瓠甬鸠鸢鸨",4,"鸲鸱鸶鸸鸷鸹鸺鸾鹁鹂鹄鹆鹇鹈鹉鹋鹌鹎鹑鹕鹗鹚鹛鹜鹞鹣鹦",6,"鹱鹭鹳疒疔疖疠疝疬疣疳疴疸痄疱疰痃痂痖痍痣痨痦痤痫痧瘃痱痼痿瘐瘀瘅瘌瘗瘊瘥瘘瘕瘙"],["f140","馌馎馚",10,"馦馧馩",47],["f180","駙",32,"瘛瘼瘢瘠癀瘭瘰瘿瘵癃瘾瘳癍癞癔癜癖癫癯翊竦穸穹窀窆窈窕窦窠窬窨窭窳衤衩衲衽衿袂袢裆袷袼裉裢裎裣裥裱褚裼裨裾裰褡褙褓褛褊褴褫褶襁襦襻疋胥皲皴矜耒耔耖耜耠耢耥耦耧耩耨耱耋耵聃聆聍聒聩聱覃顸颀颃"],["f240","駺",62],["f280","騹",32,"颉颌颍颏颔颚颛颞颟颡颢颥颦虍虔虬虮虿虺虼虻蚨蚍蚋蚬蚝蚧蚣蚪蚓蚩蚶蛄蚵蛎蚰蚺蚱蚯蛉蛏蚴蛩蛱蛲蛭蛳蛐蜓蛞蛴蛟蛘蛑蜃蜇蛸蜈蜊蜍蜉蜣蜻蜞蜥蜮蜚蜾蝈蜴蜱蜩蜷蜿螂蜢蝽蝾蝻蝠蝰蝌蝮螋蝓蝣蝼蝤蝙蝥螓螯螨蟒"],["f340","驚",17,"驲骃骉骍骎骔骕骙骦骩",6,"骲骳骴骵骹骻骽骾骿髃髄髆",4,"髍髎髏髐髒體髕髖髗髙髚髛髜"],["f380","髝髞髠髢髣髤髥髧髨髩髪髬髮髰",8,"髺髼",6,"鬄鬅鬆蟆螈螅螭螗螃螫蟥螬螵螳蟋蟓螽蟑蟀蟊蟛蟪蟠蟮蠖蠓蟾蠊蠛蠡蠹蠼缶罂罄罅舐竺竽笈笃笄笕笊笫笏筇笸笪笙笮笱笠笥笤笳笾笞筘筚筅筵筌筝筠筮筻筢筲筱箐箦箧箸箬箝箨箅箪箜箢箫箴篑篁篌篝篚篥篦篪簌篾篼簏簖簋"],["f440","鬇鬉",5,"鬐鬑鬒鬔",10,"鬠鬡鬢鬤",10,"鬰鬱鬳",7,"鬽鬾鬿魀魆魊魋魌魎魐魒魓魕",5],["f480","魛",32,"簟簪簦簸籁籀臾舁舂舄臬衄舡舢舣舭舯舨舫舸舻舳舴舾艄艉艋艏艚艟艨衾袅袈裘裟襞羝羟羧羯羰羲籼敉粑粝粜粞粢粲粼粽糁糇糌糍糈糅糗糨艮暨羿翎翕翥翡翦翩翮翳糸絷綦綮繇纛麸麴赳趄趔趑趱赧赭豇豉酊酐酎酏酤"],["f540","魼",62],["f580","鮻",32,"酢酡酰酩酯酽酾酲酴酹醌醅醐醍醑醢醣醪醭醮醯醵醴醺豕鹾趸跫踅蹙蹩趵趿趼趺跄跖跗跚跞跎跏跛跆跬跷跸跣跹跻跤踉跽踔踝踟踬踮踣踯踺蹀踹踵踽踱蹉蹁蹂蹑蹒蹊蹰蹶蹼蹯蹴躅躏躔躐躜躞豸貂貊貅貘貔斛觖觞觚觜"],["f640","鯜",62],["f680","鰛",32,"觥觫觯訾謦靓雩雳雯霆霁霈霏霎霪霭霰霾龀龃龅",5,"龌黾鼋鼍隹隼隽雎雒瞿雠銎銮鋈錾鍪鏊鎏鐾鑫鱿鲂鲅鲆鲇鲈稣鲋鲎鲐鲑鲒鲔鲕鲚鲛鲞",5,"鲥",4,"鲫鲭鲮鲰",7,"鲺鲻鲼鲽鳄鳅鳆鳇鳊鳋"],["f740","鰼",62],["f780","鱻鱽鱾鲀鲃鲄鲉鲊鲌鲏鲓鲖鲗鲘鲙鲝鲪鲬鲯鲹鲾",4,"鳈鳉鳑鳒鳚鳛鳠鳡鳌",4,"鳓鳔鳕鳗鳘鳙鳜鳝鳟鳢靼鞅鞑鞒鞔鞯鞫鞣鞲鞴骱骰骷鹘骶骺骼髁髀髅髂髋髌髑魅魃魇魉魈魍魑飨餍餮饕饔髟髡髦髯髫髻髭髹鬈鬏鬓鬟鬣麽麾縻麂麇麈麋麒鏖麝麟黛黜黝黠黟黢黩黧黥黪黯鼢鼬鼯鼹鼷鼽鼾齄"],["f840","鳣",62],["f880","鴢",32],["f940","鵃",62],["f980","鶂",32],["fa40","鶣",62],["fa80","鷢",32],["fb40","鸃",27,"鸤鸧鸮鸰鸴鸻鸼鹀鹍鹐鹒鹓鹔鹖鹙鹝鹟鹠鹡鹢鹥鹮鹯鹲鹴",9,"麀"],["fb80","麁麃麄麅麆麉麊麌",5,"麔",8,"麞麠",5,"麧麨麩麪"],["fc40","麫",8,"麵麶麷麹麺麼麿",4,"黅黆黇黈黊黋黌黐黒黓黕黖黗黙黚點黡黣黤黦黨黫黬黭黮黰",8,"黺黽黿",6],["fc80","鼆",4,"鼌鼏鼑鼒鼔鼕鼖鼘鼚",5,"鼡鼣",8,"鼭鼮鼰鼱"],["fd40","鼲",4,"鼸鼺鼼鼿",4,"齅",10,"齒",38],["fd80","齹",5,"龁龂龍",11,"龜龝龞龡",4,"郎凉秊裏隣"],["fe40","兀嗀﨎﨏﨑﨓﨔礼﨟蘒﨡﨣﨤﨧﨨﨩"]]')},21166:i=>{i.exports=JSON.parse('[["0","\\u0000",127],["8141","갂갃갅갆갋",4,"갘갞갟갡갢갣갥",6,"갮갲갳갴"],["8161","갵갶갷갺갻갽갾갿걁",9,"걌걎",5,"걕"],["8181","걖걗걙걚걛걝",18,"걲걳걵걶걹걻",4,"겂겇겈겍겎겏겑겒겓겕",6,"겞겢",5,"겫겭겮겱",6,"겺겾겿곀곂곃곅곆곇곉곊곋곍",7,"곖곘",7,"곢곣곥곦곩곫곭곮곲곴곷",4,"곾곿괁괂괃괅괇",4,"괎괐괒괓"],["8241","괔괕괖괗괙괚괛괝괞괟괡",7,"괪괫괮",5],["8261","괶괷괹괺괻괽",6,"굆굈굊",5,"굑굒굓굕굖굗"],["8281","굙",7,"굢굤",7,"굮굯굱굲굷굸굹굺굾궀궃",4,"궊궋궍궎궏궑",10,"궞",5,"궥",17,"궸",7,"귂귃귅귆귇귉",6,"귒귔",7,"귝귞귟귡귢귣귥",18],["8341","귺귻귽귾긂",5,"긊긌긎",5,"긕",7],["8361","긝",18,"긲긳긵긶긹긻긼"],["8381","긽긾긿깂깄깇깈깉깋깏깑깒깓깕깗",4,"깞깢깣깤깦깧깪깫깭깮깯깱",6,"깺깾",5,"꺆",5,"꺍",46,"꺿껁껂껃껅",6,"껎껒",5,"껚껛껝",8],["8441","껦껧껩껪껬껮",5,"껵껶껷껹껺껻껽",8],["8461","꼆꼉꼊꼋꼌꼎꼏꼑",18],["8481","꼤",7,"꼮꼯꼱꼳꼵",6,"꼾꽀꽄꽅꽆꽇꽊",5,"꽑",10,"꽞",5,"꽦",18,"꽺",5,"꾁꾂꾃꾅꾆꾇꾉",6,"꾒꾓꾔꾖",5,"꾝",26,"꾺꾻꾽꾾"],["8541","꾿꿁",5,"꿊꿌꿏",4,"꿕",6,"꿝",4],["8561","꿢",5,"꿪",5,"꿲꿳꿵꿶꿷꿹",6,"뀂뀃"],["8581","뀅",6,"뀍뀎뀏뀑뀒뀓뀕",6,"뀞",9,"뀩",26,"끆끇끉끋끍끏끐끑끒끖끘끚끛끜끞",29,"끾끿낁낂낃낅",6,"낎낐낒",5,"낛낝낞낣낤"],["8641","낥낦낧낪낰낲낶낷낹낺낻낽",6,"냆냊",5,"냒"],["8661","냓냕냖냗냙",6,"냡냢냣냤냦",10],["8681","냱",22,"넊넍넎넏넑넔넕넖넗넚넞",4,"넦넧넩넪넫넭",6,"넶넺",5,"녂녃녅녆녇녉",6,"녒녓녖녗녙녚녛녝녞녟녡",22,"녺녻녽녾녿놁놃",4,"놊놌놎놏놐놑놕놖놗놙놚놛놝"],["8741","놞",9,"놩",15],["8761","놹",18,"뇍뇎뇏뇑뇒뇓뇕"],["8781","뇖",5,"뇞뇠",7,"뇪뇫뇭뇮뇯뇱",7,"뇺뇼뇾",5,"눆눇눉눊눍",6,"눖눘눚",5,"눡",18,"눵",6,"눽",26,"뉙뉚뉛뉝뉞뉟뉡",6,"뉪",4],["8841","뉯",4,"뉶",5,"뉽",6,"늆늇늈늊",4],["8861","늏늒늓늕늖늗늛",4,"늢늤늧늨늩늫늭늮늯늱늲늳늵늶늷"],["8881","늸",15,"닊닋닍닎닏닑닓",4,"닚닜닞닟닠닡닣닧닩닪닰닱닲닶닼닽닾댂댃댅댆댇댉",6,"댒댖",5,"댝",54,"덗덙덚덝덠덡덢덣"],["8941","덦덨덪덬덭덯덲덳덵덶덷덹",6,"뎂뎆",5,"뎍"],["8961","뎎뎏뎑뎒뎓뎕",10,"뎢",5,"뎩뎪뎫뎭"],["8981","뎮",21,"돆돇돉돊돍돏돑돒돓돖돘돚돜돞돟돡돢돣돥돦돧돩",18,"돽",18,"됑",6,"됙됚됛됝됞됟됡",6,"됪됬",7,"됵",15],["8a41","둅",10,"둒둓둕둖둗둙",6,"둢둤둦"],["8a61","둧",4,"둭",18,"뒁뒂"],["8a81","뒃",4,"뒉",19,"뒞",5,"뒥뒦뒧뒩뒪뒫뒭",7,"뒶뒸뒺",5,"듁듂듃듅듆듇듉",6,"듑듒듓듔듖",5,"듞듟듡듢듥듧",4,"듮듰듲",5,"듹",26,"딖딗딙딚딝"],["8b41","딞",5,"딦딫",4,"딲딳딵딶딷딹",6,"땂땆"],["8b61","땇땈땉땊땎땏땑땒땓땕",6,"땞땢",8],["8b81","땫",52,"떢떣떥떦떧떩떬떭떮떯떲떶",4,"떾떿뗁뗂뗃뗅",6,"뗎뗒",5,"뗙",18,"뗭",18],["8c41","똀",15,"똒똓똕똖똗똙",4],["8c61","똞",6,"똦",5,"똭",6,"똵",5],["8c81","똻",12,"뙉",26,"뙥뙦뙧뙩",50,"뚞뚟뚡뚢뚣뚥",5,"뚭뚮뚯뚰뚲",16],["8d41","뛃",16,"뛕",8],["8d61","뛞",17,"뛱뛲뛳뛵뛶뛷뛹뛺"],["8d81","뛻",4,"뜂뜃뜄뜆",33,"뜪뜫뜭뜮뜱",6,"뜺뜼",7,"띅띆띇띉띊띋띍",6,"띖",9,"띡띢띣띥띦띧띩",6,"띲띴띶",5,"띾띿랁랂랃랅",6,"랎랓랔랕랚랛랝랞"],["8e41","랟랡",6,"랪랮",5,"랶랷랹",8],["8e61","럂",4,"럈럊",19],["8e81","럞",13,"럮럯럱럲럳럵",6,"럾렂",4,"렊렋렍렎렏렑",6,"렚렜렞",5,"렦렧렩렪렫렭",6,"렶렺",5,"롁롂롃롅",11,"롒롔",7,"롞롟롡롢롣롥",6,"롮롰롲",5,"롹롺롻롽",7],["8f41","뢅",7,"뢎",17],["8f61","뢠",7,"뢩",6,"뢱뢲뢳뢵뢶뢷뢹",4],["8f81","뢾뢿룂룄룆",5,"룍룎룏룑룒룓룕",7,"룞룠룢",5,"룪룫룭룮룯룱",6,"룺룼룾",5,"뤅",18,"뤙",6,"뤡",26,"뤾뤿륁륂륃륅",6,"륍륎륐륒",5],["9041","륚륛륝륞륟륡",6,"륪륬륮",5,"륶륷륹륺륻륽"],["9061","륾",5,"릆릈릋릌릏",15],["9081","릟",12,"릮릯릱릲릳릵",6,"릾맀맂",5,"맊맋맍맓",4,"맚맜맟맠맢맦맧맩맪맫맭",6,"맶맻",4,"먂",5,"먉",11,"먖",33,"먺먻먽먾먿멁멃멄멅멆"],["9141","멇멊멌멏멐멑멒멖멗멙멚멛멝",6,"멦멪",5],["9161","멲멳멵멶멷멹",9,"몆몈몉몊몋몍",5],["9181","몓",20,"몪몭몮몯몱몳",4,"몺몼몾",5,"뫅뫆뫇뫉",14,"뫚",33,"뫽뫾뫿묁묂묃묅",7,"묎묐묒",5,"묙묚묛묝묞묟묡",6],["9241","묨묪묬",7,"묷묹묺묿",4,"뭆뭈뭊뭋뭌뭎뭑뭒"],["9261","뭓뭕뭖뭗뭙",7,"뭢뭤",7,"뭭",4],["9281","뭲",21,"뮉뮊뮋뮍뮎뮏뮑",18,"뮥뮦뮧뮩뮪뮫뮭",6,"뮵뮶뮸",7,"믁믂믃믅믆믇믉",6,"믑믒믔",35,"믺믻믽믾밁"],["9341","밃",4,"밊밎밐밒밓밙밚밠밡밢밣밦밨밪밫밬밮밯밲밳밵"],["9361","밶밷밹",6,"뱂뱆뱇뱈뱊뱋뱎뱏뱑",8],["9381","뱚뱛뱜뱞",37,"벆벇벉벊벍벏",4,"벖벘벛",4,"벢벣벥벦벩",6,"벲벶",5,"벾벿볁볂볃볅",7,"볎볒볓볔볖볗볙볚볛볝",22,"볷볹볺볻볽"],["9441","볾",5,"봆봈봊",5,"봑봒봓봕",8],["9461","봞",5,"봥",6,"봭",12],["9481","봺",5,"뵁",6,"뵊뵋뵍뵎뵏뵑",6,"뵚",9,"뵥뵦뵧뵩",22,"붂붃붅붆붋",4,"붒붔붖붗붘붛붝",6,"붥",10,"붱",6,"붹",24],["9541","뷒뷓뷖뷗뷙뷚뷛뷝",11,"뷪",5,"뷱"],["9561","뷲뷳뷵뷶뷷뷹",6,"븁븂븄븆",5,"븎븏븑븒븓"],["9581","븕",6,"븞븠",35,"빆빇빉빊빋빍빏",4,"빖빘빜빝빞빟빢빣빥빦빧빩빫",4,"빲빶",4,"빾빿뺁뺂뺃뺅",6,"뺎뺒",5,"뺚",13,"뺩",14],["9641","뺸",23,"뻒뻓"],["9661","뻕뻖뻙",6,"뻡뻢뻦",5,"뻭",8],["9681","뻶",10,"뼂",5,"뼊",13,"뼚뼞",33,"뽂뽃뽅뽆뽇뽉",6,"뽒뽓뽔뽖",44],["9741","뾃",16,"뾕",8],["9761","뾞",17,"뾱",7],["9781","뾹",11,"뿆",5,"뿎뿏뿑뿒뿓뿕",6,"뿝뿞뿠뿢",89,"쀽쀾쀿"],["9841","쁀",16,"쁒",5,"쁙쁚쁛"],["9861","쁝쁞쁟쁡",6,"쁪",15],["9881","쁺",21,"삒삓삕삖삗삙",6,"삢삤삦",5,"삮삱삲삷",4,"삾샂샃샄샆샇샊샋샍샎샏샑",6,"샚샞",5,"샦샧샩샪샫샭",6,"샶샸샺",5,"섁섂섃섅섆섇섉",6,"섑섒섓섔섖",5,"섡섢섥섨섩섪섫섮"],["9941","섲섳섴섵섷섺섻섽섾섿셁",6,"셊셎",5,"셖셗"],["9961","셙셚셛셝",6,"셦셪",5,"셱셲셳셵셶셷셹셺셻"],["9981","셼",8,"솆",5,"솏솑솒솓솕솗",4,"솞솠솢솣솤솦솧솪솫솭솮솯솱",11,"솾",5,"쇅쇆쇇쇉쇊쇋쇍",6,"쇕쇖쇙",6,"쇡쇢쇣쇥쇦쇧쇩",6,"쇲쇴",7,"쇾쇿숁숂숃숅",6,"숎숐숒",5,"숚숛숝숞숡숢숣"],["9a41","숤숥숦숧숪숬숮숰숳숵",16],["9a61","쉆쉇쉉",6,"쉒쉓쉕쉖쉗쉙",6,"쉡쉢쉣쉤쉦"],["9a81","쉧",4,"쉮쉯쉱쉲쉳쉵",6,"쉾슀슂",5,"슊",5,"슑",6,"슙슚슜슞",5,"슦슧슩슪슫슮",5,"슶슸슺",33,"싞싟싡싢싥",5,"싮싰싲싳싴싵싷싺싽싾싿쌁",6,"쌊쌋쌎쌏"],["9b41","쌐쌑쌒쌖쌗쌙쌚쌛쌝",6,"쌦쌧쌪",8],["9b61","쌳",17,"썆",7],["9b81","썎",25,"썪썫썭썮썯썱썳",4,"썺썻썾",5,"쎅쎆쎇쎉쎊쎋쎍",50,"쏁",22,"쏚"],["9c41","쏛쏝쏞쏡쏣",4,"쏪쏫쏬쏮",5,"쏶쏷쏹",5],["9c61","쏿",8,"쐉",6,"쐑",9],["9c81","쐛",8,"쐥",6,"쐭쐮쐯쐱쐲쐳쐵",6,"쐾",9,"쑉",26,"쑦쑧쑩쑪쑫쑭",6,"쑶쑷쑸쑺",5,"쒁",18,"쒕",6,"쒝",12],["9d41","쒪",13,"쒹쒺쒻쒽",8],["9d61","쓆",25],["9d81","쓠",8,"쓪",5,"쓲쓳쓵쓶쓷쓹쓻쓼쓽쓾씂",9,"씍씎씏씑씒씓씕",6,"씝",10,"씪씫씭씮씯씱",6,"씺씼씾",5,"앆앇앋앏앐앑앒앖앚앛앜앟앢앣앥앦앧앩",6,"앲앶",5,"앾앿얁얂얃얅얆얈얉얊얋얎얐얒얓얔"],["9e41","얖얙얚얛얝얞얟얡",7,"얪",9,"얶"],["9e61","얷얺얿",4,"엋엍엏엒엓엕엖엗엙",6,"엢엤엦엧"],["9e81","엨엩엪엫엯엱엲엳엵엸엹엺엻옂옃옄옉옊옋옍옎옏옑",6,"옚옝",6,"옦옧옩옪옫옯옱옲옶옸옺옼옽옾옿왂왃왅왆왇왉",6,"왒왖",5,"왞왟왡",10,"왭왮왰왲",5,"왺왻왽왾왿욁",6,"욊욌욎",5,"욖욗욙욚욛욝",6,"욦"],["9f41","욨욪",5,"욲욳욵욶욷욻",4,"웂웄웆",5,"웎"],["9f61","웏웑웒웓웕",6,"웞웟웢",5,"웪웫웭웮웯웱웲"],["9f81","웳",4,"웺웻웼웾",5,"윆윇윉윊윋윍",6,"윖윘윚",5,"윢윣윥윦윧윩",6,"윲윴윶윸윹윺윻윾윿읁읂읃읅",4,"읋읎읐읙읚읛읝읞읟읡",6,"읩읪읬",7,"읶읷읹읺읻읿잀잁잂잆잋잌잍잏잒잓잕잙잛",4,"잢잧",4,"잮잯잱잲잳잵잶잷"],["a041","잸잹잺잻잾쟂",5,"쟊쟋쟍쟏쟑",6,"쟙쟚쟛쟜"],["a061","쟞",5,"쟥쟦쟧쟩쟪쟫쟭",13],["a081","쟻",4,"젂젃젅젆젇젉젋",4,"젒젔젗",4,"젞젟젡젢젣젥",6,"젮젰젲",5,"젹젺젻젽젾젿졁",6,"졊졋졎",5,"졕",26,"졲졳졵졶졷졹졻",4,"좂좄좈좉좊좎",5,"좕",7,"좞좠좢좣좤"],["a141","좥좦좧좩",18,"좾좿죀죁"],["a161","죂죃죅죆죇죉죊죋죍",6,"죖죘죚",5,"죢죣죥"],["a181","죦",14,"죶",5,"죾죿줁줂줃줇",4,"줎 、。·‥…¨〃―∥\∼‘’“”〔〕〈",9,"±×÷≠≤≥∞∴°′″℃Å¢£¥♂♀∠⊥⌒∂∇≡≒§※☆★○●◎◇◆□■△▲▽▼→←↑↓↔〓≪≫√∽∝∵∫∬∈∋⊆⊇⊂⊃∪∩∧∨¬"],["a241","줐줒",5,"줙",18],["a261","줭",6,"줵",18],["a281","쥈",7,"쥒쥓쥕쥖쥗쥙",6,"쥢쥤",7,"쥭쥮쥯⇒⇔∀∃´~ˇ˘˝˚˙¸˛¡¿ː∮∑∏¤℉‰◁◀▷▶♤♠♡♥♧♣⊙◈▣◐◑▒▤▥▨▧▦▩♨☏☎☜☞¶†‡↕↗↙↖↘♭♩♪♬㉿㈜№㏇™㏂㏘℡€®"],["a341","쥱쥲쥳쥵",6,"쥽",10,"즊즋즍즎즏"],["a361","즑",6,"즚즜즞",16],["a381","즯",16,"짂짃짅짆짉짋",4,"짒짔짗짘짛!",58,"₩]",32," ̄"],["a441","짞짟짡짣짥짦짨짩짪짫짮짲",5,"짺짻짽짾짿쨁쨂쨃쨄"],["a461","쨅쨆쨇쨊쨎",5,"쨕쨖쨗쨙",12],["a481","쨦쨧쨨쨪",28,"ㄱ",93],["a541","쩇",4,"쩎쩏쩑쩒쩓쩕",6,"쩞쩢",5,"쩩쩪"],["a561","쩫",17,"쩾",5,"쪅쪆"],["a581","쪇",16,"쪙",14,"ⅰ",9],["a5b0","Ⅰ",9],["a5c1","Α",16,"Σ",6],["a5e1","α",16,"σ",6],["a641","쪨",19,"쪾쪿쫁쫂쫃쫅"],["a661","쫆",5,"쫎쫐쫒쫔쫕쫖쫗쫚",5,"쫡",6],["a681","쫨쫩쫪쫫쫭",6,"쫵",18,"쬉쬊─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂┒┑┚┙┖┕┎┍┞┟┡┢┦┧┩┪┭┮┱┲┵┶┹┺┽┾╀╁╃",7],["a741","쬋",4,"쬑쬒쬓쬕쬖쬗쬙",6,"쬢",7],["a761","쬪",22,"쭂쭃쭄"],["a781","쭅쭆쭇쭊쭋쭍쭎쭏쭑",6,"쭚쭛쭜쭞",5,"쭥",7,"㎕㎖㎗ℓ㎘㏄㎣㎤㎥㎦㎙",9,"㏊㎍㎎㎏㏏㎈㎉㏈㎧㎨㎰",9,"㎀",4,"㎺",5,"㎐",4,"Ω㏀㏁㎊㎋㎌㏖㏅㎭㎮㎯㏛㎩㎪㎫㎬㏝㏐㏓㏃㏉㏜㏆"],["a841","쭭",10,"쭺",14],["a861","쮉",18,"쮝",6],["a881","쮤",19,"쮹",11,"ÆÐªĦ"],["a8a6","IJ"],["a8a8","ĿŁØŒºÞŦŊ"],["a8b1","㉠",27,"ⓐ",25,"①",14,"½⅓⅔¼¾⅛⅜⅝⅞"],["a941","쯅",14,"쯕",10],["a961","쯠쯡쯢쯣쯥쯦쯨쯪",18],["a981","쯽",14,"찎찏찑찒찓찕",6,"찞찟찠찣찤æđðħıijĸŀłøœßþŧŋʼn㈀",27,"⒜",25,"⑴",14,"¹²³⁴ⁿ₁₂₃₄"],["aa41","찥찦찪찫찭찯찱",6,"찺찿",4,"챆챇챉챊챋챍챎"],["aa61","챏",4,"챖챚",5,"챡챢챣챥챧챩",6,"챱챲"],["aa81","챳챴챶",29,"ぁ",82],["ab41","첔첕첖첗첚첛첝첞첟첡",6,"첪첮",5,"첶첷첹"],["ab61","첺첻첽",6,"쳆쳈쳊",5,"쳑쳒쳓쳕",5],["ab81","쳛",8,"쳥",6,"쳭쳮쳯쳱",12,"ァ",85],["ac41","쳾쳿촀촂",5,"촊촋촍촎촏촑",6,"촚촜촞촟촠"],["ac61","촡촢촣촥촦촧촩촪촫촭",11,"촺",4],["ac81","촿",28,"쵝쵞쵟А",5,"ЁЖ",25],["acd1","а",5,"ёж",25],["ad41","쵡쵢쵣쵥",6,"쵮쵰쵲",5,"쵹",7],["ad61","춁",6,"춉",10,"춖춗춙춚춛춝춞춟"],["ad81","춠춡춢춣춦춨춪",5,"춱",18,"췅"],["ae41","췆",5,"췍췎췏췑",16],["ae61","췢",5,"췩췪췫췭췮췯췱",6,"췺췼췾",4],["ae81","츃츅츆츇츉츊츋츍",6,"츕츖츗츘츚",5,"츢츣츥츦츧츩츪츫"],["af41","츬츭츮츯츲츴츶",19],["af61","칊",13,"칚칛칝칞칢",5,"칪칬"],["af81","칮",5,"칶칷칹칺칻칽",6,"캆캈캊",5,"캒캓캕캖캗캙"],["b041","캚",5,"캢캦",5,"캮",12],["b061","캻",5,"컂",19],["b081","컖",13,"컦컧컩컪컭",6,"컶컺",5,"가각간갇갈갉갊감",7,"같",4,"갠갤갬갭갯갰갱갸갹갼걀걋걍걔걘걜거걱건걷걸걺검겁것겄겅겆겉겊겋게겐겔겜겝겟겠겡겨격겪견겯결겸겹겻겼경곁계곈곌곕곗고곡곤곧골곪곬곯곰곱곳공곶과곽관괄괆"],["b141","켂켃켅켆켇켉",6,"켒켔켖",5,"켝켞켟켡켢켣"],["b161","켥",6,"켮켲",5,"켹",11],["b181","콅",14,"콖콗콙콚콛콝",6,"콦콨콪콫콬괌괍괏광괘괜괠괩괬괭괴괵괸괼굄굅굇굉교굔굘굡굣구국군굳굴굵굶굻굼굽굿궁궂궈궉권궐궜궝궤궷귀귁귄귈귐귑귓규균귤그극근귿글긁금급긋긍긔기긱긴긷길긺김깁깃깅깆깊까깍깎깐깔깖깜깝깟깠깡깥깨깩깬깰깸"],["b241","콭콮콯콲콳콵콶콷콹",6,"쾁쾂쾃쾄쾆",5,"쾍"],["b261","쾎",18,"쾢",5,"쾩"],["b281","쾪",5,"쾱",18,"쿅",6,"깹깻깼깽꺄꺅꺌꺼꺽꺾껀껄껌껍껏껐껑께껙껜껨껫껭껴껸껼꼇꼈꼍꼐꼬꼭꼰꼲꼴꼼꼽꼿꽁꽂꽃꽈꽉꽐꽜꽝꽤꽥꽹꾀꾄꾈꾐꾑꾕꾜꾸꾹꾼꿀꿇꿈꿉꿋꿍꿎꿔꿜꿨꿩꿰꿱꿴꿸뀀뀁뀄뀌뀐뀔뀜뀝뀨끄끅끈끊끌끎끓끔끕끗끙"],["b341","쿌",19,"쿢쿣쿥쿦쿧쿩"],["b361","쿪",5,"쿲쿴쿶",5,"쿽쿾쿿퀁퀂퀃퀅",5],["b381","퀋",5,"퀒",5,"퀙",19,"끝끼끽낀낄낌낍낏낑나낙낚난낟날낡낢남납낫",4,"낱낳내낵낸낼냄냅냇냈냉냐냑냔냘냠냥너넉넋넌널넒넓넘넙넛넜넝넣네넥넨넬넴넵넷넸넹녀녁년녈념녑녔녕녘녜녠노녹논놀놂놈놉놋농높놓놔놘놜놨뇌뇐뇔뇜뇝"],["b441","퀮",5,"퀶퀷퀹퀺퀻퀽",6,"큆큈큊",5],["b461","큑큒큓큕큖큗큙",6,"큡",10,"큮큯"],["b481","큱큲큳큵",6,"큾큿킀킂",18,"뇟뇨뇩뇬뇰뇹뇻뇽누눅눈눋눌눔눕눗눙눠눴눼뉘뉜뉠뉨뉩뉴뉵뉼늄늅늉느늑는늘늙늚늠늡늣능늦늪늬늰늴니닉닌닐닒님닙닛닝닢다닥닦단닫",4,"닳담답닷",4,"닿대댁댄댈댐댑댓댔댕댜더덕덖던덛덜덞덟덤덥"],["b541","킕",14,"킦킧킩킪킫킭",5],["b561","킳킶킸킺",5,"탂탃탅탆탇탊",5,"탒탖",4],["b581","탛탞탟탡탢탣탥",6,"탮탲",5,"탹",11,"덧덩덫덮데덱덴델뎀뎁뎃뎄뎅뎌뎐뎔뎠뎡뎨뎬도독돈돋돌돎돐돔돕돗동돛돝돠돤돨돼됐되된될됨됩됫됴두둑둔둘둠둡둣둥둬뒀뒈뒝뒤뒨뒬뒵뒷뒹듀듄듈듐듕드득든듣들듦듬듭듯등듸디딕딘딛딜딤딥딧딨딩딪따딱딴딸"],["b641","턅",7,"턎",17],["b661","턠",15,"턲턳턵턶턷턹턻턼턽턾"],["b681","턿텂텆",5,"텎텏텑텒텓텕",6,"텞텠텢",5,"텩텪텫텭땀땁땃땄땅땋때땍땐땔땜땝땟땠땡떠떡떤떨떪떫떰떱떳떴떵떻떼떽뗀뗄뗌뗍뗏뗐뗑뗘뗬또똑똔똘똥똬똴뙈뙤뙨뚜뚝뚠뚤뚫뚬뚱뛔뛰뛴뛸뜀뜁뜅뜨뜩뜬뜯뜰뜸뜹뜻띄띈띌띔띕띠띤띨띰띱띳띵라락란랄람랍랏랐랑랒랖랗"],["b741","텮",13,"텽",6,"톅톆톇톉톊"],["b761","톋",20,"톢톣톥톦톧"],["b781","톩",6,"톲톴톶톷톸톹톻톽톾톿퇁",14,"래랙랜랠램랩랫랬랭랴략랸럇량러럭런럴럼럽럿렀렁렇레렉렌렐렘렙렛렝려력련렬렴렵렷렸령례롄롑롓로록론롤롬롭롯롱롸롼뢍뢨뢰뢴뢸룀룁룃룅료룐룔룝룟룡루룩룬룰룸룹룻룽뤄뤘뤠뤼뤽륀륄륌륏륑류륙륜률륨륩"],["b841","퇐",7,"퇙",17],["b861","퇫",8,"퇵퇶퇷퇹",13],["b881","툈툊",5,"툑",24,"륫륭르륵른를름릅릇릉릊릍릎리릭린릴림립릿링마막만많",4,"맘맙맛망맞맡맣매맥맨맬맴맵맷맸맹맺먀먁먈먕머먹먼멀멂멈멉멋멍멎멓메멕멘멜멤멥멧멨멩며멱면멸몃몄명몇몌모목몫몬몰몲몸몹못몽뫄뫈뫘뫙뫼"],["b941","툪툫툮툯툱툲툳툵",6,"툾퉀퉂",5,"퉉퉊퉋퉌"],["b961","퉍",14,"퉝",6,"퉥퉦퉧퉨"],["b981","퉩",22,"튂튃튅튆튇튉튊튋튌묀묄묍묏묑묘묜묠묩묫무묵묶문묻물묽묾뭄뭅뭇뭉뭍뭏뭐뭔뭘뭡뭣뭬뮈뮌뮐뮤뮨뮬뮴뮷므믄믈믐믓미믹민믿밀밂밈밉밋밌밍및밑바",4,"받",4,"밤밥밧방밭배백밴밸뱀뱁뱃뱄뱅뱉뱌뱍뱐뱝버벅번벋벌벎범법벗"],["ba41","튍튎튏튒튓튔튖",5,"튝튞튟튡튢튣튥",6,"튭"],["ba61","튮튯튰튲",5,"튺튻튽튾틁틃",4,"틊틌",5],["ba81","틒틓틕틖틗틙틚틛틝",6,"틦",9,"틲틳틵틶틷틹틺벙벚베벡벤벧벨벰벱벳벴벵벼벽변별볍볏볐병볕볘볜보복볶본볼봄봅봇봉봐봔봤봬뵀뵈뵉뵌뵐뵘뵙뵤뵨부북분붇불붉붊붐붑붓붕붙붚붜붤붰붸뷔뷕뷘뷜뷩뷰뷴뷸븀븃븅브븍븐블븜븝븟비빅빈빌빎빔빕빗빙빚빛빠빡빤"],["bb41","틻",4,"팂팄팆",5,"팏팑팒팓팕팗",4,"팞팢팣"],["bb61","팤팦팧팪팫팭팮팯팱",6,"팺팾",5,"퍆퍇퍈퍉"],["bb81","퍊",31,"빨빪빰빱빳빴빵빻빼빽뺀뺄뺌뺍뺏뺐뺑뺘뺙뺨뻐뻑뻔뻗뻘뻠뻣뻤뻥뻬뼁뼈뼉뼘뼙뼛뼜뼝뽀뽁뽄뽈뽐뽑뽕뾔뾰뿅뿌뿍뿐뿔뿜뿟뿡쀼쁑쁘쁜쁠쁨쁩삐삑삔삘삠삡삣삥사삭삯산삳살삵삶삼삽삿샀상샅새색샌샐샘샙샛샜생샤"],["bc41","퍪",17,"퍾퍿펁펂펃펅펆펇"],["bc61","펈펉펊펋펎펒",5,"펚펛펝펞펟펡",6,"펪펬펮"],["bc81","펯",4,"펵펶펷펹펺펻펽",6,"폆폇폊",5,"폑",5,"샥샨샬샴샵샷샹섀섄섈섐섕서",4,"섣설섦섧섬섭섯섰성섶세섹센셀셈셉셋셌셍셔셕션셜셤셥셧셨셩셰셴셸솅소속솎손솔솖솜솝솟송솥솨솩솬솰솽쇄쇈쇌쇔쇗쇘쇠쇤쇨쇰쇱쇳쇼쇽숀숄숌숍숏숑수숙순숟술숨숩숫숭"],["bd41","폗폙",7,"폢폤",7,"폮폯폱폲폳폵폶폷"],["bd61","폸폹폺폻폾퐀퐂",5,"퐉",13],["bd81","퐗",5,"퐞",25,"숯숱숲숴쉈쉐쉑쉔쉘쉠쉥쉬쉭쉰쉴쉼쉽쉿슁슈슉슐슘슛슝스슥슨슬슭슴습슷승시식신싣실싫심십싯싱싶싸싹싻싼쌀쌈쌉쌌쌍쌓쌔쌕쌘쌜쌤쌥쌨쌩썅써썩썬썰썲썸썹썼썽쎄쎈쎌쏀쏘쏙쏜쏟쏠쏢쏨쏩쏭쏴쏵쏸쐈쐐쐤쐬쐰"],["be41","퐸",7,"푁푂푃푅",14],["be61","푔",7,"푝푞푟푡푢푣푥",7,"푮푰푱푲"],["be81","푳",4,"푺푻푽푾풁풃",4,"풊풌풎",5,"풕",8,"쐴쐼쐽쑈쑤쑥쑨쑬쑴쑵쑹쒀쒔쒜쒸쒼쓩쓰쓱쓴쓸쓺쓿씀씁씌씐씔씜씨씩씬씰씸씹씻씽아악안앉않알앍앎앓암압앗았앙앝앞애액앤앨앰앱앳앴앵야약얀얄얇얌얍얏양얕얗얘얜얠얩어억언얹얻얼얽얾엄",6,"엌엎"],["bf41","풞",10,"풪",14],["bf61","풹",18,"퓍퓎퓏퓑퓒퓓퓕"],["bf81","퓖",5,"퓝퓞퓠",7,"퓩퓪퓫퓭퓮퓯퓱",6,"퓹퓺퓼에엑엔엘엠엡엣엥여역엮연열엶엷염",5,"옅옆옇예옌옐옘옙옛옜오옥온올옭옮옰옳옴옵옷옹옻와왁완왈왐왑왓왔왕왜왝왠왬왯왱외왹왼욀욈욉욋욍요욕욘욜욤욥욧용우욱운울욹욺움웁웃웅워웍원월웜웝웠웡웨"],["c041","퓾",5,"픅픆픇픉픊픋픍",6,"픖픘",5],["c061","픞",25],["c081","픸픹픺픻픾픿핁핂핃핅",6,"핎핐핒",5,"핚핛핝핞핟핡핢핣웩웬웰웸웹웽위윅윈윌윔윕윗윙유육윤율윰윱윳융윷으윽은을읊음읍읏응",7,"읜읠읨읫이익인일읽읾잃임입잇있잉잊잎자작잔잖잗잘잚잠잡잣잤장잦재잭잰잴잼잽잿쟀쟁쟈쟉쟌쟎쟐쟘쟝쟤쟨쟬저적전절젊"],["c141","핤핦핧핪핬핮",5,"핶핷핹핺핻핽",6,"햆햊햋"],["c161","햌햍햎햏햑",19,"햦햧"],["c181","햨",31,"점접젓정젖제젝젠젤젬젭젯젱져젼졀졈졉졌졍졔조족존졸졺좀좁좃종좆좇좋좌좍좔좝좟좡좨좼좽죄죈죌죔죕죗죙죠죡죤죵주죽준줄줅줆줌줍줏중줘줬줴쥐쥑쥔쥘쥠쥡쥣쥬쥰쥴쥼즈즉즌즐즘즙즛증지직진짇질짊짐집짓"],["c241","헊헋헍헎헏헑헓",4,"헚헜헞",5,"헦헧헩헪헫헭헮"],["c261","헯",4,"헶헸헺",5,"혂혃혅혆혇혉",6,"혒"],["c281","혖",5,"혝혞혟혡혢혣혥",7,"혮",9,"혺혻징짖짙짚짜짝짠짢짤짧짬짭짯짰짱째짹짼쨀쨈쨉쨋쨌쨍쨔쨘쨩쩌쩍쩐쩔쩜쩝쩟쩠쩡쩨쩽쪄쪘쪼쪽쫀쫄쫌쫍쫏쫑쫓쫘쫙쫠쫬쫴쬈쬐쬔쬘쬠쬡쭁쭈쭉쭌쭐쭘쭙쭝쭤쭸쭹쮜쮸쯔쯤쯧쯩찌찍찐찔찜찝찡찢찧차착찬찮찰참찹찻"],["c341","혽혾혿홁홂홃홄홆홇홊홌홎홏홐홒홓홖홗홙홚홛홝",4],["c361","홢",4,"홨홪",5,"홲홳홵",11],["c381","횁횂횄횆",5,"횎횏횑횒횓횕",7,"횞횠횢",5,"횩횪찼창찾채책챈챌챔챕챗챘챙챠챤챦챨챰챵처척천철첨첩첫첬청체첵첸첼쳄쳅쳇쳉쳐쳔쳤쳬쳰촁초촉촌촐촘촙촛총촤촨촬촹최쵠쵤쵬쵭쵯쵱쵸춈추축춘출춤춥춧충춰췄췌췐취췬췰췸췹췻췽츄츈츌츔츙츠측츤츨츰츱츳층"],["c441","횫횭횮횯횱",7,"횺횼",7,"훆훇훉훊훋"],["c461","훍훎훏훐훒훓훕훖훘훚",5,"훡훢훣훥훦훧훩",4],["c481","훮훯훱훲훳훴훶",5,"훾훿휁휂휃휅",11,"휒휓휔치칙친칟칠칡침칩칫칭카칵칸칼캄캅캇캉캐캑캔캘캠캡캣캤캥캬캭컁커컥컨컫컬컴컵컷컸컹케켁켄켈켐켑켓켕켜켠켤켬켭켯켰켱켸코콕콘콜콤콥콧콩콰콱콴콸쾀쾅쾌쾡쾨쾰쿄쿠쿡쿤쿨쿰쿱쿳쿵쿼퀀퀄퀑퀘퀭퀴퀵퀸퀼"],["c541","휕휖휗휚휛휝휞휟휡",6,"휪휬휮",5,"휶휷휹"],["c561","휺휻휽",6,"흅흆흈흊",5,"흒흓흕흚",4],["c581","흟흢흤흦흧흨흪흫흭흮흯흱흲흳흵",6,"흾흿힀힂",5,"힊힋큄큅큇큉큐큔큘큠크큭큰클큼큽킁키킥킨킬킴킵킷킹타탁탄탈탉탐탑탓탔탕태택탠탤탬탭탯탰탱탸턍터턱턴털턺텀텁텃텄텅테텍텐텔템텝텟텡텨텬텼톄톈토톡톤톨톰톱톳통톺톼퇀퇘퇴퇸툇툉툐투툭툰툴툼툽툿퉁퉈퉜"],["c641","힍힎힏힑",6,"힚힜힞",5],["c6a1","퉤튀튁튄튈튐튑튕튜튠튤튬튱트특튼튿틀틂틈틉틋틔틘틜틤틥티틱틴틸팀팁팃팅파팍팎판팔팖팜팝팟팠팡팥패팩팬팰팸팹팻팼팽퍄퍅퍼퍽펀펄펌펍펏펐펑페펙펜펠펨펩펫펭펴편펼폄폅폈평폐폘폡폣포폭폰폴폼폽폿퐁"],["c7a1","퐈퐝푀푄표푠푤푭푯푸푹푼푿풀풂품풉풋풍풔풩퓌퓐퓔퓜퓟퓨퓬퓰퓸퓻퓽프픈플픔픕픗피픽핀필핌핍핏핑하학한할핥함합핫항해핵핸핼햄햅햇했행햐향허헉헌헐헒험헙헛헝헤헥헨헬헴헵헷헹혀혁현혈혐협혓혔형혜혠"],["c8a1","혤혭호혹혼홀홅홈홉홋홍홑화확환활홧황홰홱홴횃횅회획횐횔횝횟횡효횬횰횹횻후훅훈훌훑훔훗훙훠훤훨훰훵훼훽휀휄휑휘휙휜휠휨휩휫휭휴휵휸휼흄흇흉흐흑흔흖흗흘흙흠흡흣흥흩희흰흴흼흽힁히힉힌힐힘힙힛힝"],["caa1","伽佳假價加可呵哥嘉嫁家暇架枷柯歌珂痂稼苛茄街袈訶賈跏軻迦駕刻却各恪慤殼珏脚覺角閣侃刊墾奸姦干幹懇揀杆柬桿澗癎看磵稈竿簡肝艮艱諫間乫喝曷渴碣竭葛褐蝎鞨勘坎堪嵌感憾戡敢柑橄減甘疳監瞰紺邯鑑鑒龕"],["cba1","匣岬甲胛鉀閘剛堈姜岡崗康强彊慷江畺疆糠絳綱羌腔舡薑襁講鋼降鱇介价個凱塏愷愾慨改槪漑疥皆盖箇芥蓋豈鎧開喀客坑更粳羹醵倨去居巨拒据據擧渠炬祛距踞車遽鉅鋸乾件健巾建愆楗腱虔蹇鍵騫乞傑杰桀儉劍劒檢"],["cca1","瞼鈐黔劫怯迲偈憩揭擊格檄激膈覡隔堅牽犬甄絹繭肩見譴遣鵑抉決潔結缺訣兼慊箝謙鉗鎌京俓倞傾儆勁勍卿坰境庚徑慶憬擎敬景暻更梗涇炅烱璟璥瓊痙硬磬竟競絅經耕耿脛莖警輕逕鏡頃頸驚鯨係啓堺契季屆悸戒桂械"],["cda1","棨溪界癸磎稽系繫繼計誡谿階鷄古叩告呱固姑孤尻庫拷攷故敲暠枯槁沽痼皐睾稿羔考股膏苦苽菰藁蠱袴誥賈辜錮雇顧高鼓哭斛曲梏穀谷鵠困坤崑昆梱棍滾琨袞鯤汨滑骨供公共功孔工恐恭拱控攻珙空蚣貢鞏串寡戈果瓜"],["cea1","科菓誇課跨過鍋顆廓槨藿郭串冠官寬慣棺款灌琯瓘管罐菅觀貫關館刮恝括适侊光匡壙廣曠洸炚狂珖筐胱鑛卦掛罫乖傀塊壞怪愧拐槐魁宏紘肱轟交僑咬喬嬌嶠巧攪敎校橋狡皎矯絞翹膠蕎蛟較轎郊餃驕鮫丘久九仇俱具勾"],["cfa1","區口句咎嘔坵垢寇嶇廐懼拘救枸柩構歐毆毬求溝灸狗玖球瞿矩究絿耉臼舅舊苟衢謳購軀逑邱鉤銶駒驅鳩鷗龜國局菊鞠鞫麴君窘群裙軍郡堀屈掘窟宮弓穹窮芎躬倦券勸卷圈拳捲權淃眷厥獗蕨蹶闕机櫃潰詭軌饋句晷歸貴"],["d0a1","鬼龜叫圭奎揆槻珪硅窺竅糾葵規赳逵閨勻均畇筠菌鈞龜橘克剋劇戟棘極隙僅劤勤懃斤根槿瑾筋芹菫覲謹近饉契今妗擒昑檎琴禁禽芩衾衿襟金錦伋及急扱汲級給亘兢矜肯企伎其冀嗜器圻基埼夔奇妓寄岐崎己幾忌技旗旣"],["d1a1","朞期杞棋棄機欺氣汽沂淇玘琦琪璂璣畸畿碁磯祁祇祈祺箕紀綺羈耆耭肌記譏豈起錡錤飢饑騎騏驥麒緊佶吉拮桔金喫儺喇奈娜懦懶拏拿癩",5,"那樂",4,"諾酪駱亂卵暖欄煖爛蘭難鸞捏捺南嵐枏楠湳濫男藍襤拉"],["d2a1","納臘蠟衲囊娘廊",4,"乃來內奈柰耐冷女年撚秊念恬拈捻寧寗努勞奴弩怒擄櫓爐瑙盧",5,"駑魯",10,"濃籠聾膿農惱牢磊腦賂雷尿壘",7,"嫩訥杻紐勒",5,"能菱陵尼泥匿溺多茶"],["d3a1","丹亶但單團壇彖斷旦檀段湍短端簞緞蛋袒鄲鍛撻澾獺疸達啖坍憺擔曇淡湛潭澹痰聃膽蕁覃談譚錟沓畓答踏遝唐堂塘幢戇撞棠當糖螳黨代垈坮大對岱帶待戴擡玳臺袋貸隊黛宅德悳倒刀到圖堵塗導屠島嶋度徒悼挑掉搗桃"],["d4a1","棹櫂淘渡滔濤燾盜睹禱稻萄覩賭跳蹈逃途道都鍍陶韜毒瀆牘犢獨督禿篤纛讀墩惇敦旽暾沌焞燉豚頓乭突仝冬凍動同憧東桐棟洞潼疼瞳童胴董銅兜斗杜枓痘竇荳讀豆逗頭屯臀芚遁遯鈍得嶝橙燈登等藤謄鄧騰喇懶拏癩羅"],["d5a1","蘿螺裸邏樂洛烙珞絡落諾酪駱丹亂卵欄欒瀾爛蘭鸞剌辣嵐擥攬欖濫籃纜藍襤覽拉臘蠟廊朗浪狼琅瑯螂郞來崍徠萊冷掠略亮倆兩凉梁樑粮粱糧良諒輛量侶儷勵呂廬慮戾旅櫚濾礪藜蠣閭驢驪麗黎力曆歷瀝礫轢靂憐戀攣漣"],["d6a1","煉璉練聯蓮輦連鍊冽列劣洌烈裂廉斂殮濂簾獵令伶囹寧岺嶺怜玲笭羚翎聆逞鈴零靈領齡例澧禮醴隷勞怒撈擄櫓潞瀘爐盧老蘆虜路輅露魯鷺鹵碌祿綠菉錄鹿麓論壟弄朧瀧瓏籠聾儡瀨牢磊賂賚賴雷了僚寮廖料燎療瞭聊蓼"],["d7a1","遼鬧龍壘婁屢樓淚漏瘻累縷蔞褸鏤陋劉旒柳榴流溜瀏琉瑠留瘤硫謬類六戮陸侖倫崙淪綸輪律慄栗率隆勒肋凜凌楞稜綾菱陵俚利厘吏唎履悧李梨浬犁狸理璃異痢籬罹羸莉裏裡里釐離鯉吝潾燐璘藺躪隣鱗麟林淋琳臨霖砬"],["d8a1","立笠粒摩瑪痲碼磨馬魔麻寞幕漠膜莫邈万卍娩巒彎慢挽晩曼滿漫灣瞞萬蔓蠻輓饅鰻唜抹末沫茉襪靺亡妄忘忙望網罔芒茫莽輞邙埋妹媒寐昧枚梅每煤罵買賣邁魅脈貊陌驀麥孟氓猛盲盟萌冪覓免冕勉棉沔眄眠綿緬面麵滅"],["d9a1","蔑冥名命明暝椧溟皿瞑茗蓂螟酩銘鳴袂侮冒募姆帽慕摸摹暮某模母毛牟牡瑁眸矛耗芼茅謀謨貌木沐牧目睦穆鶩歿沒夢朦蒙卯墓妙廟描昴杳渺猫竗苗錨務巫憮懋戊拇撫无楙武毋無珷畝繆舞茂蕪誣貿霧鵡墨默們刎吻問文"],["daa1","汶紊紋聞蚊門雯勿沕物味媚尾嵋彌微未梶楣渼湄眉米美薇謎迷靡黴岷悶愍憫敏旻旼民泯玟珉緡閔密蜜謐剝博拍搏撲朴樸泊珀璞箔粕縛膊舶薄迫雹駁伴半反叛拌搬攀斑槃泮潘班畔瘢盤盼磐磻礬絆般蟠返頒飯勃拔撥渤潑"],["dba1","發跋醱鉢髮魃倣傍坊妨尨幇彷房放方旁昉枋榜滂磅紡肪膀舫芳蒡蚌訪謗邦防龐倍俳北培徘拜排杯湃焙盃背胚裴裵褙賠輩配陪伯佰帛柏栢白百魄幡樊煩燔番磻繁蕃藩飜伐筏罰閥凡帆梵氾汎泛犯範范法琺僻劈壁擘檗璧癖"],["dca1","碧蘗闢霹便卞弁變辨辯邊別瞥鱉鼈丙倂兵屛幷昞昺柄棅炳甁病秉竝輧餠騈保堡報寶普步洑湺潽珤甫菩補褓譜輔伏僕匐卜宓復服福腹茯蔔複覆輹輻馥鰒本乶俸奉封峯峰捧棒烽熢琫縫蓬蜂逢鋒鳳不付俯傅剖副否咐埠夫婦"],["dda1","孚孵富府復扶敷斧浮溥父符簿缶腐腑膚艀芙莩訃負賦賻赴趺部釜阜附駙鳧北分吩噴墳奔奮忿憤扮昐汾焚盆粉糞紛芬賁雰不佛弗彿拂崩朋棚硼繃鵬丕備匕匪卑妃婢庇悲憊扉批斐枇榧比毖毗毘沸泌琵痺砒碑秕秘粃緋翡肥"],["dea1","脾臂菲蜚裨誹譬費鄙非飛鼻嚬嬪彬斌檳殯浜濱瀕牝玭貧賓頻憑氷聘騁乍事些仕伺似使俟僿史司唆嗣四士奢娑寫寺射巳師徙思捨斜斯柶査梭死沙泗渣瀉獅砂社祀祠私篩紗絲肆舍莎蓑蛇裟詐詞謝賜赦辭邪飼駟麝削數朔索"],["dfa1","傘刪山散汕珊産疝算蒜酸霰乷撒殺煞薩三參杉森渗芟蔘衫揷澁鈒颯上傷像償商喪嘗孀尙峠常床庠廂想桑橡湘爽牀狀相祥箱翔裳觴詳象賞霜塞璽賽嗇塞穡索色牲生甥省笙墅壻嶼序庶徐恕抒捿敍暑曙書栖棲犀瑞筮絮緖署"],["e0a1","胥舒薯西誓逝鋤黍鼠夕奭席惜昔晳析汐淅潟石碩蓆釋錫仙僊先善嬋宣扇敾旋渲煽琁瑄璇璿癬禪線繕羨腺膳船蘚蟬詵跣選銑鐥饍鮮卨屑楔泄洩渫舌薛褻設說雪齧剡暹殲纖蟾贍閃陝攝涉燮葉城姓宬性惺成星晟猩珹盛省筬"],["e1a1","聖聲腥誠醒世勢歲洗稅笹細說貰召嘯塑宵小少巢所掃搔昭梳沼消溯瀟炤燒甦疏疎瘙笑篠簫素紹蔬蕭蘇訴逍遡邵銷韶騷俗屬束涑粟續謖贖速孫巽損蓀遜飡率宋悚松淞訟誦送頌刷殺灑碎鎖衰釗修受嗽囚垂壽嫂守岫峀帥愁"],["e2a1","戍手授搜收數樹殊水洙漱燧狩獸琇璲瘦睡秀穗竪粹綏綬繡羞脩茱蒐蓚藪袖誰讐輸遂邃酬銖銹隋隧隨雖需須首髓鬚叔塾夙孰宿淑潚熟琡璹肅菽巡徇循恂旬栒楯橓殉洵淳珣盾瞬筍純脣舜荀蓴蕣詢諄醇錞順馴戌術述鉥崇崧"],["e3a1","嵩瑟膝蝨濕拾習褶襲丞乘僧勝升承昇繩蠅陞侍匙嘶始媤尸屎屍市弑恃施是時枾柴猜矢示翅蒔蓍視試詩諡豕豺埴寔式息拭植殖湜熄篒蝕識軾食飾伸侁信呻娠宸愼新晨燼申神紳腎臣莘薪藎蜃訊身辛辰迅失室實悉審尋心沁"],["e4a1","沈深瀋甚芯諶什十拾雙氏亞俄兒啞娥峨我牙芽莪蛾衙訝阿雅餓鴉鵝堊岳嶽幄惡愕握樂渥鄂鍔顎鰐齷安岸按晏案眼雁鞍顔鮟斡謁軋閼唵岩巖庵暗癌菴闇壓押狎鴨仰央怏昻殃秧鴦厓哀埃崖愛曖涯碍艾隘靄厄扼掖液縊腋額"],["e5a1","櫻罌鶯鸚也倻冶夜惹揶椰爺耶若野弱掠略約若葯蒻藥躍亮佯兩凉壤孃恙揚攘敭暘梁楊樣洋瀁煬痒瘍禳穰糧羊良襄諒讓釀陽量養圄御於漁瘀禦語馭魚齬億憶抑檍臆偃堰彦焉言諺孼蘖俺儼嚴奄掩淹嶪業円予余勵呂女如廬"],["e6a1","旅歟汝濾璵礖礪與艅茹輿轝閭餘驪麗黎亦力域役易曆歷疫繹譯轢逆驛嚥堧姸娟宴年延憐戀捐挻撚椽沇沿涎涓淵演漣烟然煙煉燃燕璉硏硯秊筵緣練縯聯衍軟輦蓮連鉛鍊鳶列劣咽悅涅烈熱裂說閱厭廉念捻染殮炎焰琰艶苒"],["e7a1","簾閻髥鹽曄獵燁葉令囹塋寧嶺嶸影怜映暎楹榮永泳渶潁濚瀛瀯煐營獰玲瑛瑩瓔盈穎纓羚聆英詠迎鈴鍈零霙靈領乂倪例刈叡曳汭濊猊睿穢芮藝蘂禮裔詣譽豫醴銳隸霓預五伍俉傲午吾吳嗚塢墺奧娛寤悟惡懊敖旿晤梧汚澳"],["e8a1","烏熬獒筽蜈誤鰲鼇屋沃獄玉鈺溫瑥瘟穩縕蘊兀壅擁瓮甕癰翁邕雍饔渦瓦窩窪臥蛙蝸訛婉完宛梡椀浣玩琓琬碗緩翫脘腕莞豌阮頑曰往旺枉汪王倭娃歪矮外嵬巍猥畏了僚僥凹堯夭妖姚寥寮尿嶢拗搖撓擾料曜樂橈燎燿瑤療"],["e9a1","窈窯繇繞耀腰蓼蟯要謠遙遼邀饒慾欲浴縟褥辱俑傭冗勇埇墉容庸慂榕涌湧溶熔瑢用甬聳茸蓉踊鎔鏞龍于佑偶優又友右宇寓尤愚憂旴牛玗瑀盂祐禑禹紆羽芋藕虞迂遇郵釪隅雨雩勖彧旭昱栯煜稶郁頊云暈橒殞澐熉耘芸蕓"],["eaa1","運隕雲韻蔚鬱亐熊雄元原員圓園垣媛嫄寃怨愿援沅洹湲源爰猿瑗苑袁轅遠阮院願鴛月越鉞位偉僞危圍委威尉慰暐渭爲瑋緯胃萎葦蔿蝟衛褘謂違韋魏乳侑儒兪劉唯喩孺宥幼幽庾悠惟愈愉揄攸有杻柔柚柳楡楢油洧流游溜"],["eba1","濡猶猷琉瑜由留癒硫紐維臾萸裕誘諛諭踰蹂遊逾遺酉釉鍮類六堉戮毓肉育陸倫允奫尹崙淪潤玧胤贇輪鈗閏律慄栗率聿戎瀜絨融隆垠恩慇殷誾銀隱乙吟淫蔭陰音飮揖泣邑凝應膺鷹依倚儀宜意懿擬椅毅疑矣義艤薏蟻衣誼"],["eca1","議醫二以伊利吏夷姨履已弛彛怡易李梨泥爾珥理異痍痢移罹而耳肄苡荑裏裡貽貳邇里離飴餌匿溺瀷益翊翌翼謚人仁刃印吝咽因姻寅引忍湮燐璘絪茵藺蚓認隣靭靷鱗麟一佚佾壹日溢逸鎰馹任壬妊姙恁林淋稔臨荏賃入卄"],["eda1","立笠粒仍剩孕芿仔刺咨姉姿子字孜恣慈滋炙煮玆瓷疵磁紫者自茨蔗藉諮資雌作勺嚼斫昨灼炸爵綽芍酌雀鵲孱棧殘潺盞岑暫潛箴簪蠶雜丈仗匠場墻壯奬將帳庄張掌暲杖樟檣欌漿牆狀獐璋章粧腸臟臧莊葬蔣薔藏裝贓醬長"],["eea1","障再哉在宰才材栽梓渽滓災縡裁財載齋齎爭箏諍錚佇低儲咀姐底抵杵楮樗沮渚狙猪疽箸紵苧菹著藷詛貯躇這邸雎齟勣吊嫡寂摘敵滴狄炙的積笛籍績翟荻謫賊赤跡蹟迪迹適鏑佃佺傳全典前剪塡塼奠專展廛悛戰栓殿氈澱"],["efa1","煎琠田甸畑癲筌箋箭篆纏詮輾轉鈿銓錢鐫電顚顫餞切截折浙癤竊節絶占岾店漸点粘霑鮎點接摺蝶丁井亭停偵呈姃定幀庭廷征情挺政整旌晶晸柾楨檉正汀淀淨渟湞瀞炡玎珽町睛碇禎程穽精綎艇訂諪貞鄭酊釘鉦鋌錠霆靖"],["f0a1","靜頂鼎制劑啼堤帝弟悌提梯濟祭第臍薺製諸蹄醍除際霽題齊俎兆凋助嘲弔彫措操早晁曺曹朝條棗槽漕潮照燥爪璪眺祖祚租稠窕粗糟組繰肇藻蚤詔調趙躁造遭釣阻雕鳥族簇足鏃存尊卒拙猝倧宗從悰慫棕淙琮種終綜縱腫"],["f1a1","踪踵鍾鐘佐坐左座挫罪主住侏做姝胄呪周嗾奏宙州廚晝朱柱株注洲湊澍炷珠疇籌紂紬綢舟蛛註誅走躊輳週酎酒鑄駐竹粥俊儁准埈寯峻晙樽浚準濬焌畯竣蠢逡遵雋駿茁中仲衆重卽櫛楫汁葺增憎曾拯烝甑症繒蒸證贈之只"],["f2a1","咫地址志持指摯支旨智枝枳止池沚漬知砥祉祗紙肢脂至芝芷蜘誌識贄趾遲直稙稷織職唇嗔塵振搢晉晋桭榛殄津溱珍瑨璡畛疹盡眞瞋秦縉縝臻蔯袗診賑軫辰進鎭陣陳震侄叱姪嫉帙桎瓆疾秩窒膣蛭質跌迭斟朕什執潗緝輯"],["f3a1","鏶集徵懲澄且侘借叉嗟嵯差次此磋箚茶蹉車遮捉搾着窄錯鑿齪撰澯燦璨瓚竄簒纂粲纘讚贊鑽餐饌刹察擦札紮僭參塹慘慙懺斬站讒讖倉倡創唱娼廠彰愴敞昌昶暢槍滄漲猖瘡窓脹艙菖蒼債埰寀寨彩採砦綵菜蔡采釵冊柵策"],["f4a1","責凄妻悽處倜刺剔尺慽戚拓擲斥滌瘠脊蹠陟隻仟千喘天川擅泉淺玔穿舛薦賤踐遷釧闡阡韆凸哲喆徹撤澈綴輟轍鐵僉尖沾添甛瞻簽籤詹諂堞妾帖捷牒疊睫諜貼輒廳晴淸聽菁請靑鯖切剃替涕滯締諦逮遞體初剿哨憔抄招梢"],["f5a1","椒楚樵炒焦硝礁礎秒稍肖艸苕草蕉貂超酢醋醮促囑燭矗蜀觸寸忖村邨叢塚寵悤憁摠總聰蔥銃撮催崔最墜抽推椎楸樞湫皺秋芻萩諏趨追鄒酋醜錐錘鎚雛騶鰍丑畜祝竺筑築縮蓄蹙蹴軸逐春椿瑃出朮黜充忠沖蟲衝衷悴膵萃"],["f6a1","贅取吹嘴娶就炊翠聚脆臭趣醉驟鷲側仄厠惻測層侈値嗤峙幟恥梔治淄熾痔痴癡稚穉緇緻置致蚩輜雉馳齒則勅飭親七柒漆侵寢枕沈浸琛砧針鍼蟄秤稱快他咤唾墮妥惰打拖朶楕舵陀馱駝倬卓啄坼度托拓擢晫柝濁濯琢琸託"],["f7a1","鐸呑嘆坦彈憚歎灘炭綻誕奪脫探眈耽貪塔搭榻宕帑湯糖蕩兌台太怠態殆汰泰笞胎苔跆邰颱宅擇澤撑攄兎吐土討慟桶洞痛筒統通堆槌腿褪退頹偸套妬投透鬪慝特闖坡婆巴把播擺杷波派爬琶破罷芭跛頗判坂板版瓣販辦鈑"],["f8a1","阪八叭捌佩唄悖敗沛浿牌狽稗覇貝彭澎烹膨愎便偏扁片篇編翩遍鞭騙貶坪平枰萍評吠嬖幣廢弊斃肺蔽閉陛佈包匍匏咆哺圃布怖抛抱捕暴泡浦疱砲胞脯苞葡蒲袍褒逋鋪飽鮑幅暴曝瀑爆輻俵剽彪慓杓標漂瓢票表豹飇飄驃"],["f9a1","品稟楓諷豊風馮彼披疲皮被避陂匹弼必泌珌畢疋筆苾馝乏逼下何厦夏廈昰河瑕荷蝦賀遐霞鰕壑學虐謔鶴寒恨悍旱汗漢澣瀚罕翰閑閒限韓割轄函含咸啣喊檻涵緘艦銜陷鹹合哈盒蛤閤闔陜亢伉姮嫦巷恒抗杭桁沆港缸肛航"],["faa1","行降項亥偕咳垓奚孩害懈楷海瀣蟹解該諧邂駭骸劾核倖幸杏荇行享向嚮珦鄕響餉饗香噓墟虛許憲櫶獻軒歇險驗奕爀赫革俔峴弦懸晛泫炫玄玹現眩睍絃絢縣舷衒見賢鉉顯孑穴血頁嫌俠協夾峽挾浹狹脅脇莢鋏頰亨兄刑型"],["fba1","形泂滎瀅灐炯熒珩瑩荊螢衡逈邢鎣馨兮彗惠慧暳蕙蹊醯鞋乎互呼壕壺好岵弧戶扈昊晧毫浩淏湖滸澔濠濩灝狐琥瑚瓠皓祜糊縞胡芦葫蒿虎號蝴護豪鎬頀顥惑或酷婚昏混渾琿魂忽惚笏哄弘汞泓洪烘紅虹訌鴻化和嬅樺火畵"],["fca1","禍禾花華話譁貨靴廓擴攫確碻穫丸喚奐宦幻患換歡晥桓渙煥環紈還驩鰥活滑猾豁闊凰幌徨恍惶愰慌晃晄榥況湟滉潢煌璜皇篁簧荒蝗遑隍黃匯回廻徊恢悔懷晦會檜淮澮灰獪繪膾茴蛔誨賄劃獲宖橫鐄哮嚆孝效斅曉梟涍淆"],["fda1","爻肴酵驍侯候厚后吼喉嗅帿後朽煦珝逅勛勳塤壎焄熏燻薰訓暈薨喧暄煊萱卉喙毁彙徽揮暉煇諱輝麾休携烋畦虧恤譎鷸兇凶匈洶胸黑昕欣炘痕吃屹紇訖欠欽歆吸恰洽翕興僖凞喜噫囍姬嬉希憙憘戱晞曦熙熹熺犧禧稀羲詰"]]')},72324:i=>{i.exports=JSON.parse('[["0","\\u0000",127],["a140"," ,、。.‧;:?!︰…‥﹐﹑﹒·﹔﹕﹖﹗|–︱—︳╴︴﹏()︵︶{}︷︸〔〕︹︺【】︻︼《》︽︾〈〉︿﹀「」﹁﹂『』﹃﹄﹙﹚"],["a1a1","﹛﹜﹝﹞‘’“”〝〞‵′#&*※§〃○●△▲◎☆★◇◆□■▽▼㊣℅¯ ̄_ˍ﹉﹊﹍﹎﹋﹌﹟﹠﹡+-×÷±√<>=≦≧≠∞≒≡﹢",4,"~∩∪⊥∠∟⊿㏒㏑∫∮∵∴♀♂⊕⊙↑↓←→↖↗↙↘∥∣/"],["a240","\∕﹨$¥〒¢£%@℃℉﹩﹪﹫㏕㎜㎝㎞㏎㎡㎎㎏㏄°兙兛兞兝兡兣嗧瓩糎▁",7,"▏▎▍▌▋▊▉┼┴┬┤├▔─│▕┌┐└┘╭"],["a2a1","╮╰╯═╞╪╡◢◣◥◤╱╲╳0",9,"Ⅰ",9,"〡",8,"十卄卅A",25,"a",21],["a340","wxyzΑ",16,"Σ",6,"α",16,"σ",6,"ㄅ",10],["a3a1","ㄐ",25,"˙ˉˊˇˋ"],["a3e1","€"],["a440","一乙丁七乃九了二人儿入八几刀刁力匕十卜又三下丈上丫丸凡久么也乞于亡兀刃勺千叉口土士夕大女子孑孓寸小尢尸山川工己已巳巾干廾弋弓才"],["a4a1","丑丐不中丰丹之尹予云井互五亢仁什仃仆仇仍今介仄元允內六兮公冗凶分切刈勻勾勿化匹午升卅卞厄友及反壬天夫太夭孔少尤尺屯巴幻廿弔引心戈戶手扎支文斗斤方日曰月木欠止歹毋比毛氏水火爪父爻片牙牛犬王丙"],["a540","世丕且丘主乍乏乎以付仔仕他仗代令仙仞充兄冉冊冬凹出凸刊加功包匆北匝仟半卉卡占卯卮去可古右召叮叩叨叼司叵叫另只史叱台句叭叻四囚外"],["a5a1","央失奴奶孕它尼巨巧左市布平幼弁弘弗必戊打扔扒扑斥旦朮本未末札正母民氐永汁汀氾犯玄玉瓜瓦甘生用甩田由甲申疋白皮皿目矛矢石示禾穴立丞丟乒乓乩亙交亦亥仿伉伙伊伕伍伐休伏仲件任仰仳份企伋光兇兆先全"],["a640","共再冰列刑划刎刖劣匈匡匠印危吉吏同吊吐吁吋各向名合吃后吆吒因回囝圳地在圭圬圯圩夙多夷夸妄奸妃好她如妁字存宇守宅安寺尖屹州帆并年"],["a6a1","式弛忙忖戎戌戍成扣扛托收早旨旬旭曲曳有朽朴朱朵次此死氖汝汗汙江池汐汕污汛汍汎灰牟牝百竹米糸缶羊羽老考而耒耳聿肉肋肌臣自至臼舌舛舟艮色艾虫血行衣西阡串亨位住佇佗佞伴佛何估佐佑伽伺伸佃佔似但佣"],["a740","作你伯低伶余佝佈佚兌克免兵冶冷別判利刪刨劫助努劬匣即卵吝吭吞吾否呎吧呆呃吳呈呂君吩告吹吻吸吮吵吶吠吼呀吱含吟听囪困囤囫坊坑址坍"],["a7a1","均坎圾坐坏圻壯夾妝妒妨妞妣妙妖妍妤妓妊妥孝孜孚孛完宋宏尬局屁尿尾岐岑岔岌巫希序庇床廷弄弟彤形彷役忘忌志忍忱快忸忪戒我抄抗抖技扶抉扭把扼找批扳抒扯折扮投抓抑抆改攻攸旱更束李杏材村杜杖杞杉杆杠"],["a840","杓杗步每求汞沙沁沈沉沅沛汪決沐汰沌汨沖沒汽沃汲汾汴沆汶沍沔沘沂灶灼災灸牢牡牠狄狂玖甬甫男甸皂盯矣私秀禿究系罕肖肓肝肘肛肚育良芒"],["a8a1","芋芍見角言谷豆豕貝赤走足身車辛辰迂迆迅迄巡邑邢邪邦那酉釆里防阮阱阪阬並乖乳事些亞享京佯依侍佳使佬供例來侃佰併侈佩佻侖佾侏侑佺兔兒兕兩具其典冽函刻券刷刺到刮制剁劾劻卒協卓卑卦卷卸卹取叔受味呵"],["a940","咖呸咕咀呻呷咄咒咆呼咐呱呶和咚呢周咋命咎固垃坷坪坩坡坦坤坼夜奉奇奈奄奔妾妻委妹妮姑姆姐姍始姓姊妯妳姒姅孟孤季宗定官宜宙宛尚屈居"],["a9a1","屆岷岡岸岩岫岱岳帘帚帖帕帛帑幸庚店府底庖延弦弧弩往征彿彼忝忠忽念忿怏怔怯怵怖怪怕怡性怩怫怛或戕房戾所承拉拌拄抿拂抹拒招披拓拔拋拈抨抽押拐拙拇拍抵拚抱拘拖拗拆抬拎放斧於旺昔易昌昆昂明昀昏昕昊"],["aa40","昇服朋杭枋枕東果杳杷枇枝林杯杰板枉松析杵枚枓杼杪杲欣武歧歿氓氛泣注泳沱泌泥河沽沾沼波沫法泓沸泄油況沮泗泅泱沿治泡泛泊沬泯泜泖泠"],["aaa1","炕炎炒炊炙爬爭爸版牧物狀狎狙狗狐玩玨玟玫玥甽疝疙疚的盂盲直知矽社祀祁秉秈空穹竺糾罔羌羋者肺肥肢肱股肫肩肴肪肯臥臾舍芳芝芙芭芽芟芹花芬芥芯芸芣芰芾芷虎虱初表軋迎返近邵邸邱邶采金長門阜陀阿阻附"],["ab40","陂隹雨青非亟亭亮信侵侯便俠俑俏保促侶俘俟俊俗侮俐俄係俚俎俞侷兗冒冑冠剎剃削前剌剋則勇勉勃勁匍南卻厚叛咬哀咨哎哉咸咦咳哇哂咽咪品"],["aba1","哄哈咯咫咱咻咩咧咿囿垂型垠垣垢城垮垓奕契奏奎奐姜姘姿姣姨娃姥姪姚姦威姻孩宣宦室客宥封屎屏屍屋峙峒巷帝帥帟幽庠度建弈弭彥很待徊律徇後徉怒思怠急怎怨恍恰恨恢恆恃恬恫恪恤扁拜挖按拼拭持拮拽指拱拷"],["ac40","拯括拾拴挑挂政故斫施既春昭映昧是星昨昱昤曷柿染柱柔某柬架枯柵柩柯柄柑枴柚查枸柏柞柳枰柙柢柝柒歪殃殆段毒毗氟泉洋洲洪流津洌洱洞洗"],["aca1","活洽派洶洛泵洹洧洸洩洮洵洎洫炫為炳炬炯炭炸炮炤爰牲牯牴狩狠狡玷珊玻玲珍珀玳甚甭畏界畎畋疫疤疥疢疣癸皆皇皈盈盆盃盅省盹相眉看盾盼眇矜砂研砌砍祆祉祈祇禹禺科秒秋穿突竿竽籽紂紅紀紉紇約紆缸美羿耄"],["ad40","耐耍耑耶胖胥胚胃胄背胡胛胎胞胤胝致舢苧范茅苣苛苦茄若茂茉苒苗英茁苜苔苑苞苓苟苯茆虐虹虻虺衍衫要觔計訂訃貞負赴赳趴軍軌述迦迢迪迥"],["ada1","迭迫迤迨郊郎郁郃酋酊重閂限陋陌降面革韋韭音頁風飛食首香乘亳倌倍倣俯倦倥俸倩倖倆值借倚倒們俺倀倔倨俱倡個候倘俳修倭倪俾倫倉兼冤冥冢凍凌准凋剖剜剔剛剝匪卿原厝叟哨唐唁唷哼哥哲唆哺唔哩哭員唉哮哪"],["ae40","哦唧唇哽唏圃圄埂埔埋埃堉夏套奘奚娑娘娜娟娛娓姬娠娣娩娥娌娉孫屘宰害家宴宮宵容宸射屑展屐峭峽峻峪峨峰島崁峴差席師庫庭座弱徒徑徐恙"],["aea1","恣恥恐恕恭恩息悄悟悚悍悔悌悅悖扇拳挈拿捎挾振捕捂捆捏捉挺捐挽挪挫挨捍捌效敉料旁旅時晉晏晃晒晌晅晁書朔朕朗校核案框桓根桂桔栩梳栗桌桑栽柴桐桀格桃株桅栓栘桁殊殉殷氣氧氨氦氤泰浪涕消涇浦浸海浙涓"],["af40","浬涉浮浚浴浩涌涊浹涅浥涔烊烘烤烙烈烏爹特狼狹狽狸狷玆班琉珮珠珪珞畔畝畜畚留疾病症疲疳疽疼疹痂疸皋皰益盍盎眩真眠眨矩砰砧砸砝破砷"],["afa1","砥砭砠砟砲祕祐祠祟祖神祝祗祚秤秣秧租秦秩秘窄窈站笆笑粉紡紗紋紊素索純紐紕級紜納紙紛缺罟羔翅翁耆耘耕耙耗耽耿胱脂胰脅胭胴脆胸胳脈能脊胼胯臭臬舀舐航舫舨般芻茫荒荔荊茸荐草茵茴荏茲茹茶茗荀茱茨荃"],["b040","虔蚊蚪蚓蚤蚩蚌蚣蚜衰衷袁袂衽衹記訐討訌訕訊託訓訖訏訑豈豺豹財貢起躬軒軔軏辱送逆迷退迺迴逃追逅迸邕郡郝郢酒配酌釘針釗釜釙閃院陣陡"],["b0a1","陛陝除陘陞隻飢馬骨高鬥鬲鬼乾偺偽停假偃偌做偉健偶偎偕偵側偷偏倏偯偭兜冕凰剪副勒務勘動匐匏匙匿區匾參曼商啪啦啄啞啡啃啊唱啖問啕唯啤唸售啜唬啣唳啁啗圈國圉域堅堊堆埠埤基堂堵執培夠奢娶婁婉婦婪婀"],["b140","娼婢婚婆婊孰寇寅寄寂宿密尉專將屠屜屝崇崆崎崛崖崢崑崩崔崙崤崧崗巢常帶帳帷康庸庶庵庾張強彗彬彩彫得徙從徘御徠徜恿患悉悠您惋悴惦悽"],["b1a1","情悻悵惜悼惘惕惆惟悸惚惇戚戛扈掠控捲掖探接捷捧掘措捱掩掉掃掛捫推掄授掙採掬排掏掀捻捩捨捺敝敖救教敗啟敏敘敕敔斜斛斬族旋旌旎晝晚晤晨晦晞曹勗望梁梯梢梓梵桿桶梱梧梗械梃棄梭梆梅梔條梨梟梡梂欲殺"],["b240","毫毬氫涎涼淳淙液淡淌淤添淺清淇淋涯淑涮淞淹涸混淵淅淒渚涵淚淫淘淪深淮淨淆淄涪淬涿淦烹焉焊烽烯爽牽犁猜猛猖猓猙率琅琊球理現琍瓠瓶"],["b2a1","瓷甜產略畦畢異疏痔痕疵痊痍皎盔盒盛眷眾眼眶眸眺硫硃硎祥票祭移窒窕笠笨笛第符笙笞笮粒粗粕絆絃統紮紹紼絀細紳組累終紲紱缽羞羚翌翎習耜聊聆脯脖脣脫脩脰脤舂舵舷舶船莎莞莘荸莢莖莽莫莒莊莓莉莠荷荻荼"],["b340","莆莧處彪蛇蛀蚶蛄蚵蛆蛋蚱蚯蛉術袞袈被袒袖袍袋覓規訪訝訣訥許設訟訛訢豉豚販責貫貨貪貧赧赦趾趺軛軟這逍通逗連速逝逐逕逞造透逢逖逛途"],["b3a1","部郭都酗野釵釦釣釧釭釩閉陪陵陳陸陰陴陶陷陬雀雪雩章竟頂頃魚鳥鹵鹿麥麻傢傍傅備傑傀傖傘傚最凱割剴創剩勞勝勛博厥啻喀喧啼喊喝喘喂喜喪喔喇喋喃喳單喟唾喲喚喻喬喱啾喉喫喙圍堯堪場堤堰報堡堝堠壹壺奠"],["b440","婷媚婿媒媛媧孳孱寒富寓寐尊尋就嵌嵐崴嵇巽幅帽幀幃幾廊廁廂廄弼彭復循徨惑惡悲悶惠愜愣惺愕惰惻惴慨惱愎惶愉愀愒戟扉掣掌描揀揩揉揆揍"],["b4a1","插揣提握揖揭揮捶援揪換摒揚揹敞敦敢散斑斐斯普晰晴晶景暑智晾晷曾替期朝棺棕棠棘棗椅棟棵森棧棹棒棲棣棋棍植椒椎棉棚楮棻款欺欽殘殖殼毯氮氯氬港游湔渡渲湧湊渠渥渣減湛湘渤湖湮渭渦湯渴湍渺測湃渝渾滋"],["b540","溉渙湎湣湄湲湩湟焙焚焦焰無然煮焜牌犄犀猶猥猴猩琺琪琳琢琥琵琶琴琯琛琦琨甥甦畫番痢痛痣痙痘痞痠登發皖皓皴盜睏短硝硬硯稍稈程稅稀窘"],["b5a1","窗窖童竣等策筆筐筒答筍筋筏筑粟粥絞結絨絕紫絮絲絡給絢絰絳善翔翕耋聒肅腕腔腋腑腎脹腆脾腌腓腴舒舜菩萃菸萍菠菅萋菁華菱菴著萊菰萌菌菽菲菊萸萎萄菜萇菔菟虛蛟蛙蛭蛔蛛蛤蛐蛞街裁裂袱覃視註詠評詞証詁"],["b640","詔詛詐詆訴診訶詖象貂貯貼貳貽賁費賀貴買貶貿貸越超趁跎距跋跚跑跌跛跆軻軸軼辜逮逵週逸進逶鄂郵鄉郾酣酥量鈔鈕鈣鈉鈞鈍鈐鈇鈑閔閏開閑"],["b6a1","間閒閎隊階隋陽隅隆隍陲隄雁雅雄集雇雯雲韌項順須飧飪飯飩飲飭馮馭黃黍黑亂傭債傲傳僅傾催傷傻傯僇剿剷剽募勦勤勢勣匯嗟嗨嗓嗦嗎嗜嗇嗑嗣嗤嗯嗚嗡嗅嗆嗥嗉園圓塞塑塘塗塚塔填塌塭塊塢塒塋奧嫁嫉嫌媾媽媼"],["b740","媳嫂媲嵩嵯幌幹廉廈弒彙徬微愚意慈感想愛惹愁愈慎慌慄慍愾愴愧愍愆愷戡戢搓搾搞搪搭搽搬搏搜搔損搶搖搗搆敬斟新暗暉暇暈暖暄暘暍會榔業"],["b7a1","楚楷楠楔極椰概楊楨楫楞楓楹榆楝楣楛歇歲毀殿毓毽溢溯滓溶滂源溝滇滅溥溘溼溺溫滑準溜滄滔溪溧溴煎煙煩煤煉照煜煬煦煌煥煞煆煨煖爺牒猷獅猿猾瑯瑚瑕瑟瑞瑁琿瑙瑛瑜當畸瘀痰瘁痲痱痺痿痴痳盞盟睛睫睦睞督"],["b840","睹睪睬睜睥睨睢矮碎碰碗碘碌碉硼碑碓硿祺祿禁萬禽稜稚稠稔稟稞窟窠筷節筠筮筧粱粳粵經絹綑綁綏絛置罩罪署義羨群聖聘肆肄腱腰腸腥腮腳腫"],["b8a1","腹腺腦舅艇蒂葷落萱葵葦葫葉葬葛萼萵葡董葩葭葆虞虜號蛹蜓蜈蜇蜀蛾蛻蜂蜃蜆蜊衙裟裔裙補裘裝裡裊裕裒覜解詫該詳試詩詰誇詼詣誠話誅詭詢詮詬詹詻訾詨豢貊貉賊資賈賄貲賃賂賅跡跟跨路跳跺跪跤跦躲較載軾輊"],["b940","辟農運遊道遂達逼違遐遇遏過遍遑逾遁鄒鄗酬酪酩釉鈷鉗鈸鈽鉀鈾鉛鉋鉤鉑鈴鉉鉍鉅鈹鈿鉚閘隘隔隕雍雋雉雊雷電雹零靖靴靶預頑頓頊頒頌飼飴"],["b9a1","飽飾馳馱馴髡鳩麂鼎鼓鼠僧僮僥僖僭僚僕像僑僱僎僩兢凳劃劂匱厭嗾嘀嘛嘗嗽嘔嘆嘉嘍嘎嗷嘖嘟嘈嘐嗶團圖塵塾境墓墊塹墅塽壽夥夢夤奪奩嫡嫦嫩嫗嫖嫘嫣孵寞寧寡寥實寨寢寤察對屢嶄嶇幛幣幕幗幔廓廖弊彆彰徹慇"],["ba40","愿態慷慢慣慟慚慘慵截撇摘摔撤摸摟摺摑摧搴摭摻敲斡旗旖暢暨暝榜榨榕槁榮槓構榛榷榻榫榴槐槍榭槌榦槃榣歉歌氳漳演滾漓滴漩漾漠漬漏漂漢"],["baa1","滿滯漆漱漸漲漣漕漫漯澈漪滬漁滲滌滷熔熙煽熊熄熒爾犒犖獄獐瑤瑣瑪瑰瑭甄疑瘧瘍瘋瘉瘓盡監瞄睽睿睡磁碟碧碳碩碣禎福禍種稱窪窩竭端管箕箋筵算箝箔箏箸箇箄粹粽精綻綰綜綽綾綠緊綴網綱綺綢綿綵綸維緒緇綬"],["bb40","罰翠翡翟聞聚肇腐膀膏膈膊腿膂臧臺與舔舞艋蓉蒿蓆蓄蒙蒞蒲蒜蓋蒸蓀蓓蒐蒼蓑蓊蜿蜜蜻蜢蜥蜴蜘蝕蜷蜩裳褂裴裹裸製裨褚裯誦誌語誣認誡誓誤"],["bba1","說誥誨誘誑誚誧豪貍貌賓賑賒赫趙趕跼輔輒輕輓辣遠遘遜遣遙遞遢遝遛鄙鄘鄞酵酸酷酴鉸銀銅銘銖鉻銓銜銨鉼銑閡閨閩閣閥閤隙障際雌雒需靼鞅韶頗領颯颱餃餅餌餉駁骯骰髦魁魂鳴鳶鳳麼鼻齊億儀僻僵價儂儈儉儅凜"],["bc40","劇劈劉劍劊勰厲嘮嘻嘹嘲嘿嘴嘩噓噎噗噴嘶嘯嘰墀墟增墳墜墮墩墦奭嬉嫻嬋嫵嬌嬈寮寬審寫層履嶝嶔幢幟幡廢廚廟廝廣廠彈影德徵慶慧慮慝慕憂"],["bca1","慼慰慫慾憧憐憫憎憬憚憤憔憮戮摩摯摹撞撲撈撐撰撥撓撕撩撒撮播撫撚撬撙撢撳敵敷數暮暫暴暱樣樟槨樁樞標槽模樓樊槳樂樅槭樑歐歎殤毅毆漿潼澄潑潦潔澆潭潛潸潮澎潺潰潤澗潘滕潯潠潟熟熬熱熨牖犛獎獗瑩璋璃"],["bd40","瑾璀畿瘠瘩瘟瘤瘦瘡瘢皚皺盤瞎瞇瞌瞑瞋磋磅確磊碾磕碼磐稿稼穀稽稷稻窯窮箭箱範箴篆篇篁箠篌糊締練緯緻緘緬緝編緣線緞緩綞緙緲緹罵罷羯"],["bda1","翩耦膛膜膝膠膚膘蔗蔽蔚蓮蔬蔭蔓蔑蔣蔡蔔蓬蔥蓿蔆螂蝴蝶蝠蝦蝸蝨蝙蝗蝌蝓衛衝褐複褒褓褕褊誼諒談諄誕請諸課諉諂調誰論諍誶誹諛豌豎豬賠賞賦賤賬賭賢賣賜質賡赭趟趣踫踐踝踢踏踩踟踡踞躺輝輛輟輩輦輪輜輞"],["be40","輥適遮遨遭遷鄰鄭鄧鄱醇醉醋醃鋅銻銷鋪銬鋤鋁銳銼鋒鋇鋰銲閭閱霄霆震霉靠鞍鞋鞏頡頫頜颳養餓餒餘駝駐駟駛駑駕駒駙骷髮髯鬧魅魄魷魯鴆鴉"],["bea1","鴃麩麾黎墨齒儒儘儔儐儕冀冪凝劑劓勳噙噫噹噩噤噸噪器噥噱噯噬噢噶壁墾壇壅奮嬝嬴學寰導彊憲憑憩憊懍憶憾懊懈戰擅擁擋撻撼據擄擇擂操撿擒擔撾整曆曉暹曄曇暸樽樸樺橙橫橘樹橄橢橡橋橇樵機橈歙歷氅濂澱澡"],["bf40","濃澤濁澧澳激澹澶澦澠澴熾燉燐燒燈燕熹燎燙燜燃燄獨璜璣璘璟璞瓢甌甍瘴瘸瘺盧盥瞠瞞瞟瞥磨磚磬磧禦積穎穆穌穋窺篙簑築篤篛篡篩篦糕糖縊"],["bfa1","縑縈縛縣縞縝縉縐罹羲翰翱翮耨膳膩膨臻興艘艙蕊蕙蕈蕨蕩蕃蕉蕭蕪蕞螃螟螞螢融衡褪褲褥褫褡親覦諦諺諫諱謀諜諧諮諾謁謂諷諭諳諶諼豫豭貓賴蹄踱踴蹂踹踵輻輯輸輳辨辦遵遴選遲遼遺鄴醒錠錶鋸錳錯錢鋼錫錄錚"],["c040","錐錦錡錕錮錙閻隧隨險雕霎霑霖霍霓霏靛靜靦鞘頰頸頻頷頭頹頤餐館餞餛餡餚駭駢駱骸骼髻髭鬨鮑鴕鴣鴦鴨鴒鴛默黔龍龜優償儡儲勵嚎嚀嚐嚅嚇"],["c0a1","嚏壕壓壑壎嬰嬪嬤孺尷屨嶼嶺嶽嶸幫彌徽應懂懇懦懋戲戴擎擊擘擠擰擦擬擱擢擭斂斃曙曖檀檔檄檢檜櫛檣橾檗檐檠歜殮毚氈濘濱濟濠濛濤濫濯澀濬濡濩濕濮濰燧營燮燦燥燭燬燴燠爵牆獰獲璩環璦璨癆療癌盪瞳瞪瞰瞬"],["c140","瞧瞭矯磷磺磴磯礁禧禪穗窿簇簍篾篷簌篠糠糜糞糢糟糙糝縮績繆縷縲繃縫總縱繅繁縴縹繈縵縿縯罄翳翼聱聲聰聯聳臆臃膺臂臀膿膽臉膾臨舉艱薪"],["c1a1","薄蕾薜薑薔薯薛薇薨薊虧蟀蟑螳蟒蟆螫螻螺蟈蟋褻褶襄褸褽覬謎謗謙講謊謠謝謄謐豁谿豳賺賽購賸賻趨蹉蹋蹈蹊轄輾轂轅輿避遽還邁邂邀鄹醣醞醜鍍鎂錨鍵鍊鍥鍋錘鍾鍬鍛鍰鍚鍔闊闋闌闈闆隱隸雖霜霞鞠韓顆颶餵騁"],["c240","駿鮮鮫鮪鮭鴻鴿麋黏點黜黝黛鼾齋叢嚕嚮壙壘嬸彝懣戳擴擲擾攆擺擻擷斷曜朦檳檬櫃檻檸櫂檮檯歟歸殯瀉瀋濾瀆濺瀑瀏燻燼燾燸獷獵璧璿甕癖癘"],["c2a1","癒瞽瞿瞻瞼礎禮穡穢穠竄竅簫簧簪簞簣簡糧織繕繞繚繡繒繙罈翹翻職聶臍臏舊藏薩藍藐藉薰薺薹薦蟯蟬蟲蟠覆覲觴謨謹謬謫豐贅蹙蹣蹦蹤蹟蹕軀轉轍邇邃邈醫醬釐鎔鎊鎖鎢鎳鎮鎬鎰鎘鎚鎗闔闖闐闕離雜雙雛雞霤鞣鞦"],["c340","鞭韹額顏題顎顓颺餾餿餽餮馥騎髁鬃鬆魏魎魍鯊鯉鯽鯈鯀鵑鵝鵠黠鼕鼬儳嚥壞壟壢寵龐廬懲懷懶懵攀攏曠曝櫥櫝櫚櫓瀛瀟瀨瀚瀝瀕瀘爆爍牘犢獸"],["c3a1","獺璽瓊瓣疇疆癟癡矇礙禱穫穩簾簿簸簽簷籀繫繭繹繩繪羅繳羶羹羸臘藩藝藪藕藤藥藷蟻蠅蠍蟹蟾襠襟襖襞譁譜識證譚譎譏譆譙贈贊蹼蹲躇蹶蹬蹺蹴轔轎辭邊邋醱醮鏡鏑鏟鏃鏈鏜鏝鏖鏢鏍鏘鏤鏗鏨關隴難霪霧靡韜韻類"],["c440","願顛颼饅饉騖騙鬍鯨鯧鯖鯛鶉鵡鵲鵪鵬麒麗麓麴勸嚨嚷嚶嚴嚼壤孀孃孽寶巉懸懺攘攔攙曦朧櫬瀾瀰瀲爐獻瓏癢癥礦礪礬礫竇競籌籃籍糯糰辮繽繼"],["c4a1","纂罌耀臚艦藻藹蘑藺蘆蘋蘇蘊蠔蠕襤覺觸議譬警譯譟譫贏贍躉躁躅躂醴釋鐘鐃鏽闡霰飄饒饑馨騫騰騷騵鰓鰍鹹麵黨鼯齟齣齡儷儸囁囀囂夔屬巍懼懾攝攜斕曩櫻欄櫺殲灌爛犧瓖瓔癩矓籐纏續羼蘗蘭蘚蠣蠢蠡蠟襪襬覽譴"],["c540","護譽贓躊躍躋轟辯醺鐮鐳鐵鐺鐸鐲鐫闢霸霹露響顧顥饗驅驃驀騾髏魔魑鰭鰥鶯鶴鷂鶸麝黯鼙齜齦齧儼儻囈囊囉孿巔巒彎懿攤權歡灑灘玀瓤疊癮癬"],["c5a1","禳籠籟聾聽臟襲襯觼讀贖贗躑躓轡酈鑄鑑鑒霽霾韃韁顫饕驕驍髒鬚鱉鰱鰾鰻鷓鷗鼴齬齪龔囌巖戀攣攫攪曬欐瓚竊籤籣籥纓纖纔臢蘸蘿蠱變邐邏鑣鑠鑤靨顯饜驚驛驗髓體髑鱔鱗鱖鷥麟黴囑壩攬灞癱癲矗罐羈蠶蠹衢讓讒"],["c640","讖艷贛釀鑪靂靈靄韆顰驟鬢魘鱟鷹鷺鹼鹽鼇齷齲廳欖灣籬籮蠻觀躡釁鑲鑰顱饞髖鬣黌灤矚讚鑷韉驢驥纜讜躪釅鑽鑾鑼鱷鱸黷豔鑿鸚爨驪鬱鸛鸞籲"],["c940","乂乜凵匚厂万丌乇亍囗兀屮彳丏冇与丮亓仂仉仈冘勼卬厹圠夃夬尐巿旡殳毌气爿丱丼仨仜仩仡仝仚刌匜卌圢圣夗夯宁宄尒尻屴屳帄庀庂忉戉扐氕"],["c9a1","氶汃氿氻犮犰玊禸肊阞伎优伬仵伔仱伀价伈伝伂伅伢伓伄仴伒冱刓刉刐劦匢匟卍厊吇囡囟圮圪圴夼妀奼妅奻奾奷奿孖尕尥屼屺屻屾巟幵庄异弚彴忕忔忏扜扞扤扡扦扢扙扠扚扥旯旮朾朹朸朻机朿朼朳氘汆汒汜汏汊汔汋"],["ca40","汌灱牞犴犵玎甪癿穵网艸艼芀艽艿虍襾邙邗邘邛邔阢阤阠阣佖伻佢佉体佤伾佧佒佟佁佘伭伳伿佡冏冹刜刞刡劭劮匉卣卲厎厏吰吷吪呔呅吙吜吥吘"],["caa1","吽呏呁吨吤呇囮囧囥坁坅坌坉坋坒夆奀妦妘妠妗妎妢妐妏妧妡宎宒尨尪岍岏岈岋岉岒岊岆岓岕巠帊帎庋庉庌庈庍弅弝彸彶忒忑忐忭忨忮忳忡忤忣忺忯忷忻怀忴戺抃抌抎抏抔抇扱扻扺扰抁抈扷扽扲扴攷旰旴旳旲旵杅杇"],["cb40","杙杕杌杈杝杍杚杋毐氙氚汸汧汫沄沋沏汱汯汩沚汭沇沕沜汦汳汥汻沎灴灺牣犿犽狃狆狁犺狅玕玗玓玔玒町甹疔疕皁礽耴肕肙肐肒肜芐芏芅芎芑芓"],["cba1","芊芃芄豸迉辿邟邡邥邞邧邠阰阨阯阭丳侘佼侅佽侀侇佶佴侉侄佷佌侗佪侚佹侁佸侐侜侔侞侒侂侕佫佮冞冼冾刵刲刳剆刱劼匊匋匼厒厔咇呿咁咑咂咈呫呺呾呥呬呴呦咍呯呡呠咘呣呧呤囷囹坯坲坭坫坱坰坶垀坵坻坳坴坢"],["cc40","坨坽夌奅妵妺姏姎妲姌姁妶妼姃姖妱妽姀姈妴姇孢孥宓宕屄屇岮岤岠岵岯岨岬岟岣岭岢岪岧岝岥岶岰岦帗帔帙弨弢弣弤彔徂彾彽忞忥怭怦怙怲怋"],["cca1","怴怊怗怳怚怞怬怢怍怐怮怓怑怌怉怜戔戽抭抴拑抾抪抶拊抮抳抯抻抩抰抸攽斨斻昉旼昄昒昈旻昃昋昍昅旽昑昐曶朊枅杬枎枒杶杻枘枆构杴枍枌杺枟枑枙枃杽极杸杹枔欥殀歾毞氝沓泬泫泮泙沶泔沭泧沷泐泂沺泃泆泭泲"],["cd40","泒泝沴沊沝沀泞泀洰泍泇沰泹泏泩泑炔炘炅炓炆炄炑炖炂炚炃牪狖狋狘狉狜狒狔狚狌狑玤玡玭玦玢玠玬玝瓝瓨甿畀甾疌疘皯盳盱盰盵矸矼矹矻矺"],["cda1","矷祂礿秅穸穻竻籵糽耵肏肮肣肸肵肭舠芠苀芫芚芘芛芵芧芮芼芞芺芴芨芡芩苂芤苃芶芢虰虯虭虮豖迒迋迓迍迖迕迗邲邴邯邳邰阹阽阼阺陃俍俅俓侲俉俋俁俔俜俙侻侳俛俇俖侺俀侹俬剄剉勀勂匽卼厗厖厙厘咺咡咭咥哏"],["ce40","哃茍咷咮哖咶哅哆咠呰咼咢咾呲哞咰垵垞垟垤垌垗垝垛垔垘垏垙垥垚垕壴复奓姡姞姮娀姱姝姺姽姼姶姤姲姷姛姩姳姵姠姾姴姭宨屌峐峘峌峗峋峛"],["cea1","峞峚峉峇峊峖峓峔峏峈峆峎峟峸巹帡帢帣帠帤庰庤庢庛庣庥弇弮彖徆怷怹恔恲恞恅恓恇恉恛恌恀恂恟怤恄恘恦恮扂扃拏挍挋拵挎挃拫拹挏挌拸拶挀挓挔拺挕拻拰敁敃斪斿昶昡昲昵昜昦昢昳昫昺昝昴昹昮朏朐柁柲柈枺"],["cf40","柜枻柸柘柀枷柅柫柤柟枵柍枳柷柶柮柣柂枹柎柧柰枲柼柆柭柌枮柦柛柺柉柊柃柪柋欨殂殄殶毖毘毠氠氡洨洴洭洟洼洿洒洊泚洳洄洙洺洚洑洀洝浂"],["cfa1","洁洘洷洃洏浀洇洠洬洈洢洉洐炷炟炾炱炰炡炴炵炩牁牉牊牬牰牳牮狊狤狨狫狟狪狦狣玅珌珂珈珅玹玶玵玴珫玿珇玾珃珆玸珋瓬瓮甮畇畈疧疪癹盄眈眃眄眅眊盷盻盺矧矨砆砑砒砅砐砏砎砉砃砓祊祌祋祅祄秕种秏秖秎窀"],["d040","穾竑笀笁籺籸籹籿粀粁紃紈紁罘羑羍羾耇耎耏耔耷胘胇胠胑胈胂胐胅胣胙胜胊胕胉胏胗胦胍臿舡芔苙苾苹茇苨茀苕茺苫苖苴苬苡苲苵茌苻苶苰苪"],["d0a1","苤苠苺苳苭虷虴虼虳衁衎衧衪衩觓訄訇赲迣迡迮迠郱邽邿郕郅邾郇郋郈釔釓陔陏陑陓陊陎倞倅倇倓倢倰倛俵俴倳倷倬俶俷倗倜倠倧倵倯倱倎党冔冓凊凄凅凈凎剡剚剒剞剟剕剢勍匎厞唦哢唗唒哧哳哤唚哿唄唈哫唑唅哱"],["d140","唊哻哷哸哠唎唃唋圁圂埌堲埕埒垺埆垽垼垸垶垿埇埐垹埁夎奊娙娖娭娮娕娏娗娊娞娳孬宧宭宬尃屖屔峬峿峮峱峷崀峹帩帨庨庮庪庬弳弰彧恝恚恧"],["d1a1","恁悢悈悀悒悁悝悃悕悛悗悇悜悎戙扆拲挐捖挬捄捅挶捃揤挹捋捊挼挩捁挴捘捔捙挭捇挳捚捑挸捗捀捈敊敆旆旃旄旂晊晟晇晑朒朓栟栚桉栲栳栻桋桏栖栱栜栵栫栭栯桎桄栴栝栒栔栦栨栮桍栺栥栠欬欯欭欱欴歭肂殈毦毤"],["d240","毨毣毢毧氥浺浣浤浶洍浡涒浘浢浭浯涑涍淯浿涆浞浧浠涗浰浼浟涂涘洯浨涋浾涀涄洖涃浻浽浵涐烜烓烑烝烋缹烢烗烒烞烠烔烍烅烆烇烚烎烡牂牸"],["d2a1","牷牶猀狺狴狾狶狳狻猁珓珙珥珖玼珧珣珩珜珒珛珔珝珚珗珘珨瓞瓟瓴瓵甡畛畟疰痁疻痄痀疿疶疺皊盉眝眛眐眓眒眣眑眕眙眚眢眧砣砬砢砵砯砨砮砫砡砩砳砪砱祔祛祏祜祓祒祑秫秬秠秮秭秪秜秞秝窆窉窅窋窌窊窇竘笐"],["d340","笄笓笅笏笈笊笎笉笒粄粑粊粌粈粍粅紞紝紑紎紘紖紓紟紒紏紌罜罡罞罠罝罛羖羒翃翂翀耖耾耹胺胲胹胵脁胻脀舁舯舥茳茭荄茙荑茥荖茿荁茦茜茢"],["d3a1","荂荎茛茪茈茼荍茖茤茠茷茯茩荇荅荌荓茞茬荋茧荈虓虒蚢蚨蚖蚍蚑蚞蚇蚗蚆蚋蚚蚅蚥蚙蚡蚧蚕蚘蚎蚝蚐蚔衃衄衭衵衶衲袀衱衿衯袃衾衴衼訒豇豗豻貤貣赶赸趵趷趶軑軓迾迵适迿迻逄迼迶郖郠郙郚郣郟郥郘郛郗郜郤酐"],["d440","酎酏釕釢釚陜陟隼飣髟鬯乿偰偪偡偞偠偓偋偝偲偈偍偁偛偊偢倕偅偟偩偫偣偤偆偀偮偳偗偑凐剫剭剬剮勖勓匭厜啵啶唼啍啐唴唪啑啢唶唵唰啒啅"],["d4a1","唌唲啥啎唹啈唭唻啀啋圊圇埻堔埢埶埜埴堀埭埽堈埸堋埳埏堇埮埣埲埥埬埡堎埼堐埧堁堌埱埩埰堍堄奜婠婘婕婧婞娸娵婭婐婟婥婬婓婤婗婃婝婒婄婛婈媎娾婍娹婌婰婩婇婑婖婂婜孲孮寁寀屙崞崋崝崚崠崌崨崍崦崥崏"],["d540","崰崒崣崟崮帾帴庱庴庹庲庳弶弸徛徖徟悊悐悆悾悰悺惓惔惏惤惙惝惈悱惛悷惊悿惃惍惀挲捥掊掂捽掽掞掭掝掗掫掎捯掇掐据掯捵掜捭掮捼掤挻掟"],["d5a1","捸掅掁掑掍捰敓旍晥晡晛晙晜晢朘桹梇梐梜桭桮梮梫楖桯梣梬梩桵桴梲梏桷梒桼桫桲梪梀桱桾梛梖梋梠梉梤桸桻梑梌梊桽欶欳欷欸殑殏殍殎殌氪淀涫涴涳湴涬淩淢涷淶淔渀淈淠淟淖涾淥淜淝淛淴淊涽淭淰涺淕淂淏淉"],["d640","淐淲淓淽淗淍淣涻烺焍烷焗烴焌烰焄烳焐烼烿焆焓焀烸烶焋焂焎牾牻牼牿猝猗猇猑猘猊猈狿猏猞玈珶珸珵琄琁珽琇琀珺珼珿琌琋珴琈畤畣痎痒痏"],["d6a1","痋痌痑痐皏皉盓眹眯眭眱眲眴眳眽眥眻眵硈硒硉硍硊硌砦硅硐祤祧祩祪祣祫祡离秺秸秶秷窏窔窐笵筇笴笥笰笢笤笳笘笪笝笱笫笭笯笲笸笚笣粔粘粖粣紵紽紸紶紺絅紬紩絁絇紾紿絊紻紨罣羕羜羝羛翊翋翍翐翑翇翏翉耟"],["d740","耞耛聇聃聈脘脥脙脛脭脟脬脞脡脕脧脝脢舑舸舳舺舴舲艴莐莣莨莍荺荳莤荴莏莁莕莙荵莔莩荽莃莌莝莛莪莋荾莥莯莈莗莰荿莦莇莮荶莚虙虖蚿蚷"],["d7a1","蛂蛁蛅蚺蚰蛈蚹蚳蚸蛌蚴蚻蚼蛃蚽蚾衒袉袕袨袢袪袚袑袡袟袘袧袙袛袗袤袬袌袓袎覂觖觙觕訰訧訬訞谹谻豜豝豽貥赽赻赹趼跂趹趿跁軘軞軝軜軗軠軡逤逋逑逜逌逡郯郪郰郴郲郳郔郫郬郩酖酘酚酓酕釬釴釱釳釸釤釹釪"],["d840","釫釷釨釮镺閆閈陼陭陫陱陯隿靪頄飥馗傛傕傔傞傋傣傃傌傎傝偨傜傒傂傇兟凔匒匑厤厧喑喨喥喭啷噅喢喓喈喏喵喁喣喒喤啽喌喦啿喕喡喎圌堩堷"],["d8a1","堙堞堧堣堨埵塈堥堜堛堳堿堶堮堹堸堭堬堻奡媯媔媟婺媢媞婸媦婼媥媬媕媮娷媄媊媗媃媋媩婻婽媌媜媏媓媝寪寍寋寔寑寊寎尌尰崷嵃嵫嵁嵋崿崵嵑嵎嵕崳崺嵒崽崱嵙嵂崹嵉崸崼崲崶嵀嵅幄幁彘徦徥徫惉悹惌惢惎惄愔"],["d940","惲愊愖愅惵愓惸惼惾惁愃愘愝愐惿愄愋扊掔掱掰揎揥揨揯揃撝揳揊揠揶揕揲揵摡揟掾揝揜揄揘揓揂揇揌揋揈揰揗揙攲敧敪敤敜敨敥斌斝斞斮旐旒"],["d9a1","晼晬晻暀晱晹晪晲朁椌棓椄棜椪棬棪棱椏棖棷棫棤棶椓椐棳棡椇棌椈楰梴椑棯棆椔棸棐棽棼棨椋椊椗棎棈棝棞棦棴棑椆棔棩椕椥棇欹欻欿欼殔殗殙殕殽毰毲毳氰淼湆湇渟湉溈渼渽湅湢渫渿湁湝湳渜渳湋湀湑渻渃渮湞"],["da40","湨湜湡渱渨湠湱湫渹渢渰湓湥渧湸湤湷湕湹湒湦渵渶湚焠焞焯烻焮焱焣焥焢焲焟焨焺焛牋牚犈犉犆犅犋猒猋猰猢猱猳猧猲猭猦猣猵猌琮琬琰琫琖"],["daa1","琚琡琭琱琤琣琝琩琠琲瓻甯畯畬痧痚痡痦痝痟痤痗皕皒盚睆睇睄睍睅睊睎睋睌矞矬硠硤硥硜硭硱硪确硰硩硨硞硢祴祳祲祰稂稊稃稌稄窙竦竤筊笻筄筈筌筎筀筘筅粢粞粨粡絘絯絣絓絖絧絪絏絭絜絫絒絔絩絑絟絎缾缿罥"],["db40","罦羢羠羡翗聑聏聐胾胔腃腊腒腏腇脽腍脺臦臮臷臸臹舄舼舽舿艵茻菏菹萣菀菨萒菧菤菼菶萐菆菈菫菣莿萁菝菥菘菿菡菋菎菖菵菉萉萏菞萑萆菂菳"],["dba1","菕菺菇菑菪萓菃菬菮菄菻菗菢萛菛菾蛘蛢蛦蛓蛣蛚蛪蛝蛫蛜蛬蛩蛗蛨蛑衈衖衕袺裗袹袸裀袾袶袼袷袽袲褁裉覕覘覗觝觚觛詎詍訹詙詀詗詘詄詅詒詈詑詊詌詏豟貁貀貺貾貰貹貵趄趀趉跘跓跍跇跖跜跏跕跙跈跗跅軯軷軺"],["dc40","軹軦軮軥軵軧軨軶軫軱軬軴軩逭逴逯鄆鄬鄄郿郼鄈郹郻鄁鄀鄇鄅鄃酡酤酟酢酠鈁鈊鈥鈃鈚鈦鈏鈌鈀鈒釿釽鈆鈄鈧鈂鈜鈤鈙鈗鈅鈖镻閍閌閐隇陾隈"],["dca1","隉隃隀雂雈雃雱雰靬靰靮頇颩飫鳦黹亃亄亶傽傿僆傮僄僊傴僈僂傰僁傺傱僋僉傶傸凗剺剸剻剼嗃嗛嗌嗐嗋嗊嗝嗀嗔嗄嗩喿嗒喍嗏嗕嗢嗖嗈嗲嗍嗙嗂圔塓塨塤塏塍塉塯塕塎塝塙塥塛堽塣塱壼嫇嫄嫋媺媸媱媵媰媿嫈媻嫆"],["dd40","媷嫀嫊媴媶嫍媹媐寖寘寙尟尳嵱嵣嵊嵥嵲嵬嵞嵨嵧嵢巰幏幎幊幍幋廅廌廆廋廇彀徯徭惷慉慊愫慅愶愲愮慆愯慏愩慀戠酨戣戥戤揅揱揫搐搒搉搠搤"],["dda1","搳摃搟搕搘搹搷搢搣搌搦搰搨摁搵搯搊搚摀搥搧搋揧搛搮搡搎敯斒旓暆暌暕暐暋暊暙暔晸朠楦楟椸楎楢楱椿楅楪椹楂楗楙楺楈楉椵楬椳椽楥棰楸椴楩楀楯楄楶楘楁楴楌椻楋椷楜楏楑椲楒椯楻椼歆歅歃歂歈歁殛嗀毻毼"],["de40","毹毷毸溛滖滈溏滀溟溓溔溠溱溹滆滒溽滁溞滉溷溰滍溦滏溲溾滃滜滘溙溒溎溍溤溡溿溳滐滊溗溮溣煇煔煒煣煠煁煝煢煲煸煪煡煂煘煃煋煰煟煐煓"],["dea1","煄煍煚牏犍犌犑犐犎猼獂猻猺獀獊獉瑄瑊瑋瑒瑑瑗瑀瑏瑐瑎瑂瑆瑍瑔瓡瓿瓾瓽甝畹畷榃痯瘏瘃痷痾痼痹痸瘐痻痶痭痵痽皙皵盝睕睟睠睒睖睚睩睧睔睙睭矠碇碚碔碏碄碕碅碆碡碃硹碙碀碖硻祼禂祽祹稑稘稙稒稗稕稢稓"],["df40","稛稐窣窢窞竫筦筤筭筴筩筲筥筳筱筰筡筸筶筣粲粴粯綈綆綀綍絿綅絺綎絻綃絼綌綔綄絽綒罭罫罧罨罬羦羥羧翛翜耡腤腠腷腜腩腛腢腲朡腞腶腧腯"],["dfa1","腄腡舝艉艄艀艂艅蓱萿葖葶葹蒏蒍葥葑葀蒆葧萰葍葽葚葙葴葳葝蔇葞萷萺萴葺葃葸萲葅萩菙葋萯葂萭葟葰萹葎葌葒葯蓅蒎萻葇萶萳葨葾葄萫葠葔葮葐蜋蜄蛷蜌蛺蛖蛵蝍蛸蜎蜉蜁蛶蜍蜅裖裋裍裎裞裛裚裌裐覅覛觟觥觤"],["e040","觡觠觢觜触詶誆詿詡訿詷誂誄詵誃誁詴詺谼豋豊豥豤豦貆貄貅賌赨赩趑趌趎趏趍趓趔趐趒跰跠跬跱跮跐跩跣跢跧跲跫跴輆軿輁輀輅輇輈輂輋遒逿"],["e0a1","遄遉逽鄐鄍鄏鄑鄖鄔鄋鄎酮酯鉈鉒鈰鈺鉦鈳鉥鉞銃鈮鉊鉆鉭鉬鉏鉠鉧鉯鈶鉡鉰鈱鉔鉣鉐鉲鉎鉓鉌鉖鈲閟閜閞閛隒隓隑隗雎雺雽雸雵靳靷靸靲頏頍頎颬飶飹馯馲馰馵骭骫魛鳪鳭鳧麀黽僦僔僗僨僳僛僪僝僤僓僬僰僯僣僠"],["e140","凘劀劁勩勫匰厬嘧嘕嘌嘒嗼嘏嘜嘁嘓嘂嗺嘝嘄嗿嗹墉塼墐墘墆墁塿塴墋塺墇墑墎塶墂墈塻墔墏壾奫嫜嫮嫥嫕嫪嫚嫭嫫嫳嫢嫠嫛嫬嫞嫝嫙嫨嫟孷寠"],["e1a1","寣屣嶂嶀嵽嶆嵺嶁嵷嶊嶉嶈嵾嵼嶍嵹嵿幘幙幓廘廑廗廎廜廕廙廒廔彄彃彯徶愬愨慁慞慱慳慒慓慲慬憀慴慔慺慛慥愻慪慡慖戩戧戫搫摍摛摝摴摶摲摳摽摵摦撦摎撂摞摜摋摓摠摐摿搿摬摫摙摥摷敳斠暡暠暟朅朄朢榱榶槉"],["e240","榠槎榖榰榬榼榑榙榎榧榍榩榾榯榿槄榽榤槔榹槊榚槏榳榓榪榡榞槙榗榐槂榵榥槆歊歍歋殞殟殠毃毄毾滎滵滱漃漥滸漷滻漮漉潎漙漚漧漘漻漒滭漊"],["e2a1","漶潳滹滮漭潀漰漼漵滫漇漎潃漅滽滶漹漜滼漺漟漍漞漈漡熇熐熉熀熅熂熏煻熆熁熗牄牓犗犕犓獃獍獑獌瑢瑳瑱瑵瑲瑧瑮甀甂甃畽疐瘖瘈瘌瘕瘑瘊瘔皸瞁睼瞅瞂睮瞀睯睾瞃碲碪碴碭碨硾碫碞碥碠碬碢碤禘禊禋禖禕禔禓"],["e340","禗禈禒禐稫穊稰稯稨稦窨窫窬竮箈箜箊箑箐箖箍箌箛箎箅箘劄箙箤箂粻粿粼粺綧綷緂綣綪緁緀緅綝緎緄緆緋緌綯綹綖綼綟綦綮綩綡緉罳翢翣翥翞"],["e3a1","耤聝聜膉膆膃膇膍膌膋舕蒗蒤蒡蒟蒺蓎蓂蒬蒮蒫蒹蒴蓁蓍蒪蒚蒱蓐蒝蒧蒻蒢蒔蓇蓌蒛蒩蒯蒨蓖蒘蒶蓏蒠蓗蓔蓒蓛蒰蒑虡蜳蜣蜨蝫蝀蜮蜞蜡蜙蜛蝃蜬蝁蜾蝆蜠蜲蜪蜭蜼蜒蜺蜱蜵蝂蜦蜧蜸蜤蜚蜰蜑裷裧裱裲裺裾裮裼裶裻"],["e440","裰裬裫覝覡覟覞觩觫觨誫誙誋誒誏誖谽豨豩賕賏賗趖踉踂跿踍跽踊踃踇踆踅跾踀踄輐輑輎輍鄣鄜鄠鄢鄟鄝鄚鄤鄡鄛酺酲酹酳銥銤鉶銛鉺銠銔銪銍"],["e4a1","銦銚銫鉹銗鉿銣鋮銎銂銕銢鉽銈銡銊銆銌銙銧鉾銇銩銝銋鈭隞隡雿靘靽靺靾鞃鞀鞂靻鞄鞁靿韎韍頖颭颮餂餀餇馝馜駃馹馻馺駂馽駇骱髣髧鬾鬿魠魡魟鳱鳲鳵麧僿儃儰僸儆儇僶僾儋儌僽儊劋劌勱勯噈噂噌嘵噁噊噉噆噘"],["e540","噚噀嘳嘽嘬嘾嘸嘪嘺圚墫墝墱墠墣墯墬墥墡壿嫿嫴嫽嫷嫶嬃嫸嬂嫹嬁嬇嬅嬏屧嶙嶗嶟嶒嶢嶓嶕嶠嶜嶡嶚嶞幩幝幠幜緳廛廞廡彉徲憋憃慹憱憰憢憉"],["e5a1","憛憓憯憭憟憒憪憡憍慦憳戭摮摰撖撠撅撗撜撏撋撊撌撣撟摨撱撘敶敺敹敻斲斳暵暰暩暲暷暪暯樀樆樗槥槸樕槱槤樠槿槬槢樛樝槾樧槲槮樔槷槧橀樈槦槻樍槼槫樉樄樘樥樏槶樦樇槴樖歑殥殣殢殦氁氀毿氂潁漦潾澇濆澒"],["e640","澍澉澌潢潏澅潚澖潶潬澂潕潲潒潐潗澔澓潝漀潡潫潽潧澐潓澋潩潿澕潣潷潪潻熲熯熛熰熠熚熩熵熝熥熞熤熡熪熜熧熳犘犚獘獒獞獟獠獝獛獡獚獙"],["e6a1","獢璇璉璊璆璁瑽璅璈瑼瑹甈甇畾瘥瘞瘙瘝瘜瘣瘚瘨瘛皜皝皞皛瞍瞏瞉瞈磍碻磏磌磑磎磔磈磃磄磉禚禡禠禜禢禛歶稹窲窴窳箷篋箾箬篎箯箹篊箵糅糈糌糋緷緛緪緧緗緡縃緺緦緶緱緰緮緟罶羬羰羭翭翫翪翬翦翨聤聧膣膟"],["e740","膞膕膢膙膗舖艏艓艒艐艎艑蔤蔻蔏蔀蔩蔎蔉蔍蔟蔊蔧蔜蓻蔫蓺蔈蔌蓴蔪蓲蔕蓷蓫蓳蓼蔒蓪蓩蔖蓾蔨蔝蔮蔂蓽蔞蓶蔱蔦蓧蓨蓰蓯蓹蔘蔠蔰蔋蔙蔯虢"],["e7a1","蝖蝣蝤蝷蟡蝳蝘蝔蝛蝒蝡蝚蝑蝞蝭蝪蝐蝎蝟蝝蝯蝬蝺蝮蝜蝥蝏蝻蝵蝢蝧蝩衚褅褌褔褋褗褘褙褆褖褑褎褉覢覤覣觭觰觬諏諆誸諓諑諔諕誻諗誾諀諅諘諃誺誽諙谾豍貏賥賟賙賨賚賝賧趠趜趡趛踠踣踥踤踮踕踛踖踑踙踦踧"],["e840","踔踒踘踓踜踗踚輬輤輘輚輠輣輖輗遳遰遯遧遫鄯鄫鄩鄪鄲鄦鄮醅醆醊醁醂醄醀鋐鋃鋄鋀鋙銶鋏鋱鋟鋘鋩鋗鋝鋌鋯鋂鋨鋊鋈鋎鋦鋍鋕鋉鋠鋞鋧鋑鋓"],["e8a1","銵鋡鋆銴镼閬閫閮閰隤隢雓霅霈霂靚鞊鞎鞈韐韏頞頝頦頩頨頠頛頧颲餈飺餑餔餖餗餕駜駍駏駓駔駎駉駖駘駋駗駌骳髬髫髳髲髱魆魃魧魴魱魦魶魵魰魨魤魬鳼鳺鳽鳿鳷鴇鴀鳹鳻鴈鴅鴄麃黓鼏鼐儜儓儗儚儑凞匴叡噰噠噮"],["e940","噳噦噣噭噲噞噷圜圛壈墽壉墿墺壂墼壆嬗嬙嬛嬡嬔嬓嬐嬖嬨嬚嬠嬞寯嶬嶱嶩嶧嶵嶰嶮嶪嶨嶲嶭嶯嶴幧幨幦幯廩廧廦廨廥彋徼憝憨憖懅憴懆懁懌憺"],["e9a1","憿憸憌擗擖擐擏擉撽撉擃擛擳擙攳敿敼斢曈暾曀曊曋曏暽暻暺曌朣樴橦橉橧樲橨樾橝橭橶橛橑樨橚樻樿橁橪橤橐橏橔橯橩橠樼橞橖橕橍橎橆歕歔歖殧殪殫毈毇氄氃氆澭濋澣濇澼濎濈潞濄澽澞濊澨瀄澥澮澺澬澪濏澿澸"],["ea40","澢濉澫濍澯澲澰燅燂熿熸燖燀燁燋燔燊燇燏熽燘熼燆燚燛犝犞獩獦獧獬獥獫獪瑿璚璠璔璒璕璡甋疀瘯瘭瘱瘽瘳瘼瘵瘲瘰皻盦瞚瞝瞡瞜瞛瞢瞣瞕瞙"],["eaa1","瞗磝磩磥磪磞磣磛磡磢磭磟磠禤穄穈穇窶窸窵窱窷篞篣篧篝篕篥篚篨篹篔篪篢篜篫篘篟糒糔糗糐糑縒縡縗縌縟縠縓縎縜縕縚縢縋縏縖縍縔縥縤罃罻罼罺羱翯耪耩聬膱膦膮膹膵膫膰膬膴膲膷膧臲艕艖艗蕖蕅蕫蕍蕓蕡蕘"],["eb40","蕀蕆蕤蕁蕢蕄蕑蕇蕣蔾蕛蕱蕎蕮蕵蕕蕧蕠薌蕦蕝蕔蕥蕬虣虥虤螛螏螗螓螒螈螁螖螘蝹螇螣螅螐螑螝螄螔螜螚螉褞褦褰褭褮褧褱褢褩褣褯褬褟觱諠"],["eba1","諢諲諴諵諝謔諤諟諰諈諞諡諨諿諯諻貑貒貐賵賮賱賰賳赬赮趥趧踳踾踸蹀蹅踶踼踽蹁踰踿躽輶輮輵輲輹輷輴遶遹遻邆郺鄳鄵鄶醓醐醑醍醏錧錞錈錟錆錏鍺錸錼錛錣錒錁鍆錭錎錍鋋錝鋺錥錓鋹鋷錴錂錤鋿錩錹錵錪錔錌"],["ec40","錋鋾錉錀鋻錖閼闍閾閹閺閶閿閵閽隩雔霋霒霐鞙鞗鞔韰韸頵頯頲餤餟餧餩馞駮駬駥駤駰駣駪駩駧骹骿骴骻髶髺髹髷鬳鮀鮅鮇魼魾魻鮂鮓鮒鮐魺鮕"],["eca1","魽鮈鴥鴗鴠鴞鴔鴩鴝鴘鴢鴐鴙鴟麈麆麇麮麭黕黖黺鼒鼽儦儥儢儤儠儩勴嚓嚌嚍嚆嚄嚃噾嚂噿嚁壖壔壏壒嬭嬥嬲嬣嬬嬧嬦嬯嬮孻寱寲嶷幬幪徾徻懃憵憼懧懠懥懤懨懞擯擩擣擫擤擨斁斀斶旚曒檍檖檁檥檉檟檛檡檞檇檓檎"],["ed40","檕檃檨檤檑橿檦檚檅檌檒歛殭氉濌澩濴濔濣濜濭濧濦濞濲濝濢濨燡燱燨燲燤燰燢獳獮獯璗璲璫璐璪璭璱璥璯甐甑甒甏疄癃癈癉癇皤盩瞵瞫瞲瞷瞶"],["eda1","瞴瞱瞨矰磳磽礂磻磼磲礅磹磾礄禫禨穜穛穖穘穔穚窾竀竁簅簏篲簀篿篻簎篴簋篳簂簉簃簁篸篽簆篰篱簐簊糨縭縼繂縳顈縸縪繉繀繇縩繌縰縻縶繄縺罅罿罾罽翴翲耬膻臄臌臊臅臇膼臩艛艚艜薃薀薏薧薕薠薋薣蕻薤薚薞"],["ee40","蕷蕼薉薡蕺蕸蕗薎薖薆薍薙薝薁薢薂薈薅蕹蕶薘薐薟虨螾螪螭蟅螰螬螹螵螼螮蟉蟃蟂蟌螷螯蟄蟊螴螶螿螸螽蟞螲褵褳褼褾襁襒褷襂覭覯覮觲觳謞"],["eea1","謘謖謑謅謋謢謏謒謕謇謍謈謆謜謓謚豏豰豲豱豯貕貔賹赯蹎蹍蹓蹐蹌蹇轃轀邅遾鄸醚醢醛醙醟醡醝醠鎡鎃鎯鍤鍖鍇鍼鍘鍜鍶鍉鍐鍑鍠鍭鎏鍌鍪鍹鍗鍕鍒鍏鍱鍷鍻鍡鍞鍣鍧鎀鍎鍙闇闀闉闃闅閷隮隰隬霠霟霘霝霙鞚鞡鞜"],["ef40","鞞鞝韕韔韱顁顄顊顉顅顃餥餫餬餪餳餲餯餭餱餰馘馣馡騂駺駴駷駹駸駶駻駽駾駼騃骾髾髽鬁髼魈鮚鮨鮞鮛鮦鮡鮥鮤鮆鮢鮠鮯鴳鵁鵧鴶鴮鴯鴱鴸鴰"],["efa1","鵅鵂鵃鴾鴷鵀鴽翵鴭麊麉麍麰黈黚黻黿鼤鼣鼢齔龠儱儭儮嚘嚜嚗嚚嚝嚙奰嬼屩屪巀幭幮懘懟懭懮懱懪懰懫懖懩擿攄擽擸攁攃擼斔旛曚曛曘櫅檹檽櫡櫆檺檶檷櫇檴檭歞毉氋瀇瀌瀍瀁瀅瀔瀎濿瀀濻瀦濼濷瀊爁燿燹爃燽獶"],["f040","璸瓀璵瓁璾璶璻瓂甔甓癜癤癙癐癓癗癚皦皽盬矂瞺磿礌礓礔礉礐礒礑禭禬穟簜簩簙簠簟簭簝簦簨簢簥簰繜繐繖繣繘繢繟繑繠繗繓羵羳翷翸聵臑臒"],["f0a1","臐艟艞薴藆藀藃藂薳薵薽藇藄薿藋藎藈藅薱薶藒蘤薸薷薾虩蟧蟦蟢蟛蟫蟪蟥蟟蟳蟤蟔蟜蟓蟭蟘蟣螤蟗蟙蠁蟴蟨蟝襓襋襏襌襆襐襑襉謪謧謣謳謰謵譇謯謼謾謱謥謷謦謶謮謤謻謽謺豂豵貙貘貗賾贄贂贀蹜蹢蹠蹗蹖蹞蹥蹧"],["f140","蹛蹚蹡蹝蹩蹔轆轇轈轋鄨鄺鄻鄾醨醥醧醯醪鎵鎌鎒鎷鎛鎝鎉鎧鎎鎪鎞鎦鎕鎈鎙鎟鎍鎱鎑鎲鎤鎨鎴鎣鎥闒闓闑隳雗雚巂雟雘雝霣霢霥鞬鞮鞨鞫鞤鞪"],["f1a1","鞢鞥韗韙韖韘韺顐顑顒颸饁餼餺騏騋騉騍騄騑騊騅騇騆髀髜鬈鬄鬅鬩鬵魊魌魋鯇鯆鯃鮿鯁鮵鮸鯓鮶鯄鮹鮽鵜鵓鵏鵊鵛鵋鵙鵖鵌鵗鵒鵔鵟鵘鵚麎麌黟鼁鼀鼖鼥鼫鼪鼩鼨齌齕儴儵劖勷厴嚫嚭嚦嚧嚪嚬壚壝壛夒嬽嬾嬿巃幰"],["f240","徿懻攇攐攍攉攌攎斄旞旝曞櫧櫠櫌櫑櫙櫋櫟櫜櫐櫫櫏櫍櫞歠殰氌瀙瀧瀠瀖瀫瀡瀢瀣瀩瀗瀤瀜瀪爌爊爇爂爅犥犦犤犣犡瓋瓅璷瓃甖癠矉矊矄矱礝礛"],["f2a1","礡礜礗礞禰穧穨簳簼簹簬簻糬糪繶繵繸繰繷繯繺繲繴繨罋罊羃羆羷翽翾聸臗臕艤艡艣藫藱藭藙藡藨藚藗藬藲藸藘藟藣藜藑藰藦藯藞藢蠀蟺蠃蟶蟷蠉蠌蠋蠆蟼蠈蟿蠊蠂襢襚襛襗襡襜襘襝襙覈覷覶觶譐譈譊譀譓譖譔譋譕"],["f340","譑譂譒譗豃豷豶貚贆贇贉趬趪趭趫蹭蹸蹳蹪蹯蹻軂轒轑轏轐轓辴酀鄿醰醭鏞鏇鏏鏂鏚鏐鏹鏬鏌鏙鎩鏦鏊鏔鏮鏣鏕鏄鏎鏀鏒鏧镽闚闛雡霩霫霬霨霦"],["f3a1","鞳鞷鞶韝韞韟顜顙顝顗颿颽颻颾饈饇饃馦馧騚騕騥騝騤騛騢騠騧騣騞騜騔髂鬋鬊鬎鬌鬷鯪鯫鯠鯞鯤鯦鯢鯰鯔鯗鯬鯜鯙鯥鯕鯡鯚鵷鶁鶊鶄鶈鵱鶀鵸鶆鶋鶌鵽鵫鵴鵵鵰鵩鶅鵳鵻鶂鵯鵹鵿鶇鵨麔麑黀黼鼭齀齁齍齖齗齘匷嚲"],["f440","嚵嚳壣孅巆巇廮廯忀忁懹攗攖攕攓旟曨曣曤櫳櫰櫪櫨櫹櫱櫮櫯瀼瀵瀯瀷瀴瀱灂瀸瀿瀺瀹灀瀻瀳灁爓爔犨獽獼璺皫皪皾盭矌矎矏矍矲礥礣礧礨礤礩"],["f4a1","禲穮穬穭竷籉籈籊籇籅糮繻繾纁纀羺翿聹臛臙舋艨艩蘢藿蘁藾蘛蘀藶蘄蘉蘅蘌藽蠙蠐蠑蠗蠓蠖襣襦覹觷譠譪譝譨譣譥譧譭趮躆躈躄轙轖轗轕轘轚邍酃酁醷醵醲醳鐋鐓鏻鐠鐏鐔鏾鐕鐐鐨鐙鐍鏵鐀鏷鐇鐎鐖鐒鏺鐉鏸鐊鏿"],["f540","鏼鐌鏶鐑鐆闞闠闟霮霯鞹鞻韽韾顠顢顣顟飁飂饐饎饙饌饋饓騲騴騱騬騪騶騩騮騸騭髇髊髆鬐鬒鬑鰋鰈鯷鰅鰒鯸鱀鰇鰎鰆鰗鰔鰉鶟鶙鶤鶝鶒鶘鶐鶛"],["f5a1","鶠鶔鶜鶪鶗鶡鶚鶢鶨鶞鶣鶿鶩鶖鶦鶧麙麛麚黥黤黧黦鼰鼮齛齠齞齝齙龑儺儹劘劗囃嚽嚾孈孇巋巏廱懽攛欂櫼欃櫸欀灃灄灊灈灉灅灆爝爚爙獾甗癪矐礭礱礯籔籓糲纊纇纈纋纆纍罍羻耰臝蘘蘪蘦蘟蘣蘜蘙蘧蘮蘡蘠蘩蘞蘥"],["f640","蠩蠝蠛蠠蠤蠜蠫衊襭襩襮襫觺譹譸譅譺譻贐贔趯躎躌轞轛轝酆酄酅醹鐿鐻鐶鐩鐽鐼鐰鐹鐪鐷鐬鑀鐱闥闤闣霵霺鞿韡顤飉飆飀饘饖騹騽驆驄驂驁騺"],["f6a1","騿髍鬕鬗鬘鬖鬺魒鰫鰝鰜鰬鰣鰨鰩鰤鰡鶷鶶鶼鷁鷇鷊鷏鶾鷅鷃鶻鶵鷎鶹鶺鶬鷈鶱鶭鷌鶳鷍鶲鹺麜黫黮黭鼛鼘鼚鼱齎齥齤龒亹囆囅囋奱孋孌巕巑廲攡攠攦攢欋欈欉氍灕灖灗灒爞爟犩獿瓘瓕瓙瓗癭皭礵禴穰穱籗籜籙籛籚"],["f740","糴糱纑罏羇臞艫蘴蘵蘳蘬蘲蘶蠬蠨蠦蠪蠥襱覿覾觻譾讄讂讆讅譿贕躕躔躚躒躐躖躗轠轢酇鑌鑐鑊鑋鑏鑇鑅鑈鑉鑆霿韣顪顩飋饔饛驎驓驔驌驏驈驊"],["f7a1","驉驒驐髐鬙鬫鬻魖魕鱆鱈鰿鱄鰹鰳鱁鰼鰷鰴鰲鰽鰶鷛鷒鷞鷚鷋鷐鷜鷑鷟鷩鷙鷘鷖鷵鷕鷝麶黰鼵鼳鼲齂齫龕龢儽劙壨壧奲孍巘蠯彏戁戃戄攩攥斖曫欑欒欏毊灛灚爢玂玁玃癰矔籧籦纕艬蘺虀蘹蘼蘱蘻蘾蠰蠲蠮蠳襶襴襳觾"],["f840","讌讎讋讈豅贙躘轤轣醼鑢鑕鑝鑗鑞韄韅頀驖驙鬞鬟鬠鱒鱘鱐鱊鱍鱋鱕鱙鱌鱎鷻鷷鷯鷣鷫鷸鷤鷶鷡鷮鷦鷲鷰鷢鷬鷴鷳鷨鷭黂黐黲黳鼆鼜鼸鼷鼶齃齏"],["f8a1","齱齰齮齯囓囍孎屭攭曭曮欓灟灡灝灠爣瓛瓥矕礸禷禶籪纗羉艭虃蠸蠷蠵衋讔讕躞躟躠躝醾醽釂鑫鑨鑩雥靆靃靇韇韥驞髕魙鱣鱧鱦鱢鱞鱠鸂鷾鸇鸃鸆鸅鸀鸁鸉鷿鷽鸄麠鼞齆齴齵齶囔攮斸欘欙欗欚灢爦犪矘矙礹籩籫糶纚"],["f940","纘纛纙臠臡虆虇虈襹襺襼襻觿讘讙躥躤躣鑮鑭鑯鑱鑳靉顲饟鱨鱮鱭鸋鸍鸐鸏鸒鸑麡黵鼉齇齸齻齺齹圞灦籯蠼趲躦釃鑴鑸鑶鑵驠鱴鱳鱱鱵鸔鸓黶鼊"],["f9a1","龤灨灥糷虪蠾蠽蠿讞貜躩軉靋顳顴飌饡馫驤驦驧鬤鸕鸗齈戇欞爧虌躨钂钀钁驩驨鬮鸙爩虋讟钃鱹麷癵驫鱺鸝灩灪麤齾齉龘碁銹裏墻恒粧嫺╔╦╗╠╬╣╚╩╝╒╤╕╞╪╡╘╧╛╓╥╖╟╫╢╙╨╜║═╭╮╰╯▓"]]')},56406:i=>{i.exports=JSON.parse('[["0","\\u0000",127],["8ea1","。",62],["a1a1"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇"],["a2a1","◆□■△▲▽▼※〒→←↑↓〓"],["a2ba","∈∋⊆⊇⊂⊃∪∩"],["a2ca","∧∨¬⇒⇔∀∃"],["a2dc","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["a2f2","ʼn♯♭♪†‡¶"],["a2fe","◯"],["a3b0","0",9],["a3c1","A",25],["a3e1","a",25],["a4a1","ぁ",82],["a5a1","ァ",85],["a6a1","Α",16,"Σ",6],["a6c1","α",16,"σ",6],["a7a1","А",5,"ЁЖ",25],["a7d1","а",5,"ёж",25],["a8a1","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["ada1","①",19,"Ⅰ",9],["adc0","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["addf","㍻〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["b0a1","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["b1a1","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応"],["b2a1","押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["b3a1","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱"],["b4a1","粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["b5a1","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京"],["b6a1","供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["b7a1","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲"],["b8a1","検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["b9a1","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込"],["baa1","此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["bba1","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時"],["bca1","次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["bda1","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償"],["bea1","勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["bfa1","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾"],["c0a1","澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["c1a1","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎"],["c2a1","臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["c3a1","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵"],["c4a1","帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["c5a1","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到"],["c6a1","董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["c7a1","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦"],["c8a1","函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["c9a1","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服"],["caa1","福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["cba1","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満"],["cca1","漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["cda1","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃"],["cea1","痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["cfa1","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["d0a1","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["d1a1","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨"],["d2a1","辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["d3a1","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉"],["d4a1","圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["d5a1","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓"],["d6a1","屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["d7a1","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚"],["d8a1","悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["d9a1","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼"],["daa1","據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["dba1","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍"],["dca1","棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["dda1","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾"],["dea1","沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["dfa1","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼"],["e0a1","燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e1a1","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰"],["e2a1","癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e3a1","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐"],["e4a1","筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e5a1","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺"],["e6a1","罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e7a1","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙"],["e8a1","茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e9a1","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙"],["eaa1","蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["eba1","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫"],["eca1","譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["eda1","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸"],["eea1","遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["efa1","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞"],["f0a1","陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["f1a1","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷"],["f2a1","髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["f3a1","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠"],["f4a1","堯槇遙瑤凜熙"],["f9a1","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德"],["faa1","忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["fba1","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚"],["fca1","釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["fcf1","ⅰ",9,"¬¦'""],["8fa2af","˘ˇ¸˙˝¯˛˚~΄΅"],["8fa2c2","¡¦¿"],["8fa2eb","ºª©®™¤№"],["8fa6e1","ΆΈΉΊΪ"],["8fa6e7","Ό"],["8fa6e9","ΎΫ"],["8fa6ec","Ώ"],["8fa6f1","άέήίϊΐόςύϋΰώ"],["8fa7c2","Ђ",10,"ЎЏ"],["8fa7f2","ђ",10,"ўџ"],["8fa9a1","ÆĐ"],["8fa9a4","Ħ"],["8fa9a6","IJ"],["8fa9a8","ŁĿ"],["8fa9ab","ŊØŒ"],["8fa9af","ŦÞ"],["8fa9c1","æđðħıijĸłŀʼnŋøœßŧþ"],["8faaa1","ÁÀÄÂĂǍĀĄÅÃĆĈČÇĊĎÉÈËÊĚĖĒĘ"],["8faaba","ĜĞĢĠĤÍÌÏÎǏİĪĮĨĴĶĹĽĻŃŇŅÑÓÒÖÔǑŐŌÕŔŘŖŚŜŠŞŤŢÚÙÜÛŬǓŰŪŲŮŨǗǛǙǕŴÝŸŶŹŽŻ"],["8faba1","áàäâăǎāąåãćĉčçċďéèëêěėēęǵĝğ"],["8fabbd","ġĥíìïîǐ"],["8fabc5","īįĩĵķĺľļńňņñóòöôǒőōõŕřŗśŝšşťţúùüûŭǔűūųůũǘǜǚǖŵýÿŷźžż"],["8fb0a1","丂丄丅丌丒丟丣两丨丫丮丯丰丵乀乁乄乇乑乚乜乣乨乩乴乵乹乿亍亖亗亝亯亹仃仐仚仛仠仡仢仨仯仱仳仵份仾仿伀伂伃伈伋伌伒伕伖众伙伮伱你伳伵伷伹伻伾佀佂佈佉佋佌佒佔佖佘佟佣佪佬佮佱佷佸佹佺佽佾侁侂侄"],["8fb1a1","侅侉侊侌侎侐侒侓侔侗侙侚侞侟侲侷侹侻侼侽侾俀俁俅俆俈俉俋俌俍俏俒俜俠俢俰俲俼俽俿倀倁倄倇倊倌倎倐倓倗倘倛倜倝倞倢倧倮倰倲倳倵偀偁偂偅偆偊偌偎偑偒偓偗偙偟偠偢偣偦偧偪偭偰偱倻傁傃傄傆傊傎傏傐"],["8fb2a1","傒傓傔傖傛傜傞",4,"傪傯傰傹傺傽僀僃僄僇僌僎僐僓僔僘僜僝僟僢僤僦僨僩僯僱僶僺僾儃儆儇儈儋儌儍儎僲儐儗儙儛儜儝儞儣儧儨儬儭儯儱儳儴儵儸儹兂兊兏兓兕兗兘兟兤兦兾冃冄冋冎冘冝冡冣冭冸冺冼冾冿凂"],["8fb3a1","凈减凑凒凓凕凘凞凢凥凮凲凳凴凷刁刂刅划刓刕刖刘刢刨刱刲刵刼剅剉剕剗剘剚剜剟剠剡剦剮剷剸剹劀劂劅劊劌劓劕劖劗劘劚劜劤劥劦劧劯劰劶劷劸劺劻劽勀勄勆勈勌勏勑勔勖勛勜勡勥勨勩勪勬勰勱勴勶勷匀匃匊匋"],["8fb4a1","匌匑匓匘匛匜匞匟匥匧匨匩匫匬匭匰匲匵匼匽匾卂卌卋卙卛卡卣卥卬卭卲卹卾厃厇厈厎厓厔厙厝厡厤厪厫厯厲厴厵厷厸厺厽叀叅叏叒叓叕叚叝叞叠另叧叵吂吓吚吡吧吨吪启吱吴吵呃呄呇呍呏呞呢呤呦呧呩呫呭呮呴呿"],["8fb5a1","咁咃咅咈咉咍咑咕咖咜咟咡咦咧咩咪咭咮咱咷咹咺咻咿哆哊响哎哠哪哬哯哶哼哾哿唀唁唅唈唉唌唍唎唕唪唫唲唵唶唻唼唽啁啇啉啊啍啐啑啘啚啛啞啠啡啤啦啿喁喂喆喈喎喏喑喒喓喔喗喣喤喭喲喿嗁嗃嗆嗉嗋嗌嗎嗑嗒"],["8fb6a1","嗓嗗嗘嗛嗞嗢嗩嗶嗿嘅嘈嘊嘍",5,"嘙嘬嘰嘳嘵嘷嘹嘻嘼嘽嘿噀噁噃噄噆噉噋噍噏噔噞噠噡噢噣噦噩噭噯噱噲噵嚄嚅嚈嚋嚌嚕嚙嚚嚝嚞嚟嚦嚧嚨嚩嚫嚬嚭嚱嚳嚷嚾囅囉囊囋囏囐囌囍囙囜囝囟囡囤",4,"囱囫园"],["8fb7a1","囶囷圁圂圇圊圌圑圕圚圛圝圠圢圣圤圥圩圪圬圮圯圳圴圽圾圿坅坆坌坍坒坢坥坧坨坫坭",4,"坳坴坵坷坹坺坻坼坾垁垃垌垔垗垙垚垜垝垞垟垡垕垧垨垩垬垸垽埇埈埌埏埕埝埞埤埦埧埩埭埰埵埶埸埽埾埿堃堄堈堉埡"],["8fb8a1","堌堍堛堞堟堠堦堧堭堲堹堿塉塌塍塏塐塕塟塡塤塧塨塸塼塿墀墁墇墈墉墊墌墍墏墐墔墖墝墠墡墢墦墩墱墲壄墼壂壈壍壎壐壒壔壖壚壝壡壢壩壳夅夆夋夌夒夓夔虁夝夡夣夤夨夯夰夳夵夶夿奃奆奒奓奙奛奝奞奟奡奣奫奭"],["8fb9a1","奯奲奵奶她奻奼妋妌妎妒妕妗妟妤妧妭妮妯妰妳妷妺妼姁姃姄姈姊姍姒姝姞姟姣姤姧姮姯姱姲姴姷娀娄娌娍娎娒娓娞娣娤娧娨娪娭娰婄婅婇婈婌婐婕婞婣婥婧婭婷婺婻婾媋媐媓媖媙媜媞媟媠媢媧媬媱媲媳媵媸媺媻媿"],["8fbaa1","嫄嫆嫈嫏嫚嫜嫠嫥嫪嫮嫵嫶嫽嬀嬁嬈嬗嬴嬙嬛嬝嬡嬥嬭嬸孁孋孌孒孖孞孨孮孯孼孽孾孿宁宄宆宊宎宐宑宓宔宖宨宩宬宭宯宱宲宷宺宼寀寁寍寏寖",4,"寠寯寱寴寽尌尗尞尟尣尦尩尫尬尮尰尲尵尶屙屚屜屢屣屧屨屩"],["8fbba1","屭屰屴屵屺屻屼屽岇岈岊岏岒岝岟岠岢岣岦岪岲岴岵岺峉峋峒峝峗峮峱峲峴崁崆崍崒崫崣崤崦崧崱崴崹崽崿嵂嵃嵆嵈嵕嵑嵙嵊嵟嵠嵡嵢嵤嵪嵭嵰嵹嵺嵾嵿嶁嶃嶈嶊嶒嶓嶔嶕嶙嶛嶟嶠嶧嶫嶰嶴嶸嶹巃巇巋巐巎巘巙巠巤"],["8fbca1","巩巸巹帀帇帍帒帔帕帘帟帠帮帨帲帵帾幋幐幉幑幖幘幛幜幞幨幪",4,"幰庀庋庎庢庤庥庨庪庬庱庳庽庾庿廆廌廋廎廑廒廔廕廜廞廥廫异弆弇弈弎弙弜弝弡弢弣弤弨弫弬弮弰弴弶弻弽弿彀彄彅彇彍彐彔彘彛彠彣彤彧"],["8fbda1","彯彲彴彵彸彺彽彾徉徍徏徖徜徝徢徧徫徤徬徯徰徱徸忄忇忈忉忋忐",4,"忞忡忢忨忩忪忬忭忮忯忲忳忶忺忼怇怊怍怓怔怗怘怚怟怤怭怳怵恀恇恈恉恌恑恔恖恗恝恡恧恱恾恿悂悆悈悊悎悑悓悕悘悝悞悢悤悥您悰悱悷"],["8fbea1","悻悾惂惄惈惉惊惋惎惏惔惕惙惛惝惞惢惥惲惵惸惼惽愂愇愊愌愐",4,"愖愗愙愜愞愢愪愫愰愱愵愶愷愹慁慅慆慉慞慠慬慲慸慻慼慿憀憁憃憄憋憍憒憓憗憘憜憝憟憠憥憨憪憭憸憹憼懀懁懂懎懏懕懜懝懞懟懡懢懧懩懥"],["8fbfa1","懬懭懯戁戃戄戇戓戕戜戠戢戣戧戩戫戹戽扂扃扄扆扌扐扑扒扔扖扚扜扤扭扯扳扺扽抍抎抏抐抦抨抳抶抷抺抾抿拄拎拕拖拚拪拲拴拼拽挃挄挊挋挍挐挓挖挘挩挪挭挵挶挹挼捁捂捃捄捆捊捋捎捒捓捔捘捛捥捦捬捭捱捴捵"],["8fc0a1","捸捼捽捿掂掄掇掊掐掔掕掙掚掞掤掦掭掮掯掽揁揅揈揎揑揓揔揕揜揠揥揪揬揲揳揵揸揹搉搊搐搒搔搘搞搠搢搤搥搩搪搯搰搵搽搿摋摏摑摒摓摔摚摛摜摝摟摠摡摣摭摳摴摻摽撅撇撏撐撑撘撙撛撝撟撡撣撦撨撬撳撽撾撿"],["8fc1a1","擄擉擊擋擌擎擐擑擕擗擤擥擩擪擭擰擵擷擻擿攁攄攈攉攊攏攓攔攖攙攛攞攟攢攦攩攮攱攺攼攽敃敇敉敐敒敔敟敠敧敫敺敽斁斅斊斒斕斘斝斠斣斦斮斲斳斴斿旂旈旉旎旐旔旖旘旟旰旲旴旵旹旾旿昀昄昈昉昍昑昒昕昖昝"],["8fc2a1","昞昡昢昣昤昦昩昪昫昬昮昰昱昳昹昷晀晅晆晊晌晑晎晗晘晙晛晜晠晡曻晪晫晬晾晳晵晿晷晸晹晻暀晼暋暌暍暐暒暙暚暛暜暟暠暤暭暱暲暵暻暿曀曂曃曈曌曎曏曔曛曟曨曫曬曮曺朅朇朎朓朙朜朠朢朳朾杅杇杈杌杔杕杝"],["8fc3a1","杦杬杮杴杶杻极构枎枏枑枓枖枘枙枛枰枱枲枵枻枼枽柹柀柂柃柅柈柉柒柗柙柜柡柦柰柲柶柷桒栔栙栝栟栨栧栬栭栯栰栱栳栻栿桄桅桊桌桕桗桘桛桫桮",4,"桵桹桺桻桼梂梄梆梈梖梘梚梜梡梣梥梩梪梮梲梻棅棈棌棏"],["8fc4a1","棐棑棓棖棙棜棝棥棨棪棫棬棭棰棱棵棶棻棼棽椆椉椊椐椑椓椖椗椱椳椵椸椻楂楅楉楎楗楛楣楤楥楦楨楩楬楰楱楲楺楻楿榀榍榒榖榘榡榥榦榨榫榭榯榷榸榺榼槅槈槑槖槗槢槥槮槯槱槳槵槾樀樁樃樏樑樕樚樝樠樤樨樰樲"],["8fc5a1","樴樷樻樾樿橅橆橉橊橎橐橑橒橕橖橛橤橧橪橱橳橾檁檃檆檇檉檋檑檛檝檞檟檥檫檯檰檱檴檽檾檿櫆櫉櫈櫌櫐櫔櫕櫖櫜櫝櫤櫧櫬櫰櫱櫲櫼櫽欂欃欆欇欉欏欐欑欗欛欞欤欨欫欬欯欵欶欻欿歆歊歍歒歖歘歝歠歧歫歮歰歵歽"],["8fc6a1","歾殂殅殗殛殟殠殢殣殨殩殬殭殮殰殸殹殽殾毃毄毉毌毖毚毡毣毦毧毮毱毷毹毿氂氄氅氉氍氎氐氒氙氟氦氧氨氬氮氳氵氶氺氻氿汊汋汍汏汒汔汙汛汜汫汭汯汴汶汸汹汻沅沆沇沉沔沕沗沘沜沟沰沲沴泂泆泍泏泐泑泒泔泖"],["8fc7a1","泚泜泠泧泩泫泬泮泲泴洄洇洊洎洏洑洓洚洦洧洨汧洮洯洱洹洼洿浗浞浟浡浥浧浯浰浼涂涇涑涒涔涖涗涘涪涬涴涷涹涽涿淄淈淊淎淏淖淛淝淟淠淢淥淩淯淰淴淶淼渀渄渞渢渧渲渶渹渻渼湄湅湈湉湋湏湑湒湓湔湗湜湝湞"],["8fc8a1","湢湣湨湳湻湽溍溓溙溠溧溭溮溱溳溻溿滀滁滃滇滈滊滍滎滏滫滭滮滹滻滽漄漈漊漌漍漖漘漚漛漦漩漪漯漰漳漶漻漼漭潏潑潒潓潗潙潚潝潞潡潢潨潬潽潾澃澇澈澋澌澍澐澒澓澔澖澚澟澠澥澦澧澨澮澯澰澵澶澼濅濇濈濊"],["8fc9a1","濚濞濨濩濰濵濹濼濽瀀瀅瀆瀇瀍瀗瀠瀣瀯瀴瀷瀹瀼灃灄灈灉灊灋灔灕灝灞灎灤灥灬灮灵灶灾炁炅炆炔",4,"炛炤炫炰炱炴炷烊烑烓烔烕烖烘烜烤烺焃",4,"焋焌焏焞焠焫焭焯焰焱焸煁煅煆煇煊煋煐煒煗煚煜煞煠"],["8fcaa1","煨煹熀熅熇熌熒熚熛熠熢熯熰熲熳熺熿燀燁燄燋燌燓燖燙燚燜燸燾爀爇爈爉爓爗爚爝爟爤爫爯爴爸爹牁牂牃牅牎牏牐牓牕牖牚牜牞牠牣牨牫牮牯牱牷牸牻牼牿犄犉犍犎犓犛犨犭犮犱犴犾狁狇狉狌狕狖狘狟狥狳狴狺狻"],["8fcba1","狾猂猄猅猇猋猍猒猓猘猙猞猢猤猧猨猬猱猲猵猺猻猽獃獍獐獒獖獘獝獞獟獠獦獧獩獫獬獮獯獱獷獹獼玀玁玃玅玆玎玐玓玕玗玘玜玞玟玠玢玥玦玪玫玭玵玷玹玼玽玿珅珆珉珋珌珏珒珓珖珙珝珡珣珦珧珩珴珵珷珹珺珻珽"],["8fcca1","珿琀琁琄琇琊琑琚琛琤琦琨",9,"琹瑀瑃瑄瑆瑇瑋瑍瑑瑒瑗瑝瑢瑦瑧瑨瑫瑭瑮瑱瑲璀璁璅璆璇璉璏璐璑璒璘璙璚璜璟璠璡璣璦璨璩璪璫璮璯璱璲璵璹璻璿瓈瓉瓌瓐瓓瓘瓚瓛瓞瓟瓤瓨瓪瓫瓯瓴瓺瓻瓼瓿甆"],["8fcda1","甒甖甗甠甡甤甧甩甪甯甶甹甽甾甿畀畃畇畈畎畐畒畗畞畟畡畯畱畹",5,"疁疅疐疒疓疕疙疜疢疤疴疺疿痀痁痄痆痌痎痏痗痜痟痠痡痤痧痬痮痯痱痹瘀瘂瘃瘄瘇瘈瘊瘌瘏瘒瘓瘕瘖瘙瘛瘜瘝瘞瘣瘥瘦瘩瘭瘲瘳瘵瘸瘹"],["8fcea1","瘺瘼癊癀癁癃癄癅癉癋癕癙癟癤癥癭癮癯癱癴皁皅皌皍皕皛皜皝皟皠皢",6,"皪皭皽盁盅盉盋盌盎盔盙盠盦盨盬盰盱盶盹盼眀眆眊眎眒眔眕眗眙眚眜眢眨眭眮眯眴眵眶眹眽眾睂睅睆睊睍睎睏睒睖睗睜睞睟睠睢"],["8fcfa1","睤睧睪睬睰睲睳睴睺睽瞀瞄瞌瞍瞔瞕瞖瞚瞟瞢瞧瞪瞮瞯瞱瞵瞾矃矉矑矒矕矙矞矟矠矤矦矪矬矰矱矴矸矻砅砆砉砍砎砑砝砡砢砣砭砮砰砵砷硃硄硇硈硌硎硒硜硞硠硡硣硤硨硪确硺硾碊碏碔碘碡碝碞碟碤碨碬碭碰碱碲碳"],["8fd0a1","碻碽碿磇磈磉磌磎磒磓磕磖磤磛磟磠磡磦磪磲磳礀磶磷磺磻磿礆礌礐礚礜礞礟礠礥礧礩礭礱礴礵礻礽礿祄祅祆祊祋祏祑祔祘祛祜祧祩祫祲祹祻祼祾禋禌禑禓禔禕禖禘禛禜禡禨禩禫禯禱禴禸离秂秄秇秈秊秏秔秖秚秝秞"],["8fd1a1","秠秢秥秪秫秭秱秸秼稂稃稇稉稊稌稑稕稛稞稡稧稫稭稯稰稴稵稸稹稺穄穅穇穈穌穕穖穙穜穝穟穠穥穧穪穭穵穸穾窀窂窅窆窊窋窐窑窔窞窠窣窬窳窵窹窻窼竆竉竌竎竑竛竨竩竫竬竱竴竻竽竾笇笔笟笣笧笩笪笫笭笮笯笰"],["8fd2a1","笱笴笽笿筀筁筇筎筕筠筤筦筩筪筭筯筲筳筷箄箉箎箐箑箖箛箞箠箥箬箯箰箲箵箶箺箻箼箽篂篅篈篊篔篖篗篙篚篛篨篪篲篴篵篸篹篺篼篾簁簂簃簄簆簉簋簌簎簏簙簛簠簥簦簨簬簱簳簴簶簹簺籆籊籕籑籒籓籙",5],["8fd3a1","籡籣籧籩籭籮籰籲籹籼籽粆粇粏粔粞粠粦粰粶粷粺粻粼粿糄糇糈糉糍糏糓糔糕糗糙糚糝糦糩糫糵紃紇紈紉紏紑紒紓紖紝紞紣紦紪紭紱紼紽紾絀絁絇絈絍絑絓絗絙絚絜絝絥絧絪絰絸絺絻絿綁綂綃綅綆綈綋綌綍綑綖綗綝"],["8fd4a1","綞綦綧綪綳綶綷綹緂",4,"緌緍緎緗緙縀緢緥緦緪緫緭緱緵緶緹緺縈縐縑縕縗縜縝縠縧縨縬縭縯縳縶縿繄繅繇繎繐繒繘繟繡繢繥繫繮繯繳繸繾纁纆纇纊纍纑纕纘纚纝纞缼缻缽缾缿罃罄罇罏罒罓罛罜罝罡罣罤罥罦罭"],["8fd5a1","罱罽罾罿羀羋羍羏羐羑羖羗羜羡羢羦羪羭羴羼羿翀翃翈翎翏翛翟翣翥翨翬翮翯翲翺翽翾翿耇耈耊耍耎耏耑耓耔耖耝耞耟耠耤耦耬耮耰耴耵耷耹耺耼耾聀聄聠聤聦聭聱聵肁肈肎肜肞肦肧肫肸肹胈胍胏胒胔胕胗胘胠胭胮"],["8fd6a1","胰胲胳胶胹胺胾脃脋脖脗脘脜脞脠脤脧脬脰脵脺脼腅腇腊腌腒腗腠腡腧腨腩腭腯腷膁膐膄膅膆膋膎膖膘膛膞膢膮膲膴膻臋臃臅臊臎臏臕臗臛臝臞臡臤臫臬臰臱臲臵臶臸臹臽臿舀舃舏舓舔舙舚舝舡舢舨舲舴舺艃艄艅艆"],["8fd7a1","艋艎艏艑艖艜艠艣艧艭艴艻艽艿芀芁芃芄芇芉芊芎芑芔芖芘芚芛芠芡芣芤芧芨芩芪芮芰芲芴芷芺芼芾芿苆苐苕苚苠苢苤苨苪苭苯苶苷苽苾茀茁茇茈茊茋荔茛茝茞茟茡茢茬茭茮茰茳茷茺茼茽荂荃荄荇荍荎荑荕荖荗荰荸"],["8fd8a1","荽荿莀莂莄莆莍莒莔莕莘莙莛莜莝莦莧莩莬莾莿菀菇菉菏菐菑菔菝荓菨菪菶菸菹菼萁萆萊萏萑萕萙莭萯萹葅葇葈葊葍葏葑葒葖葘葙葚葜葠葤葥葧葪葰葳葴葶葸葼葽蒁蒅蒒蒓蒕蒞蒦蒨蒩蒪蒯蒱蒴蒺蒽蒾蓀蓂蓇蓈蓌蓏蓓"],["8fd9a1","蓜蓧蓪蓯蓰蓱蓲蓷蔲蓺蓻蓽蔂蔃蔇蔌蔎蔐蔜蔞蔢蔣蔤蔥蔧蔪蔫蔯蔳蔴蔶蔿蕆蕏",4,"蕖蕙蕜",6,"蕤蕫蕯蕹蕺蕻蕽蕿薁薅薆薉薋薌薏薓薘薝薟薠薢薥薧薴薶薷薸薼薽薾薿藂藇藊藋藎薭藘藚藟藠藦藨藭藳藶藼"],["8fdaa1","藿蘀蘄蘅蘍蘎蘐蘑蘒蘘蘙蘛蘞蘡蘧蘩蘶蘸蘺蘼蘽虀虂虆虒虓虖虗虘虙虝虠",4,"虩虬虯虵虶虷虺蚍蚑蚖蚘蚚蚜蚡蚦蚧蚨蚭蚱蚳蚴蚵蚷蚸蚹蚿蛀蛁蛃蛅蛑蛒蛕蛗蛚蛜蛠蛣蛥蛧蚈蛺蛼蛽蜄蜅蜇蜋蜎蜏蜐蜓蜔蜙蜞蜟蜡蜣"],["8fdba1","蜨蜮蜯蜱蜲蜹蜺蜼蜽蜾蝀蝃蝅蝍蝘蝝蝡蝤蝥蝯蝱蝲蝻螃",6,"螋螌螐螓螕螗螘螙螞螠螣螧螬螭螮螱螵螾螿蟁蟈蟉蟊蟎蟕蟖蟙蟚蟜蟟蟢蟣蟤蟪蟫蟭蟱蟳蟸蟺蟿蠁蠃蠆蠉蠊蠋蠐蠙蠒蠓蠔蠘蠚蠛蠜蠞蠟蠨蠭蠮蠰蠲蠵"],["8fdca1","蠺蠼衁衃衅衈衉衊衋衎衑衕衖衘衚衜衟衠衤衩衱衹衻袀袘袚袛袜袟袠袨袪袺袽袾裀裊",4,"裑裒裓裛裞裧裯裰裱裵裷褁褆褍褎褏褕褖褘褙褚褜褠褦褧褨褰褱褲褵褹褺褾襀襂襅襆襉襏襒襗襚襛襜襡襢襣襫襮襰襳襵襺"],["8fdda1","襻襼襽覉覍覐覔覕覛覜覟覠覥覰覴覵覶覷覼觔",4,"觥觩觫觭觱觳觶觹觽觿訄訅訇訏訑訒訔訕訞訠訢訤訦訫訬訯訵訷訽訾詀詃詅詇詉詍詎詓詖詗詘詜詝詡詥詧詵詶詷詹詺詻詾詿誀誃誆誋誏誐誒誖誗誙誟誧誩誮誯誳"],["8fdea1","誶誷誻誾諃諆諈諉諊諑諓諔諕諗諝諟諬諰諴諵諶諼諿謅謆謋謑謜謞謟謊謭謰謷謼譂",4,"譈譒譓譔譙譍譞譣譭譶譸譹譼譾讁讄讅讋讍讏讔讕讜讞讟谸谹谽谾豅豇豉豋豏豑豓豔豗豘豛豝豙豣豤豦豨豩豭豳豵豶豻豾貆"],["8fdfa1","貇貋貐貒貓貙貛貜貤貹貺賅賆賉賋賏賖賕賙賝賡賨賬賯賰賲賵賷賸賾賿贁贃贉贒贗贛赥赩赬赮赿趂趄趈趍趐趑趕趞趟趠趦趫趬趯趲趵趷趹趻跀跅跆跇跈跊跎跑跔跕跗跙跤跥跧跬跰趼跱跲跴跽踁踄踅踆踋踑踔踖踠踡踢"],["8fe0a1","踣踦踧踱踳踶踷踸踹踽蹀蹁蹋蹍蹎蹏蹔蹛蹜蹝蹞蹡蹢蹩蹬蹭蹯蹰蹱蹹蹺蹻躂躃躉躐躒躕躚躛躝躞躢躧躩躭躮躳躵躺躻軀軁軃軄軇軏軑軔軜軨軮軰軱軷軹軺軭輀輂輇輈輏輐輖輗輘輞輠輡輣輥輧輨輬輭輮輴輵輶輷輺轀轁"],["8fe1a1","轃轇轏轑",4,"轘轝轞轥辝辠辡辤辥辦辵辶辸达迀迁迆迊迋迍运迒迓迕迠迣迤迨迮迱迵迶迻迾适逄逈逌逘逛逨逩逯逪逬逭逳逴逷逿遃遄遌遛遝遢遦遧遬遰遴遹邅邈邋邌邎邐邕邗邘邙邛邠邡邢邥邰邲邳邴邶邽郌邾郃"],["8fe2a1","郄郅郇郈郕郗郘郙郜郝郟郥郒郶郫郯郰郴郾郿鄀鄄鄅鄆鄈鄍鄐鄔鄖鄗鄘鄚鄜鄞鄠鄥鄢鄣鄧鄩鄮鄯鄱鄴鄶鄷鄹鄺鄼鄽酃酇酈酏酓酗酙酚酛酡酤酧酭酴酹酺酻醁醃醅醆醊醎醑醓醔醕醘醞醡醦醨醬醭醮醰醱醲醳醶醻醼醽醿"],["8fe3a1","釂釃釅釓釔釗釙釚釞釤釥釩釪釬",5,"釷釹釻釽鈀鈁鈄鈅鈆鈇鈉鈊鈌鈐鈒鈓鈖鈘鈜鈝鈣鈤鈥鈦鈨鈮鈯鈰鈳鈵鈶鈸鈹鈺鈼鈾鉀鉂鉃鉆鉇鉊鉍鉎鉏鉑鉘鉙鉜鉝鉠鉡鉥鉧鉨鉩鉮鉯鉰鉵",4,"鉻鉼鉽鉿銈銉銊銍銎銒銗"],["8fe4a1","銙銟銠銤銥銧銨銫銯銲銶銸銺銻銼銽銿",4,"鋅鋆鋇鋈鋋鋌鋍鋎鋐鋓鋕鋗鋘鋙鋜鋝鋟鋠鋡鋣鋥鋧鋨鋬鋮鋰鋹鋻鋿錀錂錈錍錑錔錕錜錝錞錟錡錤錥錧錩錪錳錴錶錷鍇鍈鍉鍐鍑鍒鍕鍗鍘鍚鍞鍤鍥鍧鍩鍪鍭鍯鍰鍱鍳鍴鍶"],["8fe5a1","鍺鍽鍿鎀鎁鎂鎈鎊鎋鎍鎏鎒鎕鎘鎛鎞鎡鎣鎤鎦鎨鎫鎴鎵鎶鎺鎩鏁鏄鏅鏆鏇鏉",4,"鏓鏙鏜鏞鏟鏢鏦鏧鏹鏷鏸鏺鏻鏽鐁鐂鐄鐈鐉鐍鐎鐏鐕鐖鐗鐟鐮鐯鐱鐲鐳鐴鐻鐿鐽鑃鑅鑈鑊鑌鑕鑙鑜鑟鑡鑣鑨鑫鑭鑮鑯鑱鑲钄钃镸镹"],["8fe6a1","镾閄閈閌閍閎閝閞閟閡閦閩閫閬閴閶閺閽閿闆闈闉闋闐闑闒闓闙闚闝闞闟闠闤闦阝阞阢阤阥阦阬阱阳阷阸阹阺阼阽陁陒陔陖陗陘陡陮陴陻陼陾陿隁隂隃隄隉隑隖隚隝隟隤隥隦隩隮隯隳隺雊雒嶲雘雚雝雞雟雩雯雱雺霂"],["8fe7a1","霃霅霉霚霛霝霡霢霣霨霱霳靁靃靊靎靏靕靗靘靚靛靣靧靪靮靳靶靷靸靻靽靿鞀鞉鞕鞖鞗鞙鞚鞞鞟鞢鞬鞮鞱鞲鞵鞶鞸鞹鞺鞼鞾鞿韁韄韅韇韉韊韌韍韎韐韑韔韗韘韙韝韞韠韛韡韤韯韱韴韷韸韺頇頊頙頍頎頔頖頜頞頠頣頦"],["8fe8a1","頫頮頯頰頲頳頵頥頾顄顇顊顑顒顓顖顗顙顚顢顣顥顦顪顬颫颭颮颰颴颷颸颺颻颿飂飅飈飌飡飣飥飦飧飪飳飶餂餇餈餑餕餖餗餚餛餜餟餢餦餧餫餱",4,"餹餺餻餼饀饁饆饇饈饍饎饔饘饙饛饜饞饟饠馛馝馟馦馰馱馲馵"],["8fe9a1","馹馺馽馿駃駉駓駔駙駚駜駞駧駪駫駬駰駴駵駹駽駾騂騃騄騋騌騐騑騖騞騠騢騣騤騧騭騮騳騵騶騸驇驁驄驊驋驌驎驑驔驖驝骪骬骮骯骲骴骵骶骹骻骾骿髁髃髆髈髎髐髒髕髖髗髛髜髠髤髥髧髩髬髲髳髵髹髺髽髿",4],["8feaa1","鬄鬅鬈鬉鬋鬌鬍鬎鬐鬒鬖鬙鬛鬜鬠鬦鬫鬭鬳鬴鬵鬷鬹鬺鬽魈魋魌魕魖魗魛魞魡魣魥魦魨魪",4,"魳魵魷魸魹魿鮀鮄鮅鮆鮇鮉鮊鮋鮍鮏鮐鮔鮚鮝鮞鮦鮧鮩鮬鮰鮱鮲鮷鮸鮻鮼鮾鮿鯁鯇鯈鯎鯐鯗鯘鯝鯟鯥鯧鯪鯫鯯鯳鯷鯸"],["8feba1","鯹鯺鯽鯿鰀鰂鰋鰏鰑鰖鰘鰙鰚鰜鰞鰢鰣鰦",4,"鰱鰵鰶鰷鰽鱁鱃鱄鱅鱉鱊鱎鱏鱐鱓鱔鱖鱘鱛鱝鱞鱟鱣鱩鱪鱜鱫鱨鱮鱰鱲鱵鱷鱻鳦鳲鳷鳹鴋鴂鴑鴗鴘鴜鴝鴞鴯鴰鴲鴳鴴鴺鴼鵅鴽鵂鵃鵇鵊鵓鵔鵟鵣鵢鵥鵩鵪鵫鵰鵶鵷鵻"],["8feca1","鵼鵾鶃鶄鶆鶊鶍鶎鶒鶓鶕鶖鶗鶘鶡鶪鶬鶮鶱鶵鶹鶼鶿鷃鷇鷉鷊鷔鷕鷖鷗鷚鷞鷟鷠鷥鷧鷩鷫鷮鷰鷳鷴鷾鸊鸂鸇鸎鸐鸑鸒鸕鸖鸙鸜鸝鹺鹻鹼麀麂麃麄麅麇麎麏麖麘麛麞麤麨麬麮麯麰麳麴麵黆黈黋黕黟黤黧黬黭黮黰黱黲黵"],["8feda1","黸黿鼂鼃鼉鼏鼐鼑鼒鼔鼖鼗鼙鼚鼛鼟鼢鼦鼪鼫鼯鼱鼲鼴鼷鼹鼺鼼鼽鼿齁齃",4,"齓齕齖齗齘齚齝齞齨齩齭",4,"齳齵齺齽龏龐龑龒龔龖龗龞龡龢龣龥"]]')},99129:i=>{i.exports=JSON.parse('{"uChars":[128,165,169,178,184,216,226,235,238,244,248,251,253,258,276,284,300,325,329,334,364,463,465,467,469,471,473,475,477,506,594,610,712,716,730,930,938,962,970,1026,1104,1106,8209,8215,8218,8222,8231,8241,8244,8246,8252,8365,8452,8454,8458,8471,8482,8556,8570,8596,8602,8713,8720,8722,8726,8731,8737,8740,8742,8748,8751,8760,8766,8777,8781,8787,8802,8808,8816,8854,8858,8870,8896,8979,9322,9372,9548,9588,9616,9622,9634,9652,9662,9672,9676,9680,9702,9735,9738,9793,9795,11906,11909,11913,11917,11928,11944,11947,11951,11956,11960,11964,11979,12284,12292,12312,12319,12330,12351,12436,12447,12535,12543,12586,12842,12850,12964,13200,13215,13218,13253,13263,13267,13270,13384,13428,13727,13839,13851,14617,14703,14801,14816,14964,15183,15471,15585,16471,16736,17208,17325,17330,17374,17623,17997,18018,18212,18218,18301,18318,18760,18811,18814,18820,18823,18844,18848,18872,19576,19620,19738,19887,40870,59244,59336,59367,59413,59417,59423,59431,59437,59443,59452,59460,59478,59493,63789,63866,63894,63976,63986,64016,64018,64021,64025,64034,64037,64042,65074,65093,65107,65112,65127,65132,65375,65510,65536],"gbChars":[0,36,38,45,50,81,89,95,96,100,103,104,105,109,126,133,148,172,175,179,208,306,307,308,309,310,311,312,313,341,428,443,544,545,558,741,742,749,750,805,819,820,7922,7924,7925,7927,7934,7943,7944,7945,7950,8062,8148,8149,8152,8164,8174,8236,8240,8262,8264,8374,8380,8381,8384,8388,8390,8392,8393,8394,8396,8401,8406,8416,8419,8424,8437,8439,8445,8482,8485,8496,8521,8603,8936,8946,9046,9050,9063,9066,9076,9092,9100,9108,9111,9113,9131,9162,9164,9218,9219,11329,11331,11334,11336,11346,11361,11363,11366,11370,11372,11375,11389,11682,11686,11687,11692,11694,11714,11716,11723,11725,11730,11736,11982,11989,12102,12336,12348,12350,12384,12393,12395,12397,12510,12553,12851,12962,12973,13738,13823,13919,13933,14080,14298,14585,14698,15583,15847,16318,16434,16438,16481,16729,17102,17122,17315,17320,17402,17418,17859,17909,17911,17915,17916,17936,17939,17961,18664,18703,18814,18962,19043,33469,33470,33471,33484,33485,33490,33497,33501,33505,33513,33520,33536,33550,37845,37921,37948,38029,38038,38064,38065,38066,38069,38075,38076,38078,39108,39109,39113,39114,39115,39116,39265,39394,189000]}')},55914:i=>{i.exports=JSON.parse('[["a140","",62],["a180","",32],["a240","",62],["a280","",32],["a2ab","",5],["a2e3","€"],["a2ef",""],["a2fd",""],["a340","",62],["a380","",31," "],["a440","",62],["a480","",32],["a4f4","",10],["a540","",62],["a580","",32],["a5f7","",7],["a640","",62],["a680","",32],["a6b9","",7],["a6d9","",6],["a6ec",""],["a6f3",""],["a6f6","",8],["a740","",62],["a780","",32],["a7c2","",14],["a7f2","",12],["a896","",10],["a8bc","ḿ"],["a8bf","ǹ"],["a8c1",""],["a8ea","",20],["a958",""],["a95b",""],["a95d",""],["a989","〾⿰",11],["a997","",12],["a9f0","",14],["aaa1","",93],["aba1","",93],["aca1","",93],["ada1","",93],["aea1","",93],["afa1","",93],["d7fa","",4],["f8a1","",93],["f9a1","",93],["faa1","",93],["fba1","",93],["fca1","",93],["fda1","",93],["fe50","⺁⺄㑳㑇⺈⺋㖞㘚㘎⺌⺗㥮㤘㧏㧟㩳㧐㭎㱮㳠⺧⺪䁖䅟⺮䌷⺳⺶⺷䎱䎬⺻䏝䓖䙡䙌"],["fe80","䜣䜩䝼䞍⻊䥇䥺䥽䦂䦃䦅䦆䦟䦛䦷䦶䲣䲟䲠䲡䱷䲢䴓",6,"䶮",93],["8135f437",""]]')},40679:i=>{i.exports=JSON.parse('[["0","\\u0000",128],["a1","。",62],["8140"," 、。,.・:;?!゛゜´`¨^ ̄_ヽヾゝゞ〃仝々〆〇ー―‐/\~∥|…‥‘’“”()〔〕[]{}〈",9,"+-±×"],["8180","÷=≠<>≦≧∞∴♂♀°′″℃¥$¢£%#&*@§☆★○●◎◇◆□■△▲▽▼※〒→←↑↓〓"],["81b8","∈∋⊆⊇⊂⊃∪∩"],["81c8","∧∨¬⇒⇔∀∃"],["81da","∠⊥⌒∂∇≡≒≪≫√∽∝∵∫∬"],["81f0","ʼn♯♭♪†‡¶"],["81fc","◯"],["824f","0",9],["8260","A",25],["8281","a",25],["829f","ぁ",82],["8340","ァ",62],["8380","ム",22],["839f","Α",16,"Σ",6],["83bf","α",16,"σ",6],["8440","А",5,"ЁЖ",25],["8470","а",5,"ёж",7],["8480","о",17],["849f","─│┌┐┘└├┬┤┴┼━┃┏┓┛┗┣┳┫┻╋┠┯┨┷┿┝┰┥┸╂"],["8740","①",19,"Ⅰ",9],["875f","㍉㌔㌢㍍㌘㌧㌃㌶㍑㍗㌍㌦㌣㌫㍊㌻㎜㎝㎞㎎㎏㏄㎡"],["877e","㍻"],["8780","〝〟№㏍℡㊤",4,"㈱㈲㈹㍾㍽㍼≒≡∫∮∑√⊥∠∟⊿∵∩∪"],["889f","亜唖娃阿哀愛挨姶逢葵茜穐悪握渥旭葦芦鯵梓圧斡扱宛姐虻飴絢綾鮎或粟袷安庵按暗案闇鞍杏以伊位依偉囲夷委威尉惟意慰易椅為畏異移維緯胃萎衣謂違遺医井亥域育郁磯一壱溢逸稲茨芋鰯允印咽員因姻引飲淫胤蔭"],["8940","院陰隠韻吋右宇烏羽迂雨卯鵜窺丑碓臼渦嘘唄欝蔚鰻姥厩浦瓜閏噂云運雲荏餌叡営嬰影映曳栄永泳洩瑛盈穎頴英衛詠鋭液疫益駅悦謁越閲榎厭円"],["8980","園堰奄宴延怨掩援沿演炎焔煙燕猿縁艶苑薗遠鉛鴛塩於汚甥凹央奥往応押旺横欧殴王翁襖鴬鴎黄岡沖荻億屋憶臆桶牡乙俺卸恩温穏音下化仮何伽価佳加可嘉夏嫁家寡科暇果架歌河火珂禍禾稼箇花苛茄荷華菓蝦課嘩貨迦過霞蚊俄峨我牙画臥芽蛾賀雅餓駕介会解回塊壊廻快怪悔恢懐戒拐改"],["8a40","魁晦械海灰界皆絵芥蟹開階貝凱劾外咳害崖慨概涯碍蓋街該鎧骸浬馨蛙垣柿蛎鈎劃嚇各廓拡撹格核殻獲確穫覚角赫較郭閣隔革学岳楽額顎掛笠樫"],["8a80","橿梶鰍潟割喝恰括活渇滑葛褐轄且鰹叶椛樺鞄株兜竃蒲釜鎌噛鴨栢茅萱粥刈苅瓦乾侃冠寒刊勘勧巻喚堪姦完官寛干幹患感慣憾換敢柑桓棺款歓汗漢澗潅環甘監看竿管簡緩缶翰肝艦莞観諌貫還鑑間閑関陥韓館舘丸含岸巌玩癌眼岩翫贋雁頑顔願企伎危喜器基奇嬉寄岐希幾忌揮机旗既期棋棄"],["8b40","機帰毅気汽畿祈季稀紀徽規記貴起軌輝飢騎鬼亀偽儀妓宜戯技擬欺犠疑祇義蟻誼議掬菊鞠吉吃喫桔橘詰砧杵黍却客脚虐逆丘久仇休及吸宮弓急救"],["8b80","朽求汲泣灸球究窮笈級糾給旧牛去居巨拒拠挙渠虚許距鋸漁禦魚亨享京供侠僑兇競共凶協匡卿叫喬境峡強彊怯恐恭挟教橋況狂狭矯胸脅興蕎郷鏡響饗驚仰凝尭暁業局曲極玉桐粁僅勤均巾錦斤欣欽琴禁禽筋緊芹菌衿襟謹近金吟銀九倶句区狗玖矩苦躯駆駈駒具愚虞喰空偶寓遇隅串櫛釧屑屈"],["8c40","掘窟沓靴轡窪熊隈粂栗繰桑鍬勲君薫訓群軍郡卦袈祁係傾刑兄啓圭珪型契形径恵慶慧憩掲携敬景桂渓畦稽系経継繋罫茎荊蛍計詣警軽頚鶏芸迎鯨"],["8c80","劇戟撃激隙桁傑欠決潔穴結血訣月件倹倦健兼券剣喧圏堅嫌建憲懸拳捲検権牽犬献研硯絹県肩見謙賢軒遣鍵険顕験鹸元原厳幻弦減源玄現絃舷言諺限乎個古呼固姑孤己庫弧戸故枯湖狐糊袴股胡菰虎誇跨鈷雇顧鼓五互伍午呉吾娯後御悟梧檎瑚碁語誤護醐乞鯉交佼侯候倖光公功効勾厚口向"],["8d40","后喉坑垢好孔孝宏工巧巷幸広庚康弘恒慌抗拘控攻昂晃更杭校梗構江洪浩港溝甲皇硬稿糠紅紘絞綱耕考肯肱腔膏航荒行衡講貢購郊酵鉱砿鋼閤降"],["8d80","項香高鴻剛劫号合壕拷濠豪轟麹克刻告国穀酷鵠黒獄漉腰甑忽惚骨狛込此頃今困坤墾婚恨懇昏昆根梱混痕紺艮魂些佐叉唆嵯左差査沙瑳砂詐鎖裟坐座挫債催再最哉塞妻宰彩才採栽歳済災采犀砕砦祭斎細菜裁載際剤在材罪財冴坂阪堺榊肴咲崎埼碕鷺作削咋搾昨朔柵窄策索錯桜鮭笹匙冊刷"],["8e40","察拶撮擦札殺薩雑皐鯖捌錆鮫皿晒三傘参山惨撒散桟燦珊産算纂蚕讃賛酸餐斬暫残仕仔伺使刺司史嗣四士始姉姿子屍市師志思指支孜斯施旨枝止"],["8e80","死氏獅祉私糸紙紫肢脂至視詞詩試誌諮資賜雌飼歯事似侍児字寺慈持時次滋治爾璽痔磁示而耳自蒔辞汐鹿式識鴫竺軸宍雫七叱執失嫉室悉湿漆疾質実蔀篠偲柴芝屡蕊縞舎写射捨赦斜煮社紗者謝車遮蛇邪借勺尺杓灼爵酌釈錫若寂弱惹主取守手朱殊狩珠種腫趣酒首儒受呪寿授樹綬需囚収周"],["8f40","宗就州修愁拾洲秀秋終繍習臭舟蒐衆襲讐蹴輯週酋酬集醜什住充十従戎柔汁渋獣縦重銃叔夙宿淑祝縮粛塾熟出術述俊峻春瞬竣舜駿准循旬楯殉淳"],["8f80","準潤盾純巡遵醇順処初所暑曙渚庶緒署書薯藷諸助叙女序徐恕鋤除傷償勝匠升召哨商唱嘗奨妾娼宵将小少尚庄床廠彰承抄招掌捷昇昌昭晶松梢樟樵沼消渉湘焼焦照症省硝礁祥称章笑粧紹肖菖蒋蕉衝裳訟証詔詳象賞醤鉦鍾鐘障鞘上丈丞乗冗剰城場壌嬢常情擾条杖浄状畳穣蒸譲醸錠嘱埴飾"],["9040","拭植殖燭織職色触食蝕辱尻伸信侵唇娠寝審心慎振新晋森榛浸深申疹真神秦紳臣芯薪親診身辛進針震人仁刃塵壬尋甚尽腎訊迅陣靭笥諏須酢図厨"],["9080","逗吹垂帥推水炊睡粋翠衰遂酔錐錘随瑞髄崇嵩数枢趨雛据杉椙菅頗雀裾澄摺寸世瀬畝是凄制勢姓征性成政整星晴棲栖正清牲生盛精聖声製西誠誓請逝醒青静斉税脆隻席惜戚斥昔析石積籍績脊責赤跡蹟碩切拙接摂折設窃節説雪絶舌蝉仙先千占宣専尖川戦扇撰栓栴泉浅洗染潜煎煽旋穿箭線"],["9140","繊羨腺舛船薦詮賎践選遷銭銑閃鮮前善漸然全禅繕膳糎噌塑岨措曾曽楚狙疏疎礎祖租粗素組蘇訴阻遡鼠僧創双叢倉喪壮奏爽宋層匝惣想捜掃挿掻"],["9180","操早曹巣槍槽漕燥争痩相窓糟総綜聡草荘葬蒼藻装走送遭鎗霜騒像増憎臓蔵贈造促側則即息捉束測足速俗属賊族続卒袖其揃存孫尊損村遜他多太汰詑唾堕妥惰打柁舵楕陀駄騨体堆対耐岱帯待怠態戴替泰滞胎腿苔袋貸退逮隊黛鯛代台大第醍題鷹滝瀧卓啄宅托択拓沢濯琢託鐸濁諾茸凧蛸只"],["9240","叩但達辰奪脱巽竪辿棚谷狸鱈樽誰丹単嘆坦担探旦歎淡湛炭短端箪綻耽胆蛋誕鍛団壇弾断暖檀段男談値知地弛恥智池痴稚置致蜘遅馳築畜竹筑蓄"],["9280","逐秩窒茶嫡着中仲宙忠抽昼柱注虫衷註酎鋳駐樗瀦猪苧著貯丁兆凋喋寵帖帳庁弔張彫徴懲挑暢朝潮牒町眺聴脹腸蝶調諜超跳銚長頂鳥勅捗直朕沈珍賃鎮陳津墜椎槌追鎚痛通塚栂掴槻佃漬柘辻蔦綴鍔椿潰坪壷嬬紬爪吊釣鶴亭低停偵剃貞呈堤定帝底庭廷弟悌抵挺提梯汀碇禎程締艇訂諦蹄逓"],["9340","邸鄭釘鼎泥摘擢敵滴的笛適鏑溺哲徹撤轍迭鉄典填天展店添纏甜貼転顛点伝殿澱田電兎吐堵塗妬屠徒斗杜渡登菟賭途都鍍砥砺努度土奴怒倒党冬"],["9380","凍刀唐塔塘套宕島嶋悼投搭東桃梼棟盗淘湯涛灯燈当痘祷等答筒糖統到董蕩藤討謄豆踏逃透鐙陶頭騰闘働動同堂導憧撞洞瞳童胴萄道銅峠鴇匿得徳涜特督禿篤毒独読栃橡凸突椴届鳶苫寅酉瀞噸屯惇敦沌豚遁頓呑曇鈍奈那内乍凪薙謎灘捺鍋楢馴縄畷南楠軟難汝二尼弐迩匂賑肉虹廿日乳入"],["9440","如尿韮任妊忍認濡禰祢寧葱猫熱年念捻撚燃粘乃廼之埜嚢悩濃納能脳膿農覗蚤巴把播覇杷波派琶破婆罵芭馬俳廃拝排敗杯盃牌背肺輩配倍培媒梅"],["9480","楳煤狽買売賠陪這蝿秤矧萩伯剥博拍柏泊白箔粕舶薄迫曝漠爆縛莫駁麦函箱硲箸肇筈櫨幡肌畑畠八鉢溌発醗髪伐罰抜筏閥鳩噺塙蛤隼伴判半反叛帆搬斑板氾汎版犯班畔繁般藩販範釆煩頒飯挽晩番盤磐蕃蛮匪卑否妃庇彼悲扉批披斐比泌疲皮碑秘緋罷肥被誹費避非飛樋簸備尾微枇毘琵眉美"],["9540","鼻柊稗匹疋髭彦膝菱肘弼必畢筆逼桧姫媛紐百謬俵彪標氷漂瓢票表評豹廟描病秒苗錨鋲蒜蛭鰭品彬斌浜瀕貧賓頻敏瓶不付埠夫婦富冨布府怖扶敷"],["9580","斧普浮父符腐膚芙譜負賦赴阜附侮撫武舞葡蕪部封楓風葺蕗伏副復幅服福腹複覆淵弗払沸仏物鮒分吻噴墳憤扮焚奮粉糞紛雰文聞丙併兵塀幣平弊柄並蔽閉陛米頁僻壁癖碧別瞥蔑箆偏変片篇編辺返遍便勉娩弁鞭保舗鋪圃捕歩甫補輔穂募墓慕戊暮母簿菩倣俸包呆報奉宝峰峯崩庖抱捧放方朋"],["9640","法泡烹砲縫胞芳萌蓬蜂褒訪豊邦鋒飽鳳鵬乏亡傍剖坊妨帽忘忙房暴望某棒冒紡肪膨謀貌貿鉾防吠頬北僕卜墨撲朴牧睦穆釦勃没殆堀幌奔本翻凡盆"],["9680","摩磨魔麻埋妹昧枚毎哩槙幕膜枕鮪柾鱒桝亦俣又抹末沫迄侭繭麿万慢満漫蔓味未魅巳箕岬密蜜湊蓑稔脈妙粍民眠務夢無牟矛霧鵡椋婿娘冥名命明盟迷銘鳴姪牝滅免棉綿緬面麺摸模茂妄孟毛猛盲網耗蒙儲木黙目杢勿餅尤戻籾貰問悶紋門匁也冶夜爺耶野弥矢厄役約薬訳躍靖柳薮鑓愉愈油癒"],["9740","諭輸唯佑優勇友宥幽悠憂揖有柚湧涌猶猷由祐裕誘遊邑郵雄融夕予余与誉輿預傭幼妖容庸揚揺擁曜楊様洋溶熔用窯羊耀葉蓉要謡踊遥陽養慾抑欲"],["9780","沃浴翌翼淀羅螺裸来莱頼雷洛絡落酪乱卵嵐欄濫藍蘭覧利吏履李梨理璃痢裏裡里離陸律率立葎掠略劉流溜琉留硫粒隆竜龍侶慮旅虜了亮僚両凌寮料梁涼猟療瞭稜糧良諒遼量陵領力緑倫厘林淋燐琳臨輪隣鱗麟瑠塁涙累類令伶例冷励嶺怜玲礼苓鈴隷零霊麗齢暦歴列劣烈裂廉恋憐漣煉簾練聯"],["9840","蓮連錬呂魯櫓炉賂路露労婁廊弄朗楼榔浪漏牢狼篭老聾蝋郎六麓禄肋録論倭和話歪賄脇惑枠鷲亙亘鰐詫藁蕨椀湾碗腕"],["989f","弌丐丕个丱丶丼丿乂乖乘亂亅豫亊舒弍于亞亟亠亢亰亳亶从仍仄仆仂仗仞仭仟价伉佚估佛佝佗佇佶侈侏侘佻佩佰侑佯來侖儘俔俟俎俘俛俑俚俐俤俥倚倨倔倪倥倅伜俶倡倩倬俾俯們倆偃假會偕偐偈做偖偬偸傀傚傅傴傲"],["9940","僉僊傳僂僖僞僥僭僣僮價僵儉儁儂儖儕儔儚儡儺儷儼儻儿兀兒兌兔兢竸兩兪兮冀冂囘册冉冏冑冓冕冖冤冦冢冩冪冫决冱冲冰况冽凅凉凛几處凩凭"],["9980","凰凵凾刄刋刔刎刧刪刮刳刹剏剄剋剌剞剔剪剴剩剳剿剽劍劔劒剱劈劑辨辧劬劭劼劵勁勍勗勞勣勦飭勠勳勵勸勹匆匈甸匍匐匏匕匚匣匯匱匳匸區卆卅丗卉卍凖卞卩卮夘卻卷厂厖厠厦厥厮厰厶參簒雙叟曼燮叮叨叭叺吁吽呀听吭吼吮吶吩吝呎咏呵咎呟呱呷呰咒呻咀呶咄咐咆哇咢咸咥咬哄哈咨"],["9a40","咫哂咤咾咼哘哥哦唏唔哽哮哭哺哢唹啀啣啌售啜啅啖啗唸唳啝喙喀咯喊喟啻啾喘喞單啼喃喩喇喨嗚嗅嗟嗄嗜嗤嗔嘔嗷嘖嗾嗽嘛嗹噎噐營嘴嘶嘲嘸"],["9a80","噫噤嘯噬噪嚆嚀嚊嚠嚔嚏嚥嚮嚶嚴囂嚼囁囃囀囈囎囑囓囗囮囹圀囿圄圉圈國圍圓團圖嗇圜圦圷圸坎圻址坏坩埀垈坡坿垉垓垠垳垤垪垰埃埆埔埒埓堊埖埣堋堙堝塲堡塢塋塰毀塒堽塹墅墹墟墫墺壞墻墸墮壅壓壑壗壙壘壥壜壤壟壯壺壹壻壼壽夂夊夐夛梦夥夬夭夲夸夾竒奕奐奎奚奘奢奠奧奬奩"],["9b40","奸妁妝佞侫妣妲姆姨姜妍姙姚娥娟娑娜娉娚婀婬婉娵娶婢婪媚媼媾嫋嫂媽嫣嫗嫦嫩嫖嫺嫻嬌嬋嬖嬲嫐嬪嬶嬾孃孅孀孑孕孚孛孥孩孰孳孵學斈孺宀"],["9b80","它宦宸寃寇寉寔寐寤實寢寞寥寫寰寶寳尅將專對尓尠尢尨尸尹屁屆屎屓屐屏孱屬屮乢屶屹岌岑岔妛岫岻岶岼岷峅岾峇峙峩峽峺峭嶌峪崋崕崗嵜崟崛崑崔崢崚崙崘嵌嵒嵎嵋嵬嵳嵶嶇嶄嶂嶢嶝嶬嶮嶽嶐嶷嶼巉巍巓巒巖巛巫已巵帋帚帙帑帛帶帷幄幃幀幎幗幔幟幢幤幇幵并幺麼广庠廁廂廈廐廏"],["9c40","廖廣廝廚廛廢廡廨廩廬廱廳廰廴廸廾弃弉彝彜弋弑弖弩弭弸彁彈彌彎弯彑彖彗彙彡彭彳彷徃徂彿徊很徑徇從徙徘徠徨徭徼忖忻忤忸忱忝悳忿怡恠"],["9c80","怙怐怩怎怱怛怕怫怦怏怺恚恁恪恷恟恊恆恍恣恃恤恂恬恫恙悁悍惧悃悚悄悛悖悗悒悧悋惡悸惠惓悴忰悽惆悵惘慍愕愆惶惷愀惴惺愃愡惻惱愍愎慇愾愨愧慊愿愼愬愴愽慂慄慳慷慘慙慚慫慴慯慥慱慟慝慓慵憙憖憇憬憔憚憊憑憫憮懌懊應懷懈懃懆憺懋罹懍懦懣懶懺懴懿懽懼懾戀戈戉戍戌戔戛"],["9d40","戞戡截戮戰戲戳扁扎扞扣扛扠扨扼抂抉找抒抓抖拔抃抔拗拑抻拏拿拆擔拈拜拌拊拂拇抛拉挌拮拱挧挂挈拯拵捐挾捍搜捏掖掎掀掫捶掣掏掉掟掵捫"],["9d80","捩掾揩揀揆揣揉插揶揄搖搴搆搓搦搶攝搗搨搏摧摯摶摎攪撕撓撥撩撈撼據擒擅擇撻擘擂擱擧舉擠擡抬擣擯攬擶擴擲擺攀擽攘攜攅攤攣攫攴攵攷收攸畋效敖敕敍敘敞敝敲數斂斃變斛斟斫斷旃旆旁旄旌旒旛旙无旡旱杲昊昃旻杳昵昶昴昜晏晄晉晁晞晝晤晧晨晟晢晰暃暈暎暉暄暘暝曁暹曉暾暼"],["9e40","曄暸曖曚曠昿曦曩曰曵曷朏朖朞朦朧霸朮朿朶杁朸朷杆杞杠杙杣杤枉杰枩杼杪枌枋枦枡枅枷柯枴柬枳柩枸柤柞柝柢柮枹柎柆柧檜栞框栩桀桍栲桎"],["9e80","梳栫桙档桷桿梟梏梭梔條梛梃檮梹桴梵梠梺椏梍桾椁棊椈棘椢椦棡椌棍棔棧棕椶椒椄棗棣椥棹棠棯椨椪椚椣椡棆楹楷楜楸楫楔楾楮椹楴椽楙椰楡楞楝榁楪榲榮槐榿槁槓榾槎寨槊槝榻槃榧樮榑榠榜榕榴槞槨樂樛槿權槹槲槧樅榱樞槭樔槫樊樒櫁樣樓橄樌橲樶橸橇橢橙橦橈樸樢檐檍檠檄檢檣"],["9f40","檗蘗檻櫃櫂檸檳檬櫞櫑櫟檪櫚櫪櫻欅蘖櫺欒欖鬱欟欸欷盜欹飮歇歃歉歐歙歔歛歟歡歸歹歿殀殄殃殍殘殕殞殤殪殫殯殲殱殳殷殼毆毋毓毟毬毫毳毯"],["9f80","麾氈氓气氛氤氣汞汕汢汪沂沍沚沁沛汾汨汳沒沐泄泱泓沽泗泅泝沮沱沾沺泛泯泙泪洟衍洶洫洽洸洙洵洳洒洌浣涓浤浚浹浙涎涕濤涅淹渕渊涵淇淦涸淆淬淞淌淨淒淅淺淙淤淕淪淮渭湮渮渙湲湟渾渣湫渫湶湍渟湃渺湎渤滿渝游溂溪溘滉溷滓溽溯滄溲滔滕溏溥滂溟潁漑灌滬滸滾漿滲漱滯漲滌"],["e040","漾漓滷澆潺潸澁澀潯潛濳潭澂潼潘澎澑濂潦澳澣澡澤澹濆澪濟濕濬濔濘濱濮濛瀉瀋濺瀑瀁瀏濾瀛瀚潴瀝瀘瀟瀰瀾瀲灑灣炙炒炯烱炬炸炳炮烟烋烝"],["e080","烙焉烽焜焙煥煕熈煦煢煌煖煬熏燻熄熕熨熬燗熹熾燒燉燔燎燠燬燧燵燼燹燿爍爐爛爨爭爬爰爲爻爼爿牀牆牋牘牴牾犂犁犇犒犖犢犧犹犲狃狆狄狎狒狢狠狡狹狷倏猗猊猜猖猝猴猯猩猥猾獎獏默獗獪獨獰獸獵獻獺珈玳珎玻珀珥珮珞璢琅瑯琥珸琲琺瑕琿瑟瑙瑁瑜瑩瑰瑣瑪瑶瑾璋璞璧瓊瓏瓔珱"],["e140","瓠瓣瓧瓩瓮瓲瓰瓱瓸瓷甄甃甅甌甎甍甕甓甞甦甬甼畄畍畊畉畛畆畚畩畤畧畫畭畸當疆疇畴疊疉疂疔疚疝疥疣痂疳痃疵疽疸疼疱痍痊痒痙痣痞痾痿"],["e180","痼瘁痰痺痲痳瘋瘍瘉瘟瘧瘠瘡瘢瘤瘴瘰瘻癇癈癆癜癘癡癢癨癩癪癧癬癰癲癶癸發皀皃皈皋皎皖皓皙皚皰皴皸皹皺盂盍盖盒盞盡盥盧盪蘯盻眈眇眄眩眤眞眥眦眛眷眸睇睚睨睫睛睥睿睾睹瞎瞋瞑瞠瞞瞰瞶瞹瞿瞼瞽瞻矇矍矗矚矜矣矮矼砌砒礦砠礪硅碎硴碆硼碚碌碣碵碪碯磑磆磋磔碾碼磅磊磬"],["e240","磧磚磽磴礇礒礑礙礬礫祀祠祗祟祚祕祓祺祿禊禝禧齋禪禮禳禹禺秉秕秧秬秡秣稈稍稘稙稠稟禀稱稻稾稷穃穗穉穡穢穩龝穰穹穽窈窗窕窘窖窩竈窰"],["e280","窶竅竄窿邃竇竊竍竏竕竓站竚竝竡竢竦竭竰笂笏笊笆笳笘笙笞笵笨笶筐筺笄筍笋筌筅筵筥筴筧筰筱筬筮箝箘箟箍箜箚箋箒箏筝箙篋篁篌篏箴篆篝篩簑簔篦篥籠簀簇簓篳篷簗簍篶簣簧簪簟簷簫簽籌籃籔籏籀籐籘籟籤籖籥籬籵粃粐粤粭粢粫粡粨粳粲粱粮粹粽糀糅糂糘糒糜糢鬻糯糲糴糶糺紆"],["e340","紂紜紕紊絅絋紮紲紿紵絆絳絖絎絲絨絮絏絣經綉絛綏絽綛綺綮綣綵緇綽綫總綢綯緜綸綟綰緘緝緤緞緻緲緡縅縊縣縡縒縱縟縉縋縢繆繦縻縵縹繃縷"],["e380","縲縺繧繝繖繞繙繚繹繪繩繼繻纃緕繽辮繿纈纉續纒纐纓纔纖纎纛纜缸缺罅罌罍罎罐网罕罔罘罟罠罨罩罧罸羂羆羃羈羇羌羔羞羝羚羣羯羲羹羮羶羸譱翅翆翊翕翔翡翦翩翳翹飜耆耄耋耒耘耙耜耡耨耿耻聊聆聒聘聚聟聢聨聳聲聰聶聹聽聿肄肆肅肛肓肚肭冐肬胛胥胙胝胄胚胖脉胯胱脛脩脣脯腋"],["e440","隋腆脾腓腑胼腱腮腥腦腴膃膈膊膀膂膠膕膤膣腟膓膩膰膵膾膸膽臀臂膺臉臍臑臙臘臈臚臟臠臧臺臻臾舁舂舅與舊舍舐舖舩舫舸舳艀艙艘艝艚艟艤"],["e480","艢艨艪艫舮艱艷艸艾芍芒芫芟芻芬苡苣苟苒苴苳苺莓范苻苹苞茆苜茉苙茵茴茖茲茱荀茹荐荅茯茫茗茘莅莚莪莟莢莖茣莎莇莊荼莵荳荵莠莉莨菴萓菫菎菽萃菘萋菁菷萇菠菲萍萢萠莽萸蔆菻葭萪萼蕚蒄葷葫蒭葮蒂葩葆萬葯葹萵蓊葢蒹蒿蒟蓙蓍蒻蓚蓐蓁蓆蓖蒡蔡蓿蓴蔗蔘蔬蔟蔕蔔蓼蕀蕣蕘蕈"],["e540","蕁蘂蕋蕕薀薤薈薑薊薨蕭薔薛藪薇薜蕷蕾薐藉薺藏薹藐藕藝藥藜藹蘊蘓蘋藾藺蘆蘢蘚蘰蘿虍乕虔號虧虱蚓蚣蚩蚪蚋蚌蚶蚯蛄蛆蚰蛉蠣蚫蛔蛞蛩蛬"],["e580","蛟蛛蛯蜒蜆蜈蜀蜃蛻蜑蜉蜍蛹蜊蜴蜿蜷蜻蜥蜩蜚蝠蝟蝸蝌蝎蝴蝗蝨蝮蝙蝓蝣蝪蠅螢螟螂螯蟋螽蟀蟐雖螫蟄螳蟇蟆螻蟯蟲蟠蠏蠍蟾蟶蟷蠎蟒蠑蠖蠕蠢蠡蠱蠶蠹蠧蠻衄衂衒衙衞衢衫袁衾袞衵衽袵衲袂袗袒袮袙袢袍袤袰袿袱裃裄裔裘裙裝裹褂裼裴裨裲褄褌褊褓襃褞褥褪褫襁襄褻褶褸襌褝襠襞"],["e640","襦襤襭襪襯襴襷襾覃覈覊覓覘覡覩覦覬覯覲覺覽覿觀觚觜觝觧觴觸訃訖訐訌訛訝訥訶詁詛詒詆詈詼詭詬詢誅誂誄誨誡誑誥誦誚誣諄諍諂諚諫諳諧"],["e680","諤諱謔諠諢諷諞諛謌謇謚諡謖謐謗謠謳鞫謦謫謾謨譁譌譏譎證譖譛譚譫譟譬譯譴譽讀讌讎讒讓讖讙讚谺豁谿豈豌豎豐豕豢豬豸豺貂貉貅貊貍貎貔豼貘戝貭貪貽貲貳貮貶賈賁賤賣賚賽賺賻贄贅贊贇贏贍贐齎贓賍贔贖赧赭赱赳趁趙跂趾趺跏跚跖跌跛跋跪跫跟跣跼踈踉跿踝踞踐踟蹂踵踰踴蹊"],["e740","蹇蹉蹌蹐蹈蹙蹤蹠踪蹣蹕蹶蹲蹼躁躇躅躄躋躊躓躑躔躙躪躡躬躰軆躱躾軅軈軋軛軣軼軻軫軾輊輅輕輒輙輓輜輟輛輌輦輳輻輹轅轂輾轌轉轆轎轗轜"],["e780","轢轣轤辜辟辣辭辯辷迚迥迢迪迯邇迴逅迹迺逑逕逡逍逞逖逋逧逶逵逹迸遏遐遑遒逎遉逾遖遘遞遨遯遶隨遲邂遽邁邀邊邉邏邨邯邱邵郢郤扈郛鄂鄒鄙鄲鄰酊酖酘酣酥酩酳酲醋醉醂醢醫醯醪醵醴醺釀釁釉釋釐釖釟釡釛釼釵釶鈞釿鈔鈬鈕鈑鉞鉗鉅鉉鉤鉈銕鈿鉋鉐銜銖銓銛鉚鋏銹銷鋩錏鋺鍄錮"],["e840","錙錢錚錣錺錵錻鍜鍠鍼鍮鍖鎰鎬鎭鎔鎹鏖鏗鏨鏥鏘鏃鏝鏐鏈鏤鐚鐔鐓鐃鐇鐐鐶鐫鐵鐡鐺鑁鑒鑄鑛鑠鑢鑞鑪鈩鑰鑵鑷鑽鑚鑼鑾钁鑿閂閇閊閔閖閘閙"],["e880","閠閨閧閭閼閻閹閾闊濶闃闍闌闕闔闖關闡闥闢阡阨阮阯陂陌陏陋陷陜陞陝陟陦陲陬隍隘隕隗險隧隱隲隰隴隶隸隹雎雋雉雍襍雜霍雕雹霄霆霈霓霎霑霏霖霙霤霪霰霹霽霾靄靆靈靂靉靜靠靤靦靨勒靫靱靹鞅靼鞁靺鞆鞋鞏鞐鞜鞨鞦鞣鞳鞴韃韆韈韋韜韭齏韲竟韶韵頏頌頸頤頡頷頽顆顏顋顫顯顰"],["e940","顱顴顳颪颯颱颶飄飃飆飩飫餃餉餒餔餘餡餝餞餤餠餬餮餽餾饂饉饅饐饋饑饒饌饕馗馘馥馭馮馼駟駛駝駘駑駭駮駱駲駻駸騁騏騅駢騙騫騷驅驂驀驃"],["e980","騾驕驍驛驗驟驢驥驤驩驫驪骭骰骼髀髏髑髓體髞髟髢髣髦髯髫髮髴髱髷髻鬆鬘鬚鬟鬢鬣鬥鬧鬨鬩鬪鬮鬯鬲魄魃魏魍魎魑魘魴鮓鮃鮑鮖鮗鮟鮠鮨鮴鯀鯊鮹鯆鯏鯑鯒鯣鯢鯤鯔鯡鰺鯲鯱鯰鰕鰔鰉鰓鰌鰆鰈鰒鰊鰄鰮鰛鰥鰤鰡鰰鱇鰲鱆鰾鱚鱠鱧鱶鱸鳧鳬鳰鴉鴈鳫鴃鴆鴪鴦鶯鴣鴟鵄鴕鴒鵁鴿鴾鵆鵈"],["ea40","鵝鵞鵤鵑鵐鵙鵲鶉鶇鶫鵯鵺鶚鶤鶩鶲鷄鷁鶻鶸鶺鷆鷏鷂鷙鷓鷸鷦鷭鷯鷽鸚鸛鸞鹵鹹鹽麁麈麋麌麒麕麑麝麥麩麸麪麭靡黌黎黏黐黔黜點黝黠黥黨黯"],["ea80","黴黶黷黹黻黼黽鼇鼈皷鼕鼡鼬鼾齊齒齔齣齟齠齡齦齧齬齪齷齲齶龕龜龠堯槇遙瑤凜熙"],["ed40","纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏"],["ed80","塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱"],["ee40","犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙"],["ee80","蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"],["eeef","ⅰ",9,"¬¦'""],["f040","",62],["f080","",124],["f140","",62],["f180","",124],["f240","",62],["f280","",124],["f340","",62],["f380","",124],["f440","",62],["f480","",124],["f540","",62],["f580","",124],["f640","",62],["f680","",124],["f740","",62],["f780","",124],["f840","",62],["f880","",124],["f940",""],["fa40","ⅰ",9,"Ⅰ",9,"¬¦'"㈱№℡∵纊褜鍈銈蓜俉炻昱棈鋹曻彅丨仡仼伀伃伹佖侒侊侚侔俍偀倢俿倞偆偰偂傔僴僘兊"],["fa80","兤冝冾凬刕劜劦勀勛匀匇匤卲厓厲叝﨎咜咊咩哿喆坙坥垬埈埇﨏塚增墲夋奓奛奝奣妤妺孖寀甯寘寬尞岦岺峵崧嵓﨑嵂嵭嶸嶹巐弡弴彧德忞恝悅悊惞惕愠惲愑愷愰憘戓抦揵摠撝擎敎昀昕昻昉昮昞昤晥晗晙晴晳暙暠暲暿曺朎朗杦枻桒柀栁桄棏﨓楨﨔榘槢樰橫橆橳橾櫢櫤毖氿汜沆汯泚洄涇浯"],["fb40","涖涬淏淸淲淼渹湜渧渼溿澈澵濵瀅瀇瀨炅炫焏焄煜煆煇凞燁燾犱犾猤猪獷玽珉珖珣珒琇珵琦琪琩琮瑢璉璟甁畯皂皜皞皛皦益睆劯砡硎硤硺礰礼神"],["fb80","祥禔福禛竑竧靖竫箞精絈絜綷綠緖繒罇羡羽茁荢荿菇菶葈蒴蕓蕙蕫﨟薰蘒﨡蠇裵訒訷詹誧誾諟諸諶譓譿賰賴贒赶﨣軏﨤逸遧郞都鄕鄧釚釗釞釭釮釤釥鈆鈐鈊鈺鉀鈼鉎鉙鉑鈹鉧銧鉷鉸鋧鋗鋙鋐﨧鋕鋠鋓錥錡鋻﨨錞鋿錝錂鍰鍗鎤鏆鏞鏸鐱鑅鑈閒隆﨩隝隯霳霻靃靍靏靑靕顗顥飯飼餧館馞驎髙"],["fc40","髜魵魲鮏鮱鮻鰀鵰鵫鶴鸙黑"]]')},96734:i=>{i.exports=JSON.parse('{"name":"make-fetch-happen","version":"15.0.4","description":"Opinionated, caching, retrying fetch client","main":"lib/index.js","files":["bin/","lib/"],"scripts":{"test":"tap","posttest":"npm run lint","eslint":"eslint \\"**/*.{js,cjs,ts,mjs,jsx,tsx}\\"","lint":"npm run eslint","lintfix":"npm run eslint -- --fix","postlint":"template-oss-check","snap":"tap","template-oss-apply":"template-oss-apply --force"},"repository":{"type":"git","url":"git+https://github.com/npm/make-fetch-happen.git"},"keywords":["http","request","fetch","mean girls","caching","cache","subresource integrity"],"author":"GitHub Inc.","license":"ISC","dependencies":{"@gar/promise-retry":"^1.0.0","@npmcli/agent":"^4.0.0","cacache":"^20.0.1","http-cache-semantics":"^4.1.1","minipass":"^7.0.2","minipass-fetch":"^5.0.0","minipass-flush":"^1.0.5","minipass-pipeline":"^1.2.4","negotiator":"^1.0.0","proc-log":"^6.0.0","ssri":"^13.0.0"},"devDependencies":{"@npmcli/eslint-config":"^5.0.0","@npmcli/template-oss":"4.25.0","nock":"^13.2.4","safe-buffer":"^5.2.1","standard-version":"^9.3.2","tap":"^16.0.0"},"engines":{"node":"^20.17.0 || >=22.9.0"},"tap":{"color":1,"files":"test/*.js","check-coverage":true,"timeout":60,"nyc-arg":["--exclude","tap-snapshots/**"]},"templateOSS":{"//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten.","version":"4.25.0","publish":"true"}}')},27573:i=>{i.exports={rE:"5.0.2"}},37523:i=>{i.exports=JSON.parse('{"name":"tuf-js","version":"4.1.0","description":"JavaScript implementation of The Update Framework (TUF)","main":"dist/index.js","types":"dist/index.d.ts","scripts":{"build":"tsc --build tsconfig.build.json","clean":"rm -rf dist && rm tsconfig.build.tsbuildinfo","test":"jest"},"repository":{"type":"git","url":"git+https://github.com/theupdateframework/tuf-js.git"},"files":["dist"],"keywords":["tuf","security","update"],"author":"bdehamer@github.com","license":"MIT","bugs":{"url":"https://github.com/theupdateframework/tuf-js/issues"},"homepage":"https://github.com/theupdateframework/tuf-js/tree/main/packages/client#readme","devDependencies":{"@tufjs/repo-mock":"4.0.1","@types/debug":"^4.1.12","@types/make-fetch-happen":"^10.0.4"},"dependencies":{"@tufjs/models":"4.1.0","debug":"^4.4.3","make-fetch-happen":"^15.0.1"},"engines":{"node":"^20.17.0 || >=22.9.0"}}')}};var p={};function __nccwpck_require__(i){var A=p[i];if(A!==undefined){return A.exports}var g=p[i]={exports:{}};var C=true;try{u[i].call(g.exports,g,g.exports,__nccwpck_require__);C=false}finally{if(C)delete p[i]}return g.exports}__nccwpck_require__.m=u;(()=>{var i=Object.getPrototypeOf?i=>Object.getPrototypeOf(i):i=>i.__proto__;var u;__nccwpck_require__.t=function(p,A){if(A&1)p=this(p);if(A&8)return p;if(typeof p==="object"&&p){if(A&4&&p.__esModule)return p;if(A&16&&typeof p.then==="function")return p}var g=Object.create(null);__nccwpck_require__.r(g);var C={};u=u||[null,i({}),i([]),i(i)];for(var S=A&2&&p;typeof S=="object"&&!~u.indexOf(S);S=i(S)){Object.getOwnPropertyNames(S).forEach((i=>C[i]=()=>p[i]))}C["default"]=()=>p;__nccwpck_require__.d(g,C);return g}})();(()=>{__nccwpck_require__.d=(i,u)=>{for(var p in u){if(__nccwpck_require__.o(u,p)&&!__nccwpck_require__.o(i,p)){Object.defineProperty(i,p,{enumerable:true,get:u[p]})}}}})();(()=>{__nccwpck_require__.f={};__nccwpck_require__.e=i=>Promise.all(Object.keys(__nccwpck_require__.f).reduce(((u,p)=>{__nccwpck_require__.f[p](i,u);return u}),[]))})();(()=>{__nccwpck_require__.u=i=>""+i+".index.js"})();(()=>{__nccwpck_require__.o=(i,u)=>Object.prototype.hasOwnProperty.call(i,u)})();(()=>{__nccwpck_require__.r=i=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(i,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(i,"__esModule",{value:true})}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=new URL(".",import.meta.url).pathname.slice(import.meta.url.match(/^file:\/\/\/\w:/)?1:0,-1)+"/";(()=>{var i={792:0};var installChunk=u=>{var{ids:p,modules:A,runtime:g}=u;var C,S,w=0;for(C in A){if(__nccwpck_require__.o(A,C)){__nccwpck_require__.m[C]=A[C]}}if(g)g(__nccwpck_require__);for(;w<p.length;w++){S=p[w];if(__nccwpck_require__.o(i,S)&&i[S]){i[S][0]()}i[p[w]]=0}};__nccwpck_require__.f.j=(u,p)=>{var A=__nccwpck_require__.o(i,u)?i[u]:undefined;if(A!==0){if(A){p.push(A[1])}else{if(true){var g=import("./"+__nccwpck_require__.u(u)).then(installChunk,(p=>{if(i[u]!==0)i[u]=undefined;throw p}));var g=Promise.race([g,new Promise((p=>A=i[u]=[p]))]);p.push(A[1]=g)}}}}})();var A={};var g={};__nccwpck_require__.r(g);__nccwpck_require__.d(g,{AccessPolicy:()=>ma,AppendBlobAppendBlockExceptionHeaders:()=>Zl,AppendBlobAppendBlockFromUrlExceptionHeaders:()=>eu,AppendBlobAppendBlockFromUrlHeaders:()=>Xl,AppendBlobAppendBlockHeaders:()=>Kl,AppendBlobCreateExceptionHeaders:()=>Yl,AppendBlobCreateHeaders:()=>Wl,AppendBlobSealExceptionHeaders:()=>ru,AppendBlobSealHeaders:()=>tu,ArrowConfiguration:()=>Ma,ArrowField:()=>La,BlobAbortCopyFromURLExceptionHeaders:()=>Cl,BlobAbortCopyFromURLHeaders:()=>El,BlobAcquireLeaseExceptionHeaders:()=>nl,BlobAcquireLeaseHeaders:()=>sl,BlobBreakLeaseExceptionHeaders:()=>hl,BlobBreakLeaseHeaders:()=>dl,BlobChangeLeaseExceptionHeaders:()=>ul,BlobChangeLeaseHeaders:()=>ll,BlobCopyFromURLExceptionHeaders:()=>yl,BlobCopyFromURLHeaders:()=>ml,BlobCreateSnapshotExceptionHeaders:()=>Al,BlobCreateSnapshotHeaders:()=>pl,BlobDeleteExceptionHeaders:()=>Gc,BlobDeleteHeaders:()=>Hc,BlobDeleteImmutabilityPolicyExceptionHeaders:()=>Zc,BlobDeleteImmutabilityPolicyHeaders:()=>Kc,BlobDownloadExceptionHeaders:()=>Lc,BlobDownloadHeaders:()=>Mc,BlobFlatListSegment:()=>Ea,BlobGetAccountInfoExceptionHeaders:()=>wl,BlobGetAccountInfoHeaders:()=>Sl,BlobGetPropertiesExceptionHeaders:()=>Uc,BlobGetPropertiesHeaders:()=>Fc,BlobGetTagsExceptionHeaders:()=>Nl,BlobGetTagsHeaders:()=>Rl,BlobHierarchyListSegment:()=>wa,BlobItemInternal:()=>Ca,BlobName:()=>ba,BlobPrefix:()=>Ba,BlobPropertiesInternal:()=>Ia,BlobQueryExceptionHeaders:()=>vl,BlobQueryHeaders:()=>Bl,BlobReleaseLeaseExceptionHeaders:()=>ol,BlobReleaseLeaseHeaders:()=>il,BlobRenewLeaseExceptionHeaders:()=>cl,BlobRenewLeaseHeaders:()=>al,BlobServiceProperties:()=>Zo,BlobServiceStatistics:()=>ia,BlobSetExpiryExceptionHeaders:()=>qc,BlobSetExpiryHeaders:()=>jc,BlobSetHttpHeadersExceptionHeaders:()=>Jc,BlobSetHttpHeadersHeaders:()=>$c,BlobSetImmutabilityPolicyExceptionHeaders:()=>Yc,BlobSetImmutabilityPolicyHeaders:()=>Wc,BlobSetLegalHoldExceptionHeaders:()=>el,BlobSetLegalHoldHeaders:()=>Xc,BlobSetMetadataExceptionHeaders:()=>rl,BlobSetMetadataHeaders:()=>tl,BlobSetTagsExceptionHeaders:()=>Ql,BlobSetTagsHeaders:()=>Tl,BlobSetTierExceptionHeaders:()=>Il,BlobSetTierHeaders:()=>bl,BlobStartCopyFromURLExceptionHeaders:()=>gl,BlobStartCopyFromURLHeaders:()=>fl,BlobTag:()=>fa,BlobTags:()=>Aa,BlobUndeleteExceptionHeaders:()=>zc,BlobUndeleteHeaders:()=>Vc,Block:()=>Na,BlockBlobCommitBlockListExceptionHeaders:()=>hu,BlockBlobCommitBlockListHeaders:()=>du,BlockBlobGetBlockListExceptionHeaders:()=>Au,BlockBlobGetBlockListHeaders:()=>pu,BlockBlobPutBlobFromUrlExceptionHeaders:()=>ou,BlockBlobPutBlobFromUrlHeaders:()=>iu,BlockBlobStageBlockExceptionHeaders:()=>cu,BlockBlobStageBlockFromURLExceptionHeaders:()=>uu,BlockBlobStageBlockFromURLHeaders:()=>lu,BlockBlobStageBlockHeaders:()=>au,BlockBlobUploadExceptionHeaders:()=>nu,BlockBlobUploadHeaders:()=>su,BlockList:()=>Ra,BlockLookupList:()=>va,ClearRange:()=>xa,ContainerAcquireLeaseExceptionHeaders:()=>Ic,ContainerAcquireLeaseHeaders:()=>bc,ContainerBreakLeaseExceptionHeaders:()=>Nc,ContainerBreakLeaseHeaders:()=>Rc,ContainerChangeLeaseExceptionHeaders:()=>Qc,ContainerChangeLeaseHeaders:()=>Tc,ContainerCreateExceptionHeaders:()=>rc,ContainerCreateHeaders:()=>tc,ContainerDeleteExceptionHeaders:()=>oc,ContainerDeleteHeaders:()=>ic,ContainerFilterBlobsExceptionHeaders:()=>Cc,ContainerFilterBlobsHeaders:()=>Ec,ContainerGetAccessPolicyExceptionHeaders:()=>uc,ContainerGetAccessPolicyHeaders:()=>lc,ContainerGetAccountInfoExceptionHeaders:()=>Pc,ContainerGetAccountInfoHeaders:()=>Oc,ContainerGetPropertiesExceptionHeaders:()=>nc,ContainerGetPropertiesHeaders:()=>sc,ContainerItem:()=>ca,ContainerListBlobFlatSegmentExceptionHeaders:()=>_c,ContainerListBlobFlatSegmentHeaders:()=>xc,ContainerListBlobHierarchySegmentExceptionHeaders:()=>Dc,ContainerListBlobHierarchySegmentHeaders:()=>kc,ContainerProperties:()=>la,ContainerReleaseLeaseExceptionHeaders:()=>wc,ContainerReleaseLeaseHeaders:()=>Sc,ContainerRenameExceptionHeaders:()=>gc,ContainerRenameHeaders:()=>fc,ContainerRenewLeaseExceptionHeaders:()=>vc,ContainerRenewLeaseHeaders:()=>Bc,ContainerRestoreExceptionHeaders:()=>Ac,ContainerRestoreHeaders:()=>pc,ContainerSetAccessPolicyExceptionHeaders:()=>hc,ContainerSetAccessPolicyHeaders:()=>dc,ContainerSetMetadataExceptionHeaders:()=>cc,ContainerSetMetadataHeaders:()=>ac,ContainerSubmitBatchExceptionHeaders:()=>yc,ContainerSubmitBatchHeaders:()=>mc,CorsRule:()=>ra,DelimitedTextConfiguration:()=>Oa,FilterBlobItem:()=>pa,FilterBlobSegment:()=>ha,GeoReplication:()=>oa,JsonTextConfiguration:()=>Pa,KeyInfo:()=>ua,ListBlobsFlatSegmentResponse:()=>ya,ListBlobsHierarchySegmentResponse:()=>Sa,ListContainersSegmentResponse:()=>aa,Logging:()=>Xo,Metrics:()=>ta,PageBlobClearPagesExceptionHeaders:()=>Pl,PageBlobClearPagesHeaders:()=>Ol,PageBlobCopyIncrementalExceptionHeaders:()=>Jl,PageBlobCopyIncrementalHeaders:()=>$l,PageBlobCreateExceptionHeaders:()=>_l,PageBlobCreateHeaders:()=>xl,PageBlobGetPageRangesDiffExceptionHeaders:()=>Gl,PageBlobGetPageRangesDiffHeaders:()=>Hl,PageBlobGetPageRangesExceptionHeaders:()=>Ul,PageBlobGetPageRangesHeaders:()=>Fl,PageBlobResizeExceptionHeaders:()=>zl,PageBlobResizeHeaders:()=>Vl,PageBlobUpdateSequenceNumberExceptionHeaders:()=>ql,PageBlobUpdateSequenceNumberHeaders:()=>jl,PageBlobUploadPagesExceptionHeaders:()=>Dl,PageBlobUploadPagesFromURLExceptionHeaders:()=>Ll,PageBlobUploadPagesFromURLHeaders:()=>Ml,PageBlobUploadPagesHeaders:()=>kl,PageList:()=>Ta,PageRange:()=>Qa,QueryFormat:()=>Da,QueryRequest:()=>_a,QuerySerialization:()=>ka,RetentionPolicy:()=>ea,ServiceFilterBlobsExceptionHeaders:()=>ec,ServiceFilterBlobsHeaders:()=>Xa,ServiceGetAccountInfoExceptionHeaders:()=>Ya,ServiceGetAccountInfoHeaders:()=>Wa,ServiceGetPropertiesExceptionHeaders:()=>Ga,ServiceGetPropertiesHeaders:()=>Ha,ServiceGetStatisticsExceptionHeaders:()=>za,ServiceGetStatisticsHeaders:()=>Va,ServiceGetUserDelegationKeyExceptionHeaders:()=>Ja,ServiceGetUserDelegationKeyHeaders:()=>$a,ServiceListContainersSegmentExceptionHeaders:()=>qa,ServiceListContainersSegmentHeaders:()=>ja,ServiceSetPropertiesExceptionHeaders:()=>Ua,ServiceSetPropertiesHeaders:()=>Fa,ServiceSubmitBatchExceptionHeaders:()=>Za,ServiceSubmitBatchHeaders:()=>Ka,SignedIdentifier:()=>ga,StaticWebsite:()=>sa,StorageError:()=>na,UserDelegationKey:()=>da});var C=__nccwpck_require__(70857);function utils_toCommandValue(i){if(i===null||i===undefined){return""}else if(typeof i==="string"||i instanceof String){return i}return JSON.stringify(i)}function utils_toCommandProperties(i){if(!Object.keys(i).length){return{}}return{title:i.title,file:i.file,line:i.startLine,endLine:i.endLine,col:i.startColumn,endColumn:i.endColumn}}function command_issueCommand(i,u,p){const A=new Command(i,u,p);process.stdout.write(A.toString()+C.EOL)}function command_issue(i,u=""){command_issueCommand(i,{},u)}const S="::";class Command{constructor(i,u,p){if(!i){i="missing.command"}this.command=i;this.properties=u;this.message=p}toString(){let i=S+this.command;if(this.properties&&Object.keys(this.properties).length>0){i+=" ";let u=true;for(const p in this.properties){if(this.properties.hasOwnProperty(p)){const A=this.properties[p];if(A){if(u){u=false}else{i+=","}i+=`${p}=${escapeProperty(A)}`}}}}i+=`${S}${escapeData(this.message)}`;return i}}function escapeData(i){return utils_toCommandValue(i).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function escapeProperty(i){return utils_toCommandValue(i).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}var w=__nccwpck_require__(76982);var B=__nccwpck_require__(79896);function file_command_issueFileCommand(i,u){const p=process.env[`GITHUB_${i}`];if(!p){throw new Error(`Unable to find environment variable for file command ${i}`)}if(!B.existsSync(p)){throw new Error(`Missing file at path: ${p}`)}B.appendFileSync(p,`${utils_toCommandValue(u)}${C.EOL}`,{encoding:"utf8"})}function file_command_prepareKeyValueMessage(i,u){const p=`ghadelimiter_${w.randomUUID()}`;const A=utils_toCommandValue(u);if(i.includes(p)){throw new Error(`Unexpected input: name should not contain the delimiter "${p}"`)}if(A.includes(p)){throw new Error(`Unexpected input: value should not contain the delimiter "${p}"`)}return`${i}<<${p}${C.EOL}${A}${C.EOL}${p}`}var v=__nccwpck_require__(16928);var N=__nccwpck_require__(58611);var T=__nccwpck_require__.t(N,2);var Q=__nccwpck_require__(65692);var x=__nccwpck_require__.t(Q,2);function getProxyUrl(i){const u=i.protocol==="https:";if(checkBypass(i)){return undefined}const p=(()=>{if(u){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(p){try{return new DecodedURL(p)}catch(i){if(!p.startsWith("http://")&&!p.startsWith("https://"))return new DecodedURL(`http://${p}`)}}else{return undefined}}function checkBypass(i){if(!i.hostname){return false}const u=i.hostname;if(isLoopbackAddress(u)){return true}const p=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!p){return false}let A;if(i.port){A=Number(i.port)}else if(i.protocol==="http:"){A=80}else if(i.protocol==="https:"){A=443}const g=[i.hostname.toUpperCase()];if(typeof A==="number"){g.push(`${g[0]}:${A}`)}for(const i of p.split(",").map((i=>i.trim().toUpperCase())).filter((i=>i))){if(i==="*"||g.some((u=>u===i||u.endsWith(`.${i}`)||i.startsWith(".")&&u.endsWith(`${i}`)))){return true}}return false}function isLoopbackAddress(i){const u=i.toLowerCase();return u==="localhost"||u.startsWith("127.")||u.startsWith("[::1]")||u.startsWith("[0:0:0:0:0:0:0:1]")}class DecodedURL extends URL{constructor(i,u){super(i,u);this._decodedUsername=decodeURIComponent(super.username);this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}var _=__nccwpck_require__(20770);var k=__nccwpck_require__(46752);var D=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};var O;(function(i){i[i["OK"]=200]="OK";i[i["MultipleChoices"]=300]="MultipleChoices";i[i["MovedPermanently"]=301]="MovedPermanently";i[i["ResourceMoved"]=302]="ResourceMoved";i[i["SeeOther"]=303]="SeeOther";i[i["NotModified"]=304]="NotModified";i[i["UseProxy"]=305]="UseProxy";i[i["SwitchProxy"]=306]="SwitchProxy";i[i["TemporaryRedirect"]=307]="TemporaryRedirect";i[i["PermanentRedirect"]=308]="PermanentRedirect";i[i["BadRequest"]=400]="BadRequest";i[i["Unauthorized"]=401]="Unauthorized";i[i["PaymentRequired"]=402]="PaymentRequired";i[i["Forbidden"]=403]="Forbidden";i[i["NotFound"]=404]="NotFound";i[i["MethodNotAllowed"]=405]="MethodNotAllowed";i[i["NotAcceptable"]=406]="NotAcceptable";i[i["ProxyAuthenticationRequired"]=407]="ProxyAuthenticationRequired";i[i["RequestTimeout"]=408]="RequestTimeout";i[i["Conflict"]=409]="Conflict";i[i["Gone"]=410]="Gone";i[i["TooManyRequests"]=429]="TooManyRequests";i[i["InternalServerError"]=500]="InternalServerError";i[i["NotImplemented"]=501]="NotImplemented";i[i["BadGateway"]=502]="BadGateway";i[i["ServiceUnavailable"]=503]="ServiceUnavailable";i[i["GatewayTimeout"]=504]="GatewayTimeout"})(O||(O={}));var P;(function(i){i["Accept"]="accept";i["ContentType"]="content-type"})(P||(P={}));var L;(function(i){i["ApplicationJson"]="application/json"})(L||(L={}));function lib_getProxyUrl(i){const u=pm.getProxyUrl(new URL(i));return u?u.href:""}const U=[O.MovedPermanently,O.ResourceMoved,O.SeeOther,O.TemporaryRedirect,O.PermanentRedirect];const H=[O.BadGateway,O.ServiceUnavailable,O.GatewayTimeout];const z=["OPTIONS","GET","DELETE","HEAD"];const j=10;const q=5;class HttpClientError extends Error{constructor(i,u){super(i);this.name="HttpClientError";this.statusCode=u;Object.setPrototypeOf(this,HttpClientError.prototype)}}class HttpClientResponse{constructor(i){this.message=i}readBody(){return D(this,void 0,void 0,(function*(){return new Promise((i=>D(this,void 0,void 0,(function*(){let u=Buffer.alloc(0);this.message.on("data",(i=>{u=Buffer.concat([u,i])}));this.message.on("end",(()=>{i(u.toString())}))}))))}))}readBodyBuffer(){return D(this,void 0,void 0,(function*(){return new Promise((i=>D(this,void 0,void 0,(function*(){const u=[];this.message.on("data",(i=>{u.push(i)}));this.message.on("end",(()=>{i(Buffer.concat(u))}))}))))}))}}function isHttps(i){const u=new URL(i);return u.protocol==="https:"}class lib_HttpClient{constructor(i,u,p){this._ignoreSslError=false;this._allowRedirects=true;this._allowRedirectDowngrade=false;this._maxRedirects=50;this._allowRetries=false;this._maxRetries=1;this._keepAlive=false;this._disposed=false;this.userAgent=this._getUserAgentWithOrchestrationId(i);this.handlers=u||[];this.requestOptions=p;if(p){if(p.ignoreSslError!=null){this._ignoreSslError=p.ignoreSslError}this._socketTimeout=p.socketTimeout;if(p.allowRedirects!=null){this._allowRedirects=p.allowRedirects}if(p.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=p.allowRedirectDowngrade}if(p.maxRedirects!=null){this._maxRedirects=Math.max(p.maxRedirects,0)}if(p.keepAlive!=null){this._keepAlive=p.keepAlive}if(p.allowRetries!=null){this._allowRetries=p.allowRetries}if(p.maxRetries!=null){this._maxRetries=p.maxRetries}}}options(i,u){return D(this,void 0,void 0,(function*(){return this.request("OPTIONS",i,null,u||{})}))}get(i,u){return D(this,void 0,void 0,(function*(){return this.request("GET",i,null,u||{})}))}del(i,u){return D(this,void 0,void 0,(function*(){return this.request("DELETE",i,null,u||{})}))}post(i,u,p){return D(this,void 0,void 0,(function*(){return this.request("POST",i,u,p||{})}))}patch(i,u,p){return D(this,void 0,void 0,(function*(){return this.request("PATCH",i,u,p||{})}))}put(i,u,p){return D(this,void 0,void 0,(function*(){return this.request("PUT",i,u,p||{})}))}head(i,u){return D(this,void 0,void 0,(function*(){return this.request("HEAD",i,null,u||{})}))}sendStream(i,u,p,A){return D(this,void 0,void 0,(function*(){return this.request(i,u,p,A)}))}getJson(i){return D(this,arguments,void 0,(function*(i,u={}){u[P.Accept]=this._getExistingOrDefaultHeader(u,P.Accept,L.ApplicationJson);const p=yield this.get(i,u);return this._processResponse(p,this.requestOptions)}))}postJson(i,u){return D(this,arguments,void 0,(function*(i,u,p={}){const A=JSON.stringify(u,null,2);p[P.Accept]=this._getExistingOrDefaultHeader(p,P.Accept,L.ApplicationJson);p[P.ContentType]=this._getExistingOrDefaultContentTypeHeader(p,L.ApplicationJson);const g=yield this.post(i,A,p);return this._processResponse(g,this.requestOptions)}))}putJson(i,u){return D(this,arguments,void 0,(function*(i,u,p={}){const A=JSON.stringify(u,null,2);p[P.Accept]=this._getExistingOrDefaultHeader(p,P.Accept,L.ApplicationJson);p[P.ContentType]=this._getExistingOrDefaultContentTypeHeader(p,L.ApplicationJson);const g=yield this.put(i,A,p);return this._processResponse(g,this.requestOptions)}))}patchJson(i,u){return D(this,arguments,void 0,(function*(i,u,p={}){const A=JSON.stringify(u,null,2);p[P.Accept]=this._getExistingOrDefaultHeader(p,P.Accept,L.ApplicationJson);p[P.ContentType]=this._getExistingOrDefaultContentTypeHeader(p,L.ApplicationJson);const g=yield this.patch(i,A,p);return this._processResponse(g,this.requestOptions)}))}request(i,u,p,A){return D(this,void 0,void 0,(function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const g=new URL(u);let C=this._prepareRequest(i,g,A);const S=this._allowRetries&&z.includes(i)?this._maxRetries+1:1;let w=0;let B;do{B=yield this.requestRaw(C,p);if(B&&B.message&&B.message.statusCode===O.Unauthorized){let i;for(const u of this.handlers){if(u.canHandleAuthentication(B)){i=u;break}}if(i){return i.handleAuthentication(this,C,p)}else{return B}}let u=this._maxRedirects;while(B.message.statusCode&&U.includes(B.message.statusCode)&&this._allowRedirects&&u>0){const S=B.message.headers["location"];if(!S){break}const w=new URL(S);if(g.protocol==="https:"&&g.protocol!==w.protocol&&!this._allowRedirectDowngrade){throw new Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.")}yield B.readBody();if(w.hostname!==g.hostname){for(const i in A){if(i.toLowerCase()==="authorization"){delete A[i]}}}C=this._prepareRequest(i,w,A);B=yield this.requestRaw(C,p);u--}if(!B.message.statusCode||!H.includes(B.message.statusCode)){return B}w+=1;if(w<S){yield B.readBody();yield this._performExponentialBackoff(w)}}while(w<S);return B}))}dispose(){if(this._agent){this._agent.destroy()}this._disposed=true}requestRaw(i,u){return D(this,void 0,void 0,(function*(){return new Promise(((p,A)=>{function callbackForResult(i,u){if(i){A(i)}else if(!u){A(new Error("Unknown error"))}else{p(u)}}this.requestRawWithCallback(i,u,callbackForResult)}))}))}requestRawWithCallback(i,u,p){if(typeof u==="string"){if(!i.options.headers){i.options.headers={}}i.options.headers["Content-Length"]=Buffer.byteLength(u,"utf8")}let A=false;function handleResult(i,u){if(!A){A=true;p(i,u)}}const g=i.httpModule.request(i.options,(i=>{const u=new HttpClientResponse(i);handleResult(undefined,u)}));let C;g.on("socket",(i=>{C=i}));g.setTimeout(this._socketTimeout||3*6e4,(()=>{if(C){C.end()}handleResult(new Error(`Request timeout: ${i.options.path}`))}));g.on("error",(function(i){handleResult(i)}));if(u&&typeof u==="string"){g.write(u,"utf8")}if(u&&typeof u!=="string"){u.on("close",(function(){g.end()}));u.pipe(g)}else{g.end()}}getAgent(i){const u=new URL(i);return this._getAgent(u)}getAgentDispatcher(i){const u=new URL(i);const p=getProxyUrl(u);const A=p&&p.hostname;if(!A){return}return this._getProxyAgentDispatcher(u,p)}_prepareRequest(i,u,p){const A={};A.parsedUrl=u;const g=A.parsedUrl.protocol==="https:";A.httpModule=g?x:T;const C=g?443:80;A.options={};A.options.host=A.parsedUrl.hostname;A.options.port=A.parsedUrl.port?parseInt(A.parsedUrl.port):C;A.options.path=(A.parsedUrl.pathname||"")+(A.parsedUrl.search||"");A.options.method=i;A.options.headers=this._mergeHeaders(p);if(this.userAgent!=null){A.options.headers["user-agent"]=this.userAgent}A.options.agent=this._getAgent(A.parsedUrl);if(this.handlers){for(const i of this.handlers){i.prepareRequest(A.options)}}return A}_mergeHeaders(i){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(i||{}))}return lowercaseKeys(i||{})}_getExistingOrDefaultHeader(i,u,p){let A;if(this.requestOptions&&this.requestOptions.headers){const i=lowercaseKeys(this.requestOptions.headers)[u];if(i){A=typeof i==="number"?i.toString():i}}const g=i[u];if(g!==undefined){return typeof g==="number"?g.toString():g}if(A!==undefined){return A}return p}_getExistingOrDefaultContentTypeHeader(i,u){let p;if(this.requestOptions&&this.requestOptions.headers){const i=lowercaseKeys(this.requestOptions.headers)[P.ContentType];if(i){if(typeof i==="number"){p=String(i)}else if(Array.isArray(i)){p=i.join(", ")}else{p=i}}}const A=i[P.ContentType];if(A!==undefined){if(typeof A==="number"){return String(A)}else if(Array.isArray(A)){return A.join(", ")}else{return A}}if(p!==undefined){return p}return u}_getAgent(i){let u;const p=getProxyUrl(i);const A=p&&p.hostname;if(this._keepAlive&&A){u=this._proxyAgent}if(!A){u=this._agent}if(u){return u}const g=i.protocol==="https:";let C=100;if(this.requestOptions){C=this.requestOptions.maxSockets||N.globalAgent.maxSockets}if(p&&p.hostname){const i={maxSockets:C,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(p.username||p.password)&&{proxyAuth:`${p.username}:${p.password}`}),{host:p.hostname,port:p.port})};let A;const S=p.protocol==="https:";if(g){A=S?_.httpsOverHttps:_.httpsOverHttp}else{A=S?_.httpOverHttps:_.httpOverHttp}u=A(i);this._proxyAgent=u}if(!u){const i={keepAlive:this._keepAlive,maxSockets:C};u=g?new Q.Agent(i):new N.Agent(i);this._agent=u}if(g&&this._ignoreSslError){u.options=Object.assign(u.options||{},{rejectUnauthorized:false})}return u}_getProxyAgentDispatcher(i,u){let p;if(this._keepAlive){p=this._proxyAgentDispatcher}if(p){return p}const A=i.protocol==="https:";p=new k.ProxyAgent(Object.assign({uri:u.href,pipelining:!this._keepAlive?0:1},(u.username||u.password)&&{token:`Basic ${Buffer.from(`${u.username}:${u.password}`).toString("base64")}`}));this._proxyAgentDispatcher=p;if(A&&this._ignoreSslError){p.options=Object.assign(p.options.requestTls||{},{rejectUnauthorized:false})}return p}_getUserAgentWithOrchestrationId(i){const u=i||"actions/http-client";const p=process.env["ACTIONS_ORCHESTRATION_ID"];if(p){const i=p.replace(/[^a-z0-9_.-]/gi,"_");return`${u} actions_orchestration_id/${i}`}return u}_performExponentialBackoff(i){return D(this,void 0,void 0,(function*(){i=Math.min(j,i);const u=q*Math.pow(2,i);return new Promise((i=>setTimeout((()=>i()),u)))}))}_processResponse(i,u){return D(this,void 0,void 0,(function*(){return new Promise(((p,A)=>D(this,void 0,void 0,(function*(){const g=i.message.statusCode||0;const C={statusCode:g,result:null,headers:{}};if(g===O.NotFound){p(C)}function dateTimeDeserializer(i,u){if(typeof u==="string"){const i=new Date(u);if(!isNaN(i.valueOf())){return i}}return u}let S;let w;try{w=yield i.readBody();if(w&&w.length>0){if(u&&u.deserializeDates){S=JSON.parse(w,dateTimeDeserializer)}else{S=JSON.parse(w)}C.result=S}C.headers=i.message.headers}catch(i){}if(g>299){let i;if(S&&S.message){i=S.message}else if(w&&w.length>0){i=w}else{i=`Failed request: (${g})`}const u=new HttpClientError(i,g);u.result=C.result;A(u)}else{p(C)}}))))}))}}const lowercaseKeys=i=>Object.keys(i).reduce(((u,p)=>(u[p.toLowerCase()]=i[p],u)),{});var $=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};class BasicCredentialHandler{constructor(i,u){this.username=i;this.password=u}prepareRequest(i){if(!i.headers){throw Error("The request has no headers")}i.headers["Authorization"]=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return $(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}class auth_BearerCredentialHandler{constructor(i){this.token=i}prepareRequest(i){if(!i.headers){throw Error("The request has no headers")}i.headers["Authorization"]=`Bearer ${this.token}`}canHandleAuthentication(){return false}handleAuthentication(){return $(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}class PersonalAccessTokenCredentialHandler{constructor(i){this.token=i}prepareRequest(i){if(!i.headers){throw Error("The request has no headers")}i.headers["Authorization"]=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return $(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}var J=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};class oidc_utils_OidcClient{static createHttpClient(i=true,u=10){const p={allowRetries:i,maxRetries:u};return new HttpClient("actions/oidc-client",[new BearerCredentialHandler(oidc_utils_OidcClient.getRequestToken())],p)}static getRequestToken(){const i=process.env["ACTIONS_ID_TOKEN_REQUEST_TOKEN"];if(!i){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable")}return i}static getIDTokenUrl(){const i=process.env["ACTIONS_ID_TOKEN_REQUEST_URL"];if(!i){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable")}return i}static getCall(i){return J(this,void 0,void 0,(function*(){var u;const p=oidc_utils_OidcClient.createHttpClient();const A=yield p.getJson(i).catch((i=>{throw new Error(`Failed to get ID Token. \n \n Error Code : ${i.statusCode}\n \n Error Message: ${i.message}`)}));const g=(u=A.result)===null||u===void 0?void 0:u.value;if(!g){throw new Error("Response json body do not have ID Token field")}return g}))}static getIDToken(i){return J(this,void 0,void 0,(function*(){try{let u=oidc_utils_OidcClient.getIDTokenUrl();if(i){const p=encodeURIComponent(i);u=`${u}&audience=${p}`}debug(`ID token url is ${u}`);const p=yield oidc_utils_OidcClient.getCall(u);setSecret(p);return p}catch(i){throw new Error(`Error message: ${i.message}`)}}))}}var W=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};const{access:Y,appendFile:K,writeFile:Z}=B.promises;const X="GITHUB_STEP_SUMMARY";const ee="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";class Summary{constructor(){this._buffer=""}filePath(){return W(this,void 0,void 0,(function*(){if(this._filePath){return this._filePath}const i=process.env[X];if(!i){throw new Error(`Unable to find environment variable for $${X}. Check if your runtime environment supports job summaries.`)}try{yield Y(i,B.constants.R_OK|B.constants.W_OK)}catch(u){throw new Error(`Unable to access summary file: '${i}'. Check if the file has correct read/write permissions.`)}this._filePath=i;return this._filePath}))}wrap(i,u,p={}){const A=Object.entries(p).map((([i,u])=>` ${i}="${u}"`)).join("");if(!u){return`<${i}${A}>`}return`<${i}${A}>${u}</${i}>`}write(i){return W(this,void 0,void 0,(function*(){const u=!!(i===null||i===void 0?void 0:i.overwrite);const p=yield this.filePath();const A=u?Z:K;yield A(p,this._buffer,{encoding:"utf8"});return this.emptyBuffer()}))}clear(){return W(this,void 0,void 0,(function*(){return this.emptyBuffer().write({overwrite:true})}))}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){this._buffer="";return this}addRaw(i,u=false){this._buffer+=i;return u?this.addEOL():this}addEOL(){return this.addRaw(C.EOL)}addCodeBlock(i,u){const p=Object.assign({},u&&{lang:u});const A=this.wrap("pre",this.wrap("code",i),p);return this.addRaw(A).addEOL()}addList(i,u=false){const p=u?"ol":"ul";const A=i.map((i=>this.wrap("li",i))).join("");const g=this.wrap(p,A);return this.addRaw(g).addEOL()}addTable(i){const u=i.map((i=>{const u=i.map((i=>{if(typeof i==="string"){return this.wrap("td",i)}const{header:u,data:p,colspan:A,rowspan:g}=i;const C=u?"th":"td";const S=Object.assign(Object.assign({},A&&{colspan:A}),g&&{rowspan:g});return this.wrap(C,p,S)})).join("");return this.wrap("tr",u)})).join("");const p=this.wrap("table",u);return this.addRaw(p).addEOL()}addDetails(i,u){const p=this.wrap("details",this.wrap("summary",i)+u);return this.addRaw(p).addEOL()}addImage(i,u,p){const{width:A,height:g}=p||{};const C=Object.assign(Object.assign({},A&&{width:A}),g&&{height:g});const S=this.wrap("img",null,Object.assign({src:i,alt:u},C));return this.addRaw(S).addEOL()}addHeading(i,u){const p=`h${u}`;const A=["h1","h2","h3","h4","h5","h6"].includes(p)?p:"h1";const g=this.wrap(A,i);return this.addRaw(g).addEOL()}addSeparator(){const i=this.wrap("hr",null);return this.addRaw(i).addEOL()}addBreak(){const i=this.wrap("br",null);return this.addRaw(i).addEOL()}addQuote(i,u){const p=Object.assign({},u&&{cite:u});const A=this.wrap("blockquote",i,p);return this.addRaw(A).addEOL()}addLink(i,u){const p=this.wrap("a",i,{href:u});return this.addRaw(p).addEOL()}}const te=new Summary;const re=null&&te;const se=null&&te;function toPosixPath(i){return i.replace(/[\\]/g,"/")}function toWin32Path(i){return i.replace(/[/]/g,"\\")}function toPlatformPath(i){return i.replace(/[/\\]/g,path.sep)}var ne=__nccwpck_require__(13193);var ie=__nccwpck_require__(24434);const oe=i(import.meta.url)("child_process");var ae=__nccwpck_require__(42613);var le=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};const{chmod:ue,copyFile:de,lstat:he,mkdir:pe,open:Ae,readdir:fe,rename:ge,rm:me,rmdir:ye,stat:Ee,symlink:Ce,unlink:be}=B.promises;const Se=process.platform==="win32";function readlink(i){return le(this,void 0,void 0,(function*(){const u=yield B.promises.readlink(i);if(Se&&!u.endsWith("\\")){return`${u}\\`}return u}))}const we=268435456;const ve=B.constants.O_RDONLY;function exists(i){return le(this,void 0,void 0,(function*(){try{yield Ee(i)}catch(i){if(i.code==="ENOENT"){return false}throw i}return true}))}function isDirectory(i){return le(this,arguments,void 0,(function*(i,u=false){const p=u?yield Ee(i):yield he(i);return p.isDirectory()}))}function isRooted(i){i=normalizeSeparators(i);if(!i){throw new Error('isRooted() parameter "p" cannot be empty')}if(Se){return i.startsWith("\\")||/^[A-Z]:/i.test(i)}return i.startsWith("/")}function tryGetExecutablePath(i,u){return le(this,void 0,void 0,(function*(){let p=undefined;try{p=yield Ee(i)}catch(u){if(u.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${i}': ${u}`)}}if(p&&p.isFile()){if(Se){const p=v.extname(i).toUpperCase();if(u.some((i=>i.toUpperCase()===p))){return i}}else{if(isUnixExecutable(p)){return i}}}const A=i;for(const g of u){i=A+g;p=undefined;try{p=yield Ee(i)}catch(u){if(u.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${i}': ${u}`)}}if(p&&p.isFile()){if(Se){try{const u=v.dirname(i);const p=v.basename(i).toUpperCase();for(const A of yield fe(u)){if(p===A.toUpperCase()){i=v.join(u,A);break}}}catch(u){console.log(`Unexpected error attempting to determine the actual case of the file '${i}': ${u}`)}return i}else{if(isUnixExecutable(p)){return i}}}}return""}))}function normalizeSeparators(i){i=i||"";if(Se){i=i.replace(/\//g,"\\");return i.replace(/\\\\+/g,"\\")}return i.replace(/\/\/+/g,"/")}function isUnixExecutable(i){return(i.mode&1)>0||(i.mode&8)>0&&process.getgid!==undefined&&i.gid===process.getgid()||(i.mode&64)>0&&process.getuid!==undefined&&i.uid===process.getuid()}function getCmdPath(){var i;return(i=process.env["COMSPEC"])!==null&&i!==void 0?i:`cmd.exe`}var Re=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};function io_cp(i,u){return Re(this,arguments,void 0,(function*(i,u,p={}){const{force:A,recursive:g,copySourceDirectory:C}=readCopyOptions(p);const S=(yield exists(u))?yield Ee(u):null;if(S&&S.isFile()&&!A){return}const w=S&&S.isDirectory()&&C?v.join(u,v.basename(i)):u;if(!(yield exists(i))){throw new Error(`no such file or directory: ${i}`)}const B=yield Ee(i);if(B.isDirectory()){if(!g){throw new Error(`Failed to copy. ${i} is a directory, but tried to copy without recursive flag.`)}else{yield cpDirRecursive(i,w,0,A)}}else{if(v.relative(i,w)===""){throw new Error(`'${w}' and '${i}' are the same file`)}yield io_copyFile(i,w,A)}}))}function mv(i,u){return Re(this,arguments,void 0,(function*(i,u,p={}){if(yield ioUtil.exists(u)){let A=true;if(yield ioUtil.isDirectory(u)){u=path.join(u,path.basename(i));A=yield ioUtil.exists(u)}if(A){if(p.force==null||p.force){yield rmRF(u)}else{throw new Error("Destination already exists")}}}yield mkdirP(path.dirname(u));yield ioUtil.rename(i,u)}))}function rmRF(i){return Re(this,void 0,void 0,(function*(){if(Se){if(/[*"<>|]/.test(i)){throw new Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows')}}try{yield me(i,{force:true,maxRetries:3,recursive:true,retryDelay:300})}catch(i){throw new Error(`File was unable to be removed ${i}`)}}))}function mkdirP(i){return Re(this,void 0,void 0,(function*(){(0,ae.ok)(i,"a path argument must be provided");yield pe(i,{recursive:true})}))}function which(i,u){return Re(this,void 0,void 0,(function*(){if(!i){throw new Error("parameter 'tool' is required")}if(u){const u=yield which(i,false);if(!u){if(Se){throw new Error(`Unable to locate executable file: ${i}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`)}else{throw new Error(`Unable to locate executable file: ${i}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`)}}return u}const p=yield findInPath(i);if(p&&p.length>0){return p[0]}return""}))}function findInPath(i){return Re(this,void 0,void 0,(function*(){if(!i){throw new Error("parameter 'tool' is required")}const u=[];if(Se&&process.env["PATHEXT"]){for(const i of process.env["PATHEXT"].split(v.delimiter)){if(i){u.push(i)}}}if(isRooted(i)){const p=yield tryGetExecutablePath(i,u);if(p){return[p]}return[]}if(i.includes(v.sep)){return[]}const p=[];if(process.env.PATH){for(const i of process.env.PATH.split(v.delimiter)){if(i){p.push(i)}}}const A=[];for(const g of p){const p=yield tryGetExecutablePath(v.join(g,i),u);if(p){A.push(p)}}return A}))}function readCopyOptions(i){const u=i.force==null?true:i.force;const p=Boolean(i.recursive);const A=i.copySourceDirectory==null?true:Boolean(i.copySourceDirectory);return{force:u,recursive:p,copySourceDirectory:A}}function cpDirRecursive(i,u,p,A){return Re(this,void 0,void 0,(function*(){if(p>=255)return;p++;yield mkdirP(u);const g=yield fe(i);for(const C of g){const g=`${i}/${C}`;const S=`${u}/${C}`;const w=yield he(g);if(w.isDirectory()){yield cpDirRecursive(g,S,p,A)}else{yield io_copyFile(g,S,A)}}yield ue(u,(yield Ee(i)).mode)}))}function io_copyFile(i,u,p){return Re(this,void 0,void 0,(function*(){if((yield he(i)).isSymbolicLink()){try{yield he(u);yield be(u)}catch(i){if(i.code==="EPERM"){yield ue(u,"0666");yield be(u)}}const p=yield readlink(i);yield Ce(p,u,Se?"junction":null)}else if(!(yield exists(u))||p){yield de(i,u)}}))}const Ne=i(import.meta.url)("timers");var Qe=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};const xe=process.platform==="win32";class ToolRunner extends ie.EventEmitter{constructor(i,u,p){super();if(!i){throw new Error("Parameter 'toolPath' cannot be null or empty.")}this.toolPath=i;this.args=u||[];this.options=p||{}}_debug(i){if(this.options.listeners&&this.options.listeners.debug){this.options.listeners.debug(i)}}_getCommandString(i,u){const p=this._getSpawnFileName();const A=this._getSpawnArgs(i);let g=u?"":"[command]";if(xe){if(this._isCmdFile()){g+=p;for(const i of A){g+=` ${i}`}}else if(i.windowsVerbatimArguments){g+=`"${p}"`;for(const i of A){g+=` ${i}`}}else{g+=this._windowsQuoteCmdArg(p);for(const i of A){g+=` ${this._windowsQuoteCmdArg(i)}`}}}else{g+=p;for(const i of A){g+=` ${i}`}}return g}_processLineBuffer(i,u,p){try{let A=u+i.toString();let g=A.indexOf(C.EOL);while(g>-1){const i=A.substring(0,g);p(i);A=A.substring(g+C.EOL.length);g=A.indexOf(C.EOL)}return A}catch(i){this._debug(`error processing line. Failed with error ${i}`);return""}}_getSpawnFileName(){if(xe){if(this._isCmdFile()){return process.env["COMSPEC"]||"cmd.exe"}}return this.toolPath}_getSpawnArgs(i){if(xe){if(this._isCmdFile()){let u=`/D /S /C "${this._windowsQuoteCmdArg(this.toolPath)}`;for(const p of this.args){u+=" ";u+=i.windowsVerbatimArguments?p:this._windowsQuoteCmdArg(p)}u+='"';return[u]}}return this.args}_endsWith(i,u){return i.endsWith(u)}_isCmdFile(){const i=this.toolPath.toUpperCase();return this._endsWith(i,".CMD")||this._endsWith(i,".BAT")}_windowsQuoteCmdArg(i){if(!this._isCmdFile()){return this._uvQuoteCmdArg(i)}if(!i){return'""'}const u=[" ","\t","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'];let p=false;for(const A of i){if(u.some((i=>i===A))){p=true;break}}if(!p){return i}let A='"';let g=true;for(let u=i.length;u>0;u--){A+=i[u-1];if(g&&i[u-1]==="\\"){A+="\\"}else if(i[u-1]==='"'){g=true;A+='"'}else{g=false}}A+='"';return A.split("").reverse().join("")}_uvQuoteCmdArg(i){if(!i){return'""'}if(!i.includes(" ")&&!i.includes("\t")&&!i.includes('"')){return i}if(!i.includes('"')&&!i.includes("\\")){return`"${i}"`}let u='"';let p=true;for(let A=i.length;A>0;A--){u+=i[A-1];if(p&&i[A-1]==="\\"){u+="\\"}else if(i[A-1]==='"'){p=true;u+="\\"}else{p=false}}u+='"';return u.split("").reverse().join("")}_cloneExecOptions(i){i=i||{};const u={cwd:i.cwd||process.cwd(),env:i.env||process.env,silent:i.silent||false,windowsVerbatimArguments:i.windowsVerbatimArguments||false,failOnStdErr:i.failOnStdErr||false,ignoreReturnCode:i.ignoreReturnCode||false,delay:i.delay||1e4};u.outStream=i.outStream||process.stdout;u.errStream=i.errStream||process.stderr;return u}_getSpawnOptions(i,u){i=i||{};const p={};p.cwd=i.cwd;p.env=i.env;p["windowsVerbatimArguments"]=i.windowsVerbatimArguments||this._isCmdFile();if(i.windowsVerbatimArguments){p.argv0=`"${u}"`}return p}exec(){return Qe(this,void 0,void 0,(function*(){if(!isRooted(this.toolPath)&&(this.toolPath.includes("/")||xe&&this.toolPath.includes("\\"))){this.toolPath=v.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)}this.toolPath=yield which(this.toolPath,true);return new Promise(((i,u)=>Qe(this,void 0,void 0,(function*(){this._debug(`exec tool: ${this.toolPath}`);this._debug("arguments:");for(const i of this.args){this._debug(` ${i}`)}const p=this._cloneExecOptions(this.options);if(!p.silent&&p.outStream){p.outStream.write(this._getCommandString(p)+C.EOL)}const A=new ExecState(p,this.toolPath);A.on("debug",(i=>{this._debug(i)}));if(this.options.cwd&&!(yield exists(this.options.cwd))){return u(new Error(`The cwd: ${this.options.cwd} does not exist!`))}const g=this._getSpawnFileName();const S=oe.spawn(g,this._getSpawnArgs(p),this._getSpawnOptions(this.options,g));let w="";if(S.stdout){S.stdout.on("data",(i=>{if(this.options.listeners&&this.options.listeners.stdout){this.options.listeners.stdout(i)}if(!p.silent&&p.outStream){p.outStream.write(i)}w=this._processLineBuffer(i,w,(i=>{if(this.options.listeners&&this.options.listeners.stdline){this.options.listeners.stdline(i)}}))}))}let B="";if(S.stderr){S.stderr.on("data",(i=>{A.processStderr=true;if(this.options.listeners&&this.options.listeners.stderr){this.options.listeners.stderr(i)}if(!p.silent&&p.errStream&&p.outStream){const u=p.failOnStdErr?p.errStream:p.outStream;u.write(i)}B=this._processLineBuffer(i,B,(i=>{if(this.options.listeners&&this.options.listeners.errline){this.options.listeners.errline(i)}}))}))}S.on("error",(i=>{A.processError=i.message;A.processExited=true;A.processClosed=true;A.CheckComplete()}));S.on("exit",(i=>{A.processExitCode=i;A.processExited=true;this._debug(`Exit code ${i} received from tool '${this.toolPath}'`);A.CheckComplete()}));S.on("close",(i=>{A.processExitCode=i;A.processExited=true;A.processClosed=true;this._debug(`STDIO streams have closed for tool '${this.toolPath}'`);A.CheckComplete()}));A.on("done",((p,A)=>{if(w.length>0){this.emit("stdline",w)}if(B.length>0){this.emit("errline",B)}S.removeAllListeners();if(p){u(p)}else{i(A)}}));if(this.options.input){if(!S.stdin){throw new Error("child process missing stdin")}S.stdin.end(this.options.input)}}))))}))}}function argStringToArray(i){const u=[];let p=false;let A=false;let g="";function append(i){if(A&&i!=='"'){g+="\\"}g+=i;A=false}for(let C=0;C<i.length;C++){const S=i.charAt(C);if(S==='"'){if(!A){p=!p}else{append(S)}continue}if(S==="\\"&&A){append(S);continue}if(S==="\\"&&p){A=true;continue}if(S===" "&&!p){if(g.length>0){u.push(g);g=""}continue}append(S)}if(g.length>0){u.push(g.trim())}return u}class ExecState extends ie.EventEmitter{constructor(i,u){super();this.processClosed=false;this.processError="";this.processExitCode=0;this.processExited=false;this.processStderr=false;this.delay=1e4;this.done=false;this.timeout=null;if(!u){throw new Error("toolPath must not be empty")}this.options=i;this.toolPath=u;if(i.delay){this.delay=i.delay}}CheckComplete(){if(this.done){return}if(this.processClosed){this._setResult()}else if(this.processExited){this.timeout=(0,Ne.setTimeout)(ExecState.HandleTimeout,this.delay,this)}}_debug(i){this.emit("debug",i)}_setResult(){let i;if(this.processExited){if(this.processError){i=new Error(`There was an error when attempting to execute the process '${this.toolPath}'. This may indicate the process failed to start. Error: ${this.processError}`)}else if(this.processExitCode!==0&&!this.options.ignoreReturnCode){i=new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`)}else if(this.processStderr&&this.options.failOnStdErr){i=new Error(`The process '${this.toolPath}' failed because one or more lines were written to the STDERR stream`)}}if(this.timeout){clearTimeout(this.timeout);this.timeout=null}this.done=true;this.emit("done",i,this.processExitCode)}static HandleTimeout(i){if(i.done){return}if(!i.processClosed&&i.processExited){const u=`The STDIO streams did not close within ${i.delay/1e3} seconds of the exit event from process '${i.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`;i._debug(u)}i._setResult()}}var _e=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};function exec_exec(i,u,p){return _e(this,void 0,void 0,(function*(){const A=argStringToArray(i);if(A.length===0){throw new Error(`Parameter 'commandLine' cannot be null or empty.`)}const g=A[0];u=A.slice(1).concat(u||[]);const C=new ToolRunner(g,u,p);return C.exec()}))}function getExecOutput(i,u,p){return _e(this,void 0,void 0,(function*(){var A,g;let C="";let S="";const w=new ne.StringDecoder("utf8");const B=new ne.StringDecoder("utf8");const v=(A=p===null||p===void 0?void 0:p.listeners)===null||A===void 0?void 0:A.stdout;const N=(g=p===null||p===void 0?void 0:p.listeners)===null||g===void 0?void 0:g.stderr;const stdErrListener=i=>{S+=B.write(i);if(N){N(i)}};const stdOutListener=i=>{C+=w.write(i);if(v){v(i)}};const T=Object.assign(Object.assign({},p===null||p===void 0?void 0:p.listeners),{stdout:stdOutListener,stderr:stdErrListener});const Q=yield exec_exec(i,u,Object.assign(Object.assign({},p),{listeners:T}));C+=w.end();S+=B.end();return{exitCode:Q,stdout:C,stderr:S}}))}var ke=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};const getWindowsInfo=()=>ke(void 0,void 0,void 0,(function*(){const{stdout:i}=yield exec.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"',undefined,{silent:true});const{stdout:u}=yield exec.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"',undefined,{silent:true});return{name:u.trim(),version:i.trim()}}));const getMacOsInfo=()=>ke(void 0,void 0,void 0,(function*(){var i,u,p,A;const{stdout:g}=yield exec.getExecOutput("sw_vers",undefined,{silent:true});const C=(u=(i=g.match(/ProductVersion:\s*(.+)/))===null||i===void 0?void 0:i[1])!==null&&u!==void 0?u:"";const S=(A=(p=g.match(/ProductName:\s*(.+)/))===null||p===void 0?void 0:p[1])!==null&&A!==void 0?A:"";return{name:S,version:C}}));const getLinuxInfo=()=>ke(void 0,void 0,void 0,(function*(){const{stdout:i}=yield exec.getExecOutput("lsb_release",["-i","-r","-s"],{silent:true});const[u,p]=i.trim().split("\n");return{name:u,version:p}}));const De=C.platform();const Oe=C.arch();const Pe=De==="win32";const Me=De==="darwin";const Fe=De==="linux";function getDetails(){return ke(this,void 0,void 0,(function*(){return Object.assign(Object.assign({},yield Pe?getWindowsInfo():Me?getMacOsInfo():getLinuxInfo()),{platform:De,arch:Oe,isWindows:Pe,isMacOS:Me,isLinux:Fe})}))}var Ue=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};var He;(function(i){i[i["Success"]=0]="Success";i[i["Failure"]=1]="Failure"})(He||(He={}));function exportVariable(i,u){const p=toCommandValue(u);process.env[i]=p;const A=process.env["GITHUB_ENV"]||"";if(A){return issueFileCommand("ENV",prepareKeyValueMessage(i,u))}issueCommand("set-env",{name:i},p)}function core_setSecret(i){command_issueCommand("add-mask",{},i)}function addPath(i){const u=process.env["GITHUB_PATH"]||"";if(u){file_command_issueFileCommand("PATH",i)}else{command_issueCommand("add-path",{},i)}process.env["PATH"]=`${i}${v.delimiter}${process.env["PATH"]}`}function getInput(i,u){const p=process.env[`INPUT_${i.replace(/ /g,"_").toUpperCase()}`]||"";if(u&&u.required&&!p){throw new Error(`Input required and not supplied: ${i}`)}if(u&&u.trimWhitespace===false){return p}return p.trim()}function getMultilineInput(i,u){const p=getInput(i,u).split("\n").filter((i=>i!==""));if(u&&u.trimWhitespace===false){return p}return p.map((i=>i.trim()))}function getBooleanInput(i,u){const p=["true","True","TRUE"];const A=["false","False","FALSE"];const g=getInput(i,u);if(p.includes(g))return true;if(A.includes(g))return false;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${i}\n`+`Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}function setOutput(i,u){const p=process.env["GITHUB_OUTPUT"]||"";if(p){return issueFileCommand("OUTPUT",prepareKeyValueMessage(i,u))}process.stdout.write(os.EOL);issueCommand("set-output",{name:i},toCommandValue(u))}function setCommandEcho(i){issue("echo",i?"on":"off")}function setFailed(i){process.exitCode=He.Failure;core_error(i)}function isDebug(){return process.env["RUNNER_DEBUG"]==="1"}function core_debug(i){command_issueCommand("debug",{},i)}function core_error(i,u={}){command_issueCommand("error",utils_toCommandProperties(u),i instanceof Error?i.toString():i)}function warning(i,u={}){command_issueCommand("warning",utils_toCommandProperties(u),i instanceof Error?i.toString():i)}function notice(i,u={}){issueCommand("notice",toCommandProperties(u),i instanceof Error?i.toString():i)}function info(i){process.stdout.write(i+C.EOL)}function startGroup(i){command_issue("group",i)}function endGroup(){command_issue("endgroup")}function group(i,u){return Ue(this,void 0,void 0,(function*(){startGroup(i);let p;try{p=yield u()}finally{endGroup()}return p}))}function saveState(i,u){const p=process.env["GITHUB_STATE"]||"";if(p){return file_command_issueFileCommand("STATE",file_command_prepareKeyValueMessage(i,u))}command_issueCommand("save-state",{name:i},utils_toCommandValue(u))}function getState(i){return process.env[`STATE_${i}`]||""}function getIDToken(i){return Ue(this,void 0,void 0,(function*(){return yield OidcClient.getIDToken(i)}))}var Ge=__nccwpck_require__(62088);var ze=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};const je={readLinuxVersionFile(){const i="/etc/lsb-release";const u="/etc/os-release";let p="";if(B.existsSync(i)){p=B.readFileSync(i).toString()}else if(B.existsSync(u)){p=B.readFileSync(u).toString()}return p}};function _findMatch(i,u,p,A){return ze(this,void 0,void 0,(function*(){const g=os.platform();let C;let S;let w;for(const C of p){const p=C.version;debug(`check ${p} satisfies ${i}`);if(semver.satisfies(p,i)&&(!u||C.stable===u)){w=C.files.find((i=>{debug(`${i.arch}===${A} && ${i.platform}===${g}`);let u=i.arch===A&&i.platform===g;if(u&&i.platform_version){const p=_getOsVersion();if(p===i.platform_version){u=true}else{u=semver.satisfies(p,i.platform_version)}}return u}));if(w){debug(`matched ${C.version}`);S=C;break}}}if(S&&w){C=Object.assign({},S);C.files=[w]}return C}))}function _getOsVersion(){const i=os.platform();let u="";if(i==="darwin"){u=cp.execSync("sw_vers -productVersion").toString()}else if(i==="linux"){const i=je.readLinuxVersionFile();if(i){const p=i.split("\n");for(const i of p){const p=i.split("=");if(p.length===2&&(p[0].trim()==="VERSION_ID"||p[0].trim()==="DISTRIB_RELEASE")){u=p[1].trim().replace(/^"/,"").replace(/"$/,"");break}}}}return u}function _readLinuxVersionFile(){return je.readLinuxVersionFile()}var qe=__nccwpck_require__(2203);var $e=__nccwpck_require__(39023);var Je=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};class RetryHelper{constructor(i,u,p){if(i<1){throw new Error("max attempts should be greater than or equal to 1")}this.maxAttempts=i;this.minSeconds=Math.floor(u);this.maxSeconds=Math.floor(p);if(this.minSeconds>this.maxSeconds){throw new Error("min seconds should be less than or equal to max seconds")}}execute(i,u){return Je(this,void 0,void 0,(function*(){let p=1;while(p<this.maxAttempts){try{return yield i()}catch(i){if(u&&!u(i)){throw i}info(i.message)}const A=this.getSleepAmount();info(`Waiting ${A} seconds before trying again`);yield this.sleep(A);p++}return yield i()}))}getSleepAmount(){return Math.floor(Math.random()*(this.maxSeconds-this.minSeconds+1))+this.minSeconds}sleep(i){return Je(this,void 0,void 0,(function*(){return new Promise((u=>setTimeout(u,i*1e3)))}))}}var Ke=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};class HTTPError extends Error{constructor(i){super(`Unexpected HTTP response: ${i}`);this.httpStatusCode=i;Object.setPrototypeOf(this,new.target.prototype)}}const Xe=process.platform==="win32";const et=process.platform==="darwin";const tt="actions/tool-cache";function downloadTool(i,u,p,A){return Ke(this,void 0,void 0,(function*(){u=u||v.join(_getTempDirectory(),w.randomUUID());yield mkdirP(v.dirname(u));core_debug(`Downloading ${i}`);core_debug(`Destination ${u}`);const g=3;const C=_getGlobal("TEST_DOWNLOAD_TOOL_RETRY_MIN_SECONDS",10);const S=_getGlobal("TEST_DOWNLOAD_TOOL_RETRY_MAX_SECONDS",20);const B=new RetryHelper(g,C,S);return yield B.execute((()=>Ke(this,void 0,void 0,(function*(){return yield downloadToolAttempt(i,u||"",p,A)}))),(i=>{if(i instanceof HTTPError&&i.httpStatusCode){if(i.httpStatusCode<500&&i.httpStatusCode!==408&&i.httpStatusCode!==429){return false}}return true}))}))}function downloadToolAttempt(i,u,p,A){return Ke(this,void 0,void 0,(function*(){if(B.existsSync(u)){throw new Error(`Destination file path ${u} already exists`)}const g=new lib_HttpClient(tt,[],{allowRetries:false});if(p){core_debug("set auth");if(A===undefined){A={}}A.authorization=p}const C=yield g.get(i,A);if(C.message.statusCode!==200){const u=new HTTPError(C.message.statusCode);core_debug(`Failed to download from "${i}". Code(${C.message.statusCode}) Message(${C.message.statusMessage})`);throw u}const S=$e.promisify(qe.pipeline);const w=_getGlobal("TEST_DOWNLOAD_TOOL_RESPONSE_MESSAGE_FACTORY",(()=>C.message));const v=w();let N=false;try{yield S(v,B.createWriteStream(u));core_debug("download complete");N=true;return u}finally{if(!N){core_debug("download failed");try{yield rmRF(u)}catch(i){core_debug(`Failed to delete '${u}'. ${i.message}`)}}}}))}function extract7z(i,u,p){return Ke(this,void 0,void 0,(function*(){ok(Xe,"extract7z() not supported on current OS");ok(i,'parameter "file" is required');u=yield _createExtractFolder(u);const A=process.cwd();process.chdir(u);if(p){try{const u=core.isDebug()?"-bb1":"-bb0";const A=["x",u,"-bd","-sccUTF-8",i];const g={silent:true};yield exec(`"${p}"`,A,g)}finally{process.chdir(A)}}else{const p=path.join(__dirname,"..","scripts","Invoke-7zdec.ps1").replace(/'/g,"''").replace(/"|\n|\r/g,"");const g=i.replace(/'/g,"''").replace(/"|\n|\r/g,"");const C=u.replace(/'/g,"''").replace(/"|\n|\r/g,"");const S=`& '${p}' -Source '${g}' -Target '${C}'`;const w=["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",S];const B={silent:true};try{const i=yield io.which("powershell",true);yield exec(`"${i}"`,w,B)}finally{process.chdir(A)}}return u}))}function extractTar(i,u){return Ke(this,arguments,void 0,(function*(i,u,p="xz"){if(!i){throw new Error("parameter 'file' is required")}u=yield _createExtractFolder(u);core_debug("Checking tar --version");let A="";yield exec_exec("tar --version",[],{ignoreReturnCode:true,silent:true,listeners:{stdout:i=>A+=i.toString(),stderr:i=>A+=i.toString()}});core_debug(A.trim());const g=A.toUpperCase().includes("GNU TAR");let C;if(p instanceof Array){C=p}else{C=[p]}if(isDebug()&&!p.includes("v")){C.push("-v")}let S=u;let w=i;if(Xe&&g){C.push("--force-local");S=u.replace(/\\/g,"/");w=i.replace(/\\/g,"/")}if(g){C.push("--warning=no-unknown-keyword");C.push("--overwrite")}C.push("-C",S,"-f",w);yield exec_exec(`tar`,C);return u}))}function extractXar(i,u){return Ke(this,arguments,void 0,(function*(i,u,p=[]){ok(et,"extractXar() not supported on current OS");ok(i,'parameter "file" is required');u=yield _createExtractFolder(u);let A;if(p instanceof Array){A=p}else{A=[p]}A.push("-x","-C",u,"-f",i);if(core.isDebug()){A.push("-v")}const g=yield io.which("xar",true);yield exec(`"${g}"`,_unique(A));return u}))}function extractZip(i,u){return Ke(this,void 0,void 0,(function*(){if(!i){throw new Error("parameter 'file' is required")}u=yield _createExtractFolder(u);if(Xe){yield extractZipWin(i,u)}else{yield extractZipNix(i,u)}return u}))}function extractZipWin(i,u){return Ke(this,void 0,void 0,(function*(){const p=i.replace(/'/g,"''").replace(/"|\n|\r/g,"");const A=u.replace(/'/g,"''").replace(/"|\n|\r/g,"");const g=yield which("pwsh",false);if(g){const i=[`$ErrorActionPreference = 'Stop' ;`,`try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ;`,`try { [System.IO.Compression.ZipFile]::ExtractToDirectory('${p}', '${A}', $true) }`,`catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath '${p}' -DestinationPath '${A}' -Force } else { throw $_ } } ;`].join(" ");const u=["-NoLogo","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",i];core_debug(`Using pwsh at path: ${g}`);yield exec_exec(`"${g}"`,u)}else{const i=[`$ErrorActionPreference = 'Stop' ;`,`try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ;`,`if ((Get-Command -Name Expand-Archive -Module Microsoft.PowerShell.Archive -ErrorAction Ignore)) { Expand-Archive -LiteralPath '${p}' -DestinationPath '${A}' -Force }`,`else {[System.IO.Compression.ZipFile]::ExtractToDirectory('${p}', '${A}', $true) }`].join(" ");const u=["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",i];const g=yield which("powershell",true);core_debug(`Using powershell at path: ${g}`);yield exec_exec(`"${g}"`,u)}}))}function extractZipNix(i,u){return Ke(this,void 0,void 0,(function*(){const p=yield which("unzip",true);const A=[i];if(!isDebug()){A.unshift("-q")}A.unshift("-o");yield exec_exec(`"${p}"`,A,{cwd:u})}))}function cacheDir(i,u,p,A){return Ke(this,void 0,void 0,(function*(){p=Ge.clean(p)||p;A=A||C.arch();core_debug(`Caching tool ${u} ${p} ${A}`);core_debug(`source dir: ${i}`);if(!B.statSync(i).isDirectory()){throw new Error("sourceDir is not a directory")}const g=yield _createToolPath(u,p,A);for(const u of B.readdirSync(i)){const p=v.join(i,u);yield io_cp(p,g,{recursive:true})}_completeToolPath(u,p,A);return g}))}function cacheFile(i,u,p,A,g){return Ke(this,void 0,void 0,(function*(){A=semver.clean(A)||A;g=g||os.arch();core.debug(`Caching tool ${p} ${A} ${g}`);core.debug(`source file: ${i}`);if(!fs.statSync(i).isFile()){throw new Error("sourceFile is not a file")}const C=yield _createToolPath(p,A,g);const S=path.join(C,u);core.debug(`destination file ${S}`);yield io.cp(i,S);_completeToolPath(p,A,g);return C}))}function find(i,u,p){if(!i){throw new Error("toolName parameter is required")}if(!u){throw new Error("versionSpec parameter is required")}p=p||C.arch();if(!isExplicitVersion(u)){const A=findAllVersions(i,p);const g=evaluateVersions(A,u);u=g}let A="";if(u){u=Ge.clean(u)||"";const g=v.join(_getCacheDirectory(),i,u,p);core_debug(`checking cache: ${g}`);if(B.existsSync(g)&&B.existsSync(`${g}.complete`)){core_debug(`Found tool in cache ${i} ${u} ${p}`);A=g}else{core_debug("not found")}}return A}function findAllVersions(i,u){const p=[];u=u||C.arch();const A=v.join(_getCacheDirectory(),i);if(B.existsSync(A)){const i=B.readdirSync(A);for(const g of i){if(isExplicitVersion(g)){const i=v.join(A,g,u||"");if(B.existsSync(i)&&B.existsSync(`${i}.complete`)){p.push(g)}}}}return p}function getManifestFromRepo(i,u,p){return Ke(this,arguments,void 0,(function*(i,u,p,A="master"){let g=[];const C=`https://api.github.com/repos/${i}/${u}/git/trees/${A}`;const S=new httpm.HttpClient("tool-cache");const w={};if(p){core.debug("set auth");w.authorization=p}const B=yield S.getJson(C,w);if(!B.result){return g}let v="";for(const i of B.result.tree){if(i.path==="versions-manifest.json"){v=i.url;break}}w["accept"]="application/vnd.github.VERSION.raw";let N=yield(yield S.get(v,w)).readBody();if(N){N=N.replace(/^\uFEFF/,"");try{g=JSON.parse(N)}catch(i){core.debug("Invalid json")}}return g}))}function findFromManifest(i,u,p){return Ke(this,arguments,void 0,(function*(i,u,p,A=os.arch()){const g=yield mm._findMatch(i,u,p,A);return g}))}function _createExtractFolder(i){return Ke(this,void 0,void 0,(function*(){if(!i){i=v.join(_getTempDirectory(),w.randomUUID())}yield mkdirP(i);return i}))}function _createToolPath(i,u,p){return Ke(this,void 0,void 0,(function*(){const A=v.join(_getCacheDirectory(),i,Ge.clean(u)||u,p||"");core_debug(`destination ${A}`);const g=`${A}.complete`;yield rmRF(A);yield rmRF(g);yield mkdirP(A);return A}))}function _completeToolPath(i,u,p){const A=v.join(_getCacheDirectory(),i,Ge.clean(u)||u,p||"");const g=`${A}.complete`;B.writeFileSync(g,"");core_debug("finished caching tool")}function isExplicitVersion(i){const u=Ge.clean(i)||"";core_debug(`isExplicit: ${u}`);const p=Ge.valid(u)!=null;core_debug(`explicit? ${p}`);return p}function evaluateVersions(i,u){let p="";core_debug(`evaluating ${i.length} versions`);i=i.sort(((i,u)=>{if(Ge.gt(i,u)){return 1}return-1}));for(let A=i.length-1;A>=0;A--){const g=i[A];const C=Ge.satisfies(g,u);if(C){p=g;break}}if(p){core_debug(`matched: ${p}`)}else{core_debug("match not found")}return p}function _getCacheDirectory(){const i=process.env["RUNNER_TOOL_CACHE"]||"";(0,ae.ok)(i,"Expected RUNNER_TOOL_CACHE to be defined");return i}function _getTempDirectory(){const i=process.env["RUNNER_TEMP"]||"";(0,ae.ok)(i,"Expected RUNNER_TEMP to be defined");return i}function _getGlobal(i,u){const p=global[i];return p!==undefined?p:u}function _unique(i){return Array.from(new Set(i))}function getOptions(i){const u={followSymbolicLinks:true,implicitDescendants:true,matchDirectories:true,omitBrokenSymbolicLinks:true,excludeHiddenFiles:false};if(i){if(typeof i.followSymbolicLinks==="boolean"){u.followSymbolicLinks=i.followSymbolicLinks;core_debug(`followSymbolicLinks '${u.followSymbolicLinks}'`)}if(typeof i.implicitDescendants==="boolean"){u.implicitDescendants=i.implicitDescendants;core_debug(`implicitDescendants '${u.implicitDescendants}'`)}if(typeof i.matchDirectories==="boolean"){u.matchDirectories=i.matchDirectories;core_debug(`matchDirectories '${u.matchDirectories}'`)}if(typeof i.omitBrokenSymbolicLinks==="boolean"){u.omitBrokenSymbolicLinks=i.omitBrokenSymbolicLinks;core_debug(`omitBrokenSymbolicLinks '${u.omitBrokenSymbolicLinks}'`)}if(typeof i.excludeHiddenFiles==="boolean"){u.excludeHiddenFiles=i.excludeHiddenFiles;core_debug(`excludeHiddenFiles '${u.excludeHiddenFiles}'`)}}return u}const rt=process.platform==="win32";function dirname(i){i=safeTrimTrailingSeparator(i);if(rt&&/^\\\\[^\\]+(\\[^\\]+)?$/.test(i)){return i}let u=v.dirname(i);if(rt&&/^\\\\[^\\]+\\[^\\]+\\$/.test(u)){u=safeTrimTrailingSeparator(u)}return u}function ensureAbsoluteRoot(i,u){ae(i,`ensureAbsoluteRoot parameter 'root' must not be empty`);ae(u,`ensureAbsoluteRoot parameter 'itemPath' must not be empty`);if(hasAbsoluteRoot(u)){return u}if(rt){if(u.match(/^[A-Z]:[^\\/]|^[A-Z]:$/i)){let i=process.cwd();ae(i.match(/^[A-Z]:\\/i),`Expected current directory to start with an absolute drive root. Actual '${i}'`);if(u[0].toUpperCase()===i[0].toUpperCase()){if(u.length===2){return`${u[0]}:\\${i.substr(3)}`}else{if(!i.endsWith("\\")){i+="\\"}return`${u[0]}:\\${i.substr(3)}${u.substr(2)}`}}else{return`${u[0]}:\\${u.substr(2)}`}}else if(internal_path_helper_normalizeSeparators(u).match(/^\\$|^\\[^\\]/)){const i=process.cwd();ae(i.match(/^[A-Z]:\\/i),`Expected current directory to start with an absolute drive root. Actual '${i}'`);return`${i[0]}:\\${u.substr(1)}`}}ae(hasAbsoluteRoot(i),`ensureAbsoluteRoot parameter 'root' must have an absolute root`);if(i.endsWith("/")||rt&&i.endsWith("\\")){}else{i+=v.sep}return i+u}function hasAbsoluteRoot(i){ae(i,`hasAbsoluteRoot parameter 'itemPath' must not be empty`);i=internal_path_helper_normalizeSeparators(i);if(rt){return i.startsWith("\\\\")||/^[A-Z]:\\/i.test(i)}return i.startsWith("/")}function hasRoot(i){ae(i,`isRooted parameter 'itemPath' must not be empty`);i=internal_path_helper_normalizeSeparators(i);if(rt){return i.startsWith("\\")||/^[A-Z]:/i.test(i)}return i.startsWith("/")}function internal_path_helper_normalizeSeparators(i){i=i||"";if(rt){i=i.replace(/\//g,"\\");const u=/^\\\\+[^\\]/.test(i);return(u?"\\":"")+i.replace(/\\\\+/g,"\\")}return i.replace(/\/\/+/g,"/")}function safeTrimTrailingSeparator(i){if(!i){return""}i=internal_path_helper_normalizeSeparators(i);if(!i.endsWith(v.sep)){return i}if(i===v.sep){return i}if(rt&&/^[A-Z]:\\$/i.test(i)){return i}return i.substr(0,i.length-1)}var st;(function(i){i[i["None"]=0]="None";i[i["Directory"]=1]="Directory";i[i["File"]=2]="File";i[i["All"]=3]="All"})(st||(st={}));const nt=process.platform==="win32";function getSearchPaths(i){i=i.filter((i=>!i.negate));const u={};for(const p of i){const i=nt?p.searchPath.toUpperCase():p.searchPath;u[i]="candidate"}const p=[];for(const A of i){const i=nt?A.searchPath.toUpperCase():A.searchPath;if(u[i]==="included"){continue}let g=false;let C=i;let S=dirname(C);while(S!==C){if(u[S]){g=true;break}C=S;S=dirname(C)}if(!g){p.push(A.searchPath);u[i]="included"}}return p}function internal_pattern_helper_match(i,u){let p=st.None;for(const A of i){if(A.negate){p&=~A.match(u)}else{p|=A.match(u)}}return p}function internal_pattern_helper_partialMatch(i,u){return i.some((i=>!i.negate&&i.partialMatch(u)))}var it=__nccwpck_require__(43772);const ct=process.platform==="win32";class Path{constructor(i){this.segments=[];if(typeof i==="string"){ae(i,`Parameter 'itemPath' must not be empty`);i=safeTrimTrailingSeparator(i);if(!hasRoot(i)){this.segments=i.split(v.sep)}else{let u=i;let p=dirname(u);while(p!==u){const i=v.basename(u);this.segments.unshift(i);u=p;p=dirname(u)}this.segments.unshift(u)}}else{ae(i.length>0,`Parameter 'itemPath' must not be an empty array`);for(let u=0;u<i.length;u++){let p=i[u];ae(p,`Parameter 'itemPath' must not contain any empty segments`);p=internal_path_helper_normalizeSeparators(i[u]);if(u===0&&hasRoot(p)){p=safeTrimTrailingSeparator(p);ae(p===dirname(p),`Parameter 'itemPath' root segment contains information for multiple segments`);this.segments.push(p)}else{ae(!p.includes(v.sep),`Parameter 'itemPath' contains unexpected path separators`);this.segments.push(p)}}}}toString(){let i=this.segments[0];let u=i.endsWith(v.sep)||ct&&/^[A-Z]:$/i.test(i);for(let p=1;p<this.segments.length;p++){if(u){u=false}else{i+=v.sep}i+=this.segments[p]}return i}}const{Minimatch:ut}=it;const dt=process.platform==="win32";class Pattern{constructor(i,u=false,p,A){this.negate=false;let g;if(typeof i==="string"){g=i.trim()}else{p=p||[];ae(p.length,`Parameter 'segments' must not empty`);const u=Pattern.getLiteral(p[0]);ae(u&&hasAbsoluteRoot(u),`Parameter 'segments' first element must be a root path`);g=new Path(p).toString().trim();if(i){g=`!${g}`}}while(g.startsWith("!")){this.negate=!this.negate;g=g.substr(1).trim()}g=Pattern.fixupPattern(g,A);this.segments=new Path(g).segments;this.trailingSeparator=internal_path_helper_normalizeSeparators(g).endsWith(v.sep);g=safeTrimTrailingSeparator(g);let C=false;const S=this.segments.map((i=>Pattern.getLiteral(i))).filter((i=>!C&&!(C=i==="")));this.searchPath=new Path(S).toString();this.rootRegExp=new RegExp(Pattern.regExpEscape(S[0]),dt?"i":"");this.isImplicitPattern=u;const w={dot:true,nobrace:true,nocase:dt,nocomment:true,noext:true,nonegate:true};g=dt?g.replace(/\\/g,"/"):g;this.minimatch=new ut(g,w)}match(i){if(this.segments[this.segments.length-1]==="**"){i=internal_path_helper_normalizeSeparators(i);if(!i.endsWith(v.sep)&&this.isImplicitPattern===false){i=`${i}${v.sep}`}}else{i=safeTrimTrailingSeparator(i)}if(this.minimatch.match(i)){return this.trailingSeparator?st.Directory:st.All}return st.None}partialMatch(i){i=safeTrimTrailingSeparator(i);if(dirname(i)===i){return this.rootRegExp.test(i)}return this.minimatch.matchOne(i.split(dt?/\\+/:/\/+/),this.minimatch.set[0],true)}static globEscape(i){return(dt?i:i.replace(/\\/g,"\\\\")).replace(/(\[)(?=[^/]+\])/g,"[[]").replace(/\?/g,"[?]").replace(/\*/g,"[*]")}static fixupPattern(i,u){ae(i,"pattern cannot be empty");const p=new Path(i).segments.map((i=>Pattern.getLiteral(i)));ae(p.every(((i,u)=>(i!=="."||u===0)&&i!=="..")),`Invalid pattern '${i}'. Relative pathing '.' and '..' is not allowed.`);ae(!hasRoot(i)||p[0],`Invalid pattern '${i}'. Root segment must not contain globs.`);i=internal_path_helper_normalizeSeparators(i);if(i==="."||i.startsWith(`.${v.sep}`)){i=Pattern.globEscape(process.cwd())+i.substr(1)}else if(i==="~"||i.startsWith(`~${v.sep}`)){u=u||C.homedir();ae(u,"Unable to determine HOME directory");ae(hasAbsoluteRoot(u),`Expected HOME directory to be a rooted path. Actual '${u}'`);i=Pattern.globEscape(u)+i.substr(1)}else if(dt&&(i.match(/^[A-Z]:$/i)||i.match(/^[A-Z]:[^\\]/i))){let u=ensureAbsoluteRoot("C:\\dummy-root",i.substr(0,2));if(i.length>2&&!u.endsWith("\\")){u+="\\"}i=Pattern.globEscape(u)+i.substr(2)}else if(dt&&(i==="\\"||i.match(/^\\[^\\]/))){let u=ensureAbsoluteRoot("C:\\dummy-root","\\");if(!u.endsWith("\\")){u+="\\"}i=Pattern.globEscape(u)+i.substr(1)}else{i=ensureAbsoluteRoot(Pattern.globEscape(process.cwd()),i)}return internal_path_helper_normalizeSeparators(i)}static getLiteral(i){let u="";for(let p=0;p<i.length;p++){const A=i[p];if(A==="\\"&&!dt&&p+1<i.length){u+=i[++p];continue}else if(A==="*"||A==="?"){return""}else if(A==="["&&p+1<i.length){let A="";let g=-1;for(let u=p+1;u<i.length;u++){const p=i[u];if(p==="\\"&&!dt&&u+1<i.length){A+=i[++u];continue}else if(p==="]"){g=u;break}else{A+=p}}if(g>=0){if(A.length>1){return""}if(A){u+=A;p=g;continue}}}u+=A}return u}static regExpEscape(i){return i.replace(/[[\\^$.|?*+()]/g,"\\$&")}}class SearchState{constructor(i,u){this.path=i;this.level=u}}var pt=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};var At=undefined&&undefined.__asyncValues||function(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var u=i[Symbol.asyncIterator],p;return u?u.call(i):(i=typeof __values==="function"?__values(i):i[Symbol.iterator](),p={},verb("next"),verb("throw"),verb("return"),p[Symbol.asyncIterator]=function(){return this},p);function verb(u){p[u]=i[u]&&function(p){return new Promise((function(A,g){p=i[u](p),settle(A,g,p.done,p.value)}))}}function settle(i,u,p,A){Promise.resolve(A).then((function(u){i({value:u,done:p})}),u)}};var mt=undefined&&undefined.__await||function(i){return this instanceof mt?(this.v=i,this):new mt(i)};var yt=undefined&&undefined.__asyncGenerator||function(i,u,p){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var A=p.apply(i,u||[]),g,C=[];return g=Object.create((typeof AsyncIterator==="function"?AsyncIterator:Object).prototype),verb("next"),verb("throw"),verb("return",awaitReturn),g[Symbol.asyncIterator]=function(){return this},g;function awaitReturn(i){return function(u){return Promise.resolve(u).then(i,reject)}}function verb(i,u){if(A[i]){g[i]=function(u){return new Promise((function(p,A){C.push([i,u,p,A])>1||resume(i,u)}))};if(u)g[i]=u(g[i])}}function resume(i,u){try{step(A[i](u))}catch(i){settle(C[0][3],i)}}function step(i){i.value instanceof mt?Promise.resolve(i.value.v).then(fulfill,reject):settle(C[0][2],i)}function fulfill(i){resume("next",i)}function reject(i){resume("throw",i)}function settle(i,u){if(i(u),C.shift(),C.length)resume(C[0][0],C[0][1])}};const Et=process.platform==="win32";class DefaultGlobber{constructor(i){this.patterns=[];this.searchPaths=[];this.options=getOptions(i)}getSearchPaths(){return this.searchPaths.slice()}glob(){return pt(this,void 0,void 0,(function*(){var i,u,p,A;const g=[];try{for(var C=true,S=At(this.globGenerator()),w;w=yield S.next(),i=w.done,!i;C=true){A=w.value;C=false;const i=A;g.push(i)}}catch(i){u={error:i}}finally{try{if(!C&&!i&&(p=S.return))yield p.call(S)}finally{if(u)throw u.error}}return g}))}globGenerator(){return yt(this,arguments,(function*globGenerator_1(){const i=getOptions(this.options);const u=[];for(const p of this.patterns){u.push(p);if(i.implicitDescendants&&(p.trailingSeparator||p.segments[p.segments.length-1]!=="**")){u.push(new Pattern(p.negate,true,p.segments.concat("**")))}}const p=[];for(const i of getSearchPaths(u)){core_debug(`Search path '${i}'`);try{yield mt(B.promises.lstat(i))}catch(i){if(i.code==="ENOENT"){continue}throw i}p.unshift(new SearchState(i,1))}const A=[];while(p.length){const g=p.pop();const C=internal_pattern_helper_match(u,g.path);const S=!!C||internal_pattern_helper_partialMatch(u,g.path);if(!C&&!S){continue}const w=yield mt(DefaultGlobber.stat(g,i,A));if(!w){continue}if(i.excludeHiddenFiles&&v.basename(g.path).match(/^\./)){continue}if(w.isDirectory()){if(C&st.Directory&&i.matchDirectories){yield yield mt(g.path)}else if(!S){continue}const u=g.level+1;const A=(yield mt(B.promises.readdir(g.path))).map((i=>new SearchState(v.join(g.path,i),u)));p.push(...A.reverse())}else if(C&st.File){yield yield mt(g.path)}}}))}static create(i,u){return pt(this,void 0,void 0,(function*(){const p=new DefaultGlobber(u);if(Et){i=i.replace(/\r\n/g,"\n");i=i.replace(/\r/g,"\n")}const A=i.split("\n").map((i=>i.trim()));for(const i of A){if(!i||i.startsWith("#")){continue}else{p.patterns.push(new Pattern(i))}}p.searchPaths.push(...getSearchPaths(p.patterns));return p}))}static stat(i,u,p){return pt(this,void 0,void 0,(function*(){let A;if(u.followSymbolicLinks){try{A=yield B.promises.stat(i.path)}catch(p){if(p.code==="ENOENT"){if(u.omitBrokenSymbolicLinks){core_debug(`Broken symlink '${i.path}'`);return undefined}throw new Error(`No information found for the path '${i.path}'. This may indicate a broken symbolic link.`)}throw p}}else{A=yield B.promises.lstat(i.path)}if(A.isDirectory()&&u.followSymbolicLinks){const u=yield B.promises.realpath(i.path);while(p.length>=i.level){p.pop()}if(p.some((i=>i===u))){core_debug(`Symlink cycle detected for path '${i.path}' and realpath '${u}'`);return undefined}p.push(u)}return A}))}}var Ct=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};var bt=undefined&&undefined.__asyncValues||function(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var u=i[Symbol.asyncIterator],p;return u?u.call(i):(i=typeof __values==="function"?__values(i):i[Symbol.iterator](),p={},verb("next"),verb("throw"),verb("return"),p[Symbol.asyncIterator]=function(){return this},p);function verb(u){p[u]=i[u]&&function(p){return new Promise((function(A,g){p=i[u](p),settle(A,g,p.done,p.value)}))}}function settle(i,u,p,A){Promise.resolve(A).then((function(u){i({value:u,done:p})}),u)}};function hashFiles(i,u){return Ct(this,arguments,void 0,(function*(i,u,p=false){var A,g,C,S;var w;const B=p?core.info:core.debug;let v=false;const N=u?u:(w=process.env["GITHUB_WORKSPACE"])!==null&&w!==void 0?w:process.cwd();const T=crypto.createHash("sha256");let Q=0;try{for(var x=true,_=bt(i.globGenerator()),k;k=yield _.next(),A=k.done,!A;x=true){S=k.value;x=false;const i=S;B(i);if(!i.startsWith(`${N}${path.sep}`)){B(`Ignore '${i}' since it is not under GITHUB_WORKSPACE.`);continue}if(fs.statSync(i).isDirectory()){B(`Skip directory '${i}'.`);continue}const u=crypto.createHash("sha256");const p=util.promisify(stream.pipeline);yield p(fs.createReadStream(i),u);T.write(u.digest());Q++;if(!v){v=true}}}catch(i){g={error:i}}finally{try{if(!x&&!A&&(C=_.return))yield C.call(_)}finally{if(g)throw g.error}}T.end();if(v){B(`Found ${Q} files to hash.`);return T.digest("hex")}else{B(`No matches found for glob`);return""}}))}var It=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};function create(i,u){return It(this,void 0,void 0,(function*(){return yield DefaultGlobber.create(i,u)}))}function glob_hashFiles(i){return It(this,arguments,void 0,(function*(i,u="",p,A=false){let g=true;if(p&&typeof p.followSymbolicLinks==="boolean"){g=p.followSymbolicLinks}const C=yield create(i,{followSymbolicLinks:g});return _hashFiles(C,u,A)}))}var St;(function(i){i["Gzip"]="cache.tgz";i["Zstd"]="cache.tzst"})(St||(St={}));var Bt;(function(i){i["Gzip"]="gzip";i["ZstdWithoutLong"]="zstd-without-long";i["Zstd"]="zstd"})(Bt||(Bt={}));var vt;(function(i){i["GNU"]="gnu";i["BSD"]="bsd"})(vt||(vt={}));const Rt=2;const Nt=5e3;const Qt=5e3;const _t=`${process.env["PROGRAMFILES"]}\\Git\\usr\\bin\\tar.exe`;const kt=`${process.env["SYSTEMDRIVE"]}\\Windows\\System32\\tar.exe`;const Dt="cache.tar";const Ot="manifest.txt";const Pt=10*Math.pow(1024,3);var Mt=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};var Lt=undefined&&undefined.__asyncValues||function(i){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var u=i[Symbol.asyncIterator],p;return u?u.call(i):(i=typeof __values==="function"?__values(i):i[Symbol.iterator](),p={},verb("next"),verb("throw"),verb("return"),p[Symbol.asyncIterator]=function(){return this},p);function verb(u){p[u]=i[u]&&function(p){return new Promise((function(A,g){p=i[u](p),settle(A,g,p.done,p.value)}))}}function settle(i,u,p,A){Promise.resolve(A).then((function(u){i({value:u,done:p})}),u)}};const Ft="1.0";function createTempDirectory(){return Mt(this,void 0,void 0,(function*(){const i=process.platform==="win32";let u=process.env["RUNNER_TEMP"]||"";if(!u){let p;if(i){p=process.env["USERPROFILE"]||"C:\\"}else{if(process.platform==="darwin"){p="/Users"}else{p="/home"}}u=v.join(p,"actions","temp")}const p=v.join(u,w.randomUUID());yield mkdirP(p);return p}))}function getArchiveFileSizeInBytes(i){return B.statSync(i).size}function resolvePaths(i){return Mt(this,void 0,void 0,(function*(){var u,p,A,g;var C;const S=[];const w=(C=process.env["GITHUB_WORKSPACE"])!==null&&C!==void 0?C:process.cwd();const B=yield create(i.join("\n"),{implicitDescendants:false});try{for(var N=true,T=Lt(B.globGenerator()),Q;Q=yield T.next(),u=Q.done,!u;N=true){g=Q.value;N=false;const i=g;const u=v.relative(w,i).replace(new RegExp(`\\${v.sep}`,"g"),"/");core_debug(`Matched: ${u}`);if(u===""){S.push(".")}else{S.push(`${u}`)}}}catch(i){p={error:i}}finally{try{if(!N&&!u&&(A=T.return))yield A.call(T)}finally{if(p)throw p.error}}return S}))}function unlinkFile(i){return Mt(this,void 0,void 0,(function*(){return $e.promisify(B.unlink)(i)}))}function getVersion(i){return Mt(this,arguments,void 0,(function*(i,u=[]){let p="";u.push("--version");core_debug(`Checking ${i} ${u.join(" ")}`);try{yield exec_exec(`${i}`,u,{ignoreReturnCode:true,silent:true,listeners:{stdout:i=>p+=i.toString(),stderr:i=>p+=i.toString()}})}catch(i){core_debug(i.message)}p=p.trim();core_debug(p);return p}))}function getCompressionMethod(){return Mt(this,void 0,void 0,(function*(){const i=yield getVersion("zstd",["--quiet"]);const u=Ge.clean(i);core_debug(`zstd version: ${u}`);if(i===""){return Bt.Gzip}else{return Bt.ZstdWithoutLong}}))}function getCacheFileName(i){return i===Bt.Gzip?St.Gzip:St.Zstd}function getGnuTarPathOnWindows(){return Mt(this,void 0,void 0,(function*(){if(B.existsSync(_t)){return _t}const i=yield getVersion("tar");return i.toLowerCase().includes("gnu tar")?which("tar"):""}))}function assertDefined(i,u){if(u===undefined){throw Error(`Expected ${i} but value was undefiend`)}return u}function getCacheVersion(i,u,p=false){const A=i.slice();if(u){A.push(u)}if(process.platform==="win32"&&!p){A.push("windows-only")}A.push(Ft);return w.createHash("sha256").update(A.join("|")).digest("hex")}function getRuntimeToken(){const i=process.env["ACTIONS_RUNTIME_TOKEN"];if(!i){throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable")}return i}var Ut=__nccwpck_require__(87016);class AbortError extends Error{constructor(i){super(i);this.name="AbortError"}}const Ht=i(import.meta.url)("node:os");var Gt=__nccwpck_require__(57975);const Vt=i(import.meta.url)("node:process");function log(i,...u){Vt.stderr.write(`${Gt.format(i,...u)}${Ht.EOL}`)}const zt=typeof process!=="undefined"&&process.env&&process.env.DEBUG||undefined;let jt;let qt=[];let $t=[];const Jt=[];if(zt){enable(zt)}const Wt=Object.assign((i=>createDebugger(i)),{enable:enable,enabled:enabled,disable:disable,log:log});function enable(i){jt=i;qt=[];$t=[];const u=i.split(",").map((i=>i.trim()));for(const i of u){if(i.startsWith("-")){$t.push(i.substring(1))}else{qt.push(i)}}for(const i of Jt){i.enabled=enabled(i.namespace)}}function enabled(i){if(i.endsWith("*")){return true}for(const u of $t){if(namespaceMatches(i,u)){return false}}for(const u of qt){if(namespaceMatches(i,u)){return true}}return false}function namespaceMatches(i,u){if(u.indexOf("*")===-1){return i===u}let p=u;if(u.indexOf("**")!==-1){const i=[];let A="";for(const p of u){if(p==="*"&&A==="*"){continue}else{A=p;i.push(p)}}p=i.join("")}let A=0;let g=0;const C=p.length;const S=i.length;let w=-1;let B=-1;while(A<S&&g<C){if(p[g]==="*"){w=g;g++;if(g===C){return true}while(i[A]!==p[g]){A++;if(A===S){return false}}B=A;A++;g++;continue}else if(p[g]===i[A]){g++;A++}else if(w>=0){g=w+1;A=B+1;if(A===S){return false}while(i[A]!==p[g]){A++;if(A===S){return false}}B=A;A++;g++;continue}else{return false}}const v=A===i.length;const N=g===p.length;const T=g===p.length-1&&p[g]==="*";return v&&(N||T)}function disable(){const i=jt||"";enable("");return i}function createDebugger(i){const u=Object.assign(debug,{enabled:enabled(i),destroy:destroy,log:Wt.log,namespace:i,extend:extend});function debug(...p){if(!u.enabled){return}if(p.length>0){p[0]=`${i} ${p[0]}`}u.log(...p)}Jt.push(u);return u}function destroy(){const i=Jt.indexOf(this);if(i>=0){Jt.splice(i,1);return true}return false}function extend(i){const u=createDebugger(`${this.namespace}:${i}`);u.log=this.log;return u}const Yt=Wt;const Zt=["verbose","info","warning","error"];const Xt={verbose:400,info:300,warning:200,error:100};function patchLogMethod(i,u){u.log=(...u)=>{i.log(...u)}}function isTypeSpecRuntimeLogLevel(i){return Zt.includes(i)}function createLoggerContext(i){const u=new Set;const p=typeof process!=="undefined"&&process.env&&process.env[i.logLevelEnvVarName]||undefined;let A;const g=Yt(i.namespace);g.log=(...i)=>{Yt.log(...i)};function contextSetLogLevel(i){if(i&&!isTypeSpecRuntimeLogLevel(i)){throw new Error(`Unknown log level '${i}'. Acceptable values: ${Zt.join(",")}`)}A=i;const p=[];for(const i of u){if(shouldEnable(i)){p.push(i.namespace)}}Yt.enable(p.join(","))}if(p){if(isTypeSpecRuntimeLogLevel(p)){contextSetLogLevel(p)}else{console.error(`${i.logLevelEnvVarName} set to unknown log level '${p}'; logging is not enabled. Acceptable values: ${Zt.join(", ")}.`)}}function shouldEnable(i){return Boolean(A&&Xt[i.level]<=Xt[A])}function createLogger(i,p){const A=Object.assign(i.extend(p),{level:p});patchLogMethod(i,A);if(shouldEnable(A)){const i=Yt.disable();Yt.enable(i+","+A.namespace)}u.add(A);return A}function contextGetLogLevel(){return A}function contextCreateClientLogger(i){const u=g.extend(i);patchLogMethod(g,u);return{error:createLogger(u,"error"),warning:createLogger(u,"warning"),info:createLogger(u,"info"),verbose:createLogger(u,"verbose")}}return{setLogLevel:contextSetLogLevel,getLogLevel:contextGetLogLevel,createClientLogger:contextCreateClientLogger,logger:g}}const er=createLoggerContext({logLevelEnvVarName:"TYPESPEC_RUNTIME_LOG_LEVEL",namespace:"typeSpecRuntime"});const tr=er.logger;function setLogLevel(i){er.setLogLevel(i)}function getLogLevel(){return er.getLogLevel()}function createClientLogger(i){return er.createClientLogger(i)}function normalizeName(i){return i.toLowerCase()}function*headerIterator(i){for(const u of i.values()){yield[u.name,u.value]}}class HttpHeadersImpl{_headersMap;constructor(i){this._headersMap=new Map;if(i){for(const u of Object.keys(i)){this.set(u,i[u])}}}set(i,u){this._headersMap.set(normalizeName(i),{name:i,value:String(u).trim()})}get(i){return this._headersMap.get(normalizeName(i))?.value}has(i){return this._headersMap.has(normalizeName(i))}delete(i){this._headersMap.delete(normalizeName(i))}toJSON(i={}){const u={};if(i.preserveCase){for(const i of this._headersMap.values()){u[i.name]=i.value}}else{for(const[i,p]of this._headersMap){u[i]=p.value}}return u}toString(){return JSON.stringify(this.toJSON({preserveCase:true}))}[Symbol.iterator](){return headerIterator(this._headersMap)}}function httpHeaders_createHttpHeaders(i){return new HttpHeadersImpl(i)}function randomUUID(){return crypto.randomUUID()}class PipelineRequestImpl{url;method;headers;timeout;withCredentials;body;multipartBody;formData;streamResponseStatusCodes;enableBrowserStreams;proxySettings;disableKeepAlive;abortSignal;requestId;allowInsecureConnection;onUploadProgress;onDownloadProgress;requestOverrides;authSchemes;constructor(i){this.url=i.url;this.body=i.body;this.headers=i.headers??httpHeaders_createHttpHeaders();this.method=i.method??"GET";this.timeout=i.timeout??0;this.multipartBody=i.multipartBody;this.formData=i.formData;this.disableKeepAlive=i.disableKeepAlive??false;this.proxySettings=i.proxySettings;this.streamResponseStatusCodes=i.streamResponseStatusCodes;this.withCredentials=i.withCredentials??false;this.abortSignal=i.abortSignal;this.onUploadProgress=i.onUploadProgress;this.onDownloadProgress=i.onDownloadProgress;this.requestId=i.requestId||randomUUID();this.allowInsecureConnection=i.allowInsecureConnection??false;this.enableBrowserStreams=i.enableBrowserStreams??false;this.requestOverrides=i.requestOverrides;this.authSchemes=i.authSchemes}}function pipelineRequest_createPipelineRequest(i){return new PipelineRequestImpl(i)}const rr=new Set(["Deserialize","Serialize","Retry","Sign"]);class HttpPipeline{_policies=[];_orderedPolicies;constructor(i){this._policies=i?.slice(0)??[];this._orderedPolicies=undefined}addPolicy(i,u={}){if(u.phase&&u.afterPhase){throw new Error("Policies inside a phase cannot specify afterPhase.")}if(u.phase&&!rr.has(u.phase)){throw new Error(`Invalid phase name: ${u.phase}`)}if(u.afterPhase&&!rr.has(u.afterPhase)){throw new Error(`Invalid afterPhase name: ${u.afterPhase}`)}this._policies.push({policy:i,options:u});this._orderedPolicies=undefined}removePolicy(i){const u=[];this._policies=this._policies.filter((p=>{if(i.name&&p.policy.name===i.name||i.phase&&p.options.phase===i.phase){u.push(p.policy);return false}else{return true}}));this._orderedPolicies=undefined;return u}sendRequest(i,u){const p=this.getOrderedPolicies();const A=p.reduceRight(((i,u)=>p=>u.sendRequest(p,i)),(u=>i.sendRequest(u)));return A(u)}getOrderedPolicies(){if(!this._orderedPolicies){this._orderedPolicies=this.orderPolicies()}return this._orderedPolicies}clone(){return new HttpPipeline(this._policies)}static create(){return new HttpPipeline}orderPolicies(){const i=[];const u=new Map;function createPhase(i){return{name:i,policies:new Set,hasRun:false,hasAfterPolicies:false}}const p=createPhase("Serialize");const A=createPhase("None");const g=createPhase("Deserialize");const C=createPhase("Retry");const S=createPhase("Sign");const w=[p,A,g,C,S];function getPhase(i){if(i==="Retry"){return C}else if(i==="Serialize"){return p}else if(i==="Deserialize"){return g}else if(i==="Sign"){return S}else{return A}}for(const i of this._policies){const p=i.policy;const A=i.options;const g=p.name;if(u.has(g)){throw new Error("Duplicate policy names not allowed in pipeline")}const C={policy:p,dependsOn:new Set,dependants:new Set};if(A.afterPhase){C.afterPhase=getPhase(A.afterPhase);C.afterPhase.hasAfterPolicies=true}u.set(g,C);const S=getPhase(A.phase);S.policies.add(C)}for(const i of this._policies){const{policy:p,options:A}=i;const g=p.name;const C=u.get(g);if(!C){throw new Error(`Missing node for policy ${g}`)}if(A.afterPolicies){for(const i of A.afterPolicies){const p=u.get(i);if(p){C.dependsOn.add(p);p.dependants.add(C)}}}if(A.beforePolicies){for(const i of A.beforePolicies){const p=u.get(i);if(p){p.dependsOn.add(C);C.dependants.add(p)}}}}function walkPhase(p){p.hasRun=true;for(const A of p.policies){if(A.afterPhase&&(!A.afterPhase.hasRun||A.afterPhase.policies.size)){continue}if(A.dependsOn.size===0){i.push(A.policy);for(const i of A.dependants){i.dependsOn.delete(A)}u.delete(A.policy.name);p.policies.delete(A)}}}function walkPhases(){for(const i of w){walkPhase(i);if(i.policies.size>0&&i!==A){if(!A.hasRun){walkPhase(A)}return}if(i.hasAfterPolicies){walkPhase(A)}}}let B=0;while(u.size>0){B++;const u=i.length;walkPhases();if(i.length<=u&&B>1){throw new Error("Cannot satisfy policy dependencies due to requirements cycle.")}}return i}}function pipeline_createEmptyPipeline(){return HttpPipeline.create()}function isObject(i){return typeof i==="object"&&i!==null&&!Array.isArray(i)&&!(i instanceof RegExp)&&!(i instanceof Date)}function isError(i){if(isObject(i)){const u=typeof i.name==="string";const p=typeof i.message==="string";return u&&p}return false}const nr=Gt.inspect.custom;const ir="REDACTED";const hr=["x-ms-client-request-id","x-ms-return-client-request-id","x-ms-useragent","x-ms-correlation-request-id","x-ms-request-id","client-request-id","ms-cv","return-client-request-id","traceparent","Access-Control-Allow-Credentials","Access-Control-Allow-Headers","Access-Control-Allow-Methods","Access-Control-Allow-Origin","Access-Control-Expose-Headers","Access-Control-Max-Age","Access-Control-Request-Headers","Access-Control-Request-Method","Origin","Accept","Accept-Encoding","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate"];const Ar=["api-version"];class Sanitizer{allowedHeaderNames;allowedQueryParameters;constructor({additionalAllowedHeaderNames:i=[],additionalAllowedQueryParameters:u=[]}={}){i=hr.concat(i);u=Ar.concat(u);this.allowedHeaderNames=new Set(i.map((i=>i.toLowerCase())));this.allowedQueryParameters=new Set(u.map((i=>i.toLowerCase())))}sanitize(i){const u=new Set;return JSON.stringify(i,((i,p)=>{if(p instanceof Error){return{...p,name:p.name,message:p.message}}if(i==="headers"){return this.sanitizeHeaders(p)}else if(i==="url"){return this.sanitizeUrl(p)}else if(i==="query"){return this.sanitizeQuery(p)}else if(i==="body"){return undefined}else if(i==="response"){return undefined}else if(i==="operationSpec"){return undefined}else if(Array.isArray(p)||isObject(p)){if(u.has(p)){return"[Circular]"}u.add(p)}return p}),2)}sanitizeUrl(i){if(typeof i!=="string"||i===null||i===""){return i}const u=new URL(i);if(!u.search){return i}for(const[i]of u.searchParams){if(!this.allowedQueryParameters.has(i.toLowerCase())){u.searchParams.set(i,ir)}}return u.toString()}sanitizeHeaders(i){const u={};for(const p of Object.keys(i)){if(this.allowedHeaderNames.has(p.toLowerCase())){u[p]=i[p]}else{u[p]=ir}}return u}sanitizeQuery(i){if(typeof i!=="object"||i===null){return i}const u={};for(const p of Object.keys(i)){if(this.allowedQueryParameters.has(p.toLowerCase())){u[p]=i[p]}else{u[p]=ir}}return u}}const gr=new Sanitizer;class restError_RestError extends Error{static REQUEST_SEND_ERROR="REQUEST_SEND_ERROR";static PARSE_ERROR="PARSE_ERROR";code;statusCode;request;response;details;constructor(i,u={}){super(i);this.name="RestError";this.code=u.code;this.statusCode=u.statusCode;Object.defineProperty(this,"request",{value:u.request,enumerable:false});Object.defineProperty(this,"response",{value:u.response,enumerable:false});const p=this.request?.agent?{maxFreeSockets:this.request.agent.maxFreeSockets,maxSockets:this.request.agent.maxSockets}:undefined;Object.defineProperty(this,nr,{value:()=>`RestError: ${this.message} \n ${gr.sanitize({...this,request:{...this.request,agent:p},response:this.response})}`,enumerable:false});Object.setPrototypeOf(this,restError_RestError.prototype)}}function restError_isRestError(i){if(i instanceof restError_RestError){return true}return isError(i)&&i.name==="RestError"}var yr=__nccwpck_require__(37067);const br=i(import.meta.url)("node:https");var Ir=__nccwpck_require__(38522);var Sr=__nccwpck_require__(57075);const wr=createClientLogger("ts-http-runtime");const Br={};function nodeHttpClient_isReadableStream(i){return i&&typeof i.pipe==="function"}function isStreamComplete(i){if(i.readable===false){return Promise.resolve()}return new Promise((u=>{const handler=()=>{u();i.removeListener("close",handler);i.removeListener("end",handler);i.removeListener("error",handler)};i.on("close",handler);i.on("end",handler);i.on("error",handler)}))}function isArrayBuffer(i){return i&&typeof i.byteLength==="number"}class ReportTransform extends Sr.Transform{loadedBytes=0;progressCallback;_transform(i,u,p){this.push(i);this.loadedBytes+=i.length;try{this.progressCallback({loadedBytes:this.loadedBytes});p()}catch(i){p(i)}}constructor(i){super();this.progressCallback=i}}class NodeHttpClient{cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(i){const u=new AbortController;let p;if(i.abortSignal){if(i.abortSignal.aborted){throw new AbortError("The operation was aborted. Request has already been canceled.")}p=i=>{if(i.type==="abort"){u.abort()}};i.abortSignal.addEventListener("abort",p)}let A;if(i.timeout>0){A=setTimeout((()=>{const p=new Sanitizer;wr.info(`request to '${p.sanitizeUrl(i.url)}' timed out. canceling...`);u.abort()}),i.timeout)}const g=i.headers.get("Accept-Encoding");const C=g?.includes("gzip")||g?.includes("deflate");let S=typeof i.body==="function"?i.body():i.body;if(S&&!i.headers.has("Content-Length")){const u=getBodyLength(S);if(u!==null){i.headers.set("Content-Length",u)}}let w;try{if(S&&i.onUploadProgress){const u=i.onUploadProgress;const p=new ReportTransform(u);p.on("error",(i=>{wr.error("Error in upload progress",i)}));if(nodeHttpClient_isReadableStream(S)){S.pipe(p)}else{p.end(S)}S=p}const p=await this.makeRequest(i,u,S);if(A!==undefined){clearTimeout(A)}const g=getResponseHeaders(p);const B=p.statusCode??0;const v={status:B,headers:g,request:i};if(i.method==="HEAD"){p.resume();return v}w=C?getDecodedResponseStream(p,g):p;const N=i.onDownloadProgress;if(N){const i=new ReportTransform(N);i.on("error",(i=>{wr.error("Error in download progress",i)}));w.pipe(i);w=i}if(i.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||i.streamResponseStatusCodes?.has(v.status)){v.readableStreamBody=w}else{v.bodyAsText=await streamToText(w)}return v}finally{if(i.abortSignal&&p){let u=Promise.resolve();if(nodeHttpClient_isReadableStream(S)){u=isStreamComplete(S)}let A=Promise.resolve();if(nodeHttpClient_isReadableStream(w)){A=isStreamComplete(w)}Promise.all([u,A]).then((()=>{if(p){i.abortSignal?.removeEventListener("abort",p)}})).catch((i=>{wr.warning("Error when cleaning up abortListener on httpRequest",i)}))}}}makeRequest(i,u,p){const A=new URL(i.url);const g=A.protocol!=="https:";if(g&&!i.allowInsecureConnection){throw new Error(`Cannot connect to ${i.url} while allowInsecureConnection is false.`)}const C=i.agent??this.getOrCreateAgent(i,g);const S={agent:C,hostname:A.hostname,path:`${A.pathname}${A.search}`,port:A.port,method:i.method,headers:i.headers.toJSON({preserveCase:true}),...i.requestOverrides};return new Promise(((A,C)=>{const w=g?yr.request(S,A):br.request(S,A);w.once("error",(u=>{C(new restError_RestError(u.message,{code:u.code??restError_RestError.REQUEST_SEND_ERROR,request:i}))}));u.signal.addEventListener("abort",(()=>{const i=new AbortError("The operation was aborted. Rejecting from abort signal callback while making request.");w.destroy(i);C(i)}));if(p&&nodeHttpClient_isReadableStream(p)){p.pipe(w)}else if(p){if(typeof p==="string"||Buffer.isBuffer(p)){w.end(p)}else if(isArrayBuffer(p)){w.end(ArrayBuffer.isView(p)?Buffer.from(p.buffer):Buffer.from(p))}else{wr.error("Unrecognized body type",p);C(new restError_RestError("Unrecognized body type"))}}else{w.end()}}))}getOrCreateAgent(i,u){const p=i.disableKeepAlive;if(u){if(p){return yr.globalAgent}if(!this.cachedHttpAgent){this.cachedHttpAgent=new yr.Agent({keepAlive:true})}return this.cachedHttpAgent}else{if(p&&!i.tlsSettings){return br.globalAgent}const u=i.tlsSettings??Br;let A=this.cachedHttpsAgents.get(u);if(A&&A.options.keepAlive===!p){return A}wr.info("No cached TLS Agent exist, creating a new Agent");A=new br.Agent({keepAlive:!p,...u});this.cachedHttpsAgents.set(u,A);return A}}}function getResponseHeaders(i){const u=httpHeaders_createHttpHeaders();for(const p of Object.keys(i.headers)){const A=i.headers[p];if(Array.isArray(A)){if(A.length>0){u.set(p,A[0])}}else if(A){u.set(p,A)}}return u}function getDecodedResponseStream(i,u){const p=u.get("Content-Encoding");if(p==="gzip"){const u=Ir.createGunzip();i.pipe(u);return u}else if(p==="deflate"){const u=Ir.createInflate();i.pipe(u);return u}return i}function streamToText(i){return new Promise(((u,p)=>{const A=[];i.on("data",(i=>{if(Buffer.isBuffer(i)){A.push(i)}else{A.push(Buffer.from(i))}}));i.on("end",(()=>{u(Buffer.concat(A).toString("utf8"))}));i.on("error",(i=>{if(i&&i?.name==="AbortError"){p(i)}else{p(new restError_RestError(`Error reading response as text: ${i.message}`,{code:restError_RestError.PARSE_ERROR}))}}))}))}function getBodyLength(i){if(!i){return 0}else if(Buffer.isBuffer(i)){return i.length}else if(nodeHttpClient_isReadableStream(i)){return null}else if(isArrayBuffer(i)){return i.byteLength}else if(typeof i==="string"){return Buffer.from(i).length}else{return null}}function createNodeHttpClient(){return new NodeHttpClient}function defaultHttpClient_createDefaultHttpClient(){return createNodeHttpClient()}const vr="logPolicy";function logPolicy_logPolicy(i={}){const u=i.logger??wr.info;const p=new Sanitizer({additionalAllowedHeaderNames:i.additionalAllowedHeaderNames,additionalAllowedQueryParameters:i.additionalAllowedQueryParameters});return{name:vr,async sendRequest(i,A){if(!u.enabled){return A(i)}u(`Request: ${p.sanitize(i)}`);const g=await A(i);u(`Response status code: ${g.status}`);u(`Headers: ${p.sanitize(g.headers)}`);return g}}}function getHeaderName(){return"User-Agent"}async function userAgentPlatform_setPlatformSpecificData(i){if(process&&process.versions){const u=`${os.type()} ${os.release()}; ${os.arch()}`;const p=process.versions;if(p.bun){i.set("Bun",`${p.bun} (${u})`)}else if(p.deno){i.set("Deno",`${p.deno} (${u})`)}else if(p.node){i.set("Node",`${p.node} (${u})`)}}}function getUserAgentString(i){const u=[];for(const[p,A]of i){const i=A?`${p}/${A}`:p;u.push(i)}return u.join(" ")}function getUserAgentHeaderName(){return getHeaderName()}async function userAgent_getUserAgentValue(i){const u=new Map;u.set("ts-http-runtime",SDK_VERSION);await setPlatformSpecificData(u);const p=getUserAgentString(u);const A=i?`${i} ${p}`:p;return A}const Rr=getUserAgentHeaderName();const Nr="userAgentPolicy";function userAgentPolicy_userAgentPolicy(i={}){const u=getUserAgentValue(i.userAgentPrefix);return{name:Nr,async sendRequest(i,p){if(!i.headers.has(Rr)){i.headers.set(Rr,await u)}return p(i)}}}function random_getRandomIntegerInclusive(i,u){i=Math.ceil(i);u=Math.floor(u);const p=Math.floor(Math.random()*(u-i+1));return p+i}function calculateRetryDelay(i,u){const p=u.retryDelayInMs*Math.pow(2,i);const A=Math.min(u.maxRetryDelayInMs,p);const g=A/2+random_getRandomIntegerInclusive(0,A/2);return{retryAfterInMs:g}}const Qr="The operation was aborted.";function delay(i,u,p){return new Promise(((A,g)=>{let C=undefined;let S=undefined;const rejectOnAbort=()=>g(new AbortError(p?.abortErrorMsg?p?.abortErrorMsg:Qr));const removeListeners=()=>{if(p?.abortSignal&&S){p.abortSignal.removeEventListener("abort",S)}};S=()=>{if(C){clearTimeout(C)}removeListeners();return rejectOnAbort()};if(p?.abortSignal&&p.abortSignal.aborted){return rejectOnAbort()}C=setTimeout((()=>{removeListeners();A(u)}),i);if(p?.abortSignal){p.abortSignal.addEventListener("abort",S)}}))}function parseHeaderValueAsNumber(i,u){const p=i.headers.get(u);if(!p)return;const A=Number(p);if(Number.isNaN(A))return;return A}const xr="Retry-After";const _r=["retry-after-ms","x-ms-retry-after-ms",xr];function getRetryAfterInMs(i){if(!(i&&[429,503].includes(i.status)))return undefined;try{for(const u of _r){const p=parseHeaderValueAsNumber(i,u);if(p===0||p){const i=u===xr?1e3:1;return p*i}}const u=i.headers.get(xr);if(!u)return;const p=Date.parse(u);const A=p-Date.now();return Number.isFinite(A)?Math.max(0,A):undefined}catch{return undefined}}function isThrottlingRetryResponse(i){return Number.isFinite(getRetryAfterInMs(i))}function throttlingRetryStrategy_throttlingRetryStrategy(){return{name:"throttlingRetryStrategy",retry({response:i}){const u=getRetryAfterInMs(i);if(!Number.isFinite(u)){return{skipStrategy:true}}return{retryAfterInMs:u}}}}const kr=1e3;const Dr=1e3*64;function exponentialRetryStrategy_exponentialRetryStrategy(i={}){const u=i.retryDelayInMs??kr;const p=i.maxRetryDelayInMs??Dr;return{name:"exponentialRetryStrategy",retry({retryCount:A,response:g,responseError:C}){const S=isSystemError(C);const w=S&&i.ignoreSystemErrors;const B=isExponentialRetryResponse(g);const v=B&&i.ignoreHttpStatusCodes;const N=g&&(isThrottlingRetryResponse(g)||!B);if(N||v||w){return{skipStrategy:true}}if(C&&!S&&!B){return{errorToThrow:C}}return calculateRetryDelay(A,{retryDelayInMs:u,maxRetryDelayInMs:p})}}}function isExponentialRetryResponse(i){return Boolean(i&&i.status!==undefined&&(i.status>=500||i.status===408)&&i.status!==501&&i.status!==505)}function isSystemError(i){if(!i){return false}return i.code==="ETIMEDOUT"||i.code==="ESOCKETTIMEDOUT"||i.code==="ECONNREFUSED"||i.code==="ECONNRESET"||i.code==="ENOENT"||i.code==="ENOTFOUND"}const Or="0.3.3";const Mr=3;const Lr=createClientLogger("ts-http-runtime retryPolicy");const Fr="retryPolicy";function retryPolicy_retryPolicy(i,u={maxRetries:Mr}){const p=u.logger||Lr;return{name:Fr,async sendRequest(A,g){let C;let S;let w=-1;e:while(true){w+=1;C=undefined;S=undefined;try{p.info(`Retry ${w}: Attempting to send request`,A.requestId);C=await g(A);p.info(`Retry ${w}: Received a response from request`,A.requestId)}catch(i){p.error(`Retry ${w}: Received an error from request`,A.requestId);S=i;if(!i||S.name!=="RestError"){throw i}C=S.response}if(A.abortSignal?.aborted){p.error(`Retry ${w}: Request aborted.`);const i=new AbortError;throw i}if(w>=(u.maxRetries??Mr)){p.info(`Retry ${w}: Maximum retries reached. Returning the last received response, or throwing the last received error.`);if(S){throw S}else if(C){return C}else{throw new Error("Maximum retries reached with no response or error to throw")}}p.info(`Retry ${w}: Processing ${i.length} retry strategies.`);t:for(const u of i){const i=u.logger||p;i.info(`Retry ${w}: Processing retry strategy ${u.name}.`);const g=u.retry({retryCount:w,response:C,responseError:S});if(g.skipStrategy){i.info(`Retry ${w}: Skipped.`);continue t}const{errorToThrow:B,retryAfterInMs:v,redirectTo:N}=g;if(B){i.error(`Retry ${w}: Retry strategy ${u.name} throws error:`,B);throw B}if(v||v===0){i.info(`Retry ${w}: Retry strategy ${u.name} retries after ${v}`);await delay(v,undefined,{abortSignal:A.abortSignal});continue e}if(N){i.info(`Retry ${w}: Retry strategy ${u.name} redirects to ${N}`);A.url=N;continue e}}if(S){p.info(`None of the retry strategies could work with the received error. Throwing it.`);throw S}if(C){p.info(`None of the retry strategies could work with the received response. Returning it.`);return C}}}}}const Ur="defaultRetryPolicy";function defaultRetryPolicy_defaultRetryPolicy(i={}){return{name:Ur,sendRequest:retryPolicy_retryPolicy([throttlingRetryStrategy_throttlingRetryStrategy(),exponentialRetryStrategy_exponentialRetryStrategy(i)],{maxRetries:i.maxRetries??Mr}).sendRequest}}function bytesEncoding_uint8ArrayToString(i,u){return Buffer.from(i).toString(u)}function bytesEncoding_stringToUint8Array(i,u){return Buffer.from(i,u)}const Hr=typeof window!=="undefined"&&typeof window.document!=="undefined";const Gr=typeof self==="object"&&typeof self?.importScripts==="function"&&(self.constructor?.name==="DedicatedWorkerGlobalScope"||self.constructor?.name==="ServiceWorkerGlobalScope"||self.constructor?.name==="SharedWorkerGlobalScope");const Vr=typeof Deno!=="undefined"&&typeof Deno.version!=="undefined"&&typeof Deno.version.deno!=="undefined";const zr=typeof Bun!=="undefined"&&typeof Bun.version!=="undefined";const jr=typeof globalThis.process!=="undefined"&&Boolean(globalThis.process.version)&&Boolean(globalThis.process.versions?.node);const qr=jr&&!zr&&!Vr;const $r=typeof navigator!=="undefined"&&navigator?.product==="ReactNative";const Jr="formDataPolicy";function formDataToFormDataMap(i){const u={};for(const[p,A]of i.entries()){u[p]??=[];u[p].push(A)}return u}function formDataPolicy_formDataPolicy(){return{name:Jr,async sendRequest(i,u){if(jr&&typeof FormData!=="undefined"&&i.body instanceof FormData){i.formData=formDataToFormDataMap(i.body);i.body=undefined}if(i.formData){const u=i.headers.get("Content-Type");if(u&&u.indexOf("application/x-www-form-urlencoded")!==-1){i.body=wwwFormUrlEncode(i.formData)}else{await prepareFormData(i.formData,i)}i.formData=undefined}return u(i)}}}function wwwFormUrlEncode(i){const u=new URLSearchParams;for(const[p,A]of Object.entries(i)){if(Array.isArray(A)){for(const i of A){u.append(p,i.toString())}}else{u.append(p,A.toString())}}return u.toString()}async function prepareFormData(i,u){const p=u.headers.get("Content-Type");if(p&&!p.startsWith("multipart/form-data")){return}u.headers.set("Content-Type",p??"multipart/form-data");const A=[];for(const[u,p]of Object.entries(i)){for(const i of Array.isArray(p)?p:[p]){if(typeof i==="string"){A.push({headers:httpHeaders_createHttpHeaders({"Content-Disposition":`form-data; name="${u}"`}),body:bytesEncoding_stringToUint8Array(i,"utf-8")})}else if(i===undefined||i===null||typeof i!=="object"){throw new Error(`Unexpected value for key ${u}: ${i}. Value should be serialized to string first.`)}else{const p=i.name||"blob";const g=httpHeaders_createHttpHeaders();g.set("Content-Disposition",`form-data; name="${u}"; filename="${p}"`);g.set("Content-Type",i.type||"application/octet-stream");A.push({headers:g,body:i})}}}u.multipartBody={parts:A}}var Yr=__nccwpck_require__(15588);var Kr=__nccwpck_require__(81970);const Zr="HTTPS_PROXY";const Xr="HTTP_PROXY";const es="ALL_PROXY";const ts="NO_PROXY";const ss="proxyPolicy";const as=[];let ds=false;const hs=new Map;function getEnvironmentValue(i){if(process.env[i]){return process.env[i]}else if(process.env[i.toLowerCase()]){return process.env[i.toLowerCase()]}return undefined}function loadEnvironmentProxyValue(){if(!process){return undefined}const i=getEnvironmentValue(Zr);const u=getEnvironmentValue(es);const p=getEnvironmentValue(Xr);return i||u||p}function isBypassed(i,u,p){if(u.length===0){return false}const A=new URL(i).hostname;if(p?.has(A)){return p.get(A)}let g=false;for(const i of u){if(i[0]==="."){if(A.endsWith(i)){g=true}else{if(A.length===i.length-1&&A===i.slice(1)){g=true}}}else{if(A===i){g=true}}}p?.set(A,g);return g}function loadNoProxy(){const i=getEnvironmentValue(ts);ds=true;if(i){return i.split(",").map((i=>i.trim())).filter((i=>i.length))}return[]}function getDefaultProxySettings(i){if(!i){i=loadEnvironmentProxyValue();if(!i){return undefined}}const u=new URL(i);const p=u.protocol?u.protocol+"//":"";return{host:p+u.hostname,port:Number.parseInt(u.port||"80"),username:u.username,password:u.password}}function getDefaultProxySettingsInternal(){const i=loadEnvironmentProxyValue();return i?new URL(i):undefined}function getUrlFromProxySettings(i){let u;try{u=new URL(i.host)}catch{throw new Error(`Expecting a valid host string in proxy settings, but found "${i.host}".`)}u.port=String(i.port);if(i.username){u.username=i.username}if(i.password){u.password=i.password}return u}function setProxyAgentOnRequest(i,u,p){if(i.agent){return}const A=new URL(i.url);const g=A.protocol!=="https:";if(i.tlsSettings){wr.warning("TLS settings are not supported in combination with custom Proxy, certificates provided to the client will be ignored.")}const C=i.headers.toJSON();if(g){if(!u.httpProxyAgent){u.httpProxyAgent=new Kr.HttpProxyAgent(p,{headers:C})}i.agent=u.httpProxyAgent}else{if(!u.httpsProxyAgent){u.httpsProxyAgent=new Yr.HttpsProxyAgent(p,{headers:C})}i.agent=u.httpsProxyAgent}}function proxyPolicy_proxyPolicy(i,u){if(!ds){as.push(...loadNoProxy())}const p=i?getUrlFromProxySettings(i):getDefaultProxySettingsInternal();const A={};return{name:ss,async sendRequest(i,g){if(!i.proxySettings&&p&&!isBypassed(i.url,u?.customNoProxyList??as,u?.customNoProxyList?undefined:hs)){setProxyAgentOnRequest(i,A,p)}else if(i.proxySettings){setProxyAgentOnRequest(i,A,getUrlFromProxySettings(i.proxySettings))}return g(i)}}}function isNodeReadableStream(i){return Boolean(i&&typeof i["pipe"]==="function")}function isWebReadableStream(i){return Boolean(i&&typeof i.getReader==="function"&&typeof i.tee==="function")}function typeGuards_isBinaryBody(i){return i!==undefined&&(i instanceof Uint8Array||typeGuards_isReadableStream(i)||typeof i==="function"||i instanceof Blob)}function typeGuards_isReadableStream(i){return isNodeReadableStream(i)||isWebReadableStream(i)}function isBlob(i){return typeof i.stream==="function"}async function*streamAsyncIterator(){const i=this.getReader();try{while(true){const{done:u,value:p}=await i.read();if(u){return}yield p}}finally{i.releaseLock()}}function makeAsyncIterable(i){if(!i[Symbol.asyncIterator]){i[Symbol.asyncIterator]=streamAsyncIterator.bind(i)}if(!i.values){i.values=streamAsyncIterator.bind(i)}}function ensureNodeStream(i){if(i instanceof ReadableStream){makeAsyncIterable(i);return qe.Readable.fromWeb(i)}else{return i}}function toStream(i){if(i instanceof Uint8Array){return qe.Readable.from(Buffer.from(i))}else if(isBlob(i)){return ensureNodeStream(i.stream())}else{return ensureNodeStream(i)}}async function concat(i){return function(){const u=i.map((i=>typeof i==="function"?i():i)).map(toStream);return qe.Readable.from(async function*(){for(const i of u){for await(const u of i){yield u}}}())}}function generateBoundary(){return`----AzSDKFormBoundary${randomUUID()}`}function encodeHeaders(i){let u="";for(const[p,A]of i){u+=`${p}: ${A}\r\n`}return u}function getLength(i){if(i instanceof Uint8Array){return i.byteLength}else if(isBlob(i)){return i.size===-1?undefined:i.size}else{return undefined}}function getTotalLength(i){let u=0;for(const p of i){const i=getLength(p);if(i===undefined){return undefined}else{u+=i}}return u}async function buildRequestBody(i,u,p){const A=[bytesEncoding_stringToUint8Array(`--${p}`,"utf-8"),...u.flatMap((i=>[bytesEncoding_stringToUint8Array("\r\n","utf-8"),bytesEncoding_stringToUint8Array(encodeHeaders(i.headers),"utf-8"),bytesEncoding_stringToUint8Array("\r\n","utf-8"),i.body,bytesEncoding_stringToUint8Array(`\r\n--${p}`,"utf-8")])),bytesEncoding_stringToUint8Array("--\r\n\r\n","utf-8")];const g=getTotalLength(A);if(g){i.headers.set("Content-Length",g)}i.body=await concat(A)}const ps="multipartPolicy";const As=70;const gs=new Set(`abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?`);function assertValidBoundary(i){if(i.length>As){throw new Error(`Multipart boundary "${i}" exceeds maximum length of 70 characters`)}if(Array.from(i).some((i=>!gs.has(i)))){throw new Error(`Multipart boundary "${i}" contains invalid characters`)}}function multipartPolicy_multipartPolicy(){return{name:ps,async sendRequest(i,u){if(!i.multipartBody){return u(i)}if(i.body){throw new Error("multipartBody and regular body cannot be set at the same time")}let p=i.multipartBody.boundary;const A=i.headers.get("Content-Type")??"multipart/mixed";const g=A.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!g){throw new Error(`Got multipart request body, but content-type header was not multipart: ${A}`)}const[,C,S]=g;if(S&&p&&S!==p){throw new Error(`Multipart boundary was specified as ${S} in the header, but got ${p} in the request body`)}p??=S;if(p){assertValidBoundary(p)}else{p=generateBoundary()}i.headers.set("Content-Type",`${C}; boundary=${p}`);await buildRequestBody(i,i.multipartBody.parts,p);i.multipartBody=undefined;return u(i)}}}function createPipelineFromOptions_createPipelineFromOptions(i){const u=createEmptyPipeline();if(isNodeLike){if(i.agent){u.addPolicy(agentPolicy(i.agent))}if(i.tlsOptions){u.addPolicy(tlsPolicy(i.tlsOptions))}u.addPolicy(proxyPolicy(i.proxyOptions));u.addPolicy(decompressResponsePolicy())}u.addPolicy(formDataPolicy(),{beforePolicies:[multipartPolicyName]});u.addPolicy(userAgentPolicy(i.userAgentOptions));u.addPolicy(multipartPolicy(),{afterPhase:"Deserialize"});u.addPolicy(defaultRetryPolicy(i.retryOptions),{phase:"Retry"});if(isNodeLike){u.addPolicy(redirectPolicy(i.redirectOptions),{afterPhase:"Retry"})}u.addPolicy(logPolicy(i.loggingOptions),{afterPhase:"Sign"});return u}let ms=false;function allowInsecureConnection(i,u){if(u.allowInsecureConnection&&i.allowInsecureConnection){const u=new URL(i.url);if(u.hostname==="localhost"||u.hostname==="127.0.0.1"){return true}}return false}function emitInsecureConnectionWarning(){const i="Sending token over insecure transport. Assume any token issued is compromised.";logger.warning(i);if(typeof process?.emitWarning==="function"&&!ms){ms=true;process.emitWarning(i)}}function checkInsecureConnection_ensureSecureConnection(i,u){if(!i.url.toLowerCase().startsWith("https://")){if(allowInsecureConnection(i,u)){emitInsecureConnectionWarning()}else{throw new Error("Authentication is not permitted for non-TLS protected (non-https) URLs when allowInsecureConnection is false.")}}}const ys="apiKeyAuthenticationPolicy";function apiKeyAuthenticationPolicy_apiKeyAuthenticationPolicy(i){return{name:ys,async sendRequest(u,p){ensureSecureConnection(u,i);const A=(u.authSchemes??i.authSchemes)?.find((i=>i.kind==="apiKey"));if(!A){return p(u)}if(A.apiKeyLocation!=="header"){throw new Error(`Unsupported API key location: ${A.apiKeyLocation}`)}u.headers.set(A.name,i.credential.key);return p(u)}}}const Es="bearerAuthenticationPolicy";function basicAuthenticationPolicy_basicAuthenticationPolicy(i){return{name:Es,async sendRequest(u,p){ensureSecureConnection(u,i);const A=(u.authSchemes??i.authSchemes)?.find((i=>i.kind==="http"&&i.scheme==="basic"));if(!A){return p(u)}const{username:g,password:C}=i.credential;const S=uint8ArrayToString(stringToUint8Array(`${g}:${C}`,"utf-8"),"base64");u.headers.set("Authorization",`Basic ${S}`);return p(u)}}}const Cs="bearerAuthenticationPolicy";function bearerAuthenticationPolicy_bearerAuthenticationPolicy(i){return{name:Cs,async sendRequest(u,p){ensureSecureConnection(u,i);const A=(u.authSchemes??i.authSchemes)?.find((i=>i.kind==="http"&&i.scheme==="bearer"));if(!A){return p(u)}const g=await i.credential.getBearerToken({abortSignal:u.abortSignal});u.headers.set("Authorization",`Bearer ${g}`);return p(u)}}}const bs="oauth2AuthenticationPolicy";function oauth2AuthenticationPolicy_oauth2AuthenticationPolicy(i){return{name:bs,async sendRequest(u,p){ensureSecureConnection(u,i);const A=(u.authSchemes??i.authSchemes)?.find((i=>i.kind==="oauth2"));if(!A){return p(u)}const g=await i.credential.getOAuth2Token(A.flows,{abortSignal:u.abortSignal});u.headers.set("Authorization",`Bearer ${g}`);return p(u)}}}let Is;function clientHelpers_createDefaultPipeline(i={}){const u=createPipelineFromOptions(i);u.addPolicy(apiVersionPolicy(i));const{credential:p,authSchemes:A,allowInsecureConnection:g}=i;if(p){if(isApiKeyCredential(p)){u.addPolicy(apiKeyAuthenticationPolicy({authSchemes:A,credential:p,allowInsecureConnection:g}))}else if(isBasicCredential(p)){u.addPolicy(basicAuthenticationPolicy({authSchemes:A,credential:p,allowInsecureConnection:g}))}else if(isBearerTokenCredential(p)){u.addPolicy(bearerAuthenticationPolicy({authSchemes:A,credential:p,allowInsecureConnection:g}))}else if(isOAuth2TokenCredential(p)){u.addPolicy(oauth2AuthenticationPolicy({authSchemes:A,credential:p,allowInsecureConnection:g}))}}return u}function clientHelpers_getCachedDefaultHttpsClient(){if(!Is){Is=createDefaultHttpClient()}return Is}function getHeaderValue(i,u){if(i.headers){const p=Object.keys(i.headers).find((i=>i.toLowerCase()===u.toLowerCase()));if(p){return i.headers[p]}}return undefined}function getPartContentType(i){const u=getHeaderValue(i,"content-type");if(u){return u}if(i.contentType===null){return undefined}if(i.contentType){return i.contentType}const{body:p}=i;if(p===null||p===undefined){return undefined}if(typeof p==="string"||typeof p==="number"||typeof p==="boolean"){return"text/plain; charset=UTF-8"}if(p instanceof Blob){return p.type||"application/octet-stream"}if(isBinaryBody(p)){return"application/octet-stream"}return"application/json"}function escapeDispositionField(i){return JSON.stringify(i)}function getContentDisposition(i){const u=getHeaderValue(i,"content-disposition");if(u){return u}if(i.dispositionType===undefined&&i.name===undefined&&i.filename===undefined){return undefined}const p=i.dispositionType??"form-data";let A=p;if(i.name){A+=`; name=${escapeDispositionField(i.name)}`}let g=undefined;if(i.filename){g=i.filename}else if(typeof File!=="undefined"&&i.body instanceof File){const u=i.body.name;if(u!==""){g=u}}if(g){A+=`; filename=${escapeDispositionField(g)}`}return A}function normalizeBody(i,u){if(i===undefined){return new Uint8Array([])}if(isBinaryBody(i)){return i}if(typeof i==="string"||typeof i==="number"||typeof i==="boolean"){return stringToUint8Array(String(i),"utf-8")}if(u&&/application\/(.+\+)?json(;.+)?/i.test(String(u))){return stringToUint8Array(JSON.stringify(i),"utf-8")}throw new RestError(`Unsupported body/content-type combination: ${i}, ${u}`)}function buildBodyPart(i){const u=getPartContentType(i);const p=getContentDisposition(i);const A=createHttpHeaders(i.headers??{});if(u){A.set("content-type",u)}if(p){A.set("content-disposition",p)}const g=normalizeBody(i.body,u);return{headers:A,body:g}}function multipart_buildMultipartBody(i){return{parts:i.map(buildBodyPart)}}async function sendRequest_sendRequest(i,u,p,A={},g){const C=g??getCachedDefaultHttpsClient();const S=buildPipelineRequest(i,u,A);try{const i=await p.sendRequest(C,S);const u=i.headers.toJSON();const g=i.readableStreamBody??i.browserStreamBody;const w=A.responseAsStream||g!==undefined?undefined:getResponseBody(i);const B=g??w;if(A?.onResponse){A.onResponse({...i,request:S,rawHeaders:u,parsedBody:w})}return{request:S,headers:u,status:`${i.status}`,body:B}}catch(i){if(isRestError(i)&&i.response&&A.onResponse){const{response:u}=i;const p=u.headers.toJSON();A?.onResponse({...u,request:S,rawHeaders:p},i)}throw i}}function getRequestContentType(i={}){return i.contentType??i.headers?.["content-type"]??getContentType(i.body)}function getContentType(i){if(i===undefined){return undefined}if(ArrayBuffer.isView(i)){return"application/octet-stream"}if(typeof i==="string"){try{JSON.parse(i);return"application/json"}catch(i){return undefined}}return"application/json"}function buildPipelineRequest(i,u,p={}){const A=getRequestContentType(p);const{body:g,multipartBody:C}=getRequestBody(p.body,A);const S=createHttpHeaders({...p.headers?p.headers:{},accept:p.accept??p.headers?.accept??"application/json",...A&&{"content-type":A}});return createPipelineRequest({url:u,method:i,body:g,multipartBody:C,headers:S,allowInsecureConnection:p.allowInsecureConnection,abortSignal:p.abortSignal,onUploadProgress:p.onUploadProgress,onDownloadProgress:p.onDownloadProgress,timeout:p.timeout,enableBrowserStreams:true,streamResponseStatusCodes:p.responseAsStream?new Set([Number.POSITIVE_INFINITY]):undefined})}function getRequestBody(i,u=""){if(i===undefined){return{body:undefined}}if(typeof FormData!=="undefined"&&i instanceof FormData){return{body:i}}if(isReadableStream(i)){return{body:i}}if(ArrayBuffer.isView(i)){return{body:i instanceof Uint8Array?i:JSON.stringify(i)}}const p=u.split(";")[0];switch(p){case"application/json":return{body:JSON.stringify(i)};case"multipart/form-data":if(Array.isArray(i)){return{multipartBody:buildMultipartBody(i)}}return{body:JSON.stringify(i)};case"text/plain":return{body:String(i)};default:if(typeof i==="string"){return{body:i}}return{body:JSON.stringify(i)}}}function getResponseBody(i){const u=i.headers.get("content-type")??"";const p=u.split(";")[0];const A=i.bodyAsText??"";if(p==="text/plain"){return String(A)}try{return A?JSON.parse(A):undefined}catch(u){if(p==="application/json"){throw createParseError(i,u)}return String(A)}}function createParseError(i,u){const p=`Error "${u}" occurred while parsing the response body - ${i.bodyAsText}.`;const A=u.code??RestError.PARSE_ERROR;return new RestError(p,{code:A,statusCode:i.status,request:i.request,response:i})}function getClient(i,u={}){const p=u.pipeline??createDefaultPipeline(u);if(u.additionalPolicies?.length){for(const{policy:i,position:A}of u.additionalPolicies){const u=A==="perRetry"?"Sign":undefined;p.addPolicy(i,{afterPhase:u})}}const{allowInsecureConnection:A,httpClient:g}=u;const C=u.endpoint??i;const client=(i,...u)=>{const getUrl=p=>buildRequestUrl(C,i,u,{allowInsecureConnection:A,...p});return{get:(i={})=>buildOperation("GET",getUrl(i),p,i,A,g),post:(i={})=>buildOperation("POST",getUrl(i),p,i,A,g),put:(i={})=>buildOperation("PUT",getUrl(i),p,i,A,g),patch:(i={})=>buildOperation("PATCH",getUrl(i),p,i,A,g),delete:(i={})=>buildOperation("DELETE",getUrl(i),p,i,A,g),head:(i={})=>buildOperation("HEAD",getUrl(i),p,i,A,g),options:(i={})=>buildOperation("OPTIONS",getUrl(i),p,i,A,g),trace:(i={})=>buildOperation("TRACE",getUrl(i),p,i,A,g)}};return{path:client,pathUnchecked:client,pipeline:p}}function buildOperation(i,u,p,A,g,C){g=A.allowInsecureConnection??g;return{then:function(S,w){return sendRequest(i,u,p,{...A,allowInsecureConnection:g},C).then(S,w)},async asBrowserStream(){if(isNodeLike){throw new Error("`asBrowserStream` is supported only in the browser environment. Use `asNodeStream` instead to obtain the response body stream. If you require a Web stream of the response in Node, consider using `Readable.toWeb` on the result of `asNodeStream`.")}else{return sendRequest(i,u,p,{...A,allowInsecureConnection:g,responseAsStream:true},C)}},async asNodeStream(){if(isNodeLike){return sendRequest(i,u,p,{...A,allowInsecureConnection:g,responseAsStream:true},C)}else{throw new Error("`isNodeStream` is not supported in the browser environment. Use `asBrowserStream` to obtain the response body stream.")}}}}function createRestError(i,u){const p=typeof i==="string"?u:i;const A=p.body?.error??p.body;const g=typeof i==="string"?i:A?.message??`Unexpected status code: ${p.status}`;return new RestError(g,{statusCode:statusCodeToNumber(p.status),code:A?.code,request:p.request,response:toPipelineResponse(p)})}function toPipelineResponse(i){return{headers:createHttpHeaders(i.headers),request:i.request,status:statusCodeToNumber(i.status)??-1}}function statusCodeToNumber(i){const u=Number.parseInt(i);return Number.isNaN(u)?undefined:u}function esm_pipeline_createEmptyPipeline(){return pipeline_createEmptyPipeline()}const Ss=createLoggerContext({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"});const ws=Ss.logger;function esm_setLogLevel(i){Ss.setLogLevel(i)}function esm_getLogLevel(){return Ss.getLogLevel()}function esm_createClientLogger(i){return Ss.createClientLogger(i)}const vs=esm_createClientLogger("core-rest-pipeline");const Rs="agentPolicy";function agentPolicy_agentPolicy(i){return{name:Rs,sendRequest:async(u,p)=>{if(!u.agent){u.agent=i}return p(u)}}}const Ns="decompressResponsePolicy";function decompressResponsePolicy_decompressResponsePolicy(){return{name:Ns,async sendRequest(i,u){if(i.method!=="HEAD"){i.headers.set("Accept-Encoding","gzip,deflate")}return u(i)}}}const Ts="exponentialRetryPolicy";function exponentialRetryPolicy(i={}){return retryPolicy([exponentialRetryStrategy({...i,ignoreSystemErrors:true})],{maxRetries:i.maxRetries??DEFAULT_RETRY_POLICY_COUNT})}const xs="systemErrorRetryPolicy";function systemErrorRetryPolicy(i={}){return{name:xs,sendRequest:retryPolicy([exponentialRetryStrategy({...i,ignoreHttpStatusCodes:true})],{maxRetries:i.maxRetries??DEFAULT_RETRY_POLICY_COUNT}).sendRequest}}const ks="throttlingRetryPolicy";function throttlingRetryPolicy(i={}){return{name:ks,sendRequest:retryPolicy([throttlingRetryStrategy()],{maxRetries:i.maxRetries??DEFAULT_RETRY_POLICY_COUNT}).sendRequest}}const Ds="redirectPolicy";const Os=["GET","HEAD"];function redirectPolicy_redirectPolicy(i={}){const{maxRetries:u=20}=i;return{name:Ds,async sendRequest(i,p){const A=await p(i);return handleRedirect(p,A,u)}}}async function handleRedirect(i,u,p,A=0){const{request:g,status:C,headers:S}=u;const w=S.get("location");if(w&&(C===300||C===301&&Os.includes(g.method)||C===302&&Os.includes(g.method)||C===303&&g.method==="POST"||C===307)&&A<p){const u=new URL(w,g.url);g.url=u.toString();if(C===303){g.method="GET";g.headers.delete("Content-Length");delete g.body}g.headers.delete("Authorization");const S=await i(g);return handleRedirect(i,S,p,A+1)}return u}const Ps="tlsPolicy";function tlsPolicy_tlsPolicy(i){return{name:Ps,sendRequest:async(u,p)=>{if(!u.tlsSettings){u.tlsSettings=i}return p(u)}}}const Ms=null&&tspLogPolicyName;function policies_logPolicy_logPolicy(i={}){return logPolicy_logPolicy({logger:vs.info,...i})}const Ls=Ds;function policies_redirectPolicy_redirectPolicy(i={}){return redirectPolicy_redirectPolicy(i)}function userAgentPlatform_getHeaderName(){return"User-Agent"}async function util_userAgentPlatform_setPlatformSpecificData(i){if(Vt&&Vt.versions){const u=`${Ht.type()} ${Ht.release()}; ${Ht.arch()}`;const p=Vt.versions;if(p.bun){i.set("Bun",`${p.bun} (${u})`)}else if(p.deno){i.set("Deno",`${p.deno} (${u})`)}else if(p.node){i.set("Node",`${p.node} (${u})`)}}}const Fs="1.22.2";const Us=3;function userAgent_getUserAgentString(i){const u=[];for(const[p,A]of i){const i=A?`${p}/${A}`:p;u.push(i)}return u.join(" ")}function userAgent_getUserAgentHeaderName(){return userAgentPlatform_getHeaderName()}async function util_userAgent_getUserAgentValue(i){const u=new Map;u.set("core-rest-pipeline",Fs);await util_userAgentPlatform_setPlatformSpecificData(u);const p=userAgent_getUserAgentString(u);const A=i?`${i} ${p}`:p;return A}const Hs=userAgent_getUserAgentHeaderName();const Vs="userAgentPolicy";function policies_userAgentPolicy_userAgentPolicy(i={}){const u=util_userAgent_getUserAgentValue(i.userAgentPrefix);return{name:Vs,async sendRequest(i,p){if(!i.headers.has(Hs)){i.headers.set(Hs,await u)}return p(i)}}}var js=__nccwpck_require__(77598);async function computeSha256Hmac(i,u,p){const A=Buffer.from(i,"base64");return createHmac("sha256",A).update(u).digest(p)}async function computeSha256Hash(i,u){return createHash("sha256").update(i).digest(u)}class AbortError_AbortError extends Error{constructor(i){super(i);this.name="AbortError"}}function createAbortablePromise(i,u){const{cleanupBeforeAbort:p,abortSignal:A,abortErrorMsg:g}=u??{};return new Promise(((u,C)=>{function rejectOnAbort(){C(new AbortError_AbortError(g??"The operation was aborted."))}function removeListeners(){A?.removeEventListener("abort",onAbort)}function onAbort(){p?.();removeListeners();rejectOnAbort()}if(A?.aborted){return rejectOnAbort()}try{i((i=>{removeListeners();u(i)}),(i=>{removeListeners();C(i)}))}catch(i){C(i)}A?.addEventListener("abort",onAbort)}))}const qs="The delay was aborted.";function delay_delay(i,u){let p;const{abortSignal:A,abortErrorMsg:g}=u??{};return createAbortablePromise((u=>{p=setTimeout(u,i)}),{cleanupBeforeAbort:()=>clearTimeout(p),abortSignal:A,abortErrorMsg:g??qs})}function delay_calculateRetryDelay(i,u){const p=u.retryDelayInMs*Math.pow(2,i);const A=Math.min(u.maxRetryDelayInMs,p);const g=A/2+getRandomIntegerInclusive(0,A/2);return{retryAfterInMs:g}}function getErrorMessage(i){if(isError(i)){return i.message}else{let u;try{if(typeof i==="object"&&i){u=JSON.stringify(i)}else{u=String(i)}}catch(i){u="[unable to stringify input]"}return`Unknown error ${u}`}}function esm_calculateRetryDelay(i,u){return tspRuntime.calculateRetryDelay(i,u)}function esm_computeSha256Hash(i,u){return tspRuntime.computeSha256Hash(i,u)}function esm_computeSha256Hmac(i,u,p){return tspRuntime.computeSha256Hmac(i,u,p)}function esm_getRandomIntegerInclusive(i,u){return tspRuntime.getRandomIntegerInclusive(i,u)}function esm_isError(i){return isError(i)}function esm_isObject(i){return tspRuntime.isObject(i)}function esm_randomUUID(){return randomUUID()}const $s=Hr;const Js=zr;const Ws=Vr;const Ys=jr;const Ks=jr;const Zs=qr;const Xs=$r;const en=Gr;function esm_uint8ArrayToString(i,u){return tspRuntime.uint8ArrayToString(i,u)}function esm_stringToUint8Array(i,u){return tspRuntime.stringToUint8Array(i,u)}function file_isNodeReadableStream(i){return Boolean(i&&typeof i["pipe"]==="function")}const tn={arrayBuffer:()=>{throw new Error("Not implemented")},bytes:()=>{throw new Error("Not implemented")},slice:()=>{throw new Error("Not implemented")},text:()=>{throw new Error("Not implemented")}};const rn=Symbol("rawContent");function hasRawContent(i){return typeof i[rn]==="function"}function getRawContent(i){if(hasRawContent(i)){return i[rn]()}else{return i}}function createFileFromStream(i,u,p={}){return{...tn,type:p.type??"",lastModified:p.lastModified??(new Date).getTime(),webkitRelativePath:p.webkitRelativePath??"",size:p.size??-1,name:u,stream:()=>{const u=i();if(file_isNodeReadableStream(u)){throw new Error("Not supported: a Node stream was provided as input to createFileFromStream.")}return u},[rn]:i}}function createFile(i,u,p={}){if(isNodeLike){return{...tn,type:p.type??"",lastModified:p.lastModified??(new Date).getTime(),webkitRelativePath:p.webkitRelativePath??"",size:i.byteLength,name:u,arrayBuffer:async()=>i.buffer,stream:()=>new Blob([toArrayBuffer(i)]).stream(),[rn]:()=>i}}else{return new File([toArrayBuffer(i)],u,p)}}function toArrayBuffer(i){if("resize"in i.buffer){return i}return i.map((i=>i))}const sn=ps;function policies_multipartPolicy_multipartPolicy(){const i=multipartPolicy_multipartPolicy();return{name:sn,sendRequest:async(u,p)=>{if(u.multipartBody){for(const i of u.multipartBody.parts){if(hasRawContent(i.body)){i.body=getRawContent(i.body)}}}return i.sendRequest(u,p)}}}const nn=Ns;function policies_decompressResponsePolicy_decompressResponsePolicy(){return decompressResponsePolicy_decompressResponsePolicy()}const on=null&&tspDefaultRetryPolicyName;function policies_defaultRetryPolicy_defaultRetryPolicy(i={}){return defaultRetryPolicy_defaultRetryPolicy(i)}const an=null&&tspFormDataPolicyName;function policies_formDataPolicy_formDataPolicy(){return formDataPolicy_formDataPolicy()}const cn=null&&tspProxyPolicyName;function proxyPolicy_getDefaultProxySettings(i){return getDefaultProxySettings(i)}function policies_proxyPolicy_proxyPolicy(i,u){return proxyPolicy_proxyPolicy(i,u)}const ln="setClientRequestIdPolicy";function setClientRequestIdPolicy(i="x-ms-client-request-id"){return{name:ln,async sendRequest(u,p){if(!u.headers.has(i)){u.headers.set(i,u.requestId)}return p(u)}}}const un=null&&tspAgentPolicyName;function policies_agentPolicy_agentPolicy(i){return agentPolicy_agentPolicy(i)}const dn=null&&tspTlsPolicyName;function policies_tlsPolicy_tlsPolicy(i){return tlsPolicy_tlsPolicy(i)}const hn={span:Symbol.for("@azure/core-tracing span"),namespace:Symbol.for("@azure/core-tracing namespace")};function createTracingContext(i={}){let u=new TracingContextImpl(i.parentContext);if(i.span){u=u.setValue(hn.span,i.span)}if(i.namespace){u=u.setValue(hn.namespace,i.namespace)}return u}class TracingContextImpl{_contextMap;constructor(i){this._contextMap=i instanceof TracingContextImpl?new Map(i._contextMap):new Map}setValue(i,u){const p=new TracingContextImpl(this);p._contextMap.set(i,u);return p}getValue(i){return this._contextMap.get(i)}deleteValue(i){const u=new TracingContextImpl(this);u._contextMap.delete(i);return u}}var pn=__nccwpck_require__(38914);const An=pn.w;function createDefaultTracingSpan(){return{end:()=>{},isRecording:()=>false,recordException:()=>{},setAttribute:()=>{},setStatus:()=>{},addEvent:()=>{}}}function createDefaultInstrumenter(){return{createRequestHeaders:()=>({}),parseTraceparentHeader:()=>undefined,startSpan:(i,u)=>({span:createDefaultTracingSpan(),tracingContext:createTracingContext({parentContext:u.tracingContext})}),withContext(i,u,...p){return u(...p)}}}function useInstrumenter(i){state.instrumenterImplementation=i}function getInstrumenter(){if(!An.instrumenterImplementation){An.instrumenterImplementation=createDefaultInstrumenter()}return An.instrumenterImplementation}function createTracingClient(i){const{namespace:u,packageName:p,packageVersion:A}=i;function startSpan(i,g,C){const S=getInstrumenter().startSpan(i,{...C,packageName:p,packageVersion:A,tracingContext:g?.tracingOptions?.tracingContext});let w=S.tracingContext;const B=S.span;if(!w.getValue(hn.namespace)){w=w.setValue(hn.namespace,u)}B.setAttribute("az.namespace",w.getValue(hn.namespace));const v=Object.assign({},g,{tracingOptions:{...g?.tracingOptions,tracingContext:w}});return{span:B,updatedOptions:v}}async function withSpan(i,u,p,A){const{span:g,updatedOptions:C}=startSpan(i,u,A);try{const i=await withContext(C.tracingOptions.tracingContext,(()=>Promise.resolve(p(C,g))));g.setStatus({status:"success"});return i}catch(i){g.setStatus({status:"error",error:i});throw i}finally{g.end()}}function withContext(i,u,...p){return getInstrumenter().withContext(i,u,...p)}function parseTraceparentHeader(i){return getInstrumenter().parseTraceparentHeader(i)}function createRequestHeaders(i){return getInstrumenter().createRequestHeaders(i)}return{startSpan:startSpan,withSpan:withSpan,withContext:withContext,parseTraceparentHeader:parseTraceparentHeader,createRequestHeaders:createRequestHeaders}}const fn=restError_RestError;function esm_restError_isRestError(i){return restError_isRestError(i)}const gn="tracingPolicy";function tracingPolicy(i={}){const u=util_userAgent_getUserAgentValue(i.userAgentPrefix);const p=new Sanitizer({additionalAllowedQueryParameters:i.additionalAllowedQueryParameters});const A=tryCreateTracingClient();return{name:gn,async sendRequest(i,g){if(!A){return g(i)}const C=await u;const S={"http.url":p.sanitizeUrl(i.url),"http.method":i.method,"http.user_agent":C,requestId:i.requestId};if(C){S["http.user_agent"]=C}const{span:w,tracingContext:B}=tryCreateSpan(A,i,S)??{};if(!w||!B){return g(i)}try{const u=await A.withContext(B,g,i);tryProcessResponse(w,u);return u}catch(i){tryProcessError(w,i);throw i}}}}function tryCreateTracingClient(){try{return createTracingClient({namespace:"",packageName:"@azure/core-rest-pipeline",packageVersion:Fs})}catch(i){vs.warning(`Error when creating the TracingClient: ${getErrorMessage(i)}`);return undefined}}function tryCreateSpan(i,u,p){try{const{span:A,updatedOptions:g}=i.startSpan(`HTTP ${u.method}`,{tracingOptions:u.tracingOptions},{spanKind:"client",spanAttributes:p});if(!A.isRecording()){A.end();return undefined}const C=i.createRequestHeaders(g.tracingOptions.tracingContext);for(const[i,p]of Object.entries(C)){u.headers.set(i,p)}return{span:A,tracingContext:g.tracingOptions.tracingContext}}catch(i){vs.warning(`Skipping creating a tracing span due to an error: ${getErrorMessage(i)}`);return undefined}}function tryProcessError(i,u){try{i.setStatus({status:"error",error:esm_isError(u)?u:undefined});if(esm_restError_isRestError(u)&&u.statusCode){i.setAttribute("http.status_code",u.statusCode)}i.end()}catch(i){vs.warning(`Skipping tracing span processing due to an error: ${getErrorMessage(i)}`)}}function tryProcessResponse(i,u){try{i.setAttribute("http.status_code",u.status);const p=u.headers.get("x-ms-request-id");if(p){i.setAttribute("serviceRequestId",p)}if(u.status>=400){i.setStatus({status:"error"})}i.end()}catch(i){vs.warning(`Skipping tracing span processing due to an error: ${getErrorMessage(i)}`)}}function wrapAbortSignalLike(i){if(i instanceof AbortSignal){return{abortSignal:i}}if(i.aborted){return{abortSignal:AbortSignal.abort(i.reason)}}const u=new AbortController;let p=true;function cleanup(){if(p){i.removeEventListener("abort",listener);p=false}}function listener(){u.abort(i.reason);cleanup()}i.addEventListener("abort",listener);return{abortSignal:u.signal,cleanup:cleanup}}const mn="wrapAbortSignalLikePolicy";function wrapAbortSignalLikePolicy(){return{name:mn,sendRequest:async(i,u)=>{if(!i.abortSignal){return u(i)}const{abortSignal:p,cleanup:A}=wrapAbortSignalLike(i.abortSignal);i.abortSignal=p;try{return await u(i)}finally{A?.()}}}}function esm_createPipelineFromOptions_createPipelineFromOptions(i){const u=esm_pipeline_createEmptyPipeline();if(Ks){if(i.agent){u.addPolicy(policies_agentPolicy_agentPolicy(i.agent))}if(i.tlsOptions){u.addPolicy(policies_tlsPolicy_tlsPolicy(i.tlsOptions))}u.addPolicy(policies_proxyPolicy_proxyPolicy(i.proxyOptions));u.addPolicy(policies_decompressResponsePolicy_decompressResponsePolicy())}u.addPolicy(wrapAbortSignalLikePolicy());u.addPolicy(policies_formDataPolicy_formDataPolicy(),{beforePolicies:[sn]});u.addPolicy(policies_userAgentPolicy_userAgentPolicy(i.userAgentOptions));u.addPolicy(setClientRequestIdPolicy(i.telemetryOptions?.clientRequestIdHeaderName));u.addPolicy(policies_multipartPolicy_multipartPolicy(),{afterPhase:"Deserialize"});u.addPolicy(policies_defaultRetryPolicy_defaultRetryPolicy(i.retryOptions),{phase:"Retry"});u.addPolicy(tracingPolicy({...i.userAgentOptions,...i.loggingOptions}),{afterPhase:"Retry"});if(Ks){u.addPolicy(policies_redirectPolicy_redirectPolicy(i.redirectOptions),{afterPhase:"Retry"})}u.addPolicy(policies_logPolicy_logPolicy(i.loggingOptions),{afterPhase:"Sign"});return u}function esm_defaultHttpClient_createDefaultHttpClient(){const i=defaultHttpClient_createDefaultHttpClient();return{async sendRequest(u){const{abortSignal:p,cleanup:A}=u.abortSignal?wrapAbortSignalLike(u.abortSignal):{};try{u.abortSignal=p;return await i.sendRequest(u)}finally{A?.()}}}}function esm_httpHeaders_createHttpHeaders(i){return httpHeaders_createHttpHeaders(i)}function esm_pipelineRequest_createPipelineRequest(i){return pipelineRequest_createPipelineRequest(i)}const yn=null&&tspExponentialRetryPolicyName;function exponentialRetryPolicy_exponentialRetryPolicy(i={}){return tspExponentialRetryPolicy(i)}const En=null&&tspSystemErrorRetryPolicyName;function systemErrorRetryPolicy_systemErrorRetryPolicy(i={}){return tspSystemErrorRetryPolicy(i)}const Cn=null&&tspThrottlingRetryPolicyName;function throttlingRetryPolicy_throttlingRetryPolicy(i={}){return tspThrottlingRetryPolicy(i)}const bn=esm_createClientLogger("core-rest-pipeline retryPolicy");function policies_retryPolicy_retryPolicy(i,u={maxRetries:DEFAULT_RETRY_POLICY_COUNT}){return tspRetryPolicy(i,{logger:bn,...u})}const In={forcedRefreshWindowInMs:1e3,retryIntervalInMs:3e3,refreshWindowInMs:1e3*60*2};async function beginRefresh(i,u,p){async function tryGetAccessToken(){if(Date.now()<p){try{return await i()}catch{return null}}else{const u=await i();if(u===null){throw new Error("Failed to refresh access token.")}return u}}let A=await tryGetAccessToken();while(A===null){await delay_delay(u);A=await tryGetAccessToken()}return A}function tokenCycler_createTokenCycler(i,u){let p=null;let A=null;let g;const C={...In,...u};const S={get isRefreshing(){return p!==null},get shouldRefresh(){if(S.isRefreshing){return false}if(A?.refreshAfterTimestamp&&A.refreshAfterTimestamp<Date.now()){return true}return(A?.expiresOnTimestamp??0)-C.refreshWindowInMs<Date.now()},get mustRefresh(){return A===null||A.expiresOnTimestamp-C.forcedRefreshWindowInMs<Date.now()}};function refresh(u,w){if(!S.isRefreshing){const tryGetAccessToken=()=>i.getToken(u,w);p=beginRefresh(tryGetAccessToken,C.retryIntervalInMs,A?.expiresOnTimestamp??Date.now()).then((i=>{p=null;A=i;g=w.tenantId;return A})).catch((i=>{p=null;A=null;g=undefined;throw i}))}return p}return async(i,u)=>{const p=Boolean(u.claims);const C=g!==u.tenantId;if(p){A=null}const w=C||p||S.mustRefresh;if(w){return refresh(i,u)}if(S.shouldRefresh){refresh(i,u)}return A}}const Sn="bearerTokenAuthenticationPolicy";async function trySendRequest(i,u){try{return[await u(i),undefined]}catch(i){if(esm_restError_isRestError(i)&&i.response){return[i.response,i]}else{throw i}}}async function defaultAuthorizeRequest(i){const{scopes:u,getAccessToken:p,request:A}=i;const g={abortSignal:A.abortSignal,tracingOptions:A.tracingOptions,enableCae:true};const C=await p(u,g);if(C){i.request.headers.set("Authorization",`Bearer ${C.token}`)}}function isChallengeResponse(i){return i.status===401&&i.headers.has("WWW-Authenticate")}async function authorizeRequestOnCaeChallenge(i,u){const{scopes:p}=i;const A=await i.getAccessToken(p,{enableCae:true,claims:u});if(!A){return false}i.request.headers.set("Authorization",`${A.tokenType??"Bearer"} ${A.token}`);return true}function bearerTokenAuthenticationPolicy(i){const{credential:u,scopes:p,challengeCallbacks:A}=i;const g=i.logger||vs;const C={authorizeRequest:A?.authorizeRequest?.bind(A)??defaultAuthorizeRequest,authorizeRequestOnChallenge:A?.authorizeRequestOnChallenge?.bind(A)};const S=u?tokenCycler_createTokenCycler(u):()=>Promise.resolve(null);return{name:Sn,async sendRequest(i,u){if(!i.url.toLowerCase().startsWith("https://")){throw new Error("Bearer token authentication is not permitted for non-TLS protected (non-https) URLs.")}await C.authorizeRequest({scopes:Array.isArray(p)?p:[p],request:i,getAccessToken:S,logger:g});let A;let w;let B;[A,w]=await trySendRequest(i,u);if(isChallengeResponse(A)){let v=getCaeChallengeClaims(A.headers.get("WWW-Authenticate"));if(v){let C;try{C=atob(v)}catch(i){g.warning(`The WWW-Authenticate header contains "claims" that cannot be parsed. Unable to perform the Continuous Access Evaluation authentication flow. Unparsable claims: ${v}`);return A}B=await authorizeRequestOnCaeChallenge({scopes:Array.isArray(p)?p:[p],response:A,request:i,getAccessToken:S,logger:g},C);if(B){[A,w]=await trySendRequest(i,u)}}else if(C.authorizeRequestOnChallenge){B=await C.authorizeRequestOnChallenge({scopes:Array.isArray(p)?p:[p],request:i,response:A,getAccessToken:S,logger:g});if(B){[A,w]=await trySendRequest(i,u)}if(isChallengeResponse(A)){v=getCaeChallengeClaims(A.headers.get("WWW-Authenticate"));if(v){let C;try{C=atob(v)}catch(i){g.warning(`The WWW-Authenticate header contains "claims" that cannot be parsed. Unable to perform the Continuous Access Evaluation authentication flow. Unparsable claims: ${v}`);return A}B=await authorizeRequestOnCaeChallenge({scopes:Array.isArray(p)?p:[p],response:A,request:i,getAccessToken:S,logger:g},C);if(B){[A,w]=await trySendRequest(i,u)}}}}}if(w){throw w}else{return A}}}}function parseChallenges(i){const u=/(\w+)\s+((?:\w+=(?:"[^"]*"|[^,]*),?\s*)+)/g;const p=/(\w+)="([^"]*)"/g;const A=[];let g;while((g=u.exec(i))!==null){const i=g[1];const u=g[2];const C={};let S;while((S=p.exec(u))!==null){C[S[1]]=S[2]}A.push({scheme:i,params:C})}return A}function getCaeChallengeClaims(i){if(!i){return}const u=parseChallenges(i);return u.find((i=>i.scheme==="Bearer"&&i.params.claims&&i.params.error==="insufficient_claims"))?.params.claims}const wn="auxiliaryAuthenticationHeaderPolicy";const Bn="x-ms-authorization-auxiliary";async function sendAuthorizeRequest(i){const{scopes:u,getAccessToken:p,request:A}=i;const g={abortSignal:A.abortSignal,tracingOptions:A.tracingOptions};return(await p(u,g))?.token??""}function auxiliaryAuthenticationHeaderPolicy(i){const{credentials:u,scopes:p}=i;const A=i.logger||coreLogger;const g=new WeakMap;return{name:wn,async sendRequest(i,C){if(!i.url.toLowerCase().startsWith("https://")){throw new Error("Bearer token authentication for auxiliary header is not permitted for non-TLS protected (non-https) URLs.")}if(!u||u.length===0){A.info(`${wn} header will not be set due to empty credentials.`);return C(i)}const S=[];for(const C of u){let u=g.get(C);if(!u){u=createTokenCycler(C);g.set(C,u)}S.push(sendAuthorizeRequest({scopes:Array.isArray(p)?p:[p],request:i,getAccessToken:u,logger:A}))}const w=(await Promise.all(S)).filter((i=>Boolean(i)));if(w.length===0){A.warning(`None of the auxiliary tokens are valid. ${Bn} header will not be set.`);return C(i)}i.headers.set(Bn,w.map((i=>`Bearer ${i}`)).join(", "));return C(i)}}}function isKeyCredential(i){return isObjectWithProperties(i,["key"])&&typeof i.key==="string"}class AzureNamedKeyCredential{_key;_name;get key(){return this._key}get name(){return this._name}constructor(i,u){if(!i||!u){throw new TypeError("name and key must be non-empty strings")}this._name=i;this._key=u}update(i,u){if(!i||!u){throw new TypeError("newName and newKey must be non-empty strings")}this._name=i;this._key=u}}function isNamedKeyCredential(i){return isObjectWithProperties(i,["name","key"])&&typeof i.key==="string"&&typeof i.name==="string"}class AzureSASCredential{_signature;get signature(){return this._signature}constructor(i){if(!i){throw new Error("shared access signature must be a non-empty string")}this._signature=i}update(i){if(!i){throw new Error("shared access signature must be a non-empty string")}this._signature=i}}function isSASCredential(i){return isObjectWithProperties(i,["signature"])&&typeof i.signature==="string"}function isBearerToken(i){return!i.tokenType||i.tokenType==="Bearer"}function isPopToken(i){return i.tokenType==="pop"}function isTokenCredential(i){const u=i;return u&&typeof u.getToken==="function"&&(u.signRequest===undefined||u.getToken.length>0)}const vn="DisableKeepAlivePolicy";function createDisableKeepAlivePolicy(){return{name:vn,async sendRequest(i,u){i.disableKeepAlive=true;return u(i)}}}function pipelineContainsDisableKeepAlivePolicy(i){return i.getOrderedPolicies().some((i=>i.name===vn))}function encodeString(i){return Buffer.from(i).toString("base64")}function encodeByteArray(i){const u=i instanceof Buffer?i:Buffer.from(i.buffer);return u.toString("base64")}function decodeString(i){return Buffer.from(i,"base64")}function base64_decodeStringToString(i){return Buffer.from(i,"base64").toString()}const Rn="$";const Nn="_";function isPrimitiveBody(i,u){return u!=="Composite"&&u!=="Dictionary"&&(typeof i==="string"||typeof i==="number"||typeof i==="boolean"||u?.match(/^(Date|DateTime|DateTimeRfc1123|UnixTime|ByteArray|Base64Url)$/i)!==null||i===undefined||i===null)}const Tn=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function isDuration(i){return Tn.test(i)}const Qn=/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/i;function isValidUuid(i){return Qn.test(i)}function handleNullableResponseAndWrappableBody(i){const u={...i.headers,...i.body};if(i.hasNullableType&&Object.getOwnPropertyNames(u).length===0){return i.shouldWrapBody?{body:null}:null}else{return i.shouldWrapBody?{...i.headers,body:i.body}:u}}function flattenResponse(i,u){const p=i.parsedHeaders;if(i.request.method==="HEAD"){return{...p,body:i.parsedBody}}const A=u&&u.bodyMapper;const g=Boolean(A?.nullable);const C=A?.type.name;if(C==="Stream"){return{...p,blobBody:i.blobBody,readableStreamBody:i.readableStreamBody}}const S=C==="Composite"&&A.type.modelProperties||{};const w=Object.keys(S).some((i=>S[i].serializedName===""));if(C==="Sequence"||w){const u=i.parsedBody??[];for(const p of Object.keys(S)){if(S[p].serializedName){u[p]=i.parsedBody?.[p]}}if(p){for(const i of Object.keys(p)){u[i]=p[i]}}return g&&!i.parsedBody&&!p&&Object.getOwnPropertyNames(S).length===0?null:u}return handleNullableResponseAndWrappableBody({body:i.parsedBody,headers:p,hasNullableType:g,shouldWrapBody:isPrimitiveBody(i.parsedBody,C)})}class SerializerImpl{modelMappers;isXML;constructor(i={},u=false){this.modelMappers=i;this.isXML=u}validateConstraints(i,u,p){const failValidation=(i,A)=>{throw new Error(`"${p}" with value "${u}" should satisfy the constraint "${i}": ${A}.`)};if(i.constraints&&u!==undefined&&u!==null){const{ExclusiveMaximum:p,ExclusiveMinimum:A,InclusiveMaximum:g,InclusiveMinimum:C,MaxItems:S,MaxLength:w,MinItems:B,MinLength:v,MultipleOf:N,Pattern:T,UniqueItems:Q}=i.constraints;if(p!==undefined&&u>=p){failValidation("ExclusiveMaximum",p)}if(A!==undefined&&u<=A){failValidation("ExclusiveMinimum",A)}if(g!==undefined&&u>g){failValidation("InclusiveMaximum",g)}if(C!==undefined&&u<C){failValidation("InclusiveMinimum",C)}if(S!==undefined&&u.length>S){failValidation("MaxItems",S)}if(w!==undefined&&u.length>w){failValidation("MaxLength",w)}if(B!==undefined&&u.length<B){failValidation("MinItems",B)}if(v!==undefined&&u.length<v){failValidation("MinLength",v)}if(N!==undefined&&u%N!==0){failValidation("MultipleOf",N)}if(T){const i=typeof T==="string"?new RegExp(T):T;if(typeof u!=="string"||u.match(i)===null){failValidation("Pattern",T)}}if(Q&&u.some(((i,u,p)=>p.indexOf(i)!==u))){failValidation("UniqueItems",Q)}}}serialize(i,u,p,A={xml:{}}){const g={xml:{rootName:A.xml.rootName??"",includeRoot:A.xml.includeRoot??false,xmlCharKey:A.xml.xmlCharKey??Nn}};let C={};const S=i.type.name;if(!p){p=i.serializedName}if(S.match(/^Sequence$/i)!==null){C=[]}if(i.isConstant){u=i.defaultValue}const{required:w,nullable:B}=i;if(w&&B&&u===undefined){throw new Error(`${p} cannot be undefined.`)}if(w&&!B&&(u===undefined||u===null)){throw new Error(`${p} cannot be null or undefined.`)}if(!w&&B===false&&u===null){throw new Error(`${p} cannot be null.`)}if(u===undefined||u===null){C=u}else{if(S.match(/^any$/i)!==null){C=u}else if(S.match(/^(Number|String|Boolean|Object|Stream|Uuid)$/i)!==null){C=serializeBasicTypes(S,p,u)}else if(S.match(/^Enum$/i)!==null){const A=i;C=serializeEnumType(p,A.type.allowedValues,u)}else if(S.match(/^(Date|DateTime|TimeSpan|DateTimeRfc1123|UnixTime)$/i)!==null){C=serializeDateTypes(S,u,p)}else if(S.match(/^ByteArray$/i)!==null){C=serializeByteArrayType(p,u)}else if(S.match(/^Base64Url$/i)!==null){C=serializeBase64UrlType(p,u)}else if(S.match(/^Sequence$/i)!==null){C=serializeSequenceType(this,i,u,p,Boolean(this.isXML),g)}else if(S.match(/^Dictionary$/i)!==null){C=serializeDictionaryType(this,i,u,p,Boolean(this.isXML),g)}else if(S.match(/^Composite$/i)!==null){C=serializeCompositeType(this,i,u,p,Boolean(this.isXML),g)}}return C}deserialize(i,u,p,A={xml:{}}){const g={xml:{rootName:A.xml.rootName??"",includeRoot:A.xml.includeRoot??false,xmlCharKey:A.xml.xmlCharKey??Nn},ignoreUnknownProperties:A.ignoreUnknownProperties??false};if(u===undefined||u===null){if(this.isXML&&i.type.name==="Sequence"&&!i.xmlIsWrapped){u=[]}if(i.defaultValue!==undefined){u=i.defaultValue}return u}let C;const S=i.type.name;if(!p){p=i.serializedName}if(S.match(/^Composite$/i)!==null){C=deserializeCompositeType(this,i,u,p,g)}else{if(this.isXML){const i=g.xml.xmlCharKey;if(u[Rn]!==undefined&&u[i]!==undefined){u=u[i]}}if(S.match(/^Number$/i)!==null){C=parseFloat(u);if(isNaN(C)){C=u}}else if(S.match(/^Boolean$/i)!==null){if(u==="true"){C=true}else if(u==="false"){C=false}else{C=u}}else if(S.match(/^(String|Enum|Object|Stream|Uuid|TimeSpan|any)$/i)!==null){C=u}else if(S.match(/^(Date|DateTime|DateTimeRfc1123)$/i)!==null){C=new Date(u)}else if(S.match(/^UnixTime$/i)!==null){C=unixTimeToDate(u)}else if(S.match(/^ByteArray$/i)!==null){C=decodeString(u)}else if(S.match(/^Base64Url$/i)!==null){C=base64UrlToByteArray(u)}else if(S.match(/^Sequence$/i)!==null){C=deserializeSequenceType(this,i,u,p,g)}else if(S.match(/^Dictionary$/i)!==null){C=deserializeDictionaryType(this,i,u,p,g)}}if(i.isConstant){C=i.defaultValue}return C}}function createSerializer(i={},u=false){return new SerializerImpl(i,u)}function trimEnd(i,u){let p=i.length;while(p-1>=0&&i[p-1]===u){--p}return i.substr(0,p)}function bufferToBase64Url(i){if(!i){return undefined}if(!(i instanceof Uint8Array)){throw new Error(`Please provide an input of type Uint8Array for converting to Base64Url.`)}const u=encodeByteArray(i);return trimEnd(u,"=").replace(/\+/g,"-").replace(/\//g,"_")}function base64UrlToByteArray(i){if(!i){return undefined}if(i&&typeof i.valueOf()!=="string"){throw new Error("Please provide an input of type string for converting to Uint8Array")}i=i.replace(/-/g,"+").replace(/_/g,"/");return decodeString(i)}function splitSerializeName(i){const u=[];let p="";if(i){const A=i.split(".");for(const i of A){if(i.charAt(i.length-1)==="\\"){p+=i.substr(0,i.length-1)+"."}else{p+=i;u.push(p);p=""}}}return u}function dateToUnixTime(i){if(!i){return undefined}if(typeof i.valueOf()==="string"){i=new Date(i)}return Math.floor(i.getTime()/1e3)}function unixTimeToDate(i){if(!i){return undefined}return new Date(i*1e3)}function serializeBasicTypes(i,u,p){if(p!==null&&p!==undefined){if(i.match(/^Number$/i)!==null){if(typeof p!=="number"){throw new Error(`${u} with value ${p} must be of type number.`)}}else if(i.match(/^String$/i)!==null){if(typeof p.valueOf()!=="string"){throw new Error(`${u} with value "${p}" must be of type string.`)}}else if(i.match(/^Uuid$/i)!==null){if(!(typeof p.valueOf()==="string"&&isValidUuid(p))){throw new Error(`${u} with value "${p}" must be of type string and a valid uuid.`)}}else if(i.match(/^Boolean$/i)!==null){if(typeof p!=="boolean"){throw new Error(`${u} with value ${p} must be of type boolean.`)}}else if(i.match(/^Stream$/i)!==null){const i=typeof p;if(i!=="string"&&typeof p.pipe!=="function"&&typeof p.tee!=="function"&&!(p instanceof ArrayBuffer)&&!ArrayBuffer.isView(p)&&!((typeof Blob==="function"||typeof Blob==="object")&&p instanceof Blob)&&i!=="function"){throw new Error(`${u} must be a string, Blob, ArrayBuffer, ArrayBufferView, ReadableStream, or () => ReadableStream.`)}}}return p}function serializeEnumType(i,u,p){if(!u){throw new Error(`Please provide a set of allowedValues to validate ${i} as an Enum Type.`)}const A=u.some((i=>{if(typeof i.valueOf()==="string"){return i.toLowerCase()===p.toLowerCase()}return i===p}));if(!A){throw new Error(`${p} is not a valid value for ${i}. The valid values are: ${JSON.stringify(u)}.`)}return p}function serializeByteArrayType(i,u){if(u!==undefined&&u!==null){if(!(u instanceof Uint8Array)){throw new Error(`${i} must be of type Uint8Array.`)}u=encodeByteArray(u)}return u}function serializeBase64UrlType(i,u){if(u!==undefined&&u!==null){if(!(u instanceof Uint8Array)){throw new Error(`${i} must be of type Uint8Array.`)}u=bufferToBase64Url(u)}return u}function serializeDateTypes(i,u,p){if(u!==undefined&&u!==null){if(i.match(/^Date$/i)!==null){if(!(u instanceof Date||typeof u.valueOf()==="string"&&!isNaN(Date.parse(u)))){throw new Error(`${p} must be an instanceof Date or a string in ISO8601 format.`)}u=u instanceof Date?u.toISOString().substring(0,10):new Date(u).toISOString().substring(0,10)}else if(i.match(/^DateTime$/i)!==null){if(!(u instanceof Date||typeof u.valueOf()==="string"&&!isNaN(Date.parse(u)))){throw new Error(`${p} must be an instanceof Date or a string in ISO8601 format.`)}u=u instanceof Date?u.toISOString():new Date(u).toISOString()}else if(i.match(/^DateTimeRfc1123$/i)!==null){if(!(u instanceof Date||typeof u.valueOf()==="string"&&!isNaN(Date.parse(u)))){throw new Error(`${p} must be an instanceof Date or a string in RFC-1123 format.`)}u=u instanceof Date?u.toUTCString():new Date(u).toUTCString()}else if(i.match(/^UnixTime$/i)!==null){if(!(u instanceof Date||typeof u.valueOf()==="string"&&!isNaN(Date.parse(u)))){throw new Error(`${p} must be an instanceof Date or a string in RFC-1123/ISO8601 format `+`for it to be serialized in UnixTime/Epoch format.`)}u=dateToUnixTime(u)}else if(i.match(/^TimeSpan$/i)!==null){if(!isDuration(u)){throw new Error(`${p} must be a string in ISO 8601 format. Instead was "${u}".`)}}}return u}function serializeSequenceType(i,u,p,A,g,C){if(!Array.isArray(p)){throw new Error(`${A} must be of type Array.`)}let S=u.type.element;if(!S||typeof S!=="object"){throw new Error(`element" metadata for an Array must be defined in the `+`mapper and it must of type "object" in ${A}.`)}if(S.type.name==="Composite"&&S.type.className){S=i.modelMappers[S.type.className]??S}const w=[];for(let u=0;u<p.length;u++){const B=i.serialize(S,p[u],A,C);if(g&&S.xmlNamespace){const i=S.xmlNamespacePrefix?`xmlns:${S.xmlNamespacePrefix}`:"xmlns";if(S.type.name==="Composite"){w[u]={...B};w[u][Rn]={[i]:S.xmlNamespace}}else{w[u]={};w[u][C.xml.xmlCharKey]=B;w[u][Rn]={[i]:S.xmlNamespace}}}else{w[u]=B}}return w}function serializeDictionaryType(i,u,p,A,g,C){if(typeof p!=="object"){throw new Error(`${A} must be of type object.`)}const S=u.type.value;if(!S||typeof S!=="object"){throw new Error(`"value" metadata for a Dictionary must be defined in the `+`mapper and it must of type "object" in ${A}.`)}const w={};for(const u of Object.keys(p)){const B=i.serialize(S,p[u],A,C);w[u]=getXmlObjectValue(S,B,g,C)}if(g&&u.xmlNamespace){const i=u.xmlNamespacePrefix?`xmlns:${u.xmlNamespacePrefix}`:"xmlns";const p=w;p[Rn]={[i]:u.xmlNamespace};return p}return w}function resolveAdditionalProperties(i,u,p){const A=u.type.additionalProperties;if(!A&&u.type.className){const A=resolveReferencedMapper(i,u,p);return A?.type.additionalProperties}return A}function resolveReferencedMapper(i,u,p){const A=u.type.className;if(!A){throw new Error(`Class name for model "${p}" is not provided in the mapper "${JSON.stringify(u,undefined,2)}".`)}return i.modelMappers[A]}function resolveModelProperties(i,u,p){let A=u.type.modelProperties;if(!A){const g=resolveReferencedMapper(i,u,p);if(!g){throw new Error(`mapper() cannot be null or undefined for model "${u.type.className}".`)}A=g?.type.modelProperties;if(!A){throw new Error(`modelProperties cannot be null or undefined in the `+`mapper "${JSON.stringify(g)}" of type "${u.type.className}" for object "${p}".`)}}return A}function serializeCompositeType(i,u,p,A,g,C){if(getPolymorphicDiscriminatorRecursively(i,u)){u=getPolymorphicMapper(i,u,p,"clientName")}if(p!==undefined&&p!==null){const S={};const w=resolveModelProperties(i,u,A);for(const B of Object.keys(w)){const v=w[B];if(v.readOnly){continue}let N;let T=S;if(i.isXML){if(v.xmlIsWrapped){N=v.xmlName}else{N=v.xmlElementName||v.xmlName}}else{const i=splitSerializeName(v.serializedName);N=i.pop();for(const u of i){const i=T[u];if((i===undefined||i===null)&&(p[B]!==undefined&&p[B]!==null||v.defaultValue!==undefined)){T[u]={}}T=T[u]}}if(T!==undefined&&T!==null){if(g&&u.xmlNamespace){const i=u.xmlNamespacePrefix?`xmlns:${u.xmlNamespacePrefix}`:"xmlns";T[Rn]={...T[Rn],[i]:u.xmlNamespace}}const S=v.serializedName!==""?A+"."+v.serializedName:A;let w=p[B];const Q=getPolymorphicDiscriminatorRecursively(i,u);if(Q&&Q.clientName===B&&(w===undefined||w===null)){w=u.serializedName}const x=i.serialize(v,w,S,C);if(x!==undefined&&N!==undefined&&N!==null){const i=getXmlObjectValue(v,x,g,C);if(g&&v.xmlIsAttribute){T[Rn]=T[Rn]||{};T[Rn][N]=x}else if(g&&v.xmlIsWrapped){T[N]={[v.xmlElementName]:i}}else{T[N]=i}}}}const B=resolveAdditionalProperties(i,u,A);if(B){const u=Object.keys(w);for(const g in p){const w=u.every((i=>i!==g));if(w){S[g]=i.serialize(B,p[g],A+'["'+g+'"]',C)}}}return S}return p}function getXmlObjectValue(i,u,p,A){if(!p||!i.xmlNamespace){return u}const g=i.xmlNamespacePrefix?`xmlns:${i.xmlNamespacePrefix}`:"xmlns";const C={[g]:i.xmlNamespace};if(["Composite"].includes(i.type.name)){if(u[Rn]){return u}else{const i={...u};i[Rn]=C;return i}}const S={};S[A.xml.xmlCharKey]=u;S[Rn]=C;return S}function isSpecialXmlProperty(i,u){return[Rn,u.xml.xmlCharKey].includes(i)}function deserializeCompositeType(i,u,p,A,g){const C=g.xml.xmlCharKey??Nn;if(getPolymorphicDiscriminatorRecursively(i,u)){u=getPolymorphicMapper(i,u,p,"serializedName")}const S=resolveModelProperties(i,u,A);let w={};const B=[];for(const v of Object.keys(S)){const N=S[v];const T=splitSerializeName(S[v].serializedName);B.push(T[0]);const{serializedName:Q,xmlName:x,xmlElementName:_}=N;let k=A;if(Q!==""&&Q!==undefined){k=A+"."+Q}const D=N.headerCollectionPrefix;if(D){const u={};for(const A of Object.keys(p)){if(A.startsWith(D)){u[A.substring(D.length)]=i.deserialize(N.type.value,p[A],k,g)}B.push(A)}w[v]=u}else if(i.isXML){if(N.xmlIsAttribute&&p[Rn]){w[v]=i.deserialize(N,p[Rn][x],k,g)}else if(N.xmlIsMsText){if(p[C]!==undefined){w[v]=p[C]}else if(typeof p==="string"){w[v]=p}}else{const u=_||x||Q;if(N.xmlIsWrapped){const u=p[x];const A=u?.[_]??[];w[v]=i.deserialize(N,A,k,g);B.push(x)}else{const A=p[u];w[v]=i.deserialize(N,A,k,g);B.push(u)}}}else{let A;let C=p;let B=0;for(const i of T){if(!C)break;B++;C=C[i]}if(C===null&&B<T.length){C=undefined}A=C;const Q=u.type.polymorphicDiscriminator;if(Q&&v===Q.clientName&&(A===undefined||A===null)){A=u.serializedName}let x;if(Array.isArray(p[v])&&S[v].serializedName===""){A=p[v];const u=i.deserialize(N,A,k,g);for(const[i,p]of Object.entries(w)){if(!Object.prototype.hasOwnProperty.call(u,i)){u[i]=p}}w=u}else if(A!==undefined||N.defaultValue!==undefined){x=i.deserialize(N,A,k,g);w[v]=x}}}const v=u.type.additionalProperties;if(v){const isAdditionalProperty=i=>{for(const u in S){const p=splitSerializeName(S[u].serializedName);if(p[0]===i){return false}}return true};for(const u in p){if(isAdditionalProperty(u)){w[u]=i.deserialize(v,p[u],A+'["'+u+'"]',g)}}}else if(p&&!g.ignoreUnknownProperties){for(const i of Object.keys(p)){if(w[i]===undefined&&!B.includes(i)&&!isSpecialXmlProperty(i,g)){w[i]=p[i]}}}return w}function deserializeDictionaryType(i,u,p,A,g){const C=u.type.value;if(!C||typeof C!=="object"){throw new Error(`"value" metadata for a Dictionary must be defined in the `+`mapper and it must of type "object" in ${A}`)}if(p){const u={};for(const S of Object.keys(p)){u[S]=i.deserialize(C,p[S],A,g)}return u}return p}function deserializeSequenceType(i,u,p,A,g){let C=u.type.element;if(!C||typeof C!=="object"){throw new Error(`element" metadata for an Array must be defined in the `+`mapper and it must of type "object" in ${A}`)}if(p){if(!Array.isArray(p)){p=[p]}if(C.type.name==="Composite"&&C.type.className){C=i.modelMappers[C.type.className]??C}const u=[];for(let S=0;S<p.length;S++){u[S]=i.deserialize(C,p[S],`${A}[${S}]`,g)}return u}return p}function getIndexDiscriminator(i,u,p){const A=[p];while(A.length){const p=A.shift();const g=u===p?u:p+"."+u;if(Object.prototype.hasOwnProperty.call(i,g)){return i[g]}else{for(const[u,g]of Object.entries(i)){if(u.startsWith(p+".")&&g.type.uberParent===p&&g.type.className){A.push(g.type.className)}}}}return undefined}function getPolymorphicMapper(i,u,p,A){const g=getPolymorphicDiscriminatorRecursively(i,u);if(g){let C=g[A];if(C){if(A==="serializedName"){C=C.replace(/\\/gi,"")}const g=p[C];const S=u.type.uberParent??u.type.className;if(typeof g==="string"&&S){const p=getIndexDiscriminator(i.modelMappers.discriminators,g,S);if(p){u=p}}}}return u}function getPolymorphicDiscriminatorRecursively(i,u){return u.type.polymorphicDiscriminator||getPolymorphicDiscriminatorSafely(i,u.type.uberParent)||getPolymorphicDiscriminatorSafely(i,u.type.className)}function getPolymorphicDiscriminatorSafely(i,u){return u&&i.modelMappers[u]&&i.modelMappers[u].type.polymorphicDiscriminator}const xn={Base64Url:"Base64Url",Boolean:"Boolean",ByteArray:"ByteArray",Composite:"Composite",Date:"Date",DateTime:"DateTime",DateTimeRfc1123:"DateTimeRfc1123",Dictionary:"Dictionary",Enum:"Enum",Number:"Number",Object:"Object",Sequence:"Sequence",String:"String",Stream:"Stream",TimeSpan:"TimeSpan",UnixTime:"UnixTime"};var _n=__nccwpck_require__(33345);const kn=_n.w;function getOperationArgumentValueFromParameter(i,u,p){let A=u.parameterPath;const g=u.mapper;let C;if(typeof A==="string"){A=[A]}if(Array.isArray(A)){if(A.length>0){if(g.isConstant){C=g.defaultValue}else{let u=getPropertyFromParameterPath(i,A);if(!u.propertyFound&&p){u=getPropertyFromParameterPath(p,A)}let S=false;if(!u.propertyFound){S=g.required||A[0]==="options"&&A.length===2}C=S?g.defaultValue:u.propertyValue}}}else{if(g.required){C={}}for(const u in A){const S=g.type.modelProperties[u];const w=A[u];const B=getOperationArgumentValueFromParameter(i,{parameterPath:w,mapper:S},p);if(B!==undefined){if(!C){C={}}C[u]=B}}}return C}function getPropertyFromParameterPath(i,u){const p={propertyFound:false};let A=0;for(;A<u.length;++A){const p=u[A];if(i&&p in i){i=i[p]}else{break}}if(A===u.length){p.propertyValue=i;p.propertyFound=true}return p}const Dn=Symbol.for("@azure/core-client original request");function hasOriginalRequest(i){return Dn in i}function getOperationRequestInfo(i){if(hasOriginalRequest(i)){return getOperationRequestInfo(i[Dn])}let u=kn.operationRequestMap.get(i);if(!u){u={};kn.operationRequestMap.set(i,u)}return u}const On=["application/json","text/json"];const Pn=["application/xml","application/atom+xml"];const Mn="deserializationPolicy";function deserializationPolicy(i={}){const u=i.expectedContentTypes?.json??On;const p=i.expectedContentTypes?.xml??Pn;const A=i.parseXML;const g=i.serializerOptions;const C={xml:{rootName:g?.xml.rootName??"",includeRoot:g?.xml.includeRoot??false,xmlCharKey:g?.xml.xmlCharKey??Nn}};return{name:Mn,async sendRequest(i,g){const S=await g(i);return deserializeResponseBody(u,p,S,C,A)}}}function getOperationResponseMap(i){let u;const p=i.request;const A=getOperationRequestInfo(p);const g=A?.operationSpec;if(g){if(!A?.operationResponseGetter){u=g.responses[i.status]}else{u=A?.operationResponseGetter(g,i)}}return u}function shouldDeserializeResponse(i){const u=i.request;const p=getOperationRequestInfo(u);const A=p?.shouldDeserialize;let g;if(A===undefined){g=true}else if(typeof A==="boolean"){g=A}else{g=A(i)}return g}async function deserializeResponseBody(i,u,p,A,g){const C=await parse(i,u,p,A,g);if(!shouldDeserializeResponse(C)){return C}const S=getOperationRequestInfo(C.request);const w=S?.operationSpec;if(!w||!w.responses){return C}const B=getOperationResponseMap(C);const{error:v,shouldReturnResponse:N}=handleErrorResponse(C,w,B,A);if(v){throw v}else if(N){return C}if(B){if(B.bodyMapper){let i=C.parsedBody;if(w.isXML&&B.bodyMapper.type.name===xn.Sequence){i=typeof i==="object"?i[B.bodyMapper.xmlElementName]:[]}try{C.parsedBody=w.serializer.deserialize(B.bodyMapper,i,"operationRes.parsedBody",A)}catch(i){const u=new fn(`Error ${i} occurred in deserializing the responseBody - ${C.bodyAsText}`,{statusCode:C.status,request:C.request,response:C});throw u}}else if(w.httpMethod==="HEAD"){C.parsedBody=p.status>=200&&p.status<300}if(B.headersMapper){C.parsedHeaders=w.serializer.deserialize(B.headersMapper,C.headers.toJSON(),"operationRes.parsedHeaders",{xml:{},ignoreUnknownProperties:true})}}return C}function isOperationSpecEmpty(i){const u=Object.keys(i.responses);return u.length===0||u.length===1&&u[0]==="default"}function handleErrorResponse(i,u,p,A){const g=200<=i.status&&i.status<300;const C=isOperationSpecEmpty(u)?g:!!p;if(C){if(p){if(!p.isError){return{error:null,shouldReturnResponse:false}}}else{return{error:null,shouldReturnResponse:false}}}const S=p??u.responses.default;const w=i.request.streamResponseStatusCodes?.has(i.status)?`Unexpected status code: ${i.status}`:i.bodyAsText;const B=new fn(w,{statusCode:i.status,request:i.request,response:i});if(!S&&!(i.parsedBody?.error?.code&&i.parsedBody?.error?.message)){throw B}const v=S?.bodyMapper;const N=S?.headersMapper;try{if(i.parsedBody){const p=i.parsedBody;let g;if(v){let i=p;if(u.isXML&&v.type.name===xn.Sequence){i=[];const u=v.xmlElementName;if(typeof p==="object"&&u){i=p[u]}}g=u.serializer.deserialize(v,i,"error.response.parsedBody",A)}const C=p.error||g||p;B.code=C.code;if(C.message){B.message=C.message}if(v){B.response.parsedBody=g}}if(i.headers&&N){B.response.parsedHeaders=u.serializer.deserialize(N,i.headers.toJSON(),"operationRes.parsedHeaders")}}catch(u){B.message=`Error "${u.message}" occurred in deserializing the responseBody - "${i.bodyAsText}" for the default response.`}return{error:B,shouldReturnResponse:false}}async function parse(i,u,p,A,g){if(!p.request.streamResponseStatusCodes?.has(p.status)&&p.bodyAsText){const C=p.bodyAsText;const S=p.headers.get("Content-Type")||"";const w=!S?[]:S.split(";").map((i=>i.toLowerCase()));try{if(w.length===0||w.some((u=>i.indexOf(u)!==-1))){p.parsedBody=JSON.parse(C);return p}else if(w.some((i=>u.indexOf(i)!==-1))){if(!g){throw new Error("Parsing XML not supported.")}const i=await g(C,A.xml);p.parsedBody=i;return p}}catch(i){const u=`Error "${i}" occurred while parsing the response body - ${p.bodyAsText}.`;const A=i.code||fn.PARSE_ERROR;const g=new fn(u,{code:A,statusCode:p.status,request:p.request,response:p});throw g}}return p}function getStreamingResponseStatusCodes(i){const u=new Set;for(const p in i.responses){const A=i.responses[p];if(A.bodyMapper&&A.bodyMapper.type.name===xn.Stream){u.add(Number(p))}}return u}function getPathStringFromParameter(i){const{parameterPath:u,mapper:p}=i;let A;if(typeof u==="string"){A=u}else if(Array.isArray(u)){A=u.join(".")}else{A=p.serializedName}return A}const Ln="serializationPolicy";function serializationPolicy(i={}){const u=i.stringifyXML;return{name:Ln,async sendRequest(i,p){const A=getOperationRequestInfo(i);const g=A?.operationSpec;const C=A?.operationArguments;if(g&&C){serializeHeaders(i,C,g);serializeRequestBody(i,C,g,u)}return p(i)}}}function serializeHeaders(i,u,p){if(p.headerParameters){for(const A of p.headerParameters){let g=getOperationArgumentValueFromParameter(u,A);if(g!==null&&g!==undefined||A.mapper.required){g=p.serializer.serialize(A.mapper,g,getPathStringFromParameter(A));const u=A.mapper.headerCollectionPrefix;if(u){for(const p of Object.keys(g)){i.headers.set(u+p,g[p])}}else{i.headers.set(A.mapper.serializedName||getPathStringFromParameter(A),g)}}}}const A=u.options?.requestOptions?.customHeaders;if(A){for(const u of Object.keys(A)){i.headers.set(u,A[u])}}}function serializeRequestBody(i,u,p,A=function(){throw new Error("XML serialization unsupported!")}){const g=u.options?.serializerOptions;const C={xml:{rootName:g?.xml.rootName??"",includeRoot:g?.xml.includeRoot??false,xmlCharKey:g?.xml.xmlCharKey??Nn}};const S=C.xml.xmlCharKey;if(p.requestBody&&p.requestBody.mapper){i.body=getOperationArgumentValueFromParameter(u,p.requestBody);const g=p.requestBody.mapper;const{required:w,serializedName:B,xmlName:v,xmlElementName:N,xmlNamespace:T,xmlNamespacePrefix:Q,nullable:x}=g;const _=g.type.name;try{if(i.body!==undefined&&i.body!==null||x&&i.body===null||w){const u=getPathStringFromParameter(p.requestBody);i.body=p.serializer.serialize(g,i.body,u,C);const w=_===xn.Stream;if(p.isXML){const u=Q?`xmlns:${Q}`:"xmlns";const p=getXmlValueWithNamespace(T,u,_,i.body,C);if(_===xn.Sequence){i.body=A(prepareXMLRootList(p,N||v||B,u,T),{rootName:v||B,xmlCharKey:S})}else if(!w){i.body=A(p,{rootName:v||B,xmlCharKey:S})}}else if(_===xn.String&&(p.contentType?.match("text/plain")||p.mediaType==="text")){return}else if(!w){i.body=JSON.stringify(i.body)}}}catch(i){throw new Error(`Error "${i.message}" occurred in serializing the payload - ${JSON.stringify(B,undefined," ")}.`)}}else if(p.formDataParameters&&p.formDataParameters.length>0){i.formData={};for(const A of p.formDataParameters){const g=getOperationArgumentValueFromParameter(u,A);if(g!==undefined&&g!==null){const u=A.mapper.serializedName||getPathStringFromParameter(A);i.formData[u]=p.serializer.serialize(A.mapper,g,getPathStringFromParameter(A),C)}}}}function getXmlValueWithNamespace(i,u,p,A,g){if(i&&!["Composite","Sequence","Dictionary"].includes(p)){const p={};p[g.xml.xmlCharKey]=A;p[Rn]={[u]:i};return p}return A}function prepareXMLRootList(i,u,p,A){if(!Array.isArray(i)){i=[i]}if(!p||!A){return{[u]:i}}const g={[u]:i};g[Rn]={[p]:A};return g}function createClientPipeline(i={}){const u=esm_createPipelineFromOptions_createPipelineFromOptions(i??{});if(i.credentialOptions){u.addPolicy(bearerTokenAuthenticationPolicy({credential:i.credentialOptions.credential,scopes:i.credentialOptions.credentialScopes}))}u.addPolicy(serializationPolicy(i.serializationOptions),{phase:"Serialize"});u.addPolicy(deserializationPolicy(i.deserializationOptions),{phase:"Deserialize"});return u}let Fn;function getCachedDefaultHttpClient(){if(!Fn){Fn=esm_defaultHttpClient_createDefaultHttpClient()}return Fn}const Un={CSV:",",SSV:" ",Multi:"Multi",TSV:"\t",Pipes:"|"};function getRequestUrl(i,u,p,A){const g=calculateUrlReplacements(u,p,A);let C=false;let S=replaceAll(i,g);if(u.path){let i=replaceAll(u.path,g);if(u.path==="/{nextLink}"&&i.startsWith("/")){i=i.substring(1)}if(isAbsoluteUrl(i)){S=i;C=true}else{S=appendPath(S,i)}}const{queryParams:w,sequenceParams:B}=calculateQueryParameters(u,p,A);S=appendQueryParams(S,w,B,C);return S}function replaceAll(i,u){let p=i;for(const[i,A]of u){p=p.split(i).join(A)}return p}function calculateUrlReplacements(i,u,p){const A=new Map;if(i.urlParameters?.length){for(const g of i.urlParameters){let C=getOperationArgumentValueFromParameter(u,g,p);const S=getPathStringFromParameter(g);C=i.serializer.serialize(g.mapper,C,S);if(!g.skipEncoding){C=encodeURIComponent(C)}A.set(`{${g.mapper.serializedName||S}}`,C)}}return A}function isAbsoluteUrl(i){return i.includes("://")}function appendPath(i,u){if(!u){return i}const p=new URL(i);let A=p.pathname;if(!A.endsWith("/")){A=`${A}/`}if(u.startsWith("/")){u=u.substring(1)}const g=u.indexOf("?");if(g!==-1){const i=u.substring(0,g);const C=u.substring(g+1);A=A+i;if(C){p.search=p.search?`${p.search}&${C}`:C}}else{A=A+u}p.pathname=A;return p.toString()}function calculateQueryParameters(i,u,p){const A=new Map;const g=new Set;if(i.queryParameters?.length){for(const C of i.queryParameters){if(C.mapper.type.name==="Sequence"&&C.mapper.serializedName){g.add(C.mapper.serializedName)}let S=getOperationArgumentValueFromParameter(u,C,p);if(S!==undefined&&S!==null||C.mapper.required){S=i.serializer.serialize(C.mapper,S,getPathStringFromParameter(C));const u=C.collectionFormat?Un[C.collectionFormat]:"";if(Array.isArray(S)){S=S.map((i=>{if(i===null||i===undefined){return""}return i}))}if(C.collectionFormat==="Multi"&&S.length===0){continue}else if(Array.isArray(S)&&(C.collectionFormat==="SSV"||C.collectionFormat==="TSV")){S=S.join(u)}if(!C.skipEncoding){if(Array.isArray(S)){S=S.map((i=>encodeURIComponent(i)))}else{S=encodeURIComponent(S)}}if(Array.isArray(S)&&(C.collectionFormat==="CSV"||C.collectionFormat==="Pipes")){S=S.join(u)}A.set(C.mapper.serializedName||getPathStringFromParameter(C),S)}}}return{queryParams:A,sequenceParams:g}}function simpleParseQueryParams(i){const u=new Map;if(!i||i[0]!=="?"){return u}i=i.slice(1);const p=i.split("&");for(const i of p){const[p,A]=i.split("=",2);const g=u.get(p);if(g){if(Array.isArray(g)){g.push(A)}else{u.set(p,[g,A])}}else{u.set(p,A)}}return u}function appendQueryParams(i,u,p,A=false){if(u.size===0){return i}const g=new URL(i);const C=simpleParseQueryParams(g.search);for(const[i,g]of u){const u=C.get(i);if(Array.isArray(u)){if(Array.isArray(g)){u.push(...g);const p=new Set(u);C.set(i,Array.from(p))}else{u.push(g)}}else if(u){if(Array.isArray(g)){g.unshift(u)}else if(p.has(i)){C.set(i,[u,g])}if(!A){C.set(i,g)}}else{C.set(i,g)}}const S=[];for(const[i,u]of C){if(typeof u==="string"){S.push(`${i}=${u}`)}else if(Array.isArray(u)){for(const p of u){S.push(`${i}=${p}`)}}else{S.push(`${i}=${u}`)}}g.search=S.length?`?${S.join("&")}`:"";return g.toString()}const Hn=esm_createClientLogger("core-client");class ServiceClient{_endpoint;_requestContentType;_allowInsecureConnection;_httpClient;pipeline;constructor(i={}){this._requestContentType=i.requestContentType;this._endpoint=i.endpoint??i.baseUri;if(i.baseUri){Hn.warning("The baseUri option for SDK Clients has been deprecated, please use endpoint instead.")}this._allowInsecureConnection=i.allowInsecureConnection;this._httpClient=i.httpClient||getCachedDefaultHttpClient();this.pipeline=i.pipeline||serviceClient_createDefaultPipeline(i);if(i.additionalPolicies?.length){for(const{policy:u,position:p}of i.additionalPolicies){const i=p==="perRetry"?"Sign":undefined;this.pipeline.addPolicy(u,{afterPhase:i})}}}async sendRequest(i){return this.pipeline.sendRequest(this._httpClient,i)}async sendOperationRequest(i,u){const p=u.baseUrl||this._endpoint;if(!p){throw new Error("If operationSpec.baseUrl is not specified, then the ServiceClient must have a endpoint string property that contains the base URL to use.")}const A=getRequestUrl(p,u,i,this);const g=esm_pipelineRequest_createPipelineRequest({url:A});g.method=u.httpMethod;const C=getOperationRequestInfo(g);C.operationSpec=u;C.operationArguments=i;const S=u.contentType||this._requestContentType;if(S&&u.requestBody){g.headers.set("Content-Type",S)}const w=i.options;if(w){const i=w.requestOptions;if(i){if(i.timeout){g.timeout=i.timeout}if(i.onUploadProgress){g.onUploadProgress=i.onUploadProgress}if(i.onDownloadProgress){g.onDownloadProgress=i.onDownloadProgress}if(i.shouldDeserialize!==undefined){C.shouldDeserialize=i.shouldDeserialize}if(i.allowInsecureConnection){g.allowInsecureConnection=true}}if(w.abortSignal){g.abortSignal=w.abortSignal}if(w.tracingOptions){g.tracingOptions=w.tracingOptions}}if(this._allowInsecureConnection){g.allowInsecureConnection=true}if(g.streamResponseStatusCodes===undefined){g.streamResponseStatusCodes=getStreamingResponseStatusCodes(u)}try{const i=await this.sendRequest(g);const p=flattenResponse(i,u.responses[i.status]);if(w?.onResponse){w.onResponse(i,p)}return p}catch(i){if(typeof i==="object"&&i?.response){const p=i.response;const A=flattenResponse(p,u.responses[i.statusCode]||u.responses["default"]);i.details=A;if(w?.onResponse){w.onResponse(p,A,i)}}throw i}}}function serviceClient_createDefaultPipeline(i){const u=getCredentialScopes(i);const p=i.credential&&u?{credentialScopes:u,credential:i.credential}:undefined;return createClientPipeline({...i,credentialOptions:p})}function getCredentialScopes(i){if(i.credentialScopes){return i.credentialScopes}if(i.endpoint){return`${i.endpoint}/.default`}if(i.baseUri){return`${i.baseUri}/.default`}if(i.credential&&!i.credentialScopes){throw new Error(`When using credentials, the ServiceClientOptions must contain either a endpoint or a credentialScopes. Unable to create a bearerTokenAuthenticationPolicy`)}return undefined}function parseCAEChallenge(i){const u=`, ${i.trim()}`.split(", Bearer ").filter((i=>i));return u.map((i=>{const u=`${i.trim()}, `.split('", ').filter((i=>i));const p=u.map((i=>(([i,u])=>({[i]:u}))(i.trim().split('="'))));return p.reduce(((i,u)=>({...i,...u})),{})}))}async function authorizeRequestOnClaimChallenge(i){const{scopes:u,response:p}=i;const A=i.logger||coreClientLogger;const g=p.headers.get("WWW-Authenticate");if(!g){A.info(`The WWW-Authenticate header was missing. Failed to perform the Continuous Access Evaluation authentication flow.`);return false}const C=parseCAEChallenge(g)||[];const S=C.find((i=>i.claims));if(!S){A.info(`The WWW-Authenticate header was missing the necessary "claims" to perform the Continuous Access Evaluation authentication flow.`);return false}const w=await i.getAccessToken(S.scope?[S.scope]:u,{claims:decodeStringToString(S.claims)});if(!w){return false}i.request.headers.set("Authorization",`${w.tokenType??"Bearer"} ${w.token}`);return true}const Gn={DefaultScope:"/.default",HeaderConstants:{AUTHORIZATION:"authorization"}};function isUuid(i){return/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/.test(i)}const authorizeRequestOnTenantChallenge=async i=>{const u=requestToOptions(i.request);const p=getChallenge(i.response);if(p){const A=parseChallenge(p);const g=buildScopes(i,A);const C=extractTenantId(A);if(!C){return false}const S=await i.getAccessToken(g,{...u,tenantId:C});if(!S){return false}i.request.headers.set(Gn.HeaderConstants.AUTHORIZATION,`${S.tokenType??"Bearer"} ${S.token}`);return true}return false};function extractTenantId(i){const u=new URL(i.authorization_uri);const p=u.pathname.split("/");const A=p[1];if(A&&isUuid(A)){return A}return undefined}function buildScopes(i,u){if(!u.resource_id){return i.scopes}const p=new URL(u.resource_id);p.pathname=Gn.DefaultScope;let A=p.toString();if(A==="https://disk.azure.com/.default"){A="https://disk.azure.com//.default"}return[A]}function getChallenge(i){const u=i.headers.get("WWW-Authenticate");if(i.status===401&&u){return u}return}function parseChallenge(i){const u=i.slice("Bearer ".length);const p=`${u.trim()} `.split(" ").filter((i=>i));const A=p.map((i=>(([i,u])=>({[i]:u}))(i.trim().split("="))));return A.reduce(((i,u)=>({...i,...u})),{})}function requestToOptions(i){return{abortSignal:i.abortSignal,requestOptions:{timeout:i.timeout},tracingOptions:i.tracingOptions}}const Vn=Symbol("Original PipelineRequest");const zn=Symbol.for("@azure/core-client original request");function toPipelineRequest(i,u={}){const p=i;const A=p[Vn];const g=esm_httpHeaders_createHttpHeaders(i.headers.toJson({preserveCase:true}));if(A){A.headers=g;return A}else{const p=esm_pipelineRequest_createPipelineRequest({url:i.url,method:i.method,headers:g,withCredentials:i.withCredentials,timeout:i.timeout,requestId:i.requestId,abortSignal:i.abortSignal,body:i.body,formData:i.formData,disableKeepAlive:!!i.keepAlive,onDownloadProgress:i.onDownloadProgress,onUploadProgress:i.onUploadProgress,proxySettings:i.proxySettings,streamResponseStatusCodes:i.streamResponseStatusCodes,agent:i.agent,requestOverrides:i.requestOverrides});if(u.originalRequest){p[zn]=u.originalRequest}return p}}function toWebResourceLike(i,u){const p=u?.originalRequest??i;const A={url:i.url,method:i.method,headers:toHttpHeadersLike(i.headers),withCredentials:i.withCredentials,timeout:i.timeout,requestId:i.headers.get("x-ms-client-request-id")||i.requestId,abortSignal:i.abortSignal,body:i.body,formData:i.formData,keepAlive:!!i.disableKeepAlive,onDownloadProgress:i.onDownloadProgress,onUploadProgress:i.onUploadProgress,proxySettings:i.proxySettings,streamResponseStatusCodes:i.streamResponseStatusCodes,agent:i.agent,requestOverrides:i.requestOverrides,clone(){throw new Error("Cannot clone a non-proxied WebResourceLike")},prepare(){throw new Error("WebResourceLike.prepare() is not supported by @azure/core-http-compat")},validateRequestProperties(){}};if(u?.createProxy){return new Proxy(A,{get(u,g,C){if(g===Vn){return i}else if(g==="clone"){return()=>toWebResourceLike(toPipelineRequest(A,{originalRequest:p}),{createProxy:true,originalRequest:p})}return Reflect.get(u,g,C)},set(u,p,A,g){if(p==="keepAlive"){i.disableKeepAlive=!A}const C=["url","method","withCredentials","timeout","requestId","abortSignal","body","formData","onDownloadProgress","onUploadProgress","proxySettings","streamResponseStatusCodes","agent","requestOverrides"];if(typeof p==="string"&&C.includes(p)){i[p]=A}return Reflect.set(u,p,A,g)}})}else{return A}}function toHttpHeadersLike(i){return new HttpHeaders(i.toJSON({preserveCase:true}))}function getHeaderKey(i){return i.toLowerCase()}class HttpHeaders{_headersMap;constructor(i){this._headersMap={};if(i){for(const u in i){this.set(u,i[u])}}}set(i,u){this._headersMap[getHeaderKey(i)]={name:i,value:u.toString()}}get(i){const u=this._headersMap[getHeaderKey(i)];return!u?undefined:u.value}contains(i){return!!this._headersMap[getHeaderKey(i)]}remove(i){const u=this.contains(i);delete this._headersMap[getHeaderKey(i)];return u}rawHeaders(){return this.toJson({preserveCase:true})}headersArray(){const i=[];for(const u in this._headersMap){i.push(this._headersMap[u])}return i}headerNames(){const i=[];const u=this.headersArray();for(let p=0;p<u.length;++p){i.push(u[p].name)}return i}headerValues(){const i=[];const u=this.headersArray();for(let p=0;p<u.length;++p){i.push(u[p].value)}return i}toJson(i={}){const u={};if(i.preserveCase){for(const i in this._headersMap){const p=this._headersMap[i];u[p.name]=p.value}}else{for(const i in this._headersMap){const p=this._headersMap[i];u[getHeaderKey(p.name)]=p.value}}return u}toString(){return JSON.stringify(this.toJson({preserveCase:true}))}clone(){const i={};for(const u in this._headersMap){const p=this._headersMap[u];i[p.name]=p.value}return new HttpHeaders(i)}}const jn=Symbol("Original FullOperationResponse");function toCompatResponse(i,u){let p=toWebResourceLike(i.request);let A=toHttpHeadersLike(i.headers);if(u?.createProxy){return new Proxy(i,{get(u,g,C){if(g==="headers"){return A}else if(g==="request"){return p}else if(g===jn){return i}return Reflect.get(u,g,C)},set(i,u,g,C){if(u==="headers"){A=g}else if(u==="request"){p=g}return Reflect.set(i,u,g,C)}})}else{return{...i,request:p,headers:A}}}function response_toPipelineResponse(i){const u=i;const p=u[jn];const A=esm_httpHeaders_createHttpHeaders(i.headers.toJson({preserveCase:true}));if(p){p.headers=A;return p}else{return{...i,headers:A,request:toPipelineRequest(i.request)}}}class ExtendedServiceClient extends ServiceClient{constructor(i){super(i);if(i.keepAliveOptions?.enable===false&&!pipelineContainsDisableKeepAlivePolicy(this.pipeline)){this.pipeline.addPolicy(createDisableKeepAlivePolicy())}if(i.redirectOptions?.handleRedirects===false){this.pipeline.removePolicy({name:Ls})}}async sendOperationRequest(i,u){const p=i?.options?.onResponse;let A;function onResponse(i,u,g){A=i;if(p){p(i,u,g)}}i.options={...i.options,onResponse:onResponse};const g=await super.sendOperationRequest(i,u);if(A){Object.defineProperty(g,"_response",{value:toCompatResponse(A)})}return g}}var qn;(function(i){i[i["ERROR"]=1]="ERROR";i[i["INFO"]=3]="INFO";i[i["OFF"]=0]="OFF";i[i["WARNING"]=2]="WARNING"})(qn||(qn={}));const $n={log(i,u){},shouldLog(i){return false}};const Jn="RequestPolicyFactoryPolicy";function createRequestPolicyFactoryPolicy(i){const u=i.slice().reverse();return{name:Jn,async sendRequest(i,p){let A={async sendRequest(i){const u=await p(toPipelineRequest(i));return toCompatResponse(u,{createProxy:true})}};for(const i of u){A=i.create(A,$n)}const g=toWebResourceLike(i,{createProxy:true});const C=await A.sendRequest(g);return response_toPipelineResponse(C)}}}function convertHttpClient(i){return{sendRequest:async u=>{const p=await i.sendRequest(toWebResourceLike(u,{createProxy:true}));return response_toPipelineResponse(p)}}}const Wn="\n";function toXml(i,u){let p="";if(u.format&&u.indentBy.length>0){p=Wn}return arrToStr(i,u,"",p)}function arrToStr(i,u,p,A){let g="";let C=false;if(!Array.isArray(i)){if(i!==undefined&&i!==null){let p=i.toString();p=replaceEntitiesValue(p,u);return p}return""}for(let S=0;S<i.length;S++){const w=i[S];const B=propName(w);if(B===undefined)continue;let v="";if(p.length===0)v=B;else v=`${p}.${B}`;if(B===u.textNodeName){let i=w[B];if(!isStopNode(v,u)){i=u.tagValueProcessor(B,i);i=replaceEntitiesValue(i,u)}if(C){g+=A}g+=i;C=false;continue}else if(B===u.cdataPropName){if(C){g+=A}g+=`<![CDATA[${w[B][0][u.textNodeName]}]]>`;C=false;continue}else if(B===u.commentPropName){g+=A+`\x3c!--${w[B][0][u.textNodeName]}--\x3e`;C=true;continue}else if(B[0]==="?"){const i=attr_to_str(w[":@"],u);const p=B==="?xml"?"":A;let S=w[B][0][u.textNodeName];S=S.length!==0?" "+S:"";g+=p+`<${B}${S}${i}?>`;C=true;continue}let N=A;if(N!==""){N+=u.indentBy}const T=attr_to_str(w[":@"],u);const Q=A+`<${B}${T}`;const x=arrToStr(w[B],u,v,N);if(u.unpairedTags.indexOf(B)!==-1){if(u.suppressUnpairedNode)g+=Q+">";else g+=Q+"/>"}else if((!x||x.length===0)&&u.suppressEmptyNode){g+=Q+"/>"}else if(x&&x.endsWith(">")){g+=Q+`>${x}${A}</${B}>`}else{g+=Q+">";if(x&&A!==""&&(x.includes("/>")||x.includes("</"))){g+=A+u.indentBy+x+A}else{g+=x}g+=`</${B}>`}C=true}return g}function propName(i){const u=Object.keys(i);for(let p=0;p<u.length;p++){const A=u[p];if(!Object.prototype.hasOwnProperty.call(i,A))continue;if(A!==":@")return A}}function attr_to_str(i,u){let p="";if(i&&!u.ignoreAttributes){for(let A in i){if(!Object.prototype.hasOwnProperty.call(i,A))continue;let g=u.attributeValueProcessor(A,i[A]);g=replaceEntitiesValue(g,u);if(g===true&&u.suppressBooleanAttributes){p+=` ${A.substr(u.attributeNamePrefix.length)}`}else{p+=` ${A.substr(u.attributeNamePrefix.length)}="${g}"`}}}return p}function isStopNode(i,u){i=i.substr(0,i.length-u.textNodeName.length-1);let p=i.substr(i.lastIndexOf(".")+1);for(let A in u.stopNodes){if(u.stopNodes[A]===i||u.stopNodes[A]==="*."+p)return true}return false}function replaceEntitiesValue(i,u){if(i&&i.length>0&&u.processEntities){for(let p=0;p<u.entities.length;p++){const A=u.entities[p];i=i.replace(A.regex,A.val)}}return i}function getIgnoreAttributesFn(i){if(typeof i==="function"){return i}if(Array.isArray(i)){return u=>{for(const p of i){if(typeof p==="string"&&u===p){return true}if(p instanceof RegExp&&p.test(u)){return true}}}}return()=>false}const Yn={attributeNamePrefix:"@_",attributesGroupName:false,textNodeName:"#text",ignoreAttributes:true,cdataPropName:false,format:false,indentBy:" ",suppressEmptyNode:false,suppressUnpairedNode:true,suppressBooleanAttributes:true,tagValueProcessor:function(i,u){return u},attributeValueProcessor:function(i,u){return u},preserveOrder:false,commentPropName:false,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&"},{regex:new RegExp(">","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:true,stopNodes:[],oneListGroup:false};function Builder(i){this.options=Object.assign({},Yn,i);if(this.options.ignoreAttributes===true||this.options.attributesGroupName){this.isAttribute=function(){return false}}else{this.ignoreAttributesFn=getIgnoreAttributesFn(this.options.ignoreAttributes);this.attrPrefixLen=this.options.attributeNamePrefix.length;this.isAttribute=isAttribute}this.processTextOrObjNode=processTextOrObjNode;if(this.options.format){this.indentate=indentate;this.tagEndChar=">\n";this.newLine="\n"}else{this.indentate=function(){return""};this.tagEndChar=">";this.newLine=""}}Builder.prototype.build=function(i){if(this.options.preserveOrder){return toXml(i,this.options)}else{if(Array.isArray(i)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1){i={[this.options.arrayNodeName]:i}}return this.j2x(i,0,[]).val}};Builder.prototype.j2x=function(i,u,p){let A="";let g="";const C=p.join(".");for(let S in i){if(!Object.prototype.hasOwnProperty.call(i,S))continue;if(typeof i[S]==="undefined"){if(this.isAttribute(S)){g+=""}}else if(i[S]===null){if(this.isAttribute(S)){g+=""}else if(S===this.options.cdataPropName){g+=""}else if(S[0]==="?"){g+=this.indentate(u)+"<"+S+"?"+this.tagEndChar}else{g+=this.indentate(u)+"<"+S+"/"+this.tagEndChar}}else if(i[S]instanceof Date){g+=this.buildTextValNode(i[S],S,"",u)}else if(typeof i[S]!=="object"){const p=this.isAttribute(S);if(p&&!this.ignoreAttributesFn(p,C)){A+=this.buildAttrPairStr(p,""+i[S])}else if(!p){if(S===this.options.textNodeName){let u=this.options.tagValueProcessor(S,""+i[S]);g+=this.replaceEntitiesValue(u)}else{g+=this.buildTextValNode(i[S],S,"",u)}}}else if(Array.isArray(i[S])){const A=i[S].length;let C="";let w="";for(let B=0;B<A;B++){const A=i[S][B];if(typeof A==="undefined"){}else if(A===null){if(S[0]==="?")g+=this.indentate(u)+"<"+S+"?"+this.tagEndChar;else g+=this.indentate(u)+"<"+S+"/"+this.tagEndChar}else if(typeof A==="object"){if(this.options.oneListGroup){const i=this.j2x(A,u+1,p.concat(S));C+=i.val;if(this.options.attributesGroupName&&A.hasOwnProperty(this.options.attributesGroupName)){w+=i.attrStr}}else{C+=this.processTextOrObjNode(A,S,u,p)}}else{if(this.options.oneListGroup){let i=this.options.tagValueProcessor(S,A);i=this.replaceEntitiesValue(i);C+=i}else{C+=this.buildTextValNode(A,S,"",u)}}}if(this.options.oneListGroup){C=this.buildObjectNode(C,S,w,u)}g+=C}else{if(this.options.attributesGroupName&&S===this.options.attributesGroupName){const u=Object.keys(i[S]);const p=u.length;for(let g=0;g<p;g++){A+=this.buildAttrPairStr(u[g],""+i[S][u[g]])}}else{g+=this.processTextOrObjNode(i[S],S,u,p)}}}return{attrStr:A,val:g}};Builder.prototype.buildAttrPairStr=function(i,u){u=this.options.attributeValueProcessor(i,""+u);u=this.replaceEntitiesValue(u);if(this.options.suppressBooleanAttributes&&u==="true"){return" "+i}else return" "+i+'="'+u+'"'};function processTextOrObjNode(i,u,p,A){const g=this.j2x(i,p+1,A.concat(u));if(i[this.options.textNodeName]!==undefined&&Object.keys(i).length===1){return this.buildTextValNode(i[this.options.textNodeName],u,g.attrStr,p)}else{return this.buildObjectNode(g.val,u,g.attrStr,p)}}Builder.prototype.buildObjectNode=function(i,u,p,A){if(i===""){if(u[0]==="?")return this.indentate(A)+"<"+u+p+"?"+this.tagEndChar;else{return this.indentate(A)+"<"+u+p+this.closeTag(u)+this.tagEndChar}}else{let g="</"+u+this.tagEndChar;let C="";if(u[0]==="?"){C="?";g=""}if((p||p==="")&&i.indexOf("<")===-1){return this.indentate(A)+"<"+u+p+C+">"+i+g}else if(this.options.commentPropName!==false&&u===this.options.commentPropName&&C.length===0){return this.indentate(A)+`\x3c!--${i}--\x3e`+this.newLine}else{return this.indentate(A)+"<"+u+p+C+this.tagEndChar+i+this.indentate(A)+g}}};Builder.prototype.closeTag=function(i){let u="";if(this.options.unpairedTags.indexOf(i)!==-1){if(!this.options.suppressUnpairedNode)u="/"}else if(this.options.suppressEmptyNode){u="/"}else{u=`></${i}`}return u};function buildEmptyObjNode(i,u,p,A){if(i!==""){return this.buildObjectNode(i,u,p,A)}else{if(u[0]==="?")return this.indentate(A)+"<"+u+p+"?"+this.tagEndChar;else{return this.indentate(A)+"<"+u+p+"/"+this.tagEndChar}}}Builder.prototype.buildTextValNode=function(i,u,p,A){if(this.options.cdataPropName!==false&&u===this.options.cdataPropName){return this.indentate(A)+`<![CDATA[${i}]]>`+this.newLine}else if(this.options.commentPropName!==false&&u===this.options.commentPropName){return this.indentate(A)+`\x3c!--${i}--\x3e`+this.newLine}else if(u[0]==="?"){return this.indentate(A)+"<"+u+p+"?"+this.tagEndChar}else{let g=this.options.tagValueProcessor(u,i);g=this.replaceEntitiesValue(g);if(g===""){return this.indentate(A)+"<"+u+p+this.closeTag(u)+this.tagEndChar}else{return this.indentate(A)+"<"+u+p+">"+g+"</"+u+this.tagEndChar}}};Builder.prototype.replaceEntitiesValue=function(i){if(i&&i.length>0&&this.options.processEntities){for(let u=0;u<this.options.entities.length;u++){const p=this.options.entities[u];i=i.replace(p.regex,p.val)}}return i};function indentate(i){return this.options.indentBy.repeat(i)}function isAttribute(i){if(i.startsWith(this.options.attributeNamePrefix)&&i!==this.options.textNodeName){return i.substr(this.attrPrefixLen)}else{return false}}const Kn=Builder;const Zn=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD";const Xn=Zn+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040";const ai="["+Zn+"]["+Xn+"]*";const di=new RegExp("^"+ai+"$");function getAllMatches(i,u){const p=[];let A=u.exec(i);while(A){const g=[];g.startIndex=u.lastIndex-A[0].length;const C=A.length;for(let i=0;i<C;i++){g.push(A[i])}p.push(g);A=u.exec(i)}return p}const isName=function(i){const u=di.exec(i);return!(u===null||typeof u==="undefined")};function isExist(i){return typeof i!=="undefined"}function isEmptyObject(i){return Object.keys(i).length===0}function getValue(i){if(exports.isExist(i)){return i}else{return""}}const hi={allowBooleanAttributes:false,unpairedTags:[]};function validate(i,u){u=Object.assign({},hi,u);const p=[];let A=false;let g=false;if(i[0]==="\ufeff"){i=i.substr(1)}for(let C=0;C<i.length;C++){if(i[C]==="<"&&i[C+1]==="?"){C+=2;C=readPI(i,C);if(C.err)return C}else if(i[C]==="<"){let S=C;C++;if(i[C]==="!"){C=readCommentAndCDATA(i,C);continue}else{let w=false;if(i[C]==="/"){w=true;C++}let B="";for(;C<i.length&&i[C]!==">"&&i[C]!==" "&&i[C]!=="\t"&&i[C]!=="\n"&&i[C]!=="\r";C++){B+=i[C]}B=B.trim();if(B[B.length-1]==="/"){B=B.substring(0,B.length-1);C--}if(!validateTagName(B)){let u;if(B.trim().length===0){u="Invalid space after '<'."}else{u="Tag '"+B+"' is an invalid name."}return getErrorObject("InvalidTag",u,getLineNumberForPosition(i,C))}const v=readAttributeStr(i,C);if(v===false){return getErrorObject("InvalidAttr","Attributes for '"+B+"' have open quote.",getLineNumberForPosition(i,C))}let N=v.value;C=v.index;if(N[N.length-1]==="/"){const p=C-N.length;N=N.substring(0,N.length-1);const g=validateAttributeString(N,u);if(g===true){A=true}else{return getErrorObject(g.err.code,g.err.msg,getLineNumberForPosition(i,p+g.err.line))}}else if(w){if(!v.tagClosed){return getErrorObject("InvalidTag","Closing tag '"+B+"' doesn't have proper closing.",getLineNumberForPosition(i,C))}else if(N.trim().length>0){return getErrorObject("InvalidTag","Closing tag '"+B+"' can't have attributes or invalid starting.",getLineNumberForPosition(i,S))}else if(p.length===0){return getErrorObject("InvalidTag","Closing tag '"+B+"' has not been opened.",getLineNumberForPosition(i,S))}else{const u=p.pop();if(B!==u.tagName){let p=getLineNumberForPosition(i,u.tagStartPos);return getErrorObject("InvalidTag","Expected closing tag '"+u.tagName+"' (opened in line "+p.line+", col "+p.col+") instead of closing tag '"+B+"'.",getLineNumberForPosition(i,S))}if(p.length==0){g=true}}}else{const w=validateAttributeString(N,u);if(w!==true){return getErrorObject(w.err.code,w.err.msg,getLineNumberForPosition(i,C-N.length+w.err.line))}if(g===true){return getErrorObject("InvalidXml","Multiple possible root nodes found.",getLineNumberForPosition(i,C))}else if(u.unpairedTags.indexOf(B)!==-1){}else{p.push({tagName:B,tagStartPos:S})}A=true}for(C++;C<i.length;C++){if(i[C]==="<"){if(i[C+1]==="!"){C++;C=readCommentAndCDATA(i,C);continue}else if(i[C+1]==="?"){C=readPI(i,++C);if(C.err)return C}else{break}}else if(i[C]==="&"){const u=validateAmpersand(i,C);if(u==-1)return getErrorObject("InvalidChar","char '&' is not expected.",getLineNumberForPosition(i,C));C=u}else{if(g===true&&!isWhiteSpace(i[C])){return getErrorObject("InvalidXml","Extra text at the end",getLineNumberForPosition(i,C))}}}if(i[C]==="<"){C--}}}else{if(isWhiteSpace(i[C])){continue}return getErrorObject("InvalidChar","char '"+i[C]+"' is not expected.",getLineNumberForPosition(i,C))}}if(!A){return getErrorObject("InvalidXml","Start tag expected.",1)}else if(p.length==1){return getErrorObject("InvalidTag","Unclosed tag '"+p[0].tagName+"'.",getLineNumberForPosition(i,p[0].tagStartPos))}else if(p.length>0){return getErrorObject("InvalidXml","Invalid '"+JSON.stringify(p.map((i=>i.tagName)),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}return true}function isWhiteSpace(i){return i===" "||i==="\t"||i==="\n"||i==="\r"}function readPI(i,u){const p=u;for(;u<i.length;u++){if(i[u]=="?"||i[u]==" "){const A=i.substr(p,u-p);if(u>5&&A==="xml"){return getErrorObject("InvalidXml","XML declaration allowed only at the start of the document.",getLineNumberForPosition(i,u))}else if(i[u]=="?"&&i[u+1]==">"){u++;break}else{continue}}}return u}function readCommentAndCDATA(i,u){if(i.length>u+5&&i[u+1]==="-"&&i[u+2]==="-"){for(u+=3;u<i.length;u++){if(i[u]==="-"&&i[u+1]==="-"&&i[u+2]===">"){u+=2;break}}}else if(i.length>u+8&&i[u+1]==="D"&&i[u+2]==="O"&&i[u+3]==="C"&&i[u+4]==="T"&&i[u+5]==="Y"&&i[u+6]==="P"&&i[u+7]==="E"){let p=1;for(u+=8;u<i.length;u++){if(i[u]==="<"){p++}else if(i[u]===">"){p--;if(p===0){break}}}}else if(i.length>u+9&&i[u+1]==="["&&i[u+2]==="C"&&i[u+3]==="D"&&i[u+4]==="A"&&i[u+5]==="T"&&i[u+6]==="A"&&i[u+7]==="["){for(u+=8;u<i.length;u++){if(i[u]==="]"&&i[u+1]==="]"&&i[u+2]===">"){u+=2;break}}}return u}const pi='"';const Ai="'";function readAttributeStr(i,u){let p="";let A="";let g=false;for(;u<i.length;u++){if(i[u]===pi||i[u]===Ai){if(A===""){A=i[u]}else if(A!==i[u]){}else{A=""}}else if(i[u]===">"){if(A===""){g=true;break}}p+=i[u]}if(A!==""){return false}return{value:p,index:u,tagClosed:g}}const fi=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function validateAttributeString(i,u){const p=getAllMatches(i,fi);const A={};for(let i=0;i<p.length;i++){if(p[i][1].length===0){return getErrorObject("InvalidAttr","Attribute '"+p[i][2]+"' has no space in starting.",getPositionFromMatch(p[i]))}else if(p[i][3]!==undefined&&p[i][4]===undefined){return getErrorObject("InvalidAttr","Attribute '"+p[i][2]+"' is without value.",getPositionFromMatch(p[i]))}else if(p[i][3]===undefined&&!u.allowBooleanAttributes){return getErrorObject("InvalidAttr","boolean attribute '"+p[i][2]+"' is not allowed.",getPositionFromMatch(p[i]))}const g=p[i][2];if(!validateAttrName(g)){return getErrorObject("InvalidAttr","Attribute '"+g+"' is an invalid name.",getPositionFromMatch(p[i]))}if(!Object.prototype.hasOwnProperty.call(A,g)){A[g]=1}else{return getErrorObject("InvalidAttr","Attribute '"+g+"' is repeated.",getPositionFromMatch(p[i]))}}return true}function validateNumberAmpersand(i,u){let p=/\d/;if(i[u]==="x"){u++;p=/[\da-fA-F]/}for(;u<i.length;u++){if(i[u]===";")return u;if(!i[u].match(p))break}return-1}function validateAmpersand(i,u){u++;if(i[u]===";")return-1;if(i[u]==="#"){u++;return validateNumberAmpersand(i,u)}let p=0;for(;u<i.length;u++,p++){if(i[u].match(/\w/)&&p<20)continue;if(i[u]===";")break;return-1}return u}function getErrorObject(i,u,p){return{err:{code:i,msg:u,line:p.line||p,col:p.col}}}function validateAttrName(i){return isName(i)}function validateTagName(i){return isName(i)}function getLineNumberForPosition(i,u){const p=i.substring(0,u).split(/\r?\n/);return{line:p.length,col:p[p.length-1].length+1}}function getPositionFromMatch(i){return i.startIndex+i[1].length}const gi={validate:validate};const mi={preserveOrder:false,attributeNamePrefix:"@_",attributesGroupName:false,textNodeName:"#text",ignoreAttributes:true,removeNSPrefix:false,allowBooleanAttributes:false,parseTagValue:true,parseAttributeValue:false,trimValues:true,cdataPropName:false,numberParseOptions:{hex:true,leadingZeros:true,eNotation:true},tagValueProcessor:function(i,u){return u},attributeValueProcessor:function(i,u){return u},stopNodes:[],alwaysCreateTextNode:false,isArray:()=>false,commentPropName:false,unpairedTags:[],processEntities:true,htmlEntities:false,ignoreDeclaration:false,ignorePiTags:false,transformTagName:false,transformAttributeName:false,updateTag:function(i,u,p){return i},captureMetaData:false,maxNestedTags:100,strictReservedNames:true};function normalizeProcessEntities(i){if(typeof i==="boolean"){return{enabled:i,maxEntitySize:1e4,maxExpansionDepth:10,maxTotalExpansions:1e3,maxExpandedLength:1e5,allowedTags:null,tagFilter:null}}if(typeof i==="object"&&i!==null){return{enabled:i.enabled!==false,maxEntitySize:i.maxEntitySize??1e4,maxExpansionDepth:i.maxExpansionDepth??10,maxTotalExpansions:i.maxTotalExpansions??1e3,maxExpandedLength:i.maxExpandedLength??1e5,allowedTags:i.allowedTags??null,tagFilter:i.tagFilter??null}}return normalizeProcessEntities(true)}const buildOptions=function(i){const u=Object.assign({},mi,i);u.processEntities=normalizeProcessEntities(u.processEntities);return u};let Ei;if(typeof Symbol!=="function"){Ei="@@xmlMetadata"}else{Ei=Symbol("XML Node Metadata")}class XmlNode{constructor(i){this.tagname=i;this.child=[];this[":@"]=Object.create(null)}add(i,u){if(i==="__proto__")i="#__proto__";this.child.push({[i]:u})}addChild(i,u){if(i.tagname==="__proto__")i.tagname="#__proto__";if(i[":@"]&&Object.keys(i[":@"]).length>0){this.child.push({[i.tagname]:i.child,[":@"]:i[":@"]})}else{this.child.push({[i.tagname]:i.child})}if(u!==undefined){this.child[this.child.length-1][Ei]={startIndex:u}}}static getMetaDataSymbol(){return Ei}}class DocTypeReader{constructor(i){this.suppressValidationErr=!i;this.options=i}readDocType(i,u){const p=Object.create(null);if(i[u+3]==="O"&&i[u+4]==="C"&&i[u+5]==="T"&&i[u+6]==="Y"&&i[u+7]==="P"&&i[u+8]==="E"){u=u+9;let A=1;let g=false,C=false;let S="";for(;u<i.length;u++){if(i[u]==="<"&&!C){if(g&&hasSeq(i,"!ENTITY",u)){u+=7;let A,g;[A,g,u]=this.readEntityExp(i,u+1,this.suppressValidationErr);if(g.indexOf("&")===-1){const i=A.replace(/[.\-+*:]/g,"\\.");p[A]={regx:RegExp(`&${i};`,"g"),val:g}}}else if(g&&hasSeq(i,"!ELEMENT",u)){u+=8;const{index:p}=this.readElementExp(i,u+1);u=p}else if(g&&hasSeq(i,"!ATTLIST",u)){u+=8}else if(g&&hasSeq(i,"!NOTATION",u)){u+=9;const{index:p}=this.readNotationExp(i,u+1,this.suppressValidationErr);u=p}else if(hasSeq(i,"!--",u))C=true;else throw new Error(`Invalid DOCTYPE`);A++;S=""}else if(i[u]===">"){if(C){if(i[u-1]==="-"&&i[u-2]==="-"){C=false;A--}}else{A--}if(A===0){break}}else if(i[u]==="["){g=true}else{S+=i[u]}}if(A!==0){throw new Error(`Unclosed DOCTYPE`)}}else{throw new Error(`Invalid Tag instead of DOCTYPE`)}return{entities:p,i:u}}readEntityExp(i,u){u=skipWhitespace(i,u);let p="";while(u<i.length&&!/\s/.test(i[u])&&i[u]!=='"'&&i[u]!=="'"){p+=i[u];u++}validateEntityName(p);u=skipWhitespace(i,u);if(!this.suppressValidationErr){if(i.substring(u,u+6).toUpperCase()==="SYSTEM"){throw new Error("External entities are not supported")}else if(i[u]==="%"){throw new Error("Parameter entities are not supported")}}let A="";[u,A]=this.readIdentifierVal(i,u,"entity");if(this.options.enabled!==false&&this.options.maxEntitySize&&A.length>this.options.maxEntitySize){throw new Error(`Entity "${p}" size (${A.length}) exceeds maximum allowed size (${this.options.maxEntitySize})`)}u--;return[p,A,u]}readNotationExp(i,u){u=skipWhitespace(i,u);let p="";while(u<i.length&&!/\s/.test(i[u])){p+=i[u];u++}!this.suppressValidationErr&&validateEntityName(p);u=skipWhitespace(i,u);const A=i.substring(u,u+6).toUpperCase();if(!this.suppressValidationErr&&A!=="SYSTEM"&&A!=="PUBLIC"){throw new Error(`Expected SYSTEM or PUBLIC, found "${A}"`)}u+=A.length;u=skipWhitespace(i,u);let g=null;let C=null;if(A==="PUBLIC"){[u,g]=this.readIdentifierVal(i,u,"publicIdentifier");u=skipWhitespace(i,u);if(i[u]==='"'||i[u]==="'"){[u,C]=this.readIdentifierVal(i,u,"systemIdentifier")}}else if(A==="SYSTEM"){[u,C]=this.readIdentifierVal(i,u,"systemIdentifier");if(!this.suppressValidationErr&&!C){throw new Error("Missing mandatory system identifier for SYSTEM notation")}}return{notationName:p,publicIdentifier:g,systemIdentifier:C,index:--u}}readIdentifierVal(i,u,p){let A="";const g=i[u];if(g!=='"'&&g!=="'"){throw new Error(`Expected quoted string, found "${g}"`)}u++;while(u<i.length&&i[u]!==g){A+=i[u];u++}if(i[u]!==g){throw new Error(`Unterminated ${p} value`)}u++;return[u,A]}readElementExp(i,u){u=skipWhitespace(i,u);let p="";while(u<i.length&&!/\s/.test(i[u])){p+=i[u];u++}if(!this.suppressValidationErr&&!isName(p)){throw new Error(`Invalid element name: "${p}"`)}u=skipWhitespace(i,u);let A="";if(i[u]==="E"&&hasSeq(i,"MPTY",u))u+=4;else if(i[u]==="A"&&hasSeq(i,"NY",u))u+=2;else if(i[u]==="("){u++;while(u<i.length&&i[u]!==")"){A+=i[u];u++}if(i[u]!==")"){throw new Error("Unterminated content model")}}else if(!this.suppressValidationErr){throw new Error(`Invalid Element Expression, found "${i[u]}"`)}return{elementName:p,contentModel:A.trim(),index:u}}readAttlistExp(i,u){u=skipWhitespace(i,u);let p="";while(u<i.length&&!/\s/.test(i[u])){p+=i[u];u++}validateEntityName(p);u=skipWhitespace(i,u);let A="";while(u<i.length&&!/\s/.test(i[u])){A+=i[u];u++}if(!validateEntityName(A)){throw new Error(`Invalid attribute name: "${A}"`)}u=skipWhitespace(i,u);let g="";if(i.substring(u,u+8).toUpperCase()==="NOTATION"){g="NOTATION";u+=8;u=skipWhitespace(i,u);if(i[u]!=="("){throw new Error(`Expected '(', found "${i[u]}"`)}u++;let p=[];while(u<i.length&&i[u]!==")"){let A="";while(u<i.length&&i[u]!=="|"&&i[u]!==")"){A+=i[u];u++}A=A.trim();if(!validateEntityName(A)){throw new Error(`Invalid notation name: "${A}"`)}p.push(A);if(i[u]==="|"){u++;u=skipWhitespace(i,u)}}if(i[u]!==")"){throw new Error("Unterminated list of notations")}u++;g+=" ("+p.join("|")+")"}else{while(u<i.length&&!/\s/.test(i[u])){g+=i[u];u++}const p=["CDATA","ID","IDREF","IDREFS","ENTITY","ENTITIES","NMTOKEN","NMTOKENS"];if(!this.suppressValidationErr&&!p.includes(g.toUpperCase())){throw new Error(`Invalid attribute type: "${g}"`)}}u=skipWhitespace(i,u);let C="";if(i.substring(u,u+8).toUpperCase()==="#REQUIRED"){C="#REQUIRED";u+=8}else if(i.substring(u,u+7).toUpperCase()==="#IMPLIED"){C="#IMPLIED";u+=7}else{[u,C]=this.readIdentifierVal(i,u,"ATTLIST")}return{elementName:p,attributeName:A,attributeType:g,defaultValue:C,index:u}}}const skipWhitespace=(i,u)=>{while(u<i.length&&/\s/.test(i[u])){u++}return u};function hasSeq(i,u,p){for(let A=0;A<u.length;A++){if(u[A]!==i[p+A+1])return false}return true}function validateEntityName(i){if(isName(i))return i;else throw new Error(`Invalid entity name ${i}`)}const Si=/^[-+]?0x[a-fA-F0-9]+$/;const wi=/^([\-\+])?(0*)([0-9]*(\.[0-9]*)?)$/;const vi={hex:true,leadingZeros:true,decimalPoint:".",eNotation:true};function toNumber(i,u={}){u=Object.assign({},vi,u);if(!i||typeof i!=="string")return i;let p=i.trim();if(u.skipLike!==undefined&&u.skipLike.test(p))return i;else if(i==="0")return 0;else if(u.hex&&Si.test(p)){return parse_int(p,16)}else if(p.includes("e")||p.includes("E")){return resolveEnotation(i,p,u)}else{const A=wi.exec(p);if(A){const g=A[1]||"";const C=A[2];let S=trimZeros(A[3]);const w=g?i[C.length+1]===".":i[C.length]===".";if(!u.leadingZeros&&(C.length>1||C.length===1&&!w)){return i}else{const A=Number(p);const w=String(A);if(A===0)return A;if(w.search(/[eE]/)!==-1){if(u.eNotation)return A;else return i}else if(p.indexOf(".")!==-1){if(w==="0")return A;else if(w===S)return A;else if(w===`${g}${S}`)return A;else return i}let B=C?S:p;if(C){return B===w||g+B===w?A:i}else{return B===w||B===g+w?A:i}}}else{return i}}}const Qi=/^([-+])?(0*)(\d*(\.\d*)?[eE][-\+]?\d+)$/;function resolveEnotation(i,u,p){if(!p.eNotation)return i;const A=u.match(Qi);if(A){let g=A[1]||"";const C=A[3].indexOf("e")===-1?"E":"e";const S=A[2];const w=g?i[S.length+1]===C:i[S.length]===C;if(S.length>1&&w)return i;else if(S.length===1&&(A[3].startsWith(`.${C}`)||A[3][0]===C)){return Number(u)}else if(p.leadingZeros&&!w){u=(A[1]||"")+A[3];return Number(u)}else return i}else{return i}}function trimZeros(i){if(i&&i.indexOf(".")!==-1){i=i.replace(/0+$/,"");if(i===".")i="0";else if(i[0]===".")i="0"+i;else if(i[i.length-1]===".")i=i.substring(0,i.length-1);return i}return i}function parse_int(i,u){if(parseInt)return parseInt(i,u);else if(Number.parseInt)return Number.parseInt(i,u);else if(window&&window.parseInt)return window.parseInt(i,u);else throw new Error("parseInt, Number.parseInt, window.parseInt are not supported")}function ignoreAttributes_getIgnoreAttributesFn(i){if(typeof i==="function"){return i}if(Array.isArray(i)){return u=>{for(const p of i){if(typeof p==="string"&&u===p){return true}if(p instanceof RegExp&&p.test(u)){return true}}}}return()=>false}class OrderedObjParser{constructor(i){this.options=i;this.currentNode=null;this.tagsNodeStack=[];this.docTypeEntities={};this.lastEntities={apos:{regex:/&(apos|#39|#x27);/g,val:"'"},gt:{regex:/&(gt|#62|#x3E);/g,val:">"},lt:{regex:/&(lt|#60|#x3C);/g,val:"<"},quot:{regex:/&(quot|#34|#x22);/g,val:'"'}};this.ampEntity={regex:/&(amp|#38|#x26);/g,val:"&"};this.htmlEntities={space:{regex:/&(nbsp|#160);/g,val:" "},cent:{regex:/&(cent|#162);/g,val:"¢"},pound:{regex:/&(pound|#163);/g,val:"£"},yen:{regex:/&(yen|#165);/g,val:"¥"},euro:{regex:/&(euro|#8364);/g,val:"€"},copyright:{regex:/&(copy|#169);/g,val:"©"},reg:{regex:/&(reg|#174);/g,val:"®"},inr:{regex:/&(inr|#8377);/g,val:"₹"},num_dec:{regex:/&#([0-9]{1,7});/g,val:(i,u)=>fromCodePoint(u,10,"&#")},num_hex:{regex:/&#x([0-9a-fA-F]{1,6});/g,val:(i,u)=>fromCodePoint(u,16,"&#x")}};this.addExternalEntities=addExternalEntities;this.parseXml=parseXml;this.parseTextData=parseTextData;this.resolveNameSpace=resolveNameSpace;this.buildAttributesMap=buildAttributesMap;this.isItStopNode=isItStopNode;this.replaceEntitiesValue=OrderedObjParser_replaceEntitiesValue;this.readStopNodeData=readStopNodeData;this.saveTextToParentTag=saveTextToParentTag;this.addChild=addChild;this.ignoreAttributesFn=ignoreAttributes_getIgnoreAttributesFn(this.options.ignoreAttributes);this.entityExpansionCount=0;this.currentExpandedLength=0;if(this.options.stopNodes&&this.options.stopNodes.length>0){this.stopNodesExact=new Set;this.stopNodesWildcard=new Set;for(let i=0;i<this.options.stopNodes.length;i++){const u=this.options.stopNodes[i];if(typeof u!=="string")continue;if(u.startsWith("*.")){this.stopNodesWildcard.add(u.substring(2))}else{this.stopNodesExact.add(u)}}}}}function addExternalEntities(i){const u=Object.keys(i);for(let p=0;p<u.length;p++){const A=u[p];const g=A.replace(/[.\-+*:]/g,"\\.");this.lastEntities[A]={regex:new RegExp("&"+g+";","g"),val:i[A]}}}function parseTextData(i,u,p,A,g,C,S){if(i!==undefined){if(this.options.trimValues&&!A){i=i.trim()}if(i.length>0){if(!S)i=this.replaceEntitiesValue(i,u,p);const A=this.options.tagValueProcessor(u,i,p,g,C);if(A===null||A===undefined){return i}else if(typeof A!==typeof i||A!==i){return A}else if(this.options.trimValues){return parseValue(i,this.options.parseTagValue,this.options.numberParseOptions)}else{const u=i.trim();if(u===i){return parseValue(i,this.options.parseTagValue,this.options.numberParseOptions)}else{return i}}}}}function resolveNameSpace(i){if(this.options.removeNSPrefix){const u=i.split(":");const p=i.charAt(0)==="/"?"/":"";if(u[0]==="xmlns"){return""}if(u.length===2){i=p+u[1]}}return i}const Oi=new RegExp("([^\\s=]+)\\s*(=\\s*(['\"])([\\s\\S]*?)\\3)?","gm");function buildAttributesMap(i,u,p){if(this.options.ignoreAttributes!==true&&typeof i==="string"){const A=getAllMatches(i,Oi);const g=A.length;const C={};for(let i=0;i<g;i++){const g=this.resolveNameSpace(A[i][1]);if(this.ignoreAttributesFn(g,u)){continue}let S=A[i][4];let w=this.options.attributeNamePrefix+g;if(g.length){if(this.options.transformAttributeName){w=this.options.transformAttributeName(w)}if(w==="__proto__")w="#__proto__";if(S!==undefined){if(this.options.trimValues){S=S.trim()}S=this.replaceEntitiesValue(S,p,u);const i=this.options.attributeValueProcessor(g,S,u);if(i===null||i===undefined){C[w]=S}else if(typeof i!==typeof S||i!==S){C[w]=i}else{C[w]=parseValue(S,this.options.parseAttributeValue,this.options.numberParseOptions)}}else if(this.options.allowBooleanAttributes){C[w]=true}}}if(!Object.keys(C).length){return}if(this.options.attributesGroupName){const i={};i[this.options.attributesGroupName]=C;return i}return C}}const parseXml=function(i){i=i.replace(/\r\n?/g,"\n");const u=new XmlNode("!xml");let p=u;let A="";let g="";this.entityExpansionCount=0;this.currentExpandedLength=0;const C=new DocTypeReader(this.options.processEntities);for(let S=0;S<i.length;S++){const w=i[S];if(w==="<"){if(i[S+1]==="/"){const u=findClosingIndex(i,">",S,"Closing Tag is not closed.");let C=i.substring(S+2,u).trim();if(this.options.removeNSPrefix){const i=C.indexOf(":");if(i!==-1){C=C.substr(i+1)}}if(this.options.transformTagName){C=this.options.transformTagName(C)}if(p){A=this.saveTextToParentTag(A,p,g)}const w=g.substring(g.lastIndexOf(".")+1);if(C&&this.options.unpairedTags.indexOf(C)!==-1){throw new Error(`Unpaired tag can not be used as closing tag: </${C}>`)}let B=0;if(w&&this.options.unpairedTags.indexOf(w)!==-1){B=g.lastIndexOf(".",g.lastIndexOf(".")-1);this.tagsNodeStack.pop()}else{B=g.lastIndexOf(".")}g=g.substring(0,B);p=this.tagsNodeStack.pop();A="";S=u}else if(i[S+1]==="?"){let u=readTagExp(i,S,false,"?>");if(!u)throw new Error("Pi Tag is not closed.");A=this.saveTextToParentTag(A,p,g);if(this.options.ignoreDeclaration&&u.tagName==="?xml"||this.options.ignorePiTags){}else{const i=new XmlNode(u.tagName);i.add(this.options.textNodeName,"");if(u.tagName!==u.tagExp&&u.attrExpPresent){i[":@"]=this.buildAttributesMap(u.tagExp,g,u.tagName)}this.addChild(p,i,g,S)}S=u.closeIndex+1}else if(i.substr(S+1,3)==="!--"){const u=findClosingIndex(i,"--\x3e",S+4,"Comment is not closed.");if(this.options.commentPropName){const C=i.substring(S+4,u-2);A=this.saveTextToParentTag(A,p,g);p.add(this.options.commentPropName,[{[this.options.textNodeName]:C}])}S=u}else if(i.substr(S+1,2)==="!D"){const u=C.readDocType(i,S);this.docTypeEntities=u.entities;S=u.i}else if(i.substr(S+1,2)==="!["){const u=findClosingIndex(i,"]]>",S,"CDATA is not closed.")-2;const C=i.substring(S+9,u);A=this.saveTextToParentTag(A,p,g);let w=this.parseTextData(C,p.tagname,g,true,false,true,true);if(w==undefined)w="";if(this.options.cdataPropName){p.add(this.options.cdataPropName,[{[this.options.textNodeName]:C}])}else{p.add(this.options.textNodeName,w)}S=u+2}else{let C=readTagExp(i,S,this.options.removeNSPrefix);let w=C.tagName;const B=C.rawTagName;let v=C.tagExp;let N=C.attrExpPresent;let T=C.closeIndex;if(this.options.transformTagName){const i=this.options.transformTagName(w);if(v===w){v=i}w=i}if(this.options.strictReservedNames&&(w===this.options.commentPropName||w===this.options.cdataPropName)){throw new Error(`Invalid tag name: ${w}`)}if(p&&A){if(p.tagname!=="!xml"){A=this.saveTextToParentTag(A,p,g,false)}}const Q=p;if(Q&&this.options.unpairedTags.indexOf(Q.tagname)!==-1){p=this.tagsNodeStack.pop();g=g.substring(0,g.lastIndexOf("."))}if(w!==u.tagname){g+=g?"."+w:w}const x=S;if(this.isItStopNode(this.stopNodesExact,this.stopNodesWildcard,g,w)){let u="";if(v.length>0&&v.lastIndexOf("/")===v.length-1){if(w[w.length-1]==="/"){w=w.substr(0,w.length-1);g=g.substr(0,g.length-1);v=w}else{v=v.substr(0,v.length-1)}S=C.closeIndex}else if(this.options.unpairedTags.indexOf(w)!==-1){S=C.closeIndex}else{const p=this.readStopNodeData(i,B,T+1);if(!p)throw new Error(`Unexpected end of ${B}`);S=p.i;u=p.tagContent}const A=new XmlNode(w);if(w!==v&&N){A[":@"]=this.buildAttributesMap(v,g,w)}if(u){u=this.parseTextData(u,w,g,true,N,true,true)}g=g.substr(0,g.lastIndexOf("."));A.add(this.options.textNodeName,u);this.addChild(p,A,g,x)}else{if(v.length>0&&v.lastIndexOf("/")===v.length-1){if(w[w.length-1]==="/"){w=w.substr(0,w.length-1);g=g.substr(0,g.length-1);v=w}else{v=v.substr(0,v.length-1)}if(this.options.transformTagName){const i=this.options.transformTagName(w);if(v===w){v=i}w=i}const i=new XmlNode(w);if(w!==v&&N){i[":@"]=this.buildAttributesMap(v,g,w)}this.addChild(p,i,g,x);g=g.substr(0,g.lastIndexOf("."))}else if(this.options.unpairedTags.indexOf(w)!==-1){const i=new XmlNode(w);if(w!==v&&N){i[":@"]=this.buildAttributesMap(v,g)}this.addChild(p,i,g,x);g=g.substr(0,g.lastIndexOf("."));S=C.closeIndex;continue}else{const i=new XmlNode(w);if(this.tagsNodeStack.length>this.options.maxNestedTags){throw new Error("Maximum nested tags exceeded")}this.tagsNodeStack.push(p);if(w!==v&&N){i[":@"]=this.buildAttributesMap(v,g,w)}this.addChild(p,i,g,x);p=i}A="";S=T}}}else{A+=i[S]}}return u.child};function addChild(i,u,p,A){if(!this.options.captureMetaData)A=undefined;const g=this.options.updateTag(u.tagname,p,u[":@"]);if(g===false){}else if(typeof g==="string"){u.tagname=g;i.addChild(u,A)}else{i.addChild(u,A)}}const OrderedObjParser_replaceEntitiesValue=function(i,u,p){if(i.indexOf("&")===-1){return i}const A=this.options.processEntities;if(!A.enabled){return i}if(A.allowedTags){if(!A.allowedTags.includes(u)){return i}}if(A.tagFilter){if(!A.tagFilter(u,p)){return i}}for(let u in this.docTypeEntities){const p=this.docTypeEntities[u];const g=i.match(p.regx);if(g){this.entityExpansionCount+=g.length;if(A.maxTotalExpansions&&this.entityExpansionCount>A.maxTotalExpansions){throw new Error(`Entity expansion limit exceeded: ${this.entityExpansionCount} > ${A.maxTotalExpansions}`)}const u=i.length;i=i.replace(p.regx,p.val);if(A.maxExpandedLength){this.currentExpandedLength+=i.length-u;if(this.currentExpandedLength>A.maxExpandedLength){throw new Error(`Total expanded content size exceeded: ${this.currentExpandedLength} > ${A.maxExpandedLength}`)}}}}if(i.indexOf("&")===-1)return i;for(let u in this.lastEntities){const p=this.lastEntities[u];i=i.replace(p.regex,p.val)}if(i.indexOf("&")===-1)return i;if(this.options.htmlEntities){for(let u in this.htmlEntities){const p=this.htmlEntities[u];i=i.replace(p.regex,p.val)}}i=i.replace(this.ampEntity.regex,this.ampEntity.val);return i};function saveTextToParentTag(i,u,p,A){if(i){if(A===undefined)A=u.child.length===0;i=this.parseTextData(i,u.tagname,p,false,u[":@"]?Object.keys(u[":@"]).length!==0:false,A);if(i!==undefined&&i!=="")u.add(this.options.textNodeName,i);i=""}return i}function isItStopNode(i,u,p,A){if(u&&u.has(A))return true;if(i&&i.has(p))return true;return false}function tagExpWithClosingIndex(i,u,p=">"){let A;let g="";for(let C=u;C<i.length;C++){let u=i[C];if(A){if(u===A)A=""}else if(u==='"'||u==="'"){A=u}else if(u===p[0]){if(p[1]){if(i[C+1]===p[1]){return{data:g,index:C}}}else{return{data:g,index:C}}}else if(u==="\t"){u=" "}g+=u}}function findClosingIndex(i,u,p,A){const g=i.indexOf(u,p);if(g===-1){throw new Error(A)}else{return g+u.length-1}}function readTagExp(i,u,p,A=">"){const g=tagExpWithClosingIndex(i,u+1,A);if(!g)return;let C=g.data;const S=g.index;const w=C.search(/\s/);let B=C;let v=true;if(w!==-1){B=C.substring(0,w);C=C.substring(w+1).trimStart()}const N=B;if(p){const i=B.indexOf(":");if(i!==-1){B=B.substr(i+1);v=B!==g.data.substr(i+1)}}return{tagName:B,tagExp:C,closeIndex:S,attrExpPresent:v,rawTagName:N}}function readStopNodeData(i,u,p){const A=p;let g=1;for(;p<i.length;p++){if(i[p]==="<"){if(i[p+1]==="/"){const C=findClosingIndex(i,">",p,`${u} is not closed`);let S=i.substring(p+2,C).trim();if(S===u){g--;if(g===0){return{tagContent:i.substring(A,p),i:C}}}p=C}else if(i[p+1]==="?"){const u=findClosingIndex(i,"?>",p+1,"StopNode is not closed.");p=u}else if(i.substr(p+1,3)==="!--"){const u=findClosingIndex(i,"--\x3e",p+3,"StopNode is not closed.");p=u}else if(i.substr(p+1,2)==="!["){const u=findClosingIndex(i,"]]>",p,"StopNode is not closed.")-2;p=u}else{const A=readTagExp(i,p,">");if(A){const i=A&&A.tagName;if(i===u&&A.tagExp[A.tagExp.length-1]!=="/"){g++}p=A.closeIndex}}}}}function parseValue(i,u,p){if(u&&typeof i==="string"){const u=i.trim();if(u==="true")return true;else if(u==="false")return false;else return toNumber(i,p)}else{if(isExist(i)){return i}else{return""}}}function fromCodePoint(i,u,p){const A=Number.parseInt(i,u);if(A>=0&&A<=1114111){return String.fromCodePoint(A)}else{return p+i+";"}}const Pi=XmlNode.getMetaDataSymbol();function prettify(i,u){return compress(i,u)}function compress(i,u,p){let A;const g={};for(let C=0;C<i.length;C++){const S=i[C];const w=node2json_propName(S);let B="";if(p===undefined)B=w;else B=p+"."+w;if(w===u.textNodeName){if(A===undefined)A=S[w];else A+=""+S[w]}else if(w===undefined){continue}else if(S[w]){let i=compress(S[w],u,B);const p=isLeafTag(i,u);if(S[":@"]){assignAttributes(i,S[":@"],B,u)}else if(Object.keys(i).length===1&&i[u.textNodeName]!==undefined&&!u.alwaysCreateTextNode){i=i[u.textNodeName]}else if(Object.keys(i).length===0){if(u.alwaysCreateTextNode)i[u.textNodeName]="";else i=""}if(S[Pi]!==undefined&&typeof i==="object"&&i!==null){i[Pi]=S[Pi]}if(g[w]!==undefined&&Object.prototype.hasOwnProperty.call(g,w)){if(!Array.isArray(g[w])){g[w]=[g[w]]}g[w].push(i)}else{if(u.isArray(w,B,p)){g[w]=[i]}else{g[w]=i}}}}if(typeof A==="string"){if(A.length>0)g[u.textNodeName]=A}else if(A!==undefined)g[u.textNodeName]=A;return g}function node2json_propName(i){const u=Object.keys(i);for(let i=0;i<u.length;i++){const p=u[i];if(p!==":@")return p}}function assignAttributes(i,u,p,A){if(u){const g=Object.keys(u);const C=g.length;for(let S=0;S<C;S++){const C=g[S];if(A.isArray(C,p+"."+C,true,true)){i[C]=[u[C]]}else{i[C]=u[C]}}}}function isLeafTag(i,u){const{textNodeName:p}=u;const A=Object.keys(i).length;if(A===0){return true}if(A===1&&(i[p]||typeof i[p]==="boolean"||i[p]===0)){return true}return false}class XMLParser{constructor(i){this.externalEntities={};this.options=buildOptions(i)}parse(i,u){if(typeof i!=="string"&&i.toString){i=i.toString()}else if(typeof i!=="string"){throw new Error("XML data is accepted in String or Bytes[] form.")}if(u){if(u===true)u={};const p=validate(i,u);if(p!==true){throw Error(`${p.err.msg}:${p.err.line}:${p.err.col}`)}}const p=new OrderedObjParser(this.options);p.addExternalEntities(this.externalEntities);const A=p.parseXml(i);if(this.options.preserveOrder||A===undefined)return A;else return prettify(A,this.options)}addEntity(i,u){if(u.indexOf("&")!==-1){throw new Error("Entity value can't have '&'")}else if(i.indexOf("&")!==-1||i.indexOf(";")!==-1){throw new Error("An entity must be set without '&' and ';'. Eg. use '#xD' for '
'")}else if(u==="&"){throw new Error("An entity with value '&' is not permitted")}else{this.externalEntities[i]=u}}static getMetaDataSymbol(){return XmlNode.getMetaDataSymbol()}}const Li="$";const Fi="_";function getCommonOptions(i){var u;return{attributesGroupName:Li,textNodeName:(u=i.xmlCharKey)!==null&&u!==void 0?u:Fi,ignoreAttributes:false,suppressBooleanAttributes:false}}function getSerializerOptions(i={}){var u,p;return Object.assign(Object.assign({},getCommonOptions(i)),{attributeNamePrefix:"@_",format:true,suppressEmptyNode:true,indentBy:"",rootNodeName:(u=i.rootName)!==null&&u!==void 0?u:"root",cdataPropName:(p=i.cdataPropName)!==null&&p!==void 0?p:"__cdata"})}function getParserOptions(i={}){return Object.assign(Object.assign({},getCommonOptions(i)),{parseAttributeValue:false,parseTagValue:false,attributeNamePrefix:"",stopNodes:i.stopNodes,processEntities:true,trimValues:false})}function stringifyXML(i,u={}){const p=getSerializerOptions(u);const A=new Kn(p);const g={[p.rootNodeName]:i};const C=A.build(g);return`<?xml version="1.0" encoding="UTF-8" standalone="yes"?>${C}`.replace(/\n/g,"")}async function parseXML(i,u={}){if(!i){throw new Error("Document is empty")}const p=gi.validate(i);if(p!==true){throw p}const A=new XMLParser(getParserOptions(u));const g=A.parse(i);if(g["?xml"]){delete g["?xml"]}if(!u.includeRoot){for(const i of Object.keys(g)){const u=g[i];return typeof u==="object"?Object.assign({},u):u}}return g}const Ui=esm_createClientLogger("storage-blob");class BuffersStream extends Sr.Readable{buffers;byteLength;byteOffsetInCurrentBuffer;bufferIndex;pushedBytesLength;constructor(i,u,p){super(p);this.buffers=i;this.byteLength=u;this.byteOffsetInCurrentBuffer=0;this.bufferIndex=0;this.pushedBytesLength=0;let A=0;for(const i of this.buffers){A+=i.byteLength}if(A<this.byteLength){throw new Error("Data size shouldn't be larger than the total length of buffers.")}}_read(i){if(this.pushedBytesLength>=this.byteLength){this.push(null)}if(!i){i=this.readableHighWaterMark}const u=[];let p=0;while(p<i&&this.pushedBytesLength<this.byteLength){const A=this.byteLength-this.pushedBytesLength;const g=this.buffers[this.bufferIndex].byteLength-this.byteOffsetInCurrentBuffer;const C=Math.min(g,A);if(C>i-p){const A=this.byteOffsetInCurrentBuffer+i-p;u.push(this.buffers[this.bufferIndex].slice(this.byteOffsetInCurrentBuffer,A));this.pushedBytesLength+=i-p;this.byteOffsetInCurrentBuffer=A;p=i;break}else{const i=this.byteOffsetInCurrentBuffer+C;u.push(this.buffers[this.bufferIndex].slice(this.byteOffsetInCurrentBuffer,i));if(C===g){this.byteOffsetInCurrentBuffer=0;this.bufferIndex++}else{this.byteOffsetInCurrentBuffer=i}this.pushedBytesLength+=C;p+=C}}if(u.length>1){this.push(Buffer.concat(u))}else if(u.length===1){this.push(u[0])}}}var zi=__nccwpck_require__(4573);const qi=zi.constants.MAX_LENGTH;class PooledBuffer{buffers=[];capacity;_size;get size(){return this._size}constructor(i,u,p){this.capacity=i;this._size=0;const A=Math.ceil(i/qi);for(let u=0;u<A;u++){let p=u===A-1?i%qi:qi;if(p===0){p=qi}this.buffers.push(Buffer.allocUnsafe(p))}if(u){this.fill(u,p)}}fill(i,u){this._size=Math.min(this.capacity,u);let p=0,A=0,g=0,C=0,S=0;while(S<this._size){const u=i[p];const w=this.buffers[A];const B=u.copy(w,g,C);S+=B;C+=B;g+=B;if(C===u.length){p++;C=0}if(g===w.length){A++;g=0}}i.splice(0,p);if(i.length>0){i[0]=i[0].slice(C)}}getReadableStream(){return new BuffersStream(this.buffers,this.size)}}class BufferScheduler{bufferSize;maxBuffers;readable;outgoingHandler;emitter=new ie.EventEmitter;concurrency;offset=0;isStreamEnd=false;isError=false;executingOutgoingHandlers=0;encoding;numBuffers=0;unresolvedDataArray=[];unresolvedLength=0;incoming=[];outgoing=[];constructor(i,u,p,A,g,C){if(u<=0){throw new RangeError(`bufferSize must be larger than 0, current is ${u}`)}if(p<=0){throw new RangeError(`maxBuffers must be larger than 0, current is ${p}`)}if(g<=0){throw new RangeError(`concurrency must be larger than 0, current is ${g}`)}this.bufferSize=u;this.maxBuffers=p;this.readable=i;this.outgoingHandler=A;this.concurrency=g;this.encoding=C}async do(){return new Promise(((i,u)=>{this.readable.on("data",(i=>{i=typeof i==="string"?Buffer.from(i,this.encoding):i;this.appendUnresolvedData(i);if(!this.resolveData()){this.readable.pause()}}));this.readable.on("error",(i=>{this.emitter.emit("error",i)}));this.readable.on("end",(()=>{this.isStreamEnd=true;this.emitter.emit("checkEnd")}));this.emitter.on("error",(i=>{this.isError=true;this.readable.pause();u(i)}));this.emitter.on("checkEnd",(()=>{if(this.outgoing.length>0){this.triggerOutgoingHandlers();return}if(this.isStreamEnd&&this.executingOutgoingHandlers===0){if(this.unresolvedLength>0&&this.unresolvedLength<this.bufferSize){const p=this.shiftBufferFromUnresolvedDataArray();this.outgoingHandler((()=>p.getReadableStream()),p.size,this.offset).then(i).catch(u)}else if(this.unresolvedLength>=this.bufferSize){return}else{i()}}}))}))}appendUnresolvedData(i){this.unresolvedDataArray.push(i);this.unresolvedLength+=i.length}shiftBufferFromUnresolvedDataArray(i){if(!i){i=new PooledBuffer(this.bufferSize,this.unresolvedDataArray,this.unresolvedLength)}else{i.fill(this.unresolvedDataArray,this.unresolvedLength)}this.unresolvedLength-=i.size;return i}resolveData(){while(this.unresolvedLength>=this.bufferSize){let i;if(this.incoming.length>0){i=this.incoming.shift();this.shiftBufferFromUnresolvedDataArray(i)}else{if(this.numBuffers<this.maxBuffers){i=this.shiftBufferFromUnresolvedDataArray();this.numBuffers++}else{return false}}this.outgoing.push(i);this.triggerOutgoingHandlers()}return true}async triggerOutgoingHandlers(){let i;do{if(this.executingOutgoingHandlers>=this.concurrency){return}i=this.outgoing.shift();if(i){this.triggerOutgoingHandler(i)}}while(i)}async triggerOutgoingHandler(i){const u=i.size;this.executingOutgoingHandlers++;this.offset+=u;try{await this.outgoingHandler((()=>i.getReadableStream()),u,this.offset-u)}catch(i){this.emitter.emit("error",i);return}this.executingOutgoingHandlers--;this.reuseBuffer(i);this.emitter.emit("checkEnd")}reuseBuffer(i){this.incoming.push(i);if(!this.isError&&this.resolveData()&&!this.isStreamEnd){this.readable.resume()}}}let $i;function cache_getCachedDefaultHttpClient(){if(!$i){$i=esm_defaultHttpClient_createDefaultHttpClient()}return $i}class BaseRequestPolicy{_nextPolicy;_options;constructor(i,u){this._nextPolicy=i;this._options=u}shouldLog(i){return this._options.shouldLog(i)}log(i,u){this._options.log(i,u)}}const Zi="1.0.0";const eo={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};const to={AUTHORIZATION:"Authorization",AUTHORIZATION_SCHEME:"Bearer",CONTENT_ENCODING:"Content-Encoding",CONTENT_ID:"Content-ID",CONTENT_LANGUAGE:"Content-Language",CONTENT_LENGTH:"Content-Length",CONTENT_MD5:"Content-Md5",CONTENT_TRANSFER_ENCODING:"Content-Transfer-Encoding",CONTENT_TYPE:"Content-Type",COOKIE:"Cookie",DATE:"date",IF_MATCH:"if-match",IF_MODIFIED_SINCE:"if-modified-since",IF_NONE_MATCH:"if-none-match",IF_UNMODIFIED_SINCE:"if-unmodified-since",PREFIX_FOR_STORAGE:"x-ms-",RANGE:"Range",USER_AGENT:"User-Agent",X_MS_CLIENT_REQUEST_ID:"x-ms-client-request-id",X_MS_COPY_SOURCE:"x-ms-copy-source",X_MS_DATE:"x-ms-date",X_MS_ERROR_CODE:"x-ms-error-code",X_MS_VERSION:"x-ms-version",X_MS_CopySourceErrorCode:"x-ms-copy-source-error-code"};const ro=null&&`DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;`;const so=null&&["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function escapeURLPath(i){const u=new URL(i);let p=u.pathname;p=p||"/";p=utils_common_escape(p);u.pathname=p;return u.toString()}function getProxyUriFromDevConnString(i){let u="";if(i.search("DevelopmentStorageProxyUri=")!==-1){const p=i.split(";");for(const i of p){if(i.trim().startsWith("DevelopmentStorageProxyUri=")){u=i.trim().match("DevelopmentStorageProxyUri=(.*)")[1]}}}return u}function getValueInConnString(i,u){const p=i.split(";");for(const i of p){if(i.trim().startsWith(u)){return i.trim().match(u+"=(.*)")[1]}}return""}function extractConnectionStringParts(i){let u="";if(i.startsWith("UseDevelopmentStorage=true")){u=getProxyUriFromDevConnString(i);i=DevelopmentConnectionString}let p=getValueInConnString(i,"BlobEndpoint");p=p.endsWith("/")?p.slice(0,-1):p;if(i.search("DefaultEndpointsProtocol=")!==-1&&i.search("AccountKey=")!==-1){let A="";let g="";let C=Buffer.from("accountKey","base64");let S="";g=getValueInConnString(i,"AccountName");C=Buffer.from(getValueInConnString(i,"AccountKey"),"base64");if(!p){A=getValueInConnString(i,"DefaultEndpointsProtocol");const u=A.toLowerCase();if(u!=="https"&&u!=="http"){throw new Error("Invalid DefaultEndpointsProtocol in the provided Connection String. Expecting 'https' or 'http'")}S=getValueInConnString(i,"EndpointSuffix");if(!S){throw new Error("Invalid EndpointSuffix in the provided Connection String")}p=`${A}://${g}.blob.${S}`}if(!g){throw new Error("Invalid AccountName in the provided Connection String")}else if(C.length===0){throw new Error("Invalid AccountKey in the provided Connection String")}return{kind:"AccountConnString",url:p,accountName:g,accountKey:C,proxyUri:u}}else{let u=getValueInConnString(i,"SharedAccessSignature");let A=getValueInConnString(i,"AccountName");if(!A){A=getAccountNameFromUrl(p)}if(!p){throw new Error("Invalid BlobEndpoint in the provided SAS Connection String")}else if(!u){throw new Error("Invalid SharedAccessSignature in the provided SAS Connection String")}if(u.startsWith("?")){u=u.substring(1)}return{kind:"SASConnString",url:p,accountName:A,accountSas:u}}}function utils_common_escape(i){return encodeURIComponent(i).replace(/%2F/g,"/").replace(/'/g,"%27").replace(/\+/g,"%20").replace(/%25/g,"%")}function appendToURLPath(i,u){const p=new URL(i);let A=p.pathname;A=A?A.endsWith("/")?`${A}${u}`:`${A}/${u}`:u;p.pathname=A;return p.toString()}function setURLParameter(i,u,p){const A=new URL(i);const g=encodeURIComponent(u);const C=p?encodeURIComponent(p):undefined;const S=A.search===""?"?":A.search;const w=[];for(const i of S.slice(1).split("&")){if(i){const[u]=i.split("=",2);if(u!==g){w.push(i)}}}if(C){w.push(`${g}=${C}`)}A.search=w.length?`?${w.join("&")}`:"";return A.toString()}function getURLParameter(i,u){const p=new URL(i);return p.searchParams.get(u)??undefined}function setURLHost(i,u){const p=new URL(i);p.hostname=u;return p.toString()}function getURLPath(i){try{const u=new URL(i);return u.pathname}catch(i){return undefined}}function getURLScheme(i){try{const u=new URL(i);return u.protocol.endsWith(":")?u.protocol.slice(0,-1):u.protocol}catch(i){return undefined}}function getURLPathAndQuery(i){const u=new URL(i);const p=u.pathname;if(!p){throw new RangeError("Invalid url without valid path.")}let A=u.search||"";A=A.trim();if(A!==""){A=A.startsWith("?")?A:`?${A}`}return`${p}${A}`}function getURLQueries(i){let u=new URL(i).search;if(!u){return{}}u=u.trim();u=u.startsWith("?")?u.substring(1):u;let p=u.split("&");p=p.filter((i=>{const u=i.indexOf("=");const p=i.lastIndexOf("=");return u>0&&u===p&&p<i.length-1}));const A={};for(const i of p){const u=i.split("=");const p=u[0];const g=u[1];A[p]=g}return A}function appendToURLQuery(i,u){const p=new URL(i);let A=p.search;if(A){A+="&"+u}else{A=u}p.search=A;return p.toString()}function truncatedISO8061Date(i,u=true){const p=i.toISOString();return u?p.substring(0,p.length-1)+"0000"+"Z":p.substring(0,p.length-5)+"Z"}function base64encode(i){return!isNodeLike?btoa(i):Buffer.from(i).toString("base64")}function base64decode(i){return!isNodeLike?atob(i):Buffer.from(i,"base64").toString()}function generateBlockID(i,u){const p=48;const A=6;const g=p-A;if(i.length>g){i=i.slice(0,g)}const C=i+padStart(u.toString(),p-i.length,"0");return base64encode(C)}async function utils_common_delay(i,u,p){return new Promise(((A,g)=>{let C;const abortHandler=()=>{if(C!==undefined){clearTimeout(C)}g(p)};const resolveHandler=()=>{if(u!==undefined){u.removeEventListener("abort",abortHandler)}A()};C=setTimeout(resolveHandler,i);if(u!==undefined){u.addEventListener("abort",abortHandler)}}))}function padStart(i,u,p=" "){if(String.prototype.padStart){return i.padStart(u,p)}p=p||" ";if(i.length>u){return i}else{u=u-i.length;if(u>p.length){p+=p.repeat(u/p.length)}return p.slice(0,u)+i}}function sanitizeURL(i){let u=i;if(getURLParameter(u,URLConstants.Parameters.SIGNATURE)){u=setURLParameter(u,URLConstants.Parameters.SIGNATURE,"*****")}return u}function sanitizeHeaders(i){const u=createHttpHeaders();for(const[p,A]of i){if(p.toLowerCase()===HeaderConstants.AUTHORIZATION.toLowerCase()){u.set(p,"*****")}else if(p.toLowerCase()===HeaderConstants.X_MS_COPY_SOURCE){u.set(p,sanitizeURL(A))}else{u.set(p,A)}}return u}function iEqual(i,u){return i.toLocaleLowerCase()===u.toLocaleLowerCase()}function getAccountNameFromUrl(i){const u=new URL(i);let p;try{if(u.hostname.split(".")[1]==="blob"){p=u.hostname.split(".")[0]}else if(isIpEndpointStyle(u)){p=u.pathname.split("/")[1]}else{p=""}return p}catch(i){throw new Error("Unable to extract accountName with provided information.")}}function isIpEndpointStyle(i){const u=i.host;return/^.*:.*:.*$|^(localhost|host.docker.internal)(:[0-9]+)?$|^(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])){3}(:[0-9]+)?$/.test(u)||Boolean(i.port)&&PathStylePorts.includes(i.port)}function attachCredential(i,u){i.credential=u;return i}function httpAuthorizationToString(i){return i?i.scheme+" "+i.value:undefined}function EscapePath(i){const u=i.split("/");for(let i=0;i<u.length;i++){u[i]=encodeURIComponent(u[i])}return u.join("/")}function assertResponse(i){if(`_response`in i){return i}throw new TypeError(`Unexpected response object ${i}`)}class StorageBrowserPolicy extends BaseRequestPolicy{constructor(i,u){super(i,u)}async sendRequest(i){if(Ks){return this._nextPolicy.sendRequest(i)}if(i.method.toUpperCase()==="GET"||i.method.toUpperCase()==="HEAD"){i.url=setURLParameter(i.url,eo.Parameters.FORCE_BROWSER_NO_CACHE,(new Date).getTime().toString())}i.headers.remove(to.COOKIE);i.headers.remove(to.CONTENT_LENGTH);return this._nextPolicy.sendRequest(i)}}class StorageBrowserPolicyFactory{create(i,u){return new StorageBrowserPolicy(i,u)}}class CredentialPolicy extends BaseRequestPolicy{sendRequest(i){return this._nextPolicy.sendRequest(this.signRequest(i))}signRequest(i){return i}}class AnonymousCredentialPolicy extends CredentialPolicy{constructor(i,u){super(i,u)}}class Credential{create(i,u){throw new Error("Method should be implemented in children classes.")}}class AnonymousCredential extends Credential{create(i,u){return new AnonymousCredentialPolicy(i,u)}}const no=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1820,0,1823,1825,1827,1829,0,0,0,1837,2051,0,0,1843,0,3331,3354,3356,3358,3360,3362,3364,3366,3368,3370,0,0,0,0,0,0,0,3586,3593,3594,3610,3617,3619,3621,3628,3634,3637,3638,3656,3665,3696,3708,3710,3721,3722,3729,3737,3743,3746,3748,3750,3751,3753,0,0,0,1859,1860,1864,3586,3593,3594,3610,3617,3619,3621,3628,3634,3637,3638,3656,3665,3696,3708,3710,3721,3722,3729,3737,3743,3746,3748,3750,3751,3753,0,1868,0,1872,0]);const oo=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);const ao=new Uint32Array([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32786,0,0,0,0,0,33298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]);function compareHeader(i,u){if(isLessThan(i,u))return-1;return 1}function isLessThan(i,u){const p=[no,oo,ao];let A=0;let g=0;let C=0;while(A<p.length){if(A===p.length-1&&g!==C){return g>C}const S=g<i.length?p[A][i[g].charCodeAt(0)]:1;const w=C<u.length?p[A][u[C].charCodeAt(0)]:1;if(S===1&&w===1){g=0;C=0;++A}else if(S===w){++g;++C}else if(S===0){++g}else if(w===0){++C}else{return S<w}}return false}class StorageSharedKeyCredentialPolicy extends CredentialPolicy{factory;constructor(i,u,p){super(i,u);this.factory=p}signRequest(i){i.headers.set(to.X_MS_DATE,(new Date).toUTCString());if(i.body&&(typeof i.body==="string"||i.body!==undefined)&&i.body.length>0){i.headers.set(to.CONTENT_LENGTH,Buffer.byteLength(i.body))}const u=[i.method.toUpperCase(),this.getHeaderValueToSign(i,to.CONTENT_LANGUAGE),this.getHeaderValueToSign(i,to.CONTENT_ENCODING),this.getHeaderValueToSign(i,to.CONTENT_LENGTH),this.getHeaderValueToSign(i,to.CONTENT_MD5),this.getHeaderValueToSign(i,to.CONTENT_TYPE),this.getHeaderValueToSign(i,to.DATE),this.getHeaderValueToSign(i,to.IF_MODIFIED_SINCE),this.getHeaderValueToSign(i,to.IF_MATCH),this.getHeaderValueToSign(i,to.IF_NONE_MATCH),this.getHeaderValueToSign(i,to.IF_UNMODIFIED_SINCE),this.getHeaderValueToSign(i,to.RANGE)].join("\n")+"\n"+this.getCanonicalizedHeadersString(i)+this.getCanonicalizedResourceString(i);const p=this.factory.computeHMACSHA256(u);i.headers.set(to.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${p}`);return i}getHeaderValueToSign(i,u){const p=i.headers.get(u);if(!p){return""}if(u===to.CONTENT_LENGTH&&p==="0"){return""}return p}getCanonicalizedHeadersString(i){let u=i.headers.headersArray().filter((i=>i.name.toLowerCase().startsWith(to.PREFIX_FOR_STORAGE)));u.sort(((i,u)=>compareHeader(i.name.toLowerCase(),u.name.toLowerCase())));u=u.filter(((i,u,p)=>{if(u>0&&i.name.toLowerCase()===p[u-1].name.toLowerCase()){return false}return true}));let p="";u.forEach((i=>{p+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}\n`}));return p}getCanonicalizedResourceString(i){const u=getURLPath(i.url)||"/";let p="";p+=`/${this.factory.accountName}${u}`;const A=getURLQueries(i.url);const g={};if(A){const i=[];for(const u in A){if(Object.prototype.hasOwnProperty.call(A,u)){const p=u.toLowerCase();g[p]=A[u];i.push(p)}}i.sort();for(const u of i){p+=`\n${u}:${decodeURIComponent(g[u])}`}}return p}}class StorageSharedKeyCredential extends Credential{accountName;accountKey;constructor(i,u){super();this.accountName=i;this.accountKey=Buffer.from(u,"base64")}create(i,u){return new StorageSharedKeyCredentialPolicy(i,u,this)}computeHMACSHA256(i){return(0,js.createHmac)("sha256",this.accountKey).update(i,"utf8").digest("base64")}}const co=esm_createClientLogger("storage-common");var lo;(function(i){i[i["EXPONENTIAL"]=0]="EXPONENTIAL";i[i["FIXED"]=1]="FIXED"})(lo||(lo={}));function NewRetryPolicyFactory(i){return{create:(u,p)=>new StorageRetryPolicy(u,p,i)}}const uo={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:lo.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:undefined};const ho=new AbortError_AbortError("The operation was aborted.");class StorageRetryPolicy extends BaseRequestPolicy{retryOptions;constructor(i,u,p=uo){super(i,u);this.retryOptions={retryPolicyType:p.retryPolicyType?p.retryPolicyType:uo.retryPolicyType,maxTries:p.maxTries&&p.maxTries>=1?Math.floor(p.maxTries):uo.maxTries,tryTimeoutInMs:p.tryTimeoutInMs&&p.tryTimeoutInMs>=0?p.tryTimeoutInMs:uo.tryTimeoutInMs,retryDelayInMs:p.retryDelayInMs&&p.retryDelayInMs>=0?Math.min(p.retryDelayInMs,p.maxRetryDelayInMs?p.maxRetryDelayInMs:uo.maxRetryDelayInMs):uo.retryDelayInMs,maxRetryDelayInMs:p.maxRetryDelayInMs&&p.maxRetryDelayInMs>=0?p.maxRetryDelayInMs:uo.maxRetryDelayInMs,secondaryHost:p.secondaryHost?p.secondaryHost:uo.secondaryHost}}async sendRequest(i){return this.attemptSendRequest(i,false,1)}async attemptSendRequest(i,u,p){const A=i.clone();const g=u||!this.retryOptions.secondaryHost||!(i.method==="GET"||i.method==="HEAD"||i.method==="OPTIONS")||p%2===1;if(!g){A.url=setURLHost(A.url,this.retryOptions.secondaryHost)}if(this.retryOptions.tryTimeoutInMs){A.url=setURLParameter(A.url,eo.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString())}let C;try{co.info(`RetryPolicy: =====> Try=${p} ${g?"Primary":"Secondary"}`);C=await this._nextPolicy.sendRequest(A);if(!this.shouldRetry(g,p,C)){return C}u=u||!g&&C.status===404}catch(i){co.error(`RetryPolicy: Caught error, message: ${i.message}, code: ${i.code}`);if(!this.shouldRetry(g,p,C,i)){throw i}}await this.delay(g,p,i.abortSignal);return this.attemptSendRequest(i,u,++p)}shouldRetry(i,u,p,A){if(u>=this.retryOptions.maxTries){co.info(`RetryPolicy: Attempt(s) ${u} >= maxTries ${this.retryOptions.maxTries}, no further try.`);return false}const g=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(A){for(const i of g){if(A.name.toUpperCase().includes(i)||A.message.toUpperCase().includes(i)||A.code&&A.code.toString().toUpperCase()===i){co.info(`RetryPolicy: Network error ${i} found, will retry.`);return true}}}if(p||A){const u=p?p.status:A?A.statusCode:0;if(!i&&u===404){co.info(`RetryPolicy: Secondary access with 404, will retry.`);return true}if(u===503||u===500){co.info(`RetryPolicy: Will retry for status code ${u}.`);return true}}if(p){if(p?.status>=400){const i=p.headers.get(to.X_MS_CopySourceErrorCode);if(i!==undefined){switch(i){case"InternalError":case"OperationTimedOut":case"ServerBusy":return true}}}}if(A?.code==="PARSE_ERROR"&&A?.message.startsWith(`Error "Error: Unclosed root tag`)){co.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry.");return true}return false}async delay(i,u,p){let A=0;if(i){switch(this.retryOptions.retryPolicyType){case lo.EXPONENTIAL:A=Math.min((Math.pow(2,u-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case lo.FIXED:A=this.retryOptions.retryDelayInMs;break}}else{A=Math.random()*1e3}co.info(`RetryPolicy: Delay for ${A}ms`);return utils_common_delay(A,p,ho)}}class StorageRetryPolicyFactory{retryOptions;constructor(i){this.retryOptions=i}create(i,u){return new StorageRetryPolicy(i,u,this.retryOptions)}}const po="storageBrowserPolicy";function storageBrowserPolicy(){return{name:po,async sendRequest(i,u){if(Ks){return u(i)}if(i.method==="GET"||i.method==="HEAD"){i.url=setURLParameter(i.url,eo.Parameters.FORCE_BROWSER_NO_CACHE,(new Date).getTime().toString())}i.headers.delete(to.COOKIE);i.headers.delete(to.CONTENT_LENGTH);return u(i)}}}const Ao="StorageCorrectContentLengthPolicy";function storageCorrectContentLengthPolicy(){function correctContentLength(i){if(i.body&&(typeof i.body==="string"||Buffer.isBuffer(i.body))&&i.body.length>0){i.headers.set(to.CONTENT_LENGTH,Buffer.byteLength(i.body))}}return{name:Ao,async sendRequest(i,u){correctContentLength(i);return u(i)}}}const fo="storageRetryPolicy";const go={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:lo.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:undefined};const mo=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];const yo=new AbortError_AbortError("The operation was aborted.");function storageRetryPolicy(i={}){const u=i.retryPolicyType??go.retryPolicyType;const p=i.maxTries??go.maxTries;const A=i.retryDelayInMs??go.retryDelayInMs;const g=i.maxRetryDelayInMs??go.maxRetryDelayInMs;const C=i.secondaryHost??go.secondaryHost;const S=i.tryTimeoutInMs??go.tryTimeoutInMs;function shouldRetry({isPrimaryRetry:i,attempt:u,response:A,error:g}){if(u>=p){co.info(`RetryPolicy: Attempt(s) ${u} >= maxTries ${p}, no further try.`);return false}if(g){for(const i of mo){if(g.name.toUpperCase().includes(i)||g.message.toUpperCase().includes(i)||g.code&&g.code.toString().toUpperCase()===i){co.info(`RetryPolicy: Network error ${i} found, will retry.`);return true}}if(g?.code==="PARSE_ERROR"&&g?.message.startsWith(`Error "Error: Unclosed root tag`)){co.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry.");return true}}if(A||g){const u=A?.status??g?.statusCode??0;if(!i&&u===404){co.info(`RetryPolicy: Secondary access with 404, will retry.`);return true}if(u===503||u===500){co.info(`RetryPolicy: Will retry for status code ${u}.`);return true}}if(A){if(A?.status>=400){const i=A.headers.get(to.X_MS_CopySourceErrorCode);if(i!==undefined){switch(i){case"InternalError":case"OperationTimedOut":case"ServerBusy":return true}}}}return false}function calculateDelay(i,p){let C=0;if(i){switch(u){case lo.EXPONENTIAL:C=Math.min((Math.pow(2,p-1)-1)*A,g);break;case lo.FIXED:C=A;break}}else{C=Math.random()*1e3}co.info(`RetryPolicy: Delay for ${C}ms`);return C}return{name:fo,async sendRequest(i,u){if(S){i.url=setURLParameter(i.url,eo.Parameters.TIMEOUT,String(Math.floor(S/1e3)))}const p=i.url;const A=C?setURLHost(i.url,C):undefined;let g=false;let w=1;let B=true;let v;let N;while(B){const C=g||!A||!["GET","HEAD","OPTIONS"].includes(i.method)||w%2===1;i.url=C?p:A;v=undefined;N=undefined;try{co.info(`RetryPolicy: =====> Try=${w} ${C?"Primary":"Secondary"}`);v=await u(i);g=g||!C&&v.status===404}catch(i){if(esm_restError_isRestError(i)){co.error(`RetryPolicy: Caught error, message: ${i.message}, code: ${i.code}`);N=i}else{co.error(`RetryPolicy: Caught error, message: ${getErrorMessage(i)}`);throw i}}B=shouldRetry({isPrimaryRetry:C,attempt:w,response:v,error:N});if(B){await utils_common_delay(calculateDelay(C,w),i.abortSignal,yo)}w++}if(v){return v}throw N??new fn("RetryPolicy failed without known error.")}}}const Eo="storageSharedKeyCredentialPolicy";function storageSharedKeyCredentialPolicy(i){function signRequest(u){u.headers.set(to.X_MS_DATE,(new Date).toUTCString());if(u.body&&(typeof u.body==="string"||Buffer.isBuffer(u.body))&&u.body.length>0){u.headers.set(to.CONTENT_LENGTH,Buffer.byteLength(u.body))}const p=[u.method.toUpperCase(),getHeaderValueToSign(u,to.CONTENT_LANGUAGE),getHeaderValueToSign(u,to.CONTENT_ENCODING),getHeaderValueToSign(u,to.CONTENT_LENGTH),getHeaderValueToSign(u,to.CONTENT_MD5),getHeaderValueToSign(u,to.CONTENT_TYPE),getHeaderValueToSign(u,to.DATE),getHeaderValueToSign(u,to.IF_MODIFIED_SINCE),getHeaderValueToSign(u,to.IF_MATCH),getHeaderValueToSign(u,to.IF_NONE_MATCH),getHeaderValueToSign(u,to.IF_UNMODIFIED_SINCE),getHeaderValueToSign(u,to.RANGE)].join("\n")+"\n"+getCanonicalizedHeadersString(u)+getCanonicalizedResourceString(u);const A=(0,js.createHmac)("sha256",i.accountKey).update(p,"utf8").digest("base64");u.headers.set(to.AUTHORIZATION,`SharedKey ${i.accountName}:${A}`)}function getHeaderValueToSign(i,u){const p=i.headers.get(u);if(!p){return""}if(u===to.CONTENT_LENGTH&&p==="0"){return""}return p}function getCanonicalizedHeadersString(i){let u=[];for(const[p,A]of i.headers){if(p.toLowerCase().startsWith(to.PREFIX_FOR_STORAGE)){u.push({name:p,value:A})}}u.sort(((i,u)=>compareHeader(i.name.toLowerCase(),u.name.toLowerCase())));u=u.filter(((i,u,p)=>{if(u>0&&i.name.toLowerCase()===p[u-1].name.toLowerCase()){return false}return true}));let p="";u.forEach((i=>{p+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}\n`}));return p}function getCanonicalizedResourceString(u){const p=getURLPath(u.url)||"/";let A="";A+=`/${i.accountName}${p}`;const g=getURLQueries(u.url);const C={};if(g){const i=[];for(const u in g){if(Object.prototype.hasOwnProperty.call(g,u)){const p=u.toLowerCase();C[p]=g[u];i.push(p)}}i.sort();for(const u of i){A+=`\n${u}:${decodeURIComponent(C[u])}`}}return A}return{name:Eo,async sendRequest(i,u){signRequest(i);return u(i)}}}const Co="storageRequestFailureDetailsParserPolicy";function storageRequestFailureDetailsParserPolicy(){return{name:Co,async sendRequest(i,u){try{const p=await u(i);return p}catch(i){if(typeof i==="object"&&i!==null&&i.response&&i.response.parsedBody){if(i.response.parsedBody.code==="InvalidHeaderValue"&&i.response.parsedBody.HeaderName==="x-ms-version"){i.message="The provided service version is not enabled on this storage account. Please see https://learn.microsoft.com/rest/api/storageservices/versioning-for-the-azure-storage-services for additional information.\n"}}throw i}}}}class UserDelegationKeyCredential{accountName;userDelegationKey;key;constructor(i,u){this.accountName=i;this.userDelegationKey=u;this.key=Buffer.from(u.value,"base64")}computeHMACSHA256(i){return(0,js.createHmac)("sha256",this.key).update(i,"utf8").digest("base64")}}const bo="12.31.0";const Io="2026-02-06";const So=256*1024*1024;const wo=4e3*1024*1024;const Bo=5e4;const vo=8*1024*1024;const Ro=4*1024*1024;const No=5;const To=100*1e3;const Qo="https://storage.azure.com/.default";const xo={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};const _o={HTTP_ACCEPTED:202,HTTP_CONFLICT:409,HTTP_NOT_FOUND:404,HTTP_PRECON_FAILED:412,HTTP_RANGE_NOT_SATISFIABLE:416};const ko={AUTHORIZATION:"Authorization",AUTHORIZATION_SCHEME:"Bearer",CONTENT_ENCODING:"Content-Encoding",CONTENT_ID:"Content-ID",CONTENT_LANGUAGE:"Content-Language",CONTENT_LENGTH:"Content-Length",CONTENT_MD5:"Content-Md5",CONTENT_TRANSFER_ENCODING:"Content-Transfer-Encoding",CONTENT_TYPE:"Content-Type",COOKIE:"Cookie",DATE:"date",IF_MATCH:"if-match",IF_MODIFIED_SINCE:"if-modified-since",IF_NONE_MATCH:"if-none-match",IF_UNMODIFIED_SINCE:"if-unmodified-since",PREFIX_FOR_STORAGE:"x-ms-",RANGE:"Range",USER_AGENT:"User-Agent",X_MS_CLIENT_REQUEST_ID:"x-ms-client-request-id",X_MS_COPY_SOURCE:"x-ms-copy-source",X_MS_DATE:"x-ms-date",X_MS_ERROR_CODE:"x-ms-error-code",X_MS_VERSION:"x-ms-version",X_MS_CopySourceErrorCode:"x-ms-copy-source-error-code"};const Do="";const Oo="*";const Po=1*1024*1024;const Mo=256;const Lo=4*Po;const Fo="\r\n";const Uo="HTTP/1.1";const Ho="AES256";const Go=`DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;`;const Vo=["Access-Control-Allow-Origin","Cache-Control","Content-Length","Content-Type","Date","Request-Id","traceparent","Transfer-Encoding","User-Agent","x-ms-client-request-id","x-ms-date","x-ms-error-code","x-ms-request-id","x-ms-return-client-request-id","x-ms-version","Accept-Ranges","Content-Disposition","Content-Encoding","Content-Language","Content-MD5","Content-Range","ETag","Last-Modified","Server","Vary","x-ms-content-crc64","x-ms-copy-action","x-ms-copy-completion-time","x-ms-copy-id","x-ms-copy-progress","x-ms-copy-status","x-ms-has-immutability-policy","x-ms-has-legal-hold","x-ms-lease-state","x-ms-lease-status","x-ms-range","x-ms-request-server-encrypted","x-ms-server-encrypted","x-ms-snapshot","x-ms-source-range","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","x-ms-access-tier","x-ms-access-tier-change-time","x-ms-access-tier-inferred","x-ms-account-kind","x-ms-archive-status","x-ms-blob-append-offset","x-ms-blob-cache-control","x-ms-blob-committed-block-count","x-ms-blob-condition-appendpos","x-ms-blob-condition-maxsize","x-ms-blob-content-disposition","x-ms-blob-content-encoding","x-ms-blob-content-language","x-ms-blob-content-length","x-ms-blob-content-md5","x-ms-blob-content-type","x-ms-blob-public-access","x-ms-blob-sequence-number","x-ms-blob-type","x-ms-copy-destination-snapshot","x-ms-creation-time","x-ms-default-encryption-scope","x-ms-delete-snapshots","x-ms-delete-type-permanent","x-ms-deny-encryption-scope-override","x-ms-encryption-algorithm","x-ms-if-sequence-number-eq","x-ms-if-sequence-number-le","x-ms-if-sequence-number-lt","x-ms-incremental-copy","x-ms-lease-action","x-ms-lease-break-period","x-ms-lease-duration","x-ms-lease-id","x-ms-lease-time","x-ms-page-write","x-ms-proposed-lease-id","x-ms-range-get-content-md5","x-ms-rehydrate-priority","x-ms-sequence-number-action","x-ms-sku-name","x-ms-source-content-md5","x-ms-source-if-match","x-ms-source-if-modified-since","x-ms-source-if-none-match","x-ms-source-if-unmodified-since","x-ms-tag-count","x-ms-encryption-key-sha256","x-ms-copy-source-error-code","x-ms-copy-source-status-code","x-ms-if-tags","x-ms-source-if-tags"];const zo=["comp","maxresults","rscc","rscd","rsce","rscl","rsct","se","si","sip","sp","spr","sr","srt","ss","st","sv","include","marker","prefix","copyid","restype","blockid","blocklisttype","delimiter","prevsnapshot","ske","skoid","sks","skt","sktid","skv","snapshot"];const jo="BlobUsesCustomerSpecifiedEncryption";const qo="BlobDoesNotUseCustomerSpecifiedEncryption";const $o=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function isPipelineLike(i){if(!i||typeof i!=="object"){return false}const u=i;return Array.isArray(u.factories)&&typeof u.options==="object"&&typeof u.toServiceClientOptions==="function"}class Pipeline{factories;options;constructor(i,u={}){this.factories=i;this.options=u}toServiceClientOptions(){return{httpClient:this.options.httpClient,requestPolicyFactories:this.factories}}}function newPipeline(i,u={}){if(!i){i=new AnonymousCredential}const p=new Pipeline([],u);p._credential=i;return p}function processDownlevelPipeline(i){const u=[isAnonymousCredential,isStorageSharedKeyCredential,isCoreHttpBearerTokenFactory,isStorageBrowserPolicyFactory,isStorageRetryPolicyFactory,isStorageTelemetryPolicyFactory,isCoreHttpPolicyFactory];if(i.factories.length){const p=i.factories.filter((i=>!u.some((u=>u(i)))));if(p.length){const i=p.some((i=>isInjectorPolicyFactory(i)));return{wrappedPolicies:createRequestPolicyFactoryPolicy(p),afterRetry:i}}}return undefined}function getCoreClientOptions(i){const{httpClient:u,...p}=i.options;let A=i._coreHttpClient;if(!A){A=u?convertHttpClient(u):cache_getCachedDefaultHttpClient();i._coreHttpClient=A}let g=i._corePipeline;if(!g){const u=`azsdk-js-azure-storage-blob/${bo}`;const A=p.userAgentOptions&&p.userAgentOptions.userAgentPrefix?`${p.userAgentOptions.userAgentPrefix} ${u}`:`${u}`;g=createClientPipeline({...p,loggingOptions:{additionalAllowedHeaderNames:Vo,additionalAllowedQueryParameters:zo,logger:Ui.info},userAgentOptions:{userAgentPrefix:A},serializationOptions:{stringifyXML:stringifyXML,serializerOptions:{xml:{xmlCharKey:"#"}}},deserializationOptions:{parseXML:parseXML,serializerOptions:{xml:{xmlCharKey:"#"}}}});g.removePolicy({phase:"Retry"});g.removePolicy({name:nn});g.addPolicy(storageCorrectContentLengthPolicy());g.addPolicy(storageRetryPolicy(p.retryOptions),{phase:"Retry"});g.addPolicy(storageRequestFailureDetailsParserPolicy());g.addPolicy(storageBrowserPolicy());const C=processDownlevelPipeline(i);if(C){g.addPolicy(C.wrappedPolicies,C.afterRetry?{afterPhase:"Retry"}:undefined)}const S=getCredentialFromPipeline(i);if(isTokenCredential(S)){g.addPolicy(bearerTokenAuthenticationPolicy({credential:S,scopes:p.audience??Qo,challengeCallbacks:{authorizeRequestOnChallenge:authorizeRequestOnTenantChallenge}}),{phase:"Sign"})}else if(S instanceof StorageSharedKeyCredential){g.addPolicy(storageSharedKeyCredentialPolicy({accountName:S.accountName,accountKey:S.accountKey}),{phase:"Sign"})}i._corePipeline=g}return{...p,allowInsecureConnection:true,httpClient:A,pipeline:g}}function getCredentialFromPipeline(i){if(i._credential){return i._credential}let u=new AnonymousCredential;for(const p of i.factories){if(isTokenCredential(p.credential)){u=p.credential}else if(isStorageSharedKeyCredential(p)){return p}}return u}function isStorageSharedKeyCredential(i){if(i instanceof StorageSharedKeyCredential){return true}return i.constructor.name==="StorageSharedKeyCredential"}function isAnonymousCredential(i){if(i instanceof AnonymousCredential){return true}return i.constructor.name==="AnonymousCredential"}function isCoreHttpBearerTokenFactory(i){return isTokenCredential(i.credential)}function isStorageBrowserPolicyFactory(i){if(i instanceof StorageBrowserPolicyFactory){return true}return i.constructor.name==="StorageBrowserPolicyFactory"}function isStorageRetryPolicyFactory(i){if(i instanceof StorageRetryPolicyFactory){return true}return i.constructor.name==="StorageRetryPolicyFactory"}function isStorageTelemetryPolicyFactory(i){return i.constructor.name==="TelemetryPolicyFactory"}function isInjectorPolicyFactory(i){return i.constructor.name==="InjectorPolicyFactory"}function isCoreHttpPolicyFactory(i){const u=["GenerateClientRequestIdPolicy","TracingPolicy","LogPolicy","ProxyPolicy","DisableResponseDecompressionPolicy","KeepAlivePolicy","DeserializationPolicy"];const p={sendRequest:async i=>({request:i,headers:i.headers.clone(),status:500})};const A={log(i,u){},shouldLog(i){return false}};const g=i.create(p,A);const C=g.constructor.name;return u.some((i=>C.startsWith(i)))}var Jo;(function(i){i["AES256"]="AES256"})(Jo||(Jo={}));var Wo;(function(i){i["Backup"]="backup"})(Wo||(Wo={}));var Yo;(function(i){i["NeverExpire"]="NeverExpire";i["RelativeToCreation"]="RelativeToCreation";i["RelativeToNow"]="RelativeToNow";i["Absolute"]="Absolute"})(Yo||(Yo={}));var Ko;(function(i){i["AccountAlreadyExists"]="AccountAlreadyExists";i["AccountBeingCreated"]="AccountBeingCreated";i["AccountIsDisabled"]="AccountIsDisabled";i["AuthenticationFailed"]="AuthenticationFailed";i["AuthorizationFailure"]="AuthorizationFailure";i["ConditionHeadersNotSupported"]="ConditionHeadersNotSupported";i["ConditionNotMet"]="ConditionNotMet";i["EmptyMetadataKey"]="EmptyMetadataKey";i["InsufficientAccountPermissions"]="InsufficientAccountPermissions";i["InternalError"]="InternalError";i["InvalidAuthenticationInfo"]="InvalidAuthenticationInfo";i["InvalidHeaderValue"]="InvalidHeaderValue";i["InvalidHttpVerb"]="InvalidHttpVerb";i["InvalidInput"]="InvalidInput";i["InvalidMd5"]="InvalidMd5";i["InvalidMetadata"]="InvalidMetadata";i["InvalidQueryParameterValue"]="InvalidQueryParameterValue";i["InvalidRange"]="InvalidRange";i["InvalidResourceName"]="InvalidResourceName";i["InvalidUri"]="InvalidUri";i["InvalidXmlDocument"]="InvalidXmlDocument";i["InvalidXmlNodeValue"]="InvalidXmlNodeValue";i["Md5Mismatch"]="Md5Mismatch";i["MetadataTooLarge"]="MetadataTooLarge";i["MissingContentLengthHeader"]="MissingContentLengthHeader";i["MissingRequiredQueryParameter"]="MissingRequiredQueryParameter";i["MissingRequiredHeader"]="MissingRequiredHeader";i["MissingRequiredXmlNode"]="MissingRequiredXmlNode";i["MultipleConditionHeadersNotSupported"]="MultipleConditionHeadersNotSupported";i["OperationTimedOut"]="OperationTimedOut";i["OutOfRangeInput"]="OutOfRangeInput";i["OutOfRangeQueryParameterValue"]="OutOfRangeQueryParameterValue";i["RequestBodyTooLarge"]="RequestBodyTooLarge";i["ResourceTypeMismatch"]="ResourceTypeMismatch";i["RequestUrlFailedToParse"]="RequestUrlFailedToParse";i["ResourceAlreadyExists"]="ResourceAlreadyExists";i["ResourceNotFound"]="ResourceNotFound";i["ServerBusy"]="ServerBusy";i["UnsupportedHeader"]="UnsupportedHeader";i["UnsupportedXmlNode"]="UnsupportedXmlNode";i["UnsupportedQueryParameter"]="UnsupportedQueryParameter";i["UnsupportedHttpVerb"]="UnsupportedHttpVerb";i["AppendPositionConditionNotMet"]="AppendPositionConditionNotMet";i["BlobAlreadyExists"]="BlobAlreadyExists";i["BlobImmutableDueToPolicy"]="BlobImmutableDueToPolicy";i["BlobNotFound"]="BlobNotFound";i["BlobOverwritten"]="BlobOverwritten";i["BlobTierInadequateForContentLength"]="BlobTierInadequateForContentLength";i["BlobUsesCustomerSpecifiedEncryption"]="BlobUsesCustomerSpecifiedEncryption";i["BlockCountExceedsLimit"]="BlockCountExceedsLimit";i["BlockListTooLong"]="BlockListTooLong";i["CannotChangeToLowerTier"]="CannotChangeToLowerTier";i["CannotVerifyCopySource"]="CannotVerifyCopySource";i["ContainerAlreadyExists"]="ContainerAlreadyExists";i["ContainerBeingDeleted"]="ContainerBeingDeleted";i["ContainerDisabled"]="ContainerDisabled";i["ContainerNotFound"]="ContainerNotFound";i["ContentLengthLargerThanTierLimit"]="ContentLengthLargerThanTierLimit";i["CopyAcrossAccountsNotSupported"]="CopyAcrossAccountsNotSupported";i["CopyIdMismatch"]="CopyIdMismatch";i["FeatureVersionMismatch"]="FeatureVersionMismatch";i["IncrementalCopyBlobMismatch"]="IncrementalCopyBlobMismatch";i["IncrementalCopyOfEarlierVersionSnapshotNotAllowed"]="IncrementalCopyOfEarlierVersionSnapshotNotAllowed";i["IncrementalCopySourceMustBeSnapshot"]="IncrementalCopySourceMustBeSnapshot";i["InfiniteLeaseDurationRequired"]="InfiniteLeaseDurationRequired";i["InvalidBlobOrBlock"]="InvalidBlobOrBlock";i["InvalidBlobTier"]="InvalidBlobTier";i["InvalidBlobType"]="InvalidBlobType";i["InvalidBlockId"]="InvalidBlockId";i["InvalidBlockList"]="InvalidBlockList";i["InvalidOperation"]="InvalidOperation";i["InvalidPageRange"]="InvalidPageRange";i["InvalidSourceBlobType"]="InvalidSourceBlobType";i["InvalidSourceBlobUrl"]="InvalidSourceBlobUrl";i["InvalidVersionForPageBlobOperation"]="InvalidVersionForPageBlobOperation";i["LeaseAlreadyPresent"]="LeaseAlreadyPresent";i["LeaseAlreadyBroken"]="LeaseAlreadyBroken";i["LeaseIdMismatchWithBlobOperation"]="LeaseIdMismatchWithBlobOperation";i["LeaseIdMismatchWithContainerOperation"]="LeaseIdMismatchWithContainerOperation";i["LeaseIdMismatchWithLeaseOperation"]="LeaseIdMismatchWithLeaseOperation";i["LeaseIdMissing"]="LeaseIdMissing";i["LeaseIsBreakingAndCannotBeAcquired"]="LeaseIsBreakingAndCannotBeAcquired";i["LeaseIsBreakingAndCannotBeChanged"]="LeaseIsBreakingAndCannotBeChanged";i["LeaseIsBrokenAndCannotBeRenewed"]="LeaseIsBrokenAndCannotBeRenewed";i["LeaseLost"]="LeaseLost";i["LeaseNotPresentWithBlobOperation"]="LeaseNotPresentWithBlobOperation";i["LeaseNotPresentWithContainerOperation"]="LeaseNotPresentWithContainerOperation";i["LeaseNotPresentWithLeaseOperation"]="LeaseNotPresentWithLeaseOperation";i["MaxBlobSizeConditionNotMet"]="MaxBlobSizeConditionNotMet";i["NoAuthenticationInformation"]="NoAuthenticationInformation";i["NoPendingCopyOperation"]="NoPendingCopyOperation";i["OperationNotAllowedOnIncrementalCopyBlob"]="OperationNotAllowedOnIncrementalCopyBlob";i["PendingCopyOperation"]="PendingCopyOperation";i["PreviousSnapshotCannotBeNewer"]="PreviousSnapshotCannotBeNewer";i["PreviousSnapshotNotFound"]="PreviousSnapshotNotFound";i["PreviousSnapshotOperationNotSupported"]="PreviousSnapshotOperationNotSupported";i["SequenceNumberConditionNotMet"]="SequenceNumberConditionNotMet";i["SequenceNumberIncrementTooLarge"]="SequenceNumberIncrementTooLarge";i["SnapshotCountExceeded"]="SnapshotCountExceeded";i["SnapshotOperationRateExceeded"]="SnapshotOperationRateExceeded";i["SnapshotsPresent"]="SnapshotsPresent";i["SourceConditionNotMet"]="SourceConditionNotMet";i["SystemInUse"]="SystemInUse";i["TargetConditionNotMet"]="TargetConditionNotMet";i["UnauthorizedBlobOverwrite"]="UnauthorizedBlobOverwrite";i["BlobBeingRehydrated"]="BlobBeingRehydrated";i["BlobArchived"]="BlobArchived";i["BlobNotArchived"]="BlobNotArchived";i["AuthorizationSourceIPMismatch"]="AuthorizationSourceIPMismatch";i["AuthorizationProtocolMismatch"]="AuthorizationProtocolMismatch";i["AuthorizationPermissionMismatch"]="AuthorizationPermissionMismatch";i["AuthorizationServiceMismatch"]="AuthorizationServiceMismatch";i["AuthorizationResourceTypeMismatch"]="AuthorizationResourceTypeMismatch";i["BlobAccessTierNotSupportedForAccountType"]="BlobAccessTierNotSupportedForAccountType"})(Ko||(Ko={}));const Zo={serializedName:"BlobServiceProperties",xmlName:"StorageServiceProperties",type:{name:"Composite",className:"BlobServiceProperties",modelProperties:{blobAnalyticsLogging:{serializedName:"Logging",xmlName:"Logging",type:{name:"Composite",className:"Logging"}},hourMetrics:{serializedName:"HourMetrics",xmlName:"HourMetrics",type:{name:"Composite",className:"Metrics"}},minuteMetrics:{serializedName:"MinuteMetrics",xmlName:"MinuteMetrics",type:{name:"Composite",className:"Metrics"}},cors:{serializedName:"Cors",xmlName:"Cors",xmlIsWrapped:true,xmlElementName:"CorsRule",type:{name:"Sequence",element:{type:{name:"Composite",className:"CorsRule"}}}},defaultServiceVersion:{serializedName:"DefaultServiceVersion",xmlName:"DefaultServiceVersion",type:{name:"String"}},deleteRetentionPolicy:{serializedName:"DeleteRetentionPolicy",xmlName:"DeleteRetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}},staticWebsite:{serializedName:"StaticWebsite",xmlName:"StaticWebsite",type:{name:"Composite",className:"StaticWebsite"}}}}};const Xo={serializedName:"Logging",type:{name:"Composite",className:"Logging",modelProperties:{version:{serializedName:"Version",required:true,xmlName:"Version",type:{name:"String"}},deleteProperty:{serializedName:"Delete",required:true,xmlName:"Delete",type:{name:"Boolean"}},read:{serializedName:"Read",required:true,xmlName:"Read",type:{name:"Boolean"}},write:{serializedName:"Write",required:true,xmlName:"Write",type:{name:"Boolean"}},retentionPolicy:{serializedName:"RetentionPolicy",xmlName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}}}}};const ea={serializedName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy",modelProperties:{enabled:{serializedName:"Enabled",required:true,xmlName:"Enabled",type:{name:"Boolean"}},days:{constraints:{InclusiveMinimum:1},serializedName:"Days",xmlName:"Days",type:{name:"Number"}}}}};const ta={serializedName:"Metrics",type:{name:"Composite",className:"Metrics",modelProperties:{version:{serializedName:"Version",xmlName:"Version",type:{name:"String"}},enabled:{serializedName:"Enabled",required:true,xmlName:"Enabled",type:{name:"Boolean"}},includeAPIs:{serializedName:"IncludeAPIs",xmlName:"IncludeAPIs",type:{name:"Boolean"}},retentionPolicy:{serializedName:"RetentionPolicy",xmlName:"RetentionPolicy",type:{name:"Composite",className:"RetentionPolicy"}}}}};const ra={serializedName:"CorsRule",type:{name:"Composite",className:"CorsRule",modelProperties:{allowedOrigins:{serializedName:"AllowedOrigins",required:true,xmlName:"AllowedOrigins",type:{name:"String"}},allowedMethods:{serializedName:"AllowedMethods",required:true,xmlName:"AllowedMethods",type:{name:"String"}},allowedHeaders:{serializedName:"AllowedHeaders",required:true,xmlName:"AllowedHeaders",type:{name:"String"}},exposedHeaders:{serializedName:"ExposedHeaders",required:true,xmlName:"ExposedHeaders",type:{name:"String"}},maxAgeInSeconds:{constraints:{InclusiveMinimum:0},serializedName:"MaxAgeInSeconds",required:true,xmlName:"MaxAgeInSeconds",type:{name:"Number"}}}}};const sa={serializedName:"StaticWebsite",type:{name:"Composite",className:"StaticWebsite",modelProperties:{enabled:{serializedName:"Enabled",required:true,xmlName:"Enabled",type:{name:"Boolean"}},indexDocument:{serializedName:"IndexDocument",xmlName:"IndexDocument",type:{name:"String"}},errorDocument404Path:{serializedName:"ErrorDocument404Path",xmlName:"ErrorDocument404Path",type:{name:"String"}},defaultIndexDocumentPath:{serializedName:"DefaultIndexDocumentPath",xmlName:"DefaultIndexDocumentPath",type:{name:"String"}}}}};const na={serializedName:"StorageError",type:{name:"Composite",className:"StorageError",modelProperties:{message:{serializedName:"Message",xmlName:"Message",type:{name:"String"}},copySourceStatusCode:{serializedName:"CopySourceStatusCode",xmlName:"CopySourceStatusCode",type:{name:"Number"}},copySourceErrorCode:{serializedName:"CopySourceErrorCode",xmlName:"CopySourceErrorCode",type:{name:"String"}},copySourceErrorMessage:{serializedName:"CopySourceErrorMessage",xmlName:"CopySourceErrorMessage",type:{name:"String"}},code:{serializedName:"Code",xmlName:"Code",type:{name:"String"}},authenticationErrorDetail:{serializedName:"AuthenticationErrorDetail",xmlName:"AuthenticationErrorDetail",type:{name:"String"}}}}};const ia={serializedName:"BlobServiceStatistics",xmlName:"StorageServiceStats",type:{name:"Composite",className:"BlobServiceStatistics",modelProperties:{geoReplication:{serializedName:"GeoReplication",xmlName:"GeoReplication",type:{name:"Composite",className:"GeoReplication"}}}}};const oa={serializedName:"GeoReplication",type:{name:"Composite",className:"GeoReplication",modelProperties:{status:{serializedName:"Status",required:true,xmlName:"Status",type:{name:"Enum",allowedValues:["live","bootstrap","unavailable"]}},lastSyncOn:{serializedName:"LastSyncTime",required:true,xmlName:"LastSyncTime",type:{name:"DateTimeRfc1123"}}}}};const aa={serializedName:"ListContainersSegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListContainersSegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:true,xmlName:"ServiceEndpoint",xmlIsAttribute:true,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},containerItems:{serializedName:"ContainerItems",required:true,xmlName:"Containers",xmlIsWrapped:true,xmlElementName:"Container",type:{name:"Sequence",element:{type:{name:"Composite",className:"ContainerItem"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};const ca={serializedName:"ContainerItem",xmlName:"Container",type:{name:"Composite",className:"ContainerItem",modelProperties:{name:{serializedName:"Name",required:true,xmlName:"Name",type:{name:"String"}},deleted:{serializedName:"Deleted",xmlName:"Deleted",type:{name:"Boolean"}},version:{serializedName:"Version",xmlName:"Version",type:{name:"String"}},properties:{serializedName:"Properties",xmlName:"Properties",type:{name:"Composite",className:"ContainerProperties"}},metadata:{serializedName:"Metadata",xmlName:"Metadata",type:{name:"Dictionary",value:{type:{name:"String"}}}}}}};const la={serializedName:"ContainerProperties",type:{name:"Composite",className:"ContainerProperties",modelProperties:{lastModified:{serializedName:"Last-Modified",required:true,xmlName:"Last-Modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"Etag",required:true,xmlName:"Etag",type:{name:"String"}},leaseStatus:{serializedName:"LeaseStatus",xmlName:"LeaseStatus",type:{name:"Enum",allowedValues:["locked","unlocked"]}},leaseState:{serializedName:"LeaseState",xmlName:"LeaseState",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseDuration:{serializedName:"LeaseDuration",xmlName:"LeaseDuration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},publicAccess:{serializedName:"PublicAccess",xmlName:"PublicAccess",type:{name:"Enum",allowedValues:["container","blob"]}},hasImmutabilityPolicy:{serializedName:"HasImmutabilityPolicy",xmlName:"HasImmutabilityPolicy",type:{name:"Boolean"}},hasLegalHold:{serializedName:"HasLegalHold",xmlName:"HasLegalHold",type:{name:"Boolean"}},defaultEncryptionScope:{serializedName:"DefaultEncryptionScope",xmlName:"DefaultEncryptionScope",type:{name:"String"}},preventEncryptionScopeOverride:{serializedName:"DenyEncryptionScopeOverride",xmlName:"DenyEncryptionScopeOverride",type:{name:"Boolean"}},deletedOn:{serializedName:"DeletedTime",xmlName:"DeletedTime",type:{name:"DateTimeRfc1123"}},remainingRetentionDays:{serializedName:"RemainingRetentionDays",xmlName:"RemainingRetentionDays",type:{name:"Number"}},isImmutableStorageWithVersioningEnabled:{serializedName:"ImmutableStorageWithVersioningEnabled",xmlName:"ImmutableStorageWithVersioningEnabled",type:{name:"Boolean"}}}}};const ua={serializedName:"KeyInfo",type:{name:"Composite",className:"KeyInfo",modelProperties:{startsOn:{serializedName:"Start",required:true,xmlName:"Start",type:{name:"String"}},expiresOn:{serializedName:"Expiry",required:true,xmlName:"Expiry",type:{name:"String"}}}}};const da={serializedName:"UserDelegationKey",type:{name:"Composite",className:"UserDelegationKey",modelProperties:{signedObjectId:{serializedName:"SignedOid",required:true,xmlName:"SignedOid",type:{name:"String"}},signedTenantId:{serializedName:"SignedTid",required:true,xmlName:"SignedTid",type:{name:"String"}},signedStartsOn:{serializedName:"SignedStart",required:true,xmlName:"SignedStart",type:{name:"String"}},signedExpiresOn:{serializedName:"SignedExpiry",required:true,xmlName:"SignedExpiry",type:{name:"String"}},signedService:{serializedName:"SignedService",required:true,xmlName:"SignedService",type:{name:"String"}},signedVersion:{serializedName:"SignedVersion",required:true,xmlName:"SignedVersion",type:{name:"String"}},value:{serializedName:"Value",required:true,xmlName:"Value",type:{name:"String"}}}}};const ha={serializedName:"FilterBlobSegment",xmlName:"EnumerationResults",type:{name:"Composite",className:"FilterBlobSegment",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:true,xmlName:"ServiceEndpoint",xmlIsAttribute:true,type:{name:"String"}},where:{serializedName:"Where",required:true,xmlName:"Where",type:{name:"String"}},blobs:{serializedName:"Blobs",required:true,xmlName:"Blobs",xmlIsWrapped:true,xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"FilterBlobItem"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};const pa={serializedName:"FilterBlobItem",xmlName:"Blob",type:{name:"Composite",className:"FilterBlobItem",modelProperties:{name:{serializedName:"Name",required:true,xmlName:"Name",type:{name:"String"}},containerName:{serializedName:"ContainerName",required:true,xmlName:"ContainerName",type:{name:"String"}},tags:{serializedName:"Tags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags"}}}}};const Aa={serializedName:"BlobTags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags",modelProperties:{blobTagSet:{serializedName:"BlobTagSet",required:true,xmlName:"TagSet",xmlIsWrapped:true,xmlElementName:"Tag",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobTag"}}}}}}};const fa={serializedName:"BlobTag",xmlName:"Tag",type:{name:"Composite",className:"BlobTag",modelProperties:{key:{serializedName:"Key",required:true,xmlName:"Key",type:{name:"String"}},value:{serializedName:"Value",required:true,xmlName:"Value",type:{name:"String"}}}}};const ga={serializedName:"SignedIdentifier",xmlName:"SignedIdentifier",type:{name:"Composite",className:"SignedIdentifier",modelProperties:{id:{serializedName:"Id",required:true,xmlName:"Id",type:{name:"String"}},accessPolicy:{serializedName:"AccessPolicy",xmlName:"AccessPolicy",type:{name:"Composite",className:"AccessPolicy"}}}}};const ma={serializedName:"AccessPolicy",type:{name:"Composite",className:"AccessPolicy",modelProperties:{startsOn:{serializedName:"Start",xmlName:"Start",type:{name:"String"}},expiresOn:{serializedName:"Expiry",xmlName:"Expiry",type:{name:"String"}},permissions:{serializedName:"Permission",xmlName:"Permission",type:{name:"String"}}}}};const ya={serializedName:"ListBlobsFlatSegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListBlobsFlatSegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:true,xmlName:"ServiceEndpoint",xmlIsAttribute:true,type:{name:"String"}},containerName:{serializedName:"ContainerName",required:true,xmlName:"ContainerName",xmlIsAttribute:true,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},segment:{serializedName:"Segment",xmlName:"Blobs",type:{name:"Composite",className:"BlobFlatListSegment"}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};const Ea={serializedName:"BlobFlatListSegment",xmlName:"Blobs",type:{name:"Composite",className:"BlobFlatListSegment",modelProperties:{blobItems:{serializedName:"BlobItems",required:true,xmlName:"BlobItems",xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobItemInternal"}}}}}}};const Ca={serializedName:"BlobItemInternal",xmlName:"Blob",type:{name:"Composite",className:"BlobItemInternal",modelProperties:{name:{serializedName:"Name",xmlName:"Name",type:{name:"Composite",className:"BlobName"}},deleted:{serializedName:"Deleted",required:true,xmlName:"Deleted",type:{name:"Boolean"}},snapshot:{serializedName:"Snapshot",required:true,xmlName:"Snapshot",type:{name:"String"}},versionId:{serializedName:"VersionId",xmlName:"VersionId",type:{name:"String"}},isCurrentVersion:{serializedName:"IsCurrentVersion",xmlName:"IsCurrentVersion",type:{name:"Boolean"}},properties:{serializedName:"Properties",xmlName:"Properties",type:{name:"Composite",className:"BlobPropertiesInternal"}},metadata:{serializedName:"Metadata",xmlName:"Metadata",type:{name:"Dictionary",value:{type:{name:"String"}}}},blobTags:{serializedName:"BlobTags",xmlName:"Tags",type:{name:"Composite",className:"BlobTags"}},objectReplicationMetadata:{serializedName:"ObjectReplicationMetadata",xmlName:"OrMetadata",type:{name:"Dictionary",value:{type:{name:"String"}}}},hasVersionsOnly:{serializedName:"HasVersionsOnly",xmlName:"HasVersionsOnly",type:{name:"Boolean"}}}}};const ba={serializedName:"BlobName",type:{name:"Composite",className:"BlobName",modelProperties:{encoded:{serializedName:"Encoded",xmlName:"Encoded",xmlIsAttribute:true,type:{name:"Boolean"}},content:{serializedName:"content",xmlName:"content",xmlIsMsText:true,type:{name:"String"}}}}};const Ia={serializedName:"BlobPropertiesInternal",xmlName:"Properties",type:{name:"Composite",className:"BlobPropertiesInternal",modelProperties:{createdOn:{serializedName:"Creation-Time",xmlName:"Creation-Time",type:{name:"DateTimeRfc1123"}},lastModified:{serializedName:"Last-Modified",required:true,xmlName:"Last-Modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"Etag",required:true,xmlName:"Etag",type:{name:"String"}},contentLength:{serializedName:"Content-Length",xmlName:"Content-Length",type:{name:"Number"}},contentType:{serializedName:"Content-Type",xmlName:"Content-Type",type:{name:"String"}},contentEncoding:{serializedName:"Content-Encoding",xmlName:"Content-Encoding",type:{name:"String"}},contentLanguage:{serializedName:"Content-Language",xmlName:"Content-Language",type:{name:"String"}},contentMD5:{serializedName:"Content-MD5",xmlName:"Content-MD5",type:{name:"ByteArray"}},contentDisposition:{serializedName:"Content-Disposition",xmlName:"Content-Disposition",type:{name:"String"}},cacheControl:{serializedName:"Cache-Control",xmlName:"Cache-Control",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"BlobType",xmlName:"BlobType",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},leaseStatus:{serializedName:"LeaseStatus",xmlName:"LeaseStatus",type:{name:"Enum",allowedValues:["locked","unlocked"]}},leaseState:{serializedName:"LeaseState",xmlName:"LeaseState",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseDuration:{serializedName:"LeaseDuration",xmlName:"LeaseDuration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},copyId:{serializedName:"CopyId",xmlName:"CopyId",type:{name:"String"}},copyStatus:{serializedName:"CopyStatus",xmlName:"CopyStatus",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},copySource:{serializedName:"CopySource",xmlName:"CopySource",type:{name:"String"}},copyProgress:{serializedName:"CopyProgress",xmlName:"CopyProgress",type:{name:"String"}},copyCompletedOn:{serializedName:"CopyCompletionTime",xmlName:"CopyCompletionTime",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"CopyStatusDescription",xmlName:"CopyStatusDescription",type:{name:"String"}},serverEncrypted:{serializedName:"ServerEncrypted",xmlName:"ServerEncrypted",type:{name:"Boolean"}},incrementalCopy:{serializedName:"IncrementalCopy",xmlName:"IncrementalCopy",type:{name:"Boolean"}},destinationSnapshot:{serializedName:"DestinationSnapshot",xmlName:"DestinationSnapshot",type:{name:"String"}},deletedOn:{serializedName:"DeletedTime",xmlName:"DeletedTime",type:{name:"DateTimeRfc1123"}},remainingRetentionDays:{serializedName:"RemainingRetentionDays",xmlName:"RemainingRetentionDays",type:{name:"Number"}},accessTier:{serializedName:"AccessTier",xmlName:"AccessTier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}},accessTierInferred:{serializedName:"AccessTierInferred",xmlName:"AccessTierInferred",type:{name:"Boolean"}},archiveStatus:{serializedName:"ArchiveStatus",xmlName:"ArchiveStatus",type:{name:"Enum",allowedValues:["rehydrate-pending-to-hot","rehydrate-pending-to-cool","rehydrate-pending-to-cold"]}},customerProvidedKeySha256:{serializedName:"CustomerProvidedKeySha256",xmlName:"CustomerProvidedKeySha256",type:{name:"String"}},encryptionScope:{serializedName:"EncryptionScope",xmlName:"EncryptionScope",type:{name:"String"}},accessTierChangedOn:{serializedName:"AccessTierChangeTime",xmlName:"AccessTierChangeTime",type:{name:"DateTimeRfc1123"}},tagCount:{serializedName:"TagCount",xmlName:"TagCount",type:{name:"Number"}},expiresOn:{serializedName:"Expiry-Time",xmlName:"Expiry-Time",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"Sealed",xmlName:"Sealed",type:{name:"Boolean"}},rehydratePriority:{serializedName:"RehydratePriority",xmlName:"RehydratePriority",type:{name:"Enum",allowedValues:["High","Standard"]}},lastAccessedOn:{serializedName:"LastAccessTime",xmlName:"LastAccessTime",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"ImmutabilityPolicyUntilDate",xmlName:"ImmutabilityPolicyUntilDate",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"ImmutabilityPolicyMode",xmlName:"ImmutabilityPolicyMode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"LegalHold",xmlName:"LegalHold",type:{name:"Boolean"}}}}};const Sa={serializedName:"ListBlobsHierarchySegmentResponse",xmlName:"EnumerationResults",type:{name:"Composite",className:"ListBlobsHierarchySegmentResponse",modelProperties:{serviceEndpoint:{serializedName:"ServiceEndpoint",required:true,xmlName:"ServiceEndpoint",xmlIsAttribute:true,type:{name:"String"}},containerName:{serializedName:"ContainerName",required:true,xmlName:"ContainerName",xmlIsAttribute:true,type:{name:"String"}},prefix:{serializedName:"Prefix",xmlName:"Prefix",type:{name:"String"}},marker:{serializedName:"Marker",xmlName:"Marker",type:{name:"String"}},maxPageSize:{serializedName:"MaxResults",xmlName:"MaxResults",type:{name:"Number"}},delimiter:{serializedName:"Delimiter",xmlName:"Delimiter",type:{name:"String"}},segment:{serializedName:"Segment",xmlName:"Blobs",type:{name:"Composite",className:"BlobHierarchyListSegment"}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};const wa={serializedName:"BlobHierarchyListSegment",xmlName:"Blobs",type:{name:"Composite",className:"BlobHierarchyListSegment",modelProperties:{blobPrefixes:{serializedName:"BlobPrefixes",xmlName:"BlobPrefixes",xmlElementName:"BlobPrefix",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobPrefix"}}}},blobItems:{serializedName:"BlobItems",required:true,xmlName:"BlobItems",xmlElementName:"Blob",type:{name:"Sequence",element:{type:{name:"Composite",className:"BlobItemInternal"}}}}}}};const Ba={serializedName:"BlobPrefix",type:{name:"Composite",className:"BlobPrefix",modelProperties:{name:{serializedName:"Name",xmlName:"Name",type:{name:"Composite",className:"BlobName"}}}}};const va={serializedName:"BlockLookupList",xmlName:"BlockList",type:{name:"Composite",className:"BlockLookupList",modelProperties:{committed:{serializedName:"Committed",xmlName:"Committed",xmlElementName:"Committed",type:{name:"Sequence",element:{type:{name:"String"}}}},uncommitted:{serializedName:"Uncommitted",xmlName:"Uncommitted",xmlElementName:"Uncommitted",type:{name:"Sequence",element:{type:{name:"String"}}}},latest:{serializedName:"Latest",xmlName:"Latest",xmlElementName:"Latest",type:{name:"Sequence",element:{type:{name:"String"}}}}}}};const Ra={serializedName:"BlockList",type:{name:"Composite",className:"BlockList",modelProperties:{committedBlocks:{serializedName:"CommittedBlocks",xmlName:"CommittedBlocks",xmlIsWrapped:true,xmlElementName:"Block",type:{name:"Sequence",element:{type:{name:"Composite",className:"Block"}}}},uncommittedBlocks:{serializedName:"UncommittedBlocks",xmlName:"UncommittedBlocks",xmlIsWrapped:true,xmlElementName:"Block",type:{name:"Sequence",element:{type:{name:"Composite",className:"Block"}}}}}}};const Na={serializedName:"Block",type:{name:"Composite",className:"Block",modelProperties:{name:{serializedName:"Name",required:true,xmlName:"Name",type:{name:"String"}},size:{serializedName:"Size",required:true,xmlName:"Size",type:{name:"Number"}}}}};const Ta={serializedName:"PageList",type:{name:"Composite",className:"PageList",modelProperties:{pageRange:{serializedName:"PageRange",xmlName:"PageRange",xmlElementName:"PageRange",type:{name:"Sequence",element:{type:{name:"Composite",className:"PageRange"}}}},clearRange:{serializedName:"ClearRange",xmlName:"ClearRange",xmlElementName:"ClearRange",type:{name:"Sequence",element:{type:{name:"Composite",className:"ClearRange"}}}},continuationToken:{serializedName:"NextMarker",xmlName:"NextMarker",type:{name:"String"}}}}};const Qa={serializedName:"PageRange",xmlName:"PageRange",type:{name:"Composite",className:"PageRange",modelProperties:{start:{serializedName:"Start",required:true,xmlName:"Start",type:{name:"Number"}},end:{serializedName:"End",required:true,xmlName:"End",type:{name:"Number"}}}}};const xa={serializedName:"ClearRange",xmlName:"ClearRange",type:{name:"Composite",className:"ClearRange",modelProperties:{start:{serializedName:"Start",required:true,xmlName:"Start",type:{name:"Number"}},end:{serializedName:"End",required:true,xmlName:"End",type:{name:"Number"}}}}};const _a={serializedName:"QueryRequest",xmlName:"QueryRequest",type:{name:"Composite",className:"QueryRequest",modelProperties:{queryType:{serializedName:"QueryType",required:true,xmlName:"QueryType",type:{name:"String"}},expression:{serializedName:"Expression",required:true,xmlName:"Expression",type:{name:"String"}},inputSerialization:{serializedName:"InputSerialization",xmlName:"InputSerialization",type:{name:"Composite",className:"QuerySerialization"}},outputSerialization:{serializedName:"OutputSerialization",xmlName:"OutputSerialization",type:{name:"Composite",className:"QuerySerialization"}}}}};const ka={serializedName:"QuerySerialization",type:{name:"Composite",className:"QuerySerialization",modelProperties:{format:{serializedName:"Format",xmlName:"Format",type:{name:"Composite",className:"QueryFormat"}}}}};const Da={serializedName:"QueryFormat",type:{name:"Composite",className:"QueryFormat",modelProperties:{type:{serializedName:"Type",required:true,xmlName:"Type",type:{name:"Enum",allowedValues:["delimited","json","arrow","parquet"]}},delimitedTextConfiguration:{serializedName:"DelimitedTextConfiguration",xmlName:"DelimitedTextConfiguration",type:{name:"Composite",className:"DelimitedTextConfiguration"}},jsonTextConfiguration:{serializedName:"JsonTextConfiguration",xmlName:"JsonTextConfiguration",type:{name:"Composite",className:"JsonTextConfiguration"}},arrowConfiguration:{serializedName:"ArrowConfiguration",xmlName:"ArrowConfiguration",type:{name:"Composite",className:"ArrowConfiguration"}},parquetTextConfiguration:{serializedName:"ParquetTextConfiguration",xmlName:"ParquetTextConfiguration",type:{name:"Dictionary",value:{type:{name:"any"}}}}}}};const Oa={serializedName:"DelimitedTextConfiguration",xmlName:"DelimitedTextConfiguration",type:{name:"Composite",className:"DelimitedTextConfiguration",modelProperties:{columnSeparator:{serializedName:"ColumnSeparator",xmlName:"ColumnSeparator",type:{name:"String"}},fieldQuote:{serializedName:"FieldQuote",xmlName:"FieldQuote",type:{name:"String"}},recordSeparator:{serializedName:"RecordSeparator",xmlName:"RecordSeparator",type:{name:"String"}},escapeChar:{serializedName:"EscapeChar",xmlName:"EscapeChar",type:{name:"String"}},headersPresent:{serializedName:"HeadersPresent",xmlName:"HasHeaders",type:{name:"Boolean"}}}}};const Pa={serializedName:"JsonTextConfiguration",xmlName:"JsonTextConfiguration",type:{name:"Composite",className:"JsonTextConfiguration",modelProperties:{recordSeparator:{serializedName:"RecordSeparator",xmlName:"RecordSeparator",type:{name:"String"}}}}};const Ma={serializedName:"ArrowConfiguration",xmlName:"ArrowConfiguration",type:{name:"Composite",className:"ArrowConfiguration",modelProperties:{schema:{serializedName:"Schema",required:true,xmlName:"Schema",xmlIsWrapped:true,xmlElementName:"Field",type:{name:"Sequence",element:{type:{name:"Composite",className:"ArrowField"}}}}}}};const La={serializedName:"ArrowField",xmlName:"Field",type:{name:"Composite",className:"ArrowField",modelProperties:{type:{serializedName:"Type",required:true,xmlName:"Type",type:{name:"String"}},name:{serializedName:"Name",xmlName:"Name",type:{name:"String"}},precision:{serializedName:"Precision",xmlName:"Precision",type:{name:"Number"}},scale:{serializedName:"Scale",xmlName:"Scale",type:{name:"Number"}}}}};const Fa={serializedName:"Service_setPropertiesHeaders",type:{name:"Composite",className:"ServiceSetPropertiesHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ua={serializedName:"Service_setPropertiesExceptionHeaders",type:{name:"Composite",className:"ServiceSetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ha={serializedName:"Service_getPropertiesHeaders",type:{name:"Composite",className:"ServiceGetPropertiesHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ga={serializedName:"Service_getPropertiesExceptionHeaders",type:{name:"Composite",className:"ServiceGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Va={serializedName:"Service_getStatisticsHeaders",type:{name:"Composite",className:"ServiceGetStatisticsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const za={serializedName:"Service_getStatisticsExceptionHeaders",type:{name:"Composite",className:"ServiceGetStatisticsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const ja={serializedName:"Service_listContainersSegmentHeaders",type:{name:"Composite",className:"ServiceListContainersSegmentHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const qa={serializedName:"Service_listContainersSegmentExceptionHeaders",type:{name:"Composite",className:"ServiceListContainersSegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const $a={serializedName:"Service_getUserDelegationKeyHeaders",type:{name:"Composite",className:"ServiceGetUserDelegationKeyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ja={serializedName:"Service_getUserDelegationKeyExceptionHeaders",type:{name:"Composite",className:"ServiceGetUserDelegationKeyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Wa={serializedName:"Service_getAccountInfoHeaders",type:{name:"Composite",className:"ServiceGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ya={serializedName:"Service_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"ServiceGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ka={serializedName:"Service_submitBatchHeaders",type:{name:"Composite",className:"ServiceSubmitBatchHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Za={serializedName:"Service_submitBatchExceptionHeaders",type:{name:"Composite",className:"ServiceSubmitBatchExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Xa={serializedName:"Service_filterBlobsHeaders",type:{name:"Composite",className:"ServiceFilterBlobsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const ec={serializedName:"Service_filterBlobsExceptionHeaders",type:{name:"Composite",className:"ServiceFilterBlobsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const tc={serializedName:"Container_createHeaders",type:{name:"Composite",className:"ContainerCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const rc={serializedName:"Container_createExceptionHeaders",type:{name:"Composite",className:"ContainerCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const sc={serializedName:"Container_getPropertiesHeaders",type:{name:"Composite",className:"ContainerGetPropertiesHeaders",modelProperties:{metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobPublicAccess:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}},hasImmutabilityPolicy:{serializedName:"x-ms-has-immutability-policy",xmlName:"x-ms-has-immutability-policy",type:{name:"Boolean"}},hasLegalHold:{serializedName:"x-ms-has-legal-hold",xmlName:"x-ms-has-legal-hold",type:{name:"Boolean"}},defaultEncryptionScope:{serializedName:"x-ms-default-encryption-scope",xmlName:"x-ms-default-encryption-scope",type:{name:"String"}},denyEncryptionScopeOverride:{serializedName:"x-ms-deny-encryption-scope-override",xmlName:"x-ms-deny-encryption-scope-override",type:{name:"Boolean"}},isImmutableStorageWithVersioningEnabled:{serializedName:"x-ms-immutable-storage-with-versioning-enabled",xmlName:"x-ms-immutable-storage-with-versioning-enabled",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const nc={serializedName:"Container_getPropertiesExceptionHeaders",type:{name:"Composite",className:"ContainerGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const ic={serializedName:"Container_deleteHeaders",type:{name:"Composite",className:"ContainerDeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const oc={serializedName:"Container_deleteExceptionHeaders",type:{name:"Composite",className:"ContainerDeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const ac={serializedName:"Container_setMetadataHeaders",type:{name:"Composite",className:"ContainerSetMetadataHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const cc={serializedName:"Container_setMetadataExceptionHeaders",type:{name:"Composite",className:"ContainerSetMetadataExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const lc={serializedName:"Container_getAccessPolicyHeaders",type:{name:"Composite",className:"ContainerGetAccessPolicyHeaders",modelProperties:{blobPublicAccess:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const uc={serializedName:"Container_getAccessPolicyExceptionHeaders",type:{name:"Composite",className:"ContainerGetAccessPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const dc={serializedName:"Container_setAccessPolicyHeaders",type:{name:"Composite",className:"ContainerSetAccessPolicyHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const hc={serializedName:"Container_setAccessPolicyExceptionHeaders",type:{name:"Composite",className:"ContainerSetAccessPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const pc={serializedName:"Container_restoreHeaders",type:{name:"Composite",className:"ContainerRestoreHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ac={serializedName:"Container_restoreExceptionHeaders",type:{name:"Composite",className:"ContainerRestoreExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const fc={serializedName:"Container_renameHeaders",type:{name:"Composite",className:"ContainerRenameHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const gc={serializedName:"Container_renameExceptionHeaders",type:{name:"Composite",className:"ContainerRenameExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const mc={serializedName:"Container_submitBatchHeaders",type:{name:"Composite",className:"ContainerSubmitBatchHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}}}}};const yc={serializedName:"Container_submitBatchExceptionHeaders",type:{name:"Composite",className:"ContainerSubmitBatchExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ec={serializedName:"Container_filterBlobsHeaders",type:{name:"Composite",className:"ContainerFilterBlobsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const Cc={serializedName:"Container_filterBlobsExceptionHeaders",type:{name:"Composite",className:"ContainerFilterBlobsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const bc={serializedName:"Container_acquireLeaseHeaders",type:{name:"Composite",className:"ContainerAcquireLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const Ic={serializedName:"Container_acquireLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerAcquireLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Sc={serializedName:"Container_releaseLeaseHeaders",type:{name:"Composite",className:"ContainerReleaseLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const wc={serializedName:"Container_releaseLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerReleaseLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Bc={serializedName:"Container_renewLeaseHeaders",type:{name:"Composite",className:"ContainerRenewLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const vc={serializedName:"Container_renewLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerRenewLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Rc={serializedName:"Container_breakLeaseHeaders",type:{name:"Composite",className:"ContainerBreakLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseTime:{serializedName:"x-ms-lease-time",xmlName:"x-ms-lease-time",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const Nc={serializedName:"Container_breakLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerBreakLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Tc={serializedName:"Container_changeLeaseHeaders",type:{name:"Composite",className:"ContainerChangeLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const Qc={serializedName:"Container_changeLeaseExceptionHeaders",type:{name:"Composite",className:"ContainerChangeLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const xc={serializedName:"Container_listBlobFlatSegmentHeaders",type:{name:"Composite",className:"ContainerListBlobFlatSegmentHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const _c={serializedName:"Container_listBlobFlatSegmentExceptionHeaders",type:{name:"Composite",className:"ContainerListBlobFlatSegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const kc={serializedName:"Container_listBlobHierarchySegmentHeaders",type:{name:"Composite",className:"ContainerListBlobHierarchySegmentHeaders",modelProperties:{contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Dc={serializedName:"Container_listBlobHierarchySegmentExceptionHeaders",type:{name:"Composite",className:"ContainerListBlobHierarchySegmentExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Oc={serializedName:"Container_getAccountInfoHeaders",type:{name:"Composite",className:"ContainerGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}}}}};const Pc={serializedName:"Container_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"ContainerGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Mc={serializedName:"Blob_downloadHeaders",type:{name:"Composite",className:"BlobDownloadHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},createdOn:{serializedName:"x-ms-creation-time",xmlName:"x-ms-creation-time",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},objectReplicationPolicyId:{serializedName:"x-ms-or-policy-id",xmlName:"x-ms-or-policy-id",type:{name:"String"}},objectReplicationRules:{serializedName:"x-ms-or",headerCollectionPrefix:"x-ms-or-",xmlName:"x-ms-or",type:{name:"Dictionary",value:{type:{name:"String"}}}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},contentRange:{serializedName:"content-range",xmlName:"content-range",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletedOn:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},isCurrentVersion:{serializedName:"x-ms-is-current-version",xmlName:"x-ms-is-current-version",type:{name:"Boolean"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},blobContentMD5:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}},tagCount:{serializedName:"x-ms-tag-count",xmlName:"x-ms-tag-count",type:{name:"Number"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}},lastAccessed:{serializedName:"x-ms-last-access-time",xmlName:"x-ms-last-access-time",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},contentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}}}};const Lc={serializedName:"Blob_downloadExceptionHeaders",type:{name:"Composite",className:"BlobDownloadExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Fc={serializedName:"Blob_getPropertiesHeaders",type:{name:"Composite",className:"BlobGetPropertiesHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},createdOn:{serializedName:"x-ms-creation-time",xmlName:"x-ms-creation-time",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},objectReplicationPolicyId:{serializedName:"x-ms-or-policy-id",xmlName:"x-ms-or-policy-id",type:{name:"String"}},objectReplicationRules:{serializedName:"x-ms-or",headerCollectionPrefix:"x-ms-or-",xmlName:"x-ms-or",type:{name:"Dictionary",value:{type:{name:"String"}}}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletedOn:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},isIncrementalCopy:{serializedName:"x-ms-incremental-copy",xmlName:"x-ms-incremental-copy",type:{name:"Boolean"}},destinationSnapshot:{serializedName:"x-ms-copy-destination-snapshot",xmlName:"x-ms-copy-destination-snapshot",type:{name:"String"}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},accessTier:{serializedName:"x-ms-access-tier",xmlName:"x-ms-access-tier",type:{name:"String"}},accessTierInferred:{serializedName:"x-ms-access-tier-inferred",xmlName:"x-ms-access-tier-inferred",type:{name:"Boolean"}},archiveStatus:{serializedName:"x-ms-archive-status",xmlName:"x-ms-archive-status",type:{name:"String"}},accessTierChangedOn:{serializedName:"x-ms-access-tier-change-time",xmlName:"x-ms-access-tier-change-time",type:{name:"DateTimeRfc1123"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},isCurrentVersion:{serializedName:"x-ms-is-current-version",xmlName:"x-ms-is-current-version",type:{name:"Boolean"}},tagCount:{serializedName:"x-ms-tag-count",xmlName:"x-ms-tag-count",type:{name:"Number"}},expiresOn:{serializedName:"x-ms-expiry-time",xmlName:"x-ms-expiry-time",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}},rehydratePriority:{serializedName:"x-ms-rehydrate-priority",xmlName:"x-ms-rehydrate-priority",type:{name:"Enum",allowedValues:["High","Standard"]}},lastAccessed:{serializedName:"x-ms-last-access-time",xmlName:"x-ms-last-access-time",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiresOn:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Uc={serializedName:"Blob_getPropertiesExceptionHeaders",type:{name:"Composite",className:"BlobGetPropertiesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Hc={serializedName:"Blob_deleteHeaders",type:{name:"Composite",className:"BlobDeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Gc={serializedName:"Blob_deleteExceptionHeaders",type:{name:"Composite",className:"BlobDeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Vc={serializedName:"Blob_undeleteHeaders",type:{name:"Composite",className:"BlobUndeleteHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const zc={serializedName:"Blob_undeleteExceptionHeaders",type:{name:"Composite",className:"BlobUndeleteExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const jc={serializedName:"Blob_setExpiryHeaders",type:{name:"Composite",className:"BlobSetExpiryHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const qc={serializedName:"Blob_setExpiryExceptionHeaders",type:{name:"Composite",className:"BlobSetExpiryExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const $c={serializedName:"Blob_setHttpHeadersHeaders",type:{name:"Composite",className:"BlobSetHttpHeadersHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Jc={serializedName:"Blob_setHttpHeadersExceptionHeaders",type:{name:"Composite",className:"BlobSetHttpHeadersExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Wc={serializedName:"Blob_setImmutabilityPolicyHeaders",type:{name:"Composite",className:"BlobSetImmutabilityPolicyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyExpiry:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}},immutabilityPolicyMode:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}}}}};const Yc={serializedName:"Blob_setImmutabilityPolicyExceptionHeaders",type:{name:"Composite",className:"BlobSetImmutabilityPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Kc={serializedName:"Blob_deleteImmutabilityPolicyHeaders",type:{name:"Composite",className:"BlobDeleteImmutabilityPolicyHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const Zc={serializedName:"Blob_deleteImmutabilityPolicyExceptionHeaders",type:{name:"Composite",className:"BlobDeleteImmutabilityPolicyExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Xc={serializedName:"Blob_setLegalHoldHeaders",type:{name:"Composite",className:"BlobSetLegalHoldHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},legalHold:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}}}};const el={serializedName:"Blob_setLegalHoldExceptionHeaders",type:{name:"Composite",className:"BlobSetLegalHoldExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const tl={serializedName:"Blob_setMetadataHeaders",type:{name:"Composite",className:"BlobSetMetadataHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const rl={serializedName:"Blob_setMetadataExceptionHeaders",type:{name:"Composite",className:"BlobSetMetadataExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const sl={serializedName:"Blob_acquireLeaseHeaders",type:{name:"Composite",className:"BlobAcquireLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const nl={serializedName:"Blob_acquireLeaseExceptionHeaders",type:{name:"Composite",className:"BlobAcquireLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const il={serializedName:"Blob_releaseLeaseHeaders",type:{name:"Composite",className:"BlobReleaseLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const ol={serializedName:"Blob_releaseLeaseExceptionHeaders",type:{name:"Composite",className:"BlobReleaseLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const al={serializedName:"Blob_renewLeaseHeaders",type:{name:"Composite",className:"BlobRenewLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const cl={serializedName:"Blob_renewLeaseExceptionHeaders",type:{name:"Composite",className:"BlobRenewLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const ll={serializedName:"Blob_changeLeaseHeaders",type:{name:"Composite",className:"BlobChangeLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},leaseId:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const ul={serializedName:"Blob_changeLeaseExceptionHeaders",type:{name:"Composite",className:"BlobChangeLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const dl={serializedName:"Blob_breakLeaseHeaders",type:{name:"Composite",className:"BlobBreakLeaseHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},leaseTime:{serializedName:"x-ms-lease-time",xmlName:"x-ms-lease-time",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}}}}};const hl={serializedName:"Blob_breakLeaseExceptionHeaders",type:{name:"Composite",className:"BlobBreakLeaseExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const pl={serializedName:"Blob_createSnapshotHeaders",type:{name:"Composite",className:"BlobCreateSnapshotHeaders",modelProperties:{snapshot:{serializedName:"x-ms-snapshot",xmlName:"x-ms-snapshot",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Al={serializedName:"Blob_createSnapshotExceptionHeaders",type:{name:"Composite",className:"BlobCreateSnapshotExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const fl={serializedName:"Blob_startCopyFromURLHeaders",type:{name:"Composite",className:"BlobStartCopyFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const gl={serializedName:"Blob_startCopyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobStartCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};const ml={serializedName:"Blob_copyFromURLHeaders",type:{name:"Composite",className:"BlobCopyFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{defaultValue:"success",isConstant:true,serializedName:"x-ms-copy-status",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const yl={serializedName:"Blob_copyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};const El={serializedName:"Blob_abortCopyFromURLHeaders",type:{name:"Composite",className:"BlobAbortCopyFromURLHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Cl={serializedName:"Blob_abortCopyFromURLExceptionHeaders",type:{name:"Composite",className:"BlobAbortCopyFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const bl={serializedName:"Blob_setTierHeaders",type:{name:"Composite",className:"BlobSetTierHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Il={serializedName:"Blob_setTierExceptionHeaders",type:{name:"Composite",className:"BlobSetTierExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Sl={serializedName:"Blob_getAccountInfoHeaders",type:{name:"Composite",className:"BlobGetAccountInfoHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},skuName:{serializedName:"x-ms-sku-name",xmlName:"x-ms-sku-name",type:{name:"Enum",allowedValues:["Standard_LRS","Standard_GRS","Standard_RAGRS","Standard_ZRS","Premium_LRS"]}},accountKind:{serializedName:"x-ms-account-kind",xmlName:"x-ms-account-kind",type:{name:"Enum",allowedValues:["Storage","BlobStorage","StorageV2","FileStorage","BlockBlobStorage"]}},isHierarchicalNamespaceEnabled:{serializedName:"x-ms-is-hns-enabled",xmlName:"x-ms-is-hns-enabled",type:{name:"Boolean"}}}}};const wl={serializedName:"Blob_getAccountInfoExceptionHeaders",type:{name:"Composite",className:"BlobGetAccountInfoExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Bl={serializedName:"Blob_queryHeaders",type:{name:"Composite",className:"BlobQueryHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},metadata:{serializedName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",xmlName:"x-ms-meta",type:{name:"Dictionary",value:{type:{name:"String"}}}},contentLength:{serializedName:"content-length",xmlName:"content-length",type:{name:"Number"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},contentRange:{serializedName:"content-range",xmlName:"content-range",type:{name:"String"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},contentEncoding:{serializedName:"content-encoding",xmlName:"content-encoding",type:{name:"String"}},cacheControl:{serializedName:"cache-control",xmlName:"cache-control",type:{name:"String"}},contentDisposition:{serializedName:"content-disposition",xmlName:"content-disposition",type:{name:"String"}},contentLanguage:{serializedName:"content-language",xmlName:"content-language",type:{name:"String"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},blobType:{serializedName:"x-ms-blob-type",xmlName:"x-ms-blob-type",type:{name:"Enum",allowedValues:["BlockBlob","PageBlob","AppendBlob"]}},copyCompletionTime:{serializedName:"x-ms-copy-completion-time",xmlName:"x-ms-copy-completion-time",type:{name:"DateTimeRfc1123"}},copyStatusDescription:{serializedName:"x-ms-copy-status-description",xmlName:"x-ms-copy-status-description",type:{name:"String"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyProgress:{serializedName:"x-ms-copy-progress",xmlName:"x-ms-copy-progress",type:{name:"String"}},copySource:{serializedName:"x-ms-copy-source",xmlName:"x-ms-copy-source",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},leaseDuration:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Enum",allowedValues:["infinite","fixed"]}},leaseState:{serializedName:"x-ms-lease-state",xmlName:"x-ms-lease-state",type:{name:"Enum",allowedValues:["available","leased","expired","breaking","broken"]}},leaseStatus:{serializedName:"x-ms-lease-status",xmlName:"x-ms-lease-status",type:{name:"Enum",allowedValues:["locked","unlocked"]}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},acceptRanges:{serializedName:"accept-ranges",xmlName:"accept-ranges",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-server-encrypted",xmlName:"x-ms-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},blobContentMD5:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},contentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}}}};const vl={serializedName:"Blob_queryExceptionHeaders",type:{name:"Composite",className:"BlobQueryExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Rl={serializedName:"Blob_getTagsHeaders",type:{name:"Composite",className:"BlobGetTagsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Nl={serializedName:"Blob_getTagsExceptionHeaders",type:{name:"Composite",className:"BlobGetTagsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Tl={serializedName:"Blob_setTagsHeaders",type:{name:"Composite",className:"BlobSetTagsHeaders",modelProperties:{clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ql={serializedName:"Blob_setTagsExceptionHeaders",type:{name:"Composite",className:"BlobSetTagsExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const xl={serializedName:"PageBlob_createHeaders",type:{name:"Composite",className:"PageBlobCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const _l={serializedName:"PageBlob_createExceptionHeaders",type:{name:"Composite",className:"PageBlobCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const kl={serializedName:"PageBlob_uploadPagesHeaders",type:{name:"Composite",className:"PageBlobUploadPagesHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Dl={serializedName:"PageBlob_uploadPagesExceptionHeaders",type:{name:"Composite",className:"PageBlobUploadPagesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ol={serializedName:"PageBlob_clearPagesHeaders",type:{name:"Composite",className:"PageBlobClearPagesHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Pl={serializedName:"PageBlob_clearPagesExceptionHeaders",type:{name:"Composite",className:"PageBlobClearPagesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ml={serializedName:"PageBlob_uploadPagesFromURLHeaders",type:{name:"Composite",className:"PageBlobUploadPagesFromURLHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ll={serializedName:"PageBlob_uploadPagesFromURLExceptionHeaders",type:{name:"Composite",className:"PageBlobUploadPagesFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};const Fl={serializedName:"PageBlob_getPageRangesHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Ul={serializedName:"PageBlob_getPageRangesExceptionHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Hl={serializedName:"PageBlob_getPageRangesDiffHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesDiffHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Gl={serializedName:"PageBlob_getPageRangesDiffExceptionHeaders",type:{name:"Composite",className:"PageBlobGetPageRangesDiffExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Vl={serializedName:"PageBlob_resizeHeaders",type:{name:"Composite",className:"PageBlobResizeHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const zl={serializedName:"PageBlob_resizeExceptionHeaders",type:{name:"Composite",className:"PageBlobResizeExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const jl={serializedName:"PageBlob_updateSequenceNumberHeaders",type:{name:"Composite",className:"PageBlobUpdateSequenceNumberHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},blobSequenceNumber:{serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const ql={serializedName:"PageBlob_updateSequenceNumberExceptionHeaders",type:{name:"Composite",className:"PageBlobUpdateSequenceNumberExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const $l={serializedName:"PageBlob_copyIncrementalHeaders",type:{name:"Composite",className:"PageBlobCopyIncrementalHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},copyId:{serializedName:"x-ms-copy-id",xmlName:"x-ms-copy-id",type:{name:"String"}},copyStatus:{serializedName:"x-ms-copy-status",xmlName:"x-ms-copy-status",type:{name:"Enum",allowedValues:["pending","success","aborted","failed"]}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Jl={serializedName:"PageBlob_copyIncrementalExceptionHeaders",type:{name:"Composite",className:"PageBlobCopyIncrementalExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Wl={serializedName:"AppendBlob_createHeaders",type:{name:"Composite",className:"AppendBlobCreateHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Yl={serializedName:"AppendBlob_createExceptionHeaders",type:{name:"Composite",className:"AppendBlobCreateExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Kl={serializedName:"AppendBlob_appendBlockHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobAppendOffset:{serializedName:"x-ms-blob-append-offset",xmlName:"x-ms-blob-append-offset",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Zl={serializedName:"AppendBlob_appendBlockExceptionHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Xl={serializedName:"AppendBlob_appendBlockFromUrlHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockFromUrlHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},blobAppendOffset:{serializedName:"x-ms-blob-append-offset",xmlName:"x-ms-blob-append-offset",type:{name:"String"}},blobCommittedBlockCount:{serializedName:"x-ms-blob-committed-block-count",xmlName:"x-ms-blob-committed-block-count",type:{name:"Number"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const eu={serializedName:"AppendBlob_appendBlockFromUrlExceptionHeaders",type:{name:"Composite",className:"AppendBlobAppendBlockFromUrlExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};const tu={serializedName:"AppendBlob_sealHeaders",type:{name:"Composite",className:"AppendBlobSealHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isSealed:{serializedName:"x-ms-blob-sealed",xmlName:"x-ms-blob-sealed",type:{name:"Boolean"}}}}};const ru={serializedName:"AppendBlob_sealExceptionHeaders",type:{name:"Composite",className:"AppendBlobSealExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const su={serializedName:"BlockBlob_uploadHeaders",type:{name:"Composite",className:"BlockBlobUploadHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const nu={serializedName:"BlockBlob_uploadExceptionHeaders",type:{name:"Composite",className:"BlockBlobUploadExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const iu={serializedName:"BlockBlob_putBlobFromUrlHeaders",type:{name:"Composite",className:"BlockBlobPutBlobFromUrlHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const ou={serializedName:"BlockBlob_putBlobFromUrlExceptionHeaders",type:{name:"Composite",className:"BlockBlobPutBlobFromUrlExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};const au={serializedName:"BlockBlob_stageBlockHeaders",type:{name:"Composite",className:"BlockBlobStageBlockHeaders",modelProperties:{contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const cu={serializedName:"BlockBlob_stageBlockExceptionHeaders",type:{name:"Composite",className:"BlockBlobStageBlockExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const lu={serializedName:"BlockBlob_stageBlockFromURLHeaders",type:{name:"Composite",className:"BlockBlobStageBlockFromURLHeaders",modelProperties:{contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const uu={serializedName:"BlockBlob_stageBlockFromURLExceptionHeaders",type:{name:"Composite",className:"BlockBlobStageBlockFromURLExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}},copySourceErrorCode:{serializedName:"x-ms-copy-source-error-code",xmlName:"x-ms-copy-source-error-code",type:{name:"String"}},copySourceStatusCode:{serializedName:"x-ms-copy-source-status-code",xmlName:"x-ms-copy-source-status-code",type:{name:"Number"}}}}};const du={serializedName:"BlockBlob_commitBlockListHeaders",type:{name:"Composite",className:"BlockBlobCommitBlockListHeaders",modelProperties:{etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},contentMD5:{serializedName:"content-md5",xmlName:"content-md5",type:{name:"ByteArray"}},xMsContentCrc64:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},versionId:{serializedName:"x-ms-version-id",xmlName:"x-ms-version-id",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},isServerEncrypted:{serializedName:"x-ms-request-server-encrypted",xmlName:"x-ms-request-server-encrypted",type:{name:"Boolean"}},encryptionKeySha256:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}},encryptionScope:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const hu={serializedName:"BlockBlob_commitBlockListExceptionHeaders",type:{name:"Composite",className:"BlockBlobCommitBlockListExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const pu={serializedName:"BlockBlob_getBlockListHeaders",type:{name:"Composite",className:"BlockBlobGetBlockListHeaders",modelProperties:{lastModified:{serializedName:"last-modified",xmlName:"last-modified",type:{name:"DateTimeRfc1123"}},etag:{serializedName:"etag",xmlName:"etag",type:{name:"String"}},contentType:{serializedName:"content-type",xmlName:"content-type",type:{name:"String"}},blobContentLength:{serializedName:"x-ms-blob-content-length",xmlName:"x-ms-blob-content-length",type:{name:"Number"}},clientRequestId:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}},requestId:{serializedName:"x-ms-request-id",xmlName:"x-ms-request-id",type:{name:"String"}},version:{serializedName:"x-ms-version",xmlName:"x-ms-version",type:{name:"String"}},date:{serializedName:"date",xmlName:"date",type:{name:"DateTimeRfc1123"}},errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const Au={serializedName:"BlockBlob_getBlockListExceptionHeaders",type:{name:"Composite",className:"BlockBlobGetBlockListExceptionHeaders",modelProperties:{errorCode:{serializedName:"x-ms-error-code",xmlName:"x-ms-error-code",type:{name:"String"}}}}};const fu={parameterPath:["options","contentType"],mapper:{defaultValue:"application/xml",isConstant:true,serializedName:"Content-Type",type:{name:"String"}}};const gu={parameterPath:"blobServiceProperties",mapper:Zo};const mu={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:true,serializedName:"Accept",type:{name:"String"}}};const yu={parameterPath:"url",mapper:{serializedName:"url",required:true,xmlName:"url",type:{name:"String"}},skipEncoding:true};const Eu={parameterPath:"restype",mapper:{defaultValue:"service",isConstant:true,serializedName:"restype",type:{name:"String"}}};const Cu={parameterPath:"comp",mapper:{defaultValue:"properties",isConstant:true,serializedName:"comp",type:{name:"String"}}};const bu={parameterPath:["options","timeoutInSeconds"],mapper:{constraints:{InclusiveMinimum:0},serializedName:"timeout",xmlName:"timeout",type:{name:"Number"}}};const Iu={parameterPath:"version",mapper:{defaultValue:"2026-02-06",isConstant:true,serializedName:"x-ms-version",type:{name:"String"}}};const Su={parameterPath:["options","requestId"],mapper:{serializedName:"x-ms-client-request-id",xmlName:"x-ms-client-request-id",type:{name:"String"}}};const wu={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:true,serializedName:"Accept",type:{name:"String"}}};const Bu={parameterPath:"comp",mapper:{defaultValue:"stats",isConstant:true,serializedName:"comp",type:{name:"String"}}};const vu={parameterPath:"comp",mapper:{defaultValue:"list",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Ru={parameterPath:["options","prefix"],mapper:{serializedName:"prefix",xmlName:"prefix",type:{name:"String"}}};const Nu={parameterPath:["options","marker"],mapper:{serializedName:"marker",xmlName:"marker",type:{name:"String"}}};const Tu={parameterPath:["options","maxPageSize"],mapper:{constraints:{InclusiveMinimum:1},serializedName:"maxresults",xmlName:"maxresults",type:{name:"Number"}}};const Qu={parameterPath:["options","include"],mapper:{serializedName:"include",xmlName:"include",xmlElementName:"ListContainersIncludeType",type:{name:"Sequence",element:{type:{name:"Enum",allowedValues:["metadata","deleted","system"]}}}},collectionFormat:"CSV"};const xu={parameterPath:"keyInfo",mapper:ua};const _u={parameterPath:"comp",mapper:{defaultValue:"userdelegationkey",isConstant:true,serializedName:"comp",type:{name:"String"}}};const ku={parameterPath:"restype",mapper:{defaultValue:"account",isConstant:true,serializedName:"restype",type:{name:"String"}}};const Du={parameterPath:"body",mapper:{serializedName:"body",required:true,xmlName:"body",type:{name:"Stream"}}};const Ou={parameterPath:"comp",mapper:{defaultValue:"batch",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Pu={parameterPath:"contentLength",mapper:{serializedName:"Content-Length",required:true,xmlName:"Content-Length",type:{name:"Number"}}};const Mu={parameterPath:"multipartContentType",mapper:{serializedName:"Content-Type",required:true,xmlName:"Content-Type",type:{name:"String"}}};const Lu={parameterPath:"comp",mapper:{defaultValue:"blobs",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Fu={parameterPath:["options","where"],mapper:{serializedName:"where",xmlName:"where",type:{name:"String"}}};const Uu={parameterPath:"restype",mapper:{defaultValue:"container",isConstant:true,serializedName:"restype",type:{name:"String"}}};const Hu={parameterPath:["options","metadata"],mapper:{serializedName:"x-ms-meta",xmlName:"x-ms-meta",headerCollectionPrefix:"x-ms-meta-",type:{name:"Dictionary",value:{type:{name:"String"}}}}};const Gu={parameterPath:["options","access"],mapper:{serializedName:"x-ms-blob-public-access",xmlName:"x-ms-blob-public-access",type:{name:"Enum",allowedValues:["container","blob"]}}};const Vu={parameterPath:["options","containerEncryptionScope","defaultEncryptionScope"],mapper:{serializedName:"x-ms-default-encryption-scope",xmlName:"x-ms-default-encryption-scope",type:{name:"String"}}};const zu={parameterPath:["options","containerEncryptionScope","preventEncryptionScopeOverride"],mapper:{serializedName:"x-ms-deny-encryption-scope-override",xmlName:"x-ms-deny-encryption-scope-override",type:{name:"Boolean"}}};const ju={parameterPath:["options","leaseAccessConditions","leaseId"],mapper:{serializedName:"x-ms-lease-id",xmlName:"x-ms-lease-id",type:{name:"String"}}};const qu={parameterPath:["options","modifiedAccessConditions","ifModifiedSince"],mapper:{serializedName:"If-Modified-Since",xmlName:"If-Modified-Since",type:{name:"DateTimeRfc1123"}}};const $u={parameterPath:["options","modifiedAccessConditions","ifUnmodifiedSince"],mapper:{serializedName:"If-Unmodified-Since",xmlName:"If-Unmodified-Since",type:{name:"DateTimeRfc1123"}}};const Ju={parameterPath:"comp",mapper:{defaultValue:"metadata",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Wu={parameterPath:"comp",mapper:{defaultValue:"acl",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Yu={parameterPath:["options","containerAcl"],mapper:{serializedName:"containerAcl",xmlName:"SignedIdentifiers",xmlIsWrapped:true,xmlElementName:"SignedIdentifier",type:{name:"Sequence",element:{type:{name:"Composite",className:"SignedIdentifier"}}}}};const Ku={parameterPath:"comp",mapper:{defaultValue:"undelete",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Zu={parameterPath:["options","deletedContainerName"],mapper:{serializedName:"x-ms-deleted-container-name",xmlName:"x-ms-deleted-container-name",type:{name:"String"}}};const Xu={parameterPath:["options","deletedContainerVersion"],mapper:{serializedName:"x-ms-deleted-container-version",xmlName:"x-ms-deleted-container-version",type:{name:"String"}}};const ed={parameterPath:"comp",mapper:{defaultValue:"rename",isConstant:true,serializedName:"comp",type:{name:"String"}}};const td={parameterPath:"sourceContainerName",mapper:{serializedName:"x-ms-source-container-name",required:true,xmlName:"x-ms-source-container-name",type:{name:"String"}}};const rd={parameterPath:["options","sourceLeaseId"],mapper:{serializedName:"x-ms-source-lease-id",xmlName:"x-ms-source-lease-id",type:{name:"String"}}};const sd={parameterPath:"comp",mapper:{defaultValue:"lease",isConstant:true,serializedName:"comp",type:{name:"String"}}};const nd={parameterPath:"action",mapper:{defaultValue:"acquire",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};const id={parameterPath:["options","duration"],mapper:{serializedName:"x-ms-lease-duration",xmlName:"x-ms-lease-duration",type:{name:"Number"}}};const od={parameterPath:["options","proposedLeaseId"],mapper:{serializedName:"x-ms-proposed-lease-id",xmlName:"x-ms-proposed-lease-id",type:{name:"String"}}};const ad={parameterPath:"action",mapper:{defaultValue:"release",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};const cd={parameterPath:"leaseId",mapper:{serializedName:"x-ms-lease-id",required:true,xmlName:"x-ms-lease-id",type:{name:"String"}}};const ld={parameterPath:"action",mapper:{defaultValue:"renew",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};const ud={parameterPath:"action",mapper:{defaultValue:"break",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};const dd={parameterPath:["options","breakPeriod"],mapper:{serializedName:"x-ms-lease-break-period",xmlName:"x-ms-lease-break-period",type:{name:"Number"}}};const hd={parameterPath:"action",mapper:{defaultValue:"change",isConstant:true,serializedName:"x-ms-lease-action",type:{name:"String"}}};const pd={parameterPath:"proposedLeaseId",mapper:{serializedName:"x-ms-proposed-lease-id",required:true,xmlName:"x-ms-proposed-lease-id",type:{name:"String"}}};const Ad={parameterPath:["options","include"],mapper:{serializedName:"include",xmlName:"include",xmlElementName:"ListBlobsIncludeItem",type:{name:"Sequence",element:{type:{name:"Enum",allowedValues:["copy","deleted","metadata","snapshots","uncommittedblobs","versions","tags","immutabilitypolicy","legalhold","deletedwithversions"]}}}},collectionFormat:"CSV"};const fd={parameterPath:["options","startFrom"],mapper:{serializedName:"startFrom",xmlName:"startFrom",type:{name:"String"}}};const gd={parameterPath:"delimiter",mapper:{serializedName:"delimiter",required:true,xmlName:"delimiter",type:{name:"String"}}};const md={parameterPath:["options","snapshot"],mapper:{serializedName:"snapshot",xmlName:"snapshot",type:{name:"String"}}};const yd={parameterPath:["options","versionId"],mapper:{serializedName:"versionid",xmlName:"versionid",type:{name:"String"}}};const Ed={parameterPath:["options","range"],mapper:{serializedName:"x-ms-range",xmlName:"x-ms-range",type:{name:"String"}}};const Cd={parameterPath:["options","rangeGetContentMD5"],mapper:{serializedName:"x-ms-range-get-content-md5",xmlName:"x-ms-range-get-content-md5",type:{name:"Boolean"}}};const bd={parameterPath:["options","rangeGetContentCRC64"],mapper:{serializedName:"x-ms-range-get-content-crc64",xmlName:"x-ms-range-get-content-crc64",type:{name:"Boolean"}}};const Id={parameterPath:["options","cpkInfo","encryptionKey"],mapper:{serializedName:"x-ms-encryption-key",xmlName:"x-ms-encryption-key",type:{name:"String"}}};const Sd={parameterPath:["options","cpkInfo","encryptionKeySha256"],mapper:{serializedName:"x-ms-encryption-key-sha256",xmlName:"x-ms-encryption-key-sha256",type:{name:"String"}}};const wd={parameterPath:["options","cpkInfo","encryptionAlgorithm"],mapper:{serializedName:"x-ms-encryption-algorithm",xmlName:"x-ms-encryption-algorithm",type:{name:"String"}}};const Bd={parameterPath:["options","modifiedAccessConditions","ifMatch"],mapper:{serializedName:"If-Match",xmlName:"If-Match",type:{name:"String"}}};const vd={parameterPath:["options","modifiedAccessConditions","ifNoneMatch"],mapper:{serializedName:"If-None-Match",xmlName:"If-None-Match",type:{name:"String"}}};const Rd={parameterPath:["options","modifiedAccessConditions","ifTags"],mapper:{serializedName:"x-ms-if-tags",xmlName:"x-ms-if-tags",type:{name:"String"}}};const Nd={parameterPath:["options","deleteSnapshots"],mapper:{serializedName:"x-ms-delete-snapshots",xmlName:"x-ms-delete-snapshots",type:{name:"Enum",allowedValues:["include","only"]}}};const Td={parameterPath:["options","blobDeleteType"],mapper:{serializedName:"deletetype",xmlName:"deletetype",type:{name:"String"}}};const Qd={parameterPath:"comp",mapper:{defaultValue:"expiry",isConstant:true,serializedName:"comp",type:{name:"String"}}};const xd={parameterPath:"expiryOptions",mapper:{serializedName:"x-ms-expiry-option",required:true,xmlName:"x-ms-expiry-option",type:{name:"String"}}};const _d={parameterPath:["options","expiresOn"],mapper:{serializedName:"x-ms-expiry-time",xmlName:"x-ms-expiry-time",type:{name:"String"}}};const kd={parameterPath:["options","blobHttpHeaders","blobCacheControl"],mapper:{serializedName:"x-ms-blob-cache-control",xmlName:"x-ms-blob-cache-control",type:{name:"String"}}};const Dd={parameterPath:["options","blobHttpHeaders","blobContentType"],mapper:{serializedName:"x-ms-blob-content-type",xmlName:"x-ms-blob-content-type",type:{name:"String"}}};const Od={parameterPath:["options","blobHttpHeaders","blobContentMD5"],mapper:{serializedName:"x-ms-blob-content-md5",xmlName:"x-ms-blob-content-md5",type:{name:"ByteArray"}}};const Pd={parameterPath:["options","blobHttpHeaders","blobContentEncoding"],mapper:{serializedName:"x-ms-blob-content-encoding",xmlName:"x-ms-blob-content-encoding",type:{name:"String"}}};const Md={parameterPath:["options","blobHttpHeaders","blobContentLanguage"],mapper:{serializedName:"x-ms-blob-content-language",xmlName:"x-ms-blob-content-language",type:{name:"String"}}};const Ld={parameterPath:["options","blobHttpHeaders","blobContentDisposition"],mapper:{serializedName:"x-ms-blob-content-disposition",xmlName:"x-ms-blob-content-disposition",type:{name:"String"}}};const Fd={parameterPath:"comp",mapper:{defaultValue:"immutabilityPolicies",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Ud={parameterPath:["options","immutabilityPolicyExpiry"],mapper:{serializedName:"x-ms-immutability-policy-until-date",xmlName:"x-ms-immutability-policy-until-date",type:{name:"DateTimeRfc1123"}}};const Hd={parameterPath:["options","immutabilityPolicyMode"],mapper:{serializedName:"x-ms-immutability-policy-mode",xmlName:"x-ms-immutability-policy-mode",type:{name:"Enum",allowedValues:["Mutable","Unlocked","Locked"]}}};const Gd={parameterPath:"comp",mapper:{defaultValue:"legalhold",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Vd={parameterPath:"legalHold",mapper:{serializedName:"x-ms-legal-hold",required:true,xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}};const zd={parameterPath:["options","encryptionScope"],mapper:{serializedName:"x-ms-encryption-scope",xmlName:"x-ms-encryption-scope",type:{name:"String"}}};const jd={parameterPath:"comp",mapper:{defaultValue:"snapshot",isConstant:true,serializedName:"comp",type:{name:"String"}}};const qd={parameterPath:["options","tier"],mapper:{serializedName:"x-ms-access-tier",xmlName:"x-ms-access-tier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}}};const $d={parameterPath:["options","rehydratePriority"],mapper:{serializedName:"x-ms-rehydrate-priority",xmlName:"x-ms-rehydrate-priority",type:{name:"Enum",allowedValues:["High","Standard"]}}};const Jd={parameterPath:["options","sourceModifiedAccessConditions","sourceIfModifiedSince"],mapper:{serializedName:"x-ms-source-if-modified-since",xmlName:"x-ms-source-if-modified-since",type:{name:"DateTimeRfc1123"}}};const Wd={parameterPath:["options","sourceModifiedAccessConditions","sourceIfUnmodifiedSince"],mapper:{serializedName:"x-ms-source-if-unmodified-since",xmlName:"x-ms-source-if-unmodified-since",type:{name:"DateTimeRfc1123"}}};const Yd={parameterPath:["options","sourceModifiedAccessConditions","sourceIfMatch"],mapper:{serializedName:"x-ms-source-if-match",xmlName:"x-ms-source-if-match",type:{name:"String"}}};const Kd={parameterPath:["options","sourceModifiedAccessConditions","sourceIfNoneMatch"],mapper:{serializedName:"x-ms-source-if-none-match",xmlName:"x-ms-source-if-none-match",type:{name:"String"}}};const Zd={parameterPath:["options","sourceModifiedAccessConditions","sourceIfTags"],mapper:{serializedName:"x-ms-source-if-tags",xmlName:"x-ms-source-if-tags",type:{name:"String"}}};const Xd={parameterPath:"copySource",mapper:{serializedName:"x-ms-copy-source",required:true,xmlName:"x-ms-copy-source",type:{name:"String"}}};const eh={parameterPath:["options","blobTagsString"],mapper:{serializedName:"x-ms-tags",xmlName:"x-ms-tags",type:{name:"String"}}};const th={parameterPath:["options","sealBlob"],mapper:{serializedName:"x-ms-seal-blob",xmlName:"x-ms-seal-blob",type:{name:"Boolean"}}};const rh={parameterPath:["options","legalHold"],mapper:{serializedName:"x-ms-legal-hold",xmlName:"x-ms-legal-hold",type:{name:"Boolean"}}};const sh={parameterPath:"xMsRequiresSync",mapper:{defaultValue:"true",isConstant:true,serializedName:"x-ms-requires-sync",type:{name:"String"}}};const nh={parameterPath:["options","sourceContentMD5"],mapper:{serializedName:"x-ms-source-content-md5",xmlName:"x-ms-source-content-md5",type:{name:"ByteArray"}}};const ih={parameterPath:["options","copySourceAuthorization"],mapper:{serializedName:"x-ms-copy-source-authorization",xmlName:"x-ms-copy-source-authorization",type:{name:"String"}}};const oh={parameterPath:["options","copySourceTags"],mapper:{serializedName:"x-ms-copy-source-tag-option",xmlName:"x-ms-copy-source-tag-option",type:{name:"Enum",allowedValues:["REPLACE","COPY"]}}};const ah={parameterPath:["options","fileRequestIntent"],mapper:{serializedName:"x-ms-file-request-intent",xmlName:"x-ms-file-request-intent",type:{name:"String"}}};const ch={parameterPath:"comp",mapper:{defaultValue:"copy",isConstant:true,serializedName:"comp",type:{name:"String"}}};const lh={parameterPath:"copyActionAbortConstant",mapper:{defaultValue:"abort",isConstant:true,serializedName:"x-ms-copy-action",type:{name:"String"}}};const uh={parameterPath:"copyId",mapper:{serializedName:"copyid",required:true,xmlName:"copyid",type:{name:"String"}}};const dh={parameterPath:"comp",mapper:{defaultValue:"tier",isConstant:true,serializedName:"comp",type:{name:"String"}}};const hh={parameterPath:"tier",mapper:{serializedName:"x-ms-access-tier",required:true,xmlName:"x-ms-access-tier",type:{name:"Enum",allowedValues:["P4","P6","P10","P15","P20","P30","P40","P50","P60","P70","P80","Hot","Cool","Archive","Cold"]}}};const ph={parameterPath:["options","queryRequest"],mapper:_a};const Ah={parameterPath:"comp",mapper:{defaultValue:"query",isConstant:true,serializedName:"comp",type:{name:"String"}}};const fh={parameterPath:"comp",mapper:{defaultValue:"tags",isConstant:true,serializedName:"comp",type:{name:"String"}}};const gh={parameterPath:["options","blobModifiedAccessConditions","ifModifiedSince"],mapper:{serializedName:"x-ms-blob-if-modified-since",xmlName:"x-ms-blob-if-modified-since",type:{name:"DateTimeRfc1123"}}};const mh={parameterPath:["options","blobModifiedAccessConditions","ifUnmodifiedSince"],mapper:{serializedName:"x-ms-blob-if-unmodified-since",xmlName:"x-ms-blob-if-unmodified-since",type:{name:"DateTimeRfc1123"}}};const yh={parameterPath:["options","blobModifiedAccessConditions","ifMatch"],mapper:{serializedName:"x-ms-blob-if-match",xmlName:"x-ms-blob-if-match",type:{name:"String"}}};const Eh={parameterPath:["options","blobModifiedAccessConditions","ifNoneMatch"],mapper:{serializedName:"x-ms-blob-if-none-match",xmlName:"x-ms-blob-if-none-match",type:{name:"String"}}};const Ch={parameterPath:["options","tags"],mapper:Aa};const bh={parameterPath:["options","transactionalContentMD5"],mapper:{serializedName:"Content-MD5",xmlName:"Content-MD5",type:{name:"ByteArray"}}};const Ih={parameterPath:["options","transactionalContentCrc64"],mapper:{serializedName:"x-ms-content-crc64",xmlName:"x-ms-content-crc64",type:{name:"ByteArray"}}};const Sh={parameterPath:"blobType",mapper:{defaultValue:"PageBlob",isConstant:true,serializedName:"x-ms-blob-type",type:{name:"String"}}};const wh={parameterPath:"blobContentLength",mapper:{serializedName:"x-ms-blob-content-length",required:true,xmlName:"x-ms-blob-content-length",type:{name:"Number"}}};const Bh={parameterPath:["options","blobSequenceNumber"],mapper:{defaultValue:0,serializedName:"x-ms-blob-sequence-number",xmlName:"x-ms-blob-sequence-number",type:{name:"Number"}}};const vh={parameterPath:["options","contentType"],mapper:{defaultValue:"application/octet-stream",isConstant:true,serializedName:"Content-Type",type:{name:"String"}}};const Rh={parameterPath:"body",mapper:{serializedName:"body",required:true,xmlName:"body",type:{name:"Stream"}}};const Nh={parameterPath:"accept",mapper:{defaultValue:"application/xml",isConstant:true,serializedName:"Accept",type:{name:"String"}}};const Th={parameterPath:"comp",mapper:{defaultValue:"page",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Qh={parameterPath:"pageWrite",mapper:{defaultValue:"update",isConstant:true,serializedName:"x-ms-page-write",type:{name:"String"}}};const xh={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberLessThanOrEqualTo"],mapper:{serializedName:"x-ms-if-sequence-number-le",xmlName:"x-ms-if-sequence-number-le",type:{name:"Number"}}};const _h={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberLessThan"],mapper:{serializedName:"x-ms-if-sequence-number-lt",xmlName:"x-ms-if-sequence-number-lt",type:{name:"Number"}}};const kh={parameterPath:["options","sequenceNumberAccessConditions","ifSequenceNumberEqualTo"],mapper:{serializedName:"x-ms-if-sequence-number-eq",xmlName:"x-ms-if-sequence-number-eq",type:{name:"Number"}}};const Dh={parameterPath:"pageWrite",mapper:{defaultValue:"clear",isConstant:true,serializedName:"x-ms-page-write",type:{name:"String"}}};const Oh={parameterPath:"sourceUrl",mapper:{serializedName:"x-ms-copy-source",required:true,xmlName:"x-ms-copy-source",type:{name:"String"}}};const Ph={parameterPath:"sourceRange",mapper:{serializedName:"x-ms-source-range",required:true,xmlName:"x-ms-source-range",type:{name:"String"}}};const Mh={parameterPath:["options","sourceContentCrc64"],mapper:{serializedName:"x-ms-source-content-crc64",xmlName:"x-ms-source-content-crc64",type:{name:"ByteArray"}}};const Lh={parameterPath:"range",mapper:{serializedName:"x-ms-range",required:true,xmlName:"x-ms-range",type:{name:"String"}}};const Fh={parameterPath:"comp",mapper:{defaultValue:"pagelist",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Uh={parameterPath:["options","prevsnapshot"],mapper:{serializedName:"prevsnapshot",xmlName:"prevsnapshot",type:{name:"String"}}};const Hh={parameterPath:["options","prevSnapshotUrl"],mapper:{serializedName:"x-ms-previous-snapshot-url",xmlName:"x-ms-previous-snapshot-url",type:{name:"String"}}};const Gh={parameterPath:"sequenceNumberAction",mapper:{serializedName:"x-ms-sequence-number-action",required:true,xmlName:"x-ms-sequence-number-action",type:{name:"Enum",allowedValues:["max","update","increment"]}}};const Vh={parameterPath:"comp",mapper:{defaultValue:"incrementalcopy",isConstant:true,serializedName:"comp",type:{name:"String"}}};const zh={parameterPath:"blobType",mapper:{defaultValue:"AppendBlob",isConstant:true,serializedName:"x-ms-blob-type",type:{name:"String"}}};const jh={parameterPath:"comp",mapper:{defaultValue:"appendblock",isConstant:true,serializedName:"comp",type:{name:"String"}}};const qh={parameterPath:["options","appendPositionAccessConditions","maxSize"],mapper:{serializedName:"x-ms-blob-condition-maxsize",xmlName:"x-ms-blob-condition-maxsize",type:{name:"Number"}}};const $h={parameterPath:["options","appendPositionAccessConditions","appendPosition"],mapper:{serializedName:"x-ms-blob-condition-appendpos",xmlName:"x-ms-blob-condition-appendpos",type:{name:"Number"}}};const Jh={parameterPath:["options","sourceRange"],mapper:{serializedName:"x-ms-source-range",xmlName:"x-ms-source-range",type:{name:"String"}}};const Wh={parameterPath:"comp",mapper:{defaultValue:"seal",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Yh={parameterPath:"blobType",mapper:{defaultValue:"BlockBlob",isConstant:true,serializedName:"x-ms-blob-type",type:{name:"String"}}};const Kh={parameterPath:["options","copySourceBlobProperties"],mapper:{serializedName:"x-ms-copy-source-blob-properties",xmlName:"x-ms-copy-source-blob-properties",type:{name:"Boolean"}}};const Zh={parameterPath:"comp",mapper:{defaultValue:"block",isConstant:true,serializedName:"comp",type:{name:"String"}}};const Xh={parameterPath:"blockId",mapper:{serializedName:"blockid",required:true,xmlName:"blockid",type:{name:"String"}}};const ep={parameterPath:"blocks",mapper:va};const tp={parameterPath:"comp",mapper:{defaultValue:"blocklist",isConstant:true,serializedName:"comp",type:{name:"String"}}};const rp={parameterPath:"listType",mapper:{defaultValue:"committed",serializedName:"blocklisttype",required:true,xmlName:"blocklisttype",type:{name:"Enum",allowedValues:["committed","uncommitted","all"]}}};class ServiceImpl{client;constructor(i){this.client=i}setProperties(i,u){return this.client.sendOperationRequest({blobServiceProperties:i,options:u},np)}getProperties(i){return this.client.sendOperationRequest({options:i},ip)}getStatistics(i){return this.client.sendOperationRequest({options:i},op)}listContainersSegment(i){return this.client.sendOperationRequest({options:i},ap)}getUserDelegationKey(i,u){return this.client.sendOperationRequest({keyInfo:i,options:u},lp)}getAccountInfo(i){return this.client.sendOperationRequest({options:i},up)}submitBatch(i,u,p,A){return this.client.sendOperationRequest({contentLength:i,multipartContentType:u,body:p,options:A},dp)}filterBlobs(i){return this.client.sendOperationRequest({options:i},hp)}}const sp=createSerializer(g,true);const np={path:"/",httpMethod:"PUT",responses:{202:{headersMapper:Fa},default:{bodyMapper:na,headersMapper:Ua}},requestBody:gu,queryParameters:[Eu,Cu,bu],urlParameters:[yu],headerParameters:[fu,mu,Iu,Su],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:sp};const ip={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:Zo,headersMapper:Ha},default:{bodyMapper:na,headersMapper:Ga}},queryParameters:[Eu,Cu,bu],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:sp};const op={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:ia,headersMapper:Va},default:{bodyMapper:na,headersMapper:za}},queryParameters:[Eu,bu,Bu],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:sp};const ap={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:aa,headersMapper:ja},default:{bodyMapper:na,headersMapper:qa}},queryParameters:[bu,vu,Ru,Nu,Tu,Qu],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:sp};const lp={path:"/",httpMethod:"POST",responses:{200:{bodyMapper:da,headersMapper:$a},default:{bodyMapper:na,headersMapper:Ja}},requestBody:xu,queryParameters:[Eu,bu,_u],urlParameters:[yu],headerParameters:[fu,mu,Iu,Su],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:sp};const up={path:"/",httpMethod:"GET",responses:{200:{headersMapper:Wa},default:{bodyMapper:na,headersMapper:Ya}},queryParameters:[Cu,bu,ku],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:sp};const dp={path:"/",httpMethod:"POST",responses:{202:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:Ka},default:{bodyMapper:na,headersMapper:Za}},requestBody:Du,queryParameters:[bu,Ou],urlParameters:[yu],headerParameters:[mu,Iu,Su,Pu,Mu],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:sp};const hp={path:"/",httpMethod:"GET",responses:{200:{bodyMapper:ha,headersMapper:Xa},default:{bodyMapper:na,headersMapper:ec}},queryParameters:[bu,Nu,Tu,Lu,Fu],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:sp};class ContainerImpl{client;constructor(i){this.client=i}create(i){return this.client.sendOperationRequest({options:i},Ap)}getProperties(i){return this.client.sendOperationRequest({options:i},fp)}delete(i){return this.client.sendOperationRequest({options:i},gp)}setMetadata(i){return this.client.sendOperationRequest({options:i},mp)}getAccessPolicy(i){return this.client.sendOperationRequest({options:i},yp)}setAccessPolicy(i){return this.client.sendOperationRequest({options:i},Ep)}restore(i){return this.client.sendOperationRequest({options:i},Cp)}rename(i,u){return this.client.sendOperationRequest({sourceContainerName:i,options:u},bp)}submitBatch(i,u,p,A){return this.client.sendOperationRequest({contentLength:i,multipartContentType:u,body:p,options:A},Ip)}filterBlobs(i){return this.client.sendOperationRequest({options:i},Sp)}acquireLease(i){return this.client.sendOperationRequest({options:i},wp)}releaseLease(i,u){return this.client.sendOperationRequest({leaseId:i,options:u},Bp)}renewLease(i,u){return this.client.sendOperationRequest({leaseId:i,options:u},vp)}breakLease(i){return this.client.sendOperationRequest({options:i},Rp)}changeLease(i,u,p){return this.client.sendOperationRequest({leaseId:i,proposedLeaseId:u,options:p},Np)}listBlobFlatSegment(i){return this.client.sendOperationRequest({options:i},Tp)}listBlobHierarchySegment(i,u){return this.client.sendOperationRequest({delimiter:i,options:u},Qp)}getAccountInfo(i){return this.client.sendOperationRequest({options:i},xp)}}const pp=createSerializer(g,true);const Ap={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:tc},default:{bodyMapper:na,headersMapper:rc}},queryParameters:[bu,Uu],urlParameters:[yu],headerParameters:[Iu,Su,wu,Hu,Gu,Vu,zu],isXML:true,serializer:pp};const fp={path:"/{containerName}",httpMethod:"GET",responses:{200:{headersMapper:sc},default:{bodyMapper:na,headersMapper:nc}},queryParameters:[bu,Uu],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju],isXML:true,serializer:pp};const gp={path:"/{containerName}",httpMethod:"DELETE",responses:{202:{headersMapper:ic},default:{bodyMapper:na,headersMapper:oc}},queryParameters:[bu,Uu],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u],isXML:true,serializer:pp};const mp={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:ac},default:{bodyMapper:na,headersMapper:cc}},queryParameters:[bu,Uu,Ju],urlParameters:[yu],headerParameters:[Iu,Su,wu,Hu,ju,qu],isXML:true,serializer:pp};const yp={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:{type:{name:"Sequence",element:{type:{name:"Composite",className:"SignedIdentifier"}}},serializedName:"SignedIdentifiers",xmlName:"SignedIdentifiers",xmlIsWrapped:true,xmlElementName:"SignedIdentifier"},headersMapper:lc},default:{bodyMapper:na,headersMapper:uc}},queryParameters:[bu,Uu,Wu],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju],isXML:true,serializer:pp};const Ep={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:dc},default:{bodyMapper:na,headersMapper:hc}},requestBody:Yu,queryParameters:[bu,Uu,Wu],urlParameters:[yu],headerParameters:[fu,mu,Iu,Su,Gu,ju,qu,$u],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:pp};const Cp={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:pc},default:{bodyMapper:na,headersMapper:Ac}},queryParameters:[bu,Uu,Ku],urlParameters:[yu],headerParameters:[Iu,Su,wu,Zu,Xu],isXML:true,serializer:pp};const bp={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:fc},default:{bodyMapper:na,headersMapper:gc}},queryParameters:[bu,Uu,ed],urlParameters:[yu],headerParameters:[Iu,Su,wu,td,rd],isXML:true,serializer:pp};const Ip={path:"/{containerName}",httpMethod:"POST",responses:{202:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:mc},default:{bodyMapper:na,headersMapper:yc}},requestBody:Du,queryParameters:[bu,Ou,Uu],urlParameters:[yu],headerParameters:[mu,Iu,Su,Pu,Mu],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:pp};const Sp={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:ha,headersMapper:Ec},default:{bodyMapper:na,headersMapper:Cc}},queryParameters:[bu,Nu,Tu,Lu,Fu,Uu],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:pp};const wp={path:"/{containerName}",httpMethod:"PUT",responses:{201:{headersMapper:bc},default:{bodyMapper:na,headersMapper:Ic}},queryParameters:[bu,Uu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,nd,id,od],isXML:true,serializer:pp};const Bp={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:Sc},default:{bodyMapper:na,headersMapper:wc}},queryParameters:[bu,Uu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,ad,cd],isXML:true,serializer:pp};const vp={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:Bc},default:{bodyMapper:na,headersMapper:vc}},queryParameters:[bu,Uu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,cd,ld],isXML:true,serializer:pp};const Rp={path:"/{containerName}",httpMethod:"PUT",responses:{202:{headersMapper:Rc},default:{bodyMapper:na,headersMapper:Nc}},queryParameters:[bu,Uu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,ud,dd],isXML:true,serializer:pp};const Np={path:"/{containerName}",httpMethod:"PUT",responses:{200:{headersMapper:Tc},default:{bodyMapper:na,headersMapper:Qc}},queryParameters:[bu,Uu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,cd,hd,pd],isXML:true,serializer:pp};const Tp={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:ya,headersMapper:xc},default:{bodyMapper:na,headersMapper:_c}},queryParameters:[bu,vu,Ru,Nu,Tu,Uu,Ad,fd],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:pp};const Qp={path:"/{containerName}",httpMethod:"GET",responses:{200:{bodyMapper:Sa,headersMapper:kc},default:{bodyMapper:na,headersMapper:Dc}},queryParameters:[bu,vu,Ru,Nu,Tu,Uu,Ad,fd,gd],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:pp};const xp={path:"/{containerName}",httpMethod:"GET",responses:{200:{headersMapper:Oc},default:{bodyMapper:na,headersMapper:Pc}},queryParameters:[Cu,bu,ku],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:pp};class BlobImpl{client;constructor(i){this.client=i}download(i){return this.client.sendOperationRequest({options:i},kp)}getProperties(i){return this.client.sendOperationRequest({options:i},Dp)}delete(i){return this.client.sendOperationRequest({options:i},Op)}undelete(i){return this.client.sendOperationRequest({options:i},Pp)}setExpiry(i,u){return this.client.sendOperationRequest({expiryOptions:i,options:u},Mp)}setHttpHeaders(i){return this.client.sendOperationRequest({options:i},Lp)}setImmutabilityPolicy(i){return this.client.sendOperationRequest({options:i},Fp)}deleteImmutabilityPolicy(i){return this.client.sendOperationRequest({options:i},Up)}setLegalHold(i,u){return this.client.sendOperationRequest({legalHold:i,options:u},Hp)}setMetadata(i){return this.client.sendOperationRequest({options:i},Gp)}acquireLease(i){return this.client.sendOperationRequest({options:i},Vp)}releaseLease(i,u){return this.client.sendOperationRequest({leaseId:i,options:u},zp)}renewLease(i,u){return this.client.sendOperationRequest({leaseId:i,options:u},jp)}changeLease(i,u,p){return this.client.sendOperationRequest({leaseId:i,proposedLeaseId:u,options:p},qp)}breakLease(i){return this.client.sendOperationRequest({options:i},$p)}createSnapshot(i){return this.client.sendOperationRequest({options:i},Jp)}startCopyFromURL(i,u){return this.client.sendOperationRequest({copySource:i,options:u},Wp)}copyFromURL(i,u){return this.client.sendOperationRequest({copySource:i,options:u},Yp)}abortCopyFromURL(i,u){return this.client.sendOperationRequest({copyId:i,options:u},Kp)}setTier(i,u){return this.client.sendOperationRequest({tier:i,options:u},Zp)}getAccountInfo(i){return this.client.sendOperationRequest({options:i},Xp)}query(i){return this.client.sendOperationRequest({options:i},eA)}getTags(i){return this.client.sendOperationRequest({options:i},tA)}setTags(i){return this.client.sendOperationRequest({options:i},rA)}}const _p=createSerializer(g,true);const kp={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:Mc},206:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:Mc},default:{bodyMapper:na,headersMapper:Lc}},queryParameters:[bu,md,yd],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Ed,Cd,bd,Id,Sd,wd,Bd,vd,Rd],isXML:true,serializer:_p};const Dp={path:"/{containerName}/{blob}",httpMethod:"HEAD",responses:{200:{headersMapper:Fc},default:{bodyMapper:na,headersMapper:Uc}},queryParameters:[bu,md,yd],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd],isXML:true,serializer:_p};const Op={path:"/{containerName}/{blob}",httpMethod:"DELETE",responses:{202:{headersMapper:Hc},default:{bodyMapper:na,headersMapper:Gc}},queryParameters:[bu,md,yd,Td],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Bd,vd,Rd,Nd],isXML:true,serializer:_p};const Pp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:Vc},default:{bodyMapper:na,headersMapper:zc}},queryParameters:[bu,Ku],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:_p};const Mp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:jc},default:{bodyMapper:na,headersMapper:qc}},queryParameters:[bu,Qd],urlParameters:[yu],headerParameters:[Iu,Su,wu,xd,_d],isXML:true,serializer:_p};const Lp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:$c},default:{bodyMapper:na,headersMapper:Jc}},queryParameters:[Cu,bu],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Bd,vd,Rd,kd,Dd,Od,Pd,Md,Ld],isXML:true,serializer:_p};const Fp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:Wc},default:{bodyMapper:na,headersMapper:Yc}},queryParameters:[bu,md,yd,Fd],urlParameters:[yu],headerParameters:[Iu,Su,wu,$u,Ud,Hd],isXML:true,serializer:_p};const Up={path:"/{containerName}/{blob}",httpMethod:"DELETE",responses:{200:{headersMapper:Kc},default:{bodyMapper:na,headersMapper:Zc}},queryParameters:[bu,md,yd,Fd],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:_p};const Hp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:Xc},default:{bodyMapper:na,headersMapper:el}},queryParameters:[bu,md,yd,Gd],urlParameters:[yu],headerParameters:[Iu,Su,wu,Vd],isXML:true,serializer:_p};const Gp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:tl},default:{bodyMapper:na,headersMapper:rl}},queryParameters:[bu,Ju],urlParameters:[yu],headerParameters:[Iu,Su,wu,Hu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,zd],isXML:true,serializer:_p};const Vp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:sl},default:{bodyMapper:na,headersMapper:nl}},queryParameters:[bu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,nd,id,od,Bd,vd,Rd],isXML:true,serializer:_p};const zp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:il},default:{bodyMapper:na,headersMapper:ol}},queryParameters:[bu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,ad,cd,Bd,vd,Rd],isXML:true,serializer:_p};const jp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:al},default:{bodyMapper:na,headersMapper:cl}},queryParameters:[bu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,cd,ld,Bd,vd,Rd],isXML:true,serializer:_p};const qp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:ll},default:{bodyMapper:na,headersMapper:ul}},queryParameters:[bu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,cd,hd,pd,Bd,vd,Rd],isXML:true,serializer:_p};const $p={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:dl},default:{bodyMapper:na,headersMapper:hl}},queryParameters:[bu,sd],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,ud,dd,Bd,vd,Rd],isXML:true,serializer:_p};const Jp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:pl},default:{bodyMapper:na,headersMapper:Al}},queryParameters:[bu,jd],urlParameters:[yu],headerParameters:[Iu,Su,wu,Hu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,zd],isXML:true,serializer:_p};const Wp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:fl},default:{bodyMapper:na,headersMapper:gl}},queryParameters:[bu],urlParameters:[yu],headerParameters:[Iu,Su,wu,Hu,ju,qu,$u,Bd,vd,Rd,Ud,Hd,qd,$d,Jd,Wd,Yd,Kd,Zd,Xd,eh,th,rh],isXML:true,serializer:_p};const Yp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:ml},default:{bodyMapper:na,headersMapper:yl}},queryParameters:[bu],urlParameters:[yu],headerParameters:[Iu,Su,wu,Hu,ju,qu,$u,Bd,vd,Rd,Ud,Hd,zd,qd,Jd,Wd,Yd,Kd,Xd,eh,rh,sh,nh,ih,oh,ah],isXML:true,serializer:_p};const Kp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{204:{headersMapper:El},default:{bodyMapper:na,headersMapper:Cl}},queryParameters:[bu,ch,uh],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,lh],isXML:true,serializer:_p};const Zp={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:bl},202:{headersMapper:bl},default:{bodyMapper:na,headersMapper:Il}},queryParameters:[bu,md,yd,dh],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,Rd,$d,hh],isXML:true,serializer:_p};const Xp={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{headersMapper:Sl},default:{bodyMapper:na,headersMapper:wl}},queryParameters:[Cu,bu,ku],urlParameters:[yu],headerParameters:[Iu,Su,wu],isXML:true,serializer:_p};const eA={path:"/{containerName}/{blob}",httpMethod:"POST",responses:{200:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:Bl},206:{bodyMapper:{type:{name:"Stream"},serializedName:"parsedResponse"},headersMapper:Bl},default:{bodyMapper:na,headersMapper:vl}},requestBody:ph,queryParameters:[bu,md,Ah],urlParameters:[yu],headerParameters:[fu,mu,Iu,Su,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:_p};const tA={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:Aa,headersMapper:Rl},default:{bodyMapper:na,headersMapper:Nl}},queryParameters:[bu,md,yd,fh],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,Rd,gh,mh,yh,Eh],isXML:true,serializer:_p};const rA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{204:{headersMapper:Tl},default:{bodyMapper:na,headersMapper:Ql}},requestBody:Ch,queryParameters:[bu,yd,fh],urlParameters:[yu],headerParameters:[fu,mu,Iu,Su,ju,Rd,gh,mh,yh,Eh,bh,Ih],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:_p};class PageBlobImpl{client;constructor(i){this.client=i}create(i,u,p){return this.client.sendOperationRequest({contentLength:i,blobContentLength:u,options:p},nA)}uploadPages(i,u,p){return this.client.sendOperationRequest({contentLength:i,body:u,options:p},iA)}clearPages(i,u){return this.client.sendOperationRequest({contentLength:i,options:u},oA)}uploadPagesFromURL(i,u,p,A,g){return this.client.sendOperationRequest({sourceUrl:i,sourceRange:u,contentLength:p,range:A,options:g},aA)}getPageRanges(i){return this.client.sendOperationRequest({options:i},cA)}getPageRangesDiff(i){return this.client.sendOperationRequest({options:i},lA)}resize(i,u){return this.client.sendOperationRequest({blobContentLength:i,options:u},uA)}updateSequenceNumber(i,u){return this.client.sendOperationRequest({sequenceNumberAction:i,options:u},dA)}copyIncremental(i,u){return this.client.sendOperationRequest({copySource:i,options:u},hA)}}const sA=createSerializer(g,true);const nA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:xl},default:{bodyMapper:na,headersMapper:_l}},queryParameters:[bu],urlParameters:[yu],headerParameters:[Iu,Su,wu,Pu,Hu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,kd,Dd,Od,Pd,Md,Ld,Ud,Hd,zd,qd,eh,rh,Sh,wh,Bh],isXML:true,serializer:sA};const iA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:kl},default:{bodyMapper:na,headersMapper:Dl}},requestBody:Rh,queryParameters:[bu,Th],urlParameters:[yu],headerParameters:[Iu,Su,Pu,ju,qu,$u,Ed,Id,Sd,wd,Bd,vd,Rd,zd,bh,Ih,vh,Nh,Qh,xh,_h,kh],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:sA};const oA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:Ol},default:{bodyMapper:na,headersMapper:Pl}},queryParameters:[bu,Th],urlParameters:[yu],headerParameters:[Iu,Su,wu,Pu,ju,qu,$u,Ed,Id,Sd,wd,Bd,vd,Rd,zd,xh,_h,kh,Dh],isXML:true,serializer:sA};const aA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:Ml},default:{bodyMapper:na,headersMapper:Ll}},queryParameters:[bu,Th],urlParameters:[yu],headerParameters:[Iu,Su,wu,Pu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,zd,Jd,Wd,Yd,Kd,nh,ih,ah,Qh,xh,_h,kh,Oh,Ph,Mh,Lh],isXML:true,serializer:sA};const cA={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:Ta,headersMapper:Fl},default:{bodyMapper:na,headersMapper:Ul}},queryParameters:[bu,Nu,Tu,md,Fh],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Ed,Bd,vd,Rd],isXML:true,serializer:sA};const lA={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:Ta,headersMapper:Hl},default:{bodyMapper:na,headersMapper:Gl}},queryParameters:[bu,Nu,Tu,md,Fh,Uh],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Ed,Bd,vd,Rd,Hh],isXML:true,serializer:sA};const uA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:Vl},default:{bodyMapper:na,headersMapper:zl}},queryParameters:[Cu,bu],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,zd,wh],isXML:true,serializer:sA};const dA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:jl},default:{bodyMapper:na,headersMapper:ql}},queryParameters:[Cu,bu],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Bd,vd,Rd,Bh,Gh],isXML:true,serializer:sA};const hA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{202:{headersMapper:$l},default:{bodyMapper:na,headersMapper:Jl}},queryParameters:[bu,Vh],urlParameters:[yu],headerParameters:[Iu,Su,wu,qu,$u,Bd,vd,Rd,Xd],isXML:true,serializer:sA};class AppendBlobImpl{client;constructor(i){this.client=i}create(i,u){return this.client.sendOperationRequest({contentLength:i,options:u},AA)}appendBlock(i,u,p){return this.client.sendOperationRequest({contentLength:i,body:u,options:p},fA)}appendBlockFromUrl(i,u,p){return this.client.sendOperationRequest({sourceUrl:i,contentLength:u,options:p},gA)}seal(i){return this.client.sendOperationRequest({options:i},mA)}}const pA=createSerializer(g,true);const AA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:Wl},default:{bodyMapper:na,headersMapper:Yl}},queryParameters:[bu],urlParameters:[yu],headerParameters:[Iu,Su,wu,Pu,Hu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,kd,Dd,Od,Pd,Md,Ld,Ud,Hd,zd,eh,rh,zh],isXML:true,serializer:pA};const fA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:Kl},default:{bodyMapper:na,headersMapper:Zl}},requestBody:Rh,queryParameters:[bu,jh],urlParameters:[yu],headerParameters:[Iu,Su,Pu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,zd,bh,Ih,vh,Nh,qh,$h],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:pA};const gA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:Xl},default:{bodyMapper:na,headersMapper:eu}},queryParameters:[bu,jh],urlParameters:[yu],headerParameters:[Iu,Su,wu,Pu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,zd,Jd,Wd,Yd,Kd,nh,ih,ah,bh,Oh,Mh,qh,$h,Jh],isXML:true,serializer:pA};const mA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{200:{headersMapper:tu},default:{bodyMapper:na,headersMapper:ru}},queryParameters:[bu,Wh],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,qu,$u,Bd,vd,$h],isXML:true,serializer:pA};class BlockBlobImpl{client;constructor(i){this.client=i}upload(i,u,p){return this.client.sendOperationRequest({contentLength:i,body:u,options:p},EA)}putBlobFromUrl(i,u,p){return this.client.sendOperationRequest({contentLength:i,copySource:u,options:p},CA)}stageBlock(i,u,p,A){return this.client.sendOperationRequest({blockId:i,contentLength:u,body:p,options:A},bA)}stageBlockFromURL(i,u,p,A){return this.client.sendOperationRequest({blockId:i,contentLength:u,sourceUrl:p,options:A},IA)}commitBlockList(i,u){return this.client.sendOperationRequest({blocks:i,options:u},SA)}getBlockList(i,u){return this.client.sendOperationRequest({listType:i,options:u},wA)}}const yA=createSerializer(g,true);const EA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:su},default:{bodyMapper:na,headersMapper:nu}},requestBody:Rh,queryParameters:[bu],urlParameters:[yu],headerParameters:[Iu,Su,Pu,Hu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,kd,Dd,Od,Pd,Md,Ld,Ud,Hd,zd,qd,eh,rh,bh,Ih,vh,Nh,Yh],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:yA};const CA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:iu},default:{bodyMapper:na,headersMapper:ou}},queryParameters:[bu],urlParameters:[yu],headerParameters:[Iu,Su,wu,Pu,Hu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,kd,Dd,Od,Pd,Md,Ld,zd,qd,Jd,Wd,Yd,Kd,Zd,Xd,eh,nh,ih,oh,ah,bh,Yh,Kh],isXML:true,serializer:yA};const bA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:au},default:{bodyMapper:na,headersMapper:cu}},requestBody:Rh,queryParameters:[bu,Zh,Xh],urlParameters:[yu],headerParameters:[Iu,Su,Pu,ju,Id,Sd,wd,zd,bh,Ih,vh,Nh],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"binary",serializer:yA};const IA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:lu},default:{bodyMapper:na,headersMapper:uu}},queryParameters:[bu,Zh,Xh],urlParameters:[yu],headerParameters:[Iu,Su,wu,Pu,ju,Id,Sd,wd,zd,Jd,Wd,Yd,Kd,nh,ih,ah,Oh,Mh,Jh],isXML:true,serializer:yA};const SA={path:"/{containerName}/{blob}",httpMethod:"PUT",responses:{201:{headersMapper:du},default:{bodyMapper:na,headersMapper:hu}},requestBody:ep,queryParameters:[bu,tp],urlParameters:[yu],headerParameters:[fu,mu,Iu,Su,Hu,ju,qu,$u,Id,Sd,wd,Bd,vd,Rd,kd,Dd,Od,Pd,Md,Ld,Ud,Hd,zd,qd,eh,rh,bh,Ih],isXML:true,contentType:"application/xml; charset=utf-8",mediaType:"xml",serializer:yA};const wA={path:"/{containerName}/{blob}",httpMethod:"GET",responses:{200:{bodyMapper:Ra,headersMapper:pu},default:{bodyMapper:na,headersMapper:Au}},queryParameters:[bu,md,tp,rp],urlParameters:[yu],headerParameters:[Iu,Su,wu,ju,Rd],isXML:true,serializer:yA};class StorageClient extends ExtendedServiceClient{url;version;constructor(i,u){if(i===undefined){throw new Error("'url' cannot be null")}if(!u){u={}}const p={requestContentType:"application/json; charset=utf-8"};const A=`azsdk-js-azure-storage-blob/12.30.0`;const g=u.userAgentOptions&&u.userAgentOptions.userAgentPrefix?`${u.userAgentOptions.userAgentPrefix} ${A}`:`${A}`;const C={...p,...u,userAgentOptions:{userAgentPrefix:g},endpoint:u.endpoint??u.baseUri??"{url}"};super(C);this.url=i;this.version=u.version||"2026-02-06";this.service=new ServiceImpl(this);this.container=new ContainerImpl(this);this.blob=new BlobImpl(this);this.pageBlob=new PageBlobImpl(this);this.appendBlob=new AppendBlobImpl(this);this.blockBlob=new BlockBlobImpl(this)}service;container;blob;pageBlob;appendBlob;blockBlob}class StorageContextClient extends StorageClient{async sendOperationRequest(i,u){const p={...u};if(p.path==="/{containerName}"||p.path==="/{containerName}/{blob}"){p.path=""}return super.sendOperationRequest(i,p)}}function utils_common_escapeURLPath(i){const u=new URL(i);let p=u.pathname;p=p||"/";p=utils_utils_common_escape(p);u.pathname=p;return u.toString()}function utils_common_getProxyUriFromDevConnString(i){let u="";if(i.search("DevelopmentStorageProxyUri=")!==-1){const p=i.split(";");for(const i of p){if(i.trim().startsWith("DevelopmentStorageProxyUri=")){u=i.trim().match("DevelopmentStorageProxyUri=(.*)")[1]}}}return u}function utils_common_getValueInConnString(i,u){const p=i.split(";");for(const i of p){if(i.trim().startsWith(u)){return i.trim().match(u+"=(.*)")[1]}}return""}function utils_common_extractConnectionStringParts(i){let u="";if(i.startsWith("UseDevelopmentStorage=true")){u=utils_common_getProxyUriFromDevConnString(i);i=Go}let p=utils_common_getValueInConnString(i,"BlobEndpoint");p=p.endsWith("/")?p.slice(0,-1):p;if(i.search("DefaultEndpointsProtocol=")!==-1&&i.search("AccountKey=")!==-1){let A="";let g="";let C=Buffer.from("accountKey","base64");let S="";g=utils_common_getValueInConnString(i,"AccountName");C=Buffer.from(utils_common_getValueInConnString(i,"AccountKey"),"base64");if(!p){A=utils_common_getValueInConnString(i,"DefaultEndpointsProtocol");const u=A.toLowerCase();if(u!=="https"&&u!=="http"){throw new Error("Invalid DefaultEndpointsProtocol in the provided Connection String. Expecting 'https' or 'http'")}S=utils_common_getValueInConnString(i,"EndpointSuffix");if(!S){throw new Error("Invalid EndpointSuffix in the provided Connection String")}p=`${A}://${g}.blob.${S}`}if(!g){throw new Error("Invalid AccountName in the provided Connection String")}else if(C.length===0){throw new Error("Invalid AccountKey in the provided Connection String")}return{kind:"AccountConnString",url:p,accountName:g,accountKey:C,proxyUri:u}}else{let u=utils_common_getValueInConnString(i,"SharedAccessSignature");let A=utils_common_getValueInConnString(i,"AccountName");if(!A){A=utils_common_getAccountNameFromUrl(p)}if(!p){throw new Error("Invalid BlobEndpoint in the provided SAS Connection String")}else if(!u){throw new Error("Invalid SharedAccessSignature in the provided SAS Connection String")}if(u.startsWith("?")){u=u.substring(1)}return{kind:"SASConnString",url:p,accountName:A,accountSas:u}}}function utils_utils_common_escape(i){return encodeURIComponent(i).replace(/%2F/g,"/").replace(/'/g,"%27").replace(/\+/g,"%20").replace(/%25/g,"%")}function utils_common_appendToURLPath(i,u){const p=new URL(i);let A=p.pathname;A=A?A.endsWith("/")?`${A}${u}`:`${A}/${u}`:u;p.pathname=A;return p.toString()}function utils_common_setURLParameter(i,u,p){const A=new URL(i);const g=encodeURIComponent(u);const C=p?encodeURIComponent(p):undefined;const S=A.search===""?"?":A.search;const w=[];for(const i of S.slice(1).split("&")){if(i){const[u]=i.split("=",2);if(u!==g){w.push(i)}}}if(C){w.push(`${g}=${C}`)}A.search=w.length?`?${w.join("&")}`:"";return A.toString()}function utils_common_getURLParameter(i,u){const p=new URL(i);return p.searchParams.get(u)??undefined}function utils_common_setURLHost(i,u){const p=new URL(i);p.hostname=u;return p.toString()}function utils_common_getURLPath(i){try{const u=new URL(i);return u.pathname}catch(i){return undefined}}function utils_common_getURLScheme(i){try{const u=new URL(i);return u.protocol.endsWith(":")?u.protocol.slice(0,-1):u.protocol}catch(i){return undefined}}function utils_common_getURLPathAndQuery(i){const u=new URL(i);const p=u.pathname;if(!p){throw new RangeError("Invalid url without valid path.")}let A=u.search||"";A=A.trim();if(A!==""){A=A.startsWith("?")?A:`?${A}`}return`${p}${A}`}function utils_common_getURLQueries(i){let u=new URL(i).search;if(!u){return{}}u=u.trim();u=u.startsWith("?")?u.substring(1):u;let p=u.split("&");p=p.filter((i=>{const u=i.indexOf("=");const p=i.lastIndexOf("=");return u>0&&u===p&&p<i.length-1}));const A={};for(const i of p){const u=i.split("=");const p=u[0];const g=u[1];A[p]=g}return A}function utils_common_appendToURLQuery(i,u){const p=new URL(i);let A=p.search;if(A){A+="&"+u}else{A=u}p.search=A;return p.toString()}function utils_common_truncatedISO8061Date(i,u=true){const p=i.toISOString();return u?p.substring(0,p.length-1)+"0000"+"Z":p.substring(0,p.length-5)+"Z"}function utils_common_base64encode(i){return!Ks?btoa(i):Buffer.from(i).toString("base64")}function utils_common_base64decode(i){return!isNodeLike?atob(i):Buffer.from(i,"base64").toString()}function utils_common_generateBlockID(i,u){const p=48;const A=6;const g=p-A;if(i.length>g){i=i.slice(0,g)}const C=i+utils_common_padStart(u.toString(),p-i.length,"0");return utils_common_base64encode(C)}async function utils_utils_common_delay(i,u,p){return new Promise(((A,g)=>{let C;const abortHandler=()=>{if(C!==undefined){clearTimeout(C)}g(p)};const resolveHandler=()=>{if(u!==undefined){u.removeEventListener("abort",abortHandler)}A()};C=setTimeout(resolveHandler,i);if(u!==undefined){u.addEventListener("abort",abortHandler)}}))}function utils_common_padStart(i,u,p=" "){if(String.prototype.padStart){return i.padStart(u,p)}p=p||" ";if(i.length>u){return i}else{u=u-i.length;if(u>p.length){p+=p.repeat(u/p.length)}return p.slice(0,u)+i}}function utils_common_sanitizeURL(i){let u=i;if(utils_common_getURLParameter(u,URLConstants.Parameters.SIGNATURE)){u=utils_common_setURLParameter(u,URLConstants.Parameters.SIGNATURE,"*****")}return u}function utils_common_sanitizeHeaders(i){const u=createHttpHeaders();for(const[p,A]of i){if(p.toLowerCase()===HeaderConstants.AUTHORIZATION.toLowerCase()){u.set(p,"*****")}else if(p.toLowerCase()===HeaderConstants.X_MS_COPY_SOURCE){u.set(p,utils_common_sanitizeURL(A))}else{u.set(p,A)}}return u}function utils_common_iEqual(i,u){return i.toLocaleLowerCase()===u.toLocaleLowerCase()}function utils_common_getAccountNameFromUrl(i){const u=new URL(i);let p;try{if(u.hostname.split(".")[1]==="blob"){p=u.hostname.split(".")[0]}else if(utils_common_isIpEndpointStyle(u)){p=u.pathname.split("/")[1]}else{p=""}return p}catch(i){throw new Error("Unable to extract accountName with provided information.")}}function utils_common_isIpEndpointStyle(i){const u=i.host;return/^.*:.*:.*$|^(localhost|host.docker.internal)(:[0-9]+)?$|^(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])(\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])){3}(:[0-9]+)?$/.test(u)||Boolean(i.port)&&$o.includes(i.port)}function toBlobTagsString(i){if(i===undefined){return undefined}const u=[];for(const p in i){if(Object.prototype.hasOwnProperty.call(i,p)){const A=i[p];u.push(`${encodeURIComponent(p)}=${encodeURIComponent(A)}`)}}return u.join("&")}function toBlobTags(i){if(i===undefined){return undefined}const u={blobTagSet:[]};for(const p in i){if(Object.prototype.hasOwnProperty.call(i,p)){const A=i[p];u.blobTagSet.push({key:p,value:A})}}return u}function toTags(i){if(i===undefined){return undefined}const u={};for(const p of i.blobTagSet){u[p.key]=p.value}return u}function toQuerySerialization(i){if(i===undefined){return undefined}switch(i.kind){case"csv":return{format:{type:"delimited",delimitedTextConfiguration:{columnSeparator:i.columnSeparator||",",fieldQuote:i.fieldQuote||"",recordSeparator:i.recordSeparator,escapeChar:i.escapeCharacter||"",headersPresent:i.hasHeaders||false}}};case"json":return{format:{type:"json",jsonTextConfiguration:{recordSeparator:i.recordSeparator}}};case"arrow":return{format:{type:"arrow",arrowConfiguration:{schema:i.schema}}};case"parquet":return{format:{type:"parquet"}};default:throw Error("Invalid BlobQueryTextConfiguration.")}}function parseObjectReplicationRecord(i){if(!i){return undefined}if("policy-id"in i){return undefined}const u=[];for(const p in i){const A=p.split("_");const g="or-";if(A[0].startsWith(g)){A[0]=A[0].substring(g.length)}const C={ruleId:A[1],replicationStatus:i[p]};const S=u.findIndex((i=>i.policyId===A[0]));if(S>-1){u[S].rules.push(C)}else{u.push({policyId:A[0],rules:[C]})}}return u}function utils_common_attachCredential(i,u){i.credential=u;return i}function utils_common_httpAuthorizationToString(i){return i?i.scheme+" "+i.value:undefined}function BlobNameToString(i){if(i.encoded){return decodeURIComponent(i.content)}else{return i.content}}function ConvertInternalResponseOfListBlobFlat(i){return{...i,segment:{blobItems:i.segment.blobItems.map((i=>{const u={...i,name:BlobNameToString(i.name)};return u}))}}}function ConvertInternalResponseOfListBlobHierarchy(i){return{...i,segment:{blobPrefixes:i.segment.blobPrefixes?.map((i=>{const u={...i,name:BlobNameToString(i.name)};return u})),blobItems:i.segment.blobItems.map((i=>{const u={...i,name:BlobNameToString(i.name)};return u}))}}}function*ExtractPageRangeInfoItems(i){let u=[];let p=[];if(i.pageRange)u=i.pageRange;if(i.clearRange)p=i.clearRange;let A=0;let g=0;while(A<u.length&&g<p.length){if(u[A].start<p[g].start){yield{start:u[A].start,end:u[A].end,isClear:false};++A}else{yield{start:p[g].start,end:p[g].end,isClear:true};++g}}for(;A<u.length;++A){yield{start:u[A].start,end:u[A].end,isClear:false}}for(;g<p.length;++g){yield{start:p[g].start,end:p[g].end,isClear:true}}}function utils_common_EscapePath(i){const u=i.split("/");for(let i=0;i<u.length;i++){u[i]=encodeURIComponent(u[i])}return u.join("/")}function utils_common_assertResponse(i){if(`_response`in i){return i}throw new TypeError(`Unexpected response object ${i}`)}class StorageClient_StorageClient{url;accountName;pipeline;credential;storageClientContext;isHttps;constructor(i,u){this.url=utils_common_escapeURLPath(i);this.accountName=utils_common_getAccountNameFromUrl(i);this.pipeline=u;this.storageClientContext=new StorageContextClient(this.url,getCoreClientOptions(u));this.isHttps=utils_common_iEqual(utils_common_getURLScheme(this.url)||"","https");this.credential=getCredentialFromPipeline(u);const p=this.storageClientContext;p.requestContentType=undefined}}const BA=createTracingClient({packageName:"@azure/storage-blob",packageVersion:bo,namespace:"Microsoft.Storage"});class BlobSASPermissions{static parse(i){const u=new BlobSASPermissions;for(const p of i){switch(p){case"r":u.read=true;break;case"a":u.add=true;break;case"c":u.create=true;break;case"w":u.write=true;break;case"d":u.delete=true;break;case"x":u.deleteVersion=true;break;case"t":u.tag=true;break;case"m":u.move=true;break;case"e":u.execute=true;break;case"i":u.setImmutabilityPolicy=true;break;case"y":u.permanentDelete=true;break;default:throw new RangeError(`Invalid permission: ${p}`)}}return u}static from(i){const u=new BlobSASPermissions;if(i.read){u.read=true}if(i.add){u.add=true}if(i.create){u.create=true}if(i.write){u.write=true}if(i.delete){u.delete=true}if(i.deleteVersion){u.deleteVersion=true}if(i.tag){u.tag=true}if(i.move){u.move=true}if(i.execute){u.execute=true}if(i.setImmutabilityPolicy){u.setImmutabilityPolicy=true}if(i.permanentDelete){u.permanentDelete=true}return u}read=false;add=false;create=false;write=false;delete=false;deleteVersion=false;tag=false;move=false;execute=false;setImmutabilityPolicy=false;permanentDelete=false;toString(){const i=[];if(this.read){i.push("r")}if(this.add){i.push("a")}if(this.create){i.push("c")}if(this.write){i.push("w")}if(this.delete){i.push("d")}if(this.deleteVersion){i.push("x")}if(this.tag){i.push("t")}if(this.move){i.push("m")}if(this.execute){i.push("e")}if(this.setImmutabilityPolicy){i.push("i")}if(this.permanentDelete){i.push("y")}return i.join("")}}class ContainerSASPermissions{static parse(i){const u=new ContainerSASPermissions;for(const p of i){switch(p){case"r":u.read=true;break;case"a":u.add=true;break;case"c":u.create=true;break;case"w":u.write=true;break;case"d":u.delete=true;break;case"l":u.list=true;break;case"t":u.tag=true;break;case"x":u.deleteVersion=true;break;case"m":u.move=true;break;case"e":u.execute=true;break;case"i":u.setImmutabilityPolicy=true;break;case"y":u.permanentDelete=true;break;case"f":u.filterByTags=true;break;default:throw new RangeError(`Invalid permission ${p}`)}}return u}static from(i){const u=new ContainerSASPermissions;if(i.read){u.read=true}if(i.add){u.add=true}if(i.create){u.create=true}if(i.write){u.write=true}if(i.delete){u.delete=true}if(i.list){u.list=true}if(i.deleteVersion){u.deleteVersion=true}if(i.tag){u.tag=true}if(i.move){u.move=true}if(i.execute){u.execute=true}if(i.setImmutabilityPolicy){u.setImmutabilityPolicy=true}if(i.permanentDelete){u.permanentDelete=true}if(i.filterByTags){u.filterByTags=true}return u}read=false;add=false;create=false;write=false;delete=false;deleteVersion=false;list=false;tag=false;move=false;execute=false;setImmutabilityPolicy=false;permanentDelete=false;filterByTags=false;toString(){const i=[];if(this.read){i.push("r")}if(this.add){i.push("a")}if(this.create){i.push("c")}if(this.write){i.push("w")}if(this.delete){i.push("d")}if(this.deleteVersion){i.push("x")}if(this.list){i.push("l")}if(this.tag){i.push("t")}if(this.move){i.push("m")}if(this.execute){i.push("e")}if(this.setImmutabilityPolicy){i.push("i")}if(this.permanentDelete){i.push("y")}if(this.filterByTags){i.push("f")}return i.join("")}}function ipRangeToString(i){return i.end?`${i.start}-${i.end}`:i.start}var vA;(function(i){i["Https"]="https";i["HttpsAndHttp"]="https,http"})(vA||(vA={}));class SASQueryParameters{version;protocol;startsOn;expiresOn;permissions;services;resourceTypes;identifier;delegatedUserObjectId;encryptionScope;resource;signature;cacheControl;contentDisposition;contentEncoding;contentLanguage;contentType;ipRangeInner;signedOid;signedTenantId;signedStartsOn;signedExpiresOn;signedService;signedVersion;preauthorizedAgentObjectId;correlationId;get ipRange(){if(this.ipRangeInner){return{end:this.ipRangeInner.end,start:this.ipRangeInner.start}}return undefined}constructor(i,u,p,A,g,C,S,w,B,v,N,T,Q,x,_,k,D,O,P,L,U){this.version=i;this.signature=u;if(p!==undefined&&typeof p!=="string"){this.permissions=p.permissions;this.services=p.services;this.resourceTypes=p.resourceTypes;this.protocol=p.protocol;this.startsOn=p.startsOn;this.expiresOn=p.expiresOn;this.ipRangeInner=p.ipRange;this.identifier=p.identifier;this.delegatedUserObjectId=p.delegatedUserObjectId;this.encryptionScope=p.encryptionScope;this.resource=p.resource;this.cacheControl=p.cacheControl;this.contentDisposition=p.contentDisposition;this.contentEncoding=p.contentEncoding;this.contentLanguage=p.contentLanguage;this.contentType=p.contentType;if(p.userDelegationKey){this.signedOid=p.userDelegationKey.signedObjectId;this.signedTenantId=p.userDelegationKey.signedTenantId;this.signedStartsOn=p.userDelegationKey.signedStartsOn;this.signedExpiresOn=p.userDelegationKey.signedExpiresOn;this.signedService=p.userDelegationKey.signedService;this.signedVersion=p.userDelegationKey.signedVersion;this.preauthorizedAgentObjectId=p.preauthorizedAgentObjectId;this.correlationId=p.correlationId}}else{this.services=A;this.resourceTypes=g;this.expiresOn=w;this.permissions=p;this.protocol=C;this.startsOn=S;this.ipRangeInner=B;this.delegatedUserObjectId=U;this.encryptionScope=L;this.identifier=v;this.resource=N;this.cacheControl=T;this.contentDisposition=Q;this.contentEncoding=x;this.contentLanguage=_;this.contentType=k;if(D){this.signedOid=D.signedObjectId;this.signedTenantId=D.signedTenantId;this.signedStartsOn=D.signedStartsOn;this.signedExpiresOn=D.signedExpiresOn;this.signedService=D.signedService;this.signedVersion=D.signedVersion;this.preauthorizedAgentObjectId=O;this.correlationId=P}}}toString(){const i=["sv","ss","srt","spr","st","se","sip","si","ses","skoid","sktid","skt","ske","sks","skv","sr","sp","sig","rscc","rscd","rsce","rscl","rsct","saoid","scid","sduoid"];const u=[];for(const p of i){switch(p){case"sv":this.tryAppendQueryParameter(u,p,this.version);break;case"ss":this.tryAppendQueryParameter(u,p,this.services);break;case"srt":this.tryAppendQueryParameter(u,p,this.resourceTypes);break;case"spr":this.tryAppendQueryParameter(u,p,this.protocol);break;case"st":this.tryAppendQueryParameter(u,p,this.startsOn?utils_common_truncatedISO8061Date(this.startsOn,false):undefined);break;case"se":this.tryAppendQueryParameter(u,p,this.expiresOn?utils_common_truncatedISO8061Date(this.expiresOn,false):undefined);break;case"sip":this.tryAppendQueryParameter(u,p,this.ipRange?ipRangeToString(this.ipRange):undefined);break;case"si":this.tryAppendQueryParameter(u,p,this.identifier);break;case"ses":this.tryAppendQueryParameter(u,p,this.encryptionScope);break;case"skoid":this.tryAppendQueryParameter(u,p,this.signedOid);break;case"sktid":this.tryAppendQueryParameter(u,p,this.signedTenantId);break;case"skt":this.tryAppendQueryParameter(u,p,this.signedStartsOn?utils_common_truncatedISO8061Date(this.signedStartsOn,false):undefined);break;case"ske":this.tryAppendQueryParameter(u,p,this.signedExpiresOn?utils_common_truncatedISO8061Date(this.signedExpiresOn,false):undefined);break;case"sks":this.tryAppendQueryParameter(u,p,this.signedService);break;case"skv":this.tryAppendQueryParameter(u,p,this.signedVersion);break;case"sr":this.tryAppendQueryParameter(u,p,this.resource);break;case"sp":this.tryAppendQueryParameter(u,p,this.permissions);break;case"sig":this.tryAppendQueryParameter(u,p,this.signature);break;case"rscc":this.tryAppendQueryParameter(u,p,this.cacheControl);break;case"rscd":this.tryAppendQueryParameter(u,p,this.contentDisposition);break;case"rsce":this.tryAppendQueryParameter(u,p,this.contentEncoding);break;case"rscl":this.tryAppendQueryParameter(u,p,this.contentLanguage);break;case"rsct":this.tryAppendQueryParameter(u,p,this.contentType);break;case"saoid":this.tryAppendQueryParameter(u,p,this.preauthorizedAgentObjectId);break;case"scid":this.tryAppendQueryParameter(u,p,this.correlationId);break;case"sduoid":this.tryAppendQueryParameter(u,p,this.delegatedUserObjectId);break}}return u.join("&")}tryAppendQueryParameter(i,u,p){if(!p){return}u=encodeURIComponent(u);p=encodeURIComponent(p);if(u.length>0&&p.length>0){i.push(`${u}=${p}`)}}}function generateBlobSASQueryParameters(i,u,p){return generateBlobSASQueryParametersInternal(i,u,p).sasQueryParameters}function generateBlobSASQueryParametersInternal(i,u,p){const A=i.version?i.version:Io;const g=u instanceof StorageSharedKeyCredential?u:undefined;let C;if(g===undefined&&p!==undefined){C=new UserDelegationKeyCredential(p,u)}if(g===undefined&&C===undefined){throw TypeError("Invalid sharedKeyCredential, userDelegationKey or accountName.")}if(A>="2020-12-06"){if(g!==undefined){return generateBlobSASQueryParameters20201206(i,g)}else{if(A>="2025-07-05"){return generateBlobSASQueryParametersUDK20250705(i,C)}else{return generateBlobSASQueryParametersUDK20201206(i,C)}}}if(A>="2018-11-09"){if(g!==undefined){return generateBlobSASQueryParameters20181109(i,g)}else{if(A>="2020-02-10"){return generateBlobSASQueryParametersUDK20200210(i,C)}else{return generateBlobSASQueryParametersUDK20181109(i,C)}}}if(A>="2015-04-05"){if(g!==undefined){return generateBlobSASQueryParameters20150405(i,g)}else{throw new RangeError("'version' must be >= '2018-11-09' when generating user delegation SAS using user delegation key.")}}throw new RangeError("'version' must be >= '2015-04-05'.")}function generateBlobSASQueryParameters20150405(i,u){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.identifier&&!(i.permissions&&i.expiresOn)){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.")}let p="c";if(i.blobName){p="b"}let A;if(i.permissions){if(i.blobName){A=BlobSASPermissions.parse(i.permissions.toString()).toString()}else{A=ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const g=[A?A:"",i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",i.expiresOn?utils_common_truncatedISO8061Date(i.expiresOn,false):"",getCanonicalName(u.accountName,i.containerName,i.blobName),i.identifier,i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",i.version,i.cacheControl?i.cacheControl:"",i.contentDisposition?i.contentDisposition:"",i.contentEncoding?i.contentEncoding:"",i.contentLanguage?i.contentLanguage:"",i.contentType?i.contentType:""].join("\n");const C=u.computeHMACSHA256(g);return{sasQueryParameters:new SASQueryParameters(i.version,C,A,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,p,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType),stringToSign:g}}function generateBlobSASQueryParameters20181109(i,u){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.identifier&&!(i.permissions&&i.expiresOn)){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.")}let p="c";let A=i.snapshotTime;if(i.blobName){p="b";if(i.snapshotTime){p="bs"}else if(i.versionId){p="bv";A=i.versionId}}let g;if(i.permissions){if(i.blobName){g=BlobSASPermissions.parse(i.permissions.toString()).toString()}else{g=ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const C=[g?g:"",i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",i.expiresOn?utils_common_truncatedISO8061Date(i.expiresOn,false):"",getCanonicalName(u.accountName,i.containerName,i.blobName),i.identifier,i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",i.version,p,A,i.cacheControl?i.cacheControl:"",i.contentDisposition?i.contentDisposition:"",i.contentEncoding?i.contentEncoding:"",i.contentLanguage?i.contentLanguage:"",i.contentType?i.contentType:""].join("\n");const S=u.computeHMACSHA256(C);return{sasQueryParameters:new SASQueryParameters(i.version,S,g,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,p,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType),stringToSign:C}}function generateBlobSASQueryParameters20201206(i,u){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.identifier&&!(i.permissions&&i.expiresOn)){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.")}let p="c";let A=i.snapshotTime;if(i.blobName){p="b";if(i.snapshotTime){p="bs"}else if(i.versionId){p="bv";A=i.versionId}}let g;if(i.permissions){if(i.blobName){g=BlobSASPermissions.parse(i.permissions.toString()).toString()}else{g=ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const C=[g?g:"",i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",i.expiresOn?utils_common_truncatedISO8061Date(i.expiresOn,false):"",getCanonicalName(u.accountName,i.containerName,i.blobName),i.identifier,i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",i.version,p,A,i.encryptionScope,i.cacheControl?i.cacheControl:"",i.contentDisposition?i.contentDisposition:"",i.contentEncoding?i.contentEncoding:"",i.contentLanguage?i.contentLanguage:"",i.contentType?i.contentType:""].join("\n");const S=u.computeHMACSHA256(C);return{sasQueryParameters:new SASQueryParameters(i.version,S,g,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,p,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,undefined,undefined,undefined,i.encryptionScope),stringToSign:C}}function generateBlobSASQueryParametersUDK20181109(i,u){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.permissions||!i.expiresOn){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.")}let p="c";let A=i.snapshotTime;if(i.blobName){p="b";if(i.snapshotTime){p="bs"}else if(i.versionId){p="bv";A=i.versionId}}let g;if(i.permissions){if(i.blobName){g=BlobSASPermissions.parse(i.permissions.toString()).toString()}else{g=ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const C=[g?g:"",i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",i.expiresOn?utils_common_truncatedISO8061Date(i.expiresOn,false):"",getCanonicalName(u.accountName,i.containerName,i.blobName),u.userDelegationKey.signedObjectId,u.userDelegationKey.signedTenantId,u.userDelegationKey.signedStartsOn?utils_common_truncatedISO8061Date(u.userDelegationKey.signedStartsOn,false):"",u.userDelegationKey.signedExpiresOn?utils_common_truncatedISO8061Date(u.userDelegationKey.signedExpiresOn,false):"",u.userDelegationKey.signedService,u.userDelegationKey.signedVersion,i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",i.version,p,A,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType].join("\n");const S=u.computeHMACSHA256(C);return{sasQueryParameters:new SASQueryParameters(i.version,S,g,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,p,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,u.userDelegationKey),stringToSign:C}}function generateBlobSASQueryParametersUDK20200210(i,u){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.permissions||!i.expiresOn){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.")}let p="c";let A=i.snapshotTime;if(i.blobName){p="b";if(i.snapshotTime){p="bs"}else if(i.versionId){p="bv";A=i.versionId}}let g;if(i.permissions){if(i.blobName){g=BlobSASPermissions.parse(i.permissions.toString()).toString()}else{g=ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const C=[g?g:"",i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",i.expiresOn?utils_common_truncatedISO8061Date(i.expiresOn,false):"",getCanonicalName(u.accountName,i.containerName,i.blobName),u.userDelegationKey.signedObjectId,u.userDelegationKey.signedTenantId,u.userDelegationKey.signedStartsOn?utils_common_truncatedISO8061Date(u.userDelegationKey.signedStartsOn,false):"",u.userDelegationKey.signedExpiresOn?utils_common_truncatedISO8061Date(u.userDelegationKey.signedExpiresOn,false):"",u.userDelegationKey.signedService,u.userDelegationKey.signedVersion,i.preauthorizedAgentObjectId,undefined,i.correlationId,i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",i.version,p,A,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType].join("\n");const S=u.computeHMACSHA256(C);return{sasQueryParameters:new SASQueryParameters(i.version,S,g,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,p,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,u.userDelegationKey,i.preauthorizedAgentObjectId,i.correlationId),stringToSign:C}}function generateBlobSASQueryParametersUDK20201206(i,u){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.permissions||!i.expiresOn){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.")}let p="c";let A=i.snapshotTime;if(i.blobName){p="b";if(i.snapshotTime){p="bs"}else if(i.versionId){p="bv";A=i.versionId}}let g;if(i.permissions){if(i.blobName){g=BlobSASPermissions.parse(i.permissions.toString()).toString()}else{g=ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const C=[g?g:"",i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",i.expiresOn?utils_common_truncatedISO8061Date(i.expiresOn,false):"",getCanonicalName(u.accountName,i.containerName,i.blobName),u.userDelegationKey.signedObjectId,u.userDelegationKey.signedTenantId,u.userDelegationKey.signedStartsOn?utils_common_truncatedISO8061Date(u.userDelegationKey.signedStartsOn,false):"",u.userDelegationKey.signedExpiresOn?utils_common_truncatedISO8061Date(u.userDelegationKey.signedExpiresOn,false):"",u.userDelegationKey.signedService,u.userDelegationKey.signedVersion,i.preauthorizedAgentObjectId,undefined,i.correlationId,i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",i.version,p,A,i.encryptionScope,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType].join("\n");const S=u.computeHMACSHA256(C);return{sasQueryParameters:new SASQueryParameters(i.version,S,g,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,p,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,u.userDelegationKey,i.preauthorizedAgentObjectId,i.correlationId,i.encryptionScope),stringToSign:C}}function generateBlobSASQueryParametersUDK20250705(i,u){i=SASSignatureValuesSanityCheckAndAutofill(i);if(!i.permissions||!i.expiresOn){throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.")}let p="c";let A=i.snapshotTime;if(i.blobName){p="b";if(i.snapshotTime){p="bs"}else if(i.versionId){p="bv";A=i.versionId}}let g;if(i.permissions){if(i.blobName){g=BlobSASPermissions.parse(i.permissions.toString()).toString()}else{g=ContainerSASPermissions.parse(i.permissions.toString()).toString()}}const C=[g?g:"",i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",i.expiresOn?utils_common_truncatedISO8061Date(i.expiresOn,false):"",getCanonicalName(u.accountName,i.containerName,i.blobName),u.userDelegationKey.signedObjectId,u.userDelegationKey.signedTenantId,u.userDelegationKey.signedStartsOn?utils_common_truncatedISO8061Date(u.userDelegationKey.signedStartsOn,false):"",u.userDelegationKey.signedExpiresOn?utils_common_truncatedISO8061Date(u.userDelegationKey.signedExpiresOn,false):"",u.userDelegationKey.signedService,u.userDelegationKey.signedVersion,i.preauthorizedAgentObjectId,undefined,i.correlationId,undefined,i.delegatedUserObjectId,i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",i.version,p,A,i.encryptionScope,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType].join("\n");const S=u.computeHMACSHA256(C);return{sasQueryParameters:new SASQueryParameters(i.version,S,g,undefined,undefined,i.protocol,i.startsOn,i.expiresOn,i.ipRange,i.identifier,p,i.cacheControl,i.contentDisposition,i.contentEncoding,i.contentLanguage,i.contentType,u.userDelegationKey,i.preauthorizedAgentObjectId,i.correlationId,i.encryptionScope,i.delegatedUserObjectId),stringToSign:C}}function getCanonicalName(i,u,p){const A=[`/blob/${i}/${u}`];if(p){A.push(`/${p}`)}return A.join("")}function SASSignatureValuesSanityCheckAndAutofill(i){const u=i.version?i.version:Io;if(i.snapshotTime&&u<"2018-11-09"){throw RangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.")}if(i.blobName===undefined&&i.snapshotTime){throw RangeError("Must provide 'blobName' when providing 'snapshotTime'.")}if(i.versionId&&u<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when providing 'versionId'.")}if(i.blobName===undefined&&i.versionId){throw RangeError("Must provide 'blobName' when providing 'versionId'.")}if(i.permissions&&i.permissions.setImmutabilityPolicy&&u<"2020-08-04"){throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.")}if(i.permissions&&i.permissions.deleteVersion&&u<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when providing 'x' permission.")}if(i.permissions&&i.permissions.permanentDelete&&u<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when providing 'y' permission.")}if(i.permissions&&i.permissions.tag&&u<"2019-12-12"){throw RangeError("'version' must be >= '2019-12-12' when providing 't' permission.")}if(u<"2020-02-10"&&i.permissions&&(i.permissions.move||i.permissions.execute)){throw RangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.")}if(u<"2021-04-10"&&i.permissions&&i.permissions.filterByTags){throw RangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.")}if(u<"2020-02-10"&&(i.preauthorizedAgentObjectId||i.correlationId)){throw RangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.")}if(i.encryptionScope&&u<"2020-12-06"){throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.")}i.version=u;return i}class BlobLeaseClient{_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(i,u){const p=i.storageClientContext;this._url=i.url;if(i.name===undefined){this._isContainer=true;this._containerOrBlobOperation=p.container}else{this._isContainer=false;this._containerOrBlobOperation=p.blob}if(!u){u=esm_randomUUID()}this._leaseId=u}async acquireLease(i,u={}){if(this._isContainer&&(u.conditions?.ifMatch&&u.conditions?.ifMatch!==Do||u.conditions?.ifNoneMatch&&u.conditions?.ifNoneMatch!==Do||u.conditions?.tagConditions)){throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.")}return BA.withSpan("BlobLeaseClient-acquireLease",u,(async p=>utils_common_assertResponse(await this._containerOrBlobOperation.acquireLease({abortSignal:u.abortSignal,duration:i,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:p.tracingOptions}))))}async changeLease(i,u={}){if(this._isContainer&&(u.conditions?.ifMatch&&u.conditions?.ifMatch!==Do||u.conditions?.ifNoneMatch&&u.conditions?.ifNoneMatch!==Do||u.conditions?.tagConditions)){throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.")}return BA.withSpan("BlobLeaseClient-changeLease",u,(async p=>{const A=utils_common_assertResponse(await this._containerOrBlobOperation.changeLease(this._leaseId,i,{abortSignal:u.abortSignal,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},tracingOptions:p.tracingOptions}));this._leaseId=i;return A}))}async releaseLease(i={}){if(this._isContainer&&(i.conditions?.ifMatch&&i.conditions?.ifMatch!==Do||i.conditions?.ifNoneMatch&&i.conditions?.ifNoneMatch!==Do||i.conditions?.tagConditions)){throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.")}return BA.withSpan("BlobLeaseClient-releaseLease",i,(async u=>utils_common_assertResponse(await this._containerOrBlobOperation.releaseLease(this._leaseId,{abortSignal:i.abortSignal,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:u.tracingOptions}))))}async renewLease(i={}){if(this._isContainer&&(i.conditions?.ifMatch&&i.conditions?.ifMatch!==Do||i.conditions?.ifNoneMatch&&i.conditions?.ifNoneMatch!==Do||i.conditions?.tagConditions)){throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.")}return BA.withSpan("BlobLeaseClient-renewLease",i,(async u=>this._containerOrBlobOperation.renewLease(this._leaseId,{abortSignal:i.abortSignal,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:u.tracingOptions})))}async breakLease(i,u={}){if(this._isContainer&&(u.conditions?.ifMatch&&u.conditions?.ifMatch!==Do||u.conditions?.ifNoneMatch&&u.conditions?.ifNoneMatch!==Do||u.conditions?.tagConditions)){throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.")}return BA.withSpan("BlobLeaseClient-breakLease",u,(async p=>{const A={abortSignal:u.abortSignal,breakPeriod:i,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},tracingOptions:p.tracingOptions};return utils_common_assertResponse(await this._containerOrBlobOperation.breakLease(A))}))}}class RetriableReadableStream extends Sr.Readable{start;offset;end;getter;source;retries=0;maxRetryRequests;onProgress;options;constructor(i,u,p,A,g={}){super({highWaterMark:g.highWaterMark});this.getter=u;this.source=i;this.start=p;this.offset=p;this.end=p+A-1;this.maxRetryRequests=g.maxRetryRequests&&g.maxRetryRequests>=0?g.maxRetryRequests:0;this.onProgress=g.onProgress;this.options=g;this.setSourceEventHandlers()}_read(){this.source.resume()}setSourceEventHandlers(){this.source.on("data",this.sourceDataHandler);this.source.on("end",this.sourceErrorOrEndHandler);this.source.on("error",this.sourceErrorOrEndHandler);this.source.on("aborted",this.sourceAbortedHandler)}removeSourceEventHandlers(){this.source.removeListener("data",this.sourceDataHandler);this.source.removeListener("end",this.sourceErrorOrEndHandler);this.source.removeListener("error",this.sourceErrorOrEndHandler);this.source.removeListener("aborted",this.sourceAbortedHandler)}sourceDataHandler=i=>{if(this.options.doInjectErrorOnce){this.options.doInjectErrorOnce=undefined;this.source.pause();this.sourceErrorOrEndHandler();this.source.destroy();return}this.offset+=i.length;if(this.onProgress){this.onProgress({loadedBytes:this.offset-this.start})}if(!this.push(i)){this.source.pause()}};sourceAbortedHandler=()=>{const i=new AbortError_AbortError("The operation was aborted.");this.destroy(i)};sourceErrorOrEndHandler=i=>{if(i&&i.name==="AbortError"){this.destroy(i);return}this.removeSourceEventHandlers();if(this.offset-1===this.end){this.push(null)}else if(this.offset<=this.end){if(this.retries<this.maxRetryRequests){this.retries+=1;this.getter(this.offset).then((i=>{this.source=i;this.setSourceEventHandlers();return})).catch((i=>{this.destroy(i)}))}else{this.destroy(new Error(`Data corruption failure: received less data than required and reached maxRetires limitation. Received data offset: ${this.offset-1}, data needed offset: ${this.end}, retries: ${this.retries}, max retries: ${this.maxRetryRequests}`))}}else{this.destroy(new Error(`Data corruption failure: Received more data than original request, data needed offset is ${this.end}, received offset: ${this.offset-1}`))}};_destroy(i,u){this.removeSourceEventHandlers();this.source.destroy();u(i===null?undefined:i)}}class BlobDownloadResponse{get acceptRanges(){return this.originalResponse.acceptRanges}get cacheControl(){return this.originalResponse.cacheControl}get contentDisposition(){return this.originalResponse.contentDisposition}get contentEncoding(){return this.originalResponse.contentEncoding}get contentLanguage(){return this.originalResponse.contentLanguage}get blobSequenceNumber(){return this.originalResponse.blobSequenceNumber}get blobType(){return this.originalResponse.blobType}get contentLength(){return this.originalResponse.contentLength}get contentMD5(){return this.originalResponse.contentMD5}get contentRange(){return this.originalResponse.contentRange}get contentType(){return this.originalResponse.contentType}get copyCompletedOn(){return this.originalResponse.copyCompletedOn}get copyId(){return this.originalResponse.copyId}get copyProgress(){return this.originalResponse.copyProgress}get copySource(){return this.originalResponse.copySource}get copyStatus(){return this.originalResponse.copyStatus}get copyStatusDescription(){return this.originalResponse.copyStatusDescription}get leaseDuration(){return this.originalResponse.leaseDuration}get leaseState(){return this.originalResponse.leaseState}get leaseStatus(){return this.originalResponse.leaseStatus}get date(){return this.originalResponse.date}get blobCommittedBlockCount(){return this.originalResponse.blobCommittedBlockCount}get etag(){return this.originalResponse.etag}get tagCount(){return this.originalResponse.tagCount}get errorCode(){return this.originalResponse.errorCode}get isServerEncrypted(){return this.originalResponse.isServerEncrypted}get blobContentMD5(){return this.originalResponse.blobContentMD5}get lastModified(){return this.originalResponse.lastModified}get lastAccessed(){return this.originalResponse.lastAccessed}get createdOn(){return this.originalResponse.createdOn}get metadata(){return this.originalResponse.metadata}get requestId(){return this.originalResponse.requestId}get clientRequestId(){return this.originalResponse.clientRequestId}get version(){return this.originalResponse.version}get versionId(){return this.originalResponse.versionId}get isCurrentVersion(){return this.originalResponse.isCurrentVersion}get encryptionKeySha256(){return this.originalResponse.encryptionKeySha256}get contentCrc64(){return this.originalResponse.contentCrc64}get objectReplicationDestinationPolicyId(){return this.originalResponse.objectReplicationDestinationPolicyId}get objectReplicationSourceProperties(){return this.originalResponse.objectReplicationSourceProperties}get isSealed(){return this.originalResponse.isSealed}get immutabilityPolicyExpiresOn(){return this.originalResponse.immutabilityPolicyExpiresOn}get immutabilityPolicyMode(){return this.originalResponse.immutabilityPolicyMode}get legalHold(){return this.originalResponse.legalHold}get contentAsBlob(){return this.originalResponse.blobBody}get readableStreamBody(){return Ks?this.blobDownloadStream:undefined}get _response(){return this.originalResponse._response}originalResponse;blobDownloadStream;constructor(i,u,p,A,g={}){this.originalResponse=i;this.blobDownloadStream=new RetriableReadableStream(this.originalResponse.readableStreamBody,u,p,A,g)}}const RA=16;const NA=new Uint8Array([79,98,106,1]);const TA="avro.codec";const QA="avro.schema";class AvroParser{static async readFixedBytes(i,u,p={}){const A=await i.read(u,{abortSignal:p.abortSignal});if(A.length!==u){throw new Error("Hit stream end.")}return A}static async readByte(i,u={}){const p=await AvroParser.readFixedBytes(i,1,u);return p[0]}static async readZigZagLong(i,u={}){let p=0;let A=0;let g,C,S;do{g=await AvroParser.readByte(i,u);C=g&128;p|=(g&127)<<A;A+=7}while(C&&A<28);if(C){p=p;S=268435456;do{g=await AvroParser.readByte(i,u);p+=(g&127)*S;S*=128}while(g&128);const A=(p%2?-(p+1):p)/2;if(A<Number.MIN_SAFE_INTEGER||A>Number.MAX_SAFE_INTEGER){throw new Error("Integer overflow.")}return A}return p>>1^-(p&1)}static async readLong(i,u={}){return AvroParser.readZigZagLong(i,u)}static async readInt(i,u={}){return AvroParser.readZigZagLong(i,u)}static async readNull(){return null}static async readBoolean(i,u={}){const p=await AvroParser.readByte(i,u);if(p===1){return true}else if(p===0){return false}else{throw new Error("Byte was not a boolean.")}}static async readFloat(i,u={}){const p=await AvroParser.readFixedBytes(i,4,u);const A=new DataView(p.buffer,p.byteOffset,p.byteLength);return A.getFloat32(0,true)}static async readDouble(i,u={}){const p=await AvroParser.readFixedBytes(i,8,u);const A=new DataView(p.buffer,p.byteOffset,p.byteLength);return A.getFloat64(0,true)}static async readBytes(i,u={}){const p=await AvroParser.readLong(i,u);if(p<0){throw new Error("Bytes size was negative.")}return i.read(p,{abortSignal:u.abortSignal})}static async readString(i,u={}){const p=await AvroParser.readBytes(i,u);const A=new TextDecoder;return A.decode(p)}static async readMapPair(i,u,p={}){const A=await AvroParser.readString(i,p);const g=await u(i,p);return{key:A,value:g}}static async readMap(i,u,p={}){const readPairMethod=(i,p={})=>AvroParser.readMapPair(i,u,p);const A=await AvroParser.readArray(i,readPairMethod,p);const g={};for(const i of A){g[i.key]=i.value}return g}static async readArray(i,u,p={}){const A=[];for(let g=await AvroParser.readLong(i,p);g!==0;g=await AvroParser.readLong(i,p)){if(g<0){await AvroParser.readLong(i,p);g=-g}while(g--){const g=await u(i,p);A.push(g)}}return A}}var xA;(function(i){i["RECORD"]="record";i["ENUM"]="enum";i["ARRAY"]="array";i["MAP"]="map";i["UNION"]="union";i["FIXED"]="fixed"})(xA||(xA={}));var _A;(function(i){i["NULL"]="null";i["BOOLEAN"]="boolean";i["INT"]="int";i["LONG"]="long";i["FLOAT"]="float";i["DOUBLE"]="double";i["BYTES"]="bytes";i["STRING"]="string"})(_A||(_A={}));class AvroType{static fromSchema(i){if(typeof i==="string"){return AvroType.fromStringSchema(i)}else if(Array.isArray(i)){return AvroType.fromArraySchema(i)}else{return AvroType.fromObjectSchema(i)}}static fromStringSchema(i){switch(i){case _A.NULL:case _A.BOOLEAN:case _A.INT:case _A.LONG:case _A.FLOAT:case _A.DOUBLE:case _A.BYTES:case _A.STRING:return new AvroPrimitiveType(i);default:throw new Error(`Unexpected Avro type ${i}`)}}static fromArraySchema(i){return new AvroUnionType(i.map(AvroType.fromSchema))}static fromObjectSchema(i){const u=i.type;try{return AvroType.fromStringSchema(u)}catch{}switch(u){case xA.RECORD:if(i.aliases){throw new Error(`aliases currently is not supported, schema: ${i}`)}if(!i.name){throw new Error(`Required attribute 'name' doesn't exist on schema: ${i}`)}const p={};if(!i.fields){throw new Error(`Required attribute 'fields' doesn't exist on schema: ${i}`)}for(const u of i.fields){p[u.name]=AvroType.fromSchema(u.type)}return new AvroRecordType(p,i.name);case xA.ENUM:if(i.aliases){throw new Error(`aliases currently is not supported, schema: ${i}`)}if(!i.symbols){throw new Error(`Required attribute 'symbols' doesn't exist on schema: ${i}`)}return new AvroEnumType(i.symbols);case xA.MAP:if(!i.values){throw new Error(`Required attribute 'values' doesn't exist on schema: ${i}`)}return new AvroMapType(AvroType.fromSchema(i.values));case xA.ARRAY:case xA.FIXED:default:throw new Error(`Unexpected Avro type ${u} in ${i}`)}}}class AvroPrimitiveType extends AvroType{_primitive;constructor(i){super();this._primitive=i}read(i,u={}){switch(this._primitive){case _A.NULL:return AvroParser.readNull();case _A.BOOLEAN:return AvroParser.readBoolean(i,u);case _A.INT:return AvroParser.readInt(i,u);case _A.LONG:return AvroParser.readLong(i,u);case _A.FLOAT:return AvroParser.readFloat(i,u);case _A.DOUBLE:return AvroParser.readDouble(i,u);case _A.BYTES:return AvroParser.readBytes(i,u);case _A.STRING:return AvroParser.readString(i,u);default:throw new Error("Unknown Avro Primitive")}}}class AvroEnumType extends AvroType{_symbols;constructor(i){super();this._symbols=i}async read(i,u={}){const p=await AvroParser.readInt(i,u);return this._symbols[p]}}class AvroUnionType extends AvroType{_types;constructor(i){super();this._types=i}async read(i,u={}){const p=await AvroParser.readInt(i,u);return this._types[p].read(i,u)}}class AvroMapType extends AvroType{_itemType;constructor(i){super();this._itemType=i}read(i,u={}){const readItemMethod=(i,u)=>this._itemType.read(i,u);return AvroParser.readMap(i,readItemMethod,u)}}class AvroRecordType extends AvroType{_name;_fields;constructor(i,u){super();this._fields=i;this._name=u}async read(i,u={}){const p={};p["$schema"]=this._name;for(const A in this._fields){if(Object.prototype.hasOwnProperty.call(this._fields,A)){p[A]=await this._fields[A].read(i,u)}}return p}}function arraysEqual(i,u){if(i===u)return true;if(i==null||u==null)return false;if(i.length!==u.length)return false;for(let p=0;p<i.length;++p){if(i[p]!==u[p])return false}return true}class AvroReader{_dataStream;_headerStream;_syncMarker;_metadata;_itemType;_itemsRemainingInBlock;_initialBlockOffset;_blockOffset;get blockOffset(){return this._blockOffset}_objectIndex;get objectIndex(){return this._objectIndex}_initialized;constructor(i,u,p,A){this._dataStream=i;this._headerStream=u||i;this._initialized=false;this._blockOffset=p||0;this._objectIndex=A||0;this._initialBlockOffset=p||0}async initialize(i={}){const u=await AvroParser.readFixedBytes(this._headerStream,NA.length,{abortSignal:i.abortSignal});if(!arraysEqual(u,NA)){throw new Error("Stream is not an Avro file.")}this._metadata=await AvroParser.readMap(this._headerStream,AvroParser.readString,{abortSignal:i.abortSignal});const p=this._metadata[TA];if(!(p===undefined||p===null||p==="null")){throw new Error("Codecs are not supported")}this._syncMarker=await AvroParser.readFixedBytes(this._headerStream,RA,{abortSignal:i.abortSignal});const A=JSON.parse(this._metadata[QA]);this._itemType=AvroType.fromSchema(A);if(this._blockOffset===0){this._blockOffset=this._initialBlockOffset+this._dataStream.position}this._itemsRemainingInBlock=await AvroParser.readLong(this._dataStream,{abortSignal:i.abortSignal});await AvroParser.readLong(this._dataStream,{abortSignal:i.abortSignal});this._initialized=true;if(this._objectIndex&&this._objectIndex>0){for(let u=0;u<this._objectIndex;u++){await this._itemType.read(this._dataStream,{abortSignal:i.abortSignal});this._itemsRemainingInBlock--}}}hasNext(){return!this._initialized||this._itemsRemainingInBlock>0}async*parseObjects(i={}){if(!this._initialized){await this.initialize(i)}while(this.hasNext()){const u=await this._itemType.read(this._dataStream,{abortSignal:i.abortSignal});this._itemsRemainingInBlock--;this._objectIndex++;if(this._itemsRemainingInBlock===0){const u=await AvroParser.readFixedBytes(this._dataStream,RA,{abortSignal:i.abortSignal});this._blockOffset=this._initialBlockOffset+this._dataStream.position;this._objectIndex=0;if(!arraysEqual(this._syncMarker,u)){throw new Error("Stream is not a valid Avro file.")}try{this._itemsRemainingInBlock=await AvroParser.readLong(this._dataStream,{abortSignal:i.abortSignal})}catch{this._itemsRemainingInBlock=0}if(this._itemsRemainingInBlock>0){await AvroParser.readLong(this._dataStream,{abortSignal:i.abortSignal})}}yield u}}}class AvroReadable{}var kA=__nccwpck_require__(20181);const DA=new AbortError_AbortError("Reading from the avro stream was aborted.");class AvroReadableFromStream extends AvroReadable{_position;_readable;toUint8Array(i){if(typeof i==="string"){return kA.Buffer.from(i)}return i}constructor(i){super();this._readable=i;this._position=0}get position(){return this._position}async read(i,u={}){if(u.abortSignal?.aborted){throw DA}if(i<0){throw new Error(`size parameter should be positive: ${i}`)}if(i===0){return new Uint8Array}if(!this._readable.readable){throw new Error("Stream no longer readable.")}const p=this._readable.read(i);if(p){this._position+=p.length;return this.toUint8Array(p)}else{return new Promise(((p,A)=>{const cleanUp=()=>{this._readable.removeListener("readable",readableCallback);this._readable.removeListener("error",rejectCallback);this._readable.removeListener("end",rejectCallback);this._readable.removeListener("close",rejectCallback);if(u.abortSignal){u.abortSignal.removeEventListener("abort",abortHandler)}};const readableCallback=()=>{const u=this._readable.read(i);if(u){this._position+=u.length;cleanUp();p(this.toUint8Array(u))}};const rejectCallback=()=>{cleanUp();A()};const abortHandler=()=>{cleanUp();A(DA)};this._readable.on("readable",readableCallback);this._readable.once("error",rejectCallback);this._readable.once("end",rejectCallback);this._readable.once("close",rejectCallback);if(u.abortSignal){u.abortSignal.addEventListener("abort",abortHandler)}}))}}}class BlobQuickQueryStream extends Sr.Readable{source;avroReader;avroIter;avroPaused=true;onProgress;onError;constructor(i,u={}){super();this.source=i;this.onProgress=u.onProgress;this.onError=u.onError;this.avroReader=new AvroReader(new AvroReadableFromStream(this.source));this.avroIter=this.avroReader.parseObjects({abortSignal:u.abortSignal})}_read(){if(this.avroPaused){this.readInternal().catch((i=>{this.emit("error",i)}))}}async readInternal(){this.avroPaused=false;let i;do{i=await this.avroIter.next();if(i.done){break}const u=i.value;const p=u.$schema;if(typeof p!=="string"){throw Error("Missing schema in avro record.")}switch(p){case"com.microsoft.azure.storage.queryBlobContents.resultData":{const i=u.data;if(i instanceof Uint8Array===false){throw Error("Invalid data in avro result record.")}if(!this.push(Buffer.from(i))){this.avroPaused=true}}break;case"com.microsoft.azure.storage.queryBlobContents.progress":{const i=u.bytesScanned;if(typeof i!=="number"){throw Error("Invalid bytesScanned in avro progress record.")}if(this.onProgress){this.onProgress({loadedBytes:i})}}break;case"com.microsoft.azure.storage.queryBlobContents.end":if(this.onProgress){const i=u.totalBytes;if(typeof i!=="number"){throw Error("Invalid totalBytes in avro end record.")}this.onProgress({loadedBytes:i})}this.push(null);break;case"com.microsoft.azure.storage.queryBlobContents.error":if(this.onError){const i=u.fatal;if(typeof i!=="boolean"){throw Error("Invalid fatal in avro error record.")}const p=u.name;if(typeof p!=="string"){throw Error("Invalid name in avro error record.")}const A=u.description;if(typeof A!=="string"){throw Error("Invalid description in avro error record.")}const g=u.position;if(typeof g!=="number"){throw Error("Invalid position in avro error record.")}this.onError({position:g,name:p,isFatal:i,description:A})}break;default:throw Error(`Unknown schema ${p} in avro progress record.`)}}while(!i.done&&!this.avroPaused)}}class BlobQueryResponse{get acceptRanges(){return this.originalResponse.acceptRanges}get cacheControl(){return this.originalResponse.cacheControl}get contentDisposition(){return this.originalResponse.contentDisposition}get contentEncoding(){return this.originalResponse.contentEncoding}get contentLanguage(){return this.originalResponse.contentLanguage}get blobSequenceNumber(){return this.originalResponse.blobSequenceNumber}get blobType(){return this.originalResponse.blobType}get contentLength(){return this.originalResponse.contentLength}get contentMD5(){return this.originalResponse.contentMD5}get contentRange(){return this.originalResponse.contentRange}get contentType(){return this.originalResponse.contentType}get copyCompletedOn(){return undefined}get copyId(){return this.originalResponse.copyId}get copyProgress(){return this.originalResponse.copyProgress}get copySource(){return this.originalResponse.copySource}get copyStatus(){return this.originalResponse.copyStatus}get copyStatusDescription(){return this.originalResponse.copyStatusDescription}get leaseDuration(){return this.originalResponse.leaseDuration}get leaseState(){return this.originalResponse.leaseState}get leaseStatus(){return this.originalResponse.leaseStatus}get date(){return this.originalResponse.date}get blobCommittedBlockCount(){return this.originalResponse.blobCommittedBlockCount}get etag(){return this.originalResponse.etag}get errorCode(){return this.originalResponse.errorCode}get isServerEncrypted(){return this.originalResponse.isServerEncrypted}get blobContentMD5(){return this.originalResponse.blobContentMD5}get lastModified(){return this.originalResponse.lastModified}get metadata(){return this.originalResponse.metadata}get requestId(){return this.originalResponse.requestId}get clientRequestId(){return this.originalResponse.clientRequestId}get version(){return this.originalResponse.version}get encryptionKeySha256(){return this.originalResponse.encryptionKeySha256}get contentCrc64(){return this.originalResponse.contentCrc64}get blobBody(){return undefined}get readableStreamBody(){return Ks?this.blobDownloadStream:undefined}get _response(){return this.originalResponse._response}originalResponse;blobDownloadStream;constructor(i,u={}){this.originalResponse=i;this.blobDownloadStream=new BlobQuickQueryStream(this.originalResponse.readableStreamBody,u)}}var OA;(function(i){i["Hot"]="Hot";i["Cool"]="Cool";i["Cold"]="Cold";i["Archive"]="Archive"})(OA||(OA={}));var PA;(function(i){i["P4"]="P4";i["P6"]="P6";i["P10"]="P10";i["P15"]="P15";i["P20"]="P20";i["P30"]="P30";i["P40"]="P40";i["P50"]="P50";i["P60"]="P60";i["P70"]="P70";i["P80"]="P80"})(PA||(PA={}));function toAccessTier(i){if(i===undefined){return undefined}return i}function ensureCpkIfSpecified(i,u){if(i&&!u){throw new RangeError("Customer-provided encryption key must be used over HTTPS.")}if(i&&!i.encryptionAlgorithm){i.encryptionAlgorithm=Ho}}var MA;(function(i){i["StorageOAuthScopes"]="https://storage.azure.com/.default";i["DiskComputeOAuthScopes"]="https://disk.compute.azure.com/.default"})(MA||(MA={}));function getBlobServiceAccountAudience(i){return`https://${i}.blob.core.windows.net/.default`}function rangeResponseFromModel(i){const u=(i._response.parsedBody.pageRange||[]).map((i=>({offset:i.start,count:i.end-i.start})));const p=(i._response.parsedBody.clearRange||[]).map((i=>({offset:i.start,count:i.end-i.start})));return{...i,pageRange:u,clearRange:p,_response:{...i._response,parsedBody:{pageRange:u,clearRange:p}}}}var LA=__nccwpck_require__(15862);class BlobBeginCopyFromUrlPoller extends LA.vu{intervalInMs;constructor(i){const{blobClient:u,copySource:p,intervalInMs:A=15e3,onProgress:g,resumeFrom:C,startCopyFromURLOptions:S}=i;let w;if(C){w=JSON.parse(C).state}const B=makeBlobBeginCopyFromURLPollOperation({...w,blobClient:u,copySource:p,startCopyFromURLOptions:S});super(B);if(typeof g==="function"){this.onProgress(g)}this.intervalInMs=A}delay(){return delay_delay(this.intervalInMs)}}const FA=async function cancel(i={}){const u=this.state;const{copyId:p}=u;if(u.isCompleted){return makeBlobBeginCopyFromURLPollOperation(u)}if(!p){u.isCancelled=true;return makeBlobBeginCopyFromURLPollOperation(u)}await u.blobClient.abortCopyFromURL(p,{abortSignal:i.abortSignal});u.isCancelled=true;return makeBlobBeginCopyFromURLPollOperation(u)};const UA=async function update(i={}){const u=this.state;const{blobClient:p,copySource:A,startCopyFromURLOptions:g}=u;if(!u.isStarted){u.isStarted=true;const i=await p.startCopyFromURL(A,g);u.copyId=i.copyId;if(i.copyStatus==="success"){u.result=i;u.isCompleted=true}}else if(!u.isCompleted){try{const p=await u.blobClient.getProperties({abortSignal:i.abortSignal});const{copyStatus:A,copyProgress:g}=p;const C=u.copyProgress;if(g){u.copyProgress=g}if(A==="pending"&&g!==C&&typeof i.fireProgress==="function"){i.fireProgress(u)}else if(A==="success"){u.result=p;u.isCompleted=true}else if(A==="failed"){u.error=new Error(`Blob copy failed with reason: "${p.copyStatusDescription||"unknown"}"`);u.isCompleted=true}}catch(i){u.error=i;u.isCompleted=true}}return makeBlobBeginCopyFromURLPollOperation(u)};const HA=function toString(){return JSON.stringify({state:this.state},((i,u)=>{if(i==="blobClient"){return undefined}return u}))};function makeBlobBeginCopyFromURLPollOperation(i){return{state:{...i},cancel:FA,toString:HA,update:UA}}function rangeToString(i){if(i.offset<0){throw new RangeError(`Range.offset cannot be smaller than 0.`)}if(i.count&&i.count<=0){throw new RangeError(`Range.count must be larger than 0. Leave it undefined if you want a range from offset to the end.`)}return i.count?`bytes=${i.offset}-${i.offset+i.count-1}`:`bytes=${i.offset}-`}var GA;(function(i){i[i["Good"]=0]="Good";i[i["Error"]=1]="Error"})(GA||(GA={}));class Batch{concurrency;actives=0;completed=0;offset=0;operations=[];state=GA.Good;emitter;constructor(i=5){if(i<1){throw new RangeError("concurrency must be larger than 0")}this.concurrency=i;this.emitter=new ie.EventEmitter}addOperation(i){this.operations.push((async()=>{try{this.actives++;await i();this.actives--;this.completed++;this.parallelExecute()}catch(i){this.emitter.emit("error",i)}}))}async do(){if(this.operations.length===0){return Promise.resolve()}this.parallelExecute();return new Promise(((i,u)=>{this.emitter.on("finish",i);this.emitter.on("error",(i=>{this.state=GA.Error;u(i)}))}))}nextOperation(){if(this.offset<this.operations.length){return this.operations[this.offset++]}return null}parallelExecute(){if(this.state===GA.Error){return}if(this.completed>=this.operations.length){this.emitter.emit("finish");return}while(this.actives<this.concurrency){const i=this.nextOperation();if(i){i()}else{return}}}}var VA=__nccwpck_require__(73024);async function streamToBuffer(i,u,p,A,g){let C=0;const S=A-p;return new Promise(((A,w)=>{const B=setTimeout((()=>w(new Error(`The operation cannot be completed in timeout.`))),To);i.on("readable",(()=>{if(C>=S){clearTimeout(B);A();return}let w=i.read();if(!w){return}if(typeof w==="string"){w=Buffer.from(w,g)}const v=C+w.length>S?S-C:w.length;u.fill(w.slice(0,v),p+C,p+C+v);C+=v}));i.on("end",(()=>{clearTimeout(B);if(C<S){w(new Error(`Stream drains before getting enough data needed. Data read: ${C}, data need: ${S}`))}A()}));i.on("error",(i=>{clearTimeout(B);w(i)}))}))}async function streamToBuffer2(i,u,p){let A=0;const g=u.length;return new Promise(((C,S)=>{i.on("readable",(()=>{let C=i.read();if(!C){return}if(typeof C==="string"){C=Buffer.from(C,p)}if(A+C.length>g){S(new Error(`Stream exceeds buffer size. Buffer size: ${g}`));return}u.fill(C,A,A+C.length);A+=C.length}));i.on("end",(()=>{C(A)}));i.on("error",S)}))}async function streamToBuffer3(i,u){return new Promise(((p,A)=>{const g=[];i.on("data",(i=>{g.push(typeof i==="string"?Buffer.from(i,u):i)}));i.on("end",(()=>{p(Buffer.concat(g))}));i.on("error",A)}))}async function readStreamToLocalFile(i,u){return new Promise(((p,A)=>{const g=VA.createWriteStream(u);i.on("error",(i=>{A(i)}));g.on("error",(i=>{A(i)}));g.on("close",p);i.pipe(g)}))}const zA=Gt.promisify(VA.stat);const jA=VA.createReadStream;class BlobClient extends StorageClient_StorageClient{blobContext;_name;_containerName;_versionId;_snapshot;get name(){return this._name}get containerName(){return this._containerName}constructor(i,u,p,A){A=A||{};let g;let C;if(isPipelineLike(u)){C=i;g=u}else if(Ks&&u instanceof StorageSharedKeyCredential||u instanceof AnonymousCredential||isTokenCredential(u)){C=i;A=p;g=newPipeline(u,A)}else if(!u&&typeof u!=="string"){C=i;if(p&&typeof p!=="string"){A=p}g=newPipeline(new AnonymousCredential,A)}else if(u&&typeof u==="string"&&p&&typeof p==="string"){const S=u;const w=p;const B=utils_common_extractConnectionStringParts(i);if(B.kind==="AccountConnString"){if(Ks){const i=new StorageSharedKeyCredential(B.accountName,B.accountKey);C=utils_common_appendToURLPath(utils_common_appendToURLPath(B.url,encodeURIComponent(S)),encodeURIComponent(w));if(!A.proxyOptions){A.proxyOptions=proxyPolicy_getDefaultProxySettings(B.proxyUri)}g=newPipeline(i,A)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(B.kind==="SASConnString"){C=utils_common_appendToURLPath(utils_common_appendToURLPath(B.url,encodeURIComponent(S)),encodeURIComponent(w))+"?"+B.accountSas;g=newPipeline(new AnonymousCredential,A)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName and blobName parameters")}super(C,g);({blobName:this._name,containerName:this._containerName}=this.getBlobAndContainerNamesFromUrl());this.blobContext=this.storageClientContext.blob;this._snapshot=utils_common_getURLParameter(this.url,xo.Parameters.SNAPSHOT);this._versionId=utils_common_getURLParameter(this.url,xo.Parameters.VERSIONID)}withSnapshot(i){return new BlobClient(utils_common_setURLParameter(this.url,xo.Parameters.SNAPSHOT,i.length===0?undefined:i),this.pipeline)}withVersion(i){return new BlobClient(utils_common_setURLParameter(this.url,xo.Parameters.VERSIONID,i.length===0?undefined:i),this.pipeline)}getAppendBlobClient(){return new AppendBlobClient(this.url,this.pipeline)}getBlockBlobClient(){return new BlockBlobClient(this.url,this.pipeline)}getPageBlobClient(){return new PageBlobClient(this.url,this.pipeline)}async download(i=0,u,p={}){p.conditions=p.conditions||{};p.conditions=p.conditions||{};ensureCpkIfSpecified(p.customerProvidedKey,this.isHttps);return BA.withSpan("BlobClient-download",p,(async A=>{const g=utils_common_assertResponse(await this.blobContext.download({abortSignal:p.abortSignal,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},requestOptions:{onDownloadProgress:Ks?undefined:p.onProgress},range:i===0&&!u?undefined:rangeToString({offset:i,count:u}),rangeGetContentMD5:p.rangeGetContentMD5,rangeGetContentCRC64:p.rangeGetContentCrc64,snapshot:p.snapshot,cpkInfo:p.customerProvidedKey,tracingOptions:A.tracingOptions}));const C={...g,_response:g._response,objectReplicationDestinationPolicyId:g.objectReplicationPolicyId,objectReplicationSourceProperties:parseObjectReplicationRecord(g.objectReplicationRules)};if(!Ks){return C}if(p.maxRetryRequests===undefined||p.maxRetryRequests<0){p.maxRetryRequests=No}if(g.contentLength===undefined){throw new RangeError(`File download response doesn't contain valid content length header`)}if(!g.etag){throw new RangeError(`File download response doesn't contain valid etag header`)}return new BlobDownloadResponse(C,(async u=>{const A={leaseAccessConditions:p.conditions,modifiedAccessConditions:{ifMatch:p.conditions.ifMatch||g.etag,ifModifiedSince:p.conditions.ifModifiedSince,ifNoneMatch:p.conditions.ifNoneMatch,ifUnmodifiedSince:p.conditions.ifUnmodifiedSince,ifTags:p.conditions?.tagConditions},range:rangeToString({count:i+g.contentLength-u,offset:u}),rangeGetContentMD5:p.rangeGetContentMD5,rangeGetContentCRC64:p.rangeGetContentCrc64,snapshot:p.snapshot,cpkInfo:p.customerProvidedKey};return(await this.blobContext.download({abortSignal:p.abortSignal,...A})).readableStreamBody}),i,g.contentLength,{maxRetryRequests:p.maxRetryRequests,onProgress:p.onProgress})}))}async exists(i={}){return BA.withSpan("BlobClient-exists",i,(async u=>{try{ensureCpkIfSpecified(i.customerProvidedKey,this.isHttps);await this.getProperties({abortSignal:i.abortSignal,customerProvidedKey:i.customerProvidedKey,conditions:i.conditions,tracingOptions:u.tracingOptions});return true}catch(i){if(i.statusCode===404){return false}else if(i.statusCode===409&&(i.details.errorCode===jo||i.details.errorCode===qo)){return true}throw i}}))}async getProperties(i={}){i.conditions=i.conditions||{};ensureCpkIfSpecified(i.customerProvidedKey,this.isHttps);return BA.withSpan("BlobClient-getProperties",i,(async u=>{const p=utils_common_assertResponse(await this.blobContext.getProperties({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},cpkInfo:i.customerProvidedKey,tracingOptions:u.tracingOptions}));return{...p,_response:p._response,objectReplicationDestinationPolicyId:p.objectReplicationPolicyId,objectReplicationSourceProperties:parseObjectReplicationRecord(p.objectReplicationRules)}}))}async delete(i={}){i.conditions=i.conditions||{};return BA.withSpan("BlobClient-delete",i,(async u=>utils_common_assertResponse(await this.blobContext.delete({abortSignal:i.abortSignal,deleteSnapshots:i.deleteSnapshots,leaseAccessConditions:i.conditions,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:u.tracingOptions}))))}async deleteIfExists(i={}){return BA.withSpan("BlobClient-deleteIfExists",i,(async i=>{try{const u=utils_common_assertResponse(await this.delete(i));return{succeeded:true,...u,_response:u._response}}catch(i){if(i.details?.errorCode==="BlobNotFound"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}throw i}}))}async undelete(i={}){return BA.withSpan("BlobClient-undelete",i,(async u=>utils_common_assertResponse(await this.blobContext.undelete({abortSignal:i.abortSignal,tracingOptions:u.tracingOptions}))))}async setHTTPHeaders(i,u={}){u.conditions=u.conditions||{};ensureCpkIfSpecified(u.customerProvidedKey,this.isHttps);return BA.withSpan("BlobClient-setHTTPHeaders",u,(async p=>utils_common_assertResponse(await this.blobContext.setHttpHeaders({abortSignal:u.abortSignal,blobHttpHeaders:i,leaseAccessConditions:u.conditions,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},tracingOptions:p.tracingOptions}))))}async setMetadata(i,u={}){u.conditions=u.conditions||{};ensureCpkIfSpecified(u.customerProvidedKey,this.isHttps);return BA.withSpan("BlobClient-setMetadata",u,(async p=>utils_common_assertResponse(await this.blobContext.setMetadata({abortSignal:u.abortSignal,leaseAccessConditions:u.conditions,metadata:i,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},cpkInfo:u.customerProvidedKey,encryptionScope:u.encryptionScope,tracingOptions:p.tracingOptions}))))}async setTags(i,u={}){return BA.withSpan("BlobClient-setTags",u,(async p=>utils_common_assertResponse(await this.blobContext.setTags({abortSignal:u.abortSignal,leaseAccessConditions:u.conditions,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},blobModifiedAccessConditions:u.conditions,tracingOptions:p.tracingOptions,tags:toBlobTags(i)}))))}async getTags(i={}){return BA.withSpan("BlobClient-getTags",i,(async u=>{const p=utils_common_assertResponse(await this.blobContext.getTags({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},blobModifiedAccessConditions:i.conditions,tracingOptions:u.tracingOptions}));const A={...p,_response:p._response,tags:toTags({blobTagSet:p.blobTagSet})||{}};return A}))}getBlobLeaseClient(i){return new BlobLeaseClient(this,i)}async createSnapshot(i={}){i.conditions=i.conditions||{};ensureCpkIfSpecified(i.customerProvidedKey,this.isHttps);return BA.withSpan("BlobClient-createSnapshot",i,(async u=>utils_common_assertResponse(await this.blobContext.createSnapshot({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,metadata:i.metadata,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},cpkInfo:i.customerProvidedKey,encryptionScope:i.encryptionScope,tracingOptions:u.tracingOptions}))))}async beginCopyFromURL(i,u={}){const p={abortCopyFromURL:(...i)=>this.abortCopyFromURL(...i),getProperties:(...i)=>this.getProperties(...i),startCopyFromURL:(...i)=>this.startCopyFromURL(...i)};const A=new BlobBeginCopyFromUrlPoller({blobClient:p,copySource:i,intervalInMs:u.intervalInMs,onProgress:u.onProgress,resumeFrom:u.resumeFrom,startCopyFromURLOptions:u});await A.poll();return A}async abortCopyFromURL(i,u={}){return BA.withSpan("BlobClient-abortCopyFromURL",u,(async p=>utils_common_assertResponse(await this.blobContext.abortCopyFromURL(i,{abortSignal:u.abortSignal,leaseAccessConditions:u.conditions,tracingOptions:p.tracingOptions}))))}async syncCopyFromURL(i,u={}){u.conditions=u.conditions||{};u.sourceConditions=u.sourceConditions||{};return BA.withSpan("BlobClient-syncCopyFromURL",u,(async p=>utils_common_assertResponse(await this.blobContext.copyFromURL(i,{abortSignal:u.abortSignal,metadata:u.metadata,leaseAccessConditions:u.conditions,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:u.sourceConditions?.ifMatch,sourceIfModifiedSince:u.sourceConditions?.ifModifiedSince,sourceIfNoneMatch:u.sourceConditions?.ifNoneMatch,sourceIfUnmodifiedSince:u.sourceConditions?.ifUnmodifiedSince},sourceContentMD5:u.sourceContentMD5,copySourceAuthorization:utils_common_httpAuthorizationToString(u.sourceAuthorization),tier:toAccessTier(u.tier),blobTagsString:toBlobTagsString(u.tags),immutabilityPolicyExpiry:u.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:u.immutabilityPolicy?.policyMode,legalHold:u.legalHold,encryptionScope:u.encryptionScope,copySourceTags:u.copySourceTags,fileRequestIntent:u.sourceShareTokenIntent,tracingOptions:p.tracingOptions}))))}async setAccessTier(i,u={}){return BA.withSpan("BlobClient-setAccessTier",u,(async p=>utils_common_assertResponse(await this.blobContext.setTier(toAccessTier(i),{abortSignal:u.abortSignal,leaseAccessConditions:u.conditions,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},rehydratePriority:u.rehydratePriority,tracingOptions:p.tracingOptions}))))}async downloadToBuffer(i,u,p,A={}){let g;let C=0;let S=0;let w=A;if(i instanceof Buffer){g=i;C=u||0;S=typeof p==="number"?p:0}else{C=typeof i==="number"?i:0;S=typeof u==="number"?u:0;w=p||{}}let B=w.blockSize??0;if(B<0){throw new RangeError("blockSize option must be >= 0")}if(B===0){B=Ro}if(C<0){throw new RangeError("offset option must be >= 0")}if(S&&S<=0){throw new RangeError("count option must be greater than 0")}if(!w.conditions){w.conditions={}}return BA.withSpan("BlobClient-downloadToBuffer",w,(async i=>{if(!S){const u=await this.getProperties({...w,tracingOptions:i.tracingOptions});S=u.contentLength-C;if(S<0){throw new RangeError(`offset ${C} shouldn't be larger than blob size ${u.contentLength}`)}}if(!g){try{g=Buffer.alloc(S)}catch(i){throw new Error(`Unable to allocate the buffer of size: ${S}(in bytes). Please try passing your own buffer to the "downloadToBuffer" method or try using other methods like "download" or "downloadToFile".\t ${i.message}`)}}if(g.length<S){throw new RangeError(`The buffer's size should be equal to or larger than the request count of bytes: ${S}`)}let u=0;const p=new Batch(w.concurrency);for(let A=C;A<C+S;A=A+B){p.addOperation((async()=>{let p=C+S;if(A+B<p){p=A+B}const v=await this.download(A,p-A,{abortSignal:w.abortSignal,conditions:w.conditions,maxRetryRequests:w.maxRetryRequestsPerBlock,customerProvidedKey:w.customerProvidedKey,tracingOptions:i.tracingOptions});const N=v.readableStreamBody;await streamToBuffer(N,g,A-C,p-C);u+=p-A;if(w.onProgress){w.onProgress({loadedBytes:u})}}))}await p.do();return g}))}async downloadToFile(i,u=0,p,A={}){return BA.withSpan("BlobClient-downloadToFile",A,(async g=>{const C=await this.download(u,p,{...A,tracingOptions:g.tracingOptions});if(C.readableStreamBody){await readStreamToLocalFile(C.readableStreamBody,i)}C.blobDownloadStream=undefined;return C}))}getBlobAndContainerNamesFromUrl(){let i;let u;try{const p=new URL(this.url);if(p.host.split(".")[1]==="blob"){const A=p.pathname.match("/([^/]*)(/(.*))?");i=A[1];u=A[3]}else if(utils_common_isIpEndpointStyle(p)){const A=p.pathname.match("/([^/]*)/([^/]*)(/(.*))?");i=A[2];u=A[4]}else{const A=p.pathname.match("/([^/]*)(/(.*))?");i=A[1];u=A[3]}i=decodeURIComponent(i);u=decodeURIComponent(u);u=u.replace(/\\/g,"/");if(!i){throw new Error("Provided containerName is invalid.")}return{blobName:u,containerName:i}}catch(i){throw new Error("Unable to extract blobName and containerName with provided information.")}}async startCopyFromURL(i,u={}){return BA.withSpan("BlobClient-startCopyFromURL",u,(async p=>{u.conditions=u.conditions||{};u.sourceConditions=u.sourceConditions||{};return utils_common_assertResponse(await this.blobContext.startCopyFromURL(i,{abortSignal:u.abortSignal,leaseAccessConditions:u.conditions,metadata:u.metadata,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:u.sourceConditions.ifMatch,sourceIfModifiedSince:u.sourceConditions.ifModifiedSince,sourceIfNoneMatch:u.sourceConditions.ifNoneMatch,sourceIfUnmodifiedSince:u.sourceConditions.ifUnmodifiedSince,sourceIfTags:u.sourceConditions.tagConditions},immutabilityPolicyExpiry:u.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:u.immutabilityPolicy?.policyMode,legalHold:u.legalHold,rehydratePriority:u.rehydratePriority,tier:toAccessTier(u.tier),blobTagsString:toBlobTagsString(u.tags),sealBlob:u.sealBlob,tracingOptions:p.tracingOptions}))}))}generateSasUrl(i){return new Promise((u=>{if(!(this.credential instanceof StorageSharedKeyCredential)){throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential")}const p=generateBlobSASQueryParameters({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId,...i},this.credential).toString();u(utils_common_appendToURLQuery(this.url,p))}))}generateSasStringToSign(i){if(!(this.credential instanceof StorageSharedKeyCredential)){throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential")}return generateBlobSASQueryParametersInternal({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId,...i},this.credential).stringToSign}generateUserDelegationSasUrl(i,u){return new Promise((p=>{const A=generateBlobSASQueryParameters({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId,...i},u,this.accountName).toString();p(utils_common_appendToURLQuery(this.url,A))}))}generateUserDelegationSasStringToSign(i,u){return generateBlobSASQueryParametersInternal({containerName:this._containerName,blobName:this._name,snapshotTime:this._snapshot,versionId:this._versionId,...i},u,this.accountName).stringToSign}async deleteImmutabilityPolicy(i={}){return BA.withSpan("BlobClient-deleteImmutabilityPolicy",i,(async i=>utils_common_assertResponse(await this.blobContext.deleteImmutabilityPolicy({tracingOptions:i.tracingOptions}))))}async setImmutabilityPolicy(i,u={}){return BA.withSpan("BlobClient-setImmutabilityPolicy",u,(async u=>utils_common_assertResponse(await this.blobContext.setImmutabilityPolicy({immutabilityPolicyExpiry:i.expiriesOn,immutabilityPolicyMode:i.policyMode,tracingOptions:u.tracingOptions}))))}async setLegalHold(i,u={}){return BA.withSpan("BlobClient-setLegalHold",u,(async u=>utils_common_assertResponse(await this.blobContext.setLegalHold(i,{tracingOptions:u.tracingOptions}))))}async getAccountInfo(i={}){return BA.withSpan("BlobClient-getAccountInfo",i,(async u=>utils_common_assertResponse(await this.blobContext.getAccountInfo({abortSignal:i.abortSignal,tracingOptions:u.tracingOptions}))))}}class AppendBlobClient extends BlobClient{appendBlobContext;constructor(i,u,p,A){let g;let C;A=A||{};if(isPipelineLike(u)){C=i;g=u}else if(Ks&&u instanceof StorageSharedKeyCredential||u instanceof AnonymousCredential||isTokenCredential(u)){C=i;A=p;g=newPipeline(u,A)}else if(!u&&typeof u!=="string"){C=i;g=newPipeline(new AnonymousCredential,A)}else if(u&&typeof u==="string"&&p&&typeof p==="string"){const S=u;const w=p;const B=utils_common_extractConnectionStringParts(i);if(B.kind==="AccountConnString"){if(Ks){const i=new StorageSharedKeyCredential(B.accountName,B.accountKey);C=utils_common_appendToURLPath(utils_common_appendToURLPath(B.url,encodeURIComponent(S)),encodeURIComponent(w));if(!A.proxyOptions){A.proxyOptions=proxyPolicy_getDefaultProxySettings(B.proxyUri)}g=newPipeline(i,A)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(B.kind==="SASConnString"){C=utils_common_appendToURLPath(utils_common_appendToURLPath(B.url,encodeURIComponent(S)),encodeURIComponent(w))+"?"+B.accountSas;g=newPipeline(new AnonymousCredential,A)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName and blobName parameters")}super(C,g);this.appendBlobContext=this.storageClientContext.appendBlob}withSnapshot(i){return new AppendBlobClient(utils_common_setURLParameter(this.url,xo.Parameters.SNAPSHOT,i.length===0?undefined:i),this.pipeline)}async create(i={}){i.conditions=i.conditions||{};ensureCpkIfSpecified(i.customerProvidedKey,this.isHttps);return BA.withSpan("AppendBlobClient-create",i,(async u=>utils_common_assertResponse(await this.appendBlobContext.create(0,{abortSignal:i.abortSignal,blobHttpHeaders:i.blobHTTPHeaders,leaseAccessConditions:i.conditions,metadata:i.metadata,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},cpkInfo:i.customerProvidedKey,encryptionScope:i.encryptionScope,immutabilityPolicyExpiry:i.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:i.immutabilityPolicy?.policyMode,legalHold:i.legalHold,blobTagsString:toBlobTagsString(i.tags),tracingOptions:u.tracingOptions}))))}async createIfNotExists(i={}){const u={ifNoneMatch:Oo};return BA.withSpan("AppendBlobClient-createIfNotExists",i,(async i=>{try{const p=utils_common_assertResponse(await this.create({...i,conditions:u}));return{succeeded:true,...p,_response:p._response}}catch(i){if(i.details?.errorCode==="BlobAlreadyExists"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}throw i}}))}async seal(i={}){i.conditions=i.conditions||{};return BA.withSpan("AppendBlobClient-seal",i,(async u=>utils_common_assertResponse(await this.appendBlobContext.seal({abortSignal:i.abortSignal,appendPositionAccessConditions:i.conditions,leaseAccessConditions:i.conditions,modifiedAccessConditions:{...i.conditions,ifTags:i.conditions?.tagConditions},tracingOptions:u.tracingOptions}))))}async appendBlock(i,u,p={}){p.conditions=p.conditions||{};ensureCpkIfSpecified(p.customerProvidedKey,this.isHttps);return BA.withSpan("AppendBlobClient-appendBlock",p,(async A=>utils_common_assertResponse(await this.appendBlobContext.appendBlock(u,i,{abortSignal:p.abortSignal,appendPositionAccessConditions:p.conditions,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},requestOptions:{onUploadProgress:p.onProgress},transactionalContentMD5:p.transactionalContentMD5,transactionalContentCrc64:p.transactionalContentCrc64,cpkInfo:p.customerProvidedKey,encryptionScope:p.encryptionScope,tracingOptions:A.tracingOptions}))))}async appendBlockFromURL(i,u,p,A={}){A.conditions=A.conditions||{};A.sourceConditions=A.sourceConditions||{};ensureCpkIfSpecified(A.customerProvidedKey,this.isHttps);return BA.withSpan("AppendBlobClient-appendBlockFromURL",A,(async g=>utils_common_assertResponse(await this.appendBlobContext.appendBlockFromUrl(i,0,{abortSignal:A.abortSignal,sourceRange:rangeToString({offset:u,count:p}),sourceContentMD5:A.sourceContentMD5,sourceContentCrc64:A.sourceContentCrc64,leaseAccessConditions:A.conditions,appendPositionAccessConditions:A.conditions,modifiedAccessConditions:{...A.conditions,ifTags:A.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:A.sourceConditions?.ifMatch,sourceIfModifiedSince:A.sourceConditions?.ifModifiedSince,sourceIfNoneMatch:A.sourceConditions?.ifNoneMatch,sourceIfUnmodifiedSince:A.sourceConditions?.ifUnmodifiedSince},copySourceAuthorization:utils_common_httpAuthorizationToString(A.sourceAuthorization),cpkInfo:A.customerProvidedKey,encryptionScope:A.encryptionScope,fileRequestIntent:A.sourceShareTokenIntent,tracingOptions:g.tracingOptions}))))}}class BlockBlobClient extends BlobClient{_blobContext;blockBlobContext;constructor(i,u,p,A){let g;let C;A=A||{};if(isPipelineLike(u)){C=i;g=u}else if(Ks&&u instanceof StorageSharedKeyCredential||u instanceof AnonymousCredential||isTokenCredential(u)){C=i;A=p;g=newPipeline(u,A)}else if(!u&&typeof u!=="string"){C=i;if(p&&typeof p!=="string"){A=p}g=newPipeline(new AnonymousCredential,A)}else if(u&&typeof u==="string"&&p&&typeof p==="string"){const S=u;const w=p;const B=utils_common_extractConnectionStringParts(i);if(B.kind==="AccountConnString"){if(Ks){const i=new StorageSharedKeyCredential(B.accountName,B.accountKey);C=utils_common_appendToURLPath(utils_common_appendToURLPath(B.url,encodeURIComponent(S)),encodeURIComponent(w));if(!A.proxyOptions){A.proxyOptions=proxyPolicy_getDefaultProxySettings(B.proxyUri)}g=newPipeline(i,A)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(B.kind==="SASConnString"){C=utils_common_appendToURLPath(utils_common_appendToURLPath(B.url,encodeURIComponent(S)),encodeURIComponent(w))+"?"+B.accountSas;g=newPipeline(new AnonymousCredential,A)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName and blobName parameters")}super(C,g);this.blockBlobContext=this.storageClientContext.blockBlob;this._blobContext=this.storageClientContext.blob}withSnapshot(i){return new BlockBlobClient(utils_common_setURLParameter(this.url,xo.Parameters.SNAPSHOT,i.length===0?undefined:i),this.pipeline)}async query(i,u={}){ensureCpkIfSpecified(u.customerProvidedKey,this.isHttps);if(!Ks){throw new Error("This operation currently is only supported in Node.js.")}return BA.withSpan("BlockBlobClient-query",u,(async p=>{const A=utils_common_assertResponse(await this._blobContext.query({abortSignal:u.abortSignal,queryRequest:{queryType:"SQL",expression:i,inputSerialization:toQuerySerialization(u.inputTextConfiguration),outputSerialization:toQuerySerialization(u.outputTextConfiguration)},leaseAccessConditions:u.conditions,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},cpkInfo:u.customerProvidedKey,tracingOptions:p.tracingOptions}));return new BlobQueryResponse(A,{abortSignal:u.abortSignal,onProgress:u.onProgress,onError:u.onError})}))}async upload(i,u,p={}){p.conditions=p.conditions||{};ensureCpkIfSpecified(p.customerProvidedKey,this.isHttps);return BA.withSpan("BlockBlobClient-upload",p,(async A=>utils_common_assertResponse(await this.blockBlobContext.upload(u,i,{abortSignal:p.abortSignal,blobHttpHeaders:p.blobHTTPHeaders,leaseAccessConditions:p.conditions,metadata:p.metadata,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},requestOptions:{onUploadProgress:p.onProgress},cpkInfo:p.customerProvidedKey,encryptionScope:p.encryptionScope,immutabilityPolicyExpiry:p.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:p.immutabilityPolicy?.policyMode,legalHold:p.legalHold,tier:toAccessTier(p.tier),blobTagsString:toBlobTagsString(p.tags),tracingOptions:A.tracingOptions}))))}async syncUploadFromURL(i,u={}){u.conditions=u.conditions||{};ensureCpkIfSpecified(u.customerProvidedKey,this.isHttps);return BA.withSpan("BlockBlobClient-syncUploadFromURL",u,(async p=>utils_common_assertResponse(await this.blockBlobContext.putBlobFromUrl(0,i,{...u,blobHttpHeaders:u.blobHTTPHeaders,leaseAccessConditions:u.conditions,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:u.sourceConditions?.ifMatch,sourceIfModifiedSince:u.sourceConditions?.ifModifiedSince,sourceIfNoneMatch:u.sourceConditions?.ifNoneMatch,sourceIfUnmodifiedSince:u.sourceConditions?.ifUnmodifiedSince,sourceIfTags:u.sourceConditions?.tagConditions},cpkInfo:u.customerProvidedKey,copySourceAuthorization:utils_common_httpAuthorizationToString(u.sourceAuthorization),tier:toAccessTier(u.tier),blobTagsString:toBlobTagsString(u.tags),copySourceTags:u.copySourceTags,fileRequestIntent:u.sourceShareTokenIntent,tracingOptions:p.tracingOptions}))))}async stageBlock(i,u,p,A={}){ensureCpkIfSpecified(A.customerProvidedKey,this.isHttps);return BA.withSpan("BlockBlobClient-stageBlock",A,(async g=>utils_common_assertResponse(await this.blockBlobContext.stageBlock(i,p,u,{abortSignal:A.abortSignal,leaseAccessConditions:A.conditions,requestOptions:{onUploadProgress:A.onProgress},transactionalContentMD5:A.transactionalContentMD5,transactionalContentCrc64:A.transactionalContentCrc64,cpkInfo:A.customerProvidedKey,encryptionScope:A.encryptionScope,tracingOptions:g.tracingOptions}))))}async stageBlockFromURL(i,u,p=0,A,g={}){ensureCpkIfSpecified(g.customerProvidedKey,this.isHttps);return BA.withSpan("BlockBlobClient-stageBlockFromURL",g,(async C=>utils_common_assertResponse(await this.blockBlobContext.stageBlockFromURL(i,0,u,{abortSignal:g.abortSignal,leaseAccessConditions:g.conditions,sourceContentMD5:g.sourceContentMD5,sourceContentCrc64:g.sourceContentCrc64,sourceRange:p===0&&!A?undefined:rangeToString({offset:p,count:A}),cpkInfo:g.customerProvidedKey,encryptionScope:g.encryptionScope,copySourceAuthorization:utils_common_httpAuthorizationToString(g.sourceAuthorization),fileRequestIntent:g.sourceShareTokenIntent,tracingOptions:C.tracingOptions}))))}async commitBlockList(i,u={}){u.conditions=u.conditions||{};ensureCpkIfSpecified(u.customerProvidedKey,this.isHttps);return BA.withSpan("BlockBlobClient-commitBlockList",u,(async p=>utils_common_assertResponse(await this.blockBlobContext.commitBlockList({latest:i},{abortSignal:u.abortSignal,blobHttpHeaders:u.blobHTTPHeaders,leaseAccessConditions:u.conditions,metadata:u.metadata,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},cpkInfo:u.customerProvidedKey,encryptionScope:u.encryptionScope,immutabilityPolicyExpiry:u.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:u.immutabilityPolicy?.policyMode,legalHold:u.legalHold,tier:toAccessTier(u.tier),blobTagsString:toBlobTagsString(u.tags),tracingOptions:p.tracingOptions}))))}async getBlockList(i,u={}){return BA.withSpan("BlockBlobClient-getBlockList",u,(async p=>{const A=utils_common_assertResponse(await this.blockBlobContext.getBlockList(i,{abortSignal:u.abortSignal,leaseAccessConditions:u.conditions,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},tracingOptions:p.tracingOptions}));if(!A.committedBlocks){A.committedBlocks=[]}if(!A.uncommittedBlocks){A.uncommittedBlocks=[]}return A}))}async uploadData(i,u={}){return BA.withSpan("BlockBlobClient-uploadData",u,(async u=>{if(Ks){let p;if(i instanceof Buffer){p=i}else if(i instanceof ArrayBuffer){p=Buffer.from(i)}else{i=i;p=Buffer.from(i.buffer,i.byteOffset,i.byteLength)}return this.uploadSeekableInternal(((i,u)=>p.slice(i,i+u)),p.byteLength,u)}else{const p=new Blob([i]);return this.uploadSeekableInternal(((i,u)=>p.slice(i,i+u)),p.size,u)}}))}async uploadBrowserData(i,u={}){return BA.withSpan("BlockBlobClient-uploadBrowserData",u,(async u=>{const p=new Blob([i]);return this.uploadSeekableInternal(((i,u)=>p.slice(i,i+u)),p.size,u)}))}async uploadSeekableInternal(i,u,p={}){let A=p.blockSize??0;if(A<0||A>wo){throw new RangeError(`blockSize option must be >= 0 and <= ${wo}`)}const g=p.maxSingleShotSize??So;if(g<0||g>So){throw new RangeError(`maxSingleShotSize option must be >= 0 and <= ${So}`)}if(A===0){if(u>wo*Bo){throw new RangeError(`${u} is too larger to upload to a block blob.`)}if(u>g){A=Math.ceil(u/Bo);if(A<Ro){A=Ro}}}if(!p.blobHTTPHeaders){p.blobHTTPHeaders={}}if(!p.conditions){p.conditions={}}return BA.withSpan("BlockBlobClient-uploadSeekableInternal",p,(async C=>{if(u<=g){return utils_common_assertResponse(await this.upload(i(0,u),u,C))}const S=Math.floor((u-1)/A)+1;if(S>Bo){throw new RangeError(`The buffer's size is too big or the BlockSize is too small;`+`the number of blocks must be <= ${Bo}`)}const w=[];const B=esm_randomUUID();let v=0;const N=new Batch(p.concurrency);for(let g=0;g<S;g++){N.addOperation((async()=>{const N=utils_common_generateBlockID(B,g);const T=A*g;const Q=g===S-1?u:T+A;const x=Q-T;w.push(N);await this.stageBlock(N,i(T,x),x,{abortSignal:p.abortSignal,conditions:p.conditions,encryptionScope:p.encryptionScope,tracingOptions:C.tracingOptions});v+=x;if(p.onProgress){p.onProgress({loadedBytes:v})}}))}await N.do();return this.commitBlockList(w,C)}))}async uploadFile(i,u={}){return BA.withSpan("BlockBlobClient-uploadFile",u,(async p=>{const A=(await zA(i)).size;return this.uploadSeekableInternal(((u,p)=>()=>jA(i,{autoClose:true,end:p?u+p-1:Infinity,start:u})),A,{...u,tracingOptions:p.tracingOptions})}))}async uploadStream(i,u=vo,p=5,A={}){if(!A.blobHTTPHeaders){A.blobHTTPHeaders={}}if(!A.conditions){A.conditions={}}return BA.withSpan("BlockBlobClient-uploadStream",A,(async g=>{let C=0;const S=esm_randomUUID();let w=0;const B=[];const v=new BufferScheduler(i,u,p,(async(i,u)=>{const p=utils_common_generateBlockID(S,C);B.push(p);C++;await this.stageBlock(p,i,u,{customerProvidedKey:A.customerProvidedKey,conditions:A.conditions,encryptionScope:A.encryptionScope,tracingOptions:g.tracingOptions});w+=u;if(A.onProgress){A.onProgress({loadedBytes:w})}}),Math.ceil(p/4*3));await v.do();return utils_common_assertResponse(await this.commitBlockList(B,{...A,tracingOptions:g.tracingOptions}))}))}}class PageBlobClient extends BlobClient{pageBlobContext;constructor(i,u,p,A){let g;let C;A=A||{};if(isPipelineLike(u)){C=i;g=u}else if(Ks&&u instanceof StorageSharedKeyCredential||u instanceof AnonymousCredential||isTokenCredential(u)){C=i;A=p;g=newPipeline(u,A)}else if(!u&&typeof u!=="string"){C=i;g=newPipeline(new AnonymousCredential,A)}else if(u&&typeof u==="string"&&p&&typeof p==="string"){const S=u;const w=p;const B=utils_common_extractConnectionStringParts(i);if(B.kind==="AccountConnString"){if(Ks){const i=new StorageSharedKeyCredential(B.accountName,B.accountKey);C=utils_common_appendToURLPath(utils_common_appendToURLPath(B.url,encodeURIComponent(S)),encodeURIComponent(w));if(!A.proxyOptions){A.proxyOptions=proxyPolicy_getDefaultProxySettings(B.proxyUri)}g=newPipeline(i,A)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(B.kind==="SASConnString"){C=utils_common_appendToURLPath(utils_common_appendToURLPath(B.url,encodeURIComponent(S)),encodeURIComponent(w))+"?"+B.accountSas;g=newPipeline(new AnonymousCredential,A)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName and blobName parameters")}super(C,g);this.pageBlobContext=this.storageClientContext.pageBlob}withSnapshot(i){return new PageBlobClient(utils_common_setURLParameter(this.url,xo.Parameters.SNAPSHOT,i.length===0?undefined:i),this.pipeline)}async create(i,u={}){u.conditions=u.conditions||{};ensureCpkIfSpecified(u.customerProvidedKey,this.isHttps);return BA.withSpan("PageBlobClient-create",u,(async p=>utils_common_assertResponse(await this.pageBlobContext.create(0,i,{abortSignal:u.abortSignal,blobHttpHeaders:u.blobHTTPHeaders,blobSequenceNumber:u.blobSequenceNumber,leaseAccessConditions:u.conditions,metadata:u.metadata,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},cpkInfo:u.customerProvidedKey,encryptionScope:u.encryptionScope,immutabilityPolicyExpiry:u.immutabilityPolicy?.expiriesOn,immutabilityPolicyMode:u.immutabilityPolicy?.policyMode,legalHold:u.legalHold,tier:toAccessTier(u.tier),blobTagsString:toBlobTagsString(u.tags),tracingOptions:p.tracingOptions}))))}async createIfNotExists(i,u={}){return BA.withSpan("PageBlobClient-createIfNotExists",u,(async p=>{try{const A={ifNoneMatch:Oo};const g=utils_common_assertResponse(await this.create(i,{...u,conditions:A,tracingOptions:p.tracingOptions}));return{succeeded:true,...g,_response:g._response}}catch(i){if(i.details?.errorCode==="BlobAlreadyExists"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}throw i}}))}async uploadPages(i,u,p,A={}){A.conditions=A.conditions||{};ensureCpkIfSpecified(A.customerProvidedKey,this.isHttps);return BA.withSpan("PageBlobClient-uploadPages",A,(async g=>utils_common_assertResponse(await this.pageBlobContext.uploadPages(p,i,{abortSignal:A.abortSignal,leaseAccessConditions:A.conditions,modifiedAccessConditions:{...A.conditions,ifTags:A.conditions?.tagConditions},requestOptions:{onUploadProgress:A.onProgress},range:rangeToString({offset:u,count:p}),sequenceNumberAccessConditions:A.conditions,transactionalContentMD5:A.transactionalContentMD5,transactionalContentCrc64:A.transactionalContentCrc64,cpkInfo:A.customerProvidedKey,encryptionScope:A.encryptionScope,tracingOptions:g.tracingOptions}))))}async uploadPagesFromURL(i,u,p,A,g={}){g.conditions=g.conditions||{};g.sourceConditions=g.sourceConditions||{};ensureCpkIfSpecified(g.customerProvidedKey,this.isHttps);return BA.withSpan("PageBlobClient-uploadPagesFromURL",g,(async C=>utils_common_assertResponse(await this.pageBlobContext.uploadPagesFromURL(i,rangeToString({offset:u,count:A}),0,rangeToString({offset:p,count:A}),{abortSignal:g.abortSignal,sourceContentMD5:g.sourceContentMD5,sourceContentCrc64:g.sourceContentCrc64,leaseAccessConditions:g.conditions,sequenceNumberAccessConditions:g.conditions,modifiedAccessConditions:{...g.conditions,ifTags:g.conditions?.tagConditions},sourceModifiedAccessConditions:{sourceIfMatch:g.sourceConditions?.ifMatch,sourceIfModifiedSince:g.sourceConditions?.ifModifiedSince,sourceIfNoneMatch:g.sourceConditions?.ifNoneMatch,sourceIfUnmodifiedSince:g.sourceConditions?.ifUnmodifiedSince},cpkInfo:g.customerProvidedKey,encryptionScope:g.encryptionScope,copySourceAuthorization:utils_common_httpAuthorizationToString(g.sourceAuthorization),fileRequestIntent:g.sourceShareTokenIntent,tracingOptions:C.tracingOptions}))))}async clearPages(i=0,u,p={}){p.conditions=p.conditions||{};return BA.withSpan("PageBlobClient-clearPages",p,(async A=>utils_common_assertResponse(await this.pageBlobContext.clearPages(0,{abortSignal:p.abortSignal,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},range:rangeToString({offset:i,count:u}),sequenceNumberAccessConditions:p.conditions,cpkInfo:p.customerProvidedKey,encryptionScope:p.encryptionScope,tracingOptions:A.tracingOptions}))))}async getPageRanges(i=0,u,p={}){p.conditions=p.conditions||{};return BA.withSpan("PageBlobClient-getPageRanges",p,(async A=>{const g=utils_common_assertResponse(await this.pageBlobContext.getPageRanges({abortSignal:p.abortSignal,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},range:rangeToString({offset:i,count:u}),tracingOptions:A.tracingOptions}));return rangeResponseFromModel(g)}))}async listPageRangesSegment(i=0,u,p,A={}){return BA.withSpan("PageBlobClient-getPageRangesSegment",A,(async g=>utils_common_assertResponse(await this.pageBlobContext.getPageRanges({abortSignal:A.abortSignal,leaseAccessConditions:A.conditions,modifiedAccessConditions:{...A.conditions,ifTags:A.conditions?.tagConditions},range:rangeToString({offset:i,count:u}),marker:p,maxPageSize:A.maxPageSize,tracingOptions:g.tracingOptions}))))}async*listPageRangeItemSegments(i=0,u,p,A={}){let g;if(!!p||p===undefined){do{g=await this.listPageRangesSegment(i,u,p,A);p=g.continuationToken;yield await g}while(p)}}async*listPageRangeItems(i=0,u,p={}){let A;for await(const g of this.listPageRangeItemSegments(i,u,A,p)){yield*ExtractPageRangeInfoItems(g)}}listPageRanges(i=0,u,p={}){p.conditions=p.conditions||{};const A=this.listPageRangeItems(i,u,p);return{next(){return A.next()},[Symbol.asyncIterator](){return this},byPage:(A={})=>this.listPageRangeItemSegments(i,u,A.continuationToken,{maxPageSize:A.maxPageSize,...p})}}async getPageRangesDiff(i,u,p,A={}){A.conditions=A.conditions||{};return BA.withSpan("PageBlobClient-getPageRangesDiff",A,(async g=>{const C=utils_common_assertResponse(await this.pageBlobContext.getPageRangesDiff({abortSignal:A.abortSignal,leaseAccessConditions:A.conditions,modifiedAccessConditions:{...A.conditions,ifTags:A.conditions?.tagConditions},prevsnapshot:p,range:rangeToString({offset:i,count:u}),tracingOptions:g.tracingOptions}));return rangeResponseFromModel(C)}))}async listPageRangesDiffSegment(i,u,p,A,g={}){return BA.withSpan("PageBlobClient-getPageRangesDiffSegment",g,(async C=>utils_common_assertResponse(await this.pageBlobContext.getPageRangesDiff({abortSignal:g?.abortSignal,leaseAccessConditions:g?.conditions,modifiedAccessConditions:{...g?.conditions,ifTags:g?.conditions?.tagConditions},prevsnapshot:p,range:rangeToString({offset:i,count:u}),marker:A,maxPageSize:g?.maxPageSize,tracingOptions:C.tracingOptions}))))}async*listPageRangeDiffItemSegments(i,u,p,A,g){let C;if(!!A||A===undefined){do{C=await this.listPageRangesDiffSegment(i,u,p,A,g);A=C.continuationToken;yield await C}while(A)}}async*listPageRangeDiffItems(i,u,p,A){let g;for await(const C of this.listPageRangeDiffItemSegments(i,u,p,g,A)){yield*ExtractPageRangeInfoItems(C)}}listPageRangesDiff(i,u,p,A={}){A.conditions=A.conditions||{};const g=this.listPageRangeDiffItems(i,u,p,{...A});return{next(){return g.next()},[Symbol.asyncIterator](){return this},byPage:(g={})=>this.listPageRangeDiffItemSegments(i,u,p,g.continuationToken,{maxPageSize:g.maxPageSize,...A})}}async getPageRangesDiffForManagedDisks(i,u,p,A={}){A.conditions=A.conditions||{};return BA.withSpan("PageBlobClient-GetPageRangesDiffForManagedDisks",A,(async g=>{const C=utils_common_assertResponse(await this.pageBlobContext.getPageRangesDiff({abortSignal:A.abortSignal,leaseAccessConditions:A.conditions,modifiedAccessConditions:{...A.conditions,ifTags:A.conditions?.tagConditions},prevSnapshotUrl:p,range:rangeToString({offset:i,count:u}),tracingOptions:g.tracingOptions}));return rangeResponseFromModel(C)}))}async resize(i,u={}){u.conditions=u.conditions||{};return BA.withSpan("PageBlobClient-resize",u,(async p=>utils_common_assertResponse(await this.pageBlobContext.resize(i,{abortSignal:u.abortSignal,leaseAccessConditions:u.conditions,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},encryptionScope:u.encryptionScope,tracingOptions:p.tracingOptions}))))}async updateSequenceNumber(i,u,p={}){p.conditions=p.conditions||{};return BA.withSpan("PageBlobClient-updateSequenceNumber",p,(async A=>utils_common_assertResponse(await this.pageBlobContext.updateSequenceNumber(i,{abortSignal:p.abortSignal,blobSequenceNumber:u,leaseAccessConditions:p.conditions,modifiedAccessConditions:{...p.conditions,ifTags:p.conditions?.tagConditions},tracingOptions:A.tracingOptions}))))}async startCopyIncremental(i,u={}){return BA.withSpan("PageBlobClient-startCopyIncremental",u,(async p=>utils_common_assertResponse(await this.pageBlobContext.copyIncremental(i,{abortSignal:u.abortSignal,modifiedAccessConditions:{...u.conditions,ifTags:u.conditions?.tagConditions},tracingOptions:p.tracingOptions}))))}}async function getBodyAsText(i){let u=Buffer.alloc(Lo);const p=await streamToBuffer2(i.readableStreamBody,u);u=u.slice(0,p);return u.toString()}function utf8ByteLength(i){return Buffer.byteLength(i)}const qA=": ";const $A=" ";const JA=-1;class BatchResponseParser{batchResponse;responseBatchBoundary;perResponsePrefix;batchResponseEnding;subRequests;constructor(i,u){if(!i||!i.contentType){throw new RangeError("batchResponse is malformed or doesn't contain valid content-type.")}if(!u||u.size===0){throw new RangeError("Invalid state: subRequests is not provided or size is 0.")}this.batchResponse=i;this.subRequests=u;this.responseBatchBoundary=this.batchResponse.contentType.split("=")[1];this.perResponsePrefix=`--${this.responseBatchBoundary}${Fo}`;this.batchResponseEnding=`--${this.responseBatchBoundary}--`}async parseBatchResponse(){if(this.batchResponse._response.status!==_o.HTTP_ACCEPTED){throw new Error(`Invalid state: batch request failed with status: '${this.batchResponse._response.status}'.`)}const i=await getBodyAsText(this.batchResponse);const u=i.split(this.batchResponseEnding)[0].split(this.perResponsePrefix).slice(1);const p=u.length;if(p!==this.subRequests.size&&p!==1){throw new Error("Invalid state: sub responses' count is not equal to sub requests' count.")}const A=new Array(p);let g=0;let C=0;for(let i=0;i<p;i++){const p=u[i];const S={};S.headers=toHttpHeadersLike(esm_httpHeaders_createHttpHeaders());const w=p.split(`${Fo}`);let B=false;let v=false;let N=false;let T=JA;for(const i of w){if(!B){if(i.startsWith(ko.CONTENT_ID)){T=parseInt(i.split(qA)[1])}if(i.startsWith(Uo)){B=true;const u=i.split($A);S.status=parseInt(u[1]);S.statusMessage=u.slice(2).join($A)}continue}if(i.trim()===""){if(!v){v=true}continue}if(!v){if(i.indexOf(qA)===-1){throw new Error(`Invalid state: find non-empty line '${i}' without HTTP header delimiter '${qA}'.`)}const u=i.split(qA);S.headers.set(u[0],u[1]);if(u[0]===ko.X_MS_ERROR_CODE){S.errorCode=u[1];N=true}}else{if(!S.bodyAsText){S.bodyAsText=""}S.bodyAsText+=i}}if(T!==JA&&Number.isInteger(T)&&T>=0&&T<this.subRequests.size&&A[T]===undefined){S._request=this.subRequests.get(T);A[T]=S}else{Ui.error(`subResponses[${i}] is dropped as the Content-ID is not found or invalid, Content-ID: ${T}`)}if(N){C++}else{g++}}return{subResponses:A,subResponsesSucceededCount:g,subResponsesFailedCount:C}}}var WA;(function(i){i[i["LOCKED"]=0]="LOCKED";i[i["UNLOCKED"]=1]="UNLOCKED"})(WA||(WA={}));class Mutex{static async lock(i){return new Promise((u=>{if(this.keys[i]===undefined||this.keys[i]===WA.UNLOCKED){this.keys[i]=WA.LOCKED;u()}else{this.onUnlockEvent(i,(()=>{this.keys[i]=WA.LOCKED;u()}))}}))}static async unlock(i){return new Promise((u=>{if(this.keys[i]===WA.LOCKED){this.emitUnlockEvent(i)}delete this.keys[i];u()}))}static keys={};static listeners={};static onUnlockEvent(i,u){if(this.listeners[i]===undefined){this.listeners[i]=[u]}else{this.listeners[i].push(u)}}static emitUnlockEvent(i){if(this.listeners[i]!==undefined&&this.listeners[i].length>0){const u=this.listeners[i].shift();setImmediate((()=>{u.call(this)}))}}}class BlobBatch{batchRequest;batch="batch";batchType;constructor(){this.batchRequest=new InnerBatchRequest}getMultiPartContentType(){return this.batchRequest.getMultipartContentType()}getHttpRequestBody(){return this.batchRequest.getHttpRequestBody()}getSubRequests(){return this.batchRequest.getSubRequests()}async addSubRequestInternal(i,u){await Mutex.lock(this.batch);try{this.batchRequest.preAddSubRequest(i);await u();this.batchRequest.postAddSubRequest(i)}finally{await Mutex.unlock(this.batch)}}setBatchType(i){if(!this.batchType){this.batchType=i}if(this.batchType!==i){throw new RangeError(`BlobBatch only supports one operation type per batch and it already is being used for ${this.batchType} operations.`)}}async deleteBlob(i,u,p){let A;let g;if(typeof i==="string"&&(Ks&&u instanceof StorageSharedKeyCredential||u instanceof AnonymousCredential||isTokenCredential(u))){A=i;g=u}else if(i instanceof BlobClient){A=i.url;g=i.credential;p=u}else{throw new RangeError("Invalid arguments. Either url and credential, or BlobClient need be provided.")}if(!p){p={}}return BA.withSpan("BatchDeleteRequest-addSubRequest",p,(async i=>{this.setBatchType("delete");await this.addSubRequestInternal({url:A,credential:g},(async()=>{await new BlobClient(A,this.batchRequest.createPipeline(g)).delete(i)}))}))}async setBlobAccessTier(i,u,p,A){let g;let C;let S;if(typeof i==="string"&&(Ks&&u instanceof StorageSharedKeyCredential||u instanceof AnonymousCredential||isTokenCredential(u))){g=i;C=u;S=p}else if(i instanceof BlobClient){g=i.url;C=i.credential;S=u;A=p}else{throw new RangeError("Invalid arguments. Either url and credential, or BlobClient need be provided.")}if(!A){A={}}return BA.withSpan("BatchSetTierRequest-addSubRequest",A,(async i=>{this.setBatchType("setAccessTier");await this.addSubRequestInternal({url:g,credential:C},(async()=>{await new BlobClient(g,this.batchRequest.createPipeline(C)).setAccessTier(S,i)}))}))}}class InnerBatchRequest{operationCount;body;subRequests;boundary;subRequestPrefix;multipartContentType;batchRequestEnding;constructor(){this.operationCount=0;this.body="";const i=esm_randomUUID();this.boundary=`batch_${i}`;this.subRequestPrefix=`--${this.boundary}${Fo}${ko.CONTENT_TYPE}: application/http${Fo}${ko.CONTENT_TRANSFER_ENCODING}: binary`;this.multipartContentType=`multipart/mixed; boundary=${this.boundary}`;this.batchRequestEnding=`--${this.boundary}--`;this.subRequests=new Map}createPipeline(i){const u=esm_pipeline_createEmptyPipeline();u.addPolicy(serializationPolicy({stringifyXML:stringifyXML,serializerOptions:{xml:{xmlCharKey:"#"}}}),{phase:"Serialize"});u.addPolicy(batchHeaderFilterPolicy());u.addPolicy(batchRequestAssemblePolicy(this),{afterPhase:"Sign"});if(isTokenCredential(i)){u.addPolicy(bearerTokenAuthenticationPolicy({credential:i,scopes:Qo,challengeCallbacks:{authorizeRequestOnChallenge:authorizeRequestOnTenantChallenge}}),{phase:"Sign"})}else if(i instanceof StorageSharedKeyCredential){u.addPolicy(storageSharedKeyCredentialPolicy({accountName:i.accountName,accountKey:i.accountKey}),{phase:"Sign"})}const p=new Pipeline([]);p._credential=i;p._corePipeline=u;return p}appendSubRequestToBody(i){this.body+=[this.subRequestPrefix,`${ko.CONTENT_ID}: ${this.operationCount}`,"",`${i.method.toString()} ${utils_common_getURLPathAndQuery(i.url)} ${Uo}${Fo}`].join(Fo);for(const[u,p]of i.headers){this.body+=`${u}: ${p}${Fo}`}this.body+=Fo}preAddSubRequest(i){if(this.operationCount>=Mo){throw new RangeError(`Cannot exceed ${Mo} sub requests in a single batch`)}const u=utils_common_getURLPath(i.url);if(!u||u===""){throw new RangeError(`Invalid url for sub request: '${i.url}'`)}}postAddSubRequest(i){this.subRequests.set(this.operationCount,i);this.operationCount++}getHttpRequestBody(){return`${this.body}${this.batchRequestEnding}${Fo}`}getMultipartContentType(){return this.multipartContentType}getSubRequests(){return this.subRequests}}function batchRequestAssemblePolicy(i){return{name:"batchRequestAssemblePolicy",async sendRequest(u){i.appendSubRequestToBody(u);return{request:u,status:200,headers:esm_httpHeaders_createHttpHeaders()}}}}function batchHeaderFilterPolicy(){return{name:"batchHeaderFilterPolicy",async sendRequest(i,u){let p="";for(const[u]of i.headers){if(utils_common_iEqual(u,ko.X_MS_VERSION)){p=u}}if(p!==""){i.headers.delete(p)}return u(i)}}}class BlobBatchClient{serviceOrContainerContext;constructor(i,u,p){let A;if(isPipelineLike(u)){A=u}else if(!u){A=newPipeline(new AnonymousCredential,p)}else{A=newPipeline(u,p)}const g=new StorageContextClient(i,getCoreClientOptions(A));const C=utils_common_getURLPath(i);if(C&&C!=="/"){this.serviceOrContainerContext=g.container}else{this.serviceOrContainerContext=g.service}}createBatch(){return new BlobBatch}async deleteBlobs(i,u,p){const A=new BlobBatch;for(const g of i){if(typeof g==="string"){await A.deleteBlob(g,u,p)}else{await A.deleteBlob(g,u)}}return this.submitBatch(A)}async setBlobsAccessTier(i,u,p,A){const g=new BlobBatch;for(const C of i){if(typeof C==="string"){await g.setBlobAccessTier(C,u,p,A)}else{await g.setBlobAccessTier(C,u,p)}}return this.submitBatch(g)}async submitBatch(i,u={}){if(!i||i.getSubRequests().size===0){throw new RangeError("Batch request should contain one or more sub requests.")}return BA.withSpan("BlobBatchClient-submitBatch",u,(async u=>{const p=i.getHttpRequestBody();const A=utils_common_assertResponse(await this.serviceOrContainerContext.submitBatch(utf8ByteLength(p),i.getMultiPartContentType(),p,{...u}));const g=new BatchResponseParser(A,i.getSubRequests());const C=await g.parseBatchResponse();const S={_response:A._response,contentType:A.contentType,errorCode:A.errorCode,requestId:A.requestId,clientRequestId:A.clientRequestId,version:A.version,subResponses:C.subResponses,subResponsesSucceededCount:C.subResponsesSucceededCount,subResponsesFailedCount:C.subResponsesFailedCount};return S}))}}class ContainerClient extends StorageClient_StorageClient{containerContext;_containerName;get containerName(){return this._containerName}constructor(i,u,p){let A;let g;p=p||{};if(isPipelineLike(u)){g=i;A=u}else if(Ks&&u instanceof StorageSharedKeyCredential||u instanceof AnonymousCredential||isTokenCredential(u)){g=i;A=newPipeline(u,p)}else if(!u&&typeof u!=="string"){g=i;A=newPipeline(new AnonymousCredential,p)}else if(u&&typeof u==="string"){const C=u;const S=utils_common_extractConnectionStringParts(i);if(S.kind==="AccountConnString"){if(Ks){const i=new StorageSharedKeyCredential(S.accountName,S.accountKey);g=utils_common_appendToURLPath(S.url,encodeURIComponent(C));if(!p.proxyOptions){p.proxyOptions=proxyPolicy_getDefaultProxySettings(S.proxyUri)}A=newPipeline(i,p)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(S.kind==="SASConnString"){g=utils_common_appendToURLPath(S.url,encodeURIComponent(C))+"?"+S.accountSas;A=newPipeline(new AnonymousCredential,p)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}else{throw new Error("Expecting non-empty strings for containerName parameter")}super(g,A);this._containerName=this.getContainerNameFromUrl();this.containerContext=this.storageClientContext.container}async create(i={}){return BA.withSpan("ContainerClient-create",i,(async i=>utils_common_assertResponse(await this.containerContext.create(i))))}async createIfNotExists(i={}){return BA.withSpan("ContainerClient-createIfNotExists",i,(async i=>{try{const u=await this.create(i);return{succeeded:true,...u,_response:u._response}}catch(i){if(i.details?.errorCode==="ContainerAlreadyExists"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}else{throw i}}}))}async exists(i={}){return BA.withSpan("ContainerClient-exists",i,(async u=>{try{await this.getProperties({abortSignal:i.abortSignal,tracingOptions:u.tracingOptions});return true}catch(i){if(i.statusCode===404){return false}throw i}}))}getBlobClient(i){return new BlobClient(utils_common_appendToURLPath(this.url,utils_common_EscapePath(i)),this.pipeline)}getAppendBlobClient(i){return new AppendBlobClient(utils_common_appendToURLPath(this.url,utils_common_EscapePath(i)),this.pipeline)}getBlockBlobClient(i){return new BlockBlobClient(utils_common_appendToURLPath(this.url,utils_common_EscapePath(i)),this.pipeline)}getPageBlobClient(i){return new PageBlobClient(utils_common_appendToURLPath(this.url,utils_common_EscapePath(i)),this.pipeline)}async getProperties(i={}){if(!i.conditions){i.conditions={}}return BA.withSpan("ContainerClient-getProperties",i,(async u=>utils_common_assertResponse(await this.containerContext.getProperties({abortSignal:i.abortSignal,...i.conditions,tracingOptions:u.tracingOptions}))))}async delete(i={}){if(!i.conditions){i.conditions={}}return BA.withSpan("ContainerClient-delete",i,(async u=>utils_common_assertResponse(await this.containerContext.delete({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,modifiedAccessConditions:i.conditions,tracingOptions:u.tracingOptions}))))}async deleteIfExists(i={}){return BA.withSpan("ContainerClient-deleteIfExists",i,(async i=>{try{const u=await this.delete(i);return{succeeded:true,...u,_response:u._response}}catch(i){if(i.details?.errorCode==="ContainerNotFound"){return{succeeded:false,...i.response?.parsedHeaders,_response:i.response}}throw i}}))}async setMetadata(i,u={}){if(!u.conditions){u.conditions={}}if(u.conditions.ifUnmodifiedSince){throw new RangeError("the IfUnmodifiedSince must have their default values because they are ignored by the blob service")}return BA.withSpan("ContainerClient-setMetadata",u,(async p=>utils_common_assertResponse(await this.containerContext.setMetadata({abortSignal:u.abortSignal,leaseAccessConditions:u.conditions,metadata:i,modifiedAccessConditions:u.conditions,tracingOptions:p.tracingOptions}))))}async getAccessPolicy(i={}){if(!i.conditions){i.conditions={}}return BA.withSpan("ContainerClient-getAccessPolicy",i,(async u=>{const p=utils_common_assertResponse(await this.containerContext.getAccessPolicy({abortSignal:i.abortSignal,leaseAccessConditions:i.conditions,tracingOptions:u.tracingOptions}));const A={_response:p._response,blobPublicAccess:p.blobPublicAccess,date:p.date,etag:p.etag,errorCode:p.errorCode,lastModified:p.lastModified,requestId:p.requestId,clientRequestId:p.clientRequestId,signedIdentifiers:[],version:p.version};for(const i of p){let u=undefined;if(i.accessPolicy){u={permissions:i.accessPolicy.permissions};if(i.accessPolicy.expiresOn){u.expiresOn=new Date(i.accessPolicy.expiresOn)}if(i.accessPolicy.startsOn){u.startsOn=new Date(i.accessPolicy.startsOn)}}A.signedIdentifiers.push({accessPolicy:u,id:i.id})}return A}))}async setAccessPolicy(i,u,p={}){p.conditions=p.conditions||{};return BA.withSpan("ContainerClient-setAccessPolicy",p,(async A=>{const g=[];for(const i of u||[]){g.push({accessPolicy:{expiresOn:i.accessPolicy.expiresOn?utils_common_truncatedISO8061Date(i.accessPolicy.expiresOn):"",permissions:i.accessPolicy.permissions,startsOn:i.accessPolicy.startsOn?utils_common_truncatedISO8061Date(i.accessPolicy.startsOn):""},id:i.id})}return utils_common_assertResponse(await this.containerContext.setAccessPolicy({abortSignal:p.abortSignal,access:i,containerAcl:g,leaseAccessConditions:p.conditions,modifiedAccessConditions:p.conditions,tracingOptions:A.tracingOptions}))}))}getBlobLeaseClient(i){return new BlobLeaseClient(this,i)}async uploadBlockBlob(i,u,p,A={}){return BA.withSpan("ContainerClient-uploadBlockBlob",A,(async A=>{const g=this.getBlockBlobClient(i);const C=await g.upload(u,p,A);return{blockBlobClient:g,response:C}}))}async deleteBlob(i,u={}){return BA.withSpan("ContainerClient-deleteBlob",u,(async p=>{let A=this.getBlobClient(i);if(u.versionId){A=A.withVersion(u.versionId)}return A.delete(p)}))}async listBlobFlatSegment(i,u={}){return BA.withSpan("ContainerClient-listBlobFlatSegment",u,(async p=>{const A=utils_common_assertResponse(await this.containerContext.listBlobFlatSegment({marker:i,...u,tracingOptions:p.tracingOptions}));const g={...A,_response:{...A._response,parsedBody:ConvertInternalResponseOfListBlobFlat(A._response.parsedBody)},segment:{...A.segment,blobItems:A.segment.blobItems.map((i=>{const u={...i,name:BlobNameToString(i.name),tags:toTags(i.blobTags),objectReplicationSourceProperties:parseObjectReplicationRecord(i.objectReplicationMetadata)};return u}))}};return g}))}async listBlobHierarchySegment(i,u,p={}){return BA.withSpan("ContainerClient-listBlobHierarchySegment",p,(async A=>{const g=utils_common_assertResponse(await this.containerContext.listBlobHierarchySegment(i,{marker:u,...p,tracingOptions:A.tracingOptions}));const C={...g,_response:{...g._response,parsedBody:ConvertInternalResponseOfListBlobHierarchy(g._response.parsedBody)},segment:{...g.segment,blobItems:g.segment.blobItems.map((i=>{const u={...i,name:BlobNameToString(i.name),tags:toTags(i.blobTags),objectReplicationSourceProperties:parseObjectReplicationRecord(i.objectReplicationMetadata)};return u})),blobPrefixes:g.segment.blobPrefixes?.map((i=>{const u={...i,name:BlobNameToString(i.name)};return u}))}};return C}))}async*listSegments(i,u={}){let p;if(!!i||i===undefined){do{p=await this.listBlobFlatSegment(i,u);i=p.continuationToken;yield await p}while(i)}}async*listItems(i={}){let u;for await(const p of this.listSegments(u,i)){yield*p.segment.blobItems}}listBlobsFlat(i={}){const u=[];if(i.includeCopy){u.push("copy")}if(i.includeDeleted){u.push("deleted")}if(i.includeMetadata){u.push("metadata")}if(i.includeSnapshots){u.push("snapshots")}if(i.includeVersions){u.push("versions")}if(i.includeUncommitedBlobs){u.push("uncommittedblobs")}if(i.includeTags){u.push("tags")}if(i.includeDeletedWithVersions){u.push("deletedwithversions")}if(i.includeImmutabilityPolicy){u.push("immutabilitypolicy")}if(i.includeLegalHold){u.push("legalhold")}if(i.prefix===""){i.prefix=undefined}const p={...i,...u.length>0?{include:u}:{}};const A=this.listItems(p);return{next(){return A.next()},[Symbol.asyncIterator](){return this},byPage:(i={})=>this.listSegments(i.continuationToken,{maxPageSize:i.maxPageSize,...p})}}async*listHierarchySegments(i,u,p={}){let A;if(!!u||u===undefined){do{A=await this.listBlobHierarchySegment(i,u,p);u=A.continuationToken;yield await A}while(u)}}async*listItemsByHierarchy(i,u={}){let p;for await(const A of this.listHierarchySegments(i,p,u)){const i=A.segment;if(i.blobPrefixes){for(const u of i.blobPrefixes){yield{kind:"prefix",...u}}}for(const u of i.blobItems){yield{kind:"blob",...u}}}}listBlobsByHierarchy(i,u={}){if(i===""){throw new RangeError("delimiter should contain one or more characters")}const p=[];if(u.includeCopy){p.push("copy")}if(u.includeDeleted){p.push("deleted")}if(u.includeMetadata){p.push("metadata")}if(u.includeSnapshots){p.push("snapshots")}if(u.includeVersions){p.push("versions")}if(u.includeUncommitedBlobs){p.push("uncommittedblobs")}if(u.includeTags){p.push("tags")}if(u.includeDeletedWithVersions){p.push("deletedwithversions")}if(u.includeImmutabilityPolicy){p.push("immutabilitypolicy")}if(u.includeLegalHold){p.push("legalhold")}if(u.prefix===""){u.prefix=undefined}const A={...u,...p.length>0?{include:p}:{}};const g=this.listItemsByHierarchy(i,A);return{async next(){return g.next()},[Symbol.asyncIterator](){return this},byPage:(u={})=>this.listHierarchySegments(i,u.continuationToken,{maxPageSize:u.maxPageSize,...A})}}async findBlobsByTagsSegment(i,u,p={}){return BA.withSpan("ContainerClient-findBlobsByTagsSegment",p,(async A=>{const g=utils_common_assertResponse(await this.containerContext.filterBlobs({abortSignal:p.abortSignal,where:i,marker:u,maxPageSize:p.maxPageSize,tracingOptions:A.tracingOptions}));const C={...g,_response:g._response,blobs:g.blobs.map((i=>{let u="";if(i.tags?.blobTagSet.length===1){u=i.tags.blobTagSet[0].value}return{...i,tags:toTags(i.tags),tagValue:u}}))};return C}))}async*findBlobsByTagsSegments(i,u,p={}){let A;if(!!u||u===undefined){do{A=await this.findBlobsByTagsSegment(i,u,p);A.blobs=A.blobs||[];u=A.continuationToken;yield A}while(u)}}async*findBlobsByTagsItems(i,u={}){let p;for await(const A of this.findBlobsByTagsSegments(i,p,u)){yield*A.blobs}}findBlobsByTags(i,u={}){const p={...u};const A=this.findBlobsByTagsItems(i,p);return{next(){return A.next()},[Symbol.asyncIterator](){return this},byPage:(u={})=>this.findBlobsByTagsSegments(i,u.continuationToken,{maxPageSize:u.maxPageSize,...p})}}async getAccountInfo(i={}){return BA.withSpan("ContainerClient-getAccountInfo",i,(async u=>utils_common_assertResponse(await this.containerContext.getAccountInfo({abortSignal:i.abortSignal,tracingOptions:u.tracingOptions}))))}getContainerNameFromUrl(){let i;try{const u=new URL(this.url);if(u.hostname.split(".")[1]==="blob"){i=u.pathname.split("/")[1]}else if(utils_common_isIpEndpointStyle(u)){i=u.pathname.split("/")[2]}else{i=u.pathname.split("/")[1]}i=decodeURIComponent(i);if(!i){throw new Error("Provided containerName is invalid.")}return i}catch(i){throw new Error("Unable to extract containerName with provided information.")}}generateSasUrl(i){return new Promise((u=>{if(!(this.credential instanceof StorageSharedKeyCredential)){throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential")}const p=generateBlobSASQueryParameters({containerName:this._containerName,...i},this.credential).toString();u(utils_common_appendToURLQuery(this.url,p))}))}generateSasStringToSign(i){if(!(this.credential instanceof StorageSharedKeyCredential)){throw new RangeError("Can only generate the SAS when the client is initialized with a shared key credential")}return generateBlobSASQueryParametersInternal({containerName:this._containerName,...i},this.credential).stringToSign}generateUserDelegationSasUrl(i,u){return new Promise((p=>{const A=generateBlobSASQueryParameters({containerName:this._containerName,...i},u,this.accountName).toString();p(utils_common_appendToURLQuery(this.url,A))}))}generateUserDelegationSasStringToSign(i,u){return generateBlobSASQueryParametersInternal({containerName:this._containerName,...i},u,this.accountName).stringToSign}getBlobBatchClient(){return new BlobBatchClient(this.url,this.pipeline)}}class AccountSASPermissions{static parse(i){const u=new AccountSASPermissions;for(const p of i){switch(p){case"r":u.read=true;break;case"w":u.write=true;break;case"d":u.delete=true;break;case"x":u.deleteVersion=true;break;case"l":u.list=true;break;case"a":u.add=true;break;case"c":u.create=true;break;case"u":u.update=true;break;case"p":u.process=true;break;case"t":u.tag=true;break;case"f":u.filter=true;break;case"i":u.setImmutabilityPolicy=true;break;case"y":u.permanentDelete=true;break;default:throw new RangeError(`Invalid permission character: ${p}`)}}return u}static from(i){const u=new AccountSASPermissions;if(i.read){u.read=true}if(i.write){u.write=true}if(i.delete){u.delete=true}if(i.deleteVersion){u.deleteVersion=true}if(i.filter){u.filter=true}if(i.tag){u.tag=true}if(i.list){u.list=true}if(i.add){u.add=true}if(i.create){u.create=true}if(i.update){u.update=true}if(i.process){u.process=true}if(i.setImmutabilityPolicy){u.setImmutabilityPolicy=true}if(i.permanentDelete){u.permanentDelete=true}return u}read=false;write=false;delete=false;deleteVersion=false;list=false;add=false;create=false;update=false;process=false;tag=false;filter=false;setImmutabilityPolicy=false;permanentDelete=false;toString(){const i=[];if(this.read){i.push("r")}if(this.write){i.push("w")}if(this.delete){i.push("d")}if(this.deleteVersion){i.push("x")}if(this.filter){i.push("f")}if(this.tag){i.push("t")}if(this.list){i.push("l")}if(this.add){i.push("a")}if(this.create){i.push("c")}if(this.update){i.push("u")}if(this.process){i.push("p")}if(this.setImmutabilityPolicy){i.push("i")}if(this.permanentDelete){i.push("y")}return i.join("")}}class AccountSASResourceTypes{static parse(i){const u=new AccountSASResourceTypes;for(const p of i){switch(p){case"s":u.service=true;break;case"c":u.container=true;break;case"o":u.object=true;break;default:throw new RangeError(`Invalid resource type: ${p}`)}}return u}service=false;container=false;object=false;toString(){const i=[];if(this.service){i.push("s")}if(this.container){i.push("c")}if(this.object){i.push("o")}return i.join("")}}class AccountSASServices{static parse(i){const u=new AccountSASServices;for(const p of i){switch(p){case"b":u.blob=true;break;case"f":u.file=true;break;case"q":u.queue=true;break;case"t":u.table=true;break;default:throw new RangeError(`Invalid service character: ${p}`)}}return u}blob=false;file=false;queue=false;table=false;toString(){const i=[];if(this.blob){i.push("b")}if(this.table){i.push("t")}if(this.queue){i.push("q")}if(this.file){i.push("f")}return i.join("")}}function generateAccountSASQueryParameters(i,u){return generateAccountSASQueryParametersInternal(i,u).sasQueryParameters}function generateAccountSASQueryParametersInternal(i,u){const p=i.version?i.version:Io;if(i.permissions&&i.permissions.setImmutabilityPolicy&&p<"2020-08-04"){throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.")}if(i.permissions&&i.permissions.deleteVersion&&p<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when provided 'x' permission.")}if(i.permissions&&i.permissions.permanentDelete&&p<"2019-10-10"){throw RangeError("'version' must be >= '2019-10-10' when provided 'y' permission.")}if(i.permissions&&i.permissions.tag&&p<"2019-12-12"){throw RangeError("'version' must be >= '2019-12-12' when provided 't' permission.")}if(i.permissions&&i.permissions.filter&&p<"2019-12-12"){throw RangeError("'version' must be >= '2019-12-12' when provided 'f' permission.")}if(i.encryptionScope&&p<"2020-12-06"){throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.")}const A=AccountSASPermissions.parse(i.permissions.toString());const g=AccountSASServices.parse(i.services).toString();const C=AccountSASResourceTypes.parse(i.resourceTypes).toString();let S;if(p>="2020-12-06"){S=[u.accountName,A,g,C,i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",utils_common_truncatedISO8061Date(i.expiresOn,false),i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",p,i.encryptionScope?i.encryptionScope:"",""].join("\n")}else{S=[u.accountName,A,g,C,i.startsOn?utils_common_truncatedISO8061Date(i.startsOn,false):"",utils_common_truncatedISO8061Date(i.expiresOn,false),i.ipRange?ipRangeToString(i.ipRange):"",i.protocol?i.protocol:"",p,""].join("\n")}const w=u.computeHMACSHA256(S);return{sasQueryParameters:new SASQueryParameters(p,w,A.toString(),g,C,i.protocol,i.startsOn,i.expiresOn,i.ipRange,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined,undefined,i.encryptionScope),stringToSign:S}}class BlobServiceClient extends StorageClient_StorageClient{serviceContext;static fromConnectionString(i,u){u=u||{};const p=utils_common_extractConnectionStringParts(i);if(p.kind==="AccountConnString"){if(Ks){const i=new StorageSharedKeyCredential(p.accountName,p.accountKey);if(!u.proxyOptions){u.proxyOptions=proxyPolicy_getDefaultProxySettings(p.proxyUri)}const A=newPipeline(i,u);return new BlobServiceClient(p.url,A)}else{throw new Error("Account connection string is only supported in Node.js environment")}}else if(p.kind==="SASConnString"){const i=newPipeline(new AnonymousCredential,u);return new BlobServiceClient(p.url+"?"+p.accountSas,i)}else{throw new Error("Connection string must be either an Account connection string or a SAS connection string")}}constructor(i,u,p){let A;if(isPipelineLike(u)){A=u}else if(Ks&&u instanceof StorageSharedKeyCredential||u instanceof AnonymousCredential||isTokenCredential(u)){A=newPipeline(u,p)}else{A=newPipeline(new AnonymousCredential,p)}super(i,A);this.serviceContext=this.storageClientContext.service}getContainerClient(i){return new ContainerClient(utils_common_appendToURLPath(this.url,encodeURIComponent(i)),this.pipeline)}async createContainer(i,u={}){return BA.withSpan("BlobServiceClient-createContainer",u,(async u=>{const p=this.getContainerClient(i);const A=await p.create(u);return{containerClient:p,containerCreateResponse:A}}))}async deleteContainer(i,u={}){return BA.withSpan("BlobServiceClient-deleteContainer",u,(async u=>{const p=this.getContainerClient(i);return p.delete(u)}))}async undeleteContainer(i,u,p={}){return BA.withSpan("BlobServiceClient-undeleteContainer",p,(async A=>{const g=this.getContainerClient(p.destinationContainerName||i);const C=g["storageClientContext"].container;const S=utils_common_assertResponse(await C.restore({deletedContainerName:i,deletedContainerVersion:u,tracingOptions:A.tracingOptions}));return{containerClient:g,containerUndeleteResponse:S}}))}async getProperties(i={}){return BA.withSpan("BlobServiceClient-getProperties",i,(async u=>utils_common_assertResponse(await this.serviceContext.getProperties({abortSignal:i.abortSignal,tracingOptions:u.tracingOptions}))))}async setProperties(i,u={}){return BA.withSpan("BlobServiceClient-setProperties",u,(async p=>utils_common_assertResponse(await this.serviceContext.setProperties(i,{abortSignal:u.abortSignal,tracingOptions:p.tracingOptions}))))}async getStatistics(i={}){return BA.withSpan("BlobServiceClient-getStatistics",i,(async u=>utils_common_assertResponse(await this.serviceContext.getStatistics({abortSignal:i.abortSignal,tracingOptions:u.tracingOptions}))))}async getAccountInfo(i={}){return BA.withSpan("BlobServiceClient-getAccountInfo",i,(async u=>utils_common_assertResponse(await this.serviceContext.getAccountInfo({abortSignal:i.abortSignal,tracingOptions:u.tracingOptions}))))}async listContainersSegment(i,u={}){return BA.withSpan("BlobServiceClient-listContainersSegment",u,(async p=>utils_common_assertResponse(await this.serviceContext.listContainersSegment({abortSignal:u.abortSignal,marker:i,...u,include:typeof u.include==="string"?[u.include]:u.include,tracingOptions:p.tracingOptions}))))}async findBlobsByTagsSegment(i,u,p={}){return BA.withSpan("BlobServiceClient-findBlobsByTagsSegment",p,(async A=>{const g=utils_common_assertResponse(await this.serviceContext.filterBlobs({abortSignal:p.abortSignal,where:i,marker:u,maxPageSize:p.maxPageSize,tracingOptions:A.tracingOptions}));const C={...g,_response:g._response,blobs:g.blobs.map((i=>{let u="";if(i.tags?.blobTagSet.length===1){u=i.tags.blobTagSet[0].value}return{...i,tags:toTags(i.tags),tagValue:u}}))};return C}))}async*findBlobsByTagsSegments(i,u,p={}){let A;if(!!u||u===undefined){do{A=await this.findBlobsByTagsSegment(i,u,p);A.blobs=A.blobs||[];u=A.continuationToken;yield A}while(u)}}async*findBlobsByTagsItems(i,u={}){let p;for await(const A of this.findBlobsByTagsSegments(i,p,u)){yield*A.blobs}}findBlobsByTags(i,u={}){const p={...u};const A=this.findBlobsByTagsItems(i,p);return{next(){return A.next()},[Symbol.asyncIterator](){return this},byPage:(u={})=>this.findBlobsByTagsSegments(i,u.continuationToken,{maxPageSize:u.maxPageSize,...p})}}async*listSegments(i,u={}){let p;if(!!i||i===undefined){do{p=await this.listContainersSegment(i,u);p.containerItems=p.containerItems||[];i=p.continuationToken;yield await p}while(i)}}async*listItems(i={}){let u;for await(const p of this.listSegments(u,i)){yield*p.containerItems}}listContainers(i={}){if(i.prefix===""){i.prefix=undefined}const u=[];if(i.includeDeleted){u.push("deleted")}if(i.includeMetadata){u.push("metadata")}if(i.includeSystem){u.push("system")}const p={...i,...u.length>0?{include:u}:{}};const A=this.listItems(p);return{next(){return A.next()},[Symbol.asyncIterator](){return this},byPage:(i={})=>this.listSegments(i.continuationToken,{maxPageSize:i.maxPageSize,...p})}}async getUserDelegationKey(i,u,p={}){return BA.withSpan("BlobServiceClient-getUserDelegationKey",p,(async A=>{const g=utils_common_assertResponse(await this.serviceContext.getUserDelegationKey({startsOn:utils_common_truncatedISO8061Date(i,false),expiresOn:utils_common_truncatedISO8061Date(u,false)},{abortSignal:p.abortSignal,tracingOptions:A.tracingOptions}));const C={signedObjectId:g.signedObjectId,signedTenantId:g.signedTenantId,signedStartsOn:new Date(g.signedStartsOn),signedExpiresOn:new Date(g.signedExpiresOn),signedService:g.signedService,signedVersion:g.signedVersion,value:g.value};const S={_response:g._response,requestId:g.requestId,clientRequestId:g.clientRequestId,version:g.version,date:g.date,errorCode:g.errorCode,...C};return S}))}getBlobBatchClient(){return new BlobBatchClient(this.url,this.pipeline)}generateAccountSasUrl(i,u=AccountSASPermissions.parse("r"),p="sco",A={}){if(!(this.credential instanceof StorageSharedKeyCredential)){throw RangeError("Can only generate the account SAS when the client is initialized with a shared key credential")}if(i===undefined){const u=new Date;i=new Date(u.getTime()+3600*1e3)}const g=generateAccountSASQueryParameters({permissions:u,expiresOn:i,resourceTypes:p,services:AccountSASServices.parse("b").toString(),...A},this.credential).toString();return utils_common_appendToURLQuery(this.url,g)}generateSasStringToSign(i,u=AccountSASPermissions.parse("r"),p="sco",A={}){if(!(this.credential instanceof StorageSharedKeyCredential)){throw RangeError("Can only generate the account SAS when the client is initialized with a shared key credential")}if(i===undefined){const u=new Date;i=new Date(u.getTime()+3600*1e3)}return generateAccountSASQueryParametersInternal({permissions:u,expiresOn:i,resourceTypes:p,services:AccountSASServices.parse("b").toString(),...A},this.credential).stringToSign}}var YA;(function(i){i["AES256"]="AES256"})(YA||(YA={}));class FilesNotFoundError extends Error{constructor(i=[]){let u="No files were found to upload";if(i.length>0){u+=`: ${i.join(", ")}`}super(u);this.files=i;this.name="FilesNotFoundError"}}class InvalidResponseError extends Error{constructor(i){super(i);this.name="InvalidResponseError"}}class CacheNotFoundError extends Error{constructor(i="Cache not found"){super(i);this.name="CacheNotFoundError"}}class GHESNotSupportedError extends Error{constructor(i="@actions/cache v4.1.4+, actions/cache/save@v4+ and actions/cache/restore@v4+ are not currently supported on GHES."){super(i);this.name="GHESNotSupportedError"}}class NetworkError extends Error{constructor(i){const u=`Unable to make request: ${i}\nIf you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(u);this.code=i;this.name="NetworkError"}}NetworkError.isNetworkErrorCode=i=>{if(!i)return false;return["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(i)};class UsageError extends Error{constructor(){const i=`Cache storage quota has been hit. Unable to upload any new cache entries. Usage is recalculated every 6-12 hours.\nMore info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`;super(i);this.name="UsageError"}}UsageError.isUsageErrorMessage=i=>{if(!i)return false;return i.includes("insufficient usage")};class RateLimitError extends Error{constructor(i){super(i);this.name="RateLimitError"}}var KA=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};class UploadProgress{constructor(i){this.contentLength=i;this.sentBytes=0;this.displayedComplete=false;this.startTime=Date.now()}setSentBytes(i){this.sentBytes=i}getTransferredBytes(){return this.sentBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete){return}const i=this.sentBytes;const u=(100*(i/this.contentLength)).toFixed(1);const p=Date.now()-this.startTime;const A=(i/(1024*1024)/(p/1e3)).toFixed(1);info(`Sent ${i} of ${this.contentLength} (${u}%), ${A} MBs/sec`);if(this.isDone()){this.displayedComplete=true}}onProgress(){return i=>{this.setSentBytes(i.loadedBytes)}}startDisplayTimer(i=1e3){const displayCallback=()=>{this.display();if(!this.isDone()){this.timeoutHandle=setTimeout(displayCallback,i)}};this.timeoutHandle=setTimeout(displayCallback,i)}stopDisplayTimer(){if(this.timeoutHandle){clearTimeout(this.timeoutHandle);this.timeoutHandle=undefined}this.display()}}function uploadCacheArchiveSDK(i,u,p){return KA(this,void 0,void 0,(function*(){var A;const g=new BlobClient(i);const C=g.getBlockBlobClient();const S=new UploadProgress((A=p===null||p===void 0?void 0:p.archiveSizeBytes)!==null&&A!==void 0?A:0);const w={blockSize:p===null||p===void 0?void 0:p.uploadChunkSize,concurrency:p===null||p===void 0?void 0:p.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:S.onProgress()};try{S.startDisplayTimer();core_debug(`BlobClient: ${g.name}:${g.accountName}:${g.containerName}`);const i=yield C.uploadFile(u,w);if(i._response.status>=400){throw new InvalidResponseError(`uploadCacheArchiveSDK: upload failed with status code ${i._response.status}`)}return i}catch(i){warning(`uploadCacheArchiveSDK: internal error uploading cache archive: ${i.message}`);throw i}finally{S.stopDisplayTimer()}}))}var ZA=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};function isSuccessStatusCode(i){if(!i){return false}return i>=200&&i<300}function isServerErrorStatusCode(i){if(!i){return true}return i>=500}function isRetryableStatusCode(i){if(!i){return false}const u=[O.BadGateway,O.ServiceUnavailable,O.GatewayTimeout];return u.includes(i)}function sleep(i){return ZA(this,void 0,void 0,(function*(){return new Promise((u=>setTimeout(u,i)))}))}function retry(i,u,p){return ZA(this,arguments,void 0,(function*(i,u,p,A=Rt,g=Nt,C=undefined){let S="";let w=1;while(w<=A){let B=undefined;let v=undefined;let N=false;try{B=yield u()}catch(i){if(C){B=C(i)}N=true;S=i.message}if(B){v=p(B);if(!isServerErrorStatusCode(v)){return B}}if(v){N=isRetryableStatusCode(v);S=`Cache service responded with ${v}`}core_debug(`${i} - Attempt ${w} of ${A} failed with error: ${S}`);if(!N){core_debug(`${i} - Error is not retryable`);break}yield sleep(g);w++}throw Error(`${i} failed: ${S}`)}))}function retryTypedResponse(i,u){return ZA(this,arguments,void 0,(function*(i,u,p=Rt,A=Nt){return yield retry(i,u,(i=>i.statusCode),p,A,(i=>{if(i instanceof HttpClientError){return{statusCode:i.statusCode,result:null,headers:{},error:i}}else{return undefined}}))}))}function retryHttpClientResponse(i,u){return ZA(this,arguments,void 0,(function*(i,u,p=Rt,A=Nt){return yield retry(i,u,(i=>i.message.statusCode),p,A)}))}var XA=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};function pipeResponseToStream(i,u){return XA(this,void 0,void 0,(function*(){const p=$e.promisify(qe.pipeline);yield p(i.message,u)}))}class DownloadProgress{constructor(i){this.contentLength=i;this.segmentIndex=0;this.segmentSize=0;this.segmentOffset=0;this.receivedBytes=0;this.displayedComplete=false;this.startTime=Date.now()}nextSegment(i){this.segmentOffset=this.segmentOffset+this.segmentSize;this.segmentIndex=this.segmentIndex+1;this.segmentSize=i;this.receivedBytes=0;core_debug(`Downloading segment at offset ${this.segmentOffset} with length ${this.segmentSize}...`)}setReceivedBytes(i){this.receivedBytes=i}getTransferredBytes(){return this.segmentOffset+this.receivedBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete){return}const i=this.segmentOffset+this.receivedBytes;const u=(100*(i/this.contentLength)).toFixed(1);const p=Date.now()-this.startTime;const A=(i/(1024*1024)/(p/1e3)).toFixed(1);info(`Received ${i} of ${this.contentLength} (${u}%), ${A} MBs/sec`);if(this.isDone()){this.displayedComplete=true}}onProgress(){return i=>{this.setReceivedBytes(i.loadedBytes)}}startDisplayTimer(i=1e3){const displayCallback=()=>{this.display();if(!this.isDone()){this.timeoutHandle=setTimeout(displayCallback,i)}};this.timeoutHandle=setTimeout(displayCallback,i)}stopDisplayTimer(){if(this.timeoutHandle){clearTimeout(this.timeoutHandle);this.timeoutHandle=undefined}this.display()}}function downloadCacheHttpClient(i,u){return XA(this,void 0,void 0,(function*(){const p=B.createWriteStream(u);const A=new lib_HttpClient("actions/cache");const g=yield retryHttpClientResponse("downloadCache",(()=>XA(this,void 0,void 0,(function*(){return A.get(i)}))));g.message.socket.setTimeout(Qt,(()=>{g.message.destroy();core_debug(`Aborting download, socket timed out after ${Qt} ms`)}));yield pipeResponseToStream(g,p);const C=g.message.headers["content-length"];if(C){const i=parseInt(C);const p=getArchiveFileSizeInBytes(u);if(p!==i){throw new Error(`Incomplete download. Expected file size: ${i}, actual file size: ${p}`)}}else{core_debug("Unable to validate download, no Content-Length header")}}))}function downloadCacheHttpClientConcurrent(i,u,p){return XA(this,void 0,void 0,(function*(){var A;const g=yield B.promises.open(u,"w");const C=new lib_HttpClient("actions/cache",undefined,{socketTimeout:p.timeoutInMs,keepAlive:true});try{const u=yield retryHttpClientResponse("downloadCacheMetadata",(()=>XA(this,void 0,void 0,(function*(){return yield C.request("HEAD",i,null,{})}))));const S=u.message.headers["content-length"];if(S===undefined||S===null){throw new Error("Content-Length not found on blob response")}const w=parseInt(S);if(Number.isNaN(w)){throw new Error(`Could not interpret Content-Length: ${w}`)}const B=[];const v=4*1024*1024;for(let u=0;u<w;u+=v){const p=Math.min(v,w-u);B.push({offset:u,promiseGetter:()=>XA(this,void 0,void 0,(function*(){return yield downloadSegmentRetry(C,i,u,p)}))})}B.reverse();let N=0;let T=0;const Q=new DownloadProgress(w);Q.startDisplayTimer();const x=Q.onProgress();const _=[];let k;const waitAndWrite=()=>XA(this,void 0,void 0,(function*(){const i=yield Promise.race(Object.values(_));yield g.write(i.buffer,0,i.count,i.offset);N--;delete _[i.offset];T+=i.count;x({loadedBytes:T})}));while(k=B.pop()){_[k.offset]=k.promiseGetter();N++;if(N>=((A=p.downloadConcurrency)!==null&&A!==void 0?A:10)){yield waitAndWrite()}}while(N>0){yield waitAndWrite()}}finally{C.dispose();yield g.close()}}))}function downloadSegmentRetry(i,u,p,A){return XA(this,void 0,void 0,(function*(){const g=5;let C=0;while(true){try{const g=3e4;const C=yield promiseWithTimeout(g,downloadSegment(i,u,p,A));if(typeof C==="string"){throw new Error("downloadSegmentRetry failed due to timeout")}return C}catch(i){if(C>=g){throw i}C++}}}))}function downloadSegment(i,u,p,A){return XA(this,void 0,void 0,(function*(){const g=yield retryHttpClientResponse("downloadCachePart",(()=>XA(this,void 0,void 0,(function*(){return yield i.get(u,{Range:`bytes=${p}-${p+A-1}`})}))));if(!g.readBodyBuffer){throw new Error("Expected HttpClientResponse to implement readBodyBuffer")}return{offset:p,count:A,buffer:yield g.readBodyBuffer()}}))}function downloadCacheStorageSDK(i,u,p){return XA(this,void 0,void 0,(function*(){var A;const g=new BlockBlobClient(i,undefined,{retryOptions:{tryTimeoutInMs:p.timeoutInMs}});const C=yield g.getProperties();const S=(A=C.contentLength)!==null&&A!==void 0?A:-1;if(S<0){core_debug("Unable to determine content length, downloading file with http-client...");yield downloadCacheHttpClient(i,u)}else{const i=Math.min(134217728,kA.constants.MAX_LENGTH);const A=new DownloadProgress(S);const C=B.openSync(u,"w");try{A.startDisplayTimer();const u=new AbortController;const w=u.signal;while(!A.isDone()){const v=A.segmentOffset+A.segmentSize;const N=Math.min(i,S-v);A.nextSegment(N);const T=yield promiseWithTimeout(p.segmentTimeoutInMs||36e5,g.downloadToBuffer(v,N,{abortSignal:w,concurrency:p.downloadConcurrency,onProgress:A.onProgress()}));if(T==="timeout"){u.abort();throw new Error("Aborting cache download as the download time exceeded the timeout.")}else if(Buffer.isBuffer(T)){B.writeFileSync(C,T)}}}finally{A.stopDisplayTimer();B.closeSync(C)}}}))}const promiseWithTimeout=(i,u)=>XA(void 0,void 0,void 0,(function*(){let p;const A=new Promise((u=>{p=setTimeout((()=>u("timeout")),i)}));return Promise.race([u,A]).then((i=>{clearTimeout(p);return i}))}));function getUploadOptions(i){const u={useAzureSdk:false,uploadConcurrency:4,uploadChunkSize:32*1024*1024};if(i){if(typeof i.useAzureSdk==="boolean"){u.useAzureSdk=i.useAzureSdk}if(typeof i.uploadConcurrency==="number"){u.uploadConcurrency=i.uploadConcurrency}if(typeof i.uploadChunkSize==="number"){u.uploadChunkSize=i.uploadChunkSize}}u.uploadConcurrency=!isNaN(Number(process.env["CACHE_UPLOAD_CONCURRENCY"]))?Math.min(32,Number(process.env["CACHE_UPLOAD_CONCURRENCY"])):u.uploadConcurrency;u.uploadChunkSize=!isNaN(Number(process.env["CACHE_UPLOAD_CHUNK_SIZE"]))?Math.min(128*1024*1024,Number(process.env["CACHE_UPLOAD_CHUNK_SIZE"])*1024*1024):u.uploadChunkSize;core_debug(`Use Azure SDK: ${u.useAzureSdk}`);core_debug(`Upload concurrency: ${u.uploadConcurrency}`);core_debug(`Upload chunk size: ${u.uploadChunkSize}`);return u}function getDownloadOptions(i){const u={useAzureSdk:false,concurrentBlobDownloads:true,downloadConcurrency:8,timeoutInMs:3e4,segmentTimeoutInMs:6e5,lookupOnly:false};if(i){if(typeof i.useAzureSdk==="boolean"){u.useAzureSdk=i.useAzureSdk}if(typeof i.concurrentBlobDownloads==="boolean"){u.concurrentBlobDownloads=i.concurrentBlobDownloads}if(typeof i.downloadConcurrency==="number"){u.downloadConcurrency=i.downloadConcurrency}if(typeof i.timeoutInMs==="number"){u.timeoutInMs=i.timeoutInMs}if(typeof i.segmentTimeoutInMs==="number"){u.segmentTimeoutInMs=i.segmentTimeoutInMs}if(typeof i.lookupOnly==="boolean"){u.lookupOnly=i.lookupOnly}}const p=process.env["SEGMENT_DOWNLOAD_TIMEOUT_MINS"];if(p&&!isNaN(Number(p))&&isFinite(Number(p))){u.segmentTimeoutInMs=Number(p)*60*1e3}core_debug(`Use Azure SDK: ${u.useAzureSdk}`);core_debug(`Download concurrency: ${u.downloadConcurrency}`);core_debug(`Request timeout (ms): ${u.timeoutInMs}`);core_debug(`Cache segment download timeout mins env var: ${process.env["SEGMENT_DOWNLOAD_TIMEOUT_MINS"]}`);core_debug(`Segment download timeout (ms): ${u.segmentTimeoutInMs}`);core_debug(`Lookup only: ${u.lookupOnly}`);return u}function isGhes(){const i=new URL(process.env["GITHUB_SERVER_URL"]||"https://github.com");const u=i.hostname.trimEnd().toUpperCase();const p=u==="GITHUB.COM";const A=u.endsWith(".GHE.COM");const g=u.endsWith(".LOCALHOST");return!p&&!A&&!g}function getCacheServiceVersion(){if(isGhes())return"v1";return process.env["ACTIONS_CACHE_SERVICE_V2"]?"v2":"v1"}function getCacheServiceURL(){const i=getCacheServiceVersion();switch(i){case"v1":return process.env["ACTIONS_CACHE_URL"]||process.env["ACTIONS_RESULTS_URL"]||"";case"v2":return process.env["ACTIONS_RESULTS_URL"]||"";default:throw new Error(`Unsupported cache service version: ${i}`)}}var ef=__nccwpck_require__(38658);function user_agent_getUserAgentString(){return`@actions/cache-${ef.version}`}var tf=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};function getCacheApiUrl(i){const u=getCacheServiceURL();if(!u){throw new Error("Cache Service Url not found, unable to restore cache.")}const p=`${u}_apis/artifactcache/${i}`;core_debug(`Resource Url: ${p}`);return p}function createAcceptHeader(i,u){return`${i};api-version=${u}`}function getRequestOptions(){const i={headers:{Accept:createAcceptHeader("application/json","6.0-preview.1")}};return i}function createHttpClient(){const i=process.env["ACTIONS_RUNTIME_TOKEN"]||"";const u=new auth_BearerCredentialHandler(i);return new lib_HttpClient(user_agent_getUserAgentString(),[u],getRequestOptions())}function getCacheEntry(i,u,p){return tf(this,void 0,void 0,(function*(){const A=createHttpClient();const g=getCacheVersion(u,p===null||p===void 0?void 0:p.compressionMethod,p===null||p===void 0?void 0:p.enableCrossOsArchive);const C=`cache?keys=${encodeURIComponent(i.join(","))}&version=${g}`;const S=yield retryTypedResponse("getCacheEntry",(()=>tf(this,void 0,void 0,(function*(){return A.getJson(getCacheApiUrl(C))}))));if(S.statusCode===204){if(isDebug()){yield printCachesListForDiagnostics(i[0],A,g)}return null}if(!isSuccessStatusCode(S.statusCode)){throw new Error(`Cache service responded with ${S.statusCode}`)}const w=S.result;const B=w===null||w===void 0?void 0:w.archiveLocation;if(!B){throw new Error("Cache not found.")}core_setSecret(B);core_debug(`Cache Result:`);core_debug(JSON.stringify(w));return w}))}function printCachesListForDiagnostics(i,u,p){return tf(this,void 0,void 0,(function*(){const A=`caches?key=${encodeURIComponent(i)}`;const g=yield retryTypedResponse("listCache",(()=>tf(this,void 0,void 0,(function*(){return u.getJson(getCacheApiUrl(A))}))));if(g.statusCode===200){const u=g.result;const A=u===null||u===void 0?void 0:u.totalCount;if(A&&A>0){core_debug(`No matching cache found for cache key '${i}', version '${p} and scope ${process.env["GITHUB_REF"]}. There exist one or more cache(s) with similar key but they have different version or scope. See more info on cache matching here: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#matching-a-cache-key \nOther caches with similar key:`);for(const i of(u===null||u===void 0?void 0:u.artifactCaches)||[]){core_debug(`Cache Key: ${i===null||i===void 0?void 0:i.cacheKey}, Cache Version: ${i===null||i===void 0?void 0:i.cacheVersion}, Cache Scope: ${i===null||i===void 0?void 0:i.scope}, Cache Created: ${i===null||i===void 0?void 0:i.creationTime}`)}}}}))}function downloadCache(i,u,p){return tf(this,void 0,void 0,(function*(){const A=new Ut.URL(i);const g=getDownloadOptions(p);if(A.hostname.endsWith(".blob.core.windows.net")){if(g.useAzureSdk){yield downloadCacheStorageSDK(i,u,g)}else if(g.concurrentBlobDownloads){yield downloadCacheHttpClientConcurrent(i,u,g)}else{yield downloadCacheHttpClient(i,u)}}else{yield downloadCacheHttpClient(i,u)}}))}function reserveCache(i,u,p){return tf(this,void 0,void 0,(function*(){const A=createHttpClient();const g=getCacheVersion(u,p===null||p===void 0?void 0:p.compressionMethod,p===null||p===void 0?void 0:p.enableCrossOsArchive);const C={key:i,version:g,cacheSize:p===null||p===void 0?void 0:p.cacheSize};const S=yield retryTypedResponse("reserveCache",(()=>tf(this,void 0,void 0,(function*(){return A.postJson(getCacheApiUrl("caches"),C)}))));return S}))}function getContentRange(i,u){return`bytes ${i}-${u}/*`}function uploadChunk(i,u,p,A,g){return tf(this,void 0,void 0,(function*(){core_debug(`Uploading chunk of size ${g-A+1} bytes at offset ${A} with content range: ${getContentRange(A,g)}`);const C={"Content-Type":"application/octet-stream","Content-Range":getContentRange(A,g)};const S=yield retryHttpClientResponse(`uploadChunk (start: ${A}, end: ${g})`,(()=>tf(this,void 0,void 0,(function*(){return i.sendStream("PATCH",u,p(),C)}))));if(!isSuccessStatusCode(S.message.statusCode)){throw new Error(`Cache service responded with ${S.message.statusCode} during upload chunk.`)}}))}function uploadFile(i,u,p,A){return tf(this,void 0,void 0,(function*(){const g=getArchiveFileSizeInBytes(p);const C=getCacheApiUrl(`caches/${u.toString()}`);const S=B.openSync(p,"r");const w=getUploadOptions(A);const v=assertDefined("uploadConcurrency",w.uploadConcurrency);const N=assertDefined("uploadChunkSize",w.uploadChunkSize);const T=[...new Array(v).keys()];core_debug("Awaiting all uploads");let Q=0;try{yield Promise.all(T.map((()=>tf(this,void 0,void 0,(function*(){while(Q<g){const u=Math.min(g-Q,N);const A=Q;const w=Q+u-1;Q+=N;yield uploadChunk(i,C,(()=>B.createReadStream(p,{fd:S,start:A,end:w,autoClose:false}).on("error",(i=>{throw new Error(`Cache upload failed because file read failed with ${i.message}`)}))),A,w)}})))))}finally{B.closeSync(S)}return}))}function commitCache(i,u,p){return tf(this,void 0,void 0,(function*(){const A={size:p};return yield retryTypedResponse("commitCache",(()=>tf(this,void 0,void 0,(function*(){return i.postJson(getCacheApiUrl(`caches/${u.toString()}`),A)}))))}))}function saveCache(i,u,p,A){return tf(this,void 0,void 0,(function*(){const g=getUploadOptions(A);if(g.useAzureSdk){if(!p){throw new Error("Azure Storage SDK can only be used when a signed URL is provided.")}yield uploadCacheArchiveSDK(p,u,A)}else{const p=createHttpClient();core_debug("Upload cache");yield uploadFile(p,i,u,A);core_debug("Commiting cache");const g=getArchiveFileSizeInBytes(u);info(`Cache Size: ~${Math.round(g/(1024*1024))} MB (${g} B)`);const C=yield commitCache(p,i,g);if(!isSuccessStatusCode(C.statusCode)){throw new Error(`Cache service responded with ${C.statusCode} during commit cache.`)}info("Cache saved successfully")}}))}var rf=__nccwpck_require__(76762);var sf=__nccwpck_require__(88372);class CacheScope$Type extends sf.MessageType{constructor(){super("github.actions.results.entities.v1.CacheScope",[{no:1,name:"scope",kind:"scalar",T:9},{no:2,name:"permission",kind:"scalar",T:3}])}create(i){const u={scope:"",permission:"0"};globalThis.Object.defineProperty(u,sf.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,sf.reflectionMergePartial)(this,u,i);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create(),C=i.pos+u;while(i.pos<C){let[u,A]=i.tag();switch(u){case 1:g.scope=i.string();break;case 2:g.permission=i.int64().toString();break;default:let C=p.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${u} (wire type ${A}) for ${this.typeName}`);let S=i.skip(A);if(C!==false)(C===true?sf.UnknownFieldHandler.onRead:C)(this.typeName,g,u,A,S)}}return g}internalBinaryWrite(i,u,p){if(i.scope!=="")u.tag(1,sf.WireType.LengthDelimited).string(i.scope);if(i.permission!=="0")u.tag(2,sf.WireType.Varint).int64(i.permission);let A=p.writeUnknownFields;if(A!==false)(A==true?sf.UnknownFieldHandler.onWrite:A)(this.typeName,i,u);return u}}const nf=new CacheScope$Type;class CacheMetadata$Type extends sf.MessageType{constructor(){super("github.actions.results.entities.v1.CacheMetadata",[{no:1,name:"repository_id",kind:"scalar",T:3},{no:2,name:"scope",kind:"message",repeat:1,T:()=>nf}])}create(i){const u={repositoryId:"0",scope:[]};globalThis.Object.defineProperty(u,sf.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,sf.reflectionMergePartial)(this,u,i);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create(),C=i.pos+u;while(i.pos<C){let[u,A]=i.tag();switch(u){case 1:g.repositoryId=i.int64().toString();break;case 2:g.scope.push(nf.internalBinaryRead(i,i.uint32(),p));break;default:let C=p.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${u} (wire type ${A}) for ${this.typeName}`);let S=i.skip(A);if(C!==false)(C===true?sf.UnknownFieldHandler.onRead:C)(this.typeName,g,u,A,S)}}return g}internalBinaryWrite(i,u,p){if(i.repositoryId!=="0")u.tag(1,sf.WireType.Varint).int64(i.repositoryId);for(let A=0;A<i.scope.length;A++)nf.internalBinaryWrite(i.scope[A],u.tag(2,sf.WireType.LengthDelimited).fork(),p).join();let A=p.writeUnknownFields;if(A!==false)(A==true?sf.UnknownFieldHandler.onWrite:A)(this.typeName,i,u);return u}}const of=new CacheMetadata$Type;class CreateCacheEntryRequest$Type extends sf.MessageType{constructor(){super("github.actions.results.api.v1.CreateCacheEntryRequest",[{no:1,name:"metadata",kind:"message",T:()=>of},{no:2,name:"key",kind:"scalar",T:9},{no:3,name:"version",kind:"scalar",T:9}])}create(i){const u={key:"",version:""};globalThis.Object.defineProperty(u,sf.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,sf.reflectionMergePartial)(this,u,i);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create(),C=i.pos+u;while(i.pos<C){let[u,A]=i.tag();switch(u){case 1:g.metadata=of.internalBinaryRead(i,i.uint32(),p,g.metadata);break;case 2:g.key=i.string();break;case 3:g.version=i.string();break;default:let C=p.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${u} (wire type ${A}) for ${this.typeName}`);let S=i.skip(A);if(C!==false)(C===true?sf.UnknownFieldHandler.onRead:C)(this.typeName,g,u,A,S)}}return g}internalBinaryWrite(i,u,p){if(i.metadata)of.internalBinaryWrite(i.metadata,u.tag(1,sf.WireType.LengthDelimited).fork(),p).join();if(i.key!=="")u.tag(2,sf.WireType.LengthDelimited).string(i.key);if(i.version!=="")u.tag(3,sf.WireType.LengthDelimited).string(i.version);let A=p.writeUnknownFields;if(A!==false)(A==true?sf.UnknownFieldHandler.onWrite:A)(this.typeName,i,u);return u}}const af=new CreateCacheEntryRequest$Type;class CreateCacheEntryResponse$Type extends sf.MessageType{constructor(){super("github.actions.results.api.v1.CreateCacheEntryResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"signed_upload_url",kind:"scalar",T:9},{no:3,name:"message",kind:"scalar",T:9}])}create(i){const u={ok:false,signedUploadUrl:"",message:""};globalThis.Object.defineProperty(u,sf.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,sf.reflectionMergePartial)(this,u,i);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create(),C=i.pos+u;while(i.pos<C){let[u,A]=i.tag();switch(u){case 1:g.ok=i.bool();break;case 2:g.signedUploadUrl=i.string();break;case 3:g.message=i.string();break;default:let C=p.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${u} (wire type ${A}) for ${this.typeName}`);let S=i.skip(A);if(C!==false)(C===true?sf.UnknownFieldHandler.onRead:C)(this.typeName,g,u,A,S)}}return g}internalBinaryWrite(i,u,p){if(i.ok!==false)u.tag(1,sf.WireType.Varint).bool(i.ok);if(i.signedUploadUrl!=="")u.tag(2,sf.WireType.LengthDelimited).string(i.signedUploadUrl);if(i.message!=="")u.tag(3,sf.WireType.LengthDelimited).string(i.message);let A=p.writeUnknownFields;if(A!==false)(A==true?sf.UnknownFieldHandler.onWrite:A)(this.typeName,i,u);return u}}const cf=new CreateCacheEntryResponse$Type;class FinalizeCacheEntryUploadRequest$Type extends sf.MessageType{constructor(){super("github.actions.results.api.v1.FinalizeCacheEntryUploadRequest",[{no:1,name:"metadata",kind:"message",T:()=>of},{no:2,name:"key",kind:"scalar",T:9},{no:3,name:"size_bytes",kind:"scalar",T:3},{no:4,name:"version",kind:"scalar",T:9}])}create(i){const u={key:"",sizeBytes:"0",version:""};globalThis.Object.defineProperty(u,sf.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,sf.reflectionMergePartial)(this,u,i);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create(),C=i.pos+u;while(i.pos<C){let[u,A]=i.tag();switch(u){case 1:g.metadata=of.internalBinaryRead(i,i.uint32(),p,g.metadata);break;case 2:g.key=i.string();break;case 3:g.sizeBytes=i.int64().toString();break;case 4:g.version=i.string();break;default:let C=p.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${u} (wire type ${A}) for ${this.typeName}`);let S=i.skip(A);if(C!==false)(C===true?sf.UnknownFieldHandler.onRead:C)(this.typeName,g,u,A,S)}}return g}internalBinaryWrite(i,u,p){if(i.metadata)of.internalBinaryWrite(i.metadata,u.tag(1,sf.WireType.LengthDelimited).fork(),p).join();if(i.key!=="")u.tag(2,sf.WireType.LengthDelimited).string(i.key);if(i.sizeBytes!=="0")u.tag(3,sf.WireType.Varint).int64(i.sizeBytes);if(i.version!=="")u.tag(4,sf.WireType.LengthDelimited).string(i.version);let A=p.writeUnknownFields;if(A!==false)(A==true?sf.UnknownFieldHandler.onWrite:A)(this.typeName,i,u);return u}}const lf=new FinalizeCacheEntryUploadRequest$Type;class FinalizeCacheEntryUploadResponse$Type extends sf.MessageType{constructor(){super("github.actions.results.api.v1.FinalizeCacheEntryUploadResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"entry_id",kind:"scalar",T:3},{no:3,name:"message",kind:"scalar",T:9}])}create(i){const u={ok:false,entryId:"0",message:""};globalThis.Object.defineProperty(u,sf.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,sf.reflectionMergePartial)(this,u,i);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create(),C=i.pos+u;while(i.pos<C){let[u,A]=i.tag();switch(u){case 1:g.ok=i.bool();break;case 2:g.entryId=i.int64().toString();break;case 3:g.message=i.string();break;default:let C=p.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${u} (wire type ${A}) for ${this.typeName}`);let S=i.skip(A);if(C!==false)(C===true?sf.UnknownFieldHandler.onRead:C)(this.typeName,g,u,A,S)}}return g}internalBinaryWrite(i,u,p){if(i.ok!==false)u.tag(1,sf.WireType.Varint).bool(i.ok);if(i.entryId!=="0")u.tag(2,sf.WireType.Varint).int64(i.entryId);if(i.message!=="")u.tag(3,sf.WireType.LengthDelimited).string(i.message);let A=p.writeUnknownFields;if(A!==false)(A==true?sf.UnknownFieldHandler.onWrite:A)(this.typeName,i,u);return u}}const uf=new FinalizeCacheEntryUploadResponse$Type;class GetCacheEntryDownloadURLRequest$Type extends sf.MessageType{constructor(){super("github.actions.results.api.v1.GetCacheEntryDownloadURLRequest",[{no:1,name:"metadata",kind:"message",T:()=>of},{no:2,name:"key",kind:"scalar",T:9},{no:3,name:"restore_keys",kind:"scalar",repeat:2,T:9},{no:4,name:"version",kind:"scalar",T:9}])}create(i){const u={key:"",restoreKeys:[],version:""};globalThis.Object.defineProperty(u,sf.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,sf.reflectionMergePartial)(this,u,i);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create(),C=i.pos+u;while(i.pos<C){let[u,A]=i.tag();switch(u){case 1:g.metadata=of.internalBinaryRead(i,i.uint32(),p,g.metadata);break;case 2:g.key=i.string();break;case 3:g.restoreKeys.push(i.string());break;case 4:g.version=i.string();break;default:let C=p.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${u} (wire type ${A}) for ${this.typeName}`);let S=i.skip(A);if(C!==false)(C===true?sf.UnknownFieldHandler.onRead:C)(this.typeName,g,u,A,S)}}return g}internalBinaryWrite(i,u,p){if(i.metadata)of.internalBinaryWrite(i.metadata,u.tag(1,sf.WireType.LengthDelimited).fork(),p).join();if(i.key!=="")u.tag(2,sf.WireType.LengthDelimited).string(i.key);for(let p=0;p<i.restoreKeys.length;p++)u.tag(3,sf.WireType.LengthDelimited).string(i.restoreKeys[p]);if(i.version!=="")u.tag(4,sf.WireType.LengthDelimited).string(i.version);let A=p.writeUnknownFields;if(A!==false)(A==true?sf.UnknownFieldHandler.onWrite:A)(this.typeName,i,u);return u}}const df=new GetCacheEntryDownloadURLRequest$Type;class GetCacheEntryDownloadURLResponse$Type extends sf.MessageType{constructor(){super("github.actions.results.api.v1.GetCacheEntryDownloadURLResponse",[{no:1,name:"ok",kind:"scalar",T:8},{no:2,name:"signed_download_url",kind:"scalar",T:9},{no:3,name:"matched_key",kind:"scalar",T:9}])}create(i){const u={ok:false,signedDownloadUrl:"",matchedKey:""};globalThis.Object.defineProperty(u,sf.MESSAGE_TYPE,{enumerable:false,value:this});if(i!==undefined)(0,sf.reflectionMergePartial)(this,u,i);return u}internalBinaryRead(i,u,p,A){let g=A!==null&&A!==void 0?A:this.create(),C=i.pos+u;while(i.pos<C){let[u,A]=i.tag();switch(u){case 1:g.ok=i.bool();break;case 2:g.signedDownloadUrl=i.string();break;case 3:g.matchedKey=i.string();break;default:let C=p.readUnknownField;if(C==="throw")throw new globalThis.Error(`Unknown field ${u} (wire type ${A}) for ${this.typeName}`);let S=i.skip(A);if(C!==false)(C===true?sf.UnknownFieldHandler.onRead:C)(this.typeName,g,u,A,S)}}return g}internalBinaryWrite(i,u,p){if(i.ok!==false)u.tag(1,sf.WireType.Varint).bool(i.ok);if(i.signedDownloadUrl!=="")u.tag(2,sf.WireType.LengthDelimited).string(i.signedDownloadUrl);if(i.matchedKey!=="")u.tag(3,sf.WireType.LengthDelimited).string(i.matchedKey);let A=p.writeUnknownFields;if(A!==false)(A==true?sf.UnknownFieldHandler.onWrite:A)(this.typeName,i,u);return u}}const hf=new GetCacheEntryDownloadURLResponse$Type;const pf=new rf.C0("github.actions.results.api.v1.CacheService",[{name:"CreateCacheEntry",options:{},I:af,O:cf},{name:"FinalizeCacheEntryUpload",options:{},I:lf,O:uf},{name:"GetCacheEntryDownloadURL",options:{},I:df,O:hf}]);class CacheServiceClientJSON{constructor(i){this.rpc=i;this.CreateCacheEntry.bind(this);this.FinalizeCacheEntryUpload.bind(this);this.GetCacheEntryDownloadURL.bind(this)}CreateCacheEntry(i){const u=af.toJson(i,{useProtoFieldName:true,emitDefaultValues:false});const p=this.rpc.request("github.actions.results.api.v1.CacheService","CreateCacheEntry","application/json",u);return p.then((i=>cf.fromJson(i,{ignoreUnknownFields:true})))}FinalizeCacheEntryUpload(i){const u=lf.toJson(i,{useProtoFieldName:true,emitDefaultValues:false});const p=this.rpc.request("github.actions.results.api.v1.CacheService","FinalizeCacheEntryUpload","application/json",u);return p.then((i=>uf.fromJson(i,{ignoreUnknownFields:true})))}GetCacheEntryDownloadURL(i){const u=df.toJson(i,{useProtoFieldName:true,emitDefaultValues:false});const p=this.rpc.request("github.actions.results.api.v1.CacheService","GetCacheEntryDownloadURL","application/json",u);return p.then((i=>hf.fromJson(i,{ignoreUnknownFields:true})))}}class CacheServiceClientProtobuf{constructor(i){this.rpc=i;this.CreateCacheEntry.bind(this);this.FinalizeCacheEntryUpload.bind(this);this.GetCacheEntryDownloadURL.bind(this)}CreateCacheEntry(i){const u=CreateCacheEntryRequest.toBinary(i);const p=this.rpc.request("github.actions.results.api.v1.CacheService","CreateCacheEntry","application/protobuf",u);return p.then((i=>CreateCacheEntryResponse.fromBinary(i)))}FinalizeCacheEntryUpload(i){const u=FinalizeCacheEntryUploadRequest.toBinary(i);const p=this.rpc.request("github.actions.results.api.v1.CacheService","FinalizeCacheEntryUpload","application/protobuf",u);return p.then((i=>FinalizeCacheEntryUploadResponse.fromBinary(i)))}GetCacheEntryDownloadURL(i){const u=GetCacheEntryDownloadURLRequest.toBinary(i);const p=this.rpc.request("github.actions.results.api.v1.CacheService","GetCacheEntryDownloadURL","application/protobuf",u);return p.then((i=>GetCacheEntryDownloadURLResponse.fromBinary(i)))}}function maskSigUrl(i){if(!i)return;try{const u=new URL(i);const p=u.searchParams.get("sig");if(p){core_setSecret(p);core_setSecret(encodeURIComponent(p))}}catch(u){core_debug(`Failed to parse URL: ${i} ${u instanceof Error?u.message:String(u)}`)}}function maskSecretUrls(i){if(typeof i!=="object"||i===null){core_debug("body is not an object or is null");return}if("signed_upload_url"in i&&typeof i.signed_upload_url==="string"){maskSigUrl(i.signed_upload_url)}if("signed_download_url"in i&&typeof i.signed_download_url==="string"){maskSigUrl(i.signed_download_url)}}var Af=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};class CacheServiceClient{constructor(i,u,p,A){this.maxAttempts=5;this.baseRetryIntervalMilliseconds=3e3;this.retryMultiplier=1.5;const g=getRuntimeToken();this.baseUrl=getCacheServiceURL();if(u){this.maxAttempts=u}if(p){this.baseRetryIntervalMilliseconds=p}if(A){this.retryMultiplier=A}this.httpClient=new lib_HttpClient(i,[new auth_BearerCredentialHandler(g)])}request(i,u,p,A){return Af(this,void 0,void 0,(function*(){const g=new URL(`/twirp/${i}/${u}`,this.baseUrl).href;core_debug(`[Request] ${u} ${g}`);const C={"Content-Type":p};try{const{body:i}=yield this.retryableRequest((()=>Af(this,void 0,void 0,(function*(){return this.httpClient.post(g,JSON.stringify(A),C)}))));return i}catch(i){throw new Error(`Failed to ${u}: ${i.message}`)}}))}retryableRequest(i){return Af(this,void 0,void 0,(function*(){let u=0;let p="";let A="";while(u<this.maxAttempts){let g=false;try{const u=yield i();const C=u.message.statusCode;A=yield u.readBody();core_debug(`[Response] - ${u.message.statusCode}`);core_debug(`Headers: ${JSON.stringify(u.message.headers,null,2)}`);const S=JSON.parse(A);maskSecretUrls(S);core_debug(`Body: ${JSON.stringify(S,null,2)}`);if(this.isSuccessStatusCode(C)){return{response:u,body:S}}g=this.isRetryableHttpStatusCode(C);p=`Failed request: (${C}) ${u.message.statusMessage}`;if(S.msg){if(UsageError.isUsageErrorMessage(S.msg)){throw new UsageError}p=`${p}: ${S.msg}`}if(C===O.TooManyRequests){const i=u.message.headers["retry-after"];if(i){const u=parseInt(i,10);if(!isNaN(u)&&u>0){warning(`You've hit a rate limit, your rate limit will reset in ${u} seconds`)}}throw new RateLimitError(`Rate limited: ${p}`)}}catch(i){if(i instanceof SyntaxError){core_debug(`Raw Body: ${A}`)}if(i instanceof UsageError){throw i}if(i instanceof RateLimitError){throw i}if(NetworkError.isNetworkErrorCode(i===null||i===void 0?void 0:i.code)){throw new NetworkError(i===null||i===void 0?void 0:i.code)}g=true;p=i.message}if(!g){throw new Error(`Received non-retryable error: ${p}`)}if(u+1===this.maxAttempts){throw new Error(`Failed to make request after ${this.maxAttempts} attempts: ${p}`)}const C=this.getExponentialRetryTimeMilliseconds(u);info(`Attempt ${u+1} of ${this.maxAttempts} failed with error: ${p}. Retrying request in ${C} ms...`);yield this.sleep(C);u++}throw new Error(`Request failed`)}))}isSuccessStatusCode(i){if(!i)return false;return i>=200&&i<300}isRetryableHttpStatusCode(i){if(!i)return false;const u=[O.BadGateway,O.GatewayTimeout,O.InternalServerError,O.ServiceUnavailable];return u.includes(i)}sleep(i){return Af(this,void 0,void 0,(function*(){return new Promise((u=>setTimeout(u,i)))}))}getExponentialRetryTimeMilliseconds(i){if(i<0){throw new Error("attempt should be a positive integer")}if(i===0){return this.baseRetryIntervalMilliseconds}const u=this.baseRetryIntervalMilliseconds*Math.pow(this.retryMultiplier,i);const p=u*this.retryMultiplier;return Math.trunc(Math.random()*(p-u)+u)}}function internalCacheTwirpClient(i){const u=new CacheServiceClient(user_agent_getUserAgentString(),i===null||i===void 0?void 0:i.maxAttempts,i===null||i===void 0?void 0:i.retryIntervalMs,i===null||i===void 0?void 0:i.retryMultiplier);return new CacheServiceClientJSON(u)}var ff=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};const gf=process.platform==="win32";function getTarPath(){return ff(this,void 0,void 0,(function*(){switch(process.platform){case"win32":{const i=yield getGnuTarPathOnWindows();const u=kt;if(i){return{path:i,type:vt.GNU}}else if((0,B.existsSync)(u)){return{path:u,type:vt.BSD}}break}case"darwin":{const i=yield which("gtar",false);if(i){return{path:i,type:vt.GNU}}else{return{path:yield which("tar",true),type:vt.BSD}}}default:break}return{path:yield which("tar",true),type:vt.GNU}}))}function getTarArgs(i,u,p){return ff(this,arguments,void 0,(function*(i,u,p,A=""){const g=[`"${i.path}"`];const C=getCacheFileName(u);const S="cache.tar";const w=getWorkingDirectory();const B=i.type===vt.BSD&&u!==Bt.Gzip&&gf;switch(p){case"create":g.push("--posix","-cf",B?S:C.replace(new RegExp(`\\${v.sep}`,"g"),"/"),"--exclude",B?S:C.replace(new RegExp(`\\${v.sep}`,"g"),"/"),"-P","-C",w.replace(new RegExp(`\\${v.sep}`,"g"),"/"),"--files-from",Ot);break;case"extract":g.push("-xf",B?S:A.replace(new RegExp(`\\${v.sep}`,"g"),"/"),"-P","-C",w.replace(new RegExp(`\\${v.sep}`,"g"),"/"));break;case"list":g.push("-tf",B?S:A.replace(new RegExp(`\\${v.sep}`,"g"),"/"),"-P");break}if(i.type===vt.GNU){switch(process.platform){case"win32":g.push("--force-local");break;case"darwin":g.push("--delay-directory-restore");break}}return g}))}function getCommands(i,u){return ff(this,arguments,void 0,(function*(i,u,p=""){let A;const g=yield getTarPath();const C=yield getTarArgs(g,i,u,p);const S=u!=="create"?yield getDecompressionProgram(g,i,p):yield getCompressionProgram(g,i);const w=g.type===vt.BSD&&i!==Bt.Gzip&&gf;if(w&&u!=="create"){A=[[...S].join(" "),[...C].join(" ")]}else{A=[[...C].join(" "),[...S].join(" ")]}if(w){return A}return[A.join(" ")]}))}function getWorkingDirectory(){var i;return(i=process.env["GITHUB_WORKSPACE"])!==null&&i!==void 0?i:process.cwd()}function getDecompressionProgram(i,u,p){return ff(this,void 0,void 0,(function*(){const A=i.type===vt.BSD&&u!==Bt.Gzip&&gf;switch(u){case Bt.Zstd:return A?["zstd -d --long=30 --force -o",Dt,p.replace(new RegExp(`\\${v.sep}`,"g"),"/")]:["--use-compress-program",gf?'"zstd -d --long=30"':"unzstd --long=30"];case Bt.ZstdWithoutLong:return A?["zstd -d --force -o",Dt,p.replace(new RegExp(`\\${v.sep}`,"g"),"/")]:["--use-compress-program",gf?'"zstd -d"':"unzstd"];default:return["-z"]}}))}function getCompressionProgram(i,u){return ff(this,void 0,void 0,(function*(){const p=getCacheFileName(u);const A=i.type===vt.BSD&&u!==Bt.Gzip&&gf;switch(u){case Bt.Zstd:return A?["zstd -T0 --long=30 --force -o",p.replace(new RegExp(`\\${v.sep}`,"g"),"/"),Dt]:["--use-compress-program",gf?'"zstd -T0 --long=30"':"zstdmt --long=30"];case Bt.ZstdWithoutLong:return A?["zstd -T0 --force -o",p.replace(new RegExp(`\\${v.sep}`,"g"),"/"),Dt]:["--use-compress-program",gf?'"zstd -T0"':"zstdmt"];default:return["-z"]}}))}function execCommands(i,u){return ff(this,void 0,void 0,(function*(){for(const p of i){try{yield exec_exec(p,undefined,{cwd:u,env:Object.assign(Object.assign({},process.env),{MSYS:"winsymlinks:nativestrict"})})}catch(i){throw new Error(`${p.split(" ")[0]} failed with error: ${i===null||i===void 0?void 0:i.message}`)}}}))}function listTar(i,u){return ff(this,void 0,void 0,(function*(){const p=yield getCommands(u,"list",i);yield execCommands(p)}))}function tar_extractTar(i,u){return ff(this,void 0,void 0,(function*(){const p=getWorkingDirectory();yield mkdirP(p);const A=yield getCommands(u,"extract",i);yield execCommands(A)}))}function createTar(i,u,p){return ff(this,void 0,void 0,(function*(){(0,B.writeFileSync)(v.join(i,Ot),u.join("\n"));const A=yield getCommands(p,"create");yield execCommands(A,i)}))}var mf=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};class ValidationError extends Error{constructor(i){super(i);this.name="ValidationError";Object.setPrototypeOf(this,ValidationError.prototype)}}class ReserveCacheError extends Error{constructor(i){super(i);this.name="ReserveCacheError";Object.setPrototypeOf(this,ReserveCacheError.prototype)}}class FinalizeCacheError extends Error{constructor(i){super(i);this.name="FinalizeCacheError";Object.setPrototypeOf(this,FinalizeCacheError.prototype)}}function checkPaths(i){if(!i||i.length===0){throw new ValidationError(`Path Validation Error: At least one directory or file path is required`)}}function checkKey(i){if(i.length>512){throw new ValidationError(`Key Validation Error: ${i} cannot be larger than 512 characters.`)}const u=/^[^,]*$/;if(!u.test(i)){throw new ValidationError(`Key Validation Error: ${i} cannot contain commas.`)}}function isFeatureAvailable(){const i=getCacheServiceVersion();switch(i){case"v2":return!!process.env["ACTIONS_RESULTS_URL"];case"v1":default:return!!process.env["ACTIONS_CACHE_URL"]}}function restoreCache(i,u,p,A){return mf(this,arguments,void 0,(function*(i,u,p,A,g=false){const C=getCacheServiceVersion();core_debug(`Cache service version: ${C}`);checkPaths(i);switch(C){case"v2":return yield restoreCacheV2(i,u,p,A,g);case"v1":default:return yield restoreCacheV1(i,u,p,A,g)}}))}function restoreCacheV1(i,u,p,A){return mf(this,arguments,void 0,(function*(i,u,p,A,g=false){p=p||[];const C=[u,...p];core_debug("Resolved Keys:");core_debug(JSON.stringify(C));if(C.length>10){throw new ValidationError(`Key Validation Error: Keys are limited to a maximum of 10.`)}for(const i of C){checkKey(i)}const S=yield getCompressionMethod();let w="";try{const u=yield getCacheEntry(C,i,{compressionMethod:S,enableCrossOsArchive:g});if(!(u===null||u===void 0?void 0:u.archiveLocation)){return undefined}if(A===null||A===void 0?void 0:A.lookupOnly){info("Lookup only - skipping download");return u.cacheKey}w=v.join(yield createTempDirectory(),getCacheFileName(S));core_debug(`Archive Path: ${w}`);yield downloadCache(u.archiveLocation,w,A);if(isDebug()){yield listTar(w,S)}const p=getArchiveFileSizeInBytes(w);info(`Cache Size: ~${Math.round(p/(1024*1024))} MB (${p} B)`);yield tar_extractTar(w,S);info("Cache restored successfully");return u.cacheKey}catch(i){const u=i;if(u.name===ValidationError.name){throw i}else{if(u instanceof HttpClientError&&typeof u.statusCode==="number"&&u.statusCode>=500){core_error(`Failed to restore: ${i.message}`)}else{warning(`Failed to restore: ${i.message}`)}}}finally{try{yield unlinkFile(w)}catch(i){core_debug(`Failed to delete archive: ${i}`)}}return undefined}))}function restoreCacheV2(i,u,p,A){return mf(this,arguments,void 0,(function*(i,u,p,A,g=false){A=Object.assign(Object.assign({},A),{useAzureSdk:true});p=p||[];const C=[u,...p];core_debug("Resolved Keys:");core_debug(JSON.stringify(C));if(C.length>10){throw new ValidationError(`Key Validation Error: Keys are limited to a maximum of 10.`)}for(const i of C){checkKey(i)}let S="";try{const w=internalCacheTwirpClient();const B=yield getCompressionMethod();const N={key:u,restoreKeys:p,version:getCacheVersion(i,B,g)};const T=yield w.GetCacheEntryDownloadURL(N);if(!T.ok){core_debug(`Cache not found for version ${N.version} of keys: ${C.join(", ")}`);return undefined}const Q=N.key!==T.matchedKey;if(Q){info(`Cache hit for restore-key: ${T.matchedKey}`)}else{info(`Cache hit for: ${T.matchedKey}`)}if(A===null||A===void 0?void 0:A.lookupOnly){info("Lookup only - skipping download");return T.matchedKey}S=v.join(yield createTempDirectory(),getCacheFileName(B));core_debug(`Archive path: ${S}`);core_debug(`Starting download of archive to: ${S}`);yield downloadCache(T.signedDownloadUrl,S,A);const x=getArchiveFileSizeInBytes(S);info(`Cache Size: ~${Math.round(x/(1024*1024))} MB (${x} B)`);if(isDebug()){yield listTar(S,B)}yield tar_extractTar(S,B);info("Cache restored successfully");return T.matchedKey}catch(i){const u=i;if(u.name===ValidationError.name){throw i}else{if(u instanceof HttpClientError&&typeof u.statusCode==="number"&&u.statusCode>=500){core_error(`Failed to restore: ${i.message}`)}else{warning(`Failed to restore: ${i.message}`)}}}finally{try{if(S){yield unlinkFile(S)}}catch(i){core_debug(`Failed to delete archive: ${i}`)}}return undefined}))}function cache_saveCache(i,u,p){return mf(this,arguments,void 0,(function*(i,u,p,A=false){const g=getCacheServiceVersion();core_debug(`Cache service version: ${g}`);checkPaths(i);checkKey(u);switch(g){case"v2":return yield saveCacheV2(i,u,p,A);case"v1":default:return yield saveCacheV1(i,u,p,A)}}))}function saveCacheV1(i,u,p){return mf(this,arguments,void 0,(function*(i,u,p,A=false){var g,C,S,w,B;const N=yield getCompressionMethod();let T=-1;const Q=yield resolvePaths(i);core_debug("Cache Paths:");core_debug(`${JSON.stringify(Q)}`);if(Q.length===0){throw new Error(`Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.`)}const x=yield createTempDirectory();const _=v.join(x,getCacheFileName(N));core_debug(`Archive Path: ${_}`);try{yield createTar(x,Q,N);if(isDebug()){yield listTar(_,N)}const v=10*1024*1024*1024;const k=getArchiveFileSizeInBytes(_);core_debug(`File Size: ${k}`);if(k>v&&!isGhes()){throw new Error(`Cache size of ~${Math.round(k/(1024*1024))} MB (${k} B) is over the 10GB limit, not saving cache.`)}core_debug("Reserving Cache");const D=yield reserveCache(u,i,{compressionMethod:N,enableCrossOsArchive:A,cacheSize:k});if((g=D===null||D===void 0?void 0:D.result)===null||g===void 0?void 0:g.cacheId){T=(C=D===null||D===void 0?void 0:D.result)===null||C===void 0?void 0:C.cacheId}else if((D===null||D===void 0?void 0:D.statusCode)===400){throw new Error((w=(S=D===null||D===void 0?void 0:D.error)===null||S===void 0?void 0:S.message)!==null&&w!==void 0?w:`Cache size of ~${Math.round(k/(1024*1024))} MB (${k} B) is over the data cap limit, not saving cache.`)}else{throw new ReserveCacheError(`Unable to reserve cache with key ${u}, another job may be creating this cache. More details: ${(B=D===null||D===void 0?void 0:D.error)===null||B===void 0?void 0:B.message}`)}core_debug(`Saving Cache (ID: ${T})`);yield saveCache(T,_,"",p)}catch(i){const u=i;if(u.name===ValidationError.name){throw i}else if(u.name===ReserveCacheError.name){info(`Failed to save: ${u.message}`)}else{if(u instanceof HttpClientError&&typeof u.statusCode==="number"&&u.statusCode>=500){core_error(`Failed to save: ${u.message}`)}else{warning(`Failed to save: ${u.message}`)}}}finally{try{yield unlinkFile(_)}catch(i){core_debug(`Failed to delete archive: ${i}`)}}return T}))}function saveCacheV2(i,u,p){return mf(this,arguments,void 0,(function*(i,u,p,A=false){p=Object.assign(Object.assign({},p),{uploadChunkSize:64*1024*1024,uploadConcurrency:8,useAzureSdk:true});const g=yield getCompressionMethod();const C=internalCacheTwirpClient();let S=-1;const w=yield resolvePaths(i);core_debug("Cache Paths:");core_debug(`${JSON.stringify(w)}`);if(w.length===0){throw new Error(`Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.`)}const B=yield createTempDirectory();const N=v.join(B,getCacheFileName(g));core_debug(`Archive Path: ${N}`);try{yield createTar(B,w,g);if(isDebug()){yield listTar(N,g)}const v=getArchiveFileSizeInBytes(N);core_debug(`File Size: ${v}`);p.archiveSizeBytes=v;core_debug("Reserving Cache");const T=getCacheVersion(i,g,A);const Q={key:u,version:T};let x;try{const i=yield C.CreateCacheEntry(Q);if(!i.ok){if(i.message){warning(`Cache reservation failed: ${i.message}`)}throw new Error(i.message||"Response was not ok")}x=i.signedUploadUrl}catch(i){core_debug(`Failed to reserve cache: ${i}`);throw new ReserveCacheError(`Unable to reserve cache with key ${u}, another job may be creating this cache.`)}core_debug(`Attempting to upload cache located at: ${N}`);yield saveCache(S,N,x,p);const _={key:u,version:T,sizeBytes:`${v}`};const k=yield C.FinalizeCacheEntryUpload(_);core_debug(`FinalizeCacheEntryUploadResponse: ${k.ok}`);if(!k.ok){if(k.message){throw new FinalizeCacheError(k.message)}throw new Error(`Unable to finalize cache with key ${u}, another job may be finalizing this cache.`)}S=parseInt(k.entryId)}catch(i){const u=i;if(u.name===ValidationError.name){throw i}else if(u.name===ReserveCacheError.name){info(`Failed to save: ${u.message}`)}else if(u.name===FinalizeCacheError.name){warning(u.message)}else{if(u instanceof HttpClientError&&typeof u.statusCode==="number"&&u.statusCode>=500){core_error(`Failed to save: ${u.message}`)}else{warning(`Failed to save: ${u.message}`)}}}finally{try{yield unlinkFile(N)}catch(i){core_debug(`Failed to delete archive: ${i}`)}}return S}))}class Cache{opts;ghaCacheKey;ghaNoCache;cacheDir;cachePath;static POST_CACHE_KEY="postCache";constructor(i){this.opts=i;this.ghaCacheKey=$e.format("%s-%s-%s",this.opts.htcName,this.opts.htcVersion,this.platform());this.ghaNoCache=this.opts.ghaNoCache;this.cacheDir=v.join(this.opts.baseCacheDir,this.opts.htcVersion,this.platform());this.cachePath=v.join(this.cacheDir,this.opts.cacheFile);if(!B.existsSync(this.cacheDir)){B.mkdirSync(this.cacheDir,{recursive:true})}}async save(i,u){core_debug(`Cache.save ${i}`);const p=this.copyToCache(i);const A=await cacheDir(this.cacheDir,this.opts.htcName,this.opts.htcVersion,this.platform());core_debug(`Cache.save cached to hosted tool cache ${A}`);if(!this.ghaNoCache&&isFeatureAvailable()){if(u){try{core_debug(`Cache.save caching ${this.ghaCacheKey} to GitHub Actions cache`);await cache_saveCache([this.cacheDir],this.ghaCacheKey)}catch(i){warning(`Failed to save cache: ${i}`)}}else{core_debug(`Cache.save sending ${this.ghaCacheKey} to post state`);saveState(Cache.POST_CACHE_KEY,JSON.stringify({dir:this.cacheDir,key:this.ghaCacheKey}))}}return p}async find(){try{let i=find(this.opts.htcName,this.opts.htcVersion,this.platform());if(i){info(`Restored from hosted tool cache ${i}`);return this.copyToCache(`${i}/${this.opts.cacheFile}`)}if(!this.ghaNoCache&&isFeatureAvailable()){core_debug(`GitHub Actions cache feature available`);if(await restoreCache([this.cacheDir],this.ghaCacheKey)){info(`Restored ${this.ghaCacheKey} from GitHub Actions cache`);i=await cacheDir(this.cacheDir,this.opts.htcName,this.opts.htcVersion,this.platform());info(`Cached to hosted tool cache ${i}`);return this.copyToCache(`${i}/${this.opts.cacheFile}`)}}else if(this.ghaNoCache){info(`GitHub Actions cache disabled`)}else{info(`GitHub Actions cache feature not available`)}}catch(i){warning(`Failed to restore cache: ${i}`)}return""}static async post(){const i=getState(Cache.POST_CACHE_KEY);if(!i){info(`State not set`);return Promise.resolve(undefined)}let u;try{u=JSON.parse(i)}catch(i){throw new Error(`Failed to parse cache post state: ${i}`)}if(!u.dir||!u.key){throw new Error(`Invalid cache post state: ${i}`)}try{info(`Caching ${u.key} to GitHub Actions cache`);await cache_saveCache([u.dir],u.key)}catch(i){warning(`Failed to save cache: ${i}`)}return u}copyToCache(i){info(`Copying ${i} to ${this.cachePath}`);B.copyFileSync(i,this.cachePath);return this.cachePath}platform(){const i=process.config.variables.arm_version;return`${C.platform()}-${C.arch()}${i?"v"+i:""}`}}const yf=!!process.env["STATE_isPost"];if(!yf){saveState("isPost","true")}async function run(i,u){if(!yf){try{await i()}catch(i){setFailed(i.message)}}else{if(u){await u()}await group(`Post cache`,(async()=>{await Cache.post()}))}}var Ef=__nccwpck_require__(51288);class Context{constructor(){var i,u,p;this.payload={};if(process.env.GITHUB_EVENT_PATH){if((0,B.existsSync)(process.env.GITHUB_EVENT_PATH)){this.payload=JSON.parse((0,B.readFileSync)(process.env.GITHUB_EVENT_PATH,{encoding:"utf8"}))}else{const i=process.env.GITHUB_EVENT_PATH;process.stdout.write(`GITHUB_EVENT_PATH ${i} does not exist${C.EOL}`)}}this.eventName=process.env.GITHUB_EVENT_NAME;this.sha=process.env.GITHUB_SHA;this.ref=process.env.GITHUB_REF;this.workflow=process.env.GITHUB_WORKFLOW;this.action=process.env.GITHUB_ACTION;this.actor=process.env.GITHUB_ACTOR;this.job=process.env.GITHUB_JOB;this.runAttempt=parseInt(process.env.GITHUB_RUN_ATTEMPT,10);this.runNumber=parseInt(process.env.GITHUB_RUN_NUMBER,10);this.runId=parseInt(process.env.GITHUB_RUN_ID,10);this.apiUrl=(i=process.env.GITHUB_API_URL)!==null&&i!==void 0?i:`https://api.github.com`;this.serverUrl=(u=process.env.GITHUB_SERVER_URL)!==null&&u!==void 0?u:`https://github.com`;this.graphqlUrl=(p=process.env.GITHUB_GRAPHQL_URL)!==null&&p!==void 0?p:`https://api.github.com/graphql`}get issue(){const i=this.payload;return Object.assign(Object.assign({},this.repo),{number:(i.issue||i.pull_request||i).number})}get repo(){if(process.env.GITHUB_REPOSITORY){const[i,u]=process.env.GITHUB_REPOSITORY.split("/");return{owner:i,repo:u}}if(this.payload.repository){return{owner:this.payload.repository.owner.login,repo:this.payload.repository.name}}throw new Error("context.repo requires a GITHUB_REPOSITORY environment variable like 'owner/repo'")}}var Cf=__nccwpck_require__(89659);var bf=undefined&&undefined.__awaiter||function(i,u,p,A){function adopt(i){return i instanceof p?i:new p((function(u){u(i)}))}return new(p||(p=Promise))((function(p,g){function fulfilled(i){try{step(A.next(i))}catch(i){g(i)}}function rejected(i){try{step(A["throw"](i))}catch(i){g(i)}}function step(i){i.done?p(i.value):adopt(i.value).then(fulfilled,rejected)}step((A=A.apply(i,u||[])).next())}))};function getAuthString(i,u){if(!i&&!u.auth){throw new Error("Parameter token or opts.auth is required")}else if(i&&u.auth){throw new Error("Parameters token and opts.auth may not both be specified")}return typeof u.auth==="string"?u.auth:`token ${i}`}function getProxyAgent(i){const u=new Cf.HttpClient;return u.getAgent(i)}function getProxyAgentDispatcher(i){const u=new Cf.HttpClient;return u.getAgentDispatcher(i)}function getProxyFetch(i){const u=getProxyAgentDispatcher(i);const proxyFetch=(i,p)=>bf(this,void 0,void 0,(function*(){return(0,k.fetch)(i,Object.assign(Object.assign({},p),{dispatcher:u}))}));return proxyFetch}function getApiBaseUrl(){return process.env["GITHUB_API_URL"]||"https://api.github.com"}function getUserAgent(){if(typeof navigator==="object"&&"userAgent"in navigator){return navigator.userAgent}if(typeof process==="object"&&process.version!==undefined){return`Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`}return"<environment undetectable>"}function register(i,u,p,A){if(typeof p!=="function"){throw new Error("method for before hook must be a function")}if(!A){A={}}if(Array.isArray(u)){return u.reverse().reduce(((u,p)=>register.bind(null,i,p,u,A)),p)()}return Promise.resolve().then((()=>{if(!i.registry[u]){return p(A)}return i.registry[u].reduce(((i,u)=>u.hook.bind(null,i,A)),p)()}))}function addHook(i,u,p,A){const g=A;if(!i.registry[p]){i.registry[p]=[]}if(u==="before"){A=(i,u)=>Promise.resolve().then(g.bind(null,u)).then(i.bind(null,u))}if(u==="after"){A=(i,u)=>{let p;return Promise.resolve().then(i.bind(null,u)).then((i=>{p=i;return g(p,u)})).then((()=>p))}}if(u==="error"){A=(i,u)=>Promise.resolve().then(i.bind(null,u)).catch((i=>g(i,u)))}i.registry[p].push({hook:A,orig:g})}function removeHook(i,u,p){if(!i.registry[u]){return}const A=i.registry[u].map((i=>i.orig)).indexOf(p);if(A===-1){return}i.registry[u].splice(A,1)}const If=Function.bind;const Sf=If.bind(If);function bindApi(i,u,p){const A=Sf(removeHook,null).apply(null,p?[u,p]:[u]);i.api={remove:A};i.remove=A;["before","error","after","wrap"].forEach((A=>{const g=p?[u,A,p]:[u,A];i[A]=i.api[A]=Sf(addHook,null).apply(null,g)}))}function Singular(){const i=Symbol("Singular");const u={registry:{}};const p=register.bind(null,u,i);bindApi(p,u,i);return p}function Collection(){const i={registry:{}};const u=register.bind(null,i);bindApi(u,i);return u}const wf={Singular:Singular,Collection:Collection};var Bf="0.0.0-development";var vf=`octokit-endpoint.js/${Bf} ${getUserAgent()}`;var Rf={method:"GET",baseUrl:"https://api.github.com",headers:{accept:"application/vnd.github.v3+json","user-agent":vf},mediaType:{format:""}};function dist_bundle_lowercaseKeys(i){if(!i){return{}}return Object.keys(i).reduce(((u,p)=>{u[p.toLowerCase()]=i[p];return u}),{})}function isPlainObject(i){if(typeof i!=="object"||i===null)return false;if(Object.prototype.toString.call(i)!=="[object Object]")return false;const u=Object.getPrototypeOf(i);if(u===null)return true;const p=Object.prototype.hasOwnProperty.call(u,"constructor")&&u.constructor;return typeof p==="function"&&p instanceof p&&Function.prototype.call(p)===Function.prototype.call(i)}function mergeDeep(i,u){const p=Object.assign({},i);Object.keys(u).forEach((A=>{if(isPlainObject(u[A])){if(!(A in i))Object.assign(p,{[A]:u[A]});else p[A]=mergeDeep(i[A],u[A])}else{Object.assign(p,{[A]:u[A]})}}));return p}function removeUndefinedProperties(i){for(const u in i){if(i[u]===void 0){delete i[u]}}return i}function merge(i,u,p){if(typeof u==="string"){let[i,A]=u.split(" ");p=Object.assign(A?{method:i,url:A}:{url:i},p)}else{p=Object.assign({},u)}p.headers=dist_bundle_lowercaseKeys(p.headers);removeUndefinedProperties(p);removeUndefinedProperties(p.headers);const A=mergeDeep(i||{},p);if(p.url==="/graphql"){if(i&&i.mediaType.previews?.length){A.mediaType.previews=i.mediaType.previews.filter((i=>!A.mediaType.previews.includes(i))).concat(A.mediaType.previews)}A.mediaType.previews=(A.mediaType.previews||[]).map((i=>i.replace(/-preview/,"")))}return A}function addQueryParameters(i,u){const p=/\?/.test(i)?"&":"?";const A=Object.keys(u);if(A.length===0){return i}return i+p+A.map((i=>{if(i==="q"){return"q="+u.q.split("+").map(encodeURIComponent).join("+")}return`${i}=${encodeURIComponent(u[i])}`})).join("&")}var Nf=/\{[^{}}]+\}/g;function removeNonChars(i){return i.replace(/(?:^\W+)|(?:(?<!\W)\W+$)/g,"").split(/,/)}function extractUrlVariableNames(i){const u=i.match(Nf);if(!u){return[]}return u.map(removeNonChars).reduce(((i,u)=>i.concat(u)),[])}function omit(i,u){const p={__proto__:null};for(const A of Object.keys(i)){if(u.indexOf(A)===-1){p[A]=i[A]}}return p}function encodeReserved(i){return i.split(/(%[0-9A-Fa-f]{2})/g).map((function(i){if(!/%[0-9A-Fa-f]/.test(i)){i=encodeURI(i).replace(/%5B/g,"[").replace(/%5D/g,"]")}return i})).join("")}function encodeUnreserved(i){return encodeURIComponent(i).replace(/[!'()*]/g,(function(i){return"%"+i.charCodeAt(0).toString(16).toUpperCase()}))}function encodeValue(i,u,p){u=i==="+"||i==="#"?encodeReserved(u):encodeUnreserved(u);if(p){return encodeUnreserved(p)+"="+u}else{return u}}function isDefined(i){return i!==void 0&&i!==null}function isKeyOperator(i){return i===";"||i==="&"||i==="?"}function getValues(i,u,p,A){var g=i[p],C=[];if(isDefined(g)&&g!==""){if(typeof g==="string"||typeof g==="number"||typeof g==="bigint"||typeof g==="boolean"){g=g.toString();if(A&&A!=="*"){g=g.substring(0,parseInt(A,10))}C.push(encodeValue(u,g,isKeyOperator(u)?p:""))}else{if(A==="*"){if(Array.isArray(g)){g.filter(isDefined).forEach((function(i){C.push(encodeValue(u,i,isKeyOperator(u)?p:""))}))}else{Object.keys(g).forEach((function(i){if(isDefined(g[i])){C.push(encodeValue(u,g[i],i))}}))}}else{const i=[];if(Array.isArray(g)){g.filter(isDefined).forEach((function(p){i.push(encodeValue(u,p))}))}else{Object.keys(g).forEach((function(p){if(isDefined(g[p])){i.push(encodeUnreserved(p));i.push(encodeValue(u,g[p].toString()))}}))}if(isKeyOperator(u)){C.push(encodeUnreserved(p)+"="+i.join(","))}else if(i.length!==0){C.push(i.join(","))}}}}else{if(u===";"){if(isDefined(g)){C.push(encodeUnreserved(p))}}else if(g===""&&(u==="&"||u==="?")){C.push(encodeUnreserved(p)+"=")}else if(g===""){C.push("")}}return C}function parseUrl(i){return{expand:expand.bind(null,i)}}function expand(i,u){var p=["+","#",".","/",";","?","&"];i=i.replace(/\{([^\{\}]+)\}|([^\{\}]+)/g,(function(i,A,g){if(A){let i="";const g=[];if(p.indexOf(A.charAt(0))!==-1){i=A.charAt(0);A=A.substr(1)}A.split(/,/g).forEach((function(p){var A=/([^:\*]*)(?::(\d+)|(\*))?/.exec(p);g.push(getValues(u,i,A[1],A[2]||A[3]))}));if(i&&i!=="+"){var C=",";if(i==="?"){C="&"}else if(i!=="#"){C=i}return(g.length!==0?i:"")+g.join(C)}else{return g.join(",")}}else{return encodeReserved(g)}}));if(i==="/"){return i}else{return i.replace(/\/$/,"")}}function dist_bundle_parse(i){let u=i.method.toUpperCase();let p=(i.url||"/").replace(/:([a-z]\w+)/g,"{$1}");let A=Object.assign({},i.headers);let g;let C=omit(i,["method","baseUrl","url","headers","request","mediaType"]);const S=extractUrlVariableNames(p);p=parseUrl(p).expand(C);if(!/^http/.test(p)){p=i.baseUrl+p}const w=Object.keys(i).filter((i=>S.includes(i))).concat("baseUrl");const B=omit(C,w);const v=/application\/octet-stream/i.test(A.accept);if(!v){if(i.mediaType.format){A.accept=A.accept.split(/,/).map((u=>u.replace(/application\/vnd(\.\w+)(\.v3)?(\.\w+)?(\+json)?$/,`application/vnd$1$2.${i.mediaType.format}`))).join(",")}if(p.endsWith("/graphql")){if(i.mediaType.previews?.length){const u=A.accept.match(/(?<![\w-])[\w-]+(?=-preview)/g)||[];A.accept=u.concat(i.mediaType.previews).map((u=>{const p=i.mediaType.format?`.${i.mediaType.format}`:"+json";return`application/vnd.github.${u}-preview${p}`})).join(",")}}}if(["GET","HEAD"].includes(u)){p=addQueryParameters(p,B)}else{if("data"in B){g=B.data}else{if(Object.keys(B).length){g=B}}}if(!A["content-type"]&&typeof g!=="undefined"){A["content-type"]="application/json; charset=utf-8"}if(["PATCH","PUT"].includes(u)&&typeof g==="undefined"){g=""}return Object.assign({method:u,url:p,headers:A},typeof g!=="undefined"?{body:g}:null,i.request?{request:i.request}:null)}function endpointWithDefaults(i,u,p){return dist_bundle_parse(merge(i,u,p))}function withDefaults(i,u){const p=merge(i,u);const A=endpointWithDefaults.bind(null,p);return Object.assign(A,{DEFAULTS:p,defaults:withDefaults.bind(null,p),merge:merge.bind(null,p),parse:dist_bundle_parse})}var Tf=withDefaults(null,Rf);var Qf=__nccwpck_require__(41120);const xf=/^-?\d+n+$/;const _f=JSON.stringify;const kf=JSON.parse;const JSONStringify=(i,u,p)=>{if("rawJSON"in JSON){return _f(i,((i,p)=>{if(typeof p==="bigint")return JSON.rawJSON(p.toString());if(typeof u==="function")return u(i,p);if(Array.isArray(u)&&u.includes(i))return p;return p}),p)}if(!i)return _f(i,u,p);const A=/([\[:])?"(-?\d+)n"($|([\\n]|\s)*(\s|[\\n])*[,\}\]])/g;const g=/([\[:])?("-?\d+n+)n("$|"([\\n]|\s)*(\s|[\\n])*[,\}\]])/g;const C=_f(i,((i,p)=>{const A=typeof p==="string"&&Boolean(p.match(xf));if(A)return p.toString()+"n";if(typeof p==="bigint")return p.toString()+"n";if(typeof u==="function")return u(i,p);if(Array.isArray(u)&&u.includes(i))return p;return p}),p);const S=C.replace(A,"$1$2$3");const w=S.replace(g,"$1$2$3");return w};const isContextSourceSupported=()=>JSON.parse("1",((i,u,p)=>!!p&&p.source==="1"));const JSONParseV2=(i,u)=>{const p=/^-?\d+$/;return JSON.parse(i,((i,A,g)=>{const C=typeof A==="number"&&(A>Number.MAX_SAFE_INTEGER||A<Number.MIN_SAFE_INTEGER);const S=p.test(g.source);const w=C&&S;if(w)return BigInt(g.source);if(typeof u!=="function")return A;return u(i,A,g)}))};const JSONParse=(i,u)=>{if(!i)return kf(i,u);if(isContextSourceSupported())return JSONParseV2(i,u);const p=Number.MAX_SAFE_INTEGER.toString();const A=p.length;const g=/"(?:\\.|[^"])*"|-?(0|[1-9][0-9]*)(\.[0-9]+)?([eE][+-]?[0-9]+)?/g;const C=/^"-?\d+n+"$/;const S=/^-?\d+n$/;const w=i.replace(g,((i,u,g,S)=>{const w=i[0]==='"';const B=w&&Boolean(i.match(C));if(B)return i.substring(0,i.length-1)+'n"';const v=g||S;const N=u&&(u.length<A||u.length===A&&u<=p);if(w||v||N)return i;return'"'+i+'n"'}));return kf(w,((i,p,A)=>{const g=typeof p==="string"&&Boolean(p.match(S));if(g)return BigInt(p.substring(0,p.length-1));const C=typeof p==="string"&&Boolean(p.match(xf));if(C)return p.substring(0,p.length-1);if(typeof u!=="function")return p;return u(i,p,A)}))};class RequestError extends Error{name;status;request;response;constructor(i,u,p){super(i,{cause:p.cause});this.name="HttpError";this.status=Number.parseInt(u);if(Number.isNaN(this.status)){this.status=0}
|
||
/* v8 ignore else -- @preserve -- Bug with vitest coverage where it sees an else branch that doesn't exist */if("response"in p){this.response=p.response}const A=Object.assign({},p.request);if(p.request.headers.authorization){A.headers=Object.assign({},p.request.headers,{authorization:p.request.headers.authorization.replace(/(?<! ) .*$/," [REDACTED]")})}A.url=A.url.replace(/\bclient_secret=\w+/g,"client_secret=[REDACTED]").replace(/\baccess_token=\w+/g,"access_token=[REDACTED]");this.request=A}}var Df="10.0.8";var Of={headers:{"user-agent":`octokit-request.js/${Df} ${getUserAgent()}`}};function dist_bundle_isPlainObject(i){if(typeof i!=="object"||i===null)return false;if(Object.prototype.toString.call(i)!=="[object Object]")return false;const u=Object.getPrototypeOf(i);if(u===null)return true;const p=Object.prototype.hasOwnProperty.call(u,"constructor")&&u.constructor;return typeof p==="function"&&p instanceof p&&Function.prototype.call(p)===Function.prototype.call(i)}var noop=()=>"";async function fetchWrapper(i){const u=i.request?.fetch||globalThis.fetch;if(!u){throw new Error("fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}). Learn more at https://github.com/octokit/octokit.js/#fetch-missing")}const p=i.request?.log||console;const A=i.request?.parseSuccessResponseBody!==false;const g=dist_bundle_isPlainObject(i.body)||Array.isArray(i.body)?JSONStringify(i.body):i.body;const C=Object.fromEntries(Object.entries(i.headers).map((([i,u])=>[i,String(u)])));let S;try{S=await u(i.url,{method:i.method,body:g,redirect:i.request?.redirect,headers:C,signal:i.request?.signal,...i.body&&{duplex:"half"}})}catch(u){let p="Unknown Error";if(u instanceof Error){if(u.name==="AbortError"){u.status=500;throw u}p=u.message;if(u.name==="TypeError"&&"cause"in u){if(u.cause instanceof Error){p=u.cause.message}else if(typeof u.cause==="string"){p=u.cause}}}const A=new RequestError(p,500,{request:i});A.cause=u;throw A}const w=S.status;const B=S.url;const v={};for(const[i,u]of S.headers){v[i]=u}const N={url:B,status:w,headers:v,data:""};if("deprecation"in v){const u=v.link&&v.link.match(/<([^<>]+)>; rel="deprecation"/);const A=u&&u.pop();p.warn(`[@octokit/request] "${i.method} ${i.url}" is deprecated. It is scheduled to be removed on ${v.sunset}${A?`. See ${A}`:""}`)}if(w===204||w===205){return N}if(i.method==="HEAD"){if(w<400){return N}throw new RequestError(S.statusText,w,{response:N,request:i})}if(w===304){N.data=await getResponseData(S);throw new RequestError("Not modified",w,{response:N,request:i})}if(w>=400){N.data=await getResponseData(S);throw new RequestError(toErrorMessage(N.data),w,{response:N,request:i})}N.data=A?await getResponseData(S):S.body;return N}async function getResponseData(i){const u=i.headers.get("content-type");if(!u){return i.text().catch(noop)}const p=(0,Qf.xL)(u);if(isJSONResponse(p)){let u="";try{u=await i.text();return JSONParse(u)}catch(i){return u}}else if(p.type.startsWith("text/")||p.parameters.charset?.toLowerCase()==="utf-8"){return i.text().catch(noop)}else{return i.arrayBuffer().catch((
|
||
/* v8 ignore next -- @preserve */
|
||
()=>new ArrayBuffer(0)))}}function isJSONResponse(i){return i.type==="application/json"||i.type==="application/scim+json"}function toErrorMessage(i){if(typeof i==="string"){return i}if(i instanceof ArrayBuffer){return"Unknown error"}if("message"in i){const u="documentation_url"in i?` - ${i.documentation_url}`:"";return Array.isArray(i.errors)?`${i.message}: ${i.errors.map((i=>JSON.stringify(i))).join(", ")}${u}`:`${i.message}${u}`}return`Unknown error: ${JSON.stringify(i)}`}function dist_bundle_withDefaults(i,u){const p=i.defaults(u);const newApi=function(i,u){const A=p.merge(i,u);if(!A.request||!A.request.hook){return fetchWrapper(p.parse(A))}const request2=(i,u)=>fetchWrapper(p.parse(p.merge(i,u)));Object.assign(request2,{endpoint:p,defaults:dist_bundle_withDefaults.bind(null,p)});return A.request.hook(request2,A)};return Object.assign(newApi,{endpoint:p,defaults:dist_bundle_withDefaults.bind(null,p)})}var Pf=dist_bundle_withDefaults(Tf,Of);
|
||
/* v8 ignore next -- @preserve */
|
||
/* v8 ignore else -- @preserve */var Mf="0.0.0-development";function _buildMessageForResponseErrors(i){return`Request failed due to following response errors:\n`+i.errors.map((i=>` - ${i.message}`)).join("\n")}var Lf=class extends Error{constructor(i,u,p){super(_buildMessageForResponseErrors(p));this.request=i;this.headers=u;this.response=p;this.errors=p.errors;this.data=p.data;if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}}name="GraphqlResponseError";errors;data};var Ff=["method","baseUrl","url","headers","request","query","mediaType","operationName"];var Uf=["query","method","url"];var Hf=/\/api\/v3\/?$/;function graphql(i,u,p){if(p){if(typeof u==="string"&&"query"in p){return Promise.reject(new Error(`[@octokit/graphql] "query" cannot be used as variable name`))}for(const i in p){if(!Uf.includes(i))continue;return Promise.reject(new Error(`[@octokit/graphql] "${i}" cannot be used as variable name`))}}const A=typeof u==="string"?Object.assign({query:u},p):u;const g=Object.keys(A).reduce(((i,u)=>{if(Ff.includes(u)){i[u]=A[u];return i}if(!i.variables){i.variables={}}i.variables[u]=A[u];return i}),{});const C=A.baseUrl||i.endpoint.DEFAULTS.baseUrl;if(Hf.test(C)){g.url=C.replace(Hf,"/api/graphql")}return i(g).then((i=>{if(i.data.errors){const u={};for(const p of Object.keys(i.headers)){u[p]=i.headers[p]}throw new Lf(g,u,i.data)}return i.data.data}))}function graphql_dist_bundle_withDefaults(i,u){const p=i.defaults(u);const newApi=(i,u)=>graphql(p,i,u);return Object.assign(newApi,{defaults:graphql_dist_bundle_withDefaults.bind(null,p),endpoint:p.endpoint})}var Gf=graphql_dist_bundle_withDefaults(Pf,{headers:{"user-agent":`octokit-graphql.js/${Mf} ${getUserAgent()}`},method:"POST",url:"/graphql"});function withCustomRequest(i){return graphql_dist_bundle_withDefaults(i,{method:"POST",url:"/graphql"})}var Vf="(?:[a-zA-Z0-9_-]+)";var zf="\\.";var jf=new RegExp(`^${Vf}${zf}${Vf}${zf}${Vf}$`);var qf=jf.test.bind(jf);async function auth(i){const u=qf(i);const p=i.startsWith("v1.")||i.startsWith("ghs_");const A=i.startsWith("ghu_");const g=u?"app":p?"installation":A?"user-to-server":"oauth";return{type:"token",token:i,tokenType:g}}function withAuthorizationPrefix(i){if(i.split(/\./).length===3){return`bearer ${i}`}return`token ${i}`}async function hook(i,u,p,A){const g=u.endpoint.merge(p,A);g.headers.authorization=withAuthorizationPrefix(i);return u(g)}var $f=function createTokenAuth2(i){if(!i){throw new Error("[@octokit/auth-token] No token passed to createTokenAuth")}if(typeof i!=="string"){throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string")}i=i.replace(/^(token|bearer) +/i,"");return Object.assign(auth.bind(null,i),{hook:hook.bind(null,i)})};const Jf="7.0.6";const dist_src_noop=()=>{};const Wf=console.warn.bind(console);const Yf=console.error.bind(console);function createLogger(i={}){if(typeof i.debug!=="function"){i.debug=dist_src_noop}if(typeof i.info!=="function"){i.info=dist_src_noop}if(typeof i.warn!=="function"){i.warn=Wf}if(typeof i.error!=="function"){i.error=Yf}return i}const Kf=`octokit-core.js/${Jf} ${getUserAgent()}`;class Octokit{static VERSION=Jf;static defaults(i){const u=class extends(this){constructor(...u){const p=u[0]||{};if(typeof i==="function"){super(i(p));return}super(Object.assign({},i,p,p.userAgent&&i.userAgent?{userAgent:`${p.userAgent} ${i.userAgent}`}:null))}};return u}static plugins=[];static plugin(...i){const u=this.plugins;const p=class extends(this){static plugins=u.concat(i.filter((i=>!u.includes(i))))};return p}constructor(i={}){const u=new wf.Collection;const p={baseUrl:Pf.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},i.request,{hook:u.bind(null,"request")}),mediaType:{previews:[],format:""}};p.headers["user-agent"]=i.userAgent?`${i.userAgent} ${Kf}`:Kf;if(i.baseUrl){p.baseUrl=i.baseUrl}if(i.previews){p.mediaType.previews=i.previews}if(i.timeZone){p.headers["time-zone"]=i.timeZone}this.request=Pf.defaults(p);this.graphql=withCustomRequest(this.request).defaults(p);this.log=createLogger(i.log);this.hook=u;if(!i.authStrategy){if(!i.auth){this.auth=async()=>({type:"unauthenticated"})}else{const p=$f(i.auth);u.wrap("request",p.hook);this.auth=p}}else{const{authStrategy:p,...A}=i;const g=p(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:A},i.auth));u.wrap("request",g.hook);this.auth=g}const A=this.constructor;for(let u=0;u<A.plugins.length;++u){Object.assign(this,A.plugins[u](this,i))}}request;graphql;log;hook;auth}const Zf="17.0.0";const Xf={actions:{addCustomLabelsToSelfHostedRunnerForOrg:["POST /orgs/{org}/actions/runners/{runner_id}/labels"],addCustomLabelsToSelfHostedRunnerForRepo:["POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],addRepoAccessToSelfHostedRunnerGroupInOrg:["PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"],addSelectedRepoToOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],addSelectedRepoToOrgVariable:["PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"],approveWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve"],cancelWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel"],createEnvironmentVariable:["POST /repos/{owner}/{repo}/environments/{environment_name}/variables"],createHostedRunnerForOrg:["POST /orgs/{org}/actions/hosted-runners"],createOrUpdateEnvironmentSecret:["PUT /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}"],createOrgVariable:["POST /orgs/{org}/actions/variables"],createRegistrationTokenForOrg:["POST /orgs/{org}/actions/runners/registration-token"],createRegistrationTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/registration-token"],createRemoveTokenForOrg:["POST /orgs/{org}/actions/runners/remove-token"],createRemoveTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/remove-token"],createRepoVariable:["POST /repos/{owner}/{repo}/actions/variables"],createWorkflowDispatch:["POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"],deleteActionsCacheById:["DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}"],deleteActionsCacheByKey:["DELETE /repos/{owner}/{repo}/actions/caches{?key,ref}"],deleteArtifact:["DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],deleteCustomImageFromOrg:["DELETE /orgs/{org}/actions/hosted-runners/images/custom/{image_definition_id}"],deleteCustomImageVersionFromOrg:["DELETE /orgs/{org}/actions/hosted-runners/images/custom/{image_definition_id}/versions/{version}"],deleteEnvironmentSecret:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],deleteEnvironmentVariable:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],deleteHostedRunnerForOrg:["DELETE /orgs/{org}/actions/hosted-runners/{hosted_runner_id}"],deleteOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}"],deleteOrgVariable:["DELETE /orgs/{org}/actions/variables/{name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}"],deleteRepoVariable:["DELETE /repos/{owner}/{repo}/actions/variables/{name}"],deleteSelfHostedRunnerFromOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}"],deleteSelfHostedRunnerFromRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}"],deleteWorkflowRun:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}"],deleteWorkflowRunLogs:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],disableSelectedRepositoryGithubActionsOrganization:["DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}"],disableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"],downloadArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"],downloadJobLogsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs"],downloadWorkflowRunAttemptLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs"],downloadWorkflowRunLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],enableSelectedRepositoryGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories/{repository_id}"],enableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"],forceCancelWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"],generateRunnerJitconfigForOrg:["POST /orgs/{org}/actions/runners/generate-jitconfig"],generateRunnerJitconfigForRepo:["POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig"],getActionsCacheList:["GET /repos/{owner}/{repo}/actions/caches"],getActionsCacheUsage:["GET /repos/{owner}/{repo}/actions/cache/usage"],getActionsCacheUsageByRepoForOrg:["GET /orgs/{org}/actions/cache/usage-by-repository"],getActionsCacheUsageForOrg:["GET /orgs/{org}/actions/cache/usage"],getAllowedActionsOrganization:["GET /orgs/{org}/actions/permissions/selected-actions"],getAllowedActionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/selected-actions"],getArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],getCustomImageForOrg:["GET /orgs/{org}/actions/hosted-runners/images/custom/{image_definition_id}"],getCustomImageVersionForOrg:["GET /orgs/{org}/actions/hosted-runners/images/custom/{image_definition_id}/versions/{version}"],getCustomOidcSubClaimForRepo:["GET /repos/{owner}/{repo}/actions/oidc/customization/sub"],getEnvironmentPublicKey:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key"],getEnvironmentSecret:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],getEnvironmentVariable:["GET /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],getGithubActionsDefaultWorkflowPermissionsOrganization:["GET /orgs/{org}/actions/permissions/workflow"],getGithubActionsDefaultWorkflowPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/workflow"],getGithubActionsPermissionsOrganization:["GET /orgs/{org}/actions/permissions"],getGithubActionsPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions"],getHostedRunnerForOrg:["GET /orgs/{org}/actions/hosted-runners/{hosted_runner_id}"],getHostedRunnersGithubOwnedImagesForOrg:["GET /orgs/{org}/actions/hosted-runners/images/github-owned"],getHostedRunnersLimitsForOrg:["GET /orgs/{org}/actions/hosted-runners/limits"],getHostedRunnersMachineSpecsForOrg:["GET /orgs/{org}/actions/hosted-runners/machine-sizes"],getHostedRunnersPartnerImagesForOrg:["GET /orgs/{org}/actions/hosted-runners/images/partner"],getHostedRunnersPlatformsForOrg:["GET /orgs/{org}/actions/hosted-runners/platforms"],getJobForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}"],getOrgPublicKey:["GET /orgs/{org}/actions/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}"],getOrgVariable:["GET /orgs/{org}/actions/variables/{name}"],getPendingDeploymentsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],getRepoPermissions:["GET /repos/{owner}/{repo}/actions/permissions",{},{renamed:["actions","getGithubActionsPermissionsRepository"]}],getRepoPublicKey:["GET /repos/{owner}/{repo}/actions/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"],getRepoVariable:["GET /repos/{owner}/{repo}/actions/variables/{name}"],getReviewsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals"],getSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}"],getSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}"],getWorkflow:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}"],getWorkflowAccessToRepository:["GET /repos/{owner}/{repo}/actions/permissions/access"],getWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}"],getWorkflowRunAttempt:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}"],getWorkflowRunUsage:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing"],getWorkflowUsage:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing"],listArtifactsForRepo:["GET /repos/{owner}/{repo}/actions/artifacts"],listCustomImageVersionsForOrg:["GET /orgs/{org}/actions/hosted-runners/images/custom/{image_definition_id}/versions"],listCustomImagesForOrg:["GET /orgs/{org}/actions/hosted-runners/images/custom"],listEnvironmentSecrets:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets"],listEnvironmentVariables:["GET /repos/{owner}/{repo}/environments/{environment_name}/variables"],listGithubHostedRunnersInGroupForOrg:["GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners"],listHostedRunnersForOrg:["GET /orgs/{org}/actions/hosted-runners"],listJobsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs"],listJobsForWorkflowRunAttempt:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs"],listLabelsForSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}/labels"],listLabelsForSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],listOrgSecrets:["GET /orgs/{org}/actions/secrets"],listOrgVariables:["GET /orgs/{org}/actions/variables"],listRepoOrganizationSecrets:["GET /repos/{owner}/{repo}/actions/organization-secrets"],listRepoOrganizationVariables:["GET /repos/{owner}/{repo}/actions/organization-variables"],listRepoSecrets:["GET /repos/{owner}/{repo}/actions/secrets"],listRepoVariables:["GET /repos/{owner}/{repo}/actions/variables"],listRepoWorkflows:["GET /repos/{owner}/{repo}/actions/workflows"],listRunnerApplicationsForOrg:["GET /orgs/{org}/actions/runners/downloads"],listRunnerApplicationsForRepo:["GET /repos/{owner}/{repo}/actions/runners/downloads"],listSelectedReposForOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}/repositories"],listSelectedReposForOrgVariable:["GET /orgs/{org}/actions/variables/{name}/repositories"],listSelectedRepositoriesEnabledGithubActionsOrganization:["GET /orgs/{org}/actions/permissions/repositories"],listSelfHostedRunnersForOrg:["GET /orgs/{org}/actions/runners"],listSelfHostedRunnersForRepo:["GET /repos/{owner}/{repo}/actions/runners"],listWorkflowRunArtifacts:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"],listWorkflowRuns:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"],listWorkflowRunsForRepo:["GET /repos/{owner}/{repo}/actions/runs"],reRunJobForWorkflowRun:["POST /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun"],reRunWorkflow:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun"],reRunWorkflowFailedJobs:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs"],removeAllCustomLabelsFromSelfHostedRunnerForOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}/labels"],removeAllCustomLabelsFromSelfHostedRunnerForRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],removeCustomLabelFromSelfHostedRunnerForOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}/labels/{name}"],removeCustomLabelFromSelfHostedRunnerForRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],removeSelectedRepoFromOrgVariable:["DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"],reviewCustomGatesForRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"],reviewPendingDeploymentsForRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],setAllowedActionsOrganization:["PUT /orgs/{org}/actions/permissions/selected-actions"],setAllowedActionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/selected-actions"],setCustomLabelsForSelfHostedRunnerForOrg:["PUT /orgs/{org}/actions/runners/{runner_id}/labels"],setCustomLabelsForSelfHostedRunnerForRepo:["PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],setCustomOidcSubClaimForRepo:["PUT /repos/{owner}/{repo}/actions/oidc/customization/sub"],setGithubActionsDefaultWorkflowPermissionsOrganization:["PUT /orgs/{org}/actions/permissions/workflow"],setGithubActionsDefaultWorkflowPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/workflow"],setGithubActionsPermissionsOrganization:["PUT /orgs/{org}/actions/permissions"],setGithubActionsPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories"],setSelectedReposForOrgVariable:["PUT /orgs/{org}/actions/variables/{name}/repositories"],setSelectedRepositoriesEnabledGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories"],setWorkflowAccessToRepository:["PUT /repos/{owner}/{repo}/actions/permissions/access"],updateEnvironmentVariable:["PATCH /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],updateHostedRunnerForOrg:["PATCH /orgs/{org}/actions/hosted-runners/{hosted_runner_id}"],updateOrgVariable:["PATCH /orgs/{org}/actions/variables/{name}"],updateRepoVariable:["PATCH /repos/{owner}/{repo}/actions/variables/{name}"]},activity:{checkRepoIsStarredByAuthenticatedUser:["GET /user/starred/{owner}/{repo}"],deleteRepoSubscription:["DELETE /repos/{owner}/{repo}/subscription"],deleteThreadSubscription:["DELETE /notifications/threads/{thread_id}/subscription"],getFeeds:["GET /feeds"],getRepoSubscription:["GET /repos/{owner}/{repo}/subscription"],getThread:["GET /notifications/threads/{thread_id}"],getThreadSubscriptionForAuthenticatedUser:["GET /notifications/threads/{thread_id}/subscription"],listEventsForAuthenticatedUser:["GET /users/{username}/events"],listNotificationsForAuthenticatedUser:["GET /notifications"],listOrgEventsForAuthenticatedUser:["GET /users/{username}/events/orgs/{org}"],listPublicEvents:["GET /events"],listPublicEventsForRepoNetwork:["GET /networks/{owner}/{repo}/events"],listPublicEventsForUser:["GET /users/{username}/events/public"],listPublicOrgEvents:["GET /orgs/{org}/events"],listReceivedEventsForUser:["GET /users/{username}/received_events"],listReceivedPublicEventsForUser:["GET /users/{username}/received_events/public"],listRepoEvents:["GET /repos/{owner}/{repo}/events"],listRepoNotificationsForAuthenticatedUser:["GET /repos/{owner}/{repo}/notifications"],listReposStarredByAuthenticatedUser:["GET /user/starred"],listReposStarredByUser:["GET /users/{username}/starred"],listReposWatchedByUser:["GET /users/{username}/subscriptions"],listStargazersForRepo:["GET /repos/{owner}/{repo}/stargazers"],listWatchedReposForAuthenticatedUser:["GET /user/subscriptions"],listWatchersForRepo:["GET /repos/{owner}/{repo}/subscribers"],markNotificationsAsRead:["PUT /notifications"],markRepoNotificationsAsRead:["PUT /repos/{owner}/{repo}/notifications"],markThreadAsDone:["DELETE /notifications/threads/{thread_id}"],markThreadAsRead:["PATCH /notifications/threads/{thread_id}"],setRepoSubscription:["PUT /repos/{owner}/{repo}/subscription"],setThreadSubscription:["PUT /notifications/threads/{thread_id}/subscription"],starRepoForAuthenticatedUser:["PUT /user/starred/{owner}/{repo}"],unstarRepoForAuthenticatedUser:["DELETE /user/starred/{owner}/{repo}"]},apps:{addRepoToInstallation:["PUT /user/installations/{installation_id}/repositories/{repository_id}",{},{renamed:["apps","addRepoToInstallationForAuthenticatedUser"]}],addRepoToInstallationForAuthenticatedUser:["PUT /user/installations/{installation_id}/repositories/{repository_id}"],checkToken:["POST /applications/{client_id}/token"],createFromManifest:["POST /app-manifests/{code}/conversions"],createInstallationAccessToken:["POST /app/installations/{installation_id}/access_tokens"],deleteAuthorization:["DELETE /applications/{client_id}/grant"],deleteInstallation:["DELETE /app/installations/{installation_id}"],deleteToken:["DELETE /applications/{client_id}/token"],getAuthenticated:["GET /app"],getBySlug:["GET /apps/{app_slug}"],getInstallation:["GET /app/installations/{installation_id}"],getOrgInstallation:["GET /orgs/{org}/installation"],getRepoInstallation:["GET /repos/{owner}/{repo}/installation"],getSubscriptionPlanForAccount:["GET /marketplace_listing/accounts/{account_id}"],getSubscriptionPlanForAccountStubbed:["GET /marketplace_listing/stubbed/accounts/{account_id}"],getUserInstallation:["GET /users/{username}/installation"],getWebhookConfigForApp:["GET /app/hook/config"],getWebhookDelivery:["GET /app/hook/deliveries/{delivery_id}"],listAccountsForPlan:["GET /marketplace_listing/plans/{plan_id}/accounts"],listAccountsForPlanStubbed:["GET /marketplace_listing/stubbed/plans/{plan_id}/accounts"],listInstallationReposForAuthenticatedUser:["GET /user/installations/{installation_id}/repositories"],listInstallationRequestsForAuthenticatedApp:["GET /app/installation-requests"],listInstallations:["GET /app/installations"],listInstallationsForAuthenticatedUser:["GET /user/installations"],listPlans:["GET /marketplace_listing/plans"],listPlansStubbed:["GET /marketplace_listing/stubbed/plans"],listReposAccessibleToInstallation:["GET /installation/repositories"],listSubscriptionsForAuthenticatedUser:["GET /user/marketplace_purchases"],listSubscriptionsForAuthenticatedUserStubbed:["GET /user/marketplace_purchases/stubbed"],listWebhookDeliveries:["GET /app/hook/deliveries"],redeliverWebhookDelivery:["POST /app/hook/deliveries/{delivery_id}/attempts"],removeRepoFromInstallation:["DELETE /user/installations/{installation_id}/repositories/{repository_id}",{},{renamed:["apps","removeRepoFromInstallationForAuthenticatedUser"]}],removeRepoFromInstallationForAuthenticatedUser:["DELETE /user/installations/{installation_id}/repositories/{repository_id}"],resetToken:["PATCH /applications/{client_id}/token"],revokeInstallationAccessToken:["DELETE /installation/token"],scopeToken:["POST /applications/{client_id}/token/scoped"],suspendInstallation:["PUT /app/installations/{installation_id}/suspended"],unsuspendInstallation:["DELETE /app/installations/{installation_id}/suspended"],updateWebhookConfigForApp:["PATCH /app/hook/config"]},billing:{getGithubActionsBillingOrg:["GET /orgs/{org}/settings/billing/actions"],getGithubActionsBillingUser:["GET /users/{username}/settings/billing/actions"],getGithubBillingPremiumRequestUsageReportOrg:["GET /organizations/{org}/settings/billing/premium_request/usage"],getGithubBillingPremiumRequestUsageReportUser:["GET /users/{username}/settings/billing/premium_request/usage"],getGithubBillingUsageReportOrg:["GET /organizations/{org}/settings/billing/usage"],getGithubBillingUsageReportUser:["GET /users/{username}/settings/billing/usage"],getGithubPackagesBillingOrg:["GET /orgs/{org}/settings/billing/packages"],getGithubPackagesBillingUser:["GET /users/{username}/settings/billing/packages"],getSharedStorageBillingOrg:["GET /orgs/{org}/settings/billing/shared-storage"],getSharedStorageBillingUser:["GET /users/{username}/settings/billing/shared-storage"]},campaigns:{createCampaign:["POST /orgs/{org}/campaigns"],deleteCampaign:["DELETE /orgs/{org}/campaigns/{campaign_number}"],getCampaignSummary:["GET /orgs/{org}/campaigns/{campaign_number}"],listOrgCampaigns:["GET /orgs/{org}/campaigns"],updateCampaign:["PATCH /orgs/{org}/campaigns/{campaign_number}"]},checks:{create:["POST /repos/{owner}/{repo}/check-runs"],createSuite:["POST /repos/{owner}/{repo}/check-suites"],get:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}"],getSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}"],listAnnotations:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"],listForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-runs"],listForSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"],listSuitesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-suites"],rerequestRun:["POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest"],rerequestSuite:["POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"],setSuitesPreferences:["PATCH /repos/{owner}/{repo}/check-suites/preferences"],update:["PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}"]},codeScanning:{commitAutofix:["POST /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix/commits"],createAutofix:["POST /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix"],createVariantAnalysis:["POST /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses"],deleteAnalysis:["DELETE /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}"],deleteCodeqlDatabase:["DELETE /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}"],getAlert:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}",{},{renamedParameters:{alert_id:"alert_number"}}],getAnalysis:["GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"],getAutofix:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix"],getCodeqlDatabase:["GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}"],getDefaultSetup:["GET /repos/{owner}/{repo}/code-scanning/default-setup"],getSarif:["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"],getVariantAnalysis:["GET /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeql_variant_analysis_id}"],getVariantAnalysisRepoTask:["GET /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeql_variant_analysis_id}/repos/{repo_owner}/{repo_name}"],listAlertInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"],listAlertsForOrg:["GET /orgs/{org}/code-scanning/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/code-scanning/alerts"],listAlertsInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances",{},{renamed:["codeScanning","listAlertInstances"]}],listCodeqlDatabases:["GET /repos/{owner}/{repo}/code-scanning/codeql/databases"],listRecentAnalyses:["GET /repos/{owner}/{repo}/code-scanning/analyses"],updateAlert:["PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"],updateDefaultSetup:["PATCH /repos/{owner}/{repo}/code-scanning/default-setup"],uploadSarif:["POST /repos/{owner}/{repo}/code-scanning/sarifs"]},codeSecurity:{attachConfiguration:["POST /orgs/{org}/code-security/configurations/{configuration_id}/attach"],attachEnterpriseConfiguration:["POST /enterprises/{enterprise}/code-security/configurations/{configuration_id}/attach"],createConfiguration:["POST /orgs/{org}/code-security/configurations"],createConfigurationForEnterprise:["POST /enterprises/{enterprise}/code-security/configurations"],deleteConfiguration:["DELETE /orgs/{org}/code-security/configurations/{configuration_id}"],deleteConfigurationForEnterprise:["DELETE /enterprises/{enterprise}/code-security/configurations/{configuration_id}"],detachConfiguration:["DELETE /orgs/{org}/code-security/configurations/detach"],getConfiguration:["GET /orgs/{org}/code-security/configurations/{configuration_id}"],getConfigurationForRepository:["GET /repos/{owner}/{repo}/code-security-configuration"],getConfigurationsForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations"],getConfigurationsForOrg:["GET /orgs/{org}/code-security/configurations"],getDefaultConfigurations:["GET /orgs/{org}/code-security/configurations/defaults"],getDefaultConfigurationsForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations/defaults"],getRepositoriesForConfiguration:["GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories"],getRepositoriesForEnterpriseConfiguration:["GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}/repositories"],getSingleConfigurationForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}"],setConfigurationAsDefault:["PUT /orgs/{org}/code-security/configurations/{configuration_id}/defaults"],setConfigurationAsDefaultForEnterprise:["PUT /enterprises/{enterprise}/code-security/configurations/{configuration_id}/defaults"],updateConfiguration:["PATCH /orgs/{org}/code-security/configurations/{configuration_id}"],updateEnterpriseConfiguration:["PATCH /enterprises/{enterprise}/code-security/configurations/{configuration_id}"]},codesOfConduct:{getAllCodesOfConduct:["GET /codes_of_conduct"],getConductCode:["GET /codes_of_conduct/{key}"]},codespaces:{addRepositoryForSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"],addSelectedRepoToOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"],checkPermissionsForDevcontainer:["GET /repos/{owner}/{repo}/codespaces/permissions_check"],codespaceMachinesForAuthenticatedUser:["GET /user/codespaces/{codespace_name}/machines"],createForAuthenticatedUser:["POST /user/codespaces"],createOrUpdateOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],createOrUpdateSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}"],createWithPrForAuthenticatedUser:["POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces"],createWithRepoForAuthenticatedUser:["POST /repos/{owner}/{repo}/codespaces"],deleteForAuthenticatedUser:["DELETE /user/codespaces/{codespace_name}"],deleteFromOrganization:["DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}"],deleteOrgSecret:["DELETE /orgs/{org}/codespaces/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],deleteSecretForAuthenticatedUser:["DELETE /user/codespaces/secrets/{secret_name}"],exportForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/exports"],getCodespacesForUserInOrg:["GET /orgs/{org}/members/{username}/codespaces"],getExportDetailsForAuthenticatedUser:["GET /user/codespaces/{codespace_name}/exports/{export_id}"],getForAuthenticatedUser:["GET /user/codespaces/{codespace_name}"],getOrgPublicKey:["GET /orgs/{org}/codespaces/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/codespaces/secrets/{secret_name}"],getPublicKeyForAuthenticatedUser:["GET /user/codespaces/secrets/public-key"],getRepoPublicKey:["GET /repos/{owner}/{repo}/codespaces/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],getSecretForAuthenticatedUser:["GET /user/codespaces/secrets/{secret_name}"],listDevcontainersInRepositoryForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/devcontainers"],listForAuthenticatedUser:["GET /user/codespaces"],listInOrganization:["GET /orgs/{org}/codespaces",{},{renamedParameters:{org_id:"org"}}],listInRepositoryForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces"],listOrgSecrets:["GET /orgs/{org}/codespaces/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/codespaces/secrets"],listRepositoriesForSecretForAuthenticatedUser:["GET /user/codespaces/secrets/{secret_name}/repositories"],listSecretsForAuthenticatedUser:["GET /user/codespaces/secrets"],listSelectedReposForOrgSecret:["GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories"],preFlightWithRepoForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/new"],publishForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/publish"],removeRepositoryForSecretForAuthenticatedUser:["DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"],repoMachinesForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/machines"],setRepositoriesForSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}/repositories"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories"],startForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/start"],stopForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/stop"],stopInOrganization:["POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop"],updateForAuthenticatedUser:["PATCH /user/codespaces/{codespace_name}"]},copilot:{addCopilotSeatsForTeams:["POST /orgs/{org}/copilot/billing/selected_teams"],addCopilotSeatsForUsers:["POST /orgs/{org}/copilot/billing/selected_users"],cancelCopilotSeatAssignmentForTeams:["DELETE /orgs/{org}/copilot/billing/selected_teams"],cancelCopilotSeatAssignmentForUsers:["DELETE /orgs/{org}/copilot/billing/selected_users"],copilotMetricsForOrganization:["GET /orgs/{org}/copilot/metrics"],copilotMetricsForTeam:["GET /orgs/{org}/team/{team_slug}/copilot/metrics"],getCopilotOrganizationDetails:["GET /orgs/{org}/copilot/billing"],getCopilotSeatDetailsForUser:["GET /orgs/{org}/members/{username}/copilot"],listCopilotSeats:["GET /orgs/{org}/copilot/billing/seats"]},credentials:{revoke:["POST /credentials/revoke"]},dependabot:{addSelectedRepoToOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],deleteOrgSecret:["DELETE /orgs/{org}/dependabot/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],getAlert:["GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"],getOrgPublicKey:["GET /orgs/{org}/dependabot/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/dependabot/secrets/{secret_name}"],getRepoPublicKey:["GET /repos/{owner}/{repo}/dependabot/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],listAlertsForEnterprise:["GET /enterprises/{enterprise}/dependabot/alerts"],listAlertsForOrg:["GET /orgs/{org}/dependabot/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/dependabot/alerts"],listOrgSecrets:["GET /orgs/{org}/dependabot/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/dependabot/secrets"],listSelectedReposForOrgSecret:["GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"],repositoryAccessForOrg:["GET /organizations/{org}/dependabot/repository-access"],setRepositoryAccessDefaultLevel:["PUT /organizations/{org}/dependabot/repository-access/default-level"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories"],updateAlert:["PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"],updateRepositoryAccessForOrg:["PATCH /organizations/{org}/dependabot/repository-access"]},dependencyGraph:{createRepositorySnapshot:["POST /repos/{owner}/{repo}/dependency-graph/snapshots"],diffRange:["GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}"],exportSbom:["GET /repos/{owner}/{repo}/dependency-graph/sbom"]},emojis:{get:["GET /emojis"]},enterpriseTeamMemberships:{add:["PUT /enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}"],bulkAdd:["POST /enterprises/{enterprise}/teams/{enterprise-team}/memberships/add"],bulkRemove:["POST /enterprises/{enterprise}/teams/{enterprise-team}/memberships/remove"],get:["GET /enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}"],list:["GET /enterprises/{enterprise}/teams/{enterprise-team}/memberships"],remove:["DELETE /enterprises/{enterprise}/teams/{enterprise-team}/memberships/{username}"]},enterpriseTeamOrganizations:{add:["PUT /enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}"],bulkAdd:["POST /enterprises/{enterprise}/teams/{enterprise-team}/organizations/add"],bulkRemove:["POST /enterprises/{enterprise}/teams/{enterprise-team}/organizations/remove"],delete:["DELETE /enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}"],getAssignment:["GET /enterprises/{enterprise}/teams/{enterprise-team}/organizations/{org}"],getAssignments:["GET /enterprises/{enterprise}/teams/{enterprise-team}/organizations"]},enterpriseTeams:{create:["POST /enterprises/{enterprise}/teams"],delete:["DELETE /enterprises/{enterprise}/teams/{team_slug}"],get:["GET /enterprises/{enterprise}/teams/{team_slug}"],list:["GET /enterprises/{enterprise}/teams"],update:["PATCH /enterprises/{enterprise}/teams/{team_slug}"]},gists:{checkIsStarred:["GET /gists/{gist_id}/star"],create:["POST /gists"],createComment:["POST /gists/{gist_id}/comments"],delete:["DELETE /gists/{gist_id}"],deleteComment:["DELETE /gists/{gist_id}/comments/{comment_id}"],fork:["POST /gists/{gist_id}/forks"],get:["GET /gists/{gist_id}"],getComment:["GET /gists/{gist_id}/comments/{comment_id}"],getRevision:["GET /gists/{gist_id}/{sha}"],list:["GET /gists"],listComments:["GET /gists/{gist_id}/comments"],listCommits:["GET /gists/{gist_id}/commits"],listForUser:["GET /users/{username}/gists"],listForks:["GET /gists/{gist_id}/forks"],listPublic:["GET /gists/public"],listStarred:["GET /gists/starred"],star:["PUT /gists/{gist_id}/star"],unstar:["DELETE /gists/{gist_id}/star"],update:["PATCH /gists/{gist_id}"],updateComment:["PATCH /gists/{gist_id}/comments/{comment_id}"]},git:{createBlob:["POST /repos/{owner}/{repo}/git/blobs"],createCommit:["POST /repos/{owner}/{repo}/git/commits"],createRef:["POST /repos/{owner}/{repo}/git/refs"],createTag:["POST /repos/{owner}/{repo}/git/tags"],createTree:["POST /repos/{owner}/{repo}/git/trees"],deleteRef:["DELETE /repos/{owner}/{repo}/git/refs/{ref}"],getBlob:["GET /repos/{owner}/{repo}/git/blobs/{file_sha}"],getCommit:["GET /repos/{owner}/{repo}/git/commits/{commit_sha}"],getRef:["GET /repos/{owner}/{repo}/git/ref/{ref}"],getTag:["GET /repos/{owner}/{repo}/git/tags/{tag_sha}"],getTree:["GET /repos/{owner}/{repo}/git/trees/{tree_sha}"],listMatchingRefs:["GET /repos/{owner}/{repo}/git/matching-refs/{ref}"],updateRef:["PATCH /repos/{owner}/{repo}/git/refs/{ref}"]},gitignore:{getAllTemplates:["GET /gitignore/templates"],getTemplate:["GET /gitignore/templates/{name}"]},hostedCompute:{createNetworkConfigurationForOrg:["POST /orgs/{org}/settings/network-configurations"],deleteNetworkConfigurationFromOrg:["DELETE /orgs/{org}/settings/network-configurations/{network_configuration_id}"],getNetworkConfigurationForOrg:["GET /orgs/{org}/settings/network-configurations/{network_configuration_id}"],getNetworkSettingsForOrg:["GET /orgs/{org}/settings/network-settings/{network_settings_id}"],listNetworkConfigurationsForOrg:["GET /orgs/{org}/settings/network-configurations"],updateNetworkConfigurationForOrg:["PATCH /orgs/{org}/settings/network-configurations/{network_configuration_id}"]},interactions:{getRestrictionsForAuthenticatedUser:["GET /user/interaction-limits"],getRestrictionsForOrg:["GET /orgs/{org}/interaction-limits"],getRestrictionsForRepo:["GET /repos/{owner}/{repo}/interaction-limits"],getRestrictionsForYourPublicRepos:["GET /user/interaction-limits",{},{renamed:["interactions","getRestrictionsForAuthenticatedUser"]}],removeRestrictionsForAuthenticatedUser:["DELETE /user/interaction-limits"],removeRestrictionsForOrg:["DELETE /orgs/{org}/interaction-limits"],removeRestrictionsForRepo:["DELETE /repos/{owner}/{repo}/interaction-limits"],removeRestrictionsForYourPublicRepos:["DELETE /user/interaction-limits",{},{renamed:["interactions","removeRestrictionsForAuthenticatedUser"]}],setRestrictionsForAuthenticatedUser:["PUT /user/interaction-limits"],setRestrictionsForOrg:["PUT /orgs/{org}/interaction-limits"],setRestrictionsForRepo:["PUT /repos/{owner}/{repo}/interaction-limits"],setRestrictionsForYourPublicRepos:["PUT /user/interaction-limits",{},{renamed:["interactions","setRestrictionsForAuthenticatedUser"]}]},issues:{addAssignees:["POST /repos/{owner}/{repo}/issues/{issue_number}/assignees"],addBlockedByDependency:["POST /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by"],addLabels:["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"],addSubIssue:["POST /repos/{owner}/{repo}/issues/{issue_number}/sub_issues"],checkUserCanBeAssigned:["GET /repos/{owner}/{repo}/assignees/{assignee}"],checkUserCanBeAssignedToIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}"],create:["POST /repos/{owner}/{repo}/issues"],createComment:["POST /repos/{owner}/{repo}/issues/{issue_number}/comments"],createLabel:["POST /repos/{owner}/{repo}/labels"],createMilestone:["POST /repos/{owner}/{repo}/milestones"],deleteComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}"],deleteLabel:["DELETE /repos/{owner}/{repo}/labels/{name}"],deleteMilestone:["DELETE /repos/{owner}/{repo}/milestones/{milestone_number}"],get:["GET /repos/{owner}/{repo}/issues/{issue_number}"],getComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}"],getEvent:["GET /repos/{owner}/{repo}/issues/events/{event_id}"],getLabel:["GET /repos/{owner}/{repo}/labels/{name}"],getMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}"],getParent:["GET /repos/{owner}/{repo}/issues/{issue_number}/parent"],list:["GET /issues"],listAssignees:["GET /repos/{owner}/{repo}/assignees"],listComments:["GET /repos/{owner}/{repo}/issues/{issue_number}/comments"],listCommentsForRepo:["GET /repos/{owner}/{repo}/issues/comments"],listDependenciesBlockedBy:["GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by"],listDependenciesBlocking:["GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocking"],listEvents:["GET /repos/{owner}/{repo}/issues/{issue_number}/events"],listEventsForRepo:["GET /repos/{owner}/{repo}/issues/events"],listEventsForTimeline:["GET /repos/{owner}/{repo}/issues/{issue_number}/timeline"],listForAuthenticatedUser:["GET /user/issues"],listForOrg:["GET /orgs/{org}/issues"],listForRepo:["GET /repos/{owner}/{repo}/issues"],listLabelsForMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels"],listLabelsForRepo:["GET /repos/{owner}/{repo}/labels"],listLabelsOnIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/labels"],listMilestones:["GET /repos/{owner}/{repo}/milestones"],listSubIssues:["GET /repos/{owner}/{repo}/issues/{issue_number}/sub_issues"],lock:["PUT /repos/{owner}/{repo}/issues/{issue_number}/lock"],removeAllLabels:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels"],removeAssignees:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees"],removeDependencyBlockedBy:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by/{issue_id}"],removeLabel:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"],removeSubIssue:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/sub_issue"],reprioritizeSubIssue:["PATCH /repos/{owner}/{repo}/issues/{issue_number}/sub_issues/priority"],setLabels:["PUT /repos/{owner}/{repo}/issues/{issue_number}/labels"],unlock:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock"],update:["PATCH /repos/{owner}/{repo}/issues/{issue_number}"],updateComment:["PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}"],updateLabel:["PATCH /repos/{owner}/{repo}/labels/{name}"],updateMilestone:["PATCH /repos/{owner}/{repo}/milestones/{milestone_number}"]},licenses:{get:["GET /licenses/{license}"],getAllCommonlyUsed:["GET /licenses"],getForRepo:["GET /repos/{owner}/{repo}/license"]},markdown:{render:["POST /markdown"],renderRaw:["POST /markdown/raw",{headers:{"content-type":"text/plain; charset=utf-8"}}]},meta:{get:["GET /meta"],getAllVersions:["GET /versions"],getOctocat:["GET /octocat"],getZen:["GET /zen"],root:["GET /"]},migrations:{deleteArchiveForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/archive"],deleteArchiveForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/archive"],downloadArchiveForOrg:["GET /orgs/{org}/migrations/{migration_id}/archive"],getArchiveForAuthenticatedUser:["GET /user/migrations/{migration_id}/archive"],getStatusForAuthenticatedUser:["GET /user/migrations/{migration_id}"],getStatusForOrg:["GET /orgs/{org}/migrations/{migration_id}"],listForAuthenticatedUser:["GET /user/migrations"],listForOrg:["GET /orgs/{org}/migrations"],listReposForAuthenticatedUser:["GET /user/migrations/{migration_id}/repositories"],listReposForOrg:["GET /orgs/{org}/migrations/{migration_id}/repositories"],listReposForUser:["GET /user/migrations/{migration_id}/repositories",{},{renamed:["migrations","listReposForAuthenticatedUser"]}],startForAuthenticatedUser:["POST /user/migrations"],startForOrg:["POST /orgs/{org}/migrations"],unlockRepoForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock"],unlockRepoForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock"]},oidc:{getOidcCustomSubTemplateForOrg:["GET /orgs/{org}/actions/oidc/customization/sub"],updateOidcCustomSubTemplateForOrg:["PUT /orgs/{org}/actions/oidc/customization/sub"]},orgs:{addSecurityManagerTeam:["PUT /orgs/{org}/security-managers/teams/{team_slug}",{},{deprecated:"octokit.rest.orgs.addSecurityManagerTeam() is deprecated, see https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team"}],assignTeamToOrgRole:["PUT /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}"],assignUserToOrgRole:["PUT /orgs/{org}/organization-roles/users/{username}/{role_id}"],blockUser:["PUT /orgs/{org}/blocks/{username}"],cancelInvitation:["DELETE /orgs/{org}/invitations/{invitation_id}"],checkBlockedUser:["GET /orgs/{org}/blocks/{username}"],checkMembershipForUser:["GET /orgs/{org}/members/{username}"],checkPublicMembershipForUser:["GET /orgs/{org}/public_members/{username}"],convertMemberToOutsideCollaborator:["PUT /orgs/{org}/outside_collaborators/{username}"],createArtifactStorageRecord:["POST /orgs/{org}/artifacts/metadata/storage-record"],createInvitation:["POST /orgs/{org}/invitations"],createIssueType:["POST /orgs/{org}/issue-types"],createWebhook:["POST /orgs/{org}/hooks"],customPropertiesForOrgsCreateOrUpdateOrganizationValues:["PATCH /organizations/{org}/org-properties/values"],customPropertiesForOrgsGetOrganizationValues:["GET /organizations/{org}/org-properties/values"],customPropertiesForReposCreateOrUpdateOrganizationDefinition:["PUT /orgs/{org}/properties/schema/{custom_property_name}"],customPropertiesForReposCreateOrUpdateOrganizationDefinitions:["PATCH /orgs/{org}/properties/schema"],customPropertiesForReposCreateOrUpdateOrganizationValues:["PATCH /orgs/{org}/properties/values"],customPropertiesForReposDeleteOrganizationDefinition:["DELETE /orgs/{org}/properties/schema/{custom_property_name}"],customPropertiesForReposGetOrganizationDefinition:["GET /orgs/{org}/properties/schema/{custom_property_name}"],customPropertiesForReposGetOrganizationDefinitions:["GET /orgs/{org}/properties/schema"],customPropertiesForReposGetOrganizationValues:["GET /orgs/{org}/properties/values"],delete:["DELETE /orgs/{org}"],deleteAttestationsBulk:["POST /orgs/{org}/attestations/delete-request"],deleteAttestationsById:["DELETE /orgs/{org}/attestations/{attestation_id}"],deleteAttestationsBySubjectDigest:["DELETE /orgs/{org}/attestations/digest/{subject_digest}"],deleteIssueType:["DELETE /orgs/{org}/issue-types/{issue_type_id}"],deleteWebhook:["DELETE /orgs/{org}/hooks/{hook_id}"],disableSelectedRepositoryImmutableReleasesOrganization:["DELETE /orgs/{org}/settings/immutable-releases/repositories/{repository_id}"],enableSelectedRepositoryImmutableReleasesOrganization:["PUT /orgs/{org}/settings/immutable-releases/repositories/{repository_id}"],get:["GET /orgs/{org}"],getImmutableReleasesSettings:["GET /orgs/{org}/settings/immutable-releases"],getImmutableReleasesSettingsRepositories:["GET /orgs/{org}/settings/immutable-releases/repositories"],getMembershipForAuthenticatedUser:["GET /user/memberships/orgs/{org}"],getMembershipForUser:["GET /orgs/{org}/memberships/{username}"],getOrgRole:["GET /orgs/{org}/organization-roles/{role_id}"],getOrgRulesetHistory:["GET /orgs/{org}/rulesets/{ruleset_id}/history"],getOrgRulesetVersion:["GET /orgs/{org}/rulesets/{ruleset_id}/history/{version_id}"],getWebhook:["GET /orgs/{org}/hooks/{hook_id}"],getWebhookConfigForOrg:["GET /orgs/{org}/hooks/{hook_id}/config"],getWebhookDelivery:["GET /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"],list:["GET /organizations"],listAppInstallations:["GET /orgs/{org}/installations"],listArtifactStorageRecords:["GET /orgs/{org}/artifacts/{subject_digest}/metadata/storage-records"],listAttestationRepositories:["GET /orgs/{org}/attestations/repositories"],listAttestations:["GET /orgs/{org}/attestations/{subject_digest}"],listAttestationsBulk:["POST /orgs/{org}/attestations/bulk-list{?per_page,before,after}"],listBlockedUsers:["GET /orgs/{org}/blocks"],listFailedInvitations:["GET /orgs/{org}/failed_invitations"],listForAuthenticatedUser:["GET /user/orgs"],listForUser:["GET /users/{username}/orgs"],listInvitationTeams:["GET /orgs/{org}/invitations/{invitation_id}/teams"],listIssueTypes:["GET /orgs/{org}/issue-types"],listMembers:["GET /orgs/{org}/members"],listMembershipsForAuthenticatedUser:["GET /user/memberships/orgs"],listOrgRoleTeams:["GET /orgs/{org}/organization-roles/{role_id}/teams"],listOrgRoleUsers:["GET /orgs/{org}/organization-roles/{role_id}/users"],listOrgRoles:["GET /orgs/{org}/organization-roles"],listOrganizationFineGrainedPermissions:["GET /orgs/{org}/organization-fine-grained-permissions"],listOutsideCollaborators:["GET /orgs/{org}/outside_collaborators"],listPatGrantRepositories:["GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories"],listPatGrantRequestRepositories:["GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories"],listPatGrantRequests:["GET /orgs/{org}/personal-access-token-requests"],listPatGrants:["GET /orgs/{org}/personal-access-tokens"],listPendingInvitations:["GET /orgs/{org}/invitations"],listPublicMembers:["GET /orgs/{org}/public_members"],listSecurityManagerTeams:["GET /orgs/{org}/security-managers",{},{deprecated:"octokit.rest.orgs.listSecurityManagerTeams() is deprecated, see https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams"}],listWebhookDeliveries:["GET /orgs/{org}/hooks/{hook_id}/deliveries"],listWebhooks:["GET /orgs/{org}/hooks"],pingWebhook:["POST /orgs/{org}/hooks/{hook_id}/pings"],redeliverWebhookDelivery:["POST /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],removeMember:["DELETE /orgs/{org}/members/{username}"],removeMembershipForUser:["DELETE /orgs/{org}/memberships/{username}"],removeOutsideCollaborator:["DELETE /orgs/{org}/outside_collaborators/{username}"],removePublicMembershipForAuthenticatedUser:["DELETE /orgs/{org}/public_members/{username}"],removeSecurityManagerTeam:["DELETE /orgs/{org}/security-managers/teams/{team_slug}",{},{deprecated:"octokit.rest.orgs.removeSecurityManagerTeam() is deprecated, see https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team"}],reviewPatGrantRequest:["POST /orgs/{org}/personal-access-token-requests/{pat_request_id}"],reviewPatGrantRequestsInBulk:["POST /orgs/{org}/personal-access-token-requests"],revokeAllOrgRolesTeam:["DELETE /orgs/{org}/organization-roles/teams/{team_slug}"],revokeAllOrgRolesUser:["DELETE /orgs/{org}/organization-roles/users/{username}"],revokeOrgRoleTeam:["DELETE /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}"],revokeOrgRoleUser:["DELETE /orgs/{org}/organization-roles/users/{username}/{role_id}"],setImmutableReleasesSettings:["PUT /orgs/{org}/settings/immutable-releases"],setImmutableReleasesSettingsRepositories:["PUT /orgs/{org}/settings/immutable-releases/repositories"],setMembershipForUser:["PUT /orgs/{org}/memberships/{username}"],setPublicMembershipForAuthenticatedUser:["PUT /orgs/{org}/public_members/{username}"],unblockUser:["DELETE /orgs/{org}/blocks/{username}"],update:["PATCH /orgs/{org}"],updateIssueType:["PUT /orgs/{org}/issue-types/{issue_type_id}"],updateMembershipForAuthenticatedUser:["PATCH /user/memberships/orgs/{org}"],updatePatAccess:["POST /orgs/{org}/personal-access-tokens/{pat_id}"],updatePatAccesses:["POST /orgs/{org}/personal-access-tokens"],updateWebhook:["PATCH /orgs/{org}/hooks/{hook_id}"],updateWebhookConfigForOrg:["PATCH /orgs/{org}/hooks/{hook_id}/config"]},packages:{deletePackageForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}"],deletePackageForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}"],deletePackageForUser:["DELETE /users/{username}/packages/{package_type}/{package_name}"],deletePackageVersionForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForUser:["DELETE /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getAllPackageVersionsForAPackageOwnedByAnOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions",{},{renamed:["packages","getAllPackageVersionsForPackageOwnedByOrg"]}],getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions",{},{renamed:["packages","getAllPackageVersionsForPackageOwnedByAuthenticatedUser"]}],getAllPackageVersionsForPackageOwnedByAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions"],getPackageForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}"],getPackageForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}"],getPackageForUser:["GET /users/{username}/packages/{package_type}/{package_name}"],getPackageVersionForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],listDockerMigrationConflictingPackagesForAuthenticatedUser:["GET /user/docker/conflicts"],listDockerMigrationConflictingPackagesForOrganization:["GET /orgs/{org}/docker/conflicts"],listDockerMigrationConflictingPackagesForUser:["GET /users/{username}/docker/conflicts"],listPackagesForAuthenticatedUser:["GET /user/packages"],listPackagesForOrganization:["GET /orgs/{org}/packages"],listPackagesForUser:["GET /users/{username}/packages"],restorePackageForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/restore{?token}"],restorePackageForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/restore{?token}"],restorePackageForUser:["POST /users/{username}/packages/{package_type}/{package_name}/restore{?token}"],restorePackageVersionForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForUser:["POST /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"]},privateRegistries:{createOrgPrivateRegistry:["POST /orgs/{org}/private-registries"],deleteOrgPrivateRegistry:["DELETE /orgs/{org}/private-registries/{secret_name}"],getOrgPrivateRegistry:["GET /orgs/{org}/private-registries/{secret_name}"],getOrgPublicKey:["GET /orgs/{org}/private-registries/public-key"],listOrgPrivateRegistries:["GET /orgs/{org}/private-registries"],updateOrgPrivateRegistry:["PATCH /orgs/{org}/private-registries/{secret_name}"]},projects:{addItemForOrg:["POST /orgs/{org}/projectsV2/{project_number}/items"],addItemForUser:["POST /users/{username}/projectsV2/{project_number}/items"],deleteItemForOrg:["DELETE /orgs/{org}/projectsV2/{project_number}/items/{item_id}"],deleteItemForUser:["DELETE /users/{username}/projectsV2/{project_number}/items/{item_id}"],getFieldForOrg:["GET /orgs/{org}/projectsV2/{project_number}/fields/{field_id}"],getFieldForUser:["GET /users/{username}/projectsV2/{project_number}/fields/{field_id}"],getForOrg:["GET /orgs/{org}/projectsV2/{project_number}"],getForUser:["GET /users/{username}/projectsV2/{project_number}"],getOrgItem:["GET /orgs/{org}/projectsV2/{project_number}/items/{item_id}"],getUserItem:["GET /users/{username}/projectsV2/{project_number}/items/{item_id}"],listFieldsForOrg:["GET /orgs/{org}/projectsV2/{project_number}/fields"],listFieldsForUser:["GET /users/{username}/projectsV2/{project_number}/fields"],listForOrg:["GET /orgs/{org}/projectsV2"],listForUser:["GET /users/{username}/projectsV2"],listItemsForOrg:["GET /orgs/{org}/projectsV2/{project_number}/items"],listItemsForUser:["GET /users/{username}/projectsV2/{project_number}/items"],updateItemForOrg:["PATCH /orgs/{org}/projectsV2/{project_number}/items/{item_id}"],updateItemForUser:["PATCH /users/{username}/projectsV2/{project_number}/items/{item_id}"]},pulls:{checkIfMerged:["GET /repos/{owner}/{repo}/pulls/{pull_number}/merge"],create:["POST /repos/{owner}/{repo}/pulls"],createReplyForReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies"],createReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],createReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments"],deletePendingReview:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],deleteReviewComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}"],dismissReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"],get:["GET /repos/{owner}/{repo}/pulls/{pull_number}"],getReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],getReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}"],list:["GET /repos/{owner}/{repo}/pulls"],listCommentsForReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"],listCommits:["GET /repos/{owner}/{repo}/pulls/{pull_number}/commits"],listFiles:["GET /repos/{owner}/{repo}/pulls/{pull_number}/files"],listRequestedReviewers:["GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],listReviewComments:["GET /repos/{owner}/{repo}/pulls/{pull_number}/comments"],listReviewCommentsForRepo:["GET /repos/{owner}/{repo}/pulls/comments"],listReviews:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],merge:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge"],removeRequestedReviewers:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],requestReviewers:["POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],submitReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"],update:["PATCH /repos/{owner}/{repo}/pulls/{pull_number}"],updateBranch:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch"],updateReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],updateReviewComment:["PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}"]},rateLimit:{get:["GET /rate_limit"]},reactions:{createForCommitComment:["POST /repos/{owner}/{repo}/comments/{comment_id}/reactions"],createForIssue:["POST /repos/{owner}/{repo}/issues/{issue_number}/reactions"],createForIssueComment:["POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"],createForPullRequestReviewComment:["POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"],createForRelease:["POST /repos/{owner}/{repo}/releases/{release_id}/reactions"],createForTeamDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"],createForTeamDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"],deleteForCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"],deleteForIssue:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"],deleteForIssueComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"],deleteForPullRequestComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"],deleteForRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"],deleteForTeamDiscussion:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"],deleteForTeamDiscussionComment:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"],listForCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}/reactions"],listForIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/reactions"],listForIssueComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"],listForPullRequestReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"],listForRelease:["GET /repos/{owner}/{repo}/releases/{release_id}/reactions"],listForTeamDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"],listForTeamDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"]},repos:{acceptInvitation:["PATCH /user/repository_invitations/{invitation_id}",{},{renamed:["repos","acceptInvitationForAuthenticatedUser"]}],acceptInvitationForAuthenticatedUser:["PATCH /user/repository_invitations/{invitation_id}"],addAppAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],addCollaborator:["PUT /repos/{owner}/{repo}/collaborators/{username}"],addStatusCheckContexts:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],addTeamAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],addUserAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],cancelPagesDeployment:["POST /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel"],checkAutomatedSecurityFixes:["GET /repos/{owner}/{repo}/automated-security-fixes"],checkCollaborator:["GET /repos/{owner}/{repo}/collaborators/{username}"],checkImmutableReleases:["GET /repos/{owner}/{repo}/immutable-releases"],checkPrivateVulnerabilityReporting:["GET /repos/{owner}/{repo}/private-vulnerability-reporting"],checkVulnerabilityAlerts:["GET /repos/{owner}/{repo}/vulnerability-alerts"],codeownersErrors:["GET /repos/{owner}/{repo}/codeowners/errors"],compareCommits:["GET /repos/{owner}/{repo}/compare/{base}...{head}"],compareCommitsWithBasehead:["GET /repos/{owner}/{repo}/compare/{basehead}"],createAttestation:["POST /repos/{owner}/{repo}/attestations"],createAutolink:["POST /repos/{owner}/{repo}/autolinks"],createCommitComment:["POST /repos/{owner}/{repo}/commits/{commit_sha}/comments"],createCommitSignatureProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],createCommitStatus:["POST /repos/{owner}/{repo}/statuses/{sha}"],createDeployKey:["POST /repos/{owner}/{repo}/keys"],createDeployment:["POST /repos/{owner}/{repo}/deployments"],createDeploymentBranchPolicy:["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"],createDeploymentProtectionRule:["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"],createDeploymentStatus:["POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],createDispatchEvent:["POST /repos/{owner}/{repo}/dispatches"],createForAuthenticatedUser:["POST /user/repos"],createFork:["POST /repos/{owner}/{repo}/forks"],createInOrg:["POST /orgs/{org}/repos"],createOrUpdateEnvironment:["PUT /repos/{owner}/{repo}/environments/{environment_name}"],createOrUpdateFileContents:["PUT /repos/{owner}/{repo}/contents/{path}"],createOrgRuleset:["POST /orgs/{org}/rulesets"],createPagesDeployment:["POST /repos/{owner}/{repo}/pages/deployments"],createPagesSite:["POST /repos/{owner}/{repo}/pages"],createRelease:["POST /repos/{owner}/{repo}/releases"],createRepoRuleset:["POST /repos/{owner}/{repo}/rulesets"],createUsingTemplate:["POST /repos/{template_owner}/{template_repo}/generate"],createWebhook:["POST /repos/{owner}/{repo}/hooks"],customPropertiesForReposCreateOrUpdateRepositoryValues:["PATCH /repos/{owner}/{repo}/properties/values"],customPropertiesForReposGetRepositoryValues:["GET /repos/{owner}/{repo}/properties/values"],declineInvitation:["DELETE /user/repository_invitations/{invitation_id}",{},{renamed:["repos","declineInvitationForAuthenticatedUser"]}],declineInvitationForAuthenticatedUser:["DELETE /user/repository_invitations/{invitation_id}"],delete:["DELETE /repos/{owner}/{repo}"],deleteAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],deleteAdminBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],deleteAnEnvironment:["DELETE /repos/{owner}/{repo}/environments/{environment_name}"],deleteAutolink:["DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}"],deleteBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection"],deleteCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}"],deleteCommitSignatureProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],deleteDeployKey:["DELETE /repos/{owner}/{repo}/keys/{key_id}"],deleteDeployment:["DELETE /repos/{owner}/{repo}/deployments/{deployment_id}"],deleteDeploymentBranchPolicy:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],deleteFile:["DELETE /repos/{owner}/{repo}/contents/{path}"],deleteInvitation:["DELETE /repos/{owner}/{repo}/invitations/{invitation_id}"],deleteOrgRuleset:["DELETE /orgs/{org}/rulesets/{ruleset_id}"],deletePagesSite:["DELETE /repos/{owner}/{repo}/pages"],deletePullRequestReviewProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],deleteRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}"],deleteReleaseAsset:["DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}"],deleteRepoRuleset:["DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}"],deleteWebhook:["DELETE /repos/{owner}/{repo}/hooks/{hook_id}"],disableAutomatedSecurityFixes:["DELETE /repos/{owner}/{repo}/automated-security-fixes"],disableDeploymentProtectionRule:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"],disableImmutableReleases:["DELETE /repos/{owner}/{repo}/immutable-releases"],disablePrivateVulnerabilityReporting:["DELETE /repos/{owner}/{repo}/private-vulnerability-reporting"],disableVulnerabilityAlerts:["DELETE /repos/{owner}/{repo}/vulnerability-alerts"],downloadArchive:["GET /repos/{owner}/{repo}/zipball/{ref}",{},{renamed:["repos","downloadZipballArchive"]}],downloadTarballArchive:["GET /repos/{owner}/{repo}/tarball/{ref}"],downloadZipballArchive:["GET /repos/{owner}/{repo}/zipball/{ref}"],enableAutomatedSecurityFixes:["PUT /repos/{owner}/{repo}/automated-security-fixes"],enableImmutableReleases:["PUT /repos/{owner}/{repo}/immutable-releases"],enablePrivateVulnerabilityReporting:["PUT /repos/{owner}/{repo}/private-vulnerability-reporting"],enableVulnerabilityAlerts:["PUT /repos/{owner}/{repo}/vulnerability-alerts"],generateReleaseNotes:["POST /repos/{owner}/{repo}/releases/generate-notes"],get:["GET /repos/{owner}/{repo}"],getAccessRestrictions:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],getAdminBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],getAllDeploymentProtectionRules:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"],getAllEnvironments:["GET /repos/{owner}/{repo}/environments"],getAllStatusCheckContexts:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"],getAllTopics:["GET /repos/{owner}/{repo}/topics"],getAppsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"],getAutolink:["GET /repos/{owner}/{repo}/autolinks/{autolink_id}"],getBranch:["GET /repos/{owner}/{repo}/branches/{branch}"],getBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection"],getBranchRules:["GET /repos/{owner}/{repo}/rules/branches/{branch}"],getClones:["GET /repos/{owner}/{repo}/traffic/clones"],getCodeFrequencyStats:["GET /repos/{owner}/{repo}/stats/code_frequency"],getCollaboratorPermissionLevel:["GET /repos/{owner}/{repo}/collaborators/{username}/permission"],getCombinedStatusForRef:["GET /repos/{owner}/{repo}/commits/{ref}/status"],getCommit:["GET /repos/{owner}/{repo}/commits/{ref}"],getCommitActivityStats:["GET /repos/{owner}/{repo}/stats/commit_activity"],getCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}"],getCommitSignatureProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],getCommunityProfileMetrics:["GET /repos/{owner}/{repo}/community/profile"],getContent:["GET /repos/{owner}/{repo}/contents/{path}"],getContributorsStats:["GET /repos/{owner}/{repo}/stats/contributors"],getCustomDeploymentProtectionRule:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"],getDeployKey:["GET /repos/{owner}/{repo}/keys/{key_id}"],getDeployment:["GET /repos/{owner}/{repo}/deployments/{deployment_id}"],getDeploymentBranchPolicy:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],getDeploymentStatus:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"],getEnvironment:["GET /repos/{owner}/{repo}/environments/{environment_name}"],getLatestPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/latest"],getLatestRelease:["GET /repos/{owner}/{repo}/releases/latest"],getOrgRuleSuite:["GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}"],getOrgRuleSuites:["GET /orgs/{org}/rulesets/rule-suites"],getOrgRuleset:["GET /orgs/{org}/rulesets/{ruleset_id}"],getOrgRulesets:["GET /orgs/{org}/rulesets"],getPages:["GET /repos/{owner}/{repo}/pages"],getPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/{build_id}"],getPagesDeployment:["GET /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}"],getPagesHealthCheck:["GET /repos/{owner}/{repo}/pages/health"],getParticipationStats:["GET /repos/{owner}/{repo}/stats/participation"],getPullRequestReviewProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],getPunchCardStats:["GET /repos/{owner}/{repo}/stats/punch_card"],getReadme:["GET /repos/{owner}/{repo}/readme"],getReadmeInDirectory:["GET /repos/{owner}/{repo}/readme/{dir}"],getRelease:["GET /repos/{owner}/{repo}/releases/{release_id}"],getReleaseAsset:["GET /repos/{owner}/{repo}/releases/assets/{asset_id}"],getReleaseByTag:["GET /repos/{owner}/{repo}/releases/tags/{tag}"],getRepoRuleSuite:["GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}"],getRepoRuleSuites:["GET /repos/{owner}/{repo}/rulesets/rule-suites"],getRepoRuleset:["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}"],getRepoRulesetHistory:["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history"],getRepoRulesetVersion:["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history/{version_id}"],getRepoRulesets:["GET /repos/{owner}/{repo}/rulesets"],getStatusChecksProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],getTeamsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"],getTopPaths:["GET /repos/{owner}/{repo}/traffic/popular/paths"],getTopReferrers:["GET /repos/{owner}/{repo}/traffic/popular/referrers"],getUsersWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"],getViews:["GET /repos/{owner}/{repo}/traffic/views"],getWebhook:["GET /repos/{owner}/{repo}/hooks/{hook_id}"],getWebhookConfigForRepo:["GET /repos/{owner}/{repo}/hooks/{hook_id}/config"],getWebhookDelivery:["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"],listActivities:["GET /repos/{owner}/{repo}/activity"],listAttestations:["GET /repos/{owner}/{repo}/attestations/{subject_digest}"],listAutolinks:["GET /repos/{owner}/{repo}/autolinks"],listBranches:["GET /repos/{owner}/{repo}/branches"],listBranchesForHeadCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"],listCollaborators:["GET /repos/{owner}/{repo}/collaborators"],listCommentsForCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/comments"],listCommitCommentsForRepo:["GET /repos/{owner}/{repo}/comments"],listCommitStatusesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/statuses"],listCommits:["GET /repos/{owner}/{repo}/commits"],listContributors:["GET /repos/{owner}/{repo}/contributors"],listCustomDeploymentRuleIntegrations:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"],listDeployKeys:["GET /repos/{owner}/{repo}/keys"],listDeploymentBranchPolicies:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"],listDeploymentStatuses:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],listDeployments:["GET /repos/{owner}/{repo}/deployments"],listForAuthenticatedUser:["GET /user/repos"],listForOrg:["GET /orgs/{org}/repos"],listForUser:["GET /users/{username}/repos"],listForks:["GET /repos/{owner}/{repo}/forks"],listInvitations:["GET /repos/{owner}/{repo}/invitations"],listInvitationsForAuthenticatedUser:["GET /user/repository_invitations"],listLanguages:["GET /repos/{owner}/{repo}/languages"],listPagesBuilds:["GET /repos/{owner}/{repo}/pages/builds"],listPublic:["GET /repositories"],listPullRequestsAssociatedWithCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls"],listReleaseAssets:["GET /repos/{owner}/{repo}/releases/{release_id}/assets"],listReleases:["GET /repos/{owner}/{repo}/releases"],listTags:["GET /repos/{owner}/{repo}/tags"],listTeams:["GET /repos/{owner}/{repo}/teams"],listWebhookDeliveries:["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries"],listWebhooks:["GET /repos/{owner}/{repo}/hooks"],merge:["POST /repos/{owner}/{repo}/merges"],mergeUpstream:["POST /repos/{owner}/{repo}/merge-upstream"],pingWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/pings"],redeliverWebhookDelivery:["POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],removeAppAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],removeCollaborator:["DELETE /repos/{owner}/{repo}/collaborators/{username}"],removeStatusCheckContexts:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],removeStatusCheckProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],removeTeamAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],removeUserAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],renameBranch:["POST /repos/{owner}/{repo}/branches/{branch}/rename"],replaceAllTopics:["PUT /repos/{owner}/{repo}/topics"],requestPagesBuild:["POST /repos/{owner}/{repo}/pages/builds"],setAdminBranchProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],setAppAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],setStatusCheckContexts:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],setTeamAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],setUserAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],testPushWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/tests"],transfer:["POST /repos/{owner}/{repo}/transfer"],update:["PATCH /repos/{owner}/{repo}"],updateBranchProtection:["PUT /repos/{owner}/{repo}/branches/{branch}/protection"],updateCommitComment:["PATCH /repos/{owner}/{repo}/comments/{comment_id}"],updateDeploymentBranchPolicy:["PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],updateInformationAboutPagesSite:["PUT /repos/{owner}/{repo}/pages"],updateInvitation:["PATCH /repos/{owner}/{repo}/invitations/{invitation_id}"],updateOrgRuleset:["PUT /orgs/{org}/rulesets/{ruleset_id}"],updatePullRequestReviewProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],updateRelease:["PATCH /repos/{owner}/{repo}/releases/{release_id}"],updateReleaseAsset:["PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}"],updateRepoRuleset:["PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}"],updateStatusCheckPotection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks",{},{renamed:["repos","updateStatusCheckProtection"]}],updateStatusCheckProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],updateWebhook:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}"],updateWebhookConfigForRepo:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config"],uploadReleaseAsset:["POST /repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}",{baseUrl:"https://uploads.github.com"}]},search:{code:["GET /search/code"],commits:["GET /search/commits"],issuesAndPullRequests:["GET /search/issues"],labels:["GET /search/labels"],repos:["GET /search/repositories"],topics:["GET /search/topics"],users:["GET /search/users"]},secretScanning:{createPushProtectionBypass:["POST /repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"],getAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"],getScanHistory:["GET /repos/{owner}/{repo}/secret-scanning/scan-history"],listAlertsForOrg:["GET /orgs/{org}/secret-scanning/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/secret-scanning/alerts"],listLocationsForAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"],listOrgPatternConfigs:["GET /orgs/{org}/secret-scanning/pattern-configurations"],updateAlert:["PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"],updateOrgPatternConfigs:["PATCH /orgs/{org}/secret-scanning/pattern-configurations"]},securityAdvisories:{createFork:["POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks"],createPrivateVulnerabilityReport:["POST /repos/{owner}/{repo}/security-advisories/reports"],createRepositoryAdvisory:["POST /repos/{owner}/{repo}/security-advisories"],createRepositoryAdvisoryCveRequest:["POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve"],getGlobalAdvisory:["GET /advisories/{ghsa_id}"],getRepositoryAdvisory:["GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}"],listGlobalAdvisories:["GET /advisories"],listOrgRepositoryAdvisories:["GET /orgs/{org}/security-advisories"],listRepositoryAdvisories:["GET /repos/{owner}/{repo}/security-advisories"],updateRepositoryAdvisory:["PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}"]},teams:{addOrUpdateMembershipForUserInOrg:["PUT /orgs/{org}/teams/{team_slug}/memberships/{username}"],addOrUpdateRepoPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],checkPermissionsForRepoInOrg:["GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],create:["POST /orgs/{org}/teams"],createDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],createDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions"],deleteDiscussionCommentInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],deleteDiscussionInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],deleteInOrg:["DELETE /orgs/{org}/teams/{team_slug}"],getByName:["GET /orgs/{org}/teams/{team_slug}"],getDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],getDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],getMembershipForUserInOrg:["GET /orgs/{org}/teams/{team_slug}/memberships/{username}"],list:["GET /orgs/{org}/teams"],listChildInOrg:["GET /orgs/{org}/teams/{team_slug}/teams"],listDiscussionCommentsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],listDiscussionsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions"],listForAuthenticatedUser:["GET /user/teams"],listMembersInOrg:["GET /orgs/{org}/teams/{team_slug}/members"],listPendingInvitationsInOrg:["GET /orgs/{org}/teams/{team_slug}/invitations"],listReposInOrg:["GET /orgs/{org}/teams/{team_slug}/repos"],removeMembershipForUserInOrg:["DELETE /orgs/{org}/teams/{team_slug}/memberships/{username}"],removeRepoInOrg:["DELETE /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],updateDiscussionCommentInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],updateDiscussionInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],updateInOrg:["PATCH /orgs/{org}/teams/{team_slug}"]},users:{addEmailForAuthenticated:["POST /user/emails",{},{renamed:["users","addEmailForAuthenticatedUser"]}],addEmailForAuthenticatedUser:["POST /user/emails"],addSocialAccountForAuthenticatedUser:["POST /user/social_accounts"],block:["PUT /user/blocks/{username}"],checkBlocked:["GET /user/blocks/{username}"],checkFollowingForUser:["GET /users/{username}/following/{target_user}"],checkPersonIsFollowedByAuthenticated:["GET /user/following/{username}"],createGpgKeyForAuthenticated:["POST /user/gpg_keys",{},{renamed:["users","createGpgKeyForAuthenticatedUser"]}],createGpgKeyForAuthenticatedUser:["POST /user/gpg_keys"],createPublicSshKeyForAuthenticated:["POST /user/keys",{},{renamed:["users","createPublicSshKeyForAuthenticatedUser"]}],createPublicSshKeyForAuthenticatedUser:["POST /user/keys"],createSshSigningKeyForAuthenticatedUser:["POST /user/ssh_signing_keys"],deleteAttestationsBulk:["POST /users/{username}/attestations/delete-request"],deleteAttestationsById:["DELETE /users/{username}/attestations/{attestation_id}"],deleteAttestationsBySubjectDigest:["DELETE /users/{username}/attestations/digest/{subject_digest}"],deleteEmailForAuthenticated:["DELETE /user/emails",{},{renamed:["users","deleteEmailForAuthenticatedUser"]}],deleteEmailForAuthenticatedUser:["DELETE /user/emails"],deleteGpgKeyForAuthenticated:["DELETE /user/gpg_keys/{gpg_key_id}",{},{renamed:["users","deleteGpgKeyForAuthenticatedUser"]}],deleteGpgKeyForAuthenticatedUser:["DELETE /user/gpg_keys/{gpg_key_id}"],deletePublicSshKeyForAuthenticated:["DELETE /user/keys/{key_id}",{},{renamed:["users","deletePublicSshKeyForAuthenticatedUser"]}],deletePublicSshKeyForAuthenticatedUser:["DELETE /user/keys/{key_id}"],deleteSocialAccountForAuthenticatedUser:["DELETE /user/social_accounts"],deleteSshSigningKeyForAuthenticatedUser:["DELETE /user/ssh_signing_keys/{ssh_signing_key_id}"],follow:["PUT /user/following/{username}"],getAuthenticated:["GET /user"],getById:["GET /user/{account_id}"],getByUsername:["GET /users/{username}"],getContextForUser:["GET /users/{username}/hovercard"],getGpgKeyForAuthenticated:["GET /user/gpg_keys/{gpg_key_id}",{},{renamed:["users","getGpgKeyForAuthenticatedUser"]}],getGpgKeyForAuthenticatedUser:["GET /user/gpg_keys/{gpg_key_id}"],getPublicSshKeyForAuthenticated:["GET /user/keys/{key_id}",{},{renamed:["users","getPublicSshKeyForAuthenticatedUser"]}],getPublicSshKeyForAuthenticatedUser:["GET /user/keys/{key_id}"],getSshSigningKeyForAuthenticatedUser:["GET /user/ssh_signing_keys/{ssh_signing_key_id}"],list:["GET /users"],listAttestations:["GET /users/{username}/attestations/{subject_digest}"],listAttestationsBulk:["POST /users/{username}/attestations/bulk-list{?per_page,before,after}"],listBlockedByAuthenticated:["GET /user/blocks",{},{renamed:["users","listBlockedByAuthenticatedUser"]}],listBlockedByAuthenticatedUser:["GET /user/blocks"],listEmailsForAuthenticated:["GET /user/emails",{},{renamed:["users","listEmailsForAuthenticatedUser"]}],listEmailsForAuthenticatedUser:["GET /user/emails"],listFollowedByAuthenticated:["GET /user/following",{},{renamed:["users","listFollowedByAuthenticatedUser"]}],listFollowedByAuthenticatedUser:["GET /user/following"],listFollowersForAuthenticatedUser:["GET /user/followers"],listFollowersForUser:["GET /users/{username}/followers"],listFollowingForUser:["GET /users/{username}/following"],listGpgKeysForAuthenticated:["GET /user/gpg_keys",{},{renamed:["users","listGpgKeysForAuthenticatedUser"]}],listGpgKeysForAuthenticatedUser:["GET /user/gpg_keys"],listGpgKeysForUser:["GET /users/{username}/gpg_keys"],listPublicEmailsForAuthenticated:["GET /user/public_emails",{},{renamed:["users","listPublicEmailsForAuthenticatedUser"]}],listPublicEmailsForAuthenticatedUser:["GET /user/public_emails"],listPublicKeysForUser:["GET /users/{username}/keys"],listPublicSshKeysForAuthenticated:["GET /user/keys",{},{renamed:["users","listPublicSshKeysForAuthenticatedUser"]}],listPublicSshKeysForAuthenticatedUser:["GET /user/keys"],listSocialAccountsForAuthenticatedUser:["GET /user/social_accounts"],listSocialAccountsForUser:["GET /users/{username}/social_accounts"],listSshSigningKeysForAuthenticatedUser:["GET /user/ssh_signing_keys"],listSshSigningKeysForUser:["GET /users/{username}/ssh_signing_keys"],setPrimaryEmailVisibilityForAuthenticated:["PATCH /user/email/visibility",{},{renamed:["users","setPrimaryEmailVisibilityForAuthenticatedUser"]}],setPrimaryEmailVisibilityForAuthenticatedUser:["PATCH /user/email/visibility"],unblock:["DELETE /user/blocks/{username}"],unfollow:["DELETE /user/following/{username}"],updateAuthenticated:["PATCH /user"]}};var eg=Xf;const tg=new Map;for(const[i,u]of Object.entries(eg)){for(const[p,A]of Object.entries(u)){const[u,g,C]=A;const[S,w]=u.split(/ /);const B=Object.assign({method:S,url:w},g);if(!tg.has(i)){tg.set(i,new Map)}tg.get(i).set(p,{scope:i,methodName:p,endpointDefaults:B,decorations:C})}}const rg={has({scope:i},u){return tg.get(i).has(u)},getOwnPropertyDescriptor(i,u){return{value:this.get(i,u),configurable:true,writable:true,enumerable:true}},defineProperty(i,u,p){Object.defineProperty(i.cache,u,p);return true},deleteProperty(i,u){delete i.cache[u];return true},ownKeys({scope:i}){return[...tg.get(i).keys()]},set(i,u,p){return i.cache[u]=p},get({octokit:i,scope:u,cache:p},A){if(p[A]){return p[A]}const g=tg.get(u).get(A);if(!g){return void 0}const{endpointDefaults:C,decorations:S}=g;if(S){p[A]=decorate(i,u,A,C,S)}else{p[A]=i.request.defaults(C)}return p[A]}};function endpointsToMethods(i){const u={};for(const p of tg.keys()){u[p]=new Proxy({octokit:i,scope:p,cache:{}},rg)}return u}function decorate(i,u,p,A,g){const C=i.request.defaults(A);function withDecorations(...A){let S=C.endpoint.merge(...A);if(g.mapToData){S=Object.assign({},S,{data:S[g.mapToData],[g.mapToData]:void 0});return C(S)}if(g.renamed){const[A,C]=g.renamed;i.log.warn(`octokit.${u}.${p}() has been renamed to octokit.${A}.${C}()`)}if(g.deprecated){i.log.warn(g.deprecated)}if(g.renamedParameters){const S=C.endpoint.merge(...A);for(const[A,C]of Object.entries(g.renamedParameters)){if(A in S){i.log.warn(`"${A}" parameter is deprecated for "octokit.${u}.${p}()". Use "${C}" instead`);if(!(C in S)){S[C]=S[A]}delete S[A]}}return C(S)}return C(...A)}return Object.assign(withDecorations,C)}function restEndpointMethods(i){const u=endpointsToMethods(i);return{rest:u}}restEndpointMethods.VERSION=Zf;function legacyRestEndpointMethods(i){const u=endpointsToMethods(i);return{...u,rest:u}}legacyRestEndpointMethods.VERSION=Zf;var sg="0.0.0-development";function normalizePaginatedListResponse(i){if(!i.data){return{...i,data:[]}}const u=("total_count"in i.data||"total_commits"in i.data)&&!("url"in i.data);if(!u)return i;const p=i.data.incomplete_results;const A=i.data.repository_selection;const g=i.data.total_count;const C=i.data.total_commits;delete i.data.incomplete_results;delete i.data.repository_selection;delete i.data.total_count;delete i.data.total_commits;const S=Object.keys(i.data)[0];const w=i.data[S];i.data=w;if(typeof p!=="undefined"){i.data.incomplete_results=p}if(typeof A!=="undefined"){i.data.repository_selection=A}i.data.total_count=g;i.data.total_commits=C;return i}function iterator(i,u,p){const A=typeof u==="function"?u.endpoint(p):i.request.endpoint(u,p);const g=typeof u==="function"?u:i.request;const C=A.method;const S=A.headers;let w=A.url;return{[Symbol.asyncIterator]:()=>({async next(){if(!w)return{done:true};try{const i=await g({method:C,url:w,headers:S});const u=normalizePaginatedListResponse(i);w=((u.headers.link||"").match(/<([^<>]+)>;\s*rel="next"/)||[])[1];if(!w&&"total_commits"in u.data){const i=new URL(u.url);const p=i.searchParams;const A=parseInt(p.get("page")||"1",10);const g=parseInt(p.get("per_page")||"250",10);if(A*g<u.data.total_commits){p.set("page",String(A+1));w=i.toString()}}return{value:u}}catch(i){if(i.status!==409)throw i;w="";return{value:{status:200,headers:{},data:[]}}}}})}}function paginate(i,u,p,A){if(typeof p==="function"){A=p;p=void 0}return gather(i,[],iterator(i,u,p)[Symbol.asyncIterator](),A)}function gather(i,u,p,A){return p.next().then((g=>{if(g.done){return u}let C=false;function done(){C=true}u=u.concat(A?A(g.value,done):g.value.data);if(C){return u}return gather(i,u,p,A)}))}var ng=Object.assign(paginate,{iterator:iterator});var ig=null&&["GET /advisories","GET /app/hook/deliveries","GET /app/installation-requests","GET /app/installations","GET /assignments/{assignment_id}/accepted_assignments","GET /classrooms","GET /classrooms/{classroom_id}/assignments","GET /enterprises/{enterprise}/code-security/configurations","GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}/repositories","GET /enterprises/{enterprise}/dependabot/alerts","GET /enterprises/{enterprise}/teams","GET /enterprises/{enterprise}/teams/{enterprise-team}/memberships","GET /enterprises/{enterprise}/teams/{enterprise-team}/organizations","GET /events","GET /gists","GET /gists/public","GET /gists/starred","GET /gists/{gist_id}/comments","GET /gists/{gist_id}/commits","GET /gists/{gist_id}/forks","GET /installation/repositories","GET /issues","GET /licenses","GET /marketplace_listing/plans","GET /marketplace_listing/plans/{plan_id}/accounts","GET /marketplace_listing/stubbed/plans","GET /marketplace_listing/stubbed/plans/{plan_id}/accounts","GET /networks/{owner}/{repo}/events","GET /notifications","GET /organizations","GET /organizations/{org}/dependabot/repository-access","GET /orgs/{org}/actions/cache/usage-by-repository","GET /orgs/{org}/actions/hosted-runners","GET /orgs/{org}/actions/permissions/repositories","GET /orgs/{org}/actions/permissions/self-hosted-runners/repositories","GET /orgs/{org}/actions/runner-groups","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/runners","GET /orgs/{org}/actions/runners","GET /orgs/{org}/actions/secrets","GET /orgs/{org}/actions/secrets/{secret_name}/repositories","GET /orgs/{org}/actions/variables","GET /orgs/{org}/actions/variables/{name}/repositories","GET /orgs/{org}/attestations/repositories","GET /orgs/{org}/attestations/{subject_digest}","GET /orgs/{org}/blocks","GET /orgs/{org}/campaigns","GET /orgs/{org}/code-scanning/alerts","GET /orgs/{org}/code-security/configurations","GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories","GET /orgs/{org}/codespaces","GET /orgs/{org}/codespaces/secrets","GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories","GET /orgs/{org}/copilot/billing/seats","GET /orgs/{org}/copilot/metrics","GET /orgs/{org}/dependabot/alerts","GET /orgs/{org}/dependabot/secrets","GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories","GET /orgs/{org}/events","GET /orgs/{org}/failed_invitations","GET /orgs/{org}/hooks","GET /orgs/{org}/hooks/{hook_id}/deliveries","GET /orgs/{org}/insights/api/route-stats/{actor_type}/{actor_id}","GET /orgs/{org}/insights/api/subject-stats","GET /orgs/{org}/insights/api/user-stats/{user_id}","GET /orgs/{org}/installations","GET /orgs/{org}/invitations","GET /orgs/{org}/invitations/{invitation_id}/teams","GET /orgs/{org}/issues","GET /orgs/{org}/members","GET /orgs/{org}/members/{username}/codespaces","GET /orgs/{org}/migrations","GET /orgs/{org}/migrations/{migration_id}/repositories","GET /orgs/{org}/organization-roles/{role_id}/teams","GET /orgs/{org}/organization-roles/{role_id}/users","GET /orgs/{org}/outside_collaborators","GET /orgs/{org}/packages","GET /orgs/{org}/packages/{package_type}/{package_name}/versions","GET /orgs/{org}/personal-access-token-requests","GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories","GET /orgs/{org}/personal-access-tokens","GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories","GET /orgs/{org}/private-registries","GET /orgs/{org}/projects","GET /orgs/{org}/projectsV2","GET /orgs/{org}/projectsV2/{project_number}/fields","GET /orgs/{org}/projectsV2/{project_number}/items","GET /orgs/{org}/properties/values","GET /orgs/{org}/public_members","GET /orgs/{org}/repos","GET /orgs/{org}/rulesets","GET /orgs/{org}/rulesets/rule-suites","GET /orgs/{org}/rulesets/{ruleset_id}/history","GET /orgs/{org}/secret-scanning/alerts","GET /orgs/{org}/security-advisories","GET /orgs/{org}/settings/immutable-releases/repositories","GET /orgs/{org}/settings/network-configurations","GET /orgs/{org}/team/{team_slug}/copilot/metrics","GET /orgs/{org}/teams","GET /orgs/{org}/teams/{team_slug}/discussions","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions","GET /orgs/{org}/teams/{team_slug}/invitations","GET /orgs/{org}/teams/{team_slug}/members","GET /orgs/{org}/teams/{team_slug}/projects","GET /orgs/{org}/teams/{team_slug}/repos","GET /orgs/{org}/teams/{team_slug}/teams","GET /projects/{project_id}/collaborators","GET /repos/{owner}/{repo}/actions/artifacts","GET /repos/{owner}/{repo}/actions/caches","GET /repos/{owner}/{repo}/actions/organization-secrets","GET /repos/{owner}/{repo}/actions/organization-variables","GET /repos/{owner}/{repo}/actions/runners","GET /repos/{owner}/{repo}/actions/runs","GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts","GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs","GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs","GET /repos/{owner}/{repo}/actions/secrets","GET /repos/{owner}/{repo}/actions/variables","GET /repos/{owner}/{repo}/actions/workflows","GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs","GET /repos/{owner}/{repo}/activity","GET /repos/{owner}/{repo}/assignees","GET /repos/{owner}/{repo}/attestations/{subject_digest}","GET /repos/{owner}/{repo}/branches","GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations","GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs","GET /repos/{owner}/{repo}/code-scanning/alerts","GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances","GET /repos/{owner}/{repo}/code-scanning/analyses","GET /repos/{owner}/{repo}/codespaces","GET /repos/{owner}/{repo}/codespaces/devcontainers","GET /repos/{owner}/{repo}/codespaces/secrets","GET /repos/{owner}/{repo}/collaborators","GET /repos/{owner}/{repo}/comments","GET /repos/{owner}/{repo}/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/commits","GET /repos/{owner}/{repo}/commits/{commit_sha}/comments","GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls","GET /repos/{owner}/{repo}/commits/{ref}/check-runs","GET /repos/{owner}/{repo}/commits/{ref}/check-suites","GET /repos/{owner}/{repo}/commits/{ref}/status","GET /repos/{owner}/{repo}/commits/{ref}/statuses","GET /repos/{owner}/{repo}/compare/{basehead}","GET /repos/{owner}/{repo}/compare/{base}...{head}","GET /repos/{owner}/{repo}/contributors","GET /repos/{owner}/{repo}/dependabot/alerts","GET /repos/{owner}/{repo}/dependabot/secrets","GET /repos/{owner}/{repo}/deployments","GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses","GET /repos/{owner}/{repo}/environments","GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies","GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps","GET /repos/{owner}/{repo}/environments/{environment_name}/secrets","GET /repos/{owner}/{repo}/environments/{environment_name}/variables","GET /repos/{owner}/{repo}/events","GET /repos/{owner}/{repo}/forks","GET /repos/{owner}/{repo}/hooks","GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries","GET /repos/{owner}/{repo}/invitations","GET /repos/{owner}/{repo}/issues","GET /repos/{owner}/{repo}/issues/comments","GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/issues/events","GET /repos/{owner}/{repo}/issues/{issue_number}/comments","GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by","GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocking","GET /repos/{owner}/{repo}/issues/{issue_number}/events","GET /repos/{owner}/{repo}/issues/{issue_number}/labels","GET /repos/{owner}/{repo}/issues/{issue_number}/reactions","GET /repos/{owner}/{repo}/issues/{issue_number}/sub_issues","GET /repos/{owner}/{repo}/issues/{issue_number}/timeline","GET /repos/{owner}/{repo}/keys","GET /repos/{owner}/{repo}/labels","GET /repos/{owner}/{repo}/milestones","GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels","GET /repos/{owner}/{repo}/notifications","GET /repos/{owner}/{repo}/pages/builds","GET /repos/{owner}/{repo}/projects","GET /repos/{owner}/{repo}/pulls","GET /repos/{owner}/{repo}/pulls/comments","GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/pulls/{pull_number}/comments","GET /repos/{owner}/{repo}/pulls/{pull_number}/commits","GET /repos/{owner}/{repo}/pulls/{pull_number}/files","GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews","GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments","GET /repos/{owner}/{repo}/releases","GET /repos/{owner}/{repo}/releases/{release_id}/assets","GET /repos/{owner}/{repo}/releases/{release_id}/reactions","GET /repos/{owner}/{repo}/rules/branches/{branch}","GET /repos/{owner}/{repo}/rulesets","GET /repos/{owner}/{repo}/rulesets/rule-suites","GET /repos/{owner}/{repo}/rulesets/{ruleset_id}/history","GET /repos/{owner}/{repo}/secret-scanning/alerts","GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations","GET /repos/{owner}/{repo}/security-advisories","GET /repos/{owner}/{repo}/stargazers","GET /repos/{owner}/{repo}/subscribers","GET /repos/{owner}/{repo}/tags","GET /repos/{owner}/{repo}/teams","GET /repos/{owner}/{repo}/topics","GET /repositories","GET /search/code","GET /search/commits","GET /search/issues","GET /search/labels","GET /search/repositories","GET /search/topics","GET /search/users","GET /teams/{team_id}/discussions","GET /teams/{team_id}/discussions/{discussion_number}/comments","GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions","GET /teams/{team_id}/discussions/{discussion_number}/reactions","GET /teams/{team_id}/invitations","GET /teams/{team_id}/members","GET /teams/{team_id}/projects","GET /teams/{team_id}/repos","GET /teams/{team_id}/teams","GET /user/blocks","GET /user/codespaces","GET /user/codespaces/secrets","GET /user/emails","GET /user/followers","GET /user/following","GET /user/gpg_keys","GET /user/installations","GET /user/installations/{installation_id}/repositories","GET /user/issues","GET /user/keys","GET /user/marketplace_purchases","GET /user/marketplace_purchases/stubbed","GET /user/memberships/orgs","GET /user/migrations","GET /user/migrations/{migration_id}/repositories","GET /user/orgs","GET /user/packages","GET /user/packages/{package_type}/{package_name}/versions","GET /user/public_emails","GET /user/repos","GET /user/repository_invitations","GET /user/social_accounts","GET /user/ssh_signing_keys","GET /user/starred","GET /user/subscriptions","GET /user/teams","GET /users","GET /users/{username}/attestations/{subject_digest}","GET /users/{username}/events","GET /users/{username}/events/orgs/{org}","GET /users/{username}/events/public","GET /users/{username}/followers","GET /users/{username}/following","GET /users/{username}/gists","GET /users/{username}/gpg_keys","GET /users/{username}/keys","GET /users/{username}/orgs","GET /users/{username}/packages","GET /users/{username}/projects","GET /users/{username}/projectsV2","GET /users/{username}/projectsV2/{project_number}/fields","GET /users/{username}/projectsV2/{project_number}/items","GET /users/{username}/received_events","GET /users/{username}/received_events/public","GET /users/{username}/repos","GET /users/{username}/social_accounts","GET /users/{username}/ssh_signing_keys","GET /users/{username}/starred","GET /users/{username}/subscriptions"];function isPaginatingEndpoint(i){if(typeof i==="string"){return ig.includes(i)}else{return false}}function paginateRest(i){return{paginate:Object.assign(paginate.bind(null,i),{iterator:iterator.bind(null,i)})}}paginateRest.VERSION=sg;const og=new Context;const ag=getApiBaseUrl();const cg={baseUrl:ag,request:{agent:getProxyAgent(ag),fetch:getProxyFetch(ag)}};const lg=Octokit.plugin(restEndpointMethods,paginateRest).defaults(cg);function getOctokitOptions(i,u){const p=Object.assign({},u||{});const A=getAuthString(i,p);if(A){p.auth=A}return p}const ug=new Context;function getOctokit(i,u,...p){const A=lg.plugin(...p);return new A(getOctokitOptions(i,u))}class InvalidTokenError extends Error{}InvalidTokenError.prototype.name="InvalidTokenError";function b64DecodeUnicode(i){return decodeURIComponent(atob(i).replace(/(.)/g,((i,u)=>{let p=u.charCodeAt(0).toString(16).toUpperCase();if(p.length<2){p="0"+p}return"%"+p})))}function base64UrlDecode(i){let u=i.replace(/-/g,"+").replace(/_/g,"/");switch(u.length%4){case 0:break;case 2:u+="==";break;case 3:u+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return b64DecodeUnicode(u)}catch(i){return atob(u)}}function jwtDecode(i,u){if(typeof i!=="string"){throw new InvalidTokenError("Invalid token specified: must be a string")}u||(u={});const p=u.header===true?0:1;const A=i.split(".")[p];if(typeof A!=="string"){throw new InvalidTokenError(`Invalid token specified: missing part #${p+1}`)}let g;try{g=base64UrlDecode(A)}catch(i){throw new InvalidTokenError(`Invalid token specified: invalid base64 for part #${p+1} (${i.message})`)}try{return JSON.parse(g)}catch(i){throw new InvalidTokenError(`Invalid token specified: invalid json for part #${p+1} (${i.message})`)}}class github_GitHub{githubToken;octokit;constructor(i){this.githubToken=i?.token||process.env.GITHUB_TOKEN;this.octokit=getOctokit(`${this.githubToken}`)}repoData(){return this.octokit.rest.repos.get({...ug.repo}).then((i=>i.data))}async releases(i,u){let p;try{p=await this.releasesRaw(i,u)}catch(A){if(!this.githubToken){throw A}p=await this.releasesRaw(i,u,this.githubToken)}return p}async releasesRaw(i,u,p){const A=`https://raw.githubusercontent.com/${u.owner}/${u.repo}/${u.ref}/${u.path}`;const g=new lib_HttpClient("docker-actions-toolkit");const C=await g.get(A,p?{Authorization:`token ${p}`}:undefined);const S=await C.readBody();const w=C.message.statusCode||500;if(w>=400){throw new Error(`Failed to get ${i} releases from ${A} with status code ${w}: ${S}`)}return JSON.parse(S)}static get context(){return ug}static get serverURL(){return process.env.GITHUB_SERVER_URL||"https://github.com"}static get apiURL(){return process.env.GITHUB_API_URL||"https://api.github.com"}static get isGHES(){const i=new URL(github_GitHub.serverURL);const u=i.hostname.trimEnd().toUpperCase();const p=u==="GITHUB.COM";const A=u.endsWith(".GHE.COM");const g=u.endsWith(".LOCALHOST");return!p&&!A&&!g}static get repository(){return`${ug.repo.owner}/${ug.repo.repo}`}static get workspace(){return process.env.GITHUB_WORKSPACE||process.cwd()}static get runId(){return process.env.GITHUB_RUN_ID?+process.env.GITHUB_RUN_ID:ug.runId}static get runAttempt(){return process.env.GITHUB_RUN_ATTEMPT?+process.env.GITHUB_RUN_ATTEMPT:1}static workflowRunURL(i){return`${github_GitHub.serverURL}/${github_GitHub.repository}/actions/runs/${github_GitHub.runId}${i?`/attempts/${github_GitHub.runAttempt}`:""}`}static get actionsRuntimeToken(){const i=process.env["ACTIONS_RUNTIME_TOKEN"]||"";return i?jwtDecode(i):undefined}static async printActionsRuntimeTokenACs(){let i;try{i=github_GitHub.actionsRuntimeToken}catch(i){throw new Error(`Cannot parse GitHub Actions Runtime Token: ${i.message}`)}if(!i){throw new Error(`ACTIONS_RUNTIME_TOKEN not set`)}try{JSON.parse(`${i.ac}`).forEach((i=>{let u;switch(i.Permission){case 1:u="read";break;case 2:u="write";break;case 3:u="read/write";break;default:u=`unimplemented (${i.Permission})`}info(`${i.Scope}: ${u}`)}))}catch(i){throw new Error(`Cannot parse GitHub Actions Runtime Token ACs: ${i.message}`)}}}class context_Context{static _tmpDir=B.mkdtempSync(v.join(context_Context.ensureDirExists(process.env.RUNNER_TEMP||C.tmpdir()),"docker-actions-toolkit-"));static ensureDirExists(i){B.mkdirSync(i,{recursive:true});return i}static tmpDir(){return context_Context._tmpDir}static tmpName(i){return Ef.om(i)}static gitRef(){return context_Context.parseGitRef(ug.ref,ug.sha)}static parseGitRef(i,u){const p=!!(process.env.DOCKER_DEFAULT_GIT_CONTEXT_PR_HEAD_REF&&process.env.DOCKER_DEFAULT_GIT_CONTEXT_PR_HEAD_REF==="true");if(u&&i&&!i.startsWith("refs/")){i=`refs/heads/${i}`}if(u&&!i.startsWith(`refs/pull/`)){i=u}else if(i.startsWith(`refs/pull/`)&&p){i=i.replace(/\/merge$/g,"/head")}return i}static gitContext(){return`${github_GitHub.serverURL}/${ug.repo.owner}/${ug.repo.repo}.git#${context_Context.gitRef()}`}}class Exec{static async exec(i,u,p){core_debug(`Exec.exec: ${i} ${u?.join(" ")}`);return exec_exec(i,u,p)}static async getExecOutput(i,u,p){core_debug(`Exec.getExecOutput: ${i} ${u?.join(" ")}`);return getExecOutput(i,u,p)}}class CsvError extends Error{constructor(i,u,p,...A){if(Array.isArray(u))u=u.join(" ").trim();super(u);if(Error.captureStackTrace!==undefined){Error.captureStackTrace(this,CsvError)}this.code=i;for(const i of A){for(const u in i){const A=i[u];this[u]=Buffer.isBuffer(A)?A.toString(p.encoding):A==null?A:JSON.parse(JSON.stringify(A))}}}}const is_object=function(i){return typeof i==="object"&&i!==null&&!Array.isArray(i)};const normalize_columns_array=function(i){const u=[];for(let p=0,A=i.length;p<A;p++){const A=i[p];if(A===undefined||A===null||A===false){u[p]={disabled:true}}else if(typeof A==="string"){u[p]={name:A}}else if(is_object(A)){if(typeof A.name!=="string"){throw new CsvError("CSV_OPTION_COLUMNS_MISSING_NAME",["Option columns missing name:",`property "name" is required at position ${p}`,"when column is an object literal"])}u[p]=A}else{throw new CsvError("CSV_INVALID_COLUMN_DEFINITION",["Invalid column definition:","expect a string or a literal object,",`got ${JSON.stringify(A)} at position ${p}`])}}return u};class ResizeableBuffer{constructor(i=100){this.size=i;this.length=0;this.buf=Buffer.allocUnsafe(i)}prepend(i){if(Buffer.isBuffer(i)){const u=this.length+i.length;if(u>=this.size){this.resize();if(u>=this.size){throw Error("INVALID_BUFFER_STATE")}}const p=this.buf;this.buf=Buffer.allocUnsafe(this.size);i.copy(this.buf,0);p.copy(this.buf,i.length);this.length+=i.length}else{const u=this.length++;if(u===this.size){this.resize()}const p=this.clone();this.buf[0]=i;p.copy(this.buf,1,0,u)}}append(i){const u=this.length++;if(u===this.size){this.resize()}this.buf[u]=i}clone(){return Buffer.from(this.buf.slice(0,this.length))}resize(){const i=this.length;this.size=this.size*2;const u=Buffer.allocUnsafe(this.size);this.buf.copy(u,0,0,i);this.buf=u}toString(i){if(i){return this.buf.slice(0,this.length).toString(i)}else{return Uint8Array.prototype.slice.call(this.buf.slice(0,this.length))}}toJSON(){return this.toString("utf8")}reset(){this.length=0}}const dg=ResizeableBuffer;const hg=12;const pg=13;const Ag=10;const fg=32;const gg=9;const init_state=function(i){return{bomSkipped:false,bufBytesStart:0,castField:i.cast_function,commenting:false,error:undefined,enabled:i.from_line===1,escaping:false,escapeIsQuote:Buffer.isBuffer(i.escape)&&Buffer.isBuffer(i.quote)&&Buffer.compare(i.escape,i.quote)===0,expectedRecordLength:Array.isArray(i.columns)?i.columns.length:undefined,field:new dg(20),firstLineToHeaders:i.cast_first_line_to_header,needMoreDataSize:Math.max(i.comment!==null?i.comment.length:0,...i.delimiter.map((i=>i.length)),i.quote!==null?i.quote.length:0),previousBuf:undefined,quoting:false,stop:false,rawBuffer:new dg(100),record:[],recordHasError:false,record_length:0,recordDelimiterMaxLength:i.record_delimiter.length===0?0:Math.max(...i.record_delimiter.map((i=>i.length))),trimChars:[Buffer.from(" ",i.encoding)[0],Buffer.from("\t",i.encoding)[0]],wasQuoting:false,wasRowDelimiter:false,timchars:[Buffer.from(Buffer.from([pg],"utf8").toString(),i.encoding),Buffer.from(Buffer.from([Ag],"utf8").toString(),i.encoding),Buffer.from(Buffer.from([hg],"utf8").toString(),i.encoding),Buffer.from(Buffer.from([fg],"utf8").toString(),i.encoding),Buffer.from(Buffer.from([gg],"utf8").toString(),i.encoding)]}};const underscore=function(i){return i.replace(/([A-Z])/g,(function(i,u){return"_"+u.toLowerCase()}))};const normalize_options=function(i){const u={};for(const p in i){u[underscore(p)]=i[p]}if(u.encoding===undefined||u.encoding===true){u.encoding="utf8"}else if(u.encoding===null||u.encoding===false){u.encoding=null}else if(typeof u.encoding!=="string"&&u.encoding!==null){throw new CsvError("CSV_INVALID_OPTION_ENCODING",["Invalid option encoding:","encoding must be a string or null to return a buffer,",`got ${JSON.stringify(u.encoding)}`],u)}if(u.bom===undefined||u.bom===null||u.bom===false){u.bom=false}else if(u.bom!==true){throw new CsvError("CSV_INVALID_OPTION_BOM",["Invalid option bom:","bom must be true,",`got ${JSON.stringify(u.bom)}`],u)}u.cast_function=null;if(u.cast===undefined||u.cast===null||u.cast===false||u.cast===""){u.cast=undefined}else if(typeof u.cast==="function"){u.cast_function=u.cast;u.cast=true}else if(u.cast!==true){throw new CsvError("CSV_INVALID_OPTION_CAST",["Invalid option cast:","cast must be true or a function,",`got ${JSON.stringify(u.cast)}`],u)}if(u.cast_date===undefined||u.cast_date===null||u.cast_date===false||u.cast_date===""){u.cast_date=false}else if(u.cast_date===true){u.cast_date=function(i){const u=Date.parse(i);return!isNaN(u)?new Date(u):i}}else if(typeof u.cast_date!=="function"){throw new CsvError("CSV_INVALID_OPTION_CAST_DATE",["Invalid option cast_date:","cast_date must be true or a function,",`got ${JSON.stringify(u.cast_date)}`],u)}u.cast_first_line_to_header=undefined;if(u.columns===true){u.cast_first_line_to_header=undefined}else if(typeof u.columns==="function"){u.cast_first_line_to_header=u.columns;u.columns=true}else if(Array.isArray(u.columns)){u.columns=normalize_columns_array(u.columns)}else if(u.columns===undefined||u.columns===null||u.columns===false){u.columns=false}else{throw new CsvError("CSV_INVALID_OPTION_COLUMNS",["Invalid option columns:","expect an array, a function or true,",`got ${JSON.stringify(u.columns)}`],u)}if(u.group_columns_by_name===undefined||u.group_columns_by_name===null||u.group_columns_by_name===false){u.group_columns_by_name=false}else if(u.group_columns_by_name!==true){throw new CsvError("CSV_INVALID_OPTION_GROUP_COLUMNS_BY_NAME",["Invalid option group_columns_by_name:","expect an boolean,",`got ${JSON.stringify(u.group_columns_by_name)}`],u)}else if(u.columns===false){throw new CsvError("CSV_INVALID_OPTION_GROUP_COLUMNS_BY_NAME",["Invalid option group_columns_by_name:","the `columns` mode must be activated."],u)}if(u.comment===undefined||u.comment===null||u.comment===false||u.comment===""){u.comment=null}else{if(typeof u.comment==="string"){u.comment=Buffer.from(u.comment,u.encoding)}if(!Buffer.isBuffer(u.comment)){throw new CsvError("CSV_INVALID_OPTION_COMMENT",["Invalid option comment:","comment must be a buffer or a string,",`got ${JSON.stringify(u.comment)}`],u)}}if(u.comment_no_infix===undefined||u.comment_no_infix===null||u.comment_no_infix===false){u.comment_no_infix=false}else if(u.comment_no_infix!==true){throw new CsvError("CSV_INVALID_OPTION_COMMENT",["Invalid option comment_no_infix:","value must be a boolean,",`got ${JSON.stringify(u.comment_no_infix)}`],u)}const p=JSON.stringify(u.delimiter);if(!Array.isArray(u.delimiter))u.delimiter=[u.delimiter];if(u.delimiter.length===0){throw new CsvError("CSV_INVALID_OPTION_DELIMITER",["Invalid option delimiter:","delimiter must be a non empty string or buffer or array of string|buffer,",`got ${p}`],u)}u.delimiter=u.delimiter.map((function(i){if(i===undefined||i===null||i===false){return Buffer.from(",",u.encoding)}if(typeof i==="string"){i=Buffer.from(i,u.encoding)}if(!Buffer.isBuffer(i)||i.length===0){throw new CsvError("CSV_INVALID_OPTION_DELIMITER",["Invalid option delimiter:","delimiter must be a non empty string or buffer or array of string|buffer,",`got ${p}`],u)}return i}));if(u.escape===undefined||u.escape===true){u.escape=Buffer.from('"',u.encoding)}else if(typeof u.escape==="string"){u.escape=Buffer.from(u.escape,u.encoding)}else if(u.escape===null||u.escape===false){u.escape=null}if(u.escape!==null){if(!Buffer.isBuffer(u.escape)){throw new Error(`Invalid Option: escape must be a buffer, a string or a boolean, got ${JSON.stringify(u.escape)}`)}}if(u.from===undefined||u.from===null){u.from=1}else{if(typeof u.from==="string"&&/\d+/.test(u.from)){u.from=parseInt(u.from)}if(Number.isInteger(u.from)){if(u.from<0){throw new Error(`Invalid Option: from must be a positive integer, got ${JSON.stringify(i.from)}`)}}else{throw new Error(`Invalid Option: from must be an integer, got ${JSON.stringify(u.from)}`)}}if(u.from_line===undefined||u.from_line===null){u.from_line=1}else{if(typeof u.from_line==="string"&&/\d+/.test(u.from_line)){u.from_line=parseInt(u.from_line)}if(Number.isInteger(u.from_line)){if(u.from_line<=0){throw new Error(`Invalid Option: from_line must be a positive integer greater than 0, got ${JSON.stringify(i.from_line)}`)}}else{throw new Error(`Invalid Option: from_line must be an integer, got ${JSON.stringify(i.from_line)}`)}}if(u.ignore_last_delimiters===undefined||u.ignore_last_delimiters===null){u.ignore_last_delimiters=false}else if(typeof u.ignore_last_delimiters==="number"){u.ignore_last_delimiters=Math.floor(u.ignore_last_delimiters);if(u.ignore_last_delimiters===0){u.ignore_last_delimiters=false}}else if(typeof u.ignore_last_delimiters!=="boolean"){throw new CsvError("CSV_INVALID_OPTION_IGNORE_LAST_DELIMITERS",["Invalid option `ignore_last_delimiters`:","the value must be a boolean value or an integer,",`got ${JSON.stringify(u.ignore_last_delimiters)}`],u)}if(u.ignore_last_delimiters===true&&u.columns===false){throw new CsvError("CSV_IGNORE_LAST_DELIMITERS_REQUIRES_COLUMNS",["The option `ignore_last_delimiters`","requires the activation of the `columns` option"],u)}if(u.info===undefined||u.info===null||u.info===false){u.info=false}else if(u.info!==true){throw new Error(`Invalid Option: info must be true, got ${JSON.stringify(u.info)}`)}if(u.max_record_size===undefined||u.max_record_size===null||u.max_record_size===false){u.max_record_size=0}else if(Number.isInteger(u.max_record_size)&&u.max_record_size>=0){}else if(typeof u.max_record_size==="string"&&/\d+/.test(u.max_record_size)){u.max_record_size=parseInt(u.max_record_size)}else{throw new Error(`Invalid Option: max_record_size must be a positive integer, got ${JSON.stringify(u.max_record_size)}`)}if(u.objname===undefined||u.objname===null||u.objname===false){u.objname=undefined}else if(Buffer.isBuffer(u.objname)){if(u.objname.length===0){throw new Error(`Invalid Option: objname must be a non empty buffer`)}if(u.encoding===null){}else{u.objname=u.objname.toString(u.encoding)}}else if(typeof u.objname==="string"){if(u.objname.length===0){throw new Error(`Invalid Option: objname must be a non empty string`)}}else if(typeof u.objname==="number"){}else{throw new Error(`Invalid Option: objname must be a string or a buffer, got ${u.objname}`)}if(u.objname!==undefined){if(typeof u.objname==="number"){if(u.columns!==false){throw Error("Invalid Option: objname index cannot be combined with columns or be defined as a field")}}else{if(u.columns===false){throw Error("Invalid Option: objname field must be combined with columns or be defined as an index")}}}if(u.on_record===undefined||u.on_record===null){u.on_record=undefined}else if(typeof u.on_record!=="function"){throw new CsvError("CSV_INVALID_OPTION_ON_RECORD",["Invalid option `on_record`:","expect a function,",`got ${JSON.stringify(u.on_record)}`],u)}if(u.on_skip!==undefined&&u.on_skip!==null&&typeof u.on_skip!=="function"){throw new Error(`Invalid Option: on_skip must be a function, got ${JSON.stringify(u.on_skip)}`)}if(u.quote===null||u.quote===false||u.quote===""){u.quote=null}else{if(u.quote===undefined||u.quote===true){u.quote=Buffer.from('"',u.encoding)}else if(typeof u.quote==="string"){u.quote=Buffer.from(u.quote,u.encoding)}if(!Buffer.isBuffer(u.quote)){throw new Error(`Invalid Option: quote must be a buffer or a string, got ${JSON.stringify(u.quote)}`)}}if(u.raw===undefined||u.raw===null||u.raw===false){u.raw=false}else if(u.raw!==true){throw new Error(`Invalid Option: raw must be true, got ${JSON.stringify(u.raw)}`)}if(u.record_delimiter===undefined){u.record_delimiter=[]}else if(typeof u.record_delimiter==="string"||Buffer.isBuffer(u.record_delimiter)){if(u.record_delimiter.length===0){throw new CsvError("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a non empty string or buffer,",`got ${JSON.stringify(u.record_delimiter)}`],u)}u.record_delimiter=[u.record_delimiter]}else if(!Array.isArray(u.record_delimiter)){throw new CsvError("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a string, a buffer or array of string|buffer,",`got ${JSON.stringify(u.record_delimiter)}`],u)}u.record_delimiter=u.record_delimiter.map((function(i,p){if(typeof i!=="string"&&!Buffer.isBuffer(i)){throw new CsvError("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a string, a buffer or array of string|buffer",`at index ${p},`,`got ${JSON.stringify(i)}`],u)}else if(i.length===0){throw new CsvError("CSV_INVALID_OPTION_RECORD_DELIMITER",["Invalid option `record_delimiter`:","value must be a non empty string or buffer",`at index ${p},`,`got ${JSON.stringify(i)}`],u)}if(typeof i==="string"){i=Buffer.from(i,u.encoding)}return i}));if(typeof u.relax_column_count==="boolean"){}else if(u.relax_column_count===undefined||u.relax_column_count===null){u.relax_column_count=false}else{throw new Error(`Invalid Option: relax_column_count must be a boolean, got ${JSON.stringify(u.relax_column_count)}`)}if(typeof u.relax_column_count_less==="boolean"){}else if(u.relax_column_count_less===undefined||u.relax_column_count_less===null){u.relax_column_count_less=false}else{throw new Error(`Invalid Option: relax_column_count_less must be a boolean, got ${JSON.stringify(u.relax_column_count_less)}`)}if(typeof u.relax_column_count_more==="boolean"){}else if(u.relax_column_count_more===undefined||u.relax_column_count_more===null){u.relax_column_count_more=false}else{throw new Error(`Invalid Option: relax_column_count_more must be a boolean, got ${JSON.stringify(u.relax_column_count_more)}`)}if(typeof u.relax_quotes==="boolean"){}else if(u.relax_quotes===undefined||u.relax_quotes===null){u.relax_quotes=false}else{throw new Error(`Invalid Option: relax_quotes must be a boolean, got ${JSON.stringify(u.relax_quotes)}`)}if(typeof u.skip_empty_lines==="boolean"){}else if(u.skip_empty_lines===undefined||u.skip_empty_lines===null){u.skip_empty_lines=false}else{throw new Error(`Invalid Option: skip_empty_lines must be a boolean, got ${JSON.stringify(u.skip_empty_lines)}`)}if(typeof u.skip_records_with_empty_values==="boolean"){}else if(u.skip_records_with_empty_values===undefined||u.skip_records_with_empty_values===null){u.skip_records_with_empty_values=false}else{throw new Error(`Invalid Option: skip_records_with_empty_values must be a boolean, got ${JSON.stringify(u.skip_records_with_empty_values)}`)}if(typeof u.skip_records_with_error==="boolean"){}else if(u.skip_records_with_error===undefined||u.skip_records_with_error===null){u.skip_records_with_error=false}else{throw new Error(`Invalid Option: skip_records_with_error must be a boolean, got ${JSON.stringify(u.skip_records_with_error)}`)}if(u.rtrim===undefined||u.rtrim===null||u.rtrim===false){u.rtrim=false}else if(u.rtrim!==true){throw new Error(`Invalid Option: rtrim must be a boolean, got ${JSON.stringify(u.rtrim)}`)}if(u.ltrim===undefined||u.ltrim===null||u.ltrim===false){u.ltrim=false}else if(u.ltrim!==true){throw new Error(`Invalid Option: ltrim must be a boolean, got ${JSON.stringify(u.ltrim)}`)}if(u.trim===undefined||u.trim===null||u.trim===false){u.trim=false}else if(u.trim!==true){throw new Error(`Invalid Option: trim must be a boolean, got ${JSON.stringify(u.trim)}`)}if(u.trim===true&&i.ltrim!==false){u.ltrim=true}else if(u.ltrim!==true){u.ltrim=false}if(u.trim===true&&i.rtrim!==false){u.rtrim=true}else if(u.rtrim!==true){u.rtrim=false}if(u.to===undefined||u.to===null){u.to=-1}else if(u.to!==-1){if(typeof u.to==="string"&&/\d+/.test(u.to)){u.to=parseInt(u.to)}if(Number.isInteger(u.to)){if(u.to<=0){throw new Error(`Invalid Option: to must be a positive integer greater than 0, got ${JSON.stringify(i.to)}`)}}else{throw new Error(`Invalid Option: to must be an integer, got ${JSON.stringify(i.to)}`)}}if(u.to_line===undefined||u.to_line===null){u.to_line=-1}else if(u.to_line!==-1){if(typeof u.to_line==="string"&&/\d+/.test(u.to_line)){u.to_line=parseInt(u.to_line)}if(Number.isInteger(u.to_line)){if(u.to_line<=0){throw new Error(`Invalid Option: to_line must be a positive integer greater than 0, got ${JSON.stringify(i.to_line)}`)}}else{throw new Error(`Invalid Option: to_line must be an integer, got ${JSON.stringify(i.to_line)}`)}}return u};const isRecordEmpty=function(i){return i.every((i=>i==null||i.toString&&i.toString().trim()===""))};const mg=13;const yg=10;const Eg={utf8:Buffer.from([239,187,191]),utf16le:Buffer.from([255,254])};const transform=function(i={}){const u={bytes:0,comment_lines:0,empty_lines:0,invalid_field_length:0,lines:1,records:0};const p=normalize_options(i);return{info:u,original_options:i,options:p,state:init_state(p),__needMoreData:function(i,u,p){if(p)return false;const{encoding:A,escape:g,quote:C}=this.options;const{quoting:S,needMoreDataSize:w,recordDelimiterMaxLength:B}=this.state;const v=u-i-1;const N=Math.max(w,B===0?Buffer.from("\r\n",A).length:B,S?(g===null?0:g.length)+C.length:0,S?C.length+B:0);return v<N},parse:function(i,u,p,A){const{bom:g,comment_no_infix:C,encoding:S,from_line:w,ltrim:B,max_record_size:v,raw:N,relax_quotes:T,rtrim:Q,skip_empty_lines:x,to:_,to_line:k}=this.options;let{comment:D,escape:O,quote:P,record_delimiter:L}=this.options;const{bomSkipped:U,previousBuf:H,rawBuffer:z,escapeIsQuote:j}=this.state;let q;if(H===undefined){if(i===undefined){A();return}else{q=i}}else if(H!==undefined&&i===undefined){q=H}else{q=Buffer.concat([H,i])}if(U===false){if(g===false){this.state.bomSkipped=true}else if(q.length<3){if(u===false){this.state.previousBuf=q;return}}else{for(const i in Eg){if(Eg[i].compare(q,0,Eg[i].length)===0){const u=Eg[i].length;this.state.bufBytesStart+=u;q=q.slice(u);const p=normalize_options({...this.original_options,encoding:i});for(const i in p){this.options[i]=p[i]}({comment:D,escape:O,quote:P}=this.options);break}}this.state.bomSkipped=true}}const $=q.length;let J;for(J=0;J<$;J++){if(this.__needMoreData(J,$,u)){break}if(this.state.wasRowDelimiter===true){this.info.lines++;this.state.wasRowDelimiter=false}if(k!==-1&&this.info.lines>k){this.state.stop=true;A();return}if(this.state.quoting===false&&L.length===0){const i=this.__autoDiscoverRecordDelimiter(q,J);if(i){L=this.options.record_delimiter}}const i=q[J];if(N===true){z.append(i)}if((i===mg||i===yg)&&this.state.wasRowDelimiter===false){this.state.wasRowDelimiter=true}if(this.state.escaping===true){this.state.escaping=false}else{if(O!==null&&this.state.quoting===true&&this.__isEscape(q,J,i)&&J+O.length<$){if(j){if(this.__isQuote(q,J+O.length)){this.state.escaping=true;J+=O.length-1;continue}}else{this.state.escaping=true;J+=O.length-1;continue}}if(this.state.commenting===false&&this.__isQuote(q,J)){if(this.state.quoting===true){const u=q[J+P.length];const p=Q&&this.__isCharTrimable(q,J+P.length);const A=D!==null&&this.__compareBytes(D,q,J+P.length,u);const g=this.__isDelimiter(q,J+P.length,u);const C=L.length===0?this.__autoDiscoverRecordDelimiter(q,J+P.length):this.__isRecordDelimiter(u,q,J+P.length);if(O!==null&&this.__isEscape(q,J,i)&&this.__isQuote(q,J+O.length)){J+=O.length-1}else if(!u||g||C||A||p){this.state.quoting=false;this.state.wasQuoting=true;J+=P.length-1;continue}else if(T===false){const i=this.__error(new CsvError("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(u)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(i!==undefined)return i}else{this.state.quoting=false;this.state.wasQuoting=true;this.state.field.prepend(P);J+=P.length-1}}else{if(this.state.field.length!==0){if(T===false){const i=this.__infoField();const u=Object.keys(Eg).map((i=>Eg[i].equals(this.state.field.toString())?i:false)).filter(Boolean)[0];const p=this.__error(new CsvError("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(i.column)} at line ${i.lines}, value is ${JSON.stringify(this.state.field.toString(S))}`,u?`(${u} bom)`:undefined],this.options,i,{field:this.state.field}));if(p!==undefined)return p}}else{this.state.quoting=true;J+=P.length-1;continue}}}if(this.state.quoting===false){const u=this.__isRecordDelimiter(i,q,J);if(u!==0){const i=this.state.commenting&&this.state.wasQuoting===false&&this.state.record.length===0&&this.state.field.length===0;if(i){this.info.comment_lines++}else{if(this.state.enabled===false&&this.info.lines+(this.state.wasRowDelimiter===true?1:0)>=w){this.state.enabled=true;this.__resetField();this.__resetRecord();J+=u-1;continue}if(x===true&&this.state.wasQuoting===false&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++;J+=u-1;continue}this.info.bytes=this.state.bufBytesStart+J;const i=this.__onField();if(i!==undefined)return i;this.info.bytes=this.state.bufBytesStart+J+u;const g=this.__onRecord(p);if(g!==undefined)return g;if(_!==-1&&this.info.records>=_){this.state.stop=true;A();return}}this.state.commenting=false;J+=u-1;continue}if(this.state.commenting){continue}if(D!==null&&(C===false||this.state.record.length===0&&this.state.field.length===0)){const u=this.__compareBytes(D,q,J,i);if(u!==0){this.state.commenting=true;continue}}const g=this.__isDelimiter(q,J,i);if(g!==0){this.info.bytes=this.state.bufBytesStart+J;const i=this.__onField();if(i!==undefined)return i;J+=g-1;continue}}}if(this.state.commenting===false){if(v!==0&&this.state.record_length+this.state.field.length>v){return this.__error(new CsvError("CSV_MAX_RECORD_SIZE",["Max Record Size:","record exceed the maximum number of tolerated bytes",`of ${v}`,`at line ${this.info.lines}`],this.options,this.__infoField()))}}const g=B===false||this.state.quoting===true||this.state.field.length!==0||!this.__isCharTrimable(q,J);const U=Q===false||this.state.wasQuoting===false;if(g===true&&U===true){this.state.field.append(i)}else if(Q===true&&!this.__isCharTrimable(q,J)){return this.__error(new CsvError("CSV_NON_TRIMABLE_CHAR_AFTER_CLOSING_QUOTE",["Invalid Closing Quote:","found non trimable byte after quote",`at line ${this.info.lines}`],this.options,this.__infoField()))}else{if(g===false){J+=this.__isCharTrimable(q,J)-1}continue}}if(u===true){if(this.state.quoting===true){const i=this.__error(new CsvError("CSV_QUOTE_NOT_CLOSED",["Quote Not Closed:",`the parsing is finished with an opening quote at line ${this.info.lines}`],this.options,this.__infoField()));if(i!==undefined)return i}else{if(this.state.wasQuoting===true||this.state.record.length!==0||this.state.field.length!==0){this.info.bytes=this.state.bufBytesStart+J;const i=this.__onField();if(i!==undefined)return i;const u=this.__onRecord(p);if(u!==undefined)return u}else if(this.state.wasRowDelimiter===true){this.info.empty_lines++}else if(this.state.commenting===true){this.info.comment_lines++}}}else{this.state.bufBytesStart+=J;this.state.previousBuf=q.slice(J)}if(this.state.wasRowDelimiter===true){this.info.lines++;this.state.wasRowDelimiter=false}},__onRecord:function(i){const{columns:u,group_columns_by_name:p,encoding:A,info:g,from:C,relax_column_count:S,relax_column_count_less:w,relax_column_count_more:B,raw:v,skip_records_with_empty_values:N}=this.options;const{enabled:T,record:Q}=this.state;if(T===false){return this.__resetRecord()}const x=Q.length;if(u===true){if(N===true&&isRecordEmpty(Q)){this.__resetRecord();return}return this.__firstLineToColumns(Q)}if(u===false&&this.info.records===0){this.state.expectedRecordLength=x}if(x!==this.state.expectedRecordLength){const i=u===false?new CsvError("CSV_RECORD_INCONSISTENT_FIELDS_LENGTH",["Invalid Record Length:",`expect ${this.state.expectedRecordLength},`,`got ${x} on line ${this.info.lines}`],this.options,this.__infoField(),{record:Q}):new CsvError("CSV_RECORD_INCONSISTENT_COLUMNS",["Invalid Record Length:",`columns length is ${u.length},`,`got ${x} on line ${this.info.lines}`],this.options,this.__infoField(),{record:Q});if(S===true||w===true&&x<this.state.expectedRecordLength||B===true&&x>this.state.expectedRecordLength){this.info.invalid_field_length++;this.state.error=i}else{const u=this.__error(i);if(u)return u}}if(N===true&&isRecordEmpty(Q)){this.__resetRecord();return}if(this.state.recordHasError===true){this.__resetRecord();this.state.recordHasError=false;return}this.info.records++;if(C===1||this.info.records>=C){const{objname:C}=this.options;if(u!==false){const S={};for(let i=0,A=Q.length;i<A;i++){if(u[i]===undefined||u[i].disabled)continue;if(p===true&&S[u[i].name]!==undefined){if(Array.isArray(S[u[i].name])){S[u[i].name]=S[u[i].name].concat(Q[i])}else{S[u[i].name]=[S[u[i].name],Q[i]]}}else{S[u[i].name]=Q[i]}}if(v===true||g===true){const u=Object.assign({record:S},v===true?{raw:this.state.rawBuffer.toString(A)}:{},g===true?{info:this.__infoRecord()}:{});const p=this.__push(C===undefined?u:[S[C],u],i);if(p){return p}}else{const u=this.__push(C===undefined?S:[S[C],S],i);if(u){return u}}}else{if(v===true||g===true){const u=Object.assign({record:Q},v===true?{raw:this.state.rawBuffer.toString(A)}:{},g===true?{info:this.__infoRecord()}:{});const p=this.__push(C===undefined?u:[Q[C],u],i);if(p){return p}}else{const u=this.__push(C===undefined?Q:[Q[C],Q],i);if(u){return u}}}}this.__resetRecord()},__firstLineToColumns:function(i){const{firstLineToHeaders:u}=this.state;try{const p=u===undefined?i:u.call(null,i);if(!Array.isArray(p)){return this.__error(new CsvError("CSV_INVALID_COLUMN_MAPPING",["Invalid Column Mapping:","expect an array from column function,",`got ${JSON.stringify(p)}`],this.options,this.__infoField(),{headers:p}))}const A=normalize_columns_array(p);this.state.expectedRecordLength=A.length;this.options.columns=A;this.__resetRecord();return}catch(i){return i}},__resetRecord:function(){if(this.options.raw===true){this.state.rawBuffer.reset()}this.state.error=undefined;this.state.record=[];this.state.record_length=0},__onField:function(){const{cast:i,encoding:u,rtrim:p,max_record_size:A}=this.options;const{enabled:g,wasQuoting:C}=this.state;if(g===false){return this.__resetField()}let S=this.state.field.toString(u);if(p===true&&C===false){S=S.trimRight()}if(i===true){const[i,u]=this.__cast(S);if(i!==undefined)return i;S=u}this.state.record.push(S);if(A!==0&&typeof S==="string"){this.state.record_length+=S.length}this.__resetField()},__resetField:function(){this.state.field.reset();this.state.wasQuoting=false},__push:function(i,u){const{on_record:p}=this.options;if(p!==undefined){const u=this.__infoRecord();try{i=p.call(null,i,u)}catch(i){return i}if(i===undefined||i===null){return}}u(i)},__cast:function(i){const{columns:u,relax_column_count:p}=this.options;const A=Array.isArray(u);if(A===true&&p&&this.options.columns.length<=this.state.record.length){return[undefined,undefined]}if(this.state.castField!==null){try{const u=this.__infoField();return[undefined,this.state.castField.call(null,i,u)]}catch(i){return[i]}}if(this.__isFloat(i)){return[undefined,parseFloat(i)]}else if(this.options.cast_date!==false){const u=this.__infoField();return[undefined,this.options.cast_date.call(null,i,u)]}return[undefined,i]},__isCharTrimable:function(i,u){const isTrim=(i,u)=>{const{timchars:p}=this.state;e:for(let A=0;A<p.length;A++){const g=p[A];for(let p=0;p<g.length;p++){if(g[p]!==i[u+p])continue e}return g.length}return 0};return isTrim(i,u)},__isFloat:function(i){return i-parseFloat(i)+1>=0},__compareBytes:function(i,u,p,A){if(i[0]!==A)return 0;const g=i.length;for(let A=1;A<g;A++){if(i[A]!==u[p+A])return 0}return g},__isDelimiter:function(i,u,p){const{delimiter:A,ignore_last_delimiters:g}=this.options;if(g===true&&this.state.record.length===this.options.columns.length-1){return 0}else if(g!==false&&typeof g==="number"&&this.state.record.length===g-1){return 0}e:for(let g=0;g<A.length;g++){const C=A[g];if(C[0]===p){for(let p=1;p<C.length;p++){if(C[p]!==i[u+p])continue e}return C.length}}return 0},__isRecordDelimiter:function(i,u,p){const{record_delimiter:A}=this.options;const g=A.length;e:for(let C=0;C<g;C++){const g=A[C];const S=g.length;if(g[0]!==i){continue}for(let i=1;i<S;i++){if(g[i]!==u[p+i]){continue e}}return g.length}return 0},__isEscape:function(i,u,p){const{escape:A}=this.options;if(A===null)return false;const g=A.length;if(A[0]===p){for(let p=0;p<g;p++){if(A[p]!==i[u+p]){return false}}return true}return false},__isQuote:function(i,u){const{quote:p}=this.options;if(p===null)return false;const A=p.length;for(let g=0;g<A;g++){if(p[g]!==i[u+g]){return false}}return true},__autoDiscoverRecordDelimiter:function(i,u){const{encoding:p}=this.options;const A=[Buffer.from("\r\n",p),Buffer.from("\n",p),Buffer.from("\r",p)];e:for(let p=0;p<A.length;p++){const g=A[p].length;for(let C=0;C<g;C++){if(A[p][C]!==i[u+C]){continue e}}this.options.record_delimiter.push(A[p]);this.state.recordDelimiterMaxLength=A[p].length;return A[p].length}return 0},__error:function(i){const{encoding:u,raw:p,skip_records_with_error:A}=this.options;const g=typeof i==="string"?new Error(i):i;if(A){this.state.recordHasError=true;if(this.options.on_skip!==undefined){try{this.options.on_skip(g,p?this.state.rawBuffer.toString(u):undefined)}catch(g){return g}}return undefined}else{return g}},__infoDataSet:function(){return{...this.info,columns:this.options.columns}},__infoRecord:function(){const{columns:i,raw:u,encoding:p}=this.options;return{...this.__infoDataSet(),error:this.state.error,header:i===true,index:this.state.record.length,raw:u?this.state.rawBuffer.toString(p):undefined}},__infoField:function(){const{columns:i}=this.options;const u=Array.isArray(i);return{...this.__infoRecord(),column:u===true?i.length>this.state.record.length?i[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}}}};const sync_parse=function(i,u={}){if(typeof i==="string"){i=Buffer.from(i)}const p=u&&u.objname?{}:[];const A=transform(u);const push=i=>{if(A.options.objname===undefined)p.push(i);else{p[i[0]]=i[1]}};const close=()=>{};const g=A.parse(i,true,push,close);if(g!==undefined)throw g;return p};class Util{static getInputList(i,u){return this.getList(getInput(i),u)}static getList(i,u){const p=[];if(i==""){return p}const A=sync_parse(i,{columns:false,relaxQuotes:true,comment:u?.comment,relaxColumnCount:true,skipEmptyLines:true,quote:u?.quote});for(const i of A){if(i.length==1){if(u?.ignoreComma){p.push(i[0])}else{p.push(...i[0].split(","))}}else if(!u?.ignoreComma){p.push(...i)}else{p.push(i.join(","))}}return p.filter((i=>i)).map((i=>i.trim()))}static getInputNumber(i){const u=getInput(i);if(!u){return undefined}return parseInt(u)}static async asyncForEach(i,u){for(let p=0;p<i.length;p++){await u(i[p],p,i)}}static isValidURL(i){let u;try{u=new URL(i)}catch{return false}return u.protocol==="http:"||u.protocol==="https:"}static isValidRef(i){if(Util.isValidURL(i)){return true}for(const u of["git://","github.com/","git@"]){if(i.startsWith(u)){return true}}return false}static async powershellCommand(i,u){const p=await which("powershell",true);const A=i.replace(/'/g,"''").replace(/"|\n|\r/g,"");const g=[];if(u){for(const i in u){g.push(`-${i} '${u[i].replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`)}}return{command:`"${p}"`,args:["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${A}' ${g.join(" ")}`]}}static isDirectory(i){try{return B.lstatSync(i).isDirectory()}catch{}return false}static trimPrefix(i,u){if(!i||!u){return i}const p=i.indexOf(u);if(p!==0){return i}return i.substring(u.length)}static trimSuffix(i,u){if(!i||!u){return i}const p=i.lastIndexOf(u);if(p===-1||p+u.length!==i.length){return i}return i.substring(0,p)}static sleep(i){return new Promise((u=>setTimeout(u,i*1e3)))}static hash(i){return w.createHash("sha256").update(i).digest("hex")}static parseBool(i){switch(i){case"1":case"t":case"T":case"true":case"TRUE":case"True":return true;case"0":case"f":case"F":case"false":case"FALSE":case"False":return false;default:throw new Error(`parseBool syntax error: ${i}`)}}static formatFileSize(i){if(i===0)return"0 Bytes";const u=1024;const p=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"];const A=Math.floor(Math.log(i)/Math.log(u));return parseFloat((i/Math.pow(u,A)).toFixed(2))+" "+p[A]}static generateRandomString(i=10){const u=w.randomBytes(Math.ceil(i/2));return u.toString("hex").slice(0,i)}static stringToUnicodeEntities(i){return Array.from(i).map((i=>`&#x${i.charCodeAt(0).toString(16)};`)).join("")}static countLines(i){return i.split(/\r\n|\r|\n/).length}static isPathRelativeTo(i,u){const p=v.resolve(i);const A=v.resolve(u);return A.startsWith(p.endsWith(v.sep)?p:`${p}${v.sep}`)}static formatDuration(i){if(i===0)return"0s";const u=Math.floor(i/1e9);const p=Math.floor(u/3600);const A=Math.floor(u%3600/60);const g=u%60;const C=[];if(p)C.push(`${p}h`);if(A)C.push(`${A}m`);if(g||C.length===0)C.push(`${g}s`);return C.join("")}}class Docker{static get configDir(){return process.env.DOCKER_CONFIG||v.join(C.homedir(),".docker")}static configFile(){const i=v.join(Docker.configDir,"config.json");if(!B.existsSync(i)){return undefined}return JSON.parse(B.readFileSync(i,{encoding:"utf-8"}))}static async isAvailable(){return await which("docker",true).then((i=>{core_debug(`Docker.isAvailable ok: ${i}`);return true})).catch((i=>{core_debug(`Docker.isAvailable error: ${i}`);return false}))}static async isDaemonRunning(){try{await Docker.getExecOutput([`version`],{silent:true});return true}catch{return false}}static async exec(i,u){return Exec.exec("docker",i,Docker.execOptions(u))}static async getExecOutput(i,u){return Exec.getExecOutput("docker",i,Docker.execOptions(u))}static execOptions(i){if(!i){i={}}if(!i.env){i.env=Object.assign({},process.env,{DOCKER_CONTENT_TRUST:"false"})}else{i.env.DOCKER_CONTENT_TRUST="false"}return i}static async context(i){const u=["context","inspect","--format","{{.Name}}"];if(i){u.push(i)}return await Docker.getExecOutput(u,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr)}return i.stdout.trim()}))}static async contextInspect(i){const u=["context","inspect","--format=json"];if(i){u.push(i)}return await Docker.getExecOutput(u,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return JSON.parse(i.stdout.trim())[0]}))}static async printVersion(){await Docker.exec(["version"])}static async printInfo(){await Docker.exec(["info"])}static parseRepoTag(i){let u;const p=i.indexOf("@");const A=i.lastIndexOf(":");if(p>=0){u=p}else if(A>=0){u=A}else{return{repository:i,tag:"latest"}}const g=i.slice(u+1);if(g.indexOf("/")===-1){return{repository:i.slice(0,u),tag:g}}return{repository:i,tag:"latest"}}static async pull(i,u){const p=Docker.parseRepoTag(i);const A=p.repository.replace(/[^a-zA-Z0-9.]+/g,"--");const g=p.tag.replace(/[^a-zA-Z0-9.]+/g,"--");const C=new Cache({htcName:A,htcVersion:g,baseCacheDir:v.join(Docker.configDir,".cache","images",A),cacheFile:"image.tar"});let S;if(u){S=await C.find();if(S){info(`Image found from cache in ${S}`);await Docker.getExecOutput(["load","-i",S],{ignoreReturnCode:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){warning(`Failed to load image from cache: ${i.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`)}}))}}let w=true;await Docker.getExecOutput(["pull",i],{ignoreReturnCode:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){w=false;const u=i.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error";if(S){warning(`Failed to pull image, using one from cache: ${u}`)}else{throw new Error(u)}}}));if(u&&w){const u=v.join(context_Context.tmpDir(),`${Util.hash(i)}.tar`);await Docker.getExecOutput(["save","-o",u,i],{ignoreReturnCode:true}).then((async i=>{if(i.stderr.length>0&&i.exitCode!=0){warning(`Failed to save image: ${i.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`)}else{const i=await C.save(u);info(`Image cached to ${i}`)}}))}}}var Cg=__nccwpck_require__(91955);class Git{static protoRegexp=new RegExp("^[a-zA-Z0-9]+://");static supportedProtos={http:{},https:{},ssh:{},git:{}};static parseURL(i){const u=i.match(Git.protoRegexp);if(u&&u.length>0){let p=u[0].toLowerCase();p=p.slice(0,p.lastIndexOf("://"));if(!(p in Git.supportedProtos)){throw new Error(`Invalid protocol: ${p}`)}return Git.fromURL(new URL(i))}throw new Error("Unknown protocol")}static fromURL(i){const u=new URL(i.toString());u.hash="";let p;if(i.username||i.password){p={username:i.username,password:i.password,passwordSet:i.password!==""}}return{scheme:i.protocol.slice(0,-1),user:p,host:`${i.hostname}${i.port?":"+i.port:""}`,path:i.pathname,fragment:Git.splitGitFragment(i.hash),remote:u.toString()}}static splitGitFragment(i){if(i===""){return undefined}const[u,p]=i.slice(1).split(":");return{ref:u,subdir:p}}static parseRef(i){const u={};let p;if(i.startsWith("./")||i.startsWith("../")){throw new Error("Invalid argument")}else if(i.startsWith("github.com/")){u.indistinguishableFromLocal=true;p=Git.fromURL(new URL("https://"+i))}else{p=Git.parseURL(i);if(["http","git"].includes(p.scheme)){u.unencryptedTCP=true}if(["http","https"].includes(p.scheme)&&!p.path.endsWith(".git")){throw new Error("Invalid argument")}}u.remote=p.remote;if(u.indistinguishableFromLocal){u.remote=u.remote.split("://")[1]}if(p.fragment){u.commit=p.fragment.ref;u.subDir=p.fragment.subdir}const A=u.remote.split("/");u.shortName=A[A.length-1].replace(".git","");return u}}class Buildx{_version;_versionOnce;_standalone;static containerNamePrefix="buildx_buildkit_";constructor(i){this._standalone=i?.standalone;this._version="";this._versionOnce=false}static get configDir(){return process.env.BUILDX_CONFIG||v.join(Docker.configDir,"buildx")}static get refsDir(){return v.join(Buildx.configDir,"refs")}static get refsGroupDir(){return v.join(Buildx.refsDir,"__group__")}static get certsDir(){return v.join(Buildx.configDir,"certs")}async isStandalone(){const i=this._standalone??!await Docker.isAvailable();core_debug(`Buildx.isStandalone: ${i}`);return i}async getCommand(i){const u=await this.isStandalone();return{command:u?"buildx":"docker",args:u?i:["buildx",...i]}}async isAvailable(){const i=await this.getCommand([]);const u=await Exec.getExecOutput(i.command,i.args,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){core_debug(`Buildx.isAvailable cmd err: ${i.stderr.trim()}`);return false}return i.exitCode==0})).catch((i=>{core_debug(`Buildx.isAvailable error: ${i}`);return false}));core_debug(`Buildx.isAvailable: ${u}`);return u}async version(){if(this._versionOnce){return this._version}this._versionOnce=true;const i=await this.getCommand(["version"]);this._version=await Exec.getExecOutput(i.command,i.args,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return Buildx.parseVersion(i.stdout.trim())}));return this._version}async printVersion(){const i=await this.getCommand(["version"]);await Exec.exec(i.command,i.args,{failOnStdErr:false})}static parseVersion(i){const u=/\sv?([0-9a-f]{7}|[0-9.]+)/.exec(i);if(!u){throw new Error(`Cannot parse buildx version`)}return u[1]}async versionSatisfies(i,u){const p=u??await this.version();if(!p){core_debug(`Buildx.versionSatisfies false: undefined version`);return false}const A=Cg.satisfies(p,i)||/^[0-9a-f]{7}$/.exec(p)!==null;core_debug(`Buildx.versionSatisfies ${p} statisfies ${i}: ${A}`);return A}static resolveCertsDriverOpts(i,u,p){let A;try{A=new URL(u)}catch{return[]}if(A.protocol!="tcp:"){return[]}const g=[];if(Object.keys(p).length==0){return g}let C=A.hostname;if(A.port.length>0){C+=`-${A.port}`}if(p.cacert!==undefined){const i=v.join(Buildx.certsDir,`cacert_${C}.pem`);B.writeFileSync(i,p.cacert);g.push(`cacert=${i}`)}if(p.cert!==undefined){const i=v.join(Buildx.certsDir,`cert_${C}.pem`);B.writeFileSync(i,p.cert);g.push(`cert=${i}`)}if(p.key!==undefined){const i=v.join(Buildx.certsDir,`key_${C}.pem`);B.writeFileSync(i,p.key);g.push(`key=${i}`)}if(i!="remote"){return[]}return g}static localState(i,u){const[p,A,g]=i.split("/");if(!p||!A||!g){throw new Error(`Invalid build reference: ${i}`)}const C=v.join(u||Buildx.refsDir,p,A,g);if(!B.existsSync(C)){throw new Error(`Local state not found in ${C}`)}return Buildx.fixLocalState(JSON.parse(B.readFileSync(C,"utf8")))}static fixLocalState(i){const fnTrimToValidContext=function(i){const u=i.match(/(.*)(https?:\/{1,2}\S+|ssh:\/{1,2}\S+|git:\/{1,2}\S+)/i);if(u&&u.length==3){const i=u[1];let p=u[2];if(p.startsWith("https:/")&&!p.startsWith("https://")){p=p.replace("https:/","https://")}if(p.startsWith("http:/")&&!p.startsWith("http://")){p=p.replace("http:/","http://")}if(p.startsWith("ssh:/")&&!p.startsWith("ssh://")){p=p.replace("ssh:/","ssh://")}if(p.startsWith("git:/")&&!p.startsWith("git://")){p=p.replace("git:/","git://")}return[p,i,true]}return[i,"",false]};const[u,p,A]=fnTrimToValidContext(i.LocalPath);if(A){i.LocalPath=u;if(i.DockerfilePath.indexOf(p)===0){i.DockerfilePath=i.DockerfilePath.substring(p.length)}}i.LocalPath=i.LocalPath.endsWith("/-")?"-":i.LocalPath;i.DockerfilePath=i.DockerfilePath.endsWith("/-")?"-":i.DockerfilePath;return i}static refs(i,u={}){const{dir:p,builderName:A,nodeName:g,since:C}=i;let S=v.resolve(p);if(i.builderName){S=v.join(S,i.builderName)}if(i.nodeName){S=v.join(S,i.nodeName)}if(!B.existsSync(S)){return u}const w=B.readdirSync(S);for(const p of w){const w=v.join(S,p);const N=B.statSync(w);if(N.isDirectory()){const C={...i};if(!A){if(p==="__group__"){continue}C.builderName=p}else if(!g){C.nodeName=p}Buildx.refs(C,u)}else{if(C&&N.mtime<C){continue}const i=Buildx.fixLocalState(JSON.parse(B.readFileSync(w,"utf8")));const S=`${A}/${g}/${p}`;u[S]=i}}return u}static async convertWarningsToGitHubAnnotations(i,u,p){if(i.length===0){return}const fnGitURL=function(i){try{return Git.parseURL(i)}catch{}};const fnLocalState=function(i){try{return Buildx.localState(i,p)}catch(u){core_debug(`Buildx.convertWarningsToGitHubAnnotations(${i}): local state not found: ${u.message}`)}};const A=[];for(const i of u){const u=fnLocalState(i);if(!u){continue}if(u.DockerfilePath=="-"){core_debug(`Buildx.convertWarningsToGitHubAnnotations(${i}): skipping stdin Dockerfile`);continue}else if(u.DockerfilePath==""){u.DockerfilePath="Dockerfile"}const p=fnGitURL(u.LocalPath);if(p){core_debug(`Buildx.convertWarningsToGitHubAnnotations(${i}): git context detected: ${u.LocalPath}`);const g=p.host.replace(/:.*/,"");if(g!=="github.com"&&!g.endsWith(".ghe.com")){core_debug(`Buildx.convertWarningsToGitHubAnnotations(${i}): not a GitHub repo: ${g}`);continue}const C=p.path.replace(/^\//,"").replace(/\.git$/,"");if(C!==github_GitHub.repository){core_debug(`Buildx.convertWarningsToGitHubAnnotations(${i}): not same GitHub repo: ${C} != ${github_GitHub.repository}`);continue}A.push({path:u.DockerfilePath,remote:true});continue}if(!B.existsSync(u.DockerfilePath)){core_debug(`Buildx.convertWarningsToGitHubAnnotations: Dockerfile not found from localstate ref ${i}: ${u.DockerfilePath}`);continue}const g=github_GitHub.workspace;if(Util.isPathRelativeTo(g,u.DockerfilePath)){A.push({path:v.relative(g,u.DockerfilePath),content:Buffer.from(B.readFileSync(u.DockerfilePath,{encoding:"utf-8"}),"utf-8").toString("base64")})}else{core_debug(`Buildx.convertWarningsToGitHubAnnotations: skipping Dockerfile outside of workspace: ${u.DockerfilePath}`)}}if(A.length===0){core_debug(`Buildx.convertWarningsToGitHubAnnotations: no Dockerfiles found`);return}core_debug(`Buildx.convertWarningsToGitHubAnnotations: found ${A.length} Dockerfiles: ${JSON.stringify(A,null,2)}`);const g=[];for(const u of i){if(!u.detail||!u.short){core_debug(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without detail or short`);continue}const i=u.sourceInfo?.filename;const p=u.sourceInfo?.data;if(!i||!p){core_debug(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without source info filename or data`);continue}const C=u.detail.map((i=>atob(i))).join(" ");let S=atob(u.short).replace(/\s\(line \d+\)$/,"");if(u.url){S+=`\nMore info: ${u.url}`}const w=u.range&&u.range.length>0?u.range[0]?.start.line:undefined;let B=false;for(const u of A){if(u.remote||u.path.endsWith(i)&&u.content===p){g.push({title:C,message:S,file:u.path,startLine:w});B=true;break}}if(!B){core_debug(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without matching Dockerfile ${i}: ${C}`)}}return g}}class Build{buildx;iidFilename;metadataFilename;constructor(i){this.buildx=i?.buildx||new Buildx;this.iidFilename=`build-iidfile-${Util.generateRandomString()}.txt`;this.metadataFilename=`build-metadata-${Util.generateRandomString()}.json`}getImageIDFilePath(){return v.join(context_Context.tmpDir(),this.iidFilename)}resolveImageID(){const i=this.getImageIDFilePath();if(!B.existsSync(i)){return undefined}return B.readFileSync(i,{encoding:"utf-8"}).trim()}getMetadataFilePath(){return v.join(context_Context.tmpDir(),this.metadataFilename)}resolveMetadata(){const i=this.getMetadataFilePath();if(!B.existsSync(i)){return undefined}const u=B.readFileSync(i,{encoding:"utf-8"}).trim();if(u==="null"){return undefined}return JSON.parse(u)}resolveRef(i){if(!i){i=this.resolveMetadata();if(!i){return undefined}}if("buildx.build.ref"in i){return i["buildx.build.ref"]}return undefined}resolveProvenance(i){if(!i){i=this.resolveMetadata();if(!i){return undefined}}if("buildx.build.provenance"in i){return i["buildx.build.provenance"]}return undefined}resolveWarnings(i){if(!i){i=this.resolveMetadata();if(!i){return undefined}}if("buildx.build.warnings"in i){return i["buildx.build.warnings"]}return undefined}resolveDigest(i){if(!i){i=this.resolveMetadata();if(!i){return undefined}}if("containerimage.digest"in i){return i["containerimage.digest"]}return undefined}static resolveSecretString(i){const[u,p]=Build.resolveSecret(i,{redact:true});return`id=${u},src=${p}`}static resolveSecretFile(i){const[u,p]=Build.resolveSecret(i,{asFile:true});return`id=${u},src=${p}`}static resolveSecretEnv(i){const[u,p]=Build.parseSecretKvp(i);return`id=${u},env=${p}`}static resolveSecret(i,u){const[p,A]=Build.parseSecretKvp(i,u?.redact);const g=context_Context.tmpName({tmpdir:context_Context.tmpDir()});if(u?.asFile){if(!B.existsSync(A)){throw new Error(`secret file ${A} not found`)}B.copyFileSync(A,g)}else{B.writeFileSync(g,A)}return[p,g]}static getProvenanceInput(i){const u=getInput(i);if(!u){return u}try{return getBooleanInput(i)?`builder-id=${github_GitHub.workflowRunURL(true)}`:"false"}catch{return Build.resolveProvenanceAttrs(u)}}static resolveProvenanceAttrs(i){if(!i){return`builder-id=${github_GitHub.workflowRunURL(true)}`}const u=sync_parse(i,{relaxColumnCount:true,skipEmptyLines:true})[0];for(const p of u){const u=p.toString().split(/(?<=^[^=]+?)=/).map((i=>i.trim()));if(u[0]=="builder-id"){return i}}return`${i},builder-id=${github_GitHub.workflowRunURL(true)}`}static resolveCacheToAttrs(i,u){if(!i){return i}let p="registry";let A="";let g="";const C=sync_parse(i,{relaxColumnCount:true,skipEmptyLines:true})[0];for(const i of C){const u=i.toString().split(/(?<=^[^=]+?)=/).map((i=>i.trim()));if(u[0]==="type"){p=u[1]}else if(u[0]==="repository"){A=u[1]}else if(u[0]==="ghtoken"){g=u[1]}}if(p==="gha"){if(!A){i=`${i},repository=${github_GitHub.repository}`}if(!g&&u){i=`${i},ghtoken=${u}`}}return i}static hasLocalExporter(i){return Build.hasExporterType("local",i)}static hasTarExporter(i){return Build.hasExporterType("tar",i)}static hasDockerExporter(i,u){return u||Build.hasExporterType("docker",i)}static hasExporterType(i,u){const p=sync_parse(u.join(`\n`),{delimiter:",",trim:true,columns:false,relaxColumnCount:true});for(const u of p){if(u.length==1&&!u[0].startsWith("type=")){return i=="local"}for(const[p,A]of u.map((i=>i.split("=").map((i=>i.trim()))))){if(p=="type"&&A==i){return true}}}return false}static hasAttestationType(i,u){const p=sync_parse(u,{delimiter:",",trim:true,columns:false,relaxColumnCount:true});for(const u of p){for(const[p,A]of u.map((i=>i.split("=").map((i=>i.trim()))))){if(p=="type"&&A==i){return true}}}return false}static resolveAttestationAttrs(i){const u=sync_parse(i,{delimiter:",",trim:true,columns:false,relaxColumnCount:true});const p=[];for(const i of u){for(const u of i){try{const i=Util.parseBool(u);p.push(`disabled=${!i}`)}catch{p.push(u)}}}return p.join(",")}static hasGitAuthTokenSecret(i,u){for(const p of i){if(u&&p.startsWith(`GIT_AUTH_TOKEN.${u}=`)){return true}else if(p.startsWith("GIT_AUTH_TOKEN=")){return true}}return false}static parseSecretKvp(i,u){const p=i.indexOf("=");const A=i.substring(0,p);const g=i.substring(p+1);if(A.length==0||g.length==0){throw new Error(`${i} is not a valid secret`)}if(u){core_setSecret(g)}return[A,g]}}class Bake{buildx;metadataFilename;constructor(i){this.buildx=i?.buildx||new Buildx;this.metadataFilename=`bake-metadata-${Util.generateRandomString()}.json`}getMetadataFilePath(){return v.join(context_Context.tmpDir(),this.metadataFilename)}resolveMetadata(){const i=this.getMetadataFilePath();if(!B.existsSync(i)){return undefined}const u=B.readFileSync(i,{encoding:"utf-8"}).trim();if(u==="null"){return undefined}return JSON.parse(u)}resolveRefs(i){if(!i){i=this.resolveMetadata();if(!i){return undefined}}const u=new Array;for(const p in i){if("buildx.build.ref"in i[p]){u.push(i[p]["buildx.build.ref"])}}return u.length>0?u:undefined}resolveWarnings(i){if(!i){i=this.resolveMetadata();if(!i){return undefined}}if("buildx.build.warnings"in i){return i["buildx.build.warnings"]}return undefined}async getDefinition(i,u){u=u||{ignoreReturnCode:true};u.ignoreReturnCode=true;u.env=Object.assign({},process.env,u.env||{},i.githubToken?{BUILDX_BAKE_GIT_AUTH_TOKEN:i.githubToken}:{});const p=["bake"];let A;const g=[];const C=[...i.files||[],i.source];if(C){for(const i of C.map((i=>i?i.trim():""))){if(i.length==0){continue}if(!Util.isValidRef(i)){g.push(i);continue}if(A){throw new Error(`Only one remote bake definition can be defined`)}A=i}}if(A){p.push(A)}for(const i of g){p.push("--file",i)}if(i.overrides){for(const u of i.overrides){p.push("--set",u)}}if(i.allow){for(const u of i.allow){p.push("--allow",u)}}if(i.call){p.push("--call",i.call)}if(i.load){p.push("--load")}if(i.noCache){p.push("--no-cache")}if(i.provenance){p.push("--provenance",i.provenance)}if(i.push){p.push("--push")}if(i.sbom){p.push("--sbom",i.sbom)}const S=await this.buildx.getCommand([...p,"--print",...i.targets||[]]);return await Exec.getExecOutput(S.command,S.args,u).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(`cannot parse bake definitions: ${i.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`)}return Bake.parseDefinition(i.stdout.trim())}))}static parseDefinition(i){const u=JSON.parse(i);for(const i in u.target){const p=u.target[i];if(p["attest"]&&Array.isArray(p["attest"])){p["attest"]=p["attest"].map((i=>Bake.parseAttestEntry(i)))}if(p["cache-from"]&&Array.isArray(p["cache-from"])){p["cache-from"]=p["cache-from"].map((i=>Bake.parseCacheEntry(i)))}if(p["cache-to"]&&Array.isArray(p["cache-to"])){p["cache-to"]=p["cache-to"].map((i=>Bake.parseCacheEntry(i)))}if(p["output"]&&Array.isArray(p["output"])){p["output"]=p["output"].map((i=>Bake.parseExportEntry(i)))}if(p["secret"]&&Array.isArray(p["secret"])){p["secret"]=p["secret"].map((i=>Bake.parseSecretEntry(i)))}if(p["ssh"]&&Array.isArray(p["ssh"])){p["ssh"]=p["ssh"].map((i=>Bake.parseSSHEntry(i)))}}return u}static parseAttestEntry(i){if(typeof i!=="string"){return i}const u={type:""};const p=sync_parse(i,{relaxColumnCount:true,skipEmptyLines:true})[0];for(const i of p){const[p,A]=i.toString().split(/(?<=^[^=]+?)=/).map((i=>i.trim()));switch(p){case"type":u.type=A;break;case"disabled":u.disabled=Util.parseBool(A);break;default:u[p]=A}}return u}static parseCacheEntry(i){if(typeof i!=="string"){return i}const u={type:""};const p=sync_parse(i,{relaxColumnCount:true,skipEmptyLines:true})[0];if(p.length===1&&!p[0].includes("=")){u.type="registry";u.ref=p[0];return u}for(const i of p){const[p,A]=i.toString().split(/(?<=^[^=]+?)=/).map((i=>i.trim()));switch(p){case"type":u.type=A;break;default:u[p]=A}}return u}static parseExportEntry(i){if(typeof i!=="string"){return i}const u={type:""};const p=sync_parse(i,{relaxColumnCount:true,skipEmptyLines:true})[0];if(p.length===1&&p[0]===i&&!i.startsWith("type=")){if(i!=="-"){u.type="local";u.dest=i;return u}u.type="tar";u.dest=i;return u}for(const i of p){const[p,A]=i.toString().split(/(?<=^[^=]+?)=/).map((i=>i.trim()));switch(p){case"type":u.type=A;break;default:u[p]=A}}return u}static parseSecretEntry(i){if(typeof i!=="string"){return i}const u={};const p=sync_parse(i,{relaxColumnCount:true,skipEmptyLines:true})[0];let A="";for(const i of p){const[p,g]=i.toString().split(/(?<=^[^=]+?)=/).map((i=>i.trim()));switch(p){case"type":A=g;break;case"id":u.id=g;break;case"source":case"src":u.src=g;break;case"env":u.env=g;break}}if(A==="env"&&!u.env){u.env=u.src;u.src=undefined}return u}static parseSSHEntry(i){if(typeof i!=="string"){return i}const u={};const[p,A]=i.split("=",2);u.id=p;if(A){u.paths=A.split(",")}return u}static hasLocalExporter(i){return Bake.hasExporterType("local",Bake.exporters(i))}static hasTarExporter(i){return Bake.hasExporterType("tar",Bake.exporters(i))}static hasDockerExporter(i,u){return u||Bake.hasExporterType("docker",Bake.exporters(i))}static hasExporterType(i,u){for(const p of u){if(p.type==i){return true}}return false}static exporters(i){const u=new Array;for(const p in i.target){const A=i.target[p];if(A.output){for(const i of A.output){u.push(Bake.parseExportEntry(i))}}}return u}static hasGitAuthTokenSecret(i){for(const u in i.target){const p=i.target[u];if(p.secret){for(const i of p.secret){if(Bake.parseSecretEntry(i).id==="GIT_AUTH_TOKEN"){return true}}}}return false}static hasProvenanceAttestation(i){return Bake.hasAttestationType("provenance",Bake.attestations(i))}static hasSBOMAttestation(i){return Bake.hasAttestationType("sbom",Bake.attestations(i))}static hasAttestationType(i,u){for(const p of u){if(p.type==i){return true}}return false}static attestations(i){const u=new Array;for(const p in i.target){const A=i.target[p];if(A.attest){for(const i of A.attest){u.push(Bake.parseAttestEntry(i))}}}return u}}class git_Git{static async context(){const i={...ug};i.ref=await git_Git.ref();i.sha=await git_Git.fullCommit();return i}static async isInsideWorkTree(){return await git_Git.exec(["rev-parse","--is-inside-work-tree"]).then((i=>i==="true")).catch((()=>false))}static async remoteSha(i,u,p){const A=i.match(/github.com\/([^/]+)\/([^/]+?)(?:\.git)?(\/|$)/);if(p&&A){core_setSecret(p);const g=getOctokit(p,{baseUrl:github_GitHub.apiURL});const[C,S]=A.slice(1,3);try{return(await g.rest.repos.listCommits({owner:C,repo:S,sha:u,per_page:1})).data[0].sha}catch(p){throw new Error(`Cannot find remote ref for ${i}#${u}: ${p.message}`)}}return await git_Git.exec(["ls-remote",i,u]).then((p=>{const[A]=p.split(/[\s\t]/);if(A.length==0){throw new Error(`Cannot find remote ref for ${i}#${u}`)}return A}))}static async remoteURL(){return await git_Git.exec(["remote","get-url","origin"]).then((i=>{if(i.length==0){return git_Git.exec(["remote","get-url","upstream"]).then((i=>{if(i.length==0){throw new Error(`Cannot find remote URL for origin or upstream`)}return i}))}return i}))}static async ref(){const i=await git_Git.isHeadDetached();if(i){return await git_Git.getDetachedRef()}return await git_Git.exec(["symbolic-ref","HEAD"])}static async fullCommit(){return await git_Git.exec(["show","--format=%H","HEAD","--quiet","--"])}static async shortCommit(){return await git_Git.exec(["show","--format=%h","HEAD","--quiet","--"])}static async tag(){return await git_Git.exec(["tag","--points-at","HEAD","--sort","-version:creatordate"]).then((i=>{if(i.length==0){return git_Git.exec(["describe","--tags","--abbrev=0"])}return i.split("\n")[0]}))}static async isHeadDetached(){return await git_Git.exec(["branch","--show-current"]).then((i=>i.length==0))}static async getDetachedRef(){const i=await git_Git.exec(["show","-s","--pretty=%D"]);core_debug(`detached HEAD ref: ${i}`);const u=i.replace(/^grafted, /,"").trim();if(u==="HEAD"){return await git_Git.inferRefFromHead()}const p=u.match(/^HEAD, (.*)$/);if(!p||!p[1]){throw new Error(`Cannot find detached HEAD ref in "${i}"`)}const A=p[1].trim();if(A.startsWith("tag: ")){return`refs/tags/${A.split(":")[1].trim()}`}const g=A.match(/^pull\/\d+\/(head|merge)$/);if(g){return`refs/${A}`}const C=A.match(/^[^/]+\/[^/]+, (.+)$/);if(C){return`refs/heads/${C[1].trim()}`}const S=A.match(/^[^/]+\/(.+)$/);if(S){return`refs/heads/${S[1].trim()}`}throw new Error(`Unsupported detached HEAD ref in "${i}"`)}static async exec(i=[]){return await Exec.getExecOutput(`git`,i,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr)}return i.stdout.trim()}))}static async inferRefFromHead(){const i=await git_Git.findContainingRef("refs/heads/");if(i){return i}const u=await git_Git.findContainingRef("refs/remotes/");if(u){const i=u.match(/^refs\/remotes\/[^/]+\/(.+)$/);if(i){return`refs/heads/${i[1]}`}return u}const p=await git_Git.exec(["tag","--contains","HEAD"]);const[A]=p.split("\n").map((i=>i.trim())).filter((i=>i.length>0));if(A){return`refs/tags/${A}`}throw new Error(`Cannot infer ref from detached HEAD`)}static async findContainingRef(i){const u=await git_Git.exec(["for-each-ref","--format=%(refname)","--contains","HEAD","--sort=-committerdate",i]);const[p]=u.split("\n").map((i=>i.trim())).filter((i=>i.length>0));return p}static async commitDate(i){return new Date(await git_Git.exec(["show","-s",'--format="%ci"',i]))}}var bg=__nccwpck_require__(61040);var Ig=__nccwpck_require__(15179);var Sg=__nccwpck_require__(84423);var wg=__nccwpck_require__(54187);const Bg="application/vnd.oci.descriptor.v1+json";const vg="application/vnd.oci.image.manifest.v1+json";const Rg="application/vnd.oci.image.index.v1+json";const Ng="application/vnd.oci.image.layer.v1.tar";const Tg="application/vnd.oci.empty.v1+json";const Qg="application/vnd.oci.image.config.v1+json";class Cosign{binPath;_version;_versionOnce;constructor(i){this.binPath=i?.binPath||"cosign";this._version="";this._versionOnce=false}async isAvailable(){const i=await Exec.getExecOutput(this.binPath,[],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){core_debug(`Cosign.isAvailable cmd err: ${i.stderr.trim()}`);return false}return i.exitCode==0})).catch((i=>{core_debug(`Cosign.isAvailable error: ${i}`);return false}));core_debug(`Cosign.isAvailable: ${i}`);return i}async version(){if(this._versionOnce){return this._version}this._versionOnce=true;this._version=await Exec.getExecOutput(this.binPath,["version","--json"],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return JSON.parse(i.stdout.trim()).gitVersion}));return this._version}async printVersion(){await Exec.exec(this.binPath,["version","--json"],{failOnStdErr:false})}async versionSatisfies(i,u){const p=u??await this.version();if(!p){core_debug(`Cosign.versionSatisfies false: undefined version`);return false}const A=Cg.satisfies(p,i)||/^[0-9a-f]{7}$/.exec(p)!==null;core_debug(`Cosign.versionSatisfies ${p} statisfies ${i}: ${A}`);return A}static parseCommandOutput(i){let u;let p;let A;let g;for(const C of i.split(/\r?\n/)){const i=C.trim();if(!i.startsWith("{")||!i.endsWith("}")){continue}let S;try{S=JSON.parse(i)}catch{continue}if(S&&Array.isArray(S.errors)&&S.errors.length>0){g=S.errors}if(!u&&S&&Array.isArray(S.manifests)&&S.manifests.length>0){const i=S.manifests[0];if(i?.artifactType===bg.BUNDLE_V03_MEDIA_TYPE&&typeof i.digest==="string"){u=i.digest}else if(i?.artifactType===Tg&&typeof i.digest==="string"){p=i.digest}}if(!A&&S&&S.mediaType===bg.BUNDLE_V03_MEDIA_TYPE){A=S}if(A&&(u||p)){g=undefined;break}}return{bundle:A,signatureManifestDigest:u||p,errors:g}}}class ImageTools{buildx;constructor(i){this.buildx=i?.buildx||new Buildx}async getCommand(i){return await this.buildx.getCommand(["imagetools",...i])}async getInspectCommand(i){return await this.getCommand(["inspect",...i])}async inspectImage(i){const u=await this.getInspectCommand([i,"--format","{{json .Image}}"]);return await Exec.getExecOutput(u.command,u.args,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}const u=JSON.parse(i.stdout);if(typeof u==="object"&&!Array.isArray(u)&&u!==null){if(Object.prototype.hasOwnProperty.call(u,"config")){return u}else{return u}}throw new Error("Unexpected output format")}))}async inspectManifest(i){const u=await this.getInspectCommand([i,"--format","{{json .Manifest}}"]);return await Exec.getExecOutput(u.command,u.args,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}const u=JSON.parse(i.stdout);if(typeof u==="object"&&!Array.isArray(u)&&u!==null){if(Object.prototype.hasOwnProperty.call(u,"manifests")){return u}else{return u}}throw new Error("Unexpected output format")}))}async attestationDescriptors(i,u){const p=await this.inspectManifest(i);if(typeof p!=="object"||p===null||!("manifests"in p)||!Array.isArray(p.manifests)){throw new Error(`No descriptor found for ${i}`)}const A=p.manifests.filter((i=>i.annotations?.["vnd.docker.reference.type"]==="attestation-manifest"));if(!u){return A}const g=new Map;for(const i of p.manifests){if(i.digest){g.set(i.digest,i)}}return A.filter((i=>{const p=i.annotations?.["vnd.docker.reference.digest"];if(!p){return false}const A=g.get(p);if(!A){return false}return A.platform?.os===u.os&&A.platform?.architecture===u.architecture&&(A.platform?.variant??"")===(u.variant??"")}))}async attestationDigests(i,u){return(await this.attestationDescriptors(i,u)).map((i=>i.digest))}}const xg="application/vnd.in-toto+json";const _g="in-toto.io/predicate-type";const kg="https://fulcio.sigstore.dev";const Dg="https://rekor.sigstore.dev";const Og="https://timestamp.sigstore.dev";const Pg="https://search.sigstore.dev";class Sigstore{cosign;imageTools;constructor(i){this.cosign=i?.cosign||new Cosign;this.imageTools=i?.imageTools||new ImageTools}async signAttestationManifests(i){if(!await this.cosign.isAvailable()){throw new Error("Cosign is required to sign attestation manifests")}const u={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL){throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.')}const p=this.signingEndpoints(i.noTransparencyLog);info(`Using Sigstore signing endpoint: ${p.fulcioURL}`);const A=Sigstore.noTransparencyLog(i.noTransparencyLog);const g=[];if(await this.cosign.versionSatisfies(">=3.0.4")){await group(`Creating Sigstore protobuf signing config`,(async()=>{const i=context_Context.tmpName({template:"signing-config-XXXXXX.json",tmpdir:context_Context.tmpDir()});const u=["signing-config","create","--with-default-services=true",`--out=${i}`];if(A){u.push("--no-default-rekor=true")}await Exec.exec("cosign",u,{env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});info(JSON.stringify(JSON.parse(B.readFileSync(i,{encoding:"utf-8"})),null,2));g.push(`--signing-config=${i}`)}))}else{g.push("--use-signing-config");if(A){g.push("--tlog-upload=false")}}for(const p of i.imageNames){const A=await this.imageTools.attestationDigests(`${p}@${i.imageDigest}`);for(const i of A){const A=`${p}@${i}`;await group(`Signing attestation manifest ${A}`,(async()=>{const i=["sign","--yes","--oidc-provider","github-actions","--registry-referrers-mode","oci-1-1","--new-bundle-format",...g];info(`[command]cosign ${[...i,A].join(" ")}`);const C=await Exec.getExecOutput("cosign",["--verbose",...i,A],{ignoreReturnCode:true,silent:true,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});const S=Cosign.parseCommandOutput(C.stderr.trim());if(C.exitCode!=0){if(S.errors&&S.errors.length>0){const i=S.errors.map((i=>`- [${i.code}] ${i.message} : ${i.detail}`)).join("\n");throw new Error(`Cosign sign command failed with errors:\n${i}`)}else{throw new Error(`Cosign sign command failed with: ${C.stderr.trim().split(/\r?\n/).filter((i=>i.length>0)).pop()??"unknown error"}`)}}const w=Sigstore.parseBundle((0,bg.bundleFromJSON)(S.bundle));if(w.tlogID){info(`Uploaded to Rekor transparency log: ${Pg}?logIndex=${w.tlogID}`)}info(`Signature manifest pushed: https://oci.dag.dev/?referrers=${A}`);u[A]={...w,imageName:p}}))}}}catch(i){throw new Error(`Signing BuildKit attestation manifests failed: ${i.message}`)}return u}async verifySignedManifests(i,u){const p={};for(const[A,g]of Object.entries(i)){await group(`Verifying signature of ${A}`,(async()=>{const i=await this.verifyImageAttestation(A,{certificateIdentityRegexp:u.certificateIdentityRegexp,noTransparencyLog:u.noTransparencyLog||!g.tlogID,retryOnManifestUnknown:u.retryOnManifestUnknown});info(`Signature manifest verified: https://oci.dag.dev/?image=${g.imageName}@${i.signatureManifestDigest}`);p[A]=i}))}return p}async verifyImageAttestations(i,u){const p={};const A=await this.imageTools.attestationDigests(i,u.platform);if(A.length===0){throw new Error(`No attestation manifests found for ${i}`)}const g=i.split(":",1)[0];for(const i of A){const A=`${g}@${i}`;const C=await this.verifyImageAttestation(A,u);info(`Signature manifest verified: https://oci.dag.dev/?image=${g}@${C.signatureManifestDigest}`);p[A]=C}return p}async verifyImageAttestation(i,u){if(!await this.cosign.isAvailable()){throw new Error("Cosign is required to verify signed manifests")}const p=["verify","--experimental-oci11","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",u.certificateIdentityRegexp];if(u.noTransparencyLog){p.push("--use-signed-timestamps","--insecure-ignore-tlog")}if(!u.retryOnManifestUnknown){info(`[command]cosign ${[...p,i].join(" ")}`);const u=await Exec.getExecOutput("cosign",["--verbose",...p,i],{ignoreReturnCode:true,silent:true,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});if(u.exitCode!==0){throw new Error(`Cosign verify command failed with: ${u.stderr.trim().split(/\r?\n/).filter((i=>i.length>0)).pop()??"unknown error"}`)}const A=Cosign.parseCommandOutput(u.stderr.trim());return{cosignArgs:p,signatureManifestDigest:A.signatureManifestDigest}}const A=15;let g;info(`[command]cosign ${[...p,i].join(" ")}`);for(let u=0;u<A;u++){const C=await Exec.getExecOutput("cosign",["--verbose",...p,i],{ignoreReturnCode:true,silent:true,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});const S=Cosign.parseCommandOutput(C.stderr.trim());if(C.exitCode===0){return{cosignArgs:p,signatureManifestDigest:S.signatureManifestDigest}}else{if(S.errors&&S.errors.length>0){const i=S.errors.map((i=>`- [${i.code}] ${i.message} : ${i.detail}`)).join("\n");g=new Error(`Cosign verify command failed with errors:\n${i}`);if(S.errors.some((i=>i.code==="MANIFEST_UNKNOWN"))){info(`Cosign verify command failed with MANIFEST_UNKNOWN, retrying attempt ${u+1}/${A}...\n${i}`);await new Promise((i=>setTimeout(i,Math.pow(2,u)*100)))}else{throw g}}else{throw new Error(`Cosign verify command failed with: ${C.stderr.trim().split(/\r?\n/).filter((i=>i.length>0)).pop()??"unknown error"}`)}}}throw g}async signProvenanceBlobs(i){const u={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL){throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.')}const p=this.signingEndpoints(i.noTransparencyLog);info(`Using Sigstore signing endpoint: ${p.fulcioURL}`);const A=Sigstore.getProvenanceBlobs(i);for(const g of Object.keys(A)){await group(`Signing ${g}`,(async()=>{const C=A[g];const S=v.join(v.dirname(g),`${i.name??"provenance"}.sigstore.json`);const w=Sigstore.getProvenanceSubjects(C);if(w.length===0){warning(`No subjects found in provenance ${g}, skip signing.`);return}const N=await Sigstore.signPayload({data:C,type:xg},p);const T=Sigstore.parseBundle(N);info(`Provenance blob signed for:`);for(const i of w){const[u,p]=Object.entries(i.digest)[0]||[];info(` - ${i.name} (${u}:${p})`)}if(T.tlogID){info(`Attestation signature uploaded to Rekor transparency log: ${Pg}?logIndex=${T.tlogID}`)}info(`Writing Sigstore bundle to: ${S}`);B.writeFileSync(S,JSON.stringify(T.payload,null,2),{encoding:"utf-8"});u[g]={...T,bundlePath:S,subjects:w}}))}}catch(i){throw new Error(`Signing BuildKit provenance blobs failed: ${i.message}`)}return u}async verifySignedArtifacts(i,u){const p={};if(!await this.cosign.isAvailable()){throw new Error("Cosign is required to verify signed artifacts")}for(const[A,g]of Object.entries(i)){const i=v.dirname(A);await group(`Verifying signature bundle ${g.bundlePath}`,(async()=>{for(const A of g.subjects){const C=v.join(i,A.name);info(`Verifying signed artifact ${C}`);const S=["verify-blob-attestation","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",u.certificateIdentityRegexp];if(u.noTransparencyLog||!g.tlogID){S.push("--use-signed-timestamps","--insecure-ignore-tlog")}const w=await Exec.getExecOutput("cosign",[...S,"--bundle",g.bundlePath,C],{ignoreReturnCode:true});if(w.stderr.length>0&&w.exitCode!=0){throw new Error(w.stderr)}p[C]={bundlePath:g.bundlePath,cosignArgs:S}}}))}return p}async verifyArtifact(i,u,p){info(`Verifying keyless verification bundle signature`);const A=JSON.parse(B.readFileSync(u,"utf-8"));const g=(0,bg.bundleFromJSON)(A);info(`Fetching Sigstore TUF trusted root metadata`);const C=await Sg.getTrustedRoot();const S=(0,wg.jO)(C);try{info(`Verifying artifact signature`);const u=(0,wg.DC)(g,B.readFileSync(i));const C=Sigstore.parseCertificate(g);const w=g.verificationMaterial.tlogEntries;const v=w.length>0?w[0].logIndex:undefined;if(p?.subjectAlternativeName&&p?.subjectAlternativeName instanceof RegExp){const i=C.subjectAltName?.replace(/^uri:/i,"");if(!i){throw new Error("Signing certificate does not contain subjectAltName")}else if(!i.match(p.subjectAlternativeName)){throw new Error(`Signing certificate subjectAlternativeName "${i}" does not match expected pattern`)}}const N=new wg.BL(S);const T=N.verify(u,{subjectAlternativeName:p?.subjectAlternativeName&&typeof p.subjectAlternativeName==="string"?p.subjectAlternativeName:undefined,extensions:p?.issuer?{issuer:p.issuer}:undefined});core_debug(`Sigstore.verifyArtifact signer: ${JSON.stringify(T)}`);return{payload:A,certificate:C.toString(),tlogID:v}}catch(i){throw new Error(`Failed to verify artifact signature: ${i}`)}}signingEndpoints(i){i=Sigstore.noTransparencyLog(i);info(`Upload to transparency log: ${i?"disabled":"enabled"}`);return{fulcioURL:kg,rekorURL:i?undefined:Dg,tsaServerURL:Og}}static noTransparencyLog(i){return i??github_GitHub.context.payload.repository?.private}static getProvenanceBlobs(i){const u=v.join(i.localExportDir,"provenance.json");if(B.existsSync(u)){return{[u]:B.readFileSync(u)}}const p=B.readdirSync(i.localExportDir,{withFileTypes:true});const A=p.filter((i=>i.isDirectory()));if(A.length>0&&A.length===p.length&&A.every((u=>B.existsSync(v.join(i.localExportDir,u.name,"provenance.json"))))){const u={};for(const p of A){const A=v.join(i.localExportDir,p.name,"provenance.json");u[A]=B.readFileSync(A)}return u}throw new Error(`No valid provenance.json found in ${i.localExportDir}`)}static getProvenanceSubjects(i){const u=JSON.parse(i.toString());return u.subject.map((i=>({name:i.name,digest:i.digest})))}static async signPayload(i,u,p,A){const g=[];const C=new Ig.$o({identityProvider:new Ig.Zk("sigstore"),fulcioBaseURL:u.fulcioURL,timeout:p,retry:A});if(u.rekorURL){g.push(new Ig.fU({rekorBaseURL:u.rekorURL,fetchOnConflict:true,timeout:p,retry:A}))}if(u.tsaServerURL){g.push(new Ig.gs({tsaBaseURL:u.tsaServerURL,timeout:p,retry:A}))}return new Ig.VV({signer:C,witnesses:g}).create(i)}static parseBundle(i){const u=Sigstore.parseCertificate(i);const p=i.verificationMaterial.tlogEntries;const A=p.length>0?p[0].logIndex:undefined;return{payload:(0,bg.bundleToJSON)(i),certificate:u.toString(),tlogID:A}}static parseCertificate(i){let u;switch(i.verificationMaterial.content.$case){case"x509CertificateChain":u=i.verificationMaterial.content.x509CertificateChain.certificates[0].rawBytes;break;case"certificate":u=i.verificationMaterial.content.certificate.rawBytes;break;default:throw new Error("Bundle must contain an x509 certificate")}return new w.X509Certificate(u)}}class Install{standalone;githubToken;sigstore;constructor(i){this.standalone=i?.standalone;this.githubToken=i?.githubToken||process.env.GITHUB_TOKEN;this.sigstore=i?.sigstore||new Sigstore}async download(i){const u=await Install.getDownloadVersion(i.version);core_debug(`Install.download version: ${u.version}`);const p=await Install.getRelease(u,this.githubToken);core_debug(`Install.download release tag name: ${p.tag_name}`);const A=await this.vspec(p.tag_name);core_debug(`Install.download vspec: ${A}`);const g=Cg.clean(A)||"";if(!Cg.valid(g)){throw new Error(`Invalid Buildx version "${A}".`)}const S=new Cache({htcName:u.key!="official"?`buildx-dl-bin-${u.key}`:"buildx-dl-bin",htcVersion:A,baseCacheDir:v.join(Buildx.configDir,".bin"),cacheFile:C.platform()=="win32"?"docker-buildx.exe":"docker-buildx",ghaNoCache:i.ghaNoCache});const w=await S.find();if(!i.disableHtc&&w){info(`Buildx binary found in ${w}`);return w}const B=$e.format(u.downloadURL,A,this.filename(A));info(`Downloading ${B}`);const N=await downloadTool(B,undefined,this.githubToken);core_debug(`Install.download htcDownloadPath: ${N}`);if(i.verifySignature&&Cg.satisfies(A,">=0.31.0-0",{includePrerelease:true})){await this.verifySignature(N,B)}const T=await S.save(N,i.skipState);info(`Cached to ${T}`);return T}async build(i,u){const p=await this.vspec(i);core_debug(`Install.build vspec: ${p}`);const A=new Cache({htcName:"buildx-build-bin",htcVersion:p,baseCacheDir:v.join(Buildx.configDir,".bin"),cacheFile:C.platform()=="win32"?"docker-buildx.exe":"docker-buildx",ghaNoCache:u});const g=await A.find();if(g){info(`Buildx binary found in ${g}`);return g}const S=v.join(context_Context.tmpDir(),"buildx-build-cache");const w=await this.buildCommand(i,S);const B=await Exec.getExecOutput(w.command,w.args,{ignoreReturnCode:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(`build failed with: ${i.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`)}return`${S}/buildx`}));const N=await A.save(B);info(`Cached to ${N}`);return N}async installStandalone(i,u){info("Standalone mode");u=u||context_Context.tmpDir();const p=v.join(u,"buildx-bin-standalone");if(!B.existsSync(p)){B.mkdirSync(p,{recursive:true})}const A=C.platform()=="win32"?"buildx.exe":"buildx";const g=v.join(p,A);B.copyFileSync(i,g);info("Fixing perms");B.chmodSync(g,"0755");addPath(p);info("Added Buildx to PATH");info(`Binary path: ${g}`);return g}async installPlugin(i,u){info("Docker plugin mode");u=u||Docker.configDir;const p=v.join(u,"cli-plugins");if(!B.existsSync(p)){B.mkdirSync(p,{recursive:true})}const A=C.platform()=="win32"?"docker-buildx.exe":"docker-buildx";const g=v.join(p,A);B.copyFileSync(i,g);info("Fixing perms");B.chmodSync(g,"0755");info(`Plugin path: ${g}`);return g}async buildCommand(i,u){const p=await new Buildx({standalone:true}).isAvailable();const A=await new Buildx({standalone:false}).isAvailable();let g=false;if(await this.isStandalone()&&p){core_debug(`Install.buildCommand: Buildx standalone found, build with it`);g=true}else if(!await this.isStandalone()&&A){core_debug(`Install.buildCommand: Buildx plugin found, build with it`);g=false}else if(p){core_debug(`Install.buildCommand: Buildx plugin not found, but standalone found so trying to build with it`);g=true}else if(A){core_debug(`Install.buildCommand: Buildx standalone not found, but plugin found so trying to build with it`);g=false}else{throw new Error(`Neither buildx standalone or plugin have been found to build from ref ${i}`)}const C=["build","--target","binaries","--platform","local","--build-arg","BUILDKIT_CONTEXT_KEEP_GIT_DIR=1","--output",`type=local,dest=${u}`];if(process.env.GIT_AUTH_TOKEN){C.push("--secret","id=GIT_AUTH_TOKEN")}C.push(i);return await new Buildx({standalone:g}).getCommand(C)}async isStandalone(){const i=this.standalone??!await Docker.isAvailable();core_debug(`Install.isStandalone: ${i}`);return i}async verifySignature(i,u){const p=`${u.replace(/\.exe$/,"")}.sigstore.json`;info(`Downloading keyless verification bundle at ${p}`);let A;try{A=await downloadTool(p,undefined,this.githubToken);core_debug(`Install.verifySignature bundlePath: ${A}`)}catch(i){if(i.message&&i.message.statusCode===O.NotFound){info(`No signature bundle found at ${p}, skipping verification`);return}throw i}const g=await this.sigstore.verifyArtifact(i,A,{subjectAlternativeName:/^https:\/\/github\.com\/docker\/(github-builder-experimental|github-builder)\/\.github\/workflows\/bake\.yml.*$/,issuer:"https://token.actions.githubusercontent.com"});info(`Buildx binary signature verified! ${g.tlogID?`${Pg}?logIndex=${g.tlogID}`:""}`)}filename(i){let u;switch(C.arch()){case"x64":{u="amd64";break}case"ppc64":{u="ppc64le";break}case"arm":{const i=process.config.variables.arm_version;u=i?"arm-v"+i:"arm";break}default:{u=C.arch();break}}const p=C.platform()=="win32"?"windows":C.platform();const A=C.platform()=="win32"?".exe":"";return $e.format("buildx-v%s.%s-%s%s",i,p,u,A)}async vspec(i){if(!Util.isValidRef(i)){const u=i.replace(/^v+|v+$/g,"");info(`Use ${u} version spec cache key for ${i}`);return u}let[u,p]=i.split("#");if(p.length==0){p="master"}let A;if(p.match(/^[0-9a-fA-F]{40}$/)){A=p}else{A=await git_Git.remoteSha(u,p,process.env.GIT_AUTH_TOKEN)}const[g,C]=u.substring("https://github.com/".length).split("/");const S=`${g}/${Util.trimSuffix(C,".git")}/${A}`;const w=Util.hash(S);info(`Use ${w} version spec cache key for ${S}`);return w}static async getDownloadVersion(i){let[u,p]=i.split(":");if(!p){p=u;u="official"}if(u==="lab"){u="cloud"}switch(u){case"official":{return{key:u,version:p,downloadURL:"https://github.com/docker/buildx/releases/download/v%s/%s",contentOpts:{owner:"docker",repo:"actions-toolkit",ref:"main",path:".github/buildx-releases.json"}}}case"cloud":{return{key:u,version:p,downloadURL:"https://github.com/docker/buildx-desktop/releases/download/v%s/%s",contentOpts:{owner:"docker",repo:"actions-toolkit",ref:"main",path:".github/buildx-lab-releases.json"}}}default:{throw new Error(`Cannot find buildx version for ${i}`)}}}static async getRelease(i,u){const p=new github_GitHub({token:u});const A=await p.releases("Buildx",i.contentOpts);if(!A[i.version]){throw new Error(`Cannot find Buildx release ${i.version} in releases JSON`)}return A[i.version]}}class builder_Builder{buildx;constructor(i){this.buildx=i?.buildx||new Buildx}async exists(i){const u=await this.buildx.getCommand(["inspect",i]);const p=await Exec.getExecOutput(u.command,u.args,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){core_debug(`Builder.exists cmd err: ${i.stderr.trim()}`);return false}return i.exitCode==0})).catch((i=>{core_debug(`Builder.exists error: ${i}`);return false}));core_debug(`Builder.exists: ${p}`);return p}async inspect(i){const u=Object.assign({},process.env,{DEBUG:"1"});const p=["inspect"];if(i){p.push(i)}const A=await this.buildx.getCommand(p);return await Exec.getExecOutput(A.command,A.args,{ignoreReturnCode:true,silent:true,env:u}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return builder_Builder.parseInspect(i.stdout)}))}static parseInspect(i){const u={nodes:[]};let p;let A={};let g;let C;let S;for(const w of i.trim().split(`\n`)){const[i,...B]=w.split(":");const v=i.toLowerCase();const N=B.map((i=>i.trim())).join(":");if(i.length==0){continue}switch(true){case v=="name":p=undefined;if(u.name==undefined){u.name=N}else{if(g&&A.gcPolicy){A.gcPolicy.push(g);g=undefined}if(A.name){u.nodes.push(A)}A={name:N}}break;case v=="driver":p=undefined;u.driver=N;break;case v=="last activity":p=undefined;u.lastActivity=new Date(N);break;case v=="endpoint":p=undefined;A.endpoint=N;break;case v=="driver options":p=undefined;A["driver-opts"]=(N.match(/([a-zA-Z0-9_.]+)="([^"]*)"/g)||[]).map((i=>i.replace(/^(.*)="(.*)"$/g,"$1=$2")));break;case v=="status":p=undefined;A.status=N;break;case v=="buildkit daemon flags":case v=="flags":p=undefined;A["buildkitd-flags"]=N;break;case v=="buildkit version":case v=="buildkit":p=undefined;A.buildkit=N;break;case v=="platforms":{p=undefined;if(!N){break}let i=[];if(N.includes("*")){for(const u of N.split(", ")){if(u.includes("*")){i.push(u.replace(/\*/g,""))}}}else{i=N.split(", ")}A.platforms=i.join(",");break}case v=="features":p="features";A.features={};break;case v=="labels":p="label";A.labels={};break;case v=="devices":p="devices";A.devices=A.devices||[];break;case v.startsWith("gc policy rule#"):p="gcpolicy";if(A.gcPolicy&&g){A.gcPolicy.push(g);g=undefined}break;case v.startsWith("file#"):p="file";S=i.split("#")[1];A.files=A.files||{};A.files[S]="";break;default:{if(p&&p!=="devices"&&A.devices&&C){A.devices.push(C);C=undefined}switch(p||""){case"features":{A.features=A.features||{};A.features[i.trim()]=Boolean(N);break}case"label":{A.labels=A.labels||{};A.labels[i.trim()]=N;break}case"devices":{switch(v.trim()){case"name":{if(A.devices&&C){A.devices.push(C)}C={};C.name=N;break}case"on-demand":{if(C&&N){C.onDemand=N=="true"}break}case"automatically allowed":{if(C&&N){C.autoAllow=N=="true"}break}case"annotations":{if(C){C.annotations=C.annotations||{}}break}default:{if(C&&C.annotations){C.annotations[i.trim()]=N}}}break}case"gcpolicy":{A.gcPolicy=A.gcPolicy||[];g=g||{};switch(v.trim()){case"all":{g.all=N=="true";break}case"filters":{if(N){g.filter=N.split(",")}break}case"keep duration":{g.keepDuration=N;break}case"keep bytes":{g.keepBytes=N;break}case"reserved space":{g.reservedSpace=N;break}case"max used space":{g.maxUsedSpace=N;break}case"min free space":{g.minFreeSpace=N;break}}break}case"file":{if(S&&A.files){if(A.files[S].length>0){A.files[S]+="\n"}A.files[S]+=w.replace(/^\s>\s?/,"")}break}}}}}if(C&&A.devices){A.devices.push(C)}if(g&&A.gcPolicy){A.gcPolicy.push(g)}if(A.name){u.nodes.push(A)}return u}}class Config{resolveFromString(i){return this.resolve(i,false)}resolveFromFile(i){return this.resolve(i,true)}resolve(i,u){if(u){if(!B.existsSync(i)){throw new Error(`config file ${i} not found`)}i=B.readFileSync(i,{encoding:"utf-8"})}const p=context_Context.tmpName({tmpdir:context_Context.tmpDir()});B.writeFileSync(p,i);return p}}class BuildKit{buildx;config;constructor(i){this.config=new Config;this.buildx=i?.buildx||new Buildx}async getVersion(i){if(!i.buildkit&&i.name){try{return await this.getVersionWithinImage(i.name)}catch(i){warning(i)}}return i.buildkit}async getVersionWithinImage(i){core_debug(`BuildKit.getVersionWithinImage nodeName: ${i}`);return Docker.getExecOutput(["inspect","--format","{{.Config.Image}}",`${Buildx.containerNamePrefix}${i}`],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.exitCode==0&&i.stdout.length>0){core_debug(`BuildKit.getVersionWithinImage image: ${i.stdout.trim()}`);return Docker.getExecOutput(["run","--rm",i.stdout.trim(),"--version"],{ignoreReturnCode:true,silent:true}).then((u=>{if(u.exitCode==0&&u.stdout.length>0){return`${i.stdout.trim()} => ${u.stdout.trim()}`}else if(u.stderr.length>0){throw new Error(i.stderr.trim())}return u.stdout.trim()}))}else if(i.stderr.length>0){throw new Error(i.stderr.trim())}return i.stdout.trim()}))}async versionSatisfies(i,u,p){if(!p){p=await new builder_Builder({buildx:this.buildx}).inspect(i)}for(const i of p.nodes){let A=i.buildkit;core_debug(`BuildKit.versionSatisfies ${A}: ${u}`);if(!A){try{A=await this.getVersionWithinImage(i.name||"")}catch{core_debug(`BuildKit.versionSatisfies ${i.name}: can't get version`);return false}}core_debug(`BuildKit.versionSatisfies ${i.name}: version ${A}`);if(p.driver=="docker"&&!A.endsWith("-moby")){return false}if(!Cg.satisfies(A.replace(/-moby$/,""),u)){return false}}return true}}class Compose{_version;_versionOnce;_standalone;constructor(i){this._standalone=i?.standalone;this._version="";this._versionOnce=false}async isStandalone(){const i=this._standalone??!await Docker.isAvailable();core_debug(`Compose.isStandalone: ${i}`);return i}async getCommand(i){const u=await this.isStandalone();return{command:u?"compose":"docker",args:u?i:["compose",...i]}}async isAvailable(){const i=await this.getCommand([]);const u=await Exec.getExecOutput(i.command,i.args,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){core_debug(`Compose.isAvailable cmd err: ${i.stderr.trim()}`);return false}return i.exitCode==0})).catch((i=>{core_debug(`Compose.isAvailable error: ${i}`);return false}));core_debug(`Compose.isAvailable: ${u}`);return u}async version(){if(this._versionOnce){return this._version}this._versionOnce=true;const i=await this.getCommand(["version"]);this._version=await Exec.getExecOutput(i.command,i.args,{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return Compose.parseVersion(i.stdout.trim())}));return this._version}async printVersion(){const i=await this.getCommand(["version"]);await Exec.exec(i.command,i.args,{failOnStdErr:false})}static parseVersion(i){const u=/\sv?([0-9a-f]{7}|[0-9.]+)/.exec(i);if(!u){throw new Error(`Cannot parse compose version`)}return u[1]}}class install_Install{standalone;githubToken;constructor(i){this.standalone=i?.standalone;this.githubToken=i?.githubToken||process.env.GITHUB_TOKEN}async download(i,u){const p=await install_Install.getDownloadVersion(i);core_debug(`Install.download version: ${p.version}`);const A=await install_Install.getRelease(p,this.githubToken);core_debug(`Install.download release tag name: ${A.tag_name}`);const g=await this.vspec(A.tag_name);core_debug(`Install.download vspec: ${g}`);const S=Cg.clean(g)||"";if(!Cg.valid(S)){throw new Error(`Invalid Compose version "${g}".`)}const w=new Cache({htcName:p.key!="official"?`compose-dl-bin-${p.key}`:"compose-dl-bin",htcVersion:g,baseCacheDir:v.join(C.homedir(),".bin","docker-compose"),cacheFile:C.platform()=="win32"?"docker-compose.exe":"docker-compose",ghaNoCache:u});const B=await w.find();if(B){info(`Compose binary found in ${B}`);return B}const N=$e.format(p.downloadURL,g,this.filename());info(`Downloading ${N}`);const T=await downloadTool(N,undefined,this.githubToken);core_debug(`Install.download htcDownloadPath: ${T}`);const Q=await w.save(T);info(`Cached to ${Q}`);return Q}async installStandalone(i,u){info("Standalone mode");u=u||context_Context.tmpDir();const p=v.join(u,"compose-bin-standalone");if(!B.existsSync(p)){B.mkdirSync(p,{recursive:true})}const A=C.platform()=="win32"?"compose.exe":"compose";const g=v.join(p,A);B.copyFileSync(i,g);info("Fixing perms");B.chmodSync(g,"0755");addPath(p);info("Added Compose to PATH");info(`Binary path: ${g}`);return g}async installPlugin(i,u){info("Docker plugin mode");u=u||Docker.configDir;const p=v.join(u,"cli-plugins");if(!B.existsSync(p)){B.mkdirSync(p,{recursive:true})}const A=C.platform()=="win32"?"docker-compose.exe":"docker-compose";const g=v.join(p,A);B.copyFileSync(i,g);info("Fixing perms");B.chmodSync(g,"0755");info(`Plugin path: ${g}`);return g}async isStandalone(){const i=this.standalone??!await Docker.isAvailable();core_debug(`Install.isStandalone: ${i}`);return i}filename(){let i;switch(C.arch()){case"x64":{i="x86_64";break}case"ppc64":{i="ppc64le";break}case"arm":{const u=process.config.variables.arm_version;i=u?"armv"+u:"arm";break}case"arm64":{i="aarch64";break}default:{i=C.arch();break}}const u=C.platform()=="win32"?"windows":C.platform();const p=C.platform()=="win32"?".exe":"";return $e.format("docker-compose-%s-%s%s",u,i,p)}async vspec(i){const u=i.replace(/^v+|v+$/g,"");info(`Use ${u} version spec cache key for ${i}`);return u}static async getDownloadVersion(i){let[u,p]=i.split(":");if(!p){p=u;u="official"}switch(u){case"official":{return{key:u,version:p,downloadURL:"https://github.com/docker/compose/releases/download/v%s/%s",contentOpts:{owner:"docker",repo:"actions-toolkit",ref:"main",path:".github/compose-releases.json"}}}case"cloud":{return{key:u,version:p,downloadURL:"https://github.com/docker/compose-desktop/releases/download/v%s/%s",contentOpts:{owner:"docker",repo:"actions-toolkit",ref:"main",path:".github/compose-lab-releases.json"}}}default:{throw new Error(`Cannot find compose version for ${i}`)}}}static async getRelease(i,u){const p=new github_GitHub({token:u});const A=await p.releases("Compose",i.contentOpts);if(!A[i.version]){throw new Error(`Cannot find Compose release ${i.version} in releases JSON`)}return A[i.version]}}const Mg=`\n# syntax=docker/dockerfile:1\n\nARG GO_VERSION="1.24"\nARG ALPINE_VERSION="3.22"\n\nFROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx\n\nFROM --platform=$BUILDPLATFORM golang:\${GO_VERSION}-alpine\${ALPINE_VERSION} AS builder-base\nCOPY --from=xx / /\nRUN apk add --no-cache git\nENV GOTOOLCHAIN=auto\nENV CGO_ENABLED=0\nWORKDIR /src\nRUN --mount=type=cache,target=/go/pkg/mod \\\n --mount=type=bind,source=go.mod,target=go.mod \\\n --mount=type=bind,source=go.sum,target=go.sum \\\n go mod download\n\nFROM builder-base AS version\nRUN --mount=type=bind,target=. <<'EOT'\n git rev-parse HEAD 2>/dev/null || {\n echo >&2 "Failed to get git revision, make sure --build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 is set when building from Git directly"\n exit 1\n }\n set -ex\n export PKG=sigs.k8s.io BUILDDATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") TREESTATE=$(if ! git diff --no-ext-diff --quiet --exit-code; then echo dirty; else echo clean; fi) VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) COMMIT=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);\n echo "-X \${PKG}/release-utils/version.gitVersion=\${VERSION} -X \${PKG}/release-utils/version.gitCommit=\${COMMIT} -X \${PKG}/release-utils/version.gitTreeState=\${TREESTATE} -X \${PKG}/release-utils/version.buildDate=\${BUILDDATE}" > /tmp/.ldflags;\n echo -n "\${VERSION}" > /tmp/.version;\nEOT\n\nFROM builder-base AS builder\nARG TARGETPLATFORM\nRUN --mount=type=bind,target=. \\\n --mount=type=cache,target=/root/.cache,id=cosign-$TARGETPLATFORM \\\n --mount=source=/tmp/.ldflags,target=/tmp/.ldflags,from=version \\\n --mount=type=cache,target=/go/pkg/mod <<EOT\n set -ex\n xx-go build -trimpath -ldflags "-s -w $(cat /tmp/.ldflags)" -o /out/cosign ./cmd/cosign\n xx-verify --static /out/cosign\nEOT\n\nFROM scratch\nCOPY --from=builder /out /\n`;class cosign_install_Install{githubToken;buildx;sigstore;constructor(i){this.githubToken=i?.githubToken||process.env.GITHUB_TOKEN;this.buildx=i?.buildx||new Buildx;this.sigstore=i?.sigstore||new Sigstore}async download(i){const u=await cosign_install_Install.getDownloadVersion(i.version);core_debug(`Install.download version: ${u.version}`);const p=await cosign_install_Install.getRelease(u,this.githubToken);core_debug(`Install.download release tag name: ${p.tag_name}`);const A=await this.vspec(p.tag_name);core_debug(`Install.download vspec: ${A}`);const g=Cg.clean(A)||"";if(!Cg.valid(g)){throw new Error(`Invalid Cosign version "${A}".`)}const S=new Cache({htcName:"cosign-dl-bin",htcVersion:A,baseCacheDir:v.join(C.homedir(),".bin"),cacheFile:C.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:i.ghaNoCache});const w=await S.find();if(w){info(`Cosign binary found in ${w}`);return w}const B=$e.format(u.downloadURL,A,this.filename());info(`Downloading ${B}`);const N=await downloadTool(B,undefined,this.githubToken);core_debug(`Install.download htcDownloadPath: ${N}`);if(i.verifySignature&&Cg.satisfies(A,">=3.0.1")){await this.verifySignature(N,B)}const T=await S.save(N,i.skipState);info(`Cached to ${T}`);return T}async build(i,u,p){const A=await this.vspec(i);core_debug(`Install.build vspec: ${A}`);const g=new Cache({htcName:"cosign-build-bin",htcVersion:A,baseCacheDir:v.join(C.homedir(),".bin"),cacheFile:C.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:u});const S=await g.find();if(S){info(`Cosign binary found in ${S}`);return S}const w=v.join(context_Context.tmpDir(),"cosign-build-cache");const B=await this.buildCommand(i,w);const N=await Exec.getExecOutput(B.command,B.args,{ignoreReturnCode:true,input:Buffer.from(Mg)}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(`build failed with: ${i.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`)}return`${w}/cosign`}));const T=await g.save(N,p);info(`Cached to ${T}`);return T}async install(i,u){u=u||context_Context.tmpDir();const p=v.join(u,"cosign-bin");if(!B.existsSync(p)){B.mkdirSync(p,{recursive:true})}const A=C.platform()=="win32"?"cosign.exe":"cosign";const g=v.join(p,A);B.copyFileSync(i,g);info("Fixing perms");B.chmodSync(g,"0755");addPath(p);info("Added Cosign to PATH");info(`Binary path: ${g}`);return g}async buildCommand(i,u){const p=await new Buildx({standalone:true}).isAvailable();const A=await new Buildx({standalone:false}).isAvailable();let g=false;if(await this.buildx.isStandalone()&&p){core_debug(`Install.buildCommand: Buildx standalone found, build with it`);g=true}else if(!await this.buildx.isStandalone()&&A){core_debug(`Install.buildCommand: Buildx plugin found, build with it`);g=false}else if(p){core_debug(`Install.buildCommand: Buildx plugin not found, but standalone found so trying to build with it`);g=true}else if(A){core_debug(`Install.buildCommand: Buildx standalone not found, but plugin found so trying to build with it`);g=false}else{throw new Error(`Neither buildx standalone or plugin have been found to build from ref ${i}`)}const C=["build","--platform","local","--build-arg","BUILDKIT_CONTEXT_KEEP_GIT_DIR=1","--output",`type=local,dest=${u}`];if(process.env.GIT_AUTH_TOKEN){C.push("--secret","id=GIT_AUTH_TOKEN")}C.push("-f-",i);return await new Buildx({standalone:g}).getCommand(C)}async verifySignature(i,u){const p=`${u}.sigstore.json`;info(`Downloading keyless verification bundle at ${p}`);const A=await downloadTool(p,undefined,this.githubToken);core_debug(`Install.verifySignature bundlePath: ${A}`);const g=await this.sigstore.verifyArtifact(i,A,{subjectAlternativeName:"keyless@projectsigstore.iam.gserviceaccount.com",issuer:"https://accounts.google.com"});info(`Cosign binary signature verified! ${g.tlogID?`${Pg}?logIndex=${g.tlogID}`:""}`)}filename(){let i;switch(C.arch()){case"x64":{i="amd64";break}case"ppc64":{i="ppc64le";break}default:{i=C.arch();break}}const u=C.platform()=="win32"?"windows":C.platform();const p=C.platform()=="win32"?".exe":"";return $e.format("cosign-%s-%s%s",u,i,p)}async vspec(i){if(!Util.isValidRef(i)){const u=i.replace(/^v+|v+$/g,"");info(`Use ${u} version spec cache key for ${i}`);return u}let[u,p]=i.split("#");if(p.length==0){p="master"}let A;if(p.match(/^[0-9a-fA-F]{40}$/)){A=p}else{A=await git_Git.remoteSha(u,p,process.env.GIT_AUTH_TOKEN)}const[g,C]=u.substring("https://github.com/".length).split("/");const S=`${g}/${Util.trimSuffix(C,".git")}/${A}`;const w=Util.hash(S);info(`Use ${w} version spec cache key for ${S}`);return w}static async getDownloadVersion(i){return{version:i,downloadURL:"https://github.com/sigstore/cosign/releases/download/v%s/%s",contentOpts:{owner:"docker",repo:"actions-toolkit",ref:"main",path:".github/cosign-releases.json"}}}static async getRelease(i,u){const p=new github_GitHub({token:u});const A=await p.releases("Cosign",i.contentOpts);if(!A[i.version]){throw new Error(`Cannot find Cosign release ${i.version} in releases JSON`)}return A[i.version]}}class Regctl{binPath;_version;_versionOnce;constructor(i){this.binPath=i?.binPath||"regctl";this._version="";this._versionOnce=false}async blobGet(i){return await Exec.getExecOutput(this.binPath,["blob","get",i.repository,i.digest],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return i.stdout}))}async manifestGet(i){return await Exec.getExecOutput(this.binPath,["manifest","get",i.image,`--platform=${i.platform??"local"}`,`--format={{json .}}`],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return JSON.parse(i.stdout.trim())}))}async isAvailable(){const i=await Exec.getExecOutput(this.binPath,[],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){core_debug(`Regctl.isAvailable cmd err: ${i.stderr.trim()}`);return false}return i.exitCode==0})).catch((i=>{core_debug(`Regctl.isAvailable error: ${i}`);return false}));core_debug(`Regctl.isAvailable: ${i}`);return i}async version(){if(this._versionOnce){return this._version}this._versionOnce=true;this._version=await Exec.getExecOutput(this.binPath,["version","--format","{{.VCSTag}}"],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return i.stdout.trim()}));return this._version}async printVersion(){await Exec.exec(this.binPath,["version"],{failOnStdErr:false})}async versionSatisfies(i,u){const p=u??await this.version();if(!p){core_debug(`Regctl.versionSatisfies false: undefined version`);return false}const A=Cg.satisfies(p,i)||/^[0-9a-f]{7}$/.exec(p)!==null;core_debug(`Regctl.versionSatisfies ${p} statisfies ${i}: ${A}`);return A}}class regclient_install_Install{githubToken;constructor(i){this.githubToken=i?.githubToken||process.env.GITHUB_TOKEN}async download(i,u){const p=await regclient_install_Install.getDownloadVersion(i);core_debug(`Install.download version: ${p.version}`);const A=await regclient_install_Install.getRelease(p,this.githubToken);core_debug(`Install.download release tag name: ${A.tag_name}`);const g=await this.vspec(A.tag_name);core_debug(`Install.download vspec: ${g}`);const S=Cg.clean(g)||"";if(!Cg.valid(S)){throw new Error(`Invalid regclient version "${g}".`)}const w=new Cache({htcName:"regctl-dl-bin",htcVersion:g,baseCacheDir:v.join(C.homedir(),".bin"),cacheFile:C.platform()=="win32"?"regctl.exe":"regctl",ghaNoCache:u});const B=await w.find();if(B){info(`regctl binary found in ${B}`);return B}const N=$e.format(p.downloadURL,g,this.filename());info(`Downloading ${N}`);const T=await downloadTool(N,undefined,this.githubToken);core_debug(`Install.download htcDownloadPath: ${T}`);const Q=await w.save(T);info(`Cached to ${Q}`);return Q}async install(i,u){u=u||context_Context.tmpDir();const p=v.join(u,"regctl-bin");if(!B.existsSync(p)){B.mkdirSync(p,{recursive:true})}const A=C.platform()=="win32"?"regctl.exe":"regctl";const g=v.join(p,A);B.copyFileSync(i,g);info("Fixing perms");B.chmodSync(g,"0755");addPath(p);info("Added regctl to PATH");info(`Binary path: ${g}`);return g}filename(){let i;switch(C.arch()){case"x64":{i="amd64";break}case"ppc64":{i="ppc64le";break}case"arm":{const u=process.config.variables.arm_version;i=u?"armv"+u:"arm";break}default:{i=C.arch();break}}const u=C.platform()=="win32"?"windows":C.platform();const p=C.platform()=="win32"?".exe":"";return $e.format("regctl-%s-%s%s",u,i,p)}async vspec(i){const u=i.replace(/^v+|v+$/g,"");info(`Use ${u} version spec cache key for ${i}`);return u}static async getDownloadVersion(i){return{version:i,downloadURL:"https://github.com/regclient/regclient/releases/download/v%s/%s",contentOpts:{owner:"docker",repo:"actions-toolkit",ref:"main",path:".github/regclient-releases.json"}}}static async getRelease(i,u){const p=new github_GitHub({token:u});const A=await p.releases("regclient",i.contentOpts);if(!A[i.version]){throw new Error(`Cannot find regclient release ${i.version} in releases JSON`)}return A[i.version]}}class Undock{binPath;_version;_versionOnce;constructor(i){this.binPath=i?.binPath||"undock";this._version="";this._versionOnce=false}async run(i){if(!i.source){throw new Error("source is required")}if(!i.dist){throw new Error("dist is required")}const u=[];if(i.logLevel){u.push(`--log-level=${i.logLevel}`)}if(i.logCaller){u.push("--log-caller")}if(i.cacheDir){u.push(`--cachedir=${i.cacheDir}`)}if(i.platform){u.push(`--platform=${i.platform}`)}if(i.all){u.push("--all")}if(i.include){i.include.forEach((i=>{u.push(`--include=${i}`)}))}if(i.insecure){u.push("--insecure")}if(i.rmDist){u.push("--rm-dist")}if(i.wrap){u.push("--wrap")}u.push(i.source,i.dist);await Exec.exec(this.binPath,u,{failOnStdErr:false})}async isAvailable(){const i=await Exec.getExecOutput(this.binPath,[],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){core_debug(`Undock.isAvailable cmd err: ${i.stderr.trim()}`);return false}return i.exitCode==0})).catch((i=>{core_debug(`Undock.isAvailable error: ${i}`);return false}));core_debug(`Undock.isAvailable: ${i}`);return i}async version(){if(this._versionOnce){return this._version}this._versionOnce=true;this._version=await Exec.getExecOutput(this.binPath,["--version"],{ignoreReturnCode:true,silent:true}).then((i=>{if(i.stderr.length>0&&i.exitCode!=0){throw new Error(i.stderr.trim())}return i.stdout.trim()}));return this._version}async printVersion(){await Exec.exec(this.binPath,["--version"],{failOnStdErr:false})}async versionSatisfies(i,u){const p=u??await this.version();if(!p){core_debug(`Undock.versionSatisfies false: undefined version`);return false}const A=Cg.satisfies(p,i)||/^[0-9a-f]{7}$/.exec(p)!==null;core_debug(`Undock.versionSatisfies ${p} statisfies ${i}: ${A}`);return A}}class undock_install_Install{githubToken;constructor(i){this.githubToken=i?.githubToken||process.env.GITHUB_TOKEN}async download(i,u){const p=await undock_install_Install.getDownloadVersion(i);core_debug(`Install.download version: ${p.version}`);const A=await undock_install_Install.getRelease(p,this.githubToken);core_debug(`Install.download release tag name: ${A.tag_name}`);const g=await this.vspec(A.tag_name);core_debug(`Install.download vspec: ${g}`);const S=Cg.clean(g)||"";if(!Cg.valid(S)){throw new Error(`Invalid Undock version "${g}".`)}const w=new Cache({htcName:"undock-dl-bin",htcVersion:g,baseCacheDir:v.join(C.homedir(),".bin"),cacheFile:C.platform()=="win32"?"undock.exe":"undock",ghaNoCache:u});const B=await w.find();if(B){info(`Undock binary found in ${B}`);return B}const N=$e.format(p.downloadURL,g,this.filename(g));info(`Downloading ${N}`);const T=await downloadTool(N,undefined,this.githubToken);core_debug(`Install.download htcDownloadPath: ${T}`);let Q;if(C.platform()=="win32"){Q=await extractZip(T)}else{Q=await extractTar(T)}info(`Extracted to ${Q}`);const x=v.join(Q,C.platform()=="win32"?"undock.exe":"undock");core_debug(`Install.download exePath: ${x}`);const _=await w.save(x);info(`Cached to ${_}`);return _}async install(i,u){u=u||context_Context.tmpDir();const p=v.join(u,"undock-bin");if(!B.existsSync(p)){B.mkdirSync(p,{recursive:true})}const A=C.platform()=="win32"?"undock.exe":"undock";const g=v.join(p,A);B.copyFileSync(i,g);info("Fixing perms");B.chmodSync(g,"0755");addPath(p);info("Added Undock to PATH");info(`Binary path: ${g}`);return g}filename(i){let u;switch(C.arch()){case"x64":{u="amd64";break}case"ppc64":{u="ppc64le";break}case"arm":{const i=process.config.variables.arm_version;u=i?"armv"+i:"arm";break}default:{u=C.arch();break}}const p=C.platform()=="win32"?"windows":C.platform();const A=C.platform()=="win32"?".zip":".tar.gz";return $e.format("undock_%s_%s_%s%s",i,p,u,A)}async vspec(i){const u=i.replace(/^v+|v+$/g,"");info(`Use ${u} version spec cache key for ${i}`);return u}static async getDownloadVersion(i){return{version:i,downloadURL:"https://github.com/crazy-max/undock/releases/download/v%s/%s",contentOpts:{owner:"docker",repo:"actions-toolkit",ref:"main",path:".github/undock-releases.json"}}}static async getRelease(i,u){const p=new github_GitHub({token:u});const A=await p.releases("Undock",i.contentOpts);if(!A[i.version]){throw new Error(`Cannot find Undock release ${i.version} in releases JSON`)}return A[i.version]}}class Toolkit{github;buildx;buildxBuild;buildxBake;buildxInstall;builder;buildkit;compose;composeInstall;cosign;cosignInstall;regctl;regctlInstall;sigstore;undock;undockInstall;constructor(i={}){this.github=new github_GitHub({token:i.githubToken});this.buildx=new Buildx;this.buildxBuild=new Build({buildx:this.buildx});this.buildxBake=new Bake({buildx:this.buildx});this.buildxInstall=new Install;this.builder=new builder_Builder({buildx:this.buildx});this.buildkit=new BuildKit({buildx:this.buildx});this.compose=new Compose;this.composeInstall=new install_Install;this.cosign=new Cosign;this.cosignInstall=new cosign_install_Install({buildx:this.buildx});this.regctl=new Regctl;this.regctlInstall=new regclient_install_Install;this.sigstore=new Sigstore;this.undock=new Undock;this.undockInstall=new undock_install_Install}}async function getInputs(){return{version:getInput("version"),cacheBinary:getBooleanInput("cache-binary")}}run((async()=>{const i=await getInputs();const u=new Toolkit;const p=await u.compose.isStandalone();await group(`Docker info`,(async()=>{try{await Docker.printVersion();await Docker.printInfo()}catch(i){info(i.message)}}));let A;if(!await u.compose.isAvailable()||i.version){await group(`Download compose from GitHub Releases`,(async()=>{A=await u.composeInstall.download(i.version||"latest",!i.cacheBinary)}))}if(A){await group(`Install compose`,(async()=>{if(p){await u.composeInstall.installStandalone(A)}else{await u.composeInstall.installPlugin(A)}}))}await group(`Compose version`,(async()=>{await u.compose.printVersion()}))}));
|
||
//# sourceMappingURL=index.js.map |