UNPKG

prettier

Version:

Prettier is an opinionated code formatter

40 lines 178 kB
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):((e="undefined"!=typeof globalThis?globalThis:e||self).prettierPlugins=e.prettierPlugins||{},e.prettierPlugins.html=t())}(this,(function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},t={},r={};!function(e){function t(t){return e.$0<=t&&t<=e.$9} /** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ Object.defineProperty(e,"__esModule",{value:!0}),e.$EOF=0,e.$BSPACE=8,e.$TAB=9,e.$LF=10,e.$VTAB=11,e.$FF=12,e.$CR=13,e.$SPACE=32,e.$BANG=33,e.$DQ=34,e.$HASH=35,e.$$=36,e.$PERCENT=37,e.$AMPERSAND=38,e.$SQ=39,e.$LPAREN=40,e.$RPAREN=41,e.$STAR=42,e.$PLUS=43,e.$COMMA=44,e.$MINUS=45,e.$PERIOD=46,e.$SLASH=47,e.$COLON=58,e.$SEMICOLON=59,e.$LT=60,e.$EQ=61,e.$GT=62,e.$QUESTION=63,e.$0=48,e.$7=55,e.$9=57,e.$A=65,e.$E=69,e.$F=70,e.$X=88,e.$Z=90,e.$LBRACKET=91,e.$BACKSLASH=92,e.$RBRACKET=93,e.$CARET=94,e.$_=95,e.$a=97,e.$b=98,e.$e=101,e.$f=102,e.$n=110,e.$r=114,e.$t=116,e.$u=117,e.$v=118,e.$x=120,e.$z=122,e.$LBRACE=123,e.$BAR=124,e.$RBRACE=125,e.$NBSP=160,e.$PIPE=124,e.$TILDA=126,e.$AT=64,e.$BT=96,e.isWhitespace=function(t){return t>=e.$TAB&&t<=e.$SPACE||t==e.$NBSP},e.isDigit=t,e.isAsciiLetter=function(t){return t>=e.$a&&t<=e.$z||t>=e.$A&&t<=e.$Z},e.isAsciiHexDigit=function(r){return r>=e.$a&&r<=e.$f||r>=e.$A&&r<=e.$F||t(r)},e.isNewLine=function(t){return t===e.$LF||t===e.$CR},e.isOctalDigit=function(t){return e.$0<=t&&t<=e.$7}}(r);var n={},i={}; /** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ Object.defineProperty(i,"__esModule",{value:!0});class s{constructor(e,t,r){this.filePath=e,this.name=t,this.members=r}assertNoMembers(){if(this.members.length)throw new Error("Illegal state: symbol without members expected, but got ".concat(JSON.stringify(this),"."))}}i.StaticSymbol=s;i.StaticSymbolCache=class{constructor(){this.cache=new Map}get(e,t,r){const n=(r=r||[]).length?".".concat(r.join(".")):"",i='"'.concat(e,'".').concat(t).concat(n);let o=this.cache.get(i);return o||(o=new s(e,t,r),this.cache.set(i,o)),o}};var o={}; /** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */Object.defineProperty(o,"__esModule",{value:!0});const a=/-+([a-z0-9])/g;function u(e,t,r){const n=e.indexOf(t);return-1==n?r:[e.slice(0,n).trim(),e.slice(n+1).trim()]}function c(e,t,r){return Array.isArray(e)?t.visitArray(e,r):"object"==typeof(n=e)&&null!==n&&Object.getPrototypeOf(n)===h?t.visitStringMap(e,r):null==e||"string"==typeof e||"number"==typeof e||"boolean"==typeof e?t.visitPrimitive(e,r):t.visitOther(e,r);var n}o.dashCaseToCamelCase=function(e){return e.replace(a,(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return t[1].toUpperCase()}))},o.splitAtColon=function(e,t){return u(e,":",t)},o.splitAtPeriod=function(e,t){return u(e,".",t)},o.visitValue=c,o.isDefined=function(e){return null!=e},o.noUndefined=function(e){return void 0===e?null:e};o.ValueTransformer=class{visitArray(e,t){return e.map((e=>c(e,this,t)))}visitStringMap(e,t){const r={};return Object.keys(e).forEach((n=>{r[n]=c(e[n],this,t)})),r}visitPrimitive(e,t){return e}visitOther(e,t){return e}},o.SyncAsync={assertSync:e=>{if(D(e))throw new Error("Illegal state: value cannot be a promise");return e},then:(e,t)=>D(e)?e.then(t):t(e),all:e=>e.some(D)?Promise.all(e):e},o.error=function(e){throw new Error("Internal Error: ".concat(e))},o.syntaxError=function(e,t){const r=Error(e);return r[l]=!0,t&&(r[p]=t),r};const l="ngSyntaxError",p="ngParseErrors";o.isSyntaxError=function(e){return e[l]},o.getParseErrors=function(e){return e[p]||[]},o.escapeRegExp=function(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};const h=Object.getPrototypeOf({});function D(e){return!!e&&"function"==typeof e.then}o.utf8Encode=function(e){let t="";for(let r=0;r<e.length;r++){let n=e.charCodeAt(r);if(n>=55296&&n<=56319&&e.length>r+1){const t=e.charCodeAt(r+1);t>=56320&&t<=57343&&(r++,n=(n-55296<<10)+t-56320+65536)}n<=127?t+=String.fromCharCode(n):n<=2047?t+=String.fromCharCode(n>>6&31|192,63&n|128):n<=65535?t+=String.fromCharCode(n>>12|224,n>>6&63|128,63&n|128):n<=2097151&&(t+=String.fromCharCode(n>>18&7|240,n>>12&63|128,n>>6&63|128,63&n|128))}return t},o.stringify=function e(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(e).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return"".concat(t.overriddenName);if(t.name)return"".concat(t.name);if(!t.toString)return"object";const r=t.toString();if(null==r)return""+r;const n=r.indexOf("\n");return-1===n?r:r.substring(0,n)},o.resolveForwardRef=function(e){return"function"==typeof e&&e.hasOwnProperty("__forward_ref__")?e():e},o.isPromise=D;o.Version=class{constructor(e){this.full=e;const t=e.split(".");this.major=t[0],this.minor=t[1],this.patch=t.slice(2).join(".")}};const f="undefined"!=typeof window&&window,d="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,g=void 0!==e&&e||f||d;o.global=g,function(e){ /** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ Object.defineProperty(e,"__esModule",{value:!0});const t=i,r=o,n=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function s(e){return e.replace(/\W/g,"_")}e.sanitizeIdentifier=s;let a=0;function u(e){if(!e||!e.reference)return null;const n=e.reference;if(n instanceof t.StaticSymbol)return n.name;if(n.__anonymousType)return n.__anonymousType;let i=r.stringify(n);return i.indexOf("(")>=0?(i="anonymous_".concat(a++),n.__anonymousType=i):i=s(i),i}var c;e.identifierName=u,e.identifierModuleUrl=function(e){const n=e.reference;return n instanceof t.StaticSymbol?n.filePath:"./".concat(r.stringify(n))},e.viewClassName=function(e,t){return"View_".concat(u({reference:e}),"_").concat(t)},e.rendererTypeName=function(e){return"RenderType_".concat(u({reference:e}))},e.hostViewClassName=function(e){return"HostView_".concat(u({reference:e}))},e.componentFactoryName=function(e){return"".concat(u({reference:e}),"NgFactory")},function(e){e[e.Pipe=0]="Pipe",e[e.Directive=1]="Directive",e[e.NgModule=2]="NgModule",e[e.Injectable=3]="Injectable"}(c=e.CompileSummaryKind||(e.CompileSummaryKind={})),e.tokenName=function(e){return null!=e.value?s(e.value):u(e.identifier)},e.tokenReference=function(e){return null!=e.identifier?e.identifier.reference:e.value};e.CompileStylesheetMetadata=class{constructor(){let{moduleUrl:e,styles:t,styleUrls:r}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.moduleUrl=e||null,this.styles=p(t),this.styleUrls=p(r)}};e.CompileTemplateMetadata=class{constructor(e){let{encapsulation:t,template:r,templateUrl:n,htmlAst:i,styles:s,styleUrls:o,externalStylesheets:a,animations:u,ngContentSelectors:c,interpolation:l,isInline:D,preserveWhitespaces:f}=e;if(this.encapsulation=t,this.template=r,this.templateUrl=n,this.htmlAst=i,this.styles=p(s),this.styleUrls=p(o),this.externalStylesheets=p(a),this.animations=u?h(u):[],this.ngContentSelectors=c||[],l&&2!=l.length)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=l,this.isInline=D,this.preserveWhitespaces=f}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};class l{static create(e){let{isHost:t,type:i,isComponent:s,selector:o,exportAs:a,changeDetection:u,inputs:c,outputs:p,host:h,providers:D,viewProviders:f,queries:d,guards:g,viewQueries:m,entryComponents:E,template:C,componentViewType:y,rendererType:b,componentFactory:S}=e;const T={},_={},v={};null!=h&&Object.keys(h).forEach((e=>{const t=h[e],r=e.match(n);null===r?v[e]=t:null!=r[1]?_[r[1]]=t:null!=r[2]&&(T[r[2]]=t)}));const A={};null!=c&&c.forEach((e=>{const t=r.splitAtColon(e,[e,e]);A[t[0]]=t[1]}));const F={};return null!=p&&p.forEach((e=>{const t=r.splitAtColon(e,[e,e]);F[t[0]]=t[1]})),new l({isHost:t,type:i,isComponent:!!s,selector:o,exportAs:a,changeDetection:u,inputs:A,outputs:F,hostListeners:T,hostProperties:_,hostAttributes:v,providers:D,viewProviders:f,queries:d,guards:g,viewQueries:m,entryComponents:E,template:C,componentViewType:y,rendererType:b,componentFactory:S})}constructor(e){let{isHost:t,type:r,isComponent:n,selector:i,exportAs:s,changeDetection:o,inputs:a,outputs:u,hostListeners:c,hostProperties:l,hostAttributes:h,providers:D,viewProviders:f,queries:d,guards:g,viewQueries:m,entryComponents:E,template:C,componentViewType:y,rendererType:b,componentFactory:S}=e;this.isHost=!!t,this.type=r,this.isComponent=n,this.selector=i,this.exportAs=s,this.changeDetection=o,this.inputs=a,this.outputs=u,this.hostListeners=c,this.hostProperties=l,this.hostAttributes=h,this.providers=p(D),this.viewProviders=p(f),this.queries=p(d),this.guards=g,this.viewQueries=p(m),this.entryComponents=p(E),this.template=C,this.componentViewType=y,this.rendererType=b,this.componentFactory=S}toSummary(){return{summaryKind:c.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}}e.CompileDirectiveMetadata=l;e.CompilePipeMetadata=class{constructor(e){let{type:t,name:r,pure:n}=e;this.type=t,this.name=r,this.pure=!!n}toSummary(){return{summaryKind:c.Pipe,type:this.type,name:this.name,pure:this.pure}}};e.CompileShallowModuleMetadata=class{};e.CompileNgModuleMetadata=class{constructor(e){let{type:t,providers:r,declaredDirectives:n,exportedDirectives:i,declaredPipes:s,exportedPipes:o,entryComponents:a,bootstrapComponents:u,importedModules:c,exportedModules:l,schemas:h,transitiveModule:D,id:f}=e;this.type=t||null,this.declaredDirectives=p(n),this.exportedDirectives=p(i),this.declaredPipes=p(s),this.exportedPipes=p(o),this.providers=p(r),this.entryComponents=p(a),this.bootstrapComponents=p(u),this.importedModules=p(c),this.exportedModules=p(l),this.schemas=p(h),this.id=f||null,this.transitiveModule=D||null}toSummary(){const e=this.transitiveModule;return{summaryKind:c.NgModule,type:this.type,entryComponents:e.entryComponents,providers:e.providers,modules:e.modules,exportedDirectives:e.exportedDirectives,exportedPipes:e.exportedPipes}}};function p(e){return e||[]}e.TransitiveCompileNgModuleMetadata=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(e,t){this.providers.push({provider:e,module:t})}addDirective(e){this.directivesSet.has(e.reference)||(this.directivesSet.add(e.reference),this.directives.push(e))}addExportedDirective(e){this.exportedDirectivesSet.has(e.reference)||(this.exportedDirectivesSet.add(e.reference),this.exportedDirectives.push(e))}addPipe(e){this.pipesSet.has(e.reference)||(this.pipesSet.add(e.reference),this.pipes.push(e))}addExportedPipe(e){this.exportedPipesSet.has(e.reference)||(this.exportedPipesSet.add(e.reference),this.exportedPipes.push(e))}addModule(e){this.modulesSet.has(e.reference)||(this.modulesSet.add(e.reference),this.modules.push(e))}addEntryComponent(e){this.entryComponentsSet.has(e.componentType)||(this.entryComponentsSet.add(e.componentType),this.entryComponents.push(e))}};function h(e){return e.reduce(((e,t)=>{const r=Array.isArray(t)?h(t):t;return e.concat(r)}),[])}function D(e){return e.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}e.ProviderMeta=class{constructor(e,t){let{useClass:r,useValue:n,useExisting:i,useFactory:s,deps:o,multi:a}=t;this.token=e,this.useClass=r||null,this.useValue=n,this.useExisting=i,this.useFactory=s||null,this.dependencies=o||null,this.multi=!!a}},e.flatten=h,e.templateSourceUrl=function(e,r,n){let i;return i=n.isInline?r.type.reference instanceof t.StaticSymbol?"".concat(r.type.reference.filePath,".").concat(r.type.reference.name,".html"):"".concat(u(e),"/").concat(u(r.type),".html"):n.templateUrl,r.type.reference instanceof t.StaticSymbol?i:D(i)},e.sharedStylesheetJitUrl=function(e,t){const r=e.moduleUrl.split(/\/\\/g),n=r[r.length-1];return D("css/".concat(t).concat(n,".ngstyle.js"))},e.ngModuleJitUrl=function(e){return D("".concat(u(e.type),"/module.ngfactory.js"))},e.templateJitUrl=function(e,t){return D("".concat(u(e),"/").concat(u(t.type),".ngfactory.js"))}}(n),function(e){Object.defineProperty(e,"__esModule",{value:!0}); /** * @license * Copyright Google Inc. All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ const t=r,i=n;class s{constructor(e,t,r,n){this.file=e,this.offset=t,this.line=r,this.col=n}toString(){return null!=this.offset?"".concat(this.file.url,"@").concat(this.line,":").concat(this.col):this.file.url}moveBy(e){const r=this.file.content,n=r.length;let i=this.offset,o=this.line,a=this.col;for(;i>0&&e<0;){i--,e++;if(r.charCodeAt(i)==t.$LF){o--;const e=r.substr(0,i-1).lastIndexOf(String.fromCharCode(t.$LF));a=e>0?i-e:i}else a--}for(;i<n&&e>0;){const n=r.charCodeAt(i);i++,e--,n==t.$LF?(o++,a=0):a++}return new s(this.file,i,o,a)}getContext(e,t){const r=this.file.content;let n=this.offset;if(null!=n){n>r.length-1&&(n=r.length-1);let i=n,s=0,o=0;for(;s<e&&n>0&&(n--,s++,"\n"!=r[n]||++o!=t););for(s=0,o=0;s<e&&i<r.length-1&&(i++,s++,"\n"!=r[i]||++o!=t););return{before:r.substring(n,this.offset),after:r.substring(this.offset,i+1)}}return null}}e.ParseLocation=s;class o{constructor(e,t){this.content=e,this.url=t}}e.ParseSourceFile=o;class a{constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;this.start=e,this.end=t,this.details=r}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}}var u;e.ParseSourceSpan=a,e.EMPTY_PARSE_LOCATION=new s(new o("",""),0,0,0),e.EMPTY_SOURCE_SPAN=new a(e.EMPTY_PARSE_LOCATION,e.EMPTY_PARSE_LOCATION),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(u=e.ParseErrorLevel||(e.ParseErrorLevel={}));e.ParseError=class{constructor(e,t){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:u.ERROR;this.span=e,this.msg=t,this.level=r}contextualMessage(){const e=this.span.start.getContext(100,3);return e?"".concat(this.msg,' ("').concat(e.before,"[").concat(u[this.level]," ->]").concat(e.after,'")'):this.msg}toString(){const e=this.span.details?", ".concat(this.span.details):"";return"".concat(this.contextualMessage(),": ").concat(this.span.start).concat(e)}},e.typeSourceSpan=function(e,t){const r=i.identifierModuleUrl(t),n=null!=r?"in ".concat(e," ").concat(i.identifierName(t)," in ").concat(r):"in ".concat(e," ").concat(i.identifierName(t)),u=new o("",n);return new a(new s(u,-1,-1,-1),new s(u,-1,-1,-1))},e.r3JitTypeSourceSpan=function(e,t,r){const n="in ".concat(e," ").concat(t," in ").concat(r),i=new o("",n);return new a(new s(i,-1,-1,-1),new s(i,-1,-1,-1))}}(t);const m=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");var E=function(e){const t=e.match(m);if(!t)return{content:e};const{startDelimiter:r,language:n,value:i="",endDelimiter:s}=t.groups;let o=n.trim()||"yaml";if("+++"===r&&(o="toml"),"yaml"!==o&&r!==s)return{content:e};const[a]=t;return{frontMatter:{type:"front-matter",lang:o,value:i,startDelimiter:r,endDelimiter:s,raw:a.replace(/\n$/,"")},content:a.replace(/[^\n]/g," ")+e.slice(a.length)}};var C=e=>e[e.length-1];var y=function(e,t){const r=new SyntaxError(e+" ("+t.start.line+":"+t.start.column+")");return r.loc=t,r},b={exports:{}};const S=function(){let{onlyFirst:e=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["[\\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(t,e?void 0:"g")};var T={exports:{}};const _=e=>!Number.isNaN(e)&&(e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141));T.exports=_,T.exports.default=_;const v=e=>"string"==typeof e?e.replace(S(),""):e,A=T.exports,F=function(){return/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g},w=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=v(e)).length)return 0;e=e.replace(F()," ");let t=0;for(let r=0;r<e.length;r++){const n=e.codePointAt(r);n<=31||n>=127&&n<=159||(n>=768&&n<=879||(n>65535&&r++,t+=A(n)?2:1))}return t};b.exports=w,b.exports.default=w;function k(e,t){if(null==e)return{};var r,n,i=function(e,t){if(null==e)return{};var r,n,i={},s=Object.keys(e);for(n=0;n<s.length;n++)r=s[n],t.indexOf(r)>=0||(i[r]=e[r]);return i}(e,t);if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(n=0;n<s.length;n++)r=s[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(i[r]=e[r])}return i}function N(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var O=function(e){return e&&e.Math==Math&&e},x=O("object"==typeof globalThis&&globalThis)||O("object"==typeof window&&window)||O("object"==typeof self&&self)||O("object"==typeof e&&e)||function(){return this}()||Function("return this")(),I={},P=function(e){try{return!!e()}catch(e){return!0}},R=!P((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),L=Function.prototype.call,B=L.bind?L.bind(L):function(){return L.apply(L,arguments)},q={},$={}.propertyIsEnumerable,M=Object.getOwnPropertyDescriptor,j=M&&!$.call({1:2},1);q.f=j?function(e){var t=M(this,e);return!!t&&t.enumerable}:$;var U,G,V=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},X=Function.prototype,H=X.bind,z=X.call,W=H&&H.bind(z),Y=H?function(e){return e&&W(z,e)}:function(e){return e&&function(){return z.apply(e,arguments)}},Q=Y,J=Q({}.toString),Z=Q("".slice),K=function(e){return Z(J(e),8,-1)},ee=Y,te=P,re=K,ne=x.Object,ie=ee("".split),se=te((function(){return!ne("z").propertyIsEnumerable(0)}))?function(e){return"String"==re(e)?ie(e,""):ne(e)}:ne,oe=x.TypeError,ae=function(e){if(null==e)throw oe("Can't call method on "+e);return e},ue=se,ce=ae,le=function(e){return ue(ce(e))},pe=function(e){return"function"==typeof e},he=pe,De=function(e){return"object"==typeof e?null!==e:he(e)},fe=x,de=pe,ge=function(e){return de(e)?e:void 0},me=function(e,t){return arguments.length<2?ge(fe[e]):fe[e]&&fe[e][t]},Ee=Y({}.isPrototypeOf),Ce=me("navigator","userAgent")||"",ye=x,be=Ce,Se=ye.process,Te=ye.Deno,_e=Se&&Se.versions||Te&&Te.version,ve=_e&&_e.v8;ve&&(G=(U=ve.split("."))[0]>0&&U[0]<4?1:+(U[0]+U[1])),!G&&be&&(!(U=be.match(/Edge\/(\d+)/))||U[1]>=74)&&(U=be.match(/Chrome\/(\d+)/))&&(G=+U[1]);var Ae=G,Fe=Ae,we=P,ke=!!Object.getOwnPropertySymbols&&!we((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Fe&&Fe<41})),Ne=ke&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Oe=me,xe=pe,Ie=Ee,Pe=Ne,Re=x.Object,Le=Pe?function(e){return"symbol"==typeof e}:function(e){var t=Oe("Symbol");return xe(t)&&Ie(t.prototype,Re(e))},Be=x.String,qe=function(e){try{return Be(e)}catch(e){return"Object"}},$e=pe,Me=qe,je=x.TypeError,Ue=function(e){if($e(e))return e;throw je(Me(e)+" is not a function")},Ge=Ue,Ve=function(e,t){var r=e[t];return null==r?void 0:Ge(r)},Xe=B,He=pe,ze=De,We=x.TypeError,Ye={exports:{}},Qe=x,Je=Object.defineProperty,Ze=function(e,t){try{Je(Qe,e,{value:t,configurable:!0,writable:!0})}catch(r){Qe[e]=t}return t},Ke=Ze,et="__core-js_shared__",tt=x[et]||Ke(et,{}),rt=tt;(Ye.exports=function(e,t){return rt[e]||(rt[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"\xa9 2021 Denis Pushkarev (zloirock.ru)"});var nt=ae,it=x.Object,st=function(e){return it(nt(e))},ot=st,at=Y({}.hasOwnProperty),ut=Object.hasOwn||function(e,t){return at(ot(e),t)},ct=Y,lt=0,pt=Math.random(),ht=ct(1..toString),Dt=function(e){return"Symbol("+(void 0===e?"":e)+")_"+ht(++lt+pt,36)},ft=x,dt=Ye.exports,gt=ut,mt=Dt,Et=ke,Ct=Ne,yt=dt("wks"),bt=ft.Symbol,St=bt&&bt.for,Tt=Ct?bt:bt&&bt.withoutSetter||mt,_t=function(e){if(!gt(yt,e)||!Et&&"string"!=typeof yt[e]){var t="Symbol."+e;Et&&gt(bt,e)?yt[e]=bt[e]:yt[e]=Ct&&St?St(t):Tt(t)}return yt[e]},vt=B,At=De,Ft=Le,wt=Ve,kt=function(e,t){var r,n;if("string"===t&&He(r=e.toString)&&!ze(n=Xe(r,e)))return n;if(He(r=e.valueOf)&&!ze(n=Xe(r,e)))return n;if("string"!==t&&He(r=e.toString)&&!ze(n=Xe(r,e)))return n;throw We("Can't convert object to primitive value")},Nt=_t,Ot=x.TypeError,xt=Nt("toPrimitive"),It=function(e,t){if(!At(e)||Ft(e))return e;var r,n=wt(e,xt);if(n){if(void 0===t&&(t="default"),r=vt(n,e,t),!At(r)||Ft(r))return r;throw Ot("Can't convert object to primitive value")}return void 0===t&&(t="number"),kt(e,t)},Pt=Le,Rt=function(e){var t=It(e,"string");return Pt(t)?t:t+""},Lt=De,Bt=x.document,qt=Lt(Bt)&&Lt(Bt.createElement),$t=function(e){return qt?Bt.createElement(e):{}},Mt=!R&&!P((function(){return 7!=Object.defineProperty($t("div"),"a",{get:function(){return 7}}).a})),jt=R,Ut=B,Gt=q,Vt=V,Xt=le,Ht=Rt,zt=ut,Wt=Mt,Yt=Object.getOwnPropertyDescriptor;I.f=jt?Yt:function(e,t){if(e=Xt(e),t=Ht(t),Wt)try{return Yt(e,t)}catch(e){}if(zt(e,t))return Vt(!Ut(Gt.f,e,t),e[t])};var Qt={},Jt=x,Zt=De,Kt=Jt.String,er=Jt.TypeError,tr=function(e){if(Zt(e))return e;throw er(Kt(e)+" is not an object")},rr=R,nr=Mt,ir=tr,sr=Rt,or=x.TypeError,ar=Object.defineProperty;Qt.f=rr?ar:function(e,t,r){if(ir(e),t=sr(t),ir(r),nr)try{return ar(e,t,r)}catch(e){}if("get"in r||"set"in r)throw or("Accessors not supported");return"value"in r&&(e[t]=r.value),e};var ur=Qt,cr=V,lr=R?function(e,t,r){return ur.f(e,t,cr(1,r))}:function(e,t,r){return e[t]=r,e},pr={exports:{}},hr=pe,Dr=tt,fr=Y(Function.toString);hr(Dr.inspectSource)||(Dr.inspectSource=function(e){return fr(e)});var dr,gr,mr,Er=Dr.inspectSource,Cr=pe,yr=Er,br=x.WeakMap,Sr=Cr(br)&&/native code/.test(yr(br)),Tr=Ye.exports,_r=Dt,vr=Tr("keys"),Ar={},Fr=Sr,wr=x,kr=Y,Nr=De,Or=lr,xr=ut,Ir=tt,Pr=function(e){return vr[e]||(vr[e]=_r(e))},Rr=Ar,Lr="Object already initialized",Br=wr.TypeError,qr=wr.WeakMap;if(Fr||Ir.state){var $r=Ir.state||(Ir.state=new qr),Mr=kr($r.get),jr=kr($r.has),Ur=kr($r.set);dr=function(e,t){if(jr($r,e))throw new Br(Lr);return t.facade=e,Ur($r,e,t),t},gr=function(e){return Mr($r,e)||{}},mr=function(e){return jr($r,e)}}else{var Gr=Pr("state");Rr[Gr]=!0,dr=function(e,t){if(xr(e,Gr))throw new Br(Lr);return t.facade=e,Or(e,Gr,t),t},gr=function(e){return xr(e,Gr)?e[Gr]:{}},mr=function(e){return xr(e,Gr)}}var Vr={set:dr,get:gr,has:mr,enforce:function(e){return mr(e)?gr(e):dr(e,{})},getterFor:function(e){return function(t){var r;if(!Nr(t)||(r=gr(t)).type!==e)throw Br("Incompatible receiver, "+e+" required");return r}}},Xr=R,Hr=ut,zr=Function.prototype,Wr=Xr&&Object.getOwnPropertyDescriptor,Yr=Hr(zr,"name"),Qr=Yr&&"something"===function(){}.name,Jr=Yr&&(!Xr||Xr&&Wr(zr,"name").configurable),Zr=x,Kr=pe,en=ut,tn=lr,rn=Ze,nn=Er,sn={EXISTS:Yr,PROPER:Qr,CONFIGURABLE:Jr}.CONFIGURABLE,on=Vr.get,an=Vr.enforce,un=String(String).split("String");(pr.exports=function(e,t,r,n){var i,s=!!n&&!!n.unsafe,o=!!n&&!!n.enumerable,a=!!n&&!!n.noTargetGet,u=n&&void 0!==n.name?n.name:t;Kr(r)&&("Symbol("===String(u).slice(0,7)&&(u="["+String(u).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!en(r,"name")||sn&&r.name!==u)&&tn(r,"name",u),(i=an(r)).source||(i.source=un.join("string"==typeof u?u:""))),e!==Zr?(s?!a&&e[t]&&(o=!0):delete e[t],o?e[t]=r:tn(e,t,r)):o?e[t]=r:rn(t,r)})(Function.prototype,"toString",(function(){return Kr(this)&&on(this).source||nn(this)}));var cn={},ln=Math.ceil,pn=Math.floor,hn=function(e){var t=+e;return t!=t||0===t?0:(t>0?pn:ln)(t)},Dn=hn,fn=Math.max,dn=Math.min,gn=hn,mn=Math.min,En=function(e){return e>0?mn(gn(e),9007199254740991):0},Cn=function(e){return En(e.length)},yn=le,bn=function(e,t){var r=Dn(e);return r<0?fn(r+t,0):dn(r,t)},Sn=Cn,Tn=function(e){return function(t,r,n){var i,s=yn(t),o=Sn(s),a=bn(n,o);if(e&&r!=r){for(;o>a;)if((i=s[a++])!=i)return!0}else for(;o>a;a++)if((e||a in s)&&s[a]===r)return e||a||0;return!e&&-1}},_n={includes:Tn(!0),indexOf:Tn(!1)},vn=ut,An=le,Fn=_n.indexOf,wn=Ar,kn=Y([].push),Nn=function(e,t){var r,n=An(e),i=0,s=[];for(r in n)!vn(wn,r)&&vn(n,r)&&kn(s,r);for(;t.length>i;)vn(n,r=t[i++])&&(~Fn(s,r)||kn(s,r));return s},On=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"].concat("length","prototype");cn.f=Object.getOwnPropertyNames||function(e){return Nn(e,On)};var xn={};xn.f=Object.getOwnPropertySymbols;var In=me,Pn=cn,Rn=xn,Ln=tr,Bn=Y([].concat),qn=In("Reflect","ownKeys")||function(e){var t=Pn.f(Ln(e)),r=Rn.f;return r?Bn(t,r(e)):t},$n=ut,Mn=qn,jn=I,Un=Qt,Gn=P,Vn=pe,Xn=/#|\.prototype\./,Hn=function(e,t){var r=Wn[zn(e)];return r==Qn||r!=Yn&&(Vn(t)?Gn(t):!!t)},zn=Hn.normalize=function(e){return String(e).replace(Xn,".").toLowerCase()},Wn=Hn.data={},Yn=Hn.NATIVE="N",Qn=Hn.POLYFILL="P",Jn=Hn,Zn=x,Kn=I.f,ei=lr,ti=pr.exports,ri=Ze,ni=function(e,t){for(var r=Mn(t),n=Un.f,i=jn.f,s=0;s<r.length;s++){var o=r[s];$n(e,o)||n(e,o,i(t,o))}},ii=Jn,si=function(e,t){var r,n,i,s,o,a=e.target,u=e.global,c=e.stat;if(r=u?Zn:c?Zn[a]||ri(a,{}):(Zn[a]||{}).prototype)for(n in t){if(s=t[n],i=e.noTargetGet?(o=Kn(r,n))&&o.value:r[n],!ii(u?n:a+(c?".":"#")+n,e.forced)&&void 0!==i){if(typeof s==typeof i)continue;ni(s,i)}(e.sham||i&&i.sham)&&ei(s,"sham",!0),ti(r,n,s,e)}},oi=K,ai=Array.isArray||function(e){return"Array"==oi(e)},ui=Ue,ci=Y(Y.bind),li=function(e,t){return ui(e),void 0===t?e:ci?ci(e,t):function(){return e.apply(t,arguments)}},pi=ai,hi=Cn,Di=li,fi=x.TypeError,di=function(e,t,r,n,i,s,o,a){for(var u,c,l=i,p=0,h=!!o&&Di(o,a);p<n;){if(p in r){if(u=h?h(r[p],p,t):r[p],s>0&&pi(u))c=hi(u),l=di(e,t,u,c,l,s-1)-1;else{if(l>=9007199254740991)throw fi("Exceed the acceptable array length");e[l]=u}l++}p++}return l},gi=di,mi={};mi[_t("toStringTag")]="z";var Ei=x,Ci="[object z]"===String(mi),yi=pe,bi=K,Si=_t("toStringTag"),Ti=Ei.Object,_i="Arguments"==bi(function(){return arguments}()),vi=Ci?bi:function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Ti(e),Si))?r:_i?bi(t):"Object"==(n=bi(t))&&yi(t.callee)?"Arguments":n},Ai=Y,Fi=P,wi=pe,ki=vi,Ni=Er,Oi=function(){},xi=[],Ii=me("Reflect","construct"),Pi=/^\s*(?:class|function)\b/,Ri=Ai(Pi.exec),Li=!Pi.exec(Oi),Bi=function(e){if(!wi(e))return!1;try{return Ii(Oi,xi,e),!0}catch(e){return!1}},qi=!Ii||Fi((function(){var e;return Bi(Bi.call)||!Bi(Object)||!Bi((function(){e=!0}))||e}))?function(e){if(!wi(e))return!1;switch(ki(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return Li||!!Ri(Pi,Ni(e))}:Bi,$i=x,Mi=ai,ji=qi,Ui=De,Gi=_t("species"),Vi=$i.Array,Xi=function(e){var t;return Mi(e)&&(t=e.constructor,(ji(t)&&(t===Vi||Mi(t.prototype))||Ui(t)&&null===(t=t[Gi]))&&(t=void 0)),void 0===t?Vi:t},Hi=gi,zi=Ue,Wi=st,Yi=Cn,Qi=function(e,t){return new(Xi(e))(0===t?0:t)};si({target:"Array",proto:!0},{flatMap:function(e){var t,r=Wi(this),n=Yi(r);return zi(e),(t=Qi(r,0)).length=Hi(t,r,r,n,0,1,e,arguments.length>1?arguments[1]:void 0),t}});var Ji=vi,Zi=x.String,Ki=Y([].slice),es=Math.floor,ts=function(e,t){var r=e.length,n=es(r/2);return r<8?rs(e,t):ns(e,ts(Ki(e,0,n),t),ts(Ki(e,n),t),t)},rs=function(e,t){for(var r,n,i=e.length,s=1;s<i;){for(n=s,r=e[s];n&&t(e[n-1],r)>0;)e[n]=e[--n];n!==s++&&(e[n]=r)}return e},ns=function(e,t,r,n){for(var i=t.length,s=r.length,o=0,a=0;o<i||a<s;)e[o+a]=o<i&&a<s?n(t[o],r[a])<=0?t[o++]:r[a++]:o<i?t[o++]:r[a++];return e},is=ts,ss=P,os=Ce.match(/firefox\/(\d+)/i),as=!!os&&+os[1],us=/MSIE|Trident/.test(Ce),cs=Ce.match(/AppleWebKit\/(\d+)\./),ls=!!cs&&+cs[1],ps=si,hs=Y,Ds=Ue,fs=st,ds=Cn,gs=function(e){if("Symbol"===Ji(e))throw TypeError("Cannot convert a Symbol value to a string");return Zi(e)},ms=P,Es=is,Cs=function(e,t){var r=[][e];return!!r&&ss((function(){r.call(null,t||function(){throw 1},1)}))},ys=as,bs=us,Ss=Ae,Ts=ls,_s=[],vs=hs(_s.sort),As=hs(_s.push),Fs=ms((function(){_s.sort(void 0)})),ws=ms((function(){_s.sort(null)})),ks=Cs("sort"),Ns=!ms((function(){if(Ss)return Ss<70;if(!(ys&&ys>3)){if(bs)return!0;if(Ts)return Ts<603;var e,t,r,n,i="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:r=3;break;case 68:case 71:r=4;break;default:r=2}for(n=0;n<47;n++)_s.push({k:t+n,v:r})}for(_s.sort((function(e,t){return t.v-e.v})),n=0;n<_s.length;n++)t=_s[n].k.charAt(0),i.charAt(i.length-1)!==t&&(i+=t);return"DGBEFHACIJK"!==i}}));ps({target:"Array",proto:!0,forced:Fs||!ws||!ks||!Ns},{sort:function(e){void 0!==e&&Ds(e);var t=fs(this);if(Ns)return void 0===e?vs(t):vs(t,e);var r,n,i=[],s=ds(t);for(n=0;n<s;n++)n in t&&As(i,t[n]);for(Es(i,function(e){return function(t,r){return void 0===r?-1:void 0===t?1:void 0!==e?+e(t,r)||0:gs(t)>gs(r)?1:-1}}(e)),r=i.length,n=0;n<r;)t[n]=i[n++];for(;n<s;)delete t[n++];return t}});var Os={},xs=Os,Is=_t("iterator"),Ps=Array.prototype,Rs=vi,Ls=Ve,Bs=Os,qs=_t("iterator"),$s=function(e){if(null!=e)return Ls(e,qs)||Ls(e,"@@iterator")||Bs[Rs(e)]},Ms=B,js=Ue,Us=tr,Gs=qe,Vs=$s,Xs=x.TypeError,Hs=B,zs=tr,Ws=Ve,Ys=li,Qs=B,Js=tr,Zs=qe,Ks=function(e){return void 0!==e&&(xs.Array===e||Ps[Is]===e)},eo=Cn,to=Ee,ro=function(e,t){var r=arguments.length<2?Vs(e):t;if(js(r))return Us(Ms(r,e));throw Xs(Gs(e)+" is not iterable")},no=$s,io=function(e,t,r){var n,i;zs(e);try{if(!(n=Ws(e,"return"))){if("throw"===t)throw r;return r}n=Hs(n,e)}catch(e){i=!0,n=e}if("throw"===t)throw r;if(i)throw n;return zs(n),r},so=x.TypeError,oo=function(e,t){this.stopped=e,this.result=t},ao=oo.prototype,uo=Rt,co=Qt,lo=V,po=function(e,t,r){var n,i,s,o,a,u,c,l=r&&r.that,p=!(!r||!r.AS_ENTRIES),h=!(!r||!r.IS_ITERATOR),D=!(!r||!r.INTERRUPTED),f=Ys(t,l),d=function(e){return n&&io(n,"normal",e),new oo(!0,e)},g=function(e){return p?(Js(e),D?f(e[0],e[1],d):f(e[0],e[1])):D?f(e,d):f(e)};if(h)n=e;else{if(!(i=no(e)))throw so(Zs(e)+" is not iterable");if(Ks(i)){for(s=0,o=eo(e);o>s;s++)if((a=g(e[s]))&&to(ao,a))return a;return new oo(!1)}n=ro(e,i)}for(u=n.next;!(c=Qs(u,n)).done;){try{a=g(c.value)}catch(e){io(n,"throw",e)}if("object"==typeof a&&a&&to(ao,a))return a}return new oo(!1)},ho=function(e,t,r){var n=uo(t);n in e?co.f(e,n,lo(0,r)):e[n]=r};si({target:"Object",stat:!0},{fromEntries:function(e){var t={};return po(e,(function(e,r){ho(t,e,r)}),{AS_ENTRIES:!0}),t}});var Do=void 0!==Do?Do:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function fo(){throw new Error("setTimeout has not been defined")}function go(){throw new Error("clearTimeout has not been defined")}var mo=fo,Eo=go;function Co(e){if(mo===setTimeout)return setTimeout(e,0);if((mo===fo||!mo)&&setTimeout)return mo=setTimeout,setTimeout(e,0);try{return mo(e,0)}catch(t){try{return mo.call(null,e,0)}catch(t){return mo.call(this,e,0)}}}"function"==typeof Do.setTimeout&&(mo=setTimeout),"function"==typeof Do.clearTimeout&&(Eo=clearTimeout);var yo,bo=[],So=!1,To=-1;function _o(){So&&yo&&(So=!1,yo.length?bo=yo.concat(bo):To=-1,bo.length&&vo())}function vo(){if(!So){var e=Co(_o);So=!0;for(var t=bo.length;t;){for(yo=bo,bo=[];++To<t;)yo&&yo[To].run();To=-1,t=bo.length}yo=null,So=!1,function(e){if(Eo===clearTimeout)return clearTimeout(e);if((Eo===go||!Eo)&&clearTimeout)return Eo=clearTimeout,clearTimeout(e);try{Eo(e)}catch(t){try{return Eo.call(null,e)}catch(t){return Eo.call(this,e)}}}(e)}}function Ao(e,t){this.fun=e,this.array=t}Ao.prototype.run=function(){this.fun.apply(null,this.array)};function Fo(){}var wo=Fo,ko=Fo,No=Fo,Oo=Fo,xo=Fo,Io=Fo,Po=Fo;var Ro=Do.performance||{},Lo=Ro.now||Ro.mozNow||Ro.msNow||Ro.oNow||Ro.webkitNow||function(){return(new Date).getTime()};var Bo=new Date;var qo={nextTick:function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];bo.push(new Ao(e,t)),1!==bo.length||So||Co(vo)},title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:wo,addListener:ko,once:No,off:Oo,removeListener:xo,removeAllListeners:Io,emit:Po,binding:function(e){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(e){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(e){var t=.001*Lo.call(Ro),r=Math.floor(t),n=Math.floor(t%1*1e9);return e&&(r-=e[0],(n-=e[1])<0&&(r--,n+=1e9)),[r,n]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-Bo)/1e3}},$o=qo;const Mo="object"==typeof $o&&$o.env&&$o.env.NODE_DEBUG&&/\bsemver\b/i.test($o.env.NODE_DEBUG)?function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return console.error("SEMVER",...t)}:()=>{};var jo=Mo;var Uo={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},Go={exports:{}};!function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:r}=Uo,n=jo,i=(t=e.exports={}).re=[],s=t.src=[],o=t.t={};let a=0;const u=(e,t,r)=>{const u=a++;n(u,t),o[e]=u,s[u]=t,i[u]=new RegExp(t,r?"g":void 0)};u("NUMERICIDENTIFIER","0|[1-9]\\d*"),u("NUMERICIDENTIFIERLOOSE","[0-9]+"),u("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),u("MAINVERSION","(".concat(s[o.NUMERICIDENTIFIER],")\\.")+"(".concat(s[o.NUMERICIDENTIFIER],")\\.")+"(".concat(s[o.NUMERICIDENTIFIER],")")),u("MAINVERSIONLOOSE","(".concat(s[o.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(s[o.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(s[o.NUMERICIDENTIFIERLOOSE],")")),u("PRERELEASEIDENTIFIER","(?:".concat(s[o.NUMERICIDENTIFIER],"|").concat(s[o.NONNUMERICIDENTIFIER],")")),u("PRERELEASEIDENTIFIERLOOSE","(?:".concat(s[o.NUMERICIDENTIFIERLOOSE],"|").concat(s[o.NONNUMERICIDENTIFIER],")")),u("PRERELEASE","(?:-(".concat(s[o.PRERELEASEIDENTIFIER],"(?:\\.").concat(s[o.PRERELEASEIDENTIFIER],")*))")),u("PRERELEASELOOSE","(?:-?(".concat(s[o.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(s[o.PRERELEASEIDENTIFIERLOOSE],")*))")),u("BUILDIDENTIFIER","[0-9A-Za-z-]+"),u("BUILD","(?:\\+(".concat(s[o.BUILDIDENTIFIER],"(?:\\.").concat(s[o.BUILDIDENTIFIER],")*))")),u("FULLPLAIN","v?".concat(s[o.MAINVERSION]).concat(s[o.PRERELEASE],"?").concat(s[o.BUILD],"?")),u("FULL","^".concat(s[o.FULLPLAIN],"$")),u("LOOSEPLAIN","[v=\\s]*".concat(s[o.MAINVERSIONLOOSE]).concat(s[o.PRERELEASELOOSE],"?").concat(s[o.BUILD],"?")),u("LOOSE","^".concat(s[o.LOOSEPLAIN],"$")),u("GTLT","((?:<|>)?=?)"),u("XRANGEIDENTIFIERLOOSE","".concat(s[o.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),u("XRANGEIDENTIFIER","".concat(s[o.NUMERICIDENTIFIER],"|x|X|\\*")),u("XRANGEPLAIN","[v=\\s]*(".concat(s[o.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(s[o.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(s[o.XRANGEIDENTIFIER],")")+"(?:".concat(s[o.PRERELEASE],")?").concat(s[o.BUILD],"?")+")?)?"),u("XRANGEPLAINLOOSE","[v=\\s]*(".concat(s[o.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(s[o.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(s[o.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(s[o.PRERELEASELOOSE],")?").concat(s[o.BUILD],"?")+")?)?"),u("XRANGE","^".concat(s[o.GTLT],"\\s*").concat(s[o.XRANGEPLAIN],"$")),u("XRANGELOOSE","^".concat(s[o.GTLT],"\\s*").concat(s[o.XRANGEPLAINLOOSE],"$")),u("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(r,"})")+"(?:\\.(\\d{1,".concat(r,"}))?")+"(?:\\.(\\d{1,".concat(r,"}))?")+"(?:$|[^\\d])"),u("COERCERTL",s[o.COERCE],!0),u("LONETILDE","(?:~>?)"),u("TILDETRIM","(\\s*)".concat(s[o.LONETILDE],"\\s+"),!0),t.tildeTrimReplace="$1~",u("TILDE","^".concat(s[o.LONETILDE]).concat(s[o.XRANGEPLAIN],"$")),u("TILDELOOSE","^".concat(s[o.LONETILDE]).concat(s[o.XRANGEPLAINLOOSE],"$")),u("LONECARET","(?:\\^)"),u("CARETTRIM","(\\s*)".concat(s[o.LONECARET],"\\s+"),!0),t.caretTrimReplace="$1^",u("CARET","^".concat(s[o.LONECARET]).concat(s[o.XRANGEPLAIN],"$")),u("CARETLOOSE","^".concat(s[o.LONECARET]).concat(s[o.XRANGEPLAINLOOSE],"$")),u("COMPARATORLOOSE","^".concat(s[o.GTLT],"\\s*(").concat(s[o.LOOSEPLAIN],")$|^$")),u("COMPARATOR","^".concat(s[o.GTLT],"\\s*(").concat(s[o.FULLPLAIN],")$|^$")),u("COMPARATORTRIM","(\\s*)".concat(s[o.GTLT],"\\s*(").concat(s[o.LOOSEPLAIN],"|").concat(s[o.XRANGEPLAIN],")"),!0),t.comparatorTrimReplace="$1$2$3",u("HYPHENRANGE","^\\s*(".concat(s[o.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(s[o.XRANGEPLAIN],")")+"\\s*$"),u("HYPHENRANGELOOSE","^\\s*(".concat(s[o.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(s[o.XRANGEPLAINLOOSE],")")+"\\s*$"),u("STAR","(<|>)?=?\\s*\\*"),u("GTE0","^\\s*>=\\s*0.0.0\\s*$"),u("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")}(Go,Go.exports);const Vo=["includePrerelease","loose","rtl"];var Xo=e=>e?"object"!=typeof e?{loose:!0}:Vo.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{};const Ho=/^[0-9]+$/,zo=(e,t)=>{const r=Ho.test(e),n=Ho.test(t);return r&&n&&(e=+e,t=+t),e===t?0:r&&!n?-1:n&&!r?1:e<t?-1:1};var Wo={compareIdentifiers:zo,rcompareIdentifiers:(e,t)=>zo(t,e)};const Yo=jo,{MAX_LENGTH:Qo,MAX_SAFE_INTEGER:Jo}=Uo,{re:Zo,t:Ko}=Go.exports,ea=Xo,{compareIdentifiers:ta}=Wo;class ra{constructor(e,t){if(t=ea(t),e instanceof ra){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>Qo)throw new TypeError("version is longer than ".concat(Qo," characters"));Yo("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const r=e.trim().match(t.loose?Zo[Ko.LOOSE]:Zo[Ko.FULL]);if(!r)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+r[1],this.minor=+r[2],this.patch=+r[3],this.major>Jo||this.major<0)throw new TypeError("Invalid major version");if(this.minor>Jo||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>Jo||this.patch<0)throw new TypeError("Invalid patch version");r[4]?this.prerelease=r[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<Jo)return t}return e})):this.prerelease=[],this.build=r[5]?r[5].split("."):[],this.format()}format(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}toString(){return this.version}compare(e){if(Yo("SemVer.compare",this.version,this.options,e),!(e instanceof ra)){if("string"==typeof e&&e===this.version)return 0;e=new ra(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof ra||(e=new ra(e,this.options)),ta(this.major,e.major)||ta(this.minor,e.minor)||ta(this.patch,e.