functione(e,t,r,i){Object.defineProperty(e,t,{get:r,set:i,enumerable:!0,configurable:!0})}functiont(e){returne&&e.__esModule?e.default:e}functionr(e,t,i){if("function"==typeoft&&(i=t,t={}),!i){if("function"!=typeofPromise)thrownewTypeError("callback not provided");returnnewPromise(((i,n)=>{r(e,t||{},((e,t)=>{e?n(e):i(t)}))}))}ft(e,t||{},((e,r)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,r=!1),i(e,r)}))}functioni(e,r,i){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeofwt)return{binDir:wt};constn=t(dt).sync("brew",{nothrow:!0});returnnull!==n?(wt=$gCrli$dirname(n),{binDir:wt}):($gCrli$execFileSync('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),wt="/usr/local/bin/",{binDir:wt})}functionn(e,t){constr=e.options.env||process.env,i=process.cwd(),n=null!=e.options.cwd,o=n&&void0!==process.chdir&&!process.chdir.disabled;if(o)try{process.chdir(e.options.cwd)}catch(e){}lets;try{s=dt.sync(e.command,{path:r[Ct({env:r})],pathExt:t?$gCrli$delimiter:void0})}catch(e){}finally{o&&process.chdir(i)}returns&&(s=$gCrli$resolve(n?e.options.cwd:"",s)),s}functiono(e,t){returnObject.assign(Error(`${t}${e.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${t}${e.command}`,path:e.command,spawnargs:e.args})}functions(e,t){returnDt&&1===e&&!t.file?o(t.original,"spawn"):null}functiona(e,t,r){consti=$t(e,t,r),n=$gCrli$spawn(i.command,i.args,i.options);returnLt.hookChildProcess(n,i),n}asyncfunctionl(e,t){if(!e)throwError("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,i=kr(t);returnawaitnewPromise(((t,n)=>{consto=e=>{e&&i.getBufferedLength()<=Lr.MAX_LENGTH&&(e.bufferedData=i.getBufferedValue()),n(e)};(async()=>{try{awaitMr(e,i),t()}catch(e){o(e)}})(),i.on("data",(()=>{i.getBufferedLength()>r&&o(newUr)}))})),i.getBufferedValue()}functionc(){return(!!process.env.CI||0===(null===(e=process.getuid)||void0===e?void0:e.call(process)))&&null!==t(dt).sync("sudo",{nothrow:!0});vare}functionu(e,r=[],i={stdio:"inherit",shell:!0}){returnc()?t(bt).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),i):t(bt).sync(e,r,i)}functiond(e){returnc()&&"string"==typeofprocess.env.SUDO_USER?"darwin"===process.platform?$gCrli$join("/Users/",process.env.SUDO_USER,e):$gCrli$join("/home/",process.env.SUDO_USER,e):t(ui)("~/"+e)}functionp(e,r=["-NoProfile","-NoLogo","-NonInteractive"],i={stdio:"inherit"}){returnt(bt)((()=>{if(void0===fi){conste=t(dt).sync("pwsh",{nothrow:!0});null!==e&&(fi=e);constr=t(dt).sync("powershell",{nothrow:!0});null!==r&&(fi=r)}if(void0===fi)throwError("Could not find powershell");returnfi})(),[...r,"-c",e],i)}asyncfunctionh(e,r,i=!1){constn=i?t(mi)(null!=r?r:""):r;try{if("github-actions"===t(di)())try{(0,ut.exportVariable)(e,n)}catch(t){(0,hi.error)(t),awaitm(e,n)}elseawaitm(e,n)}catch(t){(0,hi.error)(t),(0,ut.setFailed)(`Failed to export environment variable ${e}=${n}. You should add it manually.`)}}asyncfunctionf(e){process.env.PATH=`${e}${$gCrli$delimiter}${process.env.PATH}`;try{if("github-actions"===t(di)())try{(0,ut.addPath)(e)}catch(t){(0,hi.error)(t),awaitg(e)}elseawaitg(e)}catch(t){(0,hi.error)(t),(0,ut.setFailed)(`Failed to add ${e} to the percistent PATH. You should add it manually.`)}}asyncfunctionm(e,t){constr=null!=t?t:"";switch(process.platform){case"win32":returnawaitp(`[Environment]::SetEnvironmentVariable('${e}', '${r}', "User")`),void(0,ut.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":returnv(),$gCrli$appendFileSync(wi,`\nexport ${e}="${r}"\n`),void(0,ut.info)(`${e}="${r}" was added to "${wi}`)}process.env[e]=r}asyncfunctiong(e){switch(process.platform){case"win32":returnawaitp(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),void(0,ut.info)(`"${e}" was added to the PATH.`);case"linux":case"darwin":returnv(),$gCrli$appendFileSync(wi,`\nexport PATH="${e}:$PATH"\n`),void(0,ut.info)(`"${e}" was added to "${wi}