the-mifi 1.0.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 +23 -0
- package/bin/index.js +9 -0
- package/dist/card.js +1 -0
- package/dist/node6-card.js +1 -0
- package/index.html +36 -0
- package/package.json +108 -0
package/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
[npm] card for Mike (mifi) Fitzpartrick
|
|
2
|
+
|
|
3
|
+
# Usage
|
|
4
|
+
|
|
5
|
+
Via npx:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npx mifi
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
# Other
|
|
12
|
+
I forked and stole this idea from [terribledev (tommy@terrible.dev)]
|
|
13
|
+
|
|
14
|
+
Idea and trend started by [Tierney (@bitandbang)]
|
|
15
|
+
|
|
16
|
+
To create your own, use [create-my-card].
|
|
17
|
+
|
|
18
|
+
ie: `npm init my-card`
|
|
19
|
+
|
|
20
|
+
[npm]: https://www.npmjs.com/
|
|
21
|
+
[tierney (@bitandbang)]: https://www.npmjs.com/package/bitandbang
|
|
22
|
+
[create-my-card]: https://www.npmjs.com/package/create-my-card
|
|
23
|
+
|
package/bin/index.js
ADDED
package/dist/card.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports=function(D){var u={};function e(t){if(u[t])return u[t].exports;var r=u[t]={i:t,l:!1,exports:{}};return D[t].call(r.exports,r,r.exports,e),r.l=!0,r.exports}return e.m=D,e.c=u,e.d=function(D,u,t){e.o(D,u)||Object.defineProperty(D,u,{enumerable:!0,get:t})},e.r=function(D){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(D,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(D,"__esModule",{value:!0})},e.t=function(D,u){if(1&u&&(D=e(D)),8&u)return D;if(4&u&&"object"==typeof D&&D&&D.__esModule)return D;var t=Object.create(null);if(e.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:D}),2&u&&"string"!=typeof D)for(var r in D)e.d(t,r,function(u){return D[u]}.bind(null,r));return t},e.n=function(D){var u=D&&D.__esModule?function(){return D.default}:function(){return D};return e.d(u,"a",u),u},e.o=function(D,u){return Object.prototype.hasOwnProperty.call(D,u)},e.p="",e(e.s=4)}([function(D,u,e){"use strict";const t=e(11),r=e(12),n=e(17).stdout,o=e(20),F="win32"===process.platform&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),a=["ansi","ansi","ansi256","ansi16m"],i=new Set(["gray"]),C=Object.create(null);function s(D,u){u=u||{};const e=n?n.level:0;D.level=void 0===u.level?e:u.level,D.enabled="enabled"in u?u.enabled:D.level>0}function l(D){if(!this||!(this instanceof l)||this.template){const u={};return s(u,D),u.template=function(){const D=[].slice.call(arguments);return h.apply(null,[u.template].concat(D))},Object.setPrototypeOf(u,l.prototype),Object.setPrototypeOf(u.template,u),u.template.constructor=l,u.template}s(this,D)}F&&(r.blue.open="[94m");for(const D of Object.keys(r))r[D].closeRe=new RegExp(t(r[D].close),"g"),C[D]={get(){const u=r[D];return E.call(this,this._styles?this._styles.concat(u):[u],this._empty,D)}};C.visible={get(){return E.call(this,this._styles||[],!0,"visible")}},r.color.closeRe=new RegExp(t(r.color.close),"g");for(const D of Object.keys(r.color.ansi))i.has(D)||(C[D]={get(){const u=this.level;return function(){const e=r.color[a[u]][D].apply(null,arguments),t={open:e,close:r.color.close,closeRe:r.color.closeRe};return E.call(this,this._styles?this._styles.concat(t):[t],this._empty,D)}}});r.bgColor.closeRe=new RegExp(t(r.bgColor.close),"g");for(const D of Object.keys(r.bgColor.ansi)){if(i.has(D))continue;C["bg"+D[0].toUpperCase()+D.slice(1)]={get(){const u=this.level;return function(){const e=r.bgColor[a[u]][D].apply(null,arguments),t={open:e,close:r.bgColor.close,closeRe:r.bgColor.closeRe};return E.call(this,this._styles?this._styles.concat(t):[t],this._empty,D)}}}}const c=Object.defineProperties(()=>{},C);function E(D,u,e){const t=function(){return f.apply(t,arguments)};t._styles=D,t._empty=u;const r=this;return Object.defineProperty(t,"level",{enumerable:!0,get:()=>r.level,set(D){r.level=D}}),Object.defineProperty(t,"enabled",{enumerable:!0,get:()=>r.enabled,set(D){r.enabled=D}}),t.hasGrey=this.hasGrey||"gray"===e||"grey"===e,t.__proto__=c,t}function f(){const D=arguments,u=D.length;let e=String(arguments[0]);if(0===u)return"";if(u>1)for(let t=1;t<u;t++)e+=" "+D[t];if(!this.enabled||this.level<=0||!e)return this._empty?"":e;const t=r.dim.open;F&&this.hasGrey&&(r.dim.open="");for(const D of this._styles.slice().reverse())e=D.open+e.replace(D.closeRe,D.open)+D.close,e=e.replace(/\r?\n/g,`${D.close}$&${D.open}`);return r.dim.open=t,e}function h(D,u){if(!Array.isArray(u))return[].slice.call(arguments,1).join(" ");const e=[].slice.call(arguments,2),t=[u.raw[0]];for(let D=1;D<u.length;D++)t.push(String(e[D-1]).replace(/[{}\\]/g,"\\$&")),t.push(String(u.raw[D]));return o(D,t.join(""))}Object.defineProperties(l.prototype,C),D.exports=l(),D.exports.supportsColor=n,D.exports.default=D.exports},function(D,u,e){"use strict";D.exports=D=>!Number.isNaN(D)&&(D>=4352&&(D<=4447||9001===D||9002===D||11904<=D&&D<=12871&&12351!==D||12880<=D&&D<=19903||19968<=D&&D<=42182||43360<=D&&D<=43388||44032<=D&&D<=55203||63744<=D&&D<=64255||65040<=D&&D<=65049||65072<=D&&D<=65131||65281<=D&&D<=65376||65504<=D&&D<=65510||110592<=D&&D<=110593||127488<=D&&D<=127569||131072<=D&&D<=262141))},function(D,u,e){var t=e(15),r={};for(var n in t)t.hasOwnProperty(n)&&(r[t[n]]=n);var o=D.exports={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"]}};for(var F in o)if(o.hasOwnProperty(F)){if(!("channels"in o[F]))throw new Error("missing channels property: "+F);if(!("labels"in o[F]))throw new Error("missing channel labels property: "+F);if(o[F].labels.length!==o[F].channels)throw new Error("channel and label counts mismatch: "+F);var a=o[F].channels,i=o[F].labels;delete o[F].channels,delete o[F].labels,Object.defineProperty(o[F],"channels",{value:a}),Object.defineProperty(o[F],"labels",{value:i})}o.rgb.hsl=function(D){var u,e,t=D[0]/255,r=D[1]/255,n=D[2]/255,o=Math.min(t,r,n),F=Math.max(t,r,n),a=F-o;return F===o?u=0:t===F?u=(r-n)/a:r===F?u=2+(n-t)/a:n===F&&(u=4+(t-r)/a),(u=Math.min(60*u,360))<0&&(u+=360),e=(o+F)/2,[u,100*(F===o?0:e<=.5?a/(F+o):a/(2-F-o)),100*e]},o.rgb.hsv=function(D){var u,e,t,r,n,o=D[0]/255,F=D[1]/255,a=D[2]/255,i=Math.max(o,F,a),C=i-Math.min(o,F,a),s=function(D){return(i-D)/6/C+.5};return 0===C?r=n=0:(n=C/i,u=s(o),e=s(F),t=s(a),o===i?r=t-e:F===i?r=1/3+u-t:a===i&&(r=2/3+e-u),r<0?r+=1:r>1&&(r-=1)),[360*r,100*n,100*i]},o.rgb.hwb=function(D){var u=D[0],e=D[1],t=D[2];return[o.rgb.hsl(D)[0],100*(1/255*Math.min(u,Math.min(e,t))),100*(t=1-1/255*Math.max(u,Math.max(e,t)))]},o.rgb.cmyk=function(D){var u,e=D[0]/255,t=D[1]/255,r=D[2]/255;return[100*((1-e-(u=Math.min(1-e,1-t,1-r)))/(1-u)||0),100*((1-t-u)/(1-u)||0),100*((1-r-u)/(1-u)||0),100*u]},o.rgb.keyword=function(D){var u=r[D];if(u)return u;var e,n,o,F=1/0;for(var a in t)if(t.hasOwnProperty(a)){var i=t[a],C=(n=D,o=i,Math.pow(n[0]-o[0],2)+Math.pow(n[1]-o[1],2)+Math.pow(n[2]-o[2],2));C<F&&(F=C,e=a)}return e},o.keyword.rgb=function(D){return t[D]},o.rgb.xyz=function(D){var u=D[0]/255,e=D[1]/255,t=D[2]/255;return[100*(.4124*(u=u>.04045?Math.pow((u+.055)/1.055,2.4):u/12.92)+.3576*(e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92)+.1805*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)),100*(.2126*u+.7152*e+.0722*t),100*(.0193*u+.1192*e+.9505*t)]},o.rgb.lab=function(D){var u=o.rgb.xyz(D),e=u[0],t=u[1],r=u[2];return t/=100,r/=108.883,e=(e/=95.047)>.008856?Math.pow(e,1/3):7.787*e+16/116,[116*(t=t>.008856?Math.pow(t,1/3):7.787*t+16/116)-16,500*(e-t),200*(t-(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116))]},o.hsl.rgb=function(D){var u,e,t,r,n,o=D[0]/360,F=D[1]/100,a=D[2]/100;if(0===F)return[n=255*a,n,n];u=2*a-(e=a<.5?a*(1+F):a+F-a*F),r=[0,0,0];for(var i=0;i<3;i++)(t=o+1/3*-(i-1))<0&&t++,t>1&&t--,n=6*t<1?u+6*(e-u)*t:2*t<1?e:3*t<2?u+(e-u)*(2/3-t)*6:u,r[i]=255*n;return r},o.hsl.hsv=function(D){var u=D[0],e=D[1]/100,t=D[2]/100,r=e,n=Math.max(t,.01);return e*=(t*=2)<=1?t:2-t,r*=n<=1?n:2-n,[u,100*(0===t?2*r/(n+r):2*e/(t+e)),100*((t+e)/2)]},o.hsv.rgb=function(D){var u=D[0]/60,e=D[1]/100,t=D[2]/100,r=Math.floor(u)%6,n=u-Math.floor(u),o=255*t*(1-e),F=255*t*(1-e*n),a=255*t*(1-e*(1-n));switch(t*=255,r){case 0:return[t,a,o];case 1:return[F,t,o];case 2:return[o,t,a];case 3:return[o,F,t];case 4:return[a,o,t];case 5:return[t,o,F]}},o.hsv.hsl=function(D){var u,e,t,r=D[0],n=D[1]/100,o=D[2]/100,F=Math.max(o,.01);return t=(2-n)*o,e=n*F,[r,100*(e=(e/=(u=(2-n)*F)<=1?u:2-u)||0),100*(t/=2)]},o.hwb.rgb=function(D){var u,e,t,r,n,o,F,a=D[0]/360,i=D[1]/100,C=D[2]/100,s=i+C;switch(s>1&&(i/=s,C/=s),t=6*a-(u=Math.floor(6*a)),0!=(1&u)&&(t=1-t),r=i+t*((e=1-C)-i),u){default:case 6:case 0:n=e,o=r,F=i;break;case 1:n=r,o=e,F=i;break;case 2:n=i,o=e,F=r;break;case 3:n=i,o=r,F=e;break;case 4:n=r,o=i,F=e;break;case 5:n=e,o=i,F=r}return[255*n,255*o,255*F]},o.cmyk.rgb=function(D){var u=D[0]/100,e=D[1]/100,t=D[2]/100,r=D[3]/100;return[255*(1-Math.min(1,u*(1-r)+r)),255*(1-Math.min(1,e*(1-r)+r)),255*(1-Math.min(1,t*(1-r)+r))]},o.xyz.rgb=function(D){var u,e,t,r=D[0]/100,n=D[1]/100,o=D[2]/100;return e=-.9689*r+1.8758*n+.0415*o,t=.0557*r+-.204*n+1.057*o,u=(u=3.2406*r+-1.5372*n+-.4986*o)>.0031308?1.055*Math.pow(u,1/2.4)-.055:12.92*u,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:12.92*e,t=t>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,[255*(u=Math.min(Math.max(0,u),1)),255*(e=Math.min(Math.max(0,e),1)),255*(t=Math.min(Math.max(0,t),1))]},o.xyz.lab=function(D){var u=D[0],e=D[1],t=D[2];return e/=100,t/=108.883,u=(u/=95.047)>.008856?Math.pow(u,1/3):7.787*u+16/116,[116*(e=e>.008856?Math.pow(e,1/3):7.787*e+16/116)-16,500*(u-e),200*(e-(t=t>.008856?Math.pow(t,1/3):7.787*t+16/116))]},o.lab.xyz=function(D){var u,e,t,r=D[0];u=D[1]/500+(e=(r+16)/116),t=e-D[2]/200;var n=Math.pow(e,3),o=Math.pow(u,3),F=Math.pow(t,3);return e=n>.008856?n:(e-16/116)/7.787,u=o>.008856?o:(u-16/116)/7.787,t=F>.008856?F:(t-16/116)/7.787,[u*=95.047,e*=100,t*=108.883]},o.lab.lch=function(D){var u,e=D[0],t=D[1],r=D[2];return(u=360*Math.atan2(r,t)/2/Math.PI)<0&&(u+=360),[e,Math.sqrt(t*t+r*r),u]},o.lch.lab=function(D){var u,e=D[0],t=D[1];return u=D[2]/360*2*Math.PI,[e,t*Math.cos(u),t*Math.sin(u)]},o.rgb.ansi16=function(D){var u=D[0],e=D[1],t=D[2],r=1 in arguments?arguments[1]:o.rgb.hsv(D)[2];if(0===(r=Math.round(r/50)))return 30;var n=30+(Math.round(t/255)<<2|Math.round(e/255)<<1|Math.round(u/255));return 2===r&&(n+=60),n},o.hsv.ansi16=function(D){return o.rgb.ansi16(o.hsv.rgb(D),D[2])},o.rgb.ansi256=function(D){var u=D[0],e=D[1],t=D[2];return u===e&&e===t?u<8?16:u>248?231:Math.round((u-8)/247*24)+232:16+36*Math.round(u/255*5)+6*Math.round(e/255*5)+Math.round(t/255*5)},o.ansi16.rgb=function(D){var u=D%10;if(0===u||7===u)return D>50&&(u+=3.5),[u=u/10.5*255,u,u];var e=.5*(1+~~(D>50));return[(1&u)*e*255,(u>>1&1)*e*255,(u>>2&1)*e*255]},o.ansi256.rgb=function(D){if(D>=232){var u=10*(D-232)+8;return[u,u,u]}var e;return D-=16,[Math.floor(D/36)/5*255,Math.floor((e=D%36)/6)/5*255,e%6/5*255]},o.rgb.hex=function(D){var u=(((255&Math.round(D[0]))<<16)+((255&Math.round(D[1]))<<8)+(255&Math.round(D[2]))).toString(16).toUpperCase();return"000000".substring(u.length)+u},o.hex.rgb=function(D){var u=D.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!u)return[0,0,0];var e=u[0];3===u[0].length&&(e=e.split("").map((function(D){return D+D})).join(""));var t=parseInt(e,16);return[t>>16&255,t>>8&255,255&t]},o.rgb.hcg=function(D){var u,e=D[0]/255,t=D[1]/255,r=D[2]/255,n=Math.max(Math.max(e,t),r),o=Math.min(Math.min(e,t),r),F=n-o;return u=F<=0?0:n===e?(t-r)/F%6:n===t?2+(r-e)/F:4+(e-t)/F+4,u/=6,[360*(u%=1),100*F,100*(F<1?o/(1-F):0)]},o.hsl.hcg=function(D){var u=D[1]/100,e=D[2]/100,t=1,r=0;return(t=e<.5?2*u*e:2*u*(1-e))<1&&(r=(e-.5*t)/(1-t)),[D[0],100*t,100*r]},o.hsv.hcg=function(D){var u=D[1]/100,e=D[2]/100,t=u*e,r=0;return t<1&&(r=(e-t)/(1-t)),[D[0],100*t,100*r]},o.hcg.rgb=function(D){var u=D[0]/360,e=D[1]/100,t=D[2]/100;if(0===e)return[255*t,255*t,255*t];var r,n=[0,0,0],o=u%1*6,F=o%1,a=1-F;switch(Math.floor(o)){case 0:n[0]=1,n[1]=F,n[2]=0;break;case 1:n[0]=a,n[1]=1,n[2]=0;break;case 2:n[0]=0,n[1]=1,n[2]=F;break;case 3:n[0]=0,n[1]=a,n[2]=1;break;case 4:n[0]=F,n[1]=0,n[2]=1;break;default:n[0]=1,n[1]=0,n[2]=a}return r=(1-e)*t,[255*(e*n[0]+r),255*(e*n[1]+r),255*(e*n[2]+r)]},o.hcg.hsv=function(D){var u=D[1]/100,e=u+D[2]/100*(1-u),t=0;return e>0&&(t=u/e),[D[0],100*t,100*e]},o.hcg.hsl=function(D){var u=D[1]/100,e=D[2]/100*(1-u)+.5*u,t=0;return e>0&&e<.5?t=u/(2*e):e>=.5&&e<1&&(t=u/(2*(1-e))),[D[0],100*t,100*e]},o.hcg.hwb=function(D){var u=D[1]/100,e=u+D[2]/100*(1-u);return[D[0],100*(e-u),100*(1-e)]},o.hwb.hcg=function(D){var u=D[1]/100,e=1-D[2]/100,t=e-u,r=0;return t<1&&(r=(e-t)/(1-t)),[D[0],100*t,100*r]},o.apple.rgb=function(D){return[D[0]/65535*255,D[1]/65535*255,D[2]/65535*255]},o.rgb.apple=function(D){return[D[0]/255*65535,D[1]/255*65535,D[2]/255*65535]},o.gray.rgb=function(D){return[D[0]/100*255,D[0]/100*255,D[0]/100*255]},o.gray.hsl=o.gray.hsv=function(D){return[0,0,D[0]]},o.gray.hwb=function(D){return[0,100,D[0]]},o.gray.cmyk=function(D){return[0,0,0,D[0]]},o.gray.lab=function(D){return[D[0],0,0]},o.gray.hex=function(D){var u=255&Math.round(D[0]/100*255),e=((u<<16)+(u<<8)+u).toString(16).toUpperCase();return"000000".substring(e.length)+e},o.rgb.gray=function(D){return[(D[0]+D[1]+D[2])/3/255*100]}},function(D,u){var e=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,t=/^\w*$/,r=/^\./,n=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,F=/^\[object .+?Constructor\]$/,a="object"==typeof global&&global&&global.Object===Object&&global,i="object"==typeof self&&self&&self.Object===Object&&self,C=a||i||Function("return this")();var s,l=Array.prototype,c=Function.prototype,E=Object.prototype,f=C["__core-js_shared__"],h=(s=/[^.]+$/.exec(f&&f.keys&&f.keys.IE_PROTO||""))?"Symbol(src)_1."+s:"",p=c.toString,g=E.hasOwnProperty,B=E.toString,b=RegExp("^"+p.call(g).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),d=C.Symbol,A=l.splice,y=P(C,"Map"),m=P(Object,"create"),v=d?d.prototype:void 0,w=v?v.toString:void 0;function _(D){var u=-1,e=D?D.length:0;for(this.clear();++u<e;){var t=D[u];this.set(t[0],t[1])}}function x(D){var u=-1,e=D?D.length:0;for(this.clear();++u<e;){var t=D[u];this.set(t[0],t[1])}}function M(D){var u=-1,e=D?D.length:0;for(this.clear();++u<e;){var t=D[u];this.set(t[0],t[1])}}function k(D,u){for(var e,t,r=D.length;r--;)if((e=D[r][0])===(t=u)||e!=e&&t!=t)return r;return-1}function O(D,u){for(var r,n=0,o=(u=function(D,u){if(T(D))return!1;var r=typeof D;if("number"==r||"symbol"==r||"boolean"==r||null==D||q(D))return!0;return t.test(D)||!e.test(D)||null!=u&&D in Object(u)}(u,D)?[u]:T(r=u)?r:$(r)).length;null!=D&&n<o;)D=D[L(u[n++])];return n&&n==o?D:void 0}function j(D){return!(!z(D)||(u=D,h&&h in u))&&(function(D){var u=z(D)?B.call(D):"";return"[object Function]"==u||"[object GeneratorFunction]"==u}(D)||function(D){var u=!1;if(null!=D&&"function"!=typeof D.toString)try{u=!!(D+"")}catch(D){}return u}(D)?b:F).test(function(D){if(null!=D){try{return p.call(D)}catch(D){}try{return D+""}catch(D){}}return""}(D));var u}function R(D,u){var e,t,r=D.__data__;return("string"==(t=typeof(e=u))||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e)?r["string"==typeof u?"string":"hash"]:r.map}function P(D,u){var e=function(D,u){return null==D?void 0:D[u]}(D,u);return j(e)?e:void 0}_.prototype.clear=function(){this.__data__=m?m(null):{}},_.prototype.delete=function(D){return this.has(D)&&delete this.__data__[D]},_.prototype.get=function(D){var u=this.__data__;if(m){var e=u[D];return"__lodash_hash_undefined__"===e?void 0:e}return g.call(u,D)?u[D]:void 0},_.prototype.has=function(D){var u=this.__data__;return m?void 0!==u[D]:g.call(u,D)},_.prototype.set=function(D,u){return this.__data__[D]=m&&void 0===u?"__lodash_hash_undefined__":u,this},x.prototype.clear=function(){this.__data__=[]},x.prototype.delete=function(D){var u=this.__data__,e=k(u,D);return!(e<0)&&(e==u.length-1?u.pop():A.call(u,e,1),!0)},x.prototype.get=function(D){var u=this.__data__,e=k(u,D);return e<0?void 0:u[e][1]},x.prototype.has=function(D){return k(this.__data__,D)>-1},x.prototype.set=function(D,u){var e=this.__data__,t=k(e,D);return t<0?e.push([D,u]):e[t][1]=u,this},M.prototype.clear=function(){this.__data__={hash:new _,map:new(y||x),string:new _}},M.prototype.delete=function(D){return R(this,D).delete(D)},M.prototype.get=function(D){return R(this,D).get(D)},M.prototype.has=function(D){return R(this,D).has(D)},M.prototype.set=function(D,u){return R(this,D).set(D,u),this};var $=S((function(D){var u;D=null==(u=D)?"":function(D){if("string"==typeof D)return D;if(q(D))return w?w.call(D):"";var u=D+"";return"0"==u&&1/D==-1/0?"-0":u}(u);var e=[];return r.test(D)&&e.push(""),D.replace(n,(function(D,u,t,r){e.push(t?r.replace(o,"$1"):u||D)})),e}));function L(D){if("string"==typeof D||q(D))return D;var u=D+"";return"0"==u&&1/D==-1/0?"-0":u}function S(D,u){if("function"!=typeof D||u&&"function"!=typeof u)throw new TypeError("Expected a function");var e=function(){var t=arguments,r=u?u.apply(this,t):t[0],n=e.cache;if(n.has(r))return n.get(r);var o=D.apply(this,t);return e.cache=n.set(r,o),o};return e.cache=new(S.Cache||M),e}S.Cache=M;var T=Array.isArray;function z(D){var u=typeof D;return!!D&&("object"==u||"function"==u)}function q(D){return"symbol"==typeof D||function(D){return!!D&&"object"==typeof D}(D)&&"[object Symbol]"==B.call(D)}D.exports=function(D,u,e){var t=null==D?void 0:O(D,u);return void 0===t?e:t}},function(module,exports,__webpack_require__){"use strict";const xrequire=eval("require"),makeCard=__webpack_require__(5),myPkg=xrequire("../package.json");console.log(makeCard(myPkg).boxenText)},function(D,u,e){"use strict";const t=e(6),r=(e(0),e(3)),n=e(35),o=e(36);D.exports=function(D){const u=D.myCard,e=Object.assign({_packageName:D.name},u.info),F=u.data,a=D=>D.replace(/{{([^}]+)}}/g,(D,u)=>r(e,u,"")),i=F.reduce((D,u)=>"string"!=typeof u&&u.hasOwnProperty("label")?(D.label=Math.max(D.label,o.remove(u.label).length),D.text=Math.max(D.text,o.remove(u.text).length),D):D,{label:0,text:0}),C=Object.assign({label:D=>D,text:D=>D},n._default),s=F.reduce((D,u)=>{let e;if(u.when&&""===a(u.when).trim())return D;if(!u.hasOwnProperty("label")&&u.hasOwnProperty("text")&&(u=u.text||""),"string"==typeof u)e=C.text(o.format(a(u)));else{const D=a(u.label),t=a(u.text),r=o.remove(D),F=Object.assign({},C,n[r]||n[r.toLowerCase()]);e=(u.hasOwnProperty("pad")?u.pad:new Array(i.label-r.length+1).join(" "))+F.label(o.format(D))+F.text(o.format(t),u._link)}return D.push(e),D},[]),l=s.join("\n"),c=n._boxen||{padding:1,margin:1,borderColor:"green",borderStyle:"round"},E=t(l,c);return{cardLines:s,cardText:l,boxenText:E}}},function(D,u,e){"use strict";const t=e(7),r=e(0),n=e(21),o=e(25),F=e(27),a=e(28),i=e(34),C=D=>{let u;return u="number"==typeof D?{top:D,right:3*D,bottom:D,left:3*D}:Object.assign({top:0,right:0,bottom:0,left:0},D),u},s=D=>D.match(/^#[0-f]{3}(?:[0-f]{3})?$/i),l=D=>"string"==typeof D&&(r[D]||s(D));D.exports=(D,u)=>{if((u=Object.assign({padding:0,borderStyle:"single",dimBorder:!1,align:"left",float:"left"},u)).borderColor&&!l(u.borderColor))throw new Error(u.borderColor+" is not a valid borderColor");if(u.backgroundColor&&!l(u.backgroundColor))throw new Error(u.backgroundColor+" is not a valid backgroundColor");const e=(D=>{const u=["topLeft","topRight","bottomRight","bottomLeft","vertical","horizontal"];let e;if("string"==typeof D){if(e=o[D],!e)throw new TypeError("Invalid border style: "+D)}else u.forEach(u=>{if(!D[u]||"string"!=typeof D[u])throw new TypeError("Invalid border style: "+u)}),e=D;return e})(u.borderStyle),c=C(u.padding),E=C(u.margin),f=D=>{const e=u.borderColor?(t=u.borderColor,s(t)?r.hex(t):r[t])(D):D;var t;return u.dimBorder?r.dim(e):e},h=D=>{return u.backgroundColor?(e=u.backgroundColor,s(e)?r.bgHex(e):r[F(["bg",e])])(D):D;var e};D=a(D,{align:u.align});let p=D.split("\n");c.top>0&&(p=new Array(c.top).fill("").concat(p)),c.bottom>0&&(p=p.concat(new Array(c.bottom).fill("")));const g=n(D)+c.left+c.right,B=" ".repeat(c.left),{columns:b}=i();let d=" ".repeat(E.left);if("center"===u.float){const D=Math.max((b-g)/2,0);d=" ".repeat(D)}else if("right"===u.float){const D=Math.max(b-g-E.right-2,0);d=" ".repeat(D)}const A=e.horizontal.repeat(g),y=f("\n".repeat(E.top)+d+e.topLeft+A+e.topRight),m=f(d+e.bottomLeft+A+e.bottomRight+"\n".repeat(E.bottom)),v=f(e.vertical);return y+"\n"+p.map(D=>{const u=" ".repeat(g-t(D)-c.left);return d+v+h(B+D+u)+v}).join("\n")+"\n"+m},D.exports._borderStyles=o},function(D,u,e){"use strict";const t=e(8),r=e(1),n=e(10)();D.exports=D=>{if("string"!=typeof(D=D.replace(n," "))||0===D.length)return 0;D=t(D);let u=0;for(let e=0;e<D.length;e++){const t=D.codePointAt(e);t<=31||t>=127&&t<=159||(t>=768&&t<=879||(t>65535&&e++,u+=r(t)?2:1))}return u}},function(D,u,e){"use strict";const t=e(9),r=D=>"string"==typeof D?D.replace(t(),""):D;D.exports=r,D.exports.default=r},function(D,u,e){"use strict";D.exports=D=>{D=Object.assign({onlyFirst:!1},D);const u=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(u,D.onlyFirst?void 0:"g")}},function(D,u,e){"use strict";D.exports=function(){return/\uD83C\uDFF4(?:\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74)\uDB40\uDC7F|\u200D\u2620\uFE0F)|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC68(?:\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\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDB0-\uDDB3])|(?:\uD83C[\uDFFB-\uDFFF])\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDB0-\uDDB3]))|\uD83D\uDC69\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[\uDDB0-\uDDB3])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2695\u2696\u2708]|\uD83D\uDC68(?:(?:\uD83C[\uDFFB-\uDFFF])\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\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83D\uDC69\u200D[\u2695\u2696\u2708])\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC68(?:\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDB0-\uDDB3])|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|(?:\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\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\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDD1-\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\uDEEB\uDEEC\uDEF4-\uDEF9]|\uD83E[\uDD10-\uDD3A\uDD3C-\uDD3E\uDD40-\uDD45\uDD47-\uDD70\uDD73-\uDD76\uDD7A\uDD7C-\uDDA2\uDDB0-\uDDB9\uDDC0-\uDDC2\uDDD0-\uDDFF])|(?:[#\*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\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEF9]|\uD83E[\uDD10-\uDD3A\uDD3C-\uDD3E\uDD40-\uDD45\uDD47-\uDD70\uDD73-\uDD76\uDD7A\uDD7C-\uDDA2\uDDB0-\uDDB9\uDDC0-\uDDC2\uDDD0-\uDDFF])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC69\uDC6E\uDC70-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD18-\uDD1C\uDD1E\uDD1F\uDD26\uDD30-\uDD39\uDD3D\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDD1-\uDDDD])/g}},function(D,u,e){"use strict";var t=/[|\\{}()[\]^$+*?.]/g;D.exports=function(D){if("string"!=typeof D)throw new TypeError("Expected a string");return D.replace(t,"\\$&")}},function(D,u,e){"use strict";(function(D){const u=e(14),t=(D,e)=>function(){const t=D.apply(u,arguments);return`[${t+e}m`},r=(D,e)=>function(){const t=D.apply(u,arguments);return`[${38+e};5;${t}m`},n=(D,e)=>function(){const t=D.apply(u,arguments);return`[${38+e};2;${t[0]};${t[1]};${t[2]}m`};Object.defineProperty(D,"exports",{enumerable:!0,get:function(){const D=new Map,e={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],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.grey=e.color.gray;for(const u of Object.keys(e)){const t=e[u];for(const u of Object.keys(t)){const r=t[u];e[u]={open:`[${r[0]}m`,close:`[${r[1]}m`},t[u]=e[u],D.set(r[0],r[1])}Object.defineProperty(e,u,{value:t,enumerable:!1}),Object.defineProperty(e,"codes",{value:D,enumerable:!1})}const o=D=>D,F=(D,u,e)=>[D,u,e];e.color.close="[39m",e.bgColor.close="[49m",e.color.ansi={ansi:t(o,0)},e.color.ansi256={ansi256:r(o,0)},e.color.ansi16m={rgb:n(F,0)},e.bgColor.ansi={ansi:t(o,10)},e.bgColor.ansi256={ansi256:r(o,10)},e.bgColor.ansi16m={rgb:n(F,10)};for(let D of Object.keys(u)){if("object"!=typeof u[D])continue;const o=u[D];"ansi16"===D&&(D="ansi"),"ansi16"in o&&(e.color.ansi[D]=t(o.ansi16,0),e.bgColor.ansi[D]=t(o.ansi16,10)),"ansi256"in o&&(e.color.ansi256[D]=r(o.ansi256,0),e.bgColor.ansi256[D]=r(o.ansi256,10)),"rgb"in o&&(e.color.ansi16m[D]=n(o.rgb,0),e.bgColor.ansi16m[D]=n(o.rgb,10))}return e}})}).call(this,e(13)(D))},function(D,u){D.exports=function(D){return D.webpackPolyfill||(D.deprecate=function(){},D.paths=[],D.children||(D.children=[]),Object.defineProperty(D,"loaded",{enumerable:!0,get:function(){return D.l}}),Object.defineProperty(D,"id",{enumerable:!0,get:function(){return D.i}}),D.webpackPolyfill=1),D}},function(D,u,e){var t=e(2),r=e(16),n={};Object.keys(t).forEach((function(D){n[D]={},Object.defineProperty(n[D],"channels",{value:t[D].channels}),Object.defineProperty(n[D],"labels",{value:t[D].labels});var u=r(D);Object.keys(u).forEach((function(e){var t=u[e];n[D][e]=function(D){var u=function(u){if(null==u)return u;arguments.length>1&&(u=Array.prototype.slice.call(arguments));var e=D(u);if("object"==typeof e)for(var t=e.length,r=0;r<t;r++)e[r]=Math.round(e[r]);return e};return"conversion"in D&&(u.conversion=D.conversion),u}(t),n[D][e].raw=function(D){var u=function(u){return null==u?u:(arguments.length>1&&(u=Array.prototype.slice.call(arguments)),D(u))};return"conversion"in D&&(u.conversion=D.conversion),u}(t)}))})),D.exports=n},function(D,u,e){"use strict";D.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]}},function(D,u,e){var t=e(2);function r(D){var u=function(){for(var D={},u=Object.keys(t),e=u.length,r=0;r<e;r++)D[u[r]]={distance:-1,parent:null};return D}(),e=[D];for(u[D].distance=0;e.length;)for(var r=e.pop(),n=Object.keys(t[r]),o=n.length,F=0;F<o;F++){var a=n[F],i=u[a];-1===i.distance&&(i.distance=u[r].distance+1,i.parent=r,e.unshift(a))}return u}function n(D,u){return function(e){return u(D(e))}}function o(D,u){for(var e=[u[D].parent,D],r=t[u[D].parent][D],o=u[D].parent;u[o].parent;)e.unshift(u[o].parent),r=n(t[u[o].parent][o],r),o=u[o].parent;return r.conversion=e,r}D.exports=function(D){for(var u=r(D),e={},t=Object.keys(u),n=t.length,F=0;F<n;F++){var a=t[F];null!==u[a].parent&&(e[a]=o(a,u))}return e}},function(D,u,e){"use strict";const t=e(18),r=e(19),n=process.env;let o;function F(D){return function(D){return 0!==D&&{level:D,hasBasic:!0,has256:D>=2,has16m:D>=3}}(function(D){if(!1===o)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(D&&!D.isTTY&&!0!==o)return 0;const u=o?1:0;if("win32"===process.platform){const D=t.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(D[0])>=10&&Number(D[2])>=10586?Number(D[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(D=>D in n)||"codeship"===n.CI_NAME?1:u;if("TEAMCITY_VERSION"in n)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(n.TEAMCITY_VERSION)?1:0;if("truecolor"===n.COLORTERM)return 3;if("TERM_PROGRAM"in n){const D=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return D>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(n.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(n.TERM)||"COLORTERM"in n?1:(n.TERM,u)}(D))}r("no-color")||r("no-colors")||r("color=false")?o=!1:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(o=!0),"FORCE_COLOR"in n&&(o=0===n.FORCE_COLOR.length||0!==parseInt(n.FORCE_COLOR,10)),D.exports={supportsColor:F,stdout:F(process.stdout),stderr:F(process.stderr)}},function(D,u){D.exports=require("os")},function(D,u,e){"use strict";D.exports=(D,u)=>{u=u||process.argv;const e=D.startsWith("-")?"":1===D.length?"-":"--",t=u.indexOf(e+D),r=u.indexOf("--");return-1!==t&&(-1===r||t<r)}},function(D,u,e){"use strict";const t=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,r=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,o=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,F=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function a(D){return"u"===D[0]&&5===D.length||"x"===D[0]&&3===D.length?String.fromCharCode(parseInt(D.slice(1),16)):F.get(D)||D}function i(D,u){const e=[],t=u.trim().split(/\s*,\s*/g);let r;for(const u of t)if(isNaN(u)){if(!(r=u.match(n)))throw new Error(`Invalid Chalk template style argument: ${u} (in style '${D}')`);e.push(r[2].replace(o,(D,u,e)=>u?a(u):e))}else e.push(Number(u));return e}function C(D){r.lastIndex=0;const u=[];let e;for(;null!==(e=r.exec(D));){const D=e[1];if(e[2]){const t=i(D,e[2]);u.push([D].concat(t))}else u.push([D])}return u}function s(D,u){const e={};for(const D of u)for(const u of D.styles)e[u[0]]=D.inverse?null:u.slice(1);let t=D;for(const D of Object.keys(e))if(Array.isArray(e[D])){if(!(D in t))throw new Error("Unknown Chalk style: "+D);t=e[D].length>0?t[D].apply(t,e[D]):t[D]}return t}D.exports=(D,u)=>{const e=[],r=[];let n=[];if(u.replace(t,(u,t,o,F,i,l)=>{if(t)n.push(a(t));else if(F){const u=n.join("");n=[],r.push(0===e.length?u:s(D,e)(u)),e.push({inverse:o,styles:C(F)})}else if(i){if(0===e.length)throw new Error("Found extraneous } in Chalk template literal");r.push(s(D,e)(n.join(""))),n=[],e.pop()}else n.push(l)}),r.push(n.join("")),e.length>0){const D=`Chalk template literal is missing ${e.length} closing bracket${1===e.length?"":"s"} (\`}\`)`;throw new Error(D)}return r.join("")}},function(D,u,e){"use strict";const t=e(22);D.exports=D=>{let u=0;for(const e of D.split("\n"))u=Math.max(u,t(e));return u}},function(D,u,e){"use strict";const t=e(23),r=e(1);D.exports=D=>{if("string"!=typeof D||0===D.length)return 0;D=t(D);let u=0;for(let e=0;e<D.length;e++){const t=D.codePointAt(e);t<=31||t>=127&&t<=159||(t>=768&&t<=879||(t>65535&&e++,u+=r(t)?2:1))}return u}},function(D,u,e){"use strict";const t=e(24);D.exports=D=>"string"==typeof D?D.replace(t(),""):D},function(D,u,e){"use strict";D.exports=()=>{const D=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[a-zA-Z\\d]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry=><~]))"].join("|");return new RegExp(D,"g")}},function(D,u,e){"use strict";D.exports=e(26)},function(D){D.exports=JSON.parse('{"single":{"topLeft":"┌","topRight":"┐","bottomRight":"┘","bottomLeft":"└","vertical":"│","horizontal":"─"},"double":{"topLeft":"╔","topRight":"╗","bottomRight":"╝","bottomLeft":"╚","vertical":"║","horizontal":"═"},"round":{"topLeft":"╭","topRight":"╮","bottomRight":"╯","bottomLeft":"╰","vertical":"│","horizontal":"─"},"single-double":{"topLeft":"╓","topRight":"╖","bottomRight":"╜","bottomLeft":"╙","vertical":"║","horizontal":"─"},"double-single":{"topLeft":"╒","topRight":"╕","bottomRight":"╛","bottomLeft":"╘","vertical":"│","horizontal":"═"},"classic":{"topLeft":"+","topRight":"+","bottomRight":"+","bottomLeft":"+","vertical":"|","horizontal":"-"}}')},function(D,u,e){"use strict";const t=(D,u)=>{if("string"!=typeof D&&!Array.isArray(D))throw new TypeError("Expected the input to be `string | string[]`");u=Object.assign({pascalCase:!1},u);if(0===(D=Array.isArray(D)?D.map(D=>D.trim()).filter(D=>D.length).join("-"):D.trim()).length)return"";if(1===D.length)return u.pascalCase?D.toUpperCase():D.toLowerCase();return D!==D.toLowerCase()&&(D=(D=>{let u=!1,e=!1,t=!1;for(let r=0;r<D.length;r++){const n=D[r];u&&/[a-zA-Z]/.test(n)&&n.toUpperCase()===n?(D=D.slice(0,r)+"-"+D.slice(r),u=!1,t=e,e=!0,r++):e&&t&&/[a-zA-Z]/.test(n)&&n.toLowerCase()===n?(D=D.slice(0,r-1)+"-"+D.slice(r-1),t=e,e=!1,u=!0):(u=n.toLowerCase()===n&&n.toUpperCase()!==n,t=e,e=n.toUpperCase()===n&&n.toLowerCase()!==n)}return D})(D)),D=D.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,(D,u)=>u.toUpperCase()).replace(/\d+(\w|$)/g,D=>D.toUpperCase()),e=D,u.pascalCase?e.charAt(0).toUpperCase()+e.slice(1):e;var e};D.exports=t,D.exports.default=t},function(D,u,e){"use strict";const t=e(29);function r(D,u){if(!D)return D;const e=(u=u||{}).align||"center";if("left"===e)return D;const r=u.split||"\n",F=u.pad||" ",a="right"!==e?n:o;let i,C=!1;Array.isArray(D)||(C=!0,D=String(D).split(r));let s=0;return D=D.map((function(D){return D=String(D),i=t(D),s=Math.max(i,s),{str:D,width:i}})).map((function(D){return new Array(a(s,D.width)+1).join(F)+D.str})),C?D.join(r):D}function n(D,u){return Math.floor((D-u)/2)}function o(D,u){return D-u}r.left=function(D){return r(D,{align:"left"})},r.center=function(D){return r(D,{align:"center"})},r.right=function(D){return r(D,{align:"right"})},D.exports=r},function(D,u,e){"use strict";const t=e(30),r=e(32),n=e(33),o=D=>{if("string"!=typeof D||0===D.length)return 0;if(0===(D=t(D)).length)return 0;D=D.replace(n()," ");let u=0;for(let e=0;e<D.length;e++){const t=D.codePointAt(e);t<=31||t>=127&&t<=159||(t>=768&&t<=879||(t>65535&&e++,u+=r(t)?2:1))}return u};D.exports=o,D.exports.default=o},function(D,u,e){"use strict";const t=e(31);D.exports=D=>"string"==typeof D?D.replace(t(),""):D},function(D,u,e){"use strict";D.exports=({onlyFirst:D=!1}={})=>{const u=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(u,D?void 0:"g")}},function(D,u,e){"use strict";const t=D=>!Number.isNaN(D)&&(D>=4352&&(D<=4447||9001===D||9002===D||11904<=D&&D<=12871&&12351!==D||12880<=D&&D<=19903||19968<=D&&D<=42182||43360<=D&&D<=43388||44032<=D&&D<=55203||63744<=D&&D<=64255||65040<=D&&D<=65049||65072<=D&&D<=65131||65281<=D&&D<=65376||65504<=D&&D<=65510||110592<=D&&D<=110593||127488<=D&&D<=127569||131072<=D&&D<=262141));D.exports=t,D.exports.default=t},function(D,u,e){"use strict";D.exports=function(){return/\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}},function(module,exports,__webpack_require__){"use strict";const xrequire=eval("require");try{module.exports=xrequire("term-size")}catch{module.exports=function(){return{rows:24,columns:80}}}},function(D,u,e){"use strict";const t=e(0);D.exports={work:{text:D=>t.white(D)},card:{text:D=>t.white(D)},_default:{label:D=>D&&t.white.bold(D+": ")||" ",text:(D,u)=>((D,u)=>u?`<a href="${u}">${D}</a>`:D)(t.white(D),u)},_boxen:{padding:1,margin:1,borderColor:"green",borderStyle:"round"}}},function(D,u,e){"use strict";const t=e(3),r=e(0);D.exports={format:function(D){return D.replace(/<([a-z.]+)>([^<]+)($|<\/[^>]*>)/g,(D,u,e)=>t(r,u)(e))},remove:function(D){return D.replace(/<[^>]*>/g,"").trim()}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports=function(D){var u={};function e(t){if(u[t])return u[t].exports;var r=u[t]={i:t,l:!1,exports:{}};return D[t].call(r.exports,r,r.exports,e),r.l=!0,r.exports}return e.m=D,e.c=u,e.d=function(D,u,t){e.o(D,u)||Object.defineProperty(D,u,{enumerable:!0,get:t})},e.r=function(D){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(D,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(D,"__esModule",{value:!0})},e.t=function(D,u){if(1&u&&(D=e(D)),8&u)return D;if(4&u&&"object"==typeof D&&D&&D.__esModule)return D;var t=Object.create(null);if(e.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:D}),2&u&&"string"!=typeof D)for(var r in D)e.d(t,r,function(u){return D[u]}.bind(null,r));return t},e.n=function(D){var u=D&&D.__esModule?function(){return D.default}:function(){return D};return e.d(u,"a",u),u},e.o=function(D,u){return Object.prototype.hasOwnProperty.call(D,u)},e.p="",e(e.s=4)}([function(D,u,e){"use strict";const t=e(11),r=e(12),n=e(17).stdout,o=e(20),F="win32"===process.platform&&!(process.env.TERM||"").toLowerCase().startsWith("xterm"),a=["ansi","ansi","ansi256","ansi16m"],i=new Set(["gray"]),C=Object.create(null);function s(D,u){u=u||{};const e=n?n.level:0;D.level=void 0===u.level?e:u.level,D.enabled="enabled"in u?u.enabled:D.level>0}function l(D){if(!this||!(this instanceof l)||this.template){const u={};return s(u,D),u.template=function(){const D=[].slice.call(arguments);return h.apply(null,[u.template].concat(D))},Object.setPrototypeOf(u,l.prototype),Object.setPrototypeOf(u.template,u),u.template.constructor=l,u.template}s(this,D)}F&&(r.blue.open="[94m");for(const D of Object.keys(r))r[D].closeRe=new RegExp(t(r[D].close),"g"),C[D]={get(){const u=r[D];return E.call(this,this._styles?this._styles.concat(u):[u],this._empty,D)}};C.visible={get(){return E.call(this,this._styles||[],!0,"visible")}},r.color.closeRe=new RegExp(t(r.color.close),"g");for(const D of Object.keys(r.color.ansi))i.has(D)||(C[D]={get(){const u=this.level;return function(){const e=r.color[a[u]][D].apply(null,arguments),t={open:e,close:r.color.close,closeRe:r.color.closeRe};return E.call(this,this._styles?this._styles.concat(t):[t],this._empty,D)}}});r.bgColor.closeRe=new RegExp(t(r.bgColor.close),"g");for(const D of Object.keys(r.bgColor.ansi)){if(i.has(D))continue;C["bg"+D[0].toUpperCase()+D.slice(1)]={get(){const u=this.level;return function(){const e=r.bgColor[a[u]][D].apply(null,arguments),t={open:e,close:r.bgColor.close,closeRe:r.bgColor.closeRe};return E.call(this,this._styles?this._styles.concat(t):[t],this._empty,D)}}}}const c=Object.defineProperties(()=>{},C);function E(D,u,e){const t=function(){return f.apply(t,arguments)};t._styles=D,t._empty=u;const r=this;return Object.defineProperty(t,"level",{enumerable:!0,get:()=>r.level,set(D){r.level=D}}),Object.defineProperty(t,"enabled",{enumerable:!0,get:()=>r.enabled,set(D){r.enabled=D}}),t.hasGrey=this.hasGrey||"gray"===e||"grey"===e,t.__proto__=c,t}function f(){const D=arguments,u=D.length;let e=String(arguments[0]);if(0===u)return"";if(u>1)for(let t=1;t<u;t++)e+=" "+D[t];if(!this.enabled||this.level<=0||!e)return this._empty?"":e;const t=r.dim.open;F&&this.hasGrey&&(r.dim.open="");for(const D of this._styles.slice().reverse())e=D.open+e.replace(D.closeRe,D.open)+D.close,e=e.replace(/\r?\n/g,`${D.close}$&${D.open}`);return r.dim.open=t,e}function h(D,u){if(!Array.isArray(u))return[].slice.call(arguments,1).join(" ");const e=[].slice.call(arguments,2),t=[u.raw[0]];for(let D=1;D<u.length;D++)t.push(String(e[D-1]).replace(/[{}\\]/g,"\\$&")),t.push(String(u.raw[D]));return o(D,t.join(""))}Object.defineProperties(l.prototype,C),D.exports=l(),D.exports.supportsColor=n,D.exports.default=D.exports},function(D,u,e){"use strict";D.exports=D=>!Number.isNaN(D)&&(D>=4352&&(D<=4447||9001===D||9002===D||11904<=D&&D<=12871&&12351!==D||12880<=D&&D<=19903||19968<=D&&D<=42182||43360<=D&&D<=43388||44032<=D&&D<=55203||63744<=D&&D<=64255||65040<=D&&D<=65049||65072<=D&&D<=65131||65281<=D&&D<=65376||65504<=D&&D<=65510||110592<=D&&D<=110593||127488<=D&&D<=127569||131072<=D&&D<=262141))},function(D,u,e){var t=e(15),r={};for(var n in t)t.hasOwnProperty(n)&&(r[t[n]]=n);var o=D.exports={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"]}};for(var F in o)if(o.hasOwnProperty(F)){if(!("channels"in o[F]))throw new Error("missing channels property: "+F);if(!("labels"in o[F]))throw new Error("missing channel labels property: "+F);if(o[F].labels.length!==o[F].channels)throw new Error("channel and label counts mismatch: "+F);var a=o[F].channels,i=o[F].labels;delete o[F].channels,delete o[F].labels,Object.defineProperty(o[F],"channels",{value:a}),Object.defineProperty(o[F],"labels",{value:i})}o.rgb.hsl=function(D){var u,e,t=D[0]/255,r=D[1]/255,n=D[2]/255,o=Math.min(t,r,n),F=Math.max(t,r,n),a=F-o;return F===o?u=0:t===F?u=(r-n)/a:r===F?u=2+(n-t)/a:n===F&&(u=4+(t-r)/a),(u=Math.min(60*u,360))<0&&(u+=360),e=(o+F)/2,[u,100*(F===o?0:e<=.5?a/(F+o):a/(2-F-o)),100*e]},o.rgb.hsv=function(D){var u,e,t,r,n,o=D[0]/255,F=D[1]/255,a=D[2]/255,i=Math.max(o,F,a),C=i-Math.min(o,F,a),s=function(D){return(i-D)/6/C+.5};return 0===C?r=n=0:(n=C/i,u=s(o),e=s(F),t=s(a),o===i?r=t-e:F===i?r=1/3+u-t:a===i&&(r=2/3+e-u),r<0?r+=1:r>1&&(r-=1)),[360*r,100*n,100*i]},o.rgb.hwb=function(D){var u=D[0],e=D[1],t=D[2];return[o.rgb.hsl(D)[0],100*(1/255*Math.min(u,Math.min(e,t))),100*(t=1-1/255*Math.max(u,Math.max(e,t)))]},o.rgb.cmyk=function(D){var u,e=D[0]/255,t=D[1]/255,r=D[2]/255;return[100*((1-e-(u=Math.min(1-e,1-t,1-r)))/(1-u)||0),100*((1-t-u)/(1-u)||0),100*((1-r-u)/(1-u)||0),100*u]},o.rgb.keyword=function(D){var u=r[D];if(u)return u;var e,n,o,F=1/0;for(var a in t)if(t.hasOwnProperty(a)){var i=t[a],C=(n=D,o=i,Math.pow(n[0]-o[0],2)+Math.pow(n[1]-o[1],2)+Math.pow(n[2]-o[2],2));C<F&&(F=C,e=a)}return e},o.keyword.rgb=function(D){return t[D]},o.rgb.xyz=function(D){var u=D[0]/255,e=D[1]/255,t=D[2]/255;return[100*(.4124*(u=u>.04045?Math.pow((u+.055)/1.055,2.4):u/12.92)+.3576*(e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92)+.1805*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)),100*(.2126*u+.7152*e+.0722*t),100*(.0193*u+.1192*e+.9505*t)]},o.rgb.lab=function(D){var u=o.rgb.xyz(D),e=u[0],t=u[1],r=u[2];return t/=100,r/=108.883,e=(e/=95.047)>.008856?Math.pow(e,1/3):7.787*e+16/116,[116*(t=t>.008856?Math.pow(t,1/3):7.787*t+16/116)-16,500*(e-t),200*(t-(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116))]},o.hsl.rgb=function(D){var u,e,t,r,n,o=D[0]/360,F=D[1]/100,a=D[2]/100;if(0===F)return[n=255*a,n,n];u=2*a-(e=a<.5?a*(1+F):a+F-a*F),r=[0,0,0];for(var i=0;i<3;i++)(t=o+1/3*-(i-1))<0&&t++,t>1&&t--,n=6*t<1?u+6*(e-u)*t:2*t<1?e:3*t<2?u+(e-u)*(2/3-t)*6:u,r[i]=255*n;return r},o.hsl.hsv=function(D){var u=D[0],e=D[1]/100,t=D[2]/100,r=e,n=Math.max(t,.01);return e*=(t*=2)<=1?t:2-t,r*=n<=1?n:2-n,[u,100*(0===t?2*r/(n+r):2*e/(t+e)),100*((t+e)/2)]},o.hsv.rgb=function(D){var u=D[0]/60,e=D[1]/100,t=D[2]/100,r=Math.floor(u)%6,n=u-Math.floor(u),o=255*t*(1-e),F=255*t*(1-e*n),a=255*t*(1-e*(1-n));switch(t*=255,r){case 0:return[t,a,o];case 1:return[F,t,o];case 2:return[o,t,a];case 3:return[o,F,t];case 4:return[a,o,t];case 5:return[t,o,F]}},o.hsv.hsl=function(D){var u,e,t,r=D[0],n=D[1]/100,o=D[2]/100,F=Math.max(o,.01);return t=(2-n)*o,e=n*F,[r,100*(e=(e/=(u=(2-n)*F)<=1?u:2-u)||0),100*(t/=2)]},o.hwb.rgb=function(D){var u,e,t,r,n,o,F,a=D[0]/360,i=D[1]/100,C=D[2]/100,s=i+C;switch(s>1&&(i/=s,C/=s),t=6*a-(u=Math.floor(6*a)),0!=(1&u)&&(t=1-t),r=i+t*((e=1-C)-i),u){default:case 6:case 0:n=e,o=r,F=i;break;case 1:n=r,o=e,F=i;break;case 2:n=i,o=e,F=r;break;case 3:n=i,o=r,F=e;break;case 4:n=r,o=i,F=e;break;case 5:n=e,o=i,F=r}return[255*n,255*o,255*F]},o.cmyk.rgb=function(D){var u=D[0]/100,e=D[1]/100,t=D[2]/100,r=D[3]/100;return[255*(1-Math.min(1,u*(1-r)+r)),255*(1-Math.min(1,e*(1-r)+r)),255*(1-Math.min(1,t*(1-r)+r))]},o.xyz.rgb=function(D){var u,e,t,r=D[0]/100,n=D[1]/100,o=D[2]/100;return e=-.9689*r+1.8758*n+.0415*o,t=.0557*r+-.204*n+1.057*o,u=(u=3.2406*r+-1.5372*n+-.4986*o)>.0031308?1.055*Math.pow(u,1/2.4)-.055:12.92*u,e=e>.0031308?1.055*Math.pow(e,1/2.4)-.055:12.92*e,t=t>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,[255*(u=Math.min(Math.max(0,u),1)),255*(e=Math.min(Math.max(0,e),1)),255*(t=Math.min(Math.max(0,t),1))]},o.xyz.lab=function(D){var u=D[0],e=D[1],t=D[2];return e/=100,t/=108.883,u=(u/=95.047)>.008856?Math.pow(u,1/3):7.787*u+16/116,[116*(e=e>.008856?Math.pow(e,1/3):7.787*e+16/116)-16,500*(u-e),200*(e-(t=t>.008856?Math.pow(t,1/3):7.787*t+16/116))]},o.lab.xyz=function(D){var u,e,t,r=D[0];u=D[1]/500+(e=(r+16)/116),t=e-D[2]/200;var n=Math.pow(e,3),o=Math.pow(u,3),F=Math.pow(t,3);return e=n>.008856?n:(e-16/116)/7.787,u=o>.008856?o:(u-16/116)/7.787,t=F>.008856?F:(t-16/116)/7.787,[u*=95.047,e*=100,t*=108.883]},o.lab.lch=function(D){var u,e=D[0],t=D[1],r=D[2];return(u=360*Math.atan2(r,t)/2/Math.PI)<0&&(u+=360),[e,Math.sqrt(t*t+r*r),u]},o.lch.lab=function(D){var u,e=D[0],t=D[1];return u=D[2]/360*2*Math.PI,[e,t*Math.cos(u),t*Math.sin(u)]},o.rgb.ansi16=function(D){var u=D[0],e=D[1],t=D[2],r=1 in arguments?arguments[1]:o.rgb.hsv(D)[2];if(0===(r=Math.round(r/50)))return 30;var n=30+(Math.round(t/255)<<2|Math.round(e/255)<<1|Math.round(u/255));return 2===r&&(n+=60),n},o.hsv.ansi16=function(D){return o.rgb.ansi16(o.hsv.rgb(D),D[2])},o.rgb.ansi256=function(D){var u=D[0],e=D[1],t=D[2];return u===e&&e===t?u<8?16:u>248?231:Math.round((u-8)/247*24)+232:16+36*Math.round(u/255*5)+6*Math.round(e/255*5)+Math.round(t/255*5)},o.ansi16.rgb=function(D){var u=D%10;if(0===u||7===u)return D>50&&(u+=3.5),[u=u/10.5*255,u,u];var e=.5*(1+~~(D>50));return[(1&u)*e*255,(u>>1&1)*e*255,(u>>2&1)*e*255]},o.ansi256.rgb=function(D){if(D>=232){var u=10*(D-232)+8;return[u,u,u]}var e;return D-=16,[Math.floor(D/36)/5*255,Math.floor((e=D%36)/6)/5*255,e%6/5*255]},o.rgb.hex=function(D){var u=(((255&Math.round(D[0]))<<16)+((255&Math.round(D[1]))<<8)+(255&Math.round(D[2]))).toString(16).toUpperCase();return"000000".substring(u.length)+u},o.hex.rgb=function(D){var u=D.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!u)return[0,0,0];var e=u[0];3===u[0].length&&(e=e.split("").map((function(D){return D+D})).join(""));var t=parseInt(e,16);return[t>>16&255,t>>8&255,255&t]},o.rgb.hcg=function(D){var u,e=D[0]/255,t=D[1]/255,r=D[2]/255,n=Math.max(Math.max(e,t),r),o=Math.min(Math.min(e,t),r),F=n-o;return u=F<=0?0:n===e?(t-r)/F%6:n===t?2+(r-e)/F:4+(e-t)/F+4,u/=6,[360*(u%=1),100*F,100*(F<1?o/(1-F):0)]},o.hsl.hcg=function(D){var u=D[1]/100,e=D[2]/100,t=1,r=0;return(t=e<.5?2*u*e:2*u*(1-e))<1&&(r=(e-.5*t)/(1-t)),[D[0],100*t,100*r]},o.hsv.hcg=function(D){var u=D[1]/100,e=D[2]/100,t=u*e,r=0;return t<1&&(r=(e-t)/(1-t)),[D[0],100*t,100*r]},o.hcg.rgb=function(D){var u=D[0]/360,e=D[1]/100,t=D[2]/100;if(0===e)return[255*t,255*t,255*t];var r,n=[0,0,0],o=u%1*6,F=o%1,a=1-F;switch(Math.floor(o)){case 0:n[0]=1,n[1]=F,n[2]=0;break;case 1:n[0]=a,n[1]=1,n[2]=0;break;case 2:n[0]=0,n[1]=1,n[2]=F;break;case 3:n[0]=0,n[1]=a,n[2]=1;break;case 4:n[0]=F,n[1]=0,n[2]=1;break;default:n[0]=1,n[1]=0,n[2]=a}return r=(1-e)*t,[255*(e*n[0]+r),255*(e*n[1]+r),255*(e*n[2]+r)]},o.hcg.hsv=function(D){var u=D[1]/100,e=u+D[2]/100*(1-u),t=0;return e>0&&(t=u/e),[D[0],100*t,100*e]},o.hcg.hsl=function(D){var u=D[1]/100,e=D[2]/100*(1-u)+.5*u,t=0;return e>0&&e<.5?t=u/(2*e):e>=.5&&e<1&&(t=u/(2*(1-e))),[D[0],100*t,100*e]},o.hcg.hwb=function(D){var u=D[1]/100,e=u+D[2]/100*(1-u);return[D[0],100*(e-u),100*(1-e)]},o.hwb.hcg=function(D){var u=D[1]/100,e=1-D[2]/100,t=e-u,r=0;return t<1&&(r=(e-t)/(1-t)),[D[0],100*t,100*r]},o.apple.rgb=function(D){return[D[0]/65535*255,D[1]/65535*255,D[2]/65535*255]},o.rgb.apple=function(D){return[D[0]/255*65535,D[1]/255*65535,D[2]/255*65535]},o.gray.rgb=function(D){return[D[0]/100*255,D[0]/100*255,D[0]/100*255]},o.gray.hsl=o.gray.hsv=function(D){return[0,0,D[0]]},o.gray.hwb=function(D){return[0,100,D[0]]},o.gray.cmyk=function(D){return[0,0,0,D[0]]},o.gray.lab=function(D){return[D[0],0,0]},o.gray.hex=function(D){var u=255&Math.round(D[0]/100*255),e=((u<<16)+(u<<8)+u).toString(16).toUpperCase();return"000000".substring(e.length)+e},o.rgb.gray=function(D){return[(D[0]+D[1]+D[2])/3/255*100]}},function(D,u){var e=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,t=/^\w*$/,r=/^\./,n=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,o=/\\(\\)?/g,F=/^\[object .+?Constructor\]$/,a="object"==typeof global&&global&&global.Object===Object&&global,i="object"==typeof self&&self&&self.Object===Object&&self,C=a||i||Function("return this")();var s,l=Array.prototype,c=Function.prototype,E=Object.prototype,f=C["__core-js_shared__"],h=(s=/[^.]+$/.exec(f&&f.keys&&f.keys.IE_PROTO||""))?"Symbol(src)_1."+s:"",p=c.toString,g=E.hasOwnProperty,B=E.toString,b=RegExp("^"+p.call(g).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),d=C.Symbol,A=l.splice,y=P(C,"Map"),m=P(Object,"create"),v=d?d.prototype:void 0,w=v?v.toString:void 0;function _(D){var u=-1,e=D?D.length:0;for(this.clear();++u<e;){var t=D[u];this.set(t[0],t[1])}}function x(D){var u=-1,e=D?D.length:0;for(this.clear();++u<e;){var t=D[u];this.set(t[0],t[1])}}function M(D){var u=-1,e=D?D.length:0;for(this.clear();++u<e;){var t=D[u];this.set(t[0],t[1])}}function k(D,u){for(var e,t,r=D.length;r--;)if((e=D[r][0])===(t=u)||e!=e&&t!=t)return r;return-1}function O(D,u){for(var r,n=0,o=(u=function(D,u){if(T(D))return!1;var r=typeof D;if("number"==r||"symbol"==r||"boolean"==r||null==D||q(D))return!0;return t.test(D)||!e.test(D)||null!=u&&D in Object(u)}(u,D)?[u]:T(r=u)?r:$(r)).length;null!=D&&n<o;)D=D[L(u[n++])];return n&&n==o?D:void 0}function j(D){return!(!z(D)||(u=D,h&&h in u))&&(function(D){var u=z(D)?B.call(D):"";return"[object Function]"==u||"[object GeneratorFunction]"==u}(D)||function(D){var u=!1;if(null!=D&&"function"!=typeof D.toString)try{u=!!(D+"")}catch(D){}return u}(D)?b:F).test(function(D){if(null!=D){try{return p.call(D)}catch(D){}try{return D+""}catch(D){}}return""}(D));var u}function R(D,u){var e,t,r=D.__data__;return("string"==(t=typeof(e=u))||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e)?r["string"==typeof u?"string":"hash"]:r.map}function P(D,u){var e=function(D,u){return null==D?void 0:D[u]}(D,u);return j(e)?e:void 0}_.prototype.clear=function(){this.__data__=m?m(null):{}},_.prototype.delete=function(D){return this.has(D)&&delete this.__data__[D]},_.prototype.get=function(D){var u=this.__data__;if(m){var e=u[D];return"__lodash_hash_undefined__"===e?void 0:e}return g.call(u,D)?u[D]:void 0},_.prototype.has=function(D){var u=this.__data__;return m?void 0!==u[D]:g.call(u,D)},_.prototype.set=function(D,u){return this.__data__[D]=m&&void 0===u?"__lodash_hash_undefined__":u,this},x.prototype.clear=function(){this.__data__=[]},x.prototype.delete=function(D){var u=this.__data__,e=k(u,D);return!(e<0)&&(e==u.length-1?u.pop():A.call(u,e,1),!0)},x.prototype.get=function(D){var u=this.__data__,e=k(u,D);return e<0?void 0:u[e][1]},x.prototype.has=function(D){return k(this.__data__,D)>-1},x.prototype.set=function(D,u){var e=this.__data__,t=k(e,D);return t<0?e.push([D,u]):e[t][1]=u,this},M.prototype.clear=function(){this.__data__={hash:new _,map:new(y||x),string:new _}},M.prototype.delete=function(D){return R(this,D).delete(D)},M.prototype.get=function(D){return R(this,D).get(D)},M.prototype.has=function(D){return R(this,D).has(D)},M.prototype.set=function(D,u){return R(this,D).set(D,u),this};var $=S((function(D){var u;D=null==(u=D)?"":function(D){if("string"==typeof D)return D;if(q(D))return w?w.call(D):"";var u=D+"";return"0"==u&&1/D==-1/0?"-0":u}(u);var e=[];return r.test(D)&&e.push(""),D.replace(n,(function(D,u,t,r){e.push(t?r.replace(o,"$1"):u||D)})),e}));function L(D){if("string"==typeof D||q(D))return D;var u=D+"";return"0"==u&&1/D==-1/0?"-0":u}function S(D,u){if("function"!=typeof D||u&&"function"!=typeof u)throw new TypeError("Expected a function");var e=function(){var t=arguments,r=u?u.apply(this,t):t[0],n=e.cache;if(n.has(r))return n.get(r);var o=D.apply(this,t);return e.cache=n.set(r,o),o};return e.cache=new(S.Cache||M),e}S.Cache=M;var T=Array.isArray;function z(D){var u=typeof D;return!!D&&("object"==u||"function"==u)}function q(D){return"symbol"==typeof D||function(D){return!!D&&"object"==typeof D}(D)&&"[object Symbol]"==B.call(D)}D.exports=function(D,u,e){var t=null==D?void 0:O(D,u);return void 0===t?e:t}},function(module,exports,__webpack_require__){"use strict";const xrequire=eval("require"),makeCard=__webpack_require__(5),myPkg=xrequire("../package.json");console.log(makeCard(myPkg).boxenText)},function(D,u,e){"use strict";const t=e(6),r=(e(0),e(3)),n=e(35),o=e(36);D.exports=function(D){const u=D.myCard,e=Object.assign({_packageName:D.name},u.info),F=u.data,a=D=>D.replace(/{{([^}]+)}}/g,(D,u)=>r(e,u,"")),i=F.reduce((D,u)=>"string"!=typeof u&&u.hasOwnProperty("label")?(D.label=Math.max(D.label,o.remove(u.label).length),D.text=Math.max(D.text,o.remove(u.text).length),D):D,{label:0,text:0}),C=Object.assign({label:D=>D,text:D=>D},n._default),s=F.reduce((D,u)=>{let e;if(u.when&&""===a(u.when).trim())return D;if(!u.hasOwnProperty("label")&&u.hasOwnProperty("text")&&(u=u.text||""),"string"==typeof u)e=C.text(o.format(a(u)));else{const D=a(u.label),t=a(u.text),r=o.remove(D),F=Object.assign({},C,n[r]||n[r.toLowerCase()]);e=(u.hasOwnProperty("pad")?u.pad:new Array(i.label-r.length+1).join(" "))+F.label(o.format(D))+F.text(o.format(t),u._link)}return D.push(e),D},[]),l=s.join("\n"),c=n._boxen||{padding:1,margin:1,borderColor:"green",borderStyle:"round"},E=t(l,c);return{cardLines:s,cardText:l,boxenText:E}}},function(D,u,e){"use strict";const t=e(7),r=e(0),n=e(21),o=e(25),F=e(27),a=e(28),i=e(34),C=D=>{let u;return u="number"==typeof D?{top:D,right:3*D,bottom:D,left:3*D}:Object.assign({top:0,right:0,bottom:0,left:0},D),u},s=D=>D.match(/^#[0-f]{3}(?:[0-f]{3})?$/i),l=D=>"string"==typeof D&&(r[D]||s(D));D.exports=(D,u)=>{if((u=Object.assign({padding:0,borderStyle:"single",dimBorder:!1,align:"left",float:"left"},u)).borderColor&&!l(u.borderColor))throw new Error(u.borderColor+" is not a valid borderColor");if(u.backgroundColor&&!l(u.backgroundColor))throw new Error(u.backgroundColor+" is not a valid backgroundColor");const e=(D=>{const u=["topLeft","topRight","bottomRight","bottomLeft","vertical","horizontal"];let e;if("string"==typeof D){if(e=o[D],!e)throw new TypeError("Invalid border style: "+D)}else u.forEach(u=>{if(!D[u]||"string"!=typeof D[u])throw new TypeError("Invalid border style: "+u)}),e=D;return e})(u.borderStyle),c=C(u.padding),E=C(u.margin),f=D=>{const e=u.borderColor?(t=u.borderColor,s(t)?r.hex(t):r[t])(D):D;var t;return u.dimBorder?r.dim(e):e},h=D=>{return u.backgroundColor?(e=u.backgroundColor,s(e)?r.bgHex(e):r[F(["bg",e])])(D):D;var e};D=a(D,{align:u.align});let p=D.split("\n");c.top>0&&(p=new Array(c.top).fill("").concat(p)),c.bottom>0&&(p=p.concat(new Array(c.bottom).fill("")));const g=n(D)+c.left+c.right,B=" ".repeat(c.left),{columns:b}=i();let d=" ".repeat(E.left);if("center"===u.float){const D=Math.max((b-g)/2,0);d=" ".repeat(D)}else if("right"===u.float){const D=Math.max(b-g-E.right-2,0);d=" ".repeat(D)}const A=e.horizontal.repeat(g),y=f("\n".repeat(E.top)+d+e.topLeft+A+e.topRight),m=f(d+e.bottomLeft+A+e.bottomRight+"\n".repeat(E.bottom)),v=f(e.vertical);return y+"\n"+p.map(D=>{const u=" ".repeat(g-t(D)-c.left);return d+v+h(B+D+u)+v}).join("\n")+"\n"+m},D.exports._borderStyles=o},function(D,u,e){"use strict";const t=e(8),r=e(1),n=e(10)();D.exports=D=>{if("string"!=typeof(D=D.replace(n," "))||0===D.length)return 0;D=t(D);let u=0;for(let e=0;e<D.length;e++){const t=D.codePointAt(e);t<=31||t>=127&&t<=159||(t>=768&&t<=879||(t>65535&&e++,u+=r(t)?2:1))}return u}},function(D,u,e){"use strict";const t=e(9),r=D=>"string"==typeof D?D.replace(t(),""):D;D.exports=r,D.exports.default=r},function(D,u,e){"use strict";D.exports=D=>{D=Object.assign({onlyFirst:!1},D);const u=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(u,D.onlyFirst?void 0:"g")}},function(D,u,e){"use strict";D.exports=function(){return/\uD83C\uDFF4(?:\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74)\uDB40\uDC7F|\u200D\u2620\uFE0F)|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC68(?:\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\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDB0-\uDDB3])|(?:\uD83C[\uDFFB-\uDFFF])\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDB0-\uDDB3]))|\uD83D\uDC69\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[\uDDB0-\uDDB3])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2695\u2696\u2708]|\uD83D\uDC68(?:(?:\uD83C[\uDFFB-\uDFFF])\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\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83D\uDC69\u200D[\u2695\u2696\u2708])\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC68(?:\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDB0-\uDDB3])|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|(?:\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\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\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDD1-\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\uDEEB\uDEEC\uDEF4-\uDEF9]|\uD83E[\uDD10-\uDD3A\uDD3C-\uDD3E\uDD40-\uDD45\uDD47-\uDD70\uDD73-\uDD76\uDD7A\uDD7C-\uDDA2\uDDB0-\uDDB9\uDDC0-\uDDC2\uDDD0-\uDDFF])|(?:[#\*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\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEF9]|\uD83E[\uDD10-\uDD3A\uDD3C-\uDD3E\uDD40-\uDD45\uDD47-\uDD70\uDD73-\uDD76\uDD7A\uDD7C-\uDDA2\uDDB0-\uDDB9\uDDC0-\uDDC2\uDDD0-\uDDFF])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC69\uDC6E\uDC70-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD18-\uDD1C\uDD1E\uDD1F\uDD26\uDD30-\uDD39\uDD3D\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDD1-\uDDDD])/g}},function(D,u,e){"use strict";var t=/[|\\{}()[\]^$+*?.]/g;D.exports=function(D){if("string"!=typeof D)throw new TypeError("Expected a string");return D.replace(t,"\\$&")}},function(D,u,e){"use strict";(function(D){const u=e(14),t=(D,e)=>function(){const t=D.apply(u,arguments);return`[${t+e}m`},r=(D,e)=>function(){const t=D.apply(u,arguments);return`[${38+e};5;${t}m`},n=(D,e)=>function(){const t=D.apply(u,arguments);return`[${38+e};2;${t[0]};${t[1]};${t[2]}m`};Object.defineProperty(D,"exports",{enumerable:!0,get:function(){const D=new Map,e={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],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};e.color.grey=e.color.gray;for(const u of Object.keys(e)){const t=e[u];for(const u of Object.keys(t)){const r=t[u];e[u]={open:`[${r[0]}m`,close:`[${r[1]}m`},t[u]=e[u],D.set(r[0],r[1])}Object.defineProperty(e,u,{value:t,enumerable:!1}),Object.defineProperty(e,"codes",{value:D,enumerable:!1})}const o=D=>D,F=(D,u,e)=>[D,u,e];e.color.close="[39m",e.bgColor.close="[49m",e.color.ansi={ansi:t(o,0)},e.color.ansi256={ansi256:r(o,0)},e.color.ansi16m={rgb:n(F,0)},e.bgColor.ansi={ansi:t(o,10)},e.bgColor.ansi256={ansi256:r(o,10)},e.bgColor.ansi16m={rgb:n(F,10)};for(let D of Object.keys(u)){if("object"!=typeof u[D])continue;const o=u[D];"ansi16"===D&&(D="ansi"),"ansi16"in o&&(e.color.ansi[D]=t(o.ansi16,0),e.bgColor.ansi[D]=t(o.ansi16,10)),"ansi256"in o&&(e.color.ansi256[D]=r(o.ansi256,0),e.bgColor.ansi256[D]=r(o.ansi256,10)),"rgb"in o&&(e.color.ansi16m[D]=n(o.rgb,0),e.bgColor.ansi16m[D]=n(o.rgb,10))}return e}})}).call(this,e(13)(D))},function(D,u){D.exports=function(D){return D.webpackPolyfill||(D.deprecate=function(){},D.paths=[],D.children||(D.children=[]),Object.defineProperty(D,"loaded",{enumerable:!0,get:function(){return D.l}}),Object.defineProperty(D,"id",{enumerable:!0,get:function(){return D.i}}),D.webpackPolyfill=1),D}},function(D,u,e){var t=e(2),r=e(16),n={};Object.keys(t).forEach((function(D){n[D]={},Object.defineProperty(n[D],"channels",{value:t[D].channels}),Object.defineProperty(n[D],"labels",{value:t[D].labels});var u=r(D);Object.keys(u).forEach((function(e){var t=u[e];n[D][e]=function(D){var u=function(u){if(null==u)return u;arguments.length>1&&(u=Array.prototype.slice.call(arguments));var e=D(u);if("object"==typeof e)for(var t=e.length,r=0;r<t;r++)e[r]=Math.round(e[r]);return e};return"conversion"in D&&(u.conversion=D.conversion),u}(t),n[D][e].raw=function(D){var u=function(u){return null==u?u:(arguments.length>1&&(u=Array.prototype.slice.call(arguments)),D(u))};return"conversion"in D&&(u.conversion=D.conversion),u}(t)}))})),D.exports=n},function(D,u,e){"use strict";D.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]}},function(D,u,e){var t=e(2);function r(D){var u=function(){for(var D={},u=Object.keys(t),e=u.length,r=0;r<e;r++)D[u[r]]={distance:-1,parent:null};return D}(),e=[D];for(u[D].distance=0;e.length;)for(var r=e.pop(),n=Object.keys(t[r]),o=n.length,F=0;F<o;F++){var a=n[F],i=u[a];-1===i.distance&&(i.distance=u[r].distance+1,i.parent=r,e.unshift(a))}return u}function n(D,u){return function(e){return u(D(e))}}function o(D,u){for(var e=[u[D].parent,D],r=t[u[D].parent][D],o=u[D].parent;u[o].parent;)e.unshift(u[o].parent),r=n(t[u[o].parent][o],r),o=u[o].parent;return r.conversion=e,r}D.exports=function(D){for(var u=r(D),e={},t=Object.keys(u),n=t.length,F=0;F<n;F++){var a=t[F];null!==u[a].parent&&(e[a]=o(a,u))}return e}},function(D,u,e){"use strict";const t=e(18),r=e(19),n=process.env;let o;function F(D){return function(D){return 0!==D&&{level:D,hasBasic:!0,has256:D>=2,has16m:D>=3}}(function(D){if(!1===o)return 0;if(r("color=16m")||r("color=full")||r("color=truecolor"))return 3;if(r("color=256"))return 2;if(D&&!D.isTTY&&!0!==o)return 0;const u=o?1:0;if("win32"===process.platform){const D=t.release().split(".");return Number(process.versions.node.split(".")[0])>=8&&Number(D[0])>=10&&Number(D[2])>=10586?Number(D[2])>=14931?3:2:1}if("CI"in n)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some(D=>D in n)||"codeship"===n.CI_NAME?1:u;if("TEAMCITY_VERSION"in n)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(n.TEAMCITY_VERSION)?1:0;if("truecolor"===n.COLORTERM)return 3;if("TERM_PROGRAM"in n){const D=parseInt((n.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(n.TERM_PROGRAM){case"iTerm.app":return D>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(n.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(n.TERM)||"COLORTERM"in n?1:(n.TERM,u)}(D))}r("no-color")||r("no-colors")||r("color=false")?o=!1:(r("color")||r("colors")||r("color=true")||r("color=always"))&&(o=!0),"FORCE_COLOR"in n&&(o=0===n.FORCE_COLOR.length||0!==parseInt(n.FORCE_COLOR,10)),D.exports={supportsColor:F,stdout:F(process.stdout),stderr:F(process.stderr)}},function(D,u){D.exports=require("os")},function(D,u,e){"use strict";D.exports=(D,u)=>{u=u||process.argv;const e=D.startsWith("-")?"":1===D.length?"-":"--",t=u.indexOf(e+D),r=u.indexOf("--");return-1!==t&&(-1===r||t<r)}},function(D,u,e){"use strict";const t=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,r=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,n=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,o=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,F=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function a(D){return"u"===D[0]&&5===D.length||"x"===D[0]&&3===D.length?String.fromCharCode(parseInt(D.slice(1),16)):F.get(D)||D}function i(D,u){const e=[],t=u.trim().split(/\s*,\s*/g);let r;for(const u of t)if(isNaN(u)){if(!(r=u.match(n)))throw new Error(`Invalid Chalk template style argument: ${u} (in style '${D}')`);e.push(r[2].replace(o,(D,u,e)=>u?a(u):e))}else e.push(Number(u));return e}function C(D){r.lastIndex=0;const u=[];let e;for(;null!==(e=r.exec(D));){const D=e[1];if(e[2]){const t=i(D,e[2]);u.push([D].concat(t))}else u.push([D])}return u}function s(D,u){const e={};for(const D of u)for(const u of D.styles)e[u[0]]=D.inverse?null:u.slice(1);let t=D;for(const D of Object.keys(e))if(Array.isArray(e[D])){if(!(D in t))throw new Error("Unknown Chalk style: "+D);t=e[D].length>0?t[D].apply(t,e[D]):t[D]}return t}D.exports=(D,u)=>{const e=[],r=[];let n=[];if(u.replace(t,(u,t,o,F,i,l)=>{if(t)n.push(a(t));else if(F){const u=n.join("");n=[],r.push(0===e.length?u:s(D,e)(u)),e.push({inverse:o,styles:C(F)})}else if(i){if(0===e.length)throw new Error("Found extraneous } in Chalk template literal");r.push(s(D,e)(n.join(""))),n=[],e.pop()}else n.push(l)}),r.push(n.join("")),e.length>0){const D=`Chalk template literal is missing ${e.length} closing bracket${1===e.length?"":"s"} (\`}\`)`;throw new Error(D)}return r.join("")}},function(D,u,e){"use strict";const t=e(22);D.exports=D=>{let u=0;for(const e of D.split("\n"))u=Math.max(u,t(e));return u}},function(D,u,e){"use strict";const t=e(23),r=e(1);D.exports=D=>{if("string"!=typeof D||0===D.length)return 0;D=t(D);let u=0;for(let e=0;e<D.length;e++){const t=D.codePointAt(e);t<=31||t>=127&&t<=159||(t>=768&&t<=879||(t>65535&&e++,u+=r(t)?2:1))}return u}},function(D,u,e){"use strict";const t=e(24);D.exports=D=>"string"==typeof D?D.replace(t(),""):D},function(D,u,e){"use strict";D.exports=()=>{const D=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[a-zA-Z\\d]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PRZcf-ntqry=><~]))"].join("|");return new RegExp(D,"g")}},function(D,u,e){"use strict";D.exports=e(26)},function(D){D.exports=JSON.parse('{"single":{"topLeft":"┌","topRight":"┐","bottomRight":"┘","bottomLeft":"└","vertical":"│","horizontal":"─"},"double":{"topLeft":"╔","topRight":"╗","bottomRight":"╝","bottomLeft":"╚","vertical":"║","horizontal":"═"},"round":{"topLeft":"╭","topRight":"╮","bottomRight":"╯","bottomLeft":"╰","vertical":"│","horizontal":"─"},"single-double":{"topLeft":"╓","topRight":"╖","bottomRight":"╜","bottomLeft":"╙","vertical":"║","horizontal":"─"},"double-single":{"topLeft":"╒","topRight":"╕","bottomRight":"╛","bottomLeft":"╘","vertical":"│","horizontal":"═"},"classic":{"topLeft":"+","topRight":"+","bottomRight":"+","bottomLeft":"+","vertical":"|","horizontal":"-"}}')},function(D,u,e){"use strict";const t=(D,u)=>{if("string"!=typeof D&&!Array.isArray(D))throw new TypeError("Expected the input to be `string | string[]`");u=Object.assign({pascalCase:!1},u);if(0===(D=Array.isArray(D)?D.map(D=>D.trim()).filter(D=>D.length).join("-"):D.trim()).length)return"";if(1===D.length)return u.pascalCase?D.toUpperCase():D.toLowerCase();return D!==D.toLowerCase()&&(D=(D=>{let u=!1,e=!1,t=!1;for(let r=0;r<D.length;r++){const n=D[r];u&&/[a-zA-Z]/.test(n)&&n.toUpperCase()===n?(D=D.slice(0,r)+"-"+D.slice(r),u=!1,t=e,e=!0,r++):e&&t&&/[a-zA-Z]/.test(n)&&n.toLowerCase()===n?(D=D.slice(0,r-1)+"-"+D.slice(r-1),t=e,e=!1,u=!0):(u=n.toLowerCase()===n&&n.toUpperCase()!==n,t=e,e=n.toUpperCase()===n&&n.toLowerCase()!==n)}return D})(D)),D=D.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,(D,u)=>u.toUpperCase()).replace(/\d+(\w|$)/g,D=>D.toUpperCase()),e=D,u.pascalCase?e.charAt(0).toUpperCase()+e.slice(1):e;var e};D.exports=t,D.exports.default=t},function(D,u,e){"use strict";const t=e(29);function r(D,u){if(!D)return D;const e=(u=u||{}).align||"center";if("left"===e)return D;const r=u.split||"\n",F=u.pad||" ",a="right"!==e?n:o;let i,C=!1;Array.isArray(D)||(C=!0,D=String(D).split(r));let s=0;return D=D.map((function(D){return D=String(D),i=t(D),s=Math.max(i,s),{str:D,width:i}})).map((function(D){return new Array(a(s,D.width)+1).join(F)+D.str})),C?D.join(r):D}function n(D,u){return Math.floor((D-u)/2)}function o(D,u){return D-u}r.left=function(D){return r(D,{align:"left"})},r.center=function(D){return r(D,{align:"center"})},r.right=function(D){return r(D,{align:"right"})},D.exports=r},function(D,u,e){"use strict";const t=e(30),r=e(32),n=e(33),o=D=>{if("string"!=typeof D||0===D.length)return 0;if(0===(D=t(D)).length)return 0;D=D.replace(n()," ");let u=0;for(let e=0;e<D.length;e++){const t=D.codePointAt(e);t<=31||t>=127&&t<=159||(t>=768&&t<=879||(t>65535&&e++,u+=r(t)?2:1))}return u};D.exports=o,D.exports.default=o},function(D,u,e){"use strict";const t=e(31);D.exports=D=>"string"==typeof D?D.replace(t(),""):D},function(D,u,e){"use strict";D.exports=({onlyFirst:D=!1}={})=>{const u=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(u,D?void 0:"g")}},function(D,u,e){"use strict";const t=D=>!Number.isNaN(D)&&(D>=4352&&(D<=4447||9001===D||9002===D||11904<=D&&D<=12871&&12351!==D||12880<=D&&D<=19903||19968<=D&&D<=42182||43360<=D&&D<=43388||44032<=D&&D<=55203||63744<=D&&D<=64255||65040<=D&&D<=65049||65072<=D&&D<=65131||65281<=D&&D<=65376||65504<=D&&D<=65510||110592<=D&&D<=110593||127488<=D&&D<=127569||131072<=D&&D<=262141));D.exports=t,D.exports.default=t},function(D,u,e){"use strict";D.exports=function(){return/\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}},function(module,exports,__webpack_require__){"use strict";const xrequire=eval("require");try{module.exports=xrequire("term-size")}catch(D){module.exports=function(){return{rows:24,columns:80}}}},function(D,u,e){"use strict";const t=e(0);D.exports={work:{text:D=>t.white(D)},card:{text:D=>t.white(D)},_default:{label:D=>D&&t.white.bold(D+": ")||" ",text:(D,u)=>((D,u)=>u?`<a href="${u}">${D}</a>`:D)(t.white(D),u)},_boxen:{padding:1,margin:1,borderColor:"green",borderStyle:"round"}}},function(D,u,e){"use strict";const t=e(3),r=e(0);D.exports={format:function(D){return D.replace(/<([a-z.]+)>([^<]+)($|<\/[^>]*>)/g,(D,u,e)=>t(r,u)(e))},remove:function(D){return D.replace(/<[^>]*>/g,"").trim()}}}]);
|
package/index.html
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>Mike Fitzpartrick (@mifi) npm card</title>
|
|
5
|
+
<style>
|
|
6
|
+
.card {
|
|
7
|
+
border-radius: 15px;
|
|
8
|
+
border: 2px solid #73ad21;
|
|
9
|
+
padding: 5px;
|
|
10
|
+
margin: 25px;
|
|
11
|
+
background: black;
|
|
12
|
+
padding-left: 25px;
|
|
13
|
+
padding-right: 25px;
|
|
14
|
+
width: fit-content;
|
|
15
|
+
background-image: url("http://cdn.backgroundhost.com/backgrounds/subtlepatterns/burried.png");
|
|
16
|
+
}
|
|
17
|
+
</style>
|
|
18
|
+
</head>
|
|
19
|
+
<body>
|
|
20
|
+
<div class="card"><pre>
|
|
21
|
+
<span style="color:#AAA"> <span style="color:#AAA">Mike Fitzpartrick<span style="color:#AAA"><span style="color:#0A0"> / <span style="color:#AAA"><span style="color:#0AA">mifi<span style="color:#AAA"><span style="color:#FFF"></span></span></span></span></span></span></span></span>
|
|
22
|
+
|
|
23
|
+
<span style="color:#AAA"><b><span style="color:#00A">Work<span style="color:#AAA">: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><span style="color:#AAA">Founder and Principal Engineer at mifi Ventures<span style="color:#FFF"></span></span></span></span></span></span></b></span>
|
|
24
|
+
|
|
25
|
+
<span style="color:#AAA"><b>npm: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><a href="https://www.npmjs.com/~the.mifi"><span style="color:#AAA">https://www.npmjs.com/<span style="color:#A00">~the.mifi<span style="color:#AAA"><span style="color:#FFF"></a></span></span></span></span></span></span></b></span>
|
|
26
|
+
<span style="color:#AAA"><b>GitHub: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><a href="https://github.com/the-mifi"><span style="color:#AAA">https://github.com/<span style="color:#0A0">the-mifi<span style="color:#AAA"><span style="color:#FFF"></a></span></span></span></span></span></span></b></span>
|
|
27
|
+
<span style="color:#AAA"><b>LinkedIn: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><a href="https://www.linkedin.com/in/the-mifi"><span style="color:#AAA">https://www.linkedin.com/in/<span style="color:#00A">the-mifi<span style="color:#AAA"><span style="color:#FFF"></a></span></span></span></span></span></span></b></span>
|
|
28
|
+
<span style="color:#AAA"><b>Links: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><a href="https://mifi.dev/"><span style="color:#AAA"><span style="color:#0AA">https://mifi.dev/<span style="color:#AAA"><span style="color:#FFF"></a></span></span></span></span></span></span></b></span>
|
|
29
|
+
<span style="color:#AAA"><b>Web: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><a href="https://mifi.ventures/"><span style="color:#AAA"><span style="color:#0AA">https://mifi.ventures/<span style="color:#AAA"><span style="color:#FFF"></a></span></span></span></span></span></span></b></span>
|
|
30
|
+
<span style="color:#AAA"><b>Phone: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><span style="color:#AAA">727.692.0748<span style="color:#FFF"></span></span></span></span></b></span>
|
|
31
|
+
<span style="color:#AAA"><b>Email: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><span style="color:#AAA">badmf@mifi.dev<span style="color:#FFF"></span></span></span></span></b></span>
|
|
32
|
+
|
|
33
|
+
<span style="color:#AAA"><b>Card: <span style="font-weight:normal;text-decoration:none;font-style:normal"><span style="color:#FFF"><span style="color:#AAA"><span style="color:#A00">npx<span style="color:#AAA"> the-mifi<span style="color:#FFF"></span></span></span></span></span></span></b></span>
|
|
34
|
+
</pre></div>
|
|
35
|
+
</body>
|
|
36
|
+
</html>
|
package/package.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "the-mifi",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Personal npm card for Mike (mifi) Fitzpartrick (@mifi)",
|
|
5
|
+
"main": "index.html",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/the-mifi/npx-mifi.git"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"prepare": "node src/htmlify",
|
|
12
|
+
"prepublishOnly": "webpack"
|
|
13
|
+
},
|
|
14
|
+
"bin": {
|
|
15
|
+
"terribledev": "bin/index.js"
|
|
16
|
+
},
|
|
17
|
+
"files": [
|
|
18
|
+
"bin",
|
|
19
|
+
"dist",
|
|
20
|
+
"index.html"
|
|
21
|
+
],
|
|
22
|
+
"keywords": [
|
|
23
|
+
"card",
|
|
24
|
+
"npm",
|
|
25
|
+
"npm card",
|
|
26
|
+
"npx",
|
|
27
|
+
"npx card",
|
|
28
|
+
"business card"
|
|
29
|
+
],
|
|
30
|
+
"author": "Mike Fitzpartrick",
|
|
31
|
+
"license": "ISC",
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@babel/core": "^7.2.2",
|
|
34
|
+
"@babel/preset-env": "^7.2.3",
|
|
35
|
+
"ansi-to-html": "^0.6.9",
|
|
36
|
+
"babel-loader": "^8.0.4",
|
|
37
|
+
"boxen": "^2.1.0",
|
|
38
|
+
"chalk": "^2.4.1",
|
|
39
|
+
"lodash.get": "^4.4.2",
|
|
40
|
+
"webpack": "^4.28.1",
|
|
41
|
+
"webpack-bundle-analyzer": "^3.0.3",
|
|
42
|
+
"webpack-cli": "^3.1.2"
|
|
43
|
+
},
|
|
44
|
+
"myCard": {
|
|
45
|
+
"info": {
|
|
46
|
+
"name": "Mike Fitzpartrick",
|
|
47
|
+
"handle": "mifi",
|
|
48
|
+
"npm": "the.mifi",
|
|
49
|
+
"github": "the-mifi",
|
|
50
|
+
"linkedin": "the-mifi",
|
|
51
|
+
"links": "https://mifi.dev/",
|
|
52
|
+
"web": "https://mifi.ventures/",
|
|
53
|
+
"work": "Founder and Principal Engineer at mifi Ventures"
|
|
54
|
+
},
|
|
55
|
+
"data": [
|
|
56
|
+
" <white>{{name}}</><green> / </><cyan>{{handle}}</>",
|
|
57
|
+
"",
|
|
58
|
+
{
|
|
59
|
+
"label": "<blue>Work</>",
|
|
60
|
+
"text": "{{work}}"
|
|
61
|
+
},
|
|
62
|
+
"",
|
|
63
|
+
{
|
|
64
|
+
"label": "Twitter",
|
|
65
|
+
"text": "https://twitter.com/<cyan>{{twitter}}</>",
|
|
66
|
+
"when": "{{twitter}}"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"label": "npm",
|
|
70
|
+
"text": "https://www.npmjs.com/<red>~{{npm}}</>",
|
|
71
|
+
"when": "{{npm}}"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"label": "GitHub",
|
|
75
|
+
"text": "https://github.com/<green>{{github}}</>",
|
|
76
|
+
"when": "{{github}}"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"label": "LinkedIn",
|
|
80
|
+
"text": "https://www.linkedin.com/in/<blue>{{linkedin}}</>",
|
|
81
|
+
"when": "{{linkedin}}"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"label": "Links",
|
|
85
|
+
"text": "<cyan>{{links}}</>",
|
|
86
|
+
"when": "{{links}}"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"label": "Web",
|
|
90
|
+
"text": "<cyan>{{web}}</>",
|
|
91
|
+
"when": "{{web}}"
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"label": "Phone",
|
|
95
|
+
"text": "727.692.0748"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"label": "Email",
|
|
99
|
+
"text": "badmf@mifi.dev"
|
|
100
|
+
},
|
|
101
|
+
"",
|
|
102
|
+
{
|
|
103
|
+
"label": "Card",
|
|
104
|
+
"text": "<red>npx</> {{_packageName}}"
|
|
105
|
+
}
|
|
106
|
+
]
|
|
107
|
+
}
|
|
108
|
+
}
|