Files
build-push-action/dist/index.cjs

444 lines
3.2 MiB
JavaScript
Raw Normal View History

var Ttt=Object.create;var X8=Object.defineProperty;var Ntt=Object.getOwnPropertyDescriptor;var Dtt=Object.getOwnPropertyNames;var Ott=Object.getPrototypeOf,Ptt=Object.prototype.hasOwnProperty;var Qtt=(t,e)=>()=>(t&&(e=t(t=0)),e);var m=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Dhe=(t,e)=>{for(var r in e)X8(t,r,{get:e[r],enumerable:!0})},ktt=(t,e,r,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of Dtt(e))!Ptt.call(t,s)&&s!==r&&X8(t,s,{get:()=>e[s],enumerable:!(i=Ntt(e,s))||i.enumerable});return t};var z=(t,e,r)=>(r=t!=null?Ttt(Ott(t)):{},ktt(e||!t||!t.__esModule?X8(r,"default",{value:t,enumerable:!0}):r,t));var Mhe=m(I0=>{"use strict";var zbr=require("net"),Gtt=require("tls"),sG=require("http"),khe=require("https"),Htt=require("events"),Vbr=require("assert"),jtt=require("util");I0.httpOverHttp=ztt;I0.httpsOverHttp=Vtt;I0.httpOverHttps=$tt;I0.httpsOverHttps=Wtt;function ztt(t){var e=new $h(t);return e.request=sG.request,e}function Vtt(t){var e=new $h(t);return e.request=sG.request,e.createSocket=Lhe,e.defaultPort=443,e}function $tt(t){var e=new $h(t);return e.request=khe.request,e}function Wtt(t){var e=new $h(t);return e.request=khe.request,e.createSocket=Lhe,e.defaultPort=443,e}function $h(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||sG.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",function(i,s,n,o){for(var a=Fhe(s,n,o),c=0,l=e.requests.length;c<l;++c){var u=e.requests[c];if(u.host===a.host&&u.port===a.port){e.requests.splice(c,1),u.request.onSocket(i);return}}i.destroy(),e.removeSocket(i)})}jtt.inherits($h,Htt.EventEmitter);$h.prototype.addRequest=function(e,r,i,s){var n=this,o=nG({request:e},n.options,Fhe(r,i,s));if(n.sockets.length>=this.maxSockets){n.requests.push(o);return}n.createSocket(o,function(a){a.on("free",c),a.on("close",l),a.on("agentRemove",l),e.onSocket(a);function c(){n.emit("free",a,o)}function l(u){n.removeSocket(a),a.removeListener("free",c),a.removeListener("close",l),a.removeListener("agentRemove",l)}})};$h.prototype.createSocket=function(e,r){var i=this,s={};i.sockets.push(s);var n=nG({},i.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(n.localAddress=e.localAddress),n.proxyAuth&&(n.headers=n.headers||{},n.headers["Proxy-Authorization"]="Basic "+new Buffer(n.proxyAuth).toString("base64")),qp("making CONNECT request");var o=i.request(n);o.useChunkedEncodingByDefault=!1,o.once("response",a),o.once("upgrade",c),o.once("connect",l),o.once("error",u),o.end();function a(f){f.upgrade=!0}function c(f,h,d){process.nextTick(function(){l(f,h,d)})}function l(f,h,d){if(o.removeAllListeners(),h.removeAllListeners(),f.statusCode!==200){qp("tunneling socket could not be established, statusCode=%d",f.statusCode),h.destroy();var p=new Error("tunneling socket could not be established, statusCode="+f.statusCode);p.code="ECONNRESET",e.request.emit("error",p),i.removeSocket(s);return}if(d.length>0){qp("got illegal response body from proxy"),h.destroy();var p=new Error("got illegal response body from proxy");p.code="ECONNRESET",e.request.emit("error",p),i.removeSocket(s);return}return qp("tunneling connection has established"),i.sockets[i.sockets.indexOf(s)]=h,r(h)}function u(f){o.removeAllListeners(),qp(`tunneling socket could not be established, cause=%s
`,f.message,f.stack);var h=new Error("tunneling socket could not be established, cause="+f.message);h.code="ECONNRESET",e.request.emit("error",h),i.removeSocket(s)}};$h.prototype.removeSocket=function(e){var r=this.sockets.indexOf(e);if(r!==-1){this.sockets.splice(r,1);var i=this.requests.shift();i&&this.createSocket(i,function(s){i.request.onSocket(s)})}};function Lhe(t,e){var r=this;$h.prototype.createSocket.call(r,t,function(i){var s=t.request.getHeader("host"),n=nG({},r.options,{socket:i,servername:s?s.replace(/:.*$/,""):t.host}),o=Gtt.connect(0,n);r.sockets[r.sockets.indexOf(i)]=o,e(o)})}function Fhe(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}function nG(t){for(var e=1,r=arguments.length;e<r;++e){var i=arguments[e];if(typeof i=="object")for(var s=Object.keys(i),n=0,o=s.length;n<o;++n){var a=s[n];i[a]!==void 0&&(t[a]=i[a])}}return t}var qp;process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?qp=function(){var t=Array.prototype.slice.call(arguments);typeof t[0]=="string"?t[0]="TUNNEL: "+t[0]:t.unshift("TUNNEL:"),console.error.apply(console,t)}:qp=function(){};I0.debug=qp});var oG=m((Wbr,Uhe)=>{Uhe.exports=Mhe()});var ni=m((Jbr,qhe)=>{qhe.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")}});var mr=m((Ybr,hde)=>{"use strict";var Ghe=Symbol.for("undici.error.UND_ERR"),oi=class extends Error{constructor(e){super(e),this.name="UndiciError",this.code="UND_ERR"}static[Symbol.hasInstance](e){return e&&e[Ghe]===!0}[Ghe]=!0},Hhe=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT"),aG=class extends oi{constructor(e){super(e),this.name="ConnectTimeoutError",this.message=e||"Connect Timeout Error",this.code="UND_ERR_CONNECT_TIMEOUT"}static[Symbol.hasInstance](e){return e&&e[Hhe]===!0}[Hhe]=!0},jhe=Symbol.for("undici.error.UND_ERR_HEADERS_TIMEOUT"),cG=class extends oi{constructor(e){super(e),this.name="HeadersTimeo
`)||t.includes("\r")||t.includes("\0"))===!1}function ust(t,e){let{headersList:r}=e,i=(r.get("referrer-policy",!0)??"").split(","),s="";if(i.length>0)for(let n=i.length;n!==0;n--){let o=i[n-1].trim();if(Wit.has(o)){s=o;break}}s!==""&&(t.referrerPolicy=s)}function fst(){return"allowed"}function hst(){return"success"}function dst(){return"success"}function pst(t){let e=null;e=t.mode,t.headersList.set("sec-fetch-mode",e,!0)}function mst(t){let e=t.origin;if(!(e==="client"||e===void 0)){if(t.responseTainting==="cors"||t.mode==="websocket")t.headersList.append("origin",e,!0);else if(t.method!=="GET"&&t.method!=="HEAD"){switch(t.referrerPolicy){case"no-referrer":e=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":t.origin&&rH(t.origin)&&!rH(fB(t))&&(e=null);break;case"same-origin":$1(t,fB(t))||(e=null);break;default:}t.headersList.append("origin",e,!0)}}}function O0(t,e){return t}function Ast(t,e,r){return!t?.startTime||t.startTime<e?{domainLookupStartTime:e,domainLookupEndTime:e,connectionStartTime:e,connectionEndTime:e,secureConnectionStartTime:e,ALPNNegotiatedProtocol:t?.ALPNNegotiatedProtocol}:{domainLookupStartTime:O0(t.domainLookupStartTime,r),domainLookupEndTime:O0(t.domainLookupEndTime,r),connectionStartTime:O0(t.connectionStartTime,r),connectionEndTime:O0(t.connectionEndTime,r),secureConnectionStartTime:O0(t.secureConnectionStartTime,r),ALPNNegotiatedProtocol:t.ALPNNegotiatedProtocol}}function gst(t){return O0(Zit.now(),t)}function yst(t){return{startTime:t.startTime??0,redirectStartTime:0,redirectEndTime:0,postRedirectStartTime:t.startTime??0,finalServiceWorkerStartTime:0,finalNetworkResponseStartTime:0,finalNetworkRequestStartTime:0,endTime:0,encodedBodySize:0,decodedBodySize:0,finalConnectionTimingInfo:null}}function vpe(){return{referrerPolicy:"strict-origin-when-cross-origin"}}function Est(t){return{referrerPolicy:t.referrerPolicy}}function bst(t){let e=t.referrerPolicy;ng(e);let r=null;if(t.referrer==="client"){let a=bpe();if(!a||a.origin==="null")return"no-referrer";r=new URL(a)}else t.referrer instanceof URL&&(r=t.referrer);let i=tH(r),s=tH(r,!0);i.toString().length>4096&&(i=s);let n=$1(t,i),o=uB(i)&&!uB(t.url);switch(e){case"origin":return s??tH(r,!0);case"unsafe-url":return i;case"same-origin":return n?s:"no-referrer";case"origin-when-cross-origin":return n?i:s;case"strict-origin-when-cross-origin":{let a=fB(t);return $1(i,a)?i:uB(i)&&!uB(a)?"no-referrer":s}default:return o?"no-referrer":s}}function tH(t,e){return ng(t instanceof URL),t=new URL(t),t.protocol==="file:"||t.protocol==="about:"||t.protocol==="blank:"?"no-referrer":(t.username="",t.password="",t.hash="",e&&(t.pathname="",t.search=""),t)}function uB(t){if(!(t instanceof URL))return!1;if(t.href==="about:blank"||t.href==="about:srcdoc"||t.protocol==="data:"||t.protocol==="file:")return!0;return e(t.origin);function e(r){if(r==null||r==="null")return!1;let i=new URL(r);return!!(i.protocol==="https:"||i.protocol==="wss:"||/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(i.hostname)||i.hostname==="localhost"||i.hostname.includes("localhost.")||i.hostname.endsWith(".localhost"))}}function wst(t,e){if(V1===void 0)return!0;let r=xpe(e);if(r==="no metadata"||r.length===0)return!0;let i=Ist(r),s=Sst(r,i);for(let n of s){let o=n.algo,a=n.hash,c=V1.createHash(o).update(t).digest("base64");if(c[c.length-1]==="="&&(c[c.length-2]==="="?c=c.slice(0,-2):c=c.slice(0,-1)),Bst(c,a))return!0}return!1}var Cst=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function xpe(t){let e=[],r=!0;for(let i of t.split(" ")){r=!1;let s=Cst.exec(i);if(s===null||s.groups===void 0||s.groups.algo===void 0)continue;let n=s.groups.algo.toLowerCase();Cpe.includes(n)&&e.push(s.groups)}return r===!0?"no metadata":e}function Ist(t){let e=t[0].algo;if(e[3]==="5")return e;for(let r=1;r<t.length;++r){let i=t[r];if(i.algo[3]==="5"){e="sha512";break}else{if(e[3]==="3")continue;i.algo[3]==="3"&&(e="sha384")}}return e}function Sst(t,e){if(t.length===1)return t;let r=0;for(let i=0;i<t.l
`);function cnt(t){for(let e=0;e<t.length;++e)if((t.charCodeAt(e)&-128)!==0)return!1;return!0}function lnt(t){let e=t.length;if(e<27||e>70)return!1;for(let r=0;r<e;++r){let i=t.charCodeAt(r);if(!(i>=48&&i<=57||i>=65&&i<=90||i>=97&&i<=122||i===39||i===45||i===95))return!1}return!0}function unt(t,e){J1(e!=="failure"&&e.essence==="multipart/form-data");let r=e.parameters.get("boundary");if(r===void 0)return"failure";let i=Buffer.from(`--${r}`,"utf8"),s=[],n={position:0};for(;t[n.position]===13&&t[n.position+1]===10;)n.position+=2;let o=t.length;for(;t[o-1]===10&&t[o-2]===13;)o-=2;for(o!==t.length&&(t=t.subarray(0,o));;){if(t.subarray(n.position,n.position+i.length).equals(i))n.position+=i.length;else return"failure";if(n.position===t.length-2&&Y1(t,ont,n)||n.position===t.length-4&&Y1(t,ant,n))return s;if(t[n.position]!==13||t[n.position+1]!==10)return"failure";n.position+=2;let a=fnt(t,n);if(a==="failure")return"failure";let{name:c,filename:l,contentType:u,encoding:f}=a;n.position+=2;let h;{let p=t.indexOf(i.subarray(2),n.position);if(p===-1)return"failure";h=t.subarray(n.position,p-4),n.position+=h.length,f==="base64"&&(h=Buffer.from(h.toString(),"base64"))}if(t[n.position]!==13||t[n.position+1]!==10)return"failure";n.position+=2;let d;l!==null?(u??="text/plain",cnt(u)||(u=""),d=new snt([h],l,{type:u})):d=Zst(Buffer.from(h)),J1(Upe(c)),J1(typeof d=="string"&&Upe(d)||tnt(d)),s.push(rnt(c,d,l))}}function fnt(t,e){let r=null,i=null,s=null,n=null;for(;;){if(t[e.position]===13&&t[e.position+1]===10)return r===null?"failure":{name:r,filename:i,contentType:s,encoding:n};let o=Q0(a=>a!==10&&a!==13&&a!==58,t,e);if(o=lH(o,!0,!0,a=>a===9||a===32),!ent.test(o.toString())||t[e.position]!==58)return"failure";switch(e.position++,Q0(a=>a===32||a===9,t,e),Xst(o)){case"content-disposition":{if(r=i=null,!Y1(t,nnt,e)||(e.position+=17,r=Hpe(t,e),r===null))return"failure";if(Y1(t,Gpe,e)){let a=e.position+Gpe.length;if(t[a]===42&&(e.position+=1,a+=1),t[a]!==61||t[a+1]!==34||(e.position+=12,i=Hpe(t,e),i===null))return"failure"}break}case"content-type":{let a=Q0(c=>c!==10&&c!==13,t,e);a=lH(a,!1,!0,c=>c===9||c===32),s=qpe(a);break}case"content-transfer-encoding":{let a=Q0(c=>c!==10&&c!==13,t,e);a=lH(a,!1,!0,c=>c===9||c===32),n=qpe(a);break}default:Q0(a=>a!==10&&a!==13,t,e)}if(t[e.position]!==13&&t[e.position+1]!==10)return"failure";e.position+=2}}function Hpe(t,e){J1(t[e.position-1]===34);let r=Q0(i=>i!==10&&i!==13&&i!==34,t,e);return t[e.position]!==34?null:(e.position++,r=new TextDecoder().decode(r).replace(/%0A/ig,`
`).replace(/%0D/ig,"\r").replace(/%22/g,'"'),r)}function Q0(t,e,r){let i=r.position;for(;i<e.length&&t(e[i]);)++i;return e.subarray(r.position,r.position=i)}function lH(t,e,r,i){let s=0,n=t.length-1;if(e)for(;s<t.length&&i(t[s]);)s++;if(r)for(;n>0&&i(t[n]);)n--;return s===0&&n===t.length-1?t:t.subarray(s,n+1)}function Y1(t,e,r){if(t.length<e.length)return!1;for(let i=0;i<e.length;i++)if(e[i]!==t[r.position+i])return!1;return!0}jpe.exports={multipartFormDataParser:unt,validateBoundary:lnt}});var F0=m((wwr,tme)=>{"use strict";var pB=Ht(),{ReadableStreamFrom:hnt,isBlobLike:Vpe,isReadableStreamLike:dnt,readableStreamClose:pnt,createDeferredPromise:mnt,fullyReadBody:Ant,extractMimeType:gnt,utf8DecodeBytes:Jpe}=Ta(),{FormData:$pe}=dB(),{kState:L0}=Gp(),{webidl:ynt}=dn(),{Blob:Ent}=require("node:buffer"),uH=require("node:assert"),{isErrored:Ype,isDisturbed:bnt}=require("node:stream"),{isArrayBuffer:wnt}=require("node:util/types"),{serializeAMimeType:Cnt}=Yo(),{multipartFormDataParser:Int}=zpe(),fH;try{let t=require("node:crypto");fH=e=>t.randomInt(0,e)}catch{fH=t=>Math.floor(Math.random(t))}var K1=new TextEncoder;function Snt(){}var Kpe=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0,Xpe;Kpe&&(Xpe=new FinalizationRegistry(t=>{let e=t.deref();e&&!e.locked&&!bnt(e)&&!Ype(e)&&e.cancel("Response object has been garbage collected").catch(Snt)}));function Zpe(t,e=!1){let r=null;t instanceof ReadableStream?r=t:Vpe(t)?r=t.stream():r=new ReadableStream({async pull(c){let l=typeof s=="string"?K1.encode(s):s;l.byteLength&&c.enqueue(l),queueMicrotask(()=>pnt(c))},start(){},type:"bytes"}),uH(dnt(r));let i=null,s=null,n=null,o=null;if(typeof t=="string")s=t,o="text/plain;charset=UTF-8";else if(t instanceof URLSearchParams)s=t.toString(),o="application/x-www-form-urlencoded;charset=UTF-8";else if(wnt(t))s=new Uint8Array(t.slice());else if(ArrayBuffer.isView(t))s=new Uint8Array(t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));else if(pB.isFormDataLike(t)){let c=`----formdata-undici-0${`${fH(1e11)}`.padStart(11,"0")}`,l=`--${c}\r
Content-Disposition: form-data`;let u=y=>y.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),f=y=>y.replace(/\r?\n|\r/g,`\r
`),h=[],d=new Uint8Array([13,10]);n=0;let p=!1;for(let[y,g]of t)if(typeof g=="string"){let E=K1.encode(l+`; name="${u(f(y))}"\r
\r
${f(g)}\r
`);h.push(E),n+=E.byteLength}else{let E=K1.encode(`${l}; name="${u(f(y))}"`+(g.name?`; filename="${u(g.name)}"`:"")+`\r
Content-Type: ${g.type||"application/octet-stream"}\r
\r
`);h.push(E,g,d),typeof g.size=="number"?n+=E.byteLength+g.size+d.byteLength:p=!0}let A=K1.encode(`--${c}--\r
`);h.push(A),n+=A.byteLength,p&&(n=null),s=t,i=async function*(){for(let y of h)y.stream?yield*y.stream():yield y},o=`multipart/form-data; boundary=${c}`}else if(Vpe(t))s=t,n=t.size,t.type&&(o=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(pB.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:hnt(t)}if((typeof s=="string"||pB.isBuffer(s))&&(n=Buffer.byteLength(s)),i!=null){let c;r=new ReadableStream({async start(){c=i(t)[Symbol.asyncIterator]()},async pull(l){let{value:u,done:f}=await c.next();if(f)queueMicrotask(()=>{l.close(),l.byobRequest?.respond(0)});else if(!Ype(r)){let h=new Uint8Array(u);h.byteLength&&l.enqueue(h)}return l.desiredSize>0},async cancel(l){await c.return()},type:"bytes"})}return[{stream:r,source:s,length:n},o]}function Bnt(t,e=!1){return t instanceof ReadableStream&&(uH(!pB.isDisturbed(t),"The body has already been consumed."),uH(!t.locked,"The stream is locked.")),Zpe(t,e)}function vnt(t,e){let[r,i]=e.stream.tee();return e.stream=r,{stream:i,length:e.length,source:e.source}}function xnt(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}function _nt(t){return{blob(){return k0(this,r=>{let i=Wpe(this);return i===null?i="":i&&(i=Cnt(i)),new Ent([r],{type:i})},t)},arrayBuffer(){return k0(this,r=>new Uint8Array(r).buffer,t)},text(){return k0(this,Jpe,t)},json(){return k0(this,Tnt,t)},formData(){return k0(this,r=>{let i=Wpe(this);if(i!==null)switch(i.essence){case"multipart/form-data":{let s=Int(r,i);if(s==="failure")throw new TypeError("Failed to parse body as FormData.");let n=new $pe;return n[L0]=s,n}case"application/x-www-form-urlencoded":{let s=new URLSearchParams(r.toString()),n=new $pe;for(let[o,a]of s)n.append(o,a);return n}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},t)},bytes(){return k0(this,r=>new Uint8Array(r),t)}}}function Rnt(t){Object.assign(t.prototype,_nt(t))}async function k0(t,e,r){if(ynt.brandCheck(t,r),eme(t))throw new TypeError("Body is unusable: Body has already been read");xnt(t[L0]);let i=mnt(),s=o=>i.reject(o),n=o=>{try{i.resolve(e(o))}catch(a){s(a)}};return t[L0].body==null?(n(Buffer.allocUnsafe(0)),i.promise):(await Ant(t[L0].body,n,s),i.promise)}function eme(t){let e=t[L0].body;return e!=null&&(e.stream.locked||pB.isDisturbed(e.stream))}function Tnt(t){return JSON.parse(Jpe(t))}function Wpe(t){let e=t[L0].headersList,r=gnt(e);return r==="failure"?null:r}tme.exports={extractBody:Zpe,safelyExtractBody:Bnt,cloneBody:vnt,mixinBody:Rnt,streamRegistry:Xpe,hasFinalizationRegistry:Kpe,bodyUnusable:eme}});var hme=m((Cwr,fme)=>{"use strict";var ft=require("node:assert"),Ct=Ht(),{channels:rme}=B0(),hH=$G(),{RequestContentLengthMismatchError:og,ResponseContentLengthMismatchError:Nnt,RequestAbortedError:cme,HeadersTimeoutError:Dnt,HeadersOverflowError:Ont,SocketError:i2,InformationalError:M0,BodyTimeoutError:Pnt,HTTPParserError:Qnt,ResponseExceededMaxSizeError:knt}=mr(),{kUrl:lme,kReset:Ko,kClient:AH,kParser:Ii,kBlocking:gB,kRunning:Tn,kPending:Lnt,kSize:ime,kWriting:jp,kQueue:Ll,kNoRef:mB,kKeepAliveDefaultTimeout:Fnt,kHostHeader:Mnt,kPendingIdx:Unt,kRunningIdx:Rc,kError:Tc,kPipelining:t2,kSocket:U0,kKeepAliveTimeoutValue:s2,kMaxHeadersSize:dH,kKeepAliveMaxTimeout:qnt,kKeepAliveTimeoutThreshold:Gnt,kHeadersTimeout:Hnt,kBodyTimeout:jnt,kStrictContentLength:gH,kMaxRequests:sme,kCounter:znt,kMaxResponseSize:Vnt,kOnError:$nt,kResume:Hp,kHTTPContext:ume}=ni(),ku=Xde(),Wnt=Buffer.alloc(0),X1=Buffer[Symbol.species],Z1=Ct.addListener,Jnt=Ct.removeAllListeners,pH;async function Ynt(){let t=process.env.JEST_WORKER_ID?YG():void 0,e;try{e=await WebAssembly.compile(tpe())}catch{e=await WebAssembly.compile(t||YG())}return await WebAssembly.instantiate(e,{env:{wasm_on_url:(r,i,s)=>0,wasm_on_status:(r,i,s)=>{ft(ys.ptr===r);let n=i-Fu+Lu.byteOffset;return ys.onStatus(new X1(Lu.buffer,n,s))||0},wasm_on_message_begin:r=>(ft(ys.ptr===r),ys.onMessageBegin()||0),wasm_on_he
`;if(typeof s=="string"?A+=`host: ${s}\r
`:A+=t[Mnt],n?A+=`connection: upgrade\r
upgrade: ${n}\r
`:t[t2]&&!d[Ko]?A+=`connection: keep-alive\r
`:A+=`connection: close\r
`,Array.isArray(l))for(let y=0;y<l.length;y+=2){let g=l[y+0],E=l[y+1];if(Array.isArray(E))for(let w=0;w<E.length;w++)A+=`${g}: ${E[w]}\r
`;else A+=`${g}: ${E}\r
`}return rme.sendHeaders.hasSubscribers&&rme.sendHeaders.publish({request:e,headers:A,socket:d}),!c||h===0?ome(p,null,t,e,d,u,A,f):Ct.isBuffer(c)?ome(p,c,t,e,d,u,A,f):Ct.isBlobLike(c)?typeof c.stream=="function"?ame(p,c.stream(),t,e,d,u,A,f):iot(p,c,t,e,d,u,A,f):Ct.isStream(c)?rot(p,c,t,e,d,u,A,f):Ct.isIterable(c)?ame(p,c,t,e,d,u,A,f):ft(!1),!0}function rot(t,e,r,i,s,n,o,a){ft(n!==0||r[Tn]===0,"stream body cannot be pipelined");let c=!1,l=new n2({abort:t,socket:s,request:i,contentLength:n,client:r,expectsPayload:a,header:o}),u=function(p){if(!c)try{!l.write(p)&&this.pause&&this.pause()}catch(A){Ct.destroy(this,A)}},f=function(){c||e.resume&&e.resume()},h=function(){if(queueMicrotask(()=>{e.removeListener("error",d)}),!c){let p=new cme;queueMicrotask(()=>d(p))}},d=function(p){if(!c){if(c=!0,ft(s.destroyed||s[jp]&&r[Tn]<=1),s.off("drain",f).off("error",d),e.removeListener("data",u).removeListener("end",d).removeListener("close",h),!p)try{l.end()}catch(A){p=A}l.destroy(p),p&&(p.code!=="UND_ERR_INFO"||p.message!=="reset")?Ct.destroy(e,p):Ct.destroy(e)}};e.on("data",u).on("end",d).on("error",d).on("close",h),e.resume&&e.resume(),s.on("drain",f).on("error",d),e.errorEmitted??e.errored?setImmediate(()=>d(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>d(null)),(e.closeEmitted??e.closed)&&setImmediate(h)}function ome(t,e,r,i,s,n,o,a){try{e?Ct.isBuffer(e)&&(ft(n===e.byteLength,"buffer body must have content length"),s.cork(),s.write(`${o}content-length: ${n}\r
\r
`,"latin1"),s.write(e),s.uncork(),i.onBodySent(e),!a&&i.reset!==!1&&(s[Ko]=!0)):n===0?s.write(`${o}content-length: 0\r
\r
`,"latin1"):(ft(n===null,"no body must not have content length"),s.write(`${o}\r
`,"latin1")),i.onRequestSent(),r[Hp]()}catch(c){t(c)}}async function iot(t,e,r,i,s,n,o,a){ft(n===e.size,"blob body must have content length");try{if(n!=null&&n!==e.size)throw new og;let c=Buffer.from(await e.arrayBuffer());s.cork(),s.write(`${o}content-length: ${n}\r
\r
`,"latin1"),s.write(c),s.uncork(),i.onBodySent(c),i.onRequestSent(),!a&&i.reset!==!1&&(s[Ko]=!0),r[Hp]()}catch(c){t(c)}}async function ame(t,e,r,i,s,n,o,a){ft(n!==0||r[Tn]===0,"iterator body cannot be pipelined");let c=null;function l(){if(c){let h=c;c=null,h()}}let u=()=>new Promise((h,d)=>{ft(c===null),s[Tc]?d(s[Tc]):c=h});s.on("close",l).on("drain",l);let f=new n2({abort:t,socket:s,request:i,contentLength:n,client:r,expectsPayload:a,header:o});try{for await(let h of e){if(s[Tc])throw s[Tc];f.write(h)||await u()}f.end()}catch(h){f.destroy(h)}finally{s.off("close",l).off("drain",l)}}var n2=class{constructor({abort:e,socket:r,request:i,contentLength:s,client:n,expectsPayload:o,header:a}){this.socket=r,this.request=i,this.contentLength=s,this.client=n,this.bytesWritten=0,this.expectsPayload=o,this.header=a,this.abort=e,r[jp]=!0}write(e){let{socket:r,request:i,contentLength:s,client:n,bytesWritten:o,expectsPayload:a,header:c}=this;if(r[Tc])throw r[Tc];if(r.destroyed)return!1;let l=Buffer.byteLength(e);if(!l)return!0;if(s!==null&&o+l>s){if(n[gH])throw new og;process.emitWarning(new og)}r.cork(),o===0&&(!a&&i.reset!==!1&&(r[Ko]=!0),s===null?r.write(`${c}transfer-encoding: chunked\r
`,"latin1"):r.write(`${c}content-length: ${s}\r
\r
`,"latin1")),s===null&&r.write(`\r
${l.toString(16)}\r
`,"latin1"),this.bytesWritten+=l;let u=r.write(e);return r.uncork(),i.onBodySent(e),u||r[Ii].timeout&&r[Ii].timeoutType===q0&&r[Ii].timeout.refresh&&r[Ii].timeout.refresh(),u}end(){let{socket:e,contentLength:r,client:i,bytesWritten:s,expectsPayload:n,header:o,request:a}=this;if(a.onRequestSent(),e[jp]=!1,e[Tc])throw e[Tc];if(!e.destroyed){if(s===0?n?e.write(`${o}content-length: 0\r
\r
`,"latin1"):e.write(`${o}\r
`,"latin1"):r===null&&e.write(`\r
0\r
\r
`,"latin1"),r!==null&&s!==r){if(i[gH])throw new og;process.emitWarning(new og)}e[Ii].timeout&&e[Ii].timeoutType===q0&&e[Ii].timeout.refresh&&e[Ii].timeout.refresh(),i[Hp]()}}destroy(e){let{socket:r,client:i,abort:s}=this;r[jp]=!1,e&&(ft(i[Tn]<=1,"pipeline should only contain this request"),s(e))}};fme.exports=Xnt});var bme=m((Iwr,Eme)=>{"use strict";var Nc=require("node:assert"),{pipeline:sot}=require("node:stream"),Yt=Ht(),{RequestContentLengthMismatchError:wH,RequestAbortedError:dme,SocketError:yB,InformationalError:CH}=mr(),{kUrl:o2,kReset:c2,kClient:G0,kRunning:l2,kPending:not,kQueue:zp,kPendingIdx:IH,kRunningIdx:Fl,kError:Ul,kSocket:Ps,kStrictContentLength:oot,kOnError:SH,kMaxConcurrentStreams:yme,kHTTP2Session:Ml,kResume:Vp,kSize:aot,kHTTPContext:cot}=ni(),Zh=Symbol("open streams"),pme,mme=!1,a2;try{a2=require("node:http2")}catch{a2={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:lot,HTTP2_HEADER_METHOD:uot,HTTP2_HEADER_PATH:fot,HTTP2_HEADER_SCHEME:hot,HTTP2_HEADER_CONTENT_LENGTH:dot,HTTP2_HEADER_EXPECT:pot,HTTP2_HEADER_STATUS:mot}}=a2;function Aot(t){let e=[];for(let[r,i]of Object.entries(t))if(Array.isArray(i))for(let s of i)e.push(Buffer.from(r),Buffer.from(s));else e.push(Buffer.from(r),Buffer.from(i));return e}async function got(t,e){t[Ps]=e,mme||(mme=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=a2.connect(t[o2],{createConnection:()=>e,peerMaxConcurrentStreams:t[yme]});r[Zh]=0,r[G0]=t,r[Ps]=e,Yt.addListener(r,"error",Eot),Yt.addListener(r,"frameError",bot),Yt.addListener(r,"end",wot),Yt.addListener(r,"goaway",Cot),Yt.addListener(r,"close",function(){let{[G0]:s}=this,{[Ps]:n}=s,o=this[Ps][Ul]||this[Ul]||new yB("closed",Yt.getSocketInfo(n));if(s[Ml]=null,s.destroyed){Nc(s[not]===0);let a=s[zp].splice(s[Fl]);for(let c=0;c<a.length;c++){let l=a[c];Yt.errorRequest(s,l,o)}}}),r.unref(),t[Ml]=r,e[Ml]=r,Yt.addListener(e,"error",function(s){Nc(s.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Ul]=s,this[G0][SH](s)}),Yt.addListener(e,"end",function(){Yt.destroy(this,new yB("other side closed",Yt.getSocketInfo(this)))}),Yt.addListener(e,"close",function(){let s=this[Ul]||new yB("closed",Yt.getSocketInfo(this));t[Ps]=null,this[Ml]!=null&&this[Ml].destroy(s),t[IH]=t[Fl],Nc(t[l2]===0),t.emit("disconnect",t[o2],[t],s),t[Vp]()});let i=!1;return e.on("close",()=>{i=!0}),{version:"h2",defaultPipelining:1/0,write(...s){return Sot(t,...s)},resume(){yot(t)},destroy(s,n){i?queueMicrotask(n):e.destroy(s).on("close",n)},get destroyed(){return e.destroyed},busy(){return!1}}}function yot(t){let e=t[Ps];e?.destroyed===!1&&(t[aot]===0&&t[yme]===0?(e.unref(),t[Ml].unref()):(e.ref(),t[Ml].ref()))}function Eot(t){Nc(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Ps][Ul]=t,this[G0][SH](t)}function bot(t,e,r){if(r===0){let i=new CH(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[Ps][Ul]=i,this[G0][SH](i)}}function wot(){let t=new yB("other side closed",Yt.getSocketInfo(this[Ps]));this.destroy(t),Yt.destroy(this[Ps],t)}function Cot(t){let e=this[Ul]||new yB(`HTTP/2: "GOAWAY" frame received with code ${t}`,Yt.getSocketInfo(this)),r=this[G0];if(r[Ps]=null,r[cot]=null,this[Ml]!=null&&(this[Ml].destroy(e),this[Ml]=null),Yt.destroy(this[Ps],e),r[Fl]<r[zp].length){let i=r[zp][r[Fl]];r[zp][r[Fl]++]=null,Yt.errorRequest(r,i,e),r[IH]=r[Fl]}Nc(r[l2]===0),r.emit("disconnect",r[o2],[r],e),r[Vp]()}function Iot(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}function Sot(t,e){let r=t[Ml],{method:i,path:s,host:n,upgrade:o,expectContinue:a,signal:c,headers:l}=e,{body:u}=e;if(o)return Yt.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let f={};for(let C=0;C<l.length;C+=2){let N=l[C+0],q=l[C+1];if(Array.isArray(q))for(let x=0;x<q.length;x++)f[N]?f[N]+=`,${q[x]}`:f[N]=q[x];else f[N]=q}let h,{hostname:d,port:p}=t[o2];f[lot]=n||`${d}${p?`:${p}`:""}`,f[uot]=i;let A=C=>{e.aborted||e.completed||(C=C||new dme,Yt.errorRequest(t,e,C),h!=null&&Yt.destroy(h,C),Yt.destroy(u,C),t[zp][t[Fl]++]=null,t[Vp]())};try{e.onConnect(A)}catch(C){Yt.errorRequest
`,this[Yot]=c??3e5,this[Jot]=s??3e5,this[Kot]=E??!0,this[Xot]=C,this[_H]=q,this[Wp]=null,this[iat]=M>-1?M:-1,this[nat]=k??100,this[Hi]=null,this[ql]=[],this[td]=0,this[Gl]=0,this[CB]=$=>TH(this,$),this[sat]=$=>Dme(this,$)}get pipelining(){return this[d2]}set pipelining(e){this[d2]=e,this[CB](!0)}get[BB](){return this[ql].length-this[Gl]}get[SB](){return this[Gl]-this[td]}get[IB](){return this[ql].length-this[td]}get[Got](){return!!this[Hi]&&!this[j0]&&!this[Hi].destroyed}get[xH](){return!!(this[Hi]?.busy(null)||this[IB]>=(Nme(this)||1)||this[BB]>0)}[qot](e){Ome(this),this.once("connect",e)}[rat](e,r){let i=e.origin||this[Uu].origin,s=new Qot(i,e,r);return this[ql].push(s),this[cg]||(ag.bodyLength(s.body)==null&&ag.isIterable(s.body)?(this[cg]=1,queueMicrotask(()=>TH(this))):this[CB](!0)),this[cg]&&this[Jp]!==2&&this[xH]&&(this[Jp]=2),this[Jp]<2}async[eat](){return new Promise(e=>{this[IB]?this[Wp]=e:e(null)})}async[tat](e){return new Promise(r=>{let i=this[ql].splice(this[Gl]);for(let n=0;n<i.length;n++){let o=i[n];ag.errorRequest(this,o,e)}let s=()=>{this[Wp]&&(this[Wp](),this[Wp]=null),r(null)};this[Hi]?(this[Hi].destroy(e,s),this[Hi]=null):queueMicrotask(s),this[CB]()})}},cat=h2();function Dme(t,e){if(t[SB]===0&&e.code!=="UND_ERR_INFO"&&e.code!=="UND_ERR_SOCKET"){ed(t[Gl]===t[td]);let r=t[ql].splice(t[td]);for(let i=0;i<r.length;i++){let s=r[i];ag.errorRequest(t,s,e)}ed(t[IB]===0)}}async function Ome(t){ed(!t[j0]),ed(!t[Hi]);let{host:e,hostname:r,protocol:i,port:s}=t[Uu];if(r[0]==="["){let n=r.indexOf("]");ed(n!==-1);let o=r.substring(1,n);ed(Tme.isIP(o)),r=o}t[j0]=!0,H0.beforeConnect.hasSubscribers&&H0.beforeConnect.publish({connectParams:{host:e,hostname:r,protocol:i,port:s,version:t[Hi]?.version,servername:t[$p],localAddress:t[wB]},connector:t[bB]});try{let n=await new Promise((o,a)=>{t[bB]({host:e,hostname:r,protocol:i,port:s,servername:t[$p],localAddress:t[wB]},(c,l)=>{c?a(c):o(l)})});if(t.destroyed){ag.destroy(n.on("error",_me),new Fot);return}ed(n);try{t[Hi]=n.alpnProtocol==="h2"?await aat(t,n):await oat(t,n)}catch(o){throw n.destroy().on("error",_me),o}t[j0]=!1,n[Zot]=0,n[_H]=t[_H],n[Uot]=t,n[jot]=null,H0.connected.hasSubscribers&&H0.connected.publish({connectParams:{host:e,hostname:r,protocol:i,port:s,version:t[Hi]?.version,servername:t[$p],localAddress:t[wB]},connector:t[bB],socket:n}),t.emit("connect",t[Uu],[t])}catch(n){if(t.destroyed)return;if(t[j0]=!1,H0.connectError.hasSubscribers&&H0.connectError.publish({connectParams:{host:e,hostname:r,protocol:i,port:s,version:t[Hi]?.version,servername:t[$p],localAddress:t[wB]},connector:t[bB],error:n}),n.code==="ERR_TLS_CERT_ALTNAME_INVALID")for(ed(t[SB]===0);t[BB]>0&&t[ql][t[Gl]].servername===t[$p];){let o=t[ql][t[Gl]++];ag.errorRequest(t,o,n)}else Dme(t,n);t.emit("connectionError",t[Uu],[t],n)}t[CB]()}function Rme(t){t[Jp]=0,t.emit("drain",t[Uu],[t])}function TH(t,e){t[cg]!==2&&(t[cg]=2,lat(t,e),t[cg]=0,t[td]>256&&(t[ql].splice(0,t[td]),t[Gl]-=t[td],t[td]=0))}function lat(t,e){for(;;){if(t.destroyed){ed(t[BB]===0);return}if(t[Wp]&&!t[IB]){t[Wp](),t[Wp]=null;return}if(t[Hi]&&t[Hi].resume(),t[xH])t[Jp]=2;else if(t[Jp]===2){e?(t[Jp]=1,queueMicrotask(()=>Rme(t))):Rme(t);continue}if(t[BB]===0||t[SB]>=(Nme(t)||1))return;let r=t[ql][t[Gl]];if(t[Uu].protocol==="https:"&&t[$p]!==r.servername){if(t[SB]>0)return;t[$p]=r.servername,t[Hi]?.destroy(new Lot("servername changed"),()=>{t[Hi]=null,TH(t)})}if(t[j0])return;if(!t[Hi]){Ome(t);return}if(t[Hi].destroyed||t[Hi].busy(r))return;!r.aborted&&t[Hi].write(r)?t[Gl]++:t[ql].splice(t[Gl],1)}}Pme.exports=RH});var NH=m((_wr,Qme)=>{"use strict";var p2=class{constructor(){this.bottom=0,this.top=0,this.list=new Array(2048),this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&2047)===this.bottom}push(e){this.list[this.top]=e,this.top=this.top+1&2047}shift(){let e=this.list[this.bottom];return e===void 0?null:(this.list[this.bottom]=void 0,this.bottom=this.bottom+1&2047,e)}};Qme.exports=class{constructor(){this.head=this.tail=new p2}isEmpty(){return this.head.isEmpty()}push(e){this.head.isFull()&&(this.head
${i.count} ${i.noun} ${i.is} pending:
${e.format(r)}
`.trim())}};Zge.exports=F6});var D2=m((sCr,sye)=>{"use strict";var tye=Symbol.for("undici.globalDispatcher.1"),{InvalidArgumentError:Ylt}=mr(),Klt=$0();iye()===void 0&&rye(new Klt);function rye(t){if(!t||typeof t.dispatch!="function")throw new Ylt("Argument agent must implement Agent");Object.defineProperty(globalThis,tye,{value:t,writable:!0,enumerable:!1,configurable:!1})}function iye(){return globalThis[tye]}sye.exports={setGlobalDispatcher:rye,getGlobalDispatcher:iye}});var O2=m((oCr,nye)=>{"use strict";nye.exports=class{#e;constructor(e){if(typeof e!="object"||e===null)throw new TypeError("handler must be an object");this.#e=e}onConnect(...e){return this.#e.onConnect?.(...e)}onError(...e){return this.#e.onError?.(...e)}onUpgrade(...e){return this.#e.onUpgrade?.(...e)}onResponseStarted(...e){return this.#e.onResponseStarted?.(...e)}onHeaders(...e){return this.#e.onHeaders?.(...e)}onData(...e){return this.#e.onData?.(...e)}onComplete(...e){return this.#e.onComplete?.(...e)}onBodySent(...e){return this.#e.onBodySent?.(...e)}}});var aye=m((aCr,oye)=>{"use strict";var Xlt=f2();oye.exports=t=>{let e=t?.maxRedirections;return r=>function(s,n){let{maxRedirections:o=e,...a}=s;if(!o)return r(s,n);let c=new Xlt(r,o,s,n);return r(a,c)}}});var lye=m((cCr,cye)=>{"use strict";var Zlt=C2();cye.exports=t=>e=>function(i,s){return e(i,new Zlt({...i,retryOptions:{...t,...i.retryOptions}},{handler:s,dispatch:e}))}});var fye=m((lCr,uye)=>{"use strict";var eut=Ht(),{InvalidArgumentError:tut,RequestAbortedError:rut}=mr(),iut=O2(),M6=class extends iut{#e=1024*1024;#t=null;#i=!1;#r=!1;#s=0;#c=null;#f=null;constructor({maxSize:e},r){if(super(r),e!=null&&(!Number.isFinite(e)||e<1))throw new tut("maxSize must be a number greater than 0");this.#e=e??this.#e,this.#f=r}onConnect(e){this.#t=e,this.#f.onConnect(this.#u.bind(this))}#u(e){this.#r=!0,this.#c=e}onHeaders(e,r,i,s){let o=eut.parseHeaders(r)["content-length"];if(o!=null&&o>this.#e)throw new rut(`Response size (${o}) larger than maxSize (${this.#e})`);return this.#r?!0:this.#f.onHeaders(e,r,i,s)}onError(e){this.#i||(e=this.#c??e,this.#f.onError(e))}onData(e){return this.#s=this.#s+e.length,this.#s>=this.#e&&(this.#i=!0,this.#r?this.#f.onError(this.#c):this.#f.onComplete([])),!0}onComplete(e){if(!this.#i){if(this.#r){this.#f.onError(this.reason);return}this.#f.onComplete(e)}}};function sut({maxSize:t}={maxSize:1024*1024}){return e=>function(i,s){let{dumpMaxSize:n=t}=i,o=new M6({maxSize:n},s);return e(i,o)}}uye.exports=sut});var pye=m((uCr,dye)=>{"use strict";var{isIP:nut}=require("node:net"),{lookup:out}=require("node:dns"),aut=O2(),{InvalidArgumentError:ib,InformationalError:cut}=mr(),hye=Math.pow(2,31)-1,U6=class{#e=0;#t=0;#i=new Map;dualStack=!0;affinity=null;lookup=null;pick=null;constructor(e){this.#e=e.maxTTL,this.#t=e.maxItems,this.dualStack=e.dualStack,this.affinity=e.affinity,this.lookup=e.lookup??this.#r,this.pick=e.pick??this.#s}get full(){return this.#i.size===this.#t}runLookup(e,r,i){let s=this.#i.get(e.hostname);if(s==null&&this.full){i(null,e.origin);return}let n={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...r.dns,maxTTL:this.#e,maxItems:this.#t};if(s==null)this.lookup(e,n,(o,a)=>{if(o||a==null||a.length===0){i(o??new cut("No DNS entries found"));return}this.setRecords(e,a);let c=this.#i.get(e.hostname),l=this.pick(e,c,n.affinity),u;typeof l.port=="number"?u=`:${l.port}`:e.port!==""?u=`:${e.port}`:u="",i(null,`${e.protocol}//${l.family===6?`[${l.address}]`:l.address}${u}`)});else{let o=this.pick(e,s,n.affinity);if(o==null){this.#i.delete(e.hostname),this.runLookup(e,r,i);return}let a;typeof o.port=="number"?a=`:${o.port}`:e.port!==""?a=`:${e.port}`:a="",i(null,`${e.protocol}//${o.family===6?`[${o.address}]`:o.address}${a}`)}}#r(e,r,i){out(e.hostname,{all:!0,family:this.dualStack===!1?this.affinity:0,order:"ipv4first"},(s,n)=>{if(s)return i(s);let o=new Map;for(let a of n)o.set(`${a.address}:${a.family}`,a);i(null,o.values())})}#s(e,r,i){let s=null,{records:n,offset:o}=r,a;if(this.dualStack?(i==null&&(o==null||o===hye?(r.offset=0,i=4):(r
${n}`;break;case"retry":$0e(n)&&(r[s]=n);break;case"id":W0e(n)&&(r[s]=n);break;case"event":n.length>0&&(r[s]=n);break}}processEvent(e){e.retry&&$0e(e.retry)&&(this.state.reconnectionTime=parseInt(e.retry,10)),e.id&&W0e(e.id)&&(this.state.lastEventId=e.id),e.data!==void 0&&this.push({type:e.event||"message",options:{data:e.data,lastEventId:this.state.lastEventId,origin:this.state.origin}})}clearEvent(){this.event={data:void 0,event:void 0,id:void 0,retry:void 0}}};J0e.exports={EventSourceStream:vj}});var sbe=m((qCr,ibe)=>{"use strict";var{pipeline:ypt}=require("node:stream"),{fetching:Ept}=UB(),{makeRequest:bpt}=ob(),{webidl:od}=dn(),{EventSourceStream:wpt}=Y0e(),{parseMIMEType:Cpt}=Yo(),{createFastMessageEvent:Ipt}=hb(),{isNetworkError:K0e}=FB(),{delay:Spt}=Sj(),{kEnumerableProperty:Sg}=Ht(),{environmentSettingsObject:X0e}=Ta(),Z0e=!1,ebe=3e3,ZB=0,tbe=1,ev=2,Bpt="anonymous",vpt="use-credentials",gb=class t extends EventTarget{#e={open:null,error:null,message:null};#t=null;#i=!1;#r=ZB;#s=null;#c=null;#f;#u;constructor(e,r={}){super(),od.util.markAsUncloneable(this);let i="EventSource constructor";od.argumentLengthCheck(arguments,1,i),Z0e||(Z0e=!0,process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})),e=od.converters.USVString(e,i,"url"),r=od.converters.EventSourceInitDict(r,i,"eventSourceInitDict"),this.#f=r.dispatcher,this.#u={lastEventId:"",reconnectionTime:ebe};let s=X0e,n;try{n=new URL(e,s.settingsObject.baseUrl),this.#u.origin=n.origin}catch(c){throw new DOMException(c,"SyntaxError")}this.#t=n.href;let o=Bpt;r.withCredentials&&(o=vpt,this.#i=!0);let a={redirect:"follow",keepalive:!0,mode:"cors",credentials:o==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};a.client=X0e.settingsObject,a.headersList=[["accept",{name:"accept",value:"text/event-stream"}]],a.cache="no-store",a.initiator="other",a.urlList=[new URL(this.#t)],this.#s=bpt(a),this.#a()}get readyState(){return this.#r}get url(){return this.#t}get withCredentials(){return this.#i}#a(){if(this.#r===ev)return;this.#r=ZB;let e={request:this.#s,dispatcher:this.#f},r=i=>{K0e(i)&&(this.dispatchEvent(new Event("error")),this.close()),this.#l()};e.processResponseEndOfBody=r,e.processResponse=i=>{if(K0e(i))if(i.aborted){this.close(),this.dispatchEvent(new Event("error"));return}else{this.#l();return}let s=i.headersList.get("content-type",!0),n=s!==null?Cpt(s):"failure",o=n!=="failure"&&n.essence==="text/event-stream";if(i.status!==200||o===!1){this.close(),this.dispatchEvent(new Event("error"));return}this.#r=tbe,this.dispatchEvent(new Event("open")),this.#u.origin=i.urlList[i.urlList.length-1].origin;let a=new wpt({eventSourceSettings:this.#u,push:c=>{this.dispatchEvent(Ipt(c.type,c.options))}});ypt(i.body.stream,a,c=>{c?.aborted===!1&&(this.close(),this.dispatchEvent(new Event("error")))})},this.#c=Ept(e)}async#l(){this.#r!==ev&&(this.#r=ZB,this.dispatchEvent(new Event("error")),await Spt(this.#u.reconnectionTime),this.#r===ZB&&(this.#u.lastEventId.length&&this.#s.headersList.set("last-event-id",this.#u.lastEventId,!0),this.#a()))}close(){od.brandCheck(this,t),this.#r!==ev&&(this.#r=ev,this.#c.abort(),this.#s=null)}get onopen(){return this.#e.open}set onopen(e){this.#e.open&&this.removeEventListener("open",this.#e.open),typeof e=="function"?(this.#e.open=e,this.addEventListener("open",e)):this.#e.open=null}get onmessage(){return this.#e.message}set onmessage(e){this.#e.message&&this.removeEventListener("message",this.#e.message),typeof e=="function"?(this.#e.message=e,this.addEventListener("message",e)):this.#e.message=null}get onerror(){return this.#e.error}set onerror(e){this.#e.error&&this.removeEventListener("error",this.#e.error),typeof e=="function"?(this.#e.error=e,this.addEventListener("error",e)):this.#e.error=null}},rbe={CONNECTING:{__proto__:null,configurable:!1,enumerable:!0,value:ZB,writable:!1},OPEN:{__proto__:null,configurable:!1,enumerable:!0,value:tbe,writable:!1},CLOSED:{__proto__:null,configurable:!1,enumerable:!0,value:ev,writable:!1}};Object.defineProperties(gb,rbe);Object.definePropert
%s`,N,N,E,i);var q=E.type==="*"?Cz:E.type==="?"?wz:"\\"+E.type;s=!0,i=i.slice(0,E.reStart)+q+"\\("+N}p(),n&&(i+="\\\\");var x=!1;switch(i.charAt(0)){case"[":case".":case"(":x=!0}for(var M=a.length-1;M>-1;M--){var P=a[M],W=i.slice(0,P.reStart),k=i.slice(P.reStart,P.reEnd-8),H=i.slice(P.reEnd-8,P.reEnd),$=i.slice(P.reEnd);H+=$;var ne=W.split("(").length-1,oe=$;for(A=0;A<ne;A++)oe=oe.replace(/\)[+*?]?/,"");$=oe;var we="";$===""&&e!==$D&&(we="$");var Z=W+k+$+we+H;i=Z}if(i!==""&&s&&(i="(?=.)"+i),x&&(i=h+i),e===$D)return[i,s];if(!s)return Yyt(t);var le=r.nocase?"i":"";try{var Ee=new RegExp("^"+i+"$",le)}catch{return new RegExp("$.")}return Ee._glob=t,Ee._src=i,Ee}Ga.makeRe=function(t,e){return new cs(t,e||{}).makeRe()};cs.prototype.makeRe=Jyt;function Jyt(){if(this.regexp||this.regexp===!1)return this.regexp;var t=this.set;if(!t.length)return this.regexp=!1,this.regexp;var e=this.options,r=e.noglobstar?Cz:e.dot?qyt:Gyt,i=e.nocase?"i":"",s=t.map(function(n){return n.map(function(o){return o===Rg?r:typeof o=="string"?Kyt(o):o._src}).join("\\/")}).join("|");s="^(?:"+s+")$",this.negate&&(s="^(?!"+s+").*$");try{this.regexp=new RegExp(s,i)}catch{this.regexp=!1}return this.regexp}Ga.match=function(t,e,r){r=r||{};var i=new cs(e,r);return t=t.filter(function(s){return i.match(s)}),i.options.nonull&&!t.length&&t.push(e),t};cs.prototype.match=function(e,r){if(typeof r>"u"&&(r=this.partial),this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;var i=this.options;Av.sep!=="/"&&(e=e.split(Av.sep).join("/")),e=e.split($Ce),this.debug(this.pattern,"split",e);var s=this.set;this.debug(this.pattern,"set",s);var n,o;for(o=e.length-1;o>=0&&(n=e[o],!n);o--);for(o=0;o<s.length;o++){var a=s[o],c=e;i.matchBase&&a.length===1&&(c=[n]);var l=this.matchOne(c,a,r);if(l)return i.flipNegate?!0:!this.negate}return i.flipNegate?!1:this.negate};cs.prototype.matchOne=function(t,e,r){return e.indexOf(Rg)!==-1?this._matchGlobstar(t,e,r,0,0):this._matchOne(t,e,r,0,0)};cs.prototype._matchGlobstar=function(t,e,r,i,s){var n,o=-1;for(n=s;n<e.length;n++)if(e[n]===Rg){o=n;break}var a=-1;for(n=e.length-1;n>=0;n--)if(e[n]===Rg){a=n;break}var c=e.slice(s,o),l=r?e.slice(o+1):e.slice(o+1,a),u=r?[]:e.slice(a+1);if(c.length){var f=t.slice(i,i+c.length);if(!this._matchOne(f,c,r,0,0))return!1;i+=c.length}var h=0;if(u.length){if(u.length+i>t.length)return!1;var d=t.length-u.length;if(this._matchOne(t,u,r,d,0))h=u.length;else{if(t[t.length-1]!==""||i+u.length===t.length||(d--,!this._matchOne(t,u,r,d,0)))return!1;h=u.length+1}}if(!l.length){var p=!!h;for(n=i;n<t.length-h;n++){var A=String(t[n]);if(p=!0,A==="."||A===".."||!this.options.dot&&A.charAt(0)===".")return!1}return r||p}for(var y=[[[],0]],g=y[0],E=0,w=[0],C=0;C<l.length;C++){var N=l[C];N===Rg?(w.push(E),g=[[],0],y.push(g)):(g[0].push(N),E++)}for(var q=y.length-1,x=t.length-h,M=0;M<y.length;M++)y[M][1]=x-(w[q--]+y[M][0].length);return!!this._matchGlobStarBodySections(t,y,i,0,r,0,!!h)};cs.prototype._matchGlobStarBodySections=function(t,e,r,i,s,n,o){var a=e[i];if(!a){for(var c=r;c<t.length;c++){o=!0;var l=t[c];if(l==="."||l===".."||!this.options.dot&&l.charAt(0)===".")return!1}return o}for(var u=a[0],f=a[1];r<=f;){var h=this._matchOne(t.slice(0,r+u.length),u,s,r,0);if(h&&n<this.maxGlobstarRecursion){var d=this._matchGlobStarBodySections(t,e,r+u.length,i+1,s,n+1,o);if(d!==!1)return d}var l=t[r];if(l==="."||l===".."||!this.options.dot&&l.charAt(0)===".")return!1;r++}return s||null};cs.prototype._matchOne=function(t,e,r,i,s){var n,o,a,c;for(n=i,o=s,a=t.length,c=e.length;n<a&&o<c;n++,o++){this.debug("matchOne loop");var l=e[o],u=t[n];if(this.debug(e,l,u),l===!1||l===Rg)return!1;var f;if(typeof l=="string"?(f=u===l,this.debug("string match",l,u,f)):(f=u.match(l),this.debug("pattern match",l,u,f)),!f)return!1}if(n===a&&o===c)return!0;if(n===a)return r;if(o===c)return n===a-1&&t[n]==="";throw new Error("wtf?")};function Yyt(t){return t.replace(/\\(.)/g,"$1")}function Kyt(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}});var Ev=m((RSr,eIe)=>{"use strict";var nEt="2.0.0"
`).join(`
`+n),t.push(s+"m+"+QO.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=Hwt()+e+" "+t[0]}function Hwt(){return An.inspectOpts.hideDate?"":new Date().toISOString()+" "}function jwt(...t){return process.stderr.write(PO.format(...t)+`
`)}function zwt(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function Vwt(){return process.env.DEBUG}function $wt(t){t.inspectOpts={};let e=Object.keys(An.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=An.inspectOpts[e[r]]}QO.exports=u9()(An);var{formatters:kBe}=QO.exports;kBe.o=function(t){return this.inspectOpts.colors=this.useColors,PO.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};kBe.O=function(t){return this.inspectOpts.colors=this.useColors,PO.inspect(t,this.inspectOpts)}});var Ug=m((Vvr,p9)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?p9.exports=NBe():p9.exports=LBe()});var UBe=m(ia=>{"use strict";var Wwt=ia&&ia.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),Jwt=ia&&ia.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),FBe=ia&&ia.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Wwt(e,t,r);return Jwt(e,t),e};Object.defineProperty(ia,"__esModule",{value:!0});ia.req=ia.json=ia.toBuffer=void 0;var Ywt=FBe(require("http")),Kwt=FBe(require("https"));async function MBe(t){let e=0,r=[];for await(let i of t)e+=i.length,r.push(i);return Buffer.concat(r,e)}ia.toBuffer=MBe;async function Xwt(t){let r=(await MBe(t)).toString("utf8");try{return JSON.parse(r)}catch(i){let s=i;throw s.message+=` (input: ${r})`,s}}ia.json=Xwt;function Zwt(t,e={}){let i=((typeof t=="string"?t:t.href).startsWith("https:")?Kwt:Ywt).request(t,e),s=new Promise((n,o)=>{i.once("response",n).once("error",o).end()});return i.then=s.then.bind(s),i}ia.req=Zwt});var jBe=m(Va=>{"use strict";var GBe=Va&&Va.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),eCt=Va&&Va.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),HBe=Va&&Va.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&GBe(e,t,r);return eCt(e,t),e},tCt=Va&&Va.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&GBe(e,t,r)};Object.defineProperty(Va,"__esModule",{value:!0});Va.Agent=void 0;var rCt=HBe(require("net")),qBe=HBe(require("http")),iCt=require("https");tCt(UBe(),Va);var Zu=Symbol("AgentBaseInternalState"),m9=class extends qBe.Agent{constructor(e){super(e),this[Zu]={}}isSecureEndpoint(e){if(e){if(typeof e.secureEndpoint=="boolean")return e.secureEndpoint;if(typeof e.protocol=="string")return e.protocol==="https:"}let{stack:r}=new Error;return typeof r!="string"?!1:r.split(`
`).some(i=>i.indexOf("(https.js:")!==-1||i.indexOf("node:https:")!==-1)}incrementSockets(e){if(this.maxSockets===1/0&&this.maxTotalSockets===1/0)return null;this.sockets[e]||(this.sockets[e]=[]);let r=new rCt.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let i=this.sockets[e],s=i.indexOf(r);s!==-1&&(i.splice(s,1),this.totalSocketCount--,i.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?iCt.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,i){let s={...r,secureEndpoint:this.isSecureEndpoint(r)},n=this.getName(s),o=this.incrementSockets(n);Promise.resolve().then(()=>this.connect(e,s)).then(a=>{if(this.decrementSockets(n,o),a instanceof qBe.Agent)try{return a.addRequest(e,s)}catch(c){return i(c)}this[Zu].currentSocket=a,super.createSocket(e,r,i)},a=>{this.decrementSockets(n,o),i(a)})}createConnection(){let e=this[Zu].currentSocket;if(this[Zu].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[Zu].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[Zu]&&(this[Zu].defaultPort=e)}get protocol(){return this[Zu].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[Zu]&&(this[Zu].protocol=e)}};Va.Agent=m9});var zBe=m(Lb=>{"use strict";var sCt=Lb&&Lb.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Lb,"__esModule",{value:!0});Lb.parseProxyResponse=void 0;var nCt=sCt(Ug()),kO=(0,nCt.default)("https-proxy-agent:parse-proxy-response");function oCt(t){return new Promise((e,r)=>{let i=0,s=[];function n(){let u=t.read();u?l(u):t.once("readable",n)}function o(){t.removeListener("end",a),t.removeListener("error",c),t.removeListener("readable",n)}function a(){o(),kO("onend"),r(new Error("Proxy connection ended before receiving CONNECT response"))}function c(u){o(),kO("onerror %o",u),r(u)}function l(u){s.push(u),i+=u.length;let f=Buffer.concat(s,i),h=f.indexOf(`\r
\r
`);if(h===-1){kO("have not received end of HTTP headers yet..."),n();return}let d=f.slice(0,h).toString("ascii").split(`\r
`),p=d.shift();if(!p)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let A=p.split(" "),y=+A[1],g=A.slice(2).join(" "),E={};for(let w of d){if(!w)continue;let C=w.indexOf(":");if(C===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${w}"`));let N=w.slice(0,C).toLowerCase(),q=w.slice(C+1).trimStart(),x=E[N];typeof x=="string"?E[N]=[x,q]:Array.isArray(x)?x.push(q):E[N]=q}kO("got proxy server response: %o %o",p,E),o(),e({connect:{statusCode:y,statusText:g,headers:E},buffered:f})}t.on("error",c),t.on("end",a),n()})}Lb.parseProxyResponse=oCt});var KBe=m(Hc=>{"use strict";var aCt=Hc&&Hc.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),cCt=Hc&&Hc.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),JBe=Hc&&Hc.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&aCt(e,t,r);return cCt(e,t),e},YBe=Hc&&Hc.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Hc,"__esModule",{value:!0});Hc.HttpsProxyAgent=void 0;var LO=JBe(require("net")),VBe=JBe(require("tls")),lCt=YBe(require("assert")),uCt=YBe(Ug()),fCt=jBe(),hCt=require("url"),dCt=zBe(),Pv=(0,uCt.default)("https-proxy-agent"),$Be=t=>t.servername===void 0&&t.host&&!LO.isIP(t.host)?{...t,servername:t.host}:t,FO=class extends fCt.Agent{constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new hCt.URL(e):e,this.proxyHeaders=r?.headers??{},Pv("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let i=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?WBe(r,"headers"):null,host:i,port:s}}async connect(e,r){let{proxy:i}=this;if(!r.host)throw new TypeError('No "host" provided');let s;i.protocol==="https:"?(Pv("Creating `tls.Socket`: %o",this.connectOpts),s=VBe.connect($Be(this.connectOpts))):(Pv("Creating `net.Socket`: %o",this.connectOpts),s=LO.connect(this.connectOpts));let n=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},o=LO.isIPv6(r.host)?`[${r.host}]`:r.host,a=`CONNECT ${o}:${r.port} HTTP/1.1\r
`;if(i.username||i.password){let h=`${decodeURIComponent(i.username)}:${decodeURIComponent(i.password)}`;n["Proxy-Authorization"]=`Basic ${Buffer.from(h).toString("base64")}`}n.Host=`${o}:${r.port}`,n["Proxy-Connection"]||(n["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let h of Object.keys(n))a+=`${h}: ${n[h]}\r
`;let c=(0,dCt.parseProxyResponse)(s);s.write(`${a}\r
`);let{connect:l,buffered:u}=await c;if(e.emit("proxyConnect",l),this.emit("proxyConnect",l,e),l.statusCode===200)return e.once("socket",pCt),r.secureEndpoint?(Pv("Upgrading socket connection to TLS"),VBe.connect({...WBe($Be(r),"host","path","port"),socket:s})):s;s.destroy();let f=new LO.Socket({writable:!1});return f.readable=!0,e.once("socket",h=>{Pv("Replaying proxy buffer for failed request"),(0,lCt.default)(h.listenerCount("data")>0),h.push(u),h.push(null)}),f}};FO.protocols=["http","https"];Hc.HttpsProxyAgent=FO;function pCt(t){t.resume()}function WBe(t,...e){let r={},i;for(i in t)e.includes(i)||(r[i]=t[i]);return r}});var eve=m(sa=>{"use strict";var mCt=sa&&sa.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),ACt=sa&&sa.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),XBe=sa&&sa.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&mCt(e,t,r);return ACt(e,t),e};Object.defineProperty(sa,"__esModule",{value:!0});sa.req=sa.json=sa.toBuffer=void 0;var gCt=XBe(require("http")),yCt=XBe(require("https"));async function ZBe(t){let e=0,r=[];for await(let i of t)e+=i.length,r.push(i);return Buffer.concat(r,e)}sa.toBuffer=ZBe;async function ECt(t){let r=(await ZBe(t)).toString("utf8");try{return JSON.parse(r)}catch(i){let s=i;throw s.message+=` (input: ${r})`,s}}sa.json=ECt;function bCt(t,e={}){let i=((typeof t=="string"?t:t.href).startsWith("https:")?yCt:gCt).request(t,e),s=new Promise((n,o)=>{i.once("response",n).once("error",o).end()});return i.then=s.then.bind(s),i}sa.req=bCt});var Qv=m($a=>{"use strict";var rve=$a&&$a.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),wCt=$a&&$a.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),ive=$a&&$a.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&rve(e,t,r);return wCt(e,t),e},CCt=$a&&$a.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&rve(e,t,r)};Object.defineProperty($a,"__esModule",{value:!0});$a.Agent=void 0;var ICt=ive(require("net")),tve=ive(require("http")),SCt=require("https");CCt(eve(),$a);var ef=Symbol("AgentBaseInternalState"),A9=class extends tve.Agent{constructor(e){super(e),this[ef]={}}isSecureEndpoint(e){if(e){if(typeof e.secureEndpoint=="boolean")return e.secureEndpoint;if(typeof e.protocol=="string")return e.protocol==="https:"}let{stack:r}=new Error;return typeof r!="string"?!1:r.split(`
`).some(i=>i.indexOf("(https.js:")!==-1||i.indexOf("node:https:")!==-1)}incrementSockets(e){if(this.maxSockets===1/0&&this.maxTotalSockets===1/0)return null;this.sockets[e]||(this.sockets[e]=[]);let r=new ICt.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let i=this.sockets[e],s=i.indexOf(r);s!==-1&&(i.splice(s,1),this.totalSocketCount--,i.length===0&&delete this.sockets[e])}getName(e){return(typeof e.secureEndpoint=="boolean"?e.secureEndpoint:this.isSecureEndpoint(e))?SCt.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,i){let s={...r,secureEndpoint:this.isSecureEndpoint(r)},n=this.getName(s),o=this.incrementSockets(n);Promise.resolve().then(()=>this.connect(e,s)).then(a=>{if(this.decrementSockets(n,o),a instanceof tve.Agent)return a.addRequest(e,s);this[ef].currentSocket=a,super.createSocket(e,r,i)},a=>{this.decrementSockets(n,o),i(a)})}createConnection(){let e=this[ef].currentSocket;if(this[ef].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[ef].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[ef]&&(this[ef].defaultPort=e)}get protocol(){return this[ef].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[ef]&&(this[ef].protocol=e)}};$a.Agent=A9});var g9=m(jc=>{"use strict";var BCt=jc&&jc.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),vCt=jc&&jc.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),nve=jc&&jc.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&BCt(e,t,r);return vCt(e,t),e},xCt=jc&&jc.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(jc,"__esModule",{value:!0});jc.HttpProxyAgent=void 0;var _Ct=nve(require("net")),RCt=nve(require("tls")),TCt=xCt(Ug()),NCt=require("events"),DCt=Qv(),sve=require("url"),Fb=(0,TCt.default)("http-proxy-agent"),MO=class extends DCt.Agent{constructor(e,r){super(r),this.proxy=typeof e=="string"?new sve.URL(e):e,this.proxyHeaders=r?.headers??{},Fb("Creating new HttpProxyAgent instance: %o",this.proxy.href);let i=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?OCt(r,"headers"):null,host:i,port:s}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:i}=this,s=r.secureEndpoint?"https:":"http:",n=e.getHeader("host")||"localhost",o=`${s}//${n}`,a=new sve.URL(e.path,o);r.port!==80&&(a.port=String(r.port)),e.path=String(a);let c=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(i.username||i.password){let l=`${decodeURIComponent(i.username)}:${decodeURIComponent(i.password)}`;c["Proxy-Authorization"]=`Basic ${Buffer.from(l).toString("base64")}`}c["Proxy-Connection"]||(c["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let l of Object.keys(c)){let u=c[l];u&&e.setHeader(l,u)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let i,s;Fb("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(Fb("Patching connection write() output buffer with updated header"),i=e.outputData[0].data,s=i.indexOf(`\r
\r
`)+4,e.outputData[0].data=e._header+i.substring(s),Fb("Output buffer: %o",e.outputData[0].data));let n;return this.proxy.protocol==="https:"?(Fb("Creating `tls.Socket`: %o",this.connectOpts),n=RCt.connect(this.connectOpts)):(Fb("Creating `net.Socket`: %o",this.connectOpts),n=_Ct.connect(this.connectOpts)),await(0,NCt.once)(n,"connect"),n}};MO.protocols=["http","https"];jc.HttpProxyAgent=MO;function OCt(t,...e){let r={},i;for(i in t)e.includes(i)||(r[i]=t[i]);return r}});var xve=m(ZO=>{"use strict";Object.defineProperty(ZO,"__esModule",{value:!0});ZO.state=void 0;ZO.state={instrumenterImplementation:void 0}});var jve=m(sP=>{"use strict";Object.defineProperty(sP,"__esModule",{value:!0});sP.state=void 0;sP.state={operationRequestMap:new WeakMap}});var aRe=m(ew=>{"use strict";Object.defineProperty(ew,"__esModule",{value:!0});var Uxt=require("os"),qxt=require("util");function Gxt(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var Hxt=Gxt(qxt);function jxt(t,...e){process.stderr.write(`${Hxt.default.format(t,...e)}${Uxt.EOL}`)}var K_e=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,Z_e,qJ=[],GJ=[],EQ=[];K_e&&HJ(K_e);var eRe=Object.assign(t=>tRe(t),{enable:HJ,enabled:jJ,disable:zxt,log:jxt});function HJ(t){Z_e=t,qJ=[],GJ=[];let e=/\*/g,r=t.split(",").map(i=>i.trim().replace(e,".*?"));for(let i of r)i.startsWith("-")?GJ.push(new RegExp(`^${i.substr(1)}$`)):qJ.push(new RegExp(`^${i}$`));for(let i of EQ)i.enabled=jJ(i.namespace)}function jJ(t){if(t.endsWith("*"))return!0;for(let e of GJ)if(e.test(t))return!1;for(let e of qJ)if(e.test(t))return!0;return!1}function zxt(){let t=Z_e||"";return HJ(""),t}function tRe(t){let e=Object.assign(r,{enabled:jJ(t),destroy:Vxt,log:eRe.log,namespace:t,extend:$xt});function r(...i){e.enabled&&(i.length>0&&(i[0]=`${t} ${i[0]}`),e.log(...i))}return EQ.push(e),e}function Vxt(){let t=EQ.indexOf(this);return t>=0?(EQ.splice(t,1),!0):!1}function $xt(t){let e=tRe(`${this.namespace}:${t}`);return e.log=this.log,e}var wx=eRe,rRe=new Set,gQ=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,bQ,wQ=wx("azure");wQ.log=(...t)=>{wx.log(...t)};var zJ=["verbose","info","warning","error"];gQ&&(oRe(gQ)?iRe(gQ):console.error(`AZURE_LOG_LEVEL set to unknown log level '${gQ}'; logging is not enabled. Acceptable values: ${zJ.join(", ")}.`));function iRe(t){if(t&&!oRe(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${zJ.join(",")}`);bQ=t;let e=[];for(let r of rRe)nRe(r)&&e.push(r.namespace);wx.enable(e.join(","))}function Wxt(){return bQ}var X_e={verbose:400,info:300,warning:200,error:100};function Jxt(t){let e=wQ.extend(t);return sRe(wQ,e),{error:yQ(e,"error"),warning:yQ(e,"warning"),info:yQ(e,"info"),verbose:yQ(e,"verbose")}}function sRe(t,e){e.log=(...r)=>{t.log(...r)}}function yQ(t,e){let r=Object.assign(t.extend(e),{level:e});if(sRe(t,r),nRe(r)){let i=wx.disable();wx.enable(i+","+r.namespace)}return rRe.add(r),r}function nRe(t){return!!(bQ&&X_e[t.level]<=X_e[bQ])}function oRe(t){return zJ.includes(t)}ew.AzureLogger=wQ;ew.createClientLogger=Jxt;ew.getLogLevel=Wxt;ew.setLogLevel=iRe});var WJ=m(Ix=>{"use strict";Object.defineProperty(Ix,"__esModule",{value:!0});var tw=new WeakMap,CQ=new WeakMap,Cx=class t{constructor(){this.onabort=null,tw.set(this,[]),CQ.set(this,!1)}get aborted(){if(!CQ.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return CQ.get(this)}static get none(){return new t}addEventListener(e,r){if(!tw.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");tw.get(this).push(r)}removeEventListener(e,r){if(!tw.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let i=tw.get(this),s=i.indexOf(r);s>-1&&i.splice(s,1)}dispatchEvent(e){throw new Error("This is a stub dispatchEvent implementation that should not be used. It only exists for type-checking purposes.")}};function cRe(t){if(t.aborted)return;t.onabort&&t.onabort.call(t);let e=tw.get(t);e&&e.slice().forEach(r=>{r.call(t,{type:"abort"})}),CQ.set(t,!0)}var VJ=class extends Error{constructor(e){super(e),t
Polling from: ${r.config.operationLocation}
Operation status: ${u}
Polling status: ${gRe.includes(u)?"Stopped":"Running"}`),u==="succeeded"){let f=o(l,r);if(f!==void 0)return{response:await e(f).catch(mRe({state:r,stateProxy:i,isOperationError:a})),status:u}}return{response:l,status:u}}async function wRe(t){let{poll:e,state:r,stateProxy:i,options:s,getOperationStatus:n,getResourceLocation:o,getOperationLocation:a,isOperationError:c,withOperationLocation:l,getPollingInterval:u,processResult:f,getError:h,updateState:d,setDelay:p,isDone:A,setErrorAsResult:y}=t,{operationLocation:g}=r.config;if(g!==void 0){let{response:E,status:w}=await B_t({poll:e,getOperationStatus:n,state:r,stateProxy:i,operationLocation:g,getResourceLocation:o,isOperationError:c,options:s});if(ERe({status:w,response:E,state:r,stateProxy:i,isDone:A,processResult:f,getError:h,setErrorAsResult:y}),!gRe.includes(w)){let C=u?.(E);C&&p(C);let N=a?.(E,r);if(N!==void 0){let q=g!==N;r.config.operationLocation=N,l?.(N,q)}else l?.(g,!1)}d?.(r,E)}}function CRe(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}function IRe(t){return t.headers.location}function SRe(t){return t.headers["operation-location"]}function BRe(t){return t.headers["azure-asyncoperation"]}function v_t(t){var e;let{location:r,requestMethod:i,requestPath:s,resourceLocationConfig:n}=t;switch(i){case"PUT":return s;case"DELETE":return;case"PATCH":return(e=o())!==null&&e!==void 0?e:s;default:return o()}function o(){switch(n){case"azure-async-operation":return;case"original-uri":return s;default:return r}}}function vRe(t){let{rawResponse:e,requestMethod:r,requestPath:i,resourceLocationConfig:s}=t,n=SRe(e),o=BRe(e),a=CRe({operationLocation:n,azureAsyncOperation:o}),c=IRe(e),l=r?.toLocaleUpperCase();return a!==void 0?{mode:"OperationLocation",operationLocation:a,resourceLocation:v_t({requestMethod:l,location:c,requestPath:i,resourceLocationConfig:s})}:c!==void 0?{mode:"ResourceLocation",operationLocation:c}:l==="PUT"&&i?{mode:"Body",operationLocation:i}:void 0}function xRe(t){let{status:e,statusCode:r}=t;if(typeof e!="string"&&e!==void 0)throw new Error(`Polling was unsuccessful. Expected status to have a string value or no value but it has instead: ${e}. This doesn't necessarily indicate the operation has failed. Check your Azure subscription or resource status for more information.`);switch(e?.toLocaleLowerCase()){case void 0:return nY(r);case"succeeded":return"succeeded";case"failed":return"failed";case"running":case"accepted":case"started":case"canceling":case"cancelling":return"running";case"canceled":case"cancelled":return"canceled";default:return iy.verbose(`LRO: unrecognized operation status: ${e}`),e}}function x_t(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return xRe({status:r,statusCode:t.statusCode})}function __t(t){var e,r;let{properties:i,provisioningState:s}=(e=t.body)!==null&&e!==void 0?e:{},n=(r=i?.provisioningState)!==null&&r!==void 0?r:s;return xRe({status:n,statusCode:t.statusCode})}function nY(t){return t===202?"running":t<300?"succeeded":"failed"}function _Re({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?R_t(new Date(e)):r*1e3}}function RRe(t){let e=t.flatResponse.error;if(!e){iy.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){iy.warning("The long-running operation failed but the error property in the response's body doesn't contain code or message");return}return e}function R_t(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}function TRe(t){let{response:e,state:r,operationLocation:i}=t;function s(){var o;switch((o=r.config.metadata)===null||o===void 0?void 0:o.mode){case void 0:return nY(e.rawResponse.statusCode);case"Body":return oY(e,r);default:return"running"}}let n=s();return n==="running"&&i===void 0?"succeeded":n}async function T_t(t){let{stateProxy:e,resourceLocationConfig:r,processResult:i,lro:s,setErrorAsResult:n}=t;return bRe({init:async()=>{let o=await s.sendInitialRequest(),a=vRe({rawResponse:o.rawResponse,requestPath:s.requestPath,requestMethod:s.r
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(s){case 0:o=n,s=1;break;case 1:r[i++]=o<<2|(n&48)>>4,o=n,s=2;break;case 2:r[i++]=(o&15)<<4|(n&60)>>2,o=n,s=3;break;case 3:r[i++]=(o&3)<<6|n,s=0;break}}if(s==1)throw Error("invalid base64 string.");return r.subarray(0,i)}aw.base64decode=dRt;function pRt(t){let e="",r=0,i,s=0;for(let n=0;n<t.length;n++)switch(i=t[n],r){case 0:e+=Bd[i>>2],s=(i&3)<<4,r=1;break;case 1:e+=Bd[s|i>>4],s=(i&15)<<2,r=2;break;case 2:e+=Bd[s|i>>6],e+=Bd[i&63],r=0;break}return r&&(e+=Bd[s],e+="=",r==1&&(e+="=")),e}aw.base64encode=pRt});var aTe=m(qQ=>{"use strict";Object.defineProperty(qQ,"__esModule",{value:!0});qQ.utf8read=void 0;var AY=t=>String.fromCharCode.apply(String,t);function mRt(t){if(t.length<1)return"";let e=0,r=[],i=[],s=0,n,o=t.length;for(;e<o;)n=t[e++],n<128?i[s++]=n:n>191&&n<224?i[s++]=(n&31)<<6|t[e++]&63:n>239&&n<365?(n=((n&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,i[s++]=55296+(n>>10),i[s++]=56320+(n&1023)):i[s++]=(n&15)<<12|(t[e++]&63)<<6|t[e++]&63,s>8191&&(r.push(AY(i)),s=0);return r.length?(s&&r.push(AY(i.slice(0,s))),r.join("")):AY(i.slice(0,s))}qQ.utf8read=mRt});var Nx=m(xf=>{"use strict";Object.defineProperty(xf,"__esModule",{value:!0});xf.WireType=xf.mergeBinaryOptions=xf.UnknownFieldHandler=void 0;var ARt;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,i,s,n,o)=>{(e(i)?i[t.symbol]:i[t.symbol]=[]).push({no:s,wireType:n,data:o})},t.onWrite=(r,i,s)=>{for(let{no:n,wireType:o,data:a}of t.list(i))s.tag(n,o).raw(a)},t.list=(r,i)=>{if(e(r)){let s=r[t.symbol];return i?s.filter(n=>n.no==i):s}return[]},t.last=(r,i)=>t.list(r,i).slice(-1)[0];let e=r=>r&&Array.isArray(r[t.symbol])})(ARt=xf.UnknownFieldHandler||(xf.UnknownFieldHandler={}));function gRt(t,e){return Object.assign(Object.assign({},t),e)}xf.mergeBinaryOptions=gRt;var yRt;(function(t){t[t.Varint=0]="Varint",t[t.Bit64=1]="Bit64",t[t.LengthDelimited=2]="LengthDelimited",t[t.StartGroup=3]="StartGroup",t[t.EndGroup=4]="EndGroup",t[t.Bit32=5]="Bit32"})(yRt=xf.WireType||(xf.WireType={}))});var HQ=m(ua=>{"use strict";Object.defineProperty(ua,"__esModule",{value:!0});ua.varint32read=ua.varint32write=ua.int64toString=ua.int64fromString=ua.varint64write=ua.varint64read=void 0;function ERt(){let t=0,e=0;for(let i=0;i<28;i+=7){let s=this.buf[this.pos++];if(t|=(s&127)<<i,(s&128)==0)return this.assertBounds(),[t,e]}let r=this.buf[this.pos++];if(t|=(r&15)<<28,e=(r&112)>>4,(r&128)==0)return this.assertBounds(),[t,e];for(let i=3;i<=31;i+=7){let s=this.buf[this.pos++];if(e|=(s&127)<<i,(s&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}ua.varint64read=ERt;function bRt(t,e,r){for(let n=0;n<28;n=n+7){let o=t>>>n,a=!(!(o>>>7)&&e==0),c=(a?o|128:o)&255;if(r.push(c),!a)return}let i=t>>>28&15|(e&7)<<4,s=e>>3!=0;if(r.push((s?i|128:i)&255),!!s){for(let n=3;n<31;n=n+7){let o=e>>>n,a=!!(o>>>7),c=(a?o|128:o)&255;if(r.push(c),!a)return}r.push(e>>>31&1)}}ua.varint64write=bRt;var GQ=65536*65536;function wRt(t){let e=t[0]=="-";e&&(t=t.slice(1));let r=1e6,i=0,s=0;function n(o,a){let c=Number(t.slice(o,a));s*=r,i=i*r+c,i>=GQ&&(s=s+(i/GQ|0),i=i%GQ)}return n(-24,-18),n(-18,-12),n(-12,-6),n(-6),[e,i,s]}ua.int64fromString=wRt;function CRt(t,e){if(e>>>0<=2097151)return""+(GQ*e+(t>>>0));let r=t&16777215,i=(t>>>24|e<<8)>>>0&16777215,s=e>>16&65535,n=r+i*6777216+s*6710656,o=i+s*8147497,a=s*2,c=1e7;n>=c&&(o+=Math.floor(n/c),n%=c),o>=c&&(a+=Math.floor(o/c),o%=c);function l(u,f){let h=u?String(u):"";return f?"0000000".slice(h.length)+h:h}return l(a,0)+l(o,a)+l(n,1)}ua.int64toString=CRt;function IRt(t,e){if(t>=0){for(;t>127;)e.push(t&127|128),t=t>>>7;e.push(t)}else{for(let r=0;r<9;r++)e.push(t&127|128),t=t>>7;e.push(1)}}ua.varint32write=IRt;function SRt(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<7,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<14,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<21,(t&128)==0)return this.assertBounds(),e;t=this.bu
`)}};Ak.RpcError=HY});var zY=m(yk=>{"use strict";Object.defineProperty(yk,"__esModule",{value:!0});yk.mergeRpcOptions=void 0;var UTe=Wi();function VTt(t,e){if(!e)return t;let r={};gk(t,r),gk(e,r);for(let i of Object.keys(e)){let s=e[i];switch(i){case"jsonOptions":r.jsonOptions=UTe.mergeJsonOptions(t.jsonOptions,r.jsonOptions);break;case"binaryOptions":r.binaryOptions=UTe.mergeBinaryOptions(t.binaryOptions,r.binaryOptions);break;case"meta":r.meta={},gk(t.meta,r.meta),gk(e.meta,r.meta);break;case"interceptors":r.interceptors=t.interceptors?t.interceptors.concat(s):s.concat();break}}return r}yk.mergeRpcOptions=VTt;function gk(t,e){if(!t)return;let r=e;for(let[i,s]of Object.entries(t))s instanceof Date?r[i]=new Date(s.getTime()):Array.isArray(s)?r[i]=s.concat():r[i]=s}});var $Y=m(cy=>{"use strict";Object.defineProperty(cy,"__esModule",{value:!0});cy.Deferred=cy.DeferredState=void 0;var Tf;(function(t){t[t.PENDING=0]="PENDING",t[t.REJECTED=1]="REJECTED",t[t.RESOLVED=2]="RESOLVED"})(Tf=cy.DeferredState||(cy.DeferredState={}));var VY=class{constructor(e=!0){this._state=Tf.PENDING,this._promise=new Promise((r,i)=>{this._resolve=r,this._reject=i}),e&&this._promise.catch(r=>{})}get state(){return this._state}get promise(){return this._promise}resolve(e){if(this.state!==Tf.PENDING)throw new Error(`cannot resolve ${Tf[this.state].toLowerCase()}`);this._resolve(e),this._state=Tf.RESOLVED}reject(e){if(this.state!==Tf.PENDING)throw new Error(`cannot reject ${Tf[this.state].toLowerCase()}`);this._reject(e),this._state=Tf.REJECTED}resolvePending(e){this._state===Tf.PENDING&&this.resolve(e)}rejectPending(e){this._state===Tf.PENDING&&this.reject(e)}};cy.Deferred=VY});var JY=m(Ek=>{"use strict";Object.defineProperty(Ek,"__esModule",{value:!0});Ek.RpcOutputStreamController=void 0;var qTe=$Y(),ly=Wi(),WY=class{constructor(){this._lis={nxt:[],msg:[],err:[],cmp:[]},this._closed=!1,this._itState={q:[]}}onNext(e){return this.addLis(e,this._lis.nxt)}onMessage(e){return this.addLis(e,this._lis.msg)}onError(e){return this.addLis(e,this._lis.err)}onComplete(e){return this.addLis(e,this._lis.cmp)}addLis(e,r){return r.push(e),()=>{let i=r.indexOf(e);i>=0&&r.splice(i,1)}}clearLis(){for(let e of Object.values(this._lis))e.splice(0,e.length)}get closed(){return this._closed!==!1}notifyNext(e,r,i){ly.assert((e?1:0)+(r?1:0)+(i?1:0)<=1,"only one emission at a time"),e&&this.notifyMessage(e),r&&this.notifyError(r),i&&this.notifyComplete()}notifyMessage(e){ly.assert(!this.closed,"stream is closed"),this.pushIt({value:e,done:!1}),this._lis.msg.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(e,void 0,!1))}notifyError(e){ly.assert(!this.closed,"stream is closed"),this._closed=e,this.pushIt(e),this._lis.err.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(void 0,e,!1)),this.clearLis()}notifyComplete(){ly.assert(!this.closed,"stream is closed"),this._closed=!0,this.pushIt({value:null,done:!0}),this._lis.cmp.forEach(e=>e()),this._lis.nxt.forEach(e=>e(void 0,void 0,!0)),this.clearLis()}[Symbol.asyncIterator](){return this._closed===!0?this.pushIt({value:null,done:!0}):this._closed!==!1&&this.pushIt(this._closed),{next:()=>{let e=this._itState;ly.assert(e,"bad state"),ly.assert(!e.p,"iterator contract broken");let r=e.q.shift();return r?"value"in r?Promise.resolve(r):Promise.reject(r):(e.p=new qTe.Deferred,e.p.promise)}}}pushIt(e){let r=this._itState;if(r.p){let i=r.p;ly.assert(i.state==qTe.DeferredState.PENDING,"iterator contract broken"),"value"in e?i.resolve(e):i.reject(e),delete r.p}else r.q.push(e)}};Ek.RpcOutputStreamController=WY});var KY=m(pw=>{"use strict";var $Tt=pw&&pw.__awaiter||function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})};Object.defineProperty(pw,"__esModule",{value:!0});pw.UnaryCall=void 0;var YY=class{constructor(e,r,i,s,n,o,a){this.method=e,this.requestHeaders=r,this.request=i,this.headers=s,this.response=n,
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(s){case 0:o=n,s=1;break;case 1:r[i++]=o<<2|(n&48)>>4,o=n,s=2;break;case 2:r[i++]=(o&15)<<4|(n&60)>>2,o=n,s=3;break;case 3:r[i++]=(o&3)<<6|n,s=0;break}}if(s==1)throw Error("invalid base64 string.");return r.subarray(0,i)}Dw.base64decode=uPt;function fPt(t){let e="",r=0,i,s=0;for(let n=0;n<t.length;n++)switch(i=t[n],r){case 0:e+=Td[i>>2],s=(i&3)<<4,r=1;break;case 1:e+=Td[s|i>>4],s=(i&15)<<2,r=2;break;case 2:e+=Td[s|i>>6],e+=Td[i&63],r=0;break}return r&&(e+=Td[s],e+="=",r==1&&(e+="=")),e}Dw.base64encode=fPt});var xDe=m(lL=>{"use strict";Object.defineProperty(lL,"__esModule",{value:!0});lL.utf8read=void 0;var TK=t=>String.fromCharCode.apply(String,t);function hPt(t){if(t.length<1)return"";let e=0,r=[],i=[],s=0,n,o=t.length;for(;e<o;)n=t[e++],n<128?i[s++]=n:n>191&&n<224?i[s++]=(n&31)<<6|t[e++]&63:n>239&&n<365?(n=((n&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,i[s++]=55296+(n>>10),i[s++]=56320+(n&1023)):i[s++]=(n&15)<<12|(t[e++]&63)<<6|t[e++]&63,s>8191&&(r.push(TK(i)),s=0);return r.length?(s&&r.push(TK(i.slice(0,s))),r.join("")):TK(i.slice(0,s))}lL.utf8read=hPt});var o_=m(Pf=>{"use strict";Object.defineProperty(Pf,"__esModule",{value:!0});Pf.WireType=Pf.mergeBinaryOptions=Pf.UnknownFieldHandler=void 0;var dPt;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,i,s,n,o)=>{(e(i)?i[t.symbol]:i[t.symbol]=[]).push({no:s,wireType:n,data:o})},t.onWrite=(r,i,s)=>{for(let{no:n,wireType:o,data:a}of t.list(i))s.tag(n,o).raw(a)},t.list=(r,i)=>{if(e(r)){let s=r[t.symbol];return i?s.filter(n=>n.no==i):s}return[]},t.last=(r,i)=>t.list(r,i).slice(-1)[0];let e=r=>r&&Array.isArray(r[t.symbol])})(dPt=Pf.UnknownFieldHandler||(Pf.UnknownFieldHandler={}));function pPt(t,e){return Object.assign(Object.assign({},t),e)}Pf.mergeBinaryOptions=pPt;var mPt;(function(t){t[t.Varint=0]="Varint",t[t.Bit64=1]="Bit64",t[t.LengthDelimited=2]="LengthDelimited",t[t.StartGroup=3]="StartGroup",t[t.EndGroup=4]="EndGroup",t[t.Bit32=5]="Bit32"})(mPt=Pf.WireType||(Pf.WireType={}))});var fL=m(da=>{"use strict";Object.defineProperty(da,"__esModule",{value:!0});da.varint32read=da.varint32write=da.int64toString=da.int64fromString=da.varint64write=da.varint64read=void 0;function APt(){let t=0,e=0;for(let i=0;i<28;i+=7){let s=this.buf[this.pos++];if(t|=(s&127)<<i,(s&128)==0)return this.assertBounds(),[t,e]}let r=this.buf[this.pos++];if(t|=(r&15)<<28,e=(r&112)>>4,(r&128)==0)return this.assertBounds(),[t,e];for(let i=3;i<=31;i+=7){let s=this.buf[this.pos++];if(e|=(s&127)<<i,(s&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}da.varint64read=APt;function gPt(t,e,r){for(let n=0;n<28;n=n+7){let o=t>>>n,a=!(!(o>>>7)&&e==0),c=(a?o|128:o)&255;if(r.push(c),!a)return}let i=t>>>28&15|(e&7)<<4,s=e>>3!=0;if(r.push((s?i|128:i)&255),!!s){for(let n=3;n<31;n=n+7){let o=e>>>n,a=!!(o>>>7),c=(a?o|128:o)&255;if(r.push(c),!a)return}r.push(e>>>31&1)}}da.varint64write=gPt;var uL=65536*65536;function yPt(t){let e=t[0]=="-";e&&(t=t.slice(1));let r=1e6,i=0,s=0;function n(o,a){let c=Number(t.slice(o,a));s*=r,i=i*r+c,i>=uL&&(s=s+(i/uL|0),i=i%uL)}return n(-24,-18),n(-18,-12),n(-12,-6),n(-6),[e,i,s]}da.int64fromString=yPt;function EPt(t,e){if(e>>>0<=2097151)return""+(uL*e+(t>>>0));let r=t&16777215,i=(t>>>24|e<<8)>>>0&16777215,s=e>>16&65535,n=r+i*6777216+s*6710656,o=i+s*8147497,a=s*2,c=1e7;n>=c&&(o+=Math.floor(n/c),n%=c),o>=c&&(a+=Math.floor(o/c),o%=c);function l(u,f){let h=u?String(u):"";return f?"0000000".slice(h.length)+h:h}return l(a,0)+l(o,a)+l(n,1)}da.int64toString=EPt;function bPt(t,e){if(t>=0){for(;t>127;)e.push(t&127|128),t=t>>>7;e.push(t)}else{for(let r=0;r<9;r++)e.push(t&127|128),t=t>>7;e.push(1)}}da.varint32write=bPt;function wPt(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<7,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<14,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<21,(t&128)==0)return this.assertBounds(),e;t=this.bu
`)}};FL.RpcError=AX});var yX=m(UL=>{"use strict";Object.defineProperty(UL,"__esModule",{value:!0});UL.mergeRpcOptions=void 0;var lOe=Kr();function HQt(t,e){if(!e)return t;let r={};ML(t,r),ML(e,r);for(let i of Object.keys(e)){let s=e[i];switch(i){case"jsonOptions":r.jsonOptions=lOe.mergeJsonOptions(t.jsonOptions,r.jsonOptions);break;case"binaryOptions":r.binaryOptions=lOe.mergeBinaryOptions(t.binaryOptions,r.binaryOptions);break;case"meta":r.meta={},ML(t.meta,r.meta),ML(e.meta,r.meta);break;case"interceptors":r.interceptors=t.interceptors?t.interceptors.concat(s):s.concat();break}}return r}UL.mergeRpcOptions=HQt;function ML(t,e){if(!t)return;let r=e;for(let[i,s]of Object.entries(t))s instanceof Date?r[i]=new Date(s.getTime()):Array.isArray(s)?r[i]=s.concat():r[i]=s}});var bX=m(wy=>{"use strict";Object.defineProperty(wy,"__esModule",{value:!0});wy.Deferred=wy.DeferredState=void 0;var qf;(function(t){t[t.PENDING=0]="PENDING",t[t.REJECTED=1]="REJECTED",t[t.RESOLVED=2]="RESOLVED"})(qf=wy.DeferredState||(wy.DeferredState={}));var EX=class{constructor(e=!0){this._state=qf.PENDING,this._promise=new Promise((r,i)=>{this._resolve=r,this._reject=i}),e&&this._promise.catch(r=>{})}get state(){return this._state}get promise(){return this._promise}resolve(e){if(this.state!==qf.PENDING)throw new Error(`cannot resolve ${qf[this.state].toLowerCase()}`);this._resolve(e),this._state=qf.RESOLVED}reject(e){if(this.state!==qf.PENDING)throw new Error(`cannot reject ${qf[this.state].toLowerCase()}`);this._reject(e),this._state=qf.REJECTED}resolvePending(e){this._state===qf.PENDING&&this.resolve(e)}rejectPending(e){this._state===qf.PENDING&&this.reject(e)}};wy.Deferred=EX});var CX=m(qL=>{"use strict";Object.defineProperty(qL,"__esModule",{value:!0});qL.RpcOutputStreamController=void 0;var uOe=bX(),Cy=Kr(),wX=class{constructor(){this._lis={nxt:[],msg:[],err:[],cmp:[]},this._closed=!1}onNext(e){return this.addLis(e,this._lis.nxt)}onMessage(e){return this.addLis(e,this._lis.msg)}onError(e){return this.addLis(e,this._lis.err)}onComplete(e){return this.addLis(e,this._lis.cmp)}addLis(e,r){return r.push(e),()=>{let i=r.indexOf(e);i>=0&&r.splice(i,1)}}clearLis(){for(let e of Object.values(this._lis))e.splice(0,e.length)}get closed(){return this._closed!==!1}notifyNext(e,r,i){Cy.assert((e?1:0)+(r?1:0)+(i?1:0)<=1,"only one emission at a time"),e&&this.notifyMessage(e),r&&this.notifyError(r),i&&this.notifyComplete()}notifyMessage(e){Cy.assert(!this.closed,"stream is closed"),this.pushIt({value:e,done:!1}),this._lis.msg.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(e,void 0,!1))}notifyError(e){Cy.assert(!this.closed,"stream is closed"),this._closed=e,this.pushIt(e),this._lis.err.forEach(r=>r(e)),this._lis.nxt.forEach(r=>r(void 0,e,!1)),this.clearLis()}notifyComplete(){Cy.assert(!this.closed,"stream is closed"),this._closed=!0,this.pushIt({value:null,done:!0}),this._lis.cmp.forEach(e=>e()),this._lis.nxt.forEach(e=>e(void 0,void 0,!0)),this.clearLis()}[Symbol.asyncIterator](){return this._itState||(this._itState={q:[]}),this._closed===!0?this.pushIt({value:null,done:!0}):this._closed!==!1&&this.pushIt(this._closed),{next:()=>{let e=this._itState;Cy.assert(e,"bad state"),Cy.assert(!e.p,"iterator contract broken");let r=e.q.shift();return r?"value"in r?Promise.resolve(r):Promise.reject(r):(e.p=new uOe.Deferred,e.p.promise)}}}pushIt(e){let r=this._itState;if(r)if(r.p){let i=r.p;Cy.assert(i.state==uOe.DeferredState.PENDING,"iterator contract broken"),"value"in e?i.resolve(e):i.reject(e),delete r.p}else r.q.push(e)}};qL.RpcOutputStreamController=wX});var SX=m(qw=>{"use strict";var jQt=qw&&qw.__awaiter||function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})};Object.defineProperty(qw,"__esModule",{value:!0});qw.UnaryCall=void 0;var IX=class{constructor(e,r,i,s,n,o,a){this.method=e,this.requestHeaders=r,this.request=i,this.head
globstar while`,e,f,r,h,d),this.matchOne(e.slice(f),r.slice(h),i))return this.debug("globstar found match!",f,a,d),!0;if(d==="."||d===".."||!s.dot&&d.charAt(0)==="."){this.debug("dot detected!",e,f,r,h);break}this.debug("globstar swallow a segment, and continue"),f++}return!!(i&&(this.debug(`
>>> no match, partial?`,e,f,r,h),f===a))}var p;if(typeof l=="string"?(p=u===l,this.debug("string match",l,u,p)):(p=u.match(l),this.debug("pattern match",l,u,p)),!p)return!1}if(n===a&&o===c)return!0;if(n===a)return i;if(o===c)return n===a-1&&e[n]==="";throw new Error("wtf?")}braceExpand(){return VOe(this.pattern,this.options)}parse(e,r){$L(e);let i=this.options;if(e==="**")if(i.noglobstar)e="*";else return du;if(e==="")return"";let s="",n=!1,o=!1,a=[],c=[],l,u=!1,f=-1,h=-1,d,p,A,y=e.charAt(0)===".",g=i.dot||y,E=()=>y?"":g?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",w=x=>x.charAt(0)==="."?"":i.dot?"(?!(?:^|\\/)\\.{1,2}(?:$|\\/))":"(?!\\.)",C=()=>{if(l){switch(l){case"*":s+=aZ,n=!0;break;case"?":s+=uZ,n=!0;break;default:s+="\\"+l;break}this.debug("clearStateChar %j %j",l,s),l=!1}};for(let x=0,M;x<e.length&&(M=e.charAt(x));x++){if(this.debug("%s %s %s %j",e,x,s,M),o){if(M==="/")return!1;HOe[M]&&(s+="\\"),s+=M,o=!1;continue}switch(M){case"/":return!1;case"\\":if(u&&e.charAt(x+1)==="-"){s+=M;continue}C(),o=!0;continue;case"?":case"*":case"+":case"@":case"!":if(this.debug("%s %s %s %j <-- stateChar",e,x,s,M),u){this.debug(" in class"),M==="!"&&x===h+1&&(M="^"),s+=M;continue}this.debug("call clearStateChar %j",l),C(),l=M,i.noext&&C();continue;case"(":{if(u){s+="(";continue}if(!l){s+="\\(";continue}let P={type:l,start:x-1,reStart:s.length,open:GOe[l].open,close:GOe[l].close};this.debug(this.pattern," ",P),a.push(P),s+=P.open,P.start===0&&P.type!=="!"&&(y=!0,s+=w(e.slice(x+1))),this.debug("plType %j %j",l,s),l=!1;continue}case")":{let P=a[a.length-1];if(u||!P){s+="\\)";continue}a.pop(),C(),n=!0,p=P,s+=p.close,p.type==="!"&&c.push(Object.assign(p,{reEnd:s.length}));continue}case"|":{let P=a[a.length-1];if(u||!P){s+="\\|";continue}C(),s+="|",P.start===0&&P.type!=="!"&&(y=!0,s+=w(e.slice(x+1)));continue}case"[":if(C(),u){s+="\\"+M;continue}u=!0,h=x,f=s.length,s+=M;continue;case"]":if(x===h+1||!u){s+="\\"+M;continue}d=e.substring(h+1,x);try{RegExp("["+Pkt(Dkt(d))+"]"),s+=M}catch{s=s.substring(0,f)+"(?:$.)"}n=!0,u=!1;continue;default:C(),HOe[M]&&!(M==="^"&&u)&&(s+="\\"),s+=M;break}}for(u&&(d=e.slice(h+1),A=this.parse(d,cZ),s=s.substring(0,f)+"\\["+A[0],n=n||A[1]),p=a.pop();p;p=a.pop()){let x;x=s.slice(p.reStart+p.open.length),this.debug("setting tail",s,p),x=x.replace(/((?:\\{2}){0,64})(\\?)\|/g,(P,W,k)=>(k||(k="\\"),W+W+k+"|")),this.debug(`tail=%j
%s`,x,x,p,s);let M=p.type==="*"?aZ:p.type==="?"?uZ:"\\"+p.type;n=!0,s=s.slice(0,p.reStart)+M+"\\("+x}C(),o&&(s+="\\\\");let N=Rkt[s.charAt(0)];for(let x=c.length-1;x>-1;x--){let M=c[x],P=s.slice(0,M.reStart),W=s.slice(M.reStart,M.reEnd-8),k=s.slice(M.reEnd),H=s.slice(M.reEnd-8,M.reEnd)+k,$=P.split(")").length,ne=P.split("(").length-$,oe=k;for(let Z=0;Z<ne;Z++)oe=oe.replace(/\)[+*?]?/,"");k=oe;let we=k===""&&r!==cZ?"(?:$|\\/)":"";s=P+W+k+we+H}if(s!==""&&n&&(s="(?=.)"+s),N&&(s=E()+s),r===cZ)return[s,n];if(i.nocase&&!n&&(n=e.toUpperCase()!==e.toLowerCase()),!n)return Nkt(e);let q=i.nocase?"i":"";try{return Object.assign(new RegExp("^"+s+"$",q),{_glob:e,_src:s})}catch{return new RegExp("$.")}}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let r=this.options,i=r.noglobstar?aZ:r.dot?xkt:_kt,s=r.nocase?"i":"",n=e.map(o=>(o=o.map(a=>typeof a=="string"?Okt(a):a===du?du:a._src).reduce((a,c)=>(a[a.length-1]===du&&c===du||a.push(c),a),[]),o.forEach((a,c)=>{a!==du||o[c-1]===du||(c===0?o.length>1?o[c+1]="(?:\\/|"+i+"\\/)?"+o[c+1]:o[c]=i:c===o.length-1?o[c-1]+="(?:\\/|"+i+")?":(o[c-1]+="(?:\\/|\\/"+i+"\\/)"+o[c+1],o[c+1]=du))}),o.filter(a=>a!==du).join("/"))).join("|");n="^(?:"+n+")$",this.negate&&(n="^(?!"+n+").*$");try{this.regexp=new RegExp(n,s)}catch{this.regexp=!1}return this.regexp}match(e,r=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;let i=this.options;lZ.sep!=="/"&&(e=e.split(lZ.sep).join("/")),e=e.split(jOe),this.debug(this.pattern,"split",e);let s=this.set;this.debug(this.pattern,"set",s);let n;for(let o=e.length-1;o>=0&&(n=e[o],!n);o--);for(let o=0;o<s.length;o++){let a=s[o],c=e;if(i.matchBase&&a.length===1&&(c=[n]),this.matchOne(c,a,r))return i.flipNegate?!0:!this.negate}return i.flipNegate?!1:this.negate}static defaults(e){return ac.defaults(e).Minimatch}};ac.Minimatch=Kw});var XOe=m((tGr,KOe)=>{KOe.exports=YOe;var dZ=require("fs"),{EventEmitter:Qkt}=require("events"),{Minimatch:hZ}=$Oe(),{resolve:kkt}=require("path");function Lkt(t,e){return new Promise((r,i)=>{dZ.readdir(t,{withFileTypes:!0},(s,n)=>{if(s)switch(s.code){case"ENOTDIR":e?i(s):r([]);break;case"ENOTSUP":case"ENOENT":case"ENAMETOOLONG":case"UNKNOWN":r([]);break;default:i(s);break}else r(n)})})}function WOe(t,e){return new Promise((r,i)=>{(e?dZ.stat:dZ.lstat)(t,(n,o)=>{n?n.code==="ENOENT"?r(e?WOe(t,!1):null):r(null):r(o)})})}async function*JOe(t,e,r,i,s,n){let o=await Lkt(e+t,n);for(let a of o){let c=a.name;c===void 0&&(c=a,i=!0);let l=t+"/"+c,u=l.slice(1),f=e+"/"+u,h=null;(i||r)&&(h=await WOe(f,r)),!h&&a.name!==void 0&&(h=a),h===null&&(h={isDirectory:()=>!1}),h.isDirectory()?s(u)||(yield{relative:u,absolute:f,stats:h},yield*JOe(l,e,r,i,s,!1)):yield{relative:u,absolute:f,stats:h}}}async function*Fkt(t,e,r,i){yield*JOe("",t,e,r,i,!0)}function Mkt(t){return{pattern:t.pattern,dot:!!t.dot,noglobstar:!!t.noglobstar,matchBase:!!t.matchBase,nocase:!!t.nocase,ignore:t.ignore,skip:t.skip,follow:!!t.follow,stat:!!t.stat,nodir:!!t.nodir,mark:!!t.mark,silent:!!t.silent,absolute:!!t.absolute}}var WL=class extends Qkt{constructor(e,r,i){if(super(),typeof r=="function"&&(i=r,r=null),this.options=Mkt(r||{}),this.matchers=[],this.options.pattern){let s=Array.isArray(this.options.pattern)?this.options.pattern:[this.options.pattern];this.matchers=s.map(n=>new hZ(n,{dot:this.options.dot,noglobstar:this.options.noglobstar,matchBase:this.options.matchBase,nocase:this.options.nocase}))}if(this.ignoreMatchers=[],this.options.ignore){let s=Array.isArray(this.options.ignore)?this.options.ignore:[this.options.ignore];this.ignoreMatchers=s.map(n=>new hZ(n,{dot:!0}))}if(this.skipMatchers=[],this.options.skip){let s=Array.isArray(this.options.skip)?this.options.skip:[this.options.skip];this.skipMatchers=s.map(n=>new hZ(n,{dot:!0}))}this.iterator=Fkt(kkt(e||"."),this.options.follow,this.options.stat,this._shouldSkipDirectory.bind(this)),this.paused=!1,this.inactive=!1,this.aborted=!1,i&&(this._matches=[],this.on("match",s=>this._matc
`,D);D=X===-1?T.length:X}else if(U!==-1&&T[D]==="/"&&T[D+1]==="*"){let X=T.indexOf("*/",D);X!==-1?(D=X+2,U=T.indexOf("*/",D)):(B+=T[D],D++)}else B+=T[D],D++;return B}function fe(T){let B=te(T.toString()),D=B.match(he);if(D||(D=B.match(b)),!D)throw new Error(`could not parse args in autoInject
Source:
`+B);let[,U]=D;return U.replace(/\s/g,"").split(v).map(X=>X.replace(F,"").trim())}function Te(T,B){var D={};return Object.keys(T).forEach(U=>{var X=T[U],re,se=d(X),ce=!se&&X.length===1||se&&X.length===0;if(Array.isArray(X))re=[...X],X=re.pop(),D[U]=re.concat(re.length>0?de:X);else if(ce)D[U]=X;else{if(re=fe(X),X.length===0&&!se&&re.length===0)throw new Error("autoInject task functions require explicit parameters.");se||re.pop(),D[U]=re.concat(de)}function de(We,ir){var dr=re.map(nr=>We[nr]);dr.push(ir),y(X)(...dr)}}),ie(D,B)}class Ce{constructor(){this.head=this.tail=null,this.length=0}removeLink(B){return B.prev?B.prev.next=B.next:this.head=B.next,B.next?B.next.prev=B.prev:this.tail=B.prev,B.prev=B.next=null,this.length-=1,B}empty(){for(;this.head;)this.shift();return this}insertAfter(B,D){D.prev=B,D.next=B.next,B.next?B.next.prev=D:this.tail=D,B.next=D,this.length+=1}insertBefore(B,D){D.prev=B.prev,D.next=B,B.prev?B.prev.next=D:this.head=D,B.prev=D,this.length+=1}unshift(B){this.head?this.insertBefore(this.head,B):Ze(this,B)}push(B){this.tail?this.insertAfter(this.tail,B):Ze(this,B)}shift(){return this.head&&this.removeLink(this.head)}pop(){return this.tail&&this.removeLink(this.tail)}toArray(){return[...this]}*[Symbol.iterator](){for(var B=this.head;B;)yield B.data,B=B.next}remove(B){for(var D=this.head;D;){var{next:U}=D;B(D)&&this.removeLink(D),D=U}return this}}function Ze(T,B){T.length=1,T.head=T.tail=B}function St(T,B,D){if(B==null)B=1;else if(B===0)throw new RangeError("Concurrency must not be zero");var U=y(T),X=0,re=[];let se={error:[],drain:[],saturated:[],unsaturated:[],empty:[]};function ce(at,Ve){se[at].push(Ve)}function de(at,Ve){let ct=(...or)=>{We(at,ct),Ve(...or)};se[at].push(ct)}function We(at,Ve){if(!at)return Object.keys(se).forEach(ct=>se[ct]=[]);if(!Ve)return se[at]=[];se[at]=se[at].filter(ct=>ct!==Ve)}function ir(at,...Ve){se[at].forEach(ct=>ct(...Ve))}var dr=!1;function nr(at,Ve,ct,or){if(or!=null&&typeof or!="function")throw new Error("task callback must be a function");pr.started=!0;var si,Ds;function xc(tg,...rB){if(tg)return ct?Ds(tg):si();if(rB.length<=1)return si(rB[0]);si(rB)}var C0=pr._createTaskItem(at,ct?xc:or||xc);if(Ve?pr._tasks.unshift(C0):pr._tasks.push(C0),dr||(dr=!0,l(()=>{dr=!1,pr.process()})),ct||!or)return new Promise((tg,rB)=>{si=tg,Ds=rB})}function vc(at){return function(Ve,...ct){X-=1;for(var or=0,si=at.length;or<si;or++){var Ds=at[or],xc=re.indexOf(Ds);xc===0?re.shift():xc>0&&re.splice(xc,1),Ds.callback(Ve,...ct),Ve!=null&&ir("error",Ve,Ds.data)}X<=pr.concurrency-pr.buffer&&ir("unsaturated"),pr.idle()&&ir("drain"),pr.process()}}function w0(at){return at.length===0&&pr.idle()?(l(()=>ir("drain")),!0):!1}let eg=at=>Ve=>{if(!Ve)return new Promise((ct,or)=>{de(at,(si,Ds)=>{if(si)return or(si);ct(Ds)})});We(at),ce(at,Ve)};var tB=!1,pr={_tasks:new Ce,_createTaskItem(at,Ve){return{data:at,callback:Ve}},*[Symbol.iterator](){yield*pr._tasks[Symbol.iterator]()},concurrency:B,payload:D,buffer:B/4,started:!1,paused:!1,push(at,Ve){return Array.isArray(at)?w0(at)?void 0:at.map(ct=>nr(ct,!1,!1,Ve)):nr(at,!1,!1,Ve)},pushAsync(at,Ve){return Array.isArray(at)?w0(at)?void 0:at.map(ct=>nr(ct,!1,!0,Ve)):nr(at,!1,!0,Ve)},kill(){We(),pr._tasks.empty()},unshift(at,Ve){return Array.isArray(at)?w0(at)?void 0:at.map(ct=>nr(ct,!0,!1,Ve)):nr(at,!0,!1,Ve)},unshiftAsync(at,Ve){return Array.isArray(at)?w0(at)?void 0:at.map(ct=>nr(ct,!0,!0,Ve)):nr(at,!0,!0,Ve)},remove(at){pr._tasks.remove(at)},process(){if(!tB){for(tB=!0;!pr.paused&&X<pr.concurrency&&pr._tasks.length;){var at=[],Ve=[],ct=pr._tasks.length;pr.payload&&(ct=Math.min(ct,pr.payload));for(var or=0;or<ct;or++){var si=pr._tasks.shift();at.push(si),re.push(si),Ve.push(si.data)}X+=1,pr._tasks.length===0&&ir("empty"),X===pr.concurrency&&ir("saturated");var Ds=$(vc(at));U(Ve,Ds)}tB=!1}},length(){return pr._tasks.length},running(){return X},workersList(){return re},idle(){return pr._tasks.length+X===0},pause(){pr.paused=!0},resume(){pr.paused!==!1&&(pr.paused=!1,l(pr.process))}};return Object.defineProperties(pr,{saturated:{writable:!1,value:eg("saturate
GFS4: `),console.error(t)});gi[yn]||(cPe=global[yn]||[],uPe(gi,cPe),gi.close=(function(t){function e(r,i){return t.call(gi,r,function(s){s||lPe(),typeof i=="function"&&i.apply(this,arguments)})}return Object.defineProperty(e,ZL,{value:t}),e})(gi.close),gi.closeSync=(function(t){function e(r){t.apply(gi,arguments),lPe()}return Object.defineProperty(e,ZL,{value:t}),e})(gi.closeSync),/\bgfs4\b/i.test(process.env.NODE_DEBUG||"")&&process.on("exit",function(){Sy(gi[yn]),require("assert").equal(gi[yn].length,0)}));var cPe;global[yn]||uPe(global,gi[yn]);gZ.exports=mZ(Wkt(gi));process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH&&!gi.__patched&&(gZ.exports=mZ(gi),gi.__patched=!0);function mZ(t){Vkt(t),t.gracefulify=mZ,t.createReadStream=N,t.createWriteStream=q;var e=t.readFile;t.readFile=r;function r(P,W,k){return typeof W=="function"&&(k=W,W=null),H(P,W,k);function H($,ne,oe,we){return e($,ne,function(Z){Z&&(Z.code==="EMFILE"||Z.code==="ENFILE")?Xw([H,[$,ne,oe],Z,we||Date.now(),Date.now()]):typeof oe=="function"&&oe.apply(this,arguments)})}}var i=t.writeFile;t.writeFile=s;function s(P,W,k,H){return typeof k=="function"&&(H=k,k=null),$(P,W,k,H);function $(ne,oe,we,Z,le){return i(ne,oe,we,function(Ee){Ee&&(Ee.code==="EMFILE"||Ee.code==="ENFILE")?Xw([$,[ne,oe,we,Z],Ee,le||Date.now(),Date.now()]):typeof Z=="function"&&Z.apply(this,arguments)})}}var n=t.appendFile;n&&(t.appendFile=o);function o(P,W,k,H){return typeof k=="function"&&(H=k,k=null),$(P,W,k,H);function $(ne,oe,we,Z,le){return n(ne,oe,we,function(Ee){Ee&&(Ee.code==="EMFILE"||Ee.code==="ENFILE")?Xw([$,[ne,oe,we,Z],Ee,le||Date.now(),Date.now()]):typeof Z=="function"&&Z.apply(this,arguments)})}}var a=t.copyFile;a&&(t.copyFile=c);function c(P,W,k,H){return typeof k=="function"&&(H=k,k=0),$(P,W,k,H);function $(ne,oe,we,Z,le){return a(ne,oe,we,function(Ee){Ee&&(Ee.code==="EMFILE"||Ee.code==="ENFILE")?Xw([$,[ne,oe,we,Z],Ee,le||Date.now(),Date.now()]):typeof Z=="function"&&Z.apply(this,arguments)})}}var l=t.readdir;t.readdir=f;var u=/^v[0-5]\./;function f(P,W,k){typeof W=="function"&&(k=W,W=null);var H=u.test(process.version)?function(oe,we,Z,le){return l(oe,$(oe,we,Z,le))}:function(oe,we,Z,le){return l(oe,we,$(oe,we,Z,le))};return H(P,W,k);function $(ne,oe,we,Z){return function(le,Ee){le&&(le.code==="EMFILE"||le.code==="ENFILE")?Xw([H,[ne,oe,we],le,Z||Date.now(),Date.now()]):(Ee&&Ee.sort&&Ee.sort(),typeof we=="function"&&we.call(this,le,Ee))}}}if(process.version.substr(0,4)==="v0.8"){var h=$kt(t);g=h.ReadStream,w=h.WriteStream}var d=t.ReadStream;d&&(g.prototype=Object.create(d.prototype),g.prototype.open=E);var p=t.WriteStream;p&&(w.prototype=Object.create(p.prototype),w.prototype.open=C),Object.defineProperty(t,"ReadStream",{get:function(){return g},set:function(P){g=P},enumerable:!0,configurable:!0}),Object.defineProperty(t,"WriteStream",{get:function(){return w},set:function(P){w=P},enumerable:!0,configurable:!0});var A=g;Object.defineProperty(t,"FileReadStream",{get:function(){return A},set:function(P){A=P},enumerable:!0,configurable:!0});var y=w;Object.defineProperty(t,"FileWriteStream",{get:function(){return y},set:function(P){y=P},enumerable:!0,configurable:!0});function g(P,W){return this instanceof g?(d.apply(this,arguments),this):g.apply(Object.create(g.prototype),arguments)}function E(){var P=this;M(P.path,P.flags,P.mode,function(W,k){W?(P.autoClose&&P.destroy(),P.emit("error",W)):(P.fd=k,P.emit("open",k),P.read())})}function w(P,W){return this instanceof w?(p.apply(this,arguments),this):w.apply(Object.create(w.prototype),arguments)}function C(){var P=this;M(P.path,P.flags,P.mode,function(W,k){W?(P.destroy(),P.emit("error",W)):(P.fd=k,P.emit("open",k))})}function N(P,W){return new t.ReadStream(P,W)}function q(P,W){return new t.WriteStream(P,W)}var x=t.open;t.open=M;function M(P,W,k,H){return typeof k=="function"&&(H=k,k=null),$(P,W,k,H);function $(ne,oe,we,Z,le){return x(ne,oe,we,function(Ee,Je){Ee&&(Ee.code==="EMFILE"||Ee.code==="ENFILE")?Xw([$,[ne,oe,we,Z],Ee,le||Date.now(),Date.now()]):typeof Z=="function"&&Z.apply(this,arguments)})}}return t}function Xw(t){Sy("ENQUEUE",t[0]
`;super(r),this.name="AggregateError",this.errors=e}};iee.exports={AggregateError:ree,kEmptyObject:Object.freeze({}),once(t){let e=!1;return function(...r){e||(e=!0,t.apply(this,r))}},createDeferredPromise:function(){let t,e;return{promise:new Promise((i,s)=>{t=i,e=s}),resolve:t,reject:e}},promisify(t){return new Promise((e,r)=>{t((i,...s)=>i?r(i):e(...s))})},debuglog(){return function(){}},format(t,...e){return t.replace(/%([sdifj])/g,function(...[r,i]){let s=e.shift();return i==="f"?s.toFixed(6):i==="j"?JSON.stringify(s):i==="s"&&typeof s=="object"?`${s.constructor!==Object?s.constructor.name:""} {}`.trim():s.toString()})},inspect(t){switch(typeof t){case"string":if(t.includes("'"))if(t.includes('"')){if(!t.includes("`")&&!t.includes("${"))return`\`${t}\``}else return`"${t}"`;return`'${t}'`;case"number":return isNaN(t)?"NaN":Object.is(t,-0)?String(t):t;case"bigint":return`${String(t)}n`;case"boolean":case"undefined":return String(t);case"object":return"{}"}},types:{isAsyncFunction(t){return t instanceof Nqt},isArrayBufferView(t){return ArrayBuffer.isView(t)}},isBlob:Dqt,deprecate(t,e){return t},addAbortListener:require("events").addAbortListener||function(e,r){if(e===void 0)throw new ERR_INVALID_ARG_TYPE("signal","AbortSignal",e);iLe(e,"signal"),Oqt(r,"listener");let i;return e.aborted?queueMicrotask(()=>r()):(e.addEventListener("abort",r,{__proto__:null,once:!0,[xqt]:!0}),i=()=>{e.removeEventListener("abort",r)}),{__proto__:null,[_qt](){var s;(s=i)===null||s===void 0||s()}}},AbortSignalAny:Rqt.any||function(e){if(e.length===1)return e[0];let r=new Tqt,i=()=>r.abort();return e.forEach(s=>{iLe(s,"signals"),s.addEventListener("abort",i,{once:!0})}),r.signal.addEventListener("abort",()=>{e.forEach(s=>s.removeEventListener("abort",i))},{once:!0}),r.signal}};iee.exports.promisify.custom=Symbol.for("nodejs.util.promisify.custom")});var xo=m((gHr,oLe)=>{"use strict";var{format:Pqt,inspect:CF,AggregateError:Qqt}=Gn(),kqt=globalThis.AggregateError||Qqt,Lqt=Symbol("kIsNodeError"),Fqt=["string","function","number","object","Function","Object","boolean","bigint","symbol"],Mqt=/^([A-Z][a-z0-9]*)+$/,Uqt="__node_internal_",IF={};function xy(t,e){if(!t)throw new IF.ERR_INTERNAL_ASSERTION(e)}function sLe(t){let e="",r=t.length,i=t[0]==="-"?1:0;for(;r>=i+4;r-=3)e=`_${t.slice(r-3,r)}${e}`;return`${t.slice(0,r)}${e}`}function qqt(t,e,r){if(typeof e=="function")return xy(e.length<=r.length,`Code: ${t}; The provided arguments length (${r.length}) does not match the required ones (${e.length}).`),e(...r);let i=(e.match(/%[dfijoOs]/g)||[]).length;return xy(i===r.length,`Code: ${t}; The provided arguments length (${r.length}) does not match the required ones (${i}).`),r.length===0?e:Pqt(e,...r)}function bn(t,e,r){r||(r=Error);class i extends r{constructor(...n){super(qqt(t,e,n))}toString(){return`${this.name} [${t}]: ${this.message}`}}Object.defineProperties(i.prototype,{name:{value:r.name,writable:!0,enumerable:!1,configurable:!0},toString:{value(){return`${this.name} [${t}]: ${this.message}`},writable:!0,enumerable:!1,configurable:!0}}),i.prototype.code=t,i.prototype[Lqt]=!0,IF[t]=i}function nLe(t){let e=Uqt+t.name;return Object.defineProperty(t,"name",{value:e}),t}function Gqt(t,e){if(t&&e&&t!==e){if(Array.isArray(e.errors))return e.errors.push(t),e;let r=new kqt([e,t],e.message);return r.code=e.code,r}return t||e}var see=class extends Error{constructor(e="The operation was aborted",r=void 0){if(r!==void 0&&typeof r!="object")throw new IF.ERR_INVALID_ARG_TYPE("options","Object",r);super(e,r),this.code="ABORT_ERR",this.name="AbortError"}};bn("ERR_ASSERTION","%s",Error);bn("ERR_INVALID_ARG_TYPE",(t,e,r)=>{xy(typeof t=="string","'name' must be a string"),Array.isArray(e)||(e=[e]);let i="The ";t.endsWith(" argument")?i+=`${t} `:i+=`"${t}" ${t.includes(".")?"property":"argument"} `,i+="must be ";let s=[],n=[],o=[];for(let c of e)xy(typeof c=="string","All expected entries have to be of type string"),Fqt.includes(c)?s.push(c.toLowerCase()):Mqt.test(c)?n.push(c):(xy(c!=="object",'The value "object" should be written as "Object"'),o.push(c));if(n.
`)),e.linkname&&(r+=Pre(" linkpath="+e.linkname+`
`));let i=e.pax;if(i)for(let s in i)r+=Pre(" "+s+"="+i[s]+`
`);return fr.from(r)};qC.decodePax=function(e){let r={};for(;e.length;){let i=0;for(;i<e.length&&e[i]!==32;)i++;let s=parseInt(fr.toString(e.subarray(0,i)),10);if(!s)return r;let n=fr.toString(e.subarray(i+1,s-1)),o=n.indexOf("=");if(o===-1)return r;r[n.slice(0,o)]=n.slice(o+1),e=e.subarray(s)}return r};qC.encode=function(e){let r=fr.alloc(512),i=e.name,s="";if(e.typeflag===5&&i[i.length-1]!=="/"&&(i+="/"),fr.byteLength(i)!==i.length)return null;for(;fr.byteLength(i)>100;){let n=i.indexOf("/");if(n===-1)return null;s+=s?"/"+i.slice(0,n):i.slice(0,n),i=i.slice(n+1)}return fr.byteLength(i)>100||fr.byteLength(s)>155||e.linkname&&fr.byteLength(e.linkname)>100?null:(fr.write(r,i),fr.write(r,Km(e.mode&s$t,6),100),fr.write(r,Km(e.uid,6),108),fr.write(r,Km(e.gid,6),116),f$t(e.size,r,124),fr.write(r,Km(e.mtime.getTime()/1e3|0,11),136),r[156]=ZM+l$t(e.type),e.linkname&&fr.write(r,e.linkname,157),fr.copy(n5e,r,kR),fr.copy(t$t,r,Qre),e.uname&&fr.write(r,e.uname,265),e.gname&&fr.write(r,e.gname,297),fr.write(r,Km(e.devmajor||0,6),329),fr.write(r,Km(e.devminor||0,6),337),s&&fr.write(r,s,345),fr.write(r,Km(a5e(r),6),148),r)};qC.decode=function(e,r,i){let s=e[156]===0?0:e[156]-ZM,n=UC(e,0,100,r),o=Ym(e,100,8),a=Ym(e,108,8),c=Ym(e,116,8),l=Ym(e,124,12),u=Ym(e,136,12),f=c$t(s),h=e[157]===0?null:UC(e,157,100,r),d=UC(e,265,32),p=UC(e,297,32),A=Ym(e,329,8),y=Ym(e,337,8),g=a5e(e);if(g===256)return null;if(g!==Ym(e,148,8))throw new Error("Invalid tar header. Maybe the tar is corrupted or it needs to be gunzipped?");if(n$t(e))e[345]&&(n=UC(e,345,155,r)+"/"+n);else if(!o$t(e)){if(!i)throw new Error("Invalid tar header: unknown format.")}return s===0&&n&&n[n.length-1]==="/"&&(s=5),{name:n,mode:o,uid:a,gid:c,size:l,mtime:new Date(1e3*u),type:f,linkname:h,uname:d,gname:p,devmajor:A,devminor:y,pax:null}};function n$t(t){return fr.equals(n5e,t.subarray(kR,kR+6))}function o$t(t){return fr.equals(r$t,t.subarray(kR,kR+6))&&fr.equals(i$t,t.subarray(Qre,Qre+2))}function a$t(t,e,r){return typeof t!="number"?r:(t=~~t,t>=e?e:t>=0||(t+=e,t>=0)?t:0)}function c$t(t){switch(t){case 0:return"file";case 1:return"link";case 2:return"symlink";case 3:return"character-device";case 4:return"block-device";case 5:return"directory";case 6:return"fifo";case 7:return"contiguous-file";case 72:return"pax-header";case 55:return"pax-global-header";case 27:return"gnu-long-link-path";case 28:case 30:return"gnu-long-path"}return null}function l$t(t){switch(t){case"file":return 0;case"link":return 1;case"symlink":return 2;case"character-device":return 3;case"block-device":return 4;case"directory":return 5;case"fifo":return 6;case"contiguous-file":return 7;case"pax-header":return 72}return 0}function o5e(t,e,r,i){for(;r<i;r++)if(t[r]===e)return r;return i}function a5e(t){let e=256;for(let r=0;r<148;r++)e+=t[r];for(let r=156;r<512;r++)e+=t[r];return e}function Km(t,e){return t=t.toString(8),t.length>e?e$t.slice(0,e)+" ":ZVt.slice(0,e-t.length)+t+" "}function u$t(t,e,r){e[r]=128;for(let i=11;i>0;i--)e[r+i]=t&255,t=Math.floor(t/256)}function f$t(t,e,r){t.toString(8).length>11?u$t(t,e,r):fr.write(e,Km(t,11),r)}function h$t(t){let e;if(t[0]===128)e=!0;else if(t[0]===255)e=!1;else return null;let r=[],i;for(i=t.length-1;i>0;i--){let o=t[i];e?r.push(o):r.push(255-o)}let s=0,n=r.length;for(i=0;i<n;i++)s+=r[i]*Math.pow(256,i);return e?s:-1*s}function Ym(t,e,r){if(t=t.subarray(e,e+r),e=0,t[e]&128)return h$t(t);{for(;e<t.length&&t[e]===32;)e++;let i=a$t(o5e(t,32,e,t.length),t.length,t.length);for(;e<i&&t[e]===0;)e++;return i===e?0:parseInt(fr.toString(t.subarray(e,i)),8)}}function UC(t,e,r,i){return fr.toString(t.subarray(e,o5e(t,0,e,e+r)),i)}function Pre(t){let e=fr.byteLength(t),r=Math.floor(Math.log(e)/Math.log(10))+1;return e+r>=Math.pow(10,r)&&r++,e+r+t}});var h5e=m((Ljr,f5e)=>{var{Writable:d$t,Readable:p$t,getStreamError:c5e}=Ore(),m$t=gre(),l5e=XM(),GC=kre(),A$t=l5e.alloc(0),Fre=class{constructor(){this.buffered=0,this.shifted=0,this.queue=new m$t,this._offset=0}push(e){this.buffered+=e.byteLength,this.queue.push(e)}shiftFirst(e){return this._buffered===0?null:this._next(e)}shift(e){if
`,nexist:"\u2204",nexists:"\u2204",nfr:"\u{1D52B}",Nfr:"\u{1D511}",nge:"\u2271",ngE:"\u2267\u0338",ngeq:"\u2271",ngeqq:"\u2267\u0338",ngeqslant:"\u2A7E\u0338",nges:"\u2A7E\u0338",nGg:"\u22D9\u0338",ngsim:"\u2275",ngt:"\u226F",nGt:"\u226B\u20D2",ngtr:"\u226F",nGtv:"\u226B\u0338",nharr:"\u21AE",nhArr:"\u21CE",nhpar:"\u2AF2",ni:"\u220B",nis:"\u22FC",nisd:"\u22FA",niv:"\u220B",njcy:"\u045A",NJcy:"\u040A",nlarr:"\u219A",nlArr:"\u21CD",nldr:"\u2025",nle:"\u2270",nlE:"\u2266\u0338",nleftarrow:"\u219A",nLeftarrow:"\u21CD",nleftrightarrow:"\u21AE",nLeftrightarrow:"\u21CE",nleq:"\u2270",nleqq:"\u2266\u0338",nleqslant:"\u2A7D\u0338",nles:"\u2A7D\u0338",nless:"\u226E",nLl:"\u22D8\u0338",nlsim:"\u2274",nlt:"\u226E",nLt:"\u226A\u20D2",nltri:"\u22EA",nltrie:"\u22EC",nLtv:"\u226A\u0338",nmid:"\u2224",NoBreak:"\u2060",NonBreakingSpace:"\xA0",nopf:"\u{1D55F}",Nopf:"\u2115",not:"\xAC",Not:"\u2AEC",NotCongruent:"\u2262",NotCupCap:"\u226D",NotDoubleVerticalBar:"\u2226",NotElement:"\u2209",NotEqual:"\u2260",NotEqualTilde:"\u2242\u0338",NotExists:"\u2204",NotGreater:"\u226F",NotGreaterEqual:"\u2271",NotGreaterFullEqual:"\u2267\u0338",NotGreaterGreater:"\u226B\u0338",NotGreaterLess:"\u2279",NotGreaterSlantEqual:"\u2A7E\u0338",NotGreaterTilde:"\u2275",NotHumpDownHump:"\u224E\u0338",NotHumpEqual:"\u224F\u0338",notin:"\u2209",notindot:"\u22F5\u0338",notinE:"\u22F9\u0338",notinva:"\u2209",notinvb:"\u22F7",notinvc:"\u22F6",NotLeftTriangle:"\u22EA",NotLeftTriangleBar:"\u29CF\u0338",NotLeftTriangleEqual:"\u22EC",NotLess:"\u226E",NotLessEqual:"\u2270",NotLessGreater:"\u2278",NotLessLess:"\u226A\u0338",NotLessSlantEqual:"\u2A7D\u0338",NotLessTilde:"\u2274",NotNestedGreaterGreater:"\u2AA2\u0338",NotNestedLessLess:"\u2AA1\u0338",notni:"\u220C",notniva:"\u220C",notnivb:"\u22FE",notnivc:"\u22FD",NotPrecedes:"\u2280",NotPrecedesEqual:"\u2AAF\u0338",NotPrecedesSlantEqual:"\u22E0",NotReverseElement:"\u220C",NotRightTriangle:"\u22EB",NotRightTriangleBar:"\u29D0\u0338",NotRightTriangleEqual:"\u22ED",NotSquareSubset:"\u228F\u0338",NotSquareSubsetEqual:"\u22E2",NotSquareSuperset:"\u2290\u0338",NotSquareSupersetEqual:"\u22E3",NotSubset:"\u2282\u20D2",NotSubsetEqual:"\u2288",NotSucceeds:"\u2281",NotSucceedsEqual:"\u2AB0\u0338",NotSucceedsSlantEqual:"\u22E1",NotSucceedsTilde:"\u227F\u0338",NotSuperset:"\u2283\u20D2",NotSupersetEqual:"\u2289",NotTilde:"\u2241",NotTildeEqual:"\u2244",NotTildeFullEqual:"\u2247",NotTildeTilde:"\u2249",NotVerticalBar:"\u2224",npar:"\u2226",nparallel:"\u2226",nparsl:"\u2AFD\u20E5",npart:"\u2202\u0338",npolint:"\u2A14",npr:"\u2280",nprcue:"\u22E0",npre:"\u2AAF\u0338",nprec:"\u2280",npreceq:"\u2AAF\u0338",nrarr:"\u219B",nrArr:"\u21CF",nrarrc:"\u2933\u0338",nrarrw:"\u219D\u0338",nrightarrow:"\u219B",nRightarrow:"\u21CF",nrtri:"\u22EB",nrtrie:"\u22ED",nsc:"\u2281",nsccue:"\u22E1",nsce:"\u2AB0\u0338",nscr:"\u{1D4C3}",Nscr:"\u{1D4A9}",nshortmid:"\u2224",nshortparallel:"\u2226",nsim:"\u2241",nsime:"\u2244",nsimeq:"\u2244",nsmid:"\u2224",nspar:"\u2226",nsqsube:"\u22E2",nsqsupe:"\u22E3",nsub:"\u2284",nsube:"\u2288",nsubE:"\u2AC5\u0338",nsubset:"\u2282\u20D2",nsubseteq:"\u2288",nsubseteqq:"\u2AC5\u0338",nsucc:"\u2281",nsucceq:"\u2AB0\u0338",nsup:"\u2285",nsupe:"\u2289",nsupE:"\u2AC6\u0338",nsupset:"\u2283\u20D2",nsupseteq:"\u2289",nsupseteqq:"\u2AC6\u0338",ntgl:"\u2279",ntilde:"\xF1",Ntilde:"\xD1",ntlg:"\u2278",ntriangleleft:"\u22EA",ntrianglelefteq:"\u22EC",ntriangleright:"\u22EB",ntrianglerighteq:"\u22ED",nu:"\u03BD",Nu:"\u039D",num:"#",numero:"\u2116",numsp:"\u2007",nvap:"\u224D\u20D2",nvdash:"\u22AC",nvDash:"\u22AD",nVdash:"\u22AE",nVDash:"\u22AF",nvge:"\u2265\u20D2",nvgt:">\u20D2",nvHarr:"\u2904",nvinfin:"\u29DE",nvlArr:"\u2902",nvle:"\u2264\u20D2",nvlt:"<\u20D2",nvltrie:"\u22B4\u20D2",nvrArr:"\u2903",nvrtrie:"\u22B5\u20D2",nvsim:"\u223C\u20D2",nwarhk:"\u2923",nwarr:"\u2196",nwArr:"\u21D6",nwarrow:"\u2196",nwnear:"\u2927",oacute:"\xF3",Oacute:"\xD3",oast:"\u229B",ocir:"\u229A",ocirc:"\xF4",Ocirc:"\xD4",ocy:"\u043E",Ocy:"\u041E",odash:"\u229D",odblac:"\u0151",Odblac:"\u0150",odiv:"\u2A38",odot:"\u2299",odsold:"\u29BC",oelig:"\u0153",OElig:"\u01
`).forEach(r=>{r.match(F7t)||r.match(M7t)||(e+=r)}),Buffer.from(e,"base64")}function q7t(t,e="CERTIFICATE"){let i=t.toString("base64").match(/.{1,64}/g)||"";return[`-----BEGIN ${e}-----`,...i,`-----END ${e}-----`].join(`
`).concat(`
`)}});var UU=m(fA=>{"use strict";Object.defineProperty(fA,"__esModule",{value:!0});fA.SHA2_HASH_ALGOS=fA.RSA_SIGNATURE_ALGOS=fA.ECDSA_SIGNATURE_ALGOS=void 0;fA.ECDSA_SIGNATURE_ALGOS={"1.2.840.10045.4.3.1":"sha224","1.2.840.10045.4.3.2":"sha256","1.2.840.10045.4.3.3":"sha384","1.2.840.10045.4.3.4":"sha512"};fA.RSA_SIGNATURE_ALGOS={"1.2.840.113549.1.1.14":"sha224","1.2.840.113549.1.1.11":"sha256","1.2.840.113549.1.1.12":"sha384","1.2.840.113549.1.1.13":"sha512"};fA.SHA2_HASH_ALGOS={"2.16.840.1.101.3.4.2.1":"sha256","2.16.840.1.101.3.4.2.2":"sha384","2.16.840.1.101.3.4.2.3":"sha512"}});var Lie=m(qU=>{"use strict";Object.defineProperty(qU,"__esModule",{value:!0});qU.RFC3161TimestampVerificationError=void 0;var kie=class extends Error{};qU.RFC3161TimestampVerificationError=kie});var vHe=m(ch=>{"use strict";var G7t=ch&&ch.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),H7t=ch&&ch.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),j7t=ch&&ch.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var i=[];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(i[i.length]=s);return i},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i=t(e),s=0;s<i.length;s++)i[s]!=="default"&&G7t(r,e,i[s]);return H7t(r,e),r}})();Object.defineProperty(ch,"__esModule",{value:!0});ch.TSTInfo=void 0;var BHe=j7t(sI()),z7t=UU(),V7t=Lie(),Fie=class{root;constructor(e){this.root=e}get version(){return this.root.subs[0].toInteger()}get genTime(){return this.root.subs[4].toDate()}get messageImprintHashAlgorithm(){let e=this.messageImprintObj.subs[0].subs[0].toOID();return z7t.SHA2_HASH_ALGOS[e]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(e){let r=BHe.digest(this.messageImprintHashAlgorithm,e);if(!BHe.bufferEqual(r,this.messageImprintHashedMessage))throw new V7t.RFC3161TimestampVerificationError("message imprint does not match artifact")}get messageImprintObj(){return this.root.subs[2]}};ch.TSTInfo=Fie});var _He=m(lh=>{"use strict";var $7t=lh&&lh.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),W7t=lh&&lh.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),J7t=lh&&lh.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var i=[];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(i[i.length]=s);return i},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i=t(e),s=0;s<i.length;s++)i[s]!=="default"&&$7t(r,e,i[s]);return W7t(r,e),r}})();Object.defineProperty(lh,"__esModule",{value:!0});lh.RFC3161Timestamp=void 0;var Y7t=LU(),Mie=J7t(sI()),xHe=UU(),ZR=Lie(),K7t=vHe(),X7t="1.2.840.113549.1.7.2",Z7t="1.2.840.113549.1.9.16.1.4",eKt="1.2.840.113549.1.9.4",Uie=class t{root;constructor(e){this.root=e}static parse(e){let r=Y7t.ASN1Obj.parseBuffer(e);return new t(r)}get status(){return this.pkiStatusInfoObj.subs[0].toInteger()}get contentType(){return this.contentTypeObj.toOID()}get eContentType(){return this.eContentTypeObj.toOID()}get signingTime(){return this.tstInfo.genTime}get signerIssuer(){return this.signerSidObj.subs[0].value}get signerSerialNumber(){return this.signerSidObj.subs[1].value}get signerDigestAlgorithm(){let e=this.signerDigestAlgorithmObj.subs[0].toOID();return xHe.SHA2_HASH_ALGOS[e]}get signatureAlgorithm(){let e=this.signatureAlgorithmObj.subs[0].toOID();r
\v\f\r\x1B !"#$\u066A&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~\x7F\xB0\xB7\u2219\u221A\u2592\u2500\u2502\u253C\u2524\u252C\u251C\u2534\u2510\u250C\u2514\u2518\u03B2\u221E\u03C6\xB1\xBD\xBC\u2248\xAB\xBB\uFEF7\uFEF8\uFFFD\uFFFD\uFEFB\uFEFC\uFFFD\xA0\xAD\uFE82\xA3\xA4\uFE84\uFFFD\uFFFD\uFE8E\uFE8F\uFE95\uFE99\u060C\uFE9D\uFEA1\uFEA5\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\uFED1\u061B\uFEB1\uFEB5\uFEB9\u061F\xA2\uFE80\uFE81\uFE83\uFE85\uFECA\uFE8B\uFE8D\uFE91\uFE93\uFE97\uFE9B\uFE9F\uFEA3\uFEA7\uFEA9\uFEAB\uFEAD\uFEAF\uFEB3\uFEB7\uFEBB\uFEBF\uFEC1\uFEC5\uFECB\uFECF\xA6\xAC\xF7\xD7\uFEC9\u0640\uFED3\uFED7\uFEDB\uFEDF\uFEE3\uFEE7\uFEEB\uFEED\uFEEF\uFEF3\uFEBD\uFECC\uFECE\uFECD\uFEE1\uFE7D\u0651\uFEE5\uFEE9\uFEEC\uFEF0\uFEF2\uFED0\uFED5\uFEF5\uFEF6\uFEDD\uFED9\uFEF1\u25A0\uFFFD`},ibm864:"cp864",csibm864:"cp864",cp865:{type:"_sbcs",chars:"\xC7\xFC\xE9\xE2\xE4\xE0\xE5\xE7\xEA\xEB\xE8\xEF\xEE\xEC\xC4\xC5\xC9\xE6\xC6\xF4\xF6\xF2\xFB\xF9\xFF\xD6\xDC\xF8\xA3\xD8\u20A7\u0192\xE1\xED\xF3\xFA\xF1\xD1\xAA\xBA\xBF\u2310\xAC\xBD\xBC\xA1\xAB\xA4\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255D\u255C\u255B\u2510\u2514\u2534\u252C\u251C\u2500\u253C\u255E\u255F\u255A\u2554\u2569\u2566\u2560\u2550\u256C\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256B\u256A\u2518\u250C\u2588\u2584\u258C\u2590\u2580\u03B1\xDF\u0393\u03C0\u03A3\u03C3\xB5\u03C4\u03A6\u0398\u03A9\u03B4\u221E\u03C6\u03B5\u2229\u2261\xB1\u2265\u2264\u2320\u2321\xF7\u2248\xB0\u2219\xB7\u221A\u207F\xB2\u25A0\xA0"},ibm865:"cp865",csibm865:"cp865",cp866:{type:"_sbcs",chars:"\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041A\u041B\u041C\u041D\u041E\u041F\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042A\u042B\u042C\u042D\u042E\u042F\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043A\u043B\u043C\u043D\u043E\u043F\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255D\u255C\u255B\u2510\u2514\u2534\u252C\u251C\u2500\u253C\u255E\u255F\u255A\u2554\u2569\u2566\u2560\u2550\u256C\u2567\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256B\u256A\u2518\u250C\u2588\u2584\u258C\u2590\u2580\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044A\u044B\u044C\u044D\u044E\u044F\u0401\u0451\u0404\u0454\u0407\u0457\u040E\u045E\xB0\u2219\xB7\u221A\u2116\xA4\u25A0\xA0"},ibm866:"cp866",csibm866:"cp866",cp869:{type:"_sbcs",chars:"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u0386\uFFFD\xB7\xAC\xA6\u2018\u2019\u0388\u2015\u0389\u038A\u03AA\u038C\uFFFD\uFFFD\u038E\u03AB\xA9\u038F\xB2\xB3\u03AC\xA3\u03AD\u03AE\u03AF\u03CA\u0390\u03CC\u03CD\u0391\u0392\u0393\u0394\u0395\u0396\u0397\xBD\u0398\u0399\xAB\xBB\u2591\u2592\u2593\u2502\u2524\u039A\u039B\u039C\u039D\u2563\u2551\u2557\u255D\u039E\u039F\u2510\u2514\u2534\u252C\u251C\u2500\u253C\u03A0\u03A1\u255A\u2554\u2569\u2566\u2560\u2550\u256C\u03A3\u03A4\u03A5\u03A6\u03A7\u03A8\u03A9\u03B1\u03B2\u03B3\u2518\u250C\u2588\u2584\u03B4\u03B5\u2580\u03B6\u03B7\u03B8\u03B9\u03BA\u03BB\u03BC\u03BD\u03BE\u03BF\u03C0\u03C1\u03C3\u03C2\u03C4\u0384\xAD\xB1\u03C5\u03C6\u03C7\xA7\u03C8\u0385\xB0\xA8\u03C9\u03CB\u03B0\u03CE\u25A0\xA0"},ibm869:"cp869",csibm869:"cp869",cp922:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8A\x8B\x8C\x8D\x8E\x8F\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9A\x9B\x9C\x9D\x9E\x9F\xA0\xA1\xA2\xA3\xA4\xA5\xA6\xA7\xA8\xA9\xAA\xAB\xAC\xAD\xAE\u203E\xB0\xB1\xB2\xB3\xB4\xB5\xB6\xB7\xB8\xB9\xBA\xBB\xBC\xBD\xBE\xBF\xC0\xC1\xC2\xC3\xC4\xC5\xC6\xC7\xC8\xC9\xCA\xCB\xCC\xCD\xCE\xCF\u0160\xD1\xD2\xD3\xD4\xD5\xD6\xD7\xD8\xD9\xDA\xDB\xDC\xDD\u017D\xDF\xE0\xE1\xE2\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEA\xEB\xEC\xED\xEE\xEF\u0161\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA\xFB\xFC\xFD\u017E\xFF"},ibm922:"cp922",csibm922:"cp922",cp1046:{type:"_sbcs",chars:"\uFE88\xD7\xF7\uF8F6\uF8F5\uF8F4\uF8F7\uFE71\x88\u25A0\u2502\u2500\u2510\u250C\u2514\u2518\uFE79\uFE7B\uFE7D\uFE7F\uFE77\uFE8A\uFEF0\uFEF3\uFEF2\uFECE\uFECF\uFED0\uFEF6\uFEF8\uFEFA\uFEFC\xA0\uF8FA\uF8F9\uF8F8\xA4\uF8FB\uFE8B\uFE91\uFE9
\v\f\r\u1EE8\u1EF0\u1EF2\u1EF6\u1EF8\xDD\u1EF4\x1B !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~\x7F\xC0\u1EA2\xC3\xC1\u1EA0\u1EB6\u1EAC\xC8\u1EBA\u1EBC\xC9\u1EB8\u1EC6\xCC\u1EC8\u0128\xCD\u1ECA\xD2\u1ECE\xD5\xD3\u1ECC\u1ED8\u1EDC\u1EDE\u1EE0\u1EDA\u1EE2\xD9\u1EE6\u0168\xA0\u0102\xC2\xCA\xD4\u01A0\u01AF\u0110\u0103\xE2\xEA\xF4\u01A1\u01B0\u0111\u1EB0\u0300\u0309\u0303\u0301\u0323\xE0\u1EA3\xE3\xE1\u1EA1\u1EB2\u1EB1\u1EB3\u1EB5\u1EAF\u1EB4\u1EAE\u1EA6\u1EA8\u1EAA\u1EA4\u1EC0\u1EB7\u1EA7\u1EA9\u1EAB\u1EA5\u1EAD\xE8\u1EC2\u1EBB\u1EBD\xE9\u1EB9\u1EC1\u1EC3\u1EC5\u1EBF\u1EC7\xEC\u1EC9\u1EC4\u1EBE\u1ED2\u0129\xED\u1ECB\xF2\u1ED4\u1ECF\xF5\xF3\u1ECD\u1ED3\u1ED5\u1ED7\u1ED1\u1ED9\u1EDD\u1EDF\u1EE1\u1EDB\u1EE3\xF9\u1ED6\u1EE7\u0169\xFA\u1EE5\u1EEB\u1EED\u1EEF\u1EE9\u1EF1\u1EF3\u1EF7\u1EF9\xFD\u1EF5\u1ED0`},georgianacademy:{type:"_sbcs",chars:"\x80\x81\u201A\u0192\u201E\u2026\u2020\u2021\u02C6\u2030\u0160\u2039\u0152\x8D\x8E\x8F\x90\u2018\u2019\u201C\u201D\u2022\u2013\u2014\u02DC\u2122\u0161\u203A\u0153\x9D\x9E\u0178\xA0\xA1\xA2\xA3\xA4\xA5\xA6\xA7\xA8\xA9\xAA\xAB\xAC\xAD\xAE\xAF\xB0\xB1\xB2\xB3\xB4\xB5\xB6\xB7\xB8\xB9\xBA\xBB\xBC\xBD\xBE\xBF\u10D0\u10D1\u10D2\u10D3\u10D4\u10D5\u10D6\u10D7\u10D8\u10D9\u10DA\u10DB\u10DC\u10DD\u10DE\u10DF\u10E0\u10E1\u10E2\u10E3\u10E4\u10E5\u10E6\u10E7\u10E8\u10E9\u10EA\u10EB\u10EC\u10ED\u10EE\u10EF\u10F0\u10F1\u10F2\u10F3\u10F4\u10F5\u10F6\xE7\xE8\xE9\xEA\xEB\xEC\xED\xEE\xEF\xF0\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA\xFB\xFC\xFD\xFE\xFF"},georgianps:{type:"_sbcs",chars:"\x80\x81\u201A\u0192\u201E\u2026\u2020\u2021\u02C6\u2030\u0160\u2039\u0152\x8D\x8E\x8F\x90\u2018\u2019\u201C\u201D\u2022\u2013\u2014\u02DC\u2122\u0161\u203A\u0153\x9D\x9E\u0178\xA0\xA1\xA2\xA3\xA4\xA5\xA6\xA7\xA8\xA9\xAA\xAB\xAC\xAD\xAE\xAF\xB0\xB1\xB2\xB3\xB4\xB5\xB6\xB7\xB8\xB9\xBA\xBB\xBC\xBD\xBE\xBF\u10D0\u10D1\u10D2\u10D3\u10D4\u10D5\u10D6\u10F1\u10D7\u10D8\u10D9\u10DA\u10DB\u10DC\u10F2\u10DD\u10DE\u10DF\u10E0\u10E1\u10E2\u10F3\u10E3\u10E4\u10E5\u10E6\u10E7\u10E8\u10E9\u10EA\u10EB\u10EC\u10ED\u10EE\u10F4\u10EF\u10F0\u10F5\xE6\xE7\xE8\xE9\xEA\xEB\xEC\xED\xEE\xEF\xF0\xF1\xF2\xF3\xF4\xF5\xF6\xF7\xF8\xF9\xFA\xFB\xFC\xFD\xFE\xFF"},pt154:{type:"_sbcs",chars:"\u0496\u0492\u04EE\u0493\u201E\u2026\u04B6\u04AE\u04B2\u04AF\u04A0\u04E2\u04A2\u049A\u04BA\u04B8\u0497\u2018\u2019\u201C\u201D\u2022\u2013\u2014\u04B3\u04B7\u04A1\u04E3\u04A3\u049B\u04BB\u04B9\xA0\u040E\u045E\u0408\u04E8\u0498\u04B0\xA7\u0401\xA9\u04D8\xAB\xAC\u04EF\xAE\u049C\xB0\u04B1\u0406\u0456\u0499\u04E9\xB6\xB7\u0451\u2116\u04D9\xBB\u0458\u04AA\u04AB\u049D\u0410\u0411\u0412\u0413\u0414\u0415\u0416\u0417\u0418\u0419\u041A\u041B\u041C\u041D\u041E\u041F\u0420\u0421\u0422\u0423\u0424\u0425\u0426\u0427\u0428\u0429\u042A\u042B\u042C\u042D\u042E\u042F\u0430\u0431\u0432\u0433\u0434\u0435\u0436\u0437\u0438\u0439\u043A\u043B\u043C\u043D\u043E\u043F\u0440\u0441\u0442\u0443\u0444\u0445\u0446\u0447\u0448\u0449\u044A\u044B\u044C\u044D\u044E\u044F"},viscii:{type:"_sbcs",chars:`\0\u1EB2\u1EB4\u1EAA\x07\b
\v\f\r\u1EF6\u1EF8\x1B\u1EF4 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}~\x7F\u1EA0\u1EAE\u1EB0\u1EB6\u1EA4\u1EA6\u1EA8\u1EAC\u1EBC\u1EB8\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EE2\u1EDA\u1EDC\u1EDE\u1ECA\u1ECE\u1ECC\u1EC8\u1EE6\u0168\u1EE4\u1EF2\xD5\u1EAF\u1EB1\u1EB7\u1EA5\u1EA7\u1EA9\u1EAD\u1EBD\u1EB9\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1ED1\u1ED3\u1ED5\u1ED7\u1EE0\u01A0\u1ED9\u1EDD\u1EDF\u1ECB\u1EF0\u1EE8\u1EEA\u1EEC\u01A1\u1EDB\u01AF\xC0\xC1\xC2\xC3\u1EA2\u0102\u1EB3\u1EB5\xC8\xC9\xCA\u1EBA\xCC\xCD\u0128\u1EF3\u0110\u1EE9\xD2\xD3\xD4\u1EA1\u1EF7\u1EEB\u1EED\xD9\xDA\u1EF9\u1EF5\xDD\u1EE1\u01B0\xE0\xE1\xE2\xE3\u1EA3\u0103\u1EEF\u1EAB\xE8\xE9\xEA\u1EBB\xEC\xED\u0129\u1EC9\u0111\u1EF1\xF2\xF3\xF4\xF5\u1ECF\u1ECD\u1EE5\xF9\xFA\u0169\u1EE7\xFD\u1EE3\u1EEE`},iso646cn:{type:"_sbcs",chars:`\0\x07\b
\v\f\r\x1B !"#\xA5%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_\`abcdefghijklmnopqrstuvwxyz{|}\u203E\x7F\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD`},iso646jp:{type:"_sbcs",chars:`\0\x07\b
\v\f\r\x1B !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\xA5]^_\`abcdefghijklmnopqrstuvwxyz{|}\u203E\x7F\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD`},hproman8:{type:"_sbcs",chars:"\x80\x81\x82\x83\x84\x85\x86\x87\x88\x89\x8A\x8B\x8C\x8D\x8E\x8F\x90\x91\x92\x93\x94\x95\x96\x97\x98\x99\x9A\x9B\x9C\x9D\x9E\x9F\xA0\xC0\xC2\xC8\xCA\xCB\xCE\xCF\xB4\u02CB\u02C6\xA8\u02DC\xD9\xDB\u20A4\xAF\xDD\xFD\xB0\xC7\xE7\xD1\xF1\xA1\xBF\xA4\xA3\xA5\xA7\u0192\xA2\xE2\xEA\xF4\xFB\xE1\xE9\xF3\xFA\xE0\xE8\xF2\xF9\xE4\xEB\xF6\xFC\xC5\xEE\xD8\xC6\xE5\xED\xF8\xE6\xC4\xEC\xD6\xDC\xC9\xEF\xDF\xD4\xC1\xC3\xE3\xD0\xF0\xCD\xCC\xD3\xD2\xD5\xF5\u0160\u0161\xDA\u0178\xFF\xDE\xFE\xB7\xB5\xB6\xBE\u2014\xBC\xBD\xAA\xBA\xAB\u25A0\xBB\xB1\uFFFD"},macintosh:{type:"_sbcs",chars:"\xC4\xC5\xC7\xC9\xD1\xD6\xDC\xE1\xE0\xE2\xE4\xE3\xE5\xE7\xE9\xE8\xEA\xEB\xED\xEC\xEE\xEF\xF1\xF3\xF2\xF4\xF6\xF5\xFA\xF9\xFB\xFC\u2020\xB0\xA2\xA3\xA7\u2022\xB6\xDF\xAE\xA9\u2122\xB4\xA8\u2260\xC6\xD8\u221E\xB1\u2264\u2265\xA5\xB5\u2202\u2211\u220F\u03C0\u222B\xAA\xBA\u2126\xE6\xF8\xBF\xA1\xAC\u221A\u0192\u2248\u2206\xAB\xBB\u2026\xA0\xC0\xC3\xD5\u0152\u0153\u2013\u2014\u201C\u201D\u2018\u2019\xF7\u25CA\xFF\u0178\u2044\xA4\u2039\u203A\uFB01\uFB02\u2021\xB7\u201A\u201E\u2030\xC2\xCA\xC1\xCB\xC8\xCD\xCE\xCF\xCC\xD3\xD4\uFFFD\xD2\xDA\xDB\xD9\u0131\u02C6\u02DC\xAF\u02D8\u02D9\u02DA\xB8\u02DD\u02DB\u02C7"},ascii:{type:"_sbcs",chars:"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD"},tis620:{type:"_sbcs",chars:"\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u0E01\u0E02\u0E03\u0E04\u0E05\u0E06\u0E07\u0E08\u0E09\u0E0A\u0E0B\u0E0C\u0E0D\u0E0E\u0E0F\u0E10\u0E11\u0E12\u0E13\u0E14\u0E15\u0E16\u0E17\u0E18\u0E19\u0E1A\u0E1B\u0E1C\u0E1D\u0E1E\u0E1F\u0E20\u0E21\u0E22\u0E23\u0E24\u0E25\u0E26\u0E27\u0E28\u0E29\u0E2A\u0E2B\u0E2C\u0E2D\u0E2E\u0E2F\u0E30\u0E31\u0E32\u0E33\u0E34\u0E35\u0E36\u0E37\u0E38\u0E39\u0E3A\uFFFD\uFFFD\uFFFD\uFFFD\u0E3F\u0E40\u0E41\u0E42\u0E43\u0E44\u0E45\u0E46\u0E47\u0E48\u0E49\u0E4A\u0E4B\u0E4C\u0E4D\u0E4E\u0E4F\u0E50\u0E51\u0E52\u0E53\u0E54\u0E55\u0E56\u0E57\u0E58\u0E59\u0E5A\u0E5B\uFFFD\uFFFD\uFFFD\uFFFD"}}});var G6e=m(q6e=>{"use strict";var _ne=ip().Buffer;q6e._dbcs=np;var Sn=-1,U6e=-2,wl=-10,Go=-1e3,yI=new Array(256),yT=-1;for(vq=0;vq<256;vq++)yI[vq]=Sn;var vq;function np(t,e){if(this.encodingName=t.encodingName,!t)throw new Error("DBCS codec is called without the data.");if(!t.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var r=t.table();this.decodeTables=[
Wanted: ${this.expectedSize}
Found: ${this.size}`);i.code="EBADSIZE",i.found=this.size,i.expected=this.expectedSize,i.sri=this.sri,this.emit("error",i)}else if(this.sri&&!r){let i=new Error(`${this.sri} integrity checksum failed when using ${this.algorithm}: wanted ${this.digests} but got ${e}. (${this.size} bytes)`);i.code="EINTEGRITY",i.found=e,i.expected=this.digests,i.algorithm=this.algorithm,i.sri=this.sri,this.emit("error",i)}else this.#t=this.size,this.emit("size",this.size),this.#e=e,this.emit("integrity",e),r&&(this.#i=r,this.emit("verified",r))}},up=class{get isHash(){return!0}constructor(e,r){let i=r?.strict;this.source=e.trim(),this.digest="",this.algorithm="",this.options=[];let s=this.source.match(i?her:fer);if(!s||i&&!Xne.includes(s[1])||!Wje.includes(s[1]))return;this.algorithm=s[1],this.digest=s[2];let n=s[3];n&&(this.options=n.slice(1).split("?"))}hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}match(e,r){let i=gc(e,r);if(!i)return!1;if(i.isIntegrity){let s=i.pickAlgorithm(r,[this.algorithm]);if(!s)return!1;let n=i[s].find(o=>o.digest===this.digest);return n||!1}return i.digest===this.digest?i:!1}toString(e){return e?.strict&&!(Xne.includes(this.algorithm)&&this.digest.match(uer)&&this.options.every(r=>r.match(der)))?"":`${this.algorithm}-${this.digest}${vT(this.options)}`}};function $je(t,e,r,i){let s=t!=="",n=!1,o="",a=i.length-1;for(let l=0;l<a;l++){let u=up.prototype.toString.call(i[l],r);u&&(n=!0,o+=u,o+=e)}let c=up.prototype.toString.call(i[a],r);return c&&(n=!0,o+=c),s&&n?t+e+o:t+o}var wE=class{get isIntegrity(){return!0}toJSON(){return this.toString()}isEmpty(){return Object.keys(this).length===0}toString(e){let r=e?.sep||" ",i="";if(e?.strict){r=r.replace(/\S+/g," ");for(let s of Xne)this[s]&&(i=$je(i,r,e,this[s]))}else for(let s of Object.keys(this))i=$je(i,r,e,this[s]);return i}concat(e,r){let i=typeof e=="string"?e:ST(e,r);return gc(`${this.toString(r)} ${i}`,r)}hexDigest(){return gc(this,{single:!0}).hexDigest()}merge(e,r){let i=gc(e,r);for(let s in i)if(this[s]){if(!this[s].find(n=>i[s].find(o=>n.digest===o.digest)))throw new Error("hashes do not match, cannot update integrity")}else this[s]=i[s]}match(e,r){let i=gc(e,r);if(!i)return!1;let s=i.pickAlgorithm(r,Object.keys(this));return!!s&&this[s].find(n=>i[s].find(o=>n.digest===o.digest))||!1}pickAlgorithm(e,r){let i=e?.pickAlgorithm||ber,s=Object.keys(this);return r?.length&&(s=s.filter(n=>r.includes(n))),s.length?s.reduce((n,o)=>i(n,o)||n):null}};Eh.exports.parse=gc;function gc(t,e){if(!t)return null;if(typeof t=="string")return Kne(t,e);if(t.algorithm&&t.digest){let r=new wE;return r[t.algorithm]=[t],Kne(ST(r,e),e)}else return Kne(ST(t,e),e)}function Kne(t,e){if(e?.single)return new up(t,e);let r=t.trim().split(/\s+/).reduce((i,s)=>{let n=new up(s,e);if(n.algorithm&&n.digest){let o=n.algorithm;Object.keys(i).includes(o)||(i[o]=[]),i[o].push(n)}return i},new wE);return r.isEmpty()?null:r}Eh.exports.stringify=ST;function ST(t,e){return t.algorithm&&t.digest?up.prototype.toString.call(t,e):typeof t=="string"?ST(gc(t,e),e):wE.prototype.toString.call(t,e)}Eh.exports.fromHex=per;function per(t,e,r){let i=vT(r?.options);return gc(`${e}-${Buffer.from(t,"hex").toString("base64")}${i}`,r)}Eh.exports.fromData=mer;function mer(t,e){let r=e?.algorithms||[...eoe],i=vT(e?.options);return r.reduce((s,n)=>{let o=BT.createHash(n).update(t).digest("base64"),a=new up(`${n}-${o}${i}`,e);if(a.algorithm&&a.digest){let c=a.algorithm;s[c]||(s[c]=[]),s[c].push(a)}return s},new wE)}Eh.exports.fromStream=Aer;function Aer(t,e){let r=toe(e);return new Promise((i,s)=>{t.pipe(r),t.on("error",s),r.on("error",s);let n;r.on("integrity",o=>{n=o}),r.on("end",()=>i(n)),r.resume()})}Eh.exports.checkData=ger;function ger(t,e,r){if(e=gc(e,r),!e||!Object.keys(e).length){if(r?.error)throw Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"});return!1}let i=e.pickAlgorithm(r),s=BT.createHash(i).update(t).digest("base64"),n=gc({algorithm:i,digest:s}),o=n.match(e,r);if(r=r||{},o||!r.error)return o;if(typeo
Wanted: ${r.size}
Found: ${t.length}`);throw a.code="EBADSIZE",a.found=t.length,a.expected=r.size,a.sri=e,a}else{let a=new Error(`Integrity checksum failed when using ${i}: Wanted ${e}, but got ${n}. (${t.length} bytes)`);throw a.code="EINTEGRITY",a.found=n,a.expected=e,a.algorithm=i,a.sri=e,a}}Eh.exports.checkStream=yer;function yer(t,e,r){if(r=r||Object.create(null),r.integrity=e,e=gc(e,r),!e||!Object.keys(e).length)return Promise.reject(Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"}));let i=toe(r);return new Promise((s,n)=>{t.pipe(i),t.on("error",n),i.on("error",n);let o;i.on("verified",a=>{o=a}),i.on("end",()=>s(o)),i.resume()})}Eh.exports.integrityStream=toe;function toe(t=Object.create(null)){return new Zne(t)}Eh.exports.create=Eer;function Eer(t){let e=t?.algorithms||[...eoe],r=vT(t?.options),i=e.map(BT.createHash);return{update:function(s,n){return i.forEach(o=>o.update(s,n)),this},digest:function(){return e.reduce((n,o)=>{let a=i.shift().digest("base64"),c=new up(`${o}-${a}${r}`,t);return n[c.algorithm]||(n[c.algorithm]=[]),n[c.algorithm].push(c),n},new wE)}}}function ber(t,e){return Vje.indexOf(t.toLowerCase())>=Vje.indexOf(e.toLowerCase())?t:e}});var ioe=m((Z$r,Zje)=>{var Jje=jne(),Yje=Yne(),wer=bh(),Kje={shared:!1,ignoreCargoCult:!0},Cer={status:200,headers:{}},wI=t=>{let e={method:t.method,url:t.url,headers:{},compress:t.compress};return t.headers.forEach((r,i)=>{e.headers[i]=r}),e},Xje=t=>{let e={status:t.status,headers:{}};return t.headers.forEach((r,i)=>{e.headers[i]=r}),e},roe=class{constructor({entry:e,request:r,response:i,options:s}){this.entry=e,this.request=wI(r),this.response=Xje(i),this.options=s,this.policy=new Jje(this.request,this.response,Kje),this.entry&&(this.policy._responseTime=this.entry.metadata.time)}static storable(e,r){return!r.cachePath||r.cache==="no-store"||!["GET","HEAD"].includes(e.method)?!1:new Jje(wI(e),Cer,Kje).storable()}satisfies(e){let r=wI(e);if(this.request.headers.host!==r.headers.host||this.request.compress!==r.compress)return!1;let i=new Yje(this.request),s=new Yje(r);return JSON.stringify(i.mediaTypes())!==JSON.stringify(s.mediaTypes())||JSON.stringify(i.languages())!==JSON.stringify(s.languages())||JSON.stringify(i.encodings())!==JSON.stringify(s.encodings())?!1:this.options.integrity?wer.parse(this.options.integrity).match(this.entry.integrity):!0}storable(){return this.policy.storable()}get mustRevalidate(){return!!this.policy._rescc["must-revalidate"]}needsRevalidation(e){let r=wI(e);return r.method="GET",!this.policy.satisfiesWithoutRevalidation(r)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(e){let r=wI(e);return this.policy.revalidationHeaders(r)}revalidated(e,r){let i=wI(e),s=Xje(r);return!this.policy.revalidatedPolicy(i,s).modified}};Zje.exports=roe});var tze=m((eWr,eze)=>{var soe=class extends Error{constructor(e){super(`request to ${e} failed: cache mode is 'only-if-cached' but no cached response is available.`),this.code="ENOTCACHED"}};eze.exports={NotCachedError:soe}});var fze=m((tWr,uze)=>{"use strict";var rze=typeof process=="object"&&process?process:{stdout:null,stderr:null},Ier=require("events"),ize=require("stream"),sze=require("string_decoder").StringDecoder,fp=Symbol("EOF"),hp=Symbol("maybeEmitEnd"),EA=Symbol("emittedEnd"),Mq=Symbol("emittingEnd"),xT=Symbol("emittedError"),Uq=Symbol("closed"),nze=Symbol("read"),qq=Symbol("flush"),oze=Symbol("flushChunk"),ba=Symbol("encoding"),dp=Symbol("decoder"),Gq=Symbol("flowing"),_T=Symbol("paused"),CI=Symbol("resume"),an=Symbol("bufferLength"),noe=Symbol("bufferPush"),ooe=Symbol("bufferShift"),eo=Symbol("objectMode"),to=Symbol("destroyed"),aoe=Symbol("emitData"),aze=Symbol("emitEnd"),coe=Symbol("emitEnd2"),pp=Symbol("async"),RT=t=>Promise.resolve().then(t),cze=global._MP_NO_ITERATOR_SYMBOLS_!=="1",Ser=cze&&Symbol.asyncIterator||Symbol("asyncIterator not implemented"),Ber=cze&&Symbol.iterator||Symbol("iterator not implemented"),ver=t=>t==="end"||t==="finish"||t==="prefinish",xer=t=>t instanceof ArrayBuffer||typeof t=="object"&&t.constructor&&t.constructo
`+o.map(h=>{let d=JSON.stringify(h);return`${p3(d)} ${d}`}).join(`
`),c=async()=>{let h=nnr(Ch.join(t,"tmp"),i.tmpPrefix);return await sae(Ch.dirname(h),{recursive:!0}),{target:h,moved:!1}},l=async h=>{if(!h.moved)return w$e(h.target,{recursive:!0,force:!0})},u=async h=>{await rnr(h.target,a,{flag:"wx"}),await sae(Ch.dirname(s),{recursive:!0}),await lnr(h.target,s),h.moved=!0},f=await c();try{await u(f)}finally{await l(f)}return o.reverse().map(h=>m3(t,h,!0))}Ec.exports.insert=C$e;async function C$e(t,e,r,i={}){let{metadata:s,size:n,time:o}=i,a=VT(t,e),c={key:e,integrity:r&&snr.stringify(r),time:o||Date.now(),size:n,metadata:s};try{await sae(Ch.dirname(a),{recursive:!0});let l=JSON.stringify(c);await Zsr(a,`
${p3(l)} ${l}`)}catch(l){if(l.code==="ENOENT")return;throw l}return m3(t,c)}Ec.exports.find=fnr;async function fnr(t,e){let r=VT(t,e);try{return(await d3(r)).reduce((s,n)=>n&&n.key===e?m3(t,n):s,null)}catch(i){if(i.code==="ENOENT")return null;throw i}}Ec.exports.delete=hnr;function hnr(t,e,r={}){if(!r.removeFully)return C$e(t,e,null,r);let i=VT(t,e);return w$e(i,{recursive:!0,force:!0})}Ec.exports.lsStream=I$e;function I$e(t){let e=nae(t),r=new inr({objectMode:!0});return Promise.resolve().then(async()=>{let{default:i}=await Promise.resolve().then(()=>(h3(),f3)),s=await iae(e);return await i(s,async n=>{let o=Ch.join(e,n),a=await iae(o);await i(a,async c=>{let l=Ch.join(o,c),u=await iae(l);await i(u,async f=>{let h=Ch.join(l,f);try{let p=(await d3(h)).reduce((A,y)=>(A.set(y.key,y),A),new Map);for(let A of p.values()){let y=m3(t,A);y&&r.write(y)}}catch(d){if(d.code==="ENOENT")return;throw d}},{concurrency:rae})},{concurrency:rae})},{concurrency:rae}),r.end(),r}).catch(i=>r.emit("error",i)),r}Ec.exports.ls=dnr;async function dnr(t){return(await I$e(t).collect()).reduce((r,i)=>(r[i.key]=i,r),{})}Ec.exports.bucketEntries=d3;async function d3(t,e){let r=await enr(t,"utf8");return pnr(r,e)}function pnr(t){let e=[];return t.split(`
`).forEach(r=>{if(!r)return;let i=r.split(" ");if(!i[1]||p3(i[1])!==i[0])return;let s;try{s=JSON.parse(i[1])}catch{}s&&e.push(s)}),e}Ec.exports.bucketDir=nae;function nae(t){return Ch.join(t,`index-v${cnr}`)}Ec.exports.bucketPath=VT;function VT(t,e){let r=S$e(e);return Ch.join.apply(Ch,[nae(t)].concat(anr(r)))}Ec.exports.hashKey=S$e;function S$e(t){return B$e(t,"sha256")}Ec.exports.hashEntry=p3;function p3(t){return B$e(t,"sha1")}function B$e(t,e){return Xsr.createHash(e).update(t).digest("hex")}function m3(t,e,r){return!e.integrity&&!r?null:{key:e.key,integrity:e.integrity,path:e.integrity?onr(t,e.integrity):void 0,size:e.size,time:e.time,metadata:e.metadata}}function iae(t){return tnr(t).catch(e=>{if(e.code==="ENOENT"||e.code==="ENOTDIR")return[];throw e})}});var WT=m(y3=>{"use strict";Object.defineProperty(y3,"__esModule",{value:!0});y3.LRUCache=void 0;var mnr=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,x$e=new Set,oae=typeof process=="object"&&process?process:{},_$e=(t,e,r,i)=>{typeof oae.emitWarning=="function"?oae.emitWarning(t,e,r,i):console.error(`[${r}] ${e}: ${t}`)},g3=globalThis.AbortController,v$e=globalThis.AbortSignal;if(typeof g3>"u"){v$e=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(r,i){this._onabort.push(i)}},g3=class{constructor(){e()}signal=new v$e;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let i of this.signal._onabort)i(r);this.signal.onabort?.(r)}}};let t=oae.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=()=>{t&&(t=!1,_$e("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",e))}}var Anr=t=>!x$e.has(t),wA=t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),R$e=t=>wA(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?A3:null:null,A3=class extends Array{constructor(t){super(t),this.fill(0)}},gnr=class $T{heap;length;static#e=!1;static create(e){let r=R$e(e);if(!r)return[];$T.#e=!0;let i=new $T(e,r);return $T.#e=!1,i}constructor(e,r){if(!$T.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new r(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},ynr=class T$e{#e;#t;#i;#r;#s;#c;#f;#u;get perf(){return this.#u}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#a;#l;#d;#h;#n;#A;#w;#m;#E;#v;#y;#I;#x;#p;#C;#S;#_;#o;#T;static unsafeExposeInternals(e){return{starts:e.#x,ttls:e.#p,autopurgeTimers:e.#C,sizes:e.#I,keyMap:e.#d,keyList:e.#h,valList:e.#n,next:e.#A,prev:e.#w,get head(){return e.#m},get tail(){return e.#E},free:e.#v,isBackgroundFetch:r=>e.#g(r),backgroundFetch:(r,i,s,n)=>e.#H(r,i,s,n),moveToTail:r=>e.#U(r),indexes:r=>e.#b(r),rindexes:r=>e.#N(r),isStale:r=>e.#B(r)}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#l}get size(){return this.#a}get fetchMethod(){return this.#c}get memoMethod(){return this.#f}get dispose(){return this.#i}get onInsert(){return this.#r}get disposeAfter(){return this.#s}constructor(e){let{max:r=0,ttl:i,ttlResolution:s=1,ttlAutopurge:n,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:l,onInsert:u,disposeAfter:f,noDisposeOnSet:h,noUpdateTTL:d,maxSize:p=0,maxEntrySize:A=0,sizeCalculation:y,fetchMethod:g,memoMethod:E,noDeleteOnFetchRejection:w,noDeleteOnStaleGet:C,allowStaleOnFetchRejection:N,allowStaleOnFetchAbort:q,ignoreFetchAbort:x,perf:M}=e;if(M!==void 0&&typeof M?.now!="function")throw new TypeError("perf option must have a now() met
Wanted: ${t}
Found: ${e}`);return r.code="EINTEGRITY",r.expected=t,r.found=e,r}});var X$e=m((vJr,bae)=>{"use strict";var W$e=DI(),J$e=JT(),Y$e=$$e(),eor=TT(),{PassThrough:tor}=poe(),ror=IE(),K$e=t=>({algorithms:["sha512"],...t});bae.exports=ior;async function ior(t,e,r,i={}){let{memoize:s}=i;i=K$e(i);let n=await Y$e(t,r,i),o=await W$e.insert(t,e,n.integrity,{...i,size:n.size});return s&&J$e.put(t,o,r,i),n.integrity}bae.exports.stream=sor;function sor(t,e,r={}){let{memoize:i}=r;r=K$e(r);let s,n,o,a,c=new ror;if(i){let u=new tor().on("collect",f=>{a=f});c.push(u)}let l=Y$e.stream(t,r).on("integrity",u=>{s=u}).on("size",u=>{n=u}).on("error",u=>{o=u});return c.push(l),c.push(new eor({async flush(){if(!o){let u=await W$e.insert(t,e,s,{...r,size:n});i&&a&&J$e.put(t,u,a,r),c.emit("integrity",s),c.emit("size",n)}}})),c}});var mWe=m(tr=>{"use strict";var Bn=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),nor=Bn(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.range=t.balanced=void 0;var e=(s,n,o)=>{let a=s instanceof RegExp?r(s,o):s,c=n instanceof RegExp?r(n,o):n,l=a!==null&&c!=null&&(0,t.range)(a,c,o);return l&&{start:l[0],end:l[1],pre:o.slice(0,l[0]),body:o.slice(l[0]+a.length,l[1]),post:o.slice(l[1]+c.length)}};t.balanced=e;var r=(s,n)=>{let o=n.match(s);return o?o[0]:null},i=(s,n,o)=>{let a,c,l,u,f,h=o.indexOf(s),d=o.indexOf(n,h+1),p=h;if(h>=0&&d>0){if(s===n)return[h,d];for(a=[],l=o.length;p>=0&&!f;){if(p===h)a.push(p),h=o.indexOf(s,p+1);else if(a.length===1){let A=a.pop();A!==void 0&&(f=[A,d])}else c=a.pop(),c!==void 0&&c<l&&(l=c,u=d),d=o.indexOf(n,p+1);p=h<d&&h>=0?h:d}a.length&&u!==void 0&&(f=[l,u])}return f};t.range=i}),oor=Bn(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EXPANSION_MAX=void 0,t.expand=N;var e=nor(),r="\0SLASH"+Math.random()+"\0",i="\0OPEN"+Math.random()+"\0",s="\0CLOSE"+Math.random()+"\0",n="\0COMMA"+Math.random()+"\0",o="\0PERIOD"+Math.random()+"\0",a=new RegExp(r,"g"),c=new RegExp(i,"g"),l=new RegExp(s,"g"),u=new RegExp(n,"g"),f=new RegExp(o,"g"),h=/\\\\/g,d=/\\{/g,p=/\\}/g,A=/\\,/g,y=/\\./g;t.EXPANSION_MAX=1e5;function g(k){return isNaN(k)?k.charCodeAt(0):parseInt(k,10)}function E(k){return k.replace(h,r).replace(d,i).replace(p,s).replace(A,n).replace(y,o)}function w(k){return k.replace(a,"\\").replace(c,"{").replace(l,"}").replace(u,",").replace(f,".")}function C(k){if(!k)return[""];let H=[],$=(0,e.balanced)("{","}",k);if(!$)return k.split(",");let{pre:ne,body:oe,post:we}=$,Z=ne.split(",");Z[Z.length-1]+="{"+oe+"}";let le=C(we);return we.length&&(Z[Z.length-1]+=le.shift(),Z.push.apply(Z,le)),H.push.apply(H,Z),H}function N(k,H={}){if(!k)return[];let{max:$=t.EXPANSION_MAX}=H;return k.slice(0,2)==="{}"&&(k="\\{\\}"+k.slice(2)),W(E(k),$,!0).map(w)}function q(k){return"{"+k+"}"}function x(k){return/^-?0\d/.test(k)}function M(k,H){return k<=H}function P(k,H){return k>=H}function W(k,H,$){let ne=[],oe=(0,e.balanced)("{","}",k);if(!oe)return[k];let we=oe.pre,Z=oe.post.length?W(oe.post,H,!1):[""];if(/\$$/.test(oe.pre))for(let le=0;le<Z.length&&le<H;le++){let Ee=we+"{"+oe.body+"}"+Z[le];ne.push(Ee)}else{let le=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(oe.body),Ee=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(oe.body),Je=le||Ee,Ye=oe.body.indexOf(",")>=0;if(!Je&&!Ye)return oe.post.match(/,(?!,).*\}/)?(k=oe.pre+"{"+oe.body+s+oe.post,W(k,H,!0)):[k];let $e;if(Je)$e=oe.body.split(/\.\./);else if($e=C(oe.body),$e.length===1&&$e[0]!==void 0&&($e=W($e[0],H,!1).map(q),$e.length===1))return Z.map(qt=>oe.pre+$e[0]+qt);let At;if(Je&&$e[0]!==void 0&&$e[1]!==void 0){let qt=g($e[0]),Qt=g($e[1]),rr=Math.max($e[0].length,$e[1].length),Gt=$e.length===3&&$e[2]!==void 0?Math.abs(g($e[2])):1,wi=M;Qt<qt&&(Gt*=-1,wi=P);let L=$e.some(x);At=[];for(let G=qt;wi(G,Qt);G+=Gt){let Y;if(Ee)Y=String.fromCharCode(G),Y==="\\"&&(Y="");else if(Y=String(G),L){let ie=rr-Y.length;if(ie>0){let he=new Array(ie+1).join("0");G<0?Y="-"+he+Y.slice(1):Y=he+Y}}At.push(Y)}}else{At=[];for(let qt=0;qt<$e.length;qt++)At.push.apply(At,W($e[qt],H,!1))}for(let qt=0;qt<At.length;qt++)for(let Qt=0;Qt<Z.length&&ne.length<H;Qt++){let r
globstar while`,L,Ce,G,Ze,St),this.matchOne(L.slice(Ce),G.slice(Ze),Y))return this.debug("globstar found match!",Ce,F,St),!0;if(St==="."||St===".."||!ie.dot&&St.charAt(0)==="."){this.debug("dot detected!",L,Ce,G,Ze);break}this.debug("globstar swallow a segment, and continue"),Ce++}return!!(Y&&(this.debug(`
>>> no match, partial?`,L,Ce,G,Ze),Ce===F))}let wt;if(typeof fe=="string"?(wt=Te===fe,this.debug("string match",fe,Te,wt)):(wt=fe.test(Te),this.debug("pattern match",fe,Te,wt)),!wt)return!1}if(b===F&&v===te)return!0;if(b===F)return Y;if(v===te)return b===F-1&&L[b]==="";throw new Error("wtf?")}braceExpand(){return(0,t.braceExpand)(this.pattern,this.options)}parse(L){(0,r.assertValidPattern)(L);let G=this.options;if(L==="**")return t.GLOBSTAR;if(L==="")return"";let Y,ie=null;(Y=L.match(g))?ie=G.dot?w:E:(Y=L.match(a))?ie=(G.nocase?G.dot?f:u:G.dot?l:c)(Y[1]):(Y=L.match(C))?ie=(G.nocase?G.dot?q:N:G.dot?x:M)(Y):(Y=L.match(h))?ie=G.dot?p:d:(Y=L.match(A))&&(ie=y);let he=i.AST.fromGlob(L,this.options).toMMPattern();return ie&&typeof he=="object"&&Reflect.defineProperty(he,"test",{value:ie}),he}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let L=this.set;if(!L.length)return this.regexp=!1,this.regexp;let G=this.options,Y=G.noglobstar?ne:G.dot?oe:we,ie=new Set(G.nocase?["i"]:[]),he=L.map(F=>{let te=F.map(Te=>{if(Te instanceof RegExp)for(let Ce of Te.flags.split(""))ie.add(Ce);return typeof Te=="string"?qt(Te):Te===t.GLOBSTAR?t.GLOBSTAR:Te._src});te.forEach((Te,Ce)=>{let Ze=te[Ce+1],St=te[Ce-1];Te!==t.GLOBSTAR||St===t.GLOBSTAR||(St===void 0?Ze!==void 0&&Ze!==t.GLOBSTAR?te[Ce+1]="(?:\\/|"+Y+"\\/)?"+Ze:te[Ce]=Y:Ze===void 0?te[Ce-1]=St+"(?:\\/|\\/"+Y+")?":Ze!==t.GLOBSTAR&&(te[Ce-1]=St+"(?:\\/|\\/"+Y+"\\/)"+Ze,te[Ce+1]=t.GLOBSTAR))});let fe=te.filter(Te=>Te!==t.GLOBSTAR);if(this.partial&&fe.length>=1){let Te=[];for(let Ce=1;Ce<=fe.length;Ce++)Te.push(fe.slice(0,Ce).join("/"));return"(?:"+Te.join("|")+")"}return fe.join("/")}).join("|"),[b,v]=L.length>1?["(?:",")"]:["",""];he="^"+b+he+v+"$",this.partial&&(he="^(?:\\/|"+b+he.slice(1,-1)+v+")$"),this.negate&&(he="^(?!"+he+").+$");try{this.regexp=new RegExp(he,[...ie].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(L){return this.preserveMultipleSlashes?L.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(L)?["",...L.split(/\/+/)]:L.split(/\/+/)}match(L,G=this.partial){if(this.debug("match",L,this.pattern),this.comment)return!1;if(this.empty)return L==="";if(L==="/"&&G)return!0;let Y=this.options;this.isWindows&&(L=L.split("\\").join("/"));let ie=this.slashSplit(L);this.debug(this.pattern,"split",ie);let he=this.set;this.debug(this.pattern,"set",he);let b=ie[ie.length-1];if(!b)for(let v=ie.length-2;!b&&v>=0;v--)b=ie[v];for(let v=0;v<he.length;v++){let F=he[v],te=ie;if(Y.matchBase&&F.length===1&&(te=[b]),this.matchOne(te,F,G))return Y.flipNegate?!0:!this.negate}return Y.flipNegate?!1:this.negate}static defaults(L){return t.minimatch.defaults(L).Minimatch}};t.Minimatch=Qt;var rr=Z$e();Object.defineProperty(t,"AST",{enumerable:!0,get:function(){return rr.AST}});var Gt=eWe();Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return Gt.escape}});var wi=wae();Object.defineProperty(t,"unescape",{enumerable:!0,get:function(){return wi.unescape}}),t.minimatch.AST=i.AST,t.minimatch.Minimatch=Qt,t.minimatch.escape=s.escape,t.minimatch.unescape=n.unescape}),lor=Bn(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LRUCache=void 0;var e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,r=new Set,i=typeof process=="object"&&process?process:{},s=(d,p,A,y)=>{typeof i.emitWarning=="function"?i.emitWarning(d,p,A,y):console.error(`[${A}] ${p}: ${d}`)},n=globalThis.AbortController,o=globalThis.AbortSignal;if(typeof n>"u"){o=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(A,y){this._onabort.push(y)}},n=class{constructor(){p()}signal=new o;abort(A){if(!this.signal.aborted){this.signal.reason=A,this.signal.aborted=!0;for(let y of this.signal._onabort)y(A);this.signal.onabort?.(A)}}};let d=i.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",p=()=>{d&&(d=!1,s("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
\r
`);if(h===-1){Q3("have not received end of HTTP headers yet..."),n();return}let d=f.slice(0,h).toString("ascii").split(`\r
`),p=d.shift();if(!p)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let A=p.split(" "),y=+A[1],g=A.slice(2).join(" "),E={};for(let w of d){if(!w)continue;let C=w.indexOf(":");if(C===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${w}"`));let N=w.slice(0,C).toLowerCase(),q=w.slice(C+1).trimStart(),x=E[N];typeof x=="string"?E[N]=[x,q]:Array.isArray(x)?x.push(q):E[N]=q}Q3("got proxy server response: %o %o",p,E),o(),e({connect:{statusCode:y,statusText:g,headers:E},buffered:f})}t.on("error",c),t.on("end",a),n()})}jI.parseProxyResponse=qar});var nJe=m(Bl=>{"use strict";var Gar=Bl&&Bl.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),Har=Bl&&Bl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),iJe=Bl&&Bl.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Gar(e,t,r);return Har(e,t),e},sJe=Bl&&Bl.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Bl,"__esModule",{value:!0});Bl.HttpsProxyAgent=void 0;var oN=iJe(require("net")),tJe=iJe(require("tls")),jar=sJe(require("assert")),zar=sJe(Ug()),Var=Qv(),$ar=require("url"),War=eJe(),aN=(0,zar.default)("https-proxy-agent"),k3=class extends Var.Agent{constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new $ar.URL(e):e,this.proxyHeaders=r?.headers??{},aN("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let i=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),s=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?rJe(r,"headers"):null,host:i,port:s}}async connect(e,r){let{proxy:i}=this;if(!r.host)throw new TypeError('No "host" provided');let s;if(i.protocol==="https:"){aN("Creating `tls.Socket`: %o",this.connectOpts);let h=this.connectOpts.servername||this.connectOpts.host;s=tJe.connect({...this.connectOpts,servername:h&&oN.isIP(h)?void 0:h})}else aN("Creating `net.Socket`: %o",this.connectOpts),s=oN.connect(this.connectOpts);let n=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},o=oN.isIPv6(r.host)?`[${r.host}]`:r.host,a=`CONNECT ${o}:${r.port} HTTP/1.1\r
`;if(i.username||i.password){let h=`${decodeURIComponent(i.username)}:${decodeURIComponent(i.password)}`;n["Proxy-Authorization"]=`Basic ${Buffer.from(h).toString("base64")}`}n.Host=`${o}:${r.port}`,n["Proxy-Connection"]||(n["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let h of Object.keys(n))a+=`${h}: ${n[h]}\r
`;let c=(0,War.parseProxyResponse)(s);s.write(`${a}\r
`);let{connect:l,buffered:u}=await c;if(e.emit("proxyConnect",l),this.emit("proxyConnect",l,e),l.statusCode===200){if(e.once("socket",Jar),r.secureEndpoint){aN("Upgrading socket connection to TLS");let h=r.servername||r.host;return tJe.connect({...rJe(r,"host","path","port"),socket:s,servername:oN.isIP(h)?void 0:h})}return s}s.destroy();let f=new oN.Socket({writable:!1});return f.readable=!0,e.once("socket",h=>{aN("Replaying proxy buffer for failed request"),(0,jar.default)(h.listenerCount("data")>0),h.push(u),h.push(null)}),f}};k3.protocols=["http","https"];Bl.HttpsProxyAgent=k3;function Jar(t){t.resume()}function rJe(t,...e){let r={},i;for(i in t)e.includes(i)||(r[i]=t[i]);return r}});var lJe=m(xp=>{"use strict";Object.defineProperty(xp,"__esModule",{value:!0});var oJe=require("buffer"),QE={INVALID_ENCODING:"Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.",INVALID_SMARTBUFFER_SIZE:"Invalid size provided. Size must be a valid integer greater than zero.",INVALID_SMARTBUFFER_BUFFER:"Invalid Buffer provided in SmartBufferOptions.",INVALID_SMARTBUFFER_OBJECT:"Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.",INVALID_OFFSET:"An invalid offset value was provided.",INVALID_OFFSET_NON_NUMBER:"An invalid offset value was provided. A numeric value is required.",INVALID_LENGTH:"An invalid length value was provided.",INVALID_LENGTH_NON_NUMBER:"An invalid length value was provived. A numeric value is required.",INVALID_TARGET_OFFSET:"Target offset is beyond the bounds of the internal SmartBuffer data.",INVALID_TARGET_LENGTH:"Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.",INVALID_READ_BEYOND_BOUNDS:"Attempted to read beyond the bounds of the managed data.",INVALID_WRITE_BEYOND_BOUNDS:"Attempted to write beyond the bounds of the managed data."};xp.ERRORS=QE;function Yar(t){if(!oJe.Buffer.isEncoding(t))throw new Error(QE.INVALID_ENCODING)}xp.checkEncoding=Yar;function aJe(t){return typeof t=="number"&&isFinite(t)&&ecr(t)}xp.isFiniteInteger=aJe;function cJe(t,e){if(typeof t=="number"){if(!aJe(t)||t<0)throw new Error(e?QE.INVALID_OFFSET:QE.INVALID_LENGTH)}else throw new Error(e?QE.INVALID_OFFSET_NON_NUMBER:QE.INVALID_LENGTH_NON_NUMBER)}function Kar(t){cJe(t,!1)}xp.checkLengthValue=Kar;function Xar(t){cJe(t,!0)}xp.checkOffsetValue=Xar;function Zar(t,e){if(t<0||t>e.length)throw new Error(QE.INVALID_TARGET_OFFSET)}xp.checkTargetOffset=Zar;function ecr(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}function tcr(t){if(typeof BigInt>"u")throw new Error("Platform does not support JS BigInt type.");if(typeof oJe.Buffer.prototype[t]>"u")throw new Error(`Platform does not support Buffer.prototype.${t}.`)}xp.bigIntAndBufferInt64Check=tcr});var fJe=m(zae=>{"use strict";Object.defineProperty(zae,"__esModule",{value:!0});var Ut=lJe(),uJe=4096,rcr="utf8",jae=class t{constructor(e){if(this.length=0,this._encoding=rcr,this._writeOffset=0,this._readOffset=0,t.isSmartBufferOptions(e))if(e.encoding&&(Ut.checkEncoding(e.encoding),this._encoding=e.encoding),e.size)if(Ut.isFiniteInteger(e.size)&&e.size>0)this._buff=Buffer.allocUnsafe(e.size);else throw new Error(Ut.ERRORS.INVALID_SMARTBUFFER_SIZE);else if(e.buff)if(Buffer.isBuffer(e.buff))this._buff=e.buff,this.length=e.buff.length;else throw new Error(Ut.ERRORS.INVALID_SMARTBUFFER_BUFFER);else this._buff=Buffer.allocUnsafe(uJe);else{if(typeof e<"u")throw new Error(Ut.ERRORS.INVALID_SMARTBUFFER_OBJECT);this._buff=Buffer.allocUnsafe(uJe)}}static fromSize(e,r){return new this({size:e,encoding:r})}static fromBuffer(e,r){return new this({buff:e,encoding:r})}static fromOptions(e){return new this(e)}static isSmartBufferOptions(e){let r=e;return r&&(r.encoding!==void 0||r.size!==void 0||r.buff!==void 0)}readInt8(e){return this._readNumberValue(Buffer.prototype.readInt8,1,e)}readInt16BE(e){return this._readNumberValue(Buffer.prototype.readInt16BE,2,e)}readInt16LE(e){return this._readNumberValue(Buffer.prototype.readInt16LE,2,e)}readInt32BE(e){return this._readNumberValue(Bu
`).join(`
`+n),t.push(s+"m+"+J4.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=xpr()+e+" "+t[0]}function xpr(){return hn.inspectOpts.hideDate?"":new Date().toISOString()+" "}function _pr(...t){return process.stderr.write(W4.formatWithOptions(hn.inspectOpts,...t)+`
`)}function Rpr(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function Tpr(){return process.env.DEBUG}function Npr(t){t.inspectOpts={};let e=Object.keys(hn.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=hn.inspectOpts[e[r]]}J4.exports=Gle()(hn);var{formatters:eKe}=J4.exports;eKe.o=function(t){return this.inspectOpts.colors=this.useColors,W4.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};eKe.O=function(t){return this.inspectOpts.colors=this.useColors,W4.inspect(t,this.inspectOpts)}});var jle=m((J7r,Hle)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Hle.exports=Z7e():Hle.exports=tKe()});var iKe=m((Y7r,rKe)=>{var Dpr=require("dns"),Opr=["if-modified-since","if-none-match","if-unmodified-since","if-match","if-range"],Ppr=t=>{let{strictSSL:e,...r}={...t};if(r.method=r.method?r.method.toUpperCase():"GET",e==null?r.rejectUnauthorized=process.env.NODE_TLS_REJECT_UNAUTHORIZED!=="0":r.rejectUnauthorized=e!==!1,!r.retry)r.retry={retries:0};else if(typeof r.retry=="string"){let i=parseInt(r.retry,10);isFinite(i)?r.retry={retries:i}:r.retry={retries:0}}else typeof r.retry=="number"?r.retry={retries:r.retry}:r.retry={retries:0,...r.retry};return r.dns={ttl:300*1e3,lookup:Dpr.lookup,...r.dns},r.cache=r.cache||"default",r.cache==="default"&&Object.keys(r.headers||{}).some(s=>Opr.includes(s.toLowerCase()))&&(r.cache="no-store"),r.cacheAdditionalHeaders=r.cacheAdditionalHeaders||[],r.cacheManager&&!r.cachePath&&(r.cachePath=r.cacheManager),r};rKe.exports=Ppr});var Vle=m((K7r,cKe)=>{var sKe=jne(),nKe=Yne(),Qpr=bh(),oKe={shared:!1,ignoreCargoCult:!0},kpr={status:200,headers:{}},yS=t=>{let e={method:t.method,url:t.url,headers:{},compress:t.compress};return t.headers.forEach((r,i)=>{e.headers[i]=r}),e},aKe=t=>{let e={status:t.status,headers:{}};return t.headers.forEach((r,i)=>{e.headers[i]=r}),e},zle=class{constructor({entry:e,request:r,response:i,options:s}){this.entry=e,this.request=yS(r),this.response=aKe(i),this.options=s,this.policy=new sKe(this.request,this.response,oKe),this.entry&&(this.policy._responseTime=this.entry.metadata.time)}static storable(e,r){return!r.cachePath||r.cache==="no-store"||!["GET","HEAD"].includes(e.method)?!1:new sKe(yS(e),kpr,oKe).storable()}satisfies(e){let r=yS(e);if(this.request.headers.host!==r.headers.host||this.request.compress!==r.compress)return!1;let i=new nKe(this.request),s=new nKe(r);return JSON.stringify(i.mediaTypes())!==JSON.stringify(s.mediaTypes())||JSON.stringify(i.languages())!==JSON.stringify(s.languages())||JSON.stringify(i.encodings())!==JSON.stringify(s.encodings())?!1:this.options.integrity?Qpr.parse(this.options.integrity).match(this.entry.integrity):!0}storable(){return this.policy.storable()}get mustRevalidate(){return!!this.policy._rescc["must-revalidate"]}needsRevalidation(e){let r=yS(e);return r.method="GET",!this.policy.satisfiesWithoutRevalidation(r)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(e){let r=yS(e);return this.policy.revalidationHeaders(r)}revalidated(e,r){let i=yS(e),s=aKe(r);return!this.policy.revalidatedPolicy(i,s).modified}};cKe.exports=zle});var uKe=m((X7r,lKe)=>{var $le=class extends Error{constructor(e){super(`request to ${e} failed: cache mode is 'only-if-cached' but no cached response is available.`),this.code="ENOTCACHED"}};lKe.exports={NotCachedError:$le}});var Jle=m((Z7r,fKe)=>{"use strict";var Lpr=IE(),Wle=class extends Lpr{#e=[];#t=new Map;constructor(e,...r){super(),this.#e=e.events,r.length&&this.push(...r)}on(e,r){return this.#e.includes(e)&&this.#t.has(e)?r(...this.#t.get(e)):super.on(e,r)}emit(e,...r){return this.#e.includes(e)&&this.#t.set(e,r),super.emit(e,...r)}};fKe.exports=Wle});var dKe=m((eKr,hKe)=>{var{URL:Fpr,format:Mpr}=require("url"),Upr={auth:!1,fragment:!1,search:!0,unicode:!1},qpr=t=>{let e=new Fpr(t.url);return`make-fetch-happen:request-cache:${Mpr(e,Upr)}`};hKe.exports=qpr});var pKe=m((tKr,Gpr)=>{Gpr.exports={name:"make-fetch-happen",version:"15.0.4",description:"Opinionated, caching, retrying fetch client",main:"lib/index.js",files:["bin/","lib/"],scripts:{test:"tap",posttest:"npm run lint",eslint:'eslint "**/*.{js,cjs,ts,mjs,jsx,tsx}"',lint:"npm run eslint",lintfix:"npm run eslint -- --fix",postlint:"template-oss-check",snap:"tap","template-oss-apply":"template-oss-apply --force"},repository:{type:"git",url:"git+https://github.com/npm/make-fetch-happen.git"},keywords:["http","request","fetch","mean girls","caching",
`).forEach(r=>{r.match(TAr)||r.match(NAr)||(e+=r)}),Buffer.from(e,"base64")}function OAr(t,e="CERTIFICATE"){let i=t.toString("base64").match(/.{1,64}/g)||"";return[`-----BEGIN ${e}-----`,...i,`-----END ${e}-----`].join(`
`).concat(`
`)}});var w5=m(FA=>{"use strict";Object.defineProperty(FA,"__esModule",{value:!0});FA.SHA2_HASH_ALGOS=FA.RSA_SIGNATURE_ALGOS=FA.ECDSA_SIGNATURE_ALGOS=void 0;FA.ECDSA_SIGNATURE_ALGOS={"1.2.840.10045.4.3.1":"sha224","1.2.840.10045.4.3.2":"sha256","1.2.840.10045.4.3.3":"sha384","1.2.840.10045.4.3.4":"sha512"};FA.RSA_SIGNATURE_ALGOS={"1.2.840.113549.1.1.14":"sha224","1.2.840.113549.1.1.11":"sha256","1.2.840.113549.1.1.12":"sha384","1.2.840.113549.1.1.13":"sha512"};FA.SHA2_HASH_ALGOS={"2.16.840.1.101.3.4.2.1":"sha256","2.16.840.1.101.3.4.2.2":"sha384","2.16.840.1.101.3.4.2.3":"sha512"}});var kue=m(C5=>{"use strict";Object.defineProperty(C5,"__esModule",{value:!0});C5.RFC3161TimestampVerificationError=void 0;var Que=class extends Error{};C5.RFC3161TimestampVerificationError=Que});var hXe=m(Oh=>{"use strict";var PAr=Oh&&Oh.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),QAr=Oh&&Oh.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),kAr=Oh&&Oh.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var i=[];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(i[i.length]=s);return i},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i=t(e),s=0;s<i.length;s++)i[s]!=="default"&&PAr(r,e,i[s]);return QAr(r,e),r}})();Object.defineProperty(Oh,"__esModule",{value:!0});Oh.TSTInfo=void 0;var fXe=kAr(BS()),LAr=w5(),FAr=kue(),Lue=class{root;constructor(e){this.root=e}get version(){return this.root.subs[0].toInteger()}get genTime(){return this.root.subs[4].toDate()}get messageImprintHashAlgorithm(){let e=this.messageImprintObj.subs[0].subs[0].toOID();return LAr.SHA2_HASH_ALGOS[e]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(e){let r=fXe.digest(this.messageImprintHashAlgorithm,e);if(!fXe.bufferEqual(r,this.messageImprintHashedMessage))throw new FAr.RFC3161TimestampVerificationError("message imprint does not match artifact")}get messageImprintObj(){return this.root.subs[2]}};Oh.TSTInfo=Lue});var pXe=m(Ph=>{"use strict";var MAr=Ph&&Ph.__createBinding||(Object.create?(function(t,e,r,i){i===void 0&&(i=r);var s=Object.getOwnPropertyDescriptor(e,r);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,i,s)}):(function(t,e,r,i){i===void 0&&(i=r),t[i]=e[r]})),UAr=Ph&&Ph.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),qAr=Ph&&Ph.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var i=[];for(var s in r)Object.prototype.hasOwnProperty.call(r,s)&&(i[i.length]=s);return i},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var i=t(e),s=0;s<i.length;s++)i[s]!=="default"&&MAr(r,e,i[s]);return UAr(r,e),r}})();Object.defineProperty(Ph,"__esModule",{value:!0});Ph.RFC3161Timestamp=void 0;var GAr=y5(),Fue=qAr(BS()),dXe=w5(),QN=kue(),HAr=hXe(),jAr="1.2.840.113549.1.7.2",zAr="1.2.840.113549.1.9.16.1.4",VAr="1.2.840.113549.1.9.4",Mue=class t{root;constructor(e){this.root=e}static parse(e){let r=GAr.ASN1Obj.parseBuffer(e);return new t(r)}get status(){return this.pkiStatusInfoObj.subs[0].toInteger()}get contentType(){return this.contentTypeObj.toOID()}get eContentType(){return this.eContentTypeObj.toOID()}get signingTime(){return this.tstInfo.genTime}get signerIssuer(){return this.signerSidObj.subs[0].value}get signerSerialNumber(){return this.signerSidObj.subs[1].value}get signerDigestAlgorithm(){let e=this.signerDigestAlgorithmObj.subs[0].toOID();return dXe.SHA2_HASH_ALGOS[e]}get signatureAlgorithm(){let e=this.signatureAlgorithmObj.subs[0].toOID();r
`,ayr=/\u2014 (\S+) (\S+)\n/g;function cyr(t,e){let r=t.inclusionProof,i=hfe.fromString(r.checkpoint.envelope),s=Q5.fromString(i.note);if(!lyr(i,e))throw new UN.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"});return s}function lyr(t,e){let r=Buffer.from(t.note,"utf-8");return t.signatures.some(i=>{let s=e.find(n=>qXe.crypto.bufferEqual(n.logID.subarray(0,4),i.keyHint)&&n.baseURL.match(i.name));return s?qXe.crypto.verify(r,s.publicKey,i.signature):!1})}var hfe=class t{note;signatures;constructor(e,r){this.note=e,this.signatures=r}static fromString(e){if(!e.includes(ffe))throw new UN.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"});let r=e.indexOf(ffe),i=e.slice(0,r+1),n=e.slice(r+ffe.length).matchAll(ayr),o=Array.from(n,a=>{let[,c,l]=a,u=Buffer.from(l,"base64");if(u.length<5)throw new UN.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"malformed checkpoint signature"});return{name:c,keyHint:u.subarray(0,4),signature:u.subarray(4)}});if(o.length===0)throw new UN.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"});return new t(i,o)}},Q5=class t{origin;logSize;logHash;rest;constructor(e,r,i,s){this.origin=e,this.logSize=r,this.logHash=i,this.rest=s}static fromString(e){let r=e.trimEnd().split(`
`);if(r.length<3)throw new UN.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"too few lines in checkpoint header"});let i=r[0],s=BigInt(r[1]),n=Buffer.from(r[2],"base64"),o=r.slice(3);return new t(i,s,n,o)}};qN.LogCheckpoint=Q5});var HXe=m(Afe=>{"use strict";Object.defineProperty(Afe,"__esModule",{value:!0});Afe.verifyMerkleInclusion=hyr;var mfe=Ru(),dfe=ao(),uyr=Buffer.from([0]),fyr=Buffer.from([1]);function hyr(t,e){let r=t.inclusionProof,i=BigInt(r.logIndex),s=BigInt(e.logSize);if(i<0n||i>=s)throw new dfe.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalid index: ${i}`});let{inner:n,border:o}=dyr(i,s);if(r.hashes.length!==n+o)throw new dfe.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"});let a=r.hashes.slice(0,n),c=r.hashes.slice(n),l=Eyr(t.canonicalizedBody),u=myr(pyr(l,a,i),c);if(!mfe.crypto.bufferEqual(u,e.logHash))throw new dfe.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}function dyr(t,e){let r=Ayr(t,e),i=gyr(t>>BigInt(r));return{inner:r,border:i}}function pyr(t,e,r){return e.reduce((i,s,n)=>r>>BigInt(n)&BigInt(1)?pfe(s,i):pfe(i,s),t)}function myr(t,e){return e.reduce((r,i)=>pfe(i,r),t)}function Ayr(t,e){return yyr(t^e-BigInt(1))}function gyr(t){return t.toString(2).split("1").length-1}function yyr(t){return t===0n?0:t.toString(2).length}function pfe(t,e){return mfe.crypto.digest("sha256",fyr,t,e)}function Eyr(t){return mfe.crypto.digest("sha256",uyr,t)}});var zXe=m(gfe=>{"use strict";Object.defineProperty(gfe,"__esModule",{value:!0});gfe.verifyTLogSET=Cyr;var jXe=Ru(),byr=ao(),wyr=_S();function Cyr(t,e){if(!(0,wyr.filterTLogAuthorities)(e,{logID:t.logId.keyId,targetDate:new Date(Number(t.integratedTime)*1e3)}).some(s=>{let n=Iyr(t),o=Buffer.from(jXe.json.canonicalize(n),"utf8"),a=t.inclusionPromise.signedEntryTimestamp;return jXe.crypto.verify(o,s.publicKey,a)}))throw new byr.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}function Iyr(t){let{integratedTime:e,logIndex:r,logId:i,canonicalizedBody:s}=t;return{body:s.toString("base64"),integratedTime:Number(e),logIndex:Number(r),logID:i.keyId.toString("hex")}}});var $Xe=m(k5=>{"use strict";Object.defineProperty(k5,"__esModule",{value:!0});k5.verifyTLogBody=_yr;k5.verifyTLogInclusion=Ryr;var VXe=Mce(),bfe=ao(),yfe=FXe(),Efe=MXe(),Syr=UXe(),Byr=GXe(),vyr=HXe(),xyr=zXe();function _yr(t,e){let{kind:r,version:i}=t.kindVersion,s=JSON.parse(t.canonicalizedBody.toString("utf8"));if(r!==s.kind||i!==s.apiVersion)throw new bfe.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/version mismatch - expected: ${r}/${i}, received: ${s.kind}/${s.apiVersion}`});switch(r){case"dsse":if(i==yfe.DSSE_API_VERSION_V1)return(0,yfe.verifyDSSETLogBody)(s,e);{let n=VXe.Entry.fromJSON(s);return(0,yfe.verifyDSSETLogBodyV2)(n,e)}case"intoto":return(0,Syr.verifyIntotoTLogBody)(s,e);case"hashedrekord":if(i==Efe.HASHEDREKORD_API_VERSION_V1)return(0,Efe.verifyHashedRekordTLogBody)(s,e);{let n=VXe.Entry.fromJSON(s);return(0,Efe.verifyHashedRekordTLogBodyV2)(n,e)}default:throw new bfe.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported kind: ${r}`})}}function Ryr(t,e){let r=!1;if(Tyr(t)&&((0,xyr.verifyTLogSET)(t,e),r=!0),Nyr(t)){let i=(0,Byr.verifyCheckpoint)(t,e);(0,vyr.verifyMerkleInclusion)(t,i),r=!0}if(!r)throw new bfe.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}function Tyr(t){return t.inclusionPromise!==void 0}function Nyr(t){return t.inclusionProof!==void 0}});var ZXe=m(L5=>{"use strict";Object.defineProperty(L5,"__esModule",{value:!0});L5.Verifier=void 0;var Dyr=require("util"),RS=ao(),WXe=DXe(),JXe=PXe(),YXe=LXe(),KXe=$Xe(),wfe=class{trustMaterial;options;constructor(e,r={}){this.trustMaterial=e,this.options={ctlogThreshold:r.ctlogThreshold??1,tlogThreshold:r.tlogThreshold??1,timestampThreshold:r.timestampThreshold??r.tsaThreshold??1,tsaThreshold:0}}verify(e,r){let i=this.verifyTimestamps(e),s=this.verifySigningKey(e,i);return
You can add a runtime option to disable the check or this warning:
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function DEr(){Object.keys(h8).forEach(function(t){delete h8[t]})}});var p8=m(Uh=>{"use strict";Uh.__esModule=!0;Uh.HandlebarsEnvironment=Ufe;function MZe(t){return t&&t.__esModule?t:{default:t}}var s0=Wo(),OEr=Sc(),Ffe=MZe(OEr),PEr=Pfe(),QEr=QZe(),kEr=kfe(),d8=MZe(kEr),LEr=Lfe(),FEr="4.7.9";Uh.VERSION=FEr;var MEr=8;Uh.COMPILER_REVISION=MEr;var UEr=7;Uh.LAST_COMPATIBLE_COMPILER_REVISION=UEr;var qEr={1:"<= 1.0.rc.2",2:"== 1.0.0-rc.3",3:"== 1.0.0-rc.4",4:"== 1.x.x",5:"== 2.0.0-alpha.x",6:">= 2.0.0-beta.1",7:">= 4.0.0 <4.3.0",8:">= 4.3.0"};Uh.REVISION_CHANGES=qEr;var Mfe="[object Object]";function Ufe(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},PEr.registerDefaultHelpers(this),QEr.registerDefaultDecorators(this)}Ufe.prototype={constructor:Ufe,logger:d8.default,log:d8.default.log,registerHelper:function(e,r){if(s0.toString.call(e)===Mfe){if(r)throw new Ffe.default("Arg not supported with multiple helpers");s0.extend(this.helpers,e)}else this.helpers[e]=r},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,r){if(s0.toString.call(e)===Mfe)s0.extend(this.partials,e);else{if(typeof r>"u")throw new Ffe.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,r){if(s0.toString.call(e)===Mfe){if(r)throw new Ffe.default("Arg not supported with multiple decorators");s0.extend(this.decorators,e)}else this.decorators[e]=r},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){LEr.resetLoggedProperties()}};var GEr=d8.default.log;Uh.log=GEr;Uh.createFrame=s0.createFrame;Uh.logger=d8.default});var qZe=m((m8,UZe)=>{"use strict";m8.__esModule=!0;function qfe(t){this.string=t}qfe.prototype.toString=qfe.prototype.toHTML=function(){return""+this.string};m8.default=qfe;UZe.exports=m8.default});var GZe=m(Gfe=>{"use strict";Gfe.__esModule=!0;Gfe.wrapHelper=HEr;function HEr(t,e){if(typeof t!="function")return t;var r=function(){var s=arguments[arguments.length-1];return arguments[arguments.length-1]=e(s),t.apply(this,arguments)};return r}});var WZe=m(jA=>{"use strict";jA.__esModule=!0;jA.checkRevision=JEr;jA.template=YEr;jA.wrapProgram=A8;jA.resolvePartial=KEr;jA.invokePartial=XEr;jA.noop=VZe;function jEr(t){return t&&t.__esModule?t:{default:t}}function zEr(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}var VEr=Wo(),LS=zEr(VEr),$Er=Sc(),Lp=jEr($Er),Fp=p8(),HZe=Pfe(),WEr=GZe(),jZe=Lfe();function JEr(t){var e=t&&t[0]||1,r=Fp.COMPILER_REVISION;if(!(e>=Fp.LAST_COMPATIBLE_COMPILER_REVISION&&e<=Fp.COMPILER_REVISION))if(e<Fp.LAST_COMPATIBLE_COMPILER_REVISION){var i=Fp.REVISION_CHANGES[r],s=Fp.REVISION_CHANGES[e];throw new Lp.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+i+") or downgrade your runtime to an older version ("+s+").")}else throw new Lp.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+t[1]+").")}function YEr(t,e){if(!e)throw new Lp.default("No environment passed to template");if(!t||!t.main)throw new Lp.default("Unknown template object: "+typeof t);t.main.decorator=t.main_d,e.VM.checkRevision(t.compiler);var r=t.compiler&&t.compiler[0]===7;function i(o,a,c){c.hash&&(a=LS.extend({},a,c.hash),c.ids&&(c.ids[0]=!0)),o=e.VM.resolvePartial.call(this,o,a,c),c.hooks=this.hooks,c.protoAccessControl=this.protoAccessControl;var l=e.VM.invokePartial.call(this,o,a,c);if(l==null&&e.compile&&(c.partials[c.name]=e.compile(o,t.compilerOptions,e),l=c.partials[c.name](a,c)),l!=null){if(c.indent){for(var u=l.split(`
`),f=0,h=u.length;f<h&&!(!u[f]&&f+1===h);f++)u[f]=c.indent+u[f];l=u.join(`
`)}return l}else throw new Lp.default("The partial "+c.name+" could not be compiled when running in runtime-only mode")}var s={strict:function(a,c,l){if(!a||!(c in a))throw new Lp.default('"'+c+'" not defined in '+a,{loc:l});return s.lookupProperty(a,c)},lookupProperty:function(a,c){var l=a[c];if(l==null||Object.prototype.hasOwnProperty.call(a,c)||jZe.resultIsAllowed(l,s.protoAccessControl,c))return l},lookup:function(a,c){for(var l=a.length,u=0;u<l;u++){var f=a[u]&&s.lookupProperty(a[u],c);if(f!=null)return f}},lambda:function(a,c){return typeof a=="function"?a.call(c):a},escapeExpression:LS.escapeExpression,invokePartial:i,fn:function(a){var c=t[a];return c.decorator=t[a+"_d"],c},programs:[],program:function(a,c,l,u,f){var h=this.programs[a],d=this.fn(a);return c||f||u||l?h=A8(this,a,d,c,l,u,f):h||(h=this.programs[a]=A8(this,a,d)),h},data:function(a,c){for(;a&&c--;)a=a._parent;return a},mergeIfNeeded:function(a,c){var l=a||c;return a&&c&&a!==c&&(l=LS.extend({},c,a)),l},nullContext:Object.seal({}),noop:e.VM.noop,compilerInfo:t.compiler};function n(o){var a=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],c=a.data;n._setup(a),!a.partial&&t.useData&&(c=ZEr(o,c));var l=void 0,u=t.useBlockParams?[]:void 0;t.useDepths&&(a.depths?l=o!=a.depths[0]?[o].concat(a.depths):a.depths:l=[o]);function f(h){return""+t.main(s,h,s.helpers,s.partials,c,u,l)}return f=$Ze(t.main,f,s,a.depths||[],c,u),f(o,a)}return n.isTop=!0,n._setup=function(o){if(o.partial)s.protoAccessControl=o.protoAccessControl,s.helpers=o.helpers,s.partials=o.partials,s.decorators=o.decorators,s.hooks=o.hooks;else{var a={};zZe(a,e.helpers,s),zZe(a,o.helpers,s),s.helpers=a,t.usePartial&&(s.partials=s.mergeIfNeeded(o.partials,e.partials)),(t.usePartial||t.useDecorators)&&(s.decorators=LS.extend({},e.decorators,o.decorators)),s.hooks={},s.protoAccessControl=jZe.createProtoAccessControl(o);var c=o.allowCallsToHelperMissing||r;HZe.moveHelperToHooks(s,"helperMissing",c),HZe.moveHelperToHooks(s,"blockHelperMissing",c)}},n._child=function(o,a,c,l){if(t.useBlockParams&&!c)throw new Lp.default("must pass block params");if(t.useDepths&&!l)throw new Lp.default("must pass parent depths");return A8(s,o,t[o],a,0,c,l)},n}function A8(t,e,r,i,s,n,o){function a(c){var l=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],u=o;return o&&c!=o[0]&&!(c===t.nullContext&&o[0]===null)&&(u=[c].concat(o)),r(t,c,t.helpers,t.partials,l.data||i,n&&[l.blockParams].concat(n),u)}return a=$Ze(r,a,t,o,i,n),a.program=e,a.depth=o?o.length:0,a.blockParams=s||0,a}function KEr(t,e,r){return t?!t.call&&!r.name&&(r.name=t,t=g8(r.partials,t)):r.name==="@partial-block"?t=g8(r.data,"partial-block"):t=g8(r.partials,r.name),t}function XEr(t,e,r){var i=g8(r.data,"partial-block");r.partial=!0,r.ids&&(r.data.contextPath=r.ids[0]||r.data.contextPath);var s=void 0;if(r.fn&&r.fn!==VZe&&(function(){r.data=Fp.createFrame(r.data);var n=r.fn;s=r.data["partial-block"]=function(a){var c=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return c.data=Fp.createFrame(c.data),c.data["partial-block"]=i,n(a,c)},n.partials&&(r.partials=LS.extend({},r.partials,n.partials))})(),t===void 0&&s&&(t=s),t===void 0)throw new Lp.default("The partial "+r.name+" could not be found");if(t instanceof Function)return t(e,r)}function VZe(){return""}function g8(t,e){if(t&&Object.prototype.hasOwnProperty.call(t,e))return t[e]}function ZEr(t,e){return(!e||!("root"in e))&&(e=e?Fp.createFrame(e):{},e.root=t),e}function $Ze(t,e,r,i,s,n){if(t.decorator){var o={};e=t.decorator(e,o,r,i&&i[0],s,n,i),LS.extend(e,o)}return e}function zZe(t,e,r){e&&Object.keys(e).forEach(function(i){var s=e[i];t[i]=e0r(s,r)})}function e0r(t,e){var r=e.lookupProperty;return WEr.wrapHelper(t,function(i){return i.lookupProperty=r,i})}});var Hfe=m((y8,JZe)=>{"use strict";y8.__esModule=!0;y8.default=function(t){(function(){typeof globalThis!="object"&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__)})();var e=globalThis.Handlebars;t.noConflict=function(){return globalThi
`+this.lexer.showPosition()+`
Expecting `+ne.join(", ")+", got '"+(this.terminals_[C]||C)+"'":oe="Parse error on line "+(f+1)+": Unexpected "+(C==1?"end of input":"'"+(this.terminals_[C]||C)+"'"),this.parseError(oe,{text:this.lexer.match,token:this.terminals_[C]||C,line:this.lexer.yylineno,loc:y,expected:ne})}}if(x[0]instanceof Array&&x.length>1)throw new Error("Parse Error: multiple actions possible at state: "+q+", token: "+C);switch(x[0]){case 1:o.push(C),a.push(this.lexer.yytext),c.push(this.lexer.yylloc),o.push(x[1]),C=null,N?(C=N,N=null):(h=this.lexer.yyleng,u=this.lexer.yytext,f=this.lexer.yylineno,y=this.lexer.yylloc,d>0&&d--);break;case 2:if(H=this.productions_[x[1]][1],W.$=a[a.length-H],W._$={first_line:c[c.length-(H||1)].first_line,last_line:c[c.length-1].last_line,first_column:c[c.length-(H||1)].first_column,last_column:c[c.length-1].last_column},g&&(W._$.range=[c[c.length-(H||1)].range[0],c[c.length-1].range[1]]),P=this.performAction.call(W,u,h,f,this.yy,x[1],a,c),typeof P<"u")return P;H&&(o=o.slice(0,-1*H*2),a=a.slice(0,-1*H),c=c.slice(0,-1*H)),o.push(this.productions_[x[1]][0]),a.push(W.$),c.push(W._$),$=l[o[o.length-2]][o[o.length-1]],o.push($);break;case 3:return!0}}return!0}},e=(function(){var i={EOF:1,parseError:function(n,o){if(this.yy.parser)this.yy.parser.parseError(n,o);else throw new Error(n)},setInput:function(n){return this._input=n,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var n=this._input[0];this.yytext+=n,this.yyleng++,this.offset++,this.match+=n,this.matched+=n;var o=n.match(/(?:\r\n?|\n).*/g);return o?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),n},unput:function(n){var o=n.length,a=n.split(/(?:\r\n?|\n)/g);this._input=n+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-o-1),this.offset-=o;var c=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),a.length-1&&(this.yylineno-=a.length-1);var l=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:a?(a.length===c.length?this.yylloc.first_column:0)+c[c.length-a.length].length-a[0].length:this.yylloc.first_column-o},this.options.ranges&&(this.yylloc.range=[l[0],l[0]+this.yyleng-o]),this},more:function(){return this._more=!0,this},less:function(n){this.unput(this.match.slice(n))},pastInput:function(){var n=this.matched.substr(0,this.matched.length-this.match.length);return(n.length>20?"...":"")+n.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var n=this.match;return n.length<20&&(n+=this._input.substr(0,20-n.length)),(n.substr(0,20)+(n.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var n=this.pastInput(),o=new Array(n.length+1).join("-");return n+this.upcomingInput()+`
`+o+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var n,o,a,c,l,u;this._more||(this.yytext="",this.match="");for(var f=this._currentRules(),h=0;h<f.length&&(a=this._input.match(this.rules[f[h]]),!(a&&(!o||a[0].length>o[0].length)&&(o=a,c=h,!this.options.flex)));h++);return o?(u=o[0].match(/(?:\r\n?|\n).*/g),u&&(this.yylineno+=u.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:u?u[u.length-1].length-u[u.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+o[0].length},this.yytext+=o[0],this.match+=o[0],this.matches=o,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(o[0].length),this.matched+=o[0],n=this.performAction.call(this,this.yy,this,f[c],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var n=this.next();return typeof n<"u"?n:this.lex()},begin:function(n){this.conditionStack.push(n)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(n){this.begin(n)}};return i.options={},i.performAction=function(n,o,a,c){function l(f,h){return o.yytext=o.yytext.substring(f,o.yyleng-h+f)}var u=c;switch(a){case 0:if(o.yytext.slice(-2)==="\\\\"?(l(0,1),this.begin("mu")):o.yytext.slice(-1)==="\\"?(l(0,1),this.begin("emu")):this.begin("mu"),o.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;break;case 3:return this.begin("raw"),15;break;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(l(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;break;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;break;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;break;case 16:return this.popState(),44;break;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(o.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;break;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;break;case 30:return this.popState(),33;break;case 31:return o.yytext=l(1,2).replace(/\\"/g,'"'),80;break;case 32:return o.yytext=l(1,2).replace(/\\'/g,"'"),80;break;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return o.yytext=o.yytext.replace(/\\([\\\]])/g,"$1"),72;break;case 43:return"INVALID";case 44:return 5}},i.rules=[/^(?:[^\x00]*?(?=(\{\{)))/,/^(?:[^\x00]+)/,/^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/,/^(?:\{\{\{\{(?=[^\/]))/,/^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/,/^(?:[^\x00]+?(?=(\{\{\{\{)))/,/^(?:[\s\S]*?--(~)?\}\})/,/^(?:\()/,/^(?:\))/,/^(?:\{\{\{\{)/,/^(?:\}\}\}\})/,/^(?:\{\{(~)?>)/,/^(?:\{\{(~)?#>)/,/^(?:\{\{(~)?#\*?)/,/^(?:\{\{(~)?\/)/,/^(?:\{\{(~)?\^\s*(~)?\}\})/,/^(?:\{\{(~)?\s*else\s*(~)?\}\})/,/^(?:\{\{(~)?\^)/,/^(?:\{\{(~)?\s*else\b)/,/^(?:\{\{(~)?\{)/,/^(?:\{\{(~)?&)/,/^(?:\{\{(~)?!--)/,/^(?:\{\{(~)?![\s\S]*?\}\})/,/^(?:\{\{(~)?\*?)/,/^(?:=)/,/^(?:\.\.)/,/^(?:\.(?=([=~}\s\/.)|])))/,/^(?:[\/.])/,/^(?:\s+)/,/^(?:\}(~)?\}\})/,/^(?:(~)?\}\})/,/^(?:"(\\["]|[^"])*")/,/^(?:'(\\[']|[^'])*')/,/^(?:@)/,/^(?:true(?=([~}\s)])))/,/^(?:false(?=([~}\s)])))/,/^(?:undefined(?=([~}\s)])))/,/^(?:null(?=([~}\s)])))/,/^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/,/^(?:as\s+\|)/,/^(?:\|)/,/^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],i.conditions={mu:{rules:[7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44],inclusive:!1},emu:{rules:[2],inclusive:!1},com:{rules:[6],inclusive:!1},raw:{rules:[3,4,5],inclusive:!1},INITIAL:{rules:[0,1,44],inclusive:!0}},i})();t.lexer=e;function r(){this.yy={}}return r.prototype=t,t.Parser=r,new r})();w8.default=u0r;iet.exports=w8.default});var B8=m((S8,aet)=>{"use strict";S8.__esModule=!0;function f0r(t){return t&&t.__esModule?t:{default:t}}var h0r=Sc(),Wfe=f0r(h0r);function C8(){this.parents=[]}C8.prototype={constructor:C8,mutating:!1,acceptKey:function(e,r){var i=this.accept(e[r]);if(this.mutating){if(i&&!C8.prototype[i.type])throw new Wfe.default('Unexpected node type "'+i.type+'" found when accepting '+r+" on "+e.type);e[r]=i}},acceptRequired:function(e,r){if(this.acceptKey(e,r),!e[r])throw new Wfe.default(e.type+" requires "+r)},acceptArray:function(e){for(var r=0,i=e.length;r<i;r++)this.acceptKey(e,r),e[r]||(e.splice(r,1),r--,i--)},accept:function(e){
`])}),e},each:function(e){for(var r=0,i=this.source.length;r<i;r++)e(this.source[r])},empty:function(){var e=this.currentLocation||{start:{}};return new c0(e.start.line,e.start.column,this.srcFile)},wrap:function(e){var r=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return e instanceof c0?e:(e=Ahe(e,this,r),new c0(r.start.line,r.start.column,this.srcFile,e))},functionCall:function(e,r,i){return i=this.generateList(i),this.wrap([e,r?"."+r+"(":"(",i,")"])},quotedString:function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var r=this,i=[];Object.keys(e).forEach(function(n){var o=Ahe(e[n],r);o!=="undefined"&&i.push([r.quotedString(n),":",o])});var s=this.generateList(i);return s.prepend("{"),s.add("}"),s},generateList:function(e){for(var r=this.empty(),i=0,s=e.length;i<s;i++)i&&r.add(","),r.add(Ahe(e[i],this));return r},generateArray:function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r}};O8.default=jet;zet.exports=O8.default});var Ket=m((P8,Yet)=>{"use strict";P8.__esModule=!0;function Jet(t){return t&&t.__esModule?t:{default:t}}var $et=p8(),lbr=Sc(),yhe=Jet(lbr),ubr=Wo(),fbr=Vet(),Wet=Jet(fbr);function HS(t){this.value=t}function jS(){}jS.prototype={nameLookup:function(e,r){return this.internalNameLookup(e,r)},depthedLookup:function(e){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(e),")"]},compilerInfo:function(){var e=$et.COMPILER_REVISION,r=$et.REVISION_CHANGES[e];return[e,r]},appendToBuffer:function(e,r,i){return ubr.isArray(e)||(e=[e]),e=this.source.wrap(e,r),this.environment.isSimple?["return ",e,";"]:i?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(e,r){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(r),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(e,r,i,s){this.environment=e,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!s,this.name=this.environment.name,this.isChild=!!i,this.context=i||{decorators:[],programs:[],environments:[]},this.preamble(),this.stackSlot=0,this.stackVars=[],this.aliases={},this.registers={list:[]},this.hashes=[],this.compileStack=[],this.inlineStack=[],this.blockParams=[],this.compileChildren(e,r),this.useDepths=this.useDepths||e.useDepths||e.useDecorators||this.options.compat,this.useBlockParams=this.useBlockParams||e.useBlockParams;var n=e.opcodes,o=void 0,a=void 0,c=void 0,l=void 0;for(c=0,l=n.length;c<l;c++)o=n[c],this.source.currentLocation=o.loc,a=a||o.loc,this[o.opcode].apply(this,o.args);if(this.source.currentLocation=a,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new yhe.default("Compile completed with content left on stack");this.decorators.isEmpty()?this.decorators=void 0:(this.useDecorators=!0,this.decorators.prepend(["var decorators = container.decorators, ",this.lookupPropertyFunctionVarDeclaration(),`;
`]),this.decorators.push("return fn;"),s?this.decorators=Function.apply(this,["fn","props","container","depth0","data","blockParams","depths",this.decorators.merge()]):(this.decorators.prepend(`function(fn, props, container, depth0, data, blockParams, depths) {
`),this.decorators.push(`}
`),this.decorators=this.decorators.merge()));var u=this.createFunctionContext(s);if(this.isChild)return u;var f={compiler:this.compilerInfo(),main:u};this.decorators&&(f.main_d=this.decorators,f.useDecorators=!0);var h=this.context,d=h.programs,p=h.decorators;for(c=0,l=d.length;c<l;c++)f[c]=d[c],p[c]&&(f[c+"_d"]=p[c],f.useDecorators=!0);return this.environment.usePartial&&(f.usePartial=!0),this.options.data&&(f.useData=!0),this.useDepths&&(f.useDepths=!0),this.useBlockParams&&(f.useBlockParams=!0),this.options.compat&&(f.compat=!0),s?f.compilerOptions=this.options:(f.compiler=JSON.stringify(f.compiler),this.source.currentLocation={start:{line:1,column:0}},f=this.objectLiteral(f),r.srcName?(f=f.toStringWithSourceMap({file:r.destName}),f.map=f.map&&f.map.toString()):f=f.toString()),f},preamble:function(){this.lastContext=0,this.source=new Wet.default(this.options.srcName),this.decorators=new Wet.default(this.options.srcName)},createFunctionContext:function(e){var r=this,i="",s=this.stackVars.concat(this.registers.list);s.length>0&&(i+=", "+s.join(", "));var n=0;Object.keys(this.aliases).forEach(function(c){var l=r.aliases[c];l.children&&l.referenceCount>1&&(i+=", alias"+ ++n+"="+c,l.children[0]="alias"+n)}),this.lookupPropertyFunctionIsUsed&&(i+=", "+this.lookupPropertyFunctionVarDeclaration());var o=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&o.push("blockParams"),this.useDepths&&o.push("depths");var a=this.mergeSource(i);return e?(o.push(a),Function.apply(this,o)):this.source.wrap(["function(",o.join(","),`) {
`,a,"}"])},mergeSource:function(e){var r=this.environment.isSimple,i=!this.forceBuffer,s=void 0,n=void 0,o=void 0,a=void 0;return this.source.each(function(c){c.appendToBuffer?(o?c.prepend(" + "):o=c,a=c):(o&&(n?o.prepend("buffer += "):s=!0,a.add(";"),o=a=void 0),n=!0,r||(i=!1))}),i?o?(o.prepend("return "),a.add(";")):n||this.source.push('return "";'):(e+=", buffer = "+(s?"":this.initializeBuffer()),o?(o.prepend("return buffer + "),a.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(s?"":`;
`)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return`
lookupProperty = container.lookupProperty || function(parent, propertyName) {
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
return parent[propertyName];
}
return undefined
}
`.trim()},blockValue:function(e){var r=this.aliasable("container.hooks.blockHelperMissing"),i=[this.contextName(0)];this.setupHelperArgs(e,0,i);var s=this.popStack();i.splice(1,0,s),this.push(this.source.functionCall(r,"call",i))},ambiguousBlockValue:function(){var e=this.aliasable("container.hooks.blockHelperMissing"),r=[this.contextName(0)];this.setupHelperArgs("",0,r,!0),this.flushInline();var i=this.topStack();r.splice(1,0,i),this.pushSource(["if (!",this.lastHelper,") { ",i," = ",this.source.functionCall(e,"call",r),"}"])},appendContent:function(e){this.pendingContent?e=this.pendingContent+e:this.pendingLocation=this.source.currentLocation,this.pendingContent=e},append:function(){if(this.isInline())this.replaceStack(function(r){return[" != null ? ",r,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var e=this.popStack();this.pushSource(["if (",e," != null) { ",this.appendToBuffer(e,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,r,i,s){var n=0;!s&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(e[n++])):this.pushContext(),this.resolvePath("context",e,n,r,i)},lookupBlockParam:function(e,r){this.useBlockParams=!0,this.push(["blockParams[",e[0],"][",e[1],"]"]),this.resolvePath("context",r,1)},lookupData:function(e,r,i){e?this.pushStackLiteral("container.data(data, "+e+")"):this.pushStackLiteral("data"),this.resolvePath("data",r,0,!0,i)},resolvePath:function(e,r,i,s,n){var o=this;if(this.options.strict||this.options.assumeObjects){this.push(hbr(this.options.strict&&n,this,r,i,e));return}for(var a=r.length,c=function(u){o.replaceStack(function(f){var h=o.nameLookup(f,r[u],e);return s?[" && ",h]:[" != null ? ",h," : ",f]})},l=i;l<a;l++)c(l)},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(e,r){this.pushContext(),this.pushString(r),r!=="SubExpression"&&(typeof e=="string"?this.pushString(e):this.pushStackLiteral(e))},emptyHash:function(e){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(e?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(e.ids)),this.stringParams&&(this.push(this.objectLiteral(e.contexts)),this.push(this.objectLiteral(e.types))),this.push(this.objectLiteral(e.values))},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){e!=null?this.pushStackLiteral(this.programExpression(e)):this.pushStackLiteral(null)},registerDecorator:function(e,r){var i=this.nameLookup("decorators",r,"decorator"),s=this.setupHelperArgs(r,e);this.decorators.push(["var decorator = ",i,";"]),this.decorators.push(['if (typeof decorator !== "function") { throw new Error(',this.quotedString('Missing decorator: "'+r+'"'),"); }"]),this.decorators.push(["fn = ",this.decorators.functionCall("decorator","",["fn","props","container",s])," || fn;"])},invokeHelper:function(e,r,i){var s=this.popStack(),n=this.setupHelper(e,r),o=[];i&&o.push(n.name),o.push(s),this.options.strict||o.push(this.aliasable("container.hooks.helperMissing"));var a=["(",this.itemsSeparatedBy(o,"||"),")"],c=this.source.functionCall(a,"call",n.callParams);this.push(c)},itemsSeparatedBy:function(e,r){var i=[];i.push(e[0]);for(var s=1;s<e.length;s++)i.push(r,e[s]);return i},invokeKnownHelper:function(e,r){var i=this.setupHelper(e,r);this.push(this.source.functionCall(i.name,"call",i.callParams))},invokeAmbiguous:function(e,r){this.useRegister("helper")
`,e};Ui.prototype.Program=function(t){var e="",r=t.body,i=void 0,s=void 0;if(t.blockParams){var n="BLOCK PARAMS: [";for(i=0,s=t.blockParams.length;i<s;i++)n+=" "+t.blockParams[i];n+=" ]",e+=this.pad(n)}for(i=0,s=r.length;i<s;i++)e+=this.accept(r[i]);return this.padding--,e};Ui.prototype.MustacheStatement=function(t){return this.pad("{{ "+this.SubExpression(t)+" }}")};Ui.prototype.Decorator=function(t){return this.pad("{{ DIRECTIVE "+this.SubExpression(t)+" }}")};Ui.prototype.BlockStatement=Ui.prototype.DecoratorBlock=function(t){var e="";return e+=this.pad((t.type==="DecoratorBlock"?"DIRECTIVE ":"")+"BLOCK:"),this.padding++,e+=this.pad(this.SubExpression(t)),t.program&&(e+=this.pad("PROGRAM:"),this.padding++,e+=this.accept(t.program),this.padding--),t.inverse&&(t.program&&this.padding++,e+=this.pad("{{^}}"),this.padding++,e+=this.accept(t.inverse),this.padding--,t.program&&this.padding--),this.padding--,e};Ui.prototype.PartialStatement=function(t){var e="PARTIAL:"+t.name.original;return t.params[0]&&(e+=" "+this.accept(t.params[0])),t.hash&&(e+=" "+this.accept(t.hash)),this.pad("{{> "+e+" }}")};Ui.prototype.PartialBlockStatement=function(t){var e="PARTIAL BLOCK:"+t.name.original;return t.params[0]&&(e+=" "+this.accept(t.params[0])),t.hash&&(e+=" "+this.accept(t.hash)),e+=" "+this.pad("PROGRAM:"),this.padding++,e+=this.accept(t.program),this.padding--,this.pad("{{> "+e+" }}")};Ui.prototype.ContentStatement=function(t){return this.pad("CONTENT[ '"+t.value+"' ]")};Ui.prototype.CommentStatement=function(t){return this.pad("{{! '"+t.value+"' }}")};Ui.prototype.SubExpression=function(t){for(var e=t.params,r=[],i=void 0,s=0,n=e.length;s<n;s++)r.push(this.accept(e[s]));return e="["+r.join(", ")+"]",i=t.hash?" "+this.accept(t.hash):"",this.accept(t.path)+" "+e+i};Ui.prototype.PathExpression=function(t){var e=t.parts.join("/");return(t.data?"@":"")+"PATH:"+e};Ui.prototype.StringLiteral=function(t){return'"'+t.value+'"'};Ui.prototype.NumberLiteral=function(t){return"NUMBER{"+t.value+"}"};Ui.prototype.BooleanLiteral=function(t){return"BOOLEAN{"+t.value+"}"};Ui.prototype.UndefinedLiteral=function(){return"UNDEFINED"};Ui.prototype.NullLiteral=function(){return"NULL"};Ui.prototype.Hash=function(t){for(var e=t.pairs,r=[],i=0,s=e.length;i<s;i++)r.push(this.accept(e[i]));return"HASH{"+r.join(", ")+"}"};Ui.prototype.HashPair=function(t){return t.key+"="+this.accept(t.value)}});var ntt=m((dei,stt)=>{var L8=ett().default,itt=ttt();L8.PrintVisitor=itt.PrintVisitor;L8.print=itt.print;stt.exports=L8;function rtt(t,e){var r=require("fs"),i=r.readFileSync(e,"utf8");t.exports=L8.compile(i)}typeof require<"u"&&require.extensions&&(require.extensions[".handlebars"]=rtt,require.extensions[".hbs"]=rtt)});var btt=z(require("fs"),1),wtt=z(require("path"),1);var Phe=z(require("os"),1);function zh(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}function Z8(t){return Object.keys(t).length?{title:t.title,file:t.file,line:t.startLine,endLine:t.endLine,col:t.startColumn,endColumn:t.endColumn}:{}}function Vh(t,e,r){let i=new eG(t,e,r);process.stdout.write(i.toString()+Phe.EOL)}function tG(t,e=""){Vh(t,{},e)}var Ohe="::",eG=class{constructor(e,r,i){e||(e="missing.command"),this.command=e,this.properties=r,this.message=i}toString(){let e=Ohe+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(let i in this.properties)if(this.properties.hasOwnProperty(i)){let s=this.properties[i];s&&(r?r=!1:e+=",",e+=`${i}=${Ftt(s)}`)}}return e+=`${Ohe}${Ltt(this.message)}`,e}};function Ltt(t){return zh(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function Ftt(t){return zh(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}var Qhe=z(require("crypto"),1),S1=z(require("fs"),1),I1=z(require("os"),1);function B1(t,e){let r=process.env[`GITHUB_${t}`];if(!r)throw new Error(`Unable to find environment variable for file command ${t}`);if(!S1.existsSync(r))throw new Error(`Missing file at path: ${r}`);S1.appendFileSync(r,`${zh(e)}${I1.EOL}`,{e
Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}function _D(t,e){if(process.env.GITHUB_OUTPUT||"")return B1("OUTPUT",rG(t,e));process.stdout.write(jj.EOL),Vh("set-output",{name:t},zh(e))}function RD(t){process.exitCode=Hj.Failure,$l(t)}function $u(){return process.env.RUNNER_DEBUG==="1"}function Q(t){Vh("debug",{},t)}function $l(t,e={}){Vh("error",Z8(e),t instanceof Error?t.toString():t)}function rt(t,e={}){Vh("warning",Z8(e),t instanceof Error?t.toString():t)}function V(t){process.stdout.write(t+jj.EOL)}function Cmt(t){tG("group",t)}function Imt(){tG("endgroup")}function Si(t,e){return wmt(this,void 0,void 0,function*(){Cmt(t);let r;try{r=yield e()}finally{Imt()}return r})}function Wl(t,e){if(process.env.GITHUB_STATE||"")return B1("STATE",rG(t,e));Vh("save-state",{name:t},zh(e))}function Rbe(t){return process.env[`STATE_${t}`]||""}var xk=z(require("fs"),1),O7=z(require("os"),1),P7=z(require("path"),1);var hz=z(require("crypto"),1),Qn=z(require("fs"),1);var Eyt=z(uz(),1);var jD=z(require("os"),1),Jl=z(require("path"),1);var Lc=z(uz(),1),ECe=z(require("stream"),1),bCe=z(require("util"),1),dz=require("assert");var yCe=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})},GD=class{constructor(e,r,i){if(e<1)throw new Error("max attempts should be greater than or equal to 1");if(this.maxAttempts=e,this.minSeconds=Math.floor(r),this.maxSeconds=Math.floor(i),this.minSeconds>this.maxSeconds)throw new Error("min seconds should be less than or equal to max seconds")}execute(e,r){return yCe(this,void 0,void 0,function*(){let i=1;for(;i<this.maxAttempts;){try{return yield e()}catch(n){if(r&&!r(n))throw n;V(n.message)}let s=this.getSleepAmount();V(`Waiting ${s} seconds before trying again`),yield this.sleep(s),i++}return yield e()})}getSleepAmount(){return Math.floor(Math.random()*(this.maxSeconds-this.minSeconds+1))+this.minSeconds}sleep(e){return yCe(this,void 0,void 0,function*(){return new Promise(r=>setTimeout(r,e*1e3))})}};var Ju=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})},HD=class extends Error{constructor(e){super(`Unexpected HTTP response: ${e}`),this.httpStatusCode=e,Object.setPrototypeOf(this,new.target.prototype)}},wCe=process.platform==="win32",lSr=process.platform==="darwin",wyt="actions/tool-cache";function Fc(t,e,r,i){return Ju(this,void 0,void 0,function*(){e=e||Jl.join(xCe(),hz.randomUUID()),yield ld(Jl.dirname(e)),Q(`Downloading ${t}`),Q(`Destination ${e}`);let s=3,n=fz("TEST_DOWNLOAD_TOOL_RETRY_MIN_SECONDS",10),o=fz("TEST_DOWNLOAD_TOOL_RETRY_MAX_SECONDS",20);return yield new GD(s,n,o).execute(()=>Ju(this,void 0,void 0,function*(){return yield Cyt(t,e||"",r,i)}),c=>!(c instanceof HD&&c.httpStatusCode&&c.httpStatusCode<500&&c.httpStatusCode!==408&&c.httpStatusCode!==429))})}function Cyt(t,e,r,i){return Ju(this,void 0,void 0,function*(){if(Qn.existsSync(e))throw new Error(`Destination file path ${e} already exists`);let s=new Qs(wyt,[],{allowRetries:!1});r&&(Q("set auth"),i===void 0&&(i={}),i.authorization=r);let n=yield s.get(t,i);if(n.message.statusCode!==200){let u=new HD(n.message.statusCode);throw Q(`Failed to download from "${t}". Code(${n.message.statusCode}) Message(${n.message.statusMessage})`),u}let o=bCe.promisify(ECe.pipeline),c=fz("TEST_DOWNLOAD_TOOL_RESPONSE_MESSAGE_FACTORY",()=>n.message)(),l=!1;try{return yield o(c,Qn.createWriteStream(e)),Q("download complete"),l=!0,e}finally{if(!l){Q("download failed");try{yield BD(e)}catch(u){Q(`Failed to delete '${e}'. ${u.message}`)}}}})}function CCe(t,e){return Ju(this,arguments,void 0,function*(r,i,s="xz"){if(!r)throw new Error("parame
`),e=e.replace(/\r/g,`
`));let s=e.split(`
`).map(n=>n.trim());for(let n of s)!n||n.startsWith("#")||i.patterns.push(new gv(n));return i.searchPaths.push(...gz(i.patterns)),i})}static stat(e,r,i){return Iz(this,void 0,void 0,function*(){let s;if(r.followSymbolicLinks)try{s=yield xb.promises.stat(e.path)}catch(n){if(n.code==="ENOENT"){if(r.omitBrokenSymbolicLinks){Q(`Broken symlink '${e.path}'`);return}throw new Error(`No information found for the path '${e.path}'. This may indicate a broken symbolic link.`)}throw n}else s=yield xb.promises.lstat(e.path);if(s.isDirectory()&&r.followSymbolicLinks){let n=yield xb.promises.realpath(e.path);for(;i.length>=e.level;)i.pop();if(i.some(o=>o===n)){Q(`Symlink cycle detected for path '${e.path}' and realpath '${n}'`);return}i.push(n)}return s})}};var iEt=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})};function ZCe(t,e){return iEt(this,void 0,void 0,function*(){return yield JD.create(t,e)})}var fO=z(require("crypto"),1),Tb=z(require("fs"),1),Og=z(require("path"),1),jSe=z(GSe(),1),zSe=z(require("util"),1);var vv;(function(t){t.Gzip="cache.tgz",t.Zstd="cache.tzst"})(vv||(vv={}));var yo;(function(t){t.Gzip="gzip",t.ZstdWithoutLong="zstd-without-long",t.Zstd="zstd"})(yo||(yo={}));var Ha;(function(t){t.GNU="gnu",t.BSD="bsd"})(Ha||(Ha={}));var lO=2,uO=5e3,Hz=5e3,jz=`${process.env.PROGRAMFILES}\\Git\\usr\\bin\\tar.exe`,HSe=`${process.env.SYSTEMDRIVE}\\Windows\\System32\\tar.exe`,xv="cache.tar",zz="manifest.txt",EBr=10*Math.pow(1024,3);var Rb=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})},ewt=function(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof __values=="function"?__values(t):t[Symbol.iterator](),r={},i("next"),i("throw"),i("return"),r[Symbol.asyncIterator]=function(){return this},r);function i(n){r[n]=t[n]&&function(o){return new Promise(function(a,c){o=t[n](o),s(a,c,o.done,o.value)})}}function s(n,o,a,c){Promise.resolve(c).then(function(l){n({value:l,done:a})},o)}},twt="1.0";function _v(){return Rb(this,void 0,void 0,function*(){let t=process.platform==="win32",e=process.env.RUNNER_TEMP||"";if(!e){let i;t?i=process.env.USERPROFILE||"C:\\":process.platform==="darwin"?i="/Users":i="/home",e=Og.join(i,"actions","temp")}let r=Og.join(e,fO.randomUUID());return yield ld(r),r})}function Ku(t){return Tb.statSync(t).size}function Vz(t){return Rb(this,void 0,void 0,function*(){var e,r,i,s,n;let o=[],a=(n=process.env.GITHUB_WORKSPACE)!==null&&n!==void 0?n:process.cwd(),c=yield ZCe(t.join(`
`),{implicitDescendants:!1});try{for(var l=!0,u=ewt(c.globGenerator()),f;f=yield u.next(),e=f.done,!e;l=!0){s=f.value,l=!1;let d=Og.relative(a,s).replace(new RegExp(`\\${Og.sep}`,"g"),"/");Q(`Matched: ${d}`),d===""?o.push("."):o.push(`${d}`)}}catch(h){r={error:h}}finally{try{!l&&!e&&(i=u.return)&&(yield i.call(u))}finally{if(r)throw r.error}}return o})}function Rv(t){return Rb(this,void 0,void 0,function*(){return zSe.promisify(Tb.unlink)(t)})}function VSe(t){return Rb(this,arguments,void 0,function*(e,r=[]){let i="";r.push("--version"),Q(`Checking ${e} ${r.join(" ")}`);try{yield qa(`${e}`,r,{ignoreReturnCode:!0,silent:!0,listeners:{stdout:s=>i+=s.toString(),stderr:s=>i+=s.toString()}})}catch(s){Q(s.message)}return i=i.trim(),Q(i),i})}function Tv(){return Rb(this,void 0,void 0,function*(){let t=yield VSe("zstd",["--quiet"]),e=jSe.clean(t);return Q(`zstd version: ${e}`),t===""?yo.Gzip:yo.ZstdWithoutLong})}function dm(t){return t===yo.Gzip?vv.Gzip:vv.Zstd}function $Se(){return Rb(this,void 0,void 0,function*(){return Tb.existsSync(jz)?jz:(yield VSe("tar")).toLowerCase().includes("gnu tar")?pn("tar"):""})}function $z(t,e){if(e===void 0)throw Error(`Expected ${t} but value was undefiend`);return e}function Nb(t,e,r=!1){let i=t.slice();return e&&i.push(e),process.platform==="win32"&&!r&&i.push("windows-only"),i.push(twt),fO.createHash("sha256").update(i.join("|")).digest("hex")}function WSe(){let t=process.env.ACTIONS_RUNTIME_TOKEN;if(!t)throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable");return t}var nw=z(require("fs"),1),sTe=require("url");var Xu=class extends Error{constructor(e){super(e),this.name="AbortError"}};var JSe=require("node:os"),YSe=z(require("node:util"),1),KSe=z(require("node:process"),1);function XSe(t,...e){KSe.default.stderr.write(`${YSe.default.format(t,...e)}${JSe.EOL}`)}var ZSe=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,tBe,Wz=[],Jz=[],dO=[];ZSe&&Yz(ZSe);var rBe=Object.assign(t=>iBe(t),{enable:Yz,enabled:Kz,disable:rwt,log:XSe});function Yz(t){tBe=t,Wz=[],Jz=[];let e=t.split(",").map(r=>r.trim());for(let r of e)r.startsWith("-")?Jz.push(r.substring(1)):Wz.push(r);for(let r of dO)r.enabled=Kz(r.namespace)}function Kz(t){if(t.endsWith("*"))return!0;for(let e of Jz)if(eBe(t,e))return!1;for(let e of Wz)if(eBe(t,e))return!0;return!1}function eBe(t,e){if(e.indexOf("*")===-1)return t===e;let r=e;if(e.indexOf("**")!==-1){let h=[],d="";for(let p of e)p==="*"&&d==="*"||(d=p,h.push(p));r=h.join("")}let i=0,s=0,n=r.length,o=t.length,a=-1,c=-1;for(;i<o&&s<n;)if(r[s]==="*"){if(a=s,s++,s===n)return!0;for(;t[i]!==r[s];)if(i++,i===o)return!1;c=i,i++,s++;continue}else if(r[s]===t[i])s++,i++;else if(a>=0){if(s=a+1,i=c+1,i===o)return!1;for(;t[i]!==r[s];)if(i++,i===o)return!1;c=i,i++,s++;continue}else return!1;let l=i===t.length,u=s===r.length,f=s===r.length-1&&r[s]==="*";return l&&(u||f)}function rwt(){let t=tBe||"";return Yz(""),t}function iBe(t){let e=Object.assign(r,{enabled:Kz(t),destroy:iwt,log:rBe.log,namespace:t,extend:swt});function r(...i){e.enabled&&(i.length>0&&(i[0]=`${t} ${i[0]}`),e.log(...i))}return dO.push(e),e}function iwt(){let t=dO.indexOf(this);return t>=0?(dO.splice(t,1),!0):!1}function swt(t){let e=iBe(`${this.namespace}:${t}`);return e.log=this.log,e}var Db=rBe;var Xz=["verbose","info","warning","error"],sBe={verbose:400,info:300,warning:200,error:100};function nBe(t,e){e.log=(...r)=>{t.log(...r)}}function oBe(t){return Xz.includes(t)}function pO(t){let e=new Set,r=typeof process<"u"&&process.env&&process.env[t.logLevelEnvVarName]||void 0,i,s=Db(t.namespace);s.log=(...u)=>{Db.log(...u)};function n(u){if(u&&!oBe(u))throw new Error(`Unknown log level '${u}'. Acceptable values: ${Xz.join(",")}`);i=u;let f=[];for(let h of e)o(h)&&f.push(h.namespace);Db.enable(f.join(","))}r&&(oBe(r)?n(r):console.error(`${t.logLevelEnvVarName} set to unknown log level '${r}'; logging is not enabled. Acceptable values: ${Xz.join(", ")}.`));function o(u){return!!(i&&sBe[u.level]<=sBe[i])}function a(u,f){let h=Object.assign(u.extend(f),{level:f});if(nBe(u,h),o(h)){let d=Db.disable();Db.enab
${lwt.sanitize({...this,request:{...this.request,agent:i},response:this.response})}`,enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function yO(t){return t instanceof Eo?!0:Qg(t)&&t.name==="RestError"}function ra(t,e){return Buffer.from(t,e)}var EO=z(require("node:http"),1),bO=z(require("node:https"),1),i9=z(require("node:zlib"),1),hBe=require("node:stream");var qc=Nv("ts-http-runtime");var uwt={};function Dv(t){return t&&typeof t.pipe=="function"}function fBe(t){return t.readable===!1?Promise.resolve():new Promise(e=>{let r=()=>{e(),t.removeListener("close",r),t.removeListener("end",r),t.removeListener("error",r)};t.on("close",r),t.on("end",r),t.on("error",r)})}function dBe(t){return t&&typeof t.byteLength=="number"}var wO=class extends hBe.Transform{loadedBytes=0;progressCallback;_transform(e,r,i){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),i()}catch(s){i(s)}}constructor(e){super(),this.progressCallback=e}},s9=class{cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(e){let r=new AbortController,i;if(e.abortSignal){if(e.abortSignal.aborted)throw new Xu("The operation was aborted. Request has already been canceled.");i=l=>{l.type==="abort"&&r.abort()},e.abortSignal.addEventListener("abort",i)}let s;e.timeout>0&&(s=setTimeout(()=>{let l=new Xl;qc.info(`request to '${l.sanitizeUrl(e.url)}' timed out. canceling...`),r.abort()},e.timeout));let n=e.headers.get("Accept-Encoding"),o=n?.includes("gzip")||n?.includes("deflate"),a=typeof e.body=="function"?e.body():e.body;if(a&&!e.headers.has("Content-Length")){let l=pwt(a);l!==null&&e.headers.set("Content-Length",l)}let c;try{if(a&&e.onUploadProgress){let p=e.onUploadProgress,A=new wO(p);A.on("error",y=>{qc.error("Error in upload progress",y)}),Dv(a)?a.pipe(A):A.end(a),a=A}let l=await this.makeRequest(e,r,a);s!==void 0&&clearTimeout(s);let u=fwt(l),h={status:l.statusCode??0,headers:u,request:e};if(e.method==="HEAD")return l.resume(),h;c=o?hwt(l,u):l;let d=e.onDownloadProgress;if(d){let p=new wO(d);p.on("error",A=>{qc.error("Error in download progress",A)}),c.pipe(p),c=p}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(h.status)?h.readableStreamBody=c:h.bodyAsText=await dwt(c),h}finally{if(e.abortSignal&&i){let l=Promise.resolve();Dv(a)&&(l=fBe(a));let u=Promise.resolve();Dv(c)&&(u=fBe(c)),Promise.all([l,u]).then(()=>{i&&e.abortSignal?.removeEventListener("abort",i)}).catch(f=>{qc.warning("Error when cleaning up abortListener on httpRequest",f)})}}}makeRequest(e,r,i){let s=new URL(e.url),n=s.protocol!=="https:";if(n&&!e.allowInsecureConnection)throw new Error(`Cannot connect to ${e.url} while allowInsecureConnection is false.`);let a={agent:e.agent??this.getOrCreateAgent(e,n),hostname:s.hostname,path:`${s.pathname}${s.search}`,port:s.port,method:e.method,headers:e.headers.toJSON({preserveCase:!0}),...e.requestOverrides};return new Promise((c,l)=>{let u=n?EO.default.request(a,c):bO.default.request(a,c);u.once("error",f=>{l(new Eo(f.message,{code:f.code??Eo.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let f=new Xu("The operation was aborted. Rejecting from abort signal callback while making request.");u.destroy(f),l(f)}),i&&Dv(i)?i.pipe(u):i?typeof i=="string"||Buffer.isBuffer(i)?u.end(i):dBe(i)?u.end(ArrayBuffer.isView(i)?Buffer.from(i.buffer):Buffer.from(i)):(qc.error("Unrecognized body type",i),l(new Eo("Unrecognized body type"))):u.end()})}getOrCreateAgent(e,r){let i=e.disableKeepAlive;if(r)return i?EO.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new EO.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(i&&!e.tlsSettings)return bO.default.globalAgent;let s=e.tlsSettings??uwt,n=this.cachedHttpsAgents.get(s);return n&&n.options.keepAlive===!i||(qc.info("No cached TLS Agent exist, creating a new Agent"),n=new bO.default.Agent({keepAlive:!i,...s}),this.cachedHttpsAgents.set(s,n)),n}}};function fwt(t){let e=ja();for(let r of Object.keys(t.headers)){let i=t.headers[r];Array.isArray(i)?i.length>0&&e.set(
`;return e}function VCt(t){return t instanceof Uint8Array?t.byteLength:jO(t)?t.size===-1?void 0:t.size:void 0}function $Ct(t){let e=0;for(let r of t){let i=VCt(r);if(i===void 0)return;e+=i}return e}async function WCt(t,e,r){let i=[ra(`--${r}`,"utf-8"),...e.flatMap(n=>[ra(`\r
`,"utf-8"),ra(zCt(n.headers),"utf-8"),ra(`\r
`,"utf-8"),n.body,ra(`\r
--${r}`,"utf-8")]),ra(`--\r
\r
`,"utf-8")],s=$Ct(i);s&&t.headers.set("Content-Length",s),t.body=await mve(i)}var kv="multipartPolicy",JCt=70,YCt=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function KCt(t){if(t.length>JCt)throw new Error(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!YCt.has(e)))throw new Error(`Multipart boundary "${t}" contains invalid characters`)}function VO(){return{name:kv,async sendRequest(t,e){if(!t.multipartBody)return e(t);if(t.body)throw new Error("multipartBody and regular body cannot be set at the same time");let r=t.multipartBody.boundary,i=t.headers.get("Content-Type")??"multipart/mixed",s=i.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!s)throw new Error(`Got multipart request body, but content-type header was not multipart: ${i}`);let[,n,o]=s;if(o&&r&&o!==r)throw new Error(`Multipart boundary was specified as ${o} in the header, but got ${r} in the request body`);return r??=o,r?KCt(r):r=jCt(),t.headers.set("Content-Type",`${n}; boundary=${r}`),await WCt(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}function $O(){return gO()}var Ave=pO({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),rRr=Ave.logger;function tf(t){return Ave.createClientLogger(t)}var rf=tf("core-rest-pipeline");function S9(t={}){return IO({logger:rf.info,...t})}var B9=SO;function v9(t={}){return BO(t)}var WO=z(require("node:os"),1),JO=z(require("node:process"),1);function gve(){return"User-Agent"}async function yve(t){if(JO.default&&JO.default.versions){let e=`${WO.default.type()} ${WO.default.release()}; ${WO.default.arch()}`,r=JO.default.versions;r.bun?t.set("Bun",`${r.bun} (${e})`):r.deno?t.set("Deno",`${r.deno} (${e})`):r.node&&t.set("Node",`${r.node} (${e})`)}}var YO="1.22.2";function nIt(t){let e=[];for(let[r,i]of t){let s=i?`${r}/${i}`:r;e.push(s)}return e.join(" ")}function Eve(){return gve()}async function KO(t){let e=new Map;e.set("core-rest-pipeline",YO),await yve(e);let r=nIt(e);return t?`${t} ${r}`:r}var bve=Eve(),wve="userAgentPolicy";function x9(t={}){let e=KO(t.userAgentPrefix);return{name:wve,async sendRequest(r,i){return r.headers.has(bve)||r.headers.set(bve,await e),i(r)}}}var Wa=class extends Error{constructor(e){super(e),this.name="AbortError"}};function _9(t,e){let{cleanupBeforeAbort:r,abortSignal:i,abortErrorMsg:s}=e??{};return new Promise((n,o)=>{function a(){o(new Wa(s??"The operation was aborted."))}function c(){i?.removeEventListener("abort",l)}function l(){r?.(),c(),a()}if(i?.aborted)return a();try{t(u=>{c(),n(u)},u=>{c(),o(u)})}catch(u){o(u)}i?.addEventListener("abort",l)})}var uIt="The delay was aborted.";function Lv(t,e){let r,{abortSignal:i,abortErrorMsg:s}=e??{};return _9(n=>{r=setTimeout(n,t)},{cleanupBeforeAbort:()=>clearTimeout(r),abortSignal:i,abortErrorMsg:s??uIt})}function mm(t){if(Qg(t))return t.message;{let e;try{typeof t=="object"&&t?e=JSON.stringify(t):e=String(t)}catch{e="[unable to stringify input]"}return`Unknown error ${e}`}}function Cve(t){return Qg(t)}function Mb(){return Pg()}var br=Fg;var Ive=Symbol("rawContent");function T9(t){return typeof t[Ive]=="function"}function Sve(t){return T9(t)?t[Ive]():t}var XO=kv;function N9(){let t=VO();return{name:XO,sendRequest:async(e,r)=>{if(e.multipartBody)for(let i of e.multipartBody.parts)T9(i.body)&&(i.body=Sve(i.body));return t.sendRequest(e,r)}}}var D9=vO;function O9(){return xO()}function P9(t={}){return TO(t)}function Q9(){return NO()}function Am(t){return E9(t)}function k9(t,e){return qO(t,e)}var Bve="setClientRequestIdPolicy";function L9(t="x-ms-client-request-id"){return{name:Bve,async sendRequest(e,r){return e.headers.has(t)||e.headers.set(t,e.requestId),r(e)}}}function F9(t){return GO(t)}function M9(t){return HO(t)}var Ub={span:Symbol.for("@azure/core-tracing span"),namespace:Symbol.for("@azure/core-tracing namespace")};function vve(t={}){let e=new U9(t.parentContext);return t.span&&(e=e.setValue(Ub.span,t.span)),t.namespace&&(e=e.setValue(Ub.namespace,t.namespace)),e}var U9=class t{_contextMap;constructor(e){this._contextMap=e instanceof t
`&&t[n]!=="\r";n++)c+=t[n];if(c=c.trim(),c[c.length-1]==="/"&&(c=c.substring(0,c.length-1),n--),!PSt(c)){let f;return c.trim().length===0?f="Invalid space after '<'.":f="Tag '"+c+"' is an invalid name.",zi("InvalidTag",f,bo(t,n))}let l=RSt(t,n);if(l===!1)return zi("InvalidAttr","Attributes for '"+c+"' have open quote.",bo(t,n));let u=l.value;if(n=l.index,u[u.length-1]==="/"){let f=n-u.length;u=u.substring(0,u.length-1);let h=lxe(u,e);if(h===!0)i=!0;else return zi(h.err.code,h.err.msg,bo(t,f+h.err.line))}else if(a)if(l.tagClosed){if(u.trim().length>0)return zi("InvalidTag","Closing tag '"+c+"' can't have attributes or invalid starting.",bo(t,o));if(r.length===0)return zi("InvalidTag","Closing tag '"+c+"' has not been opened.",bo(t,o));{let f=r.pop();if(c!==f.tagName){let h=bo(t,f.tagStartPos);return zi("InvalidTag","Expected closing tag '"+f.tagName+"' (opened in line "+h.line+", col "+h.col+") instead of closing tag '"+c+"'.",bo(t,o))}r.length==0&&(s=!0)}}else return zi("InvalidTag","Closing tag '"+c+"' doesn't have proper closing.",bo(t,n));else{let f=lxe(u,e);if(f!==!0)return zi(f.err.code,f.err.msg,bo(t,n-u.length+f.err.line));if(s===!0)return zi("InvalidXml","Multiple possible root nodes found.",bo(t,n));e.unpairedTags.indexOf(c)!==-1||r.push({tagName:c,tagStartPos:o}),i=!0}for(n++;n<t.length;n++)if(t[n]==="<")if(t[n+1]==="!"){n++,n=cxe(t,n);continue}else if(t[n+1]==="?"){if(n=axe(t,++n),n.err)return n}else break;else if(t[n]==="&"){let f=DSt(t,n);if(f==-1)return zi("InvalidChar","char '&' is not expected.",bo(t,n));n=f}else if(s===!0&&!oxe(t[n]))return zi("InvalidXml","Extra text at the end",bo(t,n));t[n]==="<"&&n--}}else{if(oxe(t[n]))continue;return zi("InvalidChar","char '"+t[n]+"' is not expected.",bo(t,n))}if(i){if(r.length==1)return zi("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",bo(t,r[0].tagStartPos));if(r.length>0)return zi("InvalidXml","Invalid '"+JSON.stringify(r.map(n=>n.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return zi("InvalidXml","Start tag expected.",1);return!0}function oxe(t){return t===" "||t===" "||t===`
`||t==="\r"}function axe(t,e){let r=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){let i=t.substr(r,e-r);if(e>5&&i==="xml")return zi("InvalidXml","XML declaration allowed only at the start of the document.",bo(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}function cxe(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let r=1;for(e+=8;e<t.length;e++)if(t[e]==="<")r++;else if(t[e]===">"&&(r--,r===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}var xSt='"',_St="'";function RSt(t,e){let r="",i="",s=!1;for(;e<t.length;e++){if(t[e]===xSt||t[e]===_St)i===""?i=t[e]:i!==t[e]||(i="");else if(t[e]===">"&&i===""){s=!0;break}r+=t[e]}return i!==""?!1:{value:r,index:e,tagClosed:s}}var TSt=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function lxe(t,e){let r=lP(t,TSt),i={};for(let s=0;s<r.length;s++){if(r[s][1].length===0)return zi("InvalidAttr","Attribute '"+r[s][2]+"' has no space in starting.",Jv(r[s]));if(r[s][3]!==void 0&&r[s][4]===void 0)return zi("InvalidAttr","Attribute '"+r[s][2]+"' is without value.",Jv(r[s]));if(r[s][3]===void 0&&!e.allowBooleanAttributes)return zi("InvalidAttr","boolean attribute '"+r[s][2]+"' is not allowed.",Jv(r[s]));let n=r[s][2];if(!OSt(n))return zi("InvalidAttr","Attribute '"+n+"' is an invalid name.",Jv(r[s]));if(!Object.prototype.hasOwnProperty.call(i,n))i[n]=1;else return zi("InvalidAttr","Attribute '"+n+"' is repeated.",Jv(r[s]))}return!0}function NSt(t,e){let r=/\d/;for(t[e]==="x"&&(e++,r=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(r))break}return-1}function DSt(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,NSt(t,e);let r=0;for(;e<t.length;e++,r++)if(!(t[e].match(/\w/)&&r<20)){if(t[e]===";")break;return-1}return e}function zi(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}function OSt(t){return Hb(t)}function PSt(t){return Hb(t)}function bo(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}function Jv(t){return t.startIndex+t[1].length}var uxe=t=>Wv.includes(t)?"__"+t:t,QSt={preserveOrder:!1,attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,removeNSPrefix:!1,allowBooleanAttributes:!1,parseTagValue:!0,parseAttributeValue:!1,trimValues:!0,cdataPropName:!1,numberParseOptions:{hex:!0,leadingZeros:!0,eNotation:!0},tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},stopNodes:[],alwaysCreateTextNode:!1,isArray:()=>!1,commentPropName:!1,unpairedTags:[],processEntities:!0,htmlEntities:!1,ignoreDeclaration:!1,ignorePiTags:!1,transformTagName:!1,transformAttributeName:!1,updateTag:function(t,e,r){return t},captureMetaData:!1,maxNestedTags:100,strictReservedNames:!0,jPath:!0,onDangerousProperty:uxe};function kSt(t,e){if(typeof t!="string")return;let r=t.toLowerCase();if(Wv.some(i=>r===i.toLowerCase()))throw new Error(`[SECURITY] Invalid ${e}: "${t}" is a reserved JavaScript keyword that could cause prototype pollution`);if(uP.some(i=>r===i.toLowerCase()))throw new Error(`[SECURITY] Invalid ${e}: "${t}" is a reserved JavaScript keyword that could cause prototype pollution`)}function fxe(t){return typeof t=="boolean"?{enabled:t,maxEntitySize:1e4,maxExpansionDepth:10,maxTotalExpansions:1e3,maxExpandedLength:1e5,maxEntityCount:100,allowedTags:null,tagFilter:null}:typeof t=="object"&&t!==null?{enabled:t.enabled!==!1,maxEntitySize:Math.max(1,t.maxEntitySize??1e4),maxExpansionDepth:Math.max(1,t.maxExpansionDepth??10),maxTotalExpansions:Math.max(1,t.maxTotalExpansions??1e3),maxExpandedLength:Math.max(1,t.maxExpandedLength??1e5),maxEntityCount:Math.max(1,t.maxEntityCount??100),allowedTags:t.allowedTags??null,tagFilter:t.tagFilter??null}:fxe(!0)}v
`);let e=new na("!xml"),r=e,i="";this.matcher.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let s=new Kv(this.options.processEntities);for(let n=0;n<t.length;n++)if(t[n]==="<")if(t[n+1]==="/"){let a=jg(t,">",n,"Closing Tag is not closed."),c=t.substring(n+2,a).trim();if(this.options.removeNSPrefix){let u=c.indexOf(":");u!==-1&&(c=c.substr(u+1))}c=oV(this.options.transformTagName,c,"",this.options).tagName,r&&(i=this.saveTextToParentTag(i,r,this.matcher));let l=this.matcher.getCurrentTag();if(c&&this.options.unpairedTags.indexOf(c)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: </${c}>`);l&&this.options.unpairedTags.indexOf(l)!==-1&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),i="",n=a}else if(t[n+1]==="?"){let a=aV(t,n,!1,"?>");if(!a)throw new Error("Pi Tag is not closed.");if(i=this.saveTextToParentTag(i,r,this.matcher),!(this.options.ignoreDeclaration&&a.tagName==="?xml"||this.options.ignorePiTags)){let c=new na(a.tagName);c.add(this.options.textNodeName,""),a.tagName!==a.tagExp&&a.attrExpPresent&&(c[":@"]=this.buildAttributesMap(a.tagExp,this.matcher,a.tagName)),this.addChild(r,c,this.matcher,n)}n=a.closeIndex+1}else if(t.substr(n+1,3)==="!--"){let a=jg(t,"-->",n+4,"Comment is not closed.");if(this.options.commentPropName){let c=t.substring(n+4,a-2);i=this.saveTextToParentTag(i,r,this.matcher),r.add(this.options.commentPropName,[{[this.options.textNodeName]:c}])}n=a}else if(t.substr(n+1,2)==="!D"){let a=s.readDocType(t,n);this.docTypeEntities=a.entities,n=a.i}else if(t.substr(n+1,2)==="!["){let a=jg(t,"]]>",n,"CDATA is not closed.")-2,c=t.substring(n+9,a);i=this.saveTextToParentTag(i,r,this.matcher);let l=this.parseTextData(c,r.tagname,this.matcher,!0,!1,!0,!0);l==null&&(l=""),this.options.cdataPropName?r.add(this.options.cdataPropName,[{[this.options.textNodeName]:c}]):r.add(this.options.textNodeName,l),n=a+2}else{let a=aV(t,n,this.options.removeNSPrefix);if(!a){let w=t.substring(Math.max(0,n-50),Math.min(t.length,n+50));throw new Error(`readTagExp returned undefined at position ${n}. Context: "${w}"`)}let c=a.tagName,l=a.rawTagName,u=a.tagExp,f=a.attrExpPresent,h=a.closeIndex;if({tagName:c,tagExp:u}=oV(this.options.transformTagName,c,u,this.options),this.options.strictReservedNames&&(c===this.options.commentPropName||c===this.options.cdataPropName||c===this.options.textNodeName||c===this.options.attributesGroupName))throw new Error(`Invalid tag name: ${c}`);r&&i&&r.tagname!=="!xml"&&(i=this.saveTextToParentTag(i,r,this.matcher,!1));let d=r;d&&this.options.unpairedTags.indexOf(d.tagname)!==-1&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let p=!1;u.length>0&&u.lastIndexOf("/")===u.length-1&&(p=!0,c[c.length-1]==="/"?(c=c.substr(0,c.length-1),u=c):u=u.substr(0,u.length-1),f=c!==u);let A=null,y={},g;g=VSt(l),c!==e.tagname&&this.matcher.push(c,{},g),c!==u&&f&&(A=this.buildAttributesMap(u,this.matcher,c),A&&(y=zSt(A,this.options))),c!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode(this.stopNodeExpressions,this.matcher));let E=n;if(this.isCurrentNodeStopNode){let w="";if(p)n=a.closeIndex;else if(this.options.unpairedTags.indexOf(c)!==-1)n=a.closeIndex;else{let N=this.readStopNodeData(t,l,h+1);if(!N)throw new Error(`Unexpected end of ${l}`);n=N.i,w=N.tagContent}let C=new na(c);A&&(C[":@"]=A),C.add(this.options.textNodeName,w),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,C,this.matcher,E)}else{if(p){({tagName:c,tagExp:u}=oV(this.options.transformTagName,c,u,this.options));let w=new na(c);A&&(w[":@"]=A),this.addChild(r,w,this.matcher,E),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(this.options.unpairedTags.indexOf(c)!==-1){let w=new na(c);A&&(w[":@"]=A),this.addChild(r,w,this.matcher,E),this.matcher.pop(),this.isCurrentNodeStopNode=!1,n=a.closeIndex;continue}else{let w=new na(c);if(this.tagsNodeStack.length>this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(r),A&&(w[":@"]=A),this.addChild(r,w,this.matcher,E),r=w}i="",
`;function hV(t,e){let r="";e.format&&e.indentBy.length>0&&(r=lBt);let i=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(let n=0;n<e.stopNodes.length;n++){let o=e.stopNodes[n];typeof o=="string"?i.push(new Ka(o)):o instanceof Ka&&i.push(o)}let s=new of;return gxe(t,e,r,s,i)}function gxe(t,e,r,i,s){let n="",o=!1;if(e.maxNestedTags&&i.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(t!=null){let a=t.toString();return a=fV(a,e),a}return""}for(let a=0;a<t.length;a++){let c=t[a],l=Exe(c);if(l===void 0)continue;let u=uBt(c[":@"],e);i.push(l,u);let f=hBt(i,s);if(l===e.textNodeName){let y=c[l];f||(y=e.tagValueProcessor(l,y),y=fV(y,e)),o&&(n+=r),n+=y,o=!1,i.pop();continue}else if(l===e.cdataPropName){o&&(n+=r),n+=`<![CDATA[${c[l][0][e.textNodeName]}]]>`,o=!1,i.pop();continue}else if(l===e.commentPropName){n+=r+`<!--${c[l][0][e.textNodeName]}-->`,o=!0,i.pop();continue}else if(l[0]==="?"){let y=Axe(c[":@"],e,f),g=l==="?xml"?"":r,E=c[l][0][e.textNodeName];E=E.length!==0?" "+E:"",n+=g+`<${l}${E}${y}?>`,o=!0,i.pop();continue}let h=r;h!==""&&(h+=e.indentBy);let d=Axe(c[":@"],e,f),p=r+`<${l}${d}`,A;f?A=yxe(c[l],e):A=gxe(c[l],e,h,i,s),e.unpairedTags.indexOf(l)!==-1?e.suppressUnpairedNode?n+=p+">":n+=p+"/>":(!A||A.length===0)&&e.suppressEmptyNode?n+=p+"/>":A&&A.endsWith(">")?n+=p+`>${A}${r}</${l}>`:(n+=p+">",A&&r!==""&&(A.includes("/>")||A.includes("</"))?n+=r+e.indentBy+A+r:n+=A,n+=`</${l}>`),o=!0,i.pop()}return n}function uBt(t,e){if(!t||e.ignoreAttributes)return null;let r={},i=!1;for(let s in t){if(!Object.prototype.hasOwnProperty.call(t,s))continue;let n=s.startsWith(e.attributeNamePrefix)?s.substr(e.attributeNamePrefix.length):s;r[n]=t[s],i=!0}return i?r:null}function yxe(t,e){if(!Array.isArray(t))return t!=null?t.toString():"";let r="";for(let i=0;i<t.length;i++){let s=t[i],n=Exe(s);if(n===e.textNodeName)r+=s[n];else if(n===e.cdataPropName)r+=s[n][0][e.textNodeName];else if(n===e.commentPropName)r+=s[n][0][e.textNodeName];else{if(n&&n[0]==="?")continue;if(n){let o=fBt(s[":@"],e),a=yxe(s[n],e);!a||a.length===0?r+=`<${n}${o}/>`:r+=`<${n}${o}>${a}</${n}>`}}}return r}function fBt(t,e){let r="";if(t&&!e.ignoreAttributes)for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;let s=t[i];s===!0&&e.suppressBooleanAttributes?r+=` ${i.substr(e.attributeNamePrefix.length)}`:r+=` ${i.substr(e.attributeNamePrefix.length)}="${s}"`}return r}function Exe(t){let e=Object.keys(t);for(let r=0;r<e.length;r++){let i=e[r];if(Object.prototype.hasOwnProperty.call(t,i)&&i!==":@")return i}}function Axe(t,e,r){let i="";if(t&&!e.ignoreAttributes)for(let s in t){if(!Object.prototype.hasOwnProperty.call(t,s))continue;let n;r?n=t[s]:(n=e.attributeValueProcessor(s,t[s]),n=fV(n,e)),n===!0&&e.suppressBooleanAttributes?i+=` ${s.substr(e.attributeNamePrefix.length)}`:i+=` ${s.substr(e.attributeNamePrefix.length)}="${n}"`}return i}function hBt(t,e){if(!e||e.length===0)return!1;for(let r=0;r<e.length;r++)if(t.matches(e[r]))return!0;return!1}function fV(t,e){if(t&&t.length>0&&e.processEntities)for(let r=0;r<e.entities.length;r++){let i=e.entities[r];t=t.replace(i.regex,i.val)}return t}function dV(t){return typeof t=="function"?t:Array.isArray(t)?e=>{for(let r of t)if(typeof r=="string"&&e===r||r instanceof RegExp&&r.test(e))return!0}:()=>!1}var dBt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1,maxNestedTags:100,jPath:!0};function aa(t){if(this.options=Object.assign({},dBt,t),this.options.stopNodes&&Array.isArray(this.options.stopNodes)&&(this.options.st
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}aa.prototype.build=function(t){if(this.options.preserveOrder)return hV(t,this.options);{Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t});let e=new of;return this.j2x(t,0,e).val}};aa.prototype.j2x=function(t,e,r){let i="",s="";if(this.options.maxNestedTags&&r.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");let n=this.options.jPath?r.toString():r,o=this.checkStopNode(r);for(let a in t)if(Object.prototype.hasOwnProperty.call(t,a))if(typeof t[a]>"u")this.isAttribute(a)&&(s+="");else if(t[a]===null)this.isAttribute(a)||a===this.options.cdataPropName?s+="":a[0]==="?"?s+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(t[a]instanceof Date)s+=this.buildTextValNode(t[a],a,"",e,r);else if(typeof t[a]!="object"){let c=this.isAttribute(a);if(c&&!this.ignoreAttributesFn(c,n))i+=this.buildAttrPairStr(c,""+t[a],o);else if(!c)if(a===this.options.textNodeName){let l=this.options.tagValueProcessor(a,""+t[a]);s+=this.replaceEntitiesValue(l)}else{r.push(a);let l=this.checkStopNode(r);if(r.pop(),l){let u=""+t[a];u===""?s+=this.indentate(e)+"<"+a+this.closeTag(a)+this.tagEndChar:s+=this.indentate(e)+"<"+a+">"+u+"</"+a+this.tagEndChar}else s+=this.buildTextValNode(t[a],a,"",e,r)}}else if(Array.isArray(t[a])){let c=t[a].length,l="",u="";for(let f=0;f<c;f++){let h=t[a][f];if(!(typeof h>"u"))if(h===null)a[0]==="?"?s+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:s+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(typeof h=="object")if(this.options.oneListGroup){r.push(a);let d=this.j2x(h,e+1,r);r.pop(),l+=d.val,this.options.attributesGroupName&&h.hasOwnProperty(this.options.attributesGroupName)&&(u+=d.attrStr)}else l+=this.processTextOrObjNode(h,a,e,r);else if(this.options.oneListGroup){let d=this.options.tagValueProcessor(a,h);d=this.replaceEntitiesValue(d),l+=d}else{r.push(a);let d=this.checkStopNode(r);if(r.pop(),d){let p=""+h;p===""?l+=this.indentate(e)+"<"+a+this.closeTag(a)+this.tagEndChar:l+=this.indentate(e)+"<"+a+">"+p+"</"+a+this.tagEndChar}else l+=this.buildTextValNode(h,a,"",e,r)}}this.options.oneListGroup&&(l=this.buildObjectNode(l,a,u,e)),s+=l}else if(this.options.attributesGroupName&&a===this.options.attributesGroupName){let c=Object.keys(t[a]),l=c.length;for(let u=0;u<l;u++)i+=this.buildAttrPairStr(c[u],""+t[a][c[u]],o)}else s+=this.processTextOrObjNode(t[a],a,e,r);return{attrStr:i,val:s}};aa.prototype.buildAttrPairStr=function(t,e,r){return r||(e=this.options.attributeValueProcessor(t,""+e),e=this.replaceEntitiesValue(e)),this.options.suppressBooleanAttributes&&e==="true"?" "+t:" "+t+'="'+e+'"'};function pBt(t,e,r,i){let s=this.extractAttributes(t);if(i.push(e,s),this.checkStopNode(i)){let a=this.buildRawContent(t),c=this.buildAttributesForStopNode(t);return i.pop(),this.buildObjectNode(a,e,c,r)}let o=this.j2x(t,r+1,i);return i.pop(),t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,o.attrStr,r,i):this.buildObjectNode(o.val,e,o.attrStr,r)}aa.prototype.extractAttributes=function(t){if(!t||typeof t!="object")return null;let e={},r=!1;if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){let i=t[this.options.attributesGroupName];for(let s in i){if(!Object.prototype.hasOwnProperty.call(i,s))continue;let n=s.startsWith(this.options.attributeNamePrefix)?s.substring(this.options.attributeNamePrefix.length):s;e[n]=i[s],r=!0}}else for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;let s=this.isAttribute(i);s&&(e[s]=t[i],r=!0)}return r?e:null};aa.prototype.buildRawContent=function(t){if(typeof t=="string")return t;if(typeof t!="object"||t===null)return String(t);if(t[this.options.textNodeName]!==void 0)return t[this.options.textNodeName];let e="";for(let r in t){if(!Object.prototype.hasOwnProperty.call(t,r)||this.isAttribute(r)||this.options.attributesGroupName&&r===this.options.attributesGroupName)
`)+`
`+this.getCanonicalizedHeadersString(e)+this.getCanonicalizedResourceString(e),i=this.factory.computeHMACSHA256(r);return e.headers.set(bt.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${i}`),e}getHeaderValueToSign(e,r){let i=e.headers.get(r);return!i||r===bt.CONTENT_LENGTH&&i==="0"?"":i}getCanonicalizedHeadersString(e){let r=e.headers.headersArray().filter(s=>s.name.toLowerCase().startsWith(bt.PREFIX_FOR_STORAGE));r.sort((s,n)=>IP(s.name.toLowerCase(),n.name.toLowerCase())),r=r.filter((s,n,o)=>!(n>0&&s.name.toLowerCase()===o[n-1].name.toLowerCase()));let i="";return r.forEach(s=>{i+=`${s.name.toLowerCase().trimRight()}:${s.value.trimLeft()}
`}),i}getCanonicalizedResourceString(e){let r=bP(e.url)||"/",i="";i+=`/${this.factory.accountName}${r}`;let s=wP(e.url),n={};if(s){let o=[];for(let a in s)if(Object.prototype.hasOwnProperty.call(s,a)){let c=a.toLowerCase();n[c]=s[a],o.push(c)}o.sort();for(let a of o)i+=`
${a}:${decodeURIComponent(n[a])}`}return i}};var Bi=class extends Vg{accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new rx(e,r,this)}computeHMACSHA256(e){return(0,xxe.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};var bs=tf("storage-common");var zc;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(zc||(zc={}));var bm={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:zc.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},IBt=new Wa("The operation was aborted."),ix=class extends af{retryOptions;constructor(e,r,i=bm){super(e,r),this.retryOptions={retryPolicyType:i.retryPolicyType?i.retryPolicyType:bm.retryPolicyType,maxTries:i.maxTries&&i.maxTries>=1?Math.floor(i.maxTries):bm.maxTries,tryTimeoutInMs:i.tryTimeoutInMs&&i.tryTimeoutInMs>=0?i.tryTimeoutInMs:bm.tryTimeoutInMs,retryDelayInMs:i.retryDelayInMs&&i.retryDelayInMs>=0?Math.min(i.retryDelayInMs,i.maxRetryDelayInMs?i.maxRetryDelayInMs:bm.maxRetryDelayInMs):bm.retryDelayInMs,maxRetryDelayInMs:i.maxRetryDelayInMs&&i.maxRetryDelayInMs>=0?i.maxRetryDelayInMs:bm.maxRetryDelayInMs,secondaryHost:i.secondaryHost?i.secondaryHost:bm.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,i){let s=e.clone(),n=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||i%2===1;n||(s.url=EP(s.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(s.url=Em(s.url,Ad.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let o;try{if(bs.info(`RetryPolicy: =====> Try=${i} ${n?"Primary":"Secondary"}`),o=await this._nextPolicy.sendRequest(s),!this.shouldRetry(n,i,o))return o;r=r||!n&&o.status===404}catch(a){if(bs.error(`RetryPolicy: Caught error, message: ${a.message}, code: ${a.code}`),!this.shouldRetry(n,i,o,a))throw a}return await this.delay(n,i,e.abortSignal),this.attemptSendRequest(e,r,++i)}shouldRetry(e,r,i,s){if(r>=this.retryOptions.maxTries)return bs.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;let n=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(s){for(let o of n)if(s.name.toUpperCase().includes(o)||s.message.toUpperCase().includes(o)||s.code&&s.code.toString().toUpperCase()===o)return bs.info(`RetryPolicy: Network error ${o} found, will retry.`),!0}if(i||s){let o=i?i.status:s?s.statusCode:0;if(!e&&o===404)return bs.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(o===503||o===500)return bs.info(`RetryPolicy: Will retry for status code ${o}.`),!0}if(i&&i?.status>=400){let o=i.headers.get(bt.X_MS_CopySourceErrorCode);if(o!==void 0)switch(o){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}return s?.code==="PARSE_ERROR"&&s?.message.startsWith('Error "Error: Unclosed root tag')?(bs.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,i){let s=0;if(e)switch(this.retryOptions.retryPolicyType){case zc.EXPONENTIAL:s=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case zc.FIXED:s=this.retryOptions.retryDelayInMs;break}else s=Math.random()*1e3;return bs.info(`RetryPolicy: Delay for ${s}ms`),CP(s,i,IBt)}};var sx=class{retryOptions;constructor(e){this.retryOptions=e}create(e,r){return new ix(e,r,this.retryOptions)}};var SBt="storageBrowserPolicy";function _xe(){return{name:SBt,async sendRequest(t,e){return br||((t.method==="GET"||t.method==="HEAD")&&(t.url=Em(t.url,Ad.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete(bt.COOKIE),t.headers.delete(bt.CONTENT_LENGTH)),e(t)}}}var BBt="StorageCorrectContentLengthPolicy";function Rxe(){function t(e){e.body&&(typeof e.body=="string"||Buffer.isBuffer(e.body))&&e.body.length>0&&e.headers.set(bt.CONTENT_LENGTH,Buffer.byteLength(e.body))}return{name:BBt,async send
`)+`
`+i(n)+s(n),a=(0,Nxe.createHmac)("sha256",t.accountKey).update(o,"utf8").digest("base64");n.headers.set(bt.AUTHORIZATION,`SharedKey ${t.accountName}:${a}`)}function r(n,o){let a=n.headers.get(o);return!a||o===bt.CONTENT_LENGTH&&a==="0"?"":a}function i(n){let o=[];for(let[c,l]of n.headers)c.toLowerCase().startsWith(bt.PREFIX_FOR_STORAGE)&&o.push({name:c,value:l});o.sort((c,l)=>IP(c.name.toLowerCase(),l.name.toLowerCase())),o=o.filter((c,l,u)=>!(l>0&&c.name.toLowerCase()===u[l-1].name.toLowerCase()));let a="";return o.forEach(c=>{a+=`${c.name.toLowerCase().trimRight()}:${c.value.trimLeft()}
`}),a}function s(n){let o=bP(n.url)||"/",a="";a+=`/${t.accountName}${o}`;let c=wP(n.url),l={};if(c){let u=[];for(let f in c)if(Object.prototype.hasOwnProperty.call(c,f)){let h=f.toLowerCase();l[h]=c[f],u.push(h)}u.sort();for(let f of u)a+=`
${f}:${decodeURIComponent(l[f])}`}return a}return{name:RBt,async sendRequest(n,o){return e(n),o(n)}}}var TBt="storageRequestFailureDetailsParserPolicy";function Dxe(){return{name:TBt,async sendRequest(t,e){try{return await e(t)}catch(r){throw typeof r=="object"&&r!==null&&r.response&&r.response.parsedBody&&r.response.parsedBody.code==="InvalidHeaderValue"&&r.response.parsedBody.HeaderName==="x-ms-version"&&(r.message=`The provided service version is not enabled on this storage account. Please see https://learn.microsoft.com/rest/api/storageservices/versioning-for-the-azure-storage-services for additional information.
`),r}}}}var Oxe=require("node:crypto"),SP=class{accountName;userDelegationKey;key;constructor(e,r){this.accountName=e,this.userDelegationKey=r,this.key=Buffer.from(r.value,"base64")}computeHMACSHA256(e){return(0,Oxe.createHmac)("sha256",this.key).update(e,"utf8").digest("base64")}};var BP="12.31.0",vP="2026-02-06";var xP="https://storage.azure.com/.default",gd={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};var Zl="",EV="*",NBt=1*1024*1024;var DBt=4*NBt;var Pxe="AES256",Qxe="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",kxe=["Access-Control-Allow-Origin","Cache-Control","Content-Length","Content-Type","Date","Request-Id","traceparent","Transfer-Encoding","User-Agent","x-ms-client-request-id","x-ms-date","x-ms-error-code","x-ms-request-id","x-ms-return-client-request-id","x-ms-version","Accept-Ranges","Content-Disposition","Content-Encoding","Content-Language","Content-MD5","Content-Range","ETag","Last-Modified","Server","Vary","x-ms-content-crc64","x-ms-copy-action","x-ms-copy-completion-time","x-ms-copy-id","x-ms-copy-progress","x-ms-copy-status","x-ms-has-immutability-policy","x-ms-has-legal-hold","x-ms-lease-state","x-ms-lease-status","x-ms-range","x-ms-request-server-encrypted","x-ms-server-encrypted","x-ms-snapshot","x-ms-source-range","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","x-ms-access-tier","x-ms-access-tier-change-time","x-ms-access-tier-inferred","x-ms-account-kind","x-ms-archive-status","x-ms-blob-append-offset","x-ms-blob-cache-control","x-ms-blob-committed-block-count","x-ms-blob-condition-appendpos","x-ms-blob-condition-maxsize","x-ms-blob-content-disposition","x-ms-blob-content-encoding","x-ms-blob-content-language","x-ms-blob-content-length","x-ms-blob-content-md5","x-ms-blob-content-type","x-ms-blob-public-access","x-ms-blob-sequence-number","x-ms-blob-type","x-ms-copy-destination-snapshot","x-ms-creation-time","x-ms-default-encryption-scope","x-ms-delete-snapshots","x-ms-delete-type-permanent","x-ms-deny-encryption-scope-override","x-ms-encryption-algorithm","x-ms-if-sequence-number-eq","x-ms-if-sequence-number-le","x-ms-if-sequence-number-lt","x-ms-incremental-copy","x-ms-lease-action","x-ms-lease-break-period","x-ms-lease-duration","x-ms-lease-id","x-ms-lease-time","x-ms-page-write","x-ms-proposed-lease-id","x-ms-range-get-content-md5","x-ms-rehydrate-priority","x-ms-sequence-number-action","x-ms-sku-name","x-ms-source-content-md5","x-ms-source-if-match","x-ms-source-if-modified-since","x-ms-source-if-none-match","x-ms-source-if-unmodified-since","x-ms-tag-count","x-ms-encryption-key-sha256","x-ms-copy-source-error-code","x-ms-copy-source-status-code","x-ms-if-tags","x-ms-source-if-tags"],Lxe=["comp","maxresults","rscc","rscd","rsce","rscl","rsct","se","si","sip","sp","spr","sr","srt","ss","st","sv","include","marker","prefix","copyid","restype","blockid","blocklisttype","delimiter","prevsnapshot","ske","skoid","sks","skt","sktid","skv","snapshot"],Fxe="BlobUsesCustomerSpecifiedEncryption",Mxe="BlobDoesNotUseCustomerSpecifiedEncryption",Uxe=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function yd(t){if(!t||typeof t!="object")return!1;let e=t;return Array.isArray(e.factories)&&typeof e.options=="object"&&typeof e.toServiceClientOptions=="function"}var nx=class{factories;options;constructor(e,r={}){this.factories=e,this.options=r}toServiceClientOptions(){return{httpClient:this.options.httpClient,requestPolicyFactories:this.factories}}};function Vi(t,e={}){t||(t=new ci);let r=new nx([],e);return r._credential=t,r}function OBt(t){let e=[PBt,qxe,QBt,kBt,LBt,FBt,UBt];if(t.factories.length){let r=t.factories.filter(i=>!e.some(s=>s(i)));if(r.length){let i=r.some(s=>MBt(s));return{wrappedPolicies:rV(r),afterRetry:i}}}}function bV(t)
`),n=e.computeHMACSHA256(s);return{sasQueryParameters:new su(t.version,n,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:s}}function Pxt(t,e){if(t=ty(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Sf.parse(t.permissions.toString()).toString():s=Bf.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?wr(t.startsOn,!1):"",t.expiresOn?wr(t.expiresOn,!1):"",ey(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?iu(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new su(t.version,o,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:n}}function Qxt(t,e){if(t=ty(t),!t.identifier&&!(t.permissions&&t.expiresOn))throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when 'identifier' is not provided.");let r="c",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Sf.parse(t.permissions.toString()).toString():s=Bf.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?wr(t.startsOn,!1):"",t.expiresOn?wr(t.expiresOn,!1):"",ey(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?iu(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.encryptionScope,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new su(t.version,o,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,void 0,void 0,void 0,t.encryptionScope),stringToSign:n}}function kxt(t,e){if(t=ty(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Sf.parse(t.permissions.toString()).toString():s=Bf.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?wr(t.startsOn,!1):"",t.expiresOn?wr(t.expiresOn,!1):"",ey(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?wr(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?wr(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?iu(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new su(t.version,o,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey),stringToSign:n}}function Lxt(t,e){if(t=ty(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Sf.parse(t.permissions.toString()).toString():s=Bf.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?wr(t.startsOn,!1):"",t.expiresOn?wr(t.expiresOn,!1):"",ey(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?wr(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?wr(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?iu(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new su(t.version,o,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId),stringToSign:n}}function Fxt(t,e){if(t=ty(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Sf.parse(t.permissions.toString()).toString():s=Bf.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?wr(t.startsOn,!1):"",t.expiresOn?wr(t.expiresOn,!1):"",ey(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?wr(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?wr(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?iu(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new su(t.version,o,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope),stringToSign:n}}function Mxt(t,e){if(t=ty(t),!t.permissions||!t.expiresOn)throw new RangeError("Must provide 'permissions' and 'expiresOn' for Blob SAS generation when generating user delegation SAS.");let r="c",i=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",i=t.versionId));let s;t.permissions&&(t.blobName?s=Sf.parse(t.permissions.toString()).toString():s=Bf.parse(t.permissions.toString()).toString());let n=[s||"",t.startsOn?wr(t.startsOn,!1):"",t.expiresOn?wr(t.expiresOn,!1):"",ey(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?wr(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?wr(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?iu(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,i,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new su(t.version,o,s,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope,t.delegatedUserObjectId),stringToSign:n}}function ey(t,e,r){let i=[`/blob/${t}/${e}`];return r&&i.push(`/${r}`),i.join("")}function ty(t){let e=t.version?t.version:vP;if(t.snapshotTime&&e<"2018-11-09")throw RangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.");if(t.blobName===void 0&&t.snapshotTime)throw RangeError("Must provide 'blobName' when providing 'snapshotTime'.");if(t.versionId&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'versionId'.");if(t.blobName===void 0&&t.versionId)throw RangeError("Must provide 'blobName' when providing 'versionId'.");if(t.permissions&&t.permissions.setImmutabilityPolicy&&e<"2020-08-04")throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'y' permission.");if(t.permissions&&t.permissions.tag&&e<"2019-12-12")throw RangeError("'version' must be >= '2019-12-12' when providing 't' permission.");if(e<"2020-02-10"&&t.permissions&&(t.permissions.move||t.permissions.execute))throw RangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.");if(e<"2021-04-10"&&t.permissions&&t.permissions.filterByTags)throw RangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.");if(e<"2020-02-10"&&(t.preauthorizedAgentObjectId||t.correlationId))throw RangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.");if(t.encryptionScope&&e<"2020-12-06")throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");return t.version=e,t}var gx=class{_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(e,r){let i=e.storageClientContext;this._url=e.url,e.name===void 0?(this._isContainer=!0,this._containerOrBlobOperation=i.container):(this._isContainer=!1,this._containerOrBlobOperation=i.blob),r||(r=Mb()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Zl||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Zl||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return ze.withSpan("BlobLeaseClient-acquireLease",r,async i=>tt(await this._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:i.tracingOptions})))}async changeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Zl||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Zl||r.conditions?.tagConditions))throw new RangeError("The IfMatch, IfNoneMatch and tags access conditions are ignored by the service. Values other than undefined or their default values are not acceptable.");return ze.withSpan("BlobLeaseClient-changeLease",r,async i=>{let s=tt(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:i.tracingOptions}));return this._leaseId=e,s})}async releaseLease(e={}){if(this._isContainer&&(e.conditions?.ifMatch&&e.conditions?.ifMatch!==Zl||e.conditions?.ifNoneMatch&&e.conditions?.ifNoneMatch!==Zl||e.conditions?.tagConditions))throw new RangeError("The IfMatch,
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(r),this.code=e,this.name="NetworkError"}};iw.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var ny=class extends Error{constructor(){super(`Cache storage quota has been hit. Unable to upload any new cache entries. Usage is recalculated every 6-12 hours.
More info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`),this.name="UsageError"}};ny.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var xx=class extends Error{constructor(e){super(e),this.name="RateLimitError"}};var J_t=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})},uY=class{constructor(e){this.contentLength=e,this.sentBytes=0,this.displayedComplete=!1,this.startTime=Date.now()}setSentBytes(e){this.sentBytes=e}getTransferredBytes(){return this.sentBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete)return;let e=this.sentBytes,r=(100*(e/this.contentLength)).toFixed(1),i=Date.now()-this.startTime,s=(e/(1024*1024)/(i/1e3)).toFixed(1);V(`Sent ${e} of ${this.contentLength} (${r}%), ${s} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))};this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};function jRe(t,e,r){return J_t(this,void 0,void 0,function*(){var i;let s=new nu(t),n=s.getBlockBlobClient(),o=new uY((i=r?.archiveSizeBytes)!==null&&i!==void 0?i:0),a={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:o.onProgress()};try{o.startDisplayTimer(),Q(`BlobClient: ${s.name}:${s.accountName}:${s.containerName}`);let c=yield n.uploadFile(e,a);if(c._response.status>=400)throw new NQ(`uploadCacheArchiveSDK: upload failed with status code ${c._response.status}`);return c}catch(c){throw rt(`uploadCacheArchiveSDK: internal error uploading cache archive: ${c.message}`),c}finally{o.stopDisplayTimer()}})}var VRe=z(require("buffer"),1),vf=z(require("fs"),1),$Re=z(require("stream"),1),WRe=z(require("util"),1);var DQ=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})};function OQ(t){return t?t>=200&&t<300:!1}function Y_t(t){return t?t>=500:!0}function K_t(t){return t?[Sr.BadGateway,Sr.ServiceUnavailable,Sr.GatewayTimeout].includes(t):!1}function X_t(t){return DQ(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}function zRe(t,e,r){return DQ(this,arguments,void 0,function*(i,s,n,o=lO,a=uO,c=void 0){let l="",u=1;for(;u<=o;){let f,h,d=!1;try{f=yield s()}catch(p){c&&(f=c(p)),d=!0,l=p.message}if(f&&(h=n(f),!Y_t(h)))return f;if(h&&(d=K_t(h),l=`Cache service responded with ${h}`),Q(`${i} - Attempt ${u} of ${o} failed with error: ${l}`),!d){Q(`${i} - Error is not retryable`);break}yield X_t(a),u++}throw Error(`${i} failed: ${l}`)})}function _x(t,e){return DQ(this,arguments,void 0,function*(r,i,s=lO,n=uO){return yield zRe(r,i,o=>o.statusCode,s,n,o=>{if(o instanceof ju)return{statusCode:o.statusCode,result:null,headers:{},error:o}})})}function sw(t,e){return DQ(this,arguments,void 0,function*(r,i,s=lO,n=uO){return yield zRe(r,i,o=>o.message.statusCode,s,n)})}var Yc=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})};function Z_t(t,e){return Yc(this,void 0,void 0,function*(){yield WRe.promisify($Re.pipeline)(t.message,e)})}var PQ=class{constructor(e){this.contentLength=e,this.segmentIndex=0,this.s
Other caches with similar key:`);for(let a of n?.artifactCaches||[])Q(`Cache Key: ${a?.cacheKey}, Cache Version: ${a?.cacheVersion}, Cache Scope: ${a?.scope}, Cache Created: ${a?.creationTime}`)}}})}function pY(t,e,r){return la(this,void 0,void 0,function*(){let i=new sTe.URL(t),s=XRe(r);i.hostname.endsWith(".blob.core.windows.net")?s.useAzureSdk?yield YRe(t,e,s):s.concurrentBlobDownloads?yield JRe(t,e,s):yield QQ(t,e):yield QQ(t,e)})}function oTe(t,e,r){return la(this,void 0,void 0,function*(){let i=dY(),s=Nb(e,r?.compressionMethod,r?.enableCrossOsArchive),n={key:t,version:s,cacheSize:r?.cacheSize};return yield _x("reserveCache",()=>la(this,void 0,void 0,function*(){return i.postJson(Tx("caches"),n)}))})}function iTe(t,e){return`bytes ${t}-${e}/*`}function aRt(t,e,r,i,s){return la(this,void 0,void 0,function*(){Q(`Uploading chunk of size ${s-i+1} bytes at offset ${i} with content range: ${iTe(i,s)}`);let n={"Content-Type":"application/octet-stream","Content-Range":iTe(i,s)},o=yield sw(`uploadChunk (start: ${i}, end: ${s})`,()=>la(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),n)}));if(!OQ(o.message.statusCode))throw new Error(`Cache service responded with ${o.message.statusCode} during upload chunk.`)})}function cRt(t,e,r,i){return la(this,void 0,void 0,function*(){let s=Ku(r),n=Tx(`caches/${e.toString()}`),o=nw.openSync(r,"r"),a=fY(i),c=$z("uploadConcurrency",a.uploadConcurrency),l=$z("uploadChunkSize",a.uploadChunkSize),u=[...new Array(c).keys()];Q("Awaiting all uploads");let f=0;try{yield Promise.all(u.map(()=>la(this,void 0,void 0,function*(){for(;f<s;){let h=Math.min(s-f,l),d=f,p=f+h-1;f+=l,yield aRt(t,n,()=>nw.createReadStream(r,{fd:o,start:d,end:p,autoClose:!1}).on("error",A=>{throw new Error(`Cache upload failed because file read failed with ${A.message}`)}),d,p)}})))}finally{nw.closeSync(o)}})}function lRt(t,e,r){return la(this,void 0,void 0,function*(){let i={size:r};return yield _x("commitCache",()=>la(this,void 0,void 0,function*(){return t.postJson(Tx(`caches/${e.toString()}`),i)}))})}function mY(t,e,r,i){return la(this,void 0,void 0,function*(){if(fY(i).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield jRe(r,e,i)}else{let n=dY();Q("Upload cache"),yield cRt(n,t,e,i),Q("Commiting cache");let o=Ku(e);V(`Cache Size: ~${Math.round(o/(1024*1024))} MB (${o} B)`);let a=yield lRt(n,t,o);if(!OQ(a.statusCode))throw new Error(`Cache service responded with ${a.statusCode} during commit cache.`);V("Cache saved successfully")}})}var eNe=z($Te(),1),Ji=z(Wi(),1),ec=z(Wi(),1),uy=z(Wi(),1),fy=z(Wi(),1),hy=z(Wi(),1);var l7=z(Wi(),1),u7=z(Wi(),1),KTe=z(Wi(),1),XTe=z(Wi(),1),ZTe=z(Wi(),1);var o7=z(Wi(),1),a7=z(Wi(),1),WTe=z(Wi(),1),JTe=z(Wi(),1),YTe=z(Wi(),1),c7=class extends YTe.MessageType{constructor(){super("github.actions.results.entities.v1.CacheScope",[{no:1,name:"scope",kind:"scalar",T:9},{no:2,name:"permission",kind:"scalar",T:3}])}create(e){let r={scope:"",permission:"0"};return globalThis.Object.defineProperty(r,JTe.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,WTe.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,i,s){let n=s??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,c]=e.tag();switch(a){case 1:n.scope=e.string();break;case 2:n.permission=e.int64().toString();break;default:let l=i.readUnknownField;if(l==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${c}) for ${this.typeName}`);let u=e.skip(c);l!==!1&&(l===!0?a7.UnknownFieldHandler.onRead:l)(this.typeName,n,a,c,u)}}return n}internalBinaryWrite(e,r,i){e.scope!==""&&r.tag(1,o7.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,o7.WireType.Varint).int64(e.permission);let s=i.writeUnknownFields;return s!==!1&&(s==!0?a7.UnknownFieldHandler.onWrite:s)(this.typeName,e,r),r}},Ck=new c7;var f7=class extends ZTe.MessageType{constructor(){super("github.actions.results.entities.v1.CacheMetadata",[{no:1,name:"repository_id",kind:"scalar",T:3},{no:2,name:"scope",kind:"message",repeat:1,T:()=>Ck}])}create(e){let r={repositoryId:"0",scope:[]};
`));let i=yield v7(r,"create");yield x7(i,t)})}var Cw=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})},cu=class t extends Error{constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},ww=class t extends Error{constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},vk=class t extends Error{constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function sNe(t){if(!t||t.length===0)throw new cu("Path Validation Error: At least one directory or file path is required")}function T7(t){if(t.length>512)throw new cu(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new cu(`Key Validation Error: ${t} cannot contain commas.`)}function N7(){return Rx()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}function nNe(t,e,r,i){return Cw(this,arguments,void 0,function*(s,n,o,a,c=!1){let l=Rx();return Q(`Cache service version: ${l}`),sNe(s),l==="v2"?yield SNt(s,n,o,a,c):yield INt(s,n,o,a,c)})}function INt(t,e,r,i){return Cw(this,arguments,void 0,function*(s,n,o,a,c=!1){o=o||[];let l=[n,...o];if(Q("Resolved Keys:"),Q(JSON.stringify(l)),l.length>10)throw new cu("Key Validation Error: Keys are limited to a maximum of 10.");for(let h of l)T7(h);let u=yield Tv(),f="";try{let h=yield nTe(l,s,{compressionMethod:u,enableCrossOsArchive:c});if(!h?.archiveLocation)return;if(a?.lookupOnly)return V("Lookup only - skipping download"),h.cacheKey;f=Vx.join(yield _v(),dm(u)),Q(`Archive Path: ${f}`),yield pY(h.archiveLocation,f,a),$u()&&(yield zx(f,u));let d=Ku(f);return V(`Cache Size: ~${Math.round(d/(1024*1024))} MB (${d} B)`),yield _7(f,u),V("Cache restored successfully"),h.cacheKey}catch(h){let d=h;if(d.name===cu.name)throw h;d instanceof ju&&typeof d.statusCode=="number"&&d.statusCode>=500?$l(`Failed to restore: ${h.message}`):rt(`Failed to restore: ${h.message}`)}finally{try{yield Rv(f)}catch(h){Q(`Failed to delete archive: ${h}`)}}})}function SNt(t,e,r,i){return Cw(this,arguments,void 0,function*(s,n,o,a,c=!1){a=Object.assign(Object.assign({},a),{useAzureSdk:!0}),o=o||[];let l=[n,...o];if(Q("Resolved Keys:"),Q(JSON.stringify(l)),l.length>10)throw new cu("Key Validation Error: Keys are limited to a maximum of 10.");for(let f of l)T7(f);let u="";try{let f=B7(),h=yield Tv(),d={key:n,restoreKeys:o,version:Nb(s,h,c)},p=yield f.GetCacheEntryDownloadURL(d);if(!p.ok){Q(`Cache not found for version ${d.version} of keys: ${l.join(", ")}`);return}if(d.key!==p.matchedKey?V(`Cache hit for restore-key: ${p.matchedKey}`):V(`Cache hit for: ${p.matchedKey}`),a?.lookupOnly)return V("Lookup only - skipping download"),p.matchedKey;u=Vx.join(yield _v(),dm(h)),Q(`Archive path: ${u}`),Q(`Starting download of archive to: ${u}`),yield pY(p.signedDownloadUrl,u,a);let y=Ku(u);return V(`Cache Size: ~${Math.round(y/(1024*1024))} MB (${y} B)`),$u()&&(yield zx(u,h)),yield _7(u,h),V("Cache restored successfully"),p.matchedKey}catch(f){let h=f;if(h.name===cu.name)throw f;h instanceof ju&&typeof h.statusCode=="number"&&h.statusCode>=500?$l(`Failed to restore: ${f.message}`):rt(`Failed to restore: ${f.message}`)}finally{try{u&&(yield Rv(u))}catch(f){Q(`Failed to delete archive: ${f}`)}}})}function D7(t,e,r){return Cw(this,arguments,void 0,function*(i,s,n,o=!1){let a=Rx();return Q(`Cache service version: ${a}`),sNe(i),T7(s),a==="v2"?yield vNt(i,s,n,o):yield BNt(i,s,n,o)})}function BNt(t,e,r){return Cw(this,arguments,void 0,function*(i,s,n,o=!1){var a,c,l,u,f;let h=yield Tv(),d=-1,p=yield Vz(i);if(Q("Cache Paths:"),Q(`${JSON.stringify(p)}`),p.length===0)throw new Error("Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.");let A=yield _v(),y=Vx.join(A,dm(h));Q(`Archive Path: ${y}`);try{yie
`,o).length:f,l?(a===null?0:a.length)+c.length:0,l?c.length+f:0);return h<d},parse:function(i,s,n,o){let{bom:a,comment_no_infix:c,encoding:l,from_line:u,ltrim:f,max_record_size:h,raw:d,relax_quotes:p,rtrim:A,skip_empty_lines:y,to:g,to_line:E}=this.options,{comment:w,escape:C,quote:N,record_delimiter:q}=this.options,{bomSkipped:x,previousBuf:M,rawBuffer:P,escapeIsQuote:W}=this.state,k;if(M===void 0)if(i===void 0){o();return}else k=i;else M!==void 0&&i===void 0?k=M:k=Buffer.concat([M,i]);if(x===!1)if(a===!1)this.state.bomSkipped=!0;else if(k.length<3){if(s===!1){this.state.previousBuf=k;return}}else{for(let ne in vw)if(vw[ne].compare(k,0,vw[ne].length)===0){let oe=vw[ne].length;this.state.bufBytesStart+=oe,k=k.slice(oe);let we=aK({...this.original_options,encoding:ne});for(let Z in we)this.options[Z]=we[Z];({comment:w,escape:C,quote:N}=this.options);break}this.state.bomSkipped=!0}let H=k.length,$;for($=0;$<H&&!this.__needMoreData($,H,s);$++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),E!==-1&&this.info.lines>E){this.state.stop=!0,o();return}this.state.quoting===!1&&q.length===0&&this.__autoDiscoverRecordDelimiter(k,$)&&(q=this.options.record_delimiter);let ne=k[$];if(d===!0&&P.append(ne),(ne===JDt||ne===YDt)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(C!==null&&this.state.quoting===!0&&this.__isEscape(k,$,ne)&&$+C.length<H)if(W){if(this.__isQuote(k,$+C.length)){this.state.escaping=!0,$+=C.length-1;continue}}else{this.state.escaping=!0,$+=C.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(k,$))if(this.state.quoting===!0){let Z=k[$+N.length],le=A&&this.__isCharTrimable(k,$+N.length),Ee=w!==null&&this.__compareBytes(w,k,$+N.length,Z),Je=this.__isDelimiter(k,$+N.length,Z),Ye=q.length===0?this.__autoDiscoverRecordDelimiter(k,$+N.length):this.__isRecordDelimiter(Z,k,$+N.length);if(C!==null&&this.__isEscape(k,$,ne)&&this.__isQuote(k,$+C.length))$+=C.length-1;else if(!Z||Je||Ye||Ee||le){this.state.quoting=!1,this.state.wasQuoting=!0,$+=N.length-1;continue}else if(p===!1){let $e=this.__error(new ur("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(Z)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if($e!==void 0)return $e}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(N),$+=N.length-1}else if(this.state.field.length!==0){if(p===!1){let Z=this.__infoField(),le=Object.keys(vw).map(Je=>vw[Je].equals(this.state.field.toString())?Je:!1).filter(Boolean)[0],Ee=this.__error(new ur("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(Z.column)} at line ${Z.lines}, value is ${JSON.stringify(this.state.field.toString(l))}`,le?`(${le} bom)`:void 0],this.options,Z,{field:this.state.field}));if(Ee!==void 0)return Ee}}else{this.state.quoting=!0,$+=N.length-1;continue}if(this.state.quoting===!1){let Z=this.__isRecordDelimiter(ne,k,$);if(Z!==0){if(this.state.commenting&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0)this.info.comment_lines++;else{if(this.state.enabled===!1&&this.info.lines+(this.state.wasRowDelimiter===!0?1:0)>=u){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),$+=Z-1;continue}if(y===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,$+=Z-1;continue}this.info.bytes=this.state.bufBytesStart+$;let Je=this.__onField();if(Je!==void 0)return Je;this.info.bytes=this.state.bufBytesStart+$+Z;let Ye=this.__onRecord(n);if(Ye!==void 0)return Ye;if(g!==-1&&this.info.records>=g){this.state.stop=!0,o();return}}this.state.commenting=!1,$+=Z-1;continue}if(this.state.commenting)continue;if(w!==null&&(c===!1||this.state.record.length===0&&this.state.field.length===0)&&this.__compareBytes(w,k,$,ne)!==0){this.state.commenting=!0;continue}let le=this.__isDelimiter(k,$,ne);if(le!==0){this.info.byt
`,n),Buffer.from(`
`,n),Buffer.from("\r",n)];e:for(let a=0;a<o.length;a++){let c=o[a].length;for(let l=0;l<c;l++)if(o[a][l]!==i[s+l])continue e;return this.options.record_delimiter.push(o[a]),this.state.recordDelimiterMaxLength=o[a].length,o[a].length}return 0},__error:function(i){let{encoding:s,raw:n,skip_records_with_error:o}=this.options,a=typeof i=="string"?new Error(i):i;if(o){if(this.state.recordHasError=!0,this.options.on_skip!==void 0)try{this.options.on_skip(a,n?this.state.rawBuffer.toString(s):void 0)}catch(c){return c}return}else return a},__infoDataSet:function(){return{...this.info,columns:this.options.columns}},__infoRecord:function(){let{columns:i,raw:s,encoding:n}=this.options;return{...this.__infoDataSet(),bytes_records:this.info.bytes,error:this.state.error,header:i===!0,index:this.state.record.length,raw:s?this.state.rawBuffer.toString(n):void 0}},__infoField:function(){let{columns:i}=this.options,s=Array.isArray(i),n=this.info.bytes_records;return{...this.__infoRecord(),bytes_records:n,column:s===!0?i.length>this.state.record.length?i[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}}}};var ic=function(t,e={}){typeof t=="string"&&(t=Buffer.from(t));let r=e&&e.objname?{}:[],i=C2e(e),s=a=>{i.options.objname===void 0?r.push(a):r[a[0]]=a[1]},n=()=>{},o=i.parse(t,!0,s,n);if(o!==void 0)throw o;return r};var Re=class t{static getInputList(e,r){return this.getList(mn(e),r)}static getList(e,r){let i=[];if(e=="")return i;let s=ic(e,{columns:!1,relaxQuotes:!0,comment:r?.comment,comment_no_infix:r?.commentNoInfix,relaxColumnCount:!0,skipEmptyLines:!0,quote:r?.quote});for(let n of s)n.length==1?r?.ignoreComma?i.push(n[0]):i.push(...n[0].split(",")):r?.ignoreComma?i.push(n.join(",")):i.push(...n);return i.filter(n=>n).map(n=>n.trim())}static getInputNumber(e){let r=mn(e);if(r)return parseInt(r)}static async asyncForEach(e,r){for(let i=0;i<e.length;i++)await r(e[i],i,e)}static isValidURL(e){let r;try{r=new URL(e)}catch{return!1}return r.protocol==="http:"||r.protocol==="https:"}static isValidRef(e){if(t.isValidURL(e))return!0;for(let r of["git://","github.com/","git@"])if(e.startsWith(r))return!0;return!1}static async powershellCommand(e,r){let i=await pn("powershell",!0),s=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),n=[];if(r)for(let o in r)n.push(`-${o} '${r[o].replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`);return{command:`"${i}"`,args:["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${s}' ${n.join(" ")}`]}}static isDirectory(e){try{return I2e.default.lstatSync(e).isDirectory()}catch{}return!1}static trimPrefix(e,r){return!e||!r||e.indexOf(r)!==0?e:e.substring(r.length)}static trimSuffix(e,r){if(!e||!r)return e;let i=e.lastIndexOf(r);return i===-1||i+r.length!==e.length?e:e.substring(0,i)}static sleep(e){return new Promise(r=>setTimeout(r,e*1e3))}static hash(e){return cK.default.createHash("sha256").update(e).digest("hex")}static parseBool(e){if(e===void 0)return!1;switch(e){case"1":case"t":case"T":case"true":case"TRUE":case"True":return!0;case"0":case"f":case"F":case"false":case"FALSE":case"False":return!1;default:throw new Error(`parseBool syntax error: ${e}`)}}static parseBoolOrDefault(e,r=!1){try{return this.parseBool(e)}catch{return r}}static formatFileSize(e){if(e===0)return"0 Bytes";let r=1024,i=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],s=Math.floor(Math.log(e)/Math.log(r));return parseFloat((e/Math.pow(r,s)).toFixed(2))+" "+i[s]}static generateRandomString(e=10){return cK.default.randomBytes(Math.ceil(e/2)).toString("hex").slice(0,e)}static stringToUnicodeEntities(e){return Array.from(e).map(r=>`&#x${r.charCodeAt(0).toString(16)};`).join("")}static countLines(e){return e.split(/\r\n|\r|\n/).length}static isPathRelativeTo(e,r){let i=e_.default.resolve(e);return e_.default.resolve(r).startsWith(i.endsWith(e_.default.sep)?i:`${i}${e_.default.sep}`)}static formatDuration(e){if(e===0)return"0s";let r=Math.floor(e/1e9),i=Math.floor(r/3600),s=Math.floor(r%3600/60),n=r%60,o=[];return i&&o.push(`${i}h`),s&&o.push(`${s}m`),(n||o.length==
`+t.errors.map(e=>` - ${e.message}`).join(`
`)}var HOt=class extends Error{constructor(t,e,r){super(GOt(r)),this.request=t,this.headers=e,this.response=r,this.errors=r.errors,this.data=r.data,Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}name="GraphqlResponseError";errors;data},jOt=["method","baseUrl","url","headers","request","query","mediaType","operationName"],zOt=["query","method","url"],cDe=/\/api\/v3\/?$/;function VOt(t,e,r){if(r){if(typeof e=="string"&&"query"in r)return Promise.reject(new Error('[@octokit/graphql] "query" cannot be used as variable name'));for(let o in r)if(zOt.includes(o))return Promise.reject(new Error(`[@octokit/graphql] "${o}" cannot be used as variable name`))}let i=typeof e=="string"?Object.assign({query:e},r):e,s=Object.keys(i).reduce((o,a)=>jOt.includes(a)?(o[a]=i[a],o):(o.variables||(o.variables={}),o.variables[a]=i[a],o),{}),n=i.baseUrl||t.endpoint.DEFAULTS.baseUrl;return cDe.test(n)&&(s.url=n.replace(cDe,"/api/graphql")),t(s).then(o=>{if(o.data.errors){let a={};for(let c of Object.keys(o.headers))a[c]=o.headers[c];throw new HOt(s,a,o.data)}return o.data.data})}function EK(t,e){let r=t.defaults(e);return Object.assign((s,n)=>VOt(r,s,n),{defaults:EK.bind(null,r),endpoint:r.endpoint})}var C4r=EK(n_,{headers:{"user-agent":`octokit-graphql.js/${qOt} ${Rm()}`},method:"POST",url:"/graphql"});function lDe(t){return EK(t,{method:"POST",url:"/graphql"})}var bK="(?:[a-zA-Z0-9_-]+)",uDe="\\.",fDe=new RegExp(`^${bK}${uDe}${bK}${uDe}${bK}$`),$Ot=fDe.test.bind(fDe);async function WOt(t){let e=$Ot(t),r=t.startsWith("v1.")||t.startsWith("ghs_"),i=t.startsWith("ghu_");return{type:"token",token:t,tokenType:e?"app":r?"installation":i?"user-to-server":"oauth"}}function JOt(t){return t.split(/\./).length===3?`bearer ${t}`:`token ${t}`}async function YOt(t,e,r,i){let s=e.endpoint.merge(r,i);return s.headers.authorization=JOt(t),e(s)}var hDe=function(e){if(!e)throw new Error("[@octokit/auth-token] No token passed to createTokenAuth");if(typeof e!="string")throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string");return e=e.replace(/^(token|bearer) +/i,""),Object.assign(WOt.bind(null,e),{hook:YOt.bind(null,e)})};var wK="7.0.6";var dDe=()=>{},KOt=console.warn.bind(console),XOt=console.error.bind(console);function ZOt(t={}){return typeof t.debug!="function"&&(t.debug=dDe),typeof t.info!="function"&&(t.info=dDe),typeof t.warn!="function"&&(t.warn=KOt),typeof t.error!="function"&&(t.error=XOt),t}var pDe=`octokit-core.js/${wK} ${Rm()}`,tL=class{static VERSION=wK;static defaults(e){return class extends this{constructor(...i){let s=i[0]||{};if(typeof e=="function"){super(e(s));return}super(Object.assign({},e,s,s.userAgent&&e.userAgent?{userAgent:`${s.userAgent} ${e.userAgent}`}:null))}}}static plugins=[];static plugin(...e){let r=this.plugins;return class extends this{static plugins=r.concat(e.filter(s=>!r.includes(s)))}}constructor(e={}){let r=new q2e.Collection,i={baseUrl:n_.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},e.request,{hook:r.bind(null,"request")}),mediaType:{previews:[],format:""}};if(i.headers["user-agent"]=e.userAgent?`${e.userAgent} ${pDe}`:pDe,e.baseUrl&&(i.baseUrl=e.baseUrl),e.previews&&(i.mediaType.previews=e.previews),e.timeZone&&(i.headers["time-zone"]=e.timeZone),this.request=n_.defaults(i),this.graphql=lDe(this.request).defaults(i),this.log=ZOt(e.log),this.hook=r,e.authStrategy){let{authStrategy:n,...o}=e,a=n(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:o},e.auth));r.wrap("request",a.hook),this.auth=a}else if(!e.auth)this.auth=async()=>({type:"unauthenticated"});else{let n=hDe(e.auth);r.wrap("request",n.hook),this.auth=n}let s=this.constructor;for(let n=0;n<s.plugins.length;++n)Object.assign(this,s.plugins[n](this,e))}request;graphql;log;hook;auth};var CK="17.0.0";var ePt={actions:{addCustomLabelsToSelfHostedRunnerForOrg:["POST /orgs/{org}/actions/runners/{runner_id}/labels"],addCustomLabelsToSelfHostedRunnerForRepo:["POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],addRepoAccessToSelfHostedRunnerGroupInOrg:["PUT /or
More info: ${c.url}`);let d=c.range&&c.range.length>0?c.range[0]?.start.line:void 0,p=!1;for(let A of o)if(A.remote||A.path.endsWith(l)&&A.content===u){a.push({title:f,message:h,file:A.path,startLine:d}),p=!0;break}p||Q(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without matching Dockerfile ${l}: ${f}`)}return a}};var _K=z(require("fs"),1),RK=z(require("path"),1);var sL=class t{buildx;constructor(e){this.buildx=e?.buildx||new Ar}async getCommand(e){return await this.buildx.getCommand(["history",...e])}async getInspectCommand(e){return await this.getCommand(["inspect",...e])}async getExportCommand(e){return await this.getCommand(["export",...e])}async inspect(e){let r=["--format","json"];e.builder&&r.push("--builder",e.builder),e.ref&&r.push(e.ref);let i=await this.getInspectCommand(r);return await st.getExecOutput(i.command,i.args,{ignoreReturnCode:!0,silent:!0}).then(s=>{if(s.stderr.length>0&&s.exitCode!=0)throw new Error(s.stderr.trim());return JSON.parse(s.stdout)})}async export(e){if(!await this.buildx.versionSatisfies(">=0.23.0"))throw new Error("Buildx >= 0.23.0 is required to export a build record");let r="",i="",s=[];for(let f of e.refs){let h=f.split("/");if(h.length!=3)throw new Error(`Invalid build ref: ${f}`);s.push(h[2]),r||(r=h[0]),i||(i=h[1])}if(s.length===0)throw new Error("No build refs provided");let n=RK.default.join(Xt.tmpDir(),"export");V(`exporting build record to ${n}`),_K.default.mkdirSync(n,{recursive:!0}),await this.buildx.versionSatisfies("<0.24.0")&&await Re.sleep(3);let o={};if(!e.noSummaries)for(let f of s)await this.inspect({ref:f,builder:r}).then(h=>{let d="";h.Error&&h.Status!=="canceled"&&(h.Error.Message?d=h.Error.Message:h.Error.Name&&h.Error.Logs&&(d=`=> ${h.Error.Name}
${h.Error.Logs}`)),o[f]={name:h.Name,status:h.Status,duration:Re.formatDuration(h.Duration),numCachedSteps:h.NumCachedSteps,numTotalSteps:h.NumTotalSteps,numCompletedSteps:h.NumCompletedSteps,defaultPlatform:h.Platform?.[0],error:d}});let a=RK.default.join(n,`${t.exportFilename(s)}.dockerbuild`),c=["--builder",r,"--output",a,...s];await this.buildx.versionSatisfies(">=0.24.0")&&c.push("--finalize");let l=await this.getExportCommand(c);await st.getExecOutput(l.command,l.args);let u=_K.default.statSync(a);return{dockerbuildFilename:a,dockerbuildSize:u.size,builderName:r,nodeName:i,refs:s,summaries:o}}static exportFilename(e){let r=`${Ot.context.repo.owner}~${Ot.context.repo.repo}~${e[0].substring(0,6).toUpperCase()}`;return e.length>1&&(r+=`+${e.length-1}`),r}};var V8e=z(require("fs"),1),tie=z(require("path"),1);var wDe=z(require("os"),1);function yy(){return 8*1024*1024}function nL(){let t=process.env.ACTIONS_RUNTIME_TOKEN;if(!t)throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable");return t}function CDe(){let t=process.env.ACTIONS_RESULTS_URL;if(!t)throw new Error("Unable to get the ACTIONS_RESULTS_URL env variable");return new URL(t).origin}function Tw(){let e=new URL(process.env.GITHUB_SERVER_URL||"https://github.com").hostname.trimEnd().toUpperCase(),r=e==="GITHUB.COM",i=e.endsWith(".GHE.COM"),s=e.endsWith(".LOCALHOST");return!r&&!i&&!s}function IDe(){let t=process.env.GITHUB_WORKSPACE;if(!t)throw new Error("Unable to get the GITHUB_WORKSPACE env variable");return t}function SDe(){let t=wDe.default.cpus().length,e=32;if(t>4){let i=16*t;e=i>300?300:i}let r=process.env.ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY;if(r){let i=parseInt(r);if(isNaN(i)||i<1)throw new Error("Invalid value set for ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY env variable");return i<e?(V("Set concurrency based on the value set in ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY."),i):(V(`ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY is higher than the cap of ${e} based on the number of cpus. Set it to the maximum value allowed.`),e)}return 5}function BDe(){let t=process.env.ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS;if(!t)return 3e5;let e=parseInt(t);if(isNaN(e))throw new Error("Invalid value set for ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS env variable");return e}function vDe(){let t=process.env.ACTIONS_ARTIFACT_MAX_ARTIFACT_COUNT||"1000",e=parseInt(t);if(isNaN(e)||e<1)throw new Error("Invalid value set for ACTIONS_ARTIFACT_MAX_ARTIFACT_COUNT env variable");return e}var q5e=z(require("fs"),1),G5e=z(require("path"),1);var tX=z(Kr(),1),rX=z(Kr(),1),sOe=z(Kr(),1),nOe=z(Kr(),1),oOe=z(Kr(),1),Mw=z(Kr(),1),aOe=z(Kr(),1),iX=class extends aOe.MessageType{constructor(){super("google.protobuf.Timestamp",[{no:1,name:"seconds",kind:"scalar",T:3},{no:2,name:"nanos",kind:"scalar",T:5}])}now(){let e=this.create(),r=Date.now();return e.seconds=Mw.PbLong.from(Math.floor(r/1e3)).toString(),e.nanos=r%1e3*1e6,e}toDate(e){return new Date(Mw.PbLong.from(e.seconds).toNumber()*1e3+Math.ceil(e.nanos/1e6))}fromDate(e){let r=this.create(),i=e.getTime();return r.seconds=Mw.PbLong.from(Math.floor(i/1e3)).toString(),r.nanos=i%1e3*1e6,r}internalJsonWrite(e,r){let i=Mw.PbLong.from(e.seconds).toNumber()*1e3;if(i<Date.parse("0001-01-01T00:00:00Z")||i>Date.parse("9999-12-31T23:59:59Z"))throw new Error("Unable to encode Timestamp to JSON. Must be from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59Z inclusive.");if(e.nanos<0)throw new Error("Unable to encode invalid Timestamp to JSON. Nanos must not be negative.");let s="Z";if(e.nanos>0){let n=(e.nanos+1e9).toString().substring(1);n.substring(3)==="000000"?s="."+n.substring(0,3)+"Z":n.substring(6)==="000"?s="."+n.substring(0,6)+"Z":s="."+n+"Z"}return new Date(i).toISOString().replace(".000Z",s)}internalJsonRead(e,r,i){if(typeof e!="string")throw new Error("Unable to parse Timestamp from JSON "+(0,oOe.typeofJsonValue)(e)+".");let s=e.match(/^([0-9]{4})-([0-9]{2})-([0-9]{2})T([0-9]{2}):([0-9]{2}):([0-9]{2})(?:Z|\.([0-9]{3,9})Z|([+-][0-9][0-9]:[0-9][0-9]))$/);if(!s)throw new Error("Unable to parse Timestamp from JSON. Invalid format.");let n=Date.parse(s[1]+"-"+s[2]+"-"+
`," Line feed \\n"]]),EOe=new Map([...tZ,["\\"," Backslash \\"],["/"," Forward slash /"]]);function bOe(t){if(!t)throw new Error("Provided artifact name input during validation is empty");for(let[e,r]of EOe)if(t.includes(e))throw new Error(`The artifact name is not valid: ${t}. Contains the following character: ${r}
Invalid characters include: ${Array.from(EOe.values()).toString()}
These characters are not allowed in the artifact name due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.`);V("Artifact name is valid!")}function rZ(t){if(!t)throw new Error("Provided file path input during validation is empty");for(let[e,r]of tZ)if(t.includes(e))throw new Error(`The path for one of the files in artifact is not valid: ${t}. Contains the following character: ${r}
Invalid characters include: ${Array.from(tZ.values()).toString()}
The following characters are not allowed in files that are uploaded due to limitations with certain file systems such as NTFS. To maintain file system agnostic behavior, these characters are intentionally not allowed to prevent potential problems with downloads on different file systems.
`)}var SOe=z(IOe(),1);function Gf(){return`@actions/artifact-${SOe.version}`}var Ww=class extends Error{constructor(e=[]){let r="No files were found to upload";e.length>0&&(r+=`: ${e.join(", ")}`),super(r),this.files=e,this.name="FilesNotFoundError"}},hu=class extends Error{constructor(e){super(e),this.name="InvalidResponseError"}},Nd=class extends Error{constructor(e="Artifact not found"){super(e),this.name="ArtifactNotFoundError"}},Om=class extends Error{constructor(e="@actions/artifact v2.0.0+, upload-artifact@v4+ and download-artifact@v4+ are not currently supported on GHES."){super(e),this.name="GHESNotSupportedError"}},Dd=class extends Error{constructor(e){let r=`Unable to make request: ${e}
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(r),this.code=e,this.name="NetworkError"}};Dd.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var Iy=class extends Error{constructor(){super(`Artifact storage quota has been hit. Unable to upload any new artifacts.
More info on storage limits: https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#calculating-minute-and-storage-spending`),this.name="UsageError"}};Iy.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var zL=new Error("Failed to get backend IDs: The provided JWT token is invalid and/or missing claims");function Hf(){let t=nL(),e=iL(t);if(!e.scp)throw zL;let r=e.scp.split(" ");if(r.length===0)throw zL;for(let i of r){let s=i.split(":");if(s?.[0]!=="Actions.Results")continue;if(s.length!==3)throw zL;let n={workflowRunBackendId:s[1],workflowJobRunBackendId:s[2]};return Q(`Workflow Run Backend ID: ${n.workflowRunBackendId}`),Q(`Workflow Job Run Backend ID: ${n.workflowJobRunBackendId}`),n}throw zL}function BOe(t){if(t)try{let r=new URL(t).searchParams.get("sig");r&&(Ma(r),Ma(encodeURIComponent(r)))}catch(e){Q(`Failed to parse URL: ${t} ${e instanceof Error?e.message:String(e)}`)}}function vOe(t){if(typeof t!="object"||t===null){Q("body is not an object or is null");return}"signed_upload_url"in t&&typeof t.signed_upload_url=="string"&&BOe(t.signed_upload_url),"signed_url"in t&&typeof t.signed_url=="string"&&BOe(t.signed_url)}var VL=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})},iZ=class{constructor(e,r,i,s){this.maxAttempts=5,this.baseRetryIntervalMilliseconds=3e3,this.retryMultiplier=1.5;let n=nL();this.baseUrl=CDe(),r&&(this.maxAttempts=r),i&&(this.baseRetryIntervalMilliseconds=i),s&&(this.retryMultiplier=s),this.httpClient=new Qs(e,[new cd(n)])}request(e,r,i,s){return VL(this,void 0,void 0,function*(){let n=new URL(`/twirp/${e}/${r}`,this.baseUrl).href;Q(`[Request] ${r} ${n}`);let o={"Content-Type":i};try{let{body:a}=yield this.retryableRequest(()=>VL(this,void 0,void 0,function*(){return this.httpClient.post(n,JSON.stringify(s),o)}));return a}catch(a){throw new Error(`Failed to ${r}: ${a.message}`)}})}retryableRequest(e){return VL(this,void 0,void 0,function*(){let r=0,i="",s="";for(;r<this.maxAttempts;){let n=!1;try{let a=yield e(),c=a.message.statusCode;s=yield a.readBody(),Q(`[Response] - ${a.message.statusCode}`),Q(`Headers: ${JSON.stringify(a.message.headers,null,2)}`);let l=JSON.parse(s);if(vOe(l),Q(`Body: ${JSON.stringify(l,null,2)}`),this.isSuccessStatusCode(c))return{response:a,body:l};if(n=this.isRetryableHttpStatusCode(c),i=`Failed request: (${c}) ${a.message.statusMessage}`,l.msg){if(Iy.isUsageErrorMessage(l.msg))throw new Iy;i=`${i}: ${l.msg}`}}catch(a){if(a instanceof SyntaxError&&Q(`Raw Body: ${s}`),a instanceof Iy)throw a;if(Dd.isNetworkErrorCode(a?.code))throw new Dd(a?.code);n=!0,i=a.message}if(!n)throw new Error(`Received non-retryable error: ${i}`);if(r+1===this.maxAttempts)throw new Error(`Failed to make request after ${this.maxAttempts} attempts: ${i}`);let o=this.getExponentialRetryTimeMilliseconds(r);V(`Attempt ${r+1} of ${this.maxAttempts} failed with error: ${i}. Retrying request in ${o} ms...`),yield this.sleep(o),r++}throw new Error("Request failed")})}isSuccessStatusCode(e){return e?e>=200&&e<300:!1}isRetryableHttpStatusCode(e){return e?[Sr.BadGateway,Sr.GatewayTimeout,Sr.InternalServerError,Sr.ServiceUnavailable,Sr.TooManyRequests].includes(e):!1}sleep(e){return VL(this,void 0,void 0,function*(){return new Promise(r=>setTimeout(r,e))})}getExponentialRetryTimeMilliseconds(e){if(e<0)throw new Error("attempt should be a positive integer");if(e===0)return this.baseRetryIntervalMilliseconds;let r=this.baseRetryIntervalMilliseconds*Math.pow(this.retryMultiplier,e),i=r*this.retryMultiplier;return Math.trunc(Math.random()*(i-r)+r)}};function jf(t){let e=new iZ(Gf(),t?.maxAttempts,t?.retryIntervalMs,t?.retryMultiplier);return new jL(e)}var Yw=z(require("fs"),1);var Jw=require("path");function xOe(t){if(!Yw.existsSync(t))throw new Error(`The provided rootDirectory ${t} does not exist`);if(
Are you trying to download from a different run? Try specifying a github-token with \`actions:read\` scope.`);c.length>1&&rt("Multiple artifacts found, defaulting to first.");let l={workflowRunBackendId:c[0].workflowRunBackendId,workflowJobRunBackendId:c[0].workflowJobRunBackendId,name:c[0].name},{signedUrl:u}=yield i.GetSignedArtifactURL(l);V(`Redirecting to blob download url: ${_8e(u)}`);try{V(`Starting download of artifact to: ${r}`);let f=yield R8e(u,r,e?.skipDecompress);V("Artifact download completed successfully."),e?.expectedHash&&e?.expectedHash!==f.sha256Digest&&(s=!0,Q(`Computed digest: ${f.sha256Digest}`),Q(`Expected digest: ${e.expectedHash}`))}catch(f){throw new Error(`Unable to download and extract artifact: ${f.message}`)}return{downloadPath:r,digestMismatch:s}})}function D8e(){return VC(this,arguments,void 0,function*(t=IDe()){return(yield pWt(t))?Q(`Artifact destination folder already exists: ${t}`):(Q(`Artifact destination folder does not exist, creating: ${t}`),yield Xre.default.mkdir(t,{recursive:!0})),t})}var AWt=5,gWt=[400,401,403,404,422];function $C(t,e=AWt,r=gWt){var i;if(e<=0)return[{enabled:!1},t.request];let s={enabled:!0};r.length>0&&(s.doNotRetry=r);let n=Object.assign(Object.assign({},t.request),{retries:e});return Q(`GitHub client configured with: (retries: ${n.retries}, retry-exempt-status-code: ${(i=s.doNotRetry)!==null&&i!==void 0?i:"octokit default: [400, 401, 403, 404, 422]"})`),[s,n]}var O8e="6.0.0";function Zy(t){t.hook.wrap("request",(e,r)=>{t.log.debug("request",r);let i=Date.now(),s=t.request.endpoint.parse(r),n=s.url.replace(r.baseUrl,"");return e(r).then(o=>{let a=o.headers["x-github-request-id"];return t.log.info(`${s.method} ${n} - ${o.status} with id ${a} in ${Date.now()-i}ms`),o}).catch(o=>{let a=o.response?.headers["x-github-request-id"]||"UNKNOWN";throw t.log.error(`${s.method} ${n} - ${o.status} with id ${a} in ${Date.now()-i}ms`),o})})}Zy.VERSION=O8e;var k8e=z(P8e(),1);var yWt="0.0.0-development";function EWt(t){return t.request!==void 0}async function Q8e(t,e,r,i){if(!EWt(r)||!r?.request.request)throw r;if(r.status>=400&&!t.doNotRetry.includes(r.status)){let s=i.request.retries!=null?i.request.retries:t.retries,n=Math.pow((i.request.retryCount||0)+1,2);throw e.retry.retryRequest(r,s,n)}throw r}async function bWt(t,e,r,i){let s=new k8e.default;return s.on("failed",function(n,o){let a=~~n.request.request?.retries,c=~~n.request.request?.retryAfter;if(i.request.retryCount=o.retryCount+1,a>o.retryCount)return c*t.retryAfterBaseValue}),s.schedule(wWt.bind(null,t,e,r),i)}async function wWt(t,e,r,i){let s=await r(i);if(s.data&&s.data.errors&&s.data.errors.length>0&&/Something went wrong while executing your query/.test(s.data.errors[0].message)){let n=new Rd(s.data.errors[0].message,500,{request:i,response:s});return Q8e(t,e,n,i)}return s}function eE(t,e){let r=Object.assign({enabled:!0,retryAfterBaseValue:1e3,doNotRetry:[400,401,403,404,410,422,451],retries:3},e.retry),i={retry:{retryRequest:(s,n,o)=>(s.request.request=Object.assign({},s.request.request,{retries:n,retryAfter:o}),s)}};return r.enabled&&(t.hook.error("request",Q8e.bind(null,r,i)),t.hook.wrap("request",bWt.bind(null,r,i))),i}eE.VERSION=yWt;var L8e=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})};function sU(t,e,r,i,s){return L8e(this,void 0,void 0,function*(){var n;let[o,a]=$C(Ay),c={log:void 0,userAgent:Gf(),previews:void 0,retry:o,request:a},u=yield il(s,c,eE,Zy).request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts{?name}",{owner:r,repo:i,run_id:e,name:t});if(u.status!==200)throw new hu(`Invalid response from GitHub API: ${u.status} (${(n=u?.headers)===null||n===void 0?void 0:n["x-github-request-id"]})`);if(u.data.artifacts.length===0)throw new Nd(`Artifact not found for name: ${t}
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md`);let f=u.data.artifacts[0];return u.data.artifacts.length>1&&(f=u.data.artifacts.sort((h,d)=>d.id-h.id)[0],Q(`More than one artifact found for a single name, returning newest (id: ${f.id})`)),{artifact:{name:f.name,id:f.id,size:f.size_in_bytes,createdAt:f.created_at?new Date(f.created_at):void 0,digest:f.digest}}})}function F8e(t){return L8e(this,void 0,void 0,function*(){var e;let r=jf(),{workflowRunBackendId:i,workflowJobRunBackendId:s}=Hf(),n={workflowRunBackendId:i,workflowJobRunBackendId:s,nameFilter:us.create({value:t})},o=yield r.ListArtifacts(n);if(o.artifacts.length===0)throw new Nd(`Artifact not found for name: ${t}
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md`);let a=o.artifacts[0];return o.artifacts.length>1&&(a=o.artifacts.sort((c,l)=>Number(l.databaseId)-Number(c.databaseId))[0],Q(`More than one artifact found for a single name, returning newest (id: ${a.databaseId})`)),{artifact:{name:a.name,id:Number(a.databaseId),size:Number(a.size),createdAt:a.createdAt?oc.toDate(a.createdAt):void 0,digest:(e=a.digest)===null||e===void 0?void 0:e.value}}})}var M8e=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})};function U8e(t,e,r,i,s){return M8e(this,void 0,void 0,function*(){var n;let[o,a]=$C(Ay),c={log:void 0,userAgent:Gf(),previews:void 0,retry:o,request:a},l=il(s,c,eE,Zy),u=yield sU(t,e,r,i,s),f=yield l.rest.actions.deleteArtifact({owner:r,repo:i,artifact_id:u.artifact.id});if(f.status!==204)throw new hu(`Invalid response from GitHub API: ${f.status} (${(n=f?.headers)===null||n===void 0?void 0:n["x-github-request-id"]})`);return{id:u.artifact.id}})}function q8e(t){return M8e(this,void 0,void 0,function*(){let e=jf(),{workflowRunBackendId:r,workflowJobRunBackendId:i}=Hf(),s={workflowRunBackendId:r,workflowJobRunBackendId:i,nameFilter:us.create({value:t})},n=yield e.ListArtifacts(s);if(n.artifacts.length===0)throw new Nd(`Artifact not found for name: ${t}`);let o=n.artifacts[0];n.artifacts.length>1&&(o=n.artifacts.sort((l,u)=>Number(u.databaseId)-Number(l.databaseId))[0],Q(`More than one artifact found for a single name, returning newest (id: ${o.databaseId})`));let a={workflowRunBackendId:o.workflowRunBackendId,workflowJobRunBackendId:o.workflowJobRunBackendId,name:o.name},c=yield e.DeleteArtifact(a);return V(`Artifact '${t}' (ID: ${c.artifactId}) deleted`),{id:Number(c.artifactId)}})}var G8e=function(t,e,r,i){function s(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(i.next(u))}catch(f){o(f)}}function c(u){try{l(i.throw(u))}catch(f){o(f)}}function l(u){u.done?n(u.value):s(u.value).then(a,c)}l((i=i.apply(t,e||[])).next())})},nU=vDe(),oU=100,CWt=Math.ceil(nU/oU);function H8e(t,e,r,i){return G8e(this,arguments,void 0,function*(s,n,o,a,c=!1){V(`Fetching artifact list for workflow run ${s} in repository ${n}/${o}`);let l=[],[u,f]=$C(Ay),h={log:void 0,userAgent:Gf(),previews:void 0,retry:u,request:f},d=il(a,h,eE,Zy),p=1,{data:A}=yield d.request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts",{owner:n,repo:o,run_id:s,per_page:oU,page:p}),y=Math.ceil(A.total_count/oU),g=A.total_count;g>nU&&(rt(`Workflow run ${s} has ${g} artifacts, exceeding the limit of ${nU}. Results will be incomplete as only the first ${nU} artifacts will be returned`),y=CWt);for(let E of A.artifacts)l.push({name:E.name,id:E.id,size:E.size_in_bytes,createdAt:E.created_at?new Date(E.created_at):void 0,digest:E.digest});for(p++,p;p<=y;p++){Q(`Fetching page ${p} of artifact list`);let{data:E}=yield d.request("GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts",{owner:n,repo:o,run_id:s,per_page:oU,page:p});for(let w of E.artifacts)l.push({name:w.name,id:w.id,size:w.size_in_bytes,createdAt:w.created_at?new Date(w.created_at):void 0,digest:w.digest})}return c&&(l=z8e(l)),V(`Found ${l.length} artifact(s)`),{artifacts:l}})}function j8e(){return G8e(this,arguments,void 0,function*(t=!1){let e=jf(),{workflowRunBackendId:r,workflowJobRunBackendId:i}=Hf(),s={workflowRunBackendId:r,workflowJobRunBackendId:i},o=(yield e.ListArtifacts(s)).artifacts.map(a=>{var c;return{name:a.name,id:Number(a.databaseId),size:Number(a.size),createdAt:a.createdAt?oc.toDate(a.createdAt):void 0,digest:(c=a.digest)===null||c===void 0?void 0:c.value}});return t&&(o=z8e(o)),V(`Found ${o.length} artifact(s)`),{artifacts:o}})}function z8e(t){t.sort((i,s)=>s.id-i.id);let e=[],r=new Set;for(le
Errors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.
If the error persists, please check whether Actions is operating normally at [https://githubstatus.com](https://www.githubstatus.com).`),n}})}downloadArtifact(e,r){return HR(this,void 0,void 0,function*(){try{if(Tw())throw new Om;if(r?.findBy){let{findBy:{repositoryOwner:i,repositoryName:s,token:n}}=r,o=IWt(r,["findBy"]);return T8e(e,i,s,n,o)}return N8e(e,r)}catch(i){throw rt(`Download Artifact failed with error: ${i}.
Errors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.
If the error persists, please check whether Actions and API requests are operating normally at [https://githubstatus.com](https://www.githubstatus.com).`),i}})}listArtifacts(e){return HR(this,void 0,void 0,function*(){try{if(Tw())throw new Om;if(e?.findBy){let{findBy:{workflowRunId:r,repositoryOwner:i,repositoryName:s,token:n}}=e;return H8e(r,i,s,n,e?.latest)}return j8e(e?.latest)}catch(r){throw rt(`Listing Artifacts failed with error: ${r}.
Errors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.
If the error persists, please check whether Actions and API requests are operating normally at [https://githubstatus.com](https://www.githubstatus.com).`),r}})}getArtifact(e,r){return HR(this,void 0,void 0,function*(){try{if(Tw())throw new Om;if(r?.findBy){let{findBy:{workflowRunId:i,repositoryOwner:s,repositoryName:n,token:o}}=r;return sU(e,i,s,n,o)}return F8e(e)}catch(i){throw rt(`Get Artifact failed with error: ${i}.
Errors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.
If the error persists, please check whether Actions and API requests are operating normally at [https://githubstatus.com](https://www.githubstatus.com).`),i}})}deleteArtifact(e,r){return HR(this,void 0,void 0,function*(){try{if(Tw())throw new Om;if(r?.findBy){let{findBy:{repositoryOwner:i,repositoryName:s,workflowRunId:n,token:o}}=r;return U8e(e,n,i,s,o)}return q8e(e)}catch(i){throw rt(`Delete Artifact failed with error: ${i}.
Errors can be temporary, so please try again and optionally run the action with debug mode enabled for more information.
If the error persists, please check whether Actions and API requests are operating normally at [https://githubstatus.com](https://www.githubstatus.com).`),i}})}};var O9r=new WC;var aU=class{static async upload(e){if(Ot.isGHES)throw new Error("@actions/artifact v2.0.0+ is currently not supported on GHES.");let r=tie.default.basename(e.filename),i=new WC;V(`Uploading ${r} as an artifact`);let s=tie.default.dirname(e.filename),n=await i.uploadArtifact(r,[e.filename],s,{retentionDays:e.retentionDays,skipArchive:!0});if(!n.id)throw new hu("Cannot upload artifact");let o=n.size??V8e.default.statSync(e.filename).size,a=`${Ot.workflowRunURL()}/artifacts/${n.id}`;return V(`Artifact download URL: ${a}`),{id:n.id,filename:r,digest:n.digest||"",size:o,url:a}}};var mie=z($8e(),1);function lGe(t){return typeof t>"u"||t===null}function SWt(t){return typeof t=="object"&&t!==null}function BWt(t){return Array.isArray(t)?t:lGe(t)?[]:[t]}function vWt(t,e){var r,i,s,n;if(e)for(n=Object.keys(e),r=0,i=n.length;r<i;r+=1)s=n[r],t[s]=e[s];return t}function xWt(t,e){var r="",i;for(i=0;i<e;i+=1)r+=t;return r}function _Wt(t){return t===0&&Number.NEGATIVE_INFINITY===1/t}var RWt=lGe,TWt=SWt,NWt=BWt,DWt=xWt,OWt=_Wt,PWt=vWt,Ts={isNothing:RWt,isObject:TWt,toArray:NWt,repeat:DWt,isNegativeZero:OWt,extend:PWt};function uGe(t,e){var r="",i=t.reason||"(unknown reason)";return t.mark?(t.mark.name&&(r+='in "'+t.mark.name+'" '),r+="("+(t.mark.line+1)+":"+(t.mark.column+1)+")",!e&&t.mark.snippet&&(r+=`
`+t.mark.snippet),i+" "+r):i}function VR(t,e){Error.call(this),this.name="YAMLException",this.reason=t,this.mark=e,this.message=uGe(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}VR.prototype=Object.create(Error.prototype);VR.prototype.constructor=VR;VR.prototype.toString=function(e){return this.name+": "+uGe(this,e)};var Aa=VR;function rie(t,e,r,i,s){var n="",o="",a=Math.floor(s/2)-1;return i-e>a&&(n=" ... ",e=i-a+n.length),r-i>a&&(o=" ...",r=i+a-o.length),{str:n+t.slice(e,r).replace(/\t/g,"\u2192")+o,pos:i-e+n.length}}function iie(t,e){return Ts.repeat(" ",e-t.length)+t}function QWt(t,e){if(e=Object.create(e||null),!t.buffer)return null;e.maxLength||(e.maxLength=79),typeof e.indent!="number"&&(e.indent=1),typeof e.linesBefore!="number"&&(e.linesBefore=3),typeof e.linesAfter!="number"&&(e.linesAfter=2);for(var r=/\r?\n|\r|\0/g,i=[0],s=[],n,o=-1;n=r.exec(t.buffer);)s.push(n.index),i.push(n.index+n[0].length),t.position<=n.index&&o<0&&(o=i.length-2);o<0&&(o=i.length-1);var a="",c,l,u=Math.min(t.line+e.linesAfter,s.length).toString().length,f=e.maxLength-(e.indent+u+3);for(c=1;c<=e.linesBefore&&!(o-c<0);c++)l=rie(t.buffer,i[o-c],s[o-c],t.position-(i[o]-i[o-c]),f),a=Ts.repeat(" ",e.indent)+iie((t.line-c+1).toString(),u)+" | "+l.str+`
`+a;for(l=rie(t.buffer,i[o],s[o],t.position,f),a+=Ts.repeat(" ",e.indent)+iie((t.line+1).toString(),u)+" | "+l.str+`
`,a+=Ts.repeat("-",e.indent+u+3+l.pos)+`^
`,c=1;c<=e.linesAfter&&!(o+c>=s.length);c++)l=rie(t.buffer,i[o+c],s[o+c],t.position-(i[o]-i[o+c]),f),a+=Ts.repeat(" ",e.indent)+iie((t.line+c+1).toString(),u)+" | "+l.str+`
`;return a.replace(/\n$/,"")}var kWt=QWt,LWt=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],FWt=["scalar","sequence","mapping"];function MWt(t){var e={};return t!==null&&Object.keys(t).forEach(function(r){t[r].forEach(function(i){e[String(i)]=r})}),e}function UWt(t,e){if(e=e||{},Object.keys(e).forEach(function(r){if(LWt.indexOf(r)===-1)throw new Aa('Unknown option "'+r+'" is met in definition of "'+t+'" YAML type.')}),this.options=e,this.tag=t,this.kind=e.kind||null,this.resolve=e.resolve||function(){return!0},this.construct=e.construct||function(r){return r},this.instanceOf=e.instanceOf||null,this.predicate=e.predicate||null,this.represent=e.represent||null,this.representName=e.representName||null,this.defaultStyle=e.defaultStyle||null,this.multi=e.multi||!1,this.styleAliases=MWt(e.styleAliases||null),FWt.indexOf(this.kind)===-1)throw new Aa('Unknown kind "'+this.kind+'" is specified for "'+t+'" YAML type.')}var $n=UWt;function W8e(t,e){var r=[];return t[e].forEach(function(i){var s=r.length;r.forEach(function(n,o){n.tag===i.tag&&n.kind===i.kind&&n.multi===i.multi&&(s=o)}),r[s]=i}),r}function qWt(){var t={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}},e,r;function i(s){s.multi?(t.multi[s.kind].push(s),t.multi.fallback.push(s)):t[s.kind][s.tag]=t.fallback[s.tag]=s}for(e=0,r=arguments.length;e<r;e+=1)arguments[e].forEach(i);return t}function nie(t){return this.extend(t)}nie.prototype.extend=function(e){var r=[],i=[];if(e instanceof $n)i.push(e);else if(Array.isArray(e))i=i.concat(e);else if(e&&(Array.isArray(e.implicit)||Array.isArray(e.explicit)))e.implicit&&(r=r.concat(e.implicit)),e.explicit&&(i=i.concat(e.explicit));else throw new Aa("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");r.forEach(function(n){if(!(n instanceof $n))throw new Aa("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(n.loadKind&&n.loadKind!=="scalar")throw new Aa("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(n.multi)throw new Aa("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),i.forEach(function(n){if(!(n instanceof $n))throw new Aa("Specified list of YAML types (or a single Type object) contains a non-Type object.")});var s=Object.create(nie.prototype);return s.implicit=(this.implicit||[]).concat(r),s.explicit=(this.explicit||[]).concat(i),s.compiledImplicit=W8e(s,"implicit"),s.compiledExplicit=W8e(s,"explicit"),s.compiledTypeMap=qWt(s.compiledImplicit,s.compiledExplicit),s};var GWt=nie,HWt=new $n("tag:yaml.org,2002:str",{kind:"scalar",construct:function(t){return t!==null?t:""}}),jWt=new $n("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(t){return t!==null?t:[]}}),zWt=new $n("tag:yaml.org,2002:map",{kind:"mapping",construct:function(t){return t!==null?t:{}}}),VWt=new GWt({explicit:[HWt,jWt,zWt]});function $Wt(t){if(t===null)return!0;var e=t.length;return e===1&&t==="~"||e===4&&(t==="null"||t==="Null"||t==="NULL")}function WWt(){return null}function JWt(t){return t===null}var YWt=new $n("tag:yaml.org,2002:null",{kind:"scalar",resolve:$Wt,construct:WWt,predicate:JWt,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"});function KWt(t){if(t===null)return!1;var e=t.length;return e===4&&(t==="true"||t==="True"||t==="TRUE")||e===5&&(t==="false"||t==="False"||t==="FALSE")}function XWt(t){return t==="true"||t==="True"||t==="TRUE"}function ZWt(t){return Object.prototype.toString.call(t)==="[object Boolean]"}var eJt=new $n("tag:yaml.org,2002:bool",{kind:"scalar",resolve:KWt,construct:XWt,predicate:ZWt,represent:{lowercase:function(t){return t?"true":"false"},uppercase:function(t){return t?"TRUE":"FALSE"},camelcase:function(t){return t?"True":"F
\r`;function IJt(t){if(t===null)return!1;var e,r,i=0,s=t.length,n=uie;for(r=0;r<s;r++)if(e=n.indexOf(t.charAt(r)),!(e>64)){if(e<0)return!1;i+=6}return i%8===0}function SJt(t){var e,r,i=t.replace(/[\r\n=]/g,""),s=i.length,n=uie,o=0,a=[];for(e=0;e<s;e++)e%4===0&&e&&(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)),o=o<<6|n.indexOf(i.charAt(e));return r=s%4*6,r===0?(a.push(o>>16&255),a.push(o>>8&255),a.push(o&255)):r===18?(a.push(o>>10&255),a.push(o>>2&255)):r===12&&a.push(o>>4&255),new Uint8Array(a)}function BJt(t){var e="",r=0,i,s,n=t.length,o=uie;for(i=0;i<n;i++)i%3===0&&i&&(e+=o[r>>18&63],e+=o[r>>12&63],e+=o[r>>6&63],e+=o[r&63]),r=(r<<8)+t[i];return s=n%3,s===0?(e+=o[r>>18&63],e+=o[r>>12&63],e+=o[r>>6&63],e+=o[r&63]):s===2?(e+=o[r>>10&63],e+=o[r>>4&63],e+=o[r<<2&63],e+=o[64]):s===1&&(e+=o[r>>2&63],e+=o[r<<4&63],e+=o[64],e+=o[64]),e}function vJt(t){return Object.prototype.toString.call(t)==="[object Uint8Array]"}var xJt=new $n("tag:yaml.org,2002:binary",{kind:"scalar",resolve:IJt,construct:SJt,predicate:vJt,represent:BJt}),_Jt=Object.prototype.hasOwnProperty,RJt=Object.prototype.toString;function TJt(t){if(t===null)return!0;var e=[],r,i,s,n,o,a=t;for(r=0,i=a.length;r<i;r+=1){if(s=a[r],o=!1,RJt.call(s)!=="[object Object]")return!1;for(n in s)if(_Jt.call(s,n))if(!o)o=!0;else return!1;if(!o)return!1;if(e.indexOf(n)===-1)e.push(n);else return!1}return!0}function NJt(t){return t!==null?t:[]}var DJt=new $n("tag:yaml.org,2002:omap",{kind:"sequence",resolve:TJt,construct:NJt}),OJt=Object.prototype.toString;function PJt(t){if(t===null)return!0;var e,r,i,s,n,o=t;for(n=new Array(o.length),e=0,r=o.length;e<r;e+=1){if(i=o[e],OJt.call(i)!=="[object Object]"||(s=Object.keys(i),s.length!==1))return!1;n[e]=[s[0],i[s[0]]]}return!0}function QJt(t){if(t===null)return[];var e,r,i,s,n,o=t;for(n=new Array(o.length),e=0,r=o.length;e<r;e+=1)i=o[e],s=Object.keys(i),n[e]=[s[0],i[s[0]]];return n}var kJt=new $n("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:PJt,construct:QJt}),LJt=Object.prototype.hasOwnProperty;function FJt(t){if(t===null)return!0;var e,r=t;for(e in r)if(LJt.call(r,e)&&r[e]!==null)return!1;return!0}function MJt(t){return t!==null?t:{}}var UJt=new $n("tag:yaml.org,2002:set",{kind:"mapping",resolve:FJt,construct:MJt}),dGe=AJt.extend({implicit:[bJt,CJt],explicit:[xJt,DJt,kJt,UJt]}),sA=Object.prototype.hasOwnProperty,lU=1,pGe=2,mGe=3,uU=4,sie=1,qJt=2,J8e=3,GJt=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,HJt=/[\x85\u2028\u2029]/,jJt=/[,\[\]\{\}]/,AGe=/^(?:!|!!|![a-z\-]+!)$/i,gGe=/^(?:!|[^,\[\]\{\}])(?:%[0-9a-f]{2}|[0-9a-z\-#;\/\?:@&=\+\$,_\.!~\*'\(\)\[\]])*$/i;function Y8e(t){return Object.prototype.toString.call(t)}function ih(t){return t===10||t===13}function rE(t){return t===9||t===32}function ga(t){return t===9||t===32||t===10||t===13}function YC(t){return t===44||t===91||t===93||t===123||t===125}function zJt(t){var e;return 48<=t&&t<=57?t-48:(e=t|32,97<=e&&e<=102?e-97+10:-1)}function VJt(t){return t===120?2:t===117?4:t===85?8:0}function $Jt(t){return 48<=t&&t<=57?t-48:-1}function K8e(t){return t===48?"\0":t===97?"\x07":t===98?"\b":t===116||t===9?" ":t===110?`
`:t===118?"\v":t===102?"\f":t===114?"\r":t===101?"\x1B":t===32?" ":t===34?'"':t===47?"/":t===92?"\\":t===78?"\x85":t===95?"\xA0":t===76?"\u2028":t===80?"\u2029":""}function WJt(t){return t<=65535?String.fromCharCode(t):String.fromCharCode((t-65536>>10)+55296,(t-65536&1023)+56320)}function yGe(t,e,r){e==="__proto__"?Object.defineProperty(t,e,{configurable:!0,enumerable:!0,writable:!0,value:r}):t[e]=r}var EGe=new Array(256),bGe=new Array(256);for(tE=0;tE<256;tE++)EGe[tE]=K8e(tE)?1:0,bGe[tE]=K8e(tE);var tE;function JJt(t,e){this.input=t,this.filename=e.filename||null,this.schema=e.schema||dGe,this.onWarning=e.onWarning||null,this.legacy=e.legacy||!1,this.json=e.json||!1,this.listener=e.listener||null,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=t.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.firstTabInLine=-1,this.documents=[]}function wGe(t,e){var r={name:t.filename,buffer:t.input.slice(0,-1),position:t.position,line:t.line,column:t.position-t.lineStart};return r.snippet=kWt(r),new Aa(e,r)}function Xe(t,e){throw wGe(t,e)}function fU(t,e){t.onWarning&&t.onWarning.call(null,wGe(t,e))}var X8e={YAML:function(e,r,i){var s,n,o;e.version!==null&&Xe(e,"duplication of %YAML directive"),i.length!==1&&Xe(e,"YAML directive accepts exactly one argument"),s=/^([0-9]+)\.([0-9]+)$/.exec(i[0]),s===null&&Xe(e,"ill-formed argument of the YAML directive"),n=parseInt(s[1],10),o=parseInt(s[2],10),n!==1&&Xe(e,"unacceptable YAML version of the document"),e.version=i[0],e.checkLineBreaks=o<2,o!==1&&o!==2&&fU(e,"unsupported YAML version of the document")},TAG:function(e,r,i){var s,n;i.length!==2&&Xe(e,"TAG directive accepts exactly two arguments"),s=i[0],n=i[1],AGe.test(s)||Xe(e,"ill-formed tag handle (first argument) of the TAG directive"),sA.call(e.tagMap,s)&&Xe(e,'there is a previously declared suffix for "'+s+'" tag handle'),gGe.test(n)||Xe(e,"ill-formed tag prefix (second argument) of the TAG directive");try{n=decodeURIComponent(n)}catch{Xe(e,"tag prefix is malformed: "+n)}e.tagMap[s]=n}};function iA(t,e,r,i){var s,n,o,a;if(e<r){if(a=t.input.slice(e,r),i)for(s=0,n=a.length;s<n;s+=1)o=a.charCodeAt(s),o===9||32<=o&&o<=1114111||Xe(t,"expected valid JSON character");else GJt.test(a)&&Xe(t,"the stream contains non-printable characters");t.result+=a}}function Z8e(t,e,r,i){var s,n,o,a;for(Ts.isObject(r)||Xe(t,"cannot merge mappings; the provided source object is unacceptable"),s=Object.keys(r),o=0,a=s.length;o<a;o+=1)n=s[o],sA.call(e,n)||(yGe(e,n,r[n]),i[n]=!0)}function KC(t,e,r,i,s,n,o,a,c){var l,u;if(Array.isArray(s))for(s=Array.prototype.slice.call(s),l=0,u=s.length;l<u;l+=1)Array.isArray(s[l])&&Xe(t,"nested arrays are not supported inside keys"),typeof s=="object"&&Y8e(s[l])==="[object Object]"&&(s[l]="[object Object]");if(typeof s=="object"&&Y8e(s)==="[object Object]"&&(s="[object Object]"),s=String(s),e===null&&(e={}),i==="tag:yaml.org,2002:merge")if(Array.isArray(n))for(l=0,u=n.length;l<u;l+=1)Z8e(t,e,n[l],r);else Z8e(t,e,n,r);else!t.json&&!sA.call(r,s)&&sA.call(e,s)&&(t.line=o||t.line,t.lineStart=a||t.lineStart,t.position=c||t.position,Xe(t,"duplicated mapping key")),yGe(e,s,n),delete r[s];return e}function fie(t){var e;e=t.input.charCodeAt(t.position),e===10?t.position++:e===13?(t.position++,t.input.charCodeAt(t.position)===10&&t.position++):Xe(t,"a line break is expected"),t.line+=1,t.lineStart=t.position,t.firstTabInLine=-1}function ds(t,e,r){for(var i=0,s=t.input.charCodeAt(t.position);s!==0;){for(;rE(s);)s===9&&t.firstTabInLine===-1&&(t.firstTabInLine=t.position),s=t.input.charCodeAt(++t.position);if(e&&s===35)do s=t.input.charCodeAt(++t.position);while(s!==10&&s!==13&&s!==0);if(ih(s))for(fie(t),s=t.input.charCodeAt(t.position),i++,t.lineIndent=0;s===32;)t.lineIndent++,s=t.input.charCodeAt(++t.position);else break}return r!==-1&&i!==0&&t.lineIndent<r&&fU(t,"deficient indentation"),i}function pU(t){var e=t.position,r;return r=t.input.charCodeAt(e),!!((r===45||r===46)&&r===t.input.charCodeAt(e+1)&&r===t.input.charCodeAt(e+2)&&(e+=3,r=t.input.charCodeAt(e)
`,e-1))}function YJt(t,e,r){var i,s,n,o,a,c,l,u,f=t.kind,h=t.result,d;if(d=t.input.charCodeAt(t.position),ga(d)||YC(d)||d===35||d===38||d===42||d===33||d===124||d===62||d===39||d===34||d===37||d===64||d===96||(d===63||d===45)&&(s=t.input.charCodeAt(t.position+1),ga(s)||r&&YC(s)))return!1;for(t.kind="scalar",t.result="",n=o=t.position,a=!1;d!==0;){if(d===58){if(s=t.input.charCodeAt(t.position+1),ga(s)||r&&YC(s))break}else if(d===35){if(i=t.input.charCodeAt(t.position-1),ga(i))break}else{if(t.position===t.lineStart&&pU(t)||r&&YC(d))break;if(ih(d))if(c=t.line,l=t.lineStart,u=t.lineIndent,ds(t,!1,-1),t.lineIndent>=e){a=!0,d=t.input.charCodeAt(t.position);continue}else{t.position=o,t.line=c,t.lineStart=l,t.lineIndent=u;break}}a&&(iA(t,n,o,!1),hie(t,t.line-c),n=o=t.position,a=!1),rE(d)||(o=t.position+1),d=t.input.charCodeAt(++t.position)}return iA(t,n,o,!1),t.result?!0:(t.kind=f,t.result=h,!1)}function KJt(t,e){var r,i,s;if(r=t.input.charCodeAt(t.position),r!==39)return!1;for(t.kind="scalar",t.result="",t.position++,i=s=t.position;(r=t.input.charCodeAt(t.position))!==0;)if(r===39)if(iA(t,i,t.position,!0),r=t.input.charCodeAt(++t.position),r===39)i=t.position,t.position++,s=t.position;else return!0;else ih(r)?(iA(t,i,s,!0),hie(t,ds(t,!1,e)),i=s=t.position):t.position===t.lineStart&&pU(t)?Xe(t,"unexpected end of the document within a single quoted scalar"):(t.position++,s=t.position);Xe(t,"unexpected end of the stream within a single quoted scalar")}function XJt(t,e){var r,i,s,n,o,a;if(a=t.input.charCodeAt(t.position),a!==34)return!1;for(t.kind="scalar",t.result="",t.position++,r=i=t.position;(a=t.input.charCodeAt(t.position))!==0;){if(a===34)return iA(t,r,t.position,!0),t.position++,!0;if(a===92){if(iA(t,r,t.position,!0),a=t.input.charCodeAt(++t.position),ih(a))ds(t,!1,e);else if(a<256&&EGe[a])t.result+=bGe[a],t.position++;else if((o=VJt(a))>0){for(s=o,n=0;s>0;s--)a=t.input.charCodeAt(++t.position),(o=zJt(a))>=0?n=(n<<4)+o:Xe(t,"expected hexadecimal character");t.result+=WJt(n),t.position++}else Xe(t,"unknown escape sequence");r=i=t.position}else ih(a)?(iA(t,r,i,!0),hie(t,ds(t,!1,e)),r=i=t.position):t.position===t.lineStart&&pU(t)?Xe(t,"unexpected end of the document within a double quoted scalar"):(t.position++,i=t.position)}Xe(t,"unexpected end of the stream within a double quoted scalar")}function ZJt(t,e){var r=!0,i,s,n,o=t.tag,a,c=t.anchor,l,u,f,h,d,p=Object.create(null),A,y,g,E;if(E=t.input.charCodeAt(t.position),E===91)u=93,d=!1,a=[];else if(E===123)u=125,d=!0,a={};else return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=a),E=t.input.charCodeAt(++t.position);E!==0;){if(ds(t,!0,e),E=t.input.charCodeAt(t.position),E===u)return t.position++,t.tag=o,t.anchor=c,t.kind=d?"mapping":"sequence",t.result=a,!0;r?E===44&&Xe(t,"expected the node content, but found ','"):Xe(t,"missed comma between flow collection entries"),y=A=g=null,f=h=!1,E===63&&(l=t.input.charCodeAt(t.position+1),ga(l)&&(f=h=!0,t.position++,ds(t,!0,e))),i=t.line,s=t.lineStart,n=t.position,XC(t,e,lU,!1,!0),y=t.tag,A=t.result,ds(t,!0,e),E=t.input.charCodeAt(t.position),(h||t.line===i)&&E===58&&(f=!0,E=t.input.charCodeAt(++t.position),ds(t,!0,e),XC(t,e,lU,!1,!0),g=t.result),d?KC(t,a,p,y,A,g,i,s,n):f?a.push(KC(t,null,p,y,A,g,i,s,n)):a.push(A),ds(t,!0,e),E=t.input.charCodeAt(t.position),E===44?(r=!0,E=t.input.charCodeAt(++t.position)):r=!1}Xe(t,"unexpected end of the stream within a flow collection")}function eYt(t,e){var r,i,s=sie,n=!1,o=!1,a=e,c=0,l=!1,u,f;if(f=t.input.charCodeAt(t.position),f===124)i=!1;else if(f===62)i=!0;else return!1;for(t.kind="scalar",t.result="";f!==0;)if(f=t.input.charCodeAt(++t.position),f===43||f===45)sie===s?s=f===43?J8e:qJt:Xe(t,"repeat of a chomping mode identifier");else if((u=$Jt(f))>=0)u===0?Xe(t,"bad explicit indentation width of a block scalar; it cannot be less than one"):o?Xe(t,"repeat of an indentation width identifier"):(a=e+u-1,o=!0);else break;if(rE(f)){do f=t.input.charCodeAt(++t.position);while(rE(f));if(f===35)do f=t.input.charCodeAt(++t.position);while(!ih(f)&&f!==0)}for(;f!==0;){for(fie(t),t.lineIndent=0,f=t.input.charC
`,n?1+c:c):s===sie&&n&&(t.result+=`
`);break}for(i?rE(f)?(l=!0,t.result+=Ts.repeat(`
`,n?1+c:c)):l?(l=!1,t.result+=Ts.repeat(`
`,c+1)):c===0?n&&(t.result+=" "):t.result+=Ts.repeat(`
`,c):t.result+=Ts.repeat(`
`,n?1+c:c),n=!0,o=!0,c=0,r=t.position;!ih(f)&&f!==0;)f=t.input.charCodeAt(++t.position);iA(t,r,t.position,!1)}return!0}function eGe(t,e){var r,i=t.tag,s=t.anchor,n=[],o,a=!1,c;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=n),c=t.input.charCodeAt(t.position);c!==0&&(t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Xe(t,"tab characters must not be used in indentation")),!(c!==45||(o=t.input.charCodeAt(t.position+1),!ga(o))));){if(a=!0,t.position++,ds(t,!0,-1)&&t.lineIndent<=e){n.push(null),c=t.input.charCodeAt(t.position);continue}if(r=t.line,XC(t,e,mGe,!1,!0),n.push(t.result),ds(t,!0,-1),c=t.input.charCodeAt(t.position),(t.line===r||t.lineIndent>e)&&c!==0)Xe(t,"bad indentation of a sequence entry");else if(t.lineIndent<e)break}return a?(t.tag=i,t.anchor=s,t.kind="sequence",t.result=n,!0):!1}function tYt(t,e,r){var i,s,n,o,a,c,l=t.tag,u=t.anchor,f={},h=Object.create(null),d=null,p=null,A=null,y=!1,g=!1,E;if(t.firstTabInLine!==-1)return!1;for(t.anchor!==null&&(t.anchorMap[t.anchor]=f),E=t.input.charCodeAt(t.position);E!==0;){if(!y&&t.firstTabInLine!==-1&&(t.position=t.firstTabInLine,Xe(t,"tab characters must not be used in indentation")),i=t.input.charCodeAt(t.position+1),n=t.line,(E===63||E===58)&&ga(i))E===63?(y&&(KC(t,f,h,d,p,null,o,a,c),d=p=A=null),g=!0,y=!0,s=!0):y?(y=!1,s=!0):Xe(t,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),t.position+=1,E=i;else{if(o=t.line,a=t.lineStart,c=t.position,!XC(t,r,pGe,!1,!0))break;if(t.line===n){for(E=t.input.charCodeAt(t.position);rE(E);)E=t.input.charCodeAt(++t.position);if(E===58)E=t.input.charCodeAt(++t.position),ga(E)||Xe(t,"a whitespace character is expected after the key-value separator within a block mapping"),y&&(KC(t,f,h,d,p,null,o,a,c),d=p=A=null),g=!0,y=!1,s=!1,d=t.tag,p=t.result;else if(g)Xe(t,"can not read an implicit mapping pair; a colon is missed");else return t.tag=l,t.anchor=u,!0}else if(g)Xe(t,"can not read a block mapping entry; a multiline key may not be an implicit key");else return t.tag=l,t.anchor=u,!0}if((t.line===n||t.lineIndent>e)&&(y&&(o=t.line,a=t.lineStart,c=t.position),XC(t,e,uU,!0,s)&&(y?p=t.result:A=t.result),y||(KC(t,f,h,d,p,A,o,a,c),d=p=A=null),ds(t,!0,-1),E=t.input.charCodeAt(t.position)),(t.line===n||t.lineIndent>e)&&E!==0)Xe(t,"bad indentation of a mapping entry");else if(t.lineIndent<e)break}return y&&KC(t,f,h,d,p,null,o,a,c),g&&(t.tag=l,t.anchor=u,t.kind="mapping",t.result=f),g}function rYt(t){var e,r=!1,i=!1,s,n,o;if(o=t.input.charCodeAt(t.position),o!==33)return!1;if(t.tag!==null&&Xe(t,"duplication of a tag property"),o=t.input.charCodeAt(++t.position),o===60?(r=!0,o=t.input.charCodeAt(++t.position)):o===33?(i=!0,s="!!",o=t.input.charCodeAt(++t.position)):s="!",e=t.position,r){do o=t.input.charCodeAt(++t.position);while(o!==0&&o!==62);t.position<t.length?(n=t.input.slice(e,t.position),o=t.input.charCodeAt(++t.position)):Xe(t,"unexpected end of the stream within a verbatim tag")}else{for(;o!==0&&!ga(o);)o===33&&(i?Xe(t,"tag suffix cannot contain exclamation marks"):(s=t.input.slice(e-1,t.position+1),AGe.test(s)||Xe(t,"named tag handle cannot contain such characters"),i=!0,e=t.position+1)),o=t.input.charCodeAt(++t.position);n=t.input.slice(e,t.position),jJt.test(n)&&Xe(t,"tag suffix cannot contain flow indicator characters")}n&&!gGe.test(n)&&Xe(t,"tag name cannot contain such characters: "+n);try{n=decodeURIComponent(n)}catch{Xe(t,"tag name is malformed: "+n)}return r?t.tag=n:sA.call(t.tagMap,s)?t.tag=t.tagMap[s]+n:s==="!"?t.tag="!"+n:s==="!!"?t.tag="tag:yaml.org,2002:"+n:Xe(t,'undeclared tag handle "'+s+'"'),!0}function iYt(t){var e,r;if(r=t.input.charCodeAt(t.position),r!==38)return!1;for(t.anchor!==null&&Xe(t,"duplication of an anchor property"),r=t.input.charCodeAt(++t.position),e=t.position;r!==0&&!ga(r)&&!YC(r);)r=t.input.charCodeAt(++t.position);return t.position===e&&Xe(t,"name of an anchor node must contain at least one character"),t.anchor=t.input.slice(e,t.position),!0}function sYt(t){var e,r,i;if(i=t.input.charCodeAt(t.position),i!==42)return!1;f
`),t.charCodeAt(0)===65279&&(t=t.slice(1)));var r=new JJt(t,e),i=t.indexOf("\0");for(i!==-1&&(r.position=i,Xe(r,"null byte is not allowed in input")),r.input+="\0";r.input.charCodeAt(r.position)===32;)r.lineIndent+=1,r.position+=1;for(;r.position<r.length-1;)nYt(r);return r.documents}function oYt(t,e,r){e!==null&&typeof e=="object"&&typeof r>"u"&&(r=e,e=null);var i=CGe(t,r);if(typeof e!="function")return i;for(var s=0,n=i.length;s<n;s+=1)e(i[s])}function aYt(t,e){var r=CGe(t,e);if(r.length!==0){if(r.length===1)return r[0];throw new Aa("expected a single document in the stream, but found more")}}var cYt=oYt,lYt=aYt,IGe={loadAll:cYt,load:lYt},SGe=Object.prototype.toString,BGe=Object.prototype.hasOwnProperty,die=65279,uYt=9,$R=10,fYt=13,hYt=32,dYt=33,pYt=34,oie=35,mYt=37,AYt=38,gYt=39,yYt=42,vGe=44,EYt=45,hU=58,bYt=61,wYt=62,CYt=63,IYt=64,xGe=91,_Ge=93,SYt=96,RGe=123,BYt=124,TGe=125,Wn={};Wn[0]="\\0";Wn[7]="\\a";Wn[8]="\\b";Wn[9]="\\t";Wn[10]="\\n";Wn[11]="\\v";Wn[12]="\\f";Wn[13]="\\r";Wn[27]="\\e";Wn[34]='\\"';Wn[92]="\\\\";Wn[133]="\\N";Wn[160]="\\_";Wn[8232]="\\L";Wn[8233]="\\P";var vYt=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],xYt=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function _Yt(t,e){var r,i,s,n,o,a,c;if(e===null)return{};for(r={},i=Object.keys(e),s=0,n=i.length;s<n;s+=1)o=i[s],a=String(e[o]),o.slice(0,2)==="!!"&&(o="tag:yaml.org,2002:"+o.slice(2)),c=t.compiledTypeMap.fallback[o],c&&BGe.call(c.styleAliases,a)&&(a=c.styleAliases[a]),r[o]=a;return r}function RYt(t){var e,r,i;if(e=t.toString(16).toUpperCase(),t<=255)r="x",i=2;else if(t<=65535)r="u",i=4;else if(t<=4294967295)r="U",i=8;else throw new Aa("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+r+Ts.repeat("0",i-e.length)+e}var TYt=1,WR=2;function NYt(t){this.schema=t.schema||dGe,this.indent=Math.max(1,t.indent||2),this.noArrayIndent=t.noArrayIndent||!1,this.skipInvalid=t.skipInvalid||!1,this.flowLevel=Ts.isNothing(t.flowLevel)?-1:t.flowLevel,this.styleMap=_Yt(this.schema,t.styles||null),this.sortKeys=t.sortKeys||!1,this.lineWidth=t.lineWidth||80,this.noRefs=t.noRefs||!1,this.noCompatMode=t.noCompatMode||!1,this.condenseFlow=t.condenseFlow||!1,this.quotingType=t.quotingType==='"'?WR:TYt,this.forceQuotes=t.forceQuotes||!1,this.replacer=typeof t.replacer=="function"?t.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function tGe(t,e){for(var r=Ts.repeat(" ",e),i=0,s=-1,n="",o,a=t.length;i<a;)s=t.indexOf(`
`,i),s===-1?(o=t.slice(i),i=a):(o=t.slice(i,s+1),i=s+1),o.length&&o!==`
`&&(n+=r),n+=o;return n}function aie(t,e){return`
`+Ts.repeat(" ",t.indent*e)}function DYt(t,e){var r,i,s;for(r=0,i=t.implicitTypes.length;r<i;r+=1)if(s=t.implicitTypes[r],s.resolve(e))return!0;return!1}function dU(t){return t===hYt||t===uYt}function JR(t){return 32<=t&&t<=126||161<=t&&t<=55295&&t!==8232&&t!==8233||57344<=t&&t<=65533&&t!==die||65536<=t&&t<=1114111}function rGe(t){return JR(t)&&t!==die&&t!==fYt&&t!==$R}function iGe(t,e,r){var i=rGe(t),s=i&&!dU(t);return(r?i:i&&t!==vGe&&t!==xGe&&t!==_Ge&&t!==RGe&&t!==TGe)&&t!==oie&&!(e===hU&&!s)||rGe(e)&&!dU(e)&&t===oie||e===hU&&s}function OYt(t){return JR(t)&&t!==die&&!dU(t)&&t!==EYt&&t!==CYt&&t!==hU&&t!==vGe&&t!==xGe&&t!==_Ge&&t!==RGe&&t!==TGe&&t!==oie&&t!==AYt&&t!==yYt&&t!==dYt&&t!==BYt&&t!==bYt&&t!==wYt&&t!==gYt&&t!==pYt&&t!==mYt&&t!==IYt&&t!==SYt}function PYt(t){return!dU(t)&&t!==hU}function zR(t,e){var r=t.charCodeAt(e),i;return r>=55296&&r<=56319&&e+1<t.length&&(i=t.charCodeAt(e+1),i>=56320&&i<=57343)?(r-55296)*1024+i-56320+65536:r}function NGe(t){var e=/^\n* /;return e.test(t)}var DGe=1,cie=2,OGe=3,PGe=4,JC=5;function QYt(t,e,r,i,s,n,o,a){var c,l=0,u=null,f=!1,h=!1,d=i!==-1,p=-1,A=OYt(zR(t,0))&&PYt(zR(t,t.length-1));if(e||o)for(c=0;c<t.length;l>=65536?c+=2:c++){if(l=zR(t,c),!JR(l))return JC;A=A&&iGe(l,u,a),u=l}else{for(c=0;c<t.length;l>=65536?c+=2:c++){if(l=zR(t,c),l===$R)f=!0,d&&(h=h||c-p-1>i&&t[p+1]!==" ",p=c);else if(!JR(l))return JC;A=A&&iGe(l,u,a),u=l}h=h||d&&c-p-1>i&&t[p+1]!==" "}return!f&&!h?A&&!o&&!s(t)?DGe:n===WR?JC:cie:r>9&&NGe(t)?JC:o?n===WR?JC:cie:h?PGe:OGe}function kYt(t,e,r,i,s){t.dump=(function(){if(e.length===0)return t.quotingType===WR?'""':"''";if(!t.noCompatMode&&(vYt.indexOf(e)!==-1||xYt.test(e)))return t.quotingType===WR?'"'+e+'"':"'"+e+"'";var n=t.indent*Math.max(1,r),o=t.lineWidth===-1?-1:Math.max(Math.min(t.lineWidth,40),t.lineWidth-n),a=i||t.flowLevel>-1&&r>=t.flowLevel;function c(l){return DYt(t,l)}switch(QYt(e,a,t.indent,o,c,t.quotingType,t.forceQuotes&&!i,s)){case DGe:return e;case cie:return"'"+e.replace(/'/g,"''")+"'";case OGe:return"|"+sGe(e,t.indent)+nGe(tGe(e,n));case PGe:return">"+sGe(e,t.indent)+nGe(tGe(LYt(e,o),n));case JC:return'"'+FYt(e)+'"';default:throw new Aa("impossible error: invalid scalar style")}})()}function sGe(t,e){var r=NGe(t)?String(e):"",i=t[t.length-1]===`
`,s=i&&(t[t.length-2]===`
`||t===`
`),n=s?"+":i?"":"-";return r+n+`
`}function nGe(t){return t[t.length-1]===`
`?t.slice(0,-1):t}function LYt(t,e){for(var r=/(\n+)([^\n]*)/g,i=(function(){var l=t.indexOf(`
`);return l=l!==-1?l:t.length,r.lastIndex=l,oGe(t.slice(0,l),e)})(),s=t[0]===`
`||t[0]===" ",n,o;o=r.exec(t);){var a=o[1],c=o[2];n=c[0]===" ",i+=a+(!s&&!n&&c!==""?`
`:"")+oGe(c,e),s=n}return i}function oGe(t,e){if(t===""||t[0]===" ")return t;for(var r=/ [^ ]/g,i,s=0,n,o=0,a=0,c="";i=r.exec(t);)a=i.index,a-s>e&&(n=o>s?o:a,c+=`
`+t.slice(s,n),s=n+1),o=a;return c+=`
`,t.length-s>e&&o>s?c+=t.slice(s,o)+`
`+t.slice(o+1):c+=t.slice(s),c.slice(1)}function FYt(t){for(var e="",r=0,i,s=0;s<t.length;r>=65536?s+=2:s++)r=zR(t,s),i=Wn[r],!i&&JR(r)?(e+=t[s],r>=65536&&(e+=t[s+1])):e+=i||RYt(r);return e}function MYt(t,e,r){var i="",s=t.tag,n,o,a;for(n=0,o=r.length;n<o;n+=1)a=r[n],t.replacer&&(a=t.replacer.call(r,String(n),a)),(Vd(t,e,a,!1,!1)||typeof a>"u"&&Vd(t,e,null,!1,!1))&&(i!==""&&(i+=","+(t.condenseFlow?"":" ")),i+=t.dump);t.tag=s,t.dump="["+i+"]"}function aGe(t,e,r,i){var s="",n=t.tag,o,a,c;for(o=0,a=r.length;o<a;o+=1)c=r[o],t.replacer&&(c=t.replacer.call(r,String(o),c)),(Vd(t,e+1,c,!0,!0,!1,!0)||typeof c>"u"&&Vd(t,e+1,null,!0,!0,!1,!0))&&((!i||s!=="")&&(s+=aie(t,e)),t.dump&&$R===t.dump.charCodeAt(0)?s+="-":s+="- ",s+=t.dump);t.tag=n,t.dump=s||"[]"}function UYt(t,e,r){var i="",s=t.tag,n=Object.keys(r),o,a,c,l,u;for(o=0,a=n.length;o<a;o+=1)u="",i!==""&&(u+=", "),t.condenseFlow&&(u+='"'),c=n[o],l=r[c],t.replacer&&(l=t.replacer.call(r,c,l)),Vd(t,e,c,!1,!1)&&(t.dump.length>1024&&(u+="? "),u+=t.dump+(t.condenseFlow?'"':"")+":"+(t.condenseFlow?"":" "),Vd(t,e,l,!1,!1)&&(u+=t.dump,i+=u));t.tag=s,t.dump="{"+i+"}"}function qYt(t,e,r,i){var s="",n=t.tag,o=Object.keys(r),a,c,l,u,f,h;if(t.sortKeys===!0)o.sort();else if(typeof t.sortKeys=="function")o.sort(t.sortKeys);else if(t.sortKeys)throw new Aa("sortKeys must be a boolean or a function");for(a=0,c=o.length;a<c;a+=1)h="",(!i||s!=="")&&(h+=aie(t,e)),l=o[a],u=r[l],t.replacer&&(u=t.replacer.call(r,l,u)),Vd(t,e+1,l,!0,!0,!0)&&(f=t.tag!==null&&t.tag!=="?"||t.dump&&t.dump.length>1024,f&&(t.dump&&$R===t.dump.charCodeAt(0)?h+="?":h+="? "),h+=t.dump,f&&(h+=aie(t,e)),Vd(t,e+1,u,!0,f)&&(t.dump&&$R===t.dump.charCodeAt(0)?h+=":":h+=": ",h+=t.dump,s+=h));t.tag=n,t.dump=s||"{}"}function cGe(t,e,r){var i,s,n,o,a,c;for(s=r?t.explicitTypes:t.implicitTypes,n=0,o=s.length;n<o;n+=1)if(a=s[n],(a.instanceOf||a.predicate)&&(!a.instanceOf||typeof e=="object"&&e instanceof a.instanceOf)&&(!a.predicate||a.predicate(e))){if(r?a.multi&&a.representName?t.tag=a.representName(e):t.tag=a.tag:t.tag="?",a.represent){if(c=t.styleMap[a.tag]||a.defaultStyle,SGe.call(a.represent)==="[object Function]")i=a.represent(e,c);else if(BGe.call(a.represent,c))i=a.represent[c](e,c);else throw new Aa("!<"+a.tag+'> tag resolver accepts not "'+c+'" style');t.dump=i}return!0}return!1}function Vd(t,e,r,i,s,n,o){t.tag=null,t.dump=r,cGe(t,r,!1)||cGe(t,r,!0);var a=SGe.call(t.dump),c=i,l;i&&(i=t.flowLevel<0||t.flowLevel>e);var u=a==="[object Object]"||a==="[object Array]",f,h;if(u&&(f=t.duplicates.indexOf(r),h=f!==-1),(t.tag!==null&&t.tag!=="?"||h||t.indent!==2&&e>0)&&(s=!1),h&&t.usedDuplicates[f])t.dump="*ref_"+f;else{if(u&&h&&!t.usedDuplicates[f]&&(t.usedDuplicates[f]=!0),a==="[object Object]")i&&Object.keys(t.dump).length!==0?(qYt(t,e,t.dump,s),h&&(t.dump="&ref_"+f+t.dump)):(UYt(t,e,t.dump),h&&(t.dump="&ref_"+f+" "+t.dump));else if(a==="[object Array]")i&&t.dump.length!==0?(t.noArrayIndent&&!o&&e>0?aGe(t,e-1,t.dump,s):aGe(t,e,t.dump,s),h&&(t.dump="&ref_"+f+t.dump)):(MYt(t,e,t.dump),h&&(t.dump="&ref_"+f+" "+t.dump));else if(a==="[object String]")t.tag!=="?"&&kYt(t,t.dump,e,n,c);else{if(a==="[object Undefined]")return!1;if(t.skipInvalid)return!1;throw new Aa("unacceptable kind of an object to dump "+a)}t.tag!==null&&t.tag!=="?"&&(l=encodeURI(t.tag[0]==="!"?t.tag.slice(1):t.tag).replace(/!/g,"%21"),t.tag[0]==="!"?l="!"+l:l.slice(0,18)==="tag:yaml.org,2002:"?l="!!"+l.slice(18):l="!<"+l+">",t.dump=l+" "+t.dump)}return!0}function GYt(t,e){var r=[],i=[],s,n;for(lie(t,r,i),s=0,n=i.length;s<n;s+=1)e.duplicates.push(r[i[s]]);e.usedDuplicates=new Array(n)}function lie(t,e,r){var i,s,n;if(t!==null&&typeof t=="object")if(s=e.indexOf(t),s!==-1)r.indexOf(s)===-1&&r.push(s);else if(e.push(t),Array.isArray(t))for(s=0,n=t.length;s<n;s+=1)lie(t[s],e,r);else for(i=Object.keys(t),s=0,n=i.length;s<n;s+=1)lie(t[i[s]],e,r)}function HYt(t,e){e=e||{};var r=new NYt(e);r.noRefs||GYt(t,r);var i=t;return r.replacer&&(i=r.replacer.call({"":i},"",i)),Vd(r,0,i,!0,!0)?r.dump+`
`:""}var jYt=HYt,zYt={dump:jYt};function pie(t,e){return function(){throw new Error("Function yaml."+t+" is removed in js-yaml 4. Use yaml."+e+" instead, which is now safe by default.")}}var q9r=IGe.load,G9r=IGe.loadAll,QGe=zYt.dump;var H9r=pie("safeLoad","load"),j9r=pie("safeLoadAll","loadAll"),z9r=pie("safeDump","dump");var kGe=z(require("os"),1);var mU=class t{static async writeBuildSummary(e){let r=function(c,l,u=!1){return`<a href="${l}">${c}</a>`+(u?kGe.default.EOL:"")},i=e.exportRes.refs.length,s=i>0?e.exportRes.refs?.[0]:void 0,n=s?e.exportRes.summaries?.[s]:void 0,o=e.driver==="cloud"&&e.endpoint?e.endpoint?.replace(/^cloud:\/\//,"").split("/")[0]:void 0,a=Nj.addHeading("Docker Build summary",2);if(o&&i===1&&s&&n){let c=t.formatDBCBuildURL(o,s,n.defaultPlatform);a.addRaw("<p>").addRaw("For a detailed look at the build, you can check the results at:").addRaw("</p>").addRaw("<p>").addRaw(`:whale: ${r(`<strong>${c}</strong>`,c)}`).addRaw("</p>")}if(e.uploadRes){let c=`./${Ot.runId}/${e.uploadRes.url.split("/").slice(-2).join("/")}`;o&&i===1?a.addRaw("<p>").addRaw("You can also download the following build record archive and import it into Docker Desktop's Builds view. ").addBreak().addRaw("Build records include details such as timing, dependencies, results, logs, traces, and other information about a build. ").addRaw(r("Learn more","https://www.docker.com/blog/new-beta-feature-deep-dive-into-github-actions-docker-builds-with-docker-desktop/?utm_source=github&utm_medium=actions")).addRaw("</p>"):a.addRaw("<p>").addRaw("For a detailed look at the build, download the following build record archive and import it into Docker Desktop's Builds view. ").addBreak().addRaw("Build records include details such as timing, dependencies, results, logs, traces, and other information about a build. ").addRaw(r("Learn more","https://www.docker.com/blog/new-beta-feature-deep-dive-into-github-actions-docker-builds-with-docker-desktop/?utm_source=github&utm_medium=actions")).addRaw("</p>"),a.addRaw("<p>").addRaw(`:arrow_down: ${r(`<strong>${Re.stringToUnicodeEntities(e.uploadRes.filename)}</strong>`,c)} (${Re.formatFileSize(e.uploadRes.size)} - includes <strong>${i} build record${i>1?"s":""}</strong>)`).addRaw("</p>")}else e.exportRes.summaries&&a.addRaw("<p>").addRaw("The following table provides a brief summary of your build.").addBreak().addRaw("For a detailed look at the build, including timing, dependencies, results, logs, traces, and other information, consider enabling the export of the build record so you can import it into Docker Desktop's Builds view. ").addRaw(r("Learn more","https://www.docker.com/blog/new-beta-feature-deep-dive-into-github-actions-docker-builds-with-docker-desktop/?utm_source=github&utm_medium=actions")).addRaw("</p>");if(a.addRaw("<p>").addRaw("Find this useful? ").addRaw(r("Let us know","https://docs.docker.com/feedback/gha-build-summary")).addRaw("</p>"),e.exportRes.summaries){a.addRaw("<p>");let c=[[{header:!0,data:"ID"},{header:!0,data:"Name"},{header:!0,data:"Status"},{header:!0,data:"Cached"},{header:!0,data:"Duration"},...o&&i>1?[{header:!0,data:"Build result URL"}]:[]]],l;for(let u in e.exportRes.summaries)if(Object.prototype.hasOwnProperty.call(e.exportRes.summaries,u)){let f=e.exportRes.summaries[u];c.push([{data:`<code>${u.substring(0,6).toUpperCase()}</code>`},{data:`<strong>${Re.stringToUnicodeEntities(f.name)}</strong>`},{data:`${f.status==="completed"?":white_check_mark:":f.status==="canceled"?":no_entry_sign:":":x:"} ${f.status}`},{data:`${f.numCachedSteps>0?Math.round(f.numCachedSteps/f.numTotalSteps*100):0}%`},{data:f.duration},...o&&i>1?[{data:r(":whale: Open",t.formatDBCBuildURL(o,u,f.defaultPlatform))}]:[]]),f.error&&(l=f.error)}a.addTable([...c]),a.addRaw("</p>"),l&&(a.addRaw("<blockquote>"),Re.countLines(l)>10?a.addRaw("<details><summary><strong>Error</strong></summary>").addCodeBlock(mie.default.encode(l),"text").addRaw("</details>"):a.addRaw("<strong>Error</strong>").addBreak().addRaw("<p>").addCodeBlock(mie.default.encode(l),"text").addRaw("</p>"),a.addRaw("</blockquote>"))}e.in
`),{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let s of i){if(s.length==1&&!s[0].startsWith("type="))return e=="local";for(let[n,o]of s.map(a=>a.split("=").map(c=>c.trim())))if(n=="type"&&o==e)return!0}return!1}static hasAttestationType(e,r){let i=ic(r,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let s of i)for(let[n,o]of s.map(a=>a.split("=").map(c=>c.trim())))if(n=="type"&&o==e)return!0;return!1}static resolveAttestationAttrs(e){let r=ic(e,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0}),i=[];for(let s of r)for(let n of s)try{let o=Re.parseBool(n);i.push(`disabled=${!o}`)}catch{i.push(n)}return i.join(",")}static hasGitAuthTokenSecret(e,r){for(let i of e){if(r&&i.startsWith(`GIT_AUTH_TOKEN.${r}=`))return!0;if(i.startsWith("GIT_AUTH_TOKEN="))return!0}return!1}static parseSecretKvp(e,r){let i=e.indexOf("="),s=e.substring(0,i),n=e.substring(i+1);if(s.length==0||n.length==0)throw new Error(`${e} is not a valid secret`);return r&&Ma(n),[s,n]}};var gie=z(require("fs"),1),LGe=z(require("path"),1);var AU=class t{buildx;metadataFilename;constructor(e){this.buildx=e?.buildx||new Ar,this.metadataFilename=`bake-metadata-${Re.generateRandomString()}.json`}getMetadataFilePath(){return LGe.default.join(Xt.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!gie.default.existsSync(e))return;let r=gie.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")return JSON.parse(r)}resolveRefs(e){if(!e&&(e=this.resolveMetadata(),!e))return;let r=new Array;for(let i in e)"buildx.build.ref"in e[i]&&r.push(e[i]["buildx.build.ref"]);return r.length>0?r:void 0}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"in e)return e["buildx.build.warnings"]}async getDefinition(e,r){r=r||{ignoreReturnCode:!0},r.ignoreReturnCode=!0,r.env=Object.assign({},process.env,r.env||{},e.githubToken?{BUILDX_BAKE_GIT_AUTH_TOKEN:e.githubToken}:{});let i=["bake"],s,n=[],o=[...e.files||[],e.source];if(o){for(let c of o.map(l=>l?l.trim():""))if(c.length!=0){if(!Re.isValidRef(c)){n.push(c);continue}if(s)throw new Error("Only one remote bake definition can be defined");s=c}}s&&i.push(s);for(let c of n)i.push("--file",c);if(e.overrides)for(let c of e.overrides)i.push("--set",c);if(e.vars)for(let c of e.vars)i.push("--var",c);if(e.allow)for(let c of e.allow)i.push("--allow",c);e.call&&i.push("--call",e.call),e.load&&i.push("--load"),e.noCache&&i.push("--no-cache"),e.provenance&&i.push("--provenance",e.provenance),e.push&&i.push("--push"),e.sbom&&i.push("--sbom",e.sbom);let a=await this.buildx.getCommand([...i,"--print",...e.targets||[]]);return await st.getExecOutput(a.command,a.args,r).then(c=>{if(c.stderr.length>0&&c.exitCode!=0)throw new Error(`cannot parse bake definitions: ${c.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return t.parseDefinition(c.stdout.trim())})}static parseDefinition(e){let r=JSON.parse(e);for(let i in r.target){let s=r.target[i];s.attest&&Array.isArray(s.attest)&&(s.attest=s.attest.map(n=>t.parseAttestEntry(n))),s["cache-from"]&&Array.isArray(s["cache-from"])&&(s["cache-from"]=s["cache-from"].map(n=>t.parseCacheEntry(n))),s["cache-to"]&&Array.isArray(s["cache-to"])&&(s["cache-to"]=s["cache-to"].map(n=>t.parseCacheEntry(n))),s.output&&Array.isArray(s.output)&&(s.output=s.output.map(n=>t.parseExportEntry(n))),s.secret&&Array.isArray(s.secret)&&(s.secret=s.secret.map(n=>t.parseSecretEntry(n))),s.ssh&&Array.isArray(s.ssh)&&(s.ssh=s.ssh.map(n=>t.parseSSHEntry(n)))}return r}static parseAttestEntry(e){if(typeof e!="string")return e;let r={type:""},i=ic(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let s of i){let[n,o]=s.toString().split(/(?<=^[^=]+?)=/).map(a=>a.trim());switch(n){case"type":r.type=o;break;case"disabled":r.disabled=Re.parseBool(o);break;default:r[n]=o}}return r}static parseCacheEntry(e){if(typeof e!="string")return e;let r={type:""},i=ic(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];if(i.length===1&&!i[0].includes("="))return r.type="registry",r.ref=i[0],r;for(let s of i){let[n,o]=s.toString().split(/(?<=^[^=]+?)
`)[0])}static async isHeadDetached(){return await t.exec(["branch","--show-current"]).then(e=>e.length==0)}static async getDetachedRef(){let e=await t.exec(["show","-s","--pretty=%D"]);Q(`detached HEAD ref: ${e}`);let r=e.replace(/^grafted, /,"").trim();if(r==="HEAD")return await t.inferRefFromHead();let i=r.match(/^HEAD, (.*)$/);if(!i||!i[1])throw new Error(`Cannot find detached HEAD ref in "${e}"`);let s=i[1].trim();if(s.startsWith("tag: "))return`refs/tags/${s.split(":")[1].trim()}`;if(s.match(/^pull\/\d+\/(head|merge)$/))return`refs/${s}`;let o=s.match(/^[^/]+\/[^/]+, (.+)$/);if(o)return`refs/heads/${o[1].trim()}`;let a=s.match(/^[^/]+\/(.+)$/);if(a)return`refs/heads/${a[1].trim()}`;throw new Error(`Unsupported detached HEAD ref in "${e}"`)}static async exec(e=[]){return await st.getExecOutput("git",e,{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.stderr.length>0&&r.exitCode!=0)throw new Error(r.stderr);return r.stdout.trim()})}static async inferRefFromHead(){let e=await t.findContainingRef("refs/heads/");if(e)return e;let r=await t.findContainingRef("refs/remotes/");if(r){let n=r.match(/^refs\/remotes\/[^/]+\/(.+)$/);return n?`refs/heads/${n[1]}`:r}let i=await t.exec(["tag","--contains","HEAD"]),[s]=i.split(`
`).map(n=>n.trim()).filter(n=>n.length>0);if(s)return`refs/tags/${s}`;throw new Error("Cannot infer ref from detached HEAD")}static async findContainingRef(e){let r=await t.exec(["for-each-ref","--format=%(refname)","--contains","HEAD","--sort=-committerdate",e]),[i]=r.split(`
`).map(s=>s.trim()).filter(s=>s.length>0);return i}static async commitDate(e){return new Date(await t.exec(["show","-s",'--format="%ci"',e]))}};var cZe=require("crypto"),kh=z(require("fs"),1),qA=z(require("path"),1);var GN=z(KR(),1),Lh=z(JYe(),1),lZe=z(Iue(),1),TS=z(tZe(),1);var Cfe=z(KR(),1);var iZe=z(lu(),1);var rZe="application/vnd.oci.empty.v1+json";var Op=class{binPath;_version;_versionOnce;constructor(e){this.binPath=e?.binPath||"cosign",this._version="",this._versionOnce=!1}async isAvailable(){let e=await st.getExecOutput(this.binPath,[],{ignoreReturnCode:!0,silent:!0}).then(r=>r.stderr.length>0&&r.exitCode!=0?(Q(`Cosign.isAvailable cmd err: ${r.stderr.trim()}`),!1):r.exitCode==0).catch(r=>(Q(`Cosign.isAvailable error: ${r}`),!1));return Q(`Cosign.isAvailable: ${e}`),e}async version(){return this._versionOnce?this._version:(this._versionOnce=!0,this._version=await st.getExecOutput(this.binPath,["version","--json"],{ignoreReturnCode:!0,silent:!0}).then(e=>{if(e.stderr.length>0&&e.exitCode!=0)throw new Error(e.stderr.trim());return JSON.parse(e.stdout.trim()).gitVersion}),this._version)}async printVersion(){await st.exec(this.binPath,["version","--json"],{failOnStdErr:!1})}async versionSatisfies(e,r){let i=r??await this.version();if(!i)return Q("Cosign.versionSatisfies false: undefined version"),!1;let s=iZe.satisfies(i,e)||/^[0-9a-f]{7}$/.exec(i)!==null;return Q(`Cosign.versionSatisfies ${i} statisfies ${e}: ${s}`),s}static parseCommandOutput(e){let r,i,s,n;for(let o of e.split(/\r?\n/)){let a=o.trim();if(!a.startsWith("{")||!a.endsWith("}"))continue;let c;try{c=JSON.parse(a)}catch{continue}if(c&&Array.isArray(c.errors)&&c.errors.length>0&&(n=c.errors),!r&&c&&Array.isArray(c.manifests)&&c.manifests.length>0){let l=c.manifests[0];l?.artifactType===Cfe.BUNDLE_V03_MEDIA_TYPE&&typeof l.digest=="string"?r=l.digest:l?.artifactType===rZe&&typeof l.digest=="string"&&(i=l.digest)}if(!s&&c&&c.mediaType===Cfe.BUNDLE_V03_MEDIA_TYPE&&(s=c),s&&(r||i)){n=void 0;break}}return{bundle:s,signatureManifestDigest:r||i,errors:n}}};var Ife=z(require("fs"),1);var F5=class t{buildx;constructor(e){this.buildx=e?.buildx||new Ar}async getCommand(e){return await this.buildx.getCommand(["imagetools",...e])}async getInspectCommand(e){return await this.getCommand(["inspect",...e])}async getCreateCommand(e){return await this.getCommand(["create",...e])}async inspectImage(e){return await this.inspect(e,"{{json .Image}}",r=>{if(typeof r=="object"&&!Array.isArray(r)&&r!==null)return Object.prototype.hasOwnProperty.call(r,"config"),r;throw new Error("Unexpected output format")})}async inspectManifest(e){return await this.inspect(e,"{{json .Manifest}}",r=>{if(typeof r=="object"&&!Array.isArray(r)&&r!==null)return Object.prototype.hasOwnProperty.call(r,"manifests"),r;throw new Error("Unexpected output format")})}async attestationDescriptors(e){let r=await this.inspectManifest(e);if(typeof r!="object"||r===null||!("manifests"in r)||!Array.isArray(r.manifests))throw new Error(`No descriptor found for ${e.name}`);let i=r.manifests.filter(o=>o.annotations?.["vnd.docker.reference.type"]==="attestation-manifest");if(!e.platform)return i;let s=e.platform,n=new Map;for(let o of r.manifests)o.digest&&n.set(o.digest,o);return i.filter(o=>{let a=o.annotations?.["vnd.docker.reference.digest"];if(!a)return!1;let c=n.get(a);return c?c.platform?.os===s.os&&c.platform?.architecture===s.architecture&&(c.platform?.variant??"")===(s.variant??""):!1})}async attestationDigests(e){return(await this.attestationDescriptors(e)).map(r=>r.digest)}async create(e){let r=[],i=Xt.tmpName({tmpdir:Xt.tmpDir(),template:"imagetools-metadata-XXXXXX"}),s=[],n=[];for(let a of e.sources){if(a.startsWith("cwd://")){let c=a.substring(6);c.length>0&&s.push(c);continue}n.push(a)}if(e.tags)for(let a of e.tags)r.push("--tag",a);if(e.platforms)for(let a of e.platforms)r.push("--platform",a);if(e.annotations)for(let a of e.annotations)r.push("--annotation",a);e.dryRun?r.push("--dry-run"):r.push("--metadata-file",i);for(let a of s)r.push("--file",a);for(let a of n)r.push(a);let o=await this.getCreat
${o.message}`),await new Promise(l=>setTimeout(l,Math.pow(2,a)*100))}throw o??new Error(`ImageTools inspect command failed for ${e.name}`)}async execInspect(e,r,i){return await st.getExecOutput(e,r,{ignoreReturnCode:!0,silent:!0}).then(s=>{if(s.stderr.length>0&&s.exitCode!=0)throw new Error(s.stderr.trim());return i(JSON.parse(s.stdout))})}static isManifestUnknownError(e){return/(MANIFEST_UNKNOWN|manifest unknown|not found: not found)/i.test(e)}};var sZe="application/vnd.in-toto+json";var nZe="https://fulcio.sigstore.dev",oZe="https://rekor.sigstore.dev",aZe="https://timestamp.sigstore.dev",r0="https://search.sigstore.dev";var kyr="slsaprovenance1",GA=class t{cosign;imageTools;constructor(e){this.cosign=e?.cosign||new Op,this.imageTools=e?.imageTools||new F5}async signAttestationManifests(e){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to sign attestation manifests");let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let i=this.signingEndpoints(e.noTransparencyLog);V(`Using Sigstore signing endpoint: ${i.fulcioURL}`);let s=t.noTransparencyLog(e.noTransparencyLog),n=[];await this.cosign.versionSatisfies(">=3.0.4")?await Si("Creating Sigstore protobuf signing config",async()=>{let o=Xt.tmpName({template:"signing-config-XXXXXX.json",tmpdir:Xt.tmpDir()}),a=["signing-config","create","--with-default-services=true",`--out=${o}`];s&&a.push("--no-default-rekor=true"),await st.exec(this.cosign.binPath,a,{env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),V(JSON.stringify(JSON.parse(kh.default.readFileSync(o,{encoding:"utf-8"})),null,2)),n.push(`--signing-config=${o}`)}):(n.push("--use-signing-config"),s&&n.push("--tlog-upload=false"));for(let o of e.imageNames){let a=await this.imageTools.attestationDigests({name:`${o}@${e.imageDigest}`,retryOnManifestUnknown:e.retryOnManifestUnknown,retryLimit:e.retryLimit});for(let c of a){let l=`${o}@${c}`;await Si(`Signing attestation manifest ${l}`,async()=>{let u=["sign","--yes","--oidc-provider","github-actions","--registry-referrers-mode","oci-1-1","--new-bundle-format",...n];V(`[command]${this.cosign.binPath} ${[...u,l].join(" ")}`);let f=await st.getExecOutput(this.cosign.binPath,["--verbose",...u,l],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),h=Op.parseCommandOutput(f.stderr.trim());if(f.exitCode!=0)if(h.errors&&h.errors.length>0){let p=h.errors.map(A=>`- [${A.code}] ${A.message} : ${A.detail}`).join(`
`);throw new Error(`Cosign sign command failed with errors:
${p}`)}else throw new Error(`Cosign sign command failed with: ${f.stderr.trim().split(/\r?\n/).filter(p=>p.length>0).pop()??"unknown error"}`);let d=t.parseBundle((0,GN.bundleFromJSON)(h.bundle));d.tlogID&&V(`Uploaded to Rekor transparency log: ${r0}?logIndex=${d.tlogID}`),V(`Signature manifest pushed: https://oci.dag.dev/?referrers=${l}`),r[l]={...d,imageName:o}})}}}catch(i){throw new Error(`Signing BuildKit attestation manifests failed: ${i.message}`)}return r}async verifySignedManifests(e,r){let i={};for(let[s,n]of Object.entries(e))await Si(`Verifying signature of ${s}`,async()=>{let o=await this.verifyImageAttestation(s,{certificateIdentityRegexp:r.certificateIdentityRegexp,noTransparencyLog:r.noTransparencyLog||!n.tlogID,retryOnManifestUnknown:r.retryOnManifestUnknown});V(`Signature manifest verified: https://oci.dag.dev/?image=${n.imageName}@${o.signatureManifestDigest}`),i[s]=o});return i}async verifyImageAttestations(e,r){let i={},s=await this.imageTools.attestationDigests({name:e,platform:r.platform,retryOnManifestUnknown:r.retryOnManifestUnknown,retryLimit:r.retryLimit});if(s.length===0)throw new Error(`No attestation manifests found for ${e}`);let n=e.split(":",1)[0];for(let o of s){let a=`${n}@${o}`,c=await this.verifyImageAttestation(a,r);V(`Signature manifest verified: https://oci.dag.dev/?image=${n}@${c.signatureManifestDigest}`),i[a]=c}return i}async verifyImageAttestation(e,r){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed manifests");let i=["verify","--experimental-oci11","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp];if(r.noTransparencyLog&&i.push("--use-signed-timestamps","--insecure-ignore-tlog"),!r.retryOnManifestUnknown){V(`[command]${this.cosign.binPath} ${[...i,e].join(" ")}`);let o=await st.getExecOutput(this.cosign.binPath,["--verbose",...i,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});if(o.exitCode!==0)throw new Error(`Cosign verify command failed with: ${o.stderr.trim().split(/\r?\n/).filter(c=>c.length>0).pop()??"unknown error"}`);let a=Op.parseCommandOutput(o.stderr.trim());return{cosignArgs:i,signatureManifestDigest:a.signatureManifestDigest}}let s=r.retryLimit??15,n;V(`[command]${this.cosign.binPath} ${[...i,e].join(" ")}`);for(let o=0;o<s;o++){let a=await st.getExecOutput(this.cosign.binPath,["--verbose",...i,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),c=Op.parseCommandOutput(a.stderr.trim());if(a.exitCode===0)return{cosignArgs:i,signatureManifestDigest:c.signatureManifestDigest};if(c.errors&&c.errors.length>0){let l=c.errors.map(u=>`- [${u.code}] ${u.message} : ${u.detail}`).join(`
`);if(n=new Error(`Cosign verify command failed with errors:
${l}`),c.errors.some(u=>u.code==="MANIFEST_UNKNOWN"))V(`Cosign verify command failed with MANIFEST_UNKNOWN, retrying attempt ${o+1}/${s}...
${l}`),await new Promise(u=>setTimeout(u,Math.pow(2,o)*100));else throw n}else throw new Error(`Cosign verify command failed with: ${a.stderr.trim().split(/\r?\n/).filter(l=>l.length>0).pop()??"unknown error"}`)}throw n}async signProvenanceBlobs(e){let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let i=this.signingEndpoints(e.noTransparencyLog);V(`Using Sigstore signing endpoint: ${i.fulcioURL}`);let s=t.getProvenanceBlobs(e);for(let n of Object.keys(s))await Si(`Signing ${n}`,async()=>{let o=s[n],a=qA.default.join(qA.default.dirname(n),`${e.name??"provenance"}.sigstore.json`),c=t.getProvenanceSubjects(o);if(c.length===0){rt(`No subjects found in provenance ${n}, skip signing.`);return}let l=await t.signPayload({data:o,type:sZe},i),u=t.parseBundle(l);V("Provenance blob signed for:");for(let f of c){let[h,d]=Object.entries(f.digest)[0]||[];V(` - ${f.name} (${h}:${d})`)}u.tlogID&&V(`Attestation signature uploaded to Rekor transparency log: ${r0}?logIndex=${u.tlogID}`),V(`Writing Sigstore bundle to: ${a}`),kh.default.writeFileSync(a,JSON.stringify(u.payload,null,2),{encoding:"utf-8"}),r[n]={...u,bundlePath:a,subjects:c}})}catch(i){throw new Error(`Signing BuildKit provenance blobs failed: ${i.message}`)}return r}async verifySignedArtifacts(e,r){let i={};if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed artifacts");for(let[s,n]of Object.entries(e)){let o=qA.default.dirname(s);await Si(`Verifying signature bundle ${n.bundlePath}`,async()=>{for(let a of n.subjects){let c=qA.default.join(o,a.name);V(`Verifying signed artifact ${c}`);let l=["verify-blob-attestation","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp,"--type",r.predicateType??kyr];(r.noTransparencyLog||!n.tlogID)&&l.push("--use-signed-timestamps","--insecure-ignore-tlog");let u=await st.getExecOutput(this.cosign.binPath,[...l,"--bundle",n.bundlePath,c],{ignoreReturnCode:!0});if(u.stderr.length>0&&u.exitCode!=0)throw new Error(u.stderr);i[c]={bundlePath:n.bundlePath,cosignArgs:l}}})}return i}async verifyArtifact(e,r,i){V("Verifying keyless verification bundle signature");let s=JSON.parse(kh.default.readFileSync(r,"utf-8")),n=(0,GN.bundleFromJSON)(s);V("Fetching Sigstore TUF trusted root metadata");let o=await lZe.getTrustedRoot(),a=(0,TS.toTrustMaterial)(o);try{V("Verifying artifact signature");let c=(0,TS.toSignedEntity)(n,kh.default.readFileSync(e)),l=t.parseCertificate(n),u=n.verificationMaterial.tlogEntries,f=u.length>0?u[0].logIndex:void 0;if(i?.subjectAlternativeName&&i?.subjectAlternativeName instanceof RegExp){let p=l.subjectAltName?.replace(/^uri:/i,"");if(p){if(!p.match(i.subjectAlternativeName))throw new Error(`Signing certificate subjectAlternativeName "${p}" does not match expected pattern`)}else throw new Error("Signing certificate does not contain subjectAltName")}let d=new TS.Verifier(a).verify(c,{subjectAlternativeName:i?.subjectAlternativeName&&typeof i.subjectAlternativeName=="string"?i.subjectAlternativeName:void 0,extensions:i?.issuer?{issuer:i.issuer}:void 0});return Q(`Sigstore.verifyArtifact signer: ${JSON.stringify(d)}`),{payload:s,certificate:l.toString(),tlogID:f}}catch(c){throw new Error(`Failed to verify artifact signature: ${c}`)}}signingEndpoints(e){return e=t.noTransparencyLog(e),V(`Upload to transparency log: ${e?"disabled":"enabled"}`),{fulcioURL:nZe,rekorURL:e?void 0:oZe,tsaServerURL:aZe}}static noTransparencyLog(e){return e??Ot.context.payload.repository?.private}static getProvenanceBlobs(e){let r=qA.default.join(e.localExportDir,"provenance.json");if(kh.default.existsSync(r))return{[r]:kh.default.readFileSync(r)};let i=kh.default.readdirSync(e.localExportDir,{withFileTypes:!0}),s=i.filter(n=>n.isDirectory());if(s.length>0&&s.length===i.length&&s.every(n=>kh.default.existsSync(qA.default.join(e.localExportDir,n.name,"provenance.json")))){let n={};for(let o of s){let a=
`)){let[l,...u]=c.split(":"),f=l.toLowerCase(),h=u.map(d=>d.trim()).join(":");if(l.length!=0)switch(!0){case f=="name":i=void 0,r.name==null?r.name=h:(n&&s.gcPolicy&&(s.gcPolicy.push(n),n=void 0),s.name&&r.nodes.push(s),s={name:h});break;case f=="driver":i=void 0,r.driver=h;break;case f=="last activity":i=void 0,r.lastActivity=new Date(h);break;case f=="endpoint":i=void 0,s.endpoint=h;break;case f=="driver options":i=void 0,s["driver-opts"]=(h.match(/([a-zA-Z0-9_.]+)="([^"]*)"/g)||[]).map(d=>d.replace(/^(.*)="(.*)"$/g,"$1=$2"));break;case f=="status":i=void 0,s.status=h;break;case f=="buildkit daemon flags":case f=="flags":i=void 0,s["buildkitd-flags"]=h;break;case f=="buildkit version":case f=="buildkit":i=void 0,s.buildkit=h;break;case f=="platforms":{if(i=void 0,!h)break;let d=[];if(h.includes("*"))for(let p of h.split(", "))p.includes("*")&&d.push(p.replace(/\*/g,""));else d=h.split(", ");s.platforms=d.join(",");break}case f=="features":i="features",s.features={};break;case f=="labels":i="label",s.labels={};break;case f=="devices":i="devices",s.devices=s.devices||[];break;case f.startsWith("gc policy rule#"):i="gcpolicy",s.gcPolicy&&n&&(s.gcPolicy.push(n),n=void 0);break;case f.startsWith("file#"):i="file",a=l.split("#")[1],s.files=s.files||{},s.files[a]="";break;default:switch(i&&i!=="devices"&&s.devices&&o&&(s.devices.push(o),o=void 0),i||""){case"features":{s.features=s.features||{},s.features[l.trim()]=!!h;break}case"label":{s.labels=s.labels||{},s.labels[l.trim()]=h;break}case"devices":{switch(f.trim()){case"name":{s.devices&&o&&s.devices.push(o),o={},o.name=h;break}case"on-demand":{o&&h&&(o.onDemand=h=="true");break}case"automatically allowed":{o&&h&&(o.autoAllow=h=="true");break}case"annotations":{o&&(o.annotations=o.annotations||{});break}default:o&&o.annotations&&(o.annotations[l.trim()]=h)}break}case"gcpolicy":{switch(s.gcPolicy=s.gcPolicy||[],n=n||{},f.trim()){case"all":{n.all=h=="true";break}case"filters":{h&&(n.filter=h.split(","));break}case"keep duration":{n.keepDuration=h;break}case"keep bytes":{n.keepBytes=h;break}case"reserved space":{n.reservedSpace=h;break}case"max used space":{n.maxUsedSpace=h;break}case"min free space":{n.minFreeSpace=h;break}}break}case"file":{a&&s.files&&(s.files[a].length>0&&(s.files[a]+=`
`),s.files[a]+=c.replace(/^\s>\s?/,""));break}}}}return o&&s.devices&&s.devices.push(o),n&&s.gcPolicy&&s.gcPolicy.push(n),s.name&&r.nodes.push(s),r}};var uZe=z(lu(),1);var U5=z(require("fs"),1);var q5=class{resolveFromString(e){return this.resolve(e,!1)}resolveFromFile(e){return this.resolve(e,!0)}resolve(e,r){if(r){if(!U5.default.existsSync(e))throw new Error(`config file ${e} not found`);e=U5.default.readFileSync(e,{encoding:"utf-8"})}let i=Xt.tmpName({tmpdir:Xt.tmpDir()});return U5.default.writeFileSync(i,e),i}};var G5=class{buildx;config;constructor(e){this.config=new q5,this.buildx=e?.buildx||new Ar}async getVersion(e){if(!e.buildkit&&e.name)try{return await this.getVersionWithinImage(e.name)}catch(r){rt(r)}return e.buildkit}async getVersionWithinImage(e){return Q(`BuildKit.getVersionWithinImage nodeName: ${e}`),Yi.getExecOutput(["inspect","--format","{{.Config.Image}}",`${Ar.containerNamePrefix}${e}`],{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.exitCode==0&&r.stdout.length>0)return Q(`BuildKit.getVersionWithinImage image: ${r.stdout.trim()}`),Yi.getExecOutput(["run","--rm",r.stdout.trim(),"--version"],{ignoreReturnCode:!0,silent:!0}).then(i=>{if(i.exitCode==0&&i.stdout.length>0)return`${r.stdout.trim()} => ${i.stdout.trim()}`;if(i.stderr.length>0)throw new Error(r.stderr.trim());return i.stdout.trim()});if(r.stderr.length>0)throw new Error(r.stderr.trim());return r.stdout.trim()})}async versionSatisfies(e,r,i){i||(i=await new DS({buildx:this.buildx}).inspect(e));for(let s of i.nodes){let n=s.buildkit;if(Q(`BuildKit.versionSatisfies ${n}: ${r}`),!n)try{n=await this.getVersionWithinImage(s.name||"")}catch{return Q(`BuildKit.versionSatisfies ${s.name}: can't get version`),!1}if(Q(`BuildKit.versionSatisfies ${s.name}: version ${n}`),i.driver=="docker"&&!n.endsWith("-moby")||!uZe.satisfies(n.replace(/-moby$/,""),r))return!1}return!0}};var H5=class t{_version;_versionOnce;_standalone;constructor(e){this._standalone=e?.standalone,this._version="",this._versionOnce=!1}async isStandalone(){let e=this._standalone??!await Yi.isAvailable();return Q(`Compose.isStandalone: ${e}`),e}async getCommand(e){let r=await this.isStandalone();return{command:r?"compose":"docker",args:r?e:["compose",...e]}}async isAvailable(){let e=await this.getCommand([]),r=await st.getExecOutput(e.command,e.args,{ignoreReturnCode:!0,silent:!0}).then(i=>i.stderr.length>0&&i.exitCode!=0?(Q(`Compose.isAvailable cmd err: ${i.stderr.trim()}`),!1):i.exitCode==0).catch(i=>(Q(`Compose.isAvailable error: ${i}`),!1));return Q(`Compose.isAvailable: ${r}`),r}async version(){if(this._versionOnce)return this._version;this._versionOnce=!0;let e=await this.getCommand(["version"]);return this._version=await st.getExecOutput(e.command,e.args,{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.stderr.length>0&&r.exitCode!=0)throw new Error(r.stderr.trim());return t.parseVersion(r.stdout.trim())}),this._version}async printVersion(){let e=await this.getCommand(["version"]);await st.exec(e.command,e.args,{failOnStdErr:!1})}static parseVersion(e){let r=/\sv?([0-9a-f]{7}|[0-9.]+)/.exec(e);if(!r)throw new Error("Cannot parse compose version");return r[1]}};var Qp=z(require("fs"),1),Mh=z(require("os"),1),OS=z(require("path"),1);var z5=z(lu(),1),Bfe=z(require("util"),1);var j5=class t{standalone;githubToken;constructor(e){this.standalone=e?.standalone,this.githubToken=e?.githubToken||process.env.GITHUB_TOKEN}async download(e,r){let i=await t.getDownloadVersion(e);Q(`Install.download version: ${i.version}`);let s=await t.getRelease(i,this.githubToken);Q(`Install.download release tag name: ${s.tag_name}`);let n=await this.vspec(s.tag_name);Q(`Install.download vspec: ${n}`);let o=z5.clean(n)||"";if(!z5.valid(o))throw new Error(`Invalid Compose version "${n}".`);let a=new Gs({htcName:i.key!="official"?`compose-dl-bin-${i.key}`:"compose-dl-bin",htcVersion:n,baseCacheDir:OS.default.join(Mh.default.homedir(),".bin","docker-compose"),cacheFile:Mh.default.platform()=="win32"?"docker-compose.exe":"docker-compose",ghaNoCache:r}),c=await a.find();if(c)return V(`Compose binary found in ${c}`),c
# syntax=docker/dockerfile:1
ARG GO_VERSION="1.24"
ARG ALPINE_VERSION="3.22"
FROM --platform=$BUILDPLATFORM tonistiigi/xx:1.7.0 AS xx
FROM --platform=$BUILDPLATFORM golang:\${GO_VERSION}-alpine\${ALPINE_VERSION} AS builder-base
COPY --from=xx / /
RUN apk add --no-cache git
ENV GOTOOLCHAIN=auto
ENV CGO_ENABLED=0
WORKDIR /src
RUN --mount=type=cache,target=/go/pkg/mod \\
--mount=type=bind,source=go.mod,target=go.mod \\
--mount=type=bind,source=go.sum,target=go.sum \\
go mod download
FROM builder-base AS version
RUN --mount=type=bind,target=. <<'EOT'
git rev-parse HEAD 2>/dev/null || {
echo >&2 "Failed to get git revision, make sure --build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 is set when building from Git directly"
exit 1
}
set -ex
export PKG=sigs.k8s.io BUILDDATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") TREESTATE=$(if ! git diff --no-ext-diff --quiet --exit-code; then echo dirty; else echo clean; fi) VERSION=$(git describe --match 'v[0-9]*' --dirty='.m' --always --tags) COMMIT=$(git rev-parse HEAD)$(if ! git diff --no-ext-diff --quiet --exit-code; then echo .m; fi);
echo "-X \${PKG}/release-utils/version.gitVersion=\${VERSION} -X \${PKG}/release-utils/version.gitCommit=\${COMMIT} -X \${PKG}/release-utils/version.gitTreeState=\${TREESTATE} -X \${PKG}/release-utils/version.buildDate=\${BUILDDATE}" > /tmp/.ldflags;
echo -n "\${VERSION}" > /tmp/.version;
EOT
FROM builder-base AS builder
ARG TARGETPLATFORM
RUN --mount=type=bind,target=. \\
--mount=type=cache,target=/root/.cache,id=cosign-$TARGETPLATFORM \\
--mount=source=/tmp/.ldflags,target=/tmp/.ldflags,from=version \\
--mount=type=cache,target=/go/pkg/mod <<EOT
set -ex
xx-go build -trimpath -ldflags "-s -w $(cat /tmp/.ldflags)" -o /out/cosign ./cmd/cosign
xx-verify --static /out/cosign
EOT
FROM scratch
COPY --from=builder /out /
`;var V5=class t{githubToken;buildx;sigstore;constructor(e){this.githubToken=e?.githubToken||process.env.GITHUB_TOKEN,this.buildx=e?.buildx||new Ar,this.sigstore=e?.sigstore||new GA}async download(e){let r=await t.getDownloadVersion(e.version);Q(`Install.download version: ${r.version}`);let i=await t.getRelease(r,this.githubToken);Q(`Install.download release tag name: ${i.tag_name}`);let s=await this.vspec(i.tag_name);Q(`Install.download vspec: ${s}`);let n=QS.clean(s)||"";if(!QS.valid(n))throw new Error(`Invalid Cosign version "${s}".`);let o=new Gs({htcName:"cosign-dl-bin",htcVersion:s,baseCacheDir:PS.default.join(Tu.default.homedir(),".bin"),cacheFile:Tu.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:e.ghaNoCache}),a=await o.find();if(a)return V(`Cosign binary found in ${a}`),a;let c=vfe.format(r.downloadURL,s,this.filename());V(`Downloading ${c}`);let l=await Fc(c,void 0,this.githubToken);Q(`Install.download htcDownloadPath: ${l}`),e.verifySignature&&QS.satisfies(s,">=3.0.1")&&await this.verifySignature(l,c);let u=await o.save(l,e.skipState);return V(`Cached to ${u}`),u}async build(e,r,i){let s=await this.vspec(e);Q(`Install.build vspec: ${s}`);let n=new Gs({htcName:"cosign-build-bin",htcVersion:s,baseCacheDir:PS.default.join(Tu.default.homedir(),".bin"),cacheFile:Tu.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:r}),o=await n.find();if(o)return V(`Cosign binary found in ${o}`),o;let a=PS.default.join(Xt.tmpDir(),"cosign-build-cache"),c=await this.buildCommand(e,a),l=await st.getExecOutput(c.command,c.args,{ignoreReturnCode:!0,input:Buffer.from(fZe)}).then(f=>{if(f.stderr.length>0&&f.exitCode!=0)throw new Error(`build failed with: ${f.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return`${a}/cosign`}),u=await n.save(l,i);return V(`Cached to ${u}`),u}async install(e,r){r=r||Xt.tmpDir();let i=PS.default.join(r,"cosign-bin");HN.default.existsSync(i)||HN.default.mkdirSync(i,{recursive:!0});let s=Tu.default.platform()=="win32"?"cosign.exe":"cosign",n=PS.default.join(i,s);return HN.default.copyFileSync(e,n),V("Fixing perms"),HN.default.chmodSync(n,"0755"),Vu(i),V("Added Cosign to PATH"),V(`Binary path: ${n}`),n}async buildCommand(e,r){let i=await new Ar({standalone:!0}).isAvailable(),s=await new Ar({standalone:!1}).isAvailable(),n=!1;if(await this.buildx.isStandalone()&&i)Q("Install.buildCommand: Buildx standalone found, build with it"),n=!0;else if(!await this.buildx.isStandalone()&&s)Q("Install.buildCommand: Buildx plugin found, build with it"),n=!1;else if(i)Q("Install.buildCommand: Buildx plugin not found, but standalone found so trying to build with it"),n=!0;else if(s)Q("Install.buildCommand: Buildx standalone not found, but plugin found so trying to build with it"),n=!1;else throw new Error(`Neither buildx standalone or plugin have been found to build from ref ${e}`);let o=["build","--platform","local","--build-arg","BUILDKIT_CONTEXT_KEEP_GIT_DIR=1","--output",`type=local,dest=${r}`];return process.env.GIT_AUTH_TOKEN&&o.push("--secret","id=GIT_AUTH_TOKEN"),o.push("-f-",e),await new Ar({standalone:n}).getCommand(o)}async verifySignature(e,r){let i=`${r}.sigstore.json`;V(`Downloading keyless verification bundle at ${i}`);let s=await Fc(i,void 0,this.githubToken);Q(`Install.verifySignature bundlePath: ${s}`);let n=await this.sigstore.verifyArtifact(e,s,{subjectAlternativeName:"keyless@projectsigstore.iam.gserviceaccount.com",issuer:"https://accounts.google.com"});V(`Cosign binary signature verified! ${n.tlogID?`${r0}?logIndex=${n.tlogID}`:""}`)}filename(){let e;switch(Tu.default.arch()){case"x64":{e="amd64";break}case"ppc64":{e="ppc64le";break}default:{e=Tu.default.arch();break}}let r=Tu.default.platform()=="win32"?"windows":Tu.default.platform(),i=Tu.default.platform()=="win32"?".exe":"";return vfe.format("cosign-%s-%s%s",r,e,i)}async vspec(e){if(!Re.isValidRef(e)){let l=e.replace(/^v+|v+$/g,"");return V(`Use ${l} version spec cache key for ${e}`),l}let[r,i]=e.split("#");i.length==0&&(i="master");let s;i.match(/^[0-9a-fA-F]{40}$/)?s=i:s=await ZC.remoteSha(r,i,process.env.GIT_AU
`)[0]?.trim()):f.stderr.length>0&&(o=new Error(`buildx failed with: ${f.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`)))});let a=r.buildxBuild.resolveImageID(),c=r.buildxBuild.resolveMetadata(),l=r.buildxBuild.resolveDigest(c);a&&await Si("ImageID",async()=>{V(a),_D("imageid",a)}),l&&await Si("Digest",async()=>{V(l),_D("digest",l)}),c&&await Si("Metadata",async()=>{let f=JSON.stringify(c,null,2);V(f),_D("metadata",f)});let u;if(await Si("Reference",async()=>{u=await Pbr(r,t,e.builder),u?(V(u),gtt(u)):V("No build reference found")}),Qbr()){let f=r.buildxBuild.resolveWarnings(c);if(u&&f&&f.length>0){let h=await Ar.convertWarningsToGitHubAnnotations(f,[u]);Q(`annotations: ${JSON.stringify(h,null,2)}`),h&&h.length>0&&await Si(`Generating GitHub annotations (${h.length} build checks found)`,async()=>{for(let d of h)rt(d.message,d)})}}if(await Si("Check build summary support",async()=>{kbr()?e.call&&e.call!=="build"?V(`Build summary skipped for ${e.call} subrequest`):Ot.isGHES?V("Build summary is not yet supported on GHES"):await r.buildx.versionSatisfies(">=0.23.0")?u?(V("Build summary supported!"),ytt()):V("Build summary requires a build reference"):V("Build summary requires Buildx >= 0.23.0"):V("Build summary disabled")}),o)throw o},async()=>{dtt&&await Si("Generating build summary",async()=>{try{let t=Lbr(),e;t&&(e=Fbr());let i=await new sL().export({refs:Che?[Che]:[]});V(`Build record written to ${i.dockerbuildFilename} (${Re.formatFileSize(i.dockerbuildSize)})`);let s;t&&(s=await aU.upload({filename:i.dockerbuildFilename,retentionDays:e})),await mU.writeBuildSummary({exportRes:i,uploadRes:s,inputs:htt,driver:utt,endpoint:ftt})}catch(t){rt(t.message)}}),a1.length>0&&await Si(`Removing temp folder ${a1}`,async()=>{try{btt.rmSync(a1,{recursive:!0})}catch{rt(`Failed to remove temp folder ${a1}`)}})});async function Pbr(t,e,r){let i=t.buildxBuild.resolveRef();if(i)return i;r||(r=(await t.builder.inspect()).name);let s=Ar.refs({dir:Ar.refsDir,builderName:r,since:e});return Object.keys(s).length>0?Object.keys(s)[0]:""}function Qbr(){return process.env.DOCKER_BUILD_CHECKS_ANNOTATIONS?Re.parseBool(process.env.DOCKER_BUILD_CHECKS_ANNOTATIONS):!0}function kbr(){return process.env.DOCKER_BUILD_SUMMARY?Re.parseBool(process.env.DOCKER_BUILD_SUMMARY):!0}function Lbr(){return process.env.DOCKER_BUILD_RECORD_UPLOAD?Re.parseBool(process.env.DOCKER_BUILD_RECORD_UPLOAD):!0}function Fbr(){let t=process.env.DOCKER_BUILD_RECORD_RETENTION_DAYS;if(t){let e=parseInt(t);if(isNaN(e))throw new Error(`Invalid build record retention days: ${t}`);return e}}
/*! Bundled license information:
undici/lib/web/fetch/body.js:
(*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> *)
undici/lib/web/websocket/frame.js:
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
tmp/lib/tmp.js:
(*!
* Tmp
*
* Copyright (c) 2011-2017 KARASZI Istvan <github@spam.raszi.hu>
*
* MIT Licensed
*)
normalize-path/index.js:
(*!
* normalize-path <https://github.com/jonschlinkert/normalize-path>
*
* Copyright (c) 2014-2018, Jon Schlinkert.
* Released under the MIT License.
*)
archiver/lib/error.js:
archiver/lib/core.js:
(**
* Archiver Core
*
* @ignore
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
* @copyright (c) 2012-2014 Chris Talkington, contributors.
*)
crc-32/crc32.js:
(*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com *)
zip-stream/index.js:
(**
* ZipStream
*
* @ignore
* @license [MIT]{@link https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE}
* @copyright (c) 2014 Chris Talkington, contributors.
*)
archiver/lib/plugins/zip.js:
(**
* ZIP Format Plugin
*
* @module plugins/zip
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
* @copyright (c) 2012-2014 Chris Talkington, contributors.
*)
archiver/lib/plugins/tar.js:
(**
* TAR Format Plugin
*
* @module plugins/tar
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
* @copyright (c) 2012-2014 Chris Talkington, contributors.
*)
archiver/lib/plugins/json.js:
(**
* JSON Format Plugin
*
* @module plugins/json
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
* @copyright (c) 2012-2014 Chris Talkington, contributors.
*)
archiver/index.js:
(**
* Archiver Vending
*
* @ignore
* @license [MIT]{@link https://github.com/archiverjs/node-archiver/blob/master/LICENSE}
* @copyright (c) 2012-2014 Chris Talkington, contributors.
*)
he/he.js:
(*! https://mths.be/he v1.2.0 by @mathias | MIT license *)
negotiator/index.js:
(*!
* negotiator
* Copyright(c) 2012 Federico Romero
* Copyright(c) 2012-2014 Isaac Z. Schlueter
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*)
imurmurhash/imurmurhash.js:
(**
* @preserve
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
*
* @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
* @see http://github.com/homebrewing/brauhaus-diff
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
* @see http://github.com/garycourt/murmurhash-js
* @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a>
* @see http://sites.google.com/site/murmurhash/
*)
make-fetch-happen/lib/fetch.js:
make-fetch-happen/lib/fetch.js:
(**
* @license
* Copyright (c) 2010-2012 Mikeal Rogers
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an "AS
* IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language
* governing permissions and limitations under the License.
*)
@octokit/request-error/dist-src/index.js:
(* v8 ignore else -- @preserve -- Bug with vitest coverage where it sees an else branch that doesn't exist *)
@octokit/request/dist-bundle/index.js:
(* v8 ignore next -- @preserve *)
(* v8 ignore else -- @preserve *)
js-yaml/dist/js-yaml.mjs:
(*! js-yaml 4.1.1 https://github.com/nodeca/js-yaml @license MIT *)
*/
//# sourceMappingURL=index.cjs.map