@umijs/bundler-webpack 4.0.41 → 4.0.43

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.
Files changed (94) hide show
  1. package/client/utils/formatWebpackMessages.js +27 -8
  2. package/compiled/autoprefixer/browserslist/index.d.ts +21 -1
  3. package/compiled/autoprefixer/index.js +2 -2
  4. package/compiled/autoprefixer/package.json +1 -1
  5. package/compiled/autoprefixer/postcss/lib/processor.d.ts +1 -1
  6. package/compiled/babel-loader/index.js +8 -2
  7. package/compiled/babel-loader/package.json +1 -1
  8. package/compiled/less-loader/index.js +1 -1
  9. package/compiled/less-loader/package.json +1 -1
  10. package/compiled/mini-css-extract-plugin/hmr/hotModuleReplacement.js +22 -60
  11. package/compiled/mini-css-extract-plugin/hmr/normalize-url.js +2 -10
  12. package/compiled/mini-css-extract-plugin/index.js +492 -696
  13. package/compiled/mini-css-extract-plugin/loader.js +54 -120
  14. package/compiled/mini-css-extract-plugin/package.json +1 -1
  15. package/compiled/mini-css-extract-plugin/utils.js +27 -44
  16. package/compiled/postcss-loader/index.js +1 -1
  17. package/compiled/postcss-loader/package.json +1 -1
  18. package/compiled/sass-loader/index.js +1 -1
  19. package/compiled/sass-loader/package.json +1 -1
  20. package/compiled/sass-loader/sass.default.dart.js +4 -0
  21. package/compiled/terser/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +90 -0
  22. package/compiled/terser/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
  23. package/compiled/terser/@jridgewell/gen-mapping/dist/types/types.d.ts +35 -0
  24. package/compiled/terser/@jridgewell/source-map/dist/types/source-map.d.ts +25 -0
  25. package/compiled/terser/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  26. package/compiled/terser/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +74 -0
  27. package/compiled/terser/@jridgewell/trace-mapping/dist/types/types.d.ts +92 -0
  28. package/compiled/terser/index.js +1 -1
  29. package/compiled/terser/package.json +1 -1
  30. package/compiled/terser/tools/terser.d.ts +6 -3
  31. package/compiled/terser-webpack-plugin/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
  32. package/compiled/terser-webpack-plugin/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +74 -0
  33. package/compiled/terser-webpack-plugin/@jridgewell/trace-mapping/dist/types/types.d.ts +92 -0
  34. package/compiled/terser-webpack-plugin/index.js +1211 -3390
  35. package/compiled/terser-webpack-plugin/package.json +1 -1
  36. package/compiled/terser-webpack-plugin/types/index.d.ts +10 -10
  37. package/compiled/terser-webpack-plugin/types/utils.d.ts +10 -9
  38. package/compiled/terser-webpack-plugin/utils.js +36 -10
  39. package/compiled/webpack/package.json +1 -1
  40. package/compiled/webpack/types.d.ts +137 -126
  41. package/compiled/webpack-5-chain/index.js +1 -1
  42. package/compiled/webpack-5-chain/package.json +1 -1
  43. package/compiled/webpack-5-chain/types/index.d.ts +76 -20
  44. package/compiled/webpack-bundle-analyzer/index.js +7 -6
  45. package/compiled/webpack-bundle-analyzer/package.json +1 -1
  46. package/compiled/webpack-bundle-analyzer/public/viewer.js +2 -2
  47. package/compiled/webpack-bundle-analyzer/public/viewer.js.map +1 -1
  48. package/compiled/webpack-dev-middleware/index.js +5 -5
  49. package/compiled/webpack-dev-middleware/package.json +1 -1
  50. package/compiled/webpackbar/LICENSE +20 -0
  51. package/compiled/webpackbar/dist/index.d.ts +121 -0
  52. package/compiled/webpackbar/index.js +7 -0
  53. package/compiled/webpackbar/package.json +1 -0
  54. package/compiled/ws/LICENSE +13 -12
  55. package/compiled/ws/index.d.ts +73 -33
  56. package/compiled/ws/index.js +1 -1
  57. package/compiled/ws/package.json +1 -1
  58. package/dist/build.js +8 -2
  59. package/dist/cli.js +4 -1
  60. package/dist/config/compressPlugin.js +4 -1
  61. package/dist/config/config.js +41 -11
  62. package/dist/config/cssRules.js +17 -5
  63. package/dist/config/detectDeadCode.js +38 -8
  64. package/dist/config/detectDeadCodePlugin.js +8 -2
  65. package/dist/config/fastRefreshPlugin.js +4 -1
  66. package/dist/config/forkTSCheckerPlugin.js +4 -1
  67. package/dist/config/harmonyLinkingErrorPlugin.js +14 -11
  68. package/dist/config/javaScriptRules.js +21 -9
  69. package/dist/config/miniCSSExtractPlugin.js +4 -1
  70. package/dist/config/progressPlugin.js +16 -7
  71. package/dist/config/speedMeasureWebpackPlugin.js +7 -2
  72. package/dist/config/ssrPlugin.js +20 -6
  73. package/dist/config/svgRules.js +4 -1
  74. package/dist/dev.js +29 -13
  75. package/dist/loader/svgr.js +16 -11
  76. package/dist/loader/swc.d.ts +2 -2
  77. package/dist/loader/swc.js +66 -10
  78. package/dist/parcelCSS.js +4 -1
  79. package/dist/plugins/ProgressPlugin.js +6 -2
  80. package/dist/plugins/RuntimePublicPathPlugin.js +9 -6
  81. package/dist/plugins/_SamplePlugin.d.ts +1 -1
  82. package/dist/plugins/_SamplePlugin.js +1 -1
  83. package/dist/requireHook.js +4 -1
  84. package/dist/schema.js +62 -23
  85. package/dist/server/server.d.ts +1 -4
  86. package/dist/server/server.js +37 -23
  87. package/dist/server/ws.js +8 -3
  88. package/dist/swcPlugins/autoCSSModules.d.ts +5 -1
  89. package/dist/swcPlugins/autoCSSModules.js +4 -1
  90. package/dist/swcPlugins/lockCoreJS.js +8 -2
  91. package/dist/types.d.ts +15 -3
  92. package/dist/utils/formatWebpackMessages.js +31 -9
  93. package/dist/utils/getEsBuildTarget.js +7 -1
  94. package/package.json +30 -26
