@negoziator/ai-commit 2.34.0 → 2.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,140 @@
1
+ var Vc=Object.defineProperty;var o=(e,t)=>Vc(e,"name",{value:t,configurable:!0});var Ge,ze,Ve;import Yc from"tty";import{fileURLToPath as jo}from"node:url";import{ChildProcess as Uo,execFile as qc,spawnSync as Kc,spawn as Hc}from"node:child_process";import{StringDecoder as Wo}from"node:string_decoder";import{debuglog as Zc,stripVTControlCharacters as Jc,inspect as Go,promisify as zo,callbackify as Ie,aborted as Xc}from"node:util";import O,{platform as Qc,hrtime as Vo,execPath as el,execArgv as tl,stdout as hn,stdin as Yo}from"node:process";import qo,{ReadStream as Ko}from"node:tty";import q from"node:path";import nl from"child_process";import ce from"path";import pn from"fs";import{setTimeout as Ho,scheduler as Zo,setImmediate as rl}from"node:timers/promises";import{constants as me}from"node:os";import{once as z,addAbortListener as Jo,EventEmitter as ol,on as Dt,setMaxListeners as il}from"node:events";import{serialize as sl}from"node:v8";import{statSync as al,readFileSync as Dn,appendFileSync as ul,writeFileSync as cl,createWriteStream as Xo,createReadStream as Qo}from"node:fs";import{Transform as ll,getDefaultHighWaterMark as mt,Duplex as mn,Writable as gn,Readable as ge,PassThrough as ei}from"node:stream";import{Buffer as Fn}from"node:buffer";import{finished as le}from"node:stream/promises";import*as gt from"node:readline";import dl from"node:readline";import G from"fs/promises";import fl from"os";import{fileURLToPath as hl,pathToFileURL as pl}from"url";var Dl=Object.defineProperty,k=o((e,t)=>Dl(e,"name",{value:t,configurable:!0}),"a$1");const ml="known-flag",gl="unknown-flag",Fl="argument",wl=/\B([A-Z])/g,yl=k(e=>e.replaceAll(wl,"-$1").toLowerCase(),"camelToKebab"),{hasOwnProperty:El}=Object.prototype,Ye=k((e,t)=>El.call(e,t),"hasOwn"),wn=k(e=>typeof e=="function"?[e,!1]:Array.isArray(e)?[e[0],!0]:wn(e.type),"parseFlagType"),ti=k((e,t)=>e===Boolean?t!=="false":t,"normalizeBoolean"),ni=k((e,t)=>typeof t=="boolean"?t:e===Number&&t===""?Number.NaN:e(t),"applyParser"),bl=/[\s.:=]/,Cl=k(e=>{const t=`Flag name "${e}"`;if(e.length===0)throw new Error(`${t} cannot be empty`);if(e.length===1)throw new Error(`${t} must be longer than a character`);const n=e.match(bl);if(n)throw new Error(`${t} cannot contain "${n?.[0]}"`)},"validateFlagName"),yn=k((e,t,n)=>{if(Ye(e,t))throw new Error(`Duplicate flags named "${t}"`);e[t]=n},"setFlag"),Sl=k(e=>{const t={};for(const n in e){if(!Ye(e,n))continue;Cl(n);const r=e[n],i=[[],...wn(r),r];yn(t,n,i);const s=yl(n);if(n!==s&&yn(t,s,i),"alias"in r&&typeof r.alias=="string"){const{alias:a}=r,u=`Flag alias "${a}" for flag "${n}"`;if(a.length===0)throw new Error(`${u} cannot be empty`);if(a.length>1)throw new Error(`${u} must be a single character`);yn(t,a,i)}}return t},"createRegistry"),vl=k((e,t)=>{const n={};for(const r in e){if(!Ye(e,r))continue;const[i,,s,a]=t[r];if(i.length===0&&"default"in a){let{default:u}=a;typeof u=="function"&&(u=u()),n[r]=u}else n[r]=s?i:i.pop()}return n},"finalizeFlags"),Ft="--",Bl=3,$l=/^-{1,2}\w/,ri=k(e=>{if(!$l.test(e))return;const t=!e.startsWith(Ft);let n=e.slice(t?1:2),r,i=-1;for(const s of["=",":","."]){const a=n.indexOf(s);a!==-1&&(i===-1||a<i)&&(i=a)}return i!==-1&&(r=n.slice(i+1),n=n.slice(0,i)),[n,r,t]},"parseFlagArgv"),oi=k((e,{onFlag:t,onArgument:n})=>{let r;const i=k((s,a)=>{if(typeof r!="function")return!0;r(s,a),r=void 0},"triggerValueCallback");for(let s=0;s<e.length;s+=1){const a=e[s];if(a===Ft){i();const c=e.slice(s+1);n?.(c,[s],!0);break}const u=ri(a);if(u){if(i(),!t)continue;const[c,d,l]=u;if(l)for(let f=0;f<c.length;f+=1){i();const h=f===c.length-1;r=t(c[f],h?d:void 0,[s,f+1,h])}else r=t(c,d,[s])}else i(a,[s])&&n?.([a],[s])}i()},"argvIterator"),ii=k((e,t)=>{for(let n=t.length-1;n>=0;n-=1){const[r,i,s]=t[n];if(i){const a=e[r];let u=a.slice(0,i);if(s||(u+=a.slice(i+1)),u!=="-"){e[r]=u;continue}}e.splice(r,1)}},"spliceFromArgv"),Al=k((e,t=process.argv.slice(2),{ignore:n}={})=>{const r=[],i=Sl(e),s={},a=[];return a[Ft]=[],oi(t,{onFlag(u,c,d){const l=(d.length===Bl||u.length>1)&&Ye(i,u);if(!n?.(l?ml:gl,u,c)){if(l){const[f,h]=i[u],D=ti(h,c),p=k((m,g)=>{r.push(d),g&&r.push(g),f.push(ni(h,m||""))},"getFollowingValue");return D===void 0?p:p(D)}Ye(s,u)||(s[u]=[]),s[u].push(c===void 0?!0:c),r.push(d)}},onArgument:k((u,c,d)=>{n?.(Fl,t[c[0]])||(a.push(...u),d?(a[Ft]=u,t.splice(c[0])):r.push(c))},"onArgument")}),ii(t,r),{flags:vl(e,i),unknownFlags:s,_:a}},"typeFlag");k((e,t,n=process.argv.slice(2))=>{const r=new Set(e.split(",").map(c=>ri(c)?.[0])),[i,s]=wn(t),a=[],u=[];return oi(n,{onFlag:k((c,d,l)=>{if(!r.has(c)||!s&&a.length>0)return;const f=ti(i,d),h=k((D,p)=>{u.push(l),p&&u.push(p),a.push(ni(i,D||""))},"getFollowingValue");return f===void 0?h:h(f)},"onFlag")}),ii(n,u),s?a:a[0]},"getFlag");var xl=Object.defineProperty,$=o((e,t)=>xl(e,"name",{value:t,configurable:!0}),"n$1");const Tl=$(e=>{const t=process.stdout.columns??Number.POSITIVE_INFINITY;return typeof e=="function"&&(e=e(t)),e||(e={}),Array.isArray(e)?{columns:e,stdoutColumns:t}:{columns:e.columns??[],stdoutColumns:e.stdoutColumns??t}},"getOptions");function si({onlyFirst:e=!1}={}){const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}o(si,"j$1"),$(si,"ansiRegex");const Ol=si();function En(e){if(typeof e!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof e}\``);return e.replace(Ol,"")}o(En,"w"),$(En,"stripAnsi");function ai(e){return e===161||e===164||e===167||e===168||e===170||e===173||e===174||e>=176&&e<=180||e>=182&&e<=186||e>=188&&e<=191||e===198||e===208||e===215||e===216||e>=222&&e<=225||e===230||e>=232&&e<=234||e===236||e===237||e===240||e===242||e===243||e>=247&&e<=250||e===252||e===254||e===257||e===273||e===275||e===283||e===294||e===295||e===299||e>=305&&e<=307||e===312||e>=319&&e<=322||e===324||e>=328&&e<=331||e===333||e===338||e===339||e===358||e===359||e===363||e===462||e===464||e===466||e===468||e===470||e===472||e===474||e===476||e===593||e===609||e===708||e===711||e>=713&&e<=715||e===717||e===720||e>=728&&e<=731||e===733||e===735||e>=768&&e<=879||e>=913&&e<=929||e>=931&&e<=937||e>=945&&e<=961||e>=963&&e<=969||e===1025||e>=1040&&e<=1103||e===1105||e===8208||e>=8211&&e<=8214||e===8216||e===8217||e===8220||e===8221||e>=8224&&e<=8226||e>=8228&&e<=8231||e===8240||e===8242||e===8243||e===8245||e===8251||e===8254||e===8308||e===8319||e>=8321&&e<=8324||e===8364||e===8451||e===8453||e===8457||e===8467||e===8470||e===8481||e===8482||e===8486||e===8491||e===8531||e===8532||e>=8539&&e<=8542||e>=8544&&e<=8555||e>=8560&&e<=8569||e===8585||e>=8592&&e<=8601||e===8632||e===8633||e===8658||e===8660||e===8679||e===8704||e===8706||e===8707||e===8711||e===8712||e===8715||e===8719||e===8721||e===8725||e===8730||e>=8733&&e<=8736||e===8739||e===8741||e>=8743&&e<=8748||e===8750||e>=8756&&e<=8759||e===8764||e===8765||e===8776||e===8780||e===8786||e===8800||e===8801||e>=8804&&e<=8807||e===8810||e===8811||e===8814||e===8815||e===8834||e===8835||e===8838||e===8839||e===8853||e===8857||e===8869||e===8895||e===8978||e>=9312&&e<=9449||e>=9451&&e<=9547||e>=9552&&e<=9587||e>=9600&&e<=9615||e>=9618&&e<=9621||e===9632||e===9633||e>=9635&&e<=9641||e===9650||e===9651||e===9654||e===9655||e===9660||e===9661||e===9664||e===9665||e>=9670&&e<=9672||e===9675||e>=9678&&e<=9681||e>=9698&&e<=9701||e===9711||e===9733||e===9734||e===9737||e===9742||e===9743||e===9756||e===9758||e===9792||e===9794||e===9824||e===9825||e>=9827&&e<=9829||e>=9831&&e<=9834||e===9836||e===9837||e===9839||e===9886||e===9887||e===9919||e>=9926&&e<=9933||e>=9935&&e<=9939||e>=9941&&e<=9953||e===9955||e===9960||e===9961||e>=9963&&e<=9969||e===9972||e>=9974&&e<=9977||e===9979||e===9980||e===9982||e===9983||e===10045||e>=10102&&e<=10111||e>=11094&&e<=11097||e>=12872&&e<=12879||e>=57344&&e<=63743||e>=65024&&e<=65039||e===65533||e>=127232&&e<=127242||e>=127248&&e<=127277||e>=127280&&e<=127337||e>=127344&&e<=127373||e===127375||e===127376||e>=127387&&e<=127404||e>=917760&&e<=917999||e>=983040&&e<=1048573||e>=1048576&&e<=1114109}o(ai,"P$2"),$(ai,"isAmbiguous");function ui(e){return e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510}o(ui,"z$2"),$(ui,"isFullWidth");function ci(e){return e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9776&&e<=9783||e>=9800&&e<=9811||e===9855||e>=9866&&e<=9871||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12773||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101631&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e>=119552&&e<=119638||e>=119648&&e<=119670||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129673||e>=129679&&e<=129734||e>=129742&&e<=129756||e>=129759&&e<=129769||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141}o(ci,"G$2"),$(ci,"isWide");function li(e){if(!Number.isSafeInteger(e))throw new TypeError(`Expected a code point, got \`${typeof e}\`.`)}o(li,"Z$2"),$(li,"validate");function di(e,{ambiguousAsWide:t=!1}={}){return li(e),ui(e)||ci(e)||t&&ai(e)?2:1}o(di,"V$2"),$(di,"eastAsianWidth");var Il=$(()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g,"emojiRegex");const Rl=new Intl.Segmenter,Ml=new RegExp("^\\p{Default_Ignorable_Code_Point}$","u");function de(e,t={}){if(typeof e!="string"||e.length===0)return 0;const{ambiguousIsNarrow:n=!0,countAnsiEscapeCodes:r=!1}=t;if(r||(e=En(e)),e.length===0)return 0;let i=0;const s={ambiguousAsWide:!n};for(const{segment:a}of Rl.segment(e)){const u=a.codePointAt(0);if(!(u<=31||u>=127&&u<=159)&&!(u>=8203&&u<=8207||u===65279)&&!(u>=768&&u<=879||u>=6832&&u<=6911||u>=7616&&u<=7679||u>=8400&&u<=8447||u>=65056&&u<=65071)&&!(u>=55296&&u<=57343)&&!(u>=65024&&u<=65039)&&!Ml.test(a)){if(Il().test(a)){i+=2;continue}i+=di(u,s)}}return i}o(de,"d$1"),$(de,"stringWidth");const fi=$(e=>Math.max(...e.split(`
2
+ `).map(t=>de(t))),"getLongestLineWidth"),_l=$(e=>{const t=[];for(const n of e){const{length:r}=n,i=r-t.length;for(let s=0;s<i;s+=1)t.push(0);for(let s=0;s<r;s+=1){const a=fi(n[s]);a>t[s]&&(t[s]=a)}}return t},"getColumnContentWidths"),hi=/^\d+%$/,pi={width:"auto",align:"left",contentWidth:0,paddingLeft:0,paddingRight:0,paddingTop:0,paddingBottom:0,horizontalPadding:0,paddingLeftString:"",paddingRightString:""},Pl=$((e,t)=>{const n=[];for(let r=0;r<e.length;r+=1){const i=t[r]??"auto";if(typeof i=="number"||i==="auto"||i==="content-width"||typeof i=="string"&&hi.test(i)){n.push({...pi,width:i,contentWidth:e[r]});continue}if(i&&typeof i=="object"){const s={...pi,...i,contentWidth:e[r]};s.horizontalPadding=s.paddingLeft+s.paddingRight,n.push(s);continue}throw new Error(`Invalid column width: ${JSON.stringify(i)}`)}return n},"initColumns"),Ll=$((e,t)=>{for(const n of e){const{width:r}=n;if(r==="content-width"&&(n.width=n.contentWidth),r==="auto"){const c=Math.min(20,n.contentWidth);n.width=c,n.autoOverflow=n.contentWidth-c}if(typeof r=="string"&&hi.test(r)){const c=Number.parseFloat(r.slice(0,-1))/100;n.width=Math.floor(t*c)-(n.paddingLeft+n.paddingRight)}const{horizontalPadding:i}=n,s=1,a=s+i;if(a>=t){const c=a-t,d=Math.ceil(n.paddingLeft/i*c),l=c-d;n.paddingLeft-=d,n.paddingRight-=l,n.horizontalPadding=n.paddingLeft+n.paddingRight}n.paddingLeftString=n.paddingLeft?" ".repeat(n.paddingLeft):"",n.paddingRightString=n.paddingRight?" ".repeat(n.paddingRight):"";const u=t-n.horizontalPadding;n.width=Math.max(Math.min(n.width,u),s)}},"resolveColumnWidths"),Di=$(()=>Object.assign([],{columns:0}),"makeRow"),kl=$((e,t)=>{const n=[Di()];let[r]=n;for(const i of e){const s=i.width+i.horizontalPadding;r.columns+s>t&&(r=Di(),n.push(r)),r.push(i),r.columns+=s}for(const i of n){const s=i.reduce((h,D)=>h+D.width+D.horizontalPadding,0);let a=t-s;if(a===0)continue;const u=i.filter(h=>"autoOverflow"in h),c=u.filter(h=>h.autoOverflow>0),d=c.reduce((h,D)=>h+D.autoOverflow,0),l=Math.min(d,a);for(const h of c){const D=Math.floor(h.autoOverflow/d*l);h.width+=D,a-=D}const f=Math.floor(a/u.length);for(let h=0;h<u.length;h+=1){const D=u[h];h===u.length-1?D.width+=a:D.width+=f,a-=f}}return n},"balanceAuto"),Nl=$((e,t,n)=>{const r=Pl(n,t);return Ll(r,e),kl(r,e)},"computeColumnWidths"),bn=10,mi=$((e=0)=>t=>`\x1B[${t+e}m`,"wrapAnsi16"),gi=$((e=0)=>t=>`\x1B[${38+e};5;${t}m`,"wrapAnsi256"),Fi=$((e=0)=>(t,n,r)=>`\x1B[${38+e};2;${t};${n};${r}m`,"wrapAnsi16m"),R={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],gray:[90,39],grey:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgGray:[100,49],bgGrey:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Object.keys(R.modifier);const jl=Object.keys(R.color),Ul=Object.keys(R.bgColor);[...jl,...Ul];function wi(){const e=new Map;for(const[t,n]of Object.entries(R)){for(const[r,i]of Object.entries(n))R[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},n[r]=R[r],e.set(i[0],i[1]);Object.defineProperty(R,t,{value:n,enumerable:!1})}return Object.defineProperty(R,"codes",{value:e,enumerable:!1}),R.color.close="\x1B[39m",R.bgColor.close="\x1B[49m",R.color.ansi=mi(),R.color.ansi256=gi(),R.color.ansi16m=Fi(),R.bgColor.ansi=mi(bn),R.bgColor.ansi256=gi(bn),R.bgColor.ansi16m=Fi(bn),Object.defineProperties(R,{rgbToAnsi256:{value:$((t,n,r)=>t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5),"value"),enumerable:!1},hexToRgb:{value:$(t=>{const n=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!n)return[0,0,0];let[r]=n;r.length===3&&(r=[...r].map(s=>s+s).join(""));const i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},"value"),enumerable:!1},hexToAnsi256:{value:$(t=>R.rgbToAnsi256(...R.hexToRgb(t)),"value"),enumerable:!1},ansi256ToAnsi:{value:$(t=>{if(t<8)return 30+t;if(t<16)return 90+(t-8);let n,r,i;if(t>=232)n=((t-232)*10+8)/255,r=n,i=n;else{t-=16;const u=t%36;n=Math.floor(t/36)/5,r=Math.floor(u/6)/5,i=u%6/5}const s=Math.max(n,r,i)*2;if(s===0)return 30;let a=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(n));return s===2&&(a+=60),a},"value"),enumerable:!1},rgbToAnsi:{value:$((t,n,r)=>R.ansi256ToAnsi(R.rgbToAnsi256(t,n,r)),"value"),enumerable:!1},hexToAnsi:{value:$(t=>R.ansi256ToAnsi(R.hexToAnsi256(t)),"value"),enumerable:!1}}),R}o(wi,"FD"),$(wi,"assembleStyles");const Wl=wi(),wt=new Set(["\x1B","\x9B"]),Gl=39,Cn="\x07",yi="[",zl="]",Ei="m",yt=`${zl}8;;`,bi=$(e=>`${wt.values().next().value}${yi}${e}${Ei}`,"wrapAnsiCode"),Ci=$(e=>`${wt.values().next().value}${yt}${e}${Cn}`,"wrapAnsiHyperlink"),Vl=$(e=>e.split(" ").map(t=>de(t)),"wordLengths"),Sn=$((e,t,n)=>{const r=[...t];let i=!1,s=!1,a=de(En(e.at(-1)));for(const[u,c]of r.entries()){const d=de(c);if(a+d<=n?e[e.length-1]+=c:(e.push(c),a=0),wt.has(c)&&(i=!0,s=r.slice(u+1,u+1+yt.length).join("")===yt),i){s?c===Cn&&(i=!1,s=!1):c===Ei&&(i=!1);continue}a+=d,a===n&&u<r.length-1&&(e.push(""),a=0)}!a&&e.at(-1).length>0&&e.length>1&&(e[e.length-2]+=e.pop())},"wrapWord"),Yl=$(e=>{const t=e.split(" ");let n=t.length;for(;n>0&&!(de(t[n-1])>0);)n--;return n===t.length?e:t.slice(0,n).join(" ")+t.slice(n).join("")},"stringVisibleTrimSpacesRight"),ql=$((e,t,n={})=>{if(n.trim!==!1&&e.trim()==="")return"";let r="",i,s;const a=Vl(e);let u=[""];for(const[f,h]of e.split(" ").entries()){n.trim!==!1&&(u[u.length-1]=u.at(-1).trimStart());let D=de(u.at(-1));if(f!==0&&(D>=t&&(n.wordWrap===!1||n.trim===!1)&&(u.push(""),D=0),(D>0||n.trim===!1)&&(u[u.length-1]+=" ",D++)),n.hard&&a[f]>t){const p=t-D,m=1+Math.floor((a[f]-p-1)/t);Math.floor((a[f]-1)/t)<m&&u.push(""),Sn(u,h,t);continue}if(D+a[f]>t&&D>0&&a[f]>0){if(n.wordWrap===!1&&D<t){Sn(u,h,t);continue}u.push("")}if(D+a[f]>t&&n.wordWrap===!1){Sn(u,h,t);continue}u[u.length-1]+=h}n.trim!==!1&&(u=u.map(f=>Yl(f)));const c=u.join(`
3
+ `),d=[...c];let l=0;for(const[f,h]of d.entries()){if(r+=h,wt.has(h)){const{groups:p}=new RegExp(`(?:\\${yi}(?<code>\\d+)m|\\${yt}(?<uri>.*)${Cn})`).exec(c.slice(l))||{groups:{}};if(p.code!==void 0){const m=Number.parseFloat(p.code);i=m===Gl?void 0:m}else p.uri!==void 0&&(s=p.uri.length===0?void 0:p.uri)}const D=Wl.codes.get(Number(i));d[f+1]===`
4
+ `?(s&&(r+=Ci("")),i&&D&&(r+=bi(D))):h===`
5
+ `&&(i&&D&&(r+=bi(i)),s&&(r+=Ci(s))),l+=h.length}return r},"exec");function Si(e,t,n){return String(e).normalize().replaceAll(`\r
6
+ `,`
7
+ `).split(`
8
+ `).map(r=>ql(r,t,n)).join(`
9
+ `)}o(Si,"BD"),$(Si,"wrapAnsi");const vi=$(e=>Array.from({length:e}).fill(""),"emptyLines"),Kl=$((e,t)=>{const n=[];let r=0;for(const i of e){let s=0;const a=i.map(c=>{let d=t[r]??"";r+=1,c.preprocess&&(d=c.preprocess(d)),fi(d)>c.width&&(d=Si(d,c.width,{hard:!0}));let l=d.split(`
10
+ `);if(c.postprocess){const{postprocess:f}=c;l=l.map((h,D)=>f.call(c,h,D))}return c.paddingTop&&l.unshift(...vi(c.paddingTop)),c.paddingBottom&&l.push(...vi(c.paddingBottom)),l.length>s&&(s=l.length),{...c,lines:l}}),u=[];for(let c=0;c<s;c+=1){const d=a.map(l=>{const f=l.lines[c]??"",h=Number.isFinite(l.width)?" ".repeat(l.width-de(f)):"";let D=l.paddingLeftString;return l.align==="right"&&(D+=h),D+=f,l.align==="left"&&(D+=h),D+l.paddingRightString}).join("");u.push(d)}n.push(u.join(`
11
+ `))}return n.join(`
12
+ `)},"renderRow"),Hl=$((e,t)=>{if(!e||e.length===0)return"";const n=_l(e),r=n.length;if(r===0)return"";const{stdoutColumns:i,columns:s}=Tl(t);if(s.length>r)throw new Error(`${s.length} columns defined, but only ${r} columns found`);const a=Nl(i,s,n);return e.map(u=>Kl(a,u)).join(`
13
+ `)},"terminalColumns"),Zl=["<",">","=",">=","<="],Jl=$(e=>{if(!Zl.includes(e))throw new TypeError(`Invalid breakpoint operator: ${e}`)},"assertOperator"),Xl=$(e=>{const t=Object.keys(e).map(n=>{const[r,i]=n.split(" ");Jl(r);const s=Number.parseInt(i,10);if(Number.isNaN(s))throw new TypeError(`Invalid breakpoint value: ${i}`);const a=e[n];return{operator:r,breakpoint:s,value:a}}).sort((n,r)=>r.breakpoint-n.breakpoint);return n=>t.find(({operator:r,breakpoint:i})=>r==="="&&n===i||r===">"&&n>i||r==="<"&&n<i||r===">="&&n>=i||r==="<="&&n<=i)?.value},"breakpoints");var Ql=Object.defineProperty,x=o((e,t)=>Ql(e,"name",{value:t,configurable:!0}),"o$1");const ie=new Uint32Array(65536),ed=x((e,t)=>{const n=e.length,r=t.length,i=1<<n-1;let s=-1,a=0,u=n,c=n;for(;c--;)ie[e.charCodeAt(c)]|=1<<c;for(c=0;c<r;c++){let d=ie[t.charCodeAt(c)];const l=d|a;d|=(d&s)+s^s,a|=~(d|s),s&=d,a&i&&u++,s&i&&u--,a=a<<1|1,s=s<<1|~(l|a),a&=l}for(c=n;c--;)ie[e.charCodeAt(c)]=0;return u},"myers_32"),td=x((e,t)=>{const n=t.length,r=e.length,i=[],s=[],a=Math.ceil(n/32),u=Math.ceil(r/32);for(let p=0;p<a;p++)s[p]=-1,i[p]=0;let c=0;for(;c<u-1;c++){let p=0,m=-1;const g=c*32,F=Math.min(32,r)+g;for(let w=g;w<F;w++)ie[e.charCodeAt(w)]|=1<<w;for(let w=0;w<n;w++){const y=ie[t.charCodeAt(w)],E=s[w/32|0]>>>w&1,S=i[w/32|0]>>>w&1,B=y|p,b=((y|S)&m)+m^m|y|S;let C=p|~(b|m),T=m&b;C>>>31^E&&(s[w/32|0]^=1<<w),T>>>31^S&&(i[w/32|0]^=1<<w),C=C<<1|E,T=T<<1|S,m=T|~(B|C),p=C&B}for(let w=g;w<F;w++)ie[e.charCodeAt(w)]=0}let d=0,l=-1;const f=c*32,h=Math.min(32,r-f)+f;for(let p=f;p<h;p++)ie[e.charCodeAt(p)]|=1<<p;let D=r;for(let p=0;p<n;p++){const m=ie[t.charCodeAt(p)],g=s[p/32|0]>>>p&1,F=i[p/32|0]>>>p&1,w=m|d,y=((m|F)&l)+l^l|m|F;let E=d|~(y|l),S=l&y;D+=E>>>r-1&1,D-=S>>>r-1&1,E>>>31^g&&(s[p/32|0]^=1<<p),S>>>31^F&&(i[p/32|0]^=1<<p),E=E<<1|g,S=S<<1|F,l=S|~(w|E),d=E&w}for(let p=f;p<h;p++)ie[e.charCodeAt(p)]=0;return D},"myers_x"),Bi=x((e,t)=>{if(e.length<t.length){const n=t;t=e,e=n}return t.length===0?e.length:e.length<=32?ed(e,t):td(e,t)},"distance"),nd=x((e,t)=>{let n=1/0,r=0;for(let i=0;i<t.length;i++){const s=Bi(e,t[i]);s<n&&(n=s,r=i)}return t[r]},"closest"),rd=x(e=>e.replaceAll(/[\W_]([a-z\d])?/gi,(t,n)=>n?n.toUpperCase():""),"camelCase"),od=x(e=>e.replaceAll(/\B([A-Z])/g,"-$1").toLowerCase(),"kebabCase"),id={"> 80":[{width:"content-width",paddingLeft:2,paddingRight:8},{width:"auto"}],"> 40":[{width:"auto",paddingLeft:2,paddingRight:8,preprocess:x(e=>e.trim(),"preprocess")},{width:"100%",paddingLeft:2,paddingBottom:1}],"> 0":{stdoutColumns:1e3,columns:[{width:"content-width",paddingLeft:2,paddingRight:8},{width:"content-width"}]}};function $i(e){let t=!1;return{type:"table",data:{tableData:Object.keys(e).sort((n,r)=>n.localeCompare(r)).map(n=>{const r=e[n],i="alias"in r;return i&&(t=!0),{name:n,flag:r,flagFormatted:`--${od(n)}`,aliasesEnabled:t,aliasFormatted:i?`-${r.alias}`:void 0}}).map(n=>(n.aliasesEnabled=t,[{type:"flagName",data:n},{type:"flagDescription",data:n}])),tableBreakpoints:id}}}o($i,"z$1"),x($i,"renderFlags");const Ai=x(e=>!e||(e.version??(e.help?e.help.version:void 0)),"getVersion"),xi=x(e=>{const t="parent"in e&&e.parent?.name;return(t?`${t} `:"")+e.name},"getName");function Ti(e){const t=[];e.name&&t.push(xi(e));const n=Ai(e)??("parent"in e&&Ai(e.parent));if(n&&t.push(`v${n}`),t.length!==0)return{id:"name",type:"text",data:`${t.join(" ")}
14
+ `}}o(Ti,"K$1"),x(Ti,"getNameAndVersion");function Oi(e){const{help:t}=e;if(!(!t||!t.description))return{id:"description",type:"text",data:`${t.description}
15
+ `}}o(Oi,"Z$1"),x(Oi,"getDescription");function Ii(e){const t=e.help||{};if("usage"in t)return t.usage?{id:"usage",type:"section",data:{title:"Usage:",body:Array.isArray(t.usage)?t.usage.join(`
16
+ `):t.usage}}:void 0;if(e.name){const n=[],r=[xi(e)];if(e.flags&&Object.keys(e.flags).length>0&&r.push("[flags...]"),e.parameters&&e.parameters.length>0){const{parameters:i}=e,s=i.indexOf("--"),a=s!==-1&&i.slice(s+1).some(u=>u.startsWith("<"));r.push(i.map(u=>u!=="--"?u:a?"--":"[--]").join(" "))}if(r.length>1&&n.push(r.join(" ")),"commands"in e&&e.commands?.length&&n.push(`${e.name} <command>`),n.length>0)return{id:"usage",type:"section",data:{title:"Usage:",body:n.join(`
17
+ `)}}}}o(Ii,"G$1"),x(Ii,"getUsage");function Ri(e){return!("commands"in e)||!e.commands?.length?void 0:{id:"commands",type:"section",data:{title:"Commands:",body:{type:"table",data:{tableData:e.commands.map(t=>{const{help:n}=t.options;return[t.options.name,typeof n=="object"&&n.description||""]}),tableOptions:[{width:"content-width",paddingLeft:2,paddingRight:8}]}},indentBody:0}}}o(Ri,"Q$2"),x(Ri,"getCommands");function Mi(e){if(!(!e.flags||Object.keys(e.flags).length===0))return{id:"flags",type:"section",data:{title:"Flags:",body:$i(e.flags),indentBody:0}}}o(Mi,"X$2"),x(Mi,"getFlags");function _i(e){const{help:t}=e;if(!t||!t.examples||t.examples.length===0)return;let{examples:n}=t;if(Array.isArray(n)&&(n=n.join(`
18
+ `)),n)return{id:"examples",type:"section",data:{title:"Examples:",body:n}}}o(_i,"Y"),x(_i,"getExamples");function Pi(e){if(!("alias"in e)||!e.alias)return;const{alias:t}=e;return{id:"aliases",type:"section",data:{title:"Aliases:",body:Array.isArray(t)?t.join(", "):t}}}o(Pi,"ee"),x(Pi,"getAliases");const sd=x(e=>[Ti,Oi,Ii,Ri,Mi,_i,Pi].map(t=>t(e)).filter(Boolean),"generateHelp"),ad=Yc.WriteStream.prototype.hasColors(),Li=(Ge=class{text(t){return t}bold(t){return ad?`\x1B[1m${t}\x1B[22m`:t.toLocaleUpperCase()}indentText({text:t,spaces:n}){return t.replaceAll(/^/gm," ".repeat(n))}heading(t){return this.bold(t)}section({title:t,body:n,indentBody:r=2}){return`${(t?`${this.heading(t)}
19
+ `:"")+(n?this.indentText({text:this.render(n),spaces:r}):"")}
20
+ `}table({tableData:t,tableOptions:n,tableBreakpoints:r}){return Hl(t.map(i=>i.map(s=>this.render(s))),r?Xl(r):n)}flagParameter(t){return t===Boolean?"":t===String?"<string>":t===Number?"<number>":Array.isArray(t)?this.flagParameter(t[0]):"<value>"}flagOperator(t){return" "}flagName(t){const{flag:n,flagFormatted:r,aliasesEnabled:i,aliasFormatted:s}=t;let a="";if(s?a+=`${s}, `:i&&(a+=" "),a+=r,"placeholder"in n&&typeof n.placeholder=="string")a+=`${this.flagOperator(t)}${n.placeholder}`;else{const u=this.flagParameter("type"in n?n.type:n);u&&(a+=`${this.flagOperator(t)}${u}`)}return a}flagDefault(t){return JSON.stringify(t)}flagDescription({flag:t}){let n="description"in t?t.description??"":"";if("default"in t){let{default:r}=t;typeof r=="function"&&(r=r()),r&&(n+=` (default: ${this.flagDefault(r)})`)}return n}render(t){if(typeof t=="string")return t;if(Array.isArray(t))return t.map(n=>this.render(n)).join(`
21
+ `);if("type"in t&&this[t.type]){const n=this[t.type];if(typeof n=="function")return n.call(this,t.data)}throw new Error(`Invalid node type: ${JSON.stringify(t)}`)}},o(Ge,"_ne"),Ge);x(Li,"Renderers");let ud=Li;const vn=x(e=>e.length>0&&!e.includes(" "),"isValidScriptName"),{stringify:Q}=JSON,cd=/[|\\{}()[\]^$+*?.]/;function Bn(e){const t=[];let n,r;for(const i of e){if(r)throw new Error(`Invalid parameter: Spread parameter ${Q(r)} must be last`);const s=i[0],a=i.at(-1);let u;if(s==="<"&&a===">"&&(u=!0,n))throw new Error(`Invalid parameter: Required parameter ${Q(i)} cannot come after optional parameter ${Q(n)}`);if(s==="["&&a==="]"&&(u=!1,n=i),u===void 0)throw new Error(`Invalid parameter: ${Q(i)}. Must be wrapped in <> (required parameter) or [] (optional parameter)`);let c=i.slice(1,-1);const d=c.slice(-3)==="...";d&&(r=i,c=c.slice(0,-3));const l=c.match(cd);if(l)throw new Error(`Invalid parameter: ${Q(i)}. Invalid character found ${Q(l[0])}`);t.push({name:c,required:u,spread:d})}return t}o(Bn,"P$1"),x(Bn,"parseParameters");function $n(e,t,n,r){for(let i=0;i<t.length;i+=1){const{name:s,required:a,spread:u}=t[i],c=rd(s);if(c in e)throw new Error(`Invalid parameter: ${Q(s)} is used more than once.`);const d=u?n.slice(i):n[i];if(u&&(i=t.length),a&&(!d||u&&d.length===0))return console.error(`Error: Missing required parameter ${Q(s)}
22
+ `),r(),process.exit(1);e[c]=d}}o($n,"S$1"),x($n,"mapParametersToArguments");function ki(e){return e!==!1}o(ki,"se"),x(ki,"helpEnabled");const ld=x(e=>{const t=[];for(const[n,r]of Object.entries(e))if(t.push(n),r&&typeof r=="object"&&"alias"in r){const{alias:i}=r;typeof i=="string"&&i?t.push(i):Array.isArray(i)&&t.push(...i.filter(Boolean))}return t},"getKnownFlagNames"),dd=x((e,t)=>{if(e.length<3||t.length===0)return;const n=nd(e,t);return Bi(e,n)<=2?n:void 0},"findClosestFlag"),fd=x((e,t)=>{const n=Object.keys(e);if(n.length!==0){for(const r of n){const i=dd(r,t),s=i?` (Did you mean --${i}?)`:"";console.error(`Error: Unknown flag: --${r}.${s}`)}process.exit(1)}},"handleUnknownFlags");function An(e,t,n,r){const i={...t.flags},s=t.version&&!("version"in i);s&&(i.version={type:Boolean,description:"Show version"});const{help:a}=t,u=ki(a);u&&!("help"in i)&&(i.help={type:Boolean,alias:"h",description:"Show help"});const c=Al(i,r,{ignore:t.ignoreArgv}),d=x(()=>{console.log(t.version)},"showVersion");if(s&&c.flags.version===!0)return d(),process.exit(0);const l=new ud,f=u&&a?.render?a.render:m=>l.render(m),h=x(m=>{const g=sd({...t,...m?{help:m}:{},flags:i});console.log(f(g,l))},"showHelp");if(u&&c.flags.help===!0)return h(),process.exit(0);if((t.strictFlags??t.parent?.strictFlags)&&fd(c.unknownFlags,ld(i)),t.parameters){let{parameters:m}=t,g=c._;const F=m.indexOf("--"),w=m.slice(F+1),y=Object.create(null);let E=[];F>-1&&w.length>0&&(m=m.slice(0,F),E=c._["--"],g=g.slice(0,-E.length||void 0)),$n(y,Bn(m),g,h),F>-1&&w.length>0&&$n(y,Bn(w),E,h),Object.assign(c._,y)}const D={...c,showVersion:d,showHelp:h},p={command:e,...D};if(typeof n=="function"){const m=n(D);if(m&&"then"in m)return Object.assign(Promise.resolve(m),p)}return p}o(An,"I"),x(An,"cliBase");function Ni(e,t){const n=new Map;for(const r of t){const i=[r.options.name],{alias:s}=r.options;s&&(Array.isArray(s)?i.push(...s):i.push(s));for(const a of i){if(n.has(a))throw new Error(`Duplicate command name found: ${Q(a)}`);n.set(a,r)}}return n.get(e)}o(Ni,"ce"),x(Ni,"getCommand");function ji(e,t,n=process.argv.slice(2)){if(!e)throw new Error("Options is required");if("name"in e&&(!e.name||!vn(e.name)))throw new Error(`Invalid script name: ${Q(e.name)}`);const r=n[0];if(e.commands&&r&&vn(r)){const i=Ni(r,e.commands);if(i)return An(i.options.name,{...i.options,parent:e},i.callback,n.slice(1))}return An(void 0,e,t,n)}o(ji,"fe$1"),x(ji,"cli");function xn(e,t){if(!e)throw new Error("Command options are required");const{name:n}=e;if(n===void 0)throw new Error("Command name is required");if(!vn(n))throw new Error(`Invalid command name ${JSON.stringify(n)}. Command names must be one word.`);return{options:e,callback:t}}o(xn,"de"),x(xn,"command");var hd="2.35.0",pd="Writes your git commit messages for you with AI",Tn={version:hd,description:pd};function H(e){if(typeof e!="object"||e===null)return!1;const t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}o(H,"isPlainObject");const On=o((e,t)=>{const n=Wi(Dd(e));if(typeof n!="string")throw new TypeError(`${t} must be a string or a file URL: ${n}.`);return n},"safeNormalizeFileUrl"),Dd=o(e=>Ui(e)?e.toString():e,"normalizeDenoExecPath"),Ui=o(e=>typeof e!="string"&&e&&Object.getPrototypeOf(e)===String.prototype,"isDenoExecPath"),Wi=o(e=>e instanceof URL?jo(e):e,"normalizeFileUrl"),Gi=o((e,t=[],n={})=>{const r=On(e,"First argument"),[i,s]=H(t)?[[],t]:[t,n];if(!Array.isArray(i))throw new TypeError(`Second argument must be either an array of arguments or an options object: ${i}`);if(i.some(c=>typeof c=="object"&&c!==null))throw new TypeError(`Second argument must be an array of strings: ${i}`);const a=i.map(String),u=a.find(c=>c.includes("\0"));if(u!==void 0)throw new TypeError(`Arguments cannot contain null bytes ("\\0"): ${u}`);if(!H(s))throw new TypeError(`Last argument must be an options object: ${s}`);return[r,a,s]},"normalizeParameters"),{toString:zi}=Object.prototype,md=o(e=>zi.call(e)==="[object ArrayBuffer]","isArrayBuffer"),J=o(e=>zi.call(e)==="[object Uint8Array]","isUint8Array"),qe=o(e=>new Uint8Array(e.buffer,e.byteOffset,e.byteLength),"bufferToUint8Array"),gd=new TextEncoder,Vi=o(e=>gd.encode(e),"stringToUint8Array"),Fd=new TextDecoder,Yi=o(e=>Fd.decode(e),"uint8ArrayToString"),wd=o((e,t)=>yd(e,t).join(""),"joinToString"),yd=o((e,t)=>{if(t==="utf8"&&e.every(s=>typeof s=="string"))return e;const n=new Wo(t),r=e.map(s=>typeof s=="string"?Vi(s):s).map(s=>n.write(s)),i=n.end();return i===""?r:[...r,i]},"uint8ArraysToStrings"),In=o(e=>e.length===1&&J(e[0])?e[0]:qi(Ed(e)),"joinToUint8Array"),Ed=o(e=>e.map(t=>typeof t=="string"?Vi(t):t),"stringsToUint8Arrays"),qi=o(e=>{const t=new Uint8Array(bd(e));let n=0;for(const r of e)t.set(r,n),n+=r.length;return t},"concatUint8Arrays"),bd=o(e=>{let t=0;for(const n of e)t+=n.length;return t},"getJoinLength"),Cd=o(e=>Array.isArray(e)&&Array.isArray(e.raw),"isTemplateString"),Sd=o((e,t)=>{let n=[];for(const[s,a]of e.entries())n=vd({templates:e,expressions:t,tokens:n,index:s,template:a});if(n.length===0)throw new TypeError("Template script must not be empty");const[r,...i]=n;return[r,i,{}]},"parseTemplates"),vd=o(({templates:e,expressions:t,tokens:n,index:r,template:i})=>{if(i===void 0)throw new TypeError(`Invalid backslash sequence: ${e.raw[r]}`);const{nextTokens:s,leadingWhitespaces:a,trailingWhitespaces:u}=Bd(i,e.raw[r]),c=Hi(n,s,a);if(r===t.length)return c;const d=t[r],l=Array.isArray(d)?d.map(f=>Zi(f)):[Zi(d)];return Hi(c,l,u)},"parseTemplate"),Bd=o((e,t)=>{if(t.length===0)return{nextTokens:[],leadingWhitespaces:!1,trailingWhitespaces:!1};const n=[];let r=0;const i=Ki.has(t[0]);for(let a=0,u=0;a<e.length;a+=1,u+=1){const c=t[u];if(Ki.has(c))r!==a&&n.push(e.slice(r,a)),r=a+1;else if(c==="\\"){const d=t[u+1];d===`
23
+ `?(a-=1,u+=1):d==="u"&&t[u+2]==="{"?u=t.indexOf("}",u+3):u+=$d[d]??1}}const s=r===e.length;return s||n.push(e.slice(r)),{nextTokens:n,leadingWhitespaces:i,trailingWhitespaces:s}},"splitByWhitespaces"),Ki=new Set([" "," ","\r",`
24
+ `]),$d={x:3,u:5},Hi=o((e,t,n)=>n||e.length===0||t.length===0?[...e,...t]:[...e.slice(0,-1),`${e.at(-1)}${t[0]}`,...t.slice(1)],"concatTokens"),Zi=o(e=>{const t=typeof e;if(t==="string")return e;if(t==="number")return String(e);if(H(e)&&("stdout"in e||"isMaxBuffer"in e))return Ad(e);throw e instanceof Uo||Object.prototype.toString.call(e)==="[object Promise]"?new TypeError("Unexpected subprocess in template expression. Please use ${await subprocess} instead of ${subprocess}."):new TypeError(`Unexpected "${t}" in template expression`)},"parseExpression"),Ad=o(({stdout:e})=>{if(typeof e=="string")return e;if(J(e))return Yi(e);throw e===void 0?new TypeError(`Missing result.stdout in template expression. This is probably due to the previous subprocess' "stdout" option.`):new TypeError(`Unexpected "${typeof e}" stdout in template expression`)},"getSubprocessResult"),Fe=o(e=>Rn.includes(e),"isStandardStream"),Rn=[O.stdin,O.stdout,O.stderr],ee=["stdin","stdout","stderr"],Ji=o(e=>ee[e]??`stdio[${e}]`,"getStreamName"),xd=o(e=>{const t={...e};for(const n of ts)t[n]=Xi(e,n);return t},"normalizeFdSpecificOptions"),Xi=o((e,t)=>{const n=Array.from({length:Td(e)+1}),r=Od(e[t],n,t);return Pd(r,t)},"normalizeFdSpecificOption"),Td=o(({stdio:e})=>Array.isArray(e)?Math.max(e.length,ee.length):ee.length,"getStdioLength"),Od=o((e,t,n)=>H(e)?Id(e,t,n):t.fill(e),"normalizeFdSpecificValue"),Id=o((e,t,n)=>{for(const r of Object.keys(e).sort(Rd))for(const i of Md(r,n,t))t[i]=e[r];return t},"normalizeOptionObject"),Rd=o((e,t)=>Qi(e)<Qi(t)?1:-1,"compareFdName"),Qi=o(e=>e==="stdout"||e==="stderr"?0:e==="all"?2:1,"getFdNameOrder"),Md=o((e,t,n)=>{if(e==="ipc")return[n.length-1];const r=es(e);if(r===void 0||r===0)throw new TypeError(`"${t}.${e}" is invalid.
25
+ It must be "${t}.stdout", "${t}.stderr", "${t}.all", "${t}.ipc", or "${t}.fd3", "${t}.fd4" (and so on).`);if(r>=n.length)throw new TypeError(`"${t}.${e}" is invalid: that file descriptor does not exist.
26
+ Please set the "stdio" option to ensure that file descriptor exists.`);return r==="all"?[1,2]:[r]},"parseFdName"),es=o(e=>{if(e==="all")return e;if(ee.includes(e))return ee.indexOf(e);const t=_d.exec(e);if(t!==null)return Number(t[1])},"parseFd"),_d=/^fd(\d+)$/,Pd=o((e,t)=>e.map(n=>n===void 0?kd[t]:n),"addDefaultValue$1"),Ld=Zc("execa").enabled?"full":"none",kd={lines:!1,buffer:!0,maxBuffer:1e3*1e3*100,verbose:Ld,stripFinalNewline:!0},ts=["lines","buffer","maxBuffer","verbose","stripFinalNewline"],Ke=o((e,t)=>t==="ipc"?e.at(-1):e[t],"getFdSpecificValue"),Mn=o(({verbose:e},t)=>Pn(e,t)!=="none","isVerbose"),_n=o(({verbose:e},t)=>!["none","short"].includes(Pn(e,t)),"isFullVerbose"),Nd=o(({verbose:e},t)=>{const n=Pn(e,t);return Ln(n)?n:void 0},"getVerboseFunction"),Pn=o((e,t)=>t===void 0?jd(e):Ke(e,t),"getFdVerbose"),jd=o(e=>e.find(t=>Ln(t))??kn.findLast(t=>e.includes(t)),"getFdGenericVerbose"),Ln=o(e=>typeof e=="function","isVerboseFunction"),kn=["none","short","full"],Ud=o((e,t)=>{const n=[e,...t],r=n.join(" "),i=n.map(s=>qd(ns(s))).join(" ");return{command:r,escapedCommand:i}},"joinCommand"),Nn=o(e=>Jc(e).split(`
27
+ `).map(t=>ns(t)).join(`
28
+ `),"escapeLines"),ns=o(e=>e.replaceAll(zd,t=>Wd(t)),"escapeControlCharacters"),Wd=o(e=>{const t=Vd[e];if(t!==void 0)return t;const n=e.codePointAt(0),r=n.toString(16);return n<=Yd?`\\u${r.padStart(4,"0")}`:`\\U${r}`},"escapeControlCharacter"),Gd=o(()=>{try{return new RegExp("\\p{Separator}|\\p{Other}","gu")}catch{return/[\s\u0000-\u001F\u007F-\u009F\u00AD]/g}},"getSpecialCharRegExp"),zd=Gd(),Vd={" ":" ","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r"," ":"\\t"},Yd=65535,qd=o(e=>Kd.test(e)?e:Qc==="win32"?`"${e.replaceAll('"','""')}"`:`'${e.replaceAll("'","'\\''")}'`,"quoteString"),Kd=/^[\w./-]+$/;function Hd(){const{env:e}=O,{TERM:t,TERM_PROGRAM:n}=e;return O.platform!=="win32"?t!=="linux":!!e.WT_SESSION||!!e.TERMINUS_SUBLIME||e.ConEmuTask==="{cmd::Cmder}"||n==="Terminus-Sublime"||n==="vscode"||t==="xterm-256color"||t==="alacritty"||t==="rxvt-unicode"||t==="rxvt-unicode-256color"||e.TERMINAL_EMULATOR==="JetBrains-JediTerm"}o(Hd,"isUnicodeSupported");const rs={circleQuestionMark:"(?)",questionMarkPrefix:"(?)",square:"\u2588",squareDarkShade:"\u2593",squareMediumShade:"\u2592",squareLightShade:"\u2591",squareTop:"\u2580",squareBottom:"\u2584",squareLeft:"\u258C",squareRight:"\u2590",squareCenter:"\u25A0",bullet:"\u25CF",dot:"\u2024",ellipsis:"\u2026",pointerSmall:"\u203A",triangleUp:"\u25B2",triangleUpSmall:"\u25B4",triangleDown:"\u25BC",triangleDownSmall:"\u25BE",triangleLeftSmall:"\u25C2",triangleRightSmall:"\u25B8",home:"\u2302",heart:"\u2665",musicNote:"\u266A",musicNoteBeamed:"\u266B",arrowUp:"\u2191",arrowDown:"\u2193",arrowLeft:"\u2190",arrowRight:"\u2192",arrowLeftRight:"\u2194",arrowUpDown:"\u2195",almostEqual:"\u2248",notEqual:"\u2260",lessOrEqual:"\u2264",greaterOrEqual:"\u2265",identical:"\u2261",infinity:"\u221E",subscriptZero:"\u2080",subscriptOne:"\u2081",subscriptTwo:"\u2082",subscriptThree:"\u2083",subscriptFour:"\u2084",subscriptFive:"\u2085",subscriptSix:"\u2086",subscriptSeven:"\u2087",subscriptEight:"\u2088",subscriptNine:"\u2089",oneHalf:"\xBD",oneThird:"\u2153",oneQuarter:"\xBC",oneFifth:"\u2155",oneSixth:"\u2159",oneEighth:"\u215B",twoThirds:"\u2154",twoFifths:"\u2156",threeQuarters:"\xBE",threeFifths:"\u2157",threeEighths:"\u215C",fourFifths:"\u2158",fiveSixths:"\u215A",fiveEighths:"\u215D",sevenEighths:"\u215E",line:"\u2500",lineBold:"\u2501",lineDouble:"\u2550",lineDashed0:"\u2504",lineDashed1:"\u2505",lineDashed2:"\u2508",lineDashed3:"\u2509",lineDashed4:"\u254C",lineDashed5:"\u254D",lineDashed6:"\u2574",lineDashed7:"\u2576",lineDashed8:"\u2578",lineDashed9:"\u257A",lineDashed10:"\u257C",lineDashed11:"\u257E",lineDashed12:"\u2212",lineDashed13:"\u2013",lineDashed14:"\u2010",lineDashed15:"\u2043",lineVertical:"\u2502",lineVerticalBold:"\u2503",lineVerticalDouble:"\u2551",lineVerticalDashed0:"\u2506",lineVerticalDashed1:"\u2507",lineVerticalDashed2:"\u250A",lineVerticalDashed3:"\u250B",lineVerticalDashed4:"\u254E",lineVerticalDashed5:"\u254F",lineVerticalDashed6:"\u2575",lineVerticalDashed7:"\u2577",lineVerticalDashed8:"\u2579",lineVerticalDashed9:"\u257B",lineVerticalDashed10:"\u257D",lineVerticalDashed11:"\u257F",lineDownLeft:"\u2510",lineDownLeftArc:"\u256E",lineDownBoldLeftBold:"\u2513",lineDownBoldLeft:"\u2512",lineDownLeftBold:"\u2511",lineDownDoubleLeftDouble:"\u2557",lineDownDoubleLeft:"\u2556",lineDownLeftDouble:"\u2555",lineDownRight:"\u250C",lineDownRightArc:"\u256D",lineDownBoldRightBold:"\u250F",lineDownBoldRight:"\u250E",lineDownRightBold:"\u250D",lineDownDoubleRightDouble:"\u2554",lineDownDoubleRight:"\u2553",lineDownRightDouble:"\u2552",lineUpLeft:"\u2518",lineUpLeftArc:"\u256F",lineUpBoldLeftBold:"\u251B",lineUpBoldLeft:"\u251A",lineUpLeftBold:"\u2519",lineUpDoubleLeftDouble:"\u255D",lineUpDoubleLeft:"\u255C",lineUpLeftDouble:"\u255B",lineUpRight:"\u2514",lineUpRightArc:"\u2570",lineUpBoldRightBold:"\u2517",lineUpBoldRight:"\u2516",lineUpRightBold:"\u2515",lineUpDoubleRightDouble:"\u255A",lineUpDoubleRight:"\u2559",lineUpRightDouble:"\u2558",lineUpDownLeft:"\u2524",lineUpBoldDownBoldLeftBold:"\u252B",lineUpBoldDownBoldLeft:"\u2528",lineUpDownLeftBold:"\u2525",lineUpBoldDownLeftBold:"\u2529",lineUpDownBoldLeftBold:"\u252A",lineUpDownBoldLeft:"\u2527",lineUpBoldDownLeft:"\u2526",lineUpDoubleDownDoubleLeftDouble:"\u2563",lineUpDoubleDownDoubleLeft:"\u2562",lineUpDownLeftDouble:"\u2561",lineUpDownRight:"\u251C",lineUpBoldDownBoldRightBold:"\u2523",lineUpBoldDownBoldRight:"\u2520",lineUpDownRightBold:"\u251D",lineUpBoldDownRightBold:"\u2521",lineUpDownBoldRightBold:"\u2522",lineUpDownBoldRight:"\u251F",lineUpBoldDownRight:"\u251E",lineUpDoubleDownDoubleRightDouble:"\u2560",lineUpDoubleDownDoubleRight:"\u255F",lineUpDownRightDouble:"\u255E",lineDownLeftRight:"\u252C",lineDownBoldLeftBoldRightBold:"\u2533",lineDownLeftBoldRightBold:"\u252F",lineDownBoldLeftRight:"\u2530",lineDownBoldLeftBoldRight:"\u2531",lineDownBoldLeftRightBold:"\u2532",lineDownLeftRightBold:"\u252E",lineDownLeftBoldRight:"\u252D",lineDownDoubleLeftDoubleRightDouble:"\u2566",lineDownDoubleLeftRight:"\u2565",lineDownLeftDoubleRightDouble:"\u2564",lineUpLeftRight:"\u2534",lineUpBoldLeftBoldRightBold:"\u253B",lineUpLeftBoldRightBold:"\u2537",lineUpBoldLeftRight:"\u2538",lineUpBoldLeftBoldRight:"\u2539",lineUpBoldLeftRightBold:"\u253A",lineUpLeftRightBold:"\u2536",lineUpLeftBoldRight:"\u2535",lineUpDoubleLeftDoubleRightDouble:"\u2569",lineUpDoubleLeftRight:"\u2568",lineUpLeftDoubleRightDouble:"\u2567",lineUpDownLeftRight:"\u253C",lineUpBoldDownBoldLeftBoldRightBold:"\u254B",lineUpDownBoldLeftBoldRightBold:"\u2548",lineUpBoldDownLeftBoldRightBold:"\u2547",lineUpBoldDownBoldLeftRightBold:"\u254A",lineUpBoldDownBoldLeftBoldRight:"\u2549",lineUpBoldDownLeftRight:"\u2540",lineUpDownBoldLeftRight:"\u2541",lineUpDownLeftBoldRight:"\u253D",lineUpDownLeftRightBold:"\u253E",lineUpBoldDownBoldLeftRight:"\u2542",lineUpDownLeftBoldRightBold:"\u253F",lineUpBoldDownLeftBoldRight:"\u2543",lineUpBoldDownLeftRightBold:"\u2544",lineUpDownBoldLeftBoldRight:"\u2545",lineUpDownBoldLeftRightBold:"\u2546",lineUpDoubleDownDoubleLeftDoubleRightDouble:"\u256C",lineUpDoubleDownDoubleLeftRight:"\u256B",lineUpDownLeftDoubleRightDouble:"\u256A",lineCross:"\u2573",lineBackslash:"\u2572",lineSlash:"\u2571"},Zd={tick:"\u2714",info:"\u2139",warning:"\u26A0",cross:"\u2718",squareSmall:"\u25FB",squareSmallFilled:"\u25FC",circle:"\u25EF",circleFilled:"\u25C9",circleDotted:"\u25CC",circleDouble:"\u25CE",circleCircle:"\u24DE",circleCross:"\u24E7",circlePipe:"\u24BE",radioOn:"\u25C9",radioOff:"\u25EF",checkboxOn:"\u2612",checkboxOff:"\u2610",checkboxCircleOn:"\u24E7",checkboxCircleOff:"\u24BE",pointer:"\u276F",triangleUpOutline:"\u25B3",triangleLeft:"\u25C0",triangleRight:"\u25B6",lozenge:"\u25C6",lozengeOutline:"\u25C7",hamburger:"\u2630",smiley:"\u32E1",mustache:"\u0DF4",star:"\u2605",play:"\u25B6",nodejs:"\u2B22",oneSeventh:"\u2150",oneNinth:"\u2151",oneTenth:"\u2152"},Jd={tick:"\u221A",info:"i",warning:"\u203C",cross:"\xD7",squareSmall:"\u25A1",squareSmallFilled:"\u25A0",circle:"( )",circleFilled:"(*)",circleDotted:"( )",circleDouble:"( )",circleCircle:"(\u25CB)",circleCross:"(\xD7)",circlePipe:"(\u2502)",radioOn:"(*)",radioOff:"( )",checkboxOn:"[\xD7]",checkboxOff:"[ ]",checkboxCircleOn:"(\xD7)",checkboxCircleOff:"( )",pointer:">",triangleUpOutline:"\u2206",triangleLeft:"\u25C4",triangleRight:"\u25BA",lozenge:"\u2666",lozengeOutline:"\u25CA",hamburger:"\u2261",smiley:"\u263A",mustache:"\u250C\u2500\u2510",star:"\u2736",play:"\u25BA",nodejs:"\u2666",oneSeventh:"1/7",oneNinth:"1/9",oneTenth:"1/10"},Xd={...rs,...Zd},Qd={...rs,...Jd},ef=Hd(),jn=ef?Xd:Qd,tf=qo?.WriteStream?.prototype?.hasColors?.()??!1,Et=o((e,t)=>{if(!tf)return i=>i;const n=`\x1B[${e}m`,r=`\x1B[${t}m`;return i=>{const s=i+"";let a=s.indexOf(r);if(a===-1)return n+s+r;let u=n,c=0;const l=(t===22?r:"")+n;for(;a!==-1;)u+=s.slice(c,a)+l,c=a+r.length,a=s.indexOf(r,c);return u+=s.slice(c)+r,u}},"format"),nf=Et(1,22),Un=Et(90,39),rf=Et(91,39),of=Et(93,39),sf=o(({type:e,message:t,timestamp:n,piped:r,commandId:i,result:{failed:s=!1}={},options:{reject:a=!0}})=>{const u=af(n),c=uf[e]({failed:s,reject:a,piped:r}),d=cf[e]({reject:a});return`${Un(`[${u}]`)} ${Un(`[${i}]`)} ${d(c)} ${d(t)}`},"defaultVerboseFunction"),af=o(e=>`${bt(e.getHours(),2)}:${bt(e.getMinutes(),2)}:${bt(e.getSeconds(),2)}.${bt(e.getMilliseconds(),3)}`,"serializeTimestamp"),bt=o((e,t)=>String(e).padStart(t,"0"),"padField"),os=o(({failed:e,reject:t})=>e?t?jn.cross:jn.warning:jn.tick,"getFinalIcon"),uf={command:o(({piped:e})=>e?"|":"$","command"),output:o(()=>" ","output"),ipc:o(()=>"*","ipc"),error:os,duration:os},is=o(e=>e,"identity$1"),cf={command:o(()=>nf,"command"),output:o(()=>is,"output"),ipc:o(()=>is,"ipc"),error:o(({reject:e})=>e?rf:of,"error"),duration:o(()=>Un,"duration")},lf=o((e,t,n)=>{const r=Nd(t,n);return e.map(({verboseLine:i,verboseObject:s})=>df(i,s,r)).filter(i=>i!==void 0).map(i=>ff(i)).join("")},"applyVerboseOnLines"),df=o((e,t,n)=>{if(n===void 0)return e;const r=n(e,t);if(typeof r=="string")return r},"applyVerboseFunction"),ff=o(e=>e.endsWith(`
29
+ `)?e:`${e}
30
+ `,"appendNewline"),He=o(({type:e,verboseMessage:t,fdNumber:n,verboseInfo:r,result:i})=>{const s=hf({type:e,result:i,verboseInfo:r}),a=pf(t,s),u=lf(a,r,n);u!==""&&console.warn(u.slice(0,-1))},"verboseLog"),hf=o(({type:e,result:t,verboseInfo:{escapedCommand:n,commandId:r,rawOptions:{piped:i=!1,...s}}})=>({type:e,escapedCommand:n,commandId:`${r}`,timestamp:new Date,piped:i,result:t,options:s}),"getVerboseObject"),pf=o((e,t)=>e.split(`
31
+ `).map(n=>Df({...t,message:n})),"getPrintedLines"),Df=o(e=>({verboseLine:sf(e),verboseObject:e}),"getPrintedLine"),ss=o(e=>{const t=typeof e=="string"?e:Go(e);return Nn(t).replaceAll(" "," ".repeat(mf))},"serializeVerboseMessage"),mf=2,gf=o((e,t)=>{Mn(t)&&He({type:"command",verboseMessage:e,verboseInfo:t})},"logCommand"),Ff=o((e,t,n)=>{Ef(e);const r=wf(e);return{verbose:e,escapedCommand:t,commandId:r,rawOptions:n}},"getVerboseInfo"),wf=o(e=>Mn({verbose:e})?yf++:void 0,"getCommandId");let yf=0n;const Ef=o(e=>{for(const t of e){if(t===!1)throw new TypeError(`The "verbose: false" option was renamed to "verbose: 'none'".`);if(t===!0)throw new TypeError(`The "verbose: true" option was renamed to "verbose: 'short'".`);if(!kn.includes(t)&&!Ln(t)){const n=kn.map(r=>`'${r}'`).join(", ");throw new TypeError(`The "verbose" option must not be ${t}. Allowed values are: ${n} or a function.`)}}},"validateVerbose"),as=o(()=>Vo.bigint(),"getStartTime"),us=o(e=>Number(Vo.bigint()-e)/1e6,"getDurationMs"),cs=o((e,t,n)=>{const r=as(),{command:i,escapedCommand:s}=Ud(e,t),a=Xi(n,"verbose"),u=Ff(a,s,{...n});return gf(s,u),{command:i,escapedCommand:s,startTime:r,verboseInfo:u}},"handleCommand");var bf=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Wn(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}o(Wn,"getDefaultExportFromCjs");var we={exports:{}},Gn,ls;function Cf(){if(ls)return Gn;ls=1,Gn=r,r.sync=i;var e=pn;function t(s,a){var u=a.pathExt!==void 0?a.pathExt:process.env.PATHEXT;if(!u||(u=u.split(";"),u.indexOf("")!==-1))return!0;for(var c=0;c<u.length;c++){var d=u[c].toLowerCase();if(d&&s.substr(-d.length).toLowerCase()===d)return!0}return!1}o(t,"checkPathExt");function n(s,a,u){return!s.isSymbolicLink()&&!s.isFile()?!1:t(a,u)}o(n,"checkStat");function r(s,a,u){e.stat(s,function(c,d){u(c,c?!1:n(d,s,a))})}o(r,"isexe");function i(s,a){return n(e.statSync(s),s,a)}return o(i,"sync"),Gn}o(Cf,"requireWindows");var zn,ds;function Sf(){if(ds)return zn;ds=1,zn=t,t.sync=n;var e=pn;function t(s,a,u){e.stat(s,function(c,d){u(c,c?!1:r(d,a))})}o(t,"isexe");function n(s,a){return r(e.statSync(s),a)}o(n,"sync");function r(s,a){return s.isFile()&&i(s,a)}o(r,"checkStat");function i(s,a){var u=s.mode,c=s.uid,d=s.gid,l=a.uid!==void 0?a.uid:process.getuid&&process.getuid(),f=a.gid!==void 0?a.gid:process.getgid&&process.getgid(),h=parseInt("100",8),D=parseInt("010",8),p=parseInt("001",8),m=h|D,g=u&p||u&D&&d===f||u&h&&c===l||u&m&&l===0;return g}return o(i,"checkMode"),zn}o(Sf,"requireMode");var Vn,fs;function vf(){if(fs)return Vn;fs=1;var e;process.platform==="win32"||bf.TESTING_WINDOWS?e=Cf():e=Sf(),Vn=t,t.sync=n;function t(r,i,s){if(typeof i=="function"&&(s=i,i={}),!s){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(a,u){t(r,i||{},function(c,d){c?u(c):a(d)})})}e(r,i||{},function(a,u){a&&(a.code==="EACCES"||i&&i.ignoreErrors)&&(a=null,u=!1),s(a,u)})}o(t,"isexe");function n(r,i){try{return e.sync(r,i||{})}catch(s){if(i&&i.ignoreErrors||s.code==="EACCES")return!1;throw s}}return o(n,"sync"),Vn}o(vf,"requireIsexe");var Yn,hs;function Bf(){if(hs)return Yn;hs=1;const e=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",t=ce,n=e?";":":",r=vf(),i=o(c=>Object.assign(new Error(`not found: ${c}`),{code:"ENOENT"}),"getNotFoundError"),s=o((c,d)=>{const l=d.colon||n,f=c.match(/\//)||e&&c.match(/\\/)?[""]:[...e?[process.cwd()]:[],...(d.path||process.env.PATH||"").split(l)],h=e?d.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",D=e?h.split(l):[""];return e&&c.indexOf(".")!==-1&&D[0]!==""&&D.unshift(""),{pathEnv:f,pathExt:D,pathExtExe:h}},"getPathInfo"),a=o((c,d,l)=>{typeof d=="function"&&(l=d,d={}),d||(d={});const{pathEnv:f,pathExt:h,pathExtExe:D}=s(c,d),p=[],m=o(F=>new Promise((w,y)=>{if(F===f.length)return d.all&&p.length?w(p):y(i(c));const E=f[F],S=/^".*"$/.test(E)?E.slice(1,-1):E,B=t.join(S,c),b=!S&&/^\.[\\\/]/.test(c)?c.slice(0,2)+B:B;w(g(b,F,0))}),"step"),g=o((F,w,y)=>new Promise((E,S)=>{if(y===h.length)return E(m(w+1));const B=h[y];r(F+B,{pathExt:D},(b,C)=>{if(!b&&C)if(d.all)p.push(F+B);else return E(F+B);return E(g(F,w,y+1))})}),"subStep");return l?m(0).then(F=>l(null,F),l):m(0)},"which"),u=o((c,d)=>{d=d||{};const{pathEnv:l,pathExt:f,pathExtExe:h}=s(c,d),D=[];for(let p=0;p<l.length;p++){const m=l[p],g=/^".*"$/.test(m)?m.slice(1,-1):m,F=t.join(g,c),w=!g&&/^\.[\\\/]/.test(c)?c.slice(0,2)+F:F;for(let y=0;y<f.length;y++){const E=w+f[y];try{if(r.sync(E,{pathExt:h}))if(d.all)D.push(E);else return E}catch{}}}if(d.all&&D.length)return D;if(d.nothrow)return null;throw i(c)},"whichSync");return Yn=a,a.sync=u,Yn}o(Bf,"requireWhich");var Ct={exports:{}},ps;function $f(){if(ps)return Ct.exports;ps=1;const e=o((t={})=>{const n=t.env||process.env;return(t.platform||process.platform)!=="win32"?"PATH":Object.keys(n).reverse().find(i=>i.toUpperCase()==="PATH")||"Path"},"pathKey");return Ct.exports=e,Ct.exports.default=e,Ct.exports}o($f,"requirePathKey");var qn,Ds;function Af(){if(Ds)return qn;Ds=1;const e=ce,t=Bf(),n=$f();function r(s,a){const u=s.options.env||process.env,c=process.cwd(),d=s.options.cwd!=null,l=d&&process.chdir!==void 0&&!process.chdir.disabled;if(l)try{process.chdir(s.options.cwd)}catch{}let f;try{f=t.sync(s.command,{path:u[n({env:u})],pathExt:a?e.delimiter:void 0})}catch{}finally{l&&process.chdir(c)}return f&&(f=e.resolve(d?s.options.cwd:"",f)),f}o(r,"resolveCommandAttempt");function i(s){return r(s)||r(s,!0)}return o(i,"resolveCommand"),qn=i,qn}o(Af,"requireResolveCommand");var St={},ms;function xf(){if(ms)return St;ms=1;const e=/([()\][%!^"`<>&|;, *?])/g;function t(r){return r=r.replace(e,"^$1"),r}o(t,"escapeCommand");function n(r,i){return r=`${r}`,r=r.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),r=r.replace(/(?=(\\+?)?)\1$/,"$1$1"),r=`"${r}"`,r=r.replace(e,"^$1"),i&&(r=r.replace(e,"^$1")),r}return o(n,"escapeArgument"),St.command=t,St.argument=n,St}o(xf,"require_escape");var Kn,gs;function Tf(){return gs||(gs=1,Kn=/^#!(.*)/),Kn}o(Tf,"requireShebangRegex");var Hn,Fs;function Of(){if(Fs)return Hn;Fs=1;const e=Tf();return Hn=o((t="")=>{const n=t.match(e);if(!n)return null;const[r,i]=n[0].replace(/#! ?/,"").split(" "),s=r.split("/").pop();return s==="env"?i:i?`${s} ${i}`:s},"shebangCommand"),Hn}o(Of,"requireShebangCommand");var Zn,ws;function If(){if(ws)return Zn;ws=1;const e=pn,t=Of();function n(r){const s=Buffer.alloc(150);let a;try{a=e.openSync(r,"r"),e.readSync(a,s,0,150,0),e.closeSync(a)}catch{}return t(s.toString())}return o(n,"readShebang"),Zn=n,Zn}o(If,"requireReadShebang");var Jn,ys;function Rf(){if(ys)return Jn;ys=1;const e=ce,t=Af(),n=xf(),r=If(),i=process.platform==="win32",s=/\.(?:com|exe)$/i,a=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function u(l){l.file=t(l);const f=l.file&&r(l.file);return f?(l.args.unshift(l.file),l.command=f,t(l)):l.file}o(u,"detectShebang");function c(l){if(!i)return l;const f=u(l),h=!s.test(f);if(l.options.forceShell||h){const D=a.test(f);l.command=e.normalize(l.command),l.command=n.command(l.command),l.args=l.args.map(m=>n.argument(m,D));const p=[l.command].concat(l.args).join(" ");l.args=["/d","/s","/c",`"${p}"`],l.command=process.env.comspec||"cmd.exe",l.options.windowsVerbatimArguments=!0}return l}o(c,"parseNonShell");function d(l,f,h){f&&!Array.isArray(f)&&(h=f,f=null),f=f?f.slice(0):[],h=Object.assign({},h);const D={command:l,args:f,options:h,file:void 0,original:{command:l,args:f}};return h.shell?D:c(D)}return o(d,"parse"),Jn=d,Jn}o(Rf,"requireParse");var Xn,Es;function Mf(){if(Es)return Xn;Es=1;const e=process.platform==="win32";function t(s,a){return Object.assign(new Error(`${a} ${s.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${a} ${s.command}`,path:s.command,spawnargs:s.args})}o(t,"notFoundError");function n(s,a){if(!e)return;const u=s.emit;s.emit=function(c,d){if(c==="exit"){const l=r(d,a);if(l)return u.call(s,"error",l)}return u.apply(s,arguments)}}o(n,"hookChildProcess");function r(s,a){return e&&s===1&&!a.file?t(a.original,"spawn"):null}o(r,"verifyENOENT");function i(s,a){return e&&s===1&&!a.file?t(a.original,"spawnSync"):null}return o(i,"verifyENOENTSync"),Xn={hookChildProcess:n,verifyENOENT:r,verifyENOENTSync:i,notFoundError:t},Xn}o(Mf,"requireEnoent");var bs;function _f(){if(bs)return we.exports;bs=1;const e=nl,t=Rf(),n=Mf();function r(s,a,u){const c=t(s,a,u),d=e.spawn(c.command,c.args,c.options);return n.hookChildProcess(d,c),d}o(r,"spawn");function i(s,a,u){const c=t(s,a,u),d=e.spawnSync(c.command,c.args,c.options);return d.error=d.error||n.verifyENOENTSync(d.status,c),d}return o(i,"spawnSync"),we.exports=r,we.exports.spawn=r,we.exports.sync=i,we.exports._parse=t,we.exports._enoent=n,we.exports}o(_f,"requireCrossSpawn");var Pf=_f(),Lf=Wn(Pf);function Cs(e={}){const{env:t=process.env,platform:n=process.platform}=e;return n!=="win32"?"PATH":Object.keys(t).reverse().find(r=>r.toUpperCase()==="PATH")||"Path"}o(Cs,"pathKey"),zo(qc);function Qn(e){return e instanceof URL?jo(e):e}o(Qn,"toPath");function kf(e){return{*[Symbol.iterator](){let t=q.resolve(Qn(e)),n;for(;n!==t;)yield t,n=t,t=q.resolve(t,"..")}}}o(kf,"traversePathUp");const Nf=o(({cwd:e=O.cwd(),path:t=O.env[Cs()],preferLocal:n=!0,execPath:r=O.execPath,addExecPath:i=!0}={})=>{const s=q.resolve(Qn(e)),a=[],u=t.split(q.delimiter);return n&&jf(a,u,s),i&&Uf(a,u,r,s),t===""||t===q.delimiter?`${a.join(q.delimiter)}${t}`:[...a,t].join(q.delimiter)},"npmRunPath"),jf=o((e,t,n)=>{for(const r of kf(n)){const i=q.join(r,"node_modules/.bin");t.includes(i)||e.push(i)}},"applyPreferLocal"),Uf=o((e,t,n,r)=>{const i=q.resolve(r,Qn(n),"..");t.includes(i)||e.push(i)},"applyExecPath"),Wf=o(({env:e=O.env,...t}={})=>{e={...e};const n=Cs({env:e});return t.path=e[n],e[n]=Nf(t),e},"npmRunPathEnv"),Gf=o((e,t,n)=>{const r=n?Je:Ze,i=e instanceof ye?{}:{cause:e};return new r(t,i)},"getFinalError"),Ao=class Ao extends Error{};o(Ao,"DiscardedError");let ye=Ao;const Ss=o((e,t)=>{Object.defineProperty(e.prototype,"name",{value:t,writable:!0,enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,vs,{value:!0,writable:!1,enumerable:!1,configurable:!1})},"setErrorName"),zf=o(e=>er(e)&&vs in e,"isExecaError"),vs=Symbol("isExecaError"),er=o(e=>Object.prototype.toString.call(e)==="[object Error]","isErrorInstance"),xo=class xo extends Error{};o(xo,"ExecaError");let Ze=xo;Ss(Ze,Ze.name);const To=class To extends Error{};o(To,"ExecaSyncError");let Je=To;Ss(Je,Je.name);const Vf=o(()=>{const e=$s-Bs+1;return Array.from({length:e},Yf)},"getRealtimeSignals"),Yf=o((e,t)=>({name:`SIGRT${t+1}`,number:Bs+t,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}),"getRealtimeSignal"),Bs=34,$s=64,qf=[{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:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGPROF",number:27,action:"terminate",description:"Timeout or timer",standard:"bsd"},{name:"SIGWINCH",number:28,action:"ignore",description:"Terminal window size changed",standard:"bsd"},{name:"SIGIO",number:29,action:"terminate",description:"I/O is available",standard:"other"},{name:"SIGPOLL",number:29,action:"terminate",description:"Watched event",standard:"other"},{name:"SIGINFO",number:29,action:"ignore",description:"Request for process information",standard:"other"},{name:"SIGPWR",number:30,action:"terminate",description:"Device running out of power",standard:"systemv"},{name:"SIGSYS",number:31,action:"core",description:"Invalid system call",standard:"other"},{name:"SIGUNUSED",number:31,action:"terminate",description:"Invalid system call",standard:"other"}],As=o(()=>{const e=Vf();return[...qf,...e].map(Kf)},"getSignals"),Kf=o(({name:e,number:t,description:n,action:r,forced:i=!1,standard:s})=>{const{signals:{[e]:a}}=me,u=a!==void 0;return{name:e,number:u?a:t,description:n,supported:u,action:r,forced:i,standard:s}},"normalizeSignal$1"),Hf=o(()=>{const e=As();return Object.fromEntries(e.map(Zf))},"getSignalsByName"),Zf=o(({name:e,number:t,description:n,supported:r,action:i,forced:s,standard:a})=>[e,{name:e,number:t,description:n,supported:r,action:i,forced:s,standard:a}],"getSignalByName"),Jf=Hf(),Xf=o(()=>{const e=As(),t=$s+1,n=Array.from({length:t},(r,i)=>Qf(i,e));return Object.assign({},...n)},"getSignalsByNumber"),Qf=o((e,t)=>{const n=eh(e,t);if(n===void 0)return{};const{name:r,description:i,supported:s,action:a,forced:u,standard:c}=n;return{[e]:{name:r,number:e,description:i,supported:s,action:a,forced:u,standard:c}}},"getSignalByNumber"),eh=o((e,t)=>{const n=t.find(({name:r})=>me.signals[r]===e);return n!==void 0?n:t.find(r=>r.number===e)},"findSignalByNumber");Xf();const th=o(e=>{const t="option `killSignal`";if(e===0)throw new TypeError(`Invalid ${t}: 0 cannot be used.`);return xs(e,t)},"normalizeKillSignal"),nh=o(e=>e===0?e:xs(e,"`subprocess.kill()`'s argument"),"normalizeSignalArgument"),xs=o((e,t)=>{if(Number.isInteger(e))return rh(e,t);if(typeof e=="string")return ih(e,t);throw new TypeError(`Invalid ${t} ${String(e)}: it must be a string or an integer.
32
+ ${tr()}`)},"normalizeSignal"),rh=o((e,t)=>{if(Ts.has(e))return Ts.get(e);throw new TypeError(`Invalid ${t} ${e}: this signal integer does not exist.
33
+ ${tr()}`)},"normalizeSignalInteger"),oh=o(()=>new Map(Object.entries(me.signals).reverse().map(([e,t])=>[t,e])),"getSignalsIntegerToName"),Ts=oh(),ih=o((e,t)=>{if(e in me.signals)return e;throw e.toUpperCase()in me.signals?new TypeError(`Invalid ${t} '${e}': please rename it to '${e.toUpperCase()}'.`):new TypeError(`Invalid ${t} '${e}': this signal name does not exist.
34
+ ${tr()}`)},"normalizeSignalName"),tr=o(()=>`Available signal names: ${sh()}.
35
+ Available signal numbers: ${ah()}.`,"getAvailableSignals"),sh=o(()=>Object.keys(me.signals).sort().map(e=>`'${e}'`).join(", "),"getAvailableSignalNames"),ah=o(()=>[...new Set(Object.values(me.signals).sort((e,t)=>e-t))].join(", "),"getAvailableSignalIntegers"),Os=o(e=>Jf[e].description,"getSignalDescription"),uh=o(e=>{if(e===!1)return e;if(e===!0)return ch;if(!Number.isFinite(e)||e<0)throw new TypeError(`Expected the \`forceKillAfterDelay\` option to be a non-negative integer, got \`${e}\` (${typeof e})`);return e},"normalizeForceKillAfterDelay"),ch=1e3*5,lh=o(({kill:e,options:{forceKillAfterDelay:t,killSignal:n},onInternalError:r,context:i,controller:s},a,u)=>{const{signal:c,error:d}=dh(a,u,n);fh(d,r);const l=e(c);return hh({kill:e,signal:c,forceKillAfterDelay:t,killSignal:n,killResult:l,context:i,controller:s}),l},"subprocessKill"),dh=o((e,t,n)=>{const[r=n,i]=er(e)?[void 0,e]:[e,t];if(typeof r!="string"&&!Number.isInteger(r))throw new TypeError(`The first argument must be an error instance or a signal name string/integer: ${String(r)}`);if(i!==void 0&&!er(i))throw new TypeError(`The second argument is optional. If specified, it must be an error instance: ${i}`);return{signal:nh(r),error:i}},"parseKillArguments"),fh=o((e,t)=>{e!==void 0&&t.reject(e)},"emitKillError"),hh=o(async({kill:e,signal:t,forceKillAfterDelay:n,killSignal:r,killResult:i,context:s,controller:a})=>{t===r&&i&&Is({kill:e,forceKillAfterDelay:n,context:s,controllerSignal:a.signal})},"setKillTimeout"),Is=o(async({kill:e,forceKillAfterDelay:t,context:n,controllerSignal:r})=>{if(t!==!1)try{await Ho(t,void 0,{signal:r}),e("SIGKILL")&&(n.isForcefullyTerminated??(n.isForcefullyTerminated=!0))}catch{}},"killOnTimeout"),Rs=o(async(e,t)=>{e.aborted||await z(e,"abort",{signal:t})},"onAbortedSignal"),ph=o(({cancelSignal:e})=>{if(e!==void 0&&Object.prototype.toString.call(e)!=="[object AbortSignal]")throw new Error(`The \`cancelSignal\` option must be an AbortSignal: ${String(e)}`)},"validateCancelSignal"),Dh=o(({subprocess:e,cancelSignal:t,gracefulCancel:n,context:r,controller:i})=>t===void 0||n?[]:[mh(e,t,r,i)],"throwOnCancel"),mh=o(async(e,t,n,{signal:r})=>{throw await Rs(t,r),n.terminationReason??(n.terminationReason="cancel"),e.kill(),t.reason},"terminateOnCancel"),nr=o(({methodName:e,isSubprocess:t,ipc:n,isConnected:r})=>{gh(e,t,n),Ms(e,t,r)},"validateIpcMethod"),gh=o((e,t,n)=>{if(!n)throw new Error(`${X(e,t)} can only be used if the \`ipc\` option is \`true\`.`)},"validateIpcOption"),Ms=o((e,t,n)=>{if(!n)throw new Error(`${X(e,t)} cannot be used: the ${fe(t)} has already exited or disconnected.`)},"validateConnection"),Fh=o(e=>{throw new Error(`${X("getOneMessage",e)} could not complete: the ${fe(e)} exited or disconnected.`)},"throwOnEarlyDisconnect"),wh=o(e=>{throw new Error(`${X("sendMessage",e)} failed: the ${fe(e)} is sending a message too, instead of listening to incoming messages.
36
+ This can be fixed by both sending a message and listening to incoming messages at the same time:
37
+
38
+ const [receivedMessage] = await Promise.all([
39
+ ${X("getOneMessage",e)},
40
+ ${X("sendMessage",e,"message, {strict: true}")},
41
+ ]);`)},"throwOnStrictDeadlockError"),_s=o((e,t)=>new Error(`${X("sendMessage",t)} failed when sending an acknowledgment response to the ${fe(t)}.`,{cause:e}),"getStrictResponseError"),yh=o(e=>{throw new Error(`${X("sendMessage",e)} failed: the ${fe(e)} is not listening to incoming messages.`)},"throwOnMissingStrict"),Eh=o(e=>{throw new Error(`${X("sendMessage",e)} failed: the ${fe(e)} exited without listening to incoming messages.`)},"throwOnStrictDisconnect"),bh=o(()=>new Error(`\`cancelSignal\` aborted: the ${fe(!0)} disconnected.`),"getAbortDisconnectError"),Ch=o(()=>{throw new Error("`getCancelSignal()` cannot be used without setting the `cancelSignal` subprocess option.")},"throwOnMissingParent"),Sh=o(({error:e,methodName:t,isSubprocess:n})=>{if(e.code==="EPIPE")throw new Error(`${X(t,n)} cannot be used: the ${fe(n)} is disconnecting.`,{cause:e})},"handleEpipeError"),vh=o(({error:e,methodName:t,isSubprocess:n,message:r})=>{if(Bh(e))throw new Error(`${X(t,n)}'s argument type is invalid: the message cannot be serialized: ${String(r)}.`,{cause:e})},"handleSerializationError"),Bh=o(({code:e,message:t})=>$h.has(e)||Ah.some(n=>t.includes(n)),"isSerializationError"),$h=new Set(["ERR_MISSING_ARGS","ERR_INVALID_ARG_TYPE"]),Ah=["could not be cloned","circular structure","call stack size exceeded"],X=o((e,t,n="")=>e==="cancelSignal"?"`cancelSignal`'s `controller.abort()`":`${xh(t)}${e}(${n})`,"getMethodName"),xh=o(e=>e?"":"subprocess.","getNamespaceName"),fe=o(e=>e?"parent process":"subprocess","getOtherProcessName"),rr=o(e=>{e.connected&&e.disconnect()},"disconnect"),Xe=o(()=>{const e={},t=new Promise((n,r)=>{Object.assign(e,{resolve:n,reject:r})});return Object.assign(t,e)},"createDeferred"),Ps=o((e,t="stdin")=>{const{options:r,fileDescriptors:i}=Ee.get(e),s=Ls(i,t,!0),a=e.stdio[s];if(a===null)throw new TypeError(ks(s,t,r,!0));return a},"getToStream"),or=o((e,t="stdout")=>{const{options:r,fileDescriptors:i}=Ee.get(e),s=Ls(i,t,!1),a=s==="all"?e.all:e.stdio[s];if(a==null)throw new TypeError(ks(s,t,r,!1));return a},"getFromStream"),Ee=new WeakMap,Ls=o((e,t,n)=>{const r=Th(t,n);return Oh(r,t,n,e),r},"getFdNumber"),Th=o((e,t)=>{const n=es(e);if(n!==void 0)return n;const{validOptions:r,defaultValue:i}=t?{validOptions:'"stdin"',defaultValue:"stdin"}:{validOptions:'"stdout", "stderr", "all"',defaultValue:"stdout"};throw new TypeError(`"${Qe(t)}" must not be "${e}".
42
+ It must be ${r} or "fd3", "fd4" (and so on).
43
+ It is optional and defaults to "${i}".`)},"parseFdNumber"),Oh=o((e,t,n,r)=>{const i=r[Ns(e)];if(i===void 0)throw new TypeError(`"${Qe(n)}" must not be ${t}. That file descriptor does not exist.
44
+ Please set the "stdio" option to ensure that file descriptor exists.`);if(i.direction==="input"&&!n)throw new TypeError(`"${Qe(n)}" must not be ${t}. It must be a readable stream, not writable.`);if(i.direction!=="input"&&n)throw new TypeError(`"${Qe(n)}" must not be ${t}. It must be a writable stream, not readable.`)},"validateFdNumber"),ks=o((e,t,n,r)=>{if(e==="all"&&!n.all)return`The "all" option must be true to use "from: 'all'".`;const{optionName:i,optionValue:s}=Ih(e,n);return`The "${i}: ${ir(s)}" option is incompatible with using "${Qe(r)}: ${ir(t)}".
45
+ Please set this option with "pipe" instead.`},"getInvalidStdioOptionMessage"),Ih=o((e,{stdin:t,stdout:n,stderr:r,stdio:i})=>{const s=Ns(e);return s===0&&t!==void 0?{optionName:"stdin",optionValue:t}:s===1&&n!==void 0?{optionName:"stdout",optionValue:n}:s===2&&r!==void 0?{optionName:"stderr",optionValue:r}:{optionName:`stdio[${s}]`,optionValue:i[s]}},"getInvalidStdioOption"),Ns=o(e=>e==="all"?1:e,"getUsedDescriptor"),Qe=o(e=>e?"to":"from","getOptionName"),ir=o(e=>typeof e=="string"?`'${e}'`:typeof e=="number"?`${e}`:"Stream","serializeOptionValue"),vt=o((e,t,n)=>{const r=e.getMaxListeners();r===0||r===Number.POSITIVE_INFINITY||(e.setMaxListeners(r+t),Jo(n,()=>{e.setMaxListeners(e.getMaxListeners()-t)}))},"incrementMaxListeners"),js=o((e,t)=>{t&&sr(e)},"addReference"),sr=o(e=>{e.refCounted()},"addReferenceCount"),Us=o((e,t)=>{t&&ar(e)},"removeReference"),ar=o(e=>{e.unrefCounted()},"removeReferenceCount"),Rh=o((e,t)=>{t&&(ar(e),ar(e))},"undoAddedReferences"),Mh=o((e,t)=>{t&&(sr(e),sr(e))},"redoAddedReferences"),_h=o(async({anyProcess:e,channel:t,isSubprocess:n,ipcEmitter:r},i)=>{if(Wh(i)||ep(i))return;Bt.has(e)||Bt.set(e,[]);const s=Bt.get(e);if(s.push(i),!(s.length>1))for(;s.length>0;){await qh(e,r,i),await Zo.yield();const a=await Uh({wrappedMessage:s[0],anyProcess:e,channel:t,isSubprocess:n,ipcEmitter:r});s.shift(),r.emit("message",a),r.emit("message:done")}},"onMessage"),Ph=o(async({anyProcess:e,channel:t,isSubprocess:n,ipcEmitter:r,boundOnMessage:i})=>{Ks();const s=Bt.get(e);for(;s?.length>0;)await z(r,"message:done");e.removeListener("message",i),Mh(t,n),r.connected=!1,r.emit("disconnect")},"onDisconnect"),Bt=new WeakMap,$t=o((e,t,n)=>{if(At.has(e))return At.get(e);const r=new ol;return r.connected=!0,At.set(e,r),Lh({ipcEmitter:r,anyProcess:e,channel:t,isSubprocess:n}),r},"getIpcEmitter"),At=new WeakMap,Lh=o(({ipcEmitter:e,anyProcess:t,channel:n,isSubprocess:r})=>{const i=_h.bind(void 0,{anyProcess:t,channel:n,isSubprocess:r,ipcEmitter:e});t.on("message",i),t.once("disconnect",Ph.bind(void 0,{anyProcess:t,channel:n,isSubprocess:r,ipcEmitter:e,boundOnMessage:i})),Rh(n,r)},"forwardEvents"),Ws=o(e=>{const t=At.get(e);return t===void 0?e.channel!==null:t.connected},"isConnected"),kh=o(({anyProcess:e,channel:t,isSubprocess:n,message:r,strict:i})=>{if(!i)return r;const s=$t(e,t,n),a=ur(e,s);return{id:Nh++,type:Tt,message:r,hasListeners:a}},"handleSendStrict");let Nh=0n;const jh=o((e,t)=>{if(!(t?.type!==Tt||t.hasListeners))for(const{id:n}of e)n!==void 0&&xt[n].resolve({isDeadlock:!0,hasListeners:!1})},"validateStrictDeadlock"),Uh=o(async({wrappedMessage:e,anyProcess:t,channel:n,isSubprocess:r,ipcEmitter:i})=>{if(e?.type!==Tt||!t.connected)return e;const{id:s,message:a}=e,u={id:s,type:Gs,message:ur(t,i)};try{await zs({anyProcess:t,channel:n,isSubprocess:r,ipc:!0},u)}catch(c){i.emit("strict:error",c)}return a},"handleStrictRequest"),Wh=o(e=>{if(e?.type!==Gs)return!1;const{id:t,message:n}=e;return xt[t]?.resolve({isDeadlock:!1,hasListeners:n}),!0},"handleStrictResponse"),Gh=o(async(e,t,n)=>{if(e?.type!==Tt)return;const r=Xe();xt[e.id]=r;const i=new AbortController;try{const{isDeadlock:s,hasListeners:a}=await Promise.race([r,zh(t,n,i)]);s&&wh(n),a||yh(n)}finally{i.abort(),delete xt[e.id]}},"waitForStrictResponse"),xt={},zh=o(async(e,t,{signal:n})=>{vt(e,1,n),await z(e,"disconnect",{signal:n}),Eh(t)},"throwOnDisconnect$1"),Tt="execa:ipc:request",Gs="execa:ipc:response",Vh=o((e,t,n)=>{et.has(e)||et.set(e,new Set);const r=et.get(e),i=Xe(),s=n?t.id:void 0,a={onMessageSent:i,id:s};return r.add(a),{outgoingMessages:r,outgoingMessage:a}},"startSendMessage"),Yh=o(({outgoingMessages:e,outgoingMessage:t})=>{e.delete(t),t.onMessageSent.resolve()},"endSendMessage"),qh=o(async(e,t,n)=>{for(;!ur(e,t)&&et.get(e)?.size>0;){const r=[...et.get(e)];jh(r,n),await Promise.all(r.map(({onMessageSent:i})=>i))}},"waitForOutgoingMessages"),et=new WeakMap,ur=o((e,t)=>t.listenerCount("message")>Kh(e),"hasMessageListeners"),Kh=o(e=>Ee.has(e)&&!Ke(Ee.get(e).options.buffer,"ipc")?1:0,"getMinListenerCount"),zs=o(({anyProcess:e,channel:t,isSubprocess:n,ipc:r},i,{strict:s=!1}={})=>{const a="sendMessage";return nr({methodName:a,isSubprocess:n,ipc:r,isConnected:e.connected}),Hh({anyProcess:e,channel:t,methodName:a,isSubprocess:n,message:i,strict:s})},"sendMessage"),Hh=o(async({anyProcess:e,channel:t,methodName:n,isSubprocess:r,message:i,strict:s})=>{const a=kh({anyProcess:e,channel:t,isSubprocess:r,message:i,strict:s}),u=Vh(e,a,s);try{await Vs({anyProcess:e,methodName:n,isSubprocess:r,wrappedMessage:a,message:i})}catch(c){throw rr(e),c}finally{Yh(u)}},"sendMessageAsync"),Vs=o(async({anyProcess:e,methodName:t,isSubprocess:n,wrappedMessage:r,message:i})=>{const s=Zh(e);try{await Promise.all([Gh(r,e,n),s(r)])}catch(a){throw Sh({error:a,methodName:t,isSubprocess:n}),vh({error:a,methodName:t,isSubprocess:n,message:i}),a}},"sendOneMessage"),Zh=o(e=>{if(cr.has(e))return cr.get(e);const t=zo(e.send.bind(e));return cr.set(e,t),t},"getSendMethod"),cr=new WeakMap,Jh=o((e,t)=>{const n="cancelSignal";return Ms(n,!1,e.connected),Vs({anyProcess:e,methodName:n,isSubprocess:!1,wrappedMessage:{type:qs,message:t},message:t})},"sendAbort"),Xh=o(async({anyProcess:e,channel:t,isSubprocess:n,ipc:r})=>(await Qh({anyProcess:e,channel:t,isSubprocess:n,ipc:r}),lr.signal),"getCancelSignal"),Qh=o(async({anyProcess:e,channel:t,isSubprocess:n,ipc:r})=>{if(!Ys){if(Ys=!0,!r){Ch();return}if(t===null){Ks();return}$t(e,t,n),await Zo.yield()}},"startIpc");let Ys=!1;const ep=o(e=>e?.type!==qs?!1:(lr.abort(e.message),!0),"handleAbort"),qs="execa:ipc:cancel",Ks=o(()=>{lr.abort(bh())},"abortOnDisconnect"),lr=new AbortController,tp=o(({gracefulCancel:e,cancelSignal:t,ipc:n,serialization:r})=>{if(e){if(t===void 0)throw new Error("The `cancelSignal` option must be defined when setting the `gracefulCancel` option.");if(!n)throw new Error("The `ipc` option cannot be false when setting the `gracefulCancel` option.");if(r==="json")throw new Error("The `serialization` option cannot be 'json' when setting the `gracefulCancel` option.")}},"validateGracefulCancel"),np=o(({subprocess:e,cancelSignal:t,gracefulCancel:n,forceKillAfterDelay:r,context:i,controller:s})=>n?[rp({subprocess:e,cancelSignal:t,forceKillAfterDelay:r,context:i,controller:s})]:[],"throwOnGracefulCancel"),rp=o(async({subprocess:e,cancelSignal:t,forceKillAfterDelay:n,context:r,controller:{signal:i}})=>{await Rs(t,i);const s=op(t);throw await Jh(e,s),Is({kill:e.kill,forceKillAfterDelay:n,context:r,controllerSignal:i}),r.terminationReason??(r.terminationReason="gracefulCancel"),t.reason},"sendOnAbort"),op=o(({reason:e})=>{if(!(e instanceof DOMException))return e;const t=new Error(e.message);return Object.defineProperty(t,"stack",{value:e.stack,enumerable:!1,configurable:!0,writable:!0}),t},"getReason"),ip=o(({timeout:e})=>{if(e!==void 0&&(!Number.isFinite(e)||e<0))throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${e}\` (${typeof e})`)},"validateTimeout"),sp=o((e,t,n,r)=>t===0||t===void 0?[]:[ap(e,t,n,r)],"throwOnTimeout"),ap=o(async(e,t,n,{signal:r})=>{throw await Ho(t,void 0,{signal:r}),n.terminationReason??(n.terminationReason="timeout"),e.kill(),new ye},"killAfterTimeout"),up=o(({options:e})=>{if(e.node===!1)throw new TypeError('The "node" option cannot be false with `execaNode()`.');return{options:{...e,node:!0}}},"mapNode"),cp=o((e,t,{node:n=!1,nodePath:r=el,nodeOptions:i=tl.filter(c=>!c.startsWith("--inspect")),cwd:s,execPath:a,...u})=>{if(a!==void 0)throw new TypeError('The "execPath" option has been removed. Please use the "nodePath" option instead.');const c=On(r,'The "nodePath" option'),d=q.resolve(s,c),l={...u,nodePath:d,node:n,cwd:s};if(!n)return[e,t,l];if(q.basename(e,".exe")==="node")throw new TypeError('When the "node" option is true, the first argument does not need to be "node".');return[d,[...i,e,...t],{ipc:!0,...l,shell:!1}]},"handleNodeOption"),lp=o(({ipcInput:e,ipc:t,serialization:n})=>{if(e!==void 0){if(!t)throw new Error("The `ipcInput` option cannot be set unless the `ipc` option is `true`.");hp[n](e)}},"validateIpcInputOption"),dp=o(e=>{try{sl(e)}catch(t){throw new Error("The `ipcInput` option is not serializable with a structured clone.",{cause:t})}},"validateAdvancedInput"),fp=o(e=>{try{JSON.stringify(e)}catch(t){throw new Error("The `ipcInput` option is not serializable with JSON.",{cause:t})}},"validateJsonInput"),hp={advanced:dp,json:fp},pp=o(async(e,t)=>{t!==void 0&&await e.sendMessage(t)},"sendIpcInput"),Dp=o(({encoding:e})=>{if(dr.has(e))return;const t=gp(e);if(t!==void 0)throw new TypeError(`Invalid option \`encoding: ${Ot(e)}\`.
46
+ Please rename it to ${Ot(t)}.`);const n=[...dr].map(r=>Ot(r)).join(", ");throw new TypeError(`Invalid option \`encoding: ${Ot(e)}\`.
47
+ Please rename it to one of: ${n}.`)},"validateEncoding"),mp=new Set(["utf8","utf16le"]),be=new Set(["buffer","hex","base64","base64url","latin1","ascii"]),dr=new Set([...mp,...be]),gp=o(e=>{if(e===null)return"buffer";if(typeof e!="string")return;const t=e.toLowerCase();if(t in Hs)return Hs[t];if(dr.has(t))return t},"getCorrectEncoding"),Hs={"utf-8":"utf8","utf-16le":"utf16le","ucs-2":"utf16le",ucs2:"utf16le",binary:"latin1"},Ot=o(e=>typeof e=="string"?`"${e}"`:String(e),"serializeEncoding"),Fp=o((e=Zs())=>{const t=On(e,'The "cwd" option');return q.resolve(t)},"normalizeCwd"),Zs=o(()=>{try{return O.cwd()}catch(e){throw e.message=`The current directory does not exist.
48
+ ${e.message}`,e}},"getDefaultCwd"),wp=o((e,t)=>{if(t===Zs())return e;let n;try{n=al(t)}catch(r){return`The "cwd" option is invalid: ${t}.
49
+ ${r.message}
50
+ ${e}`}return n.isDirectory()?e:`The "cwd" option is not a directory: ${t}.
51
+ ${e}`},"fixCwdError"),Js=o((e,t,n)=>{n.cwd=Fp(n.cwd);const[r,i,s]=cp(e,t,n),{command:a,args:u,options:c}=Lf._parse(r,i,s),d=xd(c),l=yp(d);return ip(l),Dp(l),lp(l),ph(l),tp(l),l.shell=Wi(l.shell),l.env=Ep(l),l.killSignal=th(l.killSignal),l.forceKillAfterDelay=uh(l.forceKillAfterDelay),l.lines=l.lines.map((f,h)=>f&&!be.has(l.encoding)&&l.buffer[h]),O.platform==="win32"&&q.basename(a,".exe")==="cmd"&&u.unshift("/q"),{file:a,commandArguments:u,options:l}},"normalizeOptions"),yp=o(({extendEnv:e=!0,preferLocal:t=!1,cwd:n,localDir:r=n,encoding:i="utf8",reject:s=!0,cleanup:a=!0,all:u=!1,windowsHide:c=!0,killSignal:d="SIGTERM",forceKillAfterDelay:l=!0,gracefulCancel:f=!1,ipcInput:h,ipc:D=h!==void 0||f,serialization:p="advanced",...m})=>({...m,extendEnv:e,preferLocal:t,cwd:n,localDirectory:r,encoding:i,reject:s,cleanup:a,all:u,windowsHide:c,killSignal:d,forceKillAfterDelay:l,gracefulCancel:f,ipcInput:h,ipc:D,serialization:p}),"addDefaultOptions"),Ep=o(({env:e,extendEnv:t,preferLocal:n,node:r,localDirectory:i,nodePath:s})=>{const a=t?{...O.env,...e}:e;return n||r?Wf({env:a,cwd:i,execPath:s,preferLocal:n,addExecPath:r}):a},"getEnv"),Xs=o((e,t,n)=>n.shell&&t.length>0?[[e,...t].join(" "),[],n]:[e,t,n],"concatenateShell");function fr(e){if(typeof e=="string")return bp(e);if(!(ArrayBuffer.isView(e)&&e.BYTES_PER_ELEMENT===1))throw new Error("Input must be a string or a Uint8Array");return Cp(e)}o(fr,"stripFinalNewline");const bp=o(e=>e.at(-1)===Qs?e.slice(0,e.at(-2)===ea?-2:-1):e,"stripFinalNewlineString"),Cp=o(e=>e.at(-1)===Sp?e.subarray(0,e.at(-2)===vp?-2:-1):e,"stripFinalNewlineBinary"),Qs=`
52
+ `,Sp=Qs.codePointAt(0),ea="\r",vp=ea.codePointAt(0);function Ce(e,{checkOpen:t=!0}={}){return e!==null&&typeof e=="object"&&(e.writable||e.readable||!t||e.writable===void 0&&e.readable===void 0)&&typeof e.pipe=="function"}o(Ce,"isStream");function ta(e,{checkOpen:t=!0}={}){return Ce(e,{checkOpen:t})&&(e.writable||!t)&&typeof e.write=="function"&&typeof e.end=="function"&&typeof e.writable=="boolean"&&typeof e.writableObjectMode=="boolean"&&typeof e.destroy=="function"&&typeof e.destroyed=="boolean"}o(ta,"isWritableStream$1");function It(e,{checkOpen:t=!0}={}){return Ce(e,{checkOpen:t})&&(e.readable||!t)&&typeof e.read=="function"&&typeof e.readable=="boolean"&&typeof e.readableObjectMode=="boolean"&&typeof e.destroy=="function"&&typeof e.destroyed=="boolean"}o(It,"isReadableStream$1");function na(e,t){return ta(e,t)&&It(e,t)}o(na,"isDuplexStream");var ra=o(e=>{throw TypeError(e)},"__typeError$2"),hr=o((e,t,n)=>t.has(e)||ra("Cannot "+n),"__accessCheck$2"),V=o((e,t,n)=>(hr(e,t,"read from private field"),n?n.call(e):t.get(e)),"__privateGet$2"),tt=o((e,t,n)=>t.has(e)?ra("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),"__privateAdd$2"),he=o((e,t,n,r)=>(hr(e,t,"write to private field"),t.set(e,n),n),"__privateSet$2"),oa=o((e,t,n)=>(hr(e,t,"access private method"),n),"__privateMethod$1"),se,Rt,Se,te,Mt,ia,sa;const Bp=Object.getPrototypeOf(Object.getPrototypeOf(async function*(){}).prototype),Oo=class Oo{constructor(t,n){tt(this,Mt),tt(this,se),tt(this,Rt),tt(this,Se,!1),tt(this,te),he(this,se,t),he(this,Rt,n)}next(){const t=o(()=>oa(this,Mt,ia).call(this),"e");return he(this,te,V(this,te)?V(this,te).then(t,t):t()),V(this,te)}return(t){const n=o(()=>oa(this,Mt,sa).call(this,t),"t");return V(this,te)?V(this,te).then(n,n):n()}};o(Oo,"c");let pr=Oo;se=new WeakMap,Rt=new WeakMap,Se=new WeakMap,te=new WeakMap,Mt=new WeakSet,ia=o(async function(){if(V(this,Se))return{done:!0,value:void 0};let e;try{e=await V(this,se).read()}catch(t){throw he(this,te,void 0),he(this,Se,!0),V(this,se).releaseLock(),t}return e.done&&(he(this,te,void 0),he(this,Se,!0),V(this,se).releaseLock()),e},"s_fn"),sa=o(async function(e){if(V(this,Se))return{done:!0,value:e};if(he(this,Se,!0),!V(this,Rt)){const t=V(this,se).cancel(e);return V(this,se).releaseLock(),await t,{done:!0,value:e}}return V(this,se).releaseLock(),{done:!0,value:e}},"i_fn");const Dr=Symbol();function aa(){return this[Dr].next()}o(aa,"i"),Object.defineProperty(aa,"name",{value:"next"});function ua(e){return this[Dr].return(e)}o(ua,"o"),Object.defineProperty(ua,"name",{value:"return"});const $p=Object.create(Bp,{next:{enumerable:!0,configurable:!0,writable:!0,value:aa},return:{enumerable:!0,configurable:!0,writable:!0,value:ua}});function Ap({preventCancel:e=!1}={}){const t=this.getReader(),n=new pr(t,e),r=Object.create($p);return r[Dr]=n,r}o(Ap,"h");const xp=o(e=>{if(It(e,{checkOpen:!1})&&mr.on!==void 0)return Op(e);if(typeof e?.[Symbol.asyncIterator]=="function")return e;if(Tp.call(e)==="[object ReadableStream]")return Ap.call(e);throw new TypeError("The first argument must be a Readable, a ReadableStream, or an async iterable.")},"getAsyncIterable"),{toString:Tp}=Object.prototype,Op=o(async function*(e){const t=new AbortController,n={};Ip(e,t,n);try{for await(const[r]of mr.on(e,"data",{signal:t.signal}))yield r}catch(r){if(n.error!==void 0)throw n.error;if(!t.signal.aborted)throw r}finally{e.destroy()}},"getStreamIterable"),Ip=o(async(e,t,n)=>{try{await mr.finished(e,{cleanup:!0,readable:!0,writable:!1,error:!1})}catch(r){n.error=r}finally{t.abort()}},"handleStreamEnd"),mr={};var Rp=Object.defineProperty,Mp=o((e,t,n)=>t in e?Rp(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,"__defNormalProp$2"),_p=o((e,t,n)=>Mp(e,t+"",n),"__publicField$2");const gr=o(async(e,{init:t,convertChunk:n,getSize:r,truncateChunk:i,addChunk:s,getFinalChunk:a,finalize:u},{maxBuffer:c=Number.POSITIVE_INFINITY}={})=>{const d=xp(e),l=t();l.length=0;try{for await(const f of d){const h=Lp(f),D=n[h](f,l);ca({convertedChunk:D,state:l,getSize:r,truncateChunk:i,addChunk:s,maxBuffer:c})}return Pp({state:l,convertChunk:n,getSize:r,truncateChunk:i,addChunk:s,getFinalChunk:a,maxBuffer:c}),u(l)}catch(f){const h=typeof f=="object"&&f!==null?f:new Error(f);throw h.bufferedData=u(l),h}},"getStreamContents$1"),Pp=o(({state:e,getSize:t,truncateChunk:n,addChunk:r,getFinalChunk:i,maxBuffer:s})=>{const a=i(e);a!==void 0&&ca({convertedChunk:a,state:e,getSize:t,truncateChunk:n,addChunk:r,maxBuffer:s})},"appendFinalChunk"),ca=o(({convertedChunk:e,state:t,getSize:n,truncateChunk:r,addChunk:i,maxBuffer:s})=>{const a=n(e),u=t.length+a;if(u<=s){la(e,t,i,u);return}const c=r(e,s-t.length);throw c!==void 0&&la(c,t,i,s),new Re},"appendChunk"),la=o((e,t,n,r)=>{t.contents=n(e,t,r),t.length=r},"addNewChunk"),Lp=o(e=>{const t=typeof e;if(t==="string")return"string";if(t!=="object"||e===null)return"others";if(globalThis.Buffer?.isBuffer(e))return"buffer";const n=da.call(e);return n==="[object ArrayBuffer]"?"arrayBuffer":n==="[object DataView]"?"dataView":Number.isInteger(e.byteLength)&&Number.isInteger(e.byteOffset)&&da.call(e.buffer)==="[object ArrayBuffer]"?"typedArray":"others"},"getChunkType"),{toString:da}=Object.prototype,Io=class Io extends Error{constructor(){super("maxBuffer exceeded"),_p(this,"name","MaxBufferError")}};o(Io,"MaxBufferError");let Re=Io;const ve=o(e=>e,"identity"),Fr=o(()=>{},"noop$1"),fa=o(({contents:e})=>e,"getContentsProperty"),ha=o(e=>{throw new Error(`Streams in object mode are not supported: ${String(e)}`)},"throwObjectStream"),pa=o(e=>e.length,"getLengthProperty");async function kp(e,t){return gr(e,Wp,t)}o(kp,"getStreamAsArray");const Np=o(()=>({contents:[]}),"initArray"),jp=o(()=>1,"increment"),Up=o((e,{contents:t})=>(t.push(e),t),"addArrayChunk"),Wp={init:Np,convertChunk:{string:ve,buffer:ve,arrayBuffer:ve,dataView:ve,typedArray:ve,others:ve},getSize:jp,truncateChunk:Fr,addChunk:Up,getFinalChunk:Fr,finalize:fa};async function Gp(e,t){return gr(e,Xp,t)}o(Gp,"getStreamAsArrayBuffer");const zp=o(()=>({contents:new ArrayBuffer(0)}),"initArrayBuffer"),Vp=o(e=>Yp.encode(e),"useTextEncoder"),Yp=new TextEncoder,Da=o(e=>new Uint8Array(e),"useUint8Array"),ma=o(e=>new Uint8Array(e.buffer,e.byteOffset,e.byteLength),"useUint8ArrayWithOffset"),qp=o((e,t)=>e.slice(0,t),"truncateArrayBufferChunk"),Kp=o((e,{contents:t,length:n},r)=>{const i=wa()?Zp(t,r):Hp(t,r);return new Uint8Array(i).set(e,n),i},"addArrayBufferChunk"),Hp=o((e,t)=>{if(t<=e.byteLength)return e;const n=new ArrayBuffer(ga(t));return new Uint8Array(n).set(new Uint8Array(e),0),n},"resizeArrayBufferSlow"),Zp=o((e,t)=>{if(t<=e.maxByteLength)return e.resize(t),e;const n=new ArrayBuffer(t,{maxByteLength:ga(t)});return new Uint8Array(n).set(new Uint8Array(e),0),n},"resizeArrayBuffer"),ga=o(e=>Fa**Math.ceil(Math.log(e)/Math.log(Fa)),"getNewContentsLength"),Fa=2,Jp=o(({contents:e,length:t})=>wa()?e:e.slice(0,t),"finalizeArrayBuffer"),wa=o(()=>"resize"in ArrayBuffer.prototype,"hasArrayBufferResize"),Xp={init:zp,convertChunk:{string:Vp,buffer:Da,arrayBuffer:Da,dataView:ma,typedArray:ma,others:ha},getSize:pa,truncateChunk:qp,addChunk:Kp,getFinalChunk:Fr,finalize:Jp};async function Qp(e,t){return gr(e,oD,t)}o(Qp,"getStreamAsString");const eD=o(()=>({contents:"",textDecoder:new TextDecoder}),"initString"),_t=o((e,{textDecoder:t})=>t.decode(e,{stream:!0}),"useTextDecoder"),tD=o((e,{contents:t})=>t+e,"addStringChunk"),nD=o((e,t)=>e.slice(0,t),"truncateStringChunk"),rD=o(({textDecoder:e})=>{const t=e.decode();return t===""?void 0:t},"getFinalStringChunk"),oD={init:eD,convertChunk:{string:ve,buffer:_t,arrayBuffer:_t,dataView:_t,typedArray:_t,others:ha},getSize:pa,truncateChunk:nD,addChunk:tD,getFinalChunk:rD,finalize:fa},iD=o(({error:e,stream:t,readableObjectMode:n,lines:r,encoding:i,fdNumber:s})=>{if(!(e instanceof Re))throw e;if(s==="all")return e;const a=sD(n,r,i);throw e.maxBufferInfo={fdNumber:s,unit:a},t.destroy(),e},"handleMaxBuffer"),sD=o((e,t,n)=>e?"objects":t?"lines":n==="buffer"?"bytes":"characters","getMaxBufferUnit"),aD=o((e,t,n)=>{if(t.length!==n)return;const r=new Re;throw r.maxBufferInfo={fdNumber:"ipc"},r},"checkIpcMaxBuffer"),uD=o((e,t)=>{const{streamName:n,threshold:r,unit:i}=cD(e,t);return`Command's ${n} was larger than ${r} ${i}`},"getMaxBufferMessage"),cD=o((e,t)=>{if(e?.maxBufferInfo===void 0)return{streamName:"output",threshold:t[1],unit:"bytes"};const{maxBufferInfo:{fdNumber:n,unit:r}}=e;delete e.maxBufferInfo;const i=Ke(t,n);return n==="ipc"?{streamName:"IPC output",threshold:i,unit:"messages"}:{streamName:Ji(n),threshold:i,unit:r}},"getMaxBufferInfo"),lD=o((e,t,n)=>e?.code==="ENOBUFS"&&t!==null&&t.some(r=>r!==null&&r.length>wr(n)),"isMaxBufferSync"),dD=o((e,t,n)=>{if(!t)return e;const r=wr(n);return e.length>r?e.slice(0,r):e},"truncateMaxBufferSync"),wr=o(([,e])=>e,"getMaxBufferSync"),fD=o(({stdio:e,all:t,ipcOutput:n,originalError:r,signal:i,signalDescription:s,exitCode:a,escapedCommand:u,timedOut:c,isCanceled:d,isGracefullyCanceled:l,isMaxBuffer:f,isForcefullyTerminated:h,forceKillAfterDelay:D,killSignal:p,maxBuffer:m,timeout:g,cwd:F})=>{const w=r?.code,y=hD({originalError:r,timedOut:c,timeout:g,isMaxBuffer:f,maxBuffer:m,errorCode:w,signal:i,signalDescription:s,exitCode:a,isCanceled:d,isGracefullyCanceled:l,isForcefullyTerminated:h,forceKillAfterDelay:D,killSignal:p}),E=DD(r,F),S=E===void 0?"":`
53
+ ${E}`,B=`${y}: ${u}${S}`,b=t===void 0?[e[2],e[1]]:[t],C=[B,...b,...e.slice(3),n.map(T=>mD(T)).join(`
54
+ `)].map(T=>Nn(fr(gD(T)))).filter(Boolean).join(`
55
+
56
+ `);return{originalMessage:E,shortMessage:B,message:C}},"createMessages"),hD=o(({originalError:e,timedOut:t,timeout:n,isMaxBuffer:r,maxBuffer:i,errorCode:s,signal:a,signalDescription:u,exitCode:c,isCanceled:d,isGracefullyCanceled:l,isForcefullyTerminated:f,forceKillAfterDelay:h,killSignal:D})=>{const p=pD(f,h);return t?`Command timed out after ${n} milliseconds${p}`:l?a===void 0?`Command was gracefully canceled with exit code ${c}`:f?`Command was gracefully canceled${p}`:`Command was gracefully canceled with ${a} (${u})`:d?`Command was canceled${p}`:r?`${uD(e,i)}${p}`:s!==void 0?`Command failed with ${s}${p}`:f?`Command was killed with ${D} (${Os(D)})${p}`:a!==void 0?`Command was killed with ${a} (${u})`:c!==void 0?`Command failed with exit code ${c}`:"Command failed"},"getErrorPrefix"),pD=o((e,t)=>e?` and was forcefully terminated after ${t} milliseconds`:"","getForcefulSuffix"),DD=o((e,t)=>{if(e instanceof ye)return;const n=zf(e)?e.originalMessage:String(e?.message??e),r=Nn(wp(n,t));return r===""?void 0:r},"getOriginalMessage"),mD=o(e=>typeof e=="string"?e:Go(e),"serializeIpcMessage"),gD=o(e=>Array.isArray(e)?e.map(t=>fr(ya(t))).filter(Boolean).join(`
57
+ `):ya(e),"serializeMessagePart"),ya=o(e=>typeof e=="string"?e:J(e)?Yi(e):"","serializeMessageItem"),Ea=o(({command:e,escapedCommand:t,stdio:n,all:r,ipcOutput:i,options:{cwd:s},startTime:a})=>ba({command:e,escapedCommand:t,cwd:s,durationMs:us(a),failed:!1,timedOut:!1,isCanceled:!1,isGracefullyCanceled:!1,isTerminated:!1,isMaxBuffer:!1,isForcefullyTerminated:!1,exitCode:0,stdout:n[1],stderr:n[2],all:r,stdio:n,ipcOutput:i,pipedFrom:[]}),"makeSuccessResult"),yr=o(({error:e,command:t,escapedCommand:n,fileDescriptors:r,options:i,startTime:s,isSync:a})=>Er({error:e,command:t,escapedCommand:n,startTime:s,timedOut:!1,isCanceled:!1,isGracefullyCanceled:!1,isMaxBuffer:!1,isForcefullyTerminated:!1,stdio:Array.from({length:r.length}),ipcOutput:[],options:i,isSync:a}),"makeEarlyError"),Er=o(({error:e,command:t,escapedCommand:n,startTime:r,timedOut:i,isCanceled:s,isGracefullyCanceled:a,isMaxBuffer:u,isForcefullyTerminated:c,exitCode:d,signal:l,stdio:f,all:h,ipcOutput:D,options:{timeoutDuration:p,timeout:m=p,forceKillAfterDelay:g,killSignal:F,cwd:w,maxBuffer:y},isSync:E})=>{const{exitCode:S,signal:B,signalDescription:b}=wD(d,l),{originalMessage:C,shortMessage:T,message:j}=fD({stdio:f,all:h,ipcOutput:D,originalError:e,signal:B,signalDescription:b,exitCode:S,escapedCommand:n,timedOut:i,isCanceled:s,isGracefullyCanceled:a,isMaxBuffer:u,isForcefullyTerminated:c,forceKillAfterDelay:g,killSignal:F,maxBuffer:y,timeout:m,cwd:w}),L=Gf(e,j,E);return Object.assign(L,FD({error:L,command:t,escapedCommand:n,startTime:r,timedOut:i,isCanceled:s,isGracefullyCanceled:a,isMaxBuffer:u,isForcefullyTerminated:c,exitCode:S,signal:B,signalDescription:b,stdio:f,all:h,ipcOutput:D,cwd:w,originalMessage:C,shortMessage:T})),L},"makeError"),FD=o(({error:e,command:t,escapedCommand:n,startTime:r,timedOut:i,isCanceled:s,isGracefullyCanceled:a,isMaxBuffer:u,isForcefullyTerminated:c,exitCode:d,signal:l,signalDescription:f,stdio:h,all:D,ipcOutput:p,cwd:m,originalMessage:g,shortMessage:F})=>ba({shortMessage:F,originalMessage:g,command:t,escapedCommand:n,cwd:m,durationMs:us(r),failed:!0,timedOut:i,isCanceled:s,isGracefullyCanceled:a,isTerminated:l!==void 0,isMaxBuffer:u,isForcefullyTerminated:c,exitCode:d,signal:l,signalDescription:f,code:e.cause?.code,stdout:h[1],stderr:h[2],all:D,stdio:h,ipcOutput:p,pipedFrom:[]}),"getErrorProperties"),ba=o(e=>Object.fromEntries(Object.entries(e).filter(([,t])=>t!==void 0)),"omitUndefinedProperties"),wD=o((e,t)=>{const n=e===null?void 0:e,r=t===null?void 0:t,i=r===void 0?void 0:Os(t);return{exitCode:n,signal:r,signalDescription:i}},"normalizeExitPayload"),Ca=o(e=>Number.isFinite(e)?e:0,"toZeroIfInfinity");function yD(e){return{days:Math.trunc(e/864e5),hours:Math.trunc(e/36e5%24),minutes:Math.trunc(e/6e4%60),seconds:Math.trunc(e/1e3%60),milliseconds:Math.trunc(e%1e3),microseconds:Math.trunc(Ca(e*1e3)%1e3),nanoseconds:Math.trunc(Ca(e*1e6)%1e3)}}o(yD,"parseNumber");function ED(e){return{days:e/86400000n,hours:e/3600000n%24n,minutes:e/60000n%60n,seconds:e/1000n%60n,milliseconds:e%1000n,microseconds:0n,nanoseconds:0n}}o(ED,"parseBigint");function bD(e){switch(typeof e){case"number":{if(Number.isFinite(e))return yD(e);break}case"bigint":return ED(e)}throw new TypeError("Expected a finite number or bigint")}o(bD,"parseMilliseconds");const CD=o(e=>e===0||e===0n,"isZero"),SD=o((e,t)=>t===1||t===1n?e:`${e}s`,"pluralize"),vD=1e-7,BD=24n*60n*60n*1000n;function $D(e,t){const n=typeof e=="bigint";if(!n&&!Number.isFinite(e))throw new TypeError("Expected a finite number or bigint");t={...t};const r=e<0?"-":"";e=e<0?-e:e,t.colonNotation&&(t.compact=!1,t.formatSubMilliseconds=!1,t.separateMilliseconds=!1,t.verbose=!1),t.compact&&(t.unitCount=1,t.secondsDecimalDigits=0,t.millisecondsDecimalDigits=0);let i=[];const s=o((l,f)=>{const h=Math.floor(l*10**f+vD);return(Math.round(h)/10**f).toFixed(f)},"floorDecimals"),a=o((l,f,h,D)=>{if(!((i.length===0||!t.colonNotation)&&CD(l)&&!(t.colonNotation&&h==="m"))){if(D??(D=String(l)),t.colonNotation){const p=D.includes(".")?D.split(".")[0].length:D.length,m=i.length>0?2:1;D="0".repeat(Math.max(0,m-p))+D}else D+=t.verbose?" "+SD(f,l):h;i.push(D)}},"add"),u=bD(e),c=BigInt(u.days);if(t.hideYearAndDays?a(BigInt(c)*24n+BigInt(u.hours),"hour","h"):(t.hideYear?a(c,"day","d"):(a(c/365n,"year","y"),a(c%365n,"day","d")),a(Number(u.hours),"hour","h")),a(Number(u.minutes),"minute","m"),!t.hideSeconds)if(t.separateMilliseconds||t.formatSubMilliseconds||!t.colonNotation&&e<1e3&&!t.subSecondsAsDecimals){const l=Number(u.seconds),f=Number(u.milliseconds),h=Number(u.microseconds),D=Number(u.nanoseconds);if(a(l,"second","s"),t.formatSubMilliseconds)a(f,"millisecond","ms"),a(h,"microsecond","\xB5s"),a(D,"nanosecond","ns");else{const p=f+h/1e3+D/1e6,m=typeof t.millisecondsDecimalDigits=="number"?t.millisecondsDecimalDigits:0,g=p>=1?Math.round(p):Math.ceil(p),F=m?p.toFixed(m):g;a(Number.parseFloat(F),"millisecond","ms",F)}}else{const l=(n?Number(e%BD):e)/1e3%60,f=typeof t.secondsDecimalDigits=="number"?t.secondsDecimalDigits:1,h=s(l,f),D=t.keepDecimalsOnWholeSeconds?h:h.replace(/\.0+$/,"");a(Number.parseFloat(D),"second","s",D)}if(i.length===0)return r+"0"+(t.verbose?" milliseconds":"ms");const d=t.colonNotation?":":" ";return typeof t.unitCount=="number"&&(i=i.slice(0,Math.max(t.unitCount,1))),r+i.join(d)}o($D,"prettyMilliseconds");const AD=o((e,t)=>{e.failed&&He({type:"error",verboseMessage:e.shortMessage,verboseInfo:t,result:e})},"logError"),xD=o((e,t)=>{Mn(t)&&(AD(e,t),TD(e,t))},"logResult"),TD=o((e,t)=>{const n=`(done in ${$D(e.durationMs)})`;He({type:"duration",verboseMessage:n,verboseInfo:t,result:e})},"logDuration"),br=o((e,t,{reject:n})=>{if(xD(e,t),e.failed&&n)throw e;return e},"handleResult"),OD=o((e,t)=>Me(e)?"asyncGenerator":Aa(e)?"generator":Sr(e)?"fileUrl":LD(e)?"filePath":UD(e)?"webStream":Ce(e,{checkOpen:!1})?"native":J(e)?"uint8Array":WD(e)?"asyncIterable":GD(e)?"iterable":Br(e)?Sa({},t):_D(e)?ID(e,t):"native","getStdioItemType"),ID=o((e,t)=>na(e.transform,{checkOpen:!1})?RD(e,t):Br(e.transform)?Sa(e,t):MD(e,t),"getTransformObjectType"),RD=o((e,t)=>(va(e,t,"Duplex stream"),"duplex"),"getDuplexType"),Sa=o((e,t)=>(va(e,t,"web TransformStream"),"webTransform"),"getTransformStreamType"),va=o(({final:e,binary:t,objectMode:n},r,i)=>{Ba(e,`${r}.final`,i),Ba(t,`${r}.binary`,i),Cr(n,`${r}.objectMode`)},"validateNonGeneratorType"),Ba=o((e,t,n)=>{if(e!==void 0)throw new TypeError(`The \`${t}\` option can only be defined when using a generator, not a ${n}.`)},"checkUndefinedOption"),MD=o(({transform:e,final:t,binary:n,objectMode:r},i)=>{if(e!==void 0&&!$a(e))throw new TypeError(`The \`${i}.transform\` option must be a generator, a Duplex stream or a web TransformStream.`);if(na(t,{checkOpen:!1}))throw new TypeError(`The \`${i}.final\` option must not be a Duplex stream.`);if(Br(t))throw new TypeError(`The \`${i}.final\` option must not be a web TransformStream.`);if(t!==void 0&&!$a(t))throw new TypeError(`The \`${i}.final\` option must be a generator.`);return Cr(n,`${i}.binary`),Cr(r,`${i}.objectMode`),Me(e)||Me(t)?"asyncGenerator":"generator"},"getGeneratorObjectType"),Cr=o((e,t)=>{if(e!==void 0&&typeof e!="boolean")throw new TypeError(`The \`${t}\` option must use a boolean.`)},"checkBooleanOption"),$a=o(e=>Me(e)||Aa(e),"isGenerator"),Me=o(e=>Object.prototype.toString.call(e)==="[object AsyncGeneratorFunction]","isAsyncGenerator"),Aa=o(e=>Object.prototype.toString.call(e)==="[object GeneratorFunction]","isSyncGenerator"),_D=o(e=>H(e)&&(e.transform!==void 0||e.final!==void 0),"isTransformOptions"),Sr=o(e=>Object.prototype.toString.call(e)==="[object URL]","isUrl"),PD=o(e=>Sr(e)&&e.protocol!=="file:","isRegularUrl"),LD=o(e=>H(e)&&Object.keys(e).length>0&&Object.keys(e).every(t=>kD.has(t))&&xa(e.file),"isFilePathObject"),kD=new Set(["file","append"]),xa=o(e=>typeof e=="string","isFilePathString"),ND=o((e,t)=>e==="native"&&typeof t=="string"&&!jD.has(t),"isUnknownStdioString"),jD=new Set(["ipc","ignore","inherit","overlapped","pipe"]),Ta=o(e=>Object.prototype.toString.call(e)==="[object ReadableStream]","isReadableStream"),vr=o(e=>Object.prototype.toString.call(e)==="[object WritableStream]","isWritableStream"),UD=o(e=>Ta(e)||vr(e),"isWebStream"),Br=o(e=>Ta(e?.readable)&&vr(e?.writable),"isTransformStream"),WD=o(e=>Oa(e)&&typeof e[Symbol.asyncIterator]=="function","isAsyncIterableObject"),GD=o(e=>Oa(e)&&typeof e[Symbol.iterator]=="function","isIterableObject"),Oa=o(e=>typeof e=="object"&&e!==null,"isObject"),Be=new Set(["generator","asyncGenerator","duplex","webTransform"]),Ia=new Set(["fileUrl","filePath","fileNumber"]),Ra=new Set(["fileUrl","filePath"]),zD=new Set([...Ra,"webStream","nodeStream"]),VD=new Set(["webTransform","duplex"]),Pt={generator:"a generator",asyncGenerator:"an async generator",fileUrl:"a file URL",filePath:"a file path string",fileNumber:"a file descriptor number",webStream:"a web stream",nodeStream:"a Node.js stream",webTransform:"a web TransformStream",duplex:"a Duplex stream",native:"any value",iterable:"an iterable",asyncIterable:"an async iterable",string:"a string",uint8Array:"a Uint8Array"},Ma=o((e,t,n,r)=>r==="output"?YD(e,t,n):qD(e,t,n),"getTransformObjectModes"),YD=o((e,t,n)=>{const r=t!==0&&n[t-1].value.readableObjectMode;return{writableObjectMode:r,readableObjectMode:e??r}},"getOutputObjectModes"),qD=o((e,t,n)=>{const r=t===0?e===!0:n[t-1].value.readableObjectMode,i=t!==n.length-1&&(e??r);return{writableObjectMode:r,readableObjectMode:i}},"getInputObjectModes"),KD=o((e,t)=>{const n=e.findLast(({type:r})=>Be.has(r));return n===void 0?!1:t==="input"?n.value.writableObjectMode:n.value.readableObjectMode},"getFdObjectMode"),HD=o((e,t,n,r)=>[...e.filter(({type:i})=>!Be.has(i)),...ZD(e,t,n,r)],"normalizeTransforms"),ZD=o((e,t,n,{encoding:r})=>{const i=e.filter(({type:a})=>Be.has(a)),s=Array.from({length:i.length});for(const[a,u]of Object.entries(i))s[a]=JD({stdioItem:u,index:Number(a),newTransforms:s,optionName:t,direction:n,encoding:r});return t2(s,n)},"getTransforms"),JD=o(({stdioItem:e,stdioItem:{type:t},index:n,newTransforms:r,optionName:i,direction:s,encoding:a})=>t==="duplex"?XD({stdioItem:e,optionName:i}):t==="webTransform"?QD({stdioItem:e,index:n,newTransforms:r,direction:s}):e2({stdioItem:e,index:n,newTransforms:r,direction:s,encoding:a}),"normalizeTransform"),XD=o(({stdioItem:e,stdioItem:{value:{transform:t,transform:{writableObjectMode:n,readableObjectMode:r},objectMode:i=r}},optionName:s})=>{if(i&&!r)throw new TypeError(`The \`${s}.objectMode\` option can only be \`true\` if \`new Duplex({objectMode: true})\` is used.`);if(!i&&r)throw new TypeError(`The \`${s}.objectMode\` option cannot be \`false\` if \`new Duplex({objectMode: true})\` is used.`);return{...e,value:{transform:t,writableObjectMode:n,readableObjectMode:r}}},"normalizeDuplex"),QD=o(({stdioItem:e,stdioItem:{value:t},index:n,newTransforms:r,direction:i})=>{const{transform:s,objectMode:a}=H(t)?t:{transform:t},{writableObjectMode:u,readableObjectMode:c}=Ma(a,n,r,i);return{...e,value:{transform:s,writableObjectMode:u,readableObjectMode:c}}},"normalizeTransformStream"),e2=o(({stdioItem:e,stdioItem:{value:t},index:n,newTransforms:r,direction:i,encoding:s})=>{const{transform:a,final:u,binary:c=!1,preserveNewlines:d=!1,objectMode:l}=H(t)?t:{transform:t},f=c||be.has(s),{writableObjectMode:h,readableObjectMode:D}=Ma(l,n,r,i);return{...e,value:{transform:a,final:u,binary:f,preserveNewlines:d,writableObjectMode:h,readableObjectMode:D}}},"normalizeGenerator"),t2=o((e,t)=>t==="input"?e.reverse():e,"sortTransforms"),n2=o((e,t,n)=>{const r=e.map(i=>r2(i,t));if(r.includes("input")&&r.includes("output"))throw new TypeError(`The \`${n}\` option must not be an array of both readable and writable values.`);return r.find(Boolean)??s2},"getStreamDirection"),r2=o(({type:e,value:t},n)=>o2[n]??_a[e](t),"getStdioItemDirection"),o2=["input","output","output"],_e=o(()=>{},"anyDirection"),$r=o(()=>"input","alwaysInput"),_a={generator:_e,asyncGenerator:_e,fileUrl:_e,filePath:_e,iterable:$r,asyncIterable:$r,uint8Array:$r,webStream:o(e=>vr(e)?"output":"input","webStream"),nodeStream(e){return It(e,{checkOpen:!1})?ta(e,{checkOpen:!1})?void 0:"input":"output"},webTransform:_e,duplex:_e,native(e){const t=i2(e);if(t!==void 0)return t;if(Ce(e,{checkOpen:!1}))return _a.nodeStream(e)}},i2=o(e=>{if([0,O.stdin].includes(e))return"input";if([1,2,O.stdout,O.stderr].includes(e))return"output"},"getStandardStreamDirection"),s2="output",a2=o((e,t)=>t&&!e.includes("ipc")?[...e,"ipc"]:e,"normalizeIpcStdioArray"),u2=o(({stdio:e,ipc:t,buffer:n,...r},i,s)=>{const a=c2(e,r).map((u,c)=>Pa(u,c));return s?d2(a,n,i):a2(a,t)},"normalizeStdioOption"),c2=o((e,t)=>{if(e===void 0)return ee.map(r=>t[r]);if(l2(t))throw new Error(`It's not possible to provide \`stdio\` in combination with one of ${ee.map(r=>`\`${r}\``).join(", ")}`);if(typeof e=="string")return[e,e,e];if(!Array.isArray(e))throw new TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof e}\``);const n=Math.max(e.length,ee.length);return Array.from({length:n},(r,i)=>e[i])},"getStdioArray"),l2=o(e=>ee.some(t=>e[t]!==void 0),"hasAlias"),Pa=o((e,t)=>Array.isArray(e)?e.map(n=>Pa(n,t)):e??(t>=ee.length?"ignore":"pipe"),"addDefaultValue"),d2=o((e,t,n)=>e.map((r,i)=>!t[i]&&i!==0&&!_n(n,i)&&f2(r)?"ignore":r),"normalizeStdioSync"),f2=o(e=>e==="pipe"||Array.isArray(e)&&e.every(t=>t==="pipe"),"isOutputPipeOnly"),h2=o(({stdioItem:e,stdioItem:{type:t},isStdioArray:n,fdNumber:r,direction:i,isSync:s})=>!n||t!=="native"?e:s?p2({stdioItem:e,fdNumber:r,direction:i}):g2({stdioItem:e,fdNumber:r}),"handleNativeStream"),p2=o(({stdioItem:e,stdioItem:{value:t,optionName:n},fdNumber:r,direction:i})=>{const s=D2({value:t,optionName:n,fdNumber:r,direction:i});if(s!==void 0)return s;if(Ce(t,{checkOpen:!1}))throw new TypeError(`The \`${n}: Stream\` option cannot both be an array and include a stream with synchronous methods.`);return e},"handleNativeStreamSync"),D2=o(({value:e,optionName:t,fdNumber:n,direction:r})=>{const i=m2(e,n);if(i!==void 0){if(r==="output")return{type:"fileNumber",value:i,optionName:t};if(qo.isatty(i))throw new TypeError(`The \`${t}: ${ir(e)}\` option is invalid: it cannot be a TTY with synchronous methods.`);return{type:"uint8Array",value:qe(Dn(i)),optionName:t}}},"getTargetFd"),m2=o((e,t)=>{if(e==="inherit")return t;if(typeof e=="number")return e;const n=Rn.indexOf(e);if(n!==-1)return n},"getTargetFdNumber"),g2=o(({stdioItem:e,stdioItem:{value:t,optionName:n},fdNumber:r})=>t==="inherit"?{type:"nodeStream",value:La(r,t,n),optionName:n}:typeof t=="number"?{type:"nodeStream",value:La(t,t,n),optionName:n}:Ce(t,{checkOpen:!1})?{type:"nodeStream",value:t,optionName:n}:e,"handleNativeStreamAsync"),La=o((e,t,n)=>{const r=Rn[e];if(r===void 0)throw new TypeError(`The \`${n}: ${t}\` option is invalid: no such standard stream.`);return r},"getStandardStream"),F2=o(({input:e,inputFile:t},n)=>n===0?[...w2(e),...E2(t)]:[],"handleInputOptions"),w2=o(e=>e===void 0?[]:[{type:y2(e),value:e,optionName:"input"}],"handleInputOption"),y2=o(e=>{if(It(e,{checkOpen:!1}))return"nodeStream";if(typeof e=="string")return"string";if(J(e))return"uint8Array";throw new Error("The `input` option must be a string, a Uint8Array or a Node.js Readable stream.")},"getInputType"),E2=o(e=>e===void 0?[]:[{...b2(e),optionName:"inputFile"}],"handleInputFileOption"),b2=o(e=>{if(Sr(e))return{type:"fileUrl",value:e};if(xa(e))return{type:"filePath",value:{file:e}};throw new Error("The `inputFile` option must be a file path string or a file URL.")},"getInputFileType"),C2=o(e=>e.filter((t,n)=>e.every((r,i)=>t.value!==r.value||n>=i||t.type==="generator"||t.type==="asyncGenerator")),"filterDuplicates"),S2=o(({stdioItem:{type:e,value:t,optionName:n},direction:r,fileDescriptors:i,isSync:s})=>{const a=v2(i,e);if(a.length!==0){if(s){B2({otherStdioItems:a,type:e,value:t,optionName:n,direction:r});return}if(zD.has(e))return ka({otherStdioItems:a,type:e,value:t,optionName:n,direction:r});VD.has(e)&&A2({otherStdioItems:a,type:e,value:t,optionName:n})}},"getDuplicateStream"),v2=o((e,t)=>e.flatMap(({direction:n,stdioItems:r})=>r.filter(i=>i.type===t).map((i=>({...i,direction:n})))),"getOtherStdioItems"),B2=o(({otherStdioItems:e,type:t,value:n,optionName:r,direction:i})=>{Ra.has(t)&&ka({otherStdioItems:e,type:t,value:n,optionName:r,direction:i})},"validateDuplicateStreamSync"),ka=o(({otherStdioItems:e,type:t,value:n,optionName:r,direction:i})=>{const s=e.filter(u=>$2(u,n));if(s.length===0)return;const a=s.find(u=>u.direction!==i);return Na(a,r,t),i==="output"?s[0].stream:void 0},"getDuplicateStreamInstance"),$2=o(({type:e,value:t},n)=>e==="filePath"?t.file===n.file:e==="fileUrl"?t.href===n.href:t===n,"hasSameValue"),A2=o(({otherStdioItems:e,type:t,value:n,optionName:r})=>{const i=e.find(({value:{transform:s}})=>s===n.transform);Na(i,r,t)},"validateDuplicateTransform"),Na=o((e,t,n)=>{if(e!==void 0)throw new TypeError(`The \`${e.optionName}\` and \`${t}\` options must not target ${Pt[n]} that is the same.`)},"throwOnDuplicateStream"),ja=o((e,t,n,r)=>{const s=u2(t,n,r).map((u,c)=>x2({stdioOption:u,fdNumber:c,options:t,isSync:r})),a=L2({initialFileDescriptors:s,addProperties:e,options:t,isSync:r});return t.stdio=a.map(({stdioItems:u})=>j2(u)),a},"handleStdio"),x2=o(({stdioOption:e,fdNumber:t,options:n,isSync:r})=>{const i=Ji(t),{stdioItems:s,isStdioArray:a}=T2({stdioOption:e,fdNumber:t,options:n,optionName:i}),u=n2(s,t,i),c=s.map(f=>h2({stdioItem:f,isStdioArray:a,fdNumber:t,direction:u,isSync:r})),d=HD(c,i,u,n),l=KD(d,u);return P2(d,l),{direction:u,objectMode:l,stdioItems:d}},"getFileDescriptor"),T2=o(({stdioOption:e,fdNumber:t,options:n,optionName:r})=>{const s=[...(Array.isArray(e)?e:[e]).map(c=>O2(c,r)),...F2(n,t)],a=C2(s),u=a.length>1;return I2(a,u,r),M2(a),{stdioItems:a,isStdioArray:u}},"initializeStdioItems"),O2=o((e,t)=>({type:OD(e,t),value:e,optionName:t}),"initializeStdioItem"),I2=o((e,t,n)=>{if(e.length===0)throw new TypeError(`The \`${n}\` option must not be an empty array.`);if(t){for(const{value:r,optionName:i}of e)if(R2.has(r))throw new Error(`The \`${i}\` option must not include \`${r}\`.`)}},"validateStdioArray"),R2=new Set(["ignore","ipc"]),M2=o(e=>{for(const t of e)_2(t)},"validateStreams"),_2=o(({type:e,value:t,optionName:n})=>{if(PD(t))throw new TypeError(`The \`${n}: URL\` option must use the \`file:\` scheme.
58
+ For example, you can use the \`pathToFileURL()\` method of the \`url\` core module.`);if(ND(e,t))throw new TypeError(`The \`${n}: { file: '...' }\` option must be used instead of \`${n}: '...'\`.`)},"validateFileStdio"),P2=o((e,t)=>{if(!t)return;const n=e.find(({type:r})=>Ia.has(r));if(n!==void 0)throw new TypeError(`The \`${n.optionName}\` option cannot use both files and transforms in objectMode.`)},"validateFileObjectMode"),L2=o(({initialFileDescriptors:e,addProperties:t,options:n,isSync:r})=>{const i=[];try{for(const s of e)i.push(k2({fileDescriptor:s,fileDescriptors:i,addProperties:t,options:n,isSync:r}));return i}catch(s){throw Ua(i),s}},"getFinalFileDescriptors"),k2=o(({fileDescriptor:{direction:e,objectMode:t,stdioItems:n},fileDescriptors:r,addProperties:i,options:s,isSync:a})=>{const u=n.map(c=>N2({stdioItem:c,addProperties:i,direction:e,options:s,fileDescriptors:r,isSync:a}));return{direction:e,objectMode:t,stdioItems:u}},"getFinalFileDescriptor"),N2=o(({stdioItem:e,addProperties:t,direction:n,options:r,fileDescriptors:i,isSync:s})=>{const a=S2({stdioItem:e,direction:n,fileDescriptors:i,isSync:s});return a!==void 0?{...e,stream:a}:{...e,...t[n][e.type](e,r)}},"addStreamProperties"),Ua=o(e=>{for(const{stdioItems:t}of e)for(const{stream:n}of t)n!==void 0&&!Fe(n)&&n.destroy()},"cleanupCustomStreams"),j2=o(e=>{if(e.length>1)return e.some(({value:r})=>r==="overlapped")?"overlapped":"pipe";const[{type:t,value:n}]=e;return t==="native"?n:"pipe"},"forwardStdio"),U2=o((e,t)=>ja(G2,e,t,!0),"handleStdioSync"),ne=o(({type:e,optionName:t})=>{Wa(t,Pt[e])},"forbiddenIfSync"),W2=o(({optionName:e,value:t})=>((t==="ipc"||t==="overlapped")&&Wa(e,`"${t}"`),{}),"forbiddenNativeIfSync"),Wa=o((e,t)=>{throw new TypeError(`The \`${e}\` option cannot be ${t} with synchronous methods.`)},"throwInvalidSyncValue"),Ga={generator(){},asyncGenerator:ne,webStream:ne,nodeStream:ne,webTransform:ne,duplex:ne,asyncIterable:ne,native:W2},G2={input:{...Ga,fileUrl:o(({value:e})=>({contents:[qe(Dn(e))]}),"fileUrl"),filePath:o(({value:{file:e}})=>({contents:[qe(Dn(e))]}),"filePath"),fileNumber:ne,iterable:o(({value:e})=>({contents:[...e]}),"iterable"),string:o(({value:e})=>({contents:[e]}),"string"),uint8Array:o(({value:e})=>({contents:[e]}),"uint8Array")},output:{...Ga,fileUrl:o(({value:e})=>({path:e}),"fileUrl"),filePath:o(({value:{file:e,append:t}})=>({path:e,append:t}),"filePath"),fileNumber:o(({value:e})=>({path:e}),"fileNumber"),iterable:ne,string:ne,uint8Array:ne}},Pe=o((e,{stripFinalNewline:t},n)=>za(t,n)&&e!==void 0&&!Array.isArray(e)?fr(e):e,"stripNewline"),za=o((e,t)=>t==="all"?e[1]||e[2]:e[t],"getStripFinalNewline"),Va=o((e,t,n,r)=>e||n?void 0:Ka(t,r),"getSplitLinesGenerator"),Ya=o((e,t,n)=>n?e.flatMap(r=>qa(r,t)):qa(e,t),"splitLinesSync"),qa=o((e,t)=>{const{transform:n,final:r}=Ka(t,{});return[...n(e),...r()]},"splitLinesItemSync"),Ka=o((e,t)=>(t.previousChunks="",{transform:z2.bind(void 0,t,e),final:Y2.bind(void 0,t)}),"initializeSplitLines"),z2=o(function*(e,t,n){if(typeof n!="string"){yield n;return}let{previousChunks:r}=e,i=-1;for(let s=0;s<n.length;s+=1)if(n[s]===`
59
+ `){const a=V2(n,s,t,e);let u=n.slice(i+1,s+1-a);r.length>0&&(u=Ar(r,u),r=""),yield u,i=s}i!==n.length-1&&(r=Ar(r,n.slice(i+1))),e.previousChunks=r},"splitGenerator"),V2=o((e,t,n,r)=>n?0:(r.isWindowsNewline=t!==0&&e[t-1]==="\r",r.isWindowsNewline?2:1),"getNewlineLength"),Y2=o(function*({previousChunks:e}){e.length>0&&(yield e)},"linesFinal"),q2=o(({binary:e,preserveNewlines:t,readableObjectMode:n,state:r})=>e||t||n?void 0:{transform:K2.bind(void 0,r)},"getAppendNewlineGenerator"),K2=o(function*({isWindowsNewline:e=!1},t){const{unixNewline:n,windowsNewline:r,LF:i,concatBytes:s}=typeof t=="string"?H2:J2;if(t.at(-1)===i){yield t;return}yield s(t,e?r:n)},"appendNewlineGenerator"),Ar=o((e,t)=>`${e}${t}`,"concatString"),H2={windowsNewline:`\r
60
+ `,unixNewline:`
61
+ `,LF:`
62
+ `,concatBytes:Ar},Z2=o((e,t)=>{const n=new Uint8Array(e.length+t.length);return n.set(e,0),n.set(t,e.length),n},"concatUint8Array"),J2={windowsNewline:new Uint8Array([13,10]),unixNewline:new Uint8Array([10]),LF:10,concatBytes:Z2},X2=o((e,t)=>e?void 0:Q2.bind(void 0,t),"getValidateTransformInput"),Q2=o(function*(e,t){if(typeof t!="string"&&!J(t)&&!Fn.isBuffer(t))throw new TypeError(`The \`${e}\` option's transform must use "objectMode: true" to receive as input: ${typeof t}.`);yield t},"validateStringTransformInput"),e0=o((e,t)=>e?t0.bind(void 0,t):n0.bind(void 0,t),"getValidateTransformReturn"),t0=o(function*(e,t){Ha(e,t),yield t},"validateObjectTransformReturn"),n0=o(function*(e,t){if(Ha(e,t),typeof t!="string"&&!J(t))throw new TypeError(`The \`${e}\` option's function must yield a string or an Uint8Array, not ${typeof t}.`);yield t},"validateStringTransformReturn"),Ha=o((e,t)=>{if(t==null)throw new TypeError(`The \`${e}\` option's function must not call \`yield ${t}\`.
63
+ Instead, \`yield\` should either be called with a value, or not be called at all. For example:
64
+ if (condition) { yield value; }`)},"validateEmptyReturn"),Za=o((e,t,n)=>{if(n)return;if(e)return{transform:r0.bind(void 0,new TextEncoder)};const r=new Wo(t);return{transform:o0.bind(void 0,r),final:i0.bind(void 0,r)}},"getEncodingTransformGenerator"),r0=o(function*(e,t){Fn.isBuffer(t)?yield qe(t):typeof t=="string"?yield e.encode(t):yield t},"encodingUint8ArrayGenerator"),o0=o(function*(e,t){yield J(t)?e.write(t):t},"encodingStringGenerator"),i0=o(function*(e){const t=e.end();t!==""&&(yield t)},"encodingStringFinal"),Ja=Ie(async(e,t,n,r)=>{t.currentIterable=e(...n);try{for await(const i of t.currentIterable)r.push(i)}finally{delete t.currentIterable}}),xr=o(async function*(e,t,n){if(n===t.length){yield e;return}const{transform:r=c0}=t[n];for await(const i of r(e))yield*xr(i,t,n+1)},"transformChunk"),s0=o(async function*(e){for(const[t,{final:n}]of Object.entries(e))yield*a0(n,Number(t),e)},"finalChunks"),a0=o(async function*(e,t,n){if(e!==void 0)for await(const r of e())yield*xr(r,n,t+1)},"generatorFinalChunks"),u0=Ie(async({currentIterable:e},t)=>{if(e!==void 0){await(t?e.throw(t):e.return());return}if(t)throw t}),c0=o(function*(e){yield e},"identityGenerator$1"),Xa=o((e,t,n,r)=>{try{for(const i of e(...t))n.push(i);r()}catch(i){r(i)}},"pushChunksSync"),l0=o((e,t)=>[...t.flatMap(n=>[...nt(n,e,0)]),...Tr(e)],"runTransformSync"),nt=o(function*(e,t,n){if(n===t.length){yield e;return}const{transform:r=f0}=t[n];for(const i of r(e))yield*nt(i,t,n+1)},"transformChunkSync"),Tr=o(function*(e){for(const[t,{final:n}]of Object.entries(e))yield*d0(n,Number(t),e)},"finalChunksSync"),d0=o(function*(e,t,n){if(e!==void 0)for(const r of e())yield*nt(r,n,t+1)},"generatorFinalChunksSync"),f0=o(function*(e){yield e},"identityGenerator"),Qa=o(({value:e,value:{transform:t,final:n,writableObjectMode:r,readableObjectMode:i},optionName:s},{encoding:a})=>{const u={},c=tu(e,a,s),d=Me(t),l=Me(n),f=d?Ja.bind(void 0,xr,u):Xa.bind(void 0,nt),h=d||l?Ja.bind(void 0,s0,u):Xa.bind(void 0,Tr),D=d||l?u0.bind(void 0,u):void 0;return{stream:new ll({writableObjectMode:r,writableHighWaterMark:mt(r),readableObjectMode:i,readableHighWaterMark:mt(i),transform(m,g,F){f([m,c,0],this,F)},flush(m){h([c],this,m)},destroy:D})}},"generatorToStream"),eu=o((e,t,n,r)=>{const i=t.filter(({type:a})=>a==="generator"),s=r?i.reverse():i;for(const{value:a,optionName:u}of s){const c=tu(a,n,u);e=l0(c,e)}return e},"runGeneratorsSync"),tu=o(({transform:e,final:t,binary:n,writableObjectMode:r,readableObjectMode:i,preserveNewlines:s},a,u)=>{const c={};return[{transform:X2(r,u)},Za(n,a,r),Va(n,s,r,c),{transform:e,final:t},{transform:e0(i,u)},q2({binary:n,preserveNewlines:s,readableObjectMode:i,state:c})].filter(Boolean)},"addInternalGenerators"),h0=o((e,t)=>{for(const n of p0(e))D0(e,n,t)},"addInputOptionsSync"),p0=o(e=>new Set(Object.entries(e).filter(([,{direction:t}])=>t==="input").map(([t])=>Number(t))),"getInputFdNumbers"),D0=o((e,t,n)=>{const{stdioItems:r}=e[t],i=r.filter(({contents:u})=>u!==void 0);if(i.length===0)return;if(t!==0){const[{type:u,optionName:c}]=i;throw new TypeError(`Only the \`stdin\` option, not \`${c}\`, can be ${Pt[u]} with synchronous methods.`)}const a=i.map(({contents:u})=>u).map(u=>m0(u,r));n.input=In(a)},"addInputOptionSync"),m0=o((e,t)=>{const n=eu(e,t,"utf8",!0);return g0(n),In(n)},"applySingleInputGeneratorsSync"),g0=o(e=>{const t=e.find(n=>typeof n!="string"&&!J(n));if(t!==void 0)throw new TypeError(`The \`stdin\` option is invalid: when passing objects as input, a transform must be used to serialize them to strings or Uint8Arrays: ${t}.`)},"validateSerializable"),nu=o(({stdioItems:e,encoding:t,verboseInfo:n,fdNumber:r})=>r!=="all"&&_n(n,r)&&!be.has(t)&&F0(r)&&(e.some(({type:i,value:s})=>i==="native"&&w0.has(s))||e.every(({type:i})=>Be.has(i))),"shouldLogOutput"),F0=o(e=>e===1||e===2,"fdUsesVerbose"),w0=new Set(["pipe","overlapped"]),y0=o(async(e,t,n,r)=>{for await(const i of e)b0(t)||ru(i,n,r)},"logLines"),E0=o((e,t,n)=>{for(const r of e)ru(r,t,n)},"logLinesSync"),b0=o(e=>e._readableState.pipes.length>0,"isPipingStream"),ru=o((e,t,n)=>{const r=ss(e);He({type:"output",verboseMessage:r,fdNumber:t,verboseInfo:n})},"logLine"),C0=o(({fileDescriptors:e,syncResult:{output:t},options:n,isMaxBuffer:r,verboseInfo:i})=>{if(t===null)return{output:Array.from({length:3})};const s={},a=new Set([]);return{output:t.map((c,d)=>S0({result:c,fileDescriptors:e,fdNumber:d,state:s,outputFiles:a,isMaxBuffer:r,verboseInfo:i},n)),...s}},"transformOutputSync"),S0=o(({result:e,fileDescriptors:t,fdNumber:n,state:r,outputFiles:i,isMaxBuffer:s,verboseInfo:a},{buffer:u,encoding:c,lines:d,stripFinalNewline:l,maxBuffer:f})=>{if(e===null)return;const h=dD(e,s,f),D=qe(h),{stdioItems:p,objectMode:m}=t[n],g=v0([D],p,c,r),{serializedResult:F,finalResult:w=F}=B0({chunks:g,objectMode:m,encoding:c,lines:d,stripFinalNewline:l,fdNumber:n});$0({serializedResult:F,fdNumber:n,state:r,verboseInfo:a,encoding:c,stdioItems:p,objectMode:m});const y=u[n]?w:void 0;try{return r.error===void 0&&A0(F,p,i),y}catch(E){return r.error=E,y}},"transformOutputResultSync"),v0=o((e,t,n,r)=>{try{return eu(e,t,n,!1)}catch(i){return r.error=i,e}},"runOutputGeneratorsSync"),B0=o(({chunks:e,objectMode:t,encoding:n,lines:r,stripFinalNewline:i,fdNumber:s})=>{if(t)return{serializedResult:e};if(n==="buffer")return{serializedResult:In(e)};const a=wd(e,n);return r[s]?{serializedResult:a,finalResult:Ya(a,!i[s],t)}:{serializedResult:a}},"serializeChunks"),$0=o(({serializedResult:e,fdNumber:t,state:n,verboseInfo:r,encoding:i,stdioItems:s,objectMode:a})=>{if(!nu({stdioItems:s,encoding:i,verboseInfo:r,fdNumber:t}))return;const u=Ya(e,!1,a);try{E0(u,t,r)}catch(c){n.error??(n.error=c)}},"logOutputSync"),A0=o((e,t,n)=>{for(const{path:r,append:i}of t.filter(({type:s})=>Ia.has(s))){const s=typeof r=="string"?r:r.toString();i||n.has(s)?ul(r,e):(n.add(s),cl(r,e))}},"writeToFiles"),x0=o(([,e,t],n)=>{if(n.all)return e===void 0?t:t===void 0?e:Array.isArray(e)?Array.isArray(t)?[...e,...t]:[...e,Pe(t,n,"all")]:Array.isArray(t)?[Pe(e,n,"all"),...t]:J(e)&&J(t)?qi([e,t]):`${e}${t}`},"getAllSync"),T0=o(async(e,t)=>{const[n,r]=await O0(e);return t.isForcefullyTerminated??(t.isForcefullyTerminated=!1),[n,r]},"waitForExit"),O0=o(async e=>{const[t,n]=await Promise.allSettled([z(e,"spawn"),z(e,"exit")]);return t.status==="rejected"?[]:n.status==="rejected"?ou(e):n.value},"waitForExitOrError"),ou=o(async e=>{try{return await z(e,"exit")}catch{return ou(e)}},"waitForSubprocessExit"),I0=o(async e=>{const[t,n]=await e;if(!R0(t,n)&&iu(t,n))throw new ye;return[t,n]},"waitForSuccessfulExit"),R0=o((e,t)=>e===void 0&&t===void 0,"isSubprocessErrorExit"),iu=o((e,t)=>e!==0||t!==null,"isFailedExit"),M0=o(({error:e,status:t,signal:n,output:r},{maxBuffer:i})=>{const s=_0(e,t,n),a=s?.code==="ETIMEDOUT",u=lD(s,r,i);return{resultError:s,exitCode:t,signal:n,timedOut:a,isMaxBuffer:u}},"getExitResultSync"),_0=o((e,t,n)=>e!==void 0?e:iu(t,n)?new ye:void 0,"getResultError"),P0=o((e,t,n)=>{const{file:r,commandArguments:i,command:s,escapedCommand:a,startTime:u,verboseInfo:c,options:d,fileDescriptors:l}=L0(e,t,n),f=j0({file:r,commandArguments:i,options:d,command:s,escapedCommand:a,verboseInfo:c,fileDescriptors:l,startTime:u});return br(f,c,d)},"execaCoreSync"),L0=o((e,t,n)=>{const{command:r,escapedCommand:i,startTime:s,verboseInfo:a}=cs(e,t,n),u=k0(n),{file:c,commandArguments:d,options:l}=Js(e,t,u);N0(l);const f=U2(l,a);return{file:c,commandArguments:d,command:r,escapedCommand:i,startTime:s,verboseInfo:a,options:l,fileDescriptors:f}},"handleSyncArguments"),k0=o(e=>e.node&&!e.ipc?{...e,ipc:!1}:e,"normalizeSyncOptions"),N0=o(({ipc:e,ipcInput:t,detached:n,cancelSignal:r})=>{t&&Lt("ipcInput"),e&&Lt("ipc: true"),n&&Lt("detached: true"),r&&Lt("cancelSignal")},"validateSyncOptions"),Lt=o(e=>{throw new TypeError(`The "${e}" option cannot be used with synchronous methods.`)},"throwInvalidSyncOption"),j0=o(({file:e,commandArguments:t,options:n,command:r,escapedCommand:i,verboseInfo:s,fileDescriptors:a,startTime:u})=>{const c=U0({file:e,commandArguments:t,options:n,command:r,escapedCommand:i,fileDescriptors:a,startTime:u});if(c.failed)return c;const{resultError:d,exitCode:l,signal:f,timedOut:h,isMaxBuffer:D}=M0(c,n),{output:p,error:m=d}=C0({fileDescriptors:a,syncResult:c,options:n,isMaxBuffer:D,verboseInfo:s}),g=p.map((w,y)=>Pe(w,n,y)),F=Pe(x0(p,n),n,"all");return G0({error:m,exitCode:l,signal:f,timedOut:h,isMaxBuffer:D,stdio:g,all:F,options:n,command:r,escapedCommand:i,startTime:u})},"spawnSubprocessSync"),U0=o(({file:e,commandArguments:t,options:n,command:r,escapedCommand:i,fileDescriptors:s,startTime:a})=>{try{h0(s,n);const u=W0(n);return Kc(...Xs(e,t,u))}catch(u){return yr({error:u,command:r,escapedCommand:i,fileDescriptors:s,options:n,startTime:a,isSync:!0})}},"runSubprocessSync"),W0=o(({encoding:e,maxBuffer:t,...n})=>({...n,encoding:"buffer",maxBuffer:wr(t)}),"normalizeSpawnSyncOptions"),G0=o(({error:e,exitCode:t,signal:n,timedOut:r,isMaxBuffer:i,stdio:s,all:a,options:u,command:c,escapedCommand:d,startTime:l})=>e===void 0?Ea({command:c,escapedCommand:d,stdio:s,all:a,ipcOutput:[],options:u,startTime:l}):Er({error:e,command:c,escapedCommand:d,timedOut:r,isCanceled:!1,isGracefullyCanceled:!1,isMaxBuffer:i,isForcefullyTerminated:!1,exitCode:t,signal:n,stdio:s,all:a,ipcOutput:[],options:u,startTime:l,isSync:!0}),"getSyncResult"),z0=o(({anyProcess:e,channel:t,isSubprocess:n,ipc:r},{reference:i=!0,filter:s}={})=>(nr({methodName:"getOneMessage",isSubprocess:n,ipc:r,isConnected:Ws(e)}),V0({anyProcess:e,channel:t,isSubprocess:n,filter:s,reference:i})),"getOneMessage"),V0=o(async({anyProcess:e,channel:t,isSubprocess:n,filter:r,reference:i})=>{js(t,i);const s=$t(e,t,n),a=new AbortController;try{return await Promise.race([Y0(s,r,a),q0(s,n,a),K0(s,n,a)])}catch(u){throw rr(e),u}finally{a.abort(),Us(t,i)}},"getOneMessageAsync"),Y0=o(async(e,t,{signal:n})=>{if(t===void 0){const[r]=await z(e,"message",{signal:n});return r}for await(const[r]of Dt(e,"message",{signal:n}))if(t(r))return r},"getMessage"),q0=o(async(e,t,{signal:n})=>{await z(e,"disconnect",{signal:n}),Fh(t)},"throwOnDisconnect"),K0=o(async(e,t,{signal:n})=>{const[r]=await z(e,"strict:error",{signal:n});throw _s(r,t)},"throwOnStrictError"),H0=o(({anyProcess:e,channel:t,isSubprocess:n,ipc:r},{reference:i=!0}={})=>su({anyProcess:e,channel:t,isSubprocess:n,ipc:r,shouldAwait:!n,reference:i}),"getEachMessage"),su=o(({anyProcess:e,channel:t,isSubprocess:n,ipc:r,shouldAwait:i,reference:s})=>{nr({methodName:"getEachMessage",isSubprocess:n,ipc:r,isConnected:Ws(e)}),js(t,s);const a=$t(e,t,n),u=new AbortController,c={};return Z0(e,a,u),J0({ipcEmitter:a,isSubprocess:n,controller:u,state:c}),X0({anyProcess:e,channel:t,ipcEmitter:a,isSubprocess:n,shouldAwait:i,controller:u,state:c,reference:s})},"loopOnMessages"),Z0=o(async(e,t,n)=>{try{await z(t,"disconnect",{signal:n.signal}),n.abort()}catch{}},"stopOnDisconnect"),J0=o(async({ipcEmitter:e,isSubprocess:t,controller:n,state:r})=>{try{const[i]=await z(e,"strict:error",{signal:n.signal});r.error=_s(i,t),n.abort()}catch{}},"abortOnStrictError"),X0=o(async function*({anyProcess:e,channel:t,ipcEmitter:n,isSubprocess:r,shouldAwait:i,controller:s,state:a,reference:u}){try{for await(const[c]of Dt(n,"message",{signal:s.signal}))au(a),yield c}catch{au(a)}finally{s.abort(),Us(t,u),r||rr(e),i&&await e}},"iterateOnMessages"),au=o(({error:e})=>{if(e)throw e},"throwIfStrictError"),Q0=o((e,{ipc:t})=>{Object.assign(e,uu(e,!1,t))},"addIpcMethods"),e1=o(()=>{const e=O,t=!0,n=O.channel!==void 0;return{...uu(e,t,n),getCancelSignal:Xh.bind(void 0,{anyProcess:e,channel:e.channel,isSubprocess:t,ipc:n})}},"getIpcExport"),uu=o((e,t,n)=>({sendMessage:zs.bind(void 0,{anyProcess:e,channel:e.channel,isSubprocess:t,ipc:n}),getOneMessage:z0.bind(void 0,{anyProcess:e,channel:e.channel,isSubprocess:t,ipc:n}),getEachMessage:H0.bind(void 0,{anyProcess:e,channel:e.channel,isSubprocess:t,ipc:n})}),"getIpcMethods"),t1=o(({error:e,command:t,escapedCommand:n,fileDescriptors:r,options:i,startTime:s,verboseInfo:a})=>{Ua(r);const u=new Uo;n1(u,r),Object.assign(u,{readable:r1,writable:o1,duplex:i1});const c=yr({error:e,command:t,escapedCommand:n,fileDescriptors:r,options:i,startTime:s,isSync:!1}),d=s1(c,a,i);return{subprocess:u,promise:d}},"handleEarlyError"),n1=o((e,t)=>{const n=rt(),r=rt(),i=rt(),s=Array.from({length:t.length-3},rt),a=rt(),u=[n,r,i,...s];Object.assign(e,{stdin:n,stdout:r,stderr:i,all:a,stdio:u})},"createDummyStreams"),rt=o(()=>{const e=new ei;return e.end(),e},"createDummyStream"),r1=o(()=>new ge({read(){}}),"readable"),o1=o(()=>new gn({write(){}}),"writable"),i1=o(()=>new mn({read(){},write(){}}),"duplex"),s1=o(async(e,t,n)=>br(e,t,n),"handleDummyPromise"),a1=o((e,t)=>ja(u1,e,t,!1),"handleStdioAsync"),ot=o(({type:e,optionName:t})=>{throw new TypeError(`The \`${t}\` option cannot be ${Pt[e]}.`)},"forbiddenIfAsync"),cu={fileNumber:ot,generator:Qa,asyncGenerator:Qa,nodeStream:o(({value:e})=>({stream:e}),"nodeStream"),webTransform({value:{transform:e,writableObjectMode:t,readableObjectMode:n}}){const r=t||n;return{stream:mn.fromWeb(e,{objectMode:r})}},duplex:o(({value:{transform:e}})=>({stream:e}),"duplex"),native(){}},u1={input:{...cu,fileUrl:o(({value:e})=>({stream:Qo(e)}),"fileUrl"),filePath:o(({value:{file:e}})=>({stream:Qo(e)}),"filePath"),webStream:o(({value:e})=>({stream:ge.fromWeb(e)}),"webStream"),iterable:o(({value:e})=>({stream:ge.from(e)}),"iterable"),asyncIterable:o(({value:e})=>({stream:ge.from(e)}),"asyncIterable"),string:o(({value:e})=>({stream:ge.from(e)}),"string"),uint8Array:o(({value:e})=>({stream:ge.from(Fn.from(e))}),"uint8Array")},output:{...cu,fileUrl:o(({value:e})=>({stream:Xo(e)}),"fileUrl"),filePath:o(({value:{file:e,append:t}})=>({stream:Xo(e,t?{flags:"a"}:{})}),"filePath"),webStream:o(({value:e})=>({stream:gn.fromWeb(e)}),"webStream"),iterable:ot,asyncIterable:ot,string:ot,uint8Array:ot}};var lu=o(e=>{throw TypeError(e)},"__typeError$1"),du=o((e,t,n)=>t.has(e)||lu("Cannot "+n),"__accessCheck$1"),Y=o((e,t,n)=>(du(e,t,"read from private field"),n?n.call(e):t.get(e)),"__privateGet$1"),Le=o((e,t,n)=>t.has(e)?lu("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),"__privateAdd$1"),c1=o((e,t,n,r)=>(du(e,t,"write to private field"),t.set(e,n),n),"__privateSet$1"),$e,Or,Ir,it,kt,st;function Rr(e){if(!Array.isArray(e))throw new TypeError(`Expected an array, got \`${typeof e}\`.`);for(const i of e)_r(i);const t=e.some(({readableObjectMode:i})=>i),n=l1(e,t),r=new Mr({objectMode:t,writableHighWaterMark:n,readableHighWaterMark:n});for(const i of e)r.add(i);return r}o(Rr,"mergeStreams");const l1=o((e,t)=>{if(e.length===0)return mt(t);const n=e.filter(({readableObjectMode:r})=>r===t).map(({readableHighWaterMark:r})=>r);return Math.max(...n)},"getHighWaterMark"),Ro=class Ro extends ei{constructor(){super(...arguments),Le(this,$e,new Set([])),Le(this,Or,new Set([])),Le(this,Ir,new Set([])),Le(this,it),Le(this,kt,Symbol("unpipe")),Le(this,st,new WeakMap)}add(t){if(_r(t),Y(this,$e).has(t))return;Y(this,$e).add(t),Y(this,it)??c1(this,it,d1(this,Y(this,$e),Y(this,kt)));const n=p1({passThroughStream:this,stream:t,streams:Y(this,$e),ended:Y(this,Or),aborted:Y(this,Ir),onFinished:Y(this,it),unpipeEvent:Y(this,kt)});Y(this,st).set(t,n),t.pipe(this,{end:!1})}async remove(t){if(_r(t),!Y(this,$e).has(t))return!1;const n=Y(this,st).get(t);return n===void 0?!1:(Y(this,st).delete(t),t.unpipe(this),await n,!0)}};o(Ro,"MergedStream");let Mr=Ro;$e=new WeakMap,Or=new WeakMap,Ir=new WeakMap,it=new WeakMap,kt=new WeakMap,st=new WeakMap;const d1=o(async(e,t,n)=>{Nt(e,Du);const r=new AbortController;try{await Promise.race([f1(e,r),h1(e,t,n,r)])}finally{r.abort(),Nt(e,-Du)}},"onMergedStreamFinished"),f1=o(async(e,{signal:t})=>{try{await le(e,{signal:t,cleanup:!0})}catch(n){throw fu(e,n),n}},"onMergedStreamEnd"),h1=o(async(e,t,n,{signal:r})=>{for await(const[i]of Dt(e,"unpipe",{signal:r}))t.has(i)&&i.emit(n)},"onInputStreamsUnpipe"),_r=o(e=>{if(typeof e?.pipe!="function")throw new TypeError(`Expected a readable stream, got: \`${typeof e}\`.`)},"validateStream"),p1=o(async({passThroughStream:e,stream:t,streams:n,ended:r,aborted:i,onFinished:s,unpipeEvent:a})=>{Nt(e,mu);const u=new AbortController;try{await Promise.race([D1(s,t,u),m1({passThroughStream:e,stream:t,streams:n,ended:r,aborted:i,controller:u}),g1({stream:t,streams:n,ended:r,aborted:i,unpipeEvent:a,controller:u})])}finally{u.abort(),Nt(e,-mu)}n.size>0&&n.size===r.size+i.size&&(r.size===0&&i.size>0?Pr(e):F1(e))},"endWhenStreamsDone"),D1=o(async(e,t,{signal:n})=>{try{await e,n.aborted||Pr(t)}catch(r){n.aborted||fu(t,r)}},"afterMergedStreamFinished"),m1=o(async({passThroughStream:e,stream:t,streams:n,ended:r,aborted:i,controller:{signal:s}})=>{try{await le(t,{signal:s,cleanup:!0,readable:!0,writable:!1}),n.has(t)&&r.add(t)}catch(a){if(s.aborted||!n.has(t))return;hu(a)?i.add(t):pu(e,a)}},"onInputStreamEnd"),g1=o(async({stream:e,streams:t,ended:n,aborted:r,unpipeEvent:i,controller:{signal:s}})=>{if(await z(e,i,{signal:s}),!e.readable)return z(s,"abort",{signal:s});t.delete(e),n.delete(e),r.delete(e)},"onInputStreamUnpipe"),F1=o(e=>{e.writable&&e.end()},"endStream"),fu=o((e,t)=>{hu(t)?Pr(e):pu(e,t)},"errorOrAbortStream"),hu=o(e=>e?.code==="ERR_STREAM_PREMATURE_CLOSE","isAbortError"),Pr=o(e=>{(e.readable||e.writable)&&e.destroy()},"abortStream"),pu=o((e,t)=>{e.destroyed||(e.once("error",w1),e.destroy(t))},"errorStream"),w1=o(()=>{},"noop"),Nt=o((e,t)=>{const n=e.getMaxListeners();n!==0&&n!==Number.POSITIVE_INFINITY&&e.setMaxListeners(n+t)},"updateMaxListeners"),Du=2,mu=1,jt=o((e,t)=>{e.pipe(t),y1(e,t),E1(e,t)},"pipeStreams"),y1=o(async(e,t)=>{if(!(Fe(e)||Fe(t))){try{await le(e,{cleanup:!0,readable:!0,writable:!1})}catch{}gu(t)}},"onSourceFinish"),gu=o(e=>{e.writable&&e.end()},"endDestinationStream"),E1=o(async(e,t)=>{if(!(Fe(e)||Fe(t))){try{await le(t,{cleanup:!0,readable:!1,writable:!0})}catch{}Fu(e)}},"onDestinationFinish"),Fu=o(e=>{e.readable&&e.destroy()},"abortSourceStream"),b1=o((e,t,n)=>{const r=new Map;for(const[i,{stdioItems:s,direction:a}]of Object.entries(t)){for(const{stream:u}of s.filter(({type:c})=>Be.has(c)))C1(e,u,a,i);for(const{stream:u}of s.filter(({type:c})=>!Be.has(c)))v1({subprocess:e,stream:u,direction:a,fdNumber:i,pipeGroups:r,controller:n})}for(const[i,s]of r.entries()){const a=s.length===1?s[0]:Rr(s);jt(a,i)}},"pipeOutputAsync"),C1=o((e,t,n,r)=>{n==="output"?jt(e.stdio[r],t):jt(t,e.stdio[r]);const i=S1[r];i!==void 0&&(e[i]=t),e.stdio[r]=t},"pipeTransform"),S1=["stdin","stdout","stderr"],v1=o(({subprocess:e,stream:t,direction:n,fdNumber:r,pipeGroups:i,controller:s})=>{if(t===void 0)return;B1(t,s);const[a,u]=n==="output"?[t,e.stdio[r]]:[e.stdio[r],t],c=i.get(a)??[];i.set(a,[...c,u])},"pipeStdioItem"),B1=o((e,{signal:t})=>{Fe(e)&&vt(e,$1,t)},"setStandardStreamMaxListeners"),$1=2,ke=[];ke.push("SIGHUP","SIGINT","SIGTERM"),process.platform!=="win32"&&ke.push("SIGALRM","SIGABRT","SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT"),process.platform==="linux"&&ke.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT");var A1=Object.defineProperty,wu=o(e=>{throw TypeError(e)},"__typeError"),x1=o((e,t,n)=>t in e?A1(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,"__defNormalProp$1"),Ut=o((e,t,n)=>x1(e,typeof t!="symbol"?t+"":t,n),"__publicField$1"),Lr=o((e,t,n)=>t.has(e)||wu("Cannot "+n),"__accessCheck"),A=o((e,t,n)=>(Lr(e,t,"read from private field"),n?n.call(e):t.get(e)),"__privateGet"),pe=o((e,t,n)=>t.has(e)?wu("Cannot add the same private member more than once"):t instanceof WeakSet?t.add(e):t.set(e,n),"__privateAdd"),Ne=o((e,t,n,r)=>(Lr(e,t,"write to private field"),t.set(e,n),n),"__privateSet"),yu=o((e,t,n)=>(Lr(e,t,"access private method"),n),"__privateMethod"),kr,Z,P,at,ut,je,Ae,Wt,Eu,bu;const Gt=o(e=>!!e&&typeof e=="object"&&typeof e.removeListener=="function"&&typeof e.emit=="function"&&typeof e.reallyExit=="function"&&typeof e.listeners=="function"&&typeof e.kill=="function"&&typeof e.pid=="number"&&typeof e.on=="function","processOk"),Nr=Symbol.for("signal-exit emitter"),jr=globalThis,T1=Object.defineProperty.bind(Object),Mo=class Mo{constructor(){if(Ut(this,"emitted",{afterExit:!1,exit:!1}),Ut(this,"listeners",{afterExit:[],exit:[]}),Ut(this,"count",0),Ut(this,"id",Math.random()),jr[Nr])return jr[Nr];T1(jr,Nr,{value:this,writable:!1,enumerable:!1,configurable:!1})}on(t,n){this.listeners[t].push(n)}removeListener(t,n){const r=this.listeners[t],i=r.indexOf(n);i!==-1&&(i===0&&r.length===1?r.length=0:r.splice(i,1))}emit(t,n,r){if(this.emitted[t])return!1;this.emitted[t]=!0;let i=!1;for(const s of this.listeners[t])i=s(n,r)===!0||i;return t==="exit"&&(i=this.emit("afterExit",n,r)||i),i}};o(Mo,"Emitter");let Ur=Mo;const _o=class _o{};o(_o,"SignalExitBase");let zt=_o;const O1=o(e=>({onExit(t,n){return e.onExit(t,n)},load(){return e.load()},unload(){return e.unload()}}),"signalExitWrap"),Po=class Po extends zt{onExit(){return()=>{}}load(){}unload(){}};o(Po,"SignalExitFallback");let Wr=Po;const Lo=class Lo extends zt{constructor(t){super(),pe(this,Wt),pe(this,kr,zr.platform==="win32"?"SIGINT":"SIGHUP"),pe(this,Z,new Ur),pe(this,P),pe(this,at),pe(this,ut),pe(this,je,{}),pe(this,Ae,!1),Ne(this,P,t),Ne(this,je,{});for(const n of ke)A(this,je)[n]=()=>{const r=A(this,P).listeners(n);let{count:i}=A(this,Z);const s=t;if(typeof s.__signal_exit_emitter__=="object"&&typeof s.__signal_exit_emitter__.count=="number"&&(i+=s.__signal_exit_emitter__.count),r.length===i){this.unload();const a=A(this,Z).emit("exit",null,n),u=n==="SIGHUP"?A(this,kr):n;a||t.kill(t.pid,u)}};Ne(this,ut,t.reallyExit),Ne(this,at,t.emit)}onExit(t,n){if(!Gt(A(this,P)))return()=>{};A(this,Ae)===!1&&this.load();const r=n?.alwaysLast?"afterExit":"exit";return A(this,Z).on(r,t),()=>{A(this,Z).removeListener(r,t),A(this,Z).listeners.exit.length===0&&A(this,Z).listeners.afterExit.length===0&&this.unload()}}load(){if(!A(this,Ae)){Ne(this,Ae,!0),A(this,Z).count+=1;for(const t of ke)try{const n=A(this,je)[t];n&&A(this,P).on(t,n)}catch{}A(this,P).emit=(t,...n)=>yu(this,Wt,bu).call(this,t,...n),A(this,P).reallyExit=t=>yu(this,Wt,Eu).call(this,t)}}unload(){A(this,Ae)&&(Ne(this,Ae,!1),ke.forEach(t=>{const n=A(this,je)[t];if(!n)throw new Error("Listener not defined for signal: "+t);try{A(this,P).removeListener(t,n)}catch{}}),A(this,P).emit=A(this,at),A(this,P).reallyExit=A(this,ut),A(this,Z).count-=1)}};o(Lo,"SignalExit");let Gr=Lo;kr=new WeakMap,Z=new WeakMap,P=new WeakMap,at=new WeakMap,ut=new WeakMap,je=new WeakMap,Ae=new WeakMap,Wt=new WeakSet,Eu=o(function(e){return Gt(A(this,P))?(A(this,P).exitCode=e||0,A(this,Z).emit("exit",A(this,P).exitCode,null),A(this,ut).call(A(this,P),A(this,P).exitCode)):0},"processReallyExit_fn"),bu=o(function(e,...t){const n=A(this,at);if(e==="exit"&&Gt(A(this,P))){typeof t[0]=="number"&&(A(this,P).exitCode=t[0]);const r=n.call(A(this,P),e,...t);return A(this,Z).emit("exit",A(this,P).exitCode,null),r}else return n.call(A(this,P),e,...t)},"processEmit_fn");const zr=globalThis.process,{onExit:I1}=O1(Gt(zr)?new Gr(zr):new Wr),R1=o((e,{cleanup:t,detached:n},{signal:r})=>{if(!t||n)return;const i=I1(()=>{e.kill()});Jo(r,()=>{i()})},"cleanupOnExit"),M1=o(({source:e,sourcePromise:t,boundOptions:n,createNested:r},...i)=>{const s=as(),{destination:a,destinationStream:u,destinationError:c,from:d,unpipeSignal:l}=_1(n,r,i),{sourceStream:f,sourceError:h}=L1(e,d),{options:D,fileDescriptors:p}=Ee.get(e);return{sourcePromise:t,sourceStream:f,sourceOptions:D,sourceError:h,destination:a,destinationStream:u,destinationError:c,unpipeSignal:l,fileDescriptors:p,startTime:s}},"normalizePipeArguments"),_1=o((e,t,n)=>{try{const{destination:r,pipeOptions:{from:i,to:s,unpipeSignal:a}={}}=P1(e,t,...n),u=Ps(r,s);return{destination:r,destinationStream:u,from:i,unpipeSignal:a}}catch(r){return{destinationError:r}}},"getDestinationStream"),P1=o((e,t,n,...r)=>{if(Array.isArray(n))return{destination:t(Cu,e)(n,...r),pipeOptions:e};if(typeof n=="string"||n instanceof URL||Ui(n)){if(Object.keys(e).length>0)throw new TypeError('Please use .pipe("file", ..., options) or .pipe(execa("file", ..., options)) instead of .pipe(options)("file", ...).');const[i,s,a]=Gi(n,...r);return{destination:t(Cu)(i,s,a),pipeOptions:a}}if(Ee.has(n)){if(Object.keys(e).length>0)throw new TypeError("Please use .pipe(options)`command` or .pipe($(options)`command`) instead of .pipe(options)($`command`).");return{destination:n,pipeOptions:r[0]}}throw new TypeError(`The first argument must be a template string, an options object, or an Execa subprocess: ${n}`)},"getDestination"),Cu=o(({options:e})=>({options:{...e,stdin:"pipe",piped:!0}}),"mapDestinationArguments"),L1=o((e,t)=>{try{return{sourceStream:or(e,t)}}catch(n){return{sourceError:n}}},"getSourceStream"),k1=o(({sourceStream:e,sourceError:t,destinationStream:n,destinationError:r,fileDescriptors:i,sourceOptions:s,startTime:a})=>{const u=N1({sourceStream:e,sourceError:t,destinationStream:n,destinationError:r});if(u!==void 0)throw Su({error:u,fileDescriptors:i,sourceOptions:s,startTime:a})},"handlePipeArgumentsError"),N1=o(({sourceStream:e,sourceError:t,destinationStream:n,destinationError:r})=>{if(t!==void 0&&r!==void 0)return r;if(r!==void 0)return Fu(e),r;if(t!==void 0)return gu(n),t},"getPipeArgumentsError"),Su=o(({error:e,fileDescriptors:t,sourceOptions:n,startTime:r})=>yr({error:e,command:vu,escapedCommand:vu,fileDescriptors:t,options:n,startTime:r,isSync:!1}),"createNonCommandError"),vu="source.pipe(destination)",j1=o(async e=>{const[{status:t,reason:n,value:r=n},{status:i,reason:s,value:a=s}]=await e;if(a.pipedFrom.includes(r)||a.pipedFrom.push(r),i==="rejected")throw a;if(t==="rejected")throw r;return a},"waitForBothSubprocesses"),U1=o((e,t,n)=>{const r=Vt.has(t)?G1(e,t):W1(e,t);return vt(e,V1,n.signal),vt(t,Y1,n.signal),z1(t),r},"pipeSubprocessStream"),W1=o((e,t)=>{const n=Rr([e]);return jt(n,t),Vt.set(t,n),n},"pipeFirstSubprocessStream"),G1=o((e,t)=>{const n=Vt.get(t);return n.add(e),n},"pipeMoreSubprocessStream"),z1=o(async e=>{try{await le(e,{cleanup:!0,readable:!1,writable:!0})}catch{}Vt.delete(e)},"cleanupMergedStreamsMap"),Vt=new WeakMap,V1=2,Y1=1,q1=o((e,t)=>e===void 0?[]:[K1(e,t)],"unpipeOnAbort"),K1=o(async(e,{sourceStream:t,mergedStream:n,fileDescriptors:r,sourceOptions:i,startTime:s})=>{await Xc(e,t),await n.remove(t);const a=new Error("Pipe canceled by `unpipeSignal` option.");throw Su({error:a,fileDescriptors:r,sourceOptions:i,startTime:s})},"unpipeOnSignalAbort"),Vr=o((e,...t)=>{if(H(t[0]))return Vr.bind(void 0,{...e,boundOptions:{...e.boundOptions,...t[0]}});const{destination:n,...r}=M1(e,...t),i=H1({...r,destination:n});return i.pipe=Vr.bind(void 0,{...e,source:n,sourcePromise:i,boundOptions:{}}),i},"pipeToSubprocess"),H1=o(async({sourcePromise:e,sourceStream:t,sourceOptions:n,sourceError:r,destination:i,destinationStream:s,destinationError:a,unpipeSignal:u,fileDescriptors:c,startTime:d})=>{const l=Z1(e,i);k1({sourceStream:t,sourceError:r,destinationStream:s,destinationError:a,fileDescriptors:c,sourceOptions:n,startTime:d});const f=new AbortController;try{const h=U1(t,s,f);return await Promise.race([j1(l),...q1(u,{sourceStream:t,mergedStream:h,sourceOptions:n,fileDescriptors:c,startTime:d})])}finally{f.abort()}},"handlePipePromise"),Z1=o((e,t)=>Promise.allSettled([e,t]),"getSubprocessPromises"),Bu=o(({subprocessStdout:e,subprocess:t,binary:n,shouldEncode:r,encoding:i,preserveNewlines:s})=>{const a=new AbortController;return J1(t,a),Au({stream:e,controller:a,binary:n,shouldEncode:!e.readableObjectMode&&r,encoding:i,shouldSplit:!e.readableObjectMode,preserveNewlines:s})},"iterateOnSubprocessStream"),J1=o(async(e,t)=>{try{await e}catch{}finally{t.abort()}},"stopReadingOnExit"),$u=o(({stream:e,onStreamEnd:t,lines:n,encoding:r,stripFinalNewline:i,allMixed:s})=>{const a=new AbortController;X1(t,a,e);const u=e.readableObjectMode&&!s;return Au({stream:e,controller:a,binary:r==="buffer",shouldEncode:!u,encoding:r,shouldSplit:!u&&n,preserveNewlines:!i})},"iterateForResult"),X1=o(async(e,t,n)=>{try{await e}catch{n.destroy()}finally{t.abort()}},"stopReadingOnStreamEnd"),Au=o(({stream:e,controller:t,binary:n,shouldEncode:r,encoding:i,shouldSplit:s,preserveNewlines:a})=>{const u=Dt(e,"data",{signal:t.signal,highWaterMark:Tu,highWatermark:Tu});return Q1({onStdoutChunk:u,controller:t,binary:n,shouldEncode:r,encoding:i,shouldSplit:s,preserveNewlines:a})},"iterateOnStream"),xu=mt(!0),Tu=xu,Q1=o(async function*({onStdoutChunk:e,controller:t,binary:n,shouldEncode:r,encoding:i,shouldSplit:s,preserveNewlines:a}){const u=em({binary:n,shouldEncode:r,encoding:i,shouldSplit:s,preserveNewlines:a});try{for await(const[c]of e)yield*nt(c,u,0)}catch(c){if(!t.signal.aborted)throw c}finally{yield*Tr(u)}},"iterateOnData"),em=o(({binary:e,shouldEncode:t,encoding:n,shouldSplit:r,preserveNewlines:i})=>[Za(e,n,!t),Va(e,i,!r,{})].filter(Boolean),"getGenerators"),tm=o(async({stream:e,onStreamEnd:t,fdNumber:n,encoding:r,buffer:i,maxBuffer:s,lines:a,allMixed:u,stripFinalNewline:c,verboseInfo:d,streamInfo:l})=>{const f=nm({stream:e,onStreamEnd:t,fdNumber:n,encoding:r,allMixed:u,verboseInfo:d,streamInfo:l});if(!i){await Promise.all([rm(e),f]);return}const h=za(c,n),D=$u({stream:e,onStreamEnd:t,lines:a,encoding:r,stripFinalNewline:h,allMixed:u}),[p]=await Promise.all([om({stream:e,iterable:D,fdNumber:n,encoding:r,maxBuffer:s,lines:a}),f]);return p},"getStreamOutput"),nm=o(async({stream:e,onStreamEnd:t,fdNumber:n,encoding:r,allMixed:i,verboseInfo:s,streamInfo:{fileDescriptors:a}})=>{if(!nu({stdioItems:a[n]?.stdioItems,encoding:r,verboseInfo:s,fdNumber:n}))return;const u=$u({stream:e,onStreamEnd:t,lines:!0,encoding:r,stripFinalNewline:!0,allMixed:i});await y0(u,e,n,s)},"logOutputAsync"),rm=o(async e=>{await rl(),e.readableFlowing===null&&e.resume()},"resumeStream"),om=o(async({stream:e,stream:{readableObjectMode:t},iterable:n,fdNumber:r,encoding:i,maxBuffer:s,lines:a})=>{try{return t||a?await kp(n,{maxBuffer:s}):i==="buffer"?new Uint8Array(await Gp(n,{maxBuffer:s})):await Qp(n,{maxBuffer:s})}catch(u){return Iu(iD({error:u,stream:e,readableObjectMode:t,lines:a,encoding:i,fdNumber:r}))}},"getStreamContents"),Ou=o(async e=>{try{return await e}catch(t){return Iu(t)}},"getBufferedData"),Iu=o(({bufferedData:e})=>md(e)?new Uint8Array(e):e,"handleBufferedData"),Yr=o(async(e,t,n,{isSameDirection:r,stopOnExit:i=!1}={})=>{const s=im(e,n),a=new AbortController;try{await Promise.race([...i?[n.exitPromise]:[],le(e,{cleanup:!0,signal:a.signal})])}catch(u){s.stdinCleanedUp||um(u,t,n,r)}finally{a.abort()}},"waitForStream"),im=o((e,{originalStreams:[t],subprocess:n})=>{const r={stdinCleanedUp:!1};return e===t&&sm(e,n,r),r},"handleStdinDestroy"),sm=o((e,t,n)=>{const{_destroy:r}=e;e._destroy=(...i)=>{am(t,n),r.call(e,...i)}},"spyOnStdinDestroy"),am=o(({exitCode:e,signalCode:t},n)=>{(e!==null||t!==null)&&(n.stdinCleanedUp=!0)},"setStdinCleanedUp"),um=o((e,t,n,r)=>{if(!cm(e,t,n,r))throw e},"handleStreamError"),cm=o((e,t,n,r=!0)=>n.propagating?Mu(e)||qr(e):(n.propagating=!0,Ru(n,t)===r?Mu(e):qr(e)),"shouldIgnoreStreamError"),Ru=o(({fileDescriptors:e},t)=>t!=="all"&&e[t].direction==="input","isInputFileDescriptor"),qr=o(e=>e?.code==="ERR_STREAM_PREMATURE_CLOSE","isStreamAbort"),Mu=o(e=>e?.code==="EPIPE","isStreamEpipe"),lm=o(({subprocess:e,encoding:t,buffer:n,maxBuffer:r,lines:i,stripFinalNewline:s,verboseInfo:a,streamInfo:u})=>e.stdio.map((c,d)=>_u({stream:c,fdNumber:d,encoding:t,buffer:n[d],maxBuffer:r[d],lines:i[d],allMixed:!1,stripFinalNewline:s,verboseInfo:a,streamInfo:u})),"waitForStdioStreams"),_u=o(async({stream:e,fdNumber:t,encoding:n,buffer:r,maxBuffer:i,lines:s,allMixed:a,stripFinalNewline:u,verboseInfo:c,streamInfo:d})=>{if(!e)return;const l=Yr(e,t,d);if(Ru(d,t)){await l;return}const[f]=await Promise.all([tm({stream:e,onStreamEnd:l,fdNumber:t,encoding:n,buffer:r,maxBuffer:i,lines:s,allMixed:a,stripFinalNewline:u,verboseInfo:c,streamInfo:d}),l]);return f},"waitForSubprocessStream"),dm=o(({stdout:e,stderr:t},{all:n})=>n&&(e||t)?Rr([e,t].filter(Boolean)):void 0,"makeAllStream"),fm=o(({subprocess:e,encoding:t,buffer:n,maxBuffer:r,lines:i,stripFinalNewline:s,verboseInfo:a,streamInfo:u})=>_u({...hm(e,n),fdNumber:"all",encoding:t,maxBuffer:r[1]+r[2],lines:i[1]||i[2],allMixed:pm(e),stripFinalNewline:s,verboseInfo:a,streamInfo:u}),"waitForAllStream"),hm=o(({stdout:e,stderr:t,all:n},[,r,i])=>{const s=r||i;return s?r?i?{stream:n,buffer:s}:{stream:e,buffer:s}:{stream:t,buffer:s}:{stream:n,buffer:s}},"getAllStream"),pm=o(({all:e,stdout:t,stderr:n})=>e&&t&&n&&t.readableObjectMode!==n.readableObjectMode,"getAllMixed"),Dm=o(e=>_n(e,"ipc"),"shouldLogIpc"),mm=o((e,t)=>{const n=ss(e);He({type:"ipc",verboseMessage:n,fdNumber:"ipc",verboseInfo:t})},"logIpcOutput"),gm=o(async({subprocess:e,buffer:t,maxBuffer:n,ipc:r,ipcOutput:i,verboseInfo:s})=>{if(!r)return i;const a=Dm(s),u=Ke(t,"ipc"),c=Ke(n,"ipc");for await(const d of su({anyProcess:e,channel:e.channel,isSubprocess:!1,ipc:r,shouldAwait:!1,reference:!0}))u&&(aD(e,i,c),i.push(d)),a&&mm(d,s);return i},"waitForIpcOutput"),Fm=o(async(e,t)=>(await Promise.allSettled([e]),t),"getBufferedIpcOutput"),wm=o(async({subprocess:e,options:{encoding:t,buffer:n,maxBuffer:r,lines:i,timeoutDuration:s,cancelSignal:a,gracefulCancel:u,forceKillAfterDelay:c,stripFinalNewline:d,ipc:l,ipcInput:f},context:h,verboseInfo:D,fileDescriptors:p,originalStreams:m,onInternalError:g,controller:F})=>{const w=T0(e,h),y={originalStreams:m,fileDescriptors:p,subprocess:e,exitPromise:w,propagating:!1},E=lm({subprocess:e,encoding:t,buffer:n,maxBuffer:r,lines:i,stripFinalNewline:d,verboseInfo:D,streamInfo:y}),S=fm({subprocess:e,encoding:t,buffer:n,maxBuffer:r,lines:i,stripFinalNewline:d,verboseInfo:D,streamInfo:y}),B=[],b=gm({subprocess:e,buffer:n,maxBuffer:r,ipc:l,ipcOutput:B,verboseInfo:D}),C=ym(m,e,y),T=Em(p,y);try{return await Promise.race([Promise.all([{},I0(w),Promise.all(E),S,b,pp(e,f),...C,...T]),g,bm(e,F),...sp(e,s,h,F),...Dh({subprocess:e,cancelSignal:a,gracefulCancel:u,context:h,controller:F}),...np({subprocess:e,cancelSignal:a,gracefulCancel:u,forceKillAfterDelay:c,context:h,controller:F})])}catch(j){return h.terminationReason??(h.terminationReason="other"),Promise.all([{error:j},w,Promise.all(E.map(L=>Ou(L))),Ou(S),Fm(b,B),Promise.allSettled(C),Promise.allSettled(T)])}},"waitForSubprocessResult"),ym=o((e,t,n)=>e.map((r,i)=>r===t.stdio[i]?void 0:Yr(r,i,n)),"waitForOriginalStreams"),Em=o((e,t)=>e.flatMap(({stdioItems:n},r)=>n.filter(({value:i,stream:s=i})=>Ce(s,{checkOpen:!1})&&!Fe(s)).map(({type:i,value:s,stream:a=s})=>Yr(a,r,t,{isSameDirection:Be.has(i),stopOnExit:i==="native"}))),"waitForCustomStreamsEnd"),bm=o(async(e,{signal:t})=>{const[n]=await z(e,"error",{signal:t});throw n},"throwOnSubprocessError"),Cm=o(()=>({readableDestroy:new WeakMap,writableFinal:new WeakMap,writableDestroy:new WeakMap}),"initializeConcurrentStreams"),Kr=o((e,t,n)=>{const r=e[n];r.has(t)||r.set(t,[]);const i=r.get(t),s=Xe();return i.push(s),{resolve:s.resolve.bind(s),promises:i}},"addConcurrentStream"),Yt=o(async({resolve:e,promises:t},n)=>{e();const[r]=await Promise.race([Promise.allSettled([!0,n]),Promise.all([!1,...t])]);return!r},"waitForConcurrentStreams"),Pu=o(async e=>{if(e!==void 0)try{await Lu(e)}catch{}},"safeWaitForSubprocessStdin"),Sm=o(async e=>{if(e!==void 0)try{await ku(e)}catch{}},"safeWaitForSubprocessStdout"),Lu=o(async e=>{await le(e,{cleanup:!0,readable:!1,writable:!0})},"waitForSubprocessStdin"),ku=o(async e=>{await le(e,{cleanup:!0,readable:!0,writable:!1})},"waitForSubprocessStdout"),Nu=o(async(e,t)=>{if(await e,t)throw t},"waitForSubprocess"),ju=o((e,t,n)=>{n&&!qr(n)?e.destroy(n):t&&e.destroy()},"destroyOtherStream"),vm=o(({subprocess:e,concurrentStreams:t,encoding:n},{from:r,binary:i=!0,preserveNewlines:s=!0}={})=>{const a=i||be.has(n),{subprocessStdout:u,waitReadableDestroy:c}=Uu(e,r,t),{readableEncoding:d,readableObjectMode:l,readableHighWaterMark:f}=Wu(u,a),{read:h,onStdoutDataDone:D}=Gu({subprocessStdout:u,subprocess:e,binary:a,encoding:n,preserveNewlines:s}),p=new ge({read:h,destroy:Ie(Vu.bind(void 0,{subprocessStdout:u,subprocess:e,waitReadableDestroy:c})),highWaterMark:f,objectMode:l,encoding:d});return zu({subprocessStdout:u,onStdoutDataDone:D,readable:p,subprocess:e}),p},"createReadable"),Uu=o((e,t,n)=>{const r=or(e,t),i=Kr(n,r,"readableDestroy");return{subprocessStdout:r,waitReadableDestroy:i}},"getSubprocessStdout"),Wu=o(({readableEncoding:e,readableObjectMode:t,readableHighWaterMark:n},r)=>r?{readableEncoding:e,readableObjectMode:t,readableHighWaterMark:n}:{readableEncoding:e,readableObjectMode:!0,readableHighWaterMark:xu},"getReadableOptions"),Gu=o(({subprocessStdout:e,subprocess:t,binary:n,encoding:r,preserveNewlines:i})=>{const s=Xe(),a=Bu({subprocessStdout:e,subprocess:t,binary:n,shouldEncode:!n,encoding:r,preserveNewlines:i});return{read(){Bm(this,a,s)},onStdoutDataDone:s}},"getReadableMethods"),Bm=o(async(e,t,n)=>{try{const{value:r,done:i}=await t.next();i?n.resolve():e.push(r)}catch{}},"onRead"),zu=o(async({subprocessStdout:e,onStdoutDataDone:t,readable:n,subprocess:r,subprocessStdin:i})=>{try{await ku(e),await r,await Pu(i),await t,n.readable&&n.push(null)}catch(s){await Pu(i),Yu(n,s)}},"onStdoutFinished"),Vu=o(async({subprocessStdout:e,subprocess:t,waitReadableDestroy:n},r)=>{await Yt(n,t)&&(Yu(e,r),await Nu(t,r))},"onReadableDestroy"),Yu=o((e,t)=>{ju(e,e.readable,t)},"destroyOtherReadable"),$m=o(({subprocess:e,concurrentStreams:t},{to:n}={})=>{const{subprocessStdin:r,waitWritableFinal:i,waitWritableDestroy:s}=qu(e,n,t),a=new gn({...Ku(r,e,i),destroy:Ie(Zu.bind(void 0,{subprocessStdin:r,subprocess:e,waitWritableFinal:i,waitWritableDestroy:s})),highWaterMark:r.writableHighWaterMark,objectMode:r.writableObjectMode});return Hu(r,a),a},"createWritable"),qu=o((e,t,n)=>{const r=Ps(e,t),i=Kr(n,r,"writableFinal"),s=Kr(n,r,"writableDestroy");return{subprocessStdin:r,waitWritableFinal:i,waitWritableDestroy:s}},"getSubprocessStdin"),Ku=o((e,t,n)=>({write:Am.bind(void 0,e),final:Ie(xm.bind(void 0,e,t,n))}),"getWritableMethods"),Am=o((e,t,n,r)=>{e.write(t,n)?r():e.once("drain",r)},"onWrite"),xm=o(async(e,t,n)=>{await Yt(n,t)&&(e.writable&&e.end(),await t)},"onWritableFinal"),Hu=o(async(e,t,n)=>{try{await Lu(e),t.writable&&t.end()}catch(r){await Sm(n),Ju(t,r)}},"onStdinFinished"),Zu=o(async({subprocessStdin:e,subprocess:t,waitWritableFinal:n,waitWritableDestroy:r},i)=>{await Yt(n,t),await Yt(r,t)&&(Ju(e,i),await Nu(t,i))},"onWritableDestroy"),Ju=o((e,t)=>{ju(e,e.writable,t)},"destroyOtherWritable"),Tm=o(({subprocess:e,concurrentStreams:t,encoding:n},{from:r,to:i,binary:s=!0,preserveNewlines:a=!0}={})=>{const u=s||be.has(n),{subprocessStdout:c,waitReadableDestroy:d}=Uu(e,r,t),{subprocessStdin:l,waitWritableFinal:f,waitWritableDestroy:h}=qu(e,i,t),{readableEncoding:D,readableObjectMode:p,readableHighWaterMark:m}=Wu(c,u),{read:g,onStdoutDataDone:F}=Gu({subprocessStdout:c,subprocess:e,binary:u,encoding:n,preserveNewlines:a}),w=new mn({read:g,...Ku(l,e,f),destroy:Ie(Om.bind(void 0,{subprocessStdout:c,subprocessStdin:l,subprocess:e,waitReadableDestroy:d,waitWritableFinal:f,waitWritableDestroy:h})),readableHighWaterMark:m,writableHighWaterMark:l.writableHighWaterMark,readableObjectMode:p,writableObjectMode:l.writableObjectMode,encoding:D});return zu({subprocessStdout:c,onStdoutDataDone:F,readable:w,subprocess:e,subprocessStdin:l}),Hu(l,w,c),w},"createDuplex"),Om=o(async({subprocessStdout:e,subprocessStdin:t,subprocess:n,waitReadableDestroy:r,waitWritableFinal:i,waitWritableDestroy:s},a)=>{await Promise.all([Vu({subprocessStdout:e,subprocess:n,waitReadableDestroy:r},a),Zu({subprocessStdin:t,subprocess:n,waitWritableFinal:i,waitWritableDestroy:s},a)])},"onDuplexDestroy"),Xu=o((e,t,{from:n,binary:r=!1,preserveNewlines:i=!1}={})=>{const s=r||be.has(t),a=or(e,n),u=Bu({subprocessStdout:a,subprocess:e,binary:s,shouldEncode:!0,encoding:t,preserveNewlines:i});return Im(u,a,e)},"createIterable"),Im=o(async function*(e,t,n){try{yield*e}finally{t.readable&&t.destroy(),await n}},"iterateOnStdoutData"),Rm=o((e,{encoding:t})=>{const n=Cm();e.readable=vm.bind(void 0,{subprocess:e,concurrentStreams:n,encoding:t}),e.writable=$m.bind(void 0,{subprocess:e,concurrentStreams:n}),e.duplex=Tm.bind(void 0,{subprocess:e,concurrentStreams:n,encoding:t}),e.iterable=Xu.bind(void 0,e,t),e[Symbol.asyncIterator]=Xu.bind(void 0,e,t,{})},"addConvertedStreams"),Mm=o((e,t)=>{for(const[n,r]of Pm){const i=r.value.bind(t);Reflect.defineProperty(e,n,{...r,value:i})}},"mergePromise"),_m=(async()=>{})().constructor.prototype,Pm=["then","catch","finally"].map(e=>[e,Reflect.getOwnPropertyDescriptor(_m,e)]),Lm=o((e,t,n,r)=>{const{file:i,commandArguments:s,command:a,escapedCommand:u,startTime:c,verboseInfo:d,options:l,fileDescriptors:f}=km(e,t,n),{subprocess:h,promise:D}=jm({file:i,commandArguments:s,options:l,startTime:c,verboseInfo:d,command:a,escapedCommand:u,fileDescriptors:f});return h.pipe=Vr.bind(void 0,{source:h,sourcePromise:D,boundOptions:{},createNested:r}),Mm(h,D),Ee.set(h,{options:l,fileDescriptors:f}),h},"execaCoreAsync"),km=o((e,t,n)=>{const{command:r,escapedCommand:i,startTime:s,verboseInfo:a}=cs(e,t,n),{file:u,commandArguments:c,options:d}=Js(e,t,n),l=Nm(d),f=a1(l,a);return{file:u,commandArguments:c,command:r,escapedCommand:i,startTime:s,verboseInfo:a,options:l,fileDescriptors:f}},"handleAsyncArguments"),Nm=o(({timeout:e,signal:t,...n})=>{if(t!==void 0)throw new TypeError('The "signal" option has been renamed to "cancelSignal" instead.');return{...n,timeoutDuration:e}},"handleAsyncOptions"),jm=o(({file:e,commandArguments:t,options:n,startTime:r,verboseInfo:i,command:s,escapedCommand:a,fileDescriptors:u})=>{let c;try{c=Hc(...Xs(e,t,n))}catch(p){return t1({error:p,command:s,escapedCommand:a,fileDescriptors:u,options:n,startTime:r,verboseInfo:i})}const d=new AbortController;il(Number.POSITIVE_INFINITY,d.signal);const l=[...c.stdio];b1(c,u,d),R1(c,n,d);const f={},h=Xe();c.kill=lh.bind(void 0,{kill:c.kill.bind(c),options:n,onInternalError:h,context:f,controller:d}),c.all=dm(c,n),Rm(c,n),Q0(c,n);const D=Um({subprocess:c,options:n,startTime:r,verboseInfo:i,fileDescriptors:u,originalStreams:l,command:s,escapedCommand:a,context:f,onInternalError:h,controller:d});return{subprocess:c,promise:D}},"spawnSubprocessAsync"),Um=o(async({subprocess:e,options:t,startTime:n,verboseInfo:r,fileDescriptors:i,originalStreams:s,command:a,escapedCommand:u,context:c,onInternalError:d,controller:l})=>{const[f,[h,D],p,m,g]=await wm({subprocess:e,options:t,context:c,verboseInfo:r,fileDescriptors:i,originalStreams:s,onInternalError:d,controller:l});l.abort(),d.resolve();const F=p.map((E,S)=>Pe(E,t,S)),w=Pe(m,t,"all"),y=Wm({errorInfo:f,exitCode:h,signal:D,stdio:F,all:w,ipcOutput:g,context:c,options:t,command:a,escapedCommand:u,startTime:n});return br(y,r,t)},"handlePromise"),Wm=o(({errorInfo:e,exitCode:t,signal:n,stdio:r,all:i,ipcOutput:s,context:a,options:u,command:c,escapedCommand:d,startTime:l})=>"error"in e?Er({error:e.error,command:c,escapedCommand:d,timedOut:a.terminationReason==="timeout",isCanceled:a.terminationReason==="cancel"||a.terminationReason==="gracefulCancel",isGracefullyCanceled:a.terminationReason==="gracefulCancel",isMaxBuffer:e.error instanceof Re,isForcefullyTerminated:a.isForcefullyTerminated,exitCode:t,signal:n,stdio:r,all:i,ipcOutput:s,options:u,startTime:l,isSync:!1}):Ea({command:c,escapedCommand:d,stdio:r,all:i,ipcOutput:s,options:u,startTime:l}),"getAsyncResult"),Hr=o((e,t)=>{const n=Object.fromEntries(Object.entries(t).map(([r,i])=>[r,Gm(r,e[r],i)]));return{...e,...n}},"mergeOptions"),Gm=o((e,t,n)=>zm.has(e)&&H(t)&&H(n)?{...t,...n}:n,"mergeOption"),zm=new Set(["env",...ts]),xe=o((e,t,n,r)=>{const i=o((a,u,c)=>xe(a,u,n,c),"createNested"),s=o((...a)=>Vm({mapArguments:e,deepOptions:n,boundOptions:t,setBoundExeca:r,createNested:i},...a),"boundExeca");return r!==void 0&&r(s,i,t),s},"createExeca"),Vm=o(({mapArguments:e,deepOptions:t={},boundOptions:n={},setBoundExeca:r,createNested:i},s,...a)=>{if(H(s))return i(e,Hr(n,s),r);const{file:u,commandArguments:c,options:d,isSync:l}=Ym({mapArguments:e,firstArgument:s,nextArguments:a,deepOptions:t,boundOptions:n});return l?P0(u,c,d):Lm(u,c,d,i)},"callBoundExeca"),Ym=o(({mapArguments:e,firstArgument:t,nextArguments:n,deepOptions:r,boundOptions:i})=>{const s=Cd(t)?Sd(t,n):[t,...n],[a,u,c]=Gi(...s),d=Hr(Hr(r,i),c),{file:l=a,commandArguments:f=u,options:h=d,isSync:D=!1}=e({file:a,commandArguments:u,options:d});return{file:l,commandArguments:f,options:h,isSync:D}},"parseArguments"),qm=o(({file:e,commandArguments:t})=>Qu(e,t),"mapCommandAsync"),Km=o(({file:e,commandArguments:t})=>({...Qu(e,t),isSync:!0}),"mapCommandSync"),Qu=o((e,t)=>{if(t.length>0)throw new TypeError(`The command and its arguments must be passed as a single string: ${e} ${t}.`);const[n,...r]=Hm(e);return{file:n,commandArguments:r}},"parseCommand"),Hm=o(e=>{if(typeof e!="string")throw new TypeError(`The command must be a string: ${String(e)}.`);const t=e.trim();if(t==="")return[];const n=[];for(const r of t.split(Zm)){const i=n.at(-1);i&&i.endsWith("\\")?n[n.length-1]=`${i.slice(0,-1)} ${r}`:n.push(r)}return n},"parseCommandString"),Zm=/ +/g,Jm=o((e,t,n)=>{e.sync=t(Qm,n),e.s=e.sync},"setScriptSync"),Xm=o(({options:e})=>ec(e),"mapScriptAsync"),Qm=o(({options:e})=>({...ec(e),isSync:!0}),"mapScriptSync"),ec=o(e=>({options:{...eg(e),...e}}),"getScriptOptions"),eg=o(({input:e,inputFile:t,stdio:n})=>e===void 0&&t===void 0&&n===void 0?{stdin:"inherit"}:{},"getScriptStdinOption"),tg={preferLocal:!0},Ue=xe(()=>({}));xe(()=>({isSync:!0})),xe(qm),xe(Km),xe(up),xe(Xm,{},tg,Jm),e1();let Te=!0;const We=typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{};let ct=0;if(We.process&&We.process.env&&We.process.stdout){const{FORCE_COLOR:e,NODE_DISABLE_COLORS:t,NO_COLOR:n,TERM:r,COLORTERM:i}=We.process.env;t||n||e==="0"?Te=!1:e==="1"||e==="2"||e==="3"?Te=!0:r==="dumb"?Te=!1:"CI"in We.process.env&&["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some(s=>s in We.process.env)?Te=!0:Te=process.stdout.isTTY,Te&&(process.platform==="win32"||i&&(i==="truecolor"||i==="24bit")?ct=3:r&&(r.endsWith("-256color")||r.endsWith("256"))?ct=2:ct=1)}let tc={enabled:Te,supportLevel:ct};function lt(e,t,n=1){const r=`\x1B[${e}m`,i=`\x1B[${t}m`,s=new RegExp(`\\x1b\\[${t}m`,"g");return a=>tc.enabled&&tc.supportLevel>=n?r+(""+a).replace(s,r)+i:""+a}o(lt,"kolorist");const Zr=lt(2,22),nc=lt(30,39),qt=lt(31,39),dt=lt(32,39),rc=lt(46,49);var Kt={exports:{}},oc;function ng(){if(oc)return Kt.exports;oc=1;let e=process||{},t=e.argv||[],n=e.env||{},r=!(n.NO_COLOR||t.includes("--no-color"))&&(!!n.FORCE_COLOR||t.includes("--color")||e.platform==="win32"||(e.stdout||{}).isTTY&&n.TERM!=="dumb"||!!n.CI),i=o((u,c,d=u)=>l=>{let f=""+l,h=f.indexOf(c,u.length);return~h?u+s(f,c,d,h)+c:u+f+c},"formatter"),s=o((u,c,d,l)=>{let f="",h=0;do f+=u.substring(h,l)+d,h=l+c.length,l=u.indexOf(c,h);while(~l);return f+u.substring(h)},"replaceClose"),a=o((u=r)=>{let c=u?i:()=>String;return{isColorSupported:u,reset:c("\x1B[0m","\x1B[0m"),bold:c("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:c("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:c("\x1B[3m","\x1B[23m"),underline:c("\x1B[4m","\x1B[24m"),inverse:c("\x1B[7m","\x1B[27m"),hidden:c("\x1B[8m","\x1B[28m"),strikethrough:c("\x1B[9m","\x1B[29m"),black:c("\x1B[30m","\x1B[39m"),red:c("\x1B[31m","\x1B[39m"),green:c("\x1B[32m","\x1B[39m"),yellow:c("\x1B[33m","\x1B[39m"),blue:c("\x1B[34m","\x1B[39m"),magenta:c("\x1B[35m","\x1B[39m"),cyan:c("\x1B[36m","\x1B[39m"),white:c("\x1B[37m","\x1B[39m"),gray:c("\x1B[90m","\x1B[39m"),bgBlack:c("\x1B[40m","\x1B[49m"),bgRed:c("\x1B[41m","\x1B[49m"),bgGreen:c("\x1B[42m","\x1B[49m"),bgYellow:c("\x1B[43m","\x1B[49m"),bgBlue:c("\x1B[44m","\x1B[49m"),bgMagenta:c("\x1B[45m","\x1B[49m"),bgCyan:c("\x1B[46m","\x1B[49m"),bgWhite:c("\x1B[47m","\x1B[49m"),blackBright:c("\x1B[90m","\x1B[39m"),redBright:c("\x1B[91m","\x1B[39m"),greenBright:c("\x1B[92m","\x1B[39m"),yellowBright:c("\x1B[93m","\x1B[39m"),blueBright:c("\x1B[94m","\x1B[39m"),magentaBright:c("\x1B[95m","\x1B[39m"),cyanBright:c("\x1B[96m","\x1B[39m"),whiteBright:c("\x1B[97m","\x1B[39m"),bgBlackBright:c("\x1B[100m","\x1B[49m"),bgRedBright:c("\x1B[101m","\x1B[49m"),bgGreenBright:c("\x1B[102m","\x1B[49m"),bgYellowBright:c("\x1B[103m","\x1B[49m"),bgBlueBright:c("\x1B[104m","\x1B[49m"),bgMagentaBright:c("\x1B[105m","\x1B[49m"),bgCyanBright:c("\x1B[106m","\x1B[49m"),bgWhiteBright:c("\x1B[107m","\x1B[49m")}},"createColors");return Kt.exports=a(),Kt.exports.createColors=a,Kt.exports}o(ng,"requirePicocolors");var rg=ng(),v=Wn(rg),Jr,ic;function og(){if(ic)return Jr;ic=1;const e="\x1B",t=`${e}[`,n="\x07",r={to(a,u){return u?`${t}${u+1};${a+1}H`:`${t}${a+1}G`},move(a,u){let c="";return a<0?c+=`${t}${-a}D`:a>0&&(c+=`${t}${a}C`),u<0?c+=`${t}${-u}A`:u>0&&(c+=`${t}${u}B`),c},up:o((a=1)=>`${t}${a}A`,"up"),down:o((a=1)=>`${t}${a}B`,"down"),forward:o((a=1)=>`${t}${a}C`,"forward"),backward:o((a=1)=>`${t}${a}D`,"backward"),nextLine:o((a=1)=>`${t}E`.repeat(a),"nextLine"),prevLine:o((a=1)=>`${t}F`.repeat(a),"prevLine"),left:`${t}G`,hide:`${t}?25l`,show:`${t}?25h`,save:`${e}7`,restore:`${e}8`},i={up:o((a=1)=>`${t}S`.repeat(a),"up"),down:o((a=1)=>`${t}T`.repeat(a),"down")},s={screen:`${t}2J`,up:o((a=1)=>`${t}1J`.repeat(a),"up"),down:o((a=1)=>`${t}J`.repeat(a),"down"),line:`${t}2K`,lineEnd:`${t}K`,lineStart:`${t}1K`,lines(a){let u="";for(let c=0;c<a;c++)u+=this.line+(c<a-1?r.up():"");return a&&(u+=r.left),u}};return Jr={cursor:r,scroll:i,erase:s,beep:n},Jr}o(og,"requireSrc");var U=og(),ig=Object.defineProperty,sg=o((e,t,n)=>t in e?ig(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,"__defNormalProp"),W=o((e,t,n)=>sg(e,typeof t!="symbol"?t+"":t,n),"__publicField");function Ht(e,t,n){if(!n.some(a=>!a.disabled))return e;const r=e+t,i=Math.max(n.length-1,0),s=r<0?i:r>i?0:r;return n[s].disabled?Ht(s,t<0?-1:1,n):s}o(Ht,"B");const ag=o(e=>e===161||e===164||e===167||e===168||e===170||e===173||e===174||e>=176&&e<=180||e>=182&&e<=186||e>=188&&e<=191||e===198||e===208||e===215||e===216||e>=222&&e<=225||e===230||e>=232&&e<=234||e===236||e===237||e===240||e===242||e===243||e>=247&&e<=250||e===252||e===254||e===257||e===273||e===275||e===283||e===294||e===295||e===299||e>=305&&e<=307||e===312||e>=319&&e<=322||e===324||e>=328&&e<=331||e===333||e===338||e===339||e===358||e===359||e===363||e===462||e===464||e===466||e===468||e===470||e===472||e===474||e===476||e===593||e===609||e===708||e===711||e>=713&&e<=715||e===717||e===720||e>=728&&e<=731||e===733||e===735||e>=768&&e<=879||e>=913&&e<=929||e>=931&&e<=937||e>=945&&e<=961||e>=963&&e<=969||e===1025||e>=1040&&e<=1103||e===1105||e===8208||e>=8211&&e<=8214||e===8216||e===8217||e===8220||e===8221||e>=8224&&e<=8226||e>=8228&&e<=8231||e===8240||e===8242||e===8243||e===8245||e===8251||e===8254||e===8308||e===8319||e>=8321&&e<=8324||e===8364||e===8451||e===8453||e===8457||e===8467||e===8470||e===8481||e===8482||e===8486||e===8491||e===8531||e===8532||e>=8539&&e<=8542||e>=8544&&e<=8555||e>=8560&&e<=8569||e===8585||e>=8592&&e<=8601||e===8632||e===8633||e===8658||e===8660||e===8679||e===8704||e===8706||e===8707||e===8711||e===8712||e===8715||e===8719||e===8721||e===8725||e===8730||e>=8733&&e<=8736||e===8739||e===8741||e>=8743&&e<=8748||e===8750||e>=8756&&e<=8759||e===8764||e===8765||e===8776||e===8780||e===8786||e===8800||e===8801||e>=8804&&e<=8807||e===8810||e===8811||e===8814||e===8815||e===8834||e===8835||e===8838||e===8839||e===8853||e===8857||e===8869||e===8895||e===8978||e>=9312&&e<=9449||e>=9451&&e<=9547||e>=9552&&e<=9587||e>=9600&&e<=9615||e>=9618&&e<=9621||e===9632||e===9633||e>=9635&&e<=9641||e===9650||e===9651||e===9654||e===9655||e===9660||e===9661||e===9664||e===9665||e>=9670&&e<=9672||e===9675||e>=9678&&e<=9681||e>=9698&&e<=9701||e===9711||e===9733||e===9734||e===9737||e===9742||e===9743||e===9756||e===9758||e===9792||e===9794||e===9824||e===9825||e>=9827&&e<=9829||e>=9831&&e<=9834||e===9836||e===9837||e===9839||e===9886||e===9887||e===9919||e>=9926&&e<=9933||e>=9935&&e<=9939||e>=9941&&e<=9953||e===9955||e===9960||e===9961||e>=9963&&e<=9969||e===9972||e>=9974&&e<=9977||e===9979||e===9980||e===9982||e===9983||e===10045||e>=10102&&e<=10111||e>=11094&&e<=11097||e>=12872&&e<=12879||e>=57344&&e<=63743||e>=65024&&e<=65039||e===65533||e>=127232&&e<=127242||e>=127248&&e<=127277||e>=127280&&e<=127337||e>=127344&&e<=127373||e===127375||e===127376||e>=127387&&e<=127404||e>=917760&&e<=917999||e>=983040&&e<=1048573||e>=1048576&&e<=1114109,"at$1"),ug=o(e=>e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510,"lt$1"),cg=o(e=>e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9800&&e<=9811||e===9855||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141,"ht$1"),Xr=/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/y,Zt=/[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y,Jt=/\t{1,1000}/y,Qr=new RegExp("[\\u{1F1E6}-\\u{1F1FF}]{2}|\\u{1F3F4}[\\u{E0061}-\\u{E007A}]{2}[\\u{E0030}-\\u{E0039}\\u{E0061}-\\u{E007A}]{1,3}\\u{E007F}|(?:\\p{Emoji}\\uFE0F\\u20E3?|\\p{Emoji_Modifier_Base}\\p{Emoji_Modifier}?|\\p{Emoji_Presentation})(?:\\u200D(?:\\p{Emoji_Modifier_Base}\\p{Emoji_Modifier}?|\\p{Emoji_Presentation}|\\p{Emoji}\\uFE0F\\u20E3?))*","yu"),Xt=/(?:[\x20-\x7E\xA0-\xFF](?!\uFE0F)){1,1000}/y,lg=new RegExp("\\p{M}+","gu"),dg={limit:1/0,ellipsis:""},sc=o((e,t={},n={})=>{const r=t.limit??1/0,i=t.ellipsis??"",s=t?.ellipsisWidth??(i?sc(i,dg,n).width:0),a=n.ansiWidth??0,u=n.controlWidth??0,c=n.tabWidth??8,d=n.ambiguousWidth??1,l=n.emojiWidth??2,f=n.fullWidthWidth??2,h=n.regularWidth??1,D=n.wideWidth??2;let p=0,m=0,g=e.length,F=0,w=!1,y=g,E=Math.max(0,r-s),S=0,B=0,b=0,C=0;e:for(;;){if(B>S||m>=g&&m>p){const T=e.slice(S,B)||e.slice(p,m);F=0;for(const j of T.replaceAll(lg,"")){const L=j.codePointAt(0)||0;if(ug(L)?C=f:cg(L)?C=D:d!==h&&ag(L)?C=d:C=h,b+C>E&&(y=Math.min(y,Math.max(S,p)+F)),b+C>r){w=!0;break e}F+=j.length,b+=C}S=B=0}if(m>=g)break;if(Xt.lastIndex=m,Xt.test(e)){if(F=Xt.lastIndex-m,C=F*h,b+C>E&&(y=Math.min(y,m+Math.floor((E-b)/h))),b+C>r){w=!0;break}b+=C,S=p,B=m,m=p=Xt.lastIndex;continue}if(Xr.lastIndex=m,Xr.test(e)){if(b+a>E&&(y=Math.min(y,m)),b+a>r){w=!0;break}b+=a,S=p,B=m,m=p=Xr.lastIndex;continue}if(Zt.lastIndex=m,Zt.test(e)){if(F=Zt.lastIndex-m,C=F*u,b+C>E&&(y=Math.min(y,m+Math.floor((E-b)/u))),b+C>r){w=!0;break}b+=C,S=p,B=m,m=p=Zt.lastIndex;continue}if(Jt.lastIndex=m,Jt.test(e)){if(F=Jt.lastIndex-m,C=F*c,b+C>E&&(y=Math.min(y,m+Math.floor((E-b)/c))),b+C>r){w=!0;break}b+=C,S=p,B=m,m=p=Jt.lastIndex;continue}if(Qr.lastIndex=m,Qr.test(e)){if(b+l>E&&(y=Math.min(y,m)),b+l>r){w=!0;break}b+=l,S=p,B=m,m=p=Qr.lastIndex;continue}m+=1}return{width:w?E:b,index:w?y:g,truncated:w,ellipsed:w&&r>=s}},"X$1"),fg={limit:1/0,ellipsis:"",ellipsisWidth:0},ft=o((e,t={})=>sc(e,fg,t).width,"S"),Qt="\x1B",ac="\x9B",hg=39,eo="\x07",uc="[",pg="]",cc="m",to=`${pg}8;;`,lc=new RegExp(`(?:\\${uc}(?<code>\\d+)m|\\${to}(?<uri>.*)${eo})`,"y"),Dg=o(e=>{if(e>=30&&e<=37||e>=90&&e<=97)return 39;if(e>=40&&e<=47||e>=100&&e<=107)return 49;if(e===1||e===2)return 22;if(e===3)return 23;if(e===4)return 24;if(e===7)return 27;if(e===8)return 28;if(e===9)return 29;if(e===0)return 0},"mt"),dc=o(e=>`${Qt}${uc}${e}${cc}`,"st"),fc=o(e=>`${Qt}${to}${e}${eo}`,"it$1"),mg=o(e=>e.map(t=>ft(t)),"gt"),no=o((e,t,n)=>{const r=t[Symbol.iterator]();let i=!1,s=!1,a=e.at(-1),u=a===void 0?0:ft(a),c=r.next(),d=r.next(),l=0;for(;!c.done;){const f=c.value,h=ft(f);u+h<=n?e[e.length-1]+=f:(e.push(f),u=0),(f===Qt||f===ac)&&(i=!0,s=t.startsWith(to,l+1)),i?s?f===eo&&(i=!1,s=!1):f===cc&&(i=!1):(u+=h,u===n&&!d.done&&(e.push(""),u=0)),c=d,d=r.next(),l+=f.length}a=e.at(-1),!u&&a!==void 0&&a.length>0&&e.length>1&&(e[e.length-2]+=e.pop())},"G"),gg=o(e=>{const t=e.split(" ");let n=t.length;for(;n>0&&!(ft(t[n-1])>0);)n--;return n===t.length?e:t.slice(0,n).join(" ")+t.slice(n).join("")},"vt$1"),Fg=o((e,t,n={})=>{if(n.trim!==!1&&e.trim()==="")return"";let r="",i,s;const a=e.split(" "),u=mg(a);let c=[""];for(const[p,m]of a.entries()){n.trim!==!1&&(c[c.length-1]=(c.at(-1)??"").trimStart());let g=ft(c.at(-1)??"");if(p!==0&&(g>=t&&(n.wordWrap===!1||n.trim===!1)&&(c.push(""),g=0),(g>0||n.trim===!1)&&(c[c.length-1]+=" ",g++)),n.hard&&u[p]>t){const F=t-g,w=1+Math.floor((u[p]-F-1)/t);Math.floor((u[p]-1)/t)<w&&c.push(""),no(c,m,t);continue}if(g+u[p]>t&&g>0&&u[p]>0){if(n.wordWrap===!1&&g<t){no(c,m,t);continue}c.push("")}if(g+u[p]>t&&n.wordWrap===!1){no(c,m,t);continue}c[c.length-1]+=m}n.trim!==!1&&(c=c.map(p=>gg(p)));const d=c.join(`
65
+ `),l=d[Symbol.iterator]();let f=l.next(),h=l.next(),D=0;for(;!f.done;){const p=f.value,m=h.value;if(r+=p,p===Qt||p===ac){lc.lastIndex=D+1;const F=lc.exec(d)?.groups;if(F?.code!==void 0){const w=Number.parseFloat(F.code);i=w===hg?void 0:w}else F?.uri!==void 0&&(s=F.uri.length===0?void 0:F.uri)}const g=i?Dg(i):void 0;m===`
66
+ `?(s&&(r+=fc("")),i&&g&&(r+=dc(g))):p===`
67
+ `&&(i&&g&&(r+=dc(i)),s&&(r+=fc(s))),D+=p.length,f=h,h=l.next()}return r},"Et");function ro(e,t,n){return String(e).normalize().replaceAll(`\r
68
+ `,`
69
+ `).split(`
70
+ `).map(r=>Fg(r,t,n)).join(`
71
+ `)}o(ro,"K");const wg=["up","down","left","right","space","enter","cancel"],ae={actions:new Set(wg),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]]),messages:{cancel:"Canceled",error:"Something went wrong"},withGuide:!0};function oo(e,t){if(typeof e=="string")return ae.aliases.get(e)===t;for(const n of e)if(n!==void 0&&oo(n,t))return!0;return!1}o(oo,"H$1");function yg(e,t){if(e===t)return;const n=e.split(`
72
+ `),r=t.split(`
73
+ `),i=Math.max(n.length,r.length),s=[];for(let a=0;a<i;a++)n[a]!==r[a]&&s.push(a);return{lines:s,numLinesBefore:n.length,numLinesAfter:r.length,numLines:i}}o(yg,"_t");const Eg=globalThis.process.platform.startsWith("win"),io=Symbol("clack:cancel");function hc(e){return e===io}o(hc,"Ct$1");function en(e,t){const n=e;n.isTTY&&n.setRawMode(t)}o(en,"T");function bg({input:e=Yo,output:t=hn,overwrite:n=!0,hideCursor:r=!0}={}){const i=gt.createInterface({input:e,output:t,prompt:"",tabSize:1});gt.emitKeypressEvents(e,i),e instanceof Ko&&e.isTTY&&e.setRawMode(!0);const s=o((a,{name:u,sequence:c})=>{const d=String(a);if(oo([d,u,c],"cancel")){r&&t.write(U.cursor.show),process.exit(0);return}if(!n)return;const l=u==="return"?0:-1,f=u==="return"?-1:0;gt.moveCursor(t,l,f,()=>{gt.clearLine(t,1,()=>{e.once("keypress",s)})})},"n");return r&&t.write(U.cursor.hide),e.once("keypress",s),()=>{e.off("keypress",s),r&&t.write(U.cursor.show),e instanceof Ko&&e.isTTY&&!Eg&&e.setRawMode(!1),i.terminal=!1,i.close()}}o(bg,"Bt");const so=o(e=>"columns"in e&&typeof e.columns=="number"?e.columns:80,"rt"),pc=o(e=>"rows"in e&&typeof e.rows=="number"?e.rows:20,"nt$1");function ao(e,t,n,r=n){const i=so(e??hn);return ro(t,i-n.length,{hard:!0,trim:!1}).split(`
74
+ `).map((s,a)=>`${a===0?r:n}${s}`).join(`
75
+ `)}o(ao,"xt");let Dc=(ze=class{constructor(t,n=!0){W(this,"input"),W(this,"output"),W(this,"_abortSignal"),W(this,"rl"),W(this,"opts"),W(this,"_render"),W(this,"_track",!1),W(this,"_prevFrame",""),W(this,"_subscribers",new Map),W(this,"_cursor",0),W(this,"state","initial"),W(this,"error",""),W(this,"value"),W(this,"userInput","");const{input:r=Yo,output:i=hn,render:s,signal:a,...u}=t;this.opts=u,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=s.bind(this),this._track=n,this._abortSignal=a,this.input=r,this.output=i}unsubscribe(){this._subscribers.clear()}setSubscriber(t,n){const r=this._subscribers.get(t)??[];r.push(n),this._subscribers.set(t,r)}on(t,n){this.setSubscriber(t,{cb:n})}once(t,n){this.setSubscriber(t,{cb:n,once:!0})}emit(t,...n){const r=this._subscribers.get(t)??[],i=[];for(const s of r)s.cb(...n),s.once&&i.push(()=>r.splice(r.indexOf(s),1));for(const s of i)s()}prompt(){return new Promise(t=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),t(io);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}this.rl=dl.createInterface({input:this.input,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),this.rl.prompt(),this.opts.initialUserInput!==void 0&&this._setUserInput(this.opts.initialUserInput,!0),this.input.on("keypress",this.onKeypress),en(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(U.cursor.show),this.output.off("resize",this.render),en(this.input,!1),t(this.value)}),this.once("cancel",()=>{this.output.write(U.cursor.show),this.output.off("resize",this.render),en(this.input,!1),t(io)})})}_isActionKey(t,n){return t===" "}_setValue(t){this.value=t,this.emit("value",this.value)}_setUserInput(t,n){this.userInput=t??"",this.emit("userInput",this.userInput),n&&this._track&&this.rl&&(this.rl.write(this.userInput),this._cursor=this.rl.cursor)}_clearUserInput(){this.rl?.write(null,{ctrl:!0,name:"u"}),this._setUserInput("")}onKeypress(t,n){if(this._track&&n.name!=="return"&&(n.name&&this._isActionKey(t,n)&&this.rl?.write(null,{ctrl:!0,name:"h"}),this._cursor=this.rl?.cursor??0,this._setUserInput(this.rl?.line)),this.state==="error"&&(this.state="active"),n?.name&&(!this._track&&ae.aliases.has(n.name)&&this.emit("cursor",ae.aliases.get(n.name)),ae.actions.has(n.name)&&this.emit("cursor",n.name)),t&&(t.toLowerCase()==="y"||t.toLowerCase()==="n")&&this.emit("confirm",t.toLowerCase()==="y"),this.emit("key",t?.toLowerCase(),n),n?.name==="return"){if(this.opts.validate){const r=this.opts.validate(this.value);r&&(this.error=r instanceof Error?r.message:r,this.state="error",this.rl?.write(this.userInput))}this.state!=="error"&&(this.state="submit")}oo([t,n?.name,n?.sequence],"cancel")&&(this.state="cancel"),(this.state==="submit"||this.state==="cancel")&&this.emit("finalize"),this.render(),(this.state==="submit"||this.state==="cancel")&&this.close()}close(){this.input.unpipe(),this.input.removeListener("keypress",this.onKeypress),this.output.write(`
76
+ `),en(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){const t=ro(this._prevFrame,process.stdout.columns,{hard:!0,trim:!1}).split(`
77
+ `).length-1;this.output.write(U.cursor.move(-999,t*-1))}render(){const t=ro(this._render(this)??"",process.stdout.columns,{hard:!0,trim:!1});if(t!==this._prevFrame){if(this.state==="initial")this.output.write(U.cursor.hide);else{const n=yg(this._prevFrame,t),r=pc(this.output);if(this.restoreCursor(),n){const i=Math.max(0,n.numLinesAfter-r),s=Math.max(0,n.numLinesBefore-r);let a=n.lines.find(u=>u>=i);if(a===void 0){this._prevFrame=t;return}if(n.lines.length===1){this.output.write(U.cursor.move(0,a-s)),this.output.write(U.erase.lines(1));const u=t.split(`
78
+ `);this.output.write(u[a]),this._prevFrame=t,this.output.write(U.cursor.move(0,u.length-a-1));return}else if(n.lines.length>1){if(i<s)a=i;else{const c=a-s;c>0&&this.output.write(U.cursor.move(0,c))}this.output.write(U.erase.down());const u=t.split(`
79
+ `).slice(a);this.output.write(u.join(`
80
+ `)),this._prevFrame=t;return}}this.output.write(U.erase.down())}this.output.write(t),this.state==="initial"&&(this.state="active"),this._prevFrame=t}}},o(ze,"x"),ze),Cg=(Ve=class extends Dc{get cursor(){return this.value?0:1}get _value(){return this.cursor===0}constructor(t){super(t,!1),this.value=!!t.initialValue,this.on("userInput",()=>{this.value=this._value}),this.on("confirm",n=>{this.output.write(U.cursor.move(0,-1)),this.value=n,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}},o(Ve,"kt"),Ve);const ko=class ko extends Dc{constructor(t){super(t,!1),W(this,"options"),W(this,"cursor",0),this.options=t.options;const n=this.options.findIndex(({value:i})=>i===t.initialValue),r=n===-1?0:n;this.cursor=this.options[r].disabled?Ht(r,1,this.options):r,this.changeValue(),this.on("cursor",i=>{switch(i){case"left":case"up":this.cursor=Ht(this.cursor,-1,this.options);break;case"down":case"right":this.cursor=Ht(this.cursor,1,this.options);break}this.changeValue()})}get _selectedValue(){return this.options[this.cursor]}changeValue(){this.value=this._selectedValue.value}};o(ko,"Wt");let uo=ko;function Sg(){return O.platform!=="win32"?O.env.TERM!=="linux":!!O.env.CI||!!O.env.WT_SESSION||!!O.env.TERMINUS_SUBLIME||O.env.ConEmuTask==="{cmd::Cmder}"||O.env.TERM_PROGRAM==="Terminus-Sublime"||O.env.TERM_PROGRAM==="vscode"||O.env.TERM==="xterm-256color"||O.env.TERM==="alacritty"||O.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}o(Sg,"me");const co=Sg(),vg=o(()=>process.env.CI==="true","ct"),ue=o((e,t)=>co?e:t,"C"),Bg=ue("\u25C6","*"),mc=ue("\u25A0","x"),gc=ue("\u25B2","x"),Fc=ue("\u25C7","o"),$g=ue("\u250C","T"),N=ue("\u2502","|"),lo=ue("\u2514","\u2014"),fo=ue("\u25CF",">"),tn=ue("\u25CB"," "),wc=o(e=>{switch(e){case"initial":case"active":return v.cyan(Bg);case"cancel":return v.red(mc);case"error":return v.yellow(gc);case"submit":return v.green(Fc)}},"W"),Ag=o(e=>{switch(e){case"initial":case"active":return v.cyan(N);case"cancel":return v.red(N);case"error":return v.yellow(N);case"submit":return v.green(N)}},"vt"),xg=o(e=>e===161||e===164||e===167||e===168||e===170||e===173||e===174||e>=176&&e<=180||e>=182&&e<=186||e>=188&&e<=191||e===198||e===208||e===215||e===216||e>=222&&e<=225||e===230||e>=232&&e<=234||e===236||e===237||e===240||e===242||e===243||e>=247&&e<=250||e===252||e===254||e===257||e===273||e===275||e===283||e===294||e===295||e===299||e>=305&&e<=307||e===312||e>=319&&e<=322||e===324||e>=328&&e<=331||e===333||e===338||e===339||e===358||e===359||e===363||e===462||e===464||e===466||e===468||e===470||e===472||e===474||e===476||e===593||e===609||e===708||e===711||e>=713&&e<=715||e===717||e===720||e>=728&&e<=731||e===733||e===735||e>=768&&e<=879||e>=913&&e<=929||e>=931&&e<=937||e>=945&&e<=961||e>=963&&e<=969||e===1025||e>=1040&&e<=1103||e===1105||e===8208||e>=8211&&e<=8214||e===8216||e===8217||e===8220||e===8221||e>=8224&&e<=8226||e>=8228&&e<=8231||e===8240||e===8242||e===8243||e===8245||e===8251||e===8254||e===8308||e===8319||e>=8321&&e<=8324||e===8364||e===8451||e===8453||e===8457||e===8467||e===8470||e===8481||e===8482||e===8486||e===8491||e===8531||e===8532||e>=8539&&e<=8542||e>=8544&&e<=8555||e>=8560&&e<=8569||e===8585||e>=8592&&e<=8601||e===8632||e===8633||e===8658||e===8660||e===8679||e===8704||e===8706||e===8707||e===8711||e===8712||e===8715||e===8719||e===8721||e===8725||e===8730||e>=8733&&e<=8736||e===8739||e===8741||e>=8743&&e<=8748||e===8750||e>=8756&&e<=8759||e===8764||e===8765||e===8776||e===8780||e===8786||e===8800||e===8801||e>=8804&&e<=8807||e===8810||e===8811||e===8814||e===8815||e===8834||e===8835||e===8838||e===8839||e===8853||e===8857||e===8869||e===8895||e===8978||e>=9312&&e<=9449||e>=9451&&e<=9547||e>=9552&&e<=9587||e>=9600&&e<=9615||e>=9618&&e<=9621||e===9632||e===9633||e>=9635&&e<=9641||e===9650||e===9651||e===9654||e===9655||e===9660||e===9661||e===9664||e===9665||e>=9670&&e<=9672||e===9675||e>=9678&&e<=9681||e>=9698&&e<=9701||e===9711||e===9733||e===9734||e===9737||e===9742||e===9743||e===9756||e===9758||e===9792||e===9794||e===9824||e===9825||e>=9827&&e<=9829||e>=9831&&e<=9834||e===9836||e===9837||e===9839||e===9886||e===9887||e===9919||e>=9926&&e<=9933||e>=9935&&e<=9939||e>=9941&&e<=9953||e===9955||e===9960||e===9961||e>=9963&&e<=9969||e===9972||e>=9974&&e<=9977||e===9979||e===9980||e===9982||e===9983||e===10045||e>=10102&&e<=10111||e>=11094&&e<=11097||e>=12872&&e<=12879||e>=57344&&e<=63743||e>=65024&&e<=65039||e===65533||e>=127232&&e<=127242||e>=127248&&e<=127277||e>=127280&&e<=127337||e>=127344&&e<=127373||e===127375||e===127376||e>=127387&&e<=127404||e>=917760&&e<=917999||e>=983040&&e<=1048573||e>=1048576&&e<=1114109,"pe"),Tg=o(e=>e===12288||e>=65281&&e<=65376||e>=65504&&e<=65510,"ge"),Og=o(e=>e>=4352&&e<=4447||e===8986||e===8987||e===9001||e===9002||e>=9193&&e<=9196||e===9200||e===9203||e===9725||e===9726||e===9748||e===9749||e>=9800&&e<=9811||e===9855||e===9875||e===9889||e===9898||e===9899||e===9917||e===9918||e===9924||e===9925||e===9934||e===9940||e===9962||e===9970||e===9971||e===9973||e===9978||e===9981||e===9989||e===9994||e===9995||e===10024||e===10060||e===10062||e>=10067&&e<=10069||e===10071||e>=10133&&e<=10135||e===10160||e===10175||e===11035||e===11036||e===11088||e===11093||e>=11904&&e<=11929||e>=11931&&e<=12019||e>=12032&&e<=12245||e>=12272&&e<=12287||e>=12289&&e<=12350||e>=12353&&e<=12438||e>=12441&&e<=12543||e>=12549&&e<=12591||e>=12593&&e<=12686||e>=12688&&e<=12771||e>=12783&&e<=12830||e>=12832&&e<=12871||e>=12880&&e<=19903||e>=19968&&e<=42124||e>=42128&&e<=42182||e>=43360&&e<=43388||e>=44032&&e<=55203||e>=63744&&e<=64255||e>=65040&&e<=65049||e>=65072&&e<=65106||e>=65108&&e<=65126||e>=65128&&e<=65131||e>=94176&&e<=94180||e===94192||e===94193||e>=94208&&e<=100343||e>=100352&&e<=101589||e>=101632&&e<=101640||e>=110576&&e<=110579||e>=110581&&e<=110587||e===110589||e===110590||e>=110592&&e<=110882||e===110898||e>=110928&&e<=110930||e===110933||e>=110948&&e<=110951||e>=110960&&e<=111355||e===126980||e===127183||e===127374||e>=127377&&e<=127386||e>=127488&&e<=127490||e>=127504&&e<=127547||e>=127552&&e<=127560||e===127568||e===127569||e>=127584&&e<=127589||e>=127744&&e<=127776||e>=127789&&e<=127797||e>=127799&&e<=127868||e>=127870&&e<=127891||e>=127904&&e<=127946||e>=127951&&e<=127955||e>=127968&&e<=127984||e===127988||e>=127992&&e<=128062||e===128064||e>=128066&&e<=128252||e>=128255&&e<=128317||e>=128331&&e<=128334||e>=128336&&e<=128359||e===128378||e===128405||e===128406||e===128420||e>=128507&&e<=128591||e>=128640&&e<=128709||e===128716||e>=128720&&e<=128722||e>=128725&&e<=128727||e>=128732&&e<=128735||e===128747||e===128748||e>=128756&&e<=128764||e>=128992&&e<=129003||e===129008||e>=129292&&e<=129338||e>=129340&&e<=129349||e>=129351&&e<=129535||e>=129648&&e<=129660||e>=129664&&e<=129672||e>=129680&&e<=129725||e>=129727&&e<=129733||e>=129742&&e<=129755||e>=129760&&e<=129768||e>=129776&&e<=129784||e>=131072&&e<=196605||e>=196608&&e<=262141,"fe"),ho=/[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/y,nn=/[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y,rn=/\t{1,1000}/y,po=new RegExp("[\\u{1F1E6}-\\u{1F1FF}]{2}|\\u{1F3F4}[\\u{E0061}-\\u{E007A}]{2}[\\u{E0030}-\\u{E0039}\\u{E0061}-\\u{E007A}]{1,3}\\u{E007F}|(?:\\p{Emoji}\\uFE0F\\u20E3?|\\p{Emoji_Modifier_Base}\\p{Emoji_Modifier}?|\\p{Emoji_Presentation})(?:\\u200D(?:\\p{Emoji_Modifier_Base}\\p{Emoji_Modifier}?|\\p{Emoji_Presentation}|\\p{Emoji}\\uFE0F\\u20E3?))*","yu"),on=/(?:[\x20-\x7E\xA0-\xFF](?!\uFE0F)){1,1000}/y,Ig=new RegExp("\\p{M}+","gu"),Rg={limit:1/0,ellipsis:""},yc=o((e,t={},n={})=>{const r=t.limit??1/0,i=t.ellipsis??"",s=t?.ellipsisWidth??(i?yc(i,Rg,n).width:0),a=n.ansiWidth??0,u=n.controlWidth??0,c=n.tabWidth??8,d=n.ambiguousWidth??1,l=n.emojiWidth??2,f=n.fullWidthWidth??2,h=n.regularWidth??1,D=n.wideWidth??2;let p=0,m=0,g=e.length,F=0,w=!1,y=g,E=Math.max(0,r-s),S=0,B=0,b=0,C=0;e:for(;;){if(B>S||m>=g&&m>p){const T=e.slice(S,B)||e.slice(p,m);F=0;for(const j of T.replaceAll(Ig,"")){const L=j.codePointAt(0)||0;if(Tg(L)?C=f:Og(L)?C=D:d!==h&&xg(L)?C=d:C=h,b+C>E&&(y=Math.min(y,Math.max(S,p)+F)),b+C>r){w=!0;break e}F+=j.length,b+=C}S=B=0}if(m>=g)break;if(on.lastIndex=m,on.test(e)){if(F=on.lastIndex-m,C=F*h,b+C>E&&(y=Math.min(y,m+Math.floor((E-b)/h))),b+C>r){w=!0;break}b+=C,S=p,B=m,m=p=on.lastIndex;continue}if(ho.lastIndex=m,ho.test(e)){if(b+a>E&&(y=Math.min(y,m)),b+a>r){w=!0;break}b+=a,S=p,B=m,m=p=ho.lastIndex;continue}if(nn.lastIndex=m,nn.test(e)){if(F=nn.lastIndex-m,C=F*u,b+C>E&&(y=Math.min(y,m+Math.floor((E-b)/u))),b+C>r){w=!0;break}b+=C,S=p,B=m,m=p=nn.lastIndex;continue}if(rn.lastIndex=m,rn.test(e)){if(F=rn.lastIndex-m,C=F*c,b+C>E&&(y=Math.min(y,m+Math.floor((E-b)/c))),b+C>r){w=!0;break}b+=C,S=p,B=m,m=p=rn.lastIndex;continue}if(po.lastIndex=m,po.test(e)){if(b+l>E&&(y=Math.min(y,m)),b+l>r){w=!0;break}b+=l,S=p,B=m,m=p=po.lastIndex;continue}m+=1}return{width:w?E:b,index:w?y:g,truncated:w,ellipsed:w&&r>=s}},"jt"),Mg={limit:1/0,ellipsis:"",ellipsisWidth:0},ht=o((e,t={})=>yc(e,Mg,t).width,"M"),sn="\x1B",Ec="\x9B",_g=39,Do="\x07",bc="[",Pg="]",Cc="m",mo=`${Pg}8;;`,Sc=new RegExp(`(?:\\${bc}(?<code>\\d+)m|\\${mo}(?<uri>.*)${Do})`,"y"),Lg=o(e=>{if(e>=30&&e<=37||e>=90&&e<=97)return 39;if(e>=40&&e<=47||e>=100&&e<=107)return 49;if(e===1||e===2)return 22;if(e===3)return 23;if(e===4)return 24;if(e===7)return 27;if(e===8)return 28;if(e===9)return 29;if(e===0)return 0},"we"),vc=o(e=>`${sn}${bc}${e}${Cc}`,"Ut"),Bc=o(e=>`${sn}${mo}${e}${Do}`,"Kt"),kg=o(e=>e.map(t=>ht(t)),"Ce"),go=o((e,t,n)=>{const r=t[Symbol.iterator]();let i=!1,s=!1,a=e.at(-1),u=a===void 0?0:ht(a),c=r.next(),d=r.next(),l=0;for(;!c.done;){const f=c.value,h=ht(f);u+h<=n?e[e.length-1]+=f:(e.push(f),u=0),(f===sn||f===Ec)&&(i=!0,s=t.startsWith(mo,l+1)),i?s?f===Do&&(i=!1,s=!1):f===Cc&&(i=!1):(u+=h,u===n&&!d.done&&(e.push(""),u=0)),c=d,d=r.next(),l+=f.length}a=e.at(-1),!u&&a!==void 0&&a.length>0&&e.length>1&&(e[e.length-2]+=e.pop())},"It"),Ng=o(e=>{const t=e.split(" ");let n=t.length;for(;n>0&&!(ht(t[n-1])>0);)n--;return n===t.length?e:t.slice(0,n).join(" ")+t.slice(n).join("")},"Se"),jg=o((e,t,n={})=>{if(n.trim!==!1&&e.trim()==="")return"";let r="",i,s;const a=e.split(" "),u=kg(a);let c=[""];for(const[p,m]of a.entries()){n.trim!==!1&&(c[c.length-1]=(c.at(-1)??"").trimStart());let g=ht(c.at(-1)??"");if(p!==0&&(g>=t&&(n.wordWrap===!1||n.trim===!1)&&(c.push(""),g=0),(g>0||n.trim===!1)&&(c[c.length-1]+=" ",g++)),n.hard&&u[p]>t){const F=t-g,w=1+Math.floor((u[p]-F-1)/t);Math.floor((u[p]-1)/t)<w&&c.push(""),go(c,m,t);continue}if(g+u[p]>t&&g>0&&u[p]>0){if(n.wordWrap===!1&&g<t){go(c,m,t);continue}c.push("")}if(g+u[p]>t&&n.wordWrap===!1){go(c,m,t);continue}c[c.length-1]+=m}n.trim!==!1&&(c=c.map(p=>Ng(p)));const d=c.join(`
81
+ `),l=d[Symbol.iterator]();let f=l.next(),h=l.next(),D=0;for(;!f.done;){const p=f.value,m=h.value;if(r+=p,p===sn||p===Ec){Sc.lastIndex=D+1;const F=Sc.exec(d)?.groups;if(F?.code!==void 0){const w=Number.parseFloat(F.code);i=w===_g?void 0:w}else F?.uri!==void 0&&(s=F.uri.length===0?void 0:F.uri)}const g=i?Lg(i):void 0;m===`
82
+ `?(s&&(r+=Bc("")),i&&g&&(r+=vc(g))):p===`
83
+ `&&(i&&g&&(r+=vc(i)),s&&(r+=Bc(s))),D+=p.length,f=h,h=l.next()}return r},"Ie");function Fo(e,t,n){return String(e).normalize().replaceAll(`\r
84
+ `,`
85
+ `).split(`
86
+ `).map(r=>jg(r,t,n)).join(`
87
+ `)}o(Fo,"J");const Ug=o((e,t,n,r,i)=>{let s=t,a=0;for(let u=n;u<r;u++){const c=e[u];if(s=s-c.length,a++,s<=i)break}return{lineCount:s,removals:a}},"be"),Wg=o(e=>{const{cursor:t,options:n,style:r}=e,i=e.output??process.stdout,s=so(i),a=e.columnPadding??0,u=e.rowPadding??4,c=s-a,d=pc(i),l=v.dim("..."),f=e.maxItems??Number.POSITIVE_INFINITY,h=Math.max(d-u,0),D=Math.max(Math.min(f,h),5);let p=0;t>=D-3&&(p=Math.max(Math.min(t-D+3,n.length-D),0));let m=D<n.length&&p>0,g=D<n.length&&p+D<n.length;const F=Math.min(p+D,n.length),w=[];let y=0;m&&y++,g&&y++;const E=p+(m?1:0),S=F-(g?1:0);for(let b=E;b<S;b++){const C=Fo(r(n[b],b===t),c,{hard:!0,trim:!1}).split(`
88
+ `);w.push(C),y+=C.length}if(y>h){let b=0,C=0,T=y;const j=t-E,L=o((fn,De)=>Ug(w,T,fn,De,h),"T");m?({lineCount:T,removals:b}=L(0,j),T>h&&({lineCount:T,removals:C}=L(j+1,w.length))):({lineCount:T,removals:C}=L(j+1,w.length),T>h&&({lineCount:T,removals:b}=L(0,j))),b>0&&(m=!0,w.splice(0,b)),C>0&&(g=!0,w.splice(w.length-C,C))}const B=[];m&&B.push(l);for(const b of w)for(const C of b)B.push(C);return g&&B.push(l),B},"X"),Gg=o(e=>{const t=e.active??"Yes",n=e.inactive??"No";return new Cg({active:t,inactive:n,signal:e.signal,input:e.input,output:e.output,initialValue:e.initialValue??!0,render(){const r=e.withGuide??ae.withGuide,i=`${r?`${v.gray(N)}
89
+ `:""}${wc(this.state)} ${e.message}
90
+ `,s=this.value?t:n;switch(this.state){case"submit":{const a=r?`${v.gray(N)} `:"";return`${i}${a}${v.dim(s)}`}case"cancel":{const a=r?`${v.gray(N)} `:"";return`${i}${a}${v.strikethrough(v.dim(s))}${r?`
91
+ ${v.gray(N)}`:""}`}default:{const a=r?`${v.cyan(N)} `:"",u=r?v.cyan(lo):"";return`${i}${a}${this.value?`${v.green(fo)} ${t}`:`${v.dim(tn)} ${v.dim(t)}`}${e.vertical?r?`
92
+ ${v.cyan(N)} `:`
93
+ `:` ${v.dim("/")} `}${this.value?`${v.dim(tn)} ${v.dim(n)}`:`${v.green(fo)} ${n}`}
94
+ ${u}
95
+ `}}}}).prompt()},"Re"),$c=o((e="",t)=>{process.stdout.write(`${v.gray($g)} ${e}
96
+ `)},"We"),Oe=o((e="",t)=>{process.stdout.write(`${v.gray(N)}
97
+ ${v.gray(lo)} ${e}
98
+
99
+ `)},"Le"),zg=v.magenta,wo=o(({indicator:e="dots",onCancel:t,output:n=process.stdout,cancelMessage:r,errorMessage:i,frames:s=co?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],delay:a=co?80:120,signal:u,...c}={})=>{const d=vg();let l,f,h=!1,D=!1,p="",m,g=performance.now();const F=so(n),w=c?.styleFrame??zg,y=o(_=>{const K=_>1?i??ae.messages.error:r??ae.messages.cancel;D=_===1,h&&(De(K,_),D&&typeof t=="function"&&t())},"v"),E=o(()=>y(2),"S"),S=o(()=>y(1),"I"),B=o(()=>{process.on("uncaughtExceptionMonitor",E),process.on("unhandledRejection",E),process.on("SIGINT",S),process.on("SIGTERM",S),process.on("exit",y),u&&u.addEventListener("abort",S)},"B"),b=o(()=>{process.removeListener("uncaughtExceptionMonitor",E),process.removeListener("unhandledRejection",E),process.removeListener("SIGINT",S),process.removeListener("SIGTERM",S),process.removeListener("exit",y),u&&u.removeEventListener("abort",S)},"A"),C=o(()=>{if(m===void 0)return;d&&n.write(`
100
+ `);const _=Fo(m,F,{hard:!0,trim:!1}).split(`
101
+ `);_.length>1&&n.write(U.cursor.up(_.length-1)),n.write(U.cursor.to(0)),n.write(U.erase.down())},"w"),T=o(_=>_.replace(/\.+$/,""),"_$1"),j=o(_=>{const K=(performance.now()-_)/1e3,re=Math.floor(K/60),oe=Math.floor(K%60);return re>0?`[${re}m ${oe}s]`:`[${oe}s]`},"D"),L=c.withGuide??ae.withGuide,fn=o((_="")=>{h=!0,l=bg({output:n}),p=T(_),g=performance.now(),L&&n.write(`${v.gray(N)}
102
+ `);let K=0,re=0;B(),f=setInterval(()=>{if(d&&p===m)return;C(),m=p;const oe=w(s[K]);let pt;if(d)pt=`${oe} ${p}...`;else if(e==="timer")pt=`${oe} ${p} ${j(g)}`;else{const zc=".".repeat(Math.floor(re)).slice(0,3);pt=`${oe} ${p}${zc}`}const Gc=Fo(pt,F,{hard:!0,trim:!1});n.write(Gc),K=K+1<s.length?K+1:0,re=re<4?re+.125:0},a)},"Y"),De=o((_="",K=0,re=!1)=>{if(!h)return;h=!1,clearInterval(f),C();const oe=K===0?v.green(Fc):K===1?v.red(mc):v.red(gc);p=_??p,re||(e==="timer"?n.write(`${oe} ${p} ${j(g)}
103
+ `):n.write(`${oe} ${p}
104
+ `)),b(),l()},"L");return{start:fn,stop:o((_="")=>De(_,0),"stop"),message:o((_="")=>{p=T(_??p)},"message"),cancel:o((_="")=>De(_,1),"cancel"),error:o((_="")=>De(_,2),"error"),clear:o(()=>De("",0,!0),"clear"),get isCancelled(){return D}}},"bt"),an=o((e,t)=>e.includes(`
105
+ `)?e.split(`
106
+ `).map(n=>t(n)).join(`
107
+ `):t(e),"lt"),Vg=o(e=>{const t=o((n,r)=>{const i=n.label??String(n.value);switch(r){case"disabled":return`${v.gray(tn)} ${an(i,v.gray)}${n.hint?` ${v.dim(`(${n.hint??"disabled"})`)}`:""}`;case"selected":return`${an(i,v.dim)}`;case"active":return`${v.green(fo)} ${i}${n.hint?` ${v.dim(`(${n.hint})`)}`:""}`;case"cancelled":return`${an(i,s=>v.strikethrough(v.dim(s)))}`;default:return`${v.dim(tn)} ${an(i,v.dim)}`}},"r");return new uo({options:e.options,signal:e.signal,input:e.input,output:e.output,initialValue:e.initialValue,render(){const n=e.withGuide??ae.withGuide,r=`${wc(this.state)} `,i=`${Ag(this.state)} `,s=ao(e.output,e.message,i,r),a=`${n?`${v.gray(N)}
108
+ `:""}${s}
109
+ `;switch(this.state){case"submit":{const u=n?`${v.gray(N)} `:"",c=ao(e.output,t(this.options[this.cursor],"selected"),u);return`${a}${c}`}case"cancel":{const u=n?`${v.gray(N)} `:"",c=ao(e.output,t(this.options[this.cursor],"cancelled"),u);return`${a}${c}${n?`
110
+ ${v.gray(N)}`:""}`}default:{const u=n?`${v.cyan(N)} `:"",c=n?v.cyan(lo):"",d=a.split(`
111
+ `).length,l=n?2:1;return`${a}${u}${Wg({output:e.output,cursor:this.cursor,options:this.options,maxItems:e.maxItems,columnPadding:u.length,rowPadding:d+l,style:o((f,h)=>t(f,f.disabled?"disabled":h?"active":"inactive"),"style")}).join(`
112
+ ${u}`)}
113
+ ${c}
114
+ `}}}}).prompt()},"Je");`${v.gray(N)}`;const No=class No extends Error{};o(No,"KnownError");let I=No;const yo=" ",un=o(e=>{e instanceof Error&&!(e instanceof I)&&(e.stack&&console.error(Zr(e.stack.split(`
115
+ `).slice(1).join(`
116
+ `))),console.error(`
117
+ ${yo}${Zr(`aicommit v${Tn.version}`)}`),console.error(`
118
+ ${yo}Please open a Bug report with the information above:`),console.error(`${yo}https://github.com/NegoZiatoR/ai-commit/issues/new/choose`))},"handleCliError"),Eo=o(async()=>{const{stdout:e,failed:t}=await Ue("git",["rev-parse","--show-toplevel"],{reject:!1});if(t)throw new I("The current directory must be a Git repository!");return e},"assertGitRepo"),bo=o(e=>`:(exclude)${e}`,"excludeFromDiff"),Ac=["package-lock.json","*.lock"].map(bo),xc=o(async e=>{const t=["diff","--cached","--diff-algorithm=minimal"],{stdout:n}=await Ue("git",[...t,"--name-only",...Ac,...e?e.map(bo):[]]);if(!n)return;const{stdout:r}=await Ue("git",[...t,...Ac,...e?e.map(bo):[]]);return{files:n.split(`
119
+ `),diff:r}},"getStagedDiff"),Yg=o(e=>`Detected ${e.length.toLocaleString()} staged file${e.length>1?"s":""}`,"getDetectedMessage");var Co,Tc;function qg(){if(Tc)return Co;Tc=1;const{hasOwnProperty:e}=Object.prototype,t=o((u,c={})=>{typeof c=="string"&&(c={section:c}),c.align=c.align===!0,c.newline=c.newline===!0,c.sort=c.sort===!0,c.whitespace=c.whitespace===!0||c.align===!0,c.platform=c.platform||typeof process<"u"&&process.platform,c.bracketedArray=c.bracketedArray!==!1;const d=c.platform==="win32"?`\r
120
+ `:`
121
+ `,l=c.whitespace?" = ":"=",f=[],h=c.sort?Object.keys(u).sort():Object.keys(u);let D=0;c.align&&(D=s(h.filter(g=>u[g]===null||Array.isArray(u[g])||typeof u[g]!="object").map(g=>Array.isArray(u[g])?`${g}[]`:g).concat([""]).reduce((g,F)=>s(g).length>=s(F).length?g:F)).length);let p="";const m=c.bracketedArray?"[]":"";for(const g of h){const F=u[g];if(F&&Array.isArray(F))for(const w of F)p+=s(`${g}${m}`).padEnd(D," ")+l+s(w)+d;else F&&typeof F=="object"?f.push(g):p+=s(g).padEnd(D," ")+l+s(F)+d}c.section&&p.length&&(p="["+s(c.section)+"]"+(c.newline?d+d:d)+p);for(const g of f){const F=n(g,".").join("\\."),w=(c.section?c.section+".":"")+F,y=t(u[g],{...c,section:w});p.length&&y.length&&(p+=d),p+=y}return p},"encode");function n(u,c){var d=0,l=0,f=0,h=[];do if(f=u.indexOf(c,d),f!==-1){if(d=f+c.length,f>0&&u[f-1]==="\\")continue;h.push(u.slice(l,f)),l=f+c.length}while(f!==-1);return h.push(u.slice(l)),h}o(n,"splitSections");const r=o((u,c={})=>{c.bracketedArray=c.bracketedArray!==!1;const d=Object.create(null);let l=d,f=null;const h=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,D=u.split(/[\r\n]+/g),p={};for(const g of D){if(!g||g.match(/^\s*[;#]/)||g.match(/^\s*$/))continue;const F=g.match(h);if(!F)continue;if(F[1]!==void 0){if(f=a(F[1]),f==="__proto__"){l=Object.create(null);continue}l=d[f]=d[f]||Object.create(null);continue}const w=a(F[2]);let y;c.bracketedArray?y=w.length>2&&w.slice(-2)==="[]":(p[w]=(p?.[w]||0)+1,y=p[w]>1);const E=y&&w.endsWith("[]")?w.slice(0,-2):w;if(E==="__proto__")continue;const S=F[3]?a(F[4]):!0,B=S==="true"||S==="false"||S==="null"?JSON.parse(S):S;y&&(e.call(l,E)?Array.isArray(l[E])||(l[E]=[l[E]]):l[E]=[]),Array.isArray(l[E])?l[E].push(B):l[E]=B}const m=[];for(const g of Object.keys(d)){if(!e.call(d,g)||typeof d[g]!="object"||Array.isArray(d[g]))continue;const F=n(g,".");l=d;const w=F.pop(),y=w.replace(/\\\./g,".");for(const E of F)E!=="__proto__"&&((!e.call(l,E)||typeof l[E]!="object")&&(l[E]=Object.create(null)),l=l[E]);l===d&&y===w||(l[y]=d[g],m.push(g))}for(const g of m)delete d[g];return d},"decode"),i=o(u=>u.startsWith('"')&&u.endsWith('"')||u.startsWith("'")&&u.endsWith("'"),"isQuoted"),s=o(u=>typeof u!="string"||u.match(/[=\r\n]/)||u.match(/^\[/)||u.length>1&&i(u)||u!==u.trim()?JSON.stringify(u):u.split(";").join("\\;").split("#").join("\\#"),"safe"),a=o(u=>{if(u=(u||"").trim(),i(u)){u.charAt(0)==="'"&&(u=u.slice(1,-1));try{u=JSON.parse(u)}catch{}}else{let c=!1,d="";for(let l=0,f=u.length;l<f;l++){const h=u.charAt(l);if(c)"\\;#".indexOf(h)!==-1?d+=h:d+="\\"+h,c=!1;else{if(";#".indexOf(h)!==-1)break;h==="\\"?c=!0:d+=h}}return c&&(d+="\\"),d.trim()}return u},"unsafe");return Co={parse:r,decode:r,stringify:t,encode:t,safe:s,unsafe:a},Co}o(qg,"requireIni");var Kg=qg(),Oc=Wn(Kg);const cn=o(e=>G.lstat(e).then(()=>!0,()=>!1),"fileExists"),So=o(async e=>{try{let t;try{t=e||await Eo()}catch(a){if(a instanceof I&&a.message.includes("Git repository"))return;throw a}const n=ce.join(t,".ai-commit.json");if(!await cn(n))return;const i=await G.readFile(n,"utf8");return JSON.parse(i)}catch(t){if(t instanceof I)throw t;return}},"getProjectConfig");function Hg(e){const t={},n=e.split(`
122
+ `);for(const r of n){const i=r.trim();if(!i||i.startsWith("#"))continue;const s=i.match(/^([A-Z_][A-Z0-9_]*)\s*=\s*(.*)$/i);if(!s)continue;const[,a,u]=s;let c=u.trim();(c.startsWith('"')&&c.endsWith('"')||c.startsWith("'")&&c.endsWith("'"))&&(c=c.slice(1,-1)),t[a]=c}return t}o(Hg,"parseEnvContent");async function Ic(e){const{filename:t=".env",directory:n=process.cwd(),override:r=!1}=e||{},i=ce.join(n,t);if(!await cn(i))return{};try{const a=await G.readFile(i,"utf8"),u=Hg(a);for(const[c,d]of Object.entries(u))(r||process.env[c]===void 0)&&(process.env[c]=d);return u}catch{return{}}}o(Ic,"loadEnvFile");async function Zg(){process.env.NODE_ENV==="test"?await Ic({filename:".env.local"}):await Ic({filename:".env"})}o(Zg,"loadEnvironment");const Rc=["openai","anthropic","azure-openai","ollama","custom"],Jg=["","conventional"],{hasOwnProperty:Xg}=Object.prototype,Mc=o((e,t)=>Xg.call(e,t),"hasOwn"),M=o((e,t,n)=>{if(!t)throw new I(`Invalid config property ${e}: ${n}`)},"parseAssert"),ln={provider(e){return e?(M("provider",Rc.includes(e),`Must be one of: ${Rc.join(", ")}`),e):"openai"},OPENAI_KEY(e){if(e)return M("OPENAI_KEY",e.startsWith("sk-"),'Must start with "sk-"'),e},ANTHROPIC_KEY(e){if(e)return M("ANTHROPIC_KEY",e.startsWith("sk-ant-"),'Must start with "sk-ant-"'),e},AZURE_OPENAI_KEY(e){return e},AZURE_ENDPOINT(e){if(e)return M("AZURE_ENDPOINT",/^https?:\/\//.test(e),"Must be a valid URL"),e},OLLAMA_ENDPOINT(e){return e?(M("OLLAMA_ENDPOINT",/^https?:\/\//.test(e),"Must be a valid URL"),e):"http://localhost:11434"},CUSTOM_ENDPOINT(e){if(e)return M("CUSTOM_ENDPOINT",/^https?:\/\//.test(e),"Must be a valid URL"),e},CUSTOM_KEY(e){return e},locale(e){return e?(M("locale",e,"Cannot be empty"),M("locale",/^[a-z-]+$/i.test(e),"Must be a valid locale (letters and dashes/underscores). You can consult the list of codes in: https://wikipedia.org/wiki/List_of_ISO_639-1_codes"),e):"en"},generate(e){if(!e)return 1;M("generate",/^\d+$/.test(e),"Must be an integer");const t=Number(e);return M("generate",t>0,"Must be greater than 0"),M("generate",t<=5,"Must be less or equal to 5"),t},type(e){return e?(M("type",Jg.includes(e),"Invalid commit type"),e):""},proxy(e){if(!(!e||e.length===0))return M("proxy",/^https?:\/\//.test(e),"Must be a valid URL"),e},model(e){return!e||e.length===0?"gpt-4o-mini":e},timeout(e){if(!e)return 1e4;M("timeout",/^\d+$/.test(e),"Must be an integer");const t=Number(e);return M("timeout",t>=500,"Must be greater than 500ms"),t},temperature(e){if(!e)return .2;M("temperature",/^(2|\d)(\.\d{1,2})?$/.test(e),"Must be decimal between 0 and 2");const t=Number(e);return M("temperature",t>0,"Must be greater than 0"),M("temperature",t<=2,"Must be less than or equal to 2"),t},"max-length"(e){if(!e)return 50;M("max-length",/^\d+$/.test(e),"Must be an integer");const t=Number(e);return M("max-length",t>=20,"Must be greater than 20 characters"),t},"max-completion-tokens"(e){if(!e)return 1e4;M("max-completion-tokens",/^\d+$/.test(e),"Must be an integer");const t=Number(e);return M("max-completion-tokens",t>0,"Must be greater than 0"),t},"auto-confirm"(e){return e?typeof e=="boolean"?e:(M("auto-confirm",/^(?:true|false)$/.test(e),"Must be a boolean"),e==="true"):!1},"prepend-reference"(e){return e?typeof e=="boolean"?e:(M("prepend-reference",/^(?:true|false)$/.test(e),"Must be a boolean"),e==="true"):!1}},vo=ce.join(fl.homedir(),".aicommit"),_c=o(async()=>{if(!await cn(vo))return Object.create(null);const t=await G.readFile(vo,"utf8");return Oc.parse(t)},"readConfigFile"),Qg=o(e=>{const t=e.provider;switch(t){case"openai":if(!e.OPENAI_KEY)throw new I("Please set your OpenAI API key via `aicommit config set OPENAI_KEY=<your token>`");break;case"anthropic":if(!e.ANTHROPIC_KEY)throw new I("Please set your Anthropic API key via `aicommit config set ANTHROPIC_KEY=<your token>`\nGet your API key from: https://console.anthropic.com/");break;case"azure-openai":if(!e.AZURE_OPENAI_KEY)throw new I("Please set your Azure OpenAI API key via `aicommit config set AZURE_OPENAI_KEY=<your token>`");if(!e.AZURE_ENDPOINT)throw new I("Please set your Azure OpenAI endpoint via `aicommit config set AZURE_ENDPOINT=<your endpoint>`");break;case"ollama":break;case"custom":if(!e.CUSTOM_ENDPOINT)throw new I("Please set your custom endpoint via `aicommit config set CUSTOM_ENDPOINT=<your endpoint>`");break;default:throw new I(`Unknown provider: ${t}`)}},"validateProviderConfig"),Bo=o(async(e,t)=>{await Zg();const n=await _c(),r=await So(),i={};for(const a of Object.keys(ln)){const u=ln[a];let c=r?.[a]??e?.[a]??process.env[a]??n[a];if(typeof c=="boolean"&&(c=c.toString()),t)try{i[a]=u(c)}catch{}else i[a]=u(c)}const s=i;return t||Qg(s),s},"getConfig"),e8=o(async e=>{const t=await _c();for(const[n,r]of e){if(!Mc(ln,n))throw new I(`Invalid config property: ${n}`);const i=ln[n](r);t[n]=i}await G.writeFile(vo,Oc.stringify(t),"utf8")},"setConfigs"),Pc={openai:o(()=>import("./openai-Dgd-rq5M.mjs"),"openai"),anthropic:o(()=>import("./anthropic-DLiZZOv2.mjs"),"anthropic"),"azure-openai":o(()=>import("./azure-openai-DuqExyd5.mjs"),"azure-openai"),ollama:o(()=>import("./ollama-ZoxYNDw8.mjs"),"ollama"),custom:o(()=>import("./custom-B8gCFRDc.mjs"),"custom")};async function Lc(e,t){const n=Pc[e];if(!n)throw new I(`Unknown provider type: ${e}. Supported providers: ${Object.keys(Pc).join(", ")}`);try{const i=(await n()).default;return new i(t)}catch(r){throw r instanceof I?r:r.code==="ERR_MODULE_NOT_FOUND"?new I(`Provider "${e}" is not yet implemented. Currently supported: openai`):new I(`Failed to initialize provider "${e}": ${r.message}`)}}o(Lc,"createProvider");var t8=o(async(e,t,n,r,i)=>(async()=>{$c(rc(nc(" aicommit "))),await Eo();const s=wo();n&&await Ue("git",["add","--update"]),s.start("Detecting staged files");const a=await xc(t);if(!a)throw s.stop("Detecting staged files"),new I("No staged changes found. Stage your changes manually, or automatically stage all changes with the `--all` flag.");s.stop(`${Yg(a.files)}:
123
+ ${a.files.map(h=>` ${h}`).join(`
124
+ `)}`);const{env:u}=process,c=await Bo({OPENAI_KEY:u.OPENAI_KEY||u.OPENAI_API_KEY,proxy:u.https_proxy||u.HTTPS_PROXY||u.http_proxy||u.HTTP_PROXY,generate:e?.toString(),type:r?.toString()}),d=wo();d.start("The AI is analyzing your changes");let l;try{const h={model:c.model,locale:c.locale,maxLength:c["max-length"],type:c.type,timeout:c.timeout,temperature:c.temperature,maxCompletionTokens:c["max-completion-tokens"],proxy:c.proxy};let D;switch(c.provider){case"openai":D={...h,apiKey:c.OPENAI_KEY};break;case"anthropic":D={...h,apiKey:c.ANTHROPIC_KEY};break;case"azure-openai":D={...h,apiKey:c.AZURE_OPENAI_KEY,endpoint:c.AZURE_ENDPOINT};break;case"ollama":D={...h,endpoint:c.OLLAMA_ENDPOINT};break;case"custom":D={...h,endpoint:c.CUSTOM_ENDPOINT,apiKey:c.CUSTOM_KEY};break;default:D={...h,apiKey:c.OPENAI_KEY}}const p=await Lc(c.provider,D),m=await So();l=(await p.generateCommitMessage({diff:a.diff,completions:c.generate,projectConfig:m})).messages}finally{d.stop("Changes analyzed")}if(l.length===0)throw new I("No commit messages were generated. Try again.");let f;if(l.length===1){[f]=l;let h;if(c["auto-confirm"]?(h=!0,Oe(`${dt("\u2714")} Auto confirmed commit message.
125
+
126
+ ${f}
127
+ `)):h=await Gg({message:`Use this commit message?
128
+
129
+ ${f}
130
+ `}),!h||hc(h)){Oe("Commit cancelled");return}}else{const h=await Vg({message:`Pick a commit message to use: ${Zr("(Ctrl+c to exit)")}`,options:l.map(D=>({label:D,value:D}))});if(hc(h)){Oe("Commit cancelled");return}f=h}if(c["prepend-reference"]){const{stdout:h}=await Ue("git",["branch","--show-current"]),D=h.match(/([a-zA-Z])+-([0-9]+)/)?.[0];D?.length&&(f=`${D?.toUpperCase()}: ${f}`)}await Ue("git",["commit","-m",f,...i]),Oe(`${dt("\u2714")} Successfully committed!`)})().catch(s=>{Oe(`${qt("\u2716")} ${s.message}`),un(s),process.exit(1)}),"aicommit");const[$o,n8]=process.argv.slice(2);var r8=o(()=>(async()=>{if(!$o)throw new I('Commit message file path is missing. This file should be called from the "prepare-commit-msg" git hook');if(n8)return;const e=await xc();if(!e)return;$c(rc(nc(" aicommit ")));const{env:t}=process,n=await Bo({proxy:t.https_proxy||t.HTTPS_PROXY||t.http_proxy||t.HTTP_PROXY}),r=wo();r.start("The AI is analyzing your changes");let i;try{const d={model:n.model,locale:n.locale,maxLength:n["max-length"],type:n.type,timeout:n.timeout,temperature:n.temperature,maxCompletionTokens:n["max-completion-tokens"],proxy:n.proxy};let l;switch(n.provider){case"openai":l={...d,apiKey:n.OPENAI_KEY};break;case"anthropic":l={...d,apiKey:n.ANTHROPIC_KEY};break;case"azure-openai":l={...d,apiKey:n.AZURE_OPENAI_KEY,endpoint:n.AZURE_ENDPOINT};break;case"ollama":l={...d,endpoint:n.OLLAMA_ENDPOINT};break;case"custom":l={...d,endpoint:n.CUSTOM_ENDPOINT,apiKey:n.CUSTOM_KEY};break;default:l={...d,apiKey:n.OPENAI_KEY}}const f=await Lc(n.provider,l),h=await So();i=(await f.generateCommitMessage({diff:e.diff,completions:n.generate,projectConfig:h})).messages}finally{r.stop("Changes analyzed")}const a=await G.readFile($o,"utf8")!=="",u=i.length>1;let c="";a&&(c=`# \u{1F916} AI generated commit${u?"s":""}
131
+ `),u?(a&&(c+=`# Select one of the following messages by uncommeting:
132
+ `),c+=`
133
+ ${i.map(d=>`# ${d}`).join(`
134
+ `)}`):(a&&(c+=`# Edit the message below and commit:
135
+ `),c+=`
136
+ ${i[0]}
137
+ `),await G.appendFile($o,c),Oe(`${dt("\u2714")} Saved commit message!`)})().catch(e=>{Oe(`${qt("\u2716")} ${e.message}`),un(e),process.exit(1)}),"prepareCommitMessageHook"),o8=xn({name:"config",parameters:["<mode>","<key=value...>"]},e=>{(async()=>{const{mode:t,keyValue:n}=e._;if(t==="get"){const r=await Bo({},!0);for(const i of n)Mc(r,i)&&console.log(`${i}=${r[i]}`);return}if(t==="set"){await e8(n.map(r=>r.split("=")));return}throw new I(`Invalid mode: ${t}`)})().catch(t=>{console.error(`${qt("\u2716")} ${t.message}`),un(t),process.exit(1)})});const kc="prepare-commit-msg",Nc=`.git/hooks/${kc}`,dn=hl(new URL("cli.mjs",import.meta.url)),i8=process.argv[1].replace(/\\/g,"/").endsWith(`/${Nc}`),jc=process.platform==="win32",Uc=`
138
+ #!/usr/bin/env node
139
+ import(${JSON.stringify(pl(dn))})
140
+ `.trim();var s8=xn({name:"hook",parameters:["<install/uninstall>"]},e=>{(async()=>{const t=await Eo(),{installUninstall:n}=e._,r=ce.join(t,Nc),i=await cn(r);if(n==="install"){if(i){if(await G.realpath(r).catch(()=>{})===dn){console.warn("The hook is already installed");return}throw new I(`A different ${kc} hook seems to be installed. Please remove it before installing aicommit.`)}await G.mkdir(ce.dirname(r),{recursive:!0}),jc?await G.writeFile(r,Uc):(await G.symlink(dn,r,"file"),await G.chmod(r,493)),console.log(`${dt("\u2714")} Hook installed`);return}if(n==="uninstall"){if(!i){console.warn("Hook is not installed");return}if(jc){if(await G.readFile(r,"utf8")!==Uc){console.warn("Hook is not installed");return}}else if(await G.realpath(r)!==dn){console.warn("Hook is not installed");return}await G.rm(r),console.log(`${dt("\u2714")} Hook uninstalled`);return}throw new I(`Invalid mode: ${n}`)})().catch(t=>{console.error(`${qt("\u2716")} ${t.message}`),un(t),process.exit(1)})});const Wc=process.argv.slice(2);ji({name:"aicommit",version:Tn.version,flags:{generate:{type:Number,description:"Number of messages to generate (Warning: generating multiple costs more) (default: 1)",alias:"g"},exclude:{type:[String],description:"Files to exclude from AI analysis",alias:"x"},all:{type:Boolean,description:"Automatically stage changes in tracked files for the commit",alias:"a",default:!1},type:{type:String,description:"Type of commit message to generate",alias:"t"}},commands:[o8,s8],help:{description:Tn.description},ignoreArgv:o(e=>e==="unknown-flag"||e==="argument","ignoreArgv")},e=>{i8?r8():t8(e.flags.generate,e.flags.exclude,e.flags.all,e.flags.type,Wc)},Wc);export{I as K};