From f9920db2322adc8db25eb38ca0612415b42b49ea Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Sat, 16 May 2026 23:17:21 +0200 Subject: [PATCH] feat: add rollback_on_failure feature --- GEMINI.md | 1 + action.yaml | 4 +++ dist/index.js | 2 +- index.js | 81 ++++++++++++++++++++++++++++++++++++++++++--------- 4 files changed, 74 insertions(+), 14 deletions(-) diff --git a/GEMINI.md b/GEMINI.md index d3d9dc7..6b74518 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -6,6 +6,7 @@ This repository is maintained by Gemini. * **Test-Driven Development (TDD):** Wherever possible, Test-Driven Development principles should be followed. Write tests before writing the code they are intended to validate. * **Pre-commit Hooks:** Ensure that `pre-commit` hooks are installed and active before making any commits. This can be done by running `pre-commit install` in your local repository. + * **Note for Gemini:** Git commits trigger pre-commit hooks, which can take several seconds (or minutes) to complete. Checking the command status for git commit is only appropriate every 120s. ## Repository Comparison diff --git a/action.yaml b/action.yaml index 243f18a..55a07a1 100644 --- a/action.yaml +++ b/action.yaml @@ -67,6 +67,10 @@ inputs: description: 'Print a progress update every N ticks when log_to_file=true (default: 10).' required: false default: '10' + rollback_on_failure: + description: 'Automatically rollback to previous code if the monitor detects failures. Requires monitor > 0. (default: false)' + required: false + default: 'false' outputs: saw_traceback: description: true if a JS traceback was detected during monitoring. diff --git a/dist/index.js b/dist/index.js index c3443ea..221a292 100644 --- a/dist/index.js +++ b/dist/index.js @@ -24,4 +24,4 @@ var E=g(9829);var p=g(6928).extname;var C=/^\s*([^;\s]*)(?:;|\s|$)/;var f=/^text */ const E=g(9896);const p=g(857);const C=g(6928);const f=g(6982);const Q={fs:E.constants,os:p.constants};const B="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz",I=/XXXXXX/,y=3,b=(Q.O_CREAT||Q.fs.O_CREAT)|(Q.O_EXCL||Q.fs.O_EXCL)|(Q.O_RDWR||Q.fs.O_RDWR),D=p.platform()==="win32",R=Q.EBADF||Q.os.errno.EBADF,k=Q.ENOENT||Q.os.errno.ENOENT,S=448,v=384,F="exit",x=[],U=E.rmdirSync.bind(E);let L=false;function rimraf(A,i){return E.rm(A,{recursive:true},i)}function FN_RIMRAF_SYNC(A){return E.rmSync(A,{recursive:true})}function tmpName(A,i){const g=_parseArguments(A,i),p=g[0],C=g[1];_assertAndSanitizeOptions(p,(function(A,i){if(A)return C(A);let g=i.tries;(function _getUniqueName(){try{const A=_generateTmpName(i);E.stat(A,(function(i){if(!i){if(g-- >0)return _getUniqueName();return C(new Error("Could not get a unique tmp filename, max tries reached "+A))}C(null,A)}))}catch(A){C(A)}})()}))}function tmpNameSync(A){const i=_parseArguments(A),g=i[0];const p=_assertAndSanitizeOptionsSync(g);let C=p.tries;do{const A=_generateTmpName(p);try{E.statSync(A)}catch(i){return A}}while(C-- >0);throw new Error("Could not get a unique tmp filename, max tries reached")}function file(A,i){const g=_parseArguments(A,i),p=g[0],C=g[1];tmpName(p,(function _tmpNameCreated(A,i){if(A)return C(A);E.open(i,b,p.mode||v,(function _fileCreated(A,g){if(A)return C(A);if(p.discardDescriptor){return E.close(g,(function _discardCallback(A){return C(A,i,undefined,_prepareTmpFileRemoveCallback(i,-1,p,false))}))}else{const A=p.discardDescriptor||p.detachDescriptor;C(null,i,g,_prepareTmpFileRemoveCallback(i,A?-1:g,p,false))}}))}))}function fileSync(A){const i=_parseArguments(A),g=i[0];const p=g.discardDescriptor||g.detachDescriptor;const C=tmpNameSync(g);let f=E.openSync(C,b,g.mode||v);if(g.discardDescriptor){E.closeSync(f);f=undefined}return{name:C,fd:f,removeCallback:_prepareTmpFileRemoveCallback(C,p?-1:f,g,true)}}function dir(A,i){const g=_parseArguments(A,i),p=g[0],C=g[1];tmpName(p,(function _tmpNameCreated(A,i){if(A)return C(A);E.mkdir(i,p.mode||S,(function _dirCreated(A){if(A)return C(A);C(null,i,_prepareTmpDirRemoveCallback(i,p,false))}))}))}function dirSync(A){const i=_parseArguments(A),g=i[0];const p=tmpNameSync(g);E.mkdirSync(p,g.mode||S);return{name:p,removeCallback:_prepareTmpDirRemoveCallback(p,g,true)}}function _removeFileAsync(A,i){const _handler=function(A){if(A&&!_isENOENT(A)){return i(A)}i()};if(0<=A[0])E.close(A[0],(function(){E.unlink(A[1],_handler)}));else E.unlink(A[1],_handler)}function _removeFileSync(A){let i=null;try{if(0<=A[0])E.closeSync(A[0])}catch(A){if(!_isEBADF(A)&&!_isENOENT(A))throw A}finally{try{E.unlinkSync(A[1])}catch(A){if(!_isENOENT(A))i=A}}if(i!==null){throw i}}function _prepareTmpFileRemoveCallback(A,i,g,E){const p=_prepareRemoveCallback(_removeFileSync,[i,A],E);const C=_prepareRemoveCallback(_removeFileAsync,[i,A],E,p);if(!g.keep)x.unshift(p);return E?p:C}function _prepareTmpDirRemoveCallback(A,i,g){const p=i.unsafeCleanup?rimraf:E.rmdir.bind(E);const C=i.unsafeCleanup?FN_RIMRAF_SYNC:U;const f=_prepareRemoveCallback(C,A,g);const Q=_prepareRemoveCallback(p,A,g,f);if(!i.keep)x.unshift(f);return g?f:Q}function _prepareRemoveCallback(A,i,g,E){let p=false;return function _cleanupCallback(C){if(!p){const f=E||_cleanupCallback;const Q=x.indexOf(f);if(Q>=0)x.splice(Q,1);p=true;if(g||A===U||A===FN_RIMRAF_SYNC){return A(i)}else{return A(i,C||function(){})}}}}function _garbageCollector(){if(!L)return;while(x.length){try{x[0]()}catch(A){}}}function _randomChars(A){let i=[],g=null;try{g=f.randomBytes(A)}catch(i){g=f.pseudoRandomBytes(A)}for(let E=0;E{A.exports=g(218)},218:(A,i,g)=>{var E=g(9278);var p=g(4756);var C=g(8611);var f=g(5692);var Q=g(4434);var B=g(2613);var I=g(9023);i.httpOverHttp=httpOverHttp;i.httpsOverHttp=httpsOverHttp;i.httpOverHttps=httpOverHttps;i.httpsOverHttps=httpsOverHttps;function httpOverHttp(A){var i=new TunnelingAgent(A);i.request=C.request;return i}function httpsOverHttp(A){var i=new TunnelingAgent(A);i.request=C.request;i.createSocket=createSecureSocket;i.defaultPort=443;return i}function httpOverHttps(A){var i=new TunnelingAgent(A);i.request=f.request;return i}function httpsOverHttps(A){var i=new TunnelingAgent(A);i.request=f.request;i.createSocket=createSecureSocket;i.defaultPort=443;return i}function TunnelingAgent(A){var i=this;i.options=A||{};i.proxyOptions=i.options.proxy||{};i.maxSockets=i.options.maxSockets||C.Agent.defaultMaxSockets;i.requests=[];i.sockets=[];i.on("free",(function onFree(A,g,E,p){var C=toOptions(g,E,p);for(var f=0,Q=i.requests.length;f=this.maxSockets){p.requests.push(C);return}p.createSocket(C,(function(i){i.on("free",onFree);i.on("close",onCloseOrRemove);i.on("agentRemove",onCloseOrRemove);A.onSocket(i);function onFree(){p.emit("free",i,C)}function onCloseOrRemove(A){p.removeSocket(i);i.removeListener("free",onFree);i.removeListener("close",onCloseOrRemove);i.removeListener("agentRemove",onCloseOrRemove)}}))};TunnelingAgent.prototype.createSocket=function createSocket(A,i){var g=this;var E={};g.sockets.push(E);var p=mergeOptions({},g.proxyOptions,{method:"CONNECT",path:A.host+":"+A.port,agent:false,headers:{host:A.host+":"+A.port}});if(A.localAddress){p.localAddress=A.localAddress}if(p.proxyAuth){p.headers=p.headers||{};p.headers["Proxy-Authorization"]="Basic "+new Buffer(p.proxyAuth).toString("base64")}y("making CONNECT request");var C=g.request(p);C.useChunkedEncodingByDefault=false;C.once("response",onResponse);C.once("upgrade",onUpgrade);C.once("connect",onConnect);C.once("error",onError);C.end();function onResponse(A){A.upgrade=true}function onUpgrade(A,i,g){process.nextTick((function(){onConnect(A,i,g)}))}function onConnect(p,f,Q){C.removeAllListeners();f.removeAllListeners();if(p.statusCode!==200){y("tunneling socket could not be established, statusCode=%d",p.statusCode);f.destroy();var B=new Error("tunneling socket could not be established, "+"statusCode="+p.statusCode);B.code="ECONNRESET";A.request.emit("error",B);g.removeSocket(E);return}if(Q.length>0){y("got illegal response body from proxy");f.destroy();var B=new Error("got illegal response body from proxy");B.code="ECONNRESET";A.request.emit("error",B);g.removeSocket(E);return}y("tunneling connection has established");g.sockets[g.sockets.indexOf(E)]=f;return i(f)}function onError(i){C.removeAllListeners();y("tunneling socket could not be established, cause=%s\n",i.message,i.stack);var p=new Error("tunneling socket could not be established, "+"cause="+i.message);p.code="ECONNRESET";A.request.emit("error",p);g.removeSocket(E)}};TunnelingAgent.prototype.removeSocket=function removeSocket(A){var i=this.sockets.indexOf(A);if(i===-1){return}this.sockets.splice(i,1);var g=this.requests.shift();if(g){this.createSocket(g,(function(A){g.request.onSocket(A)}))}};function createSecureSocket(A,i){var g=this;TunnelingAgent.prototype.createSocket.call(g,A,(function(E){var C=A.request.getHeader("host");var f=mergeOptions({},g.options,{socket:E,servername:C?C.replace(/:.*$/,""):A.host});var Q=p.connect(0,f);g.sockets[g.sockets.indexOf(E)]=Q;i(Q)}))}function toOptions(A,i,g){if(typeof A==="string"){return{host:A,port:i,localAddress:g}}return A}function mergeOptions(A){for(var i=1,g=arguments.length;i{var E;const p=g(3701);const C=g(883);const f=g(628);const Q=g(837);const B=g(7405);const I=g(6672);const y=g(3137);const b=g(50);const D=g(8707);const R=g(3440);const{InvalidArgumentError:k}=D;const S=g(8996);const v=g(9136);const F=g(7365);const x=g(7501);const U=g(4004);const L=g(2429);const M=g(7816);const{getGlobalDispatcher:T,setGlobalDispatcher:H}=g(2581);const G=g(8155);const Y=g(8754);const J=g(5092);Object.assign(C.prototype,S);E=C;E=p;E=f;E=Q;E=B;E=I;E=y;E=b;E=M;E=G;E=Y;E=J;E={redirect:g(1514),retry:g(2026),dump:g(8060),dns:g(379)};E=v;E=D;E={parseHeaders:R.parseHeaders,headerNameToString:R.headerNameToString};function makeDispatcher(A){return(i,g,E)=>{if(typeof g==="function"){E=g;g=null}if(!i||typeof i!=="string"&&typeof i!=="object"&&!(i instanceof URL)){throw new k("invalid url")}if(g!=null&&typeof g!=="object"){throw new k("invalid opts")}if(g&&g.path!=null){if(typeof g.path!=="string"){throw new k("invalid opts.path")}let A=g.path;if(!g.path.startsWith("/")){A=`/${A}`}i=new URL(R.parseOrigin(i).origin+A)}else{if(!g){g=typeof i==="object"?i:{}}i=R.parseURL(i)}const{agent:p,dispatcher:C=T()}=g;if(p){throw new k("unsupported opts.agent. Did you mean opts.client?")}return A.call(C,{...g,origin:i.origin,path:i.search?`${i.pathname}${i.search}`:i.pathname,method:g.method||(g.body?"PUT":"GET")},E)}}E=H;E=T;const _=g(4398).fetch;E=async function fetch(A,i=undefined){try{return await _(A,i)}catch(A){if(A&&typeof A==="object"){Error.captureStackTrace(A)}throw A}};g(660).Headers;g(9051).Response;g(9967).Request;g(5910).FormData;E=globalThis.File??g(4573).File;g(8355).FileReader;const{setGlobalOrigin:V,getGlobalOrigin:P}=g(1059);E=V;E=P;const{CacheStorage:j}=g(3245);const{kConstruct:z}=g(109);E=new j(z);const{deleteCookie:Z,getCookies:X,getSetCookies:K,setCookie:$}=g(9061);E=Z;E=X;E=K;E=$;const{parseMIMEType:ee,serializeAMimeType:te}=g(1900);E=ee;E=te;const{CloseEvent:Ae,ErrorEvent:se,MessageEvent:re}=g(5188);g(3726).WebSocket;E=Ae;E=se;E=re;E=makeDispatcher(S.request);E=makeDispatcher(S.stream);E=makeDispatcher(S.pipeline);E=makeDispatcher(S.connect);E=makeDispatcher(S.upgrade);E=F;E=U;E=x;E=L;const{EventSource:ne}=g(1238);E=ne},158:(A,i,g)=>{const{addAbortListener:E}=g(3440);const{RequestAbortedError:p}=g(8707);const C=Symbol("kListener");const f=Symbol("kSignal");function abort(A){if(A.abort){A.abort(A[f]?.reason)}else{A.reason=A[f]?.reason??new p}removeSignal(A)}function addSignal(A,i){A.reason=null;A[f]=null;A[C]=null;if(!i){return}if(i.aborted){abort(A);return}A[f]=i;A[C]=()=>{abort(A)};E(A[f],A[C])}function removeSignal(A){if(!A[f]){return}if("removeEventListener"in A[f]){A[f].removeEventListener("abort",A[C])}else{A[f].removeListener("abort",A[C])}A[f]=null;A[C]=null}A.exports={addSignal:addSignal,removeSignal:removeSignal}},2279:(A,i,g)=>{const E=g(4589);const{AsyncResource:p}=g(6698);const{InvalidArgumentError:C,SocketError:f}=g(8707);const Q=g(3440);const{addSignal:B,removeSignal:I}=g(158);class ConnectHandler extends p{constructor(A,i){if(!A||typeof A!=="object"){throw new C("invalid opts")}if(typeof i!=="function"){throw new C("invalid callback")}const{signal:g,opaque:E,responseHeaders:p}=A;if(g&&typeof g.on!=="function"&&typeof g.addEventListener!=="function"){throw new C("signal must be an EventEmitter or EventTarget")}super("UNDICI_CONNECT");this.opaque=E||null;this.responseHeaders=p||null;this.callback=i;this.abort=null;B(this,g)}onConnect(A,i){if(this.reason){A(this.reason);return}E(this.callback);this.abort=A;this.context=i}onHeaders(){throw new f("bad connect",null)}onUpgrade(A,i,g){const{callback:E,opaque:p,context:C}=this;I(this);this.callback=null;let f=i;if(f!=null){f=this.responseHeaders==="raw"?Q.parseRawHeaders(i):Q.parseHeaders(i)}this.runInAsyncScope(E,null,null,{statusCode:A,headers:f,socket:g,opaque:p,context:C})}onError(A){const{callback:i,opaque:g}=this;I(this);if(i){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(i,null,A,{opaque:g})}))}}}function connect(A,i){if(i===undefined){return new Promise(((i,g)=>{connect.call(this,A,((A,E)=>A?g(A):i(E)))}))}try{const g=new ConnectHandler(A,i);this.dispatch({...A,method:"CONNECT"},g)}catch(g){if(typeof i!=="function"){throw g}const E=A?.opaque;queueMicrotask((()=>i(g,{opaque:E})))}}A.exports=connect},6862:(A,i,g)=>{const{Readable:E,Duplex:p,PassThrough:C}=g(7075);const{InvalidArgumentError:f,InvalidReturnValueError:Q,RequestAbortedError:B}=g(8707);const I=g(3440);const{AsyncResource:y}=g(6698);const{addSignal:b,removeSignal:D}=g(158);const R=g(4589);const k=Symbol("resume");class PipelineRequest extends E{constructor(){super({autoDestroy:true});this[k]=null}_read(){const{[k]:A}=this;if(A){this[k]=null;A()}}_destroy(A,i){this._read();i(A)}}class PipelineResponse extends E{constructor(A){super({autoDestroy:true});this[k]=A}_read(){this[k]()}_destroy(A,i){if(!A&&!this._readableState.endEmitted){A=new B}i(A)}}class PipelineHandler extends y{constructor(A,i){if(!A||typeof A!=="object"){throw new f("invalid opts")}if(typeof i!=="function"){throw new f("invalid handler")}const{signal:g,method:E,opaque:C,onInfo:Q,responseHeaders:y}=A;if(g&&typeof g.on!=="function"&&typeof g.addEventListener!=="function"){throw new f("signal must be an EventEmitter or EventTarget")}if(E==="CONNECT"){throw new f("invalid method")}if(Q&&typeof Q!=="function"){throw new f("invalid onInfo callback")}super("UNDICI_PIPELINE");this.opaque=C||null;this.responseHeaders=y||null;this.handler=i;this.abort=null;this.context=null;this.onInfo=Q||null;this.req=(new PipelineRequest).on("error",I.nop);this.ret=new p({readableObjectMode:A.objectMode,autoDestroy:true,read:()=>{const{body:A}=this;if(A?.resume){A.resume()}},write:(A,i,g)=>{const{req:E}=this;if(E.push(A,i)||E._readableState.destroyed){g()}else{E[k]=g}},destroy:(A,i)=>{const{body:g,req:E,res:p,ret:C,abort:f}=this;if(!A&&!C._readableState.endEmitted){A=new B}if(f&&A){f()}I.destroy(g,A);I.destroy(E,A);I.destroy(p,A);D(this);i(A)}}).on("prefinish",(()=>{const{req:A}=this;A.push(null)}));this.res=null;b(this,g)}onConnect(A,i){const{ret:g,res:E}=this;if(this.reason){A(this.reason);return}R(!E,"pipeline cannot be retried");R(!g.destroyed);this.abort=A;this.context=i}onHeaders(A,i,g){const{opaque:E,handler:p,context:C}=this;if(A<200){if(this.onInfo){const g=this.responseHeaders==="raw"?I.parseRawHeaders(i):I.parseHeaders(i);this.onInfo({statusCode:A,headers:g})}return}this.res=new PipelineResponse(g);let f;try{this.handler=null;const g=this.responseHeaders==="raw"?I.parseRawHeaders(i):I.parseHeaders(i);f=this.runInAsyncScope(p,null,{statusCode:A,headers:g,opaque:E,body:this.res,context:C})}catch(A){this.res.on("error",I.nop);throw A}if(!f||typeof f.on!=="function"){throw new Q("expected Readable")}f.on("data",(A=>{const{ret:i,body:g}=this;if(!i.push(A)&&g.pause){g.pause()}})).on("error",(A=>{const{ret:i}=this;I.destroy(i,A)})).on("end",(()=>{const{ret:A}=this;A.push(null)})).on("close",(()=>{const{ret:A}=this;if(!A._readableState.ended){I.destroy(A,new B)}}));this.body=f}onData(A){const{res:i}=this;return i.push(A)}onComplete(A){const{res:i}=this;i.push(null)}onError(A){const{ret:i}=this;this.handler=null;I.destroy(i,A)}}function pipeline(A,i){try{const g=new PipelineHandler(A,i);this.dispatch({...A,body:g.req},g);return g.ret}catch(A){return(new C).destroy(A)}}A.exports=pipeline},4043:(A,i,g)=>{const E=g(4589);const{Readable:p}=g(9927);const{InvalidArgumentError:C,RequestAbortedError:f}=g(8707);const Q=g(3440);const{getResolveErrorBodyCallback:B}=g(7655);const{AsyncResource:I}=g(6698);class RequestHandler extends I{constructor(A,i){if(!A||typeof A!=="object"){throw new C("invalid opts")}const{signal:g,method:E,opaque:p,body:B,onInfo:I,responseHeaders:y,throwOnError:b,highWaterMark:D}=A;try{if(typeof i!=="function"){throw new C("invalid callback")}if(D&&(typeof D!=="number"||D<0)){throw new C("invalid highWaterMark")}if(g&&typeof g.on!=="function"&&typeof g.addEventListener!=="function"){throw new C("signal must be an EventEmitter or EventTarget")}if(E==="CONNECT"){throw new C("invalid method")}if(I&&typeof I!=="function"){throw new C("invalid onInfo callback")}super("UNDICI_REQUEST")}catch(A){if(Q.isStream(B)){Q.destroy(B.on("error",Q.nop),A)}throw A}this.method=E;this.responseHeaders=y||null;this.opaque=p||null;this.callback=i;this.res=null;this.abort=null;this.body=B;this.trailers={};this.context=null;this.onInfo=I||null;this.throwOnError=b;this.highWaterMark=D;this.signal=g;this.reason=null;this.removeAbortListener=null;if(Q.isStream(B)){B.on("error",(A=>{this.onError(A)}))}if(this.signal){if(this.signal.aborted){this.reason=this.signal.reason??new f}else{this.removeAbortListener=Q.addAbortListener(this.signal,(()=>{this.reason=this.signal.reason??new f;if(this.res){Q.destroy(this.res.on("error",Q.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(A,i){if(this.reason){A(this.reason);return}E(this.callback);this.abort=A;this.context=i}onHeaders(A,i,g,E){const{callback:C,opaque:f,abort:I,context:y,responseHeaders:b,highWaterMark:D}=this;const R=b==="raw"?Q.parseRawHeaders(i):Q.parseHeaders(i);if(A<200){if(this.onInfo){this.onInfo({statusCode:A,headers:R})}return}const k=b==="raw"?Q.parseHeaders(i):R;const S=k["content-type"];const v=k["content-length"];const F=new p({resume:g,abort:I,contentType:S,contentLength:this.method!=="HEAD"&&v?Number(v):null,highWaterMark:D});if(this.removeAbortListener){F.on("close",this.removeAbortListener)}this.callback=null;this.res=F;if(C!==null){if(this.throwOnError&&A>=400){this.runInAsyncScope(B,null,{callback:C,body:F,contentType:S,statusCode:A,statusMessage:E,headers:R})}else{this.runInAsyncScope(C,null,null,{statusCode:A,headers:R,trailers:this.trailers,opaque:f,body:F,context:y})}}}onData(A){return this.res.push(A)}onComplete(A){Q.parseHeaders(A,this.trailers);this.res.push(null)}onError(A){const{res:i,callback:g,body:E,opaque:p}=this;if(g){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(g,null,A,{opaque:p})}))}if(i){this.res=null;queueMicrotask((()=>{Q.destroy(i,A)}))}if(E){this.body=null;Q.destroy(E,A)}if(this.removeAbortListener){i?.off("close",this.removeAbortListener);this.removeAbortListener();this.removeAbortListener=null}}}function request(A,i){if(i===undefined){return new Promise(((i,g)=>{request.call(this,A,((A,E)=>A?g(A):i(E)))}))}try{this.dispatch(A,new RequestHandler(A,i))}catch(g){if(typeof i!=="function"){throw g}const E=A?.opaque;queueMicrotask((()=>i(g,{opaque:E})))}}A.exports=request;A.exports.RequestHandler=RequestHandler},3560:(A,i,g)=>{const E=g(4589);const{finished:p,PassThrough:C}=g(7075);const{InvalidArgumentError:f,InvalidReturnValueError:Q}=g(8707);const B=g(3440);const{getResolveErrorBodyCallback:I}=g(7655);const{AsyncResource:y}=g(6698);const{addSignal:b,removeSignal:D}=g(158);class StreamHandler extends y{constructor(A,i,g){if(!A||typeof A!=="object"){throw new f("invalid opts")}const{signal:E,method:p,opaque:C,body:Q,onInfo:I,responseHeaders:y,throwOnError:D}=A;try{if(typeof g!=="function"){throw new f("invalid callback")}if(typeof i!=="function"){throw new f("invalid factory")}if(E&&typeof E.on!=="function"&&typeof E.addEventListener!=="function"){throw new f("signal must be an EventEmitter or EventTarget")}if(p==="CONNECT"){throw new f("invalid method")}if(I&&typeof I!=="function"){throw new f("invalid onInfo callback")}super("UNDICI_STREAM")}catch(A){if(B.isStream(Q)){B.destroy(Q.on("error",B.nop),A)}throw A}this.responseHeaders=y||null;this.opaque=C||null;this.factory=i;this.callback=g;this.res=null;this.abort=null;this.context=null;this.trailers=null;this.body=Q;this.onInfo=I||null;this.throwOnError=D||false;if(B.isStream(Q)){Q.on("error",(A=>{this.onError(A)}))}b(this,E)}onConnect(A,i){if(this.reason){A(this.reason);return}E(this.callback);this.abort=A;this.context=i}onHeaders(A,i,g,E){const{factory:f,opaque:y,context:b,callback:D,responseHeaders:R}=this;const k=R==="raw"?B.parseRawHeaders(i):B.parseHeaders(i);if(A<200){if(this.onInfo){this.onInfo({statusCode:A,headers:k})}return}this.factory=null;let S;if(this.throwOnError&&A>=400){const g=R==="raw"?B.parseHeaders(i):k;const p=g["content-type"];S=new C;this.callback=null;this.runInAsyncScope(I,null,{callback:D,body:S,contentType:p,statusCode:A,statusMessage:E,headers:k})}else{if(f===null){return}S=this.runInAsyncScope(f,null,{statusCode:A,headers:k,opaque:y,context:b});if(!S||typeof S.write!=="function"||typeof S.end!=="function"||typeof S.on!=="function"){throw new Q("expected Writable")}p(S,{readable:false},(A=>{const{callback:i,res:g,opaque:E,trailers:p,abort:C}=this;this.res=null;if(A||!g.readable){B.destroy(g,A)}this.callback=null;this.runInAsyncScope(i,null,A||null,{opaque:E,trailers:p});if(A){C()}}))}S.on("drain",g);this.res=S;const v=S.writableNeedDrain!==undefined?S.writableNeedDrain:S._writableState?.needDrain;return v!==true}onData(A){const{res:i}=this;return i?i.write(A):true}onComplete(A){const{res:i}=this;D(this);if(!i){return}this.trailers=B.parseHeaders(A);i.end()}onError(A){const{res:i,callback:g,opaque:E,body:p}=this;D(this);this.factory=null;if(i){this.res=null;B.destroy(i,A)}else if(g){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(g,null,A,{opaque:E})}))}if(p){this.body=null;B.destroy(p,A)}}}function stream(A,i,g){if(g===undefined){return new Promise(((g,E)=>{stream.call(this,A,i,((A,i)=>A?E(A):g(i)))}))}try{this.dispatch(A,new StreamHandler(A,i,g))}catch(i){if(typeof g!=="function"){throw i}const E=A?.opaque;queueMicrotask((()=>g(i,{opaque:E})))}}A.exports=stream},1882:(A,i,g)=>{const{InvalidArgumentError:E,SocketError:p}=g(8707);const{AsyncResource:C}=g(6698);const f=g(3440);const{addSignal:Q,removeSignal:B}=g(158);const I=g(4589);class UpgradeHandler extends C{constructor(A,i){if(!A||typeof A!=="object"){throw new E("invalid opts")}if(typeof i!=="function"){throw new E("invalid callback")}const{signal:g,opaque:p,responseHeaders:C}=A;if(g&&typeof g.on!=="function"&&typeof g.addEventListener!=="function"){throw new E("signal must be an EventEmitter or EventTarget")}super("UNDICI_UPGRADE");this.responseHeaders=C||null;this.opaque=p||null;this.callback=i;this.abort=null;this.context=null;Q(this,g)}onConnect(A,i){if(this.reason){A(this.reason);return}I(this.callback);this.abort=A;this.context=null}onHeaders(){throw new p("bad upgrade",null)}onUpgrade(A,i,g){I(A===101);const{callback:E,opaque:p,context:C}=this;B(this);this.callback=null;const Q=this.responseHeaders==="raw"?f.parseRawHeaders(i):f.parseHeaders(i);this.runInAsyncScope(E,null,null,{headers:Q,socket:g,opaque:p,context:C})}onError(A){const{callback:i,opaque:g}=this;B(this);if(i){this.callback=null;queueMicrotask((()=>{this.runInAsyncScope(i,null,A,{opaque:g})}))}}}function upgrade(A,i){if(i===undefined){return new Promise(((i,g)=>{upgrade.call(this,A,((A,E)=>A?g(A):i(E)))}))}try{const g=new UpgradeHandler(A,i);this.dispatch({...A,method:A.method||"GET",upgrade:A.protocol||"Websocket"},g)}catch(g){if(typeof i!=="function"){throw g}const E=A?.opaque;queueMicrotask((()=>i(g,{opaque:E})))}}A.exports=upgrade},8996:(A,i,g)=>{A.exports.request=g(4043);A.exports.stream=g(3560);A.exports.pipeline=g(6862);A.exports.upgrade=g(1882);A.exports.connect=g(2279)},9927:(A,i,g)=>{const E=g(4589);const{Readable:p}=g(7075);const{RequestAbortedError:C,NotSupportedError:f,InvalidArgumentError:Q,AbortError:B}=g(8707);const I=g(3440);const{ReadableStreamFrom:y}=g(3440);const b=Symbol("kConsume");const D=Symbol("kReading");const R=Symbol("kBody");const k=Symbol("kAbort");const S=Symbol("kContentType");const v=Symbol("kContentLength");const noop=()=>{};class BodyReadable extends p{constructor({resume:A,abort:i,contentType:g="",contentLength:E,highWaterMark:p=64*1024}){super({autoDestroy:true,read:A,highWaterMark:p});this._readableState.dataEmitted=false;this[k]=i;this[b]=null;this[R]=null;this[S]=g;this[v]=E;this[D]=false}destroy(A){if(!A&&!this._readableState.endEmitted){A=new C}if(A){this[k]()}return super.destroy(A)}_destroy(A,i){if(!this[D]){setImmediate((()=>{i(A)}))}else{i(A)}}on(A,...i){if(A==="data"||A==="readable"){this[D]=true}return super.on(A,...i)}addListener(A,...i){return this.on(A,...i)}off(A,...i){const g=super.off(A,...i);if(A==="data"||A==="readable"){this[D]=this.listenerCount("data")>0||this.listenerCount("readable")>0}return g}removeListener(A,...i){return this.off(A,...i)}push(A){if(this[b]&&A!==null){consumePush(this[b],A);return this[D]?super.push(A):true}return super.push(A)}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 f}get bodyUsed(){return I.isDisturbed(this)}get body(){if(!this[R]){this[R]=y(this);if(this[b]){this[R].getReader();E(this[R].locked)}}return this[R]}async dump(A){let i=Number.isFinite(A?.limit)?A.limit:128*1024;const g=A?.signal;if(g!=null&&(typeof g!=="object"||!("aborted"in g))){throw new Q("signal must be an AbortSignal")}g?.throwIfAborted();if(this._readableState.closeEmitted){return null}return await new Promise(((A,E)=>{if(this[v]>i){this.destroy(new B)}const onAbort=()=>{this.destroy(g.reason??new B)};g?.addEventListener("abort",onAbort);this.on("close",(function(){g?.removeEventListener("abort",onAbort);if(g?.aborted){E(g.reason??new B)}else{A(null)}})).on("error",noop).on("data",(function(A){i-=A.length;if(i<=0){this.destroy()}})).resume()}))}}function isLocked(A){return A[R]&&A[R].locked===true||A[b]}function isUnusable(A){return I.isDisturbed(A)||isLocked(A)}async function consume(A,i){E(!A[b]);return new Promise(((g,E)=>{if(isUnusable(A)){const i=A._readableState;if(i.destroyed&&i.closeEmitted===false){A.on("error",(A=>{E(A)})).on("close",(()=>{E(new TypeError("unusable"))}))}else{E(i.errored??new TypeError("unusable"))}}else{queueMicrotask((()=>{A[b]={type:i,stream:A,resolve:g,reject:E,length:0,body:[]};A.on("error",(function(A){consumeFinish(this[b],A)})).on("close",(function(){if(this[b].body!==null){consumeFinish(this[b],new C)}}));consumeStart(A[b])}))}}))}function consumeStart(A){if(A.body===null){return}const{_readableState:i}=A.stream;if(i.bufferIndex){const g=i.bufferIndex;const E=i.buffer.length;for(let p=g;p2&&g[0]===239&&g[1]===187&&g[2]===191?3:0;return g.utf8Slice(p,E)}function chunksConcat(A,i){if(A.length===0||i===0){return new Uint8Array(0)}if(A.length===1){return new Uint8Array(A[0])}const g=new Uint8Array(Buffer.allocUnsafeSlow(i).buffer);let E=0;for(let i=0;i{const E=g(4589);const{ResponseStatusCodeError:p}=g(8707);const{chunksDecode:C}=g(9927);const f=128*1024;async function getResolveErrorBodyCallback({callback:A,body:i,contentType:g,statusCode:Q,statusMessage:B,headers:I}){E(i);let y=[];let b=0;try{for await(const A of i){y.push(A);b+=A.length;if(b>f){y=[];b=0;break}}}catch{y=[];b=0}const D=`Response status code ${Q}${B?`: ${B}`:""}`;if(Q===204||!g||!b){queueMicrotask((()=>A(new p(D,Q,I))));return}const R=Error.stackTraceLimit;Error.stackTraceLimit=0;let k;try{if(isContentTypeApplicationJson(g)){k=JSON.parse(C(y,b))}else if(isContentTypeText(g)){k=C(y,b)}}catch{}finally{Error.stackTraceLimit=R}queueMicrotask((()=>A(new p(D,Q,I,k))))}const isContentTypeApplicationJson=A=>A.length>15&&A[11]==="/"&&A[0]==="a"&&A[1]==="p"&&A[2]==="p"&&A[3]==="l"&&A[4]==="i"&&A[5]==="c"&&A[6]==="a"&&A[7]==="t"&&A[8]==="i"&&A[9]==="o"&&A[10]==="n"&&A[12]==="j"&&A[13]==="s"&&A[14]==="o"&&A[15]==="n";const isContentTypeText=A=>A.length>4&&A[4]==="/"&&A[0]==="t"&&A[1]==="e"&&A[2]==="x"&&A[3]==="t";A.exports={getResolveErrorBodyCallback:getResolveErrorBodyCallback,isContentTypeApplicationJson:isContentTypeApplicationJson,isContentTypeText:isContentTypeText}},9136:(A,i,g)=>{const E=g(7030);const p=g(4589);const C=g(3440);const{InvalidArgumentError:f,ConnectTimeoutError:Q}=g(8707);const B=g(6603);function noop(){}let I;let y;if(global.FinalizationRegistry&&!(process.env.NODE_V8_COVERAGE||process.env.UNDICI_NO_FG)){y=class WeakSessionCache{constructor(A){this._maxCachedSessions=A;this._sessionCache=new Map;this._sessionRegistry=new global.FinalizationRegistry((A=>{if(this._sessionCache.size=this._maxCachedSessions){const{value:A}=this._sessionCache.keys().next();this._sessionCache.delete(A)}this._sessionCache.set(A,i)}}}function buildConnector({allowH2:A,maxCachedSessions:i,socketPath:Q,timeout:B,session:D,...R}){if(i!=null&&(!Number.isInteger(i)||i<0)){throw new f("maxCachedSessions must be a positive integer or zero")}const k={path:Q,...R};const S=new y(i==null?100:i);B=B==null?1e4:B;A=A!=null?A:false;return function connect({hostname:i,host:f,protocol:Q,port:y,servername:R,localAddress:v,httpSocket:F},x){let U;if(Q==="https:"){if(!I){I=g(1692)}R=R||k.servername||C.getServerName(f)||null;const E=R||i;p(E);const Q=D||S.get(E)||null;y=y||443;U=I.connect({highWaterMark:16384,...k,servername:R,session:Q,localAddress:v,ALPNProtocols:A?["http/1.1","h2"]:["http/1.1"],socket:F,port:y,host:i});U.on("session",(function(A){S.set(E,A)}))}else{p(!F,"httpSocket can only be sent on TLS update");y=y||80;U=E.connect({highWaterMark:64*1024,...k,localAddress:v,port:y,host:i})}if(k.keepAlive==null||k.keepAlive){const A=k.keepAliveInitialDelay===undefined?6e4:k.keepAliveInitialDelay;U.setKeepAlive(true,A)}const L=b(new WeakRef(U),{timeout:B,hostname:i,port:y});U.setNoDelay(true).once(Q==="https:"?"secureConnect":"connect",(function(){queueMicrotask(L);if(x){const A=x;x=null;A(null,this)}})).on("error",(function(A){queueMicrotask(L);if(x){const i=x;x=null;i(A)}}));return U}}const b=process.platform==="win32"?(A,i)=>{if(!i.timeout){return noop}let g=null;let E=null;const p=B.setFastTimeout((()=>{g=setImmediate((()=>{E=setImmediate((()=>onConnectTimeout(A.deref(),i)))}))}),i.timeout);return()=>{B.clearFastTimeout(p);clearImmediate(g);clearImmediate(E)}}:(A,i)=>{if(!i.timeout){return noop}let g=null;const E=B.setFastTimeout((()=>{g=setImmediate((()=>{onConnectTimeout(A.deref(),i)}))}),i.timeout);return()=>{B.clearFastTimeout(E);clearImmediate(g)}};function onConnectTimeout(A,i){if(A==null){return}let g="Connect Timeout Error";if(Array.isArray(A.autoSelectFamilyAttemptedAddresses)){g+=` (attempted addresses: ${A.autoSelectFamilyAttemptedAddresses.join(", ")},`}else{g+=` (attempted address: ${i.hostname}:${i.port},`}g+=` timeout: ${i.timeout}ms)`;C.destroy(A,new Q(g))}A.exports=buildConnector},735:A=>{const i={};const g=["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 A=0;A{const E=g(3053);const p=g(7975);const C=p.debuglog("undici");const f=p.debuglog("fetch");const Q=p.debuglog("websocket");let B=false;const I={beforeConnect:E.channel("undici:client:beforeConnect"),connected:E.channel("undici:client:connected"),connectError:E.channel("undici:client:connectError"),sendHeaders:E.channel("undici:client:sendHeaders"),create:E.channel("undici:request:create"),bodySent:E.channel("undici:request:bodySent"),headers:E.channel("undici:request:headers"),trailers:E.channel("undici:request:trailers"),error:E.channel("undici:request:error"),open:E.channel("undici:websocket:open"),close:E.channel("undici:websocket:close"),socketError:E.channel("undici:websocket:socket_error"),ping:E.channel("undici:websocket:ping"),pong:E.channel("undici:websocket:pong")};if(C.enabled||f.enabled){const A=f.enabled?f:C;E.channel("undici:client:beforeConnect").subscribe((i=>{const{connectParams:{version:g,protocol:E,port:p,host:C}}=i;A("connecting to %s using %s%s",`${C}${p?`:${p}`:""}`,E,g)}));E.channel("undici:client:connected").subscribe((i=>{const{connectParams:{version:g,protocol:E,port:p,host:C}}=i;A("connected to %s using %s%s",`${C}${p?`:${p}`:""}`,E,g)}));E.channel("undici:client:connectError").subscribe((i=>{const{connectParams:{version:g,protocol:E,port:p,host:C},error:f}=i;A("connection to %s using %s%s errored - %s",`${C}${p?`:${p}`:""}`,E,g,f.message)}));E.channel("undici:client:sendHeaders").subscribe((i=>{const{request:{method:g,path:E,origin:p}}=i;A("sending request to %s %s/%s",g,p,E)}));E.channel("undici:request:headers").subscribe((i=>{const{request:{method:g,path:E,origin:p},response:{statusCode:C}}=i;A("received response to %s %s/%s - HTTP %d",g,p,E,C)}));E.channel("undici:request:trailers").subscribe((i=>{const{request:{method:g,path:E,origin:p}}=i;A("trailers received from %s %s/%s",g,p,E)}));E.channel("undici:request:error").subscribe((i=>{const{request:{method:g,path:E,origin:p},error:C}=i;A("request to %s %s/%s errored - %s",g,p,E,C.message)}));B=true}if(Q.enabled){if(!B){const A=C.enabled?C:Q;E.channel("undici:client:beforeConnect").subscribe((i=>{const{connectParams:{version:g,protocol:E,port:p,host:C}}=i;A("connecting to %s%s using %s%s",C,p?`:${p}`:"",E,g)}));E.channel("undici:client:connected").subscribe((i=>{const{connectParams:{version:g,protocol:E,port:p,host:C}}=i;A("connected to %s%s using %s%s",C,p?`:${p}`:"",E,g)}));E.channel("undici:client:connectError").subscribe((i=>{const{connectParams:{version:g,protocol:E,port:p,host:C},error:f}=i;A("connection to %s%s using %s%s errored - %s",C,p?`:${p}`:"",E,g,f.message)}));E.channel("undici:client:sendHeaders").subscribe((i=>{const{request:{method:g,path:E,origin:p}}=i;A("sending request to %s %s/%s",g,p,E)}))}E.channel("undici:websocket:open").subscribe((A=>{const{address:{address:i,port:g}}=A;Q("connection opened %s%s",i,g?`:${g}`:"")}));E.channel("undici:websocket:close").subscribe((A=>{const{websocket:i,code:g,reason:E}=A;Q("closed connection to %s - %s %s",i.url,g,E)}));E.channel("undici:websocket:socket_error").subscribe((A=>{Q("connection errored - %s",A.message)}));E.channel("undici:websocket:ping").subscribe((A=>{Q("ping received")}));E.channel("undici:websocket:pong").subscribe((A=>{Q("pong received")}))}A.exports={channels:I}},8707:A=>{const i=Symbol.for("undici.error.UND_ERR");class UndiciError extends Error{constructor(A){super(A);this.name="UndiciError";this.code="UND_ERR"}static[Symbol.hasInstance](A){return A&&A[i]===true}[i]=true}const g=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT");class ConnectTimeoutError extends UndiciError{constructor(A){super(A);this.name="ConnectTimeoutError";this.message=A||"Connect Timeout Error";this.code="UND_ERR_CONNECT_TIMEOUT"}static[Symbol.hasInstance](A){return A&&A[g]===true}[g]=true}const E=Symbol.for("undici.error.UND_ERR_HEADERS_TIMEOUT");class HeadersTimeoutError extends UndiciError{constructor(A){super(A);this.name="HeadersTimeoutError";this.message=A||"Headers Timeout Error";this.code="UND_ERR_HEADERS_TIMEOUT"}static[Symbol.hasInstance](A){return A&&A[E]===true}[E]=true}const p=Symbol.for("undici.error.UND_ERR_HEADERS_OVERFLOW");class HeadersOverflowError extends UndiciError{constructor(A){super(A);this.name="HeadersOverflowError";this.message=A||"Headers Overflow Error";this.code="UND_ERR_HEADERS_OVERFLOW"}static[Symbol.hasInstance](A){return A&&A[p]===true}[p]=true}const C=Symbol.for("undici.error.UND_ERR_BODY_TIMEOUT");class BodyTimeoutError extends UndiciError{constructor(A){super(A);this.name="BodyTimeoutError";this.message=A||"Body Timeout Error";this.code="UND_ERR_BODY_TIMEOUT"}static[Symbol.hasInstance](A){return A&&A[C]===true}[C]=true}const f=Symbol.for("undici.error.UND_ERR_RESPONSE_STATUS_CODE");class ResponseStatusCodeError extends UndiciError{constructor(A,i,g,E){super(A);this.name="ResponseStatusCodeError";this.message=A||"Response Status Code Error";this.code="UND_ERR_RESPONSE_STATUS_CODE";this.body=E;this.status=i;this.statusCode=i;this.headers=g}static[Symbol.hasInstance](A){return A&&A[f]===true}[f]=true}const Q=Symbol.for("undici.error.UND_ERR_INVALID_ARG");class InvalidArgumentError extends UndiciError{constructor(A){super(A);this.name="InvalidArgumentError";this.message=A||"Invalid Argument Error";this.code="UND_ERR_INVALID_ARG"}static[Symbol.hasInstance](A){return A&&A[Q]===true}[Q]=true}const B=Symbol.for("undici.error.UND_ERR_INVALID_RETURN_VALUE");class InvalidReturnValueError extends UndiciError{constructor(A){super(A);this.name="InvalidReturnValueError";this.message=A||"Invalid Return Value Error";this.code="UND_ERR_INVALID_RETURN_VALUE"}static[Symbol.hasInstance](A){return A&&A[B]===true}[B]=true}const I=Symbol.for("undici.error.UND_ERR_ABORT");class AbortError extends UndiciError{constructor(A){super(A);this.name="AbortError";this.message=A||"The operation was aborted";this.code="UND_ERR_ABORT"}static[Symbol.hasInstance](A){return A&&A[I]===true}[I]=true}const y=Symbol.for("undici.error.UND_ERR_ABORTED");class RequestAbortedError extends AbortError{constructor(A){super(A);this.name="AbortError";this.message=A||"Request aborted";this.code="UND_ERR_ABORTED"}static[Symbol.hasInstance](A){return A&&A[y]===true}[y]=true}const b=Symbol.for("undici.error.UND_ERR_INFO");class InformationalError extends UndiciError{constructor(A){super(A);this.name="InformationalError";this.message=A||"Request information";this.code="UND_ERR_INFO"}static[Symbol.hasInstance](A){return A&&A[b]===true}[b]=true}const D=Symbol.for("undici.error.UND_ERR_REQ_CONTENT_LENGTH_MISMATCH");class RequestContentLengthMismatchError extends UndiciError{constructor(A){super(A);this.name="RequestContentLengthMismatchError";this.message=A||"Request body length does not match content-length header";this.code="UND_ERR_REQ_CONTENT_LENGTH_MISMATCH"}static[Symbol.hasInstance](A){return A&&A[D]===true}[D]=true}const R=Symbol.for("undici.error.UND_ERR_RES_CONTENT_LENGTH_MISMATCH");class ResponseContentLengthMismatchError extends UndiciError{constructor(A){super(A);this.name="ResponseContentLengthMismatchError";this.message=A||"Response body length does not match content-length header";this.code="UND_ERR_RES_CONTENT_LENGTH_MISMATCH"}static[Symbol.hasInstance](A){return A&&A[R]===true}[R]=true}const k=Symbol.for("undici.error.UND_ERR_DESTROYED");class ClientDestroyedError extends UndiciError{constructor(A){super(A);this.name="ClientDestroyedError";this.message=A||"The client is destroyed";this.code="UND_ERR_DESTROYED"}static[Symbol.hasInstance](A){return A&&A[k]===true}[k]=true}const S=Symbol.for("undici.error.UND_ERR_CLOSED");class ClientClosedError extends UndiciError{constructor(A){super(A);this.name="ClientClosedError";this.message=A||"The client is closed";this.code="UND_ERR_CLOSED"}static[Symbol.hasInstance](A){return A&&A[S]===true}[S]=true}const v=Symbol.for("undici.error.UND_ERR_SOCKET");class SocketError extends UndiciError{constructor(A,i){super(A);this.name="SocketError";this.message=A||"Socket error";this.code="UND_ERR_SOCKET";this.socket=i}static[Symbol.hasInstance](A){return A&&A[v]===true}[v]=true}const F=Symbol.for("undici.error.UND_ERR_NOT_SUPPORTED");class NotSupportedError extends UndiciError{constructor(A){super(A);this.name="NotSupportedError";this.message=A||"Not supported error";this.code="UND_ERR_NOT_SUPPORTED"}static[Symbol.hasInstance](A){return A&&A[F]===true}[F]=true}const x=Symbol.for("undici.error.UND_ERR_BPL_MISSING_UPSTREAM");class BalancedPoolMissingUpstreamError extends UndiciError{constructor(A){super(A);this.name="MissingUpstreamError";this.message=A||"No upstream has been added to the BalancedPool";this.code="UND_ERR_BPL_MISSING_UPSTREAM"}static[Symbol.hasInstance](A){return A&&A[x]===true}[x]=true}const U=Symbol.for("undici.error.UND_ERR_HTTP_PARSER");class HTTPParserError extends Error{constructor(A,i,g){super(A);this.name="HTTPParserError";this.code=i?`HPE_${i}`:undefined;this.data=g?g.toString():undefined}static[Symbol.hasInstance](A){return A&&A[U]===true}[U]=true}const L=Symbol.for("undici.error.UND_ERR_RES_EXCEEDED_MAX_SIZE");class ResponseExceededMaxSizeError extends UndiciError{constructor(A){super(A);this.name="ResponseExceededMaxSizeError";this.message=A||"Response content exceeded max size";this.code="UND_ERR_RES_EXCEEDED_MAX_SIZE"}static[Symbol.hasInstance](A){return A&&A[L]===true}[L]=true}const M=Symbol.for("undici.error.UND_ERR_REQ_RETRY");class RequestRetryError extends UndiciError{constructor(A,i,{headers:g,data:E}){super(A);this.name="RequestRetryError";this.message=A||"Request retry error";this.code="UND_ERR_REQ_RETRY";this.statusCode=i;this.data=E;this.headers=g}static[Symbol.hasInstance](A){return A&&A[M]===true}[M]=true}const T=Symbol.for("undici.error.UND_ERR_RESPONSE");class ResponseError extends UndiciError{constructor(A,i,{headers:g,data:E}){super(A);this.name="ResponseError";this.message=A||"Response error";this.code="UND_ERR_RESPONSE";this.statusCode=i;this.data=E;this.headers=g}static[Symbol.hasInstance](A){return A&&A[T]===true}[T]=true}const H=Symbol.for("undici.error.UND_ERR_PRX_TLS");class SecureProxyConnectionError extends UndiciError{constructor(A,i,g){super(i,{cause:A,...g??{}});this.name="SecureProxyConnectionError";this.message=i||"Secure Proxy Connection failed";this.code="UND_ERR_PRX_TLS";this.cause=A}static[Symbol.hasInstance](A){return A&&A[H]===true}[H]=true}A.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}},4655:(A,i,g)=>{const{InvalidArgumentError:E,NotSupportedError:p}=g(8707);const C=g(4589);const{isValidHTTPToken:f,isValidHeaderValue:Q,isStream:B,destroy:I,isBuffer:y,isFormDataLike:b,isIterable:D,isBlobLike:R,buildURL:k,validateHandler:S,getServerName:v,normalizedMethodRecords:F}=g(3440);const{channels:x}=g(2414);const{headerNameLowerCasedRecord:U}=g(735);const L=/[^\u0021-\u00ff]/;const M=Symbol("handler");class Request{constructor(A,{path:i,method:g,body:p,headers:C,query:Q,idempotent:U,blocking:T,upgrade:H,headersTimeout:G,bodyTimeout:Y,reset:J,throwOnError:_,expectContinue:V,servername:P},j){if(typeof i!=="string"){throw new E("path must be a string")}else if(i[0]!=="/"&&!(i.startsWith("http://")||i.startsWith("https://"))&&g!=="CONNECT"){throw new E("path must be an absolute URL or start with a slash")}else if(L.test(i)){throw new E("invalid request path")}if(typeof g!=="string"){throw new E("method must be a string")}else if(F[g]===undefined&&!f(g)){throw new E("invalid request method")}if(H&&typeof H!=="string"){throw new E("upgrade must be a string")}if(G!=null&&(!Number.isFinite(G)||G<0)){throw new E("invalid headersTimeout")}if(Y!=null&&(!Number.isFinite(Y)||Y<0)){throw new E("invalid bodyTimeout")}if(J!=null&&typeof J!=="boolean"){throw new E("invalid reset")}if(V!=null&&typeof V!=="boolean"){throw new E("invalid expectContinue")}this.headersTimeout=G;this.bodyTimeout=Y;this.throwOnError=_===true;this.method=g;this.abort=null;if(p==null){this.body=null}else if(B(p)){this.body=p;const A=this.body._readableState;if(!A||!A.autoDestroy){this.endHandler=function autoDestroy(){I(this)};this.body.on("end",this.endHandler)}this.errorHandler=A=>{if(this.abort){this.abort(A)}else{this.error=A}};this.body.on("error",this.errorHandler)}else if(y(p)){this.body=p.byteLength?p:null}else if(ArrayBuffer.isView(p)){this.body=p.buffer.byteLength?Buffer.from(p.buffer,p.byteOffset,p.byteLength):null}else if(p instanceof ArrayBuffer){this.body=p.byteLength?Buffer.from(p):null}else if(typeof p==="string"){this.body=p.length?Buffer.from(p):null}else if(b(p)||D(p)||R(p)){this.body=p}else{throw new E("body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable")}this.completed=false;this.aborted=false;this.upgrade=H||null;this.path=Q?k(i,Q):i;this.origin=A;this.idempotent=U==null?g==="HEAD"||g==="GET":U;this.blocking=T==null?false:T;this.reset=J==null?null:J;this.host=null;this.contentLength=null;this.contentType=null;this.headers=[];this.expectContinue=V!=null?V:false;if(Array.isArray(C)){if(C.length%2!==0){throw new E("headers array must be even")}for(let A=0;A{A.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")}},7752:(A,i,g)=>{const{wellknownHeaderNames:E,headerNameLowerCasedRecord:p}=g(735);class TstNode{value=null;left=null;middle=null;right=null;code;constructor(A,i,g){if(g===undefined||g>=A.length){throw new TypeError("Unreachable")}const E=this.code=A.charCodeAt(g);if(E>127){throw new TypeError("key must be ascii string")}if(A.length!==++g){this.middle=new TstNode(A,i,g)}else{this.value=i}}add(A,i){const g=A.length;if(g===0){throw new TypeError("Unreachable")}let E=0;let p=this;while(true){const C=A.charCodeAt(E);if(C>127){throw new TypeError("key must be ascii string")}if(p.code===C){if(g===++E){p.value=i;break}else if(p.middle!==null){p=p.middle}else{p.middle=new TstNode(A,i,E);break}}else if(p.code=65){p|=32}while(E!==null){if(p===E.code){if(i===++g){return E}E=E.middle;break}E=E.code{const E=g(4589);const{kDestroyed:p,kBodyUsed:C,kListeners:f,kBody:Q}=g(6443);const{IncomingMessage:B}=g(7067);const I=g(7075);const y=g(7030);const{Blob:b}=g(4573);const D=g(7975);const{stringify:R}=g(1792);const{EventEmitter:k}=g(8474);const{InvalidArgumentError:S}=g(8707);const{headerNameLowerCasedRecord:v}=g(735);const{tree:F}=g(7752);const[x,U]=process.versions.node.split(".").map((A=>Number(A)));class BodyAsyncIterable{constructor(A){this[Q]=A;this[C]=false}async*[Symbol.asyncIterator](){E(!this[C],"disturbed");this[C]=true;yield*this[Q]}}function wrapRequestBody(A){if(isStream(A)){if(bodyLength(A)===0){A.on("data",(function(){E(false)}))}if(typeof A.readableDidRead!=="boolean"){A[C]=false;k.prototype.on.call(A,"data",(function(){this[C]=true}))}return A}else if(A&&typeof A.pipeTo==="function"){return new BodyAsyncIterable(A)}else if(A&&typeof A!=="string"&&!ArrayBuffer.isView(A)&&isIterable(A)){return new BodyAsyncIterable(A)}else{return A}}function nop(){}function isStream(A){return A&&typeof A==="object"&&typeof A.pipe==="function"&&typeof A.on==="function"}function isBlobLike(A){if(A===null){return false}else if(A instanceof b){return true}else if(typeof A!=="object"){return false}else{const i=A[Symbol.toStringTag];return(i==="Blob"||i==="File")&&("stream"in A&&typeof A.stream==="function"||"arrayBuffer"in A&&typeof A.arrayBuffer==="function")}}function buildURL(A,i){if(A.includes("?")||A.includes("#")){throw new Error('Query params cannot be passed when url already contains "?" or "#".')}const g=R(i);if(g){A+="?"+g}return A}function isValidPort(A){const i=parseInt(A,10);return i===Number(A)&&i>=0&&i<=65535}function isHttpOrHttpsPrefixed(A){return A!=null&&A[0]==="h"&&A[1]==="t"&&A[2]==="t"&&A[3]==="p"&&(A[4]===":"||A[4]==="s"&&A[5]===":")}function parseURL(A){if(typeof A==="string"){A=new URL(A);if(!isHttpOrHttpsPrefixed(A.origin||A.protocol)){throw new S("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return A}if(!A||typeof A!=="object"){throw new S("Invalid URL: The URL argument must be a non-null object.")}if(!(A instanceof URL)){if(A.port!=null&&A.port!==""&&isValidPort(A.port)===false){throw new S("Invalid URL: port must be a valid integer or a string representation of an integer.")}if(A.path!=null&&typeof A.path!=="string"){throw new S("Invalid URL path: the path must be a string or null/undefined.")}if(A.pathname!=null&&typeof A.pathname!=="string"){throw new S("Invalid URL pathname: the pathname must be a string or null/undefined.")}if(A.hostname!=null&&typeof A.hostname!=="string"){throw new S("Invalid URL hostname: the hostname must be a string or null/undefined.")}if(A.origin!=null&&typeof A.origin!=="string"){throw new S("Invalid URL origin: the origin must be a string or null/undefined.")}if(!isHttpOrHttpsPrefixed(A.origin||A.protocol)){throw new S("Invalid URL protocol: the URL must start with `http:` or `https:`.")}const i=A.port!=null?A.port:A.protocol==="https:"?443:80;let g=A.origin!=null?A.origin:`${A.protocol||""}//${A.hostname||""}:${i}`;let E=A.path!=null?A.path:`${A.pathname||""}${A.search||""}`;if(g[g.length-1]==="/"){g=g.slice(0,g.length-1)}if(E&&E[0]!=="/"){E=`/${E}`}return new URL(`${g}${E}`)}if(!isHttpOrHttpsPrefixed(A.origin||A.protocol)){throw new S("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return A}function parseOrigin(A){A=parseURL(A);if(A.pathname!=="/"||A.search||A.hash){throw new S("invalid url")}return A}function getHostname(A){if(A[0]==="["){const i=A.indexOf("]");E(i!==-1);return A.substring(1,i)}const i=A.indexOf(":");if(i===-1)return A;return A.substring(0,i)}function getServerName(A){if(!A){return null}E(typeof A==="string");const i=getHostname(A);if(y.isIP(i)){return""}return i}function deepClone(A){return JSON.parse(JSON.stringify(A))}function isAsyncIterable(A){return!!(A!=null&&typeof A[Symbol.asyncIterator]==="function")}function isIterable(A){return!!(A!=null&&(typeof A[Symbol.iterator]==="function"||typeof A[Symbol.asyncIterator]==="function"))}function bodyLength(A){if(A==null){return 0}else if(isStream(A)){const i=A._readableState;return i&&i.objectMode===false&&i.ended===true&&Number.isFinite(i.length)?i.length:null}else if(isBlobLike(A)){return A.size!=null?A.size:null}else if(isBuffer(A)){return A.byteLength}return null}function isDestroyed(A){return A&&!!(A.destroyed||A[p]||I.isDestroyed?.(A))}function destroy(A,i){if(A==null||!isStream(A)||isDestroyed(A)){return}if(typeof A.destroy==="function"){if(Object.getPrototypeOf(A).constructor===B){A.socket=null}A.destroy(i)}else if(i){queueMicrotask((()=>{A.emit("error",i)}))}if(A.destroyed!==true){A[p]=true}}const L=/timeout=(\d+)/;function parseKeepAliveTimeout(A){const i=A.toString().match(L);return i?parseInt(i[1],10)*1e3:null}function headerNameToString(A){return typeof A==="string"?v[A]??A.toLowerCase():F.lookup(A)??A.toString("latin1").toLowerCase()}function bufferToLowerCasedHeaderName(A){return F.lookup(A)??A.toString("latin1").toLowerCase()}function parseHeaders(A,i){if(i===undefined)i={};for(let g=0;gA.toString("utf8"))):p.toString("utf8")}}}if("content-length"in i&&"content-disposition"in i){i["content-disposition"]=Buffer.from(i["content-disposition"]).toString("latin1")}return i}function parseRawHeaders(A){const i=A.length;const g=new Array(i);let E=false;let p=-1;let C;let f;let Q=0;for(let i=0;i{A.close();A.byobRequest?.respond(0)}))}else{const i=Buffer.isBuffer(E)?E:Buffer.from(E);if(i.byteLength){A.enqueue(new Uint8Array(i))}}return A.desiredSize>0},async cancel(A){await i.return()},type:"bytes"})}function isFormDataLike(A){return A&&typeof A==="object"&&typeof A.append==="function"&&typeof A.delete==="function"&&typeof A.get==="function"&&typeof A.getAll==="function"&&typeof A.has==="function"&&typeof A.set==="function"&&A[Symbol.toStringTag]==="FormData"}function addAbortListener(A,i){if("addEventListener"in A){A.addEventListener("abort",i,{once:true});return()=>A.removeEventListener("abort",i)}A.addListener("abort",i);return()=>A.removeListener("abort",i)}const M=typeof String.prototype.toWellFormed==="function";const T=typeof String.prototype.isWellFormed==="function";function toUSVString(A){return M?`${A}`.toWellFormed():D.toUSVString(A)}function isUSVString(A){return T?`${A}`.isWellFormed():toUSVString(A)===`${A}`}function isTokenCharCode(A){switch(A){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 A>=33&&A<=126}}function isValidHTTPToken(A){if(A.length===0){return false}for(let i=0;i{const{InvalidArgumentError:E}=g(8707);const{kClients:p,kRunning:C,kClose:f,kDestroy:Q,kDispatch:B,kInterceptors:I}=g(6443);const y=g(1841);const b=g(628);const D=g(3701);const R=g(3440);const k=g(5092);const S=Symbol("onConnect");const v=Symbol("onDisconnect");const F=Symbol("onConnectionError");const x=Symbol("maxRedirections");const U=Symbol("onDrain");const L=Symbol("factory");const M=Symbol("options");function defaultFactory(A,i){return i&&i.connections===1?new D(A,i):new b(A,i)}class Agent extends y{constructor({factory:A=defaultFactory,maxRedirections:i=0,connect:g,...C}={}){super();if(typeof A!=="function"){throw new E("factory must be a function.")}if(g!=null&&typeof g!=="function"&&typeof g!=="object"){throw new E("connect must be a function or an object")}if(!Number.isInteger(i)||i<0){throw new E("maxRedirections must be a positive number")}if(g&&typeof g!=="function"){g={...g}}this[I]=C.interceptors?.Agent&&Array.isArray(C.interceptors.Agent)?C.interceptors.Agent:[k({maxRedirections:i})];this[M]={...R.deepClone(C),connect:g};this[M].interceptors=C.interceptors?{...C.interceptors}:undefined;this[x]=i;this[L]=A;this[p]=new Map;this[U]=(A,i)=>{this.emit("drain",A,[this,...i])};this[S]=(A,i)=>{this.emit("connect",A,[this,...i])};this[v]=(A,i,g)=>{this.emit("disconnect",A,[this,...i],g)};this[F]=(A,i,g)=>{this.emit("connectionError",A,[this,...i],g)}}get[C](){let A=0;for(const i of this[p].values()){A+=i[C]}return A}[B](A,i){let g;if(A.origin&&(typeof A.origin==="string"||A.origin instanceof URL)){g=String(A.origin)}else{throw new E("opts.origin must be a non-empty string or URL.")}let C=this[p].get(g);if(!C){C=this[L](A.origin,this[M]).on("drain",this[U]).on("connect",this[S]).on("disconnect",this[v]).on("connectionError",this[F]);this[p].set(g,C)}return C.dispatch(A,i)}async[f](){const A=[];for(const i of this[p].values()){A.push(i.close())}this[p].clear();await Promise.all(A)}async[Q](A){const i=[];for(const g of this[p].values()){i.push(g.destroy(A))}this[p].clear();await Promise.all(i)}}A.exports=Agent},837:(A,i,g)=>{const{BalancedPoolMissingUpstreamError:E,InvalidArgumentError:p}=g(8707);const{PoolBase:C,kClients:f,kNeedDrain:Q,kAddClient:B,kRemoveClient:I,kGetDispatcher:y}=g(2128);const b=g(628);const{kUrl:D,kInterceptors:R}=g(6443);const{parseOrigin:k}=g(3440);const S=Symbol("factory");const v=Symbol("options");const F=Symbol("kGreatestCommonDivisor");const x=Symbol("kCurrentWeight");const U=Symbol("kIndex");const L=Symbol("kWeight");const M=Symbol("kMaxWeightPerServer");const T=Symbol("kErrorPenalty");function getGreatestCommonDivisor(A,i){if(A===0)return i;while(i!==0){const g=i;i=A%i;A=g}return A}function defaultFactory(A,i){return new b(A,i)}class BalancedPool extends C{constructor(A=[],{factory:i=defaultFactory,...g}={}){super();this[v]=g;this[U]=-1;this[x]=0;this[M]=this[v].maxWeightPerServer||100;this[T]=this[v].errorPenalty||15;if(!Array.isArray(A)){A=[A]}if(typeof i!=="function"){throw new p("factory must be a function.")}this[R]=g.interceptors?.BalancedPool&&Array.isArray(g.interceptors.BalancedPool)?g.interceptors.BalancedPool:[];this[S]=i;for(const i of A){this.addUpstream(i)}this._updateBalancedPoolStats()}addUpstream(A){const i=k(A).origin;if(this[f].find((A=>A[D].origin===i&&A.closed!==true&&A.destroyed!==true))){return this}const g=this[S](i,Object.assign({},this[v]));this[B](g);g.on("connect",(()=>{g[L]=Math.min(this[M],g[L]+this[T])}));g.on("connectionError",(()=>{g[L]=Math.max(1,g[L]-this[T]);this._updateBalancedPoolStats()}));g.on("disconnect",((...A)=>{const i=A[2];if(i&&i.code==="UND_ERR_SOCKET"){g[L]=Math.max(1,g[L]-this[T]);this._updateBalancedPoolStats()}}));for(const A of this[f]){A[L]=this[M]}this._updateBalancedPoolStats();return this}_updateBalancedPoolStats(){let A=0;for(let i=0;iA[D].origin===i&&A.closed!==true&&A.destroyed!==true));if(g){this[I](g)}return this}get upstreams(){return this[f].filter((A=>A.closed!==true&&A.destroyed!==true)).map((A=>A[D].origin))}[y](){if(this[f].length===0){throw new E}const A=this[f].find((A=>!A[Q]&&A.closed!==true&&A.destroyed!==true));if(!A){return}const i=this[f].map((A=>A[Q])).reduce(((A,i)=>A&&i),true);if(i){return}let g=0;let p=this[f].findIndex((A=>!A[Q]));while(g++this[f][p][L]&&!A[Q]){p=this[U]}if(this[U]===0){this[x]=this[x]-this[F];if(this[x]<=0){this[x]=this[M]}}if(A[L]>=this[x]&&!A[Q]){return A}}this[x]=this[f][p][L];this[U]=p;return this[f][p]}}A.exports=BalancedPool},637:(A,i,g)=>{const E=g(4589);const p=g(3440);const{channels:C}=g(2414);const f=g(6603);const{RequestContentLengthMismatchError:Q,ResponseContentLengthMismatchError:B,RequestAbortedError:I,HeadersTimeoutError:y,HeadersOverflowError:b,SocketError:D,InformationalError:R,BodyTimeoutError:k,HTTPParserError:S,ResponseExceededMaxSizeError:v}=g(8707);const{kUrl:F,kReset:x,kClient:U,kParser:L,kBlocking:M,kRunning:T,kPending:H,kSize:G,kWriting:Y,kQueue:J,kNoRef:_,kKeepAliveDefaultTimeout:V,kHostHeader:P,kPendingIdx:j,kRunningIdx:z,kError:Z,kPipelining:X,kSocket:K,kKeepAliveTimeoutValue:$,kMaxHeadersSize:ee,kKeepAliveMaxTimeout:te,kKeepAliveTimeoutThreshold:Ae,kHeadersTimeout:se,kBodyTimeout:re,kStrictContentLength:ne,kMaxRequests:oe,kCounter:ae,kMaxResponseSize:ue,kOnError:he,kResume:de,kHTTPContext:Ee}=g(6443);const pe=g(2824);const fe=Buffer.alloc(0);const Be=Buffer[Symbol.species];const Ie=p.addListener;const Re=p.removeAllListeners;let Se;async function lazyllhttp(){const A=process.env.JEST_WORKER_ID?g(3870):undefined;let i;try{i=await WebAssembly.compile(g(3434))}catch(E){i=await WebAssembly.compile(A||g(3870))}return await WebAssembly.instantiate(i,{env:{wasm_on_url:(A,i,g)=>0,wasm_on_status:(A,i,g)=>{E(Ne.ptr===A);const p=i-Ge+Le.byteOffset;return Ne.onStatus(new Be(Le.buffer,p,g))||0},wasm_on_message_begin:A=>{E(Ne.ptr===A);return Ne.onMessageBegin()||0},wasm_on_header_field:(A,i,g)=>{E(Ne.ptr===A);const p=i-Ge+Le.byteOffset;return Ne.onHeaderField(new Be(Le.buffer,p,g))||0},wasm_on_header_value:(A,i,g)=>{E(Ne.ptr===A);const p=i-Ge+Le.byteOffset;return Ne.onHeaderValue(new Be(Le.buffer,p,g))||0},wasm_on_headers_complete:(A,i,g,p)=>{E(Ne.ptr===A);return Ne.onHeadersComplete(i,Boolean(g),Boolean(p))||0},wasm_on_body:(A,i,g)=>{E(Ne.ptr===A);const p=i-Ge+Le.byteOffset;return Ne.onBody(new Be(Le.buffer,p,g))||0},wasm_on_message_complete:A=>{E(Ne.ptr===A);return Ne.onMessageComplete()||0}}})}let ve=null;let xe=lazyllhttp();xe.catch();let Ne=null;let Le=null;let He=0;let Ge=null;const Ye=0;const Oe=1;const _e=2|Oe;const Ve=4|Oe;const Pe=8|Ye;class Parser{constructor(A,i,{exports:g}){E(Number.isFinite(A[ee])&&A[ee]>0);this.llhttp=g;this.ptr=this.llhttp.llhttp_alloc(pe.TYPE.RESPONSE);this.client=A;this.socket=i;this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.statusCode=null;this.statusText="";this.upgrade=false;this.headers=[];this.headersSize=0;this.headersMaxSize=A[ee];this.shouldKeepAlive=false;this.paused=false;this.resume=this.resume.bind(this);this.bytesRead=0;this.keepAlive="";this.contentLength="";this.connection="";this.maxResponseSize=A[ue]}setTimeout(A,i){if(A!==this.timeoutValue||i&Oe^this.timeoutType&Oe){if(this.timeout){f.clearTimeout(this.timeout);this.timeout=null}if(A){if(i&Oe){this.timeout=f.setFastTimeout(onParserTimeout,A,new WeakRef(this))}else{this.timeout=setTimeout(onParserTimeout,A,new WeakRef(this));this.timeout.unref()}}this.timeoutValue=A}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.timeoutType=i}resume(){if(this.socket.destroyed||!this.paused){return}E(this.ptr!=null);E(Ne==null);this.llhttp.llhttp_resume(this.ptr);E(this.timeoutType===Ve);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.paused=false;this.execute(this.socket.read()||fe);this.readMore()}readMore(){while(!this.paused&&this.ptr){const A=this.socket.read();if(A===null){break}this.execute(A)}}execute(A){E(this.ptr!=null);E(Ne==null);E(!this.paused);const{socket:i,llhttp:g}=this;if(A.length>He){if(Ge){g.free(Ge)}He=Math.ceil(A.length/4096)*4096;Ge=g.malloc(He)}new Uint8Array(g.memory.buffer,Ge,He).set(A);try{let E;try{Le=A;Ne=this;E=g.llhttp_execute(this.ptr,Ge,A.length)}catch(A){throw A}finally{Ne=null;Le=null}const p=g.llhttp_get_error_pos(this.ptr)-Ge;if(E===pe.ERROR.PAUSED_UPGRADE){this.onUpgrade(A.slice(p))}else if(E===pe.ERROR.PAUSED){this.paused=true;i.unshift(A.slice(p))}else if(E!==pe.ERROR.OK){const i=g.llhttp_get_error_reason(this.ptr);let C="";if(i){const A=new Uint8Array(g.memory.buffer,i).indexOf(0);C="Response does not match the HTTP/1.1 protocol ("+Buffer.from(g.memory.buffer,i,A).toString()+")"}throw new S(C,pe.ERROR[E],A.slice(p))}}catch(A){p.destroy(i,A)}}destroy(){E(this.ptr!=null);E(Ne==null);this.llhttp.llhttp_free(this.ptr);this.ptr=null;this.timeout&&f.clearTimeout(this.timeout);this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.paused=false}onStatus(A){this.statusText=A.toString()}onMessageBegin(){const{socket:A,client:i}=this;if(A.destroyed){return-1}const g=i[J][i[z]];if(!g){return-1}g.onResponseStarted()}onHeaderField(A){const i=this.headers.length;if((i&1)===0){this.headers.push(A)}else{this.headers[i-1]=Buffer.concat([this.headers[i-1],A])}this.trackHeader(A.length)}onHeaderValue(A){let i=this.headers.length;if((i&1)===1){this.headers.push(A);i+=1}else{this.headers[i-1]=Buffer.concat([this.headers[i-1],A])}const g=this.headers[i-2];if(g.length===10){const i=p.bufferToLowerCasedHeaderName(g);if(i==="keep-alive"){this.keepAlive+=A.toString()}else if(i==="connection"){this.connection+=A.toString()}}else if(g.length===14&&p.bufferToLowerCasedHeaderName(g)==="content-length"){this.contentLength+=A.toString()}this.trackHeader(A.length)}trackHeader(A){this.headersSize+=A;if(this.headersSize>=this.headersMaxSize){p.destroy(this.socket,new b)}}onUpgrade(A){const{upgrade:i,client:g,socket:C,headers:f,statusCode:Q}=this;E(i);E(g[K]===C);E(!C.destroyed);E(!this.paused);E((f.length&1)===0);const B=g[J][g[z]];E(B);E(B.upgrade||B.method==="CONNECT");this.statusCode=null;this.statusText="";this.shouldKeepAlive=null;this.headers=[];this.headersSize=0;C.unshift(A);C[L].destroy();C[L]=null;C[U]=null;C[Z]=null;Re(C);g[K]=null;g[Ee]=null;g[J][g[z]++]=null;g.emit("disconnect",g[F],[g],new R("upgrade"));try{B.onUpgrade(Q,f,C)}catch(A){p.destroy(C,A)}g[de]()}onHeadersComplete(A,i,g){const{client:C,socket:f,headers:Q,statusText:B}=this;if(f.destroyed){return-1}const I=C[J][C[z]];if(!I){return-1}E(!this.upgrade);E(this.statusCode<200);if(A===100){p.destroy(f,new D("bad response",p.getSocketInfo(f)));return-1}if(i&&!I.upgrade){p.destroy(f,new D("bad upgrade",p.getSocketInfo(f)));return-1}E(this.timeoutType===_e);this.statusCode=A;this.shouldKeepAlive=g||I.method==="HEAD"&&!f[x]&&this.connection.toLowerCase()==="keep-alive";if(this.statusCode>=200){const A=I.bodyTimeout!=null?I.bodyTimeout:C[re];this.setTimeout(A,Ve)}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}if(I.method==="CONNECT"){E(C[T]===1);this.upgrade=true;return 2}if(i){E(C[T]===1);this.upgrade=true;return 2}E((this.headers.length&1)===0);this.headers=[];this.headersSize=0;if(this.shouldKeepAlive&&C[X]){const A=this.keepAlive?p.parseKeepAliveTimeout(this.keepAlive):null;if(A!=null){const i=Math.min(A-C[Ae],C[te]);if(i<=0){f[x]=true}else{C[$]=i}}else{C[$]=C[V]}}else{f[x]=true}const y=I.onHeaders(A,Q,this.resume,B)===false;if(I.aborted){return-1}if(I.method==="HEAD"){return 1}if(A<200){return 1}if(f[M]){f[M]=false;C[de]()}return y?pe.ERROR.PAUSED:0}onBody(A){const{client:i,socket:g,statusCode:C,maxResponseSize:f}=this;if(g.destroyed){return-1}const Q=i[J][i[z]];E(Q);E(this.timeoutType===Ve);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}E(C>=200);if(f>-1&&this.bytesRead+A.length>f){p.destroy(g,new v);return-1}this.bytesRead+=A.length;if(Q.onData(A)===false){return pe.ERROR.PAUSED}}onMessageComplete(){const{client:A,socket:i,statusCode:g,upgrade:C,headers:f,contentLength:Q,bytesRead:I,shouldKeepAlive:y}=this;if(i.destroyed&&(!g||y)){return-1}if(C){return}E(g>=100);E((this.headers.length&1)===0);const b=A[J][A[z]];E(b);this.statusCode=null;this.statusText="";this.bytesRead=0;this.contentLength="";this.keepAlive="";this.connection="";this.headers=[];this.headersSize=0;if(g<200){return}if(b.method!=="HEAD"&&Q&&I!==parseInt(Q,10)){p.destroy(i,new B);return-1}b.onComplete(f);A[J][A[z]++]=null;if(i[Y]){E(A[T]===0);p.destroy(i,new R("reset"));return pe.ERROR.PAUSED}else if(!y){p.destroy(i,new R("reset"));return pe.ERROR.PAUSED}else if(i[x]&&A[T]===0){p.destroy(i,new R("reset"));return pe.ERROR.PAUSED}else if(A[X]==null||A[X]===1){setImmediate((()=>A[de]()))}else{A[de]()}}}function onParserTimeout(A){const{socket:i,timeoutType:g,client:C,paused:f}=A.deref();if(g===_e){if(!i[Y]||i.writableNeedDrain||C[T]>1){E(!f,"cannot be paused while waiting for headers");p.destroy(i,new y)}}else if(g===Ve){if(!f){p.destroy(i,new k)}}else if(g===Pe){E(C[T]===0&&C[$]);p.destroy(i,new R("socket idle timeout"))}}async function connectH1(A,i){A[K]=i;if(!ve){ve=await xe;xe=null}i[_]=false;i[Y]=false;i[x]=false;i[M]=false;i[L]=new Parser(A,i,ve);Ie(i,"error",(function(A){E(A.code!=="ERR_TLS_CERT_ALTNAME_INVALID");const i=this[L];if(A.code==="ECONNRESET"&&i.statusCode&&!i.shouldKeepAlive){i.onMessageComplete();return}this[Z]=A;this[U][he](A)}));Ie(i,"readable",(function(){const A=this[L];if(A){A.readMore()}}));Ie(i,"end",(function(){const A=this[L];if(A.statusCode&&!A.shouldKeepAlive){A.onMessageComplete();return}p.destroy(this,new D("other side closed",p.getSocketInfo(this)))}));Ie(i,"close",(function(){const A=this[U];const i=this[L];if(i){if(!this[Z]&&i.statusCode&&!i.shouldKeepAlive){i.onMessageComplete()}this[L].destroy();this[L]=null}const g=this[Z]||new D("closed",p.getSocketInfo(this));A[K]=null;A[Ee]=null;if(A.destroyed){E(A[H]===0);const i=A[J].splice(A[z]);for(let E=0;E0&&g.code!=="UND_ERR_INFO"){const i=A[J][A[z]];A[J][A[z]++]=null;p.errorRequest(A,i,g)}A[j]=A[z];E(A[T]===0);A.emit("disconnect",A[F],[A],g);A[de]()}));let g=false;i.on("close",(()=>{g=true}));return{version:"h1",defaultPipelining:1,write(...i){return writeH1(A,...i)},resume(){resumeH1(A)},destroy(A,E){if(g){queueMicrotask(E)}else{i.destroy(A).on("close",E)}},get destroyed(){return i.destroyed},busy(g){if(i[Y]||i[x]||i[M]){return true}if(g){if(A[T]>0&&!g.idempotent){return true}if(A[T]>0&&(g.upgrade||g.method==="CONNECT")){return true}if(A[T]>0&&p.bodyLength(g.body)!==0&&(p.isStream(g.body)||p.isAsyncIterable(g.body)||p.isFormDataLike(g.body))){return true}}return false}}}function resumeH1(A){const i=A[K];if(i&&!i.destroyed){if(A[G]===0){if(!i[_]&&i.unref){i.unref();i[_]=true}}else if(i[_]&&i.ref){i.ref();i[_]=false}if(A[G]===0){if(i[L].timeoutType!==Pe){i[L].setTimeout(A[$],Pe)}}else if(A[T]>0&&i[L].statusCode<200){if(i[L].timeoutType!==_e){const g=A[J][A[z]];const E=g.headersTimeout!=null?g.headersTimeout:A[se];i[L].setTimeout(E,_e)}}}}function shouldSendContentLength(A){return A!=="GET"&&A!=="HEAD"&&A!=="OPTIONS"&&A!=="TRACE"&&A!=="CONNECT"}function writeH1(A,i){const{method:f,path:B,host:y,upgrade:b,blocking:D,reset:k}=i;let{body:S,headers:v,contentLength:F}=i;const U=f==="PUT"||f==="POST"||f==="PATCH"||f==="QUERY"||f==="PROPFIND"||f==="PROPPATCH";if(p.isFormDataLike(S)){if(!Se){Se=g(4492).extractBody}const[A,E]=Se(S);if(i.contentType==null){v.push("content-type",E)}S=A.stream;F=A.length}else if(p.isBlobLike(S)&&i.contentType==null&&S.type){v.push("content-type",S.type)}if(S&&typeof S.read==="function"){S.read(0)}const L=p.bodyLength(S);F=L??F;if(F===null){F=i.contentLength}if(F===0&&!U){F=null}if(shouldSendContentLength(f)&&F>0&&i.contentLength!==null&&i.contentLength!==F){if(A[ne]){p.errorRequest(A,i,new Q);return false}process.emitWarning(new Q)}const T=A[K];const abort=g=>{if(i.aborted||i.completed){return}p.errorRequest(A,i,g||new I);p.destroy(S);p.destroy(T,new R("aborted"))};try{i.onConnect(abort)}catch(g){p.errorRequest(A,i,g)}if(i.aborted){return false}if(f==="HEAD"){T[x]=true}if(b||f==="CONNECT"){T[x]=true}if(k!=null){T[x]=k}if(A[oe]&&T[ae]++>=A[oe]){T[x]=true}if(D){T[M]=true}let H=`${f} ${B} HTTP/1.1\r\n`;if(typeof y==="string"){H+=`host: ${y}\r\n`}else{H+=A[P]}if(b){H+=`connection: upgrade\r\nupgrade: ${b}\r\n`}else if(A[X]&&!T[x]){H+="connection: keep-alive\r\n"}else{H+="connection: close\r\n"}if(Array.isArray(v)){for(let A=0;A{i.removeListener("error",onFinished)}));if(!b){const A=new I;queueMicrotask((()=>onFinished(A)))}};const onFinished=function(A){if(b){return}b=true;E(f.destroyed||f[Y]&&g[T]<=1);f.off("drain",onDrain).off("error",onFinished);i.removeListener("data",onData).removeListener("end",onFinished).removeListener("close",onClose);if(!A){try{D.end()}catch(i){A=i}}D.destroy(A);if(A&&(A.code!=="UND_ERR_INFO"||A.message!=="reset")){p.destroy(i,A)}else{p.destroy(i)}};i.on("data",onData).on("end",onFinished).on("error",onFinished).on("close",onClose);if(i.resume){i.resume()}f.on("drain",onDrain).on("error",onFinished);if(i.errorEmitted??i.errored){setImmediate((()=>onFinished(i.errored)))}else if(i.endEmitted??i.readableEnded){setImmediate((()=>onFinished(null)))}if(i.closeEmitted??i.closed){setImmediate(onClose)}}function writeBuffer(A,i,g,C,f,Q,B,I){try{if(!i){if(Q===0){f.write(`${B}content-length: 0\r\n\r\n`,"latin1")}else{E(Q===null,"no body must not have content length");f.write(`${B}\r\n`,"latin1")}}else if(p.isBuffer(i)){E(Q===i.byteLength,"buffer body must have content length");f.cork();f.write(`${B}content-length: ${Q}\r\n\r\n`,"latin1");f.write(i);f.uncork();C.onBodySent(i);if(!I&&C.reset!==false){f[x]=true}}C.onRequestSent();g[de]()}catch(i){A(i)}}async function writeBlob(A,i,g,p,C,f,B,I){E(f===i.size,"blob body must have content length");try{if(f!=null&&f!==i.size){throw new Q}const A=Buffer.from(await i.arrayBuffer());C.cork();C.write(`${B}content-length: ${f}\r\n\r\n`,"latin1");C.write(A);C.uncork();p.onBodySent(A);p.onRequestSent();if(!I&&p.reset!==false){C[x]=true}g[de]()}catch(i){A(i)}}async function writeIterable(A,i,g,p,C,f,Q,B){E(f!==0||g[T]===0,"iterator body cannot be pipelined");let I=null;function onDrain(){if(I){const A=I;I=null;A()}}const waitForDrain=()=>new Promise(((A,i)=>{E(I===null);if(C[Z]){i(C[Z])}else{I=A}}));C.on("close",onDrain).on("drain",onDrain);const y=new AsyncWriter({abort:A,socket:C,request:p,contentLength:f,client:g,expectsPayload:B,header:Q});try{for await(const A of i){if(C[Z]){throw C[Z]}if(!y.write(A)){await waitForDrain()}}y.end()}catch(A){y.destroy(A)}finally{C.off("close",onDrain).off("drain",onDrain)}}class AsyncWriter{constructor({abort:A,socket:i,request:g,contentLength:E,client:p,expectsPayload:C,header:f}){this.socket=i;this.request=g;this.contentLength=E;this.client=p;this.bytesWritten=0;this.expectsPayload=C;this.header=f;this.abort=A;i[Y]=true}write(A){const{socket:i,request:g,contentLength:E,client:p,bytesWritten:C,expectsPayload:f,header:B}=this;if(i[Z]){throw i[Z]}if(i.destroyed){return false}const I=Buffer.byteLength(A);if(!I){return true}if(E!==null&&C+I>E){if(p[ne]){throw new Q}process.emitWarning(new Q)}i.cork();if(C===0){if(!f&&g.reset!==false){i[x]=true}if(E===null){i.write(`${B}transfer-encoding: chunked\r\n`,"latin1")}else{i.write(`${B}content-length: ${E}\r\n\r\n`,"latin1")}}if(E===null){i.write(`\r\n${I.toString(16)}\r\n`,"latin1")}this.bytesWritten+=I;const y=i.write(A);i.uncork();g.onBodySent(A);if(!y){if(i[L].timeout&&i[L].timeoutType===_e){if(i[L].timeout.refresh){i[L].timeout.refresh()}}}return y}end(){const{socket:A,contentLength:i,client:g,bytesWritten:E,expectsPayload:p,header:C,request:f}=this;f.onRequestSent();A[Y]=false;if(A[Z]){throw A[Z]}if(A.destroyed){return}if(E===0){if(p){A.write(`${C}content-length: 0\r\n\r\n`,"latin1")}else{A.write(`${C}\r\n`,"latin1")}}else if(i===null){A.write("\r\n0\r\n\r\n","latin1")}if(i!==null&&E!==i){if(g[ne]){throw new Q}else{process.emitWarning(new Q)}}if(A[L].timeout&&A[L].timeoutType===_e){if(A[L].timeout.refresh){A[L].timeout.refresh()}}g[de]()}destroy(A){const{socket:i,client:g,abort:p}=this;i[Y]=false;if(A){E(g[T]<=1,"pipeline should only contain this request");p(A)}}}A.exports=connectH1},8788:(A,i,g)=>{const E=g(4589);const{pipeline:p}=g(7075);const C=g(3440);const{RequestContentLengthMismatchError:f,RequestAbortedError:Q,SocketError:B,InformationalError:I}=g(8707);const{kUrl:y,kReset:b,kClient:D,kRunning:R,kPending:k,kQueue:S,kPendingIdx:v,kRunningIdx:F,kError:x,kSocket:U,kStrictContentLength:L,kOnError:M,kMaxConcurrentStreams:T,kHTTP2Session:H,kResume:G,kSize:Y,kHTTPContext:J}=g(6443);const _=Symbol("open streams");let V;let P=false;let j;try{j=g(2467)}catch{j={constants:{}}}const{constants:{HTTP2_HEADER_AUTHORITY:z,HTTP2_HEADER_METHOD:Z,HTTP2_HEADER_PATH:X,HTTP2_HEADER_SCHEME:K,HTTP2_HEADER_CONTENT_LENGTH:$,HTTP2_HEADER_EXPECT:ee,HTTP2_HEADER_STATUS:te}}=j;function parseH2Headers(A){const i=[];for(const[g,E]of Object.entries(A)){if(Array.isArray(E)){for(const A of E){i.push(Buffer.from(g),Buffer.from(A))}}else{i.push(Buffer.from(g),Buffer.from(E))}}return i}async function connectH2(A,i){A[U]=i;if(!P){P=true;process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"})}const g=j.connect(A[y],{createConnection:()=>i,peerMaxConcurrentStreams:A[T]});g[_]=0;g[D]=A;g[U]=i;C.addListener(g,"error",onHttp2SessionError);C.addListener(g,"frameError",onHttp2FrameError);C.addListener(g,"end",onHttp2SessionEnd);C.addListener(g,"goaway",onHTTP2GoAway);C.addListener(g,"close",(function(){const{[D]:A}=this;const{[U]:i}=A;const g=this[U][x]||this[x]||new B("closed",C.getSocketInfo(i));A[H]=null;if(A.destroyed){E(A[k]===0);const i=A[S].splice(A[F]);for(let E=0;E{p=true}));return{version:"h2",defaultPipelining:Infinity,write(...i){return writeH2(A,...i)},resume(){resumeH2(A)},destroy(A,g){if(p){queueMicrotask(g)}else{i.destroy(A).on("close",g)}},get destroyed(){return i.destroyed},busy(){return false}}}function resumeH2(A){const i=A[U];if(i?.destroyed===false){if(A[Y]===0&&A[T]===0){i.unref();A[H].unref()}else{i.ref();A[H].ref()}}}function onHttp2SessionError(A){E(A.code!=="ERR_TLS_CERT_ALTNAME_INVALID");this[U][x]=A;this[D][M](A)}function onHttp2FrameError(A,i,g){if(g===0){const g=new I(`HTTP/2: "frameError" received - type ${A}, code ${i}`);this[U][x]=g;this[D][M](g)}}function onHttp2SessionEnd(){const A=new B("other side closed",C.getSocketInfo(this[U]));this.destroy(A);C.destroy(this[U],A)}function onHTTP2GoAway(A){const i=this[x]||new B(`HTTP/2: "GOAWAY" frame received with code ${A}`,C.getSocketInfo(this));const g=this[D];g[U]=null;g[J]=null;if(this[H]!=null){this[H].destroy(i);this[H]=null}C.destroy(this[U],i);if(g[F]{if(i.aborted||i.completed){return}g=g||new Q;C.errorRequest(A,i,g);if(J!=null){C.destroy(J,g)}C.destroy(T,g);A[S][A[F]++]=null;A[G]()};try{i.onConnect(abort)}catch(g){C.errorRequest(A,i,g)}if(i.aborted){return false}if(B==="CONNECT"){p.ref();J=p.request(Y,{endStream:false,signal:x});if(J.id&&!J.pending){i.onUpgrade(null,null,J);++p[_];A[S][A[F]++]=null}else{J.once("ready",(()=>{i.onUpgrade(null,null,J);++p[_];A[S][A[F]++]=null}))}J.once("close",(()=>{p[_]-=1;if(p[_]===0)p.unref()}));return true}Y[X]=b;Y[K]="https";const Ae=B==="PUT"||B==="POST"||B==="PATCH";if(T&&typeof T.read==="function"){T.read(0)}let se=C.bodyLength(T);if(C.isFormDataLike(T)){V??=g(4492).extractBody;const[A,i]=V(T);Y["content-type"]=i;T=A.stream;se=A.length}if(se==null){se=i.contentLength}if(se===0||!Ae){se=null}if(shouldSendContentLength(B)&&se>0&&i.contentLength!=null&&i.contentLength!==se){if(A[L]){C.errorRequest(A,i,new f);return false}process.emitWarning(new f)}if(se!=null){E(T,"no body must not have content length");Y[$]=`${se}`}p.ref();const re=B==="GET"||B==="HEAD"||T===null;if(k){Y[ee]="100-continue";J=p.request(Y,{endStream:re,signal:x});J.once("continue",writeBodyH2)}else{J=p.request(Y,{endStream:re,signal:x});writeBodyH2()}++p[_];J.once("response",(g=>{const{[te]:E,...p}=g;i.onResponseStarted();if(i.aborted){const g=new Q;C.errorRequest(A,i,g);C.destroy(J,g);return}if(i.onHeaders(Number(E),parseH2Headers(p),J.resume.bind(J),"")===false){J.pause()}J.on("data",(A=>{if(i.onData(A)===false){J.pause()}}))}));J.once("end",(()=>{if(J.state?.state==null||J.state.state<6){i.onComplete([])}if(p[_]===0){p.unref()}abort(new I("HTTP/2: stream half-closed (remote)"));A[S][A[F]++]=null;A[v]=A[F];A[G]()}));J.once("close",(()=>{p[_]-=1;if(p[_]===0){p.unref()}}));J.once("error",(function(A){abort(A)}));J.once("frameError",((A,i)=>{abort(new I(`HTTP/2: "frameError" received - type ${A}, code ${i}`))}));return true;function writeBodyH2(){if(!T||se===0){writeBuffer(abort,J,null,A,i,A[U],se,Ae)}else if(C.isBuffer(T)){writeBuffer(abort,J,T,A,i,A[U],se,Ae)}else if(C.isBlobLike(T)){if(typeof T.stream==="function"){writeIterable(abort,J,T.stream(),A,i,A[U],se,Ae)}else{writeBlob(abort,J,T,A,i,A[U],se,Ae)}}else if(C.isStream(T)){writeStream(abort,A[U],Ae,J,T,A,i,se)}else if(C.isIterable(T)){writeIterable(abort,J,T,A,i,A[U],se,Ae)}else{E(false)}}}function writeBuffer(A,i,g,p,f,Q,B,I){try{if(g!=null&&C.isBuffer(g)){E(B===g.byteLength,"buffer body must have content length");i.cork();i.write(g);i.uncork();i.end();f.onBodySent(g)}if(!I){Q[b]=true}f.onRequestSent();p[G]()}catch(i){A(i)}}function writeStream(A,i,g,f,Q,B,I,y){E(y!==0||B[R]===0,"stream body cannot be pipelined");const D=p(Q,f,(E=>{if(E){C.destroy(D,E);A(E)}else{C.removeAllListeners(D);I.onRequestSent();if(!g){i[b]=true}B[G]()}}));C.addListener(D,"data",onPipeData);function onPipeData(A){I.onBodySent(A)}}async function writeBlob(A,i,g,p,C,Q,B,I){E(B===g.size,"blob body must have content length");try{if(B!=null&&B!==g.size){throw new f}const A=Buffer.from(await g.arrayBuffer());i.cork();i.write(A);i.uncork();i.end();C.onBodySent(A);C.onRequestSent();if(!I){Q[b]=true}p[G]()}catch(i){A(i)}}async function writeIterable(A,i,g,p,C,f,Q,B){E(Q!==0||p[R]===0,"iterator body cannot be pipelined");let I=null;function onDrain(){if(I){const A=I;I=null;A()}}const waitForDrain=()=>new Promise(((A,i)=>{E(I===null);if(f[x]){i(f[x])}else{I=A}}));i.on("close",onDrain).on("drain",onDrain);try{for await(const A of g){if(f[x]){throw f[x]}const g=i.write(A);C.onBodySent(A);if(!g){await waitForDrain()}}i.end();C.onRequestSent();if(!B){f[b]=true}p[G]()}catch(i){A(i)}finally{i.off("close",onDrain).off("drain",onDrain)}}A.exports=connectH2},3701:(A,i,g)=>{const E=g(4589);const p=g(7030);const C=g(7067);const f=g(3440);const{channels:Q}=g(2414);const B=g(4655);const I=g(1841);const{InvalidArgumentError:y,InformationalError:b,ClientDestroyedError:D}=g(8707);const R=g(9136);const{kUrl:k,kServerName:S,kClient:v,kBusy:F,kConnect:x,kResuming:U,kRunning:L,kPending:M,kSize:T,kQueue:H,kConnected:G,kConnecting:Y,kNeedDrain:J,kKeepAliveDefaultTimeout:_,kHostHeader:V,kPendingIdx:P,kRunningIdx:j,kError:z,kPipelining:Z,kKeepAliveTimeoutValue:X,kMaxHeadersSize:K,kKeepAliveMaxTimeout:$,kKeepAliveTimeoutThreshold:ee,kHeadersTimeout:te,kBodyTimeout:Ae,kStrictContentLength:se,kConnector:re,kMaxRedirections:ne,kMaxRequests:oe,kCounter:ae,kClose:ue,kDestroy:he,kDispatch:de,kInterceptors:Ee,kLocalAddress:pe,kMaxResponseSize:fe,kOnError:Be,kHTTPContext:Ie,kMaxConcurrentStreams:Re,kResume:Se}=g(6443);const ve=g(637);const xe=g(8788);let Ne=false;const Le=Symbol("kClosedResolve");const noop=()=>{};function getPipelining(A){return A[Z]??A[Ie]?.defaultPipelining??1}class Client extends I{constructor(A,{interceptors:i,maxHeaderSize:g,headersTimeout:E,socketTimeout:Q,requestTimeout:B,connectTimeout:I,bodyTimeout:b,idleTimeout:D,keepAlive:v,keepAliveTimeout:F,maxKeepAliveTimeout:x,keepAliveMaxTimeout:L,keepAliveTimeoutThreshold:M,socketPath:T,pipelining:G,tls:Y,strictContentLength:z,maxCachedSessions:ae,maxRedirections:ue,connect:he,maxRequestsPerClient:de,localAddress:ve,maxResponseSize:xe,autoSelectFamily:Ge,autoSelectFamilyAttemptTimeout:Ye,maxConcurrentStreams:Oe,allowH2:_e}={}){super();if(v!==undefined){throw new y("unsupported keepAlive, use pipelining=0 instead")}if(Q!==undefined){throw new y("unsupported socketTimeout, use headersTimeout & bodyTimeout instead")}if(B!==undefined){throw new y("unsupported requestTimeout, use headersTimeout & bodyTimeout instead")}if(D!==undefined){throw new y("unsupported idleTimeout, use keepAliveTimeout instead")}if(x!==undefined){throw new y("unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead")}if(g!=null&&!Number.isFinite(g)){throw new y("invalid maxHeaderSize")}if(T!=null&&typeof T!=="string"){throw new y("invalid socketPath")}if(I!=null&&(!Number.isFinite(I)||I<0)){throw new y("invalid connectTimeout")}if(F!=null&&(!Number.isFinite(F)||F<=0)){throw new y("invalid keepAliveTimeout")}if(L!=null&&(!Number.isFinite(L)||L<=0)){throw new y("invalid keepAliveMaxTimeout")}if(M!=null&&!Number.isFinite(M)){throw new y("invalid keepAliveTimeoutThreshold")}if(E!=null&&(!Number.isInteger(E)||E<0)){throw new y("headersTimeout must be a positive integer or zero")}if(b!=null&&(!Number.isInteger(b)||b<0)){throw new y("bodyTimeout must be a positive integer or zero")}if(he!=null&&typeof he!=="function"&&typeof he!=="object"){throw new y("connect must be a function or an object")}if(ue!=null&&(!Number.isInteger(ue)||ue<0)){throw new y("maxRedirections must be a positive number")}if(de!=null&&(!Number.isInteger(de)||de<0)){throw new y("maxRequestsPerClient must be a positive number")}if(ve!=null&&(typeof ve!=="string"||p.isIP(ve)===0)){throw new y("localAddress must be valid string IP address")}if(xe!=null&&(!Number.isInteger(xe)||xe<-1)){throw new y("maxResponseSize must be a positive number")}if(Ye!=null&&(!Number.isInteger(Ye)||Ye<-1)){throw new y("autoSelectFamilyAttemptTimeout must be a positive number")}if(_e!=null&&typeof _e!=="boolean"){throw new y("allowH2 must be a valid boolean value")}if(Oe!=null&&(typeof Oe!=="number"||Oe<1)){throw new y("maxConcurrentStreams must be a positive integer, greater than 0")}if(typeof he!=="function"){he=R({...Y,maxCachedSessions:ae,allowH2:_e,socketPath:T,timeout:I,...Ge?{autoSelectFamily:Ge,autoSelectFamilyAttemptTimeout:Ye}:undefined,...he})}if(i?.Client&&Array.isArray(i.Client)){this[Ee]=i.Client;if(!Ne){Ne=true;process.emitWarning("Client.Options#interceptor is deprecated. Use Dispatcher#compose instead.",{code:"UNDICI-CLIENT-INTERCEPTOR-DEPRECATED"})}}else{this[Ee]=[He({maxRedirections:ue})]}this[k]=f.parseOrigin(A);this[re]=he;this[Z]=G!=null?G:1;this[K]=g||C.maxHeaderSize;this[_]=F==null?4e3:F;this[$]=L==null?6e5:L;this[ee]=M==null?2e3:M;this[X]=this[_];this[S]=null;this[pe]=ve!=null?ve:null;this[U]=0;this[J]=0;this[V]=`host: ${this[k].hostname}${this[k].port?`:${this[k].port}`:""}\r\n`;this[Ae]=b!=null?b:3e5;this[te]=E!=null?E:3e5;this[se]=z==null?true:z;this[ne]=ue;this[oe]=de;this[Le]=null;this[fe]=xe>-1?xe:-1;this[Re]=Oe!=null?Oe:100;this[Ie]=null;this[H]=[];this[j]=0;this[P]=0;this[Se]=A=>resume(this,A);this[Be]=A=>onError(this,A)}get pipelining(){return this[Z]}set pipelining(A){this[Z]=A;this[Se](true)}get[M](){return this[H].length-this[P]}get[L](){return this[P]-this[j]}get[T](){return this[H].length-this[j]}get[G](){return!!this[Ie]&&!this[Y]&&!this[Ie].destroyed}get[F](){return Boolean(this[Ie]?.busy(null)||this[T]>=(getPipelining(this)||1)||this[M]>0)}[x](A){connect(this);this.once("connect",A)}[de](A,i){const g=A.origin||this[k].origin;const E=new B(g,A,i);this[H].push(E);if(this[U]){}else if(f.bodyLength(E.body)==null&&f.isIterable(E.body)){this[U]=1;queueMicrotask((()=>resume(this)))}else{this[Se](true)}if(this[U]&&this[J]!==2&&this[F]){this[J]=2}return this[J]<2}async[ue](){return new Promise((A=>{if(this[T]){this[Le]=A}else{A(null)}}))}async[he](A){return new Promise((i=>{const g=this[H].splice(this[P]);for(let i=0;i{if(this[Le]){this[Le]();this[Le]=null}i(null)};if(this[Ie]){this[Ie].destroy(A,callback);this[Ie]=null}else{queueMicrotask(callback)}this[Se]()}))}}const He=g(5092);function onError(A,i){if(A[L]===0&&i.code!=="UND_ERR_INFO"&&i.code!=="UND_ERR_SOCKET"){E(A[P]===A[j]);const g=A[H].splice(A[j]);for(let E=0;E{A[re]({host:i,hostname:g,protocol:C,port:B,servername:A[S],localAddress:A[pe]},((A,i)=>{if(A){p(A)}else{E(i)}}))}));if(A.destroyed){f.destroy(p.on("error",noop),new D);return}E(p);try{A[Ie]=p.alpnProtocol==="h2"?await xe(A,p):await ve(A,p)}catch(A){p.destroy().on("error",noop);throw A}A[Y]=false;p[ae]=0;p[oe]=A[oe];p[v]=A;p[z]=null;if(Q.connected.hasSubscribers){Q.connected.publish({connectParams:{host:i,hostname:g,protocol:C,port:B,version:A[Ie]?.version,servername:A[S],localAddress:A[pe]},connector:A[re],socket:p})}A.emit("connect",A[k],[A])}catch(p){if(A.destroyed){return}A[Y]=false;if(Q.connectError.hasSubscribers){Q.connectError.publish({connectParams:{host:i,hostname:g,protocol:C,port:B,version:A[Ie]?.version,servername:A[S],localAddress:A[pe]},connector:A[re],error:p})}if(p.code==="ERR_TLS_CERT_ALTNAME_INVALID"){E(A[L]===0);while(A[M]>0&&A[H][A[P]].servername===A[S]){const i=A[H][A[P]++];f.errorRequest(A,i,p)}}else{onError(A,p)}A.emit("connectionError",A[k],[A],p)}A[Se]()}function emitDrain(A){A[J]=0;A.emit("drain",A[k],[A])}function resume(A,i){if(A[U]===2){return}A[U]=2;_resume(A,i);A[U]=0;if(A[j]>256){A[H].splice(0,A[j]);A[P]-=A[j];A[j]=0}}function _resume(A,i){while(true){if(A.destroyed){E(A[M]===0);return}if(A[Le]&&!A[T]){A[Le]();A[Le]=null;return}if(A[Ie]){A[Ie].resume()}if(A[F]){A[J]=2}else if(A[J]===2){if(i){A[J]=1;queueMicrotask((()=>emitDrain(A)))}else{emitDrain(A)}continue}if(A[M]===0){return}if(A[L]>=(getPipelining(A)||1)){return}const g=A[H][A[P]];if(A[k].protocol==="https:"&&A[S]!==g.servername){if(A[L]>0){return}A[S]=g.servername;A[Ie]?.destroy(new b("servername changed"),(()=>{A[Ie]=null;resume(A)}))}if(A[Y]){return}if(!A[Ie]){connect(A);return}if(A[Ie].destroyed){return}if(A[Ie].busy(g)){return}if(!g.aborted&&A[Ie].write(g)){A[P]++}else{A[H].splice(A[P],1)}}}A.exports=Client},1841:(A,i,g)=>{const E=g(883);const{ClientDestroyedError:p,ClientClosedError:C,InvalidArgumentError:f}=g(8707);const{kDestroy:Q,kClose:B,kClosed:I,kDestroyed:y,kDispatch:b,kInterceptors:D}=g(6443);const R=Symbol("onDestroyed");const k=Symbol("onClosed");const S=Symbol("Intercepted Dispatch");class DispatcherBase extends E{constructor(){super();this[y]=false;this[R]=null;this[I]=false;this[k]=[]}get destroyed(){return this[y]}get closed(){return this[I]}get interceptors(){return this[D]}set interceptors(A){if(A){for(let i=A.length-1;i>=0;i--){const A=this[D][i];if(typeof A!=="function"){throw new f("interceptor must be an function")}}}this[D]=A}close(A){if(A===undefined){return new Promise(((A,i)=>{this.close(((g,E)=>g?i(g):A(E)))}))}if(typeof A!=="function"){throw new f("invalid callback")}if(this[y]){queueMicrotask((()=>A(new p,null)));return}if(this[I]){if(this[k]){this[k].push(A)}else{queueMicrotask((()=>A(null,null)))}return}this[I]=true;this[k].push(A);const onClosed=()=>{const A=this[k];this[k]=null;for(let i=0;ithis.destroy())).then((()=>{queueMicrotask(onClosed)}))}destroy(A,i){if(typeof A==="function"){i=A;A=null}if(i===undefined){return new Promise(((i,g)=>{this.destroy(A,((A,E)=>A?g(A):i(E)))}))}if(typeof i!=="function"){throw new f("invalid callback")}if(this[y]){if(this[R]){this[R].push(i)}else{queueMicrotask((()=>i(null,null)))}return}if(!A){A=new p}this[y]=true;this[R]=this[R]||[];this[R].push(i);const onDestroyed=()=>{const A=this[R];this[R]=null;for(let i=0;i{queueMicrotask(onDestroyed)}))}[S](A,i){if(!this[D]||this[D].length===0){this[S]=this[b];return this[b](A,i)}let g=this[b].bind(this);for(let A=this[D].length-1;A>=0;A--){g=this[D][A](g)}this[S]=g;return g(A,i)}dispatch(A,i){if(!i||typeof i!=="object"){throw new f("handler must be an object")}try{if(!A||typeof A!=="object"){throw new f("opts must be an object.")}if(this[y]||this[R]){throw new p}if(this[I]){throw new C}return this[S](A,i)}catch(A){if(typeof i.onError!=="function"){throw new f("invalid onError method")}i.onError(A);return false}}}A.exports=DispatcherBase},883:(A,i,g)=>{const E=g(8474);class Dispatcher extends E{dispatch(){throw new Error("not implemented")}close(){throw new Error("not implemented")}destroy(){throw new Error("not implemented")}compose(...A){const i=Array.isArray(A[0])?A[0]:A;let g=this.dispatch.bind(this);for(const A of i){if(A==null){continue}if(typeof A!=="function"){throw new TypeError(`invalid interceptor, expected function received ${typeof A}`)}g=A(g);if(g==null||typeof g!=="function"||g.length!==2){throw new TypeError("invalid interceptor")}}return new ComposedDispatcher(this,g)}}class ComposedDispatcher extends Dispatcher{#p=null;#C=null;constructor(A,i){super();this.#p=A;this.#C=i}dispatch(...A){this.#C(...A)}close(...A){return this.#p.close(...A)}destroy(...A){return this.#p.destroy(...A)}}A.exports=Dispatcher},3137:(A,i,g)=>{const E=g(1841);const{kClose:p,kDestroy:C,kClosed:f,kDestroyed:Q,kDispatch:B,kNoProxyAgent:I,kHttpProxyAgent:y,kHttpsProxyAgent:b}=g(6443);const D=g(6672);const R=g(7405);const k={"http:":80,"https:":443};let S=false;class EnvHttpProxyAgent extends E{#f=null;#Q=null;#B=null;constructor(A={}){super();this.#B=A;if(!S){S=true;process.emitWarning("EnvHttpProxyAgent is experimental, expect them to change at any time.",{code:"UNDICI-EHPA"})}const{httpProxy:i,httpsProxy:g,noProxy:E,...p}=A;this[I]=new R(p);const C=i??process.env.http_proxy??process.env.HTTP_PROXY;if(C){this[y]=new D({...p,uri:C})}else{this[y]=this[I]}const f=g??process.env.https_proxy??process.env.HTTPS_PROXY;if(f){this[b]=new D({...p,uri:f})}else{this[b]=this[y]}this.#I()}[B](A,i){const g=new URL(A.origin);const E=this.#m(g);return E.dispatch(A,i)}async[p](){await this[I].close();if(!this[y][f]){await this[y].close()}if(!this[b][f]){await this[b].close()}}async[C](A){await this[I].destroy(A);if(!this[y][Q]){await this[y].destroy(A)}if(!this[b][Q]){await this[b].destroy(A)}}#m(A){let{protocol:i,host:g,port:E}=A;g=g.replace(/:\d*$/,"").toLowerCase();E=Number.parseInt(E,10)||k[i]||0;if(!this.#y(g,E)){return this[I]}if(i==="https:"){return this[b]}return this[y]}#y(A,i){if(this.#w){this.#I()}if(this.#Q.length===0){return true}if(this.#f==="*"){return false}for(let g=0;g{const i=2048;const g=i-1;class FixedCircularBuffer{constructor(){this.bottom=0;this.top=0;this.list=new Array(i);this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&g)===this.bottom}push(A){this.list[this.top]=A;this.top=this.top+1&g}shift(){const A=this.list[this.bottom];if(A===undefined)return null;this.list[this.bottom]=undefined;this.bottom=this.bottom+1&g;return A}}A.exports=class FixedQueue{constructor(){this.head=this.tail=new FixedCircularBuffer}isEmpty(){return this.head.isEmpty()}push(A){if(this.head.isFull()){this.head=this.head.next=new FixedCircularBuffer}this.head.push(A)}shift(){const A=this.tail;const i=A.shift();if(A.isEmpty()&&A.next!==null){this.tail=A.next}return i}}},2128:(A,i,g)=>{const E=g(1841);const p=g(4660);const{kConnected:C,kSize:f,kRunning:Q,kPending:B,kQueued:I,kBusy:y,kFree:b,kUrl:D,kClose:R,kDestroy:k,kDispatch:S}=g(6443);const v=g(3246);const F=Symbol("clients");const x=Symbol("needDrain");const U=Symbol("queue");const L=Symbol("closed resolve");const M=Symbol("onDrain");const T=Symbol("onConnect");const H=Symbol("onDisconnect");const G=Symbol("onConnectionError");const Y=Symbol("get dispatcher");const J=Symbol("add client");const _=Symbol("remove client");const V=Symbol("stats");class PoolBase extends E{constructor(){super();this[U]=new p;this[F]=[];this[I]=0;const A=this;this[M]=function onDrain(i,g){const E=A[U];let p=false;while(!p){const i=E.shift();if(!i){break}A[I]--;p=!this.dispatch(i.opts,i.handler)}this[x]=p;if(!this[x]&&A[x]){A[x]=false;A.emit("drain",i,[A,...g])}if(A[L]&&E.isEmpty()){Promise.all(A[F].map((A=>A.close()))).then(A[L])}};this[T]=(i,g)=>{A.emit("connect",i,[A,...g])};this[H]=(i,g,E)=>{A.emit("disconnect",i,[A,...g],E)};this[G]=(i,g,E)=>{A.emit("connectionError",i,[A,...g],E)};this[V]=new v(this)}get[y](){return this[x]}get[C](){return this[F].filter((A=>A[C])).length}get[b](){return this[F].filter((A=>A[C]&&!A[x])).length}get[B](){let A=this[I];for(const{[B]:i}of this[F]){A+=i}return A}get[Q](){let A=0;for(const{[Q]:i}of this[F]){A+=i}return A}get[f](){let A=this[I];for(const{[f]:i}of this[F]){A+=i}return A}get stats(){return this[V]}async[R](){if(this[U].isEmpty()){await Promise.all(this[F].map((A=>A.close())))}else{await new Promise((A=>{this[L]=A}))}}async[k](A){while(true){const i=this[U].shift();if(!i){break}i.handler.onError(A)}await Promise.all(this[F].map((i=>i.destroy(A))))}[S](A,i){const g=this[Y]();if(!g){this[x]=true;this[U].push({opts:A,handler:i});this[I]++}else if(!g.dispatch(A,i)){g[x]=true;this[x]=!this[Y]()}return!this[x]}[J](A){A.on("drain",this[M]).on("connect",this[T]).on("disconnect",this[H]).on("connectionError",this[G]);this[F].push(A);if(this[x]){queueMicrotask((()=>{if(this[x]){this[M](A[D],[this,A])}}))}return this}[_](A){A.close((()=>{const i=this[F].indexOf(A);if(i!==-1){this[F].splice(i,1)}}));this[x]=this[F].some((A=>!A[x]&&A.closed!==true&&A.destroyed!==true))}}A.exports={PoolBase:PoolBase,kClients:F,kNeedDrain:x,kAddClient:J,kRemoveClient:_,kGetDispatcher:Y}},3246:(A,i,g)=>{const{kFree:E,kConnected:p,kPending:C,kQueued:f,kRunning:Q,kSize:B}=g(6443);const I=Symbol("pool");class PoolStats{constructor(A){this[I]=A}get connected(){return this[I][p]}get free(){return this[I][E]}get pending(){return this[I][C]}get queued(){return this[I][f]}get running(){return this[I][Q]}get size(){return this[I][B]}}A.exports=PoolStats},628:(A,i,g)=>{const{PoolBase:E,kClients:p,kNeedDrain:C,kAddClient:f,kGetDispatcher:Q}=g(2128);const B=g(3701);const{InvalidArgumentError:I}=g(8707);const y=g(3440);const{kUrl:b,kInterceptors:D}=g(6443);const R=g(9136);const k=Symbol("options");const S=Symbol("connections");const v=Symbol("factory");function defaultFactory(A,i){return new B(A,i)}class Pool extends E{constructor(A,{connections:i,factory:g=defaultFactory,connect:E,connectTimeout:C,tls:f,maxCachedSessions:Q,socketPath:B,autoSelectFamily:F,autoSelectFamilyAttemptTimeout:x,allowH2:U,...L}={}){super();if(i!=null&&(!Number.isFinite(i)||i<0)){throw new I("invalid connections")}if(typeof g!=="function"){throw new I("factory must be a function.")}if(E!=null&&typeof E!=="function"&&typeof E!=="object"){throw new I("connect must be a function or an object")}if(typeof E!=="function"){E=R({...f,maxCachedSessions:Q,allowH2:U,socketPath:B,timeout:C,...F?{autoSelectFamily:F,autoSelectFamilyAttemptTimeout:x}:undefined,...E})}this[D]=L.interceptors?.Pool&&Array.isArray(L.interceptors.Pool)?L.interceptors.Pool:[];this[S]=i||null;this[b]=y.parseOrigin(A);this[k]={...y.deepClone(L),connect:E,allowH2:U};this[k].interceptors=L.interceptors?{...L.interceptors}:undefined;this[v]=g;this.on("connectionError",((A,i,g)=>{for(const A of i){const i=this[p].indexOf(A);if(i!==-1){this[p].splice(i,1)}}}))}[Q](){for(const A of this[p]){if(!A[C]){return A}}if(!this[S]||this[p].length{const{kProxy:E,kClose:p,kDestroy:C,kDispatch:f,kInterceptors:Q}=g(6443);const{URL:B}=g(3136);const I=g(7405);const y=g(628);const b=g(1841);const{InvalidArgumentError:D,RequestAbortedError:R,SecureProxyConnectionError:k}=g(8707);const S=g(9136);const v=g(3701);const F=Symbol("proxy agent");const x=Symbol("proxy client");const U=Symbol("proxy headers");const L=Symbol("request tls settings");const M=Symbol("proxy tls settings");const T=Symbol("connect endpoint function");const H=Symbol("tunnel proxy");function defaultProtocolPort(A){return A==="https:"?443:80}function defaultFactory(A,i){return new y(A,i)}const noop=()=>{};function defaultAgentFactory(A,i){if(i.connections===1){return new v(A,i)}return new y(A,i)}class Http1ProxyWrapper extends b{#D;constructor(A,{headers:i={},connect:g,factory:E}){super();if(!A){throw new D("Proxy URL is mandatory")}this[U]=i;if(E){this.#D=E(A,{connect:g})}else{this.#D=new v(A,{connect:g})}}[f](A,i){const g=i.onHeaders;i.onHeaders=function(A,E,p){if(A===407){if(typeof i.onError==="function"){i.onError(new D("Proxy Authentication Required (407)"))}return}if(g)g.call(this,A,E,p)};const{origin:E,path:p="/",headers:C={}}=A;A.path=E+p;if(!("host"in C)&&!("Host"in C)){const{host:A}=new B(E);C.host=A}A.headers={...this[U],...C};return this.#D[f](A,i)}async[p](){return this.#D.close()}async[C](A){return this.#D.destroy(A)}}class ProxyAgent extends b{constructor(A){super();if(!A||typeof A==="object"&&!(A instanceof B)&&!A.uri){throw new D("Proxy uri is mandatory")}const{clientFactory:i=defaultFactory}=A;if(typeof i!=="function"){throw new D("Proxy opts.clientFactory must be a function.")}const{proxyTunnel:g=true}=A;const p=this.#R(A);const{href:C,origin:f,port:y,protocol:b,username:v,password:G,hostname:Y}=p;this[E]={uri:C,protocol:b};this[Q]=A.interceptors?.ProxyAgent&&Array.isArray(A.interceptors.ProxyAgent)?A.interceptors.ProxyAgent:[];this[L]=A.requestTls;this[M]=A.proxyTls;this[U]=A.headers||{};this[H]=g;if(A.auth&&A.token){throw new D("opts.auth cannot be used in combination with opts.token")}else if(A.auth){this[U]["proxy-authorization"]=`Basic ${A.auth}`}else if(A.token){this[U]["proxy-authorization"]=A.token}else if(v&&G){this[U]["proxy-authorization"]=`Basic ${Buffer.from(`${decodeURIComponent(v)}:${decodeURIComponent(G)}`).toString("base64")}`}const J=S({...A.proxyTls});this[T]=S({...A.requestTls});const _=A.factory||defaultAgentFactory;const factory=(A,i)=>{const{protocol:g}=new B(A);if(!this[H]&&g==="http:"&&this[E].protocol==="http:"){return new Http1ProxyWrapper(this[E].uri,{headers:this[U],connect:J,factory:_})}return _(A,i)};this[x]=i(p,{connect:J});this[F]=new I({...A,factory:factory,connect:async(A,i)=>{let g=A.host;if(!A.port){g+=`:${defaultProtocolPort(A.protocol)}`}try{const{socket:E,statusCode:p}=await this[x].connect({origin:f,port:y,path:g,signal:A.signal,headers:{...this[U],host:A.host},servername:this[M]?.servername||Y});if(p!==200){E.on("error",noop).destroy();i(new R(`Proxy response (${p}) !== 200 when HTTP Tunneling`))}if(A.protocol!=="https:"){i(null,E);return}let C;if(this[L]){C=this[L].servername}else{C=A.servername}this[T]({...A,servername:C,httpSocket:E},i)}catch(A){if(A.code==="ERR_TLS_CERT_ALTNAME_INVALID"){i(new k(A))}else{i(A)}}}})}dispatch(A,i){const g=buildHeaders(A.headers);throwIfProxyAuthIsSent(g);if(g&&!("host"in g)&&!("Host"in g)){const{host:i}=new B(A.origin);g.host=i}return this[F].dispatch({...A,headers:g},i)}#R(A){if(typeof A==="string"){return new B(A)}else if(A instanceof B){return A}else{return new B(A.uri)}}async[p](){await this[F].close();await this[x].close()}async[C](){await this[F].destroy();await this[x].destroy()}}function buildHeaders(A){if(Array.isArray(A)){const i={};for(let g=0;gA.toLowerCase()==="proxy-authorization"));if(i){throw new D("Proxy-Authorization should be sent in ProxyAgent constructor")}}A.exports=ProxyAgent},50:(A,i,g)=>{const E=g(883);const p=g(7816);class RetryAgent extends E{#k=null;#S=null;constructor(A,i={}){super(i);this.#k=A;this.#S=i}dispatch(A,i){const g=new p({...A,retryOptions:this.#S},{dispatch:this.#k.dispatch.bind(this.#k),handler:i});return this.#k.dispatch(A,g)}close(){return this.#k.close()}destroy(){return this.#k.destroy()}}A.exports=RetryAgent},2581:(A,i,g)=>{const E=Symbol.for("undici.globalDispatcher.1");const{InvalidArgumentError:p}=g(8707);const C=g(7405);if(getGlobalDispatcher()===undefined){setGlobalDispatcher(new C)}function setGlobalDispatcher(A){if(!A||typeof A.dispatch!=="function"){throw new p("Argument agent must implement Agent")}Object.defineProperty(globalThis,E,{value:A,writable:true,enumerable:false,configurable:false})}function getGlobalDispatcher(){return globalThis[E]}A.exports={setGlobalDispatcher:setGlobalDispatcher,getGlobalDispatcher:getGlobalDispatcher}},8155:A=>{A.exports=class DecoratorHandler{#v;constructor(A){if(typeof A!=="object"||A===null){throw new TypeError("handler must be an object")}this.#v=A}onConnect(...A){return this.#v.onConnect?.(...A)}onError(...A){return this.#v.onError?.(...A)}onUpgrade(...A){return this.#v.onUpgrade?.(...A)}onResponseStarted(...A){return this.#v.onResponseStarted?.(...A)}onHeaders(...A){return this.#v.onHeaders?.(...A)}onData(...A){return this.#v.onData?.(...A)}onComplete(...A){return this.#v.onComplete?.(...A)}onBodySent(...A){return this.#v.onBodySent?.(...A)}}},8754:(A,i,g)=>{const E=g(3440);const{kBodyUsed:p}=g(6443);const C=g(4589);const{InvalidArgumentError:f}=g(8707);const Q=g(8474);const B=[300,301,302,303,307,308];const I=Symbol("body");class BodyAsyncIterable{constructor(A){this[I]=A;this[p]=false}async*[Symbol.asyncIterator](){C(!this[p],"disturbed");this[p]=true;yield*this[I]}}class RedirectHandler{constructor(A,i,g,B){if(i!=null&&(!Number.isInteger(i)||i<0)){throw new f("maxRedirections must be a positive number")}E.validateHandler(B,g.method,g.upgrade);this.dispatch=A;this.location=null;this.abort=null;this.opts={...g,maxRedirections:0};this.maxRedirections=i;this.handler=B;this.history=[];this.redirectionLimitReached=false;if(E.isStream(this.opts.body)){if(E.bodyLength(this.opts.body)===0){this.opts.body.on("data",(function(){C(false)}))}if(typeof this.opts.body.readableDidRead!=="boolean"){this.opts.body[p]=false;Q.prototype.on.call(this.opts.body,"data",(function(){this[p]=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)&&E.isIterable(this.opts.body)){this.opts.body=new BodyAsyncIterable(this.opts.body)}}onConnect(A){this.abort=A;this.handler.onConnect(A,{history:this.history})}onUpgrade(A,i,g){this.handler.onUpgrade(A,i,g)}onError(A){this.handler.onError(A)}onHeaders(A,i,g,p){this.location=this.history.length>=this.maxRedirections||E.isDisturbed(this.opts.body)?null:parseLocation(A,i);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(A,i,g,p)}const{origin:C,pathname:f,search:Q}=E.parseURL(new URL(this.location,this.opts.origin&&new URL(this.opts.path,this.opts.origin)));const B=Q?`${f}${Q}`:f;this.opts.headers=cleanRequestHeaders(this.opts.headers,A===303,this.opts.origin!==C);this.opts.path=B;this.opts.origin=C;this.opts.maxRedirections=0;this.opts.query=null;if(A===303&&this.opts.method!=="HEAD"){this.opts.method="GET";this.opts.body=null}}onData(A){if(this.location){}else{return this.handler.onData(A)}}onComplete(A){if(this.location){this.location=null;this.abort=null;this.dispatch(this.opts,this)}else{this.handler.onComplete(A)}}onBodySent(A){if(this.handler.onBodySent){this.handler.onBodySent(A)}}}function parseLocation(A,i){if(B.indexOf(A)===-1){return null}for(let A=0;A{const E=g(4589);const{kRetryHandlerDefaultRetry:p}=g(6443);const{RequestRetryError:C}=g(8707);const{isDisturbed:f,parseHeaders:Q,parseRangeHeader:B,wrapRequestBody:I}=g(3440);function calculateRetryAfterHeader(A){const i=Date.now();return new Date(A).getTime()-i}class RetryHandler{constructor(A,i){const{retryOptions:g,...E}=A;const{retry:C,maxRetries:f,maxTimeout:Q,minTimeout:B,timeoutFactor:y,methods:b,errorCodes:D,retryAfter:R,statusCodes:k}=g??{};this.dispatch=i.dispatch;this.handler=i.handler;this.opts={...E,body:I(A.body)};this.abort=null;this.aborted=false;this.retryOpts={retry:C??RetryHandler[p],retryAfter:R??true,maxTimeout:Q??30*1e3,minTimeout:B??500,timeoutFactor:y??2,maxRetries:f??5,methods:b??["GET","HEAD","OPTIONS","PUT","DELETE","TRACE"],statusCodes:k??[500,502,503,504,429],errorCodes:D??["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((A=>{this.aborted=true;if(this.abort){this.abort(A)}else{this.reason=A}}))}onRequestSent(){if(this.handler.onRequestSent){this.handler.onRequestSent()}}onUpgrade(A,i,g){if(this.handler.onUpgrade){this.handler.onUpgrade(A,i,g)}}onConnect(A){if(this.aborted){A(this.reason)}else{this.abort=A}}onBodySent(A){if(this.handler.onBodySent)return this.handler.onBodySent(A)}static[p](A,{state:i,opts:g},E){const{statusCode:p,code:C,headers:f}=A;const{method:Q,retryOptions:B}=g;const{maxRetries:I,minTimeout:y,maxTimeout:b,timeoutFactor:D,statusCodes:R,errorCodes:k,methods:S}=B;const{counter:v}=i;if(C&&C!=="UND_ERR_REQ_RETRY"&&!k.includes(C)){E(A);return}if(Array.isArray(S)&&!S.includes(Q)){E(A);return}if(p!=null&&Array.isArray(R)&&!R.includes(p)){E(A);return}if(v>I){E(A);return}let F=f?.["retry-after"];if(F){F=Number(F);F=Number.isNaN(F)?calculateRetryAfterHeader(F):F*1e3}const x=F>0?Math.min(F,b):Math.min(y*D**(v-1),b);setTimeout((()=>E(null)),x)}onHeaders(A,i,g,p){const f=Q(i);this.retryCount+=1;if(A>=300){if(this.retryOpts.statusCodes.includes(A)===false){return this.handler.onHeaders(A,i,g,p)}else{this.abort(new C("Request failed",A,{headers:f,data:{count:this.retryCount}}));return false}}if(this.resume!=null){this.resume=null;if(A!==206&&(this.start>0||A!==200)){this.abort(new C("server does not support the range header and the payload was partially consumed",A,{headers:f,data:{count:this.retryCount}}));return false}const i=B(f["content-range"]);if(!i){this.abort(new C("Content-Range mismatch",A,{headers:f,data:{count:this.retryCount}}));return false}if(this.etag!=null&&this.etag!==f.etag){this.abort(new C("ETag mismatch",A,{headers:f,data:{count:this.retryCount}}));return false}const{start:p,size:Q,end:I=Q-1}=i;E(this.start===p,"content-range mismatch");E(this.end==null||this.end===I,"content-range mismatch");this.resume=g;return true}if(this.end==null){if(A===206){const C=B(f["content-range"]);if(C==null){return this.handler.onHeaders(A,i,g,p)}const{start:Q,size:I,end:y=I-1}=C;E(Q!=null&&Number.isFinite(Q),"content-range mismatch");E(y!=null&&Number.isFinite(y),"invalid content-length");this.start=Q;this.end=y}if(this.end==null){const A=f["content-length"];this.end=A!=null?Number(A)-1:null}E(Number.isFinite(this.start));E(this.end==null||Number.isFinite(this.end),"invalid content-length");this.resume=g;this.etag=f.etag!=null?f.etag:null;if(this.etag!=null&&this.etag.startsWith("W/")){this.etag=null}return this.handler.onHeaders(A,i,g,p)}const I=new C("Request failed",A,{headers:f,data:{count:this.retryCount}});this.abort(I);return false}onData(A){this.start+=A.length;return this.handler.onData(A)}onComplete(A){this.retryCount=0;return this.handler.onComplete(A)}onError(A){if(this.aborted||f(this.opts.body)){return this.handler.onError(A)}if(this.retryCount-this.retryCountCheckpoint>0){this.retryCount=this.retryCountCheckpoint+(this.retryCount-this.retryCountCheckpoint)}else{this.retryCount+=1}this.retryOpts.retry(A,{state:{counter:this.retryCount},opts:{retryOptions:this.retryOpts,...this.opts}},onRetry.bind(this));function onRetry(A){if(A!=null||this.aborted||f(this.opts.body)){return this.handler.onError(A)}if(this.start!==0){const A={range:`bytes=${this.start}-${this.end??""}`};if(this.etag!=null){A["if-match"]=this.etag}this.opts={...this.opts,headers:{...this.opts.headers,...A}}}try{this.retryCountCheckpoint=this.retryCount;this.dispatch(this.opts,this)}catch(A){this.handler.onError(A)}}}}A.exports=RetryHandler},379:(A,i,g)=>{const{isIP:E}=g(7030);const{lookup:p}=g(610);const C=g(8155);const{InvalidArgumentError:f,InformationalError:Q}=g(8707);const B=Math.pow(2,31)-1;class DNSInstance{#F=0;#x=0;#N=new Map;dualStack=true;affinity=null;lookup=null;pick=null;constructor(A){this.#F=A.maxTTL;this.#x=A.maxItems;this.dualStack=A.dualStack;this.affinity=A.affinity;this.lookup=A.lookup??this.#U;this.pick=A.pick??this.#L}get full(){return this.#N.size===this.#x}runLookup(A,i,g){const E=this.#N.get(A.hostname);if(E==null&&this.full){g(null,A.origin);return}const p={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...i.dns,maxTTL:this.#F,maxItems:this.#x};if(E==null){this.lookup(A,p,((i,E)=>{if(i||E==null||E.length===0){g(i??new Q("No DNS entries found"));return}this.setRecords(A,E);const C=this.#N.get(A.hostname);const f=this.pick(A,C,p.affinity);let B;if(typeof f.port==="number"){B=`:${f.port}`}else if(A.port!==""){B=`:${A.port}`}else{B=""}g(null,`${A.protocol}//${f.family===6?`[${f.address}]`:f.address}${B}`)}))}else{const C=this.pick(A,E,p.affinity);if(C==null){this.#N.delete(A.hostname);this.runLookup(A,i,g);return}let f;if(typeof C.port==="number"){f=`:${C.port}`}else if(A.port!==""){f=`:${A.port}`}else{f=""}g(null,`${A.protocol}//${C.family===6?`[${C.address}]`:C.address}${f}`)}}#U(A,i,g){p(A.hostname,{all:true,family:this.dualStack===false?this.affinity:0,order:"ipv4first"},((A,i)=>{if(A){return g(A)}const E=new Map;for(const A of i){E.set(`${A.address}:${A.family}`,A)}g(null,E.values())}))}#L(A,i,g){let E=null;const{records:p,offset:C}=i;let f;if(this.dualStack){if(g==null){if(C==null||C===B){i.offset=0;g=4}else{i.offset++;g=(i.offset&1)===1?6:4}}if(p[g]!=null&&p[g].ips.length>0){f=p[g]}else{f=p[g===4?6:4]}}else{f=p[g]}if(f==null||f.ips.length===0){return E}if(f.offset==null||f.offset===B){f.offset=0}else{f.offset++}const Q=f.offset%f.ips.length;E=f.ips[Q]??null;if(E==null){return E}if(Date.now()-E.timestamp>E.ttl){f.ips.splice(Q,1);return this.pick(A,i,g)}return E}setRecords(A,i){const g=Date.now();const E={records:{4:null,6:null}};for(const A of i){A.timestamp=g;if(typeof A.ttl==="number"){A.ttl=Math.min(A.ttl,this.#F)}else{A.ttl=this.#F}const i=E.records[A.family]??{ips:[]};i.ips.push(A);E.records[A.family]=i}this.#N.set(A.hostname,E)}getHandler(A,i){return new DNSDispatchHandler(this,A,i)}}class DNSDispatchHandler extends C{#a=null;#B=null;#C=null;#v=null;#M=null;constructor(A,{origin:i,handler:g,dispatch:E},p){super(g);this.#M=i;this.#v=g;this.#B={...p};this.#a=A;this.#C=E}onError(A){switch(A.code){case"ETIMEDOUT":case"ECONNREFUSED":{if(this.#a.dualStack){this.#a.runLookup(this.#M,this.#B,((A,i)=>{if(A){return this.#v.onError(A)}const g={...this.#B,origin:i};this.#C(g,this)}));return}this.#v.onError(A);return}case"ENOTFOUND":this.#a.deleteRecord(this.#M);default:this.#v.onError(A);break}}}A.exports=A=>{if(A?.maxTTL!=null&&(typeof A?.maxTTL!=="number"||A?.maxTTL<0)){throw new f("Invalid maxTTL. Must be a positive number")}if(A?.maxItems!=null&&(typeof A?.maxItems!=="number"||A?.maxItems<1)){throw new f("Invalid maxItems. Must be a positive number and greater than zero")}if(A?.affinity!=null&&A?.affinity!==4&&A?.affinity!==6){throw new f("Invalid affinity. Must be either 4 or 6")}if(A?.dualStack!=null&&typeof A?.dualStack!=="boolean"){throw new f("Invalid dualStack. Must be a boolean")}if(A?.lookup!=null&&typeof A?.lookup!=="function"){throw new f("Invalid lookup. Must be a function")}if(A?.pick!=null&&typeof A?.pick!=="function"){throw new f("Invalid pick. Must be a function")}const i=A?.dualStack??true;let g;if(i){g=A?.affinity??null}else{g=A?.affinity??4}const p={maxTTL:A?.maxTTL??1e4,lookup:A?.lookup??null,pick:A?.pick??null,dualStack:i,affinity:g,maxItems:A?.maxItems??Infinity};const C=new DNSInstance(p);return A=>function dnsInterceptor(i,g){const p=i.origin.constructor===URL?i.origin:new URL(i.origin);if(E(p.hostname)!==0){return A(i,g)}C.runLookup(p,i,((E,f)=>{if(E){return g.onError(E)}let Q=null;Q={...i,servername:p.hostname,origin:f,headers:{host:p.hostname,...i.headers}};A(Q,C.getHandler({origin:p,dispatch:A,handler:g},i))}));return true}}},8060:(A,i,g)=>{const E=g(3440);const{InvalidArgumentError:p,RequestAbortedError:C}=g(8707);const f=g(8155);class DumpHandler extends f{#T=1024*1024;#H=null;#G=false;#Y=false;#J=0;#O=null;#v=null;constructor({maxSize:A},i){super(i);if(A!=null&&(!Number.isFinite(A)||A<1)){throw new p("maxSize must be a number greater than 0")}this.#T=A??this.#T;this.#v=i}onConnect(A){this.#H=A;this.#v.onConnect(this.#_.bind(this))}#_(A){this.#Y=true;this.#O=A}onHeaders(A,i,g,p){const f=E.parseHeaders(i);const Q=f["content-length"];if(Q!=null&&Q>this.#T){throw new C(`Response size (${Q}) larger than maxSize (${this.#T})`)}if(this.#Y){return true}return this.#v.onHeaders(A,i,g,p)}onError(A){if(this.#G){return}A=this.#O??A;this.#v.onError(A)}onData(A){this.#J=this.#J+A.length;if(this.#J>=this.#T){this.#G=true;if(this.#Y){this.#v.onError(this.#O)}else{this.#v.onComplete([])}}return true}onComplete(A){if(this.#G){return}if(this.#Y){this.#v.onError(this.reason);return}this.#v.onComplete(A)}}function createDumpInterceptor({maxSize:A}={maxSize:1024*1024}){return i=>function Intercept(g,E){const{dumpMaxSize:p=A}=g;const C=new DumpHandler({maxSize:p},E);return i(g,C)}}A.exports=createDumpInterceptor},5092:(A,i,g)=>{const E=g(8754);function createRedirectInterceptor({maxRedirections:A}){return i=>function Intercept(g,p){const{maxRedirections:C=A}=g;if(!C){return i(g,p)}const f=new E(i,C,g,p);g={...g,maxRedirections:0};return i(g,f)}}A.exports=createRedirectInterceptor},1514:(A,i,g)=>{const E=g(8754);A.exports=A=>{const i=A?.maxRedirections;return A=>function redirectInterceptor(g,p){const{maxRedirections:C=i,...f}=g;if(!C){return A(g,p)}const Q=new E(A,C,g,p);return A(f,Q)}}},2026:(A,i,g)=>{const E=g(7816);A.exports=A=>i=>function retryInterceptor(g,p){return i(g,new E({...g,retryOptions:{...A,...g.retryOptions}},{handler:p,dispatch:i}))}},2824:(A,i,g)=>{Object.defineProperty(i,"__esModule",{value:true});i.SPECIAL_HEADERS=i.HEADER_STATE=i.MINOR=i.MAJOR=i.CONNECTION_TOKEN_CHARS=i.HEADER_CHARS=i.TOKEN=i.STRICT_TOKEN=i.HEX=i.URL_CHAR=i.STRICT_URL_CHAR=i.USERINFO_CHARS=i.MARK=i.ALPHANUM=i.NUM=i.HEX_MAP=i.NUM_MAP=i.ALPHA=i.FINISH=i.H_METHOD_MAP=i.METHOD_MAP=i.METHODS_RTSP=i.METHODS_ICE=i.METHODS_HTTP=i.METHODS=i.LENIENT_FLAGS=i.FLAGS=i.TYPE=i.ERROR=void 0;const E=g(172);var p;(function(A){A[A["OK"]=0]="OK";A[A["INTERNAL"]=1]="INTERNAL";A[A["STRICT"]=2]="STRICT";A[A["LF_EXPECTED"]=3]="LF_EXPECTED";A[A["UNEXPECTED_CONTENT_LENGTH"]=4]="UNEXPECTED_CONTENT_LENGTH";A[A["CLOSED_CONNECTION"]=5]="CLOSED_CONNECTION";A[A["INVALID_METHOD"]=6]="INVALID_METHOD";A[A["INVALID_URL"]=7]="INVALID_URL";A[A["INVALID_CONSTANT"]=8]="INVALID_CONSTANT";A[A["INVALID_VERSION"]=9]="INVALID_VERSION";A[A["INVALID_HEADER_TOKEN"]=10]="INVALID_HEADER_TOKEN";A[A["INVALID_CONTENT_LENGTH"]=11]="INVALID_CONTENT_LENGTH";A[A["INVALID_CHUNK_SIZE"]=12]="INVALID_CHUNK_SIZE";A[A["INVALID_STATUS"]=13]="INVALID_STATUS";A[A["INVALID_EOF_STATE"]=14]="INVALID_EOF_STATE";A[A["INVALID_TRANSFER_ENCODING"]=15]="INVALID_TRANSFER_ENCODING";A[A["CB_MESSAGE_BEGIN"]=16]="CB_MESSAGE_BEGIN";A[A["CB_HEADERS_COMPLETE"]=17]="CB_HEADERS_COMPLETE";A[A["CB_MESSAGE_COMPLETE"]=18]="CB_MESSAGE_COMPLETE";A[A["CB_CHUNK_HEADER"]=19]="CB_CHUNK_HEADER";A[A["CB_CHUNK_COMPLETE"]=20]="CB_CHUNK_COMPLETE";A[A["PAUSED"]=21]="PAUSED";A[A["PAUSED_UPGRADE"]=22]="PAUSED_UPGRADE";A[A["PAUSED_H2_UPGRADE"]=23]="PAUSED_H2_UPGRADE";A[A["USER"]=24]="USER"})(p=i.ERROR||(i.ERROR={}));var C;(function(A){A[A["BOTH"]=0]="BOTH";A[A["REQUEST"]=1]="REQUEST";A[A["RESPONSE"]=2]="RESPONSE"})(C=i.TYPE||(i.TYPE={}));var f;(function(A){A[A["CONNECTION_KEEP_ALIVE"]=1]="CONNECTION_KEEP_ALIVE";A[A["CONNECTION_CLOSE"]=2]="CONNECTION_CLOSE";A[A["CONNECTION_UPGRADE"]=4]="CONNECTION_UPGRADE";A[A["CHUNKED"]=8]="CHUNKED";A[A["UPGRADE"]=16]="UPGRADE";A[A["CONTENT_LENGTH"]=32]="CONTENT_LENGTH";A[A["SKIPBODY"]=64]="SKIPBODY";A[A["TRAILING"]=128]="TRAILING";A[A["TRANSFER_ENCODING"]=512]="TRANSFER_ENCODING"})(f=i.FLAGS||(i.FLAGS={}));var Q;(function(A){A[A["HEADERS"]=1]="HEADERS";A[A["CHUNKED_LENGTH"]=2]="CHUNKED_LENGTH";A[A["KEEP_ALIVE"]=4]="KEEP_ALIVE"})(Q=i.LENIENT_FLAGS||(i.LENIENT_FLAGS={}));var B;(function(A){A[A["DELETE"]=0]="DELETE";A[A["GET"]=1]="GET";A[A["HEAD"]=2]="HEAD";A[A["POST"]=3]="POST";A[A["PUT"]=4]="PUT";A[A["CONNECT"]=5]="CONNECT";A[A["OPTIONS"]=6]="OPTIONS";A[A["TRACE"]=7]="TRACE";A[A["COPY"]=8]="COPY";A[A["LOCK"]=9]="LOCK";A[A["MKCOL"]=10]="MKCOL";A[A["MOVE"]=11]="MOVE";A[A["PROPFIND"]=12]="PROPFIND";A[A["PROPPATCH"]=13]="PROPPATCH";A[A["SEARCH"]=14]="SEARCH";A[A["UNLOCK"]=15]="UNLOCK";A[A["BIND"]=16]="BIND";A[A["REBIND"]=17]="REBIND";A[A["UNBIND"]=18]="UNBIND";A[A["ACL"]=19]="ACL";A[A["REPORT"]=20]="REPORT";A[A["MKACTIVITY"]=21]="MKACTIVITY";A[A["CHECKOUT"]=22]="CHECKOUT";A[A["MERGE"]=23]="MERGE";A[A["M-SEARCH"]=24]="M-SEARCH";A[A["NOTIFY"]=25]="NOTIFY";A[A["SUBSCRIBE"]=26]="SUBSCRIBE";A[A["UNSUBSCRIBE"]=27]="UNSUBSCRIBE";A[A["PATCH"]=28]="PATCH";A[A["PURGE"]=29]="PURGE";A[A["MKCALENDAR"]=30]="MKCALENDAR";A[A["LINK"]=31]="LINK";A[A["UNLINK"]=32]="UNLINK";A[A["SOURCE"]=33]="SOURCE";A[A["PRI"]=34]="PRI";A[A["DESCRIBE"]=35]="DESCRIBE";A[A["ANNOUNCE"]=36]="ANNOUNCE";A[A["SETUP"]=37]="SETUP";A[A["PLAY"]=38]="PLAY";A[A["PAUSE"]=39]="PAUSE";A[A["TEARDOWN"]=40]="TEARDOWN";A[A["GET_PARAMETER"]=41]="GET_PARAMETER";A[A["SET_PARAMETER"]=42]="SET_PARAMETER";A[A["REDIRECT"]=43]="REDIRECT";A[A["RECORD"]=44]="RECORD";A[A["FLUSH"]=45]="FLUSH"})(B=i.METHODS||(i.METHODS={}));i.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];i.METHODS_ICE=[B.SOURCE];i.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];i.METHOD_MAP=E.enumToMap(B);i.H_METHOD_MAP={};Object.keys(i.METHOD_MAP).forEach((A=>{if(/^H/.test(A)){i.H_METHOD_MAP[A]=i.METHOD_MAP[A]}}));var I;(function(A){A[A["SAFE"]=0]="SAFE";A[A["SAFE_WITH_CB"]=1]="SAFE_WITH_CB";A[A["UNSAFE"]=2]="UNSAFE"})(I=i.FINISH||(i.FINISH={}));i.ALPHA=[];for(let A="A".charCodeAt(0);A<="Z".charCodeAt(0);A++){i.ALPHA.push(String.fromCharCode(A));i.ALPHA.push(String.fromCharCode(A+32))}i.NUM_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9};i.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};i.NUM=["0","1","2","3","4","5","6","7","8","9"];i.ALPHANUM=i.ALPHA.concat(i.NUM);i.MARK=["-","_",".","!","~","*","'","(",")"];i.USERINFO_CHARS=i.ALPHANUM.concat(i.MARK).concat(["%",";",":","&","=","+","$",","]);i.STRICT_URL_CHAR=["!",'"',"$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","@","[","\\","]","^","_","`","{","|","}","~"].concat(i.ALPHANUM);i.URL_CHAR=i.STRICT_URL_CHAR.concat(["\t","\f"]);for(let A=128;A<=255;A++){i.URL_CHAR.push(A)}i.HEX=i.NUM.concat(["a","b","c","d","e","f","A","B","C","D","E","F"]);i.STRICT_TOKEN=["!","#","$","%","&","'","*","+","-",".","^","_","`","|","~"].concat(i.ALPHANUM);i.TOKEN=i.STRICT_TOKEN.concat([" "]);i.HEADER_CHARS=["\t"];for(let A=32;A<=255;A++){if(A!==127){i.HEADER_CHARS.push(A)}}i.CONNECTION_TOKEN_CHARS=i.HEADER_CHARS.filter((A=>A!==44));i.MAJOR=i.NUM_MAP;i.MINOR=i.MAJOR;var y;(function(A){A[A["GENERAL"]=0]="GENERAL";A[A["CONNECTION"]=1]="CONNECTION";A[A["CONTENT_LENGTH"]=2]="CONTENT_LENGTH";A[A["TRANSFER_ENCODING"]=3]="TRANSFER_ENCODING";A[A["UPGRADE"]=4]="UPGRADE";A[A["CONNECTION_KEEP_ALIVE"]=5]="CONNECTION_KEEP_ALIVE";A[A["CONNECTION_CLOSE"]=6]="CONNECTION_CLOSE";A[A["CONNECTION_UPGRADE"]=7]="CONNECTION_UPGRADE";A[A["TRANSFER_ENCODING_CHUNKED"]=8]="TRANSFER_ENCODING_CHUNKED"})(y=i.HEADER_STATE||(i.HEADER_STATE={}));i.SPECIAL_HEADERS={connection:y.CONNECTION,"content-length":y.CONTENT_LENGTH,"proxy-connection":y.CONNECTION,"transfer-encoding":y.TRANSFER_ENCODING,upgrade:y.UPGRADE}},3870:(A,i,g)=>{const{Buffer:E}=g(4573);A.exports=E.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/AkACQAJAIAAtACpFDQAgAC0AK0UNACAALwEwIgFBAnFFDQEMAgsgAC8BMCIBQQFxRQ0BC0EBIQIgAC0AKEEBRg0AIAAvATIiAEHkAGtB5ABJDQAgAEHMAUYNACAAQbACRg0AIAFBwABxDQBBACECIAFBiARxQYAERg0AIAFBKHFBAEchAgsgAgtXACAAQRhqQgA3AwAgAEIANwMAIABBOGpCADcDACAAQTBqQgA3AwAgAEEoakIANwMAIABBIGpCADcDACAAQRBqQgA3AwAgAEEIakIANwMAIABB3QE2AhwLBgAgABAyC5otAQt/IwBBEGsiCiQAQaTQACgCACIJRQRAQeTTACgCACIFRQRAQfDTAEJ/NwIAQejTAEKAgISAgIDAADcCAEHk0wAgCkEIakFwcUHYqtWqBXMiBTYCAEH40wBBADYCAEHI0wBBADYCAAtBzNMAQYDUBDYCAEGc0ABBgNQENgIAQbDQACAFNgIAQazQAEF/NgIAQdDTAEGArAM2AgADQCABQcjQAGogAUG80ABqIgI2AgAgAiABQbTQAGoiAzYCACABQcDQAGogAzYCACABQdDQAGogAUHE0ABqIgM2AgAgAyACNgIAIAFB2NAAaiABQczQAGoiAjYCACACIAM2AgAgAUHU0ABqIAI2AgAgAUEgaiIBQYACRw0AC0GM1ARBwasDNgIAQajQAEH00wAoAgA2AgBBmNAAQcCrAzYCAEGk0ABBiNQENgIAQcz/B0E4NgIAQYjUBCEJCwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB7AFNBEBBjNAAKAIAIgZBECAAQRNqQXBxIABBC0kbIgRBA3YiAHYiAUEDcQRAAkAgAUEBcSAAckEBcyICQQN0IgBBtNAAaiIBIABBvNAAaigCACIAKAIIIgNGBEBBjNAAIAZBfiACd3E2AgAMAQsgASADNgIIIAMgATYCDAsgAEEIaiEBIAAgAkEDdCICQQNyNgIEIAAgAmoiACAAKAIEQQFyNgIEDBELQZTQACgCACIIIARPDQEgAQRAAkBBAiAAdCICQQAgAmtyIAEgAHRxaCIAQQN0IgJBtNAAaiIBIAJBvNAAaigCACICKAIIIgNGBEBBjNAAIAZBfiAAd3EiBjYCAAwBCyABIAM2AgggAyABNgIMCyACIARBA3I2AgQgAEEDdCIAIARrIQUgACACaiAFNgIAIAIgBGoiBCAFQQFyNgIEIAgEQCAIQXhxQbTQAGohAEGg0AAoAgAhAwJ/QQEgCEEDdnQiASAGcUUEQEGM0AAgASAGcjYCACAADAELIAAoAggLIgEgAzYCDCAAIAM2AgggAyAANgIMIAMgATYCCAsgAkEIaiEBQaDQACAENgIAQZTQACAFNgIADBELQZDQACgCACILRQ0BIAtoQQJ0QbzSAGooAgAiACgCBEF4cSAEayEFIAAhAgNAAkAgAigCECIBRQRAIAJBFGooAgAiAUUNAQsgASgCBEF4cSAEayIDIAVJIQIgAyAFIAIbIQUgASAAIAIbIQAgASECDAELCyAAKAIYIQkgACgCDCIDIABHBEBBnNAAKAIAGiADIAAoAggiATYCCCABIAM2AgwMEAsgAEEUaiICKAIAIgFFBEAgACgCECIBRQ0DIABBEGohAgsDQCACIQcgASIDQRRqIgIoAgAiAQ0AIANBEGohAiADKAIQIgENAAsgB0EANgIADA8LQX8hBCAAQb9/Sw0AIABBE2oiAUFwcSEEQZDQACgCACIIRQ0AQQAgBGshBQJAAkACQAJ/QQAgBEGAAkkNABpBHyAEQf///wdLDQAaIARBJiABQQh2ZyIAa3ZBAXEgAEEBdGtBPmoLIgZBAnRBvNIAaigCACICRQRAQQAhAUEAIQMMAQtBACEBIARBGSAGQQF2a0EAIAZBH0cbdCEAQQAhAwNAAkAgAigCBEF4cSAEayIHIAVPDQAgAiEDIAciBQ0AQQAhBSACIQEMAwsgASACQRRqKAIAIgcgByACIABBHXZBBHFqQRBqKAIAIgJGGyABIAcbIQEgAEEBdCEAIAINAAsLIAEgA3JFBEBBACEDQQIgBnQiAEEAIABrciAIcSIARQ0DIABoQQJ0QbzSAGooAgAhAQsgAUUNAQsDQCABKAIEQXhxIARrIgIgBUkhACACIAUgABshBSABIAMgABshAyABKAIQIgAEfyAABSABQRRqKAIACyIBDQALCyADRQ0AIAVBlNAAKAIAIARrTw0AIAMoAhghByADIAMoAgwiAEcEQEGc0AAoAgAaIAAgAygCCCIBNgIIIAEgADYCDAwOCyADQRRqIgIoAgAiAUUEQCADKAIQIgFFDQMgA0EQaiECCwNAIAIhBiABIgBBFGoiAigCACIBDQAgAEEQaiECIAAoAhAiAQ0ACyAGQQA2AgAMDQtBlNAAKAIAIgMgBE8EQEGg0AAoAgAhAQJAIAMgBGsiAkEQTwRAIAEgBGoiACACQQFyNgIEIAEgA2ogAjYCACABIARBA3I2AgQMAQsgASADQQNyNgIEIAEgA2oiACAAKAIEQQFyNgIEQQAhAEEAIQILQZTQACACNgIAQaDQACAANgIAIAFBCGohAQwPC0GY0AAoAgAiAyAESwRAIAQgCWoiACADIARrIgFBAXI2AgRBpNAAIAA2AgBBmNAAIAE2AgAgCSAEQQNyNgIEIAlBCGohAQwPC0EAIQEgBAJ/QeTTACgCAARAQezTACgCAAwBC0Hw0wBCfzcCAEHo0wBCgICEgICAwAA3AgBB5NMAIApBDGpBcHFB2KrVqgVzNgIAQfjTAEEANgIAQcjTAEEANgIAQYCABAsiACAEQccAaiIFaiIGQQAgAGsiB3EiAk8EQEH80wBBMDYCAAwPCwJAQcTTACgCACIBRQ0AQbzTACgCACIIIAJqIQAgACABTSAAIAhLcQ0AQQAhAUH80wBBMDYCAAwPC0HI0wAtAABBBHENBAJAAkAgCQRAQczTACEBA0AgASgCACIAIAlNBEAgACABKAIEaiAJSw0DCyABKAIIIgENAAsLQQAQMyIAQX9GDQUgAiEGQejTACgCACIBQQFrIgMgAHEEQCACIABrIAAgA2pBACABa3FqIQYLIAQgBk8NBSAGQf7///8HSw0FQcTTACgCACIDBEBBvNMAKAIAIgcgBmohASABIAdNDQYgASADSw0GCyAGEDMiASAARw0BDAcLIAYgA2sgB3EiBkH+////B0sNBCAGEDMhACAAIAEoAgAgASgCBGpGDQMgACEBCwJAIAYgBEHIAGpPDQAgAUF/Rg0AQezTACgCACIAIAUgBmtqQQAgAGtxIgBB/v///wdLBEAgASEADAcLIAAQM0F/RwRAIAAgBmohBiABIQAMBwtBACAGaxAzGgwECyABIgBBf0cNBQwDC0EAIQMMDAtBACEADAoLIABBf0cNAgtByNMAQcjTACgCAEEEcjYCAAsgAkH+////B0sNASACEDMhAEEAEDMhASAAQX9GDQEgAUF/Rg0BIAAgAU8NASABIABrIgYgBEE4ak0NAQtBvNMAQbzTACgCACAGaiIBNgIAQcDTACgCACABSQRAQcDTACABNgIACwJAAkACQEGk0AAoAgAiAgRAQczTACEBA0AgACABKAIAIgMgASgCBCIFakYNAiABKAIIIgENAAsMAgtBnNAAKAIAIgFBAEcgACABT3FFBEBBnNAAIAA2AgALQQAhAUHQ0wAgBjYCAEHM0wAgADYCAEGs0ABBfzYCAEGw0ABB5NMAKAIANgIAQdjTAEEANgIAA0AgAUHI0ABqIAFBvNAAaiICNgIAIAIgAUG00ABqIgM2AgAgAUHA0ABqIAM2AgAgAUHQ0ABqIAFBxNAAaiIDNgIAIAMgAjYCACABQdjQAGogAUHM0ABqIgI2AgAgAiADNgIAIAFB1NAAaiACNgIAIAFBIGoiAUGAAkcNAAtBeCAAa0EPcSIBIABqIgIgBkE4ayIDIAFrIgFBAXI2AgRBqNAAQfTTACgCADYCAEGY0AAgATYCAEGk0AAgAjYCACAAIANqQTg2AgQMAgsgACACTQ0AIAIgA0kNACABKAIMQQhxDQBBeCACa0EPcSIAIAJqIgNBmNAAKAIAIAZqIgcgAGsiAEEBcjYCBCABIAUgBmo2AgRBqNAAQfTTACgCADYCAEGY0AAgADYCAEGk0AAgAzYCACACIAdqQTg2AgQMAQsgAEGc0AAoAgBJBEBBnNAAIAA2AgALIAAgBmohA0HM0wAhAQJAAkACQANAIAMgASgCAEcEQCABKAIIIgENAQwCCwsgAS0ADEEIcUUNAQtBzNMAIQEDQCABKAIAIgMgAk0EQCADIAEoAgRqIgUgAksNAwsgASgCCCEBDAALAAsgASAANgIAIAEgASgCBCAGajYCBCAAQXggAGtBD3FqIgkgBEEDcjYCBCADQXggA2tBD3FqIgYgBCAJaiIEayEBIAIgBkYEQEGk0AAgBDYCAEGY0ABBmNAAKAIAIAFqIgA2AgAgBCAAQQFyNgIEDAgLQaDQACgCACAGRgRAQaDQACAENgIAQZTQAEGU0AAoAgAgAWoiADYCACAEIABBAXI2AgQgACAEaiAANgIADAgLIAYoAgQiBUEDcUEBRw0GIAVBeHEhCCAFQf8BTQRAIAVBA3YhAyAGKAIIIgAgBigCDCICRgRAQYzQAEGM0AAoAgBBfiADd3E2AgAMBwsgAiAANgIIIAAgAjYCDAwGCyAGKAIYIQcgBiAGKAIMIgBHBEAgACAGKAIIIgI2AgggAiAANgIMDAULIAZBFGoiAigCACIFRQRAIAYoAhAiBUUNBCAGQRBqIQILA0AgAiEDIAUiAEEUaiICKAIAIgUNACAAQRBqIQIgACgCECIFDQALIANBADYCAAwEC0F4IABrQQ9xIgEgAGoiByAGQThrIgMgAWsiAUEBcjYCBCAAIANqQTg2AgQgAiAFQTcgBWtBD3FqQT9rIgMgAyACQRBqSRsiA0EjNgIEQajQAEH00wAoAgA2AgBBmNAAIAE2AgBBpNAAIAc2AgAgA0EQakHU0wApAgA3AgAgA0HM0wApAgA3AghB1NMAIANBCGo2AgBB0NMAIAY2AgBBzNMAIAA2AgBB2NMAQQA2AgAgA0EkaiEBA0AgAUEHNgIAIAUgAUEEaiIBSw0ACyACIANGDQAgAyADKAIEQX5xNgIEIAMgAyACayIFNgIAIAIgBUEBcjYCBCAFQf8BTQRAIAVBeHFBtNAAaiEAAn9BjNAAKAIAIgFBASAFQQN2dCIDcUUEQEGM0AAgASADcjYCACAADAELIAAoAggLIgEgAjYCDCAAIAI2AgggAiAANgIMIAIgATYCCAwBC0EfIQEgBUH///8HTQRAIAVBJiAFQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAQsgAiABNgIcIAJCADcCECABQQJ0QbzSAGohAEGQ0AAoAgAiA0EBIAF0IgZxRQRAIAAgAjYCAEGQ0AAgAyAGcjYCACACIAA2AhggAiACNgIIIAIgAjYCDAwBCyAFQRkgAUEBdmtBACABQR9HG3QhASAAKAIAIQMCQANAIAMiACgCBEF4cSAFRg0BIAFBHXYhAyABQQF0IQEgACADQQRxakEQaiIGKAIAIgMNAAsgBiACNgIAIAIgADYCGCACIAI2AgwgAiACNgIIDAELIAAoAggiASACNgIMIAAgAjYCCCACQQA2AhggAiAANgIMIAIgATYCCAtBmNAAKAIAIgEgBE0NAEGk0AAoAgAiACAEaiICIAEgBGsiAUEBcjYCBEGY0AAgATYCAEGk0AAgAjYCACAAIARBA3I2AgQgAEEIaiEBDAgLQQAhAUH80wBBMDYCAAwHC0EAIQALIAdFDQACQCAGKAIcIgJBAnRBvNIAaiIDKAIAIAZGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAdBEEEUIAcoAhAgBkYbaiAANgIAIABFDQELIAAgBzYCGCAGKAIQIgIEQCAAIAI2AhAgAiAANgIYCyAGQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAIaiEBIAYgCGoiBigCBCEFCyAGIAVBfnE2AgQgASAEaiABNgIAIAQgAUEBcjYCBCABQf8BTQRAIAFBeHFBtNAAaiEAAn9BjNAAKAIAIgJBASABQQN2dCIBcUUEQEGM0AAgASACcjYCACAADAELIAAoAggLIgEgBDYCDCAAIAQ2AgggBCAANgIMIAQgATYCCAwBC0EfIQUgAUH///8HTQRAIAFBJiABQQh2ZyIAa3ZBAXEgAEEBdGtBPmohBQsgBCAFNgIcIARCADcCECAFQQJ0QbzSAGohAEGQ0AAoAgAiAkEBIAV0IgNxRQRAIAAgBDYCAEGQ0AAgAiADcjYCACAEIAA2AhggBCAENgIIIAQgBDYCDAwBCyABQRkgBUEBdmtBACAFQR9HG3QhBSAAKAIAIQACQANAIAAiAigCBEF4cSABRg0BIAVBHXYhACAFQQF0IQUgAiAAQQRxakEQaiIDKAIAIgANAAsgAyAENgIAIAQgAjYCGCAEIAQ2AgwgBCAENgIIDAELIAIoAggiACAENgIMIAIgBDYCCCAEQQA2AhggBCACNgIMIAQgADYCCAsgCUEIaiEBDAILAkAgB0UNAAJAIAMoAhwiAUECdEG80gBqIgIoAgAgA0YEQCACIAA2AgAgAA0BQZDQACAIQX4gAXdxIgg2AgAMAgsgB0EQQRQgBygCECADRhtqIAA2AgAgAEUNAQsgACAHNgIYIAMoAhAiAQRAIAAgATYCECABIAA2AhgLIANBFGooAgAiAUUNACAAQRRqIAE2AgAgASAANgIYCwJAIAVBD00EQCADIAQgBWoiAEEDcjYCBCAAIANqIgAgACgCBEEBcjYCBAwBCyADIARqIgIgBUEBcjYCBCADIARBA3I2AgQgAiAFaiAFNgIAIAVB/wFNBEAgBUF4cUG00ABqIQACf0GM0AAoAgAiAUEBIAVBA3Z0IgVxRQRAQYzQACABIAVyNgIAIAAMAQsgACgCCAsiASACNgIMIAAgAjYCCCACIAA2AgwgAiABNgIIDAELQR8hASAFQf///wdNBEAgBUEmIAVBCHZnIgBrdkEBcSAAQQF0a0E+aiEBCyACIAE2AhwgAkIANwIQIAFBAnRBvNIAaiEAQQEgAXQiBCAIcUUEQCAAIAI2AgBBkNAAIAQgCHI2AgAgAiAANgIYIAIgAjYCCCACIAI2AgwMAQsgBUEZIAFBAXZrQQAgAUEfRxt0IQEgACgCACEEAkADQCAEIgAoAgRBeHEgBUYNASABQR12IQQgAUEBdCEBIAAgBEEEcWpBEGoiBigCACIEDQALIAYgAjYCACACIAA2AhggAiACNgIMIAIgAjYCCAwBCyAAKAIIIgEgAjYCDCAAIAI2AgggAkEANgIYIAIgADYCDCACIAE2AggLIANBCGohAQwBCwJAIAlFDQACQCAAKAIcIgFBAnRBvNIAaiICKAIAIABGBEAgAiADNgIAIAMNAUGQ0AAgC0F+IAF3cTYCAAwCCyAJQRBBFCAJKAIQIABGG2ogAzYCACADRQ0BCyADIAk2AhggACgCECIBBEAgAyABNgIQIAEgAzYCGAsgAEEUaigCACIBRQ0AIANBFGogATYCACABIAM2AhgLAkAgBUEPTQRAIAAgBCAFaiIBQQNyNgIEIAAgAWoiASABKAIEQQFyNgIEDAELIAAgBGoiByAFQQFyNgIEIAAgBEEDcjYCBCAFIAdqIAU2AgAgCARAIAhBeHFBtNAAaiEBQaDQACgCACEDAn9BASAIQQN2dCICIAZxRQRAQYzQACACIAZyNgIAIAEMAQsgASgCCAsiAiADNgIMIAEgAzYCCCADIAE2AgwgAyACNgIIC0Gg0AAgBzYCAEGU0AAgBTYCAAsgAEEIaiEBCyAKQRBqJAAgAQtDACAARQRAPwBBEHQPCwJAIABB//8DcQ0AIABBAEgNACAAQRB2QAAiAEF/RgRAQfzTAEEwNgIAQX8PCyAAQRB0DwsACwvcPyIAQYAICwkBAAAAAgAAAAMAQZQICwUEAAAABQBBpAgLCQYAAAAHAAAACABB3AgLii1JbnZhbGlkIGNoYXIgaW4gdXJsIHF1ZXJ5AFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fYm9keQBDb250ZW50LUxlbmd0aCBvdmVyZmxvdwBDaHVuayBzaXplIG92ZXJmbG93AFJlc3BvbnNlIG92ZXJmbG93AEludmFsaWQgbWV0aG9kIGZvciBIVFRQL3gueCByZXF1ZXN0AEludmFsaWQgbWV0aG9kIGZvciBSVFNQL3gueCByZXF1ZXN0AEV4cGVjdGVkIFNPVVJDRSBtZXRob2QgZm9yIElDRS94LnggcmVxdWVzdABJbnZhbGlkIGNoYXIgaW4gdXJsIGZyYWdtZW50IHN0YXJ0AEV4cGVjdGVkIGRvdABTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3N0YXR1cwBJbnZhbGlkIHJlc3BvbnNlIHN0YXR1cwBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zAFVzZXIgY2FsbGJhY2sgZXJyb3IAYG9uX3Jlc2V0YCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfaGVhZGVyYCBjYWxsYmFjayBlcnJvcgBgb25fbWVzc2FnZV9iZWdpbmAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3N0YXR1c19jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3ZlcnNpb25fY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl91cmxfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2hlYWRlcl92YWx1ZV9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX21lc3NhZ2VfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXRob2RfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfZmllbGRfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fbmFtZWAgY2FsbGJhY2sgZXJyb3IAVW5leHBlY3RlZCBjaGFyIGluIHVybCBzZXJ2ZXIASW52YWxpZCBoZWFkZXIgdmFsdWUgY2hhcgBJbnZhbGlkIGhlYWRlciBmaWVsZCBjaGFyAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fdmVyc2lvbgBJbnZhbGlkIG1pbm9yIHZlcnNpb24ASW52YWxpZCBtYWpvciB2ZXJzaW9uAEV4cGVjdGVkIHNwYWNlIGFmdGVyIHZlcnNpb24ARXhwZWN0ZWQgQ1JMRiBhZnRlciB2ZXJzaW9uAEludmFsaWQgSFRUUCB2ZXJzaW9uAEludmFsaWQgaGVhZGVyIHRva2VuAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fdXJsAEludmFsaWQgY2hhcmFjdGVycyBpbiB1cmwAVW5leHBlY3RlZCBzdGFydCBjaGFyIGluIHVybABEb3VibGUgQCBpbiB1cmwARW1wdHkgQ29udGVudC1MZW5ndGgASW52YWxpZCBjaGFyYWN0ZXIgaW4gQ29udGVudC1MZW5ndGgARHVwbGljYXRlIENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhciBpbiB1cmwgcGF0aABDb250ZW50LUxlbmd0aCBjYW4ndCBiZSBwcmVzZW50IHdpdGggVHJhbnNmZXItRW5jb2RpbmcASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgc2l6ZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2hlYWRlcl92YWx1ZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHZhbHVlAE1pc3NpbmcgZXhwZWN0ZWQgTEYgYWZ0ZXIgaGVhZGVyIHZhbHVlAEludmFsaWQgYFRyYW5zZmVyLUVuY29kaW5nYCBoZWFkZXIgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZSB2YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHF1b3RlZCB2YWx1ZQBQYXVzZWQgYnkgb25faGVhZGVyc19jb21wbGV0ZQBJbnZhbGlkIEVPRiBzdGF0ZQBvbl9yZXNldCBwYXVzZQBvbl9jaHVua19oZWFkZXIgcGF1c2UAb25fbWVzc2FnZV9iZWdpbiBwYXVzZQBvbl9jaHVua19leHRlbnNpb25fdmFsdWUgcGF1c2UAb25fc3RhdHVzX2NvbXBsZXRlIHBhdXNlAG9uX3ZlcnNpb25fY29tcGxldGUgcGF1c2UAb25fdXJsX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2NvbXBsZXRlIHBhdXNlAG9uX2hlYWRlcl92YWx1ZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXNzYWdlX2NvbXBsZXRlIHBhdXNlAG9uX21ldGhvZF9jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfZmllbGRfY29tcGxldGUgcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX25hbWUgcGF1c2UAVW5leHBlY3RlZCBzcGFjZSBhZnRlciBzdGFydCBsaW5lAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fY2h1bmtfZXh0ZW5zaW9uX25hbWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBuYW1lAFBhdXNlIG9uIENPTk5FQ1QvVXBncmFkZQBQYXVzZSBvbiBQUkkvVXBncmFkZQBFeHBlY3RlZCBIVFRQLzIgQ29ubmVjdGlvbiBQcmVmYWNlAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fbWV0aG9kAEV4cGVjdGVkIHNwYWNlIGFmdGVyIG1ldGhvZABTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2hlYWRlcl9maWVsZABQYXVzZWQASW52YWxpZCB3b3JkIGVuY291bnRlcmVkAEludmFsaWQgbWV0aG9kIGVuY291bnRlcmVkAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2NoZW1hAFJlcXVlc3QgaGFzIGludmFsaWQgYFRyYW5zZmVyLUVuY29kaW5nYABTV0lUQ0hfUFJPWFkAVVNFX1BST1hZAE1LQUNUSVZJVFkAVU5QUk9DRVNTQUJMRV9FTlRJVFkAQ09QWQBNT1ZFRF9QRVJNQU5FTlRMWQBUT09fRUFSTFkATk9USUZZAEZBSUxFRF9ERVBFTkRFTkNZAEJBRF9HQVRFV0FZAFBMQVkAUFVUAENIRUNLT1VUAEdBVEVXQVlfVElNRU9VVABSRVFVRVNUX1RJTUVPVVQATkVUV09SS19DT05ORUNUX1RJTUVPVVQAQ09OTkVDVElPTl9USU1FT1VUAExPR0lOX1RJTUVPVVQATkVUV09SS19SRUFEX1RJTUVPVVQAUE9TVABNSVNESVJFQ1RFRF9SRVFVRVNUAENMSUVOVF9DTE9TRURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX0xPQURfQkFMQU5DRURfUkVRVUVTVABCQURfUkVRVUVTVABIVFRQX1JFUVVFU1RfU0VOVF9UT19IVFRQU19QT1JUAFJFUE9SVABJTV9BX1RFQVBPVABSRVNFVF9DT05URU5UAE5PX0NPTlRFTlQAUEFSVElBTF9DT05URU5UAEhQRV9JTlZBTElEX0NPTlNUQU5UAEhQRV9DQl9SRVNFVABHRVQASFBFX1NUUklDVABDT05GTElDVABURU1QT1JBUllfUkVESVJFQ1QAUEVSTUFORU5UX1JFRElSRUNUAENPTk5FQ1QATVVMVElfU1RBVFVTAEhQRV9JTlZBTElEX1NUQVRVUwBUT09fTUFOWV9SRVFVRVNUUwBFQVJMWV9ISU5UUwBVTkFWQUlMQUJMRV9GT1JfTEVHQUxfUkVBU09OUwBPUFRJT05TAFNXSVRDSElOR19QUk9UT0NPTFMAVkFSSUFOVF9BTFNPX05FR09USUFURVMATVVMVElQTEVfQ0hPSUNFUwBJTlRFUk5BTF9TRVJWRVJfRVJST1IAV0VCX1NFUlZFUl9VTktOT1dOX0VSUk9SAFJBSUxHVU5fRVJST1IASURFTlRJVFlfUFJPVklERVJfQVVUSEVOVElDQVRJT05fRVJST1IAU1NMX0NFUlRJRklDQVRFX0VSUk9SAElOVkFMSURfWF9GT1JXQVJERURfRk9SAFNFVF9QQVJBTUVURVIAR0VUX1BBUkFNRVRFUgBIUEVfVVNFUgBTRUVfT1RIRVIASFBFX0NCX0NIVU5LX0hFQURFUgBNS0NBTEVOREFSAFNFVFVQAFdFQl9TRVJWRVJfSVNfRE9XTgBURUFSRE9XTgBIUEVfQ0xPU0VEX0NPTk5FQ1RJT04ASEVVUklTVElDX0VYUElSQVRJT04ARElTQ09OTkVDVEVEX09QRVJBVElPTgBOT05fQVVUSE9SSVRBVElWRV9JTkZPUk1BVElPTgBIUEVfSU5WQUxJRF9WRVJTSU9OAEhQRV9DQl9NRVNTQUdFX0JFR0lOAFNJVEVfSVNfRlJPWkVOAEhQRV9JTlZBTElEX0hFQURFUl9UT0tFTgBJTlZBTElEX1RPS0VOAEZPUkJJRERFTgBFTkhBTkNFX1lPVVJfQ0FMTQBIUEVfSU5WQUxJRF9VUkwAQkxPQ0tFRF9CWV9QQVJFTlRBTF9DT05UUk9MAE1LQ09MAEFDTABIUEVfSU5URVJOQUwAUkVRVUVTVF9IRUFERVJfRklFTERTX1RPT19MQVJHRV9VTk9GRklDSUFMAEhQRV9PSwBVTkxJTksAVU5MT0NLAFBSSQBSRVRSWV9XSVRIAEhQRV9JTlZBTElEX0NPTlRFTlRfTEVOR1RIAEhQRV9VTkVYUEVDVEVEX0NPTlRFTlRfTEVOR1RIAEZMVVNIAFBST1BQQVRDSABNLVNFQVJDSABVUklfVE9PX0xPTkcAUFJPQ0VTU0lORwBNSVNDRUxMQU5FT1VTX1BFUlNJU1RFTlRfV0FSTklORwBNSVNDRUxMQU5FT1VTX1dBUk5JTkcASFBFX0lOVkFMSURfVFJBTlNGRVJfRU5DT0RJTkcARXhwZWN0ZWQgQ1JMRgBIUEVfSU5WQUxJRF9DSFVOS19TSVpFAE1PVkUAQ09OVElOVUUASFBFX0NCX1NUQVRVU19DT01QTEVURQBIUEVfQ0JfSEVBREVSU19DT01QTEVURQBIUEVfQ0JfVkVSU0lPTl9DT01QTEVURQBIUEVfQ0JfVVJMX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19DT01QTEVURQBIUEVfQ0JfSEVBREVSX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fVkFMVUVfQ09NUExFVEUASFBFX0NCX0NIVU5LX0VYVEVOU0lPTl9OQU1FX0NPTVBMRVRFAEhQRV9DQl9NRVNTQUdFX0NPTVBMRVRFAEhQRV9DQl9NRVRIT0RfQ09NUExFVEUASFBFX0NCX0hFQURFUl9GSUVMRF9DT01QTEVURQBERUxFVEUASFBFX0lOVkFMSURfRU9GX1NUQVRFAElOVkFMSURfU1NMX0NFUlRJRklDQVRFAFBBVVNFAE5PX1JFU1BPTlNFAFVOU1VQUE9SVEVEX01FRElBX1RZUEUAR09ORQBOT1RfQUNDRVBUQUJMRQBTRVJWSUNFX1VOQVZBSUxBQkxFAFJBTkdFX05PVF9TQVRJU0ZJQUJMRQBPUklHSU5fSVNfVU5SRUFDSEFCTEUAUkVTUE9OU0VfSVNfU1RBTEUAUFVSR0UATUVSR0UAUkVRVUVTVF9IRUFERVJfRklFTERTX1RPT19MQVJHRQBSRVFVRVNUX0hFQURFUl9UT09fTEFSR0UAUEFZTE9BRF9UT09fTEFSR0UASU5TVUZGSUNJRU5UX1NUT1JBR0UASFBFX1BBVVNFRF9VUEdSQURFAEhQRV9QQVVTRURfSDJfVVBHUkFERQBTT1VSQ0UAQU5OT1VOQ0UAVFJBQ0UASFBFX1VORVhQRUNURURfU1BBQ0UAREVTQ1JJQkUAVU5TVUJTQ1JJQkUAUkVDT1JEAEhQRV9JTlZBTElEX01FVEhPRABOT1RfRk9VTkQAUFJPUEZJTkQAVU5CSU5EAFJFQklORABVTkFVVEhPUklaRUQATUVUSE9EX05PVF9BTExPV0VEAEhUVFBfVkVSU0lPTl9OT1RfU1VQUE9SVEVEAEFMUkVBRFlfUkVQT1JURUQAQUNDRVBURUQATk9UX0lNUExFTUVOVEVEAExPT1BfREVURUNURUQASFBFX0NSX0VYUEVDVEVEAEhQRV9MRl9FWFBFQ1RFRABDUkVBVEVEAElNX1VTRUQASFBFX1BBVVNFRABUSU1FT1VUX09DQ1VSRUQAUEFZTUVOVF9SRVFVSVJFRABQUkVDT05ESVRJT05fUkVRVUlSRUQAUFJPWFlfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATkVUV09SS19BVVRIRU5USUNBVElPTl9SRVFVSVJFRABMRU5HVEhfUkVRVUlSRUQAU1NMX0NFUlRJRklDQVRFX1JFUVVJUkVEAFVQR1JBREVfUkVRVUlSRUQAUEFHRV9FWFBJUkVEAFBSRUNPTkRJVElPTl9GQUlMRUQARVhQRUNUQVRJT05fRkFJTEVEAFJFVkFMSURBVElPTl9GQUlMRUQAU1NMX0hBTkRTSEFLRV9GQUlMRUQATE9DS0VEAFRSQU5TRk9STUFUSU9OX0FQUExJRUQATk9UX01PRElGSUVEAE5PVF9FWFRFTkRFRABCQU5EV0lEVEhfTElNSVRfRVhDRUVERUQAU0lURV9JU19PVkVSTE9BREVEAEhFQUQARXhwZWN0ZWQgSFRUUC8AAF4TAAAmEwAAMBAAAPAXAACdEwAAFRIAADkXAADwEgAAChAAAHUSAACtEgAAghMAAE8UAAB/EAAAoBUAACMUAACJEgAAixQAAE0VAADUEQAAzxQAABAYAADJFgAA3BYAAMERAADgFwAAuxQAAHQUAAB8FQAA5RQAAAgXAAAfEAAAZRUAAKMUAAAoFQAAAhUAAJkVAAAsEAAAixkAAE8PAADUDgAAahAAAM4QAAACFwAAiQ4AAG4TAAAcEwAAZhQAAFYXAADBEwAAzRMAAGwTAABoFwAAZhcAAF8XAAAiEwAAzg8AAGkOAADYDgAAYxYAAMsTAACqDgAAKBcAACYXAADFEwAAXRYAAOgRAABnEwAAZRMAAPIWAABzEwAAHRcAAPkWAADzEQAAzw4AAM4VAAAMEgAAsxEAAKURAABhEAAAMhcAALsTAEH5NQsBAQBBkDYL4AEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB/TcLAQEAQZE4C14CAwICAgICAAACAgACAgACAgICAgICAgICAAQAAAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAEH9OQsBAQBBkToLXgIAAgICAgIAAAICAAICAAICAgICAgICAgIAAwAEAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAQfA7Cw1sb3NlZWVwLWFsaXZlAEGJPAsBAQBBoDwL4AEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBBiT4LAQEAQaA+C+cBAQEBAQEBAQEBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQFjaHVua2VkAEGwwAALXwEBAAEBAQEBAAABAQABAQABAQEBAQEBAQEBAAAAAAAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAEGQwgALIWVjdGlvbmVudC1sZW5ndGhvbnJveHktY29ubmVjdGlvbgBBwMIACy1yYW5zZmVyLWVuY29kaW5ncGdyYWRlDQoNCg0KU00NCg0KVFRQL0NFL1RTUC8AQfnCAAsFAQIAAQMAQZDDAAvgAQQBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAEH5xAALBQECAAEDAEGQxQAL4AEEAQEFAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+cYACwQBAAABAEGRxwAL3wEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAEH6yAALBAEAAAIAQZDJAAtfAwQAAAQEBAQEBAQEBAQEBQQEBAQEBAQEBAQEBAAEAAYHBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQAQfrKAAsEAQAAAQBBkMsACwEBAEGqywALQQIAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAEH6zAALBAEAAAEAQZDNAAsBAQBBms0ACwYCAAAAAAIAQbHNAAs6AwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBB8M4AC5YBTk9VTkNFRUNLT1VUTkVDVEVURUNSSUJFTFVTSEVURUFEU0VBUkNIUkdFQ1RJVklUWUxFTkRBUlZFT1RJRllQVElPTlNDSFNFQVlTVEFUQ0hHRU9SRElSRUNUT1JUUkNIUEFSQU1FVEVSVVJDRUJTQ1JJQkVBUkRPV05BQ0VJTkROS0NLVUJTQ1JJQkVIVFRQL0FEVFAv","base64")},3434:(A,i,g)=>{const{Buffer:E}=g(4573);A.exports=E.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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AAADAEGUCAsFBAAAAAUAQaQICwkGAAAABwAAAAgAQdwIC4otSW52YWxpZCBjaGFyIGluIHVybCBxdWVyeQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2JvZHkAQ29udGVudC1MZW5ndGggb3ZlcmZsb3cAQ2h1bmsgc2l6ZSBvdmVyZmxvdwBSZXNwb25zZSBvdmVyZmxvdwBJbnZhbGlkIG1ldGhvZCBmb3IgSFRUUC94LnggcmVxdWVzdABJbnZhbGlkIG1ldGhvZCBmb3IgUlRTUC94LnggcmVxdWVzdABFeHBlY3RlZCBTT1VSQ0UgbWV0aG9kIGZvciBJQ0UveC54IHJlcXVlc3QASW52YWxpZCBjaGFyIGluIHVybCBmcmFnbWVudCBzdGFydABFeHBlY3RlZCBkb3QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9zdGF0dXMASW52YWxpZCByZXNwb25zZSBzdGF0dXMASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucwBVc2VyIGNhbGxiYWNrIGVycm9yAGBvbl9yZXNldGAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2hlYWRlcmAgY2FsbGJhY2sgZXJyb3IAYG9uX21lc3NhZ2VfYmVnaW5gIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fdmFsdWVgIGNhbGxiYWNrIGVycm9yAGBvbl9zdGF0dXNfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl92ZXJzaW9uX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdXJsX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXNzYWdlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWV0aG9kX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX25hbWVgIGNhbGxiYWNrIGVycm9yAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2VydmVyAEludmFsaWQgaGVhZGVyIHZhbHVlIGNoYXIASW52YWxpZCBoZWFkZXIgZmllbGQgY2hhcgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3ZlcnNpb24ASW52YWxpZCBtaW5vciB2ZXJzaW9uAEludmFsaWQgbWFqb3IgdmVyc2lvbgBFeHBlY3RlZCBzcGFjZSBhZnRlciB2ZXJzaW9uAEV4cGVjdGVkIENSTEYgYWZ0ZXIgdmVyc2lvbgBJbnZhbGlkIEhUVFAgdmVyc2lvbgBJbnZhbGlkIGhlYWRlciB0b2tlbgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3VybABJbnZhbGlkIGNoYXJhY3RlcnMgaW4gdXJsAFVuZXhwZWN0ZWQgc3RhcnQgY2hhciBpbiB1cmwARG91YmxlIEAgaW4gdXJsAEVtcHR5IENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhcmFjdGVyIGluIENvbnRlbnQtTGVuZ3RoAER1cGxpY2F0ZSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXIgaW4gdXJsIHBhdGgAQ29udGVudC1MZW5ndGggY2FuJ3QgYmUgcHJlc2VudCB3aXRoIFRyYW5zZmVyLUVuY29kaW5nAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIHNpemUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfdmFsdWUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyB2YWx1ZQBNaXNzaW5nIGV4cGVjdGVkIExGIGFmdGVyIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AgaGVhZGVyIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGUgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZWQgdmFsdWUAUGF1c2VkIGJ5IG9uX2hlYWRlcnNfY29tcGxldGUASW52YWxpZCBFT0Ygc3RhdGUAb25fcmVzZXQgcGF1c2UAb25fY2h1bmtfaGVhZGVyIHBhdXNlAG9uX21lc3NhZ2VfYmVnaW4gcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlIHBhdXNlAG9uX3N0YXR1c19jb21wbGV0ZSBwYXVzZQBvbl92ZXJzaW9uX2NvbXBsZXRlIHBhdXNlAG9uX3VybF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGUgcGF1c2UAb25fbWVzc2FnZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXRob2RfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lIHBhdXNlAFVuZXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgc3RhcnQgbGluZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgbmFtZQBQYXVzZSBvbiBDT05ORUNUL1VwZ3JhZGUAUGF1c2Ugb24gUFJJL1VwZ3JhZGUARXhwZWN0ZWQgSFRUUC8yIENvbm5lY3Rpb24gUHJlZmFjZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX21ldGhvZABFeHBlY3RlZCBzcGFjZSBhZnRlciBtZXRob2QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfZmllbGQAUGF1c2VkAEludmFsaWQgd29yZCBlbmNvdW50ZXJlZABJbnZhbGlkIG1ldGhvZCBlbmNvdW50ZXJlZABVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNjaGVtYQBSZXF1ZXN0IGhhcyBpbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AAU1dJVENIX1BST1hZAFVTRV9QUk9YWQBNS0FDVElWSVRZAFVOUFJPQ0VTU0FCTEVfRU5USVRZAENPUFkATU9WRURfUEVSTUFORU5UTFkAVE9PX0VBUkxZAE5PVElGWQBGQUlMRURfREVQRU5ERU5DWQBCQURfR0FURVdBWQBQTEFZAFBVVABDSEVDS09VVABHQVRFV0FZX1RJTUVPVVQAUkVRVUVTVF9USU1FT1VUAE5FVFdPUktfQ09OTkVDVF9USU1FT1VUAENPTk5FQ1RJT05fVElNRU9VVABMT0dJTl9USU1FT1VUAE5FVFdPUktfUkVBRF9USU1FT1VUAFBPU1QATUlTRElSRUNURURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9MT0FEX0JBTEFOQ0VEX1JFUVVFU1QAQkFEX1JFUVVFU1QASFRUUF9SRVFVRVNUX1NFTlRfVE9fSFRUUFNfUE9SVABSRVBPUlQASU1fQV9URUFQT1QAUkVTRVRfQ09OVEVOVABOT19DT05URU5UAFBBUlRJQUxfQ09OVEVOVABIUEVfSU5WQUxJRF9DT05TVEFOVABIUEVfQ0JfUkVTRVQAR0VUAEhQRV9TVFJJQ1QAQ09ORkxJQ1QAVEVNUE9SQVJZX1JFRElSRUNUAFBFUk1BTkVOVF9SRURJUkVDVABDT05ORUNUAE1VTFRJX1NUQVRVUwBIUEVfSU5WQUxJRF9TVEFUVVMAVE9PX01BTllfUkVRVUVTVFMARUFSTFlfSElOVFMAVU5BVkFJTEFCTEVfRk9SX0xFR0FMX1JFQVNPTlMAT1BUSU9OUwBTV0lUQ0hJTkdfUFJPVE9DT0xTAFZBUklBTlRfQUxTT19ORUdPVElBVEVTAE1VTFRJUExFX0NIT0lDRVMASU5URVJOQUxfU0VSVkVSX0VSUk9SAFdFQl9TRVJWRVJfVU5LTk9XTl9FUlJPUgBSQUlMR1VOX0VSUk9SAElERU5USVRZX1BST1ZJREVSX0FVVEhFTlRJQ0FUSU9OX0VSUk9SAFNTTF9DRVJUSUZJQ0FURV9FUlJPUgBJTlZBTElEX1hfRk9SV0FSREVEX0ZPUgBTRVRfUEFSQU1FVEVSAEdFVF9QQVJBTUVURVIASFBFX1VTRVIAU0VFX09USEVSAEhQRV9DQl9DSFVOS19IRUFERVIATUtDQUxFTkRBUgBTRVRVUABXRUJfU0VSVkVSX0lTX0RPV04AVEVBUkRPV04ASFBFX0NMT1NFRF9DT05ORUNUSU9OAEhFVVJJU1RJQ19FWFBJUkFUSU9OAERJU0NPTk5FQ1RFRF9PUEVSQVRJT04ATk9OX0FVVEhPUklUQVRJVkVfSU5GT1JNQVRJT04ASFBFX0lOVkFMSURfVkVSU0lPTgBIUEVfQ0JfTUVTU0FHRV9CRUdJTgBTSVRFX0lTX0ZST1pFTgBIUEVfSU5WQUxJRF9IRUFERVJfVE9LRU4ASU5WQUxJRF9UT0tFTgBGT1JCSURERU4ARU5IQU5DRV9ZT1VSX0NBTE0ASFBFX0lOVkFMSURfVVJMAEJMT0NLRURfQllfUEFSRU5UQUxfQ09OVFJPTABNS0NPTABBQ0wASFBFX0lOVEVSTkFMAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0VfVU5PRkZJQ0lBTABIUEVfT0sAVU5MSU5LAFVOTE9DSwBQUkkAUkVUUllfV0lUSABIUEVfSU5WQUxJRF9DT05URU5UX0xFTkdUSABIUEVfVU5FWFBFQ1RFRF9DT05URU5UX0xFTkdUSABGTFVTSABQUk9QUEFUQ0gATS1TRUFSQ0gAVVJJX1RPT19MT05HAFBST0NFU1NJTkcATUlTQ0VMTEFORU9VU19QRVJTSVNURU5UX1dBUk5JTkcATUlTQ0VMTEFORU9VU19XQVJOSU5HAEhQRV9JTlZBTElEX1RSQU5TRkVSX0VOQ09ESU5HAEV4cGVjdGVkIENSTEYASFBFX0lOVkFMSURfQ0hVTktfU0laRQBNT1ZFAENPTlRJTlVFAEhQRV9DQl9TVEFUVVNfQ09NUExFVEUASFBFX0NCX0hFQURFUlNfQ09NUExFVEUASFBFX0NCX1ZFUlNJT05fQ09NUExFVEUASFBFX0NCX1VSTF9DT01QTEVURQBIUEVfQ0JfQ0hVTktfQ09NUExFVEUASFBFX0NCX0hFQURFUl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fTkFNRV9DT01QTEVURQBIUEVfQ0JfTUVTU0FHRV9DT01QTEVURQBIUEVfQ0JfTUVUSE9EX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfRklFTERfQ09NUExFVEUAREVMRVRFAEhQRV9JTlZBTElEX0VPRl9TVEFURQBJTlZBTElEX1NTTF9DRVJUSUZJQ0FURQBQQVVTRQBOT19SRVNQT05TRQBVTlNVUFBPUlRFRF9NRURJQV9UWVBFAEdPTkUATk9UX0FDQ0VQVEFCTEUAU0VSVklDRV9VTkFWQUlMQUJMRQBSQU5HRV9OT1RfU0FUSVNGSUFCTEUAT1JJR0lOX0lTX1VOUkVBQ0hBQkxFAFJFU1BPTlNFX0lTX1NUQUxFAFBVUkdFAE1FUkdFAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0UAUkVRVUVTVF9IRUFERVJfVE9PX0xBUkdFAFBBWUxPQURfVE9PX0xBUkdFAElOU1VGRklDSUVOVF9TVE9SQUdFAEhQRV9QQVVTRURfVVBHUkFERQBIUEVfUEFVU0VEX0gyX1VQR1JBREUAU09VUkNFAEFOTk9VTkNFAFRSQUNFAEhQRV9VTkVYUEVDVEVEX1NQQUNFAERFU0NSSUJFAFVOU1VCU0NSSUJFAFJFQ09SRABIUEVfSU5WQUxJRF9NRVRIT0QATk9UX0ZPVU5EAFBST1BGSU5EAFVOQklORABSRUJJTkQAVU5BVVRIT1JJWkVEAE1FVEhPRF9OT1RfQUxMT1dFRABIVFRQX1ZFUlNJT05fTk9UX1NVUFBPUlRFRABBTFJFQURZX1JFUE9SVEVEAEFDQ0VQVEVEAE5PVF9JTVBMRU1FTlRFRABMT09QX0RFVEVDVEVEAEhQRV9DUl9FWFBFQ1RFRABIUEVfTEZfRVhQRUNURUQAQ1JFQVRFRABJTV9VU0VEAEhQRV9QQVVTRUQAVElNRU9VVF9PQ0NVUkVEAFBBWU1FTlRfUkVRVUlSRUQAUFJFQ09ORElUSU9OX1JFUVVJUkVEAFBST1hZX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAE5FVFdPUktfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATEVOR1RIX1JFUVVJUkVEAFNTTF9DRVJUSUZJQ0FURV9SRVFVSVJFRABVUEdSQURFX1JFUVVJUkVEAFBBR0VfRVhQSVJFRABQUkVDT05ESVRJT05fRkFJTEVEAEVYUEVDVEFUSU9OX0ZBSUxFRABSRVZBTElEQVRJT05fRkFJTEVEAFNTTF9IQU5EU0hBS0VfRkFJTEVEAExPQ0tFRABUUkFOU0ZPUk1BVElPTl9BUFBMSUVEAE5PVF9NT0RJRklFRABOT1RfRVhURU5ERUQAQkFORFdJRFRIX0xJTUlUX0VYQ0VFREVEAFNJVEVfSVNfT1ZFUkxPQURFRABIRUFEAEV4cGVjdGVkIEhUVFAvAABeEwAAJhMAADAQAADwFwAAnRMAABUSAAA5FwAA8BIAAAoQAAB1EgAArRIAAIITAABPFAAAfxAAAKAVAAAjFAAAiRIAAIsUAABNFQAA1BEAAM8UAAAQGAAAyRYAANwWAADBEQAA4BcAALsUAAB0FAAAfBUAAOUUAAAIFwAAHxAAAGUVAACjFAAAKBUAAAIVAACZFQAALBAAAIsZAABPDwAA1A4AAGoQAADOEAAAAhcAAIkOAABuEwAAHBMAAGYUAABWFwAAwRMAAM0TAABsEwAAaBcAAGYXAABfFwAAIhMAAM4PAABpDgAA2A4AAGMWAADLEwAAqg4AACgXAAAmFwAAxRMAAF0WAADoEQAAZxMAAGUTAADyFgAAcxMAAB0XAAD5FgAA8xEAAM8OAADOFQAADBIAALMRAAClEQAAYRAAADIXAAC7EwBB+TULAQEAQZA2C+ABAQECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQf03CwEBAEGROAteAgMCAgICAgAAAgIAAgIAAgICAgICAgICAgAEAAAAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAgICAAIAAgBB/TkLAQEAQZE6C14CAAICAgICAAACAgACAgACAgICAgICAgICAAMABAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAEHwOwsNbG9zZWVlcC1hbGl2ZQBBiTwLAQEAQaA8C+ABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQYk+CwEBAEGgPgvnAQEBAQEBAQEBAQEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBY2h1bmtlZABBsMAAC18BAQABAQEBAQAAAQEAAQEAAQEBAQEBAQEBAQAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQBBkMIACyFlY3Rpb25lbnQtbGVuZ3Rob25yb3h5LWNvbm5lY3Rpb24AQcDCAAstcmFuc2Zlci1lbmNvZGluZ3BncmFkZQ0KDQoNClNNDQoNClRUUC9DRS9UU1AvAEH5wgALBQECAAEDAEGQwwAL4AEEAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+cQACwUBAgABAwBBkMUAC+ABBAEBBQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQfnGAAsEAQAAAQBBkccAC98BAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+sgACwQBAAACAEGQyQALXwMEAAAEBAQEBAQEBAQEBAUEBAQEBAQEBAQEBAQABAAGBwQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEAEH6ygALBAEAAAEAQZDLAAsBAQBBqssAC0ECAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBB+swACwQBAAABAEGQzQALAQEAQZrNAAsGAgAAAAACAEGxzQALOgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQfDOAAuWAU5PVU5DRUVDS09VVE5FQ1RFVEVDUklCRUxVU0hFVEVBRFNFQVJDSFJHRUNUSVZJVFlMRU5EQVJWRU9USUZZUFRJT05TQ0hTRUFZU1RBVENIR0VPUkRJUkVDVE9SVFJDSFBBUkFNRVRFUlVSQ0VCU0NSSUJFQVJET1dOQUNFSU5ETktDS1VCU0NSSUJFSFRUUC9BRFRQLw==","base64")},172:(A,i)=>{Object.defineProperty(i,"__esModule",{value:true});i.enumToMap=void 0;function enumToMap(A){const i={};Object.keys(A).forEach((g=>{const E=A[g];if(typeof E==="number"){i[g]=E}}));return i}i.enumToMap=enumToMap},7501:(A,i,g)=>{const{kClients:E}=g(6443);const p=g(7405);const{kAgent:C,kMockAgentSet:f,kMockAgentGet:Q,kDispatches:B,kIsMockActive:I,kNetConnect:y,kGetNetConnect:b,kOptions:D,kFactory:R}=g(1117);const k=g(7365);const S=g(4004);const{matchValue:v,buildMockOptions:F}=g(3397);const{InvalidArgumentError:x,UndiciError:U}=g(8707);const L=g(883);const M=g(1529);const T=g(6142);class MockAgent extends L{constructor(A){super(A);this[y]=true;this[I]=true;if(A?.agent&&typeof A.agent.dispatch!=="function"){throw new x("Argument opts.agent must implement Agent")}const i=A?.agent?A.agent:new p(A);this[C]=i;this[E]=i[E];this[D]=F(A)}get(A){let i=this[Q](A);if(!i){i=this[R](A);this[f](A,i)}return i}dispatch(A,i){this.get(A.origin);return this[C].dispatch(A,i)}async close(){await this[C].close();this[E].clear()}deactivate(){this[I]=false}activate(){this[I]=true}enableNetConnect(A){if(typeof A==="string"||typeof A==="function"||A instanceof RegExp){if(Array.isArray(this[y])){this[y].push(A)}else{this[y]=[A]}}else if(typeof A==="undefined"){this[y]=true}else{throw new x("Unsupported matcher. Must be one of String|Function|RegExp.")}}disableNetConnect(){this[y]=false}get isMockActive(){return this[I]}[f](A,i){this[E].set(A,i)}[R](A){const i=Object.assign({agent:this},this[D]);return this[D]&&this[D].connections===1?new k(A,i):new S(A,i)}[Q](A){const i=this[E].get(A);if(i){return i}if(typeof A!=="string"){const i=this[R]("http://localhost:9999");this[f](A,i);return i}for(const[i,g]of Array.from(this[E])){if(g&&typeof i!=="string"&&v(i,A)){const i=this[R](A);this[f](A,i);i[B]=g[B];return i}}}[b](){return this[y]}pendingInterceptors(){const A=this[E];return Array.from(A.entries()).flatMap((([A,i])=>i[B].map((i=>({...i,origin:A}))))).filter((({pending:A})=>A))}assertNoPendingInterceptors({pendingInterceptorsFormatter:A=new T}={}){const i=this.pendingInterceptors();if(i.length===0){return}const g=new M("interceptor","interceptors").pluralize(i.length);throw new U(`\n${g.count} ${g.noun} ${g.is} pending:\n\n${A.format(i)}\n`.trim())}}A.exports=MockAgent},7365:(A,i,g)=>{const{promisify:E}=g(7975);const p=g(3701);const{buildMockDispatch:C}=g(3397);const{kDispatches:f,kMockAgent:Q,kClose:B,kOriginalClose:I,kOrigin:y,kOriginalDispatch:b,kConnected:D}=g(1117);const{MockInterceptor:R}=g(1511);const k=g(6443);const{InvalidArgumentError:S}=g(8707);class MockClient extends p{constructor(A,i){super(A,i);if(!i||!i.agent||typeof i.agent.dispatch!=="function"){throw new S("Argument opts.agent must implement Agent")}this[Q]=i.agent;this[y]=A;this[f]=[];this[D]=1;this[b]=this.dispatch;this[I]=this.close.bind(this);this.dispatch=C.call(this);this.close=this[B]}get[k.kConnected](){return this[D]}intercept(A){return new R(A,this[f])}async[B](){await E(this[I])();this[D]=0;this[Q][k.kClients].delete(this[y])}}A.exports=MockClient},2429:(A,i,g)=>{const{UndiciError:E}=g(8707);const p=Symbol.for("undici.error.UND_MOCK_ERR_MOCK_NOT_MATCHED");class MockNotMatchedError extends E{constructor(A){super(A);Error.captureStackTrace(this,MockNotMatchedError);this.name="MockNotMatchedError";this.message=A||"The request does not match any registered mock dispatches";this.code="UND_MOCK_ERR_MOCK_NOT_MATCHED"}static[Symbol.hasInstance](A){return A&&A[p]===true}[p]=true}A.exports={MockNotMatchedError:MockNotMatchedError}},1511:(A,i,g)=>{const{getResponseData:E,buildKey:p,addMockDispatch:C}=g(3397);const{kDispatches:f,kDispatchKey:Q,kDefaultHeaders:B,kDefaultTrailers:I,kContentLength:y,kMockDispatch:b}=g(1117);const{InvalidArgumentError:D}=g(8707);const{buildURL:R}=g(3440);class MockScope{constructor(A){this[b]=A}delay(A){if(typeof A!=="number"||!Number.isInteger(A)||A<=0){throw new D("waitInMs must be a valid integer > 0")}this[b].delay=A;return this}persist(){this[b].persist=true;return this}times(A){if(typeof A!=="number"||!Number.isInteger(A)||A<=0){throw new D("repeatTimes must be a valid integer > 0")}this[b].times=A;return this}}class MockInterceptor{constructor(A,i){if(typeof A!=="object"){throw new D("opts must be an object")}if(typeof A.path==="undefined"){throw new D("opts.path must be defined")}if(typeof A.method==="undefined"){A.method="GET"}if(typeof A.path==="string"){if(A.query){A.path=R(A.path,A.query)}else{const i=new URL(A.path,"data://");A.path=i.pathname+i.search}}if(typeof A.method==="string"){A.method=A.method.toUpperCase()}this[Q]=p(A);this[f]=i;this[B]={};this[I]={};this[y]=false}createMockScopeDispatchData({statusCode:A,data:i,responseOptions:g}){const p=E(i);const C=this[y]?{"content-length":p.length}:{};const f={...this[B],...C,...g.headers};const Q={...this[I],...g.trailers};return{statusCode:A,data:i,headers:f,trailers:Q}}validateReplyParameters(A){if(typeof A.statusCode==="undefined"){throw new D("statusCode must be defined")}if(typeof A.responseOptions!=="object"||A.responseOptions===null){throw new D("responseOptions must be an object")}}reply(A){if(typeof A==="function"){const wrappedDefaultsCallback=i=>{const g=A(i);if(typeof g!=="object"||g===null){throw new D("reply options callback must return an object")}const E={data:"",responseOptions:{},...g};this.validateReplyParameters(E);return{...this.createMockScopeDispatchData(E)}};const i=C(this[f],this[Q],wrappedDefaultsCallback);return new MockScope(i)}const i={statusCode:A,data:arguments[1]===undefined?"":arguments[1],responseOptions:arguments[2]===undefined?{}:arguments[2]};this.validateReplyParameters(i);const g=this.createMockScopeDispatchData(i);const E=C(this[f],this[Q],g);return new MockScope(E)}replyWithError(A){if(typeof A==="undefined"){throw new D("error must be defined")}const i=C(this[f],this[Q],{error:A});return new MockScope(i)}defaultReplyHeaders(A){if(typeof A==="undefined"){throw new D("headers must be defined")}this[B]=A;return this}defaultReplyTrailers(A){if(typeof A==="undefined"){throw new D("trailers must be defined")}this[I]=A;return this}replyContentLength(){this[y]=true;return this}}A.exports.MockInterceptor=MockInterceptor;A.exports.MockScope=MockScope},4004:(A,i,g)=>{const{promisify:E}=g(7975);const p=g(628);const{buildMockDispatch:C}=g(3397);const{kDispatches:f,kMockAgent:Q,kClose:B,kOriginalClose:I,kOrigin:y,kOriginalDispatch:b,kConnected:D}=g(1117);const{MockInterceptor:R}=g(1511);const k=g(6443);const{InvalidArgumentError:S}=g(8707);class MockPool extends p{constructor(A,i){super(A,i);if(!i||!i.agent||typeof i.agent.dispatch!=="function"){throw new S("Argument opts.agent must implement Agent")}this[Q]=i.agent;this[y]=A;this[f]=[];this[D]=1;this[b]=this.dispatch;this[I]=this.close.bind(this);this.dispatch=C.call(this);this.close=this[B]}get[k.kConnected](){return this[D]}intercept(A){return new R(A,this[f])}async[B](){await E(this[I])();this[D]=0;this[Q][k.kClients].delete(this[y])}}A.exports=MockPool},1117:A=>{A.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")}},3397:(A,i,g)=>{const{MockNotMatchedError:E}=g(2429);const{kDispatches:p,kMockAgent:C,kOriginalDispatch:f,kOrigin:Q,kGetNetConnect:B}=g(1117);const{buildURL:I}=g(3440);const{STATUS_CODES:y}=g(7067);const{types:{isPromise:b}}=g(7975);function matchValue(A,i){if(typeof A==="string"){return A===i}if(A instanceof RegExp){return A.test(i)}if(typeof A==="function"){return A(i)===true}return false}function lowerCaseEntries(A){return Object.fromEntries(Object.entries(A).map((([A,i])=>[A.toLocaleLowerCase(),i])))}function getHeaderByName(A,i){if(Array.isArray(A)){for(let g=0;g!A)).filter((({path:A})=>matchValue(safeUrl(A),p)));if(C.length===0){throw new E(`Mock dispatch not matched for path '${p}'`)}C=C.filter((({method:A})=>matchValue(A,i.method)));if(C.length===0){throw new E(`Mock dispatch not matched for method '${i.method}' on path '${p}'`)}C=C.filter((({body:A})=>typeof A!=="undefined"?matchValue(A,i.body):true));if(C.length===0){throw new E(`Mock dispatch not matched for body '${i.body}' on path '${p}'`)}C=C.filter((A=>matchHeaders(A,i.headers)));if(C.length===0){const A=typeof i.headers==="object"?JSON.stringify(i.headers):i.headers;throw new E(`Mock dispatch not matched for headers '${A}' on path '${p}'`)}return C[0]}function addMockDispatch(A,i,g){const E={timesInvoked:0,times:1,persist:false,consumed:false};const p=typeof g==="function"?{callback:g}:{...g};const C={...E,...i,pending:true,data:{error:null,...p}};A.push(C);return C}function deleteMockDispatch(A,i){const g=A.findIndex((A=>{if(!A.consumed){return false}return matchKey(A,i)}));if(g!==-1){A.splice(g,1)}}function buildKey(A){const{path:i,method:g,body:E,headers:p,query:C}=A;return{path:i,method:g,body:E,headers:p,query:C}}function generateKeyValues(A){const i=Object.keys(A);const g=[];for(let E=0;E=k;E.pending=R0){setTimeout((()=>{handleReply(this[p])}),y)}else{handleReply(this[p])}function handleReply(E,p=f){const I=Array.isArray(A.headers)?buildHeadersFromArray(A.headers):A.headers;const y=typeof p==="function"?p({...A,headers:I}):p;if(b(y)){y.then((A=>handleReply(E,A)));return}const D=getResponseData(y);const R=generateKeyValues(Q);const k=generateKeyValues(B);i.onConnect?.((A=>i.onError(A)),null);i.onHeaders?.(C,R,resume,getStatusText(C));i.onData?.(Buffer.from(D));i.onComplete?.(k);deleteMockDispatch(E,g)}function resume(){}return true}function buildMockDispatch(){const A=this[C];const i=this[Q];const g=this[f];return function dispatch(p,C){if(A.isMockActive){try{mockDispatch.call(this,p,C)}catch(f){if(f instanceof E){const Q=A[B]();if(Q===false){throw new E(`${f.message}: subsequent request to origin ${i} was not allowed (net.connect disabled)`)}if(checkNetConnect(Q,i)){g.call(this,p,C)}else{throw new E(`${f.message}: subsequent request to origin ${i} was not allowed (net.connect is not enabled for this origin)`)}}else{throw f}}}else{g.call(this,p,C)}}}function checkNetConnect(A,i){const g=new URL(i);if(A===true){return true}else if(Array.isArray(A)&&A.some((A=>matchValue(A,g.host)))){return true}return false}function buildMockOptions(A){if(A){const{agent:i,...g}=A;return g}}A.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}},6142:(A,i,g)=>{const{Transform:E}=g(7075);const{Console:p}=g(7540);const C=process.versions.icu?"✅":"Y ";const f=process.versions.icu?"❌":"N ";A.exports=class PendingInterceptorsFormatter{constructor({disableColors:A}={}){this.transform=new E({transform(A,i,g){g(null,A)}});this.logger=new p({stdout:this.transform,inspectOptions:{colors:!A&&!process.env.CI}})}format(A){const i=A.map((({method:A,path:i,data:{statusCode:g},persist:E,times:p,timesInvoked:Q,origin:B})=>({Method:A,Origin:B,Path:i,"Status code":g,Persistent:E?C:f,Invocations:Q,Remaining:E?Infinity:p-Q})));this.logger.table(i);return this.transform.read().toString()}}},1529:A=>{const i={pronoun:"it",is:"is",was:"was",this:"this"};const g={pronoun:"they",is:"are",was:"were",this:"these"};A.exports=class Pluralizer{constructor(A,i){this.singular=A;this.plural=i}pluralize(A){const E=A===1;const p=E?i:g;const C=E?this.singular:this.plural;return{...p,count:A,noun:C}}}},6603:A=>{let i=0;const g=1e3;const E=(g>>1)-1;let p;const C=Symbol("kFastTimer");const f=[];const Q=-2;const B=-1;const I=0;const y=1;function onTick(){i+=E;let A=0;let g=f.length;while(A=p._idleStart+p._idleTimeout){p._state=B;p._idleStart=-1;p._onTimeout(p._timerArg)}if(p._state===B){p._state=Q;if(--g!==0){f[A]=f[g]}}else{++A}}f.length=g;if(f.length!==0){refreshTimeout()}}function refreshTimeout(){if(p){p.refresh()}else{clearTimeout(p);p=setTimeout(onTick,E);if(p.unref){p.unref()}}}class FastTimer{[C]=true;_state=Q;_idleTimeout=-1;_idleStart=-1;_onTimeout;_timerArg;constructor(A,i,g){this._onTimeout=A;this._idleTimeout=i;this._timerArg=g;this.refresh()}refresh(){if(this._state===Q){f.push(this)}if(!p||f.length===1){refreshTimeout()}this._state=I}clear(){this._state=B;this._idleStart=-1}}A.exports={setTimeout(A,i,E){return i<=g?setTimeout(A,i,E):new FastTimer(A,i,E)},clearTimeout(A){if(A[C]){A.clear()}else{clearTimeout(A)}},setFastTimeout(A,i,g){return new FastTimer(A,i,g)},clearFastTimeout(A){A.clear()},now(){return i},tick(A=0){i+=A-g+1;onTick();onTick()},reset(){i=0;f.length=0;clearTimeout(p);p=null},kFastTimer:C}},9634:(A,i,g)=>{const{kConstruct:E}=g(109);const{urlEquals:p,getFieldValues:C}=g(6798);const{kEnumerableProperty:f,isDisturbed:Q}=g(3440);const{webidl:B}=g(5893);const{Response:I,cloneResponse:y,fromInnerResponse:b}=g(9051);const{Request:D,fromInnerRequest:R}=g(9967);const{kState:k}=g(3627);const{fetching:S}=g(4398);const{urlIsHttpHttpsScheme:v,createDeferredPromise:F,readAllBytes:x}=g(3168);const U=g(4589);class Cache{#e;constructor(){if(arguments[0]!==E){B.illegalConstructor()}B.util.markAsUncloneable(this);this.#e=arguments[1]}async match(A,i={}){B.brandCheck(this,Cache);const g="Cache.match";B.argumentLengthCheck(arguments,1,g);A=B.converters.RequestInfo(A,g,"request");i=B.converters.CacheQueryOptions(i,g,"options");const E=this.#V(A,i,1);if(E.length===0){return}return E[0]}async matchAll(A=undefined,i={}){B.brandCheck(this,Cache);const g="Cache.matchAll";if(A!==undefined)A=B.converters.RequestInfo(A,g,"request");i=B.converters.CacheQueryOptions(i,g,"options");return this.#V(A,i)}async add(A){B.brandCheck(this,Cache);const i="Cache.add";B.argumentLengthCheck(arguments,1,i);A=B.converters.RequestInfo(A,i,"request");const g=[A];const E=this.addAll(g);return await E}async addAll(A){B.brandCheck(this,Cache);const i="Cache.addAll";B.argumentLengthCheck(arguments,1,i);const g=[];const E=[];for(let g of A){if(g===undefined){throw B.errors.conversionFailed({prefix:i,argument:"Argument 1",types:["undefined is not allowed"]})}g=B.converters.RequestInfo(g);if(typeof g==="string"){continue}const A=g[k];if(!v(A.url)||A.method!=="GET"){throw B.errors.exception({header:i,message:"Expected http/s scheme when method is not GET."})}}const p=[];for(const f of A){const A=new D(f)[k];if(!v(A.url)){throw B.errors.exception({header:i,message:"Expected http/s scheme."})}A.initiator="fetch";A.destination="subresource";E.push(A);const Q=F();p.push(S({request:A,processResponse(A){if(A.type==="error"||A.status===206||A.status<200||A.status>299){Q.reject(B.errors.exception({header:"Cache.addAll",message:"Received an invalid status code or the request failed."}))}else if(A.headersList.contains("vary")){const i=C(A.headersList.get("vary"));for(const A of i){if(A==="*"){Q.reject(B.errors.exception({header:"Cache.addAll",message:"invalid vary field value"}));for(const A of p){A.abort()}return}}}},processResponseEndOfBody(A){if(A.aborted){Q.reject(new DOMException("aborted","AbortError"));return}Q.resolve(A)}}));g.push(Q.promise)}const f=Promise.all(g);const Q=await f;const I=[];let y=0;for(const A of Q){const i={type:"put",request:E[y],response:A};I.push(i);y++}const b=F();let R=null;try{this.#A(I)}catch(A){R=A}queueMicrotask((()=>{if(R===null){b.resolve(undefined)}else{b.reject(R)}}));return b.promise}async put(A,i){B.brandCheck(this,Cache);const g="Cache.put";B.argumentLengthCheck(arguments,2,g);A=B.converters.RequestInfo(A,g,"request");i=B.converters.Response(i,g,"response");let E=null;if(A instanceof D){E=A[k]}else{E=new D(A)[k]}if(!v(E.url)||E.method!=="GET"){throw B.errors.exception({header:g,message:"Expected an http/s scheme when method is not GET"})}const p=i[k];if(p.status===206){throw B.errors.exception({header:g,message:"Got 206 status"})}if(p.headersList.contains("vary")){const A=C(p.headersList.get("vary"));for(const i of A){if(i==="*"){throw B.errors.exception({header:g,message:"Got * vary field value"})}}}if(p.body&&(Q(p.body.stream)||p.body.stream.locked)){throw B.errors.exception({header:g,message:"Response body is locked or disturbed"})}const f=y(p);const I=F();if(p.body!=null){const A=p.body.stream;const i=A.getReader();x(i).then(I.resolve,I.reject)}else{I.resolve(undefined)}const b=[];const R={type:"put",request:E,response:f};b.push(R);const S=await I.promise;if(f.body!=null){f.body.source=S}const U=F();let L=null;try{this.#A(b)}catch(A){L=A}queueMicrotask((()=>{if(L===null){U.resolve()}else{U.reject(L)}}));return U.promise}async delete(A,i={}){B.brandCheck(this,Cache);const g="Cache.delete";B.argumentLengthCheck(arguments,1,g);A=B.converters.RequestInfo(A,g,"request");i=B.converters.CacheQueryOptions(i,g,"options");let E=null;if(A instanceof D){E=A[k];if(E.method!=="GET"&&!i.ignoreMethod){return false}}else{U(typeof A==="string");E=new D(A)[k]}const p=[];const C={type:"delete",request:E,options:i};p.push(C);const f=F();let Q=null;let I;try{I=this.#A(p)}catch(A){Q=A}queueMicrotask((()=>{if(Q===null){f.resolve(!!I?.length)}else{f.reject(Q)}}));return f.promise}async keys(A=undefined,i={}){B.brandCheck(this,Cache);const g="Cache.keys";if(A!==undefined)A=B.converters.RequestInfo(A,g,"request");i=B.converters.CacheQueryOptions(i,g,"options");let E=null;if(A!==undefined){if(A instanceof D){E=A[k];if(E.method!=="GET"&&!i.ignoreMethod){return[]}}else if(typeof A==="string"){E=new D(A)[k]}}const p=F();const C=[];if(A===undefined){for(const A of this.#e){C.push(A[0])}}else{const A=this.#t(E,i);for(const i of A){C.push(i[0])}}queueMicrotask((()=>{const A=[];for(const i of C){const g=R(i,(new AbortController).signal,"immutable");A.push(g)}p.resolve(Object.freeze(A))}));return p.promise}#A(A){const i=this.#e;const g=[...i];const E=[];const p=[];try{for(const g of A){if(g.type!=="delete"&&g.type!=="put"){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:'operation type does not match "delete" or "put"'})}if(g.type==="delete"&&g.response!=null){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"delete operation should not have an associated response"})}if(this.#t(g.request,g.options,E).length){throw new DOMException("???","InvalidStateError")}let A;if(g.type==="delete"){A=this.#t(g.request,g.options);if(A.length===0){return[]}for(const g of A){const A=i.indexOf(g);U(A!==-1);i.splice(A,1)}}else if(g.type==="put"){if(g.response==null){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"put operation should have an associated response"})}const p=g.request;if(!v(p.url)){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"expected http or https scheme"})}if(p.method!=="GET"){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"not get method"})}if(g.options!=null){throw B.errors.exception({header:"Cache.#batchCacheOperations",message:"options must not be defined"})}A=this.#t(g.request);for(const g of A){const A=i.indexOf(g);U(A!==-1);i.splice(A,1)}i.push([g.request,g.response]);E.push([g.request,g.response])}p.push([g.request,g.response])}return p}catch(A){this.#e.length=0;this.#e=g;throw A}}#t(A,i,g){const E=[];const p=g??this.#e;for(const g of p){const[p,C]=g;if(this.#s(A,p,C,i)){E.push(g)}}return E}#s(A,i,g=null,E){const f=new URL(A.url);const Q=new URL(i.url);if(E?.ignoreSearch){Q.search="";f.search=""}if(!p(f,Q,true)){return false}if(g==null||E?.ignoreVary||!g.headersList.contains("vary")){return true}const B=C(g.headersList.get("vary"));for(const g of B){if(g==="*"){return false}const E=i.headersList.get(g);const p=A.headersList.get(g);if(E!==p){return false}}return true}#V(A,i,g=Infinity){let E=null;if(A!==undefined){if(A instanceof D){E=A[k];if(E.method!=="GET"&&!i.ignoreMethod){return[]}}else if(typeof A==="string"){E=new D(A)[k]}}const p=[];if(A===undefined){for(const A of this.#e){p.push(A[1])}}else{const A=this.#t(E,i);for(const i of A){p.push(i[1])}}const C=[];for(const A of p){const i=b(A,"immutable");C.push(i.clone());if(C.length>=g){break}}return Object.freeze(C)}}Object.defineProperties(Cache.prototype,{[Symbol.toStringTag]:{value:"Cache",configurable:true},match:f,matchAll:f,add:f,addAll:f,put:f,delete:f,keys:f});const L=[{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(L);B.converters.MultiCacheQueryOptions=B.dictionaryConverter([...L,{key:"cacheName",converter:B.converters.DOMString}]);B.converters.Response=B.interfaceConverter(I);B.converters["sequence"]=B.sequenceConverter(B.converters.RequestInfo);A.exports={Cache:Cache}},3245:(A,i,g)=>{const{kConstruct:E}=g(109);const{Cache:p}=g(9634);const{webidl:C}=g(5893);const{kEnumerableProperty:f}=g(3440);class CacheStorage{#r=new Map;constructor(){if(arguments[0]!==E){C.illegalConstructor()}C.util.markAsUncloneable(this)}async match(A,i={}){C.brandCheck(this,CacheStorage);C.argumentLengthCheck(arguments,1,"CacheStorage.match");A=C.converters.RequestInfo(A);i=C.converters.MultiCacheQueryOptions(i);if(i.cacheName!=null){if(this.#r.has(i.cacheName)){const g=this.#r.get(i.cacheName);const C=new p(E,g);return await C.match(A,i)}}else{for(const g of this.#r.values()){const C=new p(E,g);const f=await C.match(A,i);if(f!==undefined){return f}}}}async has(A){C.brandCheck(this,CacheStorage);const i="CacheStorage.has";C.argumentLengthCheck(arguments,1,i);A=C.converters.DOMString(A,i,"cacheName");return this.#r.has(A)}async open(A){C.brandCheck(this,CacheStorage);const i="CacheStorage.open";C.argumentLengthCheck(arguments,1,i);A=C.converters.DOMString(A,i,"cacheName");if(this.#r.has(A)){const i=this.#r.get(A);return new p(E,i)}const g=[];this.#r.set(A,g);return new p(E,g)}async delete(A){C.brandCheck(this,CacheStorage);const i="CacheStorage.delete";C.argumentLengthCheck(arguments,1,i);A=C.converters.DOMString(A,i,"cacheName");return this.#r.delete(A)}async keys(){C.brandCheck(this,CacheStorage);const A=this.#r.keys();return[...A]}}Object.defineProperties(CacheStorage.prototype,{[Symbol.toStringTag]:{value:"CacheStorage",configurable:true},match:f,has:f,open:f,delete:f,keys:f});A.exports={CacheStorage:CacheStorage}},109:(A,i,g)=>{A.exports={kConstruct:g(6443).kConstruct}},6798:(A,i,g)=>{const E=g(4589);const{URLSerializer:p}=g(1900);const{isValidHeaderName:C}=g(3168);function urlEquals(A,i,g=false){const E=p(A,g);const C=p(i,g);return E===C}function getFieldValues(A){E(A!==null);const i=[];for(let g of A.split(",")){g=g.trim();if(C(g)){i.push(g)}}return i}A.exports={urlEquals:urlEquals,getFieldValues:getFieldValues}},1276:A=>{const i=1024;const g=4096;A.exports={maxAttributeValueSize:i,maxNameValuePairSize:g}},9061:(A,i,g)=>{const{parseSetCookie:E}=g(1978);const{stringify:p}=g(7797);const{webidl:C}=g(5893);const{Headers:f}=g(660);function getCookies(A){C.argumentLengthCheck(arguments,1,"getCookies");C.brandCheck(A,f,{strict:false});const i=A.get("cookie");const g={};if(!i){return g}for(const A of i.split(";")){const[i,...E]=A.split("=");g[i.trim()]=E.join("=")}return g}function deleteCookie(A,i,g){C.brandCheck(A,f,{strict:false});const E="deleteCookie";C.argumentLengthCheck(arguments,2,E);i=C.converters.DOMString(i,E,"name");g=C.converters.DeleteCookieAttributes(g);setCookie(A,{name:i,value:"",expires:new Date(0),...g})}function getSetCookies(A){C.argumentLengthCheck(arguments,1,"getSetCookies");C.brandCheck(A,f,{strict:false});const i=A.getSetCookie();if(!i){return[]}return i.map((A=>E(A)))}function setCookie(A,i){C.argumentLengthCheck(arguments,2,"setCookie");C.brandCheck(A,f,{strict:false});i=C.converters.Cookie(i);const g=p(i);if(g){A.append("Set-Cookie",g)}}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((A=>{if(typeof A==="number"){return C.converters["unsigned long long"](A)}return new Date(A)})),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)}]);A.exports={getCookies:getCookies,deleteCookie:deleteCookie,getSetCookies:getSetCookies,setCookie:setCookie}},1978:(A,i,g)=>{const{maxNameValuePairSize:E,maxAttributeValueSize:p}=g(1276);const{isCTLExcludingHtab:C}=g(7797);const{collectASequenceOfCodePointsFast:f}=g(1900);const Q=g(4589);function parseSetCookie(A){if(C(A)){return null}let i="";let g="";let p="";let Q="";if(A.includes(";")){const E={position:0};i=f(";",A,E);g=A.slice(E.position)}else{i=A}if(!i.includes("=")){Q=i}else{const A={position:0};p=f("=",i,A);Q=i.slice(A.position+1)}p=p.trim();Q=Q.trim();if(p.length+Q.length>E){return null}return{name:p,value:Q,...parseUnparsedAttributes(g)}}function parseUnparsedAttributes(A,i={}){if(A.length===0){return i}Q(A[0]===";");A=A.slice(1);let g="";if(A.includes(";")){g=f(";",A,{position:0});A=A.slice(g.length)}else{g=A;A=""}let E="";let C="";if(g.includes("=")){const A={position:0};E=f("=",g,A);C=g.slice(A.position+1)}else{E=g}E=E.trim();C=C.trim();if(C.length>p){return parseUnparsedAttributes(A,i)}const B=E.toLowerCase();if(B==="expires"){const A=new Date(C);i.expires=A}else if(B==="max-age"){const g=C.charCodeAt(0);if((g<48||g>57)&&C[0]!=="-"){return parseUnparsedAttributes(A,i)}if(!/^\d+$/.test(C)){return parseUnparsedAttributes(A,i)}const E=Number(C);i.maxAge=E}else if(B==="domain"){let A=C;if(A[0]==="."){A=A.slice(1)}A=A.toLowerCase();i.domain=A}else if(B==="path"){let A="";if(C.length===0||C[0]!=="/"){A="/"}else{A=C}i.path=A}else if(B==="secure"){i.secure=true}else if(B==="httponly"){i.httpOnly=true}else if(B==="samesite"){let A="Default";const g=C.toLowerCase();if(g.includes("none")){A="None"}if(g.includes("strict")){A="Strict"}if(g.includes("lax")){A="Lax"}i.sameSite=A}else{i.unparsed??=[];i.unparsed.push(`${E}=${C}`)}return parseUnparsedAttributes(A,i)}A.exports={parseSetCookie:parseSetCookie,parseUnparsedAttributes:parseUnparsedAttributes}},7797:A=>{function isCTLExcludingHtab(A){for(let i=0;i=0&&g<=8||g>=10&&g<=31||g===127){return true}}return false}function validateCookieName(A){for(let i=0;i126||g===34||g===40||g===41||g===60||g===62||g===64||g===44||g===59||g===58||g===92||g===47||g===91||g===93||g===63||g===61||g===123||g===125){throw new Error("Invalid cookie name")}}}function validateCookieValue(A){let i=A.length;let g=0;if(A[0]==='"'){if(i===1||A[i-1]!=='"'){throw new Error("Invalid cookie value")}--i;++g}while(g126||i===34||i===44||i===59||i===92){throw new Error("Invalid cookie value")}}}function validateCookiePath(A){for(let i=0;ii.toString().padStart(2,"0")));function toIMFDate(A){if(typeof A==="number"){A=new Date(A)}return`${i[A.getUTCDay()]}, ${E[A.getUTCDate()]} ${g[A.getUTCMonth()]} ${A.getUTCFullYear()} ${E[A.getUTCHours()]}:${E[A.getUTCMinutes()]}:${E[A.getUTCSeconds()]} GMT`}function validateCookieMaxAge(A){if(A<0){throw new Error("Invalid cookie max-age")}}function stringify(A){if(A.name.length===0){return null}validateCookieName(A.name);validateCookieValue(A.value);const i=[`${A.name}=${A.value}`];if(A.name.startsWith("__Secure-")){A.secure=true}if(A.name.startsWith("__Host-")){A.secure=true;A.domain=null;A.path="/"}if(A.secure){i.push("Secure")}if(A.httpOnly){i.push("HttpOnly")}if(typeof A.maxAge==="number"){validateCookieMaxAge(A.maxAge);i.push(`Max-Age=${A.maxAge}`)}if(A.domain){validateCookieDomain(A.domain);i.push(`Domain=${A.domain}`)}if(A.path){validateCookiePath(A.path);i.push(`Path=${A.path}`)}if(A.expires&&A.expires.toString()!=="Invalid Date"){i.push(`Expires=${toIMFDate(A.expires)}`)}if(A.sameSite){i.push(`SameSite=${A.sameSite}`)}for(const g of A.unparsed){if(!g.includes("=")){throw new Error("Invalid unparsed")}const[A,...E]=g.split("=");i.push(`${A.trim()}=${E.join("=")}`)}return i.join("; ")}A.exports={isCTLExcludingHtab:isCTLExcludingHtab,validateCookieName:validateCookieName,validateCookiePath:validateCookiePath,validateCookieValue:validateCookieValue,toIMFDate:toIMFDate,stringify:stringify}},4031:(A,i,g)=>{const{Transform:E}=g(7075);const{isASCIINumber:p,isValidLastEventId:C}=g(4811);const f=[239,187,191];const Q=10;const B=13;const I=58;const y=32;class EventSourceStream extends E{state=null;checkBOM=true;crlfCheck=false;eventEndCheck=false;buffer=null;pos=0;event={data:undefined,event:undefined,id:undefined,retry:undefined};constructor(A={}){A.readableObjectMode=true;super(A);this.state=A.eventSourceSettings||{};if(A.push){this.push=A.push}}_transform(A,i,g){if(A.length===0){g();return}if(this.buffer){this.buffer=Buffer.concat([this.buffer,A])}else{this.buffer=A}if(this.checkBOM){switch(this.buffer.length){case 1:if(this.buffer[0]===f[0]){g();return}this.checkBOM=false;g();return;case 2:if(this.buffer[0]===f[0]&&this.buffer[1]===f[1]){g();return}this.checkBOM=false;break;case 3:if(this.buffer[0]===f[0]&&this.buffer[1]===f[1]&&this.buffer[2]===f[2]){this.buffer=Buffer.alloc(0);this.checkBOM=false;g();return}this.checkBOM=false;break;default:if(this.buffer[0]===f[0]&&this.buffer[1]===f[1]&&this.buffer[2]===f[2]){this.buffer=this.buffer.subarray(3)}this.checkBOM=false;break}}while(this.pos0){i[E]=f}break}}processEvent(A){if(A.retry&&p(A.retry)){this.state.reconnectionTime=parseInt(A.retry,10)}if(A.id&&C(A.id)){this.state.lastEventId=A.id}if(A.data!==undefined){this.push({type:A.event||"message",options:{data:A.data,lastEventId:this.state.lastEventId,origin:this.state.origin}})}}clearEvent(){this.event={data:undefined,event:undefined,id:undefined,retry:undefined}}}A.exports={EventSourceStream:EventSourceStream}},1238:(A,i,g)=>{const{pipeline:E}=g(7075);const{fetching:p}=g(4398);const{makeRequest:C}=g(9967);const{webidl:f}=g(5893);const{EventSourceStream:Q}=g(4031);const{parseMIMEType:B}=g(1900);const{createFastMessageEvent:I}=g(5188);const{isNetworkError:y}=g(9051);const{delay:b}=g(4811);const{kEnumerableProperty:D}=g(3440);const{environmentSettingsObject:R}=g(3168);let k=false;const S=3e3;const v=0;const F=1;const x=2;const U="anonymous";const L="use-credentials";class EventSource extends EventTarget{#u={open:null,error:null,message:null};#P=null;#W=false;#q=v;#j=null;#z=null;#p;#a;constructor(A,i={}){super();f.util.markAsUncloneable(this);const g="EventSource constructor";f.argumentLengthCheck(arguments,1,g);if(!k){k=true;process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})}A=f.converters.USVString(A,g,"url");i=f.converters.EventSourceInitDict(i,g,"eventSourceInitDict");this.#p=i.dispatcher;this.#a={lastEventId:"",reconnectionTime:S};const E=R;let p;try{p=new URL(A,E.settingsObject.baseUrl);this.#a.origin=p.origin}catch(A){throw new DOMException(A,"SyntaxError")}this.#P=p.href;let Q=U;if(i.withCredentials){Q=L;this.#W=true}const B={redirect:"follow",keepalive:true,mode:"cors",credentials:Q==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};B.client=R.settingsObject;B.headersList=[["accept",{name:"accept",value:"text/event-stream"}]];B.cache="no-store";B.initiator="other";B.urlList=[new URL(this.#P)];this.#j=C(B);this.#Z()}get readyState(){return this.#q}get url(){return this.#P}get withCredentials(){return this.#W}#Z(){if(this.#q===x)return;this.#q=v;const A={request:this.#j,dispatcher:this.#p};const processEventSourceEndOfBody=A=>{if(y(A)){this.dispatchEvent(new Event("error"));this.close()}this.#X()};A.processResponseEndOfBody=processEventSourceEndOfBody;A.processResponse=A=>{if(y(A)){if(A.aborted){this.close();this.dispatchEvent(new Event("error"));return}else{this.#X();return}}const i=A.headersList.get("content-type",true);const g=i!==null?B(i):"failure";const p=g!=="failure"&&g.essence==="text/event-stream";if(A.status!==200||p===false){this.close();this.dispatchEvent(new Event("error"));return}this.#q=F;this.dispatchEvent(new Event("open"));this.#a.origin=A.urlList[A.urlList.length-1].origin;const C=new Q({eventSourceSettings:this.#a,push:A=>{this.dispatchEvent(I(A.type,A.options))}});E(A.body.stream,C,(A=>{if(A?.aborted===false){this.close();this.dispatchEvent(new Event("error"))}}))};this.#z=p(A)}async#X(){if(this.#q===x)return;this.#q=v;this.dispatchEvent(new Event("error"));await b(this.#a.reconnectionTime);if(this.#q!==v)return;if(this.#a.lastEventId.length){this.#j.headersList.set("last-event-id",this.#a.lastEventId,true)}this.#Z()}close(){f.brandCheck(this,EventSource);if(this.#q===x)return;this.#q=x;this.#z.abort();this.#j=null}get onopen(){return this.#u.open}set onopen(A){if(this.#u.open){this.removeEventListener("open",this.#u.open)}if(typeof A==="function"){this.#u.open=A;this.addEventListener("open",A)}else{this.#u.open=null}}get onmessage(){return this.#u.message}set onmessage(A){if(this.#u.message){this.removeEventListener("message",this.#u.message)}if(typeof A==="function"){this.#u.message=A;this.addEventListener("message",A)}else{this.#u.message=null}}get onerror(){return this.#u.error}set onerror(A){if(this.#u.error){this.removeEventListener("error",this.#u.error)}if(typeof A==="function"){this.#u.error=A;this.addEventListener("error",A)}else{this.#u.error=null}}}const M={CONNECTING:{__proto__:null,configurable:false,enumerable:true,value:v,writable:false},OPEN:{__proto__:null,configurable:false,enumerable:true,value:F,writable:false},CLOSED:{__proto__:null,configurable:false,enumerable:true,value:x,writable:false}};Object.defineProperties(EventSource,M);Object.defineProperties(EventSource.prototype,M);Object.defineProperties(EventSource.prototype,{close:D,onerror:D,onmessage:D,onopen:D,readyState:D,url:D,withCredentials:D});f.converters.EventSourceInitDict=f.dictionaryConverter([{key:"withCredentials",converter:f.converters.boolean,defaultValue:()=>false},{key:"dispatcher",converter:f.converters.any}]);A.exports={EventSource:EventSource,defaultReconnectionTime:S}},4811:A=>{function isValidLastEventId(A){return A.indexOf("\0")===-1}function isASCIINumber(A){if(A.length===0)return false;for(let i=0;i57)return false}return true}function delay(A){return new Promise((i=>{setTimeout(i,A).unref()}))}A.exports={isValidLastEventId:isValidLastEventId,isASCIINumber:isASCIINumber,delay:delay}},4492:(A,i,g)=>{const E=g(3440);const{ReadableStreamFrom:p,isBlobLike:C,isReadableStreamLike:f,readableStreamClose:Q,createDeferredPromise:B,fullyReadBody:I,extractMimeType:y,utf8DecodeBytes:b}=g(3168);const{FormData:D}=g(5910);const{kState:R}=g(3627);const{webidl:k}=g(5893);const{Blob:S}=g(4573);const v=g(4589);const{isErrored:F,isDisturbed:x}=g(7075);const{isArrayBuffer:U}=g(3429);const{serializeAMimeType:L}=g(1900);const{multipartFormDataParser:M}=g(116);let T;try{const A=g(7598);T=i=>A.randomInt(0,i)}catch{T=A=>Math.floor(Math.random(A))}const H=new TextEncoder;function noop(){}const G=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0;let Y;if(G){Y=new FinalizationRegistry((A=>{const i=A.deref();if(i&&!i.locked&&!x(i)&&!F(i)){i.cancel("Response object has been garbage collected").catch(noop)}}))}function extractBody(A,i=false){let g=null;if(A instanceof ReadableStream){g=A}else if(C(A)){g=A.stream()}else{g=new ReadableStream({async pull(A){const i=typeof I==="string"?H.encode(I):I;if(i.byteLength){A.enqueue(i)}queueMicrotask((()=>Q(A)))},start(){},type:"bytes"})}v(f(g));let B=null;let I=null;let y=null;let b=null;if(typeof A==="string"){I=A;b="text/plain;charset=UTF-8"}else if(A instanceof URLSearchParams){I=A.toString();b="application/x-www-form-urlencoded;charset=UTF-8"}else if(U(A)){I=new Uint8Array(A.slice())}else if(ArrayBuffer.isView(A)){I=new Uint8Array(A.buffer.slice(A.byteOffset,A.byteOffset+A.byteLength))}else if(E.isFormDataLike(A)){const i=`----formdata-undici-0${`${T(1e11)}`.padStart(11,"0")}`;const g=`--${i}\r\nContent-Disposition: form-data` /*! formdata-polyfill. MIT License. Jimmy Wärting */;const escape=A=>A.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const normalizeLinefeeds=A=>A.replace(/\r?\n|\r/g,"\r\n");const E=[];const p=new Uint8Array([13,10]);y=0;let C=false;for(const[i,f]of A){if(typeof f==="string"){const A=H.encode(g+`; name="${escape(normalizeLinefeeds(i))}"`+`\r\n\r\n${normalizeLinefeeds(f)}\r\n`);E.push(A);y+=A.byteLength}else{const A=H.encode(`${g}; name="${escape(normalizeLinefeeds(i))}"`+(f.name?`; filename="${escape(f.name)}"`:"")+"\r\n"+`Content-Type: ${f.type||"application/octet-stream"}\r\n\r\n`);E.push(A,f,p);if(typeof f.size==="number"){y+=A.byteLength+f.size+p.byteLength}else{C=true}}}const f=H.encode(`--${i}--\r\n`);E.push(f);y+=f.byteLength;if(C){y=null}I=A;B=async function*(){for(const A of E){if(A.stream){yield*A.stream()}else{yield A}}};b=`multipart/form-data; boundary=${i}`}else if(C(A)){I=A;y=A.size;if(A.type){b=A.type}}else if(typeof A[Symbol.asyncIterator]==="function"){if(i){throw new TypeError("keepalive")}if(E.isDisturbed(A)||A.locked){throw new TypeError("Response body object should not be disturbed or locked")}g=A instanceof ReadableStream?A:p(A)}if(typeof I==="string"||E.isBuffer(I)){y=Buffer.byteLength(I)}if(B!=null){let i;g=new ReadableStream({async start(){i=B(A)[Symbol.asyncIterator]()},async pull(A){const{value:E,done:p}=await i.next();if(p){queueMicrotask((()=>{A.close();A.byobRequest?.respond(0)}))}else{if(!F(g)){const i=new Uint8Array(E);if(i.byteLength){A.enqueue(i)}}}return A.desiredSize>0},async cancel(A){await i.return()},type:"bytes"})}const D={stream:g,source:I,length:y};return[D,b]}function safelyExtractBody(A,i=false){if(A instanceof ReadableStream){v(!E.isDisturbed(A),"The body has already been consumed.");v(!A.locked,"The stream is locked.")}return extractBody(A,i)}function cloneBody(A,i){const[g,E]=i.stream.tee();i.stream=g;return{stream:E,length:i.length,source:i.source}}function throwIfAborted(A){if(A.aborted){throw new DOMException("The operation was aborted.","AbortError")}}function bodyMixinMethods(A){const i={blob(){return consumeBody(this,(A=>{let i=bodyMimeType(this);if(i===null){i=""}else if(i){i=L(i)}return new S([A],{type:i})}),A)},arrayBuffer(){return consumeBody(this,(A=>new Uint8Array(A).buffer),A)},text(){return consumeBody(this,b,A)},json(){return consumeBody(this,parseJSONFromBytes,A)},formData(){return consumeBody(this,(A=>{const i=bodyMimeType(this);if(i!==null){switch(i.essence){case"multipart/form-data":{const g=M(A,i);if(g==="failure"){throw new TypeError("Failed to parse body as FormData.")}const E=new D;E[R]=g;return E}case"application/x-www-form-urlencoded":{const i=new URLSearchParams(A.toString());const g=new D;for(const[A,E]of i){g.append(A,E)}return g}}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')}),A)},bytes(){return consumeBody(this,(A=>new Uint8Array(A)),A)}};return i}function mixinBody(A){Object.assign(A.prototype,bodyMixinMethods(A))}async function consumeBody(A,i,g){k.brandCheck(A,g);if(bodyUnusable(A)){throw new TypeError("Body is unusable: Body has already been read")}throwIfAborted(A[R]);const E=B();const errorSteps=A=>E.reject(A);const successSteps=A=>{try{E.resolve(i(A))}catch(A){errorSteps(A)}};if(A[R].body==null){successSteps(Buffer.allocUnsafe(0));return E.promise}await I(A[R].body,successSteps,errorSteps);return E.promise}function bodyUnusable(A){const i=A[R].body;return i!=null&&(i.stream.locked||E.isDisturbed(i.stream))}function parseJSONFromBytes(A){return JSON.parse(b(A))}function bodyMimeType(A){const i=A[R].headersList;const g=y(i);if(g==="failure"){return null}return g}A.exports={extractBody:extractBody,safelyExtractBody:safelyExtractBody,cloneBody:cloneBody,mixinBody:mixinBody,streamRegistry:Y,hasFinalizationRegistry:G,bodyUnusable:bodyUnusable}},4495:A=>{const i=["GET","HEAD","POST"];const g=new Set(i);const E=[101,204,205,304];const p=[301,302,303,307,308];const C=new Set(p);const f=["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 Q=new Set(f);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 I=new Set(B);const y=["follow","manual","error"];const b=["GET","HEAD","OPTIONS","TRACE"];const D=new Set(b);const R=["navigate","same-origin","no-cors","cors"];const k=["omit","same-origin","include"];const S=["default","no-store","reload","no-cache","force-cache","only-if-cached"];const v=["content-encoding","content-language","content-location","content-type","content-length"];const F=["half"];const x=["CONNECT","TRACE","TRACK"];const U=new Set(x);const L=["audio","audioworklet","font","image","manifest","paintworklet","script","style","track","video","xslt",""];const M=new Set(L);A.exports={subresource:L,forbiddenMethods:x,requestBodyHeader:v,referrerPolicy:B,requestRedirect:y,requestMode:R,requestCredentials:k,requestCache:S,redirectStatus:p,corsSafeListedMethods:i,nullBodyStatus:E,safeMethods:b,badPorts:f,requestDuplex:F,subresourceSet:M,badPortsSet:Q,redirectStatusSet:C,corsSafeListedMethodsSet:g,safeMethodsSet:D,forbiddenMethodsSet:U,referrerPolicySet:I}},1900:(A,i,g)=>{const E=g(4589);const p=new TextEncoder;const C=/^[!#$%&'*+\-.^_|~A-Za-z0-9]+$/;const f=/[\u000A\u000D\u0009\u0020]/;const Q=/[\u0009\u000A\u000C\u000D\u0020]/g;const B=/^[\u0009\u0020-\u007E\u0080-\u00FF]+$/;function dataURLProcessor(A){E(A.protocol==="data:");let i=URLSerializer(A,true);i=i.slice(5);const g={position:0};let p=collectASequenceOfCodePointsFast(",",i,g);const C=p.length;p=removeASCIIWhitespace(p,true,true);if(g.position>=i.length){return"failure"}g.position++;const f=i.slice(C+1);let Q=stringPercentDecode(f);if(/;(\u0020){0,}base64$/i.test(p)){const A=isomorphicDecode(Q);Q=forgivingBase64(A);if(Q==="failure"){return"failure"}p=p.slice(0,-6);p=p.replace(/(\u0020)+$/,"");p=p.slice(0,-1)}if(p.startsWith(";")){p="text/plain"+p}let B=parseMIMEType(p);if(B==="failure"){B=parseMIMEType("text/plain;charset=US-ASCII")}return{mimeType:B,body:Q}}function URLSerializer(A,i=false){if(!i){return A.href}const g=A.href;const E=A.hash.length;const p=E===0?g:g.substring(0,g.length-E);if(!E&&g.endsWith("#")){return p.slice(0,-1)}return p}function collectASequenceOfCodePoints(A,i,g){let E="";while(g.position=48&&A<=57||A>=65&&A<=70||A>=97&&A<=102}function hexByteToNumber(A){return A>=48&&A<=57?A-48:(A&223)-55}function percentDecode(A){const i=A.length;const g=new Uint8Array(i);let E=0;for(let p=0;pA.length){return"failure"}i.position++;let E=collectASequenceOfCodePointsFast(";",A,i);E=removeHTTPWhitespace(E,false,true);if(E.length===0||!C.test(E)){return"failure"}const p=g.toLowerCase();const Q=E.toLowerCase();const I={type:p,subtype:Q,parameters:new Map,essence:`${p}/${Q}`};while(i.positionf.test(A)),A,i);let g=collectASequenceOfCodePoints((A=>A!==";"&&A!=="="),A,i);g=g.toLowerCase();if(i.positionA.length){break}let E=null;if(A[i.position]==='"'){E=collectAnHTTPQuotedString(A,i,true);collectASequenceOfCodePointsFast(";",A,i)}else{E=collectASequenceOfCodePointsFast(";",A,i);E=removeHTTPWhitespace(E,false,true);if(E.length===0){continue}}if(g.length!==0&&C.test(g)&&(E.length===0||B.test(E))&&!I.parameters.has(g)){I.parameters.set(g,E)}}return I}function forgivingBase64(A){A=A.replace(Q,"");let i=A.length;if(i%4===0){if(A.charCodeAt(i-1)===61){--i;if(A.charCodeAt(i-1)===61){--i}}}if(i%4===1){return"failure"}if(/[^+/0-9A-Za-z]/.test(A.length===i?A:A.substring(0,i))){return"failure"}const g=Buffer.from(A,"base64");return new Uint8Array(g.buffer,g.byteOffset,g.byteLength)}function collectAnHTTPQuotedString(A,i,g){const p=i.position;let C="";E(A[i.position]==='"');i.position++;while(true){C+=collectASequenceOfCodePoints((A=>A!=='"'&&A!=="\\"),A,i);if(i.position>=A.length){break}const g=A[i.position];i.position++;if(g==="\\"){if(i.position>=A.length){C+="\\";break}C+=A[i.position];i.position++}else{E(g==='"');break}}if(g){return C}return A.slice(p,i.position)}function serializeAMimeType(A){E(A!=="failure");const{parameters:i,essence:g}=A;let p=g;for(let[A,g]of i.entries()){p+=";";p+=A;p+="=";if(!C.test(g)){g=g.replace(/(\\|")/g,"\\$1");g='"'+g;g+='"'}p+=g}return p}function isHTTPWhiteSpace(A){return A===13||A===10||A===9||A===32}function removeHTTPWhitespace(A,i=true,g=true){return removeChars(A,i,g,isHTTPWhiteSpace)}function isASCIIWhitespace(A){return A===13||A===10||A===9||A===12||A===32}function removeASCIIWhitespace(A,i=true,g=true){return removeChars(A,i,g,isASCIIWhitespace)}function removeChars(A,i,g,E){let p=0;let C=A.length-1;if(i){while(p0&&E(A.charCodeAt(C)))C--}return p===0&&C===A.length-1?A:A.slice(p,C+1)}function isomorphicDecode(A){const i=A.length;if((2<<15)-1>i){return String.fromCharCode.apply(null,A)}let g="";let E=0;let p=(2<<15)-1;while(Ei){p=i-E}g+=String.fromCharCode.apply(null,A.subarray(E,E+=p))}return g}function minimizeSupportedMimeType(A){switch(A.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(A.subtype.endsWith("+json")){return"application/json"}if(A.subtype.endsWith("+xml")){return"application/xml"}return""}A.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}},6653:(A,i,g)=>{const{kConnected:E,kSize:p}=g(6443);class CompatWeakRef{constructor(A){this.value=A}deref(){return this.value[E]===0&&this.value[p]===0?undefined:this.value}}class CompatFinalizer{constructor(A){this.finalizer=A}register(A,i){if(A.on){A.on("disconnect",(()=>{if(A[E]===0&&A[p]===0){this.finalizer(i)}}))}}unregister(A){}}A.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}}},7114:(A,i,g)=>{const{Blob:E,File:p}=g(4573);const{kState:C}=g(3627);const{webidl:f}=g(5893);class FileLike{constructor(A,i,g={}){const E=i;const p=g.type;const f=g.lastModified??Date.now();this[C]={blobLike:A,name:E,type:p,lastModified:f}}stream(...A){f.brandCheck(this,FileLike);return this[C].blobLike.stream(...A)}arrayBuffer(...A){f.brandCheck(this,FileLike);return this[C].blobLike.arrayBuffer(...A)}slice(...A){f.brandCheck(this,FileLike);return this[C].blobLike.slice(...A)}text(...A){f.brandCheck(this,FileLike);return this[C].blobLike.text(...A)}get size(){f.brandCheck(this,FileLike);return this[C].blobLike.size}get type(){f.brandCheck(this,FileLike);return this[C].blobLike.type}get name(){f.brandCheck(this,FileLike);return this[C].name}get lastModified(){f.brandCheck(this,FileLike);return this[C].lastModified}get[Symbol.toStringTag](){return"File"}}f.converters.Blob=f.interfaceConverter(E);function isFileLike(A){return A instanceof p||A&&(typeof A.stream==="function"||typeof A.arrayBuffer==="function")&&A[Symbol.toStringTag]==="File"}A.exports={FileLike:FileLike,isFileLike:isFileLike}},116:(A,i,g)=>{const{isUSVString:E,bufferToLowerCasedHeaderName:p}=g(3440);const{utf8DecodeBytes:C}=g(3168);const{HTTP_TOKEN_CODEPOINTS:f,isomorphicDecode:Q}=g(1900);const{isFileLike:B}=g(7114);const{makeEntry:I}=g(5910);const y=g(4589);const{File:b}=g(4573);const D=globalThis.File??b;const R=Buffer.from('form-data; name="');const k=Buffer.from("; filename");const S=Buffer.from("--");const v=Buffer.from("--\r\n");function isAsciiString(A){for(let i=0;i70){return false}for(let g=0;g=48&&i<=57||i>=65&&i<=90||i>=97&&i<=122||i===39||i===45||i===95)){return false}}return true}function multipartFormDataParser(A,i){y(i!=="failure"&&i.essence==="multipart/form-data");const g=i.parameters.get("boundary");if(g===undefined){return"failure"}const p=Buffer.from(`--${g}`,"utf8");const f=[];const Q={position:0};while(A[Q.position]===13&&A[Q.position+1]===10){Q.position+=2}let b=A.length;while(A[b-1]===10&&A[b-2]===13){b-=2}if(b!==A.length){A=A.subarray(0,b)}while(true){if(A.subarray(Q.position,Q.position+p.length).equals(p)){Q.position+=p.length}else{return"failure"}if(Q.position===A.length-2&&bufferStartsWith(A,S,Q)||Q.position===A.length-4&&bufferStartsWith(A,v,Q)){return f}if(A[Q.position]!==13||A[Q.position+1]!==10){return"failure"}Q.position+=2;const i=parseMultipartFormDataHeaders(A,Q);if(i==="failure"){return"failure"}let{name:g,filename:b,contentType:R,encoding:k}=i;Q.position+=2;let F;{const i=A.indexOf(p.subarray(2),Q.position);if(i===-1){return"failure"}F=A.subarray(Q.position,i-4);Q.position+=F.length;if(k==="base64"){F=Buffer.from(F.toString(),"base64")}}if(A[Q.position]!==13||A[Q.position+1]!==10){return"failure"}else{Q.position+=2}let x;if(b!==null){R??="text/plain";if(!isAsciiString(R)){R=""}x=new D([F],b,{type:R})}else{x=C(Buffer.from(F))}y(E(g));y(typeof x==="string"&&E(x)||B(x));f.push(I(g,x,b))}}function parseMultipartFormDataHeaders(A,i){let g=null;let E=null;let C=null;let B=null;while(true){if(A[i.position]===13&&A[i.position+1]===10){if(g===null){return"failure"}return{name:g,filename:E,contentType:C,encoding:B}}let I=collectASequenceOfBytes((A=>A!==10&&A!==13&&A!==58),A,i);I=removeChars(I,true,true,(A=>A===9||A===32));if(!f.test(I.toString())){return"failure"}if(A[i.position]!==58){return"failure"}i.position++;collectASequenceOfBytes((A=>A===32||A===9),A,i);switch(p(I)){case"content-disposition":{g=E=null;if(!bufferStartsWith(A,R,i)){return"failure"}i.position+=17;g=parseMultipartFormDataName(A,i);if(g===null){return"failure"}if(bufferStartsWith(A,k,i)){let g=i.position+k.length;if(A[g]===42){i.position+=1;g+=1}if(A[g]!==61||A[g+1]!==34){return"failure"}i.position+=12;E=parseMultipartFormDataName(A,i);if(E===null){return"failure"}}break}case"content-type":{let g=collectASequenceOfBytes((A=>A!==10&&A!==13),A,i);g=removeChars(g,false,true,(A=>A===9||A===32));C=Q(g);break}case"content-transfer-encoding":{let g=collectASequenceOfBytes((A=>A!==10&&A!==13),A,i);g=removeChars(g,false,true,(A=>A===9||A===32));B=Q(g);break}default:{collectASequenceOfBytes((A=>A!==10&&A!==13),A,i)}}if(A[i.position]!==13&&A[i.position+1]!==10){return"failure"}else{i.position+=2}}}function parseMultipartFormDataName(A,i){y(A[i.position-1]===34);let g=collectASequenceOfBytes((A=>A!==10&&A!==13&&A!==34),A,i);if(A[i.position]!==34){return null}else{i.position++}g=(new TextDecoder).decode(g).replace(/%0A/gi,"\n").replace(/%0D/gi,"\r").replace(/%22/g,'"');return g}function collectASequenceOfBytes(A,i,g){let E=g.position;while(E0&&E(A[C]))C--}return p===0&&C===A.length-1?A:A.subarray(p,C+1)}function bufferStartsWith(A,i,g){if(A.length{const{isBlobLike:E,iteratorMixin:p}=g(3168);const{kState:C}=g(3627);const{kEnumerableProperty:f}=g(3440);const{FileLike:Q,isFileLike:B}=g(7114);const{webidl:I}=g(5893);const{File:y}=g(4573);const b=g(7975);const D=globalThis.File??y;class FormData{constructor(A){I.util.markAsUncloneable(this);if(A!==undefined){throw I.errors.conversionFailed({prefix:"FormData constructor",argument:"Argument 1",types:["undefined"]})}this[C]=[]}append(A,i,g=undefined){I.brandCheck(this,FormData);const p="FormData.append";I.argumentLengthCheck(arguments,2,p);if(arguments.length===3&&!E(i)){throw new TypeError("Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'")}A=I.converters.USVString(A,p,"name");i=E(i)?I.converters.Blob(i,p,"value",{strict:false}):I.converters.USVString(i,p,"value");g=arguments.length===3?I.converters.USVString(g,p,"filename"):undefined;const f=makeEntry(A,i,g);this[C].push(f)}delete(A){I.brandCheck(this,FormData);const i="FormData.delete";I.argumentLengthCheck(arguments,1,i);A=I.converters.USVString(A,i,"name");this[C]=this[C].filter((i=>i.name!==A))}get(A){I.brandCheck(this,FormData);const i="FormData.get";I.argumentLengthCheck(arguments,1,i);A=I.converters.USVString(A,i,"name");const g=this[C].findIndex((i=>i.name===A));if(g===-1){return null}return this[C][g].value}getAll(A){I.brandCheck(this,FormData);const i="FormData.getAll";I.argumentLengthCheck(arguments,1,i);A=I.converters.USVString(A,i,"name");return this[C].filter((i=>i.name===A)).map((A=>A.value))}has(A){I.brandCheck(this,FormData);const i="FormData.has";I.argumentLengthCheck(arguments,1,i);A=I.converters.USVString(A,i,"name");return this[C].findIndex((i=>i.name===A))!==-1}set(A,i,g=undefined){I.brandCheck(this,FormData);const p="FormData.set";I.argumentLengthCheck(arguments,2,p);if(arguments.length===3&&!E(i)){throw new TypeError("Failed to execute 'set' on 'FormData': parameter 2 is not of type 'Blob'")}A=I.converters.USVString(A,p,"name");i=E(i)?I.converters.Blob(i,p,"name",{strict:false}):I.converters.USVString(i,p,"name");g=arguments.length===3?I.converters.USVString(g,p,"name"):undefined;const f=makeEntry(A,i,g);const Q=this[C].findIndex((i=>i.name===A));if(Q!==-1){this[C]=[...this[C].slice(0,Q),f,...this[C].slice(Q+1).filter((i=>i.name!==A))]}else{this[C].push(f)}}[b.inspect.custom](A,i){const g=this[C].reduce(((A,i)=>{if(A[i.name]){if(Array.isArray(A[i.name])){A[i.name].push(i.value)}else{A[i.name]=[A[i.name],i.value]}}else{A[i.name]=i.value}return A}),{__proto__:null});i.depth??=A;i.colors??=true;const E=b.formatWithOptions(i,g);return`FormData ${E.slice(E.indexOf("]")+2)}`}}p("FormData",FormData,C,"name","value");Object.defineProperties(FormData.prototype,{append:f,delete:f,get:f,getAll:f,has:f,set:f,[Symbol.toStringTag]:{value:"FormData",configurable:true}});function makeEntry(A,i,g){if(typeof i==="string"){}else{if(!B(i)){i=i instanceof Blob?new D([i],"blob",{type:i.type}):new Q(i,"blob",{type:i.type})}if(g!==undefined){const A={type:i.type,lastModified:i.lastModified};i=i instanceof y?new D([i],g,A):new Q(i,g,A)}}return{name:A,value:i}}A.exports={FormData:FormData,makeEntry:makeEntry}},1059:A=>{const i=Symbol.for("undici.globalOrigin.1");function getGlobalOrigin(){return globalThis[i]}function setGlobalOrigin(A){if(A===undefined){Object.defineProperty(globalThis,i,{value:undefined,writable:true,enumerable:false,configurable:false});return}const g=new URL(A);if(g.protocol!=="http:"&&g.protocol!=="https:"){throw new TypeError(`Only http & https urls are allowed, received ${g.protocol}`)}Object.defineProperty(globalThis,i,{value:g,writable:true,enumerable:false,configurable:false})}A.exports={getGlobalOrigin:getGlobalOrigin,setGlobalOrigin:setGlobalOrigin}},660:(A,i,g)=>{const{kConstruct:E}=g(6443);const{kEnumerableProperty:p}=g(3440);const{iteratorMixin:C,isValidHeaderName:f,isValidHeaderValue:Q}=g(3168);const{webidl:B}=g(5893);const I=g(4589);const y=g(7975);const b=Symbol("headers map");const D=Symbol("headers map sorted");function isHTTPWhiteSpaceCharCode(A){return A===10||A===13||A===9||A===32}function headerValueNormalize(A){let i=0;let g=A.length;while(g>i&&isHTTPWhiteSpaceCharCode(A.charCodeAt(g-1)))--g;while(g>i&&isHTTPWhiteSpaceCharCode(A.charCodeAt(i)))++i;return i===0&&g===A.length?A:A.substring(i,g)}function fill(A,i){if(Array.isArray(i)){for(let g=0;g>","record"]})}}function appendHeader(A,i,g){g=headerValueNormalize(g);if(!f(i)){throw B.errors.invalidArgument({prefix:"Headers.append",value:i,type:"header name"})}else if(!Q(g)){throw B.errors.invalidArgument({prefix:"Headers.append",value:g,type:"header value"})}if(R(A)==="immutable"){throw new TypeError("immutable")}return S(A).append(i,g,false)}function compareHeaderName(A,i){return A[0]>1);if(i[Q][0]<=B[0]){f=Q+1}else{C=Q}}if(E!==Q){p=E;while(p>f){i[p]=i[--p]}i[f]=B}}if(!g.next().done){throw new TypeError("Unreachable")}return i}else{let A=0;for(const{0:g,1:{value:E}}of this[b]){i[A++]=[g,E];I(E!==null)}return i.sort(compareHeaderName)}}}class Headers{#K;#$;constructor(A=undefined){B.util.markAsUncloneable(this);if(A===E){return}this.#$=new HeadersList;this.#K="none";if(A!==undefined){A=B.converters.HeadersInit(A,"Headers contructor","init");fill(this,A)}}append(A,i){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,2,"Headers.append");const g="Headers.append";A=B.converters.ByteString(A,g,"name");i=B.converters.ByteString(i,g,"value");return appendHeader(this,A,i)}delete(A){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,1,"Headers.delete");const i="Headers.delete";A=B.converters.ByteString(A,i,"name");if(!f(A)){throw B.errors.invalidArgument({prefix:"Headers.delete",value:A,type:"header name"})}if(this.#K==="immutable"){throw new TypeError("immutable")}if(!this.#$.contains(A,false)){return}this.#$.delete(A,false)}get(A){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,1,"Headers.get");const i="Headers.get";A=B.converters.ByteString(A,i,"name");if(!f(A)){throw B.errors.invalidArgument({prefix:i,value:A,type:"header name"})}return this.#$.get(A,false)}has(A){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,1,"Headers.has");const i="Headers.has";A=B.converters.ByteString(A,i,"name");if(!f(A)){throw B.errors.invalidArgument({prefix:i,value:A,type:"header name"})}return this.#$.contains(A,false)}set(A,i){B.brandCheck(this,Headers);B.argumentLengthCheck(arguments,2,"Headers.set");const g="Headers.set";A=B.converters.ByteString(A,g,"name");i=B.converters.ByteString(i,g,"value");i=headerValueNormalize(i);if(!f(A)){throw B.errors.invalidArgument({prefix:g,value:A,type:"header name"})}else if(!Q(i)){throw B.errors.invalidArgument({prefix:g,value:i,type:"header value"})}if(this.#K==="immutable"){throw new TypeError("immutable")}this.#$.set(A,i,false)}getSetCookie(){B.brandCheck(this,Headers);const A=this.#$.cookies;if(A){return[...A]}return[]}get[D](){if(this.#$[D]){return this.#$[D]}const A=[];const i=this.#$.toSortedArray();const g=this.#$.cookies;if(g===null||g.length===1){return this.#$[D]=i}for(let E=0;E>"](A,i,g,E.bind(A))}return B.converters["record"](A,i,g)}throw B.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence>","record"]})};A.exports={fill:fill,compareHeaderName:compareHeaderName,Headers:Headers,HeadersList:HeadersList,getHeadersGuard:R,setHeadersGuard:k,setHeadersList:v,getHeadersList:S}},4398:(A,i,g)=>{const{makeNetworkError:E,makeAppropriateNetworkError:p,filterResponse:C,makeResponse:f,fromInnerResponse:Q}=g(9051);const{HeadersList:B}=g(660);const{Request:I,cloneRequest:y}=g(9967);const b=g(8522);const{bytesMatch:D,makePolicyContainer:R,clonePolicyContainer:k,requestBadPort:S,TAOCheck:v,appendRequestOriginHeader:F,responseLocationURL:x,requestCurrentURL:U,setRequestReferrerPolicyOnRedirect:L,tryUpgradeRequestToAPotentiallyTrustworthyURL:M,createOpaqueTimingInfo:T,appendFetchMetadata:H,corsCheck:G,crossOriginResourcePolicyCheck:Y,determineRequestsReferrer:J,coarsenedSharedCurrentTime:_,createDeferredPromise:V,isBlobLike:P,sameOrigin:j,isCancelled:z,isAborted:Z,isErrorLike:X,fullyReadBody:K,readableStreamClose:$,isomorphicEncode:ee,urlIsLocal:te,urlIsHttpHttpsScheme:Ae,urlHasHttpsScheme:se,clampAndCoarsenConnectionTimingInfo:re,simpleRangeHeaderValue:ne,buildContentRange:oe,createInflate:ae,extractMimeType:ue}=g(3168);const{kState:he,kDispatcher:de}=g(3627);const Ee=g(4589);const{safelyExtractBody:pe,extractBody:fe}=g(4492);const{redirectStatusSet:Be,nullBodyStatus:Ie,safeMethodsSet:Re,requestBodyHeader:Se,subresourceSet:ve}=g(4495);const xe=g(8474);const{Readable:Ne,pipeline:Le,finished:He}=g(7075);const{addAbortListener:Ge,isErrored:Ye,isReadable:Oe,bufferToLowerCasedHeaderName:_e}=g(3440);const{dataURLProcessor:Ve,serializeAMimeType:Pe,minimizeSupportedMimeType:We}=g(1900);const{getGlobalDispatcher:qe}=g(2581);const{webidl:je}=g(5893);const{STATUS_CODES:ze}=g(7067);const Ze=["GET","HEAD"];const Xe=typeof __UNDICI_IS_NODE__!=="undefined"||typeof esbuildDetection!=="undefined"?"node":"undici";let Ke;class Fetch extends xe{constructor(A){super();this.dispatcher=A;this.connection=null;this.dump=false;this.state="ongoing"}terminate(A){if(this.state!=="ongoing"){return}this.state="terminated";this.connection?.destroy(A);this.emit("terminated",A)}abort(A){if(this.state!=="ongoing"){return}this.state="aborted";if(!A){A=new DOMException("The operation was aborted.","AbortError")}this.serializedAbortReason=A;this.connection?.destroy(A);this.emit("terminated",A)}}function handleFetchDone(A){finalizeAndReportTiming(A,"fetch")}function fetch(A,i=undefined){je.argumentLengthCheck(arguments,1,"globalThis.fetch");let g=V();let E;try{E=new I(A,i)}catch(A){g.reject(A);return g.promise}const p=E[he];if(E.signal.aborted){abortFetch(g,p,null,E.signal.reason);return g.promise}const C=p.client.globalObject;if(C?.constructor?.name==="ServiceWorkerGlobalScope"){p.serviceWorkers="none"}let f=null;let B=false;let y=null;Ge(E.signal,(()=>{B=true;Ee(y!=null);y.abort(E.signal.reason);const A=f?.deref();abortFetch(g,p,A,E.signal.reason)}));const processResponse=A=>{if(B){return}if(A.aborted){abortFetch(g,p,f,y.serializedAbortReason);return}if(A.type==="error"){g.reject(new TypeError("fetch failed",{cause:A.error}));return}f=new WeakRef(Q(A,"immutable"));g.resolve(f.deref());g=null};y=fetching({request:p,processResponseEndOfBody:handleFetchDone,processResponse:processResponse,dispatcher:E[de]});return g.promise}function finalizeAndReportTiming(A,i="other"){if(A.type==="error"&&A.aborted){return}if(!A.urlList?.length){return}const g=A.urlList[0];let E=A.timingInfo;let p=A.cacheState;if(!Ae(g)){return}if(E===null){return}if(!A.timingAllowPassed){E=T({startTime:E.startTime});p=""}E.endTime=_();A.timingInfo=E;$e(E,g.href,i,globalThis,p)}const $e=performance.markResourceTiming;function abortFetch(A,i,g,E){if(A){A.reject(E)}if(i.body!=null&&Oe(i.body?.stream)){i.body.stream.cancel(E).catch((A=>{if(A.code==="ERR_INVALID_STATE"){return}throw A}))}if(g==null){return}const p=g[he];if(p.body!=null&&Oe(p.body?.stream)){p.body.stream.cancel(E).catch((A=>{if(A.code==="ERR_INVALID_STATE"){return}throw A}))}}function fetching({request:A,processRequestBodyChunkLength:i,processRequestEndOfBody:g,processResponse:E,processResponseEndOfBody:p,processResponseConsumeBody:C,useParallelQueue:f=false,dispatcher:Q=qe()}){Ee(Q);let B=null;let I=false;if(A.client!=null){B=A.client.globalObject;I=A.client.crossOriginIsolatedCapability}const y=_(I);const b=T({startTime:y});const D={controller:new Fetch(Q),request:A,timingInfo:b,processRequestBodyChunkLength:i,processRequestEndOfBody:g,processResponse:E,processResponseConsumeBody:C,processResponseEndOfBody:p,taskDestination:B,crossOriginIsolatedCapability:I};Ee(!A.body||A.body.stream);if(A.window==="client"){A.window=A.client?.globalObject?.constructor?.name==="Window"?A.client:"no-window"}if(A.origin==="client"){A.origin=A.client.origin}if(A.policyContainer==="client"){if(A.client!=null){A.policyContainer=k(A.client.policyContainer)}else{A.policyContainer=R()}}if(!A.headersList.contains("accept",true)){const i="*/*";A.headersList.append("accept",i,true)}if(!A.headersList.contains("accept-language",true)){A.headersList.append("accept-language","*",true)}if(A.priority===null){}if(ve.has(A.destination)){}mainFetch(D).catch((A=>{D.controller.terminate(A)}));return D.controller}async function mainFetch(A,i=false){const g=A.request;let p=null;if(g.localURLsOnly&&!te(U(g))){p=E("local URLs only")}M(g);if(S(g)==="blocked"){p=E("bad port")}if(g.referrerPolicy===""){g.referrerPolicy=g.policyContainer.referrerPolicy}if(g.referrer!=="no-referrer"){g.referrer=J(g)}if(p===null){p=await(async()=>{const i=U(g);if(j(i,g.url)&&g.responseTainting==="basic"||i.protocol==="data:"||(g.mode==="navigate"||g.mode==="websocket")){g.responseTainting="basic";return await schemeFetch(A)}if(g.mode==="same-origin"){return E('request mode cannot be "same-origin"')}if(g.mode==="no-cors"){if(g.redirect!=="follow"){return E('redirect mode cannot be "follow" for "no-cors" request')}g.responseTainting="opaque";return await schemeFetch(A)}if(!Ae(U(g))){return E("URL scheme must be a HTTP(S) scheme")}g.responseTainting="cors";return await httpFetch(A)})()}if(i){return p}if(p.status!==0&&!p.internalResponse){if(g.responseTainting==="cors"){}if(g.responseTainting==="basic"){p=C(p,"basic")}else if(g.responseTainting==="cors"){p=C(p,"cors")}else if(g.responseTainting==="opaque"){p=C(p,"opaque")}else{Ee(false)}}let f=p.status===0?p:p.internalResponse;if(f.urlList.length===0){f.urlList.push(...g.urlList)}if(!g.timingAllowFailed){p.timingAllowPassed=true}if(p.type==="opaque"&&f.status===206&&f.rangeRequested&&!g.headers.contains("range",true)){p=f=E()}if(p.status!==0&&(g.method==="HEAD"||g.method==="CONNECT"||Ie.includes(f.status))){f.body=null;A.controller.dump=true}if(g.integrity){const processBodyError=i=>fetchFinale(A,E(i));if(g.responseTainting==="opaque"||p.body==null){processBodyError(p.error);return}const processBody=i=>{if(!D(i,g.integrity)){processBodyError("integrity mismatch");return}p.body=pe(i)[0];fetchFinale(A,p)};await K(p.body,processBody,processBodyError)}else{fetchFinale(A,p)}}function schemeFetch(A){if(z(A)&&A.request.redirectCount===0){return Promise.resolve(p(A))}const{request:i}=A;const{protocol:C}=U(i);switch(C){case"about:":{return Promise.resolve(E("about scheme is not supported"))}case"blob:":{if(!Ke){Ke=g(4573).resolveObjectURL}const A=U(i);if(A.search.length!==0){return Promise.resolve(E("NetworkError when attempting to fetch resource."))}const p=Ke(A.toString());if(i.method!=="GET"||!P(p)){return Promise.resolve(E("invalid method"))}const C=f();const Q=p.size;const B=ee(`${Q}`);const I=p.type;if(!i.headersList.contains("range",true)){const A=fe(p);C.statusText="OK";C.body=A[0];C.headersList.set("content-length",B,true);C.headersList.set("content-type",I,true)}else{C.rangeRequested=true;const A=i.headersList.get("range",true);const g=ne(A,true);if(g==="failure"){return Promise.resolve(E("failed to fetch the data URL"))}let{rangeStartValue:f,rangeEndValue:B}=g;if(f===null){f=Q-B;B=f+B-1}else{if(f>=Q){return Promise.resolve(E("Range start is greater than the blob's size."))}if(B===null||B>=Q){B=Q-1}}const y=p.slice(f,B,I);const b=fe(y);C.body=b[0];const D=ee(`${y.size}`);const R=oe(f,B,Q);C.status=206;C.statusText="Partial Content";C.headersList.set("content-length",D,true);C.headersList.set("content-type",I,true);C.headersList.set("content-range",R,true)}return Promise.resolve(C)}case"data:":{const A=U(i);const g=Ve(A);if(g==="failure"){return Promise.resolve(E("failed to fetch the data URL"))}const p=Pe(g.mimeType);return Promise.resolve(f({statusText:"OK",headersList:[["content-type",{name:"Content-Type",value:p}]],body:pe(g.body)[0]}))}case"file:":{return Promise.resolve(E("not implemented... yet..."))}case"http:":case"https:":{return httpFetch(A).catch((A=>E(A)))}default:{return Promise.resolve(E("unknown scheme"))}}}function finalizeResponse(A,i){A.request.done=true;if(A.processResponseDone!=null){queueMicrotask((()=>A.processResponseDone(i)))}}function fetchFinale(A,i){let g=A.timingInfo;const processResponseEndOfBody=()=>{const E=Date.now();if(A.request.destination==="document"){A.controller.fullTimingInfo=g}A.controller.reportTimingSteps=()=>{if(A.request.url.protocol!=="https:"){return}g.endTime=E;let p=i.cacheState;const C=i.bodyInfo;if(!i.timingAllowPassed){g=T(g);p=""}let f=0;if(A.request.mode!=="navigator"||!i.hasCrossOriginRedirects){f=i.status;const A=ue(i.headersList);if(A!=="failure"){C.contentType=We(A)}}if(A.request.initiatorType!=null){$e(g,A.request.url.href,A.request.initiatorType,globalThis,p,C,f)}};const processResponseEndOfBodyTask=()=>{A.request.done=true;if(A.processResponseEndOfBody!=null){queueMicrotask((()=>A.processResponseEndOfBody(i)))}if(A.request.initiatorType!=null){A.controller.reportTimingSteps()}};queueMicrotask((()=>processResponseEndOfBodyTask()))};if(A.processResponse!=null){queueMicrotask((()=>{A.processResponse(i);A.processResponse=null}))}const E=i.type==="error"?i:i.internalResponse??i;if(E.body==null){processResponseEndOfBody()}else{He(E.body.stream,(()=>{processResponseEndOfBody()}))}}async function httpFetch(A){const i=A.request;let g=null;let p=null;const C=A.timingInfo;if(i.serviceWorkers==="all"){}if(g===null){if(i.redirect==="follow"){i.serviceWorkers="none"}p=g=await httpNetworkOrCacheFetch(A);if(i.responseTainting==="cors"&&G(i,g)==="failure"){return E("cors failure")}if(v(i,g)==="failure"){i.timingAllowFailed=true}}if((i.responseTainting==="opaque"||g.type==="opaque")&&Y(i.origin,i.client,i.destination,p)==="blocked"){return E("blocked")}if(Be.has(p.status)){if(i.redirect!=="manual"){A.controller.connection.destroy(undefined,false)}if(i.redirect==="error"){g=E("unexpected redirect")}else if(i.redirect==="manual"){g=p}else if(i.redirect==="follow"){g=await httpRedirectFetch(A,g)}else{Ee(false)}}g.timingInfo=C;return g}function httpRedirectFetch(A,i){const g=A.request;const p=i.internalResponse?i.internalResponse:i;let C;try{C=x(p,U(g).hash);if(C==null){return i}}catch(A){return Promise.resolve(E(A))}if(!Ae(C)){return Promise.resolve(E("URL scheme must be a HTTP(S) scheme"))}if(g.redirectCount===20){return Promise.resolve(E("redirect count exceeded"))}g.redirectCount+=1;if(g.mode==="cors"&&(C.username||C.password)&&!j(g,C)){return Promise.resolve(E('cross origin not allowed for request mode "cors"'))}if(g.responseTainting==="cors"&&(C.username||C.password)){return Promise.resolve(E('URL cannot contain credentials for request mode "cors"'))}if(p.status!==303&&g.body!=null&&g.body.source==null){return Promise.resolve(E())}if([301,302].includes(p.status)&&g.method==="POST"||p.status===303&&!Ze.includes(g.method)){g.method="GET";g.body=null;for(const A of Se){g.headersList.delete(A)}}if(!j(U(g),C)){g.headersList.delete("authorization",true);g.headersList.delete("proxy-authorization",true);g.headersList.delete("cookie",true);g.headersList.delete("host",true)}if(g.body!=null){Ee(g.body.source!=null);g.body=pe(g.body.source)[0]}const f=A.timingInfo;f.redirectEndTime=f.postRedirectStartTime=_(A.crossOriginIsolatedCapability);if(f.redirectStartTime===0){f.redirectStartTime=f.startTime}g.urlList.push(C);L(g,p);return mainFetch(A,true)}async function httpNetworkOrCacheFetch(A,i=false,g=false){const C=A.request;let f=null;let Q=null;let B=null;const I=null;const b=false;if(C.window==="no-window"&&C.redirect==="error"){f=A;Q=C}else{Q=y(C);f={...A};f.request=Q}const D=C.credentials==="include"||C.credentials==="same-origin"&&C.responseTainting==="basic";const R=Q.body?Q.body.length:null;let k=null;if(Q.body==null&&["POST","PUT"].includes(Q.method)){k="0"}if(R!=null){k=ee(`${R}`)}if(k!=null){Q.headersList.append("content-length",k,true)}if(R!=null&&Q.keepalive){}if(Q.referrer instanceof URL){Q.headersList.append("referer",ee(Q.referrer.href),true)}F(Q);H(Q);if(!Q.headersList.contains("user-agent",true)){Q.headersList.append("user-agent",Xe)}if(Q.cache==="default"&&(Q.headersList.contains("if-modified-since",true)||Q.headersList.contains("if-none-match",true)||Q.headersList.contains("if-unmodified-since",true)||Q.headersList.contains("if-match",true)||Q.headersList.contains("if-range",true))){Q.cache="no-store"}if(Q.cache==="no-cache"&&!Q.preventNoCacheCacheControlHeaderModification&&!Q.headersList.contains("cache-control",true)){Q.headersList.append("cache-control","max-age=0",true)}if(Q.cache==="no-store"||Q.cache==="reload"){if(!Q.headersList.contains("pragma",true)){Q.headersList.append("pragma","no-cache",true)}if(!Q.headersList.contains("cache-control",true)){Q.headersList.append("cache-control","no-cache",true)}}if(Q.headersList.contains("range",true)){Q.headersList.append("accept-encoding","identity",true)}if(!Q.headersList.contains("accept-encoding",true)){if(se(U(Q))){Q.headersList.append("accept-encoding","br, gzip, deflate",true)}else{Q.headersList.append("accept-encoding","gzip, deflate",true)}}Q.headersList.delete("host",true);if(D){}if(I==null){Q.cache="no-store"}if(Q.cache!=="no-store"&&Q.cache!=="reload"){}if(B==null){if(Q.cache==="only-if-cached"){return E("only if cached")}const A=await httpNetworkFetch(f,D,g);if(!Re.has(Q.method)&&A.status>=200&&A.status<=399){}if(b&&A.status===304){}if(B==null){B=A}}B.urlList=[...Q.urlList];if(Q.headersList.contains("range",true)){B.rangeRequested=true}B.requestIncludesCredentials=D;if(B.status===407){if(C.window==="no-window"){return E()}if(z(A)){return p(A)}return E("proxy authentication required")}if(B.status===421&&!g&&(C.body==null||C.body.source!=null)){if(z(A)){return p(A)}A.controller.connection.destroy();B=await httpNetworkOrCacheFetch(A,i,true)}if(i){}return B}async function httpNetworkFetch(A,i=false,g=false){Ee(!A.controller.connection||A.controller.connection.destroyed);A.controller.connection={abort:null,destroyed:false,destroy(A,i=true){if(!this.destroyed){this.destroyed=true;if(i){this.abort?.(A??new DOMException("The operation was aborted.","AbortError"))}}}};const C=A.request;let Q=null;const I=A.timingInfo;const y=null;if(y==null){C.cache="no-store"}const D=g?"yes":"no";if(C.mode==="websocket"){}else{}let R=null;if(C.body==null&&A.processRequestEndOfBody){queueMicrotask((()=>A.processRequestEndOfBody()))}else if(C.body!=null){const processBodyChunk=async function*(i){if(z(A)){return}yield i;A.processRequestBodyChunkLength?.(i.byteLength)};const processEndOfBody=()=>{if(z(A)){return}if(A.processRequestEndOfBody){A.processRequestEndOfBody()}};const processBodyError=i=>{if(z(A)){return}if(i.name==="AbortError"){A.controller.abort()}else{A.controller.terminate(i)}};R=async function*(){try{for await(const A of C.body.stream){yield*processBodyChunk(A)}processEndOfBody()}catch(A){processBodyError(A)}}()}try{const{body:i,status:g,statusText:E,headersList:p,socket:C}=await dispatch({body:R});if(C){Q=f({status:g,statusText:E,headersList:p,socket:C})}else{const C=i[Symbol.asyncIterator]();A.controller.next=()=>C.next();Q=f({status:g,statusText:E,headersList:p})}}catch(i){if(i.name==="AbortError"){A.controller.connection.destroy();return p(A,i)}return E(i)}const pullAlgorithm=async()=>{await A.controller.resume()};const cancelAlgorithm=i=>{if(!z(A)){A.controller.abort(i)}};const k=new ReadableStream({async start(i){A.controller.controller=i},async pull(A){await pullAlgorithm(A)},async cancel(A){await cancelAlgorithm(A)},type:"bytes"});Q.body={stream:k,source:null,length:null};A.controller.onAborted=onAborted;A.controller.on("terminated",onAborted);A.controller.resume=async()=>{while(true){let i;let g;try{const{done:g,value:E}=await A.controller.next();if(Z(A)){break}i=g?undefined:E}catch(E){if(A.controller.ended&&!I.encodedBodySize){i=undefined}else{i=E;g=true}}if(i===undefined){$(A.controller.controller);finalizeResponse(A,Q);return}I.decodedBodySize+=i?.byteLength??0;if(g){A.controller.terminate(i);return}const E=new Uint8Array(i);if(E.byteLength){A.controller.controller.enqueue(E)}if(Ye(k)){A.controller.terminate();return}if(A.controller.controller.desiredSize<=0){return}}};function onAborted(i){if(Z(A)){Q.aborted=true;if(Oe(k)){A.controller.controller.error(A.controller.serializedAbortReason)}}else{if(Oe(k)){A.controller.controller.error(new TypeError("terminated",{cause:X(i)?i:undefined}))}}A.controller.connection.destroy()}return Q;function dispatch({body:i}){const g=U(C);const E=A.controller.dispatcher;return new Promise(((p,f)=>E.dispatch({path:g.pathname+g.search,origin:g.origin,method:C.method,body:E.isMockActive?C.body&&(C.body.source||C.body.stream):i,headers:C.headersList.entries,maxRedirections:0,upgrade:C.mode==="websocket"?"websocket":undefined},{body:null,abort:null,onConnect(i){const{connection:g}=A.controller;I.finalConnectionTimingInfo=re(undefined,I.postRedirectStartTime,A.crossOriginIsolatedCapability);if(g.destroyed){i(new DOMException("The operation was aborted.","AbortError"))}else{A.controller.on("terminated",i);this.abort=g.abort=i}I.finalNetworkRequestStartTime=_(A.crossOriginIsolatedCapability)},onResponseStarted(){I.finalNetworkResponseStartTime=_(A.crossOriginIsolatedCapability)},onHeaders(A,i,g,E){if(A<200){return}let Q="";const I=new B;for(let A=0;Ag){f(new Error(`too many content-encodings in response: ${i.length}, maximum allowed is ${g}`));return true}for(let A=i.length-1;A>=0;--A){const g=i[A].trim();if(g==="x-gzip"||g==="gzip"){y.push(b.createGunzip({flush:b.constants.Z_SYNC_FLUSH,finishFlush:b.constants.Z_SYNC_FLUSH}))}else if(g==="deflate"){y.push(ae({flush:b.constants.Z_SYNC_FLUSH,finishFlush:b.constants.Z_SYNC_FLUSH}))}else if(g==="br"){y.push(b.createBrotliDecompress({flush:b.constants.BROTLI_OPERATION_FLUSH,finishFlush:b.constants.BROTLI_OPERATION_FLUSH}))}else{y.length=0;break}}}const R=this.onError.bind(this);p({status:A,statusText:E,headersList:I,body:y.length?Le(this.body,...y,(A=>{if(A){this.onError(A)}})).on("error",R):this.body.on("error",R)});return true},onData(i){if(A.controller.dump){return}const g=i;I.encodedBodySize+=g.byteLength;return this.body.push(g)},onComplete(){if(this.abort){A.controller.off("terminated",this.abort)}if(A.controller.onAborted){A.controller.off("terminated",A.controller.onAborted)}A.controller.ended=true;this.body.push(null)},onError(i){if(this.abort){A.controller.off("terminated",this.abort)}this.body?.destroy(i);A.controller.terminate(i);f(i)},onUpgrade(A,i,g){if(A!==101){return}const E=new B;for(let A=0;A{const{extractBody:E,mixinBody:p,cloneBody:C,bodyUnusable:f}=g(4492);const{Headers:Q,fill:B,HeadersList:I,setHeadersGuard:y,getHeadersGuard:b,setHeadersList:D,getHeadersList:R}=g(660);const{FinalizationRegistry:k}=g(6653)();const S=g(3440);const v=g(7975);const{isValidHTTPToken:F,sameOrigin:x,environmentSettingsObject:U}=g(3168);const{forbiddenMethodsSet:L,corsSafeListedMethodsSet:M,referrerPolicy:T,requestRedirect:H,requestMode:G,requestCredentials:Y,requestCache:J,requestDuplex:_}=g(4495);const{kEnumerableProperty:V,normalizedMethodRecordsBase:P,normalizedMethodRecords:j}=S;const{kHeaders:z,kSignal:Z,kState:X,kDispatcher:K}=g(3627);const{webidl:$}=g(5893);const{URLSerializer:ee}=g(1900);const{kConstruct:te}=g(6443);const Ae=g(4589);const{getMaxListeners:se,setMaxListeners:re,getEventListeners:ne,defaultMaxListeners:oe}=g(8474);const ae=Symbol("abortController");const ue=new k((({signal:A,abort:i})=>{A.removeEventListener("abort",i)}));const he=new WeakMap;function buildAbort(A){return abort;function abort(){const i=A.deref();if(i!==undefined){ue.unregister(abort);this.removeEventListener("abort",abort);i.abort(this.reason);const A=he.get(i.signal);if(A!==undefined){if(A.size!==0){for(const i of A){const A=i.deref();if(A!==undefined){A.abort(this.reason)}}A.clear()}he.delete(i.signal)}}}}let de=false;class Request{constructor(A,i={}){$.util.markAsUncloneable(this);if(A===te){return}const g="Request constructor";$.argumentLengthCheck(arguments,1,g);A=$.converters.RequestInfo(A,g,"input");i=$.converters.RequestInit(i,g,"init");let p=null;let C=null;const b=U.settingsObject.baseUrl;let k=null;if(typeof A==="string"){this[K]=i.dispatcher;let g;try{g=new URL(A,b)}catch(i){throw new TypeError("Failed to parse URL from "+A,{cause:i})}if(g.username||g.password){throw new TypeError("Request cannot be constructed from a URL that includes credentials: "+A)}p=makeRequest({urlList:[g]});C="cors"}else{this[K]=i.dispatcher||A[K];Ae(A instanceof Request);p=A[X];k=A[Z]}const v=U.settingsObject.origin;let T="client";if(p.window?.constructor?.name==="EnvironmentSettingsObject"&&x(p.window,v)){T=p.window}if(i.window!=null){throw new TypeError(`'window' option '${T}' must be null`)}if("window"in i){T="no-window"}p=makeRequest({method:p.method,headersList:p.headersList,unsafeRequest:p.unsafeRequest,client:U.settingsObject,window:T,priority:p.priority,origin:p.origin,referrer:p.referrer,referrerPolicy:p.referrerPolicy,mode:p.mode,credentials:p.credentials,cache:p.cache,redirect:p.redirect,integrity:p.integrity,keepalive:p.keepalive,reloadNavigation:p.reloadNavigation,historyNavigation:p.historyNavigation,urlList:[...p.urlList]});const H=Object.keys(i).length!==0;if(H){if(p.mode==="navigate"){p.mode="same-origin"}p.reloadNavigation=false;p.historyNavigation=false;p.origin="client";p.referrer="client";p.referrerPolicy="";p.url=p.urlList[p.urlList.length-1];p.urlList=[p.url]}if(i.referrer!==undefined){const A=i.referrer;if(A===""){p.referrer="no-referrer"}else{let i;try{i=new URL(A,b)}catch(i){throw new TypeError(`Referrer "${A}" is not a valid URL.`,{cause:i})}if(i.protocol==="about:"&&i.hostname==="client"||v&&!x(i,U.settingsObject.baseUrl)){p.referrer="client"}else{p.referrer=i}}}if(i.referrerPolicy!==undefined){p.referrerPolicy=i.referrerPolicy}let G;if(i.mode!==undefined){G=i.mode}else{G=C}if(G==="navigate"){throw $.errors.exception({header:"Request constructor",message:"invalid request mode navigate."})}if(G!=null){p.mode=G}if(i.credentials!==undefined){p.credentials=i.credentials}if(i.cache!==undefined){p.cache=i.cache}if(p.cache==="only-if-cached"&&p.mode!=="same-origin"){throw new TypeError("'only-if-cached' can be set only with 'same-origin' mode")}if(i.redirect!==undefined){p.redirect=i.redirect}if(i.integrity!=null){p.integrity=String(i.integrity)}if(i.keepalive!==undefined){p.keepalive=Boolean(i.keepalive)}if(i.method!==undefined){let A=i.method;const g=j[A];if(g!==undefined){p.method=g}else{if(!F(A)){throw new TypeError(`'${A}' is not a valid HTTP method.`)}const i=A.toUpperCase();if(L.has(i)){throw new TypeError(`'${A}' HTTP method is unsupported.`)}A=P[i]??A;p.method=A}if(!de&&p.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"});de=true}}if(i.signal!==undefined){k=i.signal}this[X]=p;const Y=new AbortController;this[Z]=Y.signal;if(k!=null){if(!k||typeof k.aborted!=="boolean"||typeof k.addEventListener!=="function"){throw new TypeError("Failed to construct 'Request': member signal is not of type AbortSignal.")}if(k.aborted){Y.abort(k.reason)}else{this[ae]=Y;const A=new WeakRef(Y);const i=buildAbort(A);try{if(typeof se==="function"&&se(k)===oe){re(1500,k)}else if(ne(k,"abort").length>=oe){re(1500,k)}}catch{}S.addAbortListener(k,i);ue.register(Y,{signal:k,abort:i},i)}}this[z]=new Q(te);D(this[z],p.headersList);y(this[z],"request");if(G==="no-cors"){if(!M.has(p.method)){throw new TypeError(`'${p.method} is unsupported in no-cors mode.`)}y(this[z],"request-no-cors")}if(H){const A=R(this[z]);const g=i.headers!==undefined?i.headers:new I(A);A.clear();if(g instanceof I){for(const{name:i,value:E}of g.rawValues()){A.append(i,E,false)}A.cookies=g.cookies}else{B(this[z],g)}}const J=A instanceof Request?A[X].body:null;if((i.body!=null||J!=null)&&(p.method==="GET"||p.method==="HEAD")){throw new TypeError("Request with GET/HEAD method cannot have body.")}let _=null;if(i.body!=null){const[A,g]=E(i.body,p.keepalive);_=A;if(g&&!R(this[z]).contains("content-type",true)){this[z].append("content-type",g)}}const V=_??J;if(V!=null&&V.source==null){if(_!=null&&i.duplex==null){throw new TypeError("RequestInit: duplex option is required when sending a body.")}if(p.mode!=="same-origin"&&p.mode!=="cors"){throw new TypeError('If request is made from ReadableStream, mode should be "same-origin" or "cors"')}p.useCORSPreflightFlag=true}let ee=V;if(_==null&&J!=null){if(f(A)){throw new TypeError("Cannot construct a Request with a Request object that has already been used.")}const i=new TransformStream;J.stream.pipeThrough(i);ee={source:J.source,length:J.length,stream:i.readable}}this[X].body=ee}get method(){$.brandCheck(this,Request);return this[X].method}get url(){$.brandCheck(this,Request);return ee(this[X].url)}get headers(){$.brandCheck(this,Request);return this[z]}get destination(){$.brandCheck(this,Request);return this[X].destination}get referrer(){$.brandCheck(this,Request);if(this[X].referrer==="no-referrer"){return""}if(this[X].referrer==="client"){return"about:client"}return this[X].referrer.toString()}get referrerPolicy(){$.brandCheck(this,Request);return this[X].referrerPolicy}get mode(){$.brandCheck(this,Request);return this[X].mode}get credentials(){return this[X].credentials}get cache(){$.brandCheck(this,Request);return this[X].cache}get redirect(){$.brandCheck(this,Request);return this[X].redirect}get integrity(){$.brandCheck(this,Request);return this[X].integrity}get keepalive(){$.brandCheck(this,Request);return this[X].keepalive}get isReloadNavigation(){$.brandCheck(this,Request);return this[X].reloadNavigation}get isHistoryNavigation(){$.brandCheck(this,Request);return this[X].historyNavigation}get signal(){$.brandCheck(this,Request);return this[Z]}get body(){$.brandCheck(this,Request);return this[X].body?this[X].body.stream:null}get bodyUsed(){$.brandCheck(this,Request);return!!this[X].body&&S.isDisturbed(this[X].body.stream)}get duplex(){$.brandCheck(this,Request);return"half"}clone(){$.brandCheck(this,Request);if(f(this)){throw new TypeError("unusable")}const A=cloneRequest(this[X]);const i=new AbortController;if(this.signal.aborted){i.abort(this.signal.reason)}else{let A=he.get(this.signal);if(A===undefined){A=new Set;he.set(this.signal,A)}const g=new WeakRef(i);A.add(g);S.addAbortListener(i.signal,buildAbort(g))}return fromInnerRequest(A,i.signal,b(this[z]))}[v.inspect.custom](A,i){if(i.depth===null){i.depth=2}i.colors??=true;const g={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 ${v.formatWithOptions(i,g)}`}}p(Request);function makeRequest(A){return{method:A.method??"GET",localURLsOnly:A.localURLsOnly??false,unsafeRequest:A.unsafeRequest??false,body:A.body??null,client:A.client??null,reservedClient:A.reservedClient??null,replacesClientId:A.replacesClientId??"",window:A.window??"client",keepalive:A.keepalive??false,serviceWorkers:A.serviceWorkers??"all",initiator:A.initiator??"",destination:A.destination??"",priority:A.priority??null,origin:A.origin??"client",policyContainer:A.policyContainer??"client",referrer:A.referrer??"client",referrerPolicy:A.referrerPolicy??"",mode:A.mode??"no-cors",useCORSPreflightFlag:A.useCORSPreflightFlag??false,credentials:A.credentials??"same-origin",useCredentials:A.useCredentials??false,cache:A.cache??"default",redirect:A.redirect??"follow",integrity:A.integrity??"",cryptoGraphicsNonceMetadata:A.cryptoGraphicsNonceMetadata??"",parserMetadata:A.parserMetadata??"",reloadNavigation:A.reloadNavigation??false,historyNavigation:A.historyNavigation??false,userActivation:A.userActivation??false,taintedOrigin:A.taintedOrigin??false,redirectCount:A.redirectCount??0,responseTainting:A.responseTainting??"basic",preventNoCacheCacheControlHeaderModification:A.preventNoCacheCacheControlHeaderModification??false,done:A.done??false,timingAllowFailed:A.timingAllowFailed??false,urlList:A.urlList,url:A.urlList[0],headersList:A.headersList?new I(A.headersList):new I}}function cloneRequest(A){const i=makeRequest({...A,body:null});if(A.body!=null){i.body=C(i,A.body)}return i}function fromInnerRequest(A,i,g){const E=new Request(te);E[X]=A;E[Z]=i;E[z]=new Q(te);D(E[z],A.headersList);y(E[z],g);return E}Object.defineProperties(Request.prototype,{method:V,url:V,headers:V,redirect:V,clone:V,signal:V,duplex:V,destination:V,body:V,bodyUsed:V,isHistoryNavigation:V,isReloadNavigation:V,keepalive:V,integrity:V,cache:V,credentials:V,attribute:V,referrerPolicy:V,referrer:V,mode:V,[Symbol.toStringTag]:{value:"Request",configurable:true}});$.converters.Request=$.interfaceConverter(Request);$.converters.RequestInfo=function(A,i,g){if(typeof A==="string"){return $.converters.USVString(A,i,g)}if(A instanceof Request){return $.converters.Request(A,i,g)}return $.converters.USVString(A,i,g)};$.converters.AbortSignal=$.interfaceConverter(AbortSignal);$.converters.RequestInit=$.dictionaryConverter([{key:"method",converter:$.converters.ByteString},{key:"headers",converter:$.converters.HeadersInit},{key:"body",converter:$.nullableConverter($.converters.BodyInit)},{key:"referrer",converter:$.converters.USVString},{key:"referrerPolicy",converter:$.converters.DOMString,allowedValues:T},{key:"mode",converter:$.converters.DOMString,allowedValues:G},{key:"credentials",converter:$.converters.DOMString,allowedValues:Y},{key:"cache",converter:$.converters.DOMString,allowedValues:J},{key:"redirect",converter:$.converters.DOMString,allowedValues:H},{key:"integrity",converter:$.converters.DOMString},{key:"keepalive",converter:$.converters.boolean},{key:"signal",converter:$.nullableConverter((A=>$.converters.AbortSignal(A,"RequestInit","signal",{strict:false})))},{key:"window",converter:$.converters.any},{key:"duplex",converter:$.converters.DOMString,allowedValues:_},{key:"dispatcher",converter:$.converters.any}]);A.exports={Request:Request,makeRequest:makeRequest,fromInnerRequest:fromInnerRequest,cloneRequest:cloneRequest}},9051:(A,i,g)=>{const{Headers:E,HeadersList:p,fill:C,getHeadersGuard:f,setHeadersGuard:Q,setHeadersList:B}=g(660);const{extractBody:I,cloneBody:y,mixinBody:b,hasFinalizationRegistry:D,streamRegistry:R,bodyUnusable:k}=g(4492);const S=g(3440);const v=g(7975);const{kEnumerableProperty:F}=S;const{isValidReasonPhrase:x,isCancelled:U,isAborted:L,isBlobLike:M,serializeJavascriptValueToJSONString:T,isErrorLike:H,isomorphicEncode:G,environmentSettingsObject:Y}=g(3168);const{redirectStatusSet:J,nullBodyStatus:_}=g(4495);const{kState:V,kHeaders:P}=g(3627);const{webidl:j}=g(5893);const{FormData:z}=g(5910);const{URLSerializer:Z}=g(1900);const{kConstruct:X}=g(6443);const K=g(4589);const{types:$}=g(7975);const ee=new TextEncoder("utf-8");class Response{static error(){const A=fromInnerResponse(makeNetworkError(),"immutable");return A}static json(A,i={}){j.argumentLengthCheck(arguments,1,"Response.json");if(i!==null){i=j.converters.ResponseInit(i)}const g=ee.encode(T(A));const E=I(g);const p=fromInnerResponse(makeResponse({}),"response");initializeResponse(p,i,{body:E[0],type:"application/json"});return p}static redirect(A,i=302){j.argumentLengthCheck(arguments,1,"Response.redirect");A=j.converters.USVString(A);i=j.converters["unsigned short"](i);let g;try{g=new URL(A,Y.settingsObject.baseUrl)}catch(i){throw new TypeError(`Failed to parse URL from ${A}`,{cause:i})}if(!J.has(i)){throw new RangeError(`Invalid status code ${i}`)}const E=fromInnerResponse(makeResponse({}),"immutable");E[V].status=i;const p=G(Z(g));E[V].headersList.append("location",p,true);return E}constructor(A=null,i={}){j.util.markAsUncloneable(this);if(A===X){return}if(A!==null){A=j.converters.BodyInit(A)}i=j.converters.ResponseInit(i);this[V]=makeResponse({});this[P]=new E(X);Q(this[P],"response");B(this[P],this[V].headersList);let g=null;if(A!=null){const[i,E]=I(A);g={body:i,type:E}}initializeResponse(this,i,g)}get type(){j.brandCheck(this,Response);return this[V].type}get url(){j.brandCheck(this,Response);const A=this[V].urlList;const i=A[A.length-1]??null;if(i===null){return""}return Z(i,true)}get redirected(){j.brandCheck(this,Response);return this[V].urlList.length>1}get status(){j.brandCheck(this,Response);return this[V].status}get ok(){j.brandCheck(this,Response);return this[V].status>=200&&this[V].status<=299}get statusText(){j.brandCheck(this,Response);return this[V].statusText}get headers(){j.brandCheck(this,Response);return this[P]}get body(){j.brandCheck(this,Response);return this[V].body?this[V].body.stream:null}get bodyUsed(){j.brandCheck(this,Response);return!!this[V].body&&S.isDisturbed(this[V].body.stream)}clone(){j.brandCheck(this,Response);if(k(this)){throw j.errors.exception({header:"Response.clone",message:"Body has already been consumed."})}const A=cloneResponse(this[V]);if(D&&this[V].body?.stream){R.register(this,new WeakRef(this[V].body.stream))}return fromInnerResponse(A,f(this[P]))}[v.inspect.custom](A,i){if(i.depth===null){i.depth=2}i.colors??=true;const g={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 ${v.formatWithOptions(i,g)}`}}b(Response);Object.defineProperties(Response.prototype,{type:F,url:F,status:F,ok:F,redirected:F,statusText:F,headers:F,clone:F,body:F,bodyUsed:F,[Symbol.toStringTag]:{value:"Response",configurable:true}});Object.defineProperties(Response,{json:F,redirect:F,error:F});function cloneResponse(A){if(A.internalResponse){return filterResponse(cloneResponse(A.internalResponse),A.type)}const i=makeResponse({...A,body:null});if(A.body!=null){i.body=y(i,A.body)}return i}function makeResponse(A){return{aborted:false,rangeRequested:false,timingAllowPassed:false,requestIncludesCredentials:false,type:"default",status:200,timingInfo:null,cacheState:"",statusText:"",...A,headersList:A?.headersList?new p(A?.headersList):new p,urlList:A?.urlList?[...A.urlList]:[]}}function makeNetworkError(A){const i=H(A);return makeResponse({type:"error",status:0,error:i?A:new Error(A?String(A):A),aborted:A&&A.name==="AbortError"})}function isNetworkError(A){return A.type==="error"&&A.status===0}function makeFilteredResponse(A,i){i={internalResponse:A,...i};return new Proxy(A,{get(A,g){return g in i?i[g]:A[g]},set(A,g,E){K(!(g in i));A[g]=E;return true}})}function filterResponse(A,i){if(i==="basic"){return makeFilteredResponse(A,{type:"basic",headersList:A.headersList})}else if(i==="cors"){return makeFilteredResponse(A,{type:"cors",headersList:A.headersList})}else if(i==="opaque"){return makeFilteredResponse(A,{type:"opaque",urlList:Object.freeze([]),status:0,statusText:"",body:null})}else if(i==="opaqueredirect"){return makeFilteredResponse(A,{type:"opaqueredirect",status:0,statusText:"",headersList:[],body:null})}else{K(false)}}function makeAppropriateNetworkError(A,i=null){K(U(A));return L(A)?makeNetworkError(Object.assign(new DOMException("The operation was aborted.","AbortError"),{cause:i})):makeNetworkError(Object.assign(new DOMException("Request was cancelled."),{cause:i}))}function initializeResponse(A,i,g){if(i.status!==null&&(i.status<200||i.status>599)){throw new RangeError('init["status"] must be in the range of 200 to 599, inclusive.')}if("statusText"in i&&i.statusText!=null){if(!x(String(i.statusText))){throw new TypeError("Invalid statusText")}}if("status"in i&&i.status!=null){A[V].status=i.status}if("statusText"in i&&i.statusText!=null){A[V].statusText=i.statusText}if("headers"in i&&i.headers!=null){C(A[P],i.headers)}if(g){if(_.includes(A.status)){throw j.errors.exception({header:"Response constructor",message:`Invalid response status code ${A.status}`})}A[V].body=g.body;if(g.type!=null&&!A[V].headersList.contains("content-type",true)){A[V].headersList.append("content-type",g.type,true)}}}function fromInnerResponse(A,i){const g=new Response(X);g[V]=A;g[P]=new E(X);B(g[P],A.headersList);Q(g[P],i);if(D&&A.body?.stream){R.register(g,new WeakRef(A.body.stream))}return g}j.converters.ReadableStream=j.interfaceConverter(ReadableStream);j.converters.FormData=j.interfaceConverter(z);j.converters.URLSearchParams=j.interfaceConverter(URLSearchParams);j.converters.XMLHttpRequestBodyInit=function(A,i,g){if(typeof A==="string"){return j.converters.USVString(A,i,g)}if(M(A)){return j.converters.Blob(A,i,g,{strict:false})}if(ArrayBuffer.isView(A)||$.isArrayBuffer(A)){return j.converters.BufferSource(A,i,g)}if(S.isFormDataLike(A)){return j.converters.FormData(A,i,g,{strict:false})}if(A instanceof URLSearchParams){return j.converters.URLSearchParams(A,i,g)}return j.converters.DOMString(A,i,g)};j.converters.BodyInit=function(A,i,g){if(A instanceof ReadableStream){return j.converters.ReadableStream(A,i,g)}if(A?.[Symbol.asyncIterator]){return A}return j.converters.XMLHttpRequestBodyInit(A,i,g)};j.converters.ResponseInit=j.dictionaryConverter([{key:"status",converter:j.converters["unsigned short"],defaultValue:()=>200},{key:"statusText",converter:j.converters.ByteString,defaultValue:()=>""},{key:"headers",converter:j.converters.HeadersInit}]);A.exports={isNetworkError:isNetworkError,makeNetworkError:makeNetworkError,makeResponse:makeResponse,makeAppropriateNetworkError:makeAppropriateNetworkError,filterResponse:filterResponse,Response:Response,cloneResponse:cloneResponse,fromInnerResponse:fromInnerResponse}},3627:A=>{A.exports={kUrl:Symbol("url"),kHeaders:Symbol("headers"),kSignal:Symbol("signal"),kState:Symbol("state"),kDispatcher:Symbol("dispatcher")}},3168:(A,i,g)=>{const{Transform:E}=g(7075);const p=g(8522);const{redirectStatusSet:C,referrerPolicySet:f,badPortsSet:Q}=g(4495);const{getGlobalOrigin:B}=g(1059);const{collectASequenceOfCodePoints:I,collectAnHTTPQuotedString:y,removeChars:b,parseMIMEType:D}=g(1900);const{performance:R}=g(643);const{isBlobLike:k,ReadableStreamFrom:S,isValidHTTPToken:v,normalizedMethodRecordsBase:F}=g(3440);const x=g(4589);const{isUint8Array:U}=g(3429);const{webidl:L}=g(5893);let M=[];let T;try{T=g(7598);const A=["sha256","sha384","sha512"];M=T.getHashes().filter((i=>A.includes(i)))}catch{}function responseURL(A){const i=A.urlList;const g=i.length;return g===0?null:i[g-1].toString()}function responseLocationURL(A,i){if(!C.has(A.status)){return null}let g=A.headersList.get("location",true);if(g!==null&&isValidHeaderValue(g)){if(!isValidEncodedURL(g)){g=normalizeBinaryStringToUtf8(g)}g=new URL(g,responseURL(A))}if(g&&!g.hash){g.hash=i}return g}function isValidEncodedURL(A){for(let i=0;i126||g<32){return false}}return true}function normalizeBinaryStringToUtf8(A){return Buffer.from(A,"binary").toString("utf8")}function requestCurrentURL(A){return A.urlList[A.urlList.length-1]}function requestBadPort(A){const i=requestCurrentURL(A);if(urlIsHttpHttpsScheme(i)&&Q.has(i.port)){return"blocked"}return"allowed"}function isErrorLike(A){return A instanceof Error||(A?.constructor?.name==="Error"||A?.constructor?.name==="DOMException")}function isValidReasonPhrase(A){for(let i=0;i=32&&g<=126||g>=128&&g<=255)){return false}}return true}const H=v;function isValidHeaderValue(A){return(A[0]==="\t"||A[0]===" "||A[A.length-1]==="\t"||A[A.length-1]===" "||A.includes("\n")||A.includes("\r")||A.includes("\0"))===false}function setRequestReferrerPolicyOnRedirect(A,i){const{headersList:g}=i;const E=(g.get("referrer-policy",true)??"").split(",");let p="";if(E.length>0){for(let A=E.length;A!==0;A--){const i=E[A-1].trim();if(f.has(i)){p=i;break}}}if(p!==""){A.referrerPolicy=p}}function crossOriginResourcePolicyCheck(){return"allowed"}function corsCheck(){return"success"}function TAOCheck(){return"success"}function appendFetchMetadata(A){let i=null;i=A.mode;A.headersList.set("sec-fetch-mode",i,true)}function appendRequestOriginHeader(A){let i=A.origin;if(i==="client"||i===undefined){return}if(A.responseTainting==="cors"||A.mode==="websocket"){A.headersList.append("origin",i,true)}else if(A.method!=="GET"&&A.method!=="HEAD"){switch(A.referrerPolicy){case"no-referrer":i=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":if(A.origin&&urlHasHttpsScheme(A.origin)&&!urlHasHttpsScheme(requestCurrentURL(A))){i=null}break;case"same-origin":if(!sameOrigin(A,requestCurrentURL(A))){i=null}break;default:}A.headersList.append("origin",i,true)}}function coarsenTime(A,i){return A}function clampAndCoarsenConnectionTimingInfo(A,i,g){if(!A?.startTime||A.startTime4096){E=p}const C=sameOrigin(A,E);const f=isURLPotentiallyTrustworthy(E)&&!isURLPotentiallyTrustworthy(A.url);switch(i){case"origin":return p!=null?p:stripURLForReferrer(g,true);case"unsafe-url":return E;case"same-origin":return C?p:"no-referrer";case"origin-when-cross-origin":return C?E:p;case"strict-origin-when-cross-origin":{const i=requestCurrentURL(A);if(sameOrigin(E,i)){return E}if(isURLPotentiallyTrustworthy(E)&&!isURLPotentiallyTrustworthy(i)){return"no-referrer"}return p}case"strict-origin":case"no-referrer-when-downgrade":default:return f?"no-referrer":p}}function stripURLForReferrer(A,i){x(A instanceof URL);A=new URL(A);if(A.protocol==="file:"||A.protocol==="about:"||A.protocol==="blank:"){return"no-referrer"}A.username="";A.password="";A.hash="";if(i){A.pathname="";A.search=""}return A}function isURLPotentiallyTrustworthy(A){if(!(A instanceof URL)){return false}if(A.href==="about:blank"||A.href==="about:srcdoc"){return true}if(A.protocol==="data:")return true;if(A.protocol==="file:")return true;return isOriginPotentiallyTrustworthy(A.origin);function isOriginPotentiallyTrustworthy(A){if(A==null||A==="null")return false;const i=new URL(A);if(i.protocol==="https:"||i.protocol==="wss:"){return true}if(/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(i.hostname)||(i.hostname==="localhost"||i.hostname.includes("localhost."))||i.hostname.endsWith(".localhost")){return true}return false}}function bytesMatch(A,i){if(T===undefined){return true}const g=parseMetadata(i);if(g==="no metadata"){return true}if(g.length===0){return true}const E=getStrongestMetadata(g);const p=filterMetadataListByAlgorithm(g,E);for(const i of p){const g=i.algo;const E=i.hash;let p=T.createHash(g).update(A).digest("base64");if(p[p.length-1]==="="){if(p[p.length-2]==="="){p=p.slice(0,-2)}else{p=p.slice(0,-1)}}if(compareBase64Mixed(p,E)){return true}}return false}const G=/(?sha256|sha384|sha512)-((?[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function parseMetadata(A){const i=[];let g=true;for(const E of A.split(" ")){g=false;const A=G.exec(E);if(A===null||A.groups===undefined||A.groups.algo===undefined){continue}const p=A.groups.algo.toLowerCase();if(M.includes(p)){i.push(A.groups)}}if(g===true){return"no metadata"}return i}function getStrongestMetadata(A){let i=A[0].algo;if(i[3]==="5"){return i}for(let g=1;g{A=g;i=E}));return{promise:g,resolve:A,reject:i}}function isAborted(A){return A.controller.state==="aborted"}function isCancelled(A){return A.controller.state==="aborted"||A.controller.state==="terminated"}function normalizeMethod(A){return F[A.toLowerCase()]??A}function serializeJavascriptValueToJSONString(A){const i=JSON.stringify(A);if(i===undefined){throw new TypeError("Value is not JSON serializable")}x(typeof i==="string");return i}const Y=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));function createIterator(A,i,g=0,E=1){class FastIterableIterator{#ee;#te;#Ae;constructor(A,i){this.#ee=A;this.#te=i;this.#Ae=0}next(){if(typeof this!=="object"||this===null||!(#ee in this)){throw new TypeError(`'next' called on an object that does not implement interface ${A} Iterator.`)}const p=this.#Ae;const C=this.#ee[i];const f=C.length;if(p>=f){return{value:undefined,done:true}}const{[g]:Q,[E]:B}=C[p];this.#Ae=p+1;let I;switch(this.#te){case"key":I=Q;break;case"value":I=B;break;case"key+value":I=[Q,B];break}return{value:I,done:false}}}delete FastIterableIterator.prototype.constructor;Object.setPrototypeOf(FastIterableIterator.prototype,Y);Object.defineProperties(FastIterableIterator.prototype,{[Symbol.toStringTag]:{writable:false,enumerable:false,configurable:true,value:`${A} Iterator`},next:{writable:true,enumerable:true,configurable:true}});return function(A,i){return new FastIterableIterator(A,i)}}function iteratorMixin(A,i,g,E=0,p=1){const C=createIterator(A,g,E,p);const f={keys:{writable:true,enumerable:true,configurable:true,value:function keys(){L.brandCheck(this,i);return C(this,"key")}},values:{writable:true,enumerable:true,configurable:true,value:function values(){L.brandCheck(this,i);return C(this,"value")}},entries:{writable:true,enumerable:true,configurable:true,value:function entries(){L.brandCheck(this,i);return C(this,"key+value")}},forEach:{writable:true,enumerable:true,configurable:true,value:function forEach(g,E=globalThis){L.brandCheck(this,i);L.argumentLengthCheck(arguments,1,`${A}.forEach`);if(typeof g!=="function"){throw new TypeError(`Failed to execute 'forEach' on '${A}': parameter 1 is not of type 'Function'.`)}for(const{0:A,1:i}of C(this,"key+value")){g.call(E,i,A,this)}}}};return Object.defineProperties(i.prototype,{...f,[Symbol.iterator]:{writable:true,enumerable:false,configurable:true,value:f.entries.value}})}async function fullyReadBody(A,i,g){const E=i;const p=g;let C;try{C=A.stream.getReader()}catch(A){p(A);return}try{E(await readAllBytes(C))}catch(A){p(A)}}function isReadableStreamLike(A){return A instanceof ReadableStream||A[Symbol.toStringTag]==="ReadableStream"&&typeof A.tee==="function"}function readableStreamClose(A){try{A.close();A.byobRequest?.respond(0)}catch(A){if(!A.message.includes("Controller is already closed")&&!A.message.includes("ReadableStream is already closed")){throw A}}}const J=/[^\x00-\xFF]/;function isomorphicEncode(A){x(!J.test(A));return A}async function readAllBytes(A){const i=[];let g=0;while(true){const{done:E,value:p}=await A.read();if(E){return Buffer.concat(i,g)}if(!U(p)){throw new TypeError("Received non-Uint8Array chunk")}i.push(p);g+=p.length}}function urlIsLocal(A){x("protocol"in A);const i=A.protocol;return i==="about:"||i==="blob:"||i==="data:"}function urlHasHttpsScheme(A){return typeof A==="string"&&A[5]===":"&&A[0]==="h"&&A[1]==="t"&&A[2]==="t"&&A[3]==="p"&&A[4]==="s"||A.protocol==="https:"}function urlIsHttpHttpsScheme(A){x("protocol"in A);const i=A.protocol;return i==="http:"||i==="https:"}function simpleRangeHeaderValue(A,i){const g=A;if(!g.startsWith("bytes")){return"failure"}const E={position:5};if(i){I((A=>A==="\t"||A===" "),g,E)}if(g.charCodeAt(E.position)!==61){return"failure"}E.position++;if(i){I((A=>A==="\t"||A===" "),g,E)}const p=I((A=>{const i=A.charCodeAt(0);return i>=48&&i<=57}),g,E);const C=p.length?Number(p):null;if(i){I((A=>A==="\t"||A===" "),g,E)}if(g.charCodeAt(E.position)!==45){return"failure"}E.position++;if(i){I((A=>A==="\t"||A===" "),g,E)}const f=I((A=>{const i=A.charCodeAt(0);return i>=48&&i<=57}),g,E);const Q=f.length?Number(f):null;if(E.positionQ){return"failure"}return{rangeStartValue:C,rangeEndValue:Q}}function buildContentRange(A,i,g){let E="bytes ";E+=isomorphicEncode(`${A}`);E+="-";E+=isomorphicEncode(`${i}`);E+="/";E+=isomorphicEncode(`${g}`);return E}class InflateStream extends E{#se;constructor(A){super();this.#se=A}_transform(A,i,g){if(!this._inflateStream){if(A.length===0){g();return}this._inflateStream=(A[0]&15)===8?p.createInflate(this.#se):p.createInflateRaw(this.#se);this._inflateStream.on("data",this.push.bind(this));this._inflateStream.on("end",(()=>this.push(null)));this._inflateStream.on("error",(A=>this.destroy(A)))}this._inflateStream.write(A,i,g)}_final(A){if(this._inflateStream){this._inflateStream.end();this._inflateStream=null}A()}}function createInflate(A){return new InflateStream(A)}function extractMimeType(A){let i=null;let g=null;let E=null;const p=getDecodeSplit("content-type",A);if(p===null){return"failure"}for(const A of p){const p=D(A);if(p==="failure"||p.essence==="*/*"){continue}E=p;if(E.essence!==g){i=null;if(E.parameters.has("charset")){i=E.parameters.get("charset")}g=E.essence}else if(!E.parameters.has("charset")&&i!==null){E.parameters.set("charset",i)}}if(E==null){return"failure"}return E}function gettingDecodingSplitting(A){const i=A;const g={position:0};const E=[];let p="";while(g.positionA!=='"'&&A!==","),i,g);if(g.positionA===9||A===32));E.push(p);p=""}return E}function getDecodeSplit(A,i){const g=i.get(A,true);if(g===null){return null}return gettingDecodingSplitting(g)}const _=new TextDecoder;function utf8DecodeBytes(A){if(A.length===0){return""}if(A[0]===239&&A[1]===187&&A[2]===191){A=A.subarray(3)}const i=_.decode(A);return i}class EnvironmentSettingsObjectBase{get baseUrl(){return B()}get origin(){return this.baseUrl?.origin}policyContainer=makePolicyContainer()}class EnvironmentSettingsObject{settingsObject=new EnvironmentSettingsObjectBase}const V=new EnvironmentSettingsObject;A.exports={isAborted:isAborted,isCancelled:isCancelled,isValidEncodedURL:isValidEncodedURL,createDeferredPromise:createDeferredPromise,ReadableStreamFrom:S,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:v,requestBadPort:requestBadPort,requestCurrentURL:requestCurrentURL,responseURL:responseURL,responseLocationURL:responseLocationURL,isBlobLike:k,isURLPotentiallyTrustworthy:isURLPotentiallyTrustworthy,isValidReasonPhrase:isValidReasonPhrase,sameOrigin:sameOrigin,normalizeMethod:normalizeMethod,serializeJavascriptValueToJSONString:serializeJavascriptValueToJSONString,iteratorMixin:iteratorMixin,createIterator:createIterator,isValidHeaderName:H,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:V}},5893:(A,i,g)=>{const{types:E,inspect:p}=g(7975);const{markAsUncloneable:C}=g(5919);const{toUSVString:f}=g(3440);const Q={};Q.converters={};Q.util={};Q.errors={};Q.errors.exception=function(A){return new TypeError(`${A.header}: ${A.message}`)};Q.errors.conversionFailed=function(A){const i=A.types.length===1?"":" one of";const g=`${A.argument} could not be converted to`+`${i}: ${A.types.join(", ")}.`;return Q.errors.exception({header:A.prefix,message:g})};Q.errors.invalidArgument=function(A){return Q.errors.exception({header:A.prefix,message:`"${A.value}" is an invalid ${A.type}.`})};Q.brandCheck=function(A,i,g){if(g?.strict!==false){if(!(A instanceof i)){const A=new TypeError("Illegal invocation");A.code="ERR_INVALID_THIS";throw A}}else{if(A?.[Symbol.toStringTag]!==i.prototype[Symbol.toStringTag]){const A=new TypeError("Illegal invocation");A.code="ERR_INVALID_THIS";throw A}}};Q.argumentLengthCheck=function({length:A},i,g){if(A{});Q.util.ConvertToInt=function(A,i,g,E){let p;let C;if(i===64){p=Math.pow(2,53)-1;if(g==="unsigned"){C=0}else{C=Math.pow(-2,53)+1}}else if(g==="unsigned"){C=0;p=Math.pow(2,i)-1}else{C=Math.pow(-2,i)-1;p=Math.pow(2,i-1)-1}let f=Number(A);if(f===0){f=0}if(E?.enforceRange===true){if(Number.isNaN(f)||f===Number.POSITIVE_INFINITY||f===Number.NEGATIVE_INFINITY){throw Q.errors.exception({header:"Integer conversion",message:`Could not convert ${Q.util.Stringify(A)} to an integer.`})}f=Q.util.IntegerPart(f);if(fp){throw Q.errors.exception({header:"Integer conversion",message:`Value must be between ${C}-${p}, got ${f}.`})}return f}if(!Number.isNaN(f)&&E?.clamp===true){f=Math.min(Math.max(f,C),p);if(Math.floor(f)%2===0){f=Math.floor(f)}else{f=Math.ceil(f)}return f}if(Number.isNaN(f)||f===0&&Object.is(0,f)||f===Number.POSITIVE_INFINITY||f===Number.NEGATIVE_INFINITY){return 0}f=Q.util.IntegerPart(f);f=f%Math.pow(2,i);if(g==="signed"&&f>=Math.pow(2,i)-1){return f-Math.pow(2,i)}return f};Q.util.IntegerPart=function(A){const i=Math.floor(Math.abs(A));if(A<0){return-1*i}return i};Q.util.Stringify=function(A){const i=Q.util.Type(A);switch(i){case"Symbol":return`Symbol(${A.description})`;case"Object":return p(A);case"String":return`"${A}"`;default:return`${A}`}};Q.sequenceConverter=function(A){return(i,g,E,p)=>{if(Q.util.Type(i)!=="Object"){throw Q.errors.exception({header:g,message:`${E} (${Q.util.Stringify(i)}) is not iterable.`})}const C=typeof p==="function"?p():i?.[Symbol.iterator]?.();const f=[];let B=0;if(C===undefined||typeof C.next!=="function"){throw Q.errors.exception({header:g,message:`${E} is not iterable.`})}while(true){const{done:i,value:p}=C.next();if(i){break}f.push(A(p,g,`${E}[${B++}]`))}return f}};Q.recordConverter=function(A,i){return(g,p,C)=>{if(Q.util.Type(g)!=="Object"){throw Q.errors.exception({header:p,message:`${C} ("${Q.util.Type(g)}") is not an Object.`})}const f={};if(!E.isProxy(g)){const E=[...Object.getOwnPropertyNames(g),...Object.getOwnPropertySymbols(g)];for(const Q of E){const E=A(Q,p,C);const B=i(g[Q],p,C);f[E]=B}return f}const B=Reflect.ownKeys(g);for(const E of B){const Q=Reflect.getOwnPropertyDescriptor(g,E);if(Q?.enumerable){const Q=A(E,p,C);const B=i(g[E],p,C);f[Q]=B}}return f}};Q.interfaceConverter=function(A){return(i,g,E,p)=>{if(p?.strict!==false&&!(i instanceof A)){throw Q.errors.exception({header:g,message:`Expected ${E} ("${Q.util.Stringify(i)}") to be an instance of ${A.name}.`})}return i}};Q.dictionaryConverter=function(A){return(i,g,E)=>{const p=Q.util.Type(i);const C={};if(p==="Null"||p==="Undefined"){return C}else if(p!=="Object"){throw Q.errors.exception({header:g,message:`Expected ${i} to be one of: Null, Undefined, Object.`})}for(const p of A){const{key:A,defaultValue:f,required:B,converter:I}=p;if(B===true){if(!Object.hasOwn(i,A)){throw Q.errors.exception({header:g,message:`Missing required key "${A}".`})}}let y=i[A];const b=Object.hasOwn(p,"defaultValue");if(b&&y!==null){y??=f()}if(B||b||y!==undefined){y=I(y,g,`${E}.${A}`);if(p.allowedValues&&!p.allowedValues.includes(y)){throw Q.errors.exception({header:g,message:`${y} is not an accepted type. Expected one of ${p.allowedValues.join(", ")}.`})}C[A]=y}}return C}};Q.nullableConverter=function(A){return(i,g,E)=>{if(i===null){return i}return A(i,g,E)}};Q.converters.DOMString=function(A,i,g,E){if(A===null&&E?.legacyNullToEmptyString){return""}if(typeof A==="symbol"){throw Q.errors.exception({header:i,message:`${g} is a symbol, which cannot be converted to a DOMString.`})}return String(A)};Q.converters.ByteString=function(A,i,g){const E=Q.converters.DOMString(A,i,g);for(let A=0;A255){throw new TypeError("Cannot convert argument to a ByteString because the character at "+`index ${A} has a value of ${E.charCodeAt(A)} which is greater than 255.`)}}return E};Q.converters.USVString=f;Q.converters.boolean=function(A){const i=Boolean(A);return i};Q.converters.any=function(A){return A};Q.converters["long long"]=function(A,i,g){const E=Q.util.ConvertToInt(A,64,"signed",undefined,i,g);return E};Q.converters["unsigned long long"]=function(A,i,g){const E=Q.util.ConvertToInt(A,64,"unsigned",undefined,i,g);return E};Q.converters["unsigned long"]=function(A,i,g){const E=Q.util.ConvertToInt(A,32,"unsigned",undefined,i,g);return E};Q.converters["unsigned short"]=function(A,i,g,E){const p=Q.util.ConvertToInt(A,16,"unsigned",E,i,g);return p};Q.converters.ArrayBuffer=function(A,i,g,p){if(Q.util.Type(A)!=="Object"||!E.isAnyArrayBuffer(A)){throw Q.errors.conversionFailed({prefix:i,argument:`${g} ("${Q.util.Stringify(A)}")`,types:["ArrayBuffer"]})}if(p?.allowShared===false&&E.isSharedArrayBuffer(A)){throw Q.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(A.resizable||A.growable){throw Q.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return A};Q.converters.TypedArray=function(A,i,g,p,C){if(Q.util.Type(A)!=="Object"||!E.isTypedArray(A)||A.constructor.name!==i.name){throw Q.errors.conversionFailed({prefix:g,argument:`${p} ("${Q.util.Stringify(A)}")`,types:[i.name]})}if(C?.allowShared===false&&E.isSharedArrayBuffer(A.buffer)){throw Q.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(A.buffer.resizable||A.buffer.growable){throw Q.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return A};Q.converters.DataView=function(A,i,g,p){if(Q.util.Type(A)!=="Object"||!E.isDataView(A)){throw Q.errors.exception({header:i,message:`${g} is not a DataView.`})}if(p?.allowShared===false&&E.isSharedArrayBuffer(A.buffer)){throw Q.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(A.buffer.resizable||A.buffer.growable){throw Q.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return A};Q.converters.BufferSource=function(A,i,g,p){if(E.isAnyArrayBuffer(A)){return Q.converters.ArrayBuffer(A,i,g,{...p,allowShared:false})}if(E.isTypedArray(A)){return Q.converters.TypedArray(A,A.constructor,i,g,{...p,allowShared:false})}if(E.isDataView(A)){return Q.converters.DataView(A,i,g,{...p,allowShared:false})}throw Q.errors.conversionFailed({prefix:i,argument:`${g} ("${Q.util.Stringify(A)}")`,types:["BufferSource"]})};Q.converters["sequence"]=Q.sequenceConverter(Q.converters.ByteString);Q.converters["sequence>"]=Q.sequenceConverter(Q.converters["sequence"]);Q.converters["record"]=Q.recordConverter(Q.converters.ByteString,Q.converters.ByteString);A.exports={webidl:Q}},2607:A=>{function getEncoding(A){if(!A){return"failure"}switch(A.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"}}A.exports={getEncoding:getEncoding}},8355:(A,i,g)=>{const{staticPropertyDescriptors:E,readOperation:p,fireAProgressEvent:C}=g(3610);const{kState:f,kError:Q,kResult:B,kEvents:I,kAborted:y}=g(961);const{webidl:b}=g(5893);const{kEnumerableProperty:D}=g(3440);class FileReader extends EventTarget{constructor(){super();this[f]="empty";this[B]=null;this[Q]=null;this[I]={loadend:null,error:null,abort:null,load:null,progress:null,loadstart:null}}readAsArrayBuffer(A){b.brandCheck(this,FileReader);b.argumentLengthCheck(arguments,1,"FileReader.readAsArrayBuffer");A=b.converters.Blob(A,{strict:false});p(this,A,"ArrayBuffer")}readAsBinaryString(A){b.brandCheck(this,FileReader);b.argumentLengthCheck(arguments,1,"FileReader.readAsBinaryString");A=b.converters.Blob(A,{strict:false});p(this,A,"BinaryString")}readAsText(A,i=undefined){b.brandCheck(this,FileReader);b.argumentLengthCheck(arguments,1,"FileReader.readAsText");A=b.converters.Blob(A,{strict:false});if(i!==undefined){i=b.converters.DOMString(i,"FileReader.readAsText","encoding")}p(this,A,"Text",i)}readAsDataURL(A){b.brandCheck(this,FileReader);b.argumentLengthCheck(arguments,1,"FileReader.readAsDataURL");A=b.converters.Blob(A,{strict:false});p(this,A,"DataURL")}abort(){if(this[f]==="empty"||this[f]==="done"){this[B]=null;return}if(this[f]==="loading"){this[f]="done";this[B]=null}this[y]=true;C("abort",this);if(this[f]!=="loading"){C("loadend",this)}}get readyState(){b.brandCheck(this,FileReader);switch(this[f]){case"empty":return this.EMPTY;case"loading":return this.LOADING;case"done":return this.DONE}}get result(){b.brandCheck(this,FileReader);return this[B]}get error(){b.brandCheck(this,FileReader);return this[Q]}get onloadend(){b.brandCheck(this,FileReader);return this[I].loadend}set onloadend(A){b.brandCheck(this,FileReader);if(this[I].loadend){this.removeEventListener("loadend",this[I].loadend)}if(typeof A==="function"){this[I].loadend=A;this.addEventListener("loadend",A)}else{this[I].loadend=null}}get onerror(){b.brandCheck(this,FileReader);return this[I].error}set onerror(A){b.brandCheck(this,FileReader);if(this[I].error){this.removeEventListener("error",this[I].error)}if(typeof A==="function"){this[I].error=A;this.addEventListener("error",A)}else{this[I].error=null}}get onloadstart(){b.brandCheck(this,FileReader);return this[I].loadstart}set onloadstart(A){b.brandCheck(this,FileReader);if(this[I].loadstart){this.removeEventListener("loadstart",this[I].loadstart)}if(typeof A==="function"){this[I].loadstart=A;this.addEventListener("loadstart",A)}else{this[I].loadstart=null}}get onprogress(){b.brandCheck(this,FileReader);return this[I].progress}set onprogress(A){b.brandCheck(this,FileReader);if(this[I].progress){this.removeEventListener("progress",this[I].progress)}if(typeof A==="function"){this[I].progress=A;this.addEventListener("progress",A)}else{this[I].progress=null}}get onload(){b.brandCheck(this,FileReader);return this[I].load}set onload(A){b.brandCheck(this,FileReader);if(this[I].load){this.removeEventListener("load",this[I].load)}if(typeof A==="function"){this[I].load=A;this.addEventListener("load",A)}else{this[I].load=null}}get onabort(){b.brandCheck(this,FileReader);return this[I].abort}set onabort(A){b.brandCheck(this,FileReader);if(this[I].abort){this.removeEventListener("abort",this[I].abort)}if(typeof A==="function"){this[I].abort=A;this.addEventListener("abort",A)}else{this[I].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:E,LOADING:E,DONE:E,readAsArrayBuffer:D,readAsBinaryString:D,readAsText:D,readAsDataURL:D,abort:D,readyState:D,result:D,error:D,onloadstart:D,onprogress:D,onload:D,onabort:D,onerror:D,onloadend:D,[Symbol.toStringTag]:{value:"FileReader",writable:false,enumerable:false,configurable:true}});Object.defineProperties(FileReader,{EMPTY:E,LOADING:E,DONE:E});A.exports={FileReader:FileReader}},8573:(A,i,g)=>{const{webidl:E}=g(5893);const p=Symbol("ProgressEvent state");class ProgressEvent extends Event{constructor(A,i={}){A=E.converters.DOMString(A,"ProgressEvent constructor","type");i=E.converters.ProgressEventInit(i??{});super(A,i);this[p]={lengthComputable:i.lengthComputable,loaded:i.loaded,total:i.total}}get lengthComputable(){E.brandCheck(this,ProgressEvent);return this[p].lengthComputable}get loaded(){E.brandCheck(this,ProgressEvent);return this[p].loaded}get total(){E.brandCheck(this,ProgressEvent);return this[p].total}}E.converters.ProgressEventInit=E.dictionaryConverter([{key:"lengthComputable",converter:E.converters.boolean,defaultValue:()=>false},{key:"loaded",converter:E.converters["unsigned long long"],defaultValue:()=>0},{key:"total",converter:E.converters["unsigned long long"],defaultValue:()=>0},{key:"bubbles",converter:E.converters.boolean,defaultValue:()=>false},{key:"cancelable",converter:E.converters.boolean,defaultValue:()=>false},{key:"composed",converter:E.converters.boolean,defaultValue:()=>false}]);A.exports={ProgressEvent:ProgressEvent}},961:A=>{A.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")}},3610:(A,i,g)=>{const{kState:E,kError:p,kResult:C,kAborted:f,kLastProgressEventFired:Q}=g(961);const{ProgressEvent:B}=g(8573);const{getEncoding:I}=g(2607);const{serializeAMimeType:y,parseMIMEType:b}=g(1900);const{types:D}=g(7975);const{StringDecoder:R}=g(3193);const{btoa:k}=g(4573);const S={enumerable:true,writable:false,configurable:false};function readOperation(A,i,g,B){if(A[E]==="loading"){throw new DOMException("Invalid state","InvalidStateError")}A[E]="loading";A[C]=null;A[p]=null;const I=i.stream();const y=I.getReader();const b=[];let R=y.read();let k=true;(async()=>{while(!A[f]){try{const{done:I,value:S}=await R;if(k&&!A[f]){queueMicrotask((()=>{fireAProgressEvent("loadstart",A)}))}k=false;if(!I&&D.isUint8Array(S)){b.push(S);if((A[Q]===undefined||Date.now()-A[Q]>=50)&&!A[f]){A[Q]=Date.now();queueMicrotask((()=>{fireAProgressEvent("progress",A)}))}R=y.read()}else if(I){queueMicrotask((()=>{A[E]="done";try{const E=packageData(b,g,i.type,B);if(A[f]){return}A[C]=E;fireAProgressEvent("load",A)}catch(i){A[p]=i;fireAProgressEvent("error",A)}if(A[E]!=="loading"){fireAProgressEvent("loadend",A)}}));break}}catch(i){if(A[f]){return}queueMicrotask((()=>{A[E]="done";A[p]=i;fireAProgressEvent("error",A);if(A[E]!=="loading"){fireAProgressEvent("loadend",A)}}));break}}})()}function fireAProgressEvent(A,i){const g=new B(A,{bubbles:false,cancelable:false});i.dispatchEvent(g)}function packageData(A,i,g,E){switch(i){case"DataURL":{let i="data:";const E=b(g||"application/octet-stream");if(E!=="failure"){i+=y(E)}i+=";base64,";const p=new R("latin1");for(const g of A){i+=k(p.write(g))}i+=k(p.end());return i}case"Text":{let i="failure";if(E){i=I(E)}if(i==="failure"&&g){const A=b(g);if(A!=="failure"){i=I(A.parameters.get("charset"))}}if(i==="failure"){i="UTF-8"}return decode(A,i)}case"ArrayBuffer":{const i=combineByteSequences(A);return i.buffer}case"BinaryString":{let i="";const g=new R("latin1");for(const E of A){i+=g.write(E)}i+=g.end();return i}}}function decode(A,i){const g=combineByteSequences(A);const E=BOMSniffing(g);let p=0;if(E!==null){i=E;p=E==="UTF-8"?3:2}const C=g.slice(p);return new TextDecoder(i).decode(C)}function BOMSniffing(A){const[i,g,E]=A;if(i===239&&g===187&&E===191){return"UTF-8"}else if(i===254&&g===255){return"UTF-16BE"}else if(i===255&&g===254){return"UTF-16LE"}return null}function combineByteSequences(A){const i=A.reduce(((A,i)=>A+i.byteLength),0);let g=0;return A.reduce(((A,i)=>{A.set(i,g);g+=i.byteLength;return A}),new Uint8Array(i))}A.exports={staticPropertyDescriptors:S,readOperation:readOperation,fireAProgressEvent:fireAProgressEvent}},6897:(A,i,g)=>{const{uid:E,states:p,sentCloseFrameState:C,emptyBuffer:f,opcodes:Q}=g(736);const{kReadyState:B,kSentClose:I,kByteParser:y,kReceivedClose:b,kResponse:D}=g(1216);const{fireEvent:R,failWebsocketConnection:k,isClosing:S,isClosed:v,isEstablished:F,parseExtensions:x}=g(8625);const{channels:U}=g(2414);const{CloseEvent:L}=g(5188);const{makeRequest:M}=g(9967);const{fetching:T}=g(4398);const{Headers:H,getHeadersList:G}=g(660);const{getDecodeSplit:Y}=g(3168);const{WebsocketFrameSend:J}=g(3264);let _;try{_=g(7598)}catch{}function establishWebSocketConnection(A,i,g,p,C,f){const Q=A;Q.protocol=A.protocol==="ws:"?"http:":"https:";const B=M({urlList:[Q],client:g,serviceWorkers:"none",referrer:"no-referrer",mode:"websocket",credentials:"include",cache:"no-store",redirect:"error"});if(f.headers){const A=G(new H(f.headers));B.headersList=A}const I=_.randomBytes(16).toString("base64");B.headersList.append("sec-websocket-key",I);B.headersList.append("sec-websocket-version","13");for(const A of i){B.headersList.append("sec-websocket-protocol",A)}const y="permessage-deflate; client_max_window_bits";B.headersList.append("sec-websocket-extensions",y);const b=T({request:B,useParallelQueue:true,dispatcher:f.dispatcher,processResponse(A){if(A.type==="error"||A.status!==101){k(p,"Received network error or non-101 status code.");return}if(i.length!==0&&!A.headersList.get("Sec-WebSocket-Protocol")){k(p,"Server did not respond with sent protocols.");return}if(A.headersList.get("Upgrade")?.toLowerCase()!=="websocket"){k(p,'Server did not set Upgrade header to "websocket".');return}if(A.headersList.get("Connection")?.toLowerCase()!=="upgrade"){k(p,'Server did not set Connection header to "upgrade".');return}const g=A.headersList.get("Sec-WebSocket-Accept");const f=_.createHash("sha1").update(I+E).digest("base64");if(g!==f){k(p,"Incorrect hash received in Sec-WebSocket-Accept header.");return}const Q=A.headersList.get("Sec-WebSocket-Extensions");let y;if(Q!==null){y=x(Q);if(!y.has("permessage-deflate")){k(p,"Sec-WebSocket-Extensions header does not match.");return}}const b=A.headersList.get("Sec-WebSocket-Protocol");if(b!==null){const A=Y("sec-websocket-protocol",B.headersList);if(!A.includes(b)){k(p,"Protocol was not set in the opening handshake.");return}}A.socket.on("data",onSocketData);A.socket.on("close",onSocketClose);A.socket.on("error",onSocketError);if(U.open.hasSubscribers){U.open.publish({address:A.socket.address(),protocol:b,extensions:Q})}C(A,y)}});return b}function closeWebSocketConnection(A,i,g,E){if(S(A)||v(A)){}else if(!F(A)){k(A,"Connection was closed before it was established.");A[B]=p.CLOSING}else if(A[I]===C.NOT_SENT){A[I]=C.PROCESSING;const y=new J;if(i!==undefined&&g===undefined){y.frameData=Buffer.allocUnsafe(2);y.frameData.writeUInt16BE(i,0)}else if(i!==undefined&&g!==undefined){y.frameData=Buffer.allocUnsafe(2+E);y.frameData.writeUInt16BE(i,0);y.frameData.write(g,2,"utf-8")}else{y.frameData=f}const b=A[D].socket;b.write(y.createFrame(Q.CLOSE));A[I]=C.SENT;A[B]=p.CLOSING}else{A[B]=p.CLOSING}}function onSocketData(A){if(!this.ws[y].write(A)){this.pause()}}function onSocketClose(){const{ws:A}=this;const{[D]:i}=A;i.socket.off("data",onSocketData);i.socket.off("close",onSocketClose);i.socket.off("error",onSocketError);const g=A[I]===C.SENT&&A[b];let E=1005;let f="";const Q=A[y].closingInfo;if(Q&&!Q.error){E=Q.code??1005;f=Q.reason}else if(!A[b]){E=1006}A[B]=p.CLOSED;R("close",A,((A,i)=>new L(A,i)),{wasClean:g,code:E,reason:f});if(U.close.hasSubscribers){U.close.publish({websocket:A,code:E,reason:f})}}function onSocketError(A){const{ws:i}=this;i[B]=p.CLOSING;if(U.socketError.hasSubscribers){U.socketError.publish(A)}this.destroy()}A.exports={establishWebSocketConnection:establishWebSocketConnection,closeWebSocketConnection:closeWebSocketConnection}},736:A=>{const i="258EAFA5-E914-47DA-95CA-C5AB0DC85B11";const g={enumerable:true,writable:false,configurable:false};const E={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3};const p={NOT_SENT:0,PROCESSING:1,SENT:2};const C={CONTINUATION:0,TEXT:1,BINARY:2,CLOSE:8,PING:9,PONG:10};const f=2**16-1;const Q={INFO:0,PAYLOADLENGTH_16:2,PAYLOADLENGTH_64:3,READ_DATA:4};const B=Buffer.allocUnsafe(0);const I={string:1,typedArray:2,arrayBuffer:3,blob:4};A.exports={uid:i,sentCloseFrameState:p,staticPropertyDescriptors:g,states:E,opcodes:C,maxUnsigned16Bit:f,parserStates:Q,emptyBuffer:B,sendHints:I}},5188:(A,i,g)=>{const{webidl:E}=g(5893);const{kEnumerableProperty:p}=g(3440);const{kConstruct:C}=g(6443);const{MessagePort:f}=g(5919);class MessageEvent extends Event{#i;constructor(A,i={}){if(A===C){super(arguments[1],arguments[2]);E.util.markAsUncloneable(this);return}const g="MessageEvent constructor";E.argumentLengthCheck(arguments,1,g);A=E.converters.DOMString(A,g,"type");i=E.converters.MessageEventInit(i,g,"eventInitDict");super(A,i);this.#i=i;E.util.markAsUncloneable(this)}get data(){E.brandCheck(this,MessageEvent);return this.#i.data}get origin(){E.brandCheck(this,MessageEvent);return this.#i.origin}get lastEventId(){E.brandCheck(this,MessageEvent);return this.#i.lastEventId}get source(){E.brandCheck(this,MessageEvent);return this.#i.source}get ports(){E.brandCheck(this,MessageEvent);if(!Object.isFrozen(this.#i.ports)){Object.freeze(this.#i.ports)}return this.#i.ports}initMessageEvent(A,i=false,g=false,p=null,C="",f="",Q=null,B=[]){E.brandCheck(this,MessageEvent);E.argumentLengthCheck(arguments,1,"MessageEvent.initMessageEvent");return new MessageEvent(A,{bubbles:i,cancelable:g,data:p,origin:C,lastEventId:f,source:Q,ports:B})}static createFastMessageEvent(A,i){const g=new MessageEvent(C,A,i);g.#i=i;g.#i.data??=null;g.#i.origin??="";g.#i.lastEventId??="";g.#i.source??=null;g.#i.ports??=[];return g}}const{createFastMessageEvent:Q}=MessageEvent;delete MessageEvent.createFastMessageEvent;class CloseEvent extends Event{#i;constructor(A,i={}){const g="CloseEvent constructor";E.argumentLengthCheck(arguments,1,g);A=E.converters.DOMString(A,g,"type");i=E.converters.CloseEventInit(i);super(A,i);this.#i=i;E.util.markAsUncloneable(this)}get wasClean(){E.brandCheck(this,CloseEvent);return this.#i.wasClean}get code(){E.brandCheck(this,CloseEvent);return this.#i.code}get reason(){E.brandCheck(this,CloseEvent);return this.#i.reason}}class ErrorEvent extends Event{#i;constructor(A,i){const g="ErrorEvent constructor";E.argumentLengthCheck(arguments,1,g);super(A,i);E.util.markAsUncloneable(this);A=E.converters.DOMString(A,g,"type");i=E.converters.ErrorEventInit(i??{});this.#i=i}get message(){E.brandCheck(this,ErrorEvent);return this.#i.message}get filename(){E.brandCheck(this,ErrorEvent);return this.#i.filename}get lineno(){E.brandCheck(this,ErrorEvent);return this.#i.lineno}get colno(){E.brandCheck(this,ErrorEvent);return this.#i.colno}get error(){E.brandCheck(this,ErrorEvent);return this.#i.error}}Object.defineProperties(MessageEvent.prototype,{[Symbol.toStringTag]:{value:"MessageEvent",configurable:true},data:p,origin:p,lastEventId:p,source:p,ports:p,initMessageEvent:p});Object.defineProperties(CloseEvent.prototype,{[Symbol.toStringTag]:{value:"CloseEvent",configurable:true},reason:p,code:p,wasClean:p});Object.defineProperties(ErrorEvent.prototype,{[Symbol.toStringTag]:{value:"ErrorEvent",configurable:true},message:p,filename:p,lineno:p,colno:p,error:p});E.converters.MessagePort=E.interfaceConverter(f);E.converters["sequence"]=E.sequenceConverter(E.converters.MessagePort);const B=[{key:"bubbles",converter:E.converters.boolean,defaultValue:()=>false},{key:"cancelable",converter:E.converters.boolean,defaultValue:()=>false},{key:"composed",converter:E.converters.boolean,defaultValue:()=>false}];E.converters.MessageEventInit=E.dictionaryConverter([...B,{key:"data",converter:E.converters.any,defaultValue:()=>null},{key:"origin",converter:E.converters.USVString,defaultValue:()=>""},{key:"lastEventId",converter:E.converters.DOMString,defaultValue:()=>""},{key:"source",converter:E.nullableConverter(E.converters.MessagePort),defaultValue:()=>null},{key:"ports",converter:E.converters["sequence"],defaultValue:()=>new Array(0)}]);E.converters.CloseEventInit=E.dictionaryConverter([...B,{key:"wasClean",converter:E.converters.boolean,defaultValue:()=>false},{key:"code",converter:E.converters["unsigned short"],defaultValue:()=>0},{key:"reason",converter:E.converters.USVString,defaultValue:()=>""}]);E.converters.ErrorEventInit=E.dictionaryConverter([...B,{key:"message",converter:E.converters.DOMString,defaultValue:()=>""},{key:"filename",converter:E.converters.USVString,defaultValue:()=>""},{key:"lineno",converter:E.converters["unsigned long"],defaultValue:()=>0},{key:"colno",converter:E.converters["unsigned long"],defaultValue:()=>0},{key:"error",converter:E.converters.any}]);A.exports={MessageEvent:MessageEvent,CloseEvent:CloseEvent,ErrorEvent:ErrorEvent,createFastMessageEvent:Q}},3264:(A,i,g)=>{const{maxUnsigned16Bit:E}=g(736);const p=16386;let C;let f=null;let Q=p;try{C=g(7598)}catch{C={randomFillSync:function randomFillSync(A,i,g){for(let i=0;iE){f+=8;C=127}else if(p>125){f+=2;C=126}const Q=Buffer.allocUnsafe(p+f);Q[0]=Q[1]=0;Q[0]|=128;Q[0]=(Q[0]&240)+A; -/*! ws. MIT License. Einar Otto Stangvik */Q[f-4]=g[0];Q[f-3]=g[1];Q[f-2]=g[2];Q[f-1]=g[3];Q[1]=C;if(C===126){Q.writeUInt16BE(p,2)}else if(C===127){Q[2]=Q[3]=0;Q.writeUIntBE(p,4,6)}Q[1]|=128;for(let A=0;A{const{createInflateRaw:E,Z_DEFAULT_WINDOWBITS:p}=g(8522);const{isValidClientWindowBits:C}=g(8625);const f=Buffer.from([0,0,255,255]);const Q=Symbol("kBuffer");const B=Symbol("kLength");class PerMessageDeflate{#re;#S={};constructor(A){this.#S.serverNoContextTakeover=A.has("server_no_context_takeover");this.#S.serverMaxWindowBits=A.get("server_max_window_bits")}decompress(A,i,g){if(!this.#re){let A=p;if(this.#S.serverMaxWindowBits){if(!C(this.#S.serverMaxWindowBits)){g(new Error("Invalid server_max_window_bits"));return}A=Number.parseInt(this.#S.serverMaxWindowBits)}this.#re=E({windowBits:A});this.#re[Q]=[];this.#re[B]=0;this.#re.on("data",(A=>{this.#re[Q].push(A);this.#re[B]+=A.length}));this.#re.on("error",(A=>{this.#re=null;g(A)}))}this.#re.write(A);if(i){this.#re.write(f)}this.#re.flush((()=>{const A=Buffer.concat(this.#re[Q],this.#re[B]);this.#re[Q].length=0;this.#re[B]=0;g(null,A)}))}}A.exports={PerMessageDeflate:PerMessageDeflate}},1652:(A,i,g)=>{const{Writable:E}=g(7075);const p=g(4589);const{parserStates:C,opcodes:f,states:Q,emptyBuffer:B,sentCloseFrameState:I}=g(736);const{kReadyState:y,kSentClose:b,kResponse:D,kReceivedClose:R}=g(1216);const{channels:k}=g(2414);const{isValidStatusCode:S,isValidOpcode:v,failWebsocketConnection:F,websocketMessageReceived:x,utf8Decode:U,isControlFrame:L,isTextBinaryFrame:M,isContinuationFrame:T}=g(8625);const{WebsocketFrameSend:H}=g(3264);const{closeWebSocketConnection:G}=g(6897);const{PerMessageDeflate:Y}=g(9469);class ByteParser extends E{#n=[];#o=0;#ie=false;#a=C.INFO;#c={};#l=[];#d;constructor(A,i){super();this.ws=A;this.#d=i==null?new Map:i;if(this.#d.has("permessage-deflate")){this.#d.set("permessage-deflate",new Y(i))}}_write(A,i,g){this.#n.push(A);this.#o+=A.length;this.#ie=true;this.run(g)}run(A){while(this.#ie){if(this.#a===C.INFO){if(this.#o<2){return A()}const i=this.consume(2);const g=(i[0]&128)!==0;const E=i[0]&15;const p=(i[1]&128)===128;const Q=!g&&E!==f.CONTINUATION;const B=i[1]&127;const I=i[0]&64;const y=i[0]&32;const b=i[0]&16;if(!v(E)){F(this.ws,"Invalid opcode received");return A()}if(p){F(this.ws,"Frame cannot be masked");return A()}if(I!==0&&!this.#d.has("permessage-deflate")){F(this.ws,"Expected RSV1 to be clear.");return}if(y!==0||b!==0){F(this.ws,"RSV1, RSV2, RSV3 must be clear");return}if(Q&&!M(E)){F(this.ws,"Invalid frame type was fragmented.");return}if(M(E)&&this.#l.length>0){F(this.ws,"Expected continuation frame");return}if(this.#c.fragmented&&Q){F(this.ws,"Fragmented frame exceeded 125 bytes.");return}if((B>125||Q)&&L(E)){F(this.ws,"Control frame either too large or fragmented");return}if(T(E)&&this.#l.length===0&&!this.#c.compressed){F(this.ws,"Unexpected continuation frame");return}if(B<=125){this.#c.payloadLength=B;this.#a=C.READ_DATA}else if(B===126){this.#a=C.PAYLOADLENGTH_16}else if(B===127){this.#a=C.PAYLOADLENGTH_64}if(M(E)){this.#c.binaryType=E;this.#c.compressed=I!==0}this.#c.opcode=E;this.#c.masked=p;this.#c.fin=g;this.#c.fragmented=Q}else if(this.#a===C.PAYLOADLENGTH_16){if(this.#o<2){return A()}const i=this.consume(2);this.#c.payloadLength=i.readUInt16BE(0);this.#a=C.READ_DATA}else if(this.#a===C.PAYLOADLENGTH_64){if(this.#o<8){return A()}const i=this.consume(8);const g=i.readUInt32BE(0);if(g>2**31-1){F(this.ws,"Received payload length > 2^31 bytes.");return}const E=i.readUInt32BE(4);this.#c.payloadLength=(g<<8)+E;this.#a=C.READ_DATA}else if(this.#a===C.READ_DATA){if(this.#o{if(i){G(this.ws,1007,i.message,i.message.length);return}this.#l.push(g);if(!this.#c.fin){this.#a=C.INFO;this.#ie=true;this.run(A);return}x(this.ws,this.#c.binaryType,Buffer.concat(this.#l));this.#ie=true;this.#a=C.INFO;this.#l.length=0;this.run(A)}));this.#ie=false;break}}}}}consume(A){if(A>this.#o){throw new Error("Called consume() before buffers satiated.")}else if(A===0){return B}if(this.#n[0].length===A){this.#o-=this.#n[0].length;return this.#n.shift()}const i=Buffer.allocUnsafe(A);let g=0;while(g!==A){const E=this.#n[0];const{length:p}=E;if(p+g===A){i.set(this.#n.shift(),g);break}else if(p+g>A){i.set(E.subarray(0,A-g),g);this.#n[0]=E.subarray(A-g);break}else{i.set(this.#n.shift(),g);g+=E.length}}this.#o-=A;return i}parseCloseBody(A){p(A.length!==1);let i;if(A.length>=2){i=A.readUInt16BE(0)}if(i!==undefined&&!S(i)){return{code:1002,reason:"Invalid status code",error:true}}let g=A.subarray(2);if(g[0]===239&&g[1]===187&&g[2]===191){g=g.subarray(3)}try{g=U(g)}catch{return{code:1007,reason:"Invalid UTF-8",error:true}}return{code:i,reason:g,error:false}}parseControlFrame(A){const{opcode:i,payloadLength:g}=this.#c;if(i===f.CLOSE){if(g===1){F(this.ws,"Received close frame with a 1-byte body.");return false}this.#c.closeInfo=this.parseCloseBody(A);if(this.#c.closeInfo.error){const{code:A,reason:i}=this.#c.closeInfo;G(this.ws,A,i,i.length);F(this.ws,i);return false}if(this.ws[b]!==I.SENT){let A=B;if(this.#c.closeInfo.code){A=Buffer.allocUnsafe(2);A.writeUInt16BE(this.#c.closeInfo.code,0)}const i=new H(A);this.ws[D].socket.write(i.createFrame(f.CLOSE),(A=>{if(!A){this.ws[b]=I.SENT}}))}this.ws[y]=Q.CLOSING;this.ws[R]=true;return false}else if(i===f.PING){if(!this.ws[R]){const i=new H(A);this.ws[D].socket.write(i.createFrame(f.PONG));if(k.ping.hasSubscribers){k.ping.publish({payload:A})}}}else if(i===f.PONG){if(k.pong.hasSubscribers){k.pong.publish({payload:A})}}return true}get closingInfo(){return this.#c.closeInfo}}A.exports={ByteParser:ByteParser}},3900:(A,i,g)=>{const{WebsocketFrameSend:E}=g(3264);const{opcodes:p,sendHints:C}=g(736);const f=g(4660);const Q=Buffer[Symbol.species];class SendQueue{#ne=new f;#oe=false;#ae;constructor(A){this.#ae=A}add(A,i,g){if(g!==C.blob){const E=createFrame(A,g);if(!this.#oe){this.#ae.write(E,i)}else{const A={promise:null,callback:i,frame:E};this.#ne.push(A)}return}const E={promise:A.arrayBuffer().then((A=>{E.promise=null;E.frame=createFrame(A,g)})),callback:i,frame:null};this.#ne.push(E);if(!this.#oe){this.#ce()}}async#ce(){this.#oe=true;const A=this.#ne;while(!A.isEmpty()){const i=A.shift();if(i.promise!==null){await i.promise}this.#ae.write(i.frame,i.callback);i.callback=i.frame=null}this.#oe=false}}function createFrame(A,i){return new E(toBuffer(A,i)).createFrame(i===C.string?p.TEXT:p.BINARY)}function toBuffer(A,i){switch(i){case C.string:return Buffer.from(A);case C.arrayBuffer:case C.blob:return new Q(A);case C.typedArray:return new Q(A.buffer,A.byteOffset,A.byteLength)}}A.exports={SendQueue:SendQueue}},1216:A=>{A.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")}},8625:(A,i,g)=>{const{kReadyState:E,kController:p,kResponse:C,kBinaryType:f,kWebSocketURL:Q}=g(1216);const{states:B,opcodes:I}=g(736);const{ErrorEvent:y,createFastMessageEvent:b}=g(5188);const{isUtf8:D}=g(4573);const{collectASequenceOfCodePointsFast:R,removeHTTPWhitespace:k}=g(1900);function isConnecting(A){return A[E]===B.CONNECTING}function isEstablished(A){return A[E]===B.OPEN}function isClosing(A){return A[E]===B.CLOSING}function isClosed(A){return A[E]===B.CLOSED}function fireEvent(A,i,g=(A,i)=>new Event(A,i),E={}){const p=g(A,E);i.dispatchEvent(p)}function websocketMessageReceived(A,i,g){if(A[E]!==B.OPEN){return}let p;if(i===I.TEXT){try{p=F(g)}catch{failWebsocketConnection(A,"Received invalid UTF-8 in text frame.");return}}else if(i===I.BINARY){if(A[f]==="blob"){p=new Blob([g])}else{p=toArrayBuffer(g)}}fireEvent("message",A,b,{origin:A[Q].origin,data:p})}function toArrayBuffer(A){if(A.byteLength===A.buffer.byteLength){return A.buffer}return A.buffer.slice(A.byteOffset,A.byteOffset+A.byteLength)}function isValidSubprotocol(A){if(A.length===0){return false}for(let i=0;i126||g===34||g===40||g===41||g===44||g===47||g===58||g===59||g===60||g===61||g===62||g===63||g===64||g===91||g===92||g===93||g===123||g===125){return false}}return true}function isValidStatusCode(A){if(A>=1e3&&A<1015){return A!==1004&&A!==1005&&A!==1006}return A>=3e3&&A<=4999}function failWebsocketConnection(A,i){const{[p]:g,[C]:E}=A;g.abort();if(E?.socket&&!E.socket.destroyed){E.socket.destroy()}if(i){fireEvent("error",A,((A,i)=>new y(A,i)),{error:new Error(i),message:i})}}function isControlFrame(A){return A===I.CLOSE||A===I.PING||A===I.PONG}function isContinuationFrame(A){return A===I.CONTINUATION}function isTextBinaryFrame(A){return A===I.TEXT||A===I.BINARY}function isValidOpcode(A){return isTextBinaryFrame(A)||isContinuationFrame(A)||isControlFrame(A)}function parseExtensions(A){const i={position:0};const g=new Map;while(i.position57){return false}}return true}const S=typeof process.versions.icu==="string";const v=S?new TextDecoder("utf-8",{fatal:true}):undefined;const F=S?v.decode.bind(v):function(A){if(D(A)){return A.toString("utf-8")}throw new TypeError("Invalid utf-8 received.")};A.exports={isConnecting:isConnecting,isEstablished:isEstablished,isClosing:isClosing,isClosed:isClosed,fireEvent:fireEvent,isValidSubprotocol:isValidSubprotocol,isValidStatusCode:isValidStatusCode,failWebsocketConnection:failWebsocketConnection,websocketMessageReceived:websocketMessageReceived,utf8Decode:F,isControlFrame:isControlFrame,isContinuationFrame:isContinuationFrame,isTextBinaryFrame:isTextBinaryFrame,isValidOpcode:isValidOpcode,parseExtensions:parseExtensions,isValidClientWindowBits:isValidClientWindowBits}},3726:(A,i,g)=>{const{webidl:E}=g(5893);const{URLSerializer:p}=g(1900);const{environmentSettingsObject:C}=g(3168);const{staticPropertyDescriptors:f,states:Q,sentCloseFrameState:B,sendHints:I}=g(736);const{kWebSocketURL:y,kReadyState:b,kController:D,kBinaryType:R,kResponse:k,kSentClose:S,kByteParser:v}=g(1216);const{isConnecting:F,isEstablished:x,isClosing:U,isValidSubprotocol:L,fireEvent:M}=g(8625);const{establishWebSocketConnection:T,closeWebSocketConnection:H}=g(6897);const{ByteParser:G}=g(1652);const{kEnumerableProperty:Y,isBlobLike:J}=g(3440);const{getGlobalDispatcher:_}=g(2581);const{types:V}=g(7975);const{ErrorEvent:P,CloseEvent:j}=g(5188);const{SendQueue:z}=g(3900);class WebSocket extends EventTarget{#u={open:null,error:null,close:null,message:null};#h=0;#g="";#d="";#le;constructor(A,i=[]){super();E.util.markAsUncloneable(this);const g="WebSocket constructor";E.argumentLengthCheck(arguments,1,g);const p=E.converters["DOMString or sequence or WebSocketInit"](i,g,"options");A=E.converters.USVString(A,g,"url");i=p.protocols;const f=C.settingsObject.baseUrl;let Q;try{Q=new URL(A,f)}catch(A){throw new DOMException(A,"SyntaxError")}if(Q.protocol==="http:"){Q.protocol="ws:"}else if(Q.protocol==="https:"){Q.protocol="wss:"}if(Q.protocol!=="ws:"&&Q.protocol!=="wss:"){throw new DOMException(`Expected a ws: or wss: protocol, got ${Q.protocol}`,"SyntaxError")}if(Q.hash||Q.href.endsWith("#")){throw new DOMException("Got fragment","SyntaxError")}if(typeof i==="string"){i=[i]}if(i.length!==new Set(i.map((A=>A.toLowerCase()))).size){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}if(i.length>0&&!i.every((A=>L(A)))){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}this[y]=new URL(Q.href);const I=C.settingsObject;this[D]=T(Q,i,I,this,((A,i)=>this.#E(A,i)),p);this[b]=WebSocket.CONNECTING;this[S]=B.NOT_SENT;this[R]="blob"}close(A=undefined,i=undefined){E.brandCheck(this,WebSocket);const g="WebSocket.close";if(A!==undefined){A=E.converters["unsigned short"](A,g,"code",{clamp:true})}if(i!==undefined){i=E.converters.USVString(i,g,"reason")}if(A!==undefined){if(A!==1e3&&(A<3e3||A>4999)){throw new DOMException("invalid code","InvalidAccessError")}}let p=0;if(i!==undefined){p=Buffer.byteLength(i);if(p>123){throw new DOMException(`Reason must be less than 123 bytes; received ${p}`,"SyntaxError")}}H(this,A,i,p)}send(A){E.brandCheck(this,WebSocket);const i="WebSocket.send";E.argumentLengthCheck(arguments,1,i);A=E.converters.WebSocketSendData(A,i,"data");if(F(this)){throw new DOMException("Sent before connected.","InvalidStateError")}if(!x(this)||U(this)){return}if(typeof A==="string"){const i=Buffer.byteLength(A);this.#h+=i;this.#le.add(A,(()=>{this.#h-=i}),I.string)}else if(V.isArrayBuffer(A)){this.#h+=A.byteLength;this.#le.add(A,(()=>{this.#h-=A.byteLength}),I.arrayBuffer)}else if(ArrayBuffer.isView(A)){this.#h+=A.byteLength;this.#le.add(A,(()=>{this.#h-=A.byteLength}),I.typedArray)}else if(J(A)){this.#h+=A.size;this.#le.add(A,(()=>{this.#h-=A.size}),I.blob)}}get readyState(){E.brandCheck(this,WebSocket);return this[b]}get bufferedAmount(){E.brandCheck(this,WebSocket);return this.#h}get url(){E.brandCheck(this,WebSocket);return p(this[y])}get extensions(){E.brandCheck(this,WebSocket);return this.#d}get protocol(){E.brandCheck(this,WebSocket);return this.#g}get onopen(){E.brandCheck(this,WebSocket);return this.#u.open}set onopen(A){E.brandCheck(this,WebSocket);if(this.#u.open){this.removeEventListener("open",this.#u.open)}if(typeof A==="function"){this.#u.open=A;this.addEventListener("open",A)}else{this.#u.open=null}}get onerror(){E.brandCheck(this,WebSocket);return this.#u.error}set onerror(A){E.brandCheck(this,WebSocket);if(this.#u.error){this.removeEventListener("error",this.#u.error)}if(typeof A==="function"){this.#u.error=A;this.addEventListener("error",A)}else{this.#u.error=null}}get onclose(){E.brandCheck(this,WebSocket);return this.#u.close}set onclose(A){E.brandCheck(this,WebSocket);if(this.#u.close){this.removeEventListener("close",this.#u.close)}if(typeof A==="function"){this.#u.close=A;this.addEventListener("close",A)}else{this.#u.close=null}}get onmessage(){E.brandCheck(this,WebSocket);return this.#u.message}set onmessage(A){E.brandCheck(this,WebSocket);if(this.#u.message){this.removeEventListener("message",this.#u.message)}if(typeof A==="function"){this.#u.message=A;this.addEventListener("message",A)}else{this.#u.message=null}}get binaryType(){E.brandCheck(this,WebSocket);return this[R]}set binaryType(A){E.brandCheck(this,WebSocket);if(A!=="blob"&&A!=="arraybuffer"){this[R]="blob"}else{this[R]=A}}#E(A,i){this[k]=A;const g=new G(this,i);g.on("drain",onParserDrain);g.on("error",onParserError.bind(this));A.socket.ws=this;this[v]=g;this.#le=new z(A.socket);this[b]=Q.OPEN;const E=A.headersList.get("sec-websocket-extensions");if(E!==null){this.#d=E}const p=A.headersList.get("sec-websocket-protocol");if(p!==null){this.#g=p}M("open",this)}}WebSocket.CONNECTING=WebSocket.prototype.CONNECTING=Q.CONNECTING;WebSocket.OPEN=WebSocket.prototype.OPEN=Q.OPEN;WebSocket.CLOSING=WebSocket.prototype.CLOSING=Q.CLOSING;WebSocket.CLOSED=WebSocket.prototype.CLOSED=Q.CLOSED;Object.defineProperties(WebSocket.prototype,{CONNECTING:f,OPEN:f,CLOSING:f,CLOSED:f,url:Y,readyState:Y,bufferedAmount:Y,onopen:Y,onerror:Y,onclose:Y,close:Y,onmessage:Y,binaryType:Y,send:Y,extensions:Y,protocol:Y,[Symbol.toStringTag]:{value:"WebSocket",writable:false,enumerable:false,configurable:true}});Object.defineProperties(WebSocket,{CONNECTING:f,OPEN:f,CLOSING:f,CLOSED:f});E.converters["sequence"]=E.sequenceConverter(E.converters.DOMString);E.converters["DOMString or sequence"]=function(A,i,g){if(E.util.Type(A)==="Object"&&Symbol.iterator in A){return E.converters["sequence"](A)}return E.converters.DOMString(A,i,g)};E.converters.WebSocketInit=E.dictionaryConverter([{key:"protocols",converter:E.converters["DOMString or sequence"],defaultValue:()=>new Array(0)},{key:"dispatcher",converter:E.converters.any,defaultValue:()=>_()},{key:"headers",converter:E.nullableConverter(E.converters.HeadersInit)}]);E.converters["DOMString or sequence or WebSocketInit"]=function(A){if(E.util.Type(A)==="Object"&&!(Symbol.iterator in A)){return E.converters.WebSocketInit(A)}return{protocols:E.converters["DOMString or sequence"](A)}};E.converters.WebSocketSendData=function(A){if(E.util.Type(A)==="Object"){if(J(A)){return E.converters.Blob(A,{strict:false})}if(ArrayBuffer.isView(A)||V.isArrayBuffer(A)){return E.converters.BufferSource(A)}}return E.converters.USVString(A)};function onParserDrain(){this.ws[k].socket.resume()}function onParserError(A){let i;let g;if(A instanceof j){i=A.reason;g=A.code}else{i=A.message}M("error",this,(()=>new P("error",{error:A,message:i})));H(this,g)}A.exports={WebSocket:WebSocket}},1354:(A,i,g)=>{const E=g(6681);E.createWebSocketStream=g(6412);E.Server=g(129);E.Receiver=g(893);E.Sender=g(7389);A.exports=E},5803:(A,i,g)=>{const{EMPTY_BUFFER:E}=g(1791);function concat(A,i){if(A.length===0)return E;if(A.length===1)return A[0];const g=Buffer.allocUnsafe(i);let p=0;for(let i=0;i{A.exports={BINARY_TYPES:["nodebuffer","arraybuffer","fragments"],GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),EMPTY_BUFFER:Buffer.alloc(0),NOOP:()=>{}}},4634:A=>{class Event{constructor(A,i){this.target=i;this.type=A}}class MessageEvent extends Event{constructor(A,i){super("message",i);this.data=A}}class CloseEvent extends Event{constructor(A,i,g){super("close",g);this.wasClean=g._closeFrameReceived&&g._closeFrameSent;this.reason=i;this.code=A}}class OpenEvent extends Event{constructor(A){super("open",A)}}class ErrorEvent extends Event{constructor(A,i){super("error",i);this.message=A.message;this.error=A}}const i={addEventListener(A,i,g){if(typeof i!=="function")return;function onMessage(A){i.call(this,new MessageEvent(A,this))}function onClose(A,g){i.call(this,new CloseEvent(A,g,this))}function onError(A){i.call(this,new ErrorEvent(A,this))}function onOpen(){i.call(this,new OpenEvent(this))}const E=g&&g.once?"once":"on";if(A==="message"){onMessage._listener=i;this[E](A,onMessage)}else if(A==="close"){onClose._listener=i;this[E](A,onClose)}else if(A==="error"){onError._listener=i;this[E](A,onError)}else if(A==="open"){onOpen._listener=i;this[E](A,onOpen)}else{this[E](A,i)}},removeEventListener(A,i){const g=this.listeners(A);for(let E=0;E{const i=[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,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function push(A,i,g){if(A[i]===undefined)A[i]=[g];else A[i].push(g)}function parse(A){const g=Object.create(null);if(A===undefined||A==="")return g;let E=Object.create(null);let p=false;let C=false;let f=false;let Q;let B;let I=-1;let y=-1;let b=0;for(;b{let g=A[i];if(!Array.isArray(g))g=[g];return g.map((A=>[i].concat(Object.keys(A).map((i=>{let g=A[i];if(!Array.isArray(g))g=[g];return g.map((A=>A===true?i:`${i}=${A}`)).join("; ")}))).join("; "))).join(", ")})).join(", ")}A.exports={format:format,parse:parse}},958:A=>{const i=Symbol("kDone");const g=Symbol("kRun");class Limiter{constructor(A){this[i]=()=>{this.pending--;this[g]()};this.concurrency=A||Infinity;this.jobs=[];this.pending=0}add(A){this.jobs.push(A);this[g]()}[g](){if(this.pending===this.concurrency)return;if(this.jobs.length){const A=this.jobs.shift();this.pending++;A(this[i])}}}A.exports=Limiter},4376:(A,i,g)=>{const E=g(3106);const p=g(5803);const C=g(958);const{kStatusCode:f,NOOP:Q}=g(1791);const B=Buffer.from([0,0,255,255]);const I=Symbol("permessage-deflate");const y=Symbol("total-length");const b=Symbol("callback");const D=Symbol("buffers");const R=Symbol("error");let k;class PerMessageDeflate{constructor(A,i,g){this._maxPayload=g|0;this._options=A||{};this._threshold=this._options.threshold!==undefined?this._options.threshold:1024;this._isServer=!!i;this._deflate=null;this._inflate=null;this.params=null;if(!k){const A=this._options.concurrencyLimit!==undefined?this._options.concurrencyLimit:10;k=new C(A)}}static get extensionName(){return"permessage-deflate"}offer(){const A={};if(this._options.serverNoContextTakeover){A.server_no_context_takeover=true}if(this._options.clientNoContextTakeover){A.client_no_context_takeover=true}if(this._options.serverMaxWindowBits){A.server_max_window_bits=this._options.serverMaxWindowBits}if(this._options.clientMaxWindowBits){A.client_max_window_bits=this._options.clientMaxWindowBits}else if(this._options.clientMaxWindowBits==null){A.client_max_window_bits=true}return A}accept(A){A=this.normalizeParams(A);this.params=this._isServer?this.acceptAsServer(A):this.acceptAsClient(A);return this.params}cleanup(){if(this._inflate){this._inflate.close();this._inflate=null}if(this._deflate){const A=this._deflate[b];this._deflate.close();this._deflate=null;if(A){A(new Error("The deflate stream was closed while data was being processed"))}}}acceptAsServer(A){const i=this._options;const g=A.find((A=>{if(i.serverNoContextTakeover===false&&A.server_no_context_takeover||A.server_max_window_bits&&(i.serverMaxWindowBits===false||typeof i.serverMaxWindowBits==="number"&&i.serverMaxWindowBits>A.server_max_window_bits)||typeof i.clientMaxWindowBits==="number"&&!A.client_max_window_bits){return false}return true}));if(!g){throw new Error("None of the extension offers can be accepted")}if(i.serverNoContextTakeover){g.server_no_context_takeover=true}if(i.clientNoContextTakeover){g.client_no_context_takeover=true}if(typeof i.serverMaxWindowBits==="number"){g.server_max_window_bits=i.serverMaxWindowBits}if(typeof i.clientMaxWindowBits==="number"){g.client_max_window_bits=i.clientMaxWindowBits}else if(g.client_max_window_bits===true||i.clientMaxWindowBits===false){delete g.client_max_window_bits}return g}acceptAsClient(A){const i=A[0];if(this._options.clientNoContextTakeover===false&&i.client_no_context_takeover){throw new Error('Unexpected parameter "client_no_context_takeover"')}if(!i.client_max_window_bits){if(typeof this._options.clientMaxWindowBits==="number"){i.client_max_window_bits=this._options.clientMaxWindowBits}}else if(this._options.clientMaxWindowBits===false||typeof this._options.clientMaxWindowBits==="number"&&i.client_max_window_bits>this._options.clientMaxWindowBits){throw new Error('Unexpected or invalid parameter "client_max_window_bits"')}return i}normalizeParams(A){A.forEach((A=>{Object.keys(A).forEach((i=>{let g=A[i];if(g.length>1){throw new Error(`Parameter "${i}" must have only a single value`)}g=g[0];if(i==="client_max_window_bits"){if(g!==true){const A=+g;if(!Number.isInteger(A)||A<8||A>15){throw new TypeError(`Invalid value for parameter "${i}": ${g}`)}g=A}else if(!this._isServer){throw new TypeError(`Invalid value for parameter "${i}": ${g}`)}}else if(i==="server_max_window_bits"){const A=+g;if(!Number.isInteger(A)||A<8||A>15){throw new TypeError(`Invalid value for parameter "${i}": ${g}`)}g=A}else if(i==="client_no_context_takeover"||i==="server_no_context_takeover"){if(g!==true){throw new TypeError(`Invalid value for parameter "${i}": ${g}`)}}else{throw new Error(`Unknown parameter "${i}"`)}A[i]=g}))}));return A}decompress(A,i,g){k.add((E=>{this._decompress(A,i,((A,i)=>{E();g(A,i)}))}))}compress(A,i,g){k.add((E=>{this._compress(A,i,((A,i)=>{E();g(A,i)}))}))}_decompress(A,i,g){const C=this._isServer?"client":"server";if(!this._inflate){const A=`${C}_max_window_bits`;const i=typeof this.params[A]!=="number"?E.Z_DEFAULT_WINDOWBITS:this.params[A];this._inflate=E.createInflateRaw({...this._options.zlibInflateOptions,windowBits:i});this._inflate[I]=this;this._inflate[y]=0;this._inflate[D]=[];this._inflate.on("error",inflateOnError);this._inflate.on("data",inflateOnData)}this._inflate[b]=g;this._inflate.write(A);if(i)this._inflate.write(B);this._inflate.flush((()=>{const A=this._inflate[R];if(A){this._inflate.close();this._inflate=null;g(A);return}const E=p.concat(this._inflate[D],this._inflate[y]);if(this._inflate._readableState.endEmitted){this._inflate.close();this._inflate=null}else{this._inflate[y]=0;this._inflate[D]=[];if(i&&this.params[`${C}_no_context_takeover`]){this._inflate.reset()}}g(null,E)}))}_compress(A,i,g){const C=this._isServer?"server":"client";if(!this._deflate){const A=`${C}_max_window_bits`;const i=typeof this.params[A]!=="number"?E.Z_DEFAULT_WINDOWBITS:this.params[A];this._deflate=E.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:i});this._deflate[y]=0;this._deflate[D]=[];this._deflate.on("error",Q);this._deflate.on("data",deflateOnData)}this._deflate[b]=g;this._deflate.write(A);this._deflate.flush(E.Z_SYNC_FLUSH,(()=>{if(!this._deflate){return}let A=p.concat(this._deflate[D],this._deflate[y]);if(i)A=A.slice(0,A.length-4);this._deflate[b]=null;this._deflate[y]=0;this._deflate[D]=[];if(i&&this.params[`${C}_no_context_takeover`]){this._deflate.reset()}g(null,A)}))}}A.exports=PerMessageDeflate;function deflateOnData(A){this[D].push(A);this[y]+=A.length}function inflateOnData(A){this[y]+=A.length;if(this[I]._maxPayload<1||this[y]<=this[I]._maxPayload){this[D].push(A);return}this[R]=new RangeError("Max payload size exceeded");this[R].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH";this[R][f]=1009;this.removeListener("data",inflateOnData);this.reset()}function inflateOnError(A){this[I]._inflate=null;A[f]=1007;this[b](A)}},893:(A,i,g)=>{const{Writable:E}=g(2203);const p=g(4376);const{BINARY_TYPES:C,EMPTY_BUFFER:f,kStatusCode:Q,kWebSocket:B}=g(1791);const{concat:I,toArrayBuffer:y,unmask:b}=g(5803);const{isValidStatusCode:D,isValidUTF8:R}=g(6615);const k=0;const S=1;const v=2;const F=3;const x=4;const U=5;class Receiver extends E{constructor(A,i,g,E){super();this._binaryType=A||C[0];this[B]=undefined;this._extensions=i||{};this._isServer=!!g;this._maxPayload=E|0;this._bufferedBytes=0;this._buffers=[];this._compressed=false;this._payloadLength=0;this._mask=undefined;this._fragmented=0;this._masked=false;this._fin=false;this._opcode=0;this._totalPayloadLength=0;this._messageLength=0;this._fragments=[];this._state=k;this._loop=false}_write(A,i,g){if(this._opcode===8&&this._state==k)return g();this._bufferedBytes+=A.length;this._buffers.push(A);this.startLoop(g)}consume(A){this._bufferedBytes-=A;if(A===this._buffers[0].length)return this._buffers.shift();if(A=g.length){i.set(this._buffers.shift(),E)}else{i.set(new Uint8Array(g.buffer,g.byteOffset,A),E);this._buffers[0]=g.slice(A)}A-=g.length}while(A>0);return i}startLoop(A){let i;this._loop=true;do{switch(this._state){case k:i=this.getInfo();break;case S:i=this.getPayloadLength16();break;case v:i=this.getPayloadLength64();break;case F:this.getMask();break;case x:i=this.getData(A);break;default:this._loop=false;return}}while(this._loop);A(i)}getInfo(){if(this._bufferedBytes<2){this._loop=false;return}const A=this.consume(2);if((A[0]&48)!==0){this._loop=false;return error(RangeError,"RSV2 and RSV3 must be clear",true,1002,"WS_ERR_UNEXPECTED_RSV_2_3")}const i=(A[0]&64)===64;if(i&&!this._extensions[p.extensionName]){this._loop=false;return error(RangeError,"RSV1 must be clear",true,1002,"WS_ERR_UNEXPECTED_RSV_1")}this._fin=(A[0]&128)===128;this._opcode=A[0]&15;this._payloadLength=A[1]&127;if(this._opcode===0){if(i){this._loop=false;return error(RangeError,"RSV1 must be clear",true,1002,"WS_ERR_UNEXPECTED_RSV_1")}if(!this._fragmented){this._loop=false;return error(RangeError,"invalid opcode 0",true,1002,"WS_ERR_INVALID_OPCODE")}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){this._loop=false;return error(RangeError,`invalid opcode ${this._opcode}`,true,1002,"WS_ERR_INVALID_OPCODE")}this._compressed=i}else if(this._opcode>7&&this._opcode<11){if(!this._fin){this._loop=false;return error(RangeError,"FIN must be set",true,1002,"WS_ERR_EXPECTED_FIN")}if(i){this._loop=false;return error(RangeError,"RSV1 must be clear",true,1002,"WS_ERR_UNEXPECTED_RSV_1")}if(this._payloadLength>125){this._loop=false;return error(RangeError,`invalid payload length ${this._payloadLength}`,true,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH")}}else{this._loop=false;return error(RangeError,`invalid opcode ${this._opcode}`,true,1002,"WS_ERR_INVALID_OPCODE")}if(!this._fin&&!this._fragmented)this._fragmented=this._opcode;this._masked=(A[1]&128)===128;if(this._isServer){if(!this._masked){this._loop=false;return error(RangeError,"MASK must be set",true,1002,"WS_ERR_EXPECTED_MASK")}}else if(this._masked){this._loop=false;return error(RangeError,"MASK must be clear",true,1002,"WS_ERR_UNEXPECTED_MASK")}if(this._payloadLength===126)this._state=S;else if(this._payloadLength===127)this._state=v;else return this.haveLength()}getPayloadLength16(){if(this._bufferedBytes<2){this._loop=false;return}this._payloadLength=this.consume(2).readUInt16BE(0);return this.haveLength()}getPayloadLength64(){if(this._bufferedBytes<8){this._loop=false;return}const A=this.consume(8);const i=A.readUInt32BE(0);if(i>Math.pow(2,53-32)-1){this._loop=false;return error(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",false,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH")}this._payloadLength=i*Math.pow(2,32)+A.readUInt32BE(4);return this.haveLength()}haveLength(){if(this._payloadLength&&this._opcode<8){this._totalPayloadLength+=this._payloadLength;if(this._totalPayloadLength>this._maxPayload&&this._maxPayload>0){this._loop=false;return error(RangeError,"Max payload size exceeded",false,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH")}}if(this._masked)this._state=F;else this._state=x}getMask(){if(this._bufferedBytes<4){this._loop=false;return}this._mask=this.consume(4);this._state=x}getData(A){let i=f;if(this._payloadLength){if(this._bufferedBytes7)return this.controlMessage(i);if(this._compressed){this._state=U;this.decompress(i,A);return}if(i.length){this._messageLength=this._totalPayloadLength;this._fragments.push(i)}return this.dataMessage()}decompress(A,i){const g=this._extensions[p.extensionName];g.decompress(A,this._fin,((A,g)=>{if(A)return i(A);if(g.length){this._messageLength+=g.length;if(this._messageLength>this._maxPayload&&this._maxPayload>0){return i(error(RangeError,"Max payload size exceeded",false,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH"))}this._fragments.push(g)}const E=this.dataMessage();if(E)return i(E);this.startLoop(i)}))}dataMessage(){if(this._fin){const A=this._messageLength;const i=this._fragments;this._totalPayloadLength=0;this._messageLength=0;this._fragmented=0;this._fragments=[];if(this._opcode===2){let g;if(this._binaryType==="nodebuffer"){g=I(i,A)}else if(this._binaryType==="arraybuffer"){g=y(I(i,A))}else{g=i}this.emit("message",g)}else{const g=I(i,A);if(!R(g)){this._loop=false;return error(Error,"invalid UTF-8 sequence",true,1007,"WS_ERR_INVALID_UTF8")}this.emit("message",g.toString())}}this._state=k}controlMessage(A){if(this._opcode===8){this._loop=false;if(A.length===0){this.emit("conclude",1005,"");this.end()}else if(A.length===1){return error(RangeError,"invalid payload length 1",true,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH")}else{const i=A.readUInt16BE(0);if(!D(i)){return error(RangeError,`invalid status code ${i}`,true,1002,"WS_ERR_INVALID_CLOSE_CODE")}const g=A.slice(2);if(!R(g)){return error(Error,"invalid UTF-8 sequence",true,1007,"WS_ERR_INVALID_UTF8")}this.emit("conclude",i,g.toString());this.end()}}else if(this._opcode===9){this.emit("ping",A)}else{this.emit("pong",A)}this._state=k}}A.exports=Receiver;function error(A,i,g,E,p){const C=new A(g?`Invalid WebSocket frame: ${i}`:i);Error.captureStackTrace(C,error);C.code=p;C[Q]=E;return C}},7389:(A,i,g)=>{const E=g(9278);const p=g(4756);const{randomFillSync:C}=g(6982);const f=g(4376);const{EMPTY_BUFFER:Q}=g(1791);const{isValidStatusCode:B}=g(6615);const{mask:I,toBuffer:y}=g(5803);const b=Buffer.alloc(4);class Sender{constructor(A,i){this._extensions=i||{};this._socket=A;this._firstFragment=true;this._compress=false;this._bufferedBytes=0;this._deflating=false;this._queue=[]}static frame(A,i){const g=i.mask&&i.readOnly;let E=i.mask?6:2;let p=A.length;if(A.length>=65536){E+=8;p=127}else if(A.length>125){E+=2;p=126}const f=Buffer.allocUnsafe(g?A.length+E:E);f[0]=i.fin?i.opcode|128:i.opcode;if(i.rsv1)f[0]|=64;f[1]=p;if(p===126){f.writeUInt16BE(A.length,2)}else if(p===127){f.writeUInt32BE(0,2);f.writeUInt32BE(A.length,6)}if(!i.mask)return[f,A];C(b,0,4);f[1]|=128;f[E-4]=b[0];f[E-3]=b[1];f[E-2]=b[2];f[E-1]=b[3];if(g){I(A,b,f,E,A.length);return[f]}I(A,b,A,0,A.length);return[f,A]}close(A,i,g,E){let p;if(A===undefined){p=Q}else if(typeof A!=="number"||!B(A)){throw new TypeError("First argument must be a valid error code number")}else if(i===undefined||i===""){p=Buffer.allocUnsafe(2);p.writeUInt16BE(A,0)}else{const g=Buffer.byteLength(i);if(g>123){throw new RangeError("The message must not be greater than 123 bytes")}p=Buffer.allocUnsafe(2+g);p.writeUInt16BE(A,0);p.write(i,2)}if(this._deflating){this.enqueue([this.doClose,p,g,E])}else{this.doClose(p,g,E)}}doClose(A,i,g){this.sendFrame(Sender.frame(A,{fin:true,rsv1:false,opcode:8,mask:i,readOnly:false}),g)}ping(A,i,g){const E=y(A);if(E.length>125){throw new RangeError("The data size must not be greater than 125 bytes")}if(this._deflating){this.enqueue([this.doPing,E,i,y.readOnly,g])}else{this.doPing(E,i,y.readOnly,g)}}doPing(A,i,g,E){this.sendFrame(Sender.frame(A,{fin:true,rsv1:false,opcode:9,mask:i,readOnly:g}),E)}pong(A,i,g){const E=y(A);if(E.length>125){throw new RangeError("The data size must not be greater than 125 bytes")}if(this._deflating){this.enqueue([this.doPong,E,i,y.readOnly,g])}else{this.doPong(E,i,y.readOnly,g)}}doPong(A,i,g,E){this.sendFrame(Sender.frame(A,{fin:true,rsv1:false,opcode:10,mask:i,readOnly:g}),E)}send(A,i,g){const E=y(A);const p=this._extensions[f.extensionName];let C=i.binary?2:1;let Q=i.compress;if(this._firstFragment){this._firstFragment=false;if(Q&&p){Q=E.length>=p._threshold}this._compress=Q}else{Q=false;C=0}if(i.fin)this._firstFragment=true;if(p){const A={fin:i.fin,rsv1:Q,opcode:C,mask:i.mask,readOnly:y.readOnly};if(this._deflating){this.enqueue([this.dispatch,E,this._compress,A,g])}else{this.dispatch(E,this._compress,A,g)}}else{this.sendFrame(Sender.frame(E,{fin:i.fin,rsv1:false,opcode:C,mask:i.mask,readOnly:y.readOnly}),g)}}dispatch(A,i,g,E){if(!i){this.sendFrame(Sender.frame(A,g),E);return}const p=this._extensions[f.extensionName];this._bufferedBytes+=A.length;this._deflating=true;p.compress(A,g.fin,((i,p)=>{if(this._socket.destroyed){const A=new Error("The socket was closed while data was being compressed");if(typeof E==="function")E(A);for(let i=0;i{const{Duplex:E}=g(2203);function emitClose(A){A.emit("close")}function duplexOnEnd(){if(!this.destroyed&&this._writableState.finished){this.destroy()}}function duplexOnError(A){this.removeListener("error",duplexOnError);this.destroy();if(this.listenerCount("error")===0){this.emit("error",A)}}function createWebSocketStream(A,i){let g=true;let p=true;function receiverOnDrain(){if(g)A._socket.resume()}if(A.readyState===A.CONNECTING){A.once("open",(function open(){A._receiver.removeAllListeners("drain");A._receiver.on("drain",receiverOnDrain)}))}else{A._receiver.removeAllListeners("drain");A._receiver.on("drain",receiverOnDrain)}const C=new E({...i,autoDestroy:false,emitClose:false,objectMode:false,writableObjectMode:false});A.on("message",(function message(i){if(!C.push(i)){g=false;A._socket.pause()}}));A.once("error",(function error(A){if(C.destroyed)return;p=false;C.destroy(A)}));A.once("close",(function close(){if(C.destroyed)return;C.push(null)}));C._destroy=function(i,g){if(A.readyState===A.CLOSED){g(i);process.nextTick(emitClose,C);return}let E=false;A.once("error",(function error(A){E=true;g(A)}));A.once("close",(function close(){if(!E)g(i);process.nextTick(emitClose,C)}));if(p)A.terminate()};C._final=function(i){if(A.readyState===A.CONNECTING){A.once("open",(function open(){C._final(i)}));return}if(A._socket===null)return;if(A._socket._writableState.finished){i();if(C._readableState.endEmitted)C.destroy()}else{A._socket.once("finish",(function finish(){i()}));A.close()}};C._read=function(){if((A.readyState===A.OPEN||A.readyState===A.CLOSING)&&!g){g=true;if(!A._receiver._writableState.needDrain)A._socket.resume()}};C._write=function(i,g,E){if(A.readyState===A.CONNECTING){A.once("open",(function open(){C._write(i,g,E)}));return}A.send(i,E)};C.on("end",duplexOnEnd);C.on("error",duplexOnError);return C}A.exports=createWebSocketStream},6615:(A,i,g)=>{function isValidStatusCode(A){return A>=1e3&&A<=1014&&A!==1004&&A!==1005&&A!==1006||A>=3e3&&A<=4999}function _isValidUTF8(A){const i=A.length;let g=0;while(g=i||(A[g+1]&192)!==128||(A[g+2]&192)!==128||A[g]===224&&(A[g+1]&224)===128||A[g]===237&&(A[g+1]&224)===160){return false}g+=3}else if((A[g]&248)===240){if(g+3>=i||(A[g+1]&192)!==128||(A[g+2]&192)!==128||(A[g+3]&192)!==128||A[g]===240&&(A[g+1]&240)===128||A[g]===244&&A[g+1]>143||A[g]>244){return false}g+=4}else{return false}}return true}try{let i=g(7258);if(typeof i==="object"){i=i.Validation.isValidUTF8}A.exports={isValidStatusCode:isValidStatusCode,isValidUTF8(A){return A.length<150?_isValidUTF8(A):i(A)}}}catch(i){A.exports={isValidStatusCode:isValidStatusCode,isValidUTF8:_isValidUTF8}}},129:(A,i,g)=>{const E=g(4434);const p=g(8611);const C=g(5692);const f=g(9278);const Q=g(4756);const{createHash:B}=g(6982);const I=g(4376);const y=g(6681);const{format:b,parse:D}=g(1335);const{GUID:R,kWebSocket:k}=g(1791);const S=/^[+/0-9A-Za-z]{22}==$/;const v=0;const F=1;const x=2;class WebSocketServer extends E{constructor(A,i){super();A={maxPayload:100*1024*1024,perMessageDeflate:false,handleProtocols:null,clientTracking:true,verifyClient:null,noServer:false,backlog:null,server:null,host:null,path:null,port:null,...A};if(A.port==null&&!A.server&&!A.noServer||A.port!=null&&(A.server||A.noServer)||A.server&&A.noServer){throw new TypeError('One and only one of the "port", "server", or "noServer" options '+"must be specified")}if(A.port!=null){this._server=p.createServer(((A,i)=>{const g=p.STATUS_CODES[426];i.writeHead(426,{"Content-Length":g.length,"Content-Type":"text/plain"});i.end(g)}));this._server.listen(A.port,A.host,A.backlog,i)}else if(A.server){this._server=A.server}if(this._server){const A=this.emit.bind(this,"connection");this._removeListeners=addListeners(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(i,g,E)=>{this.handleUpgrade(i,g,E,A)}})}if(A.perMessageDeflate===true)A.perMessageDeflate={};if(A.clientTracking)this.clients=new Set;this.options=A;this._state=v}address(){if(this.options.noServer){throw new Error('The server is operating in "noServer" mode')}if(!this._server)return null;return this._server.address()}close(A){if(A)this.once("close",A);if(this._state===x){process.nextTick(emitClose,this);return}if(this._state===F)return;this._state=F;if(this.clients){for(const A of this.clients)A.terminate()}const i=this._server;if(i){this._removeListeners();this._removeListeners=this._server=null;if(this.options.port!=null){i.close(emitClose.bind(undefined,this));return}}process.nextTick(emitClose,this)}shouldHandle(A){if(this.options.path){const i=A.url.indexOf("?");const g=i!==-1?A.url.slice(0,i):A.url;if(g!==this.options.path)return false}return true}handleUpgrade(A,i,g,E){i.on("error",socketOnError);const p=A.headers["sec-websocket-key"]!==undefined?A.headers["sec-websocket-key"].trim():false;const C=A.headers.upgrade;const f=+A.headers["sec-websocket-version"];const Q={};if(A.method!=="GET"||C===undefined||C.toLowerCase()!=="websocket"||!p||!S.test(p)||f!==8&&f!==13||!this.shouldHandle(A)){return abortHandshake(i,400)}if(this.options.perMessageDeflate){const g=new I(this.options.perMessageDeflate,true,this.options.maxPayload);try{const i=D(A.headers["sec-websocket-extensions"]);if(i[I.extensionName]){g.accept(i[I.extensionName]);Q[I.extensionName]=g}}catch(A){return abortHandshake(i,400)}}if(this.options.verifyClient){const C={origin:A.headers[`${f===8?"sec-websocket-origin":"origin"}`],secure:!!(A.socket.authorized||A.socket.encrypted),req:A};if(this.options.verifyClient.length===2){this.options.verifyClient(C,((C,f,B,I)=>{if(!C){return abortHandshake(i,f||401,B,I)}this.completeUpgrade(p,Q,A,i,g,E)}));return}if(!this.options.verifyClient(C))return abortHandshake(i,401)}this.completeUpgrade(p,Q,A,i,g,E)}completeUpgrade(A,i,g,E,p,C){if(!E.readable||!E.writable)return E.destroy();if(E[k]){throw new Error("server.handleUpgrade() was called more than once with the same "+"socket, possibly due to a misconfiguration")}if(this._state>v)return abortHandshake(E,503);const f=B("sha1").update(A+R).digest("base64");const Q=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${f}`];const D=new y(null);let S=g.headers["sec-websocket-protocol"];if(S){S=S.split(",").map(trim);if(this.options.handleProtocols){S=this.options.handleProtocols(S,g)}else{S=S[0]}if(S){Q.push(`Sec-WebSocket-Protocol: ${S}`);D._protocol=S}}if(i[I.extensionName]){const A=i[I.extensionName].params;const g=b({[I.extensionName]:[A]});Q.push(`Sec-WebSocket-Extensions: ${g}`);D._extensions=i}this.emit("headers",Q,g);E.write(Q.concat("\r\n").join("\r\n"));E.removeListener("error",socketOnError);D.setSocket(E,p,this.options.maxPayload);if(this.clients){this.clients.add(D);D.on("close",(()=>this.clients.delete(D)))}C(D,g)}}A.exports=WebSocketServer;function addListeners(A,i){for(const g of Object.keys(i))A.on(g,i[g]);return function removeListeners(){for(const g of Object.keys(i)){A.removeListener(g,i[g])}}}function emitClose(A){A._state=x;A.emit("close")}function socketOnError(){this.destroy()}function abortHandshake(A,i,g,E){if(A.writable){g=g||p.STATUS_CODES[i];E={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(g),...E};A.write(`HTTP/1.1 ${i} ${p.STATUS_CODES[i]}\r\n`+Object.keys(E).map((A=>`${A}: ${E[A]}`)).join("\r\n")+"\r\n\r\n"+g)}A.removeListener("error",socketOnError);A.destroy()}function trim(A){return A.trim()}},6681:(A,i,g)=>{const E=g(4434);const p=g(5692);const C=g(8611);const f=g(9278);const Q=g(4756);const{randomBytes:B,createHash:I}=g(6982);const{Readable:y}=g(2203);const{URL:b}=g(7016);const D=g(4376);const R=g(893);const k=g(7389);const{BINARY_TYPES:S,EMPTY_BUFFER:v,GUID:F,kStatusCode:x,kWebSocket:U,NOOP:L}=g(1791);const{addEventListener:M,removeEventListener:T}=g(4634);const{format:H,parse:G}=g(1335);const{toBuffer:Y}=g(5803);const J=["CONNECTING","OPEN","CLOSING","CLOSED"];const _=[8,13];const V=30*1e3;class WebSocket extends E{constructor(A,i,g){super();this._binaryType=S[0];this._closeCode=1006;this._closeFrameReceived=false;this._closeFrameSent=false;this._closeMessage="";this._closeTimer=null;this._extensions={};this._protocol="";this._readyState=WebSocket.CONNECTING;this._receiver=null;this._sender=null;this._socket=null;if(A!==null){this._bufferedAmount=0;this._isServer=false;this._redirects=0;if(Array.isArray(i)){i=i.join(", ")}else if(typeof i==="object"&&i!==null){g=i;i=undefined}initAsClient(this,A,i,g)}else{this._isServer=true}}get binaryType(){return this._binaryType}set binaryType(A){if(!S.includes(A))return;this._binaryType=A;if(this._receiver)this._receiver._binaryType=A}get bufferedAmount(){if(!this._socket)return this._bufferedAmount;return this._socket._writableState.length+this._sender._bufferedBytes}get extensions(){return Object.keys(this._extensions).join()}get onclose(){return undefined}set onclose(A){}get onerror(){return undefined}set onerror(A){}get onopen(){return undefined}set onopen(A){}get onmessage(){return undefined}set onmessage(A){}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(A,i,g){const E=new R(this.binaryType,this._extensions,this._isServer,g);this._sender=new k(A,this._extensions);this._receiver=E;this._socket=A;E[U]=this;A[U]=this;E.on("conclude",receiverOnConclude);E.on("drain",receiverOnDrain);E.on("error",receiverOnError);E.on("message",receiverOnMessage);E.on("ping",receiverOnPing);E.on("pong",receiverOnPong);A.setTimeout(0);A.setNoDelay();if(i.length>0)A.unshift(i);A.on("close",socketOnClose);A.on("data",socketOnData);A.on("end",socketOnEnd);A.on("error",socketOnError);this._readyState=WebSocket.OPEN;this.emit("open")}emitClose(){if(!this._socket){this._readyState=WebSocket.CLOSED;this.emit("close",this._closeCode,this._closeMessage);return}if(this._extensions[D.extensionName]){this._extensions[D.extensionName].cleanup()}this._receiver.removeAllListeners();this._readyState=WebSocket.CLOSED;this.emit("close",this._closeCode,this._closeMessage)}close(A,i){if(this.readyState===WebSocket.CLOSED)return;if(this.readyState===WebSocket.CONNECTING){const A="WebSocket was closed before the connection was established";return abortHandshake(this,this._req,A)}if(this.readyState===WebSocket.CLOSING){if(this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)){this._socket.end()}return}this._readyState=WebSocket.CLOSING;this._sender.close(A,i,!this._isServer,(A=>{if(A)return;this._closeFrameSent=true;if(this._closeFrameReceived||this._receiver._writableState.errorEmitted){this._socket.end()}}));this._closeTimer=setTimeout(this._socket.destroy.bind(this._socket),V)}ping(A,i,g){if(this.readyState===WebSocket.CONNECTING){throw new Error("WebSocket is not open: readyState 0 (CONNECTING)")}if(typeof A==="function"){g=A;A=i=undefined}else if(typeof i==="function"){g=i;i=undefined}if(typeof A==="number")A=A.toString();if(this.readyState!==WebSocket.OPEN){sendAfterClose(this,A,g);return}if(i===undefined)i=!this._isServer;this._sender.ping(A||v,i,g)}pong(A,i,g){if(this.readyState===WebSocket.CONNECTING){throw new Error("WebSocket is not open: readyState 0 (CONNECTING)")}if(typeof A==="function"){g=A;A=i=undefined}else if(typeof i==="function"){g=i;i=undefined}if(typeof A==="number")A=A.toString();if(this.readyState!==WebSocket.OPEN){sendAfterClose(this,A,g);return}if(i===undefined)i=!this._isServer;this._sender.pong(A||v,i,g)}send(A,i,g){if(this.readyState===WebSocket.CONNECTING){throw new Error("WebSocket is not open: readyState 0 (CONNECTING)")}if(typeof i==="function"){g=i;i={}}if(typeof A==="number")A=A.toString();if(this.readyState!==WebSocket.OPEN){sendAfterClose(this,A,g);return}const E={binary:typeof A!=="string",mask:!this._isServer,compress:true,fin:true,...i};if(!this._extensions[D.extensionName]){E.compress=false}this._sender.send(A||v,E,g)}terminate(){if(this.readyState===WebSocket.CLOSED)return;if(this.readyState===WebSocket.CONNECTING){const A="WebSocket was closed before the connection was established";return abortHandshake(this,this._req,A)}if(this._socket){this._readyState=WebSocket.CLOSING;this._socket.destroy()}}}Object.defineProperty(WebSocket,"CONNECTING",{enumerable:true,value:J.indexOf("CONNECTING")});Object.defineProperty(WebSocket.prototype,"CONNECTING",{enumerable:true,value:J.indexOf("CONNECTING")});Object.defineProperty(WebSocket,"OPEN",{enumerable:true,value:J.indexOf("OPEN")});Object.defineProperty(WebSocket.prototype,"OPEN",{enumerable:true,value:J.indexOf("OPEN")});Object.defineProperty(WebSocket,"CLOSING",{enumerable:true,value:J.indexOf("CLOSING")});Object.defineProperty(WebSocket.prototype,"CLOSING",{enumerable:true,value:J.indexOf("CLOSING")});Object.defineProperty(WebSocket,"CLOSED",{enumerable:true,value:J.indexOf("CLOSED")});Object.defineProperty(WebSocket.prototype,"CLOSED",{enumerable:true,value:J.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach((A=>{Object.defineProperty(WebSocket.prototype,A,{enumerable:true})}));["open","error","close","message"].forEach((A=>{Object.defineProperty(WebSocket.prototype,`on${A}`,{enumerable:true,get(){const i=this.listeners(A);for(let A=0;A{abortHandshake(A,U,"Opening handshake has timed out")}))}U.on("error",(i=>{if(U===null||U.aborted)return;U=A._req=null;emitErrorAndClose(A,i)}));U.on("response",(p=>{const C=p.headers.location;const Q=p.statusCode;if(C&&f.followRedirects&&Q>=300&&Q<400){if(++A._redirects>f.maxRedirects){abortHandshake(A,U,"Maximum redirects exceeded");return}U.abort();let p;try{p=new b(C,i)}catch(i){emitErrorAndClose(A,i);return}initAsClient(A,p,g,E)}else if(!A.emit("unexpected-response",U,p)){abortHandshake(A,U,`Unexpected server response: ${p.statusCode}`)}}));U.on("upgrade",((i,E,p)=>{A.emit("upgrade",i);if(A.readyState!==WebSocket.CONNECTING)return;U=A._req=null;const C=i.headers.upgrade;if(C===undefined||C.toLowerCase()!=="websocket"){abortHandshake(A,E,"Invalid Upgrade header");return}const Q=I("sha1").update(S+F).digest("base64");if(i.headers["sec-websocket-accept"]!==Q){abortHandshake(A,E,"Invalid Sec-WebSocket-Accept header");return}const B=i.headers["sec-websocket-protocol"];const y=(g||"").split(/, */);let b;if(!g&&B){b="Server sent a subprotocol but none was requested"}else if(g&&!B){b="Server sent no subprotocol"}else if(B&&!y.includes(B)){b="Server sent an invalid subprotocol"}if(b){abortHandshake(A,E,b);return}if(B)A._protocol=B;const R=i.headers["sec-websocket-extensions"];if(R!==undefined){if(!x){const i="Server sent a Sec-WebSocket-Extensions header but no extension "+"was requested";abortHandshake(A,E,i);return}let i;try{i=G(R)}catch(i){const g="Invalid Sec-WebSocket-Extensions header";abortHandshake(A,E,g);return}const g=Object.keys(i);if(g.length){if(g.length!==1||g[0]!==D.extensionName){const i="Server indicated an extension that was not requested";abortHandshake(A,E,i);return}try{x.accept(i[D.extensionName])}catch(i){const g="Invalid Sec-WebSocket-Extensions header";abortHandshake(A,E,g);return}A._extensions[D.extensionName]=x}}A.setSocket(E,p,f.maxPayload)}))}function emitErrorAndClose(A,i){A._readyState=WebSocket.CLOSING;A.emit("error",i);A.emitClose()}function netConnect(A){A.path=A.socketPath;return f.connect(A)}function tlsConnect(A){A.path=undefined;if(!A.servername&&A.servername!==""){A.servername=f.isIP(A.host)?"":A.host}return Q.connect(A)}function abortHandshake(A,i,g){A._readyState=WebSocket.CLOSING;const E=new Error(g);Error.captureStackTrace(E,abortHandshake);if(i.setHeader){i.abort();if(i.socket&&!i.socket.destroyed){i.socket.destroy()}i.once("abort",A.emitClose.bind(A));A.emit("error",E)}else{i.destroy(E);i.once("error",A.emit.bind(A,"error"));i.once("close",A.emitClose.bind(A))}}function sendAfterClose(A,i,g){if(i){const g=Y(i).length;if(A._socket)A._sender._bufferedBytes+=g;else A._bufferedAmount+=g}if(g){const i=new Error(`WebSocket is not open: readyState ${A.readyState} `+`(${J[A.readyState]})`);g(i)}}function receiverOnConclude(A,i){const g=this[U];g._closeFrameReceived=true;g._closeMessage=i;g._closeCode=A;if(g._socket[U]===undefined)return;g._socket.removeListener("data",socketOnData);process.nextTick(resume,g._socket);if(A===1005)g.close();else g.close(A,i)}function receiverOnDrain(){this[U]._socket.resume()}function receiverOnError(A){const i=this[U];if(i._socket[U]!==undefined){i._socket.removeListener("data",socketOnData);process.nextTick(resume,i._socket);i.close(A[x])}i.emit("error",A)}function receiverOnFinish(){this[U].emitClose()}function receiverOnMessage(A){this[U].emit("message",A)}function receiverOnPing(A){const i=this[U];i.pong(A,!i._isServer,L);i.emit("ping",A)}function receiverOnPong(A){this[U].emit("pong",A)}function resume(A){A.resume()}function socketOnClose(){const A=this[U];this.removeListener("close",socketOnClose);this.removeListener("data",socketOnData);this.removeListener("end",socketOnEnd);A._readyState=WebSocket.CLOSING;let i;if(!this._readableState.endEmitted&&!A._closeFrameReceived&&!A._receiver._writableState.errorEmitted&&(i=A._socket.read())!==null){A._receiver.write(i)}A._receiver.end();this[U]=undefined;clearTimeout(A._closeTimer);if(A._receiver._writableState.finished||A._receiver._writableState.errorEmitted){A.emitClose()}else{A._receiver.on("error",receiverOnFinish);A._receiver.on("finish",receiverOnFinish)}}function socketOnData(A){if(!this[U]._receiver.write(A)){this.pause()}}function socketOnEnd(){const A=this[U];A._readyState=WebSocket.CLOSING;A._receiver.end();this.end()}function socketOnError(){const A=this[U];this.removeListener("error",socketOnError);this.on("error",L);if(A){A._readyState=WebSocket.CLOSING;this.destroy()}}},3247:(A,i,g)=>{var E,p,C;C=g(3285);p=g(279);E=function(){function Dumper(){}Dumper.indentation=4;Dumper.prototype.dump=function(A,i,g,E,f){var Q,B,I,y,b,D,R;if(i==null){i=0}if(g==null){g=0}if(E==null){E=false}if(f==null){f=null}y="";b=g?C.strRepeat(" ",g):"";if(i<=0||typeof A!=="object"||A instanceof Date||C.isEmpty(A)){y+=b+p.dump(A,E,f)}else{if(A instanceof Array){for(Q=0,I=A.length;Q{var E,p;p=g(1166);E=function(){var A;function Escaper(){}Escaper.LIST_ESCAPEES=["\\","\\\\",'\\"','"',"\0","","","","","","","","\b","\t","\n","\v","\f","\r","","","","","","","","","","","","","","","","","","",(A=String.fromCharCode)(133),A(160),A(8232),A(8233)];Escaper.LIST_ESCAPED=["\\\\",'\\"','\\"','\\"',"\\0","\\x01","\\x02","\\x03","\\x04","\\x05","\\x06","\\a","\\b","\\t","\\n","\\v","\\f","\\r","\\x0e","\\x0f","\\x10","\\x11","\\x12","\\x13","\\x14","\\x15","\\x16","\\x17","\\x18","\\x19","\\x1a","\\e","\\x1c","\\x1d","\\x1e","\\x1f","\\N","\\_","\\L","\\P"];Escaper.MAPPING_ESCAPEES_TO_ESCAPED=function(){var A,i,g,E;g={};for(A=i=0,E=Escaper.LIST_ESCAPEES.length;0<=E?iE;A=0<=E?++i:--i){g[Escaper.LIST_ESCAPEES[A]]=Escaper.LIST_ESCAPED[A]}return g}();Escaper.PATTERN_CHARACTERS_TO_ESCAPE=new p("[\\x00-\\x1f]|…| |
|
");Escaper.PATTERN_MAPPING_ESCAPEES=new p(Escaper.LIST_ESCAPEES.join("|").split("\\").join("\\\\"));Escaper.PATTERN_SINGLE_QUOTING=new p("[\\s'\":{}[\\],&*#?]|^[-?|<>=!%@`]");Escaper.requiresDoubleQuoting=function(A){return this.PATTERN_CHARACTERS_TO_ESCAPE.test(A)};Escaper.escapeWithDoubleQuotes=function(A){var i;i=this.PATTERN_MAPPING_ESCAPEES.replace(A,function(A){return function(i){return A.MAPPING_ESCAPEES_TO_ESCAPED[i]}}(this));return'"'+i+'"'};Escaper.requiresSingleQuoting=function(A){return this.PATTERN_SINGLE_QUOTING.test(A)};Escaper.escapeWithSingleQuotes=function(A){return"'"+A.replace(/'/g,"''")+"'"};return Escaper}();A.exports=E},6021:A=>{var i,extend=function(A,i){for(var E in i){if(g.call(i,E))A[E]=i[E]}function ctor(){this.constructor=A}ctor.prototype=i.prototype;A.prototype=new ctor;A.__super__=i.prototype;return A},g={}.hasOwnProperty;i=function(A){extend(DumpException,A);function DumpException(A,i,g){this.message=A;this.parsedLine=i;this.snippet=g}DumpException.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return DumpException}(Error);A.exports=i},1920:A=>{var i,extend=function(A,i){for(var E in i){if(g.call(i,E))A[E]=i[E]}function ctor(){this.constructor=A}ctor.prototype=i.prototype;A.prototype=new ctor;A.__super__=i.prototype;return A},g={}.hasOwnProperty;i=function(A){extend(ParseException,A);function ParseException(A,i,g){this.message=A;this.parsedLine=i;this.snippet=g}ParseException.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return ParseException}(Error);A.exports=i},6536:A=>{var i,extend=function(A,i){for(var E in i){if(g.call(i,E))A[E]=i[E]}function ctor(){this.constructor=A}ctor.prototype=i.prototype;A.prototype=new ctor;A.__super__=i.prototype;return A},g={}.hasOwnProperty;i=function(A){extend(ParseMore,A);function ParseMore(A,i,g){this.message=A;this.parsedLine=i;this.snippet=g}ParseMore.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return ParseMore}(Error);A.exports=i},279:(A,i,g)=>{var E,p,C,f,Q,B,I,y,b=[].indexOf||function(A){for(var i=0,g=this.length;i=0){D=this.parseQuotedScalar(A,E);C=E.i;if(i!=null){F=y.ltrim(A.slice(C)," ");if(!(S=F.charAt(0),b.call(i,S)>=0)){throw new f("Unexpected characters ("+A.slice(C)+").")}}}else{if(!i){D=A.slice(C);C+=D.length;v=D.indexOf(" #");if(v!==-1){D=y.rtrim(D.slice(0,v))}}else{Q=i.join("|");R=this.PATTERN_SCALAR_BY_DELIMITERS[Q];if(R==null){R=new B("^(.+?)("+Q+")");this.PATTERN_SCALAR_BY_DELIMITERS[Q]=R}if(I=R.exec(A.slice(C))){D=I[1];C+=D.length}else{throw new f("Malformed inline YAML string ("+A+").")}}if(p){D=this.evaluateScalar(D,E)}}E.i=C;return D};Inline.parseQuotedScalar=function(A,i){var g,E,p;g=i.i;if(!(E=this.PATTERN_QUOTED_SCALAR.exec(A.slice(g)))){throw new Q("Malformed inline YAML string ("+A.slice(g)+").")}p=E[0].substr(1,E[0].length-2);if('"'===A.charAt(g)){p=I.unescapeDoubleQuotedString(p)}else{p=I.unescapeSingleQuotedString(p)}g+=E[0].length;i.i=g;return p};Inline.parseSequence=function(A,i){var g,E,p,C,f,B,I;f=[];C=A.length;E=i.i;E+=1;while(E0)){R=null}return I(k.slice(0,Q),R)}}if(p){throw new f("Custom object support when parsing a YAML file has been disabled.")}return null}break;case"0":if("0x"===A.slice(0,2)){return y.hexDec(A)}else if(y.isDigits(A)){return y.octDec(A)}else if(y.isNumeric(A)){return parseFloat(A)}else{return A}break;case"+":if(y.isDigits(A)){b=A;g=parseInt(b);if(b===String(g)){return g}else{return b}}else if(y.isNumeric(A)){return parseFloat(A)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(A)){return parseFloat(A.replace(",",""))}return A;case"-":if(y.isDigits(A.slice(1))){if("0"===A.charAt(1)){return-y.octDec(A.slice(1))}else{b=A.slice(1);g=parseInt(b);if(b===String(g)){return-g}else{return-b}}}else if(y.isNumeric(A)){return parseFloat(A)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(A)){return parseFloat(A.replace(",",""))}return A;default:if(E=y.stringToDate(A)){return E}else if(y.isNumeric(A)){return parseFloat(A)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(A)){return parseFloat(A.replace(",",""))}return A}}};return Inline}();A.exports=C},9062:(A,i,g)=>{var E,p,C,f,Q,B;E=g(279);Q=g(1166);B=g(3285);p=g(1920);C=g(6536);f=function(){Parser.prototype.PATTERN_FOLDED_SCALAR_ALL=new Q("^(?:(?![^\\|>]*)\\s+)?(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$");Parser.prototype.PATTERN_FOLDED_SCALAR_END=new Q("(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$");Parser.prototype.PATTERN_SEQUENCE_ITEM=new Q("^\\-((?\\s+)(?.+?))?\\s*$");Parser.prototype.PATTERN_ANCHOR_VALUE=new Q("^&(?[^ ]+) *(?.*)");Parser.prototype.PATTERN_COMPACT_NOTATION=new Q("^(?"+E.REGEX_QUOTED_STRING+"|[^ '\"\\{\\[].*?) *\\:(\\s+(?.+?))?\\s*$");Parser.prototype.PATTERN_MAPPING_ITEM=new Q("^(?"+E.REGEX_QUOTED_STRING+"|[^ '\"\\[\\{].*?) *\\:(\\s+(?.+?))?\\s*$");Parser.prototype.PATTERN_DECIMAL=new Q("\\d+");Parser.prototype.PATTERN_INDENT_SPACES=new Q("^ +");Parser.prototype.PATTERN_TRAILING_LINES=new Q("(\n*)$");Parser.prototype.PATTERN_YAML_HEADER=new Q("^\\%YAML[: ][\\d\\.]+.*\n","m");Parser.prototype.PATTERN_LEADING_COMMENTS=new Q("^(\\#.*?\n)+","m");Parser.prototype.PATTERN_DOCUMENT_MARKER_START=new Q("^\\-\\-\\-.*?\n","m");Parser.prototype.PATTERN_DOCUMENT_MARKER_END=new Q("^\\.\\.\\.\\s*$","m");Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION={};Parser.prototype.CONTEXT_NONE=0;Parser.prototype.CONTEXT_SEQUENCE=1;Parser.prototype.CONTEXT_MAPPING=2;function Parser(A){this.offset=A!=null?A:0;this.lines=[];this.currentLineNb=-1;this.currentLine="";this.refs={}}Parser.prototype.parse=function(A,i,g){var C,f,Q,I,y,b,D,R,k,S,v,F,x,U,L,M,T,H,G,Y,J,_,V,P,j,z,Z,X,K,$,ee,te,Ae,se,re,ne;if(i==null){i=false}if(g==null){g=null}this.currentLineNb=-1;this.currentLine="";this.lines=this.cleanup(A).split("\n");b=null;y=this.CONTEXT_NONE;f=false;while(this.moveToNextLine()){if(this.isCurrentLineEmpty()){continue}if("\t"===this.currentLine[0]){throw new p("A YAML file cannot contain tabs as indentation.",this.getRealCurrentLineNb()+1,this.currentLine)}v=P=false;if(ne=this.PATTERN_SEQUENCE_ITEM.exec(this.currentLine)){if(this.CONTEXT_MAPPING===y){throw new p("You cannot define a sequence item when in a mapping")}y=this.CONTEXT_SEQUENCE;if(b==null){b=[]}if(ne.value!=null&&(V=this.PATTERN_ANCHOR_VALUE.exec(ne.value))){v=V.ref;ne.value=V.value}if(!(ne.value!=null)||""===B.trim(ne.value," ")||B.ltrim(ne.value," ").indexOf("#")===0){if(this.currentLineNb=f){g.push(this.currentLine.slice(f))}else if(B.ltrim(this.currentLine).charAt(0)==="#"){}else if(0===E){this.moveToPreviousLine();break}else{throw new p("Indentation problem.",this.getRealCurrentLineNb()+1,this.currentLine)}}return g.join("\n")};Parser.prototype.moveToNextLine=function(){if(this.currentLineNb>=this.lines.length-1){return false}this.currentLine=this.lines[++this.currentLineNb];return true};Parser.prototype.moveToPreviousLine=function(){this.currentLine=this.lines[--this.currentLineNb]};Parser.prototype.parseValue=function(A,i,g){var f,Q,I,y,b,D,R,k;if(0===A.indexOf("*")){b=A.indexOf("#");if(b!==-1){A=A.substr(1,b-2)}else{A=A.slice(1)}if(this.refs[A]===void 0){throw new p('Reference "'+A+'" does not exist.',this.currentLine)}return this.refs[A]}if(I=this.PATTERN_FOLDED_SCALAR_ALL.exec(A)){y=(D=I.modifiers)!=null?D:"";Q=Math.abs(parseInt(y));if(isNaN(Q)){Q=0}k=this.parseFoldedScalar(I.separator,this.PATTERN_DECIMAL.replace(y,""),Q);if(I.type!=null){E.configure(i,g);return E.parseScalar(I.type+" "+k)}else{return k}}if((R=A.charAt(0))==="["||R==="{"||R==='"'||R==="'"){while(true){try{return E.parse(A,i,g)}catch(i){f=i;if(f instanceof C&&this.moveToNextLine()){A+="\n"+B.trim(this.currentLine," ")}else{f.parsedLine=this.getRealCurrentLineNb()+1;f.snippet=this.currentLine;throw f}}}}else{if(this.isNextLineIndented()){A+="\n"+this.getNextEmbedBlock()}return E.parse(A,i,g)}};Parser.prototype.parseFoldedScalar=function(A,i,g){var E,p,C,f,I,y,b,D,R,k;if(i==null){i=""}if(g==null){g=0}b=this.moveToNextLine();if(!b){return""}E=this.isCurrentLineBlank();k="";while(b&&E){if(b=this.moveToNextLine()){k+="\n";E=this.isCurrentLineBlank()}}if(0===g){if(I=this.PATTERN_INDENT_SPACES.exec(this.currentLine)){g=I[0].length}}if(g>0){D=this.PATTERN_FOLDED_SCALAR_BY_INDENTATION[g];if(D==null){D=new Q("^ {"+g+"}(.*)$");Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION[g]=D}while(b&&(E||(I=D.exec(this.currentLine)))){if(E){k+=this.currentLine.slice(g)}else{k+=I[1]}if(b=this.moveToNextLine()){k+="\n";E=this.isCurrentLineBlank()}}}else if(b){k+="\n"}if(b){this.moveToPreviousLine()}if(">"===A){y="";R=k.split("\n");for(p=0,C=R.length;pg){E=true}this.moveToPreviousLine();return E};Parser.prototype.isCurrentLineEmpty=function(){var A;A=B.trim(this.currentLine," ");return A.length===0||A.charAt(0)==="#"};Parser.prototype.isCurrentLineBlank=function(){return""===B.trim(this.currentLine," ")};Parser.prototype.isCurrentLineComment=function(){var A;A=B.ltrim(this.currentLine," ");return A.charAt(0)==="#"};Parser.prototype.cleanup=function(A){var i,g,E,p,C,f,Q,I,y,b,D,R,k,S;if(A.indexOf("\r")!==-1){A=A.split("\r\n").join("\n").split("\r").join("\n")}i=0;b=this.PATTERN_YAML_HEADER.replaceAll(A,""),A=b[0],i=b[1];this.offset+=i;D=this.PATTERN_LEADING_COMMENTS.replaceAll(A,"",1),S=D[0],i=D[1];if(i===1){this.offset+=B.subStrCount(A,"\n")-B.subStrCount(S,"\n");A=S}R=this.PATTERN_DOCUMENT_MARKER_START.replaceAll(A,"",1),S=R[0],i=R[1];if(i===1){this.offset+=B.subStrCount(A,"\n")-B.subStrCount(S,"\n");A=S;A=this.PATTERN_DOCUMENT_MARKER_END.replace(A,"")}y=A.split("\n");k=-1;for(p=0,f=y.length;p0){for(g=C=0,Q=y.length;C{var i;i=function(){Pattern.prototype.regex=null;Pattern.prototype.rawRegex=null;Pattern.prototype.cleanedRegex=null;Pattern.prototype.mapping=null;function Pattern(A,i){var g,E,p,C,f,Q,B,I,y;if(i==null){i=""}p="";f=A.length;Q=null;E=0;C=0;while(C"){p+="(";C++;if(B.length>0){if(Q==null){Q={}}Q[B]=E}break}else{B+=y}C++}}else{p+=g;E++}}else{p+=g}}else{p+=g}C++}this.rawRegex=A;this.cleanedRegex=p;this.regex=new RegExp(this.cleanedRegex,"g"+i.replace("g",""));this.mapping=Q}Pattern.prototype.exec=function(A){var i,g,E,p;this.regex.lastIndex=0;g=this.regex.exec(A);if(g==null){return null}if(this.mapping!=null){p=this.mapping;for(E in p){i=p[E];g[E]=g[i]}}return g};Pattern.prototype.test=function(A){this.regex.lastIndex=0;return this.regex.test(A)};Pattern.prototype.replace=function(A,i){this.regex.lastIndex=0;return A.replace(this.regex,i)};Pattern.prototype.replaceAll=function(A,i,g){var E;if(g==null){g=0}this.regex.lastIndex=0;E=0;while(this.regex.test(A)&&(g===0||E{var E,p,C;C=g(3285);E=g(1166);p=function(){function Unescaper(){}Unescaper.PATTERN_ESCAPED_CHARACTER=new E('\\\\([0abt\tnvfre "\\/\\\\N_LP]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})');Unescaper.unescapeSingleQuotedString=function(A){return A.replace(/\'\'/g,"'")};Unescaper.unescapeDoubleQuotedString=function(A){if(this._unescapeCallback==null){this._unescapeCallback=function(A){return function(i){return A.unescapeCharacter(i)}}(this)}return this.PATTERN_ESCAPED_CHARACTER.replace(A,this._unescapeCallback)};Unescaper.unescapeCharacter=function(A){var i;i=String.fromCharCode;switch(A.charAt(1)){case"0":return i(0);case"a":return i(7);case"b":return i(8);case"t":return"\t";case"\t":return"\t";case"n":return"\n";case"v":return i(11);case"f":return i(12);case"r":return i(13);case"e":return i(27);case" ":return" ";case'"':return'"';case"/":return"/";case"\\":return"\\";case"N":return i(133);case"_":return i(160);case"L":return i(8232);case"P":return i(8233);case"x":return C.utf8chr(C.hexDec(A.substr(2,2)));case"u":return C.utf8chr(C.hexDec(A.substr(2,4)));case"U":return C.utf8chr(C.hexDec(A.substr(2,8)));default:return""}};return Unescaper}();A.exports=p},3285:(i,g,E)=>{var p,C,f={}.hasOwnProperty;p=E(1166);C=function(){function Utils(){}Utils.REGEX_LEFT_TRIM_BY_CHAR={};Utils.REGEX_RIGHT_TRIM_BY_CHAR={};Utils.REGEX_SPACES=/\s+/g;Utils.REGEX_DIGITS=/^\d+$/;Utils.REGEX_OCTAL=/[^0-7]/gi;Utils.REGEX_HEXADECIMAL=/[^a-f0-9]/gi;Utils.PATTERN_DATE=new p("^"+"(?[0-9][0-9][0-9][0-9])"+"-(?[0-9][0-9]?)"+"-(?[0-9][0-9]?)"+"(?:(?:[Tt]|[ \t]+)"+"(?[0-9][0-9]?)"+":(?[0-9][0-9])"+":(?[0-9][0-9])"+"(?:.(?[0-9]*))?"+"(?:[ \t]*(?Z|(?[-+])(?[0-9][0-9]?)"+"(?::(?[0-9][0-9]))?))?)?"+"$","i");Utils.LOCAL_TIMEZONE_OFFSET=(new Date).getTimezoneOffset()*60*1e3;Utils.trim=function(A,i){var g,E;if(i==null){i="\\s"}g=this.REGEX_LEFT_TRIM_BY_CHAR[i];if(g==null){this.REGEX_LEFT_TRIM_BY_CHAR[i]=g=new RegExp("^"+i+""+i+"*")}g.lastIndex=0;E=this.REGEX_RIGHT_TRIM_BY_CHAR[i];if(E==null){this.REGEX_RIGHT_TRIM_BY_CHAR[i]=E=new RegExp(i+""+i+"*$")}E.lastIndex=0;return A.replace(g,"").replace(E,"")};Utils.ltrim=function(A,i){var g;if(i==null){i="\\s"}g=this.REGEX_LEFT_TRIM_BY_CHAR[i];if(g==null){this.REGEX_LEFT_TRIM_BY_CHAR[i]=g=new RegExp("^"+i+""+i+"*")}g.lastIndex=0;return A.replace(g,"")};Utils.rtrim=function(A,i){var g;if(i==null){i="\\s"}g=this.REGEX_RIGHT_TRIM_BY_CHAR[i];if(g==null){this.REGEX_RIGHT_TRIM_BY_CHAR[i]=g=new RegExp(i+""+i+"*$")}g.lastIndex=0;return A.replace(g,"")};Utils.isEmpty=function(A){return!A||A===""||A==="0"||A instanceof Array&&A.length===0||this.isEmptyObject(A)};Utils.isEmptyObject=function(A){var i;return A instanceof Object&&function(){var g;g=[];for(i in A){if(!f.call(A,i))continue;g.push(i)}return g}().length===0};Utils.subStrCount=function(A,i,g,E){var p,C,f,Q,B,I;p=0;A=""+A;i=""+i;if(g!=null){A=A.slice(g)}if(E!=null){A=A.slice(0,E)}Q=A.length;I=i.length;for(C=f=0,B=Q;0<=B?fB;C=0<=B?++f:--f){if(i===A.slice(C,I)){p++;C+=I-1}}return p};Utils.isDigits=function(A){this.REGEX_DIGITS.lastIndex=0;return this.REGEX_DIGITS.test(A)};Utils.octDec=function(A){this.REGEX_OCTAL.lastIndex=0;return parseInt((A+"").replace(this.REGEX_OCTAL,""),8)};Utils.hexDec=function(A){this.REGEX_HEXADECIMAL.lastIndex=0;A=this.trim(A);if((A+"").slice(0,2)==="0x"){A=(A+"").slice(2)}return parseInt((A+"").replace(this.REGEX_HEXADECIMAL,""),16)};Utils.utf8chr=function(A){var i;i=String.fromCharCode;if(128>(A%=2097152)){return i(A)}if(2048>A){return i(192|A>>6)+i(128|A&63)}if(65536>A){return i(224|A>>12)+i(128|A>>6&63)+i(128|A&63)}return i(240|A>>18)+i(128|A>>12&63)+i(128|A>>6&63)+i(128|A&63)};Utils.parseBoolean=function(A,i){var g;if(i==null){i=true}if(typeof A==="string"){g=A.toLowerCase();if(!i){if(g==="no"){return false}}if(g==="0"){return false}if(g==="false"){return false}if(g===""){return false}return true}return!!A};Utils.isNumeric=function(A){this.REGEX_SPACES.lastIndex=0;return typeof A==="number"||typeof A==="string"&&!isNaN(A)&&A.replace(this.REGEX_SPACES,"")!==""};Utils.stringToDate=function(A){var i,g,E,p,C,f,Q,B,I,y,b,D;if(!(A!=null?A.length:void 0)){return null}C=this.PATTERN_DATE.exec(A);if(!C){return null}D=parseInt(C.year,10);Q=parseInt(C.month,10)-1;g=parseInt(C.day,10);if(C.hour==null){i=new Date(Date.UTC(D,Q,g));return i}p=parseInt(C.hour,10);f=parseInt(C.minute,10);B=parseInt(C.second,10);if(C.fraction!=null){E=C.fraction.slice(0,3);while(E.length<3){E+="0"}E=parseInt(E,10)}else{E=0}if(C.tz!=null){I=parseInt(C.tz_hour,10);if(C.tz_minute!=null){y=parseInt(C.tz_minute,10)}else{y=0}b=(I*60+y)*6e4;if("-"===C.tz_sign){b*=-1}}i=new Date(Date.UTC(D,Q,g,p,f,B,E));if(b){i.setTime(i.getTime()-b)}return i};Utils.strRepeat=function(A,i){var g,E;E="";g=0;while(g{i.exports=A(import.meta.url)("assert")},290:i=>{i.exports=A(import.meta.url)("async_hooks")},181:i=>{i.exports=A(import.meta.url)("buffer")},7969:i=>{i.exports=A(import.meta.url)("bufferutil")},5317:i=>{i.exports=A(import.meta.url)("child_process")},4236:i=>{i.exports=A(import.meta.url)("console")},6982:i=>{i.exports=A(import.meta.url)("crypto")},1637:i=>{i.exports=A(import.meta.url)("diagnostics_channel")},4434:i=>{i.exports=A(import.meta.url)("events")},9896:i=>{i.exports=A(import.meta.url)("fs")},8611:i=>{i.exports=A(import.meta.url)("http")},5675:i=>{i.exports=A(import.meta.url)("http2")},5692:i=>{i.exports=A(import.meta.url)("https")},9278:i=>{i.exports=A(import.meta.url)("net")},4589:i=>{i.exports=A(import.meta.url)("node:assert")},6698:i=>{i.exports=A(import.meta.url)("node:async_hooks")},4573:i=>{i.exports=A(import.meta.url)("node:buffer")},7540:i=>{i.exports=A(import.meta.url)("node:console")},7598:i=>{i.exports=A(import.meta.url)("node:crypto")},3053:i=>{i.exports=A(import.meta.url)("node:diagnostics_channel")},610:i=>{i.exports=A(import.meta.url)("node:dns")},8474:i=>{i.exports=A(import.meta.url)("node:events")},7067:i=>{i.exports=A(import.meta.url)("node:http")},2467:i=>{i.exports=A(import.meta.url)("node:http2")},7030:i=>{i.exports=A(import.meta.url)("node:net")},643:i=>{i.exports=A(import.meta.url)("node:perf_hooks")},1792:i=>{i.exports=A(import.meta.url)("node:querystring")},7075:i=>{i.exports=A(import.meta.url)("node:stream")},1692:i=>{i.exports=A(import.meta.url)("node:tls")},3136:i=>{i.exports=A(import.meta.url)("node:url")},7975:i=>{i.exports=A(import.meta.url)("node:util")},3429:i=>{i.exports=A(import.meta.url)("node:util/types")},5919:i=>{i.exports=A(import.meta.url)("node:worker_threads")},8522:i=>{i.exports=A(import.meta.url)("node:zlib")},857:i=>{i.exports=A(import.meta.url)("os")},6928:i=>{i.exports=A(import.meta.url)("path")},2987:i=>{i.exports=A(import.meta.url)("perf_hooks")},3480:i=>{i.exports=A(import.meta.url)("querystring")},2203:i=>{i.exports=A(import.meta.url)("stream")},3774:i=>{i.exports=A(import.meta.url)("stream/web")},3193:i=>{i.exports=A(import.meta.url)("string_decoder")},3557:i=>{i.exports=A(import.meta.url)("timers")},4756:i=>{i.exports=A(import.meta.url)("tls")},2018:i=>{i.exports=A(import.meta.url)("tty")},7016:i=>{i.exports=A(import.meta.url)("url")},7258:i=>{i.exports=A(import.meta.url)("utf-8-validate")},9023:i=>{i.exports=A(import.meta.url)("util")},8253:i=>{i.exports=A(import.meta.url)("util/types")},8167:i=>{i.exports=A(import.meta.url)("worker_threads")},3106:i=>{i.exports=A(import.meta.url)("zlib")},7182:(A,i,g)=>{const E=g(7075).Writable;const p=g(7975).inherits;const C=g(4136);const f=g(612);const Q=g(2271);const B=45;const I=Buffer.from("-");const y=Buffer.from("\r\n");const EMPTY_FN=function(){};function Dicer(A){if(!(this instanceof Dicer)){return new Dicer(A)}E.call(this,A);if(!A||!A.headerFirst&&typeof A.boundary!=="string"){throw new TypeError("Boundary required")}if(typeof A.boundary==="string"){this.setBoundary(A.boundary)}else{this._bparser=undefined}this._headerFirst=A.headerFirst;this._dashes=0;this._parts=0;this._finished=false;this._realFinish=false;this._isPreamble=true;this._justMatched=false;this._firstWrite=true;this._inHeader=true;this._part=undefined;this._cb=undefined;this._ignoreData=false;this._partOpts={highWaterMark:A.partHwm};this._pause=false;const i=this;this._hparser=new Q(A);this._hparser.on("header",(function(A){i._inHeader=false;i._part.emit("header",A)}))}p(Dicer,E);Dicer.prototype.emit=function(A){if(A==="finish"&&!this._realFinish){if(!this._finished){const A=this;process.nextTick((function(){A.emit("error",new Error("Unexpected end of multipart data"));if(A._part&&!A._ignoreData){const i=A._isPreamble?"Preamble":"Part";A._part.emit("error",new Error(i+" terminated early due to unexpected end of multipart data"));A._part.push(null);process.nextTick((function(){A._realFinish=true;A.emit("finish");A._realFinish=false}));return}A._realFinish=true;A.emit("finish");A._realFinish=false}))}}else{E.prototype.emit.apply(this,arguments)}};Dicer.prototype._write=function(A,i,g){if(!this._hparser&&!this._bparser){return g()}if(this._headerFirst&&this._isPreamble){if(!this._part){this._part=new f(this._partOpts);if(this.listenerCount("preamble")!==0){this.emit("preamble",this._part)}else{this._ignore()}}const i=this._hparser.push(A);if(!this._inHeader&&i!==undefined&&i{const E=g(8474).EventEmitter;const p=g(7975).inherits;const C=g(2393);const f=g(4136);const Q=Buffer.from("\r\n\r\n");const B=/\r\n/g;const I=/^([^:]+):[ \t]?([\x00-\xFF]+)?$/;function HeaderParser(A){E.call(this);A=A||{};const i=this;this.nread=0;this.maxed=false;this.npairs=0;this.maxHeaderPairs=C(A,"maxHeaderPairs",2e3);this.maxHeaderSize=C(A,"maxHeaderSize",80*1024);this.buffer="";this.header={};this.finished=false;this.ss=new f(Q);this.ss.on("info",(function(A,g,E,p){if(g&&!i.maxed){if(i.nread+p-E>=i.maxHeaderSize){p=i.maxHeaderSize-i.nread+E;i.nread=i.maxHeaderSize;i.maxed=true}else{i.nread+=p-E}i.buffer+=g.toString("binary",E,p)}if(A){i._finish()}}))}p(HeaderParser,E);HeaderParser.prototype.push=function(A){const i=this.ss.push(A);if(this.finished){return i}};HeaderParser.prototype.reset=function(){this.finished=false;this.buffer="";this.header={};this.ss.reset()};HeaderParser.prototype._finish=function(){if(this.buffer){this._parseHeader()}this.ss.matches=this.ss.maxMatches;const A=this.header;this.header={};this.buffer="";this.finished=true;this.nread=this.npairs=0;this.maxed=false;this.emit("header",A)};HeaderParser.prototype._parseHeader=function(){if(this.npairs===this.maxHeaderPairs){return}const A=this.buffer.split(B);const i=A.length;let g,E;for(var p=0;p{const E=g(7975).inherits;const p=g(7075).Readable;function PartStream(A){p.call(this,A)}E(PartStream,p);PartStream.prototype._read=function(A){};A.exports=PartStream},4136:(A,i,g)=>{const E=g(8474).EventEmitter;const p=g(7975).inherits;function SBMH(A){if(typeof A==="string"){A=Buffer.from(A)}if(!Buffer.isBuffer(A)){throw new TypeError("The needle has to be a String or a Buffer.")}const i=A.length;if(i===0){throw new Error("The needle cannot be an empty String/Buffer.")}if(i>256){throw new Error("The needle cannot have a length bigger than 256.")}this.maxMatches=Infinity;this.matches=0;this._occ=new Array(256).fill(i);this._lookbehind_size=0;this._needle=A;this._bufpos=0;this._lookbehind=Buffer.alloc(i);for(var g=0;g=0){this.emit("info",false,this._lookbehind,0,this._lookbehind_size);this._lookbehind_size=0}else{const g=this._lookbehind_size+C;if(g>0){this.emit("info",false,this._lookbehind,0,g)}this._lookbehind.copy(this._lookbehind,0,g,this._lookbehind_size-g);this._lookbehind_size-=g;A.copy(this._lookbehind,this._lookbehind_size);this._lookbehind_size+=i;this._bufpos=i;return i}}C+=(C>=0)*this._bufpos;if(A.indexOf(g,C)!==-1){C=A.indexOf(g,C);++this.matches;if(C>0){this.emit("info",true,A,this._bufpos,C)}else{this.emit("info",true)}return this._bufpos=C+E}else{C=i-E}while(C0){this.emit("info",false,A,this._bufpos,C{const E=g(7075).Writable;const{inherits:p}=g(7975);const C=g(7182);const f=g(1192);const Q=g(855);const B=g(8929);function Busboy(A){if(!(this instanceof Busboy)){return new Busboy(A)}if(typeof A!=="object"){throw new TypeError("Busboy expected an options-Object.")}if(typeof A.headers!=="object"){throw new TypeError("Busboy expected an options-Object with headers-attribute.")}if(typeof A.headers["content-type"]!=="string"){throw new TypeError("Missing Content-Type-header.")}const{headers:i,...g}=A;this.opts={autoDestroy:false,...g};E.call(this,this.opts);this._done=false;this._parser=this.getParserByHeaders(i);this._finished=false}p(Busboy,E);Busboy.prototype.emit=function(A){if(A==="finish"){if(!this._done){this._parser?.end();return}else if(this._finished){return}this._finished=true}E.prototype.emit.apply(this,arguments)};Busboy.prototype.getParserByHeaders=function(A){const i=B(A["content-type"]);const g={defCharset:this.opts.defCharset,fileHwm:this.opts.fileHwm,headers:A,highWaterMark:this.opts.highWaterMark,isPartAFile:this.opts.isPartAFile,limits:this.opts.limits,parsedConType:i,preservePath:this.opts.preservePath};if(f.detect.test(i[0])){return new f(this,g)}if(Q.detect.test(i[0])){return new Q(this,g)}throw new Error("Unsupported Content-Type.")};Busboy.prototype._write=function(A,i,g){this._parser.write(A,g)};A.exports=Busboy;A.exports["default"]=Busboy;A.exports.Busboy=Busboy;A.exports.Dicer=C},1192:(A,i,g)=>{const{Readable:E}=g(7075);const{inherits:p}=g(7975);const C=g(7182);const f=g(8929);const Q=g(2747);const B=g(692);const I=g(2393);const y=/^boundary$/i;const b=/^form-data$/i;const D=/^charset$/i;const R=/^filename$/i;const k=/^name$/i;Multipart.detect=/^multipart\/form-data/i;function Multipart(A,i){let g;let E;const p=this;let S;const v=i.limits;const F=i.isPartAFile||((A,i,g)=>i==="application/octet-stream"||g!==undefined);const x=i.parsedConType||[];const U=i.defCharset||"utf8";const L=i.preservePath;const M={highWaterMark:i.fileHwm};for(g=0,E=x.length;gJ){p.parser.removeListener("part",onPart);p.parser.on("part",skipPart);A.hitPartsLimit=true;A.emit("partsLimit");return skipPart(i)}if(X){const A=X;A.emit("end");A.removeAllListeners("end")}i.on("header",(function(C){let I;let y;let S;let v;let x;let J;let _=0;if(C["content-type"]){S=f(C["content-type"][0]);if(S[0]){I=S[0].toLowerCase();for(g=0,E=S.length;gH){const E=H-_+A.length;if(E>0){g.push(A.slice(0,E))}g.truncated=true;g.bytesRead=H;i.removeAllListeners("data");g.emit("limit");return}else if(!g.push(A)){p._pause=true}g.bytesRead=_};K=function(){Z=undefined;g.push(null)}}else{if(j===Y){if(!A.hitFieldsLimit){A.hitFieldsLimit=true;A.emit("fieldsLimit")}return skipPart(i)}++j;++z;let g="";let E=false;X=i;V=function(A){if((_+=A.length)>T){const p=T-(_-A.length);g+=A.toString("binary",0,p);E=true;i.removeAllListeners("data")}else{g+=A.toString("binary")}};K=function(){X=undefined;if(g.length){g=Q(g,"binary",v)}A.emit("field",y,g,false,E,x,I);--z;checkFinished()}}i._readableState.sync=false;i.on("data",V);i.on("end",K)})).on("error",(function(A){if(Z){Z.emit("error",A)}}))})).on("error",(function(i){A.emit("error",i)})).on("finish",(function(){K=true;checkFinished()}))}Multipart.prototype.write=function(A,i){const g=this.parser.write(A);if(g&&!this._pause){i()}else{this._needDrain=!g;this._cb=i}};Multipart.prototype.end=function(){const A=this;if(A.parser.writable){A.parser.end()}else if(!A._boy._done){process.nextTick((function(){A._boy._done=true;A._boy.emit("finish")}))}};function skipPart(A){A.resume()}function FileStream(A){E.call(this,A);this.bytesRead=0;this.truncated=false}p(FileStream,E);FileStream.prototype._read=function(A){};A.exports=Multipart},855:(A,i,g)=>{const E=g(1496);const p=g(2747);const C=g(2393);const f=/^charset$/i;UrlEncoded.detect=/^application\/x-www-form-urlencoded/i;function UrlEncoded(A,i){const g=i.limits;const p=i.parsedConType;this.boy=A;this.fieldSizeLimit=C(g,"fieldSize",1*1024*1024);this.fieldNameSizeLimit=C(g,"fieldNameSize",100);this.fieldsLimit=C(g,"fields",Infinity);let Q;for(var B=0,I=p.length;Bf){this._key+=this.decoder.write(A.toString("binary",f,g))}this._state="val";this._hitLimit=false;this._checkingBytes=true;this._val="";this._bytesVal=0;this._valTrunc=false;this.decoder.reset();f=g+1}else if(E!==undefined){++this._fields;let g;const C=this._keyTrunc;if(E>f){g=this._key+=this.decoder.write(A.toString("binary",f,E))}else{g=this._key}this._hitLimit=false;this._checkingBytes=true;this._key="";this._bytesKey=0;this._keyTrunc=false;this.decoder.reset();if(g.length){this.boy.emit("field",p(g,"binary",this.charset),"",C,false)}f=E+1;if(this._fields===this.fieldsLimit){return i()}}else if(this._hitLimit){if(C>f){this._key+=this.decoder.write(A.toString("binary",f,C))}f=C;if((this._bytesKey=this._key.length)===this.fieldNameSizeLimit){this._checkingBytes=false;this._keyTrunc=true}}else{if(ff){this._val+=this.decoder.write(A.toString("binary",f,E))}this.boy.emit("field",p(this._key,"binary",this.charset),p(this._val,"binary",this.charset),this._keyTrunc,this._valTrunc);this._state="key";this._hitLimit=false;this._checkingBytes=true;this._key="";this._bytesKey=0;this._keyTrunc=false;this.decoder.reset();f=E+1;if(this._fields===this.fieldsLimit){return i()}}else if(this._hitLimit){if(C>f){this._val+=this.decoder.write(A.toString("binary",f,C))}f=C;if(this._val===""&&this.fieldSizeLimit===0||(this._bytesVal=this._val.length)===this.fieldSizeLimit){this._checkingBytes=false;this._valTrunc=true}}else{if(f0){this.boy.emit("field",p(this._key,"binary",this.charset),"",this._keyTrunc,false)}else if(this._state==="val"){this.boy.emit("field",p(this._key,"binary",this.charset),p(this._val,"binary",this.charset),this._keyTrunc,this._valTrunc)}this.boy._done=true;this.boy.emit("finish")};A.exports=UrlEncoded},1496:A=>{const i=/\+/g;const g=[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,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,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,1,1,1,1,1,1,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 Decoder(){this.buffer=undefined}Decoder.prototype.write=function(A){A=A.replace(i," ");let E="";let p=0;let C=0;const f=A.length;for(;pC){E+=A.substring(C,p);C=p}this.buffer="";++C}}if(C{A.exports=function basename(A){if(typeof A!=="string"){return""}for(var i=A.length-1;i>=0;--i){switch(A.charCodeAt(i)){case 47:case 92:A=A.slice(i+1);return A===".."||A==="."?"":A}}return A===".."||A==="."?"":A}},2747:function(A){const i=new TextDecoder("utf-8");const g=new Map([["utf-8",i],["utf8",i]]);function getDecoder(A){let i;while(true){switch(A){case"utf-8":case"utf8":return E.utf8;case"latin1":case"ascii":case"us-ascii":case"iso-8859-1":case"iso8859-1":case"iso88591":case"iso_8859-1":case"windows-1252":case"iso_8859-1:1987":case"cp1252":case"x-cp1252":return E.latin1;case"utf16le":case"utf-16le":case"ucs2":case"ucs-2":return E.utf16le;case"base64":return E.base64;default:if(i===undefined){i=true;A=A.toLowerCase();continue}return E.other.bind(A)}}}const E={utf8:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){A=Buffer.from(A,i)}return A.utf8Slice(0,A.length)},latin1:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){return A}return A.latin1Slice(0,A.length)},utf16le:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){A=Buffer.from(A,i)}return A.ucs2Slice(0,A.length)},base64:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){A=Buffer.from(A,i)}return A.base64Slice(0,A.length)},other:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){A=Buffer.from(A,i)}if(g.has(this.toString())){try{return g.get(this).decode(A)}catch{}}return typeof A==="string"?A:A.toString()}};function decodeText(A,i,g){if(A){return getDecoder(g)(A,i)}return A}A.exports=decodeText},2393:A=>{A.exports=function getLimit(A,i,g){if(!A||A[i]===undefined||A[i]===null){return g}if(typeof A[i]!=="number"||isNaN(A[i])){throw new TypeError("Limit "+i+" is not a valid number")}return A[i]}},8929:(A,i,g)=>{const E=g(2747);const p=/%[a-fA-F0-9][a-fA-F0-9]/g;const C={"%00":"\0","%01":"","%02":"","%03":"","%04":"","%05":"","%06":"","%07":"","%08":"\b","%09":"\t","%0a":"\n","%0A":"\n","%0b":"\v","%0B":"\v","%0c":"\f","%0C":"\f","%0d":"\r","%0D":"\r","%0e":"","%0E":"","%0f":"","%0F":"","%10":"","%11":"","%12":"","%13":"","%14":"","%15":"","%16":"","%17":"","%18":"","%19":"","%1a":"","%1A":"","%1b":"","%1B":"","%1c":"","%1C":"","%1d":"","%1D":"","%1e":"","%1E":"","%1f":"","%1F":"","%20":" ","%21":"!","%22":'"',"%23":"#","%24":"$","%25":"%","%26":"&","%27":"'","%28":"(","%29":")","%2a":"*","%2A":"*","%2b":"+","%2B":"+","%2c":",","%2C":",","%2d":"-","%2D":"-","%2e":".","%2E":".","%2f":"/","%2F":"/","%30":"0","%31":"1","%32":"2","%33":"3","%34":"4","%35":"5","%36":"6","%37":"7","%38":"8","%39":"9","%3a":":","%3A":":","%3b":";","%3B":";","%3c":"<","%3C":"<","%3d":"=","%3D":"=","%3e":">","%3E":">","%3f":"?","%3F":"?","%40":"@","%41":"A","%42":"B","%43":"C","%44":"D","%45":"E","%46":"F","%47":"G","%48":"H","%49":"I","%4a":"J","%4A":"J","%4b":"K","%4B":"K","%4c":"L","%4C":"L","%4d":"M","%4D":"M","%4e":"N","%4E":"N","%4f":"O","%4F":"O","%50":"P","%51":"Q","%52":"R","%53":"S","%54":"T","%55":"U","%56":"V","%57":"W","%58":"X","%59":"Y","%5a":"Z","%5A":"Z","%5b":"[","%5B":"[","%5c":"\\","%5C":"\\","%5d":"]","%5D":"]","%5e":"^","%5E":"^","%5f":"_","%5F":"_","%60":"`","%61":"a","%62":"b","%63":"c","%64":"d","%65":"e","%66":"f","%67":"g","%68":"h","%69":"i","%6a":"j","%6A":"j","%6b":"k","%6B":"k","%6c":"l","%6C":"l","%6d":"m","%6D":"m","%6e":"n","%6E":"n","%6f":"o","%6F":"o","%70":"p","%71":"q","%72":"r","%73":"s","%74":"t","%75":"u","%76":"v","%77":"w","%78":"x","%79":"y","%7a":"z","%7A":"z","%7b":"{","%7B":"{","%7c":"|","%7C":"|","%7d":"}","%7D":"}","%7e":"~","%7E":"~","%7f":"","%7F":"","%80":"€","%81":"","%82":"‚","%83":"ƒ","%84":"„","%85":"…","%86":"†","%87":"‡","%88":"ˆ","%89":"‰","%8a":"Š","%8A":"Š","%8b":"‹","%8B":"‹","%8c":"Œ","%8C":"Œ","%8d":"","%8D":"","%8e":"Ž","%8E":"Ž","%8f":"","%8F":"","%90":"","%91":"‘","%92":"’","%93":"“","%94":"”","%95":"•","%96":"–","%97":"—","%98":"˜","%99":"™","%9a":"š","%9A":"š","%9b":"›","%9B":"›","%9c":"œ","%9C":"œ","%9d":"","%9D":"","%9e":"ž","%9E":"ž","%9f":"Ÿ","%9F":"Ÿ","%a0":" ","%A0":" ","%a1":"¡","%A1":"¡","%a2":"¢","%A2":"¢","%a3":"£","%A3":"£","%a4":"¤","%A4":"¤","%a5":"¥","%A5":"¥","%a6":"¦","%A6":"¦","%a7":"§","%A7":"§","%a8":"¨","%A8":"¨","%a9":"©","%A9":"©","%aa":"ª","%Aa":"ª","%aA":"ª","%AA":"ª","%ab":"«","%Ab":"«","%aB":"«","%AB":"«","%ac":"¬","%Ac":"¬","%aC":"¬","%AC":"¬","%ad":"­","%Ad":"­","%aD":"­","%AD":"­","%ae":"®","%Ae":"®","%aE":"®","%AE":"®","%af":"¯","%Af":"¯","%aF":"¯","%AF":"¯","%b0":"°","%B0":"°","%b1":"±","%B1":"±","%b2":"²","%B2":"²","%b3":"³","%B3":"³","%b4":"´","%B4":"´","%b5":"µ","%B5":"µ","%b6":"¶","%B6":"¶","%b7":"·","%B7":"·","%b8":"¸","%B8":"¸","%b9":"¹","%B9":"¹","%ba":"º","%Ba":"º","%bA":"º","%BA":"º","%bb":"»","%Bb":"»","%bB":"»","%BB":"»","%bc":"¼","%Bc":"¼","%bC":"¼","%BC":"¼","%bd":"½","%Bd":"½","%bD":"½","%BD":"½","%be":"¾","%Be":"¾","%bE":"¾","%BE":"¾","%bf":"¿","%Bf":"¿","%bF":"¿","%BF":"¿","%c0":"À","%C0":"À","%c1":"Á","%C1":"Á","%c2":"Â","%C2":"Â","%c3":"Ã","%C3":"Ã","%c4":"Ä","%C4":"Ä","%c5":"Å","%C5":"Å","%c6":"Æ","%C6":"Æ","%c7":"Ç","%C7":"Ç","%c8":"È","%C8":"È","%c9":"É","%C9":"É","%ca":"Ê","%Ca":"Ê","%cA":"Ê","%CA":"Ê","%cb":"Ë","%Cb":"Ë","%cB":"Ë","%CB":"Ë","%cc":"Ì","%Cc":"Ì","%cC":"Ì","%CC":"Ì","%cd":"Í","%Cd":"Í","%cD":"Í","%CD":"Í","%ce":"Î","%Ce":"Î","%cE":"Î","%CE":"Î","%cf":"Ï","%Cf":"Ï","%cF":"Ï","%CF":"Ï","%d0":"Ð","%D0":"Ð","%d1":"Ñ","%D1":"Ñ","%d2":"Ò","%D2":"Ò","%d3":"Ó","%D3":"Ó","%d4":"Ô","%D4":"Ô","%d5":"Õ","%D5":"Õ","%d6":"Ö","%D6":"Ö","%d7":"×","%D7":"×","%d8":"Ø","%D8":"Ø","%d9":"Ù","%D9":"Ù","%da":"Ú","%Da":"Ú","%dA":"Ú","%DA":"Ú","%db":"Û","%Db":"Û","%dB":"Û","%DB":"Û","%dc":"Ü","%Dc":"Ü","%dC":"Ü","%DC":"Ü","%dd":"Ý","%Dd":"Ý","%dD":"Ý","%DD":"Ý","%de":"Þ","%De":"Þ","%dE":"Þ","%DE":"Þ","%df":"ß","%Df":"ß","%dF":"ß","%DF":"ß","%e0":"à","%E0":"à","%e1":"á","%E1":"á","%e2":"â","%E2":"â","%e3":"ã","%E3":"ã","%e4":"ä","%E4":"ä","%e5":"å","%E5":"å","%e6":"æ","%E6":"æ","%e7":"ç","%E7":"ç","%e8":"è","%E8":"è","%e9":"é","%E9":"é","%ea":"ê","%Ea":"ê","%eA":"ê","%EA":"ê","%eb":"ë","%Eb":"ë","%eB":"ë","%EB":"ë","%ec":"ì","%Ec":"ì","%eC":"ì","%EC":"ì","%ed":"í","%Ed":"í","%eD":"í","%ED":"í","%ee":"î","%Ee":"î","%eE":"î","%EE":"î","%ef":"ï","%Ef":"ï","%eF":"ï","%EF":"ï","%f0":"ð","%F0":"ð","%f1":"ñ","%F1":"ñ","%f2":"ò","%F2":"ò","%f3":"ó","%F3":"ó","%f4":"ô","%F4":"ô","%f5":"õ","%F5":"õ","%f6":"ö","%F6":"ö","%f7":"÷","%F7":"÷","%f8":"ø","%F8":"ø","%f9":"ù","%F9":"ù","%fa":"ú","%Fa":"ú","%fA":"ú","%FA":"ú","%fb":"û","%Fb":"û","%fB":"û","%FB":"û","%fc":"ü","%Fc":"ü","%fC":"ü","%FC":"ü","%fd":"ý","%Fd":"ý","%fD":"ý","%FD":"ý","%fe":"þ","%Fe":"þ","%fE":"þ","%FE":"þ","%ff":"ÿ","%Ff":"ÿ","%fF":"ÿ","%FF":"ÿ"};function encodedReplacer(A){return C[A]}const f=0;const Q=1;const B=2;const I=3;function parseParams(A){const i=[];let g=f;let C="";let y=false;let b=false;let D=0;let R="";const k=A.length;for(var S=0;S{A.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/city+json":{"source":"iana","compressible":true},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true,"extensions":["cpl"]},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dash-patch+xml":{"source":"iana","compressible":true,"extensions":["mpp"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true,"extensions":["mpf"]},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/oblivious-dns-message":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana","extensions":["asc"]},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.eclipse.ditto+json":{"source":"iana","compressible":true},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eu.kasparian.car+json":{"source":"iana","compressible":true},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.familysearch.gedcom+zip":{"source":"iana","compressible":false},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hl7cda+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hl7v2+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxar.archive.3tz+zip":{"source":"iana","compressible":false},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.syft+json":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true,"extensions":["wif"]},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana","extensions":["avci"]},"image/avcs":{"source":"iana","extensions":["avcs"]},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')}};var g={};function __nccwpck_require__(A){var E=g[A];if(E!==undefined){return E.exports}var p=g[A]={exports:{}};var C=true;try{i[A].call(p.exports,p,p.exports,__nccwpck_require__);C=false}finally{if(C)delete g[A]}return p.exports}(()=>{var A=Object.getPrototypeOf?A=>Object.getPrototypeOf(A):A=>A.__proto__;var i;__nccwpck_require__.t=function(g,E){if(E&1)g=this(g);if(E&8)return g;if(typeof g==="object"&&g){if(E&4&&g.__esModule)return g;if(E&16&&typeof g.then==="function")return g}var p=Object.create(null);__nccwpck_require__.r(p);var C={};i=i||[null,A({}),A([]),A(A)];for(var f=E&2&&g;typeof f=="object"&&!~i.indexOf(f);f=A(f)){Object.getOwnPropertyNames(f).forEach((A=>C[A]=()=>g[A]))}C["default"]=()=>g;__nccwpck_require__.d(p,C);return p}})();(()=>{__nccwpck_require__.d=(A,i)=>{for(var g in i){if(__nccwpck_require__.o(i,g)&&!__nccwpck_require__.o(A,g)){Object.defineProperty(A,g,{enumerable:true,get:i[g]})}}}})();(()=>{__nccwpck_require__.o=(A,i)=>Object.prototype.hasOwnProperty.call(A,i)})();(()=>{__nccwpck_require__.r=A=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(A,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(A,"__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 E={};__nccwpck_require__.d(E,{qE:()=>applyOnAction,UE:()=>postCode,AG:()=>readFilesIntoDict,gm:()=>readReplaceAndWriteFiles,Lb:()=>replacePlaceholders,xP:()=>validateAuthentication});var p=__nccwpck_require__(9546);var C=__nccwpck_require__(857);function utils_toCommandValue(A){if(A===null||A===undefined){return""}else if(typeof A==="string"||A instanceof String){return A}return JSON.stringify(A)}function utils_toCommandProperties(A){if(!Object.keys(A).length){return{}}return{title:A.title,file:A.file,line:A.startLine,endLine:A.endLine,col:A.startColumn,endColumn:A.endColumn}}function command_issueCommand(A,i,g){const E=new Command(A,i,g);process.stdout.write(E.toString()+C.EOL)}function command_issue(A,i=""){command_issueCommand(A,{},i)}const f="::";class Command{constructor(A,i,g){if(!A){A="missing.command"}this.command=A;this.properties=i;this.message=g}toString(){let A=f+this.command;if(this.properties&&Object.keys(this.properties).length>0){A+=" ";let i=true;for(const g in this.properties){if(this.properties.hasOwnProperty(g)){const E=this.properties[g];if(E){if(i){i=false}else{A+=","}A+=`${g}=${escapeProperty(E)}`}}}}A+=`${f}${escapeData(this.message)}`;return A}}function escapeData(A){return utils_toCommandValue(A).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function escapeProperty(A){return utils_toCommandValue(A).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}var Q=__nccwpck_require__(6982);var B=__nccwpck_require__(9896);function file_command_issueFileCommand(A,i){const g=process.env[`GITHUB_${A}`];if(!g){throw new Error(`Unable to find environment variable for file command ${A}`)}if(!B.existsSync(g)){throw new Error(`Missing file at path: ${g}`)}B.appendFileSync(g,`${utils_toCommandValue(i)}${C.EOL}`,{encoding:"utf8"})}function file_command_prepareKeyValueMessage(A,i){const g=`ghadelimiter_${Q.randomUUID()}`;const E=utils_toCommandValue(i);if(A.includes(g)){throw new Error(`Unexpected input: name should not contain the delimiter "${g}"`)}if(E.includes(g)){throw new Error(`Unexpected input: value should not contain the delimiter "${g}"`)}return`${A}<<${g}${C.EOL}${E}${C.EOL}${g}`}var I=__nccwpck_require__(6928);var y=__nccwpck_require__(8611);var b=__nccwpck_require__(5692);function getProxyUrl(A){const i=A.protocol==="https:";if(checkBypass(A)){return undefined}const g=(()=>{if(i){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(g){try{return new DecodedURL(g)}catch(A){if(!g.startsWith("http://")&&!g.startsWith("https://"))return new DecodedURL(`http://${g}`)}}else{return undefined}}function checkBypass(A){if(!A.hostname){return false}const i=A.hostname;if(isLoopbackAddress(i)){return true}const g=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!g){return false}let E;if(A.port){E=Number(A.port)}else if(A.protocol==="http:"){E=80}else if(A.protocol==="https:"){E=443}const p=[A.hostname.toUpperCase()];if(typeof E==="number"){p.push(`${p[0]}:${E}`)}for(const A of g.split(",").map((A=>A.trim().toUpperCase())).filter((A=>A))){if(A==="*"||p.some((i=>i===A||i.endsWith(`.${A}`)||A.startsWith(".")&&i.endsWith(`${A}`)))){return true}}return false}function isLoopbackAddress(A){const i=A.toLowerCase();return i==="localhost"||i.startsWith("127.")||i.startsWith("[::1]")||i.startsWith("[0:0:0:0:0:0:0:1]")}class DecodedURL extends URL{constructor(A,i){super(A,i);this._decodedUsername=decodeURIComponent(super.username);this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}var D=__nccwpck_require__(770);var R=__nccwpck_require__(6752);var k=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};var S;(function(A){A[A["OK"]=200]="OK";A[A["MultipleChoices"]=300]="MultipleChoices";A[A["MovedPermanently"]=301]="MovedPermanently";A[A["ResourceMoved"]=302]="ResourceMoved";A[A["SeeOther"]=303]="SeeOther";A[A["NotModified"]=304]="NotModified";A[A["UseProxy"]=305]="UseProxy";A[A["SwitchProxy"]=306]="SwitchProxy";A[A["TemporaryRedirect"]=307]="TemporaryRedirect";A[A["PermanentRedirect"]=308]="PermanentRedirect";A[A["BadRequest"]=400]="BadRequest";A[A["Unauthorized"]=401]="Unauthorized";A[A["PaymentRequired"]=402]="PaymentRequired";A[A["Forbidden"]=403]="Forbidden";A[A["NotFound"]=404]="NotFound";A[A["MethodNotAllowed"]=405]="MethodNotAllowed";A[A["NotAcceptable"]=406]="NotAcceptable";A[A["ProxyAuthenticationRequired"]=407]="ProxyAuthenticationRequired";A[A["RequestTimeout"]=408]="RequestTimeout";A[A["Conflict"]=409]="Conflict";A[A["Gone"]=410]="Gone";A[A["TooManyRequests"]=429]="TooManyRequests";A[A["InternalServerError"]=500]="InternalServerError";A[A["NotImplemented"]=501]="NotImplemented";A[A["BadGateway"]=502]="BadGateway";A[A["ServiceUnavailable"]=503]="ServiceUnavailable";A[A["GatewayTimeout"]=504]="GatewayTimeout"})(S||(S={}));var v;(function(A){A["Accept"]="accept";A["ContentType"]="content-type"})(v||(v={}));var F;(function(A){A["ApplicationJson"]="application/json"})(F||(F={}));function lib_getProxyUrl(A){const i=pm.getProxyUrl(new URL(A));return i?i.href:""}const x=[S.MovedPermanently,S.ResourceMoved,S.SeeOther,S.TemporaryRedirect,S.PermanentRedirect];const U=[S.BadGateway,S.ServiceUnavailable,S.GatewayTimeout];const L=null&&["OPTIONS","GET","DELETE","HEAD"];const M=10;const T=5;class HttpClientError extends Error{constructor(A,i){super(A);this.name="HttpClientError";this.statusCode=i;Object.setPrototypeOf(this,HttpClientError.prototype)}}class HttpClientResponse{constructor(A){this.message=A}readBody(){return k(this,void 0,void 0,(function*(){return new Promise((A=>k(this,void 0,void 0,(function*(){let i=Buffer.alloc(0);this.message.on("data",(A=>{i=Buffer.concat([i,A])}));this.message.on("end",(()=>{A(i.toString())}))}))))}))}readBodyBuffer(){return k(this,void 0,void 0,(function*(){return new Promise((A=>k(this,void 0,void 0,(function*(){const i=[];this.message.on("data",(A=>{i.push(A)}));this.message.on("end",(()=>{A(Buffer.concat(i))}))}))))}))}}function isHttps(A){const i=new URL(A);return i.protocol==="https:"}class lib_HttpClient{constructor(A,i,g){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(A);this.handlers=i||[];this.requestOptions=g;if(g){if(g.ignoreSslError!=null){this._ignoreSslError=g.ignoreSslError}this._socketTimeout=g.socketTimeout;if(g.allowRedirects!=null){this._allowRedirects=g.allowRedirects}if(g.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=g.allowRedirectDowngrade}if(g.maxRedirects!=null){this._maxRedirects=Math.max(g.maxRedirects,0)}if(g.keepAlive!=null){this._keepAlive=g.keepAlive}if(g.allowRetries!=null){this._allowRetries=g.allowRetries}if(g.maxRetries!=null){this._maxRetries=g.maxRetries}}}options(A,i){return k(this,void 0,void 0,(function*(){return this.request("OPTIONS",A,null,i||{})}))}get(A,i){return k(this,void 0,void 0,(function*(){return this.request("GET",A,null,i||{})}))}del(A,i){return k(this,void 0,void 0,(function*(){return this.request("DELETE",A,null,i||{})}))}post(A,i,g){return k(this,void 0,void 0,(function*(){return this.request("POST",A,i,g||{})}))}patch(A,i,g){return k(this,void 0,void 0,(function*(){return this.request("PATCH",A,i,g||{})}))}put(A,i,g){return k(this,void 0,void 0,(function*(){return this.request("PUT",A,i,g||{})}))}head(A,i){return k(this,void 0,void 0,(function*(){return this.request("HEAD",A,null,i||{})}))}sendStream(A,i,g,E){return k(this,void 0,void 0,(function*(){return this.request(A,i,g,E)}))}getJson(A){return k(this,arguments,void 0,(function*(A,i={}){i[v.Accept]=this._getExistingOrDefaultHeader(i,v.Accept,F.ApplicationJson);const g=yield this.get(A,i);return this._processResponse(g,this.requestOptions)}))}postJson(A,i){return k(this,arguments,void 0,(function*(A,i,g={}){const E=JSON.stringify(i,null,2);g[v.Accept]=this._getExistingOrDefaultHeader(g,v.Accept,F.ApplicationJson);g[v.ContentType]=this._getExistingOrDefaultContentTypeHeader(g,F.ApplicationJson);const p=yield this.post(A,E,g);return this._processResponse(p,this.requestOptions)}))}putJson(A,i){return k(this,arguments,void 0,(function*(A,i,g={}){const E=JSON.stringify(i,null,2);g[v.Accept]=this._getExistingOrDefaultHeader(g,v.Accept,F.ApplicationJson);g[v.ContentType]=this._getExistingOrDefaultContentTypeHeader(g,F.ApplicationJson);const p=yield this.put(A,E,g);return this._processResponse(p,this.requestOptions)}))}patchJson(A,i){return k(this,arguments,void 0,(function*(A,i,g={}){const E=JSON.stringify(i,null,2);g[v.Accept]=this._getExistingOrDefaultHeader(g,v.Accept,F.ApplicationJson);g[v.ContentType]=this._getExistingOrDefaultContentTypeHeader(g,F.ApplicationJson);const p=yield this.patch(A,E,g);return this._processResponse(p,this.requestOptions)}))}request(A,i,g,E){return k(this,void 0,void 0,(function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const p=new URL(i);let C=this._prepareRequest(A,p,E);const f=this._allowRetries&&L.includes(A)?this._maxRetries+1:1;let Q=0;let B;do{B=yield this.requestRaw(C,g);if(B&&B.message&&B.message.statusCode===S.Unauthorized){let A;for(const i of this.handlers){if(i.canHandleAuthentication(B)){A=i;break}}if(A){return A.handleAuthentication(this,C,g)}else{return B}}let i=this._maxRedirects;while(B.message.statusCode&&x.includes(B.message.statusCode)&&this._allowRedirects&&i>0){const f=B.message.headers["location"];if(!f){break}const Q=new URL(f);if(p.protocol==="https:"&&p.protocol!==Q.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(Q.hostname!==p.hostname){for(const A in E){if(A.toLowerCase()==="authorization"){delete E[A]}}}C=this._prepareRequest(A,Q,E);B=yield this.requestRaw(C,g);i--}if(!B.message.statusCode||!U.includes(B.message.statusCode)){return B}Q+=1;if(Q{function callbackForResult(A,i){if(A){E(A)}else if(!i){E(new Error("Unknown error"))}else{g(i)}}this.requestRawWithCallback(A,i,callbackForResult)}))}))}requestRawWithCallback(A,i,g){if(typeof i==="string"){if(!A.options.headers){A.options.headers={}}A.options.headers["Content-Length"]=Buffer.byteLength(i,"utf8")}let E=false;function handleResult(A,i){if(!E){E=true;g(A,i)}}const p=A.httpModule.request(A.options,(A=>{const i=new HttpClientResponse(A);handleResult(undefined,i)}));let C;p.on("socket",(A=>{C=A}));p.setTimeout(this._socketTimeout||3*6e4,(()=>{if(C){C.end()}handleResult(new Error(`Request timeout: ${A.options.path}`))}));p.on("error",(function(A){handleResult(A)}));if(i&&typeof i==="string"){p.write(i,"utf8")}if(i&&typeof i!=="string"){i.on("close",(function(){p.end()}));i.pipe(p)}else{p.end()}}getAgent(A){const i=new URL(A);return this._getAgent(i)}getAgentDispatcher(A){const i=new URL(A);const g=pm.getProxyUrl(i);const E=g&&g.hostname;if(!E){return}return this._getProxyAgentDispatcher(i,g)}_prepareRequest(A,i,g){const E={};E.parsedUrl=i;const p=E.parsedUrl.protocol==="https:";E.httpModule=p?https:http;const C=p?443:80;E.options={};E.options.host=E.parsedUrl.hostname;E.options.port=E.parsedUrl.port?parseInt(E.parsedUrl.port):C;E.options.path=(E.parsedUrl.pathname||"")+(E.parsedUrl.search||"");E.options.method=A;E.options.headers=this._mergeHeaders(g);if(this.userAgent!=null){E.options.headers["user-agent"]=this.userAgent}E.options.agent=this._getAgent(E.parsedUrl);if(this.handlers){for(const A of this.handlers){A.prepareRequest(E.options)}}return E}_mergeHeaders(A){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(A||{}))}return lowercaseKeys(A||{})}_getExistingOrDefaultHeader(A,i,g){let E;if(this.requestOptions&&this.requestOptions.headers){const A=lowercaseKeys(this.requestOptions.headers)[i];if(A){E=typeof A==="number"?A.toString():A}}const p=A[i];if(p!==undefined){return typeof p==="number"?p.toString():p}if(E!==undefined){return E}return g}_getExistingOrDefaultContentTypeHeader(A,i){let g;if(this.requestOptions&&this.requestOptions.headers){const A=lowercaseKeys(this.requestOptions.headers)[v.ContentType];if(A){if(typeof A==="number"){g=String(A)}else if(Array.isArray(A)){g=A.join(", ")}else{g=A}}}const E=A[v.ContentType];if(E!==undefined){if(typeof E==="number"){return String(E)}else if(Array.isArray(E)){return E.join(", ")}else{return E}}if(g!==undefined){return g}return i}_getAgent(A){let i;const g=pm.getProxyUrl(A);const E=g&&g.hostname;if(this._keepAlive&&E){i=this._proxyAgent}if(!E){i=this._agent}if(i){return i}const p=A.protocol==="https:";let C=100;if(this.requestOptions){C=this.requestOptions.maxSockets||http.globalAgent.maxSockets}if(g&&g.hostname){const A={maxSockets:C,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(g.username||g.password)&&{proxyAuth:`${g.username}:${g.password}`}),{host:g.hostname,port:g.port})};let E;const f=g.protocol==="https:";if(p){E=f?tunnel.httpsOverHttps:tunnel.httpsOverHttp}else{E=f?tunnel.httpOverHttps:tunnel.httpOverHttp}i=E(A);this._proxyAgent=i}if(!i){const A={keepAlive:this._keepAlive,maxSockets:C};i=p?new https.Agent(A):new http.Agent(A);this._agent=i}if(p&&this._ignoreSslError){i.options=Object.assign(i.options||{},{rejectUnauthorized:false})}return i}_getProxyAgentDispatcher(A,i){let g;if(this._keepAlive){g=this._proxyAgentDispatcher}if(g){return g}const E=A.protocol==="https:";g=new ProxyAgent(Object.assign({uri:i.href,pipelining:!this._keepAlive?0:1},(i.username||i.password)&&{token:`Basic ${Buffer.from(`${i.username}:${i.password}`).toString("base64")}`}));this._proxyAgentDispatcher=g;if(E&&this._ignoreSslError){g.options=Object.assign(g.options.requestTls||{},{rejectUnauthorized:false})}return g}_getUserAgentWithOrchestrationId(A){const i=A||"actions/http-client";const g=process.env["ACTIONS_ORCHESTRATION_ID"];if(g){const A=g.replace(/[^a-z0-9_.-]/gi,"_");return`${i} actions_orchestration_id/${A}`}return i}_performExponentialBackoff(A){return k(this,void 0,void 0,(function*(){A=Math.min(M,A);const i=T*Math.pow(2,A);return new Promise((A=>setTimeout((()=>A()),i)))}))}_processResponse(A,i){return k(this,void 0,void 0,(function*(){return new Promise(((g,E)=>k(this,void 0,void 0,(function*(){const p=A.message.statusCode||0;const C={statusCode:p,result:null,headers:{}};if(p===S.NotFound){g(C)}function dateTimeDeserializer(A,i){if(typeof i==="string"){const A=new Date(i);if(!isNaN(A.valueOf())){return A}}return i}let f;let Q;try{Q=yield A.readBody();if(Q&&Q.length>0){if(i&&i.deserializeDates){f=JSON.parse(Q,dateTimeDeserializer)}else{f=JSON.parse(Q)}C.result=f}C.headers=A.message.headers}catch(A){}if(p>299){let A;if(f&&f.message){A=f.message}else if(Q&&Q.length>0){A=Q}else{A=`Failed request: (${p})`}const i=new HttpClientError(A,p);i.result=C.result;E(i)}else{g(C)}}))))}))}}const lowercaseKeys=A=>Object.keys(A).reduce(((i,g)=>(i[g.toLowerCase()]=A[g],i)),{});var H=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};class BasicCredentialHandler{constructor(A,i){this.username=A;this.password=i}prepareRequest(A){if(!A.headers){throw Error("The request has no headers")}A.headers["Authorization"]=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return H(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}class auth_BearerCredentialHandler{constructor(A){this.token=A}prepareRequest(A){if(!A.headers){throw Error("The request has no headers")}A.headers["Authorization"]=`Bearer ${this.token}`}canHandleAuthentication(){return false}handleAuthentication(){return H(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}class PersonalAccessTokenCredentialHandler{constructor(A){this.token=A}prepareRequest(A){if(!A.headers){throw Error("The request has no headers")}A.headers["Authorization"]=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return H(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}var G=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};class oidc_utils_OidcClient{static createHttpClient(A=true,i=10){const g={allowRetries:A,maxRetries:i};return new HttpClient("actions/oidc-client",[new BearerCredentialHandler(oidc_utils_OidcClient.getRequestToken())],g)}static getRequestToken(){const A=process.env["ACTIONS_ID_TOKEN_REQUEST_TOKEN"];if(!A){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable")}return A}static getIDTokenUrl(){const A=process.env["ACTIONS_ID_TOKEN_REQUEST_URL"];if(!A){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable")}return A}static getCall(A){return G(this,void 0,void 0,(function*(){var i;const g=oidc_utils_OidcClient.createHttpClient();const E=yield g.getJson(A).catch((A=>{throw new Error(`Failed to get ID Token. \n \n Error Code : ${A.statusCode}\n \n Error Message: ${A.message}`)}));const p=(i=E.result)===null||i===void 0?void 0:i.value;if(!p){throw new Error("Response json body do not have ID Token field")}return p}))}static getIDToken(A){return G(this,void 0,void 0,(function*(){try{let i=oidc_utils_OidcClient.getIDTokenUrl();if(A){const g=encodeURIComponent(A);i=`${i}&audience=${g}`}debug(`ID token url is ${i}`);const g=yield oidc_utils_OidcClient.getCall(i);setSecret(g);return g}catch(A){throw new Error(`Error message: ${A.message}`)}}))}}var Y=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};const{access:J,appendFile:_,writeFile:V}=B.promises;const P="GITHUB_STEP_SUMMARY";const j="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";class Summary{constructor(){this._buffer=""}filePath(){return Y(this,void 0,void 0,(function*(){if(this._filePath){return this._filePath}const A=process.env[P];if(!A){throw new Error(`Unable to find environment variable for $${P}. Check if your runtime environment supports job summaries.`)}try{yield J(A,B.constants.R_OK|B.constants.W_OK)}catch(i){throw new Error(`Unable to access summary file: '${A}'. Check if the file has correct read/write permissions.`)}this._filePath=A;return this._filePath}))}wrap(A,i,g={}){const E=Object.entries(g).map((([A,i])=>` ${A}="${i}"`)).join("");if(!i){return`<${A}${E}>`}return`<${A}${E}>${i}`}write(A){return Y(this,void 0,void 0,(function*(){const i=!!(A===null||A===void 0?void 0:A.overwrite);const g=yield this.filePath();const E=i?V:_;yield E(g,this._buffer,{encoding:"utf8"});return this.emptyBuffer()}))}clear(){return Y(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(A,i=false){this._buffer+=A;return i?this.addEOL():this}addEOL(){return this.addRaw(C.EOL)}addCodeBlock(A,i){const g=Object.assign({},i&&{lang:i});const E=this.wrap("pre",this.wrap("code",A),g);return this.addRaw(E).addEOL()}addList(A,i=false){const g=i?"ol":"ul";const E=A.map((A=>this.wrap("li",A))).join("");const p=this.wrap(g,E);return this.addRaw(p).addEOL()}addTable(A){const i=A.map((A=>{const i=A.map((A=>{if(typeof A==="string"){return this.wrap("td",A)}const{header:i,data:g,colspan:E,rowspan:p}=A;const C=i?"th":"td";const f=Object.assign(Object.assign({},E&&{colspan:E}),p&&{rowspan:p});return this.wrap(C,g,f)})).join("");return this.wrap("tr",i)})).join("");const g=this.wrap("table",i);return this.addRaw(g).addEOL()}addDetails(A,i){const g=this.wrap("details",this.wrap("summary",A)+i);return this.addRaw(g).addEOL()}addImage(A,i,g){const{width:E,height:p}=g||{};const C=Object.assign(Object.assign({},E&&{width:E}),p&&{height:p});const f=this.wrap("img",null,Object.assign({src:A,alt:i},C));return this.addRaw(f).addEOL()}addHeading(A,i){const g=`h${i}`;const E=["h1","h2","h3","h4","h5","h6"].includes(g)?g:"h1";const p=this.wrap(E,A);return this.addRaw(p).addEOL()}addSeparator(){const A=this.wrap("hr",null);return this.addRaw(A).addEOL()}addBreak(){const A=this.wrap("br",null);return this.addRaw(A).addEOL()}addQuote(A,i){const g=Object.assign({},i&&{cite:i});const E=this.wrap("blockquote",A,g);return this.addRaw(E).addEOL()}addLink(A,i){const g=this.wrap("a",A,{href:i});return this.addRaw(g).addEOL()}}const z=new Summary;const Z=null&&z;const X=null&&z;function toPosixPath(A){return A.replace(/[\\]/g,"/")}function toWin32Path(A){return A.replace(/[/]/g,"\\")}function toPlatformPath(A){return A.replace(/[/\\]/g,path.sep)}var K=__nccwpck_require__(3193);var $=__nccwpck_require__(4434);var ee=__nccwpck_require__(5317);var te=__nccwpck_require__(2613);var Ae=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};const{chmod:se,copyFile:re,lstat:ne,mkdir:oe,open:ae,readdir:ue,rename:he,rm:de,rmdir:Ee,stat:pe,symlink:fe,unlink:Be}=B.promises;const Ie=process.platform==="win32";function readlink(A){return Ae(this,void 0,void 0,(function*(){const i=yield fs.promises.readlink(A);if(Ie&&!i.endsWith("\\")){return`${i}\\`}return i}))}const Re=268435456;const Se=B.constants.O_RDONLY;function exists(A){return Ae(this,void 0,void 0,(function*(){try{yield pe(A)}catch(A){if(A.code==="ENOENT"){return false}throw A}return true}))}function isDirectory(A){return Ae(this,arguments,void 0,(function*(A,i=false){const g=i?yield pe(A):yield ne(A);return g.isDirectory()}))}function isRooted(A){A=normalizeSeparators(A);if(!A){throw new Error('isRooted() parameter "p" cannot be empty')}if(Ie){return A.startsWith("\\")||/^[A-Z]:/i.test(A)}return A.startsWith("/")}function tryGetExecutablePath(A,i){return Ae(this,void 0,void 0,(function*(){let g=undefined;try{g=yield pe(A)}catch(i){if(i.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${A}': ${i}`)}}if(g&&g.isFile()){if(Ie){const g=I.extname(A).toUpperCase();if(i.some((A=>A.toUpperCase()===g))){return A}}else{if(isUnixExecutable(g)){return A}}}const E=A;for(const p of i){A=E+p;g=undefined;try{g=yield pe(A)}catch(i){if(i.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${A}': ${i}`)}}if(g&&g.isFile()){if(Ie){try{const i=I.dirname(A);const g=I.basename(A).toUpperCase();for(const E of yield ue(i)){if(g===E.toUpperCase()){A=I.join(i,E);break}}}catch(i){console.log(`Unexpected error attempting to determine the actual case of the file '${A}': ${i}`)}return A}else{if(isUnixExecutable(g)){return A}}}}return""}))}function normalizeSeparators(A){A=A||"";if(Ie){A=A.replace(/\//g,"\\");return A.replace(/\\\\+/g,"\\")}return A.replace(/\/\/+/g,"/")}function isUnixExecutable(A){return(A.mode&1)>0||(A.mode&8)>0&&process.getgid!==undefined&&A.gid===process.getgid()||(A.mode&64)>0&&process.getuid!==undefined&&A.uid===process.getuid()}function getCmdPath(){var A;return(A=process.env["COMSPEC"])!==null&&A!==void 0?A:`cmd.exe`}var ve=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};function cp(A,i){return ve(this,arguments,void 0,(function*(A,i,g={}){const{force:E,recursive:p,copySourceDirectory:C}=readCopyOptions(g);const f=(yield ioUtil.exists(i))?yield ioUtil.stat(i):null;if(f&&f.isFile()&&!E){return}const Q=f&&f.isDirectory()&&C?path.join(i,path.basename(A)):i;if(!(yield ioUtil.exists(A))){throw new Error(`no such file or directory: ${A}`)}const B=yield ioUtil.stat(A);if(B.isDirectory()){if(!p){throw new Error(`Failed to copy. ${A} is a directory, but tried to copy without recursive flag.`)}else{yield cpDirRecursive(A,Q,0,E)}}else{if(path.relative(A,Q)===""){throw new Error(`'${Q}' and '${A}' are the same file`)}yield io_copyFile(A,Q,E)}}))}function mv(A,i){return ve(this,arguments,void 0,(function*(A,i,g={}){if(yield ioUtil.exists(i)){let E=true;if(yield ioUtil.isDirectory(i)){i=path.join(i,path.basename(A));E=yield ioUtil.exists(i)}if(E){if(g.force==null||g.force){yield rmRF(i)}else{throw new Error("Destination already exists")}}}yield mkdirP(path.dirname(i));yield ioUtil.rename(A,i)}))}function rmRF(A){return ve(this,void 0,void 0,(function*(){if(ioUtil.IS_WINDOWS){if(/[*"<>|]/.test(A)){throw new Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows')}}try{yield ioUtil.rm(A,{force:true,maxRetries:3,recursive:true,retryDelay:300})}catch(A){throw new Error(`File was unable to be removed ${A}`)}}))}function mkdirP(A){return ve(this,void 0,void 0,(function*(){ok(A,"a path argument must be provided");yield ioUtil.mkdir(A,{recursive:true})}))}function which(A,i){return ve(this,void 0,void 0,(function*(){if(!A){throw new Error("parameter 'tool' is required")}if(i){const i=yield which(A,false);if(!i){if(Ie){throw new Error(`Unable to locate executable file: ${A}. 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: ${A}. 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 i}const g=yield findInPath(A);if(g&&g.length>0){return g[0]}return""}))}function findInPath(A){return ve(this,void 0,void 0,(function*(){if(!A){throw new Error("parameter 'tool' is required")}const i=[];if(Ie&&process.env["PATHEXT"]){for(const A of process.env["PATHEXT"].split(I.delimiter)){if(A){i.push(A)}}}if(isRooted(A)){const g=yield tryGetExecutablePath(A,i);if(g){return[g]}return[]}if(A.includes(I.sep)){return[]}const g=[];if(process.env.PATH){for(const A of process.env.PATH.split(I.delimiter)){if(A){g.push(A)}}}const E=[];for(const p of g){const g=yield tryGetExecutablePath(I.join(p,A),i);if(g){E.push(g)}}return E}))}function readCopyOptions(A){const i=A.force==null?true:A.force;const g=Boolean(A.recursive);const E=A.copySourceDirectory==null?true:Boolean(A.copySourceDirectory);return{force:i,recursive:g,copySourceDirectory:E}}function cpDirRecursive(A,i,g,E){return ve(this,void 0,void 0,(function*(){if(g>=255)return;g++;yield mkdirP(i);const p=yield ioUtil.readdir(A);for(const C of p){const p=`${A}/${C}`;const f=`${i}/${C}`;const Q=yield ioUtil.lstat(p);if(Q.isDirectory()){yield cpDirRecursive(p,f,g,E)}else{yield io_copyFile(p,f,E)}}yield ioUtil.chmod(i,(yield ioUtil.stat(A)).mode)}))}function io_copyFile(A,i,g){return ve(this,void 0,void 0,(function*(){if((yield ioUtil.lstat(A)).isSymbolicLink()){try{yield ioUtil.lstat(i);yield ioUtil.unlink(i)}catch(A){if(A.code==="EPERM"){yield ioUtil.chmod(i,"0666");yield ioUtil.unlink(i)}}const g=yield ioUtil.readlink(A);yield ioUtil.symlink(g,i,ioUtil.IS_WINDOWS?"junction":null)}else if(!(yield ioUtil.exists(i))||g){yield ioUtil.copyFile(A,i)}}))}var xe=__nccwpck_require__(3557);var Ne=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};const Le=process.platform==="win32";class ToolRunner extends $.EventEmitter{constructor(A,i,g){super();if(!A){throw new Error("Parameter 'toolPath' cannot be null or empty.")}this.toolPath=A;this.args=i||[];this.options=g||{}}_debug(A){if(this.options.listeners&&this.options.listeners.debug){this.options.listeners.debug(A)}}_getCommandString(A,i){const g=this._getSpawnFileName();const E=this._getSpawnArgs(A);let p=i?"":"[command]";if(Le){if(this._isCmdFile()){p+=g;for(const A of E){p+=` ${A}`}}else if(A.windowsVerbatimArguments){p+=`"${g}"`;for(const A of E){p+=` ${A}`}}else{p+=this._windowsQuoteCmdArg(g);for(const A of E){p+=` ${this._windowsQuoteCmdArg(A)}`}}}else{p+=g;for(const A of E){p+=` ${A}`}}return p}_processLineBuffer(A,i,g){try{let E=i+A.toString();let p=E.indexOf(C.EOL);while(p>-1){const A=E.substring(0,p);g(A);E=E.substring(p+C.EOL.length);p=E.indexOf(C.EOL)}return E}catch(A){this._debug(`error processing line. Failed with error ${A}`);return""}}_getSpawnFileName(){if(Le){if(this._isCmdFile()){return process.env["COMSPEC"]||"cmd.exe"}}return this.toolPath}_getSpawnArgs(A){if(Le){if(this._isCmdFile()){let i=`/D /S /C "${this._windowsQuoteCmdArg(this.toolPath)}`;for(const g of this.args){i+=" ";i+=A.windowsVerbatimArguments?g:this._windowsQuoteCmdArg(g)}i+='"';return[i]}}return this.args}_endsWith(A,i){return A.endsWith(i)}_isCmdFile(){const A=this.toolPath.toUpperCase();return this._endsWith(A,".CMD")||this._endsWith(A,".BAT")}_windowsQuoteCmdArg(A){if(!this._isCmdFile()){return this._uvQuoteCmdArg(A)}if(!A){return'""'}const i=[" ","\t","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'];let g=false;for(const E of A){if(i.some((A=>A===E))){g=true;break}}if(!g){return A}let E='"';let p=true;for(let i=A.length;i>0;i--){E+=A[i-1];if(p&&A[i-1]==="\\"){E+="\\"}else if(A[i-1]==='"'){p=true;E+='"'}else{p=false}}E+='"';return E.split("").reverse().join("")}_uvQuoteCmdArg(A){if(!A){return'""'}if(!A.includes(" ")&&!A.includes("\t")&&!A.includes('"')){return A}if(!A.includes('"')&&!A.includes("\\")){return`"${A}"`}let i='"';let g=true;for(let E=A.length;E>0;E--){i+=A[E-1];if(g&&A[E-1]==="\\"){i+="\\"}else if(A[E-1]==='"'){g=true;i+="\\"}else{g=false}}i+='"';return i.split("").reverse().join("")}_cloneExecOptions(A){A=A||{};const i={cwd:A.cwd||process.cwd(),env:A.env||process.env,silent:A.silent||false,windowsVerbatimArguments:A.windowsVerbatimArguments||false,failOnStdErr:A.failOnStdErr||false,ignoreReturnCode:A.ignoreReturnCode||false,delay:A.delay||1e4};i.outStream=A.outStream||process.stdout;i.errStream=A.errStream||process.stderr;return i}_getSpawnOptions(A,i){A=A||{};const g={};g.cwd=A.cwd;g.env=A.env;g["windowsVerbatimArguments"]=A.windowsVerbatimArguments||this._isCmdFile();if(A.windowsVerbatimArguments){g.argv0=`"${i}"`}return g}exec(){return Ne(this,void 0,void 0,(function*(){if(!isRooted(this.toolPath)&&(this.toolPath.includes("/")||Le&&this.toolPath.includes("\\"))){this.toolPath=I.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)}this.toolPath=yield which(this.toolPath,true);return new Promise(((A,i)=>Ne(this,void 0,void 0,(function*(){this._debug(`exec tool: ${this.toolPath}`);this._debug("arguments:");for(const A of this.args){this._debug(` ${A}`)}const g=this._cloneExecOptions(this.options);if(!g.silent&&g.outStream){g.outStream.write(this._getCommandString(g)+C.EOL)}const E=new ExecState(g,this.toolPath);E.on("debug",(A=>{this._debug(A)}));if(this.options.cwd&&!(yield exists(this.options.cwd))){return i(new Error(`The cwd: ${this.options.cwd} does not exist!`))}const p=this._getSpawnFileName();const f=ee.spawn(p,this._getSpawnArgs(g),this._getSpawnOptions(this.options,p));let Q="";if(f.stdout){f.stdout.on("data",(A=>{if(this.options.listeners&&this.options.listeners.stdout){this.options.listeners.stdout(A)}if(!g.silent&&g.outStream){g.outStream.write(A)}Q=this._processLineBuffer(A,Q,(A=>{if(this.options.listeners&&this.options.listeners.stdline){this.options.listeners.stdline(A)}}))}))}let B="";if(f.stderr){f.stderr.on("data",(A=>{E.processStderr=true;if(this.options.listeners&&this.options.listeners.stderr){this.options.listeners.stderr(A)}if(!g.silent&&g.errStream&&g.outStream){const i=g.failOnStdErr?g.errStream:g.outStream;i.write(A)}B=this._processLineBuffer(A,B,(A=>{if(this.options.listeners&&this.options.listeners.errline){this.options.listeners.errline(A)}}))}))}f.on("error",(A=>{E.processError=A.message;E.processExited=true;E.processClosed=true;E.CheckComplete()}));f.on("exit",(A=>{E.processExitCode=A;E.processExited=true;this._debug(`Exit code ${A} received from tool '${this.toolPath}'`);E.CheckComplete()}));f.on("close",(A=>{E.processExitCode=A;E.processExited=true;E.processClosed=true;this._debug(`STDIO streams have closed for tool '${this.toolPath}'`);E.CheckComplete()}));E.on("done",((g,E)=>{if(Q.length>0){this.emit("stdline",Q)}if(B.length>0){this.emit("errline",B)}f.removeAllListeners();if(g){i(g)}else{A(E)}}));if(this.options.input){if(!f.stdin){throw new Error("child process missing stdin")}f.stdin.end(this.options.input)}}))))}))}}function argStringToArray(A){const i=[];let g=false;let E=false;let p="";function append(A){if(E&&A!=='"'){p+="\\"}p+=A;E=false}for(let C=0;C0){i.push(p);p=""}continue}append(f)}if(p.length>0){i.push(p.trim())}return i}class ExecState extends $.EventEmitter{constructor(A,i){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(!i){throw new Error("toolPath must not be empty")}this.options=A;this.toolPath=i;if(A.delay){this.delay=A.delay}}CheckComplete(){if(this.done){return}if(this.processClosed){this._setResult()}else if(this.processExited){this.timeout=(0,xe.setTimeout)(ExecState.HandleTimeout,this.delay,this)}}_debug(A){this.emit("debug",A)}_setResult(){let A;if(this.processExited){if(this.processError){A=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){A=new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`)}else if(this.processStderr&&this.options.failOnStdErr){A=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",A,this.processExitCode)}static HandleTimeout(A){if(A.done){return}if(!A.processClosed&&A.processExited){const i=`The STDIO streams did not close within ${A.delay/1e3} seconds of the exit event from process '${A.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`;A._debug(i)}A._setResult()}}var He=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};function exec_exec(A,i,g){return He(this,void 0,void 0,(function*(){const E=tr.argStringToArray(A);if(E.length===0){throw new Error(`Parameter 'commandLine' cannot be null or empty.`)}const p=E[0];i=E.slice(1).concat(i||[]);const C=new tr.ToolRunner(p,i,g);return C.exec()}))}function getExecOutput(A,i,g){return He(this,void 0,void 0,(function*(){var E,p;let C="";let f="";const Q=new StringDecoder("utf8");const B=new StringDecoder("utf8");const I=(E=g===null||g===void 0?void 0:g.listeners)===null||E===void 0?void 0:E.stdout;const y=(p=g===null||g===void 0?void 0:g.listeners)===null||p===void 0?void 0:p.stderr;const stdErrListener=A=>{f+=B.write(A);if(y){y(A)}};const stdOutListener=A=>{C+=Q.write(A);if(I){I(A)}};const b=Object.assign(Object.assign({},g===null||g===void 0?void 0:g.listeners),{stdout:stdOutListener,stderr:stdErrListener});const D=yield exec_exec(A,i,Object.assign(Object.assign({},g),{listeners:b}));C+=Q.end();f+=B.end();return{exitCode:D,stdout:C,stderr:f}}))}var Ge=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};const getWindowsInfo=()=>Ge(void 0,void 0,void 0,(function*(){const{stdout:A}=yield exec.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"',undefined,{silent:true});const{stdout:i}=yield exec.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"',undefined,{silent:true});return{name:i.trim(),version:A.trim()}}));const getMacOsInfo=()=>Ge(void 0,void 0,void 0,(function*(){var A,i,g,E;const{stdout:p}=yield exec.getExecOutput("sw_vers",undefined,{silent:true});const C=(i=(A=p.match(/ProductVersion:\s*(.+)/))===null||A===void 0?void 0:A[1])!==null&&i!==void 0?i:"";const f=(E=(g=p.match(/ProductName:\s*(.+)/))===null||g===void 0?void 0:g[1])!==null&&E!==void 0?E:"";return{name:f,version:C}}));const getLinuxInfo=()=>Ge(void 0,void 0,void 0,(function*(){const{stdout:A}=yield exec.getExecOutput("lsb_release",["-i","-r","-s"],{silent:true});const[i,g]=A.trim().split("\n");return{name:i,version:g}}));const Ye=C.platform();const Oe=C.arch();const _e=Ye==="win32";const Ve=Ye==="darwin";const Pe=Ye==="linux";function getDetails(){return Ge(this,void 0,void 0,(function*(){return Object.assign(Object.assign({},yield _e?getWindowsInfo():Ve?getMacOsInfo():getLinuxInfo()),{platform:Ye,arch:Oe,isWindows:_e,isMacOS:Ve,isLinux:Pe})}))}var We=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};var qe;(function(A){A[A["Success"]=0]="Success";A[A["Failure"]=1]="Failure"})(qe||(qe={}));function exportVariable(A,i){const g=toCommandValue(i);process.env[A]=g;const E=process.env["GITHUB_ENV"]||"";if(E){return issueFileCommand("ENV",prepareKeyValueMessage(A,i))}issueCommand("set-env",{name:A},g)}function core_setSecret(A){issueCommand("add-mask",{},A)}function addPath(A){const i=process.env["GITHUB_PATH"]||"";if(i){issueFileCommand("PATH",A)}else{issueCommand("add-path",{},A)}process.env["PATH"]=`${A}${path.delimiter}${process.env["PATH"]}`}function getInput(A,i){const g=process.env[`INPUT_${A.replace(/ /g,"_").toUpperCase()}`]||"";if(i&&i.required&&!g){throw new Error(`Input required and not supplied: ${A}`)}if(i&&i.trimWhitespace===false){return g}return g.trim()}function getMultilineInput(A,i){const g=getInput(A,i).split("\n").filter((A=>A!==""));if(i&&i.trimWhitespace===false){return g}return g.map((A=>A.trim()))}function getBooleanInput(A,i){const g=["true","True","TRUE"];const E=["false","False","FALSE"];const p=getInput(A,i);if(g.includes(p))return true;if(E.includes(p))return false;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${A}\n`+`Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}function setOutput(A,i){const g=process.env["GITHUB_OUTPUT"]||"";if(g){return file_command_issueFileCommand("OUTPUT",file_command_prepareKeyValueMessage(A,i))}process.stdout.write(C.EOL);command_issueCommand("set-output",{name:A},utils_toCommandValue(i))}function setCommandEcho(A){issue("echo",A?"on":"off")}function setFailed(A){process.exitCode=qe.Failure;error(A)}function isDebug(){return process.env["RUNNER_DEBUG"]==="1"}function core_debug(A){issueCommand("debug",{},A)}function error(A,i={}){command_issueCommand("error",utils_toCommandProperties(i),A instanceof Error?A.toString():A)}function warning(A,i={}){command_issueCommand("warning",utils_toCommandProperties(i),A instanceof Error?A.toString():A)}function notice(A,i={}){issueCommand("notice",toCommandProperties(i),A instanceof Error?A.toString():A)}function info(A){process.stdout.write(A+C.EOL)}function startGroup(A){issue("group",A)}function endGroup(){issue("endgroup")}function group(A,i){return We(this,void 0,void 0,(function*(){startGroup(A);let g;try{g=yield i()}finally{endGroup()}return g}))}function saveState(A,i){const g=process.env["GITHUB_STATE"]||"";if(g){return issueFileCommand("STATE",prepareKeyValueMessage(A,i))}issueCommand("save-state",{name:A},toCommandValue(i))}function getState(A){return process.env[`STATE_${A}`]||""}function getIDToken(A){return We(this,void 0,void 0,(function*(){return yield OidcClient.getIDToken(A)}))}var je=__nccwpck_require__(3136);const ze=A(import.meta.url)("node:path");const Ze=A(import.meta.url)("node:fs");var Xe=__nccwpck_require__.t(Ze,2);const Ke=A(import.meta.url)("node:fs/promises");var $e=__nccwpck_require__(8474);var et=__nccwpck_require__(7075);const At=A(import.meta.url)("node:string_decoder");var Gt=(A,i,g)=>{let E=A instanceof RegExp?ce(A,g):A,p=i instanceof RegExp?ce(i,g):i,C=E!==null&&p!=null&&ss(E,p,g);return C&&{start:C[0],end:C[1],pre:g.slice(0,C[0]),body:g.slice(C[0]+E.length,C[1]),post:g.slice(C[1]+p.length)}},ce=(A,i)=>{let g=i.match(A);return g?g[0]:null},ss=(A,i,g)=>{let E,p,C,f,Q,B=g.indexOf(A),I=g.indexOf(i,B+1),y=B;if(B>=0&&I>0){if(A===i)return[B,I];for(E=[],C=g.length;y>=0&&!Q;){if(y===B)E.push(y),B=g.indexOf(A,y+1);else if(E.length===1){let A=E.pop();A!==void 0&&(Q=[A,I])}else p=E.pop(),p!==void 0&&p=0?B:I}E.length&&f!==void 0&&(Q=[C,f])}return Q};var st="\0SLASH"+Math.random()+"\0",rt="\0OPEN"+Math.random()+"\0",it="\0CLOSE"+Math.random()+"\0",nt="\0COMMA"+Math.random()+"\0",ot="\0PERIOD"+Math.random()+"\0",ut=new RegExp(st,"g"),gt=new RegExp(rt,"g"),dt=new RegExp(it,"g"),Et=new RegExp(nt,"g"),pt=new RegExp(ot,"g"),Ct=/\\\\/g,ft=/\\{/g,Qt=/\\}/g,It=/\\,/g,yt=/\\./g,wt=1e5;function Ht(A){return isNaN(A)?A.charCodeAt(0):parseInt(A,10)}function ps(A){return A.replace(Ct,st).replace(ft,rt).replace(Qt,it).replace(It,nt).replace(yt,ot)}function ms(A){return A.replace(ut,"\\").replace(gt,"{").replace(dt,"}").replace(Et,",").replace(pt,".")}function me(A){if(!A)return[""];let i=[],g=Gt("{","}",A);if(!g)return A.split(",");let{pre:E,body:p,post:C}=g,f=E.split(",");f[f.length-1]+="{"+p+"}";let Q=me(C);return C.length&&(f[f.length-1]+=Q.shift(),f.push.apply(f,Q)),i.push.apply(i,f),i}function ge(A,i={}){if(!A)return[];let{max:g=wt}=i;return A.slice(0,2)==="{}"&&(A="\\{\\}"+A.slice(2)),ht(ps(A),g,!0).map(ms)}function gs(A){return"{"+A+"}"}function ws(A){return/^-?0\d/.test(A)}function ys(A,i){return A<=i}function bs(A,i){return A>=i}function ht(A,i,g){let E=[],p=Gt("{","}",A);if(!p)return[A];let C=p.pre,f=p.post.length?ht(p.post,i,!1):[""];if(/\$$/.test(p.pre))for(let A=0;A=0;if(!I&&!y)return p.post.match(/,(?!,).*\}/)?(A=p.pre+"{"+p.body+it+p.post,ht(A,i,!0)):[A];let b;if(I)b=p.body.split(/\.\./);else if(b=me(p.body),b.length===1&&b[0]!==void 0&&(b=ht(b[0],i,!1).map(gs),b.length===1))return f.map((A=>p.pre+b[0]+A));let D;if(I&&b[0]!==void 0&&b[1]!==void 0){let A=Ht(b[0]),i=Ht(b[1]),g=Math.max(b[0].length,b[1].length),E=b.length===3&&b[2]!==void 0?Math.abs(Ht(b[2])):1,p=ys;i0){let g=new Array(i+1).join("0");f<0?A="-"+g+A.slice(1):A=g+A}}D.push(A)}}else{D=[];for(let A=0;A{if(typeof A!="string")throw new TypeError("invalid pattern");if(A.length>65536)throw new TypeError("pattern is too long")};var Dt={"[: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]},lt=A=>A.replace(/[[\]\\-]/g,"\\$&"),Es=A=>A.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),we=A=>A.join(""),ye=(A,i)=>{let g=i;if(A.charAt(g)!=="[")throw new Error("not in a brace expression");let E=[],p=[],C=g+1,f=!1,Q=!1,B=!1,I=!1,y=g,b="";e:for(;Cb?E.push(lt(b)+"-"+lt(i)):i===b&&E.push(lt(i)),b="",C++;continue}if(A.startsWith("-]",C+1)){E.push(lt(i+"-")),C+=2;continue}if(A.startsWith("-",C+1)){b=i,C+=2;continue}E.push(lt(i)),C++}if(yg?i?A.replace(/\[([^\/\\])\]/g,"$1"):A.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):i?A.replace(/\[([^\/\\{}])\]/g,"$1"):A.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1");var Rt=new Set(["!","?","+","*","@"]),be=A=>Rt.has(A),kt="(?!(?:^|/)\\.\\.?(?:$|/))",St="(?!\\.)",vt=new Set(["[","."]),Ft=new Set(["..","."]),xt=new Set("().*{}+?[]^$\\!"),ks=A=>A.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Nt="[^/]",Lt=Nt+"*?",Mt=Nt+"+?",Tt=class n{type;#ue;#he;#ge=!1;#de=[];#Ee;#pe;#Ce;#fe=!1;#Qe;#Be;#Ie=!1;constructor(A,i,g={}){this.type=A,A&&(this.#he=!0),this.#Ee=i,this.#ue=this.#Ee?this.#Ee.#ue:this,this.#Qe=this.#ue===this?g:this.#ue.#Qe,this.#Ce=this.#ue===this?[]:this.#ue.#Ce,A==="!"&&!this.#ue.#fe&&this.#Ce.push(this),this.#pe=this.#Ee?this.#Ee.#de.length:0}get hasMagic(){if(this.#he!==void 0)return this.#he;for(let A of this.#de)if(typeof A!="string"&&(A.type||A.hasMagic))return this.#he=!0;return this.#he}toString(){return this.#Be!==void 0?this.#Be:this.type?this.#Be=this.type+"("+this.#de.map((A=>String(A))).join("|")+")":this.#Be=this.#de.map((A=>String(A))).join("")}#me(){if(this!==this.#ue)throw new Error("should only call on root");if(this.#fe)return this;this.toString(),this.#fe=!0;let A;for(;A=this.#Ce.pop();){if(A.type!=="!")continue;let i=A,g=i.#Ee;for(;g;){for(let E=i.#pe+1;!g.type&&Etypeof A=="string"?A:A.toJSON())):[this.type,...this.#de.map((A=>A.toJSON()))];return this.isStart()&&!this.type&&A.unshift([]),this.isEnd()&&(this===this.#ue||this.#ue.#fe&&this.#Ee?.type==="!")&&A.push({}),A}isStart(){if(this.#ue===this)return!0;if(!this.#Ee?.isStart())return!1;if(this.#pe===0)return!0;let A=this.#Ee;for(let i=0;itypeof A!="string")),E=this.#de.map((i=>{let[E,p,C,f]=typeof i=="string"?n.#we(i,this.#he,g):i.toRegExpSource(A);return this.#he=this.#he||C,this.#ge=this.#ge||f,E})).join(""),p="";if(this.isStart()&&typeof this.#de[0]=="string"&&!(this.#de.length===1&&Ft.has(this.#de[0]))){let g=vt,C=i&&g.has(E.charAt(0))||E.startsWith("\\.")&&g.has(E.charAt(2))||E.startsWith("\\.\\.")&&g.has(E.charAt(4)),f=!i&&!A&&g.has(E.charAt(0));p=C?kt:f?St:""}let C="";return this.isEnd()&&this.#ue.#fe&&this.#Ee?.type==="!"&&(C="(?:$|\\/)"),[p+E+C,W(E),this.#he=!!this.#he,this.#ge]}let g=this.type==="*"||this.type==="+",E=this.type==="!"?"(?:(?!(?:":"(?:",p=this.#be(i);if(this.isStart()&&this.isEnd()&&!p&&this.type!=="!"){let A=this.toString();return this.#de=[A],this.type=null,this.#he=void 0,[A,W(this.toString()),!1,!1]}let C=!g||A||i||!St?"":this.#be(!0);C===p&&(C=""),C&&(p=`(?:${p})(?:${C})*?`);let f="";if(this.type==="!"&&this.#Ie)f=(this.isStart()&&!i?St:"")+Mt;else{let g=this.type==="!"?"))"+(this.isStart()&&!i&&!A?St:"")+Lt+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&C?")":this.type==="*"&&C?")?":`)${this.type}`;f=E+p+g}return[f,W(p),this.#he=!!this.#he,this.#ge]}#be(A){return this.#de.map((i=>{if(typeof i=="string")throw new Error("string type in extglob ast??");let[g,E,p,C]=i.toRegExpSource(A);return this.#ge=this.#ge||C,g})).filter((A=>!(this.isStart()&&this.isEnd())||!!A)).join("|")}static#we(A,i,g=!1){let E=!1,p="",C=!1,f=!1;for(let Q=0;Qg?i?A.replace(/[?*()[\]{}]/g,"[$&]"):A.replace(/[?*()[\]\\{}]/g,"\\$&"):i?A.replace(/[?*()[\]]/g,"[$&]"):A.replace(/[?*()[\]\\]/g,"\\$&");var O=(A,i,g={})=>(at(i),!g.nocomment&&i.charAt(0)==="#"?!1:new tA(i,g).match(A)),Yt=/^\*+([^+@!?\*\[\(]*)$/,Os=A=>i=>!i.startsWith(".")&&i.endsWith(A),Fs=A=>i=>i.endsWith(A),Ds=A=>(A=A.toLowerCase(),i=>!i.startsWith(".")&&i.toLowerCase().endsWith(A)),Ms=A=>(A=A.toLowerCase(),i=>i.toLowerCase().endsWith(A)),Jt=/^\*+\.\*+$/,_s=A=>!A.startsWith(".")&&A.includes("."),Ls=A=>A!=="."&&A!==".."&&A.includes("."),Ot=/^\.\*+$/,Ps=A=>A!=="."&&A!==".."&&A.startsWith("."),Vt=/^\*+$/,Is=A=>A.length!==0&&!A.startsWith("."),zs=A=>A.length!==0&&A!=="."&&A!=="..",Pt=/^\?+([^+@!?\*\[\(]*)?$/,Us=([A,i=""])=>{let g=Ce([A]);return i?(i=i.toLowerCase(),A=>g(A)&&A.toLowerCase().endsWith(i)):g},$s=([A,i=""])=>{let g=Te([A]);return i?(i=i.toLowerCase(),A=>g(A)&&A.toLowerCase().endsWith(i)):g},Gs=([A,i=""])=>{let g=Te([A]);return i?A=>g(A)&&A.endsWith(i):g},Hs=([A,i=""])=>{let g=Ce([A]);return i?A=>g(A)&&A.endsWith(i):g},Ce=([A])=>{let i=A.length;return A=>A.length===i&&!A.startsWith(".")},Te=([A])=>{let i=A.length;return A=>A.length===i&&A!=="."&&A!==".."},Wt=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",qt={win32:{sep:"\\"},posix:{sep:"/"}},jt=Wt==="win32"?qt.win32.sep:qt.posix.sep;O.sep=jt;var zt=Symbol("globstar **");O.GLOBSTAR=zt;var Zt="[^/]",Xt=Zt+"*?",Kt="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",$t="(?:(?!(?:\\/|^)\\.).)*?",Js=(A,i={})=>g=>O(g,A,i);O.filter=Js;var N=(A,i={})=>Object.assign({},A,i),Zs=A=>{if(!A||typeof A!="object"||!Object.keys(A).length)return O;let i=O;return Object.assign(((g,E,p={})=>i(g,E,N(A,p))),{Minimatch:class extends i.Minimatch{constructor(i,g={}){super(i,N(A,g))}static defaults(g){return i.defaults(N(A,g)).Minimatch}},AST:class extends i.AST{constructor(i,g,E={}){super(i,g,N(A,E))}static fromGlob(g,E={}){return i.AST.fromGlob(g,N(A,E))}},unescape:(g,E={})=>i.unescape(g,N(A,E)),escape:(g,E={})=>i.escape(g,N(A,E)),filter:(g,E={})=>i.filter(g,N(A,E)),defaults:g=>i.defaults(N(A,g)),makeRe:(g,E={})=>i.makeRe(g,N(A,E)),braceExpand:(g,E={})=>i.braceExpand(g,N(A,E)),match:(g,E,p={})=>i.match(g,E,N(A,p)),sep:i.sep,GLOBSTAR:zt})};O.defaults=Zs;var ke=(A,i={})=>(at(A),i.nobrace||!/\{(?:(?!\{).)*\}/.test(A)?[A]:ge(A,{max:i.braceExpandMax}));O.braceExpand=ke;var Qs=(A,i={})=>new tA(A,i).makeRe();O.makeRe=Qs;var ti=(A,i,g={})=>{let E=new tA(i,g);return A=A.filter((A=>E.match(A))),E.options.nonull&&!A.length&&A.push(i),A};O.match=ti;var eA=/[?*]|[+@!]\(.*?\)|\[|\]/,ei=A=>A.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),tA=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(A,i={}){at(A),i=i||{},this.options=i,this.pattern=A,this.platform=i.platform||Wt,this.isWindows=this.platform==="win32";let g="allowWindowsEscape";this.windowsPathsNoEscape=!!i.windowsPathsNoEscape||i[g]===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!i.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!i.nonegate,this.comment=!1,this.empty=!1,this.partial=!!i.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=i.windowsNoMagicRoot!==void 0?i.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 A of this.set)for(let i of A)if(typeof i!="string")return!0;return!1}debug(...A){}make(){let A=this.pattern,i=this.options;if(!i.nocomment&&A.charAt(0)==="#"){this.comment=!0;return}if(!A){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],i.debug&&(this.debug=(...A)=>console.error(...A)),this.debug(this.pattern,this.globSet);let g=this.globSet.map((A=>this.slashSplit(A)));this.globParts=this.preprocess(g),this.debug(this.pattern,this.globParts);let E=this.globParts.map(((A,i,g)=>{if(this.isWindows&&this.windowsNoMagicRoot){let i=A[0]===""&&A[1]===""&&(A[2]==="?"||!eA.test(A[2]))&&!eA.test(A[3]),g=/^[a-z]:/i.test(A[0]);if(i)return[...A.slice(0,4),...A.slice(4).map((A=>this.parse(A)))];if(g)return[A[0],...A.slice(1).map((A=>this.parse(A)))]}return A.map((A=>this.parse(A)))}));if(this.debug(this.pattern,E),this.set=E.filter((A=>A.indexOf(!1)===-1)),this.isWindows)for(let A=0;A=2?(A=this.firstPhasePreProcess(A),A=this.secondPhasePreProcess(A)):i>=1?A=this.levelOneOptimize(A):A=this.adjascentGlobstarOptimize(A),A}adjascentGlobstarOptimize(A){return A.map((A=>{let i=-1;for(;(i=A.indexOf("**",i+1))!==-1;){let g=i;for(;A[g+1]==="**";)g++;g!==i&&A.splice(i,g-i)}return A}))}levelOneOptimize(A){return A.map((A=>(A=A.reduce(((A,i)=>{let g=A[A.length-1];return i==="**"&&g==="**"?A:i===".."&&g&&g!==".."&&g!=="."&&g!=="**"?(A.pop(),A):(A.push(i),A)}),[]),A.length===0?[""]:A)))}levelTwoFileOptimize(A){Array.isArray(A)||(A=this.slashSplit(A));let i=!1;do{if(i=!1,!this.preserveMultipleSlashes){for(let g=1;gE&&g.splice(E+1,p-E);let C=g[E+1],f=g[E+2],Q=g[E+3];if(C!==".."||!f||f==="."||f===".."||!Q||Q==="."||Q==="..")continue;i=!0,g.splice(E,1);let B=g.slice(0);B[E]="**",A.push(B),E--}if(!this.preserveMultipleSlashes){for(let A=1;AA.length))}partsMatch(A,i,g=!1){let E=0,p=0,C=[],f="";for(;Ef?i=i.slice(Q):f>Q&&(A=A.slice(f)))}}let{optimizationLevel:p=1}=this.options;p>=2&&(A=this.levelTwoFileOptimize(A)),this.debug("matchOne",this,{file:A,pattern:i}),this.debug("matchOne",A.length,i.length);for(var C=0,f=0,Q=A.length,B=i.length;C>> no match, partial?`,A,b,i,D),b===Q))}let p;if(typeof I=="string"?(p=y===I,this.debug("string match",I,y,p)):(p=I.test(y),this.debug("pattern match",I,y,p)),!p)return!1}if(C===Q&&f===B)return!0;if(C===Q)return g;if(f===B)return C===Q-1&&A[C]==="";throw new Error("wtf?")}braceExpand(){return ke(this.pattern,this.options)}parse(A){at(A);let i=this.options;if(A==="**")return zt;if(A==="")return"";let g,E=null;(g=A.match(Vt))?E=i.dot?zs:Is:(g=A.match(Yt))?E=(i.nocase?i.dot?Ms:Ds:i.dot?Fs:Os)(g[1]):(g=A.match(Pt))?E=(i.nocase?i.dot?$s:Us:i.dot?Gs:Hs)(g):(g=A.match(Jt))?E=i.dot?Ls:_s:(g=A.match(Ot))&&(E=Ps);let p=Tt.fromGlob(A,this.options).toMMPattern();return E&&typeof p=="object"&&Reflect.defineProperty(p,"test",{value:E}),p}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let A=this.set;if(!A.length)return this.regexp=!1,this.regexp;let i=this.options,g=i.noglobstar?Xt:i.dot?Kt:$t,E=new Set(i.nocase?["i"]:[]),p=A.map((A=>{let i=A.map((A=>{if(A instanceof RegExp)for(let i of A.flags.split(""))E.add(i);return typeof A=="string"?ei(A):A===zt?zt:A._src}));i.forEach(((A,E)=>{let p=i[E+1],C=i[E-1];A!==zt||C===zt||(C===void 0?p!==void 0&&p!==zt?i[E+1]="(?:\\/|"+g+"\\/)?"+p:i[E]=g:p===void 0?i[E-1]=C+"(?:\\/|\\/"+g+")?":p!==zt&&(i[E-1]=C+"(?:\\/|\\/"+g+"\\/)"+p,i[E+1]=zt))}));let p=i.filter((A=>A!==zt));if(this.partial&&p.length>=1){let A=[];for(let i=1;i<=p.length;i++)A.push(p.slice(0,i).join("/"));return"(?:"+A.join("|")+")"}return p.join("/")})).join("|"),[C,f]=A.length>1?["(?:",")"]:["",""];p="^"+C+p+f+"$",this.partial&&(p="^(?:\\/|"+C+p.slice(1,-1)+f+")$"),this.negate&&(p="^(?!"+p+").+$");try{this.regexp=new RegExp(p,[...E].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(A){return this.preserveMultipleSlashes?A.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(A)?["",...A.split(/\/+/)]:A.split(/\/+/)}match(A,i=this.partial){if(this.debug("match",A,this.pattern),this.comment)return!1;if(this.empty)return A==="";if(A==="/"&&i)return!0;let g=this.options;this.isWindows&&(A=A.split("\\").join("/"));let E=this.slashSplit(A);this.debug(this.pattern,"split",E);let p=this.set;this.debug(this.pattern,"set",p);let C=E[E.length-1];if(!C)for(let A=E.length-2;!C&&A>=0;A--)C=E[A];for(let A=0;A{typeof rA.emitWarning=="function"?rA.emitWarning(A,i,g,E):console.error(`[${g}] ${i}: ${A}`)},iA=globalThis.AbortController,nA=globalThis.AbortSignal;if(typeof iA>"u"){nA=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(A,i){this._onabort.push(i)}},iA=class{constructor(){t()}signal=new nA;abort(A){if(!this.signal.aborted){this.signal.reason=A,this.signal.aborted=!0;for(let i of this.signal._onabort)i(A);this.signal.onabort?.(A)}}};let A=rA.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{A&&(A=!1,Fe("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 ii=A=>!sA.has(A);var q=A=>A&&A===Math.floor(A)&&A>0&&isFinite(A),De=A=>q(A)?A<=Math.pow(2,8)?Uint8Array:A<=Math.pow(2,16)?Uint16Array:A<=Math.pow(2,32)?Uint32Array:A<=Number.MAX_SAFE_INTEGER?oA:null:null,oA=class extends Array{constructor(A){super(A),this.fill(0)}},aA=class ct{heap;length;static#ue=!1;static create(A){let i=De(A);if(!i)return[];ct.#ue=!0;let g=new ct(A,i);return ct.#ue=!1,g}constructor(A,i){if(!ct.#ue)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new i(A),this.length=0}push(A){this.heap[this.length++]=A}pop(){return this.heap[--this.length]}},cA=class Me{#ue;#he;#ge;#de;#Ee;#pe;#Ce;#fe;get perf(){return this.#fe}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#Qe;#Be;#Ie;#me;#ye;#be;#we;#De;#Re;#ke;#Se;#ve;#Fe;#xe;#Ne;#Ue;#Le;#Me;#Te;static unsafeExposeInternals(A){return{starts:A.#Fe,ttls:A.#xe,autopurgeTimers:A.#Ne,sizes:A.#ve,keyMap:A.#Ie,keyList:A.#me,valList:A.#ye,next:A.#be,prev:A.#we,get head(){return A.#De},get tail(){return A.#Re},free:A.#ke,isBackgroundFetch:i=>A.#He(i),backgroundFetch:(i,g,E,p)=>A.#Ge(i,g,E,p),moveToTail:i=>A.#Ye(i),indexes:i=>A.#Je(i),rindexes:i=>A.#Oe(i),isStale:i=>A.#_e(i)}}get max(){return this.#ue}get maxSize(){return this.#he}get calculatedSize(){return this.#Be}get size(){return this.#Qe}get fetchMethod(){return this.#pe}get memoMethod(){return this.#Ce}get dispose(){return this.#ge}get onInsert(){return this.#de}get disposeAfter(){return this.#Ee}constructor(A){let{max:i=0,ttl:g,ttlResolution:E=1,ttlAutopurge:p,updateAgeOnGet:C,updateAgeOnHas:f,allowStale:Q,dispose:B,onInsert:I,disposeAfter:y,noDisposeOnSet:b,noUpdateTTL:D,maxSize:R=0,maxEntrySize:k=0,sizeCalculation:S,fetchMethod:v,memoMethod:F,noDeleteOnFetchRejection:x,noDeleteOnStaleGet:U,allowStaleOnFetchRejection:L,allowStaleOnFetchAbort:M,ignoreFetchAbort:T,perf:H}=A;if(H!==void 0&&typeof H?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#fe=H??AA,i!==0&&!q(i))throw new TypeError("max option must be a nonnegative integer");let G=i?De(i):Array;if(!G)throw new Error("invalid max value: "+i);if(this.#ue=i,this.#he=R,this.maxEntrySize=k||this.#he,this.sizeCalculation=S,this.sizeCalculation){if(!this.#he&&!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(F!==void 0&&typeof F!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#Ce=F,v!==void 0&&typeof v!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#pe=v,this.#Le=!!v,this.#Ie=new Map,this.#me=new Array(i).fill(void 0),this.#ye=new Array(i).fill(void 0),this.#be=new G(i),this.#we=new G(i),this.#De=0,this.#Re=0,this.#ke=aA.create(i),this.#Qe=0,this.#Be=0,typeof B=="function"&&(this.#ge=B),typeof I=="function"&&(this.#de=I),typeof y=="function"?(this.#Ee=y,this.#Se=[]):(this.#Ee=void 0,this.#Se=void 0),this.#Ue=!!this.#ge,this.#Te=!!this.#de,this.#Me=!!this.#Ee,this.noDisposeOnSet=!!b,this.noUpdateTTL=!!D,this.noDeleteOnFetchRejection=!!x,this.allowStaleOnFetchRejection=!!L,this.allowStaleOnFetchAbort=!!M,this.ignoreFetchAbort=!!T,this.maxEntrySize!==0){if(this.#he!==0&&!q(this.#he))throw new TypeError("maxSize must be a positive integer if specified");if(!q(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#Ve()}if(this.allowStale=!!Q,this.noDeleteOnStaleGet=!!U,this.updateAgeOnGet=!!C,this.updateAgeOnHas=!!f,this.ttlResolution=q(E)||E===0?E:1,this.ttlAutopurge=!!p,this.ttl=g||0,this.ttl){if(!q(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#Pe()}if(this.#ue===0&&this.ttl===0&&this.#he===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#ue&&!this.#he){let A="LRU_CACHE_UNBOUNDED";ii(A)&&(sA.add(A),Fe("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",A,Me))}}getRemainingTTL(A){return this.#Ie.has(A)?1/0:0}#Pe(){let A=new oA(this.#ue),i=new oA(this.#ue);this.#xe=A,this.#Fe=i;let g=this.ttlAutopurge?new Array(this.#ue):void 0;this.#Ne=g,this.#We=(E,p,C=this.#fe.now())=>{if(i[E]=p!==0?C:0,A[E]=p,g?.[E]&&(clearTimeout(g[E]),g[E]=void 0),p!==0&&g){let A=setTimeout((()=>{this.#_e(E)&&this.#qe(this.#me[E],"expire")}),p+1);A.unref&&A.unref(),g[E]=A}},this.#je=g=>{i[g]=A[g]!==0?this.#fe.now():0},this.#ze=(g,p)=>{if(A[p]){let C=A[p],f=i[p];if(!C||!f)return;g.ttl=C,g.start=f,g.now=E||r();let Q=g.now-f;g.remainingTTL=C-Q}};let E=0,r=()=>{let A=this.#fe.now();if(this.ttlResolution>0){E=A;let i=setTimeout((()=>E=0),this.ttlResolution);i.unref&&i.unref()}return A};this.getRemainingTTL=g=>{let p=this.#Ie.get(g);if(p===void 0)return 0;let C=A[p],f=i[p];if(!C||!f)return 1/0;let Q=(E||r())-f;return C-Q},this.#_e=g=>{let p=i[g],C=A[g];return!!C&&!!p&&(E||r())-p>C}}#je=()=>{};#ze=()=>{};#We=()=>{};#_e=()=>!1;#Ve(){let A=new oA(this.#ue);this.#Be=0,this.#ve=A,this.#Ze=i=>{this.#Be-=A[i],A[i]=0},this.#Xe=(A,i,g,E)=>{if(this.#He(i))return 0;if(!q(g))if(E){if(typeof E!="function")throw new TypeError("sizeCalculation must be a function");if(g=E(i,A),!q(g))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 g},this.#Ke=(i,g,E)=>{if(A[i]=g,this.#he){let g=this.#he-A[i];for(;this.#Be>g;)this.#$e(!0)}this.#Be+=A[i],E&&(E.entrySize=g,E.totalCalculatedSize=this.#Be)}}#Ze=A=>{};#Ke=(A,i,g)=>{};#Xe=(A,i,g,E)=>{if(g||E)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#Je({allowStale:A=this.allowStale}={}){if(this.#Qe)for(let i=this.#Re;!(!this.#et(i)||((A||!this.#_e(i))&&(yield i),i===this.#De));)i=this.#we[i]}*#Oe({allowStale:A=this.allowStale}={}){if(this.#Qe)for(let i=this.#De;!(!this.#et(i)||((A||!this.#_e(i))&&(yield i),i===this.#Re));)i=this.#be[i]}#et(A){return A!==void 0&&this.#Ie.get(this.#me[A])===A}*entries(){for(let A of this.#Je())this.#ye[A]!==void 0&&this.#me[A]!==void 0&&!this.#He(this.#ye[A])&&(yield[this.#me[A],this.#ye[A]])}*rentries(){for(let A of this.#Oe())this.#ye[A]!==void 0&&this.#me[A]!==void 0&&!this.#He(this.#ye[A])&&(yield[this.#me[A],this.#ye[A]])}*keys(){for(let A of this.#Je()){let i=this.#me[A];i!==void 0&&!this.#He(this.#ye[A])&&(yield i)}}*rkeys(){for(let A of this.#Oe()){let i=this.#me[A];i!==void 0&&!this.#He(this.#ye[A])&&(yield i)}}*values(){for(let A of this.#Je())this.#ye[A]!==void 0&&!this.#He(this.#ye[A])&&(yield this.#ye[A])}*rvalues(){for(let A of this.#Oe())this.#ye[A]!==void 0&&!this.#He(this.#ye[A])&&(yield this.#ye[A])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(A,i={}){for(let g of this.#Je()){let E=this.#ye[g],p=this.#He(E)?E.__staleWhileFetching:E;if(p!==void 0&&A(p,this.#me[g],this))return this.get(this.#me[g],i)}}forEach(A,i=this){for(let g of this.#Je()){let E=this.#ye[g],p=this.#He(E)?E.__staleWhileFetching:E;p!==void 0&&A.call(i,p,this.#me[g],this)}}rforEach(A,i=this){for(let g of this.#Oe()){let E=this.#ye[g],p=this.#He(E)?E.__staleWhileFetching:E;p!==void 0&&A.call(i,p,this.#me[g],this)}}purgeStale(){let A=!1;for(let i of this.#Oe({allowStale:!0}))this.#_e(i)&&(this.#qe(this.#me[i],"expire"),A=!0);return A}info(A){let i=this.#Ie.get(A);if(i===void 0)return;let g=this.#ye[i],E=this.#He(g)?g.__staleWhileFetching:g;if(E===void 0)return;let p={value:E};if(this.#xe&&this.#Fe){let A=this.#xe[i],g=this.#Fe[i];if(A&&g){let i=A-(this.#fe.now()-g);p.ttl=i,p.start=Date.now()}}return this.#ve&&(p.size=this.#ve[i]),p}dump(){let A=[];for(let i of this.#Je({allowStale:!0})){let g=this.#me[i],E=this.#ye[i],p=this.#He(E)?E.__staleWhileFetching:E;if(p===void 0||g===void 0)continue;let C={value:p};if(this.#xe&&this.#Fe){C.ttl=this.#xe[i];let A=this.#fe.now()-this.#Fe[i];C.start=Math.floor(Date.now()-A)}this.#ve&&(C.size=this.#ve[i]),A.unshift([g,C])}return A}load(A){this.clear();for(let[i,g]of A){if(g.start){let A=Date.now()-g.start;g.start=this.#fe.now()-A}this.set(i,g.value,g)}}set(A,i,g={}){if(i===void 0)return this.delete(A),this;let{ttl:E=this.ttl,start:p,noDisposeOnSet:C=this.noDisposeOnSet,sizeCalculation:f=this.sizeCalculation,status:Q}=g,{noUpdateTTL:B=this.noUpdateTTL}=g,I=this.#Xe(A,i,g.size||0,f);if(this.maxEntrySize&&I>this.maxEntrySize)return Q&&(Q.set="miss",Q.maxEntrySizeExceeded=!0),this.#qe(A,"set"),this;let y=this.#Qe===0?void 0:this.#Ie.get(A);if(y===void 0)y=this.#Qe===0?this.#Re:this.#ke.length!==0?this.#ke.pop():this.#Qe===this.#ue?this.#$e(!1):this.#Qe,this.#me[y]=A,this.#ye[y]=i,this.#Ie.set(A,y),this.#be[this.#Re]=y,this.#we[y]=this.#Re,this.#Re=y,this.#Qe++,this.#Ke(y,I,Q),Q&&(Q.set="add"),B=!1,this.#Te&&this.#de?.(i,A,"add");else{this.#Ye(y);let g=this.#ye[y];if(i!==g){if(this.#Le&&this.#He(g)){g.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:i}=g;i!==void 0&&!C&&(this.#Ue&&this.#ge?.(i,A,"set"),this.#Me&&this.#Se?.push([i,A,"set"]))}else C||(this.#Ue&&this.#ge?.(g,A,"set"),this.#Me&&this.#Se?.push([g,A,"set"]));if(this.#Ze(y),this.#Ke(y,I,Q),this.#ye[y]=i,Q){Q.set="replace";let A=g&&this.#He(g)?g.__staleWhileFetching:g;A!==void 0&&(Q.oldValue=A)}}else Q&&(Q.set="update");this.#Te&&this.onInsert?.(i,A,i===g?"update":"replace")}if(E!==0&&!this.#xe&&this.#Pe(),this.#xe&&(B||this.#We(y,E,p),Q&&this.#ze(Q,y)),!C&&this.#Me&&this.#Se){let A=this.#Se,i;for(;i=A?.shift();)this.#Ee?.(...i)}return this}pop(){try{for(;this.#Qe;){let A=this.#ye[this.#De];if(this.#$e(!0),this.#He(A)){if(A.__staleWhileFetching)return A.__staleWhileFetching}else if(A!==void 0)return A}}finally{if(this.#Me&&this.#Se){let A=this.#Se,i;for(;i=A?.shift();)this.#Ee?.(...i)}}}#$e(A){let i=this.#De,g=this.#me[i],E=this.#ye[i];return this.#Le&&this.#He(E)?E.__abortController.abort(new Error("evicted")):(this.#Ue||this.#Me)&&(this.#Ue&&this.#ge?.(E,g,"evict"),this.#Me&&this.#Se?.push([E,g,"evict"])),this.#Ze(i),this.#Ne?.[i]&&(clearTimeout(this.#Ne[i]),this.#Ne[i]=void 0),A&&(this.#me[i]=void 0,this.#ye[i]=void 0,this.#ke.push(i)),this.#Qe===1?(this.#De=this.#Re=0,this.#ke.length=0):this.#De=this.#be[i],this.#Ie.delete(g),this.#Qe--,i}has(A,i={}){let{updateAgeOnHas:g=this.updateAgeOnHas,status:E}=i,p=this.#Ie.get(A);if(p!==void 0){let A=this.#ye[p];if(this.#He(A)&&A.__staleWhileFetching===void 0)return!1;if(this.#_e(p))E&&(E.has="stale",this.#ze(E,p));else return g&&this.#je(p),E&&(E.has="hit",this.#ze(E,p)),!0}else E&&(E.has="miss");return!1}peek(A,i={}){let{allowStale:g=this.allowStale}=i,E=this.#Ie.get(A);if(E===void 0||!g&&this.#_e(E))return;let p=this.#ye[E];return this.#He(p)?p.__staleWhileFetching:p}#Ge(A,i,g,E){let p=i===void 0?void 0:this.#ye[i];if(this.#He(p))return p;let C=new iA,{signal:f}=g;f?.addEventListener("abort",(()=>C.abort(f.reason)),{signal:C.signal});let Q={signal:C.signal,options:g,context:E},l=(E,p=!1)=>{let{aborted:f}=C.signal,I=g.ignoreFetchAbort&&E!==void 0,y=g.ignoreFetchAbort||!!(g.allowStaleOnFetchAbort&&E!==void 0);if(g.status&&(f&&!p?(g.status.fetchAborted=!0,g.status.fetchError=C.signal.reason,I&&(g.status.fetchAbortIgnored=!0)):g.status.fetchResolved=!0),f&&!I&&!p)return c(C.signal.reason,y);let b=B,D=this.#ye[i];return(D===B||I&&p&&D===void 0)&&(E===void 0?b.__staleWhileFetching!==void 0?this.#ye[i]=b.__staleWhileFetching:this.#qe(A,"fetch"):(g.status&&(g.status.fetchUpdated=!0),this.set(A,E,Q.options))),E},u=A=>(g.status&&(g.status.fetchRejected=!0,g.status.fetchError=A),c(A,!1)),c=(E,p)=>{let{aborted:f}=C.signal,Q=f&&g.allowStaleOnFetchAbort,I=Q||g.allowStaleOnFetchRejection,y=I||g.noDeleteOnFetchRejection,b=B;if(this.#ye[i]===B&&(!y||!p&&b.__staleWhileFetching===void 0?this.#qe(A,"fetch"):Q||(this.#ye[i]=b.__staleWhileFetching)),I)return g.status&&b.__staleWhileFetching!==void 0&&(g.status.returnedStale=!0),b.__staleWhileFetching;if(b.__returned===b)throw E},d=(i,E)=>{let f=this.#pe?.(A,p,Q);f&&f instanceof Promise&&f.then((A=>i(A===void 0?void 0:A)),E),C.signal.addEventListener("abort",(()=>{(!g.ignoreFetchAbort||g.allowStaleOnFetchAbort)&&(i(void 0),g.allowStaleOnFetchAbort&&(i=A=>l(A,!0)))}))};g.status&&(g.status.fetchDispatched=!0);let B=new Promise(d).then(l,u),I=Object.assign(B,{__abortController:C,__staleWhileFetching:p,__returned:void 0});return i===void 0?(this.set(A,I,{...Q.options,status:void 0}),i=this.#Ie.get(A)):this.#ye[i]=I,I}#He(A){if(!this.#Le)return!1;let i=A;return!!i&&i instanceof Promise&&i.hasOwnProperty("__staleWhileFetching")&&i.__abortController instanceof iA}async fetch(A,i={}){let{allowStale:g=this.allowStale,updateAgeOnGet:E=this.updateAgeOnGet,noDeleteOnStaleGet:p=this.noDeleteOnStaleGet,ttl:C=this.ttl,noDisposeOnSet:f=this.noDisposeOnSet,size:Q=0,sizeCalculation:B=this.sizeCalculation,noUpdateTTL:I=this.noUpdateTTL,noDeleteOnFetchRejection:y=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:b=this.allowStaleOnFetchRejection,ignoreFetchAbort:D=this.ignoreFetchAbort,allowStaleOnFetchAbort:R=this.allowStaleOnFetchAbort,context:k,forceRefresh:S=!1,status:v,signal:F}=i;if(!this.#Le)return v&&(v.fetch="get"),this.get(A,{allowStale:g,updateAgeOnGet:E,noDeleteOnStaleGet:p,status:v});let x={allowStale:g,updateAgeOnGet:E,noDeleteOnStaleGet:p,ttl:C,noDisposeOnSet:f,size:Q,sizeCalculation:B,noUpdateTTL:I,noDeleteOnFetchRejection:y,allowStaleOnFetchRejection:b,allowStaleOnFetchAbort:R,ignoreFetchAbort:D,status:v,signal:F},U=this.#Ie.get(A);if(U===void 0){v&&(v.fetch="miss");let i=this.#Ge(A,U,x,k);return i.__returned=i}else{let i=this.#ye[U];if(this.#He(i)){let A=g&&i.__staleWhileFetching!==void 0;return v&&(v.fetch="inflight",A&&(v.returnedStale=!0)),A?i.__staleWhileFetching:i.__returned=i}let p=this.#_e(U);if(!S&&!p)return v&&(v.fetch="hit"),this.#Ye(U),E&&this.#je(U),v&&this.#ze(v,U),i;let C=this.#Ge(A,U,x,k),f=C.__staleWhileFetching!==void 0&&g;return v&&(v.fetch=p?"stale":"refresh",f&&p&&(v.returnedStale=!0)),f?C.__staleWhileFetching:C.__returned=C}}async forceFetch(A,i={}){let g=await this.fetch(A,i);if(g===void 0)throw new Error("fetch() returned undefined");return g}memo(A,i={}){let g=this.#Ce;if(!g)throw new Error("no memoMethod provided to constructor");let{context:E,forceRefresh:p,...C}=i,f=this.get(A,C);if(!p&&f!==void 0)return f;let Q=g(A,f,{options:C,context:E});return this.set(A,Q,C),Q}get(A,i={}){let{allowStale:g=this.allowStale,updateAgeOnGet:E=this.updateAgeOnGet,noDeleteOnStaleGet:p=this.noDeleteOnStaleGet,status:C}=i,f=this.#Ie.get(A);if(f!==void 0){let i=this.#ye[f],Q=this.#He(i);return C&&this.#ze(C,f),this.#_e(f)?(C&&(C.get="stale"),Q?(C&&g&&i.__staleWhileFetching!==void 0&&(C.returnedStale=!0),g?i.__staleWhileFetching:void 0):(p||this.#qe(A,"expire"),C&&g&&(C.returnedStale=!0),g?i:void 0)):(C&&(C.get="hit"),Q?i.__staleWhileFetching:(this.#Ye(f),E&&this.#je(f),i))}else C&&(C.get="miss")}#tt(A,i){this.#we[i]=A,this.#be[A]=i}#Ye(A){A!==this.#Re&&(A===this.#De?this.#De=this.#be[A]:this.#tt(this.#we[A],this.#be[A]),this.#tt(this.#Re,A),this.#Re=A)}delete(A){return this.#qe(A,"delete")}#qe(A,i){let g=!1;if(this.#Qe!==0){let E=this.#Ie.get(A);if(E!==void 0)if(this.#Ne?.[E]&&(clearTimeout(this.#Ne?.[E]),this.#Ne[E]=void 0),g=!0,this.#Qe===1)this.#At(i);else{this.#Ze(E);let g=this.#ye[E];if(this.#He(g)?g.__abortController.abort(new Error("deleted")):(this.#Ue||this.#Me)&&(this.#Ue&&this.#ge?.(g,A,i),this.#Me&&this.#Se?.push([g,A,i])),this.#Ie.delete(A),this.#me[E]=void 0,this.#ye[E]=void 0,E===this.#Re)this.#Re=this.#we[E];else if(E===this.#De)this.#De=this.#be[E];else{let A=this.#we[E];this.#be[A]=this.#be[E];let i=this.#be[E];this.#we[i]=this.#we[E]}this.#Qe--,this.#ke.push(E)}}if(this.#Me&&this.#Se?.length){let A=this.#Se,i;for(;i=A?.shift();)this.#Ee?.(...i)}return g}clear(){return this.#At("delete")}#At(A){for(let i of this.#Oe({allowStale:!0})){let g=this.#ye[i];if(this.#He(g))g.__abortController.abort(new Error("deleted"));else{let E=this.#me[i];this.#Ue&&this.#ge?.(g,E,A),this.#Me&&this.#Se?.push([g,E,A])}}if(this.#Ie.clear(),this.#ye.fill(void 0),this.#me.fill(void 0),this.#xe&&this.#Fe){this.#xe.fill(0),this.#Fe.fill(0);for(let A of this.#Ne??[])A!==void 0&&clearTimeout(A);this.#Ne?.fill(void 0)}if(this.#ve&&this.#ve.fill(0),this.#De=0,this.#Re=0,this.#ke.length=0,this.#Be=0,this.#Qe=0,this.#Me&&this.#Se){let A=this.#Se,i;for(;i=A?.shift();)this.#Ee?.(...i)}}};var lA=typeof process=="object"&&process?process:{stdout:null,stderr:null},oi=A=>!!A&&typeof A=="object"&&(A instanceof VA||A instanceof et||hi(A)||ai(A)),hi=A=>!!A&&typeof A=="object"&&A instanceof $e.EventEmitter&&typeof A.pipe=="function"&&A.pipe!==et.Writable.prototype.pipe,ai=A=>!!A&&typeof A=="object"&&A instanceof $e.EventEmitter&&typeof A.write=="function"&&typeof A.end=="function",uA=Symbol("EOF"),hA=Symbol("maybeEmitEnd"),gA=Symbol("emittedEnd"),dA=Symbol("emittingEnd"),EA=Symbol("emittedError"),pA=Symbol("closed"),CA=Symbol("read"),fA=Symbol("flush"),QA=Symbol("flushChunk"),BA=Symbol("encoding"),IA=Symbol("decoder"),mA=Symbol("flowing"),yA=Symbol("paused"),wA=Symbol("resume"),bA=Symbol("buffer"),DA=Symbol("pipes"),RA=Symbol("bufferLength"),kA=Symbol("bufferPush"),SA=Symbol("bufferShift"),vA=Symbol("objectMode"),FA=Symbol("destroyed"),xA=Symbol("error"),NA=Symbol("emitData"),UA=Symbol("emitEnd"),LA=Symbol("emitEnd2"),MA=Symbol("async"),TA=Symbol("abort"),HA=Symbol("aborted"),GA=Symbol("signal"),YA=Symbol("dataListeners"),JA=Symbol("discarded"),mt=A=>Promise.resolve().then(A),li=A=>A(),ci=A=>A==="end"||A==="finish"||A==="prefinish",fi=A=>A instanceof ArrayBuffer||!!A&&typeof A=="object"&&A.constructor&&A.constructor.name==="ArrayBuffer"&&A.byteLength>=0,ui=A=>!Buffer.isBuffer(A)&&ArrayBuffer.isView(A),OA=class{src;dest;opts;ondrain;constructor(A,i,g){this.src=A,this.dest=i,this.opts=g,this.ondrain=()=>A[wA](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(A){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},_A=class extends OA{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(A,i,g){super(A,i,g),this.proxyErrors=A=>this.dest.emit("error",A),A.on("error",this.proxyErrors)}},di=A=>!!A.objectMode,pi=A=>!A.objectMode&&!!A.encoding&&A.encoding!=="buffer",VA=class extends $e.EventEmitter{[mA]=!1;[yA]=!1;[DA]=[];[bA]=[];[vA];[BA];[MA];[IA];[uA]=!1;[gA]=!1;[dA]=!1;[pA]=!1;[EA]=null;[RA]=0;[FA]=!1;[GA];[HA]=!1;[YA]=0;[JA]=!1;writable=!0;readable=!0;constructor(...A){let i=A[0]||{};if(super(),i.objectMode&&typeof i.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");di(i)?(this[vA]=!0,this[BA]=null):pi(i)?(this[BA]=i.encoding,this[vA]=!1):(this[vA]=!1,this[BA]=null),this[MA]=!!i.async,this[IA]=this[BA]?new At.StringDecoder(this[BA]):null,i&&i.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[bA]}),i&&i.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[DA]});let{signal:g}=i;g&&(this[GA]=g,g.aborted?this[TA]():g.addEventListener("abort",(()=>this[TA]())))}get bufferLength(){return this[RA]}get encoding(){return this[BA]}set encoding(A){throw new Error("Encoding must be set at instantiation time")}setEncoding(A){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[vA]}set objectMode(A){throw new Error("objectMode must be set at instantiation time")}get async(){return this[MA]}set async(A){this[MA]=this[MA]||!!A}[TA](){this[HA]=!0,this.emit("abort",this[GA]?.reason),this.destroy(this[GA]?.reason)}get aborted(){return this[HA]}set aborted(A){}write(A,i,g){if(this[HA])return!1;if(this[uA])throw new Error("write after end");if(this[FA])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof i=="function"&&(g=i,i="utf8"),i||(i="utf8");let E=this[MA]?mt:li;if(!this[vA]&&!Buffer.isBuffer(A)){if(ui(A))A=Buffer.from(A.buffer,A.byteOffset,A.byteLength);else if(fi(A))A=Buffer.from(A);else if(typeof A!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[vA]?(this[mA]&&this[RA]!==0&&this[fA](!0),this[mA]?this.emit("data",A):this[kA](A),this[RA]!==0&&this.emit("readable"),g&&E(g),this[mA]):A.length?(typeof A=="string"&&!(i===this[BA]&&!this[IA]?.lastNeed)&&(A=Buffer.from(A,i)),Buffer.isBuffer(A)&&this[BA]&&(A=this[IA].write(A)),this[mA]&&this[RA]!==0&&this[fA](!0),this[mA]?this.emit("data",A):this[kA](A),this[RA]!==0&&this.emit("readable"),g&&E(g),this[mA]):(this[RA]!==0&&this.emit("readable"),g&&E(g),this[mA])}read(A){if(this[FA])return null;if(this[JA]=!1,this[RA]===0||A===0||A&&A>this[RA])return this[hA](),null;this[vA]&&(A=null),this[bA].length>1&&!this[vA]&&(this[bA]=[this[BA]?this[bA].join(""):Buffer.concat(this[bA],this[RA])]);let i=this[CA](A||null,this[bA][0]);return this[hA](),i}[CA](A,i){if(this[vA])this[SA]();else{let g=i;A===g.length||A===null?this[SA]():typeof g=="string"?(this[bA][0]=g.slice(A),i=g.slice(0,A),this[RA]-=A):(this[bA][0]=g.subarray(A),i=g.subarray(0,A),this[RA]-=A)}return this.emit("data",i),!this[bA].length&&!this[uA]&&this.emit("drain"),i}end(A,i,g){return typeof A=="function"&&(g=A,A=void 0),typeof i=="function"&&(g=i,i="utf8"),A!==void 0&&this.write(A,i),g&&this.once("end",g),this[uA]=!0,this.writable=!1,(this[mA]||!this[yA])&&this[hA](),this}[wA](){this[FA]||(!this[YA]&&!this[DA].length&&(this[JA]=!0),this[yA]=!1,this[mA]=!0,this.emit("resume"),this[bA].length?this[fA]():this[uA]?this[hA]():this.emit("drain"))}resume(){return this[wA]()}pause(){this[mA]=!1,this[yA]=!0,this[JA]=!1}get destroyed(){return this[FA]}get flowing(){return this[mA]}get paused(){return this[yA]}[kA](A){this[vA]?this[RA]+=1:this[RA]+=A.length,this[bA].push(A)}[SA](){return this[vA]?this[RA]-=1:this[RA]-=this[bA][0].length,this[bA].shift()}[fA](A=!1){do{}while(this[QA](this[SA]())&&this[bA].length);!A&&!this[bA].length&&!this[uA]&&this.emit("drain")}[QA](A){return this.emit("data",A),this[mA]}pipe(A,i){if(this[FA])return A;this[JA]=!1;let g=this[gA];return i=i||{},A===lA.stdout||A===lA.stderr?i.end=!1:i.end=i.end!==!1,i.proxyErrors=!!i.proxyErrors,g?i.end&&A.end():(this[DA].push(i.proxyErrors?new _A(this,A,i):new OA(this,A,i)),this[MA]?mt((()=>this[wA]())):this[wA]()),A}unpipe(A){let i=this[DA].find((i=>i.dest===A));i&&(this[DA].length===1?(this[mA]&&this[YA]===0&&(this[mA]=!1),this[DA]=[]):this[DA].splice(this[DA].indexOf(i),1),i.unpipe())}addListener(A,i){return this.on(A,i)}on(A,i){let g=super.on(A,i);if(A==="data")this[JA]=!1,this[YA]++,!this[DA].length&&!this[mA]&&this[wA]();else if(A==="readable"&&this[RA]!==0)super.emit("readable");else if(ci(A)&&this[gA])super.emit(A),this.removeAllListeners(A);else if(A==="error"&&this[EA]){let A=i;this[MA]?mt((()=>A.call(this,this[EA]))):A.call(this,this[EA])}return g}removeListener(A,i){return this.off(A,i)}off(A,i){let g=super.off(A,i);return A==="data"&&(this[YA]=this.listeners("data").length,this[YA]===0&&!this[JA]&&!this[DA].length&&(this[mA]=!1)),g}removeAllListeners(A){let i=super.removeAllListeners(A);return(A==="data"||A===void 0)&&(this[YA]=0,!this[JA]&&!this[DA].length&&(this[mA]=!1)),i}get emittedEnd(){return this[gA]}[hA](){!this[dA]&&!this[gA]&&!this[FA]&&this[bA].length===0&&this[uA]&&(this[dA]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[pA]&&this.emit("close"),this[dA]=!1)}emit(A,...i){let g=i[0];if(A!=="error"&&A!=="close"&&A!==FA&&this[FA])return!1;if(A==="data")return!this[vA]&&!g?!1:this[MA]?(mt((()=>this[NA](g))),!0):this[NA](g);if(A==="end")return this[UA]();if(A==="close"){if(this[pA]=!0,!this[gA]&&!this[FA])return!1;let A=super.emit("close");return this.removeAllListeners("close"),A}else if(A==="error"){this[EA]=g,super.emit(xA,g);let A=!this[GA]||this.listeners("error").length?super.emit("error",g):!1;return this[hA](),A}else if(A==="resume"){let A=super.emit("resume");return this[hA](),A}else if(A==="finish"||A==="prefinish"){let i=super.emit(A);return this.removeAllListeners(A),i}let E=super.emit(A,...i);return this[hA](),E}[NA](A){for(let i of this[DA])i.dest.write(A)===!1&&this.pause();let i=this[JA]?!1:super.emit("data",A);return this[hA](),i}[UA](){return this[gA]?!1:(this[gA]=!0,this.readable=!1,this[MA]?(mt((()=>this[LA]())),!0):this[LA]())}[LA](){if(this[IA]){let A=this[IA].end();if(A){for(let i of this[DA])i.dest.write(A);this[JA]||super.emit("data",A)}}for(let A of this[DA])A.end();let A=super.emit("end");return this.removeAllListeners("end"),A}async collect(){let A=Object.assign([],{dataLength:0});this[vA]||(A.dataLength=0);let i=this.promise();return this.on("data",(i=>{A.push(i),this[vA]||(A.dataLength+=i.length)})),await i,A}async concat(){if(this[vA])throw new Error("cannot concat in objectMode");let A=await this.collect();return this[BA]?A.join(""):Buffer.concat(A,A.dataLength)}async promise(){return new Promise(((A,i)=>{this.on(FA,(()=>i(new Error("stream destroyed")))),this.on("error",(A=>i(A))),this.on("end",(()=>A()))}))}[Symbol.asyncIterator](){this[JA]=!1;let A=!1,e=async()=>(this.pause(),A=!0,{value:void 0,done:!0});return{next:()=>{if(A)return e();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[uA])return e();let g,E,h=A=>{this.off("data",a),this.off("end",l),this.off(FA,u),e(),E(A)},a=A=>{this.off("error",h),this.off("end",l),this.off(FA,u),this.pause(),g({value:A,done:!!this[uA]})},l=()=>{this.off("error",h),this.off("data",a),this.off(FA,u),e(),g({done:!0,value:void 0})},u=()=>h(new Error("stream destroyed"));return new Promise(((A,i)=>{E=i,g=A,this.once(FA,u),this.once("error",h),this.once("end",l),this.once("data",a)}))},throw:e,return:e,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[JA]=!1;let A=!1,e=()=>(this.pause(),this.off(xA,e),this.off(FA,e),this.off("end",e),A=!0,{done:!0,value:void 0}),s=()=>{if(A)return e();let i=this.read();return i===null?e():{done:!1,value:i}};return this.once("end",e),this.once(xA,e),this.once(FA,e),{next:s,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(A){if(this[FA])return A?this.emit("error",A):this.emit(FA),this;this[FA]=!0,this[JA]=!0,this[bA].length=0,this[RA]=0;let i=this;return typeof i.close=="function"&&!this[pA]&&i.close(),A?this.emit("error",A):this.emit(FA),this}static get isStream(){return oi}};var PA=B.realpathSync.native,WA={lstatSync:B.lstatSync,readdir:B.readdir,readdirSync:B.readdirSync,readlinkSync:B.readlinkSync,realpathSync:PA,promises:{lstat:Ke.lstat,readdir:Ke.readdir,readlink:Ke.readlink,realpath:Ke.realpath}},Ue=A=>!A||A===WA||A===Xe?WA:{...WA,...A,promises:{...WA.promises,...A.promises||{}}},qA=/^\\\\\?\\([a-z]:)\\?$/i,Ri=A=>A.replace(/\//g,"\\").replace(qA,"$1\\"),jA=/[\\\/]/,zA=0,ZA=1,XA=2,KA=4,$A=6,As=8,rs=10,is=12,ns=15,os=~ns,as=16,cs=32,ls=64,us=128,hs=256,ds=512,Cs=ls|us|ds,Bs=1023,ie=A=>A.isFile()?As:A.isDirectory()?KA:A.isSymbolicLink()?rs:A.isCharacterDevice()?XA:A.isBlockDevice()?$A:A.isSocket()?is:A.isFIFO()?ZA:zA,Rs=new cA({max:2**12}),bt=A=>{let i=Rs.get(A);if(i)return i;let g=A.normalize("NFKD");return Rs.set(A,g),g},Ss=new cA({max:2**12}),_t=A=>{let i=Ss.get(A);if(i)return i;let g=bt(A.toLowerCase());return Ss.set(A,g),g},vs=class extends cA{constructor(){super({max:256})}},xs=class extends cA{constructor(A=16*1024){super({maxSize:A,sizeCalculation:A=>A.length+1})}},Ns=Symbol("PathScurry setAsCwd"),Ts=class{name;root;roots;parent;nocase;isCWD=!1;#ue;#he;get dev(){return this.#he}#ge;get mode(){return this.#ge}#de;get nlink(){return this.#de}#Ee;get uid(){return this.#Ee}#pe;get gid(){return this.#pe}#Ce;get rdev(){return this.#Ce}#fe;get blksize(){return this.#fe}#Qe;get ino(){return this.#Qe}#Be;get size(){return this.#Be}#Ie;get blocks(){return this.#Ie}#me;get atimeMs(){return this.#me}#ye;get mtimeMs(){return this.#ye}#be;get ctimeMs(){return this.#be}#we;get birthtimeMs(){return this.#we}#De;get atime(){return this.#De}#Re;get mtime(){return this.#Re}#ke;get ctime(){return this.#ke}#Se;get birthtime(){return this.#Se}#ve;#Fe;#xe;#Ne;#Ue;#Le;#Me;#Te;#Pe;#je;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(A,i=zA,g,E,p,C,f){this.name=A,this.#ve=p?_t(A):bt(A),this.#Me=i&Bs,this.nocase=p,this.roots=E,this.root=g||this,this.#Te=C,this.#xe=f.fullpath,this.#Ue=f.relative,this.#Le=f.relativePosix,this.parent=f.parent,this.parent?this.#ue=this.parent.#ue:this.#ue=Ue(f.fs)}depth(){return this.#Fe!==void 0?this.#Fe:this.parent?this.#Fe=this.parent.depth()+1:this.#Fe=0}childrenCache(){return this.#Te}resolve(A){if(!A)return this;let i=this.getRootString(A),g=A.substring(i.length).split(this.splitSep);return i?this.getRoot(i).#ze(g):this.#ze(g)}#ze(A){let i=this;for(let g of A)i=i.child(g);return i}children(){let A=this.#Te.get(this);if(A)return A;let i=Object.assign([],{provisional:0});return this.#Te.set(this,i),this.#Me&=~as,i}child(A,i){if(A===""||A===".")return this;if(A==="..")return this.parent||this;let g=this.children(),E=this.nocase?_t(A):bt(A);for(let A of g)if(A.#ve===E)return A;let p=this.parent?this.sep:"",C=this.#xe?this.#xe+p+A:void 0,f=this.newChild(A,zA,{...i,parent:this,fullpath:C});return this.canReaddir()||(f.#Me|=us),g.push(f),f}relative(){if(this.isCWD)return"";if(this.#Ue!==void 0)return this.#Ue;let A=this.name,i=this.parent;if(!i)return this.#Ue=this.name;let g=i.relative();return g+(!g||!i.parent?"":this.sep)+A}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#Le!==void 0)return this.#Le;let A=this.name,i=this.parent;if(!i)return this.#Le=this.fullpathPosix();let g=i.relativePosix();return g+(!g||!i.parent?"":"/")+A}fullpath(){if(this.#xe!==void 0)return this.#xe;let A=this.name,i=this.parent;if(!i)return this.#xe=this.name;let g=i.fullpath()+(i.parent?this.sep:"")+A;return this.#xe=g}fullpathPosix(){if(this.#Ne!==void 0)return this.#Ne;if(this.sep==="/")return this.#Ne=this.fullpath();if(!this.parent){let A=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(A)?this.#Ne=`//?/${A}`:this.#Ne=A}let A=this.parent,i=A.fullpathPosix(),g=i+(!i||!A.parent?"":"/")+this.name;return this.#Ne=g}isUnknown(){return(this.#Me&ns)===zA}isType(A){return this[`is${A}`]()}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.#Me&ns)===As}isDirectory(){return(this.#Me&ns)===KA}isCharacterDevice(){return(this.#Me&ns)===XA}isBlockDevice(){return(this.#Me&ns)===$A}isFIFO(){return(this.#Me&ns)===ZA}isSocket(){return(this.#Me&ns)===is}isSymbolicLink(){return(this.#Me&rs)===rs}lstatCached(){return this.#Me&cs?this:void 0}readlinkCached(){return this.#Pe}realpathCached(){return this.#je}readdirCached(){let A=this.children();return A.slice(0,A.provisional)}canReadlink(){if(this.#Pe)return!0;if(!this.parent)return!1;let A=this.#Me&ns;return!(A!==zA&&A!==rs||this.#Me&hs||this.#Me&us)}calledReaddir(){return!!(this.#Me&as)}isENOENT(){return!!(this.#Me&us)}isNamed(A){return this.nocase?this.#ve===_t(A):this.#ve===bt(A)}async readlink(){let A=this.#Pe;if(A)return A;if(this.canReadlink()&&this.parent)try{let A=await this.#ue.promises.readlink(this.fullpath()),i=(await this.parent.realpath())?.resolve(A);if(i)return this.#Pe=i}catch(A){this.#Oe(A.code);return}}readlinkSync(){let A=this.#Pe;if(A)return A;if(this.canReadlink()&&this.parent)try{let A=this.#ue.readlinkSync(this.fullpath()),i=this.parent.realpathSync()?.resolve(A);if(i)return this.#Pe=i}catch(A){this.#Oe(A.code);return}}#We(A){this.#Me|=as;for(let i=A.provisional;ii(null,A)))}readdirCB(A,i=!1){if(!this.canReaddir()){i?A(null,[]):queueMicrotask((()=>A(null,[])));return}let g=this.children();if(this.calledReaddir()){let E=g.slice(0,g.provisional);i?A(null,E):queueMicrotask((()=>A(null,E)));return}if(this.#Ye.push(A),this.#qe)return;this.#qe=!0;let E=this.fullpath();this.#ue.readdir(E,{withFileTypes:!0},((A,i)=>{if(A)this.#Xe(A.code),g.provisional=0;else{for(let A of i)this.#et(A,g);this.#We(g)}this.#At(g.slice(0,g.provisional))}))}#st;async readdir(){if(!this.canReaddir())return[];let A=this.children();if(this.calledReaddir())return A.slice(0,A.provisional);let i=this.fullpath();if(this.#st)await this.#st;else{let s=()=>{};this.#st=new Promise((A=>s=A));try{for(let g of await this.#ue.promises.readdir(i,{withFileTypes:!0}))this.#et(g,A);this.#We(A)}catch(i){this.#Xe(i.code),A.provisional=0}this.#st=void 0,s()}return A.slice(0,A.provisional)}readdirSync(){if(!this.canReaddir())return[];let A=this.children();if(this.calledReaddir())return A.slice(0,A.provisional);let i=this.fullpath();try{for(let g of this.#ue.readdirSync(i,{withFileTypes:!0}))this.#et(g,A);this.#We(A)}catch(i){this.#Xe(i.code),A.provisional=0}return A.slice(0,A.provisional)}canReaddir(){if(this.#Me&Cs)return!1;let A=ns&this.#Me;return A===zA||A===KA||A===rs}shouldWalk(A,i){return(this.#Me&KA)===KA&&!(this.#Me&Cs)&&!A.has(this)&&(!i||i(this))}async realpath(){if(this.#je)return this.#je;if(!((ds|hs|us)&this.#Me))try{let A=await this.#ue.promises.realpath(this.fullpath());return this.#je=this.resolve(A)}catch{this.#Ze()}}realpathSync(){if(this.#je)return this.#je;if(!((ds|hs|us)&this.#Me))try{let A=this.#ue.realpathSync(this.fullpath());return this.#je=this.resolve(A)}catch{this.#Ze()}}[Ns](A){if(A===this)return;A.isCWD=!1,this.isCWD=!0;let i=new Set([]),g=[],E=this;for(;E&&E.parent;)i.add(E),E.#Ue=g.join(this.sep),E.#Le=g.join("/"),E=E.parent,g.push("..");for(E=A;E&&E.parent&&!i.has(E);)E.#Ue=void 0,E.#Le=void 0,E=E.parent}},Ys=class n extends Ts{sep="\\";splitSep=jA;constructor(A,i=zA,g,E,p,C,f){super(A,i,g,E,p,C,f)}newChild(A,i=zA,g={}){return new n(A,i,this.root,this.roots,this.nocase,this.childrenCache(),g)}getRootString(A){return ze.win32.parse(A).root}getRoot(A){if(A=Ri(A.toUpperCase()),A===this.root.name)return this.root;for(let[i,g]of Object.entries(this.roots))if(this.sameRoot(A,i))return this.roots[A]=g;return this.roots[A]=new qs(A,this).root}sameRoot(A,i=this.root.name){return A=A.toUpperCase().replace(/\//g,"\\").replace(qA,"$1\\"),A===i}},Vs=class n extends Ts{splitSep="/";sep="/";constructor(A,i=zA,g,E,p,C,f){super(A,i,g,E,p,C,f)}getRootString(A){return A.startsWith("/")?"/":""}getRoot(A){return this.root}newChild(A,i=zA,g={}){return new n(A,i,this.root,this.roots,this.nocase,this.childrenCache(),g)}},Ws=class{root;rootPath;roots;cwd;#ue;#he;#ge;nocase;#de;constructor(A=process.cwd(),i,g,{nocase:E,childrenCacheSize:p=16*1024,fs:C=WA}={}){this.#de=Ue(C),(A instanceof URL||A.startsWith("file://"))&&(A=(0,je.fileURLToPath)(A));let f=i.resolve(A);this.roots=Object.create(null),this.rootPath=this.parseRootPath(f),this.#ue=new vs,this.#he=new vs,this.#ge=new xs(p);let Q=f.substring(this.rootPath.length).split(g);if(Q.length===1&&!Q[0]&&Q.pop(),E===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=E,this.root=this.newRoot(this.#de),this.roots[this.rootPath]=this.root;let B=this.root,I=Q.length-1,y=i.sep,b=this.rootPath,D=!1;for(let A of Q){let i=I--;B=B.child(A,{relative:new Array(i).fill("..").join(y),relativePosix:new Array(i).fill("..").join("/"),fullpath:b+=(D?"":y)+A}),D=!0}this.cwd=B}depth(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.depth()}childrenCache(){return this.#ge}resolve(...A){let i="";for(let g=A.length-1;g>=0;g--){let E=A[g];if(!(!E||E===".")&&(i=i?`${E}/${i}`:E,this.isAbsolute(E)))break}let g=this.#ue.get(i);if(g!==void 0)return g;let E=this.cwd.resolve(i).fullpath();return this.#ue.set(i,E),E}resolvePosix(...A){let i="";for(let g=A.length-1;g>=0;g--){let E=A[g];if(!(!E||E===".")&&(i=i?`${E}/${i}`:E,this.isAbsolute(E)))break}let g=this.#he.get(i);if(g!==void 0)return g;let E=this.cwd.resolve(i).fullpathPosix();return this.#he.set(i,E),E}relative(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.relative()}relativePosix(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.relativePosix()}basename(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.name}dirname(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),(A.parent||A).fullpath()}async readdir(A=this.cwd,i={withFileTypes:!0}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g}=i;if(A.canReaddir()){let i=await A.readdir();return g?i:i.map((A=>A.name))}else return[]}readdirSync(A=this.cwd,i={withFileTypes:!0}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0}=i;return A.canReaddir()?g?A.readdirSync():A.readdirSync().map((A=>A.name)):[]}async lstat(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.lstat()}lstatSync(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.lstatSync()}async readlink(A=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A.withFileTypes,A=this.cwd);let g=await A.readlink();return i?g:g?.fullpath()}readlinkSync(A=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A.withFileTypes,A=this.cwd);let g=A.readlinkSync();return i?g:g?.fullpath()}async realpath(A=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A.withFileTypes,A=this.cwd);let g=await A.realpath();return i?g:g?.fullpath()}realpathSync(A=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A.withFileTypes,A=this.cwd);let g=A.realpathSync();return i?g:g?.fullpath()}async walk(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i,f=[];(!p||p(A))&&f.push(g?A:A.fullpath());let Q=new Set,l=(A,i)=>{Q.add(A),A.readdirCB(((A,B)=>{if(A)return i(A);let I=B.length;if(!I)return i();let w=()=>{--I===0&&i()};for(let A of B)(!p||p(A))&&f.push(g?A:A.fullpath()),E&&A.isSymbolicLink()?A.realpath().then((A=>A?.isUnknown()?A.lstat():A)).then((A=>A?.shouldWalk(Q,C)?l(A,w):w())):A.shouldWalk(Q,C)?l(A,w):w()}),!0)},B=A;return new Promise(((A,i)=>{l(B,(g=>{if(g)return i(g);A(f)}))}))}walkSync(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i,f=[];(!p||p(A))&&f.push(g?A:A.fullpath());let Q=new Set([A]);for(let A of Q){let i=A.readdirSync();for(let A of i){(!p||p(A))&&f.push(g?A:A.fullpath());let i=A;if(A.isSymbolicLink()){if(!(E&&(i=A.realpathSync())))continue;i.isUnknown()&&i.lstatSync()}i.shouldWalk(Q,C)&&Q.add(i)}}return f}[Symbol.asyncIterator](){return this.iterate()}iterate(A=this.cwd,i={}){return typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd),this.stream(A,i)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i;(!p||p(A))&&(yield g?A:A.fullpath());let f=new Set([A]);for(let A of f){let i=A.readdirSync();for(let A of i){(!p||p(A))&&(yield g?A:A.fullpath());let i=A;if(A.isSymbolicLink()){if(!(E&&(i=A.realpathSync())))continue;i.isUnknown()&&i.lstatSync()}i.shouldWalk(f,C)&&f.add(i)}}}stream(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i,f=new VA({objectMode:!0});(!p||p(A))&&f.write(g?A:A.fullpath());let Q=new Set,B=[A],I=0,c=()=>{let A=!1;for(;!A;){let i=B.shift();if(!i){I===0&&f.end();return}I++,Q.add(i);let m=(i,b,D=!1)=>{if(i)return f.emit("error",i);if(E&&!D){let A=[];for(let i of b)i.isSymbolicLink()&&A.push(i.realpath().then((A=>A?.isUnknown()?A.lstat():A)));if(A.length){Promise.all(A).then((()=>m(null,b,!0)));return}}for(let i of b)i&&(!p||p(i))&&(f.write(g?i:i.fullpath())||(A=!0));I--;for(let A of b){let i=A.realpathCached()||A;i.shouldWalk(Q,C)&&B.push(i)}A&&!f.flowing?f.once("drain",c):y||c()},y=!0;i.readdirCB(m,!0),y=!1}};return c(),f}streamSync(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i,f=new VA({objectMode:!0}),Q=new Set;(!p||p(A))&&f.write(g?A:A.fullpath());let B=[A],I=0,c=()=>{let A=!1;for(;!A;){let i=B.shift();if(!i){I===0&&f.end();return}I++,Q.add(i);let y=i.readdirSync();for(let i of y)(!p||p(i))&&(f.write(g?i:i.fullpath())||(A=!0));I--;for(let A of y){let i=A;if(A.isSymbolicLink()){if(!(E&&(i=A.realpathSync())))continue;i.isUnknown()&&i.lstatSync()}i.shouldWalk(Q,C)&&B.push(i)}}A&&!f.flowing&&f.once("drain",c)};return c(),f}chdir(A=this.cwd){let i=this.cwd;this.cwd=typeof A=="string"?this.cwd.resolve(A):A,this.cwd[Ns](i)}},qs=class extends Ws{sep="\\";constructor(A=process.cwd(),i={}){let{nocase:g=!0}=i;super(A,ze.win32,"\\",{...i,nocase:g}),this.nocase=g;for(let A=this.cwd;A;A=A.parent)A.nocase=this.nocase}parseRootPath(A){return ze.win32.parse(A).root.toUpperCase()}newRoot(A){return new Ys(this.rootPath,KA,void 0,this.roots,this.nocase,this.childrenCache(),{fs:A})}isAbsolute(A){return A.startsWith("/")||A.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(A)}},js=class extends Ws{sep="/";constructor(A=process.cwd(),i={}){let{nocase:g=!1}=i;super(A,ze.posix,"/",{...i,nocase:g}),this.nocase=g}parseRootPath(A){return"/"}newRoot(A){return new Vs(this.rootPath,KA,void 0,this.roots,this.nocase,this.childrenCache(),{fs:A})}isAbsolute(A){return A.startsWith("/")}},Xs=class extends js{constructor(A=process.cwd(),i={}){let{nocase:g=!0}=i;super(A,{...i,nocase:g})}},Ks=process.platform==="win32"?Ys:Vs,er=process.platform==="win32"?qs:process.platform==="darwin"?Xs:js;var Di=A=>A.length>=1,Mi=A=>A.length>=1,Ar=Symbol.for("nodejs.util.inspect.custom"),sr=class n{#ue;#he;#ge;length;#de;#Ee;#pe;#Ce;#fe;#Qe;#Be=!0;constructor(A,i,g,E){if(!Di(A))throw new TypeError("empty pattern list");if(!Mi(i))throw new TypeError("empty glob list");if(i.length!==A.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=A.length,g<0||g>=this.length)throw new TypeError("index out of range");if(this.#ue=A,this.#he=i,this.#ge=g,this.#de=E,this.#ge===0){if(this.isUNC()){let[A,i,g,E,...p]=this.#ue,[C,f,Q,B,...I]=this.#he;p[0]===""&&(p.shift(),I.shift());let y=[A,i,g,E,""].join("/"),b=[C,f,Q,B,""].join("/");this.#ue=[y,...p],this.#he=[b,...I],this.length=this.#ue.length}else if(this.isDrive()||this.isAbsolute()){let[A,...i]=this.#ue,[g,...E]=this.#he;i[0]===""&&(i.shift(),E.shift());let p=A+"/",C=g+"/";this.#ue=[p,...i],this.#he=[C,...E],this.length=this.#ue.length}}}[Ar](){return"Pattern <"+this.#he.slice(this.#ge).join("/")+">"}pattern(){return this.#ue[this.#ge]}isString(){return typeof this.#ue[this.#ge]=="string"}isGlobstar(){return this.#ue[this.#ge]===zt}isRegExp(){return this.#ue[this.#ge]instanceof RegExp}globString(){return this.#pe=this.#pe||(this.#ge===0?this.isAbsolute()?this.#he[0]+this.#he.slice(1).join("/"):this.#he.join("/"):this.#he.slice(this.#ge).join("/"))}hasMore(){return this.length>this.#ge+1}rest(){return this.#Ee!==void 0?this.#Ee:this.hasMore()?(this.#Ee=new n(this.#ue,this.#he,this.#ge+1,this.#de),this.#Ee.#Qe=this.#Qe,this.#Ee.#fe=this.#fe,this.#Ee.#Ce=this.#Ce,this.#Ee):this.#Ee=null}isUNC(){let A=this.#ue;return this.#fe!==void 0?this.#fe:this.#fe=this.#de==="win32"&&this.#ge===0&&A[0]===""&&A[1]===""&&typeof A[2]=="string"&&!!A[2]&&typeof A[3]=="string"&&!!A[3]}isDrive(){let A=this.#ue;return this.#Ce!==void 0?this.#Ce:this.#Ce=this.#de==="win32"&&this.#ge===0&&this.length>1&&typeof A[0]=="string"&&/^[a-z]:$/i.test(A[0])}isAbsolute(){let A=this.#ue;return this.#Qe!==void 0?this.#Qe:this.#Qe=A[0]===""&&A.length>1||this.isDrive()||this.isUNC()}root(){let A=this.#ue[0];return typeof A=="string"&&this.isAbsolute()&&this.#ge===0?A:""}checkFollowGlobstar(){return!(this.#ge===0||!this.isGlobstar()||!this.#Be)}markFollowGlobstar(){return this.#ge===0||!this.isGlobstar()||!this.#Be?!1:(this.#Be=!1,!0)}};var rr=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",ir=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(A,{nobrace:i,nocase:g,noext:E,noglobstar:p,platform:C=rr}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=C,this.mmopts={dot:!0,nobrace:i,nocase:g,noext:E,noglobstar:p,optimizationLevel:2,platform:C,nocomment:!0,nonegate:!0};for(let i of A)this.add(i)}add(A){let i=new tA(A,this.mmopts);for(let A=0;A[A,!!(i&2),!!(i&1)]))}},ar=class{store=new Map;add(A,i){if(!A.canReaddir())return;let g=this.store.get(A);g?g.find((A=>A.globString()===i.globString()))||g.push(i):this.store.set(A,[i])}get(A){let i=this.store.get(A);if(!i)throw new Error("attempting to walk unknown path");return i}entries(){return this.keys().map((A=>[A,this.store.get(A)]))}keys(){return[...this.store.keys()].filter((A=>A.canReaddir()))}},cr=class n{hasWalkedCache;matches=new or;subwalks=new ar;patterns;follow;dot;opts;constructor(A,i){this.opts=A,this.follow=!!A.follow,this.dot=!!A.dot,this.hasWalkedCache=i?i.copy():new nr}processPatterns(A,i){this.patterns=i;let g=i.map((i=>[A,i]));for(let[A,i]of g){this.hasWalkedCache.storeWalked(A,i);let g=i.root(),E=i.isAbsolute()&&this.opts.absolute!==!1;if(g){A=A.resolve(g==="/"&&this.opts.root!==void 0?this.opts.root:g);let E=i.rest();if(E)i=E;else{this.matches.add(A,!0,!1);continue}}if(A.isENOENT())continue;let p,C,f=!1;for(;typeof(p=i.pattern())=="string"&&(C=i.rest());)A=A.resolve(p),i=C,f=!0;if(p=i.pattern(),C=i.rest(),f){if(this.hasWalkedCache.hasWalked(A,i))continue;this.hasWalkedCache.storeWalked(A,i)}if(typeof p=="string"){let i=p===".."||p===""||p===".";this.matches.add(A.resolve(p),E,i);continue}else if(p===zt){(!A.isSymbolicLink()||this.follow||i.checkFollowGlobstar())&&this.subwalks.add(A,i);let g=C?.pattern(),p=C?.rest();if(!C||(g===""||g===".")&&!p)this.matches.add(A,E,g===""||g===".");else if(g===".."){let i=A.parent||A;p?this.hasWalkedCache.hasWalked(i,p)||this.subwalks.add(i,p):this.matches.add(i,E,!0)}}else p instanceof RegExp&&this.subwalks.add(A,i)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(A,i){let g=this.subwalks.get(A),E=this.child();for(let A of i)for(let i of g){let g=i.isAbsolute(),p=i.pattern(),C=i.rest();p===zt?E.testGlobstar(A,i,C,g):p instanceof RegExp?E.testRegExp(A,p,C,g):E.testString(A,p,C,g)}return E}testGlobstar(A,i,g,E){if((this.dot||!A.name.startsWith("."))&&(i.hasMore()||this.matches.add(A,E,!1),A.canReaddir()&&(this.follow||!A.isSymbolicLink()?this.subwalks.add(A,i):A.isSymbolicLink()&&(g&&i.checkFollowGlobstar()?this.subwalks.add(A,g):i.markFollowGlobstar()&&this.subwalks.add(A,i)))),g){let i=g.pattern();if(typeof i=="string"&&i!==".."&&i!==""&&i!==".")this.testString(A,i,g.rest(),E);else if(i===".."){let i=A.parent||A;this.subwalks.add(i,g)}else i instanceof RegExp&&this.testRegExp(A,i,g.rest(),E)}}testRegExp(A,i,g,E){i.test(A.name)&&(g?this.subwalks.add(A,g):this.matches.add(A,E,!1))}testString(A,i,g,E){A.isNamed(i)&&(g?this.subwalks.add(A,g):this.matches.add(A,E,!1))}};var Li=(A,i)=>typeof A=="string"?new ir([A],i):Array.isArray(A)?new ir(A,i):A,lr=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#ue=[];#he;#ge;signal;maxDepth;includeChildMatches;constructor(A,i,g){if(this.patterns=A,this.path=i,this.opts=g,this.#ge=!g.posix&&g.platform==="win32"?"\\":"/",this.includeChildMatches=g.includeChildMatches!==!1,(g.ignore||!this.includeChildMatches)&&(this.#he=Li(g.ignore??[],g),!this.includeChildMatches&&typeof this.#he.add!="function")){let A="cannot ignore child matches, ignore lacks add() method.";throw new Error(A)}this.maxDepth=g.maxDepth||1/0,g.signal&&(this.signal=g.signal,this.signal.addEventListener("abort",(()=>{this.#ue.length=0})))}#de(A){return this.seen.has(A)||!!this.#he?.ignored?.(A)}#Ee(A){return!!this.#he?.childrenIgnored?.(A)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let A;for(;!this.paused&&(A=this.#ue.shift());)A()}onResume(A){this.signal?.aborted||(this.paused?this.#ue.push(A):A())}async matchCheck(A,i){if(i&&this.opts.nodir)return;let g;if(this.opts.realpath){if(g=A.realpathCached()||await A.realpath(),!g)return;A=g}let E=A.isUnknown()||this.opts.stat?await A.lstat():A;if(this.opts.follow&&this.opts.nodir&&E?.isSymbolicLink()){let A=await E.realpath();A&&(A.isUnknown()||this.opts.stat)&&await A.lstat()}return this.matchCheckTest(E,i)}matchCheckTest(A,i){return A&&(this.maxDepth===1/0||A.depth()<=this.maxDepth)&&(!i||A.canReaddir())&&(!this.opts.nodir||!A.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!A.isSymbolicLink()||!A.realpathCached()?.isDirectory())&&!this.#de(A)?A:void 0}matchCheckSync(A,i){if(i&&this.opts.nodir)return;let g;if(this.opts.realpath){if(g=A.realpathCached()||A.realpathSync(),!g)return;A=g}let E=A.isUnknown()||this.opts.stat?A.lstatSync():A;if(this.opts.follow&&this.opts.nodir&&E?.isSymbolicLink()){let A=E.realpathSync();A&&(A?.isUnknown()||this.opts.stat)&&A.lstatSync()}return this.matchCheckTest(E,i)}matchFinish(A,i){if(this.#de(A))return;if(!this.includeChildMatches&&this.#he?.add){let i=`${A.relativePosix()}/**`;this.#he.add(i)}let g=this.opts.absolute===void 0?i:this.opts.absolute;this.seen.add(A);let E=this.opts.mark&&A.isDirectory()?this.#ge:"";if(this.opts.withFileTypes)this.matchEmit(A);else if(g){let i=this.opts.posix?A.fullpathPosix():A.fullpath();this.matchEmit(i+E)}else{let i=this.opts.posix?A.relativePosix():A.relative(),g=this.opts.dotRelative&&!i.startsWith(".."+this.#ge)?"."+this.#ge:"";this.matchEmit(i?g+i+E:"."+E)}}async match(A,i,g){let E=await this.matchCheck(A,g);E&&this.matchFinish(E,i)}matchSync(A,i,g){let E=this.matchCheckSync(A,g);E&&this.matchFinish(E,i)}walkCB(A,i,g){this.signal?.aborted&&g(),this.walkCB2(A,i,new cr(this.opts),g)}walkCB2(A,i,g,E){if(this.#Ee(A))return E();if(this.signal?.aborted&&E(),this.paused){this.onResume((()=>this.walkCB2(A,i,g,E)));return}g.processPatterns(A,i);let p=1,o=()=>{--p===0&&E()};for(let[A,i,E]of g.matches.entries())this.#de(A)||(p++,this.match(A,i,E).then((()=>o())));for(let A of g.subwalkTargets()){if(this.maxDepth!==1/0&&A.depth()>=this.maxDepth)continue;p++;let i=A.readdirCached();A.calledReaddir()?this.walkCB3(A,i,g,o):A.readdirCB(((i,E)=>this.walkCB3(A,E,g,o)),!0)}o()}walkCB3(A,i,g,E){g=g.filterEntries(A,i);let p=1,o=()=>{--p===0&&E()};for(let[A,i,E]of g.matches.entries())this.#de(A)||(p++,this.match(A,i,E).then((()=>o())));for(let[A,i]of g.subwalks.entries())p++,this.walkCB2(A,i,g.child(),o);o()}walkCBSync(A,i,g){this.signal?.aborted&&g(),this.walkCB2Sync(A,i,new cr(this.opts),g)}walkCB2Sync(A,i,g,E){if(this.#Ee(A))return E();if(this.signal?.aborted&&E(),this.paused){this.onResume((()=>this.walkCB2Sync(A,i,g,E)));return}g.processPatterns(A,i);let p=1,o=()=>{--p===0&&E()};for(let[A,i,E]of g.matches.entries())this.#de(A)||this.matchSync(A,i,E);for(let A of g.subwalkTargets()){if(this.maxDepth!==1/0&&A.depth()>=this.maxDepth)continue;p++;let i=A.readdirSync();this.walkCB3Sync(A,i,g,o)}o()}walkCB3Sync(A,i,g,E){g=g.filterEntries(A,i);let p=1,o=()=>{--p===0&&E()};for(let[A,i,E]of g.matches.entries())this.#de(A)||this.matchSync(A,i,E);for(let[A,i]of g.subwalks.entries())p++,this.walkCB2Sync(A,i,g.child(),o);o()}},ur=class extends lr{matches=new Set;constructor(A,i,g){super(A,i,g)}matchEmit(A){this.matches.add(A)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise(((A,i)=>{this.walkCB(this.path,this.patterns,(()=>{this.signal?.aborted?i(this.signal.reason):A(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}},hr=class extends lr{results;constructor(A,i,g){super(A,i,g),this.results=new VA({signal:this.signal,objectMode:!0}),this.results.on("drain",(()=>this.resume())),this.results.on("resume",(()=>this.resume()))}matchEmit(A){this.results.write(A),this.results.flowing||this.pause()}stream(){let A=this.path;return A.isUnknown()?A.lstat().then((()=>{this.walkCB(A,this.patterns,(()=>this.results.end()))})):this.walkCB(A,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}};var gr=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",dr=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(A,i){if(!i)throw new TypeError("glob options required");if(this.withFileTypes=!!i.withFileTypes,this.signal=i.signal,this.follow=!!i.follow,this.dot=!!i.dot,this.dotRelative=!!i.dotRelative,this.nodir=!!i.nodir,this.mark=!!i.mark,i.cwd?(i.cwd instanceof URL||i.cwd.startsWith("file://"))&&(i.cwd=(0,je.fileURLToPath)(i.cwd)):this.cwd="",this.cwd=i.cwd||"",this.root=i.root,this.magicalBraces=!!i.magicalBraces,this.nobrace=!!i.nobrace,this.noext=!!i.noext,this.realpath=!!i.realpath,this.absolute=i.absolute,this.includeChildMatches=i.includeChildMatches!==!1,this.noglobstar=!!i.noglobstar,this.matchBase=!!i.matchBase,this.maxDepth=typeof i.maxDepth=="number"?i.maxDepth:1/0,this.stat=!!i.stat,this.ignore=i.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof A=="string"&&(A=[A]),this.windowsPathsNoEscape=!!i.windowsPathsNoEscape||i.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(A=A.map((A=>A.replace(/\\/g,"/")))),this.matchBase){if(i.noglobstar)throw new TypeError("base matching requires globstar");A=A.map((A=>A.includes("/")?A:`./**/${A}`))}if(this.pattern=A,this.platform=i.platform||gr,this.opts={...i,platform:this.platform},i.scurry){if(this.scurry=i.scurry,i.nocase!==void 0&&i.nocase!==i.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let A=i.platform==="win32"?qs:i.platform==="darwin"?Xs:i.platform?js:er;this.scurry=new A(this.cwd,{nocase:i.nocase,fs:i.fs})}this.nocase=this.scurry.nocase;let g=this.platform==="darwin"||this.platform==="win32",E={braceExpandMax:1e4,...i,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:g,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},p=this.pattern.map((A=>new tA(A,E))),[C,f]=p.reduce(((A,i)=>(A[0].push(...i.set),A[1].push(...i.globParts),A)),[[],[]]);this.patterns=C.map(((A,i)=>{let g=f[i];if(!g)throw new Error("invalid pattern object");return new sr(A,g,0,this.platform)}))}async walk(){return[...await new ur(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 ur(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 hr(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 hr(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()}};var le=(A,i={})=>{Array.isArray(A)||(A=[A]);for(let g of A)if(new tA(g,i).hasMagic())return!0;return!1};function Bt(A,i={}){return new dr(A,i).streamSync()}function Qe(A,i={}){return new dr(A,i).stream()}function ts(A,i={}){return new dr(A,i).walkSync()}async function Je(A,i={}){return new dr(A,i).walk()}function Ut(A,i={}){return new dr(A,i).iterateSync()}function es(A,i={}){return new dr(A,i).iterate()}var Er=Bt,pr=Object.assign(Qe,{sync:Bt}),Cr=Ut,fr=Object.assign(es,{sync:Ut}),Qr=Object.assign(ts,{stream:Bt,iterate:Ut}),Br=Object.assign(Je,{glob:Je,globSync:ts,sync:Qr,globStream:Qe,stream:pr,globStreamSync:Bt,streamSync:Er,globIterate:es,iterate:fr,globIterateSync:Ut,iterateSync:Cr,Glob:dr,hasMagic:le,escape:tt,unescape:W});Br.glob=Br;var Ir=__nccwpck_require__(7016);var mr=__nccwpck_require__(7884);function isOfficialServer(A){return A==="screeps.com"}function buildSubscribePath(A,i){return"console"}function detectTraceback(A){if(!A)return false;const i=safeDecode(A);return/^\s{4}at /m.test(i)}function detectWarning(A){if(!A||A.length===0)return false;const i=/i.test(A)))}function safeDecode(A){if(typeof A!=="string")return A;let i=A;if(i.includes("%")){try{i=decodeURIComponent(i)}catch(A){}}return i.replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/&/g,"&")}function outputMultiline(A,i="info",g=null){if(!A)return;const E=g?`[${g}] `:"";const p=A.split(/\r?\n/);p.forEach((A=>{const g=`${E}${A}`;if(i==="error")error(g);else if(i==="warning")warning(g);else info(g)}))}function buildProgressMessage(A,i){return`[Monitor] ${A}/${i} ticks elapsed...`}async function writeLogFile(A,i){await B.promises.writeFile(i,A.join("\n"),"utf8")}async function uploadLogArtifacts(A,i="screeps-console-log"){if(!A||A.length===0)return;try{const g=(0,mr.v)();const E=I.dirname(A[0]);await g.uploadArtifact(i,A,E,{continueOnError:true});info(`[Monitor] Console logs uploaded as artifact '${i}'.`)}catch(A){warning(`[Monitor] Could not upload console logs as artifact: ${A.message}`)}}function handleConsoleEvent(A,i,g,E){const{logToFile:p,shard:C}=i;const f=A?.data??{};if(C&&f.shard&&f.shard!==C){return}const Q=f?.messages?.log??[];const B=f?.messages?.results??[];const I=f?.error??null;if(detectWarning(Q)){E.sawWarningLog=true;const A=/A.test(i))).forEach((A=>outputMultiline(safeDecode(A),"warning",f.shard)))}if(Q.some((A=>detectTraceback(A)))){E.sawTraceback=true;E.sawErrorLog=true}const y=[...Q,...B].map(safeDecode);if(y.length>0){if(p){const A=f.shard||"default";if(!g[A])g[A]=[];g[A].push(...y)}else{y.forEach((A=>outputMultiline(A,"info",f.shard)))}}if(I){E.sawErrorLog=true;const A=safeDecode(I);outputMultiline(A,"error",f.shard);if(detectTraceback(A)){E.sawTraceback=true}}}function sleep(A){return new Promise((i=>setTimeout(i,A)))}async function pollUntilDone(A,i,g,E,p,C,f=()=>false){let Q=0;while(Q{handleConsoleEvent(A,i,D,R)}));info(`[Monitor] Watching Screeps console for ${g} ticks`+(y?` on ${y}`:"")+"...");try{await pollUntilDone(A,S,g,y,500,((A,i)=>{if(A>0&&A>=k+p&&A<=i){info(buildProgressMessage(A,i));k=A}}),(()=>{if(i.onTraceback==="fail"&&R.sawTraceback)return true;if(i.onErrorLog==="fail"&&R.sawErrorLog)return true;if(i.onWarningLog==="fail"&&R.sawWarningLog)return true;return false}))}finally{A.socket.disconnect()}const v=Object.keys(D);if(E&&v.length>0){const A=await B.promises.mkdtemp(I.join(C.tmpdir(),"screeps-monitor-"));const i=[];for(const g of v){const E=g==="default"?"screeps_console_log.txt":`${g}_console_log.txt`;const p=I.join(A,E);await writeLogFile(D[g],p);i.push(p)}await uploadLogArtifacts(i)}else if(E){info("[Monitor] No stdout lines were collected; skipping artifact upload.")}info(`[Monitor] Done. sawTraceback=${R.sawTraceback} sawErrorLog=${R.sawErrorLog} sawWarningLog=${R.sawWarningLog}`);return{sawTraceback:R.sawTraceback,sawErrorLog:R.sawErrorLog,sawWarningLog:R.sawWarningLog}}function replacePlaceholders(A,i){const g=(new Date).toISOString();return A.replace(/{{gitHash}}/g,process.env.GITHUB_SHA).replace(/{{gitRef}}/g,process.env.GITHUB_REF).replace(/{{deployTime}}/g,g).replace(/{{hostname}}/g,i)}async function readReplaceAndWriteFiles(A,i,g){let E=i?I.join(i,A):A;E=E.replace(/\\/g,"/");const p=await Br(E);let C=p.map((A=>B.promises.readFile(A,"utf8").then((i=>{i=replacePlaceholders(i,g);return B.promises.writeFile(A,i)}))));await Promise.all(C);return p}async function readFilesIntoDict(A,i){let g=i?I.join(i,A):A;g=g.replace(/\\/g,"/");const E=await Br(g);let p={};let C=E.map((A=>B.promises.readFile(A,"utf8").then((g=>{let E=A;if(i&&A.startsWith(i)){E=E.slice(i.length)}E=I.basename(E,I.extname(E));p[E]=g}))));await Promise.all(C);return p}function validateAuthentication(A,i,g){if(A){if(i||g){return"Token is defined along with username and/or password."}}else{if(!i&&!g){return"Neither token nor password and username are defined."}if(i&&!g){return"Username is defined but no password is provided."}if(!i&&g){return"Password is defined but no username is provided."}}return null}function applyOnAction(A,i,g){if(!i)return;if(A==="warn"){warning(g);return}if(A==="fail"){setFailed(g)}}async function postCode(){const A=getInput("protocol")||"https";const i=getInput("hostname")||"screeps.com";const g=getInput("port")||"443";const E=getInput("path")||"/";const C=getInput("token")||undefined;const f=getInput("username")||undefined;const Q=getInput("password")||undefined;const B=getInput("source-prefix");const I=getInput("pattern")||"*.js";const y=getInput("branch")||"default";const b=getInput("git-replace")||null;if(b){await readReplaceAndWriteFiles(b,B,i)}const D=await readFilesIntoDict(I,B);info(`Trying to upload the following files to ${y}:`);Object.keys(D).forEach((A=>{info(`Key: ${A}`)}));const R={token:C,username:f,password:Q,protocol:A,hostname:i,port:g,path:E};info("login_arguments:");info(JSON.stringify(R,null,2));const k=validateAuthentication(C,f,Q);if(k){error(k);return}let S=new p.Q(R);if(C){const A=await S.code.set(y,D);info(JSON.stringify(A,null,2));info(`Code set successfully to ${y}`)}else{info(`Logging in as user ${f}`);await Promise.resolve().then((()=>S.auth(f,Q,R))).then((()=>S.code.set(y,D))).then((()=>{info(`Code set successfully to ${y}`)})).catch((A=>{error(`Upload error: ${A}`);throw A}))}const v=parseInt(getInput("monitor")||"0",10);if(v>0){const A=await monitorConsole(S,{monitor:v,logToFile:getBooleanInput("log_to_file"),onTraceback:getInput("on_traceback")||"fail",onErrorLog:getInput("on_error_log")||"warn",onWarningLog:getInput("on_warning_log")||"ignore",monitorInterval:parseInt(getInput("monitor_interval")||"10",10),hostname:i,shard:getInput("shard")||undefined});setOutput("saw_traceback",String(A.sawTraceback));setOutput("saw_error_log",String(A.sawErrorLog));setOutput("saw_warning_log",String(A.sawWarningLog));applyOnAction(getInput("on_traceback"),A.sawTraceback,"Screeps console: traceback detected");applyOnAction(getInput("on_error_log"),A.sawErrorLog,"Screeps console: error log output detected");applyOnAction(getInput("on_warning_log"),A.sawWarningLog,"Screeps console: warning log output detected")}}const yr=(0,Ir.fileURLToPath)(import.meta.url);if(process.argv[1]===yr){postCode()}var wr=E.qE;var br=E.UE;var Dr=E.AG;var Rr=E.gm;var kr=E.Lb;var Sr=E.xP;export{wr as applyOnAction,br as postCode,Dr as readFilesIntoDict,Rr as readReplaceAndWriteFiles,kr as replacePlaceholders,Sr as validateAuthentication}; \ No newline at end of file +/*! ws. MIT License. Einar Otto Stangvik */Q[f-4]=g[0];Q[f-3]=g[1];Q[f-2]=g[2];Q[f-1]=g[3];Q[1]=C;if(C===126){Q.writeUInt16BE(p,2)}else if(C===127){Q[2]=Q[3]=0;Q.writeUIntBE(p,4,6)}Q[1]|=128;for(let A=0;A{const{createInflateRaw:E,Z_DEFAULT_WINDOWBITS:p}=g(8522);const{isValidClientWindowBits:C}=g(8625);const f=Buffer.from([0,0,255,255]);const Q=Symbol("kBuffer");const B=Symbol("kLength");class PerMessageDeflate{#re;#S={};constructor(A){this.#S.serverNoContextTakeover=A.has("server_no_context_takeover");this.#S.serverMaxWindowBits=A.get("server_max_window_bits")}decompress(A,i,g){if(!this.#re){let A=p;if(this.#S.serverMaxWindowBits){if(!C(this.#S.serverMaxWindowBits)){g(new Error("Invalid server_max_window_bits"));return}A=Number.parseInt(this.#S.serverMaxWindowBits)}this.#re=E({windowBits:A});this.#re[Q]=[];this.#re[B]=0;this.#re.on("data",(A=>{this.#re[Q].push(A);this.#re[B]+=A.length}));this.#re.on("error",(A=>{this.#re=null;g(A)}))}this.#re.write(A);if(i){this.#re.write(f)}this.#re.flush((()=>{const A=Buffer.concat(this.#re[Q],this.#re[B]);this.#re[Q].length=0;this.#re[B]=0;g(null,A)}))}}A.exports={PerMessageDeflate:PerMessageDeflate}},1652:(A,i,g)=>{const{Writable:E}=g(7075);const p=g(4589);const{parserStates:C,opcodes:f,states:Q,emptyBuffer:B,sentCloseFrameState:I}=g(736);const{kReadyState:y,kSentClose:b,kResponse:D,kReceivedClose:R}=g(1216);const{channels:k}=g(2414);const{isValidStatusCode:S,isValidOpcode:v,failWebsocketConnection:F,websocketMessageReceived:x,utf8Decode:U,isControlFrame:L,isTextBinaryFrame:M,isContinuationFrame:T}=g(8625);const{WebsocketFrameSend:H}=g(3264);const{closeWebSocketConnection:G}=g(6897);const{PerMessageDeflate:Y}=g(9469);class ByteParser extends E{#n=[];#o=0;#ie=false;#a=C.INFO;#c={};#l=[];#d;constructor(A,i){super();this.ws=A;this.#d=i==null?new Map:i;if(this.#d.has("permessage-deflate")){this.#d.set("permessage-deflate",new Y(i))}}_write(A,i,g){this.#n.push(A);this.#o+=A.length;this.#ie=true;this.run(g)}run(A){while(this.#ie){if(this.#a===C.INFO){if(this.#o<2){return A()}const i=this.consume(2);const g=(i[0]&128)!==0;const E=i[0]&15;const p=(i[1]&128)===128;const Q=!g&&E!==f.CONTINUATION;const B=i[1]&127;const I=i[0]&64;const y=i[0]&32;const b=i[0]&16;if(!v(E)){F(this.ws,"Invalid opcode received");return A()}if(p){F(this.ws,"Frame cannot be masked");return A()}if(I!==0&&!this.#d.has("permessage-deflate")){F(this.ws,"Expected RSV1 to be clear.");return}if(y!==0||b!==0){F(this.ws,"RSV1, RSV2, RSV3 must be clear");return}if(Q&&!M(E)){F(this.ws,"Invalid frame type was fragmented.");return}if(M(E)&&this.#l.length>0){F(this.ws,"Expected continuation frame");return}if(this.#c.fragmented&&Q){F(this.ws,"Fragmented frame exceeded 125 bytes.");return}if((B>125||Q)&&L(E)){F(this.ws,"Control frame either too large or fragmented");return}if(T(E)&&this.#l.length===0&&!this.#c.compressed){F(this.ws,"Unexpected continuation frame");return}if(B<=125){this.#c.payloadLength=B;this.#a=C.READ_DATA}else if(B===126){this.#a=C.PAYLOADLENGTH_16}else if(B===127){this.#a=C.PAYLOADLENGTH_64}if(M(E)){this.#c.binaryType=E;this.#c.compressed=I!==0}this.#c.opcode=E;this.#c.masked=p;this.#c.fin=g;this.#c.fragmented=Q}else if(this.#a===C.PAYLOADLENGTH_16){if(this.#o<2){return A()}const i=this.consume(2);this.#c.payloadLength=i.readUInt16BE(0);this.#a=C.READ_DATA}else if(this.#a===C.PAYLOADLENGTH_64){if(this.#o<8){return A()}const i=this.consume(8);const g=i.readUInt32BE(0);if(g>2**31-1){F(this.ws,"Received payload length > 2^31 bytes.");return}const E=i.readUInt32BE(4);this.#c.payloadLength=(g<<8)+E;this.#a=C.READ_DATA}else if(this.#a===C.READ_DATA){if(this.#o{if(i){G(this.ws,1007,i.message,i.message.length);return}this.#l.push(g);if(!this.#c.fin){this.#a=C.INFO;this.#ie=true;this.run(A);return}x(this.ws,this.#c.binaryType,Buffer.concat(this.#l));this.#ie=true;this.#a=C.INFO;this.#l.length=0;this.run(A)}));this.#ie=false;break}}}}}consume(A){if(A>this.#o){throw new Error("Called consume() before buffers satiated.")}else if(A===0){return B}if(this.#n[0].length===A){this.#o-=this.#n[0].length;return this.#n.shift()}const i=Buffer.allocUnsafe(A);let g=0;while(g!==A){const E=this.#n[0];const{length:p}=E;if(p+g===A){i.set(this.#n.shift(),g);break}else if(p+g>A){i.set(E.subarray(0,A-g),g);this.#n[0]=E.subarray(A-g);break}else{i.set(this.#n.shift(),g);g+=E.length}}this.#o-=A;return i}parseCloseBody(A){p(A.length!==1);let i;if(A.length>=2){i=A.readUInt16BE(0)}if(i!==undefined&&!S(i)){return{code:1002,reason:"Invalid status code",error:true}}let g=A.subarray(2);if(g[0]===239&&g[1]===187&&g[2]===191){g=g.subarray(3)}try{g=U(g)}catch{return{code:1007,reason:"Invalid UTF-8",error:true}}return{code:i,reason:g,error:false}}parseControlFrame(A){const{opcode:i,payloadLength:g}=this.#c;if(i===f.CLOSE){if(g===1){F(this.ws,"Received close frame with a 1-byte body.");return false}this.#c.closeInfo=this.parseCloseBody(A);if(this.#c.closeInfo.error){const{code:A,reason:i}=this.#c.closeInfo;G(this.ws,A,i,i.length);F(this.ws,i);return false}if(this.ws[b]!==I.SENT){let A=B;if(this.#c.closeInfo.code){A=Buffer.allocUnsafe(2);A.writeUInt16BE(this.#c.closeInfo.code,0)}const i=new H(A);this.ws[D].socket.write(i.createFrame(f.CLOSE),(A=>{if(!A){this.ws[b]=I.SENT}}))}this.ws[y]=Q.CLOSING;this.ws[R]=true;return false}else if(i===f.PING){if(!this.ws[R]){const i=new H(A);this.ws[D].socket.write(i.createFrame(f.PONG));if(k.ping.hasSubscribers){k.ping.publish({payload:A})}}}else if(i===f.PONG){if(k.pong.hasSubscribers){k.pong.publish({payload:A})}}return true}get closingInfo(){return this.#c.closeInfo}}A.exports={ByteParser:ByteParser}},3900:(A,i,g)=>{const{WebsocketFrameSend:E}=g(3264);const{opcodes:p,sendHints:C}=g(736);const f=g(4660);const Q=Buffer[Symbol.species];class SendQueue{#ne=new f;#oe=false;#ae;constructor(A){this.#ae=A}add(A,i,g){if(g!==C.blob){const E=createFrame(A,g);if(!this.#oe){this.#ae.write(E,i)}else{const A={promise:null,callback:i,frame:E};this.#ne.push(A)}return}const E={promise:A.arrayBuffer().then((A=>{E.promise=null;E.frame=createFrame(A,g)})),callback:i,frame:null};this.#ne.push(E);if(!this.#oe){this.#ce()}}async#ce(){this.#oe=true;const A=this.#ne;while(!A.isEmpty()){const i=A.shift();if(i.promise!==null){await i.promise}this.#ae.write(i.frame,i.callback);i.callback=i.frame=null}this.#oe=false}}function createFrame(A,i){return new E(toBuffer(A,i)).createFrame(i===C.string?p.TEXT:p.BINARY)}function toBuffer(A,i){switch(i){case C.string:return Buffer.from(A);case C.arrayBuffer:case C.blob:return new Q(A);case C.typedArray:return new Q(A.buffer,A.byteOffset,A.byteLength)}}A.exports={SendQueue:SendQueue}},1216:A=>{A.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")}},8625:(A,i,g)=>{const{kReadyState:E,kController:p,kResponse:C,kBinaryType:f,kWebSocketURL:Q}=g(1216);const{states:B,opcodes:I}=g(736);const{ErrorEvent:y,createFastMessageEvent:b}=g(5188);const{isUtf8:D}=g(4573);const{collectASequenceOfCodePointsFast:R,removeHTTPWhitespace:k}=g(1900);function isConnecting(A){return A[E]===B.CONNECTING}function isEstablished(A){return A[E]===B.OPEN}function isClosing(A){return A[E]===B.CLOSING}function isClosed(A){return A[E]===B.CLOSED}function fireEvent(A,i,g=(A,i)=>new Event(A,i),E={}){const p=g(A,E);i.dispatchEvent(p)}function websocketMessageReceived(A,i,g){if(A[E]!==B.OPEN){return}let p;if(i===I.TEXT){try{p=F(g)}catch{failWebsocketConnection(A,"Received invalid UTF-8 in text frame.");return}}else if(i===I.BINARY){if(A[f]==="blob"){p=new Blob([g])}else{p=toArrayBuffer(g)}}fireEvent("message",A,b,{origin:A[Q].origin,data:p})}function toArrayBuffer(A){if(A.byteLength===A.buffer.byteLength){return A.buffer}return A.buffer.slice(A.byteOffset,A.byteOffset+A.byteLength)}function isValidSubprotocol(A){if(A.length===0){return false}for(let i=0;i126||g===34||g===40||g===41||g===44||g===47||g===58||g===59||g===60||g===61||g===62||g===63||g===64||g===91||g===92||g===93||g===123||g===125){return false}}return true}function isValidStatusCode(A){if(A>=1e3&&A<1015){return A!==1004&&A!==1005&&A!==1006}return A>=3e3&&A<=4999}function failWebsocketConnection(A,i){const{[p]:g,[C]:E}=A;g.abort();if(E?.socket&&!E.socket.destroyed){E.socket.destroy()}if(i){fireEvent("error",A,((A,i)=>new y(A,i)),{error:new Error(i),message:i})}}function isControlFrame(A){return A===I.CLOSE||A===I.PING||A===I.PONG}function isContinuationFrame(A){return A===I.CONTINUATION}function isTextBinaryFrame(A){return A===I.TEXT||A===I.BINARY}function isValidOpcode(A){return isTextBinaryFrame(A)||isContinuationFrame(A)||isControlFrame(A)}function parseExtensions(A){const i={position:0};const g=new Map;while(i.position57){return false}}return true}const S=typeof process.versions.icu==="string";const v=S?new TextDecoder("utf-8",{fatal:true}):undefined;const F=S?v.decode.bind(v):function(A){if(D(A)){return A.toString("utf-8")}throw new TypeError("Invalid utf-8 received.")};A.exports={isConnecting:isConnecting,isEstablished:isEstablished,isClosing:isClosing,isClosed:isClosed,fireEvent:fireEvent,isValidSubprotocol:isValidSubprotocol,isValidStatusCode:isValidStatusCode,failWebsocketConnection:failWebsocketConnection,websocketMessageReceived:websocketMessageReceived,utf8Decode:F,isControlFrame:isControlFrame,isContinuationFrame:isContinuationFrame,isTextBinaryFrame:isTextBinaryFrame,isValidOpcode:isValidOpcode,parseExtensions:parseExtensions,isValidClientWindowBits:isValidClientWindowBits}},3726:(A,i,g)=>{const{webidl:E}=g(5893);const{URLSerializer:p}=g(1900);const{environmentSettingsObject:C}=g(3168);const{staticPropertyDescriptors:f,states:Q,sentCloseFrameState:B,sendHints:I}=g(736);const{kWebSocketURL:y,kReadyState:b,kController:D,kBinaryType:R,kResponse:k,kSentClose:S,kByteParser:v}=g(1216);const{isConnecting:F,isEstablished:x,isClosing:U,isValidSubprotocol:L,fireEvent:M}=g(8625);const{establishWebSocketConnection:T,closeWebSocketConnection:H}=g(6897);const{ByteParser:G}=g(1652);const{kEnumerableProperty:Y,isBlobLike:J}=g(3440);const{getGlobalDispatcher:_}=g(2581);const{types:V}=g(7975);const{ErrorEvent:P,CloseEvent:j}=g(5188);const{SendQueue:z}=g(3900);class WebSocket extends EventTarget{#u={open:null,error:null,close:null,message:null};#h=0;#g="";#d="";#le;constructor(A,i=[]){super();E.util.markAsUncloneable(this);const g="WebSocket constructor";E.argumentLengthCheck(arguments,1,g);const p=E.converters["DOMString or sequence or WebSocketInit"](i,g,"options");A=E.converters.USVString(A,g,"url");i=p.protocols;const f=C.settingsObject.baseUrl;let Q;try{Q=new URL(A,f)}catch(A){throw new DOMException(A,"SyntaxError")}if(Q.protocol==="http:"){Q.protocol="ws:"}else if(Q.protocol==="https:"){Q.protocol="wss:"}if(Q.protocol!=="ws:"&&Q.protocol!=="wss:"){throw new DOMException(`Expected a ws: or wss: protocol, got ${Q.protocol}`,"SyntaxError")}if(Q.hash||Q.href.endsWith("#")){throw new DOMException("Got fragment","SyntaxError")}if(typeof i==="string"){i=[i]}if(i.length!==new Set(i.map((A=>A.toLowerCase()))).size){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}if(i.length>0&&!i.every((A=>L(A)))){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}this[y]=new URL(Q.href);const I=C.settingsObject;this[D]=T(Q,i,I,this,((A,i)=>this.#E(A,i)),p);this[b]=WebSocket.CONNECTING;this[S]=B.NOT_SENT;this[R]="blob"}close(A=undefined,i=undefined){E.brandCheck(this,WebSocket);const g="WebSocket.close";if(A!==undefined){A=E.converters["unsigned short"](A,g,"code",{clamp:true})}if(i!==undefined){i=E.converters.USVString(i,g,"reason")}if(A!==undefined){if(A!==1e3&&(A<3e3||A>4999)){throw new DOMException("invalid code","InvalidAccessError")}}let p=0;if(i!==undefined){p=Buffer.byteLength(i);if(p>123){throw new DOMException(`Reason must be less than 123 bytes; received ${p}`,"SyntaxError")}}H(this,A,i,p)}send(A){E.brandCheck(this,WebSocket);const i="WebSocket.send";E.argumentLengthCheck(arguments,1,i);A=E.converters.WebSocketSendData(A,i,"data");if(F(this)){throw new DOMException("Sent before connected.","InvalidStateError")}if(!x(this)||U(this)){return}if(typeof A==="string"){const i=Buffer.byteLength(A);this.#h+=i;this.#le.add(A,(()=>{this.#h-=i}),I.string)}else if(V.isArrayBuffer(A)){this.#h+=A.byteLength;this.#le.add(A,(()=>{this.#h-=A.byteLength}),I.arrayBuffer)}else if(ArrayBuffer.isView(A)){this.#h+=A.byteLength;this.#le.add(A,(()=>{this.#h-=A.byteLength}),I.typedArray)}else if(J(A)){this.#h+=A.size;this.#le.add(A,(()=>{this.#h-=A.size}),I.blob)}}get readyState(){E.brandCheck(this,WebSocket);return this[b]}get bufferedAmount(){E.brandCheck(this,WebSocket);return this.#h}get url(){E.brandCheck(this,WebSocket);return p(this[y])}get extensions(){E.brandCheck(this,WebSocket);return this.#d}get protocol(){E.brandCheck(this,WebSocket);return this.#g}get onopen(){E.brandCheck(this,WebSocket);return this.#u.open}set onopen(A){E.brandCheck(this,WebSocket);if(this.#u.open){this.removeEventListener("open",this.#u.open)}if(typeof A==="function"){this.#u.open=A;this.addEventListener("open",A)}else{this.#u.open=null}}get onerror(){E.brandCheck(this,WebSocket);return this.#u.error}set onerror(A){E.brandCheck(this,WebSocket);if(this.#u.error){this.removeEventListener("error",this.#u.error)}if(typeof A==="function"){this.#u.error=A;this.addEventListener("error",A)}else{this.#u.error=null}}get onclose(){E.brandCheck(this,WebSocket);return this.#u.close}set onclose(A){E.brandCheck(this,WebSocket);if(this.#u.close){this.removeEventListener("close",this.#u.close)}if(typeof A==="function"){this.#u.close=A;this.addEventListener("close",A)}else{this.#u.close=null}}get onmessage(){E.brandCheck(this,WebSocket);return this.#u.message}set onmessage(A){E.brandCheck(this,WebSocket);if(this.#u.message){this.removeEventListener("message",this.#u.message)}if(typeof A==="function"){this.#u.message=A;this.addEventListener("message",A)}else{this.#u.message=null}}get binaryType(){E.brandCheck(this,WebSocket);return this[R]}set binaryType(A){E.brandCheck(this,WebSocket);if(A!=="blob"&&A!=="arraybuffer"){this[R]="blob"}else{this[R]=A}}#E(A,i){this[k]=A;const g=new G(this,i);g.on("drain",onParserDrain);g.on("error",onParserError.bind(this));A.socket.ws=this;this[v]=g;this.#le=new z(A.socket);this[b]=Q.OPEN;const E=A.headersList.get("sec-websocket-extensions");if(E!==null){this.#d=E}const p=A.headersList.get("sec-websocket-protocol");if(p!==null){this.#g=p}M("open",this)}}WebSocket.CONNECTING=WebSocket.prototype.CONNECTING=Q.CONNECTING;WebSocket.OPEN=WebSocket.prototype.OPEN=Q.OPEN;WebSocket.CLOSING=WebSocket.prototype.CLOSING=Q.CLOSING;WebSocket.CLOSED=WebSocket.prototype.CLOSED=Q.CLOSED;Object.defineProperties(WebSocket.prototype,{CONNECTING:f,OPEN:f,CLOSING:f,CLOSED:f,url:Y,readyState:Y,bufferedAmount:Y,onopen:Y,onerror:Y,onclose:Y,close:Y,onmessage:Y,binaryType:Y,send:Y,extensions:Y,protocol:Y,[Symbol.toStringTag]:{value:"WebSocket",writable:false,enumerable:false,configurable:true}});Object.defineProperties(WebSocket,{CONNECTING:f,OPEN:f,CLOSING:f,CLOSED:f});E.converters["sequence"]=E.sequenceConverter(E.converters.DOMString);E.converters["DOMString or sequence"]=function(A,i,g){if(E.util.Type(A)==="Object"&&Symbol.iterator in A){return E.converters["sequence"](A)}return E.converters.DOMString(A,i,g)};E.converters.WebSocketInit=E.dictionaryConverter([{key:"protocols",converter:E.converters["DOMString or sequence"],defaultValue:()=>new Array(0)},{key:"dispatcher",converter:E.converters.any,defaultValue:()=>_()},{key:"headers",converter:E.nullableConverter(E.converters.HeadersInit)}]);E.converters["DOMString or sequence or WebSocketInit"]=function(A){if(E.util.Type(A)==="Object"&&!(Symbol.iterator in A)){return E.converters.WebSocketInit(A)}return{protocols:E.converters["DOMString or sequence"](A)}};E.converters.WebSocketSendData=function(A){if(E.util.Type(A)==="Object"){if(J(A)){return E.converters.Blob(A,{strict:false})}if(ArrayBuffer.isView(A)||V.isArrayBuffer(A)){return E.converters.BufferSource(A)}}return E.converters.USVString(A)};function onParserDrain(){this.ws[k].socket.resume()}function onParserError(A){let i;let g;if(A instanceof j){i=A.reason;g=A.code}else{i=A.message}M("error",this,(()=>new P("error",{error:A,message:i})));H(this,g)}A.exports={WebSocket:WebSocket}},1354:(A,i,g)=>{const E=g(6681);E.createWebSocketStream=g(6412);E.Server=g(129);E.Receiver=g(893);E.Sender=g(7389);A.exports=E},5803:(A,i,g)=>{const{EMPTY_BUFFER:E}=g(1791);function concat(A,i){if(A.length===0)return E;if(A.length===1)return A[0];const g=Buffer.allocUnsafe(i);let p=0;for(let i=0;i{A.exports={BINARY_TYPES:["nodebuffer","arraybuffer","fragments"],GUID:"258EAFA5-E914-47DA-95CA-C5AB0DC85B11",kStatusCode:Symbol("status-code"),kWebSocket:Symbol("websocket"),EMPTY_BUFFER:Buffer.alloc(0),NOOP:()=>{}}},4634:A=>{class Event{constructor(A,i){this.target=i;this.type=A}}class MessageEvent extends Event{constructor(A,i){super("message",i);this.data=A}}class CloseEvent extends Event{constructor(A,i,g){super("close",g);this.wasClean=g._closeFrameReceived&&g._closeFrameSent;this.reason=i;this.code=A}}class OpenEvent extends Event{constructor(A){super("open",A)}}class ErrorEvent extends Event{constructor(A,i){super("error",i);this.message=A.message;this.error=A}}const i={addEventListener(A,i,g){if(typeof i!=="function")return;function onMessage(A){i.call(this,new MessageEvent(A,this))}function onClose(A,g){i.call(this,new CloseEvent(A,g,this))}function onError(A){i.call(this,new ErrorEvent(A,this))}function onOpen(){i.call(this,new OpenEvent(this))}const E=g&&g.once?"once":"on";if(A==="message"){onMessage._listener=i;this[E](A,onMessage)}else if(A==="close"){onClose._listener=i;this[E](A,onClose)}else if(A==="error"){onError._listener=i;this[E](A,onError)}else if(A==="open"){onOpen._listener=i;this[E](A,onOpen)}else{this[E](A,i)}},removeEventListener(A,i){const g=this.listeners(A);for(let E=0;E{const i=[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,1,0,1,1,1,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,0];function push(A,i,g){if(A[i]===undefined)A[i]=[g];else A[i].push(g)}function parse(A){const g=Object.create(null);if(A===undefined||A==="")return g;let E=Object.create(null);let p=false;let C=false;let f=false;let Q;let B;let I=-1;let y=-1;let b=0;for(;b{let g=A[i];if(!Array.isArray(g))g=[g];return g.map((A=>[i].concat(Object.keys(A).map((i=>{let g=A[i];if(!Array.isArray(g))g=[g];return g.map((A=>A===true?i:`${i}=${A}`)).join("; ")}))).join("; "))).join(", ")})).join(", ")}A.exports={format:format,parse:parse}},958:A=>{const i=Symbol("kDone");const g=Symbol("kRun");class Limiter{constructor(A){this[i]=()=>{this.pending--;this[g]()};this.concurrency=A||Infinity;this.jobs=[];this.pending=0}add(A){this.jobs.push(A);this[g]()}[g](){if(this.pending===this.concurrency)return;if(this.jobs.length){const A=this.jobs.shift();this.pending++;A(this[i])}}}A.exports=Limiter},4376:(A,i,g)=>{const E=g(3106);const p=g(5803);const C=g(958);const{kStatusCode:f,NOOP:Q}=g(1791);const B=Buffer.from([0,0,255,255]);const I=Symbol("permessage-deflate");const y=Symbol("total-length");const b=Symbol("callback");const D=Symbol("buffers");const R=Symbol("error");let k;class PerMessageDeflate{constructor(A,i,g){this._maxPayload=g|0;this._options=A||{};this._threshold=this._options.threshold!==undefined?this._options.threshold:1024;this._isServer=!!i;this._deflate=null;this._inflate=null;this.params=null;if(!k){const A=this._options.concurrencyLimit!==undefined?this._options.concurrencyLimit:10;k=new C(A)}}static get extensionName(){return"permessage-deflate"}offer(){const A={};if(this._options.serverNoContextTakeover){A.server_no_context_takeover=true}if(this._options.clientNoContextTakeover){A.client_no_context_takeover=true}if(this._options.serverMaxWindowBits){A.server_max_window_bits=this._options.serverMaxWindowBits}if(this._options.clientMaxWindowBits){A.client_max_window_bits=this._options.clientMaxWindowBits}else if(this._options.clientMaxWindowBits==null){A.client_max_window_bits=true}return A}accept(A){A=this.normalizeParams(A);this.params=this._isServer?this.acceptAsServer(A):this.acceptAsClient(A);return this.params}cleanup(){if(this._inflate){this._inflate.close();this._inflate=null}if(this._deflate){const A=this._deflate[b];this._deflate.close();this._deflate=null;if(A){A(new Error("The deflate stream was closed while data was being processed"))}}}acceptAsServer(A){const i=this._options;const g=A.find((A=>{if(i.serverNoContextTakeover===false&&A.server_no_context_takeover||A.server_max_window_bits&&(i.serverMaxWindowBits===false||typeof i.serverMaxWindowBits==="number"&&i.serverMaxWindowBits>A.server_max_window_bits)||typeof i.clientMaxWindowBits==="number"&&!A.client_max_window_bits){return false}return true}));if(!g){throw new Error("None of the extension offers can be accepted")}if(i.serverNoContextTakeover){g.server_no_context_takeover=true}if(i.clientNoContextTakeover){g.client_no_context_takeover=true}if(typeof i.serverMaxWindowBits==="number"){g.server_max_window_bits=i.serverMaxWindowBits}if(typeof i.clientMaxWindowBits==="number"){g.client_max_window_bits=i.clientMaxWindowBits}else if(g.client_max_window_bits===true||i.clientMaxWindowBits===false){delete g.client_max_window_bits}return g}acceptAsClient(A){const i=A[0];if(this._options.clientNoContextTakeover===false&&i.client_no_context_takeover){throw new Error('Unexpected parameter "client_no_context_takeover"')}if(!i.client_max_window_bits){if(typeof this._options.clientMaxWindowBits==="number"){i.client_max_window_bits=this._options.clientMaxWindowBits}}else if(this._options.clientMaxWindowBits===false||typeof this._options.clientMaxWindowBits==="number"&&i.client_max_window_bits>this._options.clientMaxWindowBits){throw new Error('Unexpected or invalid parameter "client_max_window_bits"')}return i}normalizeParams(A){A.forEach((A=>{Object.keys(A).forEach((i=>{let g=A[i];if(g.length>1){throw new Error(`Parameter "${i}" must have only a single value`)}g=g[0];if(i==="client_max_window_bits"){if(g!==true){const A=+g;if(!Number.isInteger(A)||A<8||A>15){throw new TypeError(`Invalid value for parameter "${i}": ${g}`)}g=A}else if(!this._isServer){throw new TypeError(`Invalid value for parameter "${i}": ${g}`)}}else if(i==="server_max_window_bits"){const A=+g;if(!Number.isInteger(A)||A<8||A>15){throw new TypeError(`Invalid value for parameter "${i}": ${g}`)}g=A}else if(i==="client_no_context_takeover"||i==="server_no_context_takeover"){if(g!==true){throw new TypeError(`Invalid value for parameter "${i}": ${g}`)}}else{throw new Error(`Unknown parameter "${i}"`)}A[i]=g}))}));return A}decompress(A,i,g){k.add((E=>{this._decompress(A,i,((A,i)=>{E();g(A,i)}))}))}compress(A,i,g){k.add((E=>{this._compress(A,i,((A,i)=>{E();g(A,i)}))}))}_decompress(A,i,g){const C=this._isServer?"client":"server";if(!this._inflate){const A=`${C}_max_window_bits`;const i=typeof this.params[A]!=="number"?E.Z_DEFAULT_WINDOWBITS:this.params[A];this._inflate=E.createInflateRaw({...this._options.zlibInflateOptions,windowBits:i});this._inflate[I]=this;this._inflate[y]=0;this._inflate[D]=[];this._inflate.on("error",inflateOnError);this._inflate.on("data",inflateOnData)}this._inflate[b]=g;this._inflate.write(A);if(i)this._inflate.write(B);this._inflate.flush((()=>{const A=this._inflate[R];if(A){this._inflate.close();this._inflate=null;g(A);return}const E=p.concat(this._inflate[D],this._inflate[y]);if(this._inflate._readableState.endEmitted){this._inflate.close();this._inflate=null}else{this._inflate[y]=0;this._inflate[D]=[];if(i&&this.params[`${C}_no_context_takeover`]){this._inflate.reset()}}g(null,E)}))}_compress(A,i,g){const C=this._isServer?"server":"client";if(!this._deflate){const A=`${C}_max_window_bits`;const i=typeof this.params[A]!=="number"?E.Z_DEFAULT_WINDOWBITS:this.params[A];this._deflate=E.createDeflateRaw({...this._options.zlibDeflateOptions,windowBits:i});this._deflate[y]=0;this._deflate[D]=[];this._deflate.on("error",Q);this._deflate.on("data",deflateOnData)}this._deflate[b]=g;this._deflate.write(A);this._deflate.flush(E.Z_SYNC_FLUSH,(()=>{if(!this._deflate){return}let A=p.concat(this._deflate[D],this._deflate[y]);if(i)A=A.slice(0,A.length-4);this._deflate[b]=null;this._deflate[y]=0;this._deflate[D]=[];if(i&&this.params[`${C}_no_context_takeover`]){this._deflate.reset()}g(null,A)}))}}A.exports=PerMessageDeflate;function deflateOnData(A){this[D].push(A);this[y]+=A.length}function inflateOnData(A){this[y]+=A.length;if(this[I]._maxPayload<1||this[y]<=this[I]._maxPayload){this[D].push(A);return}this[R]=new RangeError("Max payload size exceeded");this[R].code="WS_ERR_UNSUPPORTED_MESSAGE_LENGTH";this[R][f]=1009;this.removeListener("data",inflateOnData);this.reset()}function inflateOnError(A){this[I]._inflate=null;A[f]=1007;this[b](A)}},893:(A,i,g)=>{const{Writable:E}=g(2203);const p=g(4376);const{BINARY_TYPES:C,EMPTY_BUFFER:f,kStatusCode:Q,kWebSocket:B}=g(1791);const{concat:I,toArrayBuffer:y,unmask:b}=g(5803);const{isValidStatusCode:D,isValidUTF8:R}=g(6615);const k=0;const S=1;const v=2;const F=3;const x=4;const U=5;class Receiver extends E{constructor(A,i,g,E){super();this._binaryType=A||C[0];this[B]=undefined;this._extensions=i||{};this._isServer=!!g;this._maxPayload=E|0;this._bufferedBytes=0;this._buffers=[];this._compressed=false;this._payloadLength=0;this._mask=undefined;this._fragmented=0;this._masked=false;this._fin=false;this._opcode=0;this._totalPayloadLength=0;this._messageLength=0;this._fragments=[];this._state=k;this._loop=false}_write(A,i,g){if(this._opcode===8&&this._state==k)return g();this._bufferedBytes+=A.length;this._buffers.push(A);this.startLoop(g)}consume(A){this._bufferedBytes-=A;if(A===this._buffers[0].length)return this._buffers.shift();if(A=g.length){i.set(this._buffers.shift(),E)}else{i.set(new Uint8Array(g.buffer,g.byteOffset,A),E);this._buffers[0]=g.slice(A)}A-=g.length}while(A>0);return i}startLoop(A){let i;this._loop=true;do{switch(this._state){case k:i=this.getInfo();break;case S:i=this.getPayloadLength16();break;case v:i=this.getPayloadLength64();break;case F:this.getMask();break;case x:i=this.getData(A);break;default:this._loop=false;return}}while(this._loop);A(i)}getInfo(){if(this._bufferedBytes<2){this._loop=false;return}const A=this.consume(2);if((A[0]&48)!==0){this._loop=false;return error(RangeError,"RSV2 and RSV3 must be clear",true,1002,"WS_ERR_UNEXPECTED_RSV_2_3")}const i=(A[0]&64)===64;if(i&&!this._extensions[p.extensionName]){this._loop=false;return error(RangeError,"RSV1 must be clear",true,1002,"WS_ERR_UNEXPECTED_RSV_1")}this._fin=(A[0]&128)===128;this._opcode=A[0]&15;this._payloadLength=A[1]&127;if(this._opcode===0){if(i){this._loop=false;return error(RangeError,"RSV1 must be clear",true,1002,"WS_ERR_UNEXPECTED_RSV_1")}if(!this._fragmented){this._loop=false;return error(RangeError,"invalid opcode 0",true,1002,"WS_ERR_INVALID_OPCODE")}this._opcode=this._fragmented}else if(this._opcode===1||this._opcode===2){if(this._fragmented){this._loop=false;return error(RangeError,`invalid opcode ${this._opcode}`,true,1002,"WS_ERR_INVALID_OPCODE")}this._compressed=i}else if(this._opcode>7&&this._opcode<11){if(!this._fin){this._loop=false;return error(RangeError,"FIN must be set",true,1002,"WS_ERR_EXPECTED_FIN")}if(i){this._loop=false;return error(RangeError,"RSV1 must be clear",true,1002,"WS_ERR_UNEXPECTED_RSV_1")}if(this._payloadLength>125){this._loop=false;return error(RangeError,`invalid payload length ${this._payloadLength}`,true,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH")}}else{this._loop=false;return error(RangeError,`invalid opcode ${this._opcode}`,true,1002,"WS_ERR_INVALID_OPCODE")}if(!this._fin&&!this._fragmented)this._fragmented=this._opcode;this._masked=(A[1]&128)===128;if(this._isServer){if(!this._masked){this._loop=false;return error(RangeError,"MASK must be set",true,1002,"WS_ERR_EXPECTED_MASK")}}else if(this._masked){this._loop=false;return error(RangeError,"MASK must be clear",true,1002,"WS_ERR_UNEXPECTED_MASK")}if(this._payloadLength===126)this._state=S;else if(this._payloadLength===127)this._state=v;else return this.haveLength()}getPayloadLength16(){if(this._bufferedBytes<2){this._loop=false;return}this._payloadLength=this.consume(2).readUInt16BE(0);return this.haveLength()}getPayloadLength64(){if(this._bufferedBytes<8){this._loop=false;return}const A=this.consume(8);const i=A.readUInt32BE(0);if(i>Math.pow(2,53-32)-1){this._loop=false;return error(RangeError,"Unsupported WebSocket frame: payload length > 2^53 - 1",false,1009,"WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH")}this._payloadLength=i*Math.pow(2,32)+A.readUInt32BE(4);return this.haveLength()}haveLength(){if(this._payloadLength&&this._opcode<8){this._totalPayloadLength+=this._payloadLength;if(this._totalPayloadLength>this._maxPayload&&this._maxPayload>0){this._loop=false;return error(RangeError,"Max payload size exceeded",false,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH")}}if(this._masked)this._state=F;else this._state=x}getMask(){if(this._bufferedBytes<4){this._loop=false;return}this._mask=this.consume(4);this._state=x}getData(A){let i=f;if(this._payloadLength){if(this._bufferedBytes7)return this.controlMessage(i);if(this._compressed){this._state=U;this.decompress(i,A);return}if(i.length){this._messageLength=this._totalPayloadLength;this._fragments.push(i)}return this.dataMessage()}decompress(A,i){const g=this._extensions[p.extensionName];g.decompress(A,this._fin,((A,g)=>{if(A)return i(A);if(g.length){this._messageLength+=g.length;if(this._messageLength>this._maxPayload&&this._maxPayload>0){return i(error(RangeError,"Max payload size exceeded",false,1009,"WS_ERR_UNSUPPORTED_MESSAGE_LENGTH"))}this._fragments.push(g)}const E=this.dataMessage();if(E)return i(E);this.startLoop(i)}))}dataMessage(){if(this._fin){const A=this._messageLength;const i=this._fragments;this._totalPayloadLength=0;this._messageLength=0;this._fragmented=0;this._fragments=[];if(this._opcode===2){let g;if(this._binaryType==="nodebuffer"){g=I(i,A)}else if(this._binaryType==="arraybuffer"){g=y(I(i,A))}else{g=i}this.emit("message",g)}else{const g=I(i,A);if(!R(g)){this._loop=false;return error(Error,"invalid UTF-8 sequence",true,1007,"WS_ERR_INVALID_UTF8")}this.emit("message",g.toString())}}this._state=k}controlMessage(A){if(this._opcode===8){this._loop=false;if(A.length===0){this.emit("conclude",1005,"");this.end()}else if(A.length===1){return error(RangeError,"invalid payload length 1",true,1002,"WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH")}else{const i=A.readUInt16BE(0);if(!D(i)){return error(RangeError,`invalid status code ${i}`,true,1002,"WS_ERR_INVALID_CLOSE_CODE")}const g=A.slice(2);if(!R(g)){return error(Error,"invalid UTF-8 sequence",true,1007,"WS_ERR_INVALID_UTF8")}this.emit("conclude",i,g.toString());this.end()}}else if(this._opcode===9){this.emit("ping",A)}else{this.emit("pong",A)}this._state=k}}A.exports=Receiver;function error(A,i,g,E,p){const C=new A(g?`Invalid WebSocket frame: ${i}`:i);Error.captureStackTrace(C,error);C.code=p;C[Q]=E;return C}},7389:(A,i,g)=>{const E=g(9278);const p=g(4756);const{randomFillSync:C}=g(6982);const f=g(4376);const{EMPTY_BUFFER:Q}=g(1791);const{isValidStatusCode:B}=g(6615);const{mask:I,toBuffer:y}=g(5803);const b=Buffer.alloc(4);class Sender{constructor(A,i){this._extensions=i||{};this._socket=A;this._firstFragment=true;this._compress=false;this._bufferedBytes=0;this._deflating=false;this._queue=[]}static frame(A,i){const g=i.mask&&i.readOnly;let E=i.mask?6:2;let p=A.length;if(A.length>=65536){E+=8;p=127}else if(A.length>125){E+=2;p=126}const f=Buffer.allocUnsafe(g?A.length+E:E);f[0]=i.fin?i.opcode|128:i.opcode;if(i.rsv1)f[0]|=64;f[1]=p;if(p===126){f.writeUInt16BE(A.length,2)}else if(p===127){f.writeUInt32BE(0,2);f.writeUInt32BE(A.length,6)}if(!i.mask)return[f,A];C(b,0,4);f[1]|=128;f[E-4]=b[0];f[E-3]=b[1];f[E-2]=b[2];f[E-1]=b[3];if(g){I(A,b,f,E,A.length);return[f]}I(A,b,A,0,A.length);return[f,A]}close(A,i,g,E){let p;if(A===undefined){p=Q}else if(typeof A!=="number"||!B(A)){throw new TypeError("First argument must be a valid error code number")}else if(i===undefined||i===""){p=Buffer.allocUnsafe(2);p.writeUInt16BE(A,0)}else{const g=Buffer.byteLength(i);if(g>123){throw new RangeError("The message must not be greater than 123 bytes")}p=Buffer.allocUnsafe(2+g);p.writeUInt16BE(A,0);p.write(i,2)}if(this._deflating){this.enqueue([this.doClose,p,g,E])}else{this.doClose(p,g,E)}}doClose(A,i,g){this.sendFrame(Sender.frame(A,{fin:true,rsv1:false,opcode:8,mask:i,readOnly:false}),g)}ping(A,i,g){const E=y(A);if(E.length>125){throw new RangeError("The data size must not be greater than 125 bytes")}if(this._deflating){this.enqueue([this.doPing,E,i,y.readOnly,g])}else{this.doPing(E,i,y.readOnly,g)}}doPing(A,i,g,E){this.sendFrame(Sender.frame(A,{fin:true,rsv1:false,opcode:9,mask:i,readOnly:g}),E)}pong(A,i,g){const E=y(A);if(E.length>125){throw new RangeError("The data size must not be greater than 125 bytes")}if(this._deflating){this.enqueue([this.doPong,E,i,y.readOnly,g])}else{this.doPong(E,i,y.readOnly,g)}}doPong(A,i,g,E){this.sendFrame(Sender.frame(A,{fin:true,rsv1:false,opcode:10,mask:i,readOnly:g}),E)}send(A,i,g){const E=y(A);const p=this._extensions[f.extensionName];let C=i.binary?2:1;let Q=i.compress;if(this._firstFragment){this._firstFragment=false;if(Q&&p){Q=E.length>=p._threshold}this._compress=Q}else{Q=false;C=0}if(i.fin)this._firstFragment=true;if(p){const A={fin:i.fin,rsv1:Q,opcode:C,mask:i.mask,readOnly:y.readOnly};if(this._deflating){this.enqueue([this.dispatch,E,this._compress,A,g])}else{this.dispatch(E,this._compress,A,g)}}else{this.sendFrame(Sender.frame(E,{fin:i.fin,rsv1:false,opcode:C,mask:i.mask,readOnly:y.readOnly}),g)}}dispatch(A,i,g,E){if(!i){this.sendFrame(Sender.frame(A,g),E);return}const p=this._extensions[f.extensionName];this._bufferedBytes+=A.length;this._deflating=true;p.compress(A,g.fin,((i,p)=>{if(this._socket.destroyed){const A=new Error("The socket was closed while data was being compressed");if(typeof E==="function")E(A);for(let i=0;i{const{Duplex:E}=g(2203);function emitClose(A){A.emit("close")}function duplexOnEnd(){if(!this.destroyed&&this._writableState.finished){this.destroy()}}function duplexOnError(A){this.removeListener("error",duplexOnError);this.destroy();if(this.listenerCount("error")===0){this.emit("error",A)}}function createWebSocketStream(A,i){let g=true;let p=true;function receiverOnDrain(){if(g)A._socket.resume()}if(A.readyState===A.CONNECTING){A.once("open",(function open(){A._receiver.removeAllListeners("drain");A._receiver.on("drain",receiverOnDrain)}))}else{A._receiver.removeAllListeners("drain");A._receiver.on("drain",receiverOnDrain)}const C=new E({...i,autoDestroy:false,emitClose:false,objectMode:false,writableObjectMode:false});A.on("message",(function message(i){if(!C.push(i)){g=false;A._socket.pause()}}));A.once("error",(function error(A){if(C.destroyed)return;p=false;C.destroy(A)}));A.once("close",(function close(){if(C.destroyed)return;C.push(null)}));C._destroy=function(i,g){if(A.readyState===A.CLOSED){g(i);process.nextTick(emitClose,C);return}let E=false;A.once("error",(function error(A){E=true;g(A)}));A.once("close",(function close(){if(!E)g(i);process.nextTick(emitClose,C)}));if(p)A.terminate()};C._final=function(i){if(A.readyState===A.CONNECTING){A.once("open",(function open(){C._final(i)}));return}if(A._socket===null)return;if(A._socket._writableState.finished){i();if(C._readableState.endEmitted)C.destroy()}else{A._socket.once("finish",(function finish(){i()}));A.close()}};C._read=function(){if((A.readyState===A.OPEN||A.readyState===A.CLOSING)&&!g){g=true;if(!A._receiver._writableState.needDrain)A._socket.resume()}};C._write=function(i,g,E){if(A.readyState===A.CONNECTING){A.once("open",(function open(){C._write(i,g,E)}));return}A.send(i,E)};C.on("end",duplexOnEnd);C.on("error",duplexOnError);return C}A.exports=createWebSocketStream},6615:(A,i,g)=>{function isValidStatusCode(A){return A>=1e3&&A<=1014&&A!==1004&&A!==1005&&A!==1006||A>=3e3&&A<=4999}function _isValidUTF8(A){const i=A.length;let g=0;while(g=i||(A[g+1]&192)!==128||(A[g+2]&192)!==128||A[g]===224&&(A[g+1]&224)===128||A[g]===237&&(A[g+1]&224)===160){return false}g+=3}else if((A[g]&248)===240){if(g+3>=i||(A[g+1]&192)!==128||(A[g+2]&192)!==128||(A[g+3]&192)!==128||A[g]===240&&(A[g+1]&240)===128||A[g]===244&&A[g+1]>143||A[g]>244){return false}g+=4}else{return false}}return true}try{let i=g(7258);if(typeof i==="object"){i=i.Validation.isValidUTF8}A.exports={isValidStatusCode:isValidStatusCode,isValidUTF8(A){return A.length<150?_isValidUTF8(A):i(A)}}}catch(i){A.exports={isValidStatusCode:isValidStatusCode,isValidUTF8:_isValidUTF8}}},129:(A,i,g)=>{const E=g(4434);const p=g(8611);const C=g(5692);const f=g(9278);const Q=g(4756);const{createHash:B}=g(6982);const I=g(4376);const y=g(6681);const{format:b,parse:D}=g(1335);const{GUID:R,kWebSocket:k}=g(1791);const S=/^[+/0-9A-Za-z]{22}==$/;const v=0;const F=1;const x=2;class WebSocketServer extends E{constructor(A,i){super();A={maxPayload:100*1024*1024,perMessageDeflate:false,handleProtocols:null,clientTracking:true,verifyClient:null,noServer:false,backlog:null,server:null,host:null,path:null,port:null,...A};if(A.port==null&&!A.server&&!A.noServer||A.port!=null&&(A.server||A.noServer)||A.server&&A.noServer){throw new TypeError('One and only one of the "port", "server", or "noServer" options '+"must be specified")}if(A.port!=null){this._server=p.createServer(((A,i)=>{const g=p.STATUS_CODES[426];i.writeHead(426,{"Content-Length":g.length,"Content-Type":"text/plain"});i.end(g)}));this._server.listen(A.port,A.host,A.backlog,i)}else if(A.server){this._server=A.server}if(this._server){const A=this.emit.bind(this,"connection");this._removeListeners=addListeners(this._server,{listening:this.emit.bind(this,"listening"),error:this.emit.bind(this,"error"),upgrade:(i,g,E)=>{this.handleUpgrade(i,g,E,A)}})}if(A.perMessageDeflate===true)A.perMessageDeflate={};if(A.clientTracking)this.clients=new Set;this.options=A;this._state=v}address(){if(this.options.noServer){throw new Error('The server is operating in "noServer" mode')}if(!this._server)return null;return this._server.address()}close(A){if(A)this.once("close",A);if(this._state===x){process.nextTick(emitClose,this);return}if(this._state===F)return;this._state=F;if(this.clients){for(const A of this.clients)A.terminate()}const i=this._server;if(i){this._removeListeners();this._removeListeners=this._server=null;if(this.options.port!=null){i.close(emitClose.bind(undefined,this));return}}process.nextTick(emitClose,this)}shouldHandle(A){if(this.options.path){const i=A.url.indexOf("?");const g=i!==-1?A.url.slice(0,i):A.url;if(g!==this.options.path)return false}return true}handleUpgrade(A,i,g,E){i.on("error",socketOnError);const p=A.headers["sec-websocket-key"]!==undefined?A.headers["sec-websocket-key"].trim():false;const C=A.headers.upgrade;const f=+A.headers["sec-websocket-version"];const Q={};if(A.method!=="GET"||C===undefined||C.toLowerCase()!=="websocket"||!p||!S.test(p)||f!==8&&f!==13||!this.shouldHandle(A)){return abortHandshake(i,400)}if(this.options.perMessageDeflate){const g=new I(this.options.perMessageDeflate,true,this.options.maxPayload);try{const i=D(A.headers["sec-websocket-extensions"]);if(i[I.extensionName]){g.accept(i[I.extensionName]);Q[I.extensionName]=g}}catch(A){return abortHandshake(i,400)}}if(this.options.verifyClient){const C={origin:A.headers[`${f===8?"sec-websocket-origin":"origin"}`],secure:!!(A.socket.authorized||A.socket.encrypted),req:A};if(this.options.verifyClient.length===2){this.options.verifyClient(C,((C,f,B,I)=>{if(!C){return abortHandshake(i,f||401,B,I)}this.completeUpgrade(p,Q,A,i,g,E)}));return}if(!this.options.verifyClient(C))return abortHandshake(i,401)}this.completeUpgrade(p,Q,A,i,g,E)}completeUpgrade(A,i,g,E,p,C){if(!E.readable||!E.writable)return E.destroy();if(E[k]){throw new Error("server.handleUpgrade() was called more than once with the same "+"socket, possibly due to a misconfiguration")}if(this._state>v)return abortHandshake(E,503);const f=B("sha1").update(A+R).digest("base64");const Q=["HTTP/1.1 101 Switching Protocols","Upgrade: websocket","Connection: Upgrade",`Sec-WebSocket-Accept: ${f}`];const D=new y(null);let S=g.headers["sec-websocket-protocol"];if(S){S=S.split(",").map(trim);if(this.options.handleProtocols){S=this.options.handleProtocols(S,g)}else{S=S[0]}if(S){Q.push(`Sec-WebSocket-Protocol: ${S}`);D._protocol=S}}if(i[I.extensionName]){const A=i[I.extensionName].params;const g=b({[I.extensionName]:[A]});Q.push(`Sec-WebSocket-Extensions: ${g}`);D._extensions=i}this.emit("headers",Q,g);E.write(Q.concat("\r\n").join("\r\n"));E.removeListener("error",socketOnError);D.setSocket(E,p,this.options.maxPayload);if(this.clients){this.clients.add(D);D.on("close",(()=>this.clients.delete(D)))}C(D,g)}}A.exports=WebSocketServer;function addListeners(A,i){for(const g of Object.keys(i))A.on(g,i[g]);return function removeListeners(){for(const g of Object.keys(i)){A.removeListener(g,i[g])}}}function emitClose(A){A._state=x;A.emit("close")}function socketOnError(){this.destroy()}function abortHandshake(A,i,g,E){if(A.writable){g=g||p.STATUS_CODES[i];E={Connection:"close","Content-Type":"text/html","Content-Length":Buffer.byteLength(g),...E};A.write(`HTTP/1.1 ${i} ${p.STATUS_CODES[i]}\r\n`+Object.keys(E).map((A=>`${A}: ${E[A]}`)).join("\r\n")+"\r\n\r\n"+g)}A.removeListener("error",socketOnError);A.destroy()}function trim(A){return A.trim()}},6681:(A,i,g)=>{const E=g(4434);const p=g(5692);const C=g(8611);const f=g(9278);const Q=g(4756);const{randomBytes:B,createHash:I}=g(6982);const{Readable:y}=g(2203);const{URL:b}=g(7016);const D=g(4376);const R=g(893);const k=g(7389);const{BINARY_TYPES:S,EMPTY_BUFFER:v,GUID:F,kStatusCode:x,kWebSocket:U,NOOP:L}=g(1791);const{addEventListener:M,removeEventListener:T}=g(4634);const{format:H,parse:G}=g(1335);const{toBuffer:Y}=g(5803);const J=["CONNECTING","OPEN","CLOSING","CLOSED"];const _=[8,13];const V=30*1e3;class WebSocket extends E{constructor(A,i,g){super();this._binaryType=S[0];this._closeCode=1006;this._closeFrameReceived=false;this._closeFrameSent=false;this._closeMessage="";this._closeTimer=null;this._extensions={};this._protocol="";this._readyState=WebSocket.CONNECTING;this._receiver=null;this._sender=null;this._socket=null;if(A!==null){this._bufferedAmount=0;this._isServer=false;this._redirects=0;if(Array.isArray(i)){i=i.join(", ")}else if(typeof i==="object"&&i!==null){g=i;i=undefined}initAsClient(this,A,i,g)}else{this._isServer=true}}get binaryType(){return this._binaryType}set binaryType(A){if(!S.includes(A))return;this._binaryType=A;if(this._receiver)this._receiver._binaryType=A}get bufferedAmount(){if(!this._socket)return this._bufferedAmount;return this._socket._writableState.length+this._sender._bufferedBytes}get extensions(){return Object.keys(this._extensions).join()}get onclose(){return undefined}set onclose(A){}get onerror(){return undefined}set onerror(A){}get onopen(){return undefined}set onopen(A){}get onmessage(){return undefined}set onmessage(A){}get protocol(){return this._protocol}get readyState(){return this._readyState}get url(){return this._url}setSocket(A,i,g){const E=new R(this.binaryType,this._extensions,this._isServer,g);this._sender=new k(A,this._extensions);this._receiver=E;this._socket=A;E[U]=this;A[U]=this;E.on("conclude",receiverOnConclude);E.on("drain",receiverOnDrain);E.on("error",receiverOnError);E.on("message",receiverOnMessage);E.on("ping",receiverOnPing);E.on("pong",receiverOnPong);A.setTimeout(0);A.setNoDelay();if(i.length>0)A.unshift(i);A.on("close",socketOnClose);A.on("data",socketOnData);A.on("end",socketOnEnd);A.on("error",socketOnError);this._readyState=WebSocket.OPEN;this.emit("open")}emitClose(){if(!this._socket){this._readyState=WebSocket.CLOSED;this.emit("close",this._closeCode,this._closeMessage);return}if(this._extensions[D.extensionName]){this._extensions[D.extensionName].cleanup()}this._receiver.removeAllListeners();this._readyState=WebSocket.CLOSED;this.emit("close",this._closeCode,this._closeMessage)}close(A,i){if(this.readyState===WebSocket.CLOSED)return;if(this.readyState===WebSocket.CONNECTING){const A="WebSocket was closed before the connection was established";return abortHandshake(this,this._req,A)}if(this.readyState===WebSocket.CLOSING){if(this._closeFrameSent&&(this._closeFrameReceived||this._receiver._writableState.errorEmitted)){this._socket.end()}return}this._readyState=WebSocket.CLOSING;this._sender.close(A,i,!this._isServer,(A=>{if(A)return;this._closeFrameSent=true;if(this._closeFrameReceived||this._receiver._writableState.errorEmitted){this._socket.end()}}));this._closeTimer=setTimeout(this._socket.destroy.bind(this._socket),V)}ping(A,i,g){if(this.readyState===WebSocket.CONNECTING){throw new Error("WebSocket is not open: readyState 0 (CONNECTING)")}if(typeof A==="function"){g=A;A=i=undefined}else if(typeof i==="function"){g=i;i=undefined}if(typeof A==="number")A=A.toString();if(this.readyState!==WebSocket.OPEN){sendAfterClose(this,A,g);return}if(i===undefined)i=!this._isServer;this._sender.ping(A||v,i,g)}pong(A,i,g){if(this.readyState===WebSocket.CONNECTING){throw new Error("WebSocket is not open: readyState 0 (CONNECTING)")}if(typeof A==="function"){g=A;A=i=undefined}else if(typeof i==="function"){g=i;i=undefined}if(typeof A==="number")A=A.toString();if(this.readyState!==WebSocket.OPEN){sendAfterClose(this,A,g);return}if(i===undefined)i=!this._isServer;this._sender.pong(A||v,i,g)}send(A,i,g){if(this.readyState===WebSocket.CONNECTING){throw new Error("WebSocket is not open: readyState 0 (CONNECTING)")}if(typeof i==="function"){g=i;i={}}if(typeof A==="number")A=A.toString();if(this.readyState!==WebSocket.OPEN){sendAfterClose(this,A,g);return}const E={binary:typeof A!=="string",mask:!this._isServer,compress:true,fin:true,...i};if(!this._extensions[D.extensionName]){E.compress=false}this._sender.send(A||v,E,g)}terminate(){if(this.readyState===WebSocket.CLOSED)return;if(this.readyState===WebSocket.CONNECTING){const A="WebSocket was closed before the connection was established";return abortHandshake(this,this._req,A)}if(this._socket){this._readyState=WebSocket.CLOSING;this._socket.destroy()}}}Object.defineProperty(WebSocket,"CONNECTING",{enumerable:true,value:J.indexOf("CONNECTING")});Object.defineProperty(WebSocket.prototype,"CONNECTING",{enumerable:true,value:J.indexOf("CONNECTING")});Object.defineProperty(WebSocket,"OPEN",{enumerable:true,value:J.indexOf("OPEN")});Object.defineProperty(WebSocket.prototype,"OPEN",{enumerable:true,value:J.indexOf("OPEN")});Object.defineProperty(WebSocket,"CLOSING",{enumerable:true,value:J.indexOf("CLOSING")});Object.defineProperty(WebSocket.prototype,"CLOSING",{enumerable:true,value:J.indexOf("CLOSING")});Object.defineProperty(WebSocket,"CLOSED",{enumerable:true,value:J.indexOf("CLOSED")});Object.defineProperty(WebSocket.prototype,"CLOSED",{enumerable:true,value:J.indexOf("CLOSED")});["binaryType","bufferedAmount","extensions","protocol","readyState","url"].forEach((A=>{Object.defineProperty(WebSocket.prototype,A,{enumerable:true})}));["open","error","close","message"].forEach((A=>{Object.defineProperty(WebSocket.prototype,`on${A}`,{enumerable:true,get(){const i=this.listeners(A);for(let A=0;A{abortHandshake(A,U,"Opening handshake has timed out")}))}U.on("error",(i=>{if(U===null||U.aborted)return;U=A._req=null;emitErrorAndClose(A,i)}));U.on("response",(p=>{const C=p.headers.location;const Q=p.statusCode;if(C&&f.followRedirects&&Q>=300&&Q<400){if(++A._redirects>f.maxRedirects){abortHandshake(A,U,"Maximum redirects exceeded");return}U.abort();let p;try{p=new b(C,i)}catch(i){emitErrorAndClose(A,i);return}initAsClient(A,p,g,E)}else if(!A.emit("unexpected-response",U,p)){abortHandshake(A,U,`Unexpected server response: ${p.statusCode}`)}}));U.on("upgrade",((i,E,p)=>{A.emit("upgrade",i);if(A.readyState!==WebSocket.CONNECTING)return;U=A._req=null;const C=i.headers.upgrade;if(C===undefined||C.toLowerCase()!=="websocket"){abortHandshake(A,E,"Invalid Upgrade header");return}const Q=I("sha1").update(S+F).digest("base64");if(i.headers["sec-websocket-accept"]!==Q){abortHandshake(A,E,"Invalid Sec-WebSocket-Accept header");return}const B=i.headers["sec-websocket-protocol"];const y=(g||"").split(/, */);let b;if(!g&&B){b="Server sent a subprotocol but none was requested"}else if(g&&!B){b="Server sent no subprotocol"}else if(B&&!y.includes(B)){b="Server sent an invalid subprotocol"}if(b){abortHandshake(A,E,b);return}if(B)A._protocol=B;const R=i.headers["sec-websocket-extensions"];if(R!==undefined){if(!x){const i="Server sent a Sec-WebSocket-Extensions header but no extension "+"was requested";abortHandshake(A,E,i);return}let i;try{i=G(R)}catch(i){const g="Invalid Sec-WebSocket-Extensions header";abortHandshake(A,E,g);return}const g=Object.keys(i);if(g.length){if(g.length!==1||g[0]!==D.extensionName){const i="Server indicated an extension that was not requested";abortHandshake(A,E,i);return}try{x.accept(i[D.extensionName])}catch(i){const g="Invalid Sec-WebSocket-Extensions header";abortHandshake(A,E,g);return}A._extensions[D.extensionName]=x}}A.setSocket(E,p,f.maxPayload)}))}function emitErrorAndClose(A,i){A._readyState=WebSocket.CLOSING;A.emit("error",i);A.emitClose()}function netConnect(A){A.path=A.socketPath;return f.connect(A)}function tlsConnect(A){A.path=undefined;if(!A.servername&&A.servername!==""){A.servername=f.isIP(A.host)?"":A.host}return Q.connect(A)}function abortHandshake(A,i,g){A._readyState=WebSocket.CLOSING;const E=new Error(g);Error.captureStackTrace(E,abortHandshake);if(i.setHeader){i.abort();if(i.socket&&!i.socket.destroyed){i.socket.destroy()}i.once("abort",A.emitClose.bind(A));A.emit("error",E)}else{i.destroy(E);i.once("error",A.emit.bind(A,"error"));i.once("close",A.emitClose.bind(A))}}function sendAfterClose(A,i,g){if(i){const g=Y(i).length;if(A._socket)A._sender._bufferedBytes+=g;else A._bufferedAmount+=g}if(g){const i=new Error(`WebSocket is not open: readyState ${A.readyState} `+`(${J[A.readyState]})`);g(i)}}function receiverOnConclude(A,i){const g=this[U];g._closeFrameReceived=true;g._closeMessage=i;g._closeCode=A;if(g._socket[U]===undefined)return;g._socket.removeListener("data",socketOnData);process.nextTick(resume,g._socket);if(A===1005)g.close();else g.close(A,i)}function receiverOnDrain(){this[U]._socket.resume()}function receiverOnError(A){const i=this[U];if(i._socket[U]!==undefined){i._socket.removeListener("data",socketOnData);process.nextTick(resume,i._socket);i.close(A[x])}i.emit("error",A)}function receiverOnFinish(){this[U].emitClose()}function receiverOnMessage(A){this[U].emit("message",A)}function receiverOnPing(A){const i=this[U];i.pong(A,!i._isServer,L);i.emit("ping",A)}function receiverOnPong(A){this[U].emit("pong",A)}function resume(A){A.resume()}function socketOnClose(){const A=this[U];this.removeListener("close",socketOnClose);this.removeListener("data",socketOnData);this.removeListener("end",socketOnEnd);A._readyState=WebSocket.CLOSING;let i;if(!this._readableState.endEmitted&&!A._closeFrameReceived&&!A._receiver._writableState.errorEmitted&&(i=A._socket.read())!==null){A._receiver.write(i)}A._receiver.end();this[U]=undefined;clearTimeout(A._closeTimer);if(A._receiver._writableState.finished||A._receiver._writableState.errorEmitted){A.emitClose()}else{A._receiver.on("error",receiverOnFinish);A._receiver.on("finish",receiverOnFinish)}}function socketOnData(A){if(!this[U]._receiver.write(A)){this.pause()}}function socketOnEnd(){const A=this[U];A._readyState=WebSocket.CLOSING;A._receiver.end();this.end()}function socketOnError(){const A=this[U];this.removeListener("error",socketOnError);this.on("error",L);if(A){A._readyState=WebSocket.CLOSING;this.destroy()}}},3247:(A,i,g)=>{var E,p,C;C=g(3285);p=g(279);E=function(){function Dumper(){}Dumper.indentation=4;Dumper.prototype.dump=function(A,i,g,E,f){var Q,B,I,y,b,D,R;if(i==null){i=0}if(g==null){g=0}if(E==null){E=false}if(f==null){f=null}y="";b=g?C.strRepeat(" ",g):"";if(i<=0||typeof A!=="object"||A instanceof Date||C.isEmpty(A)){y+=b+p.dump(A,E,f)}else{if(A instanceof Array){for(Q=0,I=A.length;Q{var E,p;p=g(1166);E=function(){var A;function Escaper(){}Escaper.LIST_ESCAPEES=["\\","\\\\",'\\"','"',"\0","","","","","","","","\b","\t","\n","\v","\f","\r","","","","","","","","","","","","","","","","","","",(A=String.fromCharCode)(133),A(160),A(8232),A(8233)];Escaper.LIST_ESCAPED=["\\\\",'\\"','\\"','\\"',"\\0","\\x01","\\x02","\\x03","\\x04","\\x05","\\x06","\\a","\\b","\\t","\\n","\\v","\\f","\\r","\\x0e","\\x0f","\\x10","\\x11","\\x12","\\x13","\\x14","\\x15","\\x16","\\x17","\\x18","\\x19","\\x1a","\\e","\\x1c","\\x1d","\\x1e","\\x1f","\\N","\\_","\\L","\\P"];Escaper.MAPPING_ESCAPEES_TO_ESCAPED=function(){var A,i,g,E;g={};for(A=i=0,E=Escaper.LIST_ESCAPEES.length;0<=E?iE;A=0<=E?++i:--i){g[Escaper.LIST_ESCAPEES[A]]=Escaper.LIST_ESCAPED[A]}return g}();Escaper.PATTERN_CHARACTERS_TO_ESCAPE=new p("[\\x00-\\x1f]|…| |
|
");Escaper.PATTERN_MAPPING_ESCAPEES=new p(Escaper.LIST_ESCAPEES.join("|").split("\\").join("\\\\"));Escaper.PATTERN_SINGLE_QUOTING=new p("[\\s'\":{}[\\],&*#?]|^[-?|<>=!%@`]");Escaper.requiresDoubleQuoting=function(A){return this.PATTERN_CHARACTERS_TO_ESCAPE.test(A)};Escaper.escapeWithDoubleQuotes=function(A){var i;i=this.PATTERN_MAPPING_ESCAPEES.replace(A,function(A){return function(i){return A.MAPPING_ESCAPEES_TO_ESCAPED[i]}}(this));return'"'+i+'"'};Escaper.requiresSingleQuoting=function(A){return this.PATTERN_SINGLE_QUOTING.test(A)};Escaper.escapeWithSingleQuotes=function(A){return"'"+A.replace(/'/g,"''")+"'"};return Escaper}();A.exports=E},6021:A=>{var i,extend=function(A,i){for(var E in i){if(g.call(i,E))A[E]=i[E]}function ctor(){this.constructor=A}ctor.prototype=i.prototype;A.prototype=new ctor;A.__super__=i.prototype;return A},g={}.hasOwnProperty;i=function(A){extend(DumpException,A);function DumpException(A,i,g){this.message=A;this.parsedLine=i;this.snippet=g}DumpException.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return DumpException}(Error);A.exports=i},1920:A=>{var i,extend=function(A,i){for(var E in i){if(g.call(i,E))A[E]=i[E]}function ctor(){this.constructor=A}ctor.prototype=i.prototype;A.prototype=new ctor;A.__super__=i.prototype;return A},g={}.hasOwnProperty;i=function(A){extend(ParseException,A);function ParseException(A,i,g){this.message=A;this.parsedLine=i;this.snippet=g}ParseException.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return ParseException}(Error);A.exports=i},6536:A=>{var i,extend=function(A,i){for(var E in i){if(g.call(i,E))A[E]=i[E]}function ctor(){this.constructor=A}ctor.prototype=i.prototype;A.prototype=new ctor;A.__super__=i.prototype;return A},g={}.hasOwnProperty;i=function(A){extend(ParseMore,A);function ParseMore(A,i,g){this.message=A;this.parsedLine=i;this.snippet=g}ParseMore.prototype.toString=function(){if(this.parsedLine!=null&&this.snippet!=null){return" "+this.message+" (line "+this.parsedLine+": '"+this.snippet+"')"}else{return" "+this.message}};return ParseMore}(Error);A.exports=i},279:(A,i,g)=>{var E,p,C,f,Q,B,I,y,b=[].indexOf||function(A){for(var i=0,g=this.length;i=0){D=this.parseQuotedScalar(A,E);C=E.i;if(i!=null){F=y.ltrim(A.slice(C)," ");if(!(S=F.charAt(0),b.call(i,S)>=0)){throw new f("Unexpected characters ("+A.slice(C)+").")}}}else{if(!i){D=A.slice(C);C+=D.length;v=D.indexOf(" #");if(v!==-1){D=y.rtrim(D.slice(0,v))}}else{Q=i.join("|");R=this.PATTERN_SCALAR_BY_DELIMITERS[Q];if(R==null){R=new B("^(.+?)("+Q+")");this.PATTERN_SCALAR_BY_DELIMITERS[Q]=R}if(I=R.exec(A.slice(C))){D=I[1];C+=D.length}else{throw new f("Malformed inline YAML string ("+A+").")}}if(p){D=this.evaluateScalar(D,E)}}E.i=C;return D};Inline.parseQuotedScalar=function(A,i){var g,E,p;g=i.i;if(!(E=this.PATTERN_QUOTED_SCALAR.exec(A.slice(g)))){throw new Q("Malformed inline YAML string ("+A.slice(g)+").")}p=E[0].substr(1,E[0].length-2);if('"'===A.charAt(g)){p=I.unescapeDoubleQuotedString(p)}else{p=I.unescapeSingleQuotedString(p)}g+=E[0].length;i.i=g;return p};Inline.parseSequence=function(A,i){var g,E,p,C,f,B,I;f=[];C=A.length;E=i.i;E+=1;while(E0)){R=null}return I(k.slice(0,Q),R)}}if(p){throw new f("Custom object support when parsing a YAML file has been disabled.")}return null}break;case"0":if("0x"===A.slice(0,2)){return y.hexDec(A)}else if(y.isDigits(A)){return y.octDec(A)}else if(y.isNumeric(A)){return parseFloat(A)}else{return A}break;case"+":if(y.isDigits(A)){b=A;g=parseInt(b);if(b===String(g)){return g}else{return b}}else if(y.isNumeric(A)){return parseFloat(A)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(A)){return parseFloat(A.replace(",",""))}return A;case"-":if(y.isDigits(A.slice(1))){if("0"===A.charAt(1)){return-y.octDec(A.slice(1))}else{b=A.slice(1);g=parseInt(b);if(b===String(g)){return-g}else{return-b}}}else if(y.isNumeric(A)){return parseFloat(A)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(A)){return parseFloat(A.replace(",",""))}return A;default:if(E=y.stringToDate(A)){return E}else if(y.isNumeric(A)){return parseFloat(A)}else if(this.PATTERN_THOUSAND_NUMERIC_SCALAR.test(A)){return parseFloat(A.replace(",",""))}return A}}};return Inline}();A.exports=C},9062:(A,i,g)=>{var E,p,C,f,Q,B;E=g(279);Q=g(1166);B=g(3285);p=g(1920);C=g(6536);f=function(){Parser.prototype.PATTERN_FOLDED_SCALAR_ALL=new Q("^(?:(?![^\\|>]*)\\s+)?(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$");Parser.prototype.PATTERN_FOLDED_SCALAR_END=new Q("(?\\||>)(?\\+|\\-|\\d+|\\+\\d+|\\-\\d+|\\d+\\+|\\d+\\-)?(? +#.*)?$");Parser.prototype.PATTERN_SEQUENCE_ITEM=new Q("^\\-((?\\s+)(?.+?))?\\s*$");Parser.prototype.PATTERN_ANCHOR_VALUE=new Q("^&(?[^ ]+) *(?.*)");Parser.prototype.PATTERN_COMPACT_NOTATION=new Q("^(?"+E.REGEX_QUOTED_STRING+"|[^ '\"\\{\\[].*?) *\\:(\\s+(?.+?))?\\s*$");Parser.prototype.PATTERN_MAPPING_ITEM=new Q("^(?"+E.REGEX_QUOTED_STRING+"|[^ '\"\\[\\{].*?) *\\:(\\s+(?.+?))?\\s*$");Parser.prototype.PATTERN_DECIMAL=new Q("\\d+");Parser.prototype.PATTERN_INDENT_SPACES=new Q("^ +");Parser.prototype.PATTERN_TRAILING_LINES=new Q("(\n*)$");Parser.prototype.PATTERN_YAML_HEADER=new Q("^\\%YAML[: ][\\d\\.]+.*\n","m");Parser.prototype.PATTERN_LEADING_COMMENTS=new Q("^(\\#.*?\n)+","m");Parser.prototype.PATTERN_DOCUMENT_MARKER_START=new Q("^\\-\\-\\-.*?\n","m");Parser.prototype.PATTERN_DOCUMENT_MARKER_END=new Q("^\\.\\.\\.\\s*$","m");Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION={};Parser.prototype.CONTEXT_NONE=0;Parser.prototype.CONTEXT_SEQUENCE=1;Parser.prototype.CONTEXT_MAPPING=2;function Parser(A){this.offset=A!=null?A:0;this.lines=[];this.currentLineNb=-1;this.currentLine="";this.refs={}}Parser.prototype.parse=function(A,i,g){var C,f,Q,I,y,b,D,R,k,S,v,F,x,U,L,M,T,H,G,Y,J,_,V,P,j,z,Z,X,K,$,ee,te,Ae,se,re,ne;if(i==null){i=false}if(g==null){g=null}this.currentLineNb=-1;this.currentLine="";this.lines=this.cleanup(A).split("\n");b=null;y=this.CONTEXT_NONE;f=false;while(this.moveToNextLine()){if(this.isCurrentLineEmpty()){continue}if("\t"===this.currentLine[0]){throw new p("A YAML file cannot contain tabs as indentation.",this.getRealCurrentLineNb()+1,this.currentLine)}v=P=false;if(ne=this.PATTERN_SEQUENCE_ITEM.exec(this.currentLine)){if(this.CONTEXT_MAPPING===y){throw new p("You cannot define a sequence item when in a mapping")}y=this.CONTEXT_SEQUENCE;if(b==null){b=[]}if(ne.value!=null&&(V=this.PATTERN_ANCHOR_VALUE.exec(ne.value))){v=V.ref;ne.value=V.value}if(!(ne.value!=null)||""===B.trim(ne.value," ")||B.ltrim(ne.value," ").indexOf("#")===0){if(this.currentLineNb=f){g.push(this.currentLine.slice(f))}else if(B.ltrim(this.currentLine).charAt(0)==="#"){}else if(0===E){this.moveToPreviousLine();break}else{throw new p("Indentation problem.",this.getRealCurrentLineNb()+1,this.currentLine)}}return g.join("\n")};Parser.prototype.moveToNextLine=function(){if(this.currentLineNb>=this.lines.length-1){return false}this.currentLine=this.lines[++this.currentLineNb];return true};Parser.prototype.moveToPreviousLine=function(){this.currentLine=this.lines[--this.currentLineNb]};Parser.prototype.parseValue=function(A,i,g){var f,Q,I,y,b,D,R,k;if(0===A.indexOf("*")){b=A.indexOf("#");if(b!==-1){A=A.substr(1,b-2)}else{A=A.slice(1)}if(this.refs[A]===void 0){throw new p('Reference "'+A+'" does not exist.',this.currentLine)}return this.refs[A]}if(I=this.PATTERN_FOLDED_SCALAR_ALL.exec(A)){y=(D=I.modifiers)!=null?D:"";Q=Math.abs(parseInt(y));if(isNaN(Q)){Q=0}k=this.parseFoldedScalar(I.separator,this.PATTERN_DECIMAL.replace(y,""),Q);if(I.type!=null){E.configure(i,g);return E.parseScalar(I.type+" "+k)}else{return k}}if((R=A.charAt(0))==="["||R==="{"||R==='"'||R==="'"){while(true){try{return E.parse(A,i,g)}catch(i){f=i;if(f instanceof C&&this.moveToNextLine()){A+="\n"+B.trim(this.currentLine," ")}else{f.parsedLine=this.getRealCurrentLineNb()+1;f.snippet=this.currentLine;throw f}}}}else{if(this.isNextLineIndented()){A+="\n"+this.getNextEmbedBlock()}return E.parse(A,i,g)}};Parser.prototype.parseFoldedScalar=function(A,i,g){var E,p,C,f,I,y,b,D,R,k;if(i==null){i=""}if(g==null){g=0}b=this.moveToNextLine();if(!b){return""}E=this.isCurrentLineBlank();k="";while(b&&E){if(b=this.moveToNextLine()){k+="\n";E=this.isCurrentLineBlank()}}if(0===g){if(I=this.PATTERN_INDENT_SPACES.exec(this.currentLine)){g=I[0].length}}if(g>0){D=this.PATTERN_FOLDED_SCALAR_BY_INDENTATION[g];if(D==null){D=new Q("^ {"+g+"}(.*)$");Parser.prototype.PATTERN_FOLDED_SCALAR_BY_INDENTATION[g]=D}while(b&&(E||(I=D.exec(this.currentLine)))){if(E){k+=this.currentLine.slice(g)}else{k+=I[1]}if(b=this.moveToNextLine()){k+="\n";E=this.isCurrentLineBlank()}}}else if(b){k+="\n"}if(b){this.moveToPreviousLine()}if(">"===A){y="";R=k.split("\n");for(p=0,C=R.length;pg){E=true}this.moveToPreviousLine();return E};Parser.prototype.isCurrentLineEmpty=function(){var A;A=B.trim(this.currentLine," ");return A.length===0||A.charAt(0)==="#"};Parser.prototype.isCurrentLineBlank=function(){return""===B.trim(this.currentLine," ")};Parser.prototype.isCurrentLineComment=function(){var A;A=B.ltrim(this.currentLine," ");return A.charAt(0)==="#"};Parser.prototype.cleanup=function(A){var i,g,E,p,C,f,Q,I,y,b,D,R,k,S;if(A.indexOf("\r")!==-1){A=A.split("\r\n").join("\n").split("\r").join("\n")}i=0;b=this.PATTERN_YAML_HEADER.replaceAll(A,""),A=b[0],i=b[1];this.offset+=i;D=this.PATTERN_LEADING_COMMENTS.replaceAll(A,"",1),S=D[0],i=D[1];if(i===1){this.offset+=B.subStrCount(A,"\n")-B.subStrCount(S,"\n");A=S}R=this.PATTERN_DOCUMENT_MARKER_START.replaceAll(A,"",1),S=R[0],i=R[1];if(i===1){this.offset+=B.subStrCount(A,"\n")-B.subStrCount(S,"\n");A=S;A=this.PATTERN_DOCUMENT_MARKER_END.replace(A,"")}y=A.split("\n");k=-1;for(p=0,f=y.length;p0){for(g=C=0,Q=y.length;C{var i;i=function(){Pattern.prototype.regex=null;Pattern.prototype.rawRegex=null;Pattern.prototype.cleanedRegex=null;Pattern.prototype.mapping=null;function Pattern(A,i){var g,E,p,C,f,Q,B,I,y;if(i==null){i=""}p="";f=A.length;Q=null;E=0;C=0;while(C"){p+="(";C++;if(B.length>0){if(Q==null){Q={}}Q[B]=E}break}else{B+=y}C++}}else{p+=g;E++}}else{p+=g}}else{p+=g}C++}this.rawRegex=A;this.cleanedRegex=p;this.regex=new RegExp(this.cleanedRegex,"g"+i.replace("g",""));this.mapping=Q}Pattern.prototype.exec=function(A){var i,g,E,p;this.regex.lastIndex=0;g=this.regex.exec(A);if(g==null){return null}if(this.mapping!=null){p=this.mapping;for(E in p){i=p[E];g[E]=g[i]}}return g};Pattern.prototype.test=function(A){this.regex.lastIndex=0;return this.regex.test(A)};Pattern.prototype.replace=function(A,i){this.regex.lastIndex=0;return A.replace(this.regex,i)};Pattern.prototype.replaceAll=function(A,i,g){var E;if(g==null){g=0}this.regex.lastIndex=0;E=0;while(this.regex.test(A)&&(g===0||E{var E,p,C;C=g(3285);E=g(1166);p=function(){function Unescaper(){}Unescaper.PATTERN_ESCAPED_CHARACTER=new E('\\\\([0abt\tnvfre "\\/\\\\N_LP]|x[0-9a-fA-F]{2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})');Unescaper.unescapeSingleQuotedString=function(A){return A.replace(/\'\'/g,"'")};Unescaper.unescapeDoubleQuotedString=function(A){if(this._unescapeCallback==null){this._unescapeCallback=function(A){return function(i){return A.unescapeCharacter(i)}}(this)}return this.PATTERN_ESCAPED_CHARACTER.replace(A,this._unescapeCallback)};Unescaper.unescapeCharacter=function(A){var i;i=String.fromCharCode;switch(A.charAt(1)){case"0":return i(0);case"a":return i(7);case"b":return i(8);case"t":return"\t";case"\t":return"\t";case"n":return"\n";case"v":return i(11);case"f":return i(12);case"r":return i(13);case"e":return i(27);case" ":return" ";case'"':return'"';case"/":return"/";case"\\":return"\\";case"N":return i(133);case"_":return i(160);case"L":return i(8232);case"P":return i(8233);case"x":return C.utf8chr(C.hexDec(A.substr(2,2)));case"u":return C.utf8chr(C.hexDec(A.substr(2,4)));case"U":return C.utf8chr(C.hexDec(A.substr(2,8)));default:return""}};return Unescaper}();A.exports=p},3285:(i,g,E)=>{var p,C,f={}.hasOwnProperty;p=E(1166);C=function(){function Utils(){}Utils.REGEX_LEFT_TRIM_BY_CHAR={};Utils.REGEX_RIGHT_TRIM_BY_CHAR={};Utils.REGEX_SPACES=/\s+/g;Utils.REGEX_DIGITS=/^\d+$/;Utils.REGEX_OCTAL=/[^0-7]/gi;Utils.REGEX_HEXADECIMAL=/[^a-f0-9]/gi;Utils.PATTERN_DATE=new p("^"+"(?[0-9][0-9][0-9][0-9])"+"-(?[0-9][0-9]?)"+"-(?[0-9][0-9]?)"+"(?:(?:[Tt]|[ \t]+)"+"(?[0-9][0-9]?)"+":(?[0-9][0-9])"+":(?[0-9][0-9])"+"(?:.(?[0-9]*))?"+"(?:[ \t]*(?Z|(?[-+])(?[0-9][0-9]?)"+"(?::(?[0-9][0-9]))?))?)?"+"$","i");Utils.LOCAL_TIMEZONE_OFFSET=(new Date).getTimezoneOffset()*60*1e3;Utils.trim=function(A,i){var g,E;if(i==null){i="\\s"}g=this.REGEX_LEFT_TRIM_BY_CHAR[i];if(g==null){this.REGEX_LEFT_TRIM_BY_CHAR[i]=g=new RegExp("^"+i+""+i+"*")}g.lastIndex=0;E=this.REGEX_RIGHT_TRIM_BY_CHAR[i];if(E==null){this.REGEX_RIGHT_TRIM_BY_CHAR[i]=E=new RegExp(i+""+i+"*$")}E.lastIndex=0;return A.replace(g,"").replace(E,"")};Utils.ltrim=function(A,i){var g;if(i==null){i="\\s"}g=this.REGEX_LEFT_TRIM_BY_CHAR[i];if(g==null){this.REGEX_LEFT_TRIM_BY_CHAR[i]=g=new RegExp("^"+i+""+i+"*")}g.lastIndex=0;return A.replace(g,"")};Utils.rtrim=function(A,i){var g;if(i==null){i="\\s"}g=this.REGEX_RIGHT_TRIM_BY_CHAR[i];if(g==null){this.REGEX_RIGHT_TRIM_BY_CHAR[i]=g=new RegExp(i+""+i+"*$")}g.lastIndex=0;return A.replace(g,"")};Utils.isEmpty=function(A){return!A||A===""||A==="0"||A instanceof Array&&A.length===0||this.isEmptyObject(A)};Utils.isEmptyObject=function(A){var i;return A instanceof Object&&function(){var g;g=[];for(i in A){if(!f.call(A,i))continue;g.push(i)}return g}().length===0};Utils.subStrCount=function(A,i,g,E){var p,C,f,Q,B,I;p=0;A=""+A;i=""+i;if(g!=null){A=A.slice(g)}if(E!=null){A=A.slice(0,E)}Q=A.length;I=i.length;for(C=f=0,B=Q;0<=B?fB;C=0<=B?++f:--f){if(i===A.slice(C,I)){p++;C+=I-1}}return p};Utils.isDigits=function(A){this.REGEX_DIGITS.lastIndex=0;return this.REGEX_DIGITS.test(A)};Utils.octDec=function(A){this.REGEX_OCTAL.lastIndex=0;return parseInt((A+"").replace(this.REGEX_OCTAL,""),8)};Utils.hexDec=function(A){this.REGEX_HEXADECIMAL.lastIndex=0;A=this.trim(A);if((A+"").slice(0,2)==="0x"){A=(A+"").slice(2)}return parseInt((A+"").replace(this.REGEX_HEXADECIMAL,""),16)};Utils.utf8chr=function(A){var i;i=String.fromCharCode;if(128>(A%=2097152)){return i(A)}if(2048>A){return i(192|A>>6)+i(128|A&63)}if(65536>A){return i(224|A>>12)+i(128|A>>6&63)+i(128|A&63)}return i(240|A>>18)+i(128|A>>12&63)+i(128|A>>6&63)+i(128|A&63)};Utils.parseBoolean=function(A,i){var g;if(i==null){i=true}if(typeof A==="string"){g=A.toLowerCase();if(!i){if(g==="no"){return false}}if(g==="0"){return false}if(g==="false"){return false}if(g===""){return false}return true}return!!A};Utils.isNumeric=function(A){this.REGEX_SPACES.lastIndex=0;return typeof A==="number"||typeof A==="string"&&!isNaN(A)&&A.replace(this.REGEX_SPACES,"")!==""};Utils.stringToDate=function(A){var i,g,E,p,C,f,Q,B,I,y,b,D;if(!(A!=null?A.length:void 0)){return null}C=this.PATTERN_DATE.exec(A);if(!C){return null}D=parseInt(C.year,10);Q=parseInt(C.month,10)-1;g=parseInt(C.day,10);if(C.hour==null){i=new Date(Date.UTC(D,Q,g));return i}p=parseInt(C.hour,10);f=parseInt(C.minute,10);B=parseInt(C.second,10);if(C.fraction!=null){E=C.fraction.slice(0,3);while(E.length<3){E+="0"}E=parseInt(E,10)}else{E=0}if(C.tz!=null){I=parseInt(C.tz_hour,10);if(C.tz_minute!=null){y=parseInt(C.tz_minute,10)}else{y=0}b=(I*60+y)*6e4;if("-"===C.tz_sign){b*=-1}}i=new Date(Date.UTC(D,Q,g,p,f,B,E));if(b){i.setTime(i.getTime()-b)}return i};Utils.strRepeat=function(A,i){var g,E;E="";g=0;while(g{i.exports=A(import.meta.url)("assert")},290:i=>{i.exports=A(import.meta.url)("async_hooks")},181:i=>{i.exports=A(import.meta.url)("buffer")},7969:i=>{i.exports=A(import.meta.url)("bufferutil")},5317:i=>{i.exports=A(import.meta.url)("child_process")},4236:i=>{i.exports=A(import.meta.url)("console")},6982:i=>{i.exports=A(import.meta.url)("crypto")},1637:i=>{i.exports=A(import.meta.url)("diagnostics_channel")},4434:i=>{i.exports=A(import.meta.url)("events")},9896:i=>{i.exports=A(import.meta.url)("fs")},8611:i=>{i.exports=A(import.meta.url)("http")},5675:i=>{i.exports=A(import.meta.url)("http2")},5692:i=>{i.exports=A(import.meta.url)("https")},9278:i=>{i.exports=A(import.meta.url)("net")},4589:i=>{i.exports=A(import.meta.url)("node:assert")},6698:i=>{i.exports=A(import.meta.url)("node:async_hooks")},4573:i=>{i.exports=A(import.meta.url)("node:buffer")},7540:i=>{i.exports=A(import.meta.url)("node:console")},7598:i=>{i.exports=A(import.meta.url)("node:crypto")},3053:i=>{i.exports=A(import.meta.url)("node:diagnostics_channel")},610:i=>{i.exports=A(import.meta.url)("node:dns")},8474:i=>{i.exports=A(import.meta.url)("node:events")},7067:i=>{i.exports=A(import.meta.url)("node:http")},2467:i=>{i.exports=A(import.meta.url)("node:http2")},7030:i=>{i.exports=A(import.meta.url)("node:net")},643:i=>{i.exports=A(import.meta.url)("node:perf_hooks")},1792:i=>{i.exports=A(import.meta.url)("node:querystring")},7075:i=>{i.exports=A(import.meta.url)("node:stream")},1692:i=>{i.exports=A(import.meta.url)("node:tls")},3136:i=>{i.exports=A(import.meta.url)("node:url")},7975:i=>{i.exports=A(import.meta.url)("node:util")},3429:i=>{i.exports=A(import.meta.url)("node:util/types")},5919:i=>{i.exports=A(import.meta.url)("node:worker_threads")},8522:i=>{i.exports=A(import.meta.url)("node:zlib")},857:i=>{i.exports=A(import.meta.url)("os")},6928:i=>{i.exports=A(import.meta.url)("path")},2987:i=>{i.exports=A(import.meta.url)("perf_hooks")},3480:i=>{i.exports=A(import.meta.url)("querystring")},2203:i=>{i.exports=A(import.meta.url)("stream")},3774:i=>{i.exports=A(import.meta.url)("stream/web")},3193:i=>{i.exports=A(import.meta.url)("string_decoder")},3557:i=>{i.exports=A(import.meta.url)("timers")},4756:i=>{i.exports=A(import.meta.url)("tls")},2018:i=>{i.exports=A(import.meta.url)("tty")},7016:i=>{i.exports=A(import.meta.url)("url")},7258:i=>{i.exports=A(import.meta.url)("utf-8-validate")},9023:i=>{i.exports=A(import.meta.url)("util")},8253:i=>{i.exports=A(import.meta.url)("util/types")},8167:i=>{i.exports=A(import.meta.url)("worker_threads")},3106:i=>{i.exports=A(import.meta.url)("zlib")},7182:(A,i,g)=>{const E=g(7075).Writable;const p=g(7975).inherits;const C=g(4136);const f=g(612);const Q=g(2271);const B=45;const I=Buffer.from("-");const y=Buffer.from("\r\n");const EMPTY_FN=function(){};function Dicer(A){if(!(this instanceof Dicer)){return new Dicer(A)}E.call(this,A);if(!A||!A.headerFirst&&typeof A.boundary!=="string"){throw new TypeError("Boundary required")}if(typeof A.boundary==="string"){this.setBoundary(A.boundary)}else{this._bparser=undefined}this._headerFirst=A.headerFirst;this._dashes=0;this._parts=0;this._finished=false;this._realFinish=false;this._isPreamble=true;this._justMatched=false;this._firstWrite=true;this._inHeader=true;this._part=undefined;this._cb=undefined;this._ignoreData=false;this._partOpts={highWaterMark:A.partHwm};this._pause=false;const i=this;this._hparser=new Q(A);this._hparser.on("header",(function(A){i._inHeader=false;i._part.emit("header",A)}))}p(Dicer,E);Dicer.prototype.emit=function(A){if(A==="finish"&&!this._realFinish){if(!this._finished){const A=this;process.nextTick((function(){A.emit("error",new Error("Unexpected end of multipart data"));if(A._part&&!A._ignoreData){const i=A._isPreamble?"Preamble":"Part";A._part.emit("error",new Error(i+" terminated early due to unexpected end of multipart data"));A._part.push(null);process.nextTick((function(){A._realFinish=true;A.emit("finish");A._realFinish=false}));return}A._realFinish=true;A.emit("finish");A._realFinish=false}))}}else{E.prototype.emit.apply(this,arguments)}};Dicer.prototype._write=function(A,i,g){if(!this._hparser&&!this._bparser){return g()}if(this._headerFirst&&this._isPreamble){if(!this._part){this._part=new f(this._partOpts);if(this.listenerCount("preamble")!==0){this.emit("preamble",this._part)}else{this._ignore()}}const i=this._hparser.push(A);if(!this._inHeader&&i!==undefined&&i{const E=g(8474).EventEmitter;const p=g(7975).inherits;const C=g(2393);const f=g(4136);const Q=Buffer.from("\r\n\r\n");const B=/\r\n/g;const I=/^([^:]+):[ \t]?([\x00-\xFF]+)?$/;function HeaderParser(A){E.call(this);A=A||{};const i=this;this.nread=0;this.maxed=false;this.npairs=0;this.maxHeaderPairs=C(A,"maxHeaderPairs",2e3);this.maxHeaderSize=C(A,"maxHeaderSize",80*1024);this.buffer="";this.header={};this.finished=false;this.ss=new f(Q);this.ss.on("info",(function(A,g,E,p){if(g&&!i.maxed){if(i.nread+p-E>=i.maxHeaderSize){p=i.maxHeaderSize-i.nread+E;i.nread=i.maxHeaderSize;i.maxed=true}else{i.nread+=p-E}i.buffer+=g.toString("binary",E,p)}if(A){i._finish()}}))}p(HeaderParser,E);HeaderParser.prototype.push=function(A){const i=this.ss.push(A);if(this.finished){return i}};HeaderParser.prototype.reset=function(){this.finished=false;this.buffer="";this.header={};this.ss.reset()};HeaderParser.prototype._finish=function(){if(this.buffer){this._parseHeader()}this.ss.matches=this.ss.maxMatches;const A=this.header;this.header={};this.buffer="";this.finished=true;this.nread=this.npairs=0;this.maxed=false;this.emit("header",A)};HeaderParser.prototype._parseHeader=function(){if(this.npairs===this.maxHeaderPairs){return}const A=this.buffer.split(B);const i=A.length;let g,E;for(var p=0;p{const E=g(7975).inherits;const p=g(7075).Readable;function PartStream(A){p.call(this,A)}E(PartStream,p);PartStream.prototype._read=function(A){};A.exports=PartStream},4136:(A,i,g)=>{const E=g(8474).EventEmitter;const p=g(7975).inherits;function SBMH(A){if(typeof A==="string"){A=Buffer.from(A)}if(!Buffer.isBuffer(A)){throw new TypeError("The needle has to be a String or a Buffer.")}const i=A.length;if(i===0){throw new Error("The needle cannot be an empty String/Buffer.")}if(i>256){throw new Error("The needle cannot have a length bigger than 256.")}this.maxMatches=Infinity;this.matches=0;this._occ=new Array(256).fill(i);this._lookbehind_size=0;this._needle=A;this._bufpos=0;this._lookbehind=Buffer.alloc(i);for(var g=0;g=0){this.emit("info",false,this._lookbehind,0,this._lookbehind_size);this._lookbehind_size=0}else{const g=this._lookbehind_size+C;if(g>0){this.emit("info",false,this._lookbehind,0,g)}this._lookbehind.copy(this._lookbehind,0,g,this._lookbehind_size-g);this._lookbehind_size-=g;A.copy(this._lookbehind,this._lookbehind_size);this._lookbehind_size+=i;this._bufpos=i;return i}}C+=(C>=0)*this._bufpos;if(A.indexOf(g,C)!==-1){C=A.indexOf(g,C);++this.matches;if(C>0){this.emit("info",true,A,this._bufpos,C)}else{this.emit("info",true)}return this._bufpos=C+E}else{C=i-E}while(C0){this.emit("info",false,A,this._bufpos,C{const E=g(7075).Writable;const{inherits:p}=g(7975);const C=g(7182);const f=g(1192);const Q=g(855);const B=g(8929);function Busboy(A){if(!(this instanceof Busboy)){return new Busboy(A)}if(typeof A!=="object"){throw new TypeError("Busboy expected an options-Object.")}if(typeof A.headers!=="object"){throw new TypeError("Busboy expected an options-Object with headers-attribute.")}if(typeof A.headers["content-type"]!=="string"){throw new TypeError("Missing Content-Type-header.")}const{headers:i,...g}=A;this.opts={autoDestroy:false,...g};E.call(this,this.opts);this._done=false;this._parser=this.getParserByHeaders(i);this._finished=false}p(Busboy,E);Busboy.prototype.emit=function(A){if(A==="finish"){if(!this._done){this._parser?.end();return}else if(this._finished){return}this._finished=true}E.prototype.emit.apply(this,arguments)};Busboy.prototype.getParserByHeaders=function(A){const i=B(A["content-type"]);const g={defCharset:this.opts.defCharset,fileHwm:this.opts.fileHwm,headers:A,highWaterMark:this.opts.highWaterMark,isPartAFile:this.opts.isPartAFile,limits:this.opts.limits,parsedConType:i,preservePath:this.opts.preservePath};if(f.detect.test(i[0])){return new f(this,g)}if(Q.detect.test(i[0])){return new Q(this,g)}throw new Error("Unsupported Content-Type.")};Busboy.prototype._write=function(A,i,g){this._parser.write(A,g)};A.exports=Busboy;A.exports["default"]=Busboy;A.exports.Busboy=Busboy;A.exports.Dicer=C},1192:(A,i,g)=>{const{Readable:E}=g(7075);const{inherits:p}=g(7975);const C=g(7182);const f=g(8929);const Q=g(2747);const B=g(692);const I=g(2393);const y=/^boundary$/i;const b=/^form-data$/i;const D=/^charset$/i;const R=/^filename$/i;const k=/^name$/i;Multipart.detect=/^multipart\/form-data/i;function Multipart(A,i){let g;let E;const p=this;let S;const v=i.limits;const F=i.isPartAFile||((A,i,g)=>i==="application/octet-stream"||g!==undefined);const x=i.parsedConType||[];const U=i.defCharset||"utf8";const L=i.preservePath;const M={highWaterMark:i.fileHwm};for(g=0,E=x.length;gJ){p.parser.removeListener("part",onPart);p.parser.on("part",skipPart);A.hitPartsLimit=true;A.emit("partsLimit");return skipPart(i)}if(X){const A=X;A.emit("end");A.removeAllListeners("end")}i.on("header",(function(C){let I;let y;let S;let v;let x;let J;let _=0;if(C["content-type"]){S=f(C["content-type"][0]);if(S[0]){I=S[0].toLowerCase();for(g=0,E=S.length;gH){const E=H-_+A.length;if(E>0){g.push(A.slice(0,E))}g.truncated=true;g.bytesRead=H;i.removeAllListeners("data");g.emit("limit");return}else if(!g.push(A)){p._pause=true}g.bytesRead=_};K=function(){Z=undefined;g.push(null)}}else{if(j===Y){if(!A.hitFieldsLimit){A.hitFieldsLimit=true;A.emit("fieldsLimit")}return skipPart(i)}++j;++z;let g="";let E=false;X=i;V=function(A){if((_+=A.length)>T){const p=T-(_-A.length);g+=A.toString("binary",0,p);E=true;i.removeAllListeners("data")}else{g+=A.toString("binary")}};K=function(){X=undefined;if(g.length){g=Q(g,"binary",v)}A.emit("field",y,g,false,E,x,I);--z;checkFinished()}}i._readableState.sync=false;i.on("data",V);i.on("end",K)})).on("error",(function(A){if(Z){Z.emit("error",A)}}))})).on("error",(function(i){A.emit("error",i)})).on("finish",(function(){K=true;checkFinished()}))}Multipart.prototype.write=function(A,i){const g=this.parser.write(A);if(g&&!this._pause){i()}else{this._needDrain=!g;this._cb=i}};Multipart.prototype.end=function(){const A=this;if(A.parser.writable){A.parser.end()}else if(!A._boy._done){process.nextTick((function(){A._boy._done=true;A._boy.emit("finish")}))}};function skipPart(A){A.resume()}function FileStream(A){E.call(this,A);this.bytesRead=0;this.truncated=false}p(FileStream,E);FileStream.prototype._read=function(A){};A.exports=Multipart},855:(A,i,g)=>{const E=g(1496);const p=g(2747);const C=g(2393);const f=/^charset$/i;UrlEncoded.detect=/^application\/x-www-form-urlencoded/i;function UrlEncoded(A,i){const g=i.limits;const p=i.parsedConType;this.boy=A;this.fieldSizeLimit=C(g,"fieldSize",1*1024*1024);this.fieldNameSizeLimit=C(g,"fieldNameSize",100);this.fieldsLimit=C(g,"fields",Infinity);let Q;for(var B=0,I=p.length;Bf){this._key+=this.decoder.write(A.toString("binary",f,g))}this._state="val";this._hitLimit=false;this._checkingBytes=true;this._val="";this._bytesVal=0;this._valTrunc=false;this.decoder.reset();f=g+1}else if(E!==undefined){++this._fields;let g;const C=this._keyTrunc;if(E>f){g=this._key+=this.decoder.write(A.toString("binary",f,E))}else{g=this._key}this._hitLimit=false;this._checkingBytes=true;this._key="";this._bytesKey=0;this._keyTrunc=false;this.decoder.reset();if(g.length){this.boy.emit("field",p(g,"binary",this.charset),"",C,false)}f=E+1;if(this._fields===this.fieldsLimit){return i()}}else if(this._hitLimit){if(C>f){this._key+=this.decoder.write(A.toString("binary",f,C))}f=C;if((this._bytesKey=this._key.length)===this.fieldNameSizeLimit){this._checkingBytes=false;this._keyTrunc=true}}else{if(ff){this._val+=this.decoder.write(A.toString("binary",f,E))}this.boy.emit("field",p(this._key,"binary",this.charset),p(this._val,"binary",this.charset),this._keyTrunc,this._valTrunc);this._state="key";this._hitLimit=false;this._checkingBytes=true;this._key="";this._bytesKey=0;this._keyTrunc=false;this.decoder.reset();f=E+1;if(this._fields===this.fieldsLimit){return i()}}else if(this._hitLimit){if(C>f){this._val+=this.decoder.write(A.toString("binary",f,C))}f=C;if(this._val===""&&this.fieldSizeLimit===0||(this._bytesVal=this._val.length)===this.fieldSizeLimit){this._checkingBytes=false;this._valTrunc=true}}else{if(f0){this.boy.emit("field",p(this._key,"binary",this.charset),"",this._keyTrunc,false)}else if(this._state==="val"){this.boy.emit("field",p(this._key,"binary",this.charset),p(this._val,"binary",this.charset),this._keyTrunc,this._valTrunc)}this.boy._done=true;this.boy.emit("finish")};A.exports=UrlEncoded},1496:A=>{const i=/\+/g;const g=[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,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,1,1,1,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,1,1,1,1,1,1,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 Decoder(){this.buffer=undefined}Decoder.prototype.write=function(A){A=A.replace(i," ");let E="";let p=0;let C=0;const f=A.length;for(;pC){E+=A.substring(C,p);C=p}this.buffer="";++C}}if(C{A.exports=function basename(A){if(typeof A!=="string"){return""}for(var i=A.length-1;i>=0;--i){switch(A.charCodeAt(i)){case 47:case 92:A=A.slice(i+1);return A===".."||A==="."?"":A}}return A===".."||A==="."?"":A}},2747:function(A){const i=new TextDecoder("utf-8");const g=new Map([["utf-8",i],["utf8",i]]);function getDecoder(A){let i;while(true){switch(A){case"utf-8":case"utf8":return E.utf8;case"latin1":case"ascii":case"us-ascii":case"iso-8859-1":case"iso8859-1":case"iso88591":case"iso_8859-1":case"windows-1252":case"iso_8859-1:1987":case"cp1252":case"x-cp1252":return E.latin1;case"utf16le":case"utf-16le":case"ucs2":case"ucs-2":return E.utf16le;case"base64":return E.base64;default:if(i===undefined){i=true;A=A.toLowerCase();continue}return E.other.bind(A)}}}const E={utf8:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){A=Buffer.from(A,i)}return A.utf8Slice(0,A.length)},latin1:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){return A}return A.latin1Slice(0,A.length)},utf16le:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){A=Buffer.from(A,i)}return A.ucs2Slice(0,A.length)},base64:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){A=Buffer.from(A,i)}return A.base64Slice(0,A.length)},other:(A,i)=>{if(A.length===0){return""}if(typeof A==="string"){A=Buffer.from(A,i)}if(g.has(this.toString())){try{return g.get(this).decode(A)}catch{}}return typeof A==="string"?A:A.toString()}};function decodeText(A,i,g){if(A){return getDecoder(g)(A,i)}return A}A.exports=decodeText},2393:A=>{A.exports=function getLimit(A,i,g){if(!A||A[i]===undefined||A[i]===null){return g}if(typeof A[i]!=="number"||isNaN(A[i])){throw new TypeError("Limit "+i+" is not a valid number")}return A[i]}},8929:(A,i,g)=>{const E=g(2747);const p=/%[a-fA-F0-9][a-fA-F0-9]/g;const C={"%00":"\0","%01":"","%02":"","%03":"","%04":"","%05":"","%06":"","%07":"","%08":"\b","%09":"\t","%0a":"\n","%0A":"\n","%0b":"\v","%0B":"\v","%0c":"\f","%0C":"\f","%0d":"\r","%0D":"\r","%0e":"","%0E":"","%0f":"","%0F":"","%10":"","%11":"","%12":"","%13":"","%14":"","%15":"","%16":"","%17":"","%18":"","%19":"","%1a":"","%1A":"","%1b":"","%1B":"","%1c":"","%1C":"","%1d":"","%1D":"","%1e":"","%1E":"","%1f":"","%1F":"","%20":" ","%21":"!","%22":'"',"%23":"#","%24":"$","%25":"%","%26":"&","%27":"'","%28":"(","%29":")","%2a":"*","%2A":"*","%2b":"+","%2B":"+","%2c":",","%2C":",","%2d":"-","%2D":"-","%2e":".","%2E":".","%2f":"/","%2F":"/","%30":"0","%31":"1","%32":"2","%33":"3","%34":"4","%35":"5","%36":"6","%37":"7","%38":"8","%39":"9","%3a":":","%3A":":","%3b":";","%3B":";","%3c":"<","%3C":"<","%3d":"=","%3D":"=","%3e":">","%3E":">","%3f":"?","%3F":"?","%40":"@","%41":"A","%42":"B","%43":"C","%44":"D","%45":"E","%46":"F","%47":"G","%48":"H","%49":"I","%4a":"J","%4A":"J","%4b":"K","%4B":"K","%4c":"L","%4C":"L","%4d":"M","%4D":"M","%4e":"N","%4E":"N","%4f":"O","%4F":"O","%50":"P","%51":"Q","%52":"R","%53":"S","%54":"T","%55":"U","%56":"V","%57":"W","%58":"X","%59":"Y","%5a":"Z","%5A":"Z","%5b":"[","%5B":"[","%5c":"\\","%5C":"\\","%5d":"]","%5D":"]","%5e":"^","%5E":"^","%5f":"_","%5F":"_","%60":"`","%61":"a","%62":"b","%63":"c","%64":"d","%65":"e","%66":"f","%67":"g","%68":"h","%69":"i","%6a":"j","%6A":"j","%6b":"k","%6B":"k","%6c":"l","%6C":"l","%6d":"m","%6D":"m","%6e":"n","%6E":"n","%6f":"o","%6F":"o","%70":"p","%71":"q","%72":"r","%73":"s","%74":"t","%75":"u","%76":"v","%77":"w","%78":"x","%79":"y","%7a":"z","%7A":"z","%7b":"{","%7B":"{","%7c":"|","%7C":"|","%7d":"}","%7D":"}","%7e":"~","%7E":"~","%7f":"","%7F":"","%80":"€","%81":"","%82":"‚","%83":"ƒ","%84":"„","%85":"…","%86":"†","%87":"‡","%88":"ˆ","%89":"‰","%8a":"Š","%8A":"Š","%8b":"‹","%8B":"‹","%8c":"Œ","%8C":"Œ","%8d":"","%8D":"","%8e":"Ž","%8E":"Ž","%8f":"","%8F":"","%90":"","%91":"‘","%92":"’","%93":"“","%94":"”","%95":"•","%96":"–","%97":"—","%98":"˜","%99":"™","%9a":"š","%9A":"š","%9b":"›","%9B":"›","%9c":"œ","%9C":"œ","%9d":"","%9D":"","%9e":"ž","%9E":"ž","%9f":"Ÿ","%9F":"Ÿ","%a0":" ","%A0":" ","%a1":"¡","%A1":"¡","%a2":"¢","%A2":"¢","%a3":"£","%A3":"£","%a4":"¤","%A4":"¤","%a5":"¥","%A5":"¥","%a6":"¦","%A6":"¦","%a7":"§","%A7":"§","%a8":"¨","%A8":"¨","%a9":"©","%A9":"©","%aa":"ª","%Aa":"ª","%aA":"ª","%AA":"ª","%ab":"«","%Ab":"«","%aB":"«","%AB":"«","%ac":"¬","%Ac":"¬","%aC":"¬","%AC":"¬","%ad":"­","%Ad":"­","%aD":"­","%AD":"­","%ae":"®","%Ae":"®","%aE":"®","%AE":"®","%af":"¯","%Af":"¯","%aF":"¯","%AF":"¯","%b0":"°","%B0":"°","%b1":"±","%B1":"±","%b2":"²","%B2":"²","%b3":"³","%B3":"³","%b4":"´","%B4":"´","%b5":"µ","%B5":"µ","%b6":"¶","%B6":"¶","%b7":"·","%B7":"·","%b8":"¸","%B8":"¸","%b9":"¹","%B9":"¹","%ba":"º","%Ba":"º","%bA":"º","%BA":"º","%bb":"»","%Bb":"»","%bB":"»","%BB":"»","%bc":"¼","%Bc":"¼","%bC":"¼","%BC":"¼","%bd":"½","%Bd":"½","%bD":"½","%BD":"½","%be":"¾","%Be":"¾","%bE":"¾","%BE":"¾","%bf":"¿","%Bf":"¿","%bF":"¿","%BF":"¿","%c0":"À","%C0":"À","%c1":"Á","%C1":"Á","%c2":"Â","%C2":"Â","%c3":"Ã","%C3":"Ã","%c4":"Ä","%C4":"Ä","%c5":"Å","%C5":"Å","%c6":"Æ","%C6":"Æ","%c7":"Ç","%C7":"Ç","%c8":"È","%C8":"È","%c9":"É","%C9":"É","%ca":"Ê","%Ca":"Ê","%cA":"Ê","%CA":"Ê","%cb":"Ë","%Cb":"Ë","%cB":"Ë","%CB":"Ë","%cc":"Ì","%Cc":"Ì","%cC":"Ì","%CC":"Ì","%cd":"Í","%Cd":"Í","%cD":"Í","%CD":"Í","%ce":"Î","%Ce":"Î","%cE":"Î","%CE":"Î","%cf":"Ï","%Cf":"Ï","%cF":"Ï","%CF":"Ï","%d0":"Ð","%D0":"Ð","%d1":"Ñ","%D1":"Ñ","%d2":"Ò","%D2":"Ò","%d3":"Ó","%D3":"Ó","%d4":"Ô","%D4":"Ô","%d5":"Õ","%D5":"Õ","%d6":"Ö","%D6":"Ö","%d7":"×","%D7":"×","%d8":"Ø","%D8":"Ø","%d9":"Ù","%D9":"Ù","%da":"Ú","%Da":"Ú","%dA":"Ú","%DA":"Ú","%db":"Û","%Db":"Û","%dB":"Û","%DB":"Û","%dc":"Ü","%Dc":"Ü","%dC":"Ü","%DC":"Ü","%dd":"Ý","%Dd":"Ý","%dD":"Ý","%DD":"Ý","%de":"Þ","%De":"Þ","%dE":"Þ","%DE":"Þ","%df":"ß","%Df":"ß","%dF":"ß","%DF":"ß","%e0":"à","%E0":"à","%e1":"á","%E1":"á","%e2":"â","%E2":"â","%e3":"ã","%E3":"ã","%e4":"ä","%E4":"ä","%e5":"å","%E5":"å","%e6":"æ","%E6":"æ","%e7":"ç","%E7":"ç","%e8":"è","%E8":"è","%e9":"é","%E9":"é","%ea":"ê","%Ea":"ê","%eA":"ê","%EA":"ê","%eb":"ë","%Eb":"ë","%eB":"ë","%EB":"ë","%ec":"ì","%Ec":"ì","%eC":"ì","%EC":"ì","%ed":"í","%Ed":"í","%eD":"í","%ED":"í","%ee":"î","%Ee":"î","%eE":"î","%EE":"î","%ef":"ï","%Ef":"ï","%eF":"ï","%EF":"ï","%f0":"ð","%F0":"ð","%f1":"ñ","%F1":"ñ","%f2":"ò","%F2":"ò","%f3":"ó","%F3":"ó","%f4":"ô","%F4":"ô","%f5":"õ","%F5":"õ","%f6":"ö","%F6":"ö","%f7":"÷","%F7":"÷","%f8":"ø","%F8":"ø","%f9":"ù","%F9":"ù","%fa":"ú","%Fa":"ú","%fA":"ú","%FA":"ú","%fb":"û","%Fb":"û","%fB":"û","%FB":"û","%fc":"ü","%Fc":"ü","%fC":"ü","%FC":"ü","%fd":"ý","%Fd":"ý","%fD":"ý","%FD":"ý","%fe":"þ","%Fe":"þ","%fE":"þ","%FE":"þ","%ff":"ÿ","%Ff":"ÿ","%fF":"ÿ","%FF":"ÿ"};function encodedReplacer(A){return C[A]}const f=0;const Q=1;const B=2;const I=3;function parseParams(A){const i=[];let g=f;let C="";let y=false;let b=false;let D=0;let R="";const k=A.length;for(var S=0;S{A.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/city+json":{"source":"iana","compressible":true},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true,"extensions":["cpl"]},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dash-patch+xml":{"source":"iana","compressible":true,"extensions":["mpp"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true,"extensions":["mpf"]},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/oblivious-dns-message":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana","extensions":["asc"]},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.eclipse.ditto+json":{"source":"iana","compressible":true},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eu.kasparian.car+json":{"source":"iana","compressible":true},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.familysearch.gedcom+zip":{"source":"iana","compressible":false},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hl7cda+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hl7v2+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxar.archive.3tz+zip":{"source":"iana","compressible":false},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.syft+json":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true,"extensions":["wif"]},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana","extensions":["avci"]},"image/avcs":{"source":"iana","extensions":["avcs"]},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')}};var g={};function __nccwpck_require__(A){var E=g[A];if(E!==undefined){return E.exports}var p=g[A]={exports:{}};var C=true;try{i[A].call(p.exports,p,p.exports,__nccwpck_require__);C=false}finally{if(C)delete g[A]}return p.exports}(()=>{var A=Object.getPrototypeOf?A=>Object.getPrototypeOf(A):A=>A.__proto__;var i;__nccwpck_require__.t=function(g,E){if(E&1)g=this(g);if(E&8)return g;if(typeof g==="object"&&g){if(E&4&&g.__esModule)return g;if(E&16&&typeof g.then==="function")return g}var p=Object.create(null);__nccwpck_require__.r(p);var C={};i=i||[null,A({}),A([]),A(A)];for(var f=E&2&&g;typeof f=="object"&&!~i.indexOf(f);f=A(f)){Object.getOwnPropertyNames(f).forEach((A=>C[A]=()=>g[A]))}C["default"]=()=>g;__nccwpck_require__.d(p,C);return p}})();(()=>{__nccwpck_require__.d=(A,i)=>{for(var g in i){if(__nccwpck_require__.o(i,g)&&!__nccwpck_require__.o(A,g)){Object.defineProperty(A,g,{enumerable:true,get:i[g]})}}}})();(()=>{__nccwpck_require__.o=(A,i)=>Object.prototype.hasOwnProperty.call(A,i)})();(()=>{__nccwpck_require__.r=A=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(A,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(A,"__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 E={};__nccwpck_require__.d(E,{qE:()=>applyOnAction,UE:()=>postCode,AG:()=>readFilesIntoDict,gm:()=>readReplaceAndWriteFiles,Lb:()=>replacePlaceholders,xP:()=>validateAuthentication});var p=__nccwpck_require__(9546);var C=__nccwpck_require__(857);function utils_toCommandValue(A){if(A===null||A===undefined){return""}else if(typeof A==="string"||A instanceof String){return A}return JSON.stringify(A)}function utils_toCommandProperties(A){if(!Object.keys(A).length){return{}}return{title:A.title,file:A.file,line:A.startLine,endLine:A.endLine,col:A.startColumn,endColumn:A.endColumn}}function command_issueCommand(A,i,g){const E=new Command(A,i,g);process.stdout.write(E.toString()+C.EOL)}function command_issue(A,i=""){command_issueCommand(A,{},i)}const f="::";class Command{constructor(A,i,g){if(!A){A="missing.command"}this.command=A;this.properties=i;this.message=g}toString(){let A=f+this.command;if(this.properties&&Object.keys(this.properties).length>0){A+=" ";let i=true;for(const g in this.properties){if(this.properties.hasOwnProperty(g)){const E=this.properties[g];if(E){if(i){i=false}else{A+=","}A+=`${g}=${escapeProperty(E)}`}}}}A+=`${f}${escapeData(this.message)}`;return A}}function escapeData(A){return utils_toCommandValue(A).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function escapeProperty(A){return utils_toCommandValue(A).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}var Q=__nccwpck_require__(6982);var B=__nccwpck_require__(9896);function file_command_issueFileCommand(A,i){const g=process.env[`GITHUB_${A}`];if(!g){throw new Error(`Unable to find environment variable for file command ${A}`)}if(!B.existsSync(g)){throw new Error(`Missing file at path: ${g}`)}B.appendFileSync(g,`${utils_toCommandValue(i)}${C.EOL}`,{encoding:"utf8"})}function file_command_prepareKeyValueMessage(A,i){const g=`ghadelimiter_${Q.randomUUID()}`;const E=utils_toCommandValue(i);if(A.includes(g)){throw new Error(`Unexpected input: name should not contain the delimiter "${g}"`)}if(E.includes(g)){throw new Error(`Unexpected input: value should not contain the delimiter "${g}"`)}return`${A}<<${g}${C.EOL}${E}${C.EOL}${g}`}var I=__nccwpck_require__(6928);var y=__nccwpck_require__(8611);var b=__nccwpck_require__(5692);function getProxyUrl(A){const i=A.protocol==="https:";if(checkBypass(A)){return undefined}const g=(()=>{if(i){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(g){try{return new DecodedURL(g)}catch(A){if(!g.startsWith("http://")&&!g.startsWith("https://"))return new DecodedURL(`http://${g}`)}}else{return undefined}}function checkBypass(A){if(!A.hostname){return false}const i=A.hostname;if(isLoopbackAddress(i)){return true}const g=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!g){return false}let E;if(A.port){E=Number(A.port)}else if(A.protocol==="http:"){E=80}else if(A.protocol==="https:"){E=443}const p=[A.hostname.toUpperCase()];if(typeof E==="number"){p.push(`${p[0]}:${E}`)}for(const A of g.split(",").map((A=>A.trim().toUpperCase())).filter((A=>A))){if(A==="*"||p.some((i=>i===A||i.endsWith(`.${A}`)||A.startsWith(".")&&i.endsWith(`${A}`)))){return true}}return false}function isLoopbackAddress(A){const i=A.toLowerCase();return i==="localhost"||i.startsWith("127.")||i.startsWith("[::1]")||i.startsWith("[0:0:0:0:0:0:0:1]")}class DecodedURL extends URL{constructor(A,i){super(A,i);this._decodedUsername=decodeURIComponent(super.username);this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}var D=__nccwpck_require__(770);var R=__nccwpck_require__(6752);var k=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};var S;(function(A){A[A["OK"]=200]="OK";A[A["MultipleChoices"]=300]="MultipleChoices";A[A["MovedPermanently"]=301]="MovedPermanently";A[A["ResourceMoved"]=302]="ResourceMoved";A[A["SeeOther"]=303]="SeeOther";A[A["NotModified"]=304]="NotModified";A[A["UseProxy"]=305]="UseProxy";A[A["SwitchProxy"]=306]="SwitchProxy";A[A["TemporaryRedirect"]=307]="TemporaryRedirect";A[A["PermanentRedirect"]=308]="PermanentRedirect";A[A["BadRequest"]=400]="BadRequest";A[A["Unauthorized"]=401]="Unauthorized";A[A["PaymentRequired"]=402]="PaymentRequired";A[A["Forbidden"]=403]="Forbidden";A[A["NotFound"]=404]="NotFound";A[A["MethodNotAllowed"]=405]="MethodNotAllowed";A[A["NotAcceptable"]=406]="NotAcceptable";A[A["ProxyAuthenticationRequired"]=407]="ProxyAuthenticationRequired";A[A["RequestTimeout"]=408]="RequestTimeout";A[A["Conflict"]=409]="Conflict";A[A["Gone"]=410]="Gone";A[A["TooManyRequests"]=429]="TooManyRequests";A[A["InternalServerError"]=500]="InternalServerError";A[A["NotImplemented"]=501]="NotImplemented";A[A["BadGateway"]=502]="BadGateway";A[A["ServiceUnavailable"]=503]="ServiceUnavailable";A[A["GatewayTimeout"]=504]="GatewayTimeout"})(S||(S={}));var v;(function(A){A["Accept"]="accept";A["ContentType"]="content-type"})(v||(v={}));var F;(function(A){A["ApplicationJson"]="application/json"})(F||(F={}));function lib_getProxyUrl(A){const i=pm.getProxyUrl(new URL(A));return i?i.href:""}const x=[S.MovedPermanently,S.ResourceMoved,S.SeeOther,S.TemporaryRedirect,S.PermanentRedirect];const U=[S.BadGateway,S.ServiceUnavailable,S.GatewayTimeout];const L=null&&["OPTIONS","GET","DELETE","HEAD"];const M=10;const T=5;class HttpClientError extends Error{constructor(A,i){super(A);this.name="HttpClientError";this.statusCode=i;Object.setPrototypeOf(this,HttpClientError.prototype)}}class HttpClientResponse{constructor(A){this.message=A}readBody(){return k(this,void 0,void 0,(function*(){return new Promise((A=>k(this,void 0,void 0,(function*(){let i=Buffer.alloc(0);this.message.on("data",(A=>{i=Buffer.concat([i,A])}));this.message.on("end",(()=>{A(i.toString())}))}))))}))}readBodyBuffer(){return k(this,void 0,void 0,(function*(){return new Promise((A=>k(this,void 0,void 0,(function*(){const i=[];this.message.on("data",(A=>{i.push(A)}));this.message.on("end",(()=>{A(Buffer.concat(i))}))}))))}))}}function isHttps(A){const i=new URL(A);return i.protocol==="https:"}class lib_HttpClient{constructor(A,i,g){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(A);this.handlers=i||[];this.requestOptions=g;if(g){if(g.ignoreSslError!=null){this._ignoreSslError=g.ignoreSslError}this._socketTimeout=g.socketTimeout;if(g.allowRedirects!=null){this._allowRedirects=g.allowRedirects}if(g.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=g.allowRedirectDowngrade}if(g.maxRedirects!=null){this._maxRedirects=Math.max(g.maxRedirects,0)}if(g.keepAlive!=null){this._keepAlive=g.keepAlive}if(g.allowRetries!=null){this._allowRetries=g.allowRetries}if(g.maxRetries!=null){this._maxRetries=g.maxRetries}}}options(A,i){return k(this,void 0,void 0,(function*(){return this.request("OPTIONS",A,null,i||{})}))}get(A,i){return k(this,void 0,void 0,(function*(){return this.request("GET",A,null,i||{})}))}del(A,i){return k(this,void 0,void 0,(function*(){return this.request("DELETE",A,null,i||{})}))}post(A,i,g){return k(this,void 0,void 0,(function*(){return this.request("POST",A,i,g||{})}))}patch(A,i,g){return k(this,void 0,void 0,(function*(){return this.request("PATCH",A,i,g||{})}))}put(A,i,g){return k(this,void 0,void 0,(function*(){return this.request("PUT",A,i,g||{})}))}head(A,i){return k(this,void 0,void 0,(function*(){return this.request("HEAD",A,null,i||{})}))}sendStream(A,i,g,E){return k(this,void 0,void 0,(function*(){return this.request(A,i,g,E)}))}getJson(A){return k(this,arguments,void 0,(function*(A,i={}){i[v.Accept]=this._getExistingOrDefaultHeader(i,v.Accept,F.ApplicationJson);const g=yield this.get(A,i);return this._processResponse(g,this.requestOptions)}))}postJson(A,i){return k(this,arguments,void 0,(function*(A,i,g={}){const E=JSON.stringify(i,null,2);g[v.Accept]=this._getExistingOrDefaultHeader(g,v.Accept,F.ApplicationJson);g[v.ContentType]=this._getExistingOrDefaultContentTypeHeader(g,F.ApplicationJson);const p=yield this.post(A,E,g);return this._processResponse(p,this.requestOptions)}))}putJson(A,i){return k(this,arguments,void 0,(function*(A,i,g={}){const E=JSON.stringify(i,null,2);g[v.Accept]=this._getExistingOrDefaultHeader(g,v.Accept,F.ApplicationJson);g[v.ContentType]=this._getExistingOrDefaultContentTypeHeader(g,F.ApplicationJson);const p=yield this.put(A,E,g);return this._processResponse(p,this.requestOptions)}))}patchJson(A,i){return k(this,arguments,void 0,(function*(A,i,g={}){const E=JSON.stringify(i,null,2);g[v.Accept]=this._getExistingOrDefaultHeader(g,v.Accept,F.ApplicationJson);g[v.ContentType]=this._getExistingOrDefaultContentTypeHeader(g,F.ApplicationJson);const p=yield this.patch(A,E,g);return this._processResponse(p,this.requestOptions)}))}request(A,i,g,E){return k(this,void 0,void 0,(function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const p=new URL(i);let C=this._prepareRequest(A,p,E);const f=this._allowRetries&&L.includes(A)?this._maxRetries+1:1;let Q=0;let B;do{B=yield this.requestRaw(C,g);if(B&&B.message&&B.message.statusCode===S.Unauthorized){let A;for(const i of this.handlers){if(i.canHandleAuthentication(B)){A=i;break}}if(A){return A.handleAuthentication(this,C,g)}else{return B}}let i=this._maxRedirects;while(B.message.statusCode&&x.includes(B.message.statusCode)&&this._allowRedirects&&i>0){const f=B.message.headers["location"];if(!f){break}const Q=new URL(f);if(p.protocol==="https:"&&p.protocol!==Q.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(Q.hostname!==p.hostname){for(const A in E){if(A.toLowerCase()==="authorization"){delete E[A]}}}C=this._prepareRequest(A,Q,E);B=yield this.requestRaw(C,g);i--}if(!B.message.statusCode||!U.includes(B.message.statusCode)){return B}Q+=1;if(Q{function callbackForResult(A,i){if(A){E(A)}else if(!i){E(new Error("Unknown error"))}else{g(i)}}this.requestRawWithCallback(A,i,callbackForResult)}))}))}requestRawWithCallback(A,i,g){if(typeof i==="string"){if(!A.options.headers){A.options.headers={}}A.options.headers["Content-Length"]=Buffer.byteLength(i,"utf8")}let E=false;function handleResult(A,i){if(!E){E=true;g(A,i)}}const p=A.httpModule.request(A.options,(A=>{const i=new HttpClientResponse(A);handleResult(undefined,i)}));let C;p.on("socket",(A=>{C=A}));p.setTimeout(this._socketTimeout||3*6e4,(()=>{if(C){C.end()}handleResult(new Error(`Request timeout: ${A.options.path}`))}));p.on("error",(function(A){handleResult(A)}));if(i&&typeof i==="string"){p.write(i,"utf8")}if(i&&typeof i!=="string"){i.on("close",(function(){p.end()}));i.pipe(p)}else{p.end()}}getAgent(A){const i=new URL(A);return this._getAgent(i)}getAgentDispatcher(A){const i=new URL(A);const g=pm.getProxyUrl(i);const E=g&&g.hostname;if(!E){return}return this._getProxyAgentDispatcher(i,g)}_prepareRequest(A,i,g){const E={};E.parsedUrl=i;const p=E.parsedUrl.protocol==="https:";E.httpModule=p?https:http;const C=p?443:80;E.options={};E.options.host=E.parsedUrl.hostname;E.options.port=E.parsedUrl.port?parseInt(E.parsedUrl.port):C;E.options.path=(E.parsedUrl.pathname||"")+(E.parsedUrl.search||"");E.options.method=A;E.options.headers=this._mergeHeaders(g);if(this.userAgent!=null){E.options.headers["user-agent"]=this.userAgent}E.options.agent=this._getAgent(E.parsedUrl);if(this.handlers){for(const A of this.handlers){A.prepareRequest(E.options)}}return E}_mergeHeaders(A){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(A||{}))}return lowercaseKeys(A||{})}_getExistingOrDefaultHeader(A,i,g){let E;if(this.requestOptions&&this.requestOptions.headers){const A=lowercaseKeys(this.requestOptions.headers)[i];if(A){E=typeof A==="number"?A.toString():A}}const p=A[i];if(p!==undefined){return typeof p==="number"?p.toString():p}if(E!==undefined){return E}return g}_getExistingOrDefaultContentTypeHeader(A,i){let g;if(this.requestOptions&&this.requestOptions.headers){const A=lowercaseKeys(this.requestOptions.headers)[v.ContentType];if(A){if(typeof A==="number"){g=String(A)}else if(Array.isArray(A)){g=A.join(", ")}else{g=A}}}const E=A[v.ContentType];if(E!==undefined){if(typeof E==="number"){return String(E)}else if(Array.isArray(E)){return E.join(", ")}else{return E}}if(g!==undefined){return g}return i}_getAgent(A){let i;const g=pm.getProxyUrl(A);const E=g&&g.hostname;if(this._keepAlive&&E){i=this._proxyAgent}if(!E){i=this._agent}if(i){return i}const p=A.protocol==="https:";let C=100;if(this.requestOptions){C=this.requestOptions.maxSockets||http.globalAgent.maxSockets}if(g&&g.hostname){const A={maxSockets:C,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(g.username||g.password)&&{proxyAuth:`${g.username}:${g.password}`}),{host:g.hostname,port:g.port})};let E;const f=g.protocol==="https:";if(p){E=f?tunnel.httpsOverHttps:tunnel.httpsOverHttp}else{E=f?tunnel.httpOverHttps:tunnel.httpOverHttp}i=E(A);this._proxyAgent=i}if(!i){const A={keepAlive:this._keepAlive,maxSockets:C};i=p?new https.Agent(A):new http.Agent(A);this._agent=i}if(p&&this._ignoreSslError){i.options=Object.assign(i.options||{},{rejectUnauthorized:false})}return i}_getProxyAgentDispatcher(A,i){let g;if(this._keepAlive){g=this._proxyAgentDispatcher}if(g){return g}const E=A.protocol==="https:";g=new ProxyAgent(Object.assign({uri:i.href,pipelining:!this._keepAlive?0:1},(i.username||i.password)&&{token:`Basic ${Buffer.from(`${i.username}:${i.password}`).toString("base64")}`}));this._proxyAgentDispatcher=g;if(E&&this._ignoreSslError){g.options=Object.assign(g.options.requestTls||{},{rejectUnauthorized:false})}return g}_getUserAgentWithOrchestrationId(A){const i=A||"actions/http-client";const g=process.env["ACTIONS_ORCHESTRATION_ID"];if(g){const A=g.replace(/[^a-z0-9_.-]/gi,"_");return`${i} actions_orchestration_id/${A}`}return i}_performExponentialBackoff(A){return k(this,void 0,void 0,(function*(){A=Math.min(M,A);const i=T*Math.pow(2,A);return new Promise((A=>setTimeout((()=>A()),i)))}))}_processResponse(A,i){return k(this,void 0,void 0,(function*(){return new Promise(((g,E)=>k(this,void 0,void 0,(function*(){const p=A.message.statusCode||0;const C={statusCode:p,result:null,headers:{}};if(p===S.NotFound){g(C)}function dateTimeDeserializer(A,i){if(typeof i==="string"){const A=new Date(i);if(!isNaN(A.valueOf())){return A}}return i}let f;let Q;try{Q=yield A.readBody();if(Q&&Q.length>0){if(i&&i.deserializeDates){f=JSON.parse(Q,dateTimeDeserializer)}else{f=JSON.parse(Q)}C.result=f}C.headers=A.message.headers}catch(A){}if(p>299){let A;if(f&&f.message){A=f.message}else if(Q&&Q.length>0){A=Q}else{A=`Failed request: (${p})`}const i=new HttpClientError(A,p);i.result=C.result;E(i)}else{g(C)}}))))}))}}const lowercaseKeys=A=>Object.keys(A).reduce(((i,g)=>(i[g.toLowerCase()]=A[g],i)),{});var H=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};class BasicCredentialHandler{constructor(A,i){this.username=A;this.password=i}prepareRequest(A){if(!A.headers){throw Error("The request has no headers")}A.headers["Authorization"]=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return H(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}class auth_BearerCredentialHandler{constructor(A){this.token=A}prepareRequest(A){if(!A.headers){throw Error("The request has no headers")}A.headers["Authorization"]=`Bearer ${this.token}`}canHandleAuthentication(){return false}handleAuthentication(){return H(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}class PersonalAccessTokenCredentialHandler{constructor(A){this.token=A}prepareRequest(A){if(!A.headers){throw Error("The request has no headers")}A.headers["Authorization"]=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return H(this,void 0,void 0,(function*(){throw new Error("not implemented")}))}}var G=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};class oidc_utils_OidcClient{static createHttpClient(A=true,i=10){const g={allowRetries:A,maxRetries:i};return new HttpClient("actions/oidc-client",[new BearerCredentialHandler(oidc_utils_OidcClient.getRequestToken())],g)}static getRequestToken(){const A=process.env["ACTIONS_ID_TOKEN_REQUEST_TOKEN"];if(!A){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable")}return A}static getIDTokenUrl(){const A=process.env["ACTIONS_ID_TOKEN_REQUEST_URL"];if(!A){throw new Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable")}return A}static getCall(A){return G(this,void 0,void 0,(function*(){var i;const g=oidc_utils_OidcClient.createHttpClient();const E=yield g.getJson(A).catch((A=>{throw new Error(`Failed to get ID Token. \n \n Error Code : ${A.statusCode}\n \n Error Message: ${A.message}`)}));const p=(i=E.result)===null||i===void 0?void 0:i.value;if(!p){throw new Error("Response json body do not have ID Token field")}return p}))}static getIDToken(A){return G(this,void 0,void 0,(function*(){try{let i=oidc_utils_OidcClient.getIDTokenUrl();if(A){const g=encodeURIComponent(A);i=`${i}&audience=${g}`}debug(`ID token url is ${i}`);const g=yield oidc_utils_OidcClient.getCall(i);setSecret(g);return g}catch(A){throw new Error(`Error message: ${A.message}`)}}))}}var Y=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};const{access:J,appendFile:_,writeFile:V}=B.promises;const P="GITHUB_STEP_SUMMARY";const j="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";class Summary{constructor(){this._buffer=""}filePath(){return Y(this,void 0,void 0,(function*(){if(this._filePath){return this._filePath}const A=process.env[P];if(!A){throw new Error(`Unable to find environment variable for $${P}. Check if your runtime environment supports job summaries.`)}try{yield J(A,B.constants.R_OK|B.constants.W_OK)}catch(i){throw new Error(`Unable to access summary file: '${A}'. Check if the file has correct read/write permissions.`)}this._filePath=A;return this._filePath}))}wrap(A,i,g={}){const E=Object.entries(g).map((([A,i])=>` ${A}="${i}"`)).join("");if(!i){return`<${A}${E}>`}return`<${A}${E}>${i}`}write(A){return Y(this,void 0,void 0,(function*(){const i=!!(A===null||A===void 0?void 0:A.overwrite);const g=yield this.filePath();const E=i?V:_;yield E(g,this._buffer,{encoding:"utf8"});return this.emptyBuffer()}))}clear(){return Y(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(A,i=false){this._buffer+=A;return i?this.addEOL():this}addEOL(){return this.addRaw(C.EOL)}addCodeBlock(A,i){const g=Object.assign({},i&&{lang:i});const E=this.wrap("pre",this.wrap("code",A),g);return this.addRaw(E).addEOL()}addList(A,i=false){const g=i?"ol":"ul";const E=A.map((A=>this.wrap("li",A))).join("");const p=this.wrap(g,E);return this.addRaw(p).addEOL()}addTable(A){const i=A.map((A=>{const i=A.map((A=>{if(typeof A==="string"){return this.wrap("td",A)}const{header:i,data:g,colspan:E,rowspan:p}=A;const C=i?"th":"td";const f=Object.assign(Object.assign({},E&&{colspan:E}),p&&{rowspan:p});return this.wrap(C,g,f)})).join("");return this.wrap("tr",i)})).join("");const g=this.wrap("table",i);return this.addRaw(g).addEOL()}addDetails(A,i){const g=this.wrap("details",this.wrap("summary",A)+i);return this.addRaw(g).addEOL()}addImage(A,i,g){const{width:E,height:p}=g||{};const C=Object.assign(Object.assign({},E&&{width:E}),p&&{height:p});const f=this.wrap("img",null,Object.assign({src:A,alt:i},C));return this.addRaw(f).addEOL()}addHeading(A,i){const g=`h${i}`;const E=["h1","h2","h3","h4","h5","h6"].includes(g)?g:"h1";const p=this.wrap(E,A);return this.addRaw(p).addEOL()}addSeparator(){const A=this.wrap("hr",null);return this.addRaw(A).addEOL()}addBreak(){const A=this.wrap("br",null);return this.addRaw(A).addEOL()}addQuote(A,i){const g=Object.assign({},i&&{cite:i});const E=this.wrap("blockquote",A,g);return this.addRaw(E).addEOL()}addLink(A,i){const g=this.wrap("a",A,{href:i});return this.addRaw(g).addEOL()}}const z=new Summary;const Z=null&&z;const X=null&&z;function toPosixPath(A){return A.replace(/[\\]/g,"/")}function toWin32Path(A){return A.replace(/[/]/g,"\\")}function toPlatformPath(A){return A.replace(/[/\\]/g,path.sep)}var K=__nccwpck_require__(3193);var $=__nccwpck_require__(4434);var ee=__nccwpck_require__(5317);var te=__nccwpck_require__(2613);var Ae=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};const{chmod:se,copyFile:re,lstat:ne,mkdir:oe,open:ae,readdir:ue,rename:he,rm:de,rmdir:Ee,stat:pe,symlink:fe,unlink:Be}=B.promises;const Ie=process.platform==="win32";function readlink(A){return Ae(this,void 0,void 0,(function*(){const i=yield fs.promises.readlink(A);if(Ie&&!i.endsWith("\\")){return`${i}\\`}return i}))}const Re=268435456;const Se=B.constants.O_RDONLY;function exists(A){return Ae(this,void 0,void 0,(function*(){try{yield pe(A)}catch(A){if(A.code==="ENOENT"){return false}throw A}return true}))}function isDirectory(A){return Ae(this,arguments,void 0,(function*(A,i=false){const g=i?yield pe(A):yield ne(A);return g.isDirectory()}))}function isRooted(A){A=normalizeSeparators(A);if(!A){throw new Error('isRooted() parameter "p" cannot be empty')}if(Ie){return A.startsWith("\\")||/^[A-Z]:/i.test(A)}return A.startsWith("/")}function tryGetExecutablePath(A,i){return Ae(this,void 0,void 0,(function*(){let g=undefined;try{g=yield pe(A)}catch(i){if(i.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${A}': ${i}`)}}if(g&&g.isFile()){if(Ie){const g=I.extname(A).toUpperCase();if(i.some((A=>A.toUpperCase()===g))){return A}}else{if(isUnixExecutable(g)){return A}}}const E=A;for(const p of i){A=E+p;g=undefined;try{g=yield pe(A)}catch(i){if(i.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${A}': ${i}`)}}if(g&&g.isFile()){if(Ie){try{const i=I.dirname(A);const g=I.basename(A).toUpperCase();for(const E of yield ue(i)){if(g===E.toUpperCase()){A=I.join(i,E);break}}}catch(i){console.log(`Unexpected error attempting to determine the actual case of the file '${A}': ${i}`)}return A}else{if(isUnixExecutable(g)){return A}}}}return""}))}function normalizeSeparators(A){A=A||"";if(Ie){A=A.replace(/\//g,"\\");return A.replace(/\\\\+/g,"\\")}return A.replace(/\/\/+/g,"/")}function isUnixExecutable(A){return(A.mode&1)>0||(A.mode&8)>0&&process.getgid!==undefined&&A.gid===process.getgid()||(A.mode&64)>0&&process.getuid!==undefined&&A.uid===process.getuid()}function getCmdPath(){var A;return(A=process.env["COMSPEC"])!==null&&A!==void 0?A:`cmd.exe`}var ve=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};function cp(A,i){return ve(this,arguments,void 0,(function*(A,i,g={}){const{force:E,recursive:p,copySourceDirectory:C}=readCopyOptions(g);const f=(yield ioUtil.exists(i))?yield ioUtil.stat(i):null;if(f&&f.isFile()&&!E){return}const Q=f&&f.isDirectory()&&C?path.join(i,path.basename(A)):i;if(!(yield ioUtil.exists(A))){throw new Error(`no such file or directory: ${A}`)}const B=yield ioUtil.stat(A);if(B.isDirectory()){if(!p){throw new Error(`Failed to copy. ${A} is a directory, but tried to copy without recursive flag.`)}else{yield cpDirRecursive(A,Q,0,E)}}else{if(path.relative(A,Q)===""){throw new Error(`'${Q}' and '${A}' are the same file`)}yield io_copyFile(A,Q,E)}}))}function mv(A,i){return ve(this,arguments,void 0,(function*(A,i,g={}){if(yield ioUtil.exists(i)){let E=true;if(yield ioUtil.isDirectory(i)){i=path.join(i,path.basename(A));E=yield ioUtil.exists(i)}if(E){if(g.force==null||g.force){yield rmRF(i)}else{throw new Error("Destination already exists")}}}yield mkdirP(path.dirname(i));yield ioUtil.rename(A,i)}))}function rmRF(A){return ve(this,void 0,void 0,(function*(){if(ioUtil.IS_WINDOWS){if(/[*"<>|]/.test(A)){throw new Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows')}}try{yield ioUtil.rm(A,{force:true,maxRetries:3,recursive:true,retryDelay:300})}catch(A){throw new Error(`File was unable to be removed ${A}`)}}))}function mkdirP(A){return ve(this,void 0,void 0,(function*(){ok(A,"a path argument must be provided");yield ioUtil.mkdir(A,{recursive:true})}))}function which(A,i){return ve(this,void 0,void 0,(function*(){if(!A){throw new Error("parameter 'tool' is required")}if(i){const i=yield which(A,false);if(!i){if(Ie){throw new Error(`Unable to locate executable file: ${A}. 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: ${A}. 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 i}const g=yield findInPath(A);if(g&&g.length>0){return g[0]}return""}))}function findInPath(A){return ve(this,void 0,void 0,(function*(){if(!A){throw new Error("parameter 'tool' is required")}const i=[];if(Ie&&process.env["PATHEXT"]){for(const A of process.env["PATHEXT"].split(I.delimiter)){if(A){i.push(A)}}}if(isRooted(A)){const g=yield tryGetExecutablePath(A,i);if(g){return[g]}return[]}if(A.includes(I.sep)){return[]}const g=[];if(process.env.PATH){for(const A of process.env.PATH.split(I.delimiter)){if(A){g.push(A)}}}const E=[];for(const p of g){const g=yield tryGetExecutablePath(I.join(p,A),i);if(g){E.push(g)}}return E}))}function readCopyOptions(A){const i=A.force==null?true:A.force;const g=Boolean(A.recursive);const E=A.copySourceDirectory==null?true:Boolean(A.copySourceDirectory);return{force:i,recursive:g,copySourceDirectory:E}}function cpDirRecursive(A,i,g,E){return ve(this,void 0,void 0,(function*(){if(g>=255)return;g++;yield mkdirP(i);const p=yield ioUtil.readdir(A);for(const C of p){const p=`${A}/${C}`;const f=`${i}/${C}`;const Q=yield ioUtil.lstat(p);if(Q.isDirectory()){yield cpDirRecursive(p,f,g,E)}else{yield io_copyFile(p,f,E)}}yield ioUtil.chmod(i,(yield ioUtil.stat(A)).mode)}))}function io_copyFile(A,i,g){return ve(this,void 0,void 0,(function*(){if((yield ioUtil.lstat(A)).isSymbolicLink()){try{yield ioUtil.lstat(i);yield ioUtil.unlink(i)}catch(A){if(A.code==="EPERM"){yield ioUtil.chmod(i,"0666");yield ioUtil.unlink(i)}}const g=yield ioUtil.readlink(A);yield ioUtil.symlink(g,i,ioUtil.IS_WINDOWS?"junction":null)}else if(!(yield ioUtil.exists(i))||g){yield ioUtil.copyFile(A,i)}}))}var xe=__nccwpck_require__(3557);var Ne=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};const Le=process.platform==="win32";class ToolRunner extends $.EventEmitter{constructor(A,i,g){super();if(!A){throw new Error("Parameter 'toolPath' cannot be null or empty.")}this.toolPath=A;this.args=i||[];this.options=g||{}}_debug(A){if(this.options.listeners&&this.options.listeners.debug){this.options.listeners.debug(A)}}_getCommandString(A,i){const g=this._getSpawnFileName();const E=this._getSpawnArgs(A);let p=i?"":"[command]";if(Le){if(this._isCmdFile()){p+=g;for(const A of E){p+=` ${A}`}}else if(A.windowsVerbatimArguments){p+=`"${g}"`;for(const A of E){p+=` ${A}`}}else{p+=this._windowsQuoteCmdArg(g);for(const A of E){p+=` ${this._windowsQuoteCmdArg(A)}`}}}else{p+=g;for(const A of E){p+=` ${A}`}}return p}_processLineBuffer(A,i,g){try{let E=i+A.toString();let p=E.indexOf(C.EOL);while(p>-1){const A=E.substring(0,p);g(A);E=E.substring(p+C.EOL.length);p=E.indexOf(C.EOL)}return E}catch(A){this._debug(`error processing line. Failed with error ${A}`);return""}}_getSpawnFileName(){if(Le){if(this._isCmdFile()){return process.env["COMSPEC"]||"cmd.exe"}}return this.toolPath}_getSpawnArgs(A){if(Le){if(this._isCmdFile()){let i=`/D /S /C "${this._windowsQuoteCmdArg(this.toolPath)}`;for(const g of this.args){i+=" ";i+=A.windowsVerbatimArguments?g:this._windowsQuoteCmdArg(g)}i+='"';return[i]}}return this.args}_endsWith(A,i){return A.endsWith(i)}_isCmdFile(){const A=this.toolPath.toUpperCase();return this._endsWith(A,".CMD")||this._endsWith(A,".BAT")}_windowsQuoteCmdArg(A){if(!this._isCmdFile()){return this._uvQuoteCmdArg(A)}if(!A){return'""'}const i=[" ","\t","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'];let g=false;for(const E of A){if(i.some((A=>A===E))){g=true;break}}if(!g){return A}let E='"';let p=true;for(let i=A.length;i>0;i--){E+=A[i-1];if(p&&A[i-1]==="\\"){E+="\\"}else if(A[i-1]==='"'){p=true;E+='"'}else{p=false}}E+='"';return E.split("").reverse().join("")}_uvQuoteCmdArg(A){if(!A){return'""'}if(!A.includes(" ")&&!A.includes("\t")&&!A.includes('"')){return A}if(!A.includes('"')&&!A.includes("\\")){return`"${A}"`}let i='"';let g=true;for(let E=A.length;E>0;E--){i+=A[E-1];if(g&&A[E-1]==="\\"){i+="\\"}else if(A[E-1]==='"'){g=true;i+="\\"}else{g=false}}i+='"';return i.split("").reverse().join("")}_cloneExecOptions(A){A=A||{};const i={cwd:A.cwd||process.cwd(),env:A.env||process.env,silent:A.silent||false,windowsVerbatimArguments:A.windowsVerbatimArguments||false,failOnStdErr:A.failOnStdErr||false,ignoreReturnCode:A.ignoreReturnCode||false,delay:A.delay||1e4};i.outStream=A.outStream||process.stdout;i.errStream=A.errStream||process.stderr;return i}_getSpawnOptions(A,i){A=A||{};const g={};g.cwd=A.cwd;g.env=A.env;g["windowsVerbatimArguments"]=A.windowsVerbatimArguments||this._isCmdFile();if(A.windowsVerbatimArguments){g.argv0=`"${i}"`}return g}exec(){return Ne(this,void 0,void 0,(function*(){if(!isRooted(this.toolPath)&&(this.toolPath.includes("/")||Le&&this.toolPath.includes("\\"))){this.toolPath=I.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)}this.toolPath=yield which(this.toolPath,true);return new Promise(((A,i)=>Ne(this,void 0,void 0,(function*(){this._debug(`exec tool: ${this.toolPath}`);this._debug("arguments:");for(const A of this.args){this._debug(` ${A}`)}const g=this._cloneExecOptions(this.options);if(!g.silent&&g.outStream){g.outStream.write(this._getCommandString(g)+C.EOL)}const E=new ExecState(g,this.toolPath);E.on("debug",(A=>{this._debug(A)}));if(this.options.cwd&&!(yield exists(this.options.cwd))){return i(new Error(`The cwd: ${this.options.cwd} does not exist!`))}const p=this._getSpawnFileName();const f=ee.spawn(p,this._getSpawnArgs(g),this._getSpawnOptions(this.options,p));let Q="";if(f.stdout){f.stdout.on("data",(A=>{if(this.options.listeners&&this.options.listeners.stdout){this.options.listeners.stdout(A)}if(!g.silent&&g.outStream){g.outStream.write(A)}Q=this._processLineBuffer(A,Q,(A=>{if(this.options.listeners&&this.options.listeners.stdline){this.options.listeners.stdline(A)}}))}))}let B="";if(f.stderr){f.stderr.on("data",(A=>{E.processStderr=true;if(this.options.listeners&&this.options.listeners.stderr){this.options.listeners.stderr(A)}if(!g.silent&&g.errStream&&g.outStream){const i=g.failOnStdErr?g.errStream:g.outStream;i.write(A)}B=this._processLineBuffer(A,B,(A=>{if(this.options.listeners&&this.options.listeners.errline){this.options.listeners.errline(A)}}))}))}f.on("error",(A=>{E.processError=A.message;E.processExited=true;E.processClosed=true;E.CheckComplete()}));f.on("exit",(A=>{E.processExitCode=A;E.processExited=true;this._debug(`Exit code ${A} received from tool '${this.toolPath}'`);E.CheckComplete()}));f.on("close",(A=>{E.processExitCode=A;E.processExited=true;E.processClosed=true;this._debug(`STDIO streams have closed for tool '${this.toolPath}'`);E.CheckComplete()}));E.on("done",((g,E)=>{if(Q.length>0){this.emit("stdline",Q)}if(B.length>0){this.emit("errline",B)}f.removeAllListeners();if(g){i(g)}else{A(E)}}));if(this.options.input){if(!f.stdin){throw new Error("child process missing stdin")}f.stdin.end(this.options.input)}}))))}))}}function argStringToArray(A){const i=[];let g=false;let E=false;let p="";function append(A){if(E&&A!=='"'){p+="\\"}p+=A;E=false}for(let C=0;C0){i.push(p);p=""}continue}append(f)}if(p.length>0){i.push(p.trim())}return i}class ExecState extends $.EventEmitter{constructor(A,i){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(!i){throw new Error("toolPath must not be empty")}this.options=A;this.toolPath=i;if(A.delay){this.delay=A.delay}}CheckComplete(){if(this.done){return}if(this.processClosed){this._setResult()}else if(this.processExited){this.timeout=(0,xe.setTimeout)(ExecState.HandleTimeout,this.delay,this)}}_debug(A){this.emit("debug",A)}_setResult(){let A;if(this.processExited){if(this.processError){A=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){A=new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`)}else if(this.processStderr&&this.options.failOnStdErr){A=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",A,this.processExitCode)}static HandleTimeout(A){if(A.done){return}if(!A.processClosed&&A.processExited){const i=`The STDIO streams did not close within ${A.delay/1e3} seconds of the exit event from process '${A.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`;A._debug(i)}A._setResult()}}var He=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};function exec_exec(A,i,g){return He(this,void 0,void 0,(function*(){const E=tr.argStringToArray(A);if(E.length===0){throw new Error(`Parameter 'commandLine' cannot be null or empty.`)}const p=E[0];i=E.slice(1).concat(i||[]);const C=new tr.ToolRunner(p,i,g);return C.exec()}))}function getExecOutput(A,i,g){return He(this,void 0,void 0,(function*(){var E,p;let C="";let f="";const Q=new StringDecoder("utf8");const B=new StringDecoder("utf8");const I=(E=g===null||g===void 0?void 0:g.listeners)===null||E===void 0?void 0:E.stdout;const y=(p=g===null||g===void 0?void 0:g.listeners)===null||p===void 0?void 0:p.stderr;const stdErrListener=A=>{f+=B.write(A);if(y){y(A)}};const stdOutListener=A=>{C+=Q.write(A);if(I){I(A)}};const b=Object.assign(Object.assign({},g===null||g===void 0?void 0:g.listeners),{stdout:stdOutListener,stderr:stdErrListener});const D=yield exec_exec(A,i,Object.assign(Object.assign({},g),{listeners:b}));C+=Q.end();f+=B.end();return{exitCode:D,stdout:C,stderr:f}}))}var Ge=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};const getWindowsInfo=()=>Ge(void 0,void 0,void 0,(function*(){const{stdout:A}=yield exec.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"',undefined,{silent:true});const{stdout:i}=yield exec.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"',undefined,{silent:true});return{name:i.trim(),version:A.trim()}}));const getMacOsInfo=()=>Ge(void 0,void 0,void 0,(function*(){var A,i,g,E;const{stdout:p}=yield exec.getExecOutput("sw_vers",undefined,{silent:true});const C=(i=(A=p.match(/ProductVersion:\s*(.+)/))===null||A===void 0?void 0:A[1])!==null&&i!==void 0?i:"";const f=(E=(g=p.match(/ProductName:\s*(.+)/))===null||g===void 0?void 0:g[1])!==null&&E!==void 0?E:"";return{name:f,version:C}}));const getLinuxInfo=()=>Ge(void 0,void 0,void 0,(function*(){const{stdout:A}=yield exec.getExecOutput("lsb_release",["-i","-r","-s"],{silent:true});const[i,g]=A.trim().split("\n");return{name:i,version:g}}));const Ye=C.platform();const Oe=C.arch();const _e=Ye==="win32";const Ve=Ye==="darwin";const Pe=Ye==="linux";function getDetails(){return Ge(this,void 0,void 0,(function*(){return Object.assign(Object.assign({},yield _e?getWindowsInfo():Ve?getMacOsInfo():getLinuxInfo()),{platform:Ye,arch:Oe,isWindows:_e,isMacOS:Ve,isLinux:Pe})}))}var We=undefined&&undefined.__awaiter||function(A,i,g,E){function adopt(A){return A instanceof g?A:new g((function(i){i(A)}))}return new(g||(g=Promise))((function(g,p){function fulfilled(A){try{step(E.next(A))}catch(A){p(A)}}function rejected(A){try{step(E["throw"](A))}catch(A){p(A)}}function step(A){A.done?g(A.value):adopt(A.value).then(fulfilled,rejected)}step((E=E.apply(A,i||[])).next())}))};var qe;(function(A){A[A["Success"]=0]="Success";A[A["Failure"]=1]="Failure"})(qe||(qe={}));function exportVariable(A,i){const g=toCommandValue(i);process.env[A]=g;const E=process.env["GITHUB_ENV"]||"";if(E){return issueFileCommand("ENV",prepareKeyValueMessage(A,i))}issueCommand("set-env",{name:A},g)}function core_setSecret(A){issueCommand("add-mask",{},A)}function addPath(A){const i=process.env["GITHUB_PATH"]||"";if(i){issueFileCommand("PATH",A)}else{issueCommand("add-path",{},A)}process.env["PATH"]=`${A}${path.delimiter}${process.env["PATH"]}`}function getInput(A,i){const g=process.env[`INPUT_${A.replace(/ /g,"_").toUpperCase()}`]||"";if(i&&i.required&&!g){throw new Error(`Input required and not supplied: ${A}`)}if(i&&i.trimWhitespace===false){return g}return g.trim()}function getMultilineInput(A,i){const g=getInput(A,i).split("\n").filter((A=>A!==""));if(i&&i.trimWhitespace===false){return g}return g.map((A=>A.trim()))}function getBooleanInput(A,i){const g=["true","True","TRUE"];const E=["false","False","FALSE"];const p=getInput(A,i);if(g.includes(p))return true;if(E.includes(p))return false;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${A}\n`+`Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}function setOutput(A,i){const g=process.env["GITHUB_OUTPUT"]||"";if(g){return file_command_issueFileCommand("OUTPUT",file_command_prepareKeyValueMessage(A,i))}process.stdout.write(C.EOL);command_issueCommand("set-output",{name:A},utils_toCommandValue(i))}function setCommandEcho(A){issue("echo",A?"on":"off")}function setFailed(A){process.exitCode=qe.Failure;error(A)}function isDebug(){return process.env["RUNNER_DEBUG"]==="1"}function core_debug(A){issueCommand("debug",{},A)}function error(A,i={}){command_issueCommand("error",utils_toCommandProperties(i),A instanceof Error?A.toString():A)}function warning(A,i={}){command_issueCommand("warning",utils_toCommandProperties(i),A instanceof Error?A.toString():A)}function notice(A,i={}){issueCommand("notice",toCommandProperties(i),A instanceof Error?A.toString():A)}function info(A){process.stdout.write(A+C.EOL)}function startGroup(A){issue("group",A)}function endGroup(){issue("endgroup")}function group(A,i){return We(this,void 0,void 0,(function*(){startGroup(A);let g;try{g=yield i()}finally{endGroup()}return g}))}function saveState(A,i){const g=process.env["GITHUB_STATE"]||"";if(g){return issueFileCommand("STATE",prepareKeyValueMessage(A,i))}issueCommand("save-state",{name:A},toCommandValue(i))}function getState(A){return process.env[`STATE_${A}`]||""}function getIDToken(A){return We(this,void 0,void 0,(function*(){return yield OidcClient.getIDToken(A)}))}var je=__nccwpck_require__(3136);const ze=A(import.meta.url)("node:path");const Ze=A(import.meta.url)("node:fs");var Xe=__nccwpck_require__.t(Ze,2);const Ke=A(import.meta.url)("node:fs/promises");var $e=__nccwpck_require__(8474);var et=__nccwpck_require__(7075);const At=A(import.meta.url)("node:string_decoder");var Gt=(A,i,g)=>{let E=A instanceof RegExp?ce(A,g):A,p=i instanceof RegExp?ce(i,g):i,C=E!==null&&p!=null&&ss(E,p,g);return C&&{start:C[0],end:C[1],pre:g.slice(0,C[0]),body:g.slice(C[0]+E.length,C[1]),post:g.slice(C[1]+p.length)}},ce=(A,i)=>{let g=i.match(A);return g?g[0]:null},ss=(A,i,g)=>{let E,p,C,f,Q,B=g.indexOf(A),I=g.indexOf(i,B+1),y=B;if(B>=0&&I>0){if(A===i)return[B,I];for(E=[],C=g.length;y>=0&&!Q;){if(y===B)E.push(y),B=g.indexOf(A,y+1);else if(E.length===1){let A=E.pop();A!==void 0&&(Q=[A,I])}else p=E.pop(),p!==void 0&&p=0?B:I}E.length&&f!==void 0&&(Q=[C,f])}return Q};var st="\0SLASH"+Math.random()+"\0",rt="\0OPEN"+Math.random()+"\0",it="\0CLOSE"+Math.random()+"\0",nt="\0COMMA"+Math.random()+"\0",ot="\0PERIOD"+Math.random()+"\0",ut=new RegExp(st,"g"),gt=new RegExp(rt,"g"),dt=new RegExp(it,"g"),Et=new RegExp(nt,"g"),pt=new RegExp(ot,"g"),Ct=/\\\\/g,ft=/\\{/g,Qt=/\\}/g,It=/\\,/g,yt=/\\./g,wt=1e5;function Ht(A){return isNaN(A)?A.charCodeAt(0):parseInt(A,10)}function ps(A){return A.replace(Ct,st).replace(ft,rt).replace(Qt,it).replace(It,nt).replace(yt,ot)}function ms(A){return A.replace(ut,"\\").replace(gt,"{").replace(dt,"}").replace(Et,",").replace(pt,".")}function me(A){if(!A)return[""];let i=[],g=Gt("{","}",A);if(!g)return A.split(",");let{pre:E,body:p,post:C}=g,f=E.split(",");f[f.length-1]+="{"+p+"}";let Q=me(C);return C.length&&(f[f.length-1]+=Q.shift(),f.push.apply(f,Q)),i.push.apply(i,f),i}function ge(A,i={}){if(!A)return[];let{max:g=wt}=i;return A.slice(0,2)==="{}"&&(A="\\{\\}"+A.slice(2)),ht(ps(A),g,!0).map(ms)}function gs(A){return"{"+A+"}"}function ws(A){return/^-?0\d/.test(A)}function ys(A,i){return A<=i}function bs(A,i){return A>=i}function ht(A,i,g){let E=[],p=Gt("{","}",A);if(!p)return[A];let C=p.pre,f=p.post.length?ht(p.post,i,!1):[""];if(/\$$/.test(p.pre))for(let A=0;A=0;if(!I&&!y)return p.post.match(/,(?!,).*\}/)?(A=p.pre+"{"+p.body+it+p.post,ht(A,i,!0)):[A];let b;if(I)b=p.body.split(/\.\./);else if(b=me(p.body),b.length===1&&b[0]!==void 0&&(b=ht(b[0],i,!1).map(gs),b.length===1))return f.map((A=>p.pre+b[0]+A));let D;if(I&&b[0]!==void 0&&b[1]!==void 0){let A=Ht(b[0]),i=Ht(b[1]),g=Math.max(b[0].length,b[1].length),E=b.length===3&&b[2]!==void 0?Math.abs(Ht(b[2])):1,p=ys;i0){let g=new Array(i+1).join("0");f<0?A="-"+g+A.slice(1):A=g+A}}D.push(A)}}else{D=[];for(let A=0;A{if(typeof A!="string")throw new TypeError("invalid pattern");if(A.length>65536)throw new TypeError("pattern is too long")};var Dt={"[: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]},lt=A=>A.replace(/[[\]\\-]/g,"\\$&"),Es=A=>A.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),we=A=>A.join(""),ye=(A,i)=>{let g=i;if(A.charAt(g)!=="[")throw new Error("not in a brace expression");let E=[],p=[],C=g+1,f=!1,Q=!1,B=!1,I=!1,y=g,b="";e:for(;Cb?E.push(lt(b)+"-"+lt(i)):i===b&&E.push(lt(i)),b="",C++;continue}if(A.startsWith("-]",C+1)){E.push(lt(i+"-")),C+=2;continue}if(A.startsWith("-",C+1)){b=i,C+=2;continue}E.push(lt(i)),C++}if(yg?i?A.replace(/\[([^\/\\])\]/g,"$1"):A.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1"):i?A.replace(/\[([^\/\\{}])\]/g,"$1"):A.replace(/((?!\\).|^)\[([^\/\\{}])\]/g,"$1$2").replace(/\\([^\/{}])/g,"$1");var Rt=new Set(["!","?","+","*","@"]),be=A=>Rt.has(A),kt="(?!(?:^|/)\\.\\.?(?:$|/))",St="(?!\\.)",vt=new Set(["[","."]),Ft=new Set(["..","."]),xt=new Set("().*{}+?[]^$\\!"),ks=A=>A.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Nt="[^/]",Lt=Nt+"*?",Mt=Nt+"+?",Tt=class n{type;#ue;#he;#ge=!1;#de=[];#Ee;#pe;#Ce;#fe=!1;#Qe;#Be;#Ie=!1;constructor(A,i,g={}){this.type=A,A&&(this.#he=!0),this.#Ee=i,this.#ue=this.#Ee?this.#Ee.#ue:this,this.#Qe=this.#ue===this?g:this.#ue.#Qe,this.#Ce=this.#ue===this?[]:this.#ue.#Ce,A==="!"&&!this.#ue.#fe&&this.#Ce.push(this),this.#pe=this.#Ee?this.#Ee.#de.length:0}get hasMagic(){if(this.#he!==void 0)return this.#he;for(let A of this.#de)if(typeof A!="string"&&(A.type||A.hasMagic))return this.#he=!0;return this.#he}toString(){return this.#Be!==void 0?this.#Be:this.type?this.#Be=this.type+"("+this.#de.map((A=>String(A))).join("|")+")":this.#Be=this.#de.map((A=>String(A))).join("")}#me(){if(this!==this.#ue)throw new Error("should only call on root");if(this.#fe)return this;this.toString(),this.#fe=!0;let A;for(;A=this.#Ce.pop();){if(A.type!=="!")continue;let i=A,g=i.#Ee;for(;g;){for(let E=i.#pe+1;!g.type&&Etypeof A=="string"?A:A.toJSON())):[this.type,...this.#de.map((A=>A.toJSON()))];return this.isStart()&&!this.type&&A.unshift([]),this.isEnd()&&(this===this.#ue||this.#ue.#fe&&this.#Ee?.type==="!")&&A.push({}),A}isStart(){if(this.#ue===this)return!0;if(!this.#Ee?.isStart())return!1;if(this.#pe===0)return!0;let A=this.#Ee;for(let i=0;itypeof A!="string")),E=this.#de.map((i=>{let[E,p,C,f]=typeof i=="string"?n.#we(i,this.#he,g):i.toRegExpSource(A);return this.#he=this.#he||C,this.#ge=this.#ge||f,E})).join(""),p="";if(this.isStart()&&typeof this.#de[0]=="string"&&!(this.#de.length===1&&Ft.has(this.#de[0]))){let g=vt,C=i&&g.has(E.charAt(0))||E.startsWith("\\.")&&g.has(E.charAt(2))||E.startsWith("\\.\\.")&&g.has(E.charAt(4)),f=!i&&!A&&g.has(E.charAt(0));p=C?kt:f?St:""}let C="";return this.isEnd()&&this.#ue.#fe&&this.#Ee?.type==="!"&&(C="(?:$|\\/)"),[p+E+C,W(E),this.#he=!!this.#he,this.#ge]}let g=this.type==="*"||this.type==="+",E=this.type==="!"?"(?:(?!(?:":"(?:",p=this.#be(i);if(this.isStart()&&this.isEnd()&&!p&&this.type!=="!"){let A=this.toString();return this.#de=[A],this.type=null,this.#he=void 0,[A,W(this.toString()),!1,!1]}let C=!g||A||i||!St?"":this.#be(!0);C===p&&(C=""),C&&(p=`(?:${p})(?:${C})*?`);let f="";if(this.type==="!"&&this.#Ie)f=(this.isStart()&&!i?St:"")+Mt;else{let g=this.type==="!"?"))"+(this.isStart()&&!i&&!A?St:"")+Lt+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&C?")":this.type==="*"&&C?")?":`)${this.type}`;f=E+p+g}return[f,W(p),this.#he=!!this.#he,this.#ge]}#be(A){return this.#de.map((i=>{if(typeof i=="string")throw new Error("string type in extglob ast??");let[g,E,p,C]=i.toRegExpSource(A);return this.#ge=this.#ge||C,g})).filter((A=>!(this.isStart()&&this.isEnd())||!!A)).join("|")}static#we(A,i,g=!1){let E=!1,p="",C=!1,f=!1;for(let Q=0;Qg?i?A.replace(/[?*()[\]{}]/g,"[$&]"):A.replace(/[?*()[\]\\{}]/g,"\\$&"):i?A.replace(/[?*()[\]]/g,"[$&]"):A.replace(/[?*()[\]\\]/g,"\\$&");var O=(A,i,g={})=>(at(i),!g.nocomment&&i.charAt(0)==="#"?!1:new tA(i,g).match(A)),Yt=/^\*+([^+@!?\*\[\(]*)$/,Os=A=>i=>!i.startsWith(".")&&i.endsWith(A),Fs=A=>i=>i.endsWith(A),Ds=A=>(A=A.toLowerCase(),i=>!i.startsWith(".")&&i.toLowerCase().endsWith(A)),Ms=A=>(A=A.toLowerCase(),i=>i.toLowerCase().endsWith(A)),Jt=/^\*+\.\*+$/,_s=A=>!A.startsWith(".")&&A.includes("."),Ls=A=>A!=="."&&A!==".."&&A.includes("."),Ot=/^\.\*+$/,Ps=A=>A!=="."&&A!==".."&&A.startsWith("."),Vt=/^\*+$/,Is=A=>A.length!==0&&!A.startsWith("."),zs=A=>A.length!==0&&A!=="."&&A!=="..",Pt=/^\?+([^+@!?\*\[\(]*)?$/,Us=([A,i=""])=>{let g=Ce([A]);return i?(i=i.toLowerCase(),A=>g(A)&&A.toLowerCase().endsWith(i)):g},$s=([A,i=""])=>{let g=Te([A]);return i?(i=i.toLowerCase(),A=>g(A)&&A.toLowerCase().endsWith(i)):g},Gs=([A,i=""])=>{let g=Te([A]);return i?A=>g(A)&&A.endsWith(i):g},Hs=([A,i=""])=>{let g=Ce([A]);return i?A=>g(A)&&A.endsWith(i):g},Ce=([A])=>{let i=A.length;return A=>A.length===i&&!A.startsWith(".")},Te=([A])=>{let i=A.length;return A=>A.length===i&&A!=="."&&A!==".."},Wt=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",qt={win32:{sep:"\\"},posix:{sep:"/"}},jt=Wt==="win32"?qt.win32.sep:qt.posix.sep;O.sep=jt;var zt=Symbol("globstar **");O.GLOBSTAR=zt;var Zt="[^/]",Xt=Zt+"*?",Kt="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",$t="(?:(?!(?:\\/|^)\\.).)*?",Js=(A,i={})=>g=>O(g,A,i);O.filter=Js;var N=(A,i={})=>Object.assign({},A,i),Zs=A=>{if(!A||typeof A!="object"||!Object.keys(A).length)return O;let i=O;return Object.assign(((g,E,p={})=>i(g,E,N(A,p))),{Minimatch:class extends i.Minimatch{constructor(i,g={}){super(i,N(A,g))}static defaults(g){return i.defaults(N(A,g)).Minimatch}},AST:class extends i.AST{constructor(i,g,E={}){super(i,g,N(A,E))}static fromGlob(g,E={}){return i.AST.fromGlob(g,N(A,E))}},unescape:(g,E={})=>i.unescape(g,N(A,E)),escape:(g,E={})=>i.escape(g,N(A,E)),filter:(g,E={})=>i.filter(g,N(A,E)),defaults:g=>i.defaults(N(A,g)),makeRe:(g,E={})=>i.makeRe(g,N(A,E)),braceExpand:(g,E={})=>i.braceExpand(g,N(A,E)),match:(g,E,p={})=>i.match(g,E,N(A,p)),sep:i.sep,GLOBSTAR:zt})};O.defaults=Zs;var ke=(A,i={})=>(at(A),i.nobrace||!/\{(?:(?!\{).)*\}/.test(A)?[A]:ge(A,{max:i.braceExpandMax}));O.braceExpand=ke;var Qs=(A,i={})=>new tA(A,i).makeRe();O.makeRe=Qs;var ti=(A,i,g={})=>{let E=new tA(i,g);return A=A.filter((A=>E.match(A))),E.options.nonull&&!A.length&&A.push(i),A};O.match=ti;var eA=/[?*]|[+@!]\(.*?\)|\[|\]/,ei=A=>A.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),tA=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(A,i={}){at(A),i=i||{},this.options=i,this.pattern=A,this.platform=i.platform||Wt,this.isWindows=this.platform==="win32";let g="allowWindowsEscape";this.windowsPathsNoEscape=!!i.windowsPathsNoEscape||i[g]===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!i.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!i.nonegate,this.comment=!1,this.empty=!1,this.partial=!!i.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=i.windowsNoMagicRoot!==void 0?i.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 A of this.set)for(let i of A)if(typeof i!="string")return!0;return!1}debug(...A){}make(){let A=this.pattern,i=this.options;if(!i.nocomment&&A.charAt(0)==="#"){this.comment=!0;return}if(!A){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],i.debug&&(this.debug=(...A)=>console.error(...A)),this.debug(this.pattern,this.globSet);let g=this.globSet.map((A=>this.slashSplit(A)));this.globParts=this.preprocess(g),this.debug(this.pattern,this.globParts);let E=this.globParts.map(((A,i,g)=>{if(this.isWindows&&this.windowsNoMagicRoot){let i=A[0]===""&&A[1]===""&&(A[2]==="?"||!eA.test(A[2]))&&!eA.test(A[3]),g=/^[a-z]:/i.test(A[0]);if(i)return[...A.slice(0,4),...A.slice(4).map((A=>this.parse(A)))];if(g)return[A[0],...A.slice(1).map((A=>this.parse(A)))]}return A.map((A=>this.parse(A)))}));if(this.debug(this.pattern,E),this.set=E.filter((A=>A.indexOf(!1)===-1)),this.isWindows)for(let A=0;A=2?(A=this.firstPhasePreProcess(A),A=this.secondPhasePreProcess(A)):i>=1?A=this.levelOneOptimize(A):A=this.adjascentGlobstarOptimize(A),A}adjascentGlobstarOptimize(A){return A.map((A=>{let i=-1;for(;(i=A.indexOf("**",i+1))!==-1;){let g=i;for(;A[g+1]==="**";)g++;g!==i&&A.splice(i,g-i)}return A}))}levelOneOptimize(A){return A.map((A=>(A=A.reduce(((A,i)=>{let g=A[A.length-1];return i==="**"&&g==="**"?A:i===".."&&g&&g!==".."&&g!=="."&&g!=="**"?(A.pop(),A):(A.push(i),A)}),[]),A.length===0?[""]:A)))}levelTwoFileOptimize(A){Array.isArray(A)||(A=this.slashSplit(A));let i=!1;do{if(i=!1,!this.preserveMultipleSlashes){for(let g=1;gE&&g.splice(E+1,p-E);let C=g[E+1],f=g[E+2],Q=g[E+3];if(C!==".."||!f||f==="."||f===".."||!Q||Q==="."||Q==="..")continue;i=!0,g.splice(E,1);let B=g.slice(0);B[E]="**",A.push(B),E--}if(!this.preserveMultipleSlashes){for(let A=1;AA.length))}partsMatch(A,i,g=!1){let E=0,p=0,C=[],f="";for(;Ef?i=i.slice(Q):f>Q&&(A=A.slice(f)))}}let{optimizationLevel:p=1}=this.options;p>=2&&(A=this.levelTwoFileOptimize(A)),this.debug("matchOne",this,{file:A,pattern:i}),this.debug("matchOne",A.length,i.length);for(var C=0,f=0,Q=A.length,B=i.length;C>> no match, partial?`,A,b,i,D),b===Q))}let p;if(typeof I=="string"?(p=y===I,this.debug("string match",I,y,p)):(p=I.test(y),this.debug("pattern match",I,y,p)),!p)return!1}if(C===Q&&f===B)return!0;if(C===Q)return g;if(f===B)return C===Q-1&&A[C]==="";throw new Error("wtf?")}braceExpand(){return ke(this.pattern,this.options)}parse(A){at(A);let i=this.options;if(A==="**")return zt;if(A==="")return"";let g,E=null;(g=A.match(Vt))?E=i.dot?zs:Is:(g=A.match(Yt))?E=(i.nocase?i.dot?Ms:Ds:i.dot?Fs:Os)(g[1]):(g=A.match(Pt))?E=(i.nocase?i.dot?$s:Us:i.dot?Gs:Hs)(g):(g=A.match(Jt))?E=i.dot?Ls:_s:(g=A.match(Ot))&&(E=Ps);let p=Tt.fromGlob(A,this.options).toMMPattern();return E&&typeof p=="object"&&Reflect.defineProperty(p,"test",{value:E}),p}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let A=this.set;if(!A.length)return this.regexp=!1,this.regexp;let i=this.options,g=i.noglobstar?Xt:i.dot?Kt:$t,E=new Set(i.nocase?["i"]:[]),p=A.map((A=>{let i=A.map((A=>{if(A instanceof RegExp)for(let i of A.flags.split(""))E.add(i);return typeof A=="string"?ei(A):A===zt?zt:A._src}));i.forEach(((A,E)=>{let p=i[E+1],C=i[E-1];A!==zt||C===zt||(C===void 0?p!==void 0&&p!==zt?i[E+1]="(?:\\/|"+g+"\\/)?"+p:i[E]=g:p===void 0?i[E-1]=C+"(?:\\/|\\/"+g+")?":p!==zt&&(i[E-1]=C+"(?:\\/|\\/"+g+"\\/)"+p,i[E+1]=zt))}));let p=i.filter((A=>A!==zt));if(this.partial&&p.length>=1){let A=[];for(let i=1;i<=p.length;i++)A.push(p.slice(0,i).join("/"));return"(?:"+A.join("|")+")"}return p.join("/")})).join("|"),[C,f]=A.length>1?["(?:",")"]:["",""];p="^"+C+p+f+"$",this.partial&&(p="^(?:\\/|"+C+p.slice(1,-1)+f+")$"),this.negate&&(p="^(?!"+p+").+$");try{this.regexp=new RegExp(p,[...E].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(A){return this.preserveMultipleSlashes?A.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(A)?["",...A.split(/\/+/)]:A.split(/\/+/)}match(A,i=this.partial){if(this.debug("match",A,this.pattern),this.comment)return!1;if(this.empty)return A==="";if(A==="/"&&i)return!0;let g=this.options;this.isWindows&&(A=A.split("\\").join("/"));let E=this.slashSplit(A);this.debug(this.pattern,"split",E);let p=this.set;this.debug(this.pattern,"set",p);let C=E[E.length-1];if(!C)for(let A=E.length-2;!C&&A>=0;A--)C=E[A];for(let A=0;A{typeof rA.emitWarning=="function"?rA.emitWarning(A,i,g,E):console.error(`[${g}] ${i}: ${A}`)},iA=globalThis.AbortController,nA=globalThis.AbortSignal;if(typeof iA>"u"){nA=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(A,i){this._onabort.push(i)}},iA=class{constructor(){t()}signal=new nA;abort(A){if(!this.signal.aborted){this.signal.reason=A,this.signal.aborted=!0;for(let i of this.signal._onabort)i(A);this.signal.onabort?.(A)}}};let A=rA.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",t=()=>{A&&(A=!1,Fe("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 ii=A=>!sA.has(A);var q=A=>A&&A===Math.floor(A)&&A>0&&isFinite(A),De=A=>q(A)?A<=Math.pow(2,8)?Uint8Array:A<=Math.pow(2,16)?Uint16Array:A<=Math.pow(2,32)?Uint32Array:A<=Number.MAX_SAFE_INTEGER?oA:null:null,oA=class extends Array{constructor(A){super(A),this.fill(0)}},aA=class ct{heap;length;static#ue=!1;static create(A){let i=De(A);if(!i)return[];ct.#ue=!0;let g=new ct(A,i);return ct.#ue=!1,g}constructor(A,i){if(!ct.#ue)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new i(A),this.length=0}push(A){this.heap[this.length++]=A}pop(){return this.heap[--this.length]}},cA=class Me{#ue;#he;#ge;#de;#Ee;#pe;#Ce;#fe;get perf(){return this.#fe}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#Qe;#Be;#Ie;#me;#ye;#be;#we;#De;#Re;#ke;#Se;#ve;#Fe;#xe;#Ne;#Ue;#Le;#Me;#Te;static unsafeExposeInternals(A){return{starts:A.#Fe,ttls:A.#xe,autopurgeTimers:A.#Ne,sizes:A.#ve,keyMap:A.#Ie,keyList:A.#me,valList:A.#ye,next:A.#be,prev:A.#we,get head(){return A.#De},get tail(){return A.#Re},free:A.#ke,isBackgroundFetch:i=>A.#He(i),backgroundFetch:(i,g,E,p)=>A.#Ge(i,g,E,p),moveToTail:i=>A.#Ye(i),indexes:i=>A.#Je(i),rindexes:i=>A.#Oe(i),isStale:i=>A.#_e(i)}}get max(){return this.#ue}get maxSize(){return this.#he}get calculatedSize(){return this.#Be}get size(){return this.#Qe}get fetchMethod(){return this.#pe}get memoMethod(){return this.#Ce}get dispose(){return this.#ge}get onInsert(){return this.#de}get disposeAfter(){return this.#Ee}constructor(A){let{max:i=0,ttl:g,ttlResolution:E=1,ttlAutopurge:p,updateAgeOnGet:C,updateAgeOnHas:f,allowStale:Q,dispose:B,onInsert:I,disposeAfter:y,noDisposeOnSet:b,noUpdateTTL:D,maxSize:R=0,maxEntrySize:k=0,sizeCalculation:S,fetchMethod:v,memoMethod:F,noDeleteOnFetchRejection:x,noDeleteOnStaleGet:U,allowStaleOnFetchRejection:L,allowStaleOnFetchAbort:M,ignoreFetchAbort:T,perf:H}=A;if(H!==void 0&&typeof H?.now!="function")throw new TypeError("perf option must have a now() method if specified");if(this.#fe=H??AA,i!==0&&!q(i))throw new TypeError("max option must be a nonnegative integer");let G=i?De(i):Array;if(!G)throw new Error("invalid max value: "+i);if(this.#ue=i,this.#he=R,this.maxEntrySize=k||this.#he,this.sizeCalculation=S,this.sizeCalculation){if(!this.#he&&!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(F!==void 0&&typeof F!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#Ce=F,v!==void 0&&typeof v!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#pe=v,this.#Le=!!v,this.#Ie=new Map,this.#me=new Array(i).fill(void 0),this.#ye=new Array(i).fill(void 0),this.#be=new G(i),this.#we=new G(i),this.#De=0,this.#Re=0,this.#ke=aA.create(i),this.#Qe=0,this.#Be=0,typeof B=="function"&&(this.#ge=B),typeof I=="function"&&(this.#de=I),typeof y=="function"?(this.#Ee=y,this.#Se=[]):(this.#Ee=void 0,this.#Se=void 0),this.#Ue=!!this.#ge,this.#Te=!!this.#de,this.#Me=!!this.#Ee,this.noDisposeOnSet=!!b,this.noUpdateTTL=!!D,this.noDeleteOnFetchRejection=!!x,this.allowStaleOnFetchRejection=!!L,this.allowStaleOnFetchAbort=!!M,this.ignoreFetchAbort=!!T,this.maxEntrySize!==0){if(this.#he!==0&&!q(this.#he))throw new TypeError("maxSize must be a positive integer if specified");if(!q(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#Ve()}if(this.allowStale=!!Q,this.noDeleteOnStaleGet=!!U,this.updateAgeOnGet=!!C,this.updateAgeOnHas=!!f,this.ttlResolution=q(E)||E===0?E:1,this.ttlAutopurge=!!p,this.ttl=g||0,this.ttl){if(!q(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#Pe()}if(this.#ue===0&&this.ttl===0&&this.#he===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#ue&&!this.#he){let A="LRU_CACHE_UNBOUNDED";ii(A)&&(sA.add(A),Fe("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",A,Me))}}getRemainingTTL(A){return this.#Ie.has(A)?1/0:0}#Pe(){let A=new oA(this.#ue),i=new oA(this.#ue);this.#xe=A,this.#Fe=i;let g=this.ttlAutopurge?new Array(this.#ue):void 0;this.#Ne=g,this.#We=(E,p,C=this.#fe.now())=>{if(i[E]=p!==0?C:0,A[E]=p,g?.[E]&&(clearTimeout(g[E]),g[E]=void 0),p!==0&&g){let A=setTimeout((()=>{this.#_e(E)&&this.#qe(this.#me[E],"expire")}),p+1);A.unref&&A.unref(),g[E]=A}},this.#je=g=>{i[g]=A[g]!==0?this.#fe.now():0},this.#ze=(g,p)=>{if(A[p]){let C=A[p],f=i[p];if(!C||!f)return;g.ttl=C,g.start=f,g.now=E||r();let Q=g.now-f;g.remainingTTL=C-Q}};let E=0,r=()=>{let A=this.#fe.now();if(this.ttlResolution>0){E=A;let i=setTimeout((()=>E=0),this.ttlResolution);i.unref&&i.unref()}return A};this.getRemainingTTL=g=>{let p=this.#Ie.get(g);if(p===void 0)return 0;let C=A[p],f=i[p];if(!C||!f)return 1/0;let Q=(E||r())-f;return C-Q},this.#_e=g=>{let p=i[g],C=A[g];return!!C&&!!p&&(E||r())-p>C}}#je=()=>{};#ze=()=>{};#We=()=>{};#_e=()=>!1;#Ve(){let A=new oA(this.#ue);this.#Be=0,this.#ve=A,this.#Ze=i=>{this.#Be-=A[i],A[i]=0},this.#Xe=(A,i,g,E)=>{if(this.#He(i))return 0;if(!q(g))if(E){if(typeof E!="function")throw new TypeError("sizeCalculation must be a function");if(g=E(i,A),!q(g))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 g},this.#Ke=(i,g,E)=>{if(A[i]=g,this.#he){let g=this.#he-A[i];for(;this.#Be>g;)this.#$e(!0)}this.#Be+=A[i],E&&(E.entrySize=g,E.totalCalculatedSize=this.#Be)}}#Ze=A=>{};#Ke=(A,i,g)=>{};#Xe=(A,i,g,E)=>{if(g||E)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#Je({allowStale:A=this.allowStale}={}){if(this.#Qe)for(let i=this.#Re;!(!this.#et(i)||((A||!this.#_e(i))&&(yield i),i===this.#De));)i=this.#we[i]}*#Oe({allowStale:A=this.allowStale}={}){if(this.#Qe)for(let i=this.#De;!(!this.#et(i)||((A||!this.#_e(i))&&(yield i),i===this.#Re));)i=this.#be[i]}#et(A){return A!==void 0&&this.#Ie.get(this.#me[A])===A}*entries(){for(let A of this.#Je())this.#ye[A]!==void 0&&this.#me[A]!==void 0&&!this.#He(this.#ye[A])&&(yield[this.#me[A],this.#ye[A]])}*rentries(){for(let A of this.#Oe())this.#ye[A]!==void 0&&this.#me[A]!==void 0&&!this.#He(this.#ye[A])&&(yield[this.#me[A],this.#ye[A]])}*keys(){for(let A of this.#Je()){let i=this.#me[A];i!==void 0&&!this.#He(this.#ye[A])&&(yield i)}}*rkeys(){for(let A of this.#Oe()){let i=this.#me[A];i!==void 0&&!this.#He(this.#ye[A])&&(yield i)}}*values(){for(let A of this.#Je())this.#ye[A]!==void 0&&!this.#He(this.#ye[A])&&(yield this.#ye[A])}*rvalues(){for(let A of this.#Oe())this.#ye[A]!==void 0&&!this.#He(this.#ye[A])&&(yield this.#ye[A])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(A,i={}){for(let g of this.#Je()){let E=this.#ye[g],p=this.#He(E)?E.__staleWhileFetching:E;if(p!==void 0&&A(p,this.#me[g],this))return this.get(this.#me[g],i)}}forEach(A,i=this){for(let g of this.#Je()){let E=this.#ye[g],p=this.#He(E)?E.__staleWhileFetching:E;p!==void 0&&A.call(i,p,this.#me[g],this)}}rforEach(A,i=this){for(let g of this.#Oe()){let E=this.#ye[g],p=this.#He(E)?E.__staleWhileFetching:E;p!==void 0&&A.call(i,p,this.#me[g],this)}}purgeStale(){let A=!1;for(let i of this.#Oe({allowStale:!0}))this.#_e(i)&&(this.#qe(this.#me[i],"expire"),A=!0);return A}info(A){let i=this.#Ie.get(A);if(i===void 0)return;let g=this.#ye[i],E=this.#He(g)?g.__staleWhileFetching:g;if(E===void 0)return;let p={value:E};if(this.#xe&&this.#Fe){let A=this.#xe[i],g=this.#Fe[i];if(A&&g){let i=A-(this.#fe.now()-g);p.ttl=i,p.start=Date.now()}}return this.#ve&&(p.size=this.#ve[i]),p}dump(){let A=[];for(let i of this.#Je({allowStale:!0})){let g=this.#me[i],E=this.#ye[i],p=this.#He(E)?E.__staleWhileFetching:E;if(p===void 0||g===void 0)continue;let C={value:p};if(this.#xe&&this.#Fe){C.ttl=this.#xe[i];let A=this.#fe.now()-this.#Fe[i];C.start=Math.floor(Date.now()-A)}this.#ve&&(C.size=this.#ve[i]),A.unshift([g,C])}return A}load(A){this.clear();for(let[i,g]of A){if(g.start){let A=Date.now()-g.start;g.start=this.#fe.now()-A}this.set(i,g.value,g)}}set(A,i,g={}){if(i===void 0)return this.delete(A),this;let{ttl:E=this.ttl,start:p,noDisposeOnSet:C=this.noDisposeOnSet,sizeCalculation:f=this.sizeCalculation,status:Q}=g,{noUpdateTTL:B=this.noUpdateTTL}=g,I=this.#Xe(A,i,g.size||0,f);if(this.maxEntrySize&&I>this.maxEntrySize)return Q&&(Q.set="miss",Q.maxEntrySizeExceeded=!0),this.#qe(A,"set"),this;let y=this.#Qe===0?void 0:this.#Ie.get(A);if(y===void 0)y=this.#Qe===0?this.#Re:this.#ke.length!==0?this.#ke.pop():this.#Qe===this.#ue?this.#$e(!1):this.#Qe,this.#me[y]=A,this.#ye[y]=i,this.#Ie.set(A,y),this.#be[this.#Re]=y,this.#we[y]=this.#Re,this.#Re=y,this.#Qe++,this.#Ke(y,I,Q),Q&&(Q.set="add"),B=!1,this.#Te&&this.#de?.(i,A,"add");else{this.#Ye(y);let g=this.#ye[y];if(i!==g){if(this.#Le&&this.#He(g)){g.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:i}=g;i!==void 0&&!C&&(this.#Ue&&this.#ge?.(i,A,"set"),this.#Me&&this.#Se?.push([i,A,"set"]))}else C||(this.#Ue&&this.#ge?.(g,A,"set"),this.#Me&&this.#Se?.push([g,A,"set"]));if(this.#Ze(y),this.#Ke(y,I,Q),this.#ye[y]=i,Q){Q.set="replace";let A=g&&this.#He(g)?g.__staleWhileFetching:g;A!==void 0&&(Q.oldValue=A)}}else Q&&(Q.set="update");this.#Te&&this.onInsert?.(i,A,i===g?"update":"replace")}if(E!==0&&!this.#xe&&this.#Pe(),this.#xe&&(B||this.#We(y,E,p),Q&&this.#ze(Q,y)),!C&&this.#Me&&this.#Se){let A=this.#Se,i;for(;i=A?.shift();)this.#Ee?.(...i)}return this}pop(){try{for(;this.#Qe;){let A=this.#ye[this.#De];if(this.#$e(!0),this.#He(A)){if(A.__staleWhileFetching)return A.__staleWhileFetching}else if(A!==void 0)return A}}finally{if(this.#Me&&this.#Se){let A=this.#Se,i;for(;i=A?.shift();)this.#Ee?.(...i)}}}#$e(A){let i=this.#De,g=this.#me[i],E=this.#ye[i];return this.#Le&&this.#He(E)?E.__abortController.abort(new Error("evicted")):(this.#Ue||this.#Me)&&(this.#Ue&&this.#ge?.(E,g,"evict"),this.#Me&&this.#Se?.push([E,g,"evict"])),this.#Ze(i),this.#Ne?.[i]&&(clearTimeout(this.#Ne[i]),this.#Ne[i]=void 0),A&&(this.#me[i]=void 0,this.#ye[i]=void 0,this.#ke.push(i)),this.#Qe===1?(this.#De=this.#Re=0,this.#ke.length=0):this.#De=this.#be[i],this.#Ie.delete(g),this.#Qe--,i}has(A,i={}){let{updateAgeOnHas:g=this.updateAgeOnHas,status:E}=i,p=this.#Ie.get(A);if(p!==void 0){let A=this.#ye[p];if(this.#He(A)&&A.__staleWhileFetching===void 0)return!1;if(this.#_e(p))E&&(E.has="stale",this.#ze(E,p));else return g&&this.#je(p),E&&(E.has="hit",this.#ze(E,p)),!0}else E&&(E.has="miss");return!1}peek(A,i={}){let{allowStale:g=this.allowStale}=i,E=this.#Ie.get(A);if(E===void 0||!g&&this.#_e(E))return;let p=this.#ye[E];return this.#He(p)?p.__staleWhileFetching:p}#Ge(A,i,g,E){let p=i===void 0?void 0:this.#ye[i];if(this.#He(p))return p;let C=new iA,{signal:f}=g;f?.addEventListener("abort",(()=>C.abort(f.reason)),{signal:C.signal});let Q={signal:C.signal,options:g,context:E},l=(E,p=!1)=>{let{aborted:f}=C.signal,I=g.ignoreFetchAbort&&E!==void 0,y=g.ignoreFetchAbort||!!(g.allowStaleOnFetchAbort&&E!==void 0);if(g.status&&(f&&!p?(g.status.fetchAborted=!0,g.status.fetchError=C.signal.reason,I&&(g.status.fetchAbortIgnored=!0)):g.status.fetchResolved=!0),f&&!I&&!p)return c(C.signal.reason,y);let b=B,D=this.#ye[i];return(D===B||I&&p&&D===void 0)&&(E===void 0?b.__staleWhileFetching!==void 0?this.#ye[i]=b.__staleWhileFetching:this.#qe(A,"fetch"):(g.status&&(g.status.fetchUpdated=!0),this.set(A,E,Q.options))),E},u=A=>(g.status&&(g.status.fetchRejected=!0,g.status.fetchError=A),c(A,!1)),c=(E,p)=>{let{aborted:f}=C.signal,Q=f&&g.allowStaleOnFetchAbort,I=Q||g.allowStaleOnFetchRejection,y=I||g.noDeleteOnFetchRejection,b=B;if(this.#ye[i]===B&&(!y||!p&&b.__staleWhileFetching===void 0?this.#qe(A,"fetch"):Q||(this.#ye[i]=b.__staleWhileFetching)),I)return g.status&&b.__staleWhileFetching!==void 0&&(g.status.returnedStale=!0),b.__staleWhileFetching;if(b.__returned===b)throw E},d=(i,E)=>{let f=this.#pe?.(A,p,Q);f&&f instanceof Promise&&f.then((A=>i(A===void 0?void 0:A)),E),C.signal.addEventListener("abort",(()=>{(!g.ignoreFetchAbort||g.allowStaleOnFetchAbort)&&(i(void 0),g.allowStaleOnFetchAbort&&(i=A=>l(A,!0)))}))};g.status&&(g.status.fetchDispatched=!0);let B=new Promise(d).then(l,u),I=Object.assign(B,{__abortController:C,__staleWhileFetching:p,__returned:void 0});return i===void 0?(this.set(A,I,{...Q.options,status:void 0}),i=this.#Ie.get(A)):this.#ye[i]=I,I}#He(A){if(!this.#Le)return!1;let i=A;return!!i&&i instanceof Promise&&i.hasOwnProperty("__staleWhileFetching")&&i.__abortController instanceof iA}async fetch(A,i={}){let{allowStale:g=this.allowStale,updateAgeOnGet:E=this.updateAgeOnGet,noDeleteOnStaleGet:p=this.noDeleteOnStaleGet,ttl:C=this.ttl,noDisposeOnSet:f=this.noDisposeOnSet,size:Q=0,sizeCalculation:B=this.sizeCalculation,noUpdateTTL:I=this.noUpdateTTL,noDeleteOnFetchRejection:y=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:b=this.allowStaleOnFetchRejection,ignoreFetchAbort:D=this.ignoreFetchAbort,allowStaleOnFetchAbort:R=this.allowStaleOnFetchAbort,context:k,forceRefresh:S=!1,status:v,signal:F}=i;if(!this.#Le)return v&&(v.fetch="get"),this.get(A,{allowStale:g,updateAgeOnGet:E,noDeleteOnStaleGet:p,status:v});let x={allowStale:g,updateAgeOnGet:E,noDeleteOnStaleGet:p,ttl:C,noDisposeOnSet:f,size:Q,sizeCalculation:B,noUpdateTTL:I,noDeleteOnFetchRejection:y,allowStaleOnFetchRejection:b,allowStaleOnFetchAbort:R,ignoreFetchAbort:D,status:v,signal:F},U=this.#Ie.get(A);if(U===void 0){v&&(v.fetch="miss");let i=this.#Ge(A,U,x,k);return i.__returned=i}else{let i=this.#ye[U];if(this.#He(i)){let A=g&&i.__staleWhileFetching!==void 0;return v&&(v.fetch="inflight",A&&(v.returnedStale=!0)),A?i.__staleWhileFetching:i.__returned=i}let p=this.#_e(U);if(!S&&!p)return v&&(v.fetch="hit"),this.#Ye(U),E&&this.#je(U),v&&this.#ze(v,U),i;let C=this.#Ge(A,U,x,k),f=C.__staleWhileFetching!==void 0&&g;return v&&(v.fetch=p?"stale":"refresh",f&&p&&(v.returnedStale=!0)),f?C.__staleWhileFetching:C.__returned=C}}async forceFetch(A,i={}){let g=await this.fetch(A,i);if(g===void 0)throw new Error("fetch() returned undefined");return g}memo(A,i={}){let g=this.#Ce;if(!g)throw new Error("no memoMethod provided to constructor");let{context:E,forceRefresh:p,...C}=i,f=this.get(A,C);if(!p&&f!==void 0)return f;let Q=g(A,f,{options:C,context:E});return this.set(A,Q,C),Q}get(A,i={}){let{allowStale:g=this.allowStale,updateAgeOnGet:E=this.updateAgeOnGet,noDeleteOnStaleGet:p=this.noDeleteOnStaleGet,status:C}=i,f=this.#Ie.get(A);if(f!==void 0){let i=this.#ye[f],Q=this.#He(i);return C&&this.#ze(C,f),this.#_e(f)?(C&&(C.get="stale"),Q?(C&&g&&i.__staleWhileFetching!==void 0&&(C.returnedStale=!0),g?i.__staleWhileFetching:void 0):(p||this.#qe(A,"expire"),C&&g&&(C.returnedStale=!0),g?i:void 0)):(C&&(C.get="hit"),Q?i.__staleWhileFetching:(this.#Ye(f),E&&this.#je(f),i))}else C&&(C.get="miss")}#tt(A,i){this.#we[i]=A,this.#be[A]=i}#Ye(A){A!==this.#Re&&(A===this.#De?this.#De=this.#be[A]:this.#tt(this.#we[A],this.#be[A]),this.#tt(this.#Re,A),this.#Re=A)}delete(A){return this.#qe(A,"delete")}#qe(A,i){let g=!1;if(this.#Qe!==0){let E=this.#Ie.get(A);if(E!==void 0)if(this.#Ne?.[E]&&(clearTimeout(this.#Ne?.[E]),this.#Ne[E]=void 0),g=!0,this.#Qe===1)this.#At(i);else{this.#Ze(E);let g=this.#ye[E];if(this.#He(g)?g.__abortController.abort(new Error("deleted")):(this.#Ue||this.#Me)&&(this.#Ue&&this.#ge?.(g,A,i),this.#Me&&this.#Se?.push([g,A,i])),this.#Ie.delete(A),this.#me[E]=void 0,this.#ye[E]=void 0,E===this.#Re)this.#Re=this.#we[E];else if(E===this.#De)this.#De=this.#be[E];else{let A=this.#we[E];this.#be[A]=this.#be[E];let i=this.#be[E];this.#we[i]=this.#we[E]}this.#Qe--,this.#ke.push(E)}}if(this.#Me&&this.#Se?.length){let A=this.#Se,i;for(;i=A?.shift();)this.#Ee?.(...i)}return g}clear(){return this.#At("delete")}#At(A){for(let i of this.#Oe({allowStale:!0})){let g=this.#ye[i];if(this.#He(g))g.__abortController.abort(new Error("deleted"));else{let E=this.#me[i];this.#Ue&&this.#ge?.(g,E,A),this.#Me&&this.#Se?.push([g,E,A])}}if(this.#Ie.clear(),this.#ye.fill(void 0),this.#me.fill(void 0),this.#xe&&this.#Fe){this.#xe.fill(0),this.#Fe.fill(0);for(let A of this.#Ne??[])A!==void 0&&clearTimeout(A);this.#Ne?.fill(void 0)}if(this.#ve&&this.#ve.fill(0),this.#De=0,this.#Re=0,this.#ke.length=0,this.#Be=0,this.#Qe=0,this.#Me&&this.#Se){let A=this.#Se,i;for(;i=A?.shift();)this.#Ee?.(...i)}}};var lA=typeof process=="object"&&process?process:{stdout:null,stderr:null},oi=A=>!!A&&typeof A=="object"&&(A instanceof VA||A instanceof et||hi(A)||ai(A)),hi=A=>!!A&&typeof A=="object"&&A instanceof $e.EventEmitter&&typeof A.pipe=="function"&&A.pipe!==et.Writable.prototype.pipe,ai=A=>!!A&&typeof A=="object"&&A instanceof $e.EventEmitter&&typeof A.write=="function"&&typeof A.end=="function",uA=Symbol("EOF"),hA=Symbol("maybeEmitEnd"),gA=Symbol("emittedEnd"),dA=Symbol("emittingEnd"),EA=Symbol("emittedError"),pA=Symbol("closed"),CA=Symbol("read"),fA=Symbol("flush"),QA=Symbol("flushChunk"),BA=Symbol("encoding"),IA=Symbol("decoder"),mA=Symbol("flowing"),yA=Symbol("paused"),wA=Symbol("resume"),bA=Symbol("buffer"),DA=Symbol("pipes"),RA=Symbol("bufferLength"),kA=Symbol("bufferPush"),SA=Symbol("bufferShift"),vA=Symbol("objectMode"),FA=Symbol("destroyed"),xA=Symbol("error"),NA=Symbol("emitData"),UA=Symbol("emitEnd"),LA=Symbol("emitEnd2"),MA=Symbol("async"),TA=Symbol("abort"),HA=Symbol("aborted"),GA=Symbol("signal"),YA=Symbol("dataListeners"),JA=Symbol("discarded"),mt=A=>Promise.resolve().then(A),li=A=>A(),ci=A=>A==="end"||A==="finish"||A==="prefinish",fi=A=>A instanceof ArrayBuffer||!!A&&typeof A=="object"&&A.constructor&&A.constructor.name==="ArrayBuffer"&&A.byteLength>=0,ui=A=>!Buffer.isBuffer(A)&&ArrayBuffer.isView(A),OA=class{src;dest;opts;ondrain;constructor(A,i,g){this.src=A,this.dest=i,this.opts=g,this.ondrain=()=>A[wA](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(A){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},_A=class extends OA{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(A,i,g){super(A,i,g),this.proxyErrors=A=>this.dest.emit("error",A),A.on("error",this.proxyErrors)}},di=A=>!!A.objectMode,pi=A=>!A.objectMode&&!!A.encoding&&A.encoding!=="buffer",VA=class extends $e.EventEmitter{[mA]=!1;[yA]=!1;[DA]=[];[bA]=[];[vA];[BA];[MA];[IA];[uA]=!1;[gA]=!1;[dA]=!1;[pA]=!1;[EA]=null;[RA]=0;[FA]=!1;[GA];[HA]=!1;[YA]=0;[JA]=!1;writable=!0;readable=!0;constructor(...A){let i=A[0]||{};if(super(),i.objectMode&&typeof i.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");di(i)?(this[vA]=!0,this[BA]=null):pi(i)?(this[BA]=i.encoding,this[vA]=!1):(this[vA]=!1,this[BA]=null),this[MA]=!!i.async,this[IA]=this[BA]?new At.StringDecoder(this[BA]):null,i&&i.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[bA]}),i&&i.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[DA]});let{signal:g}=i;g&&(this[GA]=g,g.aborted?this[TA]():g.addEventListener("abort",(()=>this[TA]())))}get bufferLength(){return this[RA]}get encoding(){return this[BA]}set encoding(A){throw new Error("Encoding must be set at instantiation time")}setEncoding(A){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[vA]}set objectMode(A){throw new Error("objectMode must be set at instantiation time")}get async(){return this[MA]}set async(A){this[MA]=this[MA]||!!A}[TA](){this[HA]=!0,this.emit("abort",this[GA]?.reason),this.destroy(this[GA]?.reason)}get aborted(){return this[HA]}set aborted(A){}write(A,i,g){if(this[HA])return!1;if(this[uA])throw new Error("write after end");if(this[FA])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof i=="function"&&(g=i,i="utf8"),i||(i="utf8");let E=this[MA]?mt:li;if(!this[vA]&&!Buffer.isBuffer(A)){if(ui(A))A=Buffer.from(A.buffer,A.byteOffset,A.byteLength);else if(fi(A))A=Buffer.from(A);else if(typeof A!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[vA]?(this[mA]&&this[RA]!==0&&this[fA](!0),this[mA]?this.emit("data",A):this[kA](A),this[RA]!==0&&this.emit("readable"),g&&E(g),this[mA]):A.length?(typeof A=="string"&&!(i===this[BA]&&!this[IA]?.lastNeed)&&(A=Buffer.from(A,i)),Buffer.isBuffer(A)&&this[BA]&&(A=this[IA].write(A)),this[mA]&&this[RA]!==0&&this[fA](!0),this[mA]?this.emit("data",A):this[kA](A),this[RA]!==0&&this.emit("readable"),g&&E(g),this[mA]):(this[RA]!==0&&this.emit("readable"),g&&E(g),this[mA])}read(A){if(this[FA])return null;if(this[JA]=!1,this[RA]===0||A===0||A&&A>this[RA])return this[hA](),null;this[vA]&&(A=null),this[bA].length>1&&!this[vA]&&(this[bA]=[this[BA]?this[bA].join(""):Buffer.concat(this[bA],this[RA])]);let i=this[CA](A||null,this[bA][0]);return this[hA](),i}[CA](A,i){if(this[vA])this[SA]();else{let g=i;A===g.length||A===null?this[SA]():typeof g=="string"?(this[bA][0]=g.slice(A),i=g.slice(0,A),this[RA]-=A):(this[bA][0]=g.subarray(A),i=g.subarray(0,A),this[RA]-=A)}return this.emit("data",i),!this[bA].length&&!this[uA]&&this.emit("drain"),i}end(A,i,g){return typeof A=="function"&&(g=A,A=void 0),typeof i=="function"&&(g=i,i="utf8"),A!==void 0&&this.write(A,i),g&&this.once("end",g),this[uA]=!0,this.writable=!1,(this[mA]||!this[yA])&&this[hA](),this}[wA](){this[FA]||(!this[YA]&&!this[DA].length&&(this[JA]=!0),this[yA]=!1,this[mA]=!0,this.emit("resume"),this[bA].length?this[fA]():this[uA]?this[hA]():this.emit("drain"))}resume(){return this[wA]()}pause(){this[mA]=!1,this[yA]=!0,this[JA]=!1}get destroyed(){return this[FA]}get flowing(){return this[mA]}get paused(){return this[yA]}[kA](A){this[vA]?this[RA]+=1:this[RA]+=A.length,this[bA].push(A)}[SA](){return this[vA]?this[RA]-=1:this[RA]-=this[bA][0].length,this[bA].shift()}[fA](A=!1){do{}while(this[QA](this[SA]())&&this[bA].length);!A&&!this[bA].length&&!this[uA]&&this.emit("drain")}[QA](A){return this.emit("data",A),this[mA]}pipe(A,i){if(this[FA])return A;this[JA]=!1;let g=this[gA];return i=i||{},A===lA.stdout||A===lA.stderr?i.end=!1:i.end=i.end!==!1,i.proxyErrors=!!i.proxyErrors,g?i.end&&A.end():(this[DA].push(i.proxyErrors?new _A(this,A,i):new OA(this,A,i)),this[MA]?mt((()=>this[wA]())):this[wA]()),A}unpipe(A){let i=this[DA].find((i=>i.dest===A));i&&(this[DA].length===1?(this[mA]&&this[YA]===0&&(this[mA]=!1),this[DA]=[]):this[DA].splice(this[DA].indexOf(i),1),i.unpipe())}addListener(A,i){return this.on(A,i)}on(A,i){let g=super.on(A,i);if(A==="data")this[JA]=!1,this[YA]++,!this[DA].length&&!this[mA]&&this[wA]();else if(A==="readable"&&this[RA]!==0)super.emit("readable");else if(ci(A)&&this[gA])super.emit(A),this.removeAllListeners(A);else if(A==="error"&&this[EA]){let A=i;this[MA]?mt((()=>A.call(this,this[EA]))):A.call(this,this[EA])}return g}removeListener(A,i){return this.off(A,i)}off(A,i){let g=super.off(A,i);return A==="data"&&(this[YA]=this.listeners("data").length,this[YA]===0&&!this[JA]&&!this[DA].length&&(this[mA]=!1)),g}removeAllListeners(A){let i=super.removeAllListeners(A);return(A==="data"||A===void 0)&&(this[YA]=0,!this[JA]&&!this[DA].length&&(this[mA]=!1)),i}get emittedEnd(){return this[gA]}[hA](){!this[dA]&&!this[gA]&&!this[FA]&&this[bA].length===0&&this[uA]&&(this[dA]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[pA]&&this.emit("close"),this[dA]=!1)}emit(A,...i){let g=i[0];if(A!=="error"&&A!=="close"&&A!==FA&&this[FA])return!1;if(A==="data")return!this[vA]&&!g?!1:this[MA]?(mt((()=>this[NA](g))),!0):this[NA](g);if(A==="end")return this[UA]();if(A==="close"){if(this[pA]=!0,!this[gA]&&!this[FA])return!1;let A=super.emit("close");return this.removeAllListeners("close"),A}else if(A==="error"){this[EA]=g,super.emit(xA,g);let A=!this[GA]||this.listeners("error").length?super.emit("error",g):!1;return this[hA](),A}else if(A==="resume"){let A=super.emit("resume");return this[hA](),A}else if(A==="finish"||A==="prefinish"){let i=super.emit(A);return this.removeAllListeners(A),i}let E=super.emit(A,...i);return this[hA](),E}[NA](A){for(let i of this[DA])i.dest.write(A)===!1&&this.pause();let i=this[JA]?!1:super.emit("data",A);return this[hA](),i}[UA](){return this[gA]?!1:(this[gA]=!0,this.readable=!1,this[MA]?(mt((()=>this[LA]())),!0):this[LA]())}[LA](){if(this[IA]){let A=this[IA].end();if(A){for(let i of this[DA])i.dest.write(A);this[JA]||super.emit("data",A)}}for(let A of this[DA])A.end();let A=super.emit("end");return this.removeAllListeners("end"),A}async collect(){let A=Object.assign([],{dataLength:0});this[vA]||(A.dataLength=0);let i=this.promise();return this.on("data",(i=>{A.push(i),this[vA]||(A.dataLength+=i.length)})),await i,A}async concat(){if(this[vA])throw new Error("cannot concat in objectMode");let A=await this.collect();return this[BA]?A.join(""):Buffer.concat(A,A.dataLength)}async promise(){return new Promise(((A,i)=>{this.on(FA,(()=>i(new Error("stream destroyed")))),this.on("error",(A=>i(A))),this.on("end",(()=>A()))}))}[Symbol.asyncIterator](){this[JA]=!1;let A=!1,e=async()=>(this.pause(),A=!0,{value:void 0,done:!0});return{next:()=>{if(A)return e();let i=this.read();if(i!==null)return Promise.resolve({done:!1,value:i});if(this[uA])return e();let g,E,h=A=>{this.off("data",a),this.off("end",l),this.off(FA,u),e(),E(A)},a=A=>{this.off("error",h),this.off("end",l),this.off(FA,u),this.pause(),g({value:A,done:!!this[uA]})},l=()=>{this.off("error",h),this.off("data",a),this.off(FA,u),e(),g({done:!0,value:void 0})},u=()=>h(new Error("stream destroyed"));return new Promise(((A,i)=>{E=i,g=A,this.once(FA,u),this.once("error",h),this.once("end",l),this.once("data",a)}))},throw:e,return:e,[Symbol.asyncIterator](){return this},[Symbol.asyncDispose]:async()=>{}}}[Symbol.iterator](){this[JA]=!1;let A=!1,e=()=>(this.pause(),this.off(xA,e),this.off(FA,e),this.off("end",e),A=!0,{done:!0,value:void 0}),s=()=>{if(A)return e();let i=this.read();return i===null?e():{done:!1,value:i}};return this.once("end",e),this.once(xA,e),this.once(FA,e),{next:s,throw:e,return:e,[Symbol.iterator](){return this},[Symbol.dispose]:()=>{}}}destroy(A){if(this[FA])return A?this.emit("error",A):this.emit(FA),this;this[FA]=!0,this[JA]=!0,this[bA].length=0,this[RA]=0;let i=this;return typeof i.close=="function"&&!this[pA]&&i.close(),A?this.emit("error",A):this.emit(FA),this}static get isStream(){return oi}};var PA=B.realpathSync.native,WA={lstatSync:B.lstatSync,readdir:B.readdir,readdirSync:B.readdirSync,readlinkSync:B.readlinkSync,realpathSync:PA,promises:{lstat:Ke.lstat,readdir:Ke.readdir,readlink:Ke.readlink,realpath:Ke.realpath}},Ue=A=>!A||A===WA||A===Xe?WA:{...WA,...A,promises:{...WA.promises,...A.promises||{}}},qA=/^\\\\\?\\([a-z]:)\\?$/i,Ri=A=>A.replace(/\//g,"\\").replace(qA,"$1\\"),jA=/[\\\/]/,zA=0,ZA=1,XA=2,KA=4,$A=6,As=8,rs=10,is=12,ns=15,os=~ns,as=16,cs=32,ls=64,us=128,hs=256,ds=512,Cs=ls|us|ds,Bs=1023,ie=A=>A.isFile()?As:A.isDirectory()?KA:A.isSymbolicLink()?rs:A.isCharacterDevice()?XA:A.isBlockDevice()?$A:A.isSocket()?is:A.isFIFO()?ZA:zA,Rs=new cA({max:2**12}),bt=A=>{let i=Rs.get(A);if(i)return i;let g=A.normalize("NFKD");return Rs.set(A,g),g},Ss=new cA({max:2**12}),_t=A=>{let i=Ss.get(A);if(i)return i;let g=bt(A.toLowerCase());return Ss.set(A,g),g},vs=class extends cA{constructor(){super({max:256})}},xs=class extends cA{constructor(A=16*1024){super({maxSize:A,sizeCalculation:A=>A.length+1})}},Ns=Symbol("PathScurry setAsCwd"),Ts=class{name;root;roots;parent;nocase;isCWD=!1;#ue;#he;get dev(){return this.#he}#ge;get mode(){return this.#ge}#de;get nlink(){return this.#de}#Ee;get uid(){return this.#Ee}#pe;get gid(){return this.#pe}#Ce;get rdev(){return this.#Ce}#fe;get blksize(){return this.#fe}#Qe;get ino(){return this.#Qe}#Be;get size(){return this.#Be}#Ie;get blocks(){return this.#Ie}#me;get atimeMs(){return this.#me}#ye;get mtimeMs(){return this.#ye}#be;get ctimeMs(){return this.#be}#we;get birthtimeMs(){return this.#we}#De;get atime(){return this.#De}#Re;get mtime(){return this.#Re}#ke;get ctime(){return this.#ke}#Se;get birthtime(){return this.#Se}#ve;#Fe;#xe;#Ne;#Ue;#Le;#Me;#Te;#Pe;#je;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(A,i=zA,g,E,p,C,f){this.name=A,this.#ve=p?_t(A):bt(A),this.#Me=i&Bs,this.nocase=p,this.roots=E,this.root=g||this,this.#Te=C,this.#xe=f.fullpath,this.#Ue=f.relative,this.#Le=f.relativePosix,this.parent=f.parent,this.parent?this.#ue=this.parent.#ue:this.#ue=Ue(f.fs)}depth(){return this.#Fe!==void 0?this.#Fe:this.parent?this.#Fe=this.parent.depth()+1:this.#Fe=0}childrenCache(){return this.#Te}resolve(A){if(!A)return this;let i=this.getRootString(A),g=A.substring(i.length).split(this.splitSep);return i?this.getRoot(i).#ze(g):this.#ze(g)}#ze(A){let i=this;for(let g of A)i=i.child(g);return i}children(){let A=this.#Te.get(this);if(A)return A;let i=Object.assign([],{provisional:0});return this.#Te.set(this,i),this.#Me&=~as,i}child(A,i){if(A===""||A===".")return this;if(A==="..")return this.parent||this;let g=this.children(),E=this.nocase?_t(A):bt(A);for(let A of g)if(A.#ve===E)return A;let p=this.parent?this.sep:"",C=this.#xe?this.#xe+p+A:void 0,f=this.newChild(A,zA,{...i,parent:this,fullpath:C});return this.canReaddir()||(f.#Me|=us),g.push(f),f}relative(){if(this.isCWD)return"";if(this.#Ue!==void 0)return this.#Ue;let A=this.name,i=this.parent;if(!i)return this.#Ue=this.name;let g=i.relative();return g+(!g||!i.parent?"":this.sep)+A}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#Le!==void 0)return this.#Le;let A=this.name,i=this.parent;if(!i)return this.#Le=this.fullpathPosix();let g=i.relativePosix();return g+(!g||!i.parent?"":"/")+A}fullpath(){if(this.#xe!==void 0)return this.#xe;let A=this.name,i=this.parent;if(!i)return this.#xe=this.name;let g=i.fullpath()+(i.parent?this.sep:"")+A;return this.#xe=g}fullpathPosix(){if(this.#Ne!==void 0)return this.#Ne;if(this.sep==="/")return this.#Ne=this.fullpath();if(!this.parent){let A=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(A)?this.#Ne=`//?/${A}`:this.#Ne=A}let A=this.parent,i=A.fullpathPosix(),g=i+(!i||!A.parent?"":"/")+this.name;return this.#Ne=g}isUnknown(){return(this.#Me&ns)===zA}isType(A){return this[`is${A}`]()}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.#Me&ns)===As}isDirectory(){return(this.#Me&ns)===KA}isCharacterDevice(){return(this.#Me&ns)===XA}isBlockDevice(){return(this.#Me&ns)===$A}isFIFO(){return(this.#Me&ns)===ZA}isSocket(){return(this.#Me&ns)===is}isSymbolicLink(){return(this.#Me&rs)===rs}lstatCached(){return this.#Me&cs?this:void 0}readlinkCached(){return this.#Pe}realpathCached(){return this.#je}readdirCached(){let A=this.children();return A.slice(0,A.provisional)}canReadlink(){if(this.#Pe)return!0;if(!this.parent)return!1;let A=this.#Me&ns;return!(A!==zA&&A!==rs||this.#Me&hs||this.#Me&us)}calledReaddir(){return!!(this.#Me&as)}isENOENT(){return!!(this.#Me&us)}isNamed(A){return this.nocase?this.#ve===_t(A):this.#ve===bt(A)}async readlink(){let A=this.#Pe;if(A)return A;if(this.canReadlink()&&this.parent)try{let A=await this.#ue.promises.readlink(this.fullpath()),i=(await this.parent.realpath())?.resolve(A);if(i)return this.#Pe=i}catch(A){this.#Oe(A.code);return}}readlinkSync(){let A=this.#Pe;if(A)return A;if(this.canReadlink()&&this.parent)try{let A=this.#ue.readlinkSync(this.fullpath()),i=this.parent.realpathSync()?.resolve(A);if(i)return this.#Pe=i}catch(A){this.#Oe(A.code);return}}#We(A){this.#Me|=as;for(let i=A.provisional;ii(null,A)))}readdirCB(A,i=!1){if(!this.canReaddir()){i?A(null,[]):queueMicrotask((()=>A(null,[])));return}let g=this.children();if(this.calledReaddir()){let E=g.slice(0,g.provisional);i?A(null,E):queueMicrotask((()=>A(null,E)));return}if(this.#Ye.push(A),this.#qe)return;this.#qe=!0;let E=this.fullpath();this.#ue.readdir(E,{withFileTypes:!0},((A,i)=>{if(A)this.#Xe(A.code),g.provisional=0;else{for(let A of i)this.#et(A,g);this.#We(g)}this.#At(g.slice(0,g.provisional))}))}#st;async readdir(){if(!this.canReaddir())return[];let A=this.children();if(this.calledReaddir())return A.slice(0,A.provisional);let i=this.fullpath();if(this.#st)await this.#st;else{let s=()=>{};this.#st=new Promise((A=>s=A));try{for(let g of await this.#ue.promises.readdir(i,{withFileTypes:!0}))this.#et(g,A);this.#We(A)}catch(i){this.#Xe(i.code),A.provisional=0}this.#st=void 0,s()}return A.slice(0,A.provisional)}readdirSync(){if(!this.canReaddir())return[];let A=this.children();if(this.calledReaddir())return A.slice(0,A.provisional);let i=this.fullpath();try{for(let g of this.#ue.readdirSync(i,{withFileTypes:!0}))this.#et(g,A);this.#We(A)}catch(i){this.#Xe(i.code),A.provisional=0}return A.slice(0,A.provisional)}canReaddir(){if(this.#Me&Cs)return!1;let A=ns&this.#Me;return A===zA||A===KA||A===rs}shouldWalk(A,i){return(this.#Me&KA)===KA&&!(this.#Me&Cs)&&!A.has(this)&&(!i||i(this))}async realpath(){if(this.#je)return this.#je;if(!((ds|hs|us)&this.#Me))try{let A=await this.#ue.promises.realpath(this.fullpath());return this.#je=this.resolve(A)}catch{this.#Ze()}}realpathSync(){if(this.#je)return this.#je;if(!((ds|hs|us)&this.#Me))try{let A=this.#ue.realpathSync(this.fullpath());return this.#je=this.resolve(A)}catch{this.#Ze()}}[Ns](A){if(A===this)return;A.isCWD=!1,this.isCWD=!0;let i=new Set([]),g=[],E=this;for(;E&&E.parent;)i.add(E),E.#Ue=g.join(this.sep),E.#Le=g.join("/"),E=E.parent,g.push("..");for(E=A;E&&E.parent&&!i.has(E);)E.#Ue=void 0,E.#Le=void 0,E=E.parent}},Ys=class n extends Ts{sep="\\";splitSep=jA;constructor(A,i=zA,g,E,p,C,f){super(A,i,g,E,p,C,f)}newChild(A,i=zA,g={}){return new n(A,i,this.root,this.roots,this.nocase,this.childrenCache(),g)}getRootString(A){return ze.win32.parse(A).root}getRoot(A){if(A=Ri(A.toUpperCase()),A===this.root.name)return this.root;for(let[i,g]of Object.entries(this.roots))if(this.sameRoot(A,i))return this.roots[A]=g;return this.roots[A]=new qs(A,this).root}sameRoot(A,i=this.root.name){return A=A.toUpperCase().replace(/\//g,"\\").replace(qA,"$1\\"),A===i}},Vs=class n extends Ts{splitSep="/";sep="/";constructor(A,i=zA,g,E,p,C,f){super(A,i,g,E,p,C,f)}getRootString(A){return A.startsWith("/")?"/":""}getRoot(A){return this.root}newChild(A,i=zA,g={}){return new n(A,i,this.root,this.roots,this.nocase,this.childrenCache(),g)}},Ws=class{root;rootPath;roots;cwd;#ue;#he;#ge;nocase;#de;constructor(A=process.cwd(),i,g,{nocase:E,childrenCacheSize:p=16*1024,fs:C=WA}={}){this.#de=Ue(C),(A instanceof URL||A.startsWith("file://"))&&(A=(0,je.fileURLToPath)(A));let f=i.resolve(A);this.roots=Object.create(null),this.rootPath=this.parseRootPath(f),this.#ue=new vs,this.#he=new vs,this.#ge=new xs(p);let Q=f.substring(this.rootPath.length).split(g);if(Q.length===1&&!Q[0]&&Q.pop(),E===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=E,this.root=this.newRoot(this.#de),this.roots[this.rootPath]=this.root;let B=this.root,I=Q.length-1,y=i.sep,b=this.rootPath,D=!1;for(let A of Q){let i=I--;B=B.child(A,{relative:new Array(i).fill("..").join(y),relativePosix:new Array(i).fill("..").join("/"),fullpath:b+=(D?"":y)+A}),D=!0}this.cwd=B}depth(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.depth()}childrenCache(){return this.#ge}resolve(...A){let i="";for(let g=A.length-1;g>=0;g--){let E=A[g];if(!(!E||E===".")&&(i=i?`${E}/${i}`:E,this.isAbsolute(E)))break}let g=this.#ue.get(i);if(g!==void 0)return g;let E=this.cwd.resolve(i).fullpath();return this.#ue.set(i,E),E}resolvePosix(...A){let i="";for(let g=A.length-1;g>=0;g--){let E=A[g];if(!(!E||E===".")&&(i=i?`${E}/${i}`:E,this.isAbsolute(E)))break}let g=this.#he.get(i);if(g!==void 0)return g;let E=this.cwd.resolve(i).fullpathPosix();return this.#he.set(i,E),E}relative(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.relative()}relativePosix(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.relativePosix()}basename(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.name}dirname(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),(A.parent||A).fullpath()}async readdir(A=this.cwd,i={withFileTypes:!0}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g}=i;if(A.canReaddir()){let i=await A.readdir();return g?i:i.map((A=>A.name))}else return[]}readdirSync(A=this.cwd,i={withFileTypes:!0}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0}=i;return A.canReaddir()?g?A.readdirSync():A.readdirSync().map((A=>A.name)):[]}async lstat(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.lstat()}lstatSync(A=this.cwd){return typeof A=="string"&&(A=this.cwd.resolve(A)),A.lstatSync()}async readlink(A=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A.withFileTypes,A=this.cwd);let g=await A.readlink();return i?g:g?.fullpath()}readlinkSync(A=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A.withFileTypes,A=this.cwd);let g=A.readlinkSync();return i?g:g?.fullpath()}async realpath(A=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A.withFileTypes,A=this.cwd);let g=await A.realpath();return i?g:g?.fullpath()}realpathSync(A=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A.withFileTypes,A=this.cwd);let g=A.realpathSync();return i?g:g?.fullpath()}async walk(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i,f=[];(!p||p(A))&&f.push(g?A:A.fullpath());let Q=new Set,l=(A,i)=>{Q.add(A),A.readdirCB(((A,B)=>{if(A)return i(A);let I=B.length;if(!I)return i();let w=()=>{--I===0&&i()};for(let A of B)(!p||p(A))&&f.push(g?A:A.fullpath()),E&&A.isSymbolicLink()?A.realpath().then((A=>A?.isUnknown()?A.lstat():A)).then((A=>A?.shouldWalk(Q,C)?l(A,w):w())):A.shouldWalk(Q,C)?l(A,w):w()}),!0)},B=A;return new Promise(((A,i)=>{l(B,(g=>{if(g)return i(g);A(f)}))}))}walkSync(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i,f=[];(!p||p(A))&&f.push(g?A:A.fullpath());let Q=new Set([A]);for(let A of Q){let i=A.readdirSync();for(let A of i){(!p||p(A))&&f.push(g?A:A.fullpath());let i=A;if(A.isSymbolicLink()){if(!(E&&(i=A.realpathSync())))continue;i.isUnknown()&&i.lstatSync()}i.shouldWalk(Q,C)&&Q.add(i)}}return f}[Symbol.asyncIterator](){return this.iterate()}iterate(A=this.cwd,i={}){return typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd),this.stream(A,i)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i;(!p||p(A))&&(yield g?A:A.fullpath());let f=new Set([A]);for(let A of f){let i=A.readdirSync();for(let A of i){(!p||p(A))&&(yield g?A:A.fullpath());let i=A;if(A.isSymbolicLink()){if(!(E&&(i=A.realpathSync())))continue;i.isUnknown()&&i.lstatSync()}i.shouldWalk(f,C)&&f.add(i)}}}stream(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i,f=new VA({objectMode:!0});(!p||p(A))&&f.write(g?A:A.fullpath());let Q=new Set,B=[A],I=0,c=()=>{let A=!1;for(;!A;){let i=B.shift();if(!i){I===0&&f.end();return}I++,Q.add(i);let m=(i,b,D=!1)=>{if(i)return f.emit("error",i);if(E&&!D){let A=[];for(let i of b)i.isSymbolicLink()&&A.push(i.realpath().then((A=>A?.isUnknown()?A.lstat():A)));if(A.length){Promise.all(A).then((()=>m(null,b,!0)));return}}for(let i of b)i&&(!p||p(i))&&(f.write(g?i:i.fullpath())||(A=!0));I--;for(let A of b){let i=A.realpathCached()||A;i.shouldWalk(Q,C)&&B.push(i)}A&&!f.flowing?f.once("drain",c):y||c()},y=!0;i.readdirCB(m,!0),y=!1}};return c(),f}streamSync(A=this.cwd,i={}){typeof A=="string"?A=this.cwd.resolve(A):A instanceof Ts||(i=A,A=this.cwd);let{withFileTypes:g=!0,follow:E=!1,filter:p,walkFilter:C}=i,f=new VA({objectMode:!0}),Q=new Set;(!p||p(A))&&f.write(g?A:A.fullpath());let B=[A],I=0,c=()=>{let A=!1;for(;!A;){let i=B.shift();if(!i){I===0&&f.end();return}I++,Q.add(i);let y=i.readdirSync();for(let i of y)(!p||p(i))&&(f.write(g?i:i.fullpath())||(A=!0));I--;for(let A of y){let i=A;if(A.isSymbolicLink()){if(!(E&&(i=A.realpathSync())))continue;i.isUnknown()&&i.lstatSync()}i.shouldWalk(Q,C)&&B.push(i)}}A&&!f.flowing&&f.once("drain",c)};return c(),f}chdir(A=this.cwd){let i=this.cwd;this.cwd=typeof A=="string"?this.cwd.resolve(A):A,this.cwd[Ns](i)}},qs=class extends Ws{sep="\\";constructor(A=process.cwd(),i={}){let{nocase:g=!0}=i;super(A,ze.win32,"\\",{...i,nocase:g}),this.nocase=g;for(let A=this.cwd;A;A=A.parent)A.nocase=this.nocase}parseRootPath(A){return ze.win32.parse(A).root.toUpperCase()}newRoot(A){return new Ys(this.rootPath,KA,void 0,this.roots,this.nocase,this.childrenCache(),{fs:A})}isAbsolute(A){return A.startsWith("/")||A.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(A)}},js=class extends Ws{sep="/";constructor(A=process.cwd(),i={}){let{nocase:g=!1}=i;super(A,ze.posix,"/",{...i,nocase:g}),this.nocase=g}parseRootPath(A){return"/"}newRoot(A){return new Vs(this.rootPath,KA,void 0,this.roots,this.nocase,this.childrenCache(),{fs:A})}isAbsolute(A){return A.startsWith("/")}},Xs=class extends js{constructor(A=process.cwd(),i={}){let{nocase:g=!0}=i;super(A,{...i,nocase:g})}},Ks=process.platform==="win32"?Ys:Vs,er=process.platform==="win32"?qs:process.platform==="darwin"?Xs:js;var Di=A=>A.length>=1,Mi=A=>A.length>=1,Ar=Symbol.for("nodejs.util.inspect.custom"),sr=class n{#ue;#he;#ge;length;#de;#Ee;#pe;#Ce;#fe;#Qe;#Be=!0;constructor(A,i,g,E){if(!Di(A))throw new TypeError("empty pattern list");if(!Mi(i))throw new TypeError("empty glob list");if(i.length!==A.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=A.length,g<0||g>=this.length)throw new TypeError("index out of range");if(this.#ue=A,this.#he=i,this.#ge=g,this.#de=E,this.#ge===0){if(this.isUNC()){let[A,i,g,E,...p]=this.#ue,[C,f,Q,B,...I]=this.#he;p[0]===""&&(p.shift(),I.shift());let y=[A,i,g,E,""].join("/"),b=[C,f,Q,B,""].join("/");this.#ue=[y,...p],this.#he=[b,...I],this.length=this.#ue.length}else if(this.isDrive()||this.isAbsolute()){let[A,...i]=this.#ue,[g,...E]=this.#he;i[0]===""&&(i.shift(),E.shift());let p=A+"/",C=g+"/";this.#ue=[p,...i],this.#he=[C,...E],this.length=this.#ue.length}}}[Ar](){return"Pattern <"+this.#he.slice(this.#ge).join("/")+">"}pattern(){return this.#ue[this.#ge]}isString(){return typeof this.#ue[this.#ge]=="string"}isGlobstar(){return this.#ue[this.#ge]===zt}isRegExp(){return this.#ue[this.#ge]instanceof RegExp}globString(){return this.#pe=this.#pe||(this.#ge===0?this.isAbsolute()?this.#he[0]+this.#he.slice(1).join("/"):this.#he.join("/"):this.#he.slice(this.#ge).join("/"))}hasMore(){return this.length>this.#ge+1}rest(){return this.#Ee!==void 0?this.#Ee:this.hasMore()?(this.#Ee=new n(this.#ue,this.#he,this.#ge+1,this.#de),this.#Ee.#Qe=this.#Qe,this.#Ee.#fe=this.#fe,this.#Ee.#Ce=this.#Ce,this.#Ee):this.#Ee=null}isUNC(){let A=this.#ue;return this.#fe!==void 0?this.#fe:this.#fe=this.#de==="win32"&&this.#ge===0&&A[0]===""&&A[1]===""&&typeof A[2]=="string"&&!!A[2]&&typeof A[3]=="string"&&!!A[3]}isDrive(){let A=this.#ue;return this.#Ce!==void 0?this.#Ce:this.#Ce=this.#de==="win32"&&this.#ge===0&&this.length>1&&typeof A[0]=="string"&&/^[a-z]:$/i.test(A[0])}isAbsolute(){let A=this.#ue;return this.#Qe!==void 0?this.#Qe:this.#Qe=A[0]===""&&A.length>1||this.isDrive()||this.isUNC()}root(){let A=this.#ue[0];return typeof A=="string"&&this.isAbsolute()&&this.#ge===0?A:""}checkFollowGlobstar(){return!(this.#ge===0||!this.isGlobstar()||!this.#Be)}markFollowGlobstar(){return this.#ge===0||!this.isGlobstar()||!this.#Be?!1:(this.#Be=!1,!0)}};var rr=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",ir=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(A,{nobrace:i,nocase:g,noext:E,noglobstar:p,platform:C=rr}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=C,this.mmopts={dot:!0,nobrace:i,nocase:g,noext:E,noglobstar:p,optimizationLevel:2,platform:C,nocomment:!0,nonegate:!0};for(let i of A)this.add(i)}add(A){let i=new tA(A,this.mmopts);for(let A=0;A[A,!!(i&2),!!(i&1)]))}},ar=class{store=new Map;add(A,i){if(!A.canReaddir())return;let g=this.store.get(A);g?g.find((A=>A.globString()===i.globString()))||g.push(i):this.store.set(A,[i])}get(A){let i=this.store.get(A);if(!i)throw new Error("attempting to walk unknown path");return i}entries(){return this.keys().map((A=>[A,this.store.get(A)]))}keys(){return[...this.store.keys()].filter((A=>A.canReaddir()))}},cr=class n{hasWalkedCache;matches=new or;subwalks=new ar;patterns;follow;dot;opts;constructor(A,i){this.opts=A,this.follow=!!A.follow,this.dot=!!A.dot,this.hasWalkedCache=i?i.copy():new nr}processPatterns(A,i){this.patterns=i;let g=i.map((i=>[A,i]));for(let[A,i]of g){this.hasWalkedCache.storeWalked(A,i);let g=i.root(),E=i.isAbsolute()&&this.opts.absolute!==!1;if(g){A=A.resolve(g==="/"&&this.opts.root!==void 0?this.opts.root:g);let E=i.rest();if(E)i=E;else{this.matches.add(A,!0,!1);continue}}if(A.isENOENT())continue;let p,C,f=!1;for(;typeof(p=i.pattern())=="string"&&(C=i.rest());)A=A.resolve(p),i=C,f=!0;if(p=i.pattern(),C=i.rest(),f){if(this.hasWalkedCache.hasWalked(A,i))continue;this.hasWalkedCache.storeWalked(A,i)}if(typeof p=="string"){let i=p===".."||p===""||p===".";this.matches.add(A.resolve(p),E,i);continue}else if(p===zt){(!A.isSymbolicLink()||this.follow||i.checkFollowGlobstar())&&this.subwalks.add(A,i);let g=C?.pattern(),p=C?.rest();if(!C||(g===""||g===".")&&!p)this.matches.add(A,E,g===""||g===".");else if(g===".."){let i=A.parent||A;p?this.hasWalkedCache.hasWalked(i,p)||this.subwalks.add(i,p):this.matches.add(i,E,!0)}}else p instanceof RegExp&&this.subwalks.add(A,i)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new n(this.opts,this.hasWalkedCache)}filterEntries(A,i){let g=this.subwalks.get(A),E=this.child();for(let A of i)for(let i of g){let g=i.isAbsolute(),p=i.pattern(),C=i.rest();p===zt?E.testGlobstar(A,i,C,g):p instanceof RegExp?E.testRegExp(A,p,C,g):E.testString(A,p,C,g)}return E}testGlobstar(A,i,g,E){if((this.dot||!A.name.startsWith("."))&&(i.hasMore()||this.matches.add(A,E,!1),A.canReaddir()&&(this.follow||!A.isSymbolicLink()?this.subwalks.add(A,i):A.isSymbolicLink()&&(g&&i.checkFollowGlobstar()?this.subwalks.add(A,g):i.markFollowGlobstar()&&this.subwalks.add(A,i)))),g){let i=g.pattern();if(typeof i=="string"&&i!==".."&&i!==""&&i!==".")this.testString(A,i,g.rest(),E);else if(i===".."){let i=A.parent||A;this.subwalks.add(i,g)}else i instanceof RegExp&&this.testRegExp(A,i,g.rest(),E)}}testRegExp(A,i,g,E){i.test(A.name)&&(g?this.subwalks.add(A,g):this.matches.add(A,E,!1))}testString(A,i,g,E){A.isNamed(i)&&(g?this.subwalks.add(A,g):this.matches.add(A,E,!1))}};var Li=(A,i)=>typeof A=="string"?new ir([A],i):Array.isArray(A)?new ir(A,i):A,lr=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#ue=[];#he;#ge;signal;maxDepth;includeChildMatches;constructor(A,i,g){if(this.patterns=A,this.path=i,this.opts=g,this.#ge=!g.posix&&g.platform==="win32"?"\\":"/",this.includeChildMatches=g.includeChildMatches!==!1,(g.ignore||!this.includeChildMatches)&&(this.#he=Li(g.ignore??[],g),!this.includeChildMatches&&typeof this.#he.add!="function")){let A="cannot ignore child matches, ignore lacks add() method.";throw new Error(A)}this.maxDepth=g.maxDepth||1/0,g.signal&&(this.signal=g.signal,this.signal.addEventListener("abort",(()=>{this.#ue.length=0})))}#de(A){return this.seen.has(A)||!!this.#he?.ignored?.(A)}#Ee(A){return!!this.#he?.childrenIgnored?.(A)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let A;for(;!this.paused&&(A=this.#ue.shift());)A()}onResume(A){this.signal?.aborted||(this.paused?this.#ue.push(A):A())}async matchCheck(A,i){if(i&&this.opts.nodir)return;let g;if(this.opts.realpath){if(g=A.realpathCached()||await A.realpath(),!g)return;A=g}let E=A.isUnknown()||this.opts.stat?await A.lstat():A;if(this.opts.follow&&this.opts.nodir&&E?.isSymbolicLink()){let A=await E.realpath();A&&(A.isUnknown()||this.opts.stat)&&await A.lstat()}return this.matchCheckTest(E,i)}matchCheckTest(A,i){return A&&(this.maxDepth===1/0||A.depth()<=this.maxDepth)&&(!i||A.canReaddir())&&(!this.opts.nodir||!A.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!A.isSymbolicLink()||!A.realpathCached()?.isDirectory())&&!this.#de(A)?A:void 0}matchCheckSync(A,i){if(i&&this.opts.nodir)return;let g;if(this.opts.realpath){if(g=A.realpathCached()||A.realpathSync(),!g)return;A=g}let E=A.isUnknown()||this.opts.stat?A.lstatSync():A;if(this.opts.follow&&this.opts.nodir&&E?.isSymbolicLink()){let A=E.realpathSync();A&&(A?.isUnknown()||this.opts.stat)&&A.lstatSync()}return this.matchCheckTest(E,i)}matchFinish(A,i){if(this.#de(A))return;if(!this.includeChildMatches&&this.#he?.add){let i=`${A.relativePosix()}/**`;this.#he.add(i)}let g=this.opts.absolute===void 0?i:this.opts.absolute;this.seen.add(A);let E=this.opts.mark&&A.isDirectory()?this.#ge:"";if(this.opts.withFileTypes)this.matchEmit(A);else if(g){let i=this.opts.posix?A.fullpathPosix():A.fullpath();this.matchEmit(i+E)}else{let i=this.opts.posix?A.relativePosix():A.relative(),g=this.opts.dotRelative&&!i.startsWith(".."+this.#ge)?"."+this.#ge:"";this.matchEmit(i?g+i+E:"."+E)}}async match(A,i,g){let E=await this.matchCheck(A,g);E&&this.matchFinish(E,i)}matchSync(A,i,g){let E=this.matchCheckSync(A,g);E&&this.matchFinish(E,i)}walkCB(A,i,g){this.signal?.aborted&&g(),this.walkCB2(A,i,new cr(this.opts),g)}walkCB2(A,i,g,E){if(this.#Ee(A))return E();if(this.signal?.aborted&&E(),this.paused){this.onResume((()=>this.walkCB2(A,i,g,E)));return}g.processPatterns(A,i);let p=1,o=()=>{--p===0&&E()};for(let[A,i,E]of g.matches.entries())this.#de(A)||(p++,this.match(A,i,E).then((()=>o())));for(let A of g.subwalkTargets()){if(this.maxDepth!==1/0&&A.depth()>=this.maxDepth)continue;p++;let i=A.readdirCached();A.calledReaddir()?this.walkCB3(A,i,g,o):A.readdirCB(((i,E)=>this.walkCB3(A,E,g,o)),!0)}o()}walkCB3(A,i,g,E){g=g.filterEntries(A,i);let p=1,o=()=>{--p===0&&E()};for(let[A,i,E]of g.matches.entries())this.#de(A)||(p++,this.match(A,i,E).then((()=>o())));for(let[A,i]of g.subwalks.entries())p++,this.walkCB2(A,i,g.child(),o);o()}walkCBSync(A,i,g){this.signal?.aborted&&g(),this.walkCB2Sync(A,i,new cr(this.opts),g)}walkCB2Sync(A,i,g,E){if(this.#Ee(A))return E();if(this.signal?.aborted&&E(),this.paused){this.onResume((()=>this.walkCB2Sync(A,i,g,E)));return}g.processPatterns(A,i);let p=1,o=()=>{--p===0&&E()};for(let[A,i,E]of g.matches.entries())this.#de(A)||this.matchSync(A,i,E);for(let A of g.subwalkTargets()){if(this.maxDepth!==1/0&&A.depth()>=this.maxDepth)continue;p++;let i=A.readdirSync();this.walkCB3Sync(A,i,g,o)}o()}walkCB3Sync(A,i,g,E){g=g.filterEntries(A,i);let p=1,o=()=>{--p===0&&E()};for(let[A,i,E]of g.matches.entries())this.#de(A)||this.matchSync(A,i,E);for(let[A,i]of g.subwalks.entries())p++,this.walkCB2Sync(A,i,g.child(),o);o()}},ur=class extends lr{matches=new Set;constructor(A,i,g){super(A,i,g)}matchEmit(A){this.matches.add(A)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise(((A,i)=>{this.walkCB(this.path,this.patterns,(()=>{this.signal?.aborted?i(this.signal.reason):A(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}},hr=class extends lr{results;constructor(A,i,g){super(A,i,g),this.results=new VA({signal:this.signal,objectMode:!0}),this.results.on("drain",(()=>this.resume())),this.results.on("resume",(()=>this.resume()))}matchEmit(A){this.results.write(A),this.results.flowing||this.pause()}stream(){let A=this.path;return A.isUnknown()?A.lstat().then((()=>{this.walkCB(A,this.patterns,(()=>this.results.end()))})):this.walkCB(A,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}};var gr=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",dr=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(A,i){if(!i)throw new TypeError("glob options required");if(this.withFileTypes=!!i.withFileTypes,this.signal=i.signal,this.follow=!!i.follow,this.dot=!!i.dot,this.dotRelative=!!i.dotRelative,this.nodir=!!i.nodir,this.mark=!!i.mark,i.cwd?(i.cwd instanceof URL||i.cwd.startsWith("file://"))&&(i.cwd=(0,je.fileURLToPath)(i.cwd)):this.cwd="",this.cwd=i.cwd||"",this.root=i.root,this.magicalBraces=!!i.magicalBraces,this.nobrace=!!i.nobrace,this.noext=!!i.noext,this.realpath=!!i.realpath,this.absolute=i.absolute,this.includeChildMatches=i.includeChildMatches!==!1,this.noglobstar=!!i.noglobstar,this.matchBase=!!i.matchBase,this.maxDepth=typeof i.maxDepth=="number"?i.maxDepth:1/0,this.stat=!!i.stat,this.ignore=i.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof A=="string"&&(A=[A]),this.windowsPathsNoEscape=!!i.windowsPathsNoEscape||i.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(A=A.map((A=>A.replace(/\\/g,"/")))),this.matchBase){if(i.noglobstar)throw new TypeError("base matching requires globstar");A=A.map((A=>A.includes("/")?A:`./**/${A}`))}if(this.pattern=A,this.platform=i.platform||gr,this.opts={...i,platform:this.platform},i.scurry){if(this.scurry=i.scurry,i.nocase!==void 0&&i.nocase!==i.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let A=i.platform==="win32"?qs:i.platform==="darwin"?Xs:i.platform?js:er;this.scurry=new A(this.cwd,{nocase:i.nocase,fs:i.fs})}this.nocase=this.scurry.nocase;let g=this.platform==="darwin"||this.platform==="win32",E={braceExpandMax:1e4,...i,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:g,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},p=this.pattern.map((A=>new tA(A,E))),[C,f]=p.reduce(((A,i)=>(A[0].push(...i.set),A[1].push(...i.globParts),A)),[[],[]]);this.patterns=C.map(((A,i)=>{let g=f[i];if(!g)throw new Error("invalid pattern object");return new sr(A,g,0,this.platform)}))}async walk(){return[...await new ur(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 ur(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 hr(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 hr(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()}};var le=(A,i={})=>{Array.isArray(A)||(A=[A]);for(let g of A)if(new tA(g,i).hasMagic())return!0;return!1};function Bt(A,i={}){return new dr(A,i).streamSync()}function Qe(A,i={}){return new dr(A,i).stream()}function ts(A,i={}){return new dr(A,i).walkSync()}async function Je(A,i={}){return new dr(A,i).walk()}function Ut(A,i={}){return new dr(A,i).iterateSync()}function es(A,i={}){return new dr(A,i).iterate()}var Er=Bt,pr=Object.assign(Qe,{sync:Bt}),Cr=Ut,fr=Object.assign(es,{sync:Ut}),Qr=Object.assign(ts,{stream:Bt,iterate:Ut}),Br=Object.assign(Je,{glob:Je,globSync:ts,sync:Qr,globStream:Qe,stream:pr,globStreamSync:Bt,streamSync:Er,globIterate:es,iterate:fr,globIterateSync:Ut,iterateSync:Cr,Glob:dr,hasMagic:le,escape:tt,unescape:W});Br.glob=Br;var Ir=__nccwpck_require__(7016);var mr=__nccwpck_require__(7884);function isOfficialServer(A){return A==="screeps.com"}function buildSubscribePath(A,i){return"console"}function detectTraceback(A){if(!A)return false;const i=safeDecode(A);return/^\s{4}at /m.test(i)}function detectWarning(A){if(!A||A.length===0)return false;const i=/i.test(A)))}function safeDecode(A){if(typeof A!=="string")return A;let i=A;if(i.includes("%")){try{i=decodeURIComponent(i)}catch(A){}}return i.replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/&/g,"&")}function outputMultiline(A,i="info",g=null){if(!A)return;const E=g?`[${g}] `:"";const p=A.split(/\r?\n/);p.forEach((A=>{const g=`${E}${A}`;if(i==="error")error(g);else if(i==="warning")warning(g);else info(g)}))}function buildProgressMessage(A,i){return`[Monitor] ${A}/${i} ticks elapsed...`}async function writeLogFile(A,i){await B.promises.writeFile(i,A.join("\n"),"utf8")}async function uploadLogArtifacts(A,i="screeps-console-log"){if(!A||A.length===0)return;try{const g=(0,mr.v)();const E=I.dirname(A[0]);await g.uploadArtifact(i,A,E,{continueOnError:true});info(`[Monitor] Console logs uploaded as artifact '${i}'.`)}catch(A){warning(`[Monitor] Could not upload console logs as artifact: ${A.message}`)}}function handleConsoleEvent(A,i,g,E){const{logToFile:p,shard:C}=i;const f=A?.data??{};if(C&&f.shard&&f.shard!==C){return}const Q=f?.messages?.log??[];const B=f?.messages?.results??[];const I=f?.error??null;if(detectWarning(Q)){E.sawWarningLog=true;const A=/A.test(i))).forEach((A=>outputMultiline(safeDecode(A),"warning",f.shard)))}if(Q.some((A=>detectTraceback(A)))){E.sawTraceback=true;E.sawErrorLog=true}const y=[...Q,...B].map(safeDecode);if(y.length>0){if(p){const A=f.shard||"default";if(!g[A])g[A]=[];g[A].push(...y)}else{y.forEach((A=>outputMultiline(A,"info",f.shard)))}}if(I){E.sawErrorLog=true;const A=safeDecode(I);outputMultiline(A,"error",f.shard);if(detectTraceback(A)){E.sawTraceback=true}}}function sleep(A){return new Promise((i=>setTimeout(i,A)))}async function pollUntilDone(A,i,g,E,p,C,f=()=>false){let Q=0;while(Q{handleConsoleEvent(A,i,D,R)}));info(`[Monitor] Watching Screeps console for ${g} ticks`+(y?` on ${y}`:"")+"...");try{await pollUntilDone(A,S,g,y,500,((A,i)=>{if(A>0&&A>=k+p&&A<=i){info(buildProgressMessage(A,i));k=A}}),(()=>{if(i.onTraceback==="fail"&&R.sawTraceback)return true;if(i.onErrorLog==="fail"&&R.sawErrorLog)return true;if(i.onWarningLog==="fail"&&R.sawWarningLog)return true;return false}))}finally{A.socket.disconnect()}const v=Object.keys(D);if(E&&v.length>0){const A=await B.promises.mkdtemp(I.join(C.tmpdir(),"screeps-monitor-"));const i=[];for(const g of v){const E=g==="default"?"screeps_console_log.txt":`${g}_console_log.txt`;const p=I.join(A,E);await writeLogFile(D[g],p);i.push(p)}await uploadLogArtifacts(i)}else if(E){info("[Monitor] No stdout lines were collected; skipping artifact upload.")}info(`[Monitor] Done. sawTraceback=${R.sawTraceback} sawErrorLog=${R.sawErrorLog} sawWarningLog=${R.sawWarningLog}`);return{sawTraceback:R.sawTraceback,sawErrorLog:R.sawErrorLog,sawWarningLog:R.sawWarningLog}}function replacePlaceholders(A,i){const g=(new Date).toISOString();return A.replace(/{{gitHash}}/g,process.env.GITHUB_SHA).replace(/{{gitRef}}/g,process.env.GITHUB_REF).replace(/{{deployTime}}/g,g).replace(/{{hostname}}/g,i)}async function readReplaceAndWriteFiles(A,i,g){let E=i?I.join(i,A):A;E=E.replace(/\\/g,"/");const p=await Br(E);let C=p.map((A=>B.promises.readFile(A,"utf8").then((i=>{i=replacePlaceholders(i,g);return B.promises.writeFile(A,i)}))));await Promise.all(C);return p}async function readFilesIntoDict(A,i){let g=i?I.join(i,A):A;g=g.replace(/\\/g,"/");const E=await Br(g);let p={};let C=E.map((A=>B.promises.readFile(A,"utf8").then((g=>{let E=A;if(i&&A.startsWith(i)){E=E.slice(i.length)}E=I.basename(E,I.extname(E));p[E]=g}))));await Promise.all(C);return p}function validateAuthentication(A,i,g){if(A){if(i||g){return"Token is defined along with username and/or password."}}else{if(!i&&!g){return"Neither token nor password and username are defined."}if(i&&!g){return"Username is defined but no password is provided."}if(!i&&g){return"Password is defined but no username is provided."}}return null}function applyOnAction(A,i,g){if(!i)return;if(A==="warn"){warning(g);return}if(A==="fail"){setFailed(g)}}async function postCode(){const A=getInput("protocol")||"https";const i=getInput("hostname")||"screeps.com";const g=getInput("port")||"443";const E=getInput("path")||"/";const C=getInput("token")||undefined;const f=getInput("username")||undefined;const Q=getInput("password")||undefined;const B=getInput("source-prefix");const I=getInput("pattern")||"*.js";const y=getInput("branch")||"default";const b=getInput("git-replace")||null;if(b){await readReplaceAndWriteFiles(b,B,i)}const D=await readFilesIntoDict(I,B);info(`Trying to upload the following files to ${y}:`);Object.keys(D).forEach((A=>{info(`Key: ${A}`)}));const R={token:C,username:f,password:Q,protocol:A,hostname:i,port:g,path:E};info("login_arguments:");info(JSON.stringify(R,null,2));const k=validateAuthentication(C,f,Q);if(k){error(k);return}let S=new p.Q(R);if(!C){info(`Logging in as user ${f}`);try{await S.auth(f,Q,R)}catch(A){error(`Authentication error: ${A}`);throw A}}let v=null;let F=false;try{F=getBooleanInput("rollback_on_failure")}catch(A){}if(F){info(`Downloading existing code from branch ${y} for potential rollback...`);try{const A=await S.code.get(y);if(A&&A.ok&&A.modules){v=A.modules;info(`Successfully downloaded existing code (modules: ${Object.keys(v).join(", ")})`)}else{warning(`Failed to download existing code, rollback will not be possible.`)}}catch(A){warning(`Error downloading existing code: ${A.message}. Rollback will not be possible.`)}}try{const A=await S.code.set(y,D);info(JSON.stringify(A,null,2));info(`Code set successfully to ${y}`)}catch(A){error(`Upload error: ${A}`);throw A}const x=parseInt(getInput("monitor")||"0",10);if(x>0){const A=await monitorConsole(S,{monitor:x,logToFile:getBooleanInput("log_to_file"),onTraceback:getInput("on_traceback")||"fail",onErrorLog:getInput("on_error_log")||"warn",onWarningLog:getInput("on_warning_log")||"ignore",monitorInterval:parseInt(getInput("monitor_interval")||"10",10),hostname:i,shard:getInput("shard")||undefined});setOutput("saw_traceback",String(A.sawTraceback));setOutput("saw_error_log",String(A.sawErrorLog));setOutput("saw_warning_log",String(A.sawWarningLog));let g=false;if(getInput("on_traceback")==="fail"&&A.sawTraceback)g=true;if(getInput("on_error_log")==="fail"&&A.sawErrorLog)g=true;if(getInput("on_warning_log")==="fail"&&A.sawWarningLog)g=true;if(g&&F&&v){info("Action failed based on monitor configuration. Rolling back to previous code...");try{await S.code.set(y,v);info(`Successfully rolled back to previous code on branch ${y}.`)}catch(A){error(`Rollback failed: ${A}`)}}applyOnAction(getInput("on_traceback"),A.sawTraceback,"Screeps console: traceback detected");applyOnAction(getInput("on_error_log"),A.sawErrorLog,"Screeps console: error log output detected");applyOnAction(getInput("on_warning_log"),A.sawWarningLog,"Screeps console: warning log output detected")}}const yr=(0,Ir.fileURLToPath)(import.meta.url);if(process.argv[1]===yr){postCode()}var wr=E.qE;var br=E.UE;var Dr=E.AG;var Rr=E.gm;var kr=E.Lb;var Sr=E.xP;export{wr as applyOnAction,br as postCode,Dr as readFilesIntoDict,Rr as readReplaceAndWriteFiles,kr as replacePlaceholders,Sr as validateAuthentication}; \ No newline at end of file diff --git a/index.js b/index.js index a6093ed..bd2dd78 100644 --- a/index.js +++ b/index.js @@ -179,22 +179,55 @@ export async function postCode() { return; } let api = new ScreepsAPI(login_arguments); - if (token) { + + if (!token) { + core.info(`Logging in as user ${username}`); + try { + await api.auth(username, password, login_arguments); + } catch (err) { + core.error(`Authentication error: ${err}`); + throw err; + } + } + + let oldCode = null; + let rollbackOnFailure = false; + try { + rollbackOnFailure = core.getBooleanInput("rollback_on_failure"); + } catch (e) { + // getBooleanInput throws if not 'true' or 'false', ignore + } + + if (rollbackOnFailure) { + core.info( + `Downloading existing code from branch ${branch} for potential rollback...`, + ); + try { + const getResponse = await api.code.get(branch); + if (getResponse && getResponse.ok && getResponse.modules) { + oldCode = getResponse.modules; + core.info( + `Successfully downloaded existing code (modules: ${Object.keys(oldCode).join(", ")})`, + ); + } else { + core.warning( + `Failed to download existing code, rollback will not be possible.`, + ); + } + } catch (err) { + core.warning( + `Error downloading existing code: ${err.message}. Rollback will not be possible.`, + ); + } + } + + try { const response = await api.code.set(branch, files_to_push); core.info(JSON.stringify(response, null, 2)); core.info(`Code set successfully to ${branch}`); - } else { - core.info(`Logging in as user ${username}`); - await Promise.resolve() - .then(() => api.auth(username, password, login_arguments)) - .then(() => api.code.set(branch, files_to_push)) - .then(() => { - core.info(`Code set successfully to ${branch}`); - }) - .catch((err) => { - core.error(`Upload error: ${err}`); - throw err; - }); + } catch (err) { + core.error(`Upload error: ${err}`); + throw err; } // Console monitoring (optional) @@ -215,6 +248,28 @@ export async function postCode() { core.setOutput("saw_error_log", String(result.sawErrorLog)); core.setOutput("saw_warning_log", String(result.sawWarningLog)); + let shouldFail = false; + if (core.getInput("on_traceback") === "fail" && result.sawTraceback) + shouldFail = true; + if (core.getInput("on_error_log") === "fail" && result.sawErrorLog) + shouldFail = true; + if (core.getInput("on_warning_log") === "fail" && result.sawWarningLog) + shouldFail = true; + + if (shouldFail && rollbackOnFailure && oldCode) { + core.info( + "Action failed based on monitor configuration. Rolling back to previous code...", + ); + try { + await api.code.set(branch, oldCode); + core.info( + `Successfully rolled back to previous code on branch ${branch}.`, + ); + } catch (err) { + core.error(`Rollback failed: ${err}`); + } + } + applyOnAction( core.getInput("on_traceback"), result.sawTraceback,