setup-cpp/dist/modern/setup-cpp.js

75 lines
689 KiB
JavaScript
Raw Normal View History

#!/usr/bin/env node
function _classPrivateMethodInitSpec(e,a){_checkPrivateRedeclaration(e,a),a.add(e);}function _classPrivateFieldInitSpec(e,t,a){_checkPrivateRedeclaration(e,t),t.set(e,a);}function _checkPrivateRedeclaration(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object");}function _classPrivateFieldGet(s,a){return s.get(_assertClassBrand(s,a));}function _classPrivateFieldSet(s,a,r){return s.set(_assertClassBrand(s,a),r),r;}function _assertClassBrand(e,t,n){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:n;throw new TypeError("Private element is not present on this object");}let e,A,t,r,n,o,i,s;function a(e,A,t,r){Object.defineProperty(e,A,{get:t,set:r,enumerable:!0,configurable:!0});}function l(e){return e&&e.__esModule?e.default:e;}function c(e,A,t){if("function"==typeof A&&(t=A,A={}),!t){if("function"!=typeof Promise)throw TypeError("callback not provided");return new Promise(function(t,r){c(e,A||{},function(e,A){e?r(e):t(A);});});}tQ(e,A||{},function(e,r){e&&("EACCES"===e.code||A&&A.ignoreErrors)&&(e=null,r=!1),t(e,r);});}function E(e,A){let t;let r=e.options.env||process.env,n=process.cwd(),o=null!=e.options.cwd,i=o&&void 0!==process.chdir&&!process.chdir.disabled;if(i)try{process.chdir(e.options.cwd);}catch(e){}try{t=tu.sync(e.command,{path:r[tC({env:r})],pathExt:A?rY.delimiter:void 0});}catch(e){}finally{i&&process.chdir(n);}return t&&(t=rY.resolve(o?e.options.cwd:"",t)),t;}function g(e,A){return Object.assign(Error(`${A} ${e.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${A} ${e.command}`,path:e.command,spawnargs:e.args});}function u(e,A){return np&&1===e&&!A.file?g(A.original,"spawn"):null;}function h(e,A,t){let r=tE(e,A,t),n=nA.spawn(r.command,r.args,r.options);return ty.hookChildProcess(n,r),n;}function Q(e){let A="string"==typeof e?"\n":"\n".charCodeAt(),t="string"==typeof e?"\r":"\r".charCodeAt();return e[e.length-1]===A&&(e=e.slice(0,-1)),e[e.length-1]===t&&(e=e.slice(0,-1)),e;}function C(e={}){let{env:A=process.env,platform:t=process.platform}=e;return"win32"!==t?"PATH":Object.keys(A).reverse().find(e=>"PATH"===e.toUpperCase())||"Path";}function I(e){return null!==e&&"object"==typeof e&&"function"==typeof e.pipe;}function d(e){return I(e)&&!1!==e.writable&&"function"==typeof e._write&&"object"==typeof e._writableState;}async function B(e,A){if(!e)throw Error("Expected a stream");let{maxBuffer:t}=A={maxBuffer:1/0,...A},r=tk(A);return await new Promise((A,n)=>{let o=e=>{e&&r.getBufferedLength()<=tD.MAX_LENGTH&&(e.bufferedData=r.getBufferedValue()),n(e);};(async()=>{try{await ol(e,r),A();}catch(e){o(e);}})(),r.on("data",()=>{r.getBufferedLength()>t&&o(new oc());});}),r.getBufferedValue();}function f(e,A,t){let r;let n=oM(e,A,t),o=oR(e,A),i=oD(e,A);oT(i,n.options),on(n.options);try{r=l(no).spawn(n.file,n.args,n.options);}catch(A){let e=new(l(no).ChildProcess)();return oy(e,Promise.reject(nJ({error:A,stdout:"",stderr:"",all:"",command:o,escapedCommand:i,parsed:n,timedOut:!1,isCanceled:!1,killed:!1}))),e;}let s=om(r),a=or(r,n.options,s),c=oo(r,n.options,a),E={isCanceled:!1};r.kill=n3.bind(null,r.kill.bind(r)),r.cancel=oA.bind(null,r,E);let g=tm(async()=>{let[{error:e,exitCode:A,signal:t,timedOut:s},a,l,g]=await oB(r,n.options,c),u=o_(n.options,a),h=o_(n.options,l),Q=o_(n.options,g);if(e||0!==A||null!==t){let a=nJ({error:e,exitCode:A,signal:t,stdout:u,stderr:h,all:Q,command:o,escapedCommand:i,parsed:n,timedOut:s,isCanceled:E.isCanceled||!!n.options.signal&&n.options.signal.aborted,killed:r.killed});if(!n.options.reject)return a;throw a;}return{command:o,escapedCommand:i,exitCode:0,stdout:u,stderr:h,all:Q,failed:!1,timedOut:!1,isCanceled:!1,killed:!1};});return oQ(r,n.options),r.all=oC(r,n.options),oa(r),oy(r,g),r;}function p(A,t=["-NoProfile","-NoLogo","-NonInteractive"],r={stdio:"inherit"}){return f(function(){if(void 0===e){let A=l(tL).sync("pwsh",{nothrow:!0});null!==A&&(e=A);let t=l(tL).sync("powershell",{nothrow:!0});null!==t&&(e=t);}if(void 0===e)throw Error("Could not find powershell");return e;}(),[...t,"-c",A],r);}function y(e={}){let{en
# source .cpprc if SOURCE_CPPRC is not set to 0
if [[ "$SOURCE_CPPRC" != 0 && -f "${e}" ]]; then source "${e}"; fi
`;try{await Promise.all([M(e),O(A),_(A)]);}catch(e){(0,ta.warning)(`Failed to add ${A} to .profile or .bashrc. You should add it manually: ${e}`);}}async function M(e){let A="# Automatically Generated by os-env\nexport SOURCE_CPPRC=0";(await(0,tP.pathExists)(e))&&!(await iK(e,"utf8")).includes(A)&&(await iZ(e,`
${A}
`),(0,ta.info)(`Added ${A} to ${e}`));}async function _(e){let A=v("~/.bashrc");(await(0,tP.pathExists)(A))&&!(await iK(A,"utf-8")).includes(e)&&(await iZ(A,e),(0,ta.info)(`${e} was added to ${A}`));}async function O(e){let A=v("~/.profile");(await(0,tP.pathExists)(A))&&!(await iK(A,"utf-8")).includes(e)&&(await iZ(A,e),(0,ta.info)(`${e} was added to ${A}`));}async function G(e){if(await(0,tP.pathExists)(e)){let A=[...new Set((await iK(e,"utf-8")).split("\n").reverse())].reverse();await i0(e,A.join("\n")),await N(e);}}async function Y(e,A,t={}){let r={shouldEscapeSpace:!1,shouldAddOnlyIfNotDefined:!1,rcPath:v(".bashrc"),...t},n=function(e,A=!1){let t=A?l(tV)(e):e;return l(tW)(t,'"',"\\");}(A??"",r.shouldEscapeSpace);try{if(ts.GITHUB_ACTIONS)try{if(r.shouldAddOnlyIfNotDefined&&void 0!==process.env[e]){(0,ta.info)(`Environment variable ${e} is already defined. Skipping.`);return;}(0,tl.exportVariable)(e,n);}catch(A){(0,ta.error)(A),await J(e,n,r);}else await J(e,n,r);}catch(A){(0,ta.error)(`${A}
Failed to export environment variable ${e}=${n}. You should add it manually.`);}}async function J(e,A,t){let r=A??"";switch(process.platform){case"win32":if(t.shouldAddOnlyIfNotDefined&&void 0!==process.env[e]){(0,ta.info)(`Environment variable ${e} is already defined. Skipping.`);return;}await p(`[Environment]::SetEnvironmentVariable('${e}', '${r}', "User")`),(0,ta.info)(`${e}='${r}' was set in the environment.`);return;case"linux":case"darwin":await i1(t.rcPath),t.shouldAddOnlyIfNotDefined?(await i9(t.rcPath,`
if [ -z "\${${e}}" ]; then export ${e}="${r}"; fi
`),(0,ta.info)(`if not defined ${e} then ${e}="${r}" was added to "${t.rcPath}`)):(await i9(t.rcPath,`
export ${e}="${r}"
`),(0,ta.info)(`${e}="${r}" was added to "${t.rcPath}`));return;}process.env[e]=r;}async function H(e,A={}){var t;let r={rcPath:v(".bashrc"),...A};if(t=e,!(i5.some(e=>e.test(t))&&(process.env.PATH?.split(rY.delimiter)??[]).includes(t))){process.env.PATH=`${e}${rY.delimiter}${process.env.PATH}`;try{if(ts.GITHUB_ACTIONS)try{(0,tl.addPath)(e);}catch(A){(0,ta.error)(A),await P(e,r.rcPath);}else await P(e,r.rcPath);}catch(A){(0,ta.error)(`${A}
Failed to add ${e} to the percistent PATH. You should add it manually.`);}}}async function P(e,A){switch(process.platform){case"win32":await p(`$USER_PATH=([Environment]::GetEnvironmentVariable("PATH", "User")); [Environment]::SetEnvironmentVariable("PATH", "${e};$USER_PATH", "User")`),(0,ta.info)(`"${e}" was added to the PATH.`);return;case"linux":case"darwin":await i1(A),await i3(A,`
export PATH="${e}:$PATH"
`),(0,ta.info)(`"${e}" was added to "${A}"`);return;default:return;}}function V(e,A,t,r){return new(t||(t=Promise))(function(n,o){function i(e){try{a(r.next(e));}catch(e){o(e);}}function s(e){try{a(r.throw(e));}catch(e){o(e);}}function a(e){var A;e.done?n(e.value):((A=e.value)instanceof t?A:new t(function(e){e(A);})).then(i,s);}a((r=r.apply(e,A||[])).next());});}function W(e,A){function t(t){return function(a){return function(t){if(r)throw TypeError("Generator is already executing.");for(;i&&(i=0,t[0]&&(s=0)),s;)try{if(r=1,n&&(o=2&t[0]?n.return:t[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,t[1])).done)return o;switch(n=0,o&&(t=[2&t[0],o.value]),t[0]){case 0:case 1:o=t;break;case 4:return s.label++,{value:t[1],done:!1};case 5:s.label++,n=t[1],t=[0];continue;case 7:t=s.ops.pop(),s.trys.pop();continue;default:if(!(o=(o=s.trys).length>0&&o[o.length-1])&&(6===t[0]||2===t[0])){s=0;continue;}if(3===t[0]&&(!o||t[1]>o[0]&&t[1]<o[3])){s.label=t[1];break;}if(6===t[0]&&s.label<o[1]){s.label=o[1],o=t;break;}if(o&&s.label<o[2]){s.label=o[2],s.ops.push(t);break;}o[2]&&s.ops.pop(),s.trys.pop();continue;}t=A.call(e,s);}catch(e){t=[6,e],n=0;}finally{r=o=0;}if(5&t[0])throw t[1];return{value:t[0]?t[1]:void 0,done:!0};}([t,a]);};}var r,n,o,i,s={label:0,sent:function(){if(1&o[0])throw o[1];return o[1];},trys:[],ops:[]};return i={next:t(0),throw:t(1),return:t(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this;}),i;}async function q(){try{await l(tz)({pkg:l(ro)});}catch(e){(0,ta.warning)("Failed to check for updates: "+(e instanceof Error?e.message+e.stack:e));}}function j(e){return null==e?[]:Array.isArray(e)?e:[e];}function X(){return"linux"===process.platform&&(void 0===o&&(o=null!==l(tL).sync("dnf",{nothrow:!0})),o);}function $(){return"linux"===process.platform&&(void 0===i&&(i=null!==l(tL).sync("pacman",{nothrow:!0})),i);}function z(){return"linux"===process.platform&&(void 0===s&&(s=null!==l(tL).sync("apt-get",{nothrow:!0})),s);}async function Z(e,A=!1){let t=eo();for(let{name:A,version:r}of e)(0,ta.info)(`Installing ${A} ${r??""} via ${t}`);process.env.DEBIAN_FRONTEND="noninteractive",A&&(ei(t),i6=!0),await eA(t,e);let r=await K(e);if(0===r.length)return(0,ta.info)("All packages are already installed"),{binDir:"/usr/bin/"};i7||(await ea(t),i7=!0);try{R(t,["install","--fix-broken","-y",...r]);}catch(e){if("stderr"in e){let A=e.stderr;sA.some(e=>A.includes(e))&&((0,ta.warning)(`Failed to install packages ${r}. Retrying...`),R(t,["install","--fix-broken","-y","-o",se,...r]));}else throw e;}return{binDir:"/usr/bin/"};}async function K(e){return(await Promise.all(e.map(ee))).filter(e=>void 0!==e);}async function ee(e){let A=await er(e.name,e.version);return(await eu(A))?void 0:A;}async function eA(e,A){let t=[...new Set(A.flatMap(e=>e.repositories??[]))];if(0!==t.length){for(let A of(i7||(await ea(e),i7=!0),await es(e),t))R("add-apt-repository",["-y","--no-update",A]);ei(e),i6=!0;}}async function et(e,A){if(void 0!==A&&""!==A){let{stdout:t}=await m("apt-cache",["search","--names-only",`^${(0,ri.default)(e)}-${(0,ri.default)(A)}$`]);if(""!==t.trim())return 0;try{let{stdout:t}=await m("apt-cache",["show",`${e}=${A}`]);if(""===t.trim())return 1;}catch{}}try{let{stdout:A}=await m("apt-cache",["show",e]);if(""!==A.trim())return 2;}catch{}return i6?3:(ei(eo()),i6=!0,et(e,A));}async function er(e,A){switch(await et(e,A)){case 0:return`${e}-${A}`;case 1:return`${e}=${A}`;case 2:return e;default:throw Error(`Could not find package ${e} ${A??""}`);}}function en(){return null!==l(tL).sync("nala",{nothrow:!0});}function eo(){let e;return en()?"nala":"apt-get";}function ei(e){R(e,"nala"!==e?["update","-y","-o",se]:["update","-o",se]);}async function es(e){(await eu("software-properties-common"))||R(e,["install","-y","--fix-broken","-o",se,"software-properties-common"]);}async function ea(e){i6||(ei(e),i6=!0);let A=await K([{name:"ca-certificates"},{name:"gnupg"},{name:"apt-utils"}]);0!==A.length&&R(e,["install","-y","--fix-broken","-o",se,...A]);let t=[ec(["3B4FE6ACC0B21F32","40976EAF437D05B5"],"setup-cpp-ubuntu-
if [ $UID -eq 0 ]; then update-alternatives --install /usr/bin/${e} ${e} ${A} ${r}; fi
`));}async function eu(e){try{let{stdout:A}=await m("dpkg",["-s",e]);if("string"!=typeof A)return!1;return A.split("\n").some(e=>e.startsWith("Status: install ok installed"));}catch{return!1;}}async function eh(e){try{let{stdout:A}=await m("dpkg",["-l",e]);if("string"!=typeof A)return!1;return A.split("\n").some(e=>e.startsWith("ii"));}catch{return!1;}}async function eQ(e,t,r){if(!["darwin","linux"].includes(process.platform))return;if("string"==typeof A)return{binDir:A};let n=l(tL).sync("brew",{nothrow:!0});if(null!==n)return{binDir:A=(0,ra.dirname)(n)};let o=l(rY).join((0,rG.tmpdir)(),"setup-cpp","brew");await(0,rl.mkdirP)(o),w("curl",["-LJO","https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh"],{cwd:o});let i=(0,rY.join)(o,"install.sh");return"linux"===process.platform&&(await(0,tT.readFile)(i,"utf-8")).replace("#!/bin/bash",""),w("/bin/bash",[i],{stdio:"inherit",env:{NONINTERACTIVE:"1"}}),A=eC(),await H(A,{rcPath:aE}),{binDir:A};}function eC(){return"linux"===process.platform?"/home/linuxbrew/.linuxbrew/bin/":"/usr/local/bin/";}async function eI(e,A,t=[]){(0,tl.info)(`Installing ${e} ${A??""} via brew`),st&&null!==l(tL).sync("brew",{nothrow:!0})||(await eQ("","",process.arch),st=!0);let r=eC();return w((0,ra.join)(r,"brew"),["install",void 0!==A&&""!==A?`${e}@${A}`:e,...t],{stdio:"inherit"}),{binDir:r};}async function ed(e,A,r){if("win32"!==process.platform)return;if("string"==typeof t)return{binDir:t};let n=l(tL).sync("choco",{nothrow:!0});if(null!==n)return{binDir:t=(0,ra.dirname)(n)};let o="powershell.exe",i=l(tL).sync(`${process.env.SystemRoot}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`,{nothrow:!0});null!==i&&(o=i),w(o,["-NoProfile","-InputFormat","None","-ExecutionPolicy","Bypass","-Command","[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))"],{stdio:"inherit"});let s=`${process.env.ALLUSERSPROFILE}\\chocolatey\\bin`;await H(s,{rcPath:aE});let a=l(tL).sync("choco",{nothrow:!0});if(t=null!==a?(0,ra.dirname)(a):`${process.env.ChocolateyInstall??"C:/ProgramData/chocolatey"}/bin`,await(0,tP.pathExists)(t))return{binDir:t};}async function eB(e,A,t=[]){(0,ta.info)(`Installing ${e} ${A??""} via chocolatey`),sr&&null!==l(tL).sync("choco",{nothrow:!0})||(await ed("","",process.arch),sr=!0);let r=process.env.PATH,n={...process.env};if(n.TMP=void 0,n.TEMP=void 0,n.Path=void 0,n.PATH=r,void 0!==A&&""!==A)w("choco",["install","-y",e,"--version="+A,...t],{env:n,extendEnv:!1,stdio:"inherit"});else try{w("choco",["install","-y",e,...t],{env:n,extendEnv:!1,stdio:"inherit"});}catch(A){if(A.message.includes("exit code 3010"))(0,ta.info)(`${e} might require a reboot for the completion of the installation.`);else throw A;}let o=`${process.env.ChocolateyInstall??"C:/ProgramData/chocolatey"}/bin`;return await H(o,{rcPath:aE}),{binDir:o};}async function ef(e){for(let{name:A,version:t}of e)(0,ta.info)(`Installing ${A} ${t??""} via dnf`);return R("dnf",["-y","install",...(await Promise.all(e.map(e=>ep(e.name,e.version))))]),{binDir:"/usr/bin/"};}async function ep(e,A){if(void 0!==A&&""!==A){let{stdout:t}=await m("dnf",["search","-q",`${e}-${A}`]);if(""!==t.trim())return`${e}-${A}`;{let{stdout:t}=await m("dnf",["search","-q",`${e}${A}`]);if(""!==t.trim())return`${e}${A}`;(0,ta.warning)(`Failed to install ${e} ${A} via dnf, trying without version`);}}return e;}async function ey(e,A,t){switch(process.platform){case"win32":return eB("bazelisk",e);case"darwin":return eI("bazelisk",e);case"linux":if($())throw Error("installing bazel on Arch linux is not supported yet");if(X())return await ef([{name:"dnf-plugins-core"}]),R("dnf",["copr","enable","vbatts/bazel"]),ef([{name:"bazel4"}]);if(z()){let A=await eE("bazel-archive-keyring.gpg","https://bazel.build/bazel-release.pub.gpg");return R("bash",["-c",`echo "deb [arch=amd64 signed-by=${A}] https://storage.googleapis.com/bazel-apt stable jdk1.8" | tee /etc/apt/sources.list.d/bazel.list`]),Z([{name:"bazel",version:e}],!0);}throw Error("Unsupported linux distribu
apt-get update -o ${se} -y`),s=t,l=1===o?i.replace(/ -y \$PKG/g," -y clang-format-"+s):i,a=l=await AJ(l),l=en()?a.replace(/apt-get/g,"nala"):a,await(0,tT.writeFile)(A,l),[{name:"lsb-release"},{name:"wget"},{name:"software-properties-common"},{name:"gnupg"}];}async function AJ(e){let A=e.replace(/apt-get install -y/g,`apt-get install -o Dpkg::Options::="--force-overwrite" -o ${se} -y --fix-broken`);return await Promise.all(["libc++-$LLVM_VERSION-dev","libc++abi-$LLVM_VERSION-dev","libunwind-$LLVM_VERSION-dev"].map(async e=>{let t=e.replace("$LLVM_VERSION","*");(await eh(t))&&((0,r3.info)("Removing conflicting package "+t),A=A.replace(e,""));})),A;}function AH(e,A,t){let r=`${A}${e}${t}`;return`https://github.com/llvm/llvm-project/releases/download/llvmorg-${e}/${r}`;}function AP(e,A,t){let r=`${A}${e}${t}`;return`https://releases.llvm.org/${e}/${r}`;}async function AV(e){let A;if(s7.has(e))return null;let t="LLVM-",r=l(rE)(e,"3.7.0")?"-win32.exe":"-win64.exe",n=l(rE)(e,"9.0.1"),o=!1;return n&&(A=AP(e,t,r),(await rD(A))||(o=!0)),(o||!n)&&(A=AH(e,t,r)),A;}function AW(e,A){switch(e){case"darwin":return function(e){if(ae.has(e))return null;let A="9.0.0"===e?"-darwin-apple":"-apple-darwin",t="clang+llvm-",r=`-x86_64${A}.tar.xz`;return l(rE)(e,"9.0.1")?AP(e,t,r):AH(e,t,r);}(A);case"linux":return function(e){let A,t,r=e,n=aA.get(r);if(void 0!==n&&(r=n),r.includes("ubuntu")){let e=r.replace(/-ubuntu-.*/,"");if(!s6.has(e))throw Error("Unsupported Ubuntu version: "+e);A=r.replace(e,""),r=eV(s6,e)[0];}else""!==r&&r in at?A=at[r]:(A=at[ar],(0,ta.warning)(`Falling back to LLVM version ${ar} ${A} for the Ubuntu.`));let o="clang+llvm-";return(t="5.0.0"===r?`-linux-x86_64${A}.tar.xz`:A.includes("-rhel86")?`-x86_64-unknown-linux-gnu${A}.tar.xz`:`-x86_64-linux-gnu${A}.tar.xz`,l(rE)(r,"9.0.1"))?AP(r,o,t):AH(r,o,t);}(A);case"win32":return AV(A);default:return null;}}async function Aq(e,A,t){let[r,n]=await eW(s6,A,e,AW);return(0,ta.info)("specific llvm version: "+r),{url:n,extractedFolderName:"",binRelativeDir:"bin",binFileName:(0,ra.addExeExt)("clang"),extractFunction:"win32"===A?eM:(e,A)=>eO(e,A,1)};}async function Aj(e,A,t){let r=await an(e,A,t);return await AK(r.installDir??A),r;}async function AX(e,A,t){let[r,n]=await Promise.all([A$(e,A,t),A0()]);return await ai(t),r;}async function A$(e,A,t,r=rM.All){let n=Number.parseInt(function(e){if(null===l(rk)(e))try{let A=l(rc)(e);if(null!==A)return(0,ta.info)(`Coerced version '${e}' to '${A}'`),A.version;}catch(e){}return e;}(e).split(".")[0],10);try{if(z())return await AG(n,r);}catch(e){(0,ta.info)("Failed to install llvm via system package manager "+e);}let o=await eY("llvm",e,Aq,A,t);return await ao(n),o;}async function Az(e){z()&&(e<=10?await Z([{name:"libtinfo5"}]):await Z([{name:"libtinfo-dev"}]));}async function AZ(e){"linux"===process.platform&&(await Am(e7("gcc",void 0,await sP()),"",e,40));}async function AK(e){let A=process.env.LD_LIBRARY_PATH??"",t=process.env.DYLD_LIBRARY_PATH??"",r=[Y("LLVM_PATH",e),Y("LD_LIBRARY_PATH",`${e}/lib${rY.delimiter}${A}`),Y("DYLD_LIBRARY_PATH",`${e}/lib${rY.delimiter}${t}`),Y("LDFLAGS",`-L"${e}/lib"`),Y("CPPFLAGS",`-I"${e}/include"`),Y("CC",(0,ra.addExeExt)(`${e}/bin/clang`)),Y("CXX",(0,ra.addExeExt)(`${e}/bin/clang++`)),Y("LIBRARY_PATH",`${e}/lib`),Ap()];z()&&r.push(eg("cc",`${e}/bin/clang`,aE,60),eg("cxx",`${e}/bin/clang++`,aE,60),eg("clang",`${e}/bin/clang`,aE),eg("clang++",`${e}/bin/clang++`,aE),eg("lld",`${e}/bin/lld`,aE),eg("ld.lld",`${e}/bin/ld.lld`,aE),eg("llvm-ar",`${e}/bin/llvm-ar`,aE)),await Promise.all(r);}async function A0(){if(ts.GITHUB_ACTIONS){let e=(0,ra.join)(r_,"llvm_matcher.json");if(!(await(0,tP.pathExists)(e)))return(0,ta.warning)("the llvm_matcher.json file does not exist in the same folder as setup-cpp.js");(0,ta.info)("::add-matcher::"+e);}}async function A1(e,A,t){switch(process.platform){case"win32":return eB("make",e);case"darwin":return await eI("make",e),await H("/usr/local/opt/make/libexec/gnubin",{rcPath:aE}),{binDir:"/usr/local/opt/make/libexec/gnubin"};case"linux":if($())return em("make",e);if(X())return ef([{name:"ma
setup-cpp [options]
setup-cpp --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
Install all the tools required for building and testing C++/C projects.
--architecture the cpu architecture to install the tools for. By default it uses the current CPU architecture.
--timeout the timeout for the installation of each tool in minutes. By default it is 10 minutes.
--compiler the <compiler> to install.
You can specify the version instead of specifying just the name e.g: --compiler 'llvm-13.0.0'
--$tool_name pass "true" or pass the <version> you would like to install for this tool. e.g. --conan true or --conan "1.42.1"
All the available tools:
`),console.table({"compiler and analyzer":{tools:"--llvm, --gcc, --msvc, --vcvarsall, --cppcheck, --clangtidy, --clangformat"},"build system":{tools:"--cmake, --ninja, --meson, --make, --task, --bazel"},"package manager":{tools:"--vcpkg, --conan, --choco, --brew, --nala"},cache:{tools:"--ccache, --sccache"},documentation:{tools:"--doxygen, --graphviz"},coverage:{tools:"--gcovr, --opencppcoverage, --kcov"},other:{tools:"--python, --powershell, --sevenzip"}},["tools"]));let o=n.architecture??process.arch,i=process.env.SETUP_CPP_DIR??v("~"),s=[],a=[],c=tX.create({autoloadLocales:!0});tX.addLocale(l(t$)),tq.addLocale(l(tj));let E=await sP();if(!function(e,A){let t=A.filter(A=>void 0!==e[A]),r=t.filter(A=>!Ae(e[A])),n=r.length>=1?e[r[0]]:"true";if(r.some(A=>e[A]!==n))return!1;for(let A of t)e[A]=n;return!0;}(n,["llvm","clangtidy","clangformat"]))return(0,ta.error)("The same version must be used for llvm, clangformat and clangtidy"),1;$()&&"string"==typeof n.cppcheck&&"string"==typeof n.gcovr&&((0,ta.info)("installing python-pygments to avoid conflicts with cppcheck and gcovr on Arch linux"),await em("python-pygments"));let g=!1,u=!1;for(let e of al){if(ts.isCI&&0!==a.length){u=!0;break;}let r=n[e];void 0!==r&&(A=Date.now(),g=await A_(e,r,E,o,i,s,a,6e4*Number.parseFloat(n.timeout??"20")),t=Date.now(),(0,ta.info)("took "+(c.format(A,t)||"0 seconds")));}if(!u){let e=n.compiler;if(void 0!==e){let A=Date.now();await tt(e,E,i,o,s,g,a);let t=Date.now();(0,ta.info)("took "+(c.format(A,t)||"0 seconds"));}}if(await G(aE),0===s.length&&0===a.length)return(0,ta.warning)("setup-cpp was called without any arguments. Nothing to do."),0;for(let e of s)(0,ta.success)(e);for(let e of a)(0,ta.error)(e);if((0,ta.info)("setup-cpp finished"),!ts.GITHUB_ACTIONS)switch(process.platform){case"win32":(0,ta.warning)("Run `RefreshEnv.cmd` or restart your shell to update the environment.");break;case"linux":case"darwin":(0,ta.warning)("Run `source ~/.cpprc` or restart your shell to update the environment.");}return await r,0===a.length?0:1;}var tn,to,ti,ts,ta,tl,tc,tE,tg,tu,th,tQ,tC,tI,td,tB,tf,tp,ty,tm,tw,tb,tR,tD,tS,tk,tN,tv,tF,tL,tU,tT,tx,tM,t_,tO,tG,tY,tJ,tH,tP,tV,tW,tq,tj,tX,t$,tz,tZ,tK,t0,t1,t2,t4,t8,t9,t3,t5,t6,t7,re,rA,rt,rr,rn,ro,ri,rs,ra,rl,rc,rE,rg,ru,rh,rQ,rC,rI,rd,rB,rf,rp,ry,rm,rw,rb,rR,rD,rS,rk,rN,rv,rF,rL,rU,rT,rx,rM,r_,rO,rG=require("os"),rY=require("path"),rJ=require("fs"),rH=require("crypto"),rP=require("http"),rV=require("https"),rW=require("net"),rq=require("tls"),rj=require("events"),rX=require("assert"),r$=require("util"),rz=require("stream"),rZ=require("buffer"),rK=require("querystring"),r0=require("stream"),r1=require("util"),r2=require("events"),r4=require("perf_hooks"),r8=require("worker_threads"),r9=require("async_hooks"),r3=require("console"),r5=require("url"),r6=require("zlib"),r7=require("string_decoder"),ne=require("fs"),nA=require("child_process"),nt=require("timers"),nr=require("buffer"),nn=require("path"),no=require("child_process"),ni=require("process"),ns=require("url"),na=require("os"),nl=require("process"),nc=globalThis,nE={},ng={},nu=nc.parcelRequire810d;null==nu&&((nu=function(e){if(e in nE)return nE[e].exports;if(e in ng){var A=ng[e];delete ng[e];var t={id:e,exports:{}};return nE[e]=t,A.call(t.exports,t,t.exports),t.exports;}var r=Error("Cannot find module '"+e+"'");throw r.code="MODULE_NOT_FOUND",r;}).register=function(e,A){ng[e]=A;},nc.parcelRequire810d=nu),(ti=nu.register)("52cQ1",function(e,A){var t;function r(e){return"string"==typeof e?!!n[e]:"env"in e?n[e.env]&&n[e.env].includes(e.includes):"any"in e?e.any.some(function(e){return!!n[e];}):Object.keys(e).every(function(A){return n[A]===e[A];});}t=nu("jgqtC");let n=process.env;Object.defineProperty(e.exports,"_vendors",{value:t.map(function(e){return e.constant;})}),e.exports.name=null,e.exports.isPR=null,t.forEach(function(A){let t=(Array.isArray(A.env)?A.env:[A.env]).every(function(e){return r(e);});if(e.exports[A.constant]=t,t)switch(e.exports.name=A.name,typeof A.pr){case"string":e.exports.isPR=!!n[A.pr];break;case"object":"env"in A.pr?e.exports.isPR=A.
Support boolean input list: \`true | True | TRUE | false | False | FALSE\``);},e.exports.setOutput=function(e,A){if(process.env.GITHUB_OUTPUT)return s.issueFileCommand("OUTPUT",s.prepareKeyValueMessage(e,A));process.stdout.write(d.EOL),i.issueCommand("set-output",{name:e},a.toCommandValue(A));},e.exports.setCommandEcho=function(e){i.issue("echo",e?"on":"off");},e.exports.setFailed=function(e){process.exitCode=c.Failure,Q(e);},e.exports.isDebug=function(){return"1"===process.env.RUNNER_DEBUG;},e.exports.debug=function(e){i.issueCommand("debug",{},e);},e.exports.error=Q,e.exports.warning=function(e,A={}){i.issueCommand("warning",a.toCommandProperties(A),e instanceof Error?e.toString():e);},e.exports.notice=function(e,A={}){i.issueCommand("notice",a.toCommandProperties(A),e instanceof Error?e.toString():e);},e.exports.info=function(e){process.stdout.write(e+d.EOL);},e.exports.startGroup=C,e.exports.endGroup=I,e.exports.group=function(e,A){return o(this,void 0,void 0,function*(){let t;C(e);try{t=yield A();}finally{I();}return t;});},e.exports.saveState=function(e,A){if(process.env.GITHUB_STATE)return s.issueFileCommand("STATE",s.prepareKeyValueMessage(e,A));i.issueCommand("save-state",{name:e},a.toCommandValue(A));},e.exports.getState=function(e){return process.env["STATE_"+e]||"";},e.exports.getIDToken=function(e){return o(this,void 0,void 0,function*(){return yield l.OidcClient.getIDToken(e);});},E=nu("dTpO2"),Object.defineProperty(e.exports,"summary",{enumerable:!0,get:function(){return E.summary;}}),E=nu("dTpO2"),Object.defineProperty(e.exports,"markdownSummary",{enumerable:!0,get:function(){return E.markdownSummary;}}),g=nu("azKnO"),Object.defineProperty(e.exports,"toPosixPath",{enumerable:!0,get:function(){return g.toPosixPath;}}),Object.defineProperty(e.exports,"toWin32Path",{enumerable:!0,get:function(){return g.toWin32Path;}}),Object.defineProperty(e.exports,"toPlatformPath",{enumerable:!0,get:function(){return g.toPlatformPath;}});}),ti("dIPEE",function(e,A){var t,r,n,o;function i(e,A,t){let r=new a(e,A,t);process.stdout.write(r.toString()+s.EOL);}t=e.exports&&e.exports.__createBinding||(Object.create?function(e,A,t,r){void 0===r&&(r=t),Object.defineProperty(e,r,{enumerable:!0,get:function(){return A[t];}});}:function(e,A,t,r){void 0===r&&(r=t),e[r]=A[t];}),r=e.exports&&e.exports.__setModuleDefault||(Object.create?function(e,A){Object.defineProperty(e,"default",{enumerable:!0,value:A});}:function(e,A){e.default=A;}),n=e.exports&&e.exports.__importStar||function(e){if(e&&e.__esModule)return e;var A={};if(null!=e)for(var n in e)"default"!==n&&Object.hasOwnProperty.call(e,n)&&t(A,e,n);return r(A,e),A;},Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.issue=e.exports.issueCommand=void 0;let s=n(rG);o=nu("i0ItD"),e.exports.issueCommand=i,e.exports.issue=function(e,A=""){i(e,{},A);};class a{constructor(e,A,t){e||(e="missing.command"),this.command=e,this.properties=A,this.message=t;}toString(){var e;let A="::"+this.command;if(this.properties&&Object.keys(this.properties).length>0){A+=" ";let e=!0;for(let t in this.properties)if(this.properties.hasOwnProperty(t)){let r=this.properties[t];r&&(e?e=!1:A+=",",A+=`${t}=${o.toCommandValue(r).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}`);}}return A+("::"+(e=this.message,o.toCommandValue(e).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")));}}}),ti("i0ItD",function(e,A){Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.toCommandProperties=e.exports.toCommandValue=void 0,e.exports.toCommandValue=function(e){return null==e?"":"string"==typeof e||e instanceof String?e:JSON.stringify(e);},e.exports.toCommandProperties=function(e){return Object.keys(e).length?{title:e.title,file:e.file,line:e.startLine,endLine:e.endLine,col:e.startColumn,endColumn:e.endColumn}:{};};}),ti("aSbHp",function(e,A){var t,r,n,o,i;t=e.exports&&e.exports.__createBinding||(Object.create?function(e,A,t,r){void 0===r&&(r=t),Object.defineProperty(e,r,{enumerable:!0,get:function(){return A[t];}});}:function(e,
Error Code : ${e.statusCode}
Error Message: ${e.message}`);})).result)||void 0===A?void 0:A.value;if(!r)throw Error("Response json body do not have ID Token field");return r;});}static getIDToken(e){return t(this,void 0,void 0,function*(){try{let A=i.getIDTokenUrl();if(e){let t=encodeURIComponent(e);A=`${A}&audience=${t}`;}o.debug("ID token url is "+A);let t=yield i.getCall(A);return o.setSecret(t),t;}catch(e){throw Error("Error message: "+e.message);}});}}e.exports.OidcClient=i;}),ti("a7JAS",function(e,A){var t,r,n,o,i,s,a,l,c,E;t=e.exports&&e.exports.__createBinding||(Object.create?function(e,A,t,r){void 0===r&&(r=t);var n=Object.getOwnPropertyDescriptor(A,t);(!n||("get"in n?!A.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return A[t];}}),Object.defineProperty(e,r,n);}:function(e,A,t,r){void 0===r&&(r=t),e[r]=A[t];}),r=e.exports&&e.exports.__setModuleDefault||(Object.create?function(e,A){Object.defineProperty(e,"default",{enumerable:!0,value:A});}:function(e,A){e.default=A;}),n=e.exports&&e.exports.__importStar||function(e){if(e&&e.__esModule)return e;var A={};if(null!=e)for(var n in e)"default"!==n&&Object.prototype.hasOwnProperty.call(e,n)&&t(A,e,n);return r(A,e),A;},o=e.exports&&e.exports.__awaiter||function(e,A,t,r){return new(t||(t=Promise))(function(n,o){function i(e){try{a(r.next(e));}catch(e){o(e);}}function s(e){try{a(r.throw(e));}catch(e){o(e);}}function a(e){var A;e.done?n(e.value):((A=e.value)instanceof t?A:new t(function(e){e(A);})).then(i,s);}a((r=r.apply(e,A||[])).next());});},Object.defineProperty(e.exports,"__esModule",{value:!0}),e.exports.HttpClient=e.exports.isHttps=e.exports.HttpClientResponse=e.exports.HttpClientError=e.exports.getProxyUrl=e.exports.MediaTypes=e.exports.Headers=e.exports.HttpCodes=void 0;let g=n(rP),u=n(rV),h=n(nu("8gh3V")),Q=n(nu("7i1qo"));i=nu("x6EAG"),(c=s||(e.exports.HttpCodes=s={}))[c.OK=200]="OK",c[c.MultipleChoices=300]="MultipleChoices",c[c.MovedPermanently=301]="MovedPermanently",c[c.ResourceMoved=302]="ResourceMoved",c[c.SeeOther=303]="SeeOther",c[c.NotModified=304]="NotModified",c[c.UseProxy=305]="UseProxy",c[c.SwitchProxy=306]="SwitchProxy",c[c.TemporaryRedirect=307]="TemporaryRedirect",c[c.PermanentRedirect=308]="PermanentRedirect",c[c.BadRequest=400]="BadRequest",c[c.Unauthorized=401]="Unauthorized",c[c.PaymentRequired=402]="PaymentRequired",c[c.Forbidden=403]="Forbidden",c[c.NotFound=404]="NotFound",c[c.MethodNotAllowed=405]="MethodNotAllowed",c[c.NotAcceptable=406]="NotAcceptable",c[c.ProxyAuthenticationRequired=407]="ProxyAuthenticationRequired",c[c.RequestTimeout=408]="RequestTimeout",c[c.Conflict=409]="Conflict",c[c.Gone=410]="Gone",c[c.TooManyRequests=429]="TooManyRequests",c[c.InternalServerError=500]="InternalServerError",c[c.NotImplemented=501]="NotImplemented",c[c.BadGateway=502]="BadGateway",c[c.ServiceUnavailable=503]="ServiceUnavailable",c[c.GatewayTimeout=504]="GatewayTimeout",(E=a||(e.exports.Headers=a={})).Accept="accept",E.ContentType="content-type",(l||(e.exports.MediaTypes=l={})).ApplicationJson="application/json",e.exports.getProxyUrl=function(e){let A=h.getProxyUrl(new URL(e));return A?A.href:"";};let C=[s.MovedPermanently,s.ResourceMoved,s.SeeOther,s.TemporaryRedirect,s.PermanentRedirect],I=[s.BadGateway,s.ServiceUnavailable,s.GatewayTimeout],d=["OPTIONS","GET","DELETE","HEAD"];class B extends Error{constructor(e,A){super(e),this.name="HttpClientError",this.statusCode=A,Object.setPrototypeOf(this,B.prototype);}}e.exports.HttpClientError=B;class f{constructor(e){this.message=e;}readBody(){return o(this,void 0,void 0,function*(){return new Promise(e=>o(this,void 0,void 0,function*(){let A=Buffer.alloc(0);this.message.on("data",e=>{A=Buffer.concat([A,e]);}),this.message.on("end",()=>{e(A.toString());});}));});}readBodyBuffer(){return o(this,void 0,void 0,function*(){return new Promise(e=>o(this,void 0,void 0,function*(){let A=[];this.message.on("data",e=>{A.push(e);}),this.message.on("end",()=>{e(Buffer.concat(A));});}));});}}e.exports.HttpClientResponse=f,e.exports.isHttps=function(e){return"https:"===new URL(e).protocol;},e.exports.HttpCl
`;return"string"==typeof s?B+=`host: ${s}\r
`:B+=e[Y],l?B+=`connection: upgrade\r
upgrade: ${l}\r
`:e[V]&&!d[m]?B+="connection: keep-alive\r\n":B+="connection: close\r\n",c&&(B+=c),eX.sendHeaders.hasSubscribers&&eX.sendHeaders.publish({request:A,headers:B,socket:d}),t&&0!==C?r.isBuffer(t)?(rX(I===t.byteLength,"buffer body must have content length"),d.cork(),d.write(`${B}content-length: ${I}\r
\r
`,"latin1"),d.write(t),d.uncork(),A.onBodySent(t),A.onRequestSent(),h||(d[m]=!0)):r.isBlobLike(t)?"function"==typeof t.stream?eM({body:t.stream(),client:e,request:A,socket:d,contentLength:I,header:B,expectsPayload:h}):ex({body:t,client:e,request:A,socket:d,contentLength:I,header:B,expectsPayload:h}):r.isStream(t)?eT({body:t,client:e,request:A,socket:d,contentLength:I,header:B,expectsPayload:h}):r.isIterable(t)?eM({body:t,client:e,request:A,socket:d,contentLength:I,header:B,expectsPayload:h}):rX(!1):(0===I?d.write(`${B}content-length: 0\r
\r
`,"latin1"):(rX(null===I,"no body must not have content length"),d.write(`${B}\r
`,"latin1")),A.onRequestSent()),!0;}(e,n)?e[J]++:e[T].splice(e[J],1);}}(e,A),e[N]=0,e[H]>256&&(e[T].splice(0,e[H]),e[J]-=e[H],e[H]=0));}function eU(e){return"GET"!==e&&"HEAD"!==e&&"OPTIONS"!==e&&"TRACE"!==e&&"CONNECT"!==e;}function eT({h2stream:e,body:A,client:n,request:o,socket:i,contentLength:s,header:a,expectsPayload:l}){if(rX(0!==s||0===n[v],"stream body cannot be pipelined"),"h2"===n[ec]){function c(e){o.onBodySent(e);}let n=t(A,e,t=>{t?(r.destroy(A,t),r.destroy(e,t)):o.onRequestSent();});n.on("data",c),n.once("end",()=>{n.removeListener("data",c),r.destroy(n);});return;}let g=!1,u=new e5({socket:i,request:o,contentLength:s,client:n,expectsPayload:l,header:a}),h=function(e){if(!g)try{!u.write(e)&&this.pause&&this.pause();}catch(e){r.destroy(this,e);}},Q=function(){!g&&A.resume&&A.resume();},C=function(){if(g)return;let e=new E();queueMicrotask(()=>I(e));},I=function(e){if(!g){if(g=!0,rX(i.destroyed||i[U]&&n[v]<=1),i.off("drain",Q).off("error",I),A.removeListener("data",h).removeListener("end",I).removeListener("error",I).removeListener("close",C),!e)try{u.end();}catch(A){e=A;}u.destroy(e),e&&("UND_ERR_INFO"!==e.code||"reset"!==e.message)?r.destroy(A,e):r.destroy(A);}};A.on("data",h).on("end",I).on("error",I).on("close",C),A.resume&&A.resume(),i.on("drain",Q).on("error",I);}async function ex({h2stream:e,body:A,client:t,request:n,socket:o,contentLength:i,header:s,expectsPayload:l}){rX(i===A.size,"blob body must have content length");let c="h2"===t[ec];try{if(null!=i&&i!==A.size)throw new a();let r=Buffer.from(await A.arrayBuffer());c?(e.cork(),e.write(r),e.uncork()):(o.cork(),o.write(`${s}content-length: ${i}\r
\r
`,"latin1"),o.write(r),o.uncork()),n.onBodySent(r),n.onRequestSent(),l||(o[m]=!0),eL(t);}catch(A){r.destroy(c?e:o,A);}}async function eM({h2stream:e,body:A,client:t,request:r,socket:n,contentLength:o,header:i,expectsPayload:s}){function a(){if(l){let e=l;l=null,e();}}rX(0!==o||0===t[v],"iterator body cannot be pipelined");let l=null,c=()=>new Promise((e,A)=>{rX(null===l),n[P]?A(n[P]):l=e;});if("h2"===t[ec]){e.on("close",a).on("drain",a);try{for await(let t of A){if(n[P])throw n[P];let A=e.write(t);r.onBodySent(t),A||(await c());}}catch(A){e.destroy(A);}finally{r.onRequestSent(),e.end(),e.off("close",a).off("drain",a);}return;}n.on("close",a).on("drain",a);let E=new e5({socket:n,request:r,contentLength:o,client:t,expectsPayload:s,header:i});try{for await(let e of A){if(n[P])throw n[P];E.write(e)||(await c());}E.end();}catch(e){E.destroy(e);}finally{n.off("close",a).off("drain",a);}}function e_(e,A,t){try{A.onError(t),rX(A.aborted);}catch(A){e.emit("error",A);}}t=rz.pipeline,r=nu("84Q1O"),n=nu("lwHlm"),o=nu("fHRmy"),i=nu("3WED8"),a=(s=nu("fXBWP")).RequestContentLengthMismatchError,l=s.ResponseContentLengthMismatchError,c=s.InvalidArgumentError,E=s.RequestAbortedError,g=s.HeadersTimeoutError,u=s.HeadersOverflowError,h=s.SocketError,Q=s.InformationalError,C=s.BodyTimeoutError,I=s.HTTPParserError,d=s.ResponseExceededMaxSizeError,B=s.ClientDestroyedError,f=nu("6CPvd"),y=(p=nu("dsmgU")).kUrl,m=p.kReset,w=p.kServerName,b=p.kClient,R=p.kBusy,D=p.kParser,S=p.kConnect,k=p.kBlocking,N=p.kResuming,v=p.kRunning,F=p.kPending,L=p.kSize,U=p.kWriting,T=p.kQueue,x=p.kConnected,M=p.kConnecting,_=p.kNeedDrain,O=p.kNoRef,G=p.kKeepAliveDefaultTimeout,Y=p.kHostHeader,J=p.kPendingIdx,H=p.kRunningIdx,P=p.kError,V=p.kPipelining,W=p.kSocket,q=p.kKeepAliveTimeoutValue,j=p.kMaxHeadersSize,X=p.kKeepAliveMaxTimeout,$=p.kKeepAliveTimeoutThreshold,z=p.kHeadersTimeout,Z=p.kBodyTimeout,K=p.kStrictContentLength,ee=p.kConnector,eA=p.kMaxRedirections,et=p.kMaxRequests,er=p.kCounter,en=p.kClose,eo=p.kDestroy,ei=p.kDispatch,es=p.kInterceptors,ea=p.kLocalAddress,el=p.kMaxResponseSize,ec=p.kHTTPConnVersion,eE=p.kHost,eg=p.kHTTP2Session,eu=p.kHTTP2SessionState,eh=p.kHTTP2BuildRequest,eQ=p.kHTTP2CopyHeaders,eC=p.kHTTP1BuildRequest;try{eB=$45c81c1c2abb82a8$import$dc5c58500bc5a0ce;}catch{eB={constants:{}};}let{constants:{HTTP2_HEADER_AUTHORITY:eO,HTTP2_HEADER_METHOD:eG,HTTP2_HEADER_PATH:eY,HTTP2_HEADER_SCHEME:eJ,HTTP2_HEADER_CONTENT_LENGTH:eH,HTTP2_HEADER_EXPECT:eP,HTTP2_HEADER_STATUS:eV}}=eB,eW=!1,eq=Buffer[Symbol.species],ej=Symbol(),eX={};try{let e=nu("9ZlyE");eX.sendHeaders=e.channel("undici:client:sendHeaders"),eX.beforeConnect=e.channel("undici:client:beforeConnect"),eX.connectError=e.channel("undici:client:connectError"),eX.connected=e.channel("undici:client:connected");}catch{eX.sendHeaders={hasSubscribers:!1},eX.beforeConnect={hasSubscribers:!1},eX.connectError={hasSubscribers:!1},eX.connected={hasSubscribers:!1};}eI=nu("iw9n8"),ed=nu("4KdE6");let e$=Buffer.alloc(0),ez=null,eZ=ew();eZ.catch();let eK=null,e0=null,e1=0,e2=null,e4=1,e8=2,e9=3;class e3{constructor(e,A,{exports:t}){rX(Number.isFinite(e[j])&&e[j]>0),this.llhttp=t,this.ptr=this.llhttp.llhttp_alloc(eI.TYPE.RESPONSE),this.client=e,this.socket=A,this.timeout=null,this.timeoutValue=null,this.timeoutType=null,this.statusCode=null,this.statusText="",this.upgrade=!1,this.headers=[],this.headersSize=0,this.headersMaxSize=e[j],this.shouldKeepAlive=!1,this.paused=!1,this.resume=this.resume.bind(this),this.bytesRead=0,this.keepAlive="",this.contentLength="",this.connection="",this.maxResponseSize=e[el];}setTimeout(e,A){this.timeoutType=A,e!==this.timeoutValue?(n.clearTimeout(this.timeout),e?(this.timeout=n.setTimeout(eb,e,this),this.timeout.unref&&this.timeout.unref()):this.timeout=null,this.timeoutValue=e):this.timeout&&this.timeout.refresh&&this.timeout.refresh();}resume(){!this.socket.destroyed&&this.paused&&(rX(null!=this.ptr),rX(null==eK),this.llhttp.llhttp_resume(this.ptr),rX(this.timeoutType===e8),this.timeout&&this.timeout.refresh&&this.timeout.refresh(),this.paused=!1,this.execute(this.socket.read()
`,"latin1"):A.write(`${s}content-length: ${r}\r
\r
`,"latin1")),null===r&&A.write(`\r
${l.toString(16)}\r
`,"latin1"),this.bytesWritten+=l;let c=A.write(e);return A.uncork(),t.onBodySent(e),!c&&A[D].timeout&&A[D].timeoutType===e4&&A[D].timeout.refresh&&A[D].timeout.refresh(),c;}end(){let{socket:e,contentLength:A,client:t,bytesWritten:r,expectsPayload:n,header:o,request:i}=this;if(i.onRequestSent(),e[U]=!1,e[P])throw e[P];if(!e.destroyed){if(0===r?n?e.write(`${o}content-length: 0\r
\r
`,"latin1"):e.write(`${o}\r
`,"latin1"):null===A&&e.write("\r\n0\r\n\r\n","latin1"),null!==A&&r!==A){if(t[K])throw new a();process.emitWarning(new a());}e[D].timeout&&e[D].timeoutType===e4&&e[D].timeout.refresh&&e[D].timeout.refresh(),eL(t);}}destroy(e){let{socket:A,client:t}=this;A[U]=!1,e&&(rX(t[v]<=1,"pipeline should only contain this request"),r.destroy(A,e));}}e.exports=class extends i{constructor(e,{interceptors:A,maxHeaderSize:t,headersTimeout:n,socketTimeout:o,requestTimeout:i,connectTimeout:s,bodyTimeout:a,idleTimeout:l,keepAlive:E,keepAliveTimeout:g,maxKeepAliveTimeout:u,keepAliveMaxTimeout:h,keepAliveTimeoutThreshold:Q,socketPath:C,pipelining:I,tls:d,strictContentLength:B,maxCachedSessions:p,maxRedirections:m,connect:b,maxRequestsPerClient:R,localAddress:D,maxResponseSize:S,autoSelectFamily:k,autoSelectFamilyAttemptTimeout:v,allowH2:F,maxConcurrentStreams:L}={}){if(super(),void 0!==E)throw new c("unsupported keepAlive, use pipelining=0 instead");if(void 0!==o)throw new c("unsupported socketTimeout, use headersTimeout & bodyTimeout instead");if(void 0!==i)throw new c("unsupported requestTimeout, use headersTimeout & bodyTimeout instead");if(void 0!==l)throw new c("unsupported idleTimeout, use keepAliveTimeout instead");if(void 0!==u)throw new c("unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead");if(null!=t&&!Number.isFinite(t))throw new c("invalid maxHeaderSize");if(null!=C&&"string"!=typeof C)throw new c("invalid socketPath");if(null!=s&&(!Number.isFinite(s)||s<0))throw new c("invalid connectTimeout");if(null!=g&&(!Number.isFinite(g)||g<=0))throw new c("invalid keepAliveTimeout");if(null!=h&&(!Number.isFinite(h)||h<=0))throw new c("invalid keepAliveMaxTimeout");if(null!=Q&&!Number.isFinite(Q))throw new c("invalid keepAliveTimeoutThreshold");if(null!=n&&(!Number.isInteger(n)||n<0))throw new c("headersTimeout must be a positive integer or zero");if(null!=a&&(!Number.isInteger(a)||a<0))throw new c("bodyTimeout must be a positive integer or zero");if(null!=b&&"function"!=typeof b&&"object"!=typeof b)throw new c("connect must be a function or an object");if(null!=m&&(!Number.isInteger(m)||m<0))throw new c("maxRedirections must be a positive number");if(null!=R&&(!Number.isInteger(R)||R<0))throw new c("maxRequestsPerClient must be a positive number");if(null!=D&&("string"!=typeof D||0===rW.isIP(D)))throw new c("localAddress must be valid string IP address");if(null!=S&&(!Number.isInteger(S)||S<-1))throw new c("maxResponseSize must be a positive number");if(null!=v&&(!Number.isInteger(v)||v<-1))throw new c("autoSelectFamilyAttemptTimeout must be a positive number");if(null!=F&&"boolean"!=typeof F)throw new c("allowH2 must be a valid boolean value");if(null!=L&&("number"!=typeof L||L<1))throw new c("maxConcurrentStreams must be a possitive integer, greater than 0");"function"!=typeof b&&(b=f({...d,maxCachedSessions:p,allowH2:F,socketPath:C,timeout:s,...(r.nodeHasAutoSelectFamily&&k?{autoSelectFamily:k,autoSelectFamilyAttemptTimeout:v}:void 0),...b})),this[es]=A&&A.Client&&Array.isArray(A.Client)?A.Client:[ed({maxRedirections:m})],this[y]=r.parseOrigin(e),this[ee]=b,this[W]=null,this[V]=null!=I?I:1,this[j]=t||rP.maxHeaderSize,this[G]=null==g?4e3:g,this[X]=null==h?6e5:h,this[$]=null==Q?1e3:Q,this[q]=this[G],this[w]=null,this[ea]=null!=D?D:null,this[N]=0,this[_]=0,this[Y]=`host: ${this[y].hostname}${this[y].port?":"+this[y].port:""}\r
`,this[Z]=null!=a?a:3e5,this[z]=null!=n?n:3e5,this[K]=null==B||B,this[eA]=m,this[et]=R,this[ej]=null,this[el]=S>-1?S:-1,this[ec]="h1",this[eg]=null,this[eu]=F?{openStreams:0,maxConcurrentStreams:null!=L?L:100}:null,this[eE]=`${this[y].hostname}${this[y].port?":"+this[y].port:""}`,this[T]=[],this[H]=0,this[J]=0;}get pipelining(){return this[V];}set pipelining(e){this[V]=e,eL(this,!0);}get[F](){return this[T].length-this[J];}get[v](){return this[J]-this[H];}get[L](){return this[T].length-this[H];}get[x](){return!!this[W]&&!this[M]&&!this[W].destroyed;}get[R](){let e=this[W];return e&&(e[m]||e[U]||e[k])||this[L]>=(this[V]||1)||this[F]>0;}[S](e){ev(this),this.once("connect",e);}[ei](e,A){let t=e.origin||this[y].origin,n="h2"===this[ec]?o[eh](t,e,A):o[eC](t,e,A);return this[T].push(n),this[N]||(null==r.bodyLength(n.body)&&r.isIterable(n.body)?(this[N]=1,process.nextTick(eL,this)):eL(this,!0)),this[N]&&2!==this[_]&&this[R]&&(this[_]=2),this[_]<2;}async[en](){return new Promise(e=>{this[L]?this[ej]=e:e(null);});}async[eo](e){return new Promise(A=>{let t=this[T].splice(this[J]);for(let A=0;A<t.length;A++)e_(this,t[A],e);let n=()=>{this[ej]&&(this[ej](),this[ej]=null),A();};null!=this[eg]&&(r.destroy(this[eg],e),this[eg]=null,this[eu]=null),this[W]?r.destroy(this[W].on("close",n),e):queueMicrotask(n),eL(this);});}};}),ti("84Q1O",function(e,A){var t,r,n,o,i,s,a,l;let c;function E(e){return e&&"object"==typeof e&&"function"==typeof e.pipe&&"function"==typeof e.on;}function g(e){return s&&e instanceof s||e&&"object"==typeof e&&("function"==typeof e.stream||"function"==typeof e.arrayBuffer)&&/^(Blob|File)$/.test(e[Symbol.toStringTag]);}function u(e){if("string"==typeof e){if(e=new URL(e),!/^https?:/.test(e.origin||e.protocol))throw new i("Invalid URL protocol: the URL must start with `http:` or `https:`.");return e;}if(!e||"object"!=typeof e)throw new i("Invalid URL: The URL argument must be a non-null object.");if(!/^https?:/.test(e.origin||e.protocol))throw new i("Invalid URL protocol: the URL must start with `http:` or `https:`.");if(!(e instanceof URL)){if(null!=e.port&&""!==e.port&&!Number.isFinite(parseInt(e.port)))throw new i("Invalid URL: port must be a valid integer or a string representation of an integer.");if(null!=e.path&&"string"!=typeof e.path)throw new i("Invalid URL path: the path must be a string or null/undefined.");if(null!=e.pathname&&"string"!=typeof e.pathname)throw new i("Invalid URL pathname: the pathname must be a string or null/undefined.");if(null!=e.hostname&&"string"!=typeof e.hostname)throw new i("Invalid URL hostname: the hostname must be a string or null/undefined.");if(null!=e.origin&&"string"!=typeof e.origin)throw new i("Invalid URL origin: the origin must be a string or null/undefined.");let A=null!=e.port?e.port:"https:"===e.protocol?443:80,t=null!=e.origin?e.origin:`${e.protocol}//${e.hostname}:${A}`,r=null!=e.path?e.path:`${e.pathname||""}${e.search||""}`;t.endsWith("/")&&(t=t.substring(0,t.length-1)),r&&!r.startsWith("/")&&(r="/"+r),e=new URL(t+r);}return e;}function h(e){return!e||!!(e.destroyed||e[r]);}function Q(e){let A=e&&e._readableState;return h(e)&&A&&!A.endEmitted;}function C(e){return e instanceof Uint8Array||Buffer.isBuffer(e);}async function*I(e){for await(let A of e)yield Buffer.isBuffer(A)?A:Buffer.from(A);}r=(t=nu("dsmgU")).kDestroyed,n=t.kBodyUsed,o=rP.IncomingMessage,i=nu("fXBWP").InvalidArgumentError,s=rZ.Blob,a=rK.stringify,l=nu("kRIAE").headerNameLowerCasedRecord;let[d,B]=process.versions.node.split(".").map(e=>+e),f=!!String.prototype.toWellFormed,p=Object.create(null);p.enumerable=!0,e.exports={kEnumerableProperty:p,nop:function(){},isDisturbed:function(e){return!!(e&&(rz.isDisturbed?rz.isDisturbed(e)||e[n]:e[n]||e.readableDidRead||e._readableState&&e._readableState.dataEmitted||Q(e)));},isErrored:function(e){return!!(e&&(rz.isErrored?rz.isErrored(e):/state: 'errored'/.test(r$.inspect(e))));},isReadable:function(e){return!!(e&&(rz.isReadable?rz.isReadable(e):/state: 'readable'/.test(r$.inspect(e))));},toUSVString:function(e){return f?(""+e).toWellFormed():r$.toUSVString?
`;}function g(e,A,t,o=!1){if(t&&"object"==typeof t&&!Array.isArray(t))throw new r(`invalid ${A} header`);if(void 0!==t){if(null===e.host&&4===A.length&&"host"===A.toLowerCase()){if(null!==h.exec(t))throw new r(`invalid ${A} header`);e.host=t;}else if(null===e.contentLength&&14===A.length&&"content-length"===A.toLowerCase()){if(e.contentLength=parseInt(t,10),!Number.isFinite(e.contentLength))throw new r("invalid content-length header");}else if(null===e.contentType&&12===A.length&&"content-type"===A.toLowerCase())e.contentType=t,o?e.headers[A]=E(A,t,o):e.headers+=E(A,t);else if(17===A.length&&"transfer-encoding"===A.toLowerCase())throw new r("invalid transfer-encoding header");else if(10===A.length&&"connection"===A.toLowerCase()){let A="string"==typeof t?t.toLowerCase():null;if("close"!==A&&"keep-alive"!==A)throw new r("invalid connection header");"close"===A&&(e.reset=!0);}else if(10===A.length&&"keep-alive"===A.toLowerCase())throw new r("invalid keep-alive header");else if(7===A.length&&"upgrade"===A.toLowerCase())throw new r("invalid upgrade header");else if(6===A.length&&"expect"===A.toLowerCase())throw new n("expect header not supported");else if(null===u.exec(A))throw new r("invalid header key");else if(Array.isArray(t))for(let r=0;r<t.length;r++)o?e.headers[A]?e.headers[A]+=","+E(A,t[r],o):e.headers[A]=E(A,t[r],o):e.headers+=E(A,t[r]);else o?e.headers[A]=E(A,t,o):e.headers+=E(A,t);}}r=(t=nu("fXBWP")).InvalidArgumentError,n=t.NotSupportedError,i=(o=nu("dsmgU")).kHTTP2BuildRequest,s=o.kHTTP2CopyHeaders,a=o.kHTTP1BuildRequest,l=nu("84Q1O");let u=/^[\^_`a-zA-Z\-0-9!#$%&'*+.|~]+$/,h=/[^\t\x20-\x7e\x80-\xff]/,Q=Symbol(),C={};try{let e=nu("9ZlyE");C.create=e.channel("undici:request:create"),C.bodySent=e.channel("undici:request:bodySent"),C.headers=e.channel("undici:request:headers"),C.trailers=e.channel("undici:request:trailers"),C.error=e.channel("undici:request:error");}catch{C.create={hasSubscribers:!1},C.bodySent={hasSubscribers:!1},C.headers={hasSubscribers:!1},C.trailers={hasSubscribers:!1},C.error={hasSubscribers:!1};}class I{constructor(e,{path:A,method:t,body:n,headers:o,query:i,idempotent:s,blocking:a,upgrade:E,headersTimeout:h,bodyTimeout:I,reset:d,throwOnError:B,expectContinue:f},p){if("string"!=typeof A)throw new r("path must be a string");if("/"===A[0]||A.startsWith("http://")||A.startsWith("https://")||"CONNECT"===t){if(null!==/[^\u0021-\u00ff]/.exec(A))throw new r("invalid request path");}else throw new r("path must be an absolute URL or start with a slash");if("string"!=typeof t)throw new r("method must be a string");if(null===u.exec(t))throw new r("invalid request method");if(E&&"string"!=typeof E)throw new r("upgrade must be a string");if(null!=h&&(!Number.isFinite(h)||h<0))throw new r("invalid headersTimeout");if(null!=I&&(!Number.isFinite(I)||I<0))throw new r("invalid bodyTimeout");if(null!=d&&"boolean"!=typeof d)throw new r("invalid reset");if(null!=f&&"boolean"!=typeof f)throw new r("invalid expectContinue");if(this.headersTimeout=h,this.bodyTimeout=I,this.throwOnError=!0===B,this.method=t,this.abort=null,null==n)this.body=null;else if(l.isStream(n)){this.body=n;let e=this.body._readableState;e&&e.autoDestroy||(this.endHandler=function(){l.destroy(this);},this.body.on("end",this.endHandler)),this.errorHandler=e=>{this.abort?this.abort(e):this.error=e;},this.body.on("error",this.errorHandler);}else if(l.isBuffer(n))this.body=n.byteLength?n:null;else if(ArrayBuffer.isView(n))this.body=n.buffer.byteLength?Buffer.from(n.buffer,n.byteOffset,n.byteLength):null;else if(n instanceof ArrayBuffer)this.body=n.byteLength?Buffer.from(n):null;else if("string"==typeof n)this.body=n.length?Buffer.from(n):null;else if(l.isFormDataLike(n)||l.isIterable(n)||l.isBlobLike(n))this.body=n;else throw new r("body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable");if(this.completed=!1,this.aborted=!1,this.upgrade=E||null,this.path=i?l.buildURL(A,i):A,this.origin=e,this.idempotent=null==s?"HEAD"===t||"GET"===t:s,this.blocking=null!=a&&a,this.reset=null==d?null:d,this.host=null,this.contentLen
`),this.body=e.stream,this.contentLength=e.length;}else l.isBlobLike(n)&&null==this.contentType&&n.type&&(this.contentType=n.type,this.headers+=`content-type: ${n.type}\r
`);l.validateHandler(p,t,E),this.servername=l.getServerName(this.host),this[Q]=p,C.create.hasSubscribers&&C.create.publish({request:this});}onBodySent(e){if(this[Q].onBodySent)try{return this[Q].onBodySent(e);}catch(e){this.abort(e);}}onRequestSent(){if(C.bodySent.hasSubscribers&&C.bodySent.publish({request:this}),this[Q].onRequestSent)try{return this[Q].onRequestSent();}catch(e){this.abort(e);}}onConnect(e){if(rX(!this.aborted),rX(!this.completed),!this.error)return this.abort=e,this[Q].onConnect(e);e(this.error);}onHeaders(e,A,t,r){rX(!this.aborted),rX(!this.completed),C.headers.hasSubscribers&&C.headers.publish({request:this,response:{statusCode:e,headers:A,statusText:r}});try{return this[Q].onHeaders(e,A,t,r);}catch(e){this.abort(e);}}onData(e){rX(!this.aborted),rX(!this.completed);try{return this[Q].onData(e);}catch(e){return this.abort(e),!1;}}onUpgrade(e,A,t){return rX(!this.aborted),rX(!this.completed),this[Q].onUpgrade(e,A,t);}onComplete(e){this.onFinally(),rX(!this.aborted),this.completed=!0,C.trailers.hasSubscribers&&C.trailers.publish({request:this,trailers:e});try{return this[Q].onComplete(e);}catch(e){this.onError(e);}}onError(e){if(this.onFinally(),C.error.hasSubscribers&&C.error.publish({request:this,error:e}),!this.aborted)return this.aborted=!0,this[Q].onError(e);}onFinally(){this.errorHandler&&(this.body.off("error",this.errorHandler),this.errorHandler=null),this.endHandler&&(this.body.off("end",this.endHandler),this.endHandler=null);}addHeader(e,A){return g(this,e,A),this;}static[a](e,A,t){return new I(e,A,t);}static[i](e,A,t){let n=A.headers,o=new I(e,A={...A,headers:null},t);if(o.headers={},Array.isArray(n)){if(n.length%2!=0)throw new r("headers array must be even");for(let e=0;e<n.length;e+=2)g(o,n[e],n[e+1],!0);}else if(n&&"object"==typeof n){let e=Object.keys(n);for(let A=0;A<e.length;A++){let t=e[A];g(o,t,n[t],!0);}}else if(null!=n)throw new r("headers must be an object or an array");return o;}static[s](e){let A=e.split("\r\n"),t={};for(let e of A){let[A,r]=e.split(": ");null!=r&&0!==r.length&&(t[A]?t[A]+=","+r:t[A]=r);}return t;}}e.exports=I;}),ti("9ZlyE",function(e,A){class t extends TypeError{constructor(e,A){if(super(),null==A)e+=". Received "+A;else if("function"==typeof A&&A.name)e+=". Received function "+A.name;else if("object"==typeof A)A.constructor&&A.constructor.name?e+=". Received an instance of "+A.constructor.name:e+=". Received "+r$.inspect(A,{depth:-1});else{let t=r$.inspect(A,{colors:!1});t.length>25&&(t=`${t.slice(0,25)}...`),e+=`. Received type ${typeof A} (${t})`;}this.code=this.constructor.name,Object.defineProperties(this,{message:{value:e,enumerable:!1,writable:!0,configurable:!0},toString:{value(){return`${this.name} [${this.code}]: ${this.message}`;},enumerable:!1,writable:!0,configurable:!0}});}}class r{subscribe(e){if("function"!=typeof e)throw new t('The "subscription" argument must be of type function',e);this._subscribers.push(e);}unsubscribe(e){let A=this._subscribers.indexOf(e);return-1!==A&&(this._subscribers.splice(A,1),this._subscribers.length||Object.setPrototypeOf(this,n.prototype),!0);}get hasSubscribers(){return!0;}publish(e){for(let A=0;A<this._subscribers.length;A++)try{(0,this._subscribers[A])(e,this.name);}catch(e){process.nextTick(()=>{throw e;});}}}class n{constructor(e){this._subscribers=void 0,this.name=e;}static[Symbol.hasInstance](e){let A=Object.getPrototypeOf(e);return A===n.prototype||A===r.prototype;}subscribe(e){Object.setPrototypeOf(this,r.prototype),this._subscribers=[],this.subscribe(e);}unsubscribe(){return!1;}get hasSubscribers(){return!1;}publish(){}}let o={};e.exports={channel:function(e){let A=o[e];if(A)return A;if("string"!=typeof e&&"symbol"!=typeof e)throw new t('The "channel" argument must be one of type string or symbol',e);return o[e]=new n(e);},hasSubscribers:function(e){let A=o[e];return!!A&&A.hasSubscribers;},Channel:n,deleteChannel:function(e){return!!o[e]&&(o[e]=null,!0);}};}),ti("56Crq",function(e,A){var t,r,n,o,i,s,a,l,c,E,g,u,h,Q,C,I,d,B,f,p,y,m,w,b,R,D;function S(e,A=!1){U||(U=nu("dvdXQ").ReadableStream);let t=null;t=e
Content-Disposition: form-data`,r=e=>e.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),o=e=>e.replace(/\r?\n|\r/g,"\r\n"),i=[],s=new Uint8Array([13,10]);c=0;let a=!1;for(let[A,n]of e)if("string"==typeof n){let e=x.encode(t+`; name="${r(o(A))}"`+`\r
\r
${o(n)}\r
`);i.push(e),c+=e.byteLength;}else{let e=x.encode(`${t}; name="${r(o(A))}"`+(n.name?`; filename="${r(n.name)}"`:"")+"\r\n"+`Content-Type: ${n.type||"application/octet-stream"}\r
\r
`);i.push(e,n,s),"number"==typeof n.size?c+=e.byteLength+n.size+s.byteLength:a=!0;}let g=x.encode(`--${A}--`);i.push(g),c+=g.byteLength,a&&(c=null),l=e,n=async function*(){for(let e of i)e.stream?yield*e.stream():yield e;},E="multipart/form-data; boundary="+A;}else if(i(e))l=e,c=e.size,e.type&&(E=e.type);else if("function"==typeof e[Symbol.asyncIterator]){if(A)throw TypeError("keepalive");if(r.isDisturbed(e)||e.locked)throw TypeError("Response body object should not be disturbed or locked");t=e instanceof U?e:o(e);}if(("string"==typeof l||r.isBuffer(l))&&(c=Buffer.byteLength(l)),null!=n){let A;t=new U({async start(){A=n(e)[Symbol.asyncIterator]();},async pull(e){let{value:r,done:n}=await A.next();return n?queueMicrotask(()=>{e.close();}):f(t)||e.enqueue(new Uint8Array(r)),e.desiredSize>0;},async cancel(e){await A.return();},type:void 0});}return[{stream:t,source:l,length:c},E];}async function*k(e){if(e){if(y(e))yield e;else{let A=e.stream;if(r.isDisturbed(A))throw TypeError("The body has already been consumed.");if(A.locked)throw TypeError("The stream is locked.");A[B]=!0,yield*A;}}}function N(e){if(e.aborted)throw new Q("The operation was aborted.","AbortError");}async function v(e,A,t){var n;if(u.brandCheck(e,t),N(e[g]),null!=(n=e[g].body)&&(n.stream.locked||r.isDisturbed(n.stream)))throw TypeError("Body is unusable");let o=l(),i=e=>o.reject(e),s=e=>{try{o.resolve(A(e));}catch(e){i(e);}};return null==e[g].body?s(new Uint8Array()):await c(e[g].body,s,i),o.promise;}function F(e){return 0===e.length?"":(239===e[0]&&187===e[1]&&191===e[2]&&(e=e.subarray(3)),M.decode(e));}function L(e){return JSON.parse(F(e));}t=nu("hy5mA"),r=nu("84Q1O"),o=(n=nu("w70bE")).ReadableStreamFrom,i=n.isBlobLike,s=n.isReadableStreamLike,a=n.readableStreamClose,l=n.createDeferredPromise,c=n.fullyReadBody,E=nu("1ldzh").FormData,g=nu("9r5MW").kState,u=nu("e7JpM").webidl,Q=(h=nu("1ugn3")).DOMException,C=h.structuredClone,I=rZ.Blob,d=rZ.File,B=nu("dsmgU").kBodyUsed,f=(r=nu("84Q1O")).isErrored,y=(p=nu("IQm0D")).isUint8Array,m=p.isArrayBuffer,w=nu("70Czl").File,R=(b=nu("jCHVy")).parseMIMEType,D=b.serializeAMimeType;let U=globalThis.ReadableStream,T=d??w,x=new TextEncoder(),M=new TextDecoder();e.exports={extractBody:S,safelyExtractBody:function(e,A=!1){return U||(U=nu("dvdXQ").ReadableStream),e instanceof U&&(rX(!r.isDisturbed(e),"The body has already been consumed."),rX(!e.locked,"The stream is locked.")),S(e,A);},cloneBody:function(e){let[A,t]=e.stream.tee(),[,r]=C(t,{transfer:[t]}).tee();return e.stream=A,{stream:r,length:e.length,source:e.source};},mixinBody:function(e){Object.assign(e.prototype,{blob(){return v(this,e=>{let A=function(e){let{headersList:A}=e[g],t=A.get("content-type");return null===t?"failure":R(t);}(this);return"failure"===A?A="":A&&(A=D(A)),new I([e],{type:A});},e);},arrayBuffer(){return v(this,e=>new Uint8Array(e).buffer,e);},text(){return v(this,F,e);},json(){return v(this,L,e);},async formData(){u.brandCheck(this,e),N(this[g]);let A=this.headers.get("Content-Type");if(/multipart\/form-data/.test(A)){let e;let A={};for(let[e,t]of this.headers)A[e.toLowerCase()]=t;let r=new E();try{e=new t({headers:A,preservePath:!0});}catch(e){throw new Q(""+e,"AbortError");}e.on("field",(e,A)=>{r.append(e,A);}),e.on("file",(e,A,t,n,o)=>{let i=[];if("base64"===n||"base64"===n.toLowerCase()){let n="";A.on("data",e=>{let A=(n+=e.toString().replace(/[\r\n]/gm,"")).length-n.length%4;i.push(Buffer.from(n.slice(0,A),"base64")),n=n.slice(A);}),A.on("end",()=>{i.push(Buffer.from(n,"base64")),r.append(e,new T(i,t,{type:o}));});}else A.on("data",e=>{i.push(e);}),A.on("end",()=>{r.append(e,new T(i,t,{type:o}));});});let n=new Promise((A,t)=>{e.on("finish",A),e.on("error",e=>t(TypeError(e)));});if(null!==this.body)for await(let A of k(this[g].body))e.write(A);return e.end(),await n,r;}if(/application\/x-www-form-urlencoded/.test(A)){let e;try{let A="",t=new TextDecoder("utf-8",{ignoreBOM:!0});for await(let e of k(this[g].body)){if(!y(e))throw TypeError("Expected Uint8Array chunk");A+=t.decode(e,{stream:!0});}A+=t.decode(),e=new URLSearchParams(A);}catch(e){
${t.count} ${t.noun} ${t.is} pending:
${e.format(A)}
`.trim());}};}),ti("iTMsM",function(e,A){var t=r$.promisify,r=nu("8nu7M"),n=nu("dRbcw").buildMockDispatch,o=nu("cOHib"),i=o.kDispatches,s=o.kMockAgent,a=o.kClose,l=o.kOriginalClose,c=o.kOrigin,E=o.kOriginalDispatch,g=o.kConnected,u=nu("ePpuu").MockInterceptor,h=nu("dsmgU"),Q=nu("fXBWP").InvalidArgumentError;class C extends r{constructor(e,A){if(super(e,A),!A||!A.agent||"function"!=typeof A.agent.dispatch)throw new Q("Argument opts.agent must implement Agent");this[s]=A.agent,this[c]=e,this[i]=[],this[g]=1,this[E]=this.dispatch,this[l]=this.close.bind(this),this.dispatch=n.call(this),this.close=this[a];}get[h.kConnected](){return this[g];}intercept(e){return new u(e,this[i]);}async[a](){await t(this[l])(),this[g]=0,this[s][h.kClients].delete(this[c]);}}e.exports=C;}),ti("dicYF",function(e,A){let t={pronoun:"it",is:"is",was:"was",this:"this"},r={pronoun:"they",is:"are",was:"were",this:"these"};e.exports=class{constructor(e,A){this.singular=e,this.plural=A;}pluralize(e){let A=1===e,n=A?this.singular:this.plural;return{...(A?t:r),count:e,noun:n};}};}),ti("iR3nA",function(e,A){var t=rz.Transform,r=r3.Console;e.exports=class{constructor({disableColors:e}={}){this.transform=new t({transform(e,A,t){t(null,e);}}),this.logger=new r({stdout:this.transform,inspectOptions:{colors:!e&&!process.env.CI}});}format(e){let A=e.map(({method:e,path:A,data:{statusCode:t},persist:r,times:n,timesInvoked:o,origin:i})=>({Method:e,Origin:i,Path:A,"Status code":t,Persistent:r?"✅":"❌",Invocations:o,Remaining:r?1/0:n-o}));return this.logger.table(A),this.transform.read().toString();}};}),ti("9aY8u",function(e,A){var t,r,n,o,i,s,a,l,c,E,g,u,h;function Q(e,A){return new l(e,A);}r=(t=nu("dsmgU")).kProxy,n=t.kClose,o=t.kDestroy,i=t.kInterceptors,s=r5.URL,a=nu("4vfGT"),l=nu("8nu7M"),c=nu("3WED8"),g=(E=nu("fXBWP")).InvalidArgumentError,u=E.RequestAbortedError,h=nu("6CPvd");let C=Symbol(),I=Symbol(),d=Symbol(),B=Symbol(),f=Symbol(),p=Symbol();e.exports=class extends c{constructor(e){if(super(e),this[r]=function(e){if("string"==typeof e&&(e={uri:e}),!e||!e.uri)throw new g("Proxy opts.uri is mandatory");return{uri:e.uri,protocol:e.protocol||"https"};}(e),this[C]=new a(e),this[i]=e.interceptors&&e.interceptors.ProxyAgent&&Array.isArray(e.interceptors.ProxyAgent)?e.interceptors.ProxyAgent:[],"string"==typeof e&&(e={uri:e}),!e||!e.uri)throw new g("Proxy opts.uri is mandatory");let{clientFactory:A=Q}=e;if("function"!=typeof A)throw new g("Proxy opts.clientFactory must be a function.");this[B]=e.requestTls,this[f]=e.proxyTls,this[d]=e.headers||{};let t=new s(e.uri),{origin:n,port:o,host:l,username:c,password:E}=t;if(e.auth&&e.token)throw new g("opts.auth cannot be used in combination with opts.token");e.auth?this[d]["proxy-authorization"]="Basic "+e.auth:e.token?this[d]["proxy-authorization"]=e.token:c&&E&&(this[d]["proxy-authorization"]="Basic "+Buffer.from(`${decodeURIComponent(c)}:${decodeURIComponent(E)}`).toString("base64"));let y=h({...e.proxyTls});this[p]=h({...e.requestTls}),this[I]=A(t,{connect:y}),this[C]=new a({...e,connect:async(e,A)=>{let t=e.host;!e.port&&(t+=":"+("https:"===e.protocol?443:80));try{let r;let{socket:i,statusCode:s}=await this[I].connect({origin:n,port:o,path:t,signal:e.signal,headers:{...this[d],host:l}});if(200!==s&&(i.on("error",()=>{}).destroy(),A(new u(`Proxy response (${s}) !== 200 when HTTP Tunneling`))),"https:"!==e.protocol){A(null,i);return;}r=this[B]?this[B].servername:e.servername,this[p]({...e,servername:r,httpSocket:i},A);}catch(e){A(e);}}});}dispatch(e,A){let{host:t}=new s(e.origin),r=function(e){if(Array.isArray(e)){let A={};for(let t=0;t<e.length;t+=2)A[e[t]]=e[t+1];return A;}return e;}(e.headers);return function(e){if(e&&Object.keys(e).find(e=>"proxy-authorization"===e.toLowerCase()))throw new g("Proxy-Authorization should be sent in ProxyAgent constructor");}(r),this[C].dispatch({...e,headers:{...r,host:t}},A);}async[n](){await this[C].close(),await this[I].close();}async[o](){await this[C].destroy(),await this[I].destroy();}};}),ti("7noQj",function(e,A){var t=nu("dsmgU").kRetryHandlerDefaultRetry,r=nu("fXBWP").
${A}`,nR=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),nD=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),nS=(e,A,t)=>{let r=""===t?"":`with ${t.trim()}() `,n=nb.bind(null,r,A.toString());Object.defineProperty(n,"name",nD),Object.defineProperty(e,"toString",{...nR,value:n});},nk=new WeakMap(),nN=(e,A={})=>{let t;if("function"!=typeof e)throw TypeError("Expected a function");let r=0,n=e.displayName||e.name||"<anonymous>",o=function(...i){if(nk.set(o,++r),1===r)t=e.apply(this,i),e=null;else if(!0===A.throw)throw Error(`Function \`${n}\` can only be called once`);return t;};return!function(e,A,{ignoreNonConfigurable:t=!1}={}){let{name:r}=e;for(let r of Reflect.ownKeys(A))ny(e,A,r,t);nw(e,A),nS(e,A,r);}(o,e),nk.set(o,r),o;};nN.callCount=e=>{if(!nk.has(e))throw Error(`The given function \`${e.name}\` is not wrapped by the \`onetime\` package`);return nk.get(e);},tm=nN;const nv=()=>Array.from({length:nU-nL+1},nF),nF=(e,A)=>({name:"SIGRT"+(A+1),number:nL+A,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}),nL=34,nU=64,nT=[{name:"SIGHUP",number:1,action:"terminate",description:"Terminal closed",standard:"posix"},{name:"SIGINT",number:2,action:"terminate",description:"User interruption with CTRL-C",standard:"ansi"},{name:"SIGQUIT",number:3,action:"core",description:"User interruption with CTRL-\\",standard:"posix"},{name:"SIGILL",number:4,action:"core",description:"Invalid machine instruction",standard:"ansi"},{name:"SIGTRAP",number:5,action:"core",description:"Debugger breakpoint",standard:"posix"},{name:"SIGABRT",number:6,action:"core",description:"Aborted",standard:"ansi"},{name:"SIGIOT",number:6,action:"core",description:"Aborted",standard:"bsd"},{name:"SIGBUS",number:7,action:"core",description:"Bus error due to misaligned, non-existing address or paging error",standard:"bsd"},{name:"SIGEMT",number:7,action:"terminate",description:"Command should be emulated but is not implemented",standard:"other"},{name:"SIGFPE",number:8,action:"core",description:"Floating point arithmetic error",standard:"ansi"},{name:"SIGKILL",number:9,action:"terminate",description:"Forced termination",standard:"posix",forced:!0},{name:"SIGUSR1",number:10,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGSEGV",number:11,action:"core",description:"Segmentation fault",standard:"ansi"},{name:"SIGUSR2",number:12,action:"terminate",description:"Application-specific signal",standard:"posix"},{name:"SIGPIPE",number:13,action:"terminate",description:"Broken pipe or socket",standard:"posix"},{name:"SIGALRM",number:14,action:"terminate",description:"Timeout or timer",standard:"posix"},{name:"SIGTERM",number:15,action:"terminate",description:"Termination",standard:"ansi"},{name:"SIGSTKFLT",number:16,action:"terminate",description:"Stack is empty or overflowed",standard:"other"},{name:"SIGCHLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"posix"},{name:"SIGCLD",number:17,action:"ignore",description:"Child process terminated, paused or unpaused",standard:"other"},{name:"SIGCONT",number:18,action:"unpause",description:"Unpaused",standard:"posix",forced:!0},{name:"SIGSTOP",number:19,action:"pause",description:"Paused",standard:"posix",forced:!0},{name:"SIGTSTP",number:20,action:"pause",description:'Paused using CTRL-Z or "suspend"',standard:"posix"},{name:"SIGTTIN",number:21,action:"pause",description:"Background process cannot read terminal input",standard:"posix"},{name:"SIGBREAK",number:21,action:"terminate",description:"User interruption with CTRL-BREAK",standard:"other"},{name:"SIGTTOU",number:22,action:"pause",description:"Background process cannot write to terminal output",standard:"posix"},{name:"SIGURG",number:23,action:"ignore",description:"Socket received out-of-band data",standard:"bsd"},{name:"SIGXCPU",number:24,action:"core",description:"Process timed out",standard:"bsd"},{name:"SIGXFSZ",number:25,action:"core",description:"File too big",standard:"bsd"},{name:"SIGVTALRM",number:26,action:"t
${r.message}`:h,I=[C,A,e].filter(Boolean).join("\n");return Q?(r.originalMessage=r.message,r.message=I):r=Error(I),r.shortMessage=C,r.command=i,r.escapedCommand=s,r.exitCode=o,r.signal=n,r.signalDescription=g,r.stdout=e,r.stderr=A,void 0!==t&&(r.all=t),"bufferedData"in r&&delete r.bufferedData,r.failed=!0,r.timedOut=!!a,r.isCanceled=l,r.killed=c&&!a,r;},nH=["stdin","stdout","stderr"],nP=e=>nH.some(A=>void 0!==e[A]),nV=e=>{if(!e)return;let{stdio:A}=e;if(void 0===A)return nH.map(A=>e[A]);if(nP(e))throw Error("It's not possible to provide `stdio` in combination with one of "+nH.map(e=>`\`${e}\``).join(", "));if("string"==typeof A)return A;if(!Array.isArray(A))throw TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof A}\``);return Array.from({length:Math.max(A.length,nH.length)},(e,t)=>A[t]);};tw={};const nW=function(e){return e&&"object"==typeof e&&"function"==typeof e.removeListener&&"function"==typeof e.emit&&"function"==typeof e.reallyExit&&"function"==typeof e.listeners&&"function"==typeof e.kill&&"number"==typeof e.pid&&"function"==typeof e.on;};if(nW(tb=nc.process)){var nq,nj=nu("e1Rfe"),nX=/^win/i.test(tb.platform),n$=rj;"function"!=typeof n$&&(n$=n$.EventEmitter),tb.__signal_exit_emitter__?nq=tb.__signal_exit_emitter__:((nq=tb.__signal_exit_emitter__=new n$()).count=0,nq.emitted={}),nq.infinite||(nq.setMaxListeners(1/0),nq.infinite=!0);var nz=function(){n0&&nW(nc.process)&&(n0=!1,nj.forEach(function(e){try{tb.removeListener(e,nK[e]);}catch(e){}}),tb.emit=n8,tb.reallyExit=n2,nq.count-=1);};(tw=function(e,A){if(!nW(nc.process))return function(){};rX.equal(typeof e,"function","a callback must be provided for exit handler"),!1===n0&&n1();var t="exit";return A&&A.alwaysLast&&(t="afterexit"),nq.on(t,e),function(){nq.removeListener(t,e),0===nq.listeners("exit").length&&0===nq.listeners("afterexit").length&&nz();};}).unload=nz;var nZ=function(e,A,t){nq.emitted[e]||(nq.emitted[e]=!0,nq.emit(e,A,t));},nK={};nj.forEach(function(e){nK[e]=function(){nW(nc.process)&&tb.listeners(e).length===nq.count&&(nz(),nZ("exit",null,e),nZ("afterexit",null,e),nX&&"SIGHUP"===e&&(e="SIGINT"),tb.kill(tb.pid,e));};}),tw.signals=function(){return nj;};var n0=!1,n1=function(){!n0&&nW(nc.process)&&(n0=!0,nq.count+=1,nj=nj.filter(function(e){try{return tb.on(e,nK[e]),!0;}catch(e){return!1;}}),tb.emit=n9,tb.reallyExit=n4);};tw.load=n1;var n2=tb.reallyExit,n4=function(e){nW(nc.process)&&(tb.exitCode=e||0,nZ("exit",tb.exitCode,null),nZ("afterexit",tb.exitCode,null),n2.call(tb,tb.exitCode));},n8=tb.emit,n9=function(e,A){if(!("exit"===e&&nW(nc.process)))return n8.apply(this,arguments);void 0!==A&&(tb.exitCode=A);var t=n8.apply(this,arguments);return nZ("exit",tb.exitCode,null),nZ("afterexit",tb.exitCode,null),t;};}else tw=function(){return function(){};};const n3=(e,A="SIGTERM",t={})=>{let r=e(A);return n5(e,A,t,r),r;},n5=(e,A,t,r)=>{if(!n6(A,t,r))return;let n=setTimeout(()=>{e("SIGKILL");},oe(t));n.unref&&n.unref();},n6=(e,{forceKillAfterTimeout:A},t)=>n7(e)&&!1!==A&&t,n7=e=>e===l(na).constants.signals.SIGTERM||"string"==typeof e&&"SIGTERM"===e.toUpperCase(),oe=({forceKillAfterTimeout:e=!0})=>{if(!0===e)return 5e3;if(!Number.isFinite(e)||e<0)throw TypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);return e;},oA=(e,A)=>{e.kill()&&(A.isCanceled=!0);},ot=(e,A,t)=>{e.kill(A),t(Object.assign(Error("Timed out"),{timedOut:!0,signal:A}));},or=(e,{timeout:A,killSignal:t="SIGTERM"},r)=>{let n;return 0===A||void 0===A?r:Promise.race([new Promise((r,o)=>{n=setTimeout(()=>{ot(e,t,o);},A);}),r.finally(()=>{clearTimeout(n);})]);},on=({timeout:e})=>{if(void 0!==e&&(!Number.isFinite(e)||e<0))throw TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);},oo=async(e,{cleanup:A,detached:t},r)=>{if(!A||t)return r;let n=l(tw)(()=>{e.kill();});return r.finally(()=>{n();});},oi=e=>e instanceof no.ChildProcess&&"function"==typeof e.then,os=(e,A,t)=>{if("string"==typeof t)return e[A].pipe((0,ne.createWriteStream)(t)),e;if(d(t))return e[A
`);},ox=({env:e,extendEnv:A,preferLocal:t,localDir:r,execPath:n})=>{let o=A?{...l(ni).env,...e}:e;return t?function({env:e=l(ni).env,...A}={}){let t=C({env:e={...e}});return A.path=e[t],e[t]=function(e={}){let A;let{cwd:t=l(ni).cwd(),path:r=l(ni).env[C()],execPath:n=l(ni).execPath}=e,o=n instanceof URL?l(ns).fileURLToPath(n):n,i=t instanceof URL?l(ns).fileURLToPath(t):t,s=l(nn).resolve(i),a=[];for(;A!==s;)a.push(l(nn).join(s,"node_modules/.bin")),A=s,s=l(nn).resolve(s,"..");return a.push(l(nn).resolve(i,o,"..")),[...a,r].join(l(nn).delimiter);}(A),e;}({env:o,cwd:r,execPath:n}):o;},oM=(e,A,t={})=>{let r=l(tc)._parse(e,A,t);return e=r.command,A=r.args,(t={maxBuffer:1e8,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:(t=r.options).cwd||l(ni).cwd(),execPath:l(ni).execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,verbose:oF,...t}).env=ox(t),t.stdio=nV(t),"win32"===l(ni).platform&&"cmd"===l(nn).basename(e,".exe")&&A.unshift("/q"),{file:e,args:A,options:t,parsed:r};},o_=(e,A,t)=>"string"==typeof A||(0,nr.Buffer).isBuffer(A)?e.stripFinalNewline?Q(A):A:void 0===t?void 0:"",oO=({input:e,inputFile:A,stdio:t})=>void 0===e&&void 0===A&&void 0===t?{stdin:"inherit"}:{},oG=(e={})=>({preferLocal:!0,...oO(e),...e});!function e(A){function t(r,...n){if(!Array.isArray(r))return e({...A,...r});let[o,...i]=ov(r,n);return f(o,i,oG(A));}return t.sync=(e,...t)=>{if(!Array.isArray(e))throw TypeError("Please use $(options).sync`command` instead of $.sync(options)`command`.");let[r,...n]=ov(e,t);return function(e,A,t){let r;let n=oM(e,A,t),o=oR(e,A),i=oD(e,A);oT(i,n.options);let s=ou(n.options);try{r=l(no).spawnSync(n.file,n.args,{...n.options,input:s});}catch(e){throw nJ({error:e,stdout:"",stderr:"",all:"",command:o,escapedCommand:i,parsed:n,timedOut:!1,isCanceled:!1,killed:!1});}let a=o_(n.options,r.stdout,r.error),c=o_(n.options,r.stderr,r.error);if(r.error||0!==r.status||null!==r.signal){let e=nJ({stdout:a,stderr:c,error:r.error,signal:r.signal,exitCode:r.status,command:o,escapedCommand:i,parsed:n,timedOut:r.error&&"ETIMEDOUT"===r.error.code,isCanceled:!1,killed:null!==r.signal});if(!n.options.reject)return e;throw e;}return{command:o,escapedCommand:i,exitCode:0,stdout:a,stderr:c,failed:!1,timedOut:!1,isCanceled:!1,killed:!1};}(r,n,oG(A));},t;}(),tL={},a(tU={},"isexe",()=>oY),a(tU,"sync",()=>oJ),tT=nu("4oHc1");const oY=async(e,A={})=>{let{ignoreErrors:t=!1}=A;try{return oH(await(0,tT.stat)(e),A);}catch(e){if(t||"EACCES"===e.code)return!1;throw e;}},oJ=(e,A={})=>{let{ignoreErrors:t=!1}=A;try{return oH((0,rJ.statSync)(e),A);}catch(e){if(t||"EACCES"===e.code)return!1;throw e;}},oH=(e,A)=>e.isFile()&&oP(e,A),oP=(e,A)=>{let t=A.uid??process.getuid?.(),r=A.groups??process.getgroups?.()??[],n=A.gid??process.getgid?.()??r[0];if(void 0===t||void 0===n)throw Error("cannot get uid or gid");let o=new Set([n,...r]),i=e.mode,s=e.uid,a=e.gid,l=parseInt("100",8),c=parseInt("010",8);return!!(i&parseInt("001",8)||i&c&&o.has(a)||i&l&&s===t||i&(l|c)&&0===t);};a(tx={},"isexe",()=>oV),a(tx,"sync",()=>oW),tT=nu("4oHc1");const oV=async(e,A={})=>{let{ignoreErrors:t=!1}=A;try{return oj(await(0,tT.stat)(e),e,A);}catch(e){if(t||"EACCES"===e.code)return!1;throw e;}},oW=(e,A={})=>{let{ignoreErrors:t=!1}=A;try{return oj((0,rJ.statSync)(e),e,A);}catch(e){if(t||"EACCES"===e.code)return!1;throw e;}},oq=(e,A)=>{let{pathExt:t=process.env.PATHEXT||""}=A,r=t.split(";");if(-1!==r.indexOf(""))return!0;for(let A=0;A<r.length;A++){let t=r[A].toLowerCase(),n=e.substring(e.length-t.length).toLowerCase();if(t&&n===t)return!0;}return!1;},oj=(e,A,t)=>e.isFile()&&oq(A,t),oX="win32"===(process.env._ISEXE_TEST_PLATFORM_||process.platform)?tx:tU,o$=oX.isexe,oz=oX.sync;tM=rY.join,t_=rY.delimiter,tO=rY.sep,tG=rY.posix;const oZ="win32"===process.platform,oK=new RegExp(`[${tG.sep}${tO===tG.sep?"":tO}]`.replace(/(\\)/g,"\\$1")),o0=RegExp("^\\."+oK.source),o1=e=>Object.assign(Error("not found: "+e),{code:"ENOENT"}),o2=(e,{path:A=process.env.PATH,pathExt:t=process.env.PATHEXT,delimiter:r=t_})=>{let n=e.match(oK)?[""]:[...(oZ?[process.cwd()]:[]),...(A||"").split(r
${r.message}`:C,B=[d,A,e].filter(Boolean).join("\n");return I?(r.originalMessage=r.message,r.message=B):r=Error(B),r.shortMessage=d,r.command=i,r.escapedCommand=s,r.exitCode=o,r.signal=n,r.signalDescription=h,r.stdout=e,r.stderr=A,r.cwd=u,void 0!==t&&(r.all=t),"bufferedData"in r&&delete r.bufferedData,r.failed=!0,r.timedOut=!!a,r.isCanceled=c,r.killed=E&&!a,r;},iA=["stdin","stdout","stderr"],it=e=>iA.some(A=>void 0!==e[A]),ir=e=>{if(!e)return;let{stdio:A}=e;if(void 0===A)return iA.map(A=>e[A]);if(it(e))throw Error("It's not possible to provide `stdio` in combination with one of "+iA.map(e=>`\`${e}\``).join(", "));if("string"==typeof A)return A;if(!Array.isArray(A))throw TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof A}\``);return Array.from({length:Math.max(A.length,iA.length)},(e,t)=>A[t]);},io=(e,A="SIGTERM",t={})=>{let r=e(A);return ii(e,A,t,r),r;},ii=(e,A,t,r)=>{if(!is(A,t,r))return;let n=setTimeout(()=>{e("SIGKILL");},il(t));n.unref&&n.unref();},is=(e,{forceKillAfterTimeout:A},t)=>ia(e)&&!1!==A&&t,ia=e=>e===l(na).constants.signals.SIGTERM||"string"==typeof e&&"SIGTERM"===e.toUpperCase(),il=({forceKillAfterTimeout:e=!0})=>{if(!0===e)return 5e3;if(!Number.isFinite(e)||e<0)throw TypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);return e;},ic=(e,A)=>{e.kill()&&(A.isCanceled=!0);},iE=(e,A,t)=>{e.kill(A),t(Object.assign(Error("Timed out"),{timedOut:!0,signal:A}));},ig=(e,{timeout:A,killSignal:t="SIGTERM"},r)=>{let n;return 0===A||void 0===A?r:Promise.race([new Promise((r,o)=>{n=setTimeout(()=>{iE(e,t,o);},A);}),r.finally(()=>{clearTimeout(n);})]);},iu=({timeout:e})=>{if(void 0!==e&&(!Number.isFinite(e)||e<0))throw TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);},ih=async(e,{cleanup:A,detached:t},r)=>{if(!A||t)return r;let n=l(tw)(()=>{e.kill();});return r.finally(()=>{n();});},iQ=e=>e instanceof no.ChildProcess&&"function"==typeof e.then,iC=(e,A,t)=>{if("string"==typeof t)return e[A].pipe((0,ne.createWriteStream)(t)),e;if(d(t))return e[A].pipe(t),e;if(!iQ(t))throw TypeError("The second argument must be a string, a stream or an Execa child process.");if(!d(t.stdin))throw TypeError("The target child process's stdin must be available.");return e[A].pipe(t.stdin),t;},iI=e=>{null!==e.stdout&&(e.pipeStdout=iC.bind(void 0,e,"stdout")),null!==e.stderr&&(e.pipeStderr=iC.bind(void 0,e,"stderr")),void 0!==e.all&&(e.pipeAll=iC.bind(void 0,e,"all"));},id=e=>{if(void 0!==e)throw TypeError("The `input` and `inputFile` options cannot be both set.");},iB=({input:e,inputFile:A})=>"string"!=typeof A?e:(id(e),(0,ne.readFileSync)(A)),ip=e=>{let A=iB(e);if(I(A))throw TypeError("The `input` option cannot be a stream in sync mode");return A;},iy=({input:e,inputFile:A})=>"string"!=typeof A?e:(id(e),(0,ne.createReadStream)(A)),im=(e,A)=>{let t=iy(A);void 0!==t&&(I(t)?t.pipe(e.stdin):e.stdin.end(t));},iw=(e,{all:A})=>{if(!A||!e.stdout&&!e.stderr)return;let t=l(tv)();return e.stdout&&t.add(e.stdout),e.stderr&&t.add(e.stderr),t;},ib=async(e,A)=>{if(e&&void 0!==A){e.destroy();try{return await A;}catch(e){return e.bufferedData;}}},iR=(e,{encoding:A,buffer:t,maxBuffer:r})=>{if(e&&t)return A?l(tR)(e,{encoding:A,maxBuffer:r}):l(tR).buffer(e,{maxBuffer:r});},iD=async({stdout:e,stderr:A,all:t},{encoding:r,buffer:n,maxBuffer:o},i)=>{let s=iR(e,{encoding:r,buffer:n,maxBuffer:o}),a=iR(A,{encoding:r,buffer:n,maxBuffer:o}),l=iR(t,{encoding:r,buffer:n,maxBuffer:2*o});try{return await Promise.all([i,s,a,l]);}catch(r){return Promise.all([{error:r,signal:r.signal,timedOut:r.timedOut},ib(e,s),ib(A,a),ib(t,l)]);}},iS=(async()=>{})().constructor.prototype,ik=["then","catch","finally"].map(e=>[e,Reflect.getOwnPropertyDescriptor(iS,e)]),iN=(e,A)=>{for(let[t,r]of ik){let n="function"==typeof A?(...e)=>Reflect.apply(r.value,A(),e):r.value.bind(A);Reflect.defineProperty(e,t,{...r,value:n});}},iv=e=>new Promise((A,t)=>{e.on("exit",(e,t)=>{A({exitCode:e,signal:t});}),e.on("error",e=>{t(e);}),e.stdin&&e.stdin.on("error",
`);},iV=({env:e,extendEnv:A,preferLocal:t,localDir:r,execPath:n})=>{let o=A?{...l(ni).env,...e}:e;return t?o6({env:o,cwd:r,execPath:n}):o;},iW=(e,A,t={})=>{let r=l(tc)._parse(e,A,t);return e=r.command,A=r.args,(t={maxBuffer:1e8,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:(t=r.options).cwd||l(ni).cwd(),execPath:l(ni).execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,verbose:iY,...t}).env=iV(t),t.stdio=ir(t),"win32"===l(ni).platform&&"cmd"===l(nn).basename(e,".exe")&&A.unshift("/q"),{file:e,args:A,options:t,parsed:r};},iq=(e,A,t)=>"string"==typeof A||(0,nr.Buffer).isBuffer(A)?e.stripFinalNewline?Q(A):A:void 0===t?void 0:"",ij=({input:e,inputFile:A,stdio:t})=>void 0===e&&void 0===A&&void 0===t?{stdin:"inherit"}:{},iX=(e={})=>({preferLocal:!0,...ij(e),...e});!function e(A){function t(r,...n){if(!Array.isArray(r))return e({...A,...r});let[o,...i]=iG(r,n);return m(o,i,iX(A));}return t.sync=(e,...t)=>{if(!Array.isArray(e))throw TypeError("Please use $(options).sync`command` instead of $.sync(options)`command`.");let[r,...n]=iG(e,t);return w(r,n,iX(A));},t;}();const i$={stdio:"inherit",shell:!0},iz=/^~(?=$|\/|\\)/;ta=nu("ER74K"),tY={isEqual:!0,isMatchingKey:!0,isPromise:!0,maxSize:!0,onCacheAdd:!0,onCacheChange:!0,onCacheHit:!0,transformKey:!0},tJ=Array.prototype.slice,tH=function(){function e(e){this.keys=[],this.values=[],this.options=e;var A="function"==typeof e.isMatchingKey;A?this.getKeyIndex=this._getKeyIndexFromMatchingKey:e.maxSize>1?this.getKeyIndex=this._getKeyIndexForMany:this.getKeyIndex=this._getKeyIndexForSingle,this.canTransformKey="function"==typeof e.transformKey,this.shouldCloneArguments=this.canTransformKey||A,this.shouldUpdateOnAdd="function"==typeof e.onCacheAdd,this.shouldUpdateOnChange="function"==typeof e.onCacheChange,this.shouldUpdateOnHit="function"==typeof e.onCacheHit;}return Object.defineProperty(e.prototype,"size",{get:function(){return this.keys.length;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"snapshot",{get:function(){return{keys:F(this.keys),size:this.size,values:F(this.values)};},enumerable:!1,configurable:!0}),e.prototype._getKeyIndexFromMatchingKey=function(e){var A=this.options,t=A.isMatchingKey,r=A.maxSize,n=this.keys,o=n.length;if(!o)return-1;if(t(n[0],e))return 0;if(r>1){for(var i=1;o>i;i++)if(t(n[i],e))return i;}return-1;},e.prototype._getKeyIndexForMany=function(e){var A,t,r=this.options.isEqual,n=this.keys,o=n.length;if(!o)return-1;if(1===o)return this._getKeyIndexForSingle(e);var i=e.length;if(i>1){for(var s=0;o>s;s++)if((A=n[s]).length===i){for(t=0;i>t&&r(A[t],e[t]);t++);if(t===i)return s;}}else for(var s=0;o>s;s++)if((A=n[s]).length===i&&r(A[0],e[0]))return s;return-1;},e.prototype._getKeyIndexForSingle=function(e){var A=this.keys;if(!A.length)return-1;var t=A[0],r=t.length;if(e.length!==r)return-1;var n=this.options.isEqual;if(r>1){for(var o=0;r>o;o++)if(!n(t[o],e[o]))return-1;return 0;}return n(t[0],e[0])?0:-1;},e.prototype.orderByLru=function(e,A,t){for(var r=this.keys,n=this.values,o=r.length,i=t;i--;)r[i+1]=r[i],n[i+1]=n[i];r[0]=e,n[0]=A;var s=this.options.maxSize;o===s&&t===o?(r.pop(),n.pop()):t>=s&&(r.length=n.length=s);},e.prototype.updateAsyncCache=function(e){var A=this,t=this.options,r=t.onCacheChange,n=t.onCacheHit,o=this.keys[0],i=this.values[0];this.values[0]=i.then(function(t){return A.shouldUpdateOnHit&&n(A,A.options,e),A.shouldUpdateOnChange&&r(A,A.options,e),t;},function(e){var t=A.getKeyIndex(o);throw-1!==t&&(A.keys.splice(t,1),A.values.splice(t,1)),e;});},e;}(),tP=nu("kY0n1");const{appendFile:iZ,readFile:iK,writeFile:i0}=rJ.promises,i1=T(x,{isPromise:!0});tV={};const i2="win32"!==rG.platform(),i4=rG.release(),i8=(e="",A="")=>/1\d+\.\d+/.test(e)&&+A>=17134.1184;tV=function(e){return i2?e.replace(/(\s+)/g,"\\$1"):i8(.../(\d+\.\d+)\.(\d+)/.exec(i4).splice(1))?e:e.replace(/(\s+)/g,"%20");},function(){var e,A;e=nu("i8A01"),A=function(e){return e.split("").reverse().join("");},tW=function(t,r,n){var o;return(null==r&&(r="'"),null==n&&(n="\\"),"string"!=typeof t)?t:(o=RegExp("(["+e(r)+"])(?!"+e(n)+")"
//# sourceMappingURL=setup-cpp.js.map