functione(e,t,r,n){Object.defineProperty(e,t,{get:r,set:n,enumerable:!0,configurable:!0})}functiont(e){returne&&e.__esModule?e.default:e}functionr(e,t,n){if("function"==typeoft&&(n=t,t={}),!n){if("function"!=typeofPromise)thrownewTypeError("callback not provided");returnnewPromise(((n,o)=>{r(e,t||{},((e,t)=>{e?o(e):n(t)}))}))}Ot(e,t||{},((e,r)=>{e&&("EACCES"===e.code||t&&t.ignoreErrors)&&(e=null,r=!1),n(e,r)}))}functionn(e,r,n){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeofPt)return{binDir:Pt};consto=t(St).sync("brew",{nothrow:!0});returnnull!==o?(Pt=$gCrli$dirname(o),{binDir:Pt}):($gCrli$execFileSync('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),Pt="/usr/local/bin/",{binDir:Pt})}functiono(e,t){constr=e.options.env||process.env,n=process.cwd(),o=null!=e.options.cwd,i=o&&void0!==process.chdir&&!process.chdir.disabled;if(i)try{process.chdir(e.options.cwd)}catch(e){}lets;try{s=St.sync(e.command,{path:r[jt({env:r})],pathExt:t?$gCrli$delimiter:void0})}catch(e){}finally{i&&process.chdir(n)}returns&&(s=$gCrli$resolve(o?e.options.cwd:"",s)),s}functioni(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){returnYt&&1===e&&!t.file?i(t.original,"spawn"):null}functiona(e,t,r){constn=Dt(e,t,r),o=$gCrli$spawn(n.command,n.args,n.options);returnXt.hookChildProcess(o,n),o}asyncfunctionc(e,t){if(!e)throwError("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,n=Vr(t);returnawaitnewPromise(((t,o)=>{consti=e=>{e&&n.getBufferedLength()<=Xr.MAX_LENGTH&&(e.bufferedData=n.getBufferedValue()),o(e)};(async()=>{try{awaitJr(e,n),t()}catch(e){i(e)}})(),n.on("data",(()=>{n.getBufferedLength()>r&&i(newZr)}))})),n.getBufferedValue()}functionl(){return(!!process.env.CI||0===(null===(e=process.getuid)||void0===e?void0:e.call(process)))&&null!==t(St).sync("sudo",{nothrow:!0});vare}functionu(e,r=[],n={stdio:"inherit",shell:!0}){returnl()?t(Nt).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),n):t(Nt).sync(e,r,n)}functionp(e){returnl()&&"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(Sn)("~/"+e)}functiond(e,r=["-NoProfile","-NoLogo","-NonInteractive"],n={stdio:"inherit"}){returnt(Nt)((()=>{if(void0===Tn){conste=t(St).sync("pwsh",{nothrow:!0});null!==e&&(Tn=e);constr=t(St).sync("powershell",{nothrow:!0});null!==r&&(Tn=r)}if(void0===Tn)throwError("Could not find powershell");returnTn})(),[...r,"-c",e],n)}asyncfunctionh(e,r,n=!1){consto=n?t(Rn)(null!=r?r:""):r;try{if("github-actions"===t(Cn)())try{(0,$t.exportVariable)(e,o)}catch(t){(0,On.error)(t),awaitm(e,o)}elseawaitm(e,o)}catch(t){(0,On.error)(t),(0,$t.setFailed)(`Failed to export environment variable ${e}=${o}. You should add it manually.`)}}asyncfunctionf(e){process.env.PATH=`${e}${$gCrli$delimiter}${process.env.PATH}`;try{if("github-actions"===t(Cn)())try{(0,$t.addPath)(e)}catch(t){(0,On.error)(t),awaitg(e)}elseawaitg(e)}catch(t){(0,On.error)(t),(0,$t.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":returnawaitd(`[Environment]::SetEnvironmentVariable('${e}', '${r}', "User")`),void(0,$t.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":returnv(),$gCrli$appendFileSync(kn,`\nexport ${e}="${r}"\n`),void(0,$t.info)(`${e}="${r}" was added to "${kn}`)}process.env[e]=r}asyncfunctiong(e){switch(process.platform){case"win32":returnawaitd(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),void(0,$t.info)(`"${e}" was added to the PATH.`);case"linux":case"darwin":returnv(),$gCrli$appendFileSync(kn,`\nexport PATH="${e}:$PATH"\n`),void(0,$t.info)(`"${e}" was added to "${kn}