-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathsetup-cpp.mjs
3 lines (3 loc) · 270 KB
/
setup-cpp.mjs
1
2
3
#!/usr/bin/env node
function e(e){return e&&e.__esModule&&{}.hasOwnProperty.call(e,"default")?e.default:e}function t(e){if(e.__esModule)return e;var t=e.default;if("function"==typeof t){var r=function e(){return this instanceof e?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}function r(){return Xn||(Xn=1,Object.defineProperty(Qn,"__esModule",{value:!0}),Qn.toCommandProperties=Qn.toCommandValue=void 0,Qn.toCommandValue=function(e){return null==e?"":"string"==typeof e||e instanceof String?e:JSON.stringify(e)},Qn.toCommandProperties=function(e){return Object.keys(e).length?{title:e.title,file:e.file,line:e.startLine,endLine:e.endLine,col:e.startColumn,endColumn:e.endColumn}:{}}),Qn}function n(e){const t="https:"===e.protocol;if(function(e){if(!e.hostname)return!1;if(function(e){const t=e.toLowerCase();return"localhost"===t||t.startsWith("127.")||t.startsWith("[::1]")||t.startsWith("[0:0:0:0:0:0:0:1]")}(e.hostname))return!0;const t=process.env.no_proxy||process.env.NO_PROXY||"";if(!t)return!1;let r;e.port?r=Number(e.port):"http:"===e.protocol?r=80:"https:"===e.protocol&&(r=443);const n=[e.hostname.toUpperCase()];"number"==typeof r&&n.push(`${n[0]}:${r}`);for(const o of t.split(",").map((e=>e.trim().toUpperCase())).filter((e=>e)))if("*"===o||n.some((e=>e===o||e.endsWith("."+o)||o.startsWith(".")&&e.endsWith(""+o))))return!0;return!1}(e))return;const r=t?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY;if(r)try{return new to(r)}catch{if(!r.startsWith("http://")&&!r.startsWith("https://"))return new to("http://"+r)}}function o(){if(bo)return eo;bo=1;var e=eo&&eo.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(eo,"__esModule",{value:!0}),eo.OidcClient=void 0;const t=Eo,r=function(){if(_o)return $o;_o=1;var e=$o&&$o.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};return Object.defineProperty($o,"__esModule",{value:!0}),$o.PersonalAccessTokenCredentialHandler=$o.BearerCredentialHandler=$o.BasicCredentialHandler=void 0,$o.BasicCredentialHandler=class{constructor(e,t){this.username=e,this.password=t}prepareRequest(e){if(!e.headers)throw Error("The request has no headers");e.headers.Authorization="Basic "+Buffer.from(`${this.username}:${this.password}`).toString("base64")}canHandleAuthentication(){return!1}handleAuthentication(){return e(this,void 0,void 0,(function*(){throw Error("not implemented")}))}},$o.BearerCredentialHandler=class{constructor(e){this.token=e}prepareRequest(e){if(!e.headers)throw Error("The request has no headers");e.headers.Authorization="Bearer "+this.token}canHandleAuthentication(){return!1}handleAuthentication(){return e(this,void 0,void 0,(function*(){throw Error("not implemented")}))}},$o.PersonalAccessTokenCredentialHandler=class{constructor(e){this.token=e}prepareRequest(e){if(!e.headers)throw Error("The request has no headers");e.headers.Authorization="Basic "+Buffer.from("PAT:"+this.token).toString("base64")}canHandleAuthentication(){return!1}handleAuthentication(){return e(this,void 0,void 0,(function*(){throw Error("not implemented")}))}},$o}(),n=u();class o{static createHttpClient(e=!0,n=10){const i={allowRetries:e,maxRetries:n};return new t.HttpClient("actions/oidc-client",[new r.BearerCredentialHandler(o.getRequestToken())],i)}static getRequestToken(){const e=process.env.ACTIONS_ID_TOKEN_REQUEST_TOKEN;if(!e)throw Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_TOKEN env variable");return e}static getIDTokenUrl(){const e=process.env.ACTIONS_ID_TOKEN_REQUEST_URL;if(!e)throw Error("Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable");return e}static getCall(t){var r;return e(this,void 0,void 0,(function*(){const e=o.createHttpClient(),n=yield e.getJson(t).catch((e=>{throw Error(`Failed to get ID Token. \n \n Error Code : ${e.statusCode}\n \n Error Message: ${e.message}`)})),i=null===(r=n.result)||void 0===r?void 0:r.value;if(!i)throw Error("Response json body do not have ID Token field");return i}))}static getIDToken(t){return e(this,void 0,void 0,(function*(){try{let e=o.getIDTokenUrl();t&&(e=`${e}&audience=${encodeURIComponent(t)}`),(0,n.debug)("ID token url is "+e);const r=yield o.getCall(e);return(0,n.setSecret)(r),r}catch(e){throw Error("Error message: "+e.message)}}))}}return eo.OidcClient=o,eo}function i(){return Oo||(Oo=1,function(e){var t=Ao&&Ao.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(e,"__esModule",{value:!0}),e.summary=e.markdownSummary=e.SUMMARY_DOCS_URL=e.SUMMARY_ENV_VAR=void 0;const r=Ur,n=Gr,{access:o,appendFile:i,writeFile:s}=n.promises;e.SUMMARY_ENV_VAR="GITHUB_STEP_SUMMARY",e.SUMMARY_DOCS_URL="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";const a=new class{constructor(){this._buffer=""}filePath(){return t(this,void 0,void 0,(function*(){if(this._filePath)return this._filePath;const t=process.env[e.SUMMARY_ENV_VAR];if(!t)throw Error(`Unable to find environment variable for $${e.SUMMARY_ENV_VAR}. Check if your runtime environment supports job summaries.`);try{yield o(t,n.constants.R_OK|n.constants.W_OK)}catch(r){throw Error(`Unable to access summary file: '${t}'. Check if the file has correct read/write permissions.`)}return this._filePath=t,this._filePath}))}wrap(e,t,r={}){const n=Object.entries(r).map((([e,t])=>` ${e}="${t}"`)).join("");return t?`<${e}${n}>${t}</${e}>`:`<${e}${n}>`}write(e){return t(this,void 0,void 0,(function*(){const t=!!(null==e?void 0:e.overwrite),r=yield this.filePath(),n=t?s:i;return yield n(r,this._buffer,{encoding:"utf8"}),this.emptyBuffer()}))}clear(){return t(this,void 0,void 0,(function*(){return this.emptyBuffer().write({overwrite:!0})}))}stringify(){return this._buffer}isEmptyBuffer(){return 0===this._buffer.length}emptyBuffer(){return this._buffer="",this}addRaw(e,t=!1){return this._buffer+=e,t?this.addEOL():this}addEOL(){return this.addRaw(r.EOL)}addCodeBlock(e,t){const r=Object.assign({},t&&{lang:t}),n=this.wrap("pre",this.wrap("code",e),r);return this.addRaw(n).addEOL()}addList(e,t=!1){const r=t?"ol":"ul",n=e.map((e=>this.wrap("li",e))).join(""),o=this.wrap(r,n);return this.addRaw(o).addEOL()}addTable(e){const t=e.map((e=>{const t=e.map((e=>{if("string"==typeof e)return this.wrap("td",e);const{header:t,data:r,colspan:n,rowspan:o}=e,i=t?"th":"td",s=Object.assign(Object.assign({},n&&{colspan:n}),o&&{rowspan:o});return this.wrap(i,r,s)})).join("");return this.wrap("tr",t)})).join(""),r=this.wrap("table",t);return this.addRaw(r).addEOL()}addDetails(e,t){const r=this.wrap("details",this.wrap("summary",e)+t);return this.addRaw(r).addEOL()}addImage(e,t,r){const{width:n,height:o}=r||{},i=Object.assign(Object.assign({},n&&{width:n}),o&&{height:o}),s=this.wrap("img",null,Object.assign({src:e,alt:t},i));return this.addRaw(s).addEOL()}addHeading(e,t){const r="h"+t,n=this.wrap(["h1","h2","h3","h4","h5","h6"].includes(r)?r:"h1",e);return this.addRaw(n).addEOL()}addSeparator(){const e=this.wrap("hr",null);return this.addRaw(e).addEOL()}addBreak(){const e=this.wrap("br",null);return this.addRaw(e).addEOL()}addQuote(e,t){const r=Object.assign({},t&&{cite:t}),n=this.wrap("blockquote",e,r);return this.addRaw(n).addEOL()}addLink(e,t){const r=this.wrap("a",e,{href:t});return this.addRaw(r).addEOL()}};e.markdownSummary=a,e.summary=a}(Ao)),Ao}function s(){return So||(So=1,function(e){function t(e){return(1&e.mode)>0||(8&e.mode)>0&&e.gid===process.getgid()||(64&e.mode)>0&&e.uid===process.getuid()}var r,n=jo&&jo.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),o=jo&&jo.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),i=jo&&jo.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&n(t,e,r);return o(t,e),t},s=jo&&jo.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(e,"__esModule",{value:!0}),e.getCmdPath=e.tryGetExecutablePath=e.isRooted=e.isDirectory=e.exists=e.READONLY=e.UV_FS_O_EXLOCK=e.IS_WINDOWS=e.unlink=e.symlink=e.stat=e.rmdir=e.rm=e.rename=e.readlink=e.readdir=e.open=e.mkdir=e.lstat=e.copyFile=e.chmod=void 0;const a=i(Gr),c=i(Xr);e.chmod=(r=a.promises).chmod,e.copyFile=r.copyFile,e.lstat=r.lstat,e.mkdir=r.mkdir,e.open=r.open,e.readdir=r.readdir,e.readlink=r.readlink,e.rename=r.rename,e.rm=r.rm,e.rmdir=r.rmdir,e.stat=r.stat,e.symlink=r.symlink,e.unlink=r.unlink,e.IS_WINDOWS="win32"===process.platform,e.UV_FS_O_EXLOCK=268435456,e.READONLY=a.constants.O_RDONLY,e.exists=function(t){return s(this,void 0,void 0,(function*(){try{yield e.stat(t)}catch(r){if("ENOENT"===r.code)return!1;throw r}return!0}))},e.isDirectory=function(t,r=!1){return s(this,void 0,void 0,(function*(){return(r?yield e.stat(t):yield e.lstat(t)).isDirectory()}))},e.isRooted=function(t){if(!(t=function(t){return t=t||"",e.IS_WINDOWS?(t=t.replace(/\//g,"\\")).replace(/\\\\+/g,"\\"):t.replace(/\/\/+/g,"/")}(t)))throw Error('isRooted() parameter "p" cannot be empty');return e.IS_WINDOWS?t.startsWith("\\")||/^[A-Z]:/i.test(t):t.startsWith("/")},e.tryGetExecutablePath=function(r,n){return s(this,void 0,void 0,(function*(){let o;try{o=yield e.stat(r)}catch(s){"ENOENT"!==s.code&&console.log(`Unexpected error attempting to determine if executable file exists '${r}': ${s}`)}if(o&&o.isFile())if(e.IS_WINDOWS){const e=c.extname(r).toUpperCase();if(n.some((t=>t.toUpperCase()===e)))return r}else if(t(o))return r;const i=r;for(const a of n){r=i+a,o=void 0;try{o=yield e.stat(r)}catch(s){"ENOENT"!==s.code&&console.log(`Unexpected error attempting to determine if executable file exists '${r}': ${s}`)}if(o&&o.isFile()){if(e.IS_WINDOWS){try{const t=c.dirname(r),n=c.basename(r).toUpperCase();for(const o of yield e.readdir(t))if(n===o.toUpperCase()){r=c.join(t,o);break}}catch(s){console.log(`Unexpected error attempting to determine the actual case of the file '${r}': ${s}`)}return r}if(t(o))return r}}return""}))},e.getCmdPath=function(){var e;return null!==(e=process.env.COMSPEC)&&void 0!==e?e:"cmd.exe"}}(jo)),jo}function a(){function e(e){return u(this,void 0,void 0,(function*(){if(p.IS_WINDOWS&&/[*"<>|]/.test(e))throw Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows');try{yield p.rm(e,{force:!0,maxRetries:3,recursive:!0,retryDelay:300})}catch(t){throw Error("File was unable to be removed "+t)}}))}function t(e){return u(this,void 0,void 0,(function*(){l.ok(e,"a path argument must be provided"),yield p.mkdir(e,{recursive:!0})}))}function r(e){return u(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'tool' is required");const t=[];if(p.IS_WINDOWS&&process.env.PATHEXT)for(const e of process.env.PATHEXT.split(f.delimiter))e&&t.push(e);if(p.isRooted(e)){const r=yield p.tryGetExecutablePath(e,t);return r?[r]:[]}if(e.includes(f.sep))return[];const r=[];if(process.env.PATH)for(const e of process.env.PATH.split(f.delimiter))e&&r.push(e);const n=[];for(const o of r){const r=yield p.tryGetExecutablePath(f.join(o,e),t);r&&n.push(r)}return n}))}function n(e,r,i,s){return u(this,void 0,void 0,(function*(){if(i>=255)return;i++,yield t(r);const a=yield p.readdir(e);for(const t of a){const a=`${e}/${t}`,c=`${r}/${t}`;(yield p.lstat(a)).isDirectory()?yield n(a,c,i,s):yield o(a,c,s)}yield p.chmod(r,(yield p.stat(e)).mode)}))}function o(e,t,r){return u(this,void 0,void 0,(function*(){if((yield p.lstat(e)).isSymbolicLink()){try{yield p.lstat(t),yield p.unlink(t)}catch(n){"EPERM"===n.code&&(yield p.chmod(t,"0666"),yield p.unlink(t))}const r=yield p.readlink(e);yield p.symlink(r,t,p.IS_WINDOWS?"junction":null)}else(yield p.exists(t))&&!r||(yield p.copyFile(e,t))}))}if(Io)return Uo;Io=1;var i=Uo&&Uo.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),a=Uo&&Uo.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),c=Uo&&Uo.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&i(t,e,r);return a(t,e),t},u=Uo&&Uo.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(Uo,"__esModule",{value:!0}),Uo.findInPath=Uo.which=Uo.mkdirP=Uo.rmRF=Uo.mv=Uo.cp=void 0;const l=hn,f=c(Xr),p=c(s());return Uo.cp=function(e,t,r={}){return u(this,void 0,void 0,(function*(){const{force:i,recursive:s,copySourceDirectory:a}=function(e){return{force:null==e.force||e.force,recursive:!!e.recursive,copySourceDirectory:null==e.copySourceDirectory||!!e.copySourceDirectory}}(r),c=(yield p.exists(t))?yield p.stat(t):null;if(c&&c.isFile()&&!i)return;const u=c&&c.isDirectory()&&a?f.join(t,f.basename(e)):t;if(!(yield p.exists(e)))throw Error("no such file or directory: "+e);if((yield p.stat(e)).isDirectory()){if(!s)throw Error(`Failed to copy. ${e} is a directory, but tried to copy without recursive flag.`);yield n(e,u,0,i)}else{if(""===f.relative(e,u))throw Error(`'${u}' and '${e}' are the same file`);yield o(e,u,i)}}))},Uo.mv=function(r,n,o={}){return u(this,void 0,void 0,(function*(){if(yield p.exists(n)){let t=!0;if((yield p.isDirectory(n))&&(n=f.join(n,f.basename(r)),t=yield p.exists(n)),t){if(null!=o.force&&!o.force)throw Error("Destination already exists");yield e(n)}}yield t(f.dirname(n)),yield p.rename(r,n)}))},Uo.rmRF=e,Uo.mkdirP=t,Uo.which=function e(t,n){return u(this,void 0,void 0,(function*(){if(!t)throw Error("parameter 'tool' is required");if(n){const r=yield e(t,!1);if(!r)throw Error(p.IS_WINDOWS?`Unable to locate executable file: ${t}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`:`Unable to locate executable file: ${t}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`);return r}const o=yield r(t);return o&&o.length>0?o[0]:""}))},Uo.findInPath=r,Uo}function c(){function e(e,t,r){return o(this,void 0,void 0,(function*(){const n=c.argStringToArray(e);if(0===n.length)throw Error("Parameter 'commandLine' cannot be null or empty.");const o=n[0];return t=n.slice(1).concat(t||[]),new c.ToolRunner(o,t,r).exec()}))}if(xo)return Do;xo=1;var t=Do&&Do.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=Do&&Do.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=Do&&Do.__importStar||function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var o in e)"default"!==o&&Object.hasOwnProperty.call(e,o)&&t(n,e,o);return r(n,e),n},o=Do&&Do.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(Do,"__esModule",{value:!0}),Do.getExecOutput=Do.exec=void 0;const i=pn,c=n(function(){if(To)return ko;To=1;var e=ko&&ko.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),t=ko&&ko.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=ko&&ko.__importStar||function(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)"default"!==o&&Object.hasOwnProperty.call(r,o)&&e(n,r,o);return t(n,r),n},n=ko&&ko.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(ko,"__esModule",{value:!0}),ko.argStringToArray=ko.ToolRunner=void 0;const o=r(Ur),i=r(ln),c=r(dn),u=r(Xr),l=r(a()),f=r(s()),p=mn,d="win32"===process.platform;ko.ToolRunner=class extends i.EventEmitter{constructor(e,t,r){if(super(),!e)throw Error("Parameter 'toolPath' cannot be null or empty.");this.toolPath=e,this.args=t||[],this.options=r||{}}_debug(e){this.options.listeners&&this.options.listeners.debug&&this.options.listeners.debug(e)}_getCommandString(e,t){const r=this._getSpawnFileName(),n=this._getSpawnArgs(e);let o=t?"":"[command]";if(d)if(this._isCmdFile()){o+=r;for(const e of n)o+=" "+e}else if(e.windowsVerbatimArguments){o+=`"${r}"`;for(const e of n)o+=" "+e}else{o+=this._windowsQuoteCmdArg(r);for(const e of n)o+=" "+this._windowsQuoteCmdArg(e)}else{o+=r;for(const e of n)o+=" "+e}return o}_processLineBuffer(e,t,r){try{let n=t+""+e,i=n.indexOf(o.EOL);for(;i>-1;)r(n.substring(0,i)),n=n.substring(i+o.EOL.length),i=n.indexOf(o.EOL);return n}catch(n){return this._debug("error processing line. Failed with error "+n),""}}_getSpawnFileName(){return d&&this._isCmdFile()?process.env.COMSPEC||"cmd.exe":this.toolPath}_getSpawnArgs(e){if(d&&this._isCmdFile()){let t='/D /S /C "'+this._windowsQuoteCmdArg(this.toolPath);for(const r of this.args)t+=" ",t+=e.windowsVerbatimArguments?r:this._windowsQuoteCmdArg(r);return t+='"',[t]}return this.args}_endsWith(e,t){return e.endsWith(t)}_isCmdFile(){const e=this.toolPath.toUpperCase();return this._endsWith(e,".CMD")||this._endsWith(e,".BAT")}_windowsQuoteCmdArg(e){if(!this._isCmdFile())return this._uvQuoteCmdArg(e);if(!e)return'""';const t=[" ","\t","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'];let r=!1;for(const i of e)if(t.some((e=>e===i))){r=!0;break}if(!r)return e;let n='"',o=!0;for(let i=e.length;i>0;i--)n+=e[i-1],o&&"\\"===e[i-1]?n+="\\":'"'===e[i-1]?(o=!0,n+='"'):o=!1;return n+='"',n.split("").reverse().join("")}_uvQuoteCmdArg(e){if(!e)return'""';if(!e.includes(" ")&&!e.includes("\t")&&!e.includes('"'))return e;if(!e.includes('"')&&!e.includes("\\"))return`"${e}"`;let t='"',r=!0;for(let n=e.length;n>0;n--)t+=e[n-1],r&&"\\"===e[n-1]?t+="\\":'"'===e[n-1]?(r=!0,t+="\\"):r=!1;return t+='"',t.split("").reverse().join("")}_cloneExecOptions(e){const t={cwd:(e=e||{}).cwd||process.cwd(),env:e.env||process.env,silent:e.silent||!1,windowsVerbatimArguments:e.windowsVerbatimArguments||!1,failOnStdErr:e.failOnStdErr||!1,ignoreReturnCode:e.ignoreReturnCode||!1,delay:e.delay||1e4};return t.outStream=e.outStream||process.stdout,t.errStream=e.errStream||process.stderr,t}_getSpawnOptions(e,t){const r={};return r.cwd=(e=e||{}).cwd,r.env=e.env,r.windowsVerbatimArguments=e.windowsVerbatimArguments||this._isCmdFile(),e.windowsVerbatimArguments&&(r.argv0=`"${t}"`),r}exec(){return n(this,void 0,void 0,(function*(){return!f.isRooted(this.toolPath)&&(this.toolPath.includes("/")||d&&this.toolPath.includes("\\"))&&(this.toolPath=u.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)),this.toolPath=yield l.which(this.toolPath,!0),new Promise(((e,t)=>n(this,void 0,void 0,(function*(){this._debug("exec tool: "+this.toolPath),this._debug("arguments:");for(const e of this.args)this._debug(" "+e);const r=this._cloneExecOptions(this.options);!r.silent&&r.outStream&&r.outStream.write(this._getCommandString(r)+o.EOL);const n=new h(r,this.toolPath);if(n.on("debug",(e=>{this._debug(e)})),this.options.cwd&&!(yield f.exists(this.options.cwd)))return t(Error(`The cwd: ${this.options.cwd} does not exist!`));const i=this._getSpawnFileName(),s=c.spawn(i,this._getSpawnArgs(r),this._getSpawnOptions(this.options,i));let a="";s.stdout&&s.stdout.on("data",(e=>{this.options.listeners&&this.options.listeners.stdout&&this.options.listeners.stdout(e),!r.silent&&r.outStream&&r.outStream.write(e),a=this._processLineBuffer(e,a,(e=>{this.options.listeners&&this.options.listeners.stdline&&this.options.listeners.stdline(e)}))}));let u="";if(s.stderr&&s.stderr.on("data",(e=>{n.processStderr=!0,this.options.listeners&&this.options.listeners.stderr&&this.options.listeners.stderr(e),!r.silent&&r.errStream&&r.outStream&&(r.failOnStdErr?r.errStream:r.outStream).write(e),u=this._processLineBuffer(e,u,(e=>{this.options.listeners&&this.options.listeners.errline&&this.options.listeners.errline(e)}))})),s.on("error",(e=>{n.processError=e.message,n.processExited=!0,n.processClosed=!0,n.CheckComplete()})),s.on("exit",(e=>{n.processExitCode=e,n.processExited=!0,this._debug(`Exit code ${e} received from tool '${this.toolPath}'`),n.CheckComplete()})),s.on("close",(e=>{n.processExitCode=e,n.processExited=!0,n.processClosed=!0,this._debug(`STDIO streams have closed for tool '${this.toolPath}'`),n.CheckComplete()})),n.on("done",((r,n)=>{a.length>0&&this.emit("stdline",a),u.length>0&&this.emit("errline",u),s.removeAllListeners(),r?t(r):e(n)})),this.options.input){if(!s.stdin)throw Error("child process missing stdin");s.stdin.end(this.options.input)}}))))}))}},ko.argStringToArray=function(e){function t(e){o&&'"'!==e&&(i+="\\"),i+=e,o=!1}const r=[];let n=!1,o=!1,i="";for(let s=0;e.length>s;s++){const a=e.charAt(s);'"'!==a?"\\"===a&&o?t(a):"\\"===a&&n?o=!0:" "!==a||n?t(a):i.length>0&&(r.push(i),i=""):o?t(a):n=!n}return i.length>0&&r.push(i.trim()),r};class h extends i.EventEmitter{constructor(e,t){if(super(),this.processClosed=!1,this.processError="",this.processExitCode=0,this.processExited=!1,this.processStderr=!1,this.delay=1e4,this.done=!1,this.timeout=null,!t)throw Error("toolPath must not be empty");this.options=e,this.toolPath=t,e.delay&&(this.delay=e.delay)}CheckComplete(){this.done||(this.processClosed?this._setResult():this.processExited&&(this.timeout=p.setTimeout(h.HandleTimeout,this.delay,this)))}_debug(e){this.emit("debug",e)}_setResult(){let e;this.processExited&&(this.processError?e=Error(`There was an error when attempting to execute the process '${this.toolPath}'. This may indicate the process failed to start. Error: ${this.processError}`):0===this.processExitCode||this.options.ignoreReturnCode?this.processStderr&&this.options.failOnStdErr&&(e=Error(`The process '${this.toolPath}' failed because one or more lines were written to the STDERR stream`)):e=Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`)),this.timeout&&(clearTimeout(this.timeout),this.timeout=null),this.done=!0,this.emit("done",e,this.processExitCode)}static HandleTimeout(e){e.done||(!e.processClosed&&e.processExited&&e._debug(`The STDIO streams did not close within ${e.delay/1e3} seconds of the exit event from process '${e.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`),e._setResult())}}return ko}());return Do.exec=e,Do.getExecOutput=function(t,r,n){var s,a;return o(this,void 0,void 0,(function*(){let o="",c="";const u=new i.StringDecoder("utf8"),l=new i.StringDecoder("utf8"),f=null===(s=null==n?void 0:n.listeners)||void 0===s?void 0:s.stdout,p=null===(a=null==n?void 0:n.listeners)||void 0===a?void 0:a.stderr,d=Object.assign(Object.assign({},null==n?void 0:n.listeners),{stdout:e=>{o+=u.write(e),f&&f(e)},stderr:e=>{c+=l.write(e),p&&p(e)}}),h=yield e(t,r,Object.assign(Object.assign({},n),{listeners:d}));return o+=u.end(),c+=l.end(),{exitCode:h,stdout:o,stderr:c}}))},Do}function u(){return No||(No=1,function(e){function t(e,t){const r=process.env["INPUT_"+e.replace(/ /g,"_").toUpperCase()]||"";if(t&&t.required&&!r)throw Error("Input required and not supplied: "+e);return t&&!1===t.trimWhitespace?r:r.trim()}function n(e,t={}){(0,d.issueCommand)("error",(0,m.toCommandProperties)(t),e instanceof Error?""+e:e)}function s(e){(0,d.issue)("group",e)}function a(){(0,d.issue)("endgroup")}var u=Yn&&Yn.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),l=Yn&&Yn.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),f=Yn&&Yn.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&{}.hasOwnProperty.call(e,r)&&u(t,e,r);return l(t,e),t},p=Yn&&Yn.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(e,"__esModule",{value:!0}),e.platform=e.toPlatformPath=e.toWin32Path=e.toPosixPath=e.markdownSummary=e.summary=e.getIDToken=e.getState=e.saveState=e.group=e.endGroup=e.startGroup=e.info=e.notice=e.warning=e.error=e.debug=e.isDebug=e.setFailed=e.setCommandEcho=e.setOutput=e.getBooleanInput=e.getMultilineInput=e.getInput=e.addPath=e.setSecret=e.exportVariable=e.ExitCode=void 0;const d=function(){function e(e,t,r){const n=new a(e,t,r);process.stdout.write(""+n+i.EOL)}if(Wn)return Jn;Wn=1;var t=Jn&&Jn.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),n=Jn&&Jn.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=Jn&&Jn.__importStar||function(e){if(e&&e.__esModule)return e;var r={};if(null!=e)for(var o in e)"default"!==o&&{}.hasOwnProperty.call(e,o)&&t(r,e,o);return n(r,e),r};Object.defineProperty(Jn,"__esModule",{value:!0}),Jn.issue=Jn.issueCommand=void 0;const i=o(Ur),s=r();Jn.issueCommand=e,Jn.issue=function(t,r=""){e(t,{},r)};class a{constructor(e,t,r){e||(e="missing.command"),this.command=e,this.properties=t,this.message=r}toString(){let e="::"+this.command;if(this.properties&&Object.keys(this.properties).length>0){e+=" ";let r=!0;for(const n in this.properties)if(this.properties.hasOwnProperty(n)){const o=this.properties[n];o&&(r?r=!1:e+=",",e+=`${n}=${t=o,(0,s.toCommandValue)(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}`)}}var t;return e+="::"+function(e){return(0,s.toCommandValue)(e).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}(this.message),e}}return Jn}(),h=function(){if(Kn)return Zn;Kn=1;var e=Zn&&Zn.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),t=Zn&&Zn.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=Zn&&Zn.__importStar||function(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)"default"!==o&&{}.hasOwnProperty.call(r,o)&&e(n,r,o);return t(n,r),n};Object.defineProperty(Zn,"__esModule",{value:!0}),Zn.prepareKeyValueMessage=Zn.issueFileCommand=void 0;const o=n(Fr),i=n(Gr),s=n(Ur),a=r();return Zn.issueFileCommand=function(e,t){const r=process.env["GITHUB_"+e];if(!r)throw Error("Unable to find environment variable for file command "+e);if(!i.existsSync(r))throw Error("Missing file at path: "+r);i.appendFileSync(r,`${(0,a.toCommandValue)(t)}${s.EOL}`,{encoding:"utf8"})},Zn.prepareKeyValueMessage=function(e,t){const r="ghadelimiter_"+o.randomUUID(),n=(0,a.toCommandValue)(t);if(e.includes(r))throw Error(`Unexpected input: name should not contain the delimiter "${r}"`);if(n.includes(r))throw Error(`Unexpected input: value should not contain the delimiter "${r}"`);return`${e}<<${r}${s.EOL}${n}${s.EOL}${r}`},Zn}(),m=r(),v=f(Ur),y=f(Xr),g=o();var w,E;(E=w||(e.ExitCode=w={}))[E.Success=0]="Success",E[E.Failure=1]="Failure",e.exportVariable=function(e,t){const r=(0,m.toCommandValue)(t);if(process.env[e]=r,process.env.GITHUB_ENV)return(0,h.issueFileCommand)("ENV",(0,h.prepareKeyValueMessage)(e,t));(0,d.issueCommand)("set-env",{name:e},r)},e.setSecret=function(e){(0,d.issueCommand)("add-mask",{},e)},e.addPath=function(e){process.env.GITHUB_PATH?(0,h.issueFileCommand)("PATH",e):(0,d.issueCommand)("add-path",{},e),process.env.PATH=`${e}${y.delimiter}${process.env.PATH}`},e.getInput=t,e.getMultilineInput=function(e,r){const n=t(e,r).split("\n").filter((e=>""!==e));return r&&!1===r.trimWhitespace?n:n.map((e=>e.trim()))},e.getBooleanInput=function(e,r){const n=t(e,r);if(["true","True","TRUE"].includes(n))return!0;if(["false","False","FALSE"].includes(n))return!1;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${e}\nSupport boolean input list: \`true | True | TRUE | false | False | FALSE\``)},e.setOutput=function(e,t){if(process.env.GITHUB_OUTPUT)return(0,h.issueFileCommand)("OUTPUT",(0,h.prepareKeyValueMessage)(e,t));process.stdout.write(v.EOL),(0,d.issueCommand)("set-output",{name:e},(0,m.toCommandValue)(t))},e.setCommandEcho=function(e){(0,d.issue)("echo",e?"on":"off")},e.setFailed=function(e){process.exitCode=w.Failure,n(e)},e.isDebug=function(){return"1"===process.env.RUNNER_DEBUG},e.debug=function(e){(0,d.issueCommand)("debug",{},e)},e.error=n,e.warning=function(e,t={}){(0,d.issueCommand)("warning",(0,m.toCommandProperties)(t),e instanceof Error?""+e:e)},e.notice=function(e,t={}){(0,d.issueCommand)("notice",(0,m.toCommandProperties)(t),e instanceof Error?""+e:e)},e.info=function(e){process.stdout.write(e+v.EOL)},e.startGroup=s,e.endGroup=a,e.group=function(e,t){return p(this,void 0,void 0,(function*(){let r;s(e);try{r=yield t()}finally{a()}return r}))},e.saveState=function(e,t){if(process.env.GITHUB_STATE)return(0,h.issueFileCommand)("STATE",(0,h.prepareKeyValueMessage)(e,t));(0,d.issueCommand)("save-state",{name:e},(0,m.toCommandValue)(t))},e.getState=function(e){return process.env["STATE_"+e]||""},e.getIDToken=function(e){return p(this,void 0,void 0,(function*(){return yield g.OidcClient.getIDToken(e)}))};var _=i();Object.defineProperty(e,"summary",{enumerable:!0,get:function(){return _.summary}});var b=i();Object.defineProperty(e,"markdownSummary",{enumerable:!0,get:function(){return b.markdownSummary}});var O=function(){if(Ro)return Co;Ro=1;var e=Co&&Co.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),t=Co&&Co.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=Co&&Co.__importStar||function(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)"default"!==o&&{}.hasOwnProperty.call(r,o)&&e(n,r,o);return t(n,r),n};Object.defineProperty(Co,"__esModule",{value:!0}),Co.toPlatformPath=Co.toWin32Path=Co.toPosixPath=void 0;const n=r(Xr);return Co.toPosixPath=function(e){return e.replace(/[\\]/g,"/")},Co.toWin32Path=function(e){return e.replace(/[/]/g,"\\")},Co.toPlatformPath=function(e){return e.replace(/[/\\]/g,n.sep)},Co}();Object.defineProperty(e,"toPosixPath",{enumerable:!0,get:function(){return O.toPosixPath}}),Object.defineProperty(e,"toWin32Path",{enumerable:!0,get:function(){return O.toWin32Path}}),Object.defineProperty(e,"toPlatformPath",{enumerable:!0,get:function(){return O.toPlatformPath}}),e.platform=f((Po||(Po=1,function(e){var t=Lo&&Lo.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=Lo&&Lo.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=Lo&&Lo.__importStar||function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var o in e)"default"!==o&&{}.hasOwnProperty.call(e,o)&&t(n,e,o);return r(n,e),n},o=Lo&&Lo.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))},i=Lo&&Lo.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.getDetails=e.isLinux=e.isMacOS=e.isWindows=e.arch=e.platform=void 0;const s=i(Ur),a=n(c());e.platform=s.default.platform(),e.arch=s.default.arch(),e.isWindows="win32"===e.platform,e.isMacOS="darwin"===e.platform,e.isLinux="linux"===e.platform,e.getDetails=function(){return o(this,void 0,void 0,(function*(){return Object.assign(Object.assign({},yield o(void 0,void 0,void 0,e.isWindows?function*(){const{stdout:e}=yield a.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"',void 0,{silent:!0}),{stdout:t}=yield a.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"',void 0,{silent:!0});return{name:t.trim(),version:e.trim()}}:e.isMacOS?function*(){var e,t,r,n;const{stdout:o}=yield a.getExecOutput("sw_vers",void 0,{silent:!0}),i=null!==(t=null===(e=o.match(/ProductVersion:\s*(.+)/))||void 0===e?void 0:e[1])&&void 0!==t?t:"";return{name:null!==(n=null===(r=o.match(/ProductName:\s*(.+)/))||void 0===r?void 0:r[1])&&void 0!==n?n:"",version:i}}:function*(){const{stdout:e}=yield a.getExecOutput("lsb_release",["-i","-r","-s"],{silent:!0}),[t,r]=e.trim().split("\n");return{name:t,version:r}})),{platform:e.platform,arch:e.arch,isWindows:e.isWindows,isMacOS:e.isMacOS,isLinux:e.isLinux})}))}}(Lo)),Lo))}(Yn)),Yn}function l(e){return Fo?Mo.error(e):console.log(`[31m${e}[0m`)}function f(e){return Fo?Mo.warning(e):console.log(`[33m${e}[0m`)}function p(e){return Fo?Mo.notice(e):console.log(`[94m${e}[0m`)}function d(e){return Fo?Mo.info(e):console.log(e)}function h(){if(Wo)return Xo;Wo=1;const e="win32"===process.platform||"cygwin"===process.env.OSTYPE||"msys"===process.env.OSTYPE,t=Xr,r=e?";":":",n=function(){function e(r,n,o){if("function"==typeof n&&(o=n,n={}),!o){if("function"!=typeof Promise)throw new TypeError("callback not provided");return new Promise((function(t,o){e(r,n||{},(function(e,r){e?o(e):t(r)}))}))}t(r,n||{},(function(e,t){e&&("EACCES"===e.code||n&&n.ignoreErrors)&&(e=null,t=!1),o(e,t)}))}return zo||(zo=1,t="win32"===process.platform||Gn.TESTING_WINDOWS?function(){function e(e,t,r){return!(!e.isSymbolicLink()&&!e.isFile())&&function(e,t){var r=void 0!==t.pathExt?t.pathExt:process.env.PATHEXT;if(!r)return!0;if(-1!==(r=r.split(";")).indexOf(""))return!0;for(var n=0;r.length>n;n++){var o=r[n].toLowerCase();if(o&&e.substr(-o.length).toLowerCase()===o)return!0}return!1}(t,r)}function t(t,n,o){r.stat(t,(function(r,i){o(r,!r&&e(i,t,n))}))}if(Bo)return Go;Bo=1,Go=t,t.sync=function(t,n){return e(r.statSync(t),t,n)};var r=Gr;return Go}():function(){function e(e,n,o){r.stat(e,(function(e,r){o(e,!e&&t(r,n))}))}function t(e,t){return e.isFile()&&function(e,t){var r=e.mode,n=e.uid,o=e.gid,i=void 0!==t.uid?t.uid:process.getuid&&process.getuid(),s=void 0!==t.gid?t.gid:process.getgid&&process.getgid(),a=parseInt("100",8),c=parseInt("010",8),u=a|c;return r&parseInt("001",8)||r&c&&o===s||r&a&&n===i||r&u&&0===i}(e,t)}if(Vo)return Ho;Vo=1,Ho=e,e.sync=function(e,n){return t(r.statSync(e),n)};var r=Gr;return Ho}(),qo=e,e.sync=function(e,r){try{return t.sync(e,r||{})}catch(n){if(r&&r.ignoreErrors||"EACCES"===n.code)return!1;throw n}}),qo;var t}(),o=e=>Object.assign(Error("not found: "+e),{code:"ENOENT"}),i=(t,n)=>{const o=n.colon||r,i=t.match(/\//)||e&&t.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(n.path||process.env.PATH||"").split(o)],s=e?n.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",a=e?s.split(o):[""];return e&&-1!==t.indexOf(".")&&""!==a[0]&&a.unshift(""),{pathEnv:i,pathExt:a,pathExtExe:s}},s=(e,r,s)=>{"function"==typeof r&&(s=r,r={}),r||(r={});const{pathEnv:a,pathExt:c,pathExtExe:u}=i(e,r),l=[],f=n=>new Promise(((i,s)=>{if(n===a.length)return r.all&&l.length?i(l):s(o(e));const c=a[n],u=/^".*"$/.test(c)?c.slice(1,-1):c,f=t.join(u,e),d=!u&&/^\.[\\\/]/.test(e)?e.slice(0,2)+f:f;i(p(d,n,0))})),p=(e,t,o)=>new Promise(((i,s)=>{if(o===c.length)return i(f(t+1));const a=c[o];n(e+a,{pathExt:u},((n,s)=>{if(!n&&s){if(!r.all)return i(e+a);l.push(e+a)}return i(p(e,t,o+1))}))}));return s?f(0).then((e=>s(null,e)),s):f(0)};return Xo=s,s.sync=(e,r)=>{r=r||{};const{pathEnv:s,pathExt:a,pathExtExe:c}=i(e,r),u=[];for(let o=0;s.length>o;o++){const i=s[o],f=/^".*"$/.test(i)?i.slice(1,-1):i,p=t.join(f,e),d=!f&&/^\.[\\\/]/.test(e)?e.slice(0,2)+p:p;for(let e=0;a.length>e;e++){const t=d+a[e];try{if(n.sync(t,{pathExt:c})){if(!r.all)return t;u.push(t)}}catch(l){}}}if(r.all&&u.length)return u;if(r.nothrow)return null;throw o(e)},Xo}function m(){if(si)return ii;si=1;const e=Xr,t=function(){function e(e,o){const i=e.options.env||process.env,s=process.cwd(),a=null!=e.options.cwd,c=a&&void 0!==process.chdir&&!process.chdir.disabled;if(c)try{process.chdir(e.options.cwd)}catch(l){}let u;try{u=r.sync(e.command,{path:i[n({env:i})],pathExt:o?t.delimiter:void 0})}catch(f){}finally{c&&process.chdir(s)}return u&&(u=t.resolve(a?e.options.cwd:"",u)),u}if(Jo)return Yo;Jo=1;const t=Xr,r=h(),n=function(){if(Ko)return fi.exports;Ko=1;const e=(e={})=>{const t=e.env||process.env;return"win32"!==(e.platform||process.platform)?"PATH":Object.keys(t).reverse().find((e=>"PATH"===e.toUpperCase()))||"Path"};return fi.exports=e,fi.exports.default=e,fi.exports}();return Yo=function(t){return e(t)||e(t,!0)}}(),r=function(){if(Qo)return pi;Qo=1;const e=/([()\][%!^"`<>&|;, *?])/g;return pi.command=function(t){return t.replace(e,"^$1")},pi.argument=function(t,r){return t=(t=`"${t=(t=(t=""+t).replace(/(?=(\\+?)?)\1"/g,'$1$1\\"')).replace(/(?=(\\+?)?)\1$/,"$1$1")}"`).replace(e,"^$1"),r&&(t=t.replace(e,"^$1")),t},pi}(),n=function(){if(oi)return ni;oi=1;const e=Gr,t=function(){if(ri)return ti;ri=1;const e=ei?Zo:(ei=1,Zo=/^#!(.*)/);return ti=(t="")=>{const r=t.match(e);if(!r)return null;const[n,o]=r[0].replace(/#! ?/,"").split(" "),i=n.split("/").pop();return"env"===i?o:o?`${i} ${o}`:i}}();return ni=function(r){const n=Buffer.alloc(150);let o;try{o=e.openSync(r,"r"),e.readSync(o,n,0,150,0),e.closeSync(o)}catch(i){}return t(""+n)}}(),o="win32"===process.platform,i=/\.(?:com|exe)$/i,s=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;return ii=function(a,c,u){c&&!Array.isArray(c)&&(u=c,c=null);const l={command:a,args:c=c?c.slice(0):[],options:u=Object.assign({},u),file:void 0,original:{command:a,args:c}};return u.shell?l:function(a){if(!o)return a;const c=function(e){e.file=t(e);const r=e.file&&n(e.file);return r?(e.args.unshift(e.file),e.command=r,t(e)):e.file}(a),u=!i.test(c);if(a.options.forceShell||u){const t=s.test(c);a.command=e.normalize(a.command),a.command=r.command(a.command),a.args=a.args.map((e=>r.argument(e,t)));const n=[a.command].concat(a.args).join(" ");a.args=["/d","/s","/c",`"${n}"`],a.command=process.env.comspec||"cmd.exe",a.options.windowsVerbatimArguments=!0}return a}(l)}}function v(e={}){const{env:t=process.env,platform:r=process.platform}=e;return"win32"!==r?"PATH":Object.keys(t).reverse().find((e=>"PATH"===e.toUpperCase()))||"Path"}function y(e){return null!==e&&"object"==typeof e&&"function"==typeof e.pipe}function g(e){return y(e)&&!1!==e.writable&&"function"==typeof e._write&&"object"==typeof e._writableState}function w(e,t,r){const n=hs(e,t,r),o=as(e,t),i=cs(e,t);let s;ds(i,n.options),(({timeout:e})=>{if(void 0!==e&&(!Number.isFinite(e)||0>e))throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`)})(n.options);try{s=Tn.spawn(n.file,n.args,n.options)}catch(f){const e=new Tn.ChildProcess,t=Promise.reject(Ni({error:f,stdout:"",stderr:"",all:"",command:o,escapedCommand:i,parsed:n,timedOut:!1,isCanceled:!1,killed:!1}));return ns(e,t),e}const a=(e=>new Promise(((t,r)=>{e.on("exit",((e,r)=>{t({exitCode:e,signal:r})})),e.on("error",(e=>{r(e)})),e.stdin&&e.stdin.on("error",(e=>{r(e)}))})))(s),c=((e,{timeout:t,killSignal:r="SIGTERM"},n)=>{if(0===t||void 0===t)return n;let o;const i=new Promise(((n,i)=>{o=setTimeout((()=>{((e,t,r)=>{e.kill(t),r(Object.assign(Error("Timed out"),{timedOut:!0,signal:t}))})(e,r,i)}),t)})),s=n.finally((()=>{clearTimeout(o)}));return Promise.race([i,s])})(s,n.options,a),u=(async(e,{cleanup:t,detached:r},n)=>{if(!t||r)return n;const o=ki((()=>{e.kill()}));return n.finally((()=>{o()}))})(s,n.options,c);s.kill=Ui.bind(null,s.kill.bind(s)),s.cancel=Bi.bind(null,s,{isCanceled:!1});const l=_i((async()=>{const[{error:e,exitCode:t,signal:r,timedOut:a},c,l,f]=await(async({stdout:t,stderr:r,all:n},{encoding:o,buffer:i,maxBuffer:s},a)=>{const c=es(t,{encoding:o,buffer:i,maxBuffer:s}),u=es(r,{encoding:o,buffer:i,maxBuffer:s}),l=es(n,{encoding:o,buffer:i,maxBuffer:2*s});try{return await Promise.all([a,c,u,l])}catch(e){return Promise.all([{error:e,signal:e.signal,timedOut:e.timedOut},Zi(t,c),Zi(r,u),Zi(n,l)])}})(s,n.options,u),p=ms(n.options,c),d=ms(n.options,l),h=ms(n.options,f);if(e||0!==t||null!==r){const c=Ni({error:e,exitCode:t,signal:r,stdout:p,stderr:d,all:h,command:o,escapedCommand:i,parsed:n,timedOut:a,isCanceled:!!n.options.signal&&n.options.signal.aborted,killed:s.killed});if(!n.options.reject)return c;throw c}return{command:o,escapedCommand:i,exitCode:0,stdout:p,stderr:d,all:h,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}}));return((e,t)=>{const r=(({input:e,inputFile:t})=>"string"!=typeof t?e:(Qi(e),Ln(t)))(t);void 0!==r&&(y(r)?r.pipe(e.stdin):e.stdin.end(r))})(s,n.options),s.all=((e,{all:t})=>{if(!t||!e.stdout&&!e.stderr)return;const r=Ji();return e.stdout&&r.add(e.stdout),e.stderr&&r.add(e.stderr),r})(s,n.options),(e=>{null!==e.stdout&&(e.pipeStdout=Hi.bind(void 0,e,"stdout")),null!==e.stderr&&(e.pipeStderr=Hi.bind(void 0,e,"stderr")),void 0!==e.all&&(e.pipeAll=Hi.bind(void 0,e,"all"))})(s),ns(s,l),s}function E(e,t,r){const n=hs(e,t,r),o=as(e,t),i=cs(e,t);ds(i,n.options);const s=(e=>{const t=(({input:e,inputFile:t})=>"string"!=typeof t?e:(Qi(e),Cn(t)))(e);if(y(t))throw new TypeError("The `input` option cannot be a stream in sync mode");return t})(n.options);let a;try{a=Tn.spawnSync(n.file,n.args,{...n.options,input:s})}catch(l){throw Ni({error:l,stdout:"",stderr:"",all:"",command:o,escapedCommand:i,parsed:n,timedOut:!1,isCanceled:!1,killed:!1})}const c=ms(n.options,a.stdout,a.error),u=ms(n.options,a.stderr,a.error);if(a.error||0!==a.status||null!==a.signal){const e=Ni({stdout:c,stderr:u,error:a.error,signal:a.signal,exitCode:a.status,command:o,escapedCommand:i,parsed:n,timedOut:a.error&&"ETIMEDOUT"===a.error.code,isCanceled:!1,killed:null!==a.signal});if(!n.options.reject)return e;throw e}return{command:o,escapedCommand:i,exitCode:0,stdout:c,stderr:u,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}}function _(){return ws||(ws=1,function(e){var t=bs&&bs.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var o=Object.getOwnPropertyDescriptor(t,r);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,o)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=bs&&bs.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=bs&&bs.__importStar||function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var o in e)"default"!==o&&{}.hasOwnProperty.call(e,o)&&t(n,e,o);return r(n,e),n},o=bs&&bs.__exportStar||function(e,r){for(var n in e)"default"===n||{}.hasOwnProperty.call(r,n)||t(r,e,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.sync=e.isexe=e.posix=e.win32=void 0;const i=n(function(){if(vs)return Os;vs=1,Object.defineProperty(Os,"__esModule",{value:!0}),Os.sync=Os.isexe=void 0;const e=Gr,t=En;Os.isexe=async(e,n={})=>{const{ignoreErrors:o=!1}=n;try{return r(await(0,t.stat)(e),n)}catch(i){if(o||"EACCES"===i.code)return!1;throw i}},Os.sync=(t,n={})=>{const{ignoreErrors:o=!1}=n;try{return r((0,e.statSync)(t),n)}catch(i){if(o||"EACCES"===i.code)return!1;throw i}};const r=(e,t)=>e.isFile()&&n(e,t),n=(e,t)=>{const r=t.uid??process.getuid?.(),n=t.groups??process.getgroups?.()??[],o=t.gid??process.getgid?.()??n[0];if(void 0===r||void 0===o)throw Error("cannot get uid or gid");const i=new Set([o,...n]),s=e.mode,a=e.uid,c=e.gid,u=parseInt("100",8),l=parseInt("010",8),f=u|l;return!!(s&parseInt("001",8)||s&l&&i.has(c)||s&u&&a===r||s&f&&0===r)};return Os}());e.posix=i;const s=n(function(){if(ys)return Rs;ys=1,Object.defineProperty(Rs,"__esModule",{value:!0}),Rs.sync=Rs.isexe=void 0;const e=Gr,t=En;Rs.isexe=async(e,n={})=>{const{ignoreErrors:o=!1}=n;try{return r(await(0,t.stat)(e),e,n)}catch(i){if(o||"EACCES"===i.code)return!1;throw i}},Rs.sync=(t,n={})=>{const{ignoreErrors:o=!1}=n;try{return r((0,e.statSync)(t),t,n)}catch(i){if(o||"EACCES"===i.code)return!1;throw i}};const r=(e,t,r)=>e.isFile()&&((e,t)=>{const{pathExt:r=process.env.PATHEXT||""}=t,n=r.split(";");if(-1!==n.indexOf(""))return!0;for(let o=0;n.length>o;o++){const t=n[o].toLowerCase(),r=e.substring(e.length-t.length).toLowerCase();if(t&&r===t)return!0}return!1})(t,r);return Rs}());e.win32=s,o((gs||(gs=1,Object.defineProperty(Ss,"__esModule",{value:!0})),Ss),e);const a="win32"===(process.env._ISEXE_TEST_PLATFORM_||process.platform)?s:i;e.isexe=a.isexe,e.sync=a.sync}(bs)),bs}function b(e,t=["-NoProfile","-NoLogo","-NonInteractive"],r={stdio:"inherit"}){return w(function(){if(void 0===Ts){const e=Is.sync("pwsh",{nothrow:!0});null!==e&&(Ts=e);const t=Is.sync("powershell",{nothrow:!0});null!==t&&(Ts=t)}if(void 0===Ts)throw Error("Could not find powershell");return Ts}(),[...t,"-c",e],r)}function O(e,t,r,n){Object.defineProperty(e,t,{get:r,set:n,enumerable:!0,configurable:!0})}function R(){return null!==Is.sync("sudo",{nothrow:!0})}function S(){return 0===process.getuid?.()||!!process.env.CI}function I(){return S()&&R()}function T(e){return I()?"sudo "+e:e}function x(e,t=[],r=Ns){return I()?function(e,t){const[r,...n]=ls(e);return E(r,n,t)}(N(e,t),r):E(e,$(t),r)}function P(e,t=[],r=Ns){return I()?function(e,t){const[r,...n]=ls(e);return w(r,n,t)}(N(e,t),r):w(e,$(t),r)}function N(e,t){return"sudo "+$([e,...t]).join(" ")}function $(e){return e.map((e=>`'${e}'`))}function A(){return"win32"===process.platform?$s():S()}async function C(e){if(("linux"===process.platform||"darwin"===process.platform)&&I()&&void 0!==process.env.SUDO_USER){let t=Gr.statSync(e).isDirectory();await P("chown",[...t?["-R"]:[],process.env.SUDO_USER,e],Ns)}}function L(){if(ks)return Ds;ks=1;var e=(Ls?Cs:(Ls=1,Cs=function(){}))();return Ds=function(t){return t!==e&&null!==t}}function D(){if(js)return Us;js=1;var e=L(),t=[].forEach,r=Object.create;return Us=function(n){var o=r(null);return t.call(arguments,(function(t){e(t)&&function(e,t){var r;for(r in e)t[r]=e[r]}(Object(t),o)})),o},Us}function k(){if(Ws)return Xs;Ws=1;var e=function(){if(zs)return qs;zs=1;var e=Vs?Hs:(Vs=1,Hs=(Fs?Ms:(Fs=1,Ms=function(){var e=Math.sign;return"function"==typeof e&&1===e(10)&&-1===e(-20)}))()?Math.sign:Bs?Gs:(Bs=1,Gs=function(e){return isNaN(e=Number(e))||0===e?e:e>0?1:-1})),t=Math.abs,r=Math.floor;return qs=function(n){return isNaN(n)?0:0!==(n=Number(n))&&isFinite(n)?e(n)*r(t(n)):n}}(),t=Math.max;return Xs=function(r){return t(0,e(r))}}function U(){if(Ys)return Ks;Ys=1;var e=k();return Ks=function(t,r,n){var o;return isNaN(t)?0>(o=r)?1:n&&o?o-1:o:!1!==t&&e(t)}}function j(){return Qs?Js:(Qs=1,Js=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e})}function M(){if(ea)return Zs;ea=1;var e=L();return Zs=function(t){if(!e(t))throw new TypeError("Cannot use null or undefined");return t}}function F(){return oa||(oa=1,na=function(){if(ra)return ta;ra=1;var e=j(),t=M(),r=function(){}.bind,n=function(){}.call,o=Object.keys,i={}.propertyIsEnumerable;return ta=function(s,a){return function(c,u){var l,f=arguments[2],p=arguments[3];return c=Object(t(c)),e(u),l=o(c),p&&l.sort("function"==typeof p?r.call(p,c):void 0),"function"!=typeof s&&(s=l[s]),n.call(s,l,(function(e,t){return i.call(c,e)?n.call(u,f,c[e],e,c,t):a}))}},ta}()("forEach")),na}function G(){return ia||(ia=1),Tu}function B(){return ya||(ya=1,va=(aa?sa:(aa=1,sa=function(){var e,t=Object.assign;return"function"==typeof t&&(t(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}))()?Object.assign:function(){if(ma)return ha;ma=1;var e=da?pa:(da=1,pa=(ua?ca:(ua=1,ca=function(){try{return!0}catch(e){return!1}}))()?Object.keys:function(){if(fa)return la;fa=1;var e=L(),t=Object.keys;return la=function(r){return t(e(r)?Object(r):r)}}()),t=M(),r=Math.max;return ha=function(n,o){var i,s,a,c=r(arguments.length,2);for(n=Object(t(n)),a=function(e){try{n[e]=o[e]}catch(t){i||(i=t)}},s=1;c>s;++s)e(o=arguments[s]).forEach(a);if(void 0!==i)throw i;return n},ha}()),va}function H(){if(ba)return _a;ba=1;var e=M(),t=Object.defineProperty,r=Object.getOwnPropertyDescriptor,n=Object.getOwnPropertyNames,o=Object.getOwnPropertySymbols;return _a=function(i,s){var a,c=Object(e(s));if(i=Object(e(i)),n(c).forEach((function(e){try{t(i,e,r(s,e))}catch(n){a=n}})),"function"==typeof o&&o(c).forEach((function(e){try{t(i,e,r(s,e))}catch(n){a=n}})),void 0!==a)throw a;return i}}function V(){if(Oa)return Pu.exports;Oa=1;var e,t,r=k();try{Object.defineProperty((function(e,t){return t}),"length",{configurable:!0,writable:!1,enumerable:!1,value:1})}catch(n){}return t=H(),e=function(){var e=[];return function(t){var r,n=0;if(e[t])return e[t];for(r=[];t--;)r.push("a"+(++n).toString(36));return Function("fn","return function ("+r.join(", ")+") { return fn.apply(this, arguments); };")}}(),Pu.exports=function(o,i){var s;if(i=r(i),o.length===i)return o;s=e(i)(o);try{t(s,o)}catch(n){}return s},Pu.exports}function q(){return Sa?Ra:(Sa=1,Ra=function(e){return null!=e})}function z(){if(Ca)return Aa;Ca=1;var e=function(){if($a)return Na;$a=1;var e=function(){if(Pa)return xa;Pa=1;var e=function(){if(Ta)return Ia;Ta=1;var e=q(),t={object:!0,function:!0,undefined:!0};return Ia=function(r){return!!e(r)&&hasOwnProperty.call(t,typeof r)}}();return xa=function(t){if(!e(t))return!1;try{return!!t.constructor&&t.constructor.prototype===t}catch(r){return!1}}}();return Na=function(t){if("function"!=typeof t)return!1;if(!hasOwnProperty.call(t,"length"))return!1;try{if("number"!=typeof t.length)return!1;if("function"!=typeof t.call)return!1;if("function"!=typeof t.apply)return!1}catch(r){return!1}return!e(t)}}(),t=/^\s*class[\s{/}]/,r=function(){}.toString;return Aa=function(n){return!!e(n)&&!t.test(r.call(n))}}function X(){if(Fa)return Nu.exports;Fa=1;var e=q(),t=z(),r=B(),n=D(),o=(Ma||(Ma=1,ja=function(){if(Da)return La;Da=1;var e="razdwatrzy";return La=function(){return"function"==typeof e.contains&&!0===e.contains("dwa")&&!1===e.contains("foo")}}()()?"".contains:function(){if(Ua)return ka;Ua=1;var e="".indexOf;return ka=function(t){return e.call(this,t,arguments[1])>-1},ka}()),ja),i=Nu.exports=function(t,i){var s,a,c,u,l;return 2>arguments.length||"string"!=typeof t?(u=i,i=t,t=null):u=arguments[2],e(t)?(s=o.call(t,"c"),a=o.call(t,"e"),c=o.call(t,"w")):(s=c=!0,a=!1),l={value:i,configurable:s,enumerable:a,writable:c},u?r(n(u),l):l};return i.gs=function(i,s,a){var c,u,l,f;return"string"!=typeof i?(l=a,a=s,s=i,i=null):l=arguments[3],e(s)?t(s)?e(a)?t(a)||(l=a,a=void 0):a=void 0:(l=s,s=a=void 0):s=void 0,e(i)?(c=o.call(i,"c"),u=o.call(i,"e")):(c=!0,u=!1),f={get:s,set:a,configurable:c,enumerable:u},l?r(n(l),f):f},Nu.exports}function W(){return Ka?Wa:(Ka=1,Wa=(qa?Va:(qa=1,Va=function(){return"object"==typeof globalThis&&!!globalThis&&globalThis.Array===Array}))()?globalThis:function(){if(Xa)return za;Xa=1;var e=function(){if("object"==typeof self&&self)return self;if("object"==typeof window&&window)return window;throw Error("Unable to resolve global `this`")};return za=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch(t){return e()}try{return __global__||e()}finally{delete Object.prototype.__global__}}()}())}function K(){if(tc)return ec;tc=1;var e=Za?Qa:(Za=1,Qa=function(e){return!!e&&("symbol"==typeof e||!!e.constructor&&"Symbol"===e.constructor.name&&"Symbol"===e[e.constructor.toStringTag])});return ec=function(t){if(!e(t))throw new TypeError(t+" is not a symbol");return t}}function Y(){return fc?lc:(fc=1,lc=function(){if(Ja)return Ya;Ja=1;var e=W(),t={object:!0,symbol:!0};return Ya=function(){var r=e.Symbol;return"function"==typeof r&&(r("test symbol"),!!t[typeof r.iterator]&&!!t[typeof r.toPrimitive]&&!!t[typeof r.toStringTag])}}()()?W().Symbol:function(){if(uc)return cc;uc=1;var e,t,r,n=X(),o=K(),i=W().Symbol,s=function(){if(nc)return rc;nc=1;var e=X(),t=Object.defineProperty,r=Object.prototype,n=(0,Object.create)(null);return rc=function(o){for(var i,s,a=0;n[o+(a||"")];)++a;return n[o+=a||""]=!0,t(r,i="@@"+o,e.gs(null,(function(r){s||(s=!0,t(this,i,e(r)),s=!1)}))),i}}(),a=function(){if(ic)return oc;ic=1;var e=X(),t=W().Symbol;return oc=function(r){return Object.defineProperties(r,{hasInstance:e("",t&&t.hasInstance||r("hasInstance")),isConcatSpreadable:e("",t&&t.isConcatSpreadable||r("isConcatSpreadable")),iterator:e("",t&&t.iterator||r("iterator")),match:e("",t&&t.match||r("match")),replace:e("",t&&t.replace||r("replace")),search:e("",t&&t.search||r("search")),species:e("",t&&t.species||r("species")),split:e("",t&&t.split||r("split")),toPrimitive:e("",t&&t.toPrimitive||r("toPrimitive")),toStringTag:e("",t&&t.toStringTag||r("toStringTag")),unscopables:e("",t&&t.unscopables||r("unscopables"))})}}(),c=function(){if(ac)return sc;ac=1;var e=X(),t=K(),r=Object.create(null);return sc=function(n){return Object.defineProperties(n,{for:e((function(e){return r[e]?r[e]:r[e]=n(e+"")})),keyFor:e((function(e){var n;for(n in t(e),r)if(r[n]===e)return n}))})}}(),u=Object.create,l=Object.defineProperties,f=Object.defineProperty;if("function"==typeof i)try{i(),r=!0}catch(p){}else i=null;return t=function(r){if(this instanceof t)throw new TypeError("Symbol is not a constructor");return e(r)},cc=e=function e(o){var a;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return r?i(o):(a=u(t.prototype),l(a,{__description__:n("",o=void 0===o?"":o+""),__name__:n("",s(o))}))},a(e),c(e),l(t.prototype,{constructor:n(e),toString:n("",(function(){return this.__name__}))}),l(e.prototype,{toString:n((function(){return"Symbol ("+o(this).__description__+")"})),valueOf:n((function(){return o(this)}))}),f(e.prototype,e.toPrimitive,n("",(function(){var e=o(this);return"symbol"==typeof e?e:""+e}))),f(e.prototype,e.toStringTag,n("c","Symbol")),f(t.prototype,e.toStringTag,n("c",e.prototype[e.toStringTag])),f(t.prototype,e.toPrimitive,n("c",e.prototype[e.toPrimitive])),cc}())}function J(){return _c?Ec:(_c=1,Ec=(Ha?Ba:(Ha=1,Ba=function(){var e,t,r=Array.from;return"function"==typeof r&&!(!(t=r(e=["raz","dwa"]))||t===e||"dwa"!==t[1])}))()?Array.from:function(){if(wc)return gc;wc=1;var e=Y().iterator,t=function(){if(dc)return pc;dc=1;var e={}.toString,t=e.call(function(){return arguments}());return pc=function(r){return e.call(r)===t}}(),r=function(){if(mc)return hc;mc=1;var e={}.toString,t=/t/.test.bind(/^[object [A-Za-z0-9]*Function]$/);return hc=function(r){return"function"==typeof r&&t(e.call(r))}}(),n=k(),o=j(),i=M(),s=L(),a=function(){if(yc)return vc;yc=1;var e={}.toString,t=e.call("");return vc=function(r){return"string"==typeof r||r&&"object"==typeof r&&(r instanceof String||e.call(r)===t)||!1}}(),c=Array.isArray,u=function(){}.call,l={configurable:!0,enumerable:!0,writable:!0,value:null},f=Object.defineProperty;return gc=function(p){var d,h,m,v,y,g,w,E,_,b,O=arguments[1],R=arguments[2];if(p=Object(i(p)),s(O)&&o(O),this&&this!==Array&&r(this))d=this;else{if(!O){if(t(p))return 1!==(y=p.length)?Array.apply(null,p):((v=[,])[0]=p[0],v);if(c(p)){for(v=Array(y=p.length),h=0;y>h;++h)v[h]=p[h];return v}}v=[]}if(!c(p))if(void 0!==(_=p[e])){for(w=o(_).call(p),d&&(v=new d),E=w.next(),h=0;!E.done;)b=O?u.call(O,R,E.value,h):E.value,d?(l.value=b,f(v,h,l)):v[h]=b,E=w.next(),++h;y=h}else if(a(p)){for(y=p.length,d&&(v=new d),h=0,m=0;y>h;++h)b=p[h],y>h+1&&(55296>(g=b.charCodeAt(0))||g>56319||(b+=p[++h])),b=O?u.call(O,R,b,m):b,d?(l.value=b,f(v,m,l)):v[m]=b,++m;y=m}if(void 0===y)for(y=n(p.length),d&&(v=new d(y)),h=0;y>h;++h)b=O?u.call(O,R,p[h],h):p[h],d?(l.value=b,f(v,h,l)):v[h]=b;return d&&(l.value=null,v.length=y),v},gc}())}function Q(){if(Pc)return xc;Pc=1;var e,t,r,n,o,i=(Ea||(Ea=1,e=xu,t=B(),r=function(){if(wa)return ga;wa=1;var e=L(),t={function:!0,object:!0};return ga=function(r){return e(r)&&t[typeof r]||!1}}(),n=L(),o=Error.captureStackTrace,e.exports=function(i){var s=Error(i),a=arguments[1],c=arguments[2];return n(c)||r(a)&&(c=a,a=null),n(c)&&t(s,c),n(a)&&(s.code=a),o&&o(s,e.exports),s}),xu.exports),s=V(),a=X(),c=function(){return Ga||(Ga=1,e=$u,$u.exports,u=X(),l=j(),f=function(){}.apply,p=function(){}.call,d=Object.create,h=Object.defineProperty,m=Object.defineProperties,v={}.hasOwnProperty,y={configurable:!0,enumerable:!1,writable:!0},n=function(e,t){var n,i;return l(t),i=this,r.call(this,e,n=function(){o.call(i,e,n),f.call(t,this,arguments)}),n.__eeOnceListener__=t,this},i=function(e){var t,r,n,o,i;if(v.call(this,"__ee__")&&(o=this.__ee__[e]))if("object"==typeof o){for(i=Array((r=arguments.length)-1),t=1;r>t;++t)i[t-1]=arguments[t];for(o=o.slice(),t=0;n=o[t];++t)f.call(n,this,i)}else switch(arguments.length){case 1:p.call(o,this);break;case 2:p.call(o,this,arguments[1]);break;case 3:p.call(o,this,arguments[1],arguments[2]);break;default:for(i=Array((r=arguments.length)-1),t=1;r>t;++t)i[t-1]=arguments[t];f.call(o,this,i)}},s={on:r=function(e,t){var r;return l(t),v.call(this,"__ee__")?r=this.__ee__:(r=y.value=d(null),h(this,"__ee__",y),y.value=null),r[e]?"object"==typeof r[e]?r[e].push(t):r[e]=[r[e],t]:r[e]=t,this},once:n,off:o=function(e,t){var r,n,o,i;if(l(t),!v.call(this,"__ee__"))return this;if(!(r=this.__ee__)[e])return this;if("object"==typeof(n=r[e]))for(i=0;o=n[i];++i)o!==t&&o.__eeOnceListener__!==t||(2===n.length?r[e]=n[i?0:1]:n.splice(i,1));else n!==t&&n.__eeOnceListener__!==t||delete r[e];return this},emit:i},a={on:u(r),once:u(n),off:u(o),emit:u(i)},c=m({},a),e.exports=t=function(e){return null==e?d(c):m(Object(e),a)},t.methods=s),$u.exports;var e,t,r,n,o,i,s,a,c,u,l,f,p,d,h,m,v,y}().methods,u=function(){if(Sc)return Rc;Sc=1;var e,t=function(){if(Oc)return bc;Oc=1;var e=J(),t=Array.isArray;return bc=function(r){return t(r)?r:e(r)}}(),r=L(),n=j(),o=[].slice;return e=function(e){return this.map((function(t,r){return t?t(e[r]):e[r]})).concat(o.call(e,this.length))},Rc=function(o){return(o=t(o)).forEach((function(e){r(e)&&n(e)})),e.bind(o)}}(),l=function(){if(Tc)return Ic;Tc=1;var e=j();return Ic=function(t){var r;return"function"==typeof t?{set:t,get:t}:(r={get:e(t.get)},void 0!==t.set?(r.set=e(t.set),t.delete&&(r.delete=e(t.delete)),t.clear&&(r.clear=e(t.clear)),r):(r.set=r.get,r))}}(),f=function(){}.apply,p=function(){}.call,d=Object.create,h=Object.defineProperties,m=c.on,v=c.emit;return xc=function(e,t,r){var n,o,c,y,g,w,E,_,b,O,R,S,I,T,x,P=d(null);return o=!1!==t?t:isNaN(e.length)?1:e.length,r.normalizer&&(O=l(r.normalizer),c=O.get,y=O.set,g=O.delete,w=O.clear),null!=r.resolvers&&(x=u(r.resolvers)),T=c?s((function(t){var r,o,s=arguments;if(x&&(s=x(s)),null!==(r=c(s))&&hasOwnProperty.call(P,r))return R&&n.emit("get",r,s,this),P[r];if(o=1===s.length?p.call(e,this,s[0]):f.call(e,this,s),null===r){if(null!==(r=c(s)))throw i("Circular invocation","CIRCULAR_INVOCATION");r=y(s)}else if(hasOwnProperty.call(P,r))throw i("Circular invocation","CIRCULAR_INVOCATION");return P[r]=o,S&&n.emit("set",r,null,o),o}),o):0===t?function(){var t;if(hasOwnProperty.call(P,"data"))return R&&n.emit("get","data",arguments,this),P.data;if(t=arguments.length?f.call(e,this,arguments):p.call(e,this),hasOwnProperty.call(P,"data"))throw i("Circular invocation","CIRCULAR_INVOCATION");return P.data=t,S&&n.emit("set","data",null,t),t}:function(t){var r,o,s=arguments;if(x&&(s=x(arguments)),o=s[0]+"",hasOwnProperty.call(P,o))return R&&n.emit("get",o,s,this),P[o];if(r=1===s.length?p.call(e,this,s[0]):f.call(e,this,s),hasOwnProperty.call(P,o))throw i("Circular invocation","CIRCULAR_INVOCATION");return P[o]=r,S&&n.emit("set",o,null,r),r},n={original:e,memoized:T,profileName:r.profileName,get:function(e){return x&&(e=x(e)),c?c(e):e[0]+""},has:function(e){return hasOwnProperty.call(P,e)},delete:function(e){var t;hasOwnProperty.call(P,e)&&(g&&g(e),t=P[e],delete P[e],I&&n.emit("delete",e,t))},clear:function(){var e=P;w&&w(),P=d(null),n.emit("clear",e)},on:function(e,t){return"get"===e?R=!0:"set"===e?S=!0:"delete"===e&&(I=!0),m.call(this,e,t)},emit:v,updateEnv:function(){e=n.original}},E=c?s((function(e){var t,r=arguments;x&&(r=x(r)),null!==(t=c(r))&&n.delete(t)}),o):0===t?function(){return n.delete("data")}:function(e){return x&&(e=x(arguments)[0]),n.delete(e)},_=s((function(){var e,r=arguments;return 0===t?P.data:(x&&(r=x(r)),e=c?c(r):r[0]+"",P[e])})),b=s((function(){var e,r=arguments;return 0===t?n.has("data"):(x&&(r=x(r)),null!==(e=c?c(r):r[0]+"")&&n.has(e))})),h(T,{__memoized__:a(!0),delete:a(E),clear:a(n.clear),_get:a(_),_has:a(b)}),n},xc}function Z(){if(Hc)return Bc;Hc=1;var e=Gc?Fc:(Gc=1,Fc=(Uc?kc:(Uc=1,kc=function(){var e=Number.isNaN;return"function"==typeof e&&!e({})&&e(NaN)&&!e(34)}))()?Number.isNaN:Mc?jc:(Mc=1,jc=function(e){return e!=e})),t=k(),r=M(),n=[].indexOf,o={}.hasOwnProperty,i=Math.abs,s=Math.floor;return Bc=function(a){var c,u,l;if(!e(a))return n.apply(this,arguments);for(u=t(r(this).length),c=l=isNaN(l=arguments[1])?0:0>l?t(this.length)-s(i(l)):s(l);u>c;++c)if(o.call(this,c)&&e(this[c]))return c;return-1},Bc}function ee(){if(Jc)return Yc;Jc=1;var e=j(),t=F(),r=function(){}.call;return Yc=function(n,o){var i={},s=arguments[2];return e(o),t(n,(function(e,t,n,a){i[t]=r.call(o,s,e,t,n,a)})),i},Yc}function te(){if(Zc)return Qc;Zc=1;var e=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e},t=function(t){var r,n,o=document.createTextNode(""),i=0;return new t((function(){var e;if(r)n&&(r=n.concat(r));else{if(!n)return;r=n}if(n=r,r=null,"function"==typeof n)return e=n,n=null,void e();for(o.data=i=++i%2;n;)e=n.shift(),n.length||(n=null),e()})).observe(o,{characterData:!0}),function(t){e(t),r?"function"==typeof r?r=[r,t]:r.push(t):(r=t,o.data=i=++i%2)}};return Qc=function(){if("object"==typeof process&&process&&"function"==typeof process.nextTick)return process.nextTick;if("function"==typeof queueMicrotask)return function(t){queueMicrotask(e(t))};if("object"==typeof document&&document){if("function"==typeof MutationObserver)return t(MutationObserver);if("function"==typeof WebKitMutationObserver)return t(WebKitMutationObserver)}return"function"==typeof setImmediate?function(t){setImmediate(e(t))}:"function"==typeof setTimeout||"object"==typeof setTimeout?function(t){setTimeout(e(t),0)}:null}()}function re(){return ou?nu:(ou=1,nu=function(e){return"function"==typeof e})}function ne(){function e(e){return!!e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof e.then}return du||(du=1,Lu.exports=e,Lu.exports.default=e),Lu.exports}function oe(){if(hu)return Cu;hu=1;var e=ee(),t=function(){if(ru)return tu;ru=1;var e=[].forEach,t=Object.create;return tu=function(r){var n=t(null);return e.call(arguments,(function(e){n[e]=!0})),n},tu}(),r=function(){if(cu)return au;cu=1;var e=M(),t=function(){if(su)return iu;su=1;var e=re();return iu=function(t){try{return t&&e(t.toString)?""+t:t+""}catch(r){throw new TypeError("Passed argument cannot be stringifed")}}}();return au=function(r){return t(e(r))}}(),n=function(){if(pu)return fu;pu=1;var e=function(){if(lu)return uu;lu=1;var e=re();return uu=function(t){try{return t&&e(t.toString)?""+t:t+""}catch(r){return"<Non-coercible to string value>"}}}();return fu=function(t){var r=e(t);return r.length>100&&(r=r.slice(0,99)+"…"),r.replace(/[\n\r\u2028\u2029]/g,(function(e){return JSON.stringify(e).slice(1,-1)}))}}(),o=ne(),i=te(),s=Object.create,a=t("then","then:finally","done","done:finally");return G().promise=function(t,c){var u=s(null),l=s(null),f=s(null);if(!0===t)t=null;else if(t=r(t),!a[t])throw new TypeError("'"+n(t)+"' is not valid promise mode");c.on("set",(function(e,r,n){var s=!1;if(!o(n))return l[e]=n,void c.emit("setasync",e,1);u[e]=1,f[e]=n;var a=function(t){var r=u[e];if(s)throw Error("Memoizee error: Detected unordered then|done & finally resolution, which in turn makes proper detection of success/failure impossible (when in 'done:finally' mode)\nConsider to rely on 'then' or 'done' mode instead.");r&&(delete u[e],l[e]=t,c.emit("setasync",e,r))},p=function(){s=!0,u[e]&&(delete u[e],delete f[e],c.delete(e))},d=t;if(d||(d="then"),"then"===d){var h=function(){i(p)};"function"==typeof(n=n.then((function(e){i(a.bind(this,e))}),h)).finally&&n.finally(h)}else if("done"===d){if("function"!=typeof n.done)throw Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");n.done(a,p)}else if("done:finally"===d){if("function"!=typeof n.done)throw Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if("function"!=typeof n.finally)throw Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");n.done(a),n.finally(p)}})),c.on("get",(function(e,t,r){var n;if(u[e])++u[e];else{var s=function(){c.emit("getasync",e,t,r)};o(n=f[e])?"function"==typeof n.done?n.done(s):n.then((function(){i(s)})):s()}})),c.on("delete",(function(e){if(delete f[e],u[e])delete u[e];else if(hasOwnProperty.call(l,e)){var t=l[e];delete l[e],c.emit("deleteasync",e,[t])}})),c.on("clear",(function(){var t=l;l=s(null),u=s(null),f=s(null),c.emit("clearasync",e(t,(function(e){return[e]})))}))},Cu}async function ie(e){try{return await Dn.access(e),!0}catch{return!1}}function se(e){const t=function(){if(I()&&"string"==typeof process.env.SUDO_USER&&""!==process.env.SUDO_USER)return"darwin"===process.platform?Wr("/Users/",process.env.SUDO_USER):Wr("/home/",process.env.SUDO_USER);{const e=jr();if(""===e)return;return e}}();return void 0===t?e:e.replace(Fu,t)}async function ae(e){const t=void 0===e.guard?"\n# Automatically Generated by envosman\n":`\n# Automatically Generated by envosman ${e.guard}\nexport SOURCE_${e.guard.toUpperCase()}RC=0\n`;await ie(e.rcPath)&&((await Bu(e.rcPath,"utf8")).includes(t)||(await Gu(e.rcPath,`\n${t}\n`),d(`Added ${t} to ${e.rcPath}`)))}async function ce(e,t){await ie(t)&&((await Bu(t,"utf-8")).includes(e)||(await Gu(t,e),d(`${e} was added to ${t}`)))}async function ue(e,t,r={}){const n={escapeSpace:!1,overwrite:!0,rcPath:Vu,...r},o=function(e,t=!1){const r=t?Wu(e):e;return tl(r,'"',"\\")}(t??"",n.escapeSpace);try{if(rl)try{if(!n.overwrite&&void 0!==process.env[e])return void d(`Environment variable ${e} is already defined. Skipping.`);Mo.exportVariable(e,o)}catch(i){l(i),await le(e,o,n)}else await le(e,o,n)}catch(i){l(`${i}\nFailed to export environment variable ${e}=${o}. You should add it manually.`)}}async function le(e,t,r){const n=t??"";switch(process.platform){case"win32":return r.overwrite||void 0===process.env[e]?(await b(`[Environment]::SetEnvironmentVariable('${e}', '${n}', "User")`),void d(`${e}='${n}' was set in the environment.`)):void d(`Environment variable ${e} is already defined. Skipping.`);case"linux":case"darwin":return await qu(r),void(r.overwrite?(await nl(r.rcPath,`\nexport ${e}="${n}"\n`),d(`${e}="${n}" was added to "${r.rcPath}`)):(await nl(r.rcPath,`\nif [ -z "\${${e}}" ]; then export ${e}="${n}"; fi\n`),d(`if not defined ${e} then ${e}="${n}" was added to "${r.rcPath}`)))}process.env[e]=n}async function fe(e,t={}){const r={rcPath:Vu,...t};if(!function(e){return!!sl.some((t=>t.test(e)))&&(process.env.PATH?.split(Kr)??[]).includes(e)}(e)){process.env.PATH=`${e}${Kr}${process.env.PATH}`;try{if(ol)try{Mo.addPath(e)}catch(n){l(n),await pe(e,r)}else await pe(e,r)}catch(n){l(`${n}\nFailed to add ${e} to the percistent PATH. You should add it manually.`)}}}async function pe(e,t){switch(process.platform){case"win32":return await b(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),void d(`"${e}" was added to the PATH.`);case"linux":case"darwin":return await qu(t),await il(t.rcPath,`\nexport PATH="${e}:$PATH"\n`),void d(`"${e}" was added to "${t.rcPath}"`);default:return}}function de(){return al?pl.exports:(al=1,pl.exports=!("undefined"==typeof process||!process.versions||!process.versions.node))}function he(e){throw Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}function me(){return Nl?Pl:(Nl=1,Pl={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,RELEASE_TYPES:["major","premajor","minor","preminor","patch","prepatch","prerelease"],SEMVER_SPEC_VERSION:"2.0.0",FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2})}function ve(){if(Al)return $l;Al=1;const e="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};return $l=e}function ye(){return Cl||(Cl=1,function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:r,MAX_SAFE_BUILD_LENGTH:n,MAX_LENGTH:o}=me(),i=ve(),s=(t=e.exports={}).re=[],a=t.safeRe=[],c=t.src=[],u=t.t={};let l=0;const f="[a-zA-Z0-9-]",p=[["\\s",1],["\\d",o],[f,n]],d=(e,t,r)=>{const n=(e=>{for(const[t,r]of p)e=e.split(t+"*").join(`${t}{0,${r}}`).split(t+"+").join(`${t}{1,${r}}`);return e})(t),o=l++;i(e,o,t),u[e]=o,c[o]=t,s[o]=RegExp(t,r?"g":void 0),a[o]=RegExp(n,r?"g":void 0)};d("NUMERICIDENTIFIER","0|[1-9]\\d*"),d("NUMERICIDENTIFIERLOOSE","\\d+"),d("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${f}*`),d("MAINVERSION",`(${c[u.NUMERICIDENTIFIER]})\\.(${c[u.NUMERICIDENTIFIER]})\\.(${c[u.NUMERICIDENTIFIER]})`),d("MAINVERSIONLOOSE",`(${c[u.NUMERICIDENTIFIERLOOSE]})\\.(${c[u.NUMERICIDENTIFIERLOOSE]})\\.(${c[u.NUMERICIDENTIFIERLOOSE]})`),d("PRERELEASEIDENTIFIER",`(?:${c[u.NUMERICIDENTIFIER]}|${c[u.NONNUMERICIDENTIFIER]})`),d("PRERELEASEIDENTIFIERLOOSE",`(?:${c[u.NUMERICIDENTIFIERLOOSE]}|${c[u.NONNUMERICIDENTIFIER]})`),d("PRERELEASE",`(?:-(${c[u.PRERELEASEIDENTIFIER]}(?:\\.${c[u.PRERELEASEIDENTIFIER]})*))`),d("PRERELEASELOOSE",`(?:-?(${c[u.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[u.PRERELEASEIDENTIFIERLOOSE]})*))`),d("BUILDIDENTIFIER",f+"+"),d("BUILD",`(?:\\+(${c[u.BUILDIDENTIFIER]}(?:\\.${c[u.BUILDIDENTIFIER]})*))`),d("FULLPLAIN",`v?${c[u.MAINVERSION]}${c[u.PRERELEASE]}?${c[u.BUILD]}?`),d("FULL",`^${c[u.FULLPLAIN]}$`),d("LOOSEPLAIN",`[v=\\s]*${c[u.MAINVERSIONLOOSE]}${c[u.PRERELEASELOOSE]}?${c[u.BUILD]}?`),d("LOOSE",`^${c[u.LOOSEPLAIN]}$`),d("GTLT","((?:<|>)?=?)"),d("XRANGEIDENTIFIERLOOSE",c[u.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*"),d("XRANGEIDENTIFIER",c[u.NUMERICIDENTIFIER]+"|x|X|\\*"),d("XRANGEPLAIN",`[v=\\s]*(${c[u.XRANGEIDENTIFIER]})(?:\\.(${c[u.XRANGEIDENTIFIER]})(?:\\.(${c[u.XRANGEIDENTIFIER]})(?:${c[u.PRERELEASE]})?${c[u.BUILD]}?)?)?`),d("XRANGEPLAINLOOSE",`[v=\\s]*(${c[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[u.XRANGEIDENTIFIERLOOSE]})(?:${c[u.PRERELEASELOOSE]})?${c[u.BUILD]}?)?)?`),d("XRANGE",`^${c[u.GTLT]}\\s*${c[u.XRANGEPLAIN]}$`),d("XRANGELOOSE",`^${c[u.GTLT]}\\s*${c[u.XRANGEPLAINLOOSE]}$`),d("COERCEPLAIN",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?`),d("COERCE",c[u.COERCEPLAIN]+"(?:$|[^\\d])"),d("COERCEFULL",c[u.COERCEPLAIN]+`(?:${c[u.PRERELEASE]})?(?:${c[u.BUILD]})?(?:$|[^\\d])`),d("COERCERTL",c[u.COERCE],!0),d("COERCERTLFULL",c[u.COERCEFULL],!0),d("LONETILDE","(?:~>?)"),d("TILDETRIM",`(\\s*)${c[u.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",d("TILDE",`^${c[u.LONETILDE]}${c[u.XRANGEPLAIN]}$`),d("TILDELOOSE",`^${c[u.LONETILDE]}${c[u.XRANGEPLAINLOOSE]}$`),d("LONECARET","(?:\\^)"),d("CARETTRIM",`(\\s*)${c[u.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",d("CARET",`^${c[u.LONECARET]}${c[u.XRANGEPLAIN]}$`),d("CARETLOOSE",`^${c[u.LONECARET]}${c[u.XRANGEPLAINLOOSE]}$`),d("COMPARATORLOOSE",`^${c[u.GTLT]}\\s*(${c[u.LOOSEPLAIN]})$|^$`),d("COMPARATOR",`^${c[u.GTLT]}\\s*(${c[u.FULLPLAIN]})$|^$`),d("COMPARATORTRIM",`(\\s*)${c[u.GTLT]}\\s*(${c[u.LOOSEPLAIN]}|${c[u.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",d("HYPHENRANGE",`^\\s*(${c[u.XRANGEPLAIN]})\\s+-\\s+(${c[u.XRANGEPLAIN]})\\s*$`),d("HYPHENRANGELOOSE",`^\\s*(${c[u.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[u.XRANGEPLAINLOOSE]})\\s*$`),d("STAR","(<|>)?=?\\s*\\*"),d("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),d("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")}(dp,dp.exports)),dp.exports}function ge(){if(Dl)return Ll;Dl=1;const e=Object.freeze({loose:!0}),t=Object.freeze({});return Ll=r=>r?"object"!=typeof r?e:r:t}function we(){if(Ul)return kl;Ul=1;const e=/^[0-9]+$/,t=(t,r)=>{const n=e.test(t),o=e.test(r);return n&&o&&(t=+t,r=+r),t===r?0:n&&!o?-1:o&&!n?1:r>t?-1:1};return kl={compareIdentifiers:t,rcompareIdentifiers:(e,r)=>t(r,e)}}function Ee(){if(Ml)return jl;Ml=1;const e=ve(),{MAX_LENGTH:t,MAX_SAFE_INTEGER:r}=me(),{safeRe:n,t:o}=ye(),i=ge(),{compareIdentifiers:s}=we();class a{constructor(s,c){if(c=i(c),s instanceof a){if(s.loose===!!c.loose&&s.includePrerelease===!!c.includePrerelease)return s;s=s.version}else if("string"!=typeof s)throw new TypeError(`Invalid version. Must be a string. Got type "${typeof s}".`);if(s.length>t)throw new TypeError(`version is longer than ${t} characters`);e("SemVer",s,c),this.options=c,this.loose=!!c.loose,this.includePrerelease=!!c.includePrerelease;const u=s.trim().match(c.loose?n[o.LOOSE]:n[o.FULL]);if(!u)throw new TypeError("Invalid Version: "+s);if(this.raw=s,this.major=+u[1],this.minor=+u[2],this.patch=+u[3],this.major>r||0>this.major)throw new TypeError("Invalid major version");if(this.minor>r||0>this.minor)throw new TypeError("Invalid minor version");if(this.patch>r||0>this.patch)throw new TypeError("Invalid patch version");this.prerelease=u[4]?u[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&r>t)return t}return e})):[],this.build=u[5]?u[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version}toString(){return this.version}compare(t){if(e("SemVer.compare",this.version,this.options,t),!(t instanceof a)){if("string"==typeof t&&t===this.version)return 0;t=new a(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(e){return e instanceof a||(e=new a(e,this.options)),s(this.major,e.major)||s(this.minor,e.minor)||s(this.patch,e.patch)}comparePre(t){if(t instanceof a||(t=new a(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let r=0;do{const n=this.prerelease[r],o=t.prerelease[r];if(e("prerelease compare",r,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return s(n,o)}while(++r)}compareBuild(t){t instanceof a||(t=new a(t,this.options));let r=0;do{const n=this.build[r],o=t.build[r];if(e("build compare",r,n,o),void 0===n&&void 0===o)return 0;if(void 0===o)return 1;if(void 0===n)return-1;if(n!==o)return s(n,o)}while(++r)}inc(e,t,r){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t,r);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t,r);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t,r),this.inc("pre",t,r);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t,r),this.inc("pre",t,r);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":{const e=Number(r)?1:0;if(!t&&!1===r)throw Error("invalid increment argument: identifier is empty");if(0===this.prerelease.length)this.prerelease=[e];else{let n=this.prerelease.length;for(;--n>=0;)"number"==typeof this.prerelease[n]&&(this.prerelease[n]++,n=-2);if(-1===n){if(t===this.prerelease.join(".")&&!1===r)throw Error("invalid increment argument: identifier already exists");this.prerelease.push(e)}}if(t){let n=[t,e];!1===r&&(n=[t]),0===s(this.prerelease[0],t)?isNaN(this.prerelease[1])&&(this.prerelease=n):this.prerelease=n}break}default:throw Error("invalid increment argument: "+e)}return this.raw=this.format(),this.build.length&&(this.raw+="+"+this.build.join(".")),this}}return jl=a}function _e(){if(Gl)return Fl;Gl=1;const e=Ee();return Fl=(t,r,n=!1)=>{if(t instanceof e)return t;try{return new e(t,r)}catch(o){if(!n)return null;throw o}}}function be(){if(Hl)return Bl;Hl=1;const e=_e();return Bl=(t,r)=>{const n=e(t,r);return n?n.version:null}}function Oe(){if(Jl)return Yl;Jl=1;const e=Ee();return Yl=(t,r)=>new e(t,r).major}function Re(){if(sf)return of;sf=1;const e=Ee();return of=(t,r,n)=>new e(t,n).compare(new e(r,n))}function Se(){if(pf)return ff;pf=1;const e=Ee();return ff=(t,r,n)=>{const o=new e(t,n),i=new e(r,n);return o.compare(i)||o.compareBuild(i)}}function Ie(){if(gf)return yf;gf=1;const e=Re();return yf=(t,r,n)=>e(t,r,n)>0}function Te(){if(Ef)return wf;Ef=1;const e=Re();return wf=(t,r,n)=>0>e(t,r,n)}function xe(){if(bf)return _f;bf=1;const e=Re();return _f=(t,r,n)=>0===e(t,r,n)}function Pe(){if(Rf)return Of;Rf=1;const e=Re();return Of=(t,r,n)=>0!==e(t,r,n)}function Ne(){if(If)return Sf;If=1;const e=Re();return Sf=(t,r,n)=>e(t,r,n)>=0}function $e(){if(xf)return Tf;xf=1;const e=Re();return Tf=(t,r,n)=>0>=e(t,r,n)}function Ae(){if(Nf)return Pf;Nf=1;const e=xe(),t=Pe(),r=Ie(),n=Ne(),o=Te(),i=$e();return Pf=(s,a,c,u)=>{switch(a){case"===":return"object"==typeof s&&(s=s.version),"object"==typeof c&&(c=c.version),s===c;case"!==":return"object"==typeof s&&(s=s.version),"object"==typeof c&&(c=c.version),s!==c;case"":case"=":case"==":return e(s,c,u);case"!=":return t(s,c,u);case">":return r(s,c,u);case">=":return n(s,c,u);case"<":return o(s,c,u);case"<=":return i(s,c,u);default:throw new TypeError("Invalid operator: "+a)}}}function Ce(){if(Af)return $f;Af=1;const e=Ee(),t=_e(),{safeRe:r,t:n}=ye();return $f=(o,i)=>{if(o instanceof e)return o;if("number"==typeof o&&(o+=""),"string"!=typeof o)return null;let s=null;if((i=i||{}).rtl){const e=i.includePrerelease?r[n.COERCERTLFULL]:r[n.COERCERTL];let t;for(;(t=e.exec(o))&&(!s||s.index+s[0].length!==o.length);)s&&t.index+t[0].length===s.index+s[0].length||(s=t),e.lastIndex=t.index+t[1].length+t[2].length;e.lastIndex=-1}else s=o.match(i.includePrerelease?r[n.COERCEFULL]:r[n.COERCE]);return null===s?null:t(`${s[2]}.${s[3]||"0"}.${s[4]||"0"}${i.includePrerelease&&s[5]?"-"+s[5]:""}${i.includePrerelease&&s[6]?"+"+s[6]:""}`,i)}}function Le(){if(kf)return Df;kf=1;const e=/\s+/g;class t{constructor(r,i){if(i=n(i),r instanceof t)return r.loose===!!i.loose&&r.includePrerelease===!!i.includePrerelease?r:new t(r.raw,i);if(r instanceof o)return this.raw=r.value,this.set=[[r]],this.formatted=void 0,this;if(this.options=i,this.loose=!!i.loose,this.includePrerelease=!!i.includePrerelease,this.raw=r.trim().replace(e," "),this.set=this.raw.split("||").map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError("Invalid SemVer Range: "+this.raw);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!h(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const t of this.set)if(1===t.length&&m(t[0])){this.set=[t];break}}this.formatted=void 0}get range(){if(void 0===this.formatted){this.formatted="";for(let e=0;this.set.length>e;e++){e>0&&(this.formatted+="||");const t=this.set[e];for(let e=0;t.length>e;e++)e>0&&(this.formatted+=" "),this.formatted+=(""+t[e]).trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){const t=((this.options.includePrerelease&&p)|(this.options.loose&&d))+":"+e,n=r.get(t);if(n)return n;const s=this.options.loose;e=e.replace(s?a[c.HYPHENRANGELOOSE]:a[c.HYPHENRANGE],T(this.options.includePrerelease)),i("hyphen replace",e),e=e.replace(a[c.COMPARATORTRIM],u),i("comparator trim",e),e=e.replace(a[c.TILDETRIM],l),i("tilde trim",e),e=e.replace(a[c.CARETTRIM],f),i("caret trim",e);let m=e.split(" ").map((e=>y(e,this.options))).join(" ").split(/\s+/).map((e=>I(e,this.options)));s&&(m=m.filter((e=>(i("loose invalid filter",e,this.options),!!e.match(a[c.COMPARATORLOOSE]))))),i("range list",m);const v=new Map,g=m.map((e=>new o(e,this.options)));for(const r of g){if(h(r))return[r];v.set(r.value,r)}v.size>1&&v.has("")&&v.delete("");const w=[...v.values()];return r.set(t,w),w}intersects(e,r){if(!(e instanceof t))throw new TypeError("a Range is required");return this.set.some((t=>v(t,r)&&e.set.some((e=>v(e,r)&&t.every((t=>e.every((e=>t.intersects(e,r)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new s(e,this.options)}catch(t){return!1}for(let r=0;this.set.length>r;r++)if(x(this.set[r],e,this.options))return!0;return!1}}Df=t;const r=new(Lf?Cf:(Lf=1,Cf=class{constructor(){this.max=1e3,this.map=new Map}get(e){const t=this.map.get(e);return void 0===t?void 0:(this.map.delete(e),this.map.set(e,t),t)}delete(e){return this.map.delete(e)}set(e,t){if(!this.delete(e)&&void 0!==t){if(this.map.size>=this.max){const e=this.map.keys().next().value;this.delete(e)}this.map.set(e,t)}return this}})),n=ge(),o=De(),i=ve(),s=Ee(),{safeRe:a,t:c,comparatorTrimReplace:u,tildeTrimReplace:l,caretTrimReplace:f}=ye(),{FLAG_INCLUDE_PRERELEASE:p,FLAG_LOOSE:d}=me(),h=e=>"<0.0.0-0"===e.value,m=e=>""===e.value,v=(e,t)=>{let r=!0;const n=e.slice();let o=n.pop();for(;r&&n.length;)r=n.every((e=>o.intersects(e,t))),o=n.pop();return r},y=(e,t)=>(i("comp",e,t),e=_(e,t),i("caret",e),e=w(e,t),i("tildes",e),e=O(e,t),i("xrange",e),e=S(e,t),i("stars",e),e),g=e=>!e||"x"===e.toLowerCase()||"*"===e,w=(e,t)=>e.trim().split(/\s+/).map((e=>E(e,t))).join(" "),E=(e,t)=>e.replace(t.loose?a[c.TILDELOOSE]:a[c.TILDE],((t,r,n,o,s)=>{let a;return i("tilde",e,t,r,n,o,s),g(r)?a="":g(n)?a=`>=${r}.0.0 <${+r+1}.0.0-0`:g(o)?a=`>=${r}.${n}.0 <${r}.${+n+1}.0-0`:s?(i("replaceTilde pr",s),a=`>=${r}.${n}.${o}-${s} <${r}.${+n+1}.0-0`):a=`>=${r}.${n}.${o} <${r}.${+n+1}.0-0`,i("tilde return",a),a})),_=(e,t)=>e.trim().split(/\s+/).map((e=>b(e,t))).join(" "),b=(e,t)=>{i("caret",e,t);const r=t.includePrerelease?"-0":"";return e.replace(t.loose?a[c.CARETLOOSE]:a[c.CARET],((t,n,o,s,a)=>{let c;return i("caret",e,t,n,o,s,a),g(n)?c="":g(o)?c=`>=${n}.0.0${r} <${+n+1}.0.0-0`:g(s)?c="0"===n?`>=${n}.${o}.0${r} <${n}.${+o+1}.0-0`:`>=${n}.${o}.0${r} <${+n+1}.0.0-0`:a?(i("replaceCaret pr",a),c="0"===n?"0"===o?`>=${n}.${o}.${s}-${a} <${n}.${o}.${+s+1}-0`:`>=${n}.${o}.${s}-${a} <${n}.${+o+1}.0-0`:`>=${n}.${o}.${s}-${a} <${+n+1}.0.0-0`):(i("no pr"),c="0"===n?"0"===o?`>=${n}.${o}.${s}${r} <${n}.${o}.${+s+1}-0`:`>=${n}.${o}.${s}${r} <${n}.${+o+1}.0-0`:`>=${n}.${o}.${s} <${+n+1}.0.0-0`),i("caret return",c),c}))},O=(e,t)=>(i("replaceXRanges",e,t),e.split(/\s+/).map((e=>R(e,t))).join(" ")),R=(e,t)=>(e=e.trim()).replace(t.loose?a[c.XRANGELOOSE]:a[c.XRANGE],((r,n,o,s,a,c)=>{i("xRange",e,r,n,o,s,a,c);const u=g(o),l=u||g(s),f=l||g(a);return"="===n&&f&&(n=""),c=t.includePrerelease?"-0":"",u?r=">"===n||"<"===n?"<0.0.0-0":"*":n&&f?(l&&(s=0),a=0,">"===n?(n=">=",l?(o=+o+1,s=0,a=0):(s=+s+1,a=0)):"<="===n&&(n="<",l?o=+o+1:s=+s+1),"<"===n&&(c="-0"),r=`${n+o}.${s}.${a}${c}`):l?r=`>=${o}.0.0${c} <${+o+1}.0.0-0`:f&&(r=`>=${o}.${s}.0${c} <${o}.${+s+1}.0-0`),i("xRange return",r),r})),S=(e,t)=>(i("replaceStars",e,t),e.trim().replace(a[c.STAR],"")),I=(e,t)=>(i("replaceGTE0",e,t),e.trim().replace(a[t.includePrerelease?c.GTE0PRE:c.GTE0],"")),T=e=>(t,r,n,o,i,s,a,c,u,l,f,p)=>`${r=g(n)?"":g(o)?`>=${n}.0.0${e?"-0":""}`:g(i)?`>=${n}.${o}.0${e?"-0":""}`:s?">="+r:`>=${r}${e?"-0":""}`} ${c=g(u)?"":g(l)?`<${+u+1}.0.0-0`:g(f)?`<${u}.${+l+1}.0-0`:p?`<=${u}.${l}.${f}-${p}`:e?`<${u}.${l}.${+f+1}-0`:"<="+c}`.trim(),x=(e,t,r)=>{for(let n=0;e.length>n;n++)if(!e[n].test(t))return!1;if(t.prerelease.length&&!r.includePrerelease){for(let r=0;e.length>r;r++)if(i(e[r].semver),e[r].semver!==o.ANY&&e[r].semver.prerelease.length>0){const n=e[r].semver;if(n.major===t.major&&n.minor===t.minor&&n.patch===t.patch)return!0}return!1}return!0};return Df}function De(){if(jf)return Uf;jf=1;const e=Symbol();class t{static get ANY(){return e}constructor(n,o){if(o=r(o),n instanceof t){if(n.loose===!!o.loose)return n;n=n.value}n=n.trim().split(/\s+/).join(" "),s("comparator",n,o),this.options=o,this.loose=!!o.loose,this.parse(n),this.value=this.semver===e?"":this.operator+this.semver.version,s("comp",this)}parse(t){const r=t.match(this.options.loose?n[o.COMPARATORLOOSE]:n[o.COMPARATOR]);if(!r)throw new TypeError("Invalid comparator: "+t);this.operator=void 0!==r[1]?r[1]:"","="===this.operator&&(this.operator=""),this.semver=r[2]?new a(r[2],this.options.loose):e}toString(){return this.value}test(t){if(s("Comparator.test",t,this.options.loose),this.semver===e||t===e)return!0;if("string"==typeof t)try{t=new a(t,this.options)}catch(r){return!1}return i(t,this.operator,this.semver,this.options)}intersects(e,n){if(!(e instanceof t))throw new TypeError("a Comparator is required");return""===this.operator?""===this.value||new c(e.value,n).test(this.value):""===e.operator?""===e.value||new c(this.value,n).test(e.semver):!((n=r(n)).includePrerelease&&("<0.0.0-0"===this.value||"<0.0.0-0"===e.value)||!n.includePrerelease&&(this.value.startsWith("<0.0.0")||e.value.startsWith("<0.0.0"))||(!this.operator.startsWith(">")||!e.operator.startsWith(">"))&&(!this.operator.startsWith("<")||!e.operator.startsWith("<"))&&(this.semver.version!==e.semver.version||!this.operator.includes("=")||!e.operator.includes("="))&&!(i(this.semver,"<",e.semver,n)&&this.operator.startsWith(">")&&e.operator.startsWith("<"))&&!(i(this.semver,">",e.semver,n)&&this.operator.startsWith("<")&&e.operator.startsWith(">")))}}Uf=t;const r=ge(),{safeRe:n,t:o}=ye(),i=Ae(),s=ve(),a=Ee(),c=Le();return Uf}function ke(){if(Ff)return Mf;Ff=1;const e=Le();return Mf=(t,r,n)=>{try{r=new e(r,n)}catch(o){return!1}return r.test(t)}}function Ue(){if(Qf)return Jf;Qf=1;const e=Ee(),t=De(),{ANY:r}=t,n=Le(),o=ke(),i=Ie(),s=Te(),a=$e(),c=Ne();return Jf=(u,l,f,p)=>{let d,h,m,v,y;switch(u=new e(u,p),l=new n(l,p),f){case">":d=i,h=a,m=s,v=">",y=">=";break;case"<":d=s,h=c,m=i,v="<",y="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(o(u,l,p))return!1;for(let e=0;l.set.length>e;++e){let n=null,o=null;if(l.set[e].forEach((e=>{e.semver===r&&(e=new t(">=0.0.0")),n=n||e,o=o||e,d(e.semver,n.semver,p)?n=e:m(e.semver,o.semver,p)&&(o=e)})),n.operator===v||n.operator===y)return!1;if((!o.operator||o.operator===v)&&h(u,o.semver))return!1;if(o.operator===y&&m(u,o.semver))return!1}return!0}}function je(){if(lp)return up;lp=1;const e=ye(),t=me(),r=Ee(),n=we(),o=_e(),i=be(),s=function(){if(ql)return Vl;ql=1;const e=_e();return Vl=(t,r)=>{const n=e(t.trim().replace(/^[=v]+/,""),r);return n?n.version:null}}(),a=function(){if(Xl)return zl;Xl=1;const e=Ee();return zl=(t,r,n,o,i)=>{"string"==typeof n&&(i=o,o=n,n=void 0);try{return new e(t instanceof e?t.version:t,n).inc(r,o,i).version}catch(s){return null}}}(),c=function(){if(Kl)return Wl;Kl=1;const e=_e();return Wl=(t,r)=>{const n=e(t,null,!0),o=e(r,null,!0),i=n.compare(o);if(0===i)return null;const s=i>0,a=s?n:o,c=s?o:n,u=!!a.prerelease.length;if(c.prerelease.length&&!u)return c.patch||c.minor?a.patch?"patch":a.minor?"minor":"major":"major";const l=u?"pre":"";return n.major!==o.major?l+"major":n.minor!==o.minor?l+"minor":n.patch!==o.patch?l+"patch":"prerelease"}}(),u=Oe(),l=function(){if(Zl)return Ql;Zl=1;const e=Ee();return Ql=(t,r)=>new e(t,r).minor}(),f=function(){if(tf)return ef;tf=1;const e=Ee();return ef=(t,r)=>new e(t,r).patch}(),p=function(){if(nf)return rf;nf=1;const e=_e();return rf=(t,r)=>{const n=e(t,r);return n&&n.prerelease.length?n.prerelease:null}}(),d=Re(),h=function(){if(cf)return af;cf=1;const e=Re();return af=(t,r,n)=>e(r,t,n)}(),m=function(){if(lf)return uf;lf=1;const e=Re();return uf=(t,r)=>e(t,r,!0)}(),v=Se(),y=function(){if(hf)return df;hf=1;const e=Se();return df=(t,r)=>t.sort(((t,n)=>e(t,n,r)))}(),g=function(){if(vf)return mf;vf=1;const e=Se();return mf=(t,r)=>t.sort(((t,n)=>e(n,t,r)))}(),w=Ie(),E=Te(),_=xe(),b=Pe(),O=Ne(),R=$e(),S=Ae(),I=Ce(),T=De(),x=Le(),P=ke(),N=function(){if(Bf)return Gf;Bf=1;const e=Le();return Gf=(t,r)=>new e(t,r).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))}(),$=function(){if(Vf)return Hf;Vf=1;const e=Ee(),t=Le();return Hf=(r,n,o)=>{let i=null,s=null,a=null;try{a=new t(n,o)}catch(c){return null}return r.forEach((t=>{a.test(t)&&(i&&-1!==s.compare(t)||(i=t,s=new e(i,o)))})),i}}(),A=function(){if(zf)return qf;zf=1;const e=Ee(),t=Le();return qf=(r,n,o)=>{let i=null,s=null,a=null;try{a=new t(n,o)}catch(c){return null}return r.forEach((t=>{a.test(t)&&(i&&1!==s.compare(t)||(i=t,s=new e(i,o)))})),i}}(),C=function(){if(Wf)return Xf;Wf=1;const e=Ee(),t=Le(),r=Ie();return Xf=(n,o)=>{n=new t(n,o);let i=new e("0.0.0");if(n.test(i))return i;if(i=new e("0.0.0-0"),n.test(i))return i;i=null;for(let t=0;n.set.length>t;++t){let o=null;n.set[t].forEach((t=>{const n=new e(t.semver.version);switch(t.operator){case">":0===n.prerelease.length?n.patch++:n.prerelease.push(0),n.raw=n.format();case"":case">=":o&&!r(n,o)||(o=n);break;case"<":case"<=":break;default:throw Error("Unexpected operation: "+t.operator)}})),!o||i&&!r(i,o)||(i=o)}return i&&n.test(i)?i:null}}(),L=function(){if(Yf)return Kf;Yf=1;const e=Le();return Kf=(t,r)=>{try{return new e(t,r).range||"*"}catch(n){return null}}}(),D=Ue(),k=function(){if(ep)return Zf;ep=1;const e=Ue();return Zf=(t,r,n)=>e(t,r,">",n)}(),U=function(){if(rp)return tp;rp=1;const e=Ue();return tp=(t,r,n)=>e(t,r,"<",n)}(),j=function(){if(op)return np;op=1;const e=Le();return np=(t,r,n)=>(t=new e(t,n),r=new e(r,n),t.intersects(r,n))}(),M=function(){if(sp)return ip;sp=1;const e=ke(),t=Re();return ip=(r,n,o)=>{const i=[];let s=null,a=null;const c=r.sort(((e,r)=>t(e,r,o)));for(const t of c)e(t,n,o)?(a=t,s||(s=t)):(a&&i.push([s,a]),a=null,s=null);s&&i.push([s,null]);const u=[];for(const[e,t]of i)u.push(e===t?e:t||e!==c[0]?t?e===c[0]?"<="+t:`${e} - ${t}`:">="+e:"*");const l=u.join(" || ");return("string"==typeof n.raw?n.raw:n+"").length>l.length?l:n}}(),F=function(){if(cp)return ap;cp=1;const e=Le(),t=De(),{ANY:r}=t,n=ke(),o=Re(),i=[new t(">=0.0.0-0")],s=[new t(">=0.0.0")],a=(e,t,a)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===r){if(1===t.length&&t[0].semver===r)return!0;e=a.includePrerelease?i:s}if(1===t.length&&t[0].semver===r){if(a.includePrerelease)return!0;t=s}const l=new Set;let f,p,d,h,m,v,y;for(const r of e)">"===r.operator||">="===r.operator?f=c(f,r,a):"<"===r.operator||"<="===r.operator?p=u(p,r,a):l.add(r.semver);if(l.size>1)return null;if(f&&p){if(d=o(f.semver,p.semver,a),d>0)return null;if(0===d&&(">="!==f.operator||"<="!==p.operator))return null}for(const r of l){if(f&&!n(r,f+"",a))return null;if(p&&!n(r,p+"",a))return null;for(const e of t)if(!n(r,e+"",a))return!1;return!0}let g=!(!p||a.includePrerelease||!p.semver.prerelease.length)&&p.semver,w=!(!f||a.includePrerelease||!f.semver.prerelease.length)&&f.semver;g&&1===g.prerelease.length&&"<"===p.operator&&0===g.prerelease[0]&&(g=!1);for(const r of t){if(y=y||">"===r.operator||">="===r.operator,v=v||"<"===r.operator||"<="===r.operator,f)if(w&&r.semver.prerelease&&r.semver.prerelease.length&&r.semver.major===w.major&&r.semver.minor===w.minor&&r.semver.patch===w.patch&&(w=!1),">"===r.operator||">="===r.operator){if(h=c(f,r,a),h===r&&h!==f)return!1}else if(">="===f.operator&&!n(f.semver,r+"",a))return!1;if(p)if(g&&r.semver.prerelease&&r.semver.prerelease.length&&r.semver.major===g.major&&r.semver.minor===g.minor&&r.semver.patch===g.patch&&(g=!1),"<"===r.operator||"<="===r.operator){if(m=u(p,r,a),m===r&&m!==p)return!1}else if("<="===p.operator&&!n(p.semver,r+"",a))return!1;if(!r.operator&&(p||f)&&0!==d)return!1}return!(f&&v&&!p&&0!==d||p&&y&&!f&&0!==d||w||g)},c=(e,t,r)=>{if(!e)return t;const n=o(e.semver,t.semver,r);return n>0?e:0>n||">"===t.operator&&">="===e.operator?t:e},u=(e,t,r)=>{if(!e)return t;const n=o(e.semver,t.semver,r);return 0>n?e:n>0||"<"===t.operator&&"<="===e.operator?t:e};return ap=(t,r,n={})=>{if(t===r)return!0;t=new e(t,n),r=new e(r,n);let o=!1;e:for(const e of t.set){for(const t of r.set){const r=a(e,t,n);if(o=o||null!==r,r)continue e}if(o)return!1}return!0}}();return up={parse:o,valid:i,clean:s,inc:a,diff:c,major:u,minor:l,patch:f,prerelease:p,compare:d,rcompare:h,compareLoose:m,compareBuild:v,sort:y,rsort:g,gt:w,lt:E,eq:_,neq:b,gte:O,lte:R,cmp:S,coerce:I,Comparator:T,Range:x,satisfies:P,toComparators:N,maxSatisfying:$,minSatisfying:A,minVersion:C,validRange:L,outside:D,gtr:k,ltr:U,intersects:j,simplifyRange:M,subset:F,SemVer:r,re:e.re,src:e.src,tokens:e.t,SEMVER_SPEC_VERSION:t.SEMVER_SPEC_VERSION,RELEASE_TYPES:t.RELEASE_TYPES,compareIdentifiers:n.compareIdentifiers,rcompareIdentifiers:n.rcompareIdentifiers}}function Me(e){return null==e?[]:Array.isArray(e)?e:[e]}function Fe(e,t,r,n){var o,i=e[t],s=~n.string.indexOf(t)?null==r||!0===r?"":r+"":"boolean"==typeof r?r:~n.boolean.indexOf(t)?"false"!==r&&("true"===r||(e._.push(0*(o=+r)==0?o:r),!!r)):0*(o=+r)==0?o:r;e[t]=null==i?s:Array.isArray(i)?i.concat(s):[i,s]}async function Ge(e,t,r,n=40){wp?await async function(e,t,r=40){await P("update-alternatives",["--install","/usr/bin/"+e,e,t,""+r])}(e,t,n):(await qu(r),await Ep(r.rcPath,`\nif [ $UID -eq 0 ]; then update-alternatives --install /usr/bin/${e} ${e} ${t} ${n}; fi\n`))}function Be(e){const t={...process.env,DEBIAN_FRONTEND:"noninteractive"};return"nala"===e&&(void 0===t.LANG&&(t.LANG="C.UTF-8"),void 0===t.LC_ALL&&(t.LC_ALL="C.UTF-8")),t}function He(){return null!==Is.sync("nala",{nothrow:!0})}function Ve(){let e;return e=He()?"nala":"apt-get",e}function qe(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}async function ze(e){try{const{stdout:t}=await w("dpkg",["-s",e],{env:Be("apt-get"),stdio:"pipe"});return"string"==typeof t&&t.split("\n").some((e=>e.startsWith("Status: install ok installed")))}catch{return!1}}async function Xe(e,t=Ve()){return(await Promise.all(e.map((e=>We(e,t))))).filter((e=>void 0!==e))}async function We(e,t=Ve()){const r=await async function(e,t,r){switch(await Ke(e,t,r)){case Rp.NameDashVersion:return`${t}-${r}`;case Rp.NameEqualsVersion:return`${t}=${r}`;case Rp.Name:return void 0!==r&&""!==r&&f(`Could not find package ${t} with version ${r}. Installing the latest version.`),t;default:throw Error(`Could not find package ${t} ${r??""}`)}}(t,e.name,e.version);return await ze(r)?void 0:r}async function Ke(e,t,r){if(void 0!==r&&""!==r){const{stdout:n}=await w("apt-cache",["search","--names-only",`^${qe(t)}-${qe(r)}$`],{env:Be(e),stdio:"pipe"});if(""!==n.trim())return Rp.NameDashVersion;try{const{stdout:n}=await w("apt-cache",["show",`${t}=${r}`],{env:Be(e)});if(""===n.trim())return Rp.NameEqualsVersion}catch{}}try{const{stdout:r}=await w("apt-cache",["show",t],{env:Be(e),stdio:"pipe"});if(""!==r.trim())return Rp.Name}catch{}return bp?Rp.None:(Op(e),Ke(e,t,r))}async function Ye(e,t=!1){try{const n=Ve();for(const{name:t,version:r}of e)d(`Installing ${t} ${r??""} via ${n}`);t&&Op(n),await async function(e,t){const r=[...new Set(t.flatMap((e=>e.repository??[])))];await Promise.all(r.map((t=>async function(e,t=Ve()){await Ip(t),await async function(e){await ze("software-properties-common")||x(e,["install","-y","--fix-broken","-o",_p,"software-properties-common"],{...Ns,env:Be(e)})}(t),x("add-apt-repository",["-y","--no-update",e],{...Ns,env:Be(t)}),Op.clear(),Op(t)}(t,e))))}(n,e);const o=await Xe(e,n);if(0===o.length)return d("All packages are already installed"),{binDir:"/usr/bin/"};await Ip(n);try{await async function(e){await Promise.all(e.map((async e=>{var t;void 0!==e.key&&await(t=e.key,"keyUrl"in t?Je(t):async function({key:e,keyServer:t=Pp,fileName:r,keyStorePath:n=Pp}){try{Ze(r);const o=Wr(n,r);return await ie(o)||(Qe(),await P("gpg",["--no-default-keyring","--keyring","gnupg-ring:"+o,"--keyserver",t,"--recv-keys",e]),await P("chmod",["644",o])),o}catch(o){return void f(`Failed to add apt key via server ${t}: ${o}`)}}(t))})))}(e),x(n,["install","--fix-broken","-y",...o],{...Ns,env:Be(n)})}catch(r){if(!function(e){return"string"==typeof e.stderr}(r))throw r;Tp.some((e=>"string"==typeof r.stderr&&r.stderr.includes(e)))&&(f(`Failed to install packages ${o}. Retrying...`),x(n,["install","--fix-broken","-y","-o",_p,...o],{...Ns,env:Be(n)}))}return{binDir:"/usr/bin/"}}catch(r){throw Error("Failed to install apt packages: "+(r instanceof Error?`${r.message}\n${r.stack}`:r+""))}}async function Je({keyUrl:e,fileName:t,keyStorePath:r=xp}){try{Ze(t);const n=Wr(r,t);if(!(await ie(n))){Qe(),await Ye([{name:"ca-certificates"}]);const r=Wr(Mr(),t),o=new gp.DownloaderHelper(e,Mr(),{fileName:t});o.on("error",(t=>{throw Error(`Failed to download ${e}: ${t}`)})),await o.start(),x("gpg",["--no-default-keyring","--keyring","gnupg-ring:"+n,"--import",r]),x("chmod",["644",n])}return n}catch(n){return void f(`Failed to add apt key via download ${e}: ${n}`)}}function Qe(){x("gpg",["-k"])}function Ze(e){if(!e.endsWith(".gpg"))throw Error("Key file name must end with .gpg: "+e)}async function et(e={}){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof Np)return{binDir:Np};const t=await Is("brew",{nothrow:!0});if(null!==t)return Np=Yr(t),{binDir:Np};await Ye([{name:"ca-certificates"}]);const r=new gp.DownloaderHelper("https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh",Mr(),{fileName:"install-brew.sh"});return r.on("error",(e=>{throw Error("Failed to download the brew installer script: "+e)})),await r.start(),E("/bin/bash",[r.getDownloadPath()],{stdio:"inherit",env:{NONINTERACTIVE:"1"}}),Np=tt(),await fe(Np,e.rcOptions),{binDir:Np}}function tt(){return Wr(rt(),"bin")}function rt(){if("darwin"===process.platform)return"arm64"===process.arch?"/opt/homebrew":"/usr/local";if("linux"===process.platform)return"/home/linuxbrew/.linuxbrew";throw Error("Unsupported platform for brew")}async function nt(e,t,r={}){"overwrite"in r||(r.overwrite=!0),r.cask&&(r.overwrite=!1),d(`Installing ${e} ${t??""} via brew`),$p&&null!==Is.sync("brew",{nothrow:!0})||(await et(),$p=!0);const n=tt(),o=Wr(n,"brew"),i=["install",void 0!==t&&""!==t?`${e}@${t}`:e];for(const[s,a]of Object.entries(r))"boolean"==typeof a&&a?i.push("--"+s):"string"==typeof a&&i.push("--"+s,a);return E(o,i,{stdio:"inherit"}),{binDir:n}}function ot(){return"linux"===process.platform&&(void 0===Dp&&(Dp=null!==Lp.sync("dnf",{nothrow:!0})),Dp)}function it(){return"linux"===process.platform&&(void 0===kp&&(kp=null!==Lp.sync("pacman",{nothrow:!0})),kp)}function st(){return"linux"===process.platform&&(void 0===Up&&(Up=null!==Lp.sync("apt-get",{nothrow:!0})),Up)}async function at(e,t,r){if("win32"!==process.platform)return;if("string"==typeof jp)return{binDir:jp};const n=Lp.sync("choco",{nothrow:!0});if(null!==n)return jp=Yr(n),{binDir:jp};let o="powershell.exe";const i=Lp.sync(process.env.SystemRoot+"\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",{nothrow:!0});null!==i&&(o=i),E(o,["-NoProfile","-InputFormat","None","-ExecutionPolicy","Bypass","-Command","[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))"],{stdio:"inherit"});const s=process.env.ALLUSERSPROFILE+"\\chocolatey\\bin";await fe(s,Xh);const a=Lp.sync("choco",{nothrow:!0});return jp=null!==a?Yr(a):(process.env.ChocolateyInstall??"C:/ProgramData/chocolatey")+"/bin",await ie(jp)?{binDir:jp}:void 0}async function ct(e,t,r=[]){d(`Installing ${e} ${t??""} via chocolatey`),Mp&&null!==Lp.sync("choco",{nothrow:!0})||(await at(0,0,process),Mp=!0);const n=process.env.PATH,o={...process.env};if(o.TMP=void 0,o.TEMP=void 0,o.Path=void 0,o.PATH=n,void 0!==t&&""!==t)E("choco",["install","-y",e,"--version="+t,...r],{env:o,extendEnv:!1,stdio:"inherit"});else try{E("choco",["install","-y",e,...r],{env:o,extendEnv:!1,stdio:"inherit"})}catch(s){if(!s.message.includes("exit code 3010"))throw s;d(e+" might require a reboot for the completion of the installation.")}const i=(process.env.ChocolateyInstall??"C:/ProgramData/chocolatey")+"/bin";return await fe(i,Xh),{binDir:i}}async function ut(e){for(const{name:t,version:r}of e)d(`Installing ${t} ${r??""} via dnf`);return x("dnf",["-y","install",...await Promise.all(e.map((e=>async function(e,t){if(void 0!==t&&""!==t){const{stdout:r}=await w("dnf",["search","-q",`${e}-${t}`]);if(""!==r.trim())return`${e}-${t}`;{const{stdout:r}=await w("dnf",["search","-q",`${e}${t}`]);if(""!==r.trim())return`${e}${t}`;f(`Failed to install ${e} ${t} via dnf, trying without version`)}}return e}(e.name,e.version))))]),{binDir:"/usr/bin/"}}async function lt(e,t,r){d(`Installing ${e} ${t??""} via pacman`);const n="pacman";"yay"===r&&function(){if(null===Lp.sync("yay",{nothrow:!0}))try{x("pacman",["-S","--noconfirm","base-devel","git"]);const e=Wr(Mr(),"yay");x("mkdir",["-p",e]),S()?(f("Creating a non-root user to build yay"),x("useradd",["-m","-G","wheel","builder"]),x("passwd",["-d","builder"]),x("chown",["-R","builder:builder",e]),x("bash",["-c",'echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers']),Hp=!0,E("su",["-","builder","-c","git clone https://aur.archlinux.org/yay.git "+e],{stdio:"inherit"}),E("su",["-","builder","-c",`cd ${e} && makepkg -si --noconfirm`],{stdio:"inherit"})):(E("git",["clone","https://aur.archlinux.org/yay.git",e],{stdio:"inherit",cwd:Mr()}),E("makepkg",["-si","--noconfirm"],{stdio:"inherit",cwd:e})),E("rm",["-rf",e],{stdio:"inherit"})}catch(e){throw Error(`Failed to install yay: ${e}. Install yay manually and re-run the script.`)}}(),Fp||"yay"===r||(x(n,["-Sy","--noconfirm"]),Fp=!0),Gp||"yay"===r||(x(n,["-S","--noconfirm","base-devel"]),Gp=!0);const o=e=>"yay"===r?S()&&Hp?x("su",["-","builder","-c","yay -S --noconfirm "+e]):E(r,["-S","--noconfirm",e]):x(r??n,["-S","--noconfirm",e]);if(void 0!==t&&""!==t){const r=await async function(e,t){const r=[];try{const{stdout:n}=await w(e,["-Si",t]);for(const e of n.matchAll(Bp))r.push(e[1])}catch(n){f(`Failed to get available versions for ${t}: ${n}`)}return r}(n,e);if(r.includes(t))try{o(`${e}=${t}`)}catch{o(`${e}${t}`)}else d(`Failed to install ${e} ${t} via pacman, trying without version`),o(e)}else o(e);return{binDir:"/usr/bin/"}}function ft(e,t){return Object.keys(t).forEach((r=>{"default"===r||"__esModule"===r||e.hasOwnProperty(r)||Object.defineProperty(e,r,{enumerable:!0,get:()=>t[r]})})),e}function pt(e,t,r,n){Object.defineProperty(e,t,{get:r,set:n,enumerable:!0,configurable:!0})}function dt(e,t=!0){return t?Jr(e):Jr(e,Qr(e))}function ht(e){return Zr(e).replace(RegExp(qe(en)+"$"),"")}function mt(e,t=".exe",r=""){return"win32"===process.platform?`${e}${t}`:`${e}${r}`}function vt(e,t){const r=Qr(e),n=`${t}${Jr(e,r)}${r}`;return Wr(Yr(e),n)}function yt(e,t){const r=Qr(e),n=`${Jr(e,r)}${t}${r}`;return Wr(Yr(e),n)}function gt(e,t=".cmd",r=".sh"){return"win32"===process.platform?`${e}${t}`:`${e}${r}`}function wt(e){return"win32"===process.platform?e:"./"+e}function Et(e){const t=Qr(e).length;return e.slice(0,-t)}function _t(e,t){return zp(e,t)}function bt(e,t){const r=tn(t,e);return!(!r||".."===r||r.startsWith(".."+en)||r===rn(e))}function Ot(){return pd||(pd=1,function(e,t){function r(e){N[e]=$++}function n(e){for(var t=0;C.length>t;t++){var r=C[t][0],n=C[t][1];e=e.split(r+"*").join(r+"{0,"+n+"}").split(r+"+").join(r+"{1,"+n+"}")}return e}function o(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof i)return e;if("string"!=typeof e)return null;if(e.length>R)return null;if(!(t.loose?x[N.LOOSE]:x[N.FULL]).test(e))return null;try{return new i(e,t)}catch(r){return null}}function i(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof i){if(e.loose===t.loose)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>R)throw new TypeError("version is longer than "+R+" characters");if(!(this instanceof i))return new i(e,t);O("SemVer",e,t),this.options=t,this.loose=!!t.loose;var r=e.trim().match(t.loose?x[N.LOOSE]:x[N.FULL]);if(!r)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>S||0>this.major)throw new TypeError("Invalid major version");if(this.minor>S||0>this.minor)throw new TypeError("Invalid minor version");if(this.patch>S||0>this.patch)throw new TypeError("Invalid patch version");this.prerelease=r[4]?r[4].split(".").map((function(e){if(/^[0-9]+$/.test(e)){var t=+e;if(t>=0&&S>t)return t}return e})):[],this.build=r[5]?r[5].split("."):[],this.format()}function s(e,t){var r=D.test(e),n=D.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:t>e?-1:1}function a(e,t,r){return new i(e,r).compare(new i(t,r))}function c(e,t,r){return a(e,t,r)>0}function u(e,t,r){return 0>a(e,t,r)}function l(e,t,r){return 0===a(e,t,r)}function f(e,t,r){return 0!==a(e,t,r)}function p(e,t,r){return a(e,t,r)>=0}function d(e,t,r){return 0>=a(e,t,r)}function h(e,t,r,n){switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e===r;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof r&&(r=r.version),e!==r;case"":case"=":case"==":return l(e,r,n);case"!=":return f(e,r,n);case">":return c(e,r,n);case">=":return p(e,r,n);case"<":return u(e,r,n);case"<=":return d(e,r,n);default:throw new TypeError("Invalid operator: "+t)}}function m(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof m){if(e.loose===!!t.loose)return e;e=e.value}if(!(this instanceof m))return new m(e,t);e=e.trim().split(/\s+/).join(" "),O("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.value=this.semver===k?"":this.operator+this.semver.version,O("comp",this)}function v(e,t){if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),e instanceof v)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new v(e.raw,t);if(e instanceof m)return new v(e.value,t);if(!(this instanceof v))return new v(e,t);if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e.trim().split(/\s+/).join(" "),this.set=this.raw.split("||").map((function(e){return this.parseRange(e.trim())}),this).filter((function(e){return e.length})),!this.set.length)throw new TypeError("Invalid SemVer Range: "+this.raw);this.format()}function y(e,t){for(var r=!0,n=e.slice(),o=n.pop();r&&n.length;)r=n.every((function(e){return o.intersects(e,t)})),o=n.pop();return r}function g(e){return!e||"x"===e.toLowerCase()||"*"===e}function w(e,t,r,n,o,i,s,a,c,u,l,f,p){return((t=g(r)?"":g(n)?">="+r+".0.0":g(o)?">="+r+"."+n+".0":">="+t)+" "+(a=g(c)?"":g(u)?"<"+(+c+1)+".0.0":g(l)?"<"+c+"."+(+u+1)+".0":f?"<="+c+"."+u+"."+l+"-"+f:"<="+a)).trim()}function E(e,t,r){for(var n=0;e.length>n;n++)if(!e[n].test(t))return!1;if(t.prerelease.length&&!r.includePrerelease){for(n=0;e.length>n;n++)if(O(e[n].semver),e[n].semver!==k&&e[n].semver.prerelease.length>0){var o=e[n].semver;if(o.major===t.major&&o.minor===t.minor&&o.patch===t.patch)return!0}return!1}return!0}function _(e,t,r){try{t=new v(t,r)}catch(n){return!1}return t.test(e)}function b(e,t,r,n){var o,s,a,l,f;switch(e=new i(e,n),t=new v(t,n),r){case">":o=c,s=d,a=u,l=">",f=">=";break;case"<":o=u,s=p,a=c,l="<",f="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(_(e,t,n))return!1;for(var h=0;t.set.length>h;++h){var y=null,g=null;if(t.set[h].forEach((function(e){e.semver===k&&(e=new m(">=0.0.0")),g=g||e,o(e.semver,(y=y||e).semver,n)?y=e:a(e.semver,g.semver,n)&&(g=e)})),y.operator===l||y.operator===f)return!1;if((!g.operator||g.operator===l)&&s(e,g.semver))return!1;if(g.operator===f&&a(e,g.semver))return!1}return!0}var O;t=Sd.exports=i,O="object"==typeof process&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?function(){var e=[].slice.call(arguments,0);e.unshift("SEMVER"),console.log.apply(console,e)}:function(){},t.SEMVER_SPEC_VERSION="2.0.0";var R=256,S=Number.MAX_SAFE_INTEGER||9007199254740991,I=R-6,T=t.re=[],x=t.safeRe=[],P=t.src=[],N=t.tokens={},$=0,A="[a-zA-Z0-9-]",C=[["\\s",1],["\\d",R],[A,I]];r("NUMERICIDENTIFIER"),P[N.NUMERICIDENTIFIER]="0|[1-9]\\d*",r("NUMERICIDENTIFIERLOOSE"),P[N.NUMERICIDENTIFIERLOOSE]="\\d+",r("NONNUMERICIDENTIFIER"),P[N.NONNUMERICIDENTIFIER]="\\d*[a-zA-Z-]"+A+"*",r("MAINVERSION"),P[N.MAINVERSION]="("+P[N.NUMERICIDENTIFIER]+")\\.("+P[N.NUMERICIDENTIFIER]+")\\.("+P[N.NUMERICIDENTIFIER]+")",r("MAINVERSIONLOOSE"),P[N.MAINVERSIONLOOSE]="("+P[N.NUMERICIDENTIFIERLOOSE]+")\\.("+P[N.NUMERICIDENTIFIERLOOSE]+")\\.("+P[N.NUMERICIDENTIFIERLOOSE]+")",r("PRERELEASEIDENTIFIER"),P[N.PRERELEASEIDENTIFIER]="(?:"+P[N.NUMERICIDENTIFIER]+"|"+P[N.NONNUMERICIDENTIFIER]+")",r("PRERELEASEIDENTIFIERLOOSE"),P[N.PRERELEASEIDENTIFIERLOOSE]="(?:"+P[N.NUMERICIDENTIFIERLOOSE]+"|"+P[N.NONNUMERICIDENTIFIER]+")",r("PRERELEASE"),P[N.PRERELEASE]="(?:-("+P[N.PRERELEASEIDENTIFIER]+"(?:\\."+P[N.PRERELEASEIDENTIFIER]+")*))",r("PRERELEASELOOSE"),P[N.PRERELEASELOOSE]="(?:-?("+P[N.PRERELEASEIDENTIFIERLOOSE]+"(?:\\."+P[N.PRERELEASEIDENTIFIERLOOSE]+")*))",r("BUILDIDENTIFIER"),P[N.BUILDIDENTIFIER]=A+"+",r("BUILD"),P[N.BUILD]="(?:\\+("+P[N.BUILDIDENTIFIER]+"(?:\\."+P[N.BUILDIDENTIFIER]+")*))",r("FULL"),r("FULLPLAIN"),P[N.FULLPLAIN]="v?"+P[N.MAINVERSION]+P[N.PRERELEASE]+"?"+P[N.BUILD]+"?",P[N.FULL]="^"+P[N.FULLPLAIN]+"$",r("LOOSEPLAIN"),P[N.LOOSEPLAIN]="[v=\\s]*"+P[N.MAINVERSIONLOOSE]+P[N.PRERELEASELOOSE]+"?"+P[N.BUILD]+"?",r("LOOSE"),P[N.LOOSE]="^"+P[N.LOOSEPLAIN]+"$",r("GTLT"),P[N.GTLT]="((?:<|>)?=?)",r("XRANGEIDENTIFIERLOOSE"),P[N.XRANGEIDENTIFIERLOOSE]=P[N.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*",r("XRANGEIDENTIFIER"),P[N.XRANGEIDENTIFIER]=P[N.NUMERICIDENTIFIER]+"|x|X|\\*",r("XRANGEPLAIN"),P[N.XRANGEPLAIN]="[v=\\s]*("+P[N.XRANGEIDENTIFIER]+")(?:\\.("+P[N.XRANGEIDENTIFIER]+")(?:\\.("+P[N.XRANGEIDENTIFIER]+")(?:"+P[N.PRERELEASE]+")?"+P[N.BUILD]+"?)?)?",r("XRANGEPLAINLOOSE"),P[N.XRANGEPLAINLOOSE]="[v=\\s]*("+P[N.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+P[N.XRANGEIDENTIFIERLOOSE]+")(?:\\.("+P[N.XRANGEIDENTIFIERLOOSE]+")(?:"+P[N.PRERELEASELOOSE]+")?"+P[N.BUILD]+"?)?)?",r("XRANGE"),P[N.XRANGE]="^"+P[N.GTLT]+"\\s*"+P[N.XRANGEPLAIN]+"$",r("XRANGELOOSE"),P[N.XRANGELOOSE]="^"+P[N.GTLT]+"\\s*"+P[N.XRANGEPLAINLOOSE]+"$",r("COERCE"),P[N.COERCE]="(^|[^\\d])(\\d{1,16})(?:\\.(\\d{1,16}))?(?:\\.(\\d{1,16}))?(?:$|[^\\d])",r("COERCERTL"),T[N.COERCERTL]=RegExp(P[N.COERCE],"g"),x[N.COERCERTL]=RegExp(n(P[N.COERCE]),"g"),r("LONETILDE"),P[N.LONETILDE]="(?:~>?)",r("TILDETRIM"),P[N.TILDETRIM]="(\\s*)"+P[N.LONETILDE]+"\\s+",T[N.TILDETRIM]=RegExp(P[N.TILDETRIM],"g"),x[N.TILDETRIM]=RegExp(n(P[N.TILDETRIM]),"g"),r("TILDE"),P[N.TILDE]="^"+P[N.LONETILDE]+P[N.XRANGEPLAIN]+"$",r("TILDELOOSE"),P[N.TILDELOOSE]="^"+P[N.LONETILDE]+P[N.XRANGEPLAINLOOSE]+"$",r("LONECARET"),P[N.LONECARET]="(?:\\^)",r("CARETTRIM"),P[N.CARETTRIM]="(\\s*)"+P[N.LONECARET]+"\\s+",T[N.CARETTRIM]=RegExp(P[N.CARETTRIM],"g"),x[N.CARETTRIM]=RegExp(n(P[N.CARETTRIM]),"g"),r("CARET"),P[N.CARET]="^"+P[N.LONECARET]+P[N.XRANGEPLAIN]+"$",r("CARETLOOSE"),P[N.CARETLOOSE]="^"+P[N.LONECARET]+P[N.XRANGEPLAINLOOSE]+"$",r("COMPARATORLOOSE"),P[N.COMPARATORLOOSE]="^"+P[N.GTLT]+"\\s*("+P[N.LOOSEPLAIN]+")$|^$",r("COMPARATOR"),P[N.COMPARATOR]="^"+P[N.GTLT]+"\\s*("+P[N.FULLPLAIN]+")$|^$",r("COMPARATORTRIM"),P[N.COMPARATORTRIM]="(\\s*)"+P[N.GTLT]+"\\s*("+P[N.LOOSEPLAIN]+"|"+P[N.XRANGEPLAIN]+")",T[N.COMPARATORTRIM]=RegExp(P[N.COMPARATORTRIM],"g"),x[N.COMPARATORTRIM]=RegExp(n(P[N.COMPARATORTRIM]),"g"),r("HYPHENRANGE"),P[N.HYPHENRANGE]="^\\s*("+P[N.XRANGEPLAIN]+")\\s+-\\s+("+P[N.XRANGEPLAIN]+")\\s*$",r("HYPHENRANGELOOSE"),P[N.HYPHENRANGELOOSE]="^\\s*("+P[N.XRANGEPLAINLOOSE]+")\\s+-\\s+("+P[N.XRANGEPLAINLOOSE]+")\\s*$",r("STAR"),P[N.STAR]="(<|>)?=?\\s*\\*";for(var L=0;$>L;L++)O(L,P[L]),T[L]||(T[L]=RegExp(P[L]),x[L]=RegExp(n(P[L])));t.parse=o,t.valid=function(e,t){var r=o(e,t);return r?r.version:null},t.clean=function(e,t){var r=o(e.trim().replace(/^[=v]+/,""),t);return r?r.version:null},t.SemVer=i,i.prototype.format=function(){return this.version=this.major+"."+this.minor+"."+this.patch,this.prerelease.length&&(this.version+="-"+this.prerelease.join(".")),this.version},i.prototype.toString=function(){return this.version},i.prototype.compare=function(e){return O("SemVer.compare",this.version,this.options,e),e instanceof i||(e=new i(e,this.options)),this.compareMain(e)||this.comparePre(e)},i.prototype.compareMain=function(e){return e instanceof i||(e=new i(e,this.options)),s(this.major,e.major)||s(this.minor,e.minor)||s(this.patch,e.patch)},i.prototype.comparePre=function(e){if(e instanceof i||(e=new i(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;var t=0;do{var r=this.prerelease[t],n=e.prerelease[t];if(O("prerelease compare",t,r,n),void 0===r&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===r)return-1;if(r!==n)return s(r,n)}while(++t)},i.prototype.compareBuild=function(e){e instanceof i||(e=new i(e,this.options));var t=0;do{var r=this.build[t],n=e.build[t];if(O("prerelease compare",t,r,n),void 0===r&&void 0===n)return 0;if(void 0===n)return 1;if(void 0===r)return-1;if(r!==n)return s(r,n)}while(++t)},i.prototype.inc=function(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{for(var r=this.prerelease.length;--r>=0;)"number"==typeof this.prerelease[r]&&(this.prerelease[r]++,r=-2);-1===r&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw Error("invalid increment argument: "+e)}return this.format(),this.raw=this.version,this},t.inc=function(e,t,r,n){"string"==typeof r&&(n=r,r=void 0);try{return new i(e,r).inc(t,n).version}catch(o){return null}},t.diff=function(e,t){if(l(e,t))return null;var r=o(e),n=o(t),i="";if(r.prerelease.length||n.prerelease.length){i="pre";var s="prerelease"}for(var a in r)if(("major"===a||"minor"===a||"patch"===a)&&r[a]!==n[a])return i+a;return s},t.compareIdentifiers=s;var D=/^[0-9]+$/;t.rcompareIdentifiers=function(e,t){return s(t,e)},t.major=function(e,t){return new i(e,t).major},t.minor=function(e,t){return new i(e,t).minor},t.patch=function(e,t){return new i(e,t).patch},t.compare=a,t.compareLoose=function(e,t){return a(e,t,!0)},t.compareBuild=function(e,t,r){var n=new i(e,r),o=new i(t,r);return n.compare(o)||n.compareBuild(o)},t.rcompare=function(e,t,r){return a(t,e,r)},t.sort=function(e,r){return e.sort((function(e,n){return t.compareBuild(e,n,r)}))},t.rsort=function(e,r){return e.sort((function(e,n){return t.compareBuild(n,e,r)}))},t.gt=c,t.lt=u,t.eq=l,t.neq=f,t.gte=p,t.lte=d,t.cmp=h,t.Comparator=m;var k={};m.prototype.parse=function(e){var t=e.match(this.options.loose?x[N.COMPARATORLOOSE]:x[N.COMPARATOR]);if(!t)throw new TypeError("Invalid comparator: "+e);this.operator=void 0!==t[1]?t[1]:"","="===this.operator&&(this.operator=""),this.semver=t[2]?new i(t[2],this.options.loose):k},m.prototype.toString=function(){return this.value},m.prototype.test=function(e){if(O("Comparator.test",e,this.options.loose),this.semver===k||e===k)return!0;if("string"==typeof e)try{e=new i(e,this.options)}catch(t){return!1}return h(e,this.operator,this.semver,this.options)},m.prototype.intersects=function(e,t){if(!(e instanceof m))throw new TypeError("a Comparator is required");var r;if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||(r=new v(e.value,t),_(this.value,r,t));if(""===e.operator)return""===e.value||(r=new v(this.value,t),_(e.semver,r,t));var n=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),o=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),i=this.semver.version===e.semver.version,s=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),a=h(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),c=h(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return n||o||i&&s||a||c},t.Range=v,v.prototype.format=function(){return this.range=this.set.map((function(e){return e.join(" ").trim()})).join("||").trim(),this.range},v.prototype.toString=function(){return this.range},v.prototype.parseRange=function(e){var t=this.options.loose;e=e.replace(t?x[N.HYPHENRANGELOOSE]:x[N.HYPHENRANGE],w),O("hyphen replace",e),e=e.replace(x[N.COMPARATORTRIM],"$1$2$3"),O("comparator trim",e,x[N.COMPARATORTRIM]),e=(e=(e=e.replace(x[N.TILDETRIM],"$1~")).replace(x[N.CARETTRIM],"$1^")).split(/\s+/).join(" ");var r=t?x[N.COMPARATORLOOSE]:x[N.COMPARATOR],n=e.split(" ").map((function(e){return function(e,t){return O("comp",e,t),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){return O("caret",e,t),e.replace(t.loose?x[N.CARETLOOSE]:x[N.CARET],(function(t,r,n,o,i){var s;return O("caret",e,t,r,n,o,i),g(r)?s="":g(n)?s=">="+r+".0.0 <"+(+r+1)+".0.0":g(o)?s="0"===r?">="+r+"."+n+".0 <"+r+"."+(+n+1)+".0":">="+r+"."+n+".0 <"+(+r+1)+".0.0":i?(O("replaceCaret pr",i),s="0"===r?"0"===n?">="+r+"."+n+"."+o+"-"+i+" <"+r+"."+n+"."+(+o+1):">="+r+"."+n+"."+o+"-"+i+" <"+r+"."+(+n+1)+".0":">="+r+"."+n+"."+o+"-"+i+" <"+(+r+1)+".0.0"):(O("no pr"),s="0"===r?"0"===n?">="+r+"."+n+"."+o+" <"+r+"."+n+"."+(+o+1):">="+r+"."+n+"."+o+" <"+r+"."+(+n+1)+".0":">="+r+"."+n+"."+o+" <"+(+r+1)+".0.0"),O("caret return",s),s}))}(e,t)})).join(" ")}(e,t),O("caret",e),e=function(e,t){return e.trim().split(/\s+/).map((function(e){return function(e,t){return e.replace(t.loose?x[N.TILDELOOSE]:x[N.TILDE],(function(t,r,n,o,i){var s;return O("tilde",e,t,r,n,o,i),g(r)?s="":g(n)?s=">="+r+".0.0 <"+(+r+1)+".0.0":g(o)?s=">="+r+"."+n+".0 <"+r+"."+(+n+1)+".0":i?(O("replaceTilde pr",i),s=">="+r+"."+n+"."+o+"-"+i+" <"+r+"."+(+n+1)+".0"):s=">="+r+"."+n+"."+o+" <"+r+"."+(+n+1)+".0",O("tilde return",s),s}))}(e,t)})).join(" ")}(e,t),O("tildes",e),e=function(e,t){return O("replaceXRanges",e,t),e.split(/\s+/).map((function(e){return function(e,t){return(e=e.trim()).replace(t.loose?x[N.XRANGELOOSE]:x[N.XRANGE],(function(r,n,o,i,s,a){O("xRange",e,r,n,o,i,s,a);var c=g(o),u=c||g(i),l=u||g(s);return"="===n&&l&&(n=""),a=t.includePrerelease?"-0":"",c?r=">"===n||"<"===n?"<0.0.0-0":"*":n&&l?(u&&(i=0),s=0,">"===n?(n=">=",u?(o=+o+1,i=0,s=0):(i=+i+1,s=0)):"<="===n&&(n="<",u?o=+o+1:i=+i+1),r=n+o+"."+i+"."+s+a):u?r=">="+o+".0.0"+a+" <"+(+o+1)+".0.0"+a:l&&(r=">="+o+"."+i+".0"+a+" <"+o+"."+(+i+1)+".0"+a),O("xRange return",r),r}))}(e,t)})).join(" ")}(e,t),O("xrange",e),e=function(e,t){return O("replaceStars",e,t),e.trim().replace(x[N.STAR],"")}(e,t),O("stars",e),e}(e,this.options)}),this).join(" ").split(/\s+/);return this.options.loose&&(n=n.filter((function(e){return!!e.match(r)}))),n.map((function(e){return new m(e,this.options)}),this)},v.prototype.intersects=function(e,t){if(!(e instanceof v))throw new TypeError("a Range is required");return this.set.some((function(r){return y(r,t)&&e.set.some((function(e){return y(e,t)&&r.every((function(r){return e.every((function(e){return r.intersects(e,t)}))}))}))}))},t.toComparators=function(e,t){return new v(e,t).set.map((function(e){return e.map((function(e){return e.value})).join(" ").trim().split(" ")}))},v.prototype.test=function(e){if(!e)return!1;if("string"==typeof e)try{e=new i(e,this.options)}catch(r){return!1}for(var t=0;this.set.length>t;t++)if(E(this.set[t],e,this.options))return!0;return!1},t.satisfies=_,t.maxSatisfying=function(e,t,r){var n=null,o=null;try{var s=new v(t,r)}catch(a){return null}return e.forEach((function(e){s.test(e)&&(n&&-1!==o.compare(e)||(o=new i(n=e,r)))})),n},t.minSatisfying=function(e,t,r){var n=null,o=null;try{var s=new v(t,r)}catch(a){return null}return e.forEach((function(e){s.test(e)&&(n&&1!==o.compare(e)||(o=new i(n=e,r)))})),n},t.minVersion=function(e,t){e=new v(e,t);var r=new i("0.0.0");if(e.test(r))return r;if(r=new i("0.0.0-0"),e.test(r))return r;r=null;for(var n=0;e.set.length>n;++n)e.set[n].forEach((function(e){var t=new i(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":r&&!c(r,t)||(r=t);break;case"<":case"<=":break;default:throw Error("Unexpected operation: "+e.operator)}}));return r&&e.test(r)?r:null},t.validRange=function(e,t){try{return new v(e,t).range||"*"}catch(r){return null}},t.ltr=function(e,t,r){return b(e,t,"<",r)},t.gtr=function(e,t,r){return b(e,t,">",r)},t.outside=b,t.prerelease=function(e,t){var r=o(e,t);return r&&r.prerelease.length?r.prerelease:null},t.intersects=function(e,t,r){return e=new v(e,r),t=new v(t,r),e.intersects(t)},t.coerce=function(e,t){if(e instanceof i)return e;if("number"==typeof e&&(e+=""),"string"!=typeof e)return null;var r=null;if((t=t||{}).rtl){for(var n;(n=x[N.COERCERTL].exec(e))&&(!r||r.index+r[0].length!==e.length);)r&&n.index+n[0].length===r.index+r[0].length||(r=n),x[N.COERCERTL].lastIndex=n.index+n[1].length+n[2].length;x[N.COERCERTL].lastIndex=-1}else r=e.match(x[N.COERCE]);return null===r?null:o(r[2]+"."+(r[3]||"0")+"."+(r[4]||"0"),t)}}(0,Sd.exports)),Sd.exports}function Rt(e,t,r){switch(process.platform){case"win32":return ct("7zip",e);case"darwin":return nt("p7zip",e);case"linux":if(it())return lt("p7zip",e);if(ot())return ut([{name:"p7zip",version:e},{name:"p7zip-plugins",version:e}]);if(st())return Ye([{name:"p7zip-full",version:e}]);throw Error("Unsupported linux distribution");default:throw Error("Unsupported platform")}}function St(e){const t=e.split(".").pop();return"tar"===t?0:"gz"===t||"tgz"===t?1:"xz"===t||"txz"===t?2:"zip"===t?3:("7z"===t||"exe"===t||f(`Unknown archive type: ${t}. Defaulting to 7z`),4)}async function It(e,t){return await w(await async function(){return void 0===Ad&&(null===Lp.sync("7z",{nothrow:!0})&&await Rt("",0,process),Ad="7z"),Ad}(),["x",e,"-o"+t,"-y"],{stdio:"inherit"}),await C(t),t}function Tt(e,t){return It(e,t)}async function xt(e,t){return null!==Lp.sync("7z",{nothrow:!0})?It(e,t):null!==Lp.sync("unzip",{nothrow:!0})?(await w("unzip",["-q",e,"-d",t],{stdio:"inherit"}),await C(t),t):It(e,t)}async function Pt(e,t,r=0,n=[]){await async function(e){switch(d("Installing tar extraction dependencies"),e){case 1:"linux"===process.platform&&(it()?(await lt("gzip"),await lt("tar")):ot()?await ut([{name:"gzip"},{name:"tar"}]):st()&&await Ye([{name:"gzip"},{name:"tar"}]));break;case 2:"linux"===process.platform&&(it()?(await lt("xz"),await lt("tar")):ot()?await ut([{name:"xz"},{name:"tar"}]):st()&&await Ye([{name:"xz-utils"},{name:"tar"}]));break;default:throw Error(`Unsupported archive type: ${e} for tar extraction`)}}(St(e));try{await $d.mkdirP(t)}catch{}try{await w("tar",["xf",e,"-C",t,"--strip-components="+r,...n],{stdio:"inherit"})}catch(o){"win32"===process.platform&&o.message.includes("Can't create '\\\\?\\C:")&&f(`Failed to extract symlink ${e} to ${t}. Ignoring this symlink.`)}return await C(t),t}async function Nt(e,t,r,n,o){d(`Installing ${e} ${t} ${o} via direct downloading`),process.env.RUNNER_TEMP=process.env.RUNNER_TEMP??Mr(),process.env.RUNNER_TOOL_CACHE=process.env.RUNNER_TOOL_CACHE??Wr(Mr(),"setup-cpp","hostedtoolcache");const{url:i,binRelativeDir:s,binFileName:a,extractedFolderName:c,extractFunction:u}=await r(t,process.platform,o);if(Cd)try{const r=xd.find(e,t);if(r){const n=Wr(r,c),o=Wr(n,s);if(await ie(Wr(o,a)))return d(`${e} ${t} was found in the cache at ${o}.`),await fe(o,Xh),{installDir:n,binDir:o}}}catch{}const l=Wr(n,c),p=Wr(l,s),h=Wr(p,a);return await async function(e,t,r,n,o,i,s,a){if((await Promise.all([ie(e),ie(t)])).includes(!1))try{const e=await async function(e,t,r){d(`Download ${e} ${t}`);return await Nd((()=>{const e=Wr(process.env.RUNNER_TEMP??Mr(),`${Date.now()}-${Jr(r)}`);return xd.downloadTool(r,e)}),{name:r,max:4,backoffBase:2e3,report:e=>d(e)})}(r,n,o);d(`Extracting ${e} to ${i}`);const t=s??function(e){switch(e){case 0:case 1:case 2:return Pt;case 3:return xt;default:return It}}(St(o));await t(e,i)}catch(c){throw Error(`Failed to download ${r} ${n} ${a} from ${o}: ${c}`)}if(d(`Add ${e} to PATH`),await fe(e,Xh),!(await ie(t)))throw Error(`Failed to find the binary ${t} after extracting ${r} ${n} ${a}`);if("win32"!==process.platform)try{await _n(t,"755")}catch(c){f(`Failed to make ${t} executable: ${c}`)}}(p,h,e,t,i,n,u,o),await async function(e,t,r){Cd&&"string"==typeof process.env.RUNNER_TOOL_CACHE&&("true"!==Dr("cache-tools")&&"true"!==process.env.CACHE_TOOLS||await xd.cacheDir(e,t,r))}(n,e,t),{installDir:l,binDir:p}}function $t(e,t,r){const n=od(e)??e;switch(t){case"win32":{const t=id(n,"v3.19.6");let o;sd.includes(r)?o=t?"win64-x64":"windows-x86_64":ad.includes(r)?o=t?"win32-x86":"windows-i386":cd.includes(r)?o="windows-arm64":(d(`Trying unsupported arch '${r}' for cmake on Windows`),o="windows-"+r);const i=`cmake-${e}-${o}`;return{binRelativeDir:"bin/",binFileName:mt("cmake"),extractedFolderName:i,url:`https://github.com/Kitware/CMake/releases/download/v${e}/${i}.zip`}}case"darwin":{const t=`cmake-${e}-${id(n,"v3.19.1")?"Darwin-x86_64":"macos-universal"}`;return{binRelativeDir:"CMake.app/Contents/bin/",binFileName:mt("cmake"),extractedFolderName:t,url:`https://github.com/Kitware/CMake/releases/download/v${e}/${t}.tar.gz`}}case"linux":{const t=id(n,"v3.19.8");let o;cd.includes(r)?o=t?"Linux-aarch64":"linux-aarch64":sd.includes(r)?o=t?"Linux-x86_64":"linux-x86_64":(d(`Trying unsupported arch '${r}' for cmake on Linux`),o="linux-"+r);const i=`cmake-${e}-${o}`;return{binRelativeDir:"bin/",binFileName:mt("cmake"),extractedFolderName:i,url:`https://github.com/Kitware/CMake/releases/download/v${e}/${i}.tar.gz`}}default:throw Error(`Unsupported platform '${t}'`)}}function At(e,t,r){return Nt("cmake",e,$t,t,r)}async function Ct(e,t,r=Zd){const n=await async function(e,t=Zd){try{const r=await Kd.getExecOutput(e,["--version"]),n=r.stdout||r.stderr||"",o=n.trim().match(t)?.[1];return od(o)??void 0}catch(r){return void console.error(r)}}(e,r);if(void 0===n||""===t)return!1;try{return-1!==Yd(n,t)}catch{return Jd(n,t)}}function Lt(e,t='"'){return e.includes(" ")?`${t}${e}${t}`:e}function Dt(e,t,r=null){return Ut(t)?kt(e,r)??"":t}function kt(e,t=null){const r=eh()[e];if(void 0===r)return;if("string"==typeof r)return r;const n=r[process.platform]??r.else;if(void 0===n)throw Error(`Platform "${process.platform}" not found in versions data for tool "${e}"`);if("string"==typeof n)return n;const o=n,i=st()?"ubuntu":it()?"archlinux":"else",s=o[i]??o.else;if(void 0===s)throw Error(`Distro "${i}" not found in versions data for tool "${e}"`);if("string"==typeof s)return s;const a=s,c=null!==t?function(e,t){const r=e[0],n=Object.keys(t).map((e=>Number.parseInt(e,10))).filter((e=>!Number.isNaN(e))).sort(((e,t)=>t-e)).find((e=>r>=e));return void 0!==n?t[n]??t.else:t.else}(t,a):a.else;if(void 0===c)throw Error(`Architecture "${process.arch}" not found in versions data for tool "${e}"`);return"string"==typeof c?c:c[process.arch]??c.else}function Ut(e){return"true"===e||void 0===e}async function jt(e,t,r){const n=await async function(e,t,r){const n=function(e){return e.startsWith(">")}(e)?"":e;let o,i=await Mt(t);if(void 0!==i){const e=Yr(i);o={bin:i,installDir:e,binDir:e}}else{if(th)try{d("Installing python in GitHub Actions");const{setupActionsPython:e}=await import("./assets/actions_python-DGlkrVFL.mjs");if(await e(n,t,r),i=await Mt(t),void 0===i)throw Error("Python binary could not be found");const s=Yr(i);o={bin:i,installDir:s,binDir:s}}catch(s){f(""+s)}void 0===o&&(o=await async function(e,t){let r;switch(process.platform){case"win32":{e?await ct("python3",t,["--params=/InstallDir:"+e]):await ct("python3",t);const n=await Mt(e);if(void 0===n)throw Error("Python binary could not be found");const o=Yr(n);await fe(o,Xh),r={installDir:o,binDir:o,bin:n};break}case"darwin":{r=await nt("python3",t);const e=await w("brew",["--prefix","python"],{stdio:"pipe"}),n=Wr(e.stdout,"libexec","bin");await fe(n,Xh);break}case"linux":if(it())r=await lt("python",t);else if(ot())r=await ut([{name:"python3",version:t}]);else{if(!st())throw Error("Unsupported linux distributions");r=await Ye([{name:"python3",version:t},{name:"python-is-python3"}])}break;default:throw Error("Unsupported platform")}return r}(t,n))}if(void 0===i||void 0===o.bin){if(i=await Mt(t),void 0===i)throw Error("Python binary could not be found");o={bin:i,installDir:Yr(i),binDir:Yr(i)}}return o}(e,t,r);hn(void 0!==n.bin);const o=n.bin,i=await async function(e){const t=await Gt();return void 0===t?(d("pip was not found. Installing pip"),await async function(e){await Ht(e)||(await Yt("pip"),await Ht(e))}(e),Gt()):t}(o);if(void 0===i)throw Error("pip was not installed correctly");return await async function(e){try{if(!(await Kt(e)))try{await zt(e,"pipx",void 0,{upgrade:!0,usePipx:!1})}catch(t){if(null===Yt("pipx",!1))throw Error("pipx was not installed correctly "+t)}await w(e,["-m","pipx","ensurepath"],{stdio:"inherit"}),await async function(e){try{await zt(e,"venv",void 0,{upgrade:!1,usePipx:!1})}catch(t){d(`Failed to install venv: ${""+t}. Ignoring...`)}}(e)}catch(t){p(`Failed to install pipx: ${""+t}. Ignoring...`)}}(o),await async function(e){try{await zt(e,"setuptools",void 0,{upgrade:!0,isLibrary:!0,usePipx:!1}),await zt(e,"wheel",void 0,{upgrade:!1,isLibrary:!0,usePipx:!1})}catch(t){d(`Failed to install setuptools/wheel: ${""+t}. Ignoring...`)}}(o),n}async function Mt(e){for(const t of["python","python3"]){const r=await Ft(t,e);if(void 0!==r)return r}if("win32"===process.platform){const e=nn(jr()).root,t=(await bn(e)).filter((e=>e.startsWith("Python")));for(const r of t)for(const t of["python3","python"]){const n=await Ft(t,Wr(e,r));if(void 0!==n)return n}}}async function Ft(e,t){try{const r=kt("python");if(void 0!==t){const n=Wr(t,mt(e));if(await ie(n)&&await Ct(n,r))return n}const n=await Lp(e,{nothrow:!0,all:!0})??[];for(const e of n)if(await Ct(e,r))return e}catch{}}async function Gt(){for(const e of["pip3","pip"]){const t=await Bt(e);if(void 0!==t)return t}}async function Bt(e){try{const t=kt("pip"),r=await Lp(e,{nothrow:!0,all:!0})??[];for(const e of r)if(await Ct(e,t))return e}catch{}}async function Ht(e){try{return await w(e,["-m","ensurepip","-U","--upgrade"],{stdio:"inherit"}),!0}catch(t){d(""+t);try{return await w(e,["-m","pip","install","--upgrade","pip"],{stdio:"inherit"}),!0}catch(r){d(""+r)}}return!1}function Vt(){if(!("version"in Ur)||"function"!=typeof Ur.version)return null;const e=Ur.version().match(/(\d+)\.(\d+)\.(\d+)/);return null===e?null:[Number.parseInt(e[1],10),Number.parseInt(e[2],10),Number.parseInt(e[3],10)]}async function qt(e,t,r={}){return zt(await async function(e){if(void 0!==uh)return uh;const t=e??Dt("python",void 0,await sh());return uh=(await jt(t,"",process.arch)).bin,uh}(r.pythonVersion),e,t,r)}async function zt(e,t,r,n={}){const{usePipx:o=!0,user:i=!0,upgrade:s=!1,isLibrary:a=!1}=n,c=o&&!a&&await Kt(e),u=c?"pipx":"pip",l=t.replace(/\[.*]/g,"").trim();if(!s){const t=c?await async function(e,t){try{const r=await w(e,["-m","pipx","list","--json"],{stdio:"ignore",reject:!1});if(0!==r.exitCode||"string"!=typeof r.stdout)return!1;const n=JSON.parse(r.stdout);if(t in n.venvs)return!0;for(const e of Object.values(n.venvs))if(e.metadata.main_package.package_or_url===t||e.metadata.main_package.package===t)return!0}catch{}return!1}(e,l):await async function(e,t){try{return 0===(await w(e,["-m","pip","-qq","show",t],{stdio:"ignore",reject:!1})).exitCode}catch{return!1}}(e,l);if(t)return{binDir:c?await Xt():await Wt(e,l)}}const f=await async function(e,t){return 0===(await w(e,["-m","pip","-qq","index","versions",t],{stdio:"ignore",reject:!1})).exitCode}(e,l);if(f)try{Mo.info(`Installing ${t} ${r??""} via ${u}`);const n=void 0!==r&&""!==r?`${t}==${r}`:t,o=s?c?["upgrade"]:["install","--upgrade"]:["install"],a=!c&&i?["--user"]:[],l=process.env;c&&i&&(l.PIPX_HOME=await ah(),l.PIPX_BIN_DIR=await ch()),E(e,["-m",u,...o,...a,n],{stdio:"inherit",env:l})}catch(p){if(Mo.info(`Failed to install ${t} via ${u}: ${p instanceof Error?`${p.message}\n${p.stack}`:p+""}`),null===await Yt(t))throw Error(`Failed to install ${t} via ${u}: ${p}.`)}else if(null===await Yt(t))throw Error(`Failed to install ${t} as it was not found via ${u} or the system package manager`);return{binDir:c?await Xt():await Wt(e,l)}}function Xt(){return ch()}async function Wt(e,t){const r=await rh(e),n=await async function(e,t){const r=(await Promise.all(e.map((e=>ie(Wr(e,mt(t))))))).findIndex((e=>e));if(-1!==r)return e[r];const n=Lp.sync(mt(t),{nothrow:!0});return null!==n?Yr(n):e[e.length-1]}(r,t);return await fe(n,Xh),n}async function Kt(e){return 0===(await w(e,["-m","pipx","--help"],{stdio:"ignore",reject:!1})).exitCode}function Yt(e,t=!0){if("linux"===process.platform){if(Mo.info(`Installing ${e} via the system package manager`),it())return lt(t?"python-"+e:e);if(ot())return ut([{name:t?"python3-"+e:e}]);if(st())return Ye([{name:t?"python3-"+e:e}])}else if("darwin"===process.platform)return["venv"].includes(e)?null:nt(e);return null}function Jt(e,t,r){return qt("cmakelang[YAML]",e)}async function Qt(e,t,r){switch(process.platform){case"win32":return await ct("graphviz",e),async function(){if("win32"===process.platform){const e="C:/Program Files/Graphviz/bin";return await fe(e,Xh),{binDir:e}}throw Error("Unsupported platform")}();case"darwin":return nt("graphviz",e);case"linux":if(it())return lt("graphviz",e);if(ot())return ut([{name:"graphviz",version:e}]);if(st())return Ye([{name:"graphviz",version:e}]);throw Error("Unsupported linux distribution");default:throw Error("Unsupported platform")}}async function Zt(e,t){const{ArchiveHdi:r}=await import("./assets/hdi-CnY70zcA.mjs"),n=new r(e);await n.read((async e=>{await e.extract(Wr(t,e.path))}))}function er(e,t,r){switch(t){case"linux":{const t="doxygen-"+e;return{binRelativeDir:"bin/",binFileName:mt("doxygen"),extractedFolderName:t,url:`https://www.doxygen.nl/files/${t}.linux.bin.tar.gz`}}case"win32":{const t="doxygen-"+e;return{binRelativeDir:"",binFileName:mt("doxygen"),extractedFolderName:t,url:`https://www.doxygen.nl/files/${t}.windows.x64.bin.zip`}}case"darwin":{const t="Doxygen-"+e;return{binRelativeDir:"Doxygen/Doxygen.app/Contents/Resources/",binFileName:mt("doxygen"),extractedFolderName:t,extractFunction:Zt,url:`https://doxygen.nl/files/${t}.dmg`}}default:throw Error(`Unsupported platform '${t}'`)}}async function tr(){if("darwin"===process.platform)try{const e=await Kd.getExecOutput("xcrun --sdk macosx --show-sdk-path"),t=e.stdout||e.stderr;t?await ue("SDKROOT",t.trim(),Xh):l("SDKROOT not set")}catch(e){l(e)}}async function rr(){const e=Wr(vh,"gcc_matcher.json");if(!(await ie(e)))return f("the gcc_matcher.json file does not exist in the same folder as setup-cpp.js");d("::add-matcher::"+e)}async function nr(e){const t=await On(e,"utf-8");return JSON.parse(t)}function or(e,t){const r=Object.keys(e),n=new Map;if(void 0===t.filterMapTag)for(const a of r)n.set(a,a);else for(const a of r){const e=t.filterMapTag(a);void 0!==e&&n.set(e,a)}if(0===n.size)return;const o=t.versionSatisfies??Jd,i=function(e){if(null===Qd(e))try{const t=od(e);if(null!==t){const r=/^[<=>^~]/.test(t.version)?t.version:"^"+t.version;return d(`Coerced version '${e}' to '${r}'`),r}}catch(t){}return e}(t.version),s=[];for(const[a,c]of n.entries())o(a,i)&&s.push(c);if(0!==s.length)for(const a of s){let r=e[a];if(void 0===r)continue;if(void 0!==t.filterName&&(r=r.filter(t.filterName)),0===r.length)continue;const n=ir(a,r,t);if(void 0!==n)return n}}function ir(e,t,r){if(!(void 0!==r.keywords&&0!==r.keywords.length||void 0!==r.optionalKeywords&&0!==r.optionalKeywords.length))return{tag:e,name:t[0]};let n=[];if(void 0!==r.keywords&&0!==r.keywords.length)for(const o of t)r.keywords.every((e=>o.includes(e)))&&n.push(o);else n=t;if(0!==n.length){if(void 0!==r.optionalKeywords&&0!==r.optionalKeywords.length){const t=n.map((e=>{let t=0;for(const n of r.optionalKeywords)e.includes(n)&&t++;return t})),o=Math.max(...t);return{tag:e,name:n[t.indexOf(o)]}}return{tag:e,name:n[0]}}}async function sr(e,t,r){let n;switch(process.platform){case"win32":"arm"!==r&&"arm64"!==r||(n=await ct("gcc-arm-embedded",e));try{n=await Nt("g++",e,ar,t,r)}catch(o){d(`Failed to download g++ binary. ${o}. Falling back to chocolatey.`),n=await async function(e,t){let r;if(await ct("mingw",e),"x64"===t&&await ie("C:/tools/mingw64/bin")?(r="C:/tools/mingw64/bin",await fe(r,Xh)):"ia32"===t&&await ie("C:/tools/mingw32/bin")?(r="C:/tools/mingw32/bin",await fe(r,Xh)):await ie((process.env.ChocolateyInstall??"C:/ProgramData/chocolatey")+"/bin/g++.exe")&&(r=(process.env.ChocolateyInstall??"C:/ProgramData/chocolatey")+"/bin"),void 0!==r)return{binDir:r}}(e,r)}break;case"linux":if(it())n=await lt("mingw-w64-gcc",e);else if(ot())n=await ut([{name:"mingw64-gcc",version:e}]);else{if(!st())throw Error("Unsupported Linux distro for "+r);n=await Ye([{name:"mingw-w64",version:e,repository:"ppa:ubuntu-toolchain-r/test",key:{key:"1E9377A2BA9EF27F",fileName:"ubuntu-toolchain-r-test.gpg"}}])}break;default:throw Error("Unsupported platform for "+r)}return void 0!==n&&await async function(e){const t=[];"win32"===process.platform&&t.push(ue("CC",mt(e+"/gcc"),Xh),ue("CXX",mt(e+"/g++"),Xh)),dh&&await rr(),await Promise.all(t)}(n.binDir),n}async function ar(e,t,r){if("win32"!==t)throw Error(`Unsupported platform '${t}'`);const n=await nr(Wr(hh,"github_brechtsanders_winlibs_mingw.json")),o=cr(e),i=ur(e),s=lr(e),a=or(n,{version:e,keywords:[{x64:"x86_64",ia32:"i386"}[r]??r],filterName:e=>!(void 0!==o&&o!==cr(e)||void 0!==i&&i!==ur(e)||void 0!==s&&s!==lr(e)),versionSatisfies:(e,t)=>{const r=od(e);if(null===r)throw Error(`Invalid MinGW asset version: '${e}'`);return Jd(r,t)&&(void 0===o||o===cr(e))&&(void 0===i||i===ur(e))}});if(void 0===a)throw Error(`No asset found for version ${e} and arch ${r}`);return{binRelativeDir:"bin/",binFileName:mt("g++"),extractedFolderName:"mingw64",extractFunction:It,url:`https://github.com/brechtsanders/winlibs_mingw/releases/download/${a.tag}/${a.name}`}}function cr(e){const t=e.match(/(ucrt|msvcrt)/);return null!==t?t[1]:void 0}function ur(e){const t=e.match(/(posix|mcf)/);return null!==t?t[1]:void 0}function lr(e){const t=e.match(/(seh|dwarf)/);return null!==t?t[1]:void 0}async function fr(e,t,r,n=40){let o;switch(process.platform){case"win32":o=await sr(e,t,r);break;case"darwin":o=await nt("gcc",e);break;case"linux":"x64"===r?it()?o=await lt("gcc",e):ot()?o=await ut([{name:"gcc",version:e},{name:"gcc-c++",version:e},{name:"libstdc++-devel"}]):st()&&(o=""===e?await Ye([{name:"gcc"},{name:"g++"}]):await Ye([{name:"gcc",version:e,repository:"ppa:ubuntu-toolchain-r/test",key:{key:"1E9377A2BA9EF27F",fileName:"ubuntu-toolchain-r-test.gpg"}},{name:"g++",version:e,repository:"ppa:ubuntu-toolchain-r/test",key:{key:"1E9377A2BA9EF27F",fileName:"ubuntu-toolchain-r-test.gpg"}}])):(d(`Install g++-multilib because gcc for ${r} was requested`),it()?o=await lt("gcc-multilib",e):st()&&(o=""===e?await Ye([{name:"gcc-multilib"}]):await Ye([{name:"gcc-multilib",version:e,repository:"ppa:ubuntu-toolchain-r/test",key:{key:"1E9377A2BA9EF27F",fileName:"ubuntu-toolchain-r-test.gpg"}}])));break;default:throw Error("Unsupported platform for "+r)}if(void 0!==o)return await async function(e,t,r=40){if("win32"===process.platform)return;const n=[];{let o=e;""===e&&(o=await async function(e,t){try{let r="gcc";if(await ie(e+"/gcc"))r=e+"/gcc";else{const t=(await bn(e)).sort(((e,t)=>function(e,t){const r=od(e),n=od(t);return null!==r&&null!==n?n.compare(r):t.localeCompare(e)}(e.match(/^gcc-?(.*)(\.exe)?$/)?.[1]??"",t.match(/^gcc-?(.*)(\.exe)?$/)?.[1]??"")));for(const n of t)if(n.startsWith("gcc")){r=`${e}/${n}`;break}}const{stdout:n}=await w(r,["--version"],{stdio:"pipe"}),o=n.match(/gcc.* \(.*\) ([\d.]+)/);return null!==o?o[1]:(f("Failed to parse gcc version from: "+n),t)}catch(r){return l("Failed to get gcc version: "+r),t}}(t,o),d("Using gcc version "+o));const i=ph(od(o)??o);5>i?(n.push(ue("CC",`${t}/gcc-${o}`,Xh),ue("CXX",`${t}/g++-${o}`,Xh)),st()&&n.push(Ge("cc",`${t}/gcc-${o}`,Xh,r),Ge("cxx",`${t}/g++-${o}`,Xh,r),Ge("gcc",`${t}/gcc-${o}`,Xh,r),Ge("g++",`${t}/g++-${o}`,Xh,r))):(n.push(ue("CC",`${t}/gcc-${i}`,Xh),ue("CXX",`${t}/g++-${i}`,Xh)),st()&&n.push(Ge("cc",`${t}/gcc-${i}`,Xh,r),Ge("cxx",`${t}/g++-${i}`,Xh,r),Ge("gcc",`${t}/gcc-${i}`,Xh,r),Ge("g++",`${t}/g++-${i}`,Xh,r)))}n.push(tr()),mh&&await rr(),await Promise.all(n)}(e,o.binDir,n),o}function pr(e){const t=Qd(e),r=null!==t?ph(t):e;return ue("GCOV",""!==r?"gcov-"+r:"gcov",Xh)}async function dr(e,t,r){const{keywords:n,optionalKeywords:o}=function(e,t){const r=[],n=[];switch(e){case"linux":r.push("linux"),sd.includes(t)?(n.push("64"),n.push("x86_64")):(d(`Using arch ${t} for infer`),r.push(t));break;case"darwin":r.push("osx"),sd.includes(t)?n.push("x86_64"):cd.includes(t)?n.push("arm64"):(d(`Using arch ${t} for infer`),r.push(t));break;default:d(`Using ${e} ${t} for infer`),r.push(e,t)}return{keywords:r,optionalKeywords:n}}(t,r),i=or(await nr(Wr(yh,"github_facebook_infer.json")),{version:e,keywords:n,optionalKeywords:o,filterMapTag:e=>e.replace(/^v/,"")});if(void 0!==i)return{url:`https://github.com/facebook/infer/releases/download/${i.tag}/${i.name}`,extractedFolderName:""+Jr(i.name,".tar.xz"),binRelativeDir:"bin",binFileName:mt("infer")};throw Error(`No asset found for version ${e} matching ${n} and ${o}`)}function hr(e,t,r){const n=function(e,t){switch(e){case"win32":return sd.includes(t)||ad.includes(t)?"win":cd.includes(t)?"winarm64":"win";case"darwin":return"mac";case"linux":return sd.includes(t)||ad.includes(t)?"linux":cd.includes(t)?"linux-aarch64":"linux";default:throw Error(`Unsupported platform '${e}'`)}}(t,r);return{binRelativeDir:"",binFileName:mt("ninja"),extractedFolderName:"",url:`https://github.com/ninja-build/ninja/releases/download/v${e}/ninja-${n}.zip`}}function mr(e,t,r){return Nt("ninja",e,hr,t,r)}function vr(e){return{url:`https://github.com/SimonKagstrom/kcov/releases/download/${e}/kcov-amd64.tar.gz`,extractedFolderName:"",binRelativeDir:"usr/local/bin",binFileName:mt("kcov")}}function yr(e){return{url:`https://github.com/SimonKagstrom/kcov/archive/refs/tags/${e}.tar.gz`,extractedFolderName:"",binRelativeDir:"build/src",binFileName:mt("kcov"),extractFunction:gr}}async function gr(e,t){const r=await Pt(e,t,1),n=await async function(){let e=Lp.sync("cmake",{nothrow:!0});if(null===e){const{binDir:t}=await At(Dt("cmake",void 0,await sh()),Wr(se("~"),"cmake"),"");e=Wr(t,"cmake")}return null===Lp.sync("ninja",{nothrow:!0})&&await mr(Dt("ninja",void 0,await sh()),Wr(se("~"),"ninja"),""),e}();"linux"===process.platform&&(it()?await Promise.all([lt("libdwarf"),lt("libcurl-openssl")]):ot()?await ut([{name:"libdwarf-devel"},{name:"libcurl-devel"}]):st()&&await Ye([{name:"libdw-dev"},{name:"libcurl4-openssl-dev"}]));try{if(null!==Lp.sync("patch",{nothrow:!0})){const e=Wr(gh,"gcc13.patch");await w("patch",["-N","-p1","-i",e],{cwd:r,stdio:"inherit"})}else d("`patch` not found, skipping gcc13.patch, kcov may not build on gcc 13")}catch{}const o=Wr(r,"build");return await w(n,["-S",r,"-B",o,"-DCMAKE_BUILD_TYPE=Release","-G","Ninja"],{cwd:r,stdio:"inherit"}),await w(n,["--build",o,"--config","Release"],{cwd:r,stdio:"inherit"}),r}async function wr(){"darwin"===process.platform&&(null!==await Lp("clang",{nothrow:!0})&&null!==await Lp("clang++",{nothrow:!0})&&(p("Assuming clang is an Apple Clang compiler"),await Promise.all([ue("CC","clang",Xh),ue("CXX","clang++",Xh)])),Mn("Apple Clang automatic installation is not supported yet"))}async function Er(e,t,r,n,o,i,s){void 0!==t&&await ie(t)&&(d(`Adding ${t} to PATH`),await ue("VCTargetsPath",t,Xh)),await Sh.setupMSVCDevCmd(function(e){switch(e){case"x32":case"32":case"ia32":return"x86";case"64":return"x64";default:return e}}(r),o,n,i,s,e)}async function _r(e,t,r,n,o,i,s,a=12e5){Mo.startGroup(`Installing ${e} ${t}`);try{await function(e,t){const{milliseconds:r,fallback:n,message:o,customTimers:i={setTimeout:setTimeout,clearTimeout:clearTimeout}}=t;let s;const a=new Promise(((a,c)=>{if("number"!=typeof r||1!==Math.sign(r))throw new TypeError(`Expected \`milliseconds\` to be a positive number, got \`${r}\``);if(t.signal){const{signal:r}=t;r.aborted&&c(bh(r));const n=()=>{c(bh(r))};r.addEventListener("abort",n,{once:!0}),e.finally((()=>{r.removeEventListener("abort",n)}))}if(r===1/0)return void e.then(a,c);const u=new wh;s=i.setTimeout.call(void 0,(()=>{if(n)try{a(n())}catch(t){c(t)}else"function"==typeof e.cancel&&e.cancel(),!1===o?a():o instanceof Error?c(o):(u.message=o??`Promise timed out after ${r} milliseconds`,c(u))}),r),(async()=>{try{a(await e)}catch(t){c(t)}})()})).finally((()=>{a.clear()}));return a.clear=()=>{i.clearTimeout.call(void 0,s),s=void 0},a}(async function(e,t,r,n,o,i){const s=Hh.includes(e);let a;if("vcvarsall"===e)await Er(Dt(e,t,r),void 0,n,void 0,void 0,!1,!1);else if("brew"===e)a=await et({rcOptions:Xh});else{const i=Wr(o,s?"llvm":e),c=Dt(e,t,r),u=Vh[e];a=await u(c,i,n)}i.push(kr(e,a))}(e,t,r,n,o,i),{milliseconds:a,message:`Timeout while installing ${e} ${t}. You can increase the timeout from options`})}catch(c){l(c),c instanceof Error&&void 0!==c.stack&&l(c.stack),s.push(e+" failed to install")}Mo.endGroup()}async function br(e,t,r){const n=await async function(e,t,r){const{keywords:n,optionalKeywords:o}=await async function(e,t){const r=[],n=[];switch(e){case"win32":sd.includes(t)?r.push("win64"):ad.includes(t)?r.push("win32"):cd.includes(t)?r.push("woa64"):(d(`Using arch ${t} for LLVM`),r.push(t));break;case"linux":if(r.push("linux"),st()){n.push("ubuntu");const e=await sh();if(null!==e){n.push(""+e[0]);const t=10>e[1]?"0"+e[1]:""+e[1];n.push(`${e[0]}.${t}`),n.push(`${e[0]}.${t}.${e[2]}`)}}else ot()&&n.push("rhel");sd.includes(t)?r.push("x86_64"):ad.includes(t)?r.push("x86"):cd.includes(t)?r.push("aarch64"):ud.includes(t)?r.push("armv7a"):ld.includes(t)?r.push("powerpc64le"):fd.includes(t)?r.push("sparc64"):(d(`Using arch ${t} for LLVM`),r.push(t));break;case"darwin":r.push("apple"),sd.includes(t)?r.push("x86_64"):cd.includes(t)?n.push("arm64"):(d(`Using arch ${t} for LLVM`),r.push(t));break;case"freebsd":r.push("freebsd"),sd.includes(t)?r.push("amd64"):ad.includes(t)?r.push("i386"):(d(`Using arch ${t} for LLVM`),r.push(t));break;default:d(`Using ${e} ${t} for LLVM`),r.push(e,t)}return{keywords:r,optionalKeywords:n}}(e,t),i=or(await nr(Wr(Th,"github_llvm_llvm-project.json")),{version:r,keywords:n,optionalKeywords:o,filterMapTag:e=>e.replace(/^llvmorg-/,"")});if(void 0!==i)return`https://github.com/llvm/llvm-project/releases/download/${i.tag}/${i.name}`;const s=or(await nr(Wr(Th,"llvm_org_releases.json")),{version:r,keywords:n,optionalKeywords:o});if(void 0!==s)return`https://releases.llvm.org/${s.tag}/${s.name}`;throw Error(`No asset found for version ${r} matching ${n} and ${o}`)}(t,r,e);return d("Downloading LLVM from "+n),{url:n,extractedFolderName:"",binRelativeDir:"bin",binFileName:mt("clang"),extractFunction:"win32"===t?Tt:(e,t)=>Pt(e,t,1)}}async function Or(e,t,r){const n=await Nh(e,t,r);return await async function(e,t){const r=process.env.LD_LIBRARY_PATH??"",n=process.env.DYLD_LIBRARY_PATH??"",o=Tr(t),i=[ue("CC",mt(e+"/bin/clang"),Xh),ue("CXX",mt(e+"/bin/clang++"),Xh),ue("LLVM_PATH",e,Xh),ue("LD_LIBRARY_PATH",`${r}${Kr}${e}/lib`,Xh),ue("DYLD_LIBRARY_PATH",`${n}${Kr}${e}/lib`,Xh),ue("LLVM_LDFLAGS","-L"+Lt(e+"/lib"),Xh),ue("LLVM_CPPFLAGS","-I"+Lt(e+"/include"),Xh),await ie(`${e}/lib/clang/${t}/include`)?ue("LLVM_CPATH",`${e}/lib/clang/${t}/include`,Xh):await ie(`${e}/lib/clang/${o}/include`)?ue("LLVM_CPATH",`${e}/lib/clang/${o}/include`,Xh):Promise.resolve(),ue("LIBRARY_PATH",e+"/lib",Xh),tr()];if(st()){const t=60;i.push(Ge("cc",e+"/bin/clang",Xh,t),Ge("cxx",e+"/bin/clang++",Xh,t),Ge("clang",e+"/bin/clang",Xh),Ge("clang++",e+"/bin/clang++",Xh),Ge("lld",e+"/bin/lld",Xh),Ge("ld.lld",e+"/bin/ld.lld",Xh),Ge("llvm-ar",e+"/bin/llvm-ar",Xh))}await Promise.all(i)}(n.installDir??t,e),n}function Rr(e,t,r){return Ir(e,t,r,Ih.ClangFormat)}function Sr(e,t,r){return Ir(e,t,r)}async function Ir(e,t,r,n=Ih.All){const o=Tr(e);try{if(st())return await async function(e,t=0){const r="/usr/lib/llvm-"+e;await Ye([{name:"ca-certificates"}]);const n=new gp.DownloaderHelper("https://apt.llvm.org/llvm.sh",Mr(),{fileName:"llvm.sh"});n.on("error",(e=>{throw Error("Failed to download the LLVM installer script: "+e)})),await n.start();const o=await On(n.getDownloadPath(),"utf-8"),i=Wr(Mr(),"llvm-setup-cpp.sh"),s=await async function(e,t,r,n){let o=function(e){return"1"!==process.env.NODE_DEBUG&&"true"!==process.env.NODE_DEBUG?e.replace(/set -eux/g,"set -eu"):e}(e);return o=function(e){return e.replace(/add-apt-repository "\${REPO_NAME}"/g,`add-apt-repository -y -n "\${REPO_NAME}"\napt-get update -o ${_p} -y`)}(o),o=function(e,t,r){return 1===e?t.replace(/ -y \$PKG/g," -y clang-format-"+r):t}(n,o,r),o=await async function(e){let t=e.replace(/apt-get install -y/g,`apt-get install -o Dpkg::Options::="--force-overwrite" -o ${_p} -y --fix-broken`);return await Promise.all(["libc++-$LLVM_VERSION-dev","libc++abi-$LLVM_VERSION-dev","libunwind-$LLVM_VERSION-dev"].map((async e=>{const r=e.replace("$LLVM_VERSION","*");await async function(e){try{const{stdout:t}=await w("dpkg",["-l",e],{env:Be("apt-get"),stdio:"pipe"});return"string"==typeof t&&t.split("\n").some((e=>e.startsWith("ii")))}catch{return!1}}(r)&&(Fn("Removing conflicting package "+r),t=t.replace(e,""))}))),t}(o),o=function(e){return He()?e.replace(/apt-get/g,"nala"):e}(o),await Rn(t,o),[{name:"lsb-release"},{name:"wget"},{name:"software-properties-common"},{name:"gnupg"}]}(o,i,e,t);return await Ye(s),await _n(i,"755"),await P("bash",[i,""+e,...0===t?["all"]:[]],{stdio:"inherit",shell:!0,timeout:12e5}),await fe(r+"/bin",Xh),{installDir:""+r,binDir:r+"/bin",bin:r+"/bin/clang++"}}(o,n)}catch(s){d("Failed to install llvm via system package manager "+s)}const i=await Nt("llvm",e,br,t,r);return await $h(o),i}function Tr(e){const t=function(e){if(null===Qd(e))try{const t=od(e);if(null!==t)return d(`Coerced version '${e}' to '${t}'`),t.version}catch(t){}return e}(e);return Number.parseInt(t.split(".")[0],10)}async function xr(){if(xh){const e=Wr(Ph,"llvm_matcher.json");if(!(await ie(e)))return f("the llvm_matcher.json file does not exist in the same folder as setup-cpp.js");d("::add-matcher::"+e)}}async function Pr(e,t,r,n,o,i){if("win32"!==process.platform)return;const s=Sh.vsversion_to_versionnumber(e);d(`Checking if MSVC ${s} is already installed`);let a,c,u=!1;try{const e=Sh.findVcvarsall(s);u=!0,d("Found the pre-installed version of MSVC at "+e)}catch{}if(!u)try{"14.0"===s?(a="14.0",await ct("visualcpp-build-tools","14.0.25420.1",["--ignore-dependencies"]),c="C:/Program Files (x86)/MSBuild/Microsoft.Cpp/v4.0/v140"):"15.0"===s?(a="14.16",await ct("visualstudio2017buildtools","15.9.41.0",[]),c="C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16"):"16.0"===s?(a="14.29",await ct("visualstudio2019buildtools","16.11.7.0",[]),c="C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133"):"17.0"===s?(a=void 0,await ct("visualstudio2022buildtools","117.0.5.0",[]),c=void 0):l(`The given MSVC versions ${e} is not supported yet.`)}catch(p){l(p)}await Er(s,c,r,a,n,o,i),Ch&&await async function(){const e=Wr(Lh,"msvc_matcher.json");if(!(await ie(e)))return f("the msvc_matcher.json file does not exist in the same folder as setup-cpp.js");d("::add-matcher::"+e)}()}async function Nr(e,t,r){if("win32"===process.platform)return await ct("opencppcoverage",e),{binDir:await async function(){const e="C:/Program Files/OpenCppCoverage";return await fe(e,Xh),e}()}}function $r(e,t,r){return{url:Ar(t,r,e),binRelativeDir:"",binFileName:mt("pwsh"),extractedFolderName:""}}function Ar(e,t,r){switch(e){case"win32":return`https://github.com/PowerShell/PowerShell/releases/download/v${r}/PowerShell-${r}-${["ia32","x86","i386","x32"].includes(t)?"win-x86":"win-x64"}.zip`;case"darwin":return`https://github.com/PowerShell/PowerShell/releases/download/v${r}/powershell-${r}-${["arm","arm64"].includes(t)?"osx-arm64":"osx-x64"}.tar.gz`;case"linux":return`https://github.com/PowerShell/PowerShell/releases/download/v${r}/powershell-${r}-${{arm64:"linux-arm64",arm:"linux-arm64",arm32:"linux-arm32",aarch64:"linux-arm64",x64:"linux-x64"}[t]??"linux-x64"}.tar.gz`;default:throw Error(`Unsupported platform '${e}'`)}}async function Cr(e,t,r){try{return await Nt("pwsh",e,$r,t,r)}catch(n){return l(`Failed to setup pwsh via download: ${n}. Trying package managers...`),async function(e){switch(process.platform){case"win32":{await ct("powershell-core",e);const t="C:/Program Files/PowerShell/7";return await fe(t,Xh),{binDir:t}}case"darwin":return nt("powershell",e,{cask:!0,overwrite:!1});case"linux":if(it())return lt("powershell-bin",e,"yay");if(ot())return await ut([{name:"curl"}]),x("/bin/bash",["-c","curl https://packages.microsoft.com/config/rhel/8/prod.repo | sudo tee /etc/yum.repos.d/microsoft.repo"]),ut([{name:"powershell",version:e}]);if(st()){await Ye([{name:"curl"}]);const t=await sh();return x("curl",["-LJO",`https://packages.microsoft.com/config/ubuntu/${t[0]}.0${t[1]}/packages-microsoft-prod.deb`]),x("dpkg",["-i","packages-microsoft-prod.deb"]),Ye([{name:"powershell",version:e}],!0)}throw Error("Unsupported linux distribution");default:throw Error("Unsupported platform")}}(e)}}function Lr(e,t,r){const n=function(e){return"win32"===e?"windows":e}(t),o=function(e){switch(e){case"x64":return"amd64";case"ia32":case"x86":case"i386":case"x32":return"386";default:return e}}(r),i="win32"===t?"zip":"tar.gz";return{binRelativeDir:"",binFileName:mt("task"),extractedFolderName:"",url:`https://github.com/go-task/task/releases/download/v${e}/task_${n}_${o}.${i}`}}function Dr(e){const t=Mo.getInput(e.toLowerCase());if("false"!==t&&""!==t)return t}function kr(e,t){let r=`✅ ${e} was installed successfully:`;return void 0===t||("installDir"in t&&(r+="\n- The installation directory is "+t.installDir),""!==t.binDir&&(r+="\n- The binary directory is "+t.binDir)),r}import Ur,{homedir as jr,tmpdir as Mr}from"os";import Fr from"crypto";import Gr,{promises as Br,mkdir as Hr,stat as Vr,statSync as qr,mkdirSync as zr}from"fs";import Xr,{join as Wr,delimiter as Kr,dirname as Yr,basename as Jr,extname as Qr,normalize as Zr,sep as en,relative as tn,resolve as rn,parse as nn}from"path";import*as on from"http";import sn from"http";import*as an from"https";import cn from"https";import"net";import un from"tls";import ln from"events";import fn from"util";import pn from"string_decoder";import dn from"child_process";import hn from"assert";import mn from"timers";import vn from"buffer";import yn from"stream";import{debuglog as gn}from"node:util";import wn from"node:process";import En,{chmod as _n,readdir as bn,readFile as On,writeFile as Rn}from"fs/promises";import{Buffer as Sn}from"node:buffer";import In from"node:path";import Tn,{ChildProcess as xn}from"node:child_process";import{fileURLToPath as Pn}from"node:url";import Nn,{constants as $n}from"node:os";import{createWriteStream as An,readFileSync as Cn,createReadStream as Ln,promises as Dn}from"node:fs";import kn from"process";import Un,{fileURLToPath as jn}from"url";import{error as Mn,info as Fn}from"console";var Gn="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Bn={};const Hn=[{name:"Agola CI",constant:"AGOLA",env:"AGOLA_GIT_REF",pr:"AGOLA_PULL_REQUEST_ID"},{name:"Appcircle",constant:"APPCIRCLE",env:"AC_APPCIRCLE",pr:{env:"AC_GIT_PR",ne:"false"}},{name:"AppVeyor",constant:"APPVEYOR",env:"APPVEYOR",pr:"APPVEYOR_PULL_REQUEST_NUMBER"},{name:"AWS CodeBuild",constant:"CODEBUILD",env:"CODEBUILD_BUILD_ARN",pr:{env:"CODEBUILD_WEBHOOK_EVENT",any:["PULL_REQUEST_CREATED","PULL_REQUEST_UPDATED","PULL_REQUEST_REOPENED"]}},{name:"Azure Pipelines",constant:"AZURE_PIPELINES",env:"TF_BUILD",pr:{BUILD_REASON:"PullRequest"}},{name:"Bamboo",constant:"BAMBOO",env:"bamboo_planKey"},{name:"Bitbucket Pipelines",constant:"BITBUCKET",env:"BITBUCKET_COMMIT",pr:"BITBUCKET_PR_ID"},{name:"Bitrise",constant:"BITRISE",env:"BITRISE_IO",pr:"BITRISE_PULL_REQUEST"},{name:"Buddy",constant:"BUDDY",env:"BUDDY_WORKSPACE_ID",pr:"BUDDY_EXECUTION_PULL_REQUEST_ID"},{name:"Buildkite",constant:"BUILDKITE",env:"BUILDKITE",pr:{env:"BUILDKITE_PULL_REQUEST",ne:"false"}},{name:"CircleCI",constant:"CIRCLE",env:"CIRCLECI",pr:"CIRCLE_PULL_REQUEST"},{name:"Cirrus CI",constant:"CIRRUS",env:"CIRRUS_CI",pr:"CIRRUS_PR"},{name:"Codefresh",constant:"CODEFRESH",env:"CF_BUILD_ID",pr:{any:["CF_PULL_REQUEST_NUMBER","CF_PULL_REQUEST_ID"]}},{name:"Codemagic",constant:"CODEMAGIC",env:"CM_BUILD_ID",pr:"CM_PULL_REQUEST"},{name:"Codeship",constant:"CODESHIP",env:{CI_NAME:"codeship"}},{name:"Drone",constant:"DRONE",env:"DRONE",pr:{DRONE_BUILD_EVENT:"pull_request"}},{name:"dsari",constant:"DSARI",env:"DSARI"},{name:"Earthly",constant:"EARTHLY",env:"EARTHLY_CI"},{name:"Expo Application Services",constant:"EAS",env:"EAS_BUILD"},{name:"Gerrit",constant:"GERRIT",env:"GERRIT_PROJECT"},{name:"Gitea Actions",constant:"GITEA_ACTIONS",env:"GITEA_ACTIONS"},{name:"GitHub Actions",constant:"GITHUB_ACTIONS",env:"GITHUB_ACTIONS",pr:{GITHUB_EVENT_NAME:"pull_request"}},{name:"GitLab CI",constant:"GITLAB",env:"GITLAB_CI",pr:"CI_MERGE_REQUEST_ID"},{name:"GoCD",constant:"GOCD",env:"GO_PIPELINE_LABEL"},{name:"Google Cloud Build",constant:"GOOGLE_CLOUD_BUILD",env:"BUILDER_OUTPUT"},{name:"Harness CI",constant:"HARNESS",env:"HARNESS_BUILD_ID"},{name:"Heroku",constant:"HEROKU",env:{env:"NODE",includes:"/app/.heroku/node/bin/node"}},{name:"Hudson",constant:"HUDSON",env:"HUDSON_URL"},{name:"Jenkins",constant:"JENKINS",env:["JENKINS_URL","BUILD_ID"],pr:{any:["ghprbPullId","CHANGE_ID"]}},{name:"LayerCI",constant:"LAYERCI",env:"LAYERCI",pr:"LAYERCI_PULL_REQUEST"},{name:"Magnum CI",constant:"MAGNUM",env:"MAGNUM"},{name:"Netlify CI",constant:"NETLIFY",env:"NETLIFY",pr:{env:"PULL_REQUEST",ne:"false"}},{name:"Nevercode",constant:"NEVERCODE",env:"NEVERCODE",pr:{env:"NEVERCODE_PULL_REQUEST",ne:"false"}},{name:"Prow",constant:"PROW",env:"PROW_JOB_ID"},{name:"ReleaseHub",constant:"RELEASEHUB",env:"RELEASE_BUILD_ID"},{name:"Render",constant:"RENDER",env:"RENDER",pr:{IS_PULL_REQUEST:"true"}},{name:"Sail CI",constant:"SAIL",env:"SAILCI",pr:"SAIL_PULL_REQUEST_NUMBER"},{name:"Screwdriver",constant:"SCREWDRIVER",env:"SCREWDRIVER",pr:{env:"SD_PULL_REQUEST",ne:"false"}},{name:"Semaphore",constant:"SEMAPHORE",env:"SEMAPHORE",pr:"PULL_REQUEST_NUMBER"},{name:"Sourcehut",constant:"SOURCEHUT",env:{CI_NAME:"sourcehut"}},{name:"Strider CD",constant:"STRIDER",env:"STRIDER"},{name:"TaskCluster",constant:"TASKCLUSTER",env:["TASK_ID","RUN_ID"]},{name:"TeamCity",constant:"TEAMCITY",env:"TEAMCITY_VERSION"},{name:"Travis CI",constant:"TRAVIS",env:"TRAVIS",pr:{env:"TRAVIS_PULL_REQUEST",ne:"false"}},{name:"Vela",constant:"VELA",env:"VELA",pr:{VELA_PULL_REQUEST:"1"}},{name:"Vercel",constant:"VERCEL",env:{any:["NOW_BUILDER","VERCEL"]},pr:"VERCEL_GIT_PULL_REQUEST_ID"},{name:"Visual Studio App Center",constant:"APPCENTER",env:"APPCENTER_BUILD_ID"},{name:"Woodpecker",constant:"WOODPECKER",env:{CI:"woodpecker"},pr:{CI_BUILD_EVENT:"pull_request"}},{name:"Xcode Cloud",constant:"XCODE_CLOUD",env:"CI_XCODE_PROJECT",pr:"CI_PULL_REQUEST_NUMBER"},{name:"Xcode Server",constant:"XCODE_SERVER",env:"XCS"}];var Vn,qn=(Vn||(Vn=1,function(e){function t(e){return"string"==typeof e?!!n[e]:"env"in e?n[e.env]&&n[e.env].includes(e.includes):"any"in e?e.any.some((function(e){return!!n[e]})):Object.keys(e).every((function(t){return n[t]===e[t]}))}const r=Hn,n=process.env;Object.defineProperty(e,"_vendors",{value:r.map((function(e){return e.constant}))}),e.name=null,e.isPR=null,e.id=null,r.forEach((function(r){const o=(Array.isArray(r.env)?r.env:[r.env]).every((function(e){return t(e)}));e[r.constant]=o,o&&(e.name=r.name,e.isPR=function(e){switch(typeof e.pr){case"string":return!!n[e.pr];case"object":return"env"in e.pr?"any"in e.pr?e.pr.any.some((function(t){return n[e.pr.env]===t})):e.pr.env in n&&n[e.pr.env]!==e.pr.ne:"any"in e.pr?e.pr.any.some((function(e){return!!n[e]})):t(e.pr);default:return null}}(r),e.id=r.constant)})),e.isCI=!("false"===n.CI||!(n.BUILD_ID||n.BUILD_NUMBER||n.CI||n.CI_APP_ID||n.CI_BUILD_ID||n.CI_BUILD_NUMBER||n.CI_NAME||n.CONTINUOUS_INTEGRATION||n.RUN_ID||e.name))}(Bn)),Bn);const zn=e(qn);var Xn,Wn,Kn,Yn={},Jn={},Qn={},Zn={},eo={};class to extends URL{_decodedUsername;_decodedPassword;constructor(e,t){super(e,t),this._decodedUsername=decodeURIComponent(super.username),this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}var ro,no,oo,io,so,ao,co,uo,lo={},fo=(oo||(oo=1,no=function(){function e(e){var t=this;t.options=e||{},t.proxyOptions=t.options.proxy||{},t.maxSockets=t.options.maxSockets||s.Agent.defaultMaxSockets,t.requests=[],t.sockets=[],t.on("free",(function(e,n,o,i){for(var s=r(n,o,i),a=0,c=t.requests.length;c>a;++a){var u=t.requests[a];if(u.host===s.host&&u.port===s.port)return t.requests.splice(a,1),void u.request.onSocket(e)}e.destroy(),t.removeSocket(e)}))}function t(t,r){var o=this;e.prototype.createSocket.call(o,t,(function(e){var s=t.request.getHeader("host"),a=n({},o.options,{socket:e,servername:s?s.replace(/:.*$/,""):t.host}),c=i.connect(0,a);o.sockets[o.sockets.indexOf(e)]=c,r(c)}))}function r(e,t,r){return"string"==typeof e?{host:e,port:t,localAddress:r}:e}function n(e){for(var t=1,r=arguments.length;r>t;++t){var n=arguments[t];if("object"==typeof n)for(var o=Object.keys(n),i=0,s=o.length;s>i;++i){var a=o[i];void 0!==n[a]&&(e[a]=n[a])}}return e}if(ro)return lo;ro=1;var o,i=un,s=sn,a=cn,c=ln,u=fn;return lo.httpOverHttp=function(t){var r=new e(t);return r.request=s.request,r},lo.httpsOverHttp=function(r){var n=new e(r);return n.request=s.request,n.createSocket=t,n.defaultPort=443,n},lo.httpOverHttps=function(t){var r=new e(t);return r.request=a.request,r},lo.httpsOverHttps=function(r){var n=new e(r);return n.request=a.request,n.createSocket=t,n.defaultPort=443,n},u.inherits(e,c.EventEmitter),e.prototype.addRequest=function(e,t,o,i){var s=this,a=n({request:e},s.options,r(t,o,i));this.maxSockets>s.sockets.length?s.createSocket(a,(function(t){function r(){s.emit("free",t,a)}function n(e){s.removeSocket(t),t.removeListener("free",r),t.removeListener("close",n),t.removeListener("agentRemove",n)}t.on("free",r),t.on("close",n),t.on("agentRemove",n),e.onSocket(t)})):s.requests.push(a)},e.prototype.createSocket=function(e,t){function r(r,n,a){var u;return c.removeAllListeners(),n.removeAllListeners(),200!==r.statusCode?(o("tunneling socket could not be established, statusCode=%d",r.statusCode),n.destroy(),(u=Error("tunneling socket could not be established, statusCode="+r.statusCode)).code="ECONNRESET",e.request.emit("error",u),void i.removeSocket(s)):a.length>0?(o("got illegal response body from proxy"),n.destroy(),(u=Error("got illegal response body from proxy")).code="ECONNRESET",e.request.emit("error",u),void i.removeSocket(s)):(o("tunneling connection has established"),i.sockets[i.sockets.indexOf(s)]=n,t(n))}var i=this,s={};i.sockets.push(s);var a=n({},i.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(a.localAddress=e.localAddress),a.proxyAuth&&(a.headers=a.headers||{},a.headers["Proxy-Authorization"]="Basic "+new Buffer(a.proxyAuth).toString("base64")),o("making CONNECT request");var c=i.request(a);c.useChunkedEncodingByDefault=!1,c.once("response",(function(e){e.upgrade=!0})),c.once("upgrade",(function(e,t,n){process.nextTick((function(){r(e,t,n)}))})),c.once("connect",r),c.once("error",(function(t){c.removeAllListeners(),o("tunneling socket could not be established, cause=%s\n",t.message,t.stack);var r=Error("tunneling socket could not be established, cause="+t.message);r.code="ECONNRESET",e.request.emit("error",r),i.removeSocket(s)})),c.end()},e.prototype.removeSocket=function(e){var t=this.sockets.indexOf(e);if(-1!==t){this.sockets.splice(t,1);var r=this.requests.shift();r&&this.createSocket(r,(function(e){r.request.onSocket(e)}))}},o=process.env.NODE_DEBUG&&/\btunnel\b/.test(process.env.NODE_DEBUG)?function(){var e=[].slice.call(arguments);"string"==typeof e[0]?e[0]="TUNNEL: "+e[0]:e.unshift("TUNNEL:"),console.error.apply(console,e)}:function(){},lo.debug=o,lo}()),no);(so=io||(io={}))[so.OK=200]="OK",so[so.MultipleChoices=300]="MultipleChoices",so[so.MovedPermanently=301]="MovedPermanently",so[so.ResourceMoved=302]="ResourceMoved",so[so.SeeOther=303]="SeeOther",so[so.NotModified=304]="NotModified",so[so.UseProxy=305]="UseProxy",so[so.SwitchProxy=306]="SwitchProxy",so[so.TemporaryRedirect=307]="TemporaryRedirect",so[so.PermanentRedirect=308]="PermanentRedirect",so[so.BadRequest=400]="BadRequest",so[so.Unauthorized=401]="Unauthorized",so[so.PaymentRequired=402]="PaymentRequired",so[so.Forbidden=403]="Forbidden",so[so.NotFound=404]="NotFound",so[so.MethodNotAllowed=405]="MethodNotAllowed",so[so.NotAcceptable=406]="NotAcceptable",so[so.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",so[so.RequestTimeout=408]="RequestTimeout",so[so.Conflict=409]="Conflict",so[so.Gone=410]="Gone",so[so.TooManyRequests=429]="TooManyRequests",so[so.InternalServerError=500]="InternalServerError",so[so.NotImplemented=501]="NotImplemented",so[so.BadGateway=502]="BadGateway",so[so.ServiceUnavailable=503]="ServiceUnavailable",so[so.GatewayTimeout=504]="GatewayTimeout",(co=ao||(ao={})).Accept="accept",co.ContentType="content-type",(uo||(uo={})).ApplicationJson="application/json";const po=[io.MovedPermanently,io.ResourceMoved,io.SeeOther,io.TemporaryRedirect,io.PermanentRedirect],ho=[io.BadGateway,io.ServiceUnavailable,io.GatewayTimeout],mo=["OPTIONS","GET","DELETE","HEAD"];class vo extends Error{constructor(e,t){super(e),this.name="HttpClientError",this.statusCode=t,Object.setPrototypeOf(this,vo.prototype)}statusCode;result}class yo{constructor(e){this.message=e}message;async readBody(){return new Promise((async e=>{let t=Buffer.alloc(0);this.message.on("data",(e=>{t=Buffer.concat([t,e])})),this.message.on("end",(()=>{e(""+t)}))}))}async readBodyBuffer(){return new Promise((async e=>{const t=[];this.message.on("data",(e=>{t.push(e)})),this.message.on("end",(()=>{e(Buffer.concat(t))}))}))}}class go{userAgent;handlers;requestOptions;_ignoreSslError=!1;_socketTimeout;_allowRedirects=!0;_allowRedirectDowngrade=!1;_maxRedirects=50;_allowRetries=!1;_maxRetries=1;_agent;_proxyAgent;_proxyAgentDispatcher;_keepAlive=!1;_disposed=!1;constructor(e,t,r){this.userAgent=e,this.handlers=t||[],this.requestOptions=r,r&&(null!=r.ignoreSslError&&(this._ignoreSslError=r.ignoreSslError),this._socketTimeout=r.socketTimeout,null!=r.allowRedirects&&(this._allowRedirects=r.allowRedirects),null!=r.allowRedirectDowngrade&&(this._allowRedirectDowngrade=r.allowRedirectDowngrade),null!=r.maxRedirects&&(this._maxRedirects=Math.max(r.maxRedirects,0)),null!=r.keepAlive&&(this._keepAlive=r.keepAlive),null!=r.allowRetries&&(this._allowRetries=r.allowRetries),null!=r.maxRetries&&(this._maxRetries=r.maxRetries))}async options(e,t){return this.request("OPTIONS",e,null,t||{})}async get(e,t){return this.request("GET",e,null,t||{})}async del(e,t){return this.request("DELETE",e,null,t||{})}async post(e,t,r){return this.request("POST",e,t,r||{})}async patch(e,t,r){return this.request("PATCH",e,t,r||{})}async put(e,t,r){return this.request("PUT",e,t,r||{})}async head(e,t){return this.request("HEAD",e,null,t||{})}async sendStream(e,t,r,n){return this.request(e,t,r,n)}async getJson(e,t={}){t[ao.Accept]=this._getExistingOrDefaultHeader(t,ao.Accept,uo.ApplicationJson);const r=await this.get(e,t);return this._processResponse(r,this.requestOptions)}async postJson(e,t,r={}){const n=JSON.stringify(t,null,2);r[ao.Accept]=this._getExistingOrDefaultHeader(r,ao.Accept,uo.ApplicationJson),r[ao.ContentType]=this._getExistingOrDefaultHeader(r,ao.ContentType,uo.ApplicationJson);const o=await this.post(e,n,r);return this._processResponse(o,this.requestOptions)}async putJson(e,t,r={}){const n=JSON.stringify(t,null,2);r[ao.Accept]=this._getExistingOrDefaultHeader(r,ao.Accept,uo.ApplicationJson),r[ao.ContentType]=this._getExistingOrDefaultHeader(r,ao.ContentType,uo.ApplicationJson);const o=await this.put(e,n,r);return this._processResponse(o,this.requestOptions)}async patchJson(e,t,r={}){const n=JSON.stringify(t,null,2);r[ao.Accept]=this._getExistingOrDefaultHeader(r,ao.Accept,uo.ApplicationJson),r[ao.ContentType]=this._getExistingOrDefaultHeader(r,ao.ContentType,uo.ApplicationJson);const o=await this.patch(e,n,r);return this._processResponse(o,this.requestOptions)}async request(e,t,r,n){if(this._disposed)throw Error("Client has already been disposed.");const o=new URL(t);let i=this._prepareRequest(e,o,n);const s=this._allowRetries&&mo.includes(e)?this._maxRetries+1:1;let a,c=0;do{if(a=await this.requestRaw(i,r),a&&a.message&&a.message.statusCode===io.Unauthorized){let e;for(const t of this.handlers)if(t.canHandleAuthentication(a)){e=t;break}return e?e.handleAuthentication(this,i,r):a}let t=this._maxRedirects;for(;a.message.statusCode&&po.includes(a.message.statusCode)&&this._allowRedirects&&t>0;){const s=a.message.headers.location;if(!s)break;const c=new URL(s);if("https:"===o.protocol&&o.protocol!==c.protocol&&!this._allowRedirectDowngrade)throw Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.");if(await a.readBody(),c.hostname!==o.hostname)for(const e in n)"authorization"===e.toLowerCase()&&delete n[e];i=this._prepareRequest(e,c,n),a=await this.requestRaw(i,r),t--}if(!a.message.statusCode||!ho.includes(a.message.statusCode))return a;c+=1,s>c&&(await a.readBody(),await this._performExponentialBackoff(c))}while(s>c);return a}dispose(){this._agent&&this._agent.destroy(),this._disposed=!0}async requestRaw(e,t){return new Promise(((r,n)=>{this.requestRawWithCallback(e,t,(function(e,t){e?n(e):t?r(t):n(Error("Unknown error"))}))}))}requestRawWithCallback(e,t,r){function n(e,t){o||(o=!0,r(e,t))}"string"==typeof t&&(e.options.headers||(e.options.headers={}),e.options.headers["Content-Length"]=Buffer.byteLength(t,"utf8"));let o=!1;const i=e.httpModule.request(e.options,(e=>{n(void 0,new yo(e))}));let s;i.on("socket",(e=>{s=e})),i.setTimeout(this._socketTimeout||18e4,(()=>{s&&s.end(),n(Error("Request timeout: "+e.options.path))})),i.on("error",(function(e){n(e)})),t&&"string"==typeof t&&i.write(t,"utf8"),t&&"string"!=typeof t?(t.on("close",(function(){i.end()})),t.pipe(i)):i.end()}getAgent(e){const t=new URL(e);return this._getAgent(t)}async getAgentDispatcher(e){const t=new URL(e),r=n(t);if(r&&r.hostname)return await this._getProxyAgentDispatcher(t,r)}_prepareRequest(e,t,r){const n={};n.parsedUrl=t;const o="https:"===n.parsedUrl.protocol;n.httpModule=o?an:on;const i=o?443:80;if(n.options={},n.options.host=n.parsedUrl.hostname,n.options.port=n.parsedUrl.port?parseInt(n.parsedUrl.port):i,n.options.path=(n.parsedUrl.pathname||"")+(n.parsedUrl.search||""),n.options.method=e,n.options.headers=this._mergeHeaders(r),null!=this.userAgent&&(n.options.headers["user-agent"]=this.userAgent),n.options.agent=this._getAgent(n.parsedUrl),this.handlers)for(const s of this.handlers)s.prepareRequest(n.options);return n}_mergeHeaders(e){return this.requestOptions&&this.requestOptions.headers?Object.assign({},wo(this.requestOptions.headers),wo(e||{})):wo(e||{})}_getExistingOrDefaultHeader(e,t,r){let n;return this.requestOptions&&this.requestOptions.headers&&(n=wo(this.requestOptions.headers)[t]),e[t]||n||r}_getAgent(e){let t;const r=n(e),o=r&&r.hostname;if(this._keepAlive&&o&&(t=this._proxyAgent),o||(t=this._agent),t)return t;const i="https:"===e.protocol;let s=100;if(this.requestOptions&&(s=this.requestOptions.maxSockets||on.globalAgent.maxSockets),r&&r.hostname){const e={maxSockets:s,keepAlive:this._keepAlive,proxy:{...(r.username||r.password)&&{proxyAuth:`${r.username}:${r.password}`},host:r.hostname,port:r.port}};let n;const o="https:"===r.protocol;n=i?o?fo.httpsOverHttps:fo.httpsOverHttp:o?fo.httpOverHttps:fo.httpOverHttp,t=n(e),this._proxyAgent=t}if(!t){const e={keepAlive:this._keepAlive,maxSockets:s};t=i?new an.Agent(e):new on.Agent(e),this._agent=t}return i&&this._ignoreSslError&&(t.options=Object.assign(t.options||{},{rejectUnauthorized:!1})),t}async _getProxyAgentDispatcher(e,t){let r;if(this._keepAlive&&(r=this._proxyAgentDispatcher),r)return r;const n="https:"===e.protocol;return r=new(await import("./assets/proxy-agent-DB9QOaSI.mjs").then((e=>e.p)))({uri:t.href,pipelining:this._keepAlive?1:0,...(t.username||t.password)&&{token:"Basic "+Buffer.from(`${t.username}:${t.password}`).toString("base64")}}),this._proxyAgentDispatcher=r,n&&this._ignoreSslError&&(r.options=Object.assign(r.options.requestTls||{},{rejectUnauthorized:!1})),r}async _performExponentialBackoff(e){const t=5*Math.pow(2,e=Math.min(10,e));return new Promise((e=>setTimeout((()=>e()),t)))}async _processResponse(e,t){return new Promise((async(r,n)=>{const o=e.message.statusCode||0,i={statusCode:o,result:null,headers:{}};let s,a;o===io.NotFound&&r(i);try{a=await e.readBody(),a&&a.length>0&&(s=t&&t.deserializeDates?JSON.parse(a,(function(e,t){if("string"==typeof t){const e=new Date(t);if(!isNaN(e.valueOf()))return e}return t})):JSON.parse(a),i.result=s),i.headers=e.message.headers}catch(c){}if(o>299){let e;e=s&&s.message?s.message:a&&a.length>0?a:`Failed request: (${o})`;const t=new vo(e,o);t.result=i.result,n(t)}else r(i)}))}}const wo=e=>Object.keys(e).reduce(((t,r)=>(t[r.toLowerCase()]=e[r],t)),{}),Eo=t(Object.freeze(Object.defineProperty({__proto__:null,get Headers(){return ao},HttpClient:go,HttpClientError:vo,HttpClientResponse:yo,get HttpCodes(){return io},get MediaTypes(){return uo},getProxyUrl:function(e){const t=n(new URL(e));return t?t.href:""},isHttps:function(e){return"https:"===new URL(e).protocol}},Symbol.toStringTag,{value:"Module"})));var _o,bo,Oo,Ro,So,Io,To,xo,Po,No,$o={},Ao={},Co={},Lo={},Do={},ko={},Uo={},jo={},Mo=u();const{GITHUB_ACTIONS:Fo}=zn;var Go,Bo,Ho,Vo,qo,zo,Xo,Wo,Ko,Yo,Jo,Qo,Zo,ei,ti,ri,ni,oi,ii,si,ai,ci,ui,li={exports:{}},fi={exports:{}},pi={};const di=e(function(){function e(e,o,i){const s=r(e,o,i),a=t.spawn(s.command,s.args,s.options);return n.hookChildProcess(a,s),a}if(ui)return li.exports;ui=1;const t=dn,r=m(),n=function(){function e(e,t){return Object.assign(Error(`${t} ${e.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${t} ${e.command}`,path:e.command,spawnargs:e.args})}function t(t,n){return r&&1===t&&!n.file?e(n.original,"spawn"):null}if(ci)return ai;ci=1;const r="win32"===process.platform;return ai={hookChildProcess:function(e,n){if(!r)return;const o=e.emit;e.emit=function(r,i){if("exit"===r){const r=t(i,n);if(r)return o.call(e,"error",r)}return o.apply(e,arguments)}},verifyENOENT:t,verifyENOENTSync:function(t,n){return r&&1===t&&!n.file?e(n.original,"spawnSync"):null},notFoundError:e},ai}();return li.exports=e,li.exports.spawn=e,li.exports.sync=function(e,o,i){const s=r(e,o,i),a=t.spawnSync(s.command,s.args,s.options);return a.error=a.error||n.verifyENOENTSync(a.status,s),a},li.exports._parse=r,li.exports._enoent=n,li.exports}()),hi=({env:e=wn.env,...t}={})=>{const r=v({env:e={...e}});return t.path=e[r],e[r]=(({cwd:e=wn.cwd(),path:t=wn.env[v()],preferLocal:r=!0,execPath:n=wn.execPath,addExecPath:o=!0}={})=>{const i=e instanceof URL?Pn(e):e,s=In.resolve(i),a=[];return r&&((e,t)=>{let r;for(;r!==t;)e.push(In.join(t,"node_modules/.bin")),r=t,t=In.resolve(t,"..")})(a,s),o&&((e,t,r)=>{const n=t instanceof URL?Pn(t):t;e.push(In.resolve(r,n,".."))})(a,n,s),[...a,t].join(In.delimiter)})(t),e},mi=(e,t,r,n)=>{if("length"===r||"prototype"===r)return;if("arguments"===r||"caller"===r)return;const o=Object.getOwnPropertyDescriptor(e,r),i=Object.getOwnPropertyDescriptor(t,r);!vi(o,i)&&n||Object.defineProperty(e,r,i)},vi=function(e,t){return void 0===e||e.configurable||e.writable===t.writable&&e.enumerable===t.enumerable&&e.configurable===t.configurable&&(e.writable||e.value===t.value)},yi=(e,t)=>`/* Wrapped ${e}*/\n${t}`,gi=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),wi=Object.getOwnPropertyDescriptor(function(){}.toString,"name"),Ei=new WeakMap,_i=(e,t={})=>{if("function"!=typeof e)throw new TypeError("Expected a function");let r,n=0;const o=e.displayName||e.name||"<anonymous>",i=function(...s){if(Ei.set(i,++n),1===n)r=e.apply(this,s),e=null;else if(!0===t.throw)throw Error(`Function \`${o}\` can only be called once`);return r};return function(e,t,{ignoreNonConfigurable:r=!1}={}){const{name:n}=e;for(const o of Reflect.ownKeys(t))mi(e,t,o,r);((e,t)=>{const r=Object.getPrototypeOf(t);r!==Object.getPrototypeOf(e)&&Object.setPrototypeOf(e,r)})(e,t),((e,t,r)=>{const n=""===r?"":`with ${r.trim()}() `,o=yi.bind(null,n,""+t);Object.defineProperty(o,"name",wi),Object.defineProperty(e,"toString",{...gi,value:o})})(e,t,n)}(i,e),Ei.set(i,n),i};_i.callCount=e=>{if(!Ei.has(e))throw Error(`The given function \`${e.name}\` is not wrapped by the \`onetime\` package`);return Ei.get(e)};const bi=(e,t)=>({name:"SIGRT"+(t+1),number:Oi+t,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}),Oi=34,Ri=[{name:"SIGHUP",number:1,action:"terminate",description:"Terminal closed",standard:"posix"},{name:"SIGINT",number:2,action:"terminate",description:"User interruption with CTRL-C",standard:"ansi"},{name:"SIGQUIT",number:3,action:"core",description:"User interruption with CTRL-\\",standard:"posix"},{name:"SIGILL",number:4,action:"core",description:"Invalid machine instruction",standard:"ansi"},{name:"SIGTRAP",number:5,action:"core",description:"Debugger breakpoint",standard:"posix"},{name:"SIGABRT",number:6,action:"core",description:"Aborted",standard:"ansi"},{name:"SIGIOT",number:6,action:"core",description:"Aborted",standard:"bsd"},{name:"SIGBUS",number:7,action:"core",description:"Bus error due to misaligned, non-existing address or paging error",standard:"bsd"},{name:"SIGEMT",number:7,action:"terminate",description:"Command should be emulated but is not implemented",standard:"other"},{name:"SIGFPE",number:8,action:"core",description:"Floating point arithmetic error",standard:"ansi"},{name:"SIGKILL",number:9,action:"terminate",description:"Forced termination",standard:"posix",forced:!0},{name:"SIGUSR1",number:10,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGSEGV",number:11,action:"core",description:"Segmentation fault",standard:"ansi"},{name:"SIGUSR2",number:12,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGPIPE",number:13,action:"terminate",description:"Broken pipe or socket",standard:"posix"},{name:"SIGALRM",number:14,action:"terminate",description:"Timeout or timer",standard:"posix"},{name:"SIGTERM",number:15,action:"terminate",description:"Termination",standard:"ansi"},{name:"SIGSTKFLT",number:16,action:"terminate",description:"Stack is empty or overflowed",standard:"other"},{name:"SIGCHLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"posix"},{name:"SIGCLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"other"},{name:"SIGCONT",number:18,action:"unpause",description:"Unpaused",standard:"posix",forced:!0},{name:"SIGSTOP",number:19,action:"pause",description:"Paused",standard:"posix",forced:!0},{name:"SIGTSTP",number:20,action:"pause",description:'Paused using CTRL-Z or "suspend"',standard:"posix"},{name:"SIGTTIN",number:21,action:"pause",description:"Background process cannot read terminal input",standard:"posix"},{name:"SIGBREAK",number:21,action:"terminate",description:"User interruption with CTRL-BREAK",standard:"other"},{name:"SIGTTOU",number:22,action:"pause",description:"Background process cannot write to terminal output",standard:"posix"},{name:"SIGURG",number:23,action:"ignore",description:"Socket received out-of-band data",standard:"bsd"},{name:"SIGXCPU",number:24,action:"core",description:"Process timed out",standard:"bsd"},{name:"SIGXFSZ",number:25,action:"core",description:"File too big",standard:"bsd"},{name:"SIGVTALRM",number:26,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGPROF",number:27,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGWINCH",number:28,action:"ignore",description:"Terminal window size changed",standard:"bsd"},{name:"SIGIO",number:29,action:"terminate",description:"I/O is available",standard:"other"},{name:"SIGPOLL",number:29,action:"terminate",description:"Watched event",standard:"other"},{name:"SIGINFO",number:29,action:"ignore",description:"Request for process information",standard:"other"},{name:"SIGPWR",number:30,action:"terminate",description:"Device running out of power",standard:"systemv"},{name:"SIGSYS",number:31,action:"core",description:"Invalid system call",standard:"other"},{name:"SIGUNUSED",number:31,action:"terminate",description:"Invalid system call",standard:"other"}],Si=()=>{const e=Array.from({length:64-Oi+1},bi);return[...Ri,...e].map(Ii)},Ii=({name:e,number:t,description:r,action:n,forced:o=!1,standard:i})=>{const{signals:{[e]:s}}=$n,a=void 0!==s;return{name:e,number:a?s:t,description:r,supported:a,action:n,forced:o,standard:i}},Ti=({name:e,number:t,description:r,supported:n,action:o,forced:i,standard:s})=>[e,{name:e,number:t,description:r,supported:n,action:o,forced:i,standard:s}],xi=(()=>{const e=Si();return Object.fromEntries(e.map(Ti))})(),Pi=(e,t)=>{const r=t.find((({name:t})=>$n.signals[t]===e));return void 0!==r?r:t.find((t=>t.number===e))};(()=>{const e=Si(),t=Array.from({length:65},((t,r)=>((e,t)=>{const r=Pi(e,t);if(void 0===r)return{};const{name:n,description:o,supported:i,action:s,forced:a,standard:c}=r;return{[e]:{name:n,number:e,description:o,supported:i,action:s,forced:a,standard:c}}})(r,e)));Object.assign({},...t)})();const Ni=({stdout:e,stderr:t,all:r,error:n,signal:o,exitCode:i,command:s,escapedCommand:a,timedOut:c,isCanceled:u,killed:l,parsed:{options:{timeout:f,cwd:p=wn.cwd()}}})=>{const d=void 0===(o=null===o?void 0:o)?void 0:xi[o].description,h=(({timedOut:e,timeout:t,errorCode:r,signal:n,signalDescription:o,exitCode:i,isCanceled:s})=>e?`timed out after ${t} milliseconds`:s?"was canceled":void 0!==r?"failed with "+r:void 0!==n?`was killed with ${n} (${o})`:void 0!==i?"failed with exit code "+i:"failed")({timedOut:c,timeout:f,errorCode:n&&n.code,signal:o,signalDescription:d,exitCode:i=null===i?void 0:i,isCanceled:u}),m=`Command ${h}: ${s}`,v="[object Error]"==={}.toString.call(n),y=v?`${m}\n${n.message}`:m,g=[y,t,e].filter(Boolean).join("\n");return v?(n.originalMessage=n.message,n.message=g):n=Error(g),n.shortMessage=y,n.command=s,n.escapedCommand=a,n.exitCode=i,n.signal=o,n.signalDescription=d,n.stdout=e,n.stderr=t,n.cwd=p,void 0!==r&&(n.all=r),"bufferedData"in n&&delete n.bufferedData,n.failed=!0,n.timedOut=!!c,n.isCanceled=u,n.killed=l&&!c,n},$i=["stdin","stdout","stderr"];var Ai,Ci,Li={exports:{}},Di={exports:{}};const ki=e(function(){if(Ci)return Li.exports;Ci=1;var e=Gn.process;const t=function(e){return e&&"object"==typeof e&&"function"==typeof e.removeListener&&"function"==typeof e.emit&&"function"==typeof e.reallyExit&&"function"==typeof e.listeners&&"function"==typeof e.kill&&"number"==typeof e.pid&&"function"==typeof e.on};if(t(e)){var r,n=hn,o=(Ai||(Ai=1,(v=Di).exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"],"win32"!==process.platform&&v.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT"),"linux"===process.platform&&v.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")),Di.exports),i=/^win/i.test(e.platform),s=ln;"function"!=typeof s&&(s=s.EventEmitter),e.__signal_exit_emitter__?r=e.__signal_exit_emitter__:((r=e.__signal_exit_emitter__=new s).count=0,r.emitted={}),r.infinite||(r.setMaxListeners(1/0),r.infinite=!0),Li.exports=function(e,o){if(!t(Gn.process))return function(){};n.equal(typeof e,"function","a callback must be provided for exit handler"),!1===l&&f();var i="exit";return o&&o.alwaysLast&&(i="afterexit"),r.on(i,e),function(){r.removeListener(i,e),0===r.listeners("exit").length&&0===r.listeners("afterexit").length&&a()}};var a=function(){l&&t(Gn.process)&&(l=!1,o.forEach((function(t){try{e.removeListener(t,u[t])}catch(r){}})),e.emit=h,e.reallyExit=p,r.count-=1)};Li.exports.unload=a;var c=function(e,t,n){r.emitted[e]||(r.emitted[e]=!0,r.emit(e,t,n))},u={};o.forEach((function(n){u[n]=function(){t(Gn.process)&&e.listeners(n).length===r.count&&(a(),c("exit",null,n),c("afterexit",null,n),i&&"SIGHUP"===n&&(n="SIGINT"),e.kill(e.pid,n))}})),Li.exports.signals=function(){return o};var l=!1,f=function(){!l&&t(Gn.process)&&(l=!0,r.count+=1,o=o.filter((function(t){try{return e.on(t,u[t]),!0}catch(r){return!1}})),e.emit=m,e.reallyExit=d)};Li.exports.load=f;var p=e.reallyExit,d=function(r){t(Gn.process)&&(e.exitCode=r||0,c("exit",e.exitCode,null),c("afterexit",e.exitCode,null),p.call(e,e.exitCode))},h=e.emit,m=function(r,n){if("exit"===r&&t(Gn.process)){void 0!==n&&(e.exitCode=n);var o=h.apply(this,arguments);return c("exit",e.exitCode,null),c("afterexit",e.exitCode,null),o}return h.apply(this,arguments)}}else Li.exports=function(){return function(){}};var v;return Li.exports}()),Ui=(e,t="SIGTERM",r={})=>{const n=e(t);return ji(e,t,r,n),n},ji=(e,t,r,n)=>{if(!Mi(t,r,n))return;const o=Gi(r),i=setTimeout((()=>{e("SIGKILL")}),o);i.unref&&i.unref()},Mi=(e,{forceKillAfterTimeout:t},r)=>Fi(e)&&!1!==t&&r,Fi=e=>e===Nn.constants.signals.SIGTERM||"string"==typeof e&&"SIGTERM"===e.toUpperCase(),Gi=({forceKillAfterTimeout:e=!0})=>{if(!0===e)return 5e3;if(!Number.isFinite(e)||0>e)throw new TypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);return e},Bi=(e,t)=>{e.kill()&&(t.isCanceled=!0)},Hi=(e,t,r)=>{if("string"==typeof r)return e[t].pipe(An(r)),e;if(g(r))return e[t].pipe(r),e;if(!(e=>e instanceof xn&&"function"==typeof e.then)(r))throw new TypeError("The second argument must be a string, a stream or an Execa child process.");if(!g(r.stdin))throw new TypeError("The target child process's stdin must be available.");return e[t].pipe(r.stdin),r};var Vi,qi,zi,Xi={exports:{}};const Wi=e(function(){async function e(e,r){if(!e)throw Error("Expected a stream");r={maxBuffer:1/0,...r};const{maxBuffer:n}=r,a=o(r);return await new Promise(((r,o)=>{const c=e=>{e&&a.getBufferedLength()<=t.MAX_LENGTH&&(e.bufferedData=a.getBufferedValue()),o(e)};(async()=>{try{await i(e,a),r()}catch(t){c(t)}})(),a.on("data",(()=>{a.getBufferedLength()>n&&c(new s)}))})),a.getBufferedValue()}if(zi)return Xi.exports;zi=1;const{constants:t}=vn,r=yn,{promisify:n}=fn,o=function(){if(qi)return Vi;qi=1;const{PassThrough:e}=yn;return Vi=t=>{t={...t};const{array:r}=t;let{encoding:n}=t;const o="buffer"===n;let i=!1;r?i=!(n||o):n=n||"utf8",o&&(n=null);const s=new e({objectMode:i});n&&s.setEncoding(n);let a=0;const c=[];return s.on("data",(e=>{c.push(e),i?a=c.length:a+=e.length})),s.getBufferedValue=()=>r?c:o?Buffer.concat(c,a):c.join(""),s.getBufferedLength=()=>a,s}}(),i=n(r.pipeline);class s extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}}return Xi.exports=e,Xi.exports.buffer=(t,r)=>e(t,{...r,encoding:"buffer"}),Xi.exports.array=(t,r)=>e(t,{...r,array:!0}),Xi.exports.MaxBufferError=s,Xi.exports}());var Ki,Yi;const Ji=e(function(){if(Yi)return Ki;Yi=1;const{PassThrough:e}=yn;return Ki=function(){function t(e){return Array.isArray(e)?(e.forEach(t),this):(n.push(e),e.once("end",r.bind(null,e)),e.once("error",o.emit.bind(o,"error")),e.pipe(o,{end:!1}),this)}function r(e){!(n=n.filter((function(t){return t!==e}))).length&&o.readable&&o.end()}var n=[],o=new e({objectMode:!0});return o.setMaxListeners(0),o.add=t,o.isEmpty=function(){return 0==n.length},o.on("unpipe",r),[].slice.call(arguments).forEach(t),o}}()),Qi=e=>{if(void 0!==e)throw new TypeError("The `input` and `inputFile` options cannot be both set.")},Zi=async(e,t)=>{if(e&&void 0!==t){e.destroy();try{return await t}catch(r){return r.bufferedData}}},es=(e,{encoding:t,buffer:r,maxBuffer:n})=>{if(e&&r)return t?Wi(e,{encoding:t,maxBuffer:n}):Wi.buffer(e,{maxBuffer:n})},ts=(async()=>{})().constructor.prototype,rs=["then","catch","finally"].map((e=>[e,Reflect.getOwnPropertyDescriptor(ts,e)])),ns=(e,t)=>{for(const[r,n]of rs){const o="function"==typeof t?(...e)=>Reflect.apply(n.value,t(),e):n.value.bind(t);Reflect.defineProperty(e,r,{...n,value:o})}},os=(e,t=[])=>Array.isArray(t)?[e,...t]:[e],is=/^[\w.-]+$/,ss=/"/g,as=(e,t)=>os(e,t).join(" "),cs=(e,t)=>os(e,t).map((e=>(e=>"string"!=typeof e||is.test(e)?e:`"${e.replace(ss,'\\"')}"`)(e))).join(" "),us=/ +/g,ls=e=>{const t=[];for(const r of e.trim().split(us)){const e=t[t.length-1];e&&e.endsWith("\\")?t[t.length-1]=`${e.slice(0,-1)} ${r}`:t.push(r)}return t},fs=gn("execa").enabled,ps=(e,t)=>(e+"").padStart(t,"0"),ds=(e,{verbose:t})=>{t&&wn.stderr.write(`[${(()=>{const e=new Date;return`${ps(e.getHours(),2)}:${ps(e.getMinutes(),2)}:${ps(e.getSeconds(),2)}.${ps(e.getMilliseconds(),3)}`})()}] ${e}\n`)},hs=(e,t,r={})=>{const n=di._parse(e,t,r);return e=n.command,t=n.args,(r={maxBuffer:1e8,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:(r=n.options).cwd||wn.cwd(),execPath:wn.execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,verbose:fs,...r}).env=(({env:e,extendEnv:t,preferLocal:r,localDir:n,execPath:o})=>{const i=t?{...wn.env,...e}:e;return r?hi({env:i,cwd:n,execPath:o}):i})(r),r.stdio=(e=>{if(!e)return;const{stdio:t}=e;if(void 0===t)return $i.map((t=>e[t]));if((e=>$i.some((t=>void 0!==e[t])))(e))throw Error("It's not possible to provide `stdio` in combination with one of "+$i.map((e=>`\`${e}\``)).join(", "));if("string"==typeof t)return t;if(!Array.isArray(t))throw new TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof t}\``);return Array.from({length:Math.max(t.length,$i.length)},((e,r)=>t[r]))})(r),"win32"===wn.platform&&"cmd"===In.basename(e,".exe")&&t.unshift("/q"),{file:e,args:t,options:r,parsed:n}},ms=(e,t,r)=>"string"==typeof t||Sn.isBuffer(t)?e.stripFinalNewline?function(e){const t="string"==typeof e?"\r":13;return e[e.length-1]===("string"==typeof e?"\n":10)&&(e=e.slice(0,-1)),e[e.length-1]===t&&(e=e.slice(0,-1)),e}(t):t:void 0===r?void 0:"";var vs,ys,gs,ws,Es,_s,bs={},Os={},Rs={},Ss={};const Is=e(function(){if(_s)return Es;_s=1;const{isexe:e,sync:t}=_(),{join:r,delimiter:n,sep:o,posix:i}=Xr,s="win32"===process.platform,a=RegExp(`[${i.sep}${o===i.sep?"":o}]`.replace(/(\\)/g,"\\$1")),c=RegExp("^\\."+a.source),u=e=>Object.assign(Error("not found: "+e),{code:"ENOENT"}),l=(e,{path:t=process.env.PATH,pathExt:r=process.env.PATHEXT,delimiter:o=n})=>{const i=e.match(a)?[""]:[...s?[process.cwd()]:[],...(t||"").split(o)];if(s){const t=r||[".EXE",".CMD",".BAT",".COM"].join(o),n=t.split(o).flatMap((e=>[e,e.toLowerCase()]));return e.includes(".")&&""!==n[0]&&n.unshift(""),{pathEnv:i,pathExt:n,pathExtExe:t}}return{pathEnv:i,pathExt:[""]}},f=(e,t)=>{const n=/^".*"$/.test(e)?e.slice(1,-1):e;return(!n&&c.test(t)?t.slice(0,2):"")+r(n,t)},p=async(t,r={})=>{const{pathEnv:n,pathExt:o,pathExtExe:i}=l(t,r),s=[];for(const a of n){const n=f(a,t);for(const t of o){const o=n+t;if(await e(o,{pathExt:i,ignoreErrors:!0})){if(!r.all)return o;s.push(o)}}}if(r.all&&s.length)return s;if(r.nothrow)return null;throw u(t)};return Es=p,p.sync=(e,r={})=>{const{pathEnv:n,pathExt:o,pathExtExe:i}=l(e,r),s=[];for(const a of n){const n=f(a,e);for(const e of o){const o=n+e;if(t(o,{pathExt:i,ignoreErrors:!0})){if(!r.all)return o;s.push(o)}}}if(r.all&&s.length)return s;if(r.nothrow)return null;throw u(e)},Es}());let Ts;var xs,Ps={};O(Ps,"hasSudo",(()=>R)),O(Ps,"isRoot",(()=>S)),O(Ps,"isSudo",(()=>I)),O(Ps,"prependSudo",(()=>T)),O(Ps,"defaultExecOptions",(()=>Ns)),O(Ps,"execRootSync",(()=>x)),O(Ps,"execRoot",(()=>P));let Ns={stdio:"inherit",shell:!0};O(xs={},"isAdminWindows",(()=>$s)),O(xs,"isAdminPosix",(()=>As)),O(xs,"isAdmin",(()=>A));let $s=async function(){if("win32"!==process.platform)return!1;try{return await w("fsutil",["dirty","query",process.env.systemdrive??""]),!0}catch(e){return"ENOENT"===e.code&&async function(){try{return await w("fltmc"),!0}catch{return!1}}()}},As=S;var Cs,Ls,Ds,ks,Us,js,Ms,Fs,Gs,Bs,Hs,Vs,qs,zs,Xs,Ws,Ks,Ys,Js,Qs,Zs,ea,ta,ra,na,oa;O({},"grantUserWriteAccess",(()=>C));var ia,sa,aa,ca,ua,la,fa,pa,da,ha,ma,va,ya,ga,wa,Ea,_a,ba,Oa,Ra,Sa,Ia,Ta,xa,Pa,Na,$a,Aa,Ca,La,Da,ka,Ua,ja,Ma,Fa,Ga,Ba,Ha,Va,qa,za,Xa,Wa,Ka,Ya,Ja,Qa,Za,ec,tc,rc,nc,oc,ic,sc,ac,cc,uc,lc,fc,pc,dc,hc,mc,vc,yc,gc,wc,Ec,_c,bc,Oc,Rc,Sc,Ic,Tc,xc,Pc,Nc,$c,Ac,Cc,Lc,Dc,kc,Uc,jc,Mc,Fc,Gc,Bc,Hc,Vc,qc,zc,Xc,Wc,Kc,Yc,Jc,Qc,Zc,eu,tu,ru,nu,ou,iu,su,au,cu,uu,lu,fu,pu,du,hu,mu,vu,yu,gu,wu,Eu,_u,bu,Ou,Ru,Su,Iu,Tu={},xu={exports:{}},Pu={exports:{}},Nu={exports:{}},$u={exports:{}},Au={},Cu={},Lu={exports:{}},Du={},ku={},Uu={},ju={};const Mu=e(function(){if(Iu)return Su;Iu=1;var e=D(),t=U(),r=function(){if($c)return Nc;$c=1;var e=j(),t=F(),r=G(),n=Q(),o=U();return Nc=function i(s){var a,c,u;if(e(s),(a=Object(arguments[1])).async&&a.promise)throw Error("Options 'async' and 'promise' cannot be used together");return hasOwnProperty.call(s,"__memoized__")&&!a.force?s:(c=o(a.length,s.length,a.async&&r.async),u=n(s,c,a),t(r,(function(e,t){a[t]&&e(a[t],u,a)})),i.__profiler__&&i.__profiler__(u),u.updateEnv(),u.memoized)},Nc}();return Su=function(n){var o,i=e(arguments[1]);return i.normalizer||0!==(o=i.length=t(i.length,n.length,i.async))&&(i.primitive?!1===o?i.normalizer=Cc?Ac:(Cc=1,Ac=function(e){var t,r,n=e.length;if(!n)return"";for(t=e[r=0]+"";--n;)t+=""+e[++r];return t}):o>1&&(i.normalizer=(Dc?Lc:(Dc=1,Lc=function(e){return e?function(t){for(var r=t[0]+"",n=0,o=e;--o;)r+=""+t[++n];return r}:function(){return""}}))(o)):i.normalizer=!1===o?function(){if(qc)return Vc;qc=1;var e=Z(),t=Object.create;return Vc=function(){var r=0,n=[],o=t(null);return{get:function(t){var r,o=0,i=n,s=t.length;if(0===s)return i[s]||null;if(i=i[s]){for(;s-1>o;){if(-1===(r=e.call(i[0],t[o])))return null;i=i[1][r],++o}return-1===(r=e.call(i[0],t[o]))?null:i[1][r]||null}return null},set:function(t){var i,s=0,a=n,c=t.length;if(0===c)a[c]=++r;else{for(a[c]||(a[c]=[[],[]]),a=a[c];c-1>s;)-1===(i=e.call(a[0],t[s]))&&(i=a[0].push(t[s])-1,a[1].push([[],[]])),a=a[1][i],++s;-1===(i=e.call(a[0],t[s]))&&(i=a[0].push(t[s])-1),a[1][i]=++r}return o[r]=t,r},delete:function(t){var r,i=0,s=n,a=o[t],c=a.length,u=[];if(0===c)delete s[c];else if(s=s[c]){for(;c-1>i;){if(-1===(r=e.call(s[0],a[i])))return;u.push(s,r),s=s[1][r],++i}if(-1===(r=e.call(s[0],a[i])))return;for(t=s[1][r],s[0].splice(r,1),s[1].splice(r,1);!s[0].length&&u.length;)r=u.pop(),(s=u.pop())[0].splice(r,1),s[1].splice(r,1)}delete o[t]},clear:function(){n=[],o=t(null)}}}}()():1===o?function(){if(Xc)return zc;Xc=1;var e=Z();return zc=function(){var t=0,r=[],n=[];return{get:function(t){var o=e.call(r,t[0]);return-1===o?null:n[o]},set:function(e){return r.push(e[0]),n.push(++t),t},delete:function(t){var o=e.call(n,t);-1!==o&&(r.splice(o,1),n.splice(o,1))},clear:function(){r=[],n=[]}}}}()():function(){if(Kc)return Wc;Kc=1;var e=Z(),t=Object.create;return Wc=function(r){var n=0,o=[[],[]],i=t(null);return{get:function(t){for(var n,i=0,s=o;r-1>i;){if(-1===(n=e.call(s[0],t[i])))return null;s=s[1][n],++i}return-1===(n=e.call(s[0],t[i]))?null:s[1][n]||null},set:function(t){for(var s,a=0,c=o;r-1>a;)-1===(s=e.call(c[0],t[a]))&&(s=c[0].push(t[a])-1,c[1].push([[],[]])),c=c[1][s],++a;return-1===(s=e.call(c[0],t[a]))&&(s=c[0].push(t[a])-1),c[1][s]=++n,i[n]=t,n},delete:function(t){for(var n,s=0,a=o,c=[],u=i[t];r-1>s;){if(-1===(n=e.call(a[0],u[s])))return;c.push(a,n),a=a[1][n],++s}if(-1!==(n=e.call(a[0],u[s]))){for(t=a[1][n],a[0].splice(n,1),a[1].splice(n,1);!a[0].length&&c.length;)n=c.pop(),(a=c.pop())[0].splice(n,1),a[1].splice(n,1);delete i[t]}},clear:function(){o=[[],[]],i=t(null)}}}}()(o)),i.async&&function(){if(eu)return Au;eu=1;var e=J(),t=ee(),r=H(),n=V(),o=te(),i=[].slice,s=function(){}.apply,a=Object.create;G().async=function(c,u){var l,f,p,d=a(null),h=a(null),m=u.memoized,v=u.original;u.memoized=n((function(e){var t=arguments,r=t[t.length-1];return"function"==typeof r&&(l=r,t=i.call(t,0,-1)),m.apply(f=this,p=t)}),m);try{r(u.memoized,m)}catch(y){}u.on("get",(function(e){var t,r,n;if(l){if(d[e])return"function"==typeof d[e]?d[e]=[d[e],l]:d[e].push(l),void(l=null);t=l,r=f,n=p,l=f=p=null,o((function(){var o;hasOwnProperty.call(h,e)?(o=h[e],u.emit("getasync",e,n,r),s.call(t,o.context,o.args)):(l=t,f=r,p=n,m.apply(r,n))}))}})),u.original=function(){var t,r,n,i;return l?(t=e(arguments),r=function t(r){var n,a,c=t.id;if(null!=c){if(delete t.id,n=d[c],delete d[c],n)return a=e(arguments),u.has(c)&&(r?u.delete(c):(h[c]={context:this,args:a},u.emit("setasync",c,"function"==typeof n?1:n.length))),"function"==typeof n?i=s.call(n,this,a):n.forEach((function(e){i=s.call(e,this,a)}),this),i}else o(s.bind(t,this,arguments))},n=l,l=f=p=null,t.push(r),i=s.call(v,this,t),r.cb=n,l=r,i):s.call(v,this,arguments)},u.on("set",(function(e){l?(d[e]?"function"==typeof d[e]?d[e]=[d[e],l.cb]:d[e].push(l.cb):d[e]=l.cb,delete l.cb,l.id=e,l=null):u.delete(e)})),u.on("delete",(function(e){var t;hasOwnProperty.call(d,e)||h[e]&&(t=h[e],delete h[e],u.emit("deleteasync",e,i.call(t.args,1)))})),u.on("clear",(function(){var e=h;h=a(null),u.emit("clearasync",t(e,(function(e){return i.call(e.args,1)})))}))}}(),i.promise&&oe(),i.dispose&&function(){if(mu)return Du;mu=1;var e=j(),t=F(),r=G(),n=function(){}.apply;r.dispose=function(o,i,s){var a;if(e(o),s.async&&r.async||s.promise&&r.promise)return i.on("deleteasync",a=function(e,t){n.call(o,null,t)}),void i.on("clearasync",(function(e){t(e,(function(e,t){a(t,e)}))}));i.on("delete",a=function(e,t){o(t)}),i.on("clear",(function(e){t(e,(function(e,t){a(t,e)}))}))}}(),i.maxAge&&function(){if(Eu)return ku;Eu=1;var e=J(),t=F(),r=te(),n=ne(),o=function(){if(wu)return gu;wu=1;var e=k(),t=yu?vu:(yu=1,vu=2147483647);return gu=function(r){if((r=e(r))>t)throw new TypeError(r+" exceeds maximum possible timeout");return r}}(),i=G(),s=Function.prototype,a=Math.max,c=Math.min,u=Object.create;i.maxAge=function(l,f,p){var d,h,m,v;(l=o(l))&&(d=u(null),f.on("set"+(h=p.async&&i.async||p.promise&&i.promise?"async":""),(function(e){d[e]=setTimeout((function(){f.delete(e)}),l),"function"==typeof d[e].unref&&d[e].unref(),v&&(v[e]&&"nextTick"!==v[e]&&clearTimeout(v[e]),v[e]=setTimeout((function(){delete v[e]}),m),"function"==typeof v[e].unref&&v[e].unref())})),f.on("delete"+h,(function(e){clearTimeout(d[e]),delete d[e],v&&("nextTick"!==v[e]&&clearTimeout(v[e]),delete v[e])})),p.preFetch&&(m=!0===p.preFetch||isNaN(p.preFetch)?.333:a(c(Number(p.preFetch),1),0))&&(v={},m=(1-m)*l,f.on("get"+h,(function(t,o,i){v[t]||(v[t]="nextTick",r((function(){var r;"nextTick"===v[t]&&(delete v[t],f.delete(t),p.async&&(o=e(o)).push(s),r=f.memoized.apply(i,o),p.promise&&n(r)&&("function"==typeof r.done?r.done(s,s):r.then(s,s)))})))}))),f.on("clear"+h,(function(){t(d,(function(e){clearTimeout(e)})),d={},v&&(t(v,(function(e){"nextTick"!==e&&clearTimeout(e)})),v={})})))}}(),i.max&&function(){if(Ou)return Uu;Ou=1;var e=k(),t=function(){if(bu)return _u;bu=1;var e=k(),t=Object.create,r={}.hasOwnProperty;return _u=function(n){var o,i=0,s=1,a=t(null),c=t(null),u=0;return n=e(n),{hit:function(e){var t=c[e],l=++u;if(a[l]=e,c[e]=l,!t){if(++i,n>=i)return;return o(e=a[s]),e}if(delete a[t],s===t)for(;!r.call(a,++s);)continue},delete:o=function(e){var t=c[e];if(t&&(delete a[t],delete c[e],--i,s===t)){if(!i)return u=0,void(s=1);for(;!r.call(a,++s);)continue}},clear:function(){i=0,s=1,a=t(null),c=t(null),u=0}}}}(),r=G();r.max=function(n,o,i){var s,a,c;(n=e(n))&&(a=t(n),o.on("set"+(s=i.async&&r.async||i.promise&&r.promise?"async":""),c=function(e){void 0!==(e=a.hit(e))&&o.delete(e)}),o.on("get"+s,c),o.on("delete"+s,a.delete),o.on("clear"+s,a.clear))}}(),i.refCounter&&function(){if(Ru)return ju;Ru=1;var e=X(),t=G(),r=Object.create,n=Object.defineProperties;t.refCounter=function(o,i,s){var a,c;a=r(null),i.on("set"+(c=s.async&&t.async||s.promise&&t.promise?"async":""),(function(e,t){a[e]=t||1})),i.on("get"+c,(function(e){++a[e]})),i.on("delete"+c,(function(e){delete a[e]})),i.on("clear"+c,(function(){a={}})),n(i.memoized,{deleteRef:e((function(){var e=i.get(arguments);return null===e?null:a[e]?! --a[e]&&(i.delete(e),!0):null})),getRefCount:e((function(){var e=i.get(arguments);return null===e?0:a[e]?a[e]:0}))})}}(),r(n,i)}}()),Fu=/^~(?=$|\/|\\)/,{appendFile:Gu,readFile:Bu,writeFile:Hu}=Br,Vu=se("~/.bashrc"),qu=Mu((async function(e){const t=void 0===e.guard?`\nsource "${e.rcPath}"\n`:`\n# ${e.guard}\nif [[ "$SOURCE_${e.guard.toUpperCase()}RC" != 0 && -f "${e.rcPath}" ]]; then source "${e.rcPath}"; fi\n`;try{await Promise.all([ae(e),ce(t,se("~/.bashrc")),ce(t,se("~/.profile"))])}catch(r){f(`Failed to add ${t} to .profile or .bashrc. You should add it manually: ${r}`)}}),{promise:!0});var zu,Xu;const Wu=e(function(){if(Xu)return zu;Xu=1;const e=Ur,t="win32"!==e.platform(),r=e.release(),n=/(\d+\.\d+)\.(\d+)/;return zu=function(e){return t?e.replace(/(\s+)/g,"\\$1"):((e="",t="")=>/1\d+\.\d+/.test(e)&&Number(t)>=17134.1184)(...n.exec(r).splice(1))?e:e.replace(/(\s+)/g,"%20")}}());var Ku,Yu,Ju,Qu,Zu,el={exports:{}};const tl=e((Ju||(Ju=1,Qu=function(){if(Yu)return Ku;Yu=1;var e=/[|\\{}()[\]^$+*?.]/g;return Ku=function(t){if("string"!=typeof t)throw new TypeError("Expected a string");return t.replace(e,"\\$&")}}(),Zu=function(e){return e.split("").reverse().join("")},el.exports=function(e,t,r){var n;return null==t&&(t="'"),null==r&&(r="\\"),"string"!=typeof e?e:(n=RegExp("(["+Qu(t)+"])(?!"+Qu(r)+")","g"),Zu(Zu(e).replace(n,"$1"+r)))}),el.exports)),{GITHUB_ACTIONS:rl}=zn,{appendFile:nl}=Br,{GITHUB_ACTIONS:ol}=zn,{appendFile:il}=Br,sl=[/\/usr\/bin\/?/,/\/usr\/local\/bin\/?/];var al,cl,ul,ll,fl={exports:{}},pl={exports:{}};const dl=e(ll?ul:(ll=1,cl||(cl=1,function(e){function t(e){Array.isArray(e)||(e=[e]);for(const t of e)i[t.id]=t}function r(e,t,r){if(n(e),!r||"object"!=typeof r)throw Error("List of variants should be specified as a valid object");return r[i[e].handler(t)]||void 0}function n(r){if(!function(e){return!!i[e]}(r)){if(!o)throw Error(`Locale: ${r} is not registered with numerous. You need to manually register it before use`);!function(r){try{t((0,e.require)(`${__dirname}/../locales/${r}.js`))}catch(n){throw Error("Failed to require locale: "+r)}}(r)}}const o=de(),i={};e.exports={create:function(e){return n(e),{pluralize:(t,n)=>r(e,t,n)}},registerLocale:t,pluralize:r}}(fl)),ul=fl.exports));var hl,ml;const vl=e(ml?hl:(ml=1,hl={id:"en",handler:function(e){const t=Number(e),r=Math.floor(Math.abs(e)),n=(""+e).replace(/^[^.]*\.?/,"").length;if(isNaN(t))throw Error("n is not a number");return 1===r&&0===n?"one":"other"}}));var yl,gl,wl,El,_l,bl,Ol,Rl={exports:{}};const Sl=e(Ol?bl:(Ol=1,bl=function(){function e(e){Array.isArray(e)||(e=[e]);for(const t of e){const{id:e,data:r}=t;s[e]=r}}function t(e,t,n){const o=function(e){const t=s[e.locale];let r=e.unitTypeLookupOrder.slice();r.unshift(e.unitType),r=Array.from(new Set(r));let n=null;if(r.some((function(e){if(void 0!==t[e])return n=t[e],!0})),null===n)throw Error("Can not find any unit type data for locale: "+e.locale);return n}(n);return r.pluralize(n.locale,t,o[e]).replace("{0}",t)}if(_l)return El;_l=1;const r=wl?gl:(wl=1,yl||(yl=1,a=Rl,function(){function e(e,n,o){if(t(e),"object"!=typeof o)throw Error("List of variants should be specified as an object");var i=r[e](n);return void 0!==o[i]?o[i]:null}function t(e){(function(e){return void 0!==r[e]})(e)||function(e){try{he(__dirname+"/../locales/"+e+".js")}catch(t){throw Error("Failed to load the following locale: "+e)}}(e)}var r={};a.exports={create:function(r){return t(r),{pluralize:function(t,n){return e(r,t,n)}}},addLocale:function(e,t){r[e]=t},pluralize:e}}()),gl=Rl.exports),n=de(),o=[["years",290304e5],["months",24192e5],["weeks",6048e5],["days",864e5],["hours",36e5],["minutes",6e4],["seconds",1e3]],i={locale:"en",span:2,delimiter:", ",unitType:"long",unitTypeLookupOrder:["long","short","narrow"],autoloadLocales:!0},s={};var a;return El={create:function(r){return r=Object.assign({},i,r||{}),{format:function(i,a,c){return function(r,i,a){if(function(t,r){const{autoload:o}=r;if(!s[t]){if(!n||!o)throw Error(`Missing locale: ${t}, you must load it manually before using it`);!function(t){try{e(he(`../locales/${t}.js`))}catch(r){throw Error(`Failed to load locale: ${t} from ../locales/${t}.js. If using a bundled time-delta, set 'autoloadLocales: false' in the config: ${r}`)}}(t)}}(a.locale,{autoload:a.autoloadLocales}),!r)throw Error("Missing first date argument");if(!i)throw Error("Missing second date argument");const c=function(e,t){let r=t-e;const n=[];return o.some((function(e){const t=e[0],o=e[1],i=Math.floor(r/o);if(r-=i*o,n.push([t,i]),0>=r)return!0})),n}(r,i),u=[];for(const e of c){const[r,n]=e;if(n>0&&u.push(t(r,n,a)),u.length>=a.span)break}return u.join(a.delimiter)}(i,a,c=Object.assign({},r,c||{}))}}},addLocale:e,defaultConfig:i}}()));var Il,Tl;const xl=e(Tl?Il:(Tl=1,Il={id:"en",data:{long:{years:{one:"{0} year",other:"{0} years"},months:{one:"{0} month",other:"{0} months"},weeks:{one:"{0} week",other:"{0} weeks"},days:{one:"{0} day",other:"{0} days"},hours:{one:"{0} hour",other:"{0} hours"},minutes:{one:"{0} minute",other:"{0} minutes"},seconds:{one:"{0} second",other:"{0} seconds"}},narrow:{years:{one:"{0}y",other:"{0}y"},months:{one:"{0}m",other:"{0}m"},weeks:{one:"{0}w",other:"{0}w"},days:{one:"{0}d",other:"{0}d"},hours:{one:"{0}h",other:"{0}h"},minutes:{one:"{0}m",other:"{0}m"},seconds:{one:"{0}s",other:"{0}s"}},short:{years:{one:"{0} yr",other:"{0} yrs"},months:{one:"{0} mth",other:"{0} mths"},weeks:{one:"{0} wk",other:"{0} wks"},days:{one:"{0} day",other:"{0} days"},hours:{one:"{0} hr",other:"{0} hr"},minutes:{one:"{0} min",other:"{0} min"},seconds:{one:"{0} sec",other:"{0} sec"}}}}));var Pl,Nl,$l,Al,Cl,Ll,Dl,kl,Ul,jl,Ml,Fl,Gl,Bl,Hl,Vl,ql,zl,Xl,Wl,Kl,Yl,Jl,Ql,Zl,ef,tf,rf,nf,of,sf,af,cf,uf,lf,ff,pf,df,hf,mf,vf,yf,gf,wf,Ef,_f,bf,Of,Rf,Sf,If,Tf,xf,Pf,Nf,$f,Af,Cf,Lf,Df,kf,Uf,jf,Mf,Ff,Gf,Bf,Hf,Vf,qf,zf,Xf,Wf,Kf,Yf,Jf,Qf,Zf,ep,tp,rp,np,op,ip,sp,ap,cp,up,lp,fp,pp,dp={exports:{}};const hp=e(function(){function e(e,t,r,n){return new(r||(r=Promise))((function(t,o){function i(e){try{a(n.next(e))}catch(t){o(t)}}function s(e){try{a(n.throw(e))}catch(t){o(t)}}function a(e){var n;e.done?t(e.value):(n=e.value,n instanceof r?n:new r((function(e){e(n)}))).then(i,s)}a((n=n.call(e)).next())}))}function t(e,t){function r(r){return function(c){return function(r){if(n)throw new TypeError("Generator is already executing.");for(;s&&(s=0,r[0]&&(a=0)),a;)try{if(n=1,o&&(i=2&r[0]?o.return:r[0]?o.throw||((i=o.return)&&i.call(o),0):o.next)&&!(i=i.call(o,r[1])).done)return i;switch(o=0,i&&(r=[2&r[0],i.value]),r[0]){case 0:case 1:i=r;break;case 4:return a.label++,{value:r[1],done:!1};case 5:a.label++,o=r[1],r=[0];continue;case 7:r=a.ops.pop(),a.trys.pop();continue;default:if(!((i=(i=a.trys).length>0&&i[i.length-1])||6!==r[0]&&2!==r[0])){a=0;continue}if(3===r[0]&&(!i||r[1]>i[0]&&i[3]>r[1])){a.label=r[1];break}if(6===r[0]&&i[1]>a.label){a.label=i[1],i=r;break}if(i&&i[2]>a.label){a.label=i[2],a.ops.push(r);break}i[2]&&a.ops.pop(),a.trys.pop();continue}r=t.call(e,a)}catch(c){r=[6,c],o=0}finally{n=i=0}if(5&r[0])throw r[1];return{value:r[0]?r[1]:void 0,done:!0}}([r,c])}}var n,o,i,s,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return s={next:r(0),throw:r(1),return:r(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s}if(pp)return fp;pp=1;var r=kn,n=je(),o=Ur,i=Xr,s=Gr,a=cn,c=r.env.npm_package_json,u=r.env.npm_config_user_agent,l=!(!u||!u.startsWith("npm")),f=!(!c||!c.endsWith("package.json")),p=l||f,d=!(!u||!u.startsWith("yarn")),h=p||d,m=o.homedir(),v=process.env.XDG_CONFIG_HOME||i.join(m,".config","simple-update-notifier"),y=function(e){return i.join(v,"".concat(e.replace("@","").replace("/","__"),".json"))},g=function(r,n){return e(void 0,0,void 0,(function(){var e;return t(this,(function(t){return e="https://registry.npmjs.org/-/package/".concat(r,"/dist-tags"),[2,new Promise((function(t,r){a.get(e,(function(e){var o="";e.on("data",(function(e){return o+=e})),e.on("end",(function(){try{var e=JSON.parse(o)[n];e||r(Error("Error getting version")),t(e)}catch(i){r(Error("Could not parse version response"))}}))})).on("error",(function(e){return r(e)}))}))]}))}))},w=function(r){var o=r.pkg,i=r.updateCheckInterval,a=void 0===i?864e5:i,c=r.distTag,u=void 0===c?"latest":c,l=r.alwaysRun,f=r.debug;return e(void 0,0,void 0,(function(){var e,i;return t(this,(function(t){switch(t.label){case 0:return s.existsSync(v)||s.mkdirSync(v,{recursive:!0}),e=function(e){var t=y(e);try{if(!s.existsSync(t))return;return JSON.parse(s.readFileSync(t,"utf8")).lastUpdateCheck}catch(r){return}}(o.name),l||!e||e<(new Date).getTime()-a?[4,g(o.name,u)]:[3,2];case 1:return i=t.sent(),c=y(o.name),s.writeFileSync(c,JSON.stringify({lastUpdateCheck:(new Date).getTime()})),n.gt(i,o.version)?[2,i]:(f&&console.error("Latest version (".concat(i,") not newer than current version (").concat(o.version,")")),[3,3]);case 2:f&&console.error("Too recent to check for a new update. simpleUpdateNotifier() interval set to ".concat(a,"ms but only ").concat((new Date).getTime()-e,"ms since last check.")),t.label=3;case 3:return[2,!1]}var c}))}))};return fp=function(r){return e(void 0,0,void 0,(function(){var e,n;return t(this,(function(t){switch(t.label){case 0:if(!r.alwaysRun&&(!process.stdout.isTTY||h&&!r.shouldNotifyInNpmScript))return r.debug&&console.error("Opting out of running simpleUpdateNotifier()"),[2];t.label=1;case 1:return t.trys.push([1,3,,4]),[4,w(r)];case 2:return(e=t.sent())&&console.error(function(e){for(var t=e.split("\n"),r=Math.max.apply(Math,t.map((function(e){return e.length}))),n=["┌".concat("─".repeat(r+2),"┐")],o=0,i=t;i.length>o;o++)n.push("│ ".concat(i[o].padEnd(r)," │"));return n.push("└".concat("─".repeat(r+2),"┘")),n.join("\n")}("New version of ".concat(r.pkg.name," available!\nCurrent Version: ").concat(r.pkg.version,"\nLatest Version: ").concat(e))),[3,4];case 3:return n=t.sent(),r.debug&&n instanceof Error&&console.error("Unexpected error in simpleUpdateNotifier():",n),[3,4];case 4:return[2]}}))}))}}()),mp={name:"setup-cpp",version:"0.44.0"};var vp,yp={},gp=(vp||(vp=1,function(e){function t(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)({}).hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t}function r(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}Object.defineProperty(e,"__esModule",{value:!0}),e.DownloaderHelper=e.DH_STATES=void 0;var n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o=function(){function e(e,t){for(var r,n=0;t.length>n;n++)(r=t[n]).enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}return function(t,r,n){return r&&e(t.prototype,r),n&&e(t,n),t}}(),i=t(Gr),s=Un,a=t(Xr),c=t(sn),u=t(cn),l=ln,f=e.DH_STATES={IDLE:"IDLE",SKIPPED:"SKIPPED",STARTED:"STARTED",DOWNLOADING:"DOWNLOADING",RETRY:"RETRY",PAUSED:"PAUSED",RESUMED:"RESUMED",STOPPED:"STOPPED",FINISHED:"FINISHED",FAILED:"FAILED"};e.DownloaderHelper=function(e){function t(e,n){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var i=r(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,{captureRejections:!0}));return i.__validate(e,n)?(i.url=i.requestURL=e.trim(),i.state=f.IDLE,i.__defaultOpts={body:null,retry:!1,method:"GET",headers:{},fileName:"",timeout:-1,metadata:null,override:!1,forceResume:!1,removeOnStop:!0,removeOnFail:!0,progressThrottle:1e3,httpRequestOptions:{},httpsRequestOptions:{},resumeOnIncomplete:!0,resumeIfFileExists:!1,resumeOnIncompleteMaxRetry:5},i.__opts=Object.assign({},i.__defaultOpts),i.__pipes=[],i.__total=0,i.__downloaded=0,i.__progress=0,i.__retryCount=0,i.__retryTimeout=null,i.__resumeRetryCount=0,i.__states=f,i.__promise=null,i.__request=null,i.__response=null,i.__isAborted=!1,i.__isResumed=!1,i.__isResumable=!1,i.__isRedirected=!1,i.__destFolder=n,i.__statsEstimate={time:0,bytes:0,prevBytes:0,throttleTime:0},i.__fileName="",i.__filePath="",i.updateOptions(o),i):r(i)}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),o(t,[{key:"start",value:function(){var e=this,t=function(){return new Promise((function(t,r){e.__promise={resolve:t,reject:r},e.__start()}))};return this.__opts.resumeIfFileExists&&this.state!==this.__states.RESUMED?this.getTotalSize().then((function(r){var n=r.name,o=r.total,s=e.__opts.override;return e.__opts.override=!0,e.__filePath=e.__getFilePath(n),e.__opts.override=s,e.__filePath&&i.existsSync(e.__filePath)?e.__getFilesizeInBytes(e.__filePath)===o?t():e.resumeFromFile(e.__filePath,{total:o,fileName:n}):t()})):t()}},{key:"pause",value:function(){var e=this;return this.state===this.__states.STOPPED?Promise.resolve(!0):(this.__response&&(this.__response.unpipe(),this.__pipes.forEach((function(e){return e.stream.unpipe()}))),this.__fileStream&&this.__fileStream.removeAllListeners(),this.__requestAbort(),this.__closeFileStream().then((function(){return e.__setState(e.__states.PAUSED),e.emit("pause"),!0})))}},{key:"resume",value:function(){return this.__promise?this.state===this.__states.STOPPED?Promise.resolve(!1):(this.__setState(this.__states.RESUMED),this.__isResumable&&(this.__isResumed=!0,this.__reqOptions.headers.range="bytes="+this.__downloaded+"-"),this.emit("resume",this.__isResumed),this.__start()):this.start()}},{key:"stop",value:function(){var e=this;return this.state===this.__states.STOPPED?Promise.resolve(!0):(this.__requestAbort(),this.__closeFileStream().then((function(){return e.__opts.removeOnStop?new Promise((function(t,r){i.access(e.__filePath,(function(n){return n?(e.__emitStop(),t(!0)):void i.unlink(e.__filePath,(function(n){return n?(e.__setState(e.__states.FAILED),e.emit("error",n),r(n)):(e.__emitStop(),void t(!0))}))}))})):(e.__emitStop(),Promise.resolve(!0))})))}},{key:"pipe",value:function(e){return this.__pipes.push({stream:e,options:arguments.length>1&&void 0!==arguments[1]?arguments[1]:null}),e}},{key:"unpipe",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,r=function(t){return e.__response?e.__response.unpipe(t):t.unpipe()};t?this.__pipes.find((function(e){return e.stream===t}))&&(r(t),this.__pipes=this.__pipes.filter((function(e){return e.stream!==t}))):(this.__pipes.forEach((function(e){return r(e.stream)})),this.__pipes=[])}},{key:"getDownloadPath",value:function(){return this.__filePath}},{key:"isResumable",value:function(){return this.__isResumable}},{key:"updateOptions",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";this.__opts=Object.assign({},this.__opts,e),this.__headers=this.__opts.headers,this.__opts.timeout>-1&&(this.__opts.httpRequestOptions.timeout=this.__opts.timeout,this.__opts.httpsRequestOptions.timeout=this.__opts.timeout),("number"!=typeof this.__opts.progressThrottle||0>this.__opts.progressThrottle)&&(this.__opts.progressThrottle=this.__defaultOpts.progressThrottle),this.url=t||this.url,this.__reqOptions=this.__getReqOptions(this.__opts.method,this.url,this.__opts.headers),this.__initProtocol(this.url)}},{key:"getOptions",value:function(){return this.__opts}},{key:"getMetadata",value:function(){return this.__opts.metadata}},{key:"getStats",value:function(){return{total:this.__total,name:this.__fileName,downloaded:this.__downloaded,progress:this.__progress,speed:this.__statsEstimate.bytes}}},{key:"getTotalSize",value:function(){var e=this;return new Promise((function(t,r){var n=function(t){e.__initProtocol(t);var r=Object.assign({},e.__headers);r.hasOwnProperty("range")&&delete r.range;var n=e.__getReqOptions("HEAD",t,r);return Object.assign({},e.__reqOptions,n)},o=function(i,a){var c=e.__protocol.request(a,(function(a){if(e.__isRequireRedirect(a)){var c=/^https?:\/\//.test(a.headers.location)?a.headers.location:new s.URL(a.headers.location,i).href;return e.emit("redirected",c,i),o(c,n(c))}return 200===a.statusCode?void t({name:e.__getFileNameFromHeaders(a.headers,a),total:parseInt(a.headers["content-length"])||null}):r(Error("Response status was "+a.statusCode))}));c.on("error",(function(e){return r(e)})),c.on("timeout",(function(){return r(Error("timeout"))})),c.on("uncaughtException",(function(e){return r(e)})),c.end()};o(e.url,n(e.url))}))}},{key:"getResumeState",value:function(){return{downloaded:this.__downloaded,filePath:this.__filePath,fileName:this.__fileName,total:this.__total}}},{key:"resumeFromFile",value:function(e){var t=this,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return this.__opts.override=!0,this.__filePath=e,(r.total&&r.fileName?Promise.resolve({name:r.fileName,total:r.total}):this.getTotalSize()).then((function(e){var n=e.name;return t.__total=r.total||e.total,t.__fileName=r.fileName||n,t.__downloaded=r.downloaded||t.__getFilesizeInBytes(t.__filePath),t.__reqOptions.headers.range="bytes="+t.__downloaded+"-",t.__isResumed=!0,t.__isResumable=!0,t.__setState(t.__states.RESUMED),t.emit("resume",t.__isResumed),new Promise((function(e,r){t.__promise={resolve:e,reject:r},t.__start()}))}))}},{key:"__start",value:function(){this.__isRedirected||this.state===this.__states.RESUMED||(this.emit("start"),this.__setState(this.__states.STARTED),this.__initProtocol(this.url)),this.__response=null,this.__isAborted=!1,this.__request&&!this.__request.destroyed&&this.__request.destroy(),this.__retryTimeout&&(clearTimeout(this.__retryTimeout),this.__retryTimeout=null),this.__request=this.__downloadRequest(this.__promise.resolve,this.__promise.reject),this.__request.on("error",this.__onError(this.__promise.resolve,this.__promise.reject)),this.__request.on("timeout",this.__onTimeout(this.__promise.resolve,this.__promise.reject)),this.__request.on("uncaughtException",this.__onError(this.__promise.resolve,this.__promise.reject,!0)),this.__opts.body&&this.__request.write(this.__opts.body),this.__request.end()}},{key:"__resolvePending",value:function(){if(this.__promise){var e=this.__promise.resolve;return this.__promise=null,e(!0)}}},{key:"__downloadRequest",value:function(e,t){var r=this;return this.__protocol.request(this.__reqOptions,(function(n){if(r.__response=n,r.__isResumed||(r.__total=parseInt(n.headers["content-length"])||null,r.__resetStats()),r.__isRequireRedirect(n)){var o=/^https?:\/\//.test(n.headers.location)?n.headers.location:new s.URL(n.headers.location,r.url).href;return r.__isRedirected=!0,r.__initProtocol(o),r.emit("redirected",o,r.url),r.__start()}if(200!==n.statusCode&&206!==n.statusCode){var i=Error("Response status was "+n.statusCode);return i.status=n.statusCode||0,i.body=n.body||"",r.__setState(r.__states.FAILED),r.emit("error",i),t(i)}(r.__opts.forceResume||n.headers.hasOwnProperty("accept-ranges")&&"none"!==n.headers["accept-ranges"])&&(r.__isResumable=!0),r.__startDownload(n,e,t)}))}},{key:"__startDownload",value:function(e,t,r){var o=this,s=e;if(this.__isResumed)this.__fileStream=i.createWriteStream(this.__filePath,{flags:"a"});else{var c=this.__getFileNameFromHeaders(e.headers);if(this.__filePath=this.__getFilePath(c),this.__fileName=this.__filePath.split(a.sep).pop(),i.existsSync(this.__filePath)){var u=this.__getFilesizeInBytes(this.__filePath),l=this.__total?this.__total:0;if("object"===n(this.__opts.override)&&this.__opts.override.skip&&(this.__opts.override.skipSmaller||u>=l))return this.emit("skip",{totalSize:this.__total,fileName:this.__fileName,filePath:this.__filePath,downloadedSize:u}),this.__setState(this.__states.SKIPPED),t(!0)}this.__fileStream=i.createWriteStream(this.__filePath,{})}this.emit("download",{fileName:this.__fileName,filePath:this.__filePath,totalSize:this.__total,isResumed:this.__isResumed,downloadedSize:this.__downloaded}),this.__retryCount=0,this.__isResumed=!1,this.__isRedirected=!1,this.__setState(this.__states.DOWNLOADING),this.__statsEstimate.time=new Date,this.__statsEstimate.throttleTime=new Date,s.on("data",(function(e){return o.__calculateStats(e.length)})),this.__pipes.forEach((function(e){s.pipe(e.stream,e.options),s=e.stream})),s.pipe(this.__fileStream),s.on("error",this.__onError(t,r)),this.__fileStream.on("finish",this.__onFinished(t,r)),this.__fileStream.on("error",this.__onError(t,r))}},{key:"__hasFinished",value:function(){return!this.__isAborted&&-1===[this.__states.PAUSED,this.__states.STOPPED,this.__states.RETRY,this.__states.FAILED,this.__states.RESUMED].indexOf(this.state)}},{key:"__isRequireRedirect",value:function(e){return e.statusCode>300&&400>e.statusCode&&e.headers.hasOwnProperty("location")&&e.headers.location}},{key:"__onFinished",value:function(e,t){var r=this;return function(){r.__fileStream.close((function(n){if(n)return t(n);if(r.__hasFinished()){var o=!!r.__total&&r.__downloaded!==r.__total;if(o&&r.__isResumable&&r.__opts.resumeOnIncomplete&&r.__opts.resumeOnIncompleteMaxRetry>=r.__resumeRetryCount)return r.__resumeRetryCount++,r.emit("warning",Error("uncomplete download, retrying")),r.resume();r.__setState(r.__states.FINISHED),r.__pipes=[],r.emit("end",{fileName:r.__fileName,filePath:r.__filePath,totalSize:r.__total,incomplete:o,onDiskSize:r.__getFilesizeInBytes(r.__filePath),downloadedSize:r.__downloaded})}return e(r.__downloaded===r.__total)}))}}},{key:"__closeFileStream",value:function(){var e=this;return this.__fileStream?new Promise((function(t,r){e.__fileStream.close((function(e){return e?r(e):t(!0)}))})):Promise.resolve(!0)}},{key:"__onError",value:function(e,t){var r=this,n=!(2>=arguments.length||void 0===arguments[2])&&arguments[2];return function(e){return r.__pipes=[],n&&r.__requestAbort(),r.state===r.__states.STOPPED||r.state===r.__states.FAILED?void 0:r.__opts.retry?r.__retry(e).catch((function(n){r.__removeFile().finally((function(){r.__setState(r.__states.FAILED),r.emit("error",n||e),t(n||e)}))})):r.__removeFile().finally((function(){r.__setState(r.__states.FAILED),r.emit("error",e),t(e)}))}}},{key:"__retry",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;if(!this.__opts.retry||"object"!==n(this.__opts.retry))return Promise.reject(t||Error("wrong retry options"));var r=this.__opts.retry,o=r.delay,i=void 0===o?0:o,s=r.maxRetries;return(void 0===s?999:s)>this.__retryCount?(this.__retryCount++,this.__setState(this.__states.RETRY),this.emit("retry",this.__retryCount,this.__opts.retry,t),this.__response&&(this.__response.unpipe(),this.__pipes.forEach((function(e){return e.stream.unpipe()}))),this.__fileStream&&this.__fileStream.removeAllListeners(),this.__requestAbort(),this.__closeFileStream().then((function(){return new Promise((function(t){return e.__retryTimeout=setTimeout((function(){return t(e.__downloaded>0?e.resume():e.__start())}),i)}))}))):Promise.reject(t||Error("reached the maximum retries"))}},{key:"__onTimeout",value:function(e,t){var r=this;return function(){return r.__requestAbort(),r.__opts.retry?r.__retry(Error("timeout")).catch((function(e){r.__removeFile().finally((function(){r.__setState(r.__states.FAILED),e?t(e):(r.emit("timeout"),t(Error("timeout")))}))})):r.__removeFile().finally((function(){r.__setState(r.__states.FAILED),r.emit("timeout"),t(Error("timeout"))}))}}},{key:"__resetStats",value:function(){this.__retryCount=0,this.__downloaded=0,this.__progress=0,this.__resumeRetryCount=0,this.__statsEstimate={time:0,bytes:0,prevBytes:0,throttleTime:0}}},{key:"__getFileNameFromHeaders",value:function(e,t){var r="",n=e.hasOwnProperty("content-disposition"),o=n?e["content-disposition"].match(/.*filename\*=.*?'.*?'([^"].+?[^"])(?:(?:;)|$)/i):null,i=!n||o?null:e["content-disposition"].match(/.*filename="(.*?)";?/i),c=!n||o||i?null:e["content-disposition"].match(/.*filename=([^"].+?[^"])(?:(?:;)|$)/i);return n&&(o||i||c)?(r=(r=e["content-disposition"]).trim(),o?r=o[1]:i?r=i[1]:c&&(r=c[1]),r=r.replace(/[/\\]/g,"")):r=a.basename(new s.URL(this.requestURL).pathname).length>0?a.basename(new s.URL(this.requestURL).pathname):new s.URL(this.requestURL).hostname+".html",this.__opts.fileName?this.__getFileNameFromOpts(r,t):r.replace(/\.*$/,"")}},{key:"__getFilePath",value:function(e){var t=a.join(this.__destFolder,e),r=t;return this.__opts.override||this.state===this.__states.RESUMED||t!==(r=this.__uniqFileNameSync(r))&&this.emit("renamed",{path:r,fileName:r.split(a.sep).pop(),prevPath:t,prevFileName:t.split(a.sep).pop()}),r}},{key:"__getFileNameFromOpts",value:function(e,t){if(!this.__opts.fileName)return e;if("string"==typeof this.__opts.fileName)return this.__opts.fileName;if("function"==typeof this.__opts.fileName){var r=a.join(this.__destFolder,e);return t&&t.headers||this.__response&&this.__response.headers?this.__opts.fileName(e,r,(t||this.__response).headers["content-type"]):this.__opts.fileName(e,r)}if("object"===n(this.__opts.fileName)){var o=this.__opts.fileName,i=o.name,s=!!o.hasOwnProperty("ext")&&o.ext;if("string"==typeof s)return i+"."+s;if("boolean"==typeof s){if(s)return i;var c=e.includes(".")?e.split(".").pop():"";return""===c?i:i+"."+c}}return e}},{key:"__calculateStats",value:function(e){var t=new Date,r=t-this.__statsEstimate.time,n=t-this.__statsEstimate.throttleTime,o=this.__total||0;e&&(this.__downloaded+=e,this.__progress=0===o?0:this.__downloaded/o*100,(this.__downloaded===o||r>1e3)&&(this.__statsEstimate.time=t,this.__statsEstimate.bytes=this.__downloaded-this.__statsEstimate.prevBytes,this.__statsEstimate.prevBytes=this.__downloaded),(this.__downloaded===o||n>this.__opts.progressThrottle)&&(this.__statsEstimate.throttleTime=t,this.emit("progress.throttled",this.getStats())),this.emit("progress",this.getStats()))}},{key:"__setState",value:function(e){this.state=e,this.emit("stateChanged",this.state)}},{key:"__getReqOptions",value:function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=new s.URL(t),o={protocol:n.protocol,host:n.hostname,port:n.port,path:n.pathname+n.search,method:e};return r&&(o.headers=r),o}},{key:"__getFilesizeInBytes",value:function(e){try{return i.statSync(e,{throwIfNoEntry:!1}).size||0}catch(t){this.emit("warning",t)}return 0}},{key:"__validate",value:function(e,t){if("string"!=typeof e)throw Error("URL should be an string");if(""===e.trim())throw Error("URL couldn't be empty");if("string"!=typeof t)throw Error("Destination Folder should be an string");if(""===t.trim())throw Error("Destination Folder couldn't be empty");if(!i.existsSync(t))throw Error("Destination Folder must exist");if(!i.statSync(t).isDirectory())throw Error("Destination Folder must be a directory");try{i.accessSync(t,i.constants.W_OK)}catch(r){throw Error("Destination Folder must be writable")}return!0}},{key:"__initProtocol",value:function(e){var t=this.__getReqOptions(this.__opts.method,e,this.__headers);this.requestURL=e,e.indexOf("https://")>-1?(this.__protocol=u,t.agent=new u.Agent({keepAlive:!1}),this.__reqOptions=Object.assign({},t,this.__opts.httpsRequestOptions)):(this.__protocol=c,t.agent=new c.Agent({keepAlive:!1}),this.__reqOptions=Object.assign({},t,this.__opts.httpRequestOptions))}},{key:"__uniqFileNameSync",value:function(e){if("string"!=typeof e||""===e)return e;try{i.accessSync(e,i.F_OK);var t=e.match(/(.*)(\([0-9]+\))(\..*)$/),r=t?t[1].trim():e,n=t?parseInt(t[2].replace(/\(|\)/,"")):0,o=e.split(".").pop();return o!==e&&o.length>0?r=r.replace(o="."+o,""):o="",this.__uniqFileNameSync(r+" ("+ ++n+")"+o)}catch(s){return e}}},{key:"__removeFile",value:function(){var e=this;return new Promise((function(t){return e.__fileStream?void e.__fileStream.close((function(r){return r&&e.emit("warning",r),e.__opts.removeOnFail?i.access(e.__filePath,(function(n){return n?t():void i.unlink(e.__filePath,(function(n){n&&e.emit("warning",r),t()}))})):void t()})):t()}))}},{key:"__requestAbort",value:function(){this.__isAborted=!0,this.__retryTimeout&&(clearTimeout(this.__retryTimeout),this.__retryTimeout=null),this.__response&&this.__response.destroy(),this.__request&&(this.__request.destroy?this.__request.destroy():this.__request.abort())}},{key:"__emitStop",value:function(){this.__resolvePending(),this.__setState(this.__states.STOPPED),this.emit("stop")}}]),t}(l.EventEmitter)}(yp)),yp);const{GITHUB_ACTIONS:wp}=zn,{appendFile:Ep}=Br,_p="Dpkg::Lock::Timeout=300";let bp=!1;const Op=Mu((function(e=Ve()){x(e,"nala"!==e?["update","-y","-o",_p]:["update","-o",_p],{...Ns,env:Be(e)}),bp=!0}));var Rp,Sp;(Sp=Rp||(Rp={}))[Sp.NameDashVersion=0]="NameDashVersion",Sp[Sp.NameEqualsVersion=1]="NameEqualsVersion",Sp[Sp.Name=2]="Name",Sp[Sp.None=3]="None";const Ip=Mu((async function(e){Op(e);const t=await Xe([{name:"ca-certificates"},{name:"gnupg"},{name:"apt-utils"}],e);0!==t.length&&x(e,["install","-y","--fix-broken","-o",_p,...t],{...Ns,env:Be(e)})}),{promise:!0}),Tp=["E: Could not get lock","dpkg: error processing archive","dpkg: error: dpkg status database is locked by another process"],xp="/etc/apt/trusted.gpg.d",Pp="keyserver.ubuntu.com";let Np,$p=!1;var Ap,Cp;const Lp=e(function(){if(Cp)return Ap;Cp=1;const{isexe:e,sync:t}=_(),{join:r,delimiter:n,sep:o,posix:i}=Xr,s="win32"===process.platform,a=RegExp(`[${i.sep}${o===i.sep?"":o}]`.replace(/(\\)/g,"\\$1")),c=RegExp("^\\."+a.source),u=e=>Object.assign(Error("not found: "+e),{code:"ENOENT"}),l=(e,{path:t=process.env.PATH,pathExt:r=process.env.PATHEXT,delimiter:o=n})=>{const i=e.match(a)?[""]:[...s?[process.cwd()]:[],...(t||"").split(o)];if(s){const t=r||[".EXE",".CMD",".BAT",".COM"].join(o),n=t.split(o).flatMap((e=>[e,e.toLowerCase()]));return e.includes(".")&&""!==n[0]&&n.unshift(""),{pathEnv:i,pathExt:n,pathExtExe:t}}return{pathEnv:i,pathExt:[""]}},f=(e,t)=>{const n=/^".*"$/.test(e)?e.slice(1,-1):e;return(!n&&c.test(t)?t.slice(0,2):"")+r(n,t)},p=async(t,r={})=>{const{pathEnv:n,pathExt:o,pathExtExe:i}=l(t,r),s=[];for(const a of n){const n=f(a,t);for(const t of o){const o=n+t;if(await e(o,{pathExt:i,ignoreErrors:!0})){if(!r.all)return o;s.push(o)}}}if(r.all&&s.length)return s;if(r.nothrow)return null;throw u(t)};return Ap=p,p.sync=(e,r={})=>{const{pathEnv:n,pathExt:o,pathExtExe:i}=l(e,r),s=[];for(const a of n){const n=f(a,e);for(const e of o){const o=n+e;if(t(o,{pathExt:i,ignoreErrors:!0})){if(!r.all)return o;s.push(o)}}}if(r.all&&s.length)return s;if(r.nothrow)return null;throw u(e)},Ap}());let Dp,kp,Up,jp,Mp=!1,Fp=!1,Gp=!1;const Bp=/Version\s*:\s*(.*)/g;let Hp=!1;var Vp,qp;const zp=e(function(){if(qp)return Vp;qp=1;var e=Xr;return Vp=function(t,r){if("string"!=typeof t)return t;if(0===t.length)return t;var n,o=e.basename(t,e.extname(t))+r,i=e.join(e.dirname(t),o);return(n=t.slice(0,2))==="."+e.sep||"./"===n?"."+e.sep+i:i}}());var Xp={},Wp={};pt(Wp,"name",(()=>dt));var Kp={};pt(Kp,"normalizeTrim",(()=>ht));var Yp={};pt(Yp,"addExeExt",(()=>mt));var Jp={};pt(Jp,"addNamePrefix",(()=>vt));var Qp={};pt(Qp,"addNameSuffix",(()=>yt));var Zp={};pt(Zp,"addShExt",(()=>gt));var ed={};pt(ed,"addShRelativePrefix",(()=>wt));var td={};pt(td,"removeExt",(()=>Et));var rd={};pt(rd,"replaceExt",(()=>_t));var nd={};pt(nd,"isPathInside",(()=>bt)),ft(Xp,Wp),ft(Xp,Kp),ft(Xp,Yp),ft(Xp,Jp),ft(Xp,Qp),ft(Xp,Zp),ft(Xp,ed),ft(Xp,td),ft(Xp,rd),ft(Xp,nd);const od=e(Ce()),id=e($e()),sd=["x64","amd64","x86_64","win64","64","amd64_x86"],ad=["x86","i386","ia32","win32","32","x32"],cd=["aarch64","arm64","woa64","arm"],ud=["armv7","armv7a"],ld=["powerpc64le","ppc64le"],fd=["sparc64"];var pd,dd,hd,md,vd,yd,gd,wd,Ed,_d,bd,Od={},Rd={exports:{}},Sd={exports:{}},Id=Rd.exports,Td={},xd=function(){function e(e,t){const r=[];t=t||_.arch();const n=b.join(s(),e);if(w.existsSync(n)){const e=w.readdirSync(n);for(const i of e)if(o(i)){const e=b.join(n,i,t||"");w.existsSync(e)&&w.existsSync(e+".complete")&&r.push(i)}}return r}function t(e){return m(this,void 0,void 0,(function*(){return e||(e=b.join(l(),x.default())),yield g.mkdirP(e),e}))}function r(e,t,r){return m(this,void 0,void 0,(function*(){const n=b.join(s(),e,R.clean(t)||t,r||"");y.debug("destination "+n);const o=n+".complete";return yield g.rmRF(n),yield g.rmRF(o),yield g.mkdirP(n),n}))}function n(e,t,r){const n=b.join(s(),e,R.clean(t)||t,r||"");w.writeFileSync(n+".complete",""),y.debug("finished caching tool")}function o(e){const t=R.clean(e)||"";y.debug("isExplicit: "+t);const r=null!=R.valid(t);return y.debug("explicit? "+r),r}function i(e,t){let r="";y.debug(`evaluating ${e.length} versions`);for(let n=(e=e.sort(((e,t)=>R.gt(e,t)?1:-1))).length-1;n>=0;n--){const o=e[n];if(R.satisfies(o,t)){r=o;break}}return y.debug(r?"matched: "+r:"match not found"),r}function s(){const e=process.env.RUNNER_TOOL_CACHE||"";return T.ok(e,"Expected RUNNER_TOOL_CACHE to be defined"),e}function l(){const e=process.env.RUNNER_TEMP||"";return T.ok(e,"Expected RUNNER_TEMP to be defined"),e}function f(e,t){const r=Gn[e];return void 0!==r?r:t}if(_d)return Od;_d=1;var p=Od&&Od.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),d=Od&&Od.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),h=Od&&Od.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&p(t,e,r);return d(t,e),t},m=Od&&Od.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))},v=Od&&Od.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Od,"__esModule",{value:!0}),Od.evaluateVersions=Od.isExplicitVersion=Od.findFromManifest=Od.getManifestFromRepo=Od.findAllVersions=Od.find=Od.cacheFile=Od.cacheDir=Od.extractZip=Od.extractXar=Od.extractTar=Od.extract7z=Od.downloadTool=Od.HTTPError=void 0;const y=h(u()),g=h(a()),w=h(Gr),E=h((dd||(dd=1,function(e,t){var r=Id&&Id.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),n=Id&&Id.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),o=Id&&Id.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var o in e)"default"!==o&&Object.hasOwnProperty.call(e,o)&&r(t,e,o);return n(t,e),t},i=Id&&Id.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(t,"__esModule",{value:!0}),t._readLinuxVersionFile=t._getOsVersion=t._findMatch=void 0;const s=o(Ot()),a=u(),c=Ur,l=dn,f=Gr;t._findMatch=function(t,r,n,o){return i(this,void 0,void 0,(function*(){const i=c.platform();let u,l,f;for(const c of n){const n=c.version;if(a.debug(`check ${n} satisfies ${t}`),s.satisfies(n,t)&&(!r||c.stable===r)&&(f=c.files.find((t=>{a.debug(`${t.arch}===${o} && ${t.platform}===${i}`);let r=t.arch===o&&t.platform===i;if(r&&t.platform_version){const n=e.exports._getOsVersion();r=n===t.platform_version||s.satisfies(n,t.platform_version)}return r})),f)){a.debug("matched "+c.version),l=c;break}}return l&&f&&(u=Object.assign({},l),u.files=[f]),u}))},t._getOsVersion=function(){const t=c.platform();let r="";if("darwin"===t)r=""+l.execSync("sw_vers -productVersion");else if("linux"===t){const t=e.exports._readLinuxVersionFile();if(t){const e=t.split("\n");for(const t of e){const e=t.split("=");if(2===e.length&&("VERSION_ID"===e[0].trim()||"DISTRIB_RELEASE"===e[0].trim())){r=e[1].trim().replace(/^"/,"").replace(/"$/,"");break}}}}return r},t._readLinuxVersionFile=function(){const e="/etc/lsb-release",t="/etc/os-release";let r="";return f.existsSync(e)?r=""+f.readFileSync(e):f.existsSync(t)&&(r=""+f.readFileSync(t)),r}}(Rd,Rd.exports)),Rd.exports)),_=h(Ur),b=h(Xr),O=h(Eo),R=h(Ot()),S=h(yn),I=h(fn),T=hn,x=v(function(){if(wd)return gd;wd=1;var e=function(){if(md)return hd;md=1;var e=Fr;return hd=function(){return e.randomBytes(16)}}(),t=function(){if(yd)return vd;yd=1;for(var e=[],t=0;256>t;++t)e[t]=(t+256).toString(16).substr(1);return vd=function(t,r){var n=r||0;return""+e[t[n++]]+e[t[n++]]+e[t[n++]]+e[t[n++]]+"-"+e[t[n++]]+e[t[n++]]+"-"+e[t[n++]]+e[t[n++]]+"-"+e[t[n++]]+e[t[n++]]+"-"+e[t[n++]]+e[t[n++]]+e[t[n++]]+e[t[n++]]+e[t[n++]]+e[t[n++]]}}();return gd=function(r,n,o){var i=n&&o||0;"string"==typeof r&&(n="binary"===r?Array(16):null,r=null);var s=(r=r||{}).random||(r.rng||e)();if(s[6]=15&s[6]|64,s[8]=63&s[8]|128,n)for(var a=0;16>a;++a)n[i+a]=s[a];return n||t(s)}}()),P=c(),N=function(){if(Ed)return Td;Ed=1;var e=Td&&Td.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r),Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[r]}})}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),t=Td&&Td.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),r=Td&&Td.__importStar||function(r){if(r&&r.__esModule)return r;var n={};if(null!=r)for(var o in r)"default"!==o&&Object.hasOwnProperty.call(r,o)&&e(n,r,o);return t(n,r),n},n=Td&&Td.__awaiter||function(e,t,r,n){return new(r||(r=Promise))((function(o,i){function s(e){try{c(n.next(e))}catch(t){i(t)}}function a(e){try{c(n.throw(e))}catch(t){i(t)}}function c(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(s,a)}c((n=n.apply(e,t||[])).next())}))};Object.defineProperty(Td,"__esModule",{value:!0}),Td.RetryHelper=void 0;const o=r(u());return Td.RetryHelper=class{constructor(e,t,r){if(1>e)throw Error("max attempts should be greater than or equal to 1");if(this.maxAttempts=e,this.minSeconds=Math.floor(t),this.maxSeconds=Math.floor(r),this.minSeconds>this.maxSeconds)throw Error("min seconds should be less than or equal to max seconds")}execute(e,t){return n(this,void 0,void 0,(function*(){let r=1;for(;this.maxAttempts>r;){try{return yield e()}catch(n){if(t&&!t(n))throw n;o.info(n.message)}const i=this.getSleepAmount();o.info(`Waiting ${i} seconds before trying again`),yield this.sleep(i),r++}return yield e()}))}getSleepAmount(){return Math.floor(Math.random()*(this.maxSeconds-this.minSeconds+1))+this.minSeconds}sleep(e){return n(this,void 0,void 0,(function*(){return new Promise((t=>setTimeout(t,1e3*e)))}))}},Td}();class $ extends Error{constructor(e){super("Unexpected HTTP response: "+e),this.httpStatusCode=e,Object.setPrototypeOf(this,new.target.prototype)}}Od.HTTPError=$;const A="win32"===process.platform,C="darwin"===process.platform;return Od.downloadTool=function(e,t,r,n){return m(this,void 0,void 0,(function*(){t=t||b.join(l(),x.default()),yield g.mkdirP(b.dirname(t)),y.debug("Downloading "+e),y.debug("Destination "+t);const o=f("TEST_DOWNLOAD_TOOL_RETRY_MIN_SECONDS",10),i=f("TEST_DOWNLOAD_TOOL_RETRY_MAX_SECONDS",20),s=new N.RetryHelper(3,o,i);return yield s.execute((()=>m(this,void 0,void 0,(function*(){return yield function(e,t,r,n){return m(this,void 0,void 0,(function*(){if(w.existsSync(t))throw Error(`Destination file path ${t} already exists`);const o=new O.HttpClient("actions/tool-cache",[],{allowRetries:!1});r&&(y.debug("set auth"),void 0===n&&(n={}),n.authorization=r);const i=yield o.get(e,n);if(200!==i.message.statusCode){const t=new $(i.message.statusCode);throw y.debug(`Failed to download from "${e}". Code(${i.message.statusCode}) Message(${i.message.statusMessage})`),t}const s=I.promisify(S.pipeline),a=f("TEST_DOWNLOAD_TOOL_RESPONSE_MESSAGE_FACTORY",(()=>i.message))();let c=!1;try{return yield s(a,w.createWriteStream(t)),y.debug("download complete"),c=!0,t}finally{if(!c){y.debug("download failed");try{yield g.rmRF(t)}catch(u){y.debug(`Failed to delete '${t}'. ${u.message}`)}}}}))}(e,t||"",r,n)}))),(e=>!(e instanceof $&&e.httpStatusCode&&500>e.httpStatusCode&&408!==e.httpStatusCode&&429!==e.httpStatusCode)))}))},Od.extract7z=function(e,r,n){return m(this,void 0,void 0,(function*(){T.ok(A,"extract7z() not supported on current OS"),T.ok(e,'parameter "file" is required'),r=yield t(r);const o=process.cwd();if(process.chdir(r),n)try{const t=["x",y.isDebug()?"-bb1":"-bb0","-bd","-sccUTF-8",e],r={silent:!0};yield P.exec(`"${n}"`,t,r)}finally{process.chdir(o)}else{const t=["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${b.join(__dirname,"..","scripts","Invoke-7zdec.ps1").replace(/'/g,"''").replace(/"|\n|\r/g,"")}' -Source '${e.replace(/'/g,"''").replace(/"|\n|\r/g,"")}' -Target '${r.replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`],n={silent:!0};try{const e=yield g.which("powershell",!0);yield P.exec(`"${e}"`,t,n)}finally{process.chdir(o)}}return r}))},Od.extractTar=function(e,r,n="xz"){return m(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'file' is required");r=yield t(r),y.debug("Checking tar --version");let o="";yield P.exec("tar --version",[],{ignoreReturnCode:!0,silent:!0,listeners:{stdout:e=>o+=""+e,stderr:e=>o+=""+e}}),y.debug(o.trim());const i=o.toUpperCase().includes("GNU TAR");let s;s=n instanceof Array?n:[n],y.isDebug()&&!n.includes("v")&&s.push("-v");let a=r,c=e;return A&&i&&(s.push("--force-local"),a=r.replace(/\\/g,"/"),c=e.replace(/\\/g,"/")),i&&(s.push("--warning=no-unknown-keyword"),s.push("--overwrite")),s.push("-C",a,"-f",c),yield P.exec("tar",s),r}))},Od.extractXar=function(e,r,n=[]){return m(this,void 0,void 0,(function*(){let o;T.ok(C,"extractXar() not supported on current OS"),T.ok(e,'parameter "file" is required'),r=yield t(r),o=n instanceof Array?n:[n],o.push("-x","-C",r,"-f",e),y.isDebug()&&o.push("-v");const i=yield g.which("xar",!0);var s;return yield P.exec(`"${i}"`,(s=o,Array.from(new Set(s)))),r}))},Od.extractZip=function(e,r){return m(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'file' is required");return r=yield t(r),A?yield function(e,t){return m(this,void 0,void 0,(function*(){const r=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),n=t.replace(/'/g,"''").replace(/"|\n|\r/g,""),o=yield g.which("pwsh",!1);if(o){const e=["-NoLogo","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",["$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.ZipFile } catch { } ;",`try { [System.IO.Compression.ZipFile]::ExtractToDirectory('${r}', '${n}', $true) }`,`catch { if (($_.Exception.GetType().FullName -eq 'System.Management.Automation.MethodException') -or ($_.Exception.GetType().FullName -eq 'System.Management.Automation.RuntimeException') ){ Expand-Archive -LiteralPath '${r}' -DestinationPath '${n}' -Force } else { throw $_ } } ;`].join(" ")];y.debug("Using pwsh at path: "+o),yield P.exec(`"${o}"`,e)}else{const e=["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",["$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ;",`if ((Get-Command -Name Expand-Archive -Module Microsoft.PowerShell.Archive -ErrorAction Ignore)) { Expand-Archive -LiteralPath '${r}' -DestinationPath '${n}' -Force }`,`else {[System.IO.Compression.ZipFile]::ExtractToDirectory('${r}', '${n}', $true) }`].join(" ")],t=yield g.which("powershell",!0);y.debug("Using powershell at path: "+t),yield P.exec(`"${t}"`,e)}}))}(e,r):yield function(e,t){return m(this,void 0,void 0,(function*(){const r=yield g.which("unzip",!0),n=[e];y.isDebug()||n.unshift("-q"),n.unshift("-o"),yield P.exec(`"${r}"`,n,{cwd:t})}))}(e,r),r}))},Od.cacheDir=function(e,t,o,i){return m(this,void 0,void 0,(function*(){if(o=R.clean(o)||o,i=i||_.arch(),y.debug(`Caching tool ${t} ${o} ${i}`),y.debug("source dir: "+e),!w.statSync(e).isDirectory())throw Error("sourceDir is not a directory");const s=yield r(t,o,i);for(const t of w.readdirSync(e)){const r=b.join(e,t);yield g.cp(r,s,{recursive:!0})}return n(t,o,i),s}))},Od.cacheFile=function(e,t,o,i,s){return m(this,void 0,void 0,(function*(){if(i=R.clean(i)||i,s=s||_.arch(),y.debug(`Caching tool ${o} ${i} ${s}`),y.debug("source file: "+e),!w.statSync(e).isFile())throw Error("sourceFile is not a file");const a=yield r(o,i,s),c=b.join(a,t);return y.debug("destination file "+c),yield g.cp(e,c),n(o,i,s),a}))},Od.find=function(t,r,n){if(!t)throw Error("toolName parameter is required");if(!r)throw Error("versionSpec parameter is required");n=n||_.arch(),o(r)||(r=i(e(t,n),r));let a="";if(r){r=R.clean(r)||"";const e=b.join(s(),t,r,n);y.debug("checking cache: "+e),w.existsSync(e)&&w.existsSync(e+".complete")?(y.debug(`Found tool in cache ${t} ${r} ${n}`),a=e):y.debug("not found")}return a},Od.findAllVersions=e,Od.getManifestFromRepo=function(e,t,r,n="master"){return m(this,void 0,void 0,(function*(){let o=[];const i=`https://api.github.com/repos/${e}/${t}/git/trees/${n}`,s=new O.HttpClient("tool-cache"),a={};r&&(y.debug("set auth"),a.authorization=r);const c=yield s.getJson(i,a);if(!c.result)return o;let u="";for(const e of c.result.tree)if("versions-manifest.json"===e.path){u=e.url;break}a.accept="application/vnd.github.VERSION.raw";let l=yield(yield s.get(u,a)).readBody();if(l){l=l.replace(/^\uFEFF/,"");try{o=JSON.parse(l)}catch(f){y.debug("Invalid json")}}return o}))},Od.findFromManifest=function(e,t,r,n=_.arch()){return m(this,void 0,void 0,(function*(){return yield E._findMatch(e,t,r,n)}))},Od.isExplicitVersion=o,Od.evaluateVersions=i,Od}(),Pd={};const Nd=e(function(){function e(r,n){if(!r||!n)throw Error("retry-as-promised must be passed a callback and a options set");const o={$current:"$current"in(n="number"==typeof n?{max:n}:n)?n.$current:1,max:n.max,timeout:n.timeout||void 0,match:n.match?Array.isArray(n.match)?n.match:[n.match]:[],backoffBase:void 0===n.backoffBase?100:n.backoffBase,backoffExponent:n.backoffExponent||1.1,report:n.report,name:n.name||r.name||"unknown"};return o.match&&!Array.isArray(o.match)&&(o.match=[o.match]),o.report&&o.report("Trying "+o.name+" #"+o.$current+" at "+(new Date).toLocaleTimeString(),o),new Promise((function(n,i){let s,a,c;o.timeout&&(s=setTimeout((function(){a&&clearTimeout(a),i(new t(o.name+" timed out",c))}),o.timeout)),Promise.resolve(r({current:o.$current})).then(n).then((function(){s&&clearTimeout(s),a&&clearTimeout(a)})).catch((function(t){s&&clearTimeout(s),a&&clearTimeout(a),c=t,o.report&&o.report(t&&""+t||t,o,t);var u=o.max>o.$current;if(!u)return i(t);if(u=0===o.match.length||o.match.some((function(e){return function(e,t){if("function"==typeof e)try{if(t instanceof e)return!0}catch(r){return!!e(t)}return e===""+t||e===t.message||e instanceof RegExp&&(e.test(t.message)||e.test(""+t))}(e,t)})),!u)return i(t);var l=o.backoffBase*Math.pow(o.backoffExponent,o.$current-1);o.$current++,o.report&&o.report(`Retrying ${o.name} (${o.$current})`,o),l?(o.report&&o.report(`Delaying retry of ${o.name} by ${l}`,o),a=setTimeout((function(){e(r,o).then(n).catch(i)}),l)):e(r,o).then(n).catch(i)}))}))}if(bd)return Pd;bd=1,Object.defineProperty(Pd,"__esModule",{value:!0}),Pd.retryAsPromised=Pd.TimeoutError=void 0;class t extends Error{constructor(e,t){super(e),this.name="TimeoutError",this.previous=t}}return Pd.TimeoutError=t,Pd.retryAsPromised=e,Pd.default=e,Pd}());var $d=a();let Ad;const{GITHUB_ACTIONS:Cd}=zn,Ld=e=>{if(e)if("object"==typeof e)e={mode:511,...e};else if("number"==typeof e)e={mode:e};else{if("string"!=typeof e)throw new TypeError("invalid options argument");e={mode:parseInt(e,8)}}else e={mode:511};const t=e,r=e.fs||{};return e.mkdir=e.mkdir||r.mkdir||Hr,e.mkdirAsync=e.mkdirAsync?e.mkdirAsync:async(e,r)=>new Promise(((n,o)=>t.mkdir(e,r,((e,t)=>e?o(e):n(t))))),e.stat=e.stat||r.stat||Vr,e.statAsync=e.statAsync?e.statAsync:async e=>new Promise(((r,n)=>t.stat(e,((e,t)=>e?n(e):r(t))))),e.statSync=e.statSync||r.statSync||qr,e.mkdirSync=e.mkdirSync||r.mkdirSync||zr,t},Dd=(e,t,r)=>{const n=Yr(e),o={...Ld(t),recursive:!1};if(n===e)try{return o.mkdirSync(e,o)}catch(i){if(i&&"EISDIR"!==i.code)throw i;return}try{return o.mkdirSync(e,o),r||e}catch(i){const t=i;if(t&&"ENOENT"===t.code)return Dd(e,o,Dd(n,o,r));if(t&&"EEXIST"!==t.code&&t&&"EROFS"!==t.code)throw i;try{if(!o.statSync(e).isDirectory())throw i}catch(s){throw i}}},kd=Object.assign((async(e,t,r)=>{const n=Ld(t);n.recursive=!1;const o=Yr(e);return o===e?n.mkdirAsync(e,n).catch((e=>{if(e&&"EISDIR"!==e.code)throw e})):n.mkdirAsync(e,n).then((()=>r||e),(async t=>{const i=t;if(i&&"ENOENT"===i.code)return kd(o,n).then((t=>kd(e,n,t)));if(i&&"EEXIST"!==i.code&&"EROFS"!==i.code)throw t;return n.statAsync(e).then((e=>{if(e.isDirectory())return r;throw t}),(()=>{throw t}))}))}),{sync:Dd}),Ud=async(e,t,r)=>{if(r!==t)return e.statAsync(t).then((e=>e.isDirectory()?r:void 0),(r=>r&&"ENOENT"===r.code?Ud(e,Yr(t),t):void 0))},jd=(e,t,r)=>{if(r!==t)try{return e.statSync(t).isDirectory()?r:void 0}catch(n){return n&&"ENOENT"===n.code?jd(e,Yr(t),t):void 0}},Md=(e,t)=>{const r=Ld(t);if(r.recursive=!0,Yr(e)===e)return r.mkdirSync(e,r);const n=jd(r,e);try{return r.mkdirSync(e,r),n}catch(o){if(o&&"ENOENT"===o.code)return Dd(e,r);throw o}},Fd=Object.assign((async(e,t)=>{const r={...Ld(t),recursive:!0};return Yr(e)===e?await r.mkdirAsync(e,r):Ud(r,e).then((t=>r.mkdirAsync(e,r).then((e=>t||e)).catch((t=>{if(t&&"ENOENT"===t.code)return kd(e,r);throw t}))))}),{sync:Md}),Gd=process.env.__TESTING_MKDIRP_PLATFORM__||process.platform,Bd=e=>{if(/\0/.test(e))throw Object.assign(new TypeError("path must be a string without null bytes"),{path:e,code:"ERR_INVALID_ARG_VALUE"});if(e=rn(e),"win32"===Gd){const t=/[*|"<>?:]/,{root:r}=nn(e);if(t.test(e.substring(r.length)))throw Object.assign(Error("Illegal characters in path."),{path:e,code:"EINVAL"})}return e},Hd=(process.env.__TESTING_MKDIRP_NODE_VERSION__||process.version).replace(/^v/,"").split("."),Vd=+Hd[0]>10||10==+Hd[0]&&+Hd[1]>=12,qd=Vd?e=>Ld(e).mkdirSync===zr:()=>!1,zd=Object.assign(Vd?e=>Ld(e).mkdir===Hr:()=>!1,{sync:qd}),Xd=(e,t)=>{e=Bd(e);const r=Ld(t);return qd(r)?Md(e,r):Dd(e,r)},Wd=Object.assign((async(e,t)=>{e=Bd(e);const r=Ld(t);return zd(r)?Fd(e,r):kd(e,r)}),{mkdirpSync:Xd,mkdirpNative:Fd,mkdirpNativeSync:Md,mkdirpManual:kd,mkdirpManualSync:Dd,sync:Xd,native:Fd,nativeSync:Md,manual:kd,manualSync:Dd,useNative:zd,useNativeSync:qd});var Kd=c();const Yd=e(Re()),Jd=e(ke()),Qd=e(be()),Zd=/v?(\d\S*)/,eh=Mu((function(){const e="string"==typeof __dirname?__dirname:Xr.dirname(jn(import.meta.url)),t=Xr.join(e,"versions.json");return JSON.parse(Gr.readFileSync(t,"utf-8"))})),{GITHUB_ACTIONS:th}=zn,rh=Mu((async function(e){const t=[];"linux"===process.platform?t.push("/home/runner/.local/bin/"):"darwin"===process.platform&&t.push("/usr/local/bin/");const r=(await Kd.getExecOutput(e+' -c "import sys;print(sys.base_exec_prefix);"')).stdout.trim();return t.push(Wr(r,"Scripts"),Wr(r,"Scripts","bin"),Wr(r,"bin")),function(e){return[...new Set(e)]}(t)}),{promise:!0});var nh,oh={},ih=function(){if(nh)return oh;nh=1,Object.defineProperty(oh,"__esModule",{value:!0}),oh.getUbuntuVersion=void 0;const e=dn;return oh.getUbuntuVersion=async function(){if("linux"!==process.platform)return[];const t=await(r="lsb_release",n=["-a"],new Promise(((t,o)=>{e.execFile(r,n,{encoding:"utf8",shell:!1},((e,i,s)=>{if(e)return"errno"in e&&"ENOENT"===e.code?void t(null):void o(Error(`Could not execute \`${r} ${n.join(" ")}\`: ${e} (stderr=${s})`));t(i)}))})));var r,n;if(null===t)return[];const o=/^Distributor ID:\s*(.+)$/,i=/^Description:\s*Ubuntu\s+(\d+)\.(\d+)(?:\.(\d+))?/,s=/^Release:\s*(\d+)\.(\d+)(?:\.(\d+))?$/;let a=null,c=null,u=!1;for(const e of t.split("\n")){const t=e.match(o);if(null!==t){if("Ubuntu"!==t[1])return[];u=!0}const r=e.match(i);r&&(a=r);const n=e.match(s);if(n&&(c=n),u&&a&&c)break}if(!u)return[];for(const e of[a,c])if(e){const t=[e[1],e[2]];return e[3]&&t.push(e[3]),t.map((e=>parseInt(e,10)))}return[]},oh}();const sh=Mu((async function(){try{if(st()){try{null===Lp.sync("lsb_release",{nothrow:!0})&&await Ye([{name:"lsb-release"}])}catch{return Vt()}const e=await ih.getUbuntuVersion();return 0===e.length?Vt():e}return null}catch(e){return f(""+e),null}}),{promise:!0}),ah=Mu((async function(){let e=process.env.PIPX_HOME;if(void 0!==e)return e;const t=se("~/.local/pipx");if(await ie(t))return t;switch(process.platform){case"win32":e=se("~/AppData/Local/pipx");break;case"darwin":e=se("~/Library/Application Support/pipx");break;default:e=se("~/.local/share/pipx")}return await Wd(e),await Wd(Wr(e,"trash")),await Wd(Wr(e,"shared")),await Wd(Wr(e,"venv")),e}),{promise:!0}),ch=Mu((async function(){if(void 0!==process.env.PIPX_BIN_DIR)return process.env.PIPX_BIN_DIR;const e=se("~/.local/bin");return await fe(e,Xh),await Wd(e),e}),{promise:!0});let uh;const lh=new Map([[24,["Sequoia","15"]],[23,["Sonoma","14"]],[22,["Ventura","13"]],[21,["Monterey","12"]],[20,["Big Sur","11"]],[19,["Catalina","10.15"]],[18,["Mojave","10.14"]],[17,["High Sierra","10.13"]],[16,["Sierra","10.12"]],[15,["El Capitan","10.11"]],[14,["Yosemite","10.10"]],[13,["Mavericks","10.9"]],[12,["Mountain Lion","10.8"]],[11,["Lion","10.7"]],[10,["Snow Leopard","10.6"]],[9,["Leopard","10.5"]],[8,["Tiger","10.4"]],[7,["Panther","10.3"]],[6,["Jaguar","10.2"]],[5,["Puma","10.1"]]]),fh=Mu((function(){if("darwin"!==process.platform)return[];const{version:e}=function(e){e=Number((e||Nn.release()).split(".")[0]);const[t,r]=lh.get(e)||["Unknown",""];return{name:t,version:r}}();return e.split(".").map((e=>Number.parseInt(e,10)))})),ph=e(Oe()),{GITHUB_ACTIONS:dh}=zn,hh="string"==typeof __dirname?__dirname:Xr.dirname(jn(import.meta.url)),{GITHUB_ACTIONS:mh}=zn,vh="string"==typeof __dirname?__dirname:Xr.dirname(jn(import.meta.url)),yh="string"==typeof __dirname?__dirname:Xr.dirname(jn(import.meta.url)),gh="string"==typeof __dirname?__dirname:Xr.dirname(jn(import.meta.url));class wh extends Error{constructor(e){super(e),this.name="TimeoutError"}}class Eh extends Error{constructor(e){super(),this.name="AbortError",this.message=e}}const _h=e=>void 0===globalThis.DOMException?new Eh(e):new DOMException(e),bh=e=>{const t=void 0===e.reason?_h("This operation was aborted."):e.reason;return t instanceof Error?t:_h(t)};var Oh,Rh={},Sh=function(){function e(e){return Object.values(m).includes(e)?e:e in m?m[e]:e}function t(e){if(Object.keys(m).includes(e))return e;for(const[t,r]of Object.entries(m))if(r===e)return t;return e}function r(e,t){try{return(""+s.execSync(`vswhere -products * ${t} -prerelease -property installationPath`)).trim()+"\\"+e}catch(r){i.warning("vswhere failed: "+r)}return null}function n(n){const o=e(n);let s;if(o){const e=o.split(".")[0]+".9";s=`-version "${o},${e}"`}else s="-latest";let c=r("VC\\Auxiliary\\Build\\vcvarsall.bat",s);if(c&&a.existsSync(c))return i.info("Found with vswhere: "+c),c;i.info("Not found with vswhere");const u=n?[t(n)]:h;for(const e of p)for(const t of u)for(const r of d)if(c=`${e}\\Microsoft Visual Studio\\${t}\\${r}\\VC\\Auxiliary\\Build\\vcvarsall.bat`,i.info("Trying standard location: "+c),a.existsSync(c))return i.info("Found standard location: "+c),c;if(i.info("Not found in standard locations"),c=f+"\\Microsoft Visual C++ Build Tools\\vcbuildtools.bat",a.existsSync(c))return i.info("Found VS 2015: "+c),c;throw i.info("Not found in VS 2015 location: "+c),Error("Microsoft Visual Studio not found")}function o(e){return-1!=["PATH","INCLUDE","LIB","LIBPATH"].indexOf(e.toUpperCase())}if(Oh)return Rh;Oh=1;const i=u(),s=dn,a=Gr,c=Xr,l=kn,f=l.env["ProgramFiles(x86)"],p=[l.env["ProgramFiles(x86)"],l.env.ProgramFiles],d=["Enterprise","Professional","Community","BuildTools"],h=["2022","2019","2017"],m={2022:"17.0",2019:"16.0",2017:"15.0",2015:"14.0",2013:"12.0"};Rh.vsversion_to_versionnumber=e,Rh.vsversion_to_year=t;const v=f+"\\Microsoft Visual Studio\\Installer";return Rh.findWithVswhere=r,Rh.findVcvarsall=n,Rh.setupMSVCDevCmd=function(e,t,r,a,u,f){if("win32"!=l.platform)return void i.info("This is not a Windows virtual environment, bye!");l.env.PATH+=c.delimiter+v;let p={win32:"x86",win64:"x64",x86_64:"x64","x86-64":"x64"};e.toLowerCase()in p&&(e=p[e.toLowerCase()]);var d=[e];a&&!0===JSON.parse(a)&&d.push("uwp"),t&&d.push(t),r&&d.push("-vcvars_ver="+r),u&&!0===JSON.parse(u)&&d.push("-vcvars_spectre_libs=spectre");const h=`"${n(f)}" ${d.join(" ")}`;i.debug("vcvars command-line: "+h);const m=(""+s.execSync(`set && cls && ${h} && cls && set`,{shell:"cmd"})).split("\f"),y=m[0].split("\r\n"),g=m[1].split("\r\n"),w=m[2].split("\r\n"),E=g.filter((e=>!(!e.match(/^\[ERROR.*\]/)||e.match(/Error in script usage. The correct usage is:$/))));if(E.length>0)throw Error("invalid parameters\r\n"+E.join("\r\n"));let _={};for(let n of y){const[e,t]=n.split("=");_[e]=t}i.startGroup("Environment variables");for(let n of w){if(!n.includes("="))continue;let[e,t]=n.split("=");t!==_[e]&&(i.info("Setting "+e),o(e)&&(t=t.split(";").filter((function(e,t,r){return r.indexOf(e)===t})).join(";")),i.exportVariable(e,t))}i.endGroup(),i.info("Configured Developer Command Prompt")},Rh}(),Ih=(e=>(e[e.All=0]="All",e[e.ClangFormat=1]="ClangFormat",e[e.Core=2]="Core",e))(Ih||{});const Th="string"==typeof __dirname?__dirname:Xr.dirname(jn(import.meta.url)),{GITHUB_ACTIONS:xh}=zn,Ph="string"==typeof __dirname?__dirname:Xr.dirname(jn(import.meta.url)),Nh=Mu((async function(e,t,r){const[n,o]=await Promise.all([Ir(e,t,r),xr()]);return await Ah(r),n}),{promise:!0}),$h=Mu((async function(e){if(st())if(e>10)await Ye([{name:"libtinfo-dev"}]);else try{await Ye([{name:"libtinfo5"}])}catch(t){d(`Failed to install libtinfo5 ${t}\nManually installing the package`);const e=`libtinfo5_6.3-2ubuntu0.1_${sd.includes(process.arch)?"amd64":cd.includes(process.arch)?"arm64":process.arch}.deb`,r="http://launchpadlibrarian.net/666971015/"+e,n=new gp.DownloaderHelper(r,Mr(),{fileName:e});n.on("error",(e=>{throw Error(`Failed to download ${r}: ${e}`)})),await n.start(),x("dpkg",["-i",Wr(Mr(),e)])}else it()?await lt("ncurses5-compat-libs",void 0,"yay"):ot()&&await ut([{name:"ncurses-compat-libs"}])}),{promise:!0}),Ah=Mu((async function(e){"linux"===process.platform&&await fr(Dt("gcc",void 0,await sh()),"",e,40)}),{promise:!0}),{GITHUB_ACTIONS:Ch}=zn,Lh="string"==typeof __dirname?__dirname:Xr.dirname(jn(import.meta.url));let Dh,kh=!1;const Uh={llvm:Or,clang:Or,"clang++":Or},jh={gcc:fr,"g++":fr},Mh={mingw:sr},Fh={msvc:Pr,cl:Pr,msbuild:Pr,visualstudio:Pr},Gh={appleclang:wr,applellvm:wr,"apple-clang":wr,"apple-llvm":wr},Bh={cmakelang:Jt,"cmake-lint":Jt,"cmake-format":Jt,cmakelint:Jt,cmakeformat:Jt},Hh=["llvm","clang","clang++","clang-tidy","clang-format","clangtidy","clangformat"],Vh={nala:async function(e,t,r){if(!st())return;if("string"==typeof Dh)return{binDir:Dh};const n=Lp.sync("nala",{nothrow:!0});if(null!==n)return Dh=Yr(n),{binDir:Dh};await Ye([{name:"python3-apt"}]),Dh="/usr/bin";try{const t=await We({name:"nala",version:e});if(void 0!==t)return await Ye([{name:t}]),{binDir:Dh}}catch(o){d("Failed to install nala: "+o)}try{const e=await We({name:"nala-legacy"});if(void 0!==e)return await Ye([{name:e}],!0),{binDir:Dh}}catch(o){d("Failed to install nala-legacy: "+o)}return await async function(){const e=new gp.DownloaderHelper("https://gitlab.com/volian/volian-archive/-/raw/main/install-nala.sh",Mr(),{fileName:"install-nala.sh"});e.on("error",(e=>{throw Error("Failed to download install-nala.sh: "+e)})),await e.start();const t=Wr(Mr(),"install-nala.sh"),r=await On(t,"utf8");await Rn(t,r.replace(/sudo/g,"")),await Ye([{name:"wget"}]);try{x("bash",[t])}catch(o){l("Failed to install nala via installer: "+o),x("apt",["install","-y","-t","nala","nala"])}}(),{binDir:Dh}},brew:et,choco:at,python:jt,powershell:Cr,pwsh:Cr,...Uh,...jh,...Mh,...Fh,...Gh,...Bh,cmake:At,ninja:mr,vcpkg:async function(e,t,r){return kh&&null!==Lp.sync("vcpkg",{nothrow:!0})?{binDir:Yr(Lp.sync("vcpkg"))}:("linux"===process.platform&&(it()?await Promise.all([lt("curl"),lt("zip"),lt("unzip"),lt("tar"),lt("git"),lt("pkg-config")]):ot()?await ut([{name:"curl"},{name:"zip"},{name:"unzip"},{name:"tar"},{name:"git"},{name:"pkg-config"}]):st()&&await Ye([{name:"curl"},{name:"zip"},{name:"unzip"},{name:"tar"},{name:"git"},{name:"pkg-config"}])),await ie(Wr(t,gt("bootstrap-vcpkg",".bat")))?p(`Vcpkg folder already exists at ${t}. Skipping the clone`):E("git",["clone","https://github.com/microsoft/vcpkg"],{cwd:Yr(t),stdio:"inherit"}),""!==e&&"true"!==e&&(d("Checking out vcpkg version "+e),E("git",["checkout",e],{cwd:t,stdio:"inherit"})),E(gt(wt("bootstrap-vcpkg"),".bat"),{cwd:t,shell:!0,stdio:"inherit"}),await C(t),await fe(t,Xh),kh=!0,{binDir:t})},bazel:async function(e,t,r){switch(process.platform){case"win32":return ct("bazelisk",e);case"darwin":return nt("bazelisk",e);case"linux":if(it())throw Error("installing bazel on Arch linux is not supported yet");if(ot())return await ut([{name:"dnf-plugins-core"}]),x("dnf",["copr","enable","vbatts/bazel"]),ut([{name:"bazel4"}]);if(st())return x("bash",["-c",`echo "deb [arch=amd64 signed-by=${await Je({fileName:"bazel-archive-keyring.gpg",keyUrl:"https://bazel.build/bazel-release.pub.gpg"})}] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list`]),Ye([{name:"bazel",version:e}],!0);throw Error("Unsupported linux distribution");default:throw Error("Unsupported platform")}},conan:function(e,t,r){return qt("conan",e)},meson:function(e,t,r){return qt("meson",e)},gcovr:function(e,t,r){return qt("gcovr",e)},opencppcoverage:Nr,OpenCppCoverage:Nr,ccache:function(e,t,r){switch(process.platform){case"win32":return ct("ccache",e);case"darwin":return nt("ccache",e);case"linux":if(it())return lt("ccache",e);if(ot())return ut([{name:"ccache",version:e}]);if(st())return Ye([{name:"ccache",version:e}]);throw Error("Unsupported linux distribution");default:throw Error("Unsupported platform")}},sccache:function(e,t,r){switch(process.platform){case"win32":return ct("sccache",e);case"linux":case"darwin":return nt("sccache",e);default:throw Error("Unsupported platform")}},doxygen:async function(e,t,r){switch(process.platform){case"win32":{await Nd((()=>ct("doxygen.install",e)),{name:"doxygen.install",max:4,backoffBase:2e3,report:e=>d(e)});const t={binDir:await async function(){if("win32"===process.platform){for(const e of["C:/ProgramData/chocolatey/bin","C:/Program Files/doxygen/bin","C:/Program Files (x86)/doxygen"])if(await ie(Wr(e,"doxygen.exe")))return await fe(e,Xh),e;throw Error("Failed to find doxygen binary")}throw Error("Unsupported platform")}()};return await Qt(Dt("graphviz",void 0)),t}case"darwin":{const e=await nt("doxygen",void 0,{formula:!0});return fh()[0]>11&&await Qt(Dt("graphviz",void 0)),e}case"linux":{let o;if(""===e||it()||ot())if(it())o=await lt("doxygen",e);else{if(ot())return ut([{name:"doxygen",version:e}]);if(!st())throw Error("Unsupported linux distributions");o=await Ye([{name:"doxygen",version:e}])}else{if(!st())throw Error("Unsupported linux distributions");try{o=await Nt("doxygen",e,er,t,r);try{await Ye([{name:"libclang-cpp9"}])}catch(n){d("Failed to download libclang-cpp9 that might be needed for running doxygen. "+n)}}catch(n){p(`Failed to download doxygen binary. ${n}. Falling back to apt-get.`),o=await Ye([{name:"doxygen"}])}}return await Qt(Dt("graphviz",void 0,await sh())),o}default:throw Error("Unsupported platform")}},graphviz:Qt,cppcheck:async function(e,t,r){switch(process.platform){case"win32":return await ct("cppcheck",e),{binDir:await async function(){const e="C:/Program Files/Cppcheck";return await fe(e,Xh),e}()};case"darwin":return nt("cppcheck",e);case"linux":if(it())return lt("cppcheck",e);if(ot())return ut([{name:"ccache",version:e}]);if(st())return Ye([{name:"cppcheck",version:e}]);throw Error("Unsupported linux distribution");default:throw Error("Unsupported platform")}},cpplint:function(e,t,r){return qt("cpplint",e,{pythonVersion:">=3.8.0"})},flawfinder:function(e,t,r){return qt("flawfinder",e)},lizard:function(e,t,r){return qt("lizard",e)},infer:function(e,t,r){return Nt("infer",e,dr,t,r)},"clang-tidy":Sr,clangtidy:Sr,"clang-format":Rr,clangformat:Rr,vcvarsall:Er,kcov:async function(e,t,r){if("linux"!==process.platform)return void d("Kcov is not supported on non-linux");const n=e.split("-");let o=function(e){return e.match(/^v/)?e:"v"+e}(n[0]);const i=n[1],s=function(e){return Number.parseInt(e.replace(/^v/,""),10)}(o);let a;return 38===s&&(o="v38"),"binary"!==i||39>s?(a=await Nt("kcov",o,yr,t,r),a):(a=await Nt("kcov",o,vr,t,r),it()?await lt("binutils"):ot()?await ut([{name:"binutils"}]):st()&&await Ye([{name:"libbinutils"}]),a)},make:async function(e,t,r){switch(process.platform){case"win32":return ct("make",e);case"darwin":{await nt("make",e);const t=Wr(rt(),"opt/make/libexec/gnubin");return await fe(t,Xh),{binDir:t}}case"linux":if(it())return lt("make",e);if(ot())return ut([{name:"make",version:e}]);if(st())return Ye([{name:"make",version:e}]);throw Error("Unsupported linux distribution");default:throw Error("Unsupported platform")}},task:function(e,t,r){return Nt("task",e,Lr,t,r)},sevenzip:Rt,"7zip":Rt,"7z":Rt},qh=Object.keys(Vh),zh=["compiler","architecture","timeout",...qh],Xh={rcPath:se("~/.cpprc"),guard:"cpp"};(async function(e){let t=Promise.resolve();qn.GITHUB_ACTIONS||(t=async function(){try{await hp({pkg:mp})}catch(e){f("Failed to check for updates: "+(e instanceof Error?e.message+e.stack:e))}}(),process.env.ACTIONS_ALLOW_UNSECURE_COMMANDS="true");const r=function(e){return function(e,t){var r,n,o,i,s,a={_:[]},c=0,u=0,l=0,f=(e=e||[]).length;const p=void 0!==(t=t||{}).alias,d=void 0!==t.unknown,h=void 0!==t.default;if(t.alias=t.alias||{},t.string=Me(t.string),t.boolean=Me(t.boolean),p)for(r in t.alias)for(n=t.alias[r]=Me(t.alias[r]),c=0;n.length>c;c++)(t.alias[n[c]]=n.concat(r)).splice(c,1);for(c=t.boolean.length;c-- >0;)for(u=(n=t.alias[t.boolean[c]]||[]).length;u-- >0;)t.boolean.push(n[u]);for(c=t.string.length;c-- >0;)for(u=(n=t.alias[t.string[c]]||[]).length;u-- >0;)t.string.push(n[u]);if(h)for(r in t.default)if(i=typeof t.default[r],n=t.alias[r]=t.alias[r]||[],void 0!==t[i])for(t[i].push(r),c=0;n.length>c;c++)t[i].push(n[c]);const m=d?Object.keys(t.alias):[];for(c=0;f>c;c++){if("--"===(o=e[c])){a._=a._.concat(e.slice(++c));break}for(u=0;o.length>u&&45===o.charCodeAt(u);u++);if(0===u)a._.push(o);else if("no-"===o.substring(u,u+3)){if(i=o.substring(u+3),d&&!~m.indexOf(i))return t.unknown(o);a[i]=!1}else{for(l=u+1;o.length>l&&61!==o.charCodeAt(l);l++);for(i=o.substring(u,l),s=o.substring(++l)||c+1===f||45===(""+e[c+1]).charCodeAt(0)||e[++c],n=2===u?[i]:i,l=0;n.length>l;l++){if(i=n[l],d&&!~m.indexOf(i))return t.unknown("-".repeat(u)+i);Fe(a,i,n.length>l+1||s,t)}}}if(h)for(r in t.default)void 0===a[r]&&(a[r]=t.default[r]);if(p)for(r in a)for(n=t.alias[r]||[];n.length>0;)a[n.shift()]=a[r];return a}(e,{string:[...zh,"timeout"],default:Object.fromEntries(zh.map((e=>[e,Dr(e)]))),alias:{h:"help"},boolean:"help"})}(e);r.help&&(d('\nsetup-cpp [options]\nsetup-cpp --compiler llvm --cmake true --ninja true --ccache true --vcpkg true\n\nInstall all the tools required for building and testing C++/C projects.\n\n--architecture\t the cpu architecture to install the tools for. By default it uses the current CPU architecture.\n--timeout\t the timeout for the installation of each tool in minutes. By default it is 10 minutes.\n--compiler\t the <compiler> to install.\n \t You can specify the version instead of specifying just the name e.g: --compiler \'llvm-13.0.0\'\n--$tool_name\t pass "true" or pass the <version> you would like to install for this tool. e.g. --conan true or --conan "1.42.1"\n\nAll the available tools:\n'),console.table({"compiler and analyzer":{tools:"--llvm, --gcc, --msvc, --apple-clang, --vcvarsall"},"build system":{tools:"--cmake, --ninja, --meson, --make, --task, --bazel"},"package manager":{tools:"--vcpkg, --conan, --choco, --brew, --nala"},"analyzer/linter":{tools:"--clang-tidy, --clang-format, --cppcheck, --cpplint, --flawfinder, --lizard, --infer, , --cmakelang, --cmake-lint, --cmake-format"},cache:{tools:"--ccache, --sccache"},documentation:{tools:"--doxygen, --graphviz"},coverage:{tools:"--gcovr, --opencppcoverage, --kcov"},other:{tools:"--python, --powershell, --sevenzip"}},["tools"]));const n=r.architecture??process.arch,o=process.env.SETUP_CPP_DIR??se("~"),i=[],s=[],a=Sl.create({autoloadLocales:!0});let c,u;Sl.addLocale(xl),dl.addLocale(vl);const p=await sh(),h=void 0!==r.compiler?function(e){try{const t=e.split("-"),r=t[0];if(1 in t){const e=t[1];return null===Qd(e)&&d(`Invalid semver version ${e} used for the compiler.`),{compiler:r,version:e}}return{compiler:r,version:void 0}}catch(t){return l(`Failed to parse the compiler info ${e}: ${t}`),{compiler:e,version:void 0}}}(r.compiler):void 0;if(!function(e,t,r){const n=void 0!==r&&t.includes(r.compiler),o=(n?t:t.filter((e=>"compiler"!==e))).filter((t=>void 0!==e[t])),i=o.filter((t=>!Ut(n&&"compiler"===t&&void 0!==r?r.version:e[t]))),s=0!==i.length?n&&"compiler"===i[0]&&void 0!==r?r.version??"true":e[i[0]]??"true":"true";if(i.some((t=>n&&"compiler"===t&&void 0!==r?e.compiler!==`${r.compiler}-${s}`:e[t]!==s)))return!1;for(const a of o)e[a]=n&&"compiler"===a&&void 0!==r?`${r.compiler}-${s}`:s;return!0}(r,[...Hh,"compiler"],h))return l("The same version must be used for llvm, clang-format and clang-tidy"),1;it()&&"string"==typeof r.cppcheck&&"string"==typeof r.gcovr&&(d("installing python-pygments to avoid conflicts with cppcheck and gcovr on Arch linux"),await lt("python-pygments"));let m=!1;for(const l of qh){if(qn.isCI&&0!==s.length){m=!0;break}const e=r[l];void 0!==e&&(c=Date.now(),await _r(l,e,p,n,o,i,s,60*Number.parseFloat(r.timeout??"20")*1e3),u=Date.now(),d("took "+(a.format(c,u)||"0 seconds")))}if(!m&&void 0!==h){const e=Date.now();await async function(e,t,r,n,o,i,s){let a;try{if(Mo.startGroup(`Installing ${e} ${t??""}`),e in Uh)a=await Or(Dt("llvm",t,r),Wr(n,"llvm"),o),await ue("GCOV","llvm-cov gcov",Xh);else if(e in jh){const e=Dt("gcc",t,r);a=await fr(e,Wr(n,"gcc"),o),await pr(e)}else if(e in Mh){const e=Dt("mingw",t,r);a=await sr(e,Wr(n,"gcc"),o),await pr(e)}else e in Fh?a=await Pr(Dt("msvc",t,r),Wr(n,"msvc"),o):e in Gh?await wr():(a=null,s.push("Unsupported compiler "+e))}catch(c){l(c),s.push(`Failed to install the ${e} ${t}`)}null!==a&&i.push(kr(e,a)),Mo.endGroup()}(h.compiler,h.version,p,o,n,i,s);const t=Date.now();d("took "+(a.format(e,t)||"0 seconds"))}if(await async function(e){if(await ie(e.rcPath)){const t=(await Bu(e.rcPath,"utf-8")).split("\n"),r=[...new Set(t.reverse())].reverse();await Hu(e.rcPath,r.join("\n")),await C(e.rcPath)}}(Xh),0===i.length&&0===s.length)return f("setup-cpp was called without any arguments. Nothing to do."),0;for(const l of i)console.log(`[32m${l}[0m`);for(const f of s)l(f);if(d("setup-cpp finished"),!qn.GITHUB_ACTIONS)switch(process.platform){case"win32":f("Run `RefreshEnv.cmd` or restart your shell to update the environment.");break;case"linux":case"darwin":f("Run `source ~/.cpprc` or restart your shell to update the environment.")}return await t,0===s.length?0:1})(process.argv).then((e=>{process.exitCode=e})).catch((e=>{l("main() panicked!"),l(e),process.exitCode=1}));export{go as H,Mo as a,zn as b,Gn as c,Kd as e,e as g,d as i,ie as p,je as r,xd as t,f as w};
//# sourceMappingURL=setup-cpp.mjs.map