create-tritio 0.1.0 → 0.2.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 CHANGED
@@ -1,15 +1,19 @@
1
1
  # create-tritio
2
2
 
3
- To install dependencies:
3
+ The easiest way to get started with [Tritio](https://github.com/jefjesuswt/tritio).
4
+
5
+ ## Usage
6
+
7
+ Run the following command to create a new Tritio project:
4
8
 
5
9
  ```bash
6
- bun install
10
+ bun create tritio
7
11
  ```
8
12
 
9
- To run:
13
+ Or specify the project name directly:
10
14
 
11
15
  ```bash
12
- bun run index.ts
16
+ bun create tritio my-app
13
17
  ```
14
18
 
15
- This project was created using `bun init` in bun v1.3.4. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
19
+ This will wrap `bun init` to set up a lightweight project structure with TypeScript and Tritio pre-configured, ready for high-performance development.
package/dist/index.js ADDED
@@ -0,0 +1,81 @@
1
+ #!/usr/bin/env node
2
+ var ED=Object.defineProperty;var hD=(u,t)=>{for(var e in t)ED(u,e,{get:t[e],enumerable:!0,configurable:!0,set:(r)=>t[e]=()=>r})};var oD=(u,t)=>()=>(u&&(t=u(u=0)),t);var Ou={};hD(Ou,{prompt:()=>Pu,kCancel:()=>Lu});import v,{stdin as ND,stdout as VD}from"node:process";import yu from"node:readline";import{WriteStream as WD}from"node:tty";function qD(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u}function RD(){if(Su)return iu;Su=1;let u="\x1B",t=`${u}[`,e="\x07",r={to(D,n){if(!n)return`${t}${D+1}G`;return`${t}${n+1};${D+1}H`},move(D,n){let F="";if(D<0)F+=`${t}${-D}D`;else if(D>0)F+=`${t}${D}C`;if(n<0)F+=`${t}${-n}A`;else if(n>0)F+=`${t}${n}B`;return F},up:(D=1)=>`${t}${D}A`,down:(D=1)=>`${t}${D}B`,forward:(D=1)=>`${t}${D}C`,backward:(D=1)=>`${t}${D}D`,nextLine:(D=1)=>`${t}E`.repeat(D),prevLine:(D=1)=>`${t}F`.repeat(D),left:`${t}G`,hide:`${t}?25l`,show:`${t}?25h`,save:`${u}7`,restore:`${u}8`},i={up:(D=1)=>`${t}S`.repeat(D),down:(D=1)=>`${t}T`.repeat(D)},s={screen:`${t}2J`,up:(D=1)=>`${t}1J`.repeat(D),down:(D=1)=>`${t}J`.repeat(D),line:`${t}2K`,lineEnd:`${t}K`,lineStart:`${t}1K`,lines(D){let n="";for(let F=0;F<D;F++)n+=this.line+(F<D-1?r.up():"");if(D)n+=r.left;return n}};return iu={cursor:r,scroll:i,erase:s,beep:e},iu}function UD(){if(Mu)return J.exports;Mu=1;let u=process||{},t=u.argv||[],e=u.env||{},r=!(!!e.NO_COLOR||t.includes("--no-color"))&&(!!e.FORCE_COLOR||t.includes("--color")||u.platform==="win32"||(u.stdout||{}).isTTY&&e.TERM!=="dumb"||!!e.CI),i=(n,F,C=n)=>(c)=>{let E=""+c,o=E.indexOf(F,n.length);return~o?n+s(E,F,C,o)+F:n+E+F},s=(n,F,C,c)=>{let E="",o=0;do E+=n.substring(o,c)+C,o=c+F.length,c=n.indexOf(F,o);while(~c);return E+n.substring(o)},D=(n=r)=>{let F=n?i:()=>String;return{isColorSupported:n,reset:F("\x1B[0m","\x1B[0m"),bold:F("\x1B[1m","\x1B[22m","\x1B[22m\x1B[1m"),dim:F("\x1B[2m","\x1B[22m","\x1B[22m\x1B[2m"),italic:F("\x1B[3m","\x1B[23m"),underline:F("\x1B[4m","\x1B[24m"),inverse:F("\x1B[7m","\x1B[27m"),hidden:F("\x1B[8m","\x1B[28m"),strikethrough:F("\x1B[9m","\x1B[29m"),black:F("\x1B[30m","\x1B[39m"),red:F("\x1B[31m","\x1B[39m"),green:F("\x1B[32m","\x1B[39m"),yellow:F("\x1B[33m","\x1B[39m"),blue:F("\x1B[34m","\x1B[39m"),magenta:F("\x1B[35m","\x1B[39m"),cyan:F("\x1B[36m","\x1B[39m"),white:F("\x1B[37m","\x1B[39m"),gray:F("\x1B[90m","\x1B[39m"),bgBlack:F("\x1B[40m","\x1B[49m"),bgRed:F("\x1B[41m","\x1B[49m"),bgGreen:F("\x1B[42m","\x1B[49m"),bgYellow:F("\x1B[43m","\x1B[49m"),bgBlue:F("\x1B[44m","\x1B[49m"),bgMagenta:F("\x1B[45m","\x1B[49m"),bgCyan:F("\x1B[46m","\x1B[49m"),bgWhite:F("\x1B[47m","\x1B[49m"),blackBright:F("\x1B[90m","\x1B[39m"),redBright:F("\x1B[91m","\x1B[39m"),greenBright:F("\x1B[92m","\x1B[39m"),yellowBright:F("\x1B[93m","\x1B[39m"),blueBright:F("\x1B[94m","\x1B[39m"),magentaBright:F("\x1B[95m","\x1B[39m"),cyanBright:F("\x1B[96m","\x1B[39m"),whiteBright:F("\x1B[97m","\x1B[39m"),bgBlackBright:F("\x1B[100m","\x1B[49m"),bgRedBright:F("\x1B[101m","\x1B[49m"),bgGreenBright:F("\x1B[102m","\x1B[49m"),bgYellowBright:F("\x1B[103m","\x1B[49m"),bgBlueBright:F("\x1B[104m","\x1B[49m"),bgMagentaBright:F("\x1B[105m","\x1B[49m"),bgCyanBright:F("\x1B[106m","\x1B[49m"),bgWhiteBright:F("\x1B[107m","\x1B[49m")}};return J.exports=D(),J.exports.createColors=D,J.exports}function zD({onlyFirst:u=!1}={}){let t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?(?:\\u0007|\\u001B\\u005C|\\u009C))","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-nq-uy=><~]))"].join("|");return new RegExp(t,u?void 0:"g")}function Gu(u){if(typeof u!="string")throw TypeError(`Expected a \`string\`, got \`${typeof u}\``);return u.replace(HD,"")}function zu(u){return u&&u.__esModule&&Object.prototype.hasOwnProperty.call(u,"default")?u.default:u}function U(u,t={}){if(typeof u!="string"||u.length===0||(t={ambiguousIsNarrow:!0,...t},u=Gu(u),u.length===0))return 0;u=u.replace(ZD()," ");let e=t.ambiguousIsNarrow?1:2,r=0;for(let i of u){let s=i.codePointAt(0);if(s<=31||s>=127&&s<=159||s>=768&&s<=879)continue;switch(JD.eastAsianWidth(i)){case"F":case"W":r+=2;break;case"A":r+=e;break;default:r+=1}}return r}function LD(){let u=new Map;for(let[t,e]of Object.entries(m)){for(let[r,i]of Object.entries(e))m[r]={open:`\x1B[${i[0]}m`,close:`\x1B[${i[1]}m`},e[r]=m[r],u.set(i[0],i[1]);Object.defineProperty(m,t,{value:e,enumerable:!1})}return Object.defineProperty(m,"codes",{value:u,enumerable:!1}),m.color.close="\x1B[39m",m.bgColor.close="\x1B[49m",m.color.ansi=_u(),m.color.ansi256=Tu(),m.color.ansi16m=ku(),m.bgColor.ansi=_u(nu),m.bgColor.ansi256=Tu(nu),m.bgColor.ansi16m=ku(nu),Object.defineProperties(m,{rgbToAnsi256:{value:(t,e,r)=>t===e&&e===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(e/255*5)+Math.round(r/255*5),enumerable:!1},hexToRgb:{value:(t)=>{let e=/[a-f\d]{6}|[a-f\d]{3}/i.exec(t.toString(16));if(!e)return[0,0,0];let[r]=e;r.length===3&&(r=[...r].map((s)=>s+s).join(""));let i=Number.parseInt(r,16);return[i>>16&255,i>>8&255,i&255]},enumerable:!1},hexToAnsi256:{value:(t)=>m.rgbToAnsi256(...m.hexToRgb(t)),enumerable:!1},ansi256ToAnsi:{value:(t)=>{if(t<8)return 30+t;if(t<16)return 90+(t-8);let e,r,i;if(t>=232)e=((t-232)*10+8)/255,r=e,i=e;else{t-=16;let n=t%36;e=Math.floor(t/36)/5,r=Math.floor(n/6)/5,i=n%6/5}let s=Math.max(e,r,i)*2;if(s===0)return 30;let D=30+(Math.round(i)<<2|Math.round(r)<<1|Math.round(e));return s===2&&(D+=60),D},enumerable:!1},rgbToAnsi:{value:(t,e,r)=>m.ansi256ToAnsi(m.rgbToAnsi256(t,e,r)),enumerable:!1},hexToAnsi:{value:(t)=>m.ansi256ToAnsi(m.hexToAnsi256(t)),enumerable:!1}}),m}function Vu(u,t,e){return String(u).normalize().replace(/\r\n/g,`
3
+ `).split(`
4
+ `).map((r)=>Dt(r,t,e)).join(`
5
+ `)}function Yu(u,t){if(typeof u=="string")return Z.aliases.get(u)===t;for(let e of u)if(e!==void 0&&Yu(e,t))return!0;return!1}function et(u,t){if(u===t)return;let e=u.split(`
6
+ `),r=t.split(`
7
+ `),i=[];for(let s=0;s<Math.max(e.length,r.length);s++)e[s]!==r[s]&&i.push(s);return i}function Y(u,t){let e=u;e.isTTY&&e.setRawMode(t)}class G{constructor(u,t=!0){w(this,"input"),w(this,"output"),w(this,"_abortSignal"),w(this,"rl"),w(this,"opts"),w(this,"_render"),w(this,"_track",!1),w(this,"_prevFrame",""),w(this,"_subscribers",new Map),w(this,"_cursor",0),w(this,"state","initial"),w(this,"error",""),w(this,"value");let{input:e=ND,output:r=VD,render:i,signal:s,...D}=u;this.opts=D,this.onKeypress=this.onKeypress.bind(this),this.close=this.close.bind(this),this.render=this.render.bind(this),this._render=i.bind(this),this._track=t,this._abortSignal=s,this.input=e,this.output=r}unsubscribe(){this._subscribers.clear()}setSubscriber(u,t){let e=this._subscribers.get(u)??[];e.push(t),this._subscribers.set(u,e)}on(u,t){this.setSubscriber(u,{cb:t})}once(u,t){this.setSubscriber(u,{cb:t,once:!0})}emit(u,...t){let e=this._subscribers.get(u)??[],r=[];for(let i of e)i.cb(...t),i.once&&r.push(()=>e.splice(e.indexOf(i),1));for(let i of r)i()}prompt(){return new Promise((u,t)=>{if(this._abortSignal){if(this._abortSignal.aborted)return this.state="cancel",this.close(),u(Wu);this._abortSignal.addEventListener("abort",()=>{this.state="cancel",this.close()},{once:!0})}let e=new WD(0);e._write=(r,i,s)=>{this._track&&(this.value=this.rl?.line.replace(/\t/g,""),this._cursor=this.rl?.cursor??0,this.emit("value",this.value)),s()},this.input.pipe(e),this.rl=yu.createInterface({input:this.input,output:e,tabSize:2,prompt:"",escapeCodeTimeout:50}),yu.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),Y(this.input,!0),this.output.on("resize",this.render),this.render(),this.once("submit",()=>{this.output.write(y.cursor.show),this.output.off("resize",this.render),Y(this.input,!1),u(this.value)}),this.once("cancel",()=>{this.output.write(y.cursor.show),this.output.off("resize",this.render),Y(this.input,!1),u(Wu)})})}onKeypress(u,t){if(this.state==="error"&&(this.state="active"),t?.name&&(!this._track&&Z.aliases.has(t.name)&&this.emit("cursor",Z.aliases.get(t.name)),Z.actions.has(t.name)&&this.emit("cursor",t.name)),u&&(u.toLowerCase()==="y"||u.toLowerCase()==="n")&&this.emit("confirm",u.toLowerCase()==="y"),u==="\t"&&this.opts.placeholder&&(this.value||(this.rl?.write(this.opts.placeholder),this.emit("value",this.opts.placeholder))),u&&this.emit("key",u.toLowerCase()),t?.name==="return"){if(this.opts.validate){let e=this.opts.validate(this.value);e&&(this.error=e instanceof Error?e.message:e,this.state="error",this.rl?.write(this.value))}this.state!=="error"&&(this.state="submit")}Yu([u,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(`
8
+ `),Y(this.input,!1),this.rl?.close(),this.rl=void 0,this.emit(`${this.state}`,this.value),this.unsubscribe()}restoreCursor(){let u=Vu(this._prevFrame,process.stdout.columns,{hard:!0}).split(`
9
+ `).length-1;this.output.write(y.cursor.move(-999,u*-1))}render(){let u=Vu(this._render(this)??"",process.stdout.columns,{hard:!0});if(u!==this._prevFrame){if(this.state==="initial")this.output.write(y.cursor.hide);else{let t=et(this._prevFrame,u);if(this.restoreCursor(),t&&t?.length===1){let e=t[0];this.output.write(y.cursor.move(0,e)),this.output.write(y.erase.lines(1));let r=u.split(`
10
+ `);this.output.write(r[e]),this._prevFrame=u,this.output.write(y.cursor.move(0,r.length-e-1));return}if(t&&t?.length>1){let e=t[0];this.output.write(y.cursor.move(0,e)),this.output.write(y.erase.down());let r=u.split(`
11
+ `).slice(e);this.output.write(r.join(`
12
+ `)),this._prevFrame=u;return}this.output.write(y.erase.down())}this.output.write(u),this.state==="initial"&&(this.state="active"),this._prevFrame=u}}}function lt(){return v.platform!=="win32"?v.env.TERM!=="linux":!!v.env.CI||!!v.env.WT_SESSION||!!v.env.TERMINUS_SUBLIME||v.env.ConEmuTask==="{cmd::Cmder}"||v.env.TERM_PROGRAM==="Terminus-Sublime"||v.env.TERM_PROGRAM==="vscode"||v.env.TERM==="xterm-256color"||v.env.TERM==="alacritty"||v.env.TERMINAL_EMULATOR==="JetBrains-JediTerm"}async function Pu(u,t={}){let e=(r)=>{if(typeof r!=="symbol"||r.toString()!=="Symbol(clack:cancel)")return r;switch(t.cancel){case"reject":{let i=Error("Prompt cancelled.");if(i.name="ConsolaPromptCancelledError",Error.captureStackTrace)Error.captureStackTrace(i,Pu);throw i}case"undefined":return;case"null":return null;case"symbol":return Lu;default:case"default":return t.default??t.initial}};if(!t.type||t.type==="text")return await At({message:u,defaultValue:t.default,placeholder:t.placeholder,initialValue:t.initial}).then(e);if(t.type==="confirm")return await dt({message:u,initialValue:t.initial}).then(e);if(t.type==="select")return await bt({message:u,options:t.options.map((r)=>typeof r==="string"?{value:r,label:r}:r),initialValue:t.initial}).then(e);if(t.type==="multiselect")return await $t({message:u,options:t.options.map((r)=>typeof r==="string"?{value:r,label:r}:r),required:t.required,initialValues:t.initial}).then(e);throw Error(`Unknown prompt type: ${t.type}`)}var iu,Su,y,J,Mu,GD,a,HD,Hu,KD,JD,YD=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},ZD,nu=10,_u=(u=0)=>(t)=>`\x1B[${t+u}m`,Tu=(u=0)=>(t)=>`\x1B[${38+u};5;${t}m`,ku=(u=0)=>(t,e,r)=>`\x1B[${38+u};2;${t};${e};${r}m`,m,QD,XD,PD,Q,OD=39,lu="\x07",Ku="[",jD="]",Ju="m",cu,Iu=(u)=>`${Q.values().next().value}${Ku}${u}${Ju}`,Nu=(u)=>`${Q.values().next().value}${cu}${u}${lu}`,xD=(u)=>u.split(" ").map((t)=>U(t)),su=(u,t,e)=>{let r=[...t],i=!1,s=!1,D=U(Gu(u[u.length-1]));for(let[n,F]of r.entries()){let C=U(F);if(D+C<=e?u[u.length-1]+=F:(u.push(F),D=0),Q.has(F)&&(i=!0,s=r.slice(n+1).join("").startsWith(cu)),i){s?F===lu&&(i=!1,s=!1):F===Ju&&(i=!1);continue}D+=C,D===e&&n<r.length-1&&(u.push(""),D=0)}!D&&u[u.length-1].length>0&&u.length>1&&(u[u.length-2]+=u.pop())},ut=(u)=>{let t=u.split(" "),e=t.length;for(;e>0&&!(U(t[e-1])>0);)e--;return e===t.length?u:t.slice(0,e).join(" ")+t.slice(e).join("")},Dt=(u,t,e={})=>{if(e.trim!==!1&&u.trim()==="")return"";let r="",i,s,D=xD(u),n=[""];for(let[C,c]of u.split(" ").entries()){e.trim!==!1&&(n[n.length-1]=n[n.length-1].trimStart());let E=U(n[n.length-1]);if(C!==0&&(E>=t&&(e.wordWrap===!1||e.trim===!1)&&(n.push(""),E=0),(E>0||e.trim===!1)&&(n[n.length-1]+=" ",E++)),e.hard&&D[C]>t){let o=t-E,l=1+Math.floor((D[C]-o-1)/t);Math.floor((D[C]-1)/t)<l&&n.push(""),su(n,c,t);continue}if(E+D[C]>t&&E>0&&D[C]>0){if(e.wordWrap===!1&&E<t){su(n,c,t);continue}n.push("")}if(E+D[C]>t&&e.wordWrap===!1){su(n,c,t);continue}n[n.length-1]+=c}e.trim!==!1&&(n=n.map((C)=>ut(C)));let F=[...n.join(`
13
+ `)];for(let[C,c]of F.entries()){if(r+=c,Q.has(c)){let{groups:o}=new RegExp(`(?:\\${Ku}(?<code>\\d+)m|\\${cu}(?<uri>.*)${lu})`).exec(F.slice(C).join(""))||{groups:{}};if(o.code!==void 0){let l=Number.parseFloat(o.code);i=l===OD?void 0:l}else o.uri!==void 0&&(s=o.uri.length===0?void 0:o.uri)}let E=PD.codes.get(Number(i));F[C+1]===`
14
+ `?(s&&(r+=Nu("")),i&&E&&(r+=Iu(E))):c===`
15
+ `&&(i&&E&&(r+=Iu(i)),s&&(r+=Nu(s)))}return r},tt,Z,Wu,rt,it=(u,t,e)=>(t in u)?rt(u,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):u[t]=e,w=(u,t,e)=>(it(u,typeof t!="symbol"?t+"":t,e),e),Zu,nt,st=(u,t,e)=>(t in u)?nt(u,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):u[t]=e,qu=(u,t,e)=>(st(u,typeof t!="symbol"?t+"":t,e),e),Ft,at,Ct=(u,t,e)=>(t in u)?at(u,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):u[t]=e,Ru=(u,t,e)=>(Ct(u,typeof t!="symbol"?t+"":t,e),e),Qu,Xu,ct,S=(u,t)=>ct?u:t,Et,ht,ot,Bt,f,R,Fu,au,ft,Uu,mt,X=(u)=>{switch(u){case"initial":case"active":return a.cyan(Et);case"cancel":return a.red(ht);case"error":return a.yellow(ot);case"submit":return a.green(Bt)}},Cu=(u)=>{let{cursor:t,options:e,style:r}=u,i=u.maxItems??Number.POSITIVE_INFINITY,s=Math.max(process.stdout.rows-4,0),D=Math.min(s,Math.max(i,5)),n=0;t>=n+D-3?n=Math.max(Math.min(t-D+3,e.length-D),0):t<n+2&&(n=Math.max(t-2,0));let F=D<e.length&&n>0,C=D<e.length&&n+D<e.length;return e.slice(n,n+D).map((c,E,o)=>{let l=E===0&&F,A=E===o.length-1&&C;return l||A?a.dim("..."):r(c,E+n===t)})},At=(u)=>new Xu({validate:u.validate,placeholder:u.placeholder,defaultValue:u.defaultValue,initialValue:u.initialValue,render(){let t=`${a.gray(f)}
16
+ ${X(this.state)} ${u.message}
17
+ `,e=u.placeholder?a.inverse(u.placeholder[0])+a.dim(u.placeholder.slice(1)):a.inverse(a.hidden("_")),r=this.value?this.valueWithCursor:e;switch(this.state){case"error":return`${t.trim()}
18
+ ${a.yellow(f)} ${r}
19
+ ${a.yellow(R)} ${a.yellow(this.error)}
20
+ `;case"submit":return`${t}${a.gray(f)} ${a.dim(this.value||u.placeholder)}`;case"cancel":return`${t}${a.gray(f)} ${a.strikethrough(a.dim(this.value??""))}${this.value?.trim()?`
21
+ ${a.gray(f)}`:""}`;default:return`${t}${a.cyan(f)} ${r}
22
+ ${a.cyan(R)}
23
+ `}}}).prompt(),dt=(u)=>{let t=u.active??"Yes",e=u.inactive??"No";return new Zu({active:t,inactive:e,initialValue:u.initialValue??!0,render(){let r=`${a.gray(f)}
24
+ ${X(this.state)} ${u.message}
25
+ `,i=this.value?t:e;switch(this.state){case"submit":return`${r}${a.gray(f)} ${a.dim(i)}`;case"cancel":return`${r}${a.gray(f)} ${a.strikethrough(a.dim(i))}
26
+ ${a.gray(f)}`;default:return`${r}${a.cyan(f)} ${this.value?`${a.green(Fu)} ${t}`:`${a.dim(au)} ${a.dim(t)}`} ${a.dim("/")} ${this.value?`${a.dim(au)} ${a.dim(e)}`:`${a.green(Fu)} ${e}`}
27
+ ${a.cyan(R)}
28
+ `}}}).prompt()},bt=(u)=>{let t=(e,r)=>{let i=e.label??String(e.value);switch(r){case"selected":return`${a.dim(i)}`;case"active":return`${a.green(Fu)} ${i} ${e.hint?a.dim(`(${e.hint})`):""}`;case"cancelled":return`${a.strikethrough(a.dim(i))}`;default:return`${a.dim(au)} ${a.dim(i)}`}};return new Qu({options:u.options,initialValue:u.initialValue,render(){let e=`${a.gray(f)}
29
+ ${X(this.state)} ${u.message}
30
+ `;switch(this.state){case"submit":return`${e}${a.gray(f)} ${t(this.options[this.cursor],"selected")}`;case"cancel":return`${e}${a.gray(f)} ${t(this.options[this.cursor],"cancelled")}
31
+ ${a.gray(f)}`;default:return`${e}${a.cyan(f)} ${Cu({cursor:this.cursor,options:this.options,maxItems:u.maxItems,style:(r,i)=>t(r,i?"active":"inactive")}).join(`
32
+ ${a.cyan(f)} `)}
33
+ ${a.cyan(R)}
34
+ `}}}).prompt()},$t=(u)=>{let t=(e,r)=>{let i=e.label??String(e.value);return r==="active"?`${a.cyan(ft)} ${i} ${e.hint?a.dim(`(${e.hint})`):""}`:r==="selected"?`${a.green(Uu)} ${a.dim(i)}`:r==="cancelled"?`${a.strikethrough(a.dim(i))}`:r==="active-selected"?`${a.green(Uu)} ${i} ${e.hint?a.dim(`(${e.hint})`):""}`:r==="submitted"?`${a.dim(i)}`:`${a.dim(mt)} ${a.dim(i)}`};return new Ft({options:u.options,initialValues:u.initialValues,required:u.required??!0,cursorAt:u.cursorAt,validate(e){if(this.required&&e.length===0)return`Please select at least one option.
35
+ ${a.reset(a.dim(`Press ${a.gray(a.bgWhite(a.inverse(" space ")))} to select, ${a.gray(a.bgWhite(a.inverse(" enter ")))} to submit`))}`},render(){let e=`${a.gray(f)}
36
+ ${X(this.state)} ${u.message}
37
+ `,r=(i,s)=>{let D=this.value.includes(i.value);return s&&D?t(i,"active-selected"):D?t(i,"selected"):t(i,s?"active":"inactive")};switch(this.state){case"submit":return`${e}${a.gray(f)} ${this.options.filter(({value:i})=>this.value.includes(i)).map((i)=>t(i,"submitted")).join(a.dim(", "))||a.dim("none")}`;case"cancel":{let i=this.options.filter(({value:s})=>this.value.includes(s)).map((s)=>t(s,"cancelled")).join(a.dim(", "));return`${e}${a.gray(f)} ${i.trim()?`${i}
38
+ ${a.gray(f)}`:""}`}case"error":{let i=this.error.split(`
39
+ `).map((s,D)=>D===0?`${a.yellow(R)} ${a.yellow(s)}`:` ${s}`).join(`
40
+ `);return`${e+a.yellow(f)} ${Cu({options:this.options,cursor:this.cursor,maxItems:u.maxItems,style:r}).join(`
41
+ ${a.yellow(f)} `)}
42
+ ${i}
43
+ `}default:return`${e}${a.cyan(f)} ${Cu({options:this.options,cursor:this.cursor,maxItems:u.maxItems,style:r}).join(`
44
+ ${a.cyan(f)} `)}
45
+ ${a.cyan(R)}
46
+ `}}}).prompt()},Lu;var ju=oD(()=>{y=RD(),J={exports:{}};GD=UD(),a=qD(GD);HD=zD();Hu={exports:{}};(function(u){var t={};u.exports=t,t.eastAsianWidth=function(r){var i=r.charCodeAt(0),s=r.length==2?r.charCodeAt(1):0,D=i;return 55296<=i&&i<=56319&&56320<=s&&s<=57343&&(i&=1023,s&=1023,D=i<<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"},t.characterLength=function(r){var i=this.eastAsianWidth(r);return i=="F"||i=="W"||i=="A"?2:1};function e(r){return r.match(/[\uD800-\uDBFF][\uDC00-\uDFFF]|[^\uD800-\uDFFF]/g)||[]}t.length=function(r){for(var i=e(r),s=0,D=0;D<i.length;D++)s=s+this.characterLength(i[D]);return s},t.slice=function(r,i,s){textLen=t.length(r),i=i||0,s=s||1,i<0&&(i=textLen+i),s<0&&(s=textLen+s);for(var D="",n=0,F=e(r),C=0;C<F.length;C++){var c=F[C],E=t.length(c);if(n>=i-(E==2?1:0))if(n+E<=s)D+=c;else break;n+=E}return D}})(Hu);KD=Hu.exports,JD=zu(KD),ZD=zu(YD);m={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(m.modifier);QD=Object.keys(m.color),XD=Object.keys(m.bgColor);[...QD,...XD];PD=LD(),Q=new Set(["\x1B","›"]),cu=`${jD}8;;`;tt=["up","down","left","right","space","enter","cancel"],Z={actions:new Set(tt),aliases:new Map([["k","up"],["j","down"],["h","left"],["l","right"],["\x03","cancel"],["escape","cancel"]])};globalThis.process.platform.startsWith("win");Wu=Symbol("clack:cancel");rt=Object.defineProperty;Zu=class Zu extends G{get cursor(){return this.value?0:1}get _value(){return this.cursor===0}constructor(u){super(u,!1),this.value=!!u.initialValue,this.on("value",()=>{this.value=this._value}),this.on("confirm",(t)=>{this.output.write(y.cursor.move(0,-1)),this.value=t,this.state="submit",this.close()}),this.on("cursor",()=>{this.value=!this.value})}};nt=Object.defineProperty,Ft=class extends G{constructor(u){super(u,!1),qu(this,"options"),qu(this,"cursor",0),this.options=u.options,this.value=[...u.initialValues??[]],this.cursor=Math.max(this.options.findIndex(({value:t})=>t===u.cursorAt),0),this.on("key",(t)=>{t==="a"&&this.toggleAll()}),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;case"space":this.toggleValue();break}})}get _value(){return this.options[this.cursor].value}toggleAll(){let u=this.value.length===this.options.length;this.value=u?[]:this.options.map((t)=>t.value)}toggleValue(){let u=this.value.includes(this._value);this.value=u?this.value.filter((t)=>t!==this._value):[...this.value,this._value]}},at=Object.defineProperty;Qu=class Qu extends G{constructor(u){super(u,!1),Ru(this,"options"),Ru(this,"cursor",0),this.options=u.options,this.cursor=this.options.findIndex(({value:t})=>t===u.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}};Xu=class Xu extends G{get valueWithCursor(){if(this.state==="submit")return this.value;if(this.cursor>=this.value.length)return`${this.value}█`;let u=this.value.slice(0,this.cursor),[t,...e]=this.value.slice(this.cursor);return`${u}${a.inverse(t)}${e.join("")}`}get cursor(){return this._cursor}constructor(u){super(u),this.on("finalize",()=>{this.value||(this.value=u.defaultValue)})}};ct=lt(),Et=S("❯",">"),ht=S("■","x"),ot=S("▲","x"),Bt=S("✔","√"),f=S(""),R=S(""),Fu=S("●",">"),au=S("○"," "),ft=S("◻","[•]"),Uu=S("◼","[+]"),mt=S("◻","[ ]");`${a.gray(f)} `;Lu=Symbol.for("cancel")});import g from"node:fs";import I from"node:path";import{fileURLToPath as be}from"node:url";var $={silent:Number.NEGATIVE_INFINITY,fatal:0,error:0,warn:1,log:2,info:3,success:3,fail:3,ready:3,start:3,box:3,debug:4,trace:5,verbose:Number.POSITIVE_INFINITY},uu={silent:{level:-1},fatal:{level:$.fatal},error:{level:$.error},warn:{level:$.warn},log:{level:$.log},info:{level:$.info},success:{level:$.success},fail:{level:$.fail},ready:{level:$.info},start:{level:$.info},box:{level:$.info},debug:{level:$.debug},trace:{level:$.trace},verbose:{level:$.verbose}};function O(u){if(u===null||typeof u!=="object")return!1;let t=Object.getPrototypeOf(u);if(t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null)return!1;if(Symbol.iterator in u)return!1;if(Symbol.toStringTag in u)return Object.prototype.toString.call(u)==="[object Module]";return!0}function Du(u,t,e=".",r){if(!O(t))return Du(u,{},e,r);let i=Object.assign({},t);for(let s in u){if(s==="__proto__"||s==="constructor")continue;let D=u[s];if(D===null||D===void 0)continue;if(r&&r(i,s,D,e))continue;if(Array.isArray(D)&&Array.isArray(i[s]))i[s]=[...D,...i[s]];else if(O(D)&&O(i[s]))i[s]=Du(D,i[s],(e?`${e}.`:"")+s.toString(),r);else i[s]=D}return i}function BD(u){return(...t)=>t.reduce((e,r)=>Du(e,r,"",u),{})}var fD=BD();function mD(u){return Object.prototype.toString.call(u)==="[object Object]"}function AD(u){if(!mD(u))return!1;if(!u.message&&!u.args)return!1;if(u.stack)return!1;return!0}var j=!1,mu=[];class b{options;_lastLog;_mockFn;constructor(u={}){let t=u.types||uu;this.options=fD({...u,defaults:{...u.defaults},level:x(u.level,t),reporters:[...u.reporters||[]]},{types:uu,throttle:1000,throttleMin:5,formatOptions:{date:!0,colors:!1,compact:!0}});for(let e in t){let r={type:e,...this.options.defaults,...t[e]};this[e]=this._wrapLogFn(r),this[e].raw=this._wrapLogFn(r,!0)}if(this.options.mockFn)this.mockTypes();this._lastLog={}}get level(){return this.options.level}set level(u){this.options.level=x(u,this.options.types,this.options.level)}prompt(u,t){if(!this.options.prompt)throw Error("prompt is not supported!");return this.options.prompt(u,t)}create(u){let t=new b({...this.options,...u});if(this._mockFn)t.mockTypes(this._mockFn);return t}withDefaults(u){return this.create({...this.options,defaults:{...this.options.defaults,...u}})}withTag(u){return this.withDefaults({tag:this.options.defaults.tag?this.options.defaults.tag+":"+u:u})}addReporter(u){return this.options.reporters.push(u),this}removeReporter(u){if(u){let t=this.options.reporters.indexOf(u);if(t!==-1)return this.options.reporters.splice(t,1)}else this.options.reporters.splice(0);return this}setReporters(u){return this.options.reporters=Array.isArray(u)?u:[u],this}wrapAll(){this.wrapConsole(),this.wrapStd()}restoreAll(){this.restoreConsole(),this.restoreStd()}wrapConsole(){for(let u in this.options.types){if(!console["__"+u])console["__"+u]=console[u];console[u]=this[u].raw}}restoreConsole(){for(let u in this.options.types)if(console["__"+u])console[u]=console["__"+u],delete console["__"+u]}wrapStd(){this._wrapStream(this.options.stdout,"log"),this._wrapStream(this.options.stderr,"log")}_wrapStream(u,t){if(!u)return;if(!u.__write)u.__write=u.write;u.write=(e)=>{this[t].raw(String(e).trim())}}restoreStd(){this._restoreStream(this.options.stdout),this._restoreStream(this.options.stderr)}_restoreStream(u){if(!u)return;if(u.__write)u.write=u.__write,delete u.__write}pauseLogs(){j=!0}resumeLogs(){j=!1;let u=mu.splice(0);for(let t of u)t[0]._logFn(t[1],t[2])}mockTypes(u){let t=u||this.options.mockFn;if(this._mockFn=t,typeof t!=="function")return;for(let e in this.options.types)this[e]=t(e,this.options.types[e])||this[e],this[e].raw=this[e]}_wrapLogFn(u,t){return(...e)=>{if(j){mu.push([this,u,e,t]);return}return this._logFn(u,e,t)}}_logFn(u,t,e){if((u.level||0)>this.level)return!1;let r={date:new Date,args:[],...u,level:x(u.level,this.options.types)};if(!e&&t.length===1&&AD(t[0]))Object.assign(r,t[0]);else r.args=[...t];if(r.message)r.args.unshift(r.message),delete r.message;if(r.additional){if(!Array.isArray(r.additional))r.additional=r.additional.split(`
47
+ `);r.args.push(`
48
+ `+r.additional.join(`
49
+ `)),delete r.additional}r.type=typeof r.type==="string"?r.type.toLowerCase():"log",r.tag=typeof r.tag==="string"?r.tag:"";let i=(D=!1)=>{let n=(this._lastLog.count||0)-this.options.throttleMin;if(this._lastLog.object&&n>0){let F=[...this._lastLog.object.args];if(n>1)F.push(`(repeated ${n} times)`);this._log({...this._lastLog.object,args:F}),this._lastLog.count=1}if(D)this._lastLog.object=r,this._log(r)};clearTimeout(this._lastLog.timeout);let s=this._lastLog.time&&r.date?r.date.getTime()-this._lastLog.time.getTime():0;if(this._lastLog.time=r.date,s<this.options.throttle)try{let D=JSON.stringify([r.type,r.tag,r.args]),n=this._lastLog.serialized===D;if(this._lastLog.serialized=D,n){if(this._lastLog.count=(this._lastLog.count||0)+1,this._lastLog.count>this.options.throttleMin){this._lastLog.timeout=setTimeout(i,this.options.throttle);return}}}catch{}i(!0)}_log(u){for(let t of this.options.reporters)t.log(u,{options:this.options})}}function x(u,t={},e=3){if(u===void 0)return e;if(typeof u==="number")return u;if(t[u]&&t[u].level!==void 0)return t[u].level;return e}b.prototype.add=b.prototype.addReporter;b.prototype.remove=b.prototype.removeReporter;b.prototype.clear=b.prototype.removeReporter;b.prototype.withScope=b.prototype.withTag;b.prototype.mock=b.prototype.mockTypes;b.prototype.pause=b.prototype.pauseLogs;b.prototype.resume=b.prototype.resumeLogs;function Au(u={}){return new b(u)}import{formatWithOptions as du}from"node:util";import{sep as dD}from"node:path";function eu(u,t){let e=process.cwd()+dD;return u.split(`
50
+ `).splice(t.split(`
51
+ `).length).map((i)=>i.trim().replace("file://","").replace(e,""))}function bD(u,t){return(t.__write||t.write).call(t,u)}var tu=(u)=>u?`[${u}]`:"";class H{formatStack(u,t,e){let r=" ".repeat((e?.errorLevel||0)+1);return r+eu(u,t).join(`
52
+ ${r}`)}formatError(u,t){let e=u.message??du(t,u),r=u.stack?this.formatStack(u.stack,e,t):"",i=t?.errorLevel||0,s=i>0?`${" ".repeat(i)}[cause]: `:"",D=u.cause?`
53
+
54
+ `+this.formatError(u.cause,{...t,errorLevel:i+1}):"";return s+e+`
55
+ `+r+D}formatArgs(u,t){let e=u.map((r)=>{if(r&&typeof r.stack==="string")return this.formatError(r,t);return r});return du(t,...e)}formatDate(u,t){return t.date?u.toLocaleTimeString():""}filterAndJoin(u){return u.filter(Boolean).join(" ")}formatLogObj(u,t){let e=this.formatArgs(u.args,t);if(u.type==="box")return`
56
+ `+[tu(u.tag),u.title&&u.title,...e.split(`
57
+ `)].filter(Boolean).map((r)=>" > "+r).join(`
58
+ `)+`
59
+ `;return this.filterAndJoin([tu(u.type),tu(u.tag),e])}log(u,t){let e=this.formatLogObj(u,{columns:t.options.stdout.columns||0,...t.options.formatOptions});return bD(e+`
60
+ `,u.level<2?t.options.stderr||process.stderr:t.options.stdout||process.stdout)}}import xu from"node:process";import*as K from"node:tty";var{env:N={},argv:pu=[],platform:$D=""}=typeof process>"u"?{}:process,pD="NO_COLOR"in N||pu.includes("--no-color"),gD="FORCE_COLOR"in N||pu.includes("--color"),wD=$D==="win32",gu=N.TERM==="dumb",vD=K&&K.isatty&&K.isatty(1)&&N.TERM&&!gu,yD="CI"in N&&(("GITHUB_ACTIONS"in N)||("GITLAB_CI"in N)||("CIRCLECI"in N)),SD=!pD&&(gD||wD&&!gu||vD||yD);function wu(u,t,e,r,i=t.slice(0,Math.max(0,u))+r,s=t.slice(Math.max(0,u+e.length)),D=s.indexOf(e)){return i+(D<0?s:wu(D,s,e,r))}function MD(u,t,e,r,i){return u<0?e+t+r:e+wu(u,t,r,i)+r}function _D(u,t,e=u,r=u.length+1){return(i)=>i||!(i===""||i===void 0)?MD((""+i).indexOf(t,r),i,u,t,e):""}function h(u,t,e){return _D(`\x1B[${u}m`,`\x1B[${t}m`,e)}var bu={reset:h(0,0),bold:h(1,22,"\x1B[22m\x1B[1m"),dim:h(2,22,"\x1B[22m\x1B[2m"),italic:h(3,23),underline:h(4,24),inverse:h(7,27),hidden:h(8,28),strikethrough:h(9,29),black:h(30,39),red:h(31,39),green:h(32,39),yellow:h(33,39),blue:h(34,39),magenta:h(35,39),cyan:h(36,39),white:h(37,39),gray:h(90,39),bgBlack:h(40,49),bgRed:h(41,49),bgGreen:h(42,49),bgYellow:h(43,49),bgBlue:h(44,49),bgMagenta:h(45,49),bgCyan:h(46,49),bgWhite:h(47,49),blackBright:h(90,39),redBright:h(91,39),greenBright:h(92,39),yellowBright:h(93,39),blueBright:h(94,39),magentaBright:h(95,39),cyanBright:h(96,39),whiteBright:h(97,39),bgBlackBright:h(100,49),bgRedBright:h(101,49),bgGreenBright:h(102,49),bgYellowBright:h(103,49),bgBlueBright:h(104,49),bgMagentaBright:h(105,49),bgCyanBright:h(106,49),bgWhiteBright:h(107,49)};function TD(u=SD){return u?bu:Object.fromEntries(Object.keys(bu).map((t)=>[t,String]))}var B=TD();function vu(u,t="reset"){return B[u]||B[t]}var kD=[String.raw`[\u001B\u009B][[\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\d\/#&.:=?%@~_]+)*|[a-zA-Z\d]+(?:;[-a-zA-Z\d\/#&.:=?%@~_]*)*)?\u0007)`,String.raw`(?:(?:\d{1,4}(?:;\d{0,4})*)?[\dA-PR-TZcf-nq-uy=><~]))`].join("|");function k(u){return u.replace(new RegExp(kD,"g"),"")}var $u={solid:{tl:"┌",tr:"┐",bl:"└",br:"┘",h:"─",v:"│"},double:{tl:"╔",tr:"╗",bl:"╚",br:"╝",h:"═",v:"║"},doubleSingle:{tl:"╓",tr:"╖",bl:"╙",br:"╜",h:"─",v:"║"},doubleSingleRounded:{tl:"╭",tr:"╮",bl:"╰",br:"╯",h:"─",v:"║"},singleThick:{tl:"┏",tr:"┓",bl:"┗",br:"┛",h:"━",v:"┃"},singleDouble:{tl:"╒",tr:"╕",bl:"╘",br:"╛",h:"═",v:"│"},singleDoubleRounded:{tl:"╭",tr:"╮",bl:"╰",br:"╯",h:"═",v:"│"},rounded:{tl:"╭",tr:"╮",bl:"╰",br:"╯",h:"─",v:"│"}},ID={borderColor:"white",borderStyle:"rounded",valign:"center",padding:2,marginLeft:1,marginTop:1,marginBottom:1};function ru(u,t={}){let e={...t,style:{...ID,...t.style}},r=u.split(`
61
+ `),i=[],s=vu(e.style.borderColor),D={...typeof e.style.borderStyle==="string"?$u[e.style.borderStyle]||$u.solid:e.style.borderStyle};if(s)for(let l in D)D[l]=s(D[l]);let n=e.style.padding%2===0?e.style.padding:e.style.padding+1,F=r.length+n,C=Math.max(...r.map((l)=>k(l).length),e.title?k(e.title).length:0)+n,c=C+n,E=e.style.marginLeft>0?" ".repeat(e.style.marginLeft):"";if(e.style.marginTop>0)i.push("".repeat(e.style.marginTop));if(e.title){let l=s?s(e.title):e.title,A=D.h.repeat(Math.floor((C-k(e.title).length)/2)),p=D.h.repeat(C-k(e.title).length-k(A).length+n);i.push(`${E}${D.tl}${A}${l}${p}${D.tr}`)}else i.push(`${E}${D.tl}${D.h.repeat(c)}${D.tr}`);let o=e.style.valign==="center"?Math.floor((F-r.length)/2):e.style.valign==="top"?F-r.length-n:F-r.length;for(let l=0;l<F;l++)if(l<o||l>=o+r.length)i.push(`${E}${D.v}${" ".repeat(c)}${D.v}`);else{let A=r[l-o],p=" ".repeat(n),T=" ".repeat(C-k(A).length);i.push(`${E}${D.v}${p}${A}${T}${D.v}`)}if(i.push(`${E}${D.bl}${D.h.repeat(c)}${D.br}`),e.style.marginBottom>0)i.push("".repeat(e.style.marginBottom));return i.join(`
62
+ `)}var P=Object.create(null),z=(u)=>globalThis.process?.env||import.meta.env||globalThis.Deno?.env.toObject()||globalThis.__env__||(u?P:globalThis),V=new Proxy(P,{get(u,t){return z()[t]??P[t]},has(u,t){let e=z();return t in e||t in P},set(u,t,e){let r=z(!0);return r[t]=e,!0},deleteProperty(u,t){if(!t)return!1;let e=z(!0);return delete e[t],!0},ownKeys(){let u=z(!0);return Object.keys(u)}}),pt=typeof process<"u"&&process.env&&"development"||"",gt=[["APPVEYOR"],["AWS_AMPLIFY","AWS_APP_ID",{ci:!0}],["AZURE_PIPELINES","SYSTEM_TEAMFOUNDATIONCOLLECTIONURI"],["AZURE_STATIC","INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN"],["APPCIRCLE","AC_APPCIRCLE"],["BAMBOO","bamboo_planKey"],["BITBUCKET","BITBUCKET_COMMIT"],["BITRISE","BITRISE_IO"],["BUDDY","BUDDY_WORKSPACE_ID"],["BUILDKITE"],["CIRCLE","CIRCLECI"],["CIRRUS","CIRRUS_CI"],["CLOUDFLARE_PAGES","CF_PAGES",{ci:!0}],["CODEBUILD","CODEBUILD_BUILD_ARN"],["CODEFRESH","CF_BUILD_ID"],["DRONE"],["DRONE","DRONE_BUILD_EVENT"],["DSARI"],["GITHUB_ACTIONS"],["GITLAB","GITLAB_CI"],["GITLAB","CI_MERGE_REQUEST_ID"],["GOCD","GO_PIPELINE_LABEL"],["LAYERCI"],["HUDSON","HUDSON_URL"],["JENKINS","JENKINS_URL"],["MAGNUM"],["NETLIFY"],["NETLIFY","NETLIFY_LOCAL",{ci:!1}],["NEVERCODE"],["RENDER"],["SAIL","SAILCI"],["SEMAPHORE"],["SCREWDRIVER"],["SHIPPABLE"],["SOLANO","TDDIUM"],["STRIDER"],["TEAMCITY","TEAMCITY_VERSION"],["TRAVIS"],["VERCEL","NOW_BUILDER"],["VERCEL","VERCEL",{ci:!1}],["VERCEL","VERCEL_ENV",{ci:!1}],["APPCENTER","APPCENTER_BUILD_ID"],["CODESANDBOX","CODESANDBOX_SSE",{ci:!1}],["CODESANDBOX","CODESANDBOX_HOST",{ci:!1}],["STACKBLITZ"],["STORMKIT"],["CLEAVR"],["ZEABUR"],["CODESPHERE","CODESPHERE_APP_ID",{ci:!0}],["RAILWAY","RAILWAY_PROJECT_ID"],["RAILWAY","RAILWAY_SERVICE_ID"],["DENO-DEPLOY","DENO_DEPLOYMENT_ID"],["FIREBASE_APP_HOSTING","FIREBASE_APP_HOSTING",{ci:!0}]];function wt(){if(globalThis.process?.env)for(let u of gt){let t=u[1]||u[0];if(globalThis.process?.env[t])return{name:u[0].toLowerCase(),...u[2]}}return globalThis.process?.env?.SHELL==="/bin/jsh"&&globalThis.process?.versions?.webcontainer?{name:"stackblitz",ci:!1}:{name:"",ci:!1}}var eD=wt();eD.name;function W(u){return u?u!=="false":!1}var vt=globalThis.process?.platform||"",Eu=W(V.CI)||eD.ci!==!1,rD=W(globalThis.process?.stdout&&globalThis.process?.stdout.isTTY),yt=W(V.DEBUG),hu=pt==="test"||W(V.TEST);W(V.MINIMAL);var St=/^win/i.test(vt);!W(V.NO_COLOR)&&(W(V.FORCE_COLOR)||(rD||St)&&V.TERM);var Mt=(globalThis.process?.versions?.node||"").replace(/^v/,"")||null;Number(Mt?.split(".")[0]);var _t=globalThis.process||Object.create(null),uD={versions:{}};new Proxy(_t,{get(u,t){if(t==="env")return V;if(t in u)return u[t];if(t in uD)return uD[t]}});var Tt=globalThis.process?.release?.name==="node",kt=!!globalThis.Bun||!!globalThis.process?.versions?.bun,It=!!globalThis.Deno,Nt=!!globalThis.fastly,Vt=!!globalThis.Netlify,Wt=!!globalThis.EdgeRuntime,qt=globalThis.navigator?.userAgent==="Cloudflare-Workers",Rt=[[Vt,"netlify"],[Wt,"edge-light"],[qt,"workerd"],[Nt,"fastly"],[It,"deno"],[kt,"bun"],[Tt,"node"]];function Ut(){let u=Rt.find((t)=>t[0]);if(u)return{name:u[1]}}var Gt=Ut();Gt?.name;function zt({onlyFirst:u=!1}={}){let 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")}var Ht=zt();function Kt(u){if(typeof u!=="string")throw TypeError(`Expected a \`string\`, got \`${typeof u}\``);return u.replace(Ht,"")}function Jt(u){return u===161||u===164||u===167||u===168||u===170||u===173||u===174||u>=176&&u<=180||u>=182&&u<=186||u>=188&&u<=191||u===198||u===208||u===215||u===216||u>=222&&u<=225||u===230||u>=232&&u<=234||u===236||u===237||u===240||u===242||u===243||u>=247&&u<=250||u===252||u===254||u===257||u===273||u===275||u===283||u===294||u===295||u===299||u>=305&&u<=307||u===312||u>=319&&u<=322||u===324||u>=328&&u<=331||u===333||u===338||u===339||u===358||u===359||u===363||u===462||u===464||u===466||u===468||u===470||u===472||u===474||u===476||u===593||u===609||u===708||u===711||u>=713&&u<=715||u===717||u===720||u>=728&&u<=731||u===733||u===735||u>=768&&u<=879||u>=913&&u<=929||u>=931&&u<=937||u>=945&&u<=961||u>=963&&u<=969||u===1025||u>=1040&&u<=1103||u===1105||u===8208||u>=8211&&u<=8214||u===8216||u===8217||u===8220||u===8221||u>=8224&&u<=8226||u>=8228&&u<=8231||u===8240||u===8242||u===8243||u===8245||u===8251||u===8254||u===8308||u===8319||u>=8321&&u<=8324||u===8364||u===8451||u===8453||u===8457||u===8467||u===8470||u===8481||u===8482||u===8486||u===8491||u===8531||u===8532||u>=8539&&u<=8542||u>=8544&&u<=8555||u>=8560&&u<=8569||u===8585||u>=8592&&u<=8601||u===8632||u===8633||u===8658||u===8660||u===8679||u===8704||u===8706||u===8707||u===8711||u===8712||u===8715||u===8719||u===8721||u===8725||u===8730||u>=8733&&u<=8736||u===8739||u===8741||u>=8743&&u<=8748||u===8750||u>=8756&&u<=8759||u===8764||u===8765||u===8776||u===8780||u===8786||u===8800||u===8801||u>=8804&&u<=8807||u===8810||u===8811||u===8814||u===8815||u===8834||u===8835||u===8838||u===8839||u===8853||u===8857||u===8869||u===8895||u===8978||u>=9312&&u<=9449||u>=9451&&u<=9547||u>=9552&&u<=9587||u>=9600&&u<=9615||u>=9618&&u<=9621||u===9632||u===9633||u>=9635&&u<=9641||u===9650||u===9651||u===9654||u===9655||u===9660||u===9661||u===9664||u===9665||u>=9670&&u<=9672||u===9675||u>=9678&&u<=9681||u>=9698&&u<=9701||u===9711||u===9733||u===9734||u===9737||u===9742||u===9743||u===9756||u===9758||u===9792||u===9794||u===9824||u===9825||u>=9827&&u<=9829||u>=9831&&u<=9834||u===9836||u===9837||u===9839||u===9886||u===9887||u===9919||u>=9926&&u<=9933||u>=9935&&u<=9939||u>=9941&&u<=9953||u===9955||u===9960||u===9961||u>=9963&&u<=9969||u===9972||u>=9974&&u<=9977||u===9979||u===9980||u===9982||u===9983||u===10045||u>=10102&&u<=10111||u>=11094&&u<=11097||u>=12872&&u<=12879||u>=57344&&u<=63743||u>=65024&&u<=65039||u===65533||u>=127232&&u<=127242||u>=127248&&u<=127277||u>=127280&&u<=127337||u>=127344&&u<=127373||u===127375||u===127376||u>=127387&&u<=127404||u>=917760&&u<=917999||u>=983040&&u<=1048573||u>=1048576&&u<=1114109}function Yt(u){return u===12288||u>=65281&&u<=65376||u>=65504&&u<=65510}function Zt(u){return u>=4352&&u<=4447||u===8986||u===8987||u===9001||u===9002||u>=9193&&u<=9196||u===9200||u===9203||u===9725||u===9726||u===9748||u===9749||u>=9776&&u<=9783||u>=9800&&u<=9811||u===9855||u>=9866&&u<=9871||u===9875||u===9889||u===9898||u===9899||u===9917||u===9918||u===9924||u===9925||u===9934||u===9940||u===9962||u===9970||u===9971||u===9973||u===9978||u===9981||u===9989||u===9994||u===9995||u===10024||u===10060||u===10062||u>=10067&&u<=10069||u===10071||u>=10133&&u<=10135||u===10160||u===10175||u===11035||u===11036||u===11088||u===11093||u>=11904&&u<=11929||u>=11931&&u<=12019||u>=12032&&u<=12245||u>=12272&&u<=12287||u>=12289&&u<=12350||u>=12353&&u<=12438||u>=12441&&u<=12543||u>=12549&&u<=12591||u>=12593&&u<=12686||u>=12688&&u<=12773||u>=12783&&u<=12830||u>=12832&&u<=12871||u>=12880&&u<=42124||u>=42128&&u<=42182||u>=43360&&u<=43388||u>=44032&&u<=55203||u>=63744&&u<=64255||u>=65040&&u<=65049||u>=65072&&u<=65106||u>=65108&&u<=65126||u>=65128&&u<=65131||u>=94176&&u<=94180||u===94192||u===94193||u>=94208&&u<=100343||u>=100352&&u<=101589||u>=101631&&u<=101640||u>=110576&&u<=110579||u>=110581&&u<=110587||u===110589||u===110590||u>=110592&&u<=110882||u===110898||u>=110928&&u<=110930||u===110933||u>=110948&&u<=110951||u>=110960&&u<=111355||u>=119552&&u<=119638||u>=119648&&u<=119670||u===126980||u===127183||u===127374||u>=127377&&u<=127386||u>=127488&&u<=127490||u>=127504&&u<=127547||u>=127552&&u<=127560||u===127568||u===127569||u>=127584&&u<=127589||u>=127744&&u<=127776||u>=127789&&u<=127797||u>=127799&&u<=127868||u>=127870&&u<=127891||u>=127904&&u<=127946||u>=127951&&u<=127955||u>=127968&&u<=127984||u===127988||u>=127992&&u<=128062||u===128064||u>=128066&&u<=128252||u>=128255&&u<=128317||u>=128331&&u<=128334||u>=128336&&u<=128359||u===128378||u===128405||u===128406||u===128420||u>=128507&&u<=128591||u>=128640&&u<=128709||u===128716||u>=128720&&u<=128722||u>=128725&&u<=128727||u>=128732&&u<=128735||u===128747||u===128748||u>=128756&&u<=128764||u>=128992&&u<=129003||u===129008||u>=129292&&u<=129338||u>=129340&&u<=129349||u>=129351&&u<=129535||u>=129648&&u<=129660||u>=129664&&u<=129673||u>=129679&&u<=129734||u>=129742&&u<=129756||u>=129759&&u<=129769||u>=129776&&u<=129784||u>=131072&&u<=196605||u>=196608&&u<=262141}function Qt(u){if(!Number.isSafeInteger(u))throw TypeError(`Expected a code point, got \`${typeof u}\`.`)}function Xt(u,{ambiguousAsWide:t=!1}={}){if(Qt(u),Yt(u)||Zt(u)||t&&Jt(u))return 2;return 1}var Lt=()=>{return/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE89\uDE8F-\uDEC2\uDEC6\uDECE-\uDEDC\uDEDF-\uDEE9]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g},Pt=globalThis.Intl?.Segmenter?new Intl.Segmenter:{segment:(u)=>u.split("")},Ot=/^\p{Default_Ignorable_Code_Point}$/u;function jt(u,t={}){if(typeof u!=="string"||u.length===0)return 0;let{ambiguousIsNarrow:e=!0,countAnsiEscapeCodes:r=!1}=t;if(!r)u=Kt(u);if(u.length===0)return 0;let i=0,s={ambiguousAsWide:!e};for(let{segment:D}of Pt.segment(u)){let n=D.codePointAt(0);if(n<=31||n>=127&&n<=159)continue;if(n>=8203&&n<=8207||n===65279)continue;if(n>=768&&n<=879||n>=6832&&n<=6911||n>=7616&&n<=7679||n>=8400&&n<=8447||n>=65056&&n<=65071)continue;if(n>=55296&&n<=57343)continue;if(n>=65024&&n<=65039)continue;if(Ot.test(D))continue;if(Lt().test(D)){i+=2;continue}i+=Xt(n,s)}return i}function xt(){let{env:u}=xu,{TERM:t,TERM_PROGRAM:e}=u;if(xu.platform!=="win32")return t!=="linux";return Boolean(u.WT_SESSION)||Boolean(u.TERMINUS_SUBLIME)||u.ConEmuTask==="{cmd::Cmder}"||e==="Terminus-Sublime"||e==="vscode"||t==="xterm-256color"||t==="alacritty"||t==="rxvt-unicode"||t==="rxvt-unicode-256color"||u.TERMINAL_EMULATOR==="JetBrains-JediTerm"}var ue={info:"cyan",fail:"red",success:"green",ready:"green",start:"magenta"},De={0:"red",1:"yellow"},te=xt(),_=(u,t)=>te?u:t,DD={error:_("✖","×"),fatal:_("✖","×"),ready:_("✔","√"),warn:_("⚠","‼"),info:_("ℹ","i"),success:_("✔","√"),debug:_("⚙","D"),trace:_("→","→"),fail:_("✖","×"),start:_("◐","o"),log:""};function tD(u){if(typeof Intl!=="object"||!Intl.Segmenter)return k(u).length;return jt(u)}class iD extends H{formatStack(u,t,e){let r=" ".repeat((e?.errorLevel||0)+1);return`
63
+ ${r}`+eu(u,t).map((i)=>" "+i.replace(/^at +/,(s)=>B.gray(s)).replace(/\((.+)\)/,(s,D)=>`(${B.cyan(D)})`)).join(`
64
+ ${r}`)}formatType(u,t,e){let r=ue[u.type]||De[u.level]||"gray";if(t)return re(r)(B.black(` ${u.type.toUpperCase()} `));let i=typeof DD[u.type]==="string"?DD[u.type]:u.icon||u.type;return i?ee(r)(i):""}formatLogObj(u,t){let[e,...r]=this.formatArgs(u.args,t).split(`
65
+ `);if(u.type==="box")return ru(L(e+(r.length>0?`
66
+ `+r.join(`
67
+ `):"")),{title:u.title?L(u.title):void 0,style:u.style});let i=this.formatDate(u.date,t),s=i&&B.gray(i),D=u.badge??u.level<2,n=this.formatType(u,D,t),F=u.tag?B.gray(u.tag):"",C,c=this.filterAndJoin([n,L(e)]),E=this.filterAndJoin(t.columns?[F,s]:[F]),o=(t.columns||0)-tD(c)-tD(E)-2;if(C=o>0&&(t.columns||0)>=80?c+" ".repeat(o)+E:(E?`${B.gray(`[${E}]`)} `:"")+c,C+=L(r.length>0?`
68
+ `+r.join(`
69
+ `):""),u.type==="trace"){let l=Error("Trace: "+u.message);C+=this.formatStack(l.stack||"",l.message)}return D?`
70
+ `+C+`
71
+ `:C}}function L(u){return u.replace(/`([^`]+)`/gm,(t,e)=>B.cyan(e)).replace(/\s+_([^_]+)_\s+/gm,(t,e)=>` ${B.underline(e)} `)}function ee(u="white"){return B[u]||B.white}function re(u="bgWhite"){return B[`bg${u[0].toUpperCase()}${u.slice(1)}`]||B.bgWhite}function ie(u={}){let t=ne();if(process.env.CONSOLA_LEVEL)t=Number.parseInt(process.env.CONSOLA_LEVEL)??t;return Au({level:t,defaults:{level:t},stdout:process.stdout,stderr:process.stderr,prompt:(...r)=>Promise.resolve().then(() => (ju(),Ou)).then((i)=>i.prompt(...r)),reporters:u.reporters||[u.fancy??!(Eu||hu)?new iD:new H],...u})}function ne(){if(yt)return $.debug;if(hu)return $.warn;return $.info}var d=ie();function se(u){if(Array.isArray(u))return u;return u===void 0?[]:[u]}function ou(u,t=""){let e=[];for(let r of u)for(let[i,s]of r.entries())e[i]=Math.max(e[i]||0,s.length);return u.map((r)=>r.map((i,s)=>t+i[s===0?"padStart":"padEnd"](e[s])).join(" ")).join(`
72
+ `)}function M(u){return typeof u==="function"?u():u}class q extends Error{constructor(u,t){super(u);this.code=t,this.name="CLIError"}}var Fe=/\d/,ae=["-","_","/","."];function Ce(u=""){if(Fe.test(u))return;return u!==u.toLowerCase()}function nD(u,t){let e=t??ae,r=[];if(!u||typeof u!=="string")return r;let i="",s,D;for(let n of u){let F=e.includes(n);if(F===!0){r.push(i),i="",s=void 0;continue}let C=Ce(n);if(D===!1){if(s===!1&&C===!0){r.push(i),i=n,s=C;continue}if(s===!0&&C===!1&&i.length>1){let c=i.at(-1);r.push(i.slice(0,Math.max(0,i.length-1))),i=c+n,s=C;continue}}i+=n,s=C,D=F}return r.push(i),r}function le(u){return u?u[0].toUpperCase()+u.slice(1):""}function ce(u){return u?u[0].toLowerCase()+u.slice(1):""}function Ee(u,t){return u?(Array.isArray(u)?u:nD(u)).map((e)=>le(t?.normalize?e.toLowerCase():e)).join(""):""}function he(u,t){return ce(Ee(u||"",t))}function oe(u,t){return u?(Array.isArray(u)?u:nD(u)).map((e)=>e.toLowerCase()).join(t??"-"):""}function Bu(u){return u==null?[]:Array.isArray(u)?u:[u]}function Be(u,t,e,r){let i,s=u[t],D=~r.string.indexOf(t)?e==null||e===!0?"":String(e):typeof e==="boolean"?e:~r.boolean.indexOf(t)?e==="false"?!1:e==="true"||(u._.push((i=+e,i*0===0)?i:e),!!e):(i=+e,i*0===0)?i:e;u[t]=s==null?D:Array.isArray(s)?s.concat(D):[s,D]}function fe(u=[],t={}){let e,r,i,s,D,n={_:[]},F=0,C=0,c=0,E=u.length,o=t.alias!==void 0,l=t.unknown!==void 0,A=t.default!==void 0;if(t.alias=t.alias||{},t.string=Bu(t.string),t.boolean=Bu(t.boolean),o)for(e in t.alias){r=t.alias[e]=Bu(t.alias[e]);for(F=0;F<r.length;F++)(t.alias[r[F]]=r.concat(e)).splice(F,1)}for(F=t.boolean.length;F-- >0;){r=t.alias[t.boolean[F]]||[];for(C=r.length;C-- >0;)t.boolean.push(r[C])}for(F=t.string.length;F-- >0;){r=t.alias[t.string[F]]||[];for(C=r.length;C-- >0;)t.string.push(r[C])}if(A){for(e in t.default)if(s=typeof t.default[e],r=t.alias[e]=t.alias[e]||[],t[s]!==void 0){t[s].push(e);for(F=0;F<r.length;F++)t[s].push(r[F])}}let p=l?Object.keys(t.alias):[];for(F=0;F<E;F++){if(i=u[F],i==="--"){n._=n._.concat(u.slice(++F));break}for(C=0;C<i.length;C++)if(i.charCodeAt(C)!==45)break;if(C===0)n._.push(i);else if(i.substring(C,C+3)==="no-"){if(s=i.slice(Math.max(0,C+3)),l&&!~p.indexOf(s))return t.unknown(i);n[s]=!1}else{for(c=C+1;c<i.length;c++)if(i.charCodeAt(c)===61)break;s=i.substring(C,c),D=i.slice(Math.max(0,++c))||F+1===E||(""+u[F+1]).charCodeAt(0)===45||u[++F],r=C===2?[s]:s;for(c=0;c<r.length;c++){if(s=r[c],l&&!~p.indexOf(s))return t.unknown("-".repeat(C)+s);Be(n,s,c+1<r.length||D,t)}}}if(A){for(e in t.default)if(n[e]===void 0)n[e]=t.default[e]}if(o)for(e in n){r=t.alias[e]||[];while(r.length>0)n[r.shift()]=n[e]}return n}function me(u,t){let e={boolean:[],string:[],mixed:[],alias:{},default:{}},r=sD(t);for(let n of r){if(n.type==="positional")continue;if(n.type==="string")e.string.push(n.name);else if(n.type==="boolean")e.boolean.push(n.name);if(n.default!==void 0)e.default[n.name]=n.default;if(n.alias)e.alias[n.name]=n.alias}let i=fe(u,e),[...s]=i._,D=new Proxy(i,{get(n,F){return n[F]??n[he(F)]??n[oe(F)]}});for(let[,n]of r.entries())if(n.type==="positional"){let F=s.shift();if(F!==void 0)D[n.name]=F;else if(n.default===void 0&&n.required!==!1)throw new q(`Missing required positional argument: ${n.name.toUpperCase()}`,"EARG");else D[n.name]=n.default}else if(n.required&&D[n.name]===void 0)throw new q(`Missing required argument: --${n.name}`,"EARG");return D}function sD(u){let t=[];for(let[e,r]of Object.entries(u||{}))t.push({...r,name:e,alias:se(r.alias)});return t}function FD(u){return u}async function aD(u,t){let e=await M(u.args||{}),r=me(t.rawArgs,e),i={rawArgs:t.rawArgs,args:r,data:t.data,cmd:u};if(typeof u.setup==="function")await u.setup(i);let s;try{let D=await M(u.subCommands);if(D&&Object.keys(D).length>0){let n=t.rawArgs.findIndex((C)=>!C.startsWith("-")),F=t.rawArgs[n];if(F){if(!D[F])throw new q(`Unknown command \`${F}\``,"E_UNKNOWN_COMMAND");let C=await M(D[F]);if(C)await aD(C,{rawArgs:t.rawArgs.slice(n+1)})}else if(!u.run)throw new q("No command specified.","E_NO_COMMAND")}if(typeof u.run==="function")s=await u.run(i)}finally{if(typeof u.cleanup==="function")await u.cleanup(i)}return{result:s}}async function fu(u,t,e){let r=await M(u.subCommands);if(r&&Object.keys(r).length>0){let i=t.findIndex((n)=>!n.startsWith("-")),s=t[i],D=await M(r[s]);if(D)return fu(D,t.slice(i+1),u)}return[u,e]}async function Ae(u,t){try{d.log(await de(u,t)+`
73
+ `)}catch(e){d.error(e)}}async function de(u,t){let e=await M(u.meta||{}),r=sD(await M(u.args||{})),i=await M(t?.meta||{}),s=`${i.name?`${i.name} `:""}`+(e.name||process.argv[1]),D=[],n=[],F=[],C=[];for(let l of r)if(l.type==="positional"){let A=l.name.toUpperCase(),p=l.required!==!1&&l.default===void 0,T=l.default?`="${l.default}"`:"";n.push(["`"+A+T+"`",l.description||"",l.valueHint?`<${l.valueHint}>`:""]),C.push(p?`<${A}>`:`[${A}]`)}else{let A=l.required===!0&&l.default===void 0,p=(l.type==="boolean"&&l.default===!0?[...(l.alias||[]).map((T)=>`--no-${T}`),`--no-${l.name}`].join(", "):[...(l.alias||[]).map((T)=>`-${T}`),`--${l.name}`].join(", "))+(l.type==="string"&&(l.valueHint||l.default)?`=${l.valueHint?`<${l.valueHint}>`:`"${l.default||""}"`}`:"");if(D.push(["`"+p+(A?" (required)":"")+"`",l.description||""]),A)C.push(p)}if(u.subCommands){let l=[],A=await M(u.subCommands);for(let[p,T]of Object.entries(A)){let lD=await M(T),cD=await M(lD?.meta);F.push([`\`${p}\``,cD?.description||""]),l.push(p)}C.push(l.join("|"))}let c=[],E=e.version||i.version;c.push(B.gray(`${e.description} (${s+(E?` v${E}`:"")})`),"");let o=D.length>0||n.length>0;if(c.push(`${B.underline(B.bold("USAGE"))} \`${s}${o?" [OPTIONS]":""} ${C.join(" ")}\``,""),n.length>0)c.push(B.underline(B.bold("ARGUMENTS")),""),c.push(ou(n," ")),c.push("");if(D.length>0)c.push(B.underline(B.bold("OPTIONS")),""),c.push(ou(D," ")),c.push("");if(F.length>0)c.push(B.underline(B.bold("COMMANDS")),""),c.push(ou(F," ")),c.push("",`Use \`${s} <command> --help\` for more information about a command.`);return c.filter((l)=>typeof l==="string").join(`
74
+ `)}async function CD(u,t={}){let e=t.rawArgs||process.argv.slice(2),r=t.showUsage||Ae;try{if(e.includes("--help")||e.includes("-h"))await r(...await fu(u,e)),process.exit(0);else if(e.length===1&&e[0]==="--version"){let i=typeof u.meta==="function"?await u.meta():await u.meta;if(!i?.version)throw new q("No version specified","E_NO_VERSION");d.log(i.version)}else await aD(u,{rawArgs:e})}catch(i){let s=i instanceof q;if(!s)d.error(i,`
75
+ `);if(s)await r(...await fu(u,e));d.error(i.message),process.exit(1)}}var $e=be(import.meta.url),pe=I.dirname($e),ge="0.2.0",we="create-tritio",ve=FD({meta:{name:we,version:ge,description:"Scaffold a new Tritio application"},args:{dir:{type:"positional",description:"Project directory",required:!1},template:{type:"string",alias:"t",description:"Template to use (basic, api, auth)"},force:{type:"boolean",alias:"f",description:"Overwrite existing directory"}},async run({args:u}){d.box("\uD83D\uDE80 Welcome to Tritio");let t=u.dir;if(!t)t=await d.prompt("Where should we create your project?",{type:"text",placeholder:"./my-tritio-app",initial:"my-tritio-app"});let e=I.join(process.cwd(),t);if(g.existsSync(e)){if(g.readdirSync(e).length>0&&!u.force){if(!await d.prompt(`Directory "${t}" is not empty. Overwrite?`,{type:"confirm"}))d.info("Aborting operation."),process.exit(0);d.info(`Emptying ${t}...`),g.rmSync(e,{recursive:!0,force:!0}),g.mkdirSync(e,{recursive:!0})}}else g.mkdirSync(e,{recursive:!0});let r=u.template;if(!r)r=await d.prompt("Select a template:",{type:"select",options:[{label:"Basic (Recommended)",value:"basic"}]});let i=I.resolve(pe,"../templates",r);if(!g.existsSync(i))d.error(`Template "${r}" not found!`),process.exit(1);d.start(`Scaffolding project in ${e}...`);let s=(D,n)=>{if(g.statSync(D).isDirectory()){g.mkdirSync(n,{recursive:!0});for(let C of g.readdirSync(D))s(I.join(D,C),I.join(n,C))}else g.copyFileSync(D,n)};try{s(i,e);let D=I.join(e,"_gitignore");if(g.existsSync(D))g.renameSync(D,I.join(e,".gitignore"));let n=I.join(e,"package.json"),F=JSON.parse(g.readFileSync(n,"utf-8"));F.name=I.basename(e),g.writeFileSync(n,JSON.stringify(F,null,2)),d.success("Project created successfully!"),d.box(`
76
+ Next steps:
77
+
78
+ cd ${t}
79
+ bun install
80
+ bun dev
81
+ `)}catch(D){d.error("Failed to scaffold project:",D),process.exit(1)}}});CD(ve);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tritio",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Scaffolding tool for Tritio applications",
5
5
  "type": "module",
6
6
  "bin": {
@@ -8,9 +8,10 @@
8
8
  "build": "bun build src/index.ts --outdir dist --target bun"
9
9
  },
10
10
  "dependencies": {
11
- "tritio": "latest"
11
+ "tritio": "latest",
12
+ "@tritio/client": "latest"
12
13
  },
13
14
  "devDependencies": {
14
15
  "@types/bun": "latest"
15
16
  }
16
- }
17
+ }