setup-cpp/dist/setup_cpp.js

3 lines
159 KiB
JavaScript
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function e(e,t,r,s){Object.defineProperty(e,t,{get:r,set:s,enumerable:!0,configurable:!0})}function t(e){return e&&e.__esModule?e.default:e}function r(e,t,s){if("function"==typeof t&&(s=t,t={}),!s){if("function"!=typeof Promise)throw new TypeError("callback not provided");return new Promise(((s,i)=>{r(e,t||{},((e,t)=>{e?i(e):s(t)}))}))}ze(e,t||{},((e,r)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,r=!1),s(e,r)}))}function s(e,r,s){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof Ye)return{binDir:Ye};const i=t(Ue).sync("brew",{nothrow:!0});return null!==i?(Ye=xe.dirname(i),{binDir:Ye}):(Te.execFileSync('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),Ye="/usr/local/bin/",{binDir:Ye})}function i(e,t){const r=e.options.env||process.env,s=process.cwd(),i=null!=e.options.cwd,o=i&&void 0!==process.chdir&&!process.chdir.disabled;if(o)try{process.chdir(e.options.cwd)}catch(e){}let n;try{n=Ue.sync(e.command,{path:r[Qe({env:r})],pathExt:t?xe.delimiter:void 0})}catch(e){}finally{o&&process.chdir(s)}return n&&(n=xe.resolve(i?e.options.cwd:"",n)),n}function o(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 n(e,t){return lt&&1===e&&!t.file?o(t.original,"spawn"):null}function a(e,t,r){const s=Ze(e,t,r),i=Te.spawn(s.command,s.args,s.options);return ct.hookChildProcess(i,s),i}async function c(e,t){if(!e)throw Error("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,s=nr(t);return await new Promise(((t,i)=>{const o=e=>{e&&s.getBufferedLength()<=cr.MAX_LENGTH&&(e.bufferedData=s.getBufferedValue()),i(e)};(async()=>{try{await ur(e,s),t()}catch(e){o(e)}})(),s.on("data",(()=>{s.getBufferedLength()>r&&o(new dr)}))})),s.getBufferedValue()}function l(){var e;return void 0!==Nr||(Nr=(!!process.env.CI||0===(null===(e=process.getuid)||void 0===e?void 0:e.call(process)))&&null!==t(Ue).sync("sudo",{nothrow:!0})),Nr}function u(e,r,s){return l()?t(Je).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:s,stdio:"inherit"}):t(Je).sync(e,r,{stdio:"inherit"})}function d(e){return l()&&"string"==typeof process.env.SUDO_USER?"darwin"===process.platform?xe.join("/Users/",process.env.SUDO_USER,e):xe.join("/home/",process.env.SUDO_USER,e):t(Lr)("~/"+e)}function p(e,r=["-NoProfile","-NoLogo","-NonInteractive"]){return t(Je)((()=>{if(void 0===Mr){const e=t(Ue).sync("pwsh",{nothrow:!0});null!==e&&(Mr=e);const r=t(Ue).sync("powershell",{nothrow:!0});null!==r&&(Mr=r)}if(void 0===Mr)throw Error("Could not find powershell");return Mr})(),[...r,"-c",e],{stdio:"inherit"})}async function h(e,r,s=!1){const i=s?void 0===(o=r)?"":t(Ur)(o):r;var o;try{if(jr.isGitHubCI())try{Me.exportVariable(e,i)}catch(t){Dr.error(t),await m(e,i)}else await m(e,i)}catch(t){Dr.error(t),Me.setFailed(`Failed to export environment variable ${e}=${i}. You should add it manually.`)}}async function f(e){process.env.PATH=`${e}${xe.delimiter}${process.env.PATH}`;try{if(jr.isGitHubCI())try{Me.addPath(e)}catch(t){Dr.error(t),await g(e)}else await g(e)}catch(t){Dr.error(t),Me.setFailed(`Failed to add ${e} to the percistent PATH. You should add it manually.`)}}async function m(e,t){const r=null!=t?t:"";switch(process.platform){case"win32":return await p(`[Environment]::SetEnvironmentVariable("${e}", "${r}", "User")`),void Me.info(`${e}="${r}" was set in the environment.`);case"linux":case"darwin":return v(),be.appendFileSync(Br,`\nexport ${e}="${r}"\n`),void Me.info(`${e}="${r}" was added to "${Br}`)}process.env[e]=r}async function g(e){switch(process.platform){case"win32":return await p(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),void Me.info(e+" was added to the PATH.");case"linux":case"darwin":return v(),be.appendFileSync(Br,`\nexport PATH=${e}:$PATH\n`),void Me.info(`${e} was added to "${Br}"`);default:return}}function v(){if(qr)return;const e="export SOURCE_CPPRC=0";if(be.existsSync(Br)&&be.readFileSync(Br,"utf8").includes(e))return;be.appendFileSync(Br,`\n${e}\n`),Me.info(`Added ${e} to ${Br}`);const t=`\n# source .cpprc if SOURCE_CPPRC is not set to 0\nif [[ "$SOURCE_CPPRC" != 0 && -f "${Br}" ]]; then source "${Br}"; fi\n`;try{const e=d(".profile");be.appendFileSync(e,t),Me.info(`${t} was added to ${e}`);const r=d(".bashrc");be.appendFileSync(r,t),Me.info(`${t} was added to ${r}`)}catch(e){Dr.warning(`Failed to add ${t} to .profile or .bashrc. You should add it manually: ${e}`)}qr=!0}function y(e,t,r=!0){Me.info(`Installing ${e} ${null!=t?t:""} via apt`);const s="apt-get";if(process.env.DEBIAN_FRONTEND="noninteractive",Vr||(u(s,["update","-y"]),Vr=!0),!Xr){u(s,["install","--fix-broken","-y","software-properties-common","apt-utils","ca-certificates","gnupg"]);try{u("apt-key",["adv","--keyserver","keyserver.ubuntu.com","--recv-keys","3B4FE6ACC0B21F32"]),u("apt-key",["adv","--keyserver","keyserver.ubuntu.com","--recv-keys","40976EAF437D05B5"]),u("apt-key",["adv","--keyserver","keyserver.ubuntu.com","--recv-keys","1E9377A2BA9EF27F"])}catch(e){Dr.warning("Failed to add keys: "+e)}Xr=!0}if(Array.isArray(r)){for(const e of r)u("add-apt-repository",["--update","-y",e]);u(s,["update","-y"])}if(void 0!==t&&""!==t)try{u(s,["install","--fix-broken","-y",`${e}=${t}`])}catch{u(s,["install","--fix-broken","-y",`${e}-${t}`])}else u(s,["install","--fix-broken","-y",e]);return{binDir:"/usr/bin/"}}function w(e,t){return jr.isGitHubCI()?u("update-alternatives",["--install","/usr/bin/"+e,e,t,"40"]):(v(),be.appendFileSync(Br,`\nif [ $UID -eq 0 ]; then update-alternatives --install /usr/bin/${e} ${e} ${t} 40; fi\n`))}function x(e,r){return Me.info(`Installing ${e} ${null!=r?r:""} via brew`),Wr&&null!==t(Ue).sync("brew",{nothrow:!0})||(s(0,0,process),Wr=!0),t(Je).sync("brew",["install",void 0!==r&&""!==r?`${e}@${r}`:e],{stdio:"inherit"}),{binDir:"/usr/local/bin/"}}async function b(e,r,s){if("win32"!==process.platform)return;if("string"==typeof Yr)return{binDir:Yr};const i=t(Ue).sync("choco",{nothrow:!0});if(null!==i)return Yr=xe.dirname(i),{binDir:Yr};let o="powershell.exe";const n=t(Ue).sync(process.env.SystemRoot+"\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",{nothrow:!0});null!==n&&(o=n),t(Je).sync(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 a=process.env.ALLUSERSPROFILE+"\\chocolatey\\bin";await f(a);const c=t(Ue).sync("choco",{nothrow:!0});var l;return Yr=null!==c?xe.dirname(c):(null!==(l=process.env.ChocolateyInstall)&&void 0!==l?l:"C:/ProgramData/chocolatey")+"/bin",be.existsSync(Yr)?{binDir:Yr}:void 0}async function E(e,r,s=[]){Me.info(`Installing ${e} ${null!=r?r:""} via chocolatey`),Jr&&null!==t(Ue).sync("choco",{nothrow:!0})||(await b(0,0,process),Jr=!0);const i=process.env.PATH,o={...process.env};var n;delete o.TMP,delete o.TEMP,delete o.Path,o.PATH=i,t(Je).sync("choco",void 0!==r&&""!==r?["install","-y",e,"--version="+r,...s]:["install","-y",e,...s],{env:o,extendEnv:!1,stdio:"inherit"});const a=(null!==(n=process.env.ChocolateyInstall)&&void 0!==n?n:"C:/ProgramData/chocolatey")+"/bin";return await f(a),{binDir:a}}function S(e){return"win32"===process.platform?e+".exe":e}function O(e){return"win32"===process.platform?e+".bat":e+".sh"}function _(e,t,r){switch(process.platform){case"win32":return E("7zip",e);case"darwin":return x("p7zip",e);case"linux":return y("p7zip-full",e);default:throw Error("Unsupported platform")}}async function $(e,r){return await t(Je)(await(async()=>(void 0===Qr&&(null===t(Ue).sync("7z",{nothrow:!0})&&await _("",0,process),Qr="7z"),Qr))(),["x",e,"-o"+r],{stdio:"inherit"}),r}function C(e,t){return $(e,t)}function T(e,t){return $(e,t)}async function R(e,r,s=["--strip-components=0"]){try{await Kr.mkdirP(r)}catch{}try{await t(Je)("tar",["xf",e,"-C",r,...s],{stdio:"inherit"})}catch(t){"win32"===process.platform&&t.message.includes("Can't create '\\\\?\\C:")&&Dr.warning(`Failed to extract symlink ${e} to ${r}. Ignoring this symlink.`)}return r}async function I(e,t,r,s,i){var o,n;Me.info(`Installing ${e} ${t} ${i} via direct downloading`),process.env.RUNNER_TEMP=null!==(o=process.env.RUNNER_TEMP)&&void 0!==o?o:we.tmpdir(),process.env.RUNNER_TOOL_CACHE=null!==(n=process.env.RUNNER_TOOL_CACHE)&&void 0!==n?n:xe.join(we.tmpdir(),"setup-cpp","hostedtoolcache");const{url:a,binRelativeDir:c,binFileName:l,extractedFolderName:u,extractFunction:d}=await r(t,process.platform,i);if(jr.isGitHubCI())try{const r=Zr.find(e,t);if(r){const s=xe.join(r,u),i=xe.join(s,c);if(be.existsSync(i)&&be.existsSync(xe.join(i,l)))return Me.info(`${e} ${t} was found in the cache at ${i}.`),await f(i),{installDir:s,binDir:i}}}catch{}const p=xe.join(s,u),h=xe.join(p,c),m=xe.join(h,l);if(!be.existsSync(h)||!be.existsSync(m)){Me.info(`Download and extract ${e} ${t}`),es||("linux"===process.platform&&(y("unzip"),y("tar"),y("xz-utils")),es=!0);try{const e=await Zr.downloadTool(a);await(null==d?void 0:d(e,s))}catch(r){throw Error(`Failed to download ${e} ${t} ${i}: ${r}`)}}return Me.info(`Add ${h} to PATH`),await f(h),jr.isGitHubCI()&&"string"==typeof process.env.RUNNER_TOOL_CACHE&&await Zr.cacheDir(s,e,t),{installDir:p,binDir:h}}function A(e,t,r){const s=(e=>"win32"===e?"windows":e)(t),i=(e=>{switch(e){case"x64":return"amd64";case"ia32":case"x86":case"i386":case"x32":return"386";default:return e}})(r),o="win32"===t,n=o?"zip":"tar.gz";return{binRelativeDir:"",binFileName:S("task"),extractedFolderName:"",extractFunction:o?T:R,url:`https://github.com/go-task/task/releases/download/v${e}/task_${s}_${i}.${n}`}}function P(e,r,s){var i;const o=null!==(i=t(rs)(e))&&void 0!==i?i:e;switch(r){case"win32":{const r=t(ts)(o,"v3.19.6");let i;i=["ia32","x86","i386","x32"].includes(s)?r?"win32-x86":"windows-i386":r?"win64-x64":"windows-x86_64";const n=`cmake-${e}-${i}`;return{binRelativeDir:"bin/",binFileName:S("cmake"),extractedFolderName:n,extractFunction:T,url:`https://github.com/Kitware/CMake/releases/download/v${e}/${n}.zip`}}case"darwin":{const r=`cmake-${e}-${t(ts)(o,"v3.19.1")?"Darwin-x86_64":"macos-universal"}`;return{binRelativeDir:"CMake.app/Contents/bin/",binFileName:S("cmake"),extractedFolderName:r,extractFunction:Zr.extractTar,url:`https://github.com/Kitware/CMake/releases/download/v${e}/${r}.tar.gz`}}case"linux":{const r=t(ts)(o,"v3.19.8");let i;i=["aarch64"].includes(s)?r?"Linux-aarch64":"linux-aarch64":r?"Linux-x86_64":"linux-x86_64";const n=`cmake-${e}-${i}`;return{binRelativeDir:"bin/",binFileName:S("cmake"),extractedFolderName:n,extractFunction:Zr.extractTar,url:`https://github.com/Kitware/CMake/releases/download/v${e}/${n}.tar.gz`}}default:throw Error(`Unsupported platform '${r}'`)}}function k(e,t,r){return I("cmake",e,P,t,r)}async function N(e,t,r){if(!jr.isGitHubCI())return L(e,t);try{const{setupActionsPython:s}=await Fe("175fe");return s(e,t,r)}catch(r){return Dr.warning(""+r),L(e,t)}}async function L(e,t,r){switch(process.platform){case"win32":return t?await E("python3",e,["--params=/InstallDir:"+t]):await E("python3",e),await(async e=>{Dr.info(`Add ${e} to PATH`),await f(e)})(t),{installDir:t,binDir:t};case"darwin":return x("python3",e);case"linux":{const t=y("python3",e);return y("python3-pip"),t}default:throw Error("Unsupported platform")}}function D(e){return new Promise((t=>{Se.get(e,(e=>{t(void 0!==e.statusCode&&e.statusCode>=200&&399>=e.statusCode)}))}))}function j(e,t){return Array.from(e).filter((e=>/^\d+\.\d+\.\d+$/.test(e)&&e.startsWith(t))).sort().reverse()}function F(e,t,r=null){return M(t,e)?"linux"===process.platform&&["llvm","clangtidy","clangformat"].includes(e)&&null!==r&&[20,18,16].includes(r[0])&&4===r[1]?`${18===r[0]?"13.0.1":"13.0.0"}-ubuntu-${r[0]}.0${r[1]}`:ns[e]:null!=t?t:""}function M(e,t){return"true"===e||void 0===e&&t in ns}async function U(e,r){if(Me.info(`Installing ${e} ${null!=r?r:""} via pip`),void 0===as){if(null!==t(Ue).sync("python3",{nothrow:!0}))as="python3";else{if(null===t(Ue).sync("python",{nothrow:!0})||!await(async(e,r,s=/v?(\d\S*)/)=>{const i=await(async(e,t=/v?(\d\S*)/)=>{try{var r;const s=await ss.getExecOutput(e,["--version"]);return null===(r=(s.stdout||s.stderr||"").trim().match(t))||void 0===r?void 0:r[1]}catch(e){return void console.error(e)}})(e,s);return"string"==typeof i&&"string"==typeof r&&""!==i&&""!==r&&-1!==t(is)(i,r)})("python","3.0.0")){if(Me.info("python3 was not found. Installing python"),await N(F("python",void 0),"",process.arch),ls)throw Error("Failed to install python");return ls=!0,U(e,r)}as="python"}"win32"===process.platform?t(Je).sync(as,["-m","pip","install","-U","pip==21.3.1"],{stdio:"inherit"}):"linux"===process.platform&&y("python3-pip")}if(t(Je).sync(as,["-m","pip","install",void 0!==r&&""!==r?`${e}==${r}`:e],{stdio:"inherit"}),void 0===cs){if("linux"===process.platform)cs="/home/runner/.local/bin/";else if("darwin"===process.platform)cs="/usr/local/bin/";else try{cs=xe.join((await ss.getExecOutput(as+' -c "import sys;print(sys.base_exec_prefix);"')).stdout.trim(),"Scripts")}catch{cs=xe.join((await ss.getExecOutput(as+' -c "import sys;print(sys.base_exec_prefix);"')).stdout.trim(),"Scripts")}Me.info(cs+" to PATH"),await f(cs)}return{binDir:cs}}async function G(e,t,r){switch(process.platform){case"win32":return await E("graphviz",e),(async()=>{if("win32"===process.platform){const e="C:/Program Files/Graphviz/bin";return await f(e),{binDir:e}}throw Error("Unsupported platform")})();case"darwin":return x("graphviz",e);case"linux":return y("graphviz",e);default:throw Error("Unsupported platform")}}function H(e,t,r){switch(t){case"linux":{const t="doxygen-"+e;return{binRelativeDir:"bin/",binFileName:S("doxygen"),extractedFolderName:t,extractFunction:Zr.extractTar,url:`https://www.doxygen.nl/files/${t}.linux.bin.tar.gz`}}case"win32":{const t="doxygen-"+e;return{binRelativeDir:"",binFileName:S("doxygen"),extractedFolderName:t,extractFunction:T,url:`https://www.doxygen.nl/files/${t}.windows.x64.bin.zip`}}default:throw Error(`Unsupported platform '${t}'`)}}async function z(){if("darwin"===process.platform)try{const e=await ss.getExecOutput("xcrun --sdk macosx --show-sdk-path"),t=e.stdout||e.stderr;t?await h("SDKROOT",t.trim()):Dr.error("SDKROOT not set")}catch(e){Dr.error(e)}}async function B(e,r,s){let i;switch(process.platform){case"win32":var o,n;"arm"!==s&&"arm64"!==s||await E("gcc-arm-embedded",e),await E("mingw",e),"x64"===s&&be.existsSync("C:/tools/mingw64/bin")?(i="C:/tools/mingw64/bin",await f(i)):"ia32"===s&&be.existsSync("C:/tools/mingw32/bin")?(i="C:/tools/mingw32/bin",await f(i)):be.existsSync((null!==(o=process.env.ChocolateyInstall)&&void 0!==o?o:"C:/ProgramData/chocolatey")+"/bin/g++.exe")&&(i=(null!==(n=process.env.ChocolateyInstall)&&void 0!==n?n:"C:/ProgramData/chocolatey")+"/bin");break;case"darwin":i=x("gcc",e).binDir;break;case"linux":"x64"===s?(y("gcc",e,["ppa:ubuntu-toolchain-r/test"]),i=y("g++",e,[]).binDir):(Dr.info(`Install g++-multilib because gcc for ${s} was requested`),y("gcc-multilib",e,["ppa:ubuntu-toolchain-r/test"]),i=y("g++-multilib",e,[]).binDir);break;default:throw Error("Unsupported platform for "+s)}if(void 0!==i)return await(async(e,r)=>{const s=[];if("win32"===process.platform)s.push(h("CC",S(r+"/gcc")),h("CXX",S(r+"/g++")));else{var i;const o=t(us)(null!==(i=t(rs)(e))&&void 0!==i?i:e);5>o?(s.push(h("CC",`${r}/gcc-${e}`),h("CXX",`${r}/g++-${e}`)),"linux"===process.platform&&(w("cc",`${r}/gcc-${e}`),w("cxx",`${r}/g++-${e}`),w("gcc",`${r}/gcc-${e}`),w("g++",`${r}/g++-${e}`))):(s.push(h("CC",`${r}/gcc-${o}`),h("CXX",`${r}/g++-${o}`)),"linux"===process.platform&&(w("cc",`${r}/gcc-${o}`),w("cxx",`${r}/g++-${o}`),w("gcc",`${r}/gcc-${o}`),w("g++",`${r}/g++-${o}`)))}s.push(z()),jr.isGitHubCI()&&(()=>{const e=t(xe).join(ds,"gcc_matcher.json");if(!be.existsSync(e))return Dr.warning("the gcc_matcher.json file does not exist in the same folder as setup_cpp.js");Dr.info("::add-matcher::"+e)})(),await Promise.all(s)})(e,i),{binDir:i}}function q(e,t,r){return`https://github.com/llvm/llvm-project/releases/download/llvmorg-${e}/${t}${e}${r}`}function V(e,t,r){return`https://releases.llvm.org/${e}/${t}${e}${r}`}function X(e,r){switch(e){case"darwin":return(e=>{if(fs.has(e))return null;const r="clang+llvm-",s=`-x86_64${"9.0.0"===e?"-darwin-apple":"-apple-darwin"}.tar.xz`;return t(ts)(e,"9.0.1")?V(e,r,s):q(e,r,s)})(r);case"linux":return(e=>{let r=e;const s=ms.get(r);let i;if(void 0!==s&&(r=s),r.includes("ubuntu")){const e=r.replace(/-ubuntu-.*/,"");if(!hs.has(e))throw Error("Unsupported Ubuntu version: "+e);i=r.replace(e,""),r=j(hs,e)[0]}else""!==r&&r in gs?i=gs[r]:(i=gs["14.0.0"],Dr.warning(`Falling back to LLVM version 14.0.0 ${i} for the Ubuntu.`));const o="clang+llvm-",n="5.0.0"===r?`-linux-x86_64${i}.tar.xz`:`-x86_64-linux-gnu${i}.tar.xz`;return t(ts)(r,"9.0.1")?V(r,o,n):q(r,o,n)})(r);case"win32":return(async e=>{if(vs.has(e))return null;const r="LLVM-",s=t(ts)(e,"3.7.0")?"-win32.exe":"-win64.exe",i=t(ts)(e,"9.0.1");let o,n=!1;return i&&(o=V(e,r,s),await D(o)||(n=!0)),!n&&i||(o=q(e,r,s)),o})(r);default:return null}}async function Y(e,t,r){const[s,i]=await(async(e,t,r,s)=>{if("linux"===t&&r.includes("ubuntu")){const e=await s(t,r);if(null!==e&&await D(e))return[r,e]}if(!e.has(r))throw Error(`Unsupported target! (platform='${t}', version='${r}')`);for(const i of j(e,r)){const e=await s(t,i);if(null!==e&&await D(e))return[i,e]}throw Error(`Unsupported target! (platform='${t}', version='${r}')`)})(hs,t,e,X);return Me.setOutput("version",s),{url:i,extractedFolderName:"",binRelativeDir:"bin",binFileName:S("clang"),extractFunction:"win32"===t?C:(e,t)=>R(e,t,["--strip-components=1"])}}async function W(e,r,s){const i=await J(e,r,s);var o;return await(async(e,r)=>{const s=(e=>{if(null===t(os)(e))try{const r=t(rs)(e);if(null!==r)return Dr.info(`Coerced version '${e}' to '${r}'`),r.version}catch(e){}return e})(r),i=xe.join(e,"lib");var o;const n=null!==(o=process.env.LD_LIBRARY_PATH)&&void 0!==o?o:"";var a;const c=null!==(a=process.env.DYLD_LIBRARY_PATH)&&void 0!==a?a:"",l=[h("LLVM_PATH",e),h("LD_LIBRARY_PATH",`${i}${xe.delimiter}${n}`),h("DYLD_LIBRARY_PATH",`${i}${xe.delimiter}${c}`),h("LDFLAGS",`-L'${e}/lib'`),h("CPPFLAGS",`-I'${e}/include'`),h("CC",S(e+"/bin/clang")),h("CXX",S(e+"/bin/clang++")),h("LIBRARY_PATH",e+"/lib"),z()];if("win32"!==process.platform){const r=t(us)(s);be.existsSync(`${e}/lib/clang/${s}/include`)?l.push(h("CPATH",`${e}/lib/clang/${s}/include`)):be.existsSync(`${e}/lib/clang/${r}/include`)&&l.push(h("CPATH",`${e}/lib/clang/${r}/include`))}"linux"===process.platform&&(w("cc",e+"/bin/clang"),w("cxx",e+"/bin/clang++"),w("clang",e+"/bin/clang"),w("clang++",e+"/bin/clang++"),w("lld",e+"/bin/lld"),w("ld.lld",e+"/bin/ld.lld"),w("llvm-ar",e+"/bin/llvm-ar")),jr.isGitHubCI()&&Z(),await Promise.all(l)})(null!==(o=i.installDir)&&void 0!==o?o:r,e),i}async function J(e,t,r){const s=await I("llvm",e,Y,t,r);return ys||("linux"===process.platform&&(await B(F("gcc",void 0),0,r),y("libtinfo-dev")),ys=!0),s}function K(e,t,r){return jr.isGitHubCI()&&Z(),J(e,t,r)}function Z(){const e=xe.join(ps,"llvm_matcher.json");if(!be.existsSync(e))return Dr.warning("the llvm_matcher.json file does not exist in the same folder as setup_cpp.js");Dr.info("::add-matcher::"+e)}function Q(e,t,r){const s=new Rs(e,t,r);process.stdout.write(""+s+Cs.EOL)}function ee(e){_s.issue("error",e instanceof Error?""+e:e)}function te(e){_s.issue("group",e)}function re(){_s.issue("endgroup")}function se(e){return Object.values(Hs).includes(e)?e:e in Hs?Hs[e]:e}function ie(e){if(Object.keys(Hs).includes(e))return e;for(const[t,r]of Object.entries(Hs))if(r===e)return t;return e}function oe(e){const t=se(e);let r;if(t){const e=t.split(".")[0]+".9";r=`-version "${t},${e}"`}else r="-latest";let s=((e,t)=>{try{return(""+Te.execSync(`vswhere -products * ${t} -prerelease -property installationPath`)).trim()+"\\VC\\Auxiliary\\Build\\vcvarsall.bat"}catch(e){Es.warning("vswhere failed: "+e)}return null})(0,r);if(s&&be.existsSync(s))return Es.info("Found with vswhere: "+s),s;Es.info("Not found with vswhere");const i=e?[ie(e)]:Gs;for(const e of Ms)for(const t of i)for(const r of Us)if(s=`${e}\\Microsoft Visual Studio\\${t}\\${r}\\VC\\Auxiliary\\Build\\vcvarsall.bat`,Es.info("Trying standard location: "+s),be.existsSync(s))return Es.info("Found standard location: "+s),s;if(Es.info("Not found in standard locations"),s=Fs+"\\Microsoft Visual C++ Build Tools\\vcbuildtools.bat",be.existsSync(s))return Es.info("Found VS 2015: "+s),s;throw Es.info("Not found in VS 2015 location: "+s),Error("Microsoft Visual Studio not found")}function ne(e){return-1!=["PATH","INCLUDE","LIB","LIBPATH"].indexOf(e.toUpperCase())}async function ae(e,t,r,s,i,o,n){void 0!==t&&be.existsSync(t)&&(Dr.info(`Adding ${t} to PATH`),await h("VCTargetsPath",t)),bs((e=>{switch(e){case"x32":case"32":case"ia32":return"x86";case"64":return"x64";default:return e}})(r),i,s,o,n,e)}async function ce(e,r,s,i,o,n){if("win32"!==process.platform)return;const a=ws(e);Dr.info(`Checking if MSVC ${a} is already installed`);let c,l,u=!1;try{const e=xs(a);u=!0,Dr.info("Found the pre-installed version of MSVC at "+e)}catch{}if(!u)try{"14.0"===a?(c="14.0",await E("visualcpp-build-tools","14.0.25420.1",["--ignore-dependencies"]),l="C:/Program Files (x86)/MSBuild/Microsoft.Cpp/v4.0/v140"):"15.0"===a?(c="14.16",await E("visualstudio2017buildtools","15.9.41.0",[]),l="C:/Program Files (x86)/Microsoft Visual Studio/2017/BuildTools/VC/Tools/MSVC/14.16"):"16.0"===a?(c="14.29",await E("visualstudio2019buildtools","16.11.7.0",[]),l="C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133"):"17.0"===a?(c=void 0,await E("visualstudio2022buildtools","117.0.5.0",[]),l=void 0):Dr.error(`The given MSVC versions ${e} is not supported yet.`)}catch(e){Dr.error(e)}await ae(a,l,s,c,i,o,n),jr.isGitHubCI()&&(()=>{const e=t(xe).join(qs,"msvc_matcher.json");if(!be.existsSync(e))return Dr.warning("the msvc_matcher.json file does not exist in the same folder as setup_cpp.js");Dr.info("::add-matcher::"+e)})()}function le(e,t,r){const s=(e=>{switch(e){case"win32":return"win";case"darwin":return"mac";case"linux":return"linux";default:throw Error(`Unsupported platform '${e}'`)}})(t);return{binRelativeDir:"",binFileName:S("ninja"),extractedFolderName:"",extractFunction:T,url:`https://github.com/ninja-build/ninja/releases/download/v${e}/ninja-${s}.zip`}}function ue(e){return null==e?[]:Array.isArray(e)?e:[e]}function de(e,t,r,s){var i,o=e[t],n=~s.string.indexOf(t)?null==r||!0===r?"":r+"":"boolean"==typeof r?r:~s.boolean.indexOf(t)?"false"!==r&&("true"===r||(e._.push(0*(i=+r)==0?i:r),!!r)):0*(i=+r)==0?i:r;e[t]=null==o?n:Array.isArray(o)?o.concat(n):[o,n]}function pe(e){const t=parseInt(e.replace(/^v/,""),10);return 38===t&&(e="v38"),39>t?{url:`https://github.com/SimonKagstrom/kcov/archive/refs/tags/${e}.tar.gz`,extractedFolderName:"kcov-"+t,binRelativeDir:"build/",binFileName:S("kcov"),extractFunction:he}:{url:`https://github.com/SimonKagstrom/kcov/releases/download/v${t}/kcov-amd64.tar.gz`,extractedFolderName:"",binRelativeDir:"usr/local/bin",binFileName:S("kcov"),extractFunction:R}}async function he(e,r){const s=await R(e,r,["--strip-components=1"]);return null===t(Ue).sync("cmake",{nothrow:!0})&&await k(F("cmake",void 0),xe.join(t(Lr)(""),"cmake"),""),"linux"===process.platform&&(y("libdw-dev"),y("libcurl4-openssl-dev")),await t(Je)("cmake",["-S","./","-B","./build"],{cwd:s,stdio:"inherit"}),await t(Je)("cmake",["--build","./build","--config","Release"],{cwd:s,stdio:"inherit"}),u("cmake",["--install","./build"],s),s}async function fe(e){jr.isGitHubCI()||(process.env.ACTIONS_ALLOW_UNSECURE_COMMANDS="true");const r=me(e);var s;r.help&&Dr.info('\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--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\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--llvm\n--gcc\n--vcvarsall\n--cmake\n--ninja\n--vcpkg\n--meson\n--conan\n--make\n--task\n--ccache\n--cppcheck\n--clangformat\n--clangtidy\n--doxygen\n--gcovr\n--opencppcoverage\n--kcov\n\n--python\n--choco\n--brew\n--sevenzip\n--graphviz\n ');const i=null!==(s=r.architecture)&&void 0!==s?s:process.arch;var o;const n=null!==(o=process.env.SETUP_CPP_DIR)&&void 0!==o?o:d(""),a=[],c=[],l=Vs.create({autoloadLocales:!0});let u,p;Vs.addLocale(t(Bs)),Xs.addLocale(t(Ys));let f=null;try{f=await(async()=>{if("linux"===process.platform){const e=await Ws.getUbuntuVersion();if(0===e.length)throw Error("Failed to get the ubuntu major version.");return e}return null})()}catch(e){Dr.warning(""+e)}if(!((e,t)=>{for(let r=0;t.length>r;r++){const s=t.slice(0,r).concat(t.slice(r+1)),i=t[r];if(!M(e[i],i))for(let t=0;s.length>t;t++){const r=s[t];if(M(e[r],s[t]))e[r]=e[i];else if(e[i]!==e[s[t]])return!1}}return!0})(r,["llvm","clangtidy","clangformat"]))return Dr.error("The same version must be used for llvm, clangformat and clangtidy"),1;for(const e of Zs){const t=r[e];if(void 0!==t){u=Date.now(),Me.startGroup(`Installing ${e} ${t}`);try{let r;if("vcvarsall"===e)await ae(F(e,t,f),void 0,i,void 0,void 0,!1,!1);else{const s=Ks[e],o=xe.join(n,["llvm","clangformat","clangtidy"].includes(e)?"llvm":e);r=await s(F(e,t,f),o,i)}a.push(ye(e,r))}catch(t){Dr.error(t),c.push(e+" failed to install")}Me.endGroup(),p=Date.now(),Dr.info("took "+(l.format(u,p)||"0 seconds"))}}const m=r.compiler;u=Date.now();try{if(void 0!==m){const{compiler:e,version:t}=ge(m);switch(Me.startGroup(`Installing ${e} ${null!=t?t:""}`),e){case"llvm":case"clang":case"clang++":{const e=await W(F("llvm",t,f),xe.join(n,"llvm"),i);a.push(ye("llvm",e));break}case"gcc":case"mingw":case"cygwin":case"msys":{const e=await B(F("gcc",t,f),xe.join(n,"gcc"),i);a.push(ye("gcc",e));break}case"cl":case"msvc":case"msbuild":case"vs":case"visualstudio":case"visualcpp":case"visualc++":{const e=await ce(F("msvc",t,f),xe.join(n,"msvc"),i);a.push(ye("msvc",e));break}case"appleclang":case"applellvm":Me.notice("Assuming apple-clang is already installed"),await Promise.all([h("CC","clang"),h("CXX","clang++")]),a.push(ye("apple-clang",void 0));break;default:c.push("Unsupported compiler "+e)}Me.endGroup(),p=Date.now(),Dr.info("took "+(l.format(u,p)||"0 seconds"))}}catch(e){Dr.error(e),c.push("Failed to install the "+m),Me.endGroup(),p=Date.now(),Dr.info("took "+(l.format(u,p)||"0 seconds"))}if(0===a.length&&0===c.length)return Dr.warning("setup_cpp was called without any arguments. Nothing to do."),0;if(a.forEach((e=>Dr.success(e))),c.forEach((e=>Dr.error(e))),Dr.info("setup_cpp finished"),!jr.isGitHubCI())switch(process.platform){case"win32":Dr.warning("Run `RefreshEnv.cmd` or restart your shell to update the environment.");break;case"linux":case"darwin":Dr.warning("Run `source ~/.cpprc` or restart your shell to update the environment.")}return 0===c.length?0:1}function me(e){return((e,t)=>{var r,s,i,o,n,a={_:[]},c=0,l=0,u=0,d=(e=e||[]).length;const p=void 0!==(t=t||{}).alias,h=void 0!==t.unknown,f=void 0!==t.default;if(t.alias=t.alias||{},t.string=ue(t.string),t.boolean=ue(t.boolean),p)for(r in t.alias)for(s=t.alias[r]=ue(t.alias[r]),c=0;s.length>c;c++)(t.alias[s[c]]=s.concat(r)).splice(c,1);for(c=t.boolean.length;c-- >0;)for(l=(s=t.alias[t.boolean[c]]||[]).length;l-- >0;)t.boolean.push(s[l]);for(c=t.string.length;c-- >0;)for(l=(s=t.alias[t.string[c]]||[]).length;l-- >0;)t.string.push(s[l]);if(f)for(r in t.default)if(o=typeof t.default[r],s=t.alias[r]=t.alias[r]||[],void 0!==t[o])for(t[o].push(r),c=0;s.length>c;c++)t[o].push(s[c]);const m=h?Object.keys(t.alias):[];for(c=0;d>c;c++){if("--"===(i=e[c])){a._=a._.concat(e.slice(++c));break}for(l=0;i.length>l&&45===i.charCodeAt(l);l++);if(0===l)a._.push(i);else if("no-"===i.substring(l,l+3)){if(o=i.substring(l+3),h&&!~m.indexOf(o))return t.unknown(i);a[o]=!1}else{for(u=l+1;i.length>u&&61!==i.charCodeAt(u);u++);for(o=i.substring(l,u),n=i.substring(++u)||c+1===d||45===(""+e[c+1]).charCodeAt(0)||e[++c],s=2===l?[o]:o,u=0;s.length>u;u++){if(o=s[u],h&&!~m.indexOf(o))return t.unknown("-".repeat(l)+o);de(a,o,s.length>u+1||n,t)}}}if(f)for(r in t.default)void 0===a[r]&&(a[r]=t.default[r]);if(p)for(r in a)for(s=t.alias[r]||[];s.length>0;)a[s.shift()]=a[r];return a})(e,{string:Qs,default:Object.fromEntries(Qs.map((e=>[e,ve(e)]))),alias:{h:"help"},boolean:"help"})}function ge(e){const r=e.split("-"),s=r[0];if(1 in r){const e=r[1];return null!==t(os)(e)||Dr.info(`Invalid semver version ${e} used for the compiler.`),{compiler:s,version:e}}return{compiler:s,version:void 0}}function ve(e){const t=Me.getInput(e.toLowerCase());if("false"!==t&&""!==t)return t}function ye(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}var we=require("os"),xe=require("path"),be=require("fs"),Ee=require("http"),Se=require("https");require("net");var Oe=require("tls"),_e=require("events"),$e=require("assert"),Ce=require("util"),Te=require("child_process"),Re=require("stream"),Ie=require("crypto"),Ae=require("string_decoder"),Pe=require("timers"),ke=require("buffer"),Ne=require("process"),Le="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},De={},je={},Fe=Le.parcelRequire810d;null==Fe&&((Fe=e=>{if(e in De)return De[e].exports;if(e in je){var t=je[e];delete je[e];var r={id:e,exports:{}};return De[e]=r,t.call(r.exports,r,r.exports),r.exports}var s=Error("Cannot find module '"+e+"'");throw s.code="MODULE_NOT_FOUND",s}).register=(e,t)=>{je[e]=t},Le.parcelRequire810d=Fe),Fe.register("jdDFH",(function(e,t){"use strict";function r(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 s(e,t={}){u.issueCommand("error",p.toCommandProperties(t),e instanceof Error?""+e:e)}function i(e){u.issue("group",e)}function o(){u.issue("endgroup")}var n=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),a=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),c=e.exports&&e.exports.__importStar||(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 a(t,e),t}),l=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.getIDToken=e.exports.getState=e.exports.saveState=e.exports.group=e.exports.endGroup=e.exports.startGroup=e.exports.info=e.exports.notice=e.exports.warning=e.exports.error=e.exports.debug=e.exports.isDebug=e.exports.setFailed=e.exports.setCommandEcho=e.exports.setOutput=e.exports.getBooleanInput=e.exports.getMultilineInput=e.exports.getInput=e.exports.addPath=e.exports.setSecret=e.exports.exportVariable=e.exports.ExitCode=void 0;var u=Fe("i9XD9"),d=Fe("4Oy4H"),p=Fe("3lsVI");const h=c(we),f=c(xe);var m,g,v=Fe("7ujnv");(g=m=e.exports.ExitCode||(e.exports.ExitCode={}))[g.Success=0]="Success",g[g.Failure=1]="Failure",e.exports.exportVariable=(e,t)=>{const r=p.toCommandValue(t);if(process.env[e]=r,process.env.GITHUB_ENV){const t="_GitHubActionsFileCommandDelimeter_";d.issueCommand("ENV",`${e}<<${t}${h.EOL}${r}${h.EOL}${t}`)}else u.issueCommand("set-env",{name:e},r)},e.exports.setSecret=e=>{u.issueCommand("add-mask",{},e)},e.exports.addPath=e=>{process.env.GITHUB_PATH?d.issueCommand("PATH",e):u.issueCommand("add-path",{},e),process.env.PATH=`${e}${f.delimiter}${process.env.PATH}`},e.exports.getInput=r,e.exports.getMultilineInput=(e,t)=>r(e,t).split("\n").filter((e=>""!==e)),e.exports.getBooleanInput=(e,t)=>{const s=r(e,t);if(["true","True","TRUE"].includes(s))return!0;if(["false","False","FALSE"].includes(s))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.exports.setOutput=(e,t)=>{process.stdout.write(h.EOL),u.issueCommand("set-output",{name:e},t)},e.exports.setCommandEcho=e=>{u.issue("echo",e?"on":"off")},e.exports.setFailed=e=>{process.exitCode=m.Failure,s(e)},e.exports.isDebug=()=>"1"===process.env.RUNNER_DEBUG,e.exports.debug=e=>{u.issueCommand("debug",{},e)},e.exports.error=s,e.exports.warning=(e,t={})=>{u.issueCommand("warning",p.toCommandProperties(t),e instanceof Error?""+e:e)},e.exports.notice=(e,t={})=>{u.issueCommand("notice",p.toCommandProperties(t),e instanceof Error?""+e:e)},e.exports.info=e=>{process.stdout.write(e+h.EOL)},e.exports.startGroup=i,e.exports.endGroup=o,e.exports.group=function(e,t){return l(this,void 0,void 0,(function*(){let r;i(e);try{r=yield t()}finally{o()}return r}))},e.exports.saveState=(e,t)=>{u.issueCommand("save-state",{name:e},t)},e.exports.getState=e=>process.env["STATE_"+e]||"",e.exports.getIDToken=function(e){return l(this,void 0,void 0,(function*(){return yield v.OidcClient.getIDToken(e)}))};var y=Fe("Kr4hr");Object.defineProperty(e.exports,"markdownSummary",{enumerable:!0,get(){return y.markdownSummary}})})),Fe.register("i9XD9",(function(e,t){"use strict";function r(e,t,r){const s=new c(e,t,r);process.stdout.write(""+s+n.EOL)}var s=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),i=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),o=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&s(t,e,r);return i(t,e),t});Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.issue=e.exports.issueCommand=void 0;const n=o(we);var a=Fe("3lsVI");e.exports.issueCommand=r,e.exports.issue=(e,t="")=>{r(e,{},t)};class c{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 s in this.properties)if(this.properties.hasOwnProperty(s)){const i=this.properties[s];i&&(r?r=!1:e+=",",e+=`${s}=${t=i,a.toCommandValue(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}`)}}var t;return e+="::"+(e=>a.toCommandValue(this.message).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A"))(),e}}})),Fe.register("3lsVI",((e,t)=>{"use strict";Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.toCommandProperties=e.exports.toCommandValue=void 0,e.exports.toCommandValue=e=>null==e?"":"string"==typeof e||e instanceof String?e:JSON.stringify(e),e.exports.toCommandProperties=e=>Object.keys(e).length?{title:e.title,file:e.file,line:e.startLine,endLine:e.endLine,col:e.startColumn,endColumn:e.endColumn}:{}})),Fe.register("4Oy4H",((e,t)=>{"use strict";var r=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),s=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),i=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)"default"!==i&&Object.hasOwnProperty.call(e,i)&&r(t,e,i);return s(t,e),t});Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.issueCommand=void 0;const o=i(be),n=i(we);var a=Fe("3lsVI");e.exports.issueCommand=(e,t)=>{const r=process.env["GITHUB_"+e];if(!r)throw Error("Unable to find environment variable for file command "+e);if(!o.existsSync(r))throw Error("Missing file at path: "+r);o.appendFileSync(r,`${a.toCommandValue(t)}${n.EOL}`,{encoding:"utf8"})}})),Fe.register("7ujnv",(function(e,t){"use strict";var r=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.OidcClient=void 0;var s=Fe("ba1Cu"),i=Fe("FDzJa"),o=Fe("jdDFH");class n{static createHttpClient(e=!0,t=10){const r={allowRetries:e,maxRetries:t};return new s.HttpClient("actions/oidc-client",[new i.BearerCredentialHandler(n.getRequestToken())],r)}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(e){var t;return r(this,void 0,void 0,(function*(){const r=n.createHttpClient(),s=yield r.getJson(e).catch((e=>{throw Error(`Failed to get ID Token. \n \n Error Code : ${e.statusCode}\n \n Error Message: ${e.result.message}`)})),i=null===(t=s.result)||void 0===t?void 0:t.value;if(!i)throw Error("Response json body do not have ID Token field");return i}))}static getIDToken(e){return r(this,void 0,void 0,(function*(){try{let t=n.getIDTokenUrl();e&&(t=`${t}&audience=${encodeURIComponent(e)}`),o.debug("ID token url is "+t);const r=yield n.getCall(t);return o.setSecret(r),r}catch(e){throw Error("Error message: "+e.message)}}))}}e.exports.OidcClient=n})),Fe.register("ba1Cu",(function(e,t){"use strict";Object.defineProperty(e.exports,"__esModule",{value:!0});var r=Fe("8NGVX");let s;var i,o,n,a,c;(o=i=e.exports.HttpCodes||(e.exports.HttpCodes={}))[o.OK=200]="OK",o[o.MultipleChoices=300]="MultipleChoices",o[o.MovedPermanently=301]="MovedPermanently",o[o.ResourceMoved=302]="ResourceMoved",o[o.SeeOther=303]="SeeOther",o[o.NotModified=304]="NotModified",o[o.UseProxy=305]="UseProxy",o[o.SwitchProxy=306]="SwitchProxy",o[o.TemporaryRedirect=307]="TemporaryRedirect",o[o.PermanentRedirect=308]="PermanentRedirect",o[o.BadRequest=400]="BadRequest",o[o.Unauthorized=401]="Unauthorized",o[o.PaymentRequired=402]="PaymentRequired",o[o.Forbidden=403]="Forbidden",o[o.NotFound=404]="NotFound",o[o.MethodNotAllowed=405]="MethodNotAllowed",o[o.NotAcceptable=406]="NotAcceptable",o[o.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",o[o.RequestTimeout=408]="RequestTimeout",o[o.Conflict=409]="Conflict",o[o.Gone=410]="Gone",o[o.TooManyRequests=429]="TooManyRequests",o[o.InternalServerError=500]="InternalServerError",o[o.NotImplemented=501]="NotImplemented",o[o.BadGateway=502]="BadGateway",o[o.ServiceUnavailable=503]="ServiceUnavailable",o[o.GatewayTimeout=504]="GatewayTimeout",(a=n=e.exports.Headers||(e.exports.Headers={})).Accept="accept",a.ContentType="content-type",(c=e.exports.MediaTypes||(e.exports.MediaTypes={})).ApplicationJson="application/json",e.exports.getProxyUrl=e=>{let t=r.getProxyUrl(new URL(e));return t?t.href:""};const l=[i.MovedPermanently,i.ResourceMoved,i.SeeOther,i.TemporaryRedirect,i.PermanentRedirect],u=[i.BadGateway,i.ServiceUnavailable,i.GatewayTimeout],d=["OPTIONS","GET","DELETE","HEAD"];class p extends Error{constructor(e,t){super(e),this.name="HttpClientError",this.statusCode=t,Object.setPrototypeOf(this,p.prototype)}}e.exports.HttpClientError=p;class h{constructor(e){this.message=e}readBody(){return new Promise((async(e,t)=>{let r=Buffer.alloc(0);this.message.on("data",(e=>{r=Buffer.concat([r,e])})),this.message.on("end",(()=>{e(""+r)}))}))}}e.exports.HttpClientResponse=h,e.exports.isHttps=e=>"https:"===new URL(e).protocol;class f{constructor(e,t,r){this._ignoreSslError=!1,this._allowRedirects=!0,this._allowRedirectDowngrade=!1,this._maxRedirects=50,this._allowRetries=!1,this._maxRetries=1,this._keepAlive=!1,this._disposed=!1,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))}options(e,t){return this.request("OPTIONS",e,null,t||{})}get(e,t){return this.request("GET",e,null,t||{})}del(e,t){return this.request("DELETE",e,null,t||{})}post(e,t,r){return this.request("POST",e,t,r||{})}patch(e,t,r){return this.request("PATCH",e,t,r||{})}put(e,t,r){return this.request("PUT",e,t,r||{})}head(e,t){return this.request("HEAD",e,null,t||{})}sendStream(e,t,r,s){return this.request(e,t,r,s)}async getJson(e,t={}){t[n.Accept]=this._getExistingOrDefaultHeader(t,n.Accept,c.ApplicationJson);let r=await this.get(e,t);return this._processResponse(r,this.requestOptions)}async postJson(e,t,r={}){let s=JSON.stringify(t,null,2);r[n.Accept]=this._getExistingOrDefaultHeader(r,n.Accept,c.ApplicationJson),r[n.ContentType]=this._getExistingOrDefaultHeader(r,n.ContentType,c.ApplicationJson);let i=await this.post(e,s,r);return this._processResponse(i,this.requestOptions)}async putJson(e,t,r={}){let s=JSON.stringify(t,null,2);r[n.Accept]=this._getExistingOrDefaultHeader(r,n.Accept,c.ApplicationJson),r[n.ContentType]=this._getExistingOrDefaultHeader(r,n.ContentType,c.ApplicationJson);let i=await this.put(e,s,r);return this._processResponse(i,this.requestOptions)}async patchJson(e,t,r={}){let s=JSON.stringify(t,null,2);r[n.Accept]=this._getExistingOrDefaultHeader(r,n.Accept,c.ApplicationJson),r[n.ContentType]=this._getExistingOrDefaultHeader(r,n.ContentType,c.ApplicationJson);let i=await this.patch(e,s,r);return this._processResponse(i,this.requestOptions)}async request(e,t,r,s){if(this._disposed)throw Error("Client has already been disposed.");let o,n=new URL(t),a=this._prepareRequest(e,n,s),c=this._allowRetries&&-1!=d.indexOf(e)?this._maxRetries+1:1,p=0;for(;c>p;){if(o=await this.requestRaw(a,r),o&&o.message&&o.message.statusCode===i.Unauthorized){let e;for(let t=0;this.handlers.length>t;t++)if(this.handlers[t].canHandleAuthentication(o)){e=this.handlers[t];break}return e?e.handleAuthentication(this,a,r):o}let t=this._maxRedirects;for(;-1!=l.indexOf(o.message.statusCode)&&this._allowRedirects&&t>0;){const i=o.message.headers.location;if(!i)break;let c=new URL(i);if("https:"==n.protocol&&n.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 o.readBody(),c.hostname!==n.hostname)for(let e in s)"authorization"===e.toLowerCase()&&delete s[e];a=this._prepareRequest(e,c,s),o=await this.requestRaw(a,r),t--}if(-1==u.indexOf(o.message.statusCode))return o;p+=1,c>p&&(await o.readBody(),await this._performExponentialBackoff(p))}return o}dispose(){this._agent&&this._agent.destroy(),this._disposed=!0}requestRaw(e,t){return new Promise(((r,s)=>{this.requestRawWithCallback(e,t,((e,t)=>{e&&s(e),r(t)}))}))}requestRawWithCallback(e,t,r){let s;"string"==typeof t&&(e.options.headers["Content-Length"]=Buffer.byteLength(t,"utf8"));let i=!1,o=(e,t)=>{i||(i=!0,r(e,t))},n=e.httpModule.request(e.options,(e=>{let t=new h(e);o(null,t)}));n.on("socket",(e=>{s=e})),n.setTimeout(this._socketTimeout||18e4,(()=>{s&&s.end(),o(Error("Request timeout: "+e.options.path),null)})),n.on("error",(e=>{o(e,null)})),t&&"string"==typeof t&&n.write(t,"utf8"),t&&"string"!=typeof t?(t.on("close",(()=>{n.end()})),t.pipe(n)):n.end()}getAgent(e){let t=new URL(e);return this._getAgent(t)}_prepareRequest(e,t,r){const s={};s.parsedUrl=t;const i="https:"===s.parsedUrl.protocol;s.httpModule=i?Se:Ee;const o=i?443:80;return s.options={},s.options.host=s.parsedUrl.hostname,s.options.port=s.parsedUrl.port?parseInt(s.parsedUrl.port):o,s.options.path=(s.parsedUrl.pathname||"")+(s.parsedUrl.search||""),s.options.method=e,s.options.headers=this._mergeHeaders(r),null!=this.userAgent&&(s.options.headers["user-agent"]=this.userAgent),s.options.agent=this._getAgent(s.parsedUrl),this.handlers&&this.handlers.forEach((e=>{e.prepareRequest(s.options)})),s}_mergeHeaders(e){const t=e=>Object.keys(e).reduce(((t,r)=>(t[r.toLowerCase()]=e[r],t)),{});return this.requestOptions&&this.requestOptions.headers?Object.assign({},t(this.requestOptions.headers),t(e)):t(e||{})}_getExistingOrDefaultHeader(e,t,r){let s;var i;return this.requestOptions&&this.requestOptions.headers&&(s=(i=this.requestOptions.headers,Object.keys(i).reduce(((e,t)=>(e[t.toLowerCase()]=i[t],e)),{}))[t]),e[t]||s||r}_getAgent(e){let t,i=r.getProxyUrl(e),o=i&&i.hostname;if(this._keepAlive&&o&&(t=this._proxyAgent),this._keepAlive&&!o&&(t=this._agent),t)return t;const n="https:"===e.protocol;let a=100;if(this.requestOptions&&(a=this.requestOptions.maxSockets||Ee.globalAgent.maxSockets),o){s||(s=Fe("bbp3j"));const e={maxSockets:a,keepAlive:this._keepAlive,proxy:{...(i.username||i.password)&&{proxyAuth:`${i.username}:${i.password}`},host:i.hostname,port:i.port}};let r;const o="https:"===i.protocol;r=n?o?s.httpsOverHttps:s.httpsOverHttp:o?s.httpOverHttps:s.httpOverHttp,t=r(e),this._proxyAgent=t}if(this._keepAlive&&!t){const e={keepAlive:this._keepAlive,maxSockets:a};t=n?new Se.Agent(e):new Ee.Agent(e),this._agent=t}return t||(t=n?Se.globalAgent:Ee.globalAgent),n&&this._ignoreSslError&&(t.options=Object.assign(t.options||{},{rejectUnauthorized:!1})),t}_performExponentialBackoff(e){const t=5*Math.pow(2,e=Math.min(10,e));return new Promise((e=>setTimeout((()=>e()),t)))}static dateTimeDeserializer(e,t){if("string"==typeof t){let e=new Date(t);if(!isNaN(e.valueOf()))return e}return t}async _processResponse(e,t){return new Promise((async(r,s)=>{const o=e.message.statusCode,n={statusCode:o,result:null,headers:{}};let a,c;o==i.NotFound&&r(n);try{c=await e.readBody(),c&&c.length>0&&(a=t&&t.deserializeDates?JSON.parse(c,f.dateTimeDeserializer):JSON.parse(c),n.result=a),n.headers=e.message.headers}catch(e){}if(o>299){let e;e=a&&a.message?a.message:c&&c.length>0?c:"Failed request: ("+o+")";let t=new p(e,o);t.result=n.result,s(t)}else r(n)}))}}e.exports.HttpClient=f})),Fe.register("8NGVX",((e,t)=>{"use strict";function r(e){if(!e.hostname)return!1;let t,r=process.env.no_proxy||process.env.NO_PROXY||"";if(!r)return!1;e.port?t=+e.port:"http:"===e.protocol?t=80:"https:"===e.protocol&&(t=443);let s=[e.hostname.toUpperCase()];"number"==typeof t&&s.push(`${s[0]}:${t}`);for(let e of r.split(",").map((e=>e.trim().toUpperCase())).filter((e=>e)))if(s.some((t=>t===e)))return!0;return!1}Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.getProxyUrl=e=>{let t,s,i="https:"===e.protocol;return r(e)||(s=i?process.env.https_proxy||process.env.HTTPS_PROXY:process.env.http_proxy||process.env.HTTP_PROXY,s&&(t=new URL(s))),t},e.exports.checkBypass=r})),Fe.register("bbp3j",((e,t)=>{e.exports=Fe("fNJ5J")})),Fe.register("fNJ5J",(function(t,r){function s(e){var t=this;t.options=e||{},t.proxyOptions=t.options.proxy||{},t.maxSockets=t.options.maxSockets||Ee.Agent.defaultMaxSockets,t.requests=[],t.sockets=[],t.on("free",((e,r,s,i)=>{for(var n=o(r,s,i),a=0,c=t.requests.length;c>a;++a){var l=t.requests[a];if(l.host===n.host&&l.port===n.port)return t.requests.splice(a,1),void l.request.onSocket(e)}e.destroy(),t.removeSocket(e)}))}function i(e,t){var r=this;s.prototype.createSocket.call(r,e,(s=>{var i=e.request.getHeader("host"),o=n({},r.options,{socket:s,servername:i?i.replace(/:.*$/,""):e.host}),a=Oe.connect(0,o);r.sockets[r.sockets.indexOf(s)]=a,t(a)}))}function o(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 s=arguments[t];if("object"==typeof s)for(var i=Object.keys(s),o=0,n=i.length;n>o;++o){var a=i[o];void 0!==s[a]&&(e[a]=s[a])}}return e}var a,c,l,u,d,p;e(t.exports,"httpOverHttp",(()=>a),(e=>a=e)),e(t.exports,"httpsOverHttp",(()=>c),(e=>c=e)),e(t.exports,"httpOverHttps",(()=>l),(e=>l=e)),e(t.exports,"httpsOverHttps",(()=>u),(e=>u=e)),e(t.exports,"debug",(()=>d),(e=>d=e)),a=e=>{var t=new s(e);return t.request=Ee.request,t},c=e=>{var t=new s(e);return t.request=Ee.request,t.createSocket=i,t.defaultPort=443,t},l=e=>{var t=new s(e);return t.request=Se.request,t},u=e=>{var t=new s(e);return t.request=Se.request,t.createSocket=i,t.defaultPort=443,t},Ce.inherits(s,_e.EventEmitter),s.prototype.addRequest=function(e,t,r,s){var i=this,a=n({request:e},i.options,o(t,r,s));this.maxSockets>i.sockets.length?i.createSocket(a,(t=>{function r(){i.emit("free",t,a)}function s(e){i.removeSocket(t),t.removeListener("free",r),t.removeListener("close",s),t.removeListener("agentRemove",s)}t.on("free",r),t.on("close",s),t.on("agentRemove",s),e.onSocket(t)})):i.requests.push(a)},s.prototype.createSocket=function(e,t){function r(r,o,n){var c;return a.removeAllListeners(),o.removeAllListeners(),200!==r.statusCode?(p("tunneling socket could not be established, statusCode=%d",r.statusCode),o.destroy(),(c=Error("tunneling socket could not be established, statusCode="+r.statusCode)).code="ECONNRESET",e.request.emit("error",c),void s.removeSocket(i)):n.length>0?(p("got illegal response body from proxy"),o.destroy(),(c=Error("got illegal response body from proxy")).code="ECONNRESET",e.request.emit("error",c),void s.removeSocket(i)):(p("tunneling connection has established"),s.sockets[s.sockets.indexOf(i)]=o,t(o))}var s=this,i={};s.sockets.push(i);var o=n({},s.proxyOptions,{method:"CONNECT",path:e.host+":"+e.port,agent:!1,headers:{host:e.host+":"+e.port}});e.localAddress&&(o.localAddress=e.localAddress),o.proxyAuth&&(o.headers=o.headers||{},o.headers["Proxy-Authorization"]="Basic "+new Buffer(o.proxyAuth).toString("base64")),p("making CONNECT request");var a=s.request(o);a.useChunkedEncodingByDefault=!1,a.once("response",(e=>{e.upgrade=!0})),a.once("upgrade",((e,t,s)=>{process.nextTick((()=>{r(e,t,s)}))})),a.once("connect",r),a.once("error",(t=>{a.removeAllListeners(),p("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),s.removeSocket(i)})),a.end()},s.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,(e=>{r.request.onSocket(e)}))}},d=p=()=>{}})),Fe.register("FDzJa",(function(e,t){"use strict";Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.BasicCredentialHandler=class{constructor(e,t){this.username=e,this.password=t}prepareRequest(e){e.headers.Authorization="Basic "+Buffer.from(this.username+":"+this.password).toString("base64")}canHandleAuthentication(e){return!1}handleAuthentication(e,t,r){return null}},e.exports.BearerCredentialHandler=class{constructor(e){this.token=e}prepareRequest(e){e.headers.Authorization="Bearer "+this.token}canHandleAuthentication(e){return!1}handleAuthentication(e,t,r){return null}},e.exports.PersonalAccessTokenCredentialHandler=class{constructor(e){this.token=e}prepareRequest(e){e.headers.Authorization="Basic "+Buffer.from("PAT:"+this.token).toString("base64")}canHandleAuthentication(e){return!1}handleAuthentication(e,t,r){return null}}})),Fe.register("Kr4hr",(function(e,t){"use strict";var r=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.markdownSummary=e.exports.SUMMARY_DOCS_URL=e.exports.SUMMARY_ENV_VAR=void 0;const{access:s,appendFile:i,writeFile:o}=be.promises;e.exports.SUMMARY_ENV_VAR="GITHUB_STEP_SUMMARY",e.exports.SUMMARY_DOCS_URL="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary",e.exports.markdownSummary=new class{constructor(){this._buffer=""}filePath(){return r(this,void 0,void 0,(function*(){if(this._filePath)return this._filePath;const t=process.env[e.exports.SUMMARY_ENV_VAR];if(!t)throw Error(`Unable to find environment variable for $${e.exports.SUMMARY_ENV_VAR}. Check if your runtime environment supports markdown summaries.`);try{yield s(t,be.constants.R_OK|be.constants.W_OK)}catch(e){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 s=Object.entries(r).map((([e,t])=>` ${e}="${t}"`)).join("");return t?`<${e}${s}>${t}</${e}>`:`<${e}${s}>`}write(e){return r(this,void 0,void 0,(function*(){const t=!!(null==e?void 0:e.overwrite),r=yield this.filePath(),s=t?o:i;return yield s(r,this._buffer,{encoding:"utf8"}),this.emptyBuffer()}))}clear(){return r(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(we.EOL)}addCodeBlock(e,t){const r=Object.assign({},t&&{lang:t}),s=this.wrap("pre",this.wrap("code",e),r);return this.addRaw(s).addEOL()}addList(e,t=!1){const r=t?"ol":"ul",s=e.map((e=>this.wrap("li",e))).join(""),i=this.wrap(r,s);return this.addRaw(i).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:s,rowspan:i}=e,o=t?"th":"td",n=Object.assign(Object.assign({},s&&{colspan:s}),i&&{rowspan:i});return this.wrap(o,r,n)})).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:s,height:i}=r||{},o=Object.assign(Object.assign({},s&&{width:s}),i&&{height:i}),n=this.wrap("img",null,Object.assign({src:e,alt:t},o));return this.addRaw(n).addEOL()}addHeading(e,t){const r="h"+t,s=["h1","h2","h3","h4","h5","h6"].includes(r)?r:"h1",i=this.wrap(s,e);return this.addRaw(i).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}),s=this.wrap("blockquote",e,r);return this.addRaw(s).addEOL()}addLink(e,t){const r=this.wrap("a",e,{href:t});return this.addRaw(r).addEOL()}}})),Fe.register("ftrAD",((e,t)=>{function r(e,t,r){return!(!e.isSymbolicLink()&&!e.isFile())&&((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 s=0;r.length>s;s++){var i=r[s].toLowerCase();if(i&&e.substr(-i.length).toLowerCase()===i)return!0}return!1})(t,r)}function s(e,t,s){be.stat(e,((i,o)=>{s(i,!i&&r(o,e,t))}))}e.exports=s,s.sync=(e,t)=>r(be.statSync(e),e,t)})),Fe.register("9yF3I",((e,t)=>{function r(e,t,r){be.stat(e,((e,i)=>{r(e,!e&&s(i,t))}))}function s(e,t){return e.isFile()&&((e,t)=>{var r=e.mode,s=e.uid,i=e.gid,o=void 0!==t.uid?t.uid:process.getuid&&process.getuid(),n=void 0!==t.gid?t.gid:process.getgid&&process.getgid(),a=parseInt("100",8),c=parseInt("010",8),l=a|c;return r&parseInt("001",8)||r&c&&i===n||r&a&&s===o||r&l&&0===o})(e,t)}e.exports=r,r.sync=(e,t)=>s(be.statSync(e),t)})),Fe.register("bJALw",((e,t)=>{e.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"],"win32"!==process.platform&&e.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT"),"linux"===process.platform&&e.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")})),Fe.register("ditiY",((t,r)=>{function s(e){return l.isGitHubCI()?c.error(e):console.log(`${e}`)}function i(e){return console.log(`${e}`)}function o(e){return l.isGitHubCI()?c.warning(e):console.log(`${e}`)}function n(e){return l.isGitHubCI()?c.notice(e):console.log(`${e}`)}function a(e){return l.isGitHubCI()?c.info(e):console.log(e)}e(t.exports,"error",(()=>s)),e(t.exports,"success",(()=>i)),e(t.exports,"warning",(()=>o)),e(t.exports,"notice",(()=>n)),e(t.exports,"info",(()=>a));var c=Fe("jdDFH"),l=Fe("di6NI")})),Fe.register("di6NI",((t,r)=>{function s(){return"true"===process.env.CI&&"true"===process.env.GITHUB_ACTIONS}e(t.exports,"isGitHubCI",(()=>s))})),Fe.register("fvrnx",(function(e,t){"use strict";function r(e){return u(this,void 0,void 0,(function*(){if(h.IS_WINDOWS){if(/[*"<>|]/.test(e))throw Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows');try{const t=h.getCmdPath();(yield h.isDirectory(e,!0))?yield f(t+' /s /c "rd /s /q "%inputPath%""',{env:{inputPath:e}}):yield f(t+' /s /c "del /f /a "%inputPath%""',{env:{inputPath:e}})}catch(e){if("ENOENT"!==e.code)throw e}try{yield h.unlink(e)}catch(e){if("ENOENT"!==e.code)throw e}}else{let t=!1;try{t=yield h.isDirectory(e)}catch(e){if("ENOENT"!==e.code)throw e;return}t?yield m("rm",["-rf",""+e]):yield h.unlink(e)}}))}function s(e){return u(this,void 0,void 0,(function*(){$e.ok(e,"a path argument must be provided"),yield h.mkdir(e,{recursive:!0})}))}function i(e){return u(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'tool' is required");const t=[];if(h.IS_WINDOWS&&process.env.PATHEXT)for(const e of process.env.PATHEXT.split(p.delimiter))e&&t.push(e);if(h.isRooted(e)){const r=yield h.tryGetExecutablePath(e,t);return r?[r]:[]}if(e.includes(p.sep))return[];const r=[];if(process.env.PATH)for(const e of process.env.PATH.split(p.delimiter))e&&r.push(e);const s=[];for(const i of r){const r=yield h.tryGetExecutablePath(p.join(i,e),t);r&&s.push(r)}return s}))}function o(e,t,r,i){return u(this,void 0,void 0,(function*(){if(r>=255)return;r++,yield s(t);const a=yield h.readdir(e);for(const s of a){const a=`${e}/${s}`,c=`${t}/${s}`;(yield h.lstat(a)).isDirectory()?yield o(a,c,r,i):yield n(a,c,i)}yield h.chmod(t,(yield h.stat(e)).mode)}))}function n(e,t,r){return u(this,void 0,void 0,(function*(){if((yield h.lstat(e)).isSymbolicLink()){try{yield h.lstat(t),yield h.unlink(t)}catch(e){"EPERM"===e.code&&(yield h.chmod(t,"0666"),yield h.unlink(t))}const r=yield h.readlink(e);yield h.symlink(r,t,h.IS_WINDOWS?"junction":null)}else(yield h.exists(t))&&!r||(yield h.copyFile(e,t))}))}var a=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),c=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),l=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&a(t,e,r);return c(t,e),t}),u=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.findInPath=e.exports.which=e.exports.mkdirP=e.exports.rmRF=e.exports.mv=e.exports.cp=void 0;const d=l(Te),p=l(xe),h=l(Fe("2GOko")),f=Ce.promisify(d.exec),m=Ce.promisify(d.execFile);e.exports.cp=function(e,t,r={}){return u(this,void 0,void 0,(function*(){const{force:s,recursive:i,copySourceDirectory:a}=(e=>({force:null==e.force||e.force,recursive:!!e.recursive,copySourceDirectory:null==e.copySourceDirectory||!!e.copySourceDirectory}))(r),c=(yield h.exists(t))?yield h.stat(t):null;if(c&&c.isFile()&&!s)return;const l=c&&c.isDirectory()&&a?p.join(t,p.basename(e)):t;if(!(yield h.exists(e)))throw Error("no such file or directory: "+e);if((yield h.stat(e)).isDirectory()){if(!i)throw Error(`Failed to copy. ${e} is a directory, but tried to copy without recursive flag.`);yield o(e,l,0,s)}else{if(""===p.relative(e,l))throw Error(`'${l}' and '${e}' are the same file`);yield n(e,l,s)}}))},e.exports.mv=function(e,t,i={}){return u(this,void 0,void 0,(function*(){if(yield h.exists(t)){let s=!0;if((yield h.isDirectory(t))&&(t=p.join(t,p.basename(e)),s=yield h.exists(t)),s){if(null!=i.force&&!i.force)throw Error("Destination already exists");yield r(t)}}yield s(p.dirname(t)),yield h.rename(e,t)}))},e.exports.rmRF=r,e.exports.mkdirP=s,e.exports.which=function e(t,r){return u(this,void 0,void 0,(function*(){if(!t)throw Error("parameter 'tool' is required");if(r){const r=yield e(t,!1);if(!r)throw Error(h.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 s=yield i(t);return s&&s.length>0?s[0]:""}))},e.exports.findInPath=i})),Fe.register("2GOko",(function(e,t){"use strict";function r(e){return(1&e.mode)>0||(8&e.mode)>0&&e.gid===process.getgid()||(64&e.mode)>0&&e.uid===process.getuid()}var s,i=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),o=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),n=e.exports&&e.exports.__importStar||(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 o(t,e),t}),a=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.getCmdPath=e.exports.tryGetExecutablePath=e.exports.isRooted=e.exports.isDirectory=e.exports.exists=e.exports.IS_WINDOWS=e.exports.unlink=e.exports.symlink=e.exports.stat=e.exports.rmdir=e.exports.rename=e.exports.readlink=e.exports.readdir=e.exports.mkdir=e.exports.lstat=e.exports.copyFile=e.exports.chmod=void 0;const c=n(be),l=n(xe);e.exports.chmod=(s=c.promises).chmod,e.exports.copyFile=s.copyFile,e.exports.lstat=s.lstat,e.exports.mkdir=s.mkdir,e.exports.readdir=s.readdir,e.exports.readlink=s.readlink,e.exports.rename=s.rename,e.exports.rmdir=s.rmdir,e.exports.stat=s.stat,e.exports.symlink=s.symlink,e.exports.unlink=s.unlink,e.exports.IS_WINDOWS="win32"===process.platform,e.exports.exists=function(t){return a(this,void 0,void 0,(function*(){try{yield e.exports.stat(t)}catch(e){if("ENOENT"===e.code)return!1;throw e}return!0}))},e.exports.isDirectory=function(t,r=!1){return a(this,void 0,void 0,(function*(){return(r?yield e.exports.stat(t):yield e.exports.lstat(t)).isDirectory()}))},e.exports.isRooted=t=>{if(!(t=(t=>(t=t||"",e.exports.IS_WINDOWS?(t=t.replace(/\//g,"\\")).replace(/\\\\+/g,"\\"):t.replace(/\/\/+/g,"/")))(t)))throw Error('isRooted() parameter "p" cannot be empty');return e.exports.IS_WINDOWS?t.startsWith("\\")||/^[A-Z]:/i.test(t):t.startsWith("/")},e.exports.tryGetExecutablePath=function(t,s){return a(this,void 0,void 0,(function*(){let i;try{i=yield e.exports.stat(t)}catch(e){"ENOENT"!==e.code&&console.log(`Unexpected error attempting to determine if executable file exists '${t}': ${e}`)}if(i&&i.isFile())if(e.exports.IS_WINDOWS){const e=l.extname(t).toUpperCase();if(s.some((t=>t.toUpperCase()===e)))return t}else if(r(i))return t;const o=t;for(const n of s){t=o+n,i=void 0;try{i=yield e.exports.stat(t)}catch(e){"ENOENT"!==e.code&&console.log(`Unexpected error attempting to determine if executable file exists '${t}': ${e}`)}if(i&&i.isFile()){if(e.exports.IS_WINDOWS){try{const r=l.dirname(t),s=l.basename(t).toUpperCase();for(const i of yield e.exports.readdir(r))if(s===i.toUpperCase()){t=l.join(r,i);break}}catch(e){console.log(`Unexpected error attempting to determine the actual case of the file '${t}': ${e}`)}return t}if(r(i))return t}}return""}))},e.exports.getCmdPath=()=>{var e;return null!==(e=process.env.COMSPEC)&&void 0!==e?e:"cmd.exe"}})),Fe.register("1GQ3N",(function(e,t){function r(e,t){const r=[];t=t||b.arch();const s=E.join(c(),e);if(w.existsSync(s)){const e=w.readdirSync(s);for(const i of e)if(n(i)){const e=E.join(s,i,t||"");w.existsSync(e)&&w.existsSync(e+".complete")&&r.push(i)}}return r}function s(e){return m(this,void 0,void 0,(function*(){return e||(e=E.join(l(),C.default())),yield y.mkdirP(e),e}))}function i(e,t,r){return m(this,void 0,void 0,(function*(){const s=E.join(c(),e,O.clean(t)||t,r||"");v.debug("destination "+s);const i=s+".complete";return yield y.rmRF(s),yield y.rmRF(i),yield y.mkdirP(s),s}))}function o(e,t,r){const s=E.join(c(),e,O.clean(t)||t,r||"");w.writeFileSync(s+".complete",""),v.debug("finished caching tool")}function n(e){const t=O.clean(e)||"";v.debug("isExplicit: "+t);const r=null!=O.valid(t);return v.debug("explicit? "+r),r}function a(e,t){let r="";v.debug(`evaluating ${e.length} versions`);for(let s=(e=e.sort(((e,t)=>O.gt(e,t)?1:-1))).length-1;s>=0;s--){const i=e[s];if(O.satisfies(i,t)){r=i;break}}return v.debug(r?"matched: "+r:"match not found"),r}function c(){const e=process.env.RUNNER_TOOL_CACHE||"";return $e.ok(e,"Expected RUNNER_TOOL_CACHE to be defined"),e}function l(){const e=process.env.RUNNER_TEMP||"";return $e.ok(e,"Expected RUNNER_TEMP to be defined"),e}function u(e,t){const r=Le[e];return void 0!==r?r:t}var d=xe.resolve(__dirname,"../node_modules/.pnpm/@actions+tool-cache@1.7.2/node_modules/@actions/tool-cache/lib"),p=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),h=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),f=e.exports&&e.exports.__importStar||(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 h(t,e),t}),m=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())}))),g=e.exports&&e.exports.__importDefault||(e=>e&&e.__esModule?e:{default:e});Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.evaluateVersions=e.exports.isExplicitVersion=e.exports.findFromManifest=e.exports.getManifestFromRepo=e.exports.findAllVersions=e.exports.find=e.exports.cacheFile=e.exports.cacheDir=e.exports.extractZip=e.exports.extractXar=e.exports.extractTar=e.exports.extract7z=e.exports.downloadTool=e.exports.HTTPError=void 0;const v=f(Fe("jdDFH")),y=f(Fe("fvrnx")),w=f(be),x=f(Fe("2YXUl")),b=f(we),E=f(xe),S=f(Fe("ba1Cu")),O=f(Fe("4URNm")),_=f(Re),$=f(Ce),C=g(Fe("iFKS7"));var T=Fe("ca0ts"),R=Fe("9g1b2");class I extends Error{constructor(e){super("Unexpected HTTP response: "+e),this.httpStatusCode=e,Object.setPrototypeOf(this,new.target.prototype)}}e.exports.HTTPError=I;const A="win32"===process.platform,P="darwin"===process.platform;e.exports.downloadTool=function(e,t,r,s){return m(this,void 0,void 0,(function*(){t=t||E.join(l(),C.default()),yield y.mkdirP(E.dirname(t)),v.debug("Downloading "+e),v.debug("Destination "+t);const i=u("TEST_DOWNLOAD_TOOL_RETRY_MIN_SECONDS",10),o=u("TEST_DOWNLOAD_TOOL_RETRY_MAX_SECONDS",20),n=new R.RetryHelper(3,i,o);return yield n.execute((()=>m(this,void 0,void 0,(function*(){return yield function(e,t,r,s){return m(this,void 0,void 0,(function*(){if(w.existsSync(t))throw Error(`Destination file path ${t} already exists`);const i=new S.HttpClient("actions/tool-cache",[],{allowRetries:!1});r&&(v.debug("set auth"),void 0===s&&(s={}),s.authorization=r);const o=yield i.get(e,s);if(200!==o.message.statusCode){const t=new I(o.message.statusCode);throw v.debug(`Failed to download from "${e}". Code(${o.message.statusCode}) Message(${o.message.statusMessage})`),t}const n=$.promisify(_.pipeline),a=u("TEST_DOWNLOAD_TOOL_RESPONSE_MESSAGE_FACTORY",(()=>o.message))();let c=!1;try{return yield n(a,w.createWriteStream(t)),v.debug("download complete"),c=!0,t}finally{if(!c){v.debug("download failed");try{yield y.rmRF(t)}catch(e){v.debug(`Failed to delete '${t}'. ${e.message}`)}}}}))}(e,t||"",r,s)}))),(e=>!(e instanceof I&&e.httpStatusCode&&500>e.httpStatusCode&&408!==e.httpStatusCode&&429!==e.httpStatusCode)))}))},e.exports.extract7z=function(e,t,r){return m(this,void 0,void 0,(function*(){$e.ok(A,"extract7z() not supported on current OS"),$e.ok(e,'parameter "file" is required'),t=yield s(t);const i=process.cwd();if(process.chdir(t),r)try{const t=["x",v.isDebug()?"-bb1":"-bb0","-bd","-sccUTF-8",e],s={silent:!0};yield T.exec(`"${r}"`,t,s)}finally{process.chdir(i)}else{const r=["-NoLogo","-Sta","-NoProfile","-NonInteractive","-ExecutionPolicy","Unrestricted","-Command",`& '${E.join(d,"..","scripts","Invoke-7zdec.ps1").replace(/'/g,"''").replace(/"|\n|\r/g,"")}' -Source '${e.replace(/'/g,"''").replace(/"|\n|\r/g,"")}' -Target '${t.replace(/'/g,"''").replace(/"|\n|\r/g,"")}'`],s={silent:!0};try{const e=yield y.which("powershell",!0);yield T.exec(`"${e}"`,r,s)}finally{process.chdir(i)}}return t}))},e.exports.extractTar=function(e,t,r="xz"){return m(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'file' is required");t=yield s(t),v.debug("Checking tar --version");let i="";yield T.exec("tar --version",[],{ignoreReturnCode:!0,silent:!0,listeners:{stdout(e){return i+=""+e},stderr(e){return i+=""+e}}}),v.debug(i.trim());const o=i.toUpperCase().includes("GNU TAR");let n;n=r instanceof Array?r:[r],v.isDebug()&&!r.includes("v")&&n.push("-v");let a=t,c=e;return A&&o&&(n.push("--force-local"),a=t.replace(/\\/g,"/"),c=e.replace(/\\/g,"/")),o&&(n.push("--warning=no-unknown-keyword"),n.push("--overwrite")),n.push("-C",a,"-f",c),yield T.exec("tar",n),t}))},e.exports.extractXar=function(e,t,r=[]){return m(this,void 0,void 0,(function*(){let i;$e.ok(P,"extractXar() not supported on current OS"),$e.ok(e,'parameter "file" is required'),t=yield s(t),i=r instanceof Array?r:[r],i.push("-x","-C",t,"-f",e),v.isDebug()&&i.push("-v");const o=yield y.which("xar",!0);var n;return yield T.exec(`"${o}"`,(n=i,Array.from(new Set(n)))),t}))},e.exports.extractZip=function(e,t){return m(this,void 0,void 0,(function*(){if(!e)throw Error("parameter 'file' is required");return t=yield s(t),A?yield function(e,t){return m(this,void 0,void 0,(function*(){const r=e.replace(/'/g,"''").replace(/"|\n|\r/g,""),s=t.replace(/'/g,"''").replace(/"|\n|\r/g,""),i=yield y.which("pwsh",!1);if(i){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}', '${s}', $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 '${s}' -Force } else { throw $_ } } ;`].join(" ")];v.debug("Using pwsh at path: "+i),yield T.exec(`"${i}"`,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 '${s}' -Force }`,`else {[System.IO.Compression.ZipFile]::ExtractToDirectory('${r}', '${s}', $true) }`].join(" ")],t=yield y.which("powershell",!0);v.debug("Using powershell at path: "+t),yield T.exec(`"${t}"`,e)}}))}(e,t):yield function(e,t){return m(this,void 0,void 0,(function*(){const r=yield y.which("unzip",!0),s=[e];v.isDebug()||s.unshift("-q"),s.unshift("-o"),yield T.exec(`"${r}"`,s,{cwd:t})}))}(e,t),t}))},e.exports.cacheDir=function(e,t,r,s){return m(this,void 0,void 0,(function*(){if(r=O.clean(r)||r,s=s||b.arch(),v.debug(`Caching tool ${t} ${r} ${s}`),v.debug("source dir: "+e),!w.statSync(e).isDirectory())throw Error("sourceDir is not a directory");const n=yield i(t,r,s);for(const t of w.readdirSync(e)){const r=E.join(e,t);yield y.cp(r,n,{recursive:!0})}return o(t,r,s),n}))},e.exports.cacheFile=function(e,t,r,s,n){return m(this,void 0,void 0,(function*(){if(s=O.clean(s)||s,n=n||b.arch(),v.debug(`Caching tool ${r} ${s} ${n}`),v.debug("source file: "+e),!w.statSync(e).isFile())throw Error("sourceFile is not a file");const a=yield i(r,s,n),c=E.join(a,t);return v.debug("destination file "+c),yield y.cp(e,c),o(r,s,n),a}))},e.exports.find=(e,t,s)=>{if(!e)throw Error("toolName parameter is required");if(!t)throw Error("versionSpec parameter is required");s=s||b.arch(),n(t)||(t=a(r(e,s),t));let i="";if(t){t=O.clean(t)||"";const r=E.join(c(),e,t,s);v.debug("checking cache: "+r),w.existsSync(r)&&w.existsSync(r+".complete")?(v.debug(`Found tool in cache ${e} ${t} ${s}`),i=r):v.debug("not found")}return i},e.exports.findAllVersions=r,e.exports.getManifestFromRepo=function(e,t,r,s="master"){return m(this,void 0,void 0,(function*(){let i=[];const o=`https://api.github.com/repos/${e}/${t}/git/trees/${s}`,n=new S.HttpClient("tool-cache"),a={};r&&(v.debug("set auth"),a.authorization=r);const c=yield n.getJson(o,a);if(!c.result)return i;let l="";for(const e of c.result.tree)if("versions-manifest.json"===e.path){l=e.url;break}a.accept="application/vnd.github.VERSION.raw";let u=yield(yield n.get(l,a)).readBody();if(u){u=u.replace(/^\uFEFF/,"");try{i=JSON.parse(u)}catch(e){v.debug("Invalid json")}}return i}))},e.exports.findFromManifest=function(e,t,r,s=b.arch()){return m(this,void 0,void 0,(function*(){return yield x._findMatch(e,t,r,s)}))},e.exports.isExplicitVersion=n,e.exports.evaluateVersions=a})),Fe.register("2YXUl",(function(e,t){"use strict";var r=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),s=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),i=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)"default"!==i&&Object.hasOwnProperty.call(e,i)&&r(t,e,i);return s(t,e),t}),o=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports._readLinuxVersionFile=e.exports._getOsVersion=e.exports._findMatch=void 0;const n=i(Fe("4URNm"));var a=Fe("jdDFH");e.exports._findMatch=function(t,r,s,i){return o(this,void 0,void 0,(function*(){const o=we.platform();let c,l,u;for(const c of s){const s=c.version;if(a.debug(`check ${s} satisfies ${t}`),n.satisfies(s,t)&&(!r||c.stable===r)&&(u=c.files.find((t=>{a.debug(`${t.arch}===${i} && ${t.platform}===${o}`);let r=t.arch===i&&t.platform===o;if(r&&t.platform_version){const s=e.exports._getOsVersion();r=s===t.platform_version||n.satisfies(s,t.platform_version)}return r})),u)){a.debug("matched "+c.version),l=c;break}}return l&&u&&(c=Object.assign({},l),c.files=[u]),c}))},e.exports._getOsVersion=()=>{const t=we.platform();let r="";if("darwin"===t)r=""+Te.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},e.exports._readLinuxVersionFile=()=>{const e="/etc/lsb-release",t="/etc/os-release";let r="";return be.existsSync(e)?r=""+be.readFileSync(e):be.existsSync(t)&&(r=""+be.readFileSync(t)),r}})),Fe.register("4URNm",((e,t)=>{var r=Fe("bikcG");e.exports={re:r.re,src:r.src,tokens:r.t,SEMVER_SPEC_VERSION:Fe("bgOMw").SEMVER_SPEC_VERSION,SemVer:Fe("7qUJS"),compareIdentifiers:Fe("12NXI").compareIdentifiers,rcompareIdentifiers:Fe("12NXI").rcompareIdentifiers,parse:Fe("gdrva"),valid:Fe("fVzwP"),clean:Fe("hOYls"),inc:Fe("dGcr6"),diff:Fe("bBssn"),major:Fe("fB2B7"),minor:Fe("bye2i"),patch:Fe("87ZGF"),prerelease:Fe("4agny"),compare:Fe("howpO"),rcompare:Fe("zcbgY"),compareLoose:Fe("iGBo4"),compareBuild:Fe("80ezM"),sort:Fe("4qmtg"),rsort:Fe("4pjXu"),gt:Fe("6KPS4"),lt:Fe("lr5pz"),eq:Fe("jXghC"),neq:Fe("fqqGA"),gte:Fe("5cRW4"),lte:Fe("fwsB7"),cmp:Fe("823yM"),coerce:Fe("1YYsi"),Comparator:Fe("eR6XK"),Range:Fe("hvUff"),satisfies:Fe("c8FZS"),toComparators:Fe("2J2hR"),maxSatisfying:Fe("lbfMG"),minSatisfying:Fe("5wbuE"),minVersion:Fe("hZRNG"),validRange:Fe("fqnzG"),outside:Fe("77bPN"),gtr:Fe("gD8Tz"),ltr:Fe("bpPww"),intersects:Fe("cHIUn"),simplifyRange:Fe("k8aCs"),subset:Fe("388OD")}})),Fe.register("bikcG",((e,t)=>{var r=Fe("bgOMw").MAX_SAFE_COMPONENT_LENGTH,s=Fe("jkMsx");const i=(t=e.exports={}).re=[],o=t.src=[],n=t.t={};let a=0;const c=(e,t,r)=>{const c=a++;s(e,c,t),n[e]=c,o[c]=t,i[c]=RegExp(t,r?"g":void 0)};c("NUMERICIDENTIFIER","0|[1-9]\\d*"),c("NUMERICIDENTIFIERLOOSE","[0-9]+"),c("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),c("MAINVERSION",`(${o[n.NUMERICIDENTIFIER]})\\.(${o[n.NUMERICIDENTIFIER]})\\.(${o[n.NUMERICIDENTIFIER]})`),c("MAINVERSIONLOOSE",`(${o[n.NUMERICIDENTIFIERLOOSE]})\\.(${o[n.NUMERICIDENTIFIERLOOSE]})\\.(${o[n.NUMERICIDENTIFIERLOOSE]})`),c("PRERELEASEIDENTIFIER",`(?:${o[n.NUMERICIDENTIFIER]}|${o[n.NONNUMERICIDENTIFIER]})`),c("PRERELEASEIDENTIFIERLOOSE",`(?:${o[n.NUMERICIDENTIFIERLOOSE]}|${o[n.NONNUMERICIDENTIFIER]})`),c("PRERELEASE",`(?:-(${o[n.PRERELEASEIDENTIFIER]}(?:\\.${o[n.PRERELEASEIDENTIFIER]})*))`),c("PRERELEASELOOSE",`(?:-?(${o[n.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${o[n.PRERELEASEIDENTIFIERLOOSE]})*))`),c("BUILDIDENTIFIER","[0-9A-Za-z-]+"),c("BUILD",`(?:\\+(${o[n.BUILDIDENTIFIER]}(?:\\.${o[n.BUILDIDENTIFIER]})*))`),c("FULLPLAIN",`v?${o[n.MAINVERSION]}${o[n.PRERELEASE]}?${o[n.BUILD]}?`),c("FULL",`^${o[n.FULLPLAIN]}$`),c("LOOSEPLAIN",`[v=\\s]*${o[n.MAINVERSIONLOOSE]}${o[n.PRERELEASELOOSE]}?${o[n.BUILD]}?`),c("LOOSE",`^${o[n.LOOSEPLAIN]}$`),c("GTLT","((?:<|>)?=?)"),c("XRANGEIDENTIFIERLOOSE",o[n.NUMERICIDENTIFIERLOOSE]+"|x|X|\\*"),c("XRANGEIDENTIFIER",o[n.NUMERICIDENTIFIER]+"|x|X|\\*"),c("XRANGEPLAIN",`[v=\\s]*(${o[n.XRANGEIDENTIFIER]})(?:\\.(${o[n.XRANGEIDENTIFIER]})(?:\\.(${o[n.XRANGEIDENTIFIER]})(?:${o[n.PRERELEASE]})?${o[n.BUILD]}?)?)?`),c("XRANGEPLAINLOOSE",`[v=\\s]*(${o[n.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[n.XRANGEIDENTIFIERLOOSE]})(?:\\.(${o[n.XRANGEIDENTIFIERLOOSE]})(?:${o[n.PRERELEASELOOSE]})?${o[n.BUILD]}?)?)?`),c("XRANGE",`^${o[n.GTLT]}\\s*${o[n.XRANGEPLAIN]}$`),c("XRANGELOOSE",`^${o[n.GTLT]}\\s*${o[n.XRANGEPLAINLOOSE]}$`),c("COERCE",`(^|[^\\d])(\\d{1,${r}})(?:\\.(\\d{1,${r}}))?(?:\\.(\\d{1,${r}}))?(?:$|[^\\d])`),c("COERCERTL",o[n.COERCE],!0),c("LONETILDE","(?:~>?)"),c("TILDETRIM",`(\\s*)${o[n.LONETILDE]}\\s+`,!0),t.tildeTrimReplace="$1~",c("TILDE",`^${o[n.LONETILDE]}${o[n.XRANGEPLAIN]}$`),c("TILDELOOSE",`^${o[n.LONETILDE]}${o[n.XRANGEPLAINLOOSE]}$`),c("LONECARET","(?:\\^)"),c("CARETTRIM",`(\\s*)${o[n.LONECARET]}\\s+`,!0),t.caretTrimReplace="$1^",c("CARET",`^${o[n.LONECARET]}${o[n.XRANGEPLAIN]}$`),c("CARETLOOSE",`^${o[n.LONECARET]}${o[n.XRANGEPLAINLOOSE]}$`),c("COMPARATORLOOSE",`^${o[n.GTLT]}\\s*(${o[n.LOOSEPLAIN]})$|^$`),c("COMPARATOR",`^${o[n.GTLT]}\\s*(${o[n.FULLPLAIN]})$|^$`),c("COMPARATORTRIM",`(\\s*)${o[n.GTLT]}\\s*(${o[n.LOOSEPLAIN]}|${o[n.XRANGEPLAIN]})`,!0),t.comparatorTrimReplace="$1$2$3",c("HYPHENRANGE",`^\\s*(${o[n.XRANGEPLAIN]})\\s+-\\s+(${o[n.XRANGEPLAIN]})\\s*$`),c("HYPHENRANGELOOSE",`^\\s*(${o[n.XRANGEPLAINLOOSE]})\\s+-\\s+(${o[n.XRANGEPLAINLOOSE]})\\s*$`),c("STAR","(<|>)?=?\\s*\\*"),c("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$"),c("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")})),Fe.register("bgOMw",((e,t)=>{e.exports={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16}})),Fe.register("jkMsx",((e,t)=>{const r=("object"==typeof process&&process,()=>{});e.exports=r})),Fe.register("7qUJS",(function(e,t){var r=Fe("jkMsx"),s=Fe("bgOMw"),i=s.MAX_LENGTH,o=s.MAX_SAFE_INTEGER,n=Fe("bikcG"),a=n.re,c=n.t,l=Fe("eUvvN"),u=Fe("12NXI").compareIdentifiers;class d{constructor(e,t){if(t=l(t),e instanceof d){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: "+e);if(e.length>i)throw new TypeError(`version is longer than ${i} characters`);r("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const s=e.trim().match(t.loose?a[c.LOOSE]:a[c.FULL]);if(!s)throw new TypeError("Invalid Version: "+e);if(this.raw=e,this.major=+s[1],this.minor=+s[2],this.patch=+s[3],this.major>o||0>this.major)throw new TypeError("Invalid major version");if(this.minor>o||0>this.minor)throw new TypeError("Invalid minor version");if(this.patch>o||0>this.patch)throw new TypeError("Invalid patch version");this.prerelease=s[4]?s[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&o>t)return t}return e})):[],this.build=s[5]?s[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(e){if(r("SemVer.compare",this.version,this.options,e),!(e instanceof d)){if("string"==typeof e&&e===this.version)return 0;e=new d(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof d||(e=new d(e,this.options)),u(this.major,e.major)||u(this.minor,e.minor)||u(this.patch,e.patch)}comparePre(e){if(e instanceof d||(e=new d(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;let t=0;do{const s=this.prerelease[t],i=e.prerelease[t];if(r("prerelease compare",t,s,i),void 0===s&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===s)return-1;if(s!==i)return u(s,i)}while(++t)}compareBuild(e){e instanceof d||(e=new d(e,this.options));let t=0;do{const s=this.build[t],i=e.build[t];if(r("prerelease compare",t,s,i),void 0===s&&void 0===i)return 0;if(void 0===i)return 1;if(void 0===s)return-1;if(s!==i)return u(s,i)}while(++t)}inc(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{let e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(0===u(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}}e.exports=d})),Fe.register("eUvvN",((e,t)=>{const r=["includePrerelease","loose","rtl"];e.exports=e=>e?"object"!=typeof e?{loose:!0}:r.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{}})),Fe.register("12NXI",((e,t)=>{const r=/^[0-9]+$/,s=(e,t)=>{const s=r.test(e),i=r.test(t);return s&&i&&(e=+e,t=+t),e===t?0:s&&!i?-1:i&&!s?1:t>e?-1:1};e.exports={compareIdentifiers:s,rcompareIdentifiers(e,t){return s(t,e)}}})),Fe.register("gdrva",((e,t)=>{var r=Fe("bgOMw").MAX_LENGTH,s=Fe("bikcG"),i=s.re,o=s.t,n=Fe("7qUJS"),a=Fe("eUvvN");e.exports=(e,t)=>{if(t=a(t),e instanceof n)return e;if("string"!=typeof e)return null;if(e.length>r)return null;if(!(t.loose?i[o.LOOSE]:i[o.FULL]).test(e))return null;try{return new n(e,t)}catch(e){return null}}})),Fe.register("fVzwP",((e,t)=>{var r=Fe("gdrva");e.exports=(e,t)=>{const s=r(e,t);return s?s.version:null}})),Fe.register("hOYls",((e,t)=>{var r=Fe("gdrva");e.exports=(e,t)=>{const s=r(e.trim().replace(/^[=v]+/,""),t);return s?s.version:null}})),Fe.register("dGcr6",((e,t)=>{var r=Fe("7qUJS");e.exports=(e,t,s,i)=>{"string"==typeof s&&(i=s,s=void 0);try{return new r(e instanceof r?e.version:e,s).inc(t,i).version}catch(e){return null}}})),Fe.register("bBssn",((e,t)=>{var r=Fe("gdrva"),s=Fe("jXghC");e.exports=(e,t)=>{if(s(e,t))return null;{const s=r(e),i=r(t),o=s.prerelease.length||i.prerelease.length,n=o?"pre":"",a=o?"prerelease":"";for(const e in s)if(("major"===e||"minor"===e||"patch"===e)&&s[e]!==i[e])return n+e;return a}}})),Fe.register("jXghC",((e,t)=>{var r=Fe("howpO");e.exports=(e,t,s)=>0===r(e,t,s)})),Fe.register("howpO",((e,t)=>{var r=Fe("7qUJS");e.exports=(e,t,s)=>new r(e,s).compare(new r(t,s))})),Fe.register("fB2B7",((e,t)=>{var r=Fe("7qUJS");e.exports=(e,t)=>new r(e,t).major})),Fe.register("bye2i",((e,t)=>{var r=Fe("7qUJS");e.exports=(e,t)=>new r(e,t).minor})),Fe.register("87ZGF",((e,t)=>{var r=Fe("7qUJS");e.exports=(e,t)=>new r(e,t).patch})),Fe.register("4agny",((e,t)=>{var r=Fe("gdrva");e.exports=(e,t)=>{const s=r(e,t);return s&&s.prerelease.length?s.prerelease:null}})),Fe.register("zcbgY",((e,t)=>{var r=Fe("howpO");e.exports=(e,t,s)=>r(t,e,s)})),Fe.register("iGBo4",((e,t)=>{var r=Fe("howpO");e.exports=(e,t)=>r(e,t,!0)})),Fe.register("80ezM",((e,t)=>{var r=Fe("7qUJS");e.exports=(e,t,s)=>{const i=new r(e,s),o=new r(t,s);return i.compare(o)||i.compareBuild(o)}})),Fe.register("4qmtg",((e,t)=>{var r=Fe("80ezM");e.exports=(e,t)=>e.sort(((e,s)=>r(e,s,t)))})),Fe.register("4pjXu",((e,t)=>{var r=Fe("80ezM");e.exports=(e,t)=>e.sort(((e,s)=>r(s,e,t)))})),Fe.register("6KPS4",((e,t)=>{var r=Fe("howpO");e.exports=(e,t,s)=>r(e,t,s)>0})),Fe.register("lr5pz",((e,t)=>{var r=Fe("howpO");e.exports=(e,t,s)=>0>r(e,t,s)})),Fe.register("fqqGA",((e,t)=>{var r=Fe("howpO");e.exports=(e,t,s)=>0!==r(e,t,s)})),Fe.register("5cRW4",((e,t)=>{var r=Fe("howpO");e.exports=(e,t,s)=>r(e,t,s)>=0})),Fe.register("fwsB7",((e,t)=>{var r=Fe("howpO");e.exports=(e,t,s)=>0>=r(e,t,s)})),Fe.register("823yM",((e,t)=>{var r=Fe("jXghC"),s=Fe("fqqGA"),i=Fe("6KPS4"),o=Fe("5cRW4"),n=Fe("lr5pz"),a=Fe("fwsB7");e.exports=(e,t,c,l)=>{switch(t){case"===":return"object"==typeof e&&(e=e.version),"object"==typeof c&&(c=c.version),e===c;case"!==":return"object"==typeof e&&(e=e.version),"object"==typeof c&&(c=c.version),e!==c;case"":case"=":case"==":return r(e,c,l);case"!=":return s(e,c,l);case">":return i(e,c,l);case">=":return o(e,c,l);case"<":return n(e,c,l);case"<=":return a(e,c,l);default:throw new TypeError("Invalid operator: "+t)}}})),Fe.register("1YYsi",((e,t)=>{var r=Fe("7qUJS"),s=Fe("gdrva"),i=Fe("bikcG"),o=i.re,n=i.t;e.exports=(e,t)=>{if(e instanceof r)return e;if("number"==typeof e&&(e+=""),"string"!=typeof e)return null;let i=null;if((t=t||{}).rtl){let t;for(;(t=o[n.COERCERTL].exec(e))&&(!i||i.index+i[0].length!==e.length);)i&&t.index+t[0].length===i.index+i[0].length||(i=t),o[n.COERCERTL].lastIndex=t.index+t[1].length+t[2].length;o[n.COERCERTL].lastIndex=-1}else i=e.match(o[n.COERCE]);return null===i?null:s(`${i[2]}.${i[3]||"0"}.${i[4]||"0"}`,t)}})),Fe.register("eR6XK",(function(e,t){const r=Symbol();class s{static get ANY(){return r}constructor(e,t){if(t=i(t),e instanceof s){if(e.loose===!!t.loose)return e;e=e.value}l("comparator",e,t),this.options=t,this.loose=!!t.loose,this.parse(e),this.value=this.semver===r?"":this.operator+this.semver.version,l("comp",this)}parse(e){const t=e.match(this.options.loose?n[a.COMPARATORLOOSE]:n[a.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 u(t[2],this.options.loose):r}toString(){return this.value}test(e){if(l("Comparator.test",e,this.options.loose),this.semver===r||e===r)return!0;if("string"==typeof e)try{e=new u(e,this.options)}catch(e){return!1}return c(e,this.operator,this.semver,this.options)}intersects(e,t){if(!(e instanceof s))throw new TypeError("a Comparator is required");if(t&&"object"==typeof t||(t={loose:!!t,includePrerelease:!1}),""===this.operator)return""===this.value||new d(e.value,t).test(this.value);if(""===e.operator)return""===e.value||new d(this.value,t).test(e.semver);const r=!(">="!==this.operator&&">"!==this.operator||">="!==e.operator&&">"!==e.operator),i=!("<="!==this.operator&&"<"!==this.operator||"<="!==e.operator&&"<"!==e.operator),o=this.semver.version===e.semver.version,n=!(">="!==this.operator&&"<="!==this.operator||">="!==e.operator&&"<="!==e.operator),a=c(this.semver,"<",e.semver,t)&&(">="===this.operator||">"===this.operator)&&("<="===e.operator||"<"===e.operator),l=c(this.semver,">",e.semver,t)&&("<="===this.operator||"<"===this.operator)&&(">="===e.operator||">"===e.operator);return r||i||o&&n||a||l}}e.exports=s;var i=Fe("eUvvN"),o=Fe("bikcG"),n=o.re,a=o.t,c=Fe("823yM"),l=Fe("jkMsx"),u=Fe("7qUJS"),d=Fe("hvUff")})),Fe.register("hvUff",(function(e,t){class r{constructor(e,t){if(t=i(t),e instanceof r)return e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease?e:new r(e.raw,t);if(e instanceof o)return this.raw=e.value,this.set=[[e]],this.format(),this;if(this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease,this.raw=e,this.set=e.split("||").map((e=>this.parseRange(e.trim()))).filter((e=>e.length)),!this.set.length)throw new TypeError("Invalid SemVer Range: "+e);if(this.set.length>1){const e=this.set[0];if(this.set=this.set.filter((e=>!f(e[0]))),0===this.set.length)this.set=[e];else if(this.set.length>1)for(const e of this.set)if(1===e.length&&m(e[0])){this.set=[e];break}}this.format()}format(){return this.range=this.set.map((e=>e.join(" ").trim())).join("||").trim(),this.range}toString(){return this.range}parseRange(e){e=e.trim();const t=`parseRange:${Object.keys(this.options).join(",")}:${e}`,r=s.get(t);if(r)return r;const i=this.options.loose;e=e.replace(i?l[u.HYPHENRANGELOOSE]:l[u.HYPHENRANGE],C(this.options.includePrerelease)),n("hyphen replace",e),e=e.replace(l[u.COMPARATORTRIM],d),n("comparator trim",e);let a=(e=(e=(e=e.replace(l[u.TILDETRIM],p)).replace(l[u.CARETTRIM],h)).split(/\s+/).join(" ")).split(" ").map((e=>v(e,this.options))).join(" ").split(/\s+/).map((e=>$(e,this.options)));i&&(a=a.filter((e=>(n("loose invalid filter",e,this.options),!!e.match(l[u.COMPARATORLOOSE]))))),n("range list",a);const c=new Map,m=a.map((e=>new o(e,this.options)));for(const e of m){if(f(e))return[e];c.set(e.value,e)}c.size>1&&c.has("")&&c.delete("");const g=[...c.values()];return s.set(t,g),g}intersects(e,t){if(!(e instanceof r))throw new TypeError("a Range is required");return this.set.some((r=>g(r,t)&&e.set.some((e=>g(e,t)&&r.every((r=>e.every((e=>r.intersects(e,t)))))))))}test(e){if(!e)return!1;if("string"==typeof e)try{e=new a(e,this.options)}catch(e){return!1}for(let t=0;this.set.length>t;t++)if(T(this.set[t],e,this.options))return!0;return!1}}e.exports=r;const s=new(Fe("6MLkQ"))({max:1e3});var i=Fe("eUvvN"),o=Fe("eR6XK"),n=Fe("jkMsx"),a=Fe("7qUJS"),c=Fe("bikcG"),l=c.re,u=c.t,d=c.comparatorTrimReplace,p=c.tildeTrimReplace,h=c.caretTrimReplace;const f=e=>"<0.0.0-0"===e.value,m=e=>""===e.value,g=(e,t)=>{let r=!0;const s=e.slice();let i=s.pop();for(;r&&s.length;)r=s.every((e=>i.intersects(e,t))),i=s.pop();return r},v=(e,t)=>(n("comp",e,t),e=b(e,t),n("caret",e),e=w(e,t),n("tildes",e),e=S(e,t),n("xrange",e),e=_(e,t),n("stars",e),e),y=e=>!e||"x"===e.toLowerCase()||"*"===e,w=(e,t)=>e.trim().split(/\s+/).map((e=>x(e,t))).join(" "),x=(e,t)=>e.replace(t.loose?l[u.TILDELOOSE]:l[u.TILDE],((t,r,s,i,o)=>{let a;return n("tilde",e,t,r,s,i,o),y(r)?a="":y(s)?a=`>=${r}.0.0 <${+r+1}.0.0-0`:y(i)?a=`>=${r}.${s}.0 <${r}.${+s+1}.0-0`:o?(n("replaceTilde pr",o),a=`>=${r}.${s}.${i}-${o} <${r}.${+s+1}.0-0`):a=`>=${r}.${s}.${i} <${r}.${+s+1}.0-0`,n("tilde return",a),a})),b=(e,t)=>e.trim().split(/\s+/).map((e=>E(e,t))).join(" "),E=(e,t)=>{n("caret",e,t);const r=t.includePrerelease?"-0":"";return e.replace(t.loose?l[u.CARETLOOSE]:l[u.CARET],((t,s,i,o,a)=>{let c;return n("caret",e,t,s,i,o,a),y(s)?c="":y(i)?c=`>=${s}.0.0${r} <${+s+1}.0.0-0`:y(o)?c="0"===s?`>=${s}.${i}.0${r} <${s}.${+i+1}.0-0`:`>=${s}.${i}.0${r} <${+s+1}.0.0-0`:a?(n("replaceCaret pr",a),c="0"===s?"0"===i?`>=${s}.${i}.${o}-${a} <${s}.${i}.${+o+1}-0`:`>=${s}.${i}.${o}-${a} <${s}.${+i+1}.0-0`:`>=${s}.${i}.${o}-${a} <${+s+1}.0.0-0`):(n("no pr"),c="0"===s?"0"===i?`>=${s}.${i}.${o}${r} <${s}.${i}.${+o+1}-0`:`>=${s}.${i}.${o}${r} <${s}.${+i+1}.0-0`:`>=${s}.${i}.${o} <${+s+1}.0.0-0`),n("caret return",c),c}))},S=(e,t)=>(n("replaceXRanges",e,t),e.split(/\s+/).map((e=>O(e,t))).join(" ")),O=(e,t)=>(e=e.trim()).replace(t.loose?l[u.XRANGELOOSE]:l[u.XRANGE],((r,s,i,o,a,c)=>{n("xRange",e,r,s,i,o,a,c);const l=y(i),u=l||y(o),d=u||y(a);return"="===s&&d&&(s=""),c=t.includePrerelease?"-0":"",l?r=">"===s||"<"===s?"<0.0.0-0":"*":s&&d?(u&&(o=0),a=0,">"===s?(s=">=",u?(i=+i+1,o=0,a=0):(o=+o+1,a=0)):"<="===s&&(s="<",u?i=+i+1:o=+o+1),"<"===s&&(c="-0"),r=`${s+i}.${o}.${a}${c}`):u?r=`>=${i}.0.0${c} <${+i+1}.0.0-0`:d&&(r=`>=${i}.${o}.0${c} <${i}.${+o+1}.0-0`),n("xRange return",r),r})),_=(e,t)=>(n("replaceStars",e,t),e.trim().replace(l[u.STAR],"")),$=(e,t)=>(n("replaceGTE0",e,t),e.trim().replace(l[t.includePrerelease?u.GTE0PRE:u.GTE0],"")),C=e=>(t,r,s,i,o,n,a,c,l,u,d,p,h)=>`${r=y(s)?"":y(i)?`>=${s}.0.0${e?"-0":""}`:y(o)?`>=${s}.${i}.0${e?"-0":""}`:n?">="+r:`>=${r}${e?"-0":""}`} ${c=y(l)?"":y(u)?`<${+l+1}.0.0-0`:y(d)?`<${l}.${+u+1}.0-0`:p?`<=${l}.${u}.${d}-${p}`:e?`<${l}.${u}.${+d+1}-0`:"<="+c}`.trim(),T=(e,t,r)=>{for(let r=0;e.length>r;r++)if(!e[r].test(t))return!1;if(t.prerelease.length&&!r.includePrerelease){for(let r=0;e.length>r;r++)if(n(e[r].semver),e[r].semver!==o.ANY&&e[r].semver.prerelease.length>0){const s=e[r].semver;if(s.major===t.major&&s.minor===t.minor&&s.patch===t.patch)return!0}return!1}return!0}})),Fe.register("6MLkQ",(function(e,t){const r="object"==typeof performance&&performance&&"function"==typeof performance.now?performance:Date,s="undefined"!=typeof AbortController?AbortController:Object.assign(class{constructor(){this.signal=new s.AbortSignal}abort(){this.signal.aborted=!0}},{AbortSignal:class{constructor(){this.aborted=!1}}}),i=new Set,o=(e,t)=>{const r="LRU_CACHE_OPTION_"+e;c(r)&&l(r,e+" option","options."+t,f)},n=(e,t)=>{const r="LRU_CACHE_METHOD_"+e;if(c(r)){const{prototype:s}=f,{get:i}=Object.getOwnPropertyDescriptor(s,e);l(r,e+" method",`cache.${t}()`,i)}},a=(...e)=>{"object"==typeof process&&process&&"function"==typeof process.emitWarning?process.emitWarning(...e):console.error(...e)},c=e=>!i.has(e),l=(e,t,r,s)=>{i.add(e),a(`The ${t} is deprecated. Please use ${r} instead.`,"DeprecationWarning",e,s)},u=e=>e&&e===Math.floor(e)&&e>0&&isFinite(e),d=e=>u(e)?e>256?e>65536?e>4294967296?e>Number.MAX_SAFE_INTEGER?null:p:Uint32Array:Uint16Array:Uint8Array:null;class p extends Array{constructor(e){super(e),this.fill(0)}}class h{constructor(e){if(0===e)return[];const t=d(e);this.heap=new t(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}}class f{constructor(e={}){const{max:t=0,ttl:r,ttlResolution:s=1,ttlAutopurge:n,updateAgeOnGet:l,updateAgeOnHas:p,allowStale:m,dispose:g,disposeAfter:v,noDisposeOnSet:y,noUpdateTTL:w,maxSize:x=0,sizeCalculation:b,fetchMethod:E}=e,{length:S,maxAge:O,stale:_}=e instanceof f?{}:e;if(0!==t&&!u(t))throw new TypeError("max option must be a nonnegative integer");const $=t?d(t):Array;if(!$)throw Error("invalid max value: "+t);if(this.max=t,this.maxSize=x,this.sizeCalculation=b||S,this.sizeCalculation){if(!this.maxSize)throw new TypeError("cannot set sizeCalculation without setting maxSize");if("function"!=typeof this.sizeCalculation)throw new TypeError("sizeCalculation set to non-function")}if(this.fetchMethod=E||null,this.fetchMethod&&"function"!=typeof this.fetchMethod)throw new TypeError("fetchMethod must be a function if specified");if(this.keyMap=new Map,this.keyList=Array(t).fill(null),this.valList=Array(t).fill(null),this.next=new $(t),this.prev=new $(t),this.head=0,this.tail=0,this.free=new h(t),this.initialFill=1,this.size=0,"function"==typeof g&&(this.dispose=g),"function"==typeof v?(this.disposeAfter=v,this.disposed=[]):(this.disposeAfter=null,this.disposed=null),this.noDisposeOnSet=!!y,this.noUpdateTTL=!!w,0!==this.maxSize){if(!u(this.maxSize))throw new TypeError("maxSize must be a positive integer if specified");this.initializeSizeTracking()}if(this.allowStale=!!m||!!_,this.updateAgeOnGet=!!l,this.updateAgeOnHas=!!p,this.ttlResolution=u(s)||0===s?s:1,this.ttlAutopurge=!!n,this.ttl=r||O||0,this.ttl){if(!u(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.initializeTTLTracking()}if(0===this.max&&0===this.ttl&&0===this.maxSize)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.max&&!this.maxSize){const e="LRU_CACHE_UNBOUNDED";c(e)&&(i.add(e),a("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",e,f))}_&&o("stale","allowStale"),O&&o("maxAge","ttl"),S&&o("length","sizeCalculation")}getRemainingTTL(e){return this.has(e,{updateAgeOnHas:!1})?1/0:0}initializeTTLTracking(){this.ttls=new p(this.max),this.starts=new p(this.max),this.setItemTTL=(e,t)=>{if(this.starts[e]=0!==t?r.now():0,this.ttls[e]=t,0!==t&&this.ttlAutopurge){const r=setTimeout((()=>{this.isStale(e)&&this.delete(this.keyList[e])}),t+1);r.unref&&r.unref()}},this.updateItemAge=e=>{this.starts[e]=0!==this.ttls[e]?r.now():0};let e=0;const t=()=>{const t=r.now();if(this.ttlResolution>0){e=t;const r=setTimeout((()=>e=0),this.ttlResolution);r.unref&&r.unref()}return t};this.getRemainingTTL=r=>{const s=this.keyMap.get(r);return void 0===s?0:0===this.ttls[s]||0===this.starts[s]?1/0:this.starts[s]+this.ttls[s]-(e||t())},this.isStale=r=>0!==this.ttls[r]&&0!==this.starts[r]&&(e||t())-this.starts[r]>this.ttls[r]}updateItemAge(e){}setItemTTL(e,t){}isStale(e){return!1}initializeSizeTracking(){this.calculatedSize=0,this.sizes=new p(this.max),this.removeItemSize=e=>this.calculatedSize-=this.sizes[e],this.requireSize=(e,t,r,s)=>{if(!u(r)){if(!s)throw new TypeError("invalid size value (must be positive integer)");if("function"!=typeof s)throw new TypeError("sizeCalculation must be a function");if(r=s(t,e),!u(r))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}return r},this.addItemSize=(e,t,r,s)=>{this.sizes[e]=s;const i=this.maxSize-this.sizes[e];for(;this.calculatedSize>i;)this.evict(!0);this.calculatedSize+=this.sizes[e]},this.delete=e=>{if(0!==this.size){const t=this.keyMap.get(e);void 0!==t&&(this.calculatedSize-=this.sizes[t])}return f.prototype.delete.call(this,e)}}removeItemSize(e){}addItemSize(e,t,r,s){}requireSize(e,t,r,s){if(r||s)throw new TypeError("cannot set size without setting maxSize on cache")}*indexes({allowStale:e=this.allowStale}={}){if(this.size)for(let t=this.tail;this.isValidIndex(t)&&(!e&&this.isStale(t)||(yield t),t!==this.head);)t=this.prev[t]}*rindexes({allowStale:e=this.allowStale}={}){if(this.size)for(let t=this.head;this.isValidIndex(t)&&(!e&&this.isStale(t)||(yield t),t!==this.tail);)t=this.next[t]}isValidIndex(e){return this.keyMap.get(this.keyList[e])===e}*entries(){for(const e of this.indexes())yield[this.keyList[e],this.valList[e]]}*rentries(){for(const e of this.rindexes())yield[this.keyList[e],this.valList[e]]}*keys(){for(const e of this.indexes())yield this.keyList[e]}*rkeys(){for(const e of this.rindexes())yield this.keyList[e]}*values(){for(const e of this.indexes())yield this.valList[e]}*rvalues(){for(const e of this.rindexes())yield this.valList[e]}[Symbol.iterator](){return this.entries()}find(e,t={}){for(const r of this.indexes())if(e(this.valList[r],this.keyList[r],this))return this.get(this.keyList[r],t)}forEach(e,t=this){for(const r of this.indexes())e.call(t,this.valList[r],this.keyList[r],this)}rforEach(e,t=this){for(const r of this.rindexes())e.call(t,this.valList[r],this.keyList[r],this)}get prune(){return n("prune","purgeStale"),this.purgeStale}purgeStale(){let e=!1;for(const t of this.rindexes({allowStale:!0}))this.isStale(t)&&(this.delete(this.keyList[t]),e=!0);return e}dump(){const e=[];for(const t of this.indexes()){const r=this.keyList[t],s={value:this.valList[t]};this.ttls&&(s.ttl=this.ttls[t]),this.sizes&&(s.size=this.sizes[t]),e.unshift([r,s])}return e}load(e){this.clear();for(const[t,r]of e)this.set(t,r.value,r)}dispose(e,t,r){}set(e,t,{ttl:r=this.ttl,noDisposeOnSet:s=this.noDisposeOnSet,size:i=0,sizeCalculation:o=this.sizeCalculation,noUpdateTTL:n=this.noUpdateTTL}={}){i=this.requireSize(e,t,i,o);let a=0===this.size?void 0:this.keyMap.get(e);if(void 0===a)a=this.newIndex(),this.keyList[a]=e,this.valList[a]=t,this.keyMap.set(e,a),this.next[this.tail]=a,this.prev[a]=this.tail,this.tail=a,this.size++,this.addItemSize(a,t,e,i),n=!1;else{const r=this.valList[a];t!==r&&(this.isBackgroundFetch(r)?r.__abortController.abort():s||(this.dispose(r,e,"set"),this.disposeAfter&&this.disposed.push([r,e,"set"])),this.removeItemSize(a),this.valList[a]=t,this.addItemSize(a,t,e,i)),this.moveToTail(a)}if(0===r||0!==this.ttl||this.ttls||this.initializeTTLTracking(),n||this.setItemTTL(a,r),this.disposeAfter)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift());return this}newIndex(){return 0===this.size?this.tail:this.size===this.max&&0!==this.max?this.evict(!1):0!==this.free.length?this.free.pop():this.initialFill++}pop(){if(this.size){const e=this.valList[this.head];return this.evict(!0),e}}evict(e){const t=this.head,r=this.keyList[t],s=this.valList[t];return this.isBackgroundFetch(s)?s.__abortController.abort():(this.dispose(s,r,"evict"),this.disposeAfter&&this.disposed.push([s,r,"evict"])),this.removeItemSize(t),e&&(this.keyList[t]=null,this.valList[t]=null,this.free.push(t)),this.head=this.next[t],this.keyMap.delete(r),this.size--,t}has(e,{updateAgeOnHas:t=this.updateAgeOnHas}={}){const r=this.keyMap.get(e);return void 0!==r&&!this.isStale(r)&&(t&&this.updateItemAge(r),!0)}peek(e,{allowStale:t=this.allowStale}={}){const r=this.keyMap.get(e);if(void 0!==r&&(t||!this.isStale(r)))return this.valList[r]}backgroundFetch(e,t,r){const i=void 0===t?void 0:this.valList[t];if(this.isBackgroundFetch(i))return i;const o=new s,n={signal:o.signal,options:r},a=Promise.resolve(this.fetchMethod(e,i,n)).then((t=>(o.signal.aborted||this.set(e,t,n.options),t)));return a.__abortController=o,a.__staleWhileFetching=i,void 0===t?(this.set(e,a,n.options),t=this.keyMap.get(e)):this.valList[t]=a,a}isBackgroundFetch(e){return e&&"object"==typeof e&&"function"==typeof e.then&&{}.hasOwnProperty.call(e,"__staleWhileFetching")}async fetch(e,{allowStale:t=this.allowStale,updateAgeOnGet:r=this.updateAgeOnGet,ttl:s=this.ttl,noDisposeOnSet:i=this.noDisposeOnSet,size:o=0,sizeCalculation:n=this.sizeCalculation,noUpdateTTL:a=this.noUpdateTTL}={}){if(!this.fetchMethod)return this.get(e,{allowStale:t,updateAgeOnGet:r});const c={allowStale:t,updateAgeOnGet:r,ttl:s,noDisposeOnSet:i,size:o,sizeCalculation:n,noUpdateTTL:a};let l=this.keyMap.get(e);if(void 0===l)return this.backgroundFetch(e,l,c);{const s=this.valList[l];if(this.isBackgroundFetch(s))return t&&void 0!==s.__staleWhileFetching?s.__staleWhileFetching:s;if(!this.isStale(l))return this.moveToTail(l),r&&this.updateItemAge(l),s;const i=this.backgroundFetch(e,l,c);return t&&void 0!==i.__staleWhileFetching?i.__staleWhileFetching:i}}get(e,{allowStale:t=this.allowStale,updateAgeOnGet:r=this.updateAgeOnGet}={}){const s=this.keyMap.get(e);if(void 0!==s){const i=this.valList[s],o=this.isBackgroundFetch(i);if(this.isStale(s))return o?t?i.__staleWhileFetching:void 0:(this.delete(e),t?i:void 0);if(o)return;return this.moveToTail(s),r&&this.updateItemAge(s),i}}connect(e,t){this.prev[t]=e,this.next[e]=t}moveToTail(e){e!==this.tail&&(e===this.head?this.head=this.next[e]:this.connect(this.prev[e],this.next[e]),this.connect(this.tail,e),this.tail=e)}get del(){return n("del","delete"),this.delete}delete(e){let t=!1;if(0!==this.size){const r=this.keyMap.get(e);if(void 0!==r)if(t=!0,1===this.size)this.clear();else{this.removeItemSize(r);const t=this.valList[r];this.isBackgroundFetch(t)?t.__abortController.abort():(this.dispose(t,e,"delete"),this.disposeAfter&&this.disposed.push([t,e,"delete"])),this.keyMap.delete(e),this.keyList[r]=null,this.valList[r]=null,r===this.tail?this.tail=this.prev[r]:r===this.head?this.head=this.next[r]:(this.next[this.prev[r]]=this.next[r],this.prev[this.next[r]]=this.prev[r]),this.size--,this.free.push(r)}}if(this.disposed)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift());return t}clear(){for(const e of this.rindexes({allowStale:!0})){const t=this.valList[e];if(this.isBackgroundFetch(t))t.__abortController.abort();else{const r=this.keyList[e];this.dispose(t,r,"delete"),this.disposeAfter&&this.disposed.push([t,r,"delete"])}}if(this.keyMap.clear(),this.valList.fill(null),this.keyList.fill(null),this.ttls&&(this.ttls.fill(0),this.starts.fill(0)),this.sizes&&this.sizes.fill(0),this.head=0,this.tail=0,this.initialFill=1,this.free.length=0,this.calculatedSize=0,this.size=0,this.disposed)for(;this.disposed.length;)this.disposeAfter(...this.disposed.shift())}get reset(){return n("reset","clear"),this.clear}get length(){return((e,t)=>{const r="LRU_CACHE_PROPERTY_length";if(c(r)){const{prototype:e}=f,{get:t}=Object.getOwnPropertyDescriptor(e,"length");l(r,"length property","cache.size",t)}})(),this.size}}e.exports=f})),Fe.register("c8FZS",((e,t)=>{var r=Fe("hvUff");e.exports=(e,t,s)=>{try{t=new r(t,s)}catch(e){return!1}return t.test(e)}})),Fe.register("2J2hR",((e,t)=>{var r=Fe("hvUff");e.exports=(e,t)=>new r(e,t).set.map((e=>e.map((e=>e.value)).join(" ").trim().split(" ")))})),Fe.register("lbfMG",((e,t)=>{var r=Fe("7qUJS"),s=Fe("hvUff");e.exports=(e,t,i)=>{let o=null,n=null,a=null;try{a=new s(t,i)}catch(e){return null}return e.forEach((e=>{a.test(e)&&(o&&-1!==n.compare(e)||(o=e,n=new r(o,i)))})),o}})),Fe.register("5wbuE",((e,t)=>{var r=Fe("7qUJS"),s=Fe("hvUff");e.exports=(e,t,i)=>{let o=null,n=null,a=null;try{a=new s(t,i)}catch(e){return null}return e.forEach((e=>{a.test(e)&&(o&&1!==n.compare(e)||(o=e,n=new r(o,i)))})),o}})),Fe.register("hZRNG",((e,t)=>{var r=Fe("7qUJS"),s=Fe("hvUff"),i=Fe("6KPS4");e.exports=(e,t)=>{e=new s(e,t);let o=new r("0.0.0");if(e.test(o))return o;if(o=new r("0.0.0-0"),e.test(o))return o;o=null;for(let t=0;e.set.length>t;++t){let s=null;e.set[t].forEach((e=>{const t=new r(e.semver.version);switch(e.operator){case">":0===t.prerelease.length?t.patch++:t.prerelease.push(0),t.raw=t.format();case"":case">=":s&&!i(t,s)||(s=t);break;case"<":case"<=":break;default:throw Error("Unexpected operation: "+e.operator)}})),!s||o&&!i(o,s)||(o=s)}return o&&e.test(o)?o:null}})),Fe.register("fqnzG",((e,t)=>{var r=Fe("hvUff");e.exports=(e,t)=>{try{return new r(e,t).range||"*"}catch(e){return null}}})),Fe.register("77bPN",((e,t)=>{var r=Fe("7qUJS"),s=Fe("eR6XK");const{ANY:i}=s;var o=Fe("hvUff"),n=Fe("c8FZS"),a=Fe("6KPS4"),c=Fe("lr5pz"),l=Fe("fwsB7"),u=Fe("5cRW4");e.exports=(e,t,d,p)=>{let h,f,m,g,v;switch(e=new r(e,p),t=new o(t,p),d){case">":h=a,f=l,m=c,g=">",v=">=";break;case"<":h=c,f=u,m=a,g="<",v="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(n(e,t,p))return!1;for(let r=0;t.set.length>r;++r){let o=null,n=null;if(t.set[r].forEach((e=>{e.semver===i&&(e=new s(">=0.0.0")),o=o||e,n=n||e,h(e.semver,o.semver,p)?o=e:m(e.semver,n.semver,p)&&(n=e)})),o.operator===g||o.operator===v)return!1;if((!n.operator||n.operator===g)&&f(e,n.semver))return!1;if(n.operator===v&&m(e,n.semver))return!1}return!0}})),Fe.register("gD8Tz",((e,t)=>{var r=Fe("77bPN");e.exports=(e,t,s)=>r(e,t,">",s)})),Fe.register("bpPww",((e,t)=>{var r=Fe("77bPN");e.exports=(e,t,s)=>r(e,t,"<",s)})),Fe.register("cHIUn",((e,t)=>{var r=Fe("hvUff");e.exports=(e,t,s)=>(e=new r(e,s),t=new r(t,s),e.intersects(t))})),Fe.register("k8aCs",((e,t)=>{var r=Fe("c8FZS"),s=Fe("howpO");e.exports=(e,t,i)=>{const o=[];let n=null,a=null;const c=e.sort(((e,t)=>s(e,t,i)));for(const e of c)r(e,t,i)?(a=e,n||(n=e)):(a&&o.push([n,a]),a=null,n=null);n&&o.push([n,null]);const l=[];for(const[e,t]of o)l.push(e===t?e:t||e!==c[0]?t?e===c[0]?"<="+t:`${e} - ${t}`:">="+e:"*");const u=l.join(" || ");return("string"==typeof t.raw?t.raw:t+"").length>u.length?u:t}})),Fe.register("388OD",((e,t)=>{var r=Fe("hvUff"),s=Fe("eR6XK");const{ANY:i}=s;var o=Fe("c8FZS"),n=Fe("howpO");const a=(e,t,r)=>{if(e===t)return!0;if(1===e.length&&e[0].semver===i){if(1===t.length&&t[0].semver===i)return!0;e=r.includePrerelease?[new s(">=0.0.0-0")]:[new s(">=0.0.0")]}if(1===t.length&&t[0].semver===i){if(r.includePrerelease)return!0;t=[new s(">=0.0.0")]}const a=new Set;let u,d,p,h,f,m,g;for(const t of e)">"===t.operator||">="===t.operator?u=c(u,t,r):"<"===t.operator||"<="===t.operator?d=l(d,t,r):a.add(t.semver);if(a.size>1)return null;if(u&&d){if(p=n(u.semver,d.semver,r),p>0)return null;if(0===p&&(">="!==u.operator||"<="!==d.operator))return null}for(const e of a){if(u&&!o(e,u+"",r))return null;if(d&&!o(e,d+"",r))return null;for(const s of t)if(!o(e,s+"",r))return!1;return!0}let v=!(!d||r.includePrerelease||!d.semver.prerelease.length)&&d.semver,y=!(!u||r.includePrerelease||!u.semver.prerelease.length)&&u.semver;v&&1===v.prerelease.length&&"<"===d.operator&&0===v.prerelease[0]&&(v=!1);for(const e of t){if(g=g||">"===e.operator||">="===e.operator,m=m||"<"===e.operator||"<="===e.operator,u)if(y&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===y.major&&e.semver.minor===y.minor&&e.semver.patch===y.patch&&(y=!1),">"===e.operator||">="===e.operator){if(h=c(u,e,r),h===e&&h!==u)return!1}else if(">="===u.operator&&!o(u.semver,e+"",r))return!1;if(d)if(v&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===v.major&&e.semver.minor===v.minor&&e.semver.patch===v.patch&&(v=!1),"<"===e.operator||"<="===e.operator){if(f=l(d,e,r),f===e&&f!==d)return!1}else if("<="===d.operator&&!o(d.semver,e+"",r))return!1;if(!e.operator&&(d||u)&&0!==p)return!1}return!(u&&m&&!d&&0!==p||d&&g&&!u&&0!==p||y||v)},c=(e,t,r)=>{if(!e)return t;const s=n(e.semver,t.semver,r);return s>0?e:0>s||">"===t.operator&&">="===e.operator?t:e},l=(e,t,r)=>{if(!e)return t;const s=n(e.semver,t.semver,r);return 0>s?e:s>0||"<"===t.operator&&"<="===e.operator?t:e};e.exports=(e,t,s={})=>{if(e===t)return!0;e=new r(e,s),t=new r(t,s);let i=!1;e:for(const r of e.set){for(const e of t.set){const t=a(r,e,s);if(i=i||null!==t,t)continue e}if(i)return!1}return!0}})),Fe.register("iFKS7",((e,t)=>{var r=Fe("joDHm"),s=Fe("inTPA");e.exports=(e,t,i)=>{var o=t&&i||0;"string"==typeof e&&(t="binary"===e?Array(16):null,e=null);var n=(e=e||{}).random||(e.rng||r)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t)for(var a=0;16>a;++a)t[o+a]=n[a];return t||s(n)}})),Fe.register("joDHm",((e,t)=>{e.exports=()=>Ie.randomBytes(16)})),Fe.register("inTPA",((e,t)=>{for(var r=[],s=0;256>s;++s)r[s]=(s+256).toString(16).substr(1);e.exports=(e,t)=>{var s=t||0;return""+r[e[s++]]+r[e[s++]]+r[e[s++]]+r[e[s++]]+"-"+r[e[s++]]+r[e[s++]]+"-"+r[e[s++]]+r[e[s++]]+"-"+r[e[s++]]+r[e[s++]]+"-"+r[e[s++]]+r[e[s++]]+r[e[s++]]+r[e[s++]]+r[e[s++]]+r[e[s++]]}})),Fe.register("ca0ts",(function(e,t){"use strict";function r(e,t,r){return n(this,void 0,void 0,(function*(){const s=a.argStringToArray(e);if(0===s.length)throw Error("Parameter 'commandLine' cannot be null or empty.");const i=s[0];return t=s.slice(1).concat(t||[]),new a.ToolRunner(i,t,r).exec()}))}var s=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),i=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),o=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.hasOwnProperty.call(e,r)&&s(t,e,r);return i(t,e),t}),n=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.getExecOutput=e.exports.exec=void 0;const a=o(Fe("e0fPv"));e.exports.exec=r,e.exports.getExecOutput=function(e,t,s){var i,o;return n(this,void 0,void 0,(function*(){let n="",a="";const c=new Ae.StringDecoder("utf8"),l=new Ae.StringDecoder("utf8"),u=null===(i=null==s?void 0:s.listeners)||void 0===i?void 0:i.stdout,d=null===(o=null==s?void 0:s.listeners)||void 0===o?void 0:o.stderr,p=Object.assign(Object.assign({},null==s?void 0:s.listeners),{stdout(e){n+=c.write(e),u&&u(e)},stderr(e){a+=l.write(e),d&&d(e)}}),h=yield r(e,t,Object.assign(Object.assign({},s),{listeners:p}));return n+=c.end(),a+=l.end(),{exitCode:h,stdout:n,stderr:a}}))}})),Fe.register("e0fPv",(function(e,t){"use strict";var r=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),s=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),i=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)"default"!==i&&Object.hasOwnProperty.call(e,i)&&r(t,e,i);return s(t,e),t}),o=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.argStringToArray=e.exports.ToolRunner=void 0;const n=i(we),a=i(_e),c=i(Te),l=i(xe),u=i(Fe("fvrnx")),d=i(Fe("2GOko")),p="win32"===process.platform;e.exports.ToolRunner=class extends a.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(),s=this._getSpawnArgs(e);let i=t?"":"[command]";if(p)if(this._isCmdFile()){i+=r;for(const e of s)i+=" "+e}else if(e.windowsVerbatimArguments){i+=`"${r}"`;for(const e of s)i+=" "+e}else{i+=this._windowsQuoteCmdArg(r);for(const e of s)i+=" "+this._windowsQuoteCmdArg(e)}else{i+=r;for(const e of s)i+=" "+e}return i}_processLineBuffer(e,t,r){try{let s=t+""+e,i=s.indexOf(n.EOL);for(;i>-1;)r(s.substring(0,i)),s=s.substring(i+n.EOL.length),i=s.indexOf(n.EOL);return s}catch(e){return this._debug("error processing line. Failed with error "+e),""}}_getSpawnFileName(){return p&&this._isCmdFile()?process.env.COMSPEC||"cmd.exe":this.toolPath}_getSpawnArgs(e){if(p&&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 s of e)if(t.some((e=>e===s))){r=!0;break}if(!r)return e;let s='"',i=!0;for(let t=e.length;t>0;t--)s+=e[t-1],i&&"\\"===e[t-1]?s+="\\":'"'===e[t-1]?(i=!0,s+='"'):i=!1;return s+='"',s.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 s=e.length;s>0;s--)t+=e[s-1],r&&"\\"===e[s-1]?t+="\\":'"'===e[s-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 o(this,void 0,void 0,(function*(){return!d.isRooted(this.toolPath)&&(this.toolPath.includes("/")||p&&this.toolPath.includes("\\"))&&(this.toolPath=l.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)),this.toolPath=yield u.which(this.toolPath,!0),new Promise(((e,t)=>o(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)+n.EOL);const s=new h(r,this.toolPath);if(s.on("debug",(e=>{this._debug(e)})),this.options.cwd&&!(yield d.exists(this.options.cwd)))return t(Error(`The cwd: ${this.options.cwd} does not exist!`));const i=this._getSpawnFileName(),o=c.spawn(i,this._getSpawnArgs(r),this._getSpawnOptions(this.options,i));let a="";o.stdout&&o.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 l="";if(o.stderr&&o.stderr.on("data",(e=>{s.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),l=this._processLineBuffer(e,l,(e=>{this.options.listeners&&this.options.listeners.errline&&this.options.listeners.errline(e)}))})),o.on("error",(e=>{s.processError=e.message,s.processExited=!0,s.processClosed=!0,s.CheckComplete()})),o.on("exit",(e=>{s.processExitCode=e,s.processExited=!0,this._debug(`Exit code ${e} received from tool '${this.toolPath}'`),s.CheckComplete()})),o.on("close",(e=>{s.processExitCode=e,s.processExited=!0,s.processClosed=!0,this._debug(`STDIO streams have closed for tool '${this.toolPath}'`),s.CheckComplete()})),s.on("done",((r,s)=>{a.length>0&&this.emit("stdline",a),l.length>0&&this.emit("errline",l),o.removeAllListeners(),r?t(r):e(s)})),this.options.input){if(!o.stdin)throw Error("child process missing stdin");o.stdin.end(this.options.input)}}))))}))}},e.exports.argStringToArray=e=>{function t(e){i&&'"'!==e&&(o+="\\"),o+=e,i=!1}const r=[];let s=!1,i=!1,o="";for(let n=0;e.length>n;n++){const a=e.charAt(n);'"'!==a?"\\"===a&&i?t(a):"\\"===a&&s?i=!0:" "!==a||s?t(a):o.length>0&&(r.push(o),o=""):i?t(a):s=!s}return o.length>0&&r.push(o.trim()),r};class h extends a.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=Pe.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())}}})),Fe.register("9g1b2",(function(e,t){"use strict";var r=e.exports&&e.exports.__createBinding||(Object.create?(e,t,r,s)=>{void 0===s&&(s=r),Object.defineProperty(e,s,{enumerable:!0,get(){return t[r]}})}:(e,t,r,s)=>{void 0===s&&(s=r),e[s]=t[r]}),s=e.exports&&e.exports.__setModuleDefault||(Object.create?(e,t)=>{Object.defineProperty(e,"default",{enumerable:!0,value:t})}:(e,t)=>{e.default=t}),i=e.exports&&e.exports.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var i in e)"default"!==i&&Object.hasOwnProperty.call(e,i)&&r(t,e,i);return s(t,e),t}),o=e.exports&&e.exports.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())})));Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.RetryHelper=void 0;const n=i(Fe("jdDFH"));e.exports.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 o(this,void 0,void 0,(function*(){let r=1;for(;this.maxAttempts>r;){try{return yield e()}catch(e){if(t&&!t(e))throw e;n.info(e.message)}const s=this.getSleepAmount();n.info(`Waiting ${s} seconds before trying again`),yield this.sleep(s),r++}return yield e()}))}getSleepAmount(){return Math.floor(Math.random()*(this.maxSeconds-this.minSeconds+1))+this.minSeconds}sleep(e){return o(this,void 0,void 0,(function*(){return new Promise((t=>setTimeout(t,1e3*e)))}))}}})),Fe.register("175fe",((e,t)=>{e.exports=Promise.resolve(require("./actions_python.469b76e6.js")).then((()=>Fe("apy8x")))})),Fe.register("cReTf",((e,t)=>{function r(e){Array.isArray(e)||(e=[e]);for(const t of e){const{id:e,data:r}=t;c[e]=r}}function s(e,t,r){const s=(e=>{const t=c[e.locale];let r=e.unitTypeLookupOrder.slice();r.unshift(e.unitType),r=Array.from(new Set(r));let s=null;if(r.some((e=>{if(void 0!==t[e])return s=t[e],!0})),null===s)throw Error("Can not find any unit type data for locale: "+e.locale);return s})(r);return i.pluralize(r.locale,t,s[e]).replace("{0}",t)}var i=Fe("5FRs7"),o=Fe("3Zbea");const n=[["years",290304e5],["months",24192e5],["weeks",6048e5],["days",864e5],["hours",36e5],["minutes",6e4],["seconds",1e3]],a={locale:"en",span:2,delimiter:", ",unitType:"long",unitTypeLookupOrder:["long","short","narrow"],autoloadLocales:!0},c={};e.exports={create(e){return e=Object.assign({},a,e||{}),{format(t,i,a){return((e,t,i)=>{if(((e,t)=>{const{autoload:s}=t;if(!c[e]){if(!o||!s)throw Error(`Missing locale: ${e}, you must load it manually before using it`);(e=>{try{r(require(`../locales/${e}.js`))}catch(t){throw Error(`Failed to load locale: ${e} from ../locales/${e}.js. If using a bundled time-delta, set 'autoloadLocales: false' in the config: ${t}`)}})(e)}})(i.locale,{autoload:i.autoloadLocales}),!e)throw Error("Missing first date argument");if(!t)throw Error("Missing second date argument");const a=((e,t)=>{let r=t-e;const s=[];return n.some((e=>{const t=e[0],i=e[1],o=Math.floor(r/i);if(r-=o*i,s.push([t,o]),0>=r)return!0})),s})(e,t),l=[];for(const e of a){const[t,r]=e;if(r>0&&l.push(s(t,r,i)),l.length>=i.span)break}return l.join(i.delimiter)})(t,i,a=Object.assign({},e,a||{}))}}},addLocale:r,defaultConfig:a}})),Fe.register("5FRs7",((e,t)=>{e.exports=Fe("j5MHF")})),Fe.register("j5MHF",(function(e,t){var r=xe.resolve(__dirname,"../node_modules/.pnpm/numerous@1.0.3/node_modules/numerous/lib");(function(){function t(e,t,r){if(s(e),"object"!=typeof r)throw Error("List of variants should be specified as an object");var o=i[e](t);return void 0!==r[o]?r[o]:null}function s(e){(e=>void 0!==i[e])(e)||(e=>{try{require(r+"/../locales/"+e+".js")}catch(t){throw Error("Failed to load the following locale: "+e)}})(e)}var i={},o={create(e){return s(e),{pluralize(r,s){return t(e,r,s)}}},addLocale(e,t){i[e]=t},pluralize:t};void 0!==e.exports?e.exports=o:this.numerous=o}).call(e.exports)})),Fe.register("3Zbea",((e,t)=>{"use strict";e.exports=!("undefined"==typeof process||!process.versions||!process.versions.node)})),e(module.exports,"main",(()=>fe)),e(module.exports,"parseArgs",(()=>me)),e(module.exports,"getCompilerInfo",(()=>ge));var Me=Fe("jdDFH"),Ue={};const Ge="win32"===process.platform||"cygwin"===process.env.OSTYPE||"msys"===process.env.OSTYPE,He=Ge?";":":";var ze,Be={};ze="win32"===process.platform||Le.TESTING_WINDOWS?Fe("ftrAD"):Fe("9yF3I"),Be=r,r.sync=(e,t)=>{try{return ze.sync(e,t||{})}catch(e){if(t&&t.ignoreErrors||"EACCES"===e.code)return!1;throw e}};const qe=e=>Object.assign(Error("not found: "+e),{code:"ENOENT"}),Ve=(e,t)=>{const r=t.colon||He,s=e.match(/\//)||Ge&&e.match(/\\/)?[""]:[...Ge?[process.cwd()]:[],...(t.path||process.env.PATH||"").split(r)],i=Ge?t.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",o=Ge?i.split(r):[""];return Ge&&-1!==e.indexOf(".")&&""!==o[0]&&o.unshift(""),{pathEnv:s,pathExt:o,pathExtExe:i}},Xe=(e,t,r)=>{"function"==typeof t&&(r=t,t={}),t||(t={});const{pathEnv:s,pathExt:i,pathExtExe:o}=Ve(e,t),n=[],a=r=>new Promise(((i,o)=>{if(r===s.length)return t.all&&n.length?i(n):o(qe(e));const a=s[r],l=/^".*"$/.test(a)?a.slice(1,-1):a,u=xe.join(l,e),d=!l&&/^\.[\\\/]/.test(e)?e.slice(0,2)+u:u;i(c(d,r,0))})),c=(e,r,s)=>new Promise(((l,u)=>{if(s===i.length)return l(a(r+1));const d=i[s];Be(e+d,{pathExt:o},((i,o)=>{if(!i&&o){if(!t.all)return l(e+d);n.push(e+d)}return l(c(e,r,s+1))}))}));return r?a(0).then((e=>r(null,e)),r):a(0)};let Ye;Ue=Xe,Xe.sync=(e,t)=>{t=t||{};const{pathEnv:r,pathExt:s,pathExtExe:i}=Ve(e,t),o=[];for(let n=0;r.length>n;n++){const a=r[n],c=/^".*"$/.test(a)?a.slice(1,-1):a,l=xe.join(c,e),u=!c&&/^\.[\\\/]/.test(e)?e.slice(0,2)+l:l;for(let e=0;s.length>e;e++){const r=u+s[e];try{if(Be.sync(r,{pathExt:i})){if(!t.all)return r;o.push(r)}}catch(e){}}}if(t.all&&o.length)return o;if(t.nothrow)return null;throw qe(e)};var We,Je={},Ke={},Ze={},Qe={};const et=(e={})=>{const t=e.env||process.env;return"win32"!==(e.platform||process.platform)?"PATH":Object.keys(t).reverse().find((e=>"PATH"===e.toUpperCase()))||"Path"};var tt,rt;(Qe=et).default=et,We=e=>i(e)||i(e,!0),tt=e=>e.replace(/([()\][%!^"`<>&|;, *?])/g,"^$1"),rt=(e,t)=>(e=(e=`"${e=(e=(e=""+e).replace(/(\\*)"/g,'$1$1\\"')).replace(/(\\*)$/,"$1$1")}"`).replace(/([()\][%!^"`<>&|;, *?])/g,"^$1"),t&&(e=e.replace(/([()\][%!^"`<>&|;, *?])/g,"^$1")),e);var st,it;st=(e="")=>{const t=e.match(/^#!(.*)/);if(!t)return null;const[r,s]=t[0].replace(/#! ?/,"").split(" "),i=r.split("/").pop();return"env"===i?s:s?`${i} ${s}`:i},it=e=>{const t=Buffer.alloc(150);let r;try{r=be.openSync(e,"r"),be.readSync(r,t,0,150,0),be.closeSync(r)}catch(e){}return st(""+t)};const ot="win32"===process.platform,nt=/\.(?:com|exe)$/i,at=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;Ze=(e,t,r)=>{t&&!Array.isArray(t)&&(r=t,t=null);const s={command:e,args:t=t?t.slice(0):[],options:r=Object.assign({},r),file:void 0,original:{command:e,args:t}};return r.shell?s:(e=>{if(!ot)return e;const t=(e=>{e.file=We(e);const t=e.file&&it(e.file);return t?(e.args.unshift(e.file),e.command=t,We(e)):e.file})(e),r=!nt.test(t);if(e.options.forceShell||r){const r=at.test(t);e.command=xe.normalize(e.command),e.command=tt(e.command),e.args=e.args.map((e=>rt(e,r)));const s=[e.command].concat(e.args).join(" ");e.args=["/d","/s","/c",`"${s}"`],e.command=process.env.comspec||"cmd.exe",e.options.windowsVerbatimArguments=!0}return e})(s)};var ct={};const lt="win32"===process.platform;var ut;ct={hookChildProcess(e,t){if(!lt)return;const r=e.emit;e.emit=function(s,i){if("exit"===s){const s=n(i,t);if(s)return r.call(e,"error",s)}return r.apply(e,arguments)}},verifyENOENT:n,verifyENOENTSync(e,t){return lt&&1===e&&!t.file?o(t.original,"spawnSync"):null},notFoundError:o},(Ke=a).spawn=a,Ke.sync=(e,t,r)=>{const s=Ze(e,t,r),i=Te.spawnSync(s.command,s.args,s.options);return i.error=i.error||ct.verifyENOENTSync(i.status,s),i},Ke._parse=Ze,Ke._enoent=ct,ut=e=>{const t="string"==typeof e?"\r":13;return e[e.length-1]===("string"==typeof e?"\n":10)&&(e=e.slice(0,e.length-1)),e[e.length-1]===t&&(e=e.slice(0,e.length-1)),e};var dt={};const pt=e=>{let t;e={cwd:process.cwd(),path:process.env[Qe()],execPath:process.execPath,...e};let r=xe.resolve(e.cwd);const s=[];for(;t!==r;)s.push(xe.join(r,"node_modules/.bin")),t=r,r=xe.resolve(r,"..");const i=xe.resolve(e.cwd,e.execPath,"..");return s.push(i),s.concat(e.path).join(xe.delimiter)};(dt=pt).default=pt,dt.env=e=>{const t={...(e={env:process.env,...e}).env},r=Qe({env:t});return e.path=t[r],t[r]=dt(e),t};var ht={},ft={};const mt=(e,t)=>{for(const r of Reflect.ownKeys(t))Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));return e};(ft=mt).default=mt;const gt=new WeakMap,vt=(e,t={})=>{if("function"!=typeof e)throw new TypeError("Expected a function");let r,s=0;const i=e.displayName||e.name||"<anonymous>",o=function(...n){if(gt.set(o,++s),1===s)r=e.apply(this,n),e=null;else if(!0===t.throw)throw Error(`Function \`${i}\` can only be called once`);return r};return ft(o,e),gt.set(o,s),o};(ht=vt).default=vt,ht.callCount=e=>{if(!gt.has(e))throw Error(`The given function \`${e.name}\` is not wrapped by the \`onetime\` package`);return gt.get(e)};var yt,wt={};Object.defineProperty(wt,"__esModule",{value:!0}),wt.signalsByNumber=wt.signalsByName=void 0;var xt={};Object.defineProperty(xt,"__esModule",{value:!0}),xt.getSignals=void 0;var bt={};Object.defineProperty(bt,"__esModule",{value:!0}),bt.SIGNALS=void 0,bt.SIGNALS=[{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"}];var Et={};Object.defineProperty(Et,"__esModule",{value:!0}),Et.SIGRTMAX=Et.getRealtimeSignals=void 0,Et.getRealtimeSignals=()=>Array.from({length:_t-Ot+1},St);const St=(e,t)=>({name:"SIGRT"+(t+1),number:Ot+t,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}),Ot=34,_t=64;Et.SIGRTMAX=_t,xt.getSignals=()=>{const e=(0,Et.getRealtimeSignals)();return[...bt.SIGNALS,...e].map($t)};const $t=({name:e,number:t,description:r,action:s,forced:i=!1,standard:o})=>{const{signals:{[e]:n}}=we.constants,a=void 0!==n;return{name:e,number:a?n:t,description:r,supported:a,action:s,forced:i,standard:o}},Ct=(0,xt.getSignals)().reduce(((e,{name:t,number:r,description:s,supported:i,action:o,forced:n,standard:a})=>({...e,[t]:{name:t,number:r,description:s,supported:i,action:o,forced:n,standard:a}})),{});wt.signalsByName=Ct;const Tt=(()=>{const e=(0,xt.getSignals)(),t=Array.from({length:Et.SIGRTMAX+1},((t,r)=>((e,t)=>{const r=((e,t)=>{const r=t.find((({name:t})=>we.constants.signals[t]===e));return void 0!==r?r:t.find((t=>t.number===e))})(e,t);if(void 0===r)return{};const{name:s,description:i,supported:o,action:n,forced:a,standard:c}=r;return{[e]:{name:s,number:e,description:i,supported:o,action:n,forced:a,standard:c}}})(r,e)));return Object.assign({},...t)})();wt.signalsByNumber=Tt;var Rt=wt.signalsByName;yt=({stdout:e,stderr:t,all:r,error:s,signal:i,exitCode:o,command:n,escapedCommand:a,timedOut:c,isCanceled:l,killed:u,parsed:{options:{timeout:d}}})=>{const p=void 0===(i=null===i?void 0:i)?void 0:Rt[i].description,h=(({timedOut:e,timeout:t,errorCode:r,signal:s,signalDescription:i,exitCode:o,isCanceled:n})=>e?`timed out after ${t} milliseconds`:n?"was canceled":void 0!==r?"failed with "+r:void 0!==s?`was killed with ${s} (${i})`:void 0!==o?"failed with exit code "+o:"failed")({timedOut:c,timeout:d,errorCode:s&&s.code,signal:i,signalDescription:p,exitCode:o=null===o?void 0:o,isCanceled:l}),f=`Command ${h}: ${n}`,m="[object Error]"==={}.toString.call(s),g=m?`${f}\n${s.message}`:f,v=[g,t,e].filter(Boolean).join("\n");return m?(s.originalMessage=s.message,s.message=v):s=Error(v),s.shortMessage=g,s.command=n,s.escapedCommand=a,s.exitCode=o,s.signal=i,s.signalDescription=p,s.stdout=e,s.stderr=t,void 0!==r&&(s.all=r),"bufferedData"in s&&delete s.bufferedData,s.failed=!0,s.timedOut=!!c,s.isCanceled=l,s.killed=u&&!c,s};var It={};const At=["stdin","stdout","stderr"],Pt=e=>{if(!e)return;const{stdio:t}=e;if(void 0===t)return At.map((t=>e[t]));if((e=>At.some((t=>void 0!==e[t])))(e))throw Error("It's not possible to provide `stdio` in combination with one of "+At.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,At.length)},((e,r)=>t[r]))};(It=Pt).node=e=>{const t=Pt(e);return"ipc"===t?"ipc":void 0===t||"string"==typeof t?[t,t,t,"ipc"]:t.includes("ipc")?t:[...t,"ipc"]};var kt,Nt={},Lt=Le.process;const Dt=e=>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(Dt(Lt)){var jt,Ft=$e,Mt=Fe("bJALw"),Ut=/^win/i.test(Lt.platform),Gt=_e;"function"!=typeof Gt&&(Gt=Gt.EventEmitter),Lt.__signal_exit_emitter__?jt=Lt.__signal_exit_emitter__:((jt=Lt.__signal_exit_emitter__=new Gt).count=0,jt.emitted={}),jt.infinite||(jt.setMaxListeners(1/0),jt.infinite=!0),Nt=(e,t)=>{if(!Dt(Le.process))return()=>{};Ft.equal(typeof e,"function","a callback must be provided for exit handler"),!1===qt&&Vt();var r="exit";return t&&t.alwaysLast&&(r="afterexit"),jt.on(r,e),()=>{jt.removeListener(r,e),0===jt.listeners("exit").length&&0===jt.listeners("afterexit").length&&Ht()}};var Ht=()=>{qt&&Dt(Le.process)&&(qt=!1,Mt.forEach((e=>{try{Lt.removeListener(e,Bt[e])}catch(e){}})),Lt.emit=Wt,Lt.reallyExit=Xt,jt.count-=1)};Nt.unload=Ht;var zt=(e,t,r)=>{jt.emitted[e]||(jt.emitted[e]=!0,jt.emit(e,t,r))},Bt={};Mt.forEach((e=>{Bt[e]=()=>{Dt(Le.process)&&Lt.listeners(e).length===jt.count&&(Ht(),zt("exit",null,e),zt("afterexit",null,e),Ut&&"SIGHUP"===e&&(e="SIGINT"),Lt.kill(Lt.pid,e))}})),Nt.signals=()=>Mt;var qt=!1,Vt=()=>{!qt&&Dt(Le.process)&&(qt=!0,jt.count+=1,Mt=Mt.filter((e=>{try{return Lt.on(e,Bt[e]),!0}catch(e){return!1}})),Lt.emit=Jt,Lt.reallyExit=Yt)};Nt.load=Vt;var Xt=Lt.reallyExit,Yt=e=>{Dt(Le.process)&&(Lt.exitCode=e||0,zt("exit",Lt.exitCode,null),zt("afterexit",Lt.exitCode,null),Xt.call(Lt,Lt.exitCode))},Wt=Lt.emit,Jt=function(e,t){if("exit"===e&&Dt(Le.process)){void 0!==t&&(Lt.exitCode=t);var r=Wt.apply(this,arguments);return zt("exit",Lt.exitCode,null),zt("afterexit",Lt.exitCode,null),r}return Wt.apply(this,arguments)}}else Nt=()=>()=>{};const Kt=e=>e===we.constants.signals.SIGTERM||"string"==typeof e&&"SIGTERM"===e.toUpperCase();var Zt,Qt=(kt={spawnedKill(e,t="SIGTERM",r={}){const s=e(t);return((e,t,r,s)=>{if(!((e,{forceKillAfterTimeout:t},r)=>Kt(e)&&!1!==t&&r)(t,r,s))return;const i=(({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})(r),o=setTimeout((()=>{e("SIGKILL")}),i);o.unref&&o.unref()})(e,t,r,s),s},spawnedCancel(e,t){e.kill()&&(t.isCanceled=!0)},setupTimeout(e,{timeout:t,killSignal:r="SIGTERM"},s){if(0===t||void 0===t)return s;let i;const o=new Promise(((s,o)=>{i=setTimeout((()=>{((e,t,r)=>{e.kill(t),r(Object.assign(Error("Timed out"),{timedOut:!0,signal:t}))})(e,r,o)}),t)})),n=s.finally((()=>{clearTimeout(i)}));return Promise.race([o,n])},validateTimeout({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})`)},async setExitHandler(e,{cleanup:t,detached:r},s){if(!t||r)return s;const i=Nt((()=>{e.kill()}));return s.finally((()=>{i()}))}}).spawnedKill,er=kt.spawnedCancel,tr=kt.setupTimeout,rr=kt.validateTimeout,sr=kt.setExitHandler,ir={};const or=e=>null!==e&&"object"==typeof e&&"function"==typeof e.pipe;or.writable=e=>or(e)&&!1!==e.writable&&"function"==typeof e._write&&"object"==typeof e._writableState,or.readable=e=>or(e)&&!1!==e.readable&&"function"==typeof e._read&&"object"==typeof e._readableState,or.duplex=e=>or.writable(e)&&or.readable(e),or.transform=e=>or.duplex(e)&&"function"==typeof e._transform,ir=or;var nr,ar={},cr=ke.constants,lr=Re.PassThrough;nr=e=>{e={...e};const{array:t}=e;let{encoding:r}=e;const s="buffer"===r;let i=!1;t?i=!(r||s):r=r||"utf8",s&&(r=null);const o=new lr({objectMode:i});r&&o.setEncoding(r);let n=0;const a=[];return o.on("data",(e=>{a.push(e),i?n=a.length:n+=e.length})),o.getBufferedValue=()=>t?a:s?Buffer.concat(a,n):a.join(""),o.getBufferedLength=()=>n,o};const ur=(0,Ce.promisify)(Re.pipeline);class dr extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}}(ar=c).buffer=(e,t)=>c(e,{...t,encoding:"buffer"}),ar.array=(e,t)=>c(e,{...t,array:!0}),ar.MaxBufferError=dr;var pr,hr=Re.PassThrough;pr=function(){function e(t){return Array.isArray(t)?(t.forEach(e),this):(s.push(t),t.once("end",r.bind(null,t)),t.once("error",i.emit.bind(i,"error")),t.pipe(i,{end:!1}),this)}function t(){return 0==s.length}function r(e){!(s=s.filter((t=>t!==e))).length&&i.readable&&i.end()}var s=[],i=new hr({objectMode:!0});return i.setMaxListeners(0),i.add=e,i.isEmpty=t,i.on("unpipe",r),[].slice.call(arguments).forEach(e),i};const fr=async(e,t)=>{if(e){e.destroy();try{return await t}catch(e){return e.bufferedData}}},mr=(e,{encoding:t,buffer:r,maxBuffer:s})=>{if(e&&r)return t?ar(e,{encoding:t,maxBuffer:s}):ar.buffer(e,{maxBuffer:s})};var gr,vr=(Zt={handleInput(e,t){void 0!==t&&void 0!==e.stdin&&(ir(t)?t.pipe(e.stdin):e.stdin.end(t))},makeAllStream(e,{all:t}){if(!t||!e.stdout&&!e.stderr)return;const r=pr();return e.stdout&&r.add(e.stdout),e.stderr&&r.add(e.stderr),r},async getSpawnedResult({stdout:e,stderr:t,all:r},{encoding:s,buffer:i,maxBuffer:o},n){const a=mr(e,{encoding:s,buffer:i,maxBuffer:o}),c=mr(t,{encoding:s,buffer:i,maxBuffer:o}),l=mr(r,{encoding:s,buffer:i,maxBuffer:2*o});try{return await Promise.all([n,a,c,l])}catch(s){return Promise.all([{error:s,signal:s.signal,timedOut:s.timedOut},fr(e,a),fr(t,c),fr(r,l)])}},validateInputSync({input:e}){if(ir(e))throw new TypeError("The `input` option cannot be a stream in sync mode")}}).handleInput,yr=Zt.getSpawnedResult,wr=Zt.makeAllStream,xr=Zt.validateInputSync;const br=(async()=>{})().constructor.prototype,Er=["then","catch","finally"].map((e=>[e,Reflect.getOwnPropertyDescriptor(br,e)]));var Sr,Or=(gr={mergePromise(e,t){for(const[r,s]of Er){const i="function"==typeof t?(...e)=>Reflect.apply(s.value,t(),e):s.value.bind(t);Reflect.defineProperty(e,r,{...s,value:i})}return e},getSpawnedPromise(e){return 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)}))}))}}).mergePromise,_r=gr.getSpawnedPromise;const $r=(e,t=[])=>Array.isArray(t)?[e,...t]:[e],Cr=/^[\w.-]+$/;var Tr=(Sr={joinCommand(e,t){return $r(e,t).join(" ")},getEscapedCommand(e,t){return $r(e,t).map((e=>(e=>"string"!=typeof e||Cr.test(e)?e:`"${e.replace(/"/g,'\\"')}"`)(e))).join(" ")},parseCommand(e){const t=[];for(const r of e.trim().split(/ +/g)){const e=t[t.length-1];e&&e.endsWith("\\")?t[t.length-1]=`${e.slice(0,-1)} ${r}`:t.push(r)}return t}}).joinCommand,Rr=Sr.parseCommand,Ir=Sr.getEscapedCommand;const Ar=(e,t,r={})=>{const s=Ke._parse(e,t,r);return e=s.command,t=s.args,(r={maxBuffer:1e8,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:(r=s.options).cwd||process.cwd(),execPath:process.execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,...r}).env=(({env:e,extendEnv:t,preferLocal:r,localDir:s,execPath:i})=>{const o=t?{...process.env,...e}:e;return r?dt.env({env:o,cwd:s,execPath:i}):o})(r),r.stdio=It(r),"win32"===process.platform&&"cmd"===xe.basename(e,".exe")&&t.unshift("/q"),{file:e,args:t,options:r,parsed:s}},Pr=(e,t,r)=>"string"==typeof t||Buffer.isBuffer(t)?e.stripFinalNewline?ut(t):t:void 0===r?void 0:"",kr=(e,t,r)=>{const s=Ar(e,t,r),i=Tr(e,t),o=Ir(e,t);let n;rr(s.options);try{n=Te.spawn(s.file,s.args,s.options)}catch(e){const t=new Te.ChildProcess,r=Promise.reject(yt({error:e,stdout:"",stderr:"",all:"",command:i,escapedCommand:o,parsed:s,timedOut:!1,isCanceled:!1,killed:!1}));return Or(t,r)}const a=_r(n),c=tr(n,s.options,a),l=sr(n,s.options,c),u={isCanceled:!1};n.kill=Qt.bind(null,n.kill.bind(n)),n.cancel=er.bind(null,n,u);const d=ht((async()=>{const[{error:e,exitCode:t,signal:r,timedOut:a},c,d,p]=await yr(n,s.options,l),h=Pr(s.options,c),f=Pr(s.options,d),m=Pr(s.options,p);if(e||0!==t||null!==r){const c=yt({error:e,exitCode:t,signal:r,stdout:h,stderr:f,all:m,command:i,escapedCommand:o,parsed:s,timedOut:a,isCanceled:u.isCanceled,killed:n.killed});if(!s.options.reject)return c;throw c}return{command:i,escapedCommand:o,exitCode:0,stdout:h,stderr:f,all:m,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}}));return vr(n,s.options.input),n.all=wr(n,s.options),Or(n,d)};let Nr;(Je=kr).sync=(e,t,r)=>{const s=Ar(e,t,r),i=Tr(e,t),o=Ir(e,t);let n;xr(s.options);try{n=Te.spawnSync(s.file,s.args,s.options)}catch(e){throw yt({error:e,stdout:"",stderr:"",all:"",command:i,escapedCommand:o,parsed:s,timedOut:!1,isCanceled:!1,killed:!1})}const a=Pr(s.options,n.stdout,n.error),c=Pr(s.options,n.stderr,n.error);if(n.error||0!==n.status||null!==n.signal){const e=yt({stdout:a,stderr:c,error:n.error,signal:n.signal,exitCode:n.status,command:i,escapedCommand:o,parsed:s,timedOut:n.error&&"ETIMEDOUT"===n.error.code,isCanceled:!1,killed:null!==n.signal});if(!s.options.reject)return e;throw e}return{command:i,escapedCommand:o,exitCode:0,stdout:a,stderr:c,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}},Je.command=(e,t)=>{const[r,...s]=Rr(e);return kr(r,s,t)},Je.commandSync=(e,t)=>{const[r,...s]=Rr(e);return kr.sync(r,s,t)},Je.node=(e,t,r={})=>{t&&!Array.isArray(t)&&"object"==typeof t&&(r=t,t=[]);const s=It.node(r),i=process.execArgv.filter((e=>!e.startsWith("--inspect"))),{nodePath:o=process.execPath,nodeOptions:n=i}=r;return kr(o,[...n,e,...Array.isArray(t)?t:[]],{...r,stdin:void 0,stdout:void 0,stderr:void 0,stdio:s,shell:!1})},Me=Fe("jdDFH");var Lr,Dr=Fe("ditiY"),jr=Fe("di6NI");Me=Fe("jdDFH"),jr=Fe("di6NI");const Fr=we.homedir();let Mr;var Ur;Lr=e=>{if("string"!=typeof e)throw new TypeError("Expected a string, got "+typeof e);return Fr?e.replace(/^~(?=$|\/|\\)/,Fr):e},Dr=Fe("ditiY");const Gr="win32"!==we.platform(),Hr=we.release(),zr=/(\d+\.\d+)\.(\d+)/;Ur=e=>Gr?e.replace(/(\s+)/g,"\\$1"):((e="",t="")=>/1\d+\.\d+/.test(e)&&+t>=17134.1184)(...zr.exec(Hr).splice(1))?e:e.replace(/(\s+)/g,"%20");const Br=d(".cpprc");let qr=!1,Vr=!1,Xr=!1;Me=Fe("jdDFH");let Yr,Wr=!1;Me=Fe("jdDFH");let Jr=!1;var Kr=Fe("fvrnx"),Zr=(Dr=Fe("ditiY"),Fe("1GQ3N"));let Qr;Zr=Fe("1GQ3N"),Me=Fe("jdDFH"),jr=Fe("di6NI");let es=!1;Zr=Fe("1GQ3N");var ts=Fe("fwsB7"),rs=Fe("1YYsi"),ss=Fe("ca0ts"),is=(Me=Fe("jdDFH"),jr=Fe("di6NI"),Dr=Fe("ditiY"),Fe("howpO")),os=(rs=Fe("1YYsi"),Fe("fVzwP"));ss=Fe("ca0ts"),Dr=Fe("ditiY");const ns={llvm:"13.0.0",clangtidy:"13.0.0",clangformat:"13.0.0",ninja:"1.10.2",cmake:"3.23.1",gcovr:"5.0",conan:"1.47.0",meson:"0.61.4",python:"3.8.10",kcov:"40",task:"3.12.0",doxygen:"darwin"===process.platform?"1.9.3":"1.9.4",gcc:"win32"===process.platform?"11.2.0.07112021":"11"};let as,cs,ls=!1;Zr=Fe("1GQ3N"),Dr=Fe("ditiY"),ts=Fe("fwsB7");var us=Fe("fB2B7"),ds=(ss=Fe("ca0ts"),Dr=Fe("ditiY"),Me=Fe("jdDFH"),Dr=Fe("ditiY"),jr=Fe("di6NI"),us=Fe("fB2B7"),rs=Fe("1YYsi"),Dr=Fe("ditiY"),jr=Fe("di6NI"),xe.resolve(__dirname,"../src/gcc")),ps=xe.resolve(__dirname,"../src/llvm");const hs=(e=>{const t=new Set(e);for(const r of e)t.add(/^\d+/.exec(r)[0]),t.add(/^\d+\.\d+/.exec(r)[0]);return t})(["3.5.0","3.5.1","3.5.2","3.6.0","3.6.1","3.6.2","3.7.0","3.7.1","3.8.0","3.8.1","3.9.0","3.9.1","4.0.0","4.0.1","5.0.0","5.0.1","5.0.2","6.0.0","6.0.1","7.0.0","7.0.1","7.1.0","8.0.0","8.0.1","9.0.0","9.0.1","10.0.0","10.0.1","11.0.0","11.0.1","11.1.0","12.0.0","12.0.1","13.0.0","13.0.1","14.0.0","14.0.1","14.0.2","14.0.3"]),fs=new Set(["3.5.1","3.6.1","3.6.2","3.7.1","3.8.1","3.9.1","6.0.1","7.0.1","7.1.0","8.0.1","11.0.1","11.1.0","12.0.1"]),ms=new Map,gs={"3.5.0":"-ubuntu-14.04","3.5.1":"","3.5.2":"-ubuntu-14.04","3.6.0":"-ubuntu-14.04","3.6.1":"-ubuntu-14.04","3.6.2":"-ubuntu-14.04","3.7.0":"-ubuntu-14.04","3.7.1":"-ubuntu-14.04","3.8.0":"-ubuntu-16.04","3.8.1":"-ubuntu-16.04","3.9.0":"-ubuntu-16.04","3.9.1":"-ubuntu-16.04","4.0.0":"-ubuntu-16.04","5.0.0":"-ubuntu16.04","5.0.1":"-ubuntu-16.04","5.0.2":"-ubuntu-16.04","6.0.0":"-ubuntu-16.04","6.0.1":"-ubuntu-16.04","7.0.0":"-ubuntu-16.04","7.0.1":"-ubuntu-18.04","7.1.0":"-ubuntu-14.04","8.0.0":"-ubuntu-18.04","9.0.0":"-ubuntu-18.04","9.0.1":"-ubuntu-16.04","10.0.0":"-ubuntu-18.04","10.0.1":"-ubuntu-16.04","11.0.0":"-ubuntu-20.04","11.0.1":"-ubuntu-16.04","11.1.0":"-ubuntu-16.04","12.0.0":"-ubuntu-20.04","12.0.1":"-ubuntu-16.04","13.0.0":"-ubuntu-20.04","13.0.0-ubuntu-16.04":"-ubuntu-16.04","13.0.0-ubuntu-20.04":"-ubuntu-20.04","13.0.1":"-ubuntu-18.04","13.0.1-ubuntu-18.04":"-ubuntu-18.04","14.0.0":"-ubuntu-18.04"},vs=new Set(["10.0.1"]);let ys=!1;var ws,xs,bs,Es={},Ss=Es&&Es.__awaiter||((e,t,r,s)=>new(r||(r=Promise))(((i,o)=>{function n(e){try{c(s.next(e))}catch(e){o(e)}}function a(e){try{c(s.throw(e))}catch(e){o(e)}}function c(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((e=>{e(t)}))).then(n,a)}c((s=s.apply(e,t||[])).next())}))),Os=Es&&Es.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t});Object.defineProperty(Es,"__esModule",{value:!0});var _s={},$s=_s&&_s.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t});Object.defineProperty(_s,"__esModule",{value:!0});const Cs=$s(we);var Ts={};Object.defineProperty(Ts,"__esModule",{value:!0}),Ts.toCommandValue=e=>null==e?"":"string"==typeof e||e instanceof String?e:JSON.stringify(e),_s.issueCommand=Q,_s.issue=(e,t="")=>{Q(e,{},t)};class Rs{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 s in this.properties)if(this.properties.hasOwnProperty(s)){const i=this.properties[s];i&&(r?r=!1:e+=",",e+=`${s}=${t=i,Ts.toCommandValue(t).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}`)}}var t;return e+="::"+(e=>Ts.toCommandValue(this.message).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A"))(),e}}var Is={},As=Is&&Is.__importStar||(e=>{if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)Object.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t.default=e,t});Object.defineProperty(Is,"__esModule",{value:!0});const Ps=As(be),ks=As(we);Is.issueCommand=(e,t)=>{const r=process.env["GITHUB_"+e];if(!r)throw Error("Unable to find environment variable for file command "+e);if(!Ps.existsSync(r))throw Error("Missing file at path: "+r);Ps.appendFileSync(r,`${Ts.toCommandValue(t)}${ks.EOL}`,{encoding:"utf8"})};const Ns=Os(we),Ls=Os(xe);var Ds,js;(js=Ds=Es.ExitCode||(Es.ExitCode={}))[js.Success=0]="Success",js[js.Failure=1]="Failure",Es.exportVariable=(e,t)=>{const r=Ts.toCommandValue(t);if(process.env[e]=r,process.env.GITHUB_ENV){const t="_GitHubActionsFileCommandDelimeter_";Is.issueCommand("ENV",`${e}<<${t}${Ns.EOL}${r}${Ns.EOL}${t}`)}else _s.issueCommand("set-env",{name:e},r)},Es.setSecret=e=>{_s.issueCommand("add-mask",{},e)},Es.addPath=e=>{process.env.GITHUB_PATH?Is.issueCommand("PATH",e):_s.issueCommand("add-path",{},e),process.env.PATH=`${e}${Ls.delimiter}${process.env.PATH}`},Es.getInput=(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 r.trim()},Es.setOutput=(e,t)=>{_s.issueCommand("set-output",{name:e},t)},Es.setCommandEcho=e=>{_s.issue("echo",e?"on":"off")},Es.setFailed=e=>{process.exitCode=Ds.Failure,ee(e)},Es.isDebug=()=>"1"===process.env.RUNNER_DEBUG,Es.debug=e=>{_s.issueCommand("debug",{},e)},Es.error=ee,Es.warning=e=>{_s.issue("warning",e instanceof Error?""+e:e)},Es.info=e=>{process.stdout.write(e+Ns.EOL)},Es.startGroup=te,Es.endGroup=re,Es.group=function(e,t){return Ss(this,void 0,void 0,(function*(){let r;te(e);try{r=yield t()}finally{re()}return r}))},Es.saveState=(e,t)=>{_s.issueCommand("save-state",{name:e},t)},Es.getState=e=>process.env["STATE_"+e]||"";const Fs=Ne.env["ProgramFiles(x86)"],Ms=[Ne.env["ProgramFiles(x86)"],Ne.env.ProgramFiles],Us=["Enterprise","Professional","Community"],Gs=["2022","2019","2017"],Hs={2022:"17.0",2019:"16.0",2017:"15.0",2015:"14.0",2013:"12.0"};ws=se;const zs=Fs+"\\Microsoft Visual Studio\\Installer";xs=oe,bs=(e,t,r,s,i,o)=>{if("win32"!=Ne.platform)return void Es.info("This is not a Windows virtual environment, bye!");Ne.env.PATH+=xe.delimiter+zs;let n={win32:"x86",win64:"x64",x86_64:"x64","x86-64":"x64"};e.toLowerCase()in n&&(e=n[e.toLowerCase()]);var a=[e];"true"==s&&a.push("uwp"),t&&a.push(t),r&&a.push("-vcvars_ver="+r),"true"==i&&a.push("-vcvars_spectre_libs=spectre");const c=`"${oe(o)}" ${a.join(" ")}`;Es.debug("vcvars command-line: "+c);const l=(""+Te.execSync(`set && cls && ${c} && cls && set`,{shell:"cmd"})).split("\f"),u=l[0].split("\r\n"),d=l[1].split("\r\n"),p=l[2].split("\r\n"),h=d.filter((e=>!(!e.match(/^\[ERROR.*\]/)||e.match(/Error in script usage. The correct usage is:$/))));if(h.length>0)throw Error("invalid parameters\r\n"+h.join("\r\n"));let f={};for(let e of u){const[t,r]=e.split("=");f[t]=r}Es.startGroup("Environment variables");for(let e of p){if(!e.includes("="))continue;let[t,r]=e.split("=");r!==f[t]&&(Es.info("Setting "+t),ne(t)&&(r=r.split(";").filter(((e,t,r)=>r.indexOf(e)===t)).join(";")),Es.exportVariable(t,r))}Es.endGroup(),Es.info("Configured Developer Command Prompt")},Dr=Fe("ditiY"),jr=Fe("di6NI"),Dr=Fe("ditiY");var Bs,qs=xe.resolve(__dirname,"../src/msvc"),Vs=(jr=Fe("di6NI"),{});Vs=Fe("cReTf"),Bs={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 Xs=Fe("5FRs7"),Ys={};Fe("j5MHF").addLocale("en",(e=>{var t=Math.floor(Math.abs(e)),r=(""+e).replace(/^[^.]*\.?/,"").length;return"string"==typeof e&&(e=parseInt(e,10)),1===t&&0===r?"one":"other"}));var Ws={};Object.defineProperty(Ws,"__esModule",{value:!0}),Ws.getUbuntuVersion=void 0,Ws.getUbuntuVersion=async()=>{if("linux"!==process.platform)return[];const e=await(t="lsb_release",r=["-a"],new Promise(((e,s)=>{Te.execFile(t,r,{encoding:"utf8",shell:!1},((i,o,n)=>{if(i)return"errno"in i&&"ENOENT"===i.code?void e(null):void s(Error(`Could not execute \`${t} ${r.join(" ")}\`: ${i} (stderr=${n})`));e(o)}))})));var t,r;if(null===e)return[];let s=null,i=null,o=!1;for(const t of e.split("\n")){const e=t.match(/^Distributor ID:\s*(.+)$/);if(null!==e){if("Ubuntu"!==e[1])return[];o=!0}const r=t.match(/^Description:\s*Ubuntu\s+(\d+)\.(\d+)(?:\.(\d+))?/);r&&(s=r);const n=t.match(/^Release:\s*(\d+)\.(\d+)(?:\.(\d+))?$/);if(n&&(i=n),o&&s&&i)break}if(!o)return[];for(const e of[s,i])if(e){const t=[e[1],e[2]];return e[3]&&t.push(e[3]),t.map((e=>parseInt(e,10)))}return[]},os=Fe("fVzwP"),Dr=Fe("ditiY"),Dr=Fe("ditiY");let Js=!1;const Ks={cmake:k,ninja(e,t,r){return I("ninja",e,le,t,r)},python:N,async vcpkg(e,r,s){return Js&&null!==t(Ue).sync("vcpkg",{nothrow:!0})?{binDir:xe.dirname(t(Ue).sync("vcpkg"))}:("linux"===process.platform&&(y("curl"),y("zip"),y("unzip"),y("tar"),y("git"),y("pkg-config")),be.existsSync(xe.join(r,O("bootstrap-vcpkg")))?Dr.notice(`Vcpkg folder already exists at ${r}. This might mean that ~/vcpkg is restored from the cache.`):t(Je).sync("git",["clone","https://github.com/microsoft/vcpkg"],{cwd:xe.dirname(r),stdio:"inherit"}),t(Je).sync(O((i="bootstrap-vcpkg","win32"===process.platform?i:"./"+i)),{cwd:r,shell:!0,stdio:"inherit"}),"linux"!==process.platform&&"darwin"!==process.platform||!l()||void 0===process.env.SUDO_USER||u("chown",["-R",process.env.SUDO_USER,r],r),await f(r),Js=!0,{binDir:r});var i},async conan(e,t,r){return await U("setuptools",""),U("conan",e)},meson(e,t,r){return U("meson",e)},gcovr(e,t,r){return U("gcovr",e)},async opencppcoverage(e,t,r){if("win32"===process.platform)return await E("opencppcoverage",e),{binDir:await(async()=>{const e="C:/Program Files/OpenCppCoverage";return await f(e),e})()}},llvm:W,gcc:B,choco:b,brew:s,ccache(e,t,r){switch(process.platform){case"win32":return E("ccache",e);case"darwin":return x("ccache",e);case"linux":return y("ccache",e);default:throw Error("Unsupported platform")}},async doxygen(e,t,r){switch(process.platform){case"win32":{await E("doxygen.install",e);const t={binDir:await(async()=>{if("win32"===process.platform){for(const e of["C:/ProgramData/chocolatey/bin","C:/Program Files/doxygen/bin","C:/Program Files (x86)/doxygen"])if(be.existsSync(e))return await f(e),e;throw Error("Failed to find doxygen binary")}throw Error("Unsupported platform")})()};return await G(F("graphviz",void 0)),t}case"darwin":{const e=x("doxygen",void 0);return await G(F("graphviz",void 0)),e}case"linux":{let s;try{s=await I("doxygen",e,H,t,r),y("libclang-cpp9")}catch(e){Dr.notice(`Failed to download doxygen binary. ${e}. Falling back to apt-get.`),s=y("doxygen",void 0)}return await G(F("graphviz",void 0)),s}default:throw Error("Unsupported platform")}},graphviz:G,async cppcheck(e,t,r){switch(process.platform){case"win32":return await E("cppcheck",e),{binDir:await(async()=>{const e="C:/Program Files/Cppcheck";return await f(e),e})()};case"darwin":return x("cppcheck",e);case"linux":return y("cppcheck",e);default:throw Error("Unsupported platform")}},clangtidy:K,clangformat:K,msvc:ce,vcvarsall:ae,async kcov(e,t,r){if("linux"===process.platform){const s=await I("kcov",e,pe,t,r);return y("libbinutils"),s}throw Error("Unsupported platform for "+r)},async make(e,t,r){switch(process.platform){case"win32":return E("make",e);case"darwin":return x("make",e),await f("/usr/local/opt/make/libexec/gnubin"),{binDir:"/usr/local/opt/make/libexec/gnubin"};case"linux":return y("make",e);default:throw Error("Unsupported platform")}},task(e,t,r){return I("task",e,A,t,r)},sevenzip:_},Zs=["choco","brew","python","vcpkg","cmake","ninja","conan","meson","gcovr","opencppcoverage","ccache","doxygen","graphviz","cppcheck","clangtidy","clangformat","llvm","gcc","msvc","vcvarsall","kcov","make","task","sevenzip"],Qs=["compiler","architecture",...Zs];fe(process.argv).then((e=>{process.exitCode=e})).catch((e=>{Dr.error("main() panicked!"),Dr.error(e),process.exitCode=1}));
//# sourceMappingURL=setup_cpp.js.map