UNPKG

@umijs/deps

Version:

[![Install size](https://badgen.net/packagephobia/install/@umijs/deps)](https://packagephobia.now.sh/result?p=@umijs/deps)

1 lines 105 kB
module.exports=(()=>{var __webpack_modules__={512:u=>{"use strict";const D=u.exports;u.exports.default=D;const e="[";const t="]";const n="";const r=";";const s=process.env.TERM_PROGRAM==="Apple_Terminal";D.cursorTo=((u,D)=>{if(typeof u!=="number"){throw new TypeError("The `x` argument is required")}if(typeof D!=="number"){return e+(u+1)+"G"}return e+(D+1)+";"+(u+1)+"H"});D.cursorMove=((u,D)=>{if(typeof u!=="number"){throw new TypeError("The `x` argument is required")}let t="";if(u<0){t+=e+-u+"D"}else if(u>0){t+=e+u+"C"}if(D<0){t+=e+-D+"A"}else if(D>0){t+=e+D+"B"}return t});D.cursorUp=((u=1)=>e+u+"A");D.cursorDown=((u=1)=>e+u+"B");D.cursorForward=((u=1)=>e+u+"C");D.cursorBackward=((u=1)=>e+u+"D");D.cursorLeft=e+"G";D.cursorSavePosition=s?"7":e+"s";D.cursorRestorePosition=s?"8":e+"u";D.cursorGetPosition=e+"6n";D.cursorNextLine=e+"E";D.cursorPrevLine=e+"F";D.cursorHide=e+"?25l";D.cursorShow=e+"?25h";D.eraseLines=(u=>{let e="";for(let t=0;t<u;t++){e+=D.eraseLine+(t<u-1?D.cursorUp():"")}if(u){e+=D.cursorLeft}return e});D.eraseEndLine=e+"K";D.eraseStartLine=e+"1K";D.eraseLine=e+"2K";D.eraseDown=e+"J";D.eraseUp=e+"1J";D.eraseScreen=e+"2J";D.scrollUp=e+"S";D.scrollDown=e+"T";D.clearScreen="c";D.clearTerminal=process.platform==="win32"?`${D.eraseScreen}${e}0f`:`${D.eraseScreen}${e}3J${e}H`;D.beep=n;D.link=((u,D)=>{return[t,"8",r,r,D,n,u,t,"8",r,r,n].join("")});D.image=((u,D={})=>{let e=`${t}1337;File=inline=1`;if(D.width){e+=`;width=${D.width}`}if(D.height){e+=`;height=${D.height}`}if(D.preserveAspectRatio===false){e+=";preserveAspectRatio=0"}return e+":"+u.toString("base64")+n});D.iTerm={setCwd:(u=process.cwd())=>`${t}50;CurrentDir=${u}${n}`,annotation:(u,D={})=>{let e=`${t}1337;`;const r=typeof D.x!=="undefined";const s=typeof D.y!=="undefined";if((r||s)&&!(r&&s&&typeof D.length!=="undefined")){throw new Error("`x`, `y` and `length` must be defined when `x` or `y` is defined")}u=u.replace(/\|/g,"");e+=D.isHidden?"AddHiddenAnnotation=":"AddAnnotation=";if(D.length>0){e+=(r?[u,D.length,D.x,D.y]:[D.length,u]).join("|")}else{e+=u}return e+n}}},68:(u,D,e)=>{"use strict";u=e.nmd(u);const t=(u,D)=>(...e)=>{const t=u(...e);return`[${t+D}m`};const n=(u,D)=>(...e)=>{const t=u(...e);return`[${38+D};5;${t}m`};const r=(u,D)=>(...e)=>{const t=u(...e);return`[${38+D};2;${t[0]};${t[1]};${t[2]}m`};const s=u=>u;const o=(u,D,e)=>[u,D,e];const i=(u,D,e)=>{Object.defineProperty(u,D,{get:()=>{const t=e();Object.defineProperty(u,D,{value:t,enumerable:true,configurable:true});return t},enumerable:true,configurable:true})};let a;const c=(u,D,t,n)=>{if(a===undefined){a=e(53)}const r=n?10:0;const s={};for(const[e,n]of Object.entries(a)){const o=e==="ansi16"?"ansi":e;if(e===D){s[o]=u(t,r)}else if(typeof n==="object"){s[o]=u(n[D],r)}}return s};function assembleStyles(){const u=new Map;const D={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],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]}};D.color.gray=D.color.blackBright;D.bgColor.bgGray=D.bgColor.bgBlackBright;D.color.grey=D.color.blackBright;D.bgColor.bgGrey=D.bgColor.bgBlackBright;for(const[e,t]of Object.entries(D)){for(const[e,n]of Object.entries(t)){D[e]={open:`[${n[0]}m`,close:`[${n[1]}m`};t[e]=D[e];u.set(n[0],n[1])}Object.defineProperty(D,e,{value:t,enumerable:false})}Object.defineProperty(D,"codes",{value:u,enumerable:false});D.color.close="";D.bgColor.close="";i(D.color,"ansi",()=>c(t,"ansi16",s,false));i(D.color,"ansi256",()=>c(n,"ansi256",s,false));i(D.color,"ansi16m",()=>c(r,"rgb",o,false));i(D.bgColor,"ansi",()=>c(t,"ansi16",s,true));i(D.bgColor,"ansi256",()=>c(n,"ansi256",s,true));i(D.bgColor,"ansi16m",()=>c(r,"rgb",o,true));return D}Object.defineProperty(u,"exports",{enumerable:true,get:assembleStyles})},294:(u,D,e)=>{const t=e(510);const n={};for(const u of Object.keys(t)){n[t[u]]=u}const r={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};u.exports=r;for(const u of Object.keys(r)){if(!("channels"in r[u])){throw new Error("missing channels property: "+u)}if(!("labels"in r[u])){throw new Error("missing channel labels property: "+u)}if(r[u].labels.length!==r[u].channels){throw new Error("channel and label counts mismatch: "+u)}const{channels:D,labels:e}=r[u];delete r[u].channels;delete r[u].labels;Object.defineProperty(r[u],"channels",{value:D});Object.defineProperty(r[u],"labels",{value:e})}r.rgb.hsl=function(u){const D=u[0]/255;const e=u[1]/255;const t=u[2]/255;const n=Math.min(D,e,t);const r=Math.max(D,e,t);const s=r-n;let o;let i;if(r===n){o=0}else if(D===r){o=(e-t)/s}else if(e===r){o=2+(t-D)/s}else if(t===r){o=4+(D-e)/s}o=Math.min(o*60,360);if(o<0){o+=360}const a=(n+r)/2;if(r===n){i=0}else if(a<=.5){i=s/(r+n)}else{i=s/(2-r-n)}return[o,i*100,a*100]};r.rgb.hsv=function(u){let D;let e;let t;let n;let r;const s=u[0]/255;const o=u[1]/255;const i=u[2]/255;const a=Math.max(s,o,i);const c=a-Math.min(s,o,i);const l=function(u){return(a-u)/6/c+1/2};if(c===0){n=0;r=0}else{r=c/a;D=l(s);e=l(o);t=l(i);if(s===a){n=t-e}else if(o===a){n=1/3+D-t}else if(i===a){n=2/3+e-D}if(n<0){n+=1}else if(n>1){n-=1}}return[n*360,r*100,a*100]};r.rgb.hwb=function(u){const D=u[0];const e=u[1];let t=u[2];const n=r.rgb.hsl(u)[0];const s=1/255*Math.min(D,Math.min(e,t));t=1-1/255*Math.max(D,Math.max(e,t));return[n,s*100,t*100]};r.rgb.cmyk=function(u){const D=u[0]/255;const e=u[1]/255;const t=u[2]/255;const n=Math.min(1-D,1-e,1-t);const r=(1-D-n)/(1-n)||0;const s=(1-e-n)/(1-n)||0;const o=(1-t-n)/(1-n)||0;return[r*100,s*100,o*100,n*100]};function comparativeDistance(u,D){return(u[0]-D[0])**2+(u[1]-D[1])**2+(u[2]-D[2])**2}r.rgb.keyword=function(u){const D=n[u];if(D){return D}let e=Infinity;let r;for(const D of Object.keys(t)){const n=t[D];const s=comparativeDistance(u,n);if(s<e){e=s;r=D}}return r};r.keyword.rgb=function(u){return t[u]};r.rgb.xyz=function(u){let D=u[0]/255;let e=u[1]/255;let t=u[2]/255;D=D>.04045?((D+.055)/1.055)**2.4:D/12.92;e=e>.04045?((e+.055)/1.055)**2.4:e/12.92;t=t>.04045?((t+.055)/1.055)**2.4:t/12.92;const n=D*.4124+e*.3576+t*.1805;const r=D*.2126+e*.7152+t*.0722;const s=D*.0193+e*.1192+t*.9505;return[n*100,r*100,s*100]};r.rgb.lab=function(u){const D=r.rgb.xyz(u);let e=D[0];let t=D[1];let n=D[2];e/=95.047;t/=100;n/=108.883;e=e>.008856?e**(1/3):7.787*e+16/116;t=t>.008856?t**(1/3):7.787*t+16/116;n=n>.008856?n**(1/3):7.787*n+16/116;const s=116*t-16;const o=500*(e-t);const i=200*(t-n);return[s,o,i]};r.hsl.rgb=function(u){const D=u[0]/360;const e=u[1]/100;const t=u[2]/100;let n;let r;let s;if(e===0){s=t*255;return[s,s,s]}if(t<.5){n=t*(1+e)}else{n=t+e-t*e}const o=2*t-n;const i=[0,0,0];for(let u=0;u<3;u++){r=D+1/3*-(u-1);if(r<0){r++}if(r>1){r--}if(6*r<1){s=o+(n-o)*6*r}else if(2*r<1){s=n}else if(3*r<2){s=o+(n-o)*(2/3-r)*6}else{s=o}i[u]=s*255}return i};r.hsl.hsv=function(u){const D=u[0];let e=u[1]/100;let t=u[2]/100;let n=e;const r=Math.max(t,.01);t*=2;e*=t<=1?t:2-t;n*=r<=1?r:2-r;const s=(t+e)/2;const o=t===0?2*n/(r+n):2*e/(t+e);return[D,o*100,s*100]};r.hsv.rgb=function(u){const D=u[0]/60;const e=u[1]/100;let t=u[2]/100;const n=Math.floor(D)%6;const r=D-Math.floor(D);const s=255*t*(1-e);const o=255*t*(1-e*r);const i=255*t*(1-e*(1-r));t*=255;switch(n){case 0:return[t,i,s];case 1:return[o,t,s];case 2:return[s,t,i];case 3:return[s,o,t];case 4:return[i,s,t];case 5:return[t,s,o]}};r.hsv.hsl=function(u){const D=u[0];const e=u[1]/100;const t=u[2]/100;const n=Math.max(t,.01);let r;let s;s=(2-e)*t;const o=(2-e)*n;r=e*n;r/=o<=1?o:2-o;r=r||0;s/=2;return[D,r*100,s*100]};r.hwb.rgb=function(u){const D=u[0]/360;let e=u[1]/100;let t=u[2]/100;const n=e+t;let r;if(n>1){e/=n;t/=n}const s=Math.floor(6*D);const o=1-t;r=6*D-s;if((s&1)!==0){r=1-r}const i=e+r*(o-e);let a;let c;let l;switch(s){default:case 6:case 0:a=o;c=i;l=e;break;case 1:a=i;c=o;l=e;break;case 2:a=e;c=o;l=i;break;case 3:a=e;c=i;l=o;break;case 4:a=i;c=e;l=o;break;case 5:a=o;c=e;l=i;break}return[a*255,c*255,l*255]};r.cmyk.rgb=function(u){const D=u[0]/100;const e=u[1]/100;const t=u[2]/100;const n=u[3]/100;const r=1-Math.min(1,D*(1-n)+n);const s=1-Math.min(1,e*(1-n)+n);const o=1-Math.min(1,t*(1-n)+n);return[r*255,s*255,o*255]};r.xyz.rgb=function(u){const D=u[0]/100;const e=u[1]/100;const t=u[2]/100;let n;let r;let s;n=D*3.2406+e*-1.5372+t*-.4986;r=D*-.9689+e*1.8758+t*.0415;s=D*.0557+e*-.204+t*1.057;n=n>.0031308?1.055*n**(1/2.4)-.055:n*12.92;r=r>.0031308?1.055*r**(1/2.4)-.055:r*12.92;s=s>.0031308?1.055*s**(1/2.4)-.055:s*12.92;n=Math.min(Math.max(0,n),1);r=Math.min(Math.max(0,r),1);s=Math.min(Math.max(0,s),1);return[n*255,r*255,s*255]};r.xyz.lab=function(u){let D=u[0];let e=u[1];let t=u[2];D/=95.047;e/=100;t/=108.883;D=D>.008856?D**(1/3):7.787*D+16/116;e=e>.008856?e**(1/3):7.787*e+16/116;t=t>.008856?t**(1/3):7.787*t+16/116;const n=116*e-16;const r=500*(D-e);const s=200*(e-t);return[n,r,s]};r.lab.xyz=function(u){const D=u[0];const e=u[1];const t=u[2];let n;let r;let s;r=(D+16)/116;n=e/500+r;s=r-t/200;const o=r**3;const i=n**3;const a=s**3;r=o>.008856?o:(r-16/116)/7.787;n=i>.008856?i:(n-16/116)/7.787;s=a>.008856?a:(s-16/116)/7.787;n*=95.047;r*=100;s*=108.883;return[n,r,s]};r.lab.lch=function(u){const D=u[0];const e=u[1];const t=u[2];let n;const r=Math.atan2(t,e);n=r*360/2/Math.PI;if(n<0){n+=360}const s=Math.sqrt(e*e+t*t);return[D,s,n]};r.lch.lab=function(u){const D=u[0];const e=u[1];const t=u[2];const n=t/360*2*Math.PI;const r=e*Math.cos(n);const s=e*Math.sin(n);return[D,r,s]};r.rgb.ansi16=function(u,D=null){const[e,t,n]=u;let s=D===null?r.rgb.hsv(u)[2]:D;s=Math.round(s/50);if(s===0){return 30}let o=30+(Math.round(n/255)<<2|Math.round(t/255)<<1|Math.round(e/255));if(s===2){o+=60}return o};r.hsv.ansi16=function(u){return r.rgb.ansi16(r.hsv.rgb(u),u[2])};r.rgb.ansi256=function(u){const D=u[0];const e=u[1];const t=u[2];if(D===e&&e===t){if(D<8){return 16}if(D>248){return 231}return Math.round((D-8)/247*24)+232}const n=16+36*Math.round(D/255*5)+6*Math.round(e/255*5)+Math.round(t/255*5);return n};r.ansi16.rgb=function(u){let D=u%10;if(D===0||D===7){if(u>50){D+=3.5}D=D/10.5*255;return[D,D,D]}const e=(~~(u>50)+1)*.5;const t=(D&1)*e*255;const n=(D>>1&1)*e*255;const r=(D>>2&1)*e*255;return[t,n,r]};r.ansi256.rgb=function(u){if(u>=232){const D=(u-232)*10+8;return[D,D,D]}u-=16;let D;const e=Math.floor(u/36)/5*255;const t=Math.floor((D=u%36)/6)/5*255;const n=D%6/5*255;return[e,t,n]};r.rgb.hex=function(u){const D=((Math.round(u[0])&255)<<16)+((Math.round(u[1])&255)<<8)+(Math.round(u[2])&255);const e=D.toString(16).toUpperCase();return"000000".substring(e.length)+e};r.hex.rgb=function(u){const D=u.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!D){return[0,0,0]}let e=D[0];if(D[0].length===3){e=e.split("").map(u=>{return u+u}).join("")}const t=parseInt(e,16);const n=t>>16&255;const r=t>>8&255;const s=t&255;return[n,r,s]};r.rgb.hcg=function(u){const D=u[0]/255;const e=u[1]/255;const t=u[2]/255;const n=Math.max(Math.max(D,e),t);const r=Math.min(Math.min(D,e),t);const s=n-r;let o;let i;if(s<1){o=r/(1-s)}else{o=0}if(s<=0){i=0}else if(n===D){i=(e-t)/s%6}else if(n===e){i=2+(t-D)/s}else{i=4+(D-e)/s}i/=6;i%=1;return[i*360,s*100,o*100]};r.hsl.hcg=function(u){const D=u[1]/100;const e=u[2]/100;const t=e<.5?2*D*e:2*D*(1-e);let n=0;if(t<1){n=(e-.5*t)/(1-t)}return[u[0],t*100,n*100]};r.hsv.hcg=function(u){const D=u[1]/100;const e=u[2]/100;const t=D*e;let n=0;if(t<1){n=(e-t)/(1-t)}return[u[0],t*100,n*100]};r.hcg.rgb=function(u){const D=u[0]/360;const e=u[1]/100;const t=u[2]/100;if(e===0){return[t*255,t*255,t*255]}const n=[0,0,0];const r=D%1*6;const s=r%1;const o=1-s;let i=0;switch(Math.floor(r)){case 0:n[0]=1;n[1]=s;n[2]=0;break;case 1:n[0]=o;n[1]=1;n[2]=0;break;case 2:n[0]=0;n[1]=1;n[2]=s;break;case 3:n[0]=0;n[1]=o;n[2]=1;break;case 4:n[0]=s;n[1]=0;n[2]=1;break;default:n[0]=1;n[1]=0;n[2]=o}i=(1-e)*t;return[(e*n[0]+i)*255,(e*n[1]+i)*255,(e*n[2]+i)*255]};r.hcg.hsv=function(u){const D=u[1]/100;const e=u[2]/100;const t=D+e*(1-D);let n=0;if(t>0){n=D/t}return[u[0],n*100,t*100]};r.hcg.hsl=function(u){const D=u[1]/100;const e=u[2]/100;const t=e*(1-D)+.5*D;let n=0;if(t>0&&t<.5){n=D/(2*t)}else if(t>=.5&&t<1){n=D/(2*(1-t))}return[u[0],n*100,t*100]};r.hcg.hwb=function(u){const D=u[1]/100;const e=u[2]/100;const t=D+e*(1-D);return[u[0],(t-D)*100,(1-t)*100]};r.hwb.hcg=function(u){const D=u[1]/100;const e=u[2]/100;const t=1-e;const n=t-D;let r=0;if(n<1){r=(t-n)/(1-n)}return[u[0],n*100,r*100]};r.apple.rgb=function(u){return[u[0]/65535*255,u[1]/65535*255,u[2]/65535*255]};r.rgb.apple=function(u){return[u[0]/255*65535,u[1]/255*65535,u[2]/255*65535]};r.gray.rgb=function(u){return[u[0]/100*255,u[0]/100*255,u[0]/100*255]};r.gray.hsl=function(u){return[0,0,u[0]]};r.gray.hsv=r.gray.hsl;r.gray.hwb=function(u){return[0,100,u[0]]};r.gray.cmyk=function(u){return[0,0,0,u[0]]};r.gray.lab=function(u){return[u[0],0,0]};r.gray.hex=function(u){const D=Math.round(u[0]/100*255)&255;const e=(D<<16)+(D<<8)+D;const t=e.toString(16).toUpperCase();return"000000".substring(t.length)+t};r.rgb.gray=function(u){const D=(u[0]+u[1]+u[2])/3;return[D/255*100]}},53:(u,D,e)=>{const t=e(294);const n=e(586);const r={};const s=Object.keys(t);function wrapRaw(u){const D=function(...D){const e=D[0];if(e===undefined||e===null){return e}if(e.length>1){D=e}return u(D)};if("conversion"in u){D.conversion=u.conversion}return D}function wrapRounded(u){const D=function(...D){const e=D[0];if(e===undefined||e===null){return e}if(e.length>1){D=e}const t=u(D);if(typeof t==="object"){for(let u=t.length,D=0;D<u;D++){t[D]=Math.round(t[D])}}return t};if("conversion"in u){D.conversion=u.conversion}return D}s.forEach(u=>{r[u]={};Object.defineProperty(r[u],"channels",{value:t[u].channels});Object.defineProperty(r[u],"labels",{value:t[u].labels});const D=n(u);const e=Object.keys(D);e.forEach(e=>{const t=D[e];r[u][e]=wrapRounded(t);r[u][e].raw=wrapRaw(t)})});u.exports=r},586:(u,D,e)=>{const t=e(294);function buildGraph(){const u={};const D=Object.keys(t);for(let e=D.length,t=0;t<e;t++){u[D[t]]={distance:-1,parent:null}}return u}function deriveBFS(u){const D=buildGraph();const e=[u];D[u].distance=0;while(e.length){const u=e.pop();const n=Object.keys(t[u]);for(let t=n.length,r=0;r<t;r++){const t=n[r];const s=D[t];if(s.distance===-1){s.distance=D[u].distance+1;s.parent=u;e.unshift(t)}}}return D}function link(u,D){return function(e){return D(u(e))}}function wrapConversion(u,D){const e=[D[u].parent,u];let n=t[D[u].parent][u];let r=D[u].parent;while(D[r].parent){e.unshift(D[r].parent);n=link(t[D[r].parent][r],n);r=D[r].parent}n.conversion=e;return n}u.exports=function(u){const D=deriveBFS(u);const e={};const t=Object.keys(D);for(let u=t.length,n=0;n<u;n++){const u=t[n];const r=D[u];if(r.parent===null){continue}e[u]=wrapConversion(u,D)}return e}},339:(u,D,e)=>{"use strict";var t=e(260);var n=process.env;Object.defineProperty(D,"_vendors",{value:t.map(function(u){return u.constant})});D.name=null;D.isPR=null;t.forEach(function(u){var e=Array.isArray(u.env)?u.env:[u.env];var t=e.every(function(u){return checkEnv(u)});D[u.constant]=t;if(t){D.name=u.name;switch(typeof u.pr){case"string":D.isPR=!!n[u.pr];break;case"object":if("env"in u.pr){D.isPR=u.pr.env in n&&n[u.pr.env]!==u.pr.ne}else if("any"in u.pr){D.isPR=u.pr.any.some(function(u){return!!n[u]})}else{D.isPR=checkEnv(u.pr)}break;default:D.isPR=null}}});D.isCI=!!(n.CI||n.CONTINUOUS_INTEGRATION||n.BUILD_NUMBER||n.RUN_ID||D.name||false);function checkEnv(u){if(typeof u==="string")return!!n[u];return Object.keys(u).every(function(D){return n[D]===u[D]})}},510:u=>{"use strict";u.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},173:(module,__unused_webpack_exports,__nccwpck_require__)=>{"use strict";function u(u){return u&&"object"==typeof u&&"default"in u?u.default:u}var D=u(__nccwpck_require__(669)),e=__nccwpck_require__(622),t=__nccwpck_require__(747),r=u(__nccwpck_require__(87)),n=u(__nccwpck_require__(867));"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function s(u,D){return u(D={exports:{}},D.exports),D.exports}var o,i=(o=Object.freeze({__proto__:null,default:[{name:"AppVeyor",constant:"APPVEYOR",env:"APPVEYOR",pr:"APPVEYOR_PULL_REQUEST_NUMBER"},{name:"Bamboo",constant:"BAMBOO",env:"bamboo_planKey"},{name:"Bitbucket Pipelines",constant:"BITBUCKET",env:"BITBUCKET_COMMIT"},{name:"Bitrise",constant:"BITRISE",env:"BITRISE_IO",pr:"BITRISE_PULL_REQUEST"},{name:"Buddy",constant:"BUDDY",env:"BUDDY_WORKSPACE_ID",pr:"BUDDY_EXECUTION_PULL_REQUEST_ID"},{name:"Buildkite",constant:"BUILDKITE",env:"BUILDKITE",pr:{env:"BUILDKITE_PULL_REQUEST",ne:"false"}},{name:"CircleCI",constant:"CIRCLE",env:"CIRCLECI",pr:"CIRCLE_PULL_REQUEST"},{name:"Cirrus CI",constant:"CIRRUS",env:"CIRRUS_CI",pr:"CIRRUS_PR"},{name:"AWS CodeBuild",constant:"CODEBUILD",env:"CODEBUILD_BUILD_ARN"},{name:"Codeship",constant:"CODESHIP",env:{CI_NAME:"codeship"}},{name:"Drone",constant:"DRONE",env:"DRONE",pr:{DRONE_BUILD_EVENT:"pull_request"}},{name:"dsari",constant:"DSARI",env:"DSARI"},{name:"GitLab CI",constant:"GITLAB",env:"GITLAB_CI"},{name:"GoCD",constant:"GOCD",env:"GO_PIPELINE_LABEL"},{name:"Hudson",constant:"HUDSON",env:"HUDSON_URL"},{name:"Jenkins",constant:"JENKINS",env:["JENKINS_URL","BUILD_ID"],pr:{any:["ghprbPullId","CHANGE_ID"]}},{name:"Magnum CI",constant:"MAGNUM",env:"MAGNUM"},{name:"Sail CI",constant:"SAIL",env:"SAILCI",pr:"SAIL_PULL_REQUEST_NUMBER"},{name:"Semaphore",constant:"SEMAPHORE",env:"SEMAPHORE",pr:"PULL_REQUEST_NUMBER"},{name:"Shippable",constant:"SHIPPABLE",env:"SHIPPABLE",pr:{IS_PULL_REQUEST:"true"}},{name:"Solano CI",constant:"SOLANO",env:"TDDIUM",pr:"TDDIUM_PR_ID"},{name:"Strider CD",constant:"STRIDER",env:"STRIDER"},{name:"TaskCluster",constant:"TASKCLUSTER",env:["TASK_ID","RUN_ID"]},{name:"Solano CI",constant:"TDDIUM",env:"TDDIUM",pr:"TDDIUM_PR_ID",deprecated:!0},{name:"TeamCity",constant:"TEAMCITY",env:"TEAMCITY_VERSION"},{name:"Team Foundation Server",constant:"TFS",env:"TF_BUILD"},{name:"Travis CI",constant:"TRAVIS",env:"TRAVIS",pr:{env:"TRAVIS_PULL_REQUEST",ne:"false"}}]}))&&o.default||o,a=s(function(u,D){var e=process.env;function t(u){return"string"==typeof u?!!e[u]:Object.keys(u).every(function(D){return e[D]===u[D]})}Object.defineProperty(D,"_vendors",{value:i.map(function(u){return u.constant})}),D.name=null,D.isPR=null,i.forEach(function(u){var n=(Array.isArray(u.env)?u.env:[u.env]).every(function(u){return t(u)});if(D[u.constant]=n,n)switch(D.name=u.name,typeof u.pr){case"string":D.isPR=!!e[u.pr];break;case"object":"env"in u.pr?D.isPR=u.pr.env in e&&e[u.pr.env]!==u.pr.ne:"any"in u.pr?D.isPR=u.pr.any.some(function(u){return!!e[u]}):D.isPR=t(u.pr);break;default:D.isPR=null}}),D.isCI=!!(e.CI||e.CONTINUOUS_INTEGRATION||e.BUILD_NUMBER||e.RUN_ID||D.name)}),l=(a.name,a.isPR,a.isCI,!1),c=!1,h=!1,F="development",C="undefined"!=typeof window,f="",E=!1;function d(u){return!(!u||"false"===u)}"undefined"!=typeof process&&(process.platform&&(f=String(process.platform)),process.stdout&&(h=d(process.stdout.isTTY)),l=Boolean(a.isCI),process.env&&(process.env.NODE_ENV&&(F=process.env.NODE_ENV),c=d(process.env.DEBUG),E=d(process.env.MINIMAL)));var g={browser:C,test:"test"===F,dev:"development"===F||"dev"===F,production:"production"===F,debug:c,ci:l,tty:h,minimal:void 0,minimalCLI:void 0,windows:/^win/i.test(f),darwin:/^darwin/i.test(f),linux:/^linux/i.test(f)};g.minimal=E||g.ci||g.test||!g.tty,g.minimalCLI=g.minimal;var p=Object.freeze(g);const m={};m[m.Fatal=0]="Fatal",m[m.Error=0]="Error",m[m.Warn=1]="Warn",m[m.Log=2]="Log",m[m.Info=3]="Info",m[m.Success=3]="Success",m[m.Debug=4]="Debug",m[m.Trace=5]="Trace",m[m.Silent=-1/0]="Silent",m[m.Verbose=1/0]="Verbose";var b={silent:{level:-1},fatal:{level:m.Fatal},error:{level:m.Error},warn:{level:m.Warn},log:{level:m.Log},info:{level:m.Info},success:{level:m.Success},debug:{level:m.Debug},trace:{level:m.Trace},verbose:{level:m.Trace},ready:{level:m.Info},start:{level:m.Info}};function y(u){return D=u,"[object Object]"===Object.prototype.toString.call(D)&&(!(!u.message&&!u.args)&&!u.stack);var D}let B=!1;const v=[];class _{constructor(u={}){this._reporters=u.reporters||[],this._types=u.types||b,this.level=void 0!==u.level?u.level:3,this._defaults=u.defaults||{},this._async=void 0!==u.async?u.async:void 0,this._stdout=u.stdout,this._stderr=u.stderr,this._mockFn=u.mockFn,this._throttle=u.throttle||1e3,this._throttleMin=u.throttleMin||5;for(const u in this._types)this[u]=this._wrapLogFn(Object.assign({type:u},this._types[u],this._defaults));this._mockFn&&this.mockTypes(),this._lastLogSerialized=void 0,this._lastLog=void 0,this._lastLogTime=void 0,this._lastLogCount=0,this._throttleTimeout=void 0}get stdout(){return this._stdout||console._stdout}get stderr(){return this._stderr||console._stderr}create(u){return new _(Object.assign({reporters:this._reporters,level:this.level,types:this._types,defaults:this._defaults,stdout:this._stdout,stderr:this._stderr,mockFn:this._mockFn},u))}withDefaults(u){return this.create({defaults:Object.assign({},this._defaults,u)})}withTag(u){return this.withDefaults({tag:this._defaults.tag?this._defaults.tag+":"+u:u})}addReporter(u){return this._reporters.push(u),this}removeReporter(u){if(u){const D=this._reporters.indexOf(u);if(D>=0)return this._reporters.splice(D,1)}else this._reporters.splice(0);return this}setReporters(u){return this._reporters=Array.isArray(u)?u:[u],this}wrapAll(){this.wrapConsole(),this.wrapStd()}restoreAll(){this.restoreConsole(),this.restoreStd()}wrapConsole(){for(const u in this._types)console["__"+u]||(console["__"+u]=console[u]),console[u]=this[u]}restoreConsole(){for(const u in this._types)console["__"+u]&&(console[u]=console["__"+u],delete console["__"+u])}wrapStd(){this._wrapStream(this.stdout,"log"),this._wrapStream(this.stderr,"log")}_wrapStream(u,D){u&&(u.__write||(u.__write=u.write),u.write=(u=>{this[D](String(u).trim())}))}restoreStd(){this._restoreStream(this.stdout),this._restoreStream(this.stderr)}_restoreStream(u){u&&u.__write&&(u.write=u.__write,delete u.__write)}pauseLogs(){B=!0}resumeLogs(){B=!1;const u=v.splice(0);for(const D of u)D[0]._logFn(D[1],D[2])}mockTypes(u){if(this._mockFn=u||this._mockFn,"function"==typeof this._mockFn)for(const u in this._types)this[u]=this._mockFn(u,this._types[u])||this[u]}_wrapLogFn(u){return function(){if(!B)return this._logFn(u,arguments);v.push([this,u,arguments])}.bind(this)}_logFn(u,D){if(u.level>this.level)return!!this._async&&Promise.resolve(!1);const e=Object.assign({date:new Date,args:[]},u);1===D.length&&y(D[0])?Object.assign(e,D[0]):e.args=Array.from(D),e.message&&(e.args.unshift(e.message),delete e.message),e.additional&&(Array.isArray(e.additional)||(e.additional=e.additional.split("\n")),e.args.push("\n"+e.additional.join("\n")),delete e.additional),e.type="string"==typeof e.type?e.type.toLowerCase():"",e.tag="string"==typeof e.tag?e.tag.toLowerCase():"";const t=(u=!1)=>{const D=this._lastLogCount-this._throttleMin;if(this._lastLog&&D>0){const u=[...this._lastLog.args];D>1&&u.push(`(repeated ${D} times)`),this._log({...this._lastLog,args:u}),this._lastLogCount=1}if(u){if(this._lastLog=e,this._async)return this._logAsync(e);this._log(e)}};clearTimeout(this._throttleTimeout);const n=this._lastLogTime?e.date-this._lastLogTime:0;if(this._lastLogTime=e.date,n<this._throttle)try{const D=JSON.stringify([e.type,e.tag,e.args]),n=this._lastLogSerialized===D;if(this._lastLogSerialized=D,n&&(this._lastLogCount++,this._lastLogCount>this._throttleMin))return void(this._throttleTimeout=setTimeout(t,this._throttle))}catch(u){}t(!0)}_log(u){for(const D of this._reporters)D.log(u,{async:!1,stdout:this.stdout,stderr:this.stderr})}_logAsync(u){return Promise.all(this._reporters.map(D=>D.log(u,{async:!0,stdout:this.stdout,stderr:this.stderr})))}}function A(u){const D=process.cwd()+e.sep;return u.split("\n").splice(1).map(u=>u.trim().replace("file://","").replace(D,""))}_.prototype.add=_.prototype.addReporter,_.prototype.remove=_.prototype.removeReporter,_.prototype.clear=_.prototype.removeReporter,_.prototype.withScope=_.prototype.withTag,_.prototype.mock=_.prototype.mockTypes,_.prototype.pause=_.prototype.pauseLogs,_.prototype.resume=_.prototype.resumeLogs;var w=s(function(u,D){u.exports=function(){var u="millisecond",D="second",e="minute",t="hour",n="day",r="week",s="month",o="quarter",i="year",a=/^(\d{4})-?(\d{1,2})-?(\d{0,2})[^0-9]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?.?(\d{1,3})?$/,l=/\[([^\]]+)]|Y{2,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,F=function(u,D,e){var t=String(u);return!t||t.length>=D?u:""+Array(D+1-t.length).join(e)+u},h={s:F,z:function(u){var D=-u.utcOffset(),e=Math.abs(D),t=Math.floor(e/60),n=e%60;return(D<=0?"+":"-")+F(t,2,"0")+":"+F(n,2,"0")},m:function(u,D){var e=12*(D.year()-u.year())+(D.month()-u.month()),t=u.clone().add(e,s),n=D-t<0,r=u.clone().add(e+(n?-1:1),s);return Number(-(e+(D-t)/(n?t-r:r-t))||0)},a:function(u){return u<0?Math.ceil(u)||0:Math.floor(u)},p:function(a){return{M:s,y:i,w:r,d:n,D:"date",h:t,m:e,s:D,ms:u,Q:o}[a]||String(a||"").toLowerCase().replace(/s$/,"")},u:function(u){return void 0===u}},f={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},C="en",E={};E[C]=f;var p=function(u){return u instanceof b},g=function(u,D,e){var t;if(!u)return C;if("string"==typeof u)E[u]&&(t=u),D&&(E[u]=D,t=u);else{var n=u.name;E[n]=u,t=n}return!e&&t&&(C=t),t||!e&&C},d=function(u,D){if(p(u))return u.clone();var e="object"==typeof D?D:{};return e.date=u,e.args=arguments,new b(e)},m=h;m.l=g,m.i=p,m.w=function(u,D){return d(u,{locale:D.$L,utc:D.$u,$offset:D.$offset})};var b=function(){function c(u){this.$L=this.$L||g(u.locale,null,!0),this.parse(u)}var F=c.prototype;return F.parse=function(u){this.$d=function(u){var D=u.date,e=u.utc;if(null===D)return new Date(NaN);if(m.u(D))return new Date;if(D instanceof Date)return new Date(D);if("string"==typeof D&&!/Z$/i.test(D)){var t=D.match(a);if(t)return e?new Date(Date.UTC(t[1],t[2]-1,t[3]||1,t[4]||0,t[5]||0,t[6]||0,t[7]||0)):new Date(t[1],t[2]-1,t[3]||1,t[4]||0,t[5]||0,t[6]||0,t[7]||0)}return new Date(D)}(u),this.init()},F.init=function(){var u=this.$d;this.$y=u.getFullYear(),this.$M=u.getMonth(),this.$D=u.getDate(),this.$W=u.getDay(),this.$H=u.getHours(),this.$m=u.getMinutes(),this.$s=u.getSeconds(),this.$ms=u.getMilliseconds()},F.$utils=function(){return m},F.isValid=function(){return!("Invalid Date"===this.$d.toString())},F.isSame=function(u,D){var e=d(u);return this.startOf(D)<=e&&e<=this.endOf(D)},F.isAfter=function(u,D){return d(u)<this.startOf(D)},F.isBefore=function(u,D){return this.endOf(D)<d(u)},F.$g=function(u,D,e){return m.u(u)?this[D]:this.set(e,u)},F.year=function(u){return this.$g(u,"$y",i)},F.month=function(u){return this.$g(u,"$M",s)},F.day=function(u){return this.$g(u,"$W",n)},F.date=function(u){return this.$g(u,"$D","date")},F.hour=function(u){return this.$g(u,"$H",t)},F.minute=function(u){return this.$g(u,"$m",e)},F.second=function(u){return this.$g(u,"$s",D)},F.millisecond=function(D){return this.$g(D,"$ms",u)},F.unix=function(){return Math.floor(this.valueOf()/1e3)},F.valueOf=function(){return this.$d.getTime()},F.startOf=function(u,o){var a=this,c=!!m.u(o)||o,l=m.p(u),F=function(u,D){var e=m.w(a.$u?Date.UTC(a.$y,D,u):new Date(a.$y,D,u),a);return c?e:e.endOf(n)},h=function(u,D){return m.w(a.toDate()[u].apply(a.toDate("s"),(c?[0,0,0,0]:[23,59,59,999]).slice(D)),a)},f=this.$W,C=this.$M,E=this.$D,p="set"+(this.$u?"UTC":"");switch(l){case i:return c?F(1,0):F(31,11);case s:return c?F(1,C):F(0,C+1);case r:var g=this.$locale().weekStart||0,d=(f<g?f+7:f)-g;return F(c?E-d:E+(6-d),C);case n:case"date":return h(p+"Hours",0);case t:return h(p+"Minutes",1);case e:return h(p+"Seconds",2);case D:return h(p+"Milliseconds",3);default:return this.clone()}},F.endOf=function(u){return this.startOf(u,!1)},F.$set=function(r,o){var a,c=m.p(r),l="set"+(this.$u?"UTC":""),F=(a={},a.day=l+"Date",a.date=l+"Date",a[s]=l+"Month",a[i]=l+"FullYear",a[t]=l+"Hours",a[e]=l+"Minutes",a[D]=l+"Seconds",a[u]=l+"Milliseconds",a)[c],h=c===n?this.$D+(o-this.$W):o;if(c===s||c===i){var f=this.clone().set("date",1);f.$d[F](h),f.init(),this.$d=f.set("date",Math.min(this.$D,f.daysInMonth())).toDate()}else F&&this.$d[F](h);return this.init(),this},F.set=function(u,D){return this.clone().$set(u,D)},F.get=function(u){return this[m.p(u)]()},F.add=function(u,o){var a,c=this;u=Number(u);var l=m.p(o),F=function(D){var e=d(c);return m.w(e.date(e.date()+Math.round(D*u)),c)};if(l===s)return this.set(s,this.$M+u);if(l===i)return this.set(i,this.$y+u);if(l===n)return F(1);if(l===r)return F(7);var h=(a={},a[e]=6e4,a[t]=36e5,a[D]=1e3,a)[l]||1,f=this.$d.getTime()+u*h;return m.w(f,this)},F.subtract=function(u,D){return this.add(-1*u,D)},F.format=function(u){var D=this;if(!this.isValid())return"Invalid Date";var e=u||"YYYY-MM-DDTHH:mm:ssZ",t=m.z(this),n=this.$locale(),r=this.$H,s=this.$m,o=this.$M,i=n.weekdays,a=n.months,c=function(u,t,n,r){return u&&(u[t]||u(D,e))||n[t].substr(0,r)},F=function(u){return m.s(r%12||12,u,"0")},h=n.meridiem||function(u,D,e){var t=u<12?"AM":"PM";return e?t.toLowerCase():t},f={YY:String(this.$y).slice(-2),YYYY:this.$y,M:o+1,MM:m.s(o+1,2,"0"),MMM:c(n.monthsShort,o,a,3),MMMM:c(a,o),D:this.$D,DD:m.s(this.$D,2,"0"),d:String(this.$W),dd:c(n.weekdaysMin,this.$W,i,2),ddd:c(n.weekdaysShort,this.$W,i,3),dddd:i[this.$W],H:String(r),HH:m.s(r,2,"0"),h:F(1),hh:F(2),a:h(r,s,!0),A:h(r,s,!1),m:String(s),mm:m.s(s,2,"0"),s:String(this.$s),ss:m.s(this.$s,2,"0"),SSS:m.s(this.$ms,3,"0"),Z:t};return e.replace(l,function(u,D){return D||f[u]||t.replace(":","")})},F.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},F.diff=function(u,n,a){var c,l=m.p(n),F=d(u),h=6e4*(F.utcOffset()-this.utcOffset()),f=this-F,C=m.m(this,F);return C=(c={},c[i]=C/12,c[s]=C,c[o]=C/3,c[r]=(f-h)/6048e5,c.day=(f-h)/864e5,c[t]=f/36e5,c[e]=f/6e4,c[D]=f/1e3,c)[l]||f,a?C:m.a(C)},F.daysInMonth=function(){return this.endOf(s).$D},F.$locale=function(){return E[this.$L]},F.locale=function(u,D){if(!u)return this.$L;var e=this.clone(),t=g(u,D,!0);return t&&(e.$L=t),e},F.clone=function(){return m.w(this.$d,this)},F.toDate=function(){return new Date(this.valueOf())},F.toJSON=function(){return this.isValid()?this.toISOString():null},F.toISOString=function(){return this.$d.toISOString()},F.toString=function(){return this.$d.toUTCString()},c}();return d.prototype=b.prototype,d.extend=function(u,D){return u(D,b,d),d},d.locale=g,d.isDayjs=p,d.unix=function(u){return d(1e3*u)},d.en=E[C],d.Ls=E,d}()});const O={dateFormat:"HH:mm:ss",formatOptions:{date:!0,colors:!1,compact:!0}},M=u=>u?`[${u}]`:"";class S{constructor(u){this.options=Object.assign({},O,u)}formatStack(u){return" "+A(u).join("\n ")}formatArgs(u){const e=u.map(u=>u&&"string"==typeof u.stack?u.message+"\n"+this.formatStack(u.stack):u);return"function"==typeof D.formatWithOptions?D.formatWithOptions(this.options.formatOptions,...e):D.format(...e)}formatDate(u){return this.options.formatOptions.date?function(u,D){return w(D).format(u)}(this.options.dateFormat,u):""}filterAndJoin(u){return u.filter(u=>u).join(" ")}formatLogObj(u){const D=this.formatArgs(u.args);return this.filterAndJoin([M(u.type),M(u.tag),D])}log(u,{async:D,stdout:e,stderr:n}={}){return function(u,D,e="default"){const n=D.__write||D.write;switch(e){case"async":return new Promise(e=>{!0===n.call(D,u)?e():D.once("drain",()=>{e()})});case"sync":return t.writeSync(D.fd,u);default:return n.call(D,u)}}(this.formatLogObj(u,{width:e.columns||0})+"\n",u.level<2?n:e,D?"async":"default")}}var I=u=>"string"==typeof u?u.replace((({onlyFirst:u=!1}={})=>{const D=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(D,u?void 0:"g")})(),""):u;const k=u=>!Number.isNaN(u)&&(u>=4352&&(u<=4447||9001===u||9002===u||11904<=u&&u<=12871&&12351!==u||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));var R=k,T=k;R.default=T;const L=u=>{if("string"!=typeof(u=u.replace(/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\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\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])|\uD83C[\uDF3E\uDF73\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])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\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])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\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\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\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\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\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\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*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\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\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\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[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g," "))||0===u.length)return 0;u=I(u);let D=0;for(let e=0;e<u.length;e++){const t=u.codePointAt(e);t<=31||t>=127&&t<=159||(t>=768&&t<=879||(t>65535&&e++,D+=R(t)?2:1))}return D};var $=L,x=L;$.default=x;var j=/[|\\{}()[\]^$+*?.]/g,U=function(u){if("string"!=typeof u)throw new TypeError("Expected a string");return u.replace(j,"\\$&")};const{platform:P}=process,N={tick:"✔",cross:"✖",star:"★",square:"▇",squareSmall:"◻",squareSmallFilled:"◼",play:"▶",circle:"◯",circleFilled:"◉",circleDotted:"◌",circleDouble:"◎",circleCircle:"ⓞ",circleCross:"ⓧ",circlePipe:"Ⓘ",circleQuestionMark:"?⃝",bullet:"●",dot:"․",line:"─",ellipsis:"…",pointer:"❯",pointerSmall:"›",info:"ℹ",warning:"⚠",hamburger:"☰",smiley:"㋡",mustache:"෴",heart:"♥",nodejs:"⬢",arrowUp:"↑",arrowDown:"↓",arrowLeft:"←",arrowRight:"→",radioOn:"◉",radioOff:"◯",checkboxOn:"☒",checkboxOff:"☐",checkboxCircleOn:"ⓧ",checkboxCircleOff:"Ⓘ",questionMarkPrefix:"?⃝",oneHalf:"½",oneThird:"⅓",oneQuarter:"¼",oneFifth:"⅕",oneSixth:"⅙",oneSeventh:"⅐",oneEighth:"⅛",oneNinth:"⅑",oneTenth:"⅒",twoThirds:"⅔",twoFifths:"⅖",threeQuarters:"¾",threeFifths:"⅗",threeEighths:"⅜",fourFifths:"⅘",fiveSixths:"⅚",fiveEighths:"⅝",sevenEighths:"⅞"},q={tick:"√",cross:"×",star:"*",square:"█",squareSmall:"[ ]",squareSmallFilled:"[█]",play:"►",circle:"( )",circleFilled:"(*)",circleDotted:"( )",circleDouble:"( )",circleCircle:"(○)",circleCross:"(×)",circlePipe:"(│)",circleQuestionMark:"(?)",bullet:"*",dot:".",line:"─",ellipsis:"...",pointer:">",pointerSmall:"»",info:"i",warning:"‼",hamburger:"≡",smiley:"☺",mustache:"┌─┐",heart:N.heart,nodejs:"♦",arrowUp:N.arrowUp,arrowDown:N.arrowDown,arrowLeft:N.arrowLeft,arrowRight:N.arrowRight,radioOn:"(*)",radioOff:"( )",checkboxOn:"[×]",checkboxOff:"[ ]",checkboxCircleOn:"(×)",checkboxCircleOff:"( )",questionMarkPrefix:"?",oneHalf:"1/2",oneThird:"1/3",oneQuarter:"1/4",oneFifth:"1/5",oneSixth:"1/6",oneSeventh:"1/7",oneEighth:"1/8",oneNinth:"1/9",oneTenth:"1/10",twoThirds:"2/3",twoFifths:"2/5",threeQuarters:"3/4",threeFifths:"3/5",threeEighths:"3/8",fourFifths:"4/5",fiveSixths:"5/6",fiveEighths:"5/8",sevenEighths:"7/8"};"linux"===P&&(N.questionMarkPrefix="?");const Y="win32"===P?q:N;var H=Object.assign(u=>{if(Y===N)return u;for(const[D,e]of Object.entries(N))e!==Y[D]&&(u=u.replace(new RegExp(U(e),"g"),Y[D]));return u},Y),V=N,W=q;H.main=V,H.windows=W;var G={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],d