Files
metadata-action/dist/index.cjs

378 lines
3.7 MiB
JavaScript
Raw Normal View History

var PKe=Object.create;var SB=Object.defineProperty;var QKe=Object.getOwnPropertyDescriptor;var kKe=Object.getOwnPropertyNames;var UKe=Object.getPrototypeOf,GKe=Object.prototype.hasOwnProperty;var o=(t,e)=>SB(t,"name",{value:e,configurable:!0});var HKe=(t,e)=>()=>(t&&(e=t(t=0)),e);var b=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Lne=(t,e)=>{for(var r in e)SB(t,r,{get:e[r],enumerable:!0})},XKe=(t,e,r,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of kKe(e))!GKe.call(t,n)&&n!==r&&SB(t,n,{get:()=>e[n],enumerable:!(s=QKe(e,n))||s.enumerable});return t};var _=(t,e,r)=>(r=t!=null?PKe(UKe(t)):{},XKe(e||!t||!t.__esModule?SB(r,"default",{value:t,enumerable:!0}):r,t));var Xne=b(Ih=>{"use strict";var Cd0=require("net"),KKe=require("tls"),Z_=require("http"),Une=require("https"),ZKe=require("events"),Bd0=require("assert"),eZe=require("util");Ih.httpOverHttp=tZe;Ih.httpsOverHttp=rZe;Ih.httpOverHttps=sZe;Ih.httpsOverHttps=nZe;function tZe(t){var e=new qu(t);return e.request=Z_.request,e}o(tZe,"httpOverHttp");function rZe(t){var e=new qu(t);return e.request=Z_.request,e.createSocket=Gne,e.defaultPort=443,e}o(rZe,"httpsOverHttp");function sZe(t){var e=new qu(t);return e.request=Une.request,e}o(sZe,"httpOverHttps");function nZe(t){var e=new qu(t);return e.request=Une.request,e.createSocket=Gne,e.defaultPort=443,e}o(nZe,"httpsOverHttps");function qu(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||Z_.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",o(function(s,n,i,a){for(var c=Hne(n,i,a),u=0,p=e.requests.length;u<p;++u){var l=e.requests[u];if(l.host===c.host&&l.port===c.port){e.requests.splice(u,1),l.request.onSocket(s);return}}s.destroy(),e.removeSocket(s)},"onFree"))}o(qu,"TunnelingAgent");eZe.inherits(qu,ZKe.EventEmitter);qu.prototype.addRequest=o(function(e,r,s,n){var i=this,a=eW({request:e},i.options,Hne(r,s,n));if(i.sockets.length>=this.maxSockets){i.requests.push(a);return}i.createSocket(a,function(c){c.on("free",u),c.on("close",p),c.on("agentRemove",p),e.onSocket(c);function u(){i.emit("free",c,a)}o(u,"onFree");function p(l){i.removeSocket(c),c.removeListener("free",u),c.removeListener("close",p),c.removeListener("agentRemove",p)}o(p,"onCloseOrRemove")})},"addRequest");qu.prototype.createSocket=o(function(e,r){var s=this,n={};s.sockets.push(n);var i=eW({},s.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(i.localAddress=e.localAddress),i.proxyAuth&&(i.headers=i.headers||{},i.headers["Proxy-Authorization"]="Basic "+new Buffer(i.proxyAuth).toString("base64")),Dl("making CONNECT request");var a=s.request(i);a.useChunkedEncodingByDefault=!1,a.once("response",c),a.once("upgrade",u),a.once("connect",p),a.once("error",l),a.end();function c(A){A.upgrade=!0}o(c,"onResponse");function u(A,d,h){process.nextTick(function(){p(A,d,h)})}o(u,"onUpgrade");function p(A,d,h){if(a.removeAllListeners(),d.removeAllListeners(),A.statusCode!==200){Dl("tunneling socket could not be established, statusCode=%d",A.statusCode),d.destroy();var M=new Error("tunneling socket could not be established, statusCode="+A.statusCode);M.code="ECONNRESET",e.request.emit("error",M),s.removeSocket(n);return}if(h.length>0){Dl("got illegal response body from proxy"),d.destroy();var M=new Error("got illegal response body from proxy");M.code="ECONNRESET",e.request.emit("error",M),s.removeSocket(n);return}return Dl("tunneling connection has established"),s.sockets[s.sockets.indexOf(n)]=d,r(d)}o(p,"onConnect");function l(A){a.removeAllListeners(),Dl(`tunneling socket could not be established, cause=%s
`,A.message,A.stack);var d=new Error("tunneling socket could not be established, cause="+A.message);d.code="ECONNRESET",e.request.emit("error",d),s.removeSocket(n)}o(l,"onError")},"createSocket");qu.prototype.removeSocket=o(function(e){var r=this.sockets.indexOf(e);if(r!==-1){this.sockets.splice(r,1);var s=this.requests.shift();s&&this.createSocket(s,function(n){s.request.onSocket(n)})}},"removeSocket");function Gne(t,e){var r=this;qu.prototype.createSocket.call(r,t,function(s){var n=t.request.getHeader("host"),i=eW({},r.options,{socket:s,servername:n?n.replace(/:.*$/,""):t.host}),a=KKe.connect(0,i);r.sockets[r.sockets.indexOf(s)]=a,e(a)})}o(Gne,"createSecureSocket");function Hne(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}o(Hne,"toOptions");function eW(t){for(var e=1,r=arguments.length;e<r;++e){var s=arguments[e];if(typeof s=="object")for(var n=Object.keys(s),i=0,a=n.length;i<a;++i){var c=n[i];s[c]!==void 0&&(t[c]=s[c])}}return t}o(eW,"mergeOptions");var Dl;process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?Dl=o(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)},"debug"):Dl=o(function(){},"debug");Ih.debug=Dl});var gz=b((Id0,Vne)=>{Vne.exports=Xne()});var E0=b((Rd0,$ne)=>{$ne.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 It=b((wd0,gie)=>{"use strict";var jne=Symbol.for("undici.error.UND_ERR"),y0=class extends Error{static{o(this,"UndiciError")}constructor(e){super(e),this.name="UndiciError",this.code="UND_ERR"}static[Symbol.hasInstance](e){return e&&e[jne]===!0}[jne]=!0},Yne=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT"),tW=class extends y0{static{o(this,"ConnectTimeoutError")}constructor(e){super(e),this.name="ConnectTimeoutError",this.message=e||"Connect Timeout Error",this.code="UND_E
`)||t.includes("\r")||t.includes("\0"))===!1}o(Noe,"isValidHeaderValue");function Ett(t,e){let{headersList:r}=e,s=(r.get("referrer-policy",!0)??"").split(","),n="";if(s.length>0)for(let i=s.length;i!==0;i--){let a=s[i-1].trim();if(ott.has(a)){n=a;break}}n!==""&&(t.referrerPolicy=n)}o(Ett,"setRequestReferrerPolicyOnRedirect");function ytt(){return"allowed"}o(ytt,"crossOriginResourcePolicyCheck");function Ctt(){return"success"}o(Ctt,"corsCheck");function Btt(){return"success"}o(Btt,"TAOCheck");function Dtt(t){let e=null;e=t.mode,t.headersList.set("sec-fetch-mode",e,!0)}o(Dtt,"appendFetchMetadata");function qtt(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&&JW(t.origin)&&!JW(Iz(t))&&(e=null);break;case"same-origin":rD(t,Iz(t))||(e=null);break;default:}t.headersList.append("origin",e,!0)}}}o(qtt,"appendRequestOriginHeader");function Wh(t,e){return t}o(Wh,"coarsenTime");function Itt(t,e,r){return!t?.startTime||t.startTime<e?{domainLookupStartTime:e,domainLookupEndTime:e,connectionStartTime:e,connectionEndTime:e,secureConnectionStartTime:e,ALPNNegotiatedProtocol:t?.ALPNNegotiatedProtocol}:{domainLookupStartTime:Wh(t.domainLookupStartTime,r),domainLookupEndTime:Wh(t.domainLookupEndTime,r),connectionStartTime:Wh(t.connectionStartTime,r),connectionEndTime:Wh(t.connectionEndTime,r),secureConnectionStartTime:Wh(t.secureConnectionStartTime,r),ALPNNegotiatedProtocol:t.ALPNNegotiatedProtocol}}o(Itt,"clampAndCoarsenConnectionTimingInfo");function Rtt(t){return Wh(ltt.now(),t)}o(Rtt,"coarsenedSharedCurrentTime");function wtt(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}}o(wtt,"createOpaqueTimingInfo");function Foe(){return{referrerPolicy:"strict-origin-when-cross-origin"}}o(Foe,"makePolicyContainer");function Stt(t){return{referrerPolicy:t.referrerPolicy}}o(Stt,"clonePolicyContainer");function Ntt(t){let e=t.referrerPolicy;Cd(e);let r=null;if(t.referrer==="client"){let c=qoe();if(!c||c.origin==="null")return"no-referrer";r=new URL(c)}else t.referrer instanceof URL&&(r=t.referrer);let s=YW(r),n=YW(r,!0);s.toString().length>4096&&(s=n);let i=rD(t,s),a=qz(s)&&!qz(t.url);switch(e){case"origin":return n??YW(r,!0);case"unsafe-url":return s;case"same-origin":return i?n:"no-referrer";case"origin-when-cross-origin":return i?s:n;case"strict-origin-when-cross-origin":{let c=Iz(t);return rD(s,c)?s:qz(s)&&!qz(c)?"no-referrer":n}default:return a?"no-referrer":n}}o(Ntt,"determineRequestsReferrer");function YW(t,e){return Cd(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)}o(YW,"stripURLForReferrer");function qz(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 s=new URL(r);return!!(s.protocol==="https:"||s.protocol==="wss:"||/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(s.hostname)||s.hostname==="localhost"||s.hostname.includes("localhost.")||s.hostname.endsWith(".localhost"))}}o(qz,"isURLPotentiallyTrustworthy");function Ftt(t,e){if(tD===void 0)return!0;let r=voe(e);if(r==="no metadata"||r.length===0)return!0;let s=Ttt(r),n=xtt(r,s);for(let i of n){let a=i.algo,c=i.hash,u=tD.createHash(a).update(t).digest("base64");if(u[u.length-1]==="="&&(u[u.length-2]==="="?u=u.slice(0,-2):u=u.slice(0,-1)),_tt(u,c))return!0}return!1}o(Ftt,"bytesMatch");var vtt=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)(
`);function z0t(t){for(let e=0;e<t.length;++e)if((t.charCodeAt(e)&-128)!==0)return!1;return!0}o(z0t,"isAsciiString");function O0t(t){let e=t.length;if(e<27||e>70)return!1;for(let r=0;r<e;++r){let s=t.charCodeAt(r);if(!(s>=48&&s<=57||s>=65&&s<=90||s>=97&&s<=122||s===39||s===45||s===95))return!1}return!0}o(O0t,"validateBoundary");function E0t(t,e){nD(e!=="failure"&&e.essence==="multipart/form-data");let r=e.parameters.get("boundary");if(r===void 0)return"failure";let s=Buffer.from(`--${r}`,"utf8"),n=[],i={position:0};for(;t[i.position]===13&&t[i.position+1]===10;)i.position+=2;let a=t.length;for(;t[a-1]===10&&t[a-2]===13;)a-=2;for(a!==t.length&&(t=t.subarray(0,a));;){if(t.subarray(i.position,i.position+s.length).equals(s))i.position+=s.length;else return"failure";if(i.position===t.length-2&&iD(t,M0t,i)||i.position===t.length-4&&iD(t,g0t,i))return n;if(t[i.position]!==13||t[i.position+1]!==10)return"failure";i.position+=2;let c=y0t(t,i);if(c==="failure")return"failure";let{name:u,filename:p,contentType:l,encoding:A}=c;i.position+=2;let d;{let M=t.indexOf(s.subarray(2),i.position);if(M===-1)return"failure";d=t.subarray(i.position,M-4),i.position+=d.length,A==="base64"&&(d=Buffer.from(d.toString(),"base64"))}if(t[i.position]!==13||t[i.position+1]!==10)return"failure";i.position+=2;let h;p!==null?(l??="text/plain",z0t(l)||(l=""),h=new b0t([d],p,{type:l})):h=l0t(Buffer.from(d)),nD(Voe(u)),nD(typeof h=="string"&&Voe(h)||d0t(h)),n.push(f0t(u,h,p))}}o(E0t,"multipartFormDataParser");function y0t(t,e){let r=null,s=null,n=null,i=null;for(;;){if(t[e.position]===13&&t[e.position+1]===10)return r===null?"failure":{name:r,filename:s,contentType:n,encoding:i};let a=Ph(c=>c!==10&&c!==13&&c!==58,t,e);if(a=nL(a,!0,!0,c=>c===9||c===32),!A0t.test(a.toString())||t[e.position]!==58)return"failure";switch(e.position++,Ph(c=>c===32||c===9,t,e),p0t(a)){case"content-disposition":{if(r=s=null,!iD(t,m0t,e)||(e.position+=17,r=Yoe(t,e),r===null))return"failure";if(iD(t,joe,e)){let c=e.position+joe.length;if(t[c]===42&&(e.position+=1,c+=1),t[c]!==61||t[c+1]!==34||(e.position+=12,s=Yoe(t,e),s===null))return"failure"}break}case"content-type":{let c=Ph(u=>u!==10&&u!==13,t,e);c=nL(c,!1,!0,u=>u===9||u===32),n=$oe(c);break}case"content-transfer-encoding":{let c=Ph(u=>u!==10&&u!==13,t,e);c=nL(c,!1,!0,u=>u===9||u===32),i=$oe(c);break}default:Ph(c=>c!==10&&c!==13,t,e)}if(t[e.position]!==13&&t[e.position+1]!==10)return"failure";e.position+=2}}o(y0t,"parseMultipartFormDataHeaders");function Yoe(t,e){nD(t[e.position-1]===34);let r=Ph(s=>s!==10&&s!==13&&s!==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)}o(Yoe,"parseMultipartFormDataName");function Ph(t,e,r){let s=r.position;for(;s<e.length&&t(e[s]);)++s;return e.subarray(r.position,r.position=s)}o(Ph,"collectASequenceOfBytes");function nL(t,e,r,s){let n=0,i=t.length-1;if(e)for(;n<t.length&&s(t[n]);)n++;if(r)for(;i>0&&s(t[i]);)i--;return n===0&&i===t.length-1?t:t.subarray(n,i+1)}o(nL,"removeChars");function iD(t,e,r){if(t.length<e.length)return!1;for(let s=0;s<e.length;s++)if(e[s]!==t[r.position+s])return!1;return!0}o(iD,"bufferStartsWith");Joe.exports={multipartFormDataParser:E0t,validateBoundary:O0t}});var Uh=b((b20,cae)=>{"use strict";var Sz=lt(),{ReadableStreamFrom:C0t,isBlobLike:Zoe,isReadableStreamLike:B0t,readableStreamClose:D0t,createDeferredPromise:q0t,fullyReadBody:I0t,extractMimeType:R0t,utf8DecodeBytes:rae}=Fn(),{FormData:eae}=wz(),{kState:kh}=ql(),{webidl:w0t}=br(),{Blob:S0t}=require("node:buffer"),iL=require("node:assert"),{isErrored:sae,isDisturbed:N0t}=require("node:stream"),{isArrayBuffer:F0t}=require("node:util/types"),{serializeAMimeType:v0t}=Vs(),{multipartFormDataParser:T0t}=Koe(),oL;try{let t=require("node:crypto");oL=o(e=>t.randomInt(0,e),"random")}catch{oL=o(t=>Math.floor(Math.random(t)),"random")}var oD=new TextEncoder;function x0t(){}o(x0t,"noop");var nae=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0,iae;nae&&(iae=new FinalizationRegistry(t=>{let e=t.deref();e&&!e.locked&&!N0t(e)&&!sae(e)&&e.cancel("Response object has been garbage collected").catch(x0t)}));function oae(t,e=!1){let r=null;t instanceof ReadableStream?r=t:Zoe(t)?r=t.stream():r=new ReadableStream({async pull(u){let p=typeof n=="string"?oD.encode(n):n;p.byteLength&&u.enqueue(p),queueMicrotask(()=>D0t(u))},start(){},type:"bytes"}),iL(B0t(r));let s=null,n=null,i=null,a=null;if(typeof t=="string")n=t,a="text/plain;charset=UTF-8";else if(t instanceof URLSearchParams)n=t.toString(),a="application/x-www-form-urlencoded;charset=UTF-8";else if(F0t(t))n=new Uint8Array(t.slice());else if(ArrayBuffer.isView(t))n=new Uint8Array(t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));else if(Sz.isFormDataLike(t)){let u=`----formdata-undici-0${`${oL(1e11)}`.padStart(11,"0")}`,p=`--${u}\r
Content-Disposition: form-data`;let l=o(C=>C.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),"escape"),A=o(C=>C.replace(/\r?\n|\r/g,`\r
`),"normalizeLinefeeds"),d=[],h=new Uint8Array([13,10]);i=0;let M=!1;for(let[C,E]of t)if(typeof E=="string"){let B=oD.encode(p+`; name="${l(A(C))}"\r
\r
${A(E)}\r
`);d.push(B),i+=B.byteLength}else{let B=oD.encode(`${p}; name="${l(A(C))}"`+(E.name?`; filename="${l(E.name)}"`:"")+`\r
Content-Type: ${E.type||"application/octet-stream"}\r
\r
`);d.push(B,E,h),typeof E.size=="number"?i+=B.byteLength+E.size+h.byteLength:M=!0}let z=oD.encode(`--${u}--\r
`);d.push(z),i+=z.byteLength,M&&(i=null),n=t,s=o(async function*(){for(let C of d)C.stream?yield*C.stream():yield C},"action"),a=`multipart/form-data; boundary=${u}`}else if(Zoe(t))n=t,i=t.size,t.type&&(a=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(Sz.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:C0t(t)}if((typeof n=="string"||Sz.isBuffer(n))&&(i=Buffer.byteLength(n)),s!=null){let u;r=new ReadableStream({async start(){u=s(t)[Symbol.asyncIterator]()},async pull(p){let{value:l,done:A}=await u.next();if(A)queueMicrotask(()=>{p.close(),p.byobRequest?.respond(0)});else if(!sae(r)){let d=new Uint8Array(l);d.byteLength&&p.enqueue(d)}return p.desiredSize>0},async cancel(p){await u.return()},type:"bytes"})}return[{stream:r,source:n,length:i},a]}o(oae,"extractBody");function _0t(t,e=!1){return t instanceof ReadableStream&&(iL(!Sz.isDisturbed(t),"The body has already been consumed."),iL(!t.locked,"The stream is locked.")),oae(t,e)}o(_0t,"safelyExtractBody");function W0t(t,e){let[r,s]=e.stream.tee();return e.stream=r,{stream:s,length:e.length,source:e.source}}o(W0t,"cloneBody");function L0t(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}o(L0t,"throwIfAborted");function P0t(t){return{blob(){return Qh(this,r=>{let s=tae(this);return s===null?s="":s&&(s=v0t(s)),new S0t([r],{type:s})},t)},arrayBuffer(){return Qh(this,r=>new Uint8Array(r).buffer,t)},text(){return Qh(this,rae,t)},json(){return Qh(this,k0t,t)},formData(){return Qh(this,r=>{let s=tae(this);if(s!==null)switch(s.essence){case"multipart/form-data":{let n=T0t(r,s);if(n==="failure")throw new TypeError("Failed to parse body as FormData.");let i=new eae;return i[kh]=n,i}case"application/x-www-form-urlencoded":{let n=new URLSearchParams(r.toString()),i=new eae;for(let[a,c]of n)i.append(a,c);return i}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},t)},bytes(){return Qh(this,r=>new Uint8Array(r),t)}}}o(P0t,"bodyMixinMethods");function Q0t(t){Object.assign(t.prototype,P0t(t))}o(Q0t,"mixinBody");async function Qh(t,e,r){if(w0t.brandCheck(t,r),aae(t))throw new TypeError("Body is unusable: Body has already been read");L0t(t[kh]);let s=q0t(),n=o(a=>s.reject(a),"errorSteps"),i=o(a=>{try{s.resolve(e(a))}catch(c){n(c)}},"successSteps");return t[kh].body==null?(i(Buffer.allocUnsafe(0)),s.promise):(await I0t(t[kh].body,i,n),s.promise)}o(Qh,"consumeBody");function aae(t){let e=t[kh].body;return e!=null&&(e.stream.locked||Sz.isDisturbed(e.stream))}o(aae,"bodyUnusable");function k0t(t){return JSON.parse(rae(t))}o(k0t,"parseJSONFromBytes");function tae(t){let e=t[kh].headersList,r=R0t(e);return r==="failure"?null:r}o(tae,"bodyMimeType");cae.exports={extractBody:oae,safelyExtractBody:_0t,cloneBody:W0t,mixinBody:Q0t,streamRegistry:iae,hasFinalizationRegistry:nae,bodyUnusable:aae}});var Cae=b((M20,yae)=>{"use strict";var ve=require("node:assert"),We=lt(),{channels:uae}=wh(),aL=kW(),{RequestContentLengthMismatchError:Bd,ResponseContentLengthMismatchError:pae,RequestAbortedError:Mae,HeadersTimeoutError:U0t,HeadersOverflowError:G0t,SocketError:Gh,InformationalError:Hh,BodyTimeoutError:H0t,HTTPParserError:X0t,ResponseExceededMaxSizeError:V0t}=It(),{kUrl:gae,kReset:$s,kClient:pD,kParser:A0,kBlocking:vz,kRunning:z1,kPending:zae,kSize:lae,kWriting:Il,kQueue:_o,kNoRef:Nz,kKeepAliveDefaultTimeout:$0t,kHostHeader:j0t,kPendingIdx:Y0t,kRunningIdx:qi,kError:is,kPipelining:lD,kSocket:qd,kKeepAliveTimeoutValue:dD,kMaxHeadersSize:cL,kKeepAliveMaxTimeout:J0t,kKeepAliveTimeoutThreshold:K0t,kHeadersTimeout:Z0t,kBodyTimeout:e1t,kStrictContentLength:lL,kMaxRequests:Aae,kCounter:t1t,kMaxResponseSize:r1t,kOnError:dae,kResume:Fu,kHTTPContext:Oae}=E0(),vn=ioe(),fae=Buffer.alloc(0),aD=Buffer[Symbol.species],cD=We.addListener,s1t=We.removeAllListeners,Id=Symbol("kIdleSocketValidation"),Dd=Symbol("kIdleSocketValidationTimeout"),hL=Symbol("kSocketUsed"),uL;async function n1t(){let t=p
`;if(typeof n=="string"?z+=`host: ${n}\r
`:z+=t[j0t],i?z+=`connection: upgrade\r
upgrade: ${i}\r
`:t[lD]&&!h[$s]?z+=`connection: keep-alive\r
`:z+=`connection: close\r
`,Array.isArray(p))for(let C=0;C<p.length;C+=2){let E=p[C+0],B=p[C+1];if(Array.isArray(B))for(let I=0;I<B.length;I++)z+=`${E}: ${B[I]}\r
`;else z+=`${E}: ${B}\r
`}return uae.sendHeaders.hasSubscribers&&uae.sendHeaders.publish({request:e,headers:z,socket:h}),!u||d===0?bae(M,null,t,e,h,l,z,A):We.isBuffer(u)?bae(M,u,t,e,h,l,z,A):We.isBlobLike(u)?typeof u.stream=="function"?mae(M,u.stream(),t,e,h,l,z,A):A1t(M,u,t,e,h,l,z,A):We.isStream(u)?l1t(M,u,t,e,h,l,z,A):We.isIterable(u)?mae(M,u,t,e,h,l,z,A):ve(!1),!0}o(p1t,"writeH1");function l1t(t,e,r,s,n,i,a,c){ve(i!==0||r[z1]===0,"stream body cannot be pipelined");let u=!1,p=new fD({abort:t,socket:n,request:s,contentLength:i,client:r,expectsPayload:c,header:a}),l=o(function(M){if(!u)try{!p.write(M)&&this.pause&&this.pause()}catch(z){We.destroy(this,z)}},"onData"),A=o(function(){u||e.resume&&e.resume()},"onDrain"),d=o(function(){if(queueMicrotask(()=>{e.removeListener("error",h)}),!u){let M=new Mae;queueMicrotask(()=>h(M))}},"onClose"),h=o(function(M){if(!u){if(u=!0,ve(n.destroyed||n[Il]&&r[z1]<=1),n.off("drain",A).off("error",h),e.removeListener("data",l).removeListener("end",h).removeListener("close",d),!M)try{p.end()}catch(z){M=z}p.destroy(M),M&&(M.code!=="UND_ERR_INFO"||M.message!=="reset")?We.destroy(e,M):We.destroy(e)}},"onFinished");e.on("data",l).on("end",h).on("error",h).on("close",d),e.resume&&e.resume(),n.on("drain",A).on("error",h),e.errorEmitted??e.errored?setImmediate(()=>h(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>h(null)),(e.closeEmitted??e.closed)&&setImmediate(d)}o(l1t,"writeStream");function bae(t,e,r,s,n,i,a,c){try{e?We.isBuffer(e)&&(ve(i===e.byteLength,"buffer body must have content length"),n.cork(),n.write(`${a}content-length: ${i}\r
\r
`,"latin1"),n.write(e),n.uncork(),s.onBodySent(e),!c&&s.reset!==!1&&(n[$s]=!0)):i===0?n.write(`${a}content-length: 0\r
\r
`,"latin1"):(ve(i===null,"no body must not have content length"),n.write(`${a}\r
`,"latin1")),s.onRequestSent(),r[Fu]()}catch(u){t(u)}}o(bae,"writeBuffer");async function A1t(t,e,r,s,n,i,a,c){ve(i===e.size,"blob body must have content length");try{if(i!=null&&i!==e.size)throw new Bd;let u=Buffer.from(await e.arrayBuffer());n.cork(),n.write(`${a}content-length: ${i}\r
\r
`,"latin1"),n.write(u),n.uncork(),s.onBodySent(u),s.onRequestSent(),!c&&s.reset!==!1&&(n[$s]=!0),r[Fu]()}catch(u){t(u)}}o(A1t,"writeBlob");async function mae(t,e,r,s,n,i,a,c){ve(i!==0||r[z1]===0,"iterator body cannot be pipelined");let u=null;function p(){if(u){let d=u;u=null,d()}}o(p,"onDrain");let l=o(()=>new Promise((d,h)=>{ve(u===null),n[is]?h(n[is]):u=d}),"waitForDrain");n.on("close",p).on("drain",p);let A=new fD({abort:t,socket:n,request:s,contentLength:i,client:r,expectsPayload:c,header:a});try{for await(let d of e){if(n[is])throw n[is];A.write(d)||await l()}A.end()}catch(d){A.destroy(d)}finally{n.off("close",p).off("drain",p)}}o(mae,"writeIterable");var fD=class{static{o(this,"AsyncWriter")}constructor({abort:e,socket:r,request:s,contentLength:n,client:i,expectsPayload:a,header:c}){this.socket=r,this.request=s,this.contentLength=n,this.client=i,this.bytesWritten=0,this.expectsPayload=a,this.header=c,this.abort=e,r[Il]=!0}write(e){let{socket:r,request:s,contentLength:n,client:i,bytesWritten:a,expectsPayload:c,header:u}=this;if(r[is])throw r[is];if(r.destroyed)return!1;let p=Buffer.byteLength(e);if(!p)return!0;if(n!==null&&a+p>n){if(i[lL])throw new Bd;process.emitWarning(new Bd)}r.cork(),a===0&&(!c&&s.reset!==!1&&(r[$s]=!0),n===null?r.write(`${u}transfer-encoding: chunked\r
`,"latin1"):r.write(`${u}content-length: ${n}\r
\r
`,"latin1")),n===null&&r.write(`\r
${p.toString(16)}\r
`,"latin1"),this.bytesWritten+=p;let l=r.write(e);return r.uncork(),s.onBodySent(e),l||r[A0].timeout&&r[A0].timeoutType===Xh&&r[A0].timeout.refresh&&r[A0].timeout.refresh(),l}end(){let{socket:e,contentLength:r,client:s,bytesWritten:n,expectsPayload:i,header:a,request:c}=this;if(c.onRequestSent(),e[Il]=!1,e[is])throw e[is];if(!e.destroyed){if(n===0?i?e.write(`${a}content-length: 0\r
\r
`,"latin1"):e.write(`${a}\r
`,"latin1"):r===null&&e.write(`\r
0\r
\r
`,"latin1"),r!==null&&n!==r){if(s[lL])throw new Bd;process.emitWarning(new Bd)}e[A0].timeout&&e[A0].timeoutType===Xh&&e[A0].timeout.refresh&&e[A0].timeout.refresh(),s[Fu]()}}destroy(e){let{socket:r,client:s,abort:n}=this;r[Il]=!1,e&&(ve(s[z1]<=1,"pipeline should only contain this request"),n(e))}};yae.exports=o1t});var Nae=b((z20,Sae)=>{"use strict";var Ii=require("node:assert"),{pipeline:d1t}=require("node:stream"),mt=lt(),{RequestContentLengthMismatchError:bL,RequestAbortedError:Bae,SocketError:Tz,InformationalError:mL}=It(),{kUrl:hD,kReset:mD,kClient:Vh,kRunning:MD,kPending:f1t,kQueue:Rl,kPendingIdx:ML,kRunningIdx:Wo,kError:Po,kSocket:L1,kStrictContentLength:h1t,kOnError:gL,kMaxConcurrentStreams:wae,kHTTP2Session:Lo,kResume:wl,kSize:b1t,kHTTPContext:m1t}=E0(),vu=Symbol("open streams"),Dae,qae=!1,bD;try{bD=require("node:http2")}catch{bD={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:M1t,HTTP2_HEADER_METHOD:g1t,HTTP2_HEADER_PATH:z1t,HTTP2_HEADER_SCHEME:O1t,HTTP2_HEADER_CONTENT_LENGTH:E1t,HTTP2_HEADER_EXPECT:y1t,HTTP2_HEADER_STATUS:C1t}}=bD;function B1t(t){let e=[];for(let[r,s]of Object.entries(t))if(Array.isArray(s))for(let n of s)e.push(Buffer.from(r),Buffer.from(n));else e.push(Buffer.from(r),Buffer.from(s));return e}o(B1t,"parseH2Headers");async function D1t(t,e){t[L1]=e,qae||(qae=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=bD.connect(t[hD],{createConnection:o(()=>e,"createConnection"),peerMaxConcurrentStreams:t[wae]});r[vu]=0,r[Vh]=t,r[L1]=e,mt.addListener(r,"error",I1t),mt.addListener(r,"frameError",R1t),mt.addListener(r,"end",w1t),mt.addListener(r,"goaway",S1t),mt.addListener(r,"close",function(){let{[Vh]:n}=this,{[L1]:i}=n,a=this[L1][Po]||this[Po]||new Tz("closed",mt.getSocketInfo(i));if(n[Lo]=null,n.destroyed){Ii(n[f1t]===0);let c=n[Rl].splice(n[Wo]);for(let u=0;u<c.length;u++){let p=c[u];mt.errorRequest(n,p,a)}}}),r.unref(),t[Lo]=r,e[Lo]=r,mt.addListener(e,"error",function(n){Ii(n.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Po]=n,this[Vh][gL](n)}),mt.addListener(e,"end",function(){mt.destroy(this,new Tz("other side closed",mt.getSocketInfo(this)))}),mt.addListener(e,"close",function(){let n=this[Po]||new Tz("closed",mt.getSocketInfo(this));t[L1]=null,this[Lo]!=null&&this[Lo].destroy(n),t[ML]=t[Wo],Ii(t[MD]===0),t.emit("disconnect",t[hD],[t],n),t[wl]()});let s=!1;return e.on("close",()=>{s=!0}),{version:"h2",defaultPipelining:1/0,write(...n){return F1t(t,...n)},resume(){q1t(t)},destroy(n,i){s?queueMicrotask(i):e.destroy(n).on("close",i)},get destroyed(){return e.destroyed},busy(){return!1}}}o(D1t,"connectH2");function q1t(t){let e=t[L1];e?.destroyed===!1&&(t[b1t]===0&&t[wae]===0?(e.unref(),t[Lo].unref()):(e.ref(),t[Lo].ref()))}o(q1t,"resumeH2");function I1t(t){Ii(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[L1][Po]=t,this[Vh][gL](t)}o(I1t,"onHttp2SessionError");function R1t(t,e,r){if(r===0){let s=new mL(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[L1][Po]=s,this[Vh][gL](s)}}o(R1t,"onHttp2FrameError");function w1t(){let t=new Tz("other side closed",mt.getSocketInfo(this[L1]));this.destroy(t),mt.destroy(this[L1],t)}o(w1t,"onHttp2SessionEnd");function S1t(t){let e=this[Po]||new Tz(`HTTP/2: "GOAWAY" frame received with code ${t}`,mt.getSocketInfo(this)),r=this[Vh];if(r[L1]=null,r[m1t]=null,this[Lo]!=null&&(this[Lo].destroy(e),this[Lo]=null),mt.destroy(this[L1],e),r[Wo]<r[Rl].length){let s=r[Rl][r[Wo]];r[Rl][r[Wo]++]=null,mt.errorRequest(r,s,e),r[ML]=r[Wo]}Ii(r[MD]===0),r.emit("disconnect",r[hD],[r],e),r[wl]()}o(S1t,"onHTTP2GoAway");function N1t(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}o(N1t,"shouldSendContentLength");function F1t(t,e){let r=t[Lo],{method:s,path:n,host:i,upgrade:a,expectContinue:c,signal:u,headers:p}=e,{body:l}=e;if(a)return mt.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let A={};for(let w=0;w<p.length;w+=2){let N=p[w+0],x=p[w+1];if(Array.isArray(x))for(let P=0;P<x.length;P++)A[N]?A[N]+=`,${x[P]}`:A[N]=x[P];else A[N]=x}let d,{hostname:h,port:M}=t[hD];A[M1
`,this[irt]=u??3e5,this[nrt]=n??3e5,this[ort]=B??!0,this[art]=w,this[yL]=x,this[Nl]=null,this[Art]=j>-1?j:-1,this[frt]=Z??100,this[r1]=null,this[Qo]=[],this[xu]=0,this[ko]=0,this[Lz]=J=>BL(this,J),this[drt]=J=>Gae(this,J)}get pipelining(){return this[ED]}set pipelining(e){this[ED]=e,this[Lz](!0)}get[kz](){return this[Qo].length-this[ko]}get[Qz](){return this[ko]-this[xu]}get[Pz](){return this[Qo].length-this[xu]}get[J1t](){return!!this[r1]&&!this[jh]&&!this[r1].destroyed}get[EL](){return!!(this[r1]?.busy(null)||this[Pz]>=(Uae(this)||1)||this[kz]>0)}[Y1t](e){Hae(this),this.once("connect",e)}[lrt](e,r){let s=e.origin||this[Ta].origin,n=new G1t(s,e,r);return this[Qo].push(n),this[wd]||(Rd.bodyLength(n.body)==null&&Rd.isIterable(n.body)?(this[wd]=1,queueMicrotask(()=>BL(this))):this[Lz](!0)),this[wd]&&this[Fl]!==2&&this[EL]&&(this[Fl]=2),this[Fl]<2}async[urt](){return new Promise(e=>{this[Pz]?this[Nl]=e:e(null)})}async[prt](e){return new Promise(r=>{let s=this[Qo].splice(this[ko]);for(let i=0;i<s.length;i++){let a=s[i];Rd.errorRequest(this,a,e)}let n=o(()=>{this[Nl]&&(this[Nl](),this[Nl]=null),r(null)},"callback");this[r1]?(this[r1].destroy(e,n),this[r1]=null):queueMicrotask(n),this[Lz]()})}},mrt=OD();function Gae(t,e){if(t[Qz]===0&&e.code!=="UND_ERR_INFO"&&e.code!=="UND_ERR_SOCKET"){Tu(t[ko]===t[xu]);let r=t[Qo].splice(t[xu]);for(let s=0;s<r.length;s++){let n=r[s];Rd.errorRequest(t,n,e)}Tu(t[Pz]===0)}}o(Gae,"onError");async function Hae(t){Tu(!t[jh]),Tu(!t[r1]);let{host:e,hostname:r,protocol:s,port:n}=t[Ta];if(r[0]==="["){let i=r.indexOf("]");Tu(i!==-1);let a=r.substring(1,i);Tu(kae.isIP(a)),r=a}t[jh]=!0,$h.beforeConnect.hasSubscribers&&$h.beforeConnect.publish({connectParams:{host:e,hostname:r,protocol:s,port:n,version:t[r1]?.version,servername:t[Sl],localAddress:t[Wz]},connector:t[_z]});try{let i=await new Promise((a,c)=>{t[_z]({host:e,hostname:r,protocol:s,port:n,servername:t[Sl],localAddress:t[Wz]},(u,p)=>{u?c(u):a(p)})});if(t.destroyed){Rd.destroy(i.on("error",Pae),new V1t);return}Tu(i);try{t[r1]=i.alpnProtocol==="h2"?await brt(t,i):await hrt(t,i)}catch(a){throw i.destroy().on("error",Pae),a}t[jh]=!1,i[crt]=0,i[yL]=t[yL],i[j1t]=t,i[Z1t]=null,$h.connected.hasSubscribers&&$h.connected.publish({connectParams:{host:e,hostname:r,protocol:s,port:n,version:t[r1]?.version,servername:t[Sl],localAddress:t[Wz]},connector:t[_z],socket:i}),t.emit("connect",t[Ta],[t])}catch(i){if(t.destroyed)return;if(t[jh]=!1,$h.connectError.hasSubscribers&&$h.connectError.publish({connectParams:{host:e,hostname:r,protocol:s,port:n,version:t[r1]?.version,servername:t[Sl],localAddress:t[Wz]},connector:t[_z],error:i}),i.code==="ERR_TLS_CERT_ALTNAME_INVALID")for(Tu(t[Qz]===0);t[kz]>0&&t[Qo][t[ko]].servername===t[Sl];){let a=t[Qo][t[ko]++];Rd.errorRequest(t,a,i)}else Gae(t,i);t.emit("connectionError",t[Ta],[t],i)}t[Lz]()}o(Hae,"connect");function Qae(t){t[Fl]=0,t.emit("drain",t[Ta],[t])}o(Qae,"emitDrain");function BL(t,e){t[wd]!==2&&(t[wd]=2,Mrt(t,e),t[wd]=0,t[xu]>256&&(t[Qo].splice(0,t[xu]),t[ko]-=t[xu],t[xu]=0))}o(BL,"resume");function Mrt(t,e){for(;;){if(t.destroyed){Tu(t[kz]===0);return}if(t[Nl]&&!t[Pz]){t[Nl](),t[Nl]=null;return}if(t[r1]&&t[r1].resume(),t[EL])t[Fl]=2;else if(t[Fl]===2){e?(t[Fl]=1,queueMicrotask(()=>Qae(t))):Qae(t);continue}if(t[kz]===0||t[Qz]>=(Uae(t)||1))return;let r=t[Qo][t[ko]];if(t[Ta].protocol==="https:"&&t[Sl]!==r.servername){if(t[Qz]>0)return;t[Sl]=r.servername,t[r1]?.destroy(new X1t("servername changed"),()=>{t[r1]=null,BL(t)})}if(t[jh])return;if(!t[r1]){Hae(t);return}if(t[r1].destroyed||t[r1].busy(r))return;!r.aborted&&t[r1].write(r)?t[ko]++:t[Qo].splice(t[ko],1)}}o(Mrt,"_resume");Xae.exports=CL});var DL=b((R20,Vae)=>{"use strict";var yD=class{static{o(this,"FixedCircularBuffer")}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)}
${s.count} ${s.noun} ${s.is} pending:
${e.format(r)}
`.trim())}};lpe.exports=F8});var QD=b((Sf0,bpe)=>{"use strict";var dpe=Symbol.for("undici.globalDispatcher.1"),{InvalidArgumentError:iit}=It(),oit=Kh();hpe()===void 0&&fpe(new oit);function fpe(t){if(!t||typeof t.dispatch!="function")throw new iit("Argument agent must implement Agent");Object.defineProperty(globalThis,dpe,{value:t,writable:!0,enumerable:!1,configurable:!1})}o(fpe,"setGlobalDispatcher");function hpe(){return globalThis[dpe]}o(hpe,"getGlobalDispatcher");bpe.exports={setGlobalDispatcher:fpe,getGlobalDispatcher:hpe}});var kD=b((vf0,mpe)=>{"use strict";mpe.exports=class{static{o(this,"DecoratorHandler")}#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 gpe=b((xf0,Mpe)=>{"use strict";var ait=zD();Mpe.exports=t=>{let e=t?.maxRedirections;return r=>o(function(n,i){let{maxRedirections:a=e,...c}=n;if(!a)return r(n,i);let u=new ait(r,a,n,i);return r(c,u)},"redirectInterceptor")}});var Ope=b((Wf0,zpe)=>{"use strict";var cit=SD();zpe.exports=t=>e=>o(function(s,n){return e(s,new cit({...s,retryOptions:{...t,...s.retryOptions}},{handler:n,dispatch:e}))},"retryInterceptor")});var ype=b((Pf0,Epe)=>{"use strict";var uit=lt(),{InvalidArgumentError:pit,RequestAbortedError:lit}=It(),Ait=kD(),v8=class extends Ait{static{o(this,"DumpHandler")}#e=1024*1024;#t=null;#s=!1;#r=!1;#n=0;#i=null;#a=null;constructor({maxSize:e},r){if(super(r),e!=null&&(!Number.isFinite(e)||e<1))throw new pit("maxSize must be a number greater than 0");this.#e=e??this.#e,this.#a=r}onConnect(e){this.#t=e,this.#a.onConnect(this.#o.bind(this))}#o(e){this.#r=!0,this.#i=e}onHeaders(e,r,s,n){let a=uit.parseHeaders(r)["content-length"];if(a!=null&&a>this.#e)throw new lit(`Response size (${a}) larger than maxSize (${this.#e})`);return this.#r?!0:this.#a.onHeaders(e,r,s,n)}onError(e){this.#s||(e=this.#i??e,this.#a.onError(e))}onData(e){return this.#n=this.#n+e.length,this.#n>=this.#e&&(this.#s=!0,this.#r?this.#a.onError(this.#i):this.#a.onComplete([])),!0}onComplete(e){if(!this.#s){if(this.#r){this.#a.onError(this.reason);return}this.#a.onComplete(e)}}};function dit({maxSize:t}={maxSize:1024*1024}){return e=>o(function(s,n){let{dumpMaxSize:i=t}=s,a=new v8({maxSize:i},n);return e(s,a)},"Intercept")}o(dit,"createDumpInterceptor");Epe.exports=dit});var Dpe=b((kf0,Bpe)=>{"use strict";var{isIP:fit}=require("node:net"),{lookup:hit}=require("node:dns"),bit=kD(),{InvalidArgumentError:cb,InformationalError:mit}=It(),Cpe=Math.pow(2,31)-1,T8=class{static{o(this,"DNSInstance")}#e=0;#t=0;#s=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.#n}get full(){return this.#s.size===this.#t}runLookup(e,r,s){let n=this.#s.get(e.hostname);if(n==null&&this.full){s(null,e.origin);return}let i={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...r.dns,maxTTL:this.#e,maxItems:this.#t};if(n==null)this.lookup(e,i,(a,c)=>{if(a||c==null||c.length===0){s(a??new mit("No DNS entries found"));return}this.setRecords(e,c);let u=this.#s.get(e.hostname),p=this.pick(e,u,i.affinity),l;typeof p.port=="number"?l=`:${p.port}`:e.port!==""?l=`:${e.port}`:l="",s(null,`${e.protocol}//${p.family===6?`[${p.address}]`:p.address}${l}`)});else{let a=this.pick(e,n,i.affinity);if(a==null){this.#s.delete(e.hostname),this.runLookup(e,r,s);return}let c;typeof a.port=="number"?c=`:${a.port}`:e.port!==""?c=`:${e.port}`:c="",s(null,`${e.protocol}//${a.family===6?`[${a.address}]`:a.address}${c}`)}}#r(e,r,s){hit(e.hostname,{all:!0,family:this.dualStack===!1?this.affinity:
${i}`;break;case"retry":ide(i)&&(r[n]=i);break;case"id":ode(i)&&(r[n]=i);break;case"event":i.length>0&&(r[n]=i);break}}processEvent(e){e.retry&&ide(e.retry)&&(this.state.reconnectionTime=parseInt(e.retry,10)),e.id&&ode(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}}};ade.exports={EventSourceStream:yP}});var bde=b((Hh0,hde)=>{"use strict";var{pipeline:But}=require("node:stream"),{fetching:Dut}=sO(),{makeRequest:qut}=lb(),{webidl:Qu}=br(),{EventSourceStream:Iut}=cde(),{parseMIMEType:Rut}=Vs(),{createFastMessageEvent:wut}=mb(),{isNetworkError:ude}=tO(),{delay:Sut}=OP(),{kEnumerableProperty:Xd}=lt(),{environmentSettingsObject:pde}=Fn(),lde=!1,Ade=3e3,mO=0,dde=1,MO=2,Nut="anonymous",Fut="use-credentials",Eb=class t extends EventTarget{static{o(this,"EventSource")}#e={open:null,error:null,message:null};#t=null;#s=!1;#r=mO;#n=null;#i=null;#a;#o;constructor(e,r={}){super(),Qu.util.markAsUncloneable(this);let s="EventSource constructor";Qu.argumentLengthCheck(arguments,1,s),lde||(lde=!0,process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})),e=Qu.converters.USVString(e,s,"url"),r=Qu.converters.EventSourceInitDict(r,s,"eventSourceInitDict"),this.#a=r.dispatcher,this.#o={lastEventId:"",reconnectionTime:Ade};let n=pde,i;try{i=new URL(e,n.settingsObject.baseUrl),this.#o.origin=i.origin}catch(u){throw new DOMException(u,"SyntaxError")}this.#t=i.href;let a=Nut;r.withCredentials&&(a=Fut,this.#s=!0);let c={redirect:"follow",keepalive:!0,mode:"cors",credentials:a==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};c.client=pde.settingsObject,c.headersList=[["accept",{name:"accept",value:"text/event-stream"}]],c.cache="no-store",c.initiator="other",c.urlList=[new URL(this.#t)],this.#n=qut(c),this.#c()}get readyState(){return this.#r}get url(){return this.#t}get withCredentials(){return this.#s}#c(){if(this.#r===MO)return;this.#r=mO;let e={request:this.#n,dispatcher:this.#a},r=o(s=>{ude(s)&&(this.dispatchEvent(new Event("error")),this.close()),this.#l()},"processEventSourceEndOfBody");e.processResponseEndOfBody=r,e.processResponse=s=>{if(ude(s))if(s.aborted){this.close(),this.dispatchEvent(new Event("error"));return}else{this.#l();return}let n=s.headersList.get("content-type",!0),i=n!==null?Rut(n):"failure",a=i!=="failure"&&i.essence==="text/event-stream";if(s.status!==200||a===!1){this.close(),this.dispatchEvent(new Event("error"));return}this.#r=dde,this.dispatchEvent(new Event("open")),this.#o.origin=s.urlList[s.urlList.length-1].origin;let c=new Iut({eventSourceSettings:this.#o,push:o(u=>{this.dispatchEvent(wut(u.type,u.options))},"push")});But(s.body.stream,c,u=>{u?.aborted===!1&&(this.close(),this.dispatchEvent(new Event("error")))})},this.#i=Dut(e)}async#l(){this.#r!==MO&&(this.#r=mO,this.dispatchEvent(new Event("error")),await Sut(this.#o.reconnectionTime),this.#r===mO&&(this.#o.lastEventId.length&&this.#n.headersList.set("last-event-id",this.#o.lastEventId,!0),this.#c()))}close(){Qu.brandCheck(this,t),this.#r!==MO&&(this.#r=MO,this.#i.abort(),this.#n=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}},fde={CONNECTING:{__proto__:null,configurable:!1,enumerable:!0,value:mO,writable:!1},OPEN:{__proto__:null,configurable:!1,enumerable:!0,value:dde,writable:!1},CLOSED:{__proto__:null,configurable:!1,enumerable:!0,val
%s`,N,N,B,s);var x=B.type==="*"?IQ:B.type==="?"?qQ:"\\"+B.type;n=!0,s=s.slice(0,B.reStart)+x+"\\("+N}M(),i&&(s+="\\\\");var P=!1;switch(s.charAt(0)){case"[":case".":case"(":P=!0}for(var j=c.length-1;j>-1;j--){var Ee=c[j],we=s.slice(0,Ee.reStart),Z=s.slice(Ee.reStart,Ee.reEnd-8),Se=s.slice(Ee.reEnd-8,Ee.reEnd),Y=s.slice(Ee.reEnd);Se+=Y;var J=we.split("(").length-1,_e=Y;for(z=0;z<J;z++)_e=_e.replace(/\)[+*?]?/,"");Y=_e;var re="";Y===""&&e!==Zq&&(re="$");var Ce=we+Z+Y+re+Se;s=Ce}if(s!==""&&n&&(s="(?=.)"+s),P&&(s=d+s),e===Zq)return[s,n];if(!n)return A2t(t);var dt=r.nocase?"i":"";try{var Gt=new RegExp("^"+s+"$",dt)}catch{return new RegExp("$.")}return Gt._glob=t,Gt._src=s,Gt}o(p2t,"parse");Xn.makeRe=function(t,e){return new gr(t,e||{}).makeRe()};gr.prototype.makeRe=l2t;function l2t(){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?IQ:e.dot?s2t:n2t,s=e.nocase?"i":"",n=t.map(function(i){return i.map(function(a){return a===RQ?r:typeof a=="string"?d2t(a):a._src}).join("\\/")}).join("|");n="^(?:"+n+")$",this.negate&&(n="^(?!"+n+").*$");try{this.regexp=new RegExp(n,s)}catch{this.regexp=!1}return this.regexp}o(l2t,"makeRe");Xn.match=function(t,e,r){r=r||{};var s=new gr(e,r);return t=t.filter(function(n){return s.match(n)}),s.options.nonull&&!t.length&&t.push(e),t};gr.prototype.match=o(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 s=this.options;PO.sep!=="/"&&(e=e.split(PO.sep).join("/")),e=e.split(Che),this.debug(this.pattern,"split",e);var n=this.set;this.debug(this.pattern,"set",n);var i,a;for(a=e.length-1;a>=0&&(i=e[a],!i);a--);for(a=0;a<n.length;a++){var c=n[a],u=e;s.matchBase&&c.length===1&&(u=[i]);var p=this.matchOne(u,c,r);if(p)return s.flipNegate?!0:!this.negate}return s.flipNegate?!1:this.negate},"match");gr.prototype.matchOne=function(t,e,r){var s=this.options;this.debug("matchOne",{this:this,file:t,pattern:e}),this.debug("matchOne",t.length,e.length);for(var n=0,i=0,a=t.length,c=e.length;n<a&&i<c;n++,i++){this.debug("matchOne loop");var u=e[i],p=t[n];if(this.debug(e,u,p),u===!1)return!1;if(u===RQ){this.debug("GLOBSTAR",[e,u,p]);var l=n,A=i+1;if(A===c){for(this.debug("** at the end");n<a;n++)if(t[n]==="."||t[n]===".."||!s.dot&&t[n].charAt(0)===".")return!1;return!0}for(;l<a;){var d=t[l];if(this.debug(`
globstar while`,t,l,e,A,d),this.matchOne(t.slice(l),e.slice(A),r))return this.debug("globstar found match!",l,a,d),!0;if(d==="."||d===".."||!s.dot&&d.charAt(0)==="."){this.debug("dot detected!",t,l,e,A);break}this.debug("globstar swallow a segment, and continue"),l++}return!!(r&&(this.debug(`
>>> no match, partial?`,t,l,e,A),l===a))}var h;if(typeof u=="string"?(h=p===u,this.debug("string match",u,p,h)):(h=p.match(u),this.debug("pattern match",u,p,h)),!h)return!1}if(n===a&&i===c)return!0;if(n===a)return r;if(i===c)return n===a-1&&t[n]==="";throw new Error("wtf?")};function A2t(t){return t.replace(/\\(.)/g,"$1")}o(A2t,"globUnescape");function d2t(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}o(d2t,"regExpEscape")});var Tb=b((yz0,She)=>{"use strict";var O2t="2.0.0",E2t=Number.MAX_SAFE_INTEGER||9007199254740991,y2t=16,C2t=250,B2t=["major","premajor","minor","preminor","patch","prepatch","prerelease"];She.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:y2t,MAX_SAFE_BUILD_LENGTH:C2t,MAX_SAFE_INTEGER:E2t,RELEASE_TYPES:B2t,SEMVER_SPEC_VERSION:O2t,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}});var UO=b((Cz0,Nhe)=>{"use strict";var D2t=typeof process=="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...t)=>console.error("SEMVER",...t):()=>{};Nhe.exports=D2t});var xb=b((Ga,Fhe)=>{"use strict";var{MAX_SAFE_COMPONENT_LENGTH:SQ,MAX_SAFE_BUILD_LENGTH:q2t,MAX_LENGTH:I2t}=Tb(),R2t=UO();Ga=Fhe.exports={};var w2t=Ga.re=[],S2t=Ga.safeRe=[],fe=Ga.src=[],N2t=Ga.safeSrc=[],he=Ga.t={},F2t=0,NQ="[a-zA-Z0-9-]",v2t=[["\\s",1],["\\d",I2t],[NQ,q2t]],T2t=o(t=>{for(let[e,r]of v2t)t=t.split(`${e}*`).join(`${e}{0,${r}}`).split(`${e}+`).join(`${e}{1,${r}}`);return t},"makeSafeRegex"),et=o((t,e,r)=>{let s=T2t(e),n=F2t++;R2t(t,n,e),he[t]=n,fe[n]=e,N2t[n]=s,w2t[n]=new RegExp(e,r?"g":void 0),S2t[n]=new RegExp(s,r?"g":void 0)},"createToken");et("NUMERICIDENTIFIER","0|[1-9]\\d*");et("NUMERICIDENTIFIERLOOSE","\\d+");et("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${NQ}*`);et("MAINVERSION",`(${fe[he.NUMERICIDENTIFIER]})\\.(${fe[he.NUMERICIDENTIFIER]})\\.(${fe[he.NUMERICIDENTIFIER]})`);et("MAINVERSIONLOOSE",`(${fe[he.NUMERICIDENTIFIERLOOSE]})\\.(${fe[he.NUMERICIDENTIFIERLOOSE]})\\.(${fe[he.NUMERICIDENTIFIERLOOSE]})`);et("PRERELEASEIDENTIFIER",`(?:${fe[he.NONNUMERICIDENTIFIER]}|${fe[he.NUMERICIDENTIFIER]})`);et("PRERELEASEIDENTIFIERLOOSE",`(?:${fe[he.NONNUMERICIDENTIFIER]}|${fe[he.NUMERICIDENTIFIERLOOSE]})`);et("PRERELEASE",`(?:-(${fe[he.PRERELEASEIDENTIFIER]}(?:\\.${fe[he.PRERELEASEIDENTIFIER]})*))`);et("PRERELEASELOOSE",`(?:-?(${fe[he.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${fe[he.PRERELEASEIDENTIFIERLOOSE]})*))`);et("BUILDIDENTIFIER",`${NQ}+`);et("BUILD",`(?:\\+(${fe[he.BUILDIDENTIFIER]}(?:\\.${fe[he.BUILDIDENTIFIER]})*))`);et("FULLPLAIN",`v?${fe[he.MAINVERSION]}${fe[he.PRERELEASE]}?${fe[he.BUILD]}?`);et("FULL",`^${fe[he.FULLPLAIN]}$`);et("LOOSEPLAIN",`[v=\\s]*${fe[he.MAINVERSIONLOOSE]}${fe[he.PRERELEASELOOSE]}?${fe[he.BUILD]}?`);et("LOOSE",`^${fe[he.LOOSEPLAIN]}$`);et("GTLT","((?:<|>)?=?)");et("XRANGEIDENTIFIERLOOSE",`${fe[he.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);et("XRANGEIDENTIFIER",`${fe[he.NUMERICIDENTIFIER]}|x|X|\\*`);et("XRANGEPLAIN",`[v=\\s]*(${fe[he.XRANGEIDENTIFIER]})(?:\\.(${fe[he.XRANGEIDENTIFIER]})(?:\\.(${fe[he.XRANGEIDENTIFIER]})(?:${fe[he.PRERELEASE]})?${fe[he.BUILD]}?)?)?`);et("XRANGEPLAINLOOSE",`[v=\\s]*(${fe[he.XRANGEIDENTIFIERLOOSE]})(?:\\.(${fe[he.XRANGEIDENTIFIERLOOSE]})(?:\\.(${fe[he.XRANGEIDENTIFIERLOOSE]})(?:${fe[he.PRERELEASELOOSE]})?${fe[he.BUILD]}?)?)?`);et("XRANGE",`^${fe[he.GTLT]}\\s*${fe[he.XRANGEPLAIN]}$`);et("XRANGELOOSE",`^${fe[he.GTLT]}\\s*${fe[he.XRANGEPLAINLOOSE]}$`);et("COERCEPLAIN",`(^|[^\\d])(\\d{1,${SQ}})(?:\\.(\\d{1,${SQ}}))?(?:\\.(\\d{1,${SQ}}))?`);et("COERCE",`${fe[he.COERCEPLAIN]}(?:$|[^\\d])`);et("COERCEFULL",fe[he.COERCEPLAIN]+`(?:${fe[he.PRERELEASE]})?(?:${fe[he.BUILD]})?(?:$|[^\\d])`);et("COERCERTL",fe[he.COERCE],!0);et("COERCERTLFULL",fe[he.COERCEFULL],!0);et("LONETILDE","(?:~>?)");et("TILDETRIM",`(\\s*)${fe[he.LONETILDE]}\\s+`,!0);Ga.tildeTrimReplace="$1~";et("TILDE",`^${fe[he.LONETILDE]}${fe[he.XRANGEPLAIN]}$`);et("TILDELOOSE",`^${fe[he.LONETILDE]}${fe[he.XRANGEPLAINLOOSE]}$`);et("LONECARET","(?:\\^)");et("CARETTRIM",`(\\s*)${fe[he.LONECARET]}\\s+`,!0);Ga.caretTrimReplace="$1^";et("CARET",`^${fe[he.LONECARET]}${fe[he.XRANGEPLAIN]}$`);et("CARETLOOSE",`^${fe[he.LONECAR
`).join(`
`+i),t.push(n+"m+"+kI.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=Cmt()+e+" "+t[0]}o(ymt,"formatArgs");function Cmt(){return Er.inspectOpts.hideDate?"":new Date().toISOString()+" "}o(Cmt,"getDate");function Bmt(...t){return process.stderr.write(QI.format(...t)+`
`)}o(Bmt,"log");function Dmt(t){t?process.env.DEBUG=t:delete process.env.DEBUG}o(Dmt,"save");function qmt(){return process.env.DEBUG}o(qmt,"load");function Imt(t){t.inspectOpts={};let e=Object.keys(Er.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=Er.inspectOpts[e[r]]}o(Imt,"init");kI.exports=Ok()(Er);var{formatters:bMe}=kI.exports;bMe.o=function(t){return this.inspectOpts.colors=this.useColors,QI.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};bMe.O=function(t){return this.inspectOpts.colors=this.useColors,QI.inspect(t,this.inspectOpts)}});var c2=b((hy0,Bk)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Bk.exports=lMe():Bk.exports=mMe()});var zMe=b(en=>{"use strict";var Rmt=en&&en.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),wmt=en&&en.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),MMe=en&&en.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)r!=="default"&&Object.prototype.hasOwnProperty.call(t,r)&&Rmt(e,t,r);return wmt(e,t),e};Object.defineProperty(en,"__esModule",{value:!0});en.req=en.json=en.toBuffer=void 0;var Smt=MMe(require("http")),Nmt=MMe(require("https"));async function gMe(t){let e=0,r=[];for await(let s of t)e+=s.length,r.push(s);return Buffer.concat(r,e)}o(gMe,"toBuffer");en.toBuffer=gMe;async function Fmt(t){let r=(await gMe(t)).toString("utf8");try{return JSON.parse(r)}catch(s){let n=s;throw n.message+=` (input: ${r})`,n}}o(Fmt,"json");en.json=Fmt;function vmt(t,e={}){let s=((typeof t=="string"?t:t.href).startsWith("https:")?Nmt:Smt).request(t,e),n=new Promise((i,a)=>{s.once("response",i).once("error",a).end()});return s.then=n.then.bind(n),s}o(vmt,"req");en.req=vmt});var CMe=b(Yn=>{"use strict";var EMe=Yn&&Yn.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),Tmt=Yn&&Yn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),yMe=Yn&&Yn.__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)&&EMe(e,t,r);return Tmt(e,t),e},xmt=Yn&&Yn.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&EMe(e,t,r)};Object.defineProperty(Yn,"__esModule",{value:!0});Yn.Agent=void 0;var _mt=yMe(require("net")),OMe=yMe(require("http")),Wmt=require("https");xmt(zMe(),Yn);var $a=Symbol("AgentBaseInternalState"),Dk=class extends OMe.Agent{static{o(this,"Agent")}constructor(e){super(e),this[$a]={}}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(s=>s.indexOf("(https.js:")!==-1||s.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 _mt.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let s=this.sockets[e],n=s.indexOf(r);n!==-1&&(s.splice(n,1),this.totalSocketCount--,s.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?Wmt.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,s){let n={...r,secureEndpoint:this.isSecureEndpoint(r)},i=this.getName(n),a=this.incrementSockets(i);Promise.resolve().then(()=>this.connect(e,n)).then(c=>{if(this.decrementSockets(i,a),c instanceof OMe.Agent)try{return c.addRequest(e,n)}catch(u){return s(u)}this[$a].currentSocket=c,super.createSocket(e,r,s)},c=>{this.decrementSockets(i,a),s(c)})}createConnection(){let e=this[$a].currentSocket;if(this[$a].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[$a].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[$a]&&(this[$a].defaultPort=e)}get protocol(){return this[$a].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[$a]&&(this[$a].protocol=e)}};Yn.Agent=Dk});var BMe=b(Xb=>{"use strict";var Lmt=Xb&&Xb.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Xb,"__esModule",{value:!0});Xb.parseProxyResponse=void 0;var Pmt=Lmt(c2()),UI=(0,Pmt.default)("https-proxy-agent:parse-proxy-response");function Qmt(t){return new Promise((e,r)=>{let s=0,n=[];function i(){let l=t.read();l?p(l):t.once("readable",i)}o(i,"read");function a(){t.removeListener("end",c),t.removeListener("error",u),t.removeListener("readable",i)}o(a,"cleanup");function c(){a(),UI("onend"),r(new Error("Proxy connection ended before receiving CONNECT response"))}o(c,"onend");function u(l){a(),UI("onerror %o",l),r(l)}o(u,"onerror");function p(l){n.push(l),s+=l.length;let A=Buffer.concat(n,s),d=A.indexOf(`\r
\r
`);if(d===-1){UI("have not received end of HTTP headers yet..."),i();return}let h=A.slice(0,d).toString("ascii").split(`\r
`),M=h.shift();if(!M)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let z=M.split(" "),C=+z[1],E=z.slice(2).join(" "),B={};for(let I of h){if(!I)continue;let w=I.indexOf(":");if(w===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${I}"`));let N=I.slice(0,w).toLowerCase(),x=I.slice(w+1).trimStart(),P=B[N];typeof P=="string"?B[N]=[P,x]:Array.isArray(P)?P.push(x):B[N]=x}UI("got proxy server response: %o %o",M,B),a(),e({connect:{statusCode:C,statusText:E,headers:B},buffered:A})}o(p,"ondata"),t.on("error",u),t.on("end",c),i()})}o(Qmt,"parseProxyResponse");Xb.parseProxyResponse=Qmt});var SMe=b(ki=>{"use strict";var kmt=ki&&ki.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),Umt=ki&&ki.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),RMe=ki&&ki.__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)&&kmt(e,t,r);return Umt(e,t),e},wMe=ki&&ki.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ki,"__esModule",{value:!0});ki.HttpsProxyAgent=void 0;var GI=RMe(require("net")),DMe=RMe(require("tls")),Gmt=wMe(require("assert")),Hmt=wMe(c2()),Xmt=CMe(),Vmt=require("url"),$mt=BMe(),n3=(0,Hmt.default)("https-proxy-agent"),qMe=o(t=>t.servername===void 0&&t.host&&!GI.isIP(t.host)?{...t,servername:t.host}:t,"setServernameFromNonIpHost"),HI=class extends Xmt.Agent{static{o(this,"HttpsProxyAgent")}constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new Vmt.URL(e):e,this.proxyHeaders=r?.headers??{},n3("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),n=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?IMe(r,"headers"):null,host:s,port:n}}async connect(e,r){let{proxy:s}=this;if(!r.host)throw new TypeError('No "host" provided');let n;s.protocol==="https:"?(n3("Creating `tls.Socket`: %o",this.connectOpts),n=DMe.connect(qMe(this.connectOpts))):(n3("Creating `net.Socket`: %o",this.connectOpts),n=GI.connect(this.connectOpts));let i=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},a=GI.isIPv6(r.host)?`[${r.host}]`:r.host,c=`CONNECT ${a}:${r.port} HTTP/1.1\r
`;if(s.username||s.password){let d=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;i["Proxy-Authorization"]=`Basic ${Buffer.from(d).toString("base64")}`}i.Host=`${a}:${r.port}`,i["Proxy-Connection"]||(i["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(i))c+=`${d}: ${i[d]}\r
`;let u=(0,$mt.parseProxyResponse)(n);n.write(`${c}\r
`);let{connect:p,buffered:l}=await u;if(e.emit("proxyConnect",p),this.emit("proxyConnect",p,e),p.statusCode===200)return e.once("socket",jmt),r.secureEndpoint?(n3("Upgrading socket connection to TLS"),DMe.connect({...IMe(qMe(r),"host","path","port"),socket:n})):n;n.destroy();let A=new GI.Socket({writable:!1});return A.readable=!0,e.once("socket",d=>{n3("Replaying proxy buffer for failed request"),(0,Gmt.default)(d.listenerCount("data")>0),d.push(l),d.push(null)}),A}};HI.protocols=["http","https"];ki.HttpsProxyAgent=HI;function jmt(t){t.resume()}o(jmt,"resume");function IMe(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}o(IMe,"omit")});var vMe=b(tn=>{"use strict";var Ymt=tn&&tn.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),Jmt=tn&&tn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),NMe=tn&&tn.__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)&&Ymt(e,t,r);return Jmt(e,t),e};Object.defineProperty(tn,"__esModule",{value:!0});tn.req=tn.json=tn.toBuffer=void 0;var Kmt=NMe(require("http")),Zmt=NMe(require("https"));async function FMe(t){let e=0,r=[];for await(let s of t)e+=s.length,r.push(s);return Buffer.concat(r,e)}o(FMe,"toBuffer");tn.toBuffer=FMe;async function eMt(t){let r=(await FMe(t)).toString("utf8");try{return JSON.parse(r)}catch(s){let n=s;throw n.message+=` (input: ${r})`,n}}o(eMt,"json");tn.json=eMt;function tMt(t,e={}){let s=((typeof t=="string"?t:t.href).startsWith("https:")?Zmt:Kmt).request(t,e),n=new Promise((i,a)=>{s.once("response",i).once("error",a).end()});return s.then=n.then.bind(n),s}o(tMt,"req");tn.req=tMt});var i3=b(Jn=>{"use strict";var xMe=Jn&&Jn.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),rMt=Jn&&Jn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),_Me=Jn&&Jn.__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)&&xMe(e,t,r);return rMt(e,t),e},sMt=Jn&&Jn.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&xMe(e,t,r)};Object.defineProperty(Jn,"__esModule",{value:!0});Jn.Agent=void 0;var nMt=_Me(require("net")),TMe=_Me(require("http")),iMt=require("https");sMt(vMe(),Jn);var ja=Symbol("AgentBaseInternalState"),qk=class extends TMe.Agent{static{o(this,"Agent")}constructor(e){super(e),this[ja]={}}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(s=>s.indexOf("(https.js:")!==-1||s.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 nMt.Socket({writable:!1});return this.sockets[e].push(r),this.totalSocketCount++,r}decrementSockets(e,r){if(!this.sockets[e]||r===null)return;let s=this.sockets[e],n=s.indexOf(r);n!==-1&&(s.splice(n,1),this.totalSocketCount--,s.length===0&&delete this.sockets[e])}getName(e){return(typeof e.secureEndpoint=="boolean"?e.secureEndpoint:this.isSecureEndpoint(e))?iMt.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,s){let n={...r,secureEndpoint:this.isSecureEndpoint(r)},i=this.getName(n),a=this.incrementSockets(i);Promise.resolve().then(()=>this.connect(e,n)).then(c=>{if(this.decrementSockets(i,a),c instanceof TMe.Agent)return c.addRequest(e,n);this[ja].currentSocket=c,super.createSocket(e,r,s)},c=>{this.decrementSockets(i,a),s(c)})}createConnection(){let e=this[ja].currentSocket;if(this[ja].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[ja].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[ja]&&(this[ja].defaultPort=e)}get protocol(){return this[ja].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[ja]&&(this[ja].protocol=e)}};Jn.Agent=qk});var Ik=b(Ui=>{"use strict";var oMt=Ui&&Ui.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),aMt=Ui&&Ui.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),LMe=Ui&&Ui.__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)&&oMt(e,t,r);return aMt(e,t),e},cMt=Ui&&Ui.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Ui,"__esModule",{value:!0});Ui.HttpProxyAgent=void 0;var uMt=LMe(require("net")),pMt=LMe(require("tls")),lMt=cMt(c2()),AMt=require("events"),dMt=i3(),WMe=require("url"),Vb=(0,lMt.default)("http-proxy-agent"),XI=class extends dMt.Agent{static{o(this,"HttpProxyAgent")}constructor(e,r){super(r),this.proxy=typeof e=="string"?new WMe.URL(e):e,this.proxyHeaders=r?.headers??{},Vb("Creating new HttpProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),n=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?fMt(r,"headers"):null,host:s,port:n}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:s}=this,n=r.secureEndpoint?"https:":"http:",i=e.getHeader("host")||"localhost",a=`${n}//${i}`,c=new WMe.URL(e.path,a);r.port!==80&&(c.port=String(r.port)),e.path=String(c);let u=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(s.username||s.password){let p=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;u["Proxy-Authorization"]=`Basic ${Buffer.from(p).toString("base64")}`}u["Proxy-Connection"]||(u["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let p of Object.keys(u)){let l=u[p];l&&e.setHeader(p,l)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let s,n;Vb("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(Vb("Patching connection write() output buffer with updated header"),s=e.outputData[0].data,n=s.indexOf(`\r
\r
`)+4,e.outputData[0].data=e._header+s.substring(n),Vb("Output buffer: %o",e.outputData[0].data));let i;return this.proxy.protocol==="https:"?(Vb("Creating `tls.Socket`: %o",this.connectOpts),i=pMt.connect(this.connectOpts)):(Vb("Creating `net.Socket`: %o",this.connectOpts),i=uMt.connect(this.connectOpts)),await(0,AMt.once)(i,"connect"),i}};XI.protocols=["http","https"];Ui.HttpProxyAgent=XI;function fMt(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}o(fMt,"omit")});var age=b(oR=>{"use strict";Object.defineProperty(oR,"__esModule",{value:!0});oR.state=void 0;oR.state={instrumenterImplementation:void 0}});var Cge=b(lR=>{"use strict";Object.defineProperty(lR,"__esModule",{value:!0});lR.state=void 0;lR.state={operationRequestMap:new WeakMap}});var r3e=b(lm=>{"use strict";Object.defineProperty(lm,"__esModule",{value:!0});var vEt=require("os"),TEt=require("util");function xEt(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}o(xEt,"_interopDefaultLegacy");var _Et=xEt(TEt);function WEt(t,...e){process.stderr.write(`${_Et.default.format(t,...e)}${vEt.EOL}`)}o(WEt,"log");var XOe=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,$Oe,oH=[],aH=[],w5=[];XOe&&cH(XOe);var jOe=Object.assign(t=>YOe(t),{enable:cH,enabled:uH,disable:LEt,log:WEt});function cH(t){$Oe=t,oH=[],aH=[];let e=/\*/g,r=t.split(",").map(s=>s.trim().replace(e,".*?"));for(let s of r)s.startsWith("-")?aH.push(new RegExp(`^${s.substr(1)}$`)):oH.push(new RegExp(`^${s}$`));for(let s of w5)s.enabled=uH(s.namespace)}o(cH,"enable");function uH(t){if(t.endsWith("*"))return!0;for(let e of aH)if(e.test(t))return!1;for(let e of oH)if(e.test(t))return!0;return!1}o(uH,"enabled");function LEt(){let t=$Oe||"";return cH(""),t}o(LEt,"disable");function YOe(t){let e=Object.assign(r,{enabled:uH(t),destroy:PEt,log:jOe.log,namespace:t,extend:QEt});function r(...s){e.enabled&&(s.length>0&&(s[0]=`${t} ${s[0]}`),e.log(...s))}return o(r,"debug"),w5.push(e),e}o(YOe,"createDebugger");function PEt(){let t=w5.indexOf(this);return t>=0?(w5.splice(t,1),!0):!1}o(PEt,"destroy");function QEt(t){let e=YOe(`${this.namespace}:${t}`);return e.log=this.log,e}o(QEt,"extend");var X3=jOe,JOe=new Set,I5=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,S5,N5=X3("azure");N5.log=(...t)=>{X3.log(...t)};var pH=["verbose","info","warning","error"];I5&&(t3e(I5)?KOe(I5):console.error(`AZURE_LOG_LEVEL set to unknown log level '${I5}'; logging is not enabled. Acceptable values: ${pH.join(", ")}.`));function KOe(t){if(t&&!t3e(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${pH.join(",")}`);S5=t;let e=[];for(let r of JOe)e3e(r)&&e.push(r.namespace);X3.enable(e.join(","))}o(KOe,"setLogLevel");function kEt(){return S5}o(kEt,"getLogLevel");var VOe={verbose:400,info:300,warning:200,error:100};function UEt(t){let e=N5.extend(t);return ZOe(N5,e),{error:R5(e,"error"),warning:R5(e,"warning"),info:R5(e,"info"),verbose:R5(e,"verbose")}}o(UEt,"createClientLogger");function ZOe(t,e){e.log=(...r)=>{t.log(...r)}}o(ZOe,"patchLogMethod");function R5(t,e){let r=Object.assign(t.extend(e),{level:e});if(ZOe(t,r),e3e(r)){let s=X3.disable();X3.enable(s+","+r.namespace)}return JOe.add(r),r}o(R5,"createLogger");function e3e(t){return!!(S5&&VOe[t.level]<=VOe[S5])}o(e3e,"shouldEnable");function t3e(t){return pH.includes(t)}o(t3e,"isAzureLogLevel");lm.AzureLogger=N5;lm.createClientLogger=UEt;lm.getLogLevel=kEt;lm.setLogLevel=KOe});var dH=b($3=>{"use strict";Object.defineProperty($3,"__esModule",{value:!0});var Am=new WeakMap,F5=new WeakMap,V3=class t{static{o(this,"AbortSignal")}constructor(){this.onabort=null,Am.set(this,[]),F5.set(this,!1)}get aborted(){if(!F5.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return F5.get(this)}static get none(){return new t}addEventListener(e,r){if(!Am.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");Am.get(this).push(r)}removeEventListener(e,r){if(!Am.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let s=Am.get(this),n=s.indexOf(r);n>-
Polling from: ${r.config.operationLocation}
Operation status: ${l}
Polling status: ${A3e.includes(l)?"Stopped":"Running"}`),l==="succeeded"){let A=a(p,r);if(A!==void 0)return{response:await e(A).catch(p3e({state:r,stateProxy:s,isOperationError:c})),status:l}}return{response:p,status:l}}o(gyt,"pollOperationHelper");async function b3e(t){let{poll:e,state:r,stateProxy:s,options:n,getOperationStatus:i,getResourceLocation:a,getOperationLocation:c,isOperationError:u,withOperationLocation:p,getPollingInterval:l,processResult:A,getError:d,updateState:h,setDelay:M,isDone:z,setErrorAsResult:C}=t,{operationLocation:E}=r.config;if(E!==void 0){let{response:B,status:I}=await gyt({poll:e,getOperationStatus:i,state:r,stateProxy:s,operationLocation:E,getResourceLocation:a,isOperationError:u,options:n});if(f3e({status:I,response:B,state:r,stateProxy:s,isDone:z,processResult:A,getError:d,setErrorAsResult:C}),!A3e.includes(I)){let w=l?.(B);w&&M(w);let N=c?.(B,r);if(N!==void 0){let x=E!==N;r.config.operationLocation=N,p?.(N,x)}else p?.(E,!1)}h?.(r,B)}}o(b3e,"pollOperation");function m3e(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}o(m3e,"getOperationLocationPollingUrl");function M3e(t){return t.headers.location}o(M3e,"getLocationHeader");function g3e(t){return t.headers["operation-location"]}o(g3e,"getOperationLocationHeader");function z3e(t){return t.headers["azure-asyncoperation"]}o(z3e,"getAzureAsyncOperationHeader");function zyt(t){var e;let{location:r,requestMethod:s,requestPath:n,resourceLocationConfig:i}=t;switch(s){case"PUT":return n;case"DELETE":return;case"PATCH":return(e=a())!==null&&e!==void 0?e:n;default:return a()}function a(){switch(i){case"azure-async-operation":return;case"original-uri":return n;default:return r}}o(a,"getDefault")}o(zyt,"findResourceLocation");function O3e(t){let{rawResponse:e,requestMethod:r,requestPath:s,resourceLocationConfig:n}=t,i=g3e(e),a=z3e(e),c=m3e({operationLocation:i,azureAsyncOperation:a}),u=M3e(e),p=r?.toLocaleUpperCase();return c!==void 0?{mode:"OperationLocation",operationLocation:c,resourceLocation:zyt({requestMethod:p,location:u,requestPath:s,resourceLocationConfig:n})}:u!==void 0?{mode:"ResourceLocation",operationLocation:u}:p==="PUT"&&s?{mode:"Body",operationLocation:s}:void 0}o(O3e,"inferLroMode");function E3e(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 CH(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 D2.verbose(`LRO: unrecognized operation status: ${e}`),e}}o(E3e,"transformStatus");function Oyt(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return E3e({status:r,statusCode:t.statusCode})}o(Oyt,"getStatus");function Eyt(t){var e,r;let{properties:s,provisioningState:n}=(e=t.body)!==null&&e!==void 0?e:{},i=(r=s?.provisioningState)!==null&&r!==void 0?r:n;return E3e({status:i,statusCode:t.statusCode})}o(Eyt,"getProvisioningState");function CH(t){return t===202?"running":t<300?"succeeded":"failed"}o(CH,"toOperationStatus");function y3e({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?yyt(new Date(e)):r*1e3}}o(y3e,"parseRetryAfter");function C3e(t){let e=t.flatResponse.error;if(!e){D2.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){D2.warning("The long-running operation failed but the error property in the response's body doesn't contain code or message");return}return e}o(C3e,"getErrorFromResponse");function yyt(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}o(yyt,"calculatePollingIntervalFromDate");function B3e(t){let{response:e,state:r,operationLocation:s}=t;function n(){var a;switch
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(n){case 0:a=i,n=1;break;case 1:r[s++]=a<<2|(i&48)>>4,a=i,n=2;break;case 2:r[s++]=(a&15)<<4|(i&60)>>2,a=i,n=3;break;case 3:r[s++]=(a&3)<<6|i,n=0;break}}if(n==1)throw Error("invalid base64 string.");return r.subarray(0,s)}o(aCt,"base64decode");Mm.base64decode=aCt;function cCt(t){let e="",r=0,s,n=0;for(let i=0;i<t.length;i++)switch(s=t[i],r){case 0:e+=up[s>>2],n=(s&3)<<4,r=1;break;case 1:e+=up[n|s>>4],n=(s&15)<<2,r=2;break;case 2:e+=up[n|s>>6],e+=up[s&63],r=0;break}return r&&(e+=up[n],e+="=",r==1&&(e+="=")),e}o(cCt,"base64encode");Mm.base64encode=cCt});var rEe=b(K5=>{"use strict";Object.defineProperty(K5,"__esModule",{value:!0});K5.utf8read=void 0;var TH=o(t=>String.fromCharCode.apply(String,t),"fromCharCodes");function uCt(t){if(t.length<1)return"";let e=0,r=[],s=[],n=0,i,a=t.length;for(;e<a;)i=t[e++],i<128?s[n++]=i:i>191&&i<224?s[n++]=(i&31)<<6|t[e++]&63:i>239&&i<365?(i=((i&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,s[n++]=55296+(i>>10),s[n++]=56320+(i&1023)):s[n++]=(i&15)<<12|(t[e++]&63)<<6|t[e++]&63,n>8191&&(r.push(TH(s)),n=0);return r.length?(n&&r.push(TH(s.slice(0,n))),r.join("")):TH(s.slice(0,n))}o(uCt,"utf8read");K5.utf8read=uCt});var rE=b(Oc=>{"use strict";Object.defineProperty(Oc,"__esModule",{value:!0});Oc.WireType=Oc.mergeBinaryOptions=Oc.UnknownFieldHandler=void 0;var pCt;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,s,n,i,a)=>{(e(s)?s[t.symbol]:s[t.symbol]=[]).push({no:n,wireType:i,data:a})},t.onWrite=(r,s,n)=>{for(let{no:i,wireType:a,data:c}of t.list(s))n.tag(i,a).raw(c)},t.list=(r,s)=>{if(e(r)){let n=r[t.symbol];return s?n.filter(i=>i.no==s):n}return[]},t.last=(r,s)=>t.list(r,s).slice(-1)[0];let e=o(r=>r&&Array.isArray(r[t.symbol]),"is")})(pCt=Oc.UnknownFieldHandler||(Oc.UnknownFieldHandler={}));function lCt(t,e){return Object.assign(Object.assign({},t),e)}o(lCt,"mergeBinaryOptions");Oc.mergeBinaryOptions=lCt;var ACt;(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"})(ACt=Oc.WireType||(Oc.WireType={}))});var ew=b(un=>{"use strict";Object.defineProperty(un,"__esModule",{value:!0});un.varint32read=un.varint32write=un.int64toString=un.int64fromString=un.varint64write=un.varint64read=void 0;function dCt(){let t=0,e=0;for(let s=0;s<28;s+=7){let n=this.buf[this.pos++];if(t|=(n&127)<<s,(n&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 s=3;s<=31;s+=7){let n=this.buf[this.pos++];if(e|=(n&127)<<s,(n&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}o(dCt,"varint64read");un.varint64read=dCt;function fCt(t,e,r){for(let i=0;i<28;i=i+7){let a=t>>>i,c=!(!(a>>>7)&&e==0),u=(c?a|128:a)&255;if(r.push(u),!c)return}let s=t>>>28&15|(e&7)<<4,n=e>>3!=0;if(r.push((n?s|128:s)&255),!!n){for(let i=3;i<31;i=i+7){let a=e>>>i,c=!!(a>>>7),u=(c?a|128:a)&255;if(r.push(u),!c)return}r.push(e>>>31&1)}}o(fCt,"varint64write");un.varint64write=fCt;var Z5=65536*65536;function hCt(t){let e=t[0]=="-";e&&(t=t.slice(1));let r=1e6,s=0,n=0;function i(a,c){let u=Number(t.slice(a,c));n*=r,s=s*r+u,s>=Z5&&(n=n+(s/Z5|0),s=s%Z5)}return o(i,"add1e6digit"),i(-24,-18),i(-18,-12),i(-12,-6),i(-6),[e,s,n]}o(hCt,"int64fromString");un.int64fromString=hCt;function bCt(t,e){if(e>>>0<=2097151)return""+(Z5*e+(t>>>0));let r=t&16777215,s=(t>>>24|e<<8)>>>0&16777215,n=e>>16&65535,i=r+s*6777216+n*6710656,a=s+n*8147497,c=n*2,u=1e7;i>=u&&(a+=Math.floor(i/u),i%=u),a>=u&&(c+=Math.floor(a/u),a%=u);function p(l,A){let d=l?String(l):"";return A?"0000000".slice(d.length)+d:d}return o(p,"decimalFrom1e7"),p(c,0)+p(a,c)+p(i,1)}o(bCt,"int64toString");un.int64toString=bCt;function mCt(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)}}o(mCt,"varint32write");un.varint32write=mCt;function MCt(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return
`)}};qw.RpcError=cX});var pX=b(Rw=>{"use strict";Object.defineProperty(Rw,"__esModule",{value:!0});Rw.mergeRpcOptions=void 0;var TEe=c1();function P4t(t,e){if(!e)return t;let r={};Iw(t,r),Iw(e,r);for(let s of Object.keys(e)){let n=e[s];switch(s){case"jsonOptions":r.jsonOptions=TEe.mergeJsonOptions(t.jsonOptions,r.jsonOptions);break;case"binaryOptions":r.binaryOptions=TEe.mergeBinaryOptions(t.binaryOptions,r.binaryOptions);break;case"meta":r.meta={},Iw(t.meta,r.meta),Iw(e.meta,r.meta);break;case"interceptors":r.interceptors=t.interceptors?t.interceptors.concat(n):n.concat();break}}return r}o(P4t,"mergeRpcOptions");Rw.mergeRpcOptions=P4t;function Iw(t,e){if(!t)return;let r=e;for(let[s,n]of Object.entries(t))n instanceof Date?r[s]=new Date(n.getTime()):Array.isArray(n)?r[s]=n.concat():r[s]=n}o(Iw,"copy")});var AX=b(S2=>{"use strict";Object.defineProperty(S2,"__esModule",{value:!0});S2.Deferred=S2.DeferredState=void 0;var Cc;(function(t){t[t.PENDING=0]="PENDING",t[t.REJECTED=1]="REJECTED",t[t.RESOLVED=2]="RESOLVED"})(Cc=S2.DeferredState||(S2.DeferredState={}));var lX=class{static{o(this,"Deferred")}constructor(e=!0){this._state=Cc.PENDING,this._promise=new Promise((r,s)=>{this._resolve=r,this._reject=s}),e&&this._promise.catch(r=>{})}get state(){return this._state}get promise(){return this._promise}resolve(e){if(this.state!==Cc.PENDING)throw new Error(`cannot resolve ${Cc[this.state].toLowerCase()}`);this._resolve(e),this._state=Cc.RESOLVED}reject(e){if(this.state!==Cc.PENDING)throw new Error(`cannot reject ${Cc[this.state].toLowerCase()}`);this._reject(e),this._state=Cc.REJECTED}resolvePending(e){this._state===Cc.PENDING&&this.resolve(e)}rejectPending(e){this._state===Cc.PENDING&&this.reject(e)}};S2.Deferred=lX});var fX=b(ww=>{"use strict";Object.defineProperty(ww,"__esModule",{value:!0});ww.RpcOutputStreamController=void 0;var xEe=AX(),N2=c1(),dX=class{static{o(this,"RpcOutputStreamController")}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 s=r.indexOf(e);s>=0&&r.splice(s,1)}}clearLis(){for(let e of Object.values(this._lis))e.splice(0,e.length)}get closed(){return this._closed!==!1}notifyNext(e,r,s){N2.assert((e?1:0)+(r?1:0)+(s?1:0)<=1,"only one emission at a time"),e&&this.notifyMessage(e),r&&this.notifyError(r),s&&this.notifyComplete()}notifyMessage(e){N2.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){N2.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(){N2.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:o(()=>{let e=this._itState;N2.assert(e,"bad state"),N2.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 xEe.Deferred,e.p.promise)},"next")}}pushIt(e){let r=this._itState;if(r.p){let s=r.p;N2.assert(s.state==xEe.DeferredState.PENDING,"iterator contract broken"),"value"in e?s.resolve(e):s.reject(e),delete r.p}else r.q.push(e)}};ww.RpcOutputStreamController=dX});var bX=b(Bm=>{"use strict";var Q4t=Bm&&Bm.__awaiter||function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a){a(i)})}return o(n,"adopt"),new(r||(r=Promise))(function(i,a){function c(l){try{p(s.next(l))}catch(A){a(A)}}o(c,"fulfilled");function u(l){try{p(s.throw(l))}catch(A){a(A)}}o(u,"rejected");function p(l){l.done?i(l.value):n(l.value).then(c,u)}o(p,"step"),p((s=s.apply(t,e||[])).next())})};Object.definePrope
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`))}o(cwt,"logUnexpecedPropertyAccessOnce");function uwt(){Object.keys(DS).forEach(function(t){delete DS[t]})}o(uwt,"resetLoggedProperties")});var IS=b(Ic=>{"use strict";Ic.__esModule=!0;Ic.HandlebarsEnvironment=a$;function WBe(t){return t&&t.__esModule?t:{default:t}}o(WBe,"_interopRequireDefault");var Q2=ys(),pwt=ai(),i$=WBe(pwt),lwt=t$(),Awt=vBe(),dwt=s$(),qS=WBe(dwt),fwt=n$(),hwt="4.7.9";Ic.VERSION=hwt;var bwt=8;Ic.COMPILER_REVISION=bwt;var mwt=7;Ic.LAST_COMPATIBLE_COMPILER_REVISION=mwt;var Mwt={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"};Ic.REVISION_CHANGES=Mwt;var o$="[object Object]";function a$(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},lwt.registerDefaultHelpers(this),Awt.registerDefaultDecorators(this)}o(a$,"HandlebarsEnvironment");a$.prototype={constructor:a$,logger:qS.default,log:qS.default.log,registerHelper:o(function(e,r){if(Q2.toString.call(e)===o$){if(r)throw new i$.default("Arg not supported with multiple helpers");Q2.extend(this.helpers,e)}else this.helpers[e]=r},"registerHelper"),unregisterHelper:o(function(e){delete this.helpers[e]},"unregisterHelper"),registerPartial:o(function(e,r){if(Q2.toString.call(e)===o$)Q2.extend(this.partials,e);else{if(typeof r>"u")throw new i$.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},"registerPartial"),unregisterPartial:o(function(e){delete this.partials[e]},"unregisterPartial"),registerDecorator:o(function(e,r){if(Q2.toString.call(e)===o$){if(r)throw new i$.default("Arg not supported with multiple decorators");Q2.extend(this.decorators,e)}else this.decorators[e]=r},"registerDecorator"),unregisterDecorator:o(function(e){delete this.decorators[e]},"unregisterDecorator"),resetLoggedPropertyAccesses:o(function(){fwt.resetLoggedProperties()},"resetLoggedPropertyAccesses")};var gwt=qS.default.log;Ic.log=gwt;Ic.createFrame=Q2.createFrame;Ic.logger=qS.default});var PBe=b((RS,LBe)=>{"use strict";RS.__esModule=!0;function c$(t){this.string=t}o(c$,"SafeString");c$.prototype.toString=c$.prototype.toHTML=function(){return""+this.string};RS.default=c$;LBe.exports=RS.default});var QBe=b(u$=>{"use strict";u$.__esModule=!0;u$.wrapHelper=zwt;function zwt(t,e){if(typeof t!="function")return t;var r=o(function(){var n=arguments[arguments.length-1];return arguments[arguments.length-1]=e(n),t.apply(this,arguments)},"wrapper");return r}o(zwt,"wrapHelper")});var VBe=b(gA=>{"use strict";gA.__esModule=!0;gA.checkRevision=Dwt;gA.template=qwt;gA.wrapProgram=wS;gA.resolvePartial=Iwt;gA.invokePartial=Rwt;gA.noop=HBe;function Owt(t){return t&&t.__esModule?t:{default:t}}o(Owt,"_interopRequireDefault");function Ewt(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}o(Ewt,"_interopRequireWildcard");var ywt=ys(),km=Ewt(ywt),Cwt=ai(),fp=Owt(Cwt),hp=IS(),kBe=t$(),Bwt=QBe(),UBe=n$();function Dwt(t){var e=t&&t[0]||1,r=hp.COMPILER_REVISION;if(!(e>=hp.LAST_COMPATIBLE_COMPILER_REVISION&&e<=hp.COMPILER_REVISION))if(e<hp.LAST_COMPATIBLE_COMPILER_REVISION){var s=hp.REVISION_CHANGES[r],n=hp.REVISION_CHANGES[e];throw new fp.default("Template was precompiled with an older version of Handlebars than the current runtime. Please update your precompiler to a newer version ("+s+") or downgrade your runtime to an older version ("+n+").")}else throw new fp.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+t[1]+").")}o(Dwt,"checkRevision");function qwt(t,e){if(!e)throw new fp.default("No environment passed to template");if(!t||!t.main)throw new fp.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 s(a,c,u){u.hash&&(c=km.extend({},c,u.hash),u.ids&&(u.ids[0]=!0)),a=e.VM.res
`),A=0,d=l.length;A<d&&!(!l[A]&&A+1===d);A++)l[A]=u.indent+l[A];p=l.join(`
`)}return p}else throw new fp.default("The partial "+u.name+" could not be compiled when running in runtime-only mode")}o(s,"invokePartialWrapper");var n={strict:o(function(c,u,p){if(!c||!(u in c))throw new fp.default('"'+u+'" not defined in '+c,{loc:p});return n.lookupProperty(c,u)},"strict"),lookupProperty:o(function(c,u){var p=c[u];if(p==null||Object.prototype.hasOwnProperty.call(c,u)||UBe.resultIsAllowed(p,n.protoAccessControl,u))return p},"lookupProperty"),lookup:o(function(c,u){for(var p=c.length,l=0;l<p;l++){var A=c[l]&&n.lookupProperty(c[l],u);if(A!=null)return A}},"lookup"),lambda:o(function(c,u){return typeof c=="function"?c.call(u):c},"lambda"),escapeExpression:km.escapeExpression,invokePartial:s,fn:o(function(c){var u=t[c];return u.decorator=t[c+"_d"],u},"fn"),programs:[],program:o(function(c,u,p,l,A){var d=this.programs[c],h=this.fn(c);return u||A||l||p?d=wS(this,c,h,u,p,l,A):d||(d=this.programs[c]=wS(this,c,h)),d},"program"),data:o(function(c,u){for(;c&&u--;)c=c._parent;return c},"data"),mergeIfNeeded:o(function(c,u){var p=c||u;return c&&u&&c!==u&&(p=km.extend({},u,c)),p},"mergeIfNeeded"),nullContext:Object.seal({}),noop:e.VM.noop,compilerInfo:t.compiler};function i(a){var c=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],u=c.data;i._setup(c),!c.partial&&t.useData&&(u=wwt(a,u));var p=void 0,l=t.useBlockParams?[]:void 0;t.useDepths&&(c.depths?p=a!=c.depths[0]?[a].concat(c.depths):c.depths:p=[a]);function A(d){return""+t.main(n,d,n.helpers,n.partials,u,l,p)}return o(A,"main"),A=XBe(t.main,A,n,c.depths||[],u,l),A(a,c)}return o(i,"ret"),i.isTop=!0,i._setup=function(a){if(a.partial)n.protoAccessControl=a.protoAccessControl,n.helpers=a.helpers,n.partials=a.partials,n.decorators=a.decorators,n.hooks=a.hooks;else{var c={};GBe(c,e.helpers,n),GBe(c,a.helpers,n),n.helpers=c,t.usePartial&&(n.partials=n.mergeIfNeeded(a.partials,e.partials)),(t.usePartial||t.useDecorators)&&(n.decorators=km.extend({},e.decorators,a.decorators)),n.hooks={},n.protoAccessControl=UBe.createProtoAccessControl(a);var u=a.allowCallsToHelperMissing||r;kBe.moveHelperToHooks(n,"helperMissing",u),kBe.moveHelperToHooks(n,"blockHelperMissing",u)}},i._child=function(a,c,u,p){if(t.useBlockParams&&!u)throw new fp.default("must pass block params");if(t.useDepths&&!p)throw new fp.default("must pass parent depths");return wS(n,a,t[a],c,0,u,p)},i}o(qwt,"template");function wS(t,e,r,s,n,i,a){function c(u){var p=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],l=a;return a&&u!=a[0]&&!(u===t.nullContext&&a[0]===null)&&(l=[u].concat(a)),r(t,u,t.helpers,t.partials,p.data||s,i&&[p.blockParams].concat(i),l)}return o(c,"prog"),c=XBe(r,c,t,a,s,i),c.program=e,c.depth=a?a.length:0,c.blockParams=n||0,c}o(wS,"wrapProgram");function Iwt(t,e,r){return t?!t.call&&!r.name&&(r.name=t,t=SS(r.partials,t)):r.name==="@partial-block"?t=SS(r.data,"partial-block"):t=SS(r.partials,r.name),t}o(Iwt,"resolvePartial");function Rwt(t,e,r){var s=SS(r.data,"partial-block");r.partial=!0,r.ids&&(r.data.contextPath=r.ids[0]||r.data.contextPath);var n=void 0;if(r.fn&&r.fn!==HBe&&(function(){r.data=hp.createFrame(r.data);var i=r.fn;n=r.data["partial-block"]=o(function(c){var u=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return u.data=hp.createFrame(u.data),u.data["partial-block"]=s,i(c,u)},"partialBlockWrapper"),i.partials&&(r.partials=km.extend({},r.partials,i.partials))})(),t===void 0&&n&&(t=n),t===void 0)throw new fp.default("The partial "+r.name+" could not be found");if(t instanceof Function)return t(e,r)}o(Rwt,"invokePartial");function HBe(){return""}o(HBe,"noop");function SS(t,e){if(t&&Object.prototype.hasOwnProperty.call(t,e))return t[e]}o(SS,"lookupOwnProperty");function wwt(t,e){return(!e||!("root"in e))&&(e=e?hp.createFrame(e):{},e.root=t),e}o(wwt,"initData");function XBe(t,e,r,s,n,i){if(t.decorator){var a={};e=t.decorator(e,a,r,s&&s[0],n,i,s),km.extend(e,a)}return e}o(XBe,"executeDecorators");function GBe(t,e,r){e&&Object.keys(e).forEach(function(s){var n=e[s];t[s]=Swt(n,r)})}o(GBe,"addHelpers");function Swt(t,e){var r=e.lookupProperty;return Bwt
`+this.lexer.showPosition()+`
Expecting `+J.join(", ")+", got '"+(this.terminals_[w]||w)+"'":_e="Parse error on line "+(A+1)+": Unexpected "+(w==1?"end of input":"'"+(this.terminals_[w]||w)+"'"),this.parseError(_e,{text:this.lexer.match,token:this.terminals_[w]||w,line:this.lexer.yylineno,loc:C,expected:J})}}if(P[0]instanceof Array&&P.length>1)throw new Error("Parse Error: multiple actions possible at state: "+x+", token: "+w);switch(P[0]){case 1:a.push(w),c.push(this.lexer.yytext),u.push(this.lexer.yylloc),a.push(P[1]),w=null,N?(w=N,N=null):(d=this.lexer.yyleng,l=this.lexer.yytext,A=this.lexer.yylineno,C=this.lexer.yylloc,h>0&&h--);break;case 2:if(Se=this.productions_[P[1]][1],we.$=c[c.length-Se],we._$={first_line:u[u.length-(Se||1)].first_line,last_line:u[u.length-1].last_line,first_column:u[u.length-(Se||1)].first_column,last_column:u[u.length-1].last_column},E&&(we._$.range=[u[u.length-(Se||1)].range[0],u[u.length-1].range[1]]),Ee=this.performAction.call(we,l,d,A,this.yy,P[1],c,u),typeof Ee<"u")return Ee;Se&&(a=a.slice(0,-1*Se*2),c=c.slice(0,-1*Se),u=u.slice(0,-1*Se)),a.push(this.productions_[P[1]][0]),c.push(we.$),u.push(we._$),Y=p[a[a.length-2]][a[a.length-1]],a.push(Y);break;case 3:return!0}}return!0},"parse")},e=(function(){var s={EOF:1,parseError:o(function(i,a){if(this.yy.parser)this.yy.parser.parseError(i,a);else throw new Error(i)},"parseError"),setInput:o(function(i){return this._input=i,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},"setInput"),input:o(function(){var i=this._input[0];this.yytext+=i,this.yyleng++,this.offset++,this.match+=i,this.matched+=i;var a=i.match(/(?:\r\n?|\n).*/g);return a?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),i},"input"),unput:o(function(i){var a=i.length,c=i.split(/(?:\r\n?|\n)/g);this._input=i+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-a-1),this.offset-=a;var u=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),c.length-1&&(this.yylineno-=c.length-1);var p=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:c?(c.length===u.length?this.yylloc.first_column:0)+u[u.length-c.length].length-c[0].length:this.yylloc.first_column-a},this.options.ranges&&(this.yylloc.range=[p[0],p[0]+this.yyleng-a]),this},"unput"),more:o(function(){return this._more=!0,this},"more"),less:o(function(i){this.unput(this.match.slice(i))},"less"),pastInput:o(function(){var i=this.matched.substr(0,this.matched.length-this.match.length);return(i.length>20?"...":"")+i.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:o(function(){var i=this.match;return i.length<20&&(i+=this._input.substr(0,20-i.length)),(i.substr(0,20)+(i.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:o(function(){var i=this.pastInput(),a=new Array(i.length+1).join("-");return i+this.upcomingInput()+`
`+a+"^"},"showPosition"),next:o(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var i,a,c,u,p,l;this._more||(this.yytext="",this.match="");for(var A=this._currentRules(),d=0;d<A.length&&(c=this._input.match(this.rules[A[d]]),!(c&&(!a||c[0].length>a[0].length)&&(a=c,u=d,!this.options.flex)));d++);return a?(l=a[0].match(/(?:\r\n?|\n).*/g),l&&(this.yylineno+=l.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:l?l[l.length-1].length-l[l.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+a[0].length},this.yytext+=a[0],this.match+=a[0],this.matches=a,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(a[0].length),this.matched+=a[0],i=this.performAction.call(this,this.yy,this,A[u],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),i||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})},"next"),lex:o(function(){var i=this.next();return typeof i<"u"?i:this.lex()},"lex"),begin:o(function(i){this.conditionStack.push(i)},"begin"),popState:o(function(){return this.conditionStack.pop()},"popState"),_currentRules:o(function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},"_currentRules"),topState:o(function(){return this.conditionStack[this.conditionStack.length-2]},"topState"),pushState:o(function(i){this.begin(i)},"begin")};return s.options={},s.performAction=o(function(i,a,c,u){function p(A,d){return a.yytext=a.yytext.substring(A,a.yyleng-d+A)}o(p,"strip");var l=u;switch(c){case 0:if(a.yytext.slice(-2)==="\\\\"?(p(0,1),this.begin("mu")):a.yytext.slice(-1)==="\\"?(p(0,1),this.begin("emu")):this.begin("mu"),a.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:(p(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(a.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 a.yytext=p(1,2).replace(/\\"/g,'"'),80;break;case 32:return a.yytext=p(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 a.yytext=a.yytext.replace(/\\([\\\]])/g,"$1"),72;break;case 43:return"INVALID";case 44:return 5}},"anonymous"),s.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\/.)|]))))/,/^(?:\[(\\\]|[^\]])*\])/,/^(?:.)/,/^(?:$)/],s.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}},s})();t.lexer=e;function r(){this.yy={}}return o(r,"Parser"),r.prototype=t,t.Parser=r,new r})();TS.default=Qwt;rDe.exports=TS.default});var LS=b((WS,oDe)=>{"use strict";WS.__esModule=!0;function kwt(t){return t&&t.__esModule?t:{default:t}}o(kwt,"_interopRequireDefault");var Uwt=ai(),h$=kwt(Uwt);function xS(){this.parents=[]}o(xS,"Visitor");xS.prototype={constructor:xS,mutating:!1,acceptKey:o(function(e,r){var s=this.accept(e[r]);if(this.mutating){if(s&&!xS.prototype[s.type])throw new h$.default('Unexpected node type "'+s.type+'" found when accepting '+r+" on "+e.type);e[r]=s}},"acceptKey"),acceptRequired:o(function(e,r){if(this.a
`])}),e},"merge"),each:o(function(e){for(var r=0,s=this.source.length;r<s;r++)e(this.source[r])},"each"),empty:o(function(){var e=this.currentLocation||{start:{}};return new H2(e.start.line,e.start.column,this.srcFile)},"empty"),wrap:o(function(e){var r=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return e instanceof H2?e:(e=_$(e,this,r),new H2(r.start.line,r.start.column,this.srcFile,e))},"wrap"),functionCall:o(function(e,r,s){return s=this.generateList(s),this.wrap([e,r?"."+r+"(":"(",s,")"])},"functionCall"),quotedString:o(function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},"quotedString"),objectLiteral:o(function(e){var r=this,s=[];Object.keys(e).forEach(function(i){var a=_$(e[i],r);a!=="undefined"&&s.push([r.quotedString(i),":",a])});var n=this.generateList(s);return n.prepend("{"),n.add("}"),n},"objectLiteral"),generateList:o(function(e){for(var r=this.empty(),s=0,n=e.length;s<n;s++)s&&r.add(","),r.add(_$(e[s],this));return r},"generateList"),generateArray:o(function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r},"generateArray")};VS.default=QDe;kDe.exports=VS.default});var $De=b(($S,VDe)=>{"use strict";$S.__esModule=!0;function XDe(t){return t&&t.__esModule?t:{default:t}}o(XDe,"_interopRequireDefault");var GDe=IS(),PSt=ai(),L$=XDe(PSt),QSt=ys(),kSt=UDe(),HDe=XDe(kSt);function $m(t){this.value=t}o($m,"Literal");function jm(){}o(jm,"JavaScriptCompiler");jm.prototype={nameLookup:o(function(e,r){return this.internalNameLookup(e,r)},"nameLookup"),depthedLookup:o(function(e){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(e),")"]},"depthedLookup"),compilerInfo:o(function(){var e=GDe.COMPILER_REVISION,r=GDe.REVISION_CHANGES[e];return[e,r]},"compilerInfo"),appendToBuffer:o(function(e,r,s){return QSt.isArray(e)||(e=[e]),e=this.source.wrap(e,r),this.environment.isSimple?["return ",e,";"]:s?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},"appendToBuffer"),initializeBuffer:o(function(){return this.quotedString("")},"initializeBuffer"),internalNameLookup:o(function(e,r){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(r),")"]},"internalNameLookup"),lookupPropertyFunctionIsUsed:!1,compile:o(function(e,r,s,n){this.environment=e,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!n,this.name=this.environment.name,this.isChild=!!s,this.context=s||{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 i=e.opcodes,a=void 0,c=void 0,u=void 0,p=void 0;for(u=0,p=i.length;u<p;u++)a=i[u],this.source.currentLocation=a.loc,c=c||a.loc,this[a.opcode].apply(this,a.args);if(this.source.currentLocation=c,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new L$.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;"),n?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 l=this.createFunctionContext(n);if(this.isChild)return l;var A={compiler:this.compilerInfo(),main:l};this.decorators&&(A.main_d=this.decorators,A.useDecorators=!0);var d=this.context,h=d.programs,M=d.decorators;for(u=0,p=h.length;u<p;u++)A[u]=h[u],M[u]&&(A[u+"_d"]=M[u],A.useDecorators=!0);return this.environment.usePartial&&(A.usePartial=!0),this.options.data&&(A.useData=!0),this.useDepths&&(A.useDepths=!0),this.useBlockParams&&(A.useBlockParams=!0),this.options.compat&&(A.compat=!0),n?A.compilerOptions=this.options:(A.compiler=JSON.stringify(A.compiler),this.source.currentLocation={start:{line:1,column:0}},A=this.objectLiteral(A),r.srcName?(A=A.toStringWithSourceMap({file:r.destName}),A.map=A.map&&A.map.toString()):A=A.toString()),A},"compile"),preamble:o(function(){this.lastContext=0,this.source=new HDe.default(this.options.srcName),this.decorators=new HDe.default(this.options.srcName)},"preamble"),createFunctionContext:o(function(e){var r=this,s="",n=this.stackVars.concat(this.registers.list);n.length>0&&(s+=", "+n.join(", "));var i=0;Object.keys(this.aliases).forEach(function(u){var p=r.aliases[u];p.children&&p.referenceCount>1&&(s+=", alias"+ ++i+"="+u,p.children[0]="alias"+i)}),this.lookupPropertyFunctionIsUsed&&(s+=", "+this.lookupPropertyFunctionVarDeclaration());var a=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&a.push("blockParams"),this.useDepths&&a.push("depths");var c=this.mergeSource(s);return e?(a.push(c),Function.apply(this,a)):this.source.wrap(["function(",a.join(","),`) {
`,c,"}"])},"createFunctionContext"),mergeSource:o(function(e){var r=this.environment.isSimple,s=!this.forceBuffer,n=void 0,i=void 0,a=void 0,c=void 0;return this.source.each(function(u){u.appendToBuffer?(a?u.prepend(" + "):a=u,c=u):(a&&(i?a.prepend("buffer += "):n=!0,c.add(";"),a=c=void 0),i=!0,r||(s=!1))}),s?a?(a.prepend("return "),c.add(";")):i||this.source.push('return "";'):(e+=", buffer = "+(n?"":this.initializeBuffer()),a?(a.prepend("return buffer + "),c.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(n?"":`;
`)),this.source.merge()},"mergeSource"),lookupPropertyFunctionVarDeclaration:o(function(){return`
lookupProperty = container.lookupProperty || function(parent, propertyName) {
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
return parent[propertyName];
}
return undefined
}
`.trim()},"lookupPropertyFunctionVarDeclaration"),blockValue:o(function(e){var r=this.aliasable("container.hooks.blockHelperMissing"),s=[this.contextName(0)];this.setupHelperArgs(e,0,s);var n=this.popStack();s.splice(1,0,n),this.push(this.source.functionCall(r,"call",s))},"blockValue"),ambiguousBlockValue:o(function(){var e=this.aliasable("container.hooks.blockHelperMissing"),r=[this.contextName(0)];this.setupHelperArgs("",0,r,!0),this.flushInline();var s=this.topStack();r.splice(1,0,s),this.pushSource(["if (!",this.lastHelper,") { ",s," = ",this.source.functionCall(e,"call",r),"}"])},"ambiguousBlockValue"),appendContent:o(function(e){this.pendingContent?e=this.pendingContent+e:this.pendingLocation=this.source.currentLocation,this.pendingContent=e},"appendContent"),append:o(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)," }"])}},"append"),appendEscaped:o(function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},"appendEscaped"),getContext:o(function(e){this.lastContext=e},"getContext"),pushContext:o(function(){this.pushStackLiteral(this.contextName(this.lastContext))},"pushContext"),lookupOnContext:o(function(e,r,s,n){var i=0;!n&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(e[i++])):this.pushContext(),this.resolvePath("context",e,i,r,s)},"lookupOnContext"),lookupBlockParam:o(function(e,r){this.useBlockParams=!0,this.push(["blockParams[",e[0],"][",e[1],"]"]),this.resolvePath("context",r,1)},"lookupBlockParam"),lookupData:o(function(e,r,s){e?this.pushStackLiteral("container.data(data, "+e+")"):this.pushStackLiteral("data"),this.resolvePath("data",r,0,!0,s)},"lookupData"),resolvePath:o(function(e,r,s,n,i){var a=this;if(this.options.strict||this.options.assumeObjects){this.push(USt(this.options.strict&&i,this,r,s,e));return}for(var c=r.length,u=o(function(l){a.replaceStack(function(A){var d=a.nameLookup(A,r[l],e);return n?[" && ",d]:[" != null ? ",d," : ",A]})},"_loop"),p=s;p<c;p++)u(p)},"resolvePath"),resolvePossibleLambda:o(function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},"resolvePossibleLambda"),pushStringParam:o(function(e,r){this.pushContext(),this.pushString(r),r!=="SubExpression"&&(typeof e=="string"?this.pushString(e):this.pushStackLiteral(e))},"pushStringParam"),emptyHash:o(function(e){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(e?"undefined":"{}")},"emptyHash"),pushHash:o(function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},"pushHash"),popHash:o(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))},"popHash"),pushString:o(function(e){this.pushStackLiteral(this.quotedString(e))},"pushString"),pushLiteral:o(function(e){this.pushStackLiteral(e)},"pushLiteral"),pushProgram:o(function(e){e!=null?this.pushStackLiteral(this.programExpression(e)):this.pushStackLiteral(null)},"pushProgram"),registerDecorator:o(function(e,r){var s=this.nameLookup("decorators",r,"decorator"),n=this.setupHelperArgs(r,e);this.decorators.push(["var decorator = ",s,";"]),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",n])," || fn;"])},"registerDecorator"),invokeHelper:o(function(e,r,s){var n=this.popStack(),i=this.setupHelper(e,r),a=[];s&&a.push(i.name),a.push(n),this.options.strict||a.push(this.aliasable("container.hoo
`,e};X0.prototype.Program=function(t){var e="",r=t.body,s=void 0,n=void 0;if(t.blockParams){var i="BLOCK PARAMS: [";for(s=0,n=t.blockParams.length;s<n;s++)i+=" "+t.blockParams[s];i+=" ]",e+=this.pad(i)}for(s=0,n=r.length;s<n;s++)e+=this.accept(r[s]);return this.padding--,e};X0.prototype.MustacheStatement=function(t){return this.pad("{{ "+this.SubExpression(t)+" }}")};X0.prototype.Decorator=function(t){return this.pad("{{ DIRECTIVE "+this.SubExpression(t)+" }}")};X0.prototype.BlockStatement=X0.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};X0.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+" }}")};X0.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+" }}")};X0.prototype.ContentStatement=function(t){return this.pad("CONTENT[ '"+t.value+"' ]")};X0.prototype.CommentStatement=function(t){return this.pad("{{! '"+t.value+"' }}")};X0.prototype.SubExpression=function(t){for(var e=t.params,r=[],s=void 0,n=0,i=e.length;n<i;n++)r.push(this.accept(e[n]));return e="["+r.join(", ")+"]",s=t.hash?" "+this.accept(t.hash):"",this.accept(t.path)+" "+e+s};X0.prototype.PathExpression=function(t){var e=t.parts.join("/");return(t.data?"@":"")+"PATH:"+e};X0.prototype.StringLiteral=function(t){return'"'+t.value+'"'};X0.prototype.NumberLiteral=function(t){return"NUMBER{"+t.value+"}"};X0.prototype.BooleanLiteral=function(t){return"BOOLEAN{"+t.value+"}"};X0.prototype.UndefinedLiteral=function(){return"UNDEFINED"};X0.prototype.NullLiteral=function(){return"NULL"};X0.prototype.Hash=function(t){for(var e=t.pairs,r=[],s=0,n=e.length;s<n;s++)r.push(this.accept(e[s]));return"HASH{"+r.join(", ")+"}"};X0.prototype.HashPair=function(t){return t.key+"="+this.accept(t.value)}});var k$=b((fU0,tqe)=>{var JS=JDe().default,eqe=KDe();JS.PrintVisitor=eqe.PrintVisitor;JS.print=eqe.print;tqe.exports=JS;function ZDe(t,e){var r=require("fs"),s=r.readFileSync(e,"utf8");t.exports=JS.compile(s)}o(ZDe,"extension");typeof require<"u"&&require.extensions&&(require.extensions[".handlebars"]=ZDe,require.extensions[".hbs"]=ZDe)});var rN=b(OA=>{"use strict";Object.defineProperty(OA,"__esModule",{value:!0});OA.Signature=OA.Envelope=void 0;OA.Envelope={fromJSON(t){return{payload:tN(t.payload)?Buffer.from(Aqe(t.payload)):Buffer.alloc(0),payloadType:tN(t.payloadType)?globalThis.String(t.payloadType):"",signatures:globalThis.Array.isArray(t?.signatures)?t.signatures.map(e=>OA.Signature.fromJSON(e)):[]}},toJSON(t){let e={};return t.payload.length!==0&&(e.payload=dqe(t.payload)),t.payloadType!==""&&(e.payloadType=t.payloadType),t.signatures?.length&&(e.signatures=t.signatures.map(r=>OA.Signature.toJSON(r))),e}};OA.Signature={fromJSON(t){return{sig:tN(t.sig)?Buffer.from(Aqe(t.sig)):Buffer.alloc(0),keyid:tN(t.keyid)?globalThis.String(t.keyid):""}},toJSON(t){let e={};return t.sig.length!==0&&(e.sig=dqe(t.sig)),t.keyid!==""&&(e.keyid=t.keyid),e}};function Aqe(t){return Uint8Array.from(globalThis.Buffer.from(t,"base64"))}o(Aqe,"bytesFromBase64");function dqe(t){return globalThis.Buffer.from(t).toString("base64")}o(dqe,"base64FromBytes");function tN(t){return t!=null}o(tN,"isSet")});var hqe=b(sN=>{"use strict";Object.defineProperty(sN,"__esModule",{value:!0});sN.Timestamp=void 0;sN.Timestamp={fromJSON(t){return{seconds:fqe(t.seconds)?globalThis.String(t.seconds):"0",nanos:fqe(t.nanos)?globalThis.Number(t.nanos):0}},toJSON(t){let e={};return t.seconds!=="0"&&(e.seconds=t.s
`).forEach(r=>{r.match(n6t)||r.match(i6t)||(e+=r)}),Buffer.from(e,"base64")}o(o6t,"toDER");function a6t(t,e="CERTIFICATE"){let s=t.toString("base64").match(/.{1,64}/g)||"";return[`-----BEGIN ${e}-----`,...s,`-----END ${e}-----`].join(`
2026-05-22 12:36:07 +00:00
`).concat(`
`)}o(a6t,"fromDER")});var CN=b(qA=>{"use strict";Object.defineProperty(qA,"__esModule",{value:!0});qA.SHA2_HASH_ALGOS=qA.RSA_SIGNATURE_ALGOS=qA.ECDSA_SIGNATURE_ALGOS=void 0;qA.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"};qA.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"};qA.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 hj=b(BN=>{"use strict";Object.defineProperty(BN,"__esModule",{value:!0});BN.RFC3161TimestampVerificationError=void 0;var fj=class extends Error{static{o(this,"RFC3161TimestampVerificationError")}};BN.RFC3161TimestampVerificationError=fj});var eIe=b(vc=>{"use strict";var c6t=vc&&vc.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),u6t=vc&&vc.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),p6t=vc&&vc.__importStar||(function(){var t=o(function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(s[s.length]=n);return s},t(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),n=0;n<s.length;n++)s[n]!=="default"&&c6t(r,e,s[n]);return u6t(r,e),r}})();Object.defineProperty(vc,"__esModule",{value:!0});vc.TSTInfo=void 0;var Zqe=p6t(rM()),l6t=CN(),A6t=hj(),bj=class{static{o(this,"TSTInfo")}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 l6t.SHA2_HASH_ALGOS[e]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(e){let r=Zqe.digest(this.messageImprintHashAlgorithm,e);if(!Zqe.bufferEqual(r,this.messageImprintHashedMessage))throw new A6t.RFC3161TimestampVerificationError("message imprint does not match artifact")}get messageImprintObj(){return this.root.subs[2]}};vc.TSTInfo=bj});var rIe=b(Tc=>{"use strict";var d6t=Tc&&Tc.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),f6t=Tc&&Tc.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),h6t=Tc&&Tc.__importStar||(function(){var t=o(function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(s[s.length]=n);return s},t(e)},"ownKeys");return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),n=0;n<s.length;n++)s[n]!=="default"&&d6t(r,e,s[n]);return f6t(r,e),r}})();Object.defineProperty(Tc,"__esModule",{value:!0});Tc.RFC3161Timestamp=void 0;var b6t=ON(),mj=h6t(rM()),tIe=CN(),$E=hj(),m6t=eIe(),M6t="1.2.840.113549.1.7.2",g6t="1.2.840.113549.1.9.16.1.4",z6t="1.2.840.113549.1.9.4",Mj=class t{static{o(this,"RFC3161Timestamp")}root;constructor(e){this.root=e}static parse(e){let r=b6t.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 signerDigestAlgorith
2026-05-22 12:36:07 +00:00
\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 bRe=b(hRe=>{"use strict";var iJ=Ip().Buffer;hRe._dbcs=wp;var Dr=-1,fRe=-2,uo=-10,Ss=-1e3,bM=new Array(256),dy=-1;for(p6=0;p6<256;p6++)bM[p6]=Dr;var p6;function wp(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=[]
2026-05-22 12:36:07 +00:00
Wanted: ${this.expectedSize}
Found: ${this.size}`);s.code="EBADSIZE",s.found=this.size,s.expected=this.expectedSize,s.sri=this.sri,this.emit("error",s)}else if(this.sri&&!r){let s=new Error(`${this.sri} integrity checksum failed when using ${this.algorithm}: wanted ${this.digests} but got ${e}. (${this.size} bytes)`);s.code="EINTEGRITY",s.found=e,s.expected=this.digests,s.algorithm=this.algorithm,s.sri=this.sri,this.emit("error",s)}else this.#t=this.size,this.emit("size",this.size),this.#e=e,this.emit("integrity",e),r&&(this.#s=r,this.emit("verified",r))}},Tp=class{static{o(this,"Hash")}get isHash(){return!0}constructor(e,r){let s=r?.strict;this.source=e.trim(),this.digest="",this.algorithm="",this.options=[];let n=this.source.match(s?NTt:STt);if(!n||s&&!RJ.includes(n[1])||!E5e.includes(n[1]))return;this.algorithm=n[1],this.digest=n[2];let i=n[3];i&&(this.options=i.slice(1).split("?"))}hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}match(e,r){let s=hi(e,r);if(!s)return!1;if(s.isIntegrity){let n=s.pickAlgorithm(r,[this.algorithm]);if(!n)return!1;let i=s[n].find(a=>a.digest===this.digest);return i||!1}return s.digest===this.digest?s:!1}toString(e){return e?.strict&&!(RJ.includes(this.algorithm)&&this.digest.match(wTt)&&this.options.every(r=>r.match(FTt)))?"":`${this.algorithm}-${this.digest}${Oy(this.options)}`}};function O5e(t,e,r,s){let n=t!=="",i=!1,a="",c=s.length-1;for(let p=0;p<c;p++){let l=Tp.prototype.toString.call(s[p],r);l&&(i=!0,a+=l,a+=e)}let u=Tp.prototype.toString.call(s[c],r);return u&&(i=!0,a+=u),n&&i?t+e+a:t+a}o(O5e,"integrityHashToString");var lf=class{static{o(this,"Integrity")}get isIntegrity(){return!0}toJSON(){return this.toString()}isEmpty(){return Object.keys(this).length===0}toString(e){let r=e?.sep||" ",s="";if(e?.strict){r=r.replace(/\S+/g," ");for(let n of RJ)this[n]&&(s=O5e(s,r,e,this[n]))}else for(let n of Object.keys(this))s=O5e(s,r,e,this[n]);return s}concat(e,r){let s=typeof e=="string"?e:gy(e,r);return hi(`${this.toString(r)} ${s}`,r)}hexDigest(){return hi(this,{single:!0}).hexDigest()}merge(e,r){let s=hi(e,r);for(let n in s)if(this[n]){if(!this[n].find(i=>s[n].find(a=>i.digest===a.digest)))throw new Error("hashes do not match, cannot update integrity")}else this[n]=s[n]}match(e,r){let s=hi(e,r);if(!s)return!1;let n=s.pickAlgorithm(r,Object.keys(this));return!!n&&this[n].find(i=>s[n].find(a=>i.digest===a.digest))||!1}pickAlgorithm(e,r){let s=e?.pickAlgorithm||PTt,n=Object.keys(this);return r?.length&&(n=n.filter(i=>r.includes(i))),n.length?n.reduce((i,a)=>s(i,a)||i):null}};Hc.exports.parse=hi;function hi(t,e){if(!t)return null;if(typeof t=="string")return IJ(t,e);if(t.algorithm&&t.digest){let r=new lf;return r[t.algorithm]=[t],IJ(gy(r,e),e)}else return IJ(gy(t,e),e)}o(hi,"parse");function IJ(t,e){if(e?.single)return new Tp(t,e);let r=t.trim().split(/\s+/).reduce((s,n)=>{let i=new Tp(n,e);if(i.algorithm&&i.digest){let a=i.algorithm;Object.keys(s).includes(a)||(s[a]=[]),s[a].push(i)}return s},new lf);return r.isEmpty()?null:r}o(IJ,"_parse");Hc.exports.stringify=gy;function gy(t,e){return t.algorithm&&t.digest?Tp.prototype.toString.call(t,e):typeof t=="string"?gy(hi(t,e),e):lf.prototype.toString.call(t,e)}o(gy,"stringify");Hc.exports.fromHex=vTt;function vTt(t,e,r){let s=Oy(r?.options);return hi(`${e}-${Buffer.from(t,"hex").toString("base64")}${s}`,r)}o(vTt,"fromHex");Hc.exports.fromData=TTt;function TTt(t,e){let r=e?.algorithms||[...SJ],s=Oy(e?.options);return r.reduce((n,i)=>{let a=zy.createHash(i).update(t).digest("base64"),c=new Tp(`${i}-${a}${s}`,e);if(c.algorithm&&c.digest){let u=c.algorithm;n[u]||(n[u]=[]),n[u].push(c)}return n},new lf)}o(TTt,"fromData");Hc.exports.fromStream=xTt;function xTt(t,e){let r=NJ(e);return new Promise((s,n)=>{t.pipe(r),t.on("error",n),r.on("error",n);let i;r.on("integrity",a=>{i=a}),r.on("end",()=>s(i)),r.resume()})}o(xTt,"fromStream");Hc.exports.checkData=_Tt;function _Tt(t,e,r){if(e=hi(e,r),!e||!Object.keys(e).length){if(r?.error)throw Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTE
2026-05-22 12:36:07 +00:00
Wanted: ${r.size}
Found: ${t.length}`);throw c.code="EBADSIZE",c.found=t.length,c.expected=r.size,c.sri=e,c}else{let c=new Error(`Integrity checksum failed when using ${s}: Wanted ${e}, but got ${i}. (${t.length} bytes)`);throw c.code="EINTEGRITY",c.found=i,c.expected=e,c.algorithm=s,c.sri=e,c}}o(_Tt,"checkData");Hc.exports.checkStream=WTt;function WTt(t,e,r){if(r=r||Object.create(null),r.integrity=e,e=hi(e,r),!e||!Object.keys(e).length)return Promise.reject(Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"}));let s=NJ(r);return new Promise((n,i)=>{t.pipe(s),t.on("error",i),s.on("error",i);let a;s.on("verified",c=>{a=c}),s.on("end",()=>n(a)),s.resume()})}o(WTt,"checkStream");Hc.exports.integrityStream=NJ;function NJ(t=Object.create(null)){return new wJ(t)}o(NJ,"integrityStream");Hc.exports.create=LTt;function LTt(t){let e=t?.algorithms||[...SJ],r=Oy(t?.options),s=e.map(zy.createHash);return{update:o(function(n,i){return s.forEach(a=>a.update(n,i)),this},"update"),digest:o(function(){return e.reduce((i,a)=>{let c=s.shift().digest("base64"),u=new Tp(`${a}-${c}${r}`,t);return i[u.algorithm]||(i[u.algorithm]=[]),i[u.algorithm].push(u),i},new lf)},"digest")}}o(LTt,"createIntegrity");function PTt(t,e){return z5e.indexOf(t.toLowerCase())>=z5e.indexOf(e.toLowerCase())?t:e}o(PTt,"getPrioritizedHash")});var vJ=b((_V0,q5e)=>{var y5e=OJ(),C5e=qJ(),QTt=Ey(),B5e={shared:!1,ignoreCargoCult:!0},kTt={status:200,headers:{}},gM=o(t=>{let e={method:t.method,url:t.url,headers:{},compress:t.compress};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},"requestObject"),D5e=o(t=>{let e={status:t.status,headers:{}};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},"responseObject"),FJ=class{static{o(this,"CachePolicy")}constructor({entry:e,request:r,response:s,options:n}){this.entry=e,this.request=gM(r),this.response=D5e(s),this.options=n,this.policy=new y5e(this.request,this.response,B5e),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 y5e(gM(e),kTt,B5e).storable()}satisfies(e){let r=gM(e);if(this.request.headers.host!==r.headers.host||this.request.compress!==r.compress)return!1;let s=new C5e(this.request),n=new C5e(r);return JSON.stringify(s.mediaTypes())!==JSON.stringify(n.mediaTypes())||JSON.stringify(s.languages())!==JSON.stringify(n.languages())||JSON.stringify(s.encodings())!==JSON.stringify(n.encodings())?!1:this.options.integrity?QTt.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=gM(e);return r.method="GET",!this.policy.satisfiesWithoutRevalidation(r)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(e){let r=gM(e);return this.policy.revalidationHeaders(r)}revalidated(e,r){let s=gM(e),n=D5e(r);return!this.policy.revalidatedPolicy(s,n).modified}};q5e.exports=FJ});var R5e=b((LV0,I5e)=>{var TJ=class extends Error{static{o(this,"NotCachedError")}constructor(e){super(`request to ${e} failed: cache mode is 'only-if-cached' but no cached response is available.`),this.code="ENOTCACHED"}};I5e.exports={NotCachedError:TJ}});var L5e=b((QV0,W5e)=>{"use strict";var w5e=typeof process=="object"&&process?process:{stdout:null,stderr:null},UTt=require("events"),S5e=require("stream"),N5e=require("string_decoder").StringDecoder,xp=Symbol("EOF"),_p=Symbol("maybeEmitEnd"),TA=Symbol("emittedEnd"),y6=Symbol("emittingEnd"),yy=Symbol("emittedError"),C6=Symbol("closed"),F5e=Symbol("read"),B6=Symbol("flush"),v5e=Symbol("flushChunk"),bn=Symbol("encoding"),Wp=Symbol("decoder"),D6=Symbol("flowing"),Cy=Symbol("paused"),zM=Symbol("resume"),rr=Symbol("bufferLength"),xJ=Symbol("bufferPush"),_J=Symbol("bufferShift"),Hr=Symbol("objectMode"),Xr=Symbol("destroyed"),WJ=Symbol("emitData"),T5e=Symbol("emitEnd"),LJ=Symbol("emitEnd2"),Lp=Symbol("async"),By=o(t=>Promise.resolve().then(t),"defer"),x5e=global._MP_NO_ITERATOR_SYMBOLS_!=="1",GTt=x5e&&Symbol.asyncIter
2026-05-22 12:36:07 +00:00
Wanted: ${this.expectedSize}
Found: ${this.size}`);s.code="EBADSIZE",s.found=this.size,s.expected=this.expectedSize,s.sri=this.sri,this.emit("error",s)}else if(this.sri&&!r){let s=new Error(`${this.sri} integrity checksum failed when using ${this.algorithm}: wanted ${this.digests} but got ${e}. (${this.size} bytes)`);s.code="EINTEGRITY",s.found=e,s.expected=this.digests,s.algorithm=this.algorithm,s.sri=this.sri,this.emit("error",s)}else this.#t=this.size,this.emit("size",this.size),this.#e=e,this.emit("integrity",e),r&&(this.#s=r,this.emit("verified",r))}},Gp=class{static{o(this,"Hash")}get isHash(){return!0}constructor(e,r){let s=r?.strict;this.source=e.trim(),this.digest="",this.algorithm="",this.options=[];let n=this.source.match(s?cxt:axt);if(!n||s&&!sK.includes(n[1]))return;this.algorithm=n[1],this.digest=n[2];let i=n[3];i&&(this.options=i.slice(1).split("?"))}hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}match(e,r){let s=mi(e,r);if(!s)return!1;if(s.isIntegrity){let n=s.pickAlgorithm(r,[this.algorithm]);if(!n)return!1;let i=s[n].find(a=>a.digest===this.digest);return i||!1}return s.digest===this.digest?s:!1}toString(e){return e?.strict&&!(sK.includes(this.algorithm)&&this.digest.match(oxt)&&this.options.every(r=>r.match(uxt)))?"":`${this.algorithm}-${this.digest}${Ny(this.options)}`}};function iwe(t,e,r,s){let n=t!=="",i=!1,a="",c=s.length-1;for(let p=0;p<c;p++){let l=Gp.prototype.toString.call(s[p],r);l&&(i=!0,a+=l,a+=e)}let u=Gp.prototype.toString.call(s[c],r);return u&&(i=!0,a+=u),n&&i?t+e+a:t+a}o(iwe,"integrityHashToString");var ff=class{static{o(this,"Integrity")}get isIntegrity(){return!0}toJSON(){return this.toString()}isEmpty(){return Object.keys(this).length===0}toString(e){let r=e?.sep||" ",s="";if(e?.strict){r=r.replace(/\S+/g," ");for(let n of sK)this[n]&&(s=iwe(s,r,e,this[n]))}else for(let n of Object.keys(this))s=iwe(s,r,e,this[n]);return s}concat(e,r){let s=typeof e=="string"?e:wy(e,r);return mi(`${this.toString(r)} ${s}`,r)}hexDigest(){return mi(this,{single:!0}).hexDigest()}merge(e,r){let s=mi(e,r);for(let n in s)if(this[n]){if(!this[n].find(i=>s[n].find(a=>i.digest===a.digest)))throw new Error("hashes do not match, cannot update integrity")}else this[n]=s[n]}match(e,r){let s=mi(e,r);if(!s)return!1;let n=s.pickAlgorithm(r,Object.keys(this));return!!n&&this[n]&&s[n]&&this[n].find(i=>s[n].find(a=>i.digest===a.digest))||!1}pickAlgorithm(e,r){let s=e?.pickAlgorithm||mxt,n=Object.keys(this).filter(i=>r?.length?r.includes(i):!0);return n.length?n.reduce((i,a)=>s(i,a)||i):null}};Xc.exports.parse=mi;function mi(t,e){if(!t)return null;if(typeof t=="string")return rK(t,e);if(t.algorithm&&t.digest){let r=new ff;return r[t.algorithm]=[t],rK(wy(r,e),e)}else return rK(wy(t,e),e)}o(mi,"parse");function rK(t,e){if(e?.single)return new Gp(t,e);let r=t.trim().split(/\s+/).reduce((s,n)=>{let i=new Gp(n,e);if(i.algorithm&&i.digest){let a=i.algorithm;s[a]||(s[a]=[]),s[a].push(i)}return s},new ff);return r.isEmpty()?null:r}o(rK,"_parse");Xc.exports.stringify=wy;function wy(t,e){return t.algorithm&&t.digest?Gp.prototype.toString.call(t,e):typeof t=="string"?wy(mi(t,e),e):ff.prototype.toString.call(t,e)}o(wy,"stringify");Xc.exports.fromHex=pxt;function pxt(t,e,r){let s=Ny(r?.options);return mi(`${e}-${Buffer.from(t,"hex").toString("base64")}${s}`,r)}o(pxt,"fromHex");Xc.exports.fromData=lxt;function lxt(t,e){let r=e?.algorithms||[...iK],s=Ny(e?.options);return r.reduce((n,i)=>{let a=Sy.createHash(i).update(t).digest("base64"),c=new Gp(`${i}-${a}${s}`,e);if(c.algorithm&&c.digest){let u=c.algorithm;n[u]||(n[u]=[]),n[u].push(c)}return n},new ff)}o(lxt,"fromData");Xc.exports.fromStream=Axt;function Axt(t,e){let r=oK(e);return new Promise((s,n)=>{t.pipe(r),t.on("error",n),r.on("error",n);let i;r.on("integrity",a=>{i=a}),r.on("end",()=>s(i)),r.resume()})}o(Axt,"fromStream");Xc.exports.checkData=dxt;function dxt(t,e,r){if(e=mi(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 s=e.pickAl
2026-05-22 12:36:07 +00:00
Wanted: ${r.size}
Found: ${t.length}`);throw c.code="EBADSIZE",c.found=t.length,c.expected=r.size,c.sri=e,c}else{let c=new Error(`Integrity checksum failed when using ${s}: Wanted ${e}, but got ${i}. (${t.length} bytes)`);throw c.code="EINTEGRITY",c.found=i,c.expected=e,c.algorithm=s,c.sri=e,c}}o(dxt,"checkData");Xc.exports.checkStream=fxt;function fxt(t,e,r){if(r=r||Object.create(null),r.integrity=e,e=mi(e,r),!e||!Object.keys(e).length)return Promise.reject(Object.assign(new Error("No valid integrity hashes to check against"),{code:"EINTEGRITY"}));let s=oK(r);return new Promise((n,i)=>{t.pipe(s),t.on("error",i),s.on("error",i);let a;s.on("verified",c=>{a=c}),s.on("end",()=>n(a)),s.resume()})}o(fxt,"checkStream");Xc.exports.integrityStream=oK;function oK(t=Object.create(null)){return new nK(t)}o(oK,"integrityStream");Xc.exports.create=hxt;function hxt(t){let e=t?.algorithms||[...iK],r=Ny(t?.options),s=e.map(Sy.createHash);return{update:o(function(n,i){return s.forEach(a=>a.update(n,i)),this},"update"),digest:o(function(){return e.reduce((i,a)=>{let c=s.shift().digest("base64"),u=new Gp(`${a}-${c}${r}`,t);if(u.algorithm&&u.digest){let p=u.algorithm;i[p]||(i[p]=[]),i[p].push(u)}return i},new ff)},"digest")}}o(hxt,"createIntegrity");var bxt=Sy.getHashes(),owe=["md5","whirlpool","sha1","sha224","sha256","sha384","sha512","sha3","sha3-256","sha3-384","sha3-512","sha3_256","sha3_384","sha3_512"].filter(t=>bxt.includes(t));function mxt(t,e){return owe.indexOf(t.toLowerCase())>=owe.indexOf(e.toLowerCase())?t:e}o(mxt,"getPrioritizedHash")});var awe=b((ZV0,aK)=>{(function(){var t;function e(r,s){var n=this instanceof e?this:t;if(n.reset(s),typeof r=="string"&&r.length>0&&n.hash(r),n!==this)return n}o(e,"MurmurHash3"),e.prototype.hash=function(r){var s,n,i,a,c;switch(c=r.length,this.len+=c,n=this.k1,i=0,this.rem){case 0:n^=c>i?r.charCodeAt(i++)&65535:0;case 1:n^=c>i?(r.charCodeAt(i++)&65535)<<8:0;case 2:n^=c>i?(r.charCodeAt(i++)&65535)<<16:0;case 3:n^=c>i?(r.charCodeAt(i)&255)<<24:0,n^=c>i?(r.charCodeAt(i++)&65280)>>8:0}if(this.rem=c+this.rem&3,c-=this.rem,c>0){for(s=this.h1;n=n*11601+(n&65535)*3432906752&4294967295,n=n<<15|n>>>17,n=n*13715+(n&65535)*461832192&4294967295,s^=n,s=s<<13|s>>>19,s=s*5+3864292196&4294967295,!(i>=c);)n=r.charCodeAt(i++)&65535^(r.charCodeAt(i++)&65535)<<8^(r.charCodeAt(i++)&65535)<<16,a=r.charCodeAt(i++),n^=(a&255)<<24^(a&65280)>>8;switch(n=0,this.rem){case 3:n^=(r.charCodeAt(i+2)&65535)<<16;case 2:n^=(r.charCodeAt(i+1)&65535)<<8;case 1:n^=r.charCodeAt(i)&65535}this.h1=s}return this.k1=n,this},e.prototype.result=function(){var r,s;return r=this.k1,s=this.h1,r>0&&(r=r*11601+(r&65535)*3432906752&4294967295,r=r<<15|r>>>17,r=r*13715+(r&65535)*461832192&4294967295,s^=r),s^=this.len,s^=s>>>16,s=s*51819+(s&65535)*2246770688&4294967295,s^=s>>>13,s=s*44597+(s&65535)*3266445312&4294967295,s^=s>>>16,s>>>0},e.prototype.reset=function(r){return this.h1=typeof r=="number"?r:0,this.rem=this.k1=this.len=0,this},t=new e,typeof aK<"u"?aK.exports=e:this.MurmurHash3=e})()});var uwe=b((t$0,cwe)=>{"use strict";var Mxt=awe();cwe.exports=function(t){if(t){var e=new Mxt(t);return("00000000"+e.result().toString(16)).slice(-8)}else return(Math.random().toString(16)+"0000000").slice(2,10)}});var cK=b((r$0,pwe)=>{var gxt=require("path"),zxt=uwe();pwe.exports=function(t,e,r){return gxt.join(t,(e?e+"-":"")+zxt(r))}});var uK=b((s$0,Oxt)=>{Oxt.exports={name:"cacache",version:"20.0.1","cache-version":{content:"2",index:"5"},description:"Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",main:"lib/index.js",files:["bin/","lib/"],scripts:{test:"tap",snap:"tap",coverage:"tap","test-docker":'docker run -it --rm --name pacotest -v "$PWD":/tmp -w /tmp node:latest npm test',lint:"npm run eslint",npmclilint:"npmcli-lint",lintfix:"npm run eslint -- --fix",postsnap:"npm run lintfix --",postlint:"template-oss-check",posttest:"npm run lint","template-oss-apply":"template-oss-apply --force",eslint:'eslint "**/*.{js,cjs,ts,mjs,jsx,tsx}"'},repository:{type:"git",url:"git+https://github.com/npm/cacache.git"},keywords:["cache","c
`+a.map(d=>{let h=JSON.stringify(d);return`${K6(h)} ${h}`}).join(`
`),u=o(async()=>{let d=W8t($c.join(t,"tmp"),s.tmpPrefix);return await PK($c.dirname(d),{recursive:!0}),{target:d,moved:!1}},"setup"),p=o(async d=>{if(!d.moved)return JNe(d.target,{recursive:!0,force:!0})},"teardown"),l=o(async d=>{await T8t(d.target,c,{flag:"wx"}),await PK($c.dirname(n),{recursive:!0}),await k8t(d.target,n),d.moved=!0},"write"),A=await u();try{await l(A)}finally{await p(A)}return a.reverse().map(d=>Z6(t,d,!0))}o(U8t,"compact");Mi.exports.insert=KNe;async function KNe(t,e,r,s={}){let{metadata:n,size:i,time:a}=s,c=Hy(t,e),u={key:e,integrity:r&&_8t.stringify(r),time:a||Date.now(),size:i,metadata:n};try{await PK($c.dirname(c),{recursive:!0});let p=JSON.stringify(u);await N8t(c,`
${K6(p)} ${p}`)}catch(p){if(p.code==="ENOENT")return;throw p}return Z6(t,u)}o(KNe,"insert");Mi.exports.find=G8t;async function G8t(t,e){let r=Hy(t,e);try{return(await J6(r)).reduce((n,i)=>i&&i.key===e?Z6(t,i):n,null)}catch(s){if(s.code==="ENOENT")return null;throw s}}o(G8t,"find");Mi.exports.delete=H8t;function H8t(t,e,r={}){if(!r.removeFully)return KNe(t,e,null,r);let s=Hy(t,e);return JNe(s,{recursive:!0,force:!0})}o(H8t,"del");Mi.exports.lsStream=ZNe;function ZNe(t){let e=QK(t),r=new x8t({objectMode:!0});return Promise.resolve().then(async()=>{let{default:s}=await Promise.resolve().then(()=>(Y6(),j6)),n=await LK(e);return await s(n,async i=>{let a=$c.join(e,i),c=await LK(a);await s(c,async u=>{let p=$c.join(a,u),l=await LK(p);await s(l,async A=>{let d=$c.join(p,A);try{let M=(await J6(d)).reduce((z,C)=>(z.set(C.key,C),z),new Map);for(let z of M.values()){let C=Z6(t,z);C&&r.write(C)}}catch(h){if(h.code==="ENOENT")return;throw h}},{concurrency:WK})},{concurrency:WK})},{concurrency:WK}),r.end(),r}).catch(s=>r.emit("error",s)),r}o(ZNe,"lsStream");Mi.exports.ls=X8t;async function X8t(t){return(await ZNe(t).collect()).reduce((r,s)=>(r[s.key]=s,r),{})}o(X8t,"ls");Mi.exports.bucketEntries=J6;async function J6(t,e){let r=await F8t(t,"utf8");return V8t(r,e)}o(J6,"bucketEntries");function V8t(t){let e=[];return t.split(`
`).forEach(r=>{if(!r)return;let s=r.split(" ");if(!s[1]||K6(s[1])!==s[0])return;let n;try{n=JSON.parse(s[1])}catch{}n&&e.push(n)}),e}o(V8t,"_bucketEntries");Mi.exports.bucketDir=QK;function QK(t){return $c.join(t,`index-v${Q8t}`)}o(QK,"bucketDir");Mi.exports.bucketPath=Hy;function Hy(t,e){let r=e6e(e);return $c.join.apply($c,[QK(t)].concat(P8t(r)))}o(Hy,"bucketPath");Mi.exports.hashKey=e6e;function e6e(t){return t6e(t,"sha256")}o(e6e,"hashKey");Mi.exports.hashEntry=K6;function K6(t){return t6e(t,"sha1")}o(K6,"hashEntry");function t6e(t,e){return S8t.createHash(e).update(t).digest("hex")}o(t6e,"hash");function Z6(t,e,r){return!e.integrity&&!r?null:{key:e.key,integrity:e.integrity,path:e.integrity?L8t(t,e.integrity):void 0,size:e.size,time:e.time,metadata:e.metadata}}o(Z6,"formatEntry");function LK(t){return v8t(t).catch(e=>{if(e.code==="ENOENT"||e.code==="ENOTDIR")return[];throw e})}o(LK,"readdirOrEmpty")});var FM=b(tF=>{"use strict";Object.defineProperty(tF,"__esModule",{value:!0});tF.LRUCache=void 0;var $8t=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,s6e=new Set,kK=typeof process=="object"&&process?process:{},n6e=o((t,e,r,s)=>{typeof kK.emitWarning=="function"?kK.emitWarning(t,e,r,s):console.error(`[${r}] ${e}: ${t}`)},"emitWarning"),eF=globalThis.AbortController,r6e=globalThis.AbortSignal;if(typeof eF>"u"){r6e=class{static{o(this,"AbortSignal")}onabort;_onabort=[];reason;aborted=!1;addEventListener(s,n){this._onabort.push(n)}},eF=class{static{o(this,"AbortController")}constructor(){e()}signal=new r6e;abort(s){if(!this.signal.aborted){this.signal.reason=s,this.signal.aborted=!0;for(let n of this.signal._onabort)n(s);this.signal.onabort?.(s)}}};let t=kK.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=o(()=>{t&&(t=!1,n6e("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))},"warnACPolyfill")}var j8t=o(t=>!s6e.has(t),"shouldWarn"),_A=o(t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),"isPosInt"),i6e=o(t=>_A(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?NM:null:null,"getUintArray"),NM=class extends Array{static{o(this,"ZeroArray")}constructor(e){super(e),this.fill(0)}},UK=class t{static{o(this,"Stack")}heap;length;static#e=!1;static create(e){let r=i6e(e);if(!r)return[];t.#e=!0;let s=new t(e,r);return t.#e=!1,s}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]}},GK=class t{static{o(this,"LRUCache")}#e;#t;#s;#r;#n;#i;#a;#o;get perf(){return this.#o}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#c;#l;#A;#d;#u;#b;#O;#m;#M;#B;#g;#y;#C;#h;#E;#D;#z;#p;static unsafeExposeInternals(e){return{starts:e.#C,ttls:e.#h,sizes:e.#y,keyMap:e.#A,keyList:e.#d,valList:e.#u,next:e.#b,prev:e.#O,get head(){return e.#m},get tail(){return e.#M},free:e.#B,isBackgroundFetch:o(r=>e.#f(r),"isBackgroundFetch"),backgroundFetch:o((r,s,n,i)=>e.#U(r,s,n,i),"backgroundFetch"),moveToTail:o(r=>e.#_(r),"moveToTail"),indexes:o(r=>e.#w(r),"indexes"),rindexes:o(r=>e.#N(r),"rindexes"),isStale:o(r=>e.#I(r),"isStale")}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#l}get size(){return this.#c}get fetchMethod(){return this.#i}get memoMethod(){return this.#a}get dispose(){return this.#s}get onInsert(){return this.#r}get disposeAfter(){return this.#n}constructor(e){let{max:r=0,ttl:s,ttlResolution
2026-05-22 12:36:07 +00:00
Wanted: ${t}
Found: ${e}`);return r.code="EINTEGRITY",r.expected=t,r.found=e,r}o(wPt,"checksumError")});var q6e=b((BY0,nZ)=>{"use strict";var y6e=SM(),C6e=Xy(),B6e=E6e(),SPt=Dy(),{PassThrough:NPt}=HJ(),FPt=df(),D6e=o(t=>({algorithms:["sha512"],...t}),"putOpts");nZ.exports=vPt;async function vPt(t,e,r,s={}){let{memoize:n}=s;s=D6e(s);let i=await B6e(t,r,s),a=await y6e.insert(t,e,i.integrity,{...s,size:i.size});return n&&C6e.put(t,a,r,s),i.integrity}o(vPt,"putData");nZ.exports.stream=TPt;function TPt(t,e,r={}){let{memoize:s}=r;r=D6e(r);let n,i,a,c,u=new FPt;if(s){let l=new NPt().on("collect",A=>{c=A});u.push(l)}let p=B6e.stream(t,r).on("integrity",l=>{n=l}).on("size",l=>{i=l}).on("error",l=>{a=l});return u.push(p),u.push(new SPt({async flush(){if(!a){let l=await y6e.insert(t,e,n,{...r,size:i});s&&c&&C6e.put(t,l,c,r),u.emit("integrity",n),u.emit("size",i)}}})),u}o(TPt,"putStream")});var R6e=b(yf=>{"use strict";Object.defineProperty(yf,"__esModule",{value:!0});yf.range=yf.balanced=void 0;var xPt=o((t,e,r)=>{let s=t instanceof RegExp?I6e(t,r):t,n=e instanceof RegExp?I6e(e,r):e,i=s!==null&&n!=null&&(0,yf.range)(s,n,r);return i&&{start:i[0],end:i[1],pre:r.slice(0,i[0]),body:r.slice(i[0]+s.length,i[1]),post:r.slice(i[1]+n.length)}},"balanced");yf.balanced=xPt;var I6e=o((t,e)=>{let r=e.match(t);return r?r[0]:null},"maybeMatch"),_Pt=o((t,e,r)=>{let s,n,i,a,c,u=r.indexOf(t),p=r.indexOf(e,u+1),l=u;if(u>=0&&p>0){if(t===e)return[u,p];for(s=[],i=r.length;l>=0&&!c;){if(l===u)s.push(l),u=r.indexOf(t,l+1);else if(s.length===1){let A=s.pop();A!==void 0&&(c=[A,p])}else n=s.pop(),n!==void 0&&n<i&&(i=n,a=p),p=r.indexOf(e,l+1);l=u<p&&u>=0?u:p}s.length&&a!==void 0&&(c=[i,a])}return c},"range");yf.range=_Pt});var x6e=b(kM=>{"use strict";Object.defineProperty(kM,"__esModule",{value:!0});kM.EXPANSION_MAX=void 0;kM.expand=YPt;var w6e=R6e(),S6e="\0SLASH"+Math.random()+"\0",N6e="\0OPEN"+Math.random()+"\0",oZ="\0CLOSE"+Math.random()+"\0",F6e="\0COMMA"+Math.random()+"\0",v6e="\0PERIOD"+Math.random()+"\0",WPt=new RegExp(S6e,"g"),LPt=new RegExp(N6e,"g"),PPt=new RegExp(oZ,"g"),QPt=new RegExp(F6e,"g"),kPt=new RegExp(v6e,"g"),UPt=/\\\\/g,GPt=/\\{/g,HPt=/\\}/g,XPt=/\\,/g,VPt=/\\./g;kM.EXPANSION_MAX=1e5;function iZ(t){return isNaN(t)?t.charCodeAt(0):parseInt(t,10)}o(iZ,"numeric");function $Pt(t){return t.replace(UPt,S6e).replace(GPt,N6e).replace(HPt,oZ).replace(XPt,F6e).replace(VPt,v6e)}o($Pt,"escapeBraces");function jPt(t){return t.replace(WPt,"\\").replace(LPt,"{").replace(PPt,"}").replace(QPt,",").replace(kPt,".")}o(jPt,"unescapeBraces");function T6e(t){if(!t)return[""];let e=[],r=(0,w6e.balanced)("{","}",t);if(!r)return t.split(",");let{pre:s,body:n,post:i}=r,a=s.split(",");a[a.length-1]+="{"+n+"}";let c=T6e(i);return i.length&&(a[a.length-1]+=c.shift(),a.push.apply(a,c)),e.push.apply(e,a),e}o(T6e,"parseCommaParts");function YPt(t,e={}){if(!t)return[];let{max:r=kM.EXPANSION_MAX}=e;return t.slice(0,2)==="{}"&&(t="\\{\\}"+t.slice(2)),Zy($Pt(t),r,!0).map(jPt)}o(YPt,"expand");function JPt(t){return"{"+t+"}"}o(JPt,"embrace");function KPt(t){return/^-?0\d/.test(t)}o(KPt,"isPadded");function ZPt(t,e){return t<=e}o(ZPt,"lte");function eQt(t,e){return t>=e}o(eQt,"gte");function Zy(t,e,r){let s=[],n=(0,w6e.balanced)("{","}",t);if(!n)return[t];let i=n.pre,a=n.post.length?Zy(n.post,e,!1):[""];if(/\$$/.test(n.pre))for(let c=0;c<a.length&&c<e;c++){let u=i+"{"+n.body+"}"+a[c];s.push(u)}else{let c=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(n.body),u=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(n.body),p=c||u,l=n.body.indexOf(",")>=0;if(!p&&!l)return n.post.match(/,(?!,).*\}/)?(t=n.pre+"{"+n.body+oZ+n.post,Zy(t,e,!0)):[t];let A;if(p)A=n.body.split(/\.\./);else if(A=T6e(n.body),A.length===1&&A[0]!==void 0&&(A=Zy(A[0],e,!1).map(JPt),A.length===1))return a.map(h=>n.pre+A[0]+h);let d;if(p&&A[0]!==void 0&&A[1]!==void 0){let h=iZ(A[0]),M=iZ(A[1]),z=Math.max(A[0].length,A[1].length),C=A.length===3&&A[2]!==void 0?Math.abs(iZ(A[2])):1,E=ZPt;M<h&&(C*=-1,E=eQt);let I=A.some(KPt);d=[];for(let w=h;E(w,M);w+=C){let N;if(u)N=String.fromCharCode(w),N==="\\"&&(N="");else if(N=String(w),I){let x=z-N.lengt
globstar while`,e,d,r,h,M),this.matchOne(e.slice(d),r.slice(h),s))return this.debug("globstar found match!",d,u,M),!0;if(M==="."||M===".."||!n.dot&&M.charAt(0)==="."){this.debug("dot detected!",e,d,r,h);break}this.debug("globstar swallow a segment, and continue"),d++}return!!(s&&(this.debug(`
>>> no match, partial?`,e,d,r,h),d===u))}let z;if(typeof l=="string"?(z=A===l,this.debug("string match",l,A,z)):(z=l.test(A),this.debug("pattern match",l,A,z)),!z)return!1}if(a===u&&c===p)return!0;if(a===u)return s;if(c===p)return a===u-1&&e[a]==="";throw new Error("wtf?")}braceExpand(){return(0,Ie.braceExpand)(this.pattern,this.options)}parse(e){(0,zF.assertValidPattern)(e);let r=this.options;if(e==="**")return Ie.GLOBSTAR;if(e==="")return"";let s,n=null;(s=e.match(RQt))?n=r.dot?SQt:wQt:(s=e.match(gQt))?n=(r.nocase?r.dot?yQt:EQt:r.dot?OQt:zQt)(s[1]):(s=e.match(NQt))?n=(r.nocase?r.dot?vQt:FQt:r.dot?TQt:xQt)(s):(s=e.match(CQt))?n=r.dot?DQt:BQt:(s=e.match(qQt))&&(n=IQt);let i=H6e.AST.fromGlob(e,this.options).toMMPattern();return n&&typeof i=="object"&&Reflect.defineProperty(i,"test",{value:n}),i}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,s=r.noglobstar?WQt:r.dot?LQt:PQt,n=new Set(r.nocase?["i"]:[]),i=e.map(u=>{let p=u.map(A=>{if(A instanceof RegExp)for(let d of A.flags.split(""))n.add(d);return typeof A=="string"?XQt(A):A===Ie.GLOBSTAR?Ie.GLOBSTAR:A._src});p.forEach((A,d)=>{let h=p[d+1],M=p[d-1];A!==Ie.GLOBSTAR||M===Ie.GLOBSTAR||(M===void 0?h!==void 0&&h!==Ie.GLOBSTAR?p[d+1]="(?:\\/|"+s+"\\/)?"+h:p[d]=s:h===void 0?p[d-1]=M+"(?:\\/|\\/"+s+")?":h!==Ie.GLOBSTAR&&(p[d-1]=M+"(?:\\/|\\/"+s+"\\/)"+h,p[d+1]=Ie.GLOBSTAR))});let l=p.filter(A=>A!==Ie.GLOBSTAR);if(this.partial&&l.length>=1){let A=[];for(let d=1;d<=l.length;d++)A.push(l.slice(0,d).join("/"));return"(?:"+A.join("|")+")"}return l.join("/")}).join("|"),[a,c]=e.length>1?["(?:",")"]:["",""];i="^"+a+i+c+"$",this.partial&&(i="^(?:\\/|"+a+i.slice(1,-1)+c+")$"),this.negate&&(i="^(?!"+i+").+$");try{this.regexp=new RegExp(i,[...n].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,r=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;let s=this.options;this.isWindows&&(e=e.split("\\").join("/"));let n=this.slashSplit(e);this.debug(this.pattern,"split",n);let i=this.set;this.debug(this.pattern,"set",i);let a=n[n.length-1];if(!a)for(let c=n.length-2;!a&&c>=0;c--)a=n[c];for(let c=0;c<i.length;c++){let u=i[c],p=n;if(s.matchBase&&u.length===1&&(p=[a]),this.matchOne(p,u,r))return s.flipNegate?!0:!this.negate}return s.flipNegate?!1:this.negate}static defaults(e){return Ie.minimatch.defaults(e).Minimatch}};Ie.Minimatch=Cf;var VQt=uZ();Object.defineProperty(Ie,"AST",{enumerable:!0,get:o(function(){return VQt.AST},"get")});var $Qt=pZ();Object.defineProperty(Ie,"escape",{enumerable:!0,get:o(function(){return $Qt.escape},"get")});var jQt=hF();Object.defineProperty(Ie,"unescape",{enumerable:!0,get:o(function(){return jQt.unescape},"get")});Ie.minimatch.AST=H6e.AST;Ie.minimatch.Minimatch=Cf;Ie.minimatch.escape=bQt.escape;Ie.minimatch.unescape=mQt.unescape});var eFe=b(Ts=>{"use strict";var YQt=Ts&&Ts.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Ts,"__esModule",{value:!0});Ts.Minipass=Ts.isWritable=Ts.isReadable=Ts.isStream=void 0;var j6e=typeof process=="object"&&process?process:{stdout:null,stderr:null},mZ=require("node:events"),Z6e=YQt(require("node:stream")),JQt=require("node:string_decoder"),KQt=o(t=>!!t&&typeof t=="object"&&(t instanceof qF||t instanceof Z6e.default||(0,Ts.isReadable)(t)||(0,Ts.isWritable)(t)),"isStream");Ts.isStream=KQt;var ZQt=o(t=>!!t&&typeof t=="object"&&t instanceof mZ.EventEmitter&&typeof t.pipe=="function"&&t.pipe!==Z6e.default.Writable.prototype.pipe,"isReadable");Ts.isReadable=ZQt;var ekt=o(t=>!!t&&typeof t=="object"&&t instanceof mZ.EventEmitter&&typeof t.write=="function"&&typeof t.end=="function","isWritable");Ts.isWritable=ekt;var Zp=Symbol("EOF"),el=Symbol("maybeEmitEnd"),kA=Symbol("emittedEnd"),OF=Symbol("emittingEnd"),tC=Symbol("emittedError"),EF=Symbol("closed"),Y6e=Symbol("read"),yF=Symbol("flush"),
2026-05-22 12:36:07 +00:00
\r
`);if(d===-1){sv("have not received end of HTTP headers yet..."),i();return}let h=A.slice(0,d).toString("ascii").split(`\r
`),M=h.shift();if(!M)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let z=M.split(" "),C=+z[1],E=z.slice(2).join(" "),B={};for(let I of h){if(!I)continue;let w=I.indexOf(":");if(w===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${I}"`));let N=I.slice(0,w).toLowerCase(),x=I.slice(w+1).trimStart(),P=B[N];typeof P=="string"?B[N]=[P,x]:Array.isArray(P)?P.push(x):B[N]=x}sv("got proxy server response: %o %o",M,B),a(),e({connect:{statusCode:C,statusText:E,headers:B},buffered:A})}o(p,"ondata"),t.on("error",u),t.on("end",c),i()})}o(A9t,"parseProxyResponse");YM.parseProxyResponse=A9t});var Ove=b(mo=>{"use strict";var d9t=mo&&mo.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var n=Object.getOwnPropertyDescriptor(e,r);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:o(function(){return e[r]},"get")}),Object.defineProperty(t,s,n)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),f9t=mo&&mo.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),gve=mo&&mo.__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)&&d9t(e,t,r);return f9t(e,t),e},zve=mo&&mo.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(mo,"__esModule",{value:!0});mo.HttpsProxyAgent=void 0;var CC=gve(require("net")),mve=gve(require("tls")),h9t=zve(require("assert")),b9t=zve(c2()),m9t=i3(),M9t=require("url"),g9t=bve(),BC=(0,b9t.default)("https-proxy-agent"),nv=class extends m9t.Agent{static{o(this,"HttpsProxyAgent")}constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new M9t.URL(e):e,this.proxyHeaders=r?.headers??{},BC("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),n=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?Mve(r,"headers"):null,host:s,port:n}}async connect(e,r){let{proxy:s}=this;if(!r.host)throw new TypeError('No "host" provided');let n;if(s.protocol==="https:"){BC("Creating `tls.Socket`: %o",this.connectOpts);let d=this.connectOpts.servername||this.connectOpts.host;n=mve.connect({...this.connectOpts,servername:d&&CC.isIP(d)?void 0:d})}else BC("Creating `net.Socket`: %o",this.connectOpts),n=CC.connect(this.connectOpts);let i=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},a=CC.isIPv6(r.host)?`[${r.host}]`:r.host,c=`CONNECT ${a}:${r.port} HTTP/1.1\r
`;if(s.username||s.password){let d=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;i["Proxy-Authorization"]=`Basic ${Buffer.from(d).toString("base64")}`}i.Host=`${a}:${r.port}`,i["Proxy-Connection"]||(i["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(i))c+=`${d}: ${i[d]}\r
`;let u=(0,g9t.parseProxyResponse)(n);n.write(`${c}\r
`);let{connect:p,buffered:l}=await u;if(e.emit("proxyConnect",p),this.emit("proxyConnect",p,e),p.statusCode===200){if(e.once("socket",z9t),r.secureEndpoint){BC("Upgrading socket connection to TLS");let d=r.servername||r.host;return mve.connect({...Mve(r,"host","path","port"),socket:n,servername:CC.isIP(d)?void 0:d})}return n}n.destroy();let A=new CC.Socket({writable:!1});return A.readable=!0,e.once("socket",d=>{BC("Replaying proxy buffer for failed request"),(0,h9t.default)(d.listenerCount("data")>0),d.push(l),d.push(null)}),A}};nv.protocols=["http","https"];mo.HttpsProxyAgent=nv;function z9t(t){t.resume()}o(z9t,"resume");function Mve(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}o(Mve,"omit")});var Bve=b(sl=>{"use strict";Object.defineProperty(sl,"__esModule",{value:!0});var Eve=require("buffer"),wf={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."};sl.ERRORS=wf;function O9t(t){if(!Eve.Buffer.isEncoding(t))throw new Error(wf.INVALID_ENCODING)}o(O9t,"checkEncoding");sl.checkEncoding=O9t;function yve(t){return typeof t=="number"&&isFinite(t)&&B9t(t)}o(yve,"isFiniteInteger");sl.isFiniteInteger=yve;function Cve(t,e){if(typeof t=="number"){if(!yve(t)||t<0)throw new Error(e?wf.INVALID_OFFSET:wf.INVALID_LENGTH)}else throw new Error(e?wf.INVALID_OFFSET_NON_NUMBER:wf.INVALID_LENGTH_NON_NUMBER)}o(Cve,"checkOffsetOrLengthValue");function E9t(t){Cve(t,!1)}o(E9t,"checkLengthValue");sl.checkLengthValue=E9t;function y9t(t){Cve(t,!0)}o(y9t,"checkOffsetValue");sl.checkOffsetValue=y9t;function C9t(t,e){if(t<0||t>e.length)throw new Error(wf.INVALID_TARGET_OFFSET)}o(C9t,"checkTargetOffset");sl.checkTargetOffset=C9t;function B9t(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}o(B9t,"isInteger");function D9t(t){if(typeof BigInt>"u")throw new Error("Platform does not support JS BigInt type.");if(typeof Eve.Buffer.prototype[t]>"u")throw new Error(`Platform does not support Buffer.prototype.${t}.`)}o(D9t,"bigIntAndBufferInt64Check");sl.bigIntAndBufferInt64Check=D9t});var qve=b(oee=>{"use strict";Object.defineProperty(oee,"__esModule",{value:!0});var ut=Bve(),Dve=4096,q9t="utf8",iee=class t{static{o(this,"SmartBuffer")}constructor(e){if(this.length=0,this._encoding=q9t,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(Dve);else{if(typeof e<"u")throw new Error(ut.ERRORS.INVALID_SMARTBUFFER_OBJECT);this._buff=Buffer.allocUnsafe(Dve)}}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)}r
2026-05-22 12:36:07 +00:00
`).join(`
`+i),t.push(n+"m+"+mT.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=K$t()+e+" "+t[0]}o(J$t,"formatArgs");function K$t(){return dr.inspectOpts.hideDate?"":new Date().toISOString()+" "}o(K$t,"getDate");function Z$t(...t){return process.stderr.write(bT.formatWithOptions(dr.inspectOpts,...t)+`
`)}o(Z$t,"log");function ejt(t){t?process.env.DEBUG=t:delete process.env.DEBUG}o(ejt,"save");function tjt(){return process.env.DEBUG}o(tjt,"load");function rjt(t){t.inspectOpts={};let e=Object.keys(dr.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=dr.inspectOpts[e[r]]}o(rjt,"init");mT.exports=s0e()(dr);var{formatters:b_e}=mT.exports;b_e.o=function(t){return this.inspectOpts.colors=this.useColors,bT.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};b_e.O=function(t){return this.inspectOpts.colors=this.useColors,bT.inspect(t,this.inspectOpts)}});var i0e=b((rt1,n0e)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?n0e.exports=h_e():n0e.exports=m_e()});var g_e=b((st1,M_e)=>{var sjt=require("dns"),njt=["if-modified-since","if-none-match","if-unmodified-since","if-match","if-range"],ijt=o(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 s=parseInt(r.retry,10);isFinite(s)?r.retry={retries:s}: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:sjt.lookup,...r.dns},r.cache=r.cache||"default",r.cache==="default"&&Object.keys(r.headers||{}).some(n=>njt.includes(n.toLowerCase()))&&(r.cache="no-store"),r.cacheAdditionalHeaders=r.cacheAdditionalHeaders||[],r.cacheManager&&!r.cachePath&&(r.cachePath=r.cacheManager),r},"configureOptions");M_e.exports=ijt});var a0e=b((it1,C_e)=>{var z_e=OJ(),O_e=qJ(),ojt=Ey(),E_e={shared:!1,ignoreCargoCult:!0},ajt={status:200,headers:{}},Cg=o(t=>{let e={method:t.method,url:t.url,headers:{},compress:t.compress};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},"requestObject"),y_e=o(t=>{let e={status:t.status,headers:{}};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},"responseObject"),o0e=class{static{o(this,"CachePolicy")}constructor({entry:e,request:r,response:s,options:n}){this.entry=e,this.request=Cg(r),this.response=y_e(s),this.options=n,this.policy=new z_e(this.request,this.response,E_e),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 z_e(Cg(e),ajt,E_e).storable()}satisfies(e){let r=Cg(e);if(this.request.headers.host!==r.headers.host||this.request.compress!==r.compress)return!1;let s=new O_e(this.request),n=new O_e(r);return JSON.stringify(s.mediaTypes())!==JSON.stringify(n.mediaTypes())||JSON.stringify(s.languages())!==JSON.stringify(n.languages())||JSON.stringify(s.encodings())!==JSON.stringify(n.encodings())?!1:this.options.integrity?ojt.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=Cg(e);return r.method="GET",!this.policy.satisfiesWithoutRevalidation(r)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(e){let r=Cg(e);return this.policy.revalidationHeaders(r)}revalidated(e,r){let s=Cg(e),n=y_e(r);return!this.policy.revalidatedPolicy(s,n).modified}};C_e.exports=o0e});var D_e=b((at1,B_e)=>{var c0e=class extends Error{static{o(this,"NotCachedError")}constructor(e){super(`request to ${e} failed: cache mode is 'only-if-cached' but no cached response is available.`),this.code="ENOTCACHED"}};B_e.exports={NotCachedError:c0e}});var p0e=b((ut1,q_e)=>{"use strict";var cjt=df(),u0e=class extends cjt{static{o(this,"CachingMinipassPipeline")}#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)}};q_e.exports=u0e});var R_e=b((lt1,I_e)=>{var{URL:ujt,format:pjt}=require("url"),ljt={auth:!1,fragment:!1,search:!0,unicode:!1},Ajt=o(t=>{let e=new ujt(t.url);return`make-fetch-happen:request-cache:${pjt(e,ljt)}`},"cacheKey");I_e.exports=Ajt});var w_e=b((dt1,djt)=>{djt.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
2026-05-22 12:36:07 +00:00
`,RJt=/\u2014 (\S+) (\S+)\n/g;function wJt(t,e){let r=t.inclusionProof,s=t1e.fromString(r.checkpoint.envelope),n=UT.fromString(s.note);if(!SJt(s,e))throw new t4.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"});return n}o(wJt,"verifyCheckpoint");function SJt(t,e){let r=Buffer.from(t.note,"utf-8");return t.signatures.some(s=>{let n=e.find(i=>RWe.crypto.bufferEqual(i.logID.subarray(0,4),s.keyHint)&&i.baseURL.match(s.name));return n?RWe.crypto.verify(r,n.publicKey,s.signature):!1})}o(SJt,"verifySignedNote");var t1e=class t{static{o(this,"SignedNote")}note;signatures;constructor(e,r){this.note=e,this.signatures=r}static fromString(e){if(!e.includes(e1e))throw new t4.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"});let r=e.indexOf(e1e),s=e.slice(0,r+1),i=e.slice(r+e1e.length).matchAll(RJt),a=Array.from(i,c=>{let[,u,p]=c,l=Buffer.from(p,"base64");if(l.length<5)throw new t4.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"malformed checkpoint signature"});return{name:u,keyHint:l.subarray(0,4),signature:l.subarray(4)}});if(a.length===0)throw new t4.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"});return new t(s,a)}},UT=class t{static{o(this,"LogCheckpoint")}origin;logSize;logHash;rest;constructor(e,r,s,n){this.origin=e,this.logSize=r,this.logHash=s,this.rest=n}static fromString(e){let r=e.trimEnd().split(`
`);if(r.length<3)throw new t4.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"too few lines in checkpoint header"});let s=r[0],n=BigInt(r[1]),i=Buffer.from(r[2],"base64"),a=r.slice(3);return new t(s,n,i,a)}};r4.LogCheckpoint=UT});var SWe=b(i1e=>{"use strict";Object.defineProperty(i1e,"__esModule",{value:!0});i1e.verifyMerkleInclusion=vJt;var n1e=li(),r1e=Zr(),NJt=Buffer.from([0]),FJt=Buffer.from([1]);function vJt(t,e){let r=t.inclusionProof,s=BigInt(r.logIndex),n=BigInt(e.logSize);if(s<0n||s>=n)throw new r1e.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalid index: ${s}`});let{inner:i,border:a}=TJt(s,n);if(r.hashes.length!==i+a)throw new r1e.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"});let c=r.hashes.slice(0,i),u=r.hashes.slice(i),p=QJt(t.canonicalizedBody),l=_Jt(xJt(p,c,s),u);if(!n1e.crypto.bufferEqual(l,e.logHash))throw new r1e.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}o(vJt,"verifyMerkleInclusion");function TJt(t,e){let r=WJt(t,e),s=LJt(t>>BigInt(r));return{inner:r,border:s}}o(TJt,"decompInclProof");function xJt(t,e,r){return e.reduce((s,n,i)=>r>>BigInt(i)&BigInt(1)?s1e(n,s):s1e(s,n),t)}o(xJt,"chainInner");function _Jt(t,e){return e.reduce((r,s)=>s1e(s,r),t)}o(_Jt,"chainBorderRight");function WJt(t,e){return PJt(t^e-BigInt(1))}o(WJt,"innerProofSize");function LJt(t){return t.toString(2).split("1").length-1}o(LJt,"onesCount");function PJt(t){return t===0n?0:t.toString(2).length}o(PJt,"bitLength");function s1e(t,e){return n1e.crypto.digest("sha256",FJt,t,e)}o(s1e,"hashChildren");function QJt(t){return n1e.crypto.digest("sha256",NJt,t)}o(QJt,"hashLeaf")});var FWe=b(o1e=>{"use strict";Object.defineProperty(o1e,"__esModule",{value:!0});o1e.verifyTLogSET=GJt;var NWe=li(),kJt=Zr(),UJt=Sg();function GJt(t,e){if(!(0,UJt.filterTLogAuthorities)(e,{logID:t.logId.keyId,targetDate:new Date(Number(t.integratedTime)*1e3)}).some(n=>{let i=HJt(t),a=Buffer.from(NWe.json.canonicalize(i),"utf8"),c=t.inclusionPromise.signedEntryTimestamp;return NWe.crypto.verify(a,n.publicKey,c)}))throw new kJt.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}o(GJt,"verifyTLogSET");function HJt(t){let{integratedTime:e,logIndex:r,logId:s,canonicalizedBody:n}=t;return{body:n.toString("base64"),integratedTime:Number(e),logIndex:Number(r),logID:s.keyId.toString("hex")}}o(HJt,"toVerificationPayload")});var TWe=b(GT=>{"use strict";Object.defineProperty(GT,"__esModule",{value:!0});GT.verifyTLogBody=YJt;GT.verifyTLogInclusion=JJt;var vWe=ete(),u1e=Zr(),a1e=DWe(),c1e=qWe(),XJt=IWe(),VJt=wWe(),$Jt=SWe(),jJt=FWe();function YJt(t,e){let{kind:r,version:s}=t.kindVersion,n=JSON.parse(t.canonicalizedBody.toString("utf8"));if(r!==n.kind||s!==n.apiVersion)throw new u1e.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/version mismatch - expected: ${r}/${s}, received: ${n.kind}/${n.apiVersion}`});switch(r){case"dsse":if(s==a1e.DSSE_API_VERSION_V1)return(0,a1e.verifyDSSETLogBody)(n,e);{let i=vWe.Entry.fromJSON(n);return(0,a1e.verifyDSSETLogBodyV2)(i,e)}case"intoto":return(0,XJt.verifyIntotoTLogBody)(n,e);case"hashedrekord":if(s==c1e.HASHEDREKORD_API_VERSION_V1)return(0,c1e.verifyHashedRekordTLogBody)(n,e);{let i=vWe.Entry.fromJSON(n);return(0,c1e.verifyHashedRekordTLogBodyV2)(i,e)}default:throw new u1e.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported kind: ${r}`})}}o(YJt,"verifyTLogBody");function JJt(t,e){let r=!1;if(KJt(t)&&((0,jJt.verifyTLogSET)(t,e),r=!0),ZJt(t)){let s=(0,VJt.verifyCheckpoint)(t,e);(0,$Jt.verifyMerkleInclusion)(t,s),r=!0}if(!r)throw new u1e.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}o(JJt,"verifyTLogInclusion");function KJt(t){return t.inclusionPromise!==void 0}o(KJt,"isTLogEntryWithInclusionPromise");function ZJt(t){return t.inclusionProof!==void 0}o(ZJt,"isTLogEntryWithInclusionProof")});var PWe=b(HT=>{"use strict";Object.defineProperty(HT,"__esModule",{value:!0});HT.Verifier=
[`+S+"] ";for(L in arguments[0])i(arguments[0],L)&&(q+=L+": "+arguments[0][L]+", ");q=q.slice(0,-2)}else q=arguments[S];O.push(q)}P(f+`
Arguments: `+Array.prototype.slice.call(O).join("")+`
`+new Error().stack),g=!1}return m.apply(this,arguments)},m)}o(j,"deprecate");var Ee={};function we(f,m){e.deprecationHandler!=null&&e.deprecationHandler(f,m),Ee[f]||(P(m),Ee[f]=!0)}o(we,"deprecateSimple"),e.suppressDeprecationWarnings=!1,e.deprecationHandler=null;function Z(f){return typeof Function<"u"&&f instanceof Function||Object.prototype.toString.call(f)==="[object Function]"}o(Z,"isFunction");function Se(f){var m,g;for(g in f)i(f,g)&&(m=f[g],Z(m)?this[g]=m:this["_"+g]=m);this._config=f,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}o(Se,"set");function Y(f,m){var g=A({},f),O;for(O in m)i(m,O)&&(n(f[O])&&n(m[O])?(g[O]={},A(g[O],f[O]),A(g[O],m[O])):m[O]!=null?g[O]=m[O]:delete g[O]);for(O in f)i(f,O)&&!i(m,O)&&n(f[O])&&(g[O]=A({},g[O]));return g}o(Y,"mergeConfigs");function J(f){f!=null&&this.set(f)}o(J,"Locale");var _e;Object.keys?_e=Object.keys:_e=o(function(f){var m,g=[];for(m in f)i(f,m)&&g.push(m);return g},"keys");var re={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function Ce(f,m,g){var O=this._calendar[f]||this._calendar.sameElse;return Z(O)?O.call(m,g):O}o(Ce,"calendar");function dt(f,m,g){var O=""+Math.abs(f),q=m-O.length,S=f>=0;return(S?g?"+":"":"-")+Math.pow(10,Math.max(0,q)).toString().substr(1)+O}o(dt,"zeroFill");var Gt=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,He=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,u0={},Tt={};function ce(f,m,g,O){var q=O;typeof O=="string"&&(q=o(function(){return this[O]()},"func")),f&&(Tt[f]=q),m&&(Tt[m[0]]=function(){return dt(q.apply(this,arguments),m[1],m[2])}),g&&(Tt[g]=function(){return this.localeData().ordinal(q.apply(this,arguments),f)})}o(ce,"addFormatToken");function Ci(f){return f.match(/\[[\s\S]/)?f.replace(/^\[|\]$/g,""):f.replace(/\\/g,"")}o(Ci,"removeFormattingTokens");function Gs(f){var m=f.match(Gt),g,O;for(g=0,O=m.length;g<O;g++)Tt[m[g]]?m[g]=Tt[m[g]]:m[g]=Ci(m[g]);return function(q){var S="",L;for(L=0;L<O;L++)S+=Z(m[L])?m[L].call(q,f):m[L];return S}}o(Gs,"makeFormatFunction");function Nt(f,m){return f.isValid()?(m=x0(m,f.localeData()),u0[m]=u0[m]||Gs(m),u0[m](f)):f.localeData().invalidDate()}o(Nt,"formatMoment");function x0(f,m){var g=5;function O(q){return m.longDateFormat(q)||q}for(o(O,"replaceLongDateFormatTokens"),He.lastIndex=0;g>=0&&He.test(f);)f=f.replace(He,O),He.lastIndex=0,g-=1;return f}o(x0,"expandFormat");var ph={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function lh(f){var m=this._longDateFormat[f],g=this._longDateFormat[f.toUpperCase()];return m||!g?m:(this._longDateFormat[f]=g.match(Gt).map(function(O){return O==="MMMM"||O==="MM"||O==="DD"||O==="dddd"?O.slice(1):O}).join(""),this._longDateFormat[f])}o(lh,"longDateFormat");var az="Invalid date";function zu(){return this._invalidDate}o(zu,"invalidDate");var F="%d",k=/\d{1,2}/;function U(f){return this._ordinal.replace("%d",f)}o(U,"ordinal");var K={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function Qe(f,m,g,O){var q=this._relativeTime[g];return Z(q)?q(f,m,g,O):q.replace(/%d/i,f)}o(Qe,"relativeTime");function bt(f,m){var g=this._relativeTime[f>0?"future":"past"];return Z(g)?g(m):g.replace(/%s/i,m)}o(bt,"pastFuture");var p0={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}o(Ji0,"_nonIterableRest");T4.exports=Ji0,T4.exports.__esModule=!0,T4.exports.default=T4.exports});var oGe=b(($c1,x4)=>{var Ki0=G9e(),Zi0=TUe(),eo0=nGe(),to0=iGe();function ro0(t,e){return Ki0(t)||Zi0(t,e)||eo0(t,e)||to0()}o(ro0,"_slicedToArray");x4.exports=ro0,x4.exports.__esModule=!0,x4.exports.default=x4.exports});var cGe=b((Yc1,aGe)=>{"use strict";var so0=Qx().forEach,no0=w4(),io0=no0("forEach");aGe.exports=io0?[].forEach:o(function(e){return so0(this,e,arguments.length>1?arguments[1]:void 0)},"forEach")});var pGe=b(()=>{"use strict";var oo0=c0(),uGe=cGe();oo0({target:"Array",proto:!0,forced:[].forEach!==uGe},{forEach:uGe})});var AGe=b((eu1,lGe)=>{"use strict";pGe();var ao0=Ba();lGe.exports=ao0("Array","forEach")});var fGe=b((tu1,dGe)=>{"use strict";var co0=AGe();dGe.exports=co0});var hGe=b(()=>{});var mGe=b((nu1,bGe)=>{"use strict";var uo0=jg(),po0=Qs(),lo0=Bn(),Ao0=fGe();hGe();var cse=Array.prototype,do0={DOMTokenList:!0,NodeList:!0};bGe.exports=function(t){var e=t.forEach;return t===cse||lo0(cse,t)&&e===cse.forEach||po0(do0,uo0(t))?Ao0:e}});var use=b((iu1,MGe)=>{MGe.exports=mGe()});var gGe=b(()=>{"use strict";var fo0=c0(),ho0=Cx().includes,bo0=J0(),mo0=U1e(),Mo0=bo0(function(){return!Array(1).includes()});fo0({target:"Array",proto:!0,forced:Mo0},{includes:o(function(e){return ho0(this,e,arguments.length>1?arguments[1]:void 0)},"includes")});mo0("includes")});var OGe=b((uu1,zGe)=>{"use strict";gGe();var go0=Ba();zGe.exports=go0("Array","includes")});var yGe=b((pu1,EGe)=>{"use strict";var zo0=Ei(),Oo0=Al(),Eo0=M1(),yo0=Eo0("match");EGe.exports=function(t){var e;return zo0(t)&&((e=t[yo0])!==void 0?!!e:Oo0(t)==="RegExp")}});var BGe=b((lu1,CGe)=>{"use strict";var Co0=yGe(),Bo0=TypeError;CGe.exports=function(t){if(Co0(t))throw new Bo0("The method doesn't accept regular expressions");return t}});var qGe=b((Au1,DGe)=>{"use strict";var Do0=M1(),qo0=Do0("match");DGe.exports=function(t){var e=/./;try{"/./"[t](e)}catch{try{return e[qo0]=!1,"/./"[t](e)}catch{}}return!1}});var RGe=b(()=>{"use strict";var Io0=c0(),Ro0=T0(),wo0=BGe(),So0=jf(),IGe=mu(),No0=qGe(),Fo0=Ro0("".indexOf);Io0({target:"String",proto:!0,forced:!No0("includes")},{includes:o(function(e){return!!~Fo0(IGe(So0(this)),IGe(wo0(e)),arguments.length>1?arguments[1]:void 0)},"includes")})});var SGe=b((bu1,wGe)=>{"use strict";RGe();var vo0=Ba();wGe.exports=vo0("String","includes")});var vGe=b((mu1,FGe)=>{"use strict";var NGe=Bn(),To0=OGe(),xo0=SGe(),pse=Array.prototype,lse=String.prototype;FGe.exports=function(t){var e=t.includes;return t===pse||NGe(pse,t)&&e===pse.includes?To0:typeof t=="string"||t===lse||NGe(lse,t)&&e===lse.includes?xo0:e}});var xGe=b((Mu1,TGe)=>{"use strict";var _o0=vGe();TGe.exports=_o0});var _4=b((gu1,_Ge)=>{_Ge.exports=xGe()});var Ase=b((zu1,WGe)=>{"use strict";WGe.exports=`
\v\f\r \xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF`});var QGe=b((Ou1,PGe)=>{"use strict";var Wo0=T0(),Lo0=jf(),Po0=mu(),fse=Ase(),LGe=Wo0("".replace),Qo0=RegExp("^["+fse+"]+"),ko0=RegExp("(^|[^"+fse+"])["+fse+"]+$"),dse=o(function(t){return function(e){var r=Po0(Lo0(e));return t&1&&(r=LGe(r,Qo0,"")),t&2&&(r=LGe(r,ko0,"$1")),r}},"createMethod");PGe.exports={start:dse(1),end:dse(2),trim:dse(3)}});var $Ge=b((yu1,VGe)=>{"use strict";var HGe=T1(),Uo0=J0(),Go0=T0(),Ho0=mu(),Xo0=QGe().trim,kGe=Ase(),W4=HGe.parseInt,UGe=HGe.Symbol,GGe=UGe&&UGe.iterator,XGe=/^[+-]?0x/i,Vo0=Go0(XGe.exec),$o0=W4(kGe+"08")!==8||W4(kGe+"0x16")!==22||GGe&&!Uo0(function(){W4(Object(GGe))});VGe.exports=$o0?o(function(e,r){var s=Xo0(Ho0(e));return W4(s,r>>>0||(Vo0(XGe,s)?16:10))},"parseInt"):W4});var YGe=b(()=>{"use strict";var jo0=c0(),jGe=$Ge();jo0({global:!0,forced:parseInt!==jGe},{parseInt:jGe})});var KGe=b((qu1,JGe)=>{"use strict";YGe();var Yo0=Oa();JGe.exports=Yo0.parseInt});var eHe=b((Iu1,ZGe)=>{"use strict";var Jo0=KGe();ZGe.exports=Jo0});var rHe=b((Ru1,tHe)=>{tHe.exports=eHe()});var Yx=b((wu1,sHe)=>{sHe.exports=ase()});var oHe=b((Su1,iHe)=>{"use strict";var nHe=l4(),Ko0=TypeError;iHe.exports=function(t,e){if(!delete t[e])throw new Ko0("Cannot delete property "+nHe(e)+" of "+nHe(t))}});var uHe=b((Nu1,cHe)=>{"use strict";var aHe=y4(),Zo0=Math.floor,hse=o(function(t,e){var r=t.length;if(r<8)for(var s=1,n,i;s<r;){for(i=s,n=t[s];i&&e(t[i-1],n)>0;)t[i]=t[--i];i!==s++&&(t[i]=n)}else for(var a=Zo0(r/2),c=hse(aHe(t,0,a),e),u=hse(aHe(t,a),e),p=c.length,l=u.length,A=0,d=0;A<p||d<l;)t[A+d]=A<p&&d<l?e(c[A],u[d])<=0?c[A++]:u[d++]:A<p?c[A++]:u[d++];return t},"sort");cHe.exports=hse});var AHe=b((vu1,lHe)=>{"use strict";var ea0=Qg(),pHe=ea0.match(/firefox\/(\d+)/i);lHe.exports=!!pHe&&+pHe[1]});var fHe=b((Tu1,dHe)=>{"use strict";var ta0=Qg();dHe.exports=/MSIE|Trident/.test(ta0)});var mHe=b((xu1,bHe)=>{"use strict";var ra0=Qg(),hHe=ra0.match(/AppleWebKit\/(\d+)\./);bHe.exports=!!hHe&&+hHe[1]});var DHe=b(()=>{"use strict";var sa0=c0(),CHe=T0(),na0=Jf(),ia0=hu(),MHe=hl(),oa0=oHe(),gHe=mu(),bse=J0(),aa0=uHe(),ca0=w4(),zHe=AHe(),ua0=fHe(),OHe=kg(),EHe=mHe(),cd=[],yHe=CHe(cd.sort),pa0=CHe(cd.push),la0=bse(function(){cd.sort(void 0)}),Aa0=bse(function(){cd.sort(null)}),da0=ca0("sort"),BHe=!bse(function(){if(OHe)return OHe<70;if(!(zHe&&zHe>3)){if(ua0)return!0;if(EHe)return EHe<603;var t="",e,r,s,n;for(e=65;e<76;e++){switch(r=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:s=3;break;case 68:case 71:s=4;break;default:s=2}for(n=0;n<47;n++)cd.push({k:r+n,v:s})}for(cd.sort(function(i,a){return a.v-i.v}),n=0;n<cd.length;n++)r=cd[n].k.charAt(0),t.charAt(t.length-1)!==r&&(t+=r);return t!=="DGBEFHACIJK"}}),fa0=la0||!Aa0||!da0||!BHe,ha0=o(function(t){return function(e,r){return r===void 0?-1:e===void 0?1:t!==void 0?+t(e,r)||0:gHe(e)>gHe(r)?1:-1}},"getSortCompare");sa0({target:"Array",proto:!0,forced:fa0},{sort:o(function(e){e!==void 0&&na0(e);var r=ia0(this);if(BHe)return e===void 0?yHe(r):yHe(r,e);var s=[],n=MHe(r),i,a;for(a=0;a<n;a++)a in r&&pa0(s,r[a]);for(aa0(s,ha0(e)),i=MHe(s),a=0;a<i;)r[a]=s[a++];for(;a<n;)oa0(r,a++);return r},"sort")})});var IHe=b((Pu1,qHe)=>{"use strict";DHe();var ba0=Ba();qHe.exports=ba0("Array","sort")});var wHe=b((Qu1,RHe)=>{"use strict";var ma0=Bn(),Ma0=IHe(),mse=Array.prototype;RHe.exports=function(t){var e=t.sort;return t===mse||ma0(mse,t)&&e===mse.sort?Ma0:e}});var NHe=b((ku1,SHe)=>{"use strict";var ga0=wHe();SHe.exports=ga0});var vHe=b((Uu1,FHe)=>{FHe.exports=NHe()});var THe=b(()=>{});var WHe=b((Xu1,_He)=>{"use strict";var za0=T1(),Oa0=J0(),xHe=za0.RegExp,Ea0=!Oa0(function(){var t=!0;try{xHe(".","d")}catch{t=!1}var e={},r="",s=t?"dgimsy":"gimsy",n=o(function(u,p){Object.defineProperty(e,u,{get:o(function(){return r+=p,!0},"get")})},"addGetter"),i={dotAll:"s",global:"g",ignoreCase:"i",multiline:"m",sticky:"y"};t&&(i.hasIndices="d");for(var a in i)n(a,i[a]);var c=Object.getOwnPropertyDescriptor(xHe.prototype,"flags").get.call(e);return c!==s||r!==s});_He.exports={correct:
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i=!0,a=!1,c;return{s:o(function(){r=(0,va0.default)(t)},"s"),n:o(function(){var p=r.next();return i=p.done,p},"n"),e:o(function(p){a=!0,c=p},"e"),f:o(function(){try{!i&&r.return!=null&&r.return()}finally{if(a)throw c}},"f")}}o(Q4,"_createForOfIteratorHelper");function ka0(t,e){var r;if(t){if(typeof t=="string")return ZHe(t,e);var s=(0,Io.default)(r=Object.prototype.toString.call(t)).call(r,8,-1);if(s==="Object"&&t.constructor&&(s=t.constructor.name),s==="Map"||s==="Set")return(0,Wa0.default)(t);if(s==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return ZHe(t,e)}}o(ka0,"_unsupportedIterableToArray");function ZHe(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,s=new Array(e);r<e;r++)s[r]=t[r];return s}o(ZHe,"_arrayLikeToArray");var g0="xregexp",oh={astral:!1,namespacing:!1},K0={exec:RegExp.prototype.exec,test:RegExp.prototype.test,match:String.prototype.match,replace:String.prototype.replace,split:String.prototype.split},Mu={},L4={},Zg={},Mse=[],ez="default",eXe="class",Ua0={default:/\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\d*|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|\(\?(?:[:=!]|<[=!])|[?*+]\?|{\d+(?:,\d*)?}\??|[\s\S]/,class:/\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\dA-Fa-f]{2}|u(?:[\dA-Fa-f]{4}|{[\dA-Fa-f]+})|c[A-Za-z]|[\s\S])|[\s\S]/},Ga0=/\$(?:{([\w$]+)}|<([\w$]+)>|(\d\d?|[\s\S]))/g,Ha0=K0.exec.call(/()??/,"")[1]===void 0,Xa0=(0,ih.default)(/x/)!==void 0,Va0={},iXe=Va0.toString;function zse(t){var e=!0;try{if(new RegExp("",t),t==="y"){var r=(function(){return"gy"})(),s=".a".replace(new RegExp("a",r),".")==="..";s&&(e=!1)}}catch{e=!1}return e}o(zse,"hasNativeFlag");var oXe=zse("u"),Ose=zse("y"),aXe={g:!0,i:!0,m:!0,u:oXe,y:Ose};function cXe(t,e,r,s,n){var i;if(t[g0]={captureNames:e},n)return t;if(t.__proto__)t.__proto__=pe.prototype;else for(var a in pe.prototype)t[a]=pe.prototype[a];return t[g0].source=r,t[g0].flags=s&&(0,Qa0.default)(i=s.split("")).call(i).join(""),t}o(cXe,"augment");function P4(t){return K0.replace.call(t,/([\s\S])(?=[\s\S]*\1)/g,"")}o(P4,"clipDuplicates");function ch(t,e){var r;if(!pe.isRegExp(t))throw new TypeError("Type RegExp expected");var s=t[g0]||{},n=$a0(t),i="",a="",c=null,u=null;return e=e||{},e.removeG&&(a+="g"),e.removeY&&(a+="y"),a&&(n=K0.replace.call(n,new RegExp("[".concat(a,"]+"),"g"),"")),e.addG&&(i+="g"),e.addY&&(i+="y"),i&&(n=P4(n+i)),e.isInternalOnly||(s.source!==void 0&&(c=s.source),(0,ih.default)(s)!=null&&(u=i?P4((0,ih.default)(s)+i):(0,ih.default)(s))),t=cXe(new RegExp(e.source||t.source,n),ja0(t)?(0,Io.default)(r=s.captureNames).call(r,0):null,c,u,e.isInternalOnly),t}o(ch,"copyRegex");function uXe(t){return(0,nXe.default)(t,16)}o(uXe,"dec");function pXe(t,e,r){return t.input[t.index-1]==="("||t.input[t.index+t[0].length]===")"||t.input[t.index-1]==="|"||t.input[t.index+t[0].length]==="|"||t.index<1||t.index+t[0].length>=t.input.length||K0.test.call(/^\(\?[:=!]/,t.input.substr(t.index-3,3))||Ya0(t.input,t.index+t[0].length,r)?"":"(?:)"}o(pXe,"getContextualTokenSeparator");function $a0(t){return Xa0?(0,ih.default)(t):K0.exec.call(/\/([a-z]*)$/i,RegExp.prototype.toString.call(t))[1]}o($a0,"getNativeFlags");function ja0(t){return!!(t[g0]&&t[g0].captureNames)}o(ja0,"hasNamedCapture");function lXe(t){return(0,nXe.default)(t,10).toString(16)}o(lXe,"hex");function Ya0(t,e,r){var s="\\(\\?#[^)]*\\)",n="#[^#\\n]*",i="[?*+]|{\\d+(?:,\\d*)?}";return K0.test.call((0,ah.default)(r).call(r,"x")?/^(?:\s|#[^#\n]*|\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/:/^(?:\(\?#[^)]*\))*(?:[?*+]|{\d+(?:,\d*)?})/,(0,Io.default)(t).call(t,e))}o(Ya0,"isQuantifierNext");function Ese(t,e){return iXe.call(t)==="[object ".concat(e,"]")}o(Ese,"isType");function AXe(t){for(;t.length<4;)t="0".concat(t);return t}o(AXe,"pad4");function Ja0(t,e){if(P4(e)!==e)throw new SyntaxError("Invalid duplicate regex flag ".concat(e));t=K0.replace.call(t,/^\(\?([\w$]+)\)/,function(i,a){if(K0.test.call(/[gy]/,a))throw new SyntaxError("Cannot use flag g or y in mode modifier ".concat(i));return e=P4(e
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i=!0,a=!1,c;return{s:o(function(){r=(0,Fc0.default)(t)},"s"),n:o(function(){var p=r.next();return i=p.done,p},"n"),e:o(function(p){a=!0,c=p},"e"),f:o(function(){try{!i&&r.return!=null&&r.return()}finally{if(a)throw c}},"f")}}o(Qc0,"_createForOfIteratorHelper");function kc0(t,e){var r;if(t){if(typeof t=="string")return ZXe(t,e);var s=(0,Wc0.default)(r=Object.prototype.toString.call(t)).call(r,8,-1);if(s==="Object"&&t.constructor&&(s=t.constructor.name),s==="Map"||s==="Set")return(0,_c0.default)(t);if(s==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(s))return ZXe(t,e)}}o(kc0,"_unsupportedIterableToArray");function ZXe(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,s=new Array(e);r<e;r++)s[r]=t[r];return s}o(ZXe,"_arrayLikeToArray");var Uc0=o(function(e){var r={},s=e._dec,n=e._hex,i=e._pad4;function a(d){return d.replace(/[- _]+/g,"").toLowerCase()}o(a,"normalize");function c(d){var h=/^\\[xu](.+)/.exec(d);return h?s(h[1]):d.charCodeAt(d[0]==="\\"?1:0)}o(c,"charCode");function u(d){var h="",M=-1;return(0,Pc0.default)(e).call(e,d,/(\\x..|\\u....|\\?[\s\S])(?:-(\\x..|\\u....|\\?[\s\S]))?/,function(z){var C=c(z[1]);C>M+1&&(h+="\\u".concat(i(n(M+1))),C>M+2&&(h+="-\\u".concat(i(n(C-1))))),M=c(z[2]||z[1])}),M<65535&&(h+="\\u".concat(i(n(M+1))),M<65534&&(h+="-\\uFFFF")),h}o(u,"invertBmp");function p(d){var h="b!";return r[d][h]||(r[d][h]=u(r[d].bmp))}o(p,"cacheInvertedBmp");function l(d,h){var M=r[d],z="";if(M.bmp&&!M.isBmpLast){var C;z=(0,Dse.default)(C="[".concat(M.bmp,"]")).call(C,M.astral?"|":"")}if(M.astral&&(z+=M.astral),M.isBmpLast&&M.bmp){var E;z+=(0,Dse.default)(E="".concat(M.astral?"|":"","[")).call(E,M.bmp,"]")}return h?"(?:(?!".concat(z,")(?:[\uD800-\uDBFF][\uDC00-\uDFFF]|[\0-\uFFFF]))"):"(?:".concat(z,")")}o(l,"buildAstral");function A(d,h){var M=h?"a!":"a=";return r[d][M]||(r[d][M]=l(d,h))}o(A,"cacheAstral"),e.addToken(/\\([pP])(?:{(\^?)([^}]*)}|([A-Za-z]))/,function(d,h,M){var z="Invalid double negation ",C="Unknown Unicode token ",E="Unicode token missing data ",B="Astral mode required for Unicode token ",I="Astral mode does not support Unicode tokens within character classes",w=d[1]==="P"||!!d[2],N=(0,Lc0.default)(M).call(M,"A"),x=a(d[4]||d[3]),P=r[x];if(d[1]==="P"&&d[2])throw new SyntaxError(z+d[0]);if(!r.hasOwnProperty(x))throw new SyntaxError(C+d[0]);if(P.inverseOf){if(x=a(P.inverseOf),!r.hasOwnProperty(x)){var j;throw new ReferenceError((0,Dse.default)(j="".concat(E+d[0]," -> ")).call(j,P.inverseOf))}P=r[x],w=!w}if(!(P.bmp||N))throw new SyntaxError(B+d[0]);if(N){if(h==="class")throw new SyntaxError(I);return A(x,w)}return h==="class"?w?p(x):P.bmp:"".concat((w?"[^":"[")+P.bmp,"]")},{scope:"all",optionalFlags:"A",leadChar:"\\"}),e.addUnicodeData=function(d){var h="Unicode token requires name",M="Unicode token has no character data ",z=Qc0(d),C;try{for(z.s();!(C=z.n()).done;){var E=C.value;if(!E.name)throw new Error(h);if(!(E.inverseOf||E.bmp||E.astral))throw new Error(M+E.name);r[a(E.name)]=E,E.alias&&(r[a(E.alias)]=E)}}catch(B){z.e(B)}finally{z.f()}e.cache.flush("patterns")},e._getUnicodeProperty=function(d){var h=a(d);return r[h]}},"_default");V4.default=Uc0;eVe.exports=V4.default});var sVe=b((yp1,rVe)=>{rVe.exports=[{name:"InAdlam",astral:"\uD83A[\uDD00-\uDD5F]"},{name:"InAegean_Numbers",astral:"\uD800[\uDD00-\uDD3F]"},{name:"InAhom",astral:"\uD805[\uDF00-\uDF3F]"},{name:"InAlchemical_Symbols",astral:"\uD83D[\uDF00-\uDF7F]"},{name:"InAlphabetic_Presentation_Forms",bmp:"\uFB00-\uFB4F"},{name:"InAnatolian_Hieroglyphs",astral:"\uD811[\uDC00-\uDE7F]"},{name:"InAncient_Greek_Musical_Notation",astral:"\uD834[\uDE00-\uDE4F]"},{name:"InAncient_Greek_Numbers",astral:"\uD800[\uDD40-\uDD8F]"},{name:"InAncient_Symbols",astral:"\uD800[\uDD90-\uDDCF]"},{name:"InArabic",bmp:"\u0600-\u06FF"},{name:"InArabic_Extended_A",bmp:"\u08A0-\u08FF"},{name:"InArabic_Mathematical_Alphabetic_Symbols",astral:"\uD83B[\uDE00-\uDEFF]"},{name:"InArabic_Presentation_Forms_A",bmp:"\uFB50-\uFDFF"},{name:"InArabic_Presentation_Forms_B",
Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}o(Ude,"getBooleanInput");function PP(t,e){if(process.env.GITHUB_OUTPUT||"")return Mz("OUTPUT",vB(t,e));process.stdout.write(LP.EOL),Ia("set-output",{name:t},qa(e))}o(PP,"setOutput");function Gde(t){process.exitCode=WP.Failure,qb(t)}o(Gde,"setFailed");function Gu(){return process.env.RUNNER_DEBUG==="1"}o(Gu,"isDebug");function T(t){Ia("debug",{},t)}o(T,"debug");function qb(t,e={}){Ia("error",j_(e),t instanceof Error?t.toString():t)}o(qb,"error");function Rt(t,e={}){Ia("warning",j_(e),t instanceof Error?t.toString():t)}o(Rt,"warning");function W(t){process.stdout.write(t+LP.EOL)}o(W,"info");function Yd(t){J_("group",t)}o(Yd,"startGroup");function Jd(){J_("endgroup")}o(Jd,"endGroup");function Mr(t,e){return qpt(this,void 0,void 0,function*(){Yd(t);let r;try{r=yield e()}finally{Jd()}return r})}o(Mr,"group");function Tq(t,e){if(process.env.GITHUB_STATE||"")return Mz("STATE",vB(t,e));Ia("save-state",{name:t},qa(e))}o(Tq,"saveState");function Hde(t){return process.env[`STATE_${t}`]||""}o(Hde,"getState");var Ww=_(require("fs"),1),KX=_(require("os"),1),ZX=_(require("path"),1);var Vde=_(require("os"),1);function qO(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}o(qO,"toCommandValue");function $de(t,e,r){let s=new QP(t,e,r);process.stdout.write(s.toString()+Vde.EOL)}o($de,"issueCommand");var Xde="::",QP=class{static{o(this,"Command")}constructor(e,r,s){e||(e="missing.command"),this.command=e,this.properties=r,this.message=s}toString(){let e=Xde+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(let s in this.properties)if(this.properties.hasOwnProperty(s)){let n=this.properties[s];n&&(r?r=!1:e+=",",e+=`${s}=${Rpt(n)}`)}}return e+=`${Xde}${Ipt(this.message)}`,e}};function Ipt(t){return qO(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}o(Ipt,"escapeData");function Rpt(t){return qO(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}o(Rpt,"escapeProperty");var Kde=_(require("os"),1);var Yde=require("os"),IO=require("fs");var kP=function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a){a(i)})}return o(n,"adopt"),new(r||(r=Promise))(function(i,a){function c(l){try{p(s.next(l))}catch(A){a(A)}}o(c,"fulfilled");function u(l){try{p(s.throw(l))}catch(A){a(A)}}o(u,"rejected");function p(l){l.done?i(l.value):n(l.value).then(c,u)}o(p,"step"),p((s=s.apply(t,e||[])).next())})},{access:wpt,appendFile:Spt,writeFile:Npt}=IO.promises,jde="GITHUB_STEP_SUMMARY";var UP=class{static{o(this,"Summary")}constructor(){this._buffer=""}filePath(){return kP(this,void 0,void 0,function*(){if(this._filePath)return this._filePath;let e=process.env[jde];if(!e)throw new Error(`Unable to find environment variable for $${jde}. Check if your runtime environment supports job summaries.`);try{yield wpt(e,IO.constants.R_OK|IO.constants.W_OK)}catch{throw new Error(`Unable to access summary file: '${e}'. Check if the file has correct read/write permissions.`)}return this._filePath=e,this._filePath})}wrap(e,r,s={}){let n=Object.entries(s).map(([i,a])=>` ${i}="${a}"`).join("");return r?`<${e}${n}>${r}</${e}>`:`<${e}${n}>`}write(e){return kP(this,void 0,void 0,function*(){let r=!!e?.overwrite,s=yield this.filePath();return yield(r?Npt:Spt)(s,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){return kP(this,void 0,void 0,function*(){return this.emptyBuffer().write({overwrite:!0})})}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){return this._buffer="",this}addRaw(e,r=!1){return this._buffer+=e,r?this.addEOL():this}addEOL(){return this.addRaw(Yde.EOL)}addCodeBlock(e,r){let s=Object.assign({},r&&{lang:r}),n=this.wrap("pre",this.wrap("code",e),s);return this.addRaw(n).addEOL()}addList(e,r=!1){let s=r?"ol":"ul",n=e.map(a=>this.wrap("li",a)).join(""),i=this.wrap(s,n);return this.addRaw(i).addEOL()}addTable(e){let r=e.map(n=>{let i=n.map(a=>{if(typeof a=="string")return this.wrap("td",a);let{he
`),e=e.replace(/\r/g,`
`));let n=e.split(`
`).map(i=>i.trim());for(let i of n)!i||i.startsWith("#")||s.patterns.push(new QO(i));return s.searchPaths.push(...CQ(s.patterns)),s})}static stat(e,r,s){return wQ(this,void 0,void 0,function*(){let n;if(r.followSymbolicLinks)try{n=yield vb.promises.stat(e.path)}catch(i){if(i.code==="ENOENT"){if(r.omitBrokenSymbolicLinks){_i(`Broken symlink '${e.path}'`);return}throw new Error(`No information found for the path '${e.path}'. This may indicate a broken symbolic link.`)}throw i}else n=yield vb.promises.lstat(e.path);if(n.isDirectory()&&r.followSymbolicLinks){let i=yield vb.promises.realpath(e.path);for(;s.length>=e.level;)s.pop();if(s.some(a=>a===i)){_i(`Symlink cycle detected for path '${e.path}' and realpath '${i}'`);return}s.push(i)}return n})}};var g2t=function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a){a(i)})}return o(n,"adopt"),new(r||(r=Promise))(function(i,a){function c(l){try{p(s.next(l))}catch(A){a(A)}}o(c,"fulfilled");function u(l){try{p(s.throw(l))}catch(A){a(A)}}o(u,"rejected");function p(l){l.done?i(l.value):n(l.value).then(c,u)}o(p,"step"),p((s=s.apply(t,e||[])).next())})};function whe(t,e){return g2t(this,void 0,void 0,function*(){return yield tI.create(t,e)})}o(whe,"create");var mI=_(require("crypto"),1),Wb=_(require("fs"),1),t2=_(require("path"),1),yme=_(Ome(),1),Cme=_(require("util"),1);var $O;(function(t){t.Gzip="cache.tgz",t.Zstd="cache.tzst"})($O||($O={}));var As;(function(t){t.Gzip="gzip",t.ZstdWithoutLong="zstd-without-long",t.Zstd="zstd"})(As||(As={}));var Vn;(function(t){t.GNU="gnu",t.BSD="bsd"})(Vn||(Vn={}));var hI=2,bI=5e3,JQ=5e3,KQ=`${process.env.PROGRAMFILES}\\Git\\usr\\bin\\tar.exe`,Eme=`${process.env.SYSTEMDRIVE}\\Windows\\System32\\tar.exe`,jO="cache.tar",ZQ="manifest.txt",r30=10*Math.pow(1024,3);var _b=function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a){a(i)})}return o(n,"adopt"),new(r||(r=Promise))(function(i,a){function c(l){try{p(s.next(l))}catch(A){a(A)}}o(c,"fulfilled");function u(l){try{p(s.throw(l))}catch(A){a(A)}}o(u,"rejected");function p(l){l.done?i(l.value):n(l.value).then(c,u)}o(p,"step"),p((s=s.apply(t,e||[])).next())})},Dbt=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={},s("next"),s("throw"),s("return"),r[Symbol.asyncIterator]=function(){return this},r);function s(i){r[i]=t[i]&&function(a){return new Promise(function(c,u){a=t[i](a),n(c,u,a.done,a.value)})}}function n(i,a,c,u){Promise.resolve(u).then(function(p){i({value:p,done:c})},a)}},qbt="1.0";function YO(){return _b(this,void 0,void 0,function*(){let t=process.platform==="win32",e=process.env.RUNNER_TEMP||"";if(!e){let s;t?s=process.env.USERPROFILE||"C:\\":process.platform==="darwin"?s="/Users":s="/home",e=t2.join(s,"actions","temp")}let r=t2.join(e,mI.randomUUID());return yield Uu(r),r})}o(YO,"createTempDirectory");function Ha(t){return Wb.statSync(t).size}o(Ha,"getArchiveFileSizeInBytes");function ek(t){return _b(this,void 0,void 0,function*(){var e,r,s,n,i;let a=[],c=(i=process.env.GITHUB_WORKSPACE)!==null&&i!==void 0?i:process.cwd(),u=yield whe(t.join(`
`),{implicitDescendants:!1});try{for(var p=!0,l=Dbt(u.globGenerator()),A;A=yield l.next(),e=A.done,!e;p=!0){n=A.value,p=!1;let h=t2.relative(c,n).replace(new RegExp(`\\${t2.sep}`,"g"),"/");T(`Matched: ${h}`),h===""?a.push("."):a.push(`${h}`)}}catch(d){r={error:d}}finally{try{!p&&!e&&(s=l.return)&&(yield s.call(l))}finally{if(r)throw r.error}}return a})}o(ek,"resolvePaths");function JO(t){return _b(this,void 0,void 0,function*(){return Cme.promisify(Wb.unlink)(t)})}o(JO,"unlinkFile");function Bme(t){return _b(this,arguments,void 0,function*(e,r=[]){let s="";r.push("--version"),T(`Checking ${e} ${r.join(" ")}`);try{yield Gn(`${e}`,r,{ignoreReturnCode:!0,silent:!0,listeners:{stdout:o(n=>s+=n.toString(),"stdout"),stderr:o(n=>s+=n.toString(),"stderr")}})}catch(n){T(n.message)}return s=s.trim(),T(s),s})}o(Bme,"getVersion");function KO(){return _b(this,void 0,void 0,function*(){let t=yield Bme("zstd",["--quiet"]),e=yme.clean(t);return T(`zstd version: ${e}`),t===""?As.Gzip:As.ZstdWithoutLong})}o(KO,"getCompressionMethod");function Kl(t){return t===As.Gzip?$O.Gzip:$O.Zstd}o(Kl,"getCacheFileName");function Dme(){return _b(this,void 0,void 0,function*(){return Wb.existsSync(KQ)?KQ:(yield Bme("tar")).toLowerCase().includes("gnu tar")?mr("tar"):""})}o(Dme,"getGnuTarPathOnWindows");function tk(t,e){if(e===void 0)throw Error(`Expected ${t} but value was undefiend`);return e}o(tk,"assertDefined");function Lb(t,e,r=!1){let s=t.slice();return e&&s.push(e),process.platform==="win32"&&!r&&s.push("windows-only"),s.push(qbt),mI.createHash("sha256").update(s.join("|")).digest("hex")}o(Lb,"getCacheVersion");function qme(){let t=process.env.ACTIONS_RUNTIME_TOKEN;if(!t)throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable");return t}o(qme,"getRuntimeToken");var e3=_(require("http"),1),nk=_(require("https"),1);function rk(t){let e=t.protocol==="https:";if(Ibt(t))return;let r=e?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY;if(r)try{return new gI(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new gI(`http://${r}`)}else return}o(rk,"getProxyUrl");function Ibt(t){if(!t.hostname)return!1;let e=t.hostname;if(Rbt(e))return!0;let r=process.env.no_proxy||process.env.NO_PROXY||"";if(!r)return!1;let s;t.port?s=Number(t.port):t.protocol==="http:"?s=80:t.protocol==="https:"&&(s=443);let n=[t.hostname.toUpperCase()];typeof s=="number"&&n.push(`${n[0]}:${s}`);for(let i of r.split(",").map(a=>a.trim().toUpperCase()).filter(a=>a))if(i==="*"||n.some(a=>a===i||a.endsWith(`.${i}`)||i.startsWith(".")&&a.endsWith(`${i}`)))return!0;return!1}o(Ibt,"checkBypass");function Rbt(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}o(Rbt,"isLoopbackAddress");var gI=class extends URL{static{o(this,"DecodedURL")}constructor(e,r){super(e,r),this._decodedUsername=decodeURIComponent(super.username),this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}};var Zl=_(gz(),1),Ime=_(Cb(),1);var n1=function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a){a(i)})}return o(n,"adopt"),new(r||(r=Promise))(function(i,a){function c(l){try{p(s.next(l))}catch(A){a(A)}}o(c,"fulfilled");function u(l){try{p(s.throw(l))}catch(A){a(A)}}o(u,"rejected");function p(l){l.done?i(l.value):n(l.value).then(c,u)}o(p,"step"),p((s=s.apply(t,e||[])).next())})},W0;(function(t){t[t.OK=200]="OK",t[t.MultipleChoices=300]="MultipleChoices",t[t.MovedPermanently=301]="MovedPermanently",t[t.ResourceMoved=302]="ResourceMoved",t[t.SeeOther=303]="SeeOther",t[t.NotModified=304]="NotModified",t[t.UseProxy=305]="UseProxy",t[t.SwitchProxy=306]="SwitchProxy",t[t.TemporaryRedirect=307]="TemporaryRedirect",t[t.PermanentRedirect=308]="PermanentRedirect",t[t.BadRequest=400]="BadRequest",t[t.Unauthorized=401]="Unauthorized",t[t.PaymentRequired=402]="PaymentRequired",t[t.Forbidden=403]="Forbidden",t[t.NotFound=404]="NotFound",t[t.MethodNotAllowed=405]="MethodNotAllo
${Gbt.sanitize({...this,request:{...this.request,agent:s},response:this.response})}`,"value"),enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function BI(t){return t instanceof fs?!0:s2(t)&&t.name==="RestError"}o(BI,"isRestError");function Zs(t,e){return Buffer.from(t,e)}o(Zs,"stringToUint8Array");var DI=_(require("node:http"),1),qI=_(require("node:https"),1),fk=_(require("node:zlib"),1),Xme=require("node:stream");var Pi=t3("ts-http-runtime");var Hbt={};function r3(t){return t&&typeof t.pipe=="function"}o(r3,"isReadableStream");function Hme(t){return t.readable===!1?Promise.resolve():new Promise(e=>{let r=o(()=>{e(),t.removeListener("close",r),t.removeListener("end",r),t.removeListener("error",r)},"handler");t.on("close",r),t.on("end",r),t.on("error",r)})}o(Hme,"isStreamComplete");function Vme(t){return t&&typeof t.byteLength=="number"}o(Vme,"isArrayBuffer");var II=class extends Xme.Transform{static{o(this,"ReportTransform")}loadedBytes=0;progressCallback;_transform(e,r,s){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),s()}catch(n){s(n)}}constructor(e){super(),this.progressCallback=e}},hk=class{static{o(this,"NodeHttpClient")}cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(e){let r=new AbortController,s;if(e.abortSignal){if(e.abortSignal.aborted)throw new Va("The operation was aborted. Request has already been canceled.");s=o(p=>{p.type==="abort"&&r.abort()},"abortListener"),e.abortSignal.addEventListener("abort",s)}let n;e.timeout>0&&(n=setTimeout(()=>{let p=new Yo;Pi.info(`request to '${p.sanitizeUrl(e.url)}' timed out. canceling...`),r.abort()},e.timeout));let i=e.headers.get("Accept-Encoding"),a=i?.includes("gzip")||i?.includes("deflate"),c=typeof e.body=="function"?e.body():e.body;if(c&&!e.headers.has("Content-Length")){let p=jbt(c);p!==null&&e.headers.set("Content-Length",p)}let u;try{if(c&&e.onUploadProgress){let M=e.onUploadProgress,z=new II(M);z.on("error",C=>{Pi.error("Error in upload progress",C)}),r3(c)?c.pipe(z):z.end(c),c=z}let p=await this.makeRequest(e,r,c);n!==void 0&&clearTimeout(n);let l=Xbt(p),d={status:p.statusCode??0,headers:l,request:e};if(e.method==="HEAD")return p.resume(),d;u=a?Vbt(p,l):p;let h=e.onDownloadProgress;if(h){let M=new II(h);M.on("error",z=>{Pi.error("Error in download progress",z)}),u.pipe(M),u=M}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(d.status)?d.readableStreamBody=u:d.bodyAsText=await $bt(u),d}finally{if(e.abortSignal&&s){let p=Promise.resolve();r3(c)&&(p=Hme(c));let l=Promise.resolve();r3(u)&&(l=Hme(u)),Promise.all([p,l]).then(()=>{s&&e.abortSignal?.removeEventListener("abort",s)}).catch(A=>{Pi.warning("Error when cleaning up abortListener on httpRequest",A)})}}}makeRequest(e,r,s){let n=new URL(e.url),i=n.protocol!=="https:";if(i&&!e.allowInsecureConnection)throw new Error(`Cannot connect to ${e.url} while allowInsecureConnection is false.`);let c={agent:e.agent??this.getOrCreateAgent(e,i),hostname:n.hostname,path:`${n.pathname}${n.search}`,port:n.port,method:e.method,headers:e.headers.toJSON({preserveCase:!0}),...e.requestOverrides};return new Promise((u,p)=>{let l=i?DI.default.request(c,u):qI.default.request(c,u);l.once("error",A=>{p(new fs(A.message,{code:A.code??fs.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let A=new Va("The operation was aborted. Rejecting from abort signal callback while making request.");l.destroy(A),p(A)}),s&&r3(s)?s.pipe(l):s?typeof s=="string"||Buffer.isBuffer(s)?l.end(s):Vme(s)?l.end(ArrayBuffer.isView(s)?Buffer.from(s.buffer):Buffer.from(s)):(Pi.error("Unrecognized body type",s),p(new fs("Unrecognized body type"))):l.end()})}getOrCreateAgent(e,r){let s=e.disableKeepAlive;if(r)return s?DI.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new DI.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(s&&!e.tlsSettings)return qI.default.globalAgent;let n=e.tlsSettings??Hbt,i=this.cachedHttpsAgents.get(n);return i&&i.options.keepAlive===!s||(Pi.info("No cached TLS Agent exi
`;return e}o(DMt,"encodeHeaders");function qMt(t){return t instanceof Uint8Array?t.byteLength:JI(t)?t.size===-1?void 0:t.size:void 0}o(qMt,"getLength");function IMt(t){let e=0;for(let r of t){let s=qMt(r);if(s===void 0)return;e+=s}return e}o(IMt,"getTotalLength");async function RMt(t,e,r){let s=[Zs(`--${r}`,"utf-8"),...e.flatMap(i=>[Zs(`\r
`,"utf-8"),Zs(DMt(i.headers),"utf-8"),Zs(`\r
`,"utf-8"),i.body,Zs(`\r
--${r}`,"utf-8")]),Zs(`--\r
\r
`,"utf-8")],n=IMt(s);n&&t.headers.set("Content-Length",n),t.body=await jMe(s)}o(RMt,"buildRequestBody");var o3="multipartPolicy",wMt=70,SMt=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function NMt(t){if(t.length>wMt)throw new Error(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!SMt.has(e)))throw new Error(`Multipart boundary "${t}" contains invalid characters`)}o(NMt,"assertValidBoundary");function ZI(){return{name:o3,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,s=t.headers.get("Content-Type")??"multipart/mixed",n=s.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!n)throw new Error(`Got multipart request body, but content-type header was not multipart: ${s}`);let[,i,a]=n;if(a&&r&&a!==r)throw new Error(`Multipart boundary was specified as ${a} in the header, but got ${r} in the request body`);return r??=a,r?NMt(r):r=BMt(),t.headers.set("Content-Type",`${i}; boundary=${r}`),await RMt(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}o(ZI,"multipartPolicy");function eR(){return CI()}o(eR,"createEmptyPipeline");var YMe=OI({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),eB0=YMe.logger;function Ya(t){return YMe.createClientLogger(t)}o(Ya,"createClientLogger");var Ja=Ya("core-rest-pipeline");function Tk(t={}){return wI({logger:Ja.info,...t})}o(Tk,"logPolicy");var xk=SI;function _k(t={}){return NI(t)}o(_k,"redirectPolicy");var tR=_(require("node:os"),1),rR=_(require("node:process"),1);function JMe(){return"User-Agent"}o(JMe,"getHeaderName");async function KMe(t){if(rR.default&&rR.default.versions){let e=`${tR.default.type()} ${tR.default.release()}; ${tR.default.arch()}`,r=rR.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})`)}}o(KMe,"setPlatformSpecificData");var sR="1.22.2";function PMt(t){let e=[];for(let[r,s]of t){let n=s?`${r}/${s}`:r;e.push(n)}return e.join(" ")}o(PMt,"getUserAgentString");function ZMe(){return JMe()}o(ZMe,"getUserAgentHeaderName");async function nR(t){let e=new Map;e.set("core-rest-pipeline",sR),await KMe(e);let r=PMt(e);return t?`${t} ${r}`:r}o(nR,"getUserAgentValue");var ege=ZMe(),tge="userAgentPolicy";function Wk(t={}){let e=nR(t.userAgentPrefix);return{name:tge,async sendRequest(r,s){return r.headers.has(ege)||r.headers.set(ege,await e),s(r)}}}o(Wk,"userAgentPolicy");var Kn=class extends Error{static{o(this,"AbortError")}constructor(e){super(e),this.name="AbortError"}};function Lk(t,e){let{cleanupBeforeAbort:r,abortSignal:s,abortErrorMsg:n}=e??{};return new Promise((i,a)=>{function c(){a(new Kn(n??"The operation was aborted."))}o(c,"rejectOnAbort");function u(){s?.removeEventListener("abort",p)}o(u,"removeListeners");function p(){r?.(),u(),c()}if(o(p,"onAbort"),s?.aborted)return c();try{t(l=>{u(),i(l)},l=>{u(),a(l)})}catch(l){a(l)}s?.addEventListener("abort",p)})}o(Lk,"createAbortablePromise");var HMt="The delay was aborted.";function a3(t,e){let r,{abortSignal:s,abortErrorMsg:n}=e??{};return Lk(i=>{r=setTimeout(i,t)},{cleanupBeforeAbort:o(()=>clearTimeout(r),"cleanupBeforeAbort"),abortSignal:s,abortErrorMsg:n??HMt})}o(a3,"delay");function tA(t){if(s2(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}`}}o(tA,"getErrorMessage");function rge(t){return s2(t)}o(rge,"isError");function $b(){return r2()}o($b,"randomUUID");var _t=o2;var sge=Symbol("rawContent");function Qk(t){return typeof t[sge]=="function"}o(Qk,"hasRawContent");function nge(t){return Qk(t)?t[sge]():t}o(nge,"getRawContent");var iR=o3;function kk(){let t=ZI();return{name:iR,sendRequest:o(async(e,r)=>{if(e.multipartBody)for(let s of e.multipartBody.parts)Qk(s.body)&&(s.body=nge(s.body));return t.sendRequest(e,r)},"sendRequest")}}o(kk,"multipartPolicy");var Uk=FI;function Gk(){return vI()}o(Gk,"decompressResponsePolicy");fun
`&&t[i]!=="\r";i++)u+=t[i];if(u=u.trim(),u[u.length-1]==="/"&&(u=u.substring(0,u.length-1),i--),!hzt(u)){let A;return u.trim().length===0?A="Invalid space after '<'.":A="Tag '"+u+"' is an invalid name.",i1("InvalidTag",A,hs(t,i))}let p=pzt(t,i);if(p===!1)return i1("InvalidAttr","Attributes for '"+u+"' have open quote.",hs(t,i));let l=p.value;if(i=p.index,l[l.length-1]==="/"){let A=i-l.length;l=l.substring(0,l.length-1);let d=Uge(l,e);if(d===!0)s=!0;else return i1(d.err.code,d.err.msg,hs(t,A+d.err.line))}else if(c)if(p.tagClosed){if(l.trim().length>0)return i1("InvalidTag","Closing tag '"+u+"' can't have attributes or invalid starting.",hs(t,a));if(r.length===0)return i1("InvalidTag","Closing tag '"+u+"' has not been opened.",hs(t,a));{let A=r.pop();if(u!==A.tagName){let d=hs(t,A.tagStartPos);return i1("InvalidTag","Expected closing tag '"+A.tagName+"' (opened in line "+d.line+", col "+d.col+") instead of closing tag '"+u+"'.",hs(t,a))}r.length==0&&(n=!0)}}else return i1("InvalidTag","Closing tag '"+u+"' doesn't have proper closing.",hs(t,i));else{let A=Uge(l,e);if(A!==!0)return i1(A.err.code,A.err.msg,hs(t,i-l.length+A.err.line));if(n===!0)return i1("InvalidXml","Multiple possible root nodes found.",hs(t,i));e.unpairedTags.indexOf(u)!==-1||r.push({tagName:u,tagStartPos:a}),s=!0}for(i++;i<t.length;i++)if(t[i]==="<")if(t[i+1]==="!"){i++,i=kge(t,i);continue}else if(t[i+1]==="?"){if(i=Qge(t,++i),i.err)return i}else break;else if(t[i]==="&"){let A=dzt(t,i);if(A==-1)return i1("InvalidChar","char '&' is not expected.",hs(t,i));i=A}else if(n===!0&&!Pge(t[i]))return i1("InvalidXml","Extra text at the end",hs(t,i));t[i]==="<"&&i--}}else{if(Pge(t[i]))continue;return i1("InvalidChar","char '"+t[i]+"' is not expected.",hs(t,i))}if(s){if(r.length==1)return i1("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",hs(t,r[0].tagStartPos));if(r.length>0)return i1("InvalidXml","Invalid '"+JSON.stringify(r.map(i=>i.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return i1("InvalidXml","Start tag expected.",1);return!0}o(MR,"validate");function Pge(t){return t===" "||t===" "||t===`
`||t==="\r"}o(Pge,"isWhiteSpace");function Qge(t,e){let r=e;for(;e<t.length;e++)if(t[e]=="?"||t[e]==" "){let s=t.substr(r,e-r);if(e>5&&s==="xml")return i1("InvalidXml","XML declaration allowed only at the start of the document.",hs(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}o(Qge,"readPI");function kge(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}o(kge,"readCommentAndCDATA");var czt='"',uzt="'";function pzt(t,e){let r="",s="",n=!1;for(;e<t.length;e++){if(t[e]===czt||t[e]===uzt)s===""?s=t[e]:s!==t[e]||(s="");else if(t[e]===">"&&s===""){n=!0;break}r+=t[e]}return s!==""?!1:{value:r,index:e,tagClosed:n}}o(pzt,"readAttributeStr");var lzt=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function Uge(t,e){let r=bR(t,lzt),s={};for(let n=0;n<r.length;n++){if(r[n][1].length===0)return i1("InvalidAttr","Attribute '"+r[n][2]+"' has no space in starting.",g3(r[n]));if(r[n][3]!==void 0&&r[n][4]===void 0)return i1("InvalidAttr","Attribute '"+r[n][2]+"' is without value.",g3(r[n]));if(r[n][3]===void 0&&!e.allowBooleanAttributes)return i1("InvalidAttr","boolean attribute '"+r[n][2]+"' is not allowed.",g3(r[n]));let i=r[n][2];if(!fzt(i))return i1("InvalidAttr","Attribute '"+i+"' is an invalid name.",g3(r[n]));if(!Object.prototype.hasOwnProperty.call(s,i))s[i]=1;else return i1("InvalidAttr","Attribute '"+i+"' is repeated.",g3(r[n]))}return!0}o(Uge,"validateAttributeString");function Azt(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}o(Azt,"validateNumberAmpersand");function dzt(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,Azt(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}o(dzt,"validateAmpersand");function i1(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}o(i1,"getErrorObject");function fzt(t){return h7(t)}o(fzt,"validateAttrName");function hzt(t){return h7(t)}o(hzt,"validateTagName");function hs(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}o(hs,"getLineNumberForPosition");function g3(t){return t.startIndex+t[1].length}o(g3,"getPositionFromMatch");var Gge={amp:"&",AMP:"&",lt:"<",LT:"<",gt:">",GT:">",quot:'"',QUOT:'"',apos:"'",lsquo:"\u2018",rsquo:"\u2019",ldquo:"\u201C",rdquo:"\u201D",lsquor:"\u201A",rsquor:"\u2019",ldquor:"\u201E",bdquo:"\u201E",comma:",",period:".",colon:":",semi:";",excl:"!",quest:"?",num:"#",dollar:"$",percent:"%",amp:"&",ast:"*",commat:"@",lowbar:"_",verbar:"|",vert:"|",sol:"/",bsol:"\\",lbrace:"{",rbrace:"}",lbrack:"[",rbrack:"]",lpar:"(",rpar:")",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",COPY:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",REG:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",half:"\xBD",frac34:"\xBE",iquest:"\xBF",times:"\xD7",div:"\xF7",divide:"\xF7"},Hge={Agrave:"\xC0",agrave:"\xE0",Aacute:"\xC1",aacute:"\xE1",Acirc:"\xC2",acirc:"\xE2",Atilde:"\xC3",atilde:"\xE3",Auml:"\xC4",auml:"\xE4",Aring:"\xC5",aring:"\xE5",AElig:"\xC6",aelig:"\xE6",Ccedil:"\xC7",ccedil:"\xE7",Egrave:"\xC8",egrave:"\xE8",Eacute:"\xC9",eacute:"\xE9",Ecirc:"\xCA",ecirc:"\xEA",Euml:"\xCB",euml:"\xEB",Igrave:"\xCC",igrave:"\xEC",Iacute:"\xCD",iacute:"\xED",Icirc:"\xCE",icirc:"\xEE",Iuml:"\xCF",iuml:"\xEF",ETH:"\xD0",eth:"\xF0",Ntilde:"\xD1",ntil
`);let e=new sn("!xml"),r=e,s="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let n=this.options,i=new E3(n.processEntities),a=t.length;for(let c=0;c<a;c++)if(t[c]==="<"){let p=t.charCodeAt(c+1);if(p===47){let l=em(t,">",c,"Closing Tag is not closed."),A=t.substring(c+2,l).trim();if(n.removeNSPrefix){let h=A.indexOf(":");h!==-1&&(A=A.substr(h+1))}A=y7(n.transformTagName,A,"",n).tagName,r&&(s=this.saveTextToParentTag(s,r,this.readonlyMatcher));let d=this.matcher.getCurrentTag();if(A&&n.unpairedTagsSet.has(A))throw new Error(`Unpaired tag can not be used as closing tag: </${A}>`);d&&n.unpairedTagsSet.has(d)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),s="",c=l}else if(p===63){let l=C7(t,c,!1,"?>");if(!l)throw new Error("Pi Tag is not closed.");s=this.saveTextToParentTag(s,r,this.readonlyMatcher);let A=this.buildAttributesMap(l.tagExp,this.matcher,l.tagName,!0);if(A){let d=A[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(d)||1),i.setXmlVersion(Number(d)||1)}if(!(n.ignoreDeclaration&&l.tagName==="?xml"||n.ignorePiTags)){let d=new sn(l.tagName);d.add(n.textNodeName,""),l.tagName!==l.tagExp&&l.attrExpPresent&&n.ignoreAttributes!==!0&&(d[":@"]=A),this.addChild(r,d,this.readonlyMatcher,c)}c=l.closeIndex+1}else if(p===33&&t.charCodeAt(c+2)===45&&t.charCodeAt(c+3)===45){let l=em(t,"-->",c+4,"Comment is not closed.");if(n.commentPropName){let A=t.substring(c+4,l-2);s=this.saveTextToParentTag(s,r,this.readonlyMatcher),r.add(n.commentPropName,[{[n.textNodeName]:A}])}c=l}else if(p===33&&t.charCodeAt(c+2)===68){let l=i.readDocType(t,c);this.entityDecoder.addInputEntities(l.entities),c=l.i}else if(p===33&&t.charCodeAt(c+2)===91){let l=em(t,"]]>",c,"CDATA is not closed.")-2,A=t.substring(c+9,l);s=this.saveTextToParentTag(s,r,this.readonlyMatcher);let d=this.parseTextData(A,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);d==null&&(d=""),n.cdataPropName?r.add(n.cdataPropName,[{[n.textNodeName]:A}]):r.add(n.textNodeName,d),c=l+2}else{let l=C7(t,c,n.removeNSPrefix);if(!l){let x=t.substring(Math.max(0,c-50),Math.min(a,c+50));throw new Error(`readTagExp returned undefined at position ${c}. Context: "${x}"`)}let A=l.tagName,d=l.rawTagName,h=l.tagExp,M=l.attrExpPresent,z=l.closeIndex;if({tagName:A,tagExp:h}=y7(n.transformTagName,A,h,n),n.strictReservedNames&&(A===n.commentPropName||A===n.cdataPropName||A===n.textNodeName||A===n.attributesGroupName))throw new Error(`Invalid tag name: ${A}`);r&&s&&r.tagname!=="!xml"&&(s=this.saveTextToParentTag(s,r,this.readonlyMatcher,!1));let C=r;C&&n.unpairedTagsSet.has(C.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let E=!1;h.length>0&&h.lastIndexOf("/")===h.length-1&&(E=!0,A[A.length-1]==="/"?(A=A.substr(0,A.length-1),h=A):h=h.substr(0,h.length-1),M=A!==h);let B=null,I={},w;w=Wzt(d),A!==e.tagname&&this.matcher.push(A,{},w),A!==h&&M&&(B=this.buildAttributesMap(h,this.matcher,A),B&&(I=_zt(B,n))),A!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let N=c;if(this.isCurrentNodeStopNode){let x="";if(E)c=l.closeIndex;else if(n.unpairedTagsSet.has(A))c=l.closeIndex;else{let j=this.readStopNodeData(t,d,z+1);if(!j)throw new Error(`Unexpected end of ${d}`);c=j.i,x=j.tagContent}let P=new sn(A);B&&(P[":@"]=B),P.add(n.textNodeName,x),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,P,this.readonlyMatcher,N)}else{if(E){({tagName:A,tagExp:h}=y7(n.transformTagName,A,h,n));let x=new sn(A);B&&(x[":@"]=B),this.addChild(r,x,this.readonlyMatcher,N),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(n.unpairedTagsSet.has(A)){let x=new sn(A);B&&(x[":@"]=B),this.addChild(r,x,this.readonlyMatcher,N),this.matcher.pop(),this.isCurrentNodeStopNode=!1,c=l.closeIndex;continue}else{let x=new sn(A);if(this.tagsNodeStack.length>n.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(r),B&&(x[":@"]=B),this.addChild(r,x,this.readonlyMatcher,N),r=x}s="",c=z}}}else s+=t[c];return e.child},"parseXml"
`;function rOt(t,e){if(!Array.isArray(t)||t.length===0)return"1.0";let r=t[0];if(w7(r)==="?xml"){let n=r[":@"];if(n){let i=e.attributeNamePrefix+"version";if(n[i])return n[i]}}return"1.0"}o(rOt,"detectXmlVersionFromArray");function Aze(t,e,r,s,n){return!r.sanitizeName||A2(t,{xmlVersion:n})?t:r.sanitizeName(t,{isAttribute:e,matcher:s.readOnly()})}o(Aze,"resolveTagName");function R7(t,e){let r="";e.format&&(r=tOt);let s=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(let a=0;a<e.stopNodes.length;a++){let c=e.stopNodes[a];typeof c=="string"?s.push(new ti(c)):c instanceof ti&&s.push(c)}let n=rOt(t,e),i=new ec;return dze(t,e,r,i,s,n)}o(R7,"toXml");function dze(t,e,r,s,n,i){let a="",c=!1;if(e.maxNestedTags&&s.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(t!=null){let u=t.toString();return u=I7(u,e),u}return""}for(let u=0;u<t.length;u++){let p=t[u],l=w7(p);if(l===void 0)continue;let d=l===e.textNodeName||l===e.cdataPropName||l===e.commentPropName||l[0]==="?"?l:Aze(l,!1,e,s,i),h=sOt(p[":@"],e);s.push(d,h);let M=iOt(s,n);if(d===e.textNodeName){let I=p[l];M||(I=e.tagValueProcessor(d,I),I=I7(I,e)),c&&(a+=r),a+=I,c=!1,s.pop();continue}else if(d===e.cdataPropName){c&&(a+=r);let I=p[l][0][e.textNodeName],w=yR(I);a+=`<![CDATA[${w}]]>`,c=!1,s.pop();continue}else if(d===e.commentPropName){let I=p[l][0][e.textNodeName],w=ER(I);a+=r+`<!--${w}-->`,c=!0,s.pop();continue}else if(d[0]==="?"){let I=lze(p[":@"],e,M,s,i);a+=(d==="?xml"?"":r)+`<${d}${I}?>`,c=!0,s.pop();continue}let z=r;z!==""&&(z+=e.indentBy);let C=lze(p[":@"],e,M,s,i),E=r+`<${d}${C}`,B;M?B=fze(p[l],e):B=dze(p[l],e,z,s,n,i),e.unpairedTags.indexOf(d)!==-1?e.suppressUnpairedNode?a+=E+">":a+=E+"/>":(!B||B.length===0)&&e.suppressEmptyNode?a+=E+"/>":B&&B.endsWith(">")?a+=E+`>${B}${r}</${d}>`:(a+=E+">",B&&r!==""&&(B.includes("/>")||B.includes("</"))?a+=r+e.indentBy+B+r:a+=B,a+=`</${d}>`),c=!0,s.pop()}return a}o(dze,"arrToStr");function sOt(t,e){if(!t||e.ignoreAttributes)return null;let r={},s=!1;for(let n in t){if(!Object.prototype.hasOwnProperty.call(t,n))continue;let i=n.startsWith(e.attributeNamePrefix)?n.substr(e.attributeNamePrefix.length):n;r[i]=iA(t[n]),s=!0}return s?r:null}o(sOt,"extractAttributeValues");function fze(t,e){if(!Array.isArray(t))return t!=null?t.toString():"";let r="";for(let s=0;s<t.length;s++){let n=t[s],i=w7(n);if(i===e.textNodeName)r+=n[i];else if(i===e.cdataPropName)r+=n[i][0][e.textNodeName];else if(i===e.commentPropName)r+=n[i][0][e.textNodeName];else{if(i&&i[0]==="?")continue;if(i){let a=nOt(n[":@"],e),c=fze(n[i],e);!c||c.length===0?r+=`<${i}${a}/>`:r+=`<${i}${a}>${c}</${i}>`}}}return r}o(fze,"getRawContent");function nOt(t,e){let r="";if(t&&!e.ignoreAttributes)for(let s in t){if(!Object.prototype.hasOwnProperty.call(t,s))continue;let n=t[s];n===!0&&e.suppressBooleanAttributes?r+=` ${s.substr(e.attributeNamePrefix.length)}`:r+=` ${s.substr(e.attributeNamePrefix.length)}="${iA(n)}"`}return r}o(nOt,"attr_to_str_raw");function w7(t){let e=Object.keys(t);for(let r=0;r<e.length;r++){let s=e[r];if(Object.prototype.hasOwnProperty.call(t,s)&&s!==":@")return s}}o(w7,"propName");function lze(t,e,r,s,n){let i="";if(t&&!e.ignoreAttributes)for(let a in t){if(!Object.prototype.hasOwnProperty.call(t,a))continue;let c=a.substr(e.attributeNamePrefix.length),u=r?c:Aze(c,!0,e,s,n),p;r?p=t[a]:(p=e.attributeValueProcessor(a,t[a]),p=I7(p,e)),p===!0&&e.suppressBooleanAttributes?i+=` ${u}`:i+=` ${u}="${iA(p)}"`}return i}o(lze,"attr_to_str");function iOt(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}o(iOt,"checkStopNode");function I7(t,e){if(t&&t.length>0&&e.processEntities)for(let r=0;r<e.entities.length;r++){let s=e.entities[r];t=t.replace(s.regex,s.val)}return t}o(I7,"replaceEntitiesValue");function S7(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}o(S7,"getIgnoreAttributesFn");var oOt={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}o(on,"Builder");function aOt(t,e){let r=t["?xml"];if(r&&typeof r=="object"){if(e.attributesGroupName&&r[e.attributesGroupName]){let n=r[e.attributesGroupName][e.attributeNamePrefix+"version"];if(n)return n}let s=r[e.attributeNamePrefix+"version"];if(s)return s}return"1.0"}o(aOt,"detectXmlVersionFromObj");function N7(t,e,r,s,n){return!r.sanitizeName||A2(t,{xmlVersion:n})?t:r.sanitizeName(t,{isAttribute:e,matcher:s.readOnly()})}o(N7,"resolveTagName");on.prototype.build=function(t){if(this.options.preserveOrder)return R7(t,this.options);{Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t});let e=new ec,r=aOt(t,this.options);return this.j2x(t,0,e,r).val}};on.prototype.j2x=function(t,e,r,s){let n="",i="";if(this.options.maxNestedTags&&r.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");let a=this.options.jPath?r.toString():r,c=this.checkStopNode(r);for(let u in t){if(!Object.prototype.hasOwnProperty.call(t,u))continue;let l=u===this.options.textNodeName||u===this.options.cdataPropName||u===this.options.commentPropName||this.options.attributesGroupName&&u===this.options.attributesGroupName||this.isAttribute(u)||u[0]==="?"?u:N7(u,!1,this.options,r,s);if(typeof t[u]>"u")this.isAttribute(u)&&(i+="");else if(t[u]===null)this.isAttribute(u)||l===this.options.cdataPropName||l===this.options.commentPropName?i+="":l[0]==="?"?i+=this.indentate(e)+"<"+l+"?"+this.tagEndChar:i+=this.indentate(e)+"<"+l+"/"+this.tagEndChar;else if(t[u]instanceof Date)i+=this.buildTextValNode(t[u],l,"",e,r);else if(typeof t[u]!="object"){let A=this.isAttribute(u);if(A&&!this.ignoreAttributesFn(A,a)){let d=N7(A,!0,this.options,r,s);n+=this.buildAttrPairStr(d,""+t[u],c)}else if(!A)if(u===this.options.textNodeName){let d=this.options.tagValueProcessor(u,""+t[u]);i+=this.replaceEntitiesValue(d)}else{r.push(l);let d=this.checkStopNode(r);if(r.pop(),d){let h=""+t[u];h===""?i+=this.indentate(e)+"<"+l+this.closeTag(l)+this.tagEndChar:i+=this.indentate(e)+"<"+l+">"+h+"</"+l+this.tagEndChar}else i+=this.buildTextValNode(t[u],l,"",e,r)}}else if(Array.isArray(t[u])){let A=t[u].length,d="",h="";for(let M=0;M<A;M++){let z=t[u][M];if(!(typeof z>"u"))if(z===null)l[0]==="?"?i+=this.indentate(e)+"<"+l+"?"+this.tagEndChar:i+=this.indentate(e)+"<"+l+"/"+this.tagEndChar;else if(typeof z=="object")if(this.options.oneListGroup){r.push(l);let C=this.j2x(z,e+1,r,s);r.pop(),d+=C.val,this.options.attributesGroupName&&z.hasOwnProperty(this.options.attributesGroupName)&&(h+=C.attrStr)}else d+=this.processTextOrObjNode(z,l,e,r,s);else if(this.options.oneListGroup){let C=this.options.tagValueProcessor(l,z);C=this.replaceEntitiesValue(C),d+=C}else{r.push(l);let C=this.checkStopNode(r);if(r.pop(),C){let E=""+z;E===""?d+=this.indentate(e)+"<"+l+this.closeTag(l)+this.tagEndChar:d+=this.indentate(e)+"<"+l+">"+E+"</"+l+this.tagEndChar}else d+=this.buildTextValNode(z,l,"",e,r)}}this.options.oneListGroup&&(d=this.buildObjectNode(d,l,h,e)),i+=d}else if(this.options.attributesGroupName&&u===this.options.attributesGroupName){let A=Object.keys(t[u]),d=A.length;for(let h=0;h<d;h++){let M=N7(A[h],!0,this.options,r,s);n+=this.buildAttrPairStr(M,""+t[u][A[h]],c)}}else i+=this.processTextOrObjNode(t[u],l,e,r,s)}return{attrStr:n,val:i}};on.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+'="'+iA(e)+'"'};function cOt(t,e,r,s,n){let i=this.extractAttributes(t);if(s.push(e,i),this.checkStopNode(s)){let u=this.buildRawContent(t),p=this.buildAttributesForStopNode(t);return s.pop(),this.buildObjectNode(u,e,p,r)}let c=this.j2x(t,r+1,s,n);return s.pop(),e[0]==="?"?this.buildTextValNode("",e,c.attrStr,r,s):t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,c.attrStr,r,s):this.buildObjectNode(c.val,e,c.attrStr,r)}o(cOt,"process
`)+`
`+this.getCanonicalizedHeadersString(e)+this.getCanonicalizedResourceString(e),s=this.factory.computeHMACSHA256(r);return e.headers.set(Ve.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${s}`),e}getHeaderValueToSign(e,r){let s=e.headers.get(r);return!s||r===Ve.CONTENT_LENGTH&&s==="0"?"":s}getCanonicalizedHeadersString(e){let r=e.headers.headersArray().filter(n=>n.name.toLowerCase().startsWith(Ve.PREFIX_FOR_STORAGE));r.sort((n,i)=>vR(n.name.toLowerCase(),i.name.toLowerCase())),r=r.filter((n,i,a)=>!(i>0&&n.name.toLowerCase()===a[i-1].name.toLowerCase()));let s="";return r.forEach(n=>{s+=`${n.name.toLowerCase().trimRight()}:${n.value.trimLeft()}
`}),s}getCanonicalizedResourceString(e){let r=SR(e.url)||"/",s="";s+=`/${this.factory.accountName}${r}`;let n=NR(e.url),i={};if(n){let a=[];for(let c in n)if(Object.prototype.hasOwnProperty.call(n,c)){let u=c.toLowerCase();i[u]=n[c],a.push(u)}a.sort();for(let c of a)s+=`
${c}:${decodeURIComponent(i[c])}`}return s}};var L0=class extends h2{static{o(this,"StorageSharedKeyCredential")}accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new q3(e,r,this)}computeHMACSHA256(e){return(0,Eze.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};var R1=Ya("storage-common");var Gi;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(Gi||(Gi={}));var aA={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:Gi.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},mOt=new Kn("The operation was aborted."),I3=class extends tc{static{o(this,"StorageRetryPolicy")}retryOptions;constructor(e,r,s=aA){super(e,r),this.retryOptions={retryPolicyType:s.retryPolicyType?s.retryPolicyType:aA.retryPolicyType,maxTries:s.maxTries&&s.maxTries>=1?Math.floor(s.maxTries):aA.maxTries,tryTimeoutInMs:s.tryTimeoutInMs&&s.tryTimeoutInMs>=0?s.tryTimeoutInMs:aA.tryTimeoutInMs,retryDelayInMs:s.retryDelayInMs&&s.retryDelayInMs>=0?Math.min(s.retryDelayInMs,s.maxRetryDelayInMs?s.maxRetryDelayInMs:aA.maxRetryDelayInMs):aA.retryDelayInMs,maxRetryDelayInMs:s.maxRetryDelayInMs&&s.maxRetryDelayInMs>=0?s.maxRetryDelayInMs:aA.maxRetryDelayInMs,secondaryHost:s.secondaryHost?s.secondaryHost:aA.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,s){let n=e.clone(),i=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||s%2===1;i||(n.url=wR(n.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(n.url=oA(n.url,Zu.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let a;try{if(R1.info(`RetryPolicy: =====> Try=${s} ${i?"Primary":"Secondary"}`),a=await this._nextPolicy.sendRequest(n),!this.shouldRetry(i,s,a))return a;r=r||!i&&a.status===404}catch(c){if(R1.error(`RetryPolicy: Caught error, message: ${c.message}, code: ${c.code}`),!this.shouldRetry(i,s,a,c))throw c}return await this.delay(i,s,e.abortSignal),this.attemptSendRequest(e,r,++s)}shouldRetry(e,r,s,n){if(r>=this.retryOptions.maxTries)return R1.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;let i=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(n){for(let a of i)if(n.name.toUpperCase().includes(a)||n.message.toUpperCase().includes(a)||n.code&&n.code.toString().toUpperCase()===a)return R1.info(`RetryPolicy: Network error ${a} found, will retry.`),!0}if(s||n){let a=s?s.status:n?n.statusCode:0;if(!e&&a===404)return R1.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(a===503||a===500)return R1.info(`RetryPolicy: Will retry for status code ${a}.`),!0}if(s&&s?.status>=400){let a=s.headers.get(Ve.X_MS_CopySourceErrorCode);if(a!==void 0)switch(a){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}return n?.code==="PARSE_ERROR"&&n?.message.startsWith('Error "Error: Unclosed root tag')?(R1.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,s){let n=0;if(e)switch(this.retryOptions.retryPolicyType){case Gi.EXPONENTIAL:n=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case Gi.FIXED:n=this.retryOptions.retryDelayInMs;break}else n=Math.random()*1e3;return R1.info(`RetryPolicy: Delay for ${n}ms`),FR(n,s,mOt)}};var R3=class{static{o(this,"StorageRetryPolicyFactory")}retryOptions;constructor(e){this.retryOptions=e}create(e,r){return new I3(e,r,this.retryOptions)}};var MOt="storageBrowserPolicy";function yze(){return{name:MOt,async sendRequest(t,e){return _t||((t.method==="GET"||t.method==="HEAD")&&(t.url=oA(t.url,Zu.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete(Ve.COOKIE),t.headers.delete(Ve.CONTENT_LENGTH)),e(t)}}}o(yze,"storageBrowserPolicy");var gOt="StorageCorrectContentLengthPolicy";function Cze(){function t(e){e.body&&(
`)+`
`+s(i)+n(i),c=(0,Dze.createHmac)("sha256",t.accountKey).update(a,"utf8").digest("base64");i.headers.set(Ve.AUTHORIZATION,`SharedKey ${t.accountName}:${c}`)}o(e,"signRequest");function r(i,a){let c=i.headers.get(a);return!c||a===Ve.CONTENT_LENGTH&&c==="0"?"":c}o(r,"getHeaderValueToSign");function s(i){let a=[];for(let[u,p]of i.headers)u.toLowerCase().startsWith(Ve.PREFIX_FOR_STORAGE)&&a.push({name:u,value:p});a.sort((u,p)=>vR(u.name.toLowerCase(),p.name.toLowerCase())),a=a.filter((u,p,l)=>!(p>0&&u.name.toLowerCase()===l[p-1].name.toLowerCase()));let c="";return a.forEach(u=>{c+=`${u.name.toLowerCase().trimRight()}:${u.value.trimLeft()}
`}),c}o(s,"getCanonicalizedHeadersString");function n(i){let a=SR(i.url)||"/",c="";c+=`/${t.accountName}${a}`;let u=NR(i.url),p={};if(u){let l=[];for(let A in u)if(Object.prototype.hasOwnProperty.call(u,A)){let d=A.toLowerCase();p[d]=u[A],l.push(d)}l.sort();for(let A of l)c+=`
${A}:${decodeURIComponent(p[A])}`}return c}return o(n,"getCanonicalizedResourceString"),{name:yOt,async sendRequest(i,a){return e(i),a(i)}}}o(_7,"storageSharedKeyCredentialPolicy");var COt="storageRequestFailureDetailsParserPolicy";function qze(){return{name:COt,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}}}}o(qze,"storageRequestFailureDetailsParserPolicy");var Ize=require("node:crypto");var TR=class{static{o(this,"UserDelegationKeyCredential")}accountName;userDelegationKey;key;constructor(e,r){this.accountName=e,this.userDelegationKey=r,this.key=Buffer.from(r.value,"base64")}computeHMACSHA256(e){return(0,Ize.createHmac)("sha256",this.key).update(e,"utf8").digest("base64")}};var xR="12.31.0",_R="2026-02-06";var WR="https://storage.azure.com/.default",ep={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};var Jo="",W7="*",BOt=1*1024*1024;var DOt=4*BOt;var Rze="AES256",wze="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",Sze=["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"],Nze=["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"],Fze="BlobUsesCustomerSpecifiedEncryption",vze="BlobDoesNotUseCustomerSpecifiedEncryption",Tze=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function tp(t){if(!t||typeof t!="object")return!1;let e=t;return Array.isArray(e.factories)&&typeof e.options=="object"&&typeof e.toServiceClientOptions=="function"}o(tp,"isPipelineLike");var w3=class{static{o(this,"Pipeline")}factories;options;constructor(e,r={}){this.factories=e,this.options=r}toServiceClientOptions(){return{httpClient:this.options.httpClient,requestPolicyFactories:this.factories}}};function o1(t,e={}){t||(t=new B0);let r=new w3([],e);return r._credential=t,r}o(o1,"newPipeline");function qOt(t){let e=[IOt,xze,ROt,wOt,SOt,NOt,vO
`),i=e.computeHMACSHA256(n);return{sasQueryParameters:new ra(t.version,i,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}}o(qEt,"generateBlobSASQueryParameters20150405");function IEt(t,e){if(t=C2(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",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let n;t.permissions&&(t.blobName?n=Mc.parse(t.permissions.toString()).toString():n=gc.parse(t.permissions.toString()).toString());let i=[n||"",t.startsOn?Wt(t.startsOn,!1):"",t.expiresOn?Wt(t.expiresOn,!1):"",y2(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?ta(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new ra(t.version,a,n,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:i}}o(IEt,"generateBlobSASQueryParameters20181109");function REt(t,e){if(t=C2(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",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let n;t.permissions&&(t.blobName?n=Mc.parse(t.permissions.toString()).toString():n=gc.parse(t.permissions.toString()).toString());let i=[n||"",t.startsOn?Wt(t.startsOn,!1):"",t.expiresOn?Wt(t.expiresOn,!1):"",y2(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?ta(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.encryptionScope,t.cacheControl?t.cacheControl:"",t.contentDisposition?t.contentDisposition:"",t.contentEncoding?t.contentEncoding:"",t.contentLanguage?t.contentLanguage:"",t.contentType?t.contentType:""].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new ra(t.version,a,n,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:i}}o(REt,"generateBlobSASQueryParameters20201206");function wEt(t,e){if(t=C2(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",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let n;t.permissions&&(t.blobName?n=Mc.parse(t.permissions.toString()).toString():n=gc.parse(t.permissions.toString()).toString());let i=[n||"",t.startsOn?Wt(t.startsOn,!1):"",t.expiresOn?Wt(t.expiresOn,!1):"",y2(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Wt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Wt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?ta(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new ra(t.version,a,n,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:i}}o(wEt,"generateBlobSASQueryParametersUDK20181109");function SEt(t,e){if(t=C2(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",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let n;t.permissions&&(t.blobName?n=Mc.parse(t.permissions.toString()).toString():n=gc.parse(t.permissions.toString()).toString());let i=[n||"",t.startsOn?Wt(t.startsOn,!1):"",t.expiresOn?Wt(t.expiresOn,!1):"",y2(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Wt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Wt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?ta(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new ra(t.version,a,n,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:i}}o(SEt,"generateBlobSASQueryParametersUDK20200210");function NEt(t,e){if(t=C2(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",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let n;t.permissions&&(t.blobName?n=Mc.parse(t.permissions.toString()).toString():n=gc.parse(t.permissions.toString()).toString());let i=[n||"",t.startsOn?Wt(t.startsOn,!1):"",t.expiresOn?Wt(t.expiresOn,!1):"",y2(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Wt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Wt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?ta(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new ra(t.version,a,n,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:i}}o(NEt,"generateBlobSASQueryParametersUDK20201206");function FEt(t,e){if(t=C2(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",s=t.snapshotTime;t.blobName&&(r="b",t.snapshotTime?r="bs":t.versionId&&(r="bv",s=t.versionId));let n;t.permissions&&(t.blobName?n=Mc.parse(t.permissions.toString()).toString():n=gc.parse(t.permissions.toString()).toString());let i=[n||"",t.startsOn?Wt(t.startsOn,!1):"",t.expiresOn?Wt(t.expiresOn,!1):"",y2(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?Wt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?Wt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?ta(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),a=e.computeHMACSHA256(i);return{sasQueryParameters:new ra(t.version,a,n,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:i}}o(FEt,"generateBlobSASQueryParametersUDK20250705");function y2(t,e,r){let s=[`/blob/${t}/${e}`];return r&&s.push(`/${r}`),s.join("")}o(y2,"getCanonicalName");function C2(t){let e=t.version?t.version:_R;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}o(C2,"SASSignatureValuesSanityCheckAndAutofill");var k3=class{static{o(this,"BlobLeaseClient")}_leaseId;_url;_containerOrBlobOperation;_isContainer;get leaseId(){return this._leaseId}get url(){return this._url}constructor(e,r){let s=e.storageClientContext;this._url=e.url,e.name===void 0?(this._isContainer=!0,this._containerOrBlobOperation=s.container):(this._isContainer=!1,this._containerOrBlobOperation=s.blob),r||(r=$b()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Jo||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Jo||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 qe.withSpan("BlobLeaseClient-acquireLease",r,async s=>Fe(await this._containerOrBlobOperation.acquireLease({abortSignal:r.abortSignal,duration:e,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},proposedLeaseId:this._leaseId,tracingOptions:s.tracingOptions})))}async changeLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Jo||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Jo||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 qe.withSpan("BlobLeaseClient-changeLease",r,async s=>{let n=Fe(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:s.tracingOptions}));return this._leaseId=e,n})}async releaseLease(e={}){if(this._isContainer&&(e.conditions?.i
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"}};fm.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var I2=class extends Error{static{o(this,"UsageError")}constructor(){super(`Cache storage quota has been hit. Unable to upload any new cache entries.
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"}};I2.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var K3=class extends Error{static{o(this,"RateLimitError")}constructor(e){super(e),this.name="RateLimitError"}};var Uyt=function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a){a(i)})}return o(n,"adopt"),new(r||(r=Promise))(function(i,a){function c(l){try{p(s.next(l))}catch(A){a(A)}}o(c,"fulfilled");function u(l){try{p(s.throw(l))}catch(A){a(A)}}o(u,"rejected");function p(l){l.done?i(l.value):n(l.value).then(c,u)}o(p,"step"),p((s=s.apply(t,e||[])).next())})},RH=class{static{o(this,"UploadProgress")}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),s=Date.now()-this.startTime,n=(e/(1024*1024)/(s/1e3)).toFixed(1);W(`Sent ${e} of ${this.contentLength} (${r}%), ${n} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=o(()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))},"displayCallback");this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};function L3e(t,e,r){return Uyt(this,void 0,void 0,function*(){var s;let n=new cp(t),i=n.getBlockBlobClient(),a=new RH((s=r?.archiveSizeBytes)!==null&&s!==void 0?s:0),c={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:a.onProgress()};try{a.startDisplayTimer(),T(`BlobClient: ${n.name}:${n.accountName}:${n.containerName}`);let u=yield i.uploadFile(e,c);if(u._response.status>=400)throw new k5(`uploadCacheArchiveSDK: upload failed with status code ${u._response.status}`);return u}catch(u){throw Rt(`uploadCacheArchiveSDK: internal error uploading cache archive: ${u.message}`),u}finally{a.stopDisplayTimer()}})}o(L3e,"uploadCacheArchiveSDK");var Q3e=_(require("buffer"),1),zc=_(require("fs"),1),k3e=_(require("stream"),1),U3e=_(require("util"),1);var U5=function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a){a(i)})}return o(n,"adopt"),new(r||(r=Promise))(function(i,a){function c(l){try{p(s.next(l))}catch(A){a(A)}}o(c,"fulfilled");function u(l){try{p(s.throw(l))}catch(A){a(A)}}o(u,"rejected");function p(l){l.done?i(l.value):n(l.value).then(c,u)}o(p,"step"),p((s=s.apply(t,e||[])).next())})};function G5(t){return t?t>=200&&t<300:!1}o(G5,"isSuccessStatusCode");function Gyt(t){return t?t>=500:!0}o(Gyt,"isServerErrorStatusCode");function Hyt(t){return t?[W0.BadGateway,W0.ServiceUnavailable,W0.GatewayTimeout].includes(t):!1}o(Hyt,"isRetryableStatusCode");function Xyt(t){return U5(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}o(Xyt,"sleep");function P3e(t,e,r){return U5(this,arguments,void 0,function*(s,n,i,a=hI,c=bI,u=void 0){let p="",l=1;for(;l<=a;){let A,d,h=!1;try{A=yield n()}catch(M){u&&(A=u(M)),h=!0,p=M.message}if(A&&(d=i(A),!Gyt(d)))return A;if(d&&(h=Hyt(d),p=`Cache service responded with ${d}`),T(`${s} - Attempt ${l} of ${a} failed with error: ${p}`),!h){T(`${s} - Error is not retryable`);break}yield Xyt(c),l++}throw Error(`${s} failed: ${p}`)})}o(P3e,"retry");function Z3(t,e){return U5(this,arguments,void 0,function*(r,s,n=hI,i=bI){return yield P3e(r,s,a=>a.statusCode,n,i,a=>{if(a instanceof Xa)return{statusCode:a.statusCode,result:null,headers:{},error:a}})})}o(Z3,"retryTypedResponse");function hm(t,e){return U5(this,arguments,void 0,function*(r,s,n=hI,i=bI){return yield P3e(r,s,a=>a.message.statusCode,n,i)})}o(hm,"retryHttpClientResponse");var ji=function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a
Other caches with similar key:`);for(let c of i?.artifactCaches||[])T(`Cache Key: ${c?.cacheKey}, Cache Version: ${c?.cacheVersion}, Cache Scope: ${c?.scope}, Cache Created: ${c?.creationTime}`)}}})}o(eCt,"printCachesListForDiagnostics");function FH(t,e,r){return cn(this,void 0,void 0,function*(){let s=new Z3e.URL(t),n=V3e(r);s.hostname.endsWith(".blob.core.windows.net")?n.useAzureSdk?yield H3e(t,e,n):n.concurrentBlobDownloads?yield G3e(t,e,n):yield X5(t,e):yield X5(t,e)})}o(FH,"downloadCache");function tEe(t,e,r){return cn(this,void 0,void 0,function*(){let s=NH(),n=Lb(e,r?.compressionMethod,r?.enableCrossOsArchive),i={key:t,version:n,cacheSize:r?.cacheSize};return yield Z3("reserveCache",()=>cn(this,void 0,void 0,function*(){return s.postJson(tE("caches"),i)}))})}o(tEe,"reserveCache");function K3e(t,e){return`bytes ${t}-${e}/*`}o(K3e,"getContentRange");function tCt(t,e,r,s,n){return cn(this,void 0,void 0,function*(){T(`Uploading chunk of size ${n-s+1} bytes at offset ${s} with content range: ${K3e(s,n)}`);let i={"Content-Type":"application/octet-stream","Content-Range":K3e(s,n)},a=yield hm(`uploadChunk (start: ${s}, end: ${n})`,()=>cn(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),i)}));if(!G5(a.message.statusCode))throw new Error(`Cache service responded with ${a.message.statusCode} during upload chunk.`)})}o(tCt,"uploadChunk");function rCt(t,e,r,s){return cn(this,void 0,void 0,function*(){let n=Ha(r),i=tE(`caches/${e.toString()}`),a=bm.openSync(r,"r"),c=wH(s),u=tk("uploadConcurrency",c.uploadConcurrency),p=tk("uploadChunkSize",c.uploadChunkSize),l=[...new Array(u).keys()];T("Awaiting all uploads");let A=0;try{yield Promise.all(l.map(()=>cn(this,void 0,void 0,function*(){for(;A<n;){let d=Math.min(n-A,p),h=A,M=A+d-1;A+=p,yield tCt(t,i,()=>bm.createReadStream(r,{fd:a,start:h,end:M,autoClose:!1}).on("error",z=>{throw new Error(`Cache upload failed because file read failed with ${z.message}`)}),h,M)}})))}finally{bm.closeSync(a)}})}o(rCt,"uploadFile");function sCt(t,e,r){return cn(this,void 0,void 0,function*(){let s={size:r};return yield Z3("commitCache",()=>cn(this,void 0,void 0,function*(){return t.postJson(tE(`caches/${e.toString()}`),s)}))})}o(sCt,"commitCache");function vH(t,e,r,s){return cn(this,void 0,void 0,function*(){if(wH(s).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield L3e(r,e,s)}else{let i=NH();T("Upload cache"),yield rCt(i,t,e,s),T("Commiting cache");let a=Ha(e);W(`Cache Size: ~${Math.round(a/(1024*1024))} MB (${a} B)`);let c=yield sCt(i,t,a);if(!G5(c.statusCode))throw new Error(`Cache service responded with ${c.statusCode} during commit cache.`);W("Cache saved successfully")}})}o(vH,"saveCache");var jEe=_(kEe(),1),u1=_(c1(),1),ni=_(c1(),1),F2=_(c1(),1),v2=_(c1(),1),T2=_(c1(),1);var IX=_(c1(),1),RX=_(c1(),1),XEe=_(c1(),1),VEe=_(c1(),1),$Ee=_(c1(),1);var BX=_(c1(),1),DX=_(c1(),1),UEe=_(c1(),1),GEe=_(c1(),1),HEe=_(c1(),1);var qX=class extends HEe.MessageType{static{o(this,"CacheScope$Type")}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,GEe.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,UEe.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,s,n){let i=n??this.create(),a=e.pos+r;for(;e.pos<a;){let[c,u]=e.tag();switch(c){case 1:i.scope=e.string();break;case 2:i.permission=e.int64().toString();break;default:let p=s.readUnknownField;if(p==="throw")throw new globalThis.Error(`Unknown field ${c} (wire type ${u}) for ${this.typeName}`);let l=e.skip(u);p!==!1&&(p===!0?DX.UnknownFieldHandler.onRead:p)(this.typeName,i,c,u,l)}}return i}internalBinaryWrite(e,r,s){e.scope!==""&&r.tag(1,BX.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,BX.WireType.Varint).int64(e.permission);let n=s.writeUnknownFields;return n!==!1&&(n==!0?DX.UnknownFieldHandler.onWrite:n)(this.typeName,e,r),r}},Fw=new qX;var wX=class extends $Ee.Mess
`));let s=yield HX(r,"create");yield XX(s,t)})}o($X,"createTar");var Fm=function(t,e,r,s){function n(i){return i instanceof r?i:new r(function(a){a(i)})}return o(n,"adopt"),new(r||(r=Promise))(function(i,a){function c(l){try{p(s.next(l))}catch(A){a(A)}}o(c,"fulfilled");function u(l){try{p(s.throw(l))}catch(A){a(A)}}o(u,"rejected");function p(l){l.done?i(l.value):n(l.value).then(c,u)}o(p,"step"),p((s=s.apply(t,e||[])).next())})},ia=class t extends Error{static{o(this,"ValidationError")}constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},Nm=class t extends Error{static{o(this,"ReserveCacheError")}constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},_w=class t extends Error{static{o(this,"FinalizeCacheError")}constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function ZEe(t){if(!t||t.length===0)throw new ia("Path Validation Error: At least one directory or file path is required")}o(ZEe,"checkPaths");function jX(t){if(t.length>512)throw new ia(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new ia(`Key Validation Error: ${t} cannot contain commas.`)}o(jX,"checkKey");function YX(){return eE()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}o(YX,"isFeatureAvailable");function eye(t,e,r,s){return Fm(this,arguments,void 0,function*(n,i,a,c,u=!1){let p=eE();return T(`Cache service version: ${p}`),ZEe(n),p==="v2"?yield MBt(n,i,a,c,u):yield mBt(n,i,a,c,u)})}o(eye,"restoreCache");function mBt(t,e,r,s){return Fm(this,arguments,void 0,function*(n,i,a,c,u=!1){a=a||[];let p=[i,...a];if(T("Resolved Keys:"),T(JSON.stringify(p)),p.length>10)throw new ia("Key Validation Error: Keys are limited to a maximum of 10.");for(let d of p)jX(d);let l=yield KO(),A="";try{let d=yield eEe(p,n,{compressionMethod:l,enableCrossOsArchive:u});if(!d?.archiveLocation)return;if(c?.lookupOnly)return W("Lookup only - skipping download"),d.cacheKey;A=mE.join(yield YO(),Kl(l)),T(`Archive Path: ${A}`),yield FH(d.archiveLocation,A,c),Gu()&&(yield bE(A,l));let h=Ha(A);return W(`Cache Size: ~${Math.round(h/(1024*1024))} MB (${h} B)`),yield VX(A,l),W("Cache restored successfully"),d.cacheKey}catch(d){let h=d;if(h.name===ia.name)throw d;h instanceof Xa&&typeof h.statusCode=="number"&&h.statusCode>=500?qb(`Failed to restore: ${d.message}`):Rt(`Failed to restore: ${d.message}`)}finally{try{yield JO(A)}catch(d){T(`Failed to delete archive: ${d}`)}}})}o(mBt,"restoreCacheV1");function MBt(t,e,r,s){return Fm(this,arguments,void 0,function*(n,i,a,c,u=!1){c=Object.assign(Object.assign({},c),{useAzureSdk:!0}),a=a||[];let p=[i,...a];if(T("Resolved Keys:"),T(JSON.stringify(p)),p.length>10)throw new ia("Key Validation Error: Keys are limited to a maximum of 10.");for(let A of p)jX(A);let l="";try{let A=GX(),d=yield KO(),h={key:i,restoreKeys:a,version:Lb(n,d,u)},M=yield A.GetCacheEntryDownloadURL(h);if(!M.ok){T(`Cache not found for version ${h.version} of keys: ${p.join(", ")}`);return}if(h.key!==M.matchedKey?W(`Cache hit for restore-key: ${M.matchedKey}`):W(`Cache hit for: ${M.matchedKey}`),c?.lookupOnly)return W("Lookup only - skipping download"),M.matchedKey;l=mE.join(yield YO(),Kl(d)),T(`Archive path: ${l}`),T(`Starting download of archive to: ${l}`),yield FH(M.signedDownloadUrl,l,c);let C=Ha(l);return W(`Cache Size: ~${Math.round(C/(1024*1024))} MB (${C} B)`),Gu()&&(yield bE(l,d)),yield VX(l,d),W("Cache restored successfully"),M.matchedKey}catch(A){let d=A;if(d.name===ia.name)throw A;d instanceof Xa&&typeof d.statusCode=="number"&&d.statusCode>=500?qb(`Failed to restore: ${A.message}`):Rt(`Failed to restore: ${A.message}`)}finally{try{l&&(yield JO(l))}catch(A){T(`Failed to delete archive: ${A}`)}}})}o(MBt,"restoreCacheV2");function JX(t,e,r){return Fm(this,arguments,void 0,function*(s,n,i,a=!1){let c=eE();return T(`Cache service version: ${c}`),ZEe(s),jX(n),c==="v2"?yield zBt(s,n,i,a):yield gBt(s,n,i,a)})}o(JX,"saveCache");function gBt(t,e,r){return Fm(this,arguments,void 0,fu
`+t.errors.map(e=>` - ${e.message}`).join(`
`)}o(fDt,"_buildMessageForResponseErrors");var hDt=class extends Error{static{o(this,"GraphqlResponseError")}constructor(t,e,r){super(fDt(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},bDt=["method","baseUrl","url","headers","request","query","mediaType","operationName"],mDt=["query","method","url"],Qye=/\/api\/v3\/?$/;function MDt(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 a in r)if(mDt.includes(a))return Promise.reject(new Error(`[@octokit/graphql] "${a}" cannot be used as variable name`))}let s=typeof e=="string"?Object.assign({query:e},r):e,n=Object.keys(s).reduce((a,c)=>bDt.includes(c)?(a[c]=s[c],a):(a.variables||(a.variables={}),a.variables[c]=s[c],a),{}),i=s.baseUrl||t.endpoint.DEFAULTS.baseUrl;return Qye.test(i)&&(n.url=i.replace(Qye,"/api/graphql")),t(n).then(a=>{if(a.data.errors){let c={};for(let u of Object.keys(a.headers))c[u]=a.headers[u];throw new hDt(n,c,a.data)}return a.data.data})}o(MDt,"graphql");function pV(t,e){let r=t.defaults(e);return Object.assign(o((n,i)=>MDt(r,n,i),"newApi"),{defaults:pV.bind(null,r),endpoint:r.endpoint})}o(pV,"withDefaults");var NQ0=pV(OE,{headers:{"user-agent":`octokit-graphql.js/${dDt} ${bA()}`},method:"POST",url:"/graphql"});function kye(t){return pV(t,{method:"POST",url:"/graphql"})}o(kye,"withCustomRequest");var lV="(?:[a-zA-Z0-9_-]+)",Uye="\\.",Gye=new RegExp(`^${lV}${Uye}${lV}${Uye}${lV}$`),gDt=Gye.test.bind(Gye);async function zDt(t){let e=gDt(t),r=t.startsWith("v1.")||t.startsWith("ghs_"),s=t.startsWith("ghu_");return{type:"token",token:t,tokenType:e?"app":r?"installation":s?"user-to-server":"oauth"}}o(zDt,"auth");function ODt(t){return t.split(/\./).length===3?`bearer ${t}`:`token ${t}`}o(ODt,"withAuthorizationPrefix");async function EDt(t,e,r,s){let n=e.endpoint.merge(r,s);return n.headers.authorization=ODt(t),e(n)}o(EDt,"hook");var Hye=o(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(zDt.bind(null,e),{hook:EDt.bind(null,e)})},"createTokenAuth2");var AV="7.0.6";var Xye=o(()=>{},"noop"),yDt=console.warn.bind(console),CDt=console.error.bind(console);function BDt(t={}){return typeof t.debug!="function"&&(t.debug=Xye),typeof t.info!="function"&&(t.info=Xye),typeof t.warn!="function"&&(t.warn=yDt),typeof t.error!="function"&&(t.error=CDt),t}o(BDt,"createLogger");var Vye=`octokit-core.js/${AV} ${bA()}`,Yw=class{static{o(this,"Octokit")}static VERSION=AV;static defaults(e){return class extends this{static{o(this,"OctokitWithDefaults")}constructor(...s){let n=s[0]||{};if(typeof e=="function"){super(e(n));return}super(Object.assign({},e,n,n.userAgent&&e.userAgent?{userAgent:`${n.userAgent} ${e.userAgent}`}:null))}}}static plugins=[];static plugin(...e){let r=this.plugins;return class extends this{static{o(this,"NewOctokit")}static plugins=r.concat(e.filter(n=>!r.includes(n)))}}constructor(e={}){let r=new zye.Collection,s={baseUrl:OE.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},e.request,{hook:r.bind(null,"request")}),mediaType:{previews:[],format:""}};if(s.headers["user-agent"]=e.userAgent?`${e.userAgent} ${Vye}`:Vye,e.baseUrl&&(s.baseUrl=e.baseUrl),e.previews&&(s.mediaType.previews=e.previews),e.timeZone&&(s.headers["time-zone"]=e.timeZone),this.request=OE.defaults(s),this.graphql=kye(this.request).defaults(s),this.log=BDt(e.log),this.hook=r,e.authStrategy){let{authStrategy:i,...a}=e,c=i(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:a},e.auth));r.wrap("request",c.hook),this.auth=c}else if(!e.auth)this.auth=async()=>({type:"unauthenticated"});else{let i=Hye(e.auth);r.wrap("request",i.hook),this.auth=i}let n=this.constructor;for(let i=0;i<n.plugins.length;++i)
`,a).length:A,p?(c===null?0:c.length)+u.length:0,p?u.length+A:0);return d<h},"__needMoreData"),parse:o(function(s,n,i,a){let{bom:c,comment_no_infix:u,encoding:p,from_line:l,ltrim:A,max_record_size:d,raw:h,relax_quotes:M,rtrim:z,skip_empty_lines:C,to:E,to_line:B}=this.options,{comment:I,escape:w,quote:N,record_delimiter:x}=this.options,{bomSkipped:P,previousBuf:j,rawBuffer:Ee,escapeIsQuote:we}=this.state,Z;if(j===void 0)if(s===void 0){a();return}else Z=s;else j!==void 0&&s===void 0?Z=j:Z=Buffer.concat([j,s]);if(P===!1)if(c===!1)this.state.bomSkipped=!0;else if(Z.length<3){if(n===!1){this.state.previousBuf=Z;return}}else{for(let J in Jm)if(Jm[J].compare(Z,0,Jm[J].length)===0){let _e=Jm[J].length;this.state.bufBytesStart+=_e,Z=Z.slice(_e);let re=H$({...this.original_options,encoding:J});for(let Ce in re)this.options[Ce]=re[Ce];({comment:I,escape:w,quote:N}=this.options);break}this.state.bomSkipped=!0}let Se=Z.length,Y;for(Y=0;Y<Se&&!this.__needMoreData(Y,Se,n);Y++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),B!==-1&&this.info.lines>B){this.state.stop=!0,a();return}this.state.quoting===!1&&x.length===0&&this.__autoDiscoverRecordDelimiter(Z,Y)&&(x=this.options.record_delimiter);let J=Z[Y];if(h===!0&&Ee.append(J),(J===pNt||J===lNt)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(w!==null&&this.state.quoting===!0&&this.__isEscape(Z,Y,J)&&Y+w.length<Se)if(we){if(this.__isQuote(Z,Y+w.length)){this.state.escaping=!0,Y+=w.length-1;continue}}else{this.state.escaping=!0,Y+=w.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(Z,Y))if(this.state.quoting===!0){let Ce=Z[Y+N.length],dt=z&&this.__isCharTrimable(Z,Y+N.length),Gt=I!==null&&this.__compareBytes(I,Z,Y+N.length,Ce),He=this.__isDelimiter(Z,Y+N.length,Ce),u0=x.length===0?this.__autoDiscoverRecordDelimiter(Z,Y+N.length):this.__isRecordDelimiter(Ce,Z,Y+N.length);if(w!==null&&this.__isEscape(Z,Y,J)&&this.__isQuote(Z,Y+w.length))Y+=w.length-1;else if(!Ce||He||u0||Gt||dt){this.state.quoting=!1,this.state.wasQuoting=!0,Y+=N.length-1;continue}else if(M===!1){let Tt=this.__error(new qt("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(Ce)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(Tt!==void 0)return Tt}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(N),Y+=N.length-1}else if(this.state.field.length!==0){if(M===!1){let Ce=this.__infoField(),dt=Object.keys(Jm).map(He=>Jm[He].equals(this.state.field.toString())?He:!1).filter(Boolean)[0],Gt=this.__error(new qt("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(Ce.column)} at line ${Ce.lines}, value is ${JSON.stringify(this.state.field.toString(p))}`,dt?`(${dt} bom)`:void 0],this.options,Ce,{field:this.state.field}));if(Gt!==void 0)return Gt}}else{this.state.quoting=!0,Y+=N.length-1;continue}if(this.state.quoting===!1){let Ce=this.__isRecordDelimiter(J,Z,Y);if(Ce!==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)>=l){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),Y+=Ce-1;continue}if(C===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,Y+=Ce-1;continue}this.info.bytes=this.state.bufBytesStart+Y;let He=this.__onField();if(He!==void 0)return He;this.info.bytes=this.state.bufBytesStart+Y+Ce;let u0=this.__onRecord(i);if(u0!==void 0)return u0;if(E!==-1&&this.info.records>=E){this.state.stop=!0,a();return}}this.state.commenting=!1,Y+=Ce-1;continue}if(this.state.commenting)continue;if(I!==null&&(u===!1||this.state.record.length===0&&this.state.field.length===0)&&this.__compareBytes(I,Z,Y,J)!==0){this.state.commenting=!0;continue}let dt=this.__isDelimite
`,i),Buffer.from(`
`,i),Buffer.from("\r",i)];e:for(let c=0;c<a.length;c++){let u=a[c].length;for(let p=0;p<u;p++)if(a[c][p]!==s[n+p])continue e;return this.options.record_delimiter.push(a[c]),this.state.recordDelimiterMaxLength=a[c].length,a[c].length}return 0},"__autoDiscoverRecordDelimiter"),__error:o(function(s){let{encoding:n,raw:i,skip_records_with_error:a}=this.options,c=typeof s=="string"?new Error(s):s;if(a){if(this.state.recordHasError=!0,this.options.on_skip!==void 0)try{this.options.on_skip(c,i?this.state.rawBuffer.toString(n):void 0)}catch(u){return u}return}else return c},"__error"),__infoDataSet:o(function(){return{...this.info,columns:this.options.columns}},"__infoDataSet"),__infoRecord:o(function(){let{columns:s,raw:n,encoding:i}=this.options;return{...this.__infoDataSet(),bytes_records:this.info.bytes,error:this.state.error,header:s===!0,index:this.state.record.length,raw:n?this.state.rawBuffer.toString(i):void 0}},"__infoRecord"),__infoField:o(function(){let{columns:s}=this.options,n=Array.isArray(s),i=this.info.bytes_records;return{...this.__infoRecord(),bytes_records:i,column:n===!0?s.length>this.state.record.length?s[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}},"__infoField")}},"transform");var ui=o(function(t,e={}){typeof t=="string"&&(t=Buffer.from(t));let r=e&&e.objname?{}:[],s=oqe(e),n=o(c=>{s.options.objname===void 0?r.push(c):r[c[0]]=c[1]},"push"),i=o(()=>{},"close"),a=s.parse(t,!0,n,i);if(a!==void 0)throw a;return r},"parse");var St=class t{static{o(this,"Util")}static getInputList(e,r){return this.getList(Hn(e,{trimWhitespace:r?.trimWhitespace!==!1}),r)}static getList(e,r){let s=[];if(e=="")return s;let n=ui(e,{columns:!1,relaxQuotes:!0,comment:r?.comment,comment_no_infix:r?.commentNoInfix,relaxColumnCount:!0,skipEmptyLines:!0,quote:r?.quote});for(let i of n)i.length==1?r?.ignoreComma?s.push(i[0]):s.push(...i[0].split(",")):r?.ignoreComma?s.push(i.join(",")):s.push(...i);return s.filter(i=>i).map(i=>r?.trimWhitespace===!1?i:i.trim())}static getInputNumber(e){let r=Hn(e);if(r)return parseInt(r)}static async asyncForEach(e,r){for(let s=0;s<e.length;s++)await r(e[s],s,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 s=await mr("powershell",!0),n=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),i=[];if(r)for(let a in r)i.push(`-${a} '${r[a].replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`);return{command:`"${s}"`,args:["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${n}' ${i.join(" ")}`]}}static isDirectory(e){try{return aqe.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 s=e.lastIndexOf(r);return s===-1||s+r.length!==e.length?e:e.substring(0,s)}static sleep(e){return new Promise(r=>setTimeout(r,e*1e3))}static hash(e){return X$.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,s=["Bytes","KB","MB","GB","TB","PB","EB","ZB","YB"],n=Math.floor(Math.log(e)/Math.log(r));return parseFloat((e/Math.pow(r,n)).toFixed(2))+" "+s[n]}static generateRandomString(e=10){return X$.default.randomBytes(Math.ceil(e/2)).toString("hex").slice(0,e)}static compileHandlebars(e,r,s){return cqe.default.compile(e,r)(s)}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 s=UE
More info: ${u.url}`);let h=u.range&&u.range.length>0?u.range[0]?.start.line:void 0,M=!1;for(let z of a)if(z.remote||z.path.endsWith(p)&&z.content===l){c.push({title:A,message:d,file:z.path,startLine:h}),M=!0;break}M||T(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without matching Dockerfile ${p}: ${A}`)}return c}};var X2=_(require("fs"),1),$$=_(require("path"),1);var ZS=class t{static{o(this,"Build")}buildx;iidFilename;metadataFilename;constructor(e){this.buildx=e?.buildx||new i0,this.iidFilename=`build-iidfile-${St.generateRandomString()}.txt`,this.metadataFilename=`build-metadata-${St.generateRandomString()}.json`}async gitContext(e){let r=new Set(["ref","checksum","subdir"]),s=e?.attrs||{},n=Object.entries(s).filter(([h])=>!r.has(h)),i=St.parseBoolOrDefault(s["fetch-by-commit"]),a=e?.ref||s.ref||gs.ref;a.startsWith("refs/")?a.startsWith("refs/pull/")&&St.parseBoolOrDefault(process.env.DOCKER_DEFAULT_GIT_CONTEXT_PR_HEAD_REF)&&(a=a.replace(/\/merge$/g,"/head")):a=`refs/heads/${a}`;let c=`${wt.serverURL}/${gs.repo.owner}/${gs.repo.repo}.git`,u=e?.checksum||s.checksum,p=e?.subdir||s.subdir,l=e?.format;if(!l){if(l="fragment",n.length>0)l="query";else if(St.parseBoolOrDefault(process.env.BUILDX_SEND_GIT_QUERY_AS_INPUT))try{await this.buildx.versionSatisfies(">=0.29.0")&&(l="query")}catch{}}let A=gs.sha||a;a.startsWith("refs/pull/")&&a.endsWith("/head")&&(A=typeof gs.payload.pull_request?.head?.sha=="string"?gs.payload.pull_request.head.sha:a);let d=u||A;if(l==="query"){let h=[`ref=${i||u?a:d}`],M=i?d:u;M&&h.push(`checksum=${M}`),p&&p!=="."&&h.push(`subdir=${p}`);for(let[z,C]of n)h.push(`${z}=${C}`);return`${c}?${h.join("&")}`}return`${c}#${d}${p&&p!=="."?`:${p}`:""}`}getImageIDFilePath(){return $$.default.join(Dt.tmpDir(),this.iidFilename)}resolveImageID(){let e=this.getImageIDFilePath();if(X2.default.existsSync(e))return X2.default.readFileSync(e,{encoding:"utf-8"}).trim()}getMetadataFilePath(){return $$.default.join(Dt.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!X2.default.existsSync(e))return;let r=X2.default.readFileSync(e,{encoding:"utf-8"}).trim();if(r!=="null")return JSON.parse(r)}resolveRef(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.ref"in e)return e["buildx.build.ref"]}resolveProvenance(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.provenance"in e)return e["buildx.build.provenance"]}resolveWarnings(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"buildx.build.warnings"in e)return e["buildx.build.warnings"]}resolveDigest(e){if(!(!e&&(e=this.resolveMetadata(),!e))&&"containerimage.digest"in e)return e["containerimage.digest"]}static resolveSecretString(e){let[r,s]=t.resolveSecret(e,{redact:!0});return`id=${r},src=${s}`}static resolveSecretFile(e){let[r,s]=t.resolveSecret(e,{asFile:!0});return`id=${r},src=${s}`}static resolveSecretEnv(e){let[r,s]=t.parseSecretKvp(e);return`id=${r},env=${s}`}static resolveSecret(e,r){let[s,n]=t.parseSecretKvp(e,r?.redact);if(r?.asFile){if(!X2.default.existsSync(n))throw new Error(`secret file ${n} not found`);return[s,n]}let i=Dt.tmpName({tmpdir:Dt.tmpDir()});return X2.default.writeFileSync(i,n),[s,i]}static getProvenanceInput(e){let r=Hn(e);if(!r)return r;try{return Ude(e)?`builder-id=${wt.workflowRunURL(!0)}`:"false"}catch{return t.resolveProvenanceAttrs(r)}}static resolveProvenanceAttrs(e){if(!e)return`builder-id=${wt.workflowRunURL(!0)}`;let r=ui(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let s of r)if(s.toString().split(/(?<=^[^=]+?)=/).map(i=>i.trim())[0]=="builder-id")return e;return`${e},builder-id=${wt.workflowRunURL(!0)}`}static resolveCacheToAttrs(e,r){if(!e)return e;let s="registry",n="",i="",a=ui(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let c of a){let u=c.toString().split(/(?<=^[^=]+?)=/).map(p=>p.trim());u[0]==="type"?s=u[1]:u[0]==="repository"?n=u[1]:u[0]==="ghtoken"&&(i=u[1])}return s==="gha"&&(n||(e=`${e},repository=${wt.repository}`),!i&&r&&(e=`${e},ghtoken=${r}`)),e}static hasLocalExporter(e){return t.hasExporterType("local",e)}static hasTarExporter(e){return t.hasExp
`),{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let n of s){if(n.length==1&&!n[0].startsWith("type="))return e=="local";for(let[i,a]of n.map(c=>c.split("=").map(u=>u.trim())))if(i=="type"&&a==e)return!0}return!1}static hasAttestationType(e,r){let s=ui(r,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let n of s)for(let[i,a]of n.map(c=>c.split("=").map(u=>u.trim())))if(i=="type"&&a==e)return!0;return!1}static resolveAttestationAttrs(e){let r=ui(e,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0}),s=[];for(let n of r)for(let i of n)try{let a=St.parseBool(i);s.push(`disabled=${!a}`)}catch{s.push(i)}return s.join(",")}static hasGitAuthTokenSecret(e,r){for(let s of e){if(r&&s.startsWith(`GIT_AUTH_TOKEN.${r}=`))return!0;if(s.startsWith("GIT_AUTH_TOKEN="))return!0}return!1}static parseSecretKvp(e,r){let s=e.indexOf("="),n=e.substring(0,s),i=e.substring(s+1);if(n.length==0||i.length==0)throw new Error(`${e} is not a valid secret`);return r&&La(i),[n,i]}};var j$=_(require("fs"),1),lqe=_(require("path"),1);var eN=class t{static{o(this,"Bake")}buildx;metadataFilename;constructor(e){this.buildx=e?.buildx||new i0,this.metadataFilename=`bake-metadata-${St.generateRandomString()}.json`}getMetadataFilePath(){return lqe.default.join(Dt.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!j$.default.existsSync(e))return;let r=j$.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 s in e)"buildx.build.ref"in e[s]&&r.push(e[s]["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 s=["bake"],n,i=[],a=[...e.files||[],e.source];if(a){for(let u of a.map(p=>p?p.trim():""))if(u.length!=0){if(!St.isValidRef(u)){i.push(u);continue}if(n)throw new Error("Only one remote bake definition can be defined");n=u}}n&&s.push(n);for(let u of i)s.push("--file",u);if(e.overrides)for(let u of e.overrides)s.push("--set",u);if(e.vars)for(let u of e.vars)s.push("--var",u);if(e.allow)for(let u of e.allow)s.push("--allow",u);e.call&&s.push("--call",e.call),e.load&&s.push("--load"),e.noCache&&s.push("--no-cache"),e.provenance&&s.push("--provenance",e.provenance),e.push&&s.push("--push"),e.sbom&&s.push("--sbom",e.sbom);let c=await this.buildx.getCommand([...s,"--print",...e.targets||[]]);return await ke.getExecOutput(c.command,c.args,r).then(u=>{if(u.stderr.length>0&&u.exitCode!=0)throw new Error(`cannot parse bake definitions: ${u.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return t.parseDefinition(u.stdout.trim())})}static parseDefinition(e){let r=JSON.parse(e);for(let s in r.target){let n=r.target[s];n.attest&&Array.isArray(n.attest)&&(n.attest=n.attest.map(i=>t.parseAttestEntry(i))),n["cache-from"]&&Array.isArray(n["cache-from"])&&(n["cache-from"]=n["cache-from"].map(i=>t.parseCacheEntry(i))),n["cache-to"]&&Array.isArray(n["cache-to"])&&(n["cache-to"]=n["cache-to"].map(i=>t.parseCacheEntry(i))),n.output&&Array.isArray(n.output)&&(n.output=n.output.map(i=>t.parseExportEntry(i))),n.secret&&Array.isArray(n.secret)&&(n.secret=n.secret.map(i=>t.parseSecretEntry(i))),n.ssh&&Array.isArray(n.ssh)&&(n.ssh=n.ssh.map(i=>t.parseSSHEntry(i)))}return r}static parseAttestEntry(e){if(typeof e!="string")return e;let r={type:""},s=ui(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let n of s){let[i,a]=n.toString().split(/(?<=^[^=]+?)=/).map(c=>c.trim());switch(i){case"type":r.type=a;break;case"disabled":r.disabled=St.parseBool(a);break;default:r[i]=a}}return r}static parseCacheEntry(e){if(typeof e!="string")return e;let r={type:""},s=ui(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];if(s.length===1&&!s[0].includes("="))return r.type="registry",r.ref=s[0],r;for(let n of s){let[i,a]=n.toString().
`)[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"]);T(`detached HEAD ref: ${e}`);let r=e.replace(/^grafted, /,"").trim();if(r==="HEAD")return await t.inferRefFromHead();let s=r.match(/^HEAD, (.*)$/);if(!s||!s[1])throw new Error(`Cannot find detached HEAD ref in "${e}"`);let n=s[1].trim();if(n.startsWith("tag: "))return`refs/tags/${n.split(":")[1].trim()}`;if(n.match(/^pull\/\d+\/(head|merge)$/))return`refs/${n}`;let a=n.match(/^[^/]+\/[^/]+, (.+)$/);if(a)return`refs/heads/${a[1].trim()}`;let c=n.match(/^[^/]+\/(.+)$/);if(c)return`refs/heads/${c[1].trim()}`;throw new Error(`Unsupported detached HEAD ref in "${e}"`)}static async exec(e=[]){return await ke.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 i=r.match(/^refs\/remotes\/[^/]+\/(.+)$/);return i?`refs/heads/${i[1]}`:r}let s=await t.exec(["tag","--contains","HEAD"]),[n]=s.split(`
`).map(i=>i.trim()).filter(i=>i.length>0);if(n)return`refs/tags/${n}`;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]),[s]=r.split(`
`).map(n=>n.trim()).filter(n=>n.length>0);return s}static async commitDate(e){return new Date(await t.exec(["show","-s",'--format="%ci"',e]))}};var jWe=require("crypto"),uu=_(require("fs"),1),sd=_(require("path"),1);var s4=_(XE(),1),pu=_(lxe(),1),YWe=_(W0e(),1),Fg=_(kWe(),1);var A1e=_(XE(),1);var GWe=_(oa(),1);var UWe="application/vnd.oci.empty.v1+json";var cl=class{static{o(this,"Cosign")}binPath;_version;_versionOnce;constructor(e){this.binPath=e?.binPath||"cosign",this._version="",this._versionOnce=!1}async isAvailable(){let e=await ke.getExecOutput(this.binPath,[],{ignoreReturnCode:!0,silent:!0}).then(r=>r.stderr.length>0&&r.exitCode!=0?(T(`Cosign.isAvailable cmd err: ${r.stderr.trim()}`),!1):r.exitCode==0).catch(r=>(T(`Cosign.isAvailable error: ${r}`),!1));return T(`Cosign.isAvailable: ${e}`),e}async version(){return this._versionOnce?this._version:(this._versionOnce=!0,this._version=await ke.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 ke.exec(this.binPath,["version","--json"],{failOnStdErr:!1})}async versionSatisfies(e,r){let s=r??await this.version();if(!s)return T("Cosign.versionSatisfies false: undefined version"),!1;let n=GWe.satisfies(s,e)||/^[0-9a-f]{7}$/.exec(s)!==null;return T(`Cosign.versionSatisfies ${s} statisfies ${e}: ${n}`),n}static parseCommandOutput(e){let r,s,n,i;for(let a of e.split(/\r?\n/)){let c=a.trim();if(!c.startsWith("{")||!c.endsWith("}"))continue;let u;try{u=JSON.parse(c)}catch{continue}if(u&&Array.isArray(u.errors)&&u.errors.length>0&&(i=u.errors),!r&&u&&Array.isArray(u.manifests)&&u.manifests.length>0){let p=u.manifests[0];p?.artifactType===A1e.BUNDLE_V03_MEDIA_TYPE&&typeof p.digest=="string"?r=p.digest:p?.artifactType===UWe&&typeof p.digest=="string"&&(s=p.digest)}if(!n&&u&&u.mediaType===A1e.BUNDLE_V03_MEDIA_TYPE&&(n=u),n&&(r||s)){i=void 0;break}}return{bundle:n,signatureManifestDigest:r||s,errors:i}}};var d1e=_(require("fs"),1);var XT=class t{static{o(this,"ImageTools")}buildx;constructor(e){this.buildx=e?.buildx||new i0}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 s=r.manifests.filter(a=>a.annotations?.["vnd.docker.reference.type"]==="attestation-manifest");if(!e.platform)return s;let n=e.platform,i=new Map;for(let a of r.manifests)a.digest&&i.set(a.digest,a);return s.filter(a=>{let c=a.annotations?.["vnd.docker.reference.digest"];if(!c)return!1;let u=i.get(c);return u?u.platform?.os===n.os&&u.platform?.architecture===n.architecture&&(u.platform?.variant??"")===(n.variant??""):!1})}async attestationDigests(e){return(await this.attestationDescriptors(e)).map(r=>r.digest)}async create(e){let r=[],s=Dt.tmpName({tmpdir:Dt.tmpDir(),template:"imagetools-metadata-XXXXXX"}),n=[],i=[];for(let c of e.sources){if(c.startsWith("cwd://")){let u=c.substring(6);u.length>0&&n.push(u);continue}i.push(c)}if(e.tags)for(let c of e.tags)r.push("--tag",c);if(e.platforms)for(let c of e.platforms)r.push("--platform",c);if(e.annotations)for(let c of e.annotations)r.push("--annotation",c);e.dryRun?r.push("--dry-run"):r.push("--metadata-file",s);for(let c of n)r.push("--file",c
${a.message}`),await new Promise(p=>setTimeout(p,Math.pow(2,c)*100))}throw a??new Error(`ImageTools inspect command failed for ${e.name}`)}async execInspect(e,r,s){return await ke.getExecOutput(e,r,{ignoreReturnCode:!0,silent:!0}).then(n=>{if(n.stderr.length>0&&n.exitCode!=0)throw new Error(n.stderr.trim());return s(JSON.parse(n.stdout))})}static isManifestUnknownError(e){return/(MANIFEST_UNKNOWN|manifest unknown|not found: not found)/i.test(e)}};var HWe="application/vnd.in-toto+json";var XWe="https://fulcio.sigstore.dev",VWe="https://rekor.sigstore.dev",$We="https://timestamp.sigstore.dev",$f="https://search.sigstore.dev";var nKt="slsaprovenance1",nd=class t{static{o(this,"Sigstore")}cosign;imageTools;constructor(e){this.cosign=e?.cosign||new cl,this.imageTools=e?.imageTools||new XT}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 s=this.signingEndpoints(e.noTransparencyLog);W(`Using Sigstore signing endpoint: ${s.fulcioURL}`);let n=t.noTransparencyLog(e.noTransparencyLog),i=[];await this.cosign.versionSatisfies(">=3.0.4")?await Mr("Creating Sigstore protobuf signing config",async()=>{let a=Dt.tmpName({template:"signing-config-XXXXXX.json",tmpdir:Dt.tmpDir()}),c=["signing-config","create","--with-default-services=true",`--out=${a}`];n&&c.push("--no-default-rekor=true"),await ke.exec(this.cosign.binPath,c,{env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),W(JSON.stringify(JSON.parse(uu.default.readFileSync(a,{encoding:"utf-8"})),null,2)),i.push(`--signing-config=${a}`)}):(i.push("--use-signing-config"),n&&i.push("--tlog-upload=false"));for(let a of e.imageNames){let c=await this.imageTools.attestationDigests({name:`${a}@${e.imageDigest}`,retryOnManifestUnknown:e.retryOnManifestUnknown,retryLimit:e.retryLimit});for(let u of c){let p=`${a}@${u}`;await Mr(`Signing attestation manifest ${p}`,async()=>{let l=["sign","--yes","--oidc-provider","github-actions","--registry-referrers-mode","oci-1-1","--new-bundle-format",...i];W(`[command]${this.cosign.binPath} ${[...l,p].join(" ")}`);let A=await ke.getExecOutput(this.cosign.binPath,["--verbose",...l,p],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),d=cl.parseCommandOutput(A.stderr.trim());if(A.exitCode!=0)if(d.errors&&d.errors.length>0){let M=d.errors.map(z=>`- [${z.code}] ${z.message} : ${z.detail}`).join(`
`);throw new Error(`Cosign sign command failed with errors:
${M}`)}else throw new Error(`Cosign sign command failed with: ${A.stderr.trim().split(/\r?\n/).filter(M=>M.length>0).pop()??"unknown error"}`);let h=t.parseBundle((0,s4.bundleFromJSON)(d.bundle));h.tlogID&&W(`Uploaded to Rekor transparency log: ${$f}?logIndex=${h.tlogID}`),W(`Signature manifest pushed: https://oci.dag.dev/?referrers=${p}`),r[p]={...h,imageName:a}})}}}catch(s){throw new Error(`Signing BuildKit attestation manifests failed: ${s.message}`)}return r}async verifySignedManifests(e,r){let s={};for(let[n,i]of Object.entries(e))await Mr(`Verifying signature of ${n}`,async()=>{let a=await this.verifyImageAttestation(n,{certificateIdentityRegexp:r.certificateIdentityRegexp,noTransparencyLog:r.noTransparencyLog||!i.tlogID,retryOnManifestUnknown:r.retryOnManifestUnknown});W(`Signature manifest verified: https://oci.dag.dev/?image=${i.imageName}@${a.signatureManifestDigest}`),s[n]=a});return s}async verifyImageAttestations(e,r){let s={},n=await this.imageTools.attestationDigests({name:e,platform:r.platform,retryOnManifestUnknown:r.retryOnManifestUnknown,retryLimit:r.retryLimit});if(n.length===0)throw new Error(`No attestation manifests found for ${e}`);let i=e.split(":",1)[0];for(let a of n){let c=`${i}@${a}`,u=await this.verifyImageAttestation(c,r);W(`Signature manifest verified: https://oci.dag.dev/?image=${i}@${u.signatureManifestDigest}`),s[c]=u}return s}async verifyImageAttestation(e,r){if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed manifests");let s=["verify","--experimental-oci11","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp];if(r.noTransparencyLog&&s.push("--use-signed-timestamps","--insecure-ignore-tlog"),!r.retryOnManifestUnknown){W(`[command]${this.cosign.binPath} ${[...s,e].join(" ")}`);let a=await ke.getExecOutput(this.cosign.binPath,["--verbose",...s,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});if(a.exitCode!==0)throw new Error(`Cosign verify command failed with: ${a.stderr.trim().split(/\r?\n/).filter(u=>u.length>0).pop()??"unknown error"}`);let c=cl.parseCommandOutput(a.stderr.trim());return{cosignArgs:s,signatureManifestDigest:c.signatureManifestDigest}}let n=r.retryLimit??15,i;W(`[command]${this.cosign.binPath} ${[...s,e].join(" ")}`);for(let a=0;a<n;a++){let c=await ke.getExecOutput(this.cosign.binPath,["--verbose",...s,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),u=cl.parseCommandOutput(c.stderr.trim());if(c.exitCode===0)return{cosignArgs:s,signatureManifestDigest:u.signatureManifestDigest};if(u.errors&&u.errors.length>0){let p=u.errors.map(l=>`- [${l.code}] ${l.message} : ${l.detail}`).join(`
`);if(i=new Error(`Cosign verify command failed with errors:
${p}`),u.errors.some(l=>l.code==="MANIFEST_UNKNOWN"))W(`Cosign verify command failed with MANIFEST_UNKNOWN, retrying attempt ${a+1}/${n}...
${p}`),await new Promise(l=>setTimeout(l,Math.pow(2,a)*100));else throw i}else throw new Error(`Cosign verify command failed with: ${c.stderr.trim().split(/\r?\n/).filter(p=>p.length>0).pop()??"unknown error"}`)}throw i}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 s=this.signingEndpoints(e.noTransparencyLog);W(`Using Sigstore signing endpoint: ${s.fulcioURL}`);let n=t.getProvenanceBlobs(e);for(let i of Object.keys(n))await Mr(`Signing ${i}`,async()=>{let a=n[i],c=sd.default.join(sd.default.dirname(i),`${e.name??"provenance"}.sigstore.json`),u=t.getProvenanceSubjects(a);if(u.length===0){Rt(`No subjects found in provenance ${i}, skip signing.`);return}let p=await t.signPayload({data:a,type:HWe},s),l=t.parseBundle(p);W("Provenance blob signed for:");for(let A of u){let[d,h]=Object.entries(A.digest)[0]||[];W(` - ${A.name} (${d}:${h})`)}l.tlogID&&W(`Attestation signature uploaded to Rekor transparency log: ${$f}?logIndex=${l.tlogID}`),W(`Writing Sigstore bundle to: ${c}`),uu.default.writeFileSync(c,JSON.stringify(l.payload,null,2),{encoding:"utf-8"}),r[i]={...l,bundlePath:c,subjects:u}})}catch(s){throw new Error(`Signing BuildKit provenance blobs failed: ${s.message}`)}return r}async verifySignedArtifacts(e,r){let s={};if(!await this.cosign.isAvailable())throw new Error("Cosign is required to verify signed artifacts");for(let[n,i]of Object.entries(e)){let a=sd.default.dirname(n);await Mr(`Verifying signature bundle ${i.bundlePath}`,async()=>{for(let c of i.subjects){let u=sd.default.join(a,c.name);W(`Verifying signed artifact ${u}`);let p=["verify-blob-attestation","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp,"--type",r.predicateType??nKt];(r.noTransparencyLog||!i.tlogID)&&p.push("--use-signed-timestamps","--insecure-ignore-tlog");let l=await ke.getExecOutput(this.cosign.binPath,[...p,"--bundle",i.bundlePath,u],{ignoreReturnCode:!0});if(l.stderr.length>0&&l.exitCode!=0)throw new Error(l.stderr);s[u]={bundlePath:i.bundlePath,cosignArgs:p}}})}return s}async verifyArtifact(e,r,s){W("Verifying keyless verification bundle signature");let n=JSON.parse(uu.default.readFileSync(r,"utf-8")),i=(0,s4.bundleFromJSON)(n);W("Fetching Sigstore TUF trusted root metadata");let a=await YWe.getTrustedRoot(),c=(0,Fg.toTrustMaterial)(a);try{W("Verifying artifact signature");let u=(0,Fg.toSignedEntity)(i,uu.default.readFileSync(e)),p=t.parseCertificate(i),l=i.verificationMaterial.tlogEntries,A=l.length>0?l[0].logIndex:void 0;if(s?.subjectAlternativeName&&s?.subjectAlternativeName instanceof RegExp){let M=p.subjectAltName?.replace(/^uri:/i,"");if(M){if(!M.match(s.subjectAlternativeName))throw new Error(`Signing certificate subjectAlternativeName "${M}" does not match expected pattern`)}else throw new Error("Signing certificate does not contain subjectAltName")}let h=new Fg.Verifier(c).verify(u,{subjectAlternativeName:s?.subjectAlternativeName&&typeof s.subjectAlternativeName=="string"?s.subjectAlternativeName:void 0,extensions:s?.issuer?{issuer:s.issuer}:void 0});return T(`Sigstore.verifyArtifact signer: ${JSON.stringify(h)}`),{payload:n,certificate:p.toString(),tlogID:A}}catch(u){throw new Error(`Failed to verify artifact signature: ${u}`)}}signingEndpoints(e){return e=t.noTransparencyLog(e),W(`Upload to transparency log: ${e?"disabled":"enabled"}`),{fulcioURL:XWe,rekorURL:e?void 0:VWe,tsaServerURL:$We}}static noTransparencyLog(e){return e??wt.context.payload.repository?.private}static getProvenanceBlobs(e){let r=sd.default.join(e.localExportDir,"provenance.json");if(uu.default.existsSync(r))return{[r]:uu.default.readFileSync(r)};let s=uu.default.readdirSync(e.localExportDir,{withFileTypes:!0}),n=s.filter(i=>i.isDirectory());if(n.length>0&&n.length===s.length&&n.every(i=>uu.default.existsSync(sd.default.join(e.localExportDir,i.name,"provenance.json")))){let i={};for(let a of n){let c=
`)){let[p,...l]=u.split(":"),A=p.toLowerCase(),d=l.map(h=>h.trim()).join(":");if(p.length!=0)switch(!0){case A=="name":s=void 0,r.name==null?r.name=d:(i&&n.gcPolicy&&(n.gcPolicy.push(i),i=void 0),n.name&&r.nodes.push(n),n={name:d});break;case A=="driver":s=void 0,r.driver=d;break;case A=="last activity":s=void 0,r.lastActivity=new Date(d);break;case A=="endpoint":s=void 0,n.endpoint=d;break;case A=="driver options":s=void 0,n["driver-opts"]=(d.match(/([a-zA-Z0-9_.]+)="([^"]*)"/g)||[]).map(h=>h.replace(/^(.*)="(.*)"$/g,"$1=$2"));break;case A=="status":s=void 0,n.status=d;break;case A=="buildkit daemon flags":case A=="flags":s=void 0,n["buildkitd-flags"]=d;break;case A=="buildkit version":case A=="buildkit":s=void 0,n.buildkit=d;break;case A=="platforms":{if(s=void 0,!d)break;let h=[];if(d.includes("*"))for(let M of d.split(", "))M.includes("*")&&h.push(M.replace(/\*/g,""));else h=d.split(", ");n.platforms=h.join(",");break}case A=="features":s="features",n.features={};break;case A=="labels":s="label",n.labels={};break;case A=="devices":s="devices",n.devices=n.devices||[];break;case A.startsWith("gc policy rule#"):s="gcpolicy",n.gcPolicy&&i&&(n.gcPolicy.push(i),i=void 0);break;case A.startsWith("file#"):s="file",c=p.split("#")[1],n.files=n.files||{},n.files[c]="";break;default:switch(s&&s!=="devices"&&n.devices&&a&&(n.devices.push(a),a=void 0),s||""){case"features":{n.features=n.features||{},n.features[p.trim()]=!!d;break}case"label":{n.labels=n.labels||{},n.labels[p.trim()]=d;break}case"devices":{switch(A.trim()){case"name":{n.devices&&a&&n.devices.push(a),a={},a.name=d;break}case"on-demand":{a&&d&&(a.onDemand=d=="true");break}case"automatically allowed":{a&&d&&(a.autoAllow=d=="true");break}case"annotations":{a&&(a.annotations=a.annotations||{});break}default:a&&a.annotations&&(a.annotations[p.trim()]=d)}break}case"gcpolicy":{switch(n.gcPolicy=n.gcPolicy||[],i=i||{},A.trim()){case"all":{i.all=d=="true";break}case"filters":{d&&(i.filter=d.split(","));break}case"keep duration":{i.keepDuration=d;break}case"keep bytes":{i.keepBytes=d;break}case"reserved space":{i.reservedSpace=d;break}case"max used space":{i.maxUsedSpace=d;break}case"min free space":{i.minFreeSpace=d;break}}break}case"file":{c&&n.files&&(n.files[c].length>0&&(n.files[c]+=`
`),n.files[c]+=u.replace(/^\s>\s?/,""));break}}}}return a&&n.devices&&n.devices.push(a),i&&n.gcPolicy&&n.gcPolicy.push(i),n.name&&r.nodes.push(n),r}};var JWe=_(oa(),1);var $T=_(require("fs"),1);var jT=class{static{o(this,"Config")}resolveFromString(e){return this.resolve(e,!1)}resolveFromFile(e){return this.resolve(e,!0)}resolve(e,r){if(r){if(!$T.default.existsSync(e))throw new Error(`config file ${e} not found`);e=$T.default.readFileSync(e,{encoding:"utf-8"})}let s=Dt.tmpName({tmpdir:Dt.tmpDir()});return $T.default.writeFileSync(s,e),s}};var YT=class{static{o(this,"BuildKit")}buildx;config;constructor(e){this.config=new jT,this.buildx=e?.buildx||new i0}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 T(`BuildKit.getVersionWithinImage nodeName: ${e}`),Wr.getExecOutput(["inspect","--format","{{.Config.Image}}",`${i0.containerNamePrefix}${e}`],{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.exitCode==0&&r.stdout.length>0)return T(`BuildKit.getVersionWithinImage image: ${r.stdout.trim()}`),Wr.getExecOutput(["run","--rm",r.stdout.trim(),"--version"],{ignoreReturnCode:!0,silent:!0}).then(s=>{if(s.exitCode==0&&s.stdout.length>0)return`${r.stdout.trim()} => ${s.stdout.trim()}`;if(s.stderr.length>0)throw new Error(r.stderr.trim());return s.stdout.trim()});if(r.stderr.length>0)throw new Error(r.stderr.trim());return r.stdout.trim()})}async versionSatisfies(e,r,s){s||(s=await new Tg({buildx:this.buildx}).inspect(e));for(let n of s.nodes){let i=n.buildkit;if(T(`BuildKit.versionSatisfies ${i}: ${r}`),!i)try{i=await this.getVersionWithinImage(n.name||"")}catch{return T(`BuildKit.versionSatisfies ${n.name}: can't get version`),!1}if(T(`BuildKit.versionSatisfies ${n.name}: version ${i}`),s.driver=="docker"&&!i.endsWith("-moby")||!JWe.satisfies(i.replace(/-moby$/,""),r))return!1}return!0}};var JT=class t{static{o(this,"Compose")}_version;_versionOnce;_standalone;constructor(e){this._standalone=e?.standalone,this._version="",this._versionOnce=!1}async isStandalone(){let e=this._standalone??!await Wr.isAvailable();return T(`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 ke.getExecOutput(e.command,e.args,{ignoreReturnCode:!0,silent:!0}).then(s=>s.stderr.length>0&&s.exitCode!=0?(T(`Compose.isAvailable cmd err: ${s.stderr.trim()}`),!1):s.exitCode==0).catch(s=>(T(`Compose.isAvailable error: ${s}`),!1));return T(`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 ke.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 ke.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 pl=_(require("fs"),1),Au=_(require("os"),1),xg=_(require("path"),1);var ZT=_(oa(),1),h1e=_(require("util"),1);var KT=class t{static{o(this,"Install")}standalone;githubToken;constructor(e){this.standalone=e?.standalone,this.githubToken=e?.githubToken||process.env.GITHUB_TOKEN}async download(e,r){let s=await t.getDownloadVersion(e);T(`Install.download version: ${s.version}`);let n=await t.getRelease(s,this.githubToken);T(`Install.download release tag name: ${n.tag_name}`);let i=await this.vspec(n.tag_name);T(`Install.download vspec: ${i}`);let a=ZT.clean(i)||"";if(!ZT.valid(a))throw new Error(`Invalid Compose version "${i}".`);let c=new X1({htcName:s.key!="official"?`compose-dl-bin-${s.key}`:"compose-dl-bin",htcVersion:i,baseCacheDir:xg.default.join(Au.default.homedir(),".bin","docker-compose"),cacheFile:Au.default.platform()=="win32"?"docker-compose.e
# 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 ex=class t{static{o(this,"Install")}githubToken;buildx;sigstore;constructor(e){this.githubToken=e?.githubToken||process.env.GITHUB_TOKEN,this.buildx=e?.buildx||new i0,this.sigstore=e?.sigstore||new nd}async download(e){let r=await t.getDownloadVersion(e.version);T(`Install.download version: ${r.version}`);let s=await t.getRelease(r,this.githubToken);T(`Install.download release tag name: ${s.tag_name}`);let n=await this.vspec(s.tag_name);T(`Install.download vspec: ${n}`);let i=Wg.clean(n)||"";if(!Wg.valid(i))throw new Error(`Invalid Cosign version "${n}".`);let a=new X1({htcName:"cosign-dl-bin",htcVersion:n,baseCacheDir:_g.default.join(ga.default.homedir(),".bin"),cacheFile:ga.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:e.ghaNoCache}),c=await a.find();if(c)return W(`Cosign binary found in ${c}`),c;let u=b1e.format(r.downloadURL,n,this.filename());W(`Downloading ${u}`);let p=await xi(u,void 0,this.githubToken);T(`Install.download htcDownloadPath: ${p}`),e.verifySignature&&Wg.satisfies(n,">=3.0.1")&&await this.verifySignature(p,u);let l=await a.save(p,e.skipState);return W(`Cached to ${l}`),l}async build(e,r,s){let n=await this.vspec(e);T(`Install.build vspec: ${n}`);let i=new X1({htcName:"cosign-build-bin",htcVersion:n,baseCacheDir:_g.default.join(ga.default.homedir(),".bin"),cacheFile:ga.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:r}),a=await i.find();if(a)return W(`Cosign binary found in ${a}`),a;let c=_g.default.join(Dt.tmpDir(),"cosign-build-cache"),u=await this.buildCommand(e,c),p=await ke.getExecOutput(u.command,u.args,{ignoreReturnCode:!0,input:Buffer.from(KWe)}).then(A=>{if(A.stderr.length>0&&A.exitCode!=0)throw new Error(`build failed with: ${A.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return`${c}/cosign`}),l=await i.save(p,s);return W(`Cached to ${l}`),l}async install(e,r){r=r||Dt.tmpDir();let s=_g.default.join(r,"cosign-bin");n4.default.existsSync(s)||n4.default.mkdirSync(s,{recursive:!0});let n=ga.default.platform()=="win32"?"cosign.exe":"cosign",i=_g.default.join(s,n);return n4.default.copyFileSync(e,i),W("Fixing perms"),n4.default.chmodSync(i,"0755"),Qa(s),W("Added Cosign to PATH"),W(`Binary path: ${i}`),i}async buildCommand(e,r){let s=await new i0({standalone:!0}).isAvailable(),n=await new i0({standalone:!1}).isAvailable(),i=!1;if(await this.buildx.isStandalone()&&s)T("Install.buildCommand: Buildx standalone found, build with it"),i=!0;else if(!await this.buildx.isStandalone()&&n)T("Install.buildCommand: Buildx plugin found, build with it"),i=!1;else if(s)T("Install.buildCommand: Buildx plugin not found, but standalone found so trying to build with it"),i=!0;else if(n)T("Install.buildCommand: Buildx standalone not found, but plugin found so trying to build with it"),i=!1;else throw new Error(`Neither buildx standalone or plugin have been found to build from ref ${e}`);let a=["build","--platform","local","--build-arg","BUILDKIT_CONTEXT_KEEP_GIT_DIR=1","--output",`type=local,dest=${r}`];return process.env.GIT_AUTH_TOKEN&&a.push("--secret","id=GIT_AUTH_TOKEN"),a.push("-f-",e),await new i0({standalone:i}).getCommand(a)}async verifySignature(e,r){let s=`${r}.sigstore.json`;W(`Downloading keyless verification bundle at ${s}`);let n=await xi(s,void 0,this.githubToken);T(`Install.verifySignature bundlePath: ${n}`);let i=await this.sigstore.verifyArtifact(e,n,{subjectAlternativeName:"keyless@projectsigstore.iam.gserviceaccount.com",issuer:"https://accounts.google.com"});W(`Cosign binary signature verified! ${i.tlogID?`${$f}?logIndex=${i.tlogID}`:""}`)}filename(){let e;switch(ga.default.arch()){case"x64":{e="amd64";break}case"ppc64":{e="ppc64le";break}default:{e=ga.default.arch();break}}let r=ga.default.platform()=="win32"?"windows":ga.default.platform(),s=ga.default.platform()=="win32"?".exe":"";return b1e.format("cosign-%s-%s%s",r,e,s)}async vspec(e){if(!St.isValidRef(e)){let p=e.replace(/^v+|v+$/g,"");return W(`Use ${p} version spec cache key for ${e}`),p}let[r,s]=e.split("#");s.length==0&&(s="master");let n;s.match(/^[0-9a-fA-F]{40}$/)?n=s:n=await mp.remoteS
`,sepLabels:Hn("sep-labels",{trimWhitespace:!1})||`
`,sepAnnotations:Hn("sep-annotations",{trimWhitespace:!1})||`
`,bakeTarget:Hn("bake-target")||"docker-metadata-action",githubToken:Hn("github-token")}}o(tLe,"getInputs");async function rLe(t,e){switch(t){case"workflow":return await iKt(e);case"git":return await oKt();default:throw new Error(`Invalid context source: ${t}`)}}o(rLe,"getContext");async function iKt(t){let e=wt.context;return/pull_request_target/.test(e.eventName)&&(e.ref=`refs/pull/${e.payload.number}/merge`),/true/i.test(process.env.DOCKER_METADATA_PR_HEAD_SHA||"")&&(/pull_request/.test(e.eventName)||/pull_request_target/.test(e.eventName))&&e.payload?.pull_request?.head?.sha!=null&&(e.sha=e.payload.pull_request.head.sha),{commitDate:await aKt(e.sha,t),...e}}o(iKt,"getContextFromWorkflow");async function oKt(){let t=await mp.context();return{commitDate:await mp.commitDate(t.sha),...t}}o(oKt,"getContextFromGit");async function aKt(t,e){let r=wt.context.payload;if(r.commits){let s=r.commits.find(n=>n.id===t)?.timestamp;if(s)return new Date(s)}if(r.head_commit&&r.head_commit.id===t)return new Date(r.head_commit.timestamp);try{let s=await e.github.octokit.rest.repos.getCommit({owner:wt.context.repo.owner,repo:wt.context.repo.repo,ref:t});if(s.data.commit.committer?.date)return new Date(s.data.commit.committer.date);throw new Error("Committer date not found")}catch(s){return T(`Failed to get commit date from GitHub API: ${s.message}`),new Date}}o(aKt,"getCommitDateFromWorkflow");var gl=_(k$(),1),Uje=_(require("fs"),1),Gje=_(require("path"),1),oB=_(cLe(),1),yi=_(UVe(),1),oz=_(vje(),1);var ht=class t extends Error{static{o(this,"CsvError")}constructor(e,r,s,...n){Array.isArray(r)&&(r=r.join(" ").trim()),super(r),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,t),this.code=e;for(let i of n)for(let a in i){let c=i[a];this[a]=Buffer.isBuffer(c)?c.toString(s.encoding):c==null?c:JSON.parse(JSON.stringify(c))}}};var iB=o(function(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)},"is_object");var A_=o(function(t){let e=[];for(let r=0,s=t.length;r<s;r++){let n=t[r];if(n==null||n===!1)e[r]={disabled:!0};else if(typeof n=="string"||typeof n=="number")e[r]={name:`${n}`};else if(iB(n)){if(typeof n.name!="string")throw new ht("CSV_OPTION_COLUMNS_MISSING_NAME",["Option columns missing name:",`property "name" is required at position ${r}`,"when column is an object literal"]);e[r]=n}else throw new ht("CSV_INVALID_COLUMN_DEFINITION",["Invalid column definition:","expect a string or a literal object,",`got ${JSON.stringify(n)} at position ${r}`])}return e},"normalize_columns_array");var ine=class{static{o(this,"ResizeableBuffer")}constructor(e=100){this.size=e,this.length=0,this.buf=Buffer.allocUnsafe(e)}prepend(e){if(Buffer.isBuffer(e)){let r=this.length+e.length;if(r>=this.size&&(this.resize(),r>=this.size))throw Error("INVALID_BUFFER_STATE");let s=this.buf;this.buf=Buffer.allocUnsafe(this.size),e.copy(this.buf,0),s.copy(this.buf,e.length),this.length+=e.length}else{let r=this.length++;r===this.size&&this.resize();let s=this.clone();this.buf[0]=e,s.copy(this.buf,1,0,r)}}append(e){let r=this.length++;r===this.size&&this.resize(),this.buf[r]=e}clone(){return Buffer.from(this.buf.slice(0,this.length))}resize(){let e=this.length;this.size=this.size*2;let r=Buffer.allocUnsafe(this.size);this.buf.copy(r,0,0,e),this.buf=r}toString(e){return e?this.buf.slice(0,this.length).toString(e):Uint8Array.prototype.slice.call(this.buf.slice(0,this.length))}toJSON(){return this.toString("utf8")}reset(){this.length=0}},one=ine;var Tje=o(function(t){let e=[32,9,10,13,12,11,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288,65279].reduce((s,n)=>{let i=Buffer.from(String.fromCharCode(n),t.encoding);return n!==63&&i.length===1&&i[0]===63||s.push(i),s},[]),r=new Uint8Array(256);for(let s of e)r[s[0]]=1;return{bomSkipped:!1,bufBytesStart:0,castField:t.cast_function,commenting:!1,delimiterBufPrevious:void 0,delimiterDiscovered:!1,error:void 0,enabled:t.from_line===1,escaping:!1,escapeIsQuote:Buffer.isBuffer(t.escape)&&Buffer.isBuffer(t.quote)&&Buffer.compare(t.escape,t.quote)===0,expectedRecordLength:Arr
`,a).length:A,p?(c===null?0:c.length)+u.length:0,p?u.length+A:0);return d<h},"__needMoreData"),parse:o(function(s,n,i,a){let{bom:c,comment_no_infix:u,delimiter_auto:p,encoding:l,from_line:A,ltrim:d,max_record_size:h,raw:M,relax_quotes:z,rtrim:C,skip_empty_lines:E,to:B,to_line:I}=this.options,{comment:w,escape:N,quote:x,record_delimiter:P}=this.options,{bomSkipped:j,delimiterDiscovered:Ee,delimiterBufPrevious:we,rawBuffer:Z,escapeIsQuote:Se}=this.state;if(!Ee&&p){let Ce;if(we===void 0?Ce=s:we!==void 0&&s===void 0?Ce=we:Ce=Buffer.concat([we,s]),s=void 0,n||Ce.length>p.size)this.options.delimiter=[Buffer.from(_je(Ce,this.options.delimiter_auto))],this.state.previousBuf=Ce,this.state.delimiterBufPrevious=void 0,this.state.delimiterDiscovered=!0;else{this.state.delimiterBufPrevious=Ce;return}}let{previousBuf:Y}=this.state,J;if(Y===void 0)if(s===void 0){a();return}else J=s;else Y!==void 0&&s===void 0?J=Y:J=Buffer.concat([Y,s]);if(j===!1)if(c===!1)this.state.bomSkipped=!0;else if(J.length<3){if(n===!1){this.state.previousBuf=J;return}}else{for(let Ce in iz)if(iz[Ce].compare(J,0,iz[Ce].length)===0){let dt=iz[Ce].length;this.state.bufBytesStart+=dt,J=J.slice(dt);let Gt=nz({...this.original_options,encoding:Ce});for(let He in Gt)this.options[He]=Gt[He];({comment:w,escape:N,quote:x}=this.options);break}this.state.bomSkipped=!0}let _e=J.length,re;for(re=0;re<_e&&!this.__needMoreData(re,_e,n);re++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),I!==-1&&this.info.lines>I){this.state.stop=!0,a();return}this.state.quoting===!1&&P.length===0&&this.__autoDiscoverRecordDelimiter(J,re)&&(P=this.options.record_delimiter);let Ce=J[re];if(M===!0&&Z.append(Ce),(Ce===nd0||Ce===id0)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(N!==null&&this.state.quoting===!0&&this.__isEscape(J,re,Ce)&&re+N.length<_e)if(Se){if(this.__isQuote(J,re+N.length)){this.state.escaping=!0,re+=N.length-1;continue}}else{this.state.escaping=!0,re+=N.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(J,re))if(this.state.quoting===!0){let He=J[re+x.length],u0=C&&this.__isCharTrimable(J,re+x.length),Tt=w!==null&&this.__compareBytes(w,J,re+x.length,He),ce=this.__isDelimiter(J,re+x.length,He),Ci=P.length===0?this.__autoDiscoverRecordDelimiter(J,re+x.length):this.__isRecordDelimiter(He,J,re+x.length);if(N!==null&&this.__isEscape(J,re,Ce)&&this.__isQuote(J,re+N.length))re+=N.length-1;else if(!He||ce||Ci||Tt||u0){this.state.quoting=!1,this.state.wasQuoting=!0,re+=x.length-1;continue}else if(z===!1){let Gs=this.__error(new ht("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(He)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(Gs!==void 0)return Gs}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(x),re+=x.length-1}else if(this.state.field.length!==0){if(z===!1){let He=this.__infoField(),u0=Object.keys(iz).map(ce=>iz[ce].equals(this.state.field.toString())?ce:!1).filter(Boolean)[0],Tt=this.__error(new ht("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(He.column)} at line ${He.lines}, value is ${JSON.stringify(this.state.field.toString(l))}`,u0?`(${u0} bom)`:void 0],this.options,He,{field:this.state.field}));if(Tt!==void 0)return Tt}}else{this.state.quoting=!0,re+=x.length-1;continue}if(this.state.quoting===!1){let He=this.__isRecordDelimiter(Ce,J,re);if(He!==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)>=A){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),re+=He-1;continue}if(E===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,re+=He-1;continue}this.info.bytes=this.state.bufBytesStart+r
`,i),Buffer.from(`
`,i),Buffer.from("\r",i)];e:for(let c=0;c<a.length;c++){let u=a[c].length;for(let p=0;p<u;p++)if(a[c][p]!==s[n+p])continue e;return this.options.record_delimiter.push(a[c]),this.state.recordDelimiterMaxLength=a[c].length,a[c].length}return 0},"__autoDiscoverRecordDelimiter"),__error:o(function(s){let{encoding:n,raw:i,skip_records_with_error:a}=this.options,c=typeof s=="string"?new Error(s):s;if(a){if(this.state.recordHasError=!0,this.options.on_skip!==void 0)try{this.options.on_skip(c,i?this.state.rawBuffer.toString(n):void 0)}catch(u){return u}return}else return c},"__error"),__infoDataSet:o(function(){return{...this.info,columns:this.options.columns}},"__infoDataSet"),__infoRecord:o(function(){let{columns:s,raw:n,encoding:i}=this.options;return{...this.__infoDataSet(),bytes_records:this.info.bytes,error:this.state.error,header:s===!0,index:this.state.record.length,raw:n?this.state.rawBuffer.toString(i):void 0}},"__infoRecord"),__infoField:o(function(){let{columns:s}=this.options,n=Array.isArray(s),i=this.info.bytes_records;return{...this.__infoRecord(),bytes_records:i,column:n===!0?s.length>this.state.record.length?s[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}},"__infoField")}},"transform");var uh=o(function(t,e={}){typeof t=="string"&&(t=Buffer.from(t));let r=e&&e.objname?Object.create(null):[],s=d_(e),n=o(c=>{s.options.objname===void 0?r.push(c):r[c[0]]=c[1]},"push"),i=o(()=>{},"close"),a=s.parse(t,!0,n,i);if(a!==void 0)throw a;return r},"parse");function Pje(t){let e=[];if(t.length==1){let r=!1,s=uh(t[0],{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let n of s){let i=n.toString().split("=").map(a=>a.trim());if(i.length==1)e.push({name:i[0],enable:!0});else{r=!0;break}}if(!r)return Lje(e)}e=[];for(let r of t){let s={name:"",enable:!0},n=uh(r,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let i of n){let a=i.toString().split("=").map(c=>c.trim());if(a.length==1)s.name=a[0];else{let c=a[0].toLowerCase(),u=a[1];switch(c){case"name":{s.name=u;break}case"enable":{if(!["true","false"].includes(u))throw new Error(`Invalid enable attribute value: ${r}`);s.enable=/true/i.test(u);break}default:throw new Error(`Unknown image attribute: ${r}`)}}}if(s.name.length==0)throw new Error(`Image name attribute empty: ${r}`);e.push(s)}return Lje(e)}o(Pje,"Transform");function Lje(t){Yd("Processing images input");for(let e of t)W(`name=${e.name},enable=${e.enable}`);return Jd(),t}o(Lje,"output");var cne=(u=>(u.Schedule="schedule",u.Semver="semver",u.Pep440="pep440",u.Match="match",u.Edge="edge",u.Ref="ref",u.Raw="raw",u.Sha="sha",u))(cne||{}),f_=(s=>(s.Branch="branch",s.Tag="tag",s.PR="pr",s))(f_||{}),h_=(r=>(r.Short="short",r.Long="long",r))(h_||{}),ane=class{static{o(this,"Tag")}type;attrs;constructor(){this.attrs={}}toString(){let e=[`type=${this.type}`];for(let r in this.attrs)e.push(`${r}=${this.attrs[r]}`);return e.join(",")}},ad0={schedule:"1000",semver:"900",pep440:"900",match:"800",edge:"700",ref:"600",raw:"200",sha:"100"};function Qje(t){let e=[];t.length==0&&(t=["type=schedule","type=ref,event=branch","type=ref,event=tag","type=ref,event=pr"]);for(let s of t)e.push(cd0(s));let r=e.sort((s,n)=>Number(s.attrs.priority)<Number(n.attrs.priority)?1:Number(s.attrs.priority)>Number(n.attrs.priority)?-1:0);Yd("Processing tags input");for(let s of r)W(s.toString());return Jd(),r}o(Qje,"Transform");function cd0(t){let e=uh(t,{relaxColumnCount:!0,skipEmptyLines:!0})[0],r=new ane;for(let s of e){let n=s.toString().split(/(?<=^[^=]+?)=/).map(i=>i.trim());if(n.length==1)r.attrs.value=n[0];else{let i=n[0].toLowerCase(),a=n[1];switch(i){case"type":{if(!Object.values(cne).includes(a))throw new Error(`Unknown tag type attribute: ${a}`);r.type=a;break}default:{r.attrs[i]=a;break}}}}switch(r.type==null&&(r.type="raw"),r.type){case"schedule":{Object.prototype.hasOwnProperty.call(r.attrs,"pattern")||(r.attrs.pattern="nightly");break}case"semver":case"pep440":{if(!Object.prototype.hasOwnProperty.call(r.attrs,"pattern"))throw new Error(`Missing pattern attribute for ${t}`);Object.prototype.hasOwnProp
/*! 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
*)
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/
*)
2026-05-22 12:36:07 +00:00
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.
*)
moment/moment.js:
(*! moment.js *)
(*! version : 2.30.1 *)
(*! authors : Tim Wood, Iskren Chernev, Moment.js contributors *)
(*! license : MIT *)
(*! momentjs.com *)
moment-timezone/moment-timezone.js:
(*! moment-timezone.js *)
2026-05-28 08:28:29 +00:00
(*! version : 0.6.2 *)
(*! Copyright (c) JS Foundation and other contributors *)
(*! license : MIT *)
(*! github.com/moment/moment-timezone *)
xregexp/lib/xregexp.js:
(*!
* XRegExp 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2007-present MIT License
*)
xregexp/lib/addons/build.js:
(*!
* XRegExp.build 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
*)
xregexp/lib/addons/matchrecursive.js:
(*!
* XRegExp.matchRecursive 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2009-present MIT License
*)
xregexp/lib/addons/unicode-base.js:
(*!
* XRegExp Unicode Base 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2008-present MIT License
*)
xregexp/lib/addons/unicode-blocks.js:
(*!
* XRegExp Unicode Blocks 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*)
xregexp/lib/addons/unicode-categories.js:
(*!
* XRegExp Unicode Categories 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*)
xregexp/lib/addons/unicode-properties.js:
(*!
* XRegExp Unicode Properties 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2012-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*)
xregexp/lib/addons/unicode-scripts.js:
(*!
* XRegExp Unicode Scripts 4.4.1
* <xregexp.com>
* Steven Levithan (c) 2010-present MIT License
* Unicode data by Mathias Bynens <mathiasbynens.be>
*)
@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 *)
*/
//# sourceMappingURL=index.cjs.map