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)}))}))}rt(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"==typeofat)return{binDir:at};constn=t(Qe).sync("brew",{nothrow:!0});returnnull!==n?(at=(0,ke.dirname)(n),{binDir:at}):((0,Ge.execFileSync)('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),at="/usr/local/bin/",{binDir:at})}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=Qe.sync(e.command,{path:r[pt({env:r})],pathExt:t?ke.delimiter:void0})}catch(e){}finally{o&&process.chdir(i)}returns&&(s=ke.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){returnEt&&1===e&&!t.file?o(t.original,"spawn"):null}functiona(e,t,r){consti=dt(e,t,r),n=Ge.spawn(i.command,i.args,i.options);returnbt.hookChildProcess(n,i),n}asyncfunctionc(e,t){if(!e)throwError("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,i=wr(t);returnawaitnewPromise(((t,n)=>{consto=e=>{e&&i.getBufferedLength()<=br.MAX_LENGTH&&(e.bufferedData=i.getBufferedValue()),n(e)};(async()=>{try{awaitSr(e,i),t()}catch(e){o(e)}})(),i.on("data",(()=>{i.getBufferedLength()>r&&o(newOr)}))})),i.getBufferedValue()}functionl(){vare;returnvoid0!==Xr||(Xr=(!!process.env.CI||0===(null===(e=process.getuid)||void0===e?void0:e.call(process)))&&null!==t(Qe).sync("sudo",{nothrow:!0})),Xr}functionu(e,r,i){returnl()?t(lt).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:i,stdio:"inherit"}):t(lt).sync(e,r,{stdio:"inherit"})}functiond(e){returnl()&&"string"==typeofprocess.env.SUDO_USER?"darwin"===process.platform?(0,ke.join)("/Users/",process.env.SUDO_USER,e):(0,ke.join)("/home/",process.env.SUDO_USER,e):t(Wr)("~/"+e)}functionp(e,r=["-NoProfile","-NoLogo","-NonInteractive"]){returnt(lt)((()=>{if(void0===Zr){conste=t(Qe).sync("pwsh",{nothrow:!0});null!==e&&(Zr=e);constr=t(Qe).sync("powershell",{nothrow:!0});null!==r&&(Zr=r)}if(void0===Zr)throwError("Could not find powershell");returnZr})(),[...r,"-c",e],{stdio:"inherit"})}asyncfunctionh(e,r,i=!1){constn=i?void0===(o=r)?"":t(Qr)(o):r;varo;try{if((0,Jr.isGitHubCI)())try{(0,Ze.exportVariable)(e,n)}catch(t){(0,Yr.error)(t),awaitm(e,n)}elseawaitm(e,n)}catch(t){(0,Yr.error)(t),(0,Ze.setFailed)(`Failed to export environment variable ${e}=${n}. You should add it manually.`)}}asyncfunctionf(e){process.env.PATH=`${e}${ke.delimiter}${process.env.PATH}`;try{if((0,Jr.isGitHubCI)())try{(0,Ze.addPath)(e)}catch(t){(0,Yr.error)(t),awaitv(e)}elseawaitv(e)}catch(t){(0,Yr.error)(t),(0,Ze.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,Ze.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":returng(),(0,Ne.appendFileSync)(ii,`\nexport ${e}="${r}"\n`),void(0,Ze.info)(`${e}="${r}" was added to "${ii}`)}process.env[e]=r}asyncfunctionv(e){switch(process.platform){case"win32":returnawaitp(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),void(0,Ze.info)(e+" was added to the PATH.");case"linux":case"darwin":returng(),(0,Ne.appendFileSync)(ii,`\nexport PATH=${e}:$PATH\n`),void(0,Ze.info)(`${e} was added