@negoziator/ai-commit 1.2.226 → 1.3.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.
- package/README.md +13 -0
- package/dist/cli.mjs +52 -52
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,6 +91,19 @@ aicommit config set <key>=<value>
|
|
|
91
91
|
| `prepend-reference` | `false` | Prepend issue reference from branch name to commit message. |
|
|
92
92
|
| `temperature` | `0.2` | The temperature (0.0-2.0) is used to control the randomness of the output from OpenAI |
|
|
93
93
|
|
|
94
|
+
### Project-Specific Configuration
|
|
95
|
+
|
|
96
|
+
You can add a `.ai-commit.json` file in the root of your project to provide additional context about your project to the AI. This helps generate more accurate and relevant commit messages.
|
|
97
|
+
|
|
98
|
+
Example `.ai-commit.json`:
|
|
99
|
+
```json
|
|
100
|
+
{
|
|
101
|
+
"projectPrompt": "This is a Node.js CLI tool that uses OpenAI to generate meaningful git commit messages."
|
|
102
|
+
}
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
The `projectPrompt` field should contain a brief description of your project, its purpose, and any other relevant information that would help the AI understand the context of your code changes.
|
|
106
|
+
|
|
94
107
|
## Maintainers
|
|
95
108
|
[](https://twitter.com/negoziator)
|
|
96
109
|
|
package/dist/cli.mjs
CHANGED
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
var zt=Object.defineProperty;var o=(u,e)=>zt(u,"name",{value:e,configurable:!0});var eu;import Ru from"tty";import{Buffer as Ht}from"node:buffer";import K from"node:path";import Ne,{ChildProcess as Yt}from"node:child_process";import $,{stdout as Le,stdin as Ge}from"node:process";import Kt from"child_process";import V from"path";import _u from"fs";import{fileURLToPath as qe}from"node:url";import Vt,{constants as We}from"node:os";import Ue from"assert";import ze from"events";import{createWriteStream as Jt,createReadStream as Zt}from"node:fs";import Xt from"buffer";import ku from"stream";import He from"util";import{debuglog as Qt}from"node:util";import*as lu from"node:readline";import Ye from"node:readline";import{Writable as ur}from"node:stream";import P from"fs/promises";import Ke from"os";import er from"https";import Dr from"net";import tr from"tls";import rr,{fileURLToPath as nr,pathToFileURL as or}from"url";const sr="known-flag",ir="unknown-flag",ar="argument",{stringify:tu}=JSON,cr=/\B([A-Z])/g,lr=o(u=>u.replace(cr,"-$1").toLowerCase(),"v$1"),{hasOwnProperty:Fr}=Object.prototype,ru=o((u,e)=>Fr.call(u,e),"w$3"),Cr=o(u=>Array.isArray(u),"L$4"),Ve=o(u=>typeof u=="function"?[u,!1]:Cr(u)?[u[0],!0]:Ve(u.type),"b$3"),fr=o((u,e)=>u===Boolean?e!=="false":e,"d$4"),dr=o((u,e)=>typeof e=="boolean"?e:u===Number&&e===""?Number.NaN:u(e),"m$2"),Er=/[\s.:=]/,pr=o(u=>{const e=`Flag name ${tu(u)}`;if(u.length===0)throw new Error(`${e} cannot be empty`);if(u.length===1)throw new Error(`${e} must be longer than a character`);const t=u.match(Er);if(t)throw new Error(`${e} cannot contain ${tu(t?.[0])}`)},"B$1"),hr=o(u=>{const e={},t=o((r,n)=>{if(ru(e,r))throw new Error(`Duplicate flags named ${tu(r)}`);e[r]=n},"r");for(const r in u){if(!ru(u,r))continue;pr(r);const n=u[r],s=[[],...Ve(n),n];t(r,s);const D=lr(r);if(r!==D&&t(D,s),"alias"in n&&typeof n.alias=="string"){const{alias:a}=n,i=`Flag alias ${tu(a)} for flag ${tu(r)}`;if(a.length===0)throw new Error(`${i} cannot be empty`);if(a.length>1)throw new Error(`${i} must be a single character`);t(a,s)}}return e},"K$2"),mr=o((u,e)=>{const t={};for(const r in u){if(!ru(u,r))continue;const[n,,s,D]=e[r];if(n.length===0&&"default"in D){let{default:a}=D;typeof a=="function"&&(a=a()),t[r]=a}else t[r]=s?n:n.pop()}return t},"_$3"),Fu="--",gr=/[.:=]/,Br=/^-{1,2}\w/,yr=o(u=>{if(!Br.test(u))return;const e=!u.startsWith(Fu);let t=u.slice(e?1:2),r;const n=t.match(gr);if(n){const{index:s}=n;r=t.slice(s+1),t=t.slice(0,s)}return[t,r,e]},"N$1"),br=o((u,{onFlag:e,onArgument:t})=>{let r;const n=o((s,D)=>{if(typeof r!="function")return!0;r(s,D),r=void 0},"o");for(let s=0;s<u.length;s+=1){const D=u[s];if(D===Fu){n();const i=u.slice(s+1);t?.(i,[s],!0);break}const a=yr(D);if(a){if(n(),!e)continue;const[i,c,l]=a;if(l)for(let C=0;C<i.length;C+=1){n();const F=C===i.length-1;r=e(i[C],F?c:void 0,[s,C+1,F])}else r=e(i,c,[s])}else n(D,[s])&&t?.([D],[s])}n()},"$$2"),Ar=o((u,e)=>{for(const[t,r,n]of e.reverse()){if(r){const s=u[t];let D=s.slice(0,r);if(n||(D+=s.slice(r+1)),D!=="-"){u[t]=D;continue}}u.splice(t,1)}},"E"),wr=o((u,e=process.argv.slice(2),{ignore:t}={})=>{const r=[],n=hr(u),s={},D=[];return D[Fu]=[],br(e,{onFlag(a,i,c){const l=ru(n,a);if(!t?.(l?sr:ir,a,i)){if(l){const[C,F]=n[a],E=fr(F,i),d=o((m,f)=>{r.push(c),f&&r.push(f),C.push(dr(F,m||""))},"p");return E===void 0?d:d(E)}ru(s,a)||(s[a]=[]),s[a].push(i===void 0?!0:i),r.push(c)}},onArgument(a,i,c){t?.(ar,e[i[0]])||(D.push(...a),c?(D[Fu]=a,e.splice(i[0])):r.push(i))}}),Ar(e,r),{flags:mr(u,n),unknownFlags:s,_:D}},"U$2");var vr=Object.create,Cu=Object.defineProperty,$r=Object.defineProperties,xr=Object.getOwnPropertyDescriptor,Sr=Object.getOwnPropertyDescriptors,Or=Object.getOwnPropertyNames,Je=Object.getOwnPropertySymbols,Tr=Object.getPrototypeOf,Ze=Object.prototype.hasOwnProperty,Ir=Object.prototype.propertyIsEnumerable,Xe=o((u,e,t)=>e in u?Cu(u,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):u[e]=t,"W$3"),fu=o((u,e)=>{for(var t in e||(e={}))Ze.call(e,t)&&Xe(u,t,e[t]);if(Je)for(var t of Je(e))Ir.call(e,t)&&Xe(u,t,e[t]);return u},"p$1"),Mu=o((u,e)=>$r(u,Sr(e)),"c"),Pr=o(u=>Cu(u,"__esModule",{value:!0}),"nD$1"),Rr=o((u,e)=>()=>(u&&(e=u(u=0)),e),"rD$1"),_r=o((u,e)=>()=>(e||u((e={exports:{}}).exports,e),e.exports),"iD$1"),kr=o((u,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Or(e))!Ze.call(u,n)&&n!=="default"&&Cu(u,n,{get:o(()=>e[n],"get"),enumerable:!(r=xr(e,n))||r.enumerable});return u},"oD$1"),Mr=o((u,e)=>kr(Pr(Cu(u!=null?vr(Tr(u)):{},"default",{value:u,enumerable:!0})),u),"BD$1"),T=Rr(()=>{}),jr=_r((u,e)=>{T(),e.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});T(),T(),T();var Nr=o(u=>{var e,t,r;let n=(e=process.stdout.columns)!=null?e:Number.POSITIVE_INFINITY;return typeof u=="function"&&(u=u(n)),u||(u={}),Array.isArray(u)?{columns:u,stdoutColumns:n}:{columns:(t=u.columns)!=null?t:[],stdoutColumns:(r=u.stdoutColumns)!=null?r:n}},"v");T(),T(),T(),T(),T();function Lr({onlyFirst:u=!1}={}){let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,u?void 0:"g")}o(Lr,"w$2");function Qe(u){if(typeof u!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof u}\``);return u.replace(Lr(),"")}o(Qe,"d$3"),T();function Gr(u){return Number.isInteger(u)?u>=4352&&(u<=4447||u===9001||u===9002||11904<=u&&u<=12871&&u!==12351||12880<=u&&u<=19903||19968<=u&&u<=42182||43360<=u&&u<=43388||44032<=u&&u<=55203||63744<=u&&u<=64255||65040<=u&&u<=65049||65072<=u&&u<=65131||65281<=u&&u<=65376||65504<=u&&u<=65510||110592<=u&&u<=110593||127488<=u&&u<=127569||131072<=u&&u<=262141):!1}o(Gr,"y$2");var qr=Mr(jr());function W(u){if(typeof u!="string"||u.length===0||(u=Qe(u),u.length===0))return 0;u=u.replace((0,qr.default)()," ");let e=0;for(let t=0;t<u.length;t++){let r=u.codePointAt(t);r<=31||r>=127&&r<=159||r>=768&&r<=879||(r>65535&&t++,e+=Gr(r)?2:1)}return e}o(W,"g");var uD=o(u=>Math.max(...u.split(`
|
|
3
|
-
`).map(
|
|
4
|
-
`)];for(let[c,l]of i.entries()){if(r+=l,du.has(l)){let{groups:F}=new RegExp(`(?:\\${
|
|
5
|
-
`?(s&&(r+=
|
|
6
|
-
`&&(n&&C&&(r+=
|
|
2
|
+
var zt=Object.defineProperty;var o=(u,e)=>zt(u,"name",{value:e,configurable:!0});var eu;import Ru from"tty";import{Buffer as Ht}from"node:buffer";import V from"node:path";import Ge,{ChildProcess as Yt}from"node:child_process";import $,{stdout as qe,stdin as We}from"node:process";import Kt from"child_process";import W from"path";import _u from"fs";import{fileURLToPath as Ue}from"node:url";import Vt,{constants as ze}from"node:os";import He from"assert";import Ye from"events";import{createWriteStream as Jt,createReadStream as Zt}from"node:fs";import Xt from"buffer";import ku from"stream";import Ke from"util";import{debuglog as Qt}from"node:util";import*as lu from"node:readline";import Ve from"node:readline";import{Writable as ur}from"node:stream";import I from"fs/promises";import Je from"os";import er from"https";import Dr from"net";import tr from"tls";import rr,{fileURLToPath as nr,pathToFileURL as or}from"url";const sr="known-flag",ir="unknown-flag",ar="argument",{stringify:tu}=JSON,cr=/\B([A-Z])/g,lr=o(u=>u.replace(cr,"-$1").toLowerCase(),"v$1"),{hasOwnProperty:Fr}=Object.prototype,ru=o((u,e)=>Fr.call(u,e),"w$3"),Cr=o(u=>Array.isArray(u),"L$4"),Ze=o(u=>typeof u=="function"?[u,!1]:Cr(u)?[u[0],!0]:Ze(u.type),"b$3"),fr=o((u,e)=>u===Boolean?e!=="false":e,"d$4"),dr=o((u,e)=>typeof e=="boolean"?e:u===Number&&e===""?Number.NaN:u(e),"m$2"),Er=/[\s.:=]/,pr=o(u=>{const e=`Flag name ${tu(u)}`;if(u.length===0)throw new Error(`${e} cannot be empty`);if(u.length===1)throw new Error(`${e} must be longer than a character`);const t=u.match(Er);if(t)throw new Error(`${e} cannot contain ${tu(t?.[0])}`)},"B$1"),hr=o(u=>{const e={},t=o((r,n)=>{if(ru(e,r))throw new Error(`Duplicate flags named ${tu(r)}`);e[r]=n},"r");for(const r in u){if(!ru(u,r))continue;pr(r);const n=u[r],s=[[],...Ze(n),n];t(r,s);const D=lr(r);if(r!==D&&t(D,s),"alias"in n&&typeof n.alias=="string"){const{alias:a}=n,i=`Flag alias ${tu(a)} for flag ${tu(r)}`;if(a.length===0)throw new Error(`${i} cannot be empty`);if(a.length>1)throw new Error(`${i} must be a single character`);t(a,s)}}return e},"K$2"),mr=o((u,e)=>{const t={};for(const r in u){if(!ru(u,r))continue;const[n,,s,D]=e[r];if(n.length===0&&"default"in D){let{default:a}=D;typeof a=="function"&&(a=a()),t[r]=a}else t[r]=s?n:n.pop()}return t},"_$3"),Fu="--",gr=/[.:=]/,Br=/^-{1,2}\w/,yr=o(u=>{if(!Br.test(u))return;const e=!u.startsWith(Fu);let t=u.slice(e?1:2),r;const n=t.match(gr);if(n){const{index:s}=n;r=t.slice(s+1),t=t.slice(0,s)}return[t,r,e]},"N$1"),br=o((u,{onFlag:e,onArgument:t})=>{let r;const n=o((s,D)=>{if(typeof r!="function")return!0;r(s,D),r=void 0},"o");for(let s=0;s<u.length;s+=1){const D=u[s];if(D===Fu){n();const i=u.slice(s+1);t?.(i,[s],!0);break}const a=yr(D);if(a){if(n(),!e)continue;const[i,c,l]=a;if(l)for(let C=0;C<i.length;C+=1){n();const F=C===i.length-1;r=e(i[C],F?c:void 0,[s,C+1,F])}else r=e(i,c,[s])}else n(D,[s])&&t?.([D],[s])}n()},"$$2"),Ar=o((u,e)=>{for(const[t,r,n]of e.reverse()){if(r){const s=u[t];let D=s.slice(0,r);if(n||(D+=s.slice(r+1)),D!=="-"){u[t]=D;continue}}u.splice(t,1)}},"E"),wr=o((u,e=process.argv.slice(2),{ignore:t}={})=>{const r=[],n=hr(u),s={},D=[];return D[Fu]=[],br(e,{onFlag(a,i,c){const l=ru(n,a);if(!t?.(l?sr:ir,a,i)){if(l){const[C,F]=n[a],E=fr(F,i),d=o((m,f)=>{r.push(c),f&&r.push(f),C.push(dr(F,m||""))},"p");return E===void 0?d:d(E)}ru(s,a)||(s[a]=[]),s[a].push(i===void 0?!0:i),r.push(c)}},onArgument(a,i,c){t?.(ar,e[i[0]])||(D.push(...a),c?(D[Fu]=a,e.splice(i[0])):r.push(i))}}),Ar(e,r),{flags:mr(u,n),unknownFlags:s,_:D}},"U$2");var vr=Object.create,Cu=Object.defineProperty,$r=Object.defineProperties,xr=Object.getOwnPropertyDescriptor,Sr=Object.getOwnPropertyDescriptors,Or=Object.getOwnPropertyNames,Xe=Object.getOwnPropertySymbols,Tr=Object.getPrototypeOf,Qe=Object.prototype.hasOwnProperty,Ir=Object.prototype.propertyIsEnumerable,uD=o((u,e,t)=>e in u?Cu(u,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):u[e]=t,"W$3"),fu=o((u,e)=>{for(var t in e||(e={}))Qe.call(e,t)&&uD(u,t,e[t]);if(Xe)for(var t of Xe(e))Ir.call(e,t)&&uD(u,t,e[t]);return u},"p$1"),Mu=o((u,e)=>$r(u,Sr(e)),"c"),Pr=o(u=>Cu(u,"__esModule",{value:!0}),"nD$1"),Rr=o((u,e)=>()=>(u&&(e=u(u=0)),e),"rD$1"),_r=o((u,e)=>()=>(e||u((e={exports:{}}).exports,e),e.exports),"iD$1"),kr=o((u,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Or(e))!Qe.call(u,n)&&n!=="default"&&Cu(u,n,{get:o(()=>e[n],"get"),enumerable:!(r=xr(e,n))||r.enumerable});return u},"oD$1"),Mr=o((u,e)=>kr(Pr(Cu(u!=null?vr(Tr(u)):{},"default",{value:u,enumerable:!0})),u),"BD$1"),T=Rr(()=>{}),jr=_r((u,e)=>{T(),e.exports=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g}});T(),T(),T();var Nr=o(u=>{var e,t,r;let n=(e=process.stdout.columns)!=null?e:Number.POSITIVE_INFINITY;return typeof u=="function"&&(u=u(n)),u||(u={}),Array.isArray(u)?{columns:u,stdoutColumns:n}:{columns:(t=u.columns)!=null?t:[],stdoutColumns:(r=u.stdoutColumns)!=null?r:n}},"v");T(),T(),T(),T(),T();function Lr({onlyFirst:u=!1}={}){let e=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(e,u?void 0:"g")}o(Lr,"w$2");function eD(u){if(typeof u!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof u}\``);return u.replace(Lr(),"")}o(eD,"d$3"),T();function Gr(u){return Number.isInteger(u)?u>=4352&&(u<=4447||u===9001||u===9002||11904<=u&&u<=12871&&u!==12351||12880<=u&&u<=19903||19968<=u&&u<=42182||43360<=u&&u<=43388||44032<=u&&u<=55203||63744<=u&&u<=64255||65040<=u&&u<=65049||65072<=u&&u<=65131||65281<=u&&u<=65376||65504<=u&&u<=65510||110592<=u&&u<=110593||127488<=u&&u<=127569||131072<=u&&u<=262141):!1}o(Gr,"y$2");var qr=Mr(jr());function U(u){if(typeof u!="string"||u.length===0||(u=eD(u),u.length===0))return 0;u=u.replace((0,qr.default)()," ");let e=0;for(let t=0;t<u.length;t++){let r=u.codePointAt(t);r<=31||r>=127&&r<=159||r>=768&&r<=879||(r>65535&&t++,e+=Gr(r)?2:1)}return e}o(U,"g");var DD=o(u=>Math.max(...u.split(`
|
|
3
|
+
`).map(U)),"b$2"),Wr=o(u=>{let e=[];for(let t of u){let{length:r}=t,n=r-e.length;for(let s=0;s<n;s+=1)e.push(0);for(let s=0;s<r;s+=1){let D=DD(t[s]);D>e[s]&&(e[s]=D)}}return e},"k$3");T();var tD=/^\d+%$/,rD={width:"auto",align:"left",contentWidth:0,paddingLeft:0,paddingRight:0,paddingTop:0,paddingBottom:0,horizontalPadding:0,paddingLeftString:"",paddingRightString:""},Ur=o((u,e)=>{var t;let r=[];for(let n=0;n<u.length;n+=1){let s=(t=e[n])!=null?t:"auto";if(typeof s=="number"||s==="auto"||s==="content-width"||typeof s=="string"&&tD.test(s)){r.push(Mu(fu({},rD),{width:s,contentWidth:u[n]}));continue}if(s&&typeof s=="object"){let D=Mu(fu(fu({},rD),s),{contentWidth:u[n]});D.horizontalPadding=D.paddingLeft+D.paddingRight,r.push(D);continue}throw new Error(`Invalid column width: ${JSON.stringify(s)}`)}return r},"sD$1");function zr(u,e){for(let t of u){let{width:r}=t;if(r==="content-width"&&(t.width=t.contentWidth),r==="auto"){let i=Math.min(20,t.contentWidth);t.width=i,t.autoOverflow=t.contentWidth-i}if(typeof r=="string"&&tD.test(r)){let i=Number.parseFloat(r.slice(0,-1))/100;t.width=Math.floor(e*i)-(t.paddingLeft+t.paddingRight)}let{horizontalPadding:n}=t,s=1,D=s+n;if(D>=e){let i=D-e,c=Math.ceil(t.paddingLeft/n*i),l=i-c;t.paddingLeft-=c,t.paddingRight-=l,t.horizontalPadding=t.paddingLeft+t.paddingRight}t.paddingLeftString=t.paddingLeft?" ".repeat(t.paddingLeft):"",t.paddingRightString=t.paddingRight?" ".repeat(t.paddingRight):"";let a=e-t.horizontalPadding;t.width=Math.max(Math.min(t.width,a),s)}}o(zr,"aD$1");var nD=o(()=>Object.assign([],{columns:0}),"G$3");function Hr(u,e){let t=[nD()],[r]=t;for(let n of u){let s=n.width+n.horizontalPadding;r.columns+s>e&&(r=nD(),t.push(r)),r.push(n),r.columns+=s}for(let n of t){let s=n.reduce((F,E)=>F+E.width+E.horizontalPadding,0),D=e-s;if(D===0)continue;let a=n.filter(F=>"autoOverflow"in F),i=a.filter(F=>F.autoOverflow>0),c=i.reduce((F,E)=>F+E.autoOverflow,0),l=Math.min(c,D);for(let F of i){let E=Math.floor(F.autoOverflow/c*l);F.width+=E,D-=E}let C=Math.floor(D/a.length);for(let F=0;F<a.length;F+=1){let E=a[F];F===a.length-1?E.width+=D:E.width+=C,D-=C}}return t}o(Hr,"lD$1");function Yr(u,e,t){let r=Ur(t,e);return zr(r,u),Hr(r,u)}o(Yr,"Z$1"),T(),T(),T();var ju=10,oD=o((u=0)=>e=>`\x1B[${e+u}m`,"U$1"),sD=o((u=0)=>e=>`\x1B[${38+u};5;${e}m`,"V$3"),iD=o((u=0)=>(e,t,r)=>`\x1B[${38+u};2;${e};${t};${r}m`,"Y$2");function Kr(){let u=new Map,e={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],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],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.gray=e.color.blackBright,e.bgColor.bgGray=e.bgColor.bgBlackBright,e.color.grey=e.color.blackBright,e.bgColor.bgGrey=e.bgColor.bgBlackBright;for(let[t,r]of Object.entries(e)){for(let[n,s]of Object.entries(r))e[n]={open:`\x1B[${s[0]}m`,close:`\x1B[${s[1]}m`},r[n]=e[n],u.set(s[0],s[1]);Object.defineProperty(e,t,{value:r,enumerable:!1})}return Object.defineProperty(e,"codes",{value:u,enumerable:!1}),e.color.close="\x1B[39m",e.bgColor.close="\x1B[49m",e.color.ansi=oD(),e.color.ansi256=sD(),e.color.ansi16m=iD(),e.bgColor.ansi=oD(ju),e.bgColor.ansi256=sD(ju),e.bgColor.ansi16m=iD(ju),Object.defineProperties(e,{rgbToAnsi256:{value:o((t,r,n)=>t===r&&r===n?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(r/255*5)+Math.round(n/255*5),"value"),enumerable:!1},hexToRgb:{value:o(t=>{let r=/(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(t.toString(16));if(!r)return[0,0,0];let{colorString:n}=r.groups;n.length===3&&(n=n.split("").map(D=>D+D).join(""));let s=Number.parseInt(n,16);return[s>>16&255,s>>8&255,s&255]},"value"),enumerable:!1},hexToAnsi256:{value:o(t=>e.rgbToAnsi256(...e.hexToRgb(t)),"value"),enumerable:!1},ansi256ToAnsi:{value:o(t=>{if(t<8)return 30+t;if(t<16)return 90+(t-8);let r,n,s;if(t>=232)r=((t-232)*10+8)/255,n=r,s=r;else{t-=16;let i=t%36;r=Math.floor(t/36)/5,n=Math.floor(i/6)/5,s=i%6/5}let D=Math.max(r,n,s)*2;if(D===0)return 30;let a=30+(Math.round(s)<<2|Math.round(n)<<1|Math.round(r));return D===2&&(a+=60),a},"value"),enumerable:!1},rgbToAnsi:{value:o((t,r,n)=>e.ansi256ToAnsi(e.rgbToAnsi256(t,r,n)),"value"),enumerable:!1},hexToAnsi:{value:o(t=>e.ansi256ToAnsi(e.hexToAnsi256(t)),"value"),enumerable:!1}}),e}o(Kr,"AD$1");var Vr=Kr(),Jr=Vr,du=new Set(["\x1B","\x9B"]),Zr=39,Nu="\x07",aD="[",Xr="]",cD="m",Lu=`${Xr}8;;`,lD=o(u=>`${du.values().next().value}${aD}${u}${cD}`,"J$2"),FD=o(u=>`${du.values().next().value}${Lu}${u}${Nu}`,"Q"),Qr=o(u=>u.split(" ").map(e=>U(e)),"hD$1"),Gu=o((u,e,t)=>{let r=[...e],n=!1,s=!1,D=U(eD(u[u.length-1]));for(let[a,i]of r.entries()){let c=U(i);if(D+c<=t?u[u.length-1]+=i:(u.push(i),D=0),du.has(i)&&(n=!0,s=r.slice(a+1).join("").startsWith(Lu)),n){s?i===Nu&&(n=!1,s=!1):i===cD&&(n=!1);continue}D+=c,D===t&&a<r.length-1&&(u.push(""),D=0)}!D&&u[u.length-1].length>0&&u.length>1&&(u[u.length-2]+=u.pop())},"S$1"),un=o(u=>{let e=u.split(" "),t=e.length;for(;t>0&&!(U(e[t-1])>0);)t--;return t===e.length?u:e.slice(0,t).join(" ")+e.slice(t).join("")},"cD"),en=o((u,e,t={})=>{if(t.trim!==!1&&u.trim()==="")return"";let r="",n,s,D=Qr(u),a=[""];for(let[c,l]of u.split(" ").entries()){t.trim!==!1&&(a[a.length-1]=a[a.length-1].trimStart());let C=U(a[a.length-1]);if(c!==0&&(C>=e&&(t.wordWrap===!1||t.trim===!1)&&(a.push(""),C=0),(C>0||t.trim===!1)&&(a[a.length-1]+=" ",C++)),t.hard&&D[c]>e){let F=e-C,E=1+Math.floor((D[c]-F-1)/e);Math.floor((D[c]-1)/e)<E&&a.push(""),Gu(a,l,e);continue}if(C+D[c]>e&&C>0&&D[c]>0){if(t.wordWrap===!1&&C<e){Gu(a,l,e);continue}a.push("")}if(C+D[c]>e&&t.wordWrap===!1){Gu(a,l,e);continue}a[a.length-1]+=l}t.trim!==!1&&(a=a.map(c=>un(c)));let i=[...a.join(`
|
|
4
|
+
`)];for(let[c,l]of i.entries()){if(r+=l,du.has(l)){let{groups:F}=new RegExp(`(?:\\${aD}(?<code>\\d+)m|\\${Lu}(?<uri>.*)${Nu})`).exec(i.slice(c).join(""))||{groups:{}};if(F.code!==void 0){let E=Number.parseFloat(F.code);n=E===Zr?void 0:E}else F.uri!==void 0&&(s=F.uri.length===0?void 0:F.uri)}let C=Jr.codes.get(Number(n));i[c+1]===`
|
|
5
|
+
`?(s&&(r+=FD("")),n&&C&&(r+=lD(C))):l===`
|
|
6
|
+
`&&(n&&C&&(r+=lD(n)),s&&(r+=FD(s)))}return r},"dD$1");function Dn(u,e,t){return String(u).normalize().replace(/\r\n/g,`
|
|
7
7
|
`).split(`
|
|
8
8
|
`).map(r=>en(r,e,t)).join(`
|
|
9
|
-
`)}o(Dn,"T$1");var
|
|
10
|
-
`);if(i.postprocess){let{postprocess:F}=i;C=C.map((E,d)=>F.call(i,E,d))}return i.paddingTop&&C.unshift(...
|
|
9
|
+
`)}o(Dn,"T$1");var CD=o(u=>Array.from({length:u}).fill(""),"X");function tn(u,e){let t=[],r=0;for(let n of u){let s=0,D=n.map(i=>{var c;let l=(c=e[r])!=null?c:"";r+=1,i.preprocess&&(l=i.preprocess(l)),DD(l)>i.width&&(l=Dn(l,i.width,{hard:!0}));let C=l.split(`
|
|
10
|
+
`);if(i.postprocess){let{postprocess:F}=i;C=C.map((E,d)=>F.call(i,E,d))}return i.paddingTop&&C.unshift(...CD(i.paddingTop)),i.paddingBottom&&C.push(...CD(i.paddingBottom)),C.length>s&&(s=C.length),Mu(fu({},i),{lines:C})}),a=[];for(let i=0;i<s;i+=1){let c=D.map(l=>{var C;let F=(C=l.lines[i])!=null?C:"",E=Number.isFinite(l.width)?" ".repeat(l.width-U(F)):"",d=l.paddingLeftString;return l.align==="right"&&(d+=E),d+=F,l.align==="left"&&(d+=E),d+l.paddingRightString}).join("");a.push(c)}t.push(a.join(`
|
|
11
11
|
`))}return t.join(`
|
|
12
12
|
`)}o(tn,"P$3");function rn(u,e){if(!u||u.length===0)return"";let t=Wr(u),r=t.length;if(r===0)return"";let{stdoutColumns:n,columns:s}=Nr(e);if(s.length>r)throw new Error(`${s.length} columns defined, but only ${r} columns found`);let D=Yr(n,s,t);return u.map(a=>tn(D,a)).join(`
|
|
13
|
-
`)}o(rn,"mD"),T();var nn=["<",">","=",">=","<="];function on(u){if(!nn.includes(u))throw new TypeError(`Invalid breakpoint operator: ${u}`)}o(on,"xD$1");function sn(u){let e=Object.keys(u).map(t=>{let[r,n]=t.split(" ");on(r);let s=Number.parseInt(n,10);if(Number.isNaN(s))throw new TypeError(`Invalid breakpoint value: ${n}`);let D=u[t];return{operator:r,breakpoint:s,value:D}}).sort((t,r)=>r.breakpoint-t.breakpoint);return t=>{var r;return(r=e.find(({operator:n,breakpoint:s})=>n==="="&&t===s||n===">"&&t>s||n==="<"&&t<s||n===">="&&t>=s||n==="<="&&t<=s))==null?void 0:r.value}}o(sn,"wD");const an=o(u=>u.replace(/[\W_]([a-z\d])?/gi,(e,t)=>t?t.toUpperCase():""),"P$2"),cn=o(u=>u.replace(/\B([A-Z])/g,"-$1").toLowerCase(),"q"),ln={"> 80":[{width:"content-width",paddingLeft:2,paddingRight:8},{width:"auto"}],"> 40":[{width:"auto",paddingLeft:2,paddingRight:8,preprocess:o(u=>u.trim(),"preprocess")},{width:"100%",paddingLeft:2,paddingBottom:1}],"> 0":{stdoutColumns:1e3,columns:[{width:"content-width",paddingLeft:2,paddingRight:8},{width:"content-width"}]}};function Fn(u){let e=!1;return{type:"table",data:{tableData:Object.keys(u).sort((t,r)=>t.localeCompare(r)).map(t=>{const r=u[t],n="alias"in r;return n&&(e=!0),{name:t,flag:r,flagFormatted:`--${cn(t)}`,aliasesEnabled:e,aliasFormatted:n?`-${r.alias}`:void 0}}).map(t=>(t.aliasesEnabled=e,[{type:"flagName",data:t},{type:"flagDescription",data:t}])),tableBreakpoints:ln}}}o(Fn,"D");const
|
|
13
|
+
`)}o(rn,"mD"),T();var nn=["<",">","=",">=","<="];function on(u){if(!nn.includes(u))throw new TypeError(`Invalid breakpoint operator: ${u}`)}o(on,"xD$1");function sn(u){let e=Object.keys(u).map(t=>{let[r,n]=t.split(" ");on(r);let s=Number.parseInt(n,10);if(Number.isNaN(s))throw new TypeError(`Invalid breakpoint value: ${n}`);let D=u[t];return{operator:r,breakpoint:s,value:D}}).sort((t,r)=>r.breakpoint-t.breakpoint);return t=>{var r;return(r=e.find(({operator:n,breakpoint:s})=>n==="="&&t===s||n===">"&&t>s||n==="<"&&t<s||n===">="&&t>=s||n==="<="&&t<=s))==null?void 0:r.value}}o(sn,"wD");const an=o(u=>u.replace(/[\W_]([a-z\d])?/gi,(e,t)=>t?t.toUpperCase():""),"P$2"),cn=o(u=>u.replace(/\B([A-Z])/g,"-$1").toLowerCase(),"q"),ln={"> 80":[{width:"content-width",paddingLeft:2,paddingRight:8},{width:"auto"}],"> 40":[{width:"auto",paddingLeft:2,paddingRight:8,preprocess:o(u=>u.trim(),"preprocess")},{width:"100%",paddingLeft:2,paddingBottom:1}],"> 0":{stdoutColumns:1e3,columns:[{width:"content-width",paddingLeft:2,paddingRight:8},{width:"content-width"}]}};function Fn(u){let e=!1;return{type:"table",data:{tableData:Object.keys(u).sort((t,r)=>t.localeCompare(r)).map(t=>{const r=u[t],n="alias"in r;return n&&(e=!0),{name:t,flag:r,flagFormatted:`--${cn(t)}`,aliasesEnabled:e,aliasFormatted:n?`-${r.alias}`:void 0}}).map(t=>(t.aliasesEnabled=e,[{type:"flagName",data:t},{type:"flagDescription",data:t}])),tableBreakpoints:ln}}}o(Fn,"D");const fD=o(u=>!u||(u.version??(u.help?u.help.version:void 0)),"A"),dD=o(u=>{const e="parent"in u&&u.parent?.name;return(e?`${e} `:"")+u.name},"C$1");function Cn(u){const e=[];u.name&&e.push(dD(u));const t=fD(u)??("parent"in u&&fD(u.parent));if(t&&e.push(`v${t}`),e.length!==0)return{id:"name",type:"text",data:`${e.join(" ")}
|
|
14
14
|
`}}o(Cn,"R$1");function fn(u){const{help:e}=u;if(!(!e||!e.description))return{id:"description",type:"text",data:`${e.description}
|
|
15
15
|
`}}o(fn,"L$2");function dn(u){const e=u.help||{};if("usage"in e)return e.usage?{id:"usage",type:"section",data:{title:"Usage:",body:Array.isArray(e.usage)?e.usage.join(`
|
|
16
|
-
`):e.usage}}:void 0;if(u.name){const t=[],r=[
|
|
16
|
+
`):e.usage}}:void 0;if(u.name){const t=[],r=[dD(u)];if(u.flags&&Object.keys(u.flags).length>0&&r.push("[flags...]"),u.parameters&&u.parameters.length>0){const{parameters:n}=u,s=n.indexOf("--"),D=s>-1&&n.slice(s+1).some(a=>a.startsWith("<"));r.push(n.map(a=>a!=="--"?a:D?"--":"[--]").join(" "))}if(r.length>1&&t.push(r.join(" ")),"commands"in u&&u.commands?.length&&t.push(`${u.name} <command>`),t.length>0)return{id:"usage",type:"section",data:{title:"Usage:",body:t.join(`
|
|
17
17
|
`)}}}}o(dn,"T");function En(u){return!("commands"in u)||!u.commands?.length?void 0:{id:"commands",type:"section",data:{title:"Commands:",body:{type:"table",data:{tableData:u.commands.map(e=>[e.options.name,e.options.help?e.options.help.description:""]),tableOptions:[{width:"content-width",paddingLeft:2,paddingRight:8}]}},indentBody:0}}}o(En,"_$1");function pn(u){if(!(!u.flags||Object.keys(u.flags).length===0))return{id:"flags",type:"section",data:{title:"Flags:",body:Fn(u.flags),indentBody:0}}}o(pn,"k$2");function hn(u){const{help:e}=u;if(!e||!e.examples||e.examples.length===0)return;let{examples:t}=e;if(Array.isArray(t)&&(t=t.join(`
|
|
18
18
|
`)),t)return{id:"examples",type:"section",data:{title:"Examples:",body:t}}}o(hn,"F");function mn(u){if(!("alias"in u)||!u.alias)return;const{alias:e}=u;return{id:"aliases",type:"section",data:{title:"Aliases:",body:Array.isArray(e)?e.join(", "):e}}}o(mn,"H");const gn=o(u=>[Cn,fn,dn,En,pn,hn,mn].map(e=>e(u)).filter(Boolean),"U"),Bn=Ru.WriteStream.prototype.hasColors();let yn=(eu=class{text(e){return e}bold(e){return Bn?`\x1B[1m${e}\x1B[22m`:e.toLocaleUpperCase()}indentText({text:e,spaces:t}){return e.replace(/^/gm," ".repeat(t))}heading(e){return this.bold(e)}section({title:e,body:t,indentBody:r=2}){return`${(e?`${this.heading(e)}
|
|
19
19
|
`:"")+(t?this.indentText({text:this.render(t),spaces:r}):"")}
|
|
20
20
|
`}table({tableData:e,tableOptions:t,tableBreakpoints:r}){return rn(e.map(n=>n.map(s=>this.render(s))),r?sn(r):t)}flagParameter(e){return e===Boolean?"":e===String?"<string>":e===Number?"<number>":Array.isArray(e)?this.flagParameter(e[0]):"<value>"}flagOperator(e){return" "}flagName(e){const{flag:t,flagFormatted:r,aliasesEnabled:n,aliasFormatted:s}=e;let D="";if(s?D+=`${s}, `:n&&(D+=" "),D+=r,"placeholder"in t&&typeof t.placeholder=="string")D+=`${this.flagOperator(e)}${t.placeholder}`;else{const a=this.flagParameter("type"in t?t.type:t);a&&(D+=`${this.flagOperator(e)}${a}`)}return D}flagDefault(e){return JSON.stringify(e)}flagDescription({flag:e}){let t="description"in e?e.description??"":"";if("default"in e){let{default:r}=e;typeof r=="function"&&(r=r()),r&&(t+=` (default: ${this.flagDefault(r)})`)}return t}render(e){if(typeof e=="string")return e;if(Array.isArray(e))return e.map(t=>this.render(t)).join(`
|
|
21
21
|
`);if("type"in e&&this[e.type]){const t=this[e.type];if(typeof t=="function")return t.call(this,e.data)}throw new Error(`Invalid node type: ${JSON.stringify(e)}`)}},o(eu,"J"),eu);const qu=o(u=>u.length>0&&!u.includes(" "),"y$1"),{stringify:M}=JSON,bn=/[|\\{}()[\]^$+*?.]/;function Wu(u){const e=[];let t,r;for(const n of u){if(r)throw new Error(`Invalid parameter: Spread parameter ${M(r)} must be last`);const s=n[0],D=n[n.length-1];let a;if(s==="<"&&D===">"&&(a=!0,t))throw new Error(`Invalid parameter: Required parameter ${M(n)} cannot come after optional parameter ${M(t)}`);if(s==="["&&D==="]"&&(a=!1,t=n),a===void 0)throw new Error(`Invalid parameter: ${M(n)}. Must be wrapped in <> (required parameter) or [] (optional parameter)`);let i=n.slice(1,-1);const c=i.slice(-3)==="...";c&&(r=n,i=i.slice(0,-3));const l=i.match(bn);if(l)throw new Error(`Invalid parameter: ${M(n)}. Invalid character found ${M(l[0])}`);e.push({name:i,required:a,spread:c})}return e}o(Wu,"w$1");function Uu(u,e,t,r){for(let n=0;n<e.length;n+=1){const{name:s,required:D,spread:a}=e[n],i=an(s);if(i in u)throw new Error(`Invalid parameter: ${M(s)} is used more than once.`);const c=a?t.slice(n):t[n];if(a&&(n=e.length),D&&(!c||a&&c.length===0))return console.error(`Error: Missing required parameter ${M(s)}
|
|
22
|
-
`),r(),process.exit(1);u[i]=c}}o(Uu,"b$1");function An(u){return u===void 0||u!==!1}o(An,"W$2");function
|
|
23
|
-
`:10,t=typeof u=="string"?"\r":13;return u[u.length-1]===e&&(u=u.slice(0,-1)),u[u.length-1]===t&&(u=u.slice(0,-1)),u}o(Wn,"stripFinalNewline");function
|
|
24
|
-
${e}`,"wrappedToString"),Xn=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),Qn=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),uo=o((u,e,t)=>{const r=t===""?"":`with ${t.trim()}() `,n=Zn.bind(null,r,e.toString());Object.defineProperty(n,"name",Qn),Object.defineProperty(u,"toString",{...Xn,value:n})},"changeToString");function eo(u,e,{ignoreNonConfigurable:t=!1}={}){const{name:r}=u;for(const n of Reflect.ownKeys(e))Kn(u,e,n,t);return Jn(u,e),uo(u,e,r),u}o(eo,"mimicFunction");const hu=new WeakMap,
|
|
22
|
+
`),r(),process.exit(1);u[i]=c}}o(Uu,"b$1");function An(u){return u===void 0||u!==!1}o(An,"W$2");function ED(u,e,t,r){const n={...e.flags},s=e.version;s&&(n.version={type:Boolean,description:"Show version"});const{help:D}=e,a=An(D);a&&!("help"in n)&&(n.help={type:Boolean,alias:"h",description:"Show help"});const i=wr(n,r,{ignore:e.ignoreArgv}),c=o(()=>{console.log(e.version)},"f");if(s&&i.flags.version===!0)return c(),process.exit(0);const l=new yn,C=a&&D?.render?D.render:d=>l.render(d),F=o(d=>{const m=gn({...e,...d?{help:d}:{},flags:n});console.log(C(m,l))},"u");if(a&&i.flags.help===!0)return F(),process.exit(0);if(e.parameters){let{parameters:d}=e,m=i._;const f=d.indexOf("--"),p=d.slice(f+1),h=Object.create(null);if(f>-1&&p.length>0){d=d.slice(0,f);const g=i._["--"];m=m.slice(0,-g.length||void 0),Uu(h,Wu(d),m,F),Uu(h,Wu(p),g,F)}else Uu(h,Wu(d),m,F);Object.assign(i._,h)}const E={...i,showVersion:c,showHelp:F};return typeof t=="function"&&t(E),{command:u,...E}}o(ED,"x$1");function wn(u,e){const t=new Map;for(const r of e){const n=[r.options.name],{alias:s}=r.options;s&&(Array.isArray(s)?n.push(...s):n.push(s));for(const D of n){if(t.has(D))throw new Error(`Duplicate command name found: ${M(D)}`);t.set(D,r)}}return t.get(u)}o(wn,"z$1");function vn(u,e,t=process.argv.slice(2)){if(!u)throw new Error("Options is required");if("name"in u&&(!u.name||!qu(u.name)))throw new Error(`Invalid script name: ${M(u.name)}`);const r=t[0];if(u.commands&&r&&qu(r)){const n=wn(r,u.commands);if(n)return ED(n.options.name,{...n.options,parent:u},n.callback,t.slice(1))}return ED(void 0,u,e,t)}o(vn,"Z");function pD(u,e){if(!u)throw new Error("Command options are required");const{name:t}=u;if(t===void 0)throw new Error("Command name is required");if(!qu(t))throw new Error(`Invalid command name ${JSON.stringify(t)}. Command names must be one word.`);return{options:u,callback:e}}o(pD,"G$2");var hD="1.3.0",$n="Writes your git commit messages for you with AI",G=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function J(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u}o(J,"getDefaultExportFromCjs");var z={exports:{}},zu,mD;function xn(){if(mD)return zu;mD=1,zu=r,r.sync=n;var u=_u;function e(s,D){var a=D.pathExt!==void 0?D.pathExt:process.env.PATHEXT;if(!a||(a=a.split(";"),a.indexOf("")!==-1))return!0;for(var i=0;i<a.length;i++){var c=a[i].toLowerCase();if(c&&s.substr(-c.length).toLowerCase()===c)return!0}return!1}o(e,"checkPathExt");function t(s,D,a){return!s.isSymbolicLink()&&!s.isFile()?!1:e(D,a)}o(t,"checkStat");function r(s,D,a){u.stat(s,function(i,c){a(i,i?!1:t(c,s,D))})}o(r,"isexe");function n(s,D){return t(u.statSync(s),s,D)}return o(n,"sync"),zu}o(xn,"requireWindows");var Hu,gD;function Sn(){if(gD)return Hu;gD=1,Hu=e,e.sync=t;var u=_u;function e(s,D,a){u.stat(s,function(i,c){a(i,i?!1:r(c,D))})}o(e,"isexe");function t(s,D){return r(u.statSync(s),D)}o(t,"sync");function r(s,D){return s.isFile()&&n(s,D)}o(r,"checkStat");function n(s,D){var a=s.mode,i=s.uid,c=s.gid,l=D.uid!==void 0?D.uid:process.getuid&&process.getuid(),C=D.gid!==void 0?D.gid:process.getgid&&process.getgid(),F=parseInt("100",8),E=parseInt("010",8),d=parseInt("001",8),m=F|E,f=a&d||a&E&&c===C||a&F&&i===l||a&m&&l===0;return f}return o(n,"checkMode"),Hu}o(Sn,"requireMode");var Yu,BD;function On(){if(BD)return Yu;BD=1;var u;process.platform==="win32"||G.TESTING_WINDOWS?u=xn():u=Sn(),Yu=e,e.sync=t;function e(r,n,s){if(typeof n=="function"&&(s=n,n={}),!s){if(typeof Promise!="function")throw new TypeError("callback not provided");return new Promise(function(D,a){e(r,n||{},function(i,c){i?a(i):D(c)})})}u(r,n||{},function(D,a){D&&(D.code==="EACCES"||n&&n.ignoreErrors)&&(D=null,a=!1),s(D,a)})}o(e,"isexe");function t(r,n){try{return u.sync(r,n||{})}catch(s){if(n&&n.ignoreErrors||s.code==="EACCES")return!1;throw s}}return o(t,"sync"),Yu}o(On,"requireIsexe");var Ku,yD;function Tn(){if(yD)return Ku;yD=1;const u=process.platform==="win32"||process.env.OSTYPE==="cygwin"||process.env.OSTYPE==="msys",e=W,t=u?";":":",r=On(),n=o(i=>Object.assign(new Error(`not found: ${i}`),{code:"ENOENT"}),"getNotFoundError"),s=o((i,c)=>{const l=c.colon||t,C=i.match(/\//)||u&&i.match(/\\/)?[""]:[...u?[process.cwd()]:[],...(c.path||process.env.PATH||"").split(l)],F=u?c.pathExt||process.env.PATHEXT||".EXE;.CMD;.BAT;.COM":"",E=u?F.split(l):[""];return u&&i.indexOf(".")!==-1&&E[0]!==""&&E.unshift(""),{pathEnv:C,pathExt:E,pathExtExe:F}},"getPathInfo"),D=o((i,c,l)=>{typeof c=="function"&&(l=c,c={}),c||(c={});const{pathEnv:C,pathExt:F,pathExtExe:E}=s(i,c),d=[],m=o(p=>new Promise((h,g)=>{if(p===C.length)return c.all&&d.length?h(d):g(n(i));const B=C[p],b=/^".*"$/.test(B)?B.slice(1,-1):B,y=e.join(b,i),v=!b&&/^\.[\\\/]/.test(i)?i.slice(0,2)+y:y;h(f(v,p,0))}),"step"),f=o((p,h,g)=>new Promise((B,b)=>{if(g===F.length)return B(m(h+1));const y=F[g];r(p+y,{pathExt:E},(v,k)=>{if(!v&&k)if(c.all)d.push(p+y);else return B(p+y);return B(f(p,h,g+1))})}),"subStep");return l?m(0).then(p=>l(null,p),l):m(0)},"which"),a=o((i,c)=>{c=c||{};const{pathEnv:l,pathExt:C,pathExtExe:F}=s(i,c),E=[];for(let d=0;d<l.length;d++){const m=l[d],f=/^".*"$/.test(m)?m.slice(1,-1):m,p=e.join(f,i),h=!f&&/^\.[\\\/]/.test(i)?i.slice(0,2)+p:p;for(let g=0;g<C.length;g++){const B=h+C[g];try{if(r.sync(B,{pathExt:F}))if(c.all)E.push(B);else return B}catch{}}}if(c.all&&E.length)return E;if(c.nothrow)return null;throw n(i)},"whichSync");return Ku=D,D.sync=a,Ku}o(Tn,"requireWhich");var Eu={exports:{}},bD;function In(){if(bD)return Eu.exports;bD=1;const u=o((e={})=>{const t=e.env||process.env;return(e.platform||process.platform)!=="win32"?"PATH":Object.keys(t).reverse().find(n=>n.toUpperCase()==="PATH")||"Path"},"pathKey");return Eu.exports=u,Eu.exports.default=u,Eu.exports}o(In,"requirePathKey");var Vu,AD;function Pn(){if(AD)return Vu;AD=1;const u=W,e=Tn(),t=In();function r(s,D){const a=s.options.env||process.env,i=process.cwd(),c=s.options.cwd!=null,l=c&&process.chdir!==void 0&&!process.chdir.disabled;if(l)try{process.chdir(s.options.cwd)}catch{}let C;try{C=e.sync(s.command,{path:a[t({env:a})],pathExt:D?u.delimiter:void 0})}catch{}finally{l&&process.chdir(i)}return C&&(C=u.resolve(c?s.options.cwd:"",C)),C}o(r,"resolveCommandAttempt");function n(s){return r(s)||r(s,!0)}return o(n,"resolveCommand"),Vu=n,Vu}o(Pn,"requireResolveCommand");var pu={},wD;function Rn(){if(wD)return pu;wD=1;const u=/([()\][%!^"`<>&|;, *?])/g;function e(r){return r=r.replace(u,"^$1"),r}o(e,"escapeCommand");function t(r,n){return r=`${r}`,r=r.replace(/(?=(\\+?)?)\1"/g,'$1$1\\"'),r=r.replace(/(?=(\\+?)?)\1$/,"$1$1"),r=`"${r}"`,r=r.replace(u,"^$1"),n&&(r=r.replace(u,"^$1")),r}return o(t,"escapeArgument"),pu.command=e,pu.argument=t,pu}o(Rn,"require_escape");var Ju,vD;function _n(){return vD||(vD=1,Ju=/^#!(.*)/),Ju}o(_n,"requireShebangRegex");var Zu,$D;function kn(){if($D)return Zu;$D=1;const u=_n();return Zu=o((e="")=>{const t=e.match(u);if(!t)return null;const[r,n]=t[0].replace(/#! ?/,"").split(" "),s=r.split("/").pop();return s==="env"?n:n?`${s} ${n}`:s},"shebangCommand"),Zu}o(kn,"requireShebangCommand");var Xu,xD;function Mn(){if(xD)return Xu;xD=1;const u=_u,e=kn();function t(r){const s=Buffer.alloc(150);let D;try{D=u.openSync(r,"r"),u.readSync(D,s,0,150,0),u.closeSync(D)}catch{}return e(s.toString())}return o(t,"readShebang"),Xu=t,Xu}o(Mn,"requireReadShebang");var Qu,SD;function jn(){if(SD)return Qu;SD=1;const u=W,e=Pn(),t=Rn(),r=Mn(),n=process.platform==="win32",s=/\.(?:com|exe)$/i,D=/node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;function a(l){l.file=e(l);const C=l.file&&r(l.file);return C?(l.args.unshift(l.file),l.command=C,e(l)):l.file}o(a,"detectShebang");function i(l){if(!n)return l;const C=a(l),F=!s.test(C);if(l.options.forceShell||F){const E=D.test(C);l.command=u.normalize(l.command),l.command=t.command(l.command),l.args=l.args.map(m=>t.argument(m,E));const d=[l.command].concat(l.args).join(" ");l.args=["/d","/s","/c",`"${d}"`],l.command=process.env.comspec||"cmd.exe",l.options.windowsVerbatimArguments=!0}return l}o(i,"parseNonShell");function c(l,C,F){C&&!Array.isArray(C)&&(F=C,C=null),C=C?C.slice(0):[],F=Object.assign({},F);const E={command:l,args:C,options:F,file:void 0,original:{command:l,args:C}};return F.shell?E:i(E)}return o(c,"parse"),Qu=c,Qu}o(jn,"requireParse");var ue,OD;function Nn(){if(OD)return ue;OD=1;const u=process.platform==="win32";function e(s,D){return Object.assign(new Error(`${D} ${s.command} ENOENT`),{code:"ENOENT",errno:"ENOENT",syscall:`${D} ${s.command}`,path:s.command,spawnargs:s.args})}o(e,"notFoundError");function t(s,D){if(!u)return;const a=s.emit;s.emit=function(i,c){if(i==="exit"){const l=r(c,D);if(l)return a.call(s,"error",l)}return a.apply(s,arguments)}}o(t,"hookChildProcess");function r(s,D){return u&&s===1&&!D.file?e(D.original,"spawn"):null}o(r,"verifyENOENT");function n(s,D){return u&&s===1&&!D.file?e(D.original,"spawnSync"):null}return o(n,"verifyENOENTSync"),ue={hookChildProcess:t,verifyENOENT:r,verifyENOENTSync:n,notFoundError:e},ue}o(Nn,"requireEnoent");var TD;function Ln(){if(TD)return z.exports;TD=1;const u=Kt,e=jn(),t=Nn();function r(s,D,a){const i=e(s,D,a),c=u.spawn(i.command,i.args,i.options);return t.hookChildProcess(c,i),c}o(r,"spawn");function n(s,D,a){const i=e(s,D,a),c=u.spawnSync(i.command,i.args,i.options);return c.error=c.error||t.verifyENOENTSync(c.status,i),c}return o(n,"spawnSync"),z.exports=r,z.exports.spawn=r,z.exports.sync=n,z.exports._parse=e,z.exports._enoent=t,z.exports}o(Ln,"requireCrossSpawn");var Gn=Ln(),qn=J(Gn);function Wn(u){const e=typeof u=="string"?`
|
|
23
|
+
`:10,t=typeof u=="string"?"\r":13;return u[u.length-1]===e&&(u=u.slice(0,-1)),u[u.length-1]===t&&(u=u.slice(0,-1)),u}o(Wn,"stripFinalNewline");function ID(u={}){const{env:e=process.env,platform:t=process.platform}=u;return t!=="win32"?"PATH":Object.keys(e).reverse().find(r=>r.toUpperCase()==="PATH")||"Path"}o(ID,"pathKey");const Un=o(({cwd:u=$.cwd(),path:e=$.env[ID()],preferLocal:t=!0,execPath:r=$.execPath,addExecPath:n=!0}={})=>{const s=u instanceof URL?Ue(u):u,D=V.resolve(s),a=[];return t&&zn(a,D),n&&Hn(a,r,D),[...a,e].join(V.delimiter)},"npmRunPath"),zn=o((u,e)=>{let t;for(;t!==e;)u.push(V.join(e,"node_modules/.bin")),t=e,e=V.resolve(e,"..")},"applyPreferLocal"),Hn=o((u,e,t)=>{const r=e instanceof URL?Ue(e):e;u.push(V.resolve(t,r,".."))},"applyExecPath"),Yn=o(({env:u=$.env,...e}={})=>{u={...u};const t=ID({env:u});return e.path=u[t],u[t]=Un(e),u},"npmRunPathEnv"),Kn=o((u,e,t,r)=>{if(t==="length"||t==="prototype"||t==="arguments"||t==="caller")return;const n=Object.getOwnPropertyDescriptor(u,t),s=Object.getOwnPropertyDescriptor(e,t);!Vn(n,s)&&r||Object.defineProperty(u,t,s)},"copyProperty"),Vn=o(function(u,e){return u===void 0||u.configurable||u.writable===e.writable&&u.enumerable===e.enumerable&&u.configurable===e.configurable&&(u.writable||u.value===e.value)},"canCopyProperty"),Jn=o((u,e)=>{const t=Object.getPrototypeOf(e);t!==Object.getPrototypeOf(u)&&Object.setPrototypeOf(u,t)},"changePrototype"),Zn=o((u,e)=>`/* Wrapped ${u}*/
|
|
24
|
+
${e}`,"wrappedToString"),Xn=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),Qn=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),uo=o((u,e,t)=>{const r=t===""?"":`with ${t.trim()}() `,n=Zn.bind(null,r,e.toString());Object.defineProperty(n,"name",Qn),Object.defineProperty(u,"toString",{...Xn,value:n})},"changeToString");function eo(u,e,{ignoreNonConfigurable:t=!1}={}){const{name:r}=u;for(const n of Reflect.ownKeys(e))Kn(u,e,n,t);return Jn(u,e),uo(u,e,r),u}o(eo,"mimicFunction");const hu=new WeakMap,PD=o((u,e={})=>{if(typeof u!="function")throw new TypeError("Expected a function");let t,r=0;const n=u.displayName||u.name||"<anonymous>",s=o(function(...D){if(hu.set(s,++r),r===1)t=u.apply(this,D),u=null;else if(e.throw===!0)throw new Error(`Function \`${n}\` can only be called once`);return t},"onetime2");return eo(s,u),hu.set(s,r),s},"onetime");PD.callCount=u=>{if(!hu.has(u))throw new Error(`The given function \`${u.name}\` is not wrapped by the \`onetime\` package`);return hu.get(u)};const Do=o(()=>{const u=_D-RD+1;return Array.from({length:u},to)},"getRealtimeSignals"),to=o((u,e)=>({name:`SIGRT${e+1}`,number:RD+e,action:"terminate",description:"Application-specific signal (realtime)",standard:"posix"}),"getRealtimeSignal"),RD=34,_D=64,ro=[{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"}],kD=o(()=>{const u=Do();return[...ro,...u].map(no)},"getSignals"),no=o(({name:u,number:e,description:t,action:r,forced:n=!1,standard:s})=>{const{signals:{[u]:D}}=ze,a=D!==void 0;return{name:u,number:a?D:e,description:t,supported:a,action:r,forced:n,standard:s}},"normalizeSignal"),oo=o(()=>{const u=kD();return Object.fromEntries(u.map(so))},"getSignalsByName"),so=o(({name:u,number:e,description:t,supported:r,action:n,forced:s,standard:D})=>[u,{name:u,number:e,description:t,supported:r,action:n,forced:s,standard:D}],"getSignalByName"),io=oo(),ao=o(()=>{const u=kD(),e=_D+1,t=Array.from({length:e},(r,n)=>co(n,u));return Object.assign({},...t)},"getSignalsByNumber"),co=o((u,e)=>{const t=lo(u,e);if(t===void 0)return{};const{name:r,description:n,supported:s,action:D,forced:a,standard:i}=t;return{[u]:{name:r,number:u,description:n,supported:s,action:D,forced:a,standard:i}}},"getSignalByNumber"),lo=o((u,e)=>{const t=e.find(({name:r})=>ze.signals[r]===u);return t!==void 0?t:e.find(r=>r.number===u)},"findSignalByNumber");ao();const Fo=o(({timedOut:u,timeout:e,errorCode:t,signal:r,signalDescription:n,exitCode:s,isCanceled:D})=>u?`timed out after ${e} milliseconds`:D?"was canceled":t!==void 0?`failed with ${t}`:r!==void 0?`was killed with ${r} (${n})`:s!==void 0?`failed with exit code ${s}`:"failed","getErrorPrefix"),MD=o(({stdout:u,stderr:e,all:t,error:r,signal:n,exitCode:s,command:D,escapedCommand:a,timedOut:i,isCanceled:c,killed:l,parsed:{options:{timeout:C,cwd:F=$.cwd()}}})=>{s=s===null?void 0:s,n=n===null?void 0:n;const E=n===void 0?void 0:io[n].description,d=r&&r.code,f=`Command ${Fo({timedOut:i,timeout:C,errorCode:d,signal:n,signalDescription:E,exitCode:s,isCanceled:c})}: ${D}`,p=Object.prototype.toString.call(r)==="[object Error]",h=p?`${f}
|
|
25
25
|
${r.message}`:f,g=[h,e,u].filter(Boolean).join(`
|
|
26
|
-
`);return p?(r.originalMessage=r.message,r.message=g):r=new Error(g),r.shortMessage=h,r.command=D,r.escapedCommand=a,r.exitCode=s,r.signal=n,r.signalDescription=E,r.stdout=u,r.stderr=e,r.cwd=F,t!==void 0&&(r.all=t),"bufferedData"in r&&delete r.bufferedData,r.failed=!0,r.timedOut=!!i,r.isCanceled=c,r.killed=l&&!i,r},"makeError"),mu=["stdin","stdout","stderr"],Co=o(u=>mu.some(e=>u[e]!==void 0),"hasAlias"),fo=o(u=>{if(!u)return;const{stdio:e}=u;if(e===void 0)return mu.map(r=>u[r]);if(Co(u))throw new Error(`It's not possible to provide \`stdio\` in combination with one of ${mu.map(r=>`\`${r}\``).join(", ")}`);if(typeof e=="string")return e;if(!Array.isArray(e))throw new TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof e}\``);const t=Math.max(e.length,mu.length);return Array.from({length:t},(r,n)=>e[n])},"normalizeStdio");var
|
|
27
|
-
`)},"logCommand"),es=1e3*1e3*100,Ds=o(({env:u,extendEnv:e,preferLocal:t,localDir:r,execPath:n})=>{const s=e?{...$.env,...u}:u;return t?Yn({env:s,cwd:r,execPath:n}):s},"getEnv"),ts=o((u,e,t={})=>{const r=qn._parse(u,e,t);return u=r.command,e=r.args,t=r.options,t={maxBuffer:es,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:t.cwd||$.cwd(),execPath:$.execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,verbose:Xo,...t},t.env=Ds(t),t.stdio=fo(t),$.platform==="win32"&&K.basename(u,".exe")==="cmd"&&e.unshift("/q"),{file:u,args:e,options:t,parsed:r}},"handleArguments"),se=o((u,e,t)=>typeof e!="string"&&!Ht.isBuffer(e)?t===void 0?void 0:"":u.stripFinalNewline?Wn(e):e,"handleOutput");function X(u,e,t){const r=ts(u,e,t),n=Jo(u,e),s=Zo(u,e);us(s,r.options),So(r.options);let D;try{D=Ne.spawn(r.file,r.args,r.options)}catch(E){const d=new Ne.ChildProcess,m=Promise.reject(_D({error:E,stdout:"",stderr:"",all:"",command:n,escapedCommand:s,parsed:r,timedOut:!1,isCanceled:!1,killed:!1}));return UD(d,m),d}const a=Ho(D),i=xo(D,r.options,a),c=Oo(D,r.options,i),l={isCanceled:!1};D.kill=Bo.bind(null,D.kill.bind(D)),D.cancel=vo.bind(null,D,l);const F=TD(o(async()=>{const[{error:E,exitCode:d,signal:m,timedOut:f},p,h,g]=await Wo(D,r.options,c),B=se(r.options,p),b=se(r.options,h),y=se(r.options,g);if(E||d!==0||m!==null){const v=_D({error:E,exitCode:d,signal:m,stdout:B,stderr:b,all:y,command:n,escapedCommand:s,parsed:r,timedOut:f,isCanceled:l.isCanceled||(r.options.signal?r.options.signal.aborted:!1),killed:D.killed});if(!r.options.reject)return v;throw v}return{command:n,escapedCommand:s,exitCode:0,stdout:B,stderr:b,all:y,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}},"handlePromise"));return Go(D,r.options),D.all=qo(D,r.options),Io(D),UD(D,F),D}o(X,"execa");let H=!0;const Q=typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{};let nu=0;if(Q.process&&Q.process.env&&Q.process.stdout){const{FORCE_COLOR:u,NODE_DISABLE_COLORS:e,NO_COLOR:t,TERM:r,COLORTERM:n}=Q.process.env;e||t||u==="0"?H=!1:u==="1"||u==="2"||u==="3"?H=!0:r==="dumb"?H=!1:"CI"in Q.process.env&&["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some(s=>s in Q.process.env)?H=!0:H=process.stdout.isTTY,H&&(process.platform==="win32"||n&&(n==="truecolor"||n==="24bit")?nu=3:r&&(r.endsWith("-256color")||r.endsWith("256"))?nu=2:nu=1)}let HD={enabled:H,supportLevel:nu};function ou(u,e,t=1){const r=`\x1B[${u}m`,n=`\x1B[${e}m`,s=new RegExp(`\\x1b\\[${e}m`,"g");return D=>HD.enabled&&HD.supportLevel>=t?r+(""+D).replace(s,r)+n:""+D}o(ou,"kolorist");const ie=ou(2,22),YD=ou(30,39),Bu=ou(31,39),su=ou(32,39),KD=ou(46,49);var ae,VD;function rs(){if(VD)return ae;VD=1;const u="\x1B",e=`${u}[`,t="\x07",r={to(D,a){return a?`${e}${a+1};${D+1}H`:`${e}${D+1}G`},move(D,a){let i="";return D<0?i+=`${e}${-D}D`:D>0&&(i+=`${e}${D}C`),a<0?i+=`${e}${-a}A`:a>0&&(i+=`${e}${a}B`),i},up:o((D=1)=>`${e}${D}A`,"up"),down:o((D=1)=>`${e}${D}B`,"down"),forward:o((D=1)=>`${e}${D}C`,"forward"),backward:o((D=1)=>`${e}${D}D`,"backward"),nextLine:o((D=1)=>`${e}E`.repeat(D),"nextLine"),prevLine:o((D=1)=>`${e}F`.repeat(D),"prevLine"),left:`${e}G`,hide:`${e}?25l`,show:`${e}?25h`,save:`${u}7`,restore:`${u}8`},n={up:o((D=1)=>`${e}S`.repeat(D),"up"),down:o((D=1)=>`${e}T`.repeat(D),"down")},s={screen:`${e}2J`,up:o((D=1)=>`${e}1J`.repeat(D),"up"),down:o((D=1)=>`${e}J`.repeat(D),"down"),line:`${e}2K`,lineEnd:`${e}K`,lineStart:`${e}1K`,lines(D){let a="";for(let i=0;i<D;i++)a+=this.line+(i<D-1?r.up():"");return D&&(a+=r.left),a}};return ae={cursor:r,scroll:n,erase:s,beep:t},ae}o(rs,"requireSrc$2");var S=rs(),yu={exports:{}},JD;function ns(){if(JD)return yu.exports;JD=1;let u=process||{},e=u.argv||[],t=u.env||{},r=!(t.NO_COLOR||e.includes("--no-color"))&&(!!t.FORCE_COLOR||e.includes("--color")||u.platform==="win32"||(u.stdout||{}).isTTY&&t.TERM!=="dumb"||!!t.CI),n=o((a,i,c=a)=>l=>{let C=""+l,F=C.indexOf(i,a.length);return~F?a+s(C,i,c,F)+i:a+C+i},"formatter"),s=o((a,i,c,l)=>{let C="",F=0;do C+=a.substring(F,l)+c,F=l+i.length,l=a.indexOf(i,F);while(~l);return C+a.substring(F)},"replaceClose"),D=o((a=r)=>{let i=a?n:()=>String;return{isColorSupported:a,reset:i("\x1B[0m","\x1B[0m"),bold:i("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:i("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:i("\x1B[3m","\x1B[23m"),underline:i("\x1B[4m","\x1B[24m"),inverse:i("\x1B[7m","\x1B[27m"),hidden:i("\x1B[8m","\x1B[28m"),strikethrough:i("\x1B[9m","\x1B[29m"),black:i("\x1B[30m","\x1B[39m"),red:i("\x1B[31m","\x1B[39m"),green:i("\x1B[32m","\x1B[39m"),yellow:i("\x1B[33m","\x1B[39m"),blue:i("\x1B[34m","\x1B[39m"),magenta:i("\x1B[35m","\x1B[39m"),cyan:i("\x1B[36m","\x1B[39m"),white:i("\x1B[37m","\x1B[39m"),gray:i("\x1B[90m","\x1B[39m"),bgBlack:i("\x1B[40m","\x1B[49m"),bgRed:i("\x1B[41m","\x1B[49m"),bgGreen:i("\x1B[42m","\x1B[49m"),bgYellow:i("\x1B[43m","\x1B[49m"),bgBlue:i("\x1B[44m","\x1B[49m"),bgMagenta:i("\x1B[45m","\x1B[49m"),bgCyan:i("\x1B[46m","\x1B[49m"),bgWhite:i("\x1B[47m","\x1B[49m"),blackBright:i("\x1B[90m","\x1B[39m"),redBright:i("\x1B[91m","\x1B[39m"),greenBright:i("\x1B[92m","\x1B[39m"),yellowBright:i("\x1B[93m","\x1B[39m"),blueBright:i("\x1B[94m","\x1B[39m"),magentaBright:i("\x1B[95m","\x1B[39m"),cyanBright:i("\x1B[96m","\x1B[39m"),whiteBright:i("\x1B[97m","\x1B[39m"),bgBlackBright:i("\x1B[100m","\x1B[49m"),bgRedBright:i("\x1B[101m","\x1B[49m"),bgGreenBright:i("\x1B[102m","\x1B[49m"),bgYellowBright:i("\x1B[103m","\x1B[49m"),bgBlueBright:i("\x1B[104m","\x1B[49m"),bgMagentaBright:i("\x1B[105m","\x1B[49m"),bgCyanBright:i("\x1B[106m","\x1B[49m"),bgWhiteBright:i("\x1B[107m","\x1B[49m")}},"createColors");return yu.exports=D(),yu.exports.createColors=D,yu.exports}o(ns,"requirePicocolors");var os=ns(),A=J(os);function ss({onlyFirst:u=!1}={}){const e=["[\\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(e,u?void 0:"g")}o(ss,"DD");const is=ss();function ZD(u){if(typeof u!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof u}\``);return u.replace(is,"")}o(ZD,"P$1");function XD(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u}o(XD,"L$1");var QD={exports:{}};(function(u){var e={};u.exports=e,e.eastAsianWidth=function(r){var n=r.charCodeAt(0),s=r.length==2?r.charCodeAt(1):0,D=n;return 55296<=n&&n<=56319&&56320<=s&&s<=57343&&(n&=1023,s&=1023,D=n<<10|s,D+=65536),D==12288||65281<=D&&D<=65376||65504<=D&&D<=65510?"F":D==8361||65377<=D&&D<=65470||65474<=D&&D<=65479||65482<=D&&D<=65487||65490<=D&&D<=65495||65498<=D&&D<=65500||65512<=D&&D<=65518?"H":4352<=D&&D<=4447||4515<=D&&D<=4519||4602<=D&&D<=4607||9001<=D&&D<=9002||11904<=D&&D<=11929||11931<=D&&D<=12019||12032<=D&&D<=12245||12272<=D&&D<=12283||12289<=D&&D<=12350||12353<=D&&D<=12438||12441<=D&&D<=12543||12549<=D&&D<=12589||12593<=D&&D<=12686||12688<=D&&D<=12730||12736<=D&&D<=12771||12784<=D&&D<=12830||12832<=D&&D<=12871||12880<=D&&D<=13054||13056<=D&&D<=19903||19968<=D&&D<=42124||42128<=D&&D<=42182||43360<=D&&D<=43388||44032<=D&&D<=55203||55216<=D&&D<=55238||55243<=D&&D<=55291||63744<=D&&D<=64255||65040<=D&&D<=65049||65072<=D&&D<=65106||65108<=D&&D<=65126||65128<=D&&D<=65131||110592<=D&&D<=110593||127488<=D&&D<=127490||127504<=D&&D<=127546||127552<=D&&D<=127560||127568<=D&&D<=127569||131072<=D&&D<=194367||177984<=D&&D<=196605||196608<=D&&D<=262141?"W":32<=D&&D<=126||162<=D&&D<=163||165<=D&&D<=166||D==172||D==175||10214<=D&&D<=10221||10629<=D&&D<=10630?"Na":D==161||D==164||167<=D&&D<=168||D==170||173<=D&&D<=174||176<=D&&D<=180||182<=D&&D<=186||188<=D&&D<=191||D==198||D==208||215<=D&&D<=216||222<=D&&D<=225||D==230||232<=D&&D<=234||236<=D&&D<=237||D==240||242<=D&&D<=243||247<=D&&D<=250||D==252||D==254||D==257||D==273||D==275||D==283||294<=D&&D<=295||D==299||305<=D&&D<=307||D==312||319<=D&&D<=322||D==324||328<=D&&D<=331||D==333||338<=D&&D<=339||358<=D&&D<=359||D==363||D==462||D==464||D==466||D==468||D==470||D==472||D==474||D==476||D==593||D==609||D==708||D==711||713<=D&&D<=715||D==717||D==720||728<=D&&D<=731||D==733||D==735||768<=D&&D<=879||913<=D&&D<=929||931<=D&&D<=937||945<=D&&D<=961||963<=D&&D<=969||D==1025||1040<=D&&D<=1103||D==1105||D==8208||8211<=D&&D<=8214||8216<=D&&D<=8217||8220<=D&&D<=8221||8224<=D&&D<=8226||8228<=D&&D<=8231||D==8240||8242<=D&&D<=8243||D==8245||D==8251||D==8254||D==8308||D==8319||8321<=D&&D<=8324||D==8364||D==8451||D==8453||D==8457||D==8467||D==8470||8481<=D&&D<=8482||D==8486||D==8491||8531<=D&&D<=8532||8539<=D&&D<=8542||8544<=D&&D<=8555||8560<=D&&D<=8569||D==8585||8592<=D&&D<=8601||8632<=D&&D<=8633||D==8658||D==8660||D==8679||D==8704||8706<=D&&D<=8707||8711<=D&&D<=8712||D==8715||D==8719||D==8721||D==8725||D==8730||8733<=D&&D<=8736||D==8739||D==8741||8743<=D&&D<=8748||D==8750||8756<=D&&D<=8759||8764<=D&&D<=8765||D==8776||D==8780||D==8786||8800<=D&&D<=8801||8804<=D&&D<=8807||8810<=D&&D<=8811||8814<=D&&D<=8815||8834<=D&&D<=8835||8838<=D&&D<=8839||D==8853||D==8857||D==8869||D==8895||D==8978||9312<=D&&D<=9449||9451<=D&&D<=9547||9552<=D&&D<=9587||9600<=D&&D<=9615||9618<=D&&D<=9621||9632<=D&&D<=9633||9635<=D&&D<=9641||9650<=D&&D<=9651||9654<=D&&D<=9655||9660<=D&&D<=9661||9664<=D&&D<=9665||9670<=D&&D<=9672||D==9675||9678<=D&&D<=9681||9698<=D&&D<=9701||D==9711||9733<=D&&D<=9734||D==9737||9742<=D&&D<=9743||9748<=D&&D<=9749||D==9756||D==9758||D==9792||D==9794||9824<=D&&D<=9825||9827<=D&&D<=9829||9831<=D&&D<=9834||9836<=D&&D<=9837||D==9839||9886<=D&&D<=9887||9918<=D&&D<=9919||9924<=D&&D<=9933||9935<=D&&D<=9953||D==9955||9960<=D&&D<=9983||D==10045||D==10071||10102<=D&&D<=10111||11093<=D&&D<=11097||12872<=D&&D<=12879||57344<=D&&D<=63743||65024<=D&&D<=65039||D==65533||127232<=D&&D<=127242||127248<=D&&D<=127277||127280<=D&&D<=127337||127344<=D&&D<=127386||917760<=D&&D<=917999||983040<=D&&D<=1048573||1048576<=D&&D<=1114109?"A":"N"},e.characterLength=function(r){var n=this.eastAsianWidth(r);return n=="F"||n=="W"||n=="A"?2:1};function t(r){return r.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}o(t,"t"),e.length=function(r){for(var n=t(r),s=0,D=0;D<n.length;D++)s=s+this.characterLength(n[D]);return s},e.slice=function(r,n,s){textLen=e.length(r),n=n||0,s=s||1,n<0&&(n=textLen+n),s<0&&(s=textLen+s);for(var D="",a=0,i=t(r),c=0;c<i.length;c++){var l=i[c],C=e.length(l);if(a>=n-(C==2?1:0))if(a+C<=s)D+=l;else break;a+=C}return D}})(QD);var as=QD.exports;const cs=XD(as);var ls=o(function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},"FD");const Fs=XD(ls);function iu(u,e={}){if(typeof u!="string"||u.length===0||(e={ambiguousIsNarrow:!0,...e},u=ZD(u),u.length===0))return 0;u=u.replace(Fs()," ");const t=e.ambiguousIsNarrow?1:2;let r=0;for(const n of u){const s=n.codePointAt(0);if(!(s<=31||s>=127&&s<=159||s>=768&&s<=879))switch(cs.eastAsianWidth(n)){case"F":case"W":r+=2;break;case"A":r+=t;break;default:r+=1}}return r}o(iu,"p");const ce=10,ut=o((u=0)=>e=>`\x1B[${e+u}m`,"N"),et=o((u=0)=>e=>`\x1B[${38+u};5;${e}m`,"I"),Dt=o((u=0)=>(e,t,r)=>`\x1B[${38+u};2;${e};${t};${r}m`,"R"),w={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(w.modifier);const Cs=Object.keys(w.color),fs=Object.keys(w.bgColor);[...Cs,...fs];function ds(){const u=new Map;for(const[e,t]of Object.entries(w)){for(const[r,n]of Object.entries(t))w[r]={open:`\x1B[${n[0]}m`,close:`\x1B[${n[1]}m`},t[r]=w[r],u.set(n[0],n[1]);Object.defineProperty(w,e,{value:t,enumerable:!1})}return Object.defineProperty(w,"codes",{value:u,enumerable:!1}),w.color.close="\x1B[39m",w.bgColor.close="\x1B[49m",w.color.ansi=ut(),w.color.ansi256=et(),w.color.ansi16m=Dt(),w.bgColor.ansi=ut(ce),w.bgColor.ansi256=et(ce),w.bgColor.ansi16m=Dt(ce),Object.defineProperties(w,{rgbToAnsi256:{value:o((e,t,r)=>e===t&&t===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(t/255*5)+Math.round(r/255*5),"value"),enumerable:!1},hexToRgb:{value:o(e=>{const t=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!t)return[0,0,0];let[r]=t;r.length===3&&(r=[...r].map(s=>s+s).join(""));const n=Number.parseInt(r,16);return[n>>16&255,n>>8&255,n&255]},"value"),enumerable:!1},hexToAnsi256:{value:o(e=>w.rgbToAnsi256(...w.hexToRgb(e)),"value"),enumerable:!1},ansi256ToAnsi:{value:o(e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let t,r,n;if(e>=232)t=((e-232)*10+8)/255,r=t,n=t;else{e-=16;const a=e%36;t=Math.floor(e/36)/5,r=Math.floor(a/6)/5,n=a%6/5}const s=Math.max(t,r,n)*2;if(s===0)return 30;let D=30+(Math.round(n)<<2|Math.round(r)<<1|Math.round(t));return s===2&&(D+=60),D},"value"),enumerable:!1},rgbToAnsi:{value:o((e,t,r)=>w.ansi256ToAnsi(w.rgbToAnsi256(e,t,r)),"value"),enumerable:!1},hexToAnsi:{value:o(e=>w.ansi256ToAnsi(w.hexToAnsi256(e)),"value"),enumerable:!1}}),w}o(ds,"rD");const Es=ds(),bu=new Set(["\x1B","\x9B"]),ps=39,le="\x07",tt="[",hs="]",rt="m",Fe=`${hs}8;;`,nt=o(u=>`${bu.values().next().value}${tt}${u}${rt}`,"z"),ot=o(u=>`${bu.values().next().value}${Fe}${u}${le}`,"K"),ms=o(u=>u.split(" ").map(e=>iu(e)),"aD"),Ce=o((u,e,t)=>{const r=[...e];let n=!1,s=!1,D=iu(ZD(u[u.length-1]));for(const[a,i]of r.entries()){const c=iu(i);if(D+c<=t?u[u.length-1]+=i:(u.push(i),D=0),bu.has(i)&&(n=!0,s=r.slice(a+1).join("").startsWith(Fe)),n){s?i===le&&(n=!1,s=!1):i===rt&&(n=!1);continue}D+=c,D===t&&a<r.length-1&&(u.push(""),D=0)}!D&&u[u.length-1].length>0&&u.length>1&&(u[u.length-2]+=u.pop())},"k$1"),gs=o(u=>{const e=u.split(" ");let t=e.length;for(;t>0&&!(iu(e[t-1])>0);)t--;return t===e.length?u:e.slice(0,t).join(" ")+e.slice(t).join("")},"hD"),Bs=o((u,e,t={})=>{if(t.trim!==!1&&u.trim()==="")return"";let r="",n,s;const D=ms(u);let a=[""];for(const[c,l]of u.split(" ").entries()){t.trim!==!1&&(a[a.length-1]=a[a.length-1].trimStart());let C=iu(a[a.length-1]);if(c!==0&&(C>=e&&(t.wordWrap===!1||t.trim===!1)&&(a.push(""),C=0),(C>0||t.trim===!1)&&(a[a.length-1]+=" ",C++)),t.hard&&D[c]>e){const F=e-C,E=1+Math.floor((D[c]-F-1)/e);Math.floor((D[c]-1)/e)<E&&a.push(""),Ce(a,l,e);continue}if(C+D[c]>e&&C>0&&D[c]>0){if(t.wordWrap===!1&&C<e){Ce(a,l,e);continue}a.push("")}if(C+D[c]>e&&t.wordWrap===!1){Ce(a,l,e);continue}a[a.length-1]+=l}t.trim!==!1&&(a=a.map(c=>gs(c)));const i=[...a.join(`
|
|
28
|
-
`)];for(const[c,l]of i.entries()){if(r+=l,bu.has(l)){const{groups:F}=new RegExp(`(?:\\${
|
|
29
|
-
`?(s&&(r+=
|
|
30
|
-
`&&(n&&C&&(r+=
|
|
26
|
+
`);return p?(r.originalMessage=r.message,r.message=g):r=new Error(g),r.shortMessage=h,r.command=D,r.escapedCommand=a,r.exitCode=s,r.signal=n,r.signalDescription=E,r.stdout=u,r.stderr=e,r.cwd=F,t!==void 0&&(r.all=t),"bufferedData"in r&&delete r.bufferedData,r.failed=!0,r.timedOut=!!i,r.isCanceled=c,r.killed=l&&!i,r},"makeError"),mu=["stdin","stdout","stderr"],Co=o(u=>mu.some(e=>u[e]!==void 0),"hasAlias"),fo=o(u=>{if(!u)return;const{stdio:e}=u;if(e===void 0)return mu.map(r=>u[r]);if(Co(u))throw new Error(`It's not possible to provide \`stdio\` in combination with one of ${mu.map(r=>`\`${r}\``).join(", ")}`);if(typeof e=="string")return e;if(!Array.isArray(e))throw new TypeError(`Expected \`stdio\` to be of type \`string\` or \`Array\`, got \`${typeof e}\``);const t=Math.max(e.length,mu.length);return Array.from({length:t},(r,n)=>e[n])},"normalizeStdio");var H={exports:{}},ee={exports:{}},jD;function Eo(){return jD||(jD=1,function(u){u.exports=["SIGABRT","SIGALRM","SIGHUP","SIGINT","SIGTERM"],process.platform!=="win32"&&u.exports.push("SIGVTALRM","SIGXCPU","SIGXFSZ","SIGUSR2","SIGTRAP","SIGSYS","SIGQUIT","SIGIOT"),process.platform==="linux"&&u.exports.push("SIGIO","SIGPOLL","SIGPWR","SIGSTKFLT","SIGUNUSED")}(ee)),ee.exports}o(Eo,"requireSignals");var ND;function po(){if(ND)return H.exports;ND=1;var u=G.process;const e=o(function(f){return f&&typeof f=="object"&&typeof f.removeListener=="function"&&typeof f.emit=="function"&&typeof f.reallyExit=="function"&&typeof f.listeners=="function"&&typeof f.kill=="function"&&typeof f.pid=="number"&&typeof f.on=="function"},"processOk");if(!e(u))H.exports=function(){return function(){}};else{var t=He,r=Eo(),n=/^win/i.test(u.platform),s=Ye;typeof s!="function"&&(s=s.EventEmitter);var D;u.__signal_exit_emitter__?D=u.__signal_exit_emitter__:(D=u.__signal_exit_emitter__=new s,D.count=0,D.emitted={}),D.infinite||(D.setMaxListeners(1/0),D.infinite=!0),H.exports=function(f,p){if(!e(G.process))return function(){};t.equal(typeof f,"function","a callback must be provided for exit handler"),l===!1&&C();var h="exit";p&&p.alwaysLast&&(h="afterexit");var g=o(function(){D.removeListener(h,f),D.listeners("exit").length===0&&D.listeners("afterexit").length===0&&a()},"remove");return D.on(h,f),g};var a=o(function(){!l||!e(G.process)||(l=!1,r.forEach(function(p){try{u.removeListener(p,c[p])}catch{}}),u.emit=d,u.reallyExit=F,D.count-=1)},"unload2");H.exports.unload=a;var i=o(function(p,h,g){D.emitted[p]||(D.emitted[p]=!0,D.emit(p,h,g))},"emit2"),c={};r.forEach(function(f){c[f]=o(function(){if(e(G.process)){var h=u.listeners(f);h.length===D.count&&(a(),i("exit",null,f),i("afterexit",null,f),n&&f==="SIGHUP"&&(f="SIGINT"),u.kill(u.pid,f))}},"listener")}),H.exports.signals=function(){return r};var l=!1,C=o(function(){l||!e(G.process)||(l=!0,D.count+=1,r=r.filter(function(p){try{return u.on(p,c[p]),!0}catch{return!1}}),u.emit=m,u.reallyExit=E)},"load2");H.exports.load=C;var F=u.reallyExit,E=o(function(p){e(G.process)&&(u.exitCode=p||0,i("exit",u.exitCode,null),i("afterexit",u.exitCode,null),F.call(u,u.exitCode))},"processReallyExit2"),d=u.emit,m=o(function(p,h){if(p==="exit"&&e(G.process)){h!==void 0&&(u.exitCode=h);var g=d.apply(this,arguments);return i("exit",u.exitCode,null),i("afterexit",u.exitCode,null),g}else return d.apply(this,arguments)},"processEmit2")}return H.exports}o(po,"requireSignalExit");var ho=po(),mo=J(ho);const go=1e3*5,Bo=o((u,e="SIGTERM",t={})=>{const r=u(e);return yo(u,e,t,r),r},"spawnedKill"),yo=o((u,e,t,r)=>{if(!bo(e,t,r))return;const n=wo(t),s=setTimeout(()=>{u("SIGKILL")},n);s.unref&&s.unref()},"setKillTimeout"),bo=o((u,{forceKillAfterTimeout:e},t)=>Ao(u)&&e!==!1&&t,"shouldForceKill"),Ao=o(u=>u===Vt.constants.signals.SIGTERM||typeof u=="string"&&u.toUpperCase()==="SIGTERM","isSigterm"),wo=o(({forceKillAfterTimeout:u=!0})=>{if(u===!0)return go;if(!Number.isFinite(u)||u<0)throw new TypeError(`Expected the \`forceKillAfterTimeout\` option to be a non-negative integer, got \`${u}\` (${typeof u})`);return u},"getForceKillAfterTimeout"),vo=o((u,e)=>{u.kill()&&(e.isCanceled=!0)},"spawnedCancel"),$o=o((u,e,t)=>{u.kill(e),t(Object.assign(new Error("Timed out"),{timedOut:!0,signal:e}))},"timeoutKill"),xo=o((u,{timeout:e,killSignal:t="SIGTERM"},r)=>{if(e===0||e===void 0)return r;let n;const s=new Promise((a,i)=>{n=setTimeout(()=>{$o(u,t,i)},e)}),D=r.finally(()=>{clearTimeout(n)});return Promise.race([s,D])},"setupTimeout"),So=o(({timeout:u})=>{if(u!==void 0&&(!Number.isFinite(u)||u<0))throw new TypeError(`Expected the \`timeout\` option to be a non-negative integer, got \`${u}\` (${typeof u})`)},"validateTimeout"),Oo=o(async(u,{cleanup:e,detached:t},r)=>{if(!e||t)return r;const n=mo(()=>{u.kill()});return r.finally(()=>{n()})},"setExitHandler");function LD(u){return u!==null&&typeof u=="object"&&typeof u.pipe=="function"}o(LD,"isStream");function GD(u){return LD(u)&&u.writable!==!1&&typeof u._write=="function"&&typeof u._writableState=="object"}o(GD,"isWritableStream");const To=o(u=>u instanceof Yt&&typeof u.then=="function","isExecaChildProcess"),De=o((u,e,t)=>{if(typeof t=="string")return u[e].pipe(Jt(t)),u;if(GD(t))return u[e].pipe(t),u;if(!To(t))throw new TypeError("The second argument must be a string, a stream or an Execa child process.");if(!GD(t.stdin))throw new TypeError("The target child process's stdin must be available.");return u[e].pipe(t.stdin),t},"pipeToTarget"),Io=o(u=>{u.stdout!==null&&(u.pipeStdout=De.bind(void 0,u,"stdout")),u.stderr!==null&&(u.pipeStderr=De.bind(void 0,u,"stderr")),u.all!==void 0&&(u.pipeAll=De.bind(void 0,u,"all"))},"addPipeMethods");var Z={exports:{}},te,qD;function Po(){if(qD)return te;qD=1;const{PassThrough:u}=ku;return te=o(e=>{e={...e};const{array:t}=e;let{encoding:r}=e;const n=r==="buffer";let s=!1;t?s=!(r||n):r=r||"utf8",n&&(r=null);const D=new u({objectMode:s});r&&D.setEncoding(r);let a=0;const i=[];return D.on("data",c=>{i.push(c),s?a=i.length:a+=c.length}),D.getBufferedValue=()=>t?i:n?Buffer.concat(i,a):i.join(""),D.getBufferedLength=()=>a,D},"bufferStream"),te}o(Po,"requireBufferStream");var WD;function Ro(){if(WD)return Z.exports;WD=1;const{constants:u}=Xt,e=ku,{promisify:t}=Ke,r=Po(),n=t(e.pipeline),a=class a extends Error{constructor(){super("maxBuffer exceeded"),this.name="MaxBufferError"}};o(a,"MaxBufferError");let s=a;async function D(i,c){if(!i)throw new Error("Expected a stream");c={maxBuffer:1/0,...c};const{maxBuffer:l}=c,C=r(c);return await new Promise((F,E)=>{const d=o(m=>{m&&C.getBufferedLength()<=u.MAX_LENGTH&&(m.bufferedData=C.getBufferedValue()),E(m)},"rejectPromise");(async()=>{try{await n(i,C),F()}catch(m){d(m)}})(),C.on("data",()=>{C.getBufferedLength()>l&&d(new s)})}),C.getBufferedValue()}return o(D,"getStream"),Z.exports=D,Z.exports.buffer=(i,c)=>D(i,{...c,encoding:"buffer"}),Z.exports.array=(i,c)=>D(i,{...c,array:!0}),Z.exports.MaxBufferError=s,Z.exports}o(Ro,"requireGetStream");var _o=Ro(),UD=J(_o),re,zD;function ko(){if(zD)return re;zD=1;const{PassThrough:u}=ku;return re=o(function(){var e=[],t=new u({objectMode:!0});return t.setMaxListeners(0),t.add=r,t.isEmpty=n,t.on("unpipe",s),Array.prototype.slice.call(arguments).forEach(r),t;function r(D){return Array.isArray(D)?(D.forEach(r),this):(e.push(D),D.once("end",s.bind(null,D)),D.once("error",t.emit.bind(t,"error")),D.pipe(t,{end:!1}),this)}o(r,"add");function n(){return e.length==0}o(n,"isEmpty");function s(D){e=e.filter(function(a){return a!==D}),!e.length&&t.readable&&t.end()}o(s,"remove")},"mergeStream$1"),re}o(ko,"requireMergeStream");var Mo=ko(),jo=J(Mo);const No=o(u=>{if(u!==void 0)throw new TypeError("The `input` and `inputFile` options cannot be both set.")},"validateInputOptions"),Lo=o(({input:u,inputFile:e})=>typeof e!="string"?u:(No(u),Zt(e)),"getInput"),Go=o((u,e)=>{const t=Lo(e);t!==void 0&&(LD(t)?t.pipe(u.stdin):u.stdin.end(t))},"handleInput"),qo=o((u,{all:e})=>{if(!e||!u.stdout&&!u.stderr)return;const t=jo();return u.stdout&&t.add(u.stdout),u.stderr&&t.add(u.stderr),t},"makeAllStream"),ne=o(async(u,e)=>{if(!(!u||e===void 0)){u.destroy();try{return await e}catch(t){return t.bufferedData}}},"getBufferedData"),oe=o((u,{encoding:e,buffer:t,maxBuffer:r})=>{if(!(!u||!t))return e?UD(u,{encoding:e,maxBuffer:r}):UD.buffer(u,{maxBuffer:r})},"getStreamPromise"),Wo=o(async({stdout:u,stderr:e,all:t},{encoding:r,buffer:n,maxBuffer:s},D)=>{const a=oe(u,{encoding:r,buffer:n,maxBuffer:s}),i=oe(e,{encoding:r,buffer:n,maxBuffer:s}),c=oe(t,{encoding:r,buffer:n,maxBuffer:s*2});try{return await Promise.all([D,a,i,c])}catch(l){return Promise.all([{error:l,signal:l.signal,timedOut:l.timedOut},ne(u,a),ne(e,i),ne(t,c)])}},"getSpawnedResult"),Uo=(async()=>{})().constructor.prototype,zo=["then","catch","finally"].map(u=>[u,Reflect.getOwnPropertyDescriptor(Uo,u)]),HD=o((u,e)=>{for(const[t,r]of zo){const n=typeof e=="function"?(...s)=>Reflect.apply(r.value,e(),s):r.value.bind(e);Reflect.defineProperty(u,t,{...r,value:n})}},"mergePromise"),Ho=o(u=>new Promise((e,t)=>{u.on("exit",(r,n)=>{e({exitCode:r,signal:n})}),u.on("error",r=>{t(r)}),u.stdin&&u.stdin.on("error",r=>{t(r)})}),"getSpawnedPromise"),YD=o((u,e=[])=>Array.isArray(e)?[u,...e]:[u],"normalizeArgs"),Yo=/^[\w.-]+$/,Ko=/"/g,Vo=o(u=>typeof u!="string"||Yo.test(u)?u:`"${u.replace(Ko,'\\"')}"`,"escapeArg"),Jo=o((u,e)=>YD(u,e).join(" "),"joinCommand"),Zo=o((u,e)=>YD(u,e).map(t=>Vo(t)).join(" "),"getEscapedCommand"),Xo=Qt("execa").enabled,gu=o((u,e)=>String(u).padStart(e,"0"),"padField"),Qo=o(()=>{const u=new Date;return`${gu(u.getHours(),2)}:${gu(u.getMinutes(),2)}:${gu(u.getSeconds(),2)}.${gu(u.getMilliseconds(),3)}`},"getTimestamp"),us=o((u,{verbose:e})=>{e&&$.stderr.write(`[${Qo()}] ${u}
|
|
27
|
+
`)},"logCommand"),es=1e3*1e3*100,Ds=o(({env:u,extendEnv:e,preferLocal:t,localDir:r,execPath:n})=>{const s=e?{...$.env,...u}:u;return t?Yn({env:s,cwd:r,execPath:n}):s},"getEnv"),ts=o((u,e,t={})=>{const r=qn._parse(u,e,t);return u=r.command,e=r.args,t=r.options,t={maxBuffer:es,buffer:!0,stripFinalNewline:!0,extendEnv:!0,preferLocal:!1,localDir:t.cwd||$.cwd(),execPath:$.execPath,encoding:"utf8",reject:!0,cleanup:!0,all:!1,windowsHide:!0,verbose:Xo,...t},t.env=Ds(t),t.stdio=fo(t),$.platform==="win32"&&V.basename(u,".exe")==="cmd"&&e.unshift("/q"),{file:u,args:e,options:t,parsed:r}},"handleArguments"),se=o((u,e,t)=>typeof e!="string"&&!Ht.isBuffer(e)?t===void 0?void 0:"":u.stripFinalNewline?Wn(e):e,"handleOutput");function X(u,e,t){const r=ts(u,e,t),n=Jo(u,e),s=Zo(u,e);us(s,r.options),So(r.options);let D;try{D=Ge.spawn(r.file,r.args,r.options)}catch(E){const d=new Ge.ChildProcess,m=Promise.reject(MD({error:E,stdout:"",stderr:"",all:"",command:n,escapedCommand:s,parsed:r,timedOut:!1,isCanceled:!1,killed:!1}));return HD(d,m),d}const a=Ho(D),i=xo(D,r.options,a),c=Oo(D,r.options,i),l={isCanceled:!1};D.kill=Bo.bind(null,D.kill.bind(D)),D.cancel=vo.bind(null,D,l);const F=PD(o(async()=>{const[{error:E,exitCode:d,signal:m,timedOut:f},p,h,g]=await Wo(D,r.options,c),B=se(r.options,p),b=se(r.options,h),y=se(r.options,g);if(E||d!==0||m!==null){const v=MD({error:E,exitCode:d,signal:m,stdout:B,stderr:b,all:y,command:n,escapedCommand:s,parsed:r,timedOut:f,isCanceled:l.isCanceled||(r.options.signal?r.options.signal.aborted:!1),killed:D.killed});if(!r.options.reject)return v;throw v}return{command:n,escapedCommand:s,exitCode:0,stdout:B,stderr:b,all:y,failed:!1,timedOut:!1,isCanceled:!1,killed:!1}},"handlePromise"));return Go(D,r.options),D.all=qo(D,r.options),Io(D),HD(D,F),D}o(X,"execa");let Y=!0;const Q=typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{};let nu=0;if(Q.process&&Q.process.env&&Q.process.stdout){const{FORCE_COLOR:u,NODE_DISABLE_COLORS:e,NO_COLOR:t,TERM:r,COLORTERM:n}=Q.process.env;e||t||u==="0"?Y=!1:u==="1"||u==="2"||u==="3"?Y=!0:r==="dumb"?Y=!1:"CI"in Q.process.env&&["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE","DRONE"].some(s=>s in Q.process.env)?Y=!0:Y=process.stdout.isTTY,Y&&(process.platform==="win32"||n&&(n==="truecolor"||n==="24bit")?nu=3:r&&(r.endsWith("-256color")||r.endsWith("256"))?nu=2:nu=1)}let KD={enabled:Y,supportLevel:nu};function ou(u,e,t=1){const r=`\x1B[${u}m`,n=`\x1B[${e}m`,s=new RegExp(`\\x1b\\[${e}m`,"g");return D=>KD.enabled&&KD.supportLevel>=t?r+(""+D).replace(s,r)+n:""+D}o(ou,"kolorist");const ie=ou(2,22),VD=ou(30,39),Bu=ou(31,39),su=ou(32,39),JD=ou(46,49);var ae,ZD;function rs(){if(ZD)return ae;ZD=1;const u="\x1B",e=`${u}[`,t="\x07",r={to(D,a){return a?`${e}${a+1};${D+1}H`:`${e}${D+1}G`},move(D,a){let i="";return D<0?i+=`${e}${-D}D`:D>0&&(i+=`${e}${D}C`),a<0?i+=`${e}${-a}A`:a>0&&(i+=`${e}${a}B`),i},up:o((D=1)=>`${e}${D}A`,"up"),down:o((D=1)=>`${e}${D}B`,"down"),forward:o((D=1)=>`${e}${D}C`,"forward"),backward:o((D=1)=>`${e}${D}D`,"backward"),nextLine:o((D=1)=>`${e}E`.repeat(D),"nextLine"),prevLine:o((D=1)=>`${e}F`.repeat(D),"prevLine"),left:`${e}G`,hide:`${e}?25l`,show:`${e}?25h`,save:`${u}7`,restore:`${u}8`},n={up:o((D=1)=>`${e}S`.repeat(D),"up"),down:o((D=1)=>`${e}T`.repeat(D),"down")},s={screen:`${e}2J`,up:o((D=1)=>`${e}1J`.repeat(D),"up"),down:o((D=1)=>`${e}J`.repeat(D),"down"),line:`${e}2K`,lineEnd:`${e}K`,lineStart:`${e}1K`,lines(D){let a="";for(let i=0;i<D;i++)a+=this.line+(i<D-1?r.up():"");return D&&(a+=r.left),a}};return ae={cursor:r,scroll:n,erase:s,beep:t},ae}o(rs,"requireSrc$2");var O=rs(),yu={exports:{}},XD;function ns(){if(XD)return yu.exports;XD=1;let u=process||{},e=u.argv||[],t=u.env||{},r=!(t.NO_COLOR||e.includes("--no-color"))&&(!!t.FORCE_COLOR||e.includes("--color")||u.platform==="win32"||(u.stdout||{}).isTTY&&t.TERM!=="dumb"||!!t.CI),n=o((a,i,c=a)=>l=>{let C=""+l,F=C.indexOf(i,a.length);return~F?a+s(C,i,c,F)+i:a+C+i},"formatter"),s=o((a,i,c,l)=>{let C="",F=0;do C+=a.substring(F,l)+c,F=l+i.length,l=a.indexOf(i,F);while(~l);return C+a.substring(F)},"replaceClose"),D=o((a=r)=>{let i=a?n:()=>String;return{isColorSupported:a,reset:i("\x1B[0m","\x1B[0m"),bold:i("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:i("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:i("\x1B[3m","\x1B[23m"),underline:i("\x1B[4m","\x1B[24m"),inverse:i("\x1B[7m","\x1B[27m"),hidden:i("\x1B[8m","\x1B[28m"),strikethrough:i("\x1B[9m","\x1B[29m"),black:i("\x1B[30m","\x1B[39m"),red:i("\x1B[31m","\x1B[39m"),green:i("\x1B[32m","\x1B[39m"),yellow:i("\x1B[33m","\x1B[39m"),blue:i("\x1B[34m","\x1B[39m"),magenta:i("\x1B[35m","\x1B[39m"),cyan:i("\x1B[36m","\x1B[39m"),white:i("\x1B[37m","\x1B[39m"),gray:i("\x1B[90m","\x1B[39m"),bgBlack:i("\x1B[40m","\x1B[49m"),bgRed:i("\x1B[41m","\x1B[49m"),bgGreen:i("\x1B[42m","\x1B[49m"),bgYellow:i("\x1B[43m","\x1B[49m"),bgBlue:i("\x1B[44m","\x1B[49m"),bgMagenta:i("\x1B[45m","\x1B[49m"),bgCyan:i("\x1B[46m","\x1B[49m"),bgWhite:i("\x1B[47m","\x1B[49m"),blackBright:i("\x1B[90m","\x1B[39m"),redBright:i("\x1B[91m","\x1B[39m"),greenBright:i("\x1B[92m","\x1B[39m"),yellowBright:i("\x1B[93m","\x1B[39m"),blueBright:i("\x1B[94m","\x1B[39m"),magentaBright:i("\x1B[95m","\x1B[39m"),cyanBright:i("\x1B[96m","\x1B[39m"),whiteBright:i("\x1B[97m","\x1B[39m"),bgBlackBright:i("\x1B[100m","\x1B[49m"),bgRedBright:i("\x1B[101m","\x1B[49m"),bgGreenBright:i("\x1B[102m","\x1B[49m"),bgYellowBright:i("\x1B[103m","\x1B[49m"),bgBlueBright:i("\x1B[104m","\x1B[49m"),bgMagentaBright:i("\x1B[105m","\x1B[49m"),bgCyanBright:i("\x1B[106m","\x1B[49m"),bgWhiteBright:i("\x1B[107m","\x1B[49m")}},"createColors");return yu.exports=D(),yu.exports.createColors=D,yu.exports}o(ns,"requirePicocolors");var os=ns(),A=J(os);function ss({onlyFirst:u=!1}={}){const e=["[\\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(e,u?void 0:"g")}o(ss,"DD");const is=ss();function QD(u){if(typeof u!="string")throw new TypeError(`Expected a \`string\`, got \`${typeof u}\``);return u.replace(is,"")}o(QD,"P$1");function ut(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u}o(ut,"L$1");var et={exports:{}};(function(u){var e={};u.exports=e,e.eastAsianWidth=function(r){var n=r.charCodeAt(0),s=r.length==2?r.charCodeAt(1):0,D=n;return 55296<=n&&n<=56319&&56320<=s&&s<=57343&&(n&=1023,s&=1023,D=n<<10|s,D+=65536),D==12288||65281<=D&&D<=65376||65504<=D&&D<=65510?"F":D==8361||65377<=D&&D<=65470||65474<=D&&D<=65479||65482<=D&&D<=65487||65490<=D&&D<=65495||65498<=D&&D<=65500||65512<=D&&D<=65518?"H":4352<=D&&D<=4447||4515<=D&&D<=4519||4602<=D&&D<=4607||9001<=D&&D<=9002||11904<=D&&D<=11929||11931<=D&&D<=12019||12032<=D&&D<=12245||12272<=D&&D<=12283||12289<=D&&D<=12350||12353<=D&&D<=12438||12441<=D&&D<=12543||12549<=D&&D<=12589||12593<=D&&D<=12686||12688<=D&&D<=12730||12736<=D&&D<=12771||12784<=D&&D<=12830||12832<=D&&D<=12871||12880<=D&&D<=13054||13056<=D&&D<=19903||19968<=D&&D<=42124||42128<=D&&D<=42182||43360<=D&&D<=43388||44032<=D&&D<=55203||55216<=D&&D<=55238||55243<=D&&D<=55291||63744<=D&&D<=64255||65040<=D&&D<=65049||65072<=D&&D<=65106||65108<=D&&D<=65126||65128<=D&&D<=65131||110592<=D&&D<=110593||127488<=D&&D<=127490||127504<=D&&D<=127546||127552<=D&&D<=127560||127568<=D&&D<=127569||131072<=D&&D<=194367||177984<=D&&D<=196605||196608<=D&&D<=262141?"W":32<=D&&D<=126||162<=D&&D<=163||165<=D&&D<=166||D==172||D==175||10214<=D&&D<=10221||10629<=D&&D<=10630?"Na":D==161||D==164||167<=D&&D<=168||D==170||173<=D&&D<=174||176<=D&&D<=180||182<=D&&D<=186||188<=D&&D<=191||D==198||D==208||215<=D&&D<=216||222<=D&&D<=225||D==230||232<=D&&D<=234||236<=D&&D<=237||D==240||242<=D&&D<=243||247<=D&&D<=250||D==252||D==254||D==257||D==273||D==275||D==283||294<=D&&D<=295||D==299||305<=D&&D<=307||D==312||319<=D&&D<=322||D==324||328<=D&&D<=331||D==333||338<=D&&D<=339||358<=D&&D<=359||D==363||D==462||D==464||D==466||D==468||D==470||D==472||D==474||D==476||D==593||D==609||D==708||D==711||713<=D&&D<=715||D==717||D==720||728<=D&&D<=731||D==733||D==735||768<=D&&D<=879||913<=D&&D<=929||931<=D&&D<=937||945<=D&&D<=961||963<=D&&D<=969||D==1025||1040<=D&&D<=1103||D==1105||D==8208||8211<=D&&D<=8214||8216<=D&&D<=8217||8220<=D&&D<=8221||8224<=D&&D<=8226||8228<=D&&D<=8231||D==8240||8242<=D&&D<=8243||D==8245||D==8251||D==8254||D==8308||D==8319||8321<=D&&D<=8324||D==8364||D==8451||D==8453||D==8457||D==8467||D==8470||8481<=D&&D<=8482||D==8486||D==8491||8531<=D&&D<=8532||8539<=D&&D<=8542||8544<=D&&D<=8555||8560<=D&&D<=8569||D==8585||8592<=D&&D<=8601||8632<=D&&D<=8633||D==8658||D==8660||D==8679||D==8704||8706<=D&&D<=8707||8711<=D&&D<=8712||D==8715||D==8719||D==8721||D==8725||D==8730||8733<=D&&D<=8736||D==8739||D==8741||8743<=D&&D<=8748||D==8750||8756<=D&&D<=8759||8764<=D&&D<=8765||D==8776||D==8780||D==8786||8800<=D&&D<=8801||8804<=D&&D<=8807||8810<=D&&D<=8811||8814<=D&&D<=8815||8834<=D&&D<=8835||8838<=D&&D<=8839||D==8853||D==8857||D==8869||D==8895||D==8978||9312<=D&&D<=9449||9451<=D&&D<=9547||9552<=D&&D<=9587||9600<=D&&D<=9615||9618<=D&&D<=9621||9632<=D&&D<=9633||9635<=D&&D<=9641||9650<=D&&D<=9651||9654<=D&&D<=9655||9660<=D&&D<=9661||9664<=D&&D<=9665||9670<=D&&D<=9672||D==9675||9678<=D&&D<=9681||9698<=D&&D<=9701||D==9711||9733<=D&&D<=9734||D==9737||9742<=D&&D<=9743||9748<=D&&D<=9749||D==9756||D==9758||D==9792||D==9794||9824<=D&&D<=9825||9827<=D&&D<=9829||9831<=D&&D<=9834||9836<=D&&D<=9837||D==9839||9886<=D&&D<=9887||9918<=D&&D<=9919||9924<=D&&D<=9933||9935<=D&&D<=9953||D==9955||9960<=D&&D<=9983||D==10045||D==10071||10102<=D&&D<=10111||11093<=D&&D<=11097||12872<=D&&D<=12879||57344<=D&&D<=63743||65024<=D&&D<=65039||D==65533||127232<=D&&D<=127242||127248<=D&&D<=127277||127280<=D&&D<=127337||127344<=D&&D<=127386||917760<=D&&D<=917999||983040<=D&&D<=1048573||1048576<=D&&D<=1114109?"A":"N"},e.characterLength=function(r){var n=this.eastAsianWidth(r);return n=="F"||n=="W"||n=="A"?2:1};function t(r){return r.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}o(t,"t"),e.length=function(r){for(var n=t(r),s=0,D=0;D<n.length;D++)s=s+this.characterLength(n[D]);return s},e.slice=function(r,n,s){textLen=e.length(r),n=n||0,s=s||1,n<0&&(n=textLen+n),s<0&&(s=textLen+s);for(var D="",a=0,i=t(r),c=0;c<i.length;c++){var l=i[c],C=e.length(l);if(a>=n-(C==2?1:0))if(a+C<=s)D+=l;else break;a+=C}return D}})(et);var as=et.exports;const cs=ut(as);var ls=o(function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\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|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\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]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},"FD");const Fs=ut(ls);function iu(u,e={}){if(typeof u!="string"||u.length===0||(e={ambiguousIsNarrow:!0,...e},u=QD(u),u.length===0))return 0;u=u.replace(Fs()," ");const t=e.ambiguousIsNarrow?1:2;let r=0;for(const n of u){const s=n.codePointAt(0);if(!(s<=31||s>=127&&s<=159||s>=768&&s<=879))switch(cs.eastAsianWidth(n)){case"F":case"W":r+=2;break;case"A":r+=t;break;default:r+=1}}return r}o(iu,"p");const ce=10,Dt=o((u=0)=>e=>`\x1B[${e+u}m`,"N"),tt=o((u=0)=>e=>`\x1B[${38+u};5;${e}m`,"I"),rt=o((u=0)=>(e,t,r)=>`\x1B[${38+u};2;${e};${t};${r}m`,"R"),w={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(w.modifier);const Cs=Object.keys(w.color),fs=Object.keys(w.bgColor);[...Cs,...fs];function ds(){const u=new Map;for(const[e,t]of Object.entries(w)){for(const[r,n]of Object.entries(t))w[r]={open:`\x1B[${n[0]}m`,close:`\x1B[${n[1]}m`},t[r]=w[r],u.set(n[0],n[1]);Object.defineProperty(w,e,{value:t,enumerable:!1})}return Object.defineProperty(w,"codes",{value:u,enumerable:!1}),w.color.close="\x1B[39m",w.bgColor.close="\x1B[49m",w.color.ansi=Dt(),w.color.ansi256=tt(),w.color.ansi16m=rt(),w.bgColor.ansi=Dt(ce),w.bgColor.ansi256=tt(ce),w.bgColor.ansi16m=rt(ce),Object.defineProperties(w,{rgbToAnsi256:{value:o((e,t,r)=>e===t&&t===r?e<8?16:e>248?231:Math.round((e-8)/247*24)+232:16+36*Math.round(e/255*5)+6*Math.round(t/255*5)+Math.round(r/255*5),"value"),enumerable:!1},hexToRgb:{value:o(e=>{const t=/[a-f\d]{6}|[a-f\d]{3}/i.exec(e.toString(16));if(!t)return[0,0,0];let[r]=t;r.length===3&&(r=[...r].map(s=>s+s).join(""));const n=Number.parseInt(r,16);return[n>>16&255,n>>8&255,n&255]},"value"),enumerable:!1},hexToAnsi256:{value:o(e=>w.rgbToAnsi256(...w.hexToRgb(e)),"value"),enumerable:!1},ansi256ToAnsi:{value:o(e=>{if(e<8)return 30+e;if(e<16)return 90+(e-8);let t,r,n;if(e>=232)t=((e-232)*10+8)/255,r=t,n=t;else{e-=16;const a=e%36;t=Math.floor(e/36)/5,r=Math.floor(a/6)/5,n=a%6/5}const s=Math.max(t,r,n)*2;if(s===0)return 30;let D=30+(Math.round(n)<<2|Math.round(r)<<1|Math.round(t));return s===2&&(D+=60),D},"value"),enumerable:!1},rgbToAnsi:{value:o((e,t,r)=>w.ansi256ToAnsi(w.rgbToAnsi256(e,t,r)),"value"),enumerable:!1},hexToAnsi:{value:o(e=>w.ansi256ToAnsi(w.hexToAnsi256(e)),"value"),enumerable:!1}}),w}o(ds,"rD");const Es=ds(),bu=new Set(["\x1B","\x9B"]),ps=39,le="\x07",nt="[",hs="]",ot="m",Fe=`${hs}8;;`,st=o(u=>`${bu.values().next().value}${nt}${u}${ot}`,"z"),it=o(u=>`${bu.values().next().value}${Fe}${u}${le}`,"K"),ms=o(u=>u.split(" ").map(e=>iu(e)),"aD"),Ce=o((u,e,t)=>{const r=[...e];let n=!1,s=!1,D=iu(QD(u[u.length-1]));for(const[a,i]of r.entries()){const c=iu(i);if(D+c<=t?u[u.length-1]+=i:(u.push(i),D=0),bu.has(i)&&(n=!0,s=r.slice(a+1).join("").startsWith(Fe)),n){s?i===le&&(n=!1,s=!1):i===ot&&(n=!1);continue}D+=c,D===t&&a<r.length-1&&(u.push(""),D=0)}!D&&u[u.length-1].length>0&&u.length>1&&(u[u.length-2]+=u.pop())},"k$1"),gs=o(u=>{const e=u.split(" ");let t=e.length;for(;t>0&&!(iu(e[t-1])>0);)t--;return t===e.length?u:e.slice(0,t).join(" ")+e.slice(t).join("")},"hD"),Bs=o((u,e,t={})=>{if(t.trim!==!1&&u.trim()==="")return"";let r="",n,s;const D=ms(u);let a=[""];for(const[c,l]of u.split(" ").entries()){t.trim!==!1&&(a[a.length-1]=a[a.length-1].trimStart());let C=iu(a[a.length-1]);if(c!==0&&(C>=e&&(t.wordWrap===!1||t.trim===!1)&&(a.push(""),C=0),(C>0||t.trim===!1)&&(a[a.length-1]+=" ",C++)),t.hard&&D[c]>e){const F=e-C,E=1+Math.floor((D[c]-F-1)/e);Math.floor((D[c]-1)/e)<E&&a.push(""),Ce(a,l,e);continue}if(C+D[c]>e&&C>0&&D[c]>0){if(t.wordWrap===!1&&C<e){Ce(a,l,e);continue}a.push("")}if(C+D[c]>e&&t.wordWrap===!1){Ce(a,l,e);continue}a[a.length-1]+=l}t.trim!==!1&&(a=a.map(c=>gs(c)));const i=[...a.join(`
|
|
28
|
+
`)];for(const[c,l]of i.entries()){if(r+=l,bu.has(l)){const{groups:F}=new RegExp(`(?:\\${nt}(?<code>\\d+)m|\\${Fe}(?<uri>.*)${le})`).exec(i.slice(c).join(""))||{groups:{}};if(F.code!==void 0){const E=Number.parseFloat(F.code);n=E===ps?void 0:E}else F.uri!==void 0&&(s=F.uri.length===0?void 0:F.uri)}const C=Es.codes.get(Number(n));i[c+1]===`
|
|
29
|
+
`?(s&&(r+=it("")),n&&C&&(r+=st(C))):l===`
|
|
30
|
+
`&&(n&&C&&(r+=st(n)),s&&(r+=it(s)))}return r},"lD");function at(u,e,t){return String(u).normalize().replace(/\r\n/g,`
|
|
31
31
|
`).split(`
|
|
32
32
|
`).map(r=>Bs(r,e,t)).join(`
|
|
33
|
-
`)}o(
|
|
33
|
+
`)}o(at,"Y$1");const ys=["up","down","left","right","space","enter","cancel"],Au={actions:new Set(ys),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["","cancel"],["escape","cancel"]])};function fe(u,e){if(typeof u=="string")return Au.aliases.get(u)===e;for(const t of u)if(t!==void 0&&fe(t,e))return!0;return!1}o(fe,"$");function bs(u,e){if(u===e)return;const t=u.split(`
|
|
34
34
|
`),r=e.split(`
|
|
35
|
-
`),n=[];for(let s=0;s<Math.max(t.length,r.length);s++)t[s]!==r[s]&&n.push(s);return n}o(bs,"BD");const As=globalThis.process.platform.startsWith("win"),de=Symbol("clack:cancel");function
|
|
36
|
-
`),wu(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){const e=
|
|
37
|
-
`).length-1;this.output.write(
|
|
38
|
-
`);this.output.write(n[r]),this._prevFrame=e,this.output.write(
|
|
35
|
+
`),n=[];for(let s=0;s<Math.max(t.length,r.length);s++)t[s]!==r[s]&&n.push(s);return n}o(bs,"BD");const As=globalThis.process.platform.startsWith("win"),de=Symbol("clack:cancel");function ct(u){return u===de}o(ct,"pD");function wu(u,e){const t=u;t.isTTY&&t.setRawMode(e)}o(wu,"m");function ws({input:u=We,output:e=qe,overwrite:t=!0,hideCursor:r=!0}={}){const n=lu.createInterface({input:u,output:e,prompt:"",tabSize:1});lu.emitKeypressEvents(u,n),u.isTTY&&u.setRawMode(!0);const s=o((D,{name:a,sequence:i})=>{const c=String(D);if(fe([c,a,i],"cancel")){r&&e.write(O.cursor.show),process.exit(0);return}if(!t)return;const l=a==="return"?0:-1,C=a==="return"?-1:0;lu.moveCursor(e,l,C,()=>{lu.clearLine(e,1,()=>{u.once("keypress",s)})})},"i");return r&&e.write(O.cursor.hide),u.once("keypress",s),()=>{u.off("keypress",s),r&&e.write(O.cursor.show),u.isTTY&&!As&&u.setRawMode(!1),n.terminal=!1,n.close()}}o(ws,"fD");var vs=Object.defineProperty,$s=o((u,e,t)=>e in u?vs(u,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):u[e]=t,"vD"),R=o((u,e,t)=>($s(u,typeof e!="symbol"?e+"":e,t),t),"h");const ke=class ke{constructor(e,t=!0){R(this,"input"),R(this,"output"),R(this,"_abortSignal"),R(this,"rl"),R(this,"opts"),R(this,"_render"),R(this,"_track",!1),R(this,"_prevFrame",""),R(this,"_subscribers",new Map),R(this,"_cursor",0),R(this,"state","initial"),R(this,"error",""),R(this,"value");const{input:r=We,output:n=qe,render:s,signal:D,...a}=e;this.opts=a,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=t,this._abortSignal=D,this.input=r,this.output=n}unsubscribe(){this._subscribers.clear()}setSubscriber(e,t){const r=this._subscribers.get(e)??[];r.push(t),this._subscribers.set(e,r)}on(e,t){this.setSubscriber(e,{cb:t})}once(e,t){this.setSubscriber(e,{cb:t,once:!0})}emit(e,...t){const r=this._subscribers.get(e)??[],n=[];for(const s of r)s.cb(...t),s.once&&n.push(()=>r.splice(r.indexOf(s),1));for(const s of n)s()}prompt(){return new Promise((e,t)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),e(de);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}const r=new ur;r._write=(n,s,D)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),D()},this.input.pipe(r),this.rl=Ve.createInterface({input:this.input,output:r,tabSize:2,prompt:"",escapeCodeTimeout:50,terminal:!0}),Ve.emitKeypressEvents(this.input,this.rl),this.rl.prompt(),this.opts.initialValue!==void 0&&this._track&&this.rl.write(this.opts.initialValue),this.input.on("keypress",this.onKeypress),wu(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(O.cursor.show),this.output.off("resize",this.render),wu(this.input,!1),e(this.value)}),this.once("cancel",()=>{this.output.write(O.cursor.show),this.output.off("resize",this.render),wu(this.input,!1),e(de)})})}onKeypress(e,t){if(this.state==="error"&&(this.state="active"),t?.name&&(!this._track&&Au.aliases.has(t.name)&&this.emit("cursor",Au.aliases.get(t.name)),Au.actions.has(t.name)&&this.emit("cursor",t.name)),e&&(e.toLowerCase()==="y"||e.toLowerCase()==="n")&&this.emit("confirm",e.toLowerCase()==="y"),e===" "&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),e&&this.emit("key",e.toLowerCase()),t?.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.value))}this.state!=="error"&&(this.state="submit")}fe([e,t?.name,t?.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(`
|
|
36
|
+
`),wu(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){const e=at(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
|
|
37
|
+
`).length-1;this.output.write(O.cursor.move(-999,e*-1))}render(){const e=at(this._render(this)??"",process.stdout.columns,{hard:!0});if(e!==this._prevFrame){if(this.state==="initial")this.output.write(O.cursor.hide);else{const t=bs(this._prevFrame,e);if(this.restoreCursor(),t&&t?.length===1){const r=t[0];this.output.write(O.cursor.move(0,r)),this.output.write(O.erase.lines(1));const n=e.split(`
|
|
38
|
+
`);this.output.write(n[r]),this._prevFrame=e,this.output.write(O.cursor.move(0,n.length-r-1));return}if(t&&t?.length>1){const r=t[0];this.output.write(O.cursor.move(0,r)),this.output.write(O.erase.down());const n=e.split(`
|
|
39
39
|
`).slice(r);this.output.write(n.join(`
|
|
40
|
-
`)),this._prevFrame=e;return}this.output.write(
|
|
41
|
-
${
|
|
42
|
-
`,n=this.value?e:t;switch(this.state){case"submit":return`${r}${A.gray(
|
|
43
|
-
${A.gray(
|
|
40
|
+
`)),this._prevFrame=e;return}this.output.write(O.erase.down())}this.output.write(e),this.state==="initial"&&(this.state="active"),this._prevFrame=e}}};o(ke,"x");let vu=ke;const Me=class Me extends vu{get cursor(){return this.value?0:1}get _value(){return this.cursor===0}constructor(e){super(e,!1),this.value=!!e.initialValue,this.on("value",()=>{this.value=this._value}),this.on("confirm",t=>{this.output.write(O.cursor.move(0,-1)),this.value=t,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}};o(Me,"dD");let Ee=Me;var xs=Object.defineProperty,Ss=o((u,e,t)=>e in u?xs(u,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):u[e]=t,"PD"),lt=o((u,e,t)=>(Ss(u,typeof e!="symbol"?e+"":e,t),t),"J");const je=class je extends vu{constructor(e){super(e,!1),lt(this,"options"),lt(this,"cursor",0),this.options=e.options,this.cursor=this.options.findIndex(({value:t})=>t===e.initialValue),this.cursor===-1&&(this.cursor=0),this.changeValue(),this.on("cursor",t=>{switch(t){case"left":case"up":this.cursor=this.cursor===0?this.options.length-1:this.cursor-1;break;case"down":case"right":this.cursor=this.cursor===this.options.length-1?0:this.cursor+1;break}this.changeValue()})}get _value(){return this.options[this.cursor]}changeValue(){this.value=this._value.value}};o(je,"LD");let pe=je;function Os(){return $.platform!=="win32"?$.env.TERM!=="linux":!!$.env.CI||!!$.env.WT_SESSION||!!$.env.TERMINUS_SUBLIME||$.env.ConEmuTask==="{cmd::Cmder}"||$.env.TERM_PROGRAM==="Terminus-Sublime"||$.env.TERM_PROGRAM==="vscode"||$.env.TERM==="xterm-256color"||$.env.TERM==="alacritty"||$.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}o(Os,"ce");const he=Os(),N=o((u,e)=>he?u:e,"u"),Ts=N("\u25C6","*"),Ft=N("\u25A0","x"),Ct=N("\u25B2","x"),ft=N("\u25C7","o"),Is=N("\u250C","T"),P=N("\u2502","|"),me=N("\u2514","\u2014"),ge=N("\u25CF",">"),Be=N("\u25CB"," "),dt=o(u=>{switch(u){case"initial":case"active":return A.cyan(Ts);case"cancel":return A.red(Ft);case"error":return A.yellow(Ct);case"submit":return A.green(ft)}},"b"),Ps=o(u=>{const{cursor:e,options:t,style:r}=u,n=u.maxItems??Number.POSITIVE_INFINITY,s=Math.max(process.stdout.rows-4,0),D=Math.min(s,Math.max(n,5));let a=0;e>=a+D-3?a=Math.max(Math.min(e-D+3,t.length-D),0):e<a+2&&(a=Math.max(e-2,0));const i=D<t.length&&a>0,c=D<t.length&&a+D<t.length;return t.slice(a,a+D).map((l,C,F)=>{const E=C===0&&i,d=C===F.length-1&&c;return E||d?A.dim("..."):r(l,C+a===e)})},"G"),Rs=o(u=>{const e=u.active??"Yes",t=u.inactive??"No";return new Ee({active:e,inactive:t,initialValue:u.initialValue??!0,render(){const r=`${A.gray(P)}
|
|
41
|
+
${dt(this.state)} ${u.message}
|
|
42
|
+
`,n=this.value?e:t;switch(this.state){case"submit":return`${r}${A.gray(P)} ${A.dim(n)}`;case"cancel":return`${r}${A.gray(P)} ${A.strikethrough(A.dim(n))}
|
|
43
|
+
${A.gray(P)}`;default:return`${r}${A.cyan(P)} ${this.value?`${A.green(ge)} ${e}`:`${A.dim(Be)} ${A.dim(e)}`} ${A.dim("/")} ${this.value?`${A.dim(Be)} ${A.dim(t)}`:`${A.green(ge)} ${t}`}
|
|
44
44
|
${A.cyan(me)}
|
|
45
|
-
`}}}).prompt()},"ye"),_s=o(u=>{const e=o((t,r)=>{const n=t.label??String(t.value);switch(r){case"selected":return`${A.dim(n)}`;case"active":return`${A.green(ge)} ${n} ${t.hint?A.dim(`(${t.hint})`):""}`;case"cancelled":return`${A.strikethrough(A.dim(n))}`;default:return`${A.dim(Be)} ${A.dim(n)}`}},"n");return new pe({options:u.options,initialValue:u.initialValue,render(){const t=`${A.gray(
|
|
46
|
-
${
|
|
47
|
-
`;switch(this.state){case"submit":return`${t}${A.gray(
|
|
48
|
-
${A.gray(
|
|
49
|
-
${A.cyan(
|
|
45
|
+
`}}}).prompt()},"ye"),_s=o(u=>{const e=o((t,r)=>{const n=t.label??String(t.value);switch(r){case"selected":return`${A.dim(n)}`;case"active":return`${A.green(ge)} ${n} ${t.hint?A.dim(`(${t.hint})`):""}`;case"cancelled":return`${A.strikethrough(A.dim(n))}`;default:return`${A.dim(Be)} ${A.dim(n)}`}},"n");return new pe({options:u.options,initialValue:u.initialValue,render(){const t=`${A.gray(P)}
|
|
46
|
+
${dt(this.state)} ${u.message}
|
|
47
|
+
`;switch(this.state){case"submit":return`${t}${A.gray(P)} ${e(this.options[this.cursor],"selected")}`;case"cancel":return`${t}${A.gray(P)} ${e(this.options[this.cursor],"cancelled")}
|
|
48
|
+
${A.gray(P)}`;default:return`${t}${A.cyan(P)} ${Ps({cursor:this.cursor,options:this.options,maxItems:u.maxItems,style:o((r,n)=>e(r,n?"active":"inactive"),"style")}).join(`
|
|
49
|
+
${A.cyan(P)} `)}
|
|
50
50
|
${A.cyan(me)}
|
|
51
|
-
`}}}).prompt()},"ve"),
|
|
52
|
-
`)},"Ie"),
|
|
51
|
+
`}}}).prompt()},"ve"),Et=o((u="")=>{process.stdout.write(`${A.gray(Is)} ${u}
|
|
52
|
+
`)},"Ie"),K=o((u="")=>{process.stdout.write(`${A.gray(P)}
|
|
53
53
|
${A.gray(me)} ${u}
|
|
54
54
|
|
|
55
|
-
`)},"Se");`${A.gray(
|
|
55
|
+
`)},"Se");`${A.gray(P)}`;const ye=o(({indicator:u="dots"}={})=>{const e=he?["\u25D2","\u25D0","\u25D3","\u25D1"]:["\u2022","o","O","0"],t=he?80:120,r=process.env.CI==="true";let n,s,D=!1,a="",i,c=performance.now();const l=o(B=>{const b=B>1?"Something went wrong":"Canceled";D&&g(b,B)},"p"),C=o(()=>l(2),"v"),F=o(()=>l(1),"f"),E=o(()=>{process.on("uncaughtExceptionMonitor",C),process.on("unhandledRejection",C),process.on("SIGINT",F),process.on("SIGTERM",F),process.on("exit",l)},"j"),d=o(()=>{process.removeListener("uncaughtExceptionMonitor",C),process.removeListener("unhandledRejection",C),process.removeListener("SIGINT",F),process.removeListener("SIGTERM",F),process.removeListener("exit",l)},"E"),m=o(()=>{if(i===void 0)return;r&&process.stdout.write(`
|
|
56
56
|
`);const B=i.split(`
|
|
57
|
-
`);process.stdout.write(
|
|
58
|
-
`);let b=0,y=0;E(),s=setInterval(()=>{if(r&&a===i)return;m(),i=a;const v=A.magenta(e[b]);if(r)process.stdout.write(`${v} ${a}...`);else if(u==="timer")process.stdout.write(`${v} ${a} ${p(c)}`);else{const k=".".repeat(Math.floor(y)).slice(0,3);process.stdout.write(`${v} ${a}${k}`)}b=b+1<e.length?b+1:0,y=y<e.length?y+.125:0},t)},"H"),g=o((B="",b=0)=>{D=!1,clearInterval(s),m();const y=b===0?A.green(
|
|
57
|
+
`);process.stdout.write(O.cursor.move(-999,B.length-1)),process.stdout.write(O.erase.down(B.length))},"B"),f=o(B=>B.replace(/\.+$/,""),"R"),p=o(B=>{const b=(performance.now()-B)/1e3,y=Math.floor(b/60),v=Math.floor(b%60);return y>0?`[${y}m ${v}s]`:`[${v}s]`},"O"),h=o((B="")=>{D=!0,n=ws(),a=f(B),c=performance.now(),process.stdout.write(`${A.gray(P)}
|
|
58
|
+
`);let b=0,y=0;E(),s=setInterval(()=>{if(r&&a===i)return;m(),i=a;const v=A.magenta(e[b]);if(r)process.stdout.write(`${v} ${a}...`);else if(u==="timer")process.stdout.write(`${v} ${a} ${p(c)}`);else{const k=".".repeat(Math.floor(y)).slice(0,3);process.stdout.write(`${v} ${a}${k}`)}b=b+1<e.length?b+1:0,y=y<e.length?y+.125:0},t)},"H"),g=o((B="",b=0)=>{D=!1,clearInterval(s),m();const y=b===0?A.green(ft):b===1?A.red(Ft):A.red(Ct);a=f(B??a),u==="timer"?process.stdout.write(`${y} ${a} ${p(c)}
|
|
59
59
|
`):process.stdout.write(`${y} ${a}
|
|
60
|
-
`),d(),n()},"N");return{start:h,stop:g,message:o((B="")=>{a=f(B??a)},"message")}},"Y"),
|
|
60
|
+
`),d(),n()},"N");return{start:h,stop:g,message:o((B="")=>{a=f(B??a)},"message")}},"Y"),Ne=class Ne extends Error{};o(Ne,"KnownError");let x=Ne;const be=" ",$u=o(u=>{u instanceof Error&&!(u instanceof x)&&(u.stack&&console.error(ie(u.stack.split(`
|
|
61
61
|
`).slice(1).join(`
|
|
62
62
|
`))),console.error(`
|
|
63
|
-
${be}${ie(`aicommit v${
|
|
64
|
-
${be}Please open a Bug report with the information above:`),console.error(`${be}https://github.com/NegoZiatoR/ai-commit/issues/new/choose`))},"handleCliError"),
|
|
65
|
-
`),diff:r}},"getStagedDiff"),ks=o(u=>`Detected ${u.length.toLocaleString()} staged file${u.length>1?"s":""}`,"getDetectedMessage");var
|
|
63
|
+
${be}${ie(`aicommit v${hD}`)}`),console.error(`
|
|
64
|
+
${be}Please open a Bug report with the information above:`),console.error(`${be}https://github.com/NegoZiatoR/ai-commit/issues/new/choose`))},"handleCliError"),Ae=o(async()=>{const{stdout:u,failed:e}=await X("git",["rev-parse","--show-toplevel"],{reject:!1});if(e)throw new x("The current directory must be a Git repository!");return u},"assertGitRepo"),we=o(u=>`:(exclude)${u}`,"excludeFromDiff"),pt=["package-lock.json","*.lock"].map(we),ht=o(async u=>{const e=["diff","--cached","--diff-algorithm=minimal"],{stdout:t}=await X("git",[...e,"--name-only",...pt,...u?u.map(we):[]]);if(!t)return;const{stdout:r}=await X("git",[...e,...pt,...u?u.map(we):[]]);return{files:t.split(`
|
|
65
|
+
`),diff:r}},"getStagedDiff"),ks=o(u=>`Detected ${u.length.toLocaleString()} staged file${u.length>1?"s":""}`,"getDetectedMessage");var ve,mt;function Ms(){if(mt)return ve;mt=1;const{hasOwnProperty:u}=Object.prototype,e=o((a,i={})=>{typeof i=="string"&&(i={section:i}),i.align=i.align===!0,i.newline=i.newline===!0,i.sort=i.sort===!0,i.whitespace=i.whitespace===!0||i.align===!0,i.platform=i.platform||typeof process<"u"&&process.platform,i.bracketedArray=i.bracketedArray!==!1;const c=i.platform==="win32"?`\r
|
|
66
66
|
`:`
|
|
67
|
-
`,l=i.whitespace?" = ":"=",C=[],F=i.sort?Object.keys(a).sort():Object.keys(a);let E=0;i.align&&(E=s(F.filter(f=>a[f]===null||Array.isArray(a[f])||typeof a[f]!="object").map(f=>Array.isArray(a[f])?`${f}[]`:f).concat([""]).reduce((f,p)=>s(f).length>=s(p).length?f:p)).length);let d="";const m=i.bracketedArray?"[]":"";for(const f of F){const p=a[f];if(p&&Array.isArray(p))for(const h of p)d+=s(`${f}${m}`).padEnd(E," ")+l+s(h)+c;else p&&typeof p=="object"?C.push(f):d+=s(f).padEnd(E," ")+l+s(p)+c}i.section&&d.length&&(d="["+s(i.section)+"]"+(i.newline?c+c:c)+d);for(const f of C){const p=t(f,".").join("\\."),h=(i.section?i.section+".":"")+p,g=e(a[f],{...i,section:h});d.length&&g.length&&(d+=c),d+=g}return d},"encode");function t(a,i){var c=0,l=0,C=0,F=[];do if(C=a.indexOf(i,c),C!==-1){if(c=C+i.length,C>0&&a[C-1]==="\\")continue;F.push(a.slice(l,C)),l=C+i.length}while(C!==-1);return F.push(a.slice(l)),F}o(t,"splitSections");const r=o((a,i={})=>{i.bracketedArray=i.bracketedArray!==!1;const c=Object.create(null);let l=c,C=null;const F=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,E=a.split(/[\r\n]+/g),d={};for(const f of E){if(!f||f.match(/^\s*[;#]/)||f.match(/^\s*$/))continue;const p=f.match(F);if(!p)continue;if(p[1]!==void 0){if(C=D(p[1]),C==="__proto__"){l=Object.create(null);continue}l=c[C]=c[C]||Object.create(null);continue}const h=D(p[2]);let g;i.bracketedArray?g=h.length>2&&h.slice(-2)==="[]":(d[h]=(d?.[h]||0)+1,g=d[h]>1);const B=g&&h.endsWith("[]")?h.slice(0,-2):h;if(B==="__proto__")continue;const b=p[3]?D(p[4]):!0,y=b==="true"||b==="false"||b==="null"?JSON.parse(b):b;g&&(u.call(l,B)?Array.isArray(l[B])||(l[B]=[l[B]]):l[B]=[]),Array.isArray(l[B])?l[B].push(y):l[B]=y}const m=[];for(const f of Object.keys(c)){if(!u.call(c,f)||typeof c[f]!="object"||Array.isArray(c[f]))continue;const p=t(f,".");l=c;const h=p.pop(),g=h.replace(/\\\./g,".");for(const B of p)B!=="__proto__"&&((!u.call(l,B)||typeof l[B]!="object")&&(l[B]=Object.create(null)),l=l[B]);l===c&&g===h||(l[g]=c[f],m.push(f))}for(const f of m)delete c[f];return c},"decode"),n=o(a=>a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'"),"isQuoted"),s=o(a=>typeof a!="string"||a.match(/[=\r\n]/)||a.match(/^\[/)||a.length>1&&n(a)||a!==a.trim()?JSON.stringify(a):a.split(";").join("\\;").split("#").join("\\#"),"safe"),D=o(a=>{if(a=(a||"").trim(),n(a)){a.charAt(0)==="'"&&(a=a.slice(1,-1));try{a=JSON.parse(a)}catch{}}else{let i=!1,c="";for(let l=0,C=a.length;l<C;l++){const F=a.charAt(l);if(i)"\\;#".indexOf(F)!==-1?c+=F:c+="\\"+F,i=!1;else{if(";#".indexOf(F)!==-1)break;F==="\\"?i=!0:c+=F}}return i&&(c+="\\"),c.trim()}return a},"unsafe");return we={parse:r,decode:r,stringify:e,encode:e,safe:s,unsafe:D},we}o(Ms,"requireIni");var js=Ms(),mt=J(js);const gt=o(u=>P.lstat(u).then(()=>!0,()=>!1),"fileExists"),Ns=["","conventional"],{hasOwnProperty:Ls}=Object.prototype,Bt=o((u,e)=>Ls.call(u,e),"hasOwn"),x=o((u,e,t)=>{if(!e)throw new O(`Invalid config property ${u}: ${t}`)},"parseAssert"),xu={OPENAI_KEY(u){if(!u)throw new O("Please set your OpenAI API key via `aicommit config set OPENAI_KEY=<your token>`");return x("OPENAI_KEY",u.startsWith("sk-"),'Must start with "sk-"'),u},locale(u){return u?(x("locale",u,"Cannot be empty"),x("locale",/^[a-z-]+$/i.test(u),"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"),u):"en"},generate(u){if(!u)return 1;x("generate",/^\d+$/.test(u),"Must be an integer");const e=Number(u);return x("generate",e>0,"Must be greater than 0"),x("generate",e<=5,"Must be less or equal to 5"),e},type(u){return u?(x("type",Ns.includes(u),"Invalid commit type"),u):""},proxy(u){if(!(!u||u.length===0))return x("proxy",/^https?:\/\//.test(u),"Must be a valid URL"),u},model(u){return!u||u.length===0?"gpt-4o-mini":u},timeout(u){if(!u)return 1e4;x("timeout",/^\d+$/.test(u),"Must be an integer");const e=Number(u);return x("timeout",e>=500,"Must be greater than 500ms"),e},temperature(u){if(!u)return .2;x("temperature",/^(2|\d)(\.\d{1,2})?$/.test(u),"Must be decimal between 0 and 2");const e=Number(u);return x("temperature",e>0,"Must be greater than 0"),x("temperature",e<=2,"Must be less than or equal to 2"),e},"max-length"(u){if(!u)return 50;x("max-length",/^\d+$/.test(u),"Must be an integer");const e=Number(u);return x("max-length",e>=20,"Must be greater than 20 characters"),e},"auto-confirm"(u){return u?typeof u=="boolean"?u:(x("auto-confirm",/^(?:true|false)$/.test(u),"Must be a boolean"),u==="true"):!1},"prepend-reference"(u){return u?typeof u=="boolean"?u:(x("prepend-reference",/^(?:true|false)$/.test(u),"Must be a boolean"),u==="true"):!1}},ve=V.join(Ke.homedir(),".aicommit"),yt=o(async()=>{if(!await gt(ve))return Object.create(null);const e=await P.readFile(ve,"utf8");return mt.parse(e)},"readConfigFile"),$e=o(async(u,e)=>{const t=await yt(),r={};for(const n of Object.keys(xu)){const s=xu[n],D=u?.[n]??t[n];if(e)try{r[n]=s(D)}catch{}else r[n]=s(D)}return r},"getConfig"),Gs=o(async u=>{const e=await yt();for(const[t,r]of u){if(!Bt(xu,t))throw new O(`Invalid config property: ${t}`);const n=xu[t](r);e[t]=n}await P.writeFile(ve,mt.stringify(e),"utf8")},"setConfigs");var q={},Su={exports:{}},Ou={exports:{}},xe,bt;function qs(){if(bt)return xe;bt=1;var u=1e3,e=u*60,t=e*60,r=t*24,n=r*7,s=r*365.25;xe=o(function(l,C){C=C||{};var F=typeof l;if(F==="string"&&l.length>0)return D(l);if(F==="number"&&isFinite(l))return C.long?i(l):a(l);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(l))},"ms");function D(l){if(l=String(l),!(l.length>100)){var C=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(l);if(C){var F=parseFloat(C[1]),E=(C[2]||"ms").toLowerCase();switch(E){case"years":case"year":case"yrs":case"yr":case"y":return F*s;case"weeks":case"week":case"w":return F*n;case"days":case"day":case"d":return F*r;case"hours":case"hour":case"hrs":case"hr":case"h":return F*t;case"minutes":case"minute":case"mins":case"min":case"m":return F*e;case"seconds":case"second":case"secs":case"sec":case"s":return F*u;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return F;default:return}}}}o(D,"parse");function a(l){var C=Math.abs(l);return C>=r?Math.round(l/r)+"d":C>=t?Math.round(l/t)+"h":C>=e?Math.round(l/e)+"m":C>=u?Math.round(l/u)+"s":l+"ms"}o(a,"fmtShort");function i(l){var C=Math.abs(l);return C>=r?c(l,C,r,"day"):C>=t?c(l,C,t,"hour"):C>=e?c(l,C,e,"minute"):C>=u?c(l,C,u,"second"):l+" ms"}o(i,"fmtLong");function c(l,C,F,E){var d=C>=F*1.5;return Math.round(l/F)+" "+E+(d?"s":"")}return o(c,"plural"),xe}o(qs,"requireMs");var Se,At;function wt(){if(At)return Se;At=1;function u(e){r.debug=r,r.default=r,r.coerce=c,r.disable=a,r.enable=s,r.enabled=i,r.humanize=qs(),r.destroy=l,Object.keys(e).forEach(C=>{r[C]=e[C]}),r.names=[],r.skips=[],r.formatters={};function t(C){let F=0;for(let E=0;E<C.length;E++)F=(F<<5)-F+C.charCodeAt(E),F|=0;return r.colors[Math.abs(F)%r.colors.length]}o(t,"selectColor"),r.selectColor=t;function r(C){let F,E=null,d,m;function f(...p){if(!f.enabled)return;const h=f,g=Number(new Date),B=g-(F||g);h.diff=B,h.prev=F,h.curr=g,F=g,p[0]=r.coerce(p[0]),typeof p[0]!="string"&&p.unshift("%O");let b=0;p[0]=p[0].replace(/%([a-zA-Z%])/g,(v,k)=>{if(v==="%%")return"%";b++;const j=r.formatters[k];if(typeof j=="function"){const _=p[b];v=j.call(h,_),p.splice(b,1),b--}return v}),r.formatArgs.call(h,p),(h.log||r.log).apply(h,p)}return o(f,"debug"),f.namespace=C,f.useColors=r.useColors(),f.color=r.selectColor(C),f.extend=n,f.destroy=r.destroy,Object.defineProperty(f,"enabled",{enumerable:!0,configurable:!1,get:o(()=>E!==null?E:(d!==r.namespaces&&(d=r.namespaces,m=r.enabled(C)),m),"get"),set:o(p=>{E=p},"set")}),typeof r.init=="function"&&r.init(f),f}o(r,"createDebug");function n(C,F){const E=r(this.namespace+(typeof F>"u"?":":F)+C);return E.log=this.log,E}o(n,"extend");function s(C){r.save(C),r.namespaces=C,r.names=[],r.skips=[];const F=(typeof C=="string"?C:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const E of F)E[0]==="-"?r.skips.push(E.slice(1)):r.names.push(E)}o(s,"enable");function D(C,F){let E=0,d=0,m=-1,f=0;for(;E<C.length;)if(d<F.length&&(F[d]===C[E]||F[d]==="*"))F[d]==="*"?(m=d,f=E,d++):(E++,d++);else if(m!==-1)d=m+1,f++,E=f;else return!1;for(;d<F.length&&F[d]==="*";)d++;return d===F.length}o(D,"matchesTemplate");function a(){const C=[...r.names,...r.skips.map(F=>"-"+F)].join(",");return r.enable(""),C}o(a,"disable");function i(C){for(const F of r.skips)if(D(C,F))return!1;for(const F of r.names)if(D(C,F))return!0;return!1}o(i,"enabled");function c(C){return C instanceof Error?C.stack||C.message:C}o(c,"coerce");function l(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return o(l,"destroy"),r.enable(r.load()),r}return o(u,"setup"),Se=u,Se}o(wt,"requireCommon");var vt;function Ws(){return vt||(vt=1,function(u,e){e.formatArgs=r,e.save=n,e.load=s,e.useColors=t,e.storage=D(),e.destroy=(()=>{let i=!1;return()=>{i||(i=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),e.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function t(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let i;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(i=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(i[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}o(t,"useColors");function r(i){if(i[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+i[0]+(this.useColors?"%c ":" ")+"+"+u.exports.humanize(this.diff),!this.useColors)return;const c="color: "+this.color;i.splice(1,0,c,"color: inherit");let l=0,C=0;i[0].replace(/%[a-zA-Z%]/g,F=>{F!=="%%"&&(l++,F==="%c"&&(C=l))}),i.splice(C,0,c)}o(r,"formatArgs"),e.log=console.debug||console.log||(()=>{});function n(i){try{i?e.storage.setItem("debug",i):e.storage.removeItem("debug")}catch{}}o(n,"save");function s(){let i;try{i=e.storage.getItem("debug")||e.storage.getItem("DEBUG")}catch{}return!i&&typeof process<"u"&&"env"in process&&(i=process.env.DEBUG),i}o(s,"load");function D(){try{return localStorage}catch{}}o(D,"localstorage"),u.exports=wt()(e);const{formatters:a}=u.exports;a.j=function(i){try{return JSON.stringify(i)}catch(c){return"[UnexpectedJSONParseError]: "+c.message}}}(Ou,Ou.exports)),Ou.exports}o(Ws,"requireBrowser");var Tu={exports:{}},Oe,$t;function Us(){return $t||($t=1,Oe=o((u,e=process.argv)=>{const t=u.startsWith("-")?"":u.length===1?"-":"--",r=e.indexOf(t+u),n=e.indexOf("--");return r!==-1&&(n===-1||r<n)},"hasFlag")),Oe}o(Us,"requireHasFlag");var Te,xt;function zs(){if(xt)return Te;xt=1;const u=Ke,e=Ru,t=Us(),{env:r}=process;let n;t("no-color")||t("no-colors")||t("color=false")||t("color=never")?n=0:(t("color")||t("colors")||t("color=true")||t("color=always"))&&(n=1),"FORCE_COLOR"in r&&(r.FORCE_COLOR==="true"?n=1:r.FORCE_COLOR==="false"?n=0:n=r.FORCE_COLOR.length===0?1:Math.min(parseInt(r.FORCE_COLOR,10),3));function s(i){return i===0?!1:{level:i,hasBasic:!0,has256:i>=2,has16m:i>=3}}o(s,"translateLevel");function D(i,c){if(n===0)return 0;if(t("color=16m")||t("color=full")||t("color=truecolor"))return 3;if(t("color=256"))return 2;if(i&&!c&&n===void 0)return 0;const l=n||0;if(r.TERM==="dumb")return l;if(process.platform==="win32"){const C=u.release().split(".");return Number(C[0])>=10&&Number(C[2])>=10586?Number(C[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(C=>C in r)||r.CI_NAME==="codeship"?1:l;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if(r.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in r){const C=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return C>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:l}o(D,"supportsColor");function a(i){const c=D(i,i&&i.isTTY);return s(c)}return o(a,"getSupportLevel"),Te={supportsColor:a,stdout:s(D(!0,e.isatty(1))),stderr:s(D(!0,e.isatty(2)))},Te}o(zs,"requireSupportsColor");var St;function Hs(){return St||(St=1,function(u,e){const t=Ru,r=He;e.init=l,e.log=a,e.formatArgs=s,e.save=i,e.load=c,e.useColors=n,e.destroy=r.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),e.colors=[6,2,3,4,5,1];try{const F=zs();F&&(F.stderr||F).level>=2&&(e.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}e.inspectOpts=Object.keys(process.env).filter(F=>/^debug_/i.test(F)).reduce((F,E)=>{const d=E.substring(6).toLowerCase().replace(/_([a-z])/g,(f,p)=>p.toUpperCase());let m=process.env[E];return/^(yes|on|true|enabled)$/i.test(m)?m=!0:/^(no|off|false|disabled)$/i.test(m)?m=!1:m==="null"?m=null:m=Number(m),F[d]=m,F},{});function n(){return"colors"in e.inspectOpts?!!e.inspectOpts.colors:t.isatty(process.stderr.fd)}o(n,"useColors");function s(F){const{namespace:E,useColors:d}=this;if(d){const m=this.color,f="\x1B[3"+(m<8?m:"8;5;"+m),p=` ${f};1m${E} \x1B[0m`;F[0]=p+F[0].split(`
|
|
67
|
+
`,l=i.whitespace?" = ":"=",C=[],F=i.sort?Object.keys(a).sort():Object.keys(a);let E=0;i.align&&(E=s(F.filter(f=>a[f]===null||Array.isArray(a[f])||typeof a[f]!="object").map(f=>Array.isArray(a[f])?`${f}[]`:f).concat([""]).reduce((f,p)=>s(f).length>=s(p).length?f:p)).length);let d="";const m=i.bracketedArray?"[]":"";for(const f of F){const p=a[f];if(p&&Array.isArray(p))for(const h of p)d+=s(`${f}${m}`).padEnd(E," ")+l+s(h)+c;else p&&typeof p=="object"?C.push(f):d+=s(f).padEnd(E," ")+l+s(p)+c}i.section&&d.length&&(d="["+s(i.section)+"]"+(i.newline?c+c:c)+d);for(const f of C){const p=t(f,".").join("\\."),h=(i.section?i.section+".":"")+p,g=e(a[f],{...i,section:h});d.length&&g.length&&(d+=c),d+=g}return d},"encode");function t(a,i){var c=0,l=0,C=0,F=[];do if(C=a.indexOf(i,c),C!==-1){if(c=C+i.length,C>0&&a[C-1]==="\\")continue;F.push(a.slice(l,C)),l=C+i.length}while(C!==-1);return F.push(a.slice(l)),F}o(t,"splitSections");const r=o((a,i={})=>{i.bracketedArray=i.bracketedArray!==!1;const c=Object.create(null);let l=c,C=null;const F=/^\[([^\]]*)\]\s*$|^([^=]+)(=(.*))?$/i,E=a.split(/[\r\n]+/g),d={};for(const f of E){if(!f||f.match(/^\s*[;#]/)||f.match(/^\s*$/))continue;const p=f.match(F);if(!p)continue;if(p[1]!==void 0){if(C=D(p[1]),C==="__proto__"){l=Object.create(null);continue}l=c[C]=c[C]||Object.create(null);continue}const h=D(p[2]);let g;i.bracketedArray?g=h.length>2&&h.slice(-2)==="[]":(d[h]=(d?.[h]||0)+1,g=d[h]>1);const B=g&&h.endsWith("[]")?h.slice(0,-2):h;if(B==="__proto__")continue;const b=p[3]?D(p[4]):!0,y=b==="true"||b==="false"||b==="null"?JSON.parse(b):b;g&&(u.call(l,B)?Array.isArray(l[B])||(l[B]=[l[B]]):l[B]=[]),Array.isArray(l[B])?l[B].push(y):l[B]=y}const m=[];for(const f of Object.keys(c)){if(!u.call(c,f)||typeof c[f]!="object"||Array.isArray(c[f]))continue;const p=t(f,".");l=c;const h=p.pop(),g=h.replace(/\\\./g,".");for(const B of p)B!=="__proto__"&&((!u.call(l,B)||typeof l[B]!="object")&&(l[B]=Object.create(null)),l=l[B]);l===c&&g===h||(l[g]=c[f],m.push(f))}for(const f of m)delete c[f];return c},"decode"),n=o(a=>a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'"),"isQuoted"),s=o(a=>typeof a!="string"||a.match(/[=\r\n]/)||a.match(/^\[/)||a.length>1&&n(a)||a!==a.trim()?JSON.stringify(a):a.split(";").join("\\;").split("#").join("\\#"),"safe"),D=o(a=>{if(a=(a||"").trim(),n(a)){a.charAt(0)==="'"&&(a=a.slice(1,-1));try{a=JSON.parse(a)}catch{}}else{let i=!1,c="";for(let l=0,C=a.length;l<C;l++){const F=a.charAt(l);if(i)"\\;#".indexOf(F)!==-1?c+=F:c+="\\"+F,i=!1;else{if(";#".indexOf(F)!==-1)break;F==="\\"?i=!0:c+=F}}return i&&(c+="\\"),c.trim()}return a},"unsafe");return ve={parse:r,decode:r,stringify:e,encode:e,safe:s,unsafe:D},ve}o(Ms,"requireIni");var js=Ms(),gt=J(js);const $e=o(u=>I.lstat(u).then(()=>!0,()=>!1),"fileExists"),Ns=["","conventional"],{hasOwnProperty:Ls}=Object.prototype,Bt=o((u,e)=>Ls.call(u,e),"hasOwn"),S=o((u,e,t)=>{if(!e)throw new x(`Invalid config property ${u}: ${t}`)},"parseAssert"),xu={OPENAI_KEY(u){if(!u)throw new x("Please set your OpenAI API key via `aicommit config set OPENAI_KEY=<your token>`");return S("OPENAI_KEY",u.startsWith("sk-"),'Must start with "sk-"'),u},locale(u){return u?(S("locale",u,"Cannot be empty"),S("locale",/^[a-z-]+$/i.test(u),"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"),u):"en"},generate(u){if(!u)return 1;S("generate",/^\d+$/.test(u),"Must be an integer");const e=Number(u);return S("generate",e>0,"Must be greater than 0"),S("generate",e<=5,"Must be less or equal to 5"),e},type(u){return u?(S("type",Ns.includes(u),"Invalid commit type"),u):""},proxy(u){if(!(!u||u.length===0))return S("proxy",/^https?:\/\//.test(u),"Must be a valid URL"),u},model(u){return!u||u.length===0?"gpt-4o-mini":u},timeout(u){if(!u)return 1e4;S("timeout",/^\d+$/.test(u),"Must be an integer");const e=Number(u);return S("timeout",e>=500,"Must be greater than 500ms"),e},temperature(u){if(!u)return .2;S("temperature",/^(2|\d)(\.\d{1,2})?$/.test(u),"Must be decimal between 0 and 2");const e=Number(u);return S("temperature",e>0,"Must be greater than 0"),S("temperature",e<=2,"Must be less than or equal to 2"),e},"max-length"(u){if(!u)return 50;S("max-length",/^\d+$/.test(u),"Must be an integer");const e=Number(u);return S("max-length",e>=20,"Must be greater than 20 characters"),e},"auto-confirm"(u){return u?typeof u=="boolean"?u:(S("auto-confirm",/^(?:true|false)$/.test(u),"Must be a boolean"),u==="true"):!1},"prepend-reference"(u){return u?typeof u=="boolean"?u:(S("prepend-reference",/^(?:true|false)$/.test(u),"Must be a boolean"),u==="true"):!1}},xe=W.join(Je.homedir(),".aicommit"),yt=o(async()=>{if(!await $e(xe))return Object.create(null);const e=await I.readFile(xe,"utf8");return gt.parse(e)},"readConfigFile"),Se=o(async(u,e)=>{const t=await yt(),r={};for(const n of Object.keys(xu)){const s=xu[n],D=u?.[n]??t[n];if(e)try{r[n]=s(D)}catch{}else r[n]=s(D)}return r},"getConfig"),Gs=o(async u=>{const e=await yt();for(const[t,r]of u){if(!Bt(xu,t))throw new x(`Invalid config property: ${t}`);const n=xu[t](r);e[t]=n}await I.writeFile(xe,gt.stringify(e),"utf8")},"setConfigs");var q={},Su={exports:{}},Ou={exports:{}},Oe,bt;function qs(){if(bt)return Oe;bt=1;var u=1e3,e=u*60,t=e*60,r=t*24,n=r*7,s=r*365.25;Oe=o(function(l,C){C=C||{};var F=typeof l;if(F==="string"&&l.length>0)return D(l);if(F==="number"&&isFinite(l))return C.long?i(l):a(l);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(l))},"ms");function D(l){if(l=String(l),!(l.length>100)){var C=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(l);if(C){var F=parseFloat(C[1]),E=(C[2]||"ms").toLowerCase();switch(E){case"years":case"year":case"yrs":case"yr":case"y":return F*s;case"weeks":case"week":case"w":return F*n;case"days":case"day":case"d":return F*r;case"hours":case"hour":case"hrs":case"hr":case"h":return F*t;case"minutes":case"minute":case"mins":case"min":case"m":return F*e;case"seconds":case"second":case"secs":case"sec":case"s":return F*u;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return F;default:return}}}}o(D,"parse");function a(l){var C=Math.abs(l);return C>=r?Math.round(l/r)+"d":C>=t?Math.round(l/t)+"h":C>=e?Math.round(l/e)+"m":C>=u?Math.round(l/u)+"s":l+"ms"}o(a,"fmtShort");function i(l){var C=Math.abs(l);return C>=r?c(l,C,r,"day"):C>=t?c(l,C,t,"hour"):C>=e?c(l,C,e,"minute"):C>=u?c(l,C,u,"second"):l+" ms"}o(i,"fmtLong");function c(l,C,F,E){var d=C>=F*1.5;return Math.round(l/F)+" "+E+(d?"s":"")}return o(c,"plural"),Oe}o(qs,"requireMs");var Te,At;function wt(){if(At)return Te;At=1;function u(e){r.debug=r,r.default=r,r.coerce=c,r.disable=a,r.enable=s,r.enabled=i,r.humanize=qs(),r.destroy=l,Object.keys(e).forEach(C=>{r[C]=e[C]}),r.names=[],r.skips=[],r.formatters={};function t(C){let F=0;for(let E=0;E<C.length;E++)F=(F<<5)-F+C.charCodeAt(E),F|=0;return r.colors[Math.abs(F)%r.colors.length]}o(t,"selectColor"),r.selectColor=t;function r(C){let F,E=null,d,m;function f(...p){if(!f.enabled)return;const h=f,g=Number(new Date),B=g-(F||g);h.diff=B,h.prev=F,h.curr=g,F=g,p[0]=r.coerce(p[0]),typeof p[0]!="string"&&p.unshift("%O");let b=0;p[0]=p[0].replace(/%([a-zA-Z%])/g,(v,k)=>{if(v==="%%")return"%";b++;const j=r.formatters[k];if(typeof j=="function"){const _=p[b];v=j.call(h,_),p.splice(b,1),b--}return v}),r.formatArgs.call(h,p),(h.log||r.log).apply(h,p)}return o(f,"debug"),f.namespace=C,f.useColors=r.useColors(),f.color=r.selectColor(C),f.extend=n,f.destroy=r.destroy,Object.defineProperty(f,"enabled",{enumerable:!0,configurable:!1,get:o(()=>E!==null?E:(d!==r.namespaces&&(d=r.namespaces,m=r.enabled(C)),m),"get"),set:o(p=>{E=p},"set")}),typeof r.init=="function"&&r.init(f),f}o(r,"createDebug");function n(C,F){const E=r(this.namespace+(typeof F>"u"?":":F)+C);return E.log=this.log,E}o(n,"extend");function s(C){r.save(C),r.namespaces=C,r.names=[],r.skips=[];const F=(typeof C=="string"?C:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const E of F)E[0]==="-"?r.skips.push(E.slice(1)):r.names.push(E)}o(s,"enable");function D(C,F){let E=0,d=0,m=-1,f=0;for(;E<C.length;)if(d<F.length&&(F[d]===C[E]||F[d]==="*"))F[d]==="*"?(m=d,f=E,d++):(E++,d++);else if(m!==-1)d=m+1,f++,E=f;else return!1;for(;d<F.length&&F[d]==="*";)d++;return d===F.length}o(D,"matchesTemplate");function a(){const C=[...r.names,...r.skips.map(F=>"-"+F)].join(",");return r.enable(""),C}o(a,"disable");function i(C){for(const F of r.skips)if(D(C,F))return!1;for(const F of r.names)if(D(C,F))return!0;return!1}o(i,"enabled");function c(C){return C instanceof Error?C.stack||C.message:C}o(c,"coerce");function l(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}return o(l,"destroy"),r.enable(r.load()),r}return o(u,"setup"),Te=u,Te}o(wt,"requireCommon");var vt;function Ws(){return vt||(vt=1,function(u,e){e.formatArgs=r,e.save=n,e.load=s,e.useColors=t,e.storage=D(),e.destroy=(()=>{let i=!1;return()=>{i||(i=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),e.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function t(){if(typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs))return!0;if(typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;let i;return typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&(i=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(i[1],10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}o(t,"useColors");function r(i){if(i[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+i[0]+(this.useColors?"%c ":" ")+"+"+u.exports.humanize(this.diff),!this.useColors)return;const c="color: "+this.color;i.splice(1,0,c,"color: inherit");let l=0,C=0;i[0].replace(/%[a-zA-Z%]/g,F=>{F!=="%%"&&(l++,F==="%c"&&(C=l))}),i.splice(C,0,c)}o(r,"formatArgs"),e.log=console.debug||console.log||(()=>{});function n(i){try{i?e.storage.setItem("debug",i):e.storage.removeItem("debug")}catch{}}o(n,"save");function s(){let i;try{i=e.storage.getItem("debug")||e.storage.getItem("DEBUG")}catch{}return!i&&typeof process<"u"&&"env"in process&&(i=process.env.DEBUG),i}o(s,"load");function D(){try{return localStorage}catch{}}o(D,"localstorage"),u.exports=wt()(e);const{formatters:a}=u.exports;a.j=function(i){try{return JSON.stringify(i)}catch(c){return"[UnexpectedJSONParseError]: "+c.message}}}(Ou,Ou.exports)),Ou.exports}o(Ws,"requireBrowser");var Tu={exports:{}},Ie,$t;function Us(){return $t||($t=1,Ie=o((u,e=process.argv)=>{const t=u.startsWith("-")?"":u.length===1?"-":"--",r=e.indexOf(t+u),n=e.indexOf("--");return r!==-1&&(n===-1||r<n)},"hasFlag")),Ie}o(Us,"requireHasFlag");var Pe,xt;function zs(){if(xt)return Pe;xt=1;const u=Je,e=Ru,t=Us(),{env:r}=process;let n;t("no-color")||t("no-colors")||t("color=false")||t("color=never")?n=0:(t("color")||t("colors")||t("color=true")||t("color=always"))&&(n=1),"FORCE_COLOR"in r&&(r.FORCE_COLOR==="true"?n=1:r.FORCE_COLOR==="false"?n=0:n=r.FORCE_COLOR.length===0?1:Math.min(parseInt(r.FORCE_COLOR,10),3));function s(i){return i===0?!1:{level:i,hasBasic:!0,has256:i>=2,has16m:i>=3}}o(s,"translateLevel");function D(i,c){if(n===0)return 0;if(t("color=16m")||t("color=full")||t("color=truecolor"))return 3;if(t("color=256"))return 2;if(i&&!c&&n===void 0)return 0;const l=n||0;if(r.TERM==="dumb")return l;if(process.platform==="win32"){const C=u.release().split(".");return Number(C[0])>=10&&Number(C[2])>=10586?Number(C[2])>=14931?3:2:1}if("CI"in r)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(C=>C in r)||r.CI_NAME==="codeship"?1:l;if("TEAMCITY_VERSION"in r)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(r.TEAMCITY_VERSION)?1:0;if(r.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in r){const C=parseInt((r.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(r.TERM_PROGRAM){case"iTerm.app":return C>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(r.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(r.TERM)||"COLORTERM"in r?1:l}o(D,"supportsColor");function a(i){const c=D(i,i&&i.isTTY);return s(c)}return o(a,"getSupportLevel"),Pe={supportsColor:a,stdout:s(D(!0,e.isatty(1))),stderr:s(D(!0,e.isatty(2)))},Pe}o(zs,"requireSupportsColor");var St;function Hs(){return St||(St=1,function(u,e){const t=Ru,r=Ke;e.init=l,e.log=a,e.formatArgs=s,e.save=i,e.load=c,e.useColors=n,e.destroy=r.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."),e.colors=[6,2,3,4,5,1];try{const F=zs();F&&(F.stderr||F).level>=2&&(e.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}e.inspectOpts=Object.keys(process.env).filter(F=>/^debug_/i.test(F)).reduce((F,E)=>{const d=E.substring(6).toLowerCase().replace(/_([a-z])/g,(f,p)=>p.toUpperCase());let m=process.env[E];return/^(yes|on|true|enabled)$/i.test(m)?m=!0:/^(no|off|false|disabled)$/i.test(m)?m=!1:m==="null"?m=null:m=Number(m),F[d]=m,F},{});function n(){return"colors"in e.inspectOpts?!!e.inspectOpts.colors:t.isatty(process.stderr.fd)}o(n,"useColors");function s(F){const{namespace:E,useColors:d}=this;if(d){const m=this.color,f="\x1B[3"+(m<8?m:"8;5;"+m),p=` ${f};1m${E} \x1B[0m`;F[0]=p+F[0].split(`
|
|
68
68
|
`).join(`
|
|
69
69
|
`+p),F.push(f+"m+"+u.exports.humanize(this.diff)+"\x1B[0m")}else F[0]=D()+E+" "+F[0]}o(s,"formatArgs");function D(){return e.inspectOpts.hideDate?"":new Date().toISOString()+" "}o(D,"getDate");function a(...F){return process.stderr.write(r.formatWithOptions(e.inspectOpts,...F)+`
|
|
70
70
|
`)}o(a,"log");function i(F){F?process.env.DEBUG=F:delete process.env.DEBUG}o(i,"save");function c(){return process.env.DEBUG}o(c,"load");function l(F){F.inspectOpts={};const E=Object.keys(e.inspectOpts);for(let d=0;d<E.length;d++)F.inspectOpts[E[d]]=e.inspectOpts[E[d]]}o(l,"init"),u.exports=wt()(e);const{formatters:C}=u.exports;C.o=function(F){return this.inspectOpts.colors=this.useColors,r.inspect(F,this.inspectOpts).split(`
|
|
71
|
-
`).map(E=>E.trim()).join(" ")},C.O=function(F){return this.inspectOpts.colors=this.useColors,r.inspect(F,this.inspectOpts)}}(Tu,Tu.exports)),Tu.exports}o(Hs,"requireNode");var Ot;function
|
|
72
|
-
`).some(c=>c.indexOf("(https.js:")!==-1||c.indexOf("node:https:")!==-1)}o(D,"isSecureEndpoint");function a(i,c){return new a.Agent(i,c)}return o(a,"createAgent"),function(i){const l=class l extends e.EventEmitter{constructor(F,E){super();let d=E;typeof F=="function"?this.callback=F:F&&(d=F),this.timeout=null,d&&typeof d.timeout=="number"&&(this.timeout=d.timeout),this.maxFreeSockets=1,this.maxSockets=1,this.maxTotalSockets=1/0,this.sockets={},this.freeSockets={},this.requests={},this.options={}}get defaultPort(){return typeof this.explicitDefaultPort=="number"?this.explicitDefaultPort:D()?443:80}set defaultPort(F){this.explicitDefaultPort=F}get protocol(){return typeof this.explicitProtocol=="string"?this.explicitProtocol:D()?"https:":"http:"}set protocol(F){this.explicitProtocol=F}callback(F,E,d){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(F,E){const d=Object.assign({},E);typeof d.secureEndpoint!="boolean"&&(d.secureEndpoint=D()),d.host==null&&(d.host="localhost"),d.port==null&&(d.port=d.secureEndpoint?443:80),d.protocol==null&&(d.protocol=d.secureEndpoint?"https:":"http:"),d.host&&d.path&&delete d.path,delete d.agent,delete d.hostname,delete d._defaultAgent,delete d.defaultPort,delete d.createConnection,F._last=!0,F.shouldKeepAlive=!1;let m=!1,f=null;const p=d.timeout||this.timeout,h=o(y=>{F._hadError||(F.emit("error",y),F._hadError=!0)},"onerror"),g=o(()=>{f=null,m=!0;const y=new Error(`A "socket" was not created for HTTP request before ${p}ms`);y.code="ETIMEOUT",h(y)},"ontimeout"),B=o(y=>{m||(f!==null&&(clearTimeout(f),f=null),h(y))},"callbackError"),b=o(y=>{if(m)return;if(f!=null&&(clearTimeout(f),f=null),s(y)){n("Callback returned another Agent instance %o",y.constructor.name),y.addRequest(F,d);return}if(y){y.once("free",()=>{this.freeSocket(y,d)}),F.onSocket(y);return}const v=new Error(`no Duplex stream was returned to agent-base for \`${F.method} ${F.path}\``);h(v)},"onsocket");if(typeof this.callback!="function"){h(new Error("`callback` is not defined"));return}this.promisifiedCallback||(this.callback.length>=3?(n("Converting legacy callback function to promise"),this.promisifiedCallback=r.default(this.callback)):this.promisifiedCallback=this.callback),typeof p=="number"&&p>0&&(f=setTimeout(g,p)),"port"in d&&typeof d.port!="number"&&(d.port=Number(d.port));try{n("Resolving socket for %o request: %o",d.protocol,`${F.method} ${F.path}`),Promise.resolve(this.promisifiedCallback(F,d)).then(b,B)}catch(y){Promise.reject(y).catch(B)}}freeSocket(F,E){n("Freeing socket %o %o",F.constructor.name,E),F.destroy()}destroy(){n("Destroying agent %o",this.constructor.name)}};o(l,"Agent");let c=l;i.Agent=c,i.prototype=i.Agent.prototype}(a||(a={})),au=a,au}o(Ks,"requireSrc");var uu={},Pt;function Vs(){if(Pt)return uu;Pt=1;var u=uu&&uu.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(uu,"__esModule",{value:!0});const t=u(
|
|
71
|
+
`).map(E=>E.trim()).join(" ")},C.O=function(F){return this.inspectOpts.colors=this.useColors,r.inspect(F,this.inspectOpts)}}(Tu,Tu.exports)),Tu.exports}o(Hs,"requireNode");var Ot;function Re(){return Ot||(Ot=1,typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?Su.exports=Ws():Su.exports=Hs()),Su.exports}o(Re,"requireSrc$1");var Iu={},Tt;function Ys(){if(Tt)return Iu;Tt=1,Object.defineProperty(Iu,"__esModule",{value:!0});function u(e){return function(t,r){return new Promise((n,s)=>{e.call(this,t,r,(D,a)=>{D?s(D):n(a)})})}}return o(u,"promisify$1"),Iu.default=u,Iu}o(Ys,"requirePromisify");var au,It;function Ks(){if(It)return au;It=1;var u=au&&au.__importDefault||function(i){return i&&i.__esModule?i:{default:i}};const e=Ye,t=u(Re()),r=u(Ys()),n=t.default("agent-base");function s(i){return!!i&&typeof i.addRequest=="function"}o(s,"isAgent");function D(){const{stack:i}=new Error;return typeof i!="string"?!1:i.split(`
|
|
72
|
+
`).some(c=>c.indexOf("(https.js:")!==-1||c.indexOf("node:https:")!==-1)}o(D,"isSecureEndpoint");function a(i,c){return new a.Agent(i,c)}return o(a,"createAgent"),function(i){const l=class l extends e.EventEmitter{constructor(F,E){super();let d=E;typeof F=="function"?this.callback=F:F&&(d=F),this.timeout=null,d&&typeof d.timeout=="number"&&(this.timeout=d.timeout),this.maxFreeSockets=1,this.maxSockets=1,this.maxTotalSockets=1/0,this.sockets={},this.freeSockets={},this.requests={},this.options={}}get defaultPort(){return typeof this.explicitDefaultPort=="number"?this.explicitDefaultPort:D()?443:80}set defaultPort(F){this.explicitDefaultPort=F}get protocol(){return typeof this.explicitProtocol=="string"?this.explicitProtocol:D()?"https:":"http:"}set protocol(F){this.explicitProtocol=F}callback(F,E,d){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(F,E){const d=Object.assign({},E);typeof d.secureEndpoint!="boolean"&&(d.secureEndpoint=D()),d.host==null&&(d.host="localhost"),d.port==null&&(d.port=d.secureEndpoint?443:80),d.protocol==null&&(d.protocol=d.secureEndpoint?"https:":"http:"),d.host&&d.path&&delete d.path,delete d.agent,delete d.hostname,delete d._defaultAgent,delete d.defaultPort,delete d.createConnection,F._last=!0,F.shouldKeepAlive=!1;let m=!1,f=null;const p=d.timeout||this.timeout,h=o(y=>{F._hadError||(F.emit("error",y),F._hadError=!0)},"onerror"),g=o(()=>{f=null,m=!0;const y=new Error(`A "socket" was not created for HTTP request before ${p}ms`);y.code="ETIMEOUT",h(y)},"ontimeout"),B=o(y=>{m||(f!==null&&(clearTimeout(f),f=null),h(y))},"callbackError"),b=o(y=>{if(m)return;if(f!=null&&(clearTimeout(f),f=null),s(y)){n("Callback returned another Agent instance %o",y.constructor.name),y.addRequest(F,d);return}if(y){y.once("free",()=>{this.freeSocket(y,d)}),F.onSocket(y);return}const v=new Error(`no Duplex stream was returned to agent-base for \`${F.method} ${F.path}\``);h(v)},"onsocket");if(typeof this.callback!="function"){h(new Error("`callback` is not defined"));return}this.promisifiedCallback||(this.callback.length>=3?(n("Converting legacy callback function to promise"),this.promisifiedCallback=r.default(this.callback)):this.promisifiedCallback=this.callback),typeof p=="number"&&p>0&&(f=setTimeout(g,p)),"port"in d&&typeof d.port!="number"&&(d.port=Number(d.port));try{n("Resolving socket for %o request: %o",d.protocol,`${F.method} ${F.path}`),Promise.resolve(this.promisifiedCallback(F,d)).then(b,B)}catch(y){Promise.reject(y).catch(B)}}freeSocket(F,E){n("Freeing socket %o %o",F.constructor.name,E),F.destroy()}destroy(){n("Destroying agent %o",this.constructor.name)}};o(l,"Agent");let c=l;i.Agent=c,i.prototype=i.Agent.prototype}(a||(a={})),au=a,au}o(Ks,"requireSrc");var uu={},Pt;function Vs(){if(Pt)return uu;Pt=1;var u=uu&&uu.__importDefault||function(n){return n&&n.__esModule?n:{default:n}};Object.defineProperty(uu,"__esModule",{value:!0});const t=u(Re()).default("https-proxy-agent:parse-proxy-response");function r(n){return new Promise((s,D)=>{let a=0;const i=[];function c(){const m=n.read();m?d(m):n.once("readable",c)}o(c,"read");function l(){n.removeListener("end",F),n.removeListener("error",E),n.removeListener("close",C),n.removeListener("readable",c)}o(l,"cleanup");function C(m){t("onclose had error %o",m)}o(C,"onclose");function F(){t("onend")}o(F,"onend");function E(m){l(),t("onerror %o",m),D(m)}o(E,"onerror");function d(m){i.push(m),a+=m.length;const f=Buffer.concat(i,a);if(f.indexOf(`\r
|
|
73
73
|
\r
|
|
74
74
|
`)===-1){t("have not received end of HTTP headers yet..."),c();return}const h=f.toString("ascii",0,f.indexOf(`\r
|
|
75
|
-
`)),g=+h.split(" ")[1];t("got proxy server response: %o",h),s({statusCode:g,buffered:f})}o(d,"ondata"),n.on("error",E),n.on("close",C),n.on("end",F),c()})}return o(r,"parseProxyResponse$1"),uu.default=r,uu}o(Vs,"requireParseProxyResponse");var Rt;function Js(){if(Rt)return q;Rt=1;var u=q&&q.__awaiter||function(f,p,h,g){function B(b){return b instanceof h?b:new h(function(y){y(b)})}return o(B,"adopt"),new(h||(h=Promise))(function(b,y){function v(_){try{j(g.next(_))}catch(Du){y(Du)}}o(v,"fulfilled");function k(_){try{j(g.throw(_))}catch(Du){y(Du)}}o(k,"rejected");function j(_){_.done?b(_.value):B(_.value).then(v,k)}o(j,"step"),j((g=g.apply(f,p||[])).next())})},e=q&&q.__importDefault||function(f){return f&&f.__esModule?f:{default:f}};Object.defineProperty(q,"__esModule",{value:!0});const t=e(Dr),r=e(tr),n=e(rr),s=e(
|
|
75
|
+
`)),g=+h.split(" ")[1];t("got proxy server response: %o",h),s({statusCode:g,buffered:f})}o(d,"ondata"),n.on("error",E),n.on("close",C),n.on("end",F),c()})}return o(r,"parseProxyResponse$1"),uu.default=r,uu}o(Vs,"requireParseProxyResponse");var Rt;function Js(){if(Rt)return q;Rt=1;var u=q&&q.__awaiter||function(f,p,h,g){function B(b){return b instanceof h?b:new h(function(y){y(b)})}return o(B,"adopt"),new(h||(h=Promise))(function(b,y){function v(_){try{j(g.next(_))}catch(Du){y(Du)}}o(v,"fulfilled");function k(_){try{j(g.throw(_))}catch(Du){y(Du)}}o(k,"rejected");function j(_){_.done?b(_.value):B(_.value).then(v,k)}o(j,"step"),j((g=g.apply(f,p||[])).next())})},e=q&&q.__importDefault||function(f){return f&&f.__esModule?f:{default:f}};Object.defineProperty(q,"__esModule",{value:!0});const t=e(Dr),r=e(tr),n=e(rr),s=e(He),D=e(Re()),a=Ks(),i=e(Vs()),c=D.default("https-proxy-agent:agent"),m=class m extends a.Agent{constructor(p){let h;if(typeof p=="string"?h=n.default.parse(p):h=p,!h)throw new Error("an HTTP(S) proxy server `host` and `port` must be specified!");c("creating new HttpsProxyAgent instance: %o",h),super(h);const g=Object.assign({},h);this.secureProxy=h.secureProxy||E(g.protocol),g.host=g.hostname||g.host,typeof g.port=="string"&&(g.port=parseInt(g.port,10)),!g.port&&g.host&&(g.port=this.secureProxy?443:80),this.secureProxy&&!("ALPNProtocols"in g)&&(g.ALPNProtocols=["http 1.1"]),g.host&&g.path&&(delete g.path,delete g.pathname),this.proxy=g}callback(p,h){return u(this,void 0,void 0,function*(){const{proxy:g,secureProxy:B}=this;let b;B?(c("Creating `tls.Socket`: %o",g),b=r.default.connect(g)):(c("Creating `net.Socket`: %o",g),b=t.default.connect(g));const y=Object.assign({},g.headers);let k=`CONNECT ${`${h.host}:${h.port}`} HTTP/1.1\r
|
|
76
76
|
`;g.auth&&(y["Proxy-Authorization"]=`Basic ${Buffer.from(g.auth).toString("base64")}`);let{host:j,port:_,secureEndpoint:Du}=h;F(_,Du)||(j+=`:${_}`),y.Host=j,y.Connection="close";for(const L of Object.keys(y))k+=`${L}: ${y[L]}\r
|
|
77
77
|
`;const qt=i.default(b);b.write(`${k}\r
|
|
78
|
-
`);const{statusCode:Wt,buffered:Ut}=yield qt;if(Wt===200){if(p.once("socket",C),h.secureEndpoint){c("Upgrading socket connection to TLS");const L=h.servername||h.host;return r.default.connect(Object.assign(Object.assign({},d(h,"host","hostname","path","port")),{socket:b,servername:L}))}return b}b.destroy();const
|
|
78
|
+
`);const{statusCode:Wt,buffered:Ut}=yield qt;if(Wt===200){if(p.once("socket",C),h.secureEndpoint){c("Upgrading socket connection to TLS");const L=h.servername||h.host;return r.default.connect(Object.assign(Object.assign({},d(h,"host","hostname","path","port")),{socket:b,servername:L}))}return b}b.destroy();const Le=new t.default.Socket({writable:!1});return Le.readable=!0,p.once("socket",L=>{c("replaying proxy buffer for failed request"),s.default(L.listenerCount("data")>0),L.push(Ut),L.push(null)}),Le})}};o(m,"HttpsProxyAgent");let l=m;q.default=l;function C(f){f.resume()}o(C,"resume");function F(f,p){return!!(!p&&f===80||p&&f===443)}o(F,"isDefaultPort");function E(f){return typeof f=="string"?/^https:?$/i.test(f):!1}o(E,"isHTTPS");function d(f,...p){const h={};let g;for(g in f)p.includes(g)||(h[g]=f[g]);return h}return o(d,"omit"),q}o(Js,"requireAgent");var cu,_t;function Zs(){if(_t)return cu;_t=1;var u=cu&&cu.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};const e=u(Js());function t(r){return new e.default(r)}return o(t,"createHttpsProxyAgent"),function(r){r.HttpsProxyAgent=e.default,r.prototype=e.default.prototype}(t||(t={})),cu=t,cu}o(Zs,"requireDist"),Zs();const Xs={"":"<commit message>",conventional:"<type>(<optional scope>): <commit message>"},Qs=o(u=>`The output response must be in format:
|
|
79
79
|
${Xs[u]}`,"specifyCommitFormat"),ui={"":"",conventional:`Choose a type from the type-to-description JSON below that best describes the git diff:
|
|
80
|
-
${JSON.stringify({docs:"Documentation only changes",style:"Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",refactor:"A code change that neither fixes a bug nor adds a feature",perf:"A code change that improves performance",test:"Adding missing tests or correcting existing tests",build:"Changes that affect the build system or external dependencies",ci:"Changes to our CI configuration files and scripts",chore:"Other changes that don't modify src or test files",revert:"Reverts a previous commit",feat:"A new feature",fix:"A bug fix",data:"Data only changes"},null,2)}`},ei=o((u,e,t)=>["Generate a concise git commit message written in present tense for the following code diff with the given specifications below:",`Message language: ${u}`,`Commit message must be a maximum of ${e} characters.`,"Exclude anything unnecessary such as translation. Your entire response will be passed directly into git commit.","Try to focus on why the code changes was made and not only summarize the changes.",ui[t],Qs(t)].filter(Boolean).join(`
|
|
81
|
-
`),"generatePrompt"),Di=o(async(u,e,t,r,n,s)=>new Promise((D,a)=>{const i=JSON.stringify(r),c=er.request({port:443,hostname:u,path:e,method:"POST",headers:{...t,"Content-Type":"application/json","Content-Length":Buffer.byteLength(i)},timeout:n,agent:void 0},l=>{const C=[];l.on("data",F=>C.push(F)),l.on("end",()=>{D({request:c,response:l,data:Buffer.concat(C).toString()})})});c.on("error",a),c.on("timeout",()=>{c.destroy(),a(new
|
|
80
|
+
${JSON.stringify({docs:"Documentation only changes",style:"Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",refactor:"A code change that neither fixes a bug nor adds a feature",perf:"A code change that improves performance",test:"Adding missing tests or correcting existing tests",build:"Changes that affect the build system or external dependencies",ci:"Changes to our CI configuration files and scripts",chore:"Other changes that don't modify src or test files",revert:"Reverts a previous commit",feat:"A new feature",fix:"A bug fix",data:"Data only changes"},null,2)}`},ei=o((u,e,t,r)=>["Generate a concise git commit message written in present tense for the following code diff with the given specifications below:",`Message language: ${u}`,`Commit message must be a maximum of ${e} characters.`,"Exclude anything unnecessary such as translation. Your entire response will be passed directly into git commit.","Try to focus on why the code changes was made and not only summarize the changes.",r?.projectPrompt?`Project context: ${r.projectPrompt}`:null,ui[t],Qs(t)].filter(Boolean).join(`
|
|
81
|
+
`),"generatePrompt"),Di=o(async u=>{try{const e=u||await Ae(),t=W.join(e,".ai-commit.json");if(!await $e(t))return;const n=await I.readFile(t,"utf8");return JSON.parse(n)}catch(e){if(e instanceof x)throw e;return}},"getProjectConfig"),ti=o(async(u,e,t,r,n,s)=>new Promise((D,a)=>{const i=JSON.stringify(r),c=er.request({port:443,hostname:u,path:e,method:"POST",headers:{...t,"Content-Type":"application/json","Content-Length":Buffer.byteLength(i)},timeout:n,agent:void 0},l=>{const C=[];l.on("data",F=>C.push(F)),l.on("end",()=>{D({request:c,response:l,data:Buffer.concat(C).toString()})})});c.on("error",a),c.on("timeout",()=>{c.destroy(),a(new x(`Time out error: request took over ${n}ms. Try increasing the \`timeout\` config, or checking the OpenAI API status https://status.openai.com`))}),c.write(i),c.end()}),"httpsPost"),ri=o(async(u,e,t,r)=>{const{response:n,data:s}=await ti("api.openai.com","/v1/chat/completions",{Authorization:`Bearer ${u}`},e,t);if(!n.statusCode||n.statusCode<200||n.statusCode>299){let D=`OpenAI API Error: ${n.statusCode} - ${n.statusMessage}`;throw s&&(D+=`
|
|
82
82
|
|
|
83
83
|
${s}`),n.statusCode===500&&(D+=`
|
|
84
84
|
|
|
85
|
-
Check the API status: https://status.openai.com`),new
|
|
85
|
+
Check the API status: https://status.openai.com`),new x(D)}return JSON.parse(s)},"createChatCompletion"),ni=o(u=>u.trim().replace(/[\n\r]/g,"").replace(/(\w)\.$/,"$1"),"sanitizeMessage"),oi=o(u=>Array.from(new Set(u)),"deduplicateMessages"),kt=o(async(u,e,t,r,n,s,D,a,i)=>{try{const c=await Di(),l=await ri(u,{model:e,messages:[{role:"system",content:ei(t,s,D,c)},{role:"user",content:r}],temperature:i,top_p:1,frequency_penalty:0,presence_penalty:0,max_tokens:300,stream:!1,n},a);return oi(l.choices.filter(C=>C.message?.content).map(C=>ni(C.message.content)))}catch(c){const l=c;throw l.code==="ENOTFOUND"?new x(`Error connecting to ${l.hostname} (${l.syscall}). Are you connected to the internet?`):l}},"generateCommitMessage");var si=o(async(u,e,t,r,n)=>(async()=>{Et(JD(VD(" aicommit "))),await Ae();const s=ye();t&&await X("git",["add","--update"]),s.start("Detecting staged files");const D=await ht(e);if(!D)throw s.stop("Detecting staged files"),new x("No staged changes found. Stage your changes manually, or automatically stage all changes with the `--all` flag.");s.stop(`${ks(D.files)}:
|
|
86
86
|
${D.files.map(F=>` ${F}`).join(`
|
|
87
|
-
`)}`);const{env:a}=process,i=await
|
|
87
|
+
`)}`);const{env:a}=process,i=await Se({OPENAI_KEY:a.OPENAI_KEY||a.OPENAI_API_KEY,proxy:a.https_proxy||a.HTTPS_PROXY||a.http_proxy||a.HTTP_PROXY,generate:u?.toString(),type:r?.toString()}),c=ye();c.start("The AI is analyzing your changes");let l;try{l=await kt(i.OPENAI_KEY,i.model,i.locale,D.diff,i.generate,i["max-length"],i.type,i.timeout,i.temperature)}finally{c.stop("Changes analyzed")}if(l.length===0)throw new x("No commit messages were generated. Try again.");let C;if(l.length===1){[C]=l;let F;if(i["auto-confirm"]?(F=!0,K(`${su("\u2714")} Auto confirmed commit message.
|
|
88
88
|
|
|
89
89
|
${C}
|
|
90
90
|
`)):F=await Rs({message:`Use this commit message?
|
|
91
91
|
|
|
92
92
|
${C}
|
|
93
|
-
`}),!F||
|
|
93
|
+
`}),!F||ct(F)){K("Commit cancelled");return}}else{const F=await _s({message:`Pick a commit message to use: ${ie("(Ctrl+c to exit)")}`,options:l.map(E=>({label:E,value:E}))});if(ct(F)){K("Commit cancelled");return}C=F}if(i["prepend-reference"]){const{stdout:F}=await X("git",["branch","--show-current"]),E=F.match(/([a-zA-Z])+-([0-9]+)/)?.[0];E?.length&&(C=`${E?.toUpperCase()}: ${C}`)}await X("git",["commit","-m",C,...n]),K(`${su("\u2714")} Successfully committed!`)})().catch(s=>{K(`${Bu("\u2716")} ${s.message}`),$u(s),process.exit(1)}),"aicommit");const[_e,ii]=process.argv.slice(2);var ai=o(()=>(async()=>{if(!_e)throw new x('Commit message file path is missing. This file should be called from the "prepare-commit-msg" git hook');if(ii)return;const u=await ht();if(!u)return;Et(JD(VD(" aicommit ")));const{env:e}=process,t=await Se({proxy:e.https_proxy||e.HTTPS_PROXY||e.http_proxy||e.HTTP_PROXY}),r=ye();r.start("The AI is analyzing your changes");let n;try{n=await kt(t.OPENAI_KEY,t.model,t.locale,u.diff,t.generate,t["max-length"],t.type,t.timeout,t.temperature)}finally{r.stop("Changes analyzed")}const D=await I.readFile(_e,"utf8")!=="",a=n.length>1;let i="";D&&(i=`# \u{1F916} AI generated commit${a?"s":""}
|
|
94
94
|
`),a?(D&&(i+=`# Select one of the following messages by uncommeting:
|
|
95
95
|
`),i+=`
|
|
96
96
|
${n.map(c=>`# ${c}`).join(`
|
|
97
97
|
`)}`):(D&&(i+=`# Edit the message below and commit:
|
|
98
98
|
`),i+=`
|
|
99
99
|
${n[0]}
|
|
100
|
-
`),await
|
|
100
|
+
`),await I.appendFile(_e,i),K(`${su("\u2714")} Saved commit message!`)})().catch(u=>{K(`${Bu("\u2716")} ${u.message}`),$u(u),process.exit(1)}),"prepareCommitMessageHook"),ci=pD({name:"config",parameters:["<mode>","<key=value...>"]},u=>{(async()=>{const{mode:e,keyValue:t}=u._;if(e==="get"){const r=await Se({},!0);for(const n of t)Bt(r,n)&&console.log(`${n}=${r[n]}`);return}if(e==="set"){await Gs(t.map(r=>r.split("=")));return}throw new x(`Invalid mode: ${e}`)})().catch(e=>{console.error(`${Bu("\u2716")} ${e.message}`),$u(e),process.exit(1)})});const Mt="prepare-commit-msg",jt=`.git/hooks/${Mt}`,Pu=nr(new URL("cli.mjs",import.meta.url)),li=process.argv[1].replace(/\\/g,"/").endsWith(`/${jt}`),Nt=process.platform==="win32",Lt=`
|
|
101
101
|
#!/usr/bin/env node
|
|
102
102
|
import(${JSON.stringify(or(Pu))})
|
|
103
|
-
`.trim();var
|
|
103
|
+
`.trim();var Fi=pD({name:"hook",parameters:["<install/uninstall>"]},u=>{(async()=>{const e=await Ae(),{installUninstall:t}=u._,r=W.join(e,jt),n=await $e(r);if(t==="install"){if(n){if(await I.realpath(r).catch(()=>{})===Pu){console.warn("The hook is already installed");return}throw new x(`A different ${Mt} hook seems to be installed. Please remove it before installing aicommit.`)}await I.mkdir(W.dirname(r),{recursive:!0}),Nt?await I.writeFile(r,Lt):(await I.symlink(Pu,r,"file"),await I.chmod(r,493)),console.log(`${su("\u2714")} Hook installed`);return}if(t==="uninstall"){if(!n){console.warn("Hook is not installed");return}if(Nt){if(await I.readFile(r,"utf8")!==Lt){console.warn("Hook is not installed");return}}else if(await I.realpath(r)!==Pu){console.warn("Hook is not installed");return}await I.rm(r),console.log(`${su("\u2714")} Hook uninstalled`);return}throw new x(`Invalid mode: ${t}`)})().catch(e=>{console.error(`${Bu("\u2716")} ${e.message}`),$u(e),process.exit(1)})});const Gt=process.argv.slice(2);vn({name:"aicommit",version:hD,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:[ci,Fi],help:{description:$n},ignoreArgv:o(u=>u==="unknown-flag"||u==="argument","ignoreArgv")},u=>{li?ai():si(u.flags.generate,u.flags.exclude,u.flags.all,u.flags.type,Gt)},Gt);
|