@@ -1 +1 @@
1
- {"name":"webpack-dev-middleware","author":"Tobias Koppers @sokra","license":"MIT","types":"types/index.d.ts"}
1
+ {"name":"webpack-dev-middleware","version":"6.0.1","author":"Tobias Koppers @sokra","license":"MIT","types":"types/index.d.ts"}
@@ -0,0 +1,20 @@
1
+ Copyright JS Foundation and other contributors
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ 'Software'), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
17
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
18
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
19
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
20
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,121 @@
1
+ import Webpack, { Stats } from '../../webpack';
2
+
3
+ type ReporterContextFunc<T = any> = (context: WebpackBarPlugin, opts: T) => void
4
+
5
+ interface State {
6
+ start: [number, number] | null
7
+ progress: number
8
+ done: boolean
9
+ message: string
10
+ details: string[]
11
+ request: null | {
12
+ file: null | string
13
+ loaders: string[]
14
+ }
15
+ hasErrors: boolean
16
+ color: string
17
+ name: string
18
+ }
19
+
20
+ interface Reporter {
21
+ /**
22
+ * Called when (re)compile is started
23
+ */
24
+ start?: ReporterContextFunc
25
+
26
+ /**
27
+ * Called when a file changed on watch mode
28
+ */
29
+ change?: ReporterContextFunc<{ shortPath: string }>
30
+
31
+ /**
32
+ * Called after each progress update
33
+ */
34
+ update?: ReporterContextFunc
35
+
36
+ /**
37
+ * Called when compile finished
38
+ */
39
+ done?: ReporterContextFunc<{ stats: Stats }>
40
+
41
+ /**
42
+ * Called when build progress updated
43
+ */
44
+ progress?: ReporterContextFunc
45
+
46
+ /**
47
+ * Called when _all_ compiles finished
48
+ */
49
+ allDone?: ReporterContextFunc
50
+
51
+ beforeAllDone?: ReporterContextFunc
52
+
53
+ afterAllDone?: ReporterContextFunc
54
+ }
55
+
56
+ type ReporterOpts = { reporter: Reporter | string, options?: any }
57
+ type ReporterInput = string | [Reporter | string, any?] | ReporterOpts
58
+
59
+ interface WebpackBarOptions {
60
+ /**
61
+ * Display name
62
+ * @default 'webpack'
63
+ */
64
+ name?: string
65
+
66
+ /**
67
+ * Color output of the progress bar
68
+ * @default 'green'
69
+ */
70
+ color?: string
71
+
72
+ /**
73
+ * Enable profiler
74
+ * @default false
75
+ */
76
+ profile?: boolean
77
+
78
+ /**
79
+ * Enable bars reporter
80
+ * Defaults to 'true' when not in CI or testing mod
81
+ * @default true
82
+ */
83
+ fancy?: boolean
84
+
85
+ /**
86
+ * Enable a simple log reporter (only start and end)
87
+ * Defaults to 'true' when running in minimal environments
88
+ * @default true
89
+ */
90
+ basic?: boolean
91
+
92
+ /**
93
+ * Register a custom reporter
94
+ */
95
+ reporter?: ReporterInput
96
+
97
+ /**
98
+ * Register an Array of your custom reporters.
99
+ * @default ['basic'] | ['fancy']
100
+ */
101
+ reporters?: ReporterInput[]
102
+ }
103
+
104
+ declare class WebpackBarPlugin extends Webpack.ProgressPlugin {
105
+ private options;
106
+ private reporters;
107
+ constructor(options?: WebpackBarOptions);
108
+ callReporters(fn: any, payload?: {}): void;
109
+ get hasRunning(): boolean;
110
+ get hasErrors(): boolean;
111
+ get statesArray(): any[];
112
+ get states(): {
113
+ [key: string]: State;
114
+ };
115
+ get state(): State;
116
+ _ensureState(): void;
117
+ apply(compiler: any): void;
118
+ updateProgress(percent?: number, message?: string, details?: any[]): void;
119
+ }
120
+
121
+ export { Reporter, State, WebpackBarPlugin as default };
@@ -0,0 +1,7 @@
1
+ (function(){var __webpack_modules__={44:function(Ku,Zu,Xu){"use strict";Ku=Xu.nmd(Ku);const wrapAnsi16=(Ku,Zu)=>(...Xu)=>{const uD=Ku(...Xu);return`[${uD+Zu}m`};const wrapAnsi256=(Ku,Zu)=>(...Xu)=>{const uD=Ku(...Xu);return`[${38+Zu};5;${uD}m`};const wrapAnsi16m=(Ku,Zu)=>(...Xu)=>{const uD=Ku(...Xu);return`[${38+Zu};2;${uD[0]};${uD[1]};${uD[2]}m`};const ansi2ansi=Ku=>Ku;const rgb2rgb=(Ku,Zu,Xu)=>[Ku,Zu,Xu];const setLazyProperty=(Ku,Zu,Xu)=>{Object.defineProperty(Ku,Zu,{get:()=>{const uD=Xu();Object.defineProperty(Ku,Zu,{value:uD,enumerable:true,configurable:true});return uD},enumerable:true,configurable:true})};let uD;const makeDynamicStyles=(Ku,Zu,DD,eD)=>{if(uD===undefined){uD=Xu(767)}const tD=eD?10:0;const nD={};for(const[Xu,eD]of Object.entries(uD)){const uD=Xu==="ansi16"?"ansi":Xu;if(Xu===Zu){nD[uD]=Ku(DD,tD)}else if(typeof eD==="object"){nD[uD]=Ku(eD[Zu],tD)}}return nD};function assembleStyles(){const Ku=new Map;const Zu={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Zu.color.gray=Zu.color.blackBright;Zu.bgColor.bgGray=Zu.bgColor.bgBlackBright;Zu.color.grey=Zu.color.blackBright;Zu.bgColor.bgGrey=Zu.bgColor.bgBlackBright;for(const[Xu,uD]of Object.entries(Zu)){for(const[Xu,DD]of Object.entries(uD)){Zu[Xu]={open:`[${DD[0]}m`,close:`[${DD[1]}m`};uD[Xu]=Zu[Xu];Ku.set(DD[0],DD[1])}Object.defineProperty(Zu,Xu,{value:uD,enumerable:false})}Object.defineProperty(Zu,"codes",{value:Ku,enumerable:false});Zu.color.close="";Zu.bgColor.close="";setLazyProperty(Zu.color,"ansi",(()=>makeDynamicStyles(wrapAnsi16,"ansi16",ansi2ansi,false)));setLazyProperty(Zu.color,"ansi256",(()=>makeDynamicStyles(wrapAnsi256,"ansi256",ansi2ansi,false)));setLazyProperty(Zu.color,"ansi16m",(()=>makeDynamicStyles(wrapAnsi16m,"rgb",rgb2rgb,false)));setLazyProperty(Zu.bgColor,"ansi",(()=>makeDynamicStyles(wrapAnsi16,"ansi16",ansi2ansi,true)));setLazyProperty(Zu.bgColor,"ansi256",(()=>makeDynamicStyles(wrapAnsi256,"ansi256",ansi2ansi,true)));setLazyProperty(Zu.bgColor,"ansi16m",(()=>makeDynamicStyles(wrapAnsi16m,"rgb",rgb2rgb,true)));return Zu}Object.defineProperty(Ku,"exports",{enumerable:true,get:assembleStyles})},584:function(Ku,Zu,Xu){"use strict";const uD=Xu(44);const{stdout:DD,stderr:eD}=Xu(242);const{stringReplaceAll:tD,stringEncaseCRLFWithFirstIndex:nD}=Xu(905);const{isArray:rD}=Array;const oD=["ansi","ansi","ansi256","ansi16m"];const sD=Object.create(null);const applyOptions=(Ku,Zu={})=>{if(Zu.level&&!(Number.isInteger(Zu.level)&&Zu.level>=0&&Zu.level<=3)){throw new Error("The `level` option should be an integer from 0 to 3")}const Xu=DD?DD.level:0;Ku.level=Zu.level===undefined?Xu:Zu.level};class ChalkClass{constructor(Ku){return chalkFactory(Ku)}}const chalkFactory=Ku=>{const Zu={};applyOptions(Zu,Ku);Zu.template=(...Ku)=>chalkTag(Zu.template,...Ku);Object.setPrototypeOf(Zu,Chalk.prototype);Object.setPrototypeOf(Zu.template,Zu);Zu.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")};Zu.template.Instance=ChalkClass;return Zu.template};function Chalk(Ku){return chalkFactory(Ku)}for(const[Ku,Zu]of Object.entries(uD)){sD[Ku]={get(){const Xu=createBuilder(this,createStyler(Zu.open,Zu.close,this._styler),this._isEmpty);Object.defineProperty(this,Ku,{value:Xu});return Xu}}}sD.visible={get(){const Ku=createBuilder(this,this._styler,true);Object.defineProperty(this,"visible",{value:Ku});return Ku}};const iD=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(const Ku of iD){sD[Ku]={get(){const{level:Zu}=this;return function(...Xu){const DD=createStyler(uD.color[oD[Zu]][Ku](...Xu),uD.color.close,this._styler);return createBuilder(this,DD,this._isEmpty)}}}}for(const Ku of iD){const Zu="bg"+Ku[0].toUpperCase()+Ku.slice(1);sD[Zu]={get(){const{level:Zu}=this;return function(...Xu){const DD=createStyler(uD.bgColor[oD[Zu]][Ku](...Xu),uD.bgColor.close,this._styler);return createBuilder(this,DD,this._isEmpty)}}}}const lD=Object.defineProperties((()=>{}),{...sD,level:{enumerable:true,get(){return this._generator.level},set(Ku){this._generator.level=Ku}}});const createStyler=(Ku,Zu,Xu)=>{let uD;let DD;if(Xu===undefined){uD=Ku;DD=Zu}else{uD=Xu.openAll+Ku;DD=Zu+Xu.closeAll}return{open:Ku,close:Zu,openAll:uD,closeAll:DD,parent:Xu}};const createBuilder=(Ku,Zu,Xu)=>{const builder=(...Ku)=>{if(rD(Ku[0])&&rD(Ku[0].raw)){return applyStyle(builder,chalkTag(builder,...Ku))}return applyStyle(builder,Ku.length===1?""+Ku[0]:Ku.join(" "))};Object.setPrototypeOf(builder,lD);builder._generator=Ku;builder._styler=Zu;builder._isEmpty=Xu;return builder};const applyStyle=(Ku,Zu)=>{if(Ku.level<=0||!Zu){return Ku._isEmpty?"":Zu}let Xu=Ku._styler;if(Xu===undefined){return Zu}const{openAll:uD,closeAll:DD}=Xu;if(Zu.indexOf("")!==-1){while(Xu!==undefined){Zu=tD(Zu,Xu.close,Xu.open);Xu=Xu.parent}}const eD=Zu.indexOf("\n");if(eD!==-1){Zu=nD(Zu,DD,uD,eD)}return uD+Zu+DD};let aD;const chalkTag=(Ku,...Zu)=>{const[uD]=Zu;if(!rD(uD)||!rD(uD.raw)){return Zu.join(" ")}const DD=Zu.slice(1);const eD=[uD.raw[0]];for(let Ku=1;Ku<uD.length;Ku++){eD.push(String(DD[Ku-1]).replace(/[{}\\]/g,"\\$&"),String(uD.raw[Ku]))}if(aD===undefined){aD=Xu(654)}return aD(Ku,eD.join(""))};Object.defineProperties(Chalk.prototype,sD);const cD=Chalk();cD.supportsColor=DD;cD.stderr=Chalk({level:eD?eD.level:0});cD.stderr.supportsColor=eD;Ku.exports=cD},654:function(Ku){"use strict";const Zu=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi;const Xu=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g;const uD=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/;const DD=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi;const eD=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function unescape(Ku){const Zu=Ku[0]==="u";const Xu=Ku[1]==="{";if(Zu&&!Xu&&Ku.length===5||Ku[0]==="x"&&Ku.length===3){return String.fromCharCode(parseInt(Ku.slice(1),16))}if(Zu&&Xu){return String.fromCodePoint(parseInt(Ku.slice(2,-1),16))}return eD.get(Ku)||Ku}function parseArguments(Ku,Zu){const Xu=[];const eD=Zu.trim().split(/\s*,\s*/g);let tD;for(const Zu of eD){const eD=Number(Zu);if(!Number.isNaN(eD)){Xu.push(eD)}else if(tD=Zu.match(uD)){Xu.push(tD[2].replace(DD,((Ku,Zu,Xu)=>Zu?unescape(Zu):Xu)))}else{throw new Error(`Invalid Chalk template style argument: ${Zu} (in style '${Ku}')`)}}return Xu}function parseStyle(Ku){Xu.lastIndex=0;const Zu=[];let uD;while((uD=Xu.exec(Ku))!==null){const Ku=uD[1];if(uD[2]){const Xu=parseArguments(Ku,uD[2]);Zu.push([Ku].concat(Xu))}else{Zu.push([Ku])}}return Zu}function buildStyle(Ku,Zu){const Xu={};for(const Ku of Zu){for(const Zu of Ku.styles){Xu[Zu[0]]=Ku.inverse?null:Zu.slice(1)}}let uD=Ku;for(const[Ku,Zu]of Object.entries(Xu)){if(!Array.isArray(Zu)){continue}if(!(Ku in uD)){throw new Error(`Unknown Chalk style: ${Ku}`)}uD=Zu.length>0?uD[Ku](...Zu):uD[Ku]}return uD}Ku.exports=(Ku,Xu)=>{const uD=[];const DD=[];let eD=[];Xu.replace(Zu,((Zu,Xu,tD,nD,rD,oD)=>{if(Xu){eD.push(unescape(Xu))}else if(nD){const Zu=eD.join("");eD=[];DD.push(uD.length===0?Zu:buildStyle(Ku,uD)(Zu));uD.push({inverse:tD,styles:parseStyle(nD)})}else if(rD){if(uD.length===0){throw new Error("Found extraneous } in Chalk template literal")}DD.push(buildStyle(Ku,uD)(eD.join("")));eD=[];uD.pop()}else{eD.push(oD)}}));DD.push(eD.join(""));if(uD.length>0){const Ku=`Chalk template literal is missing ${uD.length} closing bracket${uD.length===1?"":"s"} (\`}\`)`;throw new Error(Ku)}return DD.join("")}},905:function(Ku){"use strict";const stringReplaceAll=(Ku,Zu,Xu)=>{let uD=Ku.indexOf(Zu);if(uD===-1){return Ku}const DD=Zu.length;let eD=0;let tD="";do{tD+=Ku.substr(eD,uD-eD)+Zu+Xu;eD=uD+DD;uD=Ku.indexOf(Zu,eD)}while(uD!==-1);tD+=Ku.substr(eD);return tD};const stringEncaseCRLFWithFirstIndex=(Ku,Zu,Xu,uD)=>{let DD=0;let eD="";do{const tD=Ku[uD-1]==="\r";eD+=Ku.substr(DD,(tD?uD-1:uD)-DD)+Zu+(tD?"\r\n":"\n")+Xu;DD=uD+1;uD=Ku.indexOf("\n",DD)}while(uD!==-1);eD+=Ku.substr(DD);return eD};Ku.exports={stringReplaceAll:stringReplaceAll,stringEncaseCRLFWithFirstIndex:stringEncaseCRLFWithFirstIndex}},226:function(Ku,Zu,Xu){const uD=Xu(866);const DD={};for(const Ku of Object.keys(uD)){DD[uD[Ku]]=Ku}const eD={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"]}};Ku.exports=eD;for(const Ku of Object.keys(eD)){if(!("channels"in eD[Ku])){throw new Error("missing channels property: "+Ku)}if(!("labels"in eD[Ku])){throw new Error("missing channel labels property: "+Ku)}if(eD[Ku].labels.length!==eD[Ku].channels){throw new Error("channel and label counts mismatch: "+Ku)}const{channels:Zu,labels:Xu}=eD[Ku];delete eD[Ku].channels;delete eD[Ku].labels;Object.defineProperty(eD[Ku],"channels",{value:Zu});Object.defineProperty(eD[Ku],"labels",{value:Xu})}eD.rgb.hsl=function(Ku){const Zu=Ku[0]/255;const Xu=Ku[1]/255;const uD=Ku[2]/255;const DD=Math.min(Zu,Xu,uD);const eD=Math.max(Zu,Xu,uD);const tD=eD-DD;let nD;let rD;if(eD===DD){nD=0}else if(Zu===eD){nD=(Xu-uD)/tD}else if(Xu===eD){nD=2+(uD-Zu)/tD}else if(uD===eD){nD=4+(Zu-Xu)/tD}nD=Math.min(nD*60,360);if(nD<0){nD+=360}const oD=(DD+eD)/2;if(eD===DD){rD=0}else if(oD<=.5){rD=tD/(eD+DD)}else{rD=tD/(2-eD-DD)}return[nD,rD*100,oD*100]};eD.rgb.hsv=function(Ku){let Zu;let Xu;let uD;let DD;let eD;const tD=Ku[0]/255;const nD=Ku[1]/255;const rD=Ku[2]/255;const oD=Math.max(tD,nD,rD);const sD=oD-Math.min(tD,nD,rD);const diffc=function(Ku){return(oD-Ku)/6/sD+1/2};if(sD===0){DD=0;eD=0}else{eD=sD/oD;Zu=diffc(tD);Xu=diffc(nD);uD=diffc(rD);if(tD===oD){DD=uD-Xu}else if(nD===oD){DD=1/3+Zu-uD}else if(rD===oD){DD=2/3+Xu-Zu}if(DD<0){DD+=1}else if(DD>1){DD-=1}}return[DD*360,eD*100,oD*100]};eD.rgb.hwb=function(Ku){const Zu=Ku[0];const Xu=Ku[1];let uD=Ku[2];const DD=eD.rgb.hsl(Ku)[0];const tD=1/255*Math.min(Zu,Math.min(Xu,uD));uD=1-1/255*Math.max(Zu,Math.max(Xu,uD));return[DD,tD*100,uD*100]};eD.rgb.cmyk=function(Ku){const Zu=Ku[0]/255;const Xu=Ku[1]/255;const uD=Ku[2]/255;const DD=Math.min(1-Zu,1-Xu,1-uD);const eD=(1-Zu-DD)/(1-DD)||0;const tD=(1-Xu-DD)/(1-DD)||0;const nD=(1-uD-DD)/(1-DD)||0;return[eD*100,tD*100,nD*100,DD*100]};function comparativeDistance(Ku,Zu){return(Ku[0]-Zu[0])**2+(Ku[1]-Zu[1])**2+(Ku[2]-Zu[2])**2}eD.rgb.keyword=function(Ku){const Zu=DD[Ku];if(Zu){return Zu}let Xu=Infinity;let eD;for(const Zu of Object.keys(uD)){const DD=uD[Zu];const tD=comparativeDistance(Ku,DD);if(tD<Xu){Xu=tD;eD=Zu}}return eD};eD.keyword.rgb=function(Ku){return uD[Ku]};eD.rgb.xyz=function(Ku){let Zu=Ku[0]/255;let Xu=Ku[1]/255;let uD=Ku[2]/255;Zu=Zu>.04045?((Zu+.055)/1.055)**2.4:Zu/12.92;Xu=Xu>.04045?((Xu+.055)/1.055)**2.4:Xu/12.92;uD=uD>.04045?((uD+.055)/1.055)**2.4:uD/12.92;const DD=Zu*.4124+Xu*.3576+uD*.1805;const eD=Zu*.2126+Xu*.7152+uD*.0722;const tD=Zu*.0193+Xu*.1192+uD*.9505;return[DD*100,eD*100,tD*100]};eD.rgb.lab=function(Ku){const Zu=eD.rgb.xyz(Ku);let Xu=Zu[0];let uD=Zu[1];let DD=Zu[2];Xu/=95.047;uD/=100;DD/=108.883;Xu=Xu>.008856?Xu**(1/3):7.787*Xu+16/116;uD=uD>.008856?uD**(1/3):7.787*uD+16/116;DD=DD>.008856?DD**(1/3):7.787*DD+16/116;const tD=116*uD-16;const nD=500*(Xu-uD);const rD=200*(uD-DD);return[tD,nD,rD]};eD.hsl.rgb=function(Ku){const Zu=Ku[0]/360;const Xu=Ku[1]/100;const uD=Ku[2]/100;let DD;let eD;let tD;if(Xu===0){tD=uD*255;return[tD,tD,tD]}if(uD<.5){DD=uD*(1+Xu)}else{DD=uD+Xu-uD*Xu}const nD=2*uD-DD;const rD=[0,0,0];for(let Ku=0;Ku<3;Ku++){eD=Zu+1/3*-(Ku-1);if(eD<0){eD++}if(eD>1){eD--}if(6*eD<1){tD=nD+(DD-nD)*6*eD}else if(2*eD<1){tD=DD}else if(3*eD<2){tD=nD+(DD-nD)*(2/3-eD)*6}else{tD=nD}rD[Ku]=tD*255}return rD};eD.hsl.hsv=function(Ku){const Zu=Ku[0];let Xu=Ku[1]/100;let uD=Ku[2]/100;let DD=Xu;const eD=Math.max(uD,.01);uD*=2;Xu*=uD<=1?uD:2-uD;DD*=eD<=1?eD:2-eD;const tD=(uD+Xu)/2;const nD=uD===0?2*DD/(eD+DD):2*Xu/(uD+Xu);return[Zu,nD*100,tD*100]};eD.hsv.rgb=function(Ku){const Zu=Ku[0]/60;const Xu=Ku[1]/100;let uD=Ku[2]/100;const DD=Math.floor(Zu)%6;const eD=Zu-Math.floor(Zu);const tD=255*uD*(1-Xu);const nD=255*uD*(1-Xu*eD);const rD=255*uD*(1-Xu*(1-eD));uD*=255;switch(DD){case 0:return[uD,rD,tD];case 1:return[nD,uD,tD];case 2:return[tD,uD,rD];case 3:return[tD,nD,uD];case 4:return[rD,tD,uD];case 5:return[uD,tD,nD]}};eD.hsv.hsl=function(Ku){const Zu=Ku[0];const Xu=Ku[1]/100;const uD=Ku[2]/100;const DD=Math.max(uD,.01);let eD;let tD;tD=(2-Xu)*uD;const nD=(2-Xu)*DD;eD=Xu*DD;eD/=nD<=1?nD:2-nD;eD=eD||0;tD/=2;return[Zu,eD*100,tD*100]};eD.hwb.rgb=function(Ku){const Zu=Ku[0]/360;let Xu=Ku[1]/100;let uD=Ku[2]/100;const DD=Xu+uD;let eD;if(DD>1){Xu/=DD;uD/=DD}const tD=Math.floor(6*Zu);const nD=1-uD;eD=6*Zu-tD;if((tD&1)!==0){eD=1-eD}const rD=Xu+eD*(nD-Xu);let oD;let sD;let iD;switch(tD){default:case 6:case 0:oD=nD;sD=rD;iD=Xu;break;case 1:oD=rD;sD=nD;iD=Xu;break;case 2:oD=Xu;sD=nD;iD=rD;break;case 3:oD=Xu;sD=rD;iD=nD;break;case 4:oD=rD;sD=Xu;iD=nD;break;case 5:oD=nD;sD=Xu;iD=rD;break}return[oD*255,sD*255,iD*255]};eD.cmyk.rgb=function(Ku){const Zu=Ku[0]/100;const Xu=Ku[1]/100;const uD=Ku[2]/100;const DD=Ku[3]/100;const eD=1-Math.min(1,Zu*(1-DD)+DD);const tD=1-Math.min(1,Xu*(1-DD)+DD);const nD=1-Math.min(1,uD*(1-DD)+DD);return[eD*255,tD*255,nD*255]};eD.xyz.rgb=function(Ku){const Zu=Ku[0]/100;const Xu=Ku[1]/100;const uD=Ku[2]/100;let DD;let eD;let tD;DD=Zu*3.2406+Xu*-1.5372+uD*-.4986;eD=Zu*-.9689+Xu*1.8758+uD*.0415;tD=Zu*.0557+Xu*-.204+uD*1.057;DD=DD>.0031308?1.055*DD**(1/2.4)-.055:DD*12.92;eD=eD>.0031308?1.055*eD**(1/2.4)-.055:eD*12.92;tD=tD>.0031308?1.055*tD**(1/2.4)-.055:tD*12.92;DD=Math.min(Math.max(0,DD),1);eD=Math.min(Math.max(0,eD),1);tD=Math.min(Math.max(0,tD),1);return[DD*255,eD*255,tD*255]};eD.xyz.lab=function(Ku){let Zu=Ku[0];let Xu=Ku[1];let uD=Ku[2];Zu/=95.047;Xu/=100;uD/=108.883;Zu=Zu>.008856?Zu**(1/3):7.787*Zu+16/116;Xu=Xu>.008856?Xu**(1/3):7.787*Xu+16/116;uD=uD>.008856?uD**(1/3):7.787*uD+16/116;const DD=116*Xu-16;const eD=500*(Zu-Xu);const tD=200*(Xu-uD);return[DD,eD,tD]};eD.lab.xyz=function(Ku){const Zu=Ku[0];const Xu=Ku[1];const uD=Ku[2];let DD;let eD;let tD;eD=(Zu+16)/116;DD=Xu/500+eD;tD=eD-uD/200;const nD=eD**3;const rD=DD**3;const oD=tD**3;eD=nD>.008856?nD:(eD-16/116)/7.787;DD=rD>.008856?rD:(DD-16/116)/7.787;tD=oD>.008856?oD:(tD-16/116)/7.787;DD*=95.047;eD*=100;tD*=108.883;return[DD,eD,tD]};eD.lab.lch=function(Ku){const Zu=Ku[0];const Xu=Ku[1];const uD=Ku[2];let DD;const eD=Math.atan2(uD,Xu);DD=eD*360/2/Math.PI;if(DD<0){DD+=360}const tD=Math.sqrt(Xu*Xu+uD*uD);return[Zu,tD,DD]};eD.lch.lab=function(Ku){const Zu=Ku[0];const Xu=Ku[1];const uD=Ku[2];const DD=uD/360*2*Math.PI;const eD=Xu*Math.cos(DD);const tD=Xu*Math.sin(DD);return[Zu,eD,tD]};eD.rgb.ansi16=function(Ku,Zu=null){const[Xu,uD,DD]=Ku;let tD=Zu===null?eD.rgb.hsv(Ku)[2]:Zu;tD=Math.round(tD/50);if(tD===0){return 30}let nD=30+(Math.round(DD/255)<<2|Math.round(uD/255)<<1|Math.round(Xu/255));if(tD===2){nD+=60}return nD};eD.hsv.ansi16=function(Ku){return eD.rgb.ansi16(eD.hsv.rgb(Ku),Ku[2])};eD.rgb.ansi256=function(Ku){const Zu=Ku[0];const Xu=Ku[1];const uD=Ku[2];if(Zu===Xu&&Xu===uD){if(Zu<8){return 16}if(Zu>248){return 231}return Math.round((Zu-8)/247*24)+232}const DD=16+36*Math.round(Zu/255*5)+6*Math.round(Xu/255*5)+Math.round(uD/255*5);return DD};eD.ansi16.rgb=function(Ku){let Zu=Ku%10;if(Zu===0||Zu===7){if(Ku>50){Zu+=3.5}Zu=Zu/10.5*255;return[Zu,Zu,Zu]}const Xu=(~~(Ku>50)+1)*.5;const uD=(Zu&1)*Xu*255;const DD=(Zu>>1&1)*Xu*255;const eD=(Zu>>2&1)*Xu*255;return[uD,DD,eD]};eD.ansi256.rgb=function(Ku){if(Ku>=232){const Zu=(Ku-232)*10+8;return[Zu,Zu,Zu]}Ku-=16;let Zu;const Xu=Math.floor(Ku/36)/5*255;const uD=Math.floor((Zu=Ku%36)/6)/5*255;const DD=Zu%6/5*255;return[Xu,uD,DD]};eD.rgb.hex=function(Ku){const Zu=((Math.round(Ku[0])&255)<<16)+((Math.round(Ku[1])&255)<<8)+(Math.round(Ku[2])&255);const Xu=Zu.toString(16).toUpperCase();return"000000".substring(Xu.length)+Xu};eD.hex.rgb=function(Ku){const Zu=Ku.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!Zu){return[0,0,0]}let Xu=Zu[0];if(Zu[0].length===3){Xu=Xu.split("").map((Ku=>Ku+Ku)).join("")}const uD=parseInt(Xu,16);const DD=uD>>16&255;const eD=uD>>8&255;const tD=uD&255;return[DD,eD,tD]};eD.rgb.hcg=function(Ku){const Zu=Ku[0]/255;const Xu=Ku[1]/255;const uD=Ku[2]/255;const DD=Math.max(Math.max(Zu,Xu),uD);const eD=Math.min(Math.min(Zu,Xu),uD);const tD=DD-eD;let nD;let rD;if(tD<1){nD=eD/(1-tD)}else{nD=0}if(tD<=0){rD=0}else if(DD===Zu){rD=(Xu-uD)/tD%6}else if(DD===Xu){rD=2+(uD-Zu)/tD}else{rD=4+(Zu-Xu)/tD}rD/=6;rD%=1;return[rD*360,tD*100,nD*100]};eD.hsl.hcg=function(Ku){const Zu=Ku[1]/100;const Xu=Ku[2]/100;const uD=Xu<.5?2*Zu*Xu:2*Zu*(1-Xu);let DD=0;if(uD<1){DD=(Xu-.5*uD)/(1-uD)}return[Ku[0],uD*100,DD*100]};eD.hsv.hcg=function(Ku){const Zu=Ku[1]/100;const Xu=Ku[2]/100;const uD=Zu*Xu;let DD=0;if(uD<1){DD=(Xu-uD)/(1-uD)}return[Ku[0],uD*100,DD*100]};eD.hcg.rgb=function(Ku){const Zu=Ku[0]/360;const Xu=Ku[1]/100;const uD=Ku[2]/100;if(Xu===0){return[uD*255,uD*255,uD*255]}const DD=[0,0,0];const eD=Zu%1*6;const tD=eD%1;const nD=1-tD;let rD=0;switch(Math.floor(eD)){case 0:DD[0]=1;DD[1]=tD;DD[2]=0;break;case 1:DD[0]=nD;DD[1]=1;DD[2]=0;break;case 2:DD[0]=0;DD[1]=1;DD[2]=tD;break;case 3:DD[0]=0;DD[1]=nD;DD[2]=1;break;case 4:DD[0]=tD;DD[1]=0;DD[2]=1;break;default:DD[0]=1;DD[1]=0;DD[2]=nD}rD=(1-Xu)*uD;return[(Xu*DD[0]+rD)*255,(Xu*DD[1]+rD)*255,(Xu*DD[2]+rD)*255]};eD.hcg.hsv=function(Ku){const Zu=Ku[1]/100;const Xu=Ku[2]/100;const uD=Zu+Xu*(1-Zu);let DD=0;if(uD>0){DD=Zu/uD}return[Ku[0],DD*100,uD*100]};eD.hcg.hsl=function(Ku){const Zu=Ku[1]/100;const Xu=Ku[2]/100;const uD=Xu*(1-Zu)+.5*Zu;let DD=0;if(uD>0&&uD<.5){DD=Zu/(2*uD)}else if(uD>=.5&&uD<1){DD=Zu/(2*(1-uD))}return[Ku[0],DD*100,uD*100]};eD.hcg.hwb=function(Ku){const Zu=Ku[1]/100;const Xu=Ku[2]/100;const uD=Zu+Xu*(1-Zu);return[Ku[0],(uD-Zu)*100,(1-uD)*100]};eD.hwb.hcg=function(Ku){const Zu=Ku[1]/100;const Xu=Ku[2]/100;const uD=1-Xu;const DD=uD-Zu;let eD=0;if(DD<1){eD=(uD-DD)/(1-DD)}return[Ku[0],DD*100,eD*100]};eD.apple.rgb=function(Ku){return[Ku[0]/65535*255,Ku[1]/65535*255,Ku[2]/65535*255]};eD.rgb.apple=function(Ku){return[Ku[0]/255*65535,Ku[1]/255*65535,Ku[2]/255*65535]};eD.gray.rgb=function(Ku){return[Ku[0]/100*255,Ku[0]/100*255,Ku[0]/100*255]};eD.gray.hsl=function(Ku){return[0,0,Ku[0]]};eD.gray.hsv=eD.gray.hsl;eD.gray.hwb=function(Ku){return[0,100,Ku[0]]};eD.gray.cmyk=function(Ku){return[0,0,0,Ku[0]]};eD.gray.lab=function(Ku){return[Ku[0],0,0]};eD.gray.hex=function(Ku){const Zu=Math.round(Ku[0]/100*255)&255;const Xu=(Zu<<16)+(Zu<<8)+Zu;const uD=Xu.toString(16).toUpperCase();return"000000".substring(uD.length)+uD};eD.rgb.gray=function(Ku){const Zu=(Ku[0]+Ku[1]+Ku[2])/3;return[Zu/255*100]}},767:function(Ku,Zu,Xu){const uD=Xu(226);const DD=Xu(392);const eD={};const tD=Object.keys(uD);function wrapRaw(Ku){const wrappedFn=function(...Zu){const Xu=Zu[0];if(Xu===undefined||Xu===null){return Xu}if(Xu.length>1){Zu=Xu}return Ku(Zu)};if("conversion"in Ku){wrappedFn.conversion=Ku.conversion}return wrappedFn}function wrapRounded(Ku){const wrappedFn=function(...Zu){const Xu=Zu[0];if(Xu===undefined||Xu===null){return Xu}if(Xu.length>1){Zu=Xu}const uD=Ku(Zu);if(typeof uD==="object"){for(let Ku=uD.length,Zu=0;Zu<Ku;Zu++){uD[Zu]=Math.round(uD[Zu])}}return uD};if("conversion"in Ku){wrappedFn.conversion=Ku.conversion}return wrappedFn}tD.forEach((Ku=>{eD[Ku]={};Object.defineProperty(eD[Ku],"channels",{value:uD[Ku].channels});Object.defineProperty(eD[Ku],"labels",{value:uD[Ku].labels});const Zu=DD(Ku);const Xu=Object.keys(Zu);Xu.forEach((Xu=>{const uD=Zu[Xu];eD[Ku][Xu]=wrapRounded(uD);eD[Ku][Xu].raw=wrapRaw(uD)}))}));Ku.exports=eD},392:function(Ku,Zu,Xu){const uD=Xu(226);function buildGraph(){const Ku={};const Zu=Object.keys(uD);for(let Xu=Zu.length,uD=0;uD<Xu;uD++){Ku[Zu[uD]]={distance:-1,parent:null}}return Ku}function deriveBFS(Ku){const Zu=buildGraph();const Xu=[Ku];Zu[Ku].distance=0;while(Xu.length){const Ku=Xu.pop();const DD=Object.keys(uD[Ku]);for(let uD=DD.length,eD=0;eD<uD;eD++){const uD=DD[eD];const tD=Zu[uD];if(tD.distance===-1){tD.distance=Zu[Ku].distance+1;tD.parent=Ku;Xu.unshift(uD)}}}return Zu}function link(Ku,Zu){return function(Xu){return Zu(Ku(Xu))}}function wrapConversion(Ku,Zu){const Xu=[Zu[Ku].parent,Ku];let DD=uD[Zu[Ku].parent][Ku];let eD=Zu[Ku].parent;while(Zu[eD].parent){Xu.unshift(Zu[eD].parent);DD=link(uD[Zu[eD].parent][eD],DD);eD=Zu[eD].parent}DD.conversion=Xu;return DD}Ku.exports=function(Ku){const Zu=deriveBFS(Ku);const Xu={};const uD=Object.keys(Zu);for(let Ku=uD.length,DD=0;DD<Ku;DD++){const Ku=uD[DD];const eD=Zu[Ku];if(eD.parent===null){continue}Xu[Ku]=wrapConversion(Ku,Zu)}return Xu}},866:function(Ku){"use strict";Ku.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]}},437:function(module,__unused_webpack_exports,__nccwpck_require__){"use strict";function u(Ku){return Ku&&"object"==typeof Ku&&"default"in Ku?Ku.default:Ku}var D=u(__nccwpck_require__(837)),e=__nccwpck_require__(17),t=__nccwpck_require__(147),r=u(__nccwpck_require__(37)),n=u(__nccwpck_require__(224));"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function s(Ku,Zu){return Ku(Zu={exports:{}},Zu.exports),Zu.exports}var o,i=(o=Object.freeze({__proto__:null,default:[{name:"AppVeyor",constant:"APPVEYOR",env:"APPVEYOR",pr:"APPVEYOR_PULL_REQUEST_NUMBER"},{name:"Bamboo",constant:"BAMBOO",env:"bamboo_planKey"},{name:"Bitbucket Pipelines",constant:"BITBUCKET",env:"BITBUCKET_COMMIT"},{name:"Bitrise",constant:"BITRISE",env:"BITRISE_IO",pr:"BITRISE_PULL_REQUEST"},{name:"Buddy",constant:"BUDDY",env:"BUDDY_WORKSPACE_ID",pr:"BUDDY_EXECUTION_PULL_REQUEST_ID"},{name:"Buildkite",constant:"BUILDKITE",env:"BUILDKITE",pr:{env:"BUILDKITE_PULL_REQUEST",ne:"false"}},{name:"CircleCI",constant:"CIRCLE",env:"CIRCLECI",pr:"CIRCLE_PULL_REQUEST"},{name:"Cirrus CI",constant:"CIRRUS",env:"CIRRUS_CI",pr:"CIRRUS_PR"},{name:"AWS CodeBuild",constant:"CODEBUILD",env:"CODEBUILD_BUILD_ARN"},{name:"Codeship",constant:"CODESHIP",env:{CI_NAME:"codeship"}},{name:"Drone",constant:"DRONE",env:"DRONE",pr:{DRONE_BUILD_EVENT:"pull_request"}},{name:"dsari",constant:"DSARI",env:"DSARI"},{name:"GitLab CI",constant:"GITLAB",env:"GITLAB_CI"},{name:"GoCD",constant:"GOCD",env:"GO_PIPELINE_LABEL"},{name:"Hudson",constant:"HUDSON",env:"HUDSON_URL"},{name:"Jenkins",constant:"JENKINS",env:["JENKINS_URL","BUILD_ID"],pr:{any:["ghprbPullId","CHANGE_ID"]}},{name:"Magnum CI",constant:"MAGNUM",env:"MAGNUM"},{name:"Sail CI",constant:"SAIL",env:"SAILCI",pr:"SAIL_PULL_REQUEST_NUMBER"},{name:"Semaphore",constant:"SEMAPHORE",env:"SEMAPHORE",pr:"PULL_REQUEST_NUMBER"},{name:"Shippable",constant:"SHIPPABLE",env:"SHIPPABLE",pr:{IS_PULL_REQUEST:"true"}},{name:"Solano CI",constant:"SOLANO",env:"TDDIUM",pr:"TDDIUM_PR_ID"},{name:"Strider CD",constant:"STRIDER",env:"STRIDER"},{name:"TaskCluster",constant:"TASKCLUSTER",env:["TASK_ID","RUN_ID"]},{name:"Solano CI",constant:"TDDIUM",env:"TDDIUM",pr:"TDDIUM_PR_ID",deprecated:!0},{name:"TeamCity",constant:"TEAMCITY",env:"TEAMCITY_VERSION"},{name:"Team Foundation Server",constant:"TFS",env:"TF_BUILD"},{name:"Travis CI",constant:"TRAVIS",env:"TRAVIS",pr:{env:"TRAVIS_PULL_REQUEST",ne:"false"}}]}))&&o.default||o,a=s((function(Ku,Zu){var Xu=process.env;function t(Ku){return"string"==typeof Ku?!!Xu[Ku]:Object.keys(Ku).every((function(Zu){return Xu[Zu]===Ku[Zu]}))}Object.defineProperty(Zu,"_vendors",{value:i.map((function(Ku){return Ku.constant}))}),Zu.name=null,Zu.isPR=null,i.forEach((function(Ku){var uD=(Array.isArray(Ku.env)?Ku.env:[Ku.env]).every((function(Ku){return t(Ku)}));if(Zu[Ku.constant]=uD,uD)switch(Zu.name=Ku.name,typeof Ku.pr){case"string":Zu.isPR=!!Xu[Ku.pr];break;case"object":"env"in Ku.pr?Zu.isPR=Ku.pr.env in Xu&&Xu[Ku.pr.env]!==Ku.pr.ne:"any"in Ku.pr?Zu.isPR=Ku.pr.any.some((function(Ku){return!!Xu[Ku]})):Zu.isPR=t(Ku.pr);break;default:Zu.isPR=null}})),Zu.isCI=!!(Xu.CI||Xu.CONTINUOUS_INTEGRATION||Xu.BUILD_NUMBER||Xu.RUN_ID||Zu.name)})),l=(a.name,a.isPR,a.isCI,!1),c=!1,h=!1,F="development",C="undefined"!=typeof window,f="",E=!1;function g(Ku){return!(!Ku||"false"===Ku)}"undefined"!=typeof process&&(process.platform&&(f=String(process.platform)),process.stdout&&(h=g(process.stdout.isTTY)),l=Boolean(a.isCI),process.env&&(process.env.NODE_ENV&&(F=process.env.NODE_ENV),c=g(process.env.DEBUG),E=g(process.env.MINIMAL)));var d={browser:C,test:"test"===F,dev:"development"===F||"dev"===F,production:"production"===F,debug:c,ci:l,tty:h,minimal:void 0,minimalCLI:void 0,windows:/^win/i.test(f),darwin:/^darwin/i.test(f),linux:/^linux/i.test(f)};d.minimal=E||d.ci||d.test||!d.tty,d.minimalCLI=d.minimal;var p=Object.freeze(d);const m={};m[m.Fatal=0]="Fatal",m[m.Error=0]="Error",m[m.Warn=1]="Warn",m[m.Log=2]="Log",m[m.Info=3]="Info",m[m.Success=3]="Success",m[m.Debug=4]="Debug",m[m.Trace=5]="Trace",m[m.Silent=-1/0]="Silent",m[m.Verbose=1/0]="Verbose";var b={silent:{level:-1},fatal:{level:m.Fatal},error:{level:m.Error},warn:{level:m.Warn},log:{level:m.Log},info:{level:m.Info},success:{level:m.Success},debug:{level:m.Debug},trace:{level:m.Trace},verbose:{level:m.Trace},ready:{level:m.Info},start:{level:m.Info}};function y(Ku){return Zu=Ku,"[object Object]"===Object.prototype.toString.call(Zu)&&(!(!Ku.message&&!Ku.args)&&!Ku.stack);var Zu}let B=!1;const v=[];class _{constructor(Ku={}){this._reporters=Ku.reporters||[],this._types=Ku.types||b,this.level=void 0!==Ku.level?Ku.level:3,this._defaults=Ku.defaults||{},this._async=void 0!==Ku.async?Ku.async:void 0,this._stdout=Ku.stdout,this._stderr=Ku.stderr,this._mockFn=Ku.mockFn,this._throttle=Ku.throttle||1e3,this._throttleMin=Ku.throttleMin||5;for(const Ku in this._types){const Zu={type:Ku,...this._types[Ku],...this._defaults};this[Ku]=this._wrapLogFn(Zu),this[Ku].raw=this._wrapLogFn(Zu,!0)}this._mockFn&&this.mockTypes(),this._lastLogSerialized=void 0,this._lastLog=void 0,this._lastLogTime=void 0,this._lastLogCount=0,this._throttleTimeout=void 0}get stdout(){return this._stdout||console._stdout}get stderr(){return this._stderr||console._stderr}create(Ku){return new _(Object.assign({reporters:this._reporters,level:this.level,types:this._types,defaults:this._defaults,stdout:this._stdout,stderr:this._stderr,mockFn:this._mockFn},Ku))}withDefaults(Ku){return this.create({defaults:Object.assign({},this._defaults,Ku)})}withTag(Ku){return this.withDefaults({tag:this._defaults.tag?this._defaults.tag+":"+Ku:Ku})}addReporter(Ku){return this._reporters.push(Ku),this}removeReporter(Ku){if(Ku){const Zu=this._reporters.indexOf(Ku);if(Zu>=0)return this._reporters.splice(Zu,1)}else this._reporters.splice(0);return this}setReporters(Ku){return this._reporters=Array.isArray(Ku)?Ku:[Ku],this}wrapAll(){this.wrapConsole(),this.wrapStd()}restoreAll(){this.restoreConsole(),this.restoreStd()}wrapConsole(){for(const Ku in this._types)console["__"+Ku]||(console["__"+Ku]=console[Ku]),console[Ku]=this[Ku].raw}restoreConsole(){for(const Ku in this._types)console["__"+Ku]&&(console[Ku]=console["__"+Ku],delete console["__"+Ku])}wrapStd(){this._wrapStream(this.stdout,"log"),this._wrapStream(this.stderr,"log")}_wrapStream(Ku,Zu){Ku&&(Ku.__write||(Ku.__write=Ku.write),Ku.write=Ku=>{this[Zu].raw(String(Ku).trim())})}restoreStd(){this._restoreStream(this.stdout),this._restoreStream(this.stderr)}_restoreStream(Ku){Ku&&Ku.__write&&(Ku.write=Ku.__write,delete Ku.__write)}pauseLogs(){B=!0}resumeLogs(){B=!1;const Ku=v.splice(0);for(const Zu of Ku)Zu[0]._logFn(Zu[1],Zu[2])}mockTypes(Ku){if(this._mockFn=Ku||this._mockFn,"function"==typeof this._mockFn)for(const Ku in this._types)this[Ku]=this._mockFn(Ku,this._types[Ku])||this[Ku],this[Ku].raw=this[Ku]}_wrapLogFn(Ku,Zu){return(...Xu)=>{if(!B)return this._logFn(Ku,Xu,Zu);v.push([this,Ku,Xu,Zu])}}_logFn(Ku,Zu,Xu){if(Ku.level>this.level)return!!this._async&&Promise.resolve(!1);const uD=Object.assign({date:new Date,args:[]},Ku);!Xu&&1===Zu.length&&y(Zu[0])?Object.assign(uD,Zu[0]):uD.args=Array.from(Zu),uD.message&&(uD.args.unshift(uD.message),delete uD.message),uD.additional&&(Array.isArray(uD.additional)||(uD.additional=uD.additional.split("\n")),uD.args.push("\n"+uD.additional.join("\n")),delete uD.additional),uD.type="string"==typeof uD.type?uD.type.toLowerCase():"",uD.tag="string"==typeof uD.tag?uD.tag.toLowerCase():"";const r=(Ku=!1)=>{const Zu=this._lastLogCount-this._throttleMin;if(this._lastLog&&Zu>0){const Ku=[...this._lastLog.args];Zu>1&&Ku.push(`(repeated ${Zu} times)`),this._log({...this._lastLog,args:Ku}),this._lastLogCount=1}if(Ku){if(this._lastLog=uD,this._async)return this._logAsync(uD);this._log(uD)}};clearTimeout(this._throttleTimeout);const DD=this._lastLogTime?uD.date-this._lastLogTime:0;if(this._lastLogTime=uD.date,DD<this._throttle)try{const Ku=JSON.stringify([uD.type,uD.tag,uD.args]),Zu=this._lastLogSerialized===Ku;if(this._lastLogSerialized=Ku,Zu&&(this._lastLogCount++,this._lastLogCount>this._throttleMin))return void(this._throttleTimeout=setTimeout(r,this._throttle))}catch(Ku){}r(!0)}_log(Ku){for(const Zu of this._reporters)Zu.log(Ku,{async:!1,stdout:this.stdout,stderr:this.stderr})}_logAsync(Ku){return Promise.all(this._reporters.map((Zu=>Zu.log(Ku,{async:!0,stdout:this.stdout,stderr:this.stderr}))))}}function A(Ku){const Zu=process.cwd()+e.sep;return Ku.split("\n").splice(1).map((Ku=>Ku.trim().replace("file://","").replace(Zu,"")))}_.prototype.add=_.prototype.addReporter,_.prototype.remove=_.prototype.removeReporter,_.prototype.clear=_.prototype.removeReporter,_.prototype.withScope=_.prototype.withTag,_.prototype.mock=_.prototype.mockTypes,_.prototype.pause=_.prototype.pauseLogs,_.prototype.resume=_.prototype.resumeLogs;var w=s((function(Ku,Zu){Ku.exports=function(){var Ku="millisecond",Zu="second",Xu="minute",uD="hour",DD="day",eD="week",tD="month",nD="quarter",rD="year",oD=/^(\d{4})-?(\d{1,2})-?(\d{0,2})[^0-9]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?.?(\d{1,3})?$/,sD=/\[([^\]]+)]|Y{2,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,c=function(Ku,Zu,Xu){var uD=String(Ku);return!uD||uD.length>=Zu?Ku:""+Array(Zu+1-uD.length).join(Xu)+Ku},iD={s:c,z:function(Ku){var Zu=-Ku.utcOffset(),Xu=Math.abs(Zu),uD=Math.floor(Xu/60),DD=Xu%60;return(Zu<=0?"+":"-")+c(uD,2,"0")+":"+c(DD,2,"0")},m:function(Ku,Zu){var Xu=12*(Zu.year()-Ku.year())+(Zu.month()-Ku.month()),uD=Ku.clone().add(Xu,tD),DD=Zu-uD<0,eD=Ku.clone().add(Xu+(DD?-1:1),tD);return Number(-(Xu+(Zu-uD)/(DD?uD-eD:eD-uD))||0)},a:function(Ku){return Ku<0?Math.ceil(Ku)||0:Math.floor(Ku)},p:function(oD){return{M:tD,y:rD,w:eD,d:DD,D:"date",h:uD,m:Xu,s:Zu,ms:Ku,Q:nD}[oD]||String(oD||"").toLowerCase().replace(/s$/,"")},u:function(Ku){return void 0===Ku}},lD={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_")},aD="en",cD={};cD[aD]=lD;var E=function(Ku){return Ku instanceof CD},g=function(Ku,Zu,Xu){var uD;if(!Ku)return aD;if("string"==typeof Ku)cD[Ku]&&(uD=Ku),Zu&&(cD[Ku]=Zu,uD=Ku);else{var DD=Ku.name;cD[DD]=Ku,uD=DD}return!Xu&&uD&&(aD=uD),uD||!Xu&&aD},d=function(Ku,Zu){if(E(Ku))return Ku.clone();var Xu="object"==typeof Zu?Zu:{};return Xu.date=Ku,Xu.args=arguments,new CD(Xu)},FD=iD;FD.l=g,FD.i=E,FD.w=function(Ku,Zu){return d(Ku,{locale:Zu.$L,utc:Zu.$u,$offset:Zu.$offset})};var CD=function(){function c(Ku){this.$L=this.$L||g(Ku.locale,null,!0),this.parse(Ku)}var iD=c.prototype;return iD.parse=function(Ku){this.$d=function(Ku){var Zu=Ku.date,Xu=Ku.utc;if(null===Zu)return new Date(NaN);if(FD.u(Zu))return new Date;if(Zu instanceof Date)return new Date(Zu);if("string"==typeof Zu&&!/Z$/i.test(Zu)){var uD=Zu.match(oD);if(uD)return Xu?new Date(Date.UTC(uD[1],uD[2]-1,uD[3]||1,uD[4]||0,uD[5]||0,uD[6]||0,uD[7]||0)):new Date(uD[1],uD[2]-1,uD[3]||1,uD[4]||0,uD[5]||0,uD[6]||0,uD[7]||0)}return new Date(Zu)}(Ku),this.init()},iD.init=function(){var Ku=this.$d;this.$y=Ku.getFullYear(),this.$M=Ku.getMonth(),this.$D=Ku.getDate(),this.$W=Ku.getDay(),this.$H=Ku.getHours(),this.$m=Ku.getMinutes(),this.$s=Ku.getSeconds(),this.$ms=Ku.getMilliseconds()},iD.$utils=function(){return FD},iD.isValid=function(){return!("Invalid Date"===this.$d.toString())},iD.isSame=function(Ku,Zu){var Xu=d(Ku);return this.startOf(Zu)<=Xu&&Xu<=this.endOf(Zu)},iD.isAfter=function(Ku,Zu){return d(Ku)<this.startOf(Zu)},iD.isBefore=function(Ku,Zu){return this.endOf(Zu)<d(Ku)},iD.$g=function(Ku,Zu,Xu){return FD.u(Ku)?this[Zu]:this.set(Xu,Ku)},iD.year=function(Ku){return this.$g(Ku,"$y",rD)},iD.month=function(Ku){return this.$g(Ku,"$M",tD)},iD.day=function(Ku){return this.$g(Ku,"$W",DD)},iD.date=function(Ku){return this.$g(Ku,"$D","date")},iD.hour=function(Ku){return this.$g(Ku,"$H",uD)},iD.minute=function(Ku){return this.$g(Ku,"$m",Xu)},iD.second=function(Ku){return this.$g(Ku,"$s",Zu)},iD.millisecond=function(Zu){return this.$g(Zu,"$ms",Ku)},iD.unix=function(){return Math.floor(this.valueOf()/1e3)},iD.valueOf=function(){return this.$d.getTime()},iD.startOf=function(Ku,nD){var oD=this,sD=!!FD.u(nD)||nD,iD=FD.p(Ku),h=function(Ku,Zu){var Xu=FD.w(oD.$u?Date.UTC(oD.$y,Zu,Ku):new Date(oD.$y,Zu,Ku),oD);return sD?Xu:Xu.endOf(DD)},F=function(Ku,Zu){return FD.w(oD.toDate()[Ku].apply(oD.toDate("s"),(sD?[0,0,0,0]:[23,59,59,999]).slice(Zu)),oD)},lD=this.$W,aD=this.$M,cD=this.$D,CD="set"+(this.$u?"UTC":"");switch(iD){case rD:return sD?h(1,0):h(31,11);case tD:return sD?h(1,aD):h(0,aD+1);case eD:var hD=this.$locale().weekStart||0,fD=(lD<hD?lD+7:lD)-hD;return h(sD?cD-fD:cD+(6-fD),aD);case DD:case"date":return F(CD+"Hours",0);case uD:return F(CD+"Minutes",1);case Xu:return F(CD+"Seconds",2);case Zu:return F(CD+"Milliseconds",3);default:return this.clone()}},iD.endOf=function(Ku){return this.startOf(Ku,!1)},iD.$set=function(eD,nD){var oD,sD=FD.p(eD),iD="set"+(this.$u?"UTC":""),lD=(oD={},oD.day=iD+"Date",oD.date=iD+"Date",oD[tD]=iD+"Month",oD[rD]=iD+"FullYear",oD[uD]=iD+"Hours",oD[Xu]=iD+"Minutes",oD[Zu]=iD+"Seconds",oD[Ku]=iD+"Milliseconds",oD)[sD],aD=sD===DD?this.$D+(nD-this.$W):nD;if(sD===tD||sD===rD){var cD=this.clone().set("date",1);cD.$d[lD](aD),cD.init(),this.$d=cD.set("date",Math.min(this.$D,cD.daysInMonth())).toDate()}else lD&&this.$d[lD](aD);return this.init(),this},iD.set=function(Ku,Zu){return this.clone().$set(Ku,Zu)},iD.get=function(Ku){return this[FD.p(Ku)]()},iD.add=function(Ku,nD){var oD,sD=this;Ku=Number(Ku);var iD=FD.p(nD),h=function(Zu){var Xu=d(sD);return FD.w(Xu.date(Xu.date()+Math.round(Zu*Ku)),sD)};if(iD===tD)return this.set(tD,this.$M+Ku);if(iD===rD)return this.set(rD,this.$y+Ku);if(iD===DD)return h(1);if(iD===eD)return h(7);var lD=(oD={},oD[Xu]=6e4,oD[uD]=36e5,oD[Zu]=1e3,oD)[iD]||1,aD=this.$d.getTime()+Ku*lD;return FD.w(aD,this)},iD.subtract=function(Ku,Zu){return this.add(-1*Ku,Zu)},iD.format=function(Ku){var Zu=this;if(!this.isValid())return"Invalid Date";var Xu=Ku||"YYYY-MM-DDTHH:mm:ssZ",uD=FD.z(this),DD=this.$locale(),eD=this.$H,tD=this.$m,nD=this.$M,rD=DD.weekdays,oD=DD.months,c=function(Ku,uD,DD,eD){return Ku&&(Ku[uD]||Ku(Zu,Xu))||DD[uD].substr(0,eD)},h=function(Ku){return FD.s(eD%12||12,Ku,"0")},iD=DD.meridiem||function(Ku,Zu,Xu){var uD=Ku<12?"AM":"PM";return Xu?uD.toLowerCase():uD},lD={YY:String(this.$y).slice(-2),YYYY:this.$y,M:nD+1,MM:FD.s(nD+1,2,"0"),MMM:c(DD.monthsShort,nD,oD,3),MMMM:c(oD,nD),D:this.$D,DD:FD.s(this.$D,2,"0"),d:String(this.$W),dd:c(DD.weekdaysMin,this.$W,rD,2),ddd:c(DD.weekdaysShort,this.$W,rD,3),dddd:rD[this.$W],H:String(eD),HH:FD.s(eD,2,"0"),h:h(1),hh:h(2),a:iD(eD,tD,!0),A:iD(eD,tD,!1),m:String(tD),mm:FD.s(tD,2,"0"),s:String(this.$s),ss:FD.s(this.$s,2,"0"),SSS:FD.s(this.$ms,3,"0"),Z:uD};return Xu.replace(sD,(function(Ku,Zu){return Zu||lD[Ku]||uD.replace(":","")}))},iD.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},iD.diff=function(Ku,DD,oD){var sD,iD=FD.p(DD),lD=d(Ku),aD=6e4*(lD.utcOffset()-this.utcOffset()),cD=this-lD,CD=FD.m(this,lD);return CD=(sD={},sD[rD]=CD/12,sD[tD]=CD,sD[nD]=CD/3,sD[eD]=(cD-aD)/6048e5,sD.day=(cD-aD)/864e5,sD[uD]=cD/36e5,sD[Xu]=cD/6e4,sD[Zu]=cD/1e3,sD)[iD]||cD,oD?CD:FD.a(CD)},iD.daysInMonth=function(){return this.endOf(tD).$D},iD.$locale=function(){return cD[this.$L]},iD.locale=function(Ku,Zu){if(!Ku)return this.$L;var Xu=this.clone(),uD=g(Ku,Zu,!0);return uD&&(Xu.$L=uD),Xu},iD.clone=function(){return FD.w(this.$d,this)},iD.toDate=function(){return new Date(this.valueOf())},iD.toJSON=function(){return this.isValid()?this.toISOString():null},iD.toISOString=function(){return this.$d.toISOString()},iD.toString=function(){return this.$d.toUTCString()},c}();return d.prototype=CD.prototype,d.extend=function(Ku,Zu){return Ku(Zu,CD,d),d},d.locale=g,d.isDayjs=E,d.unix=function(Ku){return d(1e3*Ku)},d.en=cD[aD],d.Ls=cD,d}()}));const O={dateFormat:"HH:mm:ss",formatOptions:{date:!0,colors:!1,compact:!0}},M=Ku=>Ku?`[${Ku}]`:"";class S{constructor(Ku){this.options=Object.assign({},O,Ku)}formatStack(Ku){return" "+A(Ku).join("\n ")}formatArgs(Ku){const Zu=Ku.map((Ku=>Ku&&"string"==typeof Ku.stack?Ku.message+"\n"+this.formatStack(Ku.stack):Ku));return"function"==typeof D.formatWithOptions?D.formatWithOptions(this.options.formatOptions,...Zu):D.format(...Zu)}formatDate(Ku){return this.options.formatOptions.date?function(Ku,Zu){return w(Zu).format(Ku)}(this.options.dateFormat,Ku):""}filterAndJoin(Ku){return Ku.filter((Ku=>Ku)).join(" ")}formatLogObj(Ku){const Zu=this.formatArgs(Ku.args);return this.filterAndJoin([M(Ku.type),M(Ku.tag),Zu])}log(Ku,{async:Zu,stdout:Xu,stderr:uD}={}){return function(Ku,Zu,Xu="default"){const uD=Zu.__write||Zu.write;switch(Xu){case"async":return new Promise((Xu=>{!0===uD.call(Zu,Ku)?Xu():Zu.once("drain",(()=>{Xu()}))}));case"sync":return t.writeSync(Zu.fd,Ku);default:return uD.call(Zu,Ku)}}(this.formatLogObj(Ku,{width:Xu.columns||0})+"\n",Ku.level<2?uD:Xu,Zu?"async":"default")}}var I=Ku=>"string"==typeof Ku?Ku.replace((({onlyFirst:Ku=!1}={})=>{const Zu=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(Zu,Ku?void 0:"g")})(),""):Ku;const k=Ku=>!Number.isNaN(Ku)&&(Ku>=4352&&(Ku<=4447||9001===Ku||9002===Ku||11904<=Ku&&Ku<=12871&&12351!==Ku||12880<=Ku&&Ku<=19903||19968<=Ku&&Ku<=42182||43360<=Ku&&Ku<=43388||44032<=Ku&&Ku<=55203||63744<=Ku&&Ku<=64255||65040<=Ku&&Ku<=65049||65072<=Ku&&Ku<=65131||65281<=Ku&&Ku<=65376||65504<=Ku&&Ku<=65510||110592<=Ku&&Ku<=110593||127488<=Ku&&Ku<=127569||131072<=Ku&&Ku<=262141));var R=k,T=k;R.default=T;const L=Ku=>{if("string"!=typeof(Ku=Ku.replace(/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g," "))||0===Ku.length)return 0;Ku=I(Ku);let Zu=0;for(let Xu=0;Xu<Ku.length;Xu++){const uD=Ku.codePointAt(Xu);uD<=31||uD>=127&&uD<=159||(uD>=768&&uD<=879||(uD>65535&&Xu++,Zu+=R(uD)?2:1))}return Zu};var $=L,x=L;$.default=x;var U=/[|\\{}()[\]^$+*?.]/g,j=function(Ku){if("string"!=typeof Ku)throw new TypeError("Expected a string");return Ku.replace(U,"\\$&")};const{platform:P}=process,N={tick:"✔",cross:"✖",star:"★",square:"▇",squareSmall:"◻",squareSmallFilled:"◼",play:"▶",circle:"◯",circleFilled:"◉",circleDotted:"◌",circleDouble:"◎",circleCircle:"ⓞ",circleCross:"ⓧ",circlePipe:"Ⓘ",circleQuestionMark:"?⃝",bullet:"●",dot:"․",line:"─",ellipsis:"…",pointer:"❯",pointerSmall:"›",info:"ℹ",warning:"⚠",hamburger:"☰",smiley:"㋡",mustache:"෴",heart:"♥",nodejs:"⬢",arrowUp:"↑",arrowDown:"↓",arrowLeft:"←",arrowRight:"→",radioOn:"◉",radioOff:"◯",checkboxOn:"☒",checkboxOff:"☐",checkboxCircleOn:"ⓧ",checkboxCircleOff:"Ⓘ",questionMarkPrefix:"?⃝",oneHalf:"½",oneThird:"⅓",oneQuarter:"¼",oneFifth:"⅕",oneSixth:"⅙",oneSeventh:"⅐",oneEighth:"⅛",oneNinth:"⅑",oneTenth:"⅒",twoThirds:"⅔",twoFifths:"⅖",threeQuarters:"¾",threeFifths:"⅗",threeEighths:"⅜",fourFifths:"⅘",fiveSixths:"⅚",fiveEighths:"⅝",sevenEighths:"⅞"},q={tick:"√",cross:"×",star:"*",square:"█",squareSmall:"[ ]",squareSmallFilled:"[█]",play:"►",circle:"( )",circleFilled:"(*)",circleDotted:"( )",circleDouble:"( )",circleCircle:"(○)",circleCross:"(×)",circlePipe:"(│)",circleQuestionMark:"(?)",bullet:"*",dot:".",line:"─",ellipsis:"...",pointer:">",pointerSmall:"»",info:"i",warning:"‼",hamburger:"≡",smiley:"☺",mustache:"┌─┐",heart:N.heart,nodejs:"♦",arrowUp:N.arrowUp,arrowDown:N.arrowDown,arrowLeft:N.arrowLeft,arrowRight:N.arrowRight,radioOn:"(*)",radioOff:"( )",checkboxOn:"[×]",checkboxOff:"[ ]",checkboxCircleOn:"(×)",checkboxCircleOff:"( )",questionMarkPrefix:"?",oneHalf:"1/2",oneThird:"1/3",oneQuarter:"1/4",oneFifth:"1/5",oneSixth:"1/6",oneSeventh:"1/7",oneEighth:"1/8",oneNinth:"1/9",oneTenth:"1/10",twoThirds:"2/3",twoFifths:"2/5",threeQuarters:"3/4",threeFifths:"3/5",threeEighths:"3/8",fourFifths:"4/5",fiveSixths:"5/6",fiveEighths:"5/8",sevenEighths:"7/8"};"linux"===P&&(N.questionMarkPrefix="?");const Y="win32"===P?q:N;var H=Object.assign((Ku=>{if(Y===N)return Ku;for(const[Zu,Xu]of Object.entries(N))Xu!==Y[Zu]&&(Ku=Ku.replace(new RegExp(j(Xu),"g"),Y[Zu]));return Ku}),Y),V=N,W=q;H.main=V,H.windows=W;var G={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],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]};const z={};for(const Ku of Object.keys(G))z[G[Ku]]=Ku;const Q={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"]}};var J=Q;for(const Ku of Object.keys(Q)){if(!("channels"in Q[Ku]))throw new Error("missing channels property: "+Ku);if(!("labels"in Q[Ku]))throw new Error("missing channel labels property: "+Ku);if(Q[Ku].labels.length!==Q[Ku].channels)throw new Error("channel and label counts mismatch: "+Ku);const{channels:Zu,labels:Xu}=Q[Ku];delete Q[Ku].channels,delete Q[Ku].labels,Object.defineProperty(Q[Ku],"channels",{value:Zu}),Object.defineProperty(Q[Ku],"labels",{value:Xu})}function K(Ku){const Zu=function(){const Ku={},Zu=Object.keys(J);for(let Xu=Zu.length,uD=0;uD<Xu;uD++)Ku[Zu[uD]]={distance:-1,parent:null};return Ku}(),Xu=[Ku];for(Zu[Ku].distance=0;Xu.length;){const Ku=Xu.pop(),uD=Object.keys(J[Ku]);for(let DD=uD.length,eD=0;eD<DD;eD++){const DD=uD[eD],tD=Zu[DD];-1===tD.distance&&(tD.distance=Zu[Ku].distance+1,tD.parent=Ku,Xu.unshift(DD))}}return Zu}function Z(Ku,Zu){return function(Xu){return Zu(Ku(Xu))}}function X(Ku,Zu){const Xu=[Zu[Ku].parent,Ku];let uD=J[Zu[Ku].parent][Ku],DD=Zu[Ku].parent;for(;Zu[DD].parent;)Xu.unshift(Zu[DD].parent),uD=Z(J[Zu[DD].parent][DD],uD),DD=Zu[DD].parent;return uD.conversion=Xu,uD}Q.rgb.hsl=function(Ku){const Zu=Ku[0]/255,Xu=Ku[1]/255,uD=Ku[2]/255,DD=Math.min(Zu,Xu,uD),eD=Math.max(Zu,Xu,uD),tD=eD-DD;let nD,rD;eD===DD?nD=0:Zu===eD?nD=(Xu-uD)/tD:Xu===eD?nD=2+(uD-Zu)/tD:uD===eD&&(nD=4+(Zu-Xu)/tD),nD=Math.min(60*nD,360),nD<0&&(nD+=360);const oD=(DD+eD)/2;return rD=eD===DD?0:oD<=.5?tD/(eD+DD):tD/(2-eD-DD),[nD,100*rD,100*oD]},Q.rgb.hsv=function(Ku){let Zu,Xu,uD,DD,eD;const tD=Ku[0]/255,nD=Ku[1]/255,rD=Ku[2]/255,oD=Math.max(tD,nD,rD),sD=oD-Math.min(tD,nD,rD),c=function(Ku){return(oD-Ku)/6/sD+.5};return 0===sD?(DD=0,eD=0):(eD=sD/oD,Zu=c(tD),Xu=c(nD),uD=c(rD),tD===oD?DD=uD-Xu:nD===oD?DD=1/3+Zu-uD:rD===oD&&(DD=2/3+Xu-Zu),DD<0?DD+=1:DD>1&&(DD-=1)),[360*DD,100*eD,100*oD]},Q.rgb.hwb=function(Ku){const Zu=Ku[0],Xu=Ku[1];let uD=Ku[2];const DD=Q.rgb.hsl(Ku)[0],eD=1/255*Math.min(Zu,Math.min(Xu,uD));return uD=1-1/255*Math.max(Zu,Math.max(Xu,uD)),[DD,100*eD,100*uD]},Q.rgb.cmyk=function(Ku){const Zu=Ku[0]/255,Xu=Ku[1]/255,uD=Ku[2]/255,DD=Math.min(1-Zu,1-Xu,1-uD);return[100*((1-Zu-DD)/(1-DD)||0),100*((1-Xu-DD)/(1-DD)||0),100*((1-uD-DD)/(1-DD)||0),100*DD]},Q.rgb.keyword=function(Ku){const Zu=z[Ku];if(Zu)return Zu;let Xu,uD=1/0;for(const Zu of Object.keys(G)){const tD=(eD=G[Zu],((DD=Ku)[0]-eD[0])**2+(DD[1]-eD[1])**2+(DD[2]-eD[2])**2);tD<uD&&(uD=tD,Xu=Zu)}var DD,eD;return Xu},Q.keyword.rgb=function(Ku){return G[Ku]},Q.rgb.xyz=function(Ku){let Zu=Ku[0]/255,Xu=Ku[1]/255,uD=Ku[2]/255;Zu=Zu>.04045?((Zu+.055)/1.055)**2.4:Zu/12.92,Xu=Xu>.04045?((Xu+.055)/1.055)**2.4:Xu/12.92,uD=uD>.04045?((uD+.055)/1.055)**2.4:uD/12.92;return[100*(.4124*Zu+.3576*Xu+.1805*uD),100*(.2126*Zu+.7152*Xu+.0722*uD),100*(.0193*Zu+.1192*Xu+.9505*uD)]},Q.rgb.lab=function(Ku){const Zu=Q.rgb.xyz(Ku);let Xu=Zu[0],uD=Zu[1],DD=Zu[2];Xu/=95.047,uD/=100,DD/=108.883,Xu=Xu>.008856?Xu**(1/3):7.787*Xu+16/116,uD=uD>.008856?uD**(1/3):7.787*uD+16/116,DD=DD>.008856?DD**(1/3):7.787*DD+16/116;return[116*uD-16,500*(Xu-uD),200*(uD-DD)]},Q.hsl.rgb=function(Ku){const Zu=Ku[0]/360,Xu=Ku[1]/100,uD=Ku[2]/100;let DD,eD,tD;if(0===Xu)return tD=255*uD,[tD,tD,tD];DD=uD<.5?uD*(1+Xu):uD+Xu-uD*Xu;const nD=2*uD-DD,rD=[0,0,0];for(let Ku=0;Ku<3;Ku++)eD=Zu+1/3*-(Ku-1),eD<0&&eD++,eD>1&&eD--,tD=6*eD<1?nD+6*(DD-nD)*eD:2*eD<1?DD:3*eD<2?nD+(DD-nD)*(2/3-eD)*6:nD,rD[Ku]=255*tD;return rD},Q.hsl.hsv=function(Ku){const Zu=Ku[0];let Xu=Ku[1]/100,uD=Ku[2]/100,DD=Xu;const eD=Math.max(uD,.01);uD*=2,Xu*=uD<=1?uD:2-uD,DD*=eD<=1?eD:2-eD;return[Zu,100*(0===uD?2*DD/(eD+DD):2*Xu/(uD+Xu)),100*((uD+Xu)/2)]},Q.hsv.rgb=function(Ku){const Zu=Ku[0]/60,Xu=Ku[1]/100;let uD=Ku[2]/100;const DD=Math.floor(Zu)%6,eD=Zu-Math.floor(Zu),tD=255*uD*(1-Xu),nD=255*uD*(1-Xu*eD),rD=255*uD*(1-Xu*(1-eD));switch(uD*=255,DD){case 0:return[uD,rD,tD];case 1:return[nD,uD,tD];case 2:return[tD,uD,rD];case 3:return[tD,nD,uD];case 4:return[rD,tD,uD];case 5:return[uD,tD,nD]}},Q.hsv.hsl=function(Ku){const Zu=Ku[0],Xu=Ku[1]/100,uD=Ku[2]/100,DD=Math.max(uD,.01);let eD,tD;tD=(2-Xu)*uD;const nD=(2-Xu)*DD;return eD=Xu*DD,eD/=nD<=1?nD:2-nD,eD=eD||0,tD/=2,[Zu,100*eD,100*tD]},Q.hwb.rgb=function(Ku){const Zu=Ku[0]/360;let Xu=Ku[1]/100,uD=Ku[2]/100;const DD=Xu+uD;let eD;DD>1&&(Xu/=DD,uD/=DD);const tD=Math.floor(6*Zu),nD=1-uD;eD=6*Zu-tD,0!=(1&tD)&&(eD=1-eD);const rD=Xu+eD*(nD-Xu);let oD,sD,iD;switch(tD){default:case 6:case 0:oD=nD,sD=rD,iD=Xu;break;case 1:oD=rD,sD=nD,iD=Xu;break;case 2:oD=Xu,sD=nD,iD=rD;break;case 3:oD=Xu,sD=rD,iD=nD;break;case 4:oD=rD,sD=Xu,iD=nD;break;case 5:oD=nD,sD=Xu,iD=rD}return[255*oD,255*sD,255*iD]},Q.cmyk.rgb=function(Ku){const Zu=Ku[0]/100,Xu=Ku[1]/100,uD=Ku[2]/100,DD=Ku[3]/100;return[255*(1-Math.min(1,Zu*(1-DD)+DD)),255*(1-Math.min(1,Xu*(1-DD)+DD)),255*(1-Math.min(1,uD*(1-DD)+DD))]},Q.xyz.rgb=function(Ku){const Zu=Ku[0]/100,Xu=Ku[1]/100,uD=Ku[2]/100;let DD,eD,tD;return DD=3.2406*Zu+-1.5372*Xu+-.4986*uD,eD=-.9689*Zu+1.8758*Xu+.0415*uD,tD=.0557*Zu+-.204*Xu+1.057*uD,DD=DD>.0031308?1.055*DD**(1/2.4)-.055:12.92*DD,eD=eD>.0031308?1.055*eD**(1/2.4)-.055:12.92*eD,tD=tD>.0031308?1.055*tD**(1/2.4)-.055:12.92*tD,DD=Math.min(Math.max(0,DD),1),eD=Math.min(Math.max(0,eD),1),tD=Math.min(Math.max(0,tD),1),[255*DD,255*eD,255*tD]},Q.xyz.lab=function(Ku){let Zu=Ku[0],Xu=Ku[1],uD=Ku[2];Zu/=95.047,Xu/=100,uD/=108.883,Zu=Zu>.008856?Zu**(1/3):7.787*Zu+16/116,Xu=Xu>.008856?Xu**(1/3):7.787*Xu+16/116,uD=uD>.008856?uD**(1/3):7.787*uD+16/116;return[116*Xu-16,500*(Zu-Xu),200*(Xu-uD)]},Q.lab.xyz=function(Ku){let Zu,Xu,uD;Xu=(Ku[0]+16)/116,Zu=Ku[1]/500+Xu,uD=Xu-Ku[2]/200;const DD=Xu**3,eD=Zu**3,tD=uD**3;return Xu=DD>.008856?DD:(Xu-16/116)/7.787,Zu=eD>.008856?eD:(Zu-16/116)/7.787,uD=tD>.008856?tD:(uD-16/116)/7.787,Zu*=95.047,Xu*=100,uD*=108.883,[Zu,Xu,uD]},Q.lab.lch=function(Ku){const Zu=Ku[0],Xu=Ku[1],uD=Ku[2];let DD;DD=360*Math.atan2(uD,Xu)/2/Math.PI,DD<0&&(DD+=360);return[Zu,Math.sqrt(Xu*Xu+uD*uD),DD]},Q.lch.lab=function(Ku){const Zu=Ku[0],Xu=Ku[1],uD=Ku[2]/360*2*Math.PI;return[Zu,Xu*Math.cos(uD),Xu*Math.sin(uD)]},Q.rgb.ansi16=function(Ku,Zu=null){const[Xu,uD,DD]=Ku;let eD=null===Zu?Q.rgb.hsv(Ku)[2]:Zu;if(eD=Math.round(eD/50),0===eD)return 30;let tD=30+(Math.round(DD/255)<<2|Math.round(uD/255)<<1|Math.round(Xu/255));return 2===eD&&(tD+=60),tD},Q.hsv.ansi16=function(Ku){return Q.rgb.ansi16(Q.hsv.rgb(Ku),Ku[2])},Q.rgb.ansi256=function(Ku){const Zu=Ku[0],Xu=Ku[1],uD=Ku[2];if(Zu===Xu&&Xu===uD)return Zu<8?16:Zu>248?231:Math.round((Zu-8)/247*24)+232;return 16+36*Math.round(Zu/255*5)+6*Math.round(Xu/255*5)+Math.round(uD/255*5)},Q.ansi16.rgb=function(Ku){let Zu=Ku%10;if(0===Zu||7===Zu)return Ku>50&&(Zu+=3.5),Zu=Zu/10.5*255,[Zu,Zu,Zu];const Xu=.5*(1+~~(Ku>50));return[(1&Zu)*Xu*255,(Zu>>1&1)*Xu*255,(Zu>>2&1)*Xu*255]},Q.ansi256.rgb=function(Ku){if(Ku>=232){const Zu=10*(Ku-232)+8;return[Zu,Zu,Zu]}let Zu;Ku-=16;return[Math.floor(Ku/36)/5*255,Math.floor((Zu=Ku%36)/6)/5*255,Zu%6/5*255]},Q.rgb.hex=function(Ku){const Zu=(((255&Math.round(Ku[0]))<<16)+((255&Math.round(Ku[1]))<<8)+(255&Math.round(Ku[2]))).toString(16).toUpperCase();return"000000".substring(Zu.length)+Zu},Q.hex.rgb=function(Ku){const Zu=Ku.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!Zu)return[0,0,0];let Xu=Zu[0];3===Zu[0].length&&(Xu=Xu.split("").map((Ku=>Ku+Ku)).join(""));const uD=parseInt(Xu,16);return[uD>>16&255,uD>>8&255,255&uD]},Q.rgb.hcg=function(Ku){const Zu=Ku[0]/255,Xu=Ku[1]/255,uD=Ku[2]/255,DD=Math.max(Math.max(Zu,Xu),uD),eD=Math.min(Math.min(Zu,Xu),uD),tD=DD-eD;let nD,rD;return nD=tD<1?eD/(1-tD):0,rD=tD<=0?0:DD===Zu?(Xu-uD)/tD%6:DD===Xu?2+(uD-Zu)/tD:4+(Zu-Xu)/tD,rD/=6,rD%=1,[360*rD,100*tD,100*nD]},Q.hsl.hcg=function(Ku){const Zu=Ku[1]/100,Xu=Ku[2]/100,uD=Xu<.5?2*Zu*Xu:2*Zu*(1-Xu);let DD=0;return uD<1&&(DD=(Xu-.5*uD)/(1-uD)),[Ku[0],100*uD,100*DD]},Q.hsv.hcg=function(Ku){const Zu=Ku[1]/100,Xu=Ku[2]/100,uD=Zu*Xu;let DD=0;return uD<1&&(DD=(Xu-uD)/(1-uD)),[Ku[0],100*uD,100*DD]},Q.hcg.rgb=function(Ku){const Zu=Ku[0]/360,Xu=Ku[1]/100,uD=Ku[2]/100;if(0===Xu)return[255*uD,255*uD,255*uD];const DD=[0,0,0],eD=Zu%1*6,tD=eD%1,nD=1-tD;let rD=0;switch(Math.floor(eD)){case 0:DD[0]=1,DD[1]=tD,DD[2]=0;break;case 1:DD[0]=nD,DD[1]=1,DD[2]=0;break;case 2:DD[0]=0,DD[1]=1,DD[2]=tD;break;case 3:DD[0]=0,DD[1]=nD,DD[2]=1;break;case 4:DD[0]=tD,DD[1]=0,DD[2]=1;break;default:DD[0]=1,DD[1]=0,DD[2]=nD}return rD=(1-Xu)*uD,[255*(Xu*DD[0]+rD),255*(Xu*DD[1]+rD),255*(Xu*DD[2]+rD)]},Q.hcg.hsv=function(Ku){const Zu=Ku[1]/100,Xu=Zu+Ku[2]/100*(1-Zu);let uD=0;return Xu>0&&(uD=Zu/Xu),[Ku[0],100*uD,100*Xu]},Q.hcg.hsl=function(Ku){const Zu=Ku[1]/100,Xu=Ku[2]/100*(1-Zu)+.5*Zu;let uD=0;return Xu>0&&Xu<.5?uD=Zu/(2*Xu):Xu>=.5&&Xu<1&&(uD=Zu/(2*(1-Xu))),[Ku[0],100*uD,100*Xu]},Q.hcg.hwb=function(Ku){const Zu=Ku[1]/100,Xu=Zu+Ku[2]/100*(1-Zu);return[Ku[0],100*(Xu-Zu),100*(1-Xu)]},Q.hwb.hcg=function(Ku){const Zu=Ku[1]/100,Xu=1-Ku[2]/100,uD=Xu-Zu;let DD=0;return uD<1&&(DD=(Xu-uD)/(1-uD)),[Ku[0],100*uD,100*DD]},Q.apple.rgb=function(Ku){return[Ku[0]/65535*255,Ku[1]/65535*255,Ku[2]/65535*255]},Q.rgb.apple=function(Ku){return[Ku[0]/255*65535,Ku[1]/255*65535,Ku[2]/255*65535]},Q.gray.rgb=function(Ku){return[Ku[0]/100*255,Ku[0]/100*255,Ku[0]/100*255]},Q.gray.hsl=function(Ku){return[0,0,Ku[0]]},Q.gray.hsv=Q.gray.hsl,Q.gray.hwb=function(Ku){return[0,100,Ku[0]]},Q.gray.cmyk=function(Ku){return[0,0,0,Ku[0]]},Q.gray.lab=function(Ku){return[Ku[0],0,0]},Q.gray.hex=function(Ku){const Zu=255&Math.round(Ku[0]/100*255),Xu=((Zu<<16)+(Zu<<8)+Zu).toString(16).toUpperCase();return"000000".substring(Xu.length)+Xu},Q.rgb.gray=function(Ku){return[(Ku[0]+Ku[1]+Ku[2])/3/255*100]};const uu={};Object.keys(J).forEach((Ku=>{uu[Ku]={},Object.defineProperty(uu[Ku],"channels",{value:J[Ku].channels}),Object.defineProperty(uu[Ku],"labels",{value:J[Ku].labels});const Zu=function(Ku){const Zu=K(Ku),Xu={},uD=Object.keys(Zu);for(let Ku=uD.length,DD=0;DD<Ku;DD++){const Ku=uD[DD];null!==Zu[Ku].parent&&(Xu[Ku]=X(Ku,Zu))}return Xu}(Ku);Object.keys(Zu).forEach((Xu=>{const uD=Zu[Xu];uu[Ku][Xu]=function(Ku){const D=function(...Zu){const Xu=Zu[0];if(null==Xu)return Xu;Xu.length>1&&(Zu=Xu);const uD=Ku(Zu);if("object"==typeof uD)for(let Ku=uD.length,Zu=0;Zu<Ku;Zu++)uD[Zu]=Math.round(uD[Zu]);return uD};return"conversion"in Ku&&(D.conversion=Ku.conversion),D}(uD),uu[Ku][Xu].raw=function(Ku){const D=function(...Zu){const Xu=Zu[0];return null==Xu?Xu:(Xu.length>1&&(Zu=Xu),Ku(Zu))};return"conversion"in Ku&&(D.conversion=Ku.conversion),D}(uD)}))}));var Du=uu,eu=s((function(Ku){const D=(Ku,Zu)=>(...Xu)=>`[${Ku(...Xu)+Zu}m`,e=(Ku,Zu)=>(...Xu)=>{const uD=Ku(...Xu);return`[${38+Zu};5;${uD}m`},t=(Ku,Zu)=>(...Xu)=>{const uD=Ku(...Xu);return`[${38+Zu};2;${uD[0]};${uD[1]};${uD[2]}m`},r=Ku=>Ku,n=(Ku,Zu,Xu)=>[Ku,Zu,Xu],s=(Ku,Zu,Xu)=>{Object.defineProperty(Ku,Zu,{get:()=>{const uD=Xu();return Object.defineProperty(Ku,Zu,{value:uD,enumerable:!0,configurable:!0}),uD},enumerable:!0,configurable:!0})};let Zu;const i=(Ku,Xu,uD,DD)=>{void 0===Zu&&(Zu=Du);const eD=DD?10:0,tD={};for(const[DD,nD]of Object.entries(Zu)){const Zu="ansi16"===DD?"ansi":DD;DD===Xu?tD[Zu]=Ku(uD,eD):"object"==typeof nD&&(tD[Zu]=Ku(nD[Xu],eD))}return tD};Object.defineProperty(Ku,"exports",{enumerable:!0,get:function(){const Ku=new Map,Zu={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Zu.color.gray=Zu.color.blackBright,Zu.bgColor.bgGray=Zu.bgColor.bgBlackBright,Zu.color.grey=Zu.color.blackBright,Zu.bgColor.bgGrey=Zu.bgColor.bgBlackBright;for(const[Xu,uD]of Object.entries(Zu)){for(const[Xu,DD]of Object.entries(uD))Zu[Xu]={open:`[${DD[0]}m`,close:`[${DD[1]}m`},uD[Xu]=Zu[Xu],Ku.set(DD[0],DD[1]);Object.defineProperty(Zu,Xu,{value:uD,enumerable:!1})}return Object.defineProperty(Zu,"codes",{value:Ku,enumerable:!1}),Zu.color.close="",Zu.bgColor.close="",s(Zu.color,"ansi",(()=>i(D,"ansi16",r,!1))),s(Zu.color,"ansi256",(()=>i(e,"ansi256",r,!1))),s(Zu.color,"ansi16m",(()=>i(t,"rgb",n,!1))),s(Zu.bgColor,"ansi",(()=>i(D,"ansi16",r,!0))),s(Zu.bgColor,"ansi256",(()=>i(e,"ansi256",r,!0))),s(Zu.bgColor,"ansi16m",(()=>i(t,"rgb",n,!0))),Zu}})})),tu=(Ku,Zu=process.argv)=>{const Xu=Ku.startsWith("-")?"":1===Ku.length?"-":"--",uD=Zu.indexOf(Xu+Ku),DD=Zu.indexOf("--");return-1!==uD&&(-1===DD||uD<DD)};const{env:ru}=process;let nu;function su(Ku){return 0!==Ku&&{level:Ku,hasBasic:!0,has256:Ku>=2,has16m:Ku>=3}}function ou(Ku,Zu){if(0===nu)return 0;if(tu("color=16m")||tu("color=full")||tu("color=truecolor"))return 3;if(tu("color=256"))return 2;if(Ku&&!Zu&&void 0===nu)return 0;const Xu=nu||0;if("dumb"===ru.TERM)return Xu;if("win32"===process.platform){const Ku=r.release().split(".");return Number(Ku[0])>=10&&Number(Ku[2])>=10586?Number(Ku[2])>=14931?3:2:1}if("CI"in ru)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((Ku=>Ku in ru))||"codeship"===ru.CI_NAME?1:Xu;if("TEAMCITY_VERSION"in ru)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(ru.TEAMCITY_VERSION)?1:0;if("GITHUB_ACTIONS"in ru)return 1;if("truecolor"===ru.COLORTERM)return 3;if("TERM_PROGRAM"in ru){const Ku=parseInt((ru.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(ru.TERM_PROGRAM){case"iTerm.app":return Ku>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(ru.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(ru.TERM)||"COLORTERM"in ru?1:Xu}tu("no-color")||tu("no-colors")||tu("color=false")||tu("color=never")?nu=0:(tu("color")||tu("colors")||tu("color=true")||tu("color=always"))&&(nu=1),"FORCE_COLOR"in ru&&(nu="true"===ru.FORCE_COLOR?1:"false"===ru.FORCE_COLOR?0:0===ru.FORCE_COLOR.length?1:Math.min(parseInt(ru.FORCE_COLOR,10),3));var iu={supportsColor:function(Ku){return su(ou(Ku,Ku&&Ku.isTTY))},stdout:su(ou(!0,n.isatty(1))),stderr:su(ou(!0,n.isatty(2)))};var au={stringReplaceAll:(Ku,Zu,Xu)=>{let uD=Ku.indexOf(Zu);if(-1===uD)return Ku;const DD=Zu.length;let eD=0,tD="";do{tD+=Ku.substr(eD,uD-eD)+Zu+Xu,eD=uD+DD,uD=Ku.indexOf(Zu,eD)}while(-1!==uD);return tD+=Ku.substr(eD),tD},stringEncaseCRLFWithFirstIndex:(Ku,Zu,Xu,uD)=>{let DD=0,eD="";do{const tD="\r"===Ku[uD-1];eD+=Ku.substr(DD,(tD?uD-1:uD)-DD)+Zu+(tD?"\r\n":"\n")+Xu,DD=uD+1,uD=Ku.indexOf("\n",DD)}while(-1!==uD);return eD+=Ku.substr(DD),eD}};const lu=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,cu=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,hu=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,Fu=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,Cu=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function fu(Ku){const Zu="u"===Ku[0],Xu="{"===Ku[1];return Zu&&!Xu&&5===Ku.length||"x"===Ku[0]&&3===Ku.length?String.fromCharCode(parseInt(Ku.slice(1),16)):Zu&&Xu?String.fromCodePoint(parseInt(Ku.slice(2,-1),16)):Cu.get(Ku)||Ku}function Eu(Ku,Zu){const Xu=[],uD=Zu.trim().split(/\s*,\s*/g);let DD;for(const Zu of uD){const uD=Number(Zu);if(Number.isNaN(uD)){if(!(DD=Zu.match(hu)))throw new Error(`Invalid Chalk template style argument: ${Zu} (in style '${Ku}')`);Xu.push(DD[2].replace(Fu,((Ku,Zu,Xu)=>Zu?fu(Zu):Xu)))}else Xu.push(uD)}return Xu}function gu(Ku){cu.lastIndex=0;const Zu=[];let Xu;for(;null!==(Xu=cu.exec(Ku));){const Ku=Xu[1];if(Xu[2]){const uD=Eu(Ku,Xu[2]);Zu.push([Ku].concat(uD))}else Zu.push([Ku])}return Zu}function du(Ku,Zu){const Xu={};for(const Ku of Zu)for(const Zu of Ku.styles)Xu[Zu[0]]=Ku.inverse?null:Zu.slice(1);let uD=Ku;for(const[Ku,Zu]of Object.entries(Xu))if(Array.isArray(Zu)){if(!(Ku in uD))throw new Error("Unknown Chalk style: "+Ku);uD=Zu.length>0?uD[Ku](...Zu):uD[Ku]}return uD}var pu=(Ku,Zu)=>{const Xu=[],uD=[];let DD=[];if(Zu.replace(lu,((Zu,eD,tD,nD,rD,oD)=>{if(eD)DD.push(fu(eD));else if(nD){const Zu=DD.join("");DD=[],uD.push(0===Xu.length?Zu:du(Ku,Xu)(Zu)),Xu.push({inverse:tD,styles:gu(nD)})}else if(rD){if(0===Xu.length)throw new Error("Found extraneous } in Chalk template literal");uD.push(du(Ku,Xu)(DD.join(""))),DD=[],Xu.pop()}else DD.push(oD)})),uD.push(DD.join("")),Xu.length>0){const Ku=`Chalk template literal is missing ${Xu.length} closing bracket${1===Xu.length?"":"s"} (\`}\`)`;throw new Error(Ku)}return uD.join("")};const{stdout:mu,stderr:bu}=iu,{stringReplaceAll:yu,stringEncaseCRLFWithFirstIndex:Bu}=au,vu=["ansi","ansi","ansi256","ansi16m"],_u=Object.create(null);class Au{constructor(Ku){return wu(Ku)}}const wu=Ku=>{const Zu={};return((Ku,Zu={})=>{if(Zu.level&&!(Number.isInteger(Zu.level)&&Zu.level>=0&&Zu.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");const Xu=mu?mu.level:0;Ku.level=void 0===Zu.level?Xu:Zu.level})(Zu,Ku),Zu.template=(...Ku)=>Lu(Zu.template,...Ku),Object.setPrototypeOf(Zu,Ou.prototype),Object.setPrototypeOf(Zu.template,Zu),Zu.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},Zu.template.Instance=Au,Zu.template};function Ou(Ku){return wu(Ku)}for(const[Ku,Zu]of Object.entries(eu))_u[Ku]={get(){const Xu=ku(this,Iu(Zu.open,Zu.close,this._styler),this._isEmpty);return Object.defineProperty(this,Ku,{value:Xu}),Xu}};_u.visible={get(){const Ku=ku(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:Ku}),Ku}};const Mu=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(const Ku of Mu)_u[Ku]={get(){const{level:Zu}=this;return function(...Xu){const uD=Iu(eu.color[vu[Zu]][Ku](...Xu),eu.color.close,this._styler);return ku(this,uD,this._isEmpty)}}};for(const Ku of Mu){_u["bg"+Ku[0].toUpperCase()+Ku.slice(1)]={get(){const{level:Zu}=this;return function(...Xu){const uD=Iu(eu.bgColor[vu[Zu]][Ku](...Xu),eu.bgColor.close,this._styler);return ku(this,uD,this._isEmpty)}}}}const Su=Object.defineProperties((()=>{}),{..._u,level:{enumerable:!0,get(){return this._generator.level},set(Ku){this._generator.level=Ku}}}),Iu=(Ku,Zu,Xu)=>{let uD,DD;return void 0===Xu?(uD=Ku,DD=Zu):(uD=Xu.openAll+Ku,DD=Zu+Xu.closeAll),{open:Ku,close:Zu,openAll:uD,closeAll:DD,parent:Xu}},ku=(Ku,Zu,Xu)=>{const t=(...Ku)=>Ru(t,1===Ku.length?""+Ku[0]:Ku.join(" "));return Object.setPrototypeOf(t,Su),t._generator=Ku,t._styler=Zu,t._isEmpty=Xu,t},Ru=(Ku,Zu)=>{if(Ku.level<=0||!Zu)return Ku._isEmpty?"":Zu;let Xu=Ku._styler;if(void 0===Xu)return Zu;const{openAll:uD,closeAll:DD}=Xu;if(-1!==Zu.indexOf(""))for(;void 0!==Xu;)Zu=yu(Zu,Xu.close,Xu.open),Xu=Xu.parent;const eD=Zu.indexOf("\n");return-1!==eD&&(Zu=Bu(Zu,DD,uD,eD)),uD+Zu+DD};let Tu;const Lu=(Ku,...Zu)=>{const[Xu]=Zu;if(!Array.isArray(Xu))return Zu.join(" ");const uD=Zu.slice(1),DD=[Xu.raw[0]];for(let Ku=1;Ku<Xu.length;Ku++)DD.push(String(uD[Ku-1]).replace(/[{}\\]/g,"\\$&"),String(Xu.raw[Ku]));return void 0===Tu&&(Tu=pu),Tu(Ku,DD.join(""))};Object.defineProperties(Ou.prototype,_u);const $u=Ou();$u.supportsColor=mu,$u.stderr=Ou({level:bu?bu.level:0}),$u.stderr.supportsColor=bu;var xu=$u;const Uu={};function ju(Ku){let Zu=Uu[Ku];return Zu||(Zu="#"===Ku[0]?xu.hex(Ku):xu[Ku]||xu.keyword(Ku),Uu[Ku]=Zu,Zu)}const Pu={};const Nu={info:"cyan"},qu={0:"red",1:"yellow",2:"white",3:"green"},Yu={secondaryColor:"grey",formatOptions:{date:!0,colors:!0,compact:!1}},Hu={info:H("ℹ"),success:H("✔"),debug:H("›"),trace:H("›"),log:""};class Vu extends S{constructor(Ku){super(Object.assign({},Yu,Ku))}formatStack(Ku){const Zu=ju("grey"),Xu=ju("cyan");return"\n"+A(Ku).map((Ku=>" "+Ku.replace(/^at +/,(Ku=>Zu(Ku))).replace(/\((.+)\)/,((Ku,Zu)=>`(${Xu(Zu)})`)))).join("\n")}formatType(Ku,Zu){const Xu=Nu[Ku.type]||qu[Ku.level]||this.options.secondaryColor;if(Zu)return function(Ku){let Zu=Pu[Ku];return Zu||(Zu="#"===Ku[0]?xu.bgHex(Ku):xu["bg"+Ku[0].toUpperCase()+Ku.slice(1)]||xu.bgKeyword(Ku),Pu[Ku]=Zu,Zu)}(Xu).black(` ${Ku.type.toUpperCase()} `);const uD="string"==typeof Hu[Ku.type]?Hu[Ku.type]:Ku.icon||Ku.type;return uD?ju(Xu)(uD):""}formatLogObj(Ku,{width:Zu}){const[Xu,...uD]=this.formatArgs(Ku.args).split("\n"),DD=void 0!==Ku.badge?Boolean(Ku.badge):Ku.level<2,eD=ju(this.options.secondaryColor),tD=this.formatDate(Ku.date),nD=tD&&eD(tD),rD=this.formatType(Ku,DD),oD=Ku.tag?eD(Ku.tag):"",sD=Xu.replace(/`([^`]+)`/g,((Ku,Zu)=>xu.cyan(Zu)));let iD;const lD=this.filterAndJoin([rD,sD]),aD=this.filterAndJoin([oD,nD]),cD=Zu-$(lD)-$(aD)-2;return iD=cD>0&&Zu>=80?lD+" ".repeat(cD)+aD:lD,iD+=uD.length?"\n"+uD.join("\n"):"",DD?"\n"+iD+"\n":iD}}class Wu{constructor({stream:Ku}={}){this.stream=Ku||process.stdout}log(Ku){this.stream.write(JSON.stringify(Ku)+"\n")}}const Gu="undefined"!=typeof require?eval("require"):require;class zu{constructor(Ku){if(Ku&&Ku.log)this.logger=Ku;else{const Zu=Gu("winston");this.logger=Zu.createLogger(Object.assign({level:"info",format:Zu.format.simple(),transports:[new Zu.transports.Console]},Ku))}}log(Ku){const Zu=[].concat(Ku.args),Xu=Zu.shift();this.logger.log({level:Qu[Ku.level]||"info",label:Ku.tag,message:Xu,args:Zu,timestamp:Ku.date.getTime()/1e3})}}const Qu={0:"error",1:"warn",2:"info",3:"verbose",4:"debug",5:"silly"};global.consola||(global.consola=function(){let Ku=p.debug?4:3;process.env.CONSOLA_LEVEL&&(Ku=parseInt(process.env.CONSOLA_LEVEL)||Ku);const Zu=new _({level:Ku,reporters:[p.ci||p.test?new S:new Vu]});return Zu.Consola=_,Zu.BasicReporter=S,Zu.FancyReporter=Vu,Zu.JSONReporter=Wu,Zu.WinstonReporter=zu,Zu.LogLevel=m,Zu}());var Ju=global.consola;module.exports=Ju},975:function(Ku){"use strict";Ku.exports=(Ku,Zu=process.argv)=>{const Xu=Ku.startsWith("-")?"":Ku.length===1?"-":"--";const uD=Zu.indexOf(Xu+Ku);const DD=Zu.indexOf("--");return uD!==-1&&(DD===-1||uD<DD)}},347:function(Ku,Zu,Xu){"use strict";
2
+ /*!
3
+ * pretty-time <https://github.com/jonschlinkert/pretty-time>
4
+ *
5
+ * Copyright (c) 2015-2018, present, Jon Schlinkert.
6
+ * Released under the MIT License.
7
+ */const uD=Xu(91);Ku.exports=(Ku,Zu,Xu)=>{const DD=/^[0-9]+$/.test(Ku);if(!DD&&!Array.isArray(Ku)){throw new TypeError("expected an array or number in nanoseconds")}if(Array.isArray(Ku)&&Ku.length!==2){throw new TypeError("expected an array from process.hrtime()")}if(/^[0-9]+$/.test(Zu)){Xu=Zu;Zu=null}let eD=DD?Ku:uD.nano(Ku);let tD="";let nD;for(const Ku of Object.keys(uD.scale)){const DD=uD.scale[Ku];let rD=eD/DD;if(Zu&&uD.isSmallest(Ku,Zu)){rD=uD.round(rD,Xu);if(nD&&rD===nD/DD)--rD;tD+=rD+Ku;return tD.trim()}if(rD<1)continue;if(!Zu){rD=uD.round(rD,Xu);tD+=rD+Ku;return tD}nD=DD;rD=Math.floor(rD);eD-=rD*DD;tD+=rD+Ku+" "}return tD.trim()}},91:function(Ku,Zu){Zu.nano=Ku=>+Ku[0]*1e9+ +Ku[1];Zu.scale={w:6048e11,d:864e11,h:36e11,m:6e10,s:1e9,ms:1e6,"μs":1e3,ns:1};Zu.regex={w:/^(w((ee)?k)?s?)$/,d:/^(d(ay)?s?)$/,h:/^(h((ou)?r)?s?)$/,m:/^(min(ute)?s?|m)$/,s:/^((sec(ond)?)s?|s)$/,ms:/^(milli(second)?s?|ms)$/,"μs":/^(micro(second)?s?|μs)$/,ns:/^(nano(second)?s?|ns?)$/};Zu.isSmallest=function(Ku,Xu){return Zu.regex[Ku].test(Xu)};Zu.round=function(Ku,Zu){const Xu=Math.abs(Ku);return/[0-9]/.test(Zu)?Xu.toFixed(Zu):Math.round(Xu)}},242:function(Ku,Zu,Xu){"use strict";const uD=Xu(37);const DD=Xu(224);const eD=Xu(975);const{env:tD}=process;let nD;if(eD("no-color")||eD("no-colors")||eD("color=false")||eD("color=never")){nD=0}else if(eD("color")||eD("colors")||eD("color=true")||eD("color=always")){nD=1}if("FORCE_COLOR"in tD){if(tD.FORCE_COLOR==="true"){nD=1}else if(tD.FORCE_COLOR==="false"){nD=0}else{nD=tD.FORCE_COLOR.length===0?1:Math.min(parseInt(tD.FORCE_COLOR,10),3)}}function translateLevel(Ku){if(Ku===0){return false}return{level:Ku,hasBasic:true,has256:Ku>=2,has16m:Ku>=3}}function supportsColor(Ku,Zu){if(nD===0){return 0}if(eD("color=16m")||eD("color=full")||eD("color=truecolor")){return 3}if(eD("color=256")){return 2}if(Ku&&!Zu&&nD===undefined){return 0}const Xu=nD||0;if(tD.TERM==="dumb"){return Xu}if(process.platform==="win32"){const Ku=uD.release().split(".");if(Number(Ku[0])>=10&&Number(Ku[2])>=10586){return Number(Ku[2])>=14931?3:2}return 1}if("CI"in tD){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((Ku=>Ku in tD))||tD.CI_NAME==="codeship"){return 1}return Xu}if("TEAMCITY_VERSION"in tD){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(tD.TEAMCITY_VERSION)?1:0}if(tD.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in tD){const Ku=parseInt((tD.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(tD.TERM_PROGRAM){case"iTerm.app":return Ku>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(tD.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(tD.TERM)){return 1}if("COLORTERM"in tD){return 1}return Xu}function getSupportLevel(Ku){const Zu=supportsColor(Ku,Ku&&Ku.isTTY);return translateLevel(Zu)}Ku.exports={supportsColor:getSupportLevel,stdout:translateLevel(supportsColor(true,DD.isatty(1))),stderr:translateLevel(supportsColor(true,DD.isatty(2)))}},179:function(Ku){function webpackEmptyContext(Ku){var Zu=new Error("Cannot find module '"+Ku+"'");Zu.code="MODULE_NOT_FOUND";throw Zu}webpackEmptyContext.keys=function(){return[]};webpackEmptyContext.resolve=webpackEmptyContext;webpackEmptyContext.id=179;Ku.exports=webpackEmptyContext},27:function(Ku){"use strict";Ku.exports=require("@umijs/bundler-webpack/compiled/webpack")},147:function(Ku){"use strict";Ku.exports=require("fs")},37:function(Ku){"use strict";Ku.exports=require("os")},17:function(Ku){"use strict";Ku.exports=require("path")},224:function(Ku){"use strict";Ku.exports=require("tty")},837:function(Ku){"use strict";Ku.exports=require("util")},204:function(Ku,Zu){"use strict";const Xu=[["APPVEYOR"],["AZURE_PIPELINES","SYSTEM_TEAMFOUNDATIONCOLLECTIONURI"],["AZURE_STATIC","INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN"],["APPCIRCLE","AC_APPCIRCLE"],["BAMBOO","bamboo_planKey"],["BITBUCKET","BITBUCKET_COMMIT"],["BITRISE","BITRISE_IO"],["BUDDY","BUDDY_WORKSPACE_ID"],["BUILDKITE"],["CIRCLE","CIRCLECI"],["CIRRUS","CIRRUS_CI"],["CLOUDFLARE_PAGES","CF_PAGES",{ci:true}],["CODEBUILD","CODEBUILD_BUILD_ARN"],["CODEFRESH","CF_BUILD_ID"],["DRONE"],["DRONE","DRONE_BUILD_EVENT"],["DSARI"],["GITHUB_ACTIONS"],["GITLAB","GITLAB_CI"],["GITLAB","CI_MERGE_REQUEST_ID"],["GOCD","GO_PIPELINE_LABEL"],["LAYERCI"],["HUDSON","HUDSON_URL"],["JENKINS","JENKINS_URL"],["MAGNUM"],["NETLIFY"],["NETLIFY","NETLIFY_LOCAL",{ci:false}],["NEVERCODE"],["RENDER"],["SAIL","SAILCI"],["SEMAPHORE"],["SCREWDRIVER"],["SHIPPABLE"],["SOLANO","TDDIUM"],["STRIDER"],["TEAMCITY","TEAMCITY_VERSION"],["TRAVIS"],["VERCEL","NOW_BUILDER"],["APPCENTER","APPCENTER_BUILD_ID"],["CODESANDBOX","CODESANDBOX_SSE",{ci:false}],["STACKBLITZ"],["STORMKIT"],["CLEAVR"]];function detectProvider(Ku){for(const Zu of Xu){const Xu=Zu[1]||Zu[0];if(Ku[Xu]){return{name:Zu[0].toLowerCase(),...Zu[2]}}}if(Ku.SHELL&&Ku.SHELL==="/bin/jsh"){return{name:"stackblitz",ci:false}}return{name:"",ci:false}}const uD=typeof process!=="undefined"?process:{};const DD=uD.env||{};const eD=detectProvider(DD);const tD=DD.NODE_ENV||"";const nD=uD.platform;const rD=eD.name;const oD=toBoolean(DD.CI)||eD.ci!==false;const sD=toBoolean(uD.stdout&&uD.stdout.isTTY);const iD=typeof window!=="undefined";const lD=toBoolean(DD.DEBUG);const aD=toBoolean(DD.TEST);const cD=tD==="production";const FD=tD==="dev"||tD==="development";const CD=toBoolean(DD.MINIMAL)||oD||aD||!sD;const hD=/^win/i.test(nD);const fD=/^linux/i.test(nD);const ED=/^darwin/i.test(nD);function toBoolean(Ku){return Ku?Ku!=="false":false}Zu.hasTTY=sD;Zu.hasWindow=iD;Zu.isCI=oD;Zu.isDebug=lD;Zu.isDevelopment=FD;Zu.isLinux=fD;Zu.isMacOS=ED;Zu.isMinimal=CD;Zu.isProduction=cD;Zu.isTest=aD;Zu.isWindows=hD;Zu.platform=nD;Zu.provider=rD},482:function(Ku,Zu,Xu){"use strict";const uD=Xu(27);const DD=Xu(204);const eD=Xu(347);const tD=Xu(17);const nD=Xu(584);const rD=Xu(437);function _interopDefaultLegacy(Ku){return Ku&&typeof Ku==="object"&&"default"in Ku?Ku["default"]:Ku}const oD=_interopDefaultLegacy(uD);const sD=_interopDefaultLegacy(eD);const iD=_interopDefaultLegacy(tD);const lD=_interopDefaultLegacy(nD);const aD=_interopDefaultLegacy(rD);function first(Ku){return Ku[0]}function last(Ku){return Ku.length?Ku[Ku.length-1]:null}function startCase(Ku){return Ku[0].toUpperCase()+Ku.substr(1)}function firstMatch(Ku,Zu){const Xu=Ku.exec(Zu);return Xu?Xu[0]:null}function hasValue(Ku){return Ku&&Ku.length}function removeAfter(Ku,Zu){return first(Zu.split(Ku))||""}function removeBefore(Ku,Zu){return last(Zu.split(Ku))||""}function range(Ku){const Zu=[];for(let Xu=0;Xu<Ku;Xu++){Zu.push(Xu)}return Zu}function shortenPath(Ku=""){const Zu=process.cwd()+tD.sep;return String(Ku).replace(Zu,"")}function objectValues(Ku){return Object.keys(Ku).map((Zu=>Ku[Zu]))}function markdownTable(Ku,Zu){const Xu=Zu||{};const uD=(Xu.align||[]).concat();const DD=Xu.stringLength||defaultStringLength;const eD=[];let tD=-1;const nD=[];const rD=[];const oD=[];let sD=0;let iD;let lD;let aD;let cD;let FD;let CD;let hD;let fD;let ED;while(++tD<Ku.length){iD=-1;lD=[];aD=[];if(Ku[tD].length>sD){sD=Ku[tD].length}while(++iD<Ku[tD].length){FD=serialize(Ku[tD][iD]);if(Xu.alignDelimiters!==false){cD=DD(FD);aD[iD]=cD;if(oD[iD]===undefined||cD>oD[iD]){oD[iD]=cD}}lD.push(FD)}nD[tD]=lD;rD[tD]=aD}iD=-1;if(typeof uD==="object"&&"length"in uD){while(++iD<sD){eD[iD]=toAlignment(uD[iD])}}else{ED=toAlignment(uD);while(++iD<sD){eD[iD]=ED}}iD=-1;lD=[];aD=[];while(++iD<sD){ED=eD[iD];hD="";fD="";if(ED===99){hD=":";fD=":"}else if(ED===108){hD=":"}else if(ED===114){fD=":"}cD=Xu.alignDelimiters===false?1:Math.max(1,oD[iD]-hD.length-fD.length);FD=hD+"-".repeat(cD)+fD;if(Xu.alignDelimiters!==false){cD=hD.length+cD+fD.length;if(cD>oD[iD]){oD[iD]=cD}aD[iD]=cD}lD[iD]=FD}nD.splice(1,0,lD);rD.splice(1,0,aD);tD=-1;const gD=[];while(++tD<nD.length){lD=nD[tD];aD=rD[tD];iD=-1;CD=[];while(++iD<sD){FD=lD[iD]||"";hD="";fD="";if(Xu.alignDelimiters!==false){cD=oD[iD]-(aD[iD]||0);ED=eD[iD];if(ED===114){hD=" ".repeat(cD)}else if(ED===99){if(cD%2){hD=" ".repeat(cD/2+.5);fD=" ".repeat(cD/2-.5)}else{hD=" ".repeat(cD/2);fD=hD}}else{fD=" ".repeat(cD)}}if(Xu.delimiterStart!==false&&!iD){CD.push("|")}if(Xu.padding!==false&&!(Xu.alignDelimiters===false&&FD==="")&&(Xu.delimiterStart!==false||iD)){CD.push(" ")}if(Xu.alignDelimiters!==false){CD.push(hD)}CD.push(FD);if(Xu.alignDelimiters!==false){CD.push(fD)}if(Xu.padding!==false){CD.push(" ")}if(Xu.delimiterEnd!==false||iD!==sD-1){CD.push("|")}}gD.push(Xu.delimiterEnd===false?CD.join("").replace(/ +$/,""):CD.join(""))}return gD.join("\n")}function serialize(Ku){return Ku===null||Ku===undefined?"":String(Ku)}function defaultStringLength(Ku){return Ku.length}function toAlignment(Ku){const Zu=typeof Ku==="string"?Ku.charCodeAt(0):0;return Zu===67||Zu===99?99:Zu===76||Zu===108?108:Zu===82||Zu===114?114:0}function isUnicodeSupported(){if(process.platform!=="win32"){return process.env.TERM!=="linux"}return Boolean(process.env.CI)||Boolean(process.env.WT_SESSION)||process.env.ConEmuTask==="{cmd::Cmder}"||process.env.TERM_PROGRAM==="vscode"||process.env.TERM==="xterm-256color"||process.env.TERM==="alacritty"}const{platform:cD}=process;const FD={square:"█",squareDarkShade:"▓",squareMediumShade:"▒",squareLightShade:"░",squareTop:"▀",squareBottom:"▄",squareLeft:"▌",squareRight:"▐",squareCenter:"■",bullet:"●",dot:"․",ellipsis:"…",pointerSmall:"›",triangleUp:"▲",triangleUpSmall:"▴",triangleDown:"▼",triangleDownSmall:"▾",triangleLeftSmall:"◂",triangleRightSmall:"▸",home:"⌂",heart:"♥",musicNote:"♪",musicNoteBeamed:"♫",arrowUp:"↑",arrowDown:"↓",arrowLeft:"←",arrowRight:"→",arrowLeftRight:"↔",arrowUpDown:"↕",almostEqual:"≈",notEqual:"≠",lessOrEqual:"≤",greaterOrEqual:"≥",identical:"≡",infinity:"∞",subscriptZero:"₀",subscriptOne:"₁",subscriptTwo:"₂",subscriptThree:"₃",subscriptFour:"₄",subscriptFive:"₅",subscriptSix:"₆",subscriptSeven:"₇",subscriptEight:"₈",subscriptNine:"₉",oneHalf:"½",oneThird:"⅓",oneQuarter:"¼",oneFifth:"⅕",oneSixth:"⅙",oneEighth:"⅛",twoThirds:"⅔",twoFifths:"⅖",threeQuarters:"¾",threeFifths:"⅗",threeEighths:"⅜",fourFifths:"⅘",fiveSixths:"⅚",fiveEighths:"⅝",sevenEighths:"⅞",line:"─",lineBold:"━",lineDouble:"═",lineDashed0:"┄",lineDashed1:"┅",lineDashed2:"┈",lineDashed3:"┉",lineDashed4:"╌",lineDashed5:"╍",lineDashed6:"╴",lineDashed7:"╶",lineDashed8:"╸",lineDashed9:"╺",lineDashed10:"╼",lineDashed11:"╾",lineDashed12:"−",lineDashed13:"–",lineDashed14:"‐",lineDashed15:"⁃",lineVertical:"│",lineVerticalBold:"┃",lineVerticalDouble:"║",lineVerticalDashed0:"┆",lineVerticalDashed1:"┇",lineVerticalDashed2:"┊",lineVerticalDashed3:"┋",lineVerticalDashed4:"╎",lineVerticalDashed5:"╏",lineVerticalDashed6:"╵",lineVerticalDashed7:"╷",lineVerticalDashed8:"╹",lineVerticalDashed9:"╻",lineVerticalDashed10:"╽",lineVerticalDashed11:"╿",lineDownLeft:"┐",lineDownLeftArc:"╮",lineDownBoldLeftBold:"┓",lineDownBoldLeft:"┒",lineDownLeftBold:"┑",lineDownDoubleLeftDouble:"╗",lineDownDoubleLeft:"╖",lineDownLeftDouble:"╕",lineDownRight:"┌",lineDownRightArc:"╭",lineDownBoldRightBold:"┏",lineDownBoldRight:"┎",lineDownRightBold:"┍",lineDownDoubleRightDouble:"╔",lineDownDoubleRight:"╓",lineDownRightDouble:"╒",lineUpLeft:"┘",lineUpLeftArc:"╯",lineUpBoldLeftBold:"┛",lineUpBoldLeft:"┚",lineUpLeftBold:"┙",lineUpDoubleLeftDouble:"╝",lineUpDoubleLeft:"╜",lineUpLeftDouble:"╛",lineUpRight:"└",lineUpRightArc:"╰",lineUpBoldRightBold:"┗",lineUpBoldRight:"┖",lineUpRightBold:"┕",lineUpDoubleRightDouble:"╚",lineUpDoubleRight:"╙",lineUpRightDouble:"╘",lineUpDownLeft:"┤",lineUpBoldDownBoldLeftBold:"┫",lineUpBoldDownBoldLeft:"┨",lineUpDownLeftBold:"┥",lineUpBoldDownLeftBold:"┩",lineUpDownBoldLeftBold:"┪",lineUpDownBoldLeft:"┧",lineUpBoldDownLeft:"┦",lineUpDoubleDownDoubleLeftDouble:"╣",lineUpDoubleDownDoubleLeft:"╢",lineUpDownLeftDouble:"╡",lineUpDownRight:"├",lineUpBoldDownBoldRightBold:"┣",lineUpBoldDownBoldRight:"┠",lineUpDownRightBold:"┝",lineUpBoldDownRightBold:"┡",lineUpDownBoldRightBold:"┢",lineUpDownBoldRight:"┟",lineUpBoldDownRight:"┞",lineUpDoubleDownDoubleRightDouble:"╠",lineUpDoubleDownDoubleRight:"╟",lineUpDownRightDouble:"╞",lineDownLeftRight:"┬",lineDownBoldLeftBoldRightBold:"┳",lineDownLeftBoldRightBold:"┯",lineDownBoldLeftRight:"┰",lineDownBoldLeftBoldRight:"┱",lineDownBoldLeftRightBold:"┲",lineDownLeftRightBold:"┮",lineDownLeftBoldRight:"┭",lineDownDoubleLeftDoubleRightDouble:"╦",lineDownDoubleLeftRight:"╥",lineDownLeftDoubleRightDouble:"╤",lineUpLeftRight:"┴",lineUpBoldLeftBoldRightBold:"┻",lineUpLeftBoldRightBold:"┷",lineUpBoldLeftRight:"┸",lineUpBoldLeftBoldRight:"┹",lineUpBoldLeftRightBold:"┺",lineUpLeftRightBold:"┶",lineUpLeftBoldRight:"┵",lineUpDoubleLeftDoubleRightDouble:"╩",lineUpDoubleLeftRight:"╨",lineUpLeftDoubleRightDouble:"╧",lineUpDownLeftRight:"┼",lineUpBoldDownBoldLeftBoldRightBold:"╋",lineUpDownBoldLeftBoldRightBold:"╈",lineUpBoldDownLeftBoldRightBold:"╇",lineUpBoldDownBoldLeftRightBold:"╊",lineUpBoldDownBoldLeftBoldRight:"╉",lineUpBoldDownLeftRight:"╀",lineUpDownBoldLeftRight:"╁",lineUpDownLeftBoldRight:"┽",lineUpDownLeftRightBold:"┾",lineUpBoldDownBoldLeftRight:"╂",lineUpDownLeftBoldRightBold:"┿",lineUpBoldDownLeftBoldRight:"╃",lineUpBoldDownLeftRightBold:"╄",lineUpDownBoldLeftBoldRight:"╅",lineUpDownBoldLeftRightBold:"╆",lineUpDoubleDownDoubleLeftDoubleRightDouble:"╬",lineUpDoubleDownDoubleLeftRight:"╫",lineUpDownLeftDoubleRightDouble:"╪",lineCross:"╳",lineBackslash:"╲",lineSlash:"╱"};const CD={...FD,...cD==="linux"?{circleQuestionMark:"?⃝",questionMarkPrefix:"?⃝"}:{circleQuestionMark:"?",questionMarkPrefix:"?"},tick:"✔",info:"ℹ",warning:"⚠",cross:"✖",squareSmall:"◻",squareSmallFilled:"◼",circle:"◯",circleFilled:"◉",circleDotted:"◌",circleDouble:"◎",circleCircle:"ⓞ",circleCross:"ⓧ",circlePipe:"Ⓘ",radioOn:"◉",radioOff:"◯",checkboxOn:"☒",checkboxOff:"☐",checkboxCircleOn:"ⓧ",checkboxCircleOff:"Ⓘ",pointer:"❯",triangleUpOutline:"△",triangleLeft:"◀",triangleRight:"▶",lozenge:"◆",lozengeOutline:"◇",hamburger:"☰",smiley:"㋡",mustache:"෴",star:"★",play:"▶",nodejs:"⬢",oneSeventh:"⅐",oneNinth:"⅑",oneTenth:"⅒"};const hD={...FD,tick:"√",info:"i",warning:"‼",cross:"×",squareSmall:"□",squareSmallFilled:"■",circle:"( )",circleFilled:"(*)",circleDotted:"( )",circleDouble:"( )",circleCircle:"(○)",circleCross:"(×)",circlePipe:"(│)",circleQuestionMark:"(?)",radioOn:"(*)",radioOff:"( )",checkboxOn:"[×]",checkboxOff:"[ ]",checkboxCircleOn:"(×)",checkboxCircleOff:"( )",questionMarkPrefix:"?",pointer:">",triangleUpOutline:"∆",triangleLeft:"◄",triangleRight:"►",lozenge:"♦",lozengeOutline:"◊",hamburger:"≡",smiley:"☺",mustache:"┌─┐",star:"✶",play:"►",nodejs:"♦",oneSeventh:"1/7",oneNinth:"1/9",oneTenth:"1/10"};const fD=isUnicodeSupported();const ED=fD?CD:hD;const{bullet:gD,tick:dD,cross:pD,pointerSmall:BD,radioOff:bD}=ED;const mD=`${tD.delimiter}node_modules${tD.delimiter}`;const AD=25;const yD="█";const wD="█";const _D=" "+lD.blue(BD)+" ";const vD=gD;const RD=dD;const kD=pD;const OD=bD;const SD=aD.withTag("webpackbar");const colorize=Ku=>{if(Ku[0]==="#"){return lD.hex(Ku)}return lD[Ku]||lD.keyword(Ku)};const renderBar=(Ku,Zu)=>{const Xu=Ku*(AD/100);const uD=lD.white(yD);const DD=colorize(Zu)(wD);return range(AD).map((Ku=>Ku<Xu?DD:uD)).join("")};function createTable(Ku){return markdownTable(Ku)}function ellipsisLeft(Ku,Zu){if(Ku.length<=Zu-3){return Ku}return`...${Ku.substr(Ku.length-Zu-1)}`}const parseRequest=Ku=>{const Zu=(Ku||"").split("!");const Xu=iD.relative(process.cwd(),removeAfter("?",removeBefore(mD,Zu.pop())));const uD=Zu.map((Ku=>firstMatch(/[a-z0-9-@]+-loader/,Ku))).filter(hasValue);return{file:hasValue(Xu)?Xu:null,loaders:uD}};const formatRequest=Ku=>{const Zu=Ku.loaders.join(_D);if(!Zu.length){return Ku.file||""}return`${Zu}${_D}${Ku.file}`};function hook(Ku,Zu,Xu){if(Ku.hooks){Ku.hooks[Zu].tap("WebpackBar:"+Zu,Xu)}else{Ku.plugin(Zu,Xu)}}const LD="[";const MD="]";const ID="";const TD=";";const xD=process.env.TERM_PROGRAM==="Apple_Terminal";const UD={};UD.cursorTo=(Ku,Zu)=>{if(typeof Ku!=="number"){throw new TypeError("The `x` argument is required")}if(typeof Zu!=="number"){return LD+(Ku+1)+"G"}return LD+(Zu+1)+";"+(Ku+1)+"H"};UD.cursorMove=(Ku,Zu)=>{if(typeof Ku!=="number"){throw new TypeError("The `x` argument is required")}let Xu="";if(Ku<0){Xu+=LD+-Ku+"D"}else if(Ku>0){Xu+=LD+Ku+"C"}if(Zu<0){Xu+=LD+-Zu+"A"}else if(Zu>0){Xu+=LD+Zu+"B"}return Xu};UD.cursorUp=(Ku=1)=>LD+Ku+"A";UD.cursorDown=(Ku=1)=>LD+Ku+"B";UD.cursorForward=(Ku=1)=>LD+Ku+"C";UD.cursorBackward=(Ku=1)=>LD+Ku+"D";UD.cursorLeft=LD+"G";UD.cursorSavePosition=xD?"7":LD+"s";UD.cursorRestorePosition=xD?"8":LD+"u";UD.cursorGetPosition=LD+"6n";UD.cursorNextLine=LD+"E";UD.cursorPrevLine=LD+"F";UD.cursorHide=LD+"?25l";UD.cursorShow=LD+"?25h";UD.eraseLines=Ku=>{let Zu="";for(let Xu=0;Xu<Ku;Xu++){Zu+=UD.eraseLine+(Xu<Ku-1?UD.cursorUp():"")}if(Ku){Zu+=UD.cursorLeft}return Zu};UD.eraseEndLine=LD+"K";UD.eraseStartLine=LD+"1K";UD.eraseLine=LD+"2K";UD.eraseDown=LD+"J";UD.eraseUp=LD+"1J";UD.eraseScreen=LD+"2J";UD.scrollUp=LD+"S";UD.scrollDown=LD+"T";UD.clearScreen="c";UD.clearTerminal=process.platform==="win32"?`${UD.eraseScreen}${LD}0f`:`${UD.eraseScreen}${LD}3J${LD}H`;UD.beep=ID;UD.link=(Ku,Zu)=>[MD,"8",TD,TD,Zu,ID,Ku,MD,"8",TD,TD,ID].join("");UD.image=(Ku,Zu={})=>{let Xu=`${MD}1337;File=inline=1`;if(Zu.width){Xu+=`;width=${Zu.width}`}if(Zu.height){Xu+=`;height=${Zu.height}`}if(Zu.preserveAspectRatio===false){Xu+=";preserveAspectRatio=0"}return Xu+":"+Ku.toString("base64")+ID};UD.iTerm={setCwd:(Ku=process.cwd())=>`${MD}50;CurrentDir=${Ku}${ID}`,annotation:(Ku,Zu={})=>{let Xu=`${MD}1337;`;const uD=typeof Zu.x!=="undefined";const DD=typeof Zu.y!=="undefined";if((uD||DD)&&!(uD&&DD&&typeof Zu.length!=="undefined")){throw new Error("`x`, `y` and `length` must be defined when `x` or `y` is defined")}Ku=Ku.replace(/\|/g,"");Xu+=Zu.isHidden?"AddHiddenAnnotation=":"AddAnnotation=";if(Zu.length>0){Xu+=(uD?[Ku,Zu.length,Zu.x,Zu.y]:[Zu.length,Ku]).join("|")}else{Xu+=Ku}return Xu+ID}};function ansiRegex({onlyFirst:Ku=false}={}){const Zu=["[\\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(Zu,Ku?undefined:"g")}function stripAnsi(Ku){if(typeof Ku!=="string"){throw new TypeError(`Expected a \`string\`, got \`${typeof Ku}\``)}return Ku.replace(ansiRegex(),"")}function isFullwidthCodePoint(Ku){if(!Number.isInteger(Ku)){return false}return Ku>=4352&&(Ku<=4447||Ku===9001||Ku===9002||11904<=Ku&&Ku<=12871&&Ku!==12351||12880<=Ku&&Ku<=19903||19968<=Ku&&Ku<=42182||43360<=Ku&&Ku<=43388||44032<=Ku&&Ku<=55203||63744<=Ku&&Ku<=64255||65040<=Ku&&Ku<=65049||65072<=Ku&&Ku<=65131||65281<=Ku&&Ku<=65376||65504<=Ku&&Ku<=65510||110592<=Ku&&Ku<=110593||127488<=Ku&&Ku<=127569||131072<=Ku&&Ku<=262141)}var emojiRegex=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67)\uDB40\uDC7F|(?:\uD83E\uDDD1\uD83C\uDFFF\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFC-\uDFFF])|\uD83D\uDC68(?:\uD83C\uDFFB(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|[\u2695\u2696\u2708]\uFE0F|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))?|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFF]))|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])\uFE0F|\u200D(?:(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D[\uDC66\uDC67])|\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC)?|(?:\uD83D\uDC69(?:\uD83C\uDFFB\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|(?:\uD83C[\uDFFC-\uDFFF])\u200D\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69]))|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC69(?:\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83E\uDDD1(?:\u200D(?:\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|\uD83D\uDE36\u200D\uD83C\uDF2B|\uD83C\uDFF3\uFE0F\u200D\u26A7|\uD83D\uDC3B\u200D\u2744|(?:(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\uD83C\uDFF4\u200D\u2620|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])\u200D[\u2640\u2642]|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u3030\u303D\u3297\u3299]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]|\uD83D[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])\uFE0F|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDE35\u200D\uD83D\uDCAB|\uD83D\uDE2E\u200D\uD83D\uDCA8|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83E\uDDD1(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83D\uDC69(?:\uD83C\uDFFF|\uD83C\uDFFE|\uD83C\uDFFD|\uD83C\uDFFC|\uD83C\uDFFB)?|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF6\uD83C\uDDE6|\uD83C\uDDF4\uD83C\uDDF2|\uD83D\uDC08\u200D\u2B1B|\u2764\uFE0F\u200D(?:\uD83D\uDD25|\uD83E\uDE79)|\uD83D\uDC41\uFE0F|\uD83C\uDFF3\uFE0F|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|[#\*0-9]\uFE0F\u20E3|\u2764\uFE0F|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|\uD83C\uDFF4|(?:[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270C\u270D]|\uD83D[\uDD74\uDD90])(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])|[\u270A\u270B]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC08\uDC15\uDC3B\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE2E\uDE35\uDE36\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5]|\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD35\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD4\uDDD6-\uDDDD]|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF]|[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0D\uDD0E\uDD10-\uDD17\uDD1D\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78\uDD7A-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCB\uDDD0\uDDE0-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6]|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5-\uDED7\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26A7\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5-\uDED7\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFC\uDFE0-\uDFEB]|\uD83E[\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDD78\uDD7A-\uDDCB\uDDCD-\uDDFF\uDE70-\uDE74\uDE78-\uDE7A\uDE80-\uDE86\uDE90-\uDEA8\uDEB0-\uDEB6\uDEC0-\uDEC2\uDED0-\uDED6])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0C\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDD77\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g};function stringWidth(Ku){if(typeof Ku!=="string"||Ku.length===0){return 0}Ku=stripAnsi(Ku);if(Ku.length===0){return 0}Ku=Ku.replace(emojiRegex()," ");let Zu=0;for(let Xu=0;Xu<Ku.length;Xu++){const uD=Ku.codePointAt(Xu);if(uD<=31||uD>=127&&uD<=159){continue}if(uD>=768&&uD<=879){continue}if(uD>65535){Xu++}Zu+=isFullwidthCodePoint(uD)?2:1}return Zu}const $D=10;const wrapAnsi16=(Ku=0)=>Zu=>`[${Zu+Ku}m`;const wrapAnsi256=(Ku=0)=>Zu=>`[${38+Ku};5;${Zu}m`;const wrapAnsi16m=(Ku=0)=>(Zu,Xu,uD)=>`[${38+Ku};2;${Zu};${Xu};${uD}m`;function assembleStyles(){const Ku=new Map;const Zu={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],overline:[53,55],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};Zu.color.gray=Zu.color.blackBright;Zu.bgColor.bgGray=Zu.bgColor.bgBlackBright;Zu.color.grey=Zu.color.blackBright;Zu.bgColor.bgGrey=Zu.bgColor.bgBlackBright;for(const[Xu,uD]of Object.entries(Zu)){for(const[Xu,DD]of Object.entries(uD)){Zu[Xu]={open:`[${DD[0]}m`,close:`[${DD[1]}m`};uD[Xu]=Zu[Xu];Ku.set(DD[0],DD[1])}Object.defineProperty(Zu,Xu,{value:uD,enumerable:false})}Object.defineProperty(Zu,"codes",{value:Ku,enumerable:false});Zu.color.close="";Zu.bgColor.close="";Zu.color.ansi=wrapAnsi16();Zu.color.ansi256=wrapAnsi256();Zu.color.ansi16m=wrapAnsi16m();Zu.bgColor.ansi=wrapAnsi16($D);Zu.bgColor.ansi256=wrapAnsi256($D);Zu.bgColor.ansi16m=wrapAnsi16m($D);Object.defineProperties(Zu,{rgbToAnsi256:{value:(Ku,Zu,Xu)=>{if(Ku===Zu&&Zu===Xu){if(Ku<8){return 16}if(Ku>248){return 231}return Math.round((Ku-8)/247*24)+232}return 16+36*Math.round(Ku/255*5)+6*Math.round(Zu/255*5)+Math.round(Xu/255*5)},enumerable:false},hexToRgb:{value:Ku=>{const Zu=/(?<colorString>[a-f\d]{6}|[a-f\d]{3})/i.exec(Ku.toString(16));if(!Zu){return[0,0,0]}let{colorString:Xu}=Zu.groups;if(Xu.length===3){Xu=Xu.split("").map((Ku=>Ku+Ku)).join("")}const uD=Number.parseInt(Xu,16);return[uD>>16&255,uD>>8&255,uD&255]},enumerable:false},hexToAnsi256:{value:Ku=>Zu.rgbToAnsi256(...Zu.hexToRgb(Ku)),enumerable:false},ansi256ToAnsi:{value:Ku=>{if(Ku<8){return 30+Ku}if(Ku<16){return 90+(Ku-8)}let Zu;let Xu;let uD;if(Ku>=232){Zu=((Ku-232)*10+8)/255;Xu=Zu;uD=Zu}else{Ku-=16;const DD=Ku%36;Zu=Math.floor(Ku/36)/5;Xu=Math.floor(DD/6)/5;uD=DD%6/5}const DD=Math.max(Zu,Xu,uD)*2;if(DD===0){return 30}let eD=30+(Math.round(uD)<<2|Math.round(Xu)<<1|Math.round(Zu));if(DD===2){eD+=60}return eD},enumerable:false},rgbToAnsi:{value:(Ku,Xu,uD)=>Zu.ansi256ToAnsi(Zu.rgbToAnsi256(Ku,Xu,uD)),enumerable:false},hexToAnsi:{value:Ku=>Zu.ansi256ToAnsi(Zu.hexToAnsi256(Ku)),enumerable:false}});return Zu}const jD=assembleStyles();const PD=new Set(["","›"]);const ND=39;const qD="";const QD="[";const VD="]";const GD="m";const WD=`${VD}8;;`;const wrapAnsiCode=Ku=>`${PD.values().next().value}${QD}${Ku}${GD}`;const wrapAnsiHyperlink=Ku=>`${PD.values().next().value}${WD}${Ku}${qD}`;const wordLengths=Ku=>Ku.split(" ").map((Ku=>stringWidth(Ku)));const wrapWord=(Ku,Zu,Xu)=>{const uD=[...Zu];let DD=false;let eD=false;let tD=stringWidth(stripAnsi(Ku[Ku.length-1]));for(const[Zu,nD]of uD.entries()){const rD=stringWidth(nD);if(tD+rD<=Xu){Ku[Ku.length-1]+=nD}else{Ku.push(nD);tD=0}if(PD.has(nD)){DD=true;eD=uD.slice(Zu+1).join("").startsWith(WD)}if(DD){if(eD){if(nD===qD){DD=false;eD=false}}else if(nD===GD){DD=false}continue}tD+=rD;if(tD===Xu&&Zu<uD.length-1){Ku.push("");tD=0}}if(!tD&&Ku[Ku.length-1].length>0&&Ku.length>1){Ku[Ku.length-2]+=Ku.pop()}};const stringVisibleTrimSpacesRight=Ku=>{const Zu=Ku.split(" ");let Xu=Zu.length;while(Xu>0){if(stringWidth(Zu[Xu-1])>0){break}Xu--}if(Xu===Zu.length){return Ku}return Zu.slice(0,Xu).join(" ")+Zu.slice(Xu).join("")};const exec=(Ku,Zu,Xu={})=>{if(Xu.trim!==false&&Ku.trim()===""){return""}let uD="";let DD;let eD;const tD=wordLengths(Ku);let nD=[""];for(const[uD,DD]of Ku.split(" ").entries()){if(Xu.trim!==false){nD[nD.length-1]=nD[nD.length-1].trimStart()}let Ku=stringWidth(nD[nD.length-1]);if(uD!==0){if(Ku>=Zu&&(Xu.wordWrap===false||Xu.trim===false)){nD.push("");Ku=0}if(Ku>0||Xu.trim===false){nD[nD.length-1]+=" ";Ku++}}if(Xu.hard&&tD[uD]>Zu){const Xu=Zu-Ku;const eD=1+Math.floor((tD[uD]-Xu-1)/Zu);const rD=Math.floor((tD[uD]-1)/Zu);if(rD<eD){nD.push("")}wrapWord(nD,DD,Zu);continue}if(Ku+tD[uD]>Zu&&Ku>0&&tD[uD]>0){if(Xu.wordWrap===false&&Ku<Zu){wrapWord(nD,DD,Zu);continue}nD.push("")}if(Ku+tD[uD]>Zu&&Xu.wordWrap===false){wrapWord(nD,DD,Zu);continue}nD[nD.length-1]+=DD}if(Xu.trim!==false){nD=nD.map((Ku=>stringVisibleTrimSpacesRight(Ku)))}const rD=[...nD.join("\n")];for(const[Ku,Zu]of rD.entries()){uD+=Zu;if(PD.has(Zu)){const{groups:Zu}=new RegExp(`(?:\\${QD}(?<code>\\d+)m|\\${WD}(?<uri>.*)${qD})`).exec(rD.slice(Ku).join(""))||{groups:{}};if(Zu.code!==undefined){const Ku=Number.parseFloat(Zu.code);DD=Ku===ND?undefined:Ku}else if(Zu.uri!==undefined){eD=Zu.uri.length===0?undefined:Zu.uri}}const Xu=jD.codes.get(Number(DD));if(rD[Ku+1]==="\n"){if(eD){uD+=wrapAnsiHyperlink("")}if(DD&&Xu){uD+=wrapAnsiCode(Xu)}}else if(Zu==="\n"){if(DD&&Xu){uD+=wrapAnsiCode(DD)}if(eD){uD+=wrapAnsiHyperlink(eD)}}}return uD};function wrapAnsi(Ku,Zu,Xu){return String(Ku).normalize().replace(/\r\n/g,"\n").split("\n").map((Ku=>exec(Ku,Zu,Xu))).join("\n")}const YD=Symbol("webpackbarWrite");class LogUpdate{constructor(){this.prevLineCount=0;this.listening=false;this.extraLines="";this._onData=this._onData.bind(this);this._streams=[process.stdout,process.stderr]}render(Ku){this.listen();const Zu=wrapAnsi(Ku,this.columns,{trim:false,hard:true,wordWrap:false});const Xu=UD.eraseLines(this.prevLineCount)+Zu+"\n"+this.extraLines;this.write(Xu);const uD=Xu.split("\n");this.prevLineCount=uD.length}get columns(){return(process.stderr.columns||80)-2}write(Ku){const Zu=process.stderr;if(Zu.write[YD]){Zu.write[YD].call(Zu,Ku,"utf-8")}else{Zu.write(Ku,"utf-8")}}clear(){this.done();this.write(UD.eraseLines(this.prevLineCount))}done(){this.stopListen();this.prevLineCount=0;this.extraLines=""}_onData(Ku){const Zu=String(Ku);const Xu=Zu.split("\n").length-1;if(Xu>0){this.prevLineCount+=Xu;this.extraLines+=Ku}}listen(){if(this.listening){return}for(const Ku of this._streams){if(Ku.write[YD]){continue}const write=(Zu,...Xu)=>{if(!Ku.write[YD]){return Ku.write(Zu,...Xu)}this._onData(Zu);return Ku.write[YD].call(Ku,Zu,...Xu)};write[YD]=Ku.write;Ku.write=write}this.listening=true}stopListen(){for(const Ku of this._streams){if(Ku.write[YD]){Ku.write=Ku.write[YD]}}this.listening=false}}const HD=new LogUpdate;let zD=Date.now();class FancyReporter{allDone(){HD.done()}done(Ku){this._renderStates(Ku.statesArray);if(Ku.hasErrors){HD.done()}}progress(Ku){if(Date.now()-zD>50){this._renderStates(Ku.statesArray)}}_renderStates(Ku){zD=Date.now();const Zu=Ku.map((Ku=>this._renderState(Ku))).join("\n\n");HD.render("\n"+Zu+"\n")}_renderState(Ku){const Zu=colorize(Ku.color);let Xu;let uD;if(Ku.progress>=0&&Ku.progress<100){Xu=[Zu(vD),Zu(Ku.name),renderBar(Ku.progress,Ku.color),Ku.message,`(${Ku.progress||0}%)`,lD.grey(Ku.details[0]||""),lD.grey(Ku.details[1]||"")].join(" ");uD=Ku.request?" "+lD.grey(ellipsisLeft(formatRequest(Ku.request),HD.columns)):""}else{let DD=" ";if(Ku.hasErrors){DD=kD}else if(Ku.progress===100){DD=RD}else if(Ku.progress===-1){DD=OD}Xu=Zu(`${DD} ${Ku.name}`);uD=lD.grey(" "+Ku.message)}return Xu+"\n"+uD}}class SimpleReporter{start(Ku){SD.info(`Compiling ${Ku.state.name}`)}change(Ku,{shortPath:Zu}){SD.debug(`${Zu} changed.`,`Rebuilding ${Ku.state.name}`)}done(Ku){const{hasError:Zu,message:Xu,name:uD}=Ku.state;SD[Zu?"error":"success"](`${uD}: ${Xu}`)}}const JD={loader:{get:Ku=>startCase(Ku)},ext:{get:Ku=>`${Ku} files`,vue:"Vue Single File components",js:"JavaScript files",sass:"SASS files",scss:"SASS files",unknown:"Unknown files"}};function getDescription(Ku,Zu){if(!JD[Ku]){return startCase(Zu)}if(JD[Ku][Zu]){return JD[Ku][Zu]}if(JD[Ku].get){return JD[Ku].get(Zu)}return"-"}function formatStats(Ku){const Zu=[];Object.keys(Ku).forEach((Xu=>{const uD=Ku[Xu];Zu.push(`> Stats by ${lD.bold(startCase(Xu))}`);let DD=0;const eD=[0,0];const tD=[[startCase(Xu),"Requests","Time","Time/Request","Description"]];Object.keys(uD).forEach((Ku=>{const Zu=uD[Ku];DD+=Zu.count||0;const nD=getDescription(Xu,Ku);eD[0]+=Zu.time[0];eD[1]+=Zu.time[1];const rD=[Zu.time[0]/Zu.count,Zu.time[1]/Zu.count];tD.push([Ku,Zu.count||"-",sD(Zu.time),sD(rD),nD])}));tD.push(["Total",DD,sD(eD),"",""]);Zu.push(createTable(tD))}));return`${Zu.join("\n\n")}\n`}class Profiler{constructor(){this.requests=[]}onRequest(Ku){if(!Ku){return}if(this.requests.length){const Ku=this.requests[this.requests.length-1];if(Ku.start){Ku.time=process.hrtime(Ku.start);delete Ku.start}}if(!Ku.file||!Ku.loaders.length){return}this.requests.push({request:Ku,start:process.hrtime()})}getStats(){const Ku={};const Zu={};const getStat=(Ku,Zu)=>{if(!Ku[Zu]){Ku[Zu]={count:0,time:[0,0]}}return Ku[Zu]};const addToStat=(Ku,Zu,Xu,uD)=>{const DD=getStat(Ku,Zu);DD.count+=Xu;DD.time[0]+=uD[0];DD.time[1]+=uD[1]};this.requests.forEach((({request:Xu,time:uD=[0,0]})=>{Xu.loaders.forEach((Zu=>{addToStat(Ku,Zu,1,uD)}));const DD=Xu.file&&iD.extname(Xu.file).substr(1);addToStat(Zu,DD&&DD.length?DD:"unknown",1,uD)}));return{ext:Zu,loader:Ku}}getFormattedStats(){return formatStats(this.getStats())}}class ProfileReporter{progress(Ku){if(!Ku.state.profiler){Ku.state.profiler=new Profiler}Ku.state.profiler.onRequest(Ku.state.request)}done(Ku){if(Ku.state.profiler){Ku.state.profile=Ku.state.profiler.getFormattedStats();delete Ku.state.profiler}}allDone(Ku){let Zu="";for(const Xu of Ku.statesArray){const Ku=colorize(Xu.color);if(Xu.profile){Zu+=Ku(`\nProfile results for ${lD.bold(Xu.name)}\n`)+`\n${Xu.profile}\n`;delete Xu.profile}}process.stderr.write(Zu)}}class StatsReporter{constructor(Ku){this.options=Object.assign({chunks:false,children:false,modules:false,colors:true,warnings:true,errors:true},Ku)}done(Ku,{stats:Zu}){const Xu=Zu.toString(this.options);if(Ku.hasErrors){process.stderr.write("\n"+Xu+"\n")}else{Ku.state.statsString=Xu}}allDone(Ku){let Zu="";for(const Xu of Ku.statesArray){if(Xu.statsString){Zu+="\n"+Xu.statsString+"\n";delete Xu.statsString}}process.stderr.write(Zu)}}const KD={__proto__:null,fancy:FancyReporter,basic:SimpleReporter,profile:ProfileReporter,stats:StatsReporter};const ZD={name:"webpack",color:"green",reporters:DD.isMinimal?["basic"]:["fancy"],reporter:null};const XD={start:null,progress:-1,done:false,message:"",details:[],request:null,hasErrors:false};const ue={};class WebpackBarPlugin extends oD.ProgressPlugin{constructor(Ku){super({activeModules:true});this.options=Object.assign({},ZD,Ku);this.handler=(Ku,Zu,...Xu)=>{this.updateProgress(Ku,Zu,Xu)};const Zu=Array.from(this.options.reporters||[]).concat(this.options.reporter).filter(Boolean).map((Ku=>{if(Array.isArray(Ku)){return{reporter:Ku[0],options:Ku[1]}}if(typeof Ku==="string"){return{reporter:Ku}}return{reporter:Ku}}));this.reporters=Zu.map((({reporter:Ku,options:Zu={}})=>{if(typeof Ku==="string"){if(this.options[Ku]===false){return void 0}Zu={...this.options[Ku],...Zu};Ku=KD[Ku]||Xu(179)(Ku)}if(typeof Ku==="function"){try{Ku=new Ku(Zu)}catch(Xu){Ku=Ku(Zu)}}return Ku})).filter(Boolean)}callReporters(Ku,Zu={}){for(const Xu of this.reporters){if(typeof Xu[Ku]==="function"){try{Xu[Ku](this,Zu)}catch(Ku){process.stdout.write(Ku.stack+"\n")}}}}get hasRunning(){return objectValues(this.states).some((Ku=>!Ku.done))}get hasErrors(){return objectValues(this.states).some((Ku=>Ku.hasErrors))}get statesArray(){return objectValues(this.states).sort(((Ku,Zu)=>Ku.name.localeCompare(Zu.name)))}get states(){return ue}get state(){return ue[this.options.name]}_ensureState(){if(!this.states[this.options.name]){this.states[this.options.name]={...XD,color:this.options.color,name:startCase(this.options.name)}}}apply(Ku){if(Ku.webpackbar){return}Ku.webpackbar=this;super.apply(Ku);hook(Ku,"afterPlugins",(()=>{this._ensureState()}));hook(Ku,"compile",(()=>{this._ensureState();Object.assign(this.state,{...XD,start:process.hrtime()});this.callReporters("start")}));hook(Ku,"invalid",((Ku,Zu)=>{this._ensureState();this.callReporters("change",{path:Ku,shortPath:shortenPath(Ku),time:Zu})}));hook(Ku,"done",(Ku=>{this._ensureState();if(this.state.done){return}const Zu=Ku.hasErrors();const Xu=Zu?"with some errors":"successfully";const uD=this.state.start?" in "+sD(process.hrtime(this.state.start),2):"";Object.assign(this.state,{...XD,progress:100,done:true,message:`Compiled ${Xu}${uD}`,hasErrors:Zu});this.callReporters("progress");this.callReporters("done",{stats:Ku});if(!this.hasRunning){this.callReporters("beforeAllDone");this.callReporters("allDone");this.callReporters("afterAllDone")}}))}updateProgress(Ku=0,Zu="",Xu=[]){const uD=Math.floor(Ku*100);const DD=Xu.pop();Object.assign(this.state,{progress:uD,message:Zu||"",details:Xu,request:parseRequest(DD)});this.callReporters("progress")}}Ku.exports=WebpackBarPlugin}};var __webpack_module_cache__={};function __nccwpck_require__(Ku){var Zu=__webpack_module_cache__[Ku];if(Zu!==undefined){return Zu.exports}var Xu=__webpack_module_cache__[Ku]={id:Ku,loaded:false,exports:{}};var uD=true;try{__webpack_modules__[Ku](Xu,Xu.exports,__nccwpck_require__);uD=false}finally{if(uD)delete __webpack_module_cache__[Ku]}Xu.loaded=true;return Xu.exports}!function(){__nccwpck_require__.o=function(Ku,Zu){return Object.prototype.hasOwnProperty.call(Ku,Zu)}}();!function(){__nccwpck_require__.nmd=function(Ku){Ku.paths=[];if(!Ku.children)Ku.children=[];return Ku}}();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";var __webpack_exports__=__nccwpck_require__(482);module.exports=__webpack_exports__})();
@@ -0,0 +1 @@
1
+ {"name":"webpackbar","version":"5.0.2","license":"MIT","types":"./dist/index.d.ts"}
@@ -1,19 +1,20 @@
1
1
  Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
2
+ Copyright (c) 2013 Arnout Kazemier and contributors
3
+ Copyright (c) 2016 Luigi Pinca and contributors
2
4
 
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
9
11
 
10
12
  The above copyright notice and this permission notice shall be included in all
11
13
  copies or substantial portions of the Software.
12
14
 
13
15
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
- SOFTWARE.
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.