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,i)=>{r(e,t||{},((e,t)=>{e?i(e):n(t)}))}))}st(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"==typeofdt)return{binDir:dt};consti=t(nt).sync("brew",{nothrow:!0});returnnull!==i?(dt=(0,De.dirname)(i),{binDir:dt}):((0,qe.execFileSync)('/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"',{stdio:"inherit"}),dt="/usr/local/bin/",{binDir:dt})}functioni(e,t){constr=e.options.env||process.env,n=process.cwd(),i=null!=e.options.cwd,o=i&&void0!==process.chdir&&!process.chdir.disabled;if(o)try{process.chdir(e.options.cwd)}catch(e){}lets;try{s=nt.sync(e.command,{path:r[vt({env:r})],pathExt:t?De.delimiter:void0})}catch(e){}finally{o&&process.chdir(n)}returns&&(s=De.resolve(i?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){returnTt&&1===e&&!t.file?o(t.original,"spawn"):null}functiona(e,t,r){constn=mt(e,t,r),i=qe.spawn(n.command,n.args,n.options);returnCt.hookChildProcess(i,n),i}asyncfunctionc(e,t){if(!e)throwError("Expected a stream");t={maxBuffer:1/0,...t};const{maxBuffer:r}=t,n=_r(t);returnawaitnewPromise(((t,i)=>{consto=e=>{e&&n.getBufferedLength()<=Cr.MAX_LENGTH&&(e.bufferedData=n.getBufferedValue()),i(e)};(async()=>{try{awaitRr(e,n),t()}catch(e){o(e)}})(),n.on("data",(()=>{n.getBufferedLength()>r&&o(newPr)}))})),n.getBufferedValue()}functionl(){vare;returnvoid0!==tn||(tn=(!!process.env.CI||0===(null===(e=process.getuid)||void0===e?void0:e.call(process)))&&null!==t(nt).sync("sudo",{nothrow:!0})),tn}functionu(e,r,n){returnl()?t(ht).commandSync("sudo "+[e,...r].map((e=>`'${e}'`)).join(" "),{shell:!0,cwd:n,stdio:"inherit"}):t(ht).sync(e,r,{stdio:"inherit"})}functiond(e){returnl()&&"string"==typeofprocess.env.SUDO_USER?"darwin"===process.platform?(0,De.join)("/Users/",process.env.SUDO_USER,e):(0,De.join)("/home/",process.env.SUDO_USER,e):t(rn)("~/"+e)}functionp(e,r=["-NoProfile","-NoLogo","-NonInteractive"]){returnt(ht)((()=>{if(void0===an){conste=t(nt).sync("pwsh",{nothrow:!0});null!==e&&(an=e);constr=t(nt).sync("powershell",{nothrow:!0});null!==r&&(an=r)}if(void0===an)throwError("Could not find powershell");returnan})(),[...r,"-c",e],{stdio:"inherit"})}asyncfunctionh(e,r,n=!1){consti=n?void0===(o=r)?"":t(cn)(o):r;varo;try{if((0,on.isGitHubCI)())try{(0,rt.exportVariable)(e,i)}catch(t){(0,nn.error)(t),awaitm(e,i)}elseawaitm(e,i)}catch(t){(0,nn.error)(t),(0,rt.setFailed)(`Failed to export environment variable ${e}=${i}. You should add it manually.`)}}asyncfunctionf(e){process.env.PATH=`${e}${De.delimiter}${process.env.PATH}`;try{if((0,on.isGitHubCI)())try{(0,rt.addPath)(e)}catch(t){(0,nn.error)(t),awaitv(e)}elseawaitv(e)}catch(t){(0,nn.error)(t),(0,rt.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,rt.info)(`${e}='${r}' was set in the environment.`);case"linux":case"darwin":returng(),(0,Fe.appendFileSync)(pn,`\nexport ${e}="${r}"\n`),void(0,rt.info)(`${e}="${r}" was added to "${pn}`)}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,rt.info)(e+" was added to the PATH.");case"linux":case"darwin":returng(),(0,Fe.appendFileSync)(pn,`\nexport PATH=${e}:$PATH\n`),void(0,rt.info)(`${e} was added