Files
setup-buildx-action/dist/index.cjs

322 lines
2.6 MiB
JavaScript
Raw Normal View History

2026-06-03 22:14:37 +00:00
var bOe=Object.create;var zD=Object.defineProperty;var wOe=Object.getOwnPropertyDescriptor;var SOe=Object.getOwnPropertyNames;var BOe=Object.getPrototypeOf,xOe=Object.prototype.hasOwnProperty;var NOe=(t,e)=>()=>(t&&(e=t(t=0)),e);var m=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),aK=(t,e)=>{for(var r in e)zD(t,r,{get:e[r],enumerable:!0})},ROe=(t,e,r,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of SOe(e))!xOe.call(t,i)&&i!==r&&zD(t,i,{get:()=>e[i],enumerable:!(s=wOe(e,i))||s.enumerable});return t};var F=(t,e,r)=>(r=t!=null?bOe(BOe(t)):{},ROe(e||!t||!t.__esModule?zD(r,"default",{value:t,enumerable:!0}):r,t));var OK=m(WA=>{"use strict";var dPt=require("net"),zOe=require("tls"),XD=require("http"),_K=require("https"),$Oe=require("events"),fPt=require("assert"),jOe=require("util");WA.httpOverHttp=JOe;WA.httpsOverHttp=YOe;WA.httpOverHttps=WOe;WA.httpsOverHttps=KOe;function JOe(t){var e=new au(t);return e.request=XD.request,e}function YOe(t){var e=new au(t);return e.request=XD.request,e.createSocket=QK,e.defaultPort=443,e}function WOe(t){var e=new au(t);return e.request=_K.request,e}function KOe(t){var e=new au(t);return e.request=_K.request,e.createSocket=QK,e.defaultPort=443,e}function au(t){var e=this;e.options=t||{},e.proxyOptions=e.options.proxy||{},e.maxSockets=e.options.maxSockets||XD.Agent.defaultMaxSockets,e.requests=[],e.sockets=[],e.on("free",function(s,i,n,o){for(var a=PK(i,n,o),c=0,l=e.requests.length;c<l;++c){var u=e.requests[c];if(u.host===a.host&&u.port===a.port){e.requests.splice(c,1),u.request.onSocket(s);return}}s.destroy(),e.removeSocket(s)})}jOe.inherits(au,$Oe.EventEmitter);au.prototype.addRequest=function(e,r,s,i){var n=this,o=ZD({request:e},n.options,PK(r,s,i));if(n.sockets.length>=this.maxSockets){n.requests.push(o);return}n.createSocket(o,function(a){a.on("free",c),a.on("close",l),a.on("agentRemove",l),e.onSocket(a);function c(){n.emit("free",a,o)}function l(u){n.removeSocket(a),a.removeListener("free",c),a.removeListener("close",l),a.removeListener("agentRemove",l)}})};au.prototype.createSocket=function(e,r){var s=this,i={};s.sockets.push(i);var n=ZD({},s.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(n.localAddress=e.localAddress),n.proxyAuth&&(n.headers=n.headers||{},n.headers["Proxy-Authorization"]="Basic "+new Buffer(n.proxyAuth).toString("base64")),qh("making CONNECT request");var o=s.request(n);o.useChunkedEncodingByDefault=!1,o.once("response",a),o.once("upgrade",c),o.once("connect",l),o.once("error",u),o.end();function a(h){h.upgrade=!0}function c(h,d,f){process.nextTick(function(){l(h,d,f)})}function l(h,d,f){if(o.removeAllListeners(),d.removeAllListeners(),h.statusCode!==200){qh("tunneling socket could not be established, statusCode=%d",h.statusCode),d.destroy();var p=new Error("tunneling socket could not be established, statusCode="+h.statusCode);p.code="ECONNRESET",e.request.emit("error",p),s.removeSocket(i);return}if(f.length>0){qh("got illegal response body from proxy"),d.destroy();var p=new Error("got illegal response body from proxy");p.code="ECONNRESET",e.request.emit("error",p),s.removeSocket(i);return}return qh("tunneling connection has established"),s.sockets[s.sockets.indexOf(i)]=d,r(d)}function u(h){o.removeAllListeners(),qh(`tunneling socket could not be established, cause=%s
`,h.message,h.stack);var d=new Error("tunneling socket could not be established, cause="+h.message);d.code="ECONNRESET",e.request.emit("error",d),s.removeSocket(i)}};au.prototype.removeSocket=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(i){s.request.onSocket(i)})}};function QK(t,e){var r=this;au.prototype.createSocket.call(r,t,function(s){var i=t.request.getHeader("host"),n=ZD({},r.options,{socket:s,servername:i?i.replace(/:.*$/,""):t.host}),o=zOe.connect(0,n);r.sockets[r.sockets.indexOf(s)]=o,e(o)})}function PK(t,e,r){return typeof t=="string"?{host:t,port:e,localAddress:r}:t}function ZD(t){for(var e=1,r=arguments.length;e<r;++e){var s=arguments[e];if(typeof s=="object")for(var i=Object.keys(s),n=0,o=i.length;n<o;++n){var a=i[n];s[a]!==void 0&&(t[a]=s[a])}}return t}var qh;process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?qh=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)}:qh=function(){};WA.debug=qh});var aC=m((APt,DK)=>{DK.exports=OK()});var Rr=m((mPt,kK)=>{kK.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 Mt=m((gPt,aX)=>{"use strict";var MK=Symbol.for("undici.error.UND_ERR"),vr=class extends Error{constructor(e){super(e),this.name="UndiciError",this.code="UND_ERR"}static[Symbol.hasInstance](e){return e&&e[MK]===!0}[MK]=!0},LK=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT"),ek=class extends vr{constructor(e){super(e),this.name="ConnectTimeoutError",this.message=e||"Connect Timeout Error",this.code="UND_ERR_CONNECT_TIMEOUT"}static[Symbol.hasInstance](e){return e&&e[LK]===!0}[LK]=!0},FK=Symbol.for("undici.error.UND_ERR_HEADERS_TIMEOUT"),tk=class extends vr{constructor(e){super(e),this.name="HeadersTimeoutError",this.m
`)||t.includes("\r")||t.includes("\0"))===!1}function fMe(t,e){let{headersList:r}=e,s=(r.get("referrer-policy",!0)??"").split(","),i="";if(s.length>0)for(let n=s.length;n!==0;n--){let o=s[n-1].trim();if(Kke.has(o)){i=o;break}}i!==""&&(t.referrerPolicy=i)}function pMe(){return"allowed"}function AMe(){return"success"}function mMe(){return"success"}function gMe(t){let e=null;e=t.mode,t.headersList.set("sec-fetch-mode",e,!0)}function yMe(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&&Yk(t.origin)&&!Yk(mC(t))&&(e=null);break;case"same-origin":nB(t,mC(t))||(e=null);break;default:}t.headersList.append("origin",e,!0)}}}function om(t,e){return t}function EMe(t,e,r){return!t?.startTime||t.startTime<e?{domainLookupStartTime:e,domainLookupEndTime:e,connectionStartTime:e,connectionEndTime:e,secureConnectionStartTime:e,ALPNNegotiatedProtocol:t?.ALPNNegotiatedProtocol}:{domainLookupStartTime:om(t.domainLookupStartTime,r),domainLookupEndTime:om(t.domainLookupEndTime,r),connectionStartTime:om(t.connectionStartTime,r),connectionEndTime:om(t.connectionEndTime,r),secureConnectionStartTime:om(t.secureConnectionStartTime,r),ALPNNegotiatedProtocol:t.ALPNNegotiatedProtocol}}function CMe(t){return om(rMe.now(),t)}function IMe(t){return{startTime:t.startTime??0,redirectStartTime:0,redirectEndTime:0,postRedirectStartTime:t.startTime??0,finalServiceWorkerStartTime:0,finalNetworkResponseStartTime:0,finalNetworkRequestStartTime:0,endTime:0,encodedBodySize:0,decodedBodySize:0,finalConnectionTimingInfo:null}}function bZ(){return{referrerPolicy:"strict-origin-when-cross-origin"}}function bMe(t){return{referrerPolicy:t.referrerPolicy}}function wMe(t){let e=t.referrerPolicy;Tf(e);let r=null;if(t.referrer==="client"){let a=mZ();if(!a||a.origin==="null")return"no-referrer";r=new URL(a)}else t.referrer instanceof URL&&(r=t.referrer);let s=Jk(r),i=Jk(r,!0);s.toString().length>4096&&(s=i);let n=nB(t,s),o=AC(s)&&!AC(t.url);switch(e){case"origin":return i??Jk(r,!0);case"unsafe-url":return s;case"same-origin":return n?i:"no-referrer";case"origin-when-cross-origin":return n?s:i;case"strict-origin-when-cross-origin":{let a=mC(t);return nB(s,a)?s:AC(s)&&!AC(a)?"no-referrer":i}default:return o?"no-referrer":i}}function Jk(t,e){return Tf(t instanceof URL),t=new URL(t),t.protocol==="file:"||t.protocol==="about:"||t.protocol==="blank:"?"no-referrer":(t.username="",t.password="",t.hash="",e&&(t.pathname="",t.search=""),t)}function AC(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"))}}function SMe(t,e){if(iB===void 0)return!0;let r=wZ(e);if(r==="no metadata"||r.length===0)return!0;let s=xMe(r),i=NMe(r,s);for(let n of i){let o=n.algo,a=n.hash,c=iB.createHash(o).update(t).digest("base64");if(c[c.length-1]==="="&&(c[c.length-2]==="="?c=c.slice(0,-2):c=c.slice(0,-1)),RMe(c,a))return!0}return!1}var BMe=/(?<algo>sha256|sha384|sha512)-((?<hash>[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function wZ(t){let e=[],r=!0;for(let s of t.split(" ")){r=!1;let i=BMe.exec(s);if(i===null||i.groups===void 0||i.groups.algo===void 0)continue;let n=i.groups.algo.toLowerCase();yZ.includes(n)&&e.push(i.groups)}return r===!0?"no metadata":e}function xMe(t){let e=t[0].algo;if(e[3]==="5")return e;for(let r=1;r<t.length;++r){let s=t[r];if(s.algo[3]==="5"){e="sha512";break}else{if(e[3]==="3")continue;s.algo[3]==="3"&&(e="sha384")}}return e}function NMe(t,e){if(t.length===1)return t;let r=0;for(let s=0;s<t.length
`);function hLe(t){for(let e=0;e<t.length;++e)if((t.charCodeAt(e)&-128)!==0)return!1;return!0}function dLe(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}function fLe(t,e){aB(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"),i=[],n={position:0};for(;t[n.position]===13&&t[n.position+1]===10;)n.position+=2;let o=t.length;for(;t[o-1]===10&&t[o-2]===13;)o-=2;for(o!==t.length&&(t=t.subarray(0,o));;){if(t.subarray(n.position,n.position+s.length).equals(s))n.position+=s.length;else return"failure";if(n.position===t.length-2&&cB(t,lLe,n)||n.position===t.length-4&&cB(t,uLe,n))return i;if(t[n.position]!==13||t[n.position+1]!==10)return"failure";n.position+=2;let a=pLe(t,n);if(a==="failure")return"failure";let{name:c,filename:l,contentType:u,encoding:h}=a;n.position+=2;let d;{let p=t.indexOf(s.subarray(2),n.position);if(p===-1)return"failure";d=t.subarray(n.position,p-4),n.position+=d.length,h==="base64"&&(d=Buffer.from(d.toString(),"base64"))}if(t[n.position]!==13||t[n.position+1]!==10)return"failure";n.position+=2;let f;l!==null?(u??="text/plain",hLe(u)||(u=""),f=new aLe([d],l,{type:u})):f=rLe(Buffer.from(d)),aB(kZ(c)),aB(typeof f=="string"&&kZ(f)||iLe(f)),i.push(nLe(c,f,l))}}function pLe(t,e){let r=null,s=null,i=null,n=null;for(;;){if(t[e.position]===13&&t[e.position+1]===10)return r===null?"failure":{name:r,filename:s,contentType:i,encoding:n};let o=cm(a=>a!==10&&a!==13&&a!==58,t,e);if(o=rM(o,!0,!0,a=>a===9||a===32),!sLe.test(o.toString())||t[e.position]!==58)return"failure";switch(e.position++,cm(a=>a===32||a===9,t,e),tLe(o)){case"content-disposition":{if(r=s=null,!cB(t,cLe,e)||(e.position+=17,r=FZ(t,e),r===null))return"failure";if(cB(t,LZ,e)){let a=e.position+LZ.length;if(t[a]===42&&(e.position+=1,a+=1),t[a]!==61||t[a+1]!==34||(e.position+=12,s=FZ(t,e),s===null))return"failure"}break}case"content-type":{let a=cm(c=>c!==10&&c!==13,t,e);a=rM(a,!1,!0,c=>c===9||c===32),i=MZ(a);break}case"content-transfer-encoding":{let a=cm(c=>c!==10&&c!==13,t,e);a=rM(a,!1,!0,c=>c===9||c===32),n=MZ(a);break}default:cm(a=>a!==10&&a!==13,t,e)}if(t[e.position]!==13&&t[e.position+1]!==10)return"failure";e.position+=2}}function FZ(t,e){aB(t[e.position-1]===34);let r=cm(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)}function cm(t,e,r){let s=r.position;for(;s<e.length&&t(e[s]);)++s;return e.subarray(r.position,r.position=s)}function rM(t,e,r,s){let i=0,n=t.length-1;if(e)for(;i<t.length&&s(t[i]);)i++;if(r)for(;n>0&&s(t[n]);)n--;return i===0&&n===t.length-1?t:t.subarray(i,n+1)}function cB(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}UZ.exports={multipartFormDataParser:fLe,validateBoundary:dLe}});var hm=m((GPt,KZ)=>{"use strict";var EC=Bt(),{ReadableStreamFrom:ALe,isBlobLike:GZ,isReadableStreamLike:mLe,readableStreamClose:gLe,createDeferredPromise:yLe,fullyReadBody:ELe,extractMimeType:CLe,utf8DecodeBytes:zZ}=Xn(),{FormData:HZ}=yC(),{kState:um}=Gh(),{webidl:ILe}=si(),{Blob:bLe}=require("node:buffer"),sM=require("node:assert"),{isErrored:$Z,isDisturbed:wLe}=require("node:stream"),{isArrayBuffer:SLe}=require("node:util/types"),{serializeAMimeType:BLe}=En(),{multipartFormDataParser:xLe}=qZ(),iM;try{let t=require("node:crypto");iM=e=>t.randomInt(0,e)}catch{iM=t=>Math.floor(Math.random(t))}var lB=new TextEncoder;function NLe(){}var jZ=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0,JZ;jZ&&(JZ=new FinalizationRegistry(t=>{let e=t.deref();e&&!e.locked&&!wLe(e)&&!$Z(e)&&e.cancel("Response object has been garbage collected").catch(NLe)}));function YZ(t,e=!1){let r=null;t instanceof ReadableStream?r=t:GZ(t)?r=t.stream():r=new ReadableStream({async pull(c){let l=typeof i=="string"?lB.encode(i):i;l.byteLength&&c.enqueue(l),queueMicrotask(()=>gLe(c))},start(){},type:"bytes"}),sM(mLe(r));let s=null,i=null,n=null,o=null;if(typeof t=="string")i=t,o="text/plain;charset=UTF-8";else if(t instanceof URLSearchParams)i=t.toString(),o="application/x-www-form-urlencoded;charset=UTF-8";else if(SLe(t))i=new Uint8Array(t.slice());else if(ArrayBuffer.isView(t))i=new Uint8Array(t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength));else if(EC.isFormDataLike(t)){let c=`----formdata-undici-0${`${iM(1e11)}`.padStart(11,"0")}`,l=`--${c}\r
Content-Disposition: form-data`;let u=C=>C.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),h=C=>C.replace(/\r?\n|\r/g,`\r
`),d=[],f=new Uint8Array([13,10]);n=0;let p=!1;for(let[C,E]of t)if(typeof E=="string"){let I=lB.encode(l+`; name="${u(h(C))}"\r
\r
2026-06-03 22:14:37 +00:00
${h(E)}\r
`);d.push(I),n+=I.byteLength}else{let I=lB.encode(`${l}; name="${u(h(C))}"`+(E.name?`; filename="${u(E.name)}"`:"")+`\r
Content-Type: ${E.type||"application/octet-stream"}\r
\r
2026-06-03 22:14:37 +00:00
`);d.push(I,E,f),typeof E.size=="number"?n+=I.byteLength+E.size+f.byteLength:p=!0}let g=lB.encode(`--${c}--\r
`);d.push(g),n+=g.byteLength,p&&(n=null),i=t,s=async function*(){for(let C of d)C.stream?yield*C.stream():yield C},o=`multipart/form-data; boundary=${c}`}else if(GZ(t))i=t,n=t.size,t.type&&(o=t.type);else if(typeof t[Symbol.asyncIterator]=="function"){if(e)throw new TypeError("keepalive");if(EC.isDisturbed(t)||t.locked)throw new TypeError("Response body object should not be disturbed or locked");r=t instanceof ReadableStream?t:ALe(t)}if((typeof i=="string"||EC.isBuffer(i))&&(n=Buffer.byteLength(i)),s!=null){let c;r=new ReadableStream({async start(){c=s(t)[Symbol.asyncIterator]()},async pull(l){let{value:u,done:h}=await c.next();if(h)queueMicrotask(()=>{l.close(),l.byobRequest?.respond(0)});else if(!$Z(r)){let d=new Uint8Array(u);d.byteLength&&l.enqueue(d)}return l.desiredSize>0},async cancel(l){await c.return()},type:"bytes"})}return[{stream:r,source:i,length:n},o]}function RLe(t,e=!1){return t instanceof ReadableStream&&(sM(!EC.isDisturbed(t),"The body has already been consumed."),sM(!t.locked,"The stream is locked.")),YZ(t,e)}function vLe(t,e){let[r,s]=e.stream.tee();return e.stream=r,{stream:s,length:e.length,source:e.source}}function TLe(t){if(t.aborted)throw new DOMException("The operation was aborted.","AbortError")}function _Le(t){return{blob(){return lm(this,r=>{let s=VZ(this);return s===null?s="":s&&(s=BLe(s)),new bLe([r],{type:s})},t)},arrayBuffer(){return lm(this,r=>new Uint8Array(r).buffer,t)},text(){return lm(this,zZ,t)},json(){return lm(this,PLe,t)},formData(){return lm(this,r=>{let s=VZ(this);if(s!==null)switch(s.essence){case"multipart/form-data":{let i=xLe(r,s);if(i==="failure")throw new TypeError("Failed to parse body as FormData.");let n=new HZ;return n[um]=i,n}case"application/x-www-form-urlencoded":{let i=new URLSearchParams(r.toString()),n=new HZ;for(let[o,a]of i)n.append(o,a);return n}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},t)},bytes(){return lm(this,r=>new Uint8Array(r),t)}}}function QLe(t){Object.assign(t.prototype,_Le(t))}async function lm(t,e,r){if(ILe.brandCheck(t,r),WZ(t))throw new TypeError("Body is unusable: Body has already been read");TLe(t[um]);let s=yLe(),i=o=>s.reject(o),n=o=>{try{s.resolve(e(o))}catch(a){i(a)}};return t[um].body==null?(n(Buffer.allocUnsafe(0)),s.promise):(await ELe(t[um].body,n,i),s.promise)}function WZ(t){let e=t[um].body;return e!=null&&(e.stream.locked||EC.isDisturbed(e.stream))}function PLe(t){return JSON.parse(zZ(t))}function VZ(t){let e=t[um].headersList,r=CLe(e);return r==="failure"?null:r}KZ.exports={extractBody:YZ,safelyExtractBody:RLe,cloneBody:vLe,mixinBody:QLe,streamRegistry:JZ,hasFinalizationRegistry:jZ,bodyUnusable:WZ}});var c7=m((HPt,a7)=>{"use strict";var Ke=require("node:assert"),it=Bt(),{channels:XZ}=XA(),nM=Uk(),{RequestContentLengthMismatchError:_f,ResponseContentLengthMismatchError:OLe,RequestAbortedError:i7,HeadersTimeoutError:DLe,HeadersOverflowError:kLe,SocketError:AB,InformationalError:dm,BodyTimeoutError:MLe,HTTPParserError:LLe,ResponseExceededMaxSizeError:FLe}=Mt(),{kUrl:n7,kReset:Cn,kClient:lM,kParser:Fr,kBlocking:bC,kRunning:fi,kPending:ULe,kSize:ZZ,kWriting:Vh,kQueue:La,kNoRef:CC,kKeepAliveDefaultTimeout:qLe,kHostHeader:GLe,kPendingIdx:HLe,kRunningIdx:Fo,kError:Uo,kPipelining:fB,kSocket:fm,kKeepAliveTimeoutValue:mB,kMaxHeadersSize:oM,kKeepAliveMaxTimeout:VLe,kKeepAliveTimeoutThreshold:zLe,kHeadersTimeout:$Le,kBodyTimeout:jLe,kStrictContentLength:uM,kMaxRequests:e7,kCounter:JLe,kMaxResponseSize:YLe,kOnError:WLe,kResume:Hh,kHTTPContext:o7}=Rr(),wc=JX(),KLe=Buffer.alloc(0),uB=Buffer[Symbol.species],hB=it.addListener,XLe=it.removeAllListeners,aM;async function ZLe(){let t=process.env.JEST_WORKER_ID?Hk():void 0,e;try{e=await WebAssembly.compile(KX())}catch{e=await WebAssembly.compile(t||Hk())}return await WebAssembly.instantiate(e,{env:{wasm_on_url:(r,s,i)=>0,wasm_on_status:(r,s,i)=>{Ke(bs.ptr===r);let n=s-Bc+Sc.byteOffset;return bs.onStatus(new uB(Sc.buffer,n,i))||0},wasm_on_message_begin:r=>(Ke(bs.ptr===r),bs.onMessageBegin()||0),wasm_on_header_field:(r,s,i)=>{Ke(bs.
`;if(typeof i=="string"?g+=`host: ${i}\r
`:g+=t[GLe],n?g+=`connection: upgrade\r
upgrade: ${n}\r
2026-06-03 22:14:37 +00:00
`:t[fB]&&!f[Cn]?g+=`connection: keep-alive\r
`:g+=`connection: close\r
`,Array.isArray(l))for(let C=0;C<l.length;C+=2){let E=l[C+0],I=l[C+1];if(Array.isArray(I))for(let S=0;S<I.length;S++)g+=`${E}: ${I[S]}\r
`;else g+=`${E}: ${I}\r
`}return XZ.sendHeaders.hasSubscribers&&XZ.sendHeaders.publish({request:e,headers:g,socket:f}),!c||d===0?r7(p,null,t,e,f,u,g,h):it.isBuffer(c)?r7(p,c,t,e,f,u,g,h):it.isBlobLike(c)?typeof c.stream=="function"?s7(p,c.stream(),t,e,f,u,g,h):o2e(p,c,t,e,f,u,g,h):it.isStream(c)?n2e(p,c,t,e,f,u,g,h):it.isIterable(c)?s7(p,c,t,e,f,u,g,h):Ke(!1),!0}function n2e(t,e,r,s,i,n,o,a){Ke(n!==0||r[fi]===0,"stream body cannot be pipelined");let c=!1,l=new gB({abort:t,socket:i,request:s,contentLength:n,client:r,expectsPayload:a,header:o}),u=function(p){if(!c)try{!l.write(p)&&this.pause&&this.pause()}catch(g){it.destroy(this,g)}},h=function(){c||e.resume&&e.resume()},d=function(){if(queueMicrotask(()=>{e.removeListener("error",f)}),!c){let p=new i7;queueMicrotask(()=>f(p))}},f=function(p){if(!c){if(c=!0,Ke(i.destroyed||i[Vh]&&r[fi]<=1),i.off("drain",h).off("error",f),e.removeListener("data",u).removeListener("end",f).removeListener("close",d),!p)try{l.end()}catch(g){p=g}l.destroy(p),p&&(p.code!=="UND_ERR_INFO"||p.message!=="reset")?it.destroy(e,p):it.destroy(e)}};e.on("data",u).on("end",f).on("error",f).on("close",d),e.resume&&e.resume(),i.on("drain",h).on("error",f),e.errorEmitted??e.errored?setImmediate(()=>f(e.errored)):(e.endEmitted??e.readableEnded)&&setImmediate(()=>f(null)),(e.closeEmitted??e.closed)&&setImmediate(d)}function r7(t,e,r,s,i,n,o,a){try{e?it.isBuffer(e)&&(Ke(n===e.byteLength,"buffer body must have content length"),i.cork(),i.write(`${o}content-length: ${n}\r
\r
2026-06-03 22:14:37 +00:00
`,"latin1"),i.write(e),i.uncork(),s.onBodySent(e),!a&&s.reset!==!1&&(i[Cn]=!0)):n===0?i.write(`${o}content-length: 0\r
\r
2026-06-03 22:14:37 +00:00
`,"latin1"):(Ke(n===null,"no body must not have content length"),i.write(`${o}\r
`,"latin1")),s.onRequestSent(),r[Hh]()}catch(c){t(c)}}async function o2e(t,e,r,s,i,n,o,a){Ke(n===e.size,"blob body must have content length");try{if(n!=null&&n!==e.size)throw new _f;let c=Buffer.from(await e.arrayBuffer());i.cork(),i.write(`${o}content-length: ${n}\r
\r
2026-06-03 22:14:37 +00:00
`,"latin1"),i.write(c),i.uncork(),s.onBodySent(c),s.onRequestSent(),!a&&s.reset!==!1&&(i[Cn]=!0),r[Hh]()}catch(c){t(c)}}async function s7(t,e,r,s,i,n,o,a){Ke(n!==0||r[fi]===0,"iterator body cannot be pipelined");let c=null;function l(){if(c){let d=c;c=null,d()}}let u=()=>new Promise((d,f)=>{Ke(c===null),i[Uo]?f(i[Uo]):c=d});i.on("close",l).on("drain",l);let h=new gB({abort:t,socket:i,request:s,contentLength:n,client:r,expectsPayload:a,header:o});try{for await(let d of e){if(i[Uo])throw i[Uo];h.write(d)||await u()}h.end()}catch(d){h.destroy(d)}finally{i.off("close",l).off("drain",l)}}var gB=class{constructor({abort:e,socket:r,request:s,contentLength:i,client:n,expectsPayload:o,header:a}){this.socket=r,this.request=s,this.contentLength=i,this.client=n,this.bytesWritten=0,this.expectsPayload=o,this.header=a,this.abort=e,r[Vh]=!0}write(e){let{socket:r,request:s,contentLength:i,client:n,bytesWritten:o,expectsPayload:a,header:c}=this;if(r[Uo])throw r[Uo];if(r.destroyed)return!1;let l=Buffer.byteLength(e);if(!l)return!0;if(i!==null&&o+l>i){if(n[uM])throw new _f;process.emitWarning(new _f)}r.cork(),o===0&&(!a&&s.reset!==!1&&(r[Cn]=!0),i===null?r.write(`${c}transfer-encoding: chunked\r
`,"latin1"):r.write(`${c}content-length: ${i}\r
\r
`,"latin1")),i===null&&r.write(`\r
${l.toString(16)}\r
2026-06-03 22:14:37 +00:00
`,"latin1"),this.bytesWritten+=l;let u=r.write(e);return r.uncork(),s.onBodySent(e),u||r[Fr].timeout&&r[Fr].timeoutType===pm&&r[Fr].timeout.refresh&&r[Fr].timeout.refresh(),u}end(){let{socket:e,contentLength:r,client:s,bytesWritten:i,expectsPayload:n,header:o,request:a}=this;if(a.onRequestSent(),e[Vh]=!1,e[Uo])throw e[Uo];if(!e.destroyed){if(i===0?n?e.write(`${o}content-length: 0\r
\r
`,"latin1"):e.write(`${o}\r
`,"latin1"):r===null&&e.write(`\r
0\r
\r
2026-06-03 22:14:37 +00:00
`,"latin1"),r!==null&&i!==r){if(s[uM])throw new _f;process.emitWarning(new _f)}e[Fr].timeout&&e[Fr].timeoutType===pm&&e[Fr].timeout.refresh&&e[Fr].timeout.refresh(),s[Hh]()}}destroy(e){let{socket:r,client:s,abort:i}=this;r[Vh]=!1,e&&(Ke(s[fi]<=1,"pipeline should only contain this request"),i(e))}};a7.exports=t2e});var m7=m((VPt,A7)=>{"use strict";var qo=require("node:assert"),{pipeline:a2e}=require("node:stream"),Tt=Bt(),{RequestContentLengthMismatchError:pM,RequestAbortedError:l7,SocketError:wC,InformationalError:AM}=Mt(),{kUrl:yB,kReset:CB,kClient:Am,kRunning:IB,kPending:c2e,kQueue:zh,kPendingIdx:mM,kRunningIdx:Fa,kError:qa,kSocket:Os,kStrictContentLength:l2e,kOnError:gM,kMaxConcurrentStreams:p7,kHTTP2Session:Ua,kResume:$h,kSize:u2e,kHTTPContext:h2e}=Rr(),fu=Symbol("open streams"),u7,h7=!1,EB;try{EB=require("node:http2")}catch{EB={constants:{}}}var{constants:{HTTP2_HEADER_AUTHORITY:d2e,HTTP2_HEADER_METHOD:f2e,HTTP2_HEADER_PATH:p2e,HTTP2_HEADER_SCHEME:A2e,HTTP2_HEADER_CONTENT_LENGTH:m2e,HTTP2_HEADER_EXPECT:g2e,HTTP2_HEADER_STATUS:y2e}}=EB;function E2e(t){let e=[];for(let[r,s]of Object.entries(t))if(Array.isArray(s))for(let i of s)e.push(Buffer.from(r),Buffer.from(i));else e.push(Buffer.from(r),Buffer.from(s));return e}async function C2e(t,e){t[Os]=e,h7||(h7=!0,process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"}));let r=EB.connect(t[yB],{createConnection:()=>e,peerMaxConcurrentStreams:t[p7]});r[fu]=0,r[Am]=t,r[Os]=e,Tt.addListener(r,"error",b2e),Tt.addListener(r,"frameError",w2e),Tt.addListener(r,"end",S2e),Tt.addListener(r,"goaway",B2e),Tt.addListener(r,"close",function(){let{[Am]:i}=this,{[Os]:n}=i,o=this[Os][qa]||this[qa]||new wC("closed",Tt.getSocketInfo(n));if(i[Ua]=null,i.destroyed){qo(i[c2e]===0);let a=i[zh].splice(i[Fa]);for(let c=0;c<a.length;c++){let l=a[c];Tt.errorRequest(i,l,o)}}}),r.unref(),t[Ua]=r,e[Ua]=r,Tt.addListener(e,"error",function(i){qo(i.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[qa]=i,this[Am][gM](i)}),Tt.addListener(e,"end",function(){Tt.destroy(this,new wC("other side closed",Tt.getSocketInfo(this)))}),Tt.addListener(e,"close",function(){let i=this[qa]||new wC("closed",Tt.getSocketInfo(this));t[Os]=null,this[Ua]!=null&&this[Ua].destroy(i),t[mM]=t[Fa],qo(t[IB]===0),t.emit("disconnect",t[yB],[t],i),t[$h]()});let s=!1;return e.on("close",()=>{s=!0}),{version:"h2",defaultPipelining:1/0,write(...i){return N2e(t,...i)},resume(){I2e(t)},destroy(i,n){s?queueMicrotask(n):e.destroy(i).on("close",n)},get destroyed(){return e.destroyed},busy(){return!1}}}function I2e(t){let e=t[Os];e?.destroyed===!1&&(t[u2e]===0&&t[p7]===0?(e.unref(),t[Ua].unref()):(e.ref(),t[Ua].ref()))}function b2e(t){qo(t.code!=="ERR_TLS_CERT_ALTNAME_INVALID"),this[Os][qa]=t,this[Am][gM](t)}function w2e(t,e,r){if(r===0){let s=new AM(`HTTP/2: "frameError" received - type ${t}, code ${e}`);this[Os][qa]=s,this[Am][gM](s)}}function S2e(){let t=new wC("other side closed",Tt.getSocketInfo(this[Os]));this.destroy(t),Tt.destroy(this[Os],t)}function B2e(t){let e=this[qa]||new wC(`HTTP/2: "GOAWAY" frame received with code ${t}`,Tt.getSocketInfo(this)),r=this[Am];if(r[Os]=null,r[h2e]=null,this[Ua]!=null&&(this[Ua].destroy(e),this[Ua]=null),Tt.destroy(this[Os],e),r[Fa]<r[zh].length){let s=r[zh][r[Fa]];r[zh][r[Fa]++]=null,Tt.errorRequest(r,s,e),r[mM]=r[Fa]}qo(r[IB]===0),r.emit("disconnect",r[yB],[r],e),r[$h]()}function x2e(t){return t!=="GET"&&t!=="HEAD"&&t!=="OPTIONS"&&t!=="TRACE"&&t!=="CONNECT"}function N2e(t,e){let r=t[Ua],{method:s,path:i,host:n,upgrade:o,expectContinue:a,signal:c,headers:l}=e,{body:u}=e;if(o)return Tt.errorRequest(t,e,new Error("Upgrade not supported for H2")),!1;let h={};for(let x=0;x<l.length;x+=2){let v=l[x+0],Q=l[x+1];if(Array.isArray(Q))for(let D=0;D<Q.length;D++)h[v]?h[v]+=`,${Q[D]}`:h[v]=Q[D];else h[v]=Q}let d,{hostname:f,port:p}=t[yB];h[d2e]=n||`${f}${p?`:${p}`:""}`,h[f2e]=s;let g=x=>{e.aborted||e.completed||(x=x||new l7,Tt.errorRequest(t,e,x),d!=null&&Tt.destroy(d,x),Tt.destroy(u,x),t[zh][t[Fa]++]=null,t[$h]())};try{e.onConnect(g)}catch(x){Tt.errorRequest(t,e,x)}if(e
`,this[Z2e]=c??3e5,this[X2e]=i??3e5,this[eFe]=I??!0,this[tFe]=x,this[IM]=Q,this[Jh]=null,this[oFe]=q>-1?q:-1,this[cFe]=G??100,this[es]=null,this[Ga]=[],this[Au]=0,this[Ha]=0,this[NC]=te=>wM(this,te),this[aFe]=te=>R7(this,te)}get pipelining(){return this[BB]}set pipelining(e){this[BB]=e,this[NC](!0)}get[TC](){return this[Ga].length-this[Ha]}get[vC](){return this[Ha]-this[Au]}get[RC](){return this[Ga].length-this[Au]}get[z2e](){return!!this[es]&&!this[gm]&&!this[es].destroyed}get[CM](){return!!(this[es]?.busy(null)||this[RC]>=(N7(this)||1)||this[TC]>0)}[V2e](e){v7(this),this.once("connect",e)}[nFe](e,r){let s=e.origin||this[Nc].origin,i=new L2e(s,e,r);return this[Ga].push(i),this[Pf]||(Qf.bodyLength(i.body)==null&&Qf.isIterable(i.body)?(this[Pf]=1,queueMicrotask(()=>wM(this))):this[NC](!0)),this[Pf]&&this[Yh]!==2&&this[CM]&&(this[Yh]=2),this[Yh]<2}async[sFe](){return new Promise(e=>{this[RC]?this[Jh]=e:e(null)})}async[iFe](e){return new Promise(r=>{let s=this[Ga].splice(this[Ha]);for(let n=0;n<s.length;n++){let o=s[n];Qf.errorRequest(this,o,e)}let i=()=>{this[Jh]&&(this[Jh](),this[Jh]=null),r(null)};this[es]?(this[es].destroy(e,i),this[es]=null):queueMicrotask(i),this[NC]()})}},hFe=SB();function R7(t,e){if(t[vC]===0&&e.code!=="UND_ERR_INFO"&&e.code!=="UND_ERR_SOCKET"){pu(t[Ha]===t[Au]);let r=t[Ga].splice(t[Au]);for(let s=0;s<r.length;s++){let i=r[s];Qf.errorRequest(t,i,e)}pu(t[RC]===0)}}async function v7(t){pu(!t[gm]),pu(!t[es]);let{host:e,hostname:r,protocol:s,port:i}=t[Nc];if(r[0]==="["){let n=r.indexOf("]");pu(n!==-1);let o=r.substring(1,n);pu(x7.isIP(o)),r=o}t[gm]=!0,mm.beforeConnect.hasSubscribers&&mm.beforeConnect.publish({connectParams:{host:e,hostname:r,protocol:s,port:i,version:t[es]?.version,servername:t[jh],localAddress:t[xC]},connector:t[BC]});try{let n=await new Promise((o,a)=>{t[BC]({host:e,hostname:r,protocol:s,port:i,servername:t[jh],localAddress:t[xC]},(c,l)=>{c?a(c):o(l)})});if(t.destroyed){Qf.destroy(n.on("error",S7),new q2e);return}pu(n);try{t[es]=n.alpnProtocol==="h2"?await uFe(t,n):await lFe(t,n)}catch(o){throw n.destroy().on("error",S7),o}t[gm]=!1,n[rFe]=0,n[IM]=t[IM],n[H2e]=t,n[j2e]=null,mm.connected.hasSubscribers&&mm.connected.publish({connectParams:{host:e,hostname:r,protocol:s,port:i,version:t[es]?.version,servername:t[jh],localAddress:t[xC]},connector:t[BC],socket:n}),t.emit("connect",t[Nc],[t])}catch(n){if(t.destroyed)return;if(t[gm]=!1,mm.connectError.hasSubscribers&&mm.connectError.publish({connectParams:{host:e,hostname:r,protocol:s,port:i,version:t[es]?.version,servername:t[jh],localAddress:t[xC]},connector:t[BC],error:n}),n.code==="ERR_TLS_CERT_ALTNAME_INVALID")for(pu(t[vC]===0);t[TC]>0&&t[Ga][t[Ha]].servername===t[jh];){let o=t[Ga][t[Ha]++];Qf.errorRequest(t,o,n)}else R7(t,n);t.emit("connectionError",t[Nc],[t],n)}t[NC]()}function B7(t){t[Yh]=0,t.emit("drain",t[Nc],[t])}function wM(t,e){t[Pf]!==2&&(t[Pf]=2,dFe(t,e),t[Pf]=0,t[Au]>256&&(t[Ga].splice(0,t[Au]),t[Ha]-=t[Au],t[Au]=0))}function dFe(t,e){for(;;){if(t.destroyed){pu(t[TC]===0);return}if(t[Jh]&&!t[RC]){t[Jh](),t[Jh]=null;return}if(t[es]&&t[es].resume(),t[CM])t[Yh]=2;else if(t[Yh]===2){e?(t[Yh]=1,queueMicrotask(()=>B7(t))):B7(t);continue}if(t[TC]===0||t[vC]>=(N7(t)||1))return;let r=t[Ga][t[Ha]];if(t[Nc].protocol==="https:"&&t[jh]!==r.servername){if(t[vC]>0)return;t[jh]=r.servername,t[es]?.destroy(new U2e("servername changed"),()=>{t[es]=null,wM(t)})}if(t[gm])return;if(!t[es]){v7(t);return}if(t[es].destroyed||t[es].busy(r))return;!r.aborted&&t[es].write(r)?t[Ha]++:t[Ga].splice(t[Ha],1)}}T7.exports=bM});var SM=m((YPt,_7)=>{"use strict";var xB=class{constructor(){this.bottom=0,this.top=0,this.list=new Array(2048),this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&2047)===this.bottom}push(e){this.list[this.top]=e,this.top=this.top+1&2047}shift(){let e=this.list[this.bottom];return e===void 0?null:(this.list[this.bottom]=void 0,this.bottom=this.bottom+1&2047,e)}};_7.exports=class{constructor(){this.head=this.tail=new xB}isEmpty(){return this.head.isEmpty()}push(e){this.head.isFull()&&(this.head=this.head.ne
${s.count} ${s.noun} ${s.is} pending:
${e.format(r)}
2026-06-03 22:14:37 +00:00
`.trim())}};Yte.exports=_L});var VB=m((BOt,ere)=>{"use strict";var Kte=Symbol.for("undici.globalDispatcher.1"),{InvalidArgumentError:Zqe}=Mt(),eGe=Cm();Zte()===void 0&&Xte(new eGe);function Xte(t){if(!t||typeof t.dispatch!="function")throw new Zqe("Argument agent must implement Agent");Object.defineProperty(globalThis,Kte,{value:t,writable:!0,enumerable:!1,configurable:!1})}function Zte(){return globalThis[Kte]}ere.exports={setGlobalDispatcher:Xte,getGlobalDispatcher:Zte}});var zB=m((NOt,tre)=>{"use strict";tre.exports=class{#e;constructor(e){if(typeof e!="object"||e===null)throw new TypeError("handler must be an object");this.#e=e}onConnect(...e){return this.#e.onConnect?.(...e)}onError(...e){return this.#e.onError?.(...e)}onUpgrade(...e){return this.#e.onUpgrade?.(...e)}onResponseStarted(...e){return this.#e.onResponseStarted?.(...e)}onHeaders(...e){return this.#e.onHeaders?.(...e)}onData(...e){return this.#e.onData?.(...e)}onComplete(...e){return this.#e.onComplete?.(...e)}onBodySent(...e){return this.#e.onBodySent?.(...e)}}});var sre=m((ROt,rre)=>{"use strict";var tGe=wB();rre.exports=t=>{let e=t?.maxRedirections;return r=>function(i,n){let{maxRedirections:o=e,...a}=i;if(!o)return r(i,n);let c=new tGe(r,o,i,n);return r(a,c)}}});var nre=m((vOt,ire)=>{"use strict";var rGe=OB();ire.exports=t=>e=>function(s,i){return e(s,new rGe({...s,retryOptions:{...t,...s.retryOptions}},{handler:i,dispatch:e}))}});var are=m((TOt,ore)=>{"use strict";var sGe=Bt(),{InvalidArgumentError:iGe,RequestAbortedError:nGe}=Mt(),oGe=zB(),QL=class extends oGe{#e=1024*1024;#t=null;#s=!1;#r=!1;#i=0;#n=null;#u=null;constructor({maxSize:e},r){if(super(r),e!=null&&(!Number.isFinite(e)||e<1))throw new iGe("maxSize must be a number greater than 0");this.#e=e??this.#e,this.#u=r}onConnect(e){this.#t=e,this.#u.onConnect(this.#l.bind(this))}#l(e){this.#r=!0,this.#n=e}onHeaders(e,r,s,i){let o=sGe.parseHeaders(r)["content-length"];if(o!=null&&o>this.#e)throw new nGe(`Response size (${o}) larger than maxSize (${this.#e})`);return this.#r?!0:this.#u.onHeaders(e,r,s,i)}onError(e){this.#s||(e=this.#n??e,this.#u.onError(e))}onData(e){return this.#i=this.#i+e.length,this.#i>=this.#e&&(this.#s=!0,this.#r?this.#u.onError(this.#n):this.#u.onComplete([])),!0}onComplete(e){if(!this.#s){if(this.#r){this.#u.onError(this.reason);return}this.#u.onComplete(e)}}};function aGe({maxSize:t}={maxSize:1024*1024}){return e=>function(s,i){let{dumpMaxSize:n=t}=s,o=new QL({maxSize:n},i);return e(s,o)}}ore.exports=aGe});var ure=m((_Ot,lre)=>{"use strict";var{isIP:cGe}=require("node:net"),{lookup:lGe}=require("node:dns"),uGe=zB(),{InvalidArgumentError:Tm,InformationalError:hGe}=Mt(),cre=Math.pow(2,31)-1,PL=class{#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.#i}get full(){return this.#s.size===this.#t}runLookup(e,r,s){let i=this.#s.get(e.hostname);if(i==null&&this.full){s(null,e.origin);return}let n={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...r.dns,maxTTL:this.#e,maxItems:this.#t};if(i==null)this.lookup(e,n,(o,a)=>{if(o||a==null||a.length===0){s(o??new hGe("No DNS entries found"));return}this.setRecords(e,a);let c=this.#s.get(e.hostname),l=this.pick(e,c,n.affinity),u;typeof l.port=="number"?u=`:${l.port}`:e.port!==""?u=`:${e.port}`:u="",s(null,`${e.protocol}//${l.family===6?`[${l.address}]`:l.address}${u}`)});else{let o=this.pick(e,i,n.affinity);if(o==null){this.#s.delete(e.hostname),this.runLookup(e,r,s);return}let a;typeof o.port=="number"?a=`:${o.port}`:e.port!==""?a=`:${e.port}`:a="",s(null,`${e.protocol}//${o.family===6?`[${o.address}]`:o.address}${a}`)}}#r(e,r,s){lGe(e.hostname,{all:!0,family:this.dualStack===!1?this.affinity:0,order:"ipv4first"},(i,n)=>{if(i)return s(i);let o=new Map;for(let a of n)o.set(`${a.address}:${a.family}`,a);s(null,o.values())})}#i(e,r,s){let i=null,{records:n,offset:o}=r,a;if(this.dualStack?(s==null&&(o==null||o===cre?(r.offset=0,s=4):(r
${n}`;break;case"retry":Hie(n)&&(r[i]=n);break;case"id":Vie(n)&&(r[i]=n);break;case"event":n.length>0&&(r[i]=n);break}}processEvent(e){e.retry&&Hie(e.retry)&&(this.state.reconnectionTime=parseInt(e.retry,10)),e.id&&Vie(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}}};zie.exports={EventSourceStream:C2}});var ene=m((cDt,Zie)=>{"use strict";var{pipeline:C3e}=require("node:stream"),{fetching:I3e}=zC(),{makeRequest:b3e}=Pm(),{webidl:Cu}=si(),{EventSourceStream:w3e}=$ie(),{parseMIMEType:S3e}=En(),{createFastMessageEvent:B3e}=Fm(),{isNetworkError:jie}=HC(),{delay:x3e}=y2(),{kEnumerableProperty:Yf}=Bt(),{environmentSettingsObject:Jie}=Xn(),Yie=!1,Wie=3e3,iI=0,Kie=1,nI=2,N3e="anonymous",R3e="use-credentials",Vm=class t extends EventTarget{#e={open:null,error:null,message:null};#t=null;#s=!1;#r=iI;#i=null;#n=null;#u;#l;constructor(e,r={}){super(),Cu.util.markAsUncloneable(this);let s="EventSource constructor";Cu.argumentLengthCheck(arguments,1,s),Yie||(Yie=!0,process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})),e=Cu.converters.USVString(e,s,"url"),r=Cu.converters.EventSourceInitDict(r,s,"eventSourceInitDict"),this.#u=r.dispatcher,this.#l={lastEventId:"",reconnectionTime:Wie};let i=Jie,n;try{n=new URL(e,i.settingsObject.baseUrl),this.#l.origin=n.origin}catch(c){throw new DOMException(c,"SyntaxError")}this.#t=n.href;let o=N3e;r.withCredentials&&(o=R3e,this.#s=!0);let a={redirect:"follow",keepalive:!0,mode:"cors",credentials:o==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};a.client=Jie.settingsObject,a.headersList=[["accept",{name:"accept",value:"text/event-stream"}]],a.cache="no-store",a.initiator="other",a.urlList=[new URL(this.#t)],this.#i=b3e(a),this.#a()}get readyState(){return this.#r}get url(){return this.#t}get withCredentials(){return this.#s}#a(){if(this.#r===nI)return;this.#r=iI;let e={request:this.#i,dispatcher:this.#u},r=s=>{jie(s)&&(this.dispatchEvent(new Event("error")),this.close()),this.#f()};e.processResponseEndOfBody=r,e.processResponse=s=>{if(jie(s))if(s.aborted){this.close(),this.dispatchEvent(new Event("error"));return}else{this.#f();return}let i=s.headersList.get("content-type",!0),n=i!==null?S3e(i):"failure",o=n!=="failure"&&n.essence==="text/event-stream";if(s.status!==200||o===!1){this.close(),this.dispatchEvent(new Event("error"));return}this.#r=Kie,this.dispatchEvent(new Event("open")),this.#l.origin=s.urlList[s.urlList.length-1].origin;let a=new w3e({eventSourceSettings:this.#l,push:c=>{this.dispatchEvent(B3e(c.type,c.options))}});C3e(s.body.stream,a,c=>{c?.aborted===!1&&(this.close(),this.dispatchEvent(new Event("error")))})},this.#n=I3e(e)}async#f(){this.#r!==nI&&(this.#r=iI,this.dispatchEvent(new Event("error")),await x3e(this.#l.reconnectionTime),this.#r===iI&&(this.#l.lastEventId.length&&this.#i.headersList.set("last-event-id",this.#l.lastEventId,!0),this.#a()))}close(){Cu.brandCheck(this,t),this.#r!==nI&&(this.#r=nI,this.#n.abort(),this.#i=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}},Xie={CONNECTING:{__proto__:null,configurable:!1,enumerable:!0,value:iI,writable:!1},OPEN:{__proto__:null,configurable:!1,enumerable:!0,value:Kie,writable:!1},CLOSED:{__proto__:null,configurable:!1,enumerable:!0,value:nI,writable:!1}};Object.defineProperties(Vm,Xie);Object.definePropert
%s`,v,v,I,s);var Q=I.type==="*"?SF:I.type==="?"?wF:"\\"+I.type;i=!0,s=s.slice(0,I.reStart)+Q+"\\("+v}p(),n&&(s+="\\\\");var D=!1;switch(s.charAt(0)){case"[":case".":case"(":D=!0}for(var q=a.length-1;q>-1;q--){var K=a[q],de=s.slice(0,K.reStart),G=s.slice(K.reStart,K.reEnd-8),j=s.slice(K.reEnd-8,K.reEnd),J=s.slice(K.reEnd);j+=J;var te=de.split("(").length-1,Ae=J;for(g=0;g<te;g++)Ae=Ae.replace(/\)[+*?]?/,"");J=Ae;var Se="";J===""&&e!==tN&&(Se="$");var Pe=de+G+J+Se+j;s=Pe}if(s!==""&&i&&(s="(?=.)"+s),D&&(s=d+s),e===tN)return[s,i];if(!i)return lje(t);var Y=r.nocase?"i":"";try{var ut=new RegExp("^"+s+"$",Y)}catch{return new RegExp("$.")}return ut._glob=t,ut._src=s,ut}co.makeRe=function(t,e){return new ms(t,e||{}).makeRe()};ms.prototype.makeRe=cje;function cje(){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?SF:e.dot?eje:tje,s=e.nocase?"i":"",i=t.map(function(n){return n.map(function(o){return o===tp?r:typeof o=="string"?uje(o):o._src}).join("\\/")}).join("|");i="^(?:"+i+")$",this.negate&&(i="^(?!"+i+").*$");try{this.regexp=new RegExp(i,s)}catch{this.regexp=!1}return this.regexp}co.match=function(t,e,r){r=r||{};var s=new ms(e,r);return t=t.filter(function(i){return s.match(i)}),s.options.nonull&&!t.length&&t.push(e),t};ms.prototype.match=function(e,r){if(typeof r>"u"&&(r=this.partial),this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&r)return!0;var s=this.options;RI.sep!=="/"&&(e=e.split(RI.sep).join("/")),e=e.split(oce),this.debug(this.pattern,"split",e);var i=this.set;this.debug(this.pattern,"set",i);var n,o;for(o=e.length-1;o>=0&&(n=e[o],!n);o--);for(o=0;o<i.length;o++){var a=i[o],c=e;s.matchBase&&a.length===1&&(c=[n]);var l=this.matchOne(c,a,r);if(l)return s.flipNegate?!0:!this.negate}return s.flipNegate?!1:this.negate};ms.prototype.matchOne=function(t,e,r){return e.indexOf(tp)!==-1?this._matchGlobstar(t,e,r,0,0):this._matchOne(t,e,r,0,0)};ms.prototype._matchGlobstar=function(t,e,r,s,i){var n,o=-1;for(n=i;n<e.length;n++)if(e[n]===tp){o=n;break}var a=-1;for(n=e.length-1;n>=0;n--)if(e[n]===tp){a=n;break}var c=e.slice(i,o),l=r?e.slice(o+1):e.slice(o+1,a),u=r?[]:e.slice(a+1);if(c.length){var h=t.slice(s,s+c.length);if(!this._matchOne(h,c,r,0,0))return!1;s+=c.length}var d=0;if(u.length){if(u.length+s>t.length)return!1;var f=t.length-u.length;if(this._matchOne(t,u,r,f,0))d=u.length;else{if(t[t.length-1]!==""||s+u.length===t.length||(f--,!this._matchOne(t,u,r,f,0)))return!1;d=u.length+1}}if(!l.length){var p=!!d;for(n=s;n<t.length-d;n++){var g=String(t[n]);if(p=!0,g==="."||g===".."||!this.options.dot&&g.charAt(0)===".")return!1}return r||p}for(var C=[[[],0]],E=C[0],I=0,S=[0],x=0;x<l.length;x++){var v=l[x];v===tp?(S.push(I),E=[[],0],C.push(E)):(E[0].push(v),I++)}for(var Q=C.length-1,D=t.length-d,q=0;q<C.length;q++)C[q][1]=D-(S[Q--]+C[q][0].length);return!!this._matchGlobStarBodySections(t,C,s,0,r,0,!!d)};ms.prototype._matchGlobStarBodySections=function(t,e,r,s,i,n,o){var a=e[s];if(!a){for(var c=r;c<t.length;c++){o=!0;var l=t[c];if(l==="."||l===".."||!this.options.dot&&l.charAt(0)===".")return!1}return o}for(var u=a[0],h=a[1];r<=h;){var d=this._matchOne(t.slice(0,r+u.length),u,i,r,0);if(d&&n<this.maxGlobstarRecursion){var f=this._matchGlobStarBodySections(t,e,r+u.length,s+1,i,n+1,o);if(f!==!1)return f}var l=t[r];if(l==="."||l===".."||!this.options.dot&&l.charAt(0)===".")return!1;r++}return i||null};ms.prototype._matchOne=function(t,e,r,s,i){var n,o,a,c;for(n=s,o=i,a=t.length,c=e.length;n<a&&o<c;n++,o++){this.debug("matchOne loop");var l=e[o],u=t[n];if(this.debug(e,l,u),l===!1||l===tp)return!1;var h;if(typeof l=="string"?(h=u===l,this.debug("string match",l,u,h)):(h=u.match(l),this.debug("pattern match",l,u,h)),!h)return!1}if(n===a&&o===c)return!0;if(n===a)return r;if(o===c)return n===a-1&&t[n]==="";throw new Error("wtf?")};function lje(t){return t.replace(/\\(.)/g,"$1")}function uje(t){return t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")}});var sg=m((lLt,fce)=>{"use strict";var yje="2.0
`).join(`
2026-06-03 22:14:37 +00:00
`+n),t.push(i+"m+"+VN.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=I9e()+e+" "+t[0]}function I9e(){return ai.inspectOpts.hideDate?"":new Date().toISOString()+" "}function b9e(...t){return process.stderr.write(HN.format(...t)+`
`)}function w9e(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function S9e(){return process.env.DEBUG}function B9e(t){t.inspectOpts={};let e=Object.keys(ai.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=ai.inspectOpts[e[r]]}VN.exports=mU()(ai);var{formatters:Xue}=VN.exports;Xue.o=function(t){return this.inspectOpts.colors=this.useColors,HN.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};Xue.O=function(t){return this.inspectOpts.colors=this.useColors,HN.inspect(t,this.inspectOpts)}});var hp=m((vFt,CU)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?CU.exports=jue():CU.exports=Zue()});var rhe=m(Nn=>{"use strict";var x9e=Nn&&Nn.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),N9e=Nn&&Nn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),ehe=Nn&&Nn.__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)&&x9e(e,t,r);return N9e(e,t),e};Object.defineProperty(Nn,"__esModule",{value:!0});Nn.req=Nn.json=Nn.toBuffer=void 0;var R9e=ehe(require("http")),v9e=ehe(require("https"));async function the(t){let e=0,r=[];for await(let s of t)e+=s.length,r.push(s);return Buffer.concat(r,e)}Nn.toBuffer=the;async function T9e(t){let r=(await the(t)).toString("utf8");try{return JSON.parse(r)}catch(s){let i=s;throw i.message+=` (input: ${r})`,i}}Nn.json=T9e;function _9e(t,e={}){let s=((typeof t=="string"?t:t.href).startsWith("https:")?v9e:R9e).request(t,e),i=new Promise((n,o)=>{s.once("response",n).once("error",o).end()});return s.then=i.then.bind(i),s}Nn.req=_9e});var ohe=m(fo=>{"use strict";var ihe=fo&&fo.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),Q9e=fo&&fo.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),nhe=fo&&fo.__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)&&ihe(e,t,r);return Q9e(e,t),e},P9e=fo&&fo.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&ihe(e,t,r)};Object.defineProperty(fo,"__esModule",{value:!0});fo.Agent=void 0;var O9e=nhe(require("net")),she=nhe(require("http")),D9e=require("https");P9e(rhe(),fo);var Uc=Symbol("AgentBaseInternalState"),IU=class extends she.Agent{constructor(e){super(e),this[Uc]={}}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 O9e.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],i=s.indexOf(r);i!==-1&&(s.splice(i,1),this.totalSocketCount--,s.length===0&&delete this.sockets[e])}getName(e){return this.isSecureEndpoint(e)?D9e.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,s){let i={...r,secureEndpoint:this.isSecureEndpoint(r)},n=this.getName(i),o=this.incrementSockets(n);Promise.resolve().then(()=>this.connect(e,i)).then(a=>{if(this.decrementSockets(n,o),a instanceof she.Agent)try{return a.addRequest(e,i)}catch(c){return s(c)}this[Uc].currentSocket=a,super.createSocket(e,r,s)},a=>{this.decrementSockets(n,o),s(a)})}createConnection(){let e=this[Uc].currentSocket;if(this[Uc].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[Uc].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[Uc]&&(this[Uc].defaultPort=e)}get protocol(){return this[Uc].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[Uc]&&(this[Uc].protocol=e)}};fo.Agent=IU});var ahe=m(pg=>{"use strict";var k9e=pg&&pg.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(pg,"__esModule",{value:!0});pg.parseProxyResponse=void 0;var M9e=k9e(hp()),zN=(0,M9e.default)("https-proxy-agent:parse-proxy-response");function L9e(t){return new Promise((e,r)=>{let s=0,i=[];function n(){let u=t.read();u?l(u):t.once("readable",n)}function o(){t.removeListener("end",a),t.removeListener("error",c),t.removeListener("readable",n)}function a(){o(),zN("onend"),r(new Error("Proxy connection ended before receiving CONNECT response"))}function c(u){o(),zN("onerror %o",u),r(u)}function l(u){i.push(u),s+=u.length;let h=Buffer.concat(i,s),d=h.indexOf(`\r
\r
2026-06-03 22:14:37 +00:00
`);if(d===-1){zN("have not received end of HTTP headers yet..."),n();return}let f=h.slice(0,d).toString("ascii").split(`\r
`),p=f.shift();if(!p)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let g=p.split(" "),C=+g[1],E=g.slice(2).join(" "),I={};for(let S of f){if(!S)continue;let x=S.indexOf(":");if(x===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${S}"`));let v=S.slice(0,x).toLowerCase(),Q=S.slice(x+1).trimStart(),D=I[v];typeof D=="string"?I[v]=[D,Q]:Array.isArray(D)?D.push(Q):I[v]=Q}zN("got proxy server response: %o %o",p,I),o(),e({connect:{statusCode:C,statusText:E,headers:I},buffered:h})}t.on("error",c),t.on("end",a),n()})}pg.parseProxyResponse=L9e});var fhe=m(ta=>{"use strict";var F9e=ta&&ta.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),U9e=ta&&ta.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),hhe=ta&&ta.__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)&&F9e(e,t,r);return U9e(e,t),e},dhe=ta&&ta.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ta,"__esModule",{value:!0});ta.HttpsProxyAgent=void 0;var $N=hhe(require("net")),che=hhe(require("tls")),q9e=dhe(require("assert")),G9e=dhe(hp()),H9e=ohe(),V9e=require("url"),z9e=ahe(),$I=(0,G9e.default)("https-proxy-agent"),lhe=t=>t.servername===void 0&&t.host&&!$N.isIP(t.host)?{...t,servername:t.host}:t,jN=class extends H9e.Agent{constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new V9e.URL(e):e,this.proxyHeaders=r?.headers??{},$I("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),i=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?uhe(r,"headers"):null,host:s,port:i}}async connect(e,r){let{proxy:s}=this;if(!r.host)throw new TypeError('No "host" provided');let i;s.protocol==="https:"?($I("Creating `tls.Socket`: %o",this.connectOpts),i=che.connect(lhe(this.connectOpts))):($I("Creating `net.Socket`: %o",this.connectOpts),i=$N.connect(this.connectOpts));let n=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},o=$N.isIPv6(r.host)?`[${r.host}]`:r.host,a=`CONNECT ${o}:${r.port} HTTP/1.1\r
2026-05-22 14:44:02 +00:00
`;if(s.username||s.password){let d=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;n["Proxy-Authorization"]=`Basic ${Buffer.from(d).toString("base64")}`}n.Host=`${o}:${r.port}`,n["Proxy-Connection"]||(n["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(n))a+=`${d}: ${n[d]}\r
2026-06-03 22:14:37 +00:00
`;let c=(0,z9e.parseProxyResponse)(i);i.write(`${a}\r
`);let{connect:l,buffered:u}=await c;if(e.emit("proxyConnect",l),this.emit("proxyConnect",l,e),l.statusCode===200)return e.once("socket",$9e),r.secureEndpoint?($I("Upgrading socket connection to TLS"),che.connect({...uhe(lhe(r),"host","path","port"),socket:i})):i;i.destroy();let h=new $N.Socket({writable:!1});return h.readable=!0,e.once("socket",d=>{$I("Replaying proxy buffer for failed request"),(0,q9e.default)(d.listenerCount("data")>0),d.push(u),d.push(null)}),h}};jN.protocols=["http","https"];ta.HttpsProxyAgent=jN;function $9e(t){t.resume()}function uhe(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}});var mhe=m(Rn=>{"use strict";var j9e=Rn&&Rn.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),J9e=Rn&&Rn.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),phe=Rn&&Rn.__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)&&j9e(e,t,r);return J9e(e,t),e};Object.defineProperty(Rn,"__esModule",{value:!0});Rn.req=Rn.json=Rn.toBuffer=void 0;var Y9e=phe(require("http")),W9e=phe(require("https"));async function Ahe(t){let e=0,r=[];for await(let s of t)e+=s.length,r.push(s);return Buffer.concat(r,e)}Rn.toBuffer=Ahe;async function K9e(t){let r=(await Ahe(t)).toString("utf8");try{return JSON.parse(r)}catch(s){let i=s;throw i.message+=` (input: ${r})`,i}}Rn.json=K9e;function X9e(t,e={}){let s=((typeof t=="string"?t:t.href).startsWith("https:")?W9e:Y9e).request(t,e),i=new Promise((n,o)=>{s.once("response",n).once("error",o).end()});return s.then=i.then.bind(i),s}Rn.req=X9e});var jI=m(po=>{"use strict";var yhe=po&&po.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),Z9e=po&&po.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Ehe=po&&po.__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)&&yhe(e,t,r);return Z9e(e,t),e},eWe=po&&po.__exportStar||function(t,e){for(var r in t)r!=="default"&&!Object.prototype.hasOwnProperty.call(e,r)&&yhe(e,t,r)};Object.defineProperty(po,"__esModule",{value:!0});po.Agent=void 0;var tWe=Ehe(require("net")),ghe=Ehe(require("http")),rWe=require("https");eWe(mhe(),po);var qc=Symbol("AgentBaseInternalState"),bU=class extends ghe.Agent{constructor(e){super(e),this[qc]={}}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 tWe.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],i=s.indexOf(r);i!==-1&&(s.splice(i,1),this.totalSocketCount--,s.length===0&&delete this.sockets[e])}getName(e){return(typeof e.secureEndpoint=="boolean"?e.secureEndpoint:this.isSecureEndpoint(e))?rWe.Agent.prototype.getName.call(this,e):super.getName(e)}createSocket(e,r,s){let i={...r,secureEndpoint:this.isSecureEndpoint(r)},n=this.getName(i),o=this.incrementSockets(n);Promise.resolve().then(()=>this.connect(e,i)).then(a=>{if(this.decrementSockets(n,o),a instanceof ghe.Agent)return a.addRequest(e,i);this[qc].currentSocket=a,super.createSocket(e,r,s)},a=>{this.decrementSockets(n,o),s(a)})}createConnection(){let e=this[qc].currentSocket;if(this[qc].currentSocket=void 0,!e)throw new Error("No socket was returned in the `connect()` function");return e}get defaultPort(){return this[qc].defaultPort??(this.protocol==="https:"?443:80)}set defaultPort(e){this[qc]&&(this[qc].defaultPort=e)}get protocol(){return this[qc].protocol??(this.isSecureEndpoint()?"https:":"http:")}set protocol(e){this[qc]&&(this[qc].protocol=e)}};po.Agent=bU});var wU=m(ra=>{"use strict";var sWe=ra&&ra.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),iWe=ra&&ra.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Ihe=ra&&ra.__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)&&sWe(e,t,r);return iWe(e,t),e},nWe=ra&&ra.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(ra,"__esModule",{value:!0});ra.HttpProxyAgent=void 0;var oWe=Ihe(require("net")),aWe=Ihe(require("tls")),cWe=nWe(hp()),lWe=require("events"),uWe=jI(),Che=require("url"),Ag=(0,cWe.default)("http-proxy-agent"),JN=class extends uWe.Agent{constructor(e,r){super(r),this.proxy=typeof e=="string"?new Che.URL(e):e,this.proxyHeaders=r?.headers??{},Ag("Creating new HttpProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),i=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={...r?hWe(r,"headers"):null,host:s,port:i}}addRequest(e,r){e._header=null,this.setRequestProps(e,r),super.addRequest(e,r)}setRequestProps(e,r){let{proxy:s}=this,i=r.secureEndpoint?"https:":"http:",n=e.getHeader("host")||"localhost",o=`${i}//${n}`,a=new Che.URL(e.path,o);r.port!==80&&(a.port=String(r.port)),e.path=String(a);let c=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders};if(s.username||s.password){let l=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;c["Proxy-Authorization"]=`Basic ${Buffer.from(l).toString("base64")}`}c["Proxy-Connection"]||(c["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let l of Object.keys(c)){let u=c[l];u&&e.setHeader(l,u)}}async connect(e,r){e._header=null,e.path.includes("://")||this.setRequestProps(e,r);let s,i;Ag("Regenerating stored HTTP header string for request"),e._implicitHeader(),e.outputData&&e.outputData.length>0&&(Ag("Patching connection write() output buffer with updated header"),s=e.outputData[0].data,i=s.indexOf(`\r
\r
2026-06-03 22:14:37 +00:00
`)+4,e.outputData[0].data=e._header+s.substring(i),Ag("Output buffer: %o",e.outputData[0].data));let n;return this.proxy.protocol==="https:"?(Ag("Creating `tls.Socket`: %o",this.connectOpts),n=aWe.connect(this.connectOpts)):(Ag("Creating `net.Socket`: %o",this.connectOpts),n=oWe.connect(this.connectOpts)),await(0,lWe.once)(n,"connect"),n}};JN.protocols=["http","https"];ra.HttpProxyAgent=JN;function hWe(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}});var Hhe=m(cR=>{"use strict";Object.defineProperty(cR,"__esModule",{value:!0});cR.state=void 0;cR.state={instrumenterImplementation:void 0}});var ode=m(fR=>{"use strict";Object.defineProperty(fR,"__esModule",{value:!0});fR.state=void 0;fR.state={operationRequestMap:new WeakMap}});var Lpe=m(Pg=>{"use strict";Object.defineProperty(Pg,"__esModule",{value:!0});var Pet=require("os"),Oet=require("util");function Det(t){return t&&typeof t=="object"&&"default"in t?t:{default:t}}var ket=Det(Oet);function Met(t,...e){process.stderr.write(`${ket.default.format(t,...e)}${Pet.EOL}`)}var Rpe=typeof process<"u"&&process.env&&process.env.DEBUG||void 0,Tpe,t8=[],r8=[],Qv=[];Rpe&&s8(Rpe);var _pe=Object.assign(t=>Qpe(t),{enable:s8,enabled:i8,disable:Let,log:Met});function s8(t){Tpe=t,t8=[],r8=[];let e=/\*/g,r=t.split(",").map(s=>s.trim().replace(e,".*?"));for(let s of r)s.startsWith("-")?r8.push(new RegExp(`^${s.substr(1)}$`)):t8.push(new RegExp(`^${s}$`));for(let s of Qv)s.enabled=i8(s.namespace)}function i8(t){if(t.endsWith("*"))return!0;for(let e of r8)if(e.test(t))return!1;for(let e of t8)if(e.test(t))return!0;return!1}function Let(){let t=Tpe||"";return s8(""),t}function Qpe(t){let e=Object.assign(r,{enabled:i8(t),destroy:Fet,log:_pe.log,namespace:t,extend:Uet});function r(...s){e.enabled&&(s.length>0&&(s[0]=`${t} ${s[0]}`),e.log(...s))}return Qv.push(e),e}function Fet(){let t=Qv.indexOf(this);return t>=0?(Qv.splice(t,1),!0):!1}function Uet(t){let e=Qpe(`${this.namespace}:${t}`);return e.log=this.log,e}var O0=_pe,Ppe=new Set,Tv=typeof process<"u"&&process.env&&process.env.AZURE_LOG_LEVEL||void 0,Pv,Ov=O0("azure");Ov.log=(...t)=>{O0.log(...t)};var n8=["verbose","info","warning","error"];Tv&&(Mpe(Tv)?Ope(Tv):console.error(`AZURE_LOG_LEVEL set to unknown log level '${Tv}'; logging is not enabled. Acceptable values: ${n8.join(", ")}.`));function Ope(t){if(t&&!Mpe(t))throw new Error(`Unknown log level '${t}'. Acceptable values: ${n8.join(",")}`);Pv=t;let e=[];for(let r of Ppe)kpe(r)&&e.push(r.namespace);O0.enable(e.join(","))}function qet(){return Pv}var vpe={verbose:400,info:300,warning:200,error:100};function Get(t){let e=Ov.extend(t);return Dpe(Ov,e),{error:_v(e,"error"),warning:_v(e,"warning"),info:_v(e,"info"),verbose:_v(e,"verbose")}}function Dpe(t,e){e.log=(...r)=>{t.log(...r)}}function _v(t,e){let r=Object.assign(t.extend(e),{level:e});if(Dpe(t,r),kpe(r)){let s=O0.disable();O0.enable(s+","+r.namespace)}return Ppe.add(r),r}function kpe(t){return!!(Pv&&vpe[t.level]<=vpe[Pv])}function Mpe(t){return n8.includes(t)}Pg.AzureLogger=Ov;Pg.createClientLogger=Get;Pg.getLogLevel=qet;Pg.setLogLevel=Ope});var c8=m(k0=>{"use strict";Object.defineProperty(k0,"__esModule",{value:!0});var Og=new WeakMap,Dv=new WeakMap,D0=class t{constructor(){this.onabort=null,Og.set(this,[]),Dv.set(this,!1)}get aborted(){if(!Dv.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");return Dv.get(this)}static get none(){return new t}addEventListener(e,r){if(!Og.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");Og.get(this).push(r)}removeEventListener(e,r){if(!Og.has(this))throw new TypeError("Expected `this` to be an instance of AbortSignal.");let s=Og.get(this),i=s.indexOf(r);i>-1&&s.splice(i,1)}dispatchEvent(e){throw new Error("This is a stub dispatchEvent implementation that should not be used. It only exists for type-checking purposes.")}};function Fpe(t){if(t.aborted)return;t.onabort&&t.onabort.call(t);let e=Og.get(t);e&&e.slice().forEach(r=>{r.call(t,{type:"abort"})}),Dv.set(t,!0)}var o8=class extends Error{constructor(e){super(e),t
Polling from: ${r.config.operationLocation}
Operation status: ${u}
2026-06-03 22:14:37 +00:00
Polling status: ${Jpe.includes(u)?"Stopped":"Running"}`),u==="succeeded"){let h=o(l,r);if(h!==void 0)return{response:await e(h).catch($pe({state:r,stateProxy:s,isOperationError:a})),status:u}}return{response:l,status:u}}async function Xpe(t){let{poll:e,state:r,stateProxy:s,options:i,getOperationStatus:n,getResourceLocation:o,getOperationLocation:a,isOperationError:c,withOperationLocation:l,getPollingInterval:u,processResult:h,getError:d,updateState:f,setDelay:p,isDone:g,setErrorAsResult:C}=t,{operationLocation:E}=r.config;if(E!==void 0){let{response:I,status:S}=await ntt({poll:e,getOperationStatus:n,state:r,stateProxy:s,operationLocation:E,getResourceLocation:o,isOperationError:c,options:i});if(Wpe({status:S,response:I,state:r,stateProxy:s,isDone:g,processResult:h,getError:d,setErrorAsResult:C}),!Jpe.includes(S)){let x=u?.(I);x&&p(x);let v=a?.(I,r);if(v!==void 0){let Q=E!==v;r.config.operationLocation=v,l?.(v,Q)}else l?.(E,!1)}f?.(r,I)}}function Zpe(t){let{azureAsyncOperation:e,operationLocation:r}=t;return r??e}function eAe(t){return t.headers.location}function tAe(t){return t.headers["operation-location"]}function rAe(t){return t.headers["azure-asyncoperation"]}function ott(t){let{location:e,requestMethod:r,requestPath:s,resourceLocationConfig:i}=t;switch(r){case"PUT":return s;case"DELETE":return;default:switch(i){case"azure-async-operation":return;case"original-uri":return s;default:return e}}}function sAe(t){let{rawResponse:e,requestMethod:r,requestPath:s,resourceLocationConfig:i}=t,n=tAe(e),o=rAe(e),a=Zpe({operationLocation:n,azureAsyncOperation:o}),c=eAe(e),l=r?.toLocaleUpperCase();return a!==void 0?{mode:"OperationLocation",operationLocation:a,resourceLocation:ott({requestMethod:l,location:c,requestPath:s,resourceLocationConfig:i})}:c!==void 0?{mode:"ResourceLocation",operationLocation:c}:l==="PUT"&&s?{mode:"Body",operationLocation:s}:void 0}function iAe(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 m8(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 vp.verbose(`LRO: unrecognized operation status: ${e}`),e}}function att(t){var e;let{status:r}=(e=t.body)!==null&&e!==void 0?e:{};return iAe({status:r,statusCode:t.statusCode})}function ctt(t){var e,r;let{properties:s,provisioningState:i}=(e=t.body)!==null&&e!==void 0?e:{},n=(r=s?.provisioningState)!==null&&r!==void 0?r:i;return iAe({status:n,statusCode:t.statusCode})}function m8(t){return t===202?"running":t<300?"succeeded":"failed"}function nAe({rawResponse:t}){let e=t.headers["retry-after"];if(e!==void 0){let r=parseInt(e);return isNaN(r)?ltt(new Date(e)):r*1e3}}function oAe(t){let e=t.flatResponse.error;if(!e){vp.warning("The long-running operation failed but there is no error property in the response's body");return}if(!e.code||!e.message){vp.warning("The long-running operation failed but the error property in the response's body doesn't contain code or message");return}return e}function ltt(t){let e=Math.floor(new Date().getTime()),r=t.getTime();if(e<r)return r-e}function aAe(t){let{response:e,state:r,operationLocation:s}=t;function i(){var o;switch((o=r.config.metadata)===null||o===void 0?void 0:o.mode){case void 0:return m8(e.rawResponse.statusCode);case"Body":return g8(e,r);default:return"running"}}let n=i();return n==="running"&&s===void 0?"succeeded":n}async function utt(t){let{stateProxy:e,resourceLocationConfig:r,processResult:s,lro:i,setErrorAsResult:n}=t;return Kpe({init:async()=>{let o=await i.sendInitialRequest(),a=sAe({rawResponse:o.rawResponse,requestPath:i.requestPath,requestMethod:i.requestMethod,resourceLocationConfig:r});return Object.assign({response:o,operat
`:case"\r":case" ":case" ":continue;default:throw Error("invalid base64 string.")}switch(i){case 0:o=n,i=1;break;case 1:r[s++]=o<<2|(n&48)>>4,o=n,i=2;break;case 2:r[s++]=(o&15)<<4|(n&60)>>2,o=n,i=3;break;case 3:r[s++]=(o&3)<<6|n,i=0;break}}if(i==1)throw Error("invalid base64 string.");return r.subarray(0,s)}Ug.base64decode=jtt;function Jtt(t){let e="",r=0,s,i=0;for(let n=0;n<t.length;n++)switch(s=t[n],r){case 0:e+=Gu[s>>2],i=(s&3)<<4,r=1;break;case 1:e+=Gu[i|s>>4],i=(s&15)<<2,r=2;break;case 2:e+=Gu[i|s>>6],e+=Gu[s&63],r=0;break}return r&&(e+=Gu[i],e+="=",r==1&&(e+="=")),e}Ug.base64encode=Jtt});var LAe=m(eT=>{"use strict";Object.defineProperty(eT,"__esModule",{value:!0});eT.utf8read=void 0;var N8=t=>String.fromCharCode.apply(String,t);function Ytt(t){if(t.length<1)return"";let e=0,r=[],s=[],i=0,n,o=t.length;for(;e<o;)n=t[e++],n<128?s[i++]=n:n>191&&n<224?s[i++]=(n&31)<<6|t[e++]&63:n>239&&n<365?(n=((n&7)<<18|(t[e++]&63)<<12|(t[e++]&63)<<6|t[e++]&63)-65536,s[i++]=55296+(n>>10),s[i++]=56320+(n&1023)):s[i++]=(n&15)<<12|(t[e++]&63)<<6|t[e++]&63,i>8191&&(r.push(N8(s)),i=0);return r.length?(i&&r.push(N8(s.slice(0,i))),r.join("")):N8(s.slice(0,i))}eT.utf8read=Ytt});var V0=m(fl=>{"use strict";Object.defineProperty(fl,"__esModule",{value:!0});fl.WireType=fl.mergeBinaryOptions=fl.UnknownFieldHandler=void 0;var Wtt;(function(t){t.symbol=Symbol.for("protobuf-ts/unknown"),t.onRead=(r,s,i,n,o)=>{(e(s)?s[t.symbol]:s[t.symbol]=[]).push({no:i,wireType:n,data:o})},t.onWrite=(r,s,i)=>{for(let{no:n,wireType:o,data:a}of t.list(s))i.tag(n,o).raw(a)},t.list=(r,s)=>{if(e(r)){let i=r[t.symbol];return s?i.filter(n=>n.no==s):i}return[]},t.last=(r,s)=>t.list(r,s).slice(-1)[0];let e=r=>r&&Array.isArray(r[t.symbol])})(Wtt=fl.UnknownFieldHandler||(fl.UnknownFieldHandler={}));function Ktt(t,e){return Object.assign(Object.assign({},t),e)}fl.mergeBinaryOptions=Ktt;var Xtt;(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"})(Xtt=fl.WireType||(fl.WireType={}))});var rT=m(Dn=>{"use strict";Object.defineProperty(Dn,"__esModule",{value:!0});Dn.varint32read=Dn.varint32write=Dn.int64toString=Dn.int64fromString=Dn.varint64write=Dn.varint64read=void 0;function Ztt(){let t=0,e=0;for(let s=0;s<28;s+=7){let i=this.buf[this.pos++];if(t|=(i&127)<<s,(i&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 i=this.buf[this.pos++];if(e|=(i&127)<<s,(i&128)==0)return this.assertBounds(),[t,e]}throw new Error("invalid varint")}Dn.varint64read=Ztt;function ert(t,e,r){for(let n=0;n<28;n=n+7){let o=t>>>n,a=!(!(o>>>7)&&e==0),c=(a?o|128:o)&255;if(r.push(c),!a)return}let s=t>>>28&15|(e&7)<<4,i=e>>3!=0;if(r.push((i?s|128:s)&255),!!i){for(let n=3;n<31;n=n+7){let o=e>>>n,a=!!(o>>>7),c=(a?o|128:o)&255;if(r.push(c),!a)return}r.push(e>>>31&1)}}Dn.varint64write=ert;var tT=65536*65536;function trt(t){let e=t[0]=="-";e&&(t=t.slice(1));let r=1e6,s=0,i=0;function n(o,a){let c=Number(t.slice(o,a));i*=r,s=s*r+c,s>=tT&&(i=i+(s/tT|0),s=s%tT)}return n(-24,-18),n(-18,-12),n(-12,-6),n(-6),[e,s,i]}Dn.int64fromString=trt;function rrt(t,e){if(e>>>0<=2097151)return""+(tT*e+(t>>>0));let r=t&16777215,s=(t>>>24|e<<8)>>>0&16777215,i=e>>16&65535,n=r+s*6777216+i*6710656,o=s+i*8147497,a=i*2,c=1e7;n>=c&&(o+=Math.floor(n/c),n%=c),o>=c&&(a+=Math.floor(o/c),o%=c);function l(u,h){let d=u?String(u):"";return h?"0000000".slice(d.length)+d:d}return l(a,0)+l(o,a)+l(n,1)}Dn.int64toString=rrt;function srt(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)}}Dn.varint32write=srt;function irt(){let t=this.buf[this.pos++],e=t&127;if((t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<7,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<14,(t&128)==0)return this.assertBounds(),e;if(t=this.buf[this.pos++],e|=(t&127)<<21,(t&128)==0)return this.assertBounds(),e;t=this.bu
`)}};vT.RpcError=e3});var r3=m(_T=>{"use strict";Object.defineProperty(_T,"__esModule",{value:!0});_T.mergeRpcOptions=void 0;var gme=os();function xst(t,e){if(!e)return t;let r={};TT(t,r),TT(e,r);for(let s of Object.keys(e)){let i=e[s];switch(s){case"jsonOptions":r.jsonOptions=gme.mergeJsonOptions(t.jsonOptions,r.jsonOptions);break;case"binaryOptions":r.binaryOptions=gme.mergeBinaryOptions(t.binaryOptions,r.binaryOptions);break;case"meta":r.meta={},TT(t.meta,r.meta),TT(e.meta,r.meta);break;case"interceptors":r.interceptors=t.interceptors?t.interceptors.concat(i):i.concat();break}}return r}_T.mergeRpcOptions=xst;function TT(t,e){if(!t)return;let r=e;for(let[s,i]of Object.entries(t))i instanceof Date?r[s]=new Date(i.getTime()):Array.isArray(i)?r[s]=i.concat():r[s]=i}});var i3=m(Op=>{"use strict";Object.defineProperty(Op,"__esModule",{value:!0});Op.Deferred=Op.DeferredState=void 0;var ml;(function(t){t[t.PENDING=0]="PENDING",t[t.REJECTED=1]="REJECTED",t[t.RESOLVED=2]="RESOLVED"})(ml=Op.DeferredState||(Op.DeferredState={}));var s3=class{constructor(e=!0){this._state=ml.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!==ml.PENDING)throw new Error(`cannot resolve ${ml[this.state].toLowerCase()}`);this._resolve(e),this._state=ml.RESOLVED}reject(e){if(this.state!==ml.PENDING)throw new Error(`cannot reject ${ml[this.state].toLowerCase()}`);this._reject(e),this._state=ml.REJECTED}resolvePending(e){this._state===ml.PENDING&&this.resolve(e)}rejectPending(e){this._state===ml.PENDING&&this.reject(e)}};Op.Deferred=s3});var o3=m(QT=>{"use strict";Object.defineProperty(QT,"__esModule",{value:!0});QT.RpcOutputStreamController=void 0;var yme=i3(),Dp=os(),n3=class{constructor(){this._lis={nxt:[],msg:[],err:[],cmp:[]},this._closed=!1,this._itState={q:[]}}onNext(e){return this.addLis(e,this._lis.nxt)}onMessage(e){return this.addLis(e,this._lis.msg)}onError(e){return this.addLis(e,this._lis.err)}onComplete(e){return this.addLis(e,this._lis.cmp)}addLis(e,r){return r.push(e),()=>{let 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){Dp.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){Dp.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){Dp.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(){Dp.assert(!this.closed,"stream is closed"),this._closed=!0,this.pushIt({value:null,done:!0}),this._lis.cmp.forEach(e=>e()),this._lis.nxt.forEach(e=>e(void 0,void 0,!0)),this.clearLis()}[Symbol.asyncIterator](){return this._closed===!0?this.pushIt({value:null,done:!0}):this._closed!==!1&&this.pushIt(this._closed),{next:()=>{let e=this._itState;Dp.assert(e,"bad state"),Dp.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 yme.Deferred,e.p.promise)}}}pushIt(e){let r=this._itState;if(r.p){let s=r.p;Dp.assert(s.state==yme.DeferredState.PENDING,"iterator contract broken"),"value"in e?s.resolve(e):s.reject(e),delete r.p}else r.q.push(e)}};QT.RpcOutputStreamController=n3});var c3=m(jg=>{"use strict";var Nst=jg&&jg.__awaiter||function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})};Object.defineProperty(jg,"__esModule",{value:!0});jg.UnaryCall=void 0;var a3=class{constructor(e,r,s,i,n,o,a){this.method=e,this.requestHeaders=r,this.request=s,this.headers=i,this.response=n,
2026-05-22 14:44:02 +00:00
You can add a runtime option to disable the check or this warning:
2026-06-03 22:14:37 +00:00
See https://handlebarsjs.com/api-reference/runtime-options.html#options-to-control-prototype-access for details`))}function vct(){Object.keys(f_).forEach(function(t){delete f_[t]})}});var A_=m(Cl=>{"use strict";Cl.__esModule=!0;Cl.HandlebarsEnvironment=vV;function bEe(t){return t&&t.__esModule?t:{default:t}}var Up=en(),Tct=So(),NV=bEe(Tct),_ct=wV(),Qct=yEe(),Pct=BV(),p_=bEe(Pct),Oct=xV(),Dct="4.7.9";Cl.VERSION=Dct;var kct=8;Cl.COMPILER_REVISION=kct;var Mct=7;Cl.LAST_COMPATIBLE_COMPILER_REVISION=Mct;var Lct={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"};Cl.REVISION_CHANGES=Lct;var RV="[object Object]";function vV(t,e,r){this.helpers=t||{},this.partials=e||{},this.decorators=r||{},_ct.registerDefaultHelpers(this),Qct.registerDefaultDecorators(this)}vV.prototype={constructor:vV,logger:p_.default,log:p_.default.log,registerHelper:function(e,r){if(Up.toString.call(e)===RV){if(r)throw new NV.default("Arg not supported with multiple helpers");Up.extend(this.helpers,e)}else this.helpers[e]=r},unregisterHelper:function(e){delete this.helpers[e]},registerPartial:function(e,r){if(Up.toString.call(e)===RV)Up.extend(this.partials,e);else{if(typeof r>"u")throw new NV.default('Attempting to register a partial called "'+e+'" as undefined');this.partials[e]=r}},unregisterPartial:function(e){delete this.partials[e]},registerDecorator:function(e,r){if(Up.toString.call(e)===RV){if(r)throw new NV.default("Arg not supported with multiple decorators");Up.extend(this.decorators,e)}else this.decorators[e]=r},unregisterDecorator:function(e){delete this.decorators[e]},resetLoggedPropertyAccesses:function(){Oct.resetLoggedProperties()}};var Fct=p_.default.log;Cl.log=Fct;Cl.createFrame=Up.createFrame;Cl.logger=p_.default});var SEe=m((m_,wEe)=>{"use strict";m_.__esModule=!0;function TV(t){this.string=t}TV.prototype.toString=TV.prototype.toHTML=function(){return""+this.string};m_.default=TV;wEe.exports=m_.default});var BEe=m(_V=>{"use strict";_V.__esModule=!0;_V.wrapHelper=Uct;function Uct(t,e){if(typeof t!="function")return t;var r=function(){var i=arguments[arguments.length-1];return arguments[arguments.length-1]=e(i),t.apply(this,arguments)};return r}});var _Ee=m(Pd=>{"use strict";Pd.__esModule=!0;Pd.checkRevision=$ct;Pd.template=jct;Pd.wrapProgram=g_;Pd.resolvePartial=Jct;Pd.invokePartial=Yct;Pd.noop=vEe;function qct(t){return t&&t.__esModule?t:{default:t}}function Gct(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r]);return e.default=t,e}var Hct=en(),ay=Gct(Hct),Vct=So(),zu=qct(Vct),$u=A_(),xEe=wV(),zct=BEe(),NEe=xV();function $ct(t){var e=t&&t[0]||1,r=$u.COMPILER_REVISION;if(!(e>=$u.LAST_COMPATIBLE_COMPILER_REVISION&&e<=$u.COMPILER_REVISION))if(e<$u.LAST_COMPATIBLE_COMPILER_REVISION){var s=$u.REVISION_CHANGES[r],i=$u.REVISION_CHANGES[e];throw new zu.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 ("+i+").")}else throw new zu.default("Template was precompiled with a newer version of Handlebars than the current runtime. Please update your runtime to a newer version ("+t[1]+").")}function jct(t,e){if(!e)throw new zu.default("No environment passed to template");if(!t||!t.main)throw new zu.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(o,a,c){c.hash&&(a=ay.extend({},a,c.hash),c.ids&&(c.ids[0]=!0)),o=e.VM.resolvePartial.call(this,o,a,c),c.hooks=this.hooks,c.protoAccessControl=this.protoAccessControl;var l=e.VM.invokePartial.call(this,o,a,c);if(l==null&&e.compile&&(c.partials[c.name]=e.compile(o,t.compilerOptions,e),l=c.partials[c.name](a,c)),l!=null){if(c.indent){for(var u=l.split(`
2026-05-22 14:44:02 +00:00
`),h=0,d=u.length;h<d&&!(!u[h]&&h+1===d);h++)u[h]=c.indent+u[h];l=u.join(`
2026-06-03 22:14:37 +00:00
`)}return l}else throw new zu.default("The partial "+c.name+" could not be compiled when running in runtime-only mode")}var i={strict:function(a,c,l){if(!a||!(c in a))throw new zu.default('"'+c+'" not defined in '+a,{loc:l});return i.lookupProperty(a,c)},lookupProperty:function(a,c){var l=a[c];if(l==null||Object.prototype.hasOwnProperty.call(a,c)||NEe.resultIsAllowed(l,i.protoAccessControl,c))return l},lookup:function(a,c){for(var l=a.length,u=0;u<l;u++){var h=a[u]&&i.lookupProperty(a[u],c);if(h!=null)return h}},lambda:function(a,c){return typeof a=="function"?a.call(c):a},escapeExpression:ay.escapeExpression,invokePartial:s,fn:function(a){var c=t[a];return c.decorator=t[a+"_d"],c},programs:[],program:function(a,c,l,u,h){var d=this.programs[a],f=this.fn(a);return c||h||u||l?d=g_(this,a,f,c,l,u,h):d||(d=this.programs[a]=g_(this,a,f)),d},data:function(a,c){for(;a&&c--;)a=a._parent;return a},mergeIfNeeded:function(a,c){var l=a||c;return a&&c&&a!==c&&(l=ay.extend({},c,a)),l},nullContext:Object.seal({}),noop:e.VM.noop,compilerInfo:t.compiler};function n(o){var a=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],c=a.data;n._setup(a),!a.partial&&t.useData&&(c=Wct(o,c));var l=void 0,u=t.useBlockParams?[]:void 0;t.useDepths&&(a.depths?l=o!=a.depths[0]?[o].concat(a.depths):a.depths:l=[o]);function h(d){return""+t.main(i,d,i.helpers,i.partials,c,u,l)}return h=TEe(t.main,h,i,a.depths||[],c,u),h(o,a)}return n.isTop=!0,n._setup=function(o){if(o.partial)i.protoAccessControl=o.protoAccessControl,i.helpers=o.helpers,i.partials=o.partials,i.decorators=o.decorators,i.hooks=o.hooks;else{var a={};REe(a,e.helpers,i),REe(a,o.helpers,i),i.helpers=a,t.usePartial&&(i.partials=i.mergeIfNeeded(o.partials,e.partials)),(t.usePartial||t.useDecorators)&&(i.decorators=ay.extend({},e.decorators,o.decorators)),i.hooks={},i.protoAccessControl=NEe.createProtoAccessControl(o);var c=o.allowCallsToHelperMissing||r;xEe.moveHelperToHooks(i,"helperMissing",c),xEe.moveHelperToHooks(i,"blockHelperMissing",c)}},n._child=function(o,a,c,l){if(t.useBlockParams&&!c)throw new zu.default("must pass block params");if(t.useDepths&&!l)throw new zu.default("must pass parent depths");return g_(i,o,t[o],a,0,c,l)},n}function g_(t,e,r,s,i,n,o){function a(c){var l=arguments.length<=1||arguments[1]===void 0?{}:arguments[1],u=o;return o&&c!=o[0]&&!(c===t.nullContext&&o[0]===null)&&(u=[c].concat(o)),r(t,c,t.helpers,t.partials,l.data||s,n&&[l.blockParams].concat(n),u)}return a=TEe(r,a,t,o,s,n),a.program=e,a.depth=o?o.length:0,a.blockParams=i||0,a}function Jct(t,e,r){return t?!t.call&&!r.name&&(r.name=t,t=y_(r.partials,t)):r.name==="@partial-block"?t=y_(r.data,"partial-block"):t=y_(r.partials,r.name),t}function Yct(t,e,r){var s=y_(r.data,"partial-block");r.partial=!0,r.ids&&(r.data.contextPath=r.ids[0]||r.data.contextPath);var i=void 0;if(r.fn&&r.fn!==vEe&&(function(){r.data=$u.createFrame(r.data);var n=r.fn;i=r.data["partial-block"]=function(a){var c=arguments.length<=1||arguments[1]===void 0?{}:arguments[1];return c.data=$u.createFrame(c.data),c.data["partial-block"]=s,n(a,c)},n.partials&&(r.partials=ay.extend({},r.partials,n.partials))})(),t===void 0&&i&&(t=i),t===void 0)throw new zu.default("The partial "+r.name+" could not be found");if(t instanceof Function)return t(e,r)}function vEe(){return""}function y_(t,e){if(t&&Object.prototype.hasOwnProperty.call(t,e))return t[e]}function Wct(t,e){return(!e||!("root"in e))&&(e=e?$u.createFrame(e):{},e.root=t),e}function TEe(t,e,r,s,i,n){if(t.decorator){var o={};e=t.decorator(e,o,r,s&&s[0],i,n,s),ay.extend(e,o)}return e}function REe(t,e,r){e&&Object.keys(e).forEach(function(s){var i=e[s];t[s]=Kct(i,r)})}function Kct(t,e){var r=e.lookupProperty;return zct.wrapHelper(t,function(s){return s.lookupProperty=r,s})}});var QV=m((E_,QEe)=>{"use strict";E_.__esModule=!0;E_.default=function(t){(function(){typeof globalThis!="object"&&(Object.prototype.__defineGetter__("__magic__",function(){return this}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__)})();var e=globalThis.Handlebars;t.noConflict=function(){return globalThis
2026-05-22 14:44:02 +00:00
`+this.lexer.showPosition()+`
2026-06-03 22:14:37 +00:00
Expecting `+te.join(", ")+", got '"+(this.terminals_[x]||x)+"'":Ae="Parse error on line "+(h+1)+": Unexpected "+(x==1?"end of input":"'"+(this.terminals_[x]||x)+"'"),this.parseError(Ae,{text:this.lexer.match,token:this.terminals_[x]||x,line:this.lexer.yylineno,loc:C,expected:te})}}if(D[0]instanceof Array&&D.length>1)throw new Error("Parse Error: multiple actions possible at state: "+Q+", token: "+x);switch(D[0]){case 1:o.push(x),a.push(this.lexer.yytext),c.push(this.lexer.yylloc),o.push(D[1]),x=null,v?(x=v,v=null):(d=this.lexer.yyleng,u=this.lexer.yytext,h=this.lexer.yylineno,C=this.lexer.yylloc,f>0&&f--);break;case 2:if(j=this.productions_[D[1]][1],de.$=a[a.length-j],de._$={first_line:c[c.length-(j||1)].first_line,last_line:c[c.length-1].last_line,first_column:c[c.length-(j||1)].first_column,last_column:c[c.length-1].last_column},E&&(de._$.range=[c[c.length-(j||1)].range[0],c[c.length-1].range[1]]),K=this.performAction.call(de,u,d,h,this.yy,D[1],a,c),typeof K<"u")return K;j&&(o=o.slice(0,-1*j*2),a=a.slice(0,-1*j),c=c.slice(0,-1*j)),o.push(this.productions_[D[1]][0]),a.push(de.$),c.push(de._$),J=l[o[o.length-2]][o[o.length-1]],o.push(J);break;case 3:return!0}}return!0}},e=(function(){var s={EOF:1,parseError:function(n,o){if(this.yy.parser)this.yy.parser.parseError(n,o);else throw new Error(n)},setInput:function(n){return this._input=n,this._more=this._less=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},input:function(){var n=this._input[0];this.yytext+=n,this.yyleng++,this.offset++,this.match+=n,this.matched+=n;var o=n.match(/(?:\r\n?|\n).*/g);return o?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),n},unput:function(n){var o=n.length,a=n.split(/(?:\r\n?|\n)/g);this._input=n+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-o-1),this.offset-=o;var c=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),a.length-1&&(this.yylineno-=a.length-1);var l=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:a?(a.length===c.length?this.yylloc.first_column:0)+c[c.length-a.length].length-a[0].length:this.yylloc.first_column-o},this.options.ranges&&(this.yylloc.range=[l[0],l[0]+this.yyleng-o]),this},more:function(){return this._more=!0,this},less:function(n){this.unput(this.match.slice(n))},pastInput:function(){var n=this.matched.substr(0,this.matched.length-this.match.length);return(n.length>20?"...":"")+n.substr(-20).replace(/\n/g,"")},upcomingInput:function(){var n=this.match;return n.length<20&&(n+=this._input.substr(0,20-n.length)),(n.substr(0,20)+(n.length>20?"...":"")).replace(/\n/g,"")},showPosition:function(){var n=this.pastInput(),o=new Array(n.length+1).join("-");return n+this.upcomingInput()+`
2026-05-22 14:44:02 +00:00
`+o+"^"},next:function(){if(this.done)return this.EOF;this._input||(this.done=!0);var n,o,a,c,l,u;this._more||(this.yytext="",this.match="");for(var h=this._currentRules(),d=0;d<h.length&&(a=this._input.match(this.rules[h[d]]),!(a&&(!o||a[0].length>o[0].length)&&(o=a,c=d,!this.options.flex)));d++);return o?(u=o[0].match(/(?:\r\n?|\n).*/g),u&&(this.yylineno+=u.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:u?u[u.length-1].length-u[u.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+o[0].length},this.yytext+=o[0],this.match+=o[0],this.matches=o,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._input=this._input.slice(o[0].length),this.matched+=o[0],n=this.performAction.call(this,this.yy,this,h[c],this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),n||void 0):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
2026-06-03 22:14:37 +00:00
`+this.showPosition(),{text:"",token:null,line:this.yylineno})},lex:function(){var n=this.next();return typeof n<"u"?n:this.lex()},begin:function(n){this.conditionStack.push(n)},popState:function(){return this.conditionStack.pop()},_currentRules:function(){return this.conditions[this.conditionStack[this.conditionStack.length-1]].rules},topState:function(){return this.conditionStack[this.conditionStack.length-2]},pushState:function(n){this.begin(n)}};return s.options={},s.performAction=function(n,o,a,c){function l(h,d){return o.yytext=o.yytext.substring(h,o.yyleng-d+h)}var u=c;switch(a){case 0:if(o.yytext.slice(-2)==="\\\\"?(l(0,1),this.begin("mu")):o.yytext.slice(-1)==="\\"?(l(0,1),this.begin("emu")):this.begin("mu"),o.yytext)return 15;break;case 1:return 15;case 2:return this.popState(),15;break;case 3:return this.begin("raw"),15;break;case 4:return this.popState(),this.conditionStack[this.conditionStack.length-1]==="raw"?15:(l(5,9),"END_RAW_BLOCK");case 5:return 15;case 6:return this.popState(),14;break;case 7:return 65;case 8:return 68;case 9:return 19;case 10:return this.popState(),this.begin("raw"),23;break;case 11:return 55;case 12:return 60;case 13:return 29;case 14:return 47;case 15:return this.popState(),44;break;case 16:return this.popState(),44;break;case 17:return 34;case 18:return 39;case 19:return 51;case 20:return 48;case 21:this.unput(o.yytext),this.popState(),this.begin("com");break;case 22:return this.popState(),14;break;case 23:return 48;case 24:return 73;case 25:return 72;case 26:return 72;case 27:return 87;case 28:break;case 29:return this.popState(),54;break;case 30:return this.popState(),33;break;case 31:return o.yytext=l(1,2).replace(/\\"/g,'"'),80;break;case 32:return o.yytext=l(1,2).replace(/\\'/g,"'"),80;break;case 33:return 85;case 34:return 82;case 35:return 82;case 36:return 83;case 37:return 84;case 38:return 81;case 39:return 75;case 40:return 77;case 41:return 72;case 42:return o.yytext=o.yytext.replace(/\\([\\\]])/g,"$1"),72;break;case 43:return"INVALID";case 44:return 5}},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 r.prototype=t,t.Parser=r,new r})();b_.default=alt;UEe.exports=b_.default});var x_=m((B_,VEe)=>{"use strict";B_.__esModule=!0;function clt(t){return t&&t.__esModule?t:{default:t}}var llt=So(),MV=clt(llt);function w_(){this.parents=[]}w_.prototype={constructor:w_,mutating:!1,acceptKey:function(e,r){var s=this.accept(e[r]);if(this.mutating){if(s&&!w_.prototype[s.type])throw new MV.default('Unexpected node type "'+s.type+'" found when accepting '+r+" on "+e.type);e[r]=s}},acceptRequired:function(e,r){if(this.acceptKey(e,r),!e[r])throw new MV.default(e.type+" requires "+r)},acceptArray:function(e){for(var r=0,s=e.length;r<s;r++)this.acceptKey(e,r),e[r]||(e.splice(r,1),r--,s--)},accept:function(e){if(
`])}),e},each:function(e){for(var r=0,s=this.source.length;r<s;r++)e(this.source[r])},empty:function(){var e=this.currentLocation||{start:{}};return new Vp(e.start.line,e.start.column,this.srcFile)},wrap:function(e){var r=arguments.length<=1||arguments[1]===void 0?this.currentLocation||{start:{}}:arguments[1];return e instanceof Vp?e:(e=nz(e,this,r),new Vp(r.start.line,r.start.column,this.srcFile,e))},functionCall:function(e,r,s){return s=this.generateList(s),this.wrap([e,r?"."+r+"(":"(",s,")"])},quotedString:function(e){return'"'+(e+"").replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029")+'"'},objectLiteral:function(e){var r=this,s=[];Object.keys(e).forEach(function(n){var o=nz(e[n],r);o!=="undefined"&&s.push([r.quotedString(n),":",o])});var i=this.generateList(s);return i.prepend("{"),i.add("}"),i},generateList:function(e){for(var r=this.empty(),s=0,i=e.length;s<i;s++)s&&r.add(","),r.add(nz(e[s],this));return r},generateArray:function(e){var r=this.generateList(e);return r.prepend("["),r.add("]"),r}};O_.default=BCe;xCe.exports=O_.default});var QCe=m((D_,_Ce)=>{"use strict";D_.__esModule=!0;function TCe(t){return t&&t.__esModule?t:{default:t}}var RCe=A_(),out=So(),az=TCe(out),aut=en(),cut=NCe(),vCe=TCe(cut);function fy(t){this.value=t}function py(){}py.prototype={nameLookup:function(e,r){return this.internalNameLookup(e,r)},depthedLookup:function(e){return[this.aliasable("container.lookup"),"(depths, ",JSON.stringify(e),")"]},compilerInfo:function(){var e=RCe.COMPILER_REVISION,r=RCe.REVISION_CHANGES[e];return[e,r]},appendToBuffer:function(e,r,s){return aut.isArray(e)||(e=[e]),e=this.source.wrap(e,r),this.environment.isSimple?["return ",e,";"]:s?["buffer += ",e,";"]:(e.appendToBuffer=!0,e)},initializeBuffer:function(){return this.quotedString("")},internalNameLookup:function(e,r){return this.lookupPropertyFunctionIsUsed=!0,["lookupProperty(",e,",",JSON.stringify(r),")"]},lookupPropertyFunctionIsUsed:!1,compile:function(e,r,s,i){this.environment=e,this.options=r,this.stringParams=this.options.stringParams,this.trackIds=this.options.trackIds,this.precompile=!i,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 n=e.opcodes,o=void 0,a=void 0,c=void 0,l=void 0;for(c=0,l=n.length;c<l;c++)o=n[c],this.source.currentLocation=o.loc,a=a||o.loc,this[o.opcode].apply(this,o.args);if(this.source.currentLocation=a,this.pushSource(""),this.stackSlot||this.inlineStack.length||this.compileStack.length)throw new az.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(),`;
2026-05-22 14:44:02 +00:00
`]),this.decorators.push("return fn;"),i?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(`}
2026-06-03 22:14:37 +00:00
`),this.decorators=this.decorators.merge()));var u=this.createFunctionContext(i);if(this.isChild)return u;var h={compiler:this.compilerInfo(),main:u};this.decorators&&(h.main_d=this.decorators,h.useDecorators=!0);var d=this.context,f=d.programs,p=d.decorators;for(c=0,l=f.length;c<l;c++)h[c]=f[c],p[c]&&(h[c+"_d"]=p[c],h.useDecorators=!0);return this.environment.usePartial&&(h.usePartial=!0),this.options.data&&(h.useData=!0),this.useDepths&&(h.useDepths=!0),this.useBlockParams&&(h.useBlockParams=!0),this.options.compat&&(h.compat=!0),i?h.compilerOptions=this.options:(h.compiler=JSON.stringify(h.compiler),this.source.currentLocation={start:{line:1,column:0}},h=this.objectLiteral(h),r.srcName?(h=h.toStringWithSourceMap({file:r.destName}),h.map=h.map&&h.map.toString()):h=h.toString()),h},preamble:function(){this.lastContext=0,this.source=new vCe.default(this.options.srcName),this.decorators=new vCe.default(this.options.srcName)},createFunctionContext:function(e){var r=this,s="",i=this.stackVars.concat(this.registers.list);i.length>0&&(s+=", "+i.join(", "));var n=0;Object.keys(this.aliases).forEach(function(c){var l=r.aliases[c];l.children&&l.referenceCount>1&&(s+=", alias"+ ++n+"="+c,l.children[0]="alias"+n)}),this.lookupPropertyFunctionIsUsed&&(s+=", "+this.lookupPropertyFunctionVarDeclaration());var o=["container","depth0","helpers","partials","data"];(this.useBlockParams||this.useDepths)&&o.push("blockParams"),this.useDepths&&o.push("depths");var a=this.mergeSource(s);return e?(o.push(a),Function.apply(this,o)):this.source.wrap(["function(",o.join(","),`) {
2026-05-22 14:44:02 +00:00
`,a,"}"])},mergeSource:function(e){var r=this.environment.isSimple,s=!this.forceBuffer,i=void 0,n=void 0,o=void 0,a=void 0;return this.source.each(function(c){c.appendToBuffer?(o?c.prepend(" + "):o=c,a=c):(o&&(n?o.prepend("buffer += "):i=!0,a.add(";"),o=a=void 0),n=!0,r||(s=!1))}),s?o?(o.prepend("return "),a.add(";")):n||this.source.push('return "";'):(e+=", buffer = "+(i?"":this.initializeBuffer()),o?(o.prepend("return buffer + "),a.add(";")):this.source.push("return buffer;")),e&&this.source.prepend("var "+e.substring(2)+(i?"":`;
`)),this.source.merge()},lookupPropertyFunctionVarDeclaration:function(){return`
lookupProperty = container.lookupProperty || function(parent, propertyName) {
if (Object.prototype.hasOwnProperty.call(parent, propertyName)) {
return parent[propertyName];
}
return undefined
}
2026-06-03 22:14:37 +00:00
`.trim()},blockValue:function(e){var r=this.aliasable("container.hooks.blockHelperMissing"),s=[this.contextName(0)];this.setupHelperArgs(e,0,s);var i=this.popStack();s.splice(1,0,i),this.push(this.source.functionCall(r,"call",s))},ambiguousBlockValue: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),"}"])},appendContent:function(e){this.pendingContent?e=this.pendingContent+e:this.pendingLocation=this.source.currentLocation,this.pendingContent=e},append:function(){if(this.isInline())this.replaceStack(function(r){return[" != null ? ",r,' : ""']}),this.pushSource(this.appendToBuffer(this.popStack()));else{var e=this.popStack();this.pushSource(["if (",e," != null) { ",this.appendToBuffer(e,void 0,!0)," }"]),this.environment.isSimple&&this.pushSource(["else { ",this.appendToBuffer("''",void 0,!0)," }"])}},appendEscaped:function(){this.pushSource(this.appendToBuffer([this.aliasable("container.escapeExpression"),"(",this.popStack(),")"]))},getContext:function(e){this.lastContext=e},pushContext:function(){this.pushStackLiteral(this.contextName(this.lastContext))},lookupOnContext:function(e,r,s,i){var n=0;!i&&this.options.compat&&!this.lastContext?this.push(this.depthedLookup(e[n++])):this.pushContext(),this.resolvePath("context",e,n,r,s)},lookupBlockParam:function(e,r){this.useBlockParams=!0,this.push(["blockParams[",e[0],"][",e[1],"]"]),this.resolvePath("context",r,1)},lookupData:function(e,r,s){e?this.pushStackLiteral("container.data(data, "+e+")"):this.pushStackLiteral("data"),this.resolvePath("data",r,0,!0,s)},resolvePath:function(e,r,s,i,n){var o=this;if(this.options.strict||this.options.assumeObjects){this.push(lut(this.options.strict&&n,this,r,s,e));return}for(var a=r.length,c=function(u){o.replaceStack(function(h){var d=o.nameLookup(h,r[u],e);return i?[" && ",d]:[" != null ? ",d," : ",h]})},l=s;l<a;l++)c(l)},resolvePossibleLambda:function(){this.push([this.aliasable("container.lambda"),"(",this.popStack(),", ",this.contextName(0),")"])},pushStringParam:function(e,r){this.pushContext(),this.pushString(r),r!=="SubExpression"&&(typeof e=="string"?this.pushString(e):this.pushStackLiteral(e))},emptyHash:function(e){this.trackIds&&this.push("{}"),this.stringParams&&(this.push("{}"),this.push("{}")),this.pushStackLiteral(e?"undefined":"{}")},pushHash:function(){this.hash&&this.hashes.push(this.hash),this.hash={values:{},types:[],contexts:[],ids:[]}},popHash:function(){var e=this.hash;this.hash=this.hashes.pop(),this.trackIds&&this.push(this.objectLiteral(e.ids)),this.stringParams&&(this.push(this.objectLiteral(e.contexts)),this.push(this.objectLiteral(e.types))),this.push(this.objectLiteral(e.values))},pushString:function(e){this.pushStackLiteral(this.quotedString(e))},pushLiteral:function(e){this.pushStackLiteral(e)},pushProgram:function(e){e!=null?this.pushStackLiteral(this.programExpression(e)):this.pushStackLiteral(null)},registerDecorator:function(e,r){var s=this.nameLookup("decorators",r,"decorator"),i=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",i])," || fn;"])},invokeHelper:function(e,r,s){var i=this.popStack(),n=this.setupHelper(e,r),o=[];s&&o.push(n.name),o.push(i),this.options.strict||o.push(this.aliasable("container.hooks.helperMissing"));var a=["(",this.itemsSeparatedBy(o,"||"),")"],c=this.source.functionCall(a,"call",n.callParams);this.push(c)},itemsSeparatedBy:function(e,r){var s=[];s.push(e[0]);for(var i=1;i<e.length;i++)s.push(r,e[i]);return s},invokeKnownHelper:function(e,r){var s=this.setupHelper(e,r);this.push(this.source.functionCall(s.name,"call",s.callParams))},invokeAmbiguous:function(e,r){this.useRegister("helper")
`,e};jr.prototype.Program=function(t){var e="",r=t.body,s=void 0,i=void 0;if(t.blockParams){var n="BLOCK PARAMS: [";for(s=0,i=t.blockParams.length;s<i;s++)n+=" "+t.blockParams[s];n+=" ]",e+=this.pad(n)}for(s=0,i=r.length;s<i;s++)e+=this.accept(r[s]);return this.padding--,e};jr.prototype.MustacheStatement=function(t){return this.pad("{{ "+this.SubExpression(t)+" }}")};jr.prototype.Decorator=function(t){return this.pad("{{ DIRECTIVE "+this.SubExpression(t)+" }}")};jr.prototype.BlockStatement=jr.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};jr.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+" }}")};jr.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+" }}")};jr.prototype.ContentStatement=function(t){return this.pad("CONTENT[ '"+t.value+"' ]")};jr.prototype.CommentStatement=function(t){return this.pad("{{! '"+t.value+"' }}")};jr.prototype.SubExpression=function(t){for(var e=t.params,r=[],s=void 0,i=0,n=e.length;i<n;i++)r.push(this.accept(e[i]));return e="["+r.join(", ")+"]",s=t.hash?" "+this.accept(t.hash):"",this.accept(t.path)+" "+e+s};jr.prototype.PathExpression=function(t){var e=t.parts.join("/");return(t.data?"@":"")+"PATH:"+e};jr.prototype.StringLiteral=function(t){return'"'+t.value+'"'};jr.prototype.NumberLiteral=function(t){return"NUMBER{"+t.value+"}"};jr.prototype.BooleanLiteral=function(t){return"BOOLEAN{"+t.value+"}"};jr.prototype.UndefinedLiteral=function(){return"UNDEFINED"};jr.prototype.NullLiteral=function(){return"NULL"};jr.prototype.Hash=function(t){for(var e=t.pairs,r=[],s=0,i=e.length;s<i;s++)r.push(this.accept(e[s]));return"HASH{"+r.join(", ")+"}"};jr.prototype.HashPair=function(t){return t.key+"="+this.accept(t.value)}});var UCe=m((YKt,FCe)=>{var L_=DCe().default,LCe=kCe();L_.PrintVisitor=LCe.PrintVisitor;L_.print=LCe.print;FCe.exports=L_;function MCe(t,e){var r=require("fs"),s=r.readFileSync(e,"utf8");t.exports=L_.compile(s)}typeof require<"u"&&require.extensions&&(require.extensions[".handlebars"]=MCe,require.extensions[".hbs"]=MCe)});var XCe=m(G_=>{"use strict";Object.defineProperty(G_,"__esModule",{value:!0});G_.getProxyUrl=Qut;G_.checkBypass=KCe;function Qut(t){let e=t.protocol==="https:";if(KCe(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 q_(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new q_(`http://${r}`)}else return}function KCe(t){if(!t.hostname)return!1;let e=t.hostname;if(Put(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 i=[t.hostname.toUpperCase()];typeof s=="number"&&i.push(`${i[0]}:${s}`);for(let n of r.split(",").map(o=>o.trim().toUpperCase()).filter(o=>o))if(n==="*"||i.some(o=>o===n||o.endsWith(`.${n}`)||n.startsWith(".")&&o.endsWith(`${n}`)))return!0;return!1}function Put(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}var q_=class extends URL{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 eIe=m(Or=>{"use strict";var Out=Or&&Or.__createBinding||(Object.create?(fun
`).forEach(r=>{r.match(Vdt)||r.match(zdt)||(e+=r)}),Buffer.from(e,"base64")}function jdt(t,e="CERTIFICATE"){let s=t.toString("base64").match(/.{1,64}/g)||"";return[`-----BEGIN ${e}-----`,...s,`-----END ${e}-----`].join(`
`).concat(`
2026-06-03 22:14:37 +00:00
`)}});var x1=m(Vd=>{"use strict";Object.defineProperty(Vd,"__esModule",{value:!0});Vd.SHA2_HASH_ALGOS=Vd.RSA_SIGNATURE_ALGOS=Vd.ECDSA_SIGNATURE_ALGOS=void 0;Vd.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"};Vd.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"};Vd.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 o5=m(N1=>{"use strict";Object.defineProperty(N1,"__esModule",{value:!0});N1.RFC3161TimestampVerificationError=void 0;var n5=class extends Error{};N1.RFC3161TimestampVerificationError=n5});var M0e=m(xl=>{"use strict";var Jdt=xl&&xl.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),Ydt=xl&&xl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),Wdt=xl&&xl.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(s[s.length]=i);return s},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),i=0;i<s.length;i++)s[i]!=="default"&&Jdt(r,e,s[i]);return Ydt(r,e),r}})();Object.defineProperty(xl,"__esModule",{value:!0});xl.TSTInfo=void 0;var k0e=Wdt(By()),Kdt=x1(),Xdt=o5(),a5=class{root;constructor(e){this.root=e}get version(){return this.root.subs[0].toInteger()}get genTime(){return this.root.subs[4].toDate()}get messageImprintHashAlgorithm(){let e=this.messageImprintObj.subs[0].subs[0].toOID();return Kdt.SHA2_HASH_ALGOS[e]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(e){let r=k0e.digest(this.messageImprintHashAlgorithm,e);if(!k0e.bufferEqual(r,this.messageImprintHashedMessage))throw new Xdt.RFC3161TimestampVerificationError("message imprint does not match artifact")}get messageImprintObj(){return this.root.subs[2]}};xl.TSTInfo=a5});var F0e=m(Nl=>{"use strict";var Zdt=Nl&&Nl.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),eft=Nl&&Nl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),tft=Nl&&Nl.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(s[s.length]=i);return s},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),i=0;i<s.length;i++)s[i]!=="default"&&Zdt(r,e,s[i]);return eft(r,e),r}})();Object.defineProperty(Nl,"__esModule",{value:!0});Nl.RFC3161Timestamp=void 0;var rft=w1(),c5=tft(By()),L0e=x1(),kb=o5(),sft=M0e(),ift="1.2.840.113549.1.7.2",nft="1.2.840.113549.1.9.16.1.4",oft="1.2.840.113549.1.9.4",l5=class t{root;constructor(e){this.root=e}static parse(e){let r=rft.ASN1Obj.parseBuffer(e);return new t(r)}get status(){return this.pkiStatusInfoObj.subs[0].toInteger()}get contentType(){return this.contentTypeObj.toOID()}get eContentType(){return this.eContentTypeObj.toOID()}get signingTime(){return this.tstInfo.genTime}get signerIssuer(){return this.signerSidObj.subs[0].value}get signerSerialNumber(){return this.signerSidObj.subs[1].value}get signerDigestAlgorithm(){let e=this.signerDigestAlgorithmObj.subs[0].toOID();return L0e.SHA2_HASH_ALGOS[e]}get signatureAlgorithm(){let e=this.signatureAlgorithmObj.subs[0].toOID();return L0e
\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
2026-06-03 22:14:37 +00:00
\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 Zbe=m(Xbe=>{"use strict";var K$=oh().Buffer;Xbe._dbcs=ch;var hi=-1,Kbe=-2,ba=-10,fn=-1e3,Fy=new Array(256),tw=-1;for(dQ=0;dQ<256;dQ++)Fy[dQ]=hi;var dQ;function ch(t,e){if(this.encodingName=t.encodingName,!t)throw new Error("DBCS codec is called without the data.");if(!t.table)throw new Error("Encoding '"+this.encodingName+"' has no data.");var r=t.table();this.decodeTables=[]
Wanted: ${this.expectedSize}
2026-06-03 22:14:37 +00:00
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))}},fh=class{get isHash(){return!0}constructor(e,r){let s=r?.strict;this.source=e.trim(),this.digest="",this.algorithm="",this.options=[];let i=this.source.match(s?ymt:gmt);if(!i||s&&!Ij.includes(i[1])||!nSe.includes(i[1]))return;this.algorithm=i[1],this.digest=i[2];let n=i[3];n&&(this.options=n.slice(1).split("?"))}hexDigest(){return this.digest&&Buffer.from(this.digest,"base64").toString("hex")}toJSON(){return this.toString()}match(e,r){let s=_o(e,r);if(!s)return!1;if(s.isIntegrity){let i=s.pickAlgorithm(r,[this.algorithm]);if(!i)return!1;let n=s[i].find(o=>o.digest===this.digest);return n||!1}return s.digest===this.digest?s:!1}toString(e){return e?.strict&&!(Ij.includes(this.algorithm)&&this.digest.match(mmt)&&this.options.every(r=>r.match(Emt)))?"":`${this.algorithm}-${this.digest}${lw(this.options)}`}};function iSe(t,e,r,s){let i=t!=="",n=!1,o="",a=s.length-1;for(let l=0;l<a;l++){let u=fh.prototype.toString.call(s[l],r);u&&(n=!0,o+=u,o+=e)}let c=fh.prototype.toString.call(s[a],r);return c&&(n=!0,o+=c),i&&n?t+e+o:t+o}var fA=class{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 i of Ij)this[i]&&(s=iSe(s,r,e,this[i]))}else for(let i of Object.keys(this))s=iSe(s,r,e,this[i]);return s}concat(e,r){let s=typeof e=="string"?e:aw(e,r);return _o(`${this.toString(r)} ${s}`,r)}hexDigest(){return _o(this,{single:!0}).hexDigest()}merge(e,r){let s=_o(e,r);for(let i in s)if(this[i]){if(!this[i].find(n=>s[i].find(o=>n.digest===o.digest)))throw new Error("hashes do not match, cannot update integrity")}else this[i]=s[i]}match(e,r){let s=_o(e,r);if(!s)return!1;let i=s.pickAlgorithm(r,Object.keys(this));return!!i&&this[i].find(n=>s[i].find(o=>n.digest===o.digest))||!1}pickAlgorithm(e,r){let s=e?.pickAlgorithm||xmt,i=Object.keys(this);return r?.length&&(i=i.filter(n=>r.includes(n))),i.length?i.reduce((n,o)=>s(n,o)||n):null}};Ml.exports.parse=_o;function _o(t,e){if(!t)return null;if(typeof t=="string")return Cj(t,e);if(t.algorithm&&t.digest){let r=new fA;return r[t.algorithm]=[t],Cj(aw(r,e),e)}else return Cj(aw(t,e),e)}function Cj(t,e){if(e?.single)return new fh(t,e);let r=t.trim().split(/\s+/).reduce((s,i)=>{let n=new fh(i,e);if(n.algorithm&&n.digest){let o=n.algorithm;Object.keys(s).includes(o)||(s[o]=[]),s[o].push(n)}return s},new fA);return r.isEmpty()?null:r}Ml.exports.stringify=aw;function aw(t,e){return t.algorithm&&t.digest?fh.prototype.toString.call(t,e):typeof t=="string"?aw(_o(t,e),e):fA.prototype.toString.call(t,e)}Ml.exports.fromHex=Cmt;function Cmt(t,e,r){let s=lw(r?.options);return _o(`${e}-${Buffer.from(t,"hex").toString("base64")}${s}`,r)}Ml.exports.fromData=Imt;function Imt(t,e){let r=e?.algorithms||[...wj],s=lw(e?.options);return r.reduce((i,n)=>{let o=cw.createHash(n).update(t).digest("base64"),a=new fh(`${n}-${o}${s}`,e);if(a.algorithm&&a.digest){let c=a.algorithm;i[c]||(i[c]=[]),i[c].push(a)}return i},new fA)}Ml.exports.fromStream=bmt;function bmt(t,e){let r=Sj(e);return new Promise((s,i)=>{t.pipe(r),t.on("error",i),r.on("error",i);let n;r.on("integrity",o=>{n=o}),r.on("end",()=>s(n)),r.resume()})}Ml.exports.checkData=wmt;function wmt(t,e,r){if(e=_o(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.pickAlgorithm(r),i=cw.createHash(s).update(t).digest("base64"),n=_o({algorithm:s,digest:i}),o=n.match(e,r);if(r=r||{},o||!r.error)return o;if(typeof r.size=
Wanted: ${r.size}
2026-06-03 22:14:37 +00:00
Found: ${t.length}`);throw a.code="EBADSIZE",a.found=t.length,a.expected=r.size,a.sri=e,a}else{let a=new Error(`Integrity checksum failed when using ${s}: Wanted ${e}, but got ${n}. (${t.length} bytes)`);throw a.code="EINTEGRITY",a.found=n,a.expected=e,a.algorithm=s,a.sri=e,a}}Ml.exports.checkStream=Smt;function Smt(t,e,r){if(r=r||Object.create(null),r.integrity=e,e=_o(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=Sj(r);return new Promise((i,n)=>{t.pipe(s),t.on("error",n),s.on("error",n);let o;s.on("verified",a=>{o=a}),s.on("end",()=>i(o)),s.resume()})}Ml.exports.integrityStream=Sj;function Sj(t=Object.create(null)){return new bj(t)}Ml.exports.create=Bmt;function Bmt(t){let e=t?.algorithms||[...wj],r=lw(t?.options),s=e.map(cw.createHash);return{update:function(i,n){return s.forEach(o=>o.update(i,n)),this},digest:function(){return e.reduce((n,o)=>{let a=s.shift().digest("base64"),c=new fh(`${o}-${a}${r}`,t);return n[c.algorithm]||(n[c.algorithm]=[]),n[c.algorithm].push(c),n},new fA)}}}function xmt(t,e){return sSe.indexOf(t.toLowerCase())>=sSe.indexOf(e.toLowerCase())?t:e}});var xj=m((Der,uSe)=>{var oSe=fj(),aSe=Ej(),Nmt=Ll(),cSe={shared:!1,ignoreCargoCult:!0},Rmt={status:200,headers:{}},Gy=t=>{let e={method:t.method,url:t.url,headers:{},compress:t.compress};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},lSe=t=>{let e={status:t.status,headers:{}};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},Bj=class{constructor({entry:e,request:r,response:s,options:i}){this.entry=e,this.request=Gy(r),this.response=lSe(s),this.options=i,this.policy=new oSe(this.request,this.response,cSe),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 oSe(Gy(e),Rmt,cSe).storable()}satisfies(e){let r=Gy(e);if(this.request.headers.host!==r.headers.host||this.request.compress!==r.compress)return!1;let s=new aSe(this.request),i=new aSe(r);return JSON.stringify(s.mediaTypes())!==JSON.stringify(i.mediaTypes())||JSON.stringify(s.languages())!==JSON.stringify(i.languages())||JSON.stringify(s.encodings())!==JSON.stringify(i.encodings())?!1:this.options.integrity?Nmt.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=Gy(e);return r.method="GET",!this.policy.satisfiesWithoutRevalidation(r)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(e){let r=Gy(e);return this.policy.revalidationHeaders(r)}revalidated(e,r){let s=Gy(e),i=lSe(r);return!this.policy.revalidatedPolicy(s,i).modified}};uSe.exports=Bj});var dSe=m((ker,hSe)=>{var Nj=class extends Error{constructor(e){super(`request to ${e} failed: cache mode is 'only-if-cached' but no cached response is available.`),this.code="ENOTCACHED"}};hSe.exports={NotCachedError:Nj}});var bSe=m((Mer,ISe)=>{"use strict";var fSe=typeof process=="object"&&process?process:{stdout:null,stderr:null},vmt=require("events"),pSe=require("stream"),ASe=require("string_decoder").StringDecoder,ph=Symbol("EOF"),Ah=Symbol("maybeEmitEnd"),Xd=Symbol("emittedEnd"),BQ=Symbol("emittingEnd"),uw=Symbol("emittedError"),xQ=Symbol("closed"),mSe=Symbol("read"),NQ=Symbol("flush"),gSe=Symbol("flushChunk"),Gn=Symbol("encoding"),mh=Symbol("decoder"),RQ=Symbol("flowing"),hw=Symbol("paused"),Hy=Symbol("resume"),Ks=Symbol("bufferLength"),Rj=Symbol("bufferPush"),vj=Symbol("bufferShift"),Ri=Symbol("objectMode"),vi=Symbol("destroyed"),Tj=Symbol("emitData"),ySe=Symbol("emitEnd"),_j=Symbol("emitEnd2"),gh=Symbol("async"),dw=t=>Promise.resolve().then(t),ESe=global._MP_NO_ITERATOR_SYMBOLS_!=="1",Tmt=ESe&&Symbol.asyncIterator||Symbol("asyncIterator not implemented"),_mt=ESe&&Symbol.iterator||Symbol("iterator not implemented"),Qmt=t=>t==="end"||t==="finish"||t==="prefinish",Pmt=t=>t instanceof ArrayBuffer||typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayB
`+o.map(d=>{let f=JSON.stringify(d);return`${eP(f)} ${f}`}).join(`
`),c=async()=>{let d=hIt(Ul.join(t,"tmp"),s.tmpPrefix);return await N6(Ul.dirname(d),{recursive:!0}),{target:d,moved:!1}},l=async d=>{if(!d.moved)return QNe(d.target,{recursive:!0,force:!0})},u=async d=>{await cIt(d.target,a,{flag:"wx"}),await N6(Ul.dirname(i),{recursive:!0}),await AIt(d.target,i),d.moved=!0},h=await c();try{await u(h)}finally{await l(h)}return o.reverse().map(d=>tP(t,d,!0))}Po.exports.insert=PNe;async function PNe(t,e,r,s={}){let{metadata:i,size:n,time:o}=s,a=vw(t,e),c={key:e,integrity:r&&uIt.stringify(r),time:o||Date.now(),size:n,metadata:i};try{await N6(Ul.dirname(a),{recursive:!0});let l=JSON.stringify(c);await nIt(a,`
${eP(l)} ${l}`)}catch(l){if(l.code==="ENOENT")return;throw l}return tP(t,c)}Po.exports.find=gIt;async function gIt(t,e){let r=vw(t,e);try{return(await ZQ(r)).reduce((i,n)=>n&&n.key===e?tP(t,n):i,null)}catch(s){if(s.code==="ENOENT")return null;throw s}}Po.exports.delete=yIt;function yIt(t,e,r={}){if(!r.removeFully)return PNe(t,e,null,r);let s=vw(t,e);return QNe(s,{recursive:!0,force:!0})}Po.exports.lsStream=ONe;function ONe(t){let e=R6(t),r=new lIt({objectMode:!0});return Promise.resolve().then(async()=>{let{default:s}=await Promise.resolve().then(()=>(XQ(),KQ)),i=await x6(e);return await s(i,async n=>{let o=Ul.join(e,n),a=await x6(o);await s(a,async c=>{let l=Ul.join(o,c),u=await x6(l);await s(u,async h=>{let d=Ul.join(l,h);try{let p=(await ZQ(d)).reduce((g,C)=>(g.set(C.key,C),g),new Map);for(let g of p.values()){let C=tP(t,g);C&&r.write(C)}}catch(f){if(f.code==="ENOENT")return;throw f}},{concurrency:B6})},{concurrency:B6})},{concurrency:B6}),r.end(),r}).catch(s=>r.emit("error",s)),r}Po.exports.ls=EIt;async function EIt(t){return(await ONe(t).collect()).reduce((r,s)=>(r[s.key]=s,r),{})}Po.exports.bucketEntries=ZQ;async function ZQ(t,e){let r=await oIt(t,"utf8");return CIt(r,e)}function CIt(t){let e=[];return t.split(`
`).forEach(r=>{if(!r)return;let s=r.split(" ");if(!s[1]||eP(s[1])!==s[0])return;let i;try{i=JSON.parse(s[1])}catch{}i&&e.push(i)}),e}Po.exports.bucketDir=R6;function R6(t){return Ul.join(t,`index-v${pIt}`)}Po.exports.bucketPath=vw;function vw(t,e){let r=DNe(e);return Ul.join.apply(Ul,[R6(t)].concat(fIt(r)))}Po.exports.hashKey=DNe;function DNe(t){return kNe(t,"sha256")}Po.exports.hashEntry=eP;function eP(t){return kNe(t,"sha1")}function kNe(t,e){return iIt.createHash(e).update(t).digest("hex")}function tP(t,e,r){return!e.integrity&&!r?null:{key:e.key,integrity:e.integrity,path:e.integrity?dIt(t,e.integrity):void 0,size:e.size,time:e.time,metadata:e.metadata}}function x6(t){return aIt(t).catch(e=>{if(e.code==="ENOENT"||e.code==="ENOTDIR")return[];throw e})}});var _w=m(iP=>{"use strict";Object.defineProperty(iP,"__esModule",{value:!0});iP.LRUCache=void 0;var IIt=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,LNe=new Set,v6=typeof process=="object"&&process?process:{},FNe=(t,e,r,s)=>{typeof v6.emitWarning=="function"?v6.emitWarning(t,e,r,s):console.error(`[${r}] ${e}: ${t}`)},sP=globalThis.AbortController,MNe=globalThis.AbortSignal;if(typeof sP>"u"){MNe=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(r,s){this._onabort.push(s)}},sP=class{constructor(){e()}signal=new MNe;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let s of this.signal._onabort)s(r);this.signal.onabort?.(r)}}};let t=v6.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=()=>{t&&(t=!1,FNe("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))}}var bIt=t=>!LNe.has(t),ef=t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),UNe=t=>ef(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?rP:null:null,rP=class extends Array{constructor(t){super(t),this.fill(0)}},wIt=class Tw{heap;length;static#e=!1;static create(e){let r=UNe(e);if(!r)return[];Tw.#e=!0;let s=new Tw(e,r);return Tw.#e=!1,s}constructor(e,r){if(!Tw.#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]}},SIt=class qNe{#e;#t;#s;#r;#i;#n;#u;#l;get perf(){return this.#l}ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#a;#f;#p;#h;#o;#y;#I;#g;#A;#x;#m;#S;#B;#E;#C;#b;#R;#c;#O;static unsafeExposeInternals(e){return{starts:e.#B,ttls:e.#E,autopurgeTimers:e.#C,sizes:e.#S,keyMap:e.#p,keyList:e.#h,valList:e.#o,next:e.#y,prev:e.#I,get head(){return e.#g},get tail(){return e.#A},free:e.#x,isBackgroundFetch:r=>e.#d(r),backgroundFetch:(r,s,i,n)=>e.#G(r,s,i,n),moveToTail:r=>e.#P(r),indexes:r=>e.#v(r),rindexes:r=>e.#T(r),isStale:r=>e.#w(r)}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#f}get size(){return this.#a}get fetchMethod(){return this.#n}get memoMethod(){return this.#u}get dispose(){return this.#s}get onInsert(){return this.#r}get disposeAfter(){return this.#i}constructor(e){let{max:r=0,ttl:s,ttlResolution:i=1,ttlAutopurge:n,updateAgeOnGet:o,updateAgeOnHas:a,allowStale:c,dispose:l,onInsert:u,disposeAfter:h,noDisposeOnSet:d,noUpdateTTL:f,maxSize:p=0,maxEntrySize:g=0,sizeCalculation:C,fetchMethod:E,memoMethod:I,noDeleteOnFetchRejection:S,noDeleteOnStaleGet:x,allowStaleOnFetchRejection:v,allowStaleOnFetchAbort:Q,ignoreFetchAbort:D,perf:q}=e;if(q!==void 0&&typeof q?.now!="function")throw new TypeError("perf option must have a now() method if s
Wanted: ${t}
2026-06-03 22:14:37 +00:00
Found: ${e}`);return r.code="EINTEGRITY",r.expected=t,r.found=e,r}});var lRe=m((crr,H6)=>{"use strict";var nRe=Zy(),oRe=Qw(),aRe=iRe(),o0t=fw(),{PassThrough:a0t}=Mj(),c0t=AA(),cRe=t=>({algorithms:["sha512"],...t});H6.exports=l0t;async function l0t(t,e,r,s={}){let{memoize:i}=s;s=cRe(s);let n=await aRe(t,r,s),o=await nRe.insert(t,e,n.integrity,{...s,size:n.size});return i&&oRe.put(t,o,r,s),n.integrity}H6.exports.stream=u0t;function u0t(t,e,r={}){let{memoize:s}=r;r=cRe(r);let i,n,o,a,c=new c0t;if(s){let u=new a0t().on("collect",h=>{a=h});c.push(u)}let l=aRe.stream(t,r).on("integrity",u=>{i=u}).on("size",u=>{n=u}).on("error",u=>{o=u});return c.push(l),c.push(new o0t({async flush(){if(!o){let u=await nRe.insert(t,e,i,{...r,size:n});s&&a&&oRe.put(t,u,a,r),c.emit("integrity",i),c.emit("size",n)}}})),c}});var xRe=m(Qt=>{"use strict";var di=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),h0t=di(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.range=t.balanced=void 0;var e=(i,n,o)=>{let a=i instanceof RegExp?r(i,o):i,c=n instanceof RegExp?r(n,o):n,l=a!==null&&c!=null&&(0,t.range)(a,c,o);return l&&{start:l[0],end:l[1],pre:o.slice(0,l[0]),body:o.slice(l[0]+a.length,l[1]),post:o.slice(l[1]+c.length)}};t.balanced=e;var r=(i,n)=>{let o=n.match(i);return o?o[0]:null},s=(i,n,o)=>{let a,c,l,u,h,d=o.indexOf(i),f=o.indexOf(n,d+1),p=d;if(d>=0&&f>0){if(i===n)return[d,f];for(a=[],l=o.length;p>=0&&!h;){if(p===d)a.push(p),d=o.indexOf(i,p+1);else if(a.length===1){let g=a.pop();g!==void 0&&(h=[g,f])}else c=a.pop(),c!==void 0&&c<l&&(l=c,u=f),f=o.indexOf(n,p+1);p=d<f&&d>=0?d:f}a.length&&u!==void 0&&(h=[l,u])}return h};t.range=s}),d0t=di(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.EXPANSION_MAX=void 0,t.expand=v;var e=h0t(),r="\0SLASH"+Math.random()+"\0",s="\0OPEN"+Math.random()+"\0",i="\0CLOSE"+Math.random()+"\0",n="\0COMMA"+Math.random()+"\0",o="\0PERIOD"+Math.random()+"\0",a=new RegExp(r,"g"),c=new RegExp(s,"g"),l=new RegExp(i,"g"),u=new RegExp(n,"g"),h=new RegExp(o,"g"),d=/\\\\/g,f=/\\{/g,p=/\\}/g,g=/\\,/g,C=/\\./g;t.EXPANSION_MAX=1e5;function E(G){return isNaN(G)?G.charCodeAt(0):parseInt(G,10)}function I(G){return G.replace(d,r).replace(f,s).replace(p,i).replace(g,n).replace(C,o)}function S(G){return G.replace(a,"\\").replace(c,"{").replace(l,"}").replace(u,",").replace(h,".")}function x(G){if(!G)return[""];let j=[],J=(0,e.balanced)("{","}",G);if(!J)return G.split(",");let{pre:te,body:Ae,post:Se}=J,Pe=te.split(",");Pe[Pe.length-1]+="{"+Ae+"}";let Y=x(Se);return Se.length&&(Pe[Pe.length-1]+=Y.shift(),Pe.push.apply(Pe,Y)),j.push.apply(j,Pe),j}function v(G,j={}){if(!G)return[];let{max:J=t.EXPANSION_MAX}=j;return G.slice(0,2)==="{}"&&(G="\\{\\}"+G.slice(2)),de(I(G),J,!0).map(S)}function Q(G){return"{"+G+"}"}function D(G){return/^-?0\d/.test(G)}function q(G,j){return G<=j}function K(G,j){return G>=j}function de(G,j,J){let te=[],Ae=(0,e.balanced)("{","}",G);if(!Ae)return[G];let Se=Ae.pre,Pe=Ae.post.length?de(Ae.post,j,!1):[""];if(/\$$/.test(Ae.pre))for(let Y=0;Y<Pe.length&&Y<j;Y++){let ut=Se+"{"+Ae.body+"}"+Pe[Y];te.push(ut)}else{let Y=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(Ae.body),ut=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(Ae.body),We=Y||ut,vt=Ae.body.indexOf(",")>=0;if(!We&&!vt)return Ae.post.match(/,(?!,).*\}/)?(G=Ae.pre+"{"+Ae.body+i+Ae.post,de(G,j,!0)):[G];let qe;if(We)qe=Ae.body.split(/\.\./);else if(qe=x(Ae.body),qe.length===1&&qe[0]!==void 0&&(qe=de(qe[0],j,!1).map(Q),qe.length===1))return Pe.map(Ft=>Ae.pre+qe[0]+Ft);let bt;if(We&&qe[0]!==void 0&&qe[1]!==void 0){let Ft=E(qe[0]),ar=E(qe[1]),Ts=Math.max(qe[0].length,qe[1].length),ot=qe.length===3&&qe[2]!==void 0?Math.abs(E(qe[2])):1,Xr=q;ar<Ft&&(ot*=-1,Xr=K);let T=qe.some(D);bt=[];for(let P=Ft;Xr(P,ar);P+=ot){let L;if(ut)L=String.fromCharCode(P),L==="\\"&&(L="");else if(L=String(P),T){let z=Ts-L.length;if(z>0){let ne=new Array(z+1).join("0");P<0?L="-"+ne+L.slice(1):L=ne+L}}bt.push(L)}}else{bt=[];for(let Ft=0;Ft<qe.length;Ft++)bt.push.apply(bt,de(qe[Ft],j,!1))}for(let Ft=0;Ft<bt.length;Ft++)for(let ar=0;ar<Pe.length&&te.length<j;ar++){let
globstar while`,T,pe,P,je,mt),this.matchOne(T.slice(pe),P.slice(je),L))return this.debug("globstar found match!",pe,_,mt),!0;if(mt==="."||mt===".."||!z.dot&&mt.charAt(0)==="."){this.debug("dot detected!",T,pe,P,je);break}this.debug("globstar swallow a segment, and continue"),pe++}return!!(L&&(this.debug(`
>>> no match, partial?`,T,pe,P,je),pe===_))}let at;if(typeof ie=="string"?(at=Ie===ie,this.debug("string match",ie,Ie,at)):(at=ie.test(Ie),this.debug("pattern match",ie,Ie,at)),!at)return!1}if(y===_&&N===H)return!0;if(y===_)return L;if(N===H)return y===_-1&&T[y]==="";throw new Error("wtf?")}braceExpand(){return(0,t.braceExpand)(this.pattern,this.options)}parse(T){(0,r.assertValidPattern)(T);let P=this.options;if(T==="**")return t.GLOBSTAR;if(T==="")return"";let L,z=null;(L=T.match(E))?z=P.dot?S:I:(L=T.match(a))?z=(P.nocase?P.dot?h:u:P.dot?l:c)(L[1]):(L=T.match(x))?z=(P.nocase?P.dot?Q:v:P.dot?D:q)(L):(L=T.match(d))?z=P.dot?p:f:(L=T.match(g))&&(z=C);let ne=s.AST.fromGlob(T,this.options).toMMPattern();return z&&typeof ne=="object"&&Reflect.defineProperty(ne,"test",{value:z}),ne}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let T=this.set;if(!T.length)return this.regexp=!1,this.regexp;let P=this.options,L=P.noglobstar?te:P.dot?Ae:Se,z=new Set(P.nocase?["i"]:[]),ne=T.map(_=>{let H=_.map(Ie=>{if(Ie instanceof RegExp)for(let pe of Ie.flags.split(""))z.add(pe);return typeof Ie=="string"?Ft(Ie):Ie===t.GLOBSTAR?t.GLOBSTAR:Ie._src});H.forEach((Ie,pe)=>{let je=H[pe+1],mt=H[pe-1];Ie!==t.GLOBSTAR||mt===t.GLOBSTAR||(mt===void 0?je!==void 0&&je!==t.GLOBSTAR?H[pe+1]="(?:\\/|"+L+"\\/)?"+je:H[pe]=L:je===void 0?H[pe-1]=mt+"(?:\\/|\\/"+L+")?":je!==t.GLOBSTAR&&(H[pe-1]=mt+"(?:\\/|\\/"+L+"\\/)"+je,H[pe+1]=t.GLOBSTAR))});let ie=H.filter(Ie=>Ie!==t.GLOBSTAR);if(this.partial&&ie.length>=1){let Ie=[];for(let pe=1;pe<=ie.length;pe++)Ie.push(ie.slice(0,pe).join("/"));return"(?:"+Ie.join("|")+")"}return ie.join("/")}).join("|"),[y,N]=T.length>1?["(?:",")"]:["",""];ne="^"+y+ne+N+"$",this.partial&&(ne="^(?:\\/|"+y+ne.slice(1,-1)+N+")$"),this.negate&&(ne="^(?!"+ne+").+$");try{this.regexp=new RegExp(ne,[...z].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(T){return this.preserveMultipleSlashes?T.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(T)?["",...T.split(/\/+/)]:T.split(/\/+/)}match(T,P=this.partial){if(this.debug("match",T,this.pattern),this.comment)return!1;if(this.empty)return T==="";if(T==="/"&&P)return!0;let L=this.options;this.isWindows&&(T=T.split("\\").join("/"));let z=this.slashSplit(T);this.debug(this.pattern,"split",z);let ne=this.set;this.debug(this.pattern,"set",ne);let y=z[z.length-1];if(!y)for(let N=z.length-2;!y&&N>=0;N--)y=z[N];for(let N=0;N<ne.length;N++){let _=ne[N],H=z;if(L.matchBase&&_.length===1&&(H=[y]),this.matchOne(H,_,P))return L.flipNegate?!0:!this.negate}return L.flipNegate?!1:this.negate}static defaults(T){return t.minimatch.defaults(T).Minimatch}};t.Minimatch=ar;var Ts=uRe();Object.defineProperty(t,"AST",{enumerable:!0,get:function(){return Ts.AST}});var ot=hRe();Object.defineProperty(t,"escape",{enumerable:!0,get:function(){return ot.escape}});var Xr=V6();Object.defineProperty(t,"unescape",{enumerable:!0,get:function(){return Xr.unescape}}),t.minimatch.AST=s.AST,t.minimatch.Minimatch=ar,t.minimatch.escape=i.escape,t.minimatch.unescape=n.unescape}),A0t=di(t=>{"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.LRUCache=void 0;var e=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,r=new Set,s=typeof process=="object"&&process?process:{},i=(f,p,g,C)=>{typeof s.emitWarning=="function"?s.emitWarning(f,p,g,C):console.error(`[${g}] ${p}: ${f}`)},n=globalThis.AbortController,o=globalThis.AbortSignal;if(typeof n>"u"){o=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(g,C){this._onabort.push(C)}},n=class{constructor(){p()}signal=new o;abort(g){if(!this.signal.aborted){this.signal.reason=g,this.signal.aborted=!0;for(let C of this.signal._onabort)C(g);this.signal.onabort?.(g)}}};let f=s.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",p=()=>{f&&(f=!1,i("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortCo
\r
2026-06-03 22:14:37 +00:00
`);if(d===-1){IP("have not received end of HTTP headers yet..."),n();return}let f=h.slice(0,d).toString("ascii").split(`\r
`),p=f.shift();if(!p)return t.destroy(),r(new Error("No header received from proxy CONNECT response"));let g=p.split(" "),C=+g[1],E=g.slice(2).join(" "),I={};for(let S of f){if(!S)continue;let x=S.indexOf(":");if(x===-1)return t.destroy(),r(new Error(`Invalid header from proxy CONNECT response: "${S}"`));let v=S.slice(0,x).toLowerCase(),Q=S.slice(x+1).trimStart(),D=I[v];typeof D=="string"?I[v]=[D,Q]:Array.isArray(D)?D.push(Q):I[v]=Q}IP("got proxy server response: %o %o",p,I),o(),e({connect:{statusCode:C,statusText:E,headers:I},buffered:h})}t.on("error",c),t.on("end",a),n()})}hE.parseProxyResponse=zbt});var mve=m(xa=>{"use strict";var $bt=xa&&xa.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),jbt=xa&&xa.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),pve=xa&&xa.__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)&&$bt(e,t,r);return jbt(e,t),e},Ave=xa&&xa.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(xa,"__esModule",{value:!0});xa.HttpsProxyAgent=void 0;var Hw=pve(require("net")),dve=pve(require("tls")),Jbt=Ave(require("assert")),Ybt=Ave(hp()),Wbt=jI(),Kbt=require("url"),Xbt=hve(),Vw=(0,Ybt.default)("https-proxy-agent"),bP=class extends Wbt.Agent{constructor(e,r){super(r),this.options={path:void 0},this.proxy=typeof e=="string"?new Kbt.URL(e):e,this.proxyHeaders=r?.headers??{},Vw("Creating new HttpsProxyAgent instance: %o",this.proxy.href);let s=(this.proxy.hostname||this.proxy.host).replace(/^\[|\]$/g,""),i=this.proxy.port?parseInt(this.proxy.port,10):this.proxy.protocol==="https:"?443:80;this.connectOpts={ALPNProtocols:["http/1.1"],...r?fve(r,"headers"):null,host:s,port:i}}async connect(e,r){let{proxy:s}=this;if(!r.host)throw new TypeError('No "host" provided');let i;if(s.protocol==="https:"){Vw("Creating `tls.Socket`: %o",this.connectOpts);let d=this.connectOpts.servername||this.connectOpts.host;i=dve.connect({...this.connectOpts,servername:d&&Hw.isIP(d)?void 0:d})}else Vw("Creating `net.Socket`: %o",this.connectOpts),i=Hw.connect(this.connectOpts);let n=typeof this.proxyHeaders=="function"?this.proxyHeaders():{...this.proxyHeaders},o=Hw.isIPv6(r.host)?`[${r.host}]`:r.host,a=`CONNECT ${o}:${r.port} HTTP/1.1\r
2026-05-22 14:44:02 +00:00
`;if(s.username||s.password){let d=`${decodeURIComponent(s.username)}:${decodeURIComponent(s.password)}`;n["Proxy-Authorization"]=`Basic ${Buffer.from(d).toString("base64")}`}n.Host=`${o}:${r.port}`,n["Proxy-Connection"]||(n["Proxy-Connection"]=this.keepAlive?"Keep-Alive":"close");for(let d of Object.keys(n))a+=`${d}: ${n[d]}\r
2026-06-03 22:14:37 +00:00
`;let c=(0,Xbt.parseProxyResponse)(i);i.write(`${a}\r
`);let{connect:l,buffered:u}=await c;if(e.emit("proxyConnect",l),this.emit("proxyConnect",l,e),l.statusCode===200){if(e.once("socket",Zbt),r.secureEndpoint){Vw("Upgrading socket connection to TLS");let d=r.servername||r.host;return dve.connect({...fve(r,"host","path","port"),socket:i,servername:Hw.isIP(d)?void 0:d})}return i}i.destroy();let h=new Hw.Socket({writable:!1});return h.readable=!0,e.once("socket",d=>{Vw("Replaying proxy buffer for failed request"),(0,Jbt.default)(d.listenerCount("data")>0),d.push(u),d.push(null)}),h}};bP.protocols=["http","https"];xa.HttpsProxyAgent=bP;function Zbt(t){t.resume()}function fve(t,...e){let r={},s;for(s in t)e.includes(s)||(r[s]=t[s]);return r}});var Cve=m(Th=>{"use strict";Object.defineProperty(Th,"__esModule",{value:!0});var gve=require("buffer"),NA={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."};Th.ERRORS=NA;function ewt(t){if(!gve.Buffer.isEncoding(t))throw new Error(NA.INVALID_ENCODING)}Th.checkEncoding=ewt;function yve(t){return typeof t=="number"&&isFinite(t)&&iwt(t)}Th.isFiniteInteger=yve;function Eve(t,e){if(typeof t=="number"){if(!yve(t)||t<0)throw new Error(e?NA.INVALID_OFFSET:NA.INVALID_LENGTH)}else throw new Error(e?NA.INVALID_OFFSET_NON_NUMBER:NA.INVALID_LENGTH_NON_NUMBER)}function twt(t){Eve(t,!1)}Th.checkLengthValue=twt;function rwt(t){Eve(t,!0)}Th.checkOffsetValue=rwt;function swt(t,e){if(t<0||t>e.length)throw new Error(NA.INVALID_TARGET_OFFSET)}Th.checkTargetOffset=swt;function iwt(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t}function nwt(t){if(typeof BigInt>"u")throw new Error("Platform does not support JS BigInt type.");if(typeof gve.Buffer.prototype[t]>"u")throw new Error(`Platform does not support Buffer.prototype.${t}.`)}Th.bigIntAndBufferInt64Check=nwt});var bve=m(pJ=>{"use strict";Object.defineProperty(pJ,"__esModule",{value:!0});var It=Cve(),Ive=4096,owt="utf8",fJ=class t{constructor(e){if(this.length=0,this._encoding=owt,this._writeOffset=0,this._readOffset=0,t.isSmartBufferOptions(e))if(e.encoding&&(It.checkEncoding(e.encoding),this._encoding=e.encoding),e.size)if(It.isFiniteInteger(e.size)&&e.size>0)this._buff=Buffer.allocUnsafe(e.size);else throw new Error(It.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(It.ERRORS.INVALID_SMARTBUFFER_BUFFER);else this._buff=Buffer.allocUnsafe(Ive);else{if(typeof e<"u")throw new Error(It.ERRORS.INVALID_SMARTBUFFER_OBJECT);this._buff=Buffer.allocUnsafe(Ive)}}static fromSize(e,r){return new this({size:e,encoding:r})}static fromBuffer(e,r){return new this({buff:e,encoding:r})}static fromOptions(e){return new this(e)}static isSmartBufferOptions(e){let r=e;return r&&(r.encoding!==void 0||r.size!==void 0||r.buff!==void 0)}readInt8(e){return this._readNumberValue(Buffer.prototype.readInt8,1,e)}readInt16BE(e){return this._readNumberValue(Buffer.prototype.readInt16BE,2,e)}readInt16LE(e){return this._readNumberValue(Buffer.prototype.readInt16LE,2,e)}readInt32BE(e){return this._readNumberValue(Buffe
`).join(`
2026-06-03 22:14:37 +00:00
`+n),t.push(i+"m+"+DO.exports.humanize(this.diff)+"\x1B[0m")}else t[0]=_vt()+e+" "+t[0]}function _vt(){return ri.inspectOpts.hideDate?"":new Date().toISOString()+" "}function Qvt(...t){return process.stderr.write(OO.formatWithOptions(ri.inspectOpts,...t)+`
`)}function Pvt(t){t?process.env.DEBUG=t:delete process.env.DEBUG}function Ovt(){return process.env.DEBUG}function Dvt(t){t.inspectOpts={};let e=Object.keys(ri.inspectOpts);for(let r=0;r<e.length;r++)t.inspectOpts[e[r]]=ri.inspectOpts[e[r]]}DO.exports=h9()(ri);var{formatters:h1e}=DO.exports;h1e.o=function(t){return this.inspectOpts.colors=this.useColors,OO.inspect(t,this.inspectOpts).split(`
`).map(e=>e.trim()).join(" ")};h1e.O=function(t){return this.inspectOpts.colors=this.useColors,OO.inspect(t,this.inspectOpts)}});var f9=m((_ir,d9)=>{typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?d9.exports=u1e():d9.exports=d1e()});var p1e=m((Qir,f1e)=>{var kvt=require("dns"),Mvt=["if-modified-since","if-none-match","if-unmodified-since","if-match","if-range"],Lvt=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:kvt.lookup,...r.dns},r.cache=r.cache||"default",r.cache==="default"&&Object.keys(r.headers||{}).some(i=>Mvt.includes(i.toLowerCase()))&&(r.cache="no-store"),r.cacheAdditionalHeaders=r.cacheAdditionalHeaders||[],r.cacheManager&&!r.cachePath&&(r.cachePath=r.cacheManager),r};f1e.exports=Lvt});var A9=m((Pir,E1e)=>{var A1e=fj(),m1e=Ej(),Fvt=Ll(),g1e={shared:!1,ignoreCargoCult:!0},Uvt={status:200,headers:{}},FE=t=>{let e={method:t.method,url:t.url,headers:{},compress:t.compress};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},y1e=t=>{let e={status:t.status,headers:{}};return t.headers.forEach((r,s)=>{e.headers[s]=r}),e},p9=class{constructor({entry:e,request:r,response:s,options:i}){this.entry=e,this.request=FE(r),this.response=y1e(s),this.options=i,this.policy=new A1e(this.request,this.response,g1e),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 A1e(FE(e),Uvt,g1e).storable()}satisfies(e){let r=FE(e);if(this.request.headers.host!==r.headers.host||this.request.compress!==r.compress)return!1;let s=new m1e(this.request),i=new m1e(r);return JSON.stringify(s.mediaTypes())!==JSON.stringify(i.mediaTypes())||JSON.stringify(s.languages())!==JSON.stringify(i.languages())||JSON.stringify(s.encodings())!==JSON.stringify(i.encodings())?!1:this.options.integrity?Fvt.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=FE(e);return r.method="GET",!this.policy.satisfiesWithoutRevalidation(r)}responseHeaders(){return this.policy.responseHeaders()}revalidationHeaders(e){let r=FE(e);return this.policy.revalidationHeaders(r)}revalidated(e,r){let s=FE(e),i=y1e(r);return!this.policy.revalidatedPolicy(s,i).modified}};E1e.exports=p9});var I1e=m((Oir,C1e)=>{var m9=class extends Error{constructor(e){super(`request to ${e} failed: cache mode is 'only-if-cached' but no cached response is available.`),this.code="ENOTCACHED"}};C1e.exports={NotCachedError:m9}});var y9=m((Dir,b1e)=>{"use strict";var qvt=AA(),g9=class extends qvt{#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)}};b1e.exports=g9});var S1e=m((kir,w1e)=>{var{URL:Gvt,format:Hvt}=require("url"),Vvt={auth:!1,fragment:!1,search:!0,unicode:!1},zvt=t=>{let e=new Gvt(t.url);return`make-fetch-happen:request-cache:${Hvt(e,Vvt)}`};w1e.exports=zvt});var B1e=m((Mir,$vt)=>{$vt.exports={name:"make-fetch-happen",version:"15.0.4",description:"Opinionated, caching, retrying fetch client",main:"lib/index.js",files:["bin/","lib/"],scripts:{test:"tap",posttest:"npm run lint",eslint:'eslint "**/*.{js,cjs,ts,mjs,jsx,tsx}"',lint:"npm run eslint",lintfix:"npm run eslint -- --fix",postlint:"template-oss-check",snap:"tap","template-oss-apply":"template-oss-apply --force"},repository:{type:"git",url:"git+https://github.com/npm/make-fetch-happen.git"},keywords:["http","request","fetch","mean girls","caching","cache","subre
`).forEach(r=>{r.match(O_t)||r.match(D_t)||(e+=r)}),Buffer.from(e,"base64")}function M_t(t,e="CERTIFICATE"){let s=t.toString("base64").match(/.{1,64}/g)||"";return[`-----BEGIN ${e}-----`,...s,`-----END ${e}-----`].join(`
2026-05-22 14:44:02 +00:00
`).concat(`
2026-06-03 22:14:37 +00:00
`)}});var aD=m(yf=>{"use strict";Object.defineProperty(yf,"__esModule",{value:!0});yf.SHA2_HASH_ALGOS=yf.RSA_SIGNATURE_ALGOS=yf.ECDSA_SIGNATURE_ALGOS=void 0;yf.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"};yf.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"};yf.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 nW=m(cD=>{"use strict";Object.defineProperty(cD,"__esModule",{value:!0});cD.RFC3161TimestampVerificationError=void 0;var iW=class extends Error{};cD.RFC3161TimestampVerificationError=iW});var wQe=m(Kl=>{"use strict";var L_t=Kl&&Kl.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),F_t=Kl&&Kl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),U_t=Kl&&Kl.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(s[s.length]=i);return s},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),i=0;i<s.length;i++)s[i]!=="default"&&L_t(r,e,s[i]);return F_t(r,e),r}})();Object.defineProperty(Kl,"__esModule",{value:!0});Kl.TSTInfo=void 0;var bQe=U_t(jE()),q_t=aD(),G_t=nW(),oW=class{root;constructor(e){this.root=e}get version(){return this.root.subs[0].toInteger()}get genTime(){return this.root.subs[4].toDate()}get messageImprintHashAlgorithm(){let e=this.messageImprintObj.subs[0].subs[0].toOID();return q_t.SHA2_HASH_ALGOS[e]}get messageImprintHashedMessage(){return this.messageImprintObj.subs[1].value}get raw(){return this.root.toDER()}verify(e){let r=bQe.digest(this.messageImprintHashAlgorithm,e);if(!bQe.bufferEqual(r,this.messageImprintHashedMessage))throw new G_t.RFC3161TimestampVerificationError("message imprint does not match artifact")}get messageImprintObj(){return this.root.subs[2]}};Kl.TSTInfo=oW});var BQe=m(Xl=>{"use strict";var H_t=Xl&&Xl.__createBinding||(Object.create?(function(t,e,r,s){s===void 0&&(s=r);var i=Object.getOwnPropertyDescriptor(e,r);(!i||("get"in i?!e.__esModule:i.writable||i.configurable))&&(i={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(t,s,i)}):(function(t,e,r,s){s===void 0&&(s=r),t[s]=e[r]})),V_t=Xl&&Xl.__setModuleDefault||(Object.create?(function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}):function(t,e){t.default=e}),z_t=Xl&&Xl.__importStar||(function(){var t=function(e){return t=Object.getOwnPropertyNames||function(r){var s=[];for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(s[s.length]=i);return s},t(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var s=t(e),i=0;i<s.length;i++)s[i]!=="default"&&H_t(r,e,s[i]);return V_t(r,e),r}})();Object.defineProperty(Xl,"__esModule",{value:!0});Xl.RFC3161Timestamp=void 0;var $_t=iD(),aW=z_t(jE()),SQe=aD(),gS=nW(),j_t=wQe(),J_t="1.2.840.113549.1.7.2",Y_t="1.2.840.113549.1.9.16.1.4",W_t="1.2.840.113549.1.9.4",cW=class t{root;constructor(e){this.root=e}static parse(e){let r=$_t.ASN1Obj.parseBuffer(e);return new t(r)}get status(){return this.pkiStatusInfoObj.subs[0].toInteger()}get contentType(){return this.contentTypeObj.toOID()}get eContentType(){return this.eContentTypeObj.toOID()}get signingTime(){return this.tstInfo.genTime}get signerIssuer(){return this.signerSidObj.subs[0].value}get signerSerialNumber(){return this.signerSidObj.subs[1].value}get signerDigestAlgorithm(){let e=this.signerDigestAlgorithmObj.subs[0].toOID();return SQe.SHA2_HASH_ALGOS[e]}get signatureAlgorithm(){let e=this.signatureAlgorithmObj.subs[0].toOID();return SQe
2026-06-03 22:14:37 +00:00
`,fQt=/\u2014 (\S+) (\S+)\n/g;function pQt(t,e){let r=t.inclusionProof,s=kW.fromString(r.checkpoint.envelope),i=CD.fromString(s.note);if(!AQt(s,e))throw new wS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid checkpoint signature"});return i}function AQt(t,e){let r=Buffer.from(t.note,"utf-8");return t.signatures.some(s=>{let i=e.find(n=>KQe.crypto.bufferEqual(n.logID.subarray(0,4),s.keyHint)&&n.baseURL.match(s.name));return i?KQe.crypto.verify(r,i.publicKey,s.signature):!1})}var kW=class t{note;signatures;constructor(e,r){this.note=e,this.signatures=r}static fromString(e){if(!e.includes(DW))throw new wS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"missing checkpoint separator"});let r=e.indexOf(DW),s=e.slice(0,r+1),n=e.slice(r+DW.length).matchAll(fQt),o=Array.from(n,a=>{let[,c,l]=a,u=Buffer.from(l,"base64");if(u.length<5)throw new wS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"malformed checkpoint signature"});return{name:c,keyHint:u.subarray(0,4),signature:u.subarray(4)}});if(o.length===0)throw new wS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"no signatures found in checkpoint"});return new t(s,o)}},CD=class t{origin;logSize;logHash;rest;constructor(e,r,s,i){this.origin=e,this.logSize=r,this.logHash=s,this.rest=i}static fromString(e){let r=e.trimEnd().split(`
`);if(r.length<3)throw new wS.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"too few lines in checkpoint header"});let s=r[0],i=BigInt(r[1]),n=Buffer.from(r[2],"base64"),o=r.slice(3);return new t(s,i,n,o)}};SS.LogCheckpoint=CD});var ZQe=m(UW=>{"use strict";Object.defineProperty(UW,"__esModule",{value:!0});UW.verifyMerkleInclusion=yQt;var FW=gc(),MW=Di(),mQt=Buffer.from([0]),gQt=Buffer.from([1]);function yQt(t,e){let r=t.inclusionProof,s=BigInt(r.logIndex),i=BigInt(e.logSize);if(s<0n||s>=i)throw new MW.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:`invalid index: ${s}`});let{inner:n,border:o}=EQt(s,i);if(r.hashes.length!==n+o)throw new MW.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"invalid hash count"});let a=r.hashes.slice(0,n),c=r.hashes.slice(n),l=BQt(t.canonicalizedBody),u=IQt(CQt(l,a,s),c);if(!FW.crypto.bufferEqual(u,e.logHash))throw new MW.VerificationError({code:"TLOG_INCLUSION_PROOF_ERROR",message:"calculated root hash does not match inclusion proof"})}function EQt(t,e){let r=bQt(t,e),s=wQt(t>>BigInt(r));return{inner:r,border:s}}function CQt(t,e,r){return e.reduce((s,i,n)=>r>>BigInt(n)&BigInt(1)?LW(i,s):LW(s,i),t)}function IQt(t,e){return e.reduce((r,s)=>LW(s,r),t)}function bQt(t,e){return SQt(t^e-BigInt(1))}function wQt(t){return t.toString(2).split("1").length-1}function SQt(t){return t===0n?0:t.toString(2).length}function LW(t,e){return FW.crypto.digest("sha256",gQt,t,e)}function BQt(t){return FW.crypto.digest("sha256",mQt,t)}});var tPe=m(qW=>{"use strict";Object.defineProperty(qW,"__esModule",{value:!0});qW.verifyTLogSET=RQt;var ePe=gc(),xQt=Di(),NQt=WE();function RQt(t,e){if(!(0,NQt.filterTLogAuthorities)(e,{logID:t.logId.keyId,targetDate:new Date(Number(t.integratedTime)*1e3)}).some(i=>{let n=vQt(t),o=Buffer.from(ePe.json.canonicalize(n),"utf8"),a=t.inclusionPromise.signedEntryTimestamp;return ePe.crypto.verify(o,i.publicKey,a)}))throw new xQt.VerificationError({code:"TLOG_INCLUSION_PROMISE_ERROR",message:"inclusion promise could not be verified"})}function vQt(t){let{integratedTime:e,logIndex:r,logId:s,canonicalizedBody:i}=t;return{body:i.toString("base64"),integratedTime:Number(e),logIndex:Number(r),logID:s.keyId.toString("hex")}}});var sPe=m(ID=>{"use strict";Object.defineProperty(ID,"__esModule",{value:!0});ID.verifyTLogBody=OQt;ID.verifyTLogInclusion=DQt;var rPe=cY(),VW=Di(),GW=JQe(),HW=YQe(),TQt=WQe(),_Qt=XQe(),QQt=ZQe(),PQt=tPe();function OQt(t,e){let{kind:r,version:s}=t.kindVersion,i=JSON.parse(t.canonicalizedBody.toString("utf8"));if(r!==i.kind||s!==i.apiVersion)throw new VW.VerificationError({code:"TLOG_BODY_ERROR",message:`kind/version mismatch - expected: ${r}/${s}, received: ${i.kind}/${i.apiVersion}`});switch(r){case"dsse":if(s==GW.DSSE_API_VERSION_V1)return(0,GW.verifyDSSETLogBody)(i,e);{let n=rPe.Entry.fromJSON(i);return(0,GW.verifyDSSETLogBodyV2)(n,e)}case"intoto":return(0,TQt.verifyIntotoTLogBody)(i,e);case"hashedrekord":if(s==HW.HASHEDREKORD_API_VERSION_V1)return(0,HW.verifyHashedRekordTLogBody)(i,e);{let n=rPe.Entry.fromJSON(i);return(0,HW.verifyHashedRekordTLogBodyV2)(n,e)}default:throw new VW.VerificationError({code:"TLOG_BODY_ERROR",message:`unsupported kind: ${r}`})}}function DQt(t,e){let r=!1;if(kQt(t)&&((0,PQt.verifyTLogSET)(t,e),r=!0),MQt(t)){let s=(0,_Qt.verifyCheckpoint)(t,e);(0,QQt.verifyMerkleInclusion)(t,s),r=!0}if(!r)throw new VW.VerificationError({code:"TLOG_MISSING_INCLUSION_ERROR",message:"inclusion could not be verified"})}function kQt(t){return t.inclusionPromise!==void 0}function MQt(t){return t.inclusionProof!==void 0}});var cPe=m(bD=>{"use strict";Object.defineProperty(bD,"__esModule",{value:!0});bD.Verifier=void 0;var LQt=require("util"),KE=Di(),iPe=HQe(),zW=VQe(),nPe=jQe(),oPe=sPe(),$W=class{trustMaterial;options;constructor(e,r={}){this.trustMaterial=e,this.options={ctlogThreshold:r.ctlogThreshold??1,tlogThreshold:r.tlogThreshold??1,timestampThreshold:r.timestampThreshold??r.tsaThreshold??1,tsaThreshold:0}}verify(e,r){let s=this.verifyTimestamps(e),i=this.verifySigningKey(e,s);return this.verifyTLogs(e),this.verifySi
2026-06-03 22:14:37 +00:00
`+i.mark.snippet),a+" "+o):a}function s(i,n){Error.call(this),this.name="YAMLException",this.reason=i,this.mark=n,this.message=r(this,!1),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack||""}s.prototype=Object.create(Error.prototype),s.prototype.constructor=s,s.prototype.toString=function(n){return this.name+": "+r(this,n)},e.exports=s})),kOe=yr(((t,e)=>{var r=nC();function s(o,a,c,l,u){let h="",d="",f=Math.floor(u/2)-1;return l-a>f&&(h=" ... ",a=l-f+h.length),c-l>f&&(d=" ...",c=l+f-d.length),{str:h+o.slice(a,c).replace(/\t/g,"\u2192")+d,pos:l-a+h.length}}function i(o,a){return r.repeat(" ",a-o.length)+o}function n(o,a){if(a=Object.create(a||null),!o.buffer)return null;a.maxLength||(a.maxLength=79),typeof a.indent!="number"&&(a.indent=1),typeof a.linesBefore!="number"&&(a.linesBefore=3),typeof a.linesAfter!="number"&&(a.linesAfter=2);let c=/\r?\n|\r|\0/g,l=[0],u=[],h,d=-1;for(;h=c.exec(o.buffer);)u.push(h.index),l.push(h.index+h[0].length),o.position<=h.index&&d<0&&(d=l.length-2);d<0&&(d=l.length-1);let f="",p=Math.min(o.line+a.linesAfter,u.length).toString().length,g=a.maxLength-(a.indent+p+3);for(let E=1;E<=a.linesBefore&&!(d-E<0);E++){let I=s(o.buffer,l[d-E],u[d-E],o.position-(l[d]-l[d-E]),g);f=r.repeat(" ",a.indent)+i((o.line-E+1).toString(),p)+" | "+I.str+`
`+f}let C=s(o.buffer,l[d],u[d],o.position,g);f+=r.repeat(" ",a.indent)+i((o.line+1).toString(),p)+" | "+C.str+`
`,f+=r.repeat("-",a.indent+p+3+C.pos)+`^
`;for(let E=1;E<=a.linesAfter&&!(d+E>=u.length);E++){let I=s(o.buffer,l[d+E],u[d+E],o.position-(l[d]-l[d+E]),g);f+=r.repeat(" ",a.indent)+i((o.line+E+1).toString(),p)+" | "+I.str+`
`}return f.replace(/\n$/,"")}e.exports=n})),Mi=yr(((t,e)=>{var r=oC(),s=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"],i=["scalar","sequence","mapping"];function n(a){let c={};return a!==null&&Object.keys(a).forEach(function(l){a[l].forEach(function(u){c[String(u)]=l})}),c}function o(a,c){if(c=c||{},Object.keys(c).forEach(function(l){if(s.indexOf(l)===-1)throw new r('Unknown option "'+l+'" is met in definition of "'+a+'" YAML type.')}),this.options=c,this.tag=a,this.kind=c.kind||null,this.resolve=c.resolve||function(){return!0},this.construct=c.construct||function(l){return l},this.instanceOf=c.instanceOf||null,this.predicate=c.predicate||null,this.represent=c.represent||null,this.representName=c.representName||null,this.defaultStyle=c.defaultStyle||null,this.multi=c.multi||!1,this.styleAliases=n(c.styleAliases||null),i.indexOf(this.kind)===-1)throw new r('Unknown kind "'+this.kind+'" is specified for "'+a+'" YAML type.')}e.exports=o})),lK=yr(((t,e)=>{var r=oC(),s=Mi();function i(a,c){let l=[];return a[c].forEach(function(u){let h=l.length;l.forEach(function(d,f){d.tag===u.tag&&d.kind===u.kind&&d.multi===u.multi&&(h=f)}),l[h]=u}),l}function n(){let a={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function c(l){l.multi?(a.multi[l.kind].push(l),a.multi.fallback.push(l)):a[l.kind][l.tag]=a.fallback[l.tag]=l}for(let l=0,u=arguments.length;l<u;l+=1)arguments[l].forEach(c);return a}function o(a){return this.extend(a)}o.prototype.extend=function(c){let l=[],u=[];if(c instanceof s)u.push(c);else if(Array.isArray(c))u=u.concat(c);else if(c&&(Array.isArray(c.implicit)||Array.isArray(c.explicit)))c.implicit&&(l=l.concat(c.implicit)),c.explicit&&(u=u.concat(c.explicit));else throw new r("Schema.extend argument should be a Type, [ Type ], or a schema definition ({ implicit: [...], explicit: [...] })");l.forEach(function(d){if(!(d instanceof s))throw new r("Specified list of YAML types (or a single Type object) contains a non-Type object.");if(d.loadKind&&d.loadKind!=="scalar")throw new r("There is a non-scalar type in the implicit list of a schema. Implicit resolving of such types is not supported.");if(d.multi)throw new r("There is a multi type in the implicit list of a schema. Multi tags can only be listed as explicit.")}),u.forEach(function(d){if(!(d instanceof s))throw new r("Specified list of YAML types (or a single Type object) contains a non-Type object.")});let h=Object.create(o.prototype);return h.implicit=(this.implicit||[]).concat(l),h.explicit=(this.explicit||[]).concat(u),h.compiledImplicit=i(h,"implicit"),h.compiledExplicit=i(h,"explicit"),h.compiledTypeMap=n(h.compiledImplicit,h.compiledExplicit),h},e.exports=o})),uK=yr(((t,e)=>{e.exports=new(Mi())("tag:yaml.org,2002:str",{kind:"scalar",construct:function(r){return r!==null?r:""}})})),hK=yr(((t,e)=>{e.exports=new(Mi())("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(r){return r!==null?r:[]}})})),dK=yr(((t,e)=>{e.exports=new(Mi())("tag:yaml.org,2002:map",{kind:"mapping",construct:function(r){return r!==null?r:{}}})})),fK=yr(((t,e)=>{e.exports=new(lK())({explicit:[uK(),hK(),dK()]})})),pK=yr(((t,e)=>{var r=Mi();function s(o){if(o===null)return!0;let a=o.length;return a===1&&o==="~"||a===4&&(o==="null"||o==="Null"||o==="NULL")}function i(){return null}function n(o){return o===null}e.exports=new r("tag:yaml.org,2002:null",{kind:"scalar",resolve:s,construct:i,predicate:n,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"})})),AK=yr(((t,e)=>{var r=Mi();function s(o){if(o===null)return!1;let a=o.length;return a===4&&(o==="true"||o==="True"||o==="TRUE")||a===5&&(o==="false"||o==="False"||o==="FALSE")}function i(o){return o==="true"||o==="True"||o==="TRUE"}function n(o){return Object.prototype.toString.call(o)==="[object Boolean]"}e.exports=new r("tag:yaml.org,2002:bool",{kind:"scalar",resolve
\r`;function i(c){if(c===null)return!1;let l=0,u=c.length,h=s;for(let d=0;d<u;d++){let f=h.indexOf(c.charAt(d));if(!(f>64)){if(f<0)return!1;l+=6}}return l%8===0}function n(c){let l=c.replace(/[\r\n=]/g,""),u=l.length,h=s,d=0,f=[];for(let g=0;g<u;g++)g%4===0&&g&&(f.push(d>>16&255),f.push(d>>8&255),f.push(d&255)),d=d<<6|h.indexOf(l.charAt(g));let p=u%4*6;return p===0?(f.push(d>>16&255),f.push(d>>8&255),f.push(d&255)):p===18?(f.push(d>>10&255),f.push(d>>2&255)):p===12&&f.push(d>>4&255),new Uint8Array(f)}function o(c){let l="",u=0,h=c.length,d=s;for(let p=0;p<h;p++)p%3===0&&p&&(l+=d[u>>18&63],l+=d[u>>12&63],l+=d[u>>6&63],l+=d[u&63]),u=(u<<8)+c[p];let f=h%3;return f===0?(l+=d[u>>18&63],l+=d[u>>12&63],l+=d[u>>6&63],l+=d[u&63]):f===2?(l+=d[u>>10&63],l+=d[u>>4&63],l+=d[u<<2&63],l+=d[64]):f===1&&(l+=d[u>>2&63],l+=d[u<<4&63],l+=d[64],l+=d[64]),l}function a(c){return Object.prototype.toString.call(c)==="[object Uint8Array]"}e.exports=new r("tag:yaml.org,2002:binary",{kind:"scalar",resolve:i,construct:n,predicate:a,represent:o})})),wK=yr(((t,e)=>{var r=Mi(),s=Object.prototype.hasOwnProperty,i=Object.prototype.toString;function n(a){if(a===null)return!0;let c=[],l=a;for(let u=0,h=l.length;u<h;u+=1){let d=l[u],f=!1;if(i.call(d)!=="[object Object]")return!1;let p;for(p in d)if(s.call(d,p))if(!f)f=!0;else return!1;if(!f)return!1;if(c.indexOf(p)===-1)c.push(p);else return!1}return!0}function o(a){return a!==null?a:[]}e.exports=new r("tag:yaml.org,2002:omap",{kind:"sequence",resolve:n,construct:o})})),SK=yr(((t,e)=>{var r=Mi(),s=Object.prototype.toString;function i(o){if(o===null)return!0;let a=o,c=new Array(a.length);for(let l=0,u=a.length;l<u;l+=1){let h=a[l];if(s.call(h)!=="[object Object]")return!1;let d=Object.keys(h);if(d.length!==1)return!1;c[l]=[d[0],h[d[0]]]}return!0}function n(o){if(o===null)return[];let a=o,c=new Array(a.length);for(let l=0,u=a.length;l<u;l+=1){let h=a[l],d=Object.keys(h);c[l]=[d[0],h[d[0]]]}return c}e.exports=new r("tag:yaml.org,2002:pairs",{kind:"sequence",resolve:i,construct:n})})),BK=yr(((t,e)=>{var r=Mi(),s=Object.prototype.hasOwnProperty;function i(o){if(o===null)return!0;let a=o;for(let c in a)if(s.call(a,c)&&a[c]!==null)return!1;return!0}function n(o){return o!==null?o:{}}e.exports=new r("tag:yaml.org,2002:set",{kind:"mapping",resolve:i,construct:n})})),$D=yr(((t,e)=>{e.exports=EK().extend({implicit:[CK(),IK()],explicit:[bK(),wK(),SK(),BK()]})})),MOe=yr(((t,e)=>{var r=nC(),s=oC(),i=kOe(),n=$D(),o=Object.prototype.hasOwnProperty,a=1,c=2,l=3,u=4,h=1,d=2,f=3,p=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/,g=/[\x85\u2028\u2029]/,C=/[,\[\]{}]/,E=/^(?:!|!!|![0-9A-Za-z-]+!)$/,I=/^(?:!|[^,\[\]{}])(?:%[0-9a-f]{2}|[0-9a-z\-#;/?:@&=+$,_.!~*'()\[\]])*$/i;function S(A){return Object.prototype.toString.call(A)}function x(A){return A===10||A===13}function v(A){return A===9||A===32}function Q(A){return A===9||A===32||A===10||A===13}function D(A){return A===44||A===91||A===93||A===123||A===125}function q(A){if(A>=48&&A<=57)return A-48;let M=A|32;return M>=97&&M<=102?M-97+10:-1}function K(A){return A===120?2:A===117?4:A===85?8:0}function de(A){return A>=48&&A<=57?A-48:-1}function G(A){switch(A){case 48:return"\0";case 97:return"\x07";case 98:return"\b";case 116:return" ";case 9:return" ";case 110:return`
`;case 118:return"\v";case 102:return"\f";case 114:return"\r";case 101:return"\x1B";case 32:return" ";case 34:return'"';case 47:return"/";case 92:return"\\";case 78:return"\x85";case 95:return"\xA0";case 76:return"\u2028";case 80:return"\u2029";default:return""}}function j(A){return A<=65535?String.fromCharCode(A):String.fromCharCode((A-65536>>10)+55296,(A-65536&1023)+56320)}function J(A,M,V){M==="__proto__"?Object.defineProperty(A,M,{configurable:!0,enumerable:!0,writable:!0,value:V}):A[M]=V}var te=new Array(256),Ae=new Array(256);for(let A=0;A<256;A++)te[A]=G(A)?1:0,Ae[A]=G(A);function Se(A,M){this.input=A,this.filename=M.filename||null,this.schema=M.schema||n,this.onWarning=M.onWarning||null,this.legacy=M.legacy||!1,this.json=M.json||!1,this.listener=M.listener||null,this.maxDepth=typeof M.maxDepth=="number"?M.maxDepth:100,this.maxMergeSeqLength=typeof M.maxMergeSeqLength=="number"?M.maxMergeSeqLength:20,this.implicitTypes=this.schema.compiledImplicit,this.typeMap=this.schema.compiledTypeMap,this.length=A.length,this.position=0,this.line=0,this.lineStart=0,this.lineIndent=0,this.depth=0,this.firstTabInLine=-1,this.documents=[],this.anchorMapTransactions=[]}function Pe(A,M){let V={name:A.filename,buffer:A.input.slice(0,-1),position:A.position,line:A.line,column:A.position-A.lineStart};return V.snippet=i(V),new s(M,V)}function Y(A,M){throw Pe(A,M)}function ut(A,M){A.onWarning&&A.onWarning.call(null,Pe(A,M))}function We(A,M,V){let X=A.anchorMapTransactions;if(X.length!==0){let $=X[X.length-1];o.call($,M)||($[M]={existed:o.call(A.anchorMap,M),value:A.anchorMap[M]})}A.anchorMap[M]=V}function vt(A){A.anchorMapTransactions.push(Object.create(null))}function qe(A){let M=A.anchorMapTransactions.pop(),V=A.anchorMapTransactions;if(V.length===0)return;let X=V[V.length-1],$=Object.keys(M);for(let le=0,B=$.length;le<B;le+=1){let U=$[le];o.call(X,U)||(X[U]=M[U])}}function bt(A){let M=A.anchorMapTransactions.pop(),V=Object.keys(M);for(let X=V.length-1;X>=0;X-=1){let $=M[V[X]];$.existed?A.anchorMap[V[X]]=$.value:delete A.anchorMap[V[X]]}}function Ft(A){return{position:A.position,line:A.line,lineStart:A.lineStart,lineIndent:A.lineIndent,firstTabInLine:A.firstTabInLine,tag:A.tag,anchor:A.anchor,kind:A.kind,result:A.result}}function ar(A,M){A.position=M.position,A.line=M.line,A.lineStart=M.lineStart,A.lineIndent=M.lineIndent,A.firstTabInLine=M.firstTabInLine,A.tag=M.tag,A.anchor=M.anchor,A.kind=M.kind,A.result=M.result}var Ts={YAML:function(M,V,X){M.version!==null&&Y(M,"duplication of %YAML directive"),X.length!==1&&Y(M,"YAML directive accepts exactly one argument");let $=/^([0-9]+)\.([0-9]+)$/.exec(X[0]);$===null&&Y(M,"ill-formed argument of the YAML directive");let le=parseInt($[1],10),B=parseInt($[2],10);le!==1&&Y(M,"unacceptable YAML version of the document"),M.version=X[0],M.checkLineBreaks=B<2,B!==1&&B!==2&&ut(M,"unsupported YAML version of the document")},TAG:function(M,V,X){let $;X.length!==2&&Y(M,"TAG directive accepts exactly two arguments");let le=X[0];$=X[1],E.test(le)||Y(M,"ill-formed tag handle (first argument) of the TAG directive"),o.call(M.tagMap,le)&&Y(M,'there is a previously declared suffix for "'+le+'" tag handle'),I.test($)||Y(M,"ill-formed tag prefix (second argument) of the TAG directive");try{$=decodeURIComponent($)}catch{Y(M,"tag prefix is malformed: "+$)}M.tagMap[le]=$}};function ot(A,M,V,X){if(M<V){let $=A.input.slice(M,V);if(X)for(let le=0,B=$.length;le<B;le+=1){let U=$.charCodeAt(le);U===9||U>=32&&U<=1114111||Y(A,"expected valid JSON character")}else p.test($)&&Y(A,"the stream contains non-printable characters");A.result+=$}}function Xr(A,M,V,X){r.isObject(V)||Y(A,"cannot merge mappings; the provided source object is unacceptable");let $=Object.keys(V);for(let le=0,B=$.length;le<B;le+=1){let U=$[le];o.call(M,U)||(J(M,U,V[U]),X[U]=!0)}}function T(A,M,V,X,$,le,B,U,ae){if(Array.isArray($)){$=Array.prototype.slice.call($);for(let Z=0,ee=$.length;Z<ee;Z+=1)Array.isArray($[Z])&&Y(A,"nested arrays are not supported inside keys"),typeof $=="object"&&S($[Z])==="[object Object]"&&($[Z]="[object Object]")}if(typeof $=
`,M-1))}function y(A,M,V){let X,$,le,B,U,ae,Z=A.kind,ee=A.result,oe=A.input.charCodeAt(A.position);if(Q(oe)||D(oe)||oe===35||oe===38||oe===42||oe===33||oe===124||oe===62||oe===39||oe===34||oe===37||oe===64||oe===96)return!1;if(oe===63||oe===45){let se=A.input.charCodeAt(A.position+1);if(Q(se)||V&&D(se))return!1}for(A.kind="scalar",A.result="",X=$=A.position,le=!1;oe!==0;){if(oe===58){let se=A.input.charCodeAt(A.position+1);if(Q(se)||V&&D(se))break}else if(oe===35){if(Q(A.input.charCodeAt(A.position-1)))break}else{if(A.position===A.lineStart&&z(A)||V&&D(oe))break;if(x(oe))if(B=A.line,U=A.lineStart,ae=A.lineIndent,L(A,!1,-1),A.lineIndent>=M){le=!0,oe=A.input.charCodeAt(A.position);continue}else{A.position=$,A.line=B,A.lineStart=U,A.lineIndent=ae;break}}le&&(ot(A,X,$,!1),ne(A,A.line-B),X=$=A.position,le=!1),v(oe)||($=A.position+1),oe=A.input.charCodeAt(++A.position)}return ot(A,X,$,!1),A.result?!0:(A.kind=Z,A.result=ee,!1)}function N(A,M){let V,X,$=A.input.charCodeAt(A.position);if($!==39)return!1;for(A.kind="scalar",A.result="",A.position++,V=X=A.position;($=A.input.charCodeAt(A.position))!==0;)if($===39)if(ot(A,V,A.position,!0),$=A.input.charCodeAt(++A.position),$===39)V=A.position,A.position++,X=A.position;else return!0;else x($)?(ot(A,V,X,!0),ne(A,L(A,!1,M)),V=X=A.position):A.position===A.lineStart&&z(A)?Y(A,"unexpected end of the document within a single quoted scalar"):(A.position++,v($)||(X=A.position));Y(A,"unexpected end of the stream within a single quoted scalar")}function _(A,M){let V,X,$,le=A.input.charCodeAt(A.position);if(le!==34)return!1;for(A.kind="scalar",A.result="",A.position++,V=X=A.position;(le=A.input.charCodeAt(A.position))!==0;){if(le===34)return ot(A,V,A.position,!0),A.position++,!0;if(le===92){if(ot(A,V,A.position,!0),le=A.input.charCodeAt(++A.position),x(le))L(A,!1,M);else if(le<256&&te[le])A.result+=Ae[le],A.position++;else if(($=K(le))>0){let B=$,U=0;for(;B>0;B--)le=A.input.charCodeAt(++A.position),($=q(le))>=0?U=(U<<4)+$:Y(A,"expected hexadecimal character");A.result+=j(U),A.position++}else Y(A,"unknown escape sequence");V=X=A.position}else x(le)?(ot(A,V,X,!0),ne(A,L(A,!1,M)),V=X=A.position):A.position===A.lineStart&&z(A)?Y(A,"unexpected end of the document within a double quoted scalar"):(A.position++,v(le)||(X=A.position))}Y(A,"unexpected end of the stream within a double quoted scalar")}function H(A,M){let V=!0,X,$,le,B=A.tag,U,ae=A.anchor,Z,ee,oe,se,Be=Object.create(null),we,Ue,He,Nt=A.input.charCodeAt(A.position);if(Nt===91)Z=93,se=!1,U=[];else if(Nt===123)Z=125,se=!0,U={};else return!1;for(A.anchor!==null&&We(A,A.anchor,U),Nt=A.input.charCodeAt(++A.position);Nt!==0;){if(L(A,!0,M),Nt=A.input.charCodeAt(A.position),Nt===Z)return A.position++,A.tag=B,A.anchor=ae,A.kind=se?"mapping":"sequence",A.result=U,!0;V?Nt===44&&Y(A,"expected the node content, but found ','"):Y(A,"missed comma between flow collection entries"),Ue=we=He=null,ee=oe=!1,Nt===63&&Q(A.input.charCodeAt(A.position+1))&&(ee=oe=!0,A.position++,L(A,!0,M)),X=A.line,$=A.lineStart,le=A.position,St(A,M,a,!1,!0),Ue=A.tag,we=A.result,L(A,!0,M),Nt=A.input.charCodeAt(A.position),(oe||A.line===X)&&Nt===58&&(ee=!0,Nt=A.input.charCodeAt(++A.position),L(A,!0,M),St(A,M,a,!1,!0),He=A.result),se?T(A,U,Be,Ue,we,He,X,$,le):ee?U.push(T(A,null,Be,Ue,we,He,X,$,le)):U.push(we),L(A,!0,M),Nt=A.input.charCodeAt(A.position),Nt===44?(V=!0,Nt=A.input.charCodeAt(++A.position)):V=!1}Y(A,"unexpected end of the stream within a flow collection")}function ie(A,M){let V,X=h,$=!1,le=!1,B=M,U=0,ae=!1,Z,ee=A.input.charCodeAt(A.position);if(ee===124)V=!1;else if(ee===62)V=!0;else return!1;for(A.kind="scalar",A.result="";ee!==0;)if(ee=A.input.charCodeAt(++A.position),ee===43||ee===45)h===X?X=ee===43?f:d:Y(A,"repeat of a chomping mode identifier");else if((Z=de(ee))>=0)Z===0?Y(A,"bad explicit indentation width of a block scalar; it cannot be less than one"):le?Y(A,"repeat of an indentation width identifier"):(B=M+Z-1,le=!0);else break;if(v(ee)){do ee=A.input.charCodeAt(++A.position);while(v(ee));if(ee===35)do ee=A.input.charCodeAt(++A.position);while(!x(ee)&&ee!==0)}f
`,$?1+U:U):X===h&&$&&(A.result+=`
`);break}V?v(ee)?(ae=!0,A.result+=r.repeat(`
`,$?1+U:U)):ae?(ae=!1,A.result+=r.repeat(`
`,U+1)):U===0?$&&(A.result+=" "):A.result+=r.repeat(`
`,U):A.result+=r.repeat(`
`,$?1+U:U),$=!0,le=!0,U=0;let oe=A.position;for(;!x(ee)&&ee!==0;)ee=A.input.charCodeAt(++A.position);ot(A,oe,A.position,!1)}return!0}function Ie(A,M){let V=A.tag,X=A.anchor,$=[],le=!1;if(A.firstTabInLine!==-1)return!1;A.anchor!==null&&We(A,A.anchor,$);let B=A.input.charCodeAt(A.position);for(;B!==0&&(A.firstTabInLine!==-1&&(A.position=A.firstTabInLine,Y(A,"tab characters must not be used in indentation")),!(B!==45||!Q(A.input.charCodeAt(A.position+1))));){if(le=!0,A.position++,L(A,!0,-1)&&A.lineIndent<=M){$.push(null),B=A.input.charCodeAt(A.position);continue}let U=A.line;if(St(A,M,l,!1,!0),$.push(A.result),L(A,!0,-1),B=A.input.charCodeAt(A.position),(A.line===U||A.lineIndent>M)&&B!==0)Y(A,"bad indentation of a sequence entry");else if(A.lineIndent<M)break}return le?(A.tag=V,A.anchor=X,A.kind="sequence",A.result=$,!0):!1}function pe(A,M,V){let X,$,le,B,U=A.tag,ae=A.anchor,Z={},ee=Object.create(null),oe=null,se=null,Be=null,we=!1,Ue=!1;if(A.firstTabInLine!==-1)return!1;A.anchor!==null&&We(A,A.anchor,Z);let He=A.input.charCodeAt(A.position);for(;He!==0;){!we&&A.firstTabInLine!==-1&&(A.position=A.firstTabInLine,Y(A,"tab characters must not be used in indentation"));let Nt=A.input.charCodeAt(A.position+1),mr=A.line;if((He===63||He===58)&&Q(Nt))He===63?(we&&(T(A,Z,ee,oe,se,null,$,le,B),oe=se=Be=null),Ue=!0,we=!0,X=!0):we?(we=!1,X=!0):Y(A,"incomplete explicit mapping pair; a key node is missed; or followed by a non-tabulated empty line"),A.position+=1,He=Nt;else{if($=A.line,le=A.lineStart,B=A.position,!St(A,V,c,!1,!0))break;if(A.line===mr){for(He=A.input.charCodeAt(A.position);v(He);)He=A.input.charCodeAt(++A.position);if(He===58)He=A.input.charCodeAt(++A.position),Q(He)||Y(A,"a whitespace character is expected after the key-value separator within a block mapping"),we&&(T(A,Z,ee,oe,se,null,$,le,B),oe=se=Be=null),Ue=!0,we=!1,X=!1,oe=A.tag,se=A.result;else if(Ue)Y(A,"can not read an implicit mapping pair; a colon is missed");else return A.tag=U,A.anchor=ae,!0}else if(Ue)Y(A,"can not read a block mapping entry; a multiline key may not be an implicit key");else return A.tag=U,A.anchor=ae,!0}if((A.line===mr||A.lineIndent>M)&&(we&&($=A.line,le=A.lineStart,B=A.position),St(A,M,u,!0,X)&&(we?se=A.result:Be=A.result),we||(T(A,Z,ee,oe,se,Be,$,le,B),oe=se=Be=null),L(A,!0,-1),He=A.input.charCodeAt(A.position)),(A.line===mr||A.lineIndent>M)&&He!==0)Y(A,"bad indentation of a mapping entry");else if(A.lineIndent<M)break}return we&&T(A,Z,ee,oe,se,null,$,le,B),Ue&&(A.tag=U,A.anchor=ae,A.kind="mapping",A.result=Z),Ue}function je(A){let M=!1,V=!1,X,$,le=A.input.charCodeAt(A.position);if(le!==33)return!1;A.tag!==null&&Y(A,"duplication of a tag property"),le=A.input.charCodeAt(++A.position),le===60?(M=!0,le=A.input.charCodeAt(++A.position)):le===33?(V=!0,X="!!",le=A.input.charCodeAt(++A.position)):X="!";let B=A.position;if(M){do le=A.input.charCodeAt(++A.position);while(le!==0&&le!==62);A.position<A.length?($=A.input.slice(B,A.position),le=A.input.charCodeAt(++A.position)):Y(A,"unexpected end of the stream within a verbatim tag")}else{for(;le!==0&&!Q(le);)le===33&&(V?Y(A,"tag suffix cannot contain exclamation marks"):(X=A.input.slice(B-1,A.position+1),E.test(X)||Y(A,"named tag handle cannot contain such characters"),V=!0,B=A.position+1)),le=A.input.charCodeAt(++A.position);$=A.input.slice(B,A.position),C.test($)&&Y(A,"tag suffix cannot contain flow indicator characters")}$&&!I.test($)&&Y(A,"tag name cannot contain such characters: "+$);try{$=decodeURIComponent($)}catch{Y(A,"tag name is malformed: "+$)}return M?A.tag=$:o.call(A.tagMap,X)?A.tag=A.tagMap[X]+$:X==="!"?A.tag="!"+$:X==="!!"?A.tag="tag:yaml.org,2002:"+$:Y(A,'undeclared tag handle "'+X+'"'),!0}function mt(A){let M=A.input.charCodeAt(A.position);if(M!==38)return!1;A.anchor!==null&&Y(A,"duplication of an anchor property"),M=A.input.charCodeAt(++A.position);let V=A.position;for(;M!==0&&!Q(M)&&!D(M);)M=A.input.charCodeAt(++A.position);return A.position===V&&Y(A,"name of an anchor node must contain at least one character"),A.anchor=A.input.slice(V,A.position),!0}function at(A){let M=A.input.ch
`),A.charCodeAt(0)===65279&&(A=A.slice(1)));let V=new Se(A,M),X=A.indexOf("\0");for(X!==-1&&(V.position=X,Y(V,"null byte is not allowed in input")),V.input+="\0";V.input.charCodeAt(V.position)===32;)V.lineIndent+=1,V.position+=1;for(;V.position<V.length-1;)cr(V);return V.documents}function Ut(A,M,V){M!==null&&typeof M=="object"&&typeof V>"u"&&(V=M,M=null);let X=lr(A,V);if(typeof M!="function")return X;for(let $=0,le=X.length;$<le;$+=1)M(X[$])}function Nr(A,M){let V=lr(A,M);if(V.length!==0){if(V.length===1)return V[0];throw new s("expected a single document in the stream, but found more")}}e.exports.loadAll=Ut,e.exports.load=Nr})),LOe=yr(((t,e)=>{var r=nC(),s=oC(),i=$D(),n=Object.prototype.toString,o=Object.prototype.hasOwnProperty,a=65279,c=9,l=10,u=13,h=32,d=33,f=34,p=35,g=37,C=38,E=39,I=42,S=44,x=45,v=58,Q=61,D=62,q=63,K=64,de=91,G=93,j=96,J=123,te=124,Ae=125,Se={};Se[0]="\\0",Se[7]="\\a",Se[8]="\\b",Se[9]="\\t",Se[10]="\\n",Se[11]="\\v",Se[12]="\\f",Se[13]="\\r",Se[27]="\\e",Se[34]='\\"',Se[92]="\\\\",Se[133]="\\N",Se[160]="\\_",Se[8232]="\\L",Se[8233]="\\P";var Pe=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"],Y=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function ut(B,U){if(U===null)return{};let ae={},Z=Object.keys(U);for(let ee=0,oe=Z.length;ee<oe;ee+=1){let se=Z[ee],Be=String(U[se]);se.slice(0,2)==="!!"&&(se="tag:yaml.org,2002:"+se.slice(2));let we=B.compiledTypeMap.fallback[se];we&&o.call(we.styleAliases,Be)&&(Be=we.styleAliases[Be]),ae[se]=Be}return ae}function We(B){let U,ae,Z=B.toString(16).toUpperCase();if(B<=255)U="x",ae=2;else if(B<=65535)U="u",ae=4;else if(B<=4294967295)U="U",ae=8;else throw new s("code point within a string may not be greater than 0xFFFFFFFF");return"\\"+U+r.repeat("0",ae-Z.length)+Z}var vt=1,qe=2;function bt(B){this.schema=B.schema||i,this.indent=Math.max(1,B.indent||2),this.noArrayIndent=B.noArrayIndent||!1,this.skipInvalid=B.skipInvalid||!1,this.flowLevel=r.isNothing(B.flowLevel)?-1:B.flowLevel,this.styleMap=ut(this.schema,B.styles||null),this.sortKeys=B.sortKeys||!1,this.lineWidth=B.lineWidth||80,this.noRefs=B.noRefs||!1,this.noCompatMode=B.noCompatMode||!1,this.condenseFlow=B.condenseFlow||!1,this.quotingType=B.quotingType==='"'?qe:vt,this.forceQuotes=B.forceQuotes||!1,this.replacer=typeof B.replacer=="function"?B.replacer:null,this.implicitTypes=this.schema.compiledImplicit,this.explicitTypes=this.schema.compiledExplicit,this.tag=null,this.result="",this.duplicates=[],this.usedDuplicates=null}function Ft(B,U){let ae=r.repeat(" ",U),Z=0,ee="",oe=B.length;for(;Z<oe;){let se,Be=B.indexOf(`
`,Z);Be===-1?(se=B.slice(Z),Z=oe):(se=B.slice(Z,Be+1),Z=Be+1),se.length&&se!==`
`&&(ee+=ae),ee+=se}return ee}function ar(B,U){return`
`+r.repeat(" ",B.indent*U)}function Ts(B,U){for(let ae=0,Z=B.implicitTypes.length;ae<Z;ae+=1)if(B.implicitTypes[ae].resolve(U))return!0;return!1}function ot(B){return B===h||B===c}function Xr(B){return B>=32&&B<=126||B>=161&&B<=55295&&B!==8232&&B!==8233||B>=57344&&B<=65533&&B!==a||B>=65536&&B<=1114111}function T(B){return Xr(B)&&B!==a&&B!==u&&B!==l}function P(B,U,ae){let Z=T(B),ee=Z&&!ot(B);return(ae?Z:Z&&B!==S&&B!==de&&B!==G&&B!==J&&B!==Ae)&&B!==p&&!(U===v&&!ee)||T(U)&&!ot(U)&&B===p||U===v&&ee}function L(B){return Xr(B)&&B!==a&&!ot(B)&&B!==x&&B!==q&&B!==v&&B!==S&&B!==de&&B!==G&&B!==J&&B!==Ae&&B!==p&&B!==C&&B!==I&&B!==d&&B!==te&&B!==Q&&B!==D&&B!==E&&B!==f&&B!==g&&B!==K&&B!==j}function z(B){return!ot(B)&&B!==v}function ne(B,U){let ae=B.charCodeAt(U),Z;return ae>=55296&&ae<=56319&&U+1<B.length&&(Z=B.charCodeAt(U+1),Z>=56320&&Z<=57343)?(ae-55296)*1024+Z-56320+65536:ae}function y(B){return/^\n* /.test(B)}var N=1,_=2,H=3,ie=4,Ie=5;function pe(B,U,ae,Z,ee,oe,se,Be){let we,Ue=0,He=null,Nt=!1,mr=!1,_S=Z!==-1,Sf=-1,Bf=L(ne(B,0))&&z(ne(B,B.length-1));if(U||se)for(we=0;we<B.length;Ue>=65536?we+=2:we++){if(Ue=ne(B,we),!Xr(Ue))return Ie;Bf=Bf&&P(Ue,He,Be),He=Ue}else{for(we=0;we<B.length;Ue>=65536?we+=2:we++){if(Ue=ne(B,we),Ue===l)Nt=!0,_S&&(mr=mr||we-Sf-1>Z&&B[Sf+1]!==" ",Sf=we);else if(!Xr(Ue))return Ie;Bf=Bf&&P(Ue,He,Be),He=Ue}mr=mr||_S&&we-Sf-1>Z&&B[Sf+1]!==" "}return!Nt&&!mr?Bf&&!se&&!ee(B)?N:oe===qe?Ie:_:ae>9&&y(B)?Ie:se?oe===qe?Ie:_:mr?ie:H}function je(B,U,ae,Z,ee){B.dump=(function(){if(U.length===0)return B.quotingType===qe?'""':"''";if(!B.noCompatMode&&(Pe.indexOf(U)!==-1||Y.test(U)))return B.quotingType===qe?'"'+U+'"':"'"+U+"'";let oe=B.indent*Math.max(1,ae),se=B.lineWidth===-1?-1:Math.max(Math.min(B.lineWidth,40),B.lineWidth-oe),Be=Z||B.flowLevel>-1&&ae>=B.flowLevel;function we(Ue){return Ts(B,Ue)}switch(pe(U,Be,B.indent,se,we,B.quotingType,B.forceQuotes&&!Z,ee)){case N:return U;case _:return"'"+U.replace(/'/g,"''")+"'";case H:return"|"+mt(U,B.indent)+at(Ft(U,oe));case ie:return">"+mt(U,B.indent)+at(Ft(wt(U,se),oe));case Ie:return'"'+cr(U,se)+'"';default:throw new s("impossible error: invalid scalar style")}})()}function mt(B,U){let ae=y(B)?String(U):"",Z=B[B.length-1]===`
`;return ae+(Z&&(B[B.length-2]===`
`||B===`
`)?"+":Z?"":"-")+`
`}function at(B){return B[B.length-1]===`
`?B.slice(0,-1):B}function wt(B,U){let ae=/(\n+)([^\n]*)/g,Z=(function(){let Be=B.indexOf(`
`);return Be=Be!==-1?Be:B.length,ae.lastIndex=Be,St(B.slice(0,Be),U)})(),ee=B[0]===`
`||B[0]===" ",oe,se;for(;se=ae.exec(B);){let Be=se[1],we=se[2];oe=we[0]===" ",Z+=Be+(!ee&&!oe&&we!==""?`
`:"")+St(we,U),ee=oe}return Z}function St(B,U){if(B===""||B[0]===" ")return B;let ae=/ [^ ]/g,Z,ee=0,oe,se=0,Be=0,we="";for(;Z=ae.exec(B);)Be=Z.index,Be-ee>U&&(oe=se>ee?se:Be,we+=`
`+B.slice(ee,oe),ee=oe+1),se=Be;return we+=`
`,B.length-ee>U&&se>ee?we+=B.slice(ee,se)+`
`+B.slice(se+1):we+=B.slice(ee),we.slice(1)}function cr(B){let U="",ae=0;for(let Z=0;Z<B.length;ae>=65536?Z+=2:Z++){ae=ne(B,Z);let ee=Se[ae];!ee&&Xr(ae)?(U+=B[Z],ae>=65536&&(U+=B[Z+1])):U+=ee||We(ae)}return U}function lr(B,U,ae){let Z="",ee=B.tag;for(let oe=0,se=ae.length;oe<se;oe+=1){let Be=ae[oe];B.replacer&&(Be=B.replacer.call(ae,String(oe),Be)),(V(B,U,Be,!1,!1)||typeof Be>"u"&&V(B,U,null,!1,!1))&&(Z!==""&&(Z+=","+(B.condenseFlow?"":" ")),Z+=B.dump)}B.tag=ee,B.dump="["+Z+"]"}function Ut(B,U,ae,Z){let ee="",oe=B.tag;for(let se=0,Be=ae.length;se<Be;se+=1){let we=ae[se];B.replacer&&(we=B.replacer.call(ae,String(se),we)),(V(B,U+1,we,!0,!0,!1,!0)||typeof we>"u"&&V(B,U+1,null,!0,!0,!1,!0))&&((!Z||ee!=="")&&(ee+=ar(B,U)),B.dump&&l===B.dump.charCodeAt(0)?ee+="-":ee+="- ",ee+=B.dump)}B.tag=oe,B.dump=ee||"[]"}function Nr(B,U,ae){let Z="",ee=B.tag,oe=Object.keys(ae);for(let se=0,Be=oe.length;se<Be;se+=1){let we="";Z!==""&&(we+=", "),B.condenseFlow&&(we+='"');let Ue=oe[se],He=ae[Ue];B.replacer&&(He=B.replacer.call(ae,Ue,He)),V(B,U,Ue,!1,!1)&&(B.dump.length>1024&&(we+="? "),we+=B.dump+(B.condenseFlow?'"':"")+":"+(B.condenseFlow?"":" "),V(B,U,He,!1,!1)&&(we+=B.dump,Z+=we))}B.tag=ee,B.dump="{"+Z+"}"}function A(B,U,ae,Z){let ee="",oe=B.tag,se=Object.keys(ae);if(B.sortKeys===!0)se.sort();else if(typeof B.sortKeys=="function")se.sort(B.sortKeys);else if(B.sortKeys)throw new s("sortKeys must be a boolean or a function");for(let Be=0,we=se.length;Be<we;Be+=1){let Ue="";(!Z||ee!=="")&&(Ue+=ar(B,U));let He=se[Be],Nt=ae[He];if(B.replacer&&(Nt=B.replacer.call(ae,He,Nt)),!V(B,U+1,He,!0,!0,!0))continue;let mr=B.tag!==null&&B.tag!=="?"||B.dump&&B.dump.length>1024;mr&&(B.dump&&l===B.dump.charCodeAt(0)?Ue+="?":Ue+="? "),Ue+=B.dump,mr&&(Ue+=ar(B,U)),V(B,U+1,Nt,!0,mr)&&(B.dump&&l===B.dump.charCodeAt(0)?Ue+=":":Ue+=": ",Ue+=B.dump,ee+=Ue)}B.tag=oe,B.dump=ee||"{}"}function M(B,U,ae){let Z=ae?B.explicitTypes:B.implicitTypes;for(let ee=0,oe=Z.length;ee<oe;ee+=1){let se=Z[ee];if((se.instanceOf||se.predicate)&&(!se.instanceOf||typeof U=="object"&&U instanceof se.instanceOf)&&(!se.predicate||se.predicate(U))){if(ae?se.multi&&se.representName?B.tag=se.representName(U):B.tag=se.tag:B.tag="?",se.represent){let Be=B.styleMap[se.tag]||se.defaultStyle,we;if(n.call(se.represent)==="[object Function]")we=se.represent(U,Be);else if(o.call(se.represent,Be))we=se.represent[Be](U,Be);else throw new s("!<"+se.tag+'> tag resolver accepts not "'+Be+'" style');B.dump=we}return!0}}return!1}function V(B,U,ae,Z,ee,oe,se){B.tag=null,B.dump=ae,M(B,ae,!1)||M(B,ae,!0);let Be=n.call(B.dump),we=Z;Z&&(Z=B.flowLevel<0||B.flowLevel>U);let Ue=Be==="[object Object]"||Be==="[object Array]",He,Nt;if(Ue&&(He=B.duplicates.indexOf(ae),Nt=He!==-1),(B.tag!==null&&B.tag!=="?"||Nt||B.indent!==2&&U>0)&&(ee=!1),Nt&&B.usedDuplicates[He])B.dump="*ref_"+He;else{if(Ue&&Nt&&!B.usedDuplicates[He]&&(B.usedDuplicates[He]=!0),Be==="[object Object]")Z&&Object.keys(B.dump).length!==0?(A(B,U,B.dump,ee),Nt&&(B.dump="&ref_"+He+B.dump)):(Nr(B,U,B.dump),Nt&&(B.dump="&ref_"+He+" "+B.dump));else if(Be==="[object Array]")Z&&B.dump.length!==0?(B.noArrayIndent&&!se&&U>0?Ut(B,U-1,B.dump,ee):Ut(B,U,B.dump,ee),Nt&&(B.dump="&ref_"+He+B.dump)):(lr(B,U,B.dump),Nt&&(B.dump="&ref_"+He+" "+B.dump));else if(Be==="[object String]")B.tag!=="?"&&je(B,B.dump,U,oe,we);else{if(Be==="[object Undefined]")return!1;if(B.skipInvalid)return!1;throw new s("unacceptable kind of an object to dump "+Be)}if(B.tag!==null&&B.tag!=="?"){let mr=encodeURI(B.tag[0]==="!"?B.tag.slice(1):B.tag).replace(/!/g,"%21");B.tag[0]==="!"?mr="!"+mr:mr.slice(0,18)==="tag:yaml.org,2002:"?mr="!!"+mr.slice(18):mr="!<"+mr+">",B.dump=mr+" "+B.dump}}return!0}function X(B,U){let ae=[],Z=[];$(B,ae,Z);let ee=Z.length;for(let oe=0;oe<ee;oe+=1)U.duplicates.push(ae[Z[oe]]);U.usedDuplicates=new Array(ee)}function $(B,U,ae){if(B!==null&&typeof B=="object"){let Z=U.indexOf(B);if(Z!==-1)ae.indexOf(Z)===-1&&ae.push(Z);else if(U.push(B),Array.isArray(B))for(let ee=0,oe=B.length;ee<oe;ee+=1)$(B[ee],U,ae);else{let ee=Object.keys(B);for(let oe=0,se=ee.length;oe<se;oe+=1)$(B[ee[oe]
`:""}e.exports.dump=le})),xK=DOe(yr(((t,e)=>{var r=MOe(),s=LOe();function i(n,o){return function(){throw new Error("Function yaml."+n+" is removed in js-yaml 4. Use yaml."+o+" instead, which is now safe by default.")}}e.exports.Type=Mi(),e.exports.Schema=lK(),e.exports.FAILSAFE_SCHEMA=fK(),e.exports.JSON_SCHEMA=yK(),e.exports.CORE_SCHEMA=EK(),e.exports.DEFAULT_SCHEMA=$D(),e.exports.load=r.load,e.exports.loadAll=r.loadAll,e.exports.dump=s.dump,e.exports.YAMLException=oC(),e.exports.types={binary:bK(),float:gK(),map:dK(),null:pK(),pairs:SK(),set:BK(),timestamp:CK(),bool:AK(),int:mK(),merge:IK(),omap:wK(),seq:hK(),str:uK()},e.exports.safeLoad=i("safeLoad","load"),e.exports.safeLoadAll=i("safeLoadAll","loadAll"),e.exports.safeDump=i("safeDump","dump")}))(),1),{Type:jQt,Schema:JQt,FAILSAFE_SCHEMA:YQt,JSON_SCHEMA:WQt,CORE_SCHEMA:KQt,DEFAULT_SCHEMA:XQt,load:NK,loadAll:ZQt,dump:ePt,YAMLException:tPt,types:rPt,safeLoad:sPt,safeLoadAll:iPt,safeDump:nPt}=xK.default,oPt=xK.default;var vK=F(require("os"),1);function nu(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}function jD(t){return Object.keys(t).length?{title:t.title,file:t.file,line:t.startLine,endLine:t.endLine,col:t.startColumn,endColumn:t.endColumn}:{}}function ou(t,e,r){let s=new JD(t,e,r);process.stdout.write(s.toString()+vK.EOL)}function YD(t,e=""){ou(t,{},e)}var RK="::",JD=class{constructor(e,r,s){e||(e="missing.command"),this.command=e,this.properties=r,this.message=s}toString(){let e=RK+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 i=this.properties[s];i&&(r?r=!1:e+=",",e+=`${s}=${qOe(i)}`)}}return e+=`${RK}${UOe(this.message)}`,e}};function UOe(t){return nu(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function qOe(t){return nu(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}var TK=F(require("crypto"),1),kS=F(require("fs"),1),DS=F(require("os"),1);function MS(t,e){let r=process.env[`GITHUB_${t}`];if(!r)throw new Error(`Unable to find environment variable for file command ${t}`);if(!kS.existsSync(r))throw new Error(`Missing file at path: ${r}`);kS.appendFileSync(r,`${nu(e)}${DS.EOL}`,{encoding:"utf8"})}function WD(t,e){let r=`ghadelimiter_${TK.randomUUID()}`,s=nu(e);if(t.includes(r))throw new Error(`Unexpected input: name should not contain the delimiter "${r}"`);if(s.includes(r))throw new Error(`Unexpected input: value should not contain the delimiter "${r}"`);return`${t}<<${r}${DS.EOL}${s}${DS.EOL}${r}`}var k2=F(require("os"),1),Bne=F(require("path"),1);var cI=F(require("http"),1),w2=F(require("https"),1);function KD(t){let e=t.protocol==="https:";if(GOe(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 LS(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new LS(`http://${r}`)}else return}function GOe(t){if(!t.hostname)return!1;let e=t.hostname;if(HOe(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 i=[t.hostname.toUpperCase()];typeof s=="number"&&i.push(`${i[0]}:${s}`);for(let n of r.split(",").map(o=>o.trim().toUpperCase()).filter(o=>o))if(n==="*"||i.some(o=>o===n||o.endsWith(`.${n}`)||n.startsWith(".")&&o.endsWith(`${n}`)))return!0;return!1}function HOe(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}var LS=class extends URL{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 od=F(aC(),1),ine=F($m(),1),ts=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(
Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}function pI(t,e){if(process.env.GITHUB_OUTPUT||"")return MS("OUTPUT",WD(t,e));process.stdout.write(k2.EOL),ou("set-output",{name:t},nu(e))}function xne(t){process.exitCode=D2.Failure,Ym(t)}function wu(){return process.env.RUNNER_DEBUG==="1"}function k(t){ou("debug",{},t)}function Ym(t,e={}){ou("error",jD(e),t instanceof Error?t.toString():t)}function Zt(t,e={}){ou("warning",jD(e),t instanceof Error?t.toString():t)}function W(t){process.stdout.write(t+k2.EOL)}function wVe(t){YD("group",t)}function SVe(){YD("endgroup")}function Cr(t,e){return bVe(this,void 0,void 0,function*(){wVe(t);let r;try{r=yield e()}finally{SVe()}return r})}function Bn(t,e){if(process.env.GITHUB_STATE||"")return MS("STATE",WD(t,e));ou("save-state",{name:t},nu(e))}function Nne(t){return process.env[`STATE_${t}`]||""}var UT=F(require("fs"),1),V3=F(require("os"),1),z3=F(require("path"),1);var vne=F(require("os"),1);function AI(t){return t==null?"":typeof t=="string"||t instanceof String?t:JSON.stringify(t)}function Tne(t,e,r){let s=new M2(t,e,r);process.stdout.write(s.toString()+vne.EOL)}var Rne="::",M2=class{constructor(e,r,s){e||(e="missing.command"),this.command=e,this.properties=r,this.message=s}toString(){let e=Rne+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 i=this.properties[s];i&&(r?r=!1:e+=",",e+=`${s}=${xVe(i)}`)}}return e+=`${Rne}${BVe(this.message)}`,e}};function BVe(t){return AI(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function xVe(t){return AI(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}var One=F(require("os"),1);var Qne=require("os"),mI=require("fs"),L2=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},{access:NVe,appendFile:RVe,writeFile:vVe}=mI.promises,_ne="GITHUB_STEP_SUMMARY";var F2=class{constructor(){this._buffer=""}filePath(){return L2(this,void 0,void 0,function*(){if(this._filePath)return this._filePath;let e=process.env[_ne];if(!e)throw new Error(`Unable to find environment variable for $${_ne}. Check if your runtime environment supports job summaries.`);try{yield NVe(e,mI.constants.R_OK|mI.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 i=Object.entries(s).map(([n,o])=>` ${n}="${o}"`).join("");return r?`<${e}${i}>${r}</${e}>`:`<${e}${i}>`}write(e){return L2(this,void 0,void 0,function*(){let r=!!e?.overwrite,s=yield this.filePath();return yield(r?vVe:RVe)(s,this._buffer,{encoding:"utf8"}),this.emptyBuffer()})}clear(){return L2(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(Qne.EOL)}addCodeBlock(e,r){let s=Object.assign({},r&&{lang:r}),i=this.wrap("pre",this.wrap("code",e),s);return this.addRaw(i).addEOL()}addList(e,r=!1){let s=r?"ol":"ul",i=e.map(o=>this.wrap("li",o)).join(""),n=this.wrap(s,i);return this.addRaw(n).addEOL()}addTable(e){let r=e.map(i=>{let n=i.map(o=>{if(typeof o=="string")return this.wrap("td",o);let{header:a,data:c,colspan:l,rowspan:u}=o,h=a?"th":"td",d=Object.assign(Object.assign({},l&&{colspan:l}),u&&{rowspan:u});return this.wrap(h,c,d)}).join("");return this.wrap("tr",n)}).join(""),s=this.wrap("table",r);return this.addRaw(s).addEOL()}addDetails(e,r){let s=this.wrap("details",this.wrap("summary",e)+r);return this.addRaw(s).addEOL()}addImage(e,r,s){let{width:i,height:n}=s||{},o=Object.assign(Object.assign({}
`),e=e.replace(/\r/g,`
`));let i=e.split(`
2026-06-03 22:14:37 +00:00
`).map(n=>n.trim());for(let n of i)!n||n.startsWith("#")||s.patterns.push(new vI(n));return s.searchPaths.push(...CF(s.patterns)),s})}static stat(e,r,s){return BF(this,void 0,void 0,function*(){let i;if(r.followSymbolicLinks)try{i=yield rg.promises.stat(e.path)}catch(n){if(n.code==="ENOENT"){if(r.omitBrokenSymbolicLinks){Wo(`Broken symlink '${e.path}'`);return}throw new Error(`No information found for the path '${e.path}'. This may indicate a broken symbolic link.`)}throw n}else i=yield rg.promises.lstat(e.path);if(i.isDirectory()&&r.followSymbolicLinks){let n=yield rg.promises.realpath(e.path);for(;s.length>=e.level;)s.pop();if(s.some(o=>o===n)){Wo(`Symlink cycle detected for path '${e.path}' and realpath '${n}'`);return}s.push(n)}return i})}};var mje=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})};function dce(t,e){return mje(this,void 0,void 0,function*(){return yield sN.create(t,e)})}var EN=F(require("crypto"),1),og=F(require("fs"),1),ip=F(require("path"),1),nue=F(sue(),1),oue=F(require("util"),1);var kI;(function(t){t.Gzip="cache.tgz",t.Zstd="cache.tzst"})(kI||(kI={}));var zi;(function(t){t.Gzip="gzip",t.ZstdWithoutLong="zstd-without-long",t.Zstd="zstd"})(zi||(zi={}));var lo;(function(t){t.GNU="gnu",t.BSD="bsd"})(lo||(lo={}));var gN=2,yN=5e3,$F=5e3,jF=`${process.env.PROGRAMFILES}\\Git\\usr\\bin\\tar.exe`,iue=`${process.env.SYSTEMDRIVE}\\Windows\\System32\\tar.exe`,MI="cache.tar",JF="manifest.txt",e2t=10*Math.pow(1024,3);var ng=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},wYe=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(n){r[n]=t[n]&&function(o){return new Promise(function(a,c){o=t[n](o),i(a,c,o.done,o.value)})}}function i(n,o,a,c){Promise.resolve(c).then(function(l){n({value:l,done:a})},o)}},SYe="1.0";function LI(){return ng(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=ip.join(s,"actions","temp")}let r=ip.join(e,EN.randomUUID());return yield bu(r),r})}function Mc(t){return og.statSync(t).size}function YF(t){return ng(this,void 0,void 0,function*(){var e,r,s,i,n;let o=[],a=(n=process.env.GITHUB_WORKSPACE)!==null&&n!==void 0?n:process.cwd(),c=yield dce(t.join(`
`),{implicitDescendants:!1});try{for(var l=!0,u=wYe(c.globGenerator()),h;h=yield u.next(),e=h.done,!e;l=!0){i=h.value,l=!1;let f=ip.relative(a,i).replace(new RegExp(`\\${ip.sep}`,"g"),"/");k(`Matched: ${f}`),f===""?o.push("."):o.push(`${f}`)}}catch(d){r={error:d}}finally{try{!l&&!e&&(s=u.return)&&(yield s.call(u))}finally{if(r)throw r.error}}return o})}function FI(t){return ng(this,void 0,void 0,function*(){return oue.promisify(og.unlink)(t)})}function aue(t){return ng(this,arguments,void 0,function*(e,r=[]){let s="";r.push("--version"),k(`Checking ${e} ${r.join(" ")}`);try{yield ao(`${e}`,r,{ignoreReturnCode:!0,silent:!0,listeners:{stdout:i=>s+=i.toString(),stderr:i=>s+=i.toString()}})}catch(i){k(i.message)}return s=s.trim(),k(s),s})}function UI(){return ng(this,void 0,void 0,function*(){let t=yield aue("zstd",["--quiet"]),e=nue.clean(t);return k(`zstd version: ${e}`),t===""?zi.Gzip:zi.ZstdWithoutLong})}function pd(t){return t===zi.Gzip?kI.Gzip:kI.Zstd}function cue(){return ng(this,void 0,void 0,function*(){return og.existsSync(jF)?jF:(yield aue("tar")).toLowerCase().includes("gnu tar")?ii("tar"):""})}function WF(t,e){if(e===void 0)throw Error(`Expected ${t} but value was undefiend`);return e}function ag(t,e,r=!1){let s=t.slice();return e&&s.push(e),process.platform==="win32"&&!r&&s.push("windows-only"),s.push(SYe),EN.createHash("sha256").update(s.join("|")).digest("hex")}function lue(){let t=process.env.ACTIONS_RUNTIME_TOKEN;if(!t)throw new Error("Unable to get the ACTIONS_RUNTIME_TOKEN env variable");return t}var GI=F(require("http"),1),ZF=F(require("https"),1);function KF(t){let e=t.protocol==="https:";if(BYe(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 IN(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new IN(`http://${r}`)}else return}function BYe(t){if(!t.hostname)return!1;let e=t.hostname;if(xYe(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 i=[t.hostname.toUpperCase()];typeof s=="number"&&i.push(`${i[0]}:${s}`);for(let n of r.split(",").map(o=>o.trim().toUpperCase()).filter(o=>o))if(n==="*"||i.some(o=>o===n||o.endsWith(`.${n}`)||n.startsWith(".")&&o.endsWith(`${n}`)))return!0;return!1}function xYe(t){let e=t.toLowerCase();return e==="localhost"||e.startsWith("127.")||e.startsWith("[::1]")||e.startsWith("[0:0:0:0:0:0:0:1]")}var IN=class extends URL{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 Ad=F(aC(),1),uue=F($m(),1),rs=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},Ur;(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]="MethodNotAllowed",t[t.NotAcceptable=406]="NotAcceptable",t[t.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",t[t.RequestTimeout=408]="RequestTimeout",t[t.Conflict=409]="Conflict",t[t.Gone=410]="Gone",t[t.TooManyRequests=429]="TooManyRequests",t[t.InternalServerError=500]="InternalServerError",t[t.NotImplemented=501]="NotImplemented",t[t.BadGateway=502]="BadGateway",t[t.ServiceUnavailable=503]="
${qYe.sanitize({...this,request:{...this.request,agent:s},response:this.response})}`,enumerable:!1}),Object.setPrototypeOf(this,t.prototype)}};function NN(t){return t instanceof ji?!0:op(t)&&t.name==="RestError"}function xn(t,e){return Buffer.from(t,e)}var RN=F(require("node:http"),1),vN=F(require("node:https"),1),lU=F(require("node:zlib"),1),Rue=require("node:stream");var Zo=HI("ts-http-runtime");var GYe={};function VI(t){return t&&typeof t.pipe=="function"}function Nue(t){return t.readable===!1?Promise.resolve():new Promise(e=>{let r=()=>{e(),t.removeListener("close",r),t.removeListener("end",r),t.removeListener("error",r)};t.on("close",r),t.on("end",r),t.on("error",r)})}function vue(t){return t&&typeof t.byteLength=="number"}var TN=class extends Rue.Transform{loadedBytes=0;progressCallback;_transform(e,r,s){this.push(e),this.loadedBytes+=e.length;try{this.progressCallback({loadedBytes:this.loadedBytes}),s()}catch(i){s(i)}}constructor(e){super(),this.progressCallback=e}},uU=class{cachedHttpAgent;cachedHttpsAgents=new WeakMap;async sendRequest(e){let r=new AbortController,s;if(e.abortSignal){if(e.abortSignal.aborted)throw new Fc("The operation was aborted. Request has already been canceled.");s=l=>{l.type==="abort"&&r.abort()},e.abortSignal.addEventListener("abort",s)}let i;e.timeout>0&&(i=setTimeout(()=>{let l=new Ka;Zo.info(`request to '${l.sanitizeUrl(e.url)}' timed out. canceling...`),r.abort()},e.timeout));let n=e.headers.get("Accept-Encoding"),o=n?.includes("gzip")||n?.includes("deflate"),a=typeof e.body=="function"?e.body():e.body;if(a&&!e.headers.has("Content-Length")){let l=$Ye(a);l!==null&&e.headers.set("Content-Length",l)}let c;try{if(a&&e.onUploadProgress){let p=e.onUploadProgress,g=new TN(p);g.on("error",C=>{Zo.error("Error in upload progress",C)}),VI(a)?a.pipe(g):g.end(a),a=g}let l=await this.makeRequest(e,r,a);i!==void 0&&clearTimeout(i);let u=HYe(l),d={status:l.statusCode??0,headers:u,request:e};if(e.method==="HEAD")return l.resume(),d;c=o?VYe(l,u):l;let f=e.onDownloadProgress;if(f){let p=new TN(f);p.on("error",g=>{Zo.error("Error in download progress",g)}),c.pipe(p),c=p}return e.streamResponseStatusCodes?.has(Number.POSITIVE_INFINITY)||e.streamResponseStatusCodes?.has(d.status)?d.readableStreamBody=c:d.bodyAsText=await zYe(c),d}finally{if(e.abortSignal&&s){let l=Promise.resolve();VI(a)&&(l=Nue(a));let u=Promise.resolve();VI(c)&&(u=Nue(c)),Promise.all([l,u]).then(()=>{s&&e.abortSignal?.removeEventListener("abort",s)}).catch(h=>{Zo.warning("Error when cleaning up abortListener on httpRequest",h)})}}}makeRequest(e,r,s){let i=new URL(e.url),n=i.protocol!=="https:";if(n&&!e.allowInsecureConnection)throw new Error(`Cannot connect to ${e.url} while allowInsecureConnection is false.`);let a={agent:e.agent??this.getOrCreateAgent(e,n),hostname:i.hostname,path:`${i.pathname}${i.search}`,port:i.port,method:e.method,headers:e.headers.toJSON({preserveCase:!0}),...e.requestOverrides};return new Promise((c,l)=>{let u=n?RN.default.request(a,c):vN.default.request(a,c);u.once("error",h=>{l(new ji(h.message,{code:h.code??ji.REQUEST_SEND_ERROR,request:e}))}),r.signal.addEventListener("abort",()=>{let h=new Fc("The operation was aborted. Rejecting from abort signal callback while making request.");u.destroy(h),l(h)}),s&&VI(s)?s.pipe(u):s?typeof s=="string"||Buffer.isBuffer(s)?u.end(s):vue(s)?u.end(ArrayBuffer.isView(s)?Buffer.from(s.buffer):Buffer.from(s)):(Zo.error("Unrecognized body type",s),l(new ji("Unrecognized body type"))):u.end()})}getOrCreateAgent(e,r){let s=e.disableKeepAlive;if(r)return s?RN.default.globalAgent:(this.cachedHttpAgent||(this.cachedHttpAgent=new RN.default.Agent({keepAlive:!0})),this.cachedHttpAgent);{if(s&&!e.tlsSettings)return vN.default.globalAgent;let i=e.tlsSettings??GYe,n=this.cachedHttpsAgents.get(i);return n&&n.options.keepAlive===!s||(Zo.info("No cached TLS Agent exist, creating a new Agent"),n=new vN.default.Agent({keepAlive:!s,...i}),this.cachedHttpsAgents.set(i,n)),n}}};function HYe(t){let e=uo();for(let r of Object.keys(t.headers)){let s=t.headers[r];Array.isArray(s)?s.length>0&&e.set(
`;return e}function SWe(t){return t instanceof Uint8Array?t.byteLength:ZN(t)?t.size===-1?void 0:t.size:void 0}function BWe(t){let e=0;for(let r of t){let s=SWe(r);if(s===void 0)return;e+=s}return e}async function xWe(t,e,r){let s=[xn(`--${r}`,"utf-8"),...e.flatMap(n=>[xn(`\r
`,"utf-8"),xn(wWe(n.headers),"utf-8"),xn(`\r
`,"utf-8"),n.body,xn(`\r
--${r}`,"utf-8")]),xn(`--\r
\r
2026-06-03 22:14:37 +00:00
`,"utf-8")],i=BWe(s);i&&t.headers.set("Content-Length",i),t.body=await _he(s)}var JI="multipartPolicy",NWe=70,RWe=new Set("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'()+,-./:=?");function vWe(t){if(t.length>NWe)throw new Error(`Multipart boundary "${t}" exceeds maximum length of 70 characters`);if(Array.from(t).some(e=>!RWe.has(e)))throw new Error(`Multipart boundary "${t}" contains invalid characters`)}function tR(){return{name:JI,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",i=s.match(/^(multipart\/[^ ;]+)(?:; *boundary=(.+))?$/);if(!i)throw new Error(`Got multipart request body, but content-type header was not multipart: ${s}`);let[,n,o]=i;if(o&&r&&o!==r)throw new Error(`Multipart boundary was specified as ${o} in the header, but got ${r} in the request body`);return r??=o,r?vWe(r):r=bWe(),t.headers.set("Content-Type",`${n}; boundary=${r}`),await xWe(t,t.multipartBody.parts,r),t.multipartBody=void 0,e(t)}}}function rR(){return xN()}var Qhe=wN({logLevelEnvVarName:"AZURE_LOG_LEVEL",namespace:"azure"}),Fqt=Qhe.logger;function Gc(t){return Qhe.createClientLogger(t)}var Hc=Gc("core-rest-pipeline");function TU(t={}){return QN({logger:Hc.info,...t})}var _U=PN;function QU(t={}){return ON(t)}var sR=F(require("node:os"),1),iR=F(require("node:process"),1);function Phe(){return"User-Agent"}async function Ohe(t){if(iR.default&&iR.default.versions){let e=`${sR.default.type()} ${sR.default.release()}; ${sR.default.arch()}`,r=iR.default.versions;r.bun?t.set("Bun",`${r.bun} (${e})`):r.deno?t.set("Deno",`${r.deno} (${e})`):r.node&&t.set("Node",`${r.node} (${e})`)}}var nR="1.22.2";function MWe(t){let e=[];for(let[r,s]of t){let i=s?`${r}/${s}`:r;e.push(i)}return e.join(" ")}function Dhe(){return Phe()}async function oR(t){let e=new Map;e.set("core-rest-pipeline",nR),await Ohe(e);let r=MWe(e);return t?`${t} ${r}`:r}var khe=Dhe(),Mhe="userAgentPolicy";function PU(t={}){let e=oR(t.userAgentPrefix);return{name:Mhe,async sendRequest(r,s){return r.headers.has(khe)||r.headers.set(khe,await e),s(r)}}}var Ao=class extends Error{constructor(e){super(e),this.name="AbortError"}};function OU(t,e){let{cleanupBeforeAbort:r,abortSignal:s,abortErrorMsg:i}=e??{};return new Promise((n,o)=>{function a(){o(new Ao(i??"The operation was aborted."))}function c(){s?.removeEventListener("abort",l)}function l(){r?.(),c(),a()}if(s?.aborted)return a();try{t(u=>{c(),n(u)},u=>{c(),o(u)})}catch(u){o(u)}s?.addEventListener("abort",l)})}var GWe="The delay was aborted.";function YI(t,e){let r,{abortSignal:s,abortErrorMsg:i}=e??{};return OU(n=>{r=setTimeout(n,t)},{cleanupBeforeAbort:()=>clearTimeout(r),abortSignal:s,abortErrorMsg:i??GWe})}function gd(t){if(op(t))return t.message;{let e;try{typeof t=="object"&&t?e=JSON.stringify(t):e=String(t)}catch{e="[unable to stringify input]"}return`Unknown error ${e}`}}function Lhe(t){return op(t)}function mg(){return np()}var $t=lp;var Fhe=Symbol("rawContent");function kU(t){return typeof t[Fhe]=="function"}function Uhe(t){return kU(t)?t[Fhe]():t}var aR=JI;function MU(){let t=tR();return{name:aR,sendRequest:async(e,r)=>{if(e.multipartBody)for(let s of e.multipartBody.parts)kU(s.body)&&(s.body=Uhe(s.body));return t.sendRequest(e,r)}}}var LU=DN;function FU(){return kN()}function UU(t={}){return FN(t)}function qU(){return UN()}function yd(t){return BU(t)}function GU(t,e){return WN(t,e)}var qhe="setClientRequestIdPolicy";function HU(t="x-ms-client-request-id"){return{name:qhe,async sendRequest(e,r){return e.headers.has(t)||e.headers.set(t,e.requestId),r(e)}}}function VU(t){return KN(t)}function zU(t){return XN(t)}var gg={span:Symbol.for("@azure/core-tracing span"),namespace:Symbol.for("@azure/core-tracing namespace")};function Ghe(t={}){let e=new $U(t.parentContext);return t.span&&(e=e.setValue(gg.span,t.span)),t.namespace&&(e=e.setValue(gg.namespace,t.namespace)),e}var $U=class t{_contextMap;constructor(e){this._contextMap=e instanceof t
`&&t[n]!=="\r";n++)c+=t[n];if(c=c.trim(),c[c.length-1]==="/"&&(c=c.substring(0,c.length-1),n--),!dXe(c)){let h;return c.trim().length===0?h="Invalid space after '<'.":h="Tag '"+c+"' is an invalid name.",ss("InvalidTag",h,Ji(t,n))}let l=aXe(t,n);if(l===!1)return ss("InvalidAttr","Attributes for '"+c+"' have open quote.",Ji(t,n));let u=l.value;if(n=l.index,u[u.length-1]==="/"){let h=n-u.length;u=u.substring(0,u.length-1);let d=Bde(u,e);if(d===!0)s=!0;else return ss(d.err.code,d.err.msg,Ji(t,h+d.err.line))}else if(a)if(l.tagClosed){if(u.trim().length>0)return ss("InvalidTag","Closing tag '"+c+"' can't have attributes or invalid starting.",Ji(t,o));if(r.length===0)return ss("InvalidTag","Closing tag '"+c+"' has not been opened.",Ji(t,o));{let h=r.pop();if(c!==h.tagName){let d=Ji(t,h.tagStartPos);return ss("InvalidTag","Expected closing tag '"+h.tagName+"' (opened in line "+d.line+", col "+d.col+") instead of closing tag '"+c+"'.",Ji(t,o))}r.length==0&&(i=!0)}}else return ss("InvalidTag","Closing tag '"+c+"' doesn't have proper closing.",Ji(t,n));else{let h=Bde(u,e);if(h!==!0)return ss(h.err.code,h.err.msg,Ji(t,n-u.length+h.err.line));if(i===!0)return ss("InvalidXml","Multiple possible root nodes found.",Ji(t,n));e.unpairedTags.indexOf(c)!==-1||r.push({tagName:c,tagStartPos:o}),s=!0}for(n++;n<t.length;n++)if(t[n]==="<")if(t[n+1]==="!"){n++,n=Sde(t,n);continue}else if(t[n+1]==="?"){if(n=wde(t,++n),n.err)return n}else break;else if(t[n]==="&"){let h=uXe(t,n);if(h==-1)return ss("InvalidChar","char '&' is not expected.",Ji(t,n));n=h}else if(i===!0&&!bde(t[n]))return ss("InvalidXml","Extra text at the end",Ji(t,n));t[n]==="<"&&n--}}else{if(bde(t[n]))continue;return ss("InvalidChar","char '"+t[n]+"' is not expected.",Ji(t,n))}if(s){if(r.length==1)return ss("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",Ji(t,r[0].tagStartPos));if(r.length>0)return ss("InvalidXml","Invalid '"+JSON.stringify(r.map(n=>n.tagName),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1})}else return ss("InvalidXml","Start tag expected.",1);return!0}function bde(t){return t===" "||t===" "||t===`
`||t==="\r"}function wde(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 ss("InvalidXml","XML declaration allowed only at the start of the document.",Ji(t,e));if(t[e]=="?"&&t[e+1]==">"){e++;break}else continue}return e}function Sde(t,e){if(t.length>e+5&&t[e+1]==="-"&&t[e+2]==="-"){for(e+=3;e<t.length;e++)if(t[e]==="-"&&t[e+1]==="-"&&t[e+2]===">"){e+=2;break}}else if(t.length>e+8&&t[e+1]==="D"&&t[e+2]==="O"&&t[e+3]==="C"&&t[e+4]==="T"&&t[e+5]==="Y"&&t[e+6]==="P"&&t[e+7]==="E"){let r=1;for(e+=8;e<t.length;e++)if(t[e]==="<")r++;else if(t[e]===">"&&(r--,r===0))break}else if(t.length>e+9&&t[e+1]==="["&&t[e+2]==="C"&&t[e+3]==="D"&&t[e+4]==="A"&&t[e+5]==="T"&&t[e+6]==="A"&&t[e+7]==="["){for(e+=8;e<t.length;e++)if(t[e]==="]"&&t[e+1]==="]"&&t[e+2]===">"){e+=2;break}}return e}var nXe='"',oXe="'";function aXe(t,e){let r="",s="",i=!1;for(;e<t.length;e++){if(t[e]===nXe||t[e]===oXe)s===""?s=t[e]:s!==t[e]||(s="");else if(t[e]===">"&&s===""){i=!0;break}r+=t[e]}return s!==""?!1:{value:r,index:e,tagClosed:i}}var cXe=new RegExp(`(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['"])(([\\s\\S])*?)\\5)?`,"g");function Bde(t,e){let r=yR(t,cXe),s={};for(let i=0;i<r.length;i++){if(r[i][1].length===0)return ss("InvalidAttr","Attribute '"+r[i][2]+"' has no space in starting.",a0(r[i]));if(r[i][3]!==void 0&&r[i][4]===void 0)return ss("InvalidAttr","Attribute '"+r[i][2]+"' is without value.",a0(r[i]));if(r[i][3]===void 0&&!e.allowBooleanAttributes)return ss("InvalidAttr","boolean attribute '"+r[i][2]+"' is not allowed.",a0(r[i]));let n=r[i][2];if(!hXe(n))return ss("InvalidAttr","Attribute '"+n+"' is an invalid name.",a0(r[i]));if(!Object.prototype.hasOwnProperty.call(s,n))s[n]=1;else return ss("InvalidAttr","Attribute '"+n+"' is repeated.",a0(r[i]))}return!0}function lXe(t,e){let r=/\d/;for(t[e]==="x"&&(e++,r=/[\da-fA-F]/);e<t.length;e++){if(t[e]===";")return e;if(!t[e].match(r))break}return-1}function uXe(t,e){if(e++,t[e]===";")return-1;if(t[e]==="#")return e++,lXe(t,e);let r=0;for(;e<t.length;e++,r++)if(!(t[e].match(/\w/)&&r<20)){if(t[e]===";")break;return-1}return e}function ss(t,e,r){return{err:{code:t,msg:e,line:r.line||r,col:r.col}}}function hXe(t){return uq(t)}function dXe(t){return uq(t)}function Ji(t,e){let r=t.substring(0,e).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}function a0(t){return t.startIndex+t[1].length}var xde={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"},Nde={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",ntilde:"\xF1",Ograve:"\xD2",ograve:"\xF2",Oacute:"\xD3",oacute:"\xF3",Ocirc:"\xD4",ocirc:"\xF4",Otilde:"\xD5",otilde:"\xF5",Ouml:"\xD6",ouml:"\xF6",Oslash:"\xD8",oslash:"\xF8",Ugrave:"\xD9",ugrave:"\xF9",Uacute:"\xDA",uacute:"\xFA",Ucirc:"\xDB",ucirc:"\xFB",Uuml:"\xDC",uuml:"\xFC",Yacute:"\xDD",yacute:"\xFD",THORN:"\xDE",tho
`);let e=new Tn("!xml"),r=e,s="";this.matcher.reset(),this.entityDecoder.reset(),this.entityExpansionCount=0,this.currentExpandedLength=0;let i=this.options,n=new u0(i.processEntities),o=t.length;for(let a=0;a<o;a++)if(t[a]==="<"){let l=t.charCodeAt(a+1);if(l===47){let u=bg(t,">",a,"Closing Tag is not closed."),h=t.substring(a+2,u).trim();if(i.removeNSPrefix){let f=h.indexOf(":");f!==-1&&(h=h.substr(f+1))}h=yq(i.transformTagName,h,"",i).tagName,r&&(s=this.saveTextToParentTag(s,r,this.readonlyMatcher));let d=this.matcher.getCurrentTag();if(h&&i.unpairedTagsSet.has(h))throw new Error(`Unpaired tag can not be used as closing tag: </${h}>`);d&&i.unpairedTagsSet.has(d)&&(this.matcher.pop(),this.tagsNodeStack.pop()),this.matcher.pop(),this.isCurrentNodeStopNode=!1,r=this.tagsNodeStack.pop(),s="",a=u}else if(l===63){let u=Eq(t,a,!1,"?>");if(!u)throw new Error("Pi Tag is not closed.");s=this.saveTextToParentTag(s,r,this.readonlyMatcher);let h=this.buildAttributesMap(u.tagExp,this.matcher,u.tagName,!0);if(h){let d=h[this.options.attributeNamePrefix+"version"];this.entityDecoder.setXmlVersion(Number(d)||1),n.setXmlVersion(Number(d)||1)}if(!(i.ignoreDeclaration&&u.tagName==="?xml"||i.ignorePiTags)){let d=new Tn(u.tagName);d.add(i.textNodeName,""),u.tagName!==u.tagExp&&u.attrExpPresent&&i.ignoreAttributes!==!0&&(d[":@"]=h),this.addChild(r,d,this.readonlyMatcher,a)}a=u.closeIndex+1}else if(l===33&&t.charCodeAt(a+2)===45&&t.charCodeAt(a+3)===45){let u=bg(t,"-->",a+4,"Comment is not closed.");if(i.commentPropName){let h=t.substring(a+4,u-2);s=this.saveTextToParentTag(s,r,this.readonlyMatcher),r.add(i.commentPropName,[{[i.textNodeName]:h}])}a=u}else if(l===33&&t.charCodeAt(a+2)===68){let u=n.readDocType(t,a);this.entityDecoder.addInputEntities(u.entities),a=u.i}else if(l===33&&t.charCodeAt(a+2)===91){let u=bg(t,"]]>",a,"CDATA is not closed.")-2,h=t.substring(a+9,u);s=this.saveTextToParentTag(s,r,this.readonlyMatcher);let d=this.parseTextData(h,r.tagname,this.readonlyMatcher,!0,!1,!0,!0);d==null&&(d=""),i.cdataPropName?r.add(i.cdataPropName,[{[i.textNodeName]:h}]):r.add(i.textNodeName,d),a=u+2}else{let u=Eq(t,a,i.removeNSPrefix);if(!u){let Q=t.substring(Math.max(0,a-50),Math.min(o,a+50));throw new Error(`readTagExp returned undefined at position ${a}. Context: "${Q}"`)}let h=u.tagName,d=u.rawTagName,f=u.tagExp,p=u.attrExpPresent,g=u.closeIndex;if({tagName:h,tagExp:f}=yq(i.transformTagName,h,f,i),i.strictReservedNames&&(h===i.commentPropName||h===i.cdataPropName||h===i.textNodeName||h===i.attributesGroupName))throw new Error(`Invalid tag name: ${h}`);r&&s&&r.tagname!=="!xml"&&(s=this.saveTextToParentTag(s,r,this.readonlyMatcher,!1));let C=r;C&&i.unpairedTagsSet.has(C.tagname)&&(r=this.tagsNodeStack.pop(),this.matcher.pop());let E=!1;f.length>0&&f.lastIndexOf("/")===f.length-1&&(E=!0,h[h.length-1]==="/"?(h=h.substr(0,h.length-1),f=h):f=f.substr(0,f.length-1),p=h!==f);let I=null,S={},x;x=DXe(d),h!==e.tagname&&this.matcher.push(h,{},x),h!==f&&p&&(I=this.buildAttributesMap(f,this.matcher,h),I&&(S=OXe(I,i))),h!==e.tagname&&(this.isCurrentNodeStopNode=this.isItStopNode());let v=a;if(this.isCurrentNodeStopNode){let Q="";if(E)a=u.closeIndex;else if(i.unpairedTagsSet.has(h))a=u.closeIndex;else{let q=this.readStopNodeData(t,d,g+1);if(!q)throw new Error(`Unexpected end of ${d}`);a=q.i,Q=q.tagContent}let D=new Tn(h);I&&(D[":@"]=I),D.add(i.textNodeName,Q),this.matcher.pop(),this.isCurrentNodeStopNode=!1,this.addChild(r,D,this.readonlyMatcher,v)}else{if(E){({tagName:h,tagExp:f}=yq(i.transformTagName,h,f,i));let Q=new Tn(h);I&&(Q[":@"]=I),this.addChild(r,Q,this.readonlyMatcher,v),this.matcher.pop(),this.isCurrentNodeStopNode=!1}else if(i.unpairedTagsSet.has(h)){let Q=new Tn(h);I&&(Q[":@"]=I),this.addChild(r,Q,this.readonlyMatcher,v),this.matcher.pop(),this.isCurrentNodeStopNode=!1,a=u.closeIndex;continue}else{let Q=new Tn(h);if(this.tagsNodeStack.length>i.maxNestedTags)throw new Error("Maximum nested tags exceeded");this.tagsNodeStack.push(r),I&&(Q[":@"]=I),this.addChild(r,Q,this.readonlyMatcher,v),r=Q}s="",a=g}}}else s+=t[a];return e.child};function q
`;function ZXe(t,e){if(!Array.isArray(t)||t.length===0)return"1.0";let r=t[0];if(Bq(r)==="?xml"){let i=r[":@"];if(i){let n=e.attributeNamePrefix+"version";if(i[n])return i[n]}}return"1.0"}function Jde(t,e,r,s,i){return!r.sanitizeName||Ap(t,{xmlVersion:i})?t:r.sanitizeName(t,{isAttribute:e,matcher:s.readOnly()})}function Sq(t,e){let r="";e.format&&(r=XXe);let s=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(let o=0;o<e.stopNodes.length;o++){let a=e.stopNodes[o];typeof a=="string"?s.push(new yo(a)):a instanceof yo&&s.push(a)}let i=ZXe(t,e),n=new $c;return Yde(t,e,r,n,s,i)}function Yde(t,e,r,s,i,n){let o="",a=!1;if(e.maxNestedTags&&s.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(t!=null){let c=t.toString();return c=wq(c,e),c}return""}for(let c=0;c<t.length;c++){let l=t[c],u=Bq(l);if(u===void 0)continue;let d=u===e.textNodeName||u===e.cdataPropName||u===e.commentPropName||u[0]==="?"?u:Jde(u,!1,e,s,n),f=eZe(l[":@"],e);s.push(d,f);let p=rZe(s,i);if(d===e.textNodeName){let S=l[u];p||(S=e.tagValueProcessor(d,S),S=wq(S,e)),a&&(o+=r),o+=S,a=!1,s.pop();continue}else if(d===e.cdataPropName){a&&(o+=r);let S=l[u][0][e.textNodeName],x=BR(S);o+=`<![CDATA[${x}]]>`,a=!1,s.pop();continue}else if(d===e.commentPropName){let S=l[u][0][e.textNodeName],x=SR(S);o+=r+`<!--${x}-->`,a=!0,s.pop();continue}else if(d[0]==="?"){let S=jde(l[":@"],e,p,s,n);o+=(d==="?xml"?"":r)+`<${d}${S}?>`,a=!0,s.pop();continue}let g=r;g!==""&&(g+=e.indentBy);let C=jde(l[":@"],e,p,s,n),E=r+`<${d}${C}`,I;p?I=Wde(l[u],e):I=Yde(l[u],e,g,s,i,n),e.unpairedTags.indexOf(d)!==-1?e.suppressUnpairedNode?o+=E+">":o+=E+"/>":(!I||I.length===0)&&e.suppressEmptyNode?o+=E+"/>":I&&I.endsWith(">")?o+=E+`>${I}${r}</${d}>`:(o+=E+">",I&&r!==""&&(I.includes("/>")||I.includes("</"))?o+=r+e.indentBy+I+r:o+=I,o+=`</${d}>`),a=!0,s.pop()}return o}function eZe(t,e){if(!t||e.ignoreAttributes)return null;let r={},s=!1;for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;let n=i.startsWith(e.attributeNamePrefix)?i.substr(e.attributeNamePrefix.length):i;r[n]=Id(t[i]),s=!0}return s?r:null}function Wde(t,e){if(!Array.isArray(t))return t!=null?t.toString():"";let r="";for(let s=0;s<t.length;s++){let i=t[s],n=Bq(i);if(n===e.textNodeName)r+=i[n];else if(n===e.cdataPropName)r+=i[n][0][e.textNodeName];else if(n===e.commentPropName)r+=i[n][0][e.textNodeName];else{if(n&&n[0]==="?")continue;if(n){let o=tZe(i[":@"],e),a=Wde(i[n],e);!a||a.length===0?r+=`<${n}${o}/>`:r+=`<${n}${o}>${a}</${n}>`}}}return r}function tZe(t,e){let r="";if(t&&!e.ignoreAttributes)for(let s in t){if(!Object.prototype.hasOwnProperty.call(t,s))continue;let i=t[s];i===!0&&e.suppressBooleanAttributes?r+=` ${s.substr(e.attributeNamePrefix.length)}`:r+=` ${s.substr(e.attributeNamePrefix.length)}="${Id(i)}"`}return r}function Bq(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}}function jde(t,e,r,s,i){let n="";if(t&&!e.ignoreAttributes)for(let o in t){if(!Object.prototype.hasOwnProperty.call(t,o))continue;let a=o.substr(e.attributeNamePrefix.length),c=r?a:Jde(a,!0,e,s,i),l;r?l=t[o]:(l=e.attributeValueProcessor(o,t[o]),l=wq(l,e)),l===!0&&e.suppressBooleanAttributes?n+=` ${c}`:n+=` ${c}="${Id(l)}"`}return n}function rZe(t,e){if(!e||e.length===0)return!1;for(let r=0;r<e.length;r++)if(t.matches(e[r]))return!0;return!1}function wq(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}function xq(t){return typeof t=="function"?t:Array.isArray(t)?e=>{for(let r of t)if(typeof r=="string"&&e===r||r instanceof RegExp&&r.test(e))return!0}:()=>!1}var sZe={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","
`,this.newLine=`
2026-06-03 22:14:37 +00:00
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function iZe(t,e){let r=t["?xml"];if(r&&typeof r=="object"){if(e.attributesGroupName&&r[e.attributesGroupName]){let i=r[e.attributesGroupName][e.attributeNamePrefix+"version"];if(i)return i}let s=r[e.attributeNamePrefix+"version"];if(s)return s}return"1.0"}function Nq(t,e,r,s,i){return!r.sanitizeName||Ap(t,{xmlVersion:i})?t:r.sanitizeName(t,{isAttribute:e,matcher:s.readOnly()})}Qn.prototype.build=function(t){if(this.options.preserveOrder)return Sq(t,this.options);{Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t});let e=new $c,r=iZe(t,this.options);return this.j2x(t,0,e,r).val}};Qn.prototype.j2x=function(t,e,r,s){let i="",n="";if(this.options.maxNestedTags&&r.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");let o=this.options.jPath?r.toString():r,a=this.checkStopNode(r);for(let c in t){if(!Object.prototype.hasOwnProperty.call(t,c))continue;let u=c===this.options.textNodeName||c===this.options.cdataPropName||c===this.options.commentPropName||this.options.attributesGroupName&&c===this.options.attributesGroupName||this.isAttribute(c)||c[0]==="?"?c:Nq(c,!1,this.options,r,s);if(typeof t[c]>"u")this.isAttribute(c)&&(n+="");else if(t[c]===null)this.isAttribute(c)||u===this.options.cdataPropName||u===this.options.commentPropName?n+="":u[0]==="?"?n+=this.indentate(e)+"<"+u+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+u+"/"+this.tagEndChar;else if(t[c]instanceof Date)n+=this.buildTextValNode(t[c],u,"",e,r);else if(typeof t[c]!="object"){let h=this.isAttribute(c);if(h&&!this.ignoreAttributesFn(h,o)){let d=Nq(h,!0,this.options,r,s);i+=this.buildAttrPairStr(d,""+t[c],a)}else if(!h)if(c===this.options.textNodeName){let d=this.options.tagValueProcessor(c,""+t[c]);n+=this.replaceEntitiesValue(d)}else{r.push(u);let d=this.checkStopNode(r);if(r.pop(),d){let f=""+t[c];f===""?n+=this.indentate(e)+"<"+u+this.closeTag(u)+this.tagEndChar:n+=this.indentate(e)+"<"+u+">"+f+"</"+u+this.tagEndChar}else n+=this.buildTextValNode(t[c],u,"",e,r)}}else if(Array.isArray(t[c])){let h=t[c].length,d="",f="";for(let p=0;p<h;p++){let g=t[c][p];if(!(typeof g>"u"))if(g===null)u[0]==="?"?n+=this.indentate(e)+"<"+u+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+u+"/"+this.tagEndChar;else if(typeof g=="object")if(this.options.oneListGroup){r.push(u);let C=this.j2x(g,e+1,r,s);r.pop(),d+=C.val,this.options.attributesGroupName&&g.hasOwnProperty(this.options.attributesGroupName)&&(f+=C.attrStr)}else d+=this.processTextOrObjNode(g,u,e,r,s);else if(this.options.oneListGroup){let C=this.options.tagValueProcessor(u,g);C=this.replaceEntitiesValue(C),d+=C}else{r.push(u);let C=this.checkStopNode(r);if(r.pop(),C){let E=""+g;E===""?d+=this.indentate(e)+"<"+u+this.closeTag(u)+this.tagEndChar:d+=this.indentate(e)+"<"+u+">"+E+"</"+u+this.tagEndChar}else d+=this.buildTextValNode(g,u,"",e,r)}}this.options.oneListGroup&&(d=this.buildObjectNode(d,u,f,e)),n+=d}else if(this.options.attributesGroupName&&c===this.options.attributesGroupName){let h=Object.keys(t[c]),d=h.length;for(let f=0;f<d;f++){let p=Nq(h[f],!0,this.options,r,s);i+=this.buildAttrPairStr(p,""+t[c][h[f]],a)}}else n+=this.processTextOrObjNode(t[c],u,e,r,s)}return{attrStr:i,val:n}};Qn.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+'="'+Id(e)+'"'};function nZe(t,e,r,s,i){let n=this.extractAttributes(t);if(s.push(e,n),this.checkStopNode(s)){let c=this.buildRawContent(t),l=this.buildAttributesForStopNode(t);return s.pop(),this.buildObjectNode(c,e,l,r)}let a=this.j2x(t,r+1,s,i);return s.pop(),e[0]==="?"?this.buildTextValNode("",e,a.attrStr,r,s):t[this.options.textNodeName]!==void 0&&Object.keys(t).length===1?this.buildTextValNode(t[this.options.textNodeName],e,a.attrStr,r,s):this.buildObjectNode(a.val,e,a.attrStr,r)}Qn.prototype.extractAttributes=function(t){if(!t||typeof t!="object")return null;let e
`)+`
2026-06-03 22:14:37 +00:00
`+this.getCanonicalizedHeadersString(e)+this.getCanonicalizedResourceString(e),s=this.factory.computeHMACSHA256(r);return e.headers.set(st.AUTHORIZATION,`SharedKey ${this.factory.accountName}:${s}`),e}getHeaderValueToSign(e,r){let s=e.headers.get(r);return!s||r===st.CONTENT_LENGTH&&s==="0"?"":s}getCanonicalizedHeadersString(e){let r=e.headers.headersArray().filter(i=>i.name.toLowerCase().startsWith(st.PREFIX_FOR_STORAGE));r.sort((i,n)=>kR(i.name.toLowerCase(),n.name.toLowerCase())),r=r.filter((i,n,o)=>!(n>0&&i.name.toLowerCase()===o[n-1].name.toLowerCase()));let s="";return r.forEach(i=>{s+=`${i.name.toLowerCase().trimRight()}:${i.value.trimLeft()}
`}),s}getCanonicalizedResourceString(e){let r=PR(e.url)||"/",s="";s+=`/${this.factory.accountName}${r}`;let i=OR(e.url),n={};if(i){let o=[];for(let a in i)if(Object.prototype.hasOwnProperty.call(i,a)){let c=a.toLowerCase();n[c]=i[a],o.push(c)}o.sort();for(let a of o)s+=`
${a}:${decodeURIComponent(n[a])}`}return s}};var qr=class extends yp{accountName;accountKey;constructor(e,r){super(),this.accountName=e,this.accountKey=Buffer.from(r,"base64")}create(e,r){return new A0(e,r,this)}computeHMACSHA256(e){return(0,ife.createHmac)("sha256",this.accountKey).update(e,"utf8").digest("base64")}};var Ss=Gc("storage-common");var sa;(function(t){t[t.EXPONENTIAL=0]="EXPONENTIAL",t[t.FIXED=1]="FIXED"})(sa||(sa={}));var wd={maxRetryDelayInMs:120*1e3,maxTries:4,retryDelayInMs:4*1e3,retryPolicyType:sa.EXPONENTIAL,secondaryHost:"",tryTimeoutInMs:void 0},pZe=new Ao("The operation was aborted."),m0=class extends jc{retryOptions;constructor(e,r,s=wd){super(e,r),this.retryOptions={retryPolicyType:s.retryPolicyType?s.retryPolicyType:wd.retryPolicyType,maxTries:s.maxTries&&s.maxTries>=1?Math.floor(s.maxTries):wd.maxTries,tryTimeoutInMs:s.tryTimeoutInMs&&s.tryTimeoutInMs>=0?s.tryTimeoutInMs:wd.tryTimeoutInMs,retryDelayInMs:s.retryDelayInMs&&s.retryDelayInMs>=0?Math.min(s.retryDelayInMs,s.maxRetryDelayInMs?s.maxRetryDelayInMs:wd.maxRetryDelayInMs):wd.retryDelayInMs,maxRetryDelayInMs:s.maxRetryDelayInMs&&s.maxRetryDelayInMs>=0?s.maxRetryDelayInMs:wd.maxRetryDelayInMs,secondaryHost:s.secondaryHost?s.secondaryHost:wd.secondaryHost}}async sendRequest(e){return this.attemptSendRequest(e,!1,1)}async attemptSendRequest(e,r,s){let i=e.clone(),n=r||!this.retryOptions.secondaryHost||!(e.method==="GET"||e.method==="HEAD"||e.method==="OPTIONS")||s%2===1;n||(i.url=QR(i.url,this.retryOptions.secondaryHost)),this.retryOptions.tryTimeoutInMs&&(i.url=bd(i.url,Qu.Parameters.TIMEOUT,Math.floor(this.retryOptions.tryTimeoutInMs/1e3).toString()));let o;try{if(Ss.info(`RetryPolicy: =====> Try=${s} ${n?"Primary":"Secondary"}`),o=await this._nextPolicy.sendRequest(i),!this.shouldRetry(n,s,o))return o;r=r||!n&&o.status===404}catch(a){if(Ss.error(`RetryPolicy: Caught error, message: ${a.message}, code: ${a.code}`),!this.shouldRetry(n,s,o,a))throw a}return await this.delay(n,s,e.abortSignal),this.attemptSendRequest(e,r,++s)}shouldRetry(e,r,s,i){if(r>=this.retryOptions.maxTries)return Ss.info(`RetryPolicy: Attempt(s) ${r} >= maxTries ${this.retryOptions.maxTries}, no further try.`),!1;let n=["ETIMEDOUT","ESOCKETTIMEDOUT","ECONNREFUSED","ECONNRESET","ENOENT","ENOTFOUND","TIMEOUT","EPIPE","REQUEST_SEND_ERROR"];if(i){for(let o of n)if(i.name.toUpperCase().includes(o)||i.message.toUpperCase().includes(o)||i.code&&i.code.toString().toUpperCase()===o)return Ss.info(`RetryPolicy: Network error ${o} found, will retry.`),!0}if(s||i){let o=s?s.status:i?i.statusCode:0;if(!e&&o===404)return Ss.info("RetryPolicy: Secondary access with 404, will retry."),!0;if(o===503||o===500)return Ss.info(`RetryPolicy: Will retry for status code ${o}.`),!0}if(s&&s?.status>=400){let o=s.headers.get(st.X_MS_CopySourceErrorCode);if(o!==void 0)switch(o){case"InternalError":case"OperationTimedOut":case"ServerBusy":return!0}}return i?.code==="PARSE_ERROR"&&i?.message.startsWith('Error "Error: Unclosed root tag')?(Ss.info("RetryPolicy: Incomplete XML response likely due to service timeout, will retry."),!0):!1}async delay(e,r,s){let i=0;if(e)switch(this.retryOptions.retryPolicyType){case sa.EXPONENTIAL:i=Math.min((Math.pow(2,r-1)-1)*this.retryOptions.retryDelayInMs,this.retryOptions.maxRetryDelayInMs);break;case sa.FIXED:i=this.retryOptions.retryDelayInMs;break}else i=Math.random()*1e3;return Ss.info(`RetryPolicy: Delay for ${i}ms`),DR(i,s,pZe)}};var g0=class{retryOptions;constructor(e){this.retryOptions=e}create(e,r){return new m0(e,r,this.retryOptions)}};var AZe="storageBrowserPolicy";function nfe(){return{name:AZe,async sendRequest(t,e){return $t||((t.method==="GET"||t.method==="HEAD")&&(t.url=bd(t.url,Qu.Parameters.FORCE_BROWSER_NO_CACHE,new Date().getTime().toString())),t.headers.delete(st.COOKIE),t.headers.delete(st.CONTENT_LENGTH)),e(t)}}}var mZe="StorageCorrectContentLengthPolicy";function ofe(){function t(e){e.body&&(typeof e.body=="string"||Buffer.isBuffer(e.body))&&e.body.length>0&&e.headers.set(st.CONTENT_LENGTH,Buffer.byteLength(e.body))}return{name:mZe,async send
`)+`
2026-06-03 22:14:37 +00:00
`+s(n)+i(n),a=(0,cfe.createHmac)("sha256",t.accountKey).update(o,"utf8").digest("base64");n.headers.set(st.AUTHORIZATION,`SharedKey ${t.accountName}:${a}`)}function r(n,o){let a=n.headers.get(o);return!a||o===st.CONTENT_LENGTH&&a==="0"?"":a}function s(n){let o=[];for(let[c,l]of n.headers)c.toLowerCase().startsWith(st.PREFIX_FOR_STORAGE)&&o.push({name:c,value:l});o.sort((c,l)=>kR(c.name.toLowerCase(),l.name.toLowerCase())),o=o.filter((c,l,u)=>!(l>0&&c.name.toLowerCase()===u[l-1].name.toLowerCase()));let a="";return o.forEach(c=>{a+=`${c.name.toLowerCase().trimRight()}:${c.value.trimLeft()}
`}),a}function i(n){let o=PR(n.url)||"/",a="";a+=`/${t.accountName}${o}`;let c=OR(n.url),l={};if(c){let u=[];for(let h in c)if(Object.prototype.hasOwnProperty.call(c,h)){let d=h.toLowerCase();l[d]=c[h],u.push(d)}u.sort();for(let h of u)a+=`
${h}:${decodeURIComponent(l[h])}`}return a}return{name:CZe,async sendRequest(n,o){return e(n),o(n)}}}var IZe="storageRequestFailureDetailsParserPolicy";function lfe(){return{name:IZe,async sendRequest(t,e){try{return await e(t)}catch(r){throw typeof r=="object"&&r!==null&&r.response&&r.response.parsedBody&&r.response.parsedBody.code==="InvalidHeaderValue"&&r.response.parsedBody.HeaderName==="x-ms-version"&&(r.message=`The provided service version is not enabled on this storage account. Please see https://learn.microsoft.com/rest/api/storageservices/versioning-for-the-azure-storage-services for additional information.
`),r}}}}var ufe=require("node:crypto"),MR=class{accountName;userDelegationKey;key;constructor(e,r){this.accountName=e,this.userDelegationKey=r,this.key=Buffer.from(r.value,"base64")}computeHMACSHA256(e){return(0,ufe.createHmac)("sha256",this.key).update(e,"utf8").digest("base64")}};var LR="12.31.0",FR="2026-02-06";var UR="https://storage.azure.com/.default",Pu={Parameters:{FORCE_BROWSER_NO_CACHE:"_",SIGNATURE:"sig",SNAPSHOT:"snapshot",VERSIONID:"versionid",TIMEOUT:"timeout"}};var Xa="",Pq="*",bZe=1*1024*1024;var wZe=4*bZe;var hfe="AES256",dfe="DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;",ffe=["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"],pfe=["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"],Afe="BlobUsesCustomerSpecifiedEncryption",mfe="BlobDoesNotUseCustomerSpecifiedEncryption",gfe=["10000","10001","10002","10003","10004","10100","10101","10102","10103","10104","11000","11001","11002","11003","11004","11100","11101","11102","11103","11104"];function Ou(t){if(!t||typeof t!="object")return!1;let e=t;return Array.isArray(e.factories)&&typeof e.options=="object"&&typeof e.toServiceClientOptions=="function"}var y0=class{factories;options;constructor(e,r={}){this.factories=e,this.options=r}toServiceClientOptions(){return{httpClient:this.options.httpClient,requestPolicyFactories:this.factories}}};function is(t,e={}){t||(t=new _r);let r=new y0([],e);return r._credential=t,r}function SZe(t){let e=[BZe,yfe,xZe,NZe,RZe,vZe,_Ze];if(t.factories.length){let r=t.factories.filter(s=>!e.some(i=>i(s)));if(r.length){let s=r.some(i=>TZe(i));return{wrappedPolicies:cq(r),afterRetry:s}}}}function Oq(t)
`),n=e.computeHMACSHA256(i);return{sasQueryParameters:new sc(t.version,n,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:i}}function Net(t,e){if(t=Np(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 i;t.permissions&&(t.blobName?i=ul.parse(t.permissions.toString()).toString():i=hl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?jt(t.startsOn,!1):"",t.expiresOn?jt(t.expiresOn,!1):"",xp(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?rc(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(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new sc(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType),stringToSign:n}}function Ret(t,e){if(t=Np(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 i;t.permissions&&(t.blobName?i=ul.parse(t.permissions.toString()).toString():i=hl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?jt(t.startsOn,!1):"",t.expiresOn?jt(t.expiresOn,!1):"",xp(e.accountName,t.containerName,t.blobName),t.identifier,t.ipRange?rc(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(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new sc(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,void 0,void 0,void 0,t.encryptionScope),stringToSign:n}}function vet(t,e){if(t=Np(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 i;t.permissions&&(t.blobName?i=ul.parse(t.permissions.toString()).toString():i=hl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?jt(t.startsOn,!1):"",t.expiresOn?jt(t.expiresOn,!1):"",xp(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?jt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?jt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.ipRange?rc(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new sc(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey),stringToSign:n}}function Tet(t,e){if(t=Np(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 i;t.permissions&&(t.blobName?i=ul.parse(t.permissions.toString()).toString():i=hl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?jt(t.startsOn,!1):"",t.expiresOn?jt(t.expiresOn,!1):"",xp(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?jt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?jt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?rc(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new sc(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId),stringToSign:n}}function _et(t,e){if(t=Np(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 i;t.permissions&&(t.blobName?i=ul.parse(t.permissions.toString()).toString():i=hl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?jt(t.startsOn,!1):"",t.expiresOn?jt(t.expiresOn,!1):"",xp(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?jt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?jt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,t.ipRange?rc(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new sc(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope),stringToSign:n}}function Qet(t,e){if(t=Np(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 i;t.permissions&&(t.blobName?i=ul.parse(t.permissions.toString()).toString():i=hl.parse(t.permissions.toString()).toString());let n=[i||"",t.startsOn?jt(t.startsOn,!1):"",t.expiresOn?jt(t.expiresOn,!1):"",xp(e.accountName,t.containerName,t.blobName),e.userDelegationKey.signedObjectId,e.userDelegationKey.signedTenantId,e.userDelegationKey.signedStartsOn?jt(e.userDelegationKey.signedStartsOn,!1):"",e.userDelegationKey.signedExpiresOn?jt(e.userDelegationKey.signedExpiresOn,!1):"",e.userDelegationKey.signedService,e.userDelegationKey.signedVersion,t.preauthorizedAgentObjectId,void 0,t.correlationId,void 0,t.delegatedUserObjectId,t.ipRange?rc(t.ipRange):"",t.protocol?t.protocol:"",t.version,r,s,t.encryptionScope,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType].join(`
`),o=e.computeHMACSHA256(n);return{sasQueryParameters:new sc(t.version,o,i,void 0,void 0,t.protocol,t.startsOn,t.expiresOn,t.ipRange,t.identifier,r,t.cacheControl,t.contentDisposition,t.contentEncoding,t.contentLanguage,t.contentType,e.userDelegationKey,t.preauthorizedAgentObjectId,t.correlationId,t.encryptionScope,t.delegatedUserObjectId),stringToSign:n}}function xp(t,e,r){let s=[`/blob/${t}/${e}`];return r&&s.push(`/${r}`),s.join("")}function Np(t){let e=t.version?t.version:FR;if(t.snapshotTime&&e<"2018-11-09")throw RangeError("'version' must be >= '2018-11-09' when providing 'snapshotTime'.");if(t.blobName===void 0&&t.snapshotTime)throw RangeError("Must provide 'blobName' when providing 'snapshotTime'.");if(t.versionId&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'versionId'.");if(t.blobName===void 0&&t.versionId)throw RangeError("Must provide 'blobName' when providing 'versionId'.");if(t.permissions&&t.permissions.setImmutabilityPolicy&&e<"2020-08-04")throw RangeError("'version' must be >= '2020-08-04' when provided 'i' permission.");if(t.permissions&&t.permissions.deleteVersion&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'x' permission.");if(t.permissions&&t.permissions.permanentDelete&&e<"2019-10-10")throw RangeError("'version' must be >= '2019-10-10' when providing 'y' permission.");if(t.permissions&&t.permissions.tag&&e<"2019-12-12")throw RangeError("'version' must be >= '2019-12-12' when providing 't' permission.");if(e<"2020-02-10"&&t.permissions&&(t.permissions.move||t.permissions.execute))throw RangeError("'version' must be >= '2020-02-10' when providing the 'm' or 'e' permission.");if(e<"2021-04-10"&&t.permissions&&t.permissions.filterByTags)throw RangeError("'version' must be >= '2021-04-10' when providing the 'f' permission.");if(e<"2020-02-10"&&(t.preauthorizedAgentObjectId||t.correlationId))throw RangeError("'version' must be >= '2020-02-10' when providing 'preauthorizedAgentObjectId' or 'correlationId'.");if(t.encryptionScope&&e<"2020-12-06")throw RangeError("'version' must be >= '2020-12-06' when provided 'encryptionScope' in SAS.");return t.version=e,t}var T0=class{_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=mg()),this._leaseId=r}async acquireLease(e,r={}){if(this._isContainer&&(r.conditions?.ifMatch&&r.conditions?.ifMatch!==Xa||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Xa||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 Fe.withSpan("BlobLeaseClient-acquireLease",r,async s=>ze(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!==Xa||r.conditions?.ifNoneMatch&&r.conditions?.ifNoneMatch!==Xa||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 Fe.withSpan("BlobLeaseClient-changeLease",r,async s=>{let i=ze(await this._containerOrBlobOperation.changeLease(this._leaseId,e,{abortSignal:r.abortSignal,modifiedAccessConditions:{...r.conditions,ifTags:r.conditions?.tagConditions},tracingOptions:s.tracingOptions}));return this._leaseId=e,i})}async releaseLease(e={}){if(this._isContainer&&(e.conditions?.ifMatch&&e.conditions?.ifMatch!==Xa||e.conditions?.ifNoneMatch&&e.conditions?.ifNoneMatch!==Xa||e.conditions?.tagConditions))throw new RangeError("The IfMatch,
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github`;super(r),this.code=e,this.name="NetworkError"}};kg.isNetworkErrorCode=t=>t?["ECONNRESET","ENOTFOUND","ETIMEDOUT","ECONNREFUSED","EHOSTUNREACH"].includes(t):!1;var _p=class extends Error{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"}};_p.isUsageErrorMessage=t=>t?t.includes("insufficient usage"):!1;var U0=class extends Error{constructor(e){super(e),this.name="RateLimitError"}};var vtt=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},I8=class{constructor(e){this.contentLength=e,this.sentBytes=0,this.displayedComplete=!1,this.startTime=Date.now()}setSentBytes(e){this.sentBytes=e}getTransferredBytes(){return this.sentBytes}isDone(){return this.getTransferredBytes()===this.contentLength}display(){if(this.displayedComplete)return;let e=this.sentBytes,r=(100*(e/this.contentLength)).toFixed(1),s=Date.now()-this.startTime,i=(e/(1024*1024)/(s/1e3)).toFixed(1);W(`Sent ${e} of ${this.contentLength} (${r}%), ${i} MBs/sec`),this.isDone()&&(this.displayedComplete=!0)}onProgress(){return e=>{this.setSentBytes(e.loadedBytes)}}startDisplayTimer(e=1e3){let r=()=>{this.display(),this.isDone()||(this.timeoutHandle=setTimeout(r,e))};this.timeoutHandle=setTimeout(r,e)}stopDisplayTimer(){this.timeoutHandle&&(clearTimeout(this.timeoutHandle),this.timeoutHandle=void 0),this.display()}};function IAe(t,e,r){return vtt(this,void 0,void 0,function*(){var s;let i=new qu(t),n=i.getBlockBlobClient(),o=new I8((s=r?.archiveSizeBytes)!==null&&s!==void 0?s:0),a={blockSize:r?.uploadChunkSize,concurrency:r?.uploadConcurrency,maxSingleShotSize:128*1024*1024,onProgress:o.onProgress()};try{o.startDisplayTimer(),k(`BlobClient: ${i.name}:${i.accountName}:${i.containerName}`);let c=yield n.uploadFile(e,a);if(c._response.status>=400)throw new Vv(`uploadCacheArchiveSDK: upload failed with status code ${c._response.status}`);return c}catch(c){throw Zt(`uploadCacheArchiveSDK: internal error uploading cache archive: ${c.message}`),c}finally{o.stopDisplayTimer()}})}var wAe=F(require("buffer"),1),dl=F(require("fs"),1),SAe=F(require("stream"),1),BAe=F(require("util"),1);var zv=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})};function $v(t){return t?t>=200&&t<300:!1}function Ttt(t){return t?t>=500:!0}function _tt(t){return t?[Ur.BadGateway,Ur.ServiceUnavailable,Ur.GatewayTimeout].includes(t):!1}function Qtt(t){return zv(this,void 0,void 0,function*(){return new Promise(e=>setTimeout(e,t))})}function bAe(t,e,r){return zv(this,arguments,void 0,function*(s,i,n,o=gN,a=yN,c=void 0){let l="",u=1;for(;u<=o;){let h,d,f=!1;try{h=yield i()}catch(p){c&&(h=c(p)),f=!0,l=p.message}if(h&&(d=n(h),!Ttt(d)))return h;if(d&&(f=_tt(d),l=`Cache service responded with ${d}`),k(`${s} - Attempt ${u} of ${o} failed with error: ${l}`),!f){k(`${s} - Error is not retryable`);break}yield Qtt(a),u++}throw Error(`${s} failed: ${l}`)})}function q0(t,e){return zv(this,arguments,void 0,function*(r,s,i=gN,n=yN){return yield bAe(r,s,o=>o.statusCode,i,n,o=>{if(o instanceof Lc)return{statusCode:o.statusCode,result:null,headers:{},error:o}})})}function Mg(t,e){return zv(this,arguments,void 0,function*(r,s,i=gN,n=yN){return yield bAe(r,s,o=>o.message.statusCode,i,n)})}var ca=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})};function Ptt(t,e){return ca(this,void 0,void 0,function*(){yield BAe.promisify(SAe.pipeline)(t.message,e)})}var jv=class{constructor(e){this.contentLength=e,this.segmentIndex=0,this.s
Other caches with similar key:`);for(let a of n?.artifactCaches||[])k(`Cache Key: ${a?.cacheKey}, Cache Version: ${a?.cacheVersion}, Cache Scope: ${a?.scope}, Cache Created: ${a?.creationTime}`)}}})}function B8(t,e,r){return On(this,void 0,void 0,function*(){let s=new DAe.URL(t),i=vAe(r);s.hostname.endsWith(".blob.core.windows.net")?i.useAzureSdk?yield NAe(t,e,i):i.concurrentBlobDownloads?yield xAe(t,e,i):yield Jv(t,e):yield Jv(t,e)})}function MAe(t,e,r){return On(this,void 0,void 0,function*(){let s=S8(),i=ag(e,r?.compressionMethod,r?.enableCrossOsArchive),n={key:t,version:i,cacheSize:r?.cacheSize};return yield q0("reserveCache",()=>On(this,void 0,void 0,function*(){return s.postJson(H0("caches"),n)}))})}function OAe(t,e){return`bytes ${t}-${e}/*`}function qtt(t,e,r,s,i){return On(this,void 0,void 0,function*(){k(`Uploading chunk of size ${i-s+1} bytes at offset ${s} with content range: ${OAe(s,i)}`);let n={"Content-Type":"application/octet-stream","Content-Range":OAe(s,i)},o=yield Mg(`uploadChunk (start: ${s}, end: ${i})`,()=>On(this,void 0,void 0,function*(){return t.sendStream("PATCH",e,r(),n)}));if(!$v(o.message.statusCode))throw new Error(`Cache service responded with ${o.message.statusCode} during upload chunk.`)})}function Gtt(t,e,r,s){return On(this,void 0,void 0,function*(){let i=Mc(r),n=H0(`caches/${e.toString()}`),o=Lg.openSync(r,"r"),a=b8(s),c=WF("uploadConcurrency",a.uploadConcurrency),l=WF("uploadChunkSize",a.uploadChunkSize),u=[...new Array(c).keys()];k("Awaiting all uploads");let h=0;try{yield Promise.all(u.map(()=>On(this,void 0,void 0,function*(){for(;h<i;){let d=Math.min(i-h,l),f=h,p=h+d-1;h+=l,yield qtt(t,n,()=>Lg.createReadStream(r,{fd:o,start:f,end:p,autoClose:!1}).on("error",g=>{throw new Error(`Cache upload failed because file read failed with ${g.message}`)}),f,p)}})))}finally{Lg.closeSync(o)}})}function Htt(t,e,r){return On(this,void 0,void 0,function*(){let s={size:r};return yield q0("commitCache",()=>On(this,void 0,void 0,function*(){return t.postJson(H0(`caches/${e.toString()}`),s)}))})}function x8(t,e,r,s){return On(this,void 0,void 0,function*(){if(b8(s).useAzureSdk){if(!r)throw new Error("Azure Storage SDK can only be used when a signed URL is provided.");yield IAe(r,e,s)}else{let n=S8();k("Upload cache"),yield Gtt(n,t,e,s),k("Commiting cache");let o=Mc(e);W(`Cache Size: ~${Math.round(o/(1024*1024))} MB (${o} B)`);let a=yield Htt(n,t,o);if(!$v(a.statusCode))throw new Error(`Cache service responded with ${a.statusCode} during commit cache.`);W("Cache saved successfully")}})}var _me=F(Sme(),1),as=F(os(),1),Io=F(os(),1),kp=F(os(),1),Mp=F(os(),1),Lp=F(os(),1);var C3=F(os(),1),I3=F(os(),1),Rme=F(os(),1),vme=F(os(),1),Tme=F(os(),1);var g3=F(os(),1),y3=F(os(),1),Bme=F(os(),1),xme=F(os(),1),Nme=F(os(),1),E3=class extends Nme.MessageType{constructor(){super("github.actions.results.entities.v1.CacheScope",[{no:1,name:"scope",kind:"scalar",T:9},{no:2,name:"permission",kind:"scalar",T:3}])}create(e){let r={scope:"",permission:"0"};return globalThis.Object.defineProperty(r,xme.MESSAGE_TYPE,{enumerable:!1,value:this}),e!==void 0&&(0,Bme.reflectionMergePartial)(this,r,e),r}internalBinaryRead(e,r,s,i){let n=i??this.create(),o=e.pos+r;for(;e.pos<o;){let[a,c]=e.tag();switch(a){case 1:n.scope=e.string();break;case 2:n.permission=e.int64().toString();break;default:let l=s.readUnknownField;if(l==="throw")throw new globalThis.Error(`Unknown field ${a} (wire type ${c}) for ${this.typeName}`);let u=e.skip(c);l!==!1&&(l===!0?y3.UnknownFieldHandler.onRead:l)(this.typeName,n,a,c,u)}}return n}internalBinaryWrite(e,r,s){e.scope!==""&&r.tag(1,g3.WireType.LengthDelimited).string(e.scope),e.permission!=="0"&&r.tag(2,g3.WireType.Varint).int64(e.permission);let i=s.writeUnknownFields;return i!==!1&&(i==!0?y3.UnknownFieldHandler.onWrite:i)(this.typeName,e,r),r}},DT=new E3;var b3=class extends Tme.MessageType{constructor(){super("github.actions.results.entities.v1.CacheMetadata",[{no:1,name:"repository_id",kind:"scalar",T:3},{no:2,name:"scope",kind:"message",repeat:1,T:()=>DT}])}create(e){let r={repositoryId:"0",scope:[]};
`));let s=yield M3(r,"create");yield L3(s,t)})}var ty=function(t,e,r,s){function i(n){return n instanceof r?n:new r(function(o){o(n)})}return new(r||(r=Promise))(function(n,o){function a(u){try{l(s.next(u))}catch(h){o(h)}}function c(u){try{l(s.throw(u))}catch(h){o(h)}}function l(u){u.done?n(u.value):i(u.value).then(a,c)}l((s=s.apply(t,e||[])).next())})},oc=class t extends Error{constructor(e){super(e),this.name="ValidationError",Object.setPrototypeOf(this,t.prototype)}},ey=class t extends Error{constructor(e){super(e),this.name="ReserveCacheError",Object.setPrototypeOf(this,t.prototype)}},FT=class t extends Error{constructor(e){super(e),this.name="FinalizeCacheError",Object.setPrototypeOf(this,t.prototype)}};function Dme(t){if(!t||t.length===0)throw new oc("Path Validation Error: At least one directory or file path is required")}function q3(t){if(t.length>512)throw new oc(`Key Validation Error: ${t} cannot be larger than 512 characters.`);if(!/^[^,]*$/.test(t))throw new oc(`Key Validation Error: ${t} cannot contain commas.`)}function G3(){return G0()==="v2"?!!process.env.ACTIONS_RESULTS_URL:!!process.env.ACTIONS_CACHE_URL}function kme(t,e,r,s){return ty(this,arguments,void 0,function*(i,n,o,a,c=!1){let l=G0();return k(`Cache service version: ${l}`),Dme(i),l==="v2"?yield iit(i,n,o,a,c):yield sit(i,n,o,a,c)})}function sit(t,e,r,s){return ty(this,arguments,void 0,function*(i,n,o,a,c=!1){o=o||[];let l=[n,...o];if(k("Resolved Keys:"),k(JSON.stringify(l)),l.length>10)throw new oc("Key Validation Error: Keys are limited to a maximum of 10.");for(let d of l)q3(d);let u=yield UI(),h="";try{let d=yield kAe(l,i,{compressionMethod:u,enableCrossOsArchive:c});if(!d?.archiveLocation)return;if(a?.lookupOnly)return W("Lookup only - skipping download"),d.cacheKey;h=nb.join(yield LI(),pd(u)),k(`Archive Path: ${h}`),yield B8(d.archiveLocation,h,a),wu()&&(yield ib(h,u));let f=Mc(h);return W(`Cache Size: ~${Math.round(f/(1024*1024))} MB (${f} B)`),yield F3(h,u),W("Cache restored successfully"),d.cacheKey}catch(d){let f=d;if(f.name===oc.name)throw d;f instanceof Lc&&typeof f.statusCode=="number"&&f.statusCode>=500?Ym(`Failed to restore: ${d.message}`):Zt(`Failed to restore: ${d.message}`)}finally{try{yield FI(h)}catch(d){k(`Failed to delete archive: ${d}`)}}})}function iit(t,e,r,s){return ty(this,arguments,void 0,function*(i,n,o,a,c=!1){a=Object.assign(Object.assign({},a),{useAzureSdk:!0}),o=o||[];let l=[n,...o];if(k("Resolved Keys:"),k(JSON.stringify(l)),l.length>10)throw new oc("Key Validation Error: Keys are limited to a maximum of 10.");for(let h of l)q3(h);let u="";try{let h=k3(),d=yield UI(),f={key:n,restoreKeys:o,version:ag(i,d,c)},p=yield h.GetCacheEntryDownloadURL(f);if(!p.ok){k(`Cache not found for version ${f.version} of keys: ${l.join(", ")}`);return}if(f.key!==p.matchedKey?W(`Cache hit for restore-key: ${p.matchedKey}`):W(`Cache hit for: ${p.matchedKey}`),a?.lookupOnly)return W("Lookup only - skipping download"),p.matchedKey;u=nb.join(yield LI(),pd(d)),k(`Archive path: ${u}`),k(`Starting download of archive to: ${u}`),yield B8(p.signedDownloadUrl,u,a);let C=Mc(u);return W(`Cache Size: ~${Math.round(C/(1024*1024))} MB (${C} B)`),wu()&&(yield ib(u,d)),yield F3(u,d),W("Cache restored successfully"),p.matchedKey}catch(h){let d=h;if(d.name===oc.name)throw h;d instanceof Lc&&typeof d.statusCode=="number"&&d.statusCode>=500?Ym(`Failed to restore: ${h.message}`):Zt(`Failed to restore: ${h.message}`)}finally{try{u&&(yield FI(u))}catch(h){k(`Failed to delete archive: ${h}`)}}})}function H3(t,e,r){return ty(this,arguments,void 0,function*(s,i,n,o=!1){let a=G0();return k(`Cache service version: ${a}`),Dme(s),q3(i),a==="v2"?yield oit(s,i,n,o):yield nit(s,i,n,o)})}function nit(t,e,r){return ty(this,arguments,void 0,function*(s,i,n,o=!1){var a,c,l,u,h;let d=yield UI(),f=-1,p=yield YF(s);if(k("Cache Paths:"),k(`${JSON.stringify(p)}`),p.length===0)throw new Error("Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence no cache is being saved.");let g=yield LI(),C=nb.join(g,pd(d));k(`Archive Path: ${C}`);try{yie
`,o).length:h,l?(a===null?0:a.length)+c.length:0,l?c.length+h:0);return d<f},parse:function(s,i,n,o){let{bom:a,comment_no_infix:c,encoding:l,from_line:u,ltrim:h,max_record_size:d,raw:f,relax_quotes:p,rtrim:g,skip_empty_lines:C,to:E,to_line:I}=this.options,{comment:S,escape:x,quote:v,record_delimiter:Q}=this.options,{bomSkipped:D,previousBuf:q,rawBuffer:K,escapeIsQuote:de}=this.state,G;if(q===void 0)if(s===void 0){o();return}else G=s;else q!==void 0&&s===void 0?G=q:G=Buffer.concat([q,s]);if(D===!1)if(a===!1)this.state.bomSkipped=!0;else if(G.length<3){if(i===!1){this.state.previousBuf=G;return}}else{for(let te in my)if(my[te].compare(G,0,my[te].length)===0){let Ae=my[te].length;this.state.bufBytesStart+=Ae,G=G.slice(Ae);let Se=dz({...this.original_options,encoding:te});for(let Pe in Se)this.options[Pe]=Se[Pe];({comment:S,escape:x,quote:v}=this.options);break}this.state.bomSkipped=!0}let j=G.length,J;for(J=0;J<j&&!this.__needMoreData(J,j,i);J++){if(this.state.wasRowDelimiter===!0&&(this.info.lines++,this.state.wasRowDelimiter=!1),I!==-1&&this.info.lines>I){this.state.stop=!0,o();return}this.state.quoting===!1&&Q.length===0&&this.__autoDiscoverRecordDelimiter(G,J)&&(Q=this.options.record_delimiter);let te=G[J];if(f===!0&&K.append(te),(te===Tut||te===_ut)&&this.state.wasRowDelimiter===!1&&(this.state.wasRowDelimiter=!0),this.state.escaping===!0)this.state.escaping=!1;else{if(x!==null&&this.state.quoting===!0&&this.__isEscape(G,J,te)&&J+x.length<j)if(de){if(this.__isQuote(G,J+x.length)){this.state.escaping=!0,J+=x.length-1;continue}}else{this.state.escaping=!0,J+=x.length-1;continue}if(this.state.commenting===!1&&this.__isQuote(G,J))if(this.state.quoting===!0){let Pe=G[J+v.length],Y=g&&this.__isCharTrimable(G,J+v.length),ut=S!==null&&this.__compareBytes(S,G,J+v.length,Pe),We=this.__isDelimiter(G,J+v.length,Pe),vt=Q.length===0?this.__autoDiscoverRecordDelimiter(G,J+v.length):this.__isRecordDelimiter(Pe,G,J+v.length);if(x!==null&&this.__isEscape(G,J,te)&&this.__isQuote(G,J+x.length))J+=x.length-1;else if(!Pe||We||vt||ut||Y){this.state.quoting=!1,this.state.wasQuoting=!0,J+=v.length-1;continue}else if(p===!1){let qe=this.__error(new kt("CSV_INVALID_CLOSING_QUOTE",["Invalid Closing Quote:",`got "${String.fromCharCode(Pe)}"`,`at line ${this.info.lines}`,"instead of delimiter, record delimiter, trimable character","(if activated) or comment"],this.options,this.__infoField()));if(qe!==void 0)return qe}else this.state.quoting=!1,this.state.wasQuoting=!0,this.state.field.prepend(v),J+=v.length-1}else if(this.state.field.length!==0){if(p===!1){let Pe=this.__infoField(),Y=Object.keys(my).map(We=>my[We].equals(this.state.field.toString())?We:!1).filter(Boolean)[0],ut=this.__error(new kt("INVALID_OPENING_QUOTE",["Invalid Opening Quote:",`a quote is found on field ${JSON.stringify(Pe.column)} at line ${Pe.lines}, value is ${JSON.stringify(this.state.field.toString(l))}`,Y?`(${Y} bom)`:void 0],this.options,Pe,{field:this.state.field}));if(ut!==void 0)return ut}}else{this.state.quoting=!0,J+=v.length-1;continue}if(this.state.quoting===!1){let Pe=this.__isRecordDelimiter(te,G,J);if(Pe!==0){if(this.state.commenting&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0)this.info.comment_lines++;else{if(this.state.enabled===!1&&this.info.lines+(this.state.wasRowDelimiter===!0?1:0)>=u){this.state.enabled=!0,this.__resetField(),this.__resetRecord(),J+=Pe-1;continue}if(C===!0&&this.state.wasQuoting===!1&&this.state.record.length===0&&this.state.field.length===0){this.info.empty_lines++,J+=Pe-1;continue}this.info.bytes=this.state.bufBytesStart+J;let We=this.__onField();if(We!==void 0)return We;this.info.bytes=this.state.bufBytesStart+J+Pe;let vt=this.__onRecord(n);if(vt!==void 0)return vt;if(E!==-1&&this.info.records>=E){this.state.stop=!0,o();return}}this.state.commenting=!1,J+=Pe-1;continue}if(this.state.commenting)continue;if(S!==null&&(c===!1||this.state.record.length===0&&this.state.field.length===0)&&this.__compareBytes(S,G,J,te)!==0){this.state.commenting=!0;continue}let Y=this.__isDelimiter(G,J,te);if(Y!==0)
`,n),Buffer.from(`
2026-06-03 22:14:37 +00:00
`,n),Buffer.from("\r",n)];e:for(let a=0;a<o.length;a++){let c=o[a].length;for(let l=0;l<c;l++)if(o[a][l]!==s[i+l])continue e;return this.options.record_delimiter.push(o[a]),this.state.recordDelimiterMaxLength=o[a].length,o[a].length}return 0},__error:function(s){let{encoding:i,raw:n,skip_records_with_error:o}=this.options,a=typeof s=="string"?new Error(s):s;if(o){if(this.state.recordHasError=!0,this.options.on_skip!==void 0)try{this.options.on_skip(a,n?this.state.rawBuffer.toString(i):void 0)}catch(c){return c}return}else return a},__infoDataSet:function(){return{...this.info,columns:this.options.columns}},__infoRecord:function(){let{columns:s,raw:i,encoding:n}=this.options;return{...this.__infoDataSet(),bytes_records:this.info.bytes,error:this.state.error,header:s===!0,index:this.state.record.length,raw:i?this.state.rawBuffer.toString(n):void 0}},__infoField:function(){let{columns:s}=this.options,i=Array.isArray(s),n=this.info.bytes_records;return{...this.__infoRecord(),bytes_records:n,column:i===!0?s.length>this.state.record.length?s[this.state.record.length].name:null:this.state.record.length,quoting:this.state.wasQuoting}}}};var xo=function(t,e={}){typeof t=="string"&&(t=Buffer.from(t));let r=e&&e.objname?{}:[],s=zCe(e),i=a=>{s.options.objname===void 0?r.push(a):r[a[0]]=a[1]},n=()=>{},o=s.parse(t,!0,i,n);if(o!==void 0)throw o;return r};var Ht=class t{static getInputList(e,r){return this.getList(gi(e,{trimWhitespace:r?.trimWhitespace!==!1}),r)}static getList(e,r){let s=[];if(e=="")return s;let i=xo(e,{columns:!1,relaxQuotes:!0,comment:r?.comment,comment_no_infix:r?.commentNoInfix,relaxColumnCount:!0,skipEmptyLines:!0,quote:r?.quote});for(let n of i)n.length==1?r?.ignoreComma?s.push(n[0]):s.push(...n[0].split(",")):r?.ignoreComma?s.push(n.join(",")):s.push(...n);return s.filter(n=>n).map(n=>r?.trimWhitespace===!1?n:n.trim())}static getInputNumber(e){let r=gi(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 ii("powershell",!0),i=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),n=[];if(r)for(let o in r)n.push(`-${o} '${r[o].replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`);return{command:`"${s}"`,args:["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${i}' ${n.join(" ")}`]}}static isDirectory(e){try{return $Ce.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 fz.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"],i=Math.floor(Math.log(e)/Math.log(r));return parseFloat((e/Math.pow(r,i)).toFixed(2))+" "+s[i]}static generateRandomString(e=10){return fz.default.randomBytes(Math.ceil(e/2)).toString("hex").slice(0,e)}static compileHandlebars(e,r,s){return jCe.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=Bb.default.resolve(e);return Bb.default.resolve(r).startsWith(s.endsWith(Bb.default.sep)?s:`${s}${Bb.default.sep}`)}static formatDuration(e){if(e===0)return"0s";let r=Ma
2026-05-22 14:44:02 +00:00
`+t.errors.map(e=>` - ${e.message}`).join(`
2026-06-03 22:14:37 +00:00
`)}var Sht=class extends Error{constructor(t,e,r){super(wht(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},Bht=["method","baseUrl","url","headers","request","query","mediaType","operationName"],xht=["query","method","url"],QIe=/\/api\/v3\/?$/;function Nht(t,e,r){if(r){if(typeof e=="string"&&"query"in r)return Promise.reject(new Error('[@octokit/graphql] "query" cannot be used as variable name'));for(let o in r)if(xht.includes(o))return Promise.reject(new Error(`[@octokit/graphql] "${o}" cannot be used as variable name`))}let s=typeof e=="string"?Object.assign({query:e},r):e,i=Object.keys(s).reduce((o,a)=>Bht.includes(a)?(o[a]=s[a],o):(o.variables||(o.variables={}),o.variables[a]=s[a],o),{}),n=s.baseUrl||t.endpoint.DEFAULTS.baseUrl;return QIe.test(n)&&(i.url=n.replace(QIe,"/api/graphql")),t(i).then(o=>{if(o.data.errors){let a={};for(let c of Object.keys(o.headers))a[c]=o.headers[c];throw new Sht(i,a,o.data)}return o.data.data})}function Bz(t,e){let r=t.defaults(e);return Object.assign((i,n)=>Nht(r,i,n),{defaults:Bz.bind(null,r),endpoint:r.endpoint})}var zXt=Bz(Tb,{headers:{"user-agent":`octokit-graphql.js/${bht} ${Dd()}`},method:"POST",url:"/graphql"});function PIe(t){return Bz(t,{method:"POST",url:"/graphql"})}var xz="(?:[a-zA-Z0-9_-]+)",OIe="\\.",DIe=new RegExp(`^${xz}${OIe}${xz}${OIe}${xz}$`),Rht=DIe.test.bind(DIe);async function vht(t){let e=Rht(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"}}function Tht(t){return t.split(/\./).length===3?`bearer ${t}`:`token ${t}`}async function _ht(t,e,r,s){let i=e.endpoint.merge(r,s);return i.headers.authorization=Tht(t),e(i)}var kIe=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(vht.bind(null,e),{hook:_ht.bind(null,e)})};var Nz="7.0.6";var MIe=()=>{},Qht=console.warn.bind(console),Pht=console.error.bind(console);function Oht(t={}){return typeof t.debug!="function"&&(t.debug=MIe),typeof t.info!="function"&&(t.info=MIe),typeof t.warn!="function"&&(t.warn=Qht),typeof t.error!="function"&&(t.error=Pht),t}var LIe=`octokit-core.js/${Nz} ${Dd()}`,K_=class{static VERSION=Nz;static defaults(e){return class extends this{constructor(...s){let i=s[0]||{};if(typeof e=="function"){super(e(i));return}super(Object.assign({},e,i,i.userAgent&&e.userAgent?{userAgent:`${i.userAgent} ${e.userAgent}`}:null))}}}static plugins=[];static plugin(...e){let r=this.plugins;return class extends this{static plugins=r.concat(e.filter(i=>!r.includes(i)))}}constructor(e={}){let r=new hIe.Collection,s={baseUrl:Tb.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} ${LIe}`:LIe,e.baseUrl&&(s.baseUrl=e.baseUrl),e.previews&&(s.mediaType.previews=e.previews),e.timeZone&&(s.headers["time-zone"]=e.timeZone),this.request=Tb.defaults(s),this.graphql=PIe(this.request).defaults(s),this.log=Oht(e.log),this.hook=r,e.authStrategy){let{authStrategy:n,...o}=e,a=n(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:o},e.auth));r.wrap("request",a.hook),this.auth=a}else if(!e.auth)this.auth=async()=>({type:"unauthenticated"});else{let n=kIe(e.auth);r.wrap("request",n.hook),this.auth=n}let i=this.constructor;for(let n=0;n<i.plugins.length;++n)Object.assign(this,i.plugins[n](this,e))}request;graphql;log;hook;auth};var Rz="17.0.0";var Dht={actions:{addCustomLabelsToSelfHostedRunnerForOrg:["POST /orgs/{org}/actions/runners/{runner_id}/labels"],addCustomLabelsToSelfHostedRunnerForRepo:["POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],addRepoAccessToSelfHostedRunnerGroupInOrg:["PUT /or
More info: ${c.url}`);let f=c.range&&c.range.length>0?c.range[0]?.start.line:void 0,p=!1;for(let g of o)if(g.remote||g.path.endsWith(l)&&g.content===u){a.push({title:h,message:d,file:g.path,startLine:f}),p=!0;break}p||k(`Buildx.convertWarningsToGitHubAnnotations: skipping warning without matching Dockerfile ${l}: ${h}`)}return a}};var Md=class t{buildx;constructor(e){this.buildx=e?.buildx||new Lt}async exists(e){let r=await this.buildx.getCommand(["inspect",e]),s=await $e.getExecOutput(r.command,r.args,{ignoreReturnCode:!0,silent:!0}).then(i=>i.stderr.length>0&&i.exitCode!=0?(k(`Builder.exists cmd err: ${i.stderr.trim()}`),!1):i.exitCode==0).catch(i=>(k(`Builder.exists error: ${i}`),!1));return k(`Builder.exists: ${s}`),s}async inspect(e){let r=Object.assign({},process.env,{DEBUG:"1"}),s=["inspect"];e&&s.push(e);let i=await this.buildx.getCommand(s);return await $e.getExecOutput(i.command,i.args,{ignoreReturnCode:!0,silent:!0,env:r}).then(n=>{if(n.stderr.length>0&&n.exitCode!=0)throw new Error(n.stderr.trim());return t.parseInspect(n.stdout)})}static parseInspect(e){let r={nodes:[]},s,i={},n,o,a;for(let c of e.trim().split(`
2026-05-22 14:44:02 +00:00
`)){let[l,...u]=c.split(":"),h=l.toLowerCase(),d=u.map(f=>f.trim()).join(":");if(l.length!=0)switch(!0){case h=="name":s=void 0,r.name==null?r.name=d:(n&&i.gcPolicy&&(i.gcPolicy.push(n),n=void 0),i.name&&r.nodes.push(i),i={name:d});break;case h=="driver":s=void 0,r.driver=d;break;case h=="last activity":s=void 0,r.lastActivity=new Date(d);break;case h=="endpoint":s=void 0,i.endpoint=d;break;case h=="driver options":s=void 0,i["driver-opts"]=(d.match(/([a-zA-Z0-9_.]+)="([^"]*)"/g)||[]).map(f=>f.replace(/^(.*)="(.*)"$/g,"$1=$2"));break;case h=="status":s=void 0,i.status=d;break;case h=="buildkit daemon flags":case h=="flags":s=void 0,i["buildkitd-flags"]=d;break;case h=="buildkit version":case h=="buildkit":s=void 0,i.buildkit=d;break;case h=="platforms":{if(s=void 0,!d)break;let f=[];if(d.includes("*"))for(let p of d.split(", "))p.includes("*")&&f.push(p.replace(/\*/g,""));else f=d.split(", ");i.platforms=f.join(",");break}case h=="features":s="features",i.features={};break;case h=="labels":s="label",i.labels={};break;case h=="devices":s="devices",i.devices=i.devices||[];break;case h.startsWith("gc policy rule#"):s="gcpolicy",i.gcPolicy&&n&&(i.gcPolicy.push(n),n=void 0);break;case h.startsWith("file#"):s="file",a=l.split("#")[1],i.files=i.files||{},i.files[a]="";break;default:switch(s&&s!=="devices"&&i.devices&&o&&(i.devices.push(o),o=void 0),s||""){case"features":{i.features=i.features||{},i.features[l.trim()]=!!d;break}case"label":{i.labels=i.labels||{},i.labels[l.trim()]=d;break}case"devices":{switch(h.trim()){case"name":{i.devices&&o&&i.devices.push(o),o={},o.name=d;break}case"on-demand":{o&&d&&(o.onDemand=d=="true");break}case"automatically allowed":{o&&d&&(o.autoAllow=d=="true");break}case"annotations":{o&&(o.annotations=o.annotations||{});break}default:o&&o.annotations&&(o.annotations[l.trim()]=d)}break}case"gcpolicy":{switch(i.gcPolicy=i.gcPolicy||[],n=n||{},h.trim()){case"all":{n.all=d=="true";break}case"filters":{d&&(n.filter=d.split(","));break}case"keep duration":{n.keepDuration=d;break}case"keep bytes":{n.keepBytes=d;break}case"reserved space":{n.reservedSpace=d;break}case"max used space":{n.maxUsedSpace=d;break}case"min free space":{n.minFreeSpace=d;break}}break}case"file":{a&&i.files&&(i.files[a].length>0&&(i.files[a]+=`
2026-06-03 22:14:37 +00:00
`),i.files[a]+=c.replace(/^\s>\s?/,""));break}}}}return o&&i.devices&&i.devices.push(o),n&&i.gcPolicy&&i.gcPolicy.push(n),i.name&&r.nodes.push(i),r}};var Yp=F(require("fs"),1),Fz=F(require("path"),1);var t1=class t{buildx;iidFilename;metadataFilename;constructor(e){this.buildx=e?.buildx||new Lt,this.iidFilename=`build-iidfile-${Ht.generateRandomString()}.txt`,this.metadataFilename=`build-metadata-${Ht.generateRandomString()}.json`}async gitContext(e){let r=new Set(["ref","checksum","subdir"]),s=e?.attrs||{},i=Object.entries(s).filter(([f])=>!r.has(f)),n=Ht.parseBoolOrDefault(s["fetch-by-commit"]),o=e?.ref||s.ref||rn.ref;o.startsWith("refs/")?o.startsWith("refs/pull/")&&Ht.parseBoolOrDefault(process.env.DOCKER_DEFAULT_GIT_CONTEXT_PR_HEAD_REF)&&(o=o.replace(/\/merge$/g,"/head")):o=`refs/heads/${o}`;let a=`${tr.serverURL}/${rn.repo.owner}/${rn.repo.repo}.git`,c=e?.checksum||s.checksum,l=e?.subdir||s.subdir,u=e?.format;if(!u){if(u="fragment",i.length>0)u="query";else if(Ht.parseBoolOrDefault(process.env.BUILDX_SEND_GIT_QUERY_AS_INPUT))try{await this.buildx.versionSatisfies(">=0.29.0")&&(u="query")}catch{}}let h=rn.sha||o;o.startsWith("refs/pull/")&&o.endsWith("/head")&&(h=typeof rn.payload.pull_request?.head?.sha=="string"?rn.payload.pull_request.head.sha:o);let d=c||h;if(u==="query"){let f=[`ref=${n||c?o:d}`],p=n?d:c;p&&f.push(`checksum=${p}`),l&&l!=="."&&f.push(`subdir=${l}`);for(let[g,C]of i)f.push(`${g}=${C}`);return`${a}?${f.join("&")}`}return`${a}#${d}${l&&l!=="."?`:${l}`:""}`}getImageIDFilePath(){return Fz.default.join(Gt.tmpDir(),this.iidFilename)}resolveImageID(){let e=this.getImageIDFilePath();if(Yp.default.existsSync(e))return Yp.default.readFileSync(e,{encoding:"utf-8"}).trim()}getMetadataFilePath(){return Fz.default.join(Gt.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!Yp.default.existsSync(e))return;let r=Yp.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,i]=t.parseSecretKvp(e,r?.redact);if(r?.asFile){if(!Yp.default.existsSync(i))throw new Error(`secret file ${i} not found`);return[s,i]}let n=Gt.tmpName({tmpdir:Gt.tmpDir()});return Yp.default.writeFileSync(n,i),[s,n]}static getProvenanceInput(e){let r=gi(e);if(!r)return r;try{return Zf(e)?`builder-id=${tr.workflowRunURL(!0)}`:"false"}catch{return t.resolveProvenanceAttrs(r)}}static resolveProvenanceAttrs(e){if(!e)return`builder-id=${tr.workflowRunURL(!0)}`;let r=xo(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let s of r)if(s.toString().split(/(?<=^[^=]+?)=/).map(n=>n.trim())[0]=="builder-id")return e;return`${e},builder-id=${tr.workflowRunURL(!0)}`}static resolveCacheToAttrs(e,r){if(!e)return e;let s="registry",i="",n="",o=xo(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let a of o){let c=a.toString().split(/(?<=^[^=]+?)=/).map(l=>l.trim());c[0]==="type"?s=c[1]:c[0]==="repository"?i=c[1]:c[0]==="ghtoken"&&(n=c[1])}return s==="gha"&&(i||(e=`${e},repository=${tr.repository}`),!n&&r&&(e=`${e},ghtoken=${r}`)),e}static hasLocalExporter(e){return t.hasExporterType("local",e)}static hasTarExporter(e){return t.hasExporterType("tar",e)}static hasDockerExporter(e,r){return r||t.hasExporterType("docker",e)}static hasExporterType(e,r){let s=xo(r.join(`
`),{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let i of s){if(i.length==1&&!i[0].startsWith("type="))return e=="local";for(let[n,o]of i.map(a=>a.split("=").map(c=>c.trim())))if(n=="type"&&o==e)return!0}return!1}static hasAttestationType(e,r){let s=xo(r,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0});for(let i of s)for(let[n,o]of i.map(a=>a.split("=").map(c=>c.trim())))if(n=="type"&&o==e)return!0;return!1}static resolveAttestationAttrs(e){let r=xo(e,{delimiter:",",trim:!0,columns:!1,relaxColumnCount:!0}),s=[];for(let i of r)for(let n of i)try{let o=Ht.parseBool(n);s.push(`disabled=${!o}`)}catch{s.push(n)}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("="),i=e.substring(0,s),n=e.substring(s+1);if(i.length==0||n.length==0)throw new Error(`${e} is not a valid secret`);return r&&_c(n),[i,n]}};var Uz=F(require("fs"),1),JIe=F(require("path"),1);var r1=class t{buildx;metadataFilename;constructor(e){this.buildx=e?.buildx||new Lt,this.metadataFilename=`bake-metadata-${Ht.generateRandomString()}.json`}getMetadataFilePath(){return JIe.default.join(Gt.tmpDir(),this.metadataFilename)}resolveMetadata(){let e=this.getMetadataFilePath();if(!Uz.default.existsSync(e))return;let r=Uz.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"],i,n=[],o=[...e.files||[],e.source];if(o){for(let c of o.map(l=>l?l.trim():""))if(c.length!=0){if(!Ht.isValidRef(c)){n.push(c);continue}if(i)throw new Error("Only one remote bake definition can be defined");i=c}}i&&s.push(i);for(let c of n)s.push("--file",c);if(e.overrides)for(let c of e.overrides)s.push("--set",c);if(e.vars)for(let c of e.vars)s.push("--var",c);if(e.allow)for(let c of e.allow)s.push("--allow",c);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 a=await this.buildx.getCommand([...s,"--print",...e.targets||[]]);return await $e.getExecOutput(a.command,a.args,r).then(c=>{if(c.stderr.length>0&&c.exitCode!=0)throw new Error(`cannot parse bake definitions: ${c.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return t.parseDefinition(c.stdout.trim())})}static parseDefinition(e){let r=JSON.parse(e);for(let s in r.target){let i=r.target[s];i.attest&&Array.isArray(i.attest)&&(i.attest=i.attest.map(n=>t.parseAttestEntry(n))),i["cache-from"]&&Array.isArray(i["cache-from"])&&(i["cache-from"]=i["cache-from"].map(n=>t.parseCacheEntry(n))),i["cache-to"]&&Array.isArray(i["cache-to"])&&(i["cache-to"]=i["cache-to"].map(n=>t.parseCacheEntry(n))),i.output&&Array.isArray(i.output)&&(i.output=i.output.map(n=>t.parseExportEntry(n))),i.secret&&Array.isArray(i.secret)&&(i.secret=i.secret.map(n=>t.parseSecretEntry(n))),i.ssh&&Array.isArray(i.ssh)&&(i.ssh=i.ssh.map(n=>t.parseSSHEntry(n)))}return r}static parseAttestEntry(e){if(typeof e!="string")return e;let r={type:""},s=xo(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];for(let i of s){let[n,o]=i.toString().split(/(?<=^[^=]+?)=/).map(a=>a.trim());switch(n){case"type":r.type=o;break;case"disabled":r.disabled=Ht.parseBool(o);break;default:r[n]=o}}return r}static parseCacheEntry(e){if(typeof e!="string")return e;let r={type:""},s=xo(e,{relaxColumnCount:!0,skipEmptyLines:!0})[0];if(s.length===1&&!s[0].includes("="))return r.type="registry",r.ref=s[0],r;for(let i of s){let[n,o]=i.toString().split(/(?<=^[^=]+?)=/)
`)[0])}static async isHeadDetached(){return await t.exec(["branch","--show-current"]).then(e=>e.length==0)}static async getDetachedRef(){let e=await t.exec(["show","-s","--pretty=%D"]);k(`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 i=s[1].trim();if(i.startsWith("tag: "))return`refs/tags/${i.split(":")[1].trim()}`;if(i.match(/^pull\/\d+\/(head|merge)$/))return`refs/${i}`;let o=i.match(/^[^/]+\/[^/]+, (.+)$/);if(o)return`refs/heads/${o[1].trim()}`;let a=i.match(/^[^/]+\/(.+)$/);if(a)return`refs/heads/${a[1].trim()}`;throw new Error(`Unsupported detached HEAD ref in "${e}"`)}static async exec(e=[]){return await $e.getExecOutput("git",e,{ignoreReturnCode:!0,silent:!0}).then(r=>{if(r.stderr.length>0&&r.exitCode!=0)throw new Error(r.stderr);return r.stdout.trim()})}static async inferRefFromHead(){let e=await t.findContainingRef("refs/heads/");if(e)return e;let r=await t.findContainingRef("refs/remotes/");if(r){let n=r.match(/^refs\/remotes\/[^/]+\/(.+)$/);return n?`refs/heads/${n[1]}`:r}let s=await t.exec(["tag","--contains","HEAD"]),[i]=s.split(`
`).map(n=>n.trim()).filter(n=>n.length>0);if(i)return`refs/tags/${i}`;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(`
2026-06-03 22:14:37 +00:00
`).map(i=>i.trim()).filter(i=>i.length>0);return s}static async commitDate(e){return new Date(await t.exec(["show","-s",'--format="%ci"',e]))}};var gPe=require("crypto"),eu=F(require("fs"),1),If=F(require("path"),1);var BS=F(Ob(),1),tu=F(o_e(),1),yPe=F($9(),1),XE=F(uPe(),1);var jW=F(Ob(),1);var dPe=F(ac(),1);var hPe="application/vnd.oci.empty.v1+json";var kh=class{binPath;_version;_versionOnce;constructor(e){this.binPath=e?.binPath||"cosign",this._version="",this._versionOnce=!1}async isAvailable(){let e=await $e.getExecOutput(this.binPath,[],{ignoreReturnCode:!0,silent:!0}).then(r=>r.stderr.length>0&&r.exitCode!=0?(k(`Cosign.isAvailable cmd err: ${r.stderr.trim()}`),!1):r.exitCode==0).catch(r=>(k(`Cosign.isAvailable error: ${r}`),!1));return k(`Cosign.isAvailable: ${e}`),e}async version(){return this._versionOnce?this._version:(this._versionOnce=!0,this._version=await $e.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 $e.exec(this.binPath,["version","--json"],{failOnStdErr:!1})}async versionSatisfies(e,r){let s=r??await this.version();if(!s)return k("Cosign.versionSatisfies false: undefined version"),!1;let i=dPe.satisfies(s,e)||/^[0-9a-f]{7}$/.exec(s)!==null;return k(`Cosign.versionSatisfies ${s} statisfies ${e}: ${i}`),i}static parseCommandOutput(e){let r,s,i,n;for(let o of e.split(/\r?\n/)){let a=o.trim();if(!a.startsWith("{")||!a.endsWith("}"))continue;let c;try{c=JSON.parse(a)}catch{continue}if(c&&Array.isArray(c.errors)&&c.errors.length>0&&(n=c.errors),!r&&c&&Array.isArray(c.manifests)&&c.manifests.length>0){let l=c.manifests[0];l?.artifactType===jW.BUNDLE_V03_MEDIA_TYPE&&typeof l.digest=="string"?r=l.digest:l?.artifactType===hPe&&typeof l.digest=="string"&&(s=l.digest)}if(!i&&c&&c.mediaType===jW.BUNDLE_V03_MEDIA_TYPE&&(i=c),i&&(r||s)){n=void 0;break}}return{bundle:i,signatureManifestDigest:r||s,errors:n}}};var JW=F(require("fs"),1);var wD=class t{buildx;constructor(e){this.buildx=e?.buildx||new Lt}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(o=>o.annotations?.["vnd.docker.reference.type"]==="attestation-manifest");if(!e.platform)return s;let i=e.platform,n=new Map;for(let o of r.manifests)o.digest&&n.set(o.digest,o);return s.filter(o=>{let a=o.annotations?.["vnd.docker.reference.digest"];if(!a)return!1;let c=n.get(a);return c?c.platform?.os===i.os&&c.platform?.architecture===i.architecture&&(c.platform?.variant??"")===(i.variant??""):!1})}async attestationDigests(e){return(await this.attestationDescriptors(e)).map(r=>r.digest)}async create(e){let r=[],s=Gt.tmpName({tmpdir:Gt.tmpDir(),template:"imagetools-metadata-XXXXXX"}),i=[],n=[];for(let a of e.sources){if(a.startsWith("cwd://")){let c=a.substring(6);c.length>0&&i.push(c);continue}n.push(a)}if(e.tags)for(let a of e.tags)r.push("--tag",a);if(e.platforms)for(let a of e.platforms)r.push("--platform",a);if(e.annotations)for(let a of e.annotations)r.push("--annotation",a);e.dryRun?r.push("--dry-run"):r.push("--metadata-file",s);for(let a of i)r.push("--file",a);for(let a of n)r.push(a);let o=await this.getCreateComm
${o.message}`),await new Promise(l=>setTimeout(l,Math.pow(2,a)*100))}throw o??new Error(`ImageTools inspect command failed for ${e.name}`)}async execInspect(e,r,s){return await $e.getExecOutput(e,r,{ignoreReturnCode:!0,silent:!0}).then(i=>{if(i.stderr.length>0&&i.exitCode!=0)throw new Error(i.stderr.trim());return s(JSON.parse(i.stdout))})}static isManifestUnknownError(e){return/(MANIFEST_UNKNOWN|manifest unknown|not found: not found)/i.test(e)}};var fPe="application/vnd.in-toto+json";var pPe="https://fulcio.sigstore.dev",APe="https://rekor.sigstore.dev",mPe="https://timestamp.sigstore.dev",JA="https://search.sigstore.dev";var GQt="slsaprovenance1",bf=class t{cosign;imageTools;constructor(e){this.cosign=e?.cosign||new kh,this.imageTools=e?.imageTools||new wD}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 i=t.noTransparencyLog(e.noTransparencyLog),n=[];await this.cosign.versionSatisfies(">=3.0.4")?await Cr("Creating Sigstore protobuf signing config",async()=>{let o=Gt.tmpName({template:"signing-config-XXXXXX.json",tmpdir:Gt.tmpDir()}),a=["signing-config","create","--with-default-services=true",`--out=${o}`];i&&a.push("--no-default-rekor=true"),await $e.exec(this.cosign.binPath,a,{env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),W(JSON.stringify(JSON.parse(eu.default.readFileSync(o,{encoding:"utf-8"})),null,2)),n.push(`--signing-config=${o}`)}):(n.push("--use-signing-config"),i&&n.push("--tlog-upload=false"));for(let o of e.imageNames){let a=await this.imageTools.attestationDigests({name:`${o}@${e.imageDigest}`,retryOnManifestUnknown:e.retryOnManifestUnknown,retryLimit:e.retryLimit});for(let c of a){let l=`${o}@${c}`;await Cr(`Signing attestation manifest ${l}`,async()=>{let u=["sign","--yes","--oidc-provider","github-actions","--registry-referrers-mode","oci-1-1","--new-bundle-format",...n];W(`[command]${this.cosign.binPath} ${[...u,l].join(" ")}`);let h=await $e.getExecOutput(this.cosign.binPath,["--verbose",...u,l],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),d=kh.parseCommandOutput(h.stderr.trim());if(h.exitCode!=0)if(d.errors&&d.errors.length>0){let p=d.errors.map(g=>`- [${g.code}] ${g.message} : ${g.detail}`).join(`
`);throw new Error(`Cosign sign command failed with errors:
2026-06-03 22:14:37 +00:00
${p}`)}else throw new Error(`Cosign sign command failed with: ${h.stderr.trim().split(/\r?\n/).filter(p=>p.length>0).pop()??"unknown error"}`);let f=t.parseBundle((0,BS.bundleFromJSON)(d.bundle));f.tlogID&&W(`Uploaded to Rekor transparency log: ${JA}?logIndex=${f.tlogID}`),W(`Signature manifest pushed: https://oci.dag.dev/?referrers=${l}`),r[l]={...f,imageName:o}})}}}catch(s){throw new Error(`Signing BuildKit attestation manifests failed: ${s.message}`)}return r}async verifySignedManifests(e,r){let s={};for(let[i,n]of Object.entries(e))await Cr(`Verifying signature of ${i}`,async()=>{let o=await this.verifyImageAttestation(i,{certificateIdentityRegexp:r.certificateIdentityRegexp,noTransparencyLog:r.noTransparencyLog||!n.tlogID,retryOnManifestUnknown:r.retryOnManifestUnknown});W(`Signature manifest verified: https://oci.dag.dev/?image=${n.imageName}@${o.signatureManifestDigest}`),s[i]=o});return s}async verifyImageAttestations(e,r){let s={},i=await this.imageTools.attestationDigests({name:e,platform:r.platform,retryOnManifestUnknown:r.retryOnManifestUnknown,retryLimit:r.retryLimit});if(i.length===0)throw new Error(`No attestation manifests found for ${e}`);let n=e.split(":",1)[0];for(let o of i){let a=`${n}@${o}`,c=await this.verifyImageAttestation(a,r);W(`Signature manifest verified: https://oci.dag.dev/?image=${n}@${c.signatureManifestDigest}`),s[a]=c}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 o=await $e.getExecOutput(this.cosign.binPath,["--verbose",...s,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})});if(o.exitCode!==0)throw new Error(`Cosign verify command failed with: ${o.stderr.trim().split(/\r?\n/).filter(c=>c.length>0).pop()??"unknown error"}`);let a=kh.parseCommandOutput(o.stderr.trim());return{cosignArgs:s,signatureManifestDigest:a.signatureManifestDigest}}let i=r.retryLimit??15,n;W(`[command]${this.cosign.binPath} ${[...s,e].join(" ")}`);for(let o=0;o<i;o++){let a=await $e.getExecOutput(this.cosign.binPath,["--verbose",...s,e],{ignoreReturnCode:!0,silent:!0,env:Object.assign({},process.env,{COSIGN_EXPERIMENTAL:"1"})}),c=kh.parseCommandOutput(a.stderr.trim());if(a.exitCode===0)return{cosignArgs:s,signatureManifestDigest:c.signatureManifestDigest};if(c.errors&&c.errors.length>0){let l=c.errors.map(u=>`- [${u.code}] ${u.message} : ${u.detail}`).join(`
`);if(n=new Error(`Cosign verify command failed with errors:
2026-06-03 22:14:37 +00:00
${l}`),c.errors.some(u=>u.code==="MANIFEST_UNKNOWN"))W(`Cosign verify command failed with MANIFEST_UNKNOWN, retrying attempt ${o+1}/${i}...
${l}`),await new Promise(u=>setTimeout(u,Math.pow(2,o)*100));else throw n}else throw new Error(`Cosign verify command failed with: ${a.stderr.trim().split(/\r?\n/).filter(l=>l.length>0).pop()??"unknown error"}`)}throw n}async signProvenanceBlobs(e){let r={};try{if(!process.env.ACTIONS_ID_TOKEN_REQUEST_URL)throw new Error('missing "id-token" permission. Please add "permissions: id-token: write" to your workflow.');let s=this.signingEndpoints(e.noTransparencyLog);W(`Using Sigstore signing endpoint: ${s.fulcioURL}`);let i=t.getProvenanceBlobs(e);for(let n of Object.keys(i))await Cr(`Signing ${n}`,async()=>{let o=i[n],a=If.default.join(If.default.dirname(n),`${e.name??"provenance"}.sigstore.json`),c=t.getProvenanceSubjects(o);if(c.length===0){Zt(`No subjects found in provenance ${n}, skip signing.`);return}let l=await t.signPayload({data:o,type:fPe},s),u=t.parseBundle(l);W("Provenance blob signed for:");for(let h of c){let[d,f]=Object.entries(h.digest)[0]||[];W(` - ${h.name} (${d}:${f})`)}u.tlogID&&W(`Attestation signature uploaded to Rekor transparency log: ${JA}?logIndex=${u.tlogID}`),W(`Writing Sigstore bundle to: ${a}`),eu.default.writeFileSync(a,JSON.stringify(u.payload,null,2),{encoding:"utf-8"}),r[n]={...u,bundlePath:a,subjects:c}})}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[i,n]of Object.entries(e)){let o=If.default.dirname(i);await Cr(`Verifying signature bundle ${n.bundlePath}`,async()=>{for(let a of n.subjects){let c=If.default.join(o,a.name);W(`Verifying signed artifact ${c}`);let l=["verify-blob-attestation","--new-bundle-format","--certificate-oidc-issuer","https://token.actions.githubusercontent.com","--certificate-identity-regexp",r.certificateIdentityRegexp,"--type",r.predicateType??GQt];(r.noTransparencyLog||!n.tlogID)&&l.push("--use-signed-timestamps","--insecure-ignore-tlog");let u=await $e.getExecOutput(this.cosign.binPath,[...l,"--bundle",n.bundlePath,c],{ignoreReturnCode:!0});if(u.stderr.length>0&&u.exitCode!=0)throw new Error(u.stderr);s[c]={bundlePath:n.bundlePath,cosignArgs:l}}})}return s}async verifyArtifact(e,r,s){W("Verifying keyless verification bundle signature");let i=JSON.parse(eu.default.readFileSync(r,"utf-8")),n=(0,BS.bundleFromJSON)(i);W("Fetching Sigstore TUF trusted root metadata");let o=await yPe.getTrustedRoot(),a=(0,XE.toTrustMaterial)(o);try{W("Verifying artifact signature");let c=(0,XE.toSignedEntity)(n,eu.default.readFileSync(e)),l=t.parseCertificate(n),u=n.verificationMaterial.tlogEntries,h=u.length>0?u[0].logIndex:void 0;if(s?.subjectAlternativeName&&s?.subjectAlternativeName instanceof RegExp){let p=l.subjectAltName?.replace(/^uri:/i,"");if(p){if(!p.match(s.subjectAlternativeName))throw new Error(`Signing certificate subjectAlternativeName "${p}" does not match expected pattern`)}else throw new Error("Signing certificate does not contain subjectAltName")}let f=new XE.Verifier(a).verify(c,{subjectAlternativeName:s?.subjectAlternativeName&&typeof s.subjectAlternativeName=="string"?s.subjectAlternativeName:void 0,extensions:s?.issuer?{issuer:s.issuer}:void 0});return k(`Sigstore.verifyArtifact signer: ${JSON.stringify(f)}`),{payload:i,certificate:l.toString(),tlogID:h}}catch(c){throw new Error(`Failed to verify artifact signature: ${c}`)}}signingEndpoints(e){return e=t.noTransparencyLog(e),W(`Upload to transparency log: ${e?"disabled":"enabled"}`),{fulcioURL:pPe,rekorURL:e?void 0:APe,tsaServerURL:mPe}}static noTransparencyLog(e){return e??tr.context.payload.repository?.private}static getProvenanceBlobs(e){let r=If.default.join(e.localExportDir,"provenance.json");if(eu.default.existsSync(r))return{[r]:eu.default.readFileSync(r)};let s=eu.default.readdirSync(e.localExportDir,{withFileTypes:!0}),i=s.filter(n=>n.isDirectory());if(i.length>0&&i.length===s.length&&i.every(n=>eu.default.existsSync(If.default.join(e.localExportDir,n.name,"provenance.json")))){let n={};for(let o of i){let a=
# 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 /
2026-06-03 22:14:37 +00:00
`;var _D=class t{githubToken;buildx;sigstore;constructor(e){this.githubToken=e?.githubToken||process.env.GITHUB_TOKEN,this.buildx=e?.buildx||new Lt,this.sigstore=e?.sigstore||new bf}async download(e){let r=await t.getDownloadVersion(e.version);k(`Install.download version: ${r.version}`);let s=await t.getRelease(r,this.githubToken);k(`Install.download release tag name: ${s.tag_name}`);let i=await this.vspec(s.tag_name);k(`Install.download vspec: ${i}`);let n=rC.clean(i)||"";if(!rC.valid(n))throw new Error(`Invalid Cosign version "${i}".`);let o=new qs({htcName:"cosign-dl-bin",htcVersion:i,baseCacheDir:tC.default.join(yc.default.homedir(),".bin"),cacheFile:yc.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:e.ghaNoCache}),a=await o.find();if(a)return W(`Cosign binary found in ${a}`),a;let c=KW.format(r.downloadURL,i,this.filename());W(`Downloading ${c}`);let l=await Yo(c,void 0,this.githubToken);k(`Install.download htcDownloadPath: ${l}`),e.verifySignature&&rC.satisfies(i,">=3.0.1")&&await this.verifySignature(l,c);let u=await o.save(l,e.skipState);return W(`Cached to ${u}`),u}async build(e,r,s){let i=await this.vspec(e);k(`Install.build vspec: ${i}`);let n=new qs({htcName:"cosign-build-bin",htcVersion:i,baseCacheDir:tC.default.join(yc.default.homedir(),".bin"),cacheFile:yc.default.platform()=="win32"?"cosign.exe":"cosign",ghaNoCache:r}),o=await n.find();if(o)return W(`Cosign binary found in ${o}`),o;let a=tC.default.join(Gt.tmpDir(),"cosign-build-cache"),c=await this.buildCommand(e,a),l=await $e.getExecOutput(c.command,c.args,{ignoreReturnCode:!0,input:Buffer.from(CPe)}).then(h=>{if(h.stderr.length>0&&h.exitCode!=0)throw new Error(`build failed with: ${h.stderr.match(/(.*)\s*$/)?.[0]?.trim()??"unknown error"}`);return`${a}/cosign`}),u=await n.save(l,s);return W(`Cached to ${u}`),u}async install(e,r){r=r||Gt.tmpDir();let s=tC.default.join(r,"cosign-bin");xS.default.existsSync(s)||xS.default.mkdirSync(s,{recursive:!0});let i=yc.default.platform()=="win32"?"cosign.exe":"cosign",n=tC.default.join(s,i);return xS.default.copyFileSync(e,n),W("Fixing perms"),xS.default.chmodSync(n,"0755"),Pc(s),W("Added Cosign to PATH"),W(`Binary path: ${n}`),n}async buildCommand(e,r){let s=await new Lt({standalone:!0}).isAvailable(),i=await new Lt({standalone:!1}).isAvailable(),n=!1;if(await this.buildx.isStandalone()&&s)k("Install.buildCommand: Buildx standalone found, build with it"),n=!0;else if(!await this.buildx.isStandalone()&&i)k("Install.buildCommand: Buildx plugin found, build with it"),n=!1;else if(s)k("Install.buildCommand: Buildx plugin not found, but standalone found so trying to build with it"),n=!0;else if(i)k("Install.buildCommand: Buildx standalone not found, but plugin found so trying to build with it"),n=!1;else throw new Error(`Neither buildx standalone or plugin have been found to build from ref ${e}`);let o=["build","--platform","local","--build-arg","BUILDKIT_CONTEXT_KEEP_GIT_DIR=1","--output",`type=local,dest=${r}`];return process.env.GIT_AUTH_TOKEN&&o.push("--secret","id=GIT_AUTH_TOKEN"),o.push("-f-",e),await new Lt({standalone:n}).getCommand(o)}async verifySignature(e,r){let s=`${r}.sigstore.json`;W(`Downloading keyless verification bundle at ${s}`);let i=await Yo(s,void 0,this.githubToken);k(`Install.verifySignature bundlePath: ${i}`);let n=await this.sigstore.verifyArtifact(e,i,{subjectAlternativeName:"keyless@projectsigstore.iam.gserviceaccount.com",issuer:"https://accounts.google.com"});W(`Cosign binary signature verified! ${n.tlogID?`${JA}?logIndex=${n.tlogID}`:""}`)}filename(){let e;switch(yc.default.arch()){case"x64":{e="amd64";break}case"ppc64":{e="ppc64le";break}default:{e=yc.default.arch();break}}let r=yc.default.platform()=="win32"?"windows":yc.default.platform(),s=yc.default.platform()=="win32"?".exe":"";return KW.format("cosign-%s-%s%s",r,e,s)}async vspec(e){if(!Ht.isValidRef(e)){let l=e.replace(/^v+|v+$/g,"");return W(`Use ${l} version spec cache key for ${e}`),l}let[r,s]=e.split("#");s.length==0&&(s="master");let i;s.match(/^[0-9a-fA-F]{40}$/)?i=s:i=await Cy.remoteSha(r,s,process.env.GIT_AUTH
/*! 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 14:44:02 +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.
*)
js-yaml/dist/js-yaml.mjs:
2026-06-03 22:14:37 +00:00
(*! js-yaml 4.2.0 https://github.com/nodeca/js-yaml @license MIT *)
@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