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,o)=>{r(e,t||{},((e,t)=>{e?o(e):i(t)}))}))}Qe(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"==typeofot)return{binDir:ot};consto=t(Je).sync("brew",{nothrow:!0});returnnull!==o?(ot=(0,Pe.dirname)(o),{binDir:ot}):((0,Me.execFileSync)('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),ot="/usr/local/bin/",{binDir:ot})}functiono(e,t){constr=e.options.env||process.env,i=process.cwd(),o=null!=e.options.cwd,n=o&&void0!==process.chdir&&!process.chdir.disabled;if(n)try{process.chdir(e.options.cwd)}catch(e){}lets;try{s=Je.sync(e.command,{path:r[lt({env:r})],pathExt:t?Pe.delimiter:void0})}catch(e){}finally{n&&process.chdir(i)}returns&&(s=Pe.resolve(o?e.options.cwd:"",s)),s}functionn(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){returnwt&&1===e&&!t.file?n(t.original,"spawn"):null}functiona(e,t,r){consti=ct(e,t,r),o=Me.spawn(i.command,i.args,i.options);returnyt.hookChildProcess(o,i),o}asyncfunctionc(e,t){if(!e)throwError("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,i=vr(t);returnawaitnewPromise(((t,o)=>{constn=e=>{e&&i.getBufferedLength()<=yr.MAX_LENGTH&&(e.bufferedData=i.getBufferedValue()),o(e)};(async()=>{try{awaitxr(e,i),t()}catch(e){n(e)}})(),i.on("data",(()=>{i.getBufferedLength()>r&&n(newbr)}))})),i.getBufferedValue()}functionl(){vare;returnvoid0!==Br||(Br=(!!process.env.CI||0===(null===(e=process.getuid)||void0===e?void0:e.call(process)))&&null!==t(Je).sync("sudo",{nothrow:!0})),Br}functionu(e,r,i){returnl()?t(st).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:i,stdio:"inherit"}):t(st).sync(e,r,{stdio:"inherit"})}functiond(e){returnl()&&"string"==typeofprocess.env.SUDO_USER?"darwin"===process.platform?(0,Pe.join)("/Users/",process.env.SUDO_USER,e):(0,Pe.join)("/home/",process.env.SUDO_USER,e):t(qr)("~/"+e)}functionp(e,r=["-NoProfile","-NoLogo","-NonInteractive"]){returnt(st)((()=>{if(void0===Yr){conste=t(Je).sync("pwsh",{nothrow:!0});null!==e&&(Yr=e);constr=t(Je).sync("powershell",{nothrow:!0});null!==r&&(Yr=r)}if(void0===Yr)throwError("Could not find powershell");returnYr})(),[...r,"-c",e],{stdio:"inherit"})}asyncfunctionh(e,r,i=!1){consto=i?void0===(n=r)?"":t(Jr)(n):r;varn;try{if((0,Xr.isGitHubCI)())try{(0,Ye.exportVariable)(e,o)}catch(t){(0,Vr.error)(t),awaitm(e,o)}elseawaitm(e,o)}catch(t){(0,Vr.error)(t),(0,Ye.setFailed)(`Failed to export environment variable ${e}=${o}. You should add it manually.`)}}asyncfunctionf(e){process.env.PATH=`${e}${Pe.delimiter}${process.env.PATH}`;try{if((0,Xr.isGitHubCI)())try{(0,Ye.addPath)(e)}catch(t){(0,Vr.error)(t),awaitv(e)}elseawaitv(e)}catch(t){(0,Vr.error)(t),(0,Ye.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,Ye.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":returng(),(0,Ie.appendFileSync)(ei,`\nexport ${e}="${r}"\n`),void(0,Ye.info)(`${e}="${r}" was added to "${ei}`)}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,Ye.info)(e+" was added to the PATH.");case"linux":case"darwin":returng(),(0,Ie.appendFileSync)(ei,`\nexport PATH=${e}:$PATH\n`),void(0,Ye.info)(`${e} was